﻿@charset "utf-8";

.con_intr .box_intr,
.con_intr .box_icon,
.box_pnav,
.box_menu,
.con_dish,
.con_car {
    max-width: 1200px;
    margin: auto
}

@media only screen and (max-width: 1199px) {

    .con_intr .box_intr,
    .con_intr .box_icon,
    .box_pnav,
    .con_dish,
    .con_spend,
    .con_car {
        width: 91.66667%
    }
}

.con_intr .box_intr:after {
    content: "";
    display: table;
    clear: both
}

.con_intr {
    background: url(../images/common/bg_intr.png) no-repeat;
    background-size: cover;
    padding: 60px 0;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .con_intr {
        padding: 8% 0
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr {
        position: relative
    }
}

.con_intr .box_intr .wrp_intr {
    float: left;
    width: 46.66667%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .wrp_intr {
        width: 67%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .wrp_intr {
        float: none;
        width: 100%
    }
}

.con_intr .box_intr .wrp_intr .st_intr {
    letter-spacing: .44em;
    line-height: 1.6;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 174%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .wrp_intr .st_intr {
        font-size: 147%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .wrp_intr .st_intr {
        font-size: 120%
    }
}

.con_intr .box_intr .wrp_intr .st_intr span {
    color: #ceb132
}

.con_intr .box_intr .wrp_intr .txt {
    line-height: 2.4;
    margin-top: 20px;
    font-size: 100%;
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .wrp_intr .txt {
        margin-top: 4%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .wrp_intr .txt {
        line-height: 2.2
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .wrp_intr .txt {
        line-height: 2
    }
}

.con_intr .box_intr .box_photo {
    overflow: hidden;
    float: right;
    width: 46.66667%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .box_photo {
        width: 30%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .box_photo {
        display: none
    }
}

.con_intr .box_intr .box_photo li {
    float: left;
    width: 42.5%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .box_photo li:first-child {
        display: none
    }
}

.con_intr .box_intr .box_photo li:last-child {
    float: right;
    width: 50.35714%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_intr .box_photo li:last-child {
        width: 100%
    }

    .con_intr .box_intr .box_photo li:last-child img {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_intr .box_photo li:last-child {
        display: none
    }
}

.con_intr .box_icon {
    clear: both;
    background: url(../images/common/bg_sty.jpg);
    margin-top: 40px;
    -moz-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 15px 5px rgba(0, 0, 0, 0.05)
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon {
        margin-top: 6%
    }
}

@media only screen and (min-width: 768px) {
    .con_intr .box_icon {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.con_intr .box_icon li {
    width: 49.91667%;
    letter-spacing: -.4em;
    position: relative;
    padding: 30px 55px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_icon li {
        padding: 20px 10px
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li {
        padding: 4%
    }
}

@media only screen and (min-width: 768px) {
    .con_intr .box_icon li {
        display: -webkit-flex;
        display: flex;
        -webkit-align-items: center;
        align-items: center
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li {
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li:first-child {
        border-bottom: 1px solid #cecdd1
    }
}

.con_intr .box_icon li:first-child:before {
    content: "";
    background: #cecdd1;
    width: 1px;
    height: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li:first-child:before {
        display: none
    }
}

@media only screen and (min-width: 768px) {
    .con_intr .box_icon li:last-child {
        margin-left: .16667%
    }
}

.con_intr .box_icon li:last-child:before {
    content: "";
    background: #cecdd1;
    width: 1px;
    height: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li:last-child:before {
        display: none
    }
}

.con_intr .box_icon li .ic {
    display: inline-block;
    vertical-align: middle;
    width: 13.08793%;
    margin-right: 4.08998%
}

.con_intr .box_icon li .box_txt {
    vertical-align: middle;
    display: inline-block;
    width: 82.82209%
}

.con_intr .box_icon li .box_txt .st {
    letter-spacing: .08em;
    font-family: 'Noto Serif JP', "游明朝", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
    font-size: 134%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_icon li .box_txt .st {
        font-size: 114%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li .box_txt .st {
        font-size: 107%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_intr .box_icon li .box_txt .st {
        letter-spacing: .05em
    }
}

.con_intr .box_icon li .box_txt .st span {
    color: #ceb132
}

.con_intr .box_icon li .box_txt .txt {
    letter-spacing: .03em;
    margin-top: 5px;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li .box_txt .txt {
        margin-top: 4%
    }
}

@media only screen and (max-width: 767px) {
    .con_intr .box_icon li .box_txt .txt {
        font-size: 94%
    }
}

.box_pnav {
    overflow: hidden;
    margin-top: 80px;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 767px) {
    .box_pnav {
        margin-top: 3em
    }
}

@media only screen and (min-width: 768px) {
    .box_pnav {
        max-width: 712px;
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
    }
}

.box_pnav li {
    width: 31.46067%;
    border: 1px solid#fff;
    margin-right: 2.80899%
}

@media only screen and (max-width: 767px) {
    .box_pnav li {
        width: 100%;
        margin-right: 0;
        background: url(../images/common/bg_sty.jpg)
    }

    .box_pnav li:nth-child(n+2) {
        margin-top: .5em
    }
}

.box_pnav li:last-child {
    margin-right: 0
}

.box_pnav li a {
    display: block;
    text-decoration: none;
    overflow: hidden
}

@media only screen and (max-width: 767px) {
    .box_pnav li a {
        position: relative;
        letter-spacing: -.4em
    }

    .box_pnav li a:before,
    .box_pnav li a:after {
        font-family: 'Font Awesome 5 Free';
        font-weight: 900;
        display: inline-block;
        vertical-align: baseline
    }

    .box_pnav li a:before {
        content: "";
        margin-right: .5em;
        position: absolute;
        top: 50%;
        right: 3%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.box_pnav li a .photo {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .box_pnav li a .photo {
        width: 40%;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3%
    }
}

.box_pnav li a .photo img {
    width: 100%
}

.box_pnav li a .st {
    background: url(../images/common/bg_sty.jpg);
    display: block;
    text-align: center;
    padding: .5em 0 0;
    font-size: 107%
}

@media only screen and (max-width: 767px) {
    .box_pnav li a .st {
        padding: 0;
        background: none;
        letter-spacing: .08em;
        display: inline-block;
        vertical-align: middle;
        font-size: 94%;
        text-align: left;
    }
}

.box_pnav li a .st:after {
    content: "";
    background: url(../images/common/ic_arrow.jpg);
    width: 17px;
    height: 17px;
    margin: 1em auto 0;
    display: block
}

@media only screen and (max-width: 767px) {
    .box_pnav li a .st:after {
        display: none
    }
}

.txt_list {
    margin-top: 10px
}

@media only screen and (max-width: 767px) {
    .txt_list {
        margin-top: 2%
    }
}

.txt_list li {
    text-indent: -.5em;
    padding-left: 1em
}

.txt_list li:before {
    content: "●";
    color: #826790;
    display: inline-block;
    margin-right: .5em;
    font-size: 60%
}

.con_dish {
    margin-top: 80px
}

@media only screen and (max-width: 767px) {
    .con_dish {
        margin-top: 3em
    }
}

@media only screen and (max-width: 767px) {
    .con_dish {
        width: 100%
    }
}

.con_dish:nth-of-type(n+3) {
    margin-top: 80px
}

@media only screen and (max-width: 767px) {
    .con_dish:nth-of-type(n+3) {
        margin-top: 4em
    }
}

.con_dish .main_photo {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .con_dish .main_photo {
        width: 91.66667%;
        margin: auto
    }
}

.con_dish .main_photo img {
    width: 100%
}

.con_dish .main_txt {
    text-align: center;
    margin-top: 30px
}

@media only screen and (max-width: 767px) {
    .con_dish .main_txt {
        margin-top: 1.5em
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .main_txt {
        text-align: left;
        width: 91.66667%;
        margin: 1.5em auto 0
    }
}

.con_dish .main_txt .st {
    letter-spacing: .24em;
    font-size: 147%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .main_txt .st {
        font-size: 134%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .main_txt .st {
        font-size: 107%
    }
}

.con_dish .main_txt .txt {
    margin-top: 15px;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_dish .main_txt .txt {
        margin-top: 4%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .main_txt .txt {
        font-size: 94%
    }
}

.con_dish .list_dish {
    overflow: hidden;
    margin-top: 35px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    justify-content: center;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish {
        margin-top: 2em
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish {
        width: 91.66667%;
        margin: 2em auto 0
    }
}

.con_dish .list_dish li {
    /* float: left; */
    width: 22.5%;
    margin: 1em 3.33333%
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish li {
        float: none;
        width: 46%;
        margin: 0;
        overflow: hidden;
    }

    .con_dish .list_dish li:nth-child(2n+2) {
        margin: 0 0 0 16px;
    }
}

/* .con_dish .list_dish li:last-child {
    margin-right: 0
} */

.con_dish .list_dish li .box_det .st {
    text-align: center;
    color: #ceb132;
    margin-top: 12px;
    font-size: 134%
}

.con_dish .list_dish li .box_det .note {
    font-size: 90%;
    margin-top: 4px;
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish li .box_det .st {
        margin-top: 0
    }
    .con_dish .list_dish li .box_det .note {
        font-size: 80%;
        margin: -24px auto 1em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .list_dish li .box_det .st {
        font-size: 114%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish li .box_det .st {
        font-size: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .list_dish li .box_det .st {
        letter-spacing: .03em
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish li .box_det .st {
        /* text-align: left */
        margin: 0.4em 0 1.6em;
    }
}

.con_dish .list_dish li .box_det .txt {
    margin-top: 10px;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish li .box_det .txt {
        margin-top: 4%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .list_dish li .box_det .txt {
        font-size: 94%
    }
}

.con_dish .txt_dish {
    text-align: center;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_dish .txt_dish {
        font-size: 94%
    }
}

.con_dish .box_dish {
    margin-top: 20px
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish {
        margin-top: 1.5em
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish {
        width: 91.66667%;
        margin: 1.5em auto 0
    }
}

.con_dish .box_dish:nth-of-type(n+2) {
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish:nth-of-type(n+2) {
        margin-top: 3em
    }
}

.con_dish .box_dish .photo {
    width: 100%
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .photo {
        overflow: hidden
    }

    .con_dish .box_dish .photo img {
        position: relative;
        width: 130%;
        max-width: none;
        margin-left: -15%
    }
}

@media only screen and (min-width: 768px) {
    .con_dish .box_dish .photo img {
        width: 100%
    }
}

.con_dish .box_dish .photo span {
    float: right;
    font-size: 94%
}

.con_dish .box_dish .box_det {
    overflow: hidden;
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .box_det {
        margin-top: 1.5em
    }
}

.con_dish .box_dish .box_det .box_txt {
    float: left;
    width: 48.33333%
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .box_det .box_txt {
        float: none;
        width: 100%
    }
}

.con_dish .box_dish .box_det .box_txt .st {
    letter-spacing: .24em;
    font-size: 147%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .box_dish .box_det .box_txt .st {
        font-size: 134%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .box_det .box_txt .st {
        font-size: 107%
    }
}

.con_dish .box_dish .box_det .box_txt .txt {
    margin-top: 10px;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .box_det .box_txt .txt {
        margin-top: 4%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .box_det .box_txt .txt {
        font-size: 94%
    }
}

.con_dish .box_dish .box_det .box_tbl {
    float: right;
    width: 48.33333%
}

.box_menu .menu_tbl {
    max-width: 1000px;
    margin: 40px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}

.box_menu .menu_tbl table {
    width: 47%;
}

.box_menu p {
    font-size: 86%;
    padding: 2em 0 0;
    text-align: right;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .box_menu .menu_tbl {
        max-width: 92%;
    }
    .box_menu .menu_tbl table {
        width: 92%;
        font-size: 92%;
        margin: 16px auto;
    }
    .box_menu .menu_tbl table tr {
        line-height: 2 !important;
    }
    .box_menu .menu_tbl table td {
        line-height: 2 !important;
    }
    .box_menu p {
        font-size: 86%;
        padding: 4px 6% 0;
        text-align: left;
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .box_det .box_tbl {
        float: none;
        width: 100%;
        margin-top: 1.5em;
    }
}

.con_dish .box_dish .box_det .box_tbl table {
    width: 100%;
}

.con_dish .box_dish .box_det .box_tbl table tr th {
    width: 155px;
}

@media only screen and (max-width: 767px) {
    .con_dish .box_dish .box_det .box_tbl table tr th {
        width: 40%;
    }
}

.con_dish .box_hana {
    position: relative;
    overflow: hidden;
    background: url(../images/common/bg_sty.jpg);
    margin-top: 55px;
    padding: 50px;
    -moz-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    box-shadow: 0px 0px 5px 5px rgba(170, 170, 170, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana {
        margin-top: 3em;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .box_hana {
        padding: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana {
        padding: 4%;
    }
}

.con_dish .box_hana .photo {
    float: left;
    width: 40%;
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .photo {
        width: 100%;
        float: none;
    }
}

.con_dish .box_hana .photo img {
    width: 100%;
    margin: 0;
}

.con_dish .box_hana .box_txt {
    float: right;
    width: 56%;
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt {
        margin-top: 1.5em;
        width: 100%;
        float: none;
    }
}

.con_dish .box_hana .box_txt .st_room {
    letter-spacing: .24em;
    font-size: 147%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .box_hana .box_txt .st_room {
        font-size: 134%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .st_room {
        font-size: 120%
    }
}

.con_dish .box_hana .box_txt .txt {
    margin-top: 20px;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .txt {
        margin-top: 4%
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .txt {
        font-size: 94%
    }
}

.con_dish .box_hana .box_txt table {
    width: 100%;
    margin-top: 30px;
    /* margin-bottom: 40px; */
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt table {
        margin-top: 1.5em
    }
}

.con_dish .box_hana .box_txt table th {
    width: 155px
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt table th {
        width: 40%
    }
}

.con_dish .box_hana .box_txt .box_btn {
    overflow: hidden;
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .box_btn {
        margin-top: 1.5em
    }
}

.con_dish .box_hana .box_txt .box_btn li {
    float: left;
    width: 48.27586%
}

.con_dish .box_hana .box_txt .box_btn li a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #ceb132;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #ceb132;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .box_btn li a {
        padding: 1.3em 0
    }
}

.con_dish .box_hana .box_txt .box_btn li a:after {
    content: '→';
    text-align: center;
    color: #ca8da6;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #ca8da6;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .box_hana .box_txt .box_btn li a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .box_btn li a:after {
        font-size: 67%
    }
}

.con_dish .box_hana .box_txt .box_btn li a:hover {
    color: #ceb132;
    background: none
}

.con_dish .box_hana .box_txt .box_btn li a:hover:after {
    border-color: #ceb132;
    background: none;
    color: #ceb132
}

@media only screen and (max-width: 1199px) {
    .con_dish .box_hana .box_txt .box_btn li {
        width: 100%;
        float: none
    }
}

.con_dish .box_hana .box_txt .box_btn li:last-child {
    float: right
}

.con_dish .box_hana .box_txt .box_btn li:last-child a {
    display: block;
    text-decoration: none;
    color: #fff;
    background: #2a283a;
    padding: 1em 0;
    line-height: 1;
    position: relative;
    text-align: center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid #2a283a;
    -moz-transition: background .3s, color .3s;
    -o-transition: background .3s, color .3s;
    -webkit-transition: background .3s, color .3s;
    transition: background .3s, color .3s
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .box_btn li:last-child a {
        padding: 1.3em 0
    }
}

.con_dish .box_hana .box_txt .box_btn li:last-child a:after {
    content: '→';
    text-align: center;
    color: #7a7898;
    width: 1.8em;
    line-height: 1.8;
    border: 1px solid #7a7898;
    -moz-border-radius: 1.8em;
    -webkit-border-radius: 1.8em;
    border-radius: 1.8em;
    font-size: 80%;
    position: absolute;
    top: 50%;
    right: 4%;
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -moz-transition: background .3s, border-color .3s, color .3s;
    -o-transition: background .3s, border-color .3s, color .3s;
    -webkit-transition: background .3s, border-color .3s, color .3s;
    transition: background .3s, border-color .3s, color .3s
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_dish .box_hana .box_txt .box_btn li:last-child a:after {
        width: 2em;
        line-height: 2
    }
}

@media only screen and (max-width: 767px) {
    .con_dish .box_hana .box_txt .box_btn li:last-child a:after {
        font-size: 67%
    }
}

.con_dish .box_hana .box_txt .box_btn li:last-child a:hover {
    color: #2a283a;
    background: none
}

.con_dish .box_hana .box_txt .box_btn li:last-child a:hover:after {
    border-color: #2a283a;
    background: none;
    color: #2a283a
}

@media only screen and (max-width: 1199px) {
    .con_dish .box_hana .box_txt .box_btn li:last-child {
        margin-top: 1em;
        width: 100%;
        float: none
    }
}

.con_car {
    margin-top: 80px
}

@media only screen and (max-width: 767px) {
    .con_car {
        margin-top: 4em
    }
}

.con_car .txt_car {
    text-align: center;
    font-size: 100%
}

@media only screen and (max-width: 767px) {
    .con_car .txt_car {
        font-size: 94%
    }
}

.con_car .box_car {
    overflow: hidden;
    margin-top: 40px
}

@media only screen and (max-width: 767px) {
    .con_car .box_car {
        margin-top: 1.5em
    }
}

.con_car .box_car>li {
    overflow: hidden;
    float: left;
    width: 48.33333%
}

@media only screen and (max-width: 767px) {
    .con_car .box_car>li {
        float: none;
        width: 100%
    }
}

.con_car .box_car>li:last-child {
    float: right
}

@media only screen and (max-width: 767px) {
    .con_car .box_car>li:last-child {
        margin-top: 2em;
        float: none
    }
}

.con_car .box_car>li .photo {
    float: left;
    width: 48.27586%;
    text-align: right
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_car .box_car>li .photo {
        float: none;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .con_car .box_car>li .photo {
        width: 35%
    }
}

.con_car .box_car>li .photo img {
    width: 100%
}

.con_car .box_car>li .photo span {
    font-size: 87%
}

@media only screen and (max-width: 767px) {
    .con_car .box_car>li .photo span {
        font-size: 80%
    }
}

.con_car .box_car>li .box_det {
    float: right;
    width: 48.27586%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_car .box_car>li .box_det {
        margin-top: .5em;
        float: none;
        width: 100%
    }
}

@media only screen and (max-width: 767px) {
    .con_car .box_car>li .box_det {
        width: 60%
    }
}

.con_car .box_car>li .box_det .st {
    color: #ceb132;
    font-size: 134%
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
    .con_car .box_car>li .box_det .st {
        font-size: 114%
    }
}

@media only screen and (max-width: 767px) {
    .con_car .box_car>li .box_det .st {
        font-size: 100%
    }
}

.con_car .box_car>li .box_det table {
    width: 100%;
    margin-top: 15px
}

@media only screen and (max-width: 767px) {
    .con_car .box_car>li .box_det table {
        margin-top: .5em
    }
}

@media only screen and (min-width: 768px) {
    .con_car .box_car>li .box_det table th {
        width: 70px
    }
}

#contents .tmp_st2 {
    letter-spacing: .12em;
}

.box_slider {
    float: left;
    max-width: 40%;
    margin: 0 auto;
    padding: 0;
    height: 0 !important;
}

@media only screen and (max-width: 767px) {
    .box_slider {
        clear: both;
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
        height: 0 !important;
    }
}

@media only screen and (max-width: 767px) {
    .slider_txt {
        margin-top: 76% !important;
    }
}

.slick-slide {
    margin: 0 5px;
}

.slick-slide img {
    width: 100%;
    height: auto;
}

.slick-prev,
.slick-next {
    z-index: 1;
}

.slick-prev:before,
.slick-next:before {
    color: #000;
}

.slick-slide {
    transition: all ease-in-out .3s;
    opacity: .2;
}

.slick-active {
    opacity: 1;
}

.slick-current {
    opacity: 1;
}

.thumb {
    margin: 20px 0 0;
}

.thumb .slick-slide {
    cursor: pointer;
}

.thumb .slick-slide:hover {
    opacity: .7;
}

.slick-dots {
    display: none;
}





.spend {
    margin-bottom: -80px;
    background: url(../images/common/bg_footer.png) no-repeat;
    background-size: 100%;
    background-position: center bottom;
}

.con_spend {
    background: url(../../spend/images/shape_00.png) no-repeat;
    background-size: 100%;
    background-position: center;
}

.con_spend {
    max-width: 1000px;
    margin: 0 auto;
}

.con_spend .box_spend {
    margin: 0 auto 12px;
}

.spend .con_intr .box_intr .wrp_intr .txt span {
    color: #ceb132;
}


@media only screen and (max-width: 1199px) {

    .con_spend {
        width: 91.66667%
    }
}

.con_spend .tmp_st4 {
    margin: 0 auto 0.8em;
    width: 8em;
    text-align: center;
    background: url(../images/home/tit_app_y.jpg);
}

.con_spend .tmp_st4 span {
    display: inline-block;
    color: #000;
    padding: 6px 10px;
}

.con_spend .tmp_st5 {
    text-align: center;
}

/* .con_spend .box_spend {
    overflow: hidden;
    background: url(../images/common/bg_sty.jpg);
    -moz-box-shadow: 0px 0px 15px 5px rgba(170, 170, 170, 0.4);
    -webkit-box-shadow: 0px 0px 15px 5px rgba(170, 170, 170, 0.4);
    box-shadow: 0px 0px 15px 5px rgba(170, 170, 170, 0.4);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
} */

.spend_flow_01 {
    background: url(../images/common/con_bg.png) no-repeat;
    background-position: top right;
    background-size: 260px auto;
}

.spend_flow_02 {
    background: url(../images/common/con_bg.png) no-repeat;
    background-position: top right;
    background-size: 260px auto;
}

.spend .box_spend {
    position: relative;
    z-index: 10;
}

.spend .con_spend .bn_best {
    text-align: center;
    margin-top: 80px;
}

.box_spend .txt_box img {
    margin-top: 32px;
    width: 100%;
}

.box_spend .txt_box dl dt {
    color: #f6d48a;
    letter-spacing: 0.1em;
}

.box_spend .txt_box dl dd {
    color: #fff;
    letter-spacing: 0.1em;
}


@media only screen and (min-width: 768px) {

    .con_spend {
        padding: 80px 0;
    }
    

    .spend .con_intr .box_intr .wrp_intr .txt {
        font-size: 130%;
        letter-spacing: 0.1em;
    }

    .spend_flow_01 .box_spend:nth-child(2n+1) {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    .spend_flow_01 .box_spend:nth-child(2n) {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    .spend_flow_02 .box_spend {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    .spend_flow_02 .box_spend.row_re {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .spend_flow_02 .box_spend_3 {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        -webkit-align-items: center;
        align-items: center;
    }

    .spend_flow_02 .box_spend_3 .box_spend:nth-of-type(1),
    .spend_flow_02 .box_spend_3 .box_spend:nth-of-type(2),
    .spend_flow_02 .box_spend_3 .box_spend:nth-of-type(3) {
        width: 60%;
    }

    .spend_flow_02 .box_spend_3 .box_spend:nth-of-type(1) {
        margin-left: 40px;
    }

    .spend_flow_02 .box_spend_3 .box_spend:nth-of-type(2) {
        margin-left: 40px;
    }

    .spend_flow_02 .box_spend_3 .box_spend:nth-of-type(3) {
        margin-right: 40px;
    }

    .box_spend > img {
        max-width: 40%;
        margin: 0 auto;
    }
    .box_spend .txt_box {
        max-width: 56%;
        width: 100%;
    }
    
    .box_spend .txt_box dl:nth-of-type(even) {
        padding-top: 32px;
        margin-top: 32px;
        border-top: 1px solid #4d4d4d;
    }

    .box_spend .txt_box dl dt {
        color: #f6d48a;
        font-size: 110%;
    }
    
    .box_spend .txt_box dl dd {
        color: #fff;
        font-size: 100%;
        margin-top: 12px;
    }
    

    .con_dish .box_spend .txt_box p {
        font-size: 110%;
        line-height: 2;
    }

    .con_dish .box_spend .txt_box p span {
        display: inline-block;
        padding-top: 0.6em;
        font-size: 88%;
    }

    .con_charm .tmp_st4 span {
        font-size: 120%;
    }

    .con_charm .tmp_st5 {
        font-size: 180%;
    }

    .spend_flow_01 .box_spend:nth-of-type(1)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_01.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(2)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_02.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(3)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_03.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(4)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_04.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(5)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_05.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(6)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_06.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(7)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_05.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(8)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_06.png) no-repeat;
        z-index: -1;
    }
    
    
    .spend_flow_02 .box_spend:nth-of-type(1)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_07.png) no-repeat;
        z-index: -1;
    }
    
    .spend_flow_02 >.box_spend:nth-of-type(2)::before {
        position: absolute;
        content: '';
        background: url(../../spend/images/shape_08.png) no-repeat;
        z-index: -1;
    }
    
}


@media screen and (min-width: 1025px) {
        .spend_flow_01 .box_spend:nth-of-type(1)::before {
        left: 220px;
        top: 80px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(2)::before {
        left: 220px;
        top: 80px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(3)::before {
        left: 220px;
        top: 140px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(4)::before {
        left: 220px;
        top: 220px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(5)::before {
        left: 220px;
        top: 220px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(6)::before {
        left: 220px;
        top: 220px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(7)::before {
        left: 220px;
        top: 100px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_01 .box_spend:nth-of-type(8)::before {
        left: 220px;
        top: 100px;
        width: 100%;
        height: 400px;
    }
    
    
    .spend_flow_02 .box_spend:nth-of-type(1)::before {
        left: 220px;
        top: 100px;
        width: 100%;
        height: 400px;
    }
    
    .spend_flow_02 >.box_spend:nth-of-type(2)::before {
        left: 220px;
        top: -100px;
        width: 100%;
        height: 400px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
    .spend_flow_01 .box_spend:nth-of-type(1)::before {
        left: 100px;
        top: 80px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_01 .box_spend:nth-of-type(2)::before {
        left: 100px;
        top: 80px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_01 .box_spend:nth-of-type(3)::before {
        left: 100px;
        top: 100px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_01 .box_spend:nth-of-type(4)::before {
        left: 100px;
        top: 150px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_01 .box_spend:nth-of-type(5)::before {
        left: 100px;
        top: 130px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_01 .box_spend:nth-of-type(6)::before {
        left: 100px;
        top: 130px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_01 .box_spend:nth-of-type(7)::before {
        left: 100px;
        top: 100px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_01 .box_spend:nth-of-type(8)::before {
        left: 100px;
        top: 130px;
        width: 100%;
        height: 340px;
    }


    .spend_flow_02 .box_spend:nth-of-type(1)::before {
        left: 100px;
        top: 60px;
        width: 100%;
        height: 340px;
    }

    .spend_flow_02 >.box_spend:nth-of-type(2)::before {
        left: 100px;
        top: -110px;
        width: 100%;
        height: 340px;
    }
}

@media only screen and (max-width: 767px) {

    .con_spend .box_spend {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-justify-content: center;
        justify-content: center;
        margin-top: 2em;
        padding: 6% 6%;
    }

    .con_dish .box_spend {
        text-align: center;
    }

    .con_dish .box_spend .txt_box p {
        font-size: 92%;
        line-height: 1.8;
    }
    
    .con_dish .box_spend img {
        max-width: 100%;
        margin: 0 auto;
    }

    .con_dish .box_spend .txt_box {
        max-width: 100%;
        margin: 20px auto 0;
        padding: 0 4%;
        text-align: left;
    }

    .con_spend .tmp_st4 span {
        display: inline-block;
        font-size: 100%;
        color: #fff;
        padding: 6px 10px;
    }

    .con_spend .tmp_st5 {
        font-size: 150%;
    }

    .box_spend .txt_box dl:nth-of-type(even) {
        padding-top: 32px;
        margin-top: 32px;
        border-top: 1px solid #4d4d4d;
    }

    .box_spend .txt_box dl  {
        margin-top: 1em;
    }

    .box_spend .txt_box dl dt {
        color: #f6d48a;
        font-size: 110%;
    }
    
    .box_spend .txt_box dl dd {
        color: #fff;
        font-size: 100%;
        margin-top: 12px;
    }

    .spend .con_spend .bn_best {
        margin-top: 40px;
        padding-bottom: 60px;
    }

}