@charset "utf-8";
/* CSS Document */
/*
.mochiy-pop-one-regular {
  font-family: "Mochiy Pop One", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.m-plus-2-<uniquifier> {
  font-family: "M PLUS 2", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
.funnel-display-<uniquifier> {
  font-family: "Funnel Display", sans-serif;
  font-optical-sizing: auto;
  font-weight: <weight>;
  font-style: normal;
}
*/
/***********************************************************************/
#main_wrapper {
	width: 100vw;
	min-width: 1080px;
	background-color: #DECCAB;
}
.top_images {
	width: 100vw;
	height: 100vh;
	min-width: 1080px;
	min-height: 836px;
	margin: 0 auto;
	background-image: url('../images/top_image01.png');
	background-size: cover;
	background-position: center center;
	position: relative;
}
/** logo **/
.top_symbol {
	width: 25%;
	height: 40%;
	position: absolute;
	top: 16%;
	left: 30px;
	object-fit: cover;
}
.top_symbol .logo_img {
	width: auto;
	height: 100%;
}
/**BUGERSET***/
.top_chach {
	font-family: "Funnel Display", sans-serif;
	position: absolute;
	bottom: 15%;
	left:30px;
	color: #FFF;
}
.top_chach h5 {	
	font-weight: 700;
	font-size: clamp(42px, 4vw, 72px);
	line-height: 0.8em;
}
.top_chach h3 {	
	font-weight: 900;
	font-size: clamp(92px, 8.2vw, 130px);
	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 {
	font-family: "Mochiy Pop One", sans-serif;
	position: absolute;
	bottom: 1rem;
	left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
	color: #FFF;
	text-align: center;
	font-size: clamp(18px, 1.5vw, 24px);
	line-height: 1.4em;
}
/***********************************************************************/
#menu_container {
	width: 90%;
	min-width: 1080px;
	max-width: 1280px;
	margin: 0 auto;
	padding: 90px 0 60px 0;
	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 {
	display: flex;
	justify-content: space-around;
	width: 100%;
	min-width:1080px;
	padding: 60px 0;
}
.menu_box {
	width: 30%;
	min-width: 320px;
}
.menu_img {
	width: 100%;
	height: 24vmax;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	margin-bottom: 1rem;
}
.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: 1.3rem;
	font-weight: 700;
	margin-bottom: 0.5rem;
}
.menu_note{
	font-size: 1.1rem;
	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: 60%;
	font-weight: 400;
	padding-left: 0.25rem;
}
.single_price {
	text-align: right;
	margin-right: 2rem;
}


/********************************************/
.menu_wrapp_under {
	display: flex;
}
.menu_wrapp_under .origin_drink{
	display: flex;
	width: 45%;
}
.menu_wrapp_under .origin_drink .drinkmenu {
	width: 45%;
}
.drink_img {
	width: 100%;
	height: 12vmax;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	margin-bottom: 1rem;
}
.drink_name {
	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.8rem;
	margin: 0.5rem 2rem;
}
/********************/
.menu_wrapp_under .set_drink{
	width: 55%;
	padding: 0 2%;
	box-sizing: border-box;
	background-image: url('../images/coffee.png');
	background-size: 30%;
	background-position: right bottom;
	background-repeat: no-repeat;
}
.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: 70%;
}
.setdrink_list dt {
	width: 50%;
	padding: 0 1rem 0.5em 1em;
	box-sizing: border-box;
	white-space: nowrap;
}
.setdrink_list dd {
	width: 50%;
	text-align: right;
	padding: 0 1rem 0.5em 1em;
	box-sizing: border-box;
	font-weight: 500;
}
/********************************************/
#info_container {
	width: 90%;
	min-width: 1080px;
	max-width: 1280px;
	margin: 0 auto 8rem auto;
	padding: 0;	
	font-family: "M PLUS 2", sans-serif;
}
.info_box {
	display:flex;
	width: 80%;
	min-width: 980px;
	margin: 0 auto;
	border: solid 8px #5a2c04;
	border-radius: 2rem;
	position: relative;
	background-color: #F2E9C9;
}
/*************/
.left_info {
	width: 57%;
	box-sizing: border-box;
	padding: 1rem 8% 1rem 1rem;
}
.self_title {
	font-size: 1.4rem;
	font-weight: 700;
	margin-left: 0.5rem;
	margin-bottom: 1rem;
	padding-bottom: 0.5rem;
	border-bottom: dotted 4px #5a2c04;
	white-space: nowrap;
}
.info_list {
	font-size: 0.9rem;
	line-height: 1.3rem;
	margin-left: 1rem;
	margin-bottom: 0.25rem;
}
.info_list li {
	padding-left: 3rem;
	margin-bottom: 0.5rem;
	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: 45%;
	box-sizing: border-box;
	background-image: url('../images/takeout_img01.png');
	background-size: cover;
	background-position: center center;
	padding: 1rem;
	border-radius: 0 1.5rem 1.5rem 0;
}
.takeout_img {
	width: 18%;
	position: absolute;
	bottom: -3rem;
	left: 48%;	
}
.titletxt_x1 {
	font-family: "Funnel Display", sans-serif;
	font-weight: 900;
	font-size: 3rem;
	margin-bottom: 1rem;
}
.title_txt_x2 {
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	font-size: 1.6rem;
	line-height: 1.1em;
	margin-bottom: 0.5rem;
}
/**************************************************/
#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;
	top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);	
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.parallax_rogo {
	height: 10rem;
	width: auto;
}
.open_info {
	padding: 1rem;
	text-align: center;
}
.open_info h2 {
	font-size: 3rem;
	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: 1.6rem;
	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%;
	height: 38vw;
	padding: 4vw 4% 0 50%;
	box-sizing: border-box;
	margin: 0 auto;
	background-image: url('../images/banzimage.png');
	background-size: 80%;
	background-position: top left;
	background-repeat: no-repeat;
}
.homemade_images {
	display: flex;
	margin-bottom: 3rem;
}
.homemade_img {
	width: 30%;
	height: auto;
}
.homemade_info {
	
}
.homemade_note {
	font-family: "M PLUS 2", sans-serif;
	font-weight: 700;
	font-size: 1.4rem;
}
.homemade_title {
	font-family: "Funnel Display", sans-serif;
	font-size: clamp(80px, 8vw, 120px);
	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: 1.1rem;
	line-height: 1.6em;
	max-width: 40em;
}
.under_garally {
	width: 80%;
	min-width: 1024px;
	padding: 40px 0;
	margin: 0 auto;
}
.foogallery {
	margin: 0 auto;
}
	