@charset "utf-8";

#reserve{
	padding:0;	
	background: linear-gradient(110deg,#b3894f,#d8b97a,#fbe7a3,#fbe7a3,#d8b97a,#b3894f) !important;
	/*background-color: #301215;*/
	text-align: center;
	line-height: 1.2;
}
.contactFooterWrap {
    display: flex;
    max-width: 960px;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 30px;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contactFooterTitle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 35px 0 0;
    border-right: 1px solid #301215;
}
.contactFooterTitle h2 {
    margin-bottom: 0;
    color: #301215;
    font-size: 16px;
    text-align: left;
}
.contactFooterTitle h2 .en {
    display: block;
    font-size: 32px;
    font-weight: bold;
}
.contactFooterTitle h2 span {
    font-weight: normal;
}
.contactTelWrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 15px 50px 0 40px;
	color:#301215;
}
.contactTelWrap a div {
    color: #301215;
    font-size: 30px;
    line-height: 1.2;
    background-position: left center;
}
.contactTelWrap a div span {
    color: #301215;
    padding-left: 40px;
    background-image: url(/public/img/icon/tel.svg);
    background-repeat: no-repeat;
    background-size: 30px;
}
.contactTelWrap>small {
    font-size: 15px;
}
.contactBtnWrap {
    display: flex;
    -ms-flex-align: stretch;
    align-items: stretch;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.contactBtnWrap .btnReserve a div{
    width: 300px;
	border: 1px solid #301215;
    border-radius: 5px;
    margin-right: 10px;
    font-size: 14px;
    font-weight: bold;
    height: 90px;
    background-image: url(/public/img/icon/reservation-br.svg);
    background-repeat: no-repeat;
    background-size: 35px;
    background-position: center 17px;
    display: flex;
    align-items: center;
    outline-offset: -1px;
    box-sizing: border-box;
    transition: all 0.3s ease-in-out 0s;
}
.contactBtnWrap .btnReserve a:hover div{
	color: #fbe7a3;
	background-color:#301215;
    background-image: url(/public/img/icon/reservation-on.svg);
}
.contactBtnWrap .btnReserve a div span{
    width: 100%;
    text-align: center;
    margin-top: 45px;
    color: #301215;
}

.contactBtnWrap .btnReserve a:hover div span{
	color: #fbe7a3;
}

#access{
	padding: 100px 0;
	background-color:#301215;
}
#access .twoCol.asakusa-foot{
	margin-top: 50px;
}
#access .twoCol{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.8;
}
#access .twoCol .colL{
	width: 50%;
}
#access .twoCol .colR {
	width: 50%;
    padding: 0 20px;
}
#access .infoWrap h3{
	text-align: left;
	margin-bottom: 20px;
}
#access .infoWrap h3 img{
	max-height: 60px;
}
#access .infoWrap dl{
	display:flex;
	color:#fbe7a3;
	font-size:16px;
	max-width: 500px;
	margin: 0 auto 20px;
}
#access .infoWrap dt{
	color: #fbe7a3;
	width:90px;
}
#access .infoWrap dd{
	padding-left:30px;
	position:relative;
	font-weight: normal;
}
#access .infoWrap dd:before{
	content:":";
	position:absolute;
	left:0;
}
#access .infoWrap dd a{
	color: #fbe7a3;
}
#access .infoWrap dd a:hover{
	text-decoration: underline;
}


#access .gotoShop a div{
    width: 70%;
    padding: 10px 5px;
    text-align: center;
    font-size: 16px;
	line-height: 1.5;
    color: #fbe7a3;
    background-color: #47281E;
    border: 1px solid #fbe7a3;
	margin: 10px auto;
	transition: all 0.3s ease-in-out 0s;
}
#access .gotoShop a:hover div{	
    color: #301215;
    background-color: #fbe7a3;
	transition: all 0.3s ease-in-out 0s;
}
#access .reserveBtn a div{
    width: 70%;
    padding: 5px;
    text-align: center;
    font-size: 16px;
	line-height: 1.5;
	color:#301215;
    background:linear-gradient(110deg,#b3894f,#d8b97a,#fbe7a3,#fbe7a3,#d8b97a,#b3894f);
    border: 1px solid #fbe7a3;	
	margin: 10px auto;
	transition: all 0.3s ease-in-out 0s;
}
#access .reserveBtn a:hover div{
    color:#fbe7a3;
    background: #301215;
	transition: all 0.3s ease-in-out 0s;
}
#access .reserveBtn a div span{
	display: block;
	font-size: 13px;
}
#access .telShop{
	text-align: center;
}
#access .telShop a span{
	color:#fbe7a3;
	font-size:20px;
	font-weight: bold;
	padding-left: 25px;
	background-image: url(/public/img/icon/tel-gray.svg);
	background-repeat: no-repeat;
	background-size: 20px auto;
	background-position: left center;
}
#access .telShop a:hover span{
	text-align: center;
	color:#FFF;
	background-image: url(/public/img/icon/tel-w.svg);
}




footer .footerWrapper{
	color: #FFF;
	background-color: #4a4741;
	padding-top: 50px;
}
footer .footerShop{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;	
}
footer .footerShopInfo{
	width: 20%;
}
footer .footerShopInfo .title{
	text-align: center;
	line-height: 1.5;
	margin-bottom: 20px;
}
footer .footerShopInfo .title span{
	font-size: 13px;
	display: block;
}
footer .footerShopInfo .shopAccess{
	font-size: 14px;
	text-align: center;
	line-height: 1.5;
}
footer .footerShopInfo .shopTimes{
	font-size: 15px;
	text-align: center;
	margin-top: 20px;
}

footer .footerGift{
	text-align: center;
}

footer .btnGift{
	width: 90%;
	max-width: 600px;
	margin: 50px auto;
}

/*
footer .btnGift a div{
	padding: 10px;
	background-color: #FFF;
	color: #87633d;
	font-size: 20px;
	font-weight: bold;
	border: 2px solid #87633d;
	outline-offset: -1px;
    box-sizing: border-box;
	transition: all 0.3s ease-in-out 0s;
}
footer .btnGift a:hover div{
	color: #FFF;
	background-color: #87633d;
	transition: all 0.1s ease-in-out 0s;
}
footer .btnGift a div span{	
	background-image: url(/public/img/icon/gift.svg);
	background-repeat: no-repeat;
	background-size: 30px auto;
	background-position: left center;
	padding-left: 40px;
	transition: all 0.3s ease-in-out 0s;
}

footer .btnGift a:hover div span{
	background-image: url(/public/img/icon/gift-w.svg);
	transition: all 0.3s ease-in-out 0s;
}
*/

footer .followUs{
	text-align: center;
	padding: 0px 0 10px 0;
}
footer .followUs p{
	text-align: center;
	margin: 0 auto;
	max-width: 300px;
	padding: 20px 0 10px;
	border-top: dashed 1px #FFF;
}
footer .followUs ul{
    display: flex;
    justify-content: center;
	margin: 0 auto;
}
footer .followUs ul li a{
    display: flex;
	align-items:center;
    font-size: 18px;
    margin: 10px 15px;
    list-style: none;
	justify-content:center;
}
footer .followUs ul li img{
	height: 30px; 
}

#footerMenuSp{
	display: none;
}
.privacyFooter{
	color: #FFF;
	margin-bottom: 10px;
}
.privacyFooter a{
	color: #FFF;
}
.privacyFooter a:hover{
	text-decoration: underline;
}
.copyRight{
	text-align: center;
	color: #fbe7a3;
	padding: 5px 0;
	font-size: 14px;
	line-height: 1.8;
}
.copyRight .mbthai,.copyRight .mbthai a{
	color: #fff;	
}


@media (max-width: 899px) {
    .contactFooterWrap{
        -ms-flex-direction: column;
        flex-direction: column;
		padding: 30px 0;
    }
    .contactFooterTitle{
        position: relative;
        margin-bottom: 5px;
        padding-bottom: 15px;
		padding: 0;
		border: none;
    }
    .contactFooterTitle:after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        width: 96px;
        height: 1px;
        margin: auto;
        background-color: #301215;
    }
	.contactFooterTitle h2{
        position: relative;
		margin: 0 auto 5px;
        padding-bottom: 15px;
	}
	.contactFooterTitle h2 .en{
		font-size: 18px;
	}
	.contactFooterTitle h2{
    	text-align:center;
		font-size: 14px;
	}
	.contactTelWrap{
		text-align: center;
	}
	.contactBtnWrap{
		margin-top: 20px;
		display: block;
	}
	.contactBtnWrap .button{
		width: 80%;
		margin: 0 auto;
	}
	.contactBtnWrap .button a div{
		width: 100%;
	}
}


@media only screen and (max-width:450px){
	#access{
		padding: 50px 0;
	}
	#access .twoCol{
		display: block;
	}
	#access .twoCol .colL,
	#access .twoCol .colR{
		width: 100%;
	}
	#access iframe{height: 350px;}
	#access .gotoShop a div,
	#access .reserveBtn a div{
		width: 100%;
	}
	#access .infoWrap h3 img{
		max-height: 50px;
		margin-top: 20px;
	}
	
	#access .infoWrap dl{
		display: block;
		margin-bottom:0;
	}
	#access .infoWrap dt {
		color: #fbe7a3;
        width: 100%;
        padding: 10px 5%;
        text-align: center;
        box-sizing: border-box;
		font-size: 18px;
		font-weight: bold;
    }
	#access .infoWrap dd {
        padding-left: 0;
        padding:0;
        border-top: none;
        text-align: center;
        border-bottom: none;
		font-size: 15px;
    }
	#access .infoWrap dd:before{
		display: none;
	}
	
	footer{
		margin-bottom: 50px;
	}
	footer .footerShop{
		display: block;
	}
	footer .footerShopInfo{
		width: 90%;
		padding-bottom: 10px;
		margin: 0 auto 30px;
		border-bottom: dotted 1px rgba(250,250,250,0.5);
	}
	footer .footerShopInfo .title{
		margin-bottom: 0;
	}
	footer .footerShopInfo .shopAccess{
		display: none;
	}
	footer .footerShopInfo .shopTimes{
		margin-top: 0;
	}
	footer .btnGift a div{
		font-size: 16px;
	}
	footer .btnGift a div span{
		background-size: 20px auto;
		padding-left: 30px;
	}
	#footerMenuSp{
		z-index: 99;
		display: block;
		position: fixed;
		bottom: 0;
		width: 100%;
        background:-webkit-linear-gradient(290deg, #b3894f, #d8b97a, #fbe7a3, #fbe7a3, #d8b97a, #b3894f);
        background:-o-linear-gradient(290deg, #b3894f, #d8b97a, #fbe7a3, #fbe7a3, #d8b97a, #b3894f);
        background:linear-gradient(20deg, #b3894f, #d8b97a, #fbe7a3, #fbe7a3, #d8b97a, #b3894f);
	}
	#footerMenuSp ul{
		display: flex;
		padding: 5px 0;
	}
	#footerMenuSp li a{
		text-align: center;
		color: #301215;
	}		
	#footerMenuSp li img{
		height: 40px;
		padding: 5px 0;
	}
	#footerMenuSp li.line{
		width: 15%;
		border-right: dashed 1px #301215;
	}
	#footerMenuSp li.wa{
		width: 15%;
		border-right: dashed 1px #301215;
	}
	#footerMenuSp li.cartFooter{
		width: 15%;
		border-right: dashed 1px #301215;
        background-image: url(/public/img/icon/cart-w.svg);
        background-repeat: no-repeat;
        background-size: 20px auto;
        background-position: center 3px;
		position: relative;
	}
	footer #footerMenuSp li.cartFooter a div{
		padding: 5px 0;
		border: none;
		position: absolute;
		width: 100%;
	}
	footer #footerMenuSp li.cartFooter a div span{
		color: #fff;
		font-size: 10px;
		position: absolute;
		margin-left: -50%;
		margin-top: 15px;
		width: 100%;
	}
	#footerMenuSp li.reserveBtn{
		width: 70%;
	}
	footer #footerMenuSp li.reserveBtn a div{
		padding: 5px 0;
		border: none;
	}
	footer #footerMenuSp li.reserveBtn a div span{
		font-size: 18px;
        background-image: url(/public/img/icon/reservation-br.svg);
        background-repeat: no-repeat;
        background-size: 25px auto;
        background-position: left center;
		padding: 10px 0 10px 35px;
		display: inline;
	}
	.copyRight{
		font-size: 13px;
	}
}
