@charset "utf-8";

.wrapper {
    width: 90%;
    max-width: 1280px;
    padding: 0;
    margin: 0 auto;
}

.wrap {
    display: block;
    width: 90%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}


/* -------------------------------------------
フォント
-------------------------------------------*/
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W0);
    font-weight: 100;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W1);
    font-weight: 200;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W2);
    font-weight: 300;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W3);
    font-weight: 400;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W4);
    font-weight: 500;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W5);
    font-weight: 600;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W6);
    font-weight: 700;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W7);
    font-weight: 800;
}
@font-face {
    font-family: "Hiragino Sans";
    src: local(HiraginoSans-W8);
    font-weight: 900;
}
@font-face {
    font-family: "Hiragino Sans W9";
    src: local(HiraginoSans-W9);
    font-weight: 900;
}


/*------------------------------------
コンテンツ タイトル
--------------------------------------*/
.cont_ttl {
    display: block;
    padding: 0;
    margin: 0 0 4% 0;
    text-align: center;
}

.cont_ttl .ttl {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    padding: 0;
    margin: 0 0 2% 0;
}

.cont_ttl .ttl.top {
    font-size: 38px;
}

.cont_ttl .ttl::before {
    display: block;
    height: 5px;
    width: 80px;
    content: "";
    margin: 0 auto 40px auto;
    background: #d8af6f;
    background-size: contain;
}

.cont_ttl .ttl span {
    font-size: 20px;
    line-height: 2;
}

.cont_ttl .lead {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-size: 20px;
    line-height: 2;
    font-weight: normal;
    margin: 0;
    padding: 0;
    text-align: center;
}

.cont_ttl p {
    line-height: 2;
    font-size: 16px;
    margin: 0;
    padding: 0;
}


@media (max-width: 1024px) {
    .cont_ttl h2.ttl {
        font-size: 32px;
        margin: 0 5%;
    }
    .cont_ttl p.lead {
        line-height: 2;
        font-size: 16px;
        margin: 0 5%;
        padding: 0;
    }
}

@media (max-width: 680px) {
    .cont_ttl .ttl,
    .cont_ttl .ttl.top {
        font-size: 24px;
    }
    .cont_ttl .ttl::before {
        width: 50px;
        margin: 0 auto 20px auto;
    }
    .cont_ttl h2.ttl {
        font-size: 24px;
        margin: 0 0 20px 0;
    }
    .cont_ttl p.lead {
        text-align: left;
    }
}


/* -------------------------------------------
注釈
-------------------------------------------*/
p.note {
    display: block;
    padding: 0;
    margin: 0;
    text-align: left;
    font-size: 12px !important;
    color: #000;
}


/* -------------------------------------------
見出し
-------------------------------------------*/
.col_ttl {
    display: block;
    padding: 0 0 5% 0;
    margin: 0;
    text-align: center;
    font-size: 0;
}

.col_ttl .ttl {
    position: relative;
    font-size: 28px;
    line-height: 1;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.col_ttl .ttl::before {
    display: block;
    height: 24px;
    width: 2px;
    content: "";
    margin: 0 auto 30px auto;
    background: #000;
}

@media (max-width: 680px) {
    .col_ttl .ttl {
        font-size: 20px;
    }
    .col_ttl .ttl::before {
        height: 20px;
        margin: 0 auto 20px auto;
    }
}

.mds {
    display: block;
    position: relative;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    padding: 10px 0 0 0;
    margin: 0 0 1em 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
}

.mds::before {
    display: none;
}

.mds span {
    display: block;
    font-size: 11px;
    line-height: 24px;
    font-weight: 100;
    letter-spacing: 0.05em;
    font-family: futura, sans-serif;
}

@media (max-width: 768px) {
    .mds {
        font-size: 20px;
        line-height: 24px;
        padding: 10px 0;
        margin: 0 0 1em 0;
        border: none;
    }
}


/* -------------------------------------------
リンク
-------------------------------------------*/
.btns {
    position: relative;
    display: block;
    margin: 5% 0;
    padding: 10px 0;
    text-align: center;
}

a.btn {
    position: relative;
    display: block;
    max-width: 24em;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 auto;
    padding: 10px 26px;
    color: #000;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

a.btn:hover {
    background: rgba(0, 0, 0, 0.2);
}

a.btn::before {
    position: absolute;
    top: 50%;
    right: 8px;
    left: inherit;
    display: block;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: 1px solid #000000;
    border-right: 1px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

a.btn_txt {
    position: relative;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4;
    margin: 5px 0;
    padding: 0 0 0 12px;
    color: #000;
    text-decoration: none;
    text-align: left;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
}

a.btn_txt::before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 4px;
    height: 4px;
    margin: -3px 0 0 0;
    border-top: 1px solid rgb(0, 0, 0);
    border-right: 1px solid rgb(0, 0, 0);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

a.btn_txt:hover {
    color: #5a5a5a;
}

@media (max-width: 680px) {
    .parts-button-link .buttonholder a {
        position: relative;
        display: block;
        max-width: inherit;
        font-size: 16px;
        line-height: 1.4;
        margin: 0 auto;
        padding: 10px 26px;
        border-radius: 4px;
        color: #fff !important;
        text-decoration: none;
        text-align: center;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background: #541517;
        border: none;
        font-weight: normal;
    }
    .col .cnt a.btn {
        max-width: inherit;
    }
    .btns {
        padding: 10px 0px;
        text-align: center;
        min-height: inherit;
    }
    .btns2 {
        padding: 10px 20px;
        text-align: center;
        min-height: 140px;
    }
}


/*-----------------------------------------
SP画面固定リンク
-----------------------------------------*/
@media (max-width: 768px) {
    .parts-fixednavi .btn-holder .nav-left {
        width: 100%;
        margin: 0 0 0 0;
        display: block !important;
        text-align: left;
        background: #7f0020;
    }
    .parts-fixednavi .btn-holder .nav-left .button-general-reservation,
    .parts-fixednavi .btn-holder .nav-left .button-member-reservation {
        text-align: center;
        width: 49%;
    }
    /*------------ お問い合せ --------------*/
    .parts-information .frame {
        width: 90%;
    }
    .parts-information .frame .number:before {
        top: 58%;
        left: -4px;
    }
    .parts-information .frame h3,
    .parts-information .frame .tblc.numberHolder {
        border-left: none;
        border-right: none;
    }
}


/* -------------------------------------------
レストラン一覧（小）
-------------------------------------------*/
.rest_list {
    position: relative;
    display: block;
    padding: 0 0 3% 0;
    margin: 0;
    background: #fff;
}

.rest_list ul {
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0 -2% 0 0;
}

.rest_list li {
    display: inline-block;
    font-size: 14px;
    width: 16.666%;
    padding: 0 2% 0 0;
    vertical-align: top;
}

.rest_list a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*vertical-align: top;*/
    color: #000;
}

.rest_list figure {
    display: block;
    padding: 0;
    margin: 0;
}

.rest_list img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.rest_list .menutxt {
    display: block;
    padding: 10px 0 0 0;
    text-align: center;
}

.rest_list .menutxt .menuttl {
    position: relative;
    font-size: 13px;
    line-height: 1.4;
    text-align: center;
    margin: 0;
    padding: 0;
    font-family: "Hiragino Sans", "游ゴシック", "YuGothic", "メイリオ", "meiryo", sans-serif;
    font-weight: 300;
    border: none;
}

.rest_list .menutxt .floor {
    display: block;
    padding: 0;
    margin: 0 auto;
    font-size: 12px;
}

@media (max-width: 680px) {
    .rest_list ul {
        margin: 0 -5% 0 0;
    }
    .rest_list li {
        width: 33.33%;
        padding: 0 5% 5% 0;
    }
    .rest_list .menutxt .menuttl {
        position: relative;
        font-size: 10px;
        line-height: 1.3;
        text-align: center;
        border: none;
    }
    .rest_list .menutxt .floor {
        font-size: 10px;
    }
}


/* -------------------------------------------
音戸　予約・お問い合わせ
-------------------------------------------*/
.inquiry {
    position: relative;
    display: block;
    padding: 0 0 5% 0;
    margin: 0;
    text-align: center;
}

.inquiry .wrap hr {
    border: none;
    border-top: 1px solid rgba(186, 186, 186, 0.4);
    margin: 0 0 5% 0;
}

.inquiry .wrap .col_ttl {
    border-bottom: 1px solid rgba(186, 186, 186, 0.4);
    padding: 0 0 20px 0;
    margin: 0 0 5% 0;
}

.inquiry .wrap .col_ttl .ttl::before {
    display: none;
}

.inquiry .wrap .hotelname {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0 0 10px 0;
}

.inquiry .wrap .tel {
    font-size: 20px;
    line-height: 1.2;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    padding: 0;
    margin: 0;
}

.inquiry .wrap .tel .tel_num {
    border: none;
    font-size: 28px;
    line-height: 1;
}

@media (max-width: 680px) {
    .inquiry .wrap .hotelname {
        font-size: 14px;
    }
    .inquiry .wrap .tel {
        font-size: 14px;
    }
    .inquiry .wrap .tel .tel_num {
        font-size: 20px;
    }
}

.inquiry .wrap .btns {
    margin: 0;
    padding: 20px 0;
}

.inquiry .wrap .btns a.btn {
    max-width: 14em;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.inquiry .wrap .btns a.btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.inquiry .wrap .btns a.btn::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

@media (max-width: 680px) {
    .inquiry .wrap .btns {
        margin: 0;
        padding: 20px 0 40px 0;
    }
    .inquiry .wrap .btns a.btn {
        max-width: inherit;
    }
}

.inquiry .resbtns {
    display: block;
    padding: 0 0 3% 0;
    margin: 3% -30px 0 0;
    list-style: none;
    font-size: 0;
}

.inquiry .resbtns .inner {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 14px;
}

.inquiry .resbtns .mds {
    font-size: 20px;
    margin: 0 0 10px 0;
    padding: 0;
    float: none;
    text-align: left;
}

.inquiry ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    font-size: 0;
}

.inquiry ul li {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.inquiry a.btn_res,
.inquiry a.btn_res_mem {
    position: relative;
    display: block;
    max-width: 34em;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 15px 26px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #8b2828;
    border: none;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
}

.inquiry a.btn_res:hover,
.inquiry a.btn_res_mem:hover {
    border: none;
    background: rgba(139, 40, 40, 0.7);
}

.inquiry a.btn_res {
    color: #fff;
    background: #333;
}

.inquiry a.btn_res:hover {
    background: #555;
}

.inquiry a.btn_res::before,
.inquiry a.btn_res_mem::before {
    position: absolute;
    top: 50%;
    right: 14px;
    left: inherit;
    display: block;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}


@media (max-width: 680px) {
    .inquiry {
        padding: 5% 0;
        margin: 0;
    }
    .inquiry .resbtns {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .inquiry .resbtns .inner {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .inquiry ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
        font-size: 0;
    }
    .inquiry ul li {
        display: inline-block;
        width: 50%;
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
    .inquiry a.btn_res,
    .inquiry a.btn_res_mem {
        font-size: 12px;
        padding: 12px 26px;
    }
}


/* -------------------------------------------
レストラン予約固定
-------------------------------------------*/
.resfixed {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-color: rgba(255, 255, 255, 0.9);
    color: #000;
}

.resfixed .resbtns {
    display: block;
    padding: 0 0 0 0;
    margin: 0 -20px 0 0;
    list-style: none;
    font-size: 0;
}

.resfixed .resbtns .inner {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0 20px 0 0;
    font-size: 14px;
}

.resfixed ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    font-size: 0;
}

.resfixed ul li {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.resfixed a.btn_res,
.resfixed a.btn_res_mem {
    position: relative;
    display: block;
    max-width: 34em;
    font-size: 14px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 10px 26px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #8b2828;
    border: none;
}

.resfixed a.btn_res:hover,
.resfixed a.btn_res_mem:hover {
    border: none;
    background: rgba(139, 40, 40, 0.7);
}

.resfixed a.btn_res {
    color: #fff;
    background: #333;
}

.resfixed a.btn_res:hover {
    background: rgba(0, 0, 0, 0.7);
}

.resfixed a.btn_res::before,
.resfixed a.btn_res_mem::before {
    position: absolute;
    top: 50%;
    right: 14px;
    left: inherit;
    display: block;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}


@media (max-width: 680px) {
    .resfixed {
        padding: 0 0 10px 0;
        margin: 0;
    }
    .resfixed .resbtns {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .resfixed .resbtns .inner {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .resfixed ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
        font-size: 0;
    }
    .resfixed ul li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
}

@media (max-width: 680px) {
    .resfixed {
        display: none;
    }
}


/* -------------------------------------------
レストラン予約　コンテンツ内
-------------------------------------------*/
.reserve {
    padding: 0 0 30px 0;
    margin: 0;
    background-color: #2f2f2f;
    color: #fff;
}

.reserve .wrapper {
    max-width: 1000px;
}

.reserve .cont_ttl {
    margin: 0 0 0 0;
}

.reserve .cont_ttl .ttl {
    position: relative;
    font-size: 30px;
    line-height: 1.4;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    padding: 0;
    margin: 0 0 2% 0;
}

.reserve .cont_ttl .ttl::before {
    display: block;
    height: 5px;
    width: 80px;
    content: "";
    margin: 0 auto 20px auto;
    background: #d8af6f;
    background-size: contain;
}

.reserve p {
    color: #fff;
}

.reserve .resbtns {
    display: block;
    padding: 0;
    margin: 0 -30px 0 0;
    list-style: none;
    font-size: 0;
}

.reserve .resbtns .inner {
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0 30px 0 0;
    font-size: 14px;
}

.reserve .resbtns .mds {
    color: #fff;
    font-size: 16px;
    margin: 0 0 10px 0;
    padding: 0;
    float: none;
}

.reserve ul {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
    font-size: 0;
}

.reserve ul li {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0;
    font-size: 18px;
}

.reserve a.btn_res,
.reserve a.btn_res_mem {
    position: relative;
    display: block;
    max-width: 34em;
    font-size: 18px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 15px 26px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #8b2828;
    border: none;
}

.reserve a.btn_res:hover,
.reserve a.btn_res_mem:hover {
    border: none;
    background: rgba(139, 40, 40, 0.7);
}

.reserve a.btn_res {
    color: #fff;
    background: #333;
}

.reserve a.btn_res:hover {
    background: #555;
}

.reserve a.btn_res::before,
.reserve a.btn_res_mem::before {
    position: absolute;
    top: 50%;
    right: 14px;
    left: inherit;
    display: block;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}


@media (max-width: 680px) {
    .reserve {
        padding: 0 0 10px 0;
        margin: 0;
    }
    .reserve .resbtns {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .reserve .resbtns .inner {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .reserve ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
        font-size: 0;
    }
    .reserve ul li {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0;
        font-size: 18px;
    }
}


/* -------------------------------------------
レストラン予約モーダル
-------------------------------------------*/
.overflow-hidden {
    overflow: hidden;
}

#reswin.is-visible {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}

#reswin {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: fixed;
    opacity: 0;
    left: 0;
    bottom: 0;
    height: auto;
    width: 100%;
    color: #fff;
    background-color: #000;
    z-index: 700;
    text-align: center;
    padding: 0 0 3% 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
}

#reswin .tel_num {
    font-size: 24px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
}

#reswin p {
    font-size: 14px;
}

#reswin a.btn {
    position: relative;
    display: inline-block;
    max-width: 34em;
    font-size: 12px;
    line-height: 1.4;
    margin: 0;
    padding: 6px 26px;
    border-radius: 0px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #767676;
    border: none;
    vertical-align: middle;
}

#reswin a.btn:hover {
    border: none;
    background: rgba(188, 188, 188, 0.7);
}

#reswin a.btn::before {
    position: absolute;
    top: 50%;
    right: 8px;
    left: inherit;
    display: block;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

#reswin .contact {
    display: block;
    padding: 10px 0;
    margin: 0;
    background: rgba(255, 255, 255, 0);
    border-top: 1px solid #d1d1d1;
    border-bottom: 1px solid #d1d1d1;
}

#reswin .contact .mds {
    display: inline-block;
    color: #fff;
    font-size: 20px;
    margin: 0 0 0px 0;
    padding: 0;
    float: none;
}

#reswin .contact ul {
    display: table;
    width: inherit;
    padding: 0;
    margin: 0 auto;
    list-style: none;
    font-size: 0;
}

#reswin .contact ul li {
    display: table-cell;
    width: auto;
    padding: 0 10px;
    margin: 0;
    text-align: left;
    vertical-align: middle;
}

@media (max-width: 680px) {
    #reswin {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: fixed;
        opacity: 0;
        left: 0;
        top: 0;
        bottom: inherit;
        height: 100%;
        width: 100%;
        color: #000;
        background-color: #efefef;
        z-index: 700;
        text-align: center;
        padding: 0 0 50px 0;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
        -webkit-transition-property: -webkit-transform;
        transition-property: -webkit-transform;
        transition-property: transform;
        transition-property: transform, -webkit-transform;
        -webkit-transition-duration: 0.4s;
        transition-duration: 0.4s;
    }
    #reswin p {
        font-size: 12px;
    }
    #reswin .col_ttl .ttl {
        font-size: 24px;
    }
    #reswin .mds {
        display: inline-block;
        color: #000;
        font-size: 18px;
        margin: 10px 0;
        padding: 0;
        float: none;
        border: none;
    }
    #reswin .contact {
        padding: 10% 0;
        border-bottom: 1ps solid #eee;
    }
    #reswin .contact,
    #reswin .contact .mds,
    #reswin .contact p {
        color: #000;
        text-align: center;
    }
    #reswin .contact ul {
        display: block;
        padding: 0;
        margin: 0;
    }
    #reswin .contact ul li {
        display: block;
        width: auto;
        padding: 0;
        margin: 0;
        text-align: left;
        /*vertical-align: middle;*/
    }
    #reswin a.btn {
        position: relative;
        display: block;
        max-width: auto;
        font-size: 16px;
        line-height: 1.4;
        margin: 10px 0 0 0;
        padding: 10px 26px;
        color: #fff;
    }
    #reswin .tel_num a {
        font-size: 24px;
        text-decoration: underline;
        color: #000;
    }
}


/* -------------------------------------------
音戸 タイトル
-------------------------------------------*/
.contents {
    position: relative;
    margin: 0;
    padding: 0;
}

#ondo {
    font-family: "Hiragino Sans", "游ゴシック", "YuGothic", "メイリオ", "meiryo", sans-serif;
    font-weight: 200;
}

#ondo.contents {
    background: url('../ondo/img/bg_main.jpg') left top no-repeat #FFF5E6;
    background-size: 100%;
}

#ondo #rest_ttl {
    position: relative;
    display: block;
    color: #000;
    margin: 0;
    padding: 25% 0 5% 0;
}

#ondo #rest_ttl .wrap {
    display: block;
    color: #000;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 5% 0 0 54%;
    margin: 0;
    width: 100%;
    max-width: inherit;
}

@media (max-width: 768px) {
    #ondo #rest_ttl {
        display: block;
        margin: 0;
        padding: 0;
    }
    #ondo #rest_ttl .wrap {
        padding: 15% 10% 2% 10%;
    }
}

@media (max-width: 1280px) {
    #ondo #rest_ttl {
        display: block;
        color: #fff;
        margin: 0;
        padding: 0 0 5% 0;
    }
    #ondo #rest_ttl .wrap {
        margin: 0;
        padding: 65% 10% 0 10%;
    }
}

#ondo #rest_ttl .wrap figure.logo {
    position: absolute;
    top: 5%;
    right: 5%;
    width: 50%;
    max-width: 300px;
}

#ondo #rest_ttl .wrap figure.logo img {
    display: block;
    width: 100%;
}

@media (max-width: 1280px) {
    #ondo #rest_ttl .wrap figure.logo {
        width: 34%;
        margin: 0;
        top: 10%;
        right: 10%;
    }
}

#ondo #rest_ttl .wrap .leadmain {
    font-size: 32px;
    line-height: 1.6;
    letter-spacing: 0.2em;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    margin: 0 0 7% 0;
}

@media (max-width: 768px) {
    #ondo #rest_ttl .wrap .leadmain {
        font-size: 18px;
        margin: 0;
        padding: 0;
    }
}

#ondo #rest_ttl .wrap .restname {
    font-size: 16px;
    line-height: 1.3;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    margin: 7% 5% 7% 5%;
}

#ondo #rest_ttl .wrap .restname span {
    display: inline-block;
    font-size: 36px;
    line-height: 1.3;
    margin: 0;
    vertical-align: middle;
}

#ondo #rest_ttl .wrap .restname span + span {
    display: inline-block;
    font-size: 16px;
    margin: 0 0 0 20px;
    vertical-align: middle;
}

#ondo #rest_ttl .wrap .lead {
    font-size: 16px;
    line-height: 2;
    margin: 5% 5% 5% 5%;
}

@media (max-width: 768px) {
    #ondo #rest_ttl .wrap .restname {
        font-size: 14px;
        line-height: 1.3;
        margin: 5% 0 5% 0%;
    }
    #ondo #rest_ttl .wrap .restname span {
        font-size: 26px;
    }
    #ondo #rest_ttl .wrap .restname span + span {
        display: inline-block;
        font-size: 12px;
        margin: 0 0 0 10px;
        vertical-align: middle;
    }
    #ondo #rest_ttl .wrap .lead {
        font-size: 14px;
        line-height: 2;
        margin: 5% 0 5% 0;
    }
    #ondo #rest_ttl .wrap .lead br {
        display: none;
    }
}


/* -------------------------------------------
音戸 ナビ
-------------------------------------------*/
.nav_rest {
    display: block;
    width: 90%;
    max-width: 960px;
    margin: 0 auto 2% auto;
    padding: 0;
}

.nav_rest ul {
    display: block;
    font-size: 0;
}

.nav_rest li {
    display: inline-block;
    font-size: 14px;
    width: 20%;
    text-align: center;
    padding: 2px;
    vertical-align: top;
}

.nav_rest li a {
    color: #fff;
    display: block;
    text-decoration: none;
    background: rgb(0, 0, 0);
    padding: 10px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
}

.nav_rest li a:hover {
    background: rgba(0, 0, 0, 0.7);
}

.nav_rest li.active a {
    background: rgba(129, 129, 129, 1);
    border: none;
}

@media (max-width: 768px) {
    .nav_rest {
        margin: 0 auto 10% auto;
    }
    .nav_rest li {
        font-size: 12px;
        width: 50%;
    }
}


/* -------------------------------------------
音戸 特徴
-------------------------------------------*/
#feature {
    position: relative;
    display: block;
    padding: 3% 0 0 0;
    margin: 0;
    color: #000;
    background: url(../ondo/img/bg_feauture.jpg) center center no-repeat;
    background-size: contain;
}

#feature::after {
    content: "";
    display: block;
    clear: both;
}


/* -------------------------------------------
コラム
-------------------------------------------*/
.col {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    font-size: 0;
}

.col .cnt {
    display: inline-block;
    width: 50%;
    padding: 0;
    margin: 0 0 5% 0;
    border: none;
    font-size: 14px;
    vertical-align: top;
}

@media (max-width: 480px) {
    .col .cnt {
        display: block;
        width: 100%;
        padding: 0;
        margin: 5% 0;
    }
}

.col .cnt h2 {
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
}

.col .cnt h2 img {
    display: block;
    width: 100%;
    max-width: 360px;
    height: auto;
    margin: 0;
}

.col .cnt p {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

@media (max-width: 680px) {
    .col .cnt h2 {
        font-size: 20px;
        line-height: 24px;
        letter-spacing: 0em;
        margin: 0 0 15px 0;
    }
    .col .cnt p {
        font-size: 14px;
        line-height: 24px;
    }
}

.col .cnt .cnt_img {
    display: block;
    position: relative;
    overflow: hidden;
    height: auto;
    margin: 0;
    padding: 0;
}

.col .cnt .cnt_img img {
    width: 100%;
    height: auto;
}

.col .cnt .cont_wrap {
    display: block;
    margin: 0;
    padding: 30px 20px;
}

.col .cnt .cont_wrap .inner {
    display: block;
    max-width: 440px;
    margin: 0 0 0 auto;
}

.col .cnt:nth-child(even) .cont_wrap .inner {
    margin: 0 auto 0 0;
}

@media (max-width: 680px) {
    .col .cnt .cont_wrap {
        display: block;
        margin: 0;
        padding: 20px 20px;
    }
    .col .cnt .cont_wrap .inner {
        display: block;
        max-width: auto;
        margin: 0;
    }
    .col .cnt:nth-child(even) .cont_wrap .inner {
        margin: 0;
    }
}


/* -------------------------------------------
コラム 裁ち落とし
-------------------------------------------*/
.col_wide {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    font-size: 0;
}

.col_wide .cnt_img {
    display: inline-block;
    position: relative;
    width: 60%;
    padding: 0;
    margin: 0 0 10% 0;
    border: none;
    font-size: 14px;
    vertical-align: top;
}

.col_wide:nth-of-type(odd) .cnt_img {
    float: right;
}

.col_wide .cnt_img img {
    width: 100%;
    height: auto;
}

.col_wide .cnt_img figcaption {
    position: absolute;
    top: -10px;
    right: 5%;
    background: #A17590;
    color: #fff;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    padding: 14px 8px;
    font-size: 24px;
    letter-spacing: 0.2em;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
}

.col_wide .cnt_txt {
    display: inline-block;
    width: 40%;
    padding: 0;
    margin: 0 0 5% 0;
    font-size: 14px;
    vertical-align: top;
}

.col_wide .cont_wrap {
    display: block;
    margin: 0;
    padding: 0px 10%;
}

.col_wide .cont_wrap h2 {
    display: block;
    position: relative;
    font-size: 24px;
    line-height: 38px;
    font-weight: normal;
    letter-spacing: 0.2em;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
}

.col_wide .cont_wrap p {
    display: block;
    font-size: 16px;
    line-height: 28px;
    padding: 0;
    margin: 0;
}

.col_wide .cnt_txt .inner {
    display: block;
    max-width: 440px;
    margin: 0 auto 0 0;
}

@media (max-width: 768px) {
    .col_wide .cnt_img {
        display: block;
        width: 100%;
        margin: 0 0 5% 0;
        float: none;
    }
    .col_wide:nth-of-type(odd) .cnt_img {
        float: none;
    }
    .col_wide .cnt_img figcaption {
        right: 10%;
        font-size: 14px;
    }
    .col_wide .cnt_txt {
        display: block;
        width: 100%;
        padding: 0 0 0 0;
        margin: 0 0 10% 0;
    }

    .col_wide .cont_wrap h2 {

        font-size: 20px;
        line-height: 28px;
        letter-spacing: 0;
    }

    .col_wide .cont_wrap p {
        font-size: 14px;
        line-height: 24px;
    }
}


/* -------------------------------------------
音戸 プラン一覧（トップページ）
-------------------------------------------*/
.planlist {
    position: relative;
    display: block;
    padding: 5% 0;
    margin: 0;
    background: #FFFDFA;
}

.contents_lv2 .planlist {
    border-top: none;
}

.planlist::before {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: url(../ondo/img/bg_wave_top.jpg) center top no-repeat;
    background-size: cover;
    margin: 0;
    padding: 8% 0 0 0;
    top: -6%;
    position: absolute;
    z-index: 1;
}

.planlist::after {
    content: '';
    display: block;
    width: 100%;
    height: 0;
    background: url(../ondo/img/bg_wave_bot.jpg) center bottom no-repeat;
    background-size: cover;
    margin: 0;
    padding: 140px 0 0 0;
    bottom: -100px;
    position: absolute;
    z-index: 0;
}

@media (max-width: 768px) {
    .planlist {
        padding: 0;
        margin: 15% 0;
    }
    .planlist::before {
        margin: 0;
        padding: 8% 0 0 0;
        top: -4%;
        position: absolute;
    }
    .planlist::after {
        margin: 0;
        padding: 8% 0 0 0;
        bottom: -3%;
        position: absolute;
        z-index: 0;
    }
}

@media (max-width: 680px) {
    .planlist {
        padding: 0;
        margin: 15% 0;
    }
}

.planlist .wrap .col_ttl .ttl {
    z-index: 1;
}

.planlist .wrap .col_ttl .ttl::before {
    background: #000;
}

.planlist ul {
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0 -4% 0 0;
}

.planlist li {
    display: inline-block;
    font-size: 14px;
    width: 50%;
    padding: 0 4% 4% 0;
    vertical-align: top;
    position: relative;
}

.planlist a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*vertical-align: top;*/
    position: relative;
}

.planlist figure {
    display: block;
    padding: 0;
    margin: 0;
}

.planlist img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.planlist .plantxt {
    display: block;
    padding: 8% 10%;
    text-align: left;
}

.planlist .plantxt .planttl {
    position: relative;
    font-size: 20px;
    line-height: 1.4;
    font-family: "Hiragino Sans", "游ゴシック", "YuGothic", "メイリオ", "meiryo", sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 0;
}

.planlist .plantxt .planttl::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../img/arrow.png) center center no-repeat;
    background-size: contain;
    margin: 0 0 0 5px;
}

.planlist .plantxt .category {
    display: inline-block;
    padding: 8px 5px;
    margin: 0 auto 16px auto;
    background: #000;
    color: #fff;
    border: none;
    font-size: 12px;
    text-align: center;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    top: -6px;
    right: 10%;
}

.planlist p {
    font-size: 16px;
    line-height: 1.6;
    padding: 0;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .planlist {
        text-align: left;
    }
    .planlist li {
        width: 50%;
    }
    .planlist .plantxt {
        padding: 10% 0;
    }
    .planlist .plantxt .planttl {
        font-size: 16px;
        line-height: 1.4;
        border: none;
    }
    .planlist .plantxt .planttl::after {
        width: 12px;
        height: 12px;
    }
    .planlist .plantxt .category {
        position: relative;
        display: inline-block;
        padding: 3px 8px;
        margin: 0 auto 12px auto;
        font-size: 12px;
        font-weight: 500;
        -webkit-writing-mode: horizontal-tb;
        -ms-writing-mode: lr-tb;
        writing-mode: horizontal-tb;
        top: inherit;
        right: inherit;
    }
    .planlist p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0;
        margin: 5px 0 15px 0;
    }
}


/* -------------------------------------------
音戸 メニュー一覧（トップページ）
-------------------------------------------*/
.menulist {
    position: relative;
    display: block;
    padding: 5% 0;
    margin: 0;
}

.contents_lv2 .menulist {
    border-top: none;
    padding: 0 0 5% 0;
}

.menulist .wrap .col_ttl .ttl {
    color: #000;
}

.menulist .wrap .col_ttl .ttl::before {
    background: #000;
}

.menulist ul {
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0 -4% 0 0;
}

.menulist li {
    display: inline-block;
    font-size: 14px;
    width: 33.33%;
    padding: 0 4% 4% 0;
    vertical-align: top;
}

@media (max-width: 480px) {
    .menulist li {
        width: 50%;
    }
}

.menulist a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*vertical-align: top;*/
}

.menulist figure {
    display: block;
    padding: 0;
    margin: 0;
}

.menulist img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.menulist .menutxt {
    display: block;
    padding: 8% 10%;
    text-align: center;
}

.menulist .menutxt .menuttl {
    position: relative;
    font-size: 16px;
    line-height: 1.4;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menulist .menutxt .category {
    display: inline-block;
    padding: 3px 15px;
    margin: 0 auto 16px auto;
    background: #797979;
    color: #fff;
    border: none;
    font-size: 12px;
    text-align: center;
}

.menulist p {
    font-size: 16px;
    line-height: 2;
    padding: 0;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .menulist {
        position: relative;
        display: block;
        padding: 5% 0 8% 0;
        margin: 0;
    }
    .menulist .menutxt {
        padding: 8% 0%;
    }
    .menulist .menutxt .menuttl {
        font-size: 14px;
        border: none;
    }
    .menulist .menutxt .category {
        padding: 3px 10px;
        margin: 0 auto 12px auto;
        font-size: 10px;
        font-weight: 500;
    }
    .menulist p {
        font-size: 14px;
        line-height: 1.6;
    }
}


/* -------------------------------------------
音戸 店舗詳細
-------------------------------------------*/
.rest_detail {
    position: relative;
    display: block;
    padding: 0 0 5% 0;
    margin: 0;
    background: url('../ondo/img/bg_tenpo.png') right 55% no-repeat;
    background-size: 30%;
}

.rest_detail .wrap {
    display: block;
    width: 90%;
    max-width: 960px;
    padding: 0;
    margin: 0 auto;
}

.tenpoimg {
    display: block;
    margin: 0 0 0 0;
}

.tenpoimg img {
    display: block;
    width: 100%;
    height: auto;
}

.rest_detail .wrap .hotelname {
    font-size: 16px;
    line-height: 1.2;
    padding: 0;
    margin: 0;
    text-align: center;
}

.rest_detail .wrap .restname {
    font-size: 20px;
    line-height: 1.2;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: 500;
    padding: 0;
    margin: 20px 0 40px 0;
    text-align: center;
}

.rest_detail .wrap .restname span {
    border: none;
    font-size: 28px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

.rest_detail .wrap .restname rb {
    border: none;
    font-size: 28px;
    line-height: 1;
     margin: 0;
    padding: 0;
}

.rest_detail .wrap .restname rt {
	bottom: 0;
    border: none;
    font-size: 12px;
    line-height: 1;
    letter-spacing: 0;
    margin: 0;
    padding: 0;
    color: #000;
}

@media (max-width: 768px) {
    .rest_detail .wrap .hotelname {
        font-size: 14px;
        line-height: 1.2;
        padding: 0;
        margin: 5px 0 10px 0;
        text-align: center;
    }
    .rest_detail .wrap .restname {
        font-size: 18px;
        line-height: 1.2;
        font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
        font-weight: 500;
        padding: 0;
        margin: 0;
        text-align: center;
        border: none;
    }
    .rest_detail .wrap .restname span {
        border: none;
        font-size: 24px;
        line-height: 1;
        margin: 5px 0 20px 0;
        background: none;
    }
}

dl.list_detail {
    font-size: 16px;
    line-height: 1.8;
    margin: 0 5% 0 0;
}

dl.list_detail dt {
    width: 6em;
    float: left;
    padding: 0;
    margin: 0 0 10px 0;
}

dl.list_detail dt::before {
    display: inline-block;
    content: '●';
    padding: 0 5px 0 0;
    margin: 0;
    color: #ccc;
}

dl.list_detail dd {
    padding: 0;
    margin: 0 0 10px 6em;
}

ul.list_detail {
    font-size: 16px;
    line-height: 1.8;
    margin: 0;
    list-style: none;
}

ul.list_detail li {
    margin: 0 0 10px 0;
    padding: 0 0 0 1.4em;
}

ul.list_detail li::before {
    display: inline-block;
    content: '●';
    padding: 0 5px 0 0;
    margin: 0 0 0 -1.4em;
    color: #ccc;
}

.rest_detail .btns a.btn {
    max-width: 14em;
    color: #000;
    background: rgba(255, 255, 255, 0.5);
    border: 1px solid rgba(0, 0, 0, 0.3);
}

.rest_detail .btns a.btn:hover {
    background: rgba(255, 255, 255, 0.2);
}

.rest_detail .btns a.btn::before {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}

@media (max-width: 680px) {
    .rest_detail .btns a.btn {
        width: 100%;
        max-width: inherit;
    }
}


/* -------------------------------------------
第二階層タイトル
-------------------------------------------*/
.contents_lv2 {
    position: relative;
    margin: 0;
    padding: 0;
    background: url('../ondo/img/bg_tenpo.png') right 200px no-repeat #FFF5E6;
    background-size: 30%;
}

#ondo.contents_lv2 #rest_head {
    display: block;
    margin: 0;
    padding: 5% 0 0 0;
    background: url('../ondo/img/bg_header.jpg') left bottom no-repeat;
    background-size: 100%;
}

@media (max-width: 768px) {
    .contents_lv2 {
        background: url('../ondo/img/bg_tenpo.png') right 200px no-repeat #FFF5E6;
        background-size: 30%;
    }
    #ondo.contents_lv2 #rest_head {
        background: url('../ondo/img/bg_header.jpg') left top no-repeat;
        background-size: 100%;
    }
}

#rest_head .restname {
    font-size: 16px;
    line-height: 1.5;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: 500;
    padding: 0;
    margin: 0 0 15px 0;
    text-align: left;
}

#rest_head .wrap .restname a {
    color: #000;
    text-decoration: none;
}

#rest_head .wrap .restname a:hover {
    opacity: 0.7;
}

#rest_head .wrap .restname span {
    border: none;
    font-size: 28px;
    line-height: 1;
    margin: 10px 0 0 0;
    vertical-align: middle;
}

#rest_head .wrap .restname span + span {
    border: none;
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 10px;
    vertical-align: bottom;
}


/* -------------------------------------------
第二階層 プラン一覧
-------------------------------------------*/
.contents_lv2 .planlist .col_ttl {
    padding: 0;
    margin: 0 0 3% 0;
}

.contents_lv2 .planlist {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 5% 0;
    background: none;
}

.contents_lv2 .planlist::before,
.contents_lv2 .planlist::after {
    display: none;
}

.contents_lv2 .planlist li {
    width: 50%;
}

.contents_lv2 .planlist a {
    color: #000;
}

.contents_lv2 .planlist .plantxt .planttl::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url(../img/arrow_w.png) center center no-repeat;
    background-size: contain;
}

.contents_lv2 .planlist .plantxt .category {
    background: #000;
    color: #fff;
}

@media (max-width: 680px) {
    .contents_lv2 .planlist li {
        width: 50%;
    }
}


/* -------------------------------------------
第二階層 プラン詳細
-------------------------------------------*/
.contents_lv2 .plandetail {
    position: relative;
    display: block;
    padding: 0;
    margin: 0 0 5% 0;
}

.contents_lv2 .plandetail .col_ttl {
    padding: 0;
    margin: 0 0 3% 0;
}

.contents_lv2 .plandetail .plancont {
    position: relative;
    display: block;
    padding: 6% 10%;
    margin: 0 0 2% 0;
    color: #000;
    background: #fff;
    font-size: 16px;
    line-height: 1.6;
    text-align: left;
}

.contents_lv2 .plandetail .plancont .category {
    display: inline-block;
    padding: 3px 15px;
    margin: 0 10px 16px 0;
    background: #000;
    color: #fff;
    border: none;
    font-size: 14px;
    text-align: center;
}

.contents_lv2 .plandetail .plancont .planttl {
    font-size: 28px;
    margin: 0 0 20px 0;
}

.contents_lv2 .plandetail .plancont .lead {
    font-size: 20px;
    margin: 0 0 20px 0;
}

.contents_lv2 .plandetail .plancont .mds {
    font-size: 20px;
    margin: 20px 0 10px 0;
    text-align: left;
}

.contents_lv2 .plandetail .plancont p {
    font-size: 16px;
    margin: 15px 0;
}

.contents_lv2 .plandetail .plancont .tel_num {
    font-size: 20px;
}

.contents_lv2 .plandetail .plancont .emp_box {
    border: 1px solid #000;
    padding: 5%;
    margin: 3% 0;
    background: #f5f5f5;
}

.contents_lv2 .plandetail .plancont .emp_box .mds {
    display: block;
    position: relative;
    font-size: 20px;
    color: #000;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    padding: 0;
    margin: 0 0 1em 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
}

.contents_lv2 .plandetail .plancont .emp_box p {
    margin: 0 0 10px 0;
}

.contents_lv2 .plandetail .plancont .note {
    color: #000;
}

.contents_lv2 .plandetail .plancont + .note {
    line-height: 1.6;
}

@media (max-width: 768px) {
    .contents_lv2 .plandetail .plancont {
        font-size: 14px;
        padding: 5% 8%;
    }
    .contents_lv2 .plandetail .plancont .category {
        padding: 3px 10px;
        margin: 0 5px 8px 0;
        font-size: 12px;
    }
    .contents_lv2 .plandetail .plancont .planttl {
        font-size: 18px;
        margin: 0 0 10px 0;
    }
    .contents_lv2 .plandetail .plancont .lead {
        font-size: 16px;
        margin: 0 0 10px 0;
    }
    .contents_lv2 .plandetail .plancont .mds {
        font-size: 18px;
        margin: 20px 0 0 0;
    }
    .contents_lv2 .plandetail .plancont p {
        font-size: 14px;
        margin: 10px 0;
    }
    .contents_lv2 .plandetail .plancont .tel_num {
        font-size: 18px;
    }
    .contents_lv2 .plandetail .plancont .emp_box {
        border: 1px solid #000;
        padding: 5%;
        margin: 3% 0;
        background: #f5f5f5;
    }
}


/* -------------------------------------------
第二階層 プラン詳細内　予約・お問い合わせ
-------------------------------------------*/
.contents_lv2 .plandetail .plancont .resbtns {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5% 0;
    list-style: none;
    font-size: 0;
}

.contents_lv2 .plandetail .plancont .resbtns ul {
    display: block;
    padding: 0;
    margin: 0 -2% 20px 0;
    list-style: none;
    font-size: 0;
}

.contents_lv2 .plandetail .plancont .resbtns ul li {
    display: inline-block;
    width: 33.33%;
    padding: 0 2% 0 0;
    margin: 0;
    font-size: 18px;
}

.contents_lv2 .plandetail .plancont .resbtns a.btn_inq,
.contents_lv2 .plandetail .plancont .resbtns a.btn_res,
.contents_lv2 .plandetail .plancont .resbtns a.btn_res_mem {
    position: relative;
    display: block;
    max-width: 34em;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 15px 26px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #8b2828;
    border: none;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
}

.contents_lv2 .plandetail .plancont .resbtns a.btn_res:hover,
.contents_lv2 .plandetail .plancont .resbtns a.btn_res_mem:hover {
    border: none;
    background: rgba(139, 40, 40, 0.7);
}

.contents_lv2 .plandetail .plancont .resbtns a.btn_inq {
    color: #fff;
    background: #000000;
}

.contents_lv2 .plandetail .plancont .resbtns a.btn_inq:hover {
    background: rgba(0, 0, 0, 0.7);
}

.contents_lv2 .plandetail .plancont .resbtns a.btn_inq::before,
.contents_lv2 .plandetail .plancont .resbtns a.btn_res::before,
.contents_lv2 .plandetail .plancont .resbtns a.btn_res_mem::before {
    position: absolute;
    top: 50%;
    right: 14px;
    left: inherit;
    display: block;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

@media (max-width: 768px) {
    .contents_lv2 .plandetail .plancont .resbtns {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .contents_lv2 .plandetail .plancont .resbtns .inner {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .contents_lv2 .plandetail .plancont .resbtns ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
        font-size: 0;
    }
    .contents_lv2 .plandetail .plancont .resbtns ul li {
        display: inline-block;
        width: 100%;
        padding: 2px 0;
        margin: 0;
        font-size: 18px;
    }
    .contents_lv2 .plandetail .plancont .resbtns a.btn_inq,
    .contents_lv2 .plandetail .plancont .resbtns a.btn_res,
    .contents_lv2 .plandetail .plancont .resbtns a.btn_res_mem {
        font-size: 12px;
        padding: 12px 26px;
    }
}


/* -------------------------------------------
音戸 プラン一覧（小）
-------------------------------------------*/
.planlist_s {
    position: relative;
    display: block;
    padding: 0 0 0 0;
    margin: 5% 0 0 0;
    background: none;
}

@media (max-width: 768px) {
    .planlist_s {
        padding: 0;
        margin: 15% 0 0 0;
    }
}

.planlist_s .wrap .col_ttl .ttl {
    z-index: 1;
}

.planlist_s ul {
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.planlist_s ul li {
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 0 4% 4% 0;
    /*vertical-align: top;*/
}

.planlist_s ul li::after {
    content: "";
    display: block;
    clear: both;
}

.planlist_s ul li a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*vertical-align: top;*/
    color: #000;
}

.planlist_s ul li figure {
    display: block;
    padding: 0;
    margin: 0;
    width: 140px;
    float: left;
}

.planlist_s ul li figure img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.planlist_s ul li .plantxt {
    display: block;
    padding: 0%;
    margin: 0 0 0 180px;
}

.planlist_s ul li .plantxt .planttl {
    position: relative;
    font-size: 18px;
    line-height: 1.4;
    font-family: "Hiragino Sans", "游ゴシック", "YuGothic", "メイリオ", "meiryo", sans-serif;
    font-weight: 500;
    text-align: left;
    margin: 0;
    padding: 0;
}

.planlist_s ul li .plantxt .planttl::after {
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    background: url(../img/arrow.png) center center no-repeat;
    background-size: contain;
    margin: 0 0 0 5px;
}

.planlist_s ul li .plantxt .category {
    display: inline-block;
    padding: 3px 15px;
    margin: 0 auto 16px auto;
    background: #797979;
    color: #fff;
    border: none;
    font-size: 12px;
    text-align: center;
}

.planlist_s ul li p {
    font-size: 14px;
    line-height: 1.6;
    padding: 0;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .planlist_s ul li {
        padding: 0 4% 10% 0;
    }
    .planlist_s ul li figure {
        width: 120px;
    }
    .planlist_s ul li .plantxt {
        display: block;
        padding: 0;
        margin: 0 0 0 140px;
    }
    .planlist_s ul li .plantxt .planttl {
        border: none;
        font-size: 14px;
        margin: 0;
    }
    .planlist_s .plantxt .planttl::after {
        width: 12px;
        height: 12px;
    }
    .planlist_s .plantxt .category {
        display: inline-block;
        padding: 3px 8px;
        margin: 0;
        font-size: 12px;
        font-weight: 500;
    }
    .planlist_s p {
        font-size: 16px;
        line-height: 1.6;
        padding: 0;
        margin: 5px 0 15px 0;
    }
}


/* -------------------------------------------
第二階層 メニュー詳細
-------------------------------------------*/
.contents_lv2 .plandetail .plancont .menucategory {
    text-align: center;
    margin: 0;
}

.contents_lv2 .plandetail .plancont .menuttl {
    font-size: 28px;
    margin: 0 0 20px 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    text-align: center;
}

.contents_lv2 .plandetail .plancont .menulead {
    font-size: 20px;
    margin: 0 0 20px 0;
    text-align: center;
}

.contents_lv2 .plandetail .plancont .menuprice {
    font-size: 16px;
    margin: 0 0 20px 0;
    text-align: center;
}

.contents_lv2 .plandetail .plancont .menuprice em {
    font-size: 28px;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
    font-style: normal;
}

.contents_lv2 .plandetail .plancont p em {
    font-size: larger;
    margin: 0 0 20px 0;
    text-align: center;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
    -webkit-text-decoration-skip: none;
    text-decoration-skip: none;
    font-style: normal;
}

.contents_lv2 .plandetail .plancont .menu_box {
    border: 1px solid #d6d6d6;
    padding: 5%;
    margin: 5% 0;
    background: #fff;
    text-align: center;
}

.contents_lv2 .plandetail .plancont .menu_box figure.photo {
    display: block;
    padding: 0;
    margin: 0;
}

.contents_lv2 .plandetail .plancont .menu_box figure.photo img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.contents_lv2 .plandetail .plancont .menu_box dl.coursemenu {
    display: block;
    width: 100%;
    max-width: 400px;
    font-size: 16px;
    line-height: 1.8;
    margin: 5% auto;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
}

.contents_lv2 .plandetail .plancont .menu_box dl.coursemenu dt {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 20px;
    width: 6em;
    text-align: left;
    float: left;
}

.contents_lv2 .plandetail .plancont .menu_box dl.coursemenu dd {
    display: block;
    padding: 4px 0;
    margin: 0 0 10px 6em;
    font-size: 16px;
    text-align: left;
}

.contents_lv2 .plandetail .plancont .menu_box ul.coursemenu2 {
    font-size: 16px;
    line-height: 1.8;
    margin: 5% 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
}

.contents_lv2 .plandetail .plancont .menu_box ul.coursemenu2 li {
    display: block;
    padding: 0;
    margin: 0;
    font-size: 16px;
}

.contents_lv2 .plandetail .plancont .menu_box ul.coursemenu2 li::before {
    display: block;
    content: '●';
    padding: 2% 0;
    margin: 0;
    color: #000;
    font-size: 14px;
}

.contents_lv2 .plandetail .plancont .menu_box ul.coursemenu2 li:nth-of-type(1)::before {
    display: none;
}

@media (max-width: 768px) {
    .contents_lv2 .plandetail .plancont .menuttl {
        font-size: 20px;
    }
    .contents_lv2 .plandetail .plancont .menulead {
        font-size: 16px;
    }
    .contents_lv2 .plandetail .plancont .menuprice {
        font-size: 14px;
    }
    .contents_lv2 .plandetail .plancont .menuprice em {
        font-size: 18px;
    }
    .contents_lv2 .plandetail .plancont .menu_box dl.coursemenu dt {
        font-size: 16px;
    }
    .contents_lv2 .plandetail .plancont .menu_box dl.coursemenu dd {
        font-size: 14px;
    }
}


/* -------------------------------------------
第二階層 メニュー詳細内　予約・お問い合わせ
-------------------------------------------*/
.contents_lv2 .plandetail .plancont .menuresbtns {
    display: block;
    width: 100%;
    padding: 0;
    margin: 5% 0;
    list-style: none;
    font-size: 0;
    text-align: center;
}

.contents_lv2 .plandetail .plancont .menuresbtns .mds {
    text-align: center;
}

.contents_lv2 .plandetail .plancont .menuresbtns ul {
    display: block;
    padding: 0;
    margin: 0 -2% 5% 0;
    list-style: none;
    font-size: 0;
}

.contents_lv2 .plandetail .plancont .menuresbtns ul li {
    display: inline-block;
    width: 50%;
    padding: 0 2% 0 0;
    margin: 0;
    font-size: 18px;
}

.contents_lv2 .plandetail .plancont .menuresbtns a.btn_inq,
.contents_lv2 .plandetail .plancont .menuresbtns a.btn_res,
.contents_lv2 .plandetail .plancont .menuresbtns a.btn_res_mem {
    position: relative;
    display: block;
    max-width: 24em;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 15px 26px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #8b2828;
    border: none;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: normal;
}

.contents_lv2 .plandetail .plancont .menuresbtns a.btn_res:hover,
.contents_lv2 .plandetail .plancont .menuresbtns a.btn_res_mem:hover {
    border: none;
    background: rgba(139, 40, 40, 0.7);
}

.contents_lv2 .plandetail .plancont .menuresbtns a.btn_inq {
    color: #fff;
    background: #000000;
}

.contents_lv2 .plandetail .plancont .menuresbtns a.btn_inq:hover {
    background: rgba(0, 0, 0, 0.7);
}

.contents_lv2 .plandetail .plancont .menuresbtns a.btn_inq::before,
.contents_lv2 .plandetail .plancont .menuresbtns a.btn_res::before,
.contents_lv2 .plandetail .plancont .menuresbtns a.btn_res_mem::before {
    position: absolute;
    top: 50%;
    right: 14px;
    left: inherit;
    display: block;
    width: 4px;
    height: 4px;
    margin: -4px 0 0 0;
    border-top: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

@media (max-width: 768px) {
    .contents_lv2 .plandetail .plancont .menuresbtns {
        display: block;
        padding: 0;
        margin: 0;
        list-style: none;
    }
    .contents_lv2 .plandetail .plancont .menuresbtns .mds {
        text-align: center;
        border: none;
    }
    .contents_lv2 .plandetail .plancont .menuresbtns .inner {
        display: block;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .contents_lv2 .plandetail .plancont .menuresbtns ul {
        display: block;
        width: 100%;
        padding: 0;
        margin: 0 0 20px 0;
        list-style: none;
        font-size: 0;
    }
    .contents_lv2 .plandetail .plancont .menuresbtns ul li {
        display: inline-block;
        width: 100%;
        padding: 2px 0;
        margin: 0;
        font-size: 18px;
    }
    .contents_lv2 .plandetail .plancont .menuresbtns a.btn_inq,
    .contents_lv2 .plandetail .plancont .menuresbtns a.btn_res,
    .contents_lv2 .plandetail .plancont .menuresbtns a.btn_res_mem {
        font-size: 12px;
        padding: 12px 26px;
    }
}


/* -------------------------------------------
音戸 メニュー一覧（小）
-------------------------------------------*/
.menulist_s {
    position: relative;
    display: block;
    padding: 0 0 3% 0;
    margin: 5% 0 0 0;
    background: none;
}

@media (max-width: 768px) {
    .menulist_s {
        padding: 10% 0 5% 0;
        margin: 15% 0 0 0;
    }
    .menulist_s::before {
        margin: 0;
        padding: 10% 0 0 0;
        top: -3%;
        position: absolute;
        z-index: 1;
    }
}

@media (max-width: 680px) {
    .menulist_s::before {
        margin: 0;
        padding: 10% 0 0 0;
        top: -3%;
        position: absolute;
        z-index: 1;
    }
}

.menulist_s ul {
    display: block;
    font-size: 0;
    padding: 0;
    margin: 0 -2% 0 0;
    text-align: left;
}

.menulist_s li {
    display: inline-block;
    font-size: 14px;
    width: 25%;
    padding: 0 2% 2% 0;
    vertical-align: top;
}

@media (max-width: 768px) {
    .menulist_s li {
        width: 33.33%;
        padding: 0 4% 4% 0;
    }
}

.menulist_s a {
    display: block;
    padding: 0;
    margin: 0;
    text-decoration: none;
    /*vertical-align: top;*/
    color: #000;
}

.menulist_s figure {
    display: block;
    padding: 0;
    margin: 0;
}

.menulist_s img {
    display: block;
    width: 100%;
    height: auto;
    padding: 0;
    margin: 0;
}

.menulist_s .menutxt {
    display: block;
    padding: 8% 0% 10%;
    text-align: center;
}

@media only screen and (max-width: 767px) {
    h3 span {
        background: none;
    }
}

.menulist_s .menutxt .menuttl {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", serif;
    font-weight: 500;
    text-align: center;
    margin: 0;
    padding: 0;
}

.menulist_s .menutxt .category {
    display: inline-block;
    padding: 3px 10px;
    margin: 0 auto 10px auto;
    background: #000000;
    color: #fff;
    border: none;
    font-size: 10px;
    text-align: center;
}

.menulist_s p {
    font-size: 16px;
    line-height: 2;
    padding: 0;
    margin: 15px 0;
}

@media (max-width: 768px) {
    .menulist_s {
        position: relative;
        display: block;
        padding: 5% 0 3% 0;
        margin: 15% 0 0 0;
    }
    .menulist_s .menutxt {
        padding: 8% 0%;
    }
    .menulist_s .menutxt .menuttl {
        font-size: 13px;
        border: none;
    }
    .menulist_s .menutxt .category {
        padding: 3px 10px;
        margin: 0 auto 12px auto;
        font-size: 10px;
        font-weight: 500;
    }
    .menulist_s p {
        font-size: 12px;
        line-height: 1.6;
    }
}

@media (max-width: 480px) {
    .menulist_s .menutxt .category {
        padding: 3px 3px;
    }
}

/* -------------------------------------------
音戸 完売マーク
-------------------------------------------*/
.contents_lv2 .plandetail .plancont .soldout {
    display: inline-block;
    padding: 3px 15px;
    margin: 30px 10px 16px 0;
    background: #e50000;
    color: #fff;
    border: none;
    font-size: 20px;
    text-align: center;
}

@media (max-width: 768px){
    .contents_lv2 .plandetail .plancont .soldout {
        padding: 3px 10px;
        margin: 20px 5px 8px 0;
        font-size: 16px;
    }
}

/* -------------------------------------------
音戸 TOPへ戻る不要なボタン
-------------------------------------------*/
.CP-044_PageTopLinkAndHTFloatNavi .comp-pagetoplink-floatnavi #comp-page-top-link {
    display: none;
}