@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;
}
@media screen and (max-width:600px) {
	.sections{
		padding: 50px 0 30px;
	}
}
/*==============================
　FV
==============================*/
.fvl{
	background: url("../image/omotenashi/fv01.jpg?0606") no-repeat center / 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;
}
}
/*==============================
　page_wrap
==============================*/
.page_wrap {
    margin: 0 0 100px;
}
.page_wrap .flex {
    display: flex;
    align-items: center;
}
.page_wrap:nth-of-type(2n) .flex {
    flex-direction: row-reverse;
}
.page_wrap .flex_inner {
    color: #ffffff;
    text-align: left;
    margin-left: 60px;
}
.page_wrap:nth-of-type(2n) .flex_inner {
    margin-left: 2%;
    margin-right: 60px;	
}
.page_wrap .flex_inner .ttl {
    line-height: 160%;
    letter-spacing: 0.3em;
    margin-bottom: 30px;
}
.page_wrap .flex_inner .txt {
    letter-spacing: 0.3em;
    line-height: 240%;
    font-size: 0.85em;
}
.page_wrap .flex_inner .inner_end{
	margin-top: 40px;
}
@media screen and (max-width:740px) {
.page_wrap .flex {
    display: block;
}
.page_wrap:nth-of-type(n) .flex_inner {
    margin-left: 7%;
    margin-right: 7%;
    text-align: center;
}
}
@media screen and (max-width:600px) {
	.page_wrap{
		margin-bottom: 70px;
	}
.page_wrap:nth-of-type(n) .flex_inner {
    text-align: left;	
}
}
/*==============================
　スライド
==============================*/
.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;
}
#omo01 .slide_item1{background-image: url("../image/omotenashi/img01a.jpg");}
#omo01 .slide_item2{background-image: url("../image/omotenashi/img01b.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:740px) {
.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: 0.5em;
}
.head_ttl .txt {
    letter-spacing: 5px;
	margin-bottom: 10px;
}
@media screen and (max-width:740px) {

}
@media screen and (max-width:600px) {
.head_ttl .txt {
    padding: 0 7%;
    text-align: center;
    font-size: 0.9em;
    line-height: 180%;
    letter-spacing: 1.5px;
}
}