#footer .contentInner {
    width: 1000px;
    max-width: 1000px;
    margin: 0 auto;
}

@media screen and (max-width: 1260px) {
    #footer .contentInner {
        padding: 0 10px;
        width: auto;
    }
}

#wrap {
    width: 100%;
    overflow: hidden;
    position: relative;
    right: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#wrap.menuOpen {
    right: 300px;
}

@media screen and (max-width: 1023px) {
    #wrap.menuOpen {
        right: 250px;
    }
}

#footer {
    border-top: 1px solid #AAA;
    font-family: "-apple-system", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#footer .footer01 {
    border-bottom: 1px solid #AAA;
    position: relative;
}

#footer .footer01 .pagetop {
    display: none;
    position: fixed;
    bottom: 60px;
    right: 90px;
    z-index: 1;
}

@media screen and (max-width: 1023px) {
    #footer .footer01 .pagetop {
        right: 90px;
        bottom: 5px;
    }
}

#footer .footer01 .pagetop a {
    color: #FFF;
    padding-top: 50px;
    width: 50px;
    height: 0;
    overflow: hidden;
    background: rgba(40, 40, 40, 0.7);
    display: block;
    position: relative;
}

#footer .footer01 .pagetop a::after {
    content: "";
    height: 10px;
    width: 10px;
    border-left: 1px solid #fff;
    border-top: 1px solid #fff;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 3px;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

#footer .footer01 .contentInner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    min-height: 115px;
}

@media screen and (max-width: 1023px) {
    #footer .footer01 .contentInner {
        display: block;
        padding: 30px 0;
    }
}

#footer .footer01 ul li {
    padding: 0 10px;
}

@media screen and (max-width: 1023px) {
    #footer .footer01 ul li {
        padding: 10px;
    }
}

#footer .footer01 ul.logo-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
}

@media screen and (max-width: 1023px) {
    #footer .footer01 ul.logo-center {
        position: static;
        -webkit-transform: none;
        transform: none;
        text-align: center;
        margin-bottom: 30px;
    }
}

#footer .footer01 ul.logo-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media screen and (max-width: 1023px) {
    #footer .footer01 ul.logo-right {
        margin-bottom: 30px;
    }
}

#footer .footer01 ul.sns-icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
}

@media screen and (max-width: 1023px) {
    #footer .footer01 ul.sns-icon {
        flex-wrap: wrap;
        justify-content: center;
        width: 63%;
        margin: 0 auto;
    }
}

#footer .footer02 {
    padding: 40px 0;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 {
        padding: 0;
    }
}

#footer .footer02 .contentInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner {
        display: block;
        margin: 0;
    }
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div {
        padding: 10px 0;
        margin: 0 10px;
        width: auto !important;
        border-bottom: 1px solid #bbb;
    }
}

#footer .footer02 .contentInner>div:nth-child(1) {
    width: 20%;
}

#footer .footer02 .contentInner>div:nth-child(2) {
    width: 25%;
}

#footer .footer02 .contentInner>div:nth-child(3) {
    width: 30%;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div:nth-child(3) {
        border-bottom: none;
        padding: 0;
    }
    #footer .footer02 .contentInner>div:nth-child(3) ul {
        border-bottom: 1px solid #bbb;
        padding: 10px 0;
    }
    #footer .footer02 .contentInner>div:nth-child(3) ul:last-child {
        border-bottom: none;
    }
}

#footer .footer02 .contentInner>div:nth-child(4) {
    width: 25%;
    margin: 0;
    padding: 0 10px;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div:nth-child(4) {
        border: none;
        border-top: 1px solid #bbb;
        padding: 25px 10px;
    }
}

#footer .footer02 .contentInner>div>ul {
    padding-bottom: 35px;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul {
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}

#footer .footer02 .contentInner>div>ul>li {
    margin-bottom: 12px;
    padding: 0 0 0 20px;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li {
        margin: 0;
        padding: 10px 0;
        width: 50%;
    }
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li:nth-child(odd) {
        padding: 10px 5px 10px 0;
    }
}

#footer .footer02 .contentInner>div>ul>li.btn {
    margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li.btn {
        display: none;
    }
}

#footer .footer02 .contentInner>div>ul>li.btn a {
    background: #64635E;
    color: #fff;
    display: block;
    text-align: center;
    padding: 5px;
}

#footer .footer02 .contentInner>div>ul>li.search {
    position: relative;
    margin-bottom: 25px;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li.search {
        width: 100%;
        margin: 0;
        padding: 0;
    }
}

#footer .footer02 .contentInner>div>ul>li.search input[type=text] {
    border: 1px solid #555;
    width: 100%;
    padding: 5px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#footer .footer02 .contentInner>div>ul>li.search button {
    position: absolute;
    top: 8px;
    right: 15px;
    background: url(/common/img/ico_search.svg) no-repeat center center/contain;
    border: none;
    width: 18px;
    height: 18px;
    text-indent: 20px;
    overflow: hidden;
    cursor: pointer;
    z-index: 1;
}

#footer .footer02 .contentInner>div>ul>li.lang {
    position: relative;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li.lang {
        display: none;
    }
}

#footer .footer02 .contentInner>div>ul>li.lang.active>span::after {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

#footer .footer02 .contentInner>div>ul>li.lang>span {
    display: block;
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
    cursor: pointer;
}

#footer .footer02 .contentInner>div>ul>li.lang>span::after {
    content: "";
    height: 10px;
    width: 10px;
    border-right: 1px solid #555;
    border-bottom: 1px solid #555;
    display: block;
    position: absolute;
    top: 10px;
    right: 20px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#footer .footer02 .contentInner>div>ul>li.lang ul {
    display: none;
    background: #fff;
    padding: 10px;
}

#footer .footer02 .contentInner>div>ul>li.lang ul li {
    margin-bottom: 10px;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li.gbac {
        width: 100%;
    }
}

#footer .footer02 .contentInner>div>ul>li.gbac ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px;
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li.gbac ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    #footer .footer02 .contentInner>div>ul>li.gbac ul li {
        padding: 0 10px;
    }
}

#footer .footer02 .contentInner>div>ul>li.gbac ul img {
    height: 85px;
}

#footer_wrap #footer .footer03 {
    background: #414141;
    color: #fff;
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 {
        text-align: center;
    }
}

#footer_wrap #footer .footer03 .contentInner {
    position: relative;
    padding: 35px 0;
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .contentInner {
        padding: 30px 0 25px;
    }
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 #link_site>dl {
        margin-bottom: 30px;
    }
}

#footer_wrap #footer .footer03 #link_site>dl.active>dt::before {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
    top: 6px;
    right: 0;
}

#footer_wrap #footer .footer03 #link_site>dl>dt {
    float: right;
    font-size: 14px;
    /* font-size: 1.4rem; */
    cursor: pointer;
    position: relative;
    padding-right: 20px;
    display: inline-block;
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 #link_site>dl>dt {
        float: none;
        font-size: 16px;
        /* font-size: 1.6rem; */
    }
}

#footer_wrap #footer .footer03 #link_site>dl>dt::before {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    content: "";
    height: 10px;
    width: 10px;
    border-right: 2px solid rgba(255, 255, 255, 0.7);
    border-bottom: 2px solid rgba(255, 255, 255, 0.7);
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 2px;
    right: 0;
}

#footer_wrap #footer .footer03 #link_site>dl>dd {
    clear: both;
    font-size: 12px;
    /* font-size: 1.2rem; */
    padding-top: 10px;
    display: none;
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 #link_site>dl>dd {
        text-align: left;
    }
}

#footer_wrap #footer .footer03 #link_site>dl>dd a {
    color: rgba(255, 255, 255, 0.5);
}

#footer_wrap #footer .footer03 #link_site>dl>dd #logos {
    padding: 20px 0;
}

#footer_wrap #footer .footer03 #link_site>dl>dd #logos ul {
    padding: 0;
    list-style: none;
}

#footer_wrap #footer .footer03 #link_site>dl>dd #logos li {
    float: left;
    margin: 0;
    padding: 0;
}

#footer_wrap #footer .footer03 #link_site>dl>dd #logos img {
    display: block;
    margin: 0;
    padding: 0;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .mds_link {
    font-size: 16px;
    margin-bottom: 1em;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .mds_line_blue {
    padding: 0 0 0.5em 0;
    margin-top: 0em;
    margin-bottom: 1.5em;
    font-size: 1.25em;
    border-bottom: #999 solid 3px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd ul {
    padding: 0 0 10px 0;
    list-style: none;
}

#footer_wrap #footer .footer03 #link_site>dl>dd li {
    margin-bottom: 8px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .institution {
    float: left;
    display: inline;
    width: 18%;
}

#footer_wrap #footer .footer03 #link_site>dl>dd ul a {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.5);
}

#footer_wrap #footer .footer03 #link_site>dl>dd ul a:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
}

#footer_wrap #footer .footer03 #link_site>dl>dd .list_link {
    font-size: 12px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area {
    float: right;
    display: inline;
    width: 80%;
    position: relative;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area p {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area p.sisetu_color br {
    display: none;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area span.stay {
    display: inline-block;
    border-left: 4px solid #2096cf;
    padding-left: 5px;
    margin-bottom: 4px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area span.wed {
    display: inline-block;
    border-left: 4px solid #e071ec;
    margin-left: 20px;
    padding-left: 5px;
    margin-bottom: 4px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area span.rest {
    display: inline-block;
    border-left: 4px solid #a5a63f;
    margin-left: 20px;
    padding-left: 5px;
    margin-bottom: 4px;
}

@media (min-width: 370px) {
    #footer_wrap #footer .footer03 #link_site>dl>dd .area span.play {
        display: inline-block;
        border-left: 4px solid #43994e;
        margin-left: 20px;
        padding-left: 5px;
        margin-bottom: 4px;
    }
}

@media (max-width: 369px) {
    #footer_wrap #footer .footer03 #link_site>dl>dd .area span.rest {
        display: inline-block;
        border-left: 4px solid #a5a63f;
        margin-left: 20px;
        margin-right: 10px;
        padding-left: 5px;
        margin-bottom: 4px;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .area span.play {
        display: inline-block;
        border-left: 4px solid #43994e;
        margin-left: 0px;
        padding-left: 5px;
        margin-bottom: 4px;
    }
}

@media (max-width: 347px) {
    #footer_wrap #footer .footer03 #link_site>dl>dd .area span.play {
        display: inline-block;
        border-left: 4px solid #43994e;
        margin-left: 0px;
        padding-left: 5px;
        margin-bottom: 4px;
    }
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area .wrap {
    float: left;
    display: inline;
    width: 23.5%;
    margin-right: 10px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area .wrap:last-child {
    margin-right: 0px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area li.stay {
    border-left: 4px solid #2096cf;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.5);
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area li.wed {
    border-left: 4px solid #e071ec;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.5);
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area li.rest {
    border-left: 4px solid #a5a63f;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.5);
}

#footer_wrap #footer .footer03 #link_site>dl>dd .area li.play {
    border-left: 4px solid #43994e;
    padding-left: 5px;
    color: rgba(255, 255, 255, 0.5);
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 #link_site>dl>dd #logos ul {
        padding: 0;
        list-style: none;
        text-align: center;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd #logos li {
        display: block;
        float: left;
        margin: 0;
        padding: 0;
        width: 33%;
        text-align: center;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd #logos li:nth-child(7) {
        clear: left;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd #logos li img {
        max-width: 100%;
        height: auto;
        margin: 0 auto;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .mds_line_blue {
        clear: both;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .institution {
        float: none;
        display: block;
        width: 100%;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .institution .wrap {
        float: left;
        width: 48%;
        margin-right: 2%;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .institution .wrap:last-child {
        margin-right: 0;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .area {
        float: none;
        width: 100%;
        display: block;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .area .wrap {
        float: left;
        display: inline;
        width: 48%;
        margin-right: 2%;
    }
}

@media (min-width: 480px) {
    #footer_wrap #footer .footer03 #link_site>dl>dd .area p {
        position: relative;
        margin: 0 0 20px 0;
        width: 100%;
        text-align: right;
    }
}

@media (max-width: 479px) {
    #footer_wrap #footer .footer03 #link_site>dl>dd .area p {
        position: relative;
        margin: 0 0 20px 0;
        width: 100%;
        text-align: left;
    }
}

#footer_wrap #footer .footer03 #link_site .footer_link_color {
    color: #888;
}

#footer_wrap #footer .footer03 .box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .box {
        display: block;
    }
}

#footer_wrap #footer .footer03 .box .info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .box .info {
        display: block;
    }
}

#footer_wrap #footer .footer03 .box .info dt {
    font-size: 22px;
    /* font-size: 2.2rem; */
    padding-right: 8%;
    white-space: nowrap;
    min-width: 220px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .box .info dt {
        font-size: 24px;
        /* font-size: 2.4rem; */
        margin-bottom: 10px;
        padding-right: 0;
    }
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .box .info dd {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-bottom: 30px;
    }
}

#footer_wrap #footer .footer03 .box .info dd .ttl {
    font-size: 12px;
    /* font-size: 1.2rem; */
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .box .info dd .ttl {
        font-size: 14px;
        /* font-size: 1.4rem; */
        display: block;
    }
}

#footer_wrap #footer .footer03 .box .info dd .tel {
    font-size: 18px;
    /* font-size: 1.8rem; */
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .box .info dd .tel {
        font-size: 25px;
        /* font-size: 2.5rem; */
    }
}

#footer_wrap #footer .footer03 .box .info dd .sub {
    font-size: 14px;
    /* font-size: 1.4rem; */
}

@media screen and (max-width: 1023px) {
    #footer_wrap #footer .footer03 .box .info dd .sub {
        font-size: 16px;
        /* font-size: 1.6rem; */
    }
}

#footer_wrap #footer .footer03 .box .copy {
    font-size: 10px;
    /* font-size: 1rem; */
}

#mainVisual {
    position: relative;
    margin-bottom: 4px;
}

@media screen and (max-width: 1023px) {
    #mainVisual {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}

#mainVisual .bnr {
    position: absolute;
    bottom: 40px;
    right: 0;
    -webkit-box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.4);
    width: 310px;
    height: 80px;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    #mainVisual .bnr {
        bottom: 0;
        margin: 10px auto;
        position: relative;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }
}

#mainVisual .bnr dl {
    position: absolute;
    top: 0;
    right: 0;
    background: #FFF;
    width: 310px;
    height: 80px;
    opacity: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#mainVisual .bnr dl:hover {
    opacity: 1;
    background: #eee;
}

#mainVisual .bnr dl.active {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    right: -100%;
    opacity: 1;
}

#mainVisual .bnr dl dt {
    padding: 13px;
    width: 100px;
    height: 80px;
}

#mainVisual .bnr dl dt span {
    display: block;
    height: 100%;
    background: url(/common/img/logo.svg) no-repeat center center #eee;
}

#mainVisual .bnr dl dt span img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

#mainVisual .bnr dl dd {
    text-align: left;
    padding: 0px 30px 0 0;
    font-size: 13px;
    /* font-size: 1.3rem; */
    line-height: 1.5;
    height: 100%;
    width: calc(100% - 100px);
    font-family: "-apple-system", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#mainVisual .bnr dl dd span {
    overflow: hidden;
    display: block;
    max-height: 60px;
}

@media screen and (max-width: 767px) {
    #mainVisual .bnr dl dd span.pc {
        display: none;
    }
}

@media screen and (min-width: 768px) {
    #mainVisual .bnr dl dd span.sp {
        display: none;
    }
}

#mainVisual .bnr dl dd a {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

#mainVisual .bnr dl dd a::after {
    content: "";
    width: 15px;
    height: 11px;
    background: url(/common/img/arrow01.svg) no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    top: 50%;
    right: -20px;
    margin-top: -6px;
}

#mainVisual .info {
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    font-size: 13px;
    padding: 6px 0px;
    position: absolute;
    width: 100%;
    bottom: 0;
    font-family: "-apple-system", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

#mainVisual .info a {
    color: #fff;
}

@media screen and (max-width: 1023px) {
    #mainVisual .info {
        position: relative;
    }
}

#mainVisual .slider li img {
    width: 100%;
    height: 660px;
    object-fit: cover;
    object-position: center;
    display: block;
}

#mainVisual .slider li img.sp {
    display: none;
}

#mainVisual .slick-track {
    max-height: 660px;
    overflow: hidden;
}

@media screen and (max-width: 1023px) {
    #mainVisual .slider li img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        object-position: top;
    }
    #mainVisual .slider li img.pc {
        display: none;
    }
    #mainVisual .slider li img.sp {
        display: block;
    }
    #mainVisual .slick-track {
        height: 106vw;
    }
}

.promoArea .titleStyle02 {
    margin-top: 50px;
}

@media screen and (max-width: 767px) {
    .promoArea .titleStyle02 {
        margin-top: 20px;
    }
}

#movieArea {
    background: url(/common/img/top/movie.jpg) no-repeat center center;
    background-size: cover;
    min-height: 400px;
    text-align: center;
    position: relative;
    margin-bottom: 90px;
}

@media screen and (max-width: 1023px) {
    #movieArea {
        margin-bottom: 30px;
        min-height: 260px;
    }
}

#movieArea a {
    color: #fff;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#movieArea a:hover {
    background: rgba(0, 131, 69, 0.5);
    opacity: 1;
}

#movieArea .inner {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-bottom: 80px;
    width: 100%;
}

@media screen and (max-width: 1023px) {
    #movieArea .inner {
        padding-bottom: 30px;
    }
}

#movieArea .inner .ttl {
    margin-bottom: 110px;
    font-size: 18px;
    /* font-size: 1.8rem; */
}

@media screen and (max-width: 1023px) {
    #movieArea .inner .ttl {
        margin-bottom: 80px;
        font-size: 16px;
        /* font-size: 1.6rem; */
    }
}

#movieArea .inner .play {
    position: relative;
}

#movieArea .inner .play::before {
    content: "";
    width: 77px;
    height: 55px;
    background: url("/common/img/icon_play.svg") no-repeat;
    background-size: contain;
    opacity: 0.5;
    display: block;
    position: absolute;
    top: -70px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

@media screen and (max-width: 1023px) {
    #movieArea .inner .play::before {
        width: 60px;
        height: 45px;
        top: -60px;
    }
}

#introArea .cont {
    max-width: 1366px;
    margin: 0 auto 120px;
}

@media screen and (max-width: 1023px) {
    #introArea .cont {
        max-width: 600px;
        margin: 0 auto 20px;
    }
}

#introArea .cont:nth-of-type(even) .inner .img {
    left: inherit;
    right: 0;
}

#introArea .cont:nth-of-type(even) .inner .txtBox {
    padding: 50px 800px 0 50px;
}

@media screen and (max-width: 1365px) {
    #introArea .cont:nth-of-type(even) .inner .txtBox {
        padding: 3.5vw 58vw 0 3vw;
    }
}

#introArea .cont .ttl {
    font-size: 30px;
    /* font-size: 3rem; */
    text-align: center;
    font-weight: bold;
    margin-bottom: 80px;
}

@media screen and (max-width: 1023px) {
    #introArea .cont .ttl {
        margin-bottom: 10px;
        font-size: 24px;
        /* font-size: 2.4rem; */
    }
}

#introArea .cont .inner {
    position: relative;
}

@media screen and (max-width: 1023px) {
    #introArea .cont .inner {
        padding: 30px;
    }
}

#introArea .cont .inner .img {
    position: absolute;
    top: -50px;
    left: 0;
    z-index: -1;
}

@media screen and (max-width: 1365px) {
    #introArea .cont .inner .img {
        width: 60vw;
        top: -4vw;
    }
}

@media screen and (max-width: 1023px) {
    #introArea .cont .inner .img {
        width: auto;
        top: 0;
    }
}

#introArea .cont .inner .txtBox {
    border: 1px solid #aaa;
    max-width: 1235px;
    margin: 0 auto;
    padding: 50px 20px 0 790px;
    min-height: 470px;
}

@media screen and (max-width: 1365px) {
    #introArea .cont .inner .txtBox {
        width: 91%;
        padding: 3.5vw 1.4vw 0 58vw;
        min-height: 34vw;
    }
}

@media screen and (max-width: 1023px) {
    #introArea .cont .inner .txtBox {
        width: auto;
        min-height: auto;
        padding: 320px 30px 30px 30px !important;
    }
}

@media screen and (max-width: 620px) {
    #introArea .cont .inner .txtBox {
        padding: 52vw 5vw 5vw 5vw !important;
    }
}

#introArea .cont .inner .txtBox .subttl {
    font-size: 32px;
    /* font-size: 3.2rem; */
    line-height: 1.3;
    margin-bottom: 30px;
}

@media screen and (max-width: 1365px) {
    #introArea .cont .inner .txtBox .subttl {
        font-size: 2.3vw;
        margin-bottom: 2vw;
    }
}

@media screen and (max-width: 1023px) {
    #introArea .cont .inner .txtBox .subttl {
        font-size: 25px;
        /* font-size: 2.5rem; */
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 620px) {
    #introArea .cont .inner .txtBox .subttl {
        font-size: 5.3vw;
    }
}

#introArea .cont .inner .txtBox .txt {
    font-size: 15px;
    /* font-size: 1.5rem; */
    margin-bottom: 50px;
}

@media screen and (max-width: 1365px) {
    #introArea .cont .inner .txtBox .txt {
        font-size: 1.1vw;
    }
}

@media screen and (max-width: 1023px) {
    #introArea .cont .inner .txtBox .txt {
        display: none;
    }
}

#guestArea {
    background: #eee;
    text-align: center;
    padding: 50px 0;
}

#guestArea .inner {
    display: inline-block;
    margin-bottom: 20px;
}

#guestArea .inner .ttl {
    font-size: 32px;
    /* font-size: 3.2rem; */
    line-height: 1;
}

#guestArea .inner .subttl {
    font-size: 14px;
    /* font-size: 1.4rem; */
    text-align: right;
}

#guestArea .figure {
    margin-bottom: 40px;
}

#infoArea,
.infoArea {
    text-align: center;
    padding: 70px 0;
}

@media screen and (max-width: 1023px) {
    #infoArea,
    .infoArea {
        padding: 35px 0;
    }
}

#infoArea .ttl,
.infoArea .ttl {
    font-size: 32px;
    /* font-size: 3.2rem; */
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    #infoArea .ttl,
    .infoArea .ttl {
        font-size: 24px;
        /* font-size: 2.4rem; */
    }
}

#infoArea .ttl.notes,
.infoArea .ttl.notes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media screen and (max-width: 1023px) {
    #infoArea .ttl.notes,
    .infoArea .ttl.notes {
        display: block;
    }
}

#infoArea .ttl .notesTxt,
.infoArea .ttl .notesTxt {
    display: inline-block;
    font-size: 13px;
    margin-left: 30px;
}

@media screen and (max-width: 1023px) {
    #infoArea .ttl .notesTxt,
    .infoArea .ttl .notesTxt {
        margin-left: 0;
        display: block;
        text-align: center;
    }
}

#infoArea .ttl .notesTxt.line,
.infoArea .ttl .notesTxt.line {
    padding: 5px 0;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
}

@media screen and (max-width: 1023px) {
    #infoArea .ttl .notesTxt.line,
    .infoArea .ttl .notesTxt.line {
        margin-top: 10px;
    }
}

#infoArea .listStyle02,
.infoArea .listStyle02 {
    margin: 0 auto 30px;
    max-width: 840px;
}

#accessArea {
    text-align: center;
    padding-bottom: 110px;
}

@media screen and (max-width: 1023px) {
    #accessArea {
        padding-bottom: 20px;
    }
}

#accessArea .ttl {
    font-size: 32px;
    /* font-size: 3.2rem; */
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    #accessArea .ttl {
        font-size: 24px;
        /* font-size: 2.4rem; */
    }
}

#accessArea .map {
    margin-bottom: 20px;
}

#accessArea .txt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    #accessArea .txt {
        display: block;
    }
}

#accessArea .txt p {
    line-height: 1.9;
}

@media screen and (max-width: 1023px) {
    #accessArea .txt p {
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 1023px) {
    #accessArea .txt ul {
        margin-bottom: 20px;
    }
}

#aboutArea {
    text-align: center;
    padding-bottom: 110px;
}

@media screen and (max-width: 1023px) {
    #aboutArea {
        padding-bottom: 20px;
    }
}

#aboutArea .ttl {
    font-size: 32px;
    /* font-size: 3.2rem; */
    margin-bottom: 20px;
}

@media screen and (max-width: 1023px) {
    #aboutArea .ttl {
        font-size: 24px;
        /* font-size: 2.4rem; */
    }
}

#aboutArea .txt {
    max-width: 800px;
    margin: 0 auto;
    text-align: left;
}

@media screen and (max-width: 1023px) {
    #aboutArea .txt {
        display: block;
    }
}

#aboutArea .txt p {
    line-height: 1.9;
}

@media screen and (max-width: 1023px) {
    #aboutArea .txt p {
        line-height: 1.5;
        margin-bottom: 20px;
    }
}

.headerNotice {
    padding: 40px 0;
}

@media screen and (max-width: 1023px) {
    .headerNotice {
        padding: 20px 0;
    }
}

body.hotel.top .block {
    padding: 80px 0;
}

@media screen and (max-width: 1023px) {
    body.hotel.top .block {
        padding: 40px 0;
    }
}

body.hotel.top .block.padSSmall {
    padding: 30px 0;
}

@media screen and (max-width: 1023px) {
    body.hotel.top .block.padSSmall {
        padding: 15px 0;
    }
}

body.hotel.top .block.padSmall {
    padding: 60px 0;
}

@media screen and (max-width: 1023px) {
    body.hotel.top .block.padSmall {
        padding: 30px 0;
    }
}

body.hotel.top .block.padLarge {
    padding: 100px 0;
}

@media screen and (max-width: 1023px) {
    body.hotel.top .block.padLarge {
        padding: 50px 0;
    }
}

body.hotel.top .block.bgBeige01 {
    background: #f3ece1;
}

body.hotel.top .block.bgBeige02 {
    background: #efe6d3;
}

body.hotel.top .block.bgBeige03 {
    background: #f1ebdd;
}

body.hotel.top .block.bgGray01 {
    background: #eee;
}

body.hotel.top .block.bgPattern01 {
    background: url(/common/img/bg_pattern01.png);
}

body.hotel.top .block.bgWood {
    background: url(/common/img/bg_wood.jpg) 0 0/cover no-repeat;
}

body.hotel.top .block.topLine {
    border-top: 1px solid #888;
}

.tacPC {
    text-align: center;
}

#header>.contentInner {
    width: 1276px;
    max-width: 1276px;
}

body .noBorBtm {
    border-bottom: none !important;
}

body .noBorTop {
    border-top: none !important;
}

body .noBorLeft {
    border-left: none !important;
}

body .noBorRight {
    border-right: none !important;
}

body .atmTop {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
}

body .atmCen {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
}

body .flexAround {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
}

body .w50 {
    width: 50%;
}

body .w15 {
    width: 15%;
}

body .w20 {
    width: 20%;
}

body .w23 {
    width: 23%;
}

body .w8 {
    width: 8%;
}

body.hotel.sub #selectedArea {
    background: #eee;
    padding-bottom: 20px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}

body.hotel.sub #selectedArea.show {
    -webkit-transform: translateY(0);
    transform: translateY(0);
}

body.hotel.sub #selectedArea .sectionTtl {
    background: #64635e;
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding: 10px;
    margin-bottom: 30px;
}

body.hotel.sub #compareArea {
    display: none;
    background: #eee;
    padding: 40px 0;
}

#header .inner .logo {
    margin-top: 14px;
}

#header .inner .logo img {
    height: 56px;
}

@media screen and (max-width: 1023px) {
    #header .inner .logo img {
        height: 26px;
    }
}

#header .inner .headTxt {
    height: 36px;
}

#header .reservationBox .contentInner {
    width: 1260px;
    max-width: 1260px;
}

#header .reservationBox .contentInner>ul {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .reservationBox .contentInner>ul li.reservBtn {
    padding-right: 15px;
    width: auto;
    border-right: 1px solid #aaa;
    font-size: 16px;
    /* font-size: 1.6rem; */
}

#header .reservationBox .contentInner>ul li.reservationStyle {
    padding-top: 26px;
    width: 100%;
    max-width: 1009px;
    /* font-size: 1.3rem; */
    font-size: 13px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

#header .reservationBox .contentInner>ul li.reservationStyle>div {
    padding-left: 15px;
}

#header .reservationBox .contentInner>ul li.reservationStyle>div.res_btns input {
    background: #008345;
    color: #fff;
    font-size: 16px;
    /* font-size: 1.6rem; */
    border: none;
    width: 100%;
    font-family: "-apple-system", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
    font-weight: bold;
    padding: 10px 15px;
    border-radius: 5px;
    cursor: pointer;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
}

#header .reservationBox .contentInner>ul li.reservationStyle>div.res_btns input:hover {
    opacity: 0.7;
}

#header .reservationBox .contentInner>ul li.reservationStyle>div dt {
    margin-bottom: 7px;
}

#header .reservationBox .contentInner>ul li.reservationStyle>div dd select {
    min-width: 50px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

#header .reservationBox .contentInner>ul li.reservationStyle>div dd select:not(:first-of-type) {
    margin-left: 5px;
}

#header .reservationBox .contentInner>ul li.reservationStyle .btn_cancel {
    text-align: center;
}

#header .reservationBox .contentInner>ul li.reservationStyle .btn_cancel a {
    display: inline-block;
    position: relative;
    padding: 0 10px;
}

#header .reservationBox .contentInner>ul li.reservationStyle .btn_cancel a:before {
    content: "";
    height: 12px;
    width: 12px;
    display: block;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -6px;
    background: no-repeat center center;
    background-size: contain;
    background-image: url("/common/img/arrow01.svg");
}

#header .reservationBox .contentInner>ul li.contact {
    border-right: 1px solid #aaa;
    border-left: none;
    width: auto;
    padding: 10px;
    white-space: nowrap;
}

#header .reservationBox .contentInner .date-picker {
    background: url(/common/css/images/calendar.png) no-repeat scroll center right #fff;
    border: 1px solid #ccc;
}

#header #gNavi>ul {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    right: 15px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

#header #gNavi>ul>li {
    margin-right: 0;
    margin-left: 23px;
}

#header #gNavi>ul>li.reservation {
    padding-top: 8px;
    /* font-size: 1.3rem; */
    font-size: 13px;
}

#header #gNavi>ul>li .cont .contentInner>dl {
    width: 25%;
}

#header #reservation>.btn {
    height: 97px;
}

#header #reservation>.btn:before {
    width: 22px;
    height: 20px;
}

#header #reservation>.btn>span {
    /* font-size: 1.3rem; */
    font-size: 13px;
    line-height: 1.23;
}

#footer_wrap #footer .footer03 .contentInner {
    padding: 28px 0 38px;
}

#footer_wrap #footer .footer03 .box .info {
    width: 64%;
}

#footer_wrap #footer .footer03 .box .info dt {
    padding-right: 5%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

#footer_wrap #footer .footer03 .box .info dd {
    /* font-size: 1.3rem; */
    font-size: 13px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .row {
    color: #c5c5c5;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .row>div {
    float: left;
    /* font-size: 1.3rem; */
    font-size: 13px;
    width: 25%;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .row>div ul {
    padding: 0;
    margin: 10px 0 10px 30px;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .row>div ul li {
    margin: 0;
    color: #333333;
    position: relative;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .row>div ul li:before {
    position: absolute;
    width: 5px;
    height: 5px;
    background: #333;
    left: -12px;
    top: 7px;
    content: "";
    border-radius: 50%;
}

#footer_wrap #footer .footer03 #link_site>dl>dd .row>div ul li a {
    color: #888;
}

#mainVisual .btnStyle05 a span {
    min-width: 100px;
    text-align: center;
}

#mainContent .beigeTxt {
    color: #b39a62;
}

body.hotel.top #infoArea .listStyle02 {
    font-family: "-apple-system", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

body.hotel.top #accessArea {
    font-family: "-apple-system", "游ゴシック", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}

body.hotel.top #accessArea .ttl {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
}

body.hotel.top #accessArea .btnStyle01 {
    font-family: "游明朝体", "Yu Mincho", YuMincho, "Times New Roman", "Hiragino Mincho ProN", "Hiragino Mincho Pro", "HG明朝E", "ＭＳ Ｐ明朝", sans-serif;
}

body.hotel.top #accessArea .accessBox {
    max-width: 800px;
    margin: 20px auto 0;
    text-align: left;
}

body.hotel.top #accessArea .accessBox p:not(:last-child) {
    margin-bottom: 20px;
}

@media screen and (max-width: 1300px) {
    #header>.contentInner {
        width: auto;
        max-width: 1276px;
    }
    #header .reservationBox .contentInner {
        width: auto;
    }
}

@media screen and (max-width: 1023px) {
    #header .inner .logo {
        margin-top: 0;
    }
    #footer_wrap #footer .footer03 .box .info {
        width: auto;
    }
    #footer_wrap #footer .footer03 .box .info dt {
        padding-right: 0;
    }
    #footer_wrap #footer .footer03 .box .info dd {
        /* font-size: 1.3rem; */
        font-size: 13px;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .row {
        padding: 0 30px;
    }
    #footer_wrap #footer .footer03 #link_site>dl>dd .row>div {
        float: none;
        width: auto;
    }
    #mainContent .boxStyle07 .imgBox {
        text-align: center;
    }
    body.banquet.mice #mainContent .sliderStyle01 .slide>.txtBox {
        position: static;
    }
    body.banquet.mice #mainContent .sliderStyle01 .slick-arrow {
        top: calc((50vw - 20px) * 190 / 305 - 20px);
    }
    body.hotel.top #accessArea .btnStyle01 {
        margin-top: 20px;
        text-align: left;
        display: block;
    }
    body .acdStyle03>.acdCont .inner {
        display: block;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    body .acdStyle03>.acdCont .inner .photoUl {
        width: auto;
    }
    body .acdStyle03>.acdCont .inner .textBox {
        margin-bottom: 20px;
        width: auto;
    }
    body.garden.serenity_garden #mainContent .boxStyle03 .inner {
        padding: 15px 0;
    }
    body.garden.profile #mainContent .btnStyle07 a {
        display: block;
    }
    body.garden.profile #mainContent .btnStyle07 a span {
        /* font-size: 1.1rem; */
        font-size: 11px;
    }
    body.garden.profile #mainContent .profile .profileBox>ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    body.garden.profile #mainContent .profile .profileBox>ul>li {
        width: 48%;
    }
    body.garden.profile #mainContent .profile .profileBox>ul>li li {
        margin-bottom: 5px;
    }
    body.dining.sub {
        font-size: 1.4em;
    }
    body.dining.room #mainContent .btnStyle02 a {
        height: 63px;
    }
    body.dining #mainContent .acdStyle01>.acdToggle dt {
        margin-right: 0;
        width: auto;
    }
    body.dining #mainContent .acdStyle01>.acdToggle dt .imgBox {
        width: 120px;
        margin-right: 0;
    }
    body.dining #mainContent .acdStyle01>.acdToggle dt .ttl {
        width: calc(100% - 120px);
    }
    body.dining #mainContent .acdStyle01>.acdToggle dd {
        width: auto;
    }
    body.guests_gallery #mainVisual {
        height: 47vw !important;
    }
    body.guests_gallery #mainContent .wrapper_s {
        width: 82%;
    }
    body.guests_gallery #mainContent .instanavi a {
        width: 100%;
        margin: 0.5% 0;
    }
    body.guests_gallery #mainContent .instanavi a.all {
        background-image: url("/common/img/guests_gallery/icon_cate01.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    body.guests_gallery #mainContent .instanavi a.nature {
        background-image: url("/common/img/guests_gallery/icon_cate02.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    body.guests_gallery #mainContent .instanavi a.cuisine {
        background-image: url("/common/img/guests_gallery/icon_cate03.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    body.guests_gallery #mainContent .instanavi a.celebration {
        background-image: url("/common/img/guests_gallery/icon_cate04.jpg");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
    }
    body.guests_gallery #mainContent .instanavi a span {
        padding: 18px 0;
        position: relative;
        font-size: 1.4em;
        display: block;
        font-family: Garamond, serif;
        background: rgba(0, 0, 0, 0.7);
    }
    body.guests_gallery #mainContent .instanavi a:hover {
        opacity: 1;
    }
    body.guests_gallery #mainContent .instanavi a:hover span,
    body.guests_gallery #mainContent .instanavi a.active span {
        background: rgba(0, 0, 0, 0.1);
        text-shadow: 0 0 5px #000;
    }
    body.guests_gallery #mainContent .instanavi a:last-child {
        margin: 0 0 0.96% 0;
    }
    body.banquets_meetings #reason .titleStyle04 {
        font-size: 20px;
    }
    body.banquets_meetings #reason .titleStyle04 span.pc {
        display: none;
    }
    body.banquets_meetings #reason .titleStyle04 span.sp {
        font-size: 17px;
        display: block;
    }
    body.banquets_meetings #reason p {
        line-height: 2;
    }
    body.about.imagebook #mainContent .btnStyle05 a {
        padding: 0 25px 0 10px;
        border: 1px solid #fff;
        font-size: 13px;
    }
    body.about.imagebook #mainContent .btnStyle05 a:before {
        background-size: 13px 6px;
        right: 9px;
        width: 13px;
        height: 6px;
        margin-top: -3px;
    }
    body.about.imagebook #mainContent .btnStyle05 a span {
        display: block;
    }
    body.about.imagebook #mainContent .listStyle25 dl .titleBox .img {
        width: 100%;
        height: auto;
    }
    body.about.imagebook #mainContent .listStyle25 dl .titleBox .img img {
        height: auto;
    }
    body.about.imagebook #mainContent .listStyle25 dl .txt {
        border: none;
    }
    body.about.imagebook #mainContent .listStyle25.col4:not(.spCol2)>li,
    body.about.imagebook #mainContent .listStyle25.col4:not(.spCol2)>dl,
    body.about.imagebook #mainContent .listStyle25.col4:not(.spCol2)>.box {
        width: 49%;
    }
    body.about.imagebook #mainContent .listStyle25.col4:not(.spCol2)>li:not(:nth-child(2n)),
    body.about.imagebook #mainContent .listStyle25.col4:not(.spCol2)>dl:not(:nth-child(2n)),
    body.about.imagebook #mainContent .listStyle25.col4:not(.spCol2)>.box:not(:nth-child(2n)) {
        margin-right: 2%;
    }
    body.about.imagebook #mainContent .bgBox {
        padding-top: 30px;
        background: #ECE4D1;
    }
    body.about.imagebook #mainContent .bgBox .listStyle25 {
        text-align: center;
        margin-bottom: 0;
    }
    body.about.imagebook #mainVisual {
        height: 80vw;
        min-height: inherit;
    }
    body.spa.spabyloccitane #mainContent .btnStyle02.col2 li {
        width: 100%;
    }
    body.spa.spabyloccitane #mainContent .btnStyle02.col2 li:nth-child(2n+1) {
        margin-right: 0;
    }
}

@media screen and (max-width: 640px) {
    body #mainContent .boxStyle02 .cont .inner .txtBox {
        padding-top: 65vw !important;
    }
}


/*# sourceMappingURL=lang.css.map */