@charset "UTF-8";
/*------------------------------

 アンカーリンク

------------------------------*/
.flex-box{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
}

.box-anchor{
    margin: 0 0 150px;
    padding: 60px 0 40px;
    position: relative;
}
.box-anchor ul{
    margin-right: -20px;
}
.box-anchor .item{
    width: 50%;
    text-align: left;
    margin-bottom: 20px;
    padding-right: 20px;
}
.box-anchor .item a{
    background: #fff;
}
.box-anchor .item a .img{
    width: 41.142%;
}
.box-anchor .item a p{
    font-size: 12px;
    width: 58.858%;
    padding: 0 20px;
}
.box-anchor .item a p span{
    font-size: 16px;
}

.box-anchor:before{
    content: "";
    display: block;
    width: 100%;
    height: 140%;
    background: #e6ebec;
    
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: -1;
}

/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.box-anchor .item a p{
		font-size: 14px;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .box-anchor{
        margin: 0 0 90px;
        padding: 30px 0 20px;
    }
    .box-anchor ul{
        margin-right: 0;
    }
    .box-anchor .item{
        width: 100%;
        margin-bottom: 10px;
        padding-right: 0;
    }
	.box-anchor:before{
		height: 100%;
		bottom: auto;
		top: 0;
	}
	

}

/*------------------------------

Sec01

------------------------------*/
section{
    margin-top: -180px;
    padding-top: 180px;
}
section .sec01{
    margin-bottom: 40px;
}
.dining-con-ttl{
	font-size: 18px;
    text-align: left;
    padding: 20px 0;
    margin-bottom: 30px;
	margin-top: 30px;
    border-top: solid 1px #b8b8b8;
    border-bottom: solid 1px #eeeeee;
    color: #595757;
}
section .box-flex{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align: left;
	margin:0 -20px 30px 0;
}
section .box-flex-l{
	display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: flex-start;
    text-align: left;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.mt60{margin-top: 60px;}
section .box-flex .txt{
	flex-basis: 40%;
    margin-right: 15px;
    line-height: 2.5;
    letter-spacing: 1px;
}
figure.flex-w3{
	width: 33.333%;
    margin: 0 0 40px;
    padding-right: 20px;
}
figure.flex-l-sub{
    margin-right: 22px;
    margin-bottom: 20px;
}
figure.flex-l-sub:nth-child(3), figure.flex-l-sub:nth-child(6){
    margin-right: 0;
}
figure.flex-l-sub:nth-last-child(-n+2){
    margin-bottom: 0;
}
figure.flex-w3 img{
	width: 100%;
	margin-bottom: 20px;
}
figure.flex-w3 img.mb0{
	margin-bottom: 0;
}
figure.flex-w3 figcaption{
	line-height: 1.8;
}
.box-tgl .box-flex{
    padding: 30px 0;
}
.tgl-btn{
    padding: 10px 20px;
    font-weight: bold;
    color: #fff;
    background-color: #74a599;
    border-radius: 4px;
    letter-spacing: 2px;
}
.tgl-btn:after {
    right: 10px;
    top: 25%;
}
.detail{
	margin: 30px auto;
}
.detail dt{
    width: 25%;
}
.detail dd{
	margin-left: 25%;
}
.place{
	/*border-top: solid 1px #b8b8b8;*/
	margin-top: 30px;
	padding-top: 50px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	section {
		margin-top: -100px;
		padding-top: 100px;
	}
	section .box-flex .txt {
		flex-basis: 100%;
		margin-right: 0;
	}
	section .box-flex .img{
		margin: 20px auto 0;
	}
	.detail dt {
		width: 100%;
	}
	.detail dd {
		margin-left: 0;
	}
	.place{
		padding-top: 20px;
	}
}

/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	section .sec01{
		width: 85%;
    	margin-bottom: 30px;
	}
	.dining-con-ttl {
		width: 85%;
		margin: 30px auto 20px;
	}
	section.sec01 .box-flex, .sec01 .box-flex-l{
		display: block;
		width: 85%;
		margin: 0 auto 30px;
	}
	figure.flex-w3 {
		width: 100%;
		margin-bottom: 10px;
	}
	figure.flex-l-sub{
    margin-right: 0;
    margin-bottom: 0;
}
	figure.flex-w3 img {
		margin-bottom: 10px;
	}
	figure.flex-w3 figcaption {
		margin-bottom: 20px;
	}
	.tgl-btn{
		width: 85%;
		margin: 0 auto;
	}
	.box-tgl {
		width: 85%;
		margin: 0 auto;
	}
	.box-tgl .dining-con-ttl {
		width: 100%;
		margin: 30px auto 20px;
	}
	.d-list-box{
		width: 85%;
		margin: 0 auto;
	}
}

/*------------------------------

特長強調版 Style

------------------------------*/
.under-ttl{
    font-size: 20px;
    margin: 60px 0 20px;
}
.under-ttl:after{
    content: "";
    display: block;
    width: 80px;
    height: 1px;
    margin: 15px auto;
    background: #414141;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .under-ttl{
        font-size: 18px;
    }
    .under-ttl:after {
        width: 50px;
    }
}


.d-features{
    max-width: 1260px;
    margin: auto;
}
.d-features figure{
    margin: 60px 0;
}
.d-features figure .img,
.d-features figure figcaption{
    width: 50%;
}
.d-features figure:nth-of-type(even) .img{
    -ms-flex-order:2;
    -webkit-order:2;
    order:2;
}
.d-features figure figcaption{
    text-align: left;
    font-size: 20px;
    letter-spacing: .1em;
    line-height: 2;
    padding: 0 38px;
}

.d-course{
    position: relative;
    margin-top: 140px;
}
.d-course:before{
    content: "";
    display: block;
    width: 100%;
    height: 700px;
    position: absolute;
    top: 120px;
    right: 0;
    z-index: -1;
    background: #eee;
}
.d-course .head{
    position: relative;
}
.d-course .head .ttl{
    max-width: 30%;
    font-size: 20px;
    
    position: absolute;
    top: -60px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 30px 40px;
    background: #fff;
}
.d-course .head .ttl small{
    font-size: 12px;
}
.d-course .head .img{
    text-align: left;
}
.d-course .comment{
    margin: 40px auto 0;
}
.d-course .detail{
    background: #fff;
    border: double 3px #9e9e9e;
    padding: 30px;
}
.d-course .notes{
    margin-bottom: 50px;
}


.d-gallery{
    max-width: 988px;
    margin: 50px auto 0;
    padding: 30px;
    overflow: hidden;
}
.d-gallery .flex-box{
    justify-content: center;
}
.d-gallery .item{
    max-width: 50%;
    padding: 10px;
}
.d-gallery .item:nth-of-type(odd){
    text-align: right;
}
.d-gallery .item:nth-of-type(even){
    text-align: left;
}
.d-gallery .item img{
    margin-bottom: 20px;
}

.d-chef{
    max-width: 1200px;
    background: #fff;
    margin: auto;
    padding: 60px;
}
.d-chef .ttl{
    font-size: 20px;
    margin-bottom: 30px;
}
.d-chef .flex-box{
    align-items: normal;
}
.d-chef .img{
    width: 40%;
}
.d-chef .txt{
    text-align: left;
    width: 60%;
    padding: 0 0 0 40px;
}
.d-chef .txt .name{
    font-size: 18px;
    margin: 10px 0;
}
.d-chef .txt .history{
    font-size: 14px;
    font-weight: bold;
    color: #AEAEAE;
    margin-top: 30px;
}
#mykonos .d-course, #mykonos-g .d-course, #cafe .d-course{
	margin-top: 0;
}

#cafe .d-course-2nd{
	margin-top: 140px;
}


/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	.d-course .head .ttl {
		width: 100%;
    	max-width: 400px;
	}
	.d-features figure figcaption {
		font-size: 16px;
		text-align: justify;
	}
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	.d-features .flex-box{
		display: block;
    	width: 85%;
        margin: 0 auto 20px;
        padding: 15px;
        background: #fff;
	}
	.d-features figure .img, .d-features figure figcaption {
		width: 100%;
	}
	.d-features figure figcaption {
		font-size: 14px;
        letter-spacing: normal;
		padding: 15px 0 0;
	}
	.d-course:before {
		height: 250px;
	}
	.d-course .head .ttl {
        width: 85%;
        font-size: 16px;
        padding: 20px;
	}
	.d-course .notes {
		margin-bottom: 20px;
		width: 100%;
	}
	.d-course .comment {
		margin: 20px auto 0;
	}
	.d-gallery {
		margin: 0 auto;
		padding: 20px 0 0;
		width: 85%;
	}
	.d-gallery .item {
		padding: 0;
	}
	.d-gallery .item img {
		margin-bottom: 10px;
	}
	.d-gallery .item:nth-of-type(odd) {
		padding-right: 10px;
	}
	.d-chef {
		padding: 30px;
		width: 85%;
	}
	.d-chef .flex-box {
		display: block;
	}
	.d-chef .img {
		width: 60%;
		margin: 0 auto 20px;
	}
	.d-chef .txt {
		width: 100%;
		padding: 0;
	}
    .d-chef .txt .history{
        font-size: 12px;
    }
	#mykonos .d-course .notes, #mykonos-g .d-course .notes, #cafe .d-course .notes{
		width: 85%;
	}
	#mykonos-g .tgl-btn, #mykonos-g .box-tgl{
		width: 100%;
	}
	#cafe .d-course-2nd{
		margin-top: 100px;
	}
	#cafe .d-course-2nd .sec01{
		width: 100%;
	}
}


/*------------------------------

プラン Style

------------------------------*/
#plan .list .block{
    align-items: normal;
    margin-bottom: 80px;
}
#plan .list .img,
#plan .list .txt{
    width: 50%;
}
#plan .list .txt{
    text-align: left;
    padding: 0 30px;
}
#plan .list .txt .ttl{
    display: block;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
}

#plan .list .txt .underline{
    margin-bottom: 20px;
}
#plan .list .txt .underline li{
    border-bottom: solid 1px #b8b8b8;
    padding: 12px 0;
}
#plan .list .txt .price{
    justify-content: space-between;
}

.setmenu span{
    font-size: 12px;
    font-weight: bold;
    margin: 5px 0;
    padding: 6px;
}
.setmenu .at{
    font-size: 14px;
    border: solid 1px #df9864;
    border-radius: 3px;
    color: #df9864;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
	
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
	#plan .flex-box{
		display: block;
	}
	#plan .list .block {
		margin-bottom: 40px;
	}
	#plan .list .img,
	#plan .list .txt{
		width: 100%;
	}
	#plan .list .img{
		margin-bottom: 20px;
	}
	#plan .list .txt .ttl{
		font-size: 18px;
	}
	.setmenu .at {
		line-height: 2.5;
	}
}

/*------------------------------

特集バナー Style

------------------------------*/
.bnr-feature .box-lead{
    margin-bottom: 20px;
}
.bnr-feature .box-lead p{
    line-height: 1.8;
    text-align: center;
    font-size: 18px;
}
/*==== mobile スマフォ横〜用css ===*/
@media screen and (max-width: 896px){
    .bnr-feature{
        width: 90%;
        margin: auto;
    }
}
/*==== mobile スマフォ縦用css ===*/
@media screen and (max-width: 480px){
    .bnr-feature .box-lead p{
        font-size: 16px;
    }
}