@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Amiri:wght@400;700&family=Noto+Sans+JP:wght@400;500&family=Roboto:wght@500&display=swap");

html {}

@media print,
screen and (min-width:641px) {
    .headerArea {
        position: fixed;
        top: 0
    }
}

main {
    background-image: none
}

main .comBtn01 {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

a {
    color: #3c3c3c
}

.pc_flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

@media screen and (max-width:640px) {
    .pc_flex {
        display: block
    }
}

@media print,
screen and (min-width:641px) {
    .pb_180 {
        padding-bottom: 180px
    }
}

@media screen and (max-width:640px) {
    .pb_180 {
        padding-bottom: 60px
    }
}

@media print,
screen and (min-width:641px) {
    .pb_120 {
        padding-bottom: 120px
    }
}

@media screen and (max-width:640px) {
    .pb_120 {
        padding-bottom: 60px
    }
}

@media print,
screen and (min-width:641px) {
    .pt_120 {
        padding-top: 120px
    }
}

@media screen and (max-width:640px) {
    .pt_120 {
        padding-top: 60px
    }
}

@media print,
screen and (min-width:641px) {
    .pt_100 {
        padding-top: 100px
    }
}

@media screen and (max-width:640px) {
    .pt_100 {
        padding-top: 50px
    }
}

.c-blue {
    color: #003764
}

.c-red {
    color: #891313
}

@media print,
screen and (min-width:641px) {
    .w1160 {
        margin: 0 auto;
        width: 100%;
        max-width: 1160px
    }
}

.more_link .link span {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    font-size: 1.4rem;
    letter-spacing: 0.05em;
    color: #81cddf;
    text-decoration: underline
}

.more_link .link span.arrow {
    display: inline-block
}

.more_link .link span.arrow:before {
    top: 1px;
    bottom: 0;
    margin: auto 0;
    right: -10px;
    border-top: 1px solid #81cddf;
    border-right: 1px solid #81cddf
}

.no-touchevents .more_link .link:hover span {
    text-decoration: none
}

.link_wrap {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.link_wrap .bg {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden
}

.link_wrap .bg:after {
    position: absolute;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    -webkit-transition: 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
    transition: 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
    z-index: 10
}

.link_wrap .bg .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
    background-size: cover;
    background-position: center center;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), -webkit-transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
    -webkit-transition: border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), -webkit-transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
    transition: transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995);
    transition: transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), border-radius 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995), -webkit-transform 0.5s cubic-bezier(0.12, 0.76, 0.475, 0.995)
}

.no-touchevents .link_wrap:hover .bg .img {
    -webkit-transform: scale(1.04);
    transform: scale(1.04)
}

.no-touchevents .link_wrap:hover .bg:after {
    opacity: 0.2
}

.arrow {
    position: relative;
    display: block
}

.arrow:before {
    position: absolute;
    content: "";
    display: inline-block;
    border-top: 1px solid #3c3c3c;
    border-right: 1px solid #3c3c3c;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    z-index: 10
}

@media print,
screen and (min-width:641px) {
    .arrow:before {
        width: 7px;
        height: 7px;
        -webkit-transform: rotate(45deg) skew(-25deg, -25deg);
        transform: rotate(45deg) skew(-25deg, -25deg)
    }
}

@media screen and (max-width:640px) {
    .arrow:before {
        width: 6px;
        height: 6px;
        -webkit-transform: rotate(45deg) skew(-15deg, -15deg);
        transform: rotate(45deg) skew(-15deg, -15deg)
    }
}

@media print,
screen and (min-width:641px) {
    .no-touchevents a:hover .arrow:before {
        -webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
        transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px)
    }
}

@media screen and (max-width:640px) {
    .no-touchevents a:hover .arrow:before {
        -webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
        transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px)
    }
}

@media print,
screen and (min-width:641px) {
    .no-touchevents a:hover .arrow:before {
        -webkit-transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px);
        transform: rotate(45deg) skew(-25deg, -25deg) translate(3px, -3px)
    }
}

@media screen and (max-width:640px) {
    .no-touchevents a:hover .arrow:before {
        -webkit-transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px);
        transform: rotate(45deg) skew(-15deg, -15deg) translate(3px, -3px)
    }
}

.bnr_area {
    margin: 0 auto
}

@media print,
screen and (min-width:641px) {
    .bnr_area {
        max-width: 980px
    }
}

@media screen and (max-width:640px) {
    .bnr_area {
        max-width: 89%
    }
}

.bnr_area .bnr_link {
    -webkit-transition: 0.3s;
    transition: 0.3s
}

.no-touchevents .bnr_area .bnr_link:hover {
    opacity: 0.8
}

.bnr_area .bnr_link .img {
    width: 100%;
    vertical-align: bottom
}

body {
    padding-top: 150px
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comBtn03.next:before {
        background-image: url(../cuisine/img/arrow_next.svg);
        background-size: cover;
        width: 2.5rem;
        height: 1.2rem;
        background-color: transparent;
        right: -70%
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comBtn03.next:after {
        display: none
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comBtn03.prev:before {
        background-image: url(../cuisine/img/arrow_prev.svg);
        background-size: cover;
        width: 2.5rem;
        height: 1.2rem;
        background-color: transparent;
        left: -70%
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comBtn03.prev:after {
        display: none
    }
}

.sec_ttl {
    text-align: center;
    color: #003764
}

@media print,
screen and (min-width:641px) {
    .sec_ttl {}
}

.sec_ttl .en {
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 4rem;
    font-family: "Amiri", serif;
    font-weight: 400
}

@media screen and (max-width:640px) {
    .sec_ttl .en {
        display: block;
        margin-bottom: 10px;
        font-size: 9.7vw
    }
}

@media print,
screen and (min-width:641px) {
    .sec_ttl .en {
        line-height: 1
    }
}

.sec_ttl .ja {
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:641px) {
    .sec_ttl .ja {
        margin-top: 1rem;
    }
}

@media screen and (max-width:640px) {
    .sec_ttl .ja {
        font-size: 3.6vw
    }
}

.sec_sttl {
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:641px) {
    .sec_sttl {
        font-size: 2.4rem;
        line-height: calc(40/24);
        letter-spacing: 0.1em
    }
}

@media screen and (max-width:640px) {
    .sec_sttl {
        font-size: 5vw;
        line-height: calc(70/36);
        letter-spacing: 0.1em
    }
}

.sec_sttl.ver02 {
    text-align: center;
    color: #bca06b;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

.sec_sttl.ver02 .en {
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 3.4rem;
    font-family: "Amiri", serif;
    font-weight: 400
}

@media screen and (max-width:640px) {
    .sec_sttl.ver02 .en {
        display: block;
        margin-bottom: 10px;
        font-size: 9.7vw
    }
}

@media print,
screen and (min-width:641px) {
    .sec_sttl.ver02 .en {
        line-height: 1
    }
}

.sec_sttl.ver02 .ja {
    display: block;
    font-weight: 700;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    font-family: source-han-serif-japanese, serif;
    font-weight: 500
}

@media print,
screen and (min-width:641px) {
    .sec_sttl.ver02 .ja {}
}

@media screen and (max-width:640px) {
    .sec_sttl.ver02 .ja {
        font-size: 3.6vw
    }
}

.sec_txt {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:641px) {
    .sec_txt {
        font-size: 1.4rem;
        line-height: calc(26/14);
        letter-spacing: 0.05em
    }
}

@media screen and (max-width:640px) {
    .sec_txt {
        font-size: 3.6vw;
        line-height: calc(46/26);
        letter-spacing: 0.05em
    }
}

@media screen and (max-width:640px) {
    .mt-none {
        margin-top: 0 !important
    }
}

@media print,
screen and (min-width:641px) {
    .mainArea {
        margin-top: 7.4rem
    }
}

@media screen and (max-width:640px) {
    .mainArea {
        margin-top: calc(100vw * (126 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .mainArea .mv {
        width: 100%;
        height: 66rem;
        background-image: url(../cuisine/img/mv.jpg);
        margin-top: 7rem;
        position: relative;
    }
}

@media screen and (max-width:640px) {
    .mainArea .mv {
        width: 100%;
        height: calc(100vw * (680 / 720));
        background-image: url(../cuisine/img/mv_sp.jpg);
        background-size: cover;
        margin-top: calc(100vw * (60 / 720));
        position: relative;
    }
}

@media print,
screen and (min-width:641px) {
    .mainArea .ph {
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover
    }
}

@media print,
screen and (min-width:641px) {
    .mainArea .mv_icon {
        width: 16rem;
        position: absolute;
        top: 20px;
        left: 20px;

    }
}

@media screen and (max-width:640px) {
    .mainArea .mv_icon {
        width: calc(100vw * (154 / 720));
        position: absolute;
        top: 12px;
        left: 12px;
    }
}

.mainArea .mv_icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.mainArea .titleArea {
    position: relative
}

@media print,
screen and (min-width:641px) {
    .mainArea .titleArea {
        padding-bottom: 9.2rem;
        margin-bottom: 8.6rem
    }
}

@media screen and (max-width:640px) {
    .mainArea .titleArea {
        padding-bottom: calc(100vw * (120 / 720));
        margin-bottom: calc(100vw * (114 / 720))
    }
}

.mainArea .titleArea:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-image: url(../cuisine/img/decoration.svg);
    background-size: contain
}

@media print,
screen and (min-width:641px) {
    .mainArea .titleArea:before {
        width: 17rem;
        height: 1.8rem
    }
}

@media screen and (max-width:640px) {
    .mainArea .titleArea:before {
        width: 9rem;
        height: 1rem
    }
}

@media print,
screen and (min-width:641px) {
    .mainArea .titleArea .sec_ttl .en {
        font-size: 4.6rem
    }
}

.mainArea .titleArea .sec_sttl {
    text-align: center
}

@media print,
screen and (min-width:641px) {
    .mainArea .titleArea .sec_sttl {
        margin-top: 6rem
    }
}

@media screen and (max-width:640px) {
    .mainArea .titleArea .sec_sttl {
        margin-top: calc(100vw * (80 / 720))
    }
}

@media screen and (max-width:640px) {
    .mainArea .titleArea .sec_ttl .en {
        margin-bottom: calc(100vw * (12 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .mainArea .titleArea .sec_ttl .ja {
        margin-top: 1rem
    }
}

.mainArea .titleArea .sec_txt {
    text-align: center
}

@media print,
screen and (min-width:641px) {
    .mainArea .titleArea .sec_txt {
        margin-top: 2.4rem
    }
}

@media screen and (max-width:640px) {
    .mainArea .titleArea .sec_txt {
        margin-top: calc(100vw * (50 / 720))
    }
}

.comPageTit {
    padding: 0
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap {
        margin-top: 6rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap {
        margin: 0 auto;
        margin-top: calc(100vw * (80 / 720));
        padding: 0;
        max-width: calc(100% - (100vw * (120 / 720)))
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 116rem
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .phootarea {
        width: calc(100% - 40rem - 6rem)
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .phootarea .slide {
        height: 42.6rem;
        max-height: none
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .phootarea .slide {
        height: calc(100vw - (100vw * (160 / 720)));
        padding-top: 0
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .phootarea .slide .img {
        opacity: 1;
        max-width: calc(100% - (100vw * (40 / 720)));
        margin-left: calc(100vw * (20 / 720)) !important;
        background-size: contain
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info {
        width: 40rem;
        margin-left: 6rem;
        padding: 0
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info .txt_box {
        margin-top: -1rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .txt_box {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

.comLayout05Wrap .comLayout05 .info .txt_box dl dt {
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    letter-spacing: 0.1em
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info .txt_box dl dt {
        font-size: 2.4rem;
        line-height: calc(40/24)
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .txt_box dl dt {
        font-size: 5vw;
        line-height: calc(60/36);
        text-align: center
    }
}

.comLayout05Wrap .comLayout05 .info .txt_box dl dd {
    letter-spacing: 0.05em;
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info .txt_box dl dd {
        font-size: 1.4rem;
        line-height: calc(26/14);
        margin-top: 2.5rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .txt_box dl dd {
        font-size: 3.6vw;
        line-height: calc(46/26);
        padding-left: calc(100vw * (20 / 720));
        padding-right: calc(100vw * (20 / 720));
        margin-top: calc(100vw * (32 / 720));
        text-align: justify
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info>.in {
        margin-top: 4.6rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info>.in {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .pager {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
}

.comLayout05Wrap .comLayout05 .info .pager .imgWrap {
    padding: 0;
    margin: 0
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap {
        width: 12rem;
        height: 8rem;
        background: #81CDDF
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap {
        background: transparent;
        width: calc(100vw * (20 / 720));
        height: calc(100vw * (20 / 720));
        margin-left: calc(100vw * (20 / 720));
        margin-right: calc(100vw * (20 / 720));
        margin-top: calc(100vw * (30 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap+.imgWrap {
        margin-left: 2rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap+.imgWrap {
        margin-left: calc(100vw * (20 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap:nth-child(4n) {
        margin-left: 0
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap:nth-child(n+4) {
        margin-top: 2rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap .img {
        background-image: none !important;
        background-color: #3c3c3c;
        border-radius: 2px
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap .comLayout05 .info .pager .imgWrap.active .img {
        background: #bca06b;
        -webkit-transform: none;
        transform: none
    }
}

.comLayout05Wrap.reverse {
    position: relative
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap.reverse {
        padding-bottom: 13rem;
        margin-bottom: 9.6rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap.reverse {
        padding-bottom: calc(100vw * (90 / 720));
        margin-bottom: calc(100vw * (110 / 720))
    }
}

.comLayout05Wrap.reverse:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-image: url(../cuisine/img/decoration.svg);
    background-size: cover
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap.reverse:before {
        width: 17rem;
        height: 1.8rem
    }
}

@media screen and (max-width:640px) {
    .comLayout05Wrap.reverse:before {
        width: 9rem;
        height: 1rem;
        background-size: contain
    }
}

.comLayout05Wrap.reverse .comLayout05 {
    margin-bottom: 0
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap.reverse .comLayout05 .phootarea {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
}

@media print,
screen and (min-width:641px) {
    .comLayout05Wrap.reverse .comLayout05 .info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-left: 0;
        margin-right: 6rem
    }
}

.chefLayoutWrap {
    background-color: #F9F9F9
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 98rem;
        margin: 0 auto;
        padding: 6rem 5rem 4.6rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap {
        width: calc(100vw - (100vw * (160 / 720)));
        padding-left: calc(100vw * (40 / 720));
        padding-right: calc(100vw * (40 / 720));
        padding-top: calc(100vw * (40 / 720));
        padding-bottom: calc(100vw * (40 / 720));
        margin: 0 auto
    }
}

.chefLayoutWrap .ph {
    background-size: cover
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .ph {
        width: 100%;
        max-width: 33rem;
        height: 25.8rem;
        background-image: url(../cuisine/img/chef_ph.jpg)
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .ph {
        width: 100%;
        height: calc(100vw * (360 / 720));
        background-size: cover;
        background-image: url(../cuisine/img/chef_ph_sp.jpg)
    }
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box {
        max-width: 49rem;
        width: 100%
    }
}

.chefLayoutWrap .txt_box .position {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 400;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    line-height: 1;
    color: #003764
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box .position {
        font-size: 1.4rem;
        letter-spacing: 0.05em
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box .position {
        font-size: 2.8vw;
        letter-spacing: 0.07em;
        margin-top: calc(100vw * (40 / 720))
    }
}

.chefLayoutWrap .txt_box .name {
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #bca06b
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box .name {
        font-size: 2.5rem;
        margin-top: 1rem
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box .name {
        font-size: 5.1vw;
        margin-top: calc(100vw * (18 / 720))
    }
}

.chefLayoutWrap .txt_box .name .en {
    font-family: "Amiri", serif;
    font-weight: 400
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box .name .en {
        padding-left: 1.1rem;
        font-size: 1.8rem
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box .name .en {
        padding-left: 5px;
        font-size: 3.6vw
    }
}

.chefLayoutWrap .txt_box .txt {
    text-align: justify;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box .txt {
        font-size: 1.4rem;
        line-height: calc(26/14);
        letter-spacing: 0.05em;
        margin-top: 1rem
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box .txt {
        font-size: 3.6vw;
        line-height: calc(46/26);
        letter-spacing: 0.05em;
        margin-top: calc(100vw * (18 / 720));
        text-align: justify
    }
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box dl {
        margin-top: 2.1rem
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box dl {
        margin-top: calc(100vw * (34 / 720))
    }
}

.chefLayoutWrap .txt_box dl dt {
    font-family: "Amiri", serif;
    font-weight: 400;
    position: relative;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #003764;
    position: relative;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box dl dt {
        font-size: 1.4rem
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box dl dt {
        font-size: 3.5vw
    }
}

.chefLayoutWrap .txt_box dl dt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background-color: #003764;
    height: 1px;
    margin: auto
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box dl dt:before {
        width: calc(100vw * (426 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box dl dt:before {
        width: 41.5rem
    }
}

.chefLayoutWrap .txt_box dl dd {
    letter-spacing: 0.05em;
    text-align: justify
}

@media print,
screen and (min-width:641px) {
    .chefLayoutWrap .txt_box dl dd {
        font-size: 1.2rem;
        line-height: calc(22/12);
        margin-top: 0.8rem
    }
}

@media screen and (max-width:640px) {
    .chefLayoutWrap .txt_box dl dd {
        font-size: 2.8vw;
        line-height: calc(35/20);
        margin-top: calc(100vw * (10 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .movieLayoutWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 98rem;
        margin: 0 auto;
        padding: 2rem;
        padding-left: 4rem;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        border: 1px solid #bca06b;
    }
}

@media screen and (max-width:640px) {
    .movieLayoutWrap {
        width: calc(100vw - (100vw * (80 / 720)));
        padding-left: calc(100vw * (40 / 720));
        padding-right: calc(100vw * (40 / 720));
        padding-top: calc(100vw * (30 / 720));
        padding-bottom: calc(100vw * (40 / 720));
        margin: 30px auto;
        border: 1px solid #bca06b;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }
}

@media print,
screen and (min-width:641px) {
    .movieLayoutWrap .txt_box {
        max-width: 27.8rem;
        width: 100%
    }
}

.movieLayoutWrap .txt_box .tit {
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    letter-spacing: 0.1em;
    color: #bca06b;
    position: relative
}

@media print,
screen and (min-width:641px) {
    .movieLayoutWrap .txt_box .tit {
        font-size: 2rem;
        line-height: calc(40/24);
        text-align: center;
        margin-top: 3.3rem;
        padding-bottom: 1.8rem;
        margin-bottom: 1.4rem
    }
}

@media screen and (max-width:640px) {
    .movieLayoutWrap .txt_box .tit {
        font-size: calc(100vw * (36 / 720));
        line-height: calc(60/36);
        text-align: center;
        padding-bottom: calc(100vw * (26 / 720))
    }
}

.movieLayoutWrap .txt_box .tit:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #bca06b;
    height: 1px;
    margin: auto
}

@media screen and (max-width:640px) {
    .movieLayoutWrap .txt_box .tit:before {
        width: calc(100vw * (45 / 720))
    }
}

.movieLayoutWrap .txt_box .txt {
    letter-spacing: 0.05em;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:641px) {
    .movieLayoutWrap .txt_box .txt {
        font-size: 1.4rem;
        line-height: calc(26/14);
        text-align: justify
    }
}

@media screen and (max-width:640px) {
    .movieLayoutWrap .txt_box .txt {
        font-size: 3.6vw;
        line-height: calc(46/26);
        margin-top: calc(100vw * (26 / 720))
    }
}

.movieLayoutWrap [data-inviewyoutube].movie {
    position: relative;
    z-index: 1
}

@media print,
screen and (min-width:641px) {
    .movieLayoutWrap [data-inviewyoutube].movie {
        width: 100%;
        max-width: 60.4rem
    }
}

@media screen and (max-width:640px) {
    .movieLayoutWrap [data-inviewyoutube].movie {
        height: calc(100vw * (310 / 720));
        margin: 0 auto;
        margin-top: calc(100vw * (26 / 720));
        overflow: hidden
    }
}

.movieLayoutWrap [data-inviewyoutube].movie .thum {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    cursor: pointer;
    -webkit-transition: 1s;
    transition: 1s;
    background-position: center;
    background-size: cover;
    z-index: 1
}

.movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1
}

.movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    background-image: url(../cuisine/img/movie_arrow.png);
    background-size: cover;
    cursor: pointer;
    z-index: 1;
}

@media print,
screen and (min-width:641px) {
    .movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn:after {
        width: 8rem;
        height: 8rem
    }
}

@media screen and (max-width:640px) {
    .movieLayoutWrap [data-inviewyoutube].movie .thum .thum_btn:after {
        width: calc(100vw * (80 / 720));
        height: calc(100vw * (80 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .movieLayoutWrap [data-inviewyoutube].movie iframe {
        width: 100%;
        height: 34rem;
        -o-object-fit: cover;
        object-fit: cover;
        vertical-align: bottom
    }
}

@media screen and (max-width:640px) {
    .movieLayoutWrap [data-inviewyoutube].movie iframe {
        position: relative;
        left: -2px;
        width: 102%;
        height: calc((100vw * (310 / 720) * 1.02));
        vertical-align: bottom
    }
}

@media print,
screen and (min-width:641px) {
    .comPageTit {
        margin-top: 11.5rem
    }
}

@media screen and (max-width:640px) {
    .comPageTit {
        margin-top: calc(100vw * (240 / 720))
    }
}

.recommend {
    text-align: center
}

@media print,
screen and (min-width:641px) {
    .recommend {
        padding-bottom: 12rem
    }
}

@media screen and (max-width:640px) {
    .recommend {
        padding-bottom: calc(100vw * (120 / 720))
    }
}

.recommend .sec_ttl .en {
    font-weight: 500;
    letter-spacing: 0.05em;
    font-size: 4rem;
    font-family: "Amiri", serif;
}


@media screen and (max-width:640px) {
    .recommend .sec_ttl .en {
        display: block;
        margin-bottom: 10px;
        font-size:  calc(100vw * (70 / 720));
    }
    .recommend .sec_ttl .en .inner_txt{
        font-family: source-han-serif-japanese, serif;
        font-size:  calc(100vw * (58 / 720));
        line-height: 1.21;
        letter-spacing: 0.05em;
    }
}

@media print,
screen and (min-width:641px) {
    .recommend .sec_ttl .en {
        line-height: 1
    }
}

@media print,
screen and (min-width:641px) {
    .recommend .mv_icon {
        width: 10rem;
        position: static;
        margin: 2.7rem auto 5.5rem;
    }
}

@media screen and (max-width:640px) {
    .recommend .mv_icon {
        width: calc(100vw * (168 / 720));
        position: static;
        margin: auto;
        margin-top: calc(100vw * (28 / 720));
        margin-bottom: calc(100vw * (77 / 720));
    }
}

.recommend .mv_icon img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

@media print,
screen and (min-width:641px) {
    .recommend .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-top: 4rem
    }
}

@media screen and (max-width:640px) {
    .recommend .row {
        padding-left: calc(100vw * (40 / 720));
        padding-right: calc(100vw * (40 / 720));
        margin-top: calc(100vw * (62 / 720))
    }
}

@media print,
screen and (min-width:641px) {
    .recommend .row .column {
        width: 36rem
    }
}

@media print,
screen and (min-width:641px) {
    .recommend .row .column .ph {
        height: 24rem
    }
}

@media screen and (max-width:640px) {
    .recommend .row .column .ph {
        min-height: auto;
        width: 100%;
        vertical-align: bottom
    }
}

.recommend .row .column dl {
    background-color: #F5F5F5;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15)
}

@media print,
screen and (min-width:641px) {
    .recommend .row .column dl {
        padding: 0;
        height: auto;
        padding-bottom: 4rem
    }
}

@media screen and (max-width:640px) {
    .recommend .row .column dl {
        padding: 0;
        padding-bottom: calc(100vw * (40 / 720))
    }
}

.recommend .row .column dl dt {
    font-family: source-han-serif-japanese, serif;
    font-weight: 500
}

@media print,
screen and (min-width:641px) {
    .recommend .row .column dl dt {
        font-size: 2.4rem;
        line-height: calc(40/24);
        letter-spacing: 0.1em;
        margin: 0;
        padding-top: 1.5rem
    }
}

@media screen and (max-width:640px) {
    .recommend .row .column dl dt {
        font-size: 5vw;
        letter-spacing: 0.1em;
        line-height: calc(60/36);
        margin: 0;
        padding-top: calc(100vw * (40 / 720))
    }
}

.recommend .row .column dl .txt {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}

@media print,
screen and (min-width:641px) {
    .recommend .row .column dl .txt {
        font-size: 1.4rem;
        line-height: calc(26/14);
        letter-spacing: 0.05em;
        text-align: center;
        margin-top: 1.6rem;
        padding: 0 3rem
    }
}

@media screen and (max-width:640px) {
    .recommend .row .column dl .txt {
        font-size: 3.6vw;
        letter-spacing: 0.05em;
        line-height: calc(46/26);
        margin-top: calc(100vw * (14 / 720));
        text-align: center;
        padding-left: calc(100vw * (40 / 720));
        padding-right: calc(100vw * (40 / 720))
    }
}

.recommend .row .column dl .num {
    font-family: "Amiri", serif;
    font-weight: 400;
    position: relative;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #bca06b;
    position: relative
}

@media print,
screen and (min-width:641px) {
    .recommend .row .column dl .num {
        font-size: 3rem;
        padding-top: 2.5rem
    }
}

@media screen and (max-width:640px) {
    .recommend .row .column dl .num {
        font-size: 5.8vw;
        padding-top: calc(100vw * (46 / 720))
    }
}

.recommend .row .column dl .num:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #bca06b
}

@media print,
screen and (min-width:641px) {
    .recommend .row .column dl .num:before {
        height: 2px;
        bottom: -0.4rem;
        width: 2.2rem
    }
}

@media screen and (max-width:640px) {
    .recommend .row .column dl .num:before {
        height: 1px;
        width: 1.1rem;
        bottom: calc(100vw * (-12 / 720))
    }
}

@media screen and (max-width:640px) {
    .recommend .row .column+.column {
        margin-top: calc(100vw * (40 / 720))
    }
}

/* report レポート */
.report {
    background-color: #f5f1e9;
    padding: 11rem 0;
    margin-top: 120px;
}
@media screen and (max-width:640px) {
    .report {
        padding-top: calc(100vw * (100 / 720));
        padding-left: calc(100vw * (40 / 720));
        padding-right: calc(100vw * (40 / 720));
        padding-bottom: calc(100vw * (114 / 720));
    }
}
.report .text .sec_ttl .ja::after{
    content: "";
    width: 15.4rem;
    height: 1px;
    background-color: #b28d58;
    display: block;
    margin: 1rem auto 0;
}
@media screen and (max-width:640px) {
    .report .text .sec_ttl .ja::after{
        width: calc(100vw * (154 / 720));
        margin-top: calc(100vw * (28 / 720));
    }
}
.report .txt_box dl dt {
    font-size: 2.4rem;
    font-weight: 500;
    line-height: 1.67;
    letter-spacing: 0.05em;
    margin-top: 5.5rem;
    text-align: center;
    font-family: source-han-serif-japanese, serif;
}
@media screen and (max-width:640px) {
    .report .txt_box dl dt {
        font-size: calc(100vw * (36 / 720));
        margin-top: calc(100vw * (52 / 720));
    }
}
.report .txt_box dl dd {
    font-size: 1.4rem;
    line-height: 1.86;
    letter-spacing: 0.05em;
    margin: 2.5rem auto 5.2rem;
    text-align: center;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt"
}
@media screen and (max-width:640px) {
    .report .txt_box dl dd {
        /* font-size: 5.8vw; */
        font-size: calc(100vw * (26 / 720));
        margin-top: calc(100vw * (35 / 720));
        margin-bottom: calc(100vw * (80 / 720));
    }
}

/* youtube追加 */
.reportMovie {
	margin: 0 auto;
	padding-bottom: 551px;
	max-width: 980px;
	width: 100%;
	position: relative;
}
.reportMovie .youtube {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
@media (max-width:640px) {
	.reportMovie {
        padding-bottom: calc(100vw * (359 / 720));
	}
}

/* SUPPORT　サポート */
.support {
    position: relative;
}
@media print,
screen and (min-width:641px) {
    .support {
        padding-top: 11rem;
        padding-bottom: 13rem;
        margin-bottom: 9.6rem;
    }
}

@media screen and (max-width:640px) {
    .support {
        padding-top: calc(100vw * (114 / 720));
        padding-bottom: calc(100vw * (130 / 720));
        margin-bottom: calc(100vw * (104 / 720));
    }
}
.support:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    background-image: url(../cuisine/img/decoration.svg);
    background-size: cover;
}
@media print,
screen and (min-width:641px) {
    .support:before {
        width: 17rem;
        height: 1.8rem;
    }
}
@media screen and (max-width:640px) {
    .support:before {
        width: 9rem;
        height: 1rem;
        background-size: contain;
    }
}
@media print,
screen and (min-width:641px) {
    .support .row {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        justify-content: space-between;
        margin-top: 4rem;
        column-gap: 5px;
    }
}
@media screen and (max-width:640px) {
    .support .row {
        padding-left: calc(100vw * (40 / 720));
        padding-right: calc(100vw * (40 / 720));
        margin-top: calc(100vw * (62 / 720));
    }
}
.support .row .column {
    background-color: #F5F5F5;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.15);
}

@media print,
screen and (min-width:641px) {
    .support .row .column {
        width: 36rem;
        padding-bottom: 2.5rem;
    }
}
@media print,
screen and (min-width:641px) {
    .support .row .column dl {
        padding: 0;
        height: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}
@media screen and (max-width:640px) {
    .support .row .column dl {
        padding: 0;
        padding-bottom: calc(100vw * (40 / 720));
    }
}
.support .row .column dl dt {
    font-family: source-han-serif-japanese, serif;
    font-weight: 500;
}
@media print,
screen and (min-width:641px) {
    .support .row .column dl dt {
        font-size: 2.4rem;
        line-height: calc(40/24);
        letter-spacing: 0.1em;
        margin: 0;
        padding-top: 1.5rem;
        text-align: center;
    }
}
@media screen and (max-width:640px) {
    .support .row .column dl dt {
        font-size: 5vw;
        letter-spacing: 0.1em;
        line-height: calc(60/36);
        margin: 0;
        padding-top: calc(100vw * (40 / 720));
        text-align: center;
    }
}
.support .row .column dl .txt {
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    text-align: justify;
}

@media print,
screen and (min-width:641px) {
    .support .row .column dl .txt {
        font-size: 1.4rem;
        line-height: calc(26/14);
        letter-spacing: 0.05em;
        margin-top: 1.6rem;
        padding: 0 3rem;
    }
}
@media screen and (max-width:640px) {
    .support .row .column dl .txt {
        font-size: 3.6vw;
        letter-spacing: 0.05em;
        line-height: calc(46/26);
        margin-top: calc(100vw * (14 / 720));
        padding-left: calc(100vw * (40 / 720));
        padding-right: calc(100vw * (40 / 720));
    }
}
.support .row .column dl .num {
    font-family: "Amiri", serif;
    font-weight: 400;
    position: relative;
    line-height: 1;
    letter-spacing: -0.05em;
    color: #bca06b;
    position: relative;
    text-align: center;
}
@media print,
screen and (min-width:641px) {
    .support .row .column dl .num {
        font-size: 3rem;
        padding-top: 2.5rem;
    }
}
@media screen and (max-width:640px) {
    .support .row .column dl .num {
        font-size: 5.8vw;
        padding-top: calc(100vw * (46 / 720));
    }
}
.support .row .column dl .num:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background-color: #bca06b;
}
@media print,
screen and (min-width:641px) {
    .support .row .column dl .num:before {
        height: 2px;
        bottom: -0.4rem;
        width: 2.2rem;
    }
}

@media screen and (max-width:640px) {
    .support .row .column dl .num:before {
        height: 1px;
        width: 1.1rem;
        bottom: calc(100vw * (-12 / 720));
    }
}
@media screen and (max-width:640px) {
    .support .row .column+.column {
        margin-top: calc(100vw * (40 / 720));
    }
}

/* ブライダルフェア */
@media print,
screen and (min-width:641px) {
    .cuisine_fair {
        margin-bottom: 20px;
    }
}
@media screen and (max-width:640px) {
    .cuisine_fair {
        margin-bottom: calc(100vw * (186 / 720));
    }
}
.cuisine_text {
    margin-bottom: 7rem;
}
@media screen and (max-width:640px) {
    .cuisine_text {
        margin-bottom: calc(100vw * (68 / 720));
    }
}
.cuisine_text .sec_ttl{
    display: flex;
    flex-direction: column;
    font-size: 3.4rem;
    font-weight: 500;
    line-height: 1.8;
    letter-spacing: 0.05em;
    font-family: "Amiri", serif;
}
@media screen and (max-width:640px) {
    .cuisine_text .sec_ttl{
        font-size: calc(100vw * (58 / 720));
        line-height: 1.2;
    }
}
.cuisine_text .sec_ttl .sec_ttx{
    letter-spacing: 0.1em;
}
@media screen and (max-width:640px) {
    .cuisine_text .sec_ttl .sec_ttx{
        font-size: calc(100vw * (26 / 720));
        line-height: 2;
    }
}

/* おすすめフェアボタン */
.top-fair_include-osusume-splide-item-more {
	width:fit-content;
	margin-inline:auto;
	margin-top:40px;
}
@media (min-width: 641px) {
	.top-fair_include-osusume-splide-item-more .comBtn01 {
		width: 330px;
    height: 50px;
	}
}
@media screen and (max-width: 640px) {
	.top-fair_include-osusume-splide-item-more {
		margin-top:20px;
	}
	.top-fair_include-osusume-splide-item-more .comBtn01 {
		width: 260px;
	}
}

/* FAQ */
.faq{
	padding: 0 20px;
    margin-bottom: 130px;
}
.faq .in {
    max-width: 1600px;
    margin: 0 auto;
    background-color: #fff;
    padding: 0 20px;
}

.faq h2 {
	margin-bottom: 70px;
}

.faq .in .content {
	max-width: 1180px;
	width: 100%;
	margin: auto;
	font-size: 0;
}
.faq .in .content .left {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}
.faq .in .content .right {
	display: inline-block;
	vertical-align: top;
	width: 49%;
	margin-left: 1.9%;
}
.faq .in .content .qa {
	width: 100%;
	margin-bottom: 10px;
	color: #323232;
	display: block;
	vertical-align: top;
}
.faq .in .content .qa dt {
	background-color: #F8F5EF;
	position: relative;
	padding: 0 70px;
	cursor: pointer;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
.faq .in .content .qa dt:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 100%;
	background-color: #EFE8DB;
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .faq .in .content .qa:hover dt:before,
.faq .in .content .qa.hover dt:before {
	background-color: #E2D6BE;
}
.faq .in .content .qa dt:after {
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 90px;
}
.faq .in .content .qa dt span {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
	text-align: left;
	padding: 15px 0;
}
.no-touchevents .faq .in .content .qa:hover dt span,
.faq .in .content .qa.hover dt span {
	text-decoration: underline;
}
.faq .in .content .qa dt span:before {
	content: 'Q.';
	width: 26px;
	height: 23px;
	display: block;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 20px;
	margin: auto;
    font-size: 30px;
    font-family: "Amiri", serif;
    font-weight: 400;
    color: #bca06b;
}
.faq .in .content .qa dt span:after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	position: absolute;
	bottom: 0;
	top: 0;
	right: 19px;
	margin: auto;
	border-bottom: 2px solid #BEA574;
	border-right: 2px solid #BEA574;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: 0.2s;
	-moz-transition: 0.2s;
	-ms-transition: 0.2s;
	-o-transition: 0.2s;
	transition: 0.2s;
}
.no-touchevents .faq .in .content .qa:hover dt span:after {
	top: 10px;
}
.faq .in .content .qa dd {
	padding: 30px 20px 30px 70px;
	position: relative;
	display: none;
}
.faq .in .content .qa dd span {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 25px;
	line-height: 2.5rem;
	text-align: left;
}
.faq .in .content .qa dd span:before {
	content: 'A.';
	width: 26px;
	height: 23px;
	display: block;
	position: absolute;
	top: 0;
	left: -48px;
    margin: auto;
    font-size: 30px;
    font-family: "Amiri", serif;
    font-weight: 400;
    color: #bca06b;
}
@media screen and (max-width:800px) {
	.faq .in .content .qa {
		width: 100%;
		margin-bottom: 5%;
		margin-left: 0;
	}
	.faq .in .content .qa dt {
		padding: 0 8% 0 10%;
	}
	.faq .in .content .qa dt span {
		padding: 2% 0;
	}
	.faq .in .content .qa dt span:after {
    	right: 12px;
	}
	.faq .in .content .qa dt:before {
    	width: 35px;
	}
	.faq .in .content .qa dd {
    	padding: 3% 0 3% 10%;
	}
	.faq .in .content .qa dd span:before {
    	left: -38px;
	}
}

@media screen and (max-width:640px) {
	.faq .in .content .left {
		width: 100%;
	}
	.faq .in .content .right {
		width: 100%;
		margin-left: 0;
	}
	.faqWrap {
		padding: 0 2.5%;
	}
	.faq {
		margin-bottom: 14%;
    	padding: 0;
	}
	.faq .in {
		padding: 0 3%;
	}
	.faq h2 {
    	margin-bottom: 7%;
	}
	.faq p {
    	margin-bottom: 15%;
		font-size: .9rem;
		line-height: 1.7rem;
		text-align: left;
	}
	.faq p br {
		display: none;
	}
	.faq .in .content .qa dt {
    	padding: 0 12% 0 3%;
	}
	.faq .in .content .qa dt span:before {
		position: static;
		display: inline-block;
        font-size: 26px;
	}
	.faq .in .content .qa dt span {
		font-size: 1.0rem;
		line-height: 1.8rem;
	}
	.faq .in .content .qa dd {
    	padding: 3% 3% 3% 3%;
	}
	.faq .in .content .qa dd span {
		font-size: .9rem;
		line-height: 1.7rem;
	}
	.faq .in .content .qa dd span::before {
		display: inline-block;
		position: static;
        font-size: 26px;
        margin-left: 2px;
	}
}

/* 下部ボタン */
.sec_concept .concept_menu_area {
	margin: 0 auto 12.5rem;
}
@media print, screen and (min-width:641px) {
	.sec_concept .concept_menu_area {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 1160px;
		width: 100%;
	}
}
@media screen and (max-width:640px) {
	.sec_concept .concept_menu_area {
		width: 78%;
        margin-bottom: calc(100vw * (80 / 720));
	}
}
@media print, screen and (min-width:641px) {
	.sec_concept .concept_menu_area .detail {
		width: 31%;
		height: 150px;
	}
}
@media screen and (max-width:640px) {
	.sec_concept .concept_menu_area .detail {
		width: 100%;
		height: calc(100vw * .78 * .46);
	}
	.sec_concept .concept_menu_area .detail+.detail {
		margin-top: 10px;
	}
}
.sec_concept .concept_menu_area .link_wrap:before {
	border-top: 1px solid #FFF;
	border-right: 1px solid #FFF;
}
@media print, screen and (min-width:641px) {
	.sec_concept .concept_menu_area .link_wrap:before {
		top: 0;
		bottom: 0;
		margin: auto 0;
		left: 90%;
	}
}
@media screen and (max-width:640px) {
	.sec_concept .concept_menu_area .link_wrap:before {
		top: 0;
		right: 7%;
		bottom: 0;
		margin: auto 0;
	}
}
.sec_concept .concept_menu_area .menu_ttl {
	position: absolute;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	color: #FFF;
}
.sec_concept .concept_menu_area .menu_ttl .ttl {
	font-weight: 400;
	font-size: 3.4rem;
	letter-spacing: 0.05em;
	line-height: 1;
	margin-bottom: 12px;
    font-family: "Amiri", serif;
}
@media screen and (max-width:640px) {
	.sec_concept .concept_menu_area .menu_ttl .ttl {
		margin-bottom: 7px;
		font-size: 8.3vw;
	}
}
.sec_concept .concept_menu_area .menu_ttl .subttl {
	display: block;
	font-family: source-han-serif-japanese, serif;
	font-weight: 500;
	letter-spacing: 0.1em;
	line-height: 1;
}
@media print, screen and (min-width:641px) {
	.sec_concept .concept_menu_area .menu_ttl .subttl {
		font-size: 1.4rem;
	}
}
@media screen and (max-width:640px) {
	.sec_concept .concept_menu_area .menu_ttl .subttl {
		font-size: 3.6vw;
	}
}
/*# sourceMappingURL=renew_cuisine.css.map */
