@charset "utf-8";
h1,
h2,
h3{
	font-size: 30px;
	font-weight: normal;
	text-align: center;
}
h2::after,
h3::after{
	display: block;
    content: "";
    width: 120px;
    height: 2px;
    background: #493f3c;
    margin: 5px auto 0;
}
/* home mv
===============================*/
.mvBox{
	margin-bottom: 90px;
	position: relative;
}
.mv_logo{
    position: absolute;
    top: 45%;
	left: 50%;
	transform: translate(-50%,-45%);
	z-index:10;
}
.mv_logo img{
	width: 300px;
}
.mvBox .slick-slide img {
	width: 100%;
	height: 100vh;
	object-fit: cover;
	margin: auto;
}
.mvBox .slick-dotted.slick-slider {
	margin-bottom: 0;
}
.mvBox .slick-dots {
	bottom: -20px;
}
.mvBox .slick-dots li{
	width: 50px;
    height: 4px;
	margin: 0 5px;
}
.mvBox .slick-dots li button{
	width: 100%;
    height: 100%;
	padding: 0;
}
.mvBox .slick-dots li button:before{
	background: #cec3c1;
	width: 100%;
    height: 100%;
	content: '';
}
.mvBox .slick-dots li.slick-active button:before{
	background: #7D7370;
	width: 100%;
    height: 100%;
	content: '';
}
.moreBtn{
	display: block;
	width: 140px;
	font-size: 18px;
	text-align: center;
	/*background: #757372;*/
	/*color: #fff!important;*/
	border: 1px solid #493f3c;
	letter-spacing: .1em!important;
}
.top_reservation{
	margin-bottom: 110px;
	background: #ccc8c6;
	padding: 60px 0;	
}
.top_reservation h2{
	margin-bottom: 50px;
}
.top_reservation ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.top_reservation ul li{
	width: 300px;
	height: 80px;
	margin-right: 15px;
}
.top_reservation ul li:last-child{
	margin-right: 0;
}
.top_reservation ul li a{
	display: block;
	width: 100%;
	height: 100%;
	font-size: 24px;
	background: #fff;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.top_reservation ul li:nth-child(1) a::before{
	content: '';
	width: 22px;
	height: 22px;
	margin-right: 8px;
	background: url("../commons/img/ico_tel.png") no-repeat center left / contain;
}
.top_reservation ul li:nth-child(2) a::before{
	content: '';
	width: 23px;
	height: 23px;
	margin-right: 8px;
	background: url("../commons/img/ico_line.png") no-repeat center left / contain;
}
.top_reservation ul li:nth-child(3) a::before{
	content: '';
	width: 15px;
	height: 24px;
	margin-right: 8px;
	background: url("../commons/img/ico_web.png") no-repeat center left / contain;
}
.top_blog{
	margin-bottom: 170px;
}
.top_blog h2{
	margin-bottom: 35px;
}
.top_blog ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	margin-bottom: 30px;
}
.top_blog ul li{
	width: 250px;
	margin-right: 35px;
}
.top_blog ul li:last-child{
	margin-right: 0;
}
.top_blog ul li a{
	display: block;
}
.top_blog ul li a figure{
	margin-bottom: 5px;
}
.top_blog ul li a figure img{
	width: 250px;
	height: 250px;
	object-fit: cover;
	-o-object-fit: cover;
}
.top_blog ul li a .post_date{
	font-size: 15px;
}
.top_blog ul li a .post_ttl{
	font-size: 14px;
	line-height: 1.5;
}
.top_blog .moreBtn{
	margin: auto;
}
.top_concept{
	padding-bottom: 250px;
	margin-bottom: 160px;
	position: relative;
}
.top_concept .imgBox{
	width: 70%;
}
.top_concept .imgBox figure{
    height: 500px;
}
.top_concept .imgBox figure img{
	width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.top_concept .txtBox{
	position: absolute;
	bottom: 0;
	right: 10%;
	background: rgba(255,255,255,.9);
	padding: 2%;
}
.top_concept .txtBox h2{
	margin-bottom: 20px;
	text-align: left;
}
.top_concept .txtBox h2::after{
	margin-left: 0;
}
.top_concept .txtBox .moreBtn{
	margin: 0 0 0 auto;
}
.top_menu{
	width: 90%;
	max-width: 1100px;
	margin: 0 auto 100px;
}
.top_menu ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
/* .top_menu ul:nth-of-type(2),
.top_menu ul:nth-of-type(3){
  -webkit-box-pack: center;  -ms-flex-pack: center;  justify-content: center;
}
.top_menu ul:nth-of-type(2) li:first-child,
.top_menu ul:nth-of-type(3) li:first-child{
  margin-right: 100px;
} */
.top_menu ul li{
	width: 300px;
    height: 400px;
	margin-bottom: 50px;
}
.top_menu ul li a{
	display: block;
    width: 100%;
    height: 100%;
    padding: 300px 0 0 20px;
    box-sizing: border-box;
    color: #fff;
}
.top_menu ul li:nth-child(1) a{
	background: url("../img/home/img_menu07.jpg") no-repeat center / cover;
}
.top_menu ul li:nth-child(2) a{
	background: url("../img/home/img_menu01.jpg") no-repeat center / cover;
}
.top_menu ul li:nth-child(3) a{
	background: url("../img/home/img_menu03.jpg") no-repeat center / cover;
}
.top_menu ul:nth-of-type(2) li:nth-child(1) a{
	background: url("../img/home/img_menu04.jpg") no-repeat center / cover;
}
.top_menu ul:nth-of-type(2) li:nth-child(2) a{
	background: url("../img/home/img_menu06.jpg") no-repeat center / cover;
}
.top_menu ul:nth-of-type(2) li:nth-child(3) a{
	background: url("../img/home/img_menu02.jpg") no-repeat center / cover;
}
/* .top_menu ul:nth-of-type(3) li:nth-child(2) a{
	background: url("../img/home/img_menu07.jpg") no-repeat center / cover;
} */
.top_menu ul li h3{
	line-height: 1.3;
	text-align: left;
}
.top_menu ul li h3::after{
	display: none;
}
.top_menu ul li .menu_txt{
	font-size: 14px;
}
.top_menu .menu_txt02{
	border-bottom: 1px solid #7d7370;
	border-top: 1px solid #7d7370;
    margin: 20px 0px;
    padding: 10px;
}
.top_insta{
	/*background: linear-gradient(180deg, #e5e0dd 0%, #e5e0dd 50%, #bdb1ae 50%, #bdb1ae 100%);
	background:-moz-linear-gradient(-90deg, #e5e0dd 0%, #e5e0dd 50%, #bdb1ae 50%, #bdb1ae 100%);
	background: -webkit-linear-gradient(-90deg, #e5e0dd 0%, #e5e0dd 50%, #bdb1ae 50%, #bdb1ae 100%);
	background: -ms-linear-gradient(-90deg, #e5e0dd 0%, #e5e0dd 50%, #bdb1ae 50%, #bdb1ae 100%);	
	padding: 60px 0;*/
	margin-bottom: 100px;
}
.top_insta h2{
	margin-bottom: 30px;
}
.top_insta .top_insta_inner{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 30px;
}
.top_insta .top_insta_inner .top_insta_box{
	height: 300px;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.top_insta .moreBtn{
	margin: auto;
}
/* inner page common
===================================*/
#innerPage{
	margin-bottom: 140px;
}
.inner_ttlBox{
	padding-top: 45px;
	margin-bottom: 80px;
}
.inner_ttlBox h2{
	font-size: 32px;
	font-weight: normal!important;
	line-height: 1.8;
	color: #fff;
	text-align: center!important;
	background: #7D7370;
	min-height: 65px;
}
.inner_ttlBox h2::after{
	display: none;
}
/* concept
===================================*/
.concept_main{
	margin-bottom: 100px;
}
.concept_main h3,
.concept_space h3{
	margin-bottom: 60px;
}
.concept_space h3 + p,
.concept_main h3 + p{
	text-align: center;
	line-height: 2.3;
	margin-bottom: 80px;
}
.concept_main figure{
	text-align: center;
}
.concept_point{
	margin-bottom: 150px;
}
.concept_point ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.concept_point ul li{
	width: 80%;
	max-width: 320px;
	margin-right: 60px;
}
.concept_point ul li:last-child{
	margin-right: 0;
}
.concept_point ul li .photo{
	margin-bottom: 10px;
}
.concept_point ul li .num{
	font-size: 26px;
	line-height: 1.3;
}
.concept_space .concept_gallery .gallery{
	max-width: 1200px;
	margin: auto;
}
.concept_space .concept_gallery .gallery img{
	/*width: 100%;
    height: 40vw;
    object-fit: contain;
	-o-object-fit: contain;*/
    width: auto;
    margin: auto;
}
.concept_space .concept_gallery .thumb{
	background: #bcb1ad;
	padding: 10px 35%;
}

/* staff
===================================*/
.staff{
	margin-bottom: 150px;
}
.staff h3{
	margin-bottom: 90px;
}
.staff_detail{
	margin-bottom: 70px;
}
.staff_detail ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.staff_detail ul li{
	max-width: 500px;
	margin-right: 70px;
}
.staff_detail ul li:last-child{
	margin-right: 0;
}
.staff_detail ul li .name{
	font-size: 20px;
	letter-spacing: .075em;
}
.staff_detail ul li .position{
	margin-bottom: 30px;
	line-height: 1.8;
}
.staff_detail ul li .comment{
	margin-bottom: 30px;
}
.staff_detail ul li .comment02{
	border-top: 1px dashed;
	padding: 20px 0 0 0 ;
    font-size: 13px;
	margin-bottom: 30px;
}
a.underline {
    border-bottom: 1px solid;
}
p.sankyu {
       background-color: #7D7370;
    color: #fff;
    padding: 0 10px;
    width: 77%;
    text-align: center;
    margin-top: 10px;
    font-size: 13px;
}
.access{
	padding-top: 100px;
	margin-top: -100px;
}
.access h3{
	margin-bottom: 70px;
}
.access .access_map{
	text-align: center;
	margin-bottom: 60px;
}
.access .access_detail{
	max-width: 1100px;
	margin: 0 auto 100px;
	padding: 35px 70px;
	box-sizing: border-box;
	border: 1px solid #493f3c;
}
.access .access_detail ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.access .access_detail ul li{
	width: 50%;
	letter-spacing: .075em;
}
.access .access_detail ul li table tr th{
	padding-right: 20px;
	padding-bottom: 10px;
}
.access .access_detail ul li table tr td{
	padding-bottom: 10px;
}
.access .access_detail ul li table tr:last-child th,
.access .access_detail ul li table tr:last-child td{
	padding-bottom: 0;
}
.access .access_route{
	max-width: 1100px;
	margin: auto;
}
.access .access_route ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.access .access_route ul li{
	width: 47%;
	margin-bottom: 80px;
}
.access .access_route ul li:nth-last-child(-n+2){
	margin-bottom: 0;
}
.access .access_route ul li .route_ttl{
	font-size: 18px;
	margin-bottom: 20px;
}
.access .access_route ul li .route_ttl::after{
	display: block;
    content: "";
    width: 75px;
    height: 1px;
    background: #493f3c;
}
.access .access_route ul li .route_txt{
	margin-bottom: 20px;
}
.access .access_route ul li .route_btn{
	display: inline-block;
}
.access .access_route ul li .route_btn a{
	display: block;
	width: 100%;
	padding: 10px 20px 10px 40px;
	box-sizing: border-box;
	color: #fff;
	background: #7D7370 url("../img/staff/ico_movie.png") no-repeat center left 10px / 21px auto;
}
/* menu
=====================*/
.menugrand{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 100px;
}
.menugrand h3{
	margin-bottom: 70px;
}
.menugrand h4{
	color: #fff;
    font-size: 16px;
    padding-top: 2px;
    padding-left: 10px;
    letter-spacing: 3px;
    background: #7D7370;
}
.menugrand .colortext{
	font-size: 13px;
    border-top: 1px solid;
    padding: 30px 200px;
}
.menugrand .menu_list{
	margin-bottom: 5px;
}
.menu_oggi p.name_en {
    width: 60%;
	font-size: 17px;
}
.menugrand .menu_list .price{
	letter-spacing: .075em;
}
.menugrand .menu_list .text_01{
	font-size: 13px;
	padding-left: 5px;
}
.menugrand .menu_list span .text_02{
	font-size: 13px;
	padding-left: 5px;
}
.menugrand .menu_list .text_02{
	display: block;
	letter-spacing: .075em;
	text-align: justify;
	font-size: 13px;
}
.menugrand .menu_list > ul > li{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	border-top: 1px solid #493f3c;
	padding: 10px 0;
}
.menugrand .menu_list > ul > li:last-child{
	border-bottom: 1px solid #493f3c;
}
.menugrand .menu_list .name span{
	font-size: 13px;
}
.menugrand .menu_list .info{
	font-size: 13px;
}
.menugrand .menu_list > ul > li.menu_detail{
	display: block;
	padding: 0;
	border-top: 0;
}
.menugrand .menu_list > ul > li.menu_detail > ul{
	padding-left: 30px;
	box-sizing: border-box;
}
.menugrand .menu_list > ul > li.menu_detail > ul > li{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	border-top: 1px dashed #493f3c;
	padding: 10px 0;
}
.menugrand .menu_list > ul > li.menu_info{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: flex-start;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border-top: 1px solid #493f3c;
	padding: 10px 0;
}



.menugrand .menu_attention ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.menugrand .menu_attention ul li.notes{
	font-size: 14px;
}
.menugrand .menu_attention ul li.tax{
	font-style: italic;
	text-align: right;
}
.menufamily{
	max-width: 1100px;
	width: 90%;
	margin: 0 auto 20px;
	padding: 4%;
	border: 1px solid #b6afac;
	box-sizing: border-box;
}
.menufamily h3{
	margin-bottom: 50px;
}
.menufamily h3::after{
	display: none;
}
.menufamily .menu_list{
	margin-bottom: 5px;
}
.menufamily .menu_list .price{
	letter-spacing: .075em;
}
.menufamily .menu_list > ul > li{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	border-top: 1px solid #493f3c;
	padding: 10px 0;
}
.menufamily .menu_list > ul > li:last-child{
	border-bottom: 1px solid #493f3c;
	margin-bottom: 40px;
}
.menufamily .menu_attention{
	margin-bottom: 20px;
}
.menufamily .menu_attention ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.menufamily .family_txt{
	font-size: 14px;
	line-height: 2.6;
	margin-bottom: 40px;
}
.menufamily ul.family_notes li{
	text-indent: -1em;
	padding-left: 1em;
	font-size: 13px;
}
.menu_btm_area{
	max-width: 1100px;
	width: 90%;
	margin: auto;
}
.menu_btm_area .menu_notes{
	font-size: 14px;
	margin-bottom: 80px;
}
.menu_btm_area .menu_link{
	max-width: 750px;
	margin: auto;
	width: 90%;
	background: #dcd8d6;
	padding: 5%;
	box-sizing: border-box;
	text-align: center;
}
.menu_btm_area .menu_link_txt{
	margin-bottom: 10px;
}
.menu_btm_area .menu_link_btn{
	display: inline-block;
}
.menu_btm_area .menu_link_btn a{
	display: block;
	width: 100%;
	/*background: #726f6e;*/
	padding: 0 80px;
	/*color: #fff;*/
	font-size: 20px;
	box-sizing: border-box;
	border: 1px solid #493f3c;
	letter-spacing: .1em;
}
/* products
=====================*/
.products .products_list ul li{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	padding: 50px 0;
}
.products .products_list ul li:nth-child(even){
	background: #dcd8d6;
}
.products .products_list .photo{
	max-width: 500px;
	margin-right: 50px;
}
.products .products_list .ttl_box{
	max-width: 500px;
}
.products .products_list .ttl_box .ttl{
	font-size: 20px;
	margin-bottom: 10px;
}
.products .products_list .ttl_box .ttl::after{
	display: block;
    content: "";
    width: 75px;
    height: 1px;
    background: #493f3c;
}
.products .products_list .ttl_box .txt{
	margin-bottom: 15px;
}
/* recommend
=====================*/
.recommend{
	max-width: 1100px;
    width: 90%;
	margin: 0 auto 150px;
}
.recommend h3{
	margin-bottom: 60px;
}
.recommend .recommend_main{
	margin-bottom: 70px;
}

.recommend .recommend_main ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	
}
.recommend .recommend_main ul li{
    max-width: 520px;
	width: 100%;
    margin-right: 60px;
}
.recommend .recommend_main ul li:last-child{
	margin-right: 0;
}
.recommend .recommend_main .ttl{
	font-size: 18px;
    margin-bottom: 20px;
}
.recommend .recommend_main .ttl::after{
	display: block;
    content: "";
    width: 75px;
    height: 1px;
    background: #493f3c;
	margin-top: 10px;
}
.recommned_mvBox{
	margin-bottom: 150px;
}
.recommned_mv{
	max-width: 1100px;
    width: 90%;
    margin: 0 auto 70px;
}
.recommned_mv ul{
	display: flex;
	-webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
	align-items: center;
}
.recommned_mv ul li.spa_image {
    max-width: 740px;
    width: 100%;
    margin-right: 60px;
}
.spa_txt{
	width: 50%;
}
.recommned_mv ul li.spa_image2 {
    max-width: 550px;
    width: 100%;
    margin-left: 60px;
}
.spa_ttl{
	font-size: 20px;
}
.recommend .menu_list{
	margin-bottom: 5px;
}
.recommend .menu_list .price{
	letter-spacing: .075em;
}
.recommend .menu_list .text{
	padding: 10px 0px 0px 30px;
	font-size: 14px;
	border-top: 1px dashed #493f3c;
	margin-top: 10px;
}
.recommend .menu_list > ul > li div{
	display: flex;
	width: 100%;
	border-bottom: 1px dotted #000;
}
.recommend .menu_list > ul > li{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	border-top: 1px solid #493f3c;
	padding: 10px 0;
	
}
.recommend .menu_list > ul > li:last-child{
	border-bottom: 1px solid #493f3c;
}
.recommend .menu_list .menu_ttl{
	padding-bottom: 10px;
	border-bottom: 1px solid #493f3c;
	font-size: 16px;
}
.recommend .menu_list > ul > li.menu_detail{
	display: block;
	padding: 0;
	border-top: 0;
}
.recommend .menu_list > ul > li.menu_detail > ul{
	padding-left: 30px;
	box-sizing: border-box;
}
.recommend .menu_list > ul > li.menu_detail > ul > li{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	border-top: 1px dashed #493f3c;
	padding: 10px 0;
}
.recommend .menu_list > ul > li.menu_detail > ul > li:first-child{
	border-top: none;
}
.recommend .menu_attention ul{
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.recommend .menu_attention ul li.notes{
	font-size: 14px;
}
.recommend .menu_attention ul li.tax{
	font-style: italic;
	text-align: right;
}
.recommend .pickup_menu{
	background: #dcd8d6;
	padding: 20px 40px;
	box-sizing: border-box;
	margin-bottom: 60px;
	position: relative;
}
.recommend .pickup_menu .pickup_ttl{
	font-size: 28px;
	position: absolute;
	top: -30px;
	left: 40px;
}
.recommend .pickup_menu .pickup_list{
	padding: 40px 0;
	border-bottom: 1px dashed #fff;
}
.recommend .pickup_menu .pickup_list ul{
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.recommend .pickup_menu .pickup_list ul li{
/*	width: 75%;*/
	width: 100%;
}
.recommend .pickup_menu .pickup_list ul li:first-child{
	width: 20%;
}
.recommend .pickup_menu .pickup_list ul li .menu{
	margin-bottom: 10px;
	padding: 5px 0;
	border-top: 1px solid #493f3c;
	border-bottom: 1px solid #493f3c;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.recommend .pickup_menu .pickup_list ul li .detail{
	font-size: 14px;
}
/* for Ceremony
===============================*/
/* .comingsoon{
	font-size: 28px;
	text-align: center;
	margin-top: 200px;
} */
.ceremony_txt{
	font-size: 14px;
	line-height: 2.6;
}
.menugrand .menu_list.ceremony > ul > li:first-of-type{
	border-top: none;
}
/* blog
===================================*/
#blogContent{
	background: #e5e0dd;
	color: #493f3c;
}
#blogContent h1,
#blogContent h2,
#blogContent h3{
	text-align: left;
}
#blogContent .entry-title{
	font-size: 1.2rem;
	font-weight: normal;
}
#blogContent h2::after,
#blogContent h3::after{
	display: none;
}
#blogContent .widget ul li,
#blogContent .widget ol li{
	border-bottom: 1px solid #eee;
    border-top: 1px solid #eee;
}
#blogContent button, input[type="button"], input[type="submit"]{
	background-color: #7D7370;
}
#blogContent .prev.page-numbers,
#blogContent .next.page-numbers{
	background-color: #eee;
}
#blogContent .post-thumbnail{
	display: none;
}
/* sustainability
===================================*/
.sustainability{
  margin-bottom: 185px;
}
.sustainability a{
  color: #8f7871;
}
.sustainability h3,
.attack h3{
  margin-bottom: 70px;
}
.sustainability .inner,
.attack .inner{
  max-width: 1100px;
  margin: 0 auto;
}
.sustainability .flex,
.attack .flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.sustainability .link_border{
  border-top: 1px solid #493f3c;
  border-bottom: 1px solid #493f3c;
  margin-bottom: 160px;
}
.sustainability .link_box{
  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;
  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;
  padding: 45px;
}
.sustainability .link_box li:first-child{
  width: 10%;
  margin: 0 auto;
}
.sustainability .link_box li:last-child{
  width: 70%;
}
.sustainability_list li{
  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;
  -webkit-box-align: start;-ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 85px;
}
.sustainability_list li div{
  width: 48%;
}
.sustainability_list li:last-child{
  -webkit-box-orient: horizontal;  -webkit-box-direction: reverse;  -ms-flex-direction: row-reverse;  flex-direction: row-reverse;
  margin-bottom: 0;
}
.sustainability_list li .ttl_box{
  margin-top: 20px;
}
.attack .txt01{
  text-align: center;
  margin-bottom: 120px;
}
.attack .attack_list{
  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;
  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.attack .attack_list dl{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;  -ms-flex-pack: justify;  justify-content: space-between;
  -webkit-box-align: center;  -ms-flex-align: center;  align-items: center;
  width: 48%;
  margin-bottom: 60px;
}
.attack .attack_list dl dt{
  width: 15%;
}
.attack .attack_list dl dd{
  width: 76%;
}
@media screen and (max-width: 480px) {
	h1, h2 , h3{
		font-size: 28px;
	}
	/* mv
	=====================*/
	.mvBox{
		padding-top: 50px;
		margin-bottom: 80px;
	}
	.mvBox .slick-slide img {
		height: 80vh;
	}
	.mv_logo{
		position: absolute;
		top: 55%;
		left: 45%;
		transform: translate(-45%,-55%);
	}
	.mv_logo img{
		width: 155px;
	}
	.top_reservation{
		margin-bottom: 80px;
	}
	.top_reservation ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.top_reservation ul li{
		width: 90%;
		margin: 0 auto 20px;
	}
	.top_reservation ul li:last-child{
		margin: auto;
	}
	.top_blog{
		width: 90%;
		margin: 0 auto 80px;
	}
	.top_blog ul{
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin: auto;
	}
	.top_blog ul li{
		width: 48%;
		margin: 0 auto 20px;
	}
	.top_blog ul li:last-child{
		margin-right: auto;
	}
	.top_blog ul li a figure img{
		width: 100%;
		height: 42vw;
		object-fit: cover;
  	 	-o-object-fit: cover;
	}
	.top_concept{
		width: 100%;
		margin: 0 auto 80px;
		padding: 0;
		position: relative;
	}
	.top_concept .imgBox{
		width: 96%;
	}
	.top_concept .imgBox figure{
		height: auto;
	}
	.top_concept .txtBox{
		position: relative;
		bottom: auto;
		right: auto;
		width: 94%;
		padding: 5%;
		box-sizing: border-box;
		margin: 20px 0 0 auto;
	}
	.top_concept .txtBox .txt_concept{
		margin-bottom: 20px;
	}
	.top_menu{
		width: 80%;
		margin: 0 auto 80px;
	}
  .top_menu ul{
    margin-bottom: 20px;
  }
	.top_menu ul li{
		width: 100%;
		margin-bottom: 20px;
	}
  .top_menu ul:nth-of-type(2) li:first-child,
  .top_menu ul:nth-of-type(3) li:first-child{
    margin-right: 0;
  }
	.top_menu ul li:last-child{
		margin-bottom: 0;
	}
	.top_menu ul li a{
		padding: 300px 5% 0;
	}
	.top_insta{
		margin-bottom: 50px;
		/*padding: 0 0 30px;*/
	}
	.top_insta .top_insta_inner{
		margin-bottom: 20px;
	}
	/*.top_insta .top_insta_inner{
		max-width: 100%;
		margin: 0 auto 30px;
	}*/
	/* 下層タイトル　共通
	===================================*/
	#innerPage{
		margin-bottom: 80px;
	}
	.inner_ttlBox {
		padding-top: 55px;
		margin-bottom: 40px;
	}
	/* concept
	===================================*/
	.concept_main{
		margin-bottom: 80px;
	}
	.concept_main h3,
	.concept_space h3 {
    	margin-bottom: 30px;
	}
	.concept_space h3 + p,
	.concept_main h3 + p {
		width: 90%;
		margin: 0 auto 20px;
		text-align: left;
		line-height: 2;
	}
	.concept_point{
		margin-bottom: 80px;
	}
	.concept_point ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.concept_point ul li{
		margin: 0 auto 30px;
	}
	.concept_point ul li:last-child{
		margin: auto;
	}
	.concept_space .concept_gallery .gallery img{
		height: 40vh;
	}
	.concept_space .concept_gallery .thumb{
		display: none;
	}
	
	/* staff
	===================================*/
	.staff{
		margin-bottom: 80px;
	}
	.staff h3{
		margin-bottom: 30px;
	}
	.staff_detail{
		margin-bottom: 40px;
	}
	.staff_detail ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.staff_detail ul li{
		max-width: 100%;
		width: 80%;
		margin: 0 auto 20px;
	}
	.staff_detail ul li:last-child{
		margin: auto;
	}
	.staff_detail ul li .position{
		margin-bottom: 15px;
	}
	.staff_detail ul li .comment{
		margin-bottom: 15px;
	}
	.access h3{
		margin-bottom: 30px;
	}
	.access .access_map{
		width: 90%;
		margin: 0 auto 20px;
	}
	.access .access_map iframe{
		width: 100%;
		height: 70vw;
	}
	.access .access_detail{
		max-width: 100%;
		width: 90%;
		margin: 0 auto 40px;
		padding: 20px 5%;
	}
	.access .access_detail ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.access .access_detail ul li{
		width: 100%;
	}
	.access .access_detail ul li table tr{
		display: block;
		width: 100%;
	}
	.access .access_detail ul li table tr th{
		display: block;
		width: 100%;
		padding: 0;
	}
	.access .access_detail ul li table tr td{
		display: block;
		width: 100%;
		padding-bottom: 20px;
	}
	.access .access_detail ul li:first-child table tr:last-child td {
		padding-bottom: 20px;
	}
	.access .access_route{
		max-width: 100%;
		width: 90%;
		margin: auto;
	}
	.access .access_route ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.access .access_route ul li{
		width: 100%;
		margin-bottom: 40px;
	}
	.access .access_route ul li .route_txt{
		margin-bottom: 10px;
	}
	.access .access_route ul li:nth-last-child(-n+2){
		margin-bottom: 40px;
	}
	.access .access_route ul li:last-child{
		margin-bottom: 0;
	}
	.access .access_route ul li:last-child .route_txt{
		margin-bottom: 0;
	}
	/* menu
	===================================*/
	.menugrand{
		margin-bottom: 60px;
	}
	.menugrand h3{
		margin-bottom: 40px;
	}
	.menugrand .colortext{
		text-align: left;
		font-size: 12px;
    	margin: 0 10px ;
    	border-top: 1px solid;
    	padding: 20px 15px;
	}
	.menugrand .menu_list .name{
		width: 70%;
	}
	.menugrand .menu_list .name span{
		font-size: 12px;
	}
	.menugrand .menu_list .info{
		font-size: 12px;
	}
	.menugrand .menu_list .text_01{
		font-size: 12px;
		padding-left: 0px;
	}
	.menugrand .menu_list .text_02{
		font-size: 12px;
		margin-top: 5px;
	}
	.menugrand .menu_attention ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.menugrand .menu_attention ul li.notes{
		font-size: 13px;
	}
	.menugrand .menu_list > ul > li.menu_detail > ul{
		padding-left: 5%;
	}
	.menufamily h3{
		margin-bottom: 20px;
	}
	.menufamily .menu_list > ul > li{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;	
	}
	.menufamily .menu_list > ul > li:last-child{
		border-bottom: 1px solid #493f3c;
		margin-bottom: 20px;
	}
	.menufamily .menu_list .price{
		text-align: right;
	}
	.menufamily .family_txt{
		line-height: 2;
		margin-bottom: 20px;
	}
	.menufamily .family_txt{
		line-height: 2;
		margin-bottom: 20px;
	}
	.menu_btm_area .menu_notes{
		margin-bottom: 40px;
	}
	.menu_btm_area .menu_link{
		padding: 8% 5%;
	}
	.menu_btm_area .menu_link_btn a{
		padding: 0 50px;
	}
	/* products
	=====================*/
	.products .products_list ul li{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.products .products_list .photo{
		max-width: 100%;
		width: 90%;
		margin: 0 auto 20px;
	}
	.products .products_list .ttl_box{
		max-width: 100%;
		width: 90%;
		margin: auto;
	}
	.products .products_list .ttl_box .ttl{
		font-size: 18px;
	}
	/* recommend
	=====================*/
	.recommend .menu_list .name{
		width: 70%;
	}	
	.recommend .menu_attention ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		-ms-flex-direction: column-reverse;
		flex-direction: column-reverse;
	}
	.recommend .menu_attention ul li.notes{
		font-size: 13px;
	}
	.recommend .menu_list > ul > li.menu_detail > ul{
		padding-left: 5%;
	}
	.recommend{
		margin-bottom: 60px;
	}
	.recommned_mvBox{
	margin-bottom: 60px;
	}
	.recommned_mv{
		width: 90%;
		margin: 0 auto 40px;
	}
	.recommned_mv ul{
		display: block;
	}
	.recommned_mv ul li.spa_image {
		width: 100%;
		margin-right: 60px;
	}
	.spa_txt{
		width: 96%;
		margin: 0 auto 30px;
	}
	.recommned_mv ul li.spa_image2 {
		width: 100%;
		margin-left: 0;
	}
	.spa_ttl{
		font-size: 18px;
		text-align: left;
		margin:40px 0 0 10px;
	}
	.recommend .recommend_main ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.recommend .recommend_main ul li:first-child{
		margin: 0 auto 20px;
	}
	.recommend .recommend_main ul li:last-child{
		margin: auto;
	}
	.recommend .recommend_main{
		margin-bottom: 40px;
	}
	.recommend .recommend_main .ttl{
		font-size: 15px;
	}
	.recommend .pickup_menu{
		padding: 20px 5%;
		margin-bottom: 30px;
	}
	.recommend .pickup_menu .pickup_ttl{
		top: -25px;
		left: 5%;
	}
	.recommend .pickup_menu .pickup_list ul{
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	.recommend .pickup_menu .pickup_list ul li{
		width: 100%;
	}
	.recommend .pickup_menu .pickup_list ul li:first-child{
		width: 80%;	
		margin: 0 auto 20px;
	}
	.recommend .pickup_menu .pickup_list ul li .menu .name{
		width: 70%;		
	}
	.recommend .pickup_menu .pickup_list ul li .detail{
		font-size: 13px;
	}
	/* for Ceremony
	===============================*/
	/* .comingsoon{
		font-size: 22px;
		text-align: center;
		margin-top: 80px;
	} */
  /* sustainability
  ===================================*/
  .sustainability h3,
  .attack h3{
    margin-bottom: 50px;
  }
  .sustainability .inner,
  .attack .inner{
    max-width: 90%;
    margin: 0 auto;
  }
  .sustainability .link_border{
    margin-bottom: 60px;
  }
  .sustainability .link_box{
    padding: 20px 10px;
  }
  .sustainability .link_box li:first-child {
    width: 20%;
  }
  .sustainability ul:last-of-type .flex{
    display: block;
    margin-bottom: 40px;
  }
  .sustainability_list li div {
    width: 90%;
    margin: 0 auto;
  }
  .sustainability {
    margin-bottom: 60px;
  }
  .attack .txt01 {
    margin-bottom: 60px;
  }
  .attack .attack_list dl{
    width: 100%;
    margin-bottom: 40px;
  }

p.sankyu {
   width: 100%;
        line-height: 1.4;
        padding: 10px;
	}







}
