@charset "utf-8";
/* CSS Document */
#main_wrapper {
	width: 100vw;
	background-color: #DECCAB;
}
.top_images {
	width: 100vw;
	height: 96vh;
	margin: 0 auto;
	background-image: url('../images/top_image01.png');
	background-size: cover;
	background-position: right 30% bottom 0;
	background-repeat: no-repeat;
	position: relative;
}
/** logo **/
.top_symbol {
	width: 16%;
	height: 24%;
	position: absolute;
	top: 20%;
	left: 2%;
	object-fit: cover;
}
.top_symbol .logo_img {
	width: auto;
	height: 100%;
}
/**BUGERSET***/
.top_chach {
	font-family: "Funnel Display", sans-serif;
	position: absolute;
	bottom: 2%;
	left:3%;
	color: #FFF;
}
.top_chach h5 {	
	font-weight: 700;
	font-size: clamp(20px, 8vw, 33px);
	line-height: 0.8em;
}
.top_chach h3 {	
	font-weight: 900;
	font-size: clamp(50px, 13vw, 100px);
	line-height: 1.1em;
	margin-bottom: 0.5rem;
}
.top_chach p {
	line-height: 1em;
	font-weight: 700;
	font-size: clamp(24px, 2vw, 32px);
	line-height: 1.2em;
}
/**再出発OPEN***/
.top_note {
	width: 100%;
	font-family: "Mochiy Pop One", sans-serif;
	position: absolute;
	top: 1.5rem;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	text-align: center;
	font-size: clamp(15px, 4.5vw, 24px);
	line-height: 1.4em;
	text-shadow:
		2px 2px 0 #FFF,
		-2px 2px 0 #FFF,
		-2px -2px 0 #FFF,
		2px -2px 0 #FFF;
}
/***********************************************************************/
#menu_container {
	width: 100%;
	margin: 0 auto;
	padding: 60px 0 60px 0;
	box-sizing: border-box;
	font-family: "M PLUS 2", sans-serif;
}
#menu_container .title_txt {
	text-align: center;
	margin-bottom: 1em;
	font-size: 2rem;
	font-weight: 700;
	letter-spacing: 0.5rem;
}
.menu_wrapp_top {
	width: 98%;	
	margin: 0 auto;
}
.menu_box {	
	display: flex;
}
.menu_img {
	width: 50vw;
	height: 24vmax;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 1rem;
}
.menu_wrapper {
	width: 48vw;
	padding: 1rem 0 1rem 2%;
	box-sizing: border-box;
}
.menu01 {
	background-image: url('../images/burger01.png');
}
.menu02 {
	background-image: url('../images/burger02.png');
}
.menu03 {
	background-image: url('../images/burger03.png');
}
.menu_name {
	font-size: clamp(16px, 5vw, 30px);
	line-height: 1.3em;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.menu_note{
	font-size: clamp(13px, 4vw, 16px);
	margin-bottom: 0.5rem;
}
.set_price {
	text-align: right;
	margin-right: 2rem;
	font-size: 1.3rem;
	font-weight: 500;
	margin-bottom: 0.5rem;
}
.yen {
	font-size: 80%;
	font-weight: 400;
	padding-left: 0.25rem;
}
.single_price {
	font-size: clamp(12px, 3.5vw, 18px);
	text-align: right;
	margin-right: 2rem;
	line-height: 1.2em;
}
/********************************************/
.menu_wrapp_under {
	display: flex;
	flex-wrap: wrap;
}
.menu_wrapp_under .origin_drink{
	display: flex;
	justify-content: center;
	width: 100%;
	margin: 30px auto;
	max-width: 420px;
}
.menu_wrapp_under .origin_drink .drinkmenu {
	width: 45%;
	max-width: 300px;
}
.drink_img {
	width: 100%;
	height: 20vmax;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 1rem;
}
.drink_name {
	font-size: clamp(14px, 2.5vw, 24px);
	line-height: 1.3em;
	text-align: center;
	padding-bottom: 0.5em;
}
.drink01 {
	background-image: url('../images/drink_craftcola.png');
}
.drink02 {
	background-image: url('../images/drink_jinger.png');
}
.drinksetplus {
	font-size: 0.7rem;
	margin: 0.5rem ;
}
/********************/
.menu_wrapp_under .set_drink {
	width: auto;
	max-width: 600px;
	padding: 0 2%;
	box-sizing: border-box;
	margin: 0 auto;
}
.setdrink_title {
	border-bottom: solid 3px #5a2c04;
	padding-bottom: 0.25em;
	font-size: 1.1rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
	color: #000;
}
.setdrink_list {
	display: flex;
	flex-wrap: wrap;
	width: 98%;
}
.setdrink_list dt {
	width: 60%;
	padding: 0 1rem 0.5em 1em;
	box-sizing: border-box;
	font-size: 15px;
	white-space: nowrap;
}
.setdrink_list dd {
	width: 40%;
	font-size: 15px;
	text-align: right;
	padding: 0 1rem 0.5em 0;
	box-sizing: border-box;
	font-weight: 500;
}
/********************************************/
#info_container {
	width: 98%;
	margin: 0 auto 8rem auto;
	padding: 0;	
	font-family: "M PLUS 2", sans-serif;
}
.info_box {
	width: 100%;
	max-width: 600px;
	margin: 0 auto;
	border: solid 8px #5a2c04;
	border-radius: 2rem;
	position: relative;
	background-color: #F2E9C9;
	box-sizing: border-box;
}
/*************/
.left_info {
	width: 100%;
	box-sizing: border-box;
	padding: 1rem;
}
.self_title {
	font-size: 1.4rem;
	font-weight: 700;
	line-height: 1.3em;
	margin-left: 0.5rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: dotted 4px #5a2c04;
}
.info_list {
	font-size: 0.9rem;
	line-height: 1.3rem;
	margin-left: 1rem;
	margin-bottom: 1rem;
}
.info_list li {
	padding-left: 3rem;
	margin-bottom: 0.8rem;
	background-repeat: no-repeat;
	background-size: 2.5rem 2.5rem;
	background-position: left center;
}
.info01 {
	background-image: url('../images/order_img01.png');
}
.info02 {
	background-image: url('../images/order_img02.png');
}
.info03 {
	background-image: url('../images/order_img03.png');
}
.info04 {
	background-image: url('../images/order_img04.png');
}
.info_note {
	font-size: 0.8rem;
	margin-left: 1rem;
}
/*************/
.right_takeout {
	width: 100%;
	box-sizing: border-box;
	background-image: url('../images/takeout_img01.png');
	background-size: cover;
	background-position: center center;
	padding: 0.5rem 0.5rem 8rem 0;
	border-radius: 0 0 1.5rem 1.5rem;
}
.takeout_img {
	width: 150px;
	position: absolute;
	bottom: -3rem;
	left: -1rem;	
}
.titletxt_x1 {
	font-family: "Funnel Display", sans-serif;
	font-weight: 900;
	font-size: 3rem;
	line-height: 1em;
	margin-bottom: 0.5rem;
	text-align: right;
	text-shadow:
		2px 2px 0 #FFF,
		-2px 2px 0 #FFF,
		-2px -2px 0 #FFF,
		2px -2px 0 #FFF;
}
.title_txt_x2 {
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	text-align: right;
	font-size: 1.6rem;
	line-height: 1em;
	margin-bottom: 0.5rem;
	text-shadow:
		2px 2px 0 #FFF,
		-2px 2px 0 #FFF,
		-2px -2px 0 #FFF,
		2px -2px 0 #FFF;
}

/**************************************************/
#inside_container {
	width: 100%;
	height: 72vh;
	position: relative;
}
.p-kv__img {
	width: 100%;
	height: 72vh;
	overflow: hidden;
}
.p-kv__img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.open {
	position: absolute;
	width: 98%;
	height: 72vh;
	top: 0%;
    left: 0%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	font-family: "M PLUS 2", sans-serif;
}
.parallax_rogo {
	height: 8rem;
	width: auto;
}
.open_info {
	width: 100%;
	padding: 1rem;
	box-sizing: border-box;
	text-align: center;
}
.open_info h2 {
	font-size: clamp(24px, 8vw, 40px);
	line-height: 1em;
	font-weight: 900;
	display: inline-block;
	text-shadow:
		2px 2px 0 #FFF,
		-2px 2px 0 #FFF,
		-2px -2px 0 #FFF,
		2px -2px 0 #FFF;
}
.open_info p {
	font-size: clamp(18px, 5vw, 32px);
	line-height: 1.8em;
	font-weight: 700;
	text-shadow:
		2px 2px 0 #FFF,
		-2px 2px 0 #FFF,
		-2px -2px 0 #FFF,
		2px -2px 0 #FFF;
}
/**************************************************/
#handmade_container {
	width: 100%;
	padding: 0;
	background-color: #000;
	color: #FFF;
}
.homemade_wrapper {
	width: 100%;
	padding: 45vw 5% 30px 5%;
	box-sizing: border-box;
	margin: 0 auto;
	background-image: url('../images/banzimage.png');
	background-size: 100% auto;
	background-position: top left;
	background-repeat: no-repeat;
}
.homemade_images {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 0.5rem;
}
.homemade_img {
	width: 30%;
	height: auto;
	margin-left: 0.5rem;
}
.homemade_info {
	
}
.homemade_note {
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	font-size: clamp(18px, 5vw, 26px);
	line-height: 1em;
}
.homemade_title {
	font-family: "Funnel Display", sans-serif;
	font-size: clamp(24px, 14vw, 90px);
	font-weight: 900;
	line-height: 1em;
	margin-bottom: 0.5rem;
	color: rgba(255,255,255,0.6);
}
.homemade_txt {
	font-family: "M PLUS 2", sans-serif;
	font-size: 0.8rem;
	line-height: 1.6em;
	max-width: 40em;
}
.under_garally {
	width: 96%;
	padding: 40px 0;
	margin: 0 auto;
}
.foogallery {
	margin: 0 auto;
}
/***********************************タブレット*************************************************/
@media screen and (max-width: 620px) {
/****************************************************************************************/
	
}
/***********************************SP*************************************************/
@media screen and (max-width: 475px) {
/**************************************************************************************/
	
}