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

ページタイトル

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

#htlSide-A {
    top: 500px;
}

.cuisine-page .con_mainmovie {
    background-image: url(../../cuisine/img/page-title.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .cuisine-page .con_mainmovie {
        background-image: url(../../cuisine/img/page-title@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .page-list ul {
        flex-direction: row;
        flex-wrap: wrap;
    }

    .page-list ul li {
        width: 50%;
    }
}

@media (max-width: 767px) {
    .back-lines {
        padding-top: 16px;
        padding-bottom: 0;
        background-image: none;
    }
}

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

料理ページ　トップ

------------------------*/
.intro {
    margin-top: 50px;
    padding-top: 48px;
    padding-bottom: 40px;
    background-image: url(../../cuisine/img/intro_back.jpg);
    background-size: 1920px;
    background-position: center bottom;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .intro {
        background-image: url(../../cuisine/img/intro_back@2x.jpg);
    }
}

@media screen and (max-width: 1279px) {
    .intro {
        margin-top:0;
    }

    .intro .is-row > .is-col.is-75 {
        min-width: calc(60% - 24px);
    }

    .intro .is-row > .is-col.is-25 {
        min-width: calc(40% - 24px);
    }
}

@media screen and (max-width: 767px) {
    .intro {
        margin-top: 8px;
        padding-top: 0;
    }
}

.intro .text-area {
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.03em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    margin-left: -50px;
}

@media screen and (max-width: 1279px) {
    .intro .text-area {
        margin-left: 8px;
    }
}

.intro h1 {
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    color: #fff;
    font-size: 40px;
    margin-left: 30px;
}

.intro h1 span {
    display: block;
    font-size : 24px;
}

.intro em {
    color: #f5ce6c;
}

.text-combine {
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all;
    text-combine-upright: all;
}

.intro img {
    max-width: 650px;
    margin-top: -100px;
    margin-bottom: -100px;
}

@media screen and (max-width: 1279px) {
    .intro img {
        max-width: 570px;
        margin-top: 0;
        margin-bottom: 16px;
    }
}
@media screen and (max-width: 1100px) {
.intro img {
    max-width: 540px;
}
}

.text-link {
    margin-top: 16px;
}

.text-link a {
    color: rgba(255, 255, 255, 0.75);
    font-size: 14px;
    position: relative;
    padding-left: 20px;
}

.text-link a::before {
    margin-top: -10px;
    content: "\e65d";
    position: absolute;
    top: 50%;
    left: 0;
    font-family: "themify";
}

.text-link a:hover {
    text-decoration: none;
}

/*-----------
天地海
-----------*/
.tenchikai {
    border-top: 1px solid #3c3c3b;
    border-bottom: 1px solid #3c3c3b;
}

@media screen and (max-width: 767px) {
    .tenchikai {
        padding: 24px 0;
    }
}

.tenchikai .inner {
    background: #11110f;
}

.tenchikai .title {
    margin-top: -1px;
}

.tenchikai .info {
    font-size: 18px;
}

.tenchikai .lead {
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    line-height: 1.9;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 36px;
}

@media screen and (max-width: 767px) {
    .tenchikai .lead {
        margin: auto;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: tb-rl;
        writing-mode: horizontal-tb;
        line-height: 1.61;
        margin-bottom: 16px;
        font-size: 30px;
    }
}

.tenchikai em {
    color: rgb(24, 66, 166);
}

.tenchikai p {
    font-size: 18px;
    margin-bottom: 24px;
}

.tenchikai .text-area {
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .tenchikai .text-area {
        padding-left: 0;
    }
}

/*-----------
古風と海
-----------*/
.kochitoumi {
    border-top: 1px solid #3c3c3b;
    border-bottom: 1px solid #3c3c3b;
}

@media screen and (max-width: 767px) {
    .kochitoumi {
        padding: 24px 0;
    }
}

.kochitoumi .inner {
    background: #11110f;
    padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .kochitoumi .inner {
        padding-bottom: 0;
    }
}

.kochitoumi .title {
    margin-top: -2px;
}

.kochitoumi .info {
    font-size: 18px;
}

@media screen and (max-width: 374px) {
    .kochitoumi .info {
        font-size: 16px;
    }
}

.kochitoumi .lead {
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-size: 17px;
    line-height: 1.9;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 36px;
}

@media screen and (max-width: 767px) {
    .kochitoumi .lead {
        margin: auto;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        line-height: 1.61;
        margin-bottom: 16px;
        font-size: 30px;
    }
}

.kochitoumi em {
    color: rgb(131, 8, 6);
}

.kochitoumi p {
    font-size: 18px;
    margin-bottom: 24px;
}

.kochitoumi .text-area {
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .kochitoumi .text-area {
        padding-left: 0;
    }
}

/*-----------
お部屋食
-----------*/
.room {
    border-bottom: 1px solid #3c3c3b;
}

@media screen and (max-width: 767px) {
    .room {
        padding: 30px 0 0;
    }
}

.room .inner {
    background: #11110f;
    padding-bottom: 48px;
}

@media screen and (max-width: 767px) {
    .room .inner {
        padding-bottom: 0;
    }
}

.room .title {
    margin-top: -2px;
}

@media screen and (max-width: 767px) {
    .room .title {
        margin-bottom: 16px;
    }
}

.room .info {
    font-size: 18px;
}

.room .lead {
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-size: 17px;
    line-height: 1.9;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    font-size: 36px;
}

@media screen and (max-width: 767px) {
    .room .lead {
        margin: auto;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
        line-height: 1.61;
        margin-bottom: 16px;
        font-size: 30px;
    }
}

.room em {
    color: rgb(178, 145, 2);
}

.room p {
    font-size: 18px;
    margin-bottom: 24px;
}

.room .text-area {
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .room .text-area {
        padding-left: 0;
    }
}

.info-area .list-info {
    text-align: left;
    color: rgba(255, 255, 255, 0.6);
    font-size: 14px;
}

/*-----------
別注料理
-----------*/
@media (max-width: 767px) {
    .menu-list .slick-dots {
        bottom: 0;
    }

    .menu-list .slick-dots li {
        margin: 0;
    }

    .menu-list .slick-dots li button:before {
        font-size: 32px;
        line-height: 16px;
    }

    .menu-list .slick-prev, .menu-list .slick-prev:hover , .menu-list .slick-next, .menu-list .slick-next:hover {
        background: #665100;
        width: 33px;
        height: 33px;
        border: 1px solid #9f8105;
        top: 155px;
        z-index: 1
    }

    .menu-list .slick-prev {
        left: -16px;
    }

    .menu-list .slick-next {
        right: -16px;
    }
}

.a-la-carte {
    padding: 48px 0 32px;
    background-image: url(../img/pat04.jpg);
    background-repeat: repeat;
    background-position: center top;
    background-size: 1920px;
    margin-bottom: 48px;
    border-bottom: 1px solid #3c3c3b;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .a-la-carte {
        background-image: url(../img/pat04@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .a-la-carte {
        padding: 24px 0 0;
        margin-bottom: 30px;
    }
}

.a-la-carte .title {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .gem-dish .title {
        margin-bottom: 16px;
    }
}

.a-la-carte .lead {
    font-size: 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.502);
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .a-la-carte .lead {
        font-size: 16px;
        margin-bottom: 16px;
    }
}

.a-la-carte .menu-list .is-50 .card .text {
    padding: 24px;
}

@media screen and (max-width: 767px) {
    .a-la-carte .menu-list .is-50 .card .text {
        padding: 16px 0;
    }
}

.a-la-carte .menu-list .is-50 .card .name {
    font-size: 30px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .a-la-carte .menu-list .is-50 .card .name {
        font-size: 20px;
    }
}

.a-la-carte .menu-list .is-50 .card .price {
    font-size: 18px;
    color: rgba(255, 255, 255, 0.502);
}

@media screen and (max-width: 767px) {
    .a-la-carte .menu-list .is-50 .card .price {
        font-size: 16px;
    }
}

.a-la-carte .menu-list .card {
    margin-bottom: 24px;
}

.a-la-carte .menu-list .is-row {
    justify-content: flex-start;
}

.a-la-carte .menu-list .is-row > div {
    flex: 0;
}

.a-la-carte .menu-list .card {
    background: #171300;
    text-align: center;
    border: 2px solid rgba(176, 145, 3, 0.5);
    padding: 16px;
}

.a-la-carte .menu-list .card .text {
    padding: 24px 0 8px;
}

.a-la-carte .menu-list .card .name {
    font-size: 20px;
    margin-bottom: 16px;
}

.a-la-carte .menu-list .card .price {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.502);
}

@media screen and (max-width: 767px) {
    .a-la-carte .slick-prev:before, .a-la-carte .slick-next:before {
        font-size: 24px;
        top: 4px;
        left: 4px;
    }
}

/*-----------
子供メニュー
-----------*/
.children-menu-list {
    margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
    .children-menu-list {
        margin-bottom: 0;
    }

    .children-menu-list .title img {
        margin-top: -40px;
        margin-bottom: 16px;
    }
}

.children-menu-list .inner {
    background: #1f1f1e;
}

@media screen and (max-width: 767px) {
    .children-menu-list .inner {
        background: #11110f;
    }
}

.children-menu-list .box_table {
    border-bottom: 1px dotted #6b6b6b;
    padding: 0 0 16px;
}

@media screen and (max-width: 767px) {
    .children-menu-list .box_table {
        margin-bottom: 16px;
    }
}

.children-menu-list .box_cate {
    padding: 20px 50px 0;
}

@media screen and (max-width: 767px) {
    .children-menu-list .box_cate {
        padding: 16px;
        background: none;
    }
}

.children-menu-list .box_cate table {
    background: transparent;
    text-align: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .children-menu-list .box_cate table {
        margin-bottom: 16px;
    }
}

.children-menu-list .box_cate .box_table table th::before, .children-menu-list .box_cate .box_table table td::before {
    margin-top: 0;
}

.children-menu-list .box_cate .box_table table tr th, .children-menu-list .box_cate .box_table table tr td {
    border: 0!important;
    background: transparent;
    color: #fff;
    text-align: left;
    width: auto;
    padding: 0;
    font-weight: 400;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .children-menu-list .box_cate .box_table table tr th, .children-menu-list .box_cate .box_table table tr td {
        padding: 0;
    }
}

.children-menu-list .box_cate .box_table table tr td {
    text-align: right;
    padding: 0;
}

.children-menu-list .box_cate table tr th:before {
    content: "◆";
    width: 24px;
    display: inline-block;
}

@media screen and (max-width: 767px) {
    .children-menu-list .box_cate table tr th:before {
        color: #ac912f;
    }
}

.children-menu-list .box_cate .img {
    margin-bottom: 16px;
}

.children-menu-list .box_cate .detail .menu:before {
    content: "*";
    width: 12px;
    display: inline-block;
    vertical-align: -4px;
}

.children-menu-list .box_cate .detail p {
    color: rgba(255, 255, 255, 0.45);
    margin-bottom: 5px;
    text-align: left;
    vertical-align: top;
    width: 100%;
    font-size: 15px;
    margin-bottom: 16px;
}

@media screen and (max-width: 767px) {
    .children-menu-list .box_cate .detail table tr td {
        width: 100%;
        margin-bottom: 16px;
    }
}

.single-item-menu .box_cate {
    background: #1f1f1e;
    padding: 40px 50px;
}

@media screen and (max-width: 767px) {
    .single-item-menu .box_cate {
        padding: 0;
        background: transparent;
    }
}

.single-item-menu .tmp_ic {
    color: #fff;
    background: url("../img/title.png") no-repeat 0 0;
    font-size: 28px;
    padding: 45px 0 45px 70px;
    font-weight: 400;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "SourceHanSerifJP-Regular", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 1280px) {
    .single-item-menu .tmp_ic {
        font-size: 24px;
        background-size: 80px;
        padding: 24px 0 30px 50px
    }
}

@media only screen and (max-width: 767px) {
    .single-item-menu .tmp_ic {
        padding: 24px 0 30px 24px
    }
}

.single-item-menu .box_table {
    border-bottom: 0;
}

.single-item-menu .box_cate .box_table table {
    background: transparent;
    text-align: left;
    width: 100%;
    font-size: 16px;
    margin-bottom: 5px;
}

.single-item-menu .box_cate .box_table table tr {
    border-bottom: 1px dotted #6b6b6b;
}

.single-item-menu .box_cate .box_table table tr th, .single-item-menu .box_cate .box_table table tr td {
    border: 0!important;
    background: transparent;
    color: #fff;
    text-align: left;
    width: auto;
    padding: 16px 0;
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .single-item-menu .box_cate .box_table table tr {
        margin-bottom: 0;
        width: 100%;
        display: flex;
        align-items: baseline
    }

    .single-item-menu .box_cate .box_table table tr th, .single-item-menu .box_cate .box_table table tr td {
        font-size: 16px;
        padding: 8px 0;
    }

    .single-item-menu .box_cate .box_table table tr td {
        margin-left: auto;
    }
}

.single-item-menu .box_cate .box_table table tr td {
    text-align: right;
}

.single-item-menu .box_item img {
    margin-top: 30px;
    margin-bottom: 30px;
}

/*-----------
朝食
-----------*/
.breakfast {
    padding-bottom: 40px;
    background-image: url(../../cuisine/img/breakfast_back.jpg);
    background-size: 1920px;
    background-position: center bottom;
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .breakfast {
        background-image: url(../../cuisine/img/breakfast_back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .breakfast {
        background-size: cover;
    }
}

.breakfast .title {
    height: 960px;
    padding-top: 290px;
    padding-bottom: 40px;
    background-image: url(../../cuisine/img/breakfast-title_back.png);
    background-size: 1543px;
    background-position: center top;
    background-repeat: no-repeat;
    margin-bottom: 30px;
    text-align: center;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .breakfast .title {
        background-image: url(../../cuisine/img/breakfast-title_back@2x.png);
    }
}

@media screen and (max-width: 767px) {
    .breakfast .title {
        margin-top: 16px;
        padding-top: 350px;
        padding-bottom: 0;
        height: 1370px;
        background-image: url(../../cuisine/img/breakfast-title_back_sp.png);
        background-size: 375px;
    }
}

.breakfast .menu-box {
    text-align: center;
    font-size: 24px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .breakfast .is-row {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-left: -16px;
    }

    .breakfast .is-row > .is-col.menu-box {
        flex: 0 0 50%;
        width: calc(50% - 16px)!important;
        max-width: calc(50% - 16px)!important;
        margin-left: 16px;
        font-size: 18px;
    }
}

@media screen and (max-width: 374px) {
    .breakfast .is-row > .is-col.menu-box {
        font-size: 16px;
    }
}

.breakfast .menu-box .img {
    margin-bottom: 8px;
}

.breakfast .menu-box em {
    font-size: 16px;
}

@media screen and (max-width: 767px) {
    .breakfast .menu-box em {
        font-size: 12px;
    }
}

.breakfast .menu-box strong {
    color: #a48c15;
}

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

天地海

------------------------*/
.point {
    margin-top: 180px;
    background-image: url(../../cuisine/img/tenchikai_point_back.jpg);
    background-size: 1920px;
    background-position: center -150px;
    background-repeat: no-repeat;
    border-top: 1px solid #3c3c3b;
    padding-bottom: 56px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .point {
        background-image: url(../../cuisine/img/tenchikai_point_back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .point {
        margin-top: 0;
        border-top: 0;
        background-position: center 150px;
        background-size: 750px;
        padding-bottom: 0;
    }
}

.point .main-title {
    margin-top: -179px;
}

@media screen and (max-width: 767px) {
    .point .main-title {
        margin-top: 0;
        padding-top }
}

.point-box {
    max-width: 1400px;
    margin: auto;
    margin-top: 375px;
    background-image: url(../../cuisine/img/tenchikai_point_img02.png);
    background-position: right top;
    background-repeat: no-repeat;
}

@media screen and (max-width: 767px) {
    .point-box {
        margin-top: 200px;
        background-image: none;
    }
}

.point-box .title {
    margin-top: -24px;
    border-top: 1px dotted #fff;
    padding-top: 40px;
    font-size: 27px;
    margin-bottom: 16px;
}

@media screen and (max-width: 1279px) {
    .point-box .title {
        font-size: 22px;
    }
}

@media screen and (max-width: 767px) {
    .point-box .title {
        font-size: 27px;
    }
}

@media screen and (max-width: 374px) {
    .point-box .title {
        font-size: 26px;
    }
}

.point-box .title em {
    color: #b88f00;
}

@media screen and (max-width: 374px) {
    .point-box p {
        font-size: 15px;
    }
}

.box01 .title {
    font-size: 30px;
}

@media screen and (max-width: 767px) {
    .box01 .title {
        font-size: 27px;
    }
}

@media screen and (max-width: 374px) {
    .box01 .title {
        font-size: 26px;
    }
}

.box01 p {
    font-size: 20px;
}

@media screen and (max-width: 767px) {
    .box01 p {
        font-size: 16px;
    }
}

.box02 .title {
    font-size: 36px;
}

@media screen and (max-width: 767px) {
    .box02 .title {
        font-size: 27px;
    }
}

@media screen and (max-width: 374px) {
    .box02 .title {
        font-size: 26px;
    }
}

.box02 p {
    font-size: 24px;
}

@media screen and (max-width: 767px) {
    .box02 p {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .point-box .icon {
        width: 100px;
    }
}

.gallery {
    height: 1009px;
    background-image: url(../../cuisine/img/tenchikai_gallery.jpg);
    background-size: 1920px;
    background-position: center top;
    background-repeat: no-repeat;
    position: relative;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .gallery {
        background-image: url(../../cuisine/img/tenchikai_gallery@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .gallery {
        height: auto;
        background-size: 750px;
        padding-top: 300px;
    }
}

.gallery .img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -370px;
    margin-left: -540px;
}

@media screen and (max-width: 767px) {
    .gallery .img {
        position: initial;
        width: 300px;
        margin-top: 0;
        margin-left: 0;
        margin: auto;
    }
}

.map {
    padding-top: 32px;
    margin-bottom: 32px;
}

.map .main-title {
    font-size: 40px;
    margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
    .map .main-title {
        font-size: 32px;
    }
}

.map .main-title em {
    color: #b19200;
    font-size: 48px;
}

@media screen and (max-width: 767px) {
    .map .main-title em {
        font-size: 40px;
    }
}

.map p {
    margin-bottom: 32px;
}

@media screen and (max-width: 767px) {
    .map p {
        font-size: 15px;
    }
}

.info-area {
    border: dotted 1px rgba(255, 255, 255, 0.5);
    background: #111110;
    padding: 32px;
    text-align: center;
}

.info-area .title {
    text-align: center;
    font-size: 28px;
    margin-bottom: 16px;
}

.info-area ul.is-bar {
    margin: 24px;
}

@media screen and (max-width: 767px) {
    .info-area ul.is-bar {
        margin: 0;
    }

    .info-area ul.is-bar li {
        margin-bottom: 16px;
        ; }
}

.info-area .label.is-secondary {
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 0;
    text-transform: none;
    padding: 8px 16px;
    background: none;
    border-radius: 19px;
    color: #fff;
}

.info-area li:first-child .label.is-secondary {
    background: #ddca13;
    color: #000;
}

.info-area li:nth-child(2) .label.is-secondary {
    background: #c72724
}

.info-area li:nth-child(3) .label.is-secondary {
    background: #ffffff;
    color: #000;
}

.info-area li:nth-child(4) .label.is-secondary {
    background: #03276e;
}

.info-area li:nth-child(5) .label.is-secondary {
    background: #50901a;
}

@media screen and (max-width: 767px) {
    .info-area p {
        margin-bottom: 16px;
        font-size: 14px;
        text-align: left;
    }
}

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

東風と海

------------------------*/
.about {
    padding-top: 56px;
    padding-bottom: 56px;
    background-image: url(../../cuisine/img/kochitoumi_about_back.jpg);
    background-size: 1920px;
    background-position: center top;
    background-repeat: no-repeat;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .about {
        background-image: url(../../cuisine/img/kochitoumi_about_back@2x.jpg);
    }
}

@media screen and (max-width: 1279px) {
    .about {
        background-size: 1500px;
    }
}

@media screen and (max-width: 767px) {
    .about {
        padding-top: 16px;
    }
}

.kochitoumi-page .point {
    background-image: url(../../cuisine/img/kochitoumi_point_back.jpg);
    background-position: center -180px;
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kochitoumi-page .point {
        background-image: url(../../cuisine/img/kochitoumi_point_back@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .kochitoumi-page .point {
        margin-top: 0;
        border-top: 0;
        background-position: -20px 200px;
        background-size: 500px;
        padding-bottom: 0;
    }
}

.kochitoumi-page .point .main-title {
    margin-top: -179px;
}

@media screen and (max-width: 767px) {
    .kochitoumi-page .point .main-title {
        margin-top: 0;
    }
}

.kochitoumi-page .point-box {
    max-width: 100%;
    margin-top: 400px;
    background-image: url(../../cuisine/img/kochitoumi_point_img04.png);
    background-position: center 800px;
    background-repeat: no-repeat;
}

@media screen and (max-width: 1279px) {
    .kochitoumi-page .point-box {
        background-size: 1300px;
        background-position: center 700px;
    }
}

@media screen and (max-width: 767px) {
    .kochitoumi-page .point-box {
        margin-top: 200px;
        background-image: none;
    }
}

.kochitoumi-page .gallery {
    height: 1148px;
    margin-bottom: 48px;
    background-position: center 100px;
    background-size: 1600px;
    background-image: url(../../cuisine/img/kochioumi_gallery.jpg);
}

@media only screen and (-webkit-min-device-pixel-ratio: 2) {
    .kochitoumi-page .gallery {
        background-image: url(../../cuisine/img/kochioumi_gallery@2x.jpg);
    }
}

@media screen and (max-width: 767px) {
    .kochitoumi-page .gallery {
        height: 550px;
        background-position: center 150px;
        padding-top: 0;
    }

    .kochitoumi-page .gallery .main-title {
        width: 250px;
    }
}

.seasonal-menu .box_cate {
    background: #1f1f1e;
    padding: 40px 50px;
}

@media screen and (max-width: 1279px) {
    .seasonal-menu .box_cate {
        padding: 40px;
    }
}

@media screen and (max-width: 767px) {
    .seasonal-menu .box_cate {
        padding: 16px;
    }
}

.seasonal-menu .tmp_ic {
    color: #fff;
    background: url("../img/title.png") no-repeat 0 0;
    font-size: 28px;
    padding: 45px 0 45px 70px;
    font-weight: 400;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "SourceHanSerifJP-Regular", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", serif;
}

@media only screen and (max-width: 1280px) {
    .seasonal-menu .tmp_ic {
        padding: 32px 0 45px 70px;
        background-size: 100px;
    }
}

@media only screen and (max-width: 767px) {
    .seasonal-menu .tmp_ic {
        padding: 32px 0 45px 50px;
        background-size: 100px;
    }
}

.seasonal-menu .box_cate .box_table table {
    background: transparent;
    text-align: left;
    width: 100%;
    font-size: 14px;
    margin: 0;
}

.seasonal-menu .box_cate .box_table table tr {
    width: 100%;
    display: flex;
}

@media only screen and (max-width: 767px) {
    .seasonal-menu .box_cate .box_table table tr {
        flex-direction: column;
    }
}

.seasonal-menu .box_cate .box_table table tr td, .seasonal-menu .box_cate .box_table table tr th {
    border: 0!important;
    background: transparent;
    color: #fff;
    text-align: left;
    width: auto;
    padding: 0 15px 30px;
    font-weight: 400;
}

@media only screen and (max-width: 1280px) {
    .seasonal-menu .box_cate .box_table table tr td, .seasonal-menu .box_cate .box_table table tr th {
        padding: 0 0 30px;
    }
}

@media only screen and (max-width: 767px) {
    .seasonal-menu .box_cate .box_table table tr th {
        padding: 0 0 16px;
    }

    .seasonal-menu .box_cate .box_table table tr td {
        padding: 0 0 32px;
    }
}

.seasonal-menu .box_cate .box_table table tr th {
    color: rgba(255, 255, 255, 0.66);
    width: 23%;
}

@media only screen and (max-width: 767px) {
    .seasonal-menu .box_cate .box_table table tr th {
        width: 100%;
    }
}

.seasonal-menu .box_cate .box_table table tr td {
    width: 77%;
}

@media only screen and (max-width: 767px) {
    .seasonal-menu .box_cate .box_table table tr td {
        width: 100%;
    }
}

.seasonal-menu .box_item img {
    margin-bottom: 24px;
}

.seasonal-menu .box_item ul {
    font-size: 12px;
    color: rgba(255, 255, 255, 0.6);
}

.menu_content .menu_box {
    margin: 0 auto;
    font-family: 'Yu Mincho', YuMincho, 'Hiragino Mincho ProN', 'Hiragino Mincho Pro', 'HGP明朝B', serif;
    -webkit-font-feature-settings: 'pkna';
    font-feature-settings: 'pkna';
    font-size: 17px;
    line-height: 1.9;
    letter-spacing: 0.03em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}

@media only screen and (max-width: 767px) {
    .menu_content .menu_box {
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: horizontal-tb;
        writing-mode: horizontal-tb;
    }
}

.menu_content .menu_box dl {
    margin: 0 0 0 16px;
}

@media only screen and (max-width: 767px) {
    .menu_content .menu_box dl {
        margin: 0 0 16px;
    }
}

.menu_content .menu_box dl dt {
    letter-spacing: 0.5em;
}

@media only screen and (max-width: 767px) {
    .menu_content .menu_box dl dt {
        letter-spacing: 0.05em;
    }
}

.menu_content .menu_box dl dd {
    padding: 32px 0 0 0;
    color: rgba(255, 255, 255, 0.66);
    font-size: 14px;
}

@media only screen and (max-width: 767px) {
    .menu_content .menu_box dl dd {
        padding: 0;
    }
}

.menu_content .menu_box p {
    padding: 60px 20px 20px 20px;
}

.menu_content .menu_box p span {
    display: block;
    font-size: 90%;
}

#htlSide-A {
    top: 490px;
}
@media (max-width: 1800px) {
    #htlSide-A {
        top: 510px;
    }
}