@charset "utf-8";

.wrapper {
    width: 90%;
    margin: 0px auto;
}

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

.w-fix {
    width: 100% !important;
    margin: 0;
    padding: 0;
}

/* -------------------------------------------
見出し
-------------------------------------------*/

@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;
}


/* -------------------------------------------
見出し
-------------------------------------------*/

.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: Hiragino Sans, "游ゴシック", YuGothic, "メイリオ", "meiryo", sans-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;
}

.parts-h2-label h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 28px !important;
    color: #C7103C;
}

.parts-h2-label h2 .label {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}

.parts-h2-label h2 span {
    font-size: 0.7em;
}



.parts-h2-lead h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 28px !important;
    color: #000;
}

.parts-h2-lead h2 .label {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}

.parts-h2-lead h2 span {
    font-size: 0.7em;
}

.parts-h3-lead {
    margin-bottom: 20px;
    background: #eee;
    padding: 8px 10px;
}

.parts-h3-lead .title {
    text-align: left;
    padding: 0 0 0px 24px;
    border-left: none;
    border-bottom: none;
    background: none;
    font-weight: normal;
    font-size: 18px;
    line-height: 1.2;
    margin: 0;
}

.parts-h3-lead .title::before {
    position: absolute;
    top: 1px;
    left: 0;
    display: block;
    width: 18px;
    height: 18px;
    content: "";
    text-align: left;
    padding: 0;
    border-left: none;
    background: #b59557;
    font-weight: normal;
}

.parts-normaltext {
    margin-bottom: 40px;
}

.parts-normaltext p {
    font-size: 16px;
}

/* -------------------------------------------
リンク
-------------------------------------------*/

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

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



.btns {
    position: relative;
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    color: #fff;
    text-align: center;
}

a.btn {
    position: relative;
    display: block;
    max-width: 34em;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 10px 26px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #a77917;
    border: none;

}

a.btn:hover {
    border: none;
    opacity: 0.7;
}

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




.col .cnt a.btn {
    position: relative;
    display: block;
    max-width: 28em;
    font-size: 16px;
    line-height: 1.4;
    margin: 10px 0;
    padding: 10px 26px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #a77917;
    border: none;

}

.col .cnt a.btn:hover {
    border: none;
    opacity: 0.7;
}

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

.btns {
    position: relative;
    display: block;
    margin: 30px 0 0 0;
    padding: 0;
    color: #fff;
    text-align: center;

}


.plans a.btn {
    position: relative;
    display: block;
    max-width: 34em;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 10px 26px;
    border-radius: 4px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background: #a77917;
    border: none;

}

.plans a.btn:hover {
    border: none;
    opacity: 0.7;
}

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


.parts-button-link .buttonholder {
    font-size: 16px;
    background: none;
    float: none;
    width: 100%;
}

.parts-button-link .buttonholder a {
    position: relative;
    display: block;
    max-width: 34em;
    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: #a77917;
    border: none !important;
    font-weight: normal;

}

.parts-button-link .buttonholder a:hover {
    border: none;
    opacity: 0.7;
}

.parts-button-link .buttonholder a::before {
    position: absolute;
    top: 50%;
    left: 8px;
    display: block;
    width: 8px;
    height: 8px;
    margin: -4px 0 0 0;
    border-top: 2px solid rgba(255, 255, 255, 1);
    border-right: 2px solid rgba(255, 255, 255, 1);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";
}

.parts-button-link-redline .buttonholder a {
    position: relative;
    display: block;
    max-width: 34em;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 auto;
    padding: 10px 26px;
    border-radius: 4px;
    text-decoration: none;
    text-align: center;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-weight: normal;

}


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;

    }
}

/* -------------------------------------------
宴会見出し
-------------------------------------------*/

.parts-h2-line {
    display: block;
}

.parts-h2-line span {
    display: block;
    position: relative;
    font-size: 24px;
    color: #000 !important;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    padding: 10px 0 0 0;
    margin: 0;
}

.parts-h2-line span::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 26px;
    height: 0px;
    margin: 0 0 0 -13px;
    border-top: 2px solid #4e0926;
    content: "";
}

.parts-h2-line h2 {
    display: block;
    font-size: 11px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0.05em;
}



/* -------------------------------------------
宴会トップ
-------------------------------------------*/

#topmainimg .logomain {
    display: block;
    position: absolute;
    top: 50px;
    left: 50px;
    width: auto;
    margin: 0;
    z-index: 10;
    color: #FFF;
    text-align: left;
}

#topmainimg h1 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 28px;
    line-height: 180%;
    font-weight: normal;
    letter-spacing: 0.2em;
}

.wrap {
    display: block;
    width: 90%;
    margin: 0 auto;
}

#topmainimg h1 br {
}


@media (max-width: 1024px) {}



@media (max-width: 680px) {
    #topmainimg .logomain {
        display: block;
        position: absolute;
        top: 30px;
        left: 30px;
        width: auto;
        margin: 0;
        z-index: 10;
        color: #FFF;
        text-align: left;
    }

    #topmainimg h1 {
        font-size: 20px;
        letter-spacing: 0.2em;
        line-height: 1.6;
    }

    #topmainimg h1 br {
        display: block;
    }
}



/*------------------------------------
宴会コンテンツ
--------------------------------------*/


.cont_ttl {
    display: block;
    padding: 50px 0;
    text-align: center;
}

.cont_ttl h2.ttl {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 42px;
    font-weight: normal;
    color: #000;
    text-align: center;
    margin: 0;
    padding: 0;
}

.cont_ttl h2::before {
    display: block;
    height: 50px;
    width: 240px;
    content: "";
    margin: 0 auto;
    background: url(../img/ttl_crown.png) center top no-repeat;
    background-size: contain;

}

.cont_ttl p.lead,
.parts-h2-line p.lead {
    line-height: 2;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 18px;
    margin: 0;
    padding: 0;
    text-align: center;

}

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

}

.wrapper .gmap {
    display: block;
    margin: 0 0 50px 0;
    padding: 0;

}



@media (max-width: 1024px) {
    .cont_ttl h2.ttl {
        font-size: 32px;
        margin: 0 5%;
    }

    .cont_ttl p.lead,
    .parts-h2-line p.lead {
        line-height: 2;
        font-size: 16px;
        margin: 0 5%;
        padding: 0;

    }
}



@media (max-width: 680px) {
    .cont_ttl h2.ttl {
        font-size: 24px;
        margin: 0 0 20px 0;
    }

    .cont_ttl p.lead,
    .parts-h2-line p.lead {
        text-align: left;


    }

    .wrapper .gmap {
        display: block;
        margin: 0 0 0 0;
        padding: 0;

    }
}

/* -------------------------------------------
宴会トップ 特徴
-------------------------------------------*/


.col {
    display: block;
    padding: 0;
    margin: 0;
    width: 100%;
    border: none;
    color: #000;
    vertical-align: top;
    background: #fff;
}

.col .cnt {
    display: block;
    width: 100%;
    padding: 0;
    margin: 0 0 60px 0;
    border: none;
    color: #000;
    font-size: 14px;
}

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


.col .cnt h2 {
    display: block;
    position: relative;
    font-size: 28px;
    line-height: 38px;
    font-weight: 200;
    padding: 0;
    margin: 0 0 20px 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}

.col .cnt h2 span {
    display: block;
    font-size: 14px;
    line-height: 32px;
    letter-spacing: 0.2em;
    font-family: futura, sans-serif;
    color: #ccc;
}

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

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


.col .cnt .cnt_img {
    display: block;
    position: relative;
    float: left;
    overflow: hidden;
    width: 55%;
    height: auto;
    margin: 0;
    padding: 0;
}

.col .cnt:nth-of-type(2) .cnt_img {
    float: right;
}

.col .cnt:nth-of-type(3) .cnt_img {
    float: left;
}

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

.col .cnt .cont_wrap {
    display: block;
    float: right;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 45%;
    margin: 0;
    padding: 0 60px 60px 0;
    vertical-align: top;
}

.col .cnt:nth-of-type(2) .cont_wrap {
    padding: 0px 0px 60px 60px;
}

.col .cnt:nth-of-type(3) .cont_wrap {}

.col .cnt .cont_wrap .inner {
    display: table;
    height: 100%;
}

.col .cnt .cont_wrap .innerwrap {
    display: table-cell;
    vertical-align: middle;
    padding: 0 50px;
    text-align: left;
}


.col .cnt .cont_wrap .photo {
    display: block;
    position: relative;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.col .cnt .cont_wrap .photo img {
    display: block;
    width: 100%;
    height: auto;
    margin: 0 0 20px 0;
    padding: 0;
}

.col .cnt .cont_wrap .photo figcaption {
    font-size: 12px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
}

.col .cnt .cont_wrap .photo_h {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0;
}


.col .cnt .cont_wrap .photo_h img {
    display: table-cell;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.col .cnt .cont_wrap .photo_h figcaption {
    display: table-cell;
    font-size: 12px;
    width: 64%;
    padding: 0 0 0 20px;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.7);
    vertical-align: top;
    box-sizing: border-box;
}


@media (max-width: 1200px) {
    .col .cnt .cont_wrap {
        padding: 0 0 30px 0;
    }

    .col .cnt:nth-of-type(2) .cont_wrap {
        padding: 0px 0px 30px 0px;
    }
}

@media (max-width: 1024px) {
    .col .cnt {
        margin: 0 0 50px 0;
    }

    .col .cnt .cont_wrap {
        width: 50%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .col .cnt:nth-of-type(2) .cont_wrap {
        padding: 0;
    }

    .col .cnt .cnt_img {
        width: 50%;
    }

    .col .cnt .cont_wrap .innerwrap {
        padding: 0 30px;
    }
}



@media (max-width: 680px) {
    .col .cnt h2 {
        font-size: 20px;
        line-height: 1.3;
    }

    .col .cnt h2 span {
        font-size: 11px;
        letter-spacing: 0.1em;
    }

    .col .cnt {
        margin: 0;
    }

    .col .cnt .cont_wrap {
        width: 100%;
        margin: 0;
        padding: 0;
        vertical-align: top;
    }

    .col .cnt:nth-of-type(2) .cont_wrap {
        padding: 0;
    }

    .col .cnt .cnt_img {
        width: 100%;
        padding: 0;
        min-height: inherit;

    }

    .col .cnt .cont_wrap .innerwrap {
        padding: 10px 0 30px 0;
    }
}






/* -------------------------------------------
宴会トップ プラン一覧
-------------------------------------------*/
.plans {
    position: relative;
    display: block;
    margin: 15% 0 0 0;
    background: #ede4d3;
    padding: 0 5% 3% 5%;
}

.plans::before {
    position: absolute;
    top: -15%;
    left: 0;
    display: block;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15%;
    background: url(../img/bg_plans.png) center top no-repeat #fff;
    background-size: cover;
    z-index: auto;
}

.plans::after {
    position: absolute;
    bottom: -15%;
    left: 0;
    display: block;
    content: "";
    margin: 0;
    padding: 0;
    width: 100%;
    height: 15%;
    background: url(../img/bg_plans.png) center bottom no-repeat #fff;
    background-size: cover;
    z-index: -1;
}

.plans .parts-h2-line {
    display: block;
}

.plans .parts-h2-line span {
    display: block;
    position: relative;
    font-size: 24px;
    color: #000 !important;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    padding: 10px 0 0 0;
    margin: 0;
}

.plans .parts-h2-line span::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 26px;
    height: 0px;
    margin: 0 0 0 -13px;
    border-top: 2px solid #ab781c !important;
    content: "";
}

.plans .parts-h2-line h2 {
    display: block;
    font-size: 11px;
    line-height: 34px;
    font-weight: normal;
    letter-spacing: 0.05em;
}





@media (max-width: 680px) {

    .plans {
        margin: 3% 0 0 0;
        padding: 0 5% 0 5%;
    }

    .plans::before {
        position: absolute;
        top: -5%;
        left: 0;
        display: block;
        content: "";
        margin: 0;
        padding: 0;
        width: 100%;
        height: 5%;
        background: url(../img/bg_plans.png) center top no-repeat #fff;
        background-size: cover;
        z-index: auto;
    }

    .plans::after {
        position: absolute;
        bottom: -10%;
        left: 0;
        display: block;
        content: "";
        margin: 0;
        padding: 0;
        width: 100%;
        height: 15%;
        background: url(../img/bg_plans.png) center bottom no-repeat #fff;
        background-size: cover;
        z-index: -1;
    }



}

/* -------------------------------------------
宴会トップ プラン一覧 カルーセル
-------------------------------------------*/


.parts-text-image-carousel {
    margin-bottom: 0px;
    width: 100%;
    margin: 0 auto 30px;
    padding: 0%;
}
.plans .parts-text-image-carousel {
    margin-bottom: 0px;
    width: 100%;
    margin: 0 auto;
    padding: 0%;
}

.parts-text-image-carousel .slider-pro-3col {
    width: 100%;
}

.parts-text-image-carousel .slider-pro-3col .sp-slides {
    width: 100%;
    margin: 0;
}

.parts-text-image-carousel .slider-pro-3col .sp-slide {
    width: 31.7% !important;
    margin: 0;
    padding: 0;
    text-align: left;
    box-sizing: border-box;
    background-color: rgba(0, 0, 0, 0.05);
}


.parts-text-image-carousel .slider-pro-3col .sp-slide img {
    border: 0px solid #E2E4E3 !important;
    margin: 0;
}


.parts-text-image-carousel .text-area {
    padding: 20px;
    margin: 0;
}


.parts-text-image-carousel .title {
    font-family: sans-serif;
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: normal;
    padding: 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}
.parts-text-image-carousel .title span {
    display: inline-block;
    background-color: #464646;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    text-align: center;
    color: #fff;

}



.sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 40px;
    left: 0;
    top: 30px;
    margin-top: 0px;
}

.plans .sp-arrow {
    position: absolute;
    display: block;
    width: 20px;
    height: 40px;
    left: 0;
    top: 100px;
    margin-top: 0px;
}
.plans .sp-previous-arrow {
    left: -30px;
    right: auto;
}
.plans .sp-next-arrow {
    right: -30px;
    left: auto;

}

.sp-next-arrow:after,
.sp-next-arrow:before,
.sp-previous-arrow:after,
.sp-previous-arrow:before {
    background-color: #ab781c;
}


@media (max-width: 680px) {

    .parts-text-image-carousel .slider-pro-3col .sp-slide {
        width: 100% !important;
    }

    .sp-arrow {
        position: absolute;
        display: block;
        width: 20px;
        height: 40px;
        left: 0;
        top: 0px;
        margin-top: 0px;
    }

    .plans .sp-previous-arrow {
        left: -10px;
        right: auto;
    }

    .plans .sp-next-arrow {
        right: -10px;
        left: auto;

    }

    .plans .sp-next-arrow:after,
    .plans .sp-next-arrow:before,
    .plans .sp-previous-arrow:after,
    .plans .sp-previous-arrow:before {
        content: "";
        position: absolute;
        width: 20%;
        height: 70%;
        background-color: #FFF;
    }

}


/* -------------------------------------------
宴会トップ アクセス
-------------------------------------------*/
table.access_tbl {
    width: 100%;
    margin: 0 0 80px;
    border-top: 4px solid rgba(235, 235, 235, 1);
    border-bottom: 3px solid rgba(235, 235, 235, 1);
}

table.access_tbl th {
    width: 20%;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 18px;
    text-align: left;
    padding: 10px 20px 10px 0;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
}

table.access_tbl td {
    font-size: 14px;
    text-align: left;
    padding: 10px 0;
    border-bottom: 1px solid rgba(235, 235, 235, 1);
}

@media (max-width: 680px) {

    table.access_tbl th,
    table.access_tbl td {
        width: 100%;
        display: block;
    }

    table.access_tbl th {
        border-bottom: 1px solid rgba(235, 235, 235, 0);
    }
}

/* -------------------------------------------
宴会場一覧
-------------------------------------------*/

.banqlist {
    display: block;
    margin: 0;
    padding: 8% 0;
    border-bottom: 1px solid #eee;
}

.thumb_list {
    display: block;
    padding: 0;
    margin: 0 0 30px 0;
    font-size: 0;
}


.thumb_list .col {
    display: inline-block;
    width: calc(100% / 3);
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 0 30px 0;
}


.thumb_list .col a {
    text-decoration: none;
    background: none;
}

.thumb_list .col a img {
    width: 100%;
    height: auto;
    border: none;
}

.thumb_list .col a .text-area {
    text-align: left;
    padding: 20px 20% 0 0;
}

.thumb_list .col a .icon_category {
    display: inline-block;
    background-color: #464646;
    font-size: 12px;
    line-height: 1.2;
    padding: 5px 10px;
    margin: 0 0 5px 0;
    text-align: center;
    color: #fff;
}


.thumb_list .col a .title {
    display: block;
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 8px;
    font-weight: normal;
    padding: 0;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}

.thumb_list .col a .text {
    font-size: 14px;
    font-weight: normal;
    line-height: 1.6;
    padding: 0;
}





@media (max-width: 680px) {

    .banqlist {
        padding: 15% 0;
    }

    .thumb_list .col {
        width: calc(100% / 2);
        margin: 0 0 30px 0;
    }

    .thumb_list .col a .text-area {
        text-align: left;
        padding: 20px 10% 0 0;
    }

    .thumb_list .col a .title {
        font-size: 18px;
        margin-bottom: 5px;
    }

    .thumb_list .col a .text {
        font-size: 12px;
        line-height: 1.5;
    }

    .thumb_list .col a .icon_category {
        font-size: 10px;
    }

}


/* -------------------------------------------
宴会場詳細
-------------------------------------------*/

.banq_room {
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    border-bottom: 1px solid #eee;
}

.parts-h2-label h2 {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 28px !important;
    color: #000;
}

.parts-h2-label h2 .label {
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
}

.parts-h2-label h2 span {
    font-size: 0.7em;
}

.table_spec {
    width: 100%;
    padding: 0;
    font-size: 0;
    margin: 0 auto 40px auto;
    border-top: 4px solid rgba(235, 235, 235, 1);
    border-bottom: 3px solid rgba(235, 235, 235, 1);
}

.table_spec th,
.table_spec td {
    padding: 10px 5px;
    border: 0px solid rgba(235, 235, 235, 1);
    border-bottom: 1px solid rgba(235, 235, 235, 1);
    height: 20px;
    font-size: 13px;
}

.table_spec th {
    background: rgba(0, 0, 0, 0.03);
    text-align: center;
    vertical-align: middle;
    font-weight: normal;
    font-size: 16px;
}

.table_spec td {
    text-align: center;
}

.table_spec td:nth-child(1) {
    text-align: left;
}

.txt_slide {
    display: none;
    text-align: center;
    border: solid 1px #A3A3A3;
    padding: 3px;
}

.txt_slide {
    display: none;
}

.table_spec a {
    text-decoration: none;
}

@media (max-width: 680px) {

    .banq_room {
        padding: 80px 0 0 0;
    }
}


/* -------------------------------------------
宴会プラン一覧
-------------------------------------------*/

.banq_plan {
    display: block;
    box-sizing: border-box;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 160px 0 0 0;
    border-bottom: 1px solid #eee;
}

.parts-search-list {
    display: table;
    width: 100%;
}


.parts-search-list .result-item {
    display: inline-block;
    width: calc(100% / 3);
    box-sizing: border-box;
    vertical-align: top;
    overflow: hidden;
    float: left;
}


.parts-search-list .column2-l {
    margin: 0;
}

.parts-search-list .column2-l .imgholder {
    border: none;
    box-sizing: border-box;
    margin: 0 0 15px 0;
    background: none;
}

.parts-search-list .column2-l .imgholder img {
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background: none;
}

.parts-search-list .column2-l,
.parts-search-list .column2-r {
    text-align: left;
    vertical-align: top;
}

.parts-search-list .column2-l .title,
.parts-search-list .column2-r .title {
    text-align: left;
    margin-bottom: 7px;
    font-weight: bold;
    font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "YuMincho", "HGS明朝E", "ＭＳ 明朝", "MS PMincho", serif;
    font-size: 22px;
}

.parts-search-list .column2-l .text,
.parts-search-list .column2-r .text {
    margin-bottom: 0;
}
.parts-search-list .column2-r .title a{
	text-decoration:none;
	position: relative;
	padding: 0 0 0 20px;
	display: block;
}
.parts-search-list .column2-r .title a:before{
	position: absolute;
    top: 15px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    margin: 0;
    border-top: 2px solid #a77917;
    border-right: 2px solid #a77917;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    content: "";	
}
.parts-search-list .column2-l .label,
.parts-search-list .column2-r .label {
    display: inline-block;
    background: #323232;
    color: #fff;
    font-size: 1rem;
    padding: 0 2rem;
    line-height: 2rem;
    margin: 0 0 9px 0;
}



.parts-search-list .resultmessage {
    font-size: 1.2rem;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding: 0 10px 0 0;
    margin-bottom: 40px;
    font-weight: normal;
}

.parts-search-list .resultmessage span {
    font-size: 2rem;
    margin: 0 5px 0 0;
}

@media (max-width: 680px) {

    .banq_plan {
        padding: 120px 0 0 0;
    }

    .parts-search-list .result-item {
        width: calc(100% / 1);
        margin: 0;
        padding: 0;
        background: #fff;
        height: inherit;
    }

    .parts-search-list .column2-l,
    .parts-search-list .column2-r {
        height: inherit;
        margin: 0;

    }

    .parts-search-list .column2-l .imgholder {
        border: none;
        margin: 0 0 15px 0;
    }

    .parts-search-list .column2-l .imgholder img {
        width: 100%;
        height: auto;
        margin: 0;
        padding: 0;
        background: none;
    }

    .parts-search-list .column2-l .label,
    .parts-search-list .column2-r .label {
        display: inline-block;
        background: #323232;
        color: #fff;
        font-size: 14px;
        padding: 0 1em;
        line-height: 2;
        margin: 0 0 10px 0;
    }

    .parts-search-list .column2-l .title a,
    .parts-search-list .column2-r .title a {
        text-align: left;
        margin-bottom: 7px;
        font-size: 22px !important;
    }

}






/* -------------------------------------------
宴会プラン詳細
-------------------------------------------*/



.parts-image.parts-column1 {
    margin: 0 0 40px;
    background-color: #fff;
    border: none;
}






/* -------------------------------------------
オリジナル変更
-------------------------------------------*/

.parts-reservation-hotel-sp {
    background: #fff;
    padding: 25px 0 30px;
    margin-bottom: 0px;
    display: block;
    border-top: 1px solid #eee;
}


.parts-fixednavi .gotop-holder {
    bottom: 35px;
}


.parts-reservation-hotel-sp .ht-stayfind-contents {
    padding: 36px 0 30px 0;
    background: #FFF;
    border-bottom: none;
    box-shadow: none;
    -moz-box-shadow: 0none;
    -webkit-box-shadow: none;
    text-align: center;
}

.parts-h2-line {
    display: block;
}

.parts-h2-line span {
    display: block;
    position: relative;
    font-size: 24px;
    color: #000;
    text-align: center;
    line-height: 32px;
    font-weight: 300;
    padding: 10px 0 0 0;
    margin: 40px 0 0 0;
}

.parts-h2-line span::before {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    width: 26px;
    height: 0px;
    margin: 0 0 0 -13px;
    border-top: 2px solid #ab781c;
    content: "";
}

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

.plan_price {
    font-size: 16px;
    margin-bottom: 40px;
}

.plan_price span {
    font-size: 24px;
    color: #99272b;
    width: 115px;
    display: inline-block;
    text-align: right;
}

a.btn_pdf{
	display:block;
	padding:10px 26px;
	margin:0 0 10px;
	max-width:34em;
	border: 1px #a77917 solid;
	border-radius: 4px;
	text-decoration: none;
    background: url(https://www.hankyu-hotel.com//-/Media/common/images/icon-pdf.png) 96% 50% no-repeat;
    background-size: 20px;
}
a:hover.btn_pdf{
    background-color: #eae6dd;
    color: #333;
}

#access{
	padding:70px 0 0 0;
}

@media (max-width: 767px) {
    .parts-reservation-hotel-sp {
        display: none;
    }

    .contents .parts-h2-line span {
        margin: 20px 0 0 0;
    }
}

@media (max-width: 460px) {
    .parts-fixednavi .gotop-holder {
        bottom: 65px;
    }

    .parts-fixednavi.hide {
        display: none;
    }

    .contents .parts-h2-line span {
        margin: 20px 0 0 0;
    }
}
