@charset "UTF-8";
/*------------------------------------------------------------------------------
	Chuo Kanko Corporation. - CUISINE CSS
	URL: http://kaneyamaen.sbs/
	Date: 2016-12-21
	Copyright (C) Chuo Kanko Corporation. All Rights Reserved.
------------------------------------------------------------------------------*/
/*==============================================================
　body#cuisineIndex : お料理
===============================================================*/
body#cuisineIndex main figure img {
	max-width: 100%;
	display: block;
	height: auto;
}
body#cuisineIndex #introArea {
	padding: 6% 0;
	position: relative;
	margin-bottom: 6.4%;
	text-align: center;
}
body#cuisineIndex #introArea:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-size: 100% auto;
	position: absolute;
	bottom: -3px;
}
body#cuisineIndex #introArea .innerWidth {
	position: relative;
	z-index: 2;
}
body#cuisineIndex #introArea .deco {
	position: absolute;
}
body#cuisineIndex #introArea .flower01 {
	left: 0;
	bottom: 2%;
}
body#cuisineIndex #introArea .flower02 {
	right: 0;
	top: 0;
}
body#cuisineIndex #introArea figure {
	width: 50%;
	display: inline-block;
	padding: 0 4.8%;
}
body#cuisineIndex #introArea .boxR {
	width: 39%;
	padding-right: 4.8%;
	vertical-align: top;
	text-align: left;
	display: inline-block;
}
body#cuisineIndex #introArea .boxR .lead {
	font-family: "MyKokoro";
	font-size: 150%;
	margin: 82px 0;
}
body#cuisineIndex #introArea .boxR p {
	line-height: 1.8;
}
body#cuisineIndex .cuisineBox {
	text-align: center;
	margin-bottom:14%;
}
body#cuisineIndex #cuisineArea h2 {
	text-align:center;
	font-weight: normal;
	line-height: 1.2;
	font-size:180%;
}
body#cuisineIndex #cuisineArea h2 .eng {
	display: block;
	text-align: center;
	padding-bottom:6px;
}
body#cuisineIndex #cuisineArea h2 .restaurantName {
	letter-spacing: 5px;
}

body#cuisineIndex #introArea .deco{
	display:none;
}
body#cuisineIndex .cuisineBox .bdrBox{
	margin-bottom:15%;
}

body#cuisineIndex .cuisineBox .mainImage {
	margin-bottom: 4%;
}
body#cuisineIndex .cuisineBox .dscBox {
	width: 70%;
	margin-bottom: 4%;
	text-align: center;
	display: inline-block;
}
body#cuisineIndex .cuisineBox .dscBox .color-btn {
	margin-top: 40px;
}
body#cuisineIndex .cuisineBox .dscBox h3 {
	font-size: 150%;
	font-weight: normal;
	font-family: "MyKokoro";
	background:none;
	margin:4% 0;
}
body#cuisineIndex .cuisineBox .dscBox p{
	text-align: left;
}
body#cuisineIndex .cuisineBox .sub_image{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
body#cuisineIndex .cuisineBox .sub_slider{
    display: none;
}
body#cuisineIndex .cuisineBox .sub_slider.slick-initialized{
    display: block;
}
body#cuisineIndex .cuisineBox .sub_slider .slick-slide{
    padding: 0 10px;
}
body#cuisineIndex .cuisineBox .sub_slider .slick-slide img{
    height: auto;
}
body#cuisineIndex .cuisineBox .recommend_area{
	padding: 30px;
	width: 100%;
	margin: 0 auto 4%;
	border: 1px solid #ded7ce;
}
body#cuisineIndex .cuisineBox .dscBox .lead_txt{
    margin-top: 12px;
    text-align: center;
}
body#cuisineIndex .cuisineBox .dscBox .lead_txt a{
    text-decoration: underline;
}
body#cuisineIndex .cuisineBox .recommend_item{
	overflow: hidden;
	display: -webkit-flex;
	display: flex;align-items: center;
}

body#cuisineIndex .cuisineBox .recommend_item +.recommend_item{
    margin-top: 20px;
}
body#cuisineIndex .cuisineBox .recommend_area h3{
	font-size: 150%;
	font-weight: normal;
	margin: 0 0 16px;
    font-family: "MyKokoro";
}
body#cuisineIndex .cuisineBox .recommend_item .floatL{
    width: 35%;
}
body#cuisineIndex .cuisineBox .recommend_item .boxR{
	width: 65%;
	text-align: left;
	padding: 0 3.2%;
}
body#cuisineIndex .cuisineBox .recommend_item .lead{
	font-size: 120%;
	margin-bottom:10px;
}

body#cuisineIndex .cuisineBox .recommend_item dl{
    display: grid;
    grid-template-columns: 124px 1fr;
    overflow: hidden;
    gap: 0 1em;
}
body#cuisineIndex .cuisineBox .recommend_item dt::after{
    content: "";
    display: block;
    border-top: 1px dotted #c7c7c7;
    flex-grow: 1;
    height: 1px;
}
body#cuisineIndex .cuisineBox .recommend_item dt{
    font-weight: bold;
    display: flex;
    align-items: center;
    gap: 0 1em;
}
body#cuisineIndex .cuisineBox .bdrBox {
	padding: 30px;
	width: 70%;
	margin: 0 auto 4%;
	border: 1px solid #ded7ce;
	overflow: hidden;
	display: -webkit-flex;
	display: flex;align-items: center;
}
body#cuisineIndex .cuisineBox .bdrBox .floatL {
	width: 50%;
}
body#cuisineIndex .cuisineBox .bdrBox .boxR {
	width: 50%;
	text-align: left;
	padding: 0 3.2%;
}
body#cuisineIndex .cuisineBox .bdrBox h3 {
	font-size: 136%;
	font-weight: normal;
	margin: 8% 0;
}
body#cuisineIndex .cuisineBox .bdrBox .lead {
	font-size: 120%;
	margin-bottom: 4%;
}
body#cuisineIndex .cuisineBox .recommend_item .color-btn,
body#cuisineIndex .cuisineBox .bdrBox .color-btn {
	margin-top: 20px;
	padding: 5px 0 10px;
	width: 100%;
	text-align: center;
}
/* メインビジュアルスライダー */
body.cuisine .cuisine_slider{
    display: none;
}
body.cuisine .cuisine_slider.slick-initialized{
    display: block;
}
body.cuisine .cuisine_slider .slick-slide{
    margin: 0;
}
body.cuisine .slick-dots-list{
    text-align: left;
    display: flex;
    justify-content: flex-start;
    gap: 10px;
    margin-top: 10px;
}
body.cuisine .slick-dots-list li{
    width: 20%;
    aspect-ratio: 1200 / 550;
    position: relative;
    margin: 0;
    display: block;
    background-color: #000;
}
body.cuisine .slick-dots-list li button{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-indent: -9999px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
body.cuisine .slick-dots-list li.slick-active button{
    opacity: 0.7;
}
@media screen and (max-width:768px) {
    body.cuisine .slick-dots-list{
        display: grid!important;
        grid-template-columns: repeat(3,1fr);
    }
    body.cuisine .slick-dots-list li{
        width: 100%;
    }
}
body.cuisine #allergyArea {
	margin-bottom:6%;
}
body.cuisine #allergyArea .allergyBox{
	margin:0 auto ;
	background:#f6f5f5;
	padding:4%;
}
body.cuisine #allergyArea .allergyBox p{
	margin-bottom:4%;
}
body.cuisine #allergyArea .allergyBox .kome{
	font-size:90%;
	margin-bottom:0;
}
body.cuisine #allergyArea h3{
	font-family:"Mykokoro",serif;
	font-weight:normal;
	font-size:140%;
	margin-bottom:2%;
}
body.cuisine #shokueiArea {
	margin-bottom:6%;
}
body.cuisine #shokueiArea .shokueiBox{
	margin:0 auto ;
	background:#f6f5f5;
	padding:4%;
}
body.cuisine #shokueiArea .shokueiBox p{
	margin-bottom:4%;
}
body.cuisine #shokueiArea h3{
	font-family:"Mykokoro",serif;
	font-weight:normal;
	font-size:140%;
	margin-bottom:2%;
}

/*==============================================================
　body.cuisineIndiv : お料理詳細
===============================================================*/
body.cuisineIndiv #introArea {
	padding: 4% 0;
	position: relative;
	margin-bottom: 6.4%;
	text-align: center;
	overflow: hidden;
}
body.cuisineIndiv #introArea:after {
	content: "";
	display: block;
	height: 2px;
	width: 100%;
	background-size: 100% auto;
	position: absolute;
	bottom: -3px;
}
body.cuisineIndiv #introArea .lead {
	font-size: 180%;
	margin-bottom: 30px;
	font-family: "MyKokoro";
	padding-top:44px;
	background:url(../img/ico/ico_fuji_lrg_brush.png) no-repeat center top;
}
body.cuisineIndiv #introArea .innerWidth {
	position: relative;
	z-index: 2;
}
body.cuisineIndiv #introArea .deco {
	position: absolute;
}
body.cuisineIndiv #introArea .flower01 {
	left: 0;
	bottom: 2%;
}
body.cuisineIndiv #introArea .flower02 {
	right: 0;
	top: 0;
}
body.cuisineIndiv main .contentsBox {
	margin-bottom:14%;
}
body.cuisineIndiv main h2 {
	font-weight: normal;
	line-height: 1.2;
}
body.cuisineIndiv main h2 .eng {
	display: block;
	text-align: center;
}
body.cuisineIndiv main h2 .subTitle {
	display: block;
	text-align: center;
	font-size: 60%;
	margin-top: 5px;
	letter-spacing: 5px;
}
body.cuisineIndiv main .gensenBox {
	overflow: hidden;
	display: flex;
	-webkit-display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 3%;
}
body.cuisineIndiv main .textBox {
	width: 50%;
	padding:0 2.6%;
}
body.cuisineIndiv main .photoBox {
	width: 50%;
}
body.cuisineIndiv main .photoBox img {
	width: 100%;
	height: auto;
}
body.cuisineIndiv .layoutP-T .photoBox, body.cuisineIndiv .layoutT-P .textBox {
	order: 1;
}
body.cuisineIndiv .layoutP-T .textBox, body.cuisineIndiv .layoutT-P .photoBox {
	order: 2;
}
body.cuisineIndiv main .gensenBox h3 {
    font-weight: normal;
    padding: 2px;
    margin-bottom: 7%;
    font-size: 100%;
    line-height: 1.1;
	text-align:center;
}
body.cuisineIndiv main .gensenBox h3 strong{
	position: relative;
	margin-bottom: 9px;
	font-family: "MyKokoro";
	font-size:160%;
	font-weight:normal;
	display:block;
}
body.cuisineIndiv main .gensenBox .cuisinName {
	font-size: 120%;
	margin-bottom: 25px;
	font-family: "MyKokoro";
}
body.cuisineIndiv main #archiveArea .innerWidth{
	overflow:hidden;
}
body.cuisineIndiv main #archiveArea ul {
}
body.cuisineIndiv main #archiveArea li {
	margin-bottom:0;
	padding:0 15px;
	text-align: left;
	width:300px;
	float:left;
	font-size:80%;
}
body.cuisineIndiv main #archiveArea li .photo {
	display: block;
}
body.cuisineIndiv main #archiveArea li .photo img {
	width: 100%;
	height: auto;
}
body.cuisineIndiv main #archiveArea .slick-arrow{
	top:37%;
}
body.cuisineIndiv main #archiveArea .month {
	font-size: 90%;
	display: block;
}
body.cuisineIndiv #menuArea .bgBox {
	background:#555049;
	background-size: 100% auto;
	padding: 60px 0;
	position: relative;
	text-align:center;
}

body.cuisineIndiv .kome {
	font-size: 90%;
	padding: 10px 0;
}
body.cuisineIndiv #childArea {
	width: 60%;
	margin: 0 auto 14%;
}
body.cuisineIndiv #childArea h2{
	margin-bottom:0;
	padding-bottom:15px;
}
body.cuisineIndiv #childArea .visualBox {
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
body.cuisineIndiv #childArea .visualBox figure {
	width: 48%;
}
body.cuisineIndiv #childArea .visualBox figure img {
	width: 100%;
	height: auto;
}
body.cuisineIndiv #planArea {
	margin-bottom:6%;
}
/*body.cuisineIndiv #planArea {
	border: 1px solid #ded7ce;
	padding: 30px;
	width: 60%;
	overflow: hidden;
	margin: 0 auto 60px;
}
body.cuisineIndiv #planArea h2 {
	position: relative;
	background: none;
	border: none;
	margin:0;
	padding:3% 0 7%;
}
body.cuisineIndiv #planArea h2 span {
	display: inline-block;
	background: #fff;
	position: relative;
	z-index: 9;
	padding: 0 11px;
}
body.cuisineIndiv #planArea figure {
	width: 48%;
	float: left;
}
body.cuisineIndiv #planArea figure img {
	width: 100%;
	height: auto;
}
body.cuisineIndiv #planArea .boxR {
	width: 48%;
	float: right;
	text-align: left;
}
body.cuisineIndiv #planArea .boxR .planTitle {
	font-size: 120%;
	margin-bottom: 30px;
	position: relative;
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3",  "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
body.cuisineIndiv #planArea .boxR .color-btn {
	margin-top: 20px;
}
*/