

/*===============================================*/

/*  style.css */

/*===============================================*/


/*common module
---------------------------*/
.cmn-Wrap{
	margin:0 auto;
	padding:0;
	box-sizing: border-box;
	max-width: 1100px; }

/*- @media 959xp -*/
@media screen and (max-width: 959px){
.cmn-Wrap{width: 90%; }}



/*section Intro
---------------------------*/
.sec-Intro{
	padding:150px 0 200px;
	background: url(../images/top/bg-bread.jpg) no-repeat right 50px;}

.sec-Intro h2{margin-bottom: 40px;}

.sec-Intro p{
	font-size:20px;
	line-height:36px;
	color:#bf8f46;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.05em;
	font-feature-settings : "palt";
	text-shadow: 1px 1px 0px #fff;  }

/*- @media 959xp -*/
@media screen and (max-width: 959px){
.sec-Intro{padding:100px 0 200px; background: url(../images/top/bg-bread-sp.jpg) no-repeat right 150px;}
.sec-Intro h2{margin-bottom: 20px;}
.sec-Intro p{font-size:16px;line-height:30px; }}

/*- @media 768p -*/
@media screen and (max-width: 768px){
.sec-Intro{padding:0px 0 0; background: url(../images/top/bg-bread-sp.jpg) no-repeat right 20px;}}		
		 


/*section kodawari
---------------------------*/
.sec-Kdwr{
	padding:0px 0 100px;}

.sec-Kdwr h2{
	margin:0 auto 50px;
	padding:0;
	text-align: center;
	margin-bottom: 40px;}

.sec-Kdwr ul{
	margin:0 auto 50px;
	max-width : 850px;
	height: auto;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between }

.sec-Kdwr ul li{
	width : 30%;
	height: auto;
	margin:0;
	padding:0; }

.sec-Kdwr p{
	margin-bottom: 50px;
	font-size:20px;
	line-height:36px;
	color:#bf8f46;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.05em;
	text-align: center;
	font-feature-settings : "palt";
	text-shadow: 1px 1px 0px #fff;  }

.sec-Kdwr div div{margin: 0 auto;width:60%; }

/*- @media 959 -*/
@media screen and (max-width: 959px){
.sec-Kdwr{padding:0px 0 20px;}
.sec-Kdwr h2{margin:0 auto 20px;}
.sec-Kdwr ul{margin:0 auto 20px;max-width : 100%;}
.sec-Kdwr p{margin-bottom: 20px;font-size:16px;line-height:30px; text-align: left;}
.sec-Kdwr div div{margin: 0 auto;width:100%; } }	




/*section shop
---------------------------*/
.sec-Shop{
	padding:0px 0;}

.sec-Shop h2{
	margin:0 auto 50px;
	padding:0;
	text-align: center;}

.sec-Shop ul{
	margin:0 auto 50px;
	max-width : 1300px;
	height: auto;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between }

.sec-Shop ul li{
	margin-bottom: 0.5%;
	width : 33%;
	height: auto; }

/**/
.shop_gaiyou{
	margin:0 auto;
	padding:0;
	max-width: 1300px;
	text-align:; }

.shop_Area {
	margin:0 auto;
	padding:0;
	width: 600px; }

.shop_Area h2{
	margin:0 auto 50px;
	padding:0;
	text-align: center;}

.shop_Area .shop_Wrap{
	margin:0 auto 20px;
	max-width : 100%;
	height: auto;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between }

.shop_Wrap h3{
	width : 20%;
	height: auto; }

.shop_Wrap div{
	width : 75%;
	height: auto; }

.shop_Wrap div h4{
	margin-bottom: 20px;
	font-size:40px;
	line-height:42px;
	color:#bf8f46;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.05em;
	font-feature-settings : "palt";  }

.shop_Wrap div p{
	font-size:20px;
	line-height:36px;
	color:#bf8f46;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.05em;
	font-feature-settings : "palt";  }


/**/
.inst_Area {
	margin:0 auto 80px;
	padding:0;
	width: 100%;
	text-align:;}

.inst_Area h2{
	margin:0 auto 50px;
	padding:0;
	text-align: center;}

.inst_Area ul{
	margin:0 auto;
	width : 100%;
	height: auto;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between }

.inst_Area ul li{
	width : 33.33333334%;
	height: auto; }

.inst_Area div{
	margin:0 auto;
	width: 60%;}


/*- @media 959 -*/
@media screen and (max-width: 959px){
.sec-Shop{padding:0px 0 0;}
.sec-Shop h2{margin:0 auto 30px;;}
.sec-Shop ul{margin:0 auto 30px; }
.sec-Shop ul li{margin-bottom: 2%;width : 49%; }

.shop_gaiyou{width: 90%; }
.shop_Area {margin-bottom: ;width: 100%;}
.shop_Area h2{margin:0 auto 20px;}
.shop_Area .shop_Wrap{max-width : 100%;flex-wrap: wrap; }
.shop_Wrap h3{margin:0 auto; width : 20%; text-align: center; }
.shop_Wrap div{width : 100%; }
.shop_Wrap div h4{margin-bottom: 10px;font-size:30px;line-height:32px; text-align: center; }
.shop_Wrap div p{font-size:16px;line-height:30px; text-align: center; }

.inst_Area {margin-bottom: 30px;width: 100%;}
.inst_Area h2{margin:0 auto 30px;}
.inst_Area div{width: 80%;}}	
	




/*modal
---------------------------*/
.modal{
    display: none;
    height:100vh;
    position: fixed;
	z-index: 100000000;
    top: 0;
    width: 100%; }
	
.modal__bg{
    background: rgba(0,0,0,0.8);
    height: 100vh;
    position: absolute;
    width: 100%;}
	
.modal__content{
    background: #fff;
    left: 50%;
    padding: 30px;
    position: absolute;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 80%; 
	height: 90%;
	overflow-y:scroll; }


/**/

.sec-menu {
	margin: 0px auto;
	padding:0px;
	width: 100%;
	box-sizing: border-box;}

.b-ttl{
	margin: 0px auto 30px;
	padding:0px;
	width: 100%;
	text-align: center;
	box-sizing: border-box; }

.sec-menu .b-List{
	margin:0 auto;
	width : 100%;
	height: auto;
	box-sizing: border-box;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between }

.sec-menu .b-List li{
	margin-bottom: 20px;
	width : 32%;
	height: auto; }

.sec-menu .b-List li figure{margin-bottom: 10px;}

.sec-menu .b-List li h3{
	margin-bottom: 10px;
	text-align: center;
	font-size:20px;
	line-height:26px;
	color:#bf8f46;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.05em;
	font-feature-settings : "palt";  }

.sec-menu .b-List li p{
	text-align: center;
	font-size:20px;
	line-height:20px;
	color:#bf8f46;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.05em;
	font-feature-settings : "palt";  }

.sec-menu .b-List li div{
	margin-top: 10px;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-size:14px;
	line-height:20px;
	color:#6A6A6A;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.1em;
	font-feature-settings : "palt"; }

/*
.sec-menu .b-List li div{
	margin-top: 10px;
	padding:0.5rem;
	width: 100%;
	box-sizing: border-box;
	text-align: left;
	font-size:14px;
	line-height:20px;
	color:#6A6A6A;
	font-family: sMb;
	font-weight:400;
	letter-spacing: 0.1em;
	font-feature-settings : "palt"; 
	background-color: #FFFEE0;}*/


/**/

.sec-menu{
	margin:50px auto 0 ;
	width:100%;
	height:auto;
	box-sizing: border-box;
	position: relative; }

.d-ttl {
	margin-bottom:30px;
	padding-bottom:10px;
	width:100%;
	height:auto;
	position: relative;
	
	font-size:26px;
	line-height: 26px;
	letter-spacing: ;
	font-family: ftrM;
	color: #bf8f46; 
	border-bottom: 3px solid #bf8f46;}

.d-ttl:after { 
	font-size:16px; 
	color: #bf8f46; 
	letter-spacing: 0.05em; 
	font-family : "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-weight: 600;
	
	position: absolute; 
	top:;
	right:0;}

/**/
.sec-menu .capTop-1:after { content: "Drink Menu";}

.drink-List{
	margin:0 auto  ;
	padding:;
	box-sizing: border-box;
	width: 100%;
	
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between; }

.drink-List li{
	box-sizing: border-box;
	width: 47%;
	height:auto;
	position:relative; }

.drink-List li .menu-Tx{
	margin-bottom: 30px;
	padding-bottom:0;
	box-sizing: border-box;
	width: 100%;
	height:auto;
	position:relative;
	color: #bf8f46; }

.drink-List li .menu-Tx h4{
	margin-bottom:10px ;
	padding-bottom:5px;
	box-sizing: border-box;
	width: 100%;
	border-bottom: 1px solid #d2d2d2; 
	color: #bf8f46; 
	
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between; }

.drink-List li .menu-Tx h4 .name{
	margin-bottom:10px;
	width: 50%;
	font-size:16px;
	line-height:16px;
	letter-spacing: 0.05em;
	font-weight: 600;
	font-feature-settings : "palt";
	color: #bf8f46;  }

.drink-List li .menu-Tx h4 .price{
	margin-bottom:10px;
	width: 50%;
	font-size:16px;
	line-height:16px;
	letter-spacing: 0.05em;
	font-weight: 600;
	text-align: right;
	font-feature-settings : "palt"; }


/*- @media 959xp -*/
@media screen and (max-width: 959px){
.modal{height: 100%;width: 100%; }
.modal__bg{height: 100%;width: 100%; }
.modal__content{overflow-y:scroll; padding:30px 10px 0;width: 90%;height: 95%; }

.sec-menu .b-List li{margin-bottom: 20px;width : 48%;height: auto; }
.sec-menu .b-List li figure{margin-bottom: 10px;}
.sec-menu .b-List li h3{text-align: center;font-size:16px;line-height:20px; }
.sec-menu .b-List li p{text-align: center;font-size:16px;line-height:16px; }

.d-ttl {font-size:20px;line-height: 20px;}
.d-ttl:after { font-size:14px;}
.drink-List{flex-wrap: wrap; }
.drink-List li{width: 100%; }}

/**/

.close-btn{
	margin: 40px auto 0;
	width: 100%;
	text-align: center;
	font-size:18px;
	line-height:18px;
	letter-spacing: 0.1em;
	font-weight: ;
	font-feature-settings : "palt";
	font-family: latoB; }

/*- @media 959xp -*/
@media screen and (max-width: 959px){
.close-btn{margin: 40px auto; } }



