@charset "UTF-8";
/* CSS Document */
.sections {
    background: #f4f0ec;
    padding: 80px 0;
	overflow: hidden;
}
.sections.bg_pattern {
    background: #f4f0ec url(../image/common/bg_sections_top.png) repeat-x top center / 55px 262px;
}
/*==============================
　FV
==============================*/
.fvl{
	background: url("../image/concept/fv01.jpg") no-repeat center right / cover;
}
.cuisine_head {
    color: #ffffff;
    padding: 5em 5%;
}
.cuisine_head .ttl {
    line-height: 160%;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}
.cuisine_head .txt {
    letter-spacing: 0.3em;
    line-height: 240%;
    font-size: 0.85em;
}
@media screen and (max-width:600px) {
.cuisine_head .txt{
	text-align: left;
}
}

/*==============================
message
==============================*/
.message {
    background: #000;
    padding: 60px 0 40px;
}
.message .txt .ttl {
    display: contents;
    font-size: 2.1em;
    line-height: 160%;
}
.message .txt {
    color: #fff;
    font-size: 0.85em;
    font-size: min(2.25vw,0.85em);
    letter-spacing: 1.5px;
    width: 100%;
    text-align: center;
    line-height: 320%;
/*    display: flex;
    align-items: center;
    justify-content: center;*/
    margin-bottom: 30px;
}
.message .txt_end{
    color: #fff;
    font-size: 0.75em;
    font-size: clamp(12px,2vw,0.75em);
	line-height: 180%;
    margin-bottom: 60px;
}
.message .txt_end .sp{
	display: none;
}
.message_btn {
    width: 94%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}
.message_btn .arrow_btn_wrap {
    width: 260px;
    position: absolute;
    bottom: 90px;
	right: 0;
    margin: 0 auto;
    text-align: left;
}
@media screen and (max-width:1000px) {
.message_btn {
    margin: 40px auto;
}
.message_btn .arrow_btn_wrap {
    position: static;
}
}
@media screen and (max-width: 900px){
.message_btn .arrow_btn{
    margin-left: auto;
    margin-right: auto;
	}
}
@media screen and (max-width:600px) {
.message .txt .ttl {
    display: block;
	font-size: 1.5em;
    letter-spacing: 3px;
    text-align: center;
}
.message .txt {
    width: 90%;
    writing-mode: unset;
    text-align: left;
    letter-spacing: 0;
    font-size: 0.9em;
    line-height: 230%;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
	.message .txt .pc{
		display: none;
	}
	.message .txt_end{
		width: 90%;
		text-align: left;
		text-indent: -1em;
		padding-left: 1em;
		margin: 0 auto;
	}
	.message .txt_end .sp{
		display: block;
	}
}
/*==============================
　スライド
==============================*/
.slider{
	width: 60vw;
	height: 36vw;
}
.slick-list,
.slick-track {
    height: 100%;
}
.slide-bg-inner{
    width: 100%;
    height: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#con01 .slide_item1{background-image: url("../image/concept/img01a.jpg");}
#con01 .slide_item2{background-image: url("../image/concept/img01b.jpg?0908");}
#con01 .slide_item3{background-image: url("../image/concept/img01c.jpg");}
#con02 .slide_item1{background-image: url("../image/concept/img02a.jpg");}
#con02 .slide_item2{background-image: url("../image/concept/img02b.jpg");}
#con02 .slide_item3{background-image: url("../image/concept/img02c.jpg");}
#con03 .slide_item1{background-image: url("../image/concept/img03a.jpg?0912");}
#con03 .slide_item2{background-image: url("../image/concept/img03b.jpg?0912");}
#con03 .slide_item3{background-image: url("../image/concept/img03c.jpg");}
button.slick-arrow {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    border-radius: 0;
    box-shadow: none;
    border: none;
    width: 32px;
    background: rgba(0,0,0,0.3);
    font-size: 0;
    overflow: hidden;
    outline: none;
    cursor: pointer;
	transition: all ease 300ms;
}
button.slick-arrow.slick-next {
    left: auto;
    right: 0;
}
button.slick-arrow:hover{
    background: rgba(0,0,0,0.6);
}
button.slick-arrow::after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    border: 1px solid #ffffff;
	border-bottom: none;
	border-right: none;
    transform: rotate(-45deg);
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}
button.slick-arrow.slick-next::after{
    transform: rotate(135deg);
}

@media screen and (max-width:900px) {
.slider {
	width: 100vw;
	height: 60vw;
    margin-bottom: 35px;
}
}
@media screen and (max-width:600px) {
button.slick-arrow {
    width: 16px;
}
button.slick-arrow::after {
    width: 8px;
    height: 8px;
}
}
/*==============================
きめ細やかなおもてなしを
==============================*/
.head_ttl {
    margin-bottom: 30px;
}
.head_ttl .ttl {
    margin-bottom: 30px;
    letter-spacing: 5px;
}
.head_ttl .txt {
	margin-bottom: 10px;
    padding: 0 5%;
	letter-spacing: 2px;
    line-height: 240%;
    font-size: 0.85em;
}
.head_ttl_wrap .arrow_btn{
	margin:0 auto;
}
@media screen and (max-width:1200px) {
	.head_ttl .txt{
		text-align: left;
	}
}
@media screen and (max-width:600px) {
.head_ttl .txt {
    padding: 0 7%;
    text-align: left;
    font-size: 0.85em;
    line-height: 180%;
    letter-spacing: 1.5px;
}
}