@charset "utf-8";

body {
	font-size: 14px;
	line-height: 175%;
	overflow-x: hidden;
}
* html body {
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}
*:first-child+html body {  
	font-size:small;  
	font:x-small;/*--標準準拠モード時は不要--*/  
}  

img{
	width :auto;
}


.hover {
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=70);
	opacity:0.7;
}
.img_hover a img{
	filter:alpha(opacity=100);
	opacity:1.0;
	transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
	-moz-transition: all 0.7s ease;
	-o-transition: all 0.7s ease;
}
.img_hover a img:hover{
	filter:alpha(opacity=70);
	opacity:0.7;
}

.link_hover a{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}

.link_hover a img{
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.link_hover a img:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}
.hover {
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	outline: none;
}
.hover:hover {
	filter:alpha(opacity=60);
	opacity:0.6;
}


/* nav btn ------------------------- */


.menu-trigger,
.menu-trigger span {
	display: inline-block;
	-webkit-transition: all .4s;
	transition: all .4s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.menu-trigger {
	position: fixed;
	width: 30px;
	height: 28px;
	right: 30px;
	top: 12px;
	z-index: 15000;
	cursor: pointer;
}
.menu-trigger span {
	position: absolute;
	height: 2px;
	background-color: #000000;
	width: 100%;
}

.menu-trigger span:nth-of-type(1) {
	left: 0px;
	top: 0px;
}
.menu-trigger span:nth-of-type(2) {
	left: 0px;
	top: 13px;
	
}
.menu-trigger span:nth-of-type(3) {
	left: 0px;
	bottom: 0px;
	width: 20px;
}
.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(12px) rotate(-45deg);
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-12px) rotate(45deg);
	transform: translateY(-12px) rotate(45deg);
	width: 100%;
}





/* site -------------------- */

.contents{

}

.pc_block{
	display: block;
}

.sp_only{
	display: none;
}

.contents_w{
	width: 85%;
	max-width: 1100px;
	margin-left: auto;
	margin-right:auto;
	position: relative;
}

/*
@media screen and (max-width:1320px){
	.contents_w{
		width: 94%;
		max-width: 1160px;
	}
}

@media screen and (max-width:1270px){
	.contents_w{
		width: 94%;
		max-width: 1060px;
	}
}
@media screen and (max-width:1100px){
	.contents_w{
		width: 84%;
	}
}
*/

.reverse{
	-webkit-box-orient:horizontal;
	-webkit-box-direction:reverse;
	-ms-flex-direction:row-reverse;
	flex-direction:row-reverse;
}

.page_link{
	padding-top: 50px;
	margin-top: -50px;
}



.head_mg{
	height: 75px;
}

/* header ----------------------- */

.logo{
	width: 80px;
	margin-top: 13px;
}
.index_main{
	background-image:url(../images/main_pc.jpg);
}
.index_main_out{
	background-image:url(../images/main_no.jpg);
}

.index_main_in{
	background-image:url(../images/main02_pc.jpg);
}

.main_contents{
	margin-top: 300vh;
}

.scrolldown1{
	bottom: 8%;
	font-size: 20px;
}
.scrolldown1 span{
	left:-38px;
	top: -40px;
}
.intro{
	padding-top: 120px;
	padding-bottom: 120px;
}
.intro_ttl{
	font-size: 25px;
}
.intro_txt01{
	font-size: 16px;
	margin-top: 50px;
	line-height: 250%;
}
.intro_txt02{
	font-size: 16px;
	margin-top: 60px;
	line-height: 250%;
}

.menuG{
	margin-top: 100px;
	width: 100%;	
}
.drink .menuG_flex,.sweets02 .menuG_flex{
	margin-right:21.4%; 
}
.order .menuG_flex,.sweets01 .menuG_flex{
	margin-left:21.4%; 
}
.menu_ttl{
	font-size: 60px;
}
.menu_txt{
	font-size: 15px;
	padding-bottom: 30px;
}
.menuG_flex{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 78.6%;
	margin-top: 60px;
}
.drink .menuG_flex,.sweets02 .menuG_flex{
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.menuG_flex .txt_area{
	width: 36%;
}
.menuG_flex .img{
	width:60%;
	position: relative;
	z-index: 2;
}

.menu{
	font-size: 15px;
}
.menu li{
	margin-top: 30px;
}
.menu .name{
	width: 57%;
}

.menu_sub_ttl{
	font-size: 40px;
	margin-bottom: 30px;
}
.menu_detail{
	font-size: 13px;
}
.menu_btn{
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.menu_btn li{
	margin-left: 15px;
}
@media screen and (max-width:1600px){
	.menuG_flex{
		width: 85%;
	}
	.drink .menuG_flex,.sweets02 .menuG_flex{
		margin-right:15%; 
	}
	.order .menuG_flex,.sweets01 .menuG_flex{
		margin-left:15%; 
	}

}

@media screen and (max-width:1450px){
	.menuG_flex{
		width: 90%;
	}
	.drink .menuG_flex,.sweets02 .menuG_flex{
		margin-right:10%; 
	}
	.order .menuG_flex,.sweets01 .menuG_flex{
		margin-left:10%; 
	}

}

.menu_cs{
	font-size: 18px;
	margin-top: 30px;
}

/*
.img01{
	padding-top: 25%;
	background-image:url(../images/img01_pc.jpg);
}*/

.img02{
	margin-top: 80px;
}
.shop_cont{
	padding-top: 100px;
	padding-bottom: 70px;
}
.shop_ttl .en{
	font-size: 18px;
}
.shop_ttl .ja{
	font-size: 25px;
	margin-top: 20px;
}

.shop_list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 50px;
}
.shop_list li{
	width: 30.18%;
	overflow: hidden;
}

.shop_list .name{
	font-size: 23px;
	margin-top: 30px;
}
.shop_list .shop_detail{
	font-size: 14px;
	margin-top: 30px;
	line-height: 200%;
}
.insta_cont{
	padding:110px 0; 
}
.insta_ttl{
	font-size: 50px;
}
.insta_ttl .gold{
	font-size: 18px;
	margin-bottom: 25px;
}

.insta_list{
	padding-top: 10px;
}

.insta_list li{
	margin-top: 40px;
}
.btn_insta{
	margin-top: 50px;
}

.gnav_logo{
	width: 140px;
	padding-top: 70px;
}
.gnav{
	padding-top: 30px;
}
.gnav li{
	font-size: 17px;
	margin-top: 40px;
}

.gfooter{
	padding: 50px 0 40px;
}
.footer_logo{
	width: 135px;
}
.icon_insta{
	font-size: 42px;
	margin-top: 25px;
}
.btn_media{
	width: 210px;
	margin-top: 30px;
}
.btn_media a{
	height: 50px;
	line-height: 50px;
	font-size: 12px;
	border-radius: 25px;
}
.copy{
	margin-top: 60px;
	font-size: 14px;
}

