@charset "utf-8";
/* --------------------------------
ＰＣヘッダー
-------------------------------- */

@media (min-width: 740px) {
    #g-cts .hdr-phone,
    #y-cts .hdr-phone {
        box-shadow: none;
        border-radius: 0px;
    }

    #g-cts #hdr-p-g,
    #y-cts #hdr-p-y {

        position: absolute;
        top: 34px;
        right: auto;
        left: 200px;
        background-color: transparent;
    }

    #g-cts #hdr-p-g {
        width: 166px;
        height: 17px;
        background: transparent url(../img/common/phone-no-g.png) top left / contain no-repeat;
    }
    #y-cts #hdr-p-y {
        width: 166px;
        height: 17px;
        background: transparent url(../img/common/phone-no-y.png) top left / contain no-repeat;
    }


    .hdr-phone img,
    #g-cts .hdr-phone::after, 
    #y-cts .hdr-phone::after 
    {
    display: none;
}

}

/*end min-width: 740px*/

@media (min-width: 960px) {
    /* md */
    .hdr-box {
        height: 72px;
    }
    #b-cts #nav-btn,
    #g-cts #nav-btn,
    #y-cts #nav-btn,
    #m-cts #nav-btn {
        box-shadow: none;
        border-radius: 0px;
    }
    #nav-btn {
        right: 11px;
        top: 11px;
    }
    a.hdr-logo {
        padding-top: 18px;
    }
    #t-cts .hdr-name-s,
    #b-cts .hdr-name-s {
        top: 17px;
    }
    #t-cts .hdr-name-l,
    #b-cts .hdr-name-l {
        top: 33px;
    }
    #g-cts .hdr-name-s,
    #y-cts .hdr-name-s,
    #m-cts .hdr-name-s {
        top: 15px;
    }
    #g-cts .hdr-name-l,
    #y-cts .hdr-name-l,
    #m-cts .hdr-name-l {
        top: 35px;
    }
    #g-cts #hdr-p-g,
    #y-cts #hdr-p-y {

        top: 37px;
    }
    .pc-hdr-tblbox {
        display: table;
        border-spacing: 0;
        border-collapse: collapse;
        position: absolute;
        top: 11px;
        right: 74px;
    }
    .pc-hdr-cellbox {
        display: table-cell;
    }
    .pc-hdr-cellbox a {
        height: 50px;
    }
    .pc-hdr-cellbox a img {
        display: block;
        margin: 8px auto 0 auto;
    }
    .ph-mbsp {
        display: block;
        width: 168px;
        margin-right: 10px;
    }
    .ph-mbsr {
        display: block;
        width: 170px;
        margin-right: 10px;
    }
    .ph-gstr {
        display: block;
        width: 134px;
    }

    #t-cts .ph-mbsp,
    #b-cts .ph-mbsp,
    #g-cts .ph-mbsp,
    #y-cts .ph-mbsp,
    #m-cts .ph-mbsp {
        background-color: transparent;
        border: 1px solid #FFFFFF;
    }
    /*トップ　ＰＣボタンの色*/
    #t-cts .ph-mbsr {
        background-color: #A9894A;
        border: 1px solid #A9894A;
    }
    #t-cts .ph-gstr {
        background-color: #176797;
        border: 1px solid #176797;
    }
    
/*共通ページ　ＰＣボタンの色*/
    #b-cts .ph-mbsr {
        background-color: #1850A4;
        border: 1px solid #1850A4;
    }
    #b-cts .ph-gstr {
        background-color: #1C4687;
        border: 1px solid #1C4687;
    }
    
    /*迎賓館　ＰＣボタンの色*/
    #g-cts .ph-mbsr {
        background-color: #A02828;
        border: 1px solid #A02828;
    }
    #g-cts .ph-gstr {
        background-color: #891111;
        border: 1px solid #891111;
    }

    /*八千代　ＰＣボタンの色*/
    #y-cts .ph-mbsr {
        background-color: #1B875A;
        border: 1px solid #1B875A;
    }
    #y-cts .ph-gstr {
        background-color: #047043;
        border: 1px solid #047043;
    }

    /*メンバーズ　ＰＣボタンの色*/
    #m-cts .ph-mbsr {
        background-color: #828234;
        border: 1px solid #828234;
    }
    #m-cts .ph-gstr {
        background-color: #6B6B1D;
        border: 1px solid #6B6B1D;
    }

}

/*end min-width: 960px*/

@media (min-width: 1070px) {
    .ph-mbsp,
    .ph-mbsr,
    .ph-gstr {
        width: 180px;
    }
}

/*end min-width: 1070px*/

@media (min-width: 1280px) {
    /* lg */
    .pc-hdr-tblbox {
        display: table;
        border-spacing: 0;
        border-collapse: collapse;
        position: absolute;
        top: 11px;
        right: 11px;
    }
    #nav-btn,
    .dd-appearmenu {
        display: none;
    }
    #nav {
        z-index: 102;
        /*固定ヘッダーより上*/
        display: block;
        position: fixed;
        top: 0px;
        left: 0px;

    }
    a#pc-dd-t,
    a.pc-dropdown {
        color: #FFFFFF;
        text-decoration: none;
    }
    .hnav-deco {
        display: none;
    }
    .pnav-ttl {
        display: block;
    }

    #pc-dd-t,
    #pc-dd-g,
    #pc-dd-y {
        display: inline-block;
        height: 72px;
        position: fixed;
        text-indent: -9999px;
    }
    #pc-dd-t {
        width: 63px;
        /*35px*/
        background: transparent url(../img/common/pc-nav-top.png) 15px 20px / 35px 32px no-repeat;
        top: 0px;
        right: 814px;
    }
    #pc-dd-g {
        width: 118px;
        /*88px*/
        background: transparent url(../img/common/pc-nav-g.png) 15px 20px / 88px 32px no-repeat;
        top: 0px;
        right: 696px;
    }
    #pc-dd-y {
        width: 118px;
        /*88px*/
        background: transparent url(../img/common/pc-nav-y.png) 15px 20px / 88px 32px no-repeat;
        top: 0px;
        right: 577px;
    }

    /* ---------- メインナビhoverここから ---------- */
    a:hover#pc-dd-t,
    a:hover#pc-dd-g,
    a:hover#pc-dd-y {
        background-color: rgba(255, 255, 255, 0.2);
    }
    a:hover.ph-mbsp {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }
    #t-cts a:hover.ph-mbsr {
        background-color: #745220 !important;
        border: 1px solid #745220 !important;
    }
    #t-cts a:hover.ph-gstr {
        background-color: #073460 !important;
        border: 1px solid #073460 !important;
    }
    #b-cts a:hover.ph-mbsr {
        background-color: #1A3967 !important;
        border: 1px solid #1A3967 !important;
    }
    #b-cts a:hover.ph-gstr {
        background-color: #122848 !important;
        border: 1px solid #122848 !important;
    }
    #g-cts a:hover.ph-mbsr {
        background-color: #761010 !important;
        border: 1px solid #761010 !important;
    }
    #g-cts a:hover.ph-gstr {
        background-color: #650707 !important;
        border: 1px solid #650707 !important;
    }
    #y-cts a:hover.ph-mbsr {
        background-color: #08502A !important;
        border: 1px solid #08502A !important;
    }
    #y-cts a:hover.ph-gstr {
        background-color: #014220 !important;
        border: 1px solid #014220 !important;
    }
    #m-cts a:hover.ph-mbsr {
        background-color: #4C4C13 !important;
        border: 1px solid #4C4C13 !important;
    }
    #m-cts a:hover.ph-gstr {
        background-color: #3E3E0B !important;
        border: 1px solid #3E3E0B !important;
    }
    /* ---------- メインナビhoverここまで ---------- */
    .dd-box-outer {
        height: 60px;
        width: 100%;
        position: fixed;
        top: 72px;
        left: 0px;
        background: #FFFFFF;
        /*#D7E3E8  #f2f2f2*/
        display: none;
    }
    .dd-box-outer::before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        position: absolute;
        bottom: 0px;
        left: 0px;
        background: #CCCCCC;
    }
    .dd-box-outer::after {
        content: "";
        display: block;
        width: 100%;
        height: 3px;
        position: absolute;
        bottom: 1px;
        left: 0px;
    }
   #t-cts #hdrn-g .dd-box-outer::after {
        background: #C96969;
    }
   #t-cts #hdrn-y .dd-box-outer::after {
        background: #5EB591;
    }

    @keyframes SubNavIn {
        0% {
            opacity: 0;
            /* 透明 */
            -ms-transform: translateX(-20px);
            -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
        }

        100% {
            opacity: 1;
            /* 不透明 */
            -ms-transform: translateX(0px);
            -webkit-transform: translateX(0px);
            transform: translateX(0px);
        }
    }
    .dd-box-outer.subnav-open {
        /* ---------- ★★★ subnav-open ★★★ ---------- */
        display: block;
    }
    .dd-box {}
    .subnav-open .dd-box {
        animation-duration: 0.3s;
        animation-name: SubNavIn;
    }

    .dd-box {
        display: block;
        width: 996px;
        margin-left: auto;
        margin-right: 0;
    }

    .dd-box::after {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        clear: left;
    }
    .dd-box li {
        display: inline-block;

        padding: 0 0 0 60px;
        float: left;
        text-align: center;
    }
    .dd-box li a {
        display: inline-block;
        height: 60px;
        text-decoration: none;
        color: #333333;
        font-size: 14px;
        font-weight: 500;
        line-height: 60px;
    }
    .dd-box li a:hover {
        color: #999999;
    }

}

/*end min-width: 1280px*/

@media (min-width: 1350px) {

    #pc-dd-t {
        width: 73px;
        right: 850px;
        background-position: 20px 20px;
    }
    #pc-dd-g {
        width: 128px;
        right: 722px;
        background-position: 20px 20px;
    }
    #pc-dd-y {
        width: 128px;
        right: 593px;
        background-position: 20px 20px;
    }
}

/*end min-width: 1350px*/

@media (min-width: 1420px) {
    .ph-mbsp,
    .ph-mbsr,
    .ph-gstr {
        width: 190px;
    }
    #pc-dd-t {
        width: 83px;
        right: 910px;
        /*890px*/
        background-position: 25px 20px;
    }
    #pc-dd-g {
        width: 138px;
        right: 772px;
        /*752px*/
        background-position: 25px 20px;
    }
    #pc-dd-y {
        width: 138px;
        right: 633px;
        /*613px*/
        background-position: 25px 20px;
    }
}

/*end min-width: 1420px*/

@media (min-width: 1500px) {
    .ph-mbsp,
    .ph-mbsr,
    .ph-gstr {
        width: 200px;
    }
    #pc-dd-t {
        width: 96px;
        right: 980px;
        /*950px*/
        background-position: 32px 20px;
    }
    #pc-dd-g {
        width: 150px;
        right: 830px;
        /*812px*/
        background-position: 32px 20px;
    }
    #pc-dd-y {
        width: 150px;
        right: 680px;
        /*673px*/
        background-position: 32px 20px;
    }
}

/*end min-width: 1500px*/

@media (min-width: 1600px) {
    /* xl */
    .pc-hdr-tblbox {
        right: 51px;
        /*11px*/
    }
    #pc-dd-t {
        right: 1030px;
    }
    #pc-dd-g {
        right: 880px;
    }
    #pc-dd-y {
        right: 730px;
    }
    a.hdr-logo {
        width: 84px;
        padding: 18px 0px 16px 50px;
    }
    #t-cts .hdr-name-s,
    #b-cts .hdr-name-s,
    #g-cts .hdr-name-s,
    #y-cts .hdr-name-s,
    #m-cts .hdr-name-s,
    #t-cts .hdr-name-l,
    #b-cts .hdr-name-l,
    #g-cts .hdr-name-l,
    #y-cts .hdr-name-l,
    #m-cts .hdr-name-l {
        left: 100px;
    }
    #g-cts #hdr-p-g,
    #y-cts #hdr-p-y {
        left: 250px;
    }
}

/*end min-width: 1600px*/