@charset "UTF-8";

#loader {
    background: url("../as/bg02.png") repeat left top #fff;
}

/*初期画像を優先的に読み込む*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Noto+Serif+JP:200,300,400,500,600,700,900&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Bellefair&display=swap");

*,
*:after,
*:before {
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

:not(table) {
    padding: 0px;
}

.header_pan {
    margin-bottom: -106px;
}

*:focus {
    outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

table {
    border-collapse: collapse;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
}

input,
textarea,
select {
    *font-size: 100%;
}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

a {
    outline: none;
    text-decoration: none;
    color: inherit;
}

img {
    vertical-align: bottom;
}

a[href],
label[for],
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
input[type="image"],
input[type="radio"],
input[type="checkbox"],
select {
    cursor: pointer;
}

a[href^="tel:"] {
    cursor: default;
}

input[type="text"],
input[type="tel"],
input[type="email"] {
    outline: none;
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px;
}

a:visited:hover,
a:link:hover {
    opacity: 0.8;
    color: inherit;
}

select {
    outline: none;
    background: transparent;
    /*width: 100%;*/
    height: 40px;
    border: 1px solid #ccc;
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    outline: none;
    width: 100%;
    height: 100px;
    background: transparent;
    border: 1px solid #ccc;
    border-radius: 0;
    padding: 5px;
}

.form button,
.form input[type="submit"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    text-shadow: none;
}

.form button:hover,
.form input[type="submit"]:hover {
    background: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

label {
    cursor: pointer;
}

input[type="radio"],
input[type="checkbox"] {
    display: none;
}

input[type="radio"]:checked+span:after,
input[type="radio"]:checked+input+span:after,
input[type="checkbox"]:checked+span:after,
input[type="checkbox"]:checked+input+span:after {
    opacity: 1;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

label span {
    position: relative;
    padding: 0 0 0 22px;
}

label span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    display: block;
    width: 16px;
    height: 16px;
    background: transparent;
    border: 1px solid #ccc;
    -webkit-transition: all 0.25s linear;
    transition: all 0.25s linear;
    margin: auto 0;
}

label span:after {
    content: "";
    opacity: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    display: block;
    margin: auto;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}

label input[type="radio"]+span:before,
label input[type="radio"]+input+span:before,
label input[type="radio"]+span:after,
label input[type="radio"]+input+span:after {
    border-radius: 50%;
}

label input[type="radio"]+span:after,
label input[type="radio"]+input+span:after {
    left: 4px;
    width: 8px;
    height: 8px;
    background: #ccc;
}

label input[type="checkbox"]+span:after,
label input[type="checkbox"]+input+span:after {
    top: 0;
    bottom: 2px;
    left: 5px;
    width: 6px;
    height: 10px;
    background: none;
    border-bottom: 2px solid #ccc;
    border-right: 2px solid #ccc;
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
}

@media only screen and (max-width: 1024px) {
    .custombtn label span {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        height: 40px;
        padding: 0;
    }

    .custombtn label span:before,
    .custombtn label span:after {
        z-index: -1;
    }

    .custombtn label span:after {
        display: none;
    }

    .custombtn label input[type="radio"]+span:before,
    .custombtn label input[type="radio"]+input+span:before,
    .custombtn label input[type="radio"]+span:after,
    .custombtn label input[type="radio"]+input+span:after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        border-radius: 5px;
    }

    .custombtn label input[type="checkbox"]+span:before,
    .custombtn label input[type="checkbox"]+input+span:before,
    .custombtn label input[type="checkbox"]+span:after,
    .custombtn label input[type="checkbox"]+input+span:after {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        width: auto;
        height: auto;
        border-radius: 5px;
    }

    .custombtn label input[type="checkbox"]+span:after,
    .custombtn label input[type="checkbox"]+input+span:after {
        border: none;
        background: #ccc;
        -webkit-transform: none;
        transform: none;
    }

    label input[type="radio"]:checked+span:before,
    label input[type="radio"]:checked+input+span:before,
    .custombtn label input[type="checkbox"]:checked+span:before,
    .custombtn label input[type="checkbox"]:checked+input+span:before {
        background-color: #ccc;
    }
}

/*! * animate.css -http://daneden.me/animate * Version - 3.7.0 * Licensed under the MIT license - http://opensource.org/licenses/MIT* * Copyright (c) 2018 Daniel Eden*/
@-webkit-keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

@keyframes bounce {

    from,
    20%,
    53%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    40%,
    43% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -30px, 0);
        transform: translate3d(0, -30px, 0);
    }

    70% {
        -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
        -webkit-transform: translate3d(0, -15px, 0);
        transform: translate3d(0, -15px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -4px, 0);
        transform: translate3d(0, -4px, 0);
    }
}

.bounce {
    -webkit-animation-name: bounce;
    animation-name: bounce;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom;
}

@-webkit-keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

@keyframes flash {

    from,
    50%,
    to {
        opacity: 1;
    }

    25%,
    75% {
        opacity: 0;
    }
}

.flash {
    -webkit-animation-name: flash;
    animation-name: flash;
}

@-webkit-keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes pulse {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    50% {
        -webkit-transform: scale3d(1.05, 1.05, 1.05);
        transform: scale3d(1.05, 1.05, 1.05);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.pulse {
    -webkit-animation-name: pulse;
    animation-name: pulse;
}

@-webkit-keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

@-webkit-keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

@keyframes shake {

    from,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    10%,
    30%,
    50%,
    70%,
    90% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    20%,
    40%,
    60%,
    80% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }
}

.shake {
    -webkit-animation-name: shake;
    animation-name: shake;
}

@-webkit-keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

@keyframes headShake {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    6.5% {
        -webkit-transform: translateX(-6px) rotateY(-9deg);
        transform: translateX(-6px) rotateY(-9deg);
    }

    18.5% {
        -webkit-transform: translateX(5px) rotateY(7deg);
        transform: translateX(5px) rotateY(7deg);
    }

    31.5% {
        -webkit-transform: translateX(-3px) rotateY(-5deg);
        transform: translateX(-3px) rotateY(-5deg);
    }

    43.5% {
        -webkit-transform: translateX(2px) rotateY(3deg);
        transform: translateX(2px) rotateY(3deg);
    }

    50% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
}

.headShake {
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-name: headShake;
    animation-name: headShake;
}

@-webkit-keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

@keyframes swing {
    20% {
        -webkit-transform: rotate3d(0, 0, 1, 15deg);
        transform: rotate3d(0, 0, 1, 15deg);
    }

    40% {
        -webkit-transform: rotate3d(0, 0, 1, -10deg);
        transform: rotate3d(0, 0, 1, -10deg);
    }

    60% {
        -webkit-transform: rotate3d(0, 0, 1, 5deg);
        transform: rotate3d(0, 0, 1, 5deg);
    }

    80% {
        -webkit-transform: rotate3d(0, 0, 1, -5deg);
        transform: rotate3d(0, 0, 1, -5deg);
    }

    to {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg);
    }
}

.swing {
    -webkit-transform-origin: top center;
    transform-origin: top center;
    -webkit-animation-name: swing;
    animation-name: swing;
}

@-webkit-keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes tada {
    from {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    10%,
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
    }

    30%,
    50%,
    70%,
    90% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
    }

    40%,
    60%,
    80% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
        transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
    }

    to {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.tada {
    -webkit-animation-name: tada;
    animation-name: tada;
}

@-webkit-keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes wobble {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    15% {
        -webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
        transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
    }

    30% {
        -webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
        transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
    }

    45% {
        -webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
        transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
    }

    60% {
        -webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
        transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
    }

    75% {
        -webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
        transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.wobble {
    -webkit-animation-name: wobble;
    animation-name: wobble;
}

@-webkit-keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

@keyframes jello {

    from,
    11.1%,
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    22.2% {
        -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
        transform: skewX(-12.5deg) skewY(-12.5deg);
    }

    33.3% {
        -webkit-transform: skewX(6.25deg) skewY(6.25deg);
        transform: skewX(6.25deg) skewY(6.25deg);
    }

    44.4% {
        -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
        transform: skewX(-3.125deg) skewY(-3.125deg);
    }

    55.5% {
        -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
        transform: skewX(1.5625deg) skewY(1.5625deg);
    }

    66.6% {
        -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
        transform: skewX(-0.78125deg) skewY(-0.78125deg);
    }

    77.7% {
        -webkit-transform: skewX(0.39063deg) skewY(0.39063deg);
        transform: skewX(0.39063deg) skewY(0.39063deg);
    }

    88.8% {
        -webkit-transform: skewX(-0.19531deg) skewY(-0.19531deg);
        transform: skewX(-0.19531deg) skewY(-0.19531deg);
    }
}

.jello {
    -webkit-animation-name: jello;
    animation-name: jello;
    -webkit-transform-origin: center;
    transform-origin: center;
}

@-webkit-keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes heartBeat {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    14% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    28% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    42% {
        -webkit-transform: scale(1.3);
        transform: scale(1.3);
    }

    70% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.heartBeat {
    -webkit-animation-name: heartBeat;
    animation-name: heartBeat;
    -webkit-animation-duration: 1.3s;
    animation-duration: 1.3s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
}

@-webkit-keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes bounceIn {

    from,
    20%,
    40%,
    60%,
    80%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    20% {
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    40% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(1.03, 1.03, 1.03);
        transform: scale3d(1.03, 1.03, 1.03);
    }

    80% {
        -webkit-transform: scale3d(0.97, 0.97, 0.97);
        transform: scale3d(0.97, 0.97, 0.97);
    }

    to {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.bounceIn {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInDown {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, -3000px, 0);
        transform: translate3d(0, -3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, 25px, 0);
        transform: translate3d(0, 25px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, 5px, 0);
        transform: translate3d(0, 5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInDown {
    -webkit-animation-name: bounceInDown;
    animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInLeft {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    0% {
        opacity: 0;
        -webkit-transform: translate3d(-3000px, 0, 0);
        transform: translate3d(-3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(25px, 0, 0);
        transform: translate3d(25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(-10px, 0, 0);
        transform: translate3d(-10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(5px, 0, 0);
        transform: translate3d(5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInLeft {
    -webkit-animation-name: bounceInLeft;
    animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInRight {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(3000px, 0, 0);
        transform: translate3d(3000px, 0, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(-25px, 0, 0);
        transform: translate3d(-25px, 0, 0);
    }

    75% {
        -webkit-transform: translate3d(10px, 0, 0);
        transform: translate3d(10px, 0, 0);
    }

    90% {
        -webkit-transform: translate3d(-5px, 0, 0);
        transform: translate3d(-5px, 0, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInRight {
    -webkit-animation-name: bounceInRight;
    animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes bounceInUp {

    from,
    60%,
    75%,
    90%,
    to {
        -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
        animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 3000px, 0);
        transform: translate3d(0, 3000px, 0);
    }

    60% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    75% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    90% {
        -webkit-transform: translate3d(0, -5px, 0);
        transform: translate3d(0, -5px, 0);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.bounceInUp {
    -webkit-animation-name: bounceInUp;
    animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

@keyframes bounceOut {
    20% {
        -webkit-transform: scale3d(0.9, 0.9, 0.9);
        transform: scale3d(0.9, 0.9, 0.9);
    }

    50%,
    55% {
        opacity: 1;
        -webkit-transform: scale3d(1.1, 1.1, 1.1);
        transform: scale3d(1.1, 1.1, 1.1);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }
}

.bounceOut {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: bounceOut;
    animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes bounceOutDown {
    20% {
        -webkit-transform: translate3d(0, 10px, 0);
        transform: translate3d(0, 10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, -20px, 0);
        transform: translate3d(0, -20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.bounceOutDown {
    -webkit-animation-name: bounceOutDown;
    animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes bounceOutLeft {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(20px, 0, 0);
        transform: translate3d(20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.bounceOutLeft {
    -webkit-animation-name: bounceOutLeft;
    animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes bounceOutRight {
    20% {
        opacity: 1;
        -webkit-transform: translate3d(-20px, 0, 0);
        transform: translate3d(-20px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.bounceOutRight {
    -webkit-animation-name: bounceOutRight;
    animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes bounceOutUp {
    20% {
        -webkit-transform: translate3d(0, -10px, 0);
        transform: translate3d(0, -10px, 0);
    }

    40%,
    45% {
        opacity: 1;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.bounceOutUp {
    -webkit-animation-name: bounceOutUp;
    animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDown {
    -webkit-animation-name: fadeInDown;
    animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInDownBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInDownBig {
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeft {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeft {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInLeftBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInLeftBig {
    -webkit-animation-name: fadeInLeftBig;
    animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRight {
    from {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInRightBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInRightBig {
    -webkit-animation-name: fadeInRightBig;
    animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUp {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fadeInUpBig {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.fadeInUpBig {
    -webkit-animation-name: fadeInUpBig;
    animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
    }
}

.fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes fadeOutDown {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.fadeOutDown {
    -webkit-animation-name: fadeOutDown;
    animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

@keyframes fadeOutDownBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, 2000px, 0);
        transform: translate3d(0, 2000px, 0);
    }
}

.fadeOutDownBig {
    -webkit-animation-name: fadeOutDownBig;
    animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes fadeOutLeft {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.fadeOutLeft {
    -webkit-animation-name: fadeOutLeft;
    animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

@keyframes fadeOutLeftBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(-2000px, 0, 0);
        transform: translate3d(-2000px, 0, 0);
    }
}

.fadeOutLeftBig {
    -webkit-animation-name: fadeOutLeftBig;
    animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes fadeOutRight {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.fadeOutRight {
    -webkit-animation-name: fadeOutRight;
    animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

@keyframes fadeOutRightBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(2000px, 0, 0);
        transform: translate3d(2000px, 0, 0);
    }
}

.fadeOutRightBig {
    -webkit-animation-name: fadeOutRightBig;
    animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes fadeOutUp {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.fadeOutUp {
    -webkit-animation-name: fadeOutUp;
    animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

@keyframes fadeOutUpBig {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(0, -2000px, 0);
        transform: translate3d(0, -2000px, 0);
    }
}

.fadeOutUpBig {
    -webkit-animation-name: fadeOutUpBig;
    animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

@keyframes flip {
    from {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    40% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
        -webkit-animation-timing-function: ease-out;
        animation-timing-function: ease-out;
    }

    50% {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    80% {
        -webkit-transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    to {
        -webkit-transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }
}

.animated.flip {
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-animation-name: flip;
    animation-name: flip;
}

@-webkit-keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInX {
    from {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInX {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInX;
    animation-name: flipInX;
}

@-webkit-keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

@keyframes flipInY {
    from {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
        opacity: 0;
    }

    40% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
        -webkit-animation-timing-function: ease-in;
        animation-timing-function: ease-in;
    }

    60% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
    }

    to {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }
}

.flipInY {
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipInY;
    animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutX {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
        opacity: 0;
    }
}

.flipOutX {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-animation-name: flipOutX;
    animation-name: flipOutX;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

@keyframes flipOutY {
    from {
        -webkit-transform: perspective(400px);
        transform: perspective(400px);
    }

    30% {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
        opacity: 1;
    }

    to {
        -webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
        opacity: 0;
    }
}

.flipOutY {
    -webkit-animation-duration: 0.75s;
    animation-duration: 0.75s;
    -webkit-backface-visibility: visible !important;
    backface-visibility: visible !important;
    -webkit-animation-name: flipOutY;
    animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes lightSpeedIn {
    from {
        -webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
        transform: translate3d(100%, 0, 0) skewX(-30deg);
        opacity: 0;
    }

    60% {
        -webkit-transform: skewX(20deg);
        transform: skewX(20deg);
        opacity: 1;
    }

    80% {
        -webkit-transform: skewX(-5deg);
        transform: skewX(-5deg);
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.lightSpeedIn {
    -webkit-animation-name: lightSpeedIn;
    animation-name: lightSpeedIn;
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

@keyframes lightSpeedOut {
    from {
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
        transform: translate3d(100%, 0, 0) skewX(30deg);
        opacity: 0;
    }
}

.lightSpeedOut {
    -webkit-animation-name: lightSpeedOut;
    animation-name: lightSpeedOut;
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateIn {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, -200deg);
        transform: rotate3d(0, 0, 1, -200deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateIn {
    -webkit-animation-name: rotateIn;
    animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownLeft {
    -webkit-animation-name: rotateInDownLeft;
    animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInDownRight {
    -webkit-animation-name: rotateInDownRight;
    animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpLeft {
    -webkit-animation-name: rotateInUpLeft;
    animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

@keyframes rotateInUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -90deg);
        transform: rotate3d(0, 0, 1, -90deg);
        opacity: 0;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}

.rotateInUpRight {
    -webkit-animation-name: rotateInUpRight;
    animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

@keyframes rotateOut {
    from {
        -webkit-transform-origin: center;
        transform-origin: center;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: center;
        transform-origin: center;
        -webkit-transform: rotate3d(0, 0, 1, 200deg);
        transform: rotate3d(0, 0, 1, 200deg);
        opacity: 0;
    }
}

.rotateOut {
    -webkit-animation-name: rotateOut;
    animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, 45deg);
        transform: rotate3d(0, 0, 1, 45deg);
        opacity: 0;
    }
}

.rotateOutDownLeft {
    -webkit-animation-name: rotateOutDownLeft;
    animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutDownRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutDownRight {
    -webkit-animation-name: rotateOutDownRight;
    animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpLeft {
    from {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: left bottom;
        transform-origin: left bottom;
        -webkit-transform: rotate3d(0, 0, 1, -45deg);
        transform: rotate3d(0, 0, 1, -45deg);
        opacity: 0;
    }
}

.rotateOutUpLeft {
    -webkit-animation-name: rotateOutUpLeft;
    animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

@keyframes rotateOutUpRight {
    from {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        opacity: 1;
    }

    to {
        -webkit-transform-origin: right bottom;
        transform-origin: right bottom;
        -webkit-transform: rotate3d(0, 0, 1, 90deg);
        transform: rotate3d(0, 0, 1, 90deg);
        opacity: 0;
    }
}

.rotateOutUpRight {
    -webkit-animation-name: rotateOutUpRight;
    animation-name: rotateOutUpRight;
}

@-webkit-keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

@keyframes hinge {
    0% {
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    20%,
    60% {
        -webkit-transform: rotate3d(0, 0, 1, 80deg);
        transform: rotate3d(0, 0, 1, 80deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
    }

    40%,
    80% {
        -webkit-transform: rotate3d(0, 0, 1, 60deg);
        transform: rotate3d(0, 0, 1, 60deg);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        -webkit-animation-timing-function: ease-in-out;
        animation-timing-function: ease-in-out;
        opacity: 1;
    }

    to {
        -webkit-transform: translate3d(0, 700px, 0);
        transform: translate3d(0, 700px, 0);
        opacity: 0;
    }
}

.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-name: hinge;
    animation-name: hinge;
}

@-webkit-keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes jackInTheBox {
    from {
        opacity: 0;
        -webkit-transform: scale(0.1) rotate(30deg);
        transform: scale(0.1) rotate(30deg);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
    }

    50% {
        -webkit-transform: rotate(-10deg);
        transform: rotate(-10deg);
    }

    70% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg);
    }

    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

.jackInTheBox {
    -webkit-animation-name: jackInTheBox;
    animation-name: jackInTheBox;
}

@-webkit-keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes rollIn {
    from {
        opacity: 0;
        -webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
        transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.rollIn {
    -webkit-animation-name: rollIn;
    animation-name: rollIn;
}

@-webkit-keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

@keyframes rollOut {
    from {
        opacity: 1;
    }

    to {
        opacity: 0;
        -webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
        transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
    }
}

.rollOut {
    -webkit-animation-name: rollOut;
    animation-name: rollOut;
}

@-webkit-keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    50% {
        opacity: 1;
    }
}

.zoomIn {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
}

@-webkit-keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInDown {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInDown {
    -webkit-animation-name: zoomInDown;
    animation-name: zoomInDown;
}

@-webkit-keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInLeft {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInLeft {
    -webkit-animation-name: zoomInLeft;
    animation-name: zoomInLeft;
}

@-webkit-keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInRight {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInRight {
    -webkit-animation-name: zoomInRight;
    animation-name: zoomInRight;
}

@-webkit-keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomInUp {
    from {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    60% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomInUp {
    -webkit-animation-name: zoomInUp;
    animation-name: zoomInUp;
}

@-webkit-keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

@keyframes zoomOut {
    from {
        opacity: 1;
    }

    50% {
        opacity: 0;
        -webkit-transform: scale3d(0.3, 0.3, 0.3);
        transform: scale3d(0.3, 0.3, 0.3);
    }

    to {
        opacity: 0;
    }
}

.zoomOut {
    -webkit-animation-name: zoomOut;
    animation-name: zoomOut;
}

@-webkit-keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutDown {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutDown {
    -webkit-animation-name: zoomOutDown;
    animation-name: zoomOutDown;
}

@-webkit-keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

@keyframes zoomOutLeft {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(-2000px, 0, 0);
        transform: scale(0.1) translate3d(-2000px, 0, 0);
        -webkit-transform-origin: left center;
        transform-origin: left center;
    }
}

.zoomOutLeft {
    -webkit-animation-name: zoomOutLeft;
    animation-name: zoomOutLeft;
}

@-webkit-keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

@keyframes zoomOutRight {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
    }

    to {
        opacity: 0;
        -webkit-transform: scale(0.1) translate3d(2000px, 0, 0);
        transform: scale(0.1) translate3d(2000px, 0, 0);
        -webkit-transform-origin: right center;
        transform-origin: right center;
    }
}

.zoomOutRight {
    -webkit-animation-name: zoomOutRight;
    animation-name: zoomOutRight;
}

@-webkit-keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

@keyframes zoomOutUp {
    40% {
        opacity: 1;
        -webkit-transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
        -webkit-animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
        animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    to {
        opacity: 0;
        -webkit-transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
        -webkit-transform-origin: center bottom;
        transform-origin: center bottom;
        -webkit-animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
        animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
    }
}

.zoomOutUp {
    -webkit-animation-name: zoomOutUp;
    animation-name: zoomOutUp;
}

@-webkit-keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInDown {
    from {
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInDown {
    -webkit-animation-name: slideInDown;
    animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInRight {
    from {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInRight {
    -webkit-animation-name: slideInRight;
    animation-name: slideInRight;
}

@-webkit-keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideInUp {
    from {
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.slideInUp {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@-webkit-keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

@keyframes slideOutDown {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
}

.slideOutDown {
    -webkit-animation-name: slideOutDown;
    animation-name: slideOutDown;
}

@-webkit-keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

@keyframes slideOutLeft {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}

.slideOutLeft {
    -webkit-animation-name: slideOutLeft;
    animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

@keyframes slideOutRight {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
    }
}

.slideOutRight {
    -webkit-animation-name: slideOutRight;
    animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

@keyframes slideOutUp {
    from {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        -webkit-transform: translate3d(0, -100%, 0);
        transform: translate3d(0, -100%, 0);
    }
}

.slideOutUp {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

.animated.infinite {
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}

.animated.delay-1s {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.animated.delay-2s {
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.animated.delay-3s {
    -webkit-animation-delay: 3s;
    animation-delay: 3s;
}

.animated.delay-4s {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.animated.delay-5s {
    -webkit-animation-delay: 5s;
    animation-delay: 5s;
}

.animated.fast {
    -webkit-animation-duration: 800ms;
    animation-duration: 800ms;
}

.animated.faster {
    -webkit-animation-duration: 500ms;
    animation-duration: 500ms;
}

.animated.slow {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

.animated.slower {
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
}

/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
html {
    font-size: 62.5%;
    margin-top: 0 !important;
    overflow-y: scroll;
}

body {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 1024px;
    height: 100%;
    /* background: url("../as/bg02.png") repeat left top #fff;*/
    background-size: 750px auto;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    color: #000000;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: 0.06em;
    margin: 0 auto;
    -webkit-text-size-adjust: 100%;
    -webkit-overflow-scrolling: touch;
}

@media only screen and (max-width: 1024px) {
    body {
        min-width: 320px;
        font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
        font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
        font-weight: 400;
    }
}

@media only screen and (max-width: 1024px) {
    body a {
        word-break: break-all;
    }
}

body.fixed {
    overflow: hidden;
    position: fixed;
}

/*-------------------------
innerWrap/w1000
-------------------------*/
.innerWrap {
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    .innerWrap {
        max-width: none;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■setting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
container
-------------------------*/
#container {
    position: relative;
    overflow: hidden;
    z-index: 0;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #container {
        padding-top: 0;
    }
}

/*-------------------------
ROLL OVER
-------------------------*/
.ro {
    transition: all 0.3s linear;
}

.ro:hover {
    opacity: 0.8;
    transition: all 0.3s linear;
}

.ro:hover img {
    opacity: 1;
}

.ro a:hover,
.ro a:hover img {
    transition: none;
    opacity: 1;
}

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

    .ro:hover,
    .ro a:hover,
    .ro a:hover img {
        opacity: 1;
    }
}

/*-------------------------
pcCont/spCont
-------------------------*/
.sp,
.spCont {
    display: none;
}

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

    .pc,
    .pcCont {
        display: none;
    }

    .sp,
    .spCont {
        display: block;
    }
}

br.spCont {
    display: none;
}

@media only screen and (max-width: 640px) {
    br.spCont {
        display: block;
    }
}

.xs {
    display: none;
}

@media only screen and (max-width: 640px) {
    .tb {
        display: none;
    }

    .xs {
        display: block;
    }
}

/*-------------------------
COMMONS
-------------------------*/
.bold,
strong {
    font-weight: bold;
}

.tac {
    text-align: center;
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}

.f_left {
    float: left;
}

.f_right {
    float: right;
}

.clear {
    clear: both;
}

button {
    cursor: pointer;
    outline: none;
}

.fBox {
    display: flex;
}

svg {
    fill: currentColor;
}

.preload * {
    transition: none !important;
}

.ofi {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    font-family: "object-fit: cover;";
}

img {
    -webkit-backface-visibility: hidden;
}

.slider {
    opacity: 0;
    transition: opacity 0.3s linear;
}

.slider.slick-initialized {
    opacity: 1;
}

/*-------------------------
SLIDER
-------------------------*/
.swiper-container {
    display: none;
}

.swiper-container.swiper-container-initialized {
    display: block;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■parts
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/*-------------------------
hd
-------------------------*/
/* hd01 */
.hd01 {
    background: url("../as/ico_parts03.png") center top no-repeat;
    background-size: 25px auto;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    padding: 40px 0 0;
}

@media only screen and (max-width: 1024px) {
    .hd01 {
        padding-top: 36px;
    }
}

.hd01 span {
    display: block;
    text-align: center;
}

.hd01 .jp {
    font-size: 2.4rem;
    line-height: 1.5;
    letter-spacing: 0.4em;
    text-indent: 0.4em;
}

@media only screen and (max-width: 1024px) {
    .hd01 .jp {
        font-size: 2.2rem;
        font-weight: 500;
        letter-spacing: 0.2em;
        text-indent: 0.2em;
    }
}

.hd01 .en {
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
    font-size: 1.4rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 1024px) {
    .hd01 .en {
        letter-spacing: 0.06em;
    }
}

.hd01 .jp+.en {
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    .hd01 .jp+.en {
        margin-top: 5px;
    }
}

/* hd02 */
.hd02 {
    position: relative;
    color: #000;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.4rem;
    font-weight: 400;
    text-align: center;
    padding: 0 0 18px;
    line-height: 1.3888888889;
}

@media only screen and (max-width: 1024px) {
    .hd02 {
        font-size: 2rem;
        font-weight: 500;
        padding-bottom: 7px;
    }
}

.hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .hd02:after {
        width: 20px;
    }
}

.hd02-title {
    margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    .hd02-title {
        margin-top: 30px;
        margin-bottom: 30px;
    }
}

/*-------------------------
btn
-------------------------*/
.btn01 {
    display: flex;
    color: #fff;
    font-size: 1.6rem;
    line-height: 1.3;
    letter-spacing: 0.1em;
}

.btn01 .btn_inner {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 55px;
    background: #364b27;
    border-radius: 100px;
}

.btn01 .btn_inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 1px;
    background: #fff;
    margin: auto 0;
}

@media only screen and (max-width: 1024px) {
    .btn01 .btn_inner:before {
        width: 10px;
    }
}

@keyframes btn01 {
    0% {
        right: 0;
        width: 12px;
    }

    10% {
        right: 0;
        width: 0;
    }

    11% {
        right: 12px;
        width: 0;
    }

    100% {
        right: 0;
        width: 12px;
    }
}

@keyframes btn01__sp {
    0% {
        right: 0;
        width: 10px;
    }

    10% {
        right: 0;
        width: 0;
    }

    11% {
        right: 10px;
        width: 0;
    }

    100% {
        right: 0;
        width: 10px;
    }
}

.btn01 .btn_inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #2b3c1e;
    border-radius: 100px;
    transition: all 0.3s linear;
}

.btn01:hover .btn_inner:before {
    animation: btn01 1s ease 1;
}

@media only screen and (max-width: 1024px) {
    .btn01:hover .btn_inner:before {
        animation: btn01__sp 1s ease 1;
    }
}

.btn01:hover .btn_inner:after {
    opacity: 0;
    left: 95%;
}

.btn__blog span {
    display: block;
    position: relative;
    padding-left: 2.5rem;
}

.btn__blog span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 16px;
    background: url("../as/ico_blog.png") left center no-repeat;
    background-size: 100% auto;
}

/* 画像　＋　テキスト */
.btn02 .btn_inner {
    display: flex;
    width: 100%;
    min-height: 77px;
    height: 100%;
    box-shadow: 0px 0px 20px 0px rgba(182, 157, 79, 0.26);
}

@media only screen and (max-width: 560px) {
    .btn02 .btn_inner {
        min-height: 70px;
    }
}

.btn02 .img {
    position: relative;
    flex: 1 0 auto;
    max-width: 150px;
    width: 34.9%;
    background: #fff;
}

@media only screen and (max-width: 560px) {
    .btn02 .img {
        max-width: none;
        width: 32.4%;
    }
}

.btn02 .img:before {
    content: "";
    display: block;
    padding-bottom: 66.6%;
}

.btn02 .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
}

.btn02 .text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    background: url(../as/bg02.png) repeat left top #fff;
    background-size: 750px auto;
    font-size: 1.3rem;
    line-height: 1.4;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    .btn02 .text {
        font-size: 1.5640273705vw;
    }
}

@media only screen and (max-width: 1024px) {
    .btn02 .text {
        font-size: 1.4rem;
    }
}

@media only screen and (max-width: 560px) {
    .btn02 .text {
        background-image: none;
        font-size: 1.5rem;
    }
}

.btn02 .text:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 1px;
    background: #b6901f;
    margin: auto 0;
    transition: all 0.3s linear;
}

@keyframes btn02 {
    0% {
        right: 0;
        width: 12px;
    }

    10% {
        right: 0;
        width: 0;
    }

    11% {
        right: 12px;
        width: 0;
    }

    100% {
        right: 0;
        width: 12px;
    }
}

.btn02 .text span strong {
    font-size: 1.1em;
    font-weight: 500;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1023px) {
    .btn02 .text span strong {
        font-size: 1.9550342131vw;
    }
}

@media only screen and (max-width: 1024px) {
    .btn02 .text span strong {
        font-size: 1.8rem;
    }
}

@media only screen and (max-width: 560px) {
    .btn02 .text span strong {
        font-size: 1.7rem;
    }
}

.btn02:hover .img img {
    opacity: 0.8;
}

.btn02:hover .text:before {
    animation: btn02 1s ease 1;
}

.btn02:hover .text span {
    opacity: 0.8;
}

/* ベタ塗りボタン */
.btn03 .wrap {
    transition: all 0.3s linear;
    position: relative;
    z-index: 2;
    background: #2b3c1e;
    padding: 3px 0;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    line-height: 1.3;
}

.btn03 .wrap .inner {
    border: 1px solid #685d18;
    border-left: none;
    border-right: none;
    padding: 15px 5px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn03 .wrap:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: -100%;
    top: 0;
    transition: all 0.3s linear;
    background: #364b27;
    z-index: -1;
}

.btn03 .wrap:hover:after {
    transition: all 0.3s linear;
    left: 0;
}

.btn03.color02 .wrap {
    background-color: #3c532b;
}

.btn03.color02 .wrap:after {
    background: #435d31;
}

.btn03.color03 .wrap {
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    background-position: center top;
    box-shadow: 2px 0 8px rgba(0, 0, 0, 0.1);
    color: #000;
}

.btn03.color03 .wrap .inner {
    border-color: rgba(0, 0, 0, 0.15);
}

.btn03.color03 .wrap:after {
    background: rgba(0, 0, 0, 0.05);
}

.btn03.color04 .wrap {
    background-color: #65511c;
    color: #fff;
}

.btn03.color04 .wrap :hover {
    color: #fff;
}

.btn03.color04 .wrap .inner {
    border-color: #b6901f;
}

.btn03.color04 .wrap:after {
    background: #705c27;
}

.btn03.color05 .wrap {
    background-color: #65511c;
}

.btn03.color05 .wrap .inner {
    border-color: #b6901f;
}

.btn03.color05 .wrap:after {
    background: #af8a1e;
}

/* 白に上下飾りボーダー */
.btn04 {
    position: relative;
    display: flex;
}

.btn04:before,
.btn04:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    z-index: 1;
    height: 4px;
    border-top: 1px solid #b6901f;
    border-bottom: 1px solid #b6901f;
}

.btn04:before {
    top: 0;
    border-top-width: 2px;
}

.btn04:after {
    bottom: 0;
    border-bottom-width: 2px;
}

.btn04 .btn_inner {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 70px;
    background: #f6f6f6;
    font-size: 1.8rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    .btn04 .btn_inner {
        font-size: 1.6rem;
        min-height: 75px;
    }
}

.btn04 .btn_inner:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 1px;
    background: #b6901f;
    margin: auto 0;
}

@keyframes btn04 {
    0% {
        right: 0;
        width: 12px;
    }

    10% {
        right: 0;
        width: 0;
    }

    11% {
        right: 12px;
        width: 0;
    }

    100% {
        right: 0;
        width: 12px;
    }
}

.btn04 .btn_inner:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: #fff;
    transition: all 0.3s linear;
}

.btn04:hover .btn_inner:before {
    animation: btn04 1s ease 1;
}

.btn04:hover .btn_inner:after {
    left: 100%;
}

/* 緑の枠 */
.btn05 {
    position: relative;
    display: flex;
}

.btn05:before,
.btn05:after {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #2b3c1e;
    transition: all 0.3s linear;
}

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

    .btn05:before,
    .btn05:after {
        opacity: 1;
    }
}

.btn05:before {
    left: 10px;
    top: 100%;
}

@media only screen and (max-width: 1024px) {
    .btn05:before {
        top: 0;
    }
}

.btn05:after {
    right: 10px;
    bottom: 100%;
}

@media only screen and (max-width: 1024px) {
    .btn05:after {
        bottom: 0;
    }
}

.btn05 .btn_inner {
    position: relative;
    z-index: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-height: 55px;
    color: #2b3c1e;
    font-size: 1.6rem;
    line-height: 1.3;
}

.btn05 .btn_inner:before,
.btn05 .btn_inner:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 10px;
    right: 10px;
    height: 1px;
    background: #2b3c1e;
    transition: all 0.3s linear;
    transition-delay: 0.35s;
}

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

    .btn05 .btn_inner:before,
    .btn05 .btn_inner:after {
        opacity: 1;
    }
}

.btn05 .btn_inner:before {
    top: 0;
    right: 100%;
}

@media only screen and (max-width: 1024px) {
    .btn05 .btn_inner:before {
        right: 10px;
    }
}

.btn05 .btn_inner:after {
    bottom: 0;
    left: 100%;
}

@media only screen and (max-width: 1024px) {
    .btn05 .btn_inner:after {
        left: 10px;
    }
}

.btn05 span {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.btn05 span:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 1px;
    background: #2b3c1e;
    margin: auto 0;
}

@keyframes btn05 {
    0% {
        left: 0;
        width: 20px;
    }

    10% {
        left: 20px;
        width: 0;
    }

    11% {
        left: 0px;
        width: 0;
    }

    100% {
        left: 0;
        width: 20px;
    }
}

.btn05:hover:before,
.btn05:hover:after {
    opacity: 1;
}

.btn05:hover:before {
    top: 0;
}

.btn05:hover:after {
    bottom: 0;
}

.btn05:hover .btn_inner:before,
.btn05:hover .btn_inner:after {
    opacity: 1;
}

.btn05:hover .btn_inner:before {
    right: 10px;
}

.btn05:hover .btn_inner:after {
    left: 10px;
}

.btn05:hover span:before {
    animation: btn05 1s ease 1;
}

/*-------------------------
link
-------------------------*/
.link01 a {
    display: inline-block;
    font-size: 1.3rem;
    padding-left: 13px;
    position: relative;
}

.link01 a:before {
    content: "";
    height: 1px;
    width: 7px;
    background: #b6901f;
    position: absolute;
    left: 0;
    top: 7px;
}

/*-------------------------
下層ページタイトル
-------------------------*/
#pageTitle {
    position: relative;
}

@media only screen and (max-width: 560px) {
    #pageTitle {
        height: 250px;
    }
}

#pageTitle .pageTitle__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#pageTitle .pageTitle__text {
    z-index: 2;
    position: relative;
    bottom: 0;
    left: 0;
    right: 0;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
}

#pageTitle .pageTitle__text .innerWrap {
    max-width: 1680px;
}

#pageTitle .pageTitle__text .innerWrap:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, rgba(43, 60, 30, 0) 0%, #2b3c1e 50%, rgba(43, 60, 30, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b3c1e', endColorstr='#002b3c1e', GradientType=1);
}

@media only screen and (max-width: 1024px) {
    #pageTitle .pageTitle__text .innerWrap:before {
        background: linear-gradient(to right, rgba(43, 60, 30, 0) 0%, #2b3c1e 17%, #2b3c1e 50%, #2b3c1e 83%, rgba(43, 60, 30, 0) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#002b3c1e', endColorstr='#002b3c1e', GradientType=1);
    }
}

#pageTitle .pageTitle__text .ttl {
    position: relative;
    z-index: 0;
    color: #fff;
    font-size: 2.6rem;
    font-weight: 600;
    letter-spacing: 0.25em;
    text-indent: 0.25em;
    line-height: 1.34;
    text-align: center;
    padding: 10px;
}

@media only screen and (max-width: 560px) {
    #pageTitle .pageTitle__text .ttl {
        font-size: 2rem;
        padding: 5px 25px;
    }
}

/* 詳細ページ用 */
#pageTitle.mini {
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #pageTitle.mini {
        height: 54px;
    }
}

@media only screen and (max-width: 560px) {
    #pageTitle.mini {
        height: 37px;
    }
}

#pageTitle.mini .pageTitle__text .ttl {
    font-size: 2.2rem;
    padding: 10px 10px 15px;
}

@media only screen and (max-width: 560px) {
    #pageTitle.mini .pageTitle__text .ttl {
        font-size: 1.7rem;
        padding: 5px 10px 10px;
    }
}

/*-------------------------
パンくず
-------------------------*/
#breadcrumbs {
    position: relative;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
    #breadcrumbs {
        display: none;
    }
}

#breadcrumbs .breadcrumbs_list {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding: 20px 0;
}

#breadcrumbs .breadcrumbs_list li {
    position: relative;
    padding-left: 30px;
}

#breadcrumbs .breadcrumbs_list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -3px;
}

#breadcrumbs .breadcrumbs_list li:first-child {
    padding-left: 0;
}

#breadcrumbs .breadcrumbs_list li:first-child:before {
    display: none;
}

#breadcrumbs .breadcrumbs_list a {
    display: block;
}

#breadcrumbs .breadcrumbs_list a {
    display: block;
    color: #fff;
}

#breadcrumbs .breadcrumbs_list a:hover {
    color: #fff;
    opacity: 0.8;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■Animated
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@keyframes fadeInUp {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.animated {
    opacity: 0;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.dash {
    opacity: 1 !important;
}

.fadeInUp {
    animation-name: fadeInUp;
    animation-duration: 0.55s;
    animation-iteration-count: 1;
}

.fadeIn {
    animation-name: fadeIn;
    animation-duration: 0.55s;
    animation-iteration-count: 1;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■header
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
#header {
background: rgba(0, 0, 0, 0.8);
border-top: 2px solid #b6901f;
padding-top: 13px;
height: 115px;
position: fixed;
left: 0;
right: 0;
width: 100%;
z-index: 500;
color: #fff;
min-width: 1024px;
}
#header.op1 {
background: black;
}
#header .innerWrap {
display: flex;
justify-content: space-between;
text-align: center;
max-width: 1280px;
}
#header .logo {
line-height: 1;
width: 200px;
padding-top: 25px;
}
#header .logo img {
width: 100%;
height: auto;
}
#header .menu {
width: calc(100% - 200px);
display: flex;
justify-content: flex-end;
}
#header .menu .main .btn03 {
line-height: 1;
margin-bottom: 12px;
display: flex;
justify-content: flex-end;
}
#header .menu .main .btn03 li {
font-size: 1.3rem;
padding-left: 2px;
width: 138px;
}
#header .menu .main .btn03 .wrap {
padding: 1px 0;
}
#header .menu .main .btn03 .wrap .inner {
padding-top: 9px;
padding-bottom: 9px;
}
#header .menu .main nav {
margin-right: -3px;
}
#header .menu .main nav ul {
display: flex;
}
#header .menu .main nav ul li {
margin-left: 36px;
letter-spacing: 0.2em;
}
#header .menu .main nav ul li a {
display: block;
padding: 10px 2px;
overflow: hidden;
position: relative;
transition: all 0.3s linear;
}
#header .menu .main nav ul li a:after {
content: "";
display: block;
width: 100%;
height: 1px;
background: #ccc;
position: absolute;
bottom: 0;
left: -100%;
transition: all 0.3s linear;
}
#header .menu .main nav ul li a:hover {
transition: all 0.3s linear;
}
#header .menu .main nav ul li a:hover:after {
left: 0;
transition: all 0.3s linear;
}
#header .menu .sub {
text-align: center;
line-height: 1;
letter-spacing: 0.1em;
padding: 6px 0 0 27px;
}
#header .menu .sub ul {
display: flex;
justify-content: space-between;
margin-bottom: 20px;
}
#header .menu .sub ul li {
font-size: 1.2rem;
}
#header .menu .sub ul li:nth-of-type(1) {
padding-right: 19px;
}
#header .menu .sub .tel {
font-size: 2.3rem;
margin-bottom: 3px;
color: #d4a217;
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
letter-spacing: 0.09em;
}
#header .menu .sub .tel span {
font-size: 80%;
}
#header .menu .sub .time {
color: #dfdfdf;
font-size: 1.5rem;
font-weight: 400;
}
#header .menu .sub .time .small {
font-size: 90%;
}
#header .menu .sub .time .en {
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}
@media only screen and (max-width: 1550px) {
#header {
padding-right: 130px;
padding-left: 40px;
}
}
@media only screen and (max-width: 1210px) {
#header .menu {
width: calc(100% - 160px);
}
#header .menu .main .btn03 li {
width: 128px;
}
#header .menu .main nav ul li {
margin-left: 20px;
}
#header .menu .sub {
padding-left: 18px;
}
}
@media only screen and (max-width: 1070px) {
#header .menu {
width: calc(100% - 160px);
}
#header .menu .main nav ul li {
margin-left: 15px;
}
#header .menu .sub {
padding-left: 18px;
}
}
@media only screen and (max-width: 1024px) {
#header {
border: none;
position: fixed;
height: 50px;
min-width: inherit;
padding: 0;
background: black;
}
#header .innerWrap {
display: flex;
justify-content: center;
align-items: center;
height: 50px;
}
#header .logo {
max-width: 189px;
margin: 0;
padding: 0;
}
#header .menu {
display: none;
}
}
@media only screen and (max-width: 1024px) {
#header .menu .main .btn03 .wrap.spCont {
display: none;
}
}*/
#breadcrumbs {
    padding: 0px 40px 0;
    background-color: rgba(43, 60, 30, 0.8);
    color: #fff;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif !important;
}

#breadcrumbs .breadcrumbs_list {
    font-size: 1.6rem;
}

#breadcrumbs .breadcrumbs_list a {
    text-decoration: underline;
}

#breadcrumbs .breadcrumbs_list li:before {
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
}

#page_room #sec_intro {
    padding: 240px 40px 80px;
}

.visiblepc {
    display: block;
}

.visiblets {
    display: none;
}

.visiblesp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #breadcrumbs .breadcrumbs_list {
        display: none;
        padding: 12px 0;
        text-align: center;
        font-size: 1.8rem;
        font-weight: 600;
        letter-spacing: 0.25em;
        line-height: 1.4em;
    }

    .visiblepc {
        display: none;
    }

    .visiblets {
        display: block;
    }

    .visiblesp {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #breadcrumbs {
        display: block;
        padding: 0px 25px;
        position: relative;
        top: 50px;
    }

    #page_room #sec_intro {
        padding: 85px 25px 45px;
    }

    .visiblepc {
        display: none;
    }

    .visiblets {
        display: block;
    }

    .visiblesp {
        display: block;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■footer
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#footer {
    border-bottom: 2px solid #b6901f;
    color: #fff;
}

.ft_contact {
    color: #000;
}

#footer .ft_contact a {
    color: #000;
}

#footer .menu {
    background: #404040;
    padding: 31px 0;
    font-weight: 100;
}

#footer .menu ul {
    display: flex;
    justify-content: center;
}

#footer .menu ul li {
    font-size: 1.3rem;
    letter-spacing: 0.1em;
}

#footer .menu ul li a {
    padding: 5px 15px;
}

#footer .menu ul li:after {
    content: "／";
}

#footer .menu ul li:last-of-type:after {
    content: none;
}

#footer .bottom {
    background: #0c0c0c;
    padding: 58px 40px 75px;
    text-align: center;
    line-height: 1;
    letter-spacing: 0.1em;
}

#footer .login_tool {
    margin-bottom: 80px;
}

#footer .bottom .innerWrap {
    position: relative;
    max-width: 1140px;
}

#footer .bottom .logo {
    margin-bottom: 15px;
}

#footer .bottom .logo a {
    display: inline-block;
}

#footer .bottom .logo a img {
    width: 180px;
    height: auto;
}

#footer .bottom .address {
    font-size: 1.3rem;
    margin-bottom: 18px;
    line-height: 1.8;
    font-weight: 300;
}

#footer .bottom .tel {
    font-size: 2.1rem;
    margin-bottom: 5px;
    color: #a57e13;
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
    text-align: center;
}

#footer .bottom .time {
    color: rgba(255, 255, 255, 0.5);
    font-size: 1.4rem;
    margin-bottom: 20px;
}

#footer .bottom .time span.small {
    font-size: 90%;
    font-weight: 300;
}

#footer .bottom .time span.en {
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}

#footer .bottom .fax {
    font-size: 1.6rem;
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
    margin-bottom: 39px;
}

#footer .bottom .copyright {
    color: #cfcfcf;
    font-size: 1.1rem;
    letter-spacing: 0.06em;
    font-weight: 300;
}

#footer .bottom .sns {
    position: absolute;
    top: -18px;
    right: 0;
    overflow: hidden;
}

#footer .bottom .sns li {
    float: left;
    margin-left: 25px;
}

@media only screen and (max-width: 1024px) {
    #footer {
        border-bottom: none;
    }

    #footer .menu {
        display: none;
    }

    #footer .bottom {
        padding: 35px 15px 96px;
    }

    #footer .bottom .innerWrap {
        position: static;
    }

    #footer .bottom .address {
        margin-bottom: 30px;
        letter-spacing: 0.06em;
    }

    #footer .bottom .tel {
        font-size: 2.3rem;
    }

    #footer .bottom .time {
        color: #fff;
    }

    #footer .bottom .fax {
        margin-bottom: 35px;
    }

    #footer .bottom .copyright {
        font-size: 1.2rem;
    }

    #footer .bottom .sns {
        position: static;
        display: flex;
        justify-content: center;
        margin-bottom: 30px;
    }

    #footer .bottom .sns li {
        float: none;
        margin: 0 10px;
    }

    #footer .bottom .sns li img {
        width: auto;
        height: 20px;
    }
}

@media all and (-ms-high-contrast: none) {
    #footer .bottom {
        margin-bottom: 0;
    }
}

/*-------------------------
pagetop
-------------------------*/
#pagetop {
    position: fixed;
    right: 0;
    bottom: -64px;
    transition: all 0.3s linear;
    z-index: 100;
}

#pagetop.scrolltop {
    bottom: 0;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #pagetop {
        bottom: -135px;
    }

    #pagetop img {
        width: 50px;
        height: 50px;
    }

    #pagetop.scrolltop {
        bottom: 85px;
    }
}

/*-------------------------
searchbox
-------------------------*/
/*
#searchbox {
position: fixed;
left: 0;
right: 0;
bottom: 0;
z-index: 105;
min-width: 1024px;
pointer-events: none;
}
#searchbox.open {
pointer-events: auto;
max-width: 100%;
}
#searchbox .control {
height: 55px;
position: relative;
overflow: hidden;
pointer-events: auto;
width: 225px;
margin: 0 auto;
}
#searchbox .control li {
text-align: center;
position: absolute;
left: 0;
top: 15px;
right: 0;
bottom: 0;
}
#searchbox .control li span {
display: inline-block;
background: url(../as/ico_arrow01_t.png) no-repeat 18px center/9px auto, url(../as/bg02.png) center top;
cursor: pointer;
width: 225px;
height: 40px;
line-height: 1;
font-size: 1.5rem;
border-top-left-radius: 6px;
border-top-right-radius: 6px;
padding: 12px 0 0 6px;
box-shadow: 0px -1px 16px 0px rgba(182, 157, 79, 0.26);
}
#searchbox .control li.close {
display: none;
}
#searchbox .control li.close span {
background-image: url(../as/ico_arrow01_b.png), url(../as/bg02.png);
}
#searchbox .searchbody {
background: url(../as/bg02_100p.png) center 40px;
display: none;
padding: 23px 40px;
box-shadow: 0px -1px 16px 0px rgba(182, 157, 79, 0.26);
}
#searchbox .searchbody .bodywrap {
overflow: hidden;
max-width: 1140px;
margin: 0 auto;
font-size: 1.4rem;
display: flex;
justify-content: space-evenly;
flex-wrap: wrap;
align-items: center;
}
#searchbox .searchbody .form {
display: flex;
justify-content: space-between;
align-items: center;
width: 60%;
font-weight: 600;
}
#searchbox .searchbody .form .form_area {
display: flex;
justify-content: space-between;
align-items: center;
width: calc(100% - 120px);
}
#searchbox .searchbody .form .form_area>li {
display: flex;
justify-content: space-between;
align-items: center;
flex-wrap: wrap;
}
#searchbox .searchbody .form .form_area .ttl {
display: inline-block;
width: 40px;
}
#searchbox .searchbody .form .form_area .day .ttl {
width: 65px;
}
#searchbox .searchbody .form .form_area select {
width: 75px;
}
#searchbox .searchbody .form .form_area #datepicker {
margin-right: 14px;
}
#searchbox .searchbody .form .form_area label span {
padding-left: 0;
padding-right: 24px;
font-size: 1.2rem;
}
#searchbox .searchbody .form .form_area label span:before {
left: auto;
right: 0;
}
#searchbox .searchbody .form .form_area label span:after {
left: auto;
right: 5px;
}
#searchbox .searchbody .form .form_area label span span {
padding: 1px 2px;
background: #d0d0d0;
}
#searchbox .searchbody .form .form_area label span span:before,
#searchbox .searchbody .form .form_area label span span:after {
content: none;
}
#searchbox .searchbody .form .btn03 .wrap {
font-size: 1.6rem;
letter-spacing: 0.1em;
width: 100px;
height: 45px;
font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 300;
}
#searchbox .searchbody .sub_area {
display: flex;
justify-content: space-between;
align-items: center;
}
#searchbox .searchbody .sub_area .sub_menu {
margin-right: 25px;
}
#searchbox .searchbody .sub_area .sub_menu i {
font-style: normal;
}
@media only screen and (max-width: 1180px) {
#searchbox .searchbody .sub_area .sub_menu i {
display: none;
}
}
@media only screen and (max-width: 1120px) {
#searchbox .searchbody {
padding-left: 20px;
padding-right: 20px;
}
#searchbox .searchbody .sub_area .sub_menu {
margin-right: 15px;
}
}
#searchbox .searchbody .sub_area .sub_menu li {
padding-top: 5px;
padding-bottom: 5px;
}
#searchbox .searchbody .sub_area .login {
width: 150px;
}
#searchbox .searchbody .sub_area .login .btn03 .wrap {
padding: 0;
}
#searchbox .searchbody .sub_area .login .btn03 span {
background: url(../as/ico_login.png) no-repeat 23px center;
background-size: 9px auto;
display: block;
padding: 12.99999px 11px 13.83333px 38px;
}
#searchbox .searchbody .sub_area .login .link01 {
padding-left: 3px;
}
#searchbox .searchbody .sub_area .login .link01 a {
font-size: 1.2rem;
}
#searchbox .searchbody .sub_area .kuchikomi {
width: 159px;
}
#searchbox .searchbody .sub_area .kuchikomi .btn03 .wrap {
padding: 0;
}
#searchbox .searchbody .sub_area .kuchikomi .btn03 span {
background: url(../as/ico_kuchikomi.png) no-repeat 15px center;
background-size: 20px auto;
display: block;
padding: 15px 9px 15px 39px;
letter-spacing: 0.03em;
}
.ui-widget-header {
background: #2b3c1e;
border-color: #fff;
color: #fff;
font-size: 1.5rem;
}
.ui-widget-header .ui-icon {
background-image: url(https://code.jquery.com/ui/1.12.1/themes/base/images/ui-icons_ffffff_256x240.png);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
background: #b6901f;
color: #fff;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
border-color: #b6901f;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
background: #65511c;
color: #fff;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
border-color: #65511c;
}
.ui-widget-content .ui-datepicker-prev-hover,
.ui-widget-content .ui-datepicker-next-hover {
border: none;
background: none;
color: #fff;
font-weight: 700;
right: 2px;
top: 2px;
opacity: 0.8;
cursor: pointer;
}
.ui-widget-content .ui-datepicker-prev-hover {
left: 2px;
right: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
font-size: 1.2rem;
}
.ui-datepicker td span,
.ui-datepicker td a {
padding: .5em .2em;
}
@media only screen and (max-width: 1024px) {
#searchbox {
display: none;
}
}
*/
/*datepicker
#datepickerobjects .datepickerobject {
display: none;
}
#datepickerobjects .datepickertrigger {
background: url(../as/ico_cal.png) no-repeat right 15px center #fff;
background-size: 17px auto;
transition: 0.5s;
cursor: pointer;
width: 140px;
}
#datepickerobjects .datepickertrigger:disabled {
background-color: #d0d0d0;
}
@media only screen and (max-width: 1190px) {
#searchbox .searchbody .form {
justify-content: flex-start;
width: auto;
min-width: 530px;
font-size: 1.3rem;
}
#searchbox .searchbody .form .form_area {
width: calc(100% - 160px);
min-width: 467px;
}
#searchbox .searchbody .form .form_area select {
min-width: inherit;
width: 57px;
}
#searchbox .searchbody .form .form_area #datepicker {
margin-right: 6px;
}
#searchbox .searchbody .form .btn03 {
margin-left: 15px;
}
#searchbox .searchbody .form .btn03 .wrap {
width: 70px;
height: 45px;
font-size: 1.4rem;
}
#datepickerobjects .datepickertrigger {
background-position: right 5px center;
width: 113px;
}
}
@media only screen and (max-width: 1070px) {
#searchbox .sub_area .kuchikomi {
width: 413px;
}
#searchbox .sub_area .kuchikomi .btn03 span {
background-position: 8px center;
padding-right: 5px;
padding-left: 26px;
}
}
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■MENU
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
.menuBtn {
position: absolute;
z-index: 99999;
right: 0;
top: 0;
}
*/
/*-------------------------
spMenuBtn
-------------------------
#spMenuBtn {
z-index: 99999;
border: none;
background-color: transparent;
outline: none;
position: fixed;
right: 0;
height: 113px;
width: 115px;
background: #2b3c1e;
transition: all 0.3s linear;
}
#spMenuBtn .spMenuBtn_bar,
#spMenuBtn .spMenuBtn_txt {
width: 40px;
}
#spMenuBtn .spMenuBtn_bar {
position: relative;
height: 22px;
margin: 0 auto;
}
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
content: '';
}
#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
position: absolute;
left: 0;
right: 0;
display: block;
width: 100%;
height: 2px;
margin: auto;
transition: all 0.2s;
transform-origin: 50% 50%;
}
#spMenuBtn .spMenuBtn_bar span {
top: 0;
bottom: 0;
}
#spMenuBtn .spMenuBtn_bar:before {
top: 0;
}
#spMenuBtn .spMenuBtn_bar:after {
bottom: 0;
}
#spMenuBtn .spMenuBtn_txt {
display: block;
width: 100%;
font-size: 1.3rem;
line-height: 1.0;
letter-spacing: 0.1em;
color: #fff;
text-align: center;
transition: all 0.2s linear;
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}
#spMenuBtn.open .spMenuBtn_bar span {
opacity: 0;
}
#spMenuBtn.open .spMenuBtn_bar:before {
bottom: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#spMenuBtn.open .spMenuBtn_bar:after {
top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#spMenuBtn:hover {
background: #364b27;
transition: all 0.3s linear;
}
#spMenuBtn .spMenuBtn_bar {
width: 19px;
height: 18px;
}
#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
background-color: #fff;
}
#spMenuBtn .spMenuBtn_txt:after {
content: "MENU";
display: block;
margin-top: 12px;
width: 100%;
}
#spMenuClose {
z-index: 99999;
border: none;
background-color: transparent;
outline: none;
position: fixed;
top: 2px;
right: 0;
height: 65px;
width: 90px;
transition: all 0.3s linear;
}
#spMenuClose .spMenuBtn_bar,
#spMenuClose .spMenuBtn_txt {
width: 40px;
}
#spMenuClose .spMenuBtn_bar {
position: relative;
height: 22px;
margin: 0 auto;
}
#spMenuClose .spMenuBtn_bar:before,
#spMenuClose .spMenuBtn_bar:after {
content: '';
}
#spMenuClose .spMenuBtn_bar span,
#spMenuClose .spMenuBtn_bar:before,
#spMenuClose .spMenuBtn_bar:after {
position: absolute;
left: 0;
right: 0;
display: block;
width: 100%;
height: 2px;
margin: auto;
transition: all 0.2s;
transform-origin: 50% 50%;
}
#spMenuClose .spMenuBtn_bar span {
top: 0;
bottom: 0;
}
#spMenuClose .spMenuBtn_bar:before {
top: 0;
}
#spMenuClose .spMenuBtn_bar:after {
bottom: 0;
}
#spMenuClose .spMenuBtn_txt {
display: block;
width: 100%;
font-size: 1.3rem;
line-height: 1.0;
letter-spacing: 0.1em;
color: #fff;
text-align: center;
transition: all 0.2s linear;
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}
#spMenuClose.open .spMenuBtn_bar span {
opacity: 0;
}
#spMenuClose.open .spMenuBtn_bar:before {
bottom: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#spMenuClose.open .spMenuBtn_bar:after {
top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
#spMenuClose:hover {
opacity: 0.6;
transition: all 0.3s linear;
}
#spMenuClose .spMenuBtn_bar {
width: 25px;
}
#spMenuClose .spMenuBtn_bar span,
#spMenuClose .spMenuBtn_bar:before,
#spMenuClose .spMenuBtn_bar:after {
background-color: #000;
}
#spMenuClose .spMenuBtn_bar span {
opacity: 0;
}
#spMenuClose .spMenuBtn_bar:before {
bottom: 0;
-webkit-transform: rotate(45deg);
-ms-transform: rotate(45deg);
transform: rotate(45deg);
}
#spMenuClose .spMenuBtn_bar:after {
top: 0;
-webkit-transform: rotate(-45deg);
-ms-transform: rotate(-45deg);
transform: rotate(-45deg);
}
@media only screen and (max-width: 1024px) {
.menuBtn {
position: static;
}
#spMenuBtn {
position: absolute;
top: 0;
}
}
@media only screen and (max-width: 1024px) {
#spMenuBtn {
width: 22%;
height: 63px;
border-left: 1px solid #829e87;
top: auto;
bottom: 0;
position: fixed;
background: #3c532b;
padding-bottom: 15px;
}
#spMenuBtn .spMenuBtn_bar {
width: 15px;
height: 17px;
}
#spMenuBtn .spMenuBtn_bar span,
#spMenuBtn .spMenuBtn_bar:before,
#spMenuBtn .spMenuBtn_bar:after {
background-color: #9ea995;
}
#spMenuBtn .spMenuBtn_txt {
position: absolute;
top: 30px;
}
#spMenuBtn .spMenuBtn_txt:after {
font-family: "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
font-weight: 400;
content: "メニュー";
font-size: 1.2rem;
letter-spacing: normal;
}
#spMenuBtn.open .spMenuBtn_txt:after {
content: "閉じる";
}
#spMenuBtn.open .spMenuBtn_bar {
width: 20px;
}
}
-------------------------
spMenu
-------------------------
#spMenuOverlay {
display: none;
width: 100%;
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
background: rgba(0, 0, 0, 0);
z-index: 9999;
}
#spMenu {
position: absolute;
width: 100%;
top: 0;
bottom: 0;
left: 0;
right: 0;
z-index: -1;
background: #f4f4f4;
padding: 0;
background: url("../as/bg02.png") repeat left top #fff;
background-size: 750px auto;
padding: 0;
display: none;
opacity: 1;
}
#spMenu.open {
z-index: 9999;
opacity: 1;
-webkit-transform: translate3d(0%, 0, 0);
-ms-transform: translate3d(0%, 0, 0);
transform: translate3d(0%, 0, 0);
}
#spMenu .inner {
height: 100%;
overflow-x: hidden;
overflow-y: auto;
position: relative;
box-sizing: border-box;
}
#spMenu .spMenu_wrap {
display: flex;
justify-content: space-between;
}
#spMenu .menu_area {
width: 50%;
padding: 18px 25px;
}
#spMenu .menu_area .hd_area {
position: relative;
min-height: 36px;
}
#spMenu .menu_area .hd_area .language {
width: 150px;
min-height: 36px;
margin-right: 26px;
color: #fff;
font-size: 1.4rem;
letter-spacing: 0.1em;
text-align: center;
position: absolute;
top: 0;
left: 0;
z-index: 10;
line-height: 1;
}
#spMenu .menu_area .hd_area .language a {
padding: 10px;
display: block;
background: #888;
}
#spMenu .menu_area .hd_area .language a.spCont {
display: none;
}
#spMenu .menu_area .hd_area .language p {
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}
#spMenu .menu_area .hd_area .language p a {
background: url(../as/ico_select02.png) no-repeat right 8px center #888;
background-size: 6px auto;
padding-top: 12px;
}
#spMenu .menu_area .hd_area .language ul {
display: none;
}
#spMenu .menu_area .hd_area .sns {
position: absolute;
top: 56px;
left: 0;
padding: 0;
}
#spMenu .menu_area .hd_area .sns li {
float: left;
margin-right: 20px;
}
#spMenu .menu_area .hd_area .sns li .ro:hover {
opacity: 0.7;
}
#spMenu .menu_area .main_center {
height: calc(100% - 120px);
display: flex;
align-items: center;
}
#spMenu .menu_area .main_wrap {
max-width: 560px;
margin: 0 auto;
text-align: center;
}
#spMenu .menu_area .inner {
display: flex;
justify-content: center;
}
#spMenu .menu_area .logo {
line-height: 1;
margin-bottom: 4.3%;
}
#spMenu .menu_area .logo img {
width: 200px;
height: auto;
}
#spMenu .menu_area .btn03 {
position: relative;
display: flex;
justify-content: space-between;
flex-wrap: wrap;
font-size: 1.5rem;
letter-spacing: normal;
}
#spMenu .menu_area .btn03:after {
content: '';
order: 1;
display: block;
width: 32.7%;
margin-bottom: 5px;
}
#spMenu .menu_area .btn03 .wrap {
padding: 2px 0;
}
#spMenu .menu_area .btn03 .wrap .inner {
overflow: hidden;
height: 46px;
}
#spMenu .menu_area .btn03 li {
margin-bottom: 5px;
width: 32.7%;
}
#spMenu .menu_area .btn03 li .wrap {
transition: all 0.5s linear;
}
#spMenu .menu_area .btn03 li .wrap:after {
transition: all 0.5s linear;
}
#spMenu .menu_area .btn03 li .wrap:hover:after {
transition: all 0.5s linear;
}
#spMenu .menu_area .btn03 li.long {
width: 100% !important;
}
#spMenu .menu_area .btn03 li.long .wrap {
transition: all 0.6s linear;
}
#spMenu .menu_area .btn03 li.long .wrap:after {
transition: all 0.6s linear;
}
#spMenu .menu_area .btn03 li.long .wrap:hover:after {
transition: all 0.6s linear;
}
#spMenu .menu_area .btn03.plan_btn {
padding-bottom: 5px;
}
#spMenu .menu_area .btn03.plan_btn:after {
width: 49.4%;
}
#spMenu .menu_area .btn03.plan_btn li {
width: 32.66666%;
}
#spMenu .menu_area .btn03.main_btn {
padding-bottom: 15px;
}
#spMenu .menu_area .btn03.sub_btn {
padding-bottom: 8px;
}
#spMenu .menu_area .btn03.sub_btn:after {
width: 49.4%;
}
#spMenu .menu_area .btn03.sub_btn li {
width: 49.4%;
}
#spMenu .menu_area .btn03.sub_btn,
#spMenu .menu_area .btn03.other_btn {
font-size: 1.4rem;
}
#spMenu .menu_area .btn03.other_btn:after {
width: 49.4%;
display: none;
}
#spMenu .menu_area .btn03.other_btn li {
width: 100%;
margin-left: auto;
margin-right: auto;
}
#spMenu .menu_area .link01 {
display: block;
text-align: center;
margin-top: 4%;
margin-bottom: -15px;
}
#spMenu .menu_area .link01 li {
display: inline-block;
padding: 0 10px;
margin-bottom: 15px;
}
#spMenu .menubg {
width: 50%;
min-height: 100vh;
position: relative;
}
#spMenu .display {
position: absolute;
left: 0;
top: 0;
right: 0;
bottom: 0;
background-repeat: no-repeat;
background-position: center center;
background-image: url(../as/menu_img_home.png);
background-size: cover;
opacity: 0;
transition: all 2s;
}
#spMenu .display.active {
opacity: 1;
}
@media only screen and (max-width: 1366px) {
#spMenu .menu_area .hd_area .sns {
position: absolute;
top: 56px;
left: 0;
padding: 0;
}
}
@media only screen and (max-width: 950px) {
#spMenu .menubg {
display: none;
}
#spMenu .menu_area {
width: 100%;
}
}
@media only screen and (min-width: 768px) {
#spMenu .menu_area .btn03 .wrap.spCont {
display: none;
}
}
@media screen and (min-width:768px) and (max-width:1024px) {
#spMenu .menu_area .btn03 .wrap.spCont {
display: block;
}
}
@media only screen and (max-width: 1024px) {
#spMenu {
bottom: 63px;
}
#spMenu .spMenu_wrap {
height: 100%;
}
#spMenu .menu_area {
padding: 20px 25px;
}
#spMenu .menu_area .hd_area {
margin-bottom: 0;
min-height: inherit;
position: relative;
}
#spMenu .menu_area .hd_area .language {
width: 85px;
min-height: 47px;
margin-right: 0;
font-size: 1.5rem;
position: absolute;
top: -20px;
right: -25px;
left: auto;
width: 120px;
width: 165px;
}
#spMenu .menu_area .hd_area .language a {
padding: 10px;
}
#spMenu .menu_area .hd_area .language a.pcCont {
display: none;
}
#spMenu .menu_area .hd_area .language a.spCont {
display: block;
}
#spMenu .menu_area .hd_area .language p a {
background: url(../as/sp/ico_select.png) no-repeat right 15px center #888;
background-size: 12px auto;
display: flex;
justify-content: flex-start;
align-items: center;
min-height: 35px;
background-position: right 12px center;
background-size: 10px auto;
font-size: 1.6rem;
letter-spacing: 0;
padding: 15px 5px 15px 28px;
}
#spMenu .menu_area .hd_area .sns {
position: absolute;
top: 0;
left: 0;
padding: 0;
}
#spMenu .menu_area .hd_area .sns li {
float: left;
margin: 0 24px 0 0;
}
#spMenu .menu_area .hd_area .sns li img {
width: auto;
height: 24px;
}
#spMenu .menu_area .main_center {
height: 100%;
}
#spMenu .menu_area .main_wrap {
padding: 38px 0 0;
padding: 0;
max-width: 600px;
width: 100%;
}
#spMenu .menu_area .logo {
margin-bottom: 100px;
}
#spMenu .menu_area .logo img {
width: 180px;
}
#spMenu .menu_area .btn03 {
font-size: 1.8rem;
letter-spacing: normal;
}
#spMenu .menu_area .btn03:after {
width: 32.3%;
}
#spMenu .menu_area .btn03 .wrap .inner {
overflow: hidden;
height: 62px;
}
#spMenu .menu_area .btn03 .wrap.pcCont {
display: none;
}
#spMenu .menu_area .btn03 li {
width: 32.3%;
margin-bottom: 10px;
}
#spMenu .menu_area .btn03.plan_btn:after,
#spMenu .menu_area .btn03.sub_btn:after,
#spMenu .menu_area .btn03.other_btn:after {
width: 48.6%;
}
#spMenu .menu_area .btn03.plan_btn {
padding-bottom: 0;
}
#spMenu .menu_area .btn03.main_btn {
padding-bottom: 18px;
}
#spMenu .menu_area .btn03.sub_btn {
padding-bottom: 5px;
padding-bottom: 0;
}
#spMenu .menu_area .btn03.sub_btn,
#spMenu .menu_area .btn03.other_btn {
font-size: 1.8rem;
}
#spMenu .menu_area .link01 {
display: flex;
flex-wrap: wrap;
}
#spMenu .menu_area .link01 a {
display: block;
font-size: 1.5rem;
}
#spMenu .menu_area .link01 li {
width: calc(100% / 3);
text-align: left;
margin-bottom: 25px;
}
}
#spMenu .menu_area .btn03.plan_btn li.plan_btn_3col {}
@media screen and (max-width: 766px) {
#spMenu .menu_area .btn03.plan_btn li.plan_btn_3col {
font-size: 1.3rem;
}
}
@media only screen and (max-width: 560px) {
#spMenu .menu_area .hd_area .language {
width: 100px;
min-height: 37px;
font-size: 1.3rem;
}
#spMenu .menu_area .hd_area .language p a {
background-position: right 10px center;
font-size: 1.1rem;
padding: 10px 0 10px 10px;
}
#spMenu .menu_area .hd_area .sns {
top: -10px;
left: -11px;
}
#spMenu .menu_area .hd_area .sns li {
margin-right: 15px;
}
#spMenu .menu_area .hd_area .sns li img {
height: 18px;
}
#spMenu .menu_area .spMenu_wrap {
display: block;
height: auto;
}
#spMenu .menu_area .main_wrap {
padding: 0;
max-width: 560px;
width: auto;
}
#spMenu .menu_area .logo {
margin-bottom: 13px;
}
#spMenu .menu_area .logo img {
width: 150px;
}
#spMenu .menu_area .btn03 {
font-size: 1.5rem;
}
#spMenu .menu_area .btn03 .wrap .inner {
height: 40px;
}
#spMenu .menu_area .btn03 li {
margin-bottom: 5px;
}
#spMenu .menu_area .btn03.main_btn {
padding-bottom: 6px;
}
#spMenu .menu_area .btn03.main_btn,
#spMenu .menu_area .btn03.other_btn {
font-size: 1.4rem;
}
#spMenu .menu_area .btn03.sub_btn {
font-size: 1.3rem;
}
#spMenu .menu_area .btn03.sub_btn,
#spMenu .menu_area .btn03.other_btn {
font-size: 1.4rem;
}
#spMenu .menu_area .btn03.other_btn li {
width: 100%;
}
#spMenu .menu_area .link01 {
display: block;
margin: 8px -25px 0;
}
#spMenu .menu_area .link01.service_link {
margin-top: 15px;
}
#spMenu .menu_area .link01 a {
display: inline-block;
font-size: 1.2rem;
letter-spacing: 0;
}
#spMenu .menu_area .link01 li {
width: auto;
padding: 0 0 0 15px;
margin-bottom: 10px;
text-align: left;
padding: 0 5px;
}
}
@media only screen and (max-width: 375px) {
#spMenu {
bottom: 63px;
}
#spMenu .spMenu_wrap {
display: block;
}
#spMenu .menu_area {
padding: 20px 25px;
}
#spMenu .menu_area .hd_area {
margin-bottom: 0;
min-height: inherit;
position: relative;
}
#spMenu .menu_area .hd_area .language {
min-height: 37px;
margin-right: 0;
font-size: 1.3rem;
position: absolute;
top: -20px;
right: -25px;
left: auto;
}
#spMenu .menu_area .hd_area .language a {
padding: 10px;
}
#spMenu .menu_area .hd_area .language a.pcCont {
display: none;
}
#spMenu .menu_area .hd_area .language a.spCont {
display: block;
}
#spMenu .menu_area .hd_area .sns {
position: absolute;
top: -10px;
left: -11px;
padding: 0;
}
#spMenu .menu_area .hd_area .sns li {
float: left;
margin: 0 15px 0 0;
}
#spMenu .menu_area .hd_area .sns li img {
width: auto;
height: 18px;
}
#spMenu .menu_area .btn03 .wrap .inner {
height: 39px;
}
#spMenu .menu_area .btn03 li {
margin-bottom: 3px;
}
#spMenu .menu_area .btn03.main_btn {
padding-bottom: 12px;
padding-bottom: 6px;
}
#spMenu .menu_area .btn03.plan_btn {
padding-bottom: 0;
}
#spMenu .menu_area .btn03.sub_btn {
padding-bottom: 5px;
padding-bottom: 0;
font-size: 1.3rem;
}
#spMenu .menu_area .btn03.main_btn,
#spMenu .menu_area .btn03.other_btn {
font-size: 1.4rem;
}
}
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
■spFix
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*
@media only screen and (max-width: 1024px) {
#spFix {
position: fixed;
display: block;
height: 63px;
left: 0;
right: 0;
bottom: 0;
background: #829e87;
z-index: 499;
}
#spFix ul {
width: calc(100% - 21%);
display: flex;
}
#spFix ul li {
width: 32%;
line-height: 1;
font-size: 1.2rem;
letter-spacing: normal;
color: #fff;
text-align: center;
border-left: 1px solid #829e87;
}
#spFix ul li.vacancy {
width: 36%;
}
#spFix ul li a {
display: block;
background: no-repeat center 9px #2b3c1e;
background-size: auto 27px;
padding-top: 42px;
height: 63px;
}
#spFix ul li.plan a {
background-image: url(../as/sp/ico_plan.png);
}
#spFix ul li.search a {
background-image: url(../as/sp/ico_search.png);
}
#spFix ul li.daytrip a {
background-image: url(../as/sp/ico_spa.png);
}
#spFix ul li.vacancy a {
background-image: url(../as/sp/ico_calendar.png);
}
#spFix ul li.access a {
background-image: url(../as/sp/ico_access.png);
}
}
*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■content
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
.contents {
    position: relative;
    padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
    .contents {
        padding-top: 0px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■WP用
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*-------------------------
404用
-------------------------*/
#notfound {
    padding: 150px 0;
}

#notfound p {
    text-align: center;
}

#notfound .caption {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 20px;
}

/*-------------------------
記事用
-------------------------*/
.entry p,
.entry ul,
.entry ol,
.entry table {
    margin-bottom: 30px;
}

.entry p:last-child,
.entry ul:last-child,
.entry ol:last-child,
.entry table:last-child {
    margin-bottom: 0;
}

.entry .alignleft {
    float: left;
    display: block;
    margin-right: 30px;
}

.entry .alignright {
    float: right;
    display: block;
    margin-right: 30px;
}

.entry .aligncenter {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

.entry img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.entry table {
    border-top: 1px solid #e6e6e6;
    border-left: 1px solid #e6e6e6;
}

.entry table th,
.entry table td {
    border-bottom: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    padding: 5px 20px;
    text-align: left;
}

.entry table th {
    background: #f9f9f9;
    font-weight: 700;
}

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

    .entry p,
    .entry ul,
    .entry ol,
    .entry table {
        margin-bottom: 15px;
    }

    .entry .alignleft {
        margin-right: 15px;
    }

    .entry .alignright {
        margin-right: 15px;
    }
}

/*-------------------------
WP用のページャー
-------------------------*/
#list_pager {
    overflow: hidden;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■トップページ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/*
@media only screen and (max-width: 1024px) {
body.home #header {
height: 0;
}
}
@media only screen and (max-width: 1024px) {
body.home #header .logo {
display: none;
}
}
#page_index {
background: url("../as/bg01.png") repeat left top #f4eddf;
background-size: 375px auto;
}*/
/*--------------------------------------------------
ローディング
--------------------------------------------------*/
/*@keyframes fade_In {
0% {
opacity: 0;
}
100% {
opacity: 1;
}
}
#loader {
position: fixed;
top: 0;
bottom: 0;
left: 0;
right: 0;
right: 0;
z-index: 9999999999;
display: flex;
align-items: center;
background: url("../as/bg02.png") repeat left top #fff;
background-size: 750px auto;
padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
#loader {
padding: 0 15px;
}
}
#loader .innerWrap {
max-width: 1110px;
}
#loader .logo {
opacity: 0;
display: block;
max-width: 237px;
margin: 0 0 45px;
margin: auto;
animation-name: fade_In;
animation-duration: 1.5s;
animation-timing-function: ease-in-out;
animation-delay: 1s;
animation-fill-mode: forwards;
}
@media only screen and (max-width: 1024px) {
#loader .logo {
max-width: 207px;
margin: 0 auto 30px;
}
}
#loader .logo img {
width: 100%;
height: auto;
}
#loader .text {
display: flex;
justify-content: flex-start;
color: #434343;
font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 300;
font-weight: 600;
letter-spacing: 0.84em;
}
@media only screen and (max-width: 1024px) {
#loader .text {
display: block;
line-height: 2.4;
letter-spacing: 0.6em;
text-align: center;
}
}
#loader .text span {
display: block;
opacity: 0;
animation-name: fadeInLeft;
animation-duration: 0.35s;
animation-timing-function: ease-out;
animation-fill-mode: forwards;
}
@keyframes fadeInLeft {
from {
opacity: 0;
transform: translate3d(-5px, 0, 0);
}
to {
opacity: 1;
transform: translate3d(0, 0, 0);
}
}
@media only screen and (max-width: 1024px) {
#loader .text span {
display: inline-block;
}
}
#loader .text span:nth-child(1) {
animation-delay: 2.65s;
}
#loader .text span:nth-child(2) {
animation-delay: 2.85s;
}
#loader .text span:nth-child(3) {
animation-delay: 3.05s;
}
#loader .text span:nth-child(4) {
animation-delay: 3.25s;
}
#loader .text span:nth-child(5) {
animation-delay: 3.85s;
}
#loader .text span:nth-child(6) {
animation-delay: 4.05s;
}
#loader .text span:nth-child(7) {
animation-delay: 4.25s;
}
#loader .text span:nth-child(8) {
animation-delay: 4.45s;
}
#loader .text span:nth-child(9) {
animation-delay: 4.65s;
}
#loader .text span:nth-child(10) {
animation-delay: 4.85s;
}
#loader .text span:nth-child(11) {
animation-delay: 5.05s;
}
#loader .text span:nth-child(12) {
animation-delay: 5.25s;
}
#loader .text span:nth-child(13) {
animation-delay: 5.45s;
}
#loader .text span:nth-child(14) {
animation-delay: 5.65s;
}
#loader .text span:nth-child(15) {
animation-delay: 5.85s;
}
#loader .text span:nth-child(16) {
animation-delay: 6.05s;
}
*/
/*--------------------------------------------------
メインビジュアル
--------------------------------------------------*/
/*
#page_index #sec_mv {
position: relative;
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv {
height: auto !important;
}
}
#page_index #sec_mv .slide {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv .slide {
position: relative;
z-index: 0;
height: 240px;
height: auto;
}
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv .slide:after {
content: '';
position: absolute;
bottom: -1px;
left: 0;
right: 0;
z-index: 1;
height: 35px;
background: url("../as/index/sp_slide_after.png") repeat-x center bottom;
background-size: auto 100%;
}
}
#page_index #sec_mv .swiper-container {
height: 100%;
}
#page_index #sec_mv .slide_item {
height: 100%;
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv .slide_item:before {
content: '';
display: block;
padding-bottom: 64%;
}
}
#page_index #sec_mv .inner {
height: 100%;
}
#page_index #sec_mv .img {
height: 100%;
}
#page_index #sec_mv .img img {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
min-width: 100%;
min-height: 100%;
}
#page_index #sec_mv .swiper-pagination {
bottom: 30px;
left: 0;
right: 0;
display: flex;
justify-content: flex-end;
max-width: 1280px;
width: auto;
padding: 0 0 0 0;
margin: 0 auto;
transition: all 0.3s linear;
}
@media only screen and (max-width: 1360px) {
#page_index #sec_mv .swiper-pagination {
padding: 0 40px;
}
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv .swiper-pagination {
display: none;
}
}
#page_index #sec_mv .swiper-pagination-bullet {
opacity: .6;
width: 10px;
height: 10px;
background-color: transparent;
border: 1px solid #fff;
margin: 0 6px 0 9px;
}
#page_index #sec_mv .swiper-pagination-bullet-active {
background-color: #fff;
}
#page_index #sec_mv .scroll {
position: absolute;
bottom: 60px;
left: 0;
right: 0;
z-index: 10;
color: #fff;
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
font-size: 1.2rem;
text-align: center;
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv .scroll {
display: none;
}
}
#page_index #sec_mv .scroll a {
position: relative;
display: inline-block;
padding-bottom: 25px;
transition: all 0.3s linear;
}
#page_index #sec_mv .scroll a:hover {
opacity: .8;
transition: all 0.3s linear;
}
#page_index #sec_mv .scroll a:after {
content: '';
position: absolute;
bottom: 2px;
left: 0;
right: 0;
width: 20px;
height: 12px;
background: url("../as/ico_arrow02.png") no-repeat center bottom;
background-size: 100% auto;
margin: 0 auto;
transition: all 0.3s linear;
}
#page_index #sec_mv .scroll a:hover:after {
bottom: 0;
}
#page_index #sec_mv .index_menu {
background: url("../as/bg02.png") repeat left top #fff;
background-size: 750px auto;
box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
}
@media only screen and (min-width: 768px) {
#page_index #sec_mv .index_menu {
display: none;
}
}
#page_index #sec_mv .index_menu .logo {
position: relative;
background: url("../as/bg01.png") repeat left top #f4eddf;
background-size: 375px auto;
padding: 5px 0 16px;
}
#page_index #sec_mv .index_menu .logo:before,
#page_index #sec_mv .index_menu .logo:after {
content: '';
position: absolute;
top: 0;
bottom: 8px;
height: 4px;
border-top: 1px solid #a57e13;
border-bottom: 1px solid #a57e13;
margin: auto 0;
}
#page_index #sec_mv .index_menu .logo:before {
left: 0;
right: calc(50% + 66px);
right: calc(50% + 115px);
}
#page_index #sec_mv .index_menu .logo:after {
left: calc(50% + 66px);
left: calc(50% + 115px);
right: 0;
}
#page_index #sec_mv .index_menu .logo a {
display: block;
max-width: 103px;
max-width: 200px;
margin: 0 auto;
}
#page_index #sec_mv .index_menu .logo img {
width: 100%;
height: auto;
}
#page_index #sec_mv .index_menu .tel {
font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 300;
text-align: center;
padding: 20px 0;
}
#page_index #sec_mv .index_menu .tel .ttl {
font-size: 1.7rem;
margin: 0 0 10px;
}
#page_index #sec_mv .index_menu .tel a {
display: inline-block;
background: url("../as/ico_tel.png") no-repeat left center;
background-size: 24.5px auto;
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
font-size: 3.0rem;
padding-left: 38px;
}
#page_index #sec_mv .index_menu .tel .hour {
font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
font-size: 1.5rem;
margin: 5px 0 0;
}
#page_index #sec_mv .index_menu .btn {
padding: 0 25px 17px;
}
#page_index #sec_mv .index_menu .btn ul {
display: flex;
flex-wrap: wrap;
justify-content: space-between;
}
#page_index #sec_mv .index_menu .btn ul li {
width: 49.24%;
margin: 0 0 7px;
}
#page_index #sec_mv .index_menu .btn .btn01 {
font-size: 1.3rem;
line-height: 1.3076923077;
text-align: center;
}
#page_index #sec_mv .index_menu .btn .btn01 .btn_inner {
border-radius: 0;
}
@media only screen and (max-width: 766px) {
#page_index #sec_mv .index_menu .btn .btn01 .btn_inner {
min-height: 45px;
}
}
#page_index #sec_mv .index_menu .btn .btn01 .btn_inner:after {
display: none;
}
#page_index #sec_mv .index_menu .btn .btn01.c01 .btn_inner {
background-color: #65511c;
}
#page_index #sec_mv .index_menu .btn .btn01.c03 .btn_inner {
background-color: #3c532b;
}
#page_index #sec_mv .index_menu .btn .btn__kuchikomi {
max-width: inherit;
width: 100%;
}
#page_index #sec_mv .index_menu .btn .btn__kuchikomi span {
background: url("../as/ico_kuchikomi.png") no-repeat left center;
background-size: 24px auto;
line-height: 2;
padding-left: 35px;
}
#page_index #sec_mv #slide_front {
background: url("../as/bg02.png") repeat left top #fff;
background-size: 750px auto;
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv #slide_front {
background: url("../as/bg01.png") repeat left top #f4eddf;
background-size: 375px auto;
}
}
#page_index #sec_mv #slide_front .inner {
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv #slide_front .inner {
text-align: center;
}
}
#page_index #sec_mv #slide_front .copy {
color: #434343;
font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 300;
font-size: 2.1rem;
font-weight: 500;
letter-spacing: 0.84em;
text-indent: 0.84em;
font-feature-settings: "halt";
}
@media only screen and (max-width: 1024px) {
#page_index #sec_mv #slide_front .copy {
font-size: 1.6rem;
line-height: 2.4;
letter-spacing: 0.6em;
text-indent: 0.6em;
}
}
*/
/*--------------------------------------------------
コロナ注意書き
--------------------------------------------------*/
#page_index .emergency-wrapper .emergency {
    padding: 20px;
    text-align: center;
    font-size: 120%;
    background: url(../as/bg02.png) repeat left top #fff;
    margin: 50px auto 0 auto;
    border: solid 2px #ccc;
    width: 50%;
    cursor: pointer;
}

/*--------------------------------------------------
県民割
--------------------------------------------------*/
#page_index .pdt30 {
    padding-top: 30px;
}

@media screen and (max-width: 550px) {
    .emergency-wrapper {
        width: 800px !important;
        max-width: 90% !important;
        margin: 0 auto !important;
    }

    #page_index .pdt30 {
        padding-top: 0px;
    }
}

/*--------------------------------------------------
スライドバナー
--------------------------------------------------*/
#page_index #sec_banner {
    padding: 80px 0 0;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_banner {
        padding: 37.5px 0 33px;
    }
}

#page_index #sec_banner .slide {
    position: relative;
    position: relative;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    padding: 62px 0 50px;
}

#page_index #sec_banner .slide:before,
#page_index #sec_banner .slide:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_index #sec_banner .slide:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_banner .slide:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_index #sec_banner .slide:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_banner .slide:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_banner .slide {
        padding: 30px 0 26px;
    }
}

#page_index #sec_banner .slide:before,
#page_index #sec_banner .slide:after {
    top: -80px;
}

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

    #page_index #sec_banner .slide:before,
    #page_index #sec_banner .slide:after {
        top: -37.5px;
    }
}

#page_index #sec_banner .swiper-container {
    padding: 0 0 38px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_banner .swiper-container {
        padding-bottom: 24px;
    }
}

#page_index #sec_banner .swiper-slide {
    align-self: center;
    max-width: 480px;
}

@media only screen and (max-width: 767px) {
    #page_index #sec_banner .swiper-slide {
        max-width: 360px;
        width: 64%;
    }
}

#page_index #sec_banner .slide_item .img {
    background: #fff;
}

#page_index #sec_banner .slide_item .img img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

#page_index #sec_banner .slide_item a:hover .img img {
    opacity: 0.8;
}

#page_index #sec_banner .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
}

#page_index #sec_banner .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    margin: 0 7.5px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_banner .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 6.25px;
    }
}

#page_index #sec_banner .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

/*--------------------------------------------------
おすすめプラン
--------------------------------------------------*/
#page_index #sec_plan {
    padding: 100px 40px 0px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan {
        padding: 20px 0 0 0;
    }
}

#page_index #sec_plan .innerWrap {
    max-width: 1400px;
}

#page_index #sec_plan .innerWrap:before {
    content: "";
    position: absolute;
    top: 48.5px;
    right: 13px;
    width: 81px;
    height: 62px;
    background: url("../as/parts03.png") no-repeat left top;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .innerWrap:before {
        top: -17px;
        right: 46.5px;
        width: 64px;
        height: 50px;
    }
}

#page_index #sec_plan .hd01 {
    margin: 0 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .hd01 {
        margin: 10px 0 20px;
    }
}

#page_index #sec_plan .plan_main .tabBtn {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .tabBtn {
        display: none;
    }
}

#page_index #sec_plan .plan_main .tabBtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    height: 1px;
    background: rgba(182, 144, 31, 0.6);
}

#page_index #sec_plan .plan_main .tabBtn li {
    max-width: 270px;
    width: 19.8%;
}

@media only screen and (max-width: 1480px) {
    #page_index #sec_plan .plan_main .tabBtn li {
        width: 19%;
    }
}

#page_index #sec_plan .plan_main .tabBtn label {
    position: relative;
    display: block;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    text-align: center;
    padding: 16px 0 11px;
    border-bottom: 1px solid rgba(182, 144, 31, 0.6);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1280px) {
    #page_index #sec_plan .plan_main .tabBtn label {
        font-size: 1.09375vw;
    }
}

#page_index #sec_plan .plan_main .tabBtn label:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
    transition: all 0.3s linear;
}

#page_index #sec_plan .plan_main .tabBtn label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    max-width: 67px;
    width: 24.9%;
    background: url("../as/ico_logo.png") no-repeat left top;
    background-size: cover;
    padding-bottom: 18.2%;
    margin-top: -9.1%;
}

#page_index #sec_plan .plan_main .tabBtn label:hover {
    padding: 24px 0 14px;
}

#page_index #sec_plan .plan_main .tabBtn label strong {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.3157894737;
}

@media only screen and (max-width: 1280px) {
    #page_index #sec_plan .plan_main .tabBtn label strong {
        font-size: 1.484375vw;
    }
}

#page_index #sec_plan .plan_main #tab-1:checked~.tabBtn label[for="tab-1"],
#page_index #sec_plan .plan_main #tab-2:checked~.tabBtn label[for="tab-2"],
#page_index #sec_plan .plan_main #tab-3:checked~.tabBtn label[for="tab-3"],
#page_index #sec_plan .plan_main #tab-4:checked~.tabBtn label[for="tab-4"],
#page_index #sec_plan .plan_main #tab-5:checked~.tabBtn label[for="tab-5"] {
    border-bottom: 1px solid rgba(182, 144, 31, 0);
    padding: 24px 0 14px;
}

#page_index #sec_plan .plan_main #tab-1:checked~.tabBtn label[for="tab-1"]:before,
#page_index #sec_plan .plan_main #tab-2:checked~.tabBtn label[for="tab-2"]:before,
#page_index #sec_plan .plan_main #tab-3:checked~.tabBtn label[for="tab-3"]:before,
#page_index #sec_plan .plan_main #tab-4:checked~.tabBtn label[for="tab-4"]:before,
#page_index #sec_plan .plan_main #tab-5:checked~.tabBtn label[for="tab-5"]:before {
    opacity: 1;
}

#page_index #sec_plan .plan_main .tabContents {
    position: relative;
    z-index: 0;
    padding: 83px 0 67px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .tabContents {
        padding: 0;
    }
}

#page_index #sec_plan .plan_main .tabContents:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    z-index: -1;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .tabContents:before {
        display: none;
    }
}

#page_index #sec_plan .plan_main .tabContents section {
    opacity: 0;
    position: absolute;
    top: 83px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .tabContents section {
        overflow: hidden;
        opacity: 1;
        position: static;
    }
}

#page_index #sec_plan .plan_main #tab-1:checked~.tabContents section:nth-child(1),
#page_index #sec_plan .plan_main #tab-2:checked~.tabContents section:nth-child(2),
#page_index #sec_plan .plan_main #tab-3:checked~.tabContents section:nth-child(3),
#page_index #sec_plan .plan_main #tab-4:checked~.tabContents section:nth-child(4),
#page_index #sec_plan .plan_main #tab-5:checked~.tabContents section:nth-child(5) {
    opacity: 1;
    position: static;
}

#page_index #sec_plan .plan_main .swiper-pagination {
    bottom: 0;
}

#page_index #sec_plan .plan_main .swiper-pagination-bullet {
    opacity: 1;
    background-color: #cbcbcb;
}

@media only screen and (min-width: 768px) {
    #page_index #sec_plan .plan_main .swiper-pagination-bullet {
        display: none;
    }
}

#page_index #sec_plan .plan_main .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .swiper-wrapper {
        padding: 0 0 36px;
    }
}

#page_index #sec_plan .plan_main .slide_item .inner {
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .slide_item .inner.pcCont {
        display: none;
    }
}

@media only screen and (min-width: 1024px) {
    #page_index #sec_plan .plan_main .slide_item .inner.spCont {
        display: none;
    }
}

#page_index #sec_plan .plan_main .slide_item a:hover .img img {
    opacity: 0.8;
}

#page_index #sec_plan .plan_main .slide_item a:hover .title,
#page_index #sec_plan .plan_main .slide_item a:hover .detail {
    opacity: 0.8;
}

#page_index #sec_plan .plan_main .slide_item .img {
    position: relative;
    margin: 0 0 18px;
}

#page_index #sec_plan .plan_main .slide_item .img:before {
    content: "";
    display: block;
    padding-bottom: 70%;
}

#page_index #sec_plan .plan_main .slide_item .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
}

#page_index #sec_plan .plan_main .slide_item .title {
    font-size: 1.8rem;
    line-height: 1.6111111111;
    padding: 0 15px;
    margin: 0 0 18px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .slide_item .title {
        font-size: 1.6rem;
        line-height: 1.3888888889;
        padding: 0 10px;
    }
}

#page_index #sec_plan .plan_main .slide_item .detail {
    display: flex;
    padding: 0 15px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .slide_item .detail {
        padding: 0 10px;
    }
}

#page_index #sec_plan .plan_main .slide_item .tag {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    min-width: 88px;
    background: #2b3c1e;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0;
    padding: 5px 10px 6px;
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .slide_item .tag {
        min-width: 80px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 374px) {
    #page_index #sec_plan .plan_main .slide_item .tag {
        font-size: 3.2085561497vw;
        min-width: 60px;
        margin-right: 7px;
    }
}

#page_index #sec_plan .plan_main .slide_item .price {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 374px) {
    #page_index #sec_plan .plan_main .slide_item .price {
        font-size: 3.4759358289vw;
    }
}

#page_index #sec_plan .plan_main .slide_item .price .num {
    font-size: 2.1rem;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .slide_item .price .num {
        font-size: 2.3rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 374px) {
    #page_index #sec_plan .plan_main .slide_item .price .num {
        font-size: 6.1497326203vw;
    }
}

#page_index #sec_plan .plan_main .btn_ac {
    cursor: pointer;
    position: relative;
    z-index: 10;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    font-size: 1.4rem;
    line-height: 1.6428571429;
    text-align: center;
    margin: 0;
}

@media only screen and (max-width: 560px) {
    #page_index #sec_plan .plan_main .btn_ac {
        text-align: left;
    }
}

@media only screen and (min-width: 1025px) {
    #page_index #sec_plan .plan_main .btn_ac {
        display: none;
    }
}

#page_index #sec_plan .plan_main .btn_ac:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
}

#page_index #sec_plan .plan_main .btn_ac:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 61px;
    width: 77px;
    height: 53px;
    background: url("../as/ico_logo.png") no-repeat left top;
    background-size: cover;
    margin: auto 0;
}

#page_index #sec_plan .plan_main .btn_ac .btn_ac__inner {
    position: relative;
    padding: 20px 25px 12px;
}

#page_index #sec_plan .plan_main .btn_ac .btn_ac__inner:before,
#page_index #sec_plan .plan_main .btn_ac .btn_ac__inner:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    background: #b6901f;
    margin: auto;
    transition: all 0.3s linear;
}

#page_index #sec_plan .plan_main .btn_ac .btn_ac__inner:before {
    right: 25px;
    width: 20px;
    height: 2px;
}

#page_index #sec_plan .plan_main .btn_ac .btn_ac__inner:after {
    opacity: 1;
    right: 34px;
    width: 2px;
    height: 20px;
}

#page_index #sec_plan .plan_main .btn_ac strong {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2777777778;
}

#page_index #sec_plan .plan_main .btn_ac.active .btn_ac__inner:after {
    opacity: 0;
    height: 0;
}

#page_index #sec_plan .plan_main .box_ac {
    display: block;
    padding: 0 0 24px;
}

@media only screen and (min-width: 768px) {
    #page_index #sec_plan .plan_main .box_ac {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .plan_main .height0 {
        visibility: hidden;
        height: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 1025px) {
    #page_index #sec_plan .plan_main .height0 {
        height: auto !important;
    }
}

#page_index #sec_plan .btn_wrap {
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .btn_wrap {
        padding: 35px 25px 0;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 560px) {
    #page_index #sec_plan .btn_wrap {
        padding-top: 15px;
    }
}

#page_index #sec_plan .btn_wrap ul {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: flex-start;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .btn_wrap ul {
        display: block;
    }
}

#page_index #sec_plan .btn_wrap ul li {
    max-width: 430px;
    width: 24%;
    margin: 18px 1.3% 0 0;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_plan .btn_wrap ul li {
        width: auto;
        width: 70%;
        max-width: inherit;
        margin: 0 auto 20px;
    }
}

@media only screen and (max-width: 560px) {
    #page_index #sec_plan .btn_wrap ul li {
        max-width: inherit;
        width: 100%;
        margin: 0 0 10px;
    }
}

@media only screen and (min-width: 800px) {
    #page_index #sec_plan .btn_wrap ul li:nth-of-type(4n) {
        margin: 18px 0 0 0;
    }
}

@media only screen and (max-width: 560px) {
    #page_index #sec_plan .btn_wrap ul li:last-child {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------
お知らせ
--------------------------------------------------*/
#page_index #sec_information {
    padding: 150px 40px 60px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information {
        padding: 40px 12px 35px;
    }
}

#page_index #sec_information .innerWrap {
    z-index: 1;
    max-width: 1400px;
}

#page_index #sec_information .hd01 {
    margin: 0 0 45px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .hd01 {
        margin-bottom: 20px;
    }
}

/*トップページバナー１*/
#page_index #sec_information .bnr {
    margin: 0 0 64px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .bnr {
        margin-bottom: 17px;
    }
}

#page_index #sec_information .bnr ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#page_index #sec_information .bnr ul:before,
#page_index #sec_information .bnr ul:after {
    content: "";
    order: 1;
    display: block;
    max-width: 330px;
    width: 23.57%;
}

#page_index #sec_information .bnr li {
    max-width: 330px;
    width: 23.57%;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .bnr li {
        max-width: inherit;
        width: 49%;
        margin: 0 0 15px;
    }
}

#page_index #sec_information .bnr a {
    display: block;
    background: #fff;
}

#page_index #sec_information .bnr a:hover img {
    opacity: 0.8;
}

#page_index #sec_information .bnr img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

/*トップページバナー２*/
#page_index #sec_information .bnr_top {
    margin: 0 0 30px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .bnr_top {
        margin: 0 0 10px;
    }
}

#page_index #sec_information .bnr_top ul {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

#page_index #sec_information .bnr_top li {
    max-width: 270px;
    width: 20%;
    margin: 0 15px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .bnr_top li {
        max-width: inherit;
        width: 40%;
        margin: 10px;
    }
}

#page_index #sec_information .bnr_top a {
    display: block;
}

#page_index #sec_information .bnr_top a:hover img {
    opacity: 0.8;
}

#page_index #sec_information .bnr_top img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

#page_index #sec_information .blog_news {
    display: flex;
    height: 55px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .blog_news {
        display: block;
        height: 55px;
        height: auto;
    }
}

#page_index #sec_information .blog_news .ttl {
    position: relative;
    flex: 1 0 auto;
    display: flex;
    align-items: center;
    max-width: 310px;
    width: 100%;
    background: #2b3c1e;
    border-radius: 100px 0 0 100px;
    color: #fff;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 1.8rem;
    line-height: 1.45;
    letter-spacing: 0.1em;
    padding: 0 45px 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .blog_news .ttl {
        justify-content: center;
        max-width: inherit;
        height: 62px;
        border-radius: 10px 10px 0 0;
        font-weight: 500;
    }
}

#page_index #sec_information .blog_news .ttl:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 45px;
    width: 47px;
    background: url("../as/logo_ico01.png") left center no-repeat;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .blog_news .ttl:before {
        width: 50px;
        right: 38px;
    }
}

#page_index #sec_information .blog_news .ttl span {
    position: relative;
    z-index: 0;
}

#page_index #sec_information .blog_news .btn {
    flex: 1 0 auto;
    align-self: center;
    max-width: 260px;
    width: 100%;
    padding-left: 20px;
}

#page_index #sec_information .info_list .btn03 {
    width: 275px;
    margin: 0 auto 0 auto;
}

#page_index #sec_information .info_list {
    width: 100%;
    max-width: 705px;
    margin: 0px auto 150px auto;
}

#page_index #sec_information .info_list ul li {
    height: 3em;
    display: flex;
}

#page_index #sec_information .info_list ul li:before {
    content: "　";
    display: block;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../as/logo_ico01.png);
    width: 30px;
    height: 21px;
    margin-right: 20px;
}

#page_index #sec_information .info_list ul li a {
    font-size: 1.8rem;
}

#page_index #sec_information .info_list ul li a:hover {
    opacity: 0.7;
}

@media only screen and (max-width: 768px) {
    #page_index #sec_information .info_list {
        margin: 0px auto 100px auto;
    }

    #page_index #sec_information .info_list ul li:before {
        width: 30px;
        height: 21px;
    }

    #page_index #sec_information .info_list ul li {
        height: 3.5em;
        display: flex;
        align-items: center;
    }

    #page_index #sec_information .info_list ul li a {
        margin-left: 0px;
        text-indent: 0px;
        width: calc(100% - 40px);
        display: inline-block;
        font-size: 1.6rem;
        margin-right: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .blog_news .btn {
        max-width: 290px;
        padding: 0;
        margin: 15px auto 0;
    }
}

#page_index #sec_information .ticker {
    display: flex;
    width: calc(100% - 260px);
    border-radius: 100px;
    box-shadow: 0px 0px 20px 0px rgba(182, 157, 79, 0.26);
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .ticker {
        display: block;
        width: auto;
    }
}

#page_index #sec_information .ticker_main {
    display: flex;
    align-items: center;
    width: 100%;
    width: calc((100% - 22.16%) - 18.58%);
    width: calc(100% - 310px);
    background: #fff;
    border-radius: 0 100px 100px 0;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .ticker_main {
        width: auto;
        height: 78px;
        border-radius: 0 0 10px 10px;
    }
}

#page_index #sec_information .newsticker_control {
    display: none;
}

#page_index #sec_information .newsticker {
    display: none;
    position: relative;
    font-size: 1.8rem;
    line-height: 1.45;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .newsticker {
        font-size: 1.6rem;
        line-height: 1.3825;
    }
}

#page_index #sec_information .newsticker:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 12px;
    height: 1px;
    background: #a57e13;
    margin: auto 0;
}

@keyframes hover {
    0% {
        right: 0;
        width: 12px;
    }

    10% {
        right: 0;
        width: 0;
    }

    11% {
        right: 12px;
        width: 0;
    }

    100% {
        right: 0;
        width: 12px;
    }
}

#page_index #sec_information .newsticker li {
    display: flex;
    align-items: center;
    height: 44px;
    overflow-x: hidden;
    white-space: nowrap;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .newsticker li {
        white-space: inherit;
    }
}

#page_index #sec_information .newsticker li a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 100%;
    padding: 0 45px;
    transition: all 0.3s linear;
}

#page_index #sec_information .newsticker li a:hover {
    opacity: 0.8;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .newsticker li a {
        padding: 0 25px;
    }
}

#page_index #sec_information .newsticker li .txt {
    overflow: hidden;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .newsticker li .txt {
        white-space: inherit;
        max-height: 44px;
        height: auto;
    }
}

#page_index #sec_information .newsticker:hover:after {
    animation: btn01 1s ease 1;
}

#page_index #sec_information .btn_wrap {
    margin: 80px auto 0;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_information .btn_wrap {
        margin-top: 30px;
    }
}

#page_index #sec_information .btn_wrap .btn {
    max-width: 540px;
    margin: 0 auto;
}

/*--------------------------------------------------
アピール
--------------------------------------------------*/
#welcome_mes {
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
}

#welcome_mes .innerWrap:before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 115px;
    width: 261px;
    height: 207px;
    background: url(<?phpechoget_template_directory_uri();
    ?>/as/img/index/illust_taste.png) no-repeat left top;
    /*background: url(../as/index/illust_taste.png) no-repeat left top;*/
    background-size: 100% auto;
}

@media only screen and (max-width: 768px) {
    #welcome_mes .innerWrap:before {
        content: none;
    }
}

#welcome_mes .mes {
    max-width: 100%;
    text-align: center;
    margin: 65px auto 20px auto;
    line-height: 3;
}

#welcome_mes .mes .mes_title {
    font-size: 1.5em;
    margin-bottom: -80px;
}

#welcome_mes .mes p {
    font-size: 1.1em;
}

#welcome_mes .mes .sp_br {
    display: none;
}

#welcome_mes .mes .sp_span {
    display: inline;
}

#welcome_mes .mes .btn03 {
    line-height: 2.5;
    max-width: 400px;
    width: 100%;
    margin: 50px auto 0 auto;
}

.btn03.color04 .wrap .inner {
    line-height: 2.5;
}

.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    opacity: 0;
}

@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.fadeUpTrigger {
    opacity: 0;
}

@media only screen and (max-width: 768px) {
    #welcome_mes .mes {
        margin: 40px auto 20px auto;
        font-size: 0.9em;
        line-height: 2;
    }

    #welcome_mes .mes .mes_title {
        margin-bottom: -31px;
        font-size: 170%;
        line-height: 1.2;
    }

    #welcome_mes .mes .sp_span {
        display: none;
    }

    #welcome_mes .mes .sp_br {
        display: block;
    }

    #welcome_mes .mes .btn03 {
        max-width: 300px;
        font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    }

    .btn03.color04 .wrap .inner {
        line-height: 1.5;
    }
}

#page_index .sec_appeal #loopslider {
    position: relative;
    z-index: 0;
    height: 400px;
    background: url("../as/index/loop.png") repeat-x left top;
    background-size: 4000px auto;
    animation-name: bg-slider__pc;
    animation-duration: 80s;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
}

@keyframes bg-slider__pc {
    from {
        background-position: 0 0;
    }

    to {
        background-position: -4000px 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal #loopslider {
        height: 216px;
        background-size: 2160px auto;
        animation-name: bg-slider__sp;
        animation-duration: 135s;
    }

    @keyframes bg-slider__sp {
        from {
            background-position: 0 0;
        }

        to {
            background-position: -2160px 0;
        }
    }
}

#page_index .sec_appeal #loopslider:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    bottom: -1px;
    background: url("../as/index/slide_bg.png") no-repeat center bottom;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal #loopslider:before {
        background-image: url("../as/index/slide_bg__sp.png");
    }
}

#page_index .sec_appeal .appeal_main {
    padding: 0 40px;
}

#page_index .sec_appeal .appeal_main .innerWrap {
    max-width: 1400px;
    padding: 150px 0 0;
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal .appeal_main .innerWrap {
        padding: 40px 0;
    }
}

#page_index .sec_appeal .appeal_main .text {
    text-align: center;
    padding: 0 0 40px;
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal .appeal_main .text {
        padding: 0;
    }
}

#page_index .sec_appeal .appeal_main .text .en {
    color: #c49106;
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
    font-size: 1.8rem;
    margin: 0 0 28px;
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal .appeal_main .text .en {
        font-size: 1.5rem;
    }
}

#page_index .sec_appeal .appeal_main .text .copy {
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 500;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    margin: 0 0 28px;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}

@media only screen and (max-width: 766px) {
    #page_index .sec_appeal .appeal_main .text .copy {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
    }
}

#page_index .sec_appeal .appeal_main .text .txt {
    line-height: 2.6875;
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal .appeal_main .text .txt {
        line-height: 1.9375;
        letter-spacing: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal .appeal_main .text .pcCont {
        display: block;
    }
}

@media only screen and (max-width: 560px) {
    #page_index .sec_appeal .appeal_main .text .pcCont {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    #page_index .sec_appeal .appeal_main .text .spCont {
        display: block;
    }
}

@media only screen and (min-width: 561px) {
    #page_index .sec_appeal .appeal_main .text .spCont {
        display: none;
    }
}

#page_index .sec_appeal .appeal_main .btn05 {
    max-width: 220px;
    margin: 30px auto 0;
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal .appeal_main .btn05 {
        max-width: 240px;
        margin-top: 30px;
    }
}

#page_index .sec_appeal .para_img img {
    width: 100%;
    height: auto;
}

@media only screen and (max-width: 1024px) {
    #page_index .sec_appeal .para_img .pcCont {
        display: block;
    }
}

@media only screen and (max-width: 560px) {
    #page_index .sec_appeal .para_img .pcCont {
        display: none;
    }
}

@media only screen and (min-width: 561px) {
    #page_index .sec_appeal .para_img .spCont {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    #page_index .sec_appeal .para_img .spCont {
        display: block;
    }
}

#page_index #sec_appeal_slide {
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide {
        padding: 0 0 20px;
    }
}

#page_index #sec_appeal_slide .slide {
    position: relative;
    padding: 0 0 0;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide .slide {
        padding-bottom: 0;
    }
}

#page_index #sec_appeal_slide .swiper-container {
    padding: 35px 0;
    overflow: visible;
}

#page_index #sec_appeal_slide .swiper-slide {
    align-self: center;
}

#page_index #sec_appeal_slide .slide_item a:hover .img img {
    opacity: 0.8;
}

#page_index #sec_appeal_slide .swiper-pagination {
    top: calc(100% + 28px);
    bottom: auto;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
    outline: none;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide .swiper-pagination {
        top: calc(100% + 24px);
    }
}

#page_index #sec_appeal_slide .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    margin: 0 7.5px;
    outline: none;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 6.25px;
    }
}

#page_index #sec_appeal_slide .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

#page_index #sec_appeal_slide .swiper-slide {
    position: relative;
    max-width: 1050px;
    max-width: 950px;
    width: 80%;
    transition: all 0.5s linear;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide .swiper-slide {
        z-index: -1;
        width: 75%;
    }
}

#page_index #sec_appeal_slide .swiper-slide .slide_item {
    position: relative;
    z-index: 0;
}

#page_index #sec_appeal_slide .swiper-slide .slide_item .img {
    position: relative;
    z-index: 0;
    background: #000;
    transition: all 0.5s linear;
    transition-delay: 0s;
}

#page_index #sec_appeal_slide .swiper-slide .slide_item .img img {
    opacity: 0.6;
    position: relative;
    z-index: 0;
    transition: all 0.5s linear;
    transition-delay: 0s;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide .swiper-slide.swiper-slide-active {
        z-index: 10;
    }
}

#page_index #sec_appeal_slide .swiper-slide.swiper-slide-active .slide_item {
    z-index: 10;
}

#page_index #sec_appeal_slide .swiper-slide.swiper-slide-active .slide_item .img {
    z-index: 10;
    margin: -50px;
    transition: all 0.75s linear;
    transition-delay: 0.5s;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide .swiper-slide.swiper-slide-active .slide_item .img {
        z-index: 10;
        margin: -30px;
    }
}

#page_index #sec_appeal_slide .swiper-slide.swiper-slide-active .slide_item .img img {
    opacity: 1;
    z-index: 10;
    transition: all 0.5s linear;
    transition-delay: 0.5s;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_appeal_slide .swiper-slide-next {
        position: relative;
        z-index: -1;
    }
}

/*-------------------------
魅力
-------------------------*/
#page_index #sec_hospitality .appeal_main .innerWrap:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: auto;
    right: 70.92%;
    width: 379px;
    height: 548px;
    background: url("../as/index/appeal_parts01.png") no-repeat left top;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_hospitality .appeal_main .innerWrap:before {
        display: none;
    }
}

#page_index #sec_hospitality .appeal_main .innerWrap:after {
    content: "";
    position: absolute;
    top: 100px;
    left: 72.42%;
    width: 258px;
    height: 190px;
    background: url("../as/index/appeal_parts02.png") no-repeat left top;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_hospitality .appeal_main .innerWrap:after {
        top: 20px;
        left: 0;
        right: 0;
        width: 166px;
        height: 122px;
        margin: 0 auto;
    }
}

/*-------------------------
料理
-------------------------*/
#page_index #sec_taste .appeal_main .innerWrap:before {
    content: "";
    position: absolute;
    bottom: 40px;
    left: 115px;
    width: 261px;
    height: 207px;
    background: url(../as/index/illust_taste.png) no-repeat left top;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_taste .appeal_main .innerWrap:before {
        top: 24px;
        left: -55px;
        right: auto;
        width: 148px;
        height: 118px;
    }
}

/*-------------------------
お部屋
-------------------------*/
#page_index #sec_room .appeal_main .innerWrap:before {
    content: "";
    position: absolute;
    top: 190px;
    top: auto;
    right: 80px;
    bottom: inherit;
    bottom: 0;
    left: inherit;
    width: 409px;
    height: 164px;
    background: url(../as/index/illust_hospitality.png) no-repeat left top;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_index #sec_room .appeal_main .innerWrap:before {
        width: 229px;
        height: 90px;
        top: 71px;
        bottom: auto;
        right: -60px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■お知らせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■INFO - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_info #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_info #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 100px 40px 67px;
}

#page_info #sec_intro:before,
#page_info #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_info #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_info #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_info #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_info #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_info #sec_intro {
        padding: 90px 20px 46px;
    }
}

#page_info #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
}

@media only screen and (max-width: 1024px) {
    #page_info #sec_intro h3 {
        background-size: 57px auto;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 57px 0 16px;
    }
}

#page_info #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_info #sec_intro p {
        line-height: 2.1875;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_info #sec_button {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 80px;
}

#page_info #sec_button .button_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_info #sec_button .button_item {
    width: 250px;
    margin: 0 2%;
    text-align: center;
    background-image: url(../as/info/button_bg.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 80px;
    font-size: 1.8rem;
}

#page_info #sec_button .button_item a {
    display: block;
    color: #fff;
    text-decoration: none;
}

#page_info #sec_button .button_item02 {
    width: 250px;
    margin: 0 2%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 80px;
    font-size: 1.8rem;
}

#page_info #sec_button .button_item02 a {
    display: block;
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    #page_info #sec_button .button_flex {
        display: block;
    }

    #page_info #sec_button .button_item,
    #page_info #sec_button .button_item02 {
        width: 90%;
        margin: 0 auto 15px;
        line-height: 60px;
    }
}

/*--------------------------------------------------
記事一覧
--------------------------------------------------*/
#page_info .sec_block__item {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding: 80px 0 50px;
    position: relative;
}

#page_info .sec_block__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

#page_info #sec_article .article_wrap {
    padding: 0 40px;
}

#page_info #sec_article .article_item {
    display: flex;
    background: url("../as/bg02.png") repeat left top #f4eddf;
    margin-bottom: 30px;
    position: relative;
}

#page_info #sec_article .article_item:hover {
    opacity: 0.8;
}

#page_info #sec_article .article_item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#page_info #sec_article .article_item .img_box {
    width: 20%;
}

#page_info #sec_article .article_item .img_box img {
    width: 100%;
    height: auto;
}

#page_info #sec_article .article_item .text_box {
    width: 80%;
    box-sizing: border-box;
    padding: 20px 30px;
}

#page_info #sec_article .article_item .text_box .box01 {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

#page_info #sec_article .article_item .text_box .box01 .category {
    background: #b6901f;
    width: 180px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    margin-right: 40px;
}

#page_info #sec_article .article_item .text_box .box01 .category02 {
    background: #63501c;
    width: 180px;
    text-align: center;
    padding: 10px 20px;
    color: #fff;
    margin-right: 40px;
}

#page_info #sec_article .article_item .text_box .text {
    display: flex;
    align-items: center;
    line-height: 2.5rem;
}

#page_info #sec_article .article_item .text_box .text :before {
    content: "";
    height: 2px;
    width: 30px;
    background: #a57e13;
    display: block;
    margin-right: 20px;
}

#page_info #sec_article .pagination {
    margin: 100px 0;
}

#page_info #sec_article .pagination .flex {
    display: flex;
    justify-content: center;
}

#page_info #sec_article .pagination li {
    margin: 0 8px;
    text-align: center;
    width: 50px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    background: #c7b174;
}

#page_info #sec_article .pagination li a {
    display: block;
}

#page_info #sec_article .pagination .ac {
    background: #a57e13 !important;
}

@media screen and (max-width: 1024px) {
    #page_info #sec_article .article_wrap {
        padding: 0 20px;
    }

    #page_info #sec_article .article_wrap .article_item .img_box {
        width: 30%;
    }

    #page_info #sec_article .article_wrap .article_item .text_box {
        width: 70%;
    }
}

@media screen and (max-width: 425px) {
    #page_info #sec_article .article_wrap {
        padding: 0 20px;
    }

    #page_info #sec_article .article_item {
        display: block;
    }

    #page_info #sec_article .article_item .img_box {
        width: 100% !important;
    }

    #page_info #sec_article .article_item .text_box {
        width: 100% !important;
        padding: 20px 20px 40px;
    }

    #page_info #sec_article .article_item .text_box .text :before {
        display: none;
    }

    #page_info #sec_article .article_item .text_box .box01 {
        margin-bottom: 20px;
    }

    #page_info #sec_article .article_item .text_box .box01 .category02,
    #page_info #sec_article .article_item .text_box .box01 .category {
        margin-right: 20px;
    }

    #page_info .pagination {
        margin: 50px 0;
    }

    #page_info .pagination .none {
        display: none;
    }
}

/*--------------------------------------------------
共通バナー
--------------------------------------------------*/
#page_info #sec_bnr {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding: 0 20px 100px;
}

#page_info #sec_bnr .innerWrap {
    max-width: 1400px;
}

#page_info #sec_bnr img {
    width: 100%;
}

#page_info #sec_bnr ul {
    display: flex;
    justify-content: space-between;
}

#page_info #sec_bnr li {
    width: 23.5%;
}

@media screen and (max-width: 1024px) {
    #page_info #sec_bnr ul {
        flex-wrap: wrap;
    }

    #page_info #sec_bnr li {
        width: 49%;
        margin-bottom: 7px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■SINGLE - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_single {
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_single #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_single #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 62px 40px 62px;
}

#page_single #sec_intro:before,
#page_single #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_single #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_single #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_single #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_single #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_single #sec_intro {
        padding: 55px 25px 46px;
    }
}

#page_single #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 40px 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_single #sec_intro h3 {
        background-size: 57px auto;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 57px 0 16px;
    }
}

#page_single #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_single #sec_intro p {
        line-height: 2.1875;
        text-align: left;
    }
}

/*--------------------------------------------------
記事詳細
--------------------------------------------------*/
#page_single #single_wrap {
    background: url("../as/bg02.png") repeat left top #f4eddf;
}

#page_single #single_wrap .innerWrap {
    max-width: 1000px;
}

#page_single #single_wrap .contents {
    margin: 0 auto;
    padding: 80px 0 120px;
    line-height: 3rem;
}

#page_single #single_wrap .contents .date {
    padding: 0 60px;
}

#page_single #single_wrap .contents .title {
    margin: 30px 0 50px;
    font-size: 1.8rem;
    line-height: 2.7rem;
    font-weight: bold;
}

#page_single #single_wrap .contents .text {
    padding: 0 60px;
    margin: 30px 0;
    line-height: 3rem;
}

#page_single #single_wrap .contents .img {
    margin: 30px 0;
    width: 100%;
}

#page_single #single_wrap .contents p {
    line-height: 3rem;
}

#page_single #single_wrap .contents a {
    color: #a57e13;
    cursor: pointer;
}

#page_single #single_wrap .contents a:hover {
    opacity: 0.8;
}

#page_single #single_wrap .btn_box {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding: 80px 0;
    display: flex;
    justify-content: center;
}

#page_single #single_wrap .btn_box .btn01 {
    width: 300px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg03.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_single #single_wrap .btn_box .btn01 a {
    display: block;
    width: 100%;
}

#page_single #single_wrap .btn_box .btn02 {
    width: 300px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg04.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_single #single_wrap .btn_box .btn02 a {
    display: block;
    width: 100%;
}

@media screen and (max-width: 425px) {
    #page_single #single_wrap .innerWrap {
        max-width: none;
    }

    #page_single #single_wrap .contents {
        padding: 50px 20px 80px;
    }

    #page_single #single_wrap .contents img {
        width: 100%;
        height: auto;
    }

    #page_single #single_wrap .btn_box {
        display: block;
    }

    #page_single #single_wrap .btn_box .btn01,
    #page_single #single_wrap .btn_box .btn02 {
        width: 95%;
        margin: 0 auto 15px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■客室
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
select {
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

#page_room {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    word-break: break-all;
    text-align: justify;
}

#page_room .list_room {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

@media only screen and (max-width: 560px) {
    #page_room .list_room {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room .list_room__item {
        max-width: none;
        width: auto;
        margin: 0 auto 1px;
    }
}

#page_room .list_room__item .inner {
    display: block;
    box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
    position: sticky;
    z-index: auto;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    padding-left: initial;
    padding-right: initial;
}

@media only screen and (max-width: 1024px) {
    #page_room .list_room__item .inner {
        display: flex;
        flex-direction: column;
        height: 100%;
    }
}

@media only screen and (max-width: 560px) {
    #page_room .list_room__item .inner {
        flex-direction: row;
    }
}

#page_room .list_room__item .inner:hover .img img {
    opacity: 0.8;
}

#page_room .list_room__item .inner:hover .text:after {
    animation: btn02_v2 1s ease 1;
}

@media only screen and (max-width: 1024px) {
    #page_room .list_room__item .inner:hover .text:after {
        animation: btn02_v2__sp 1s ease 1;
    }
}

#page_room .list_room__item .img {
    position: relative;
    background: #fff;
}

@media only screen and (max-width: 1024px) {
    #page_room .list_room__item .img {
        flex: 1 0 auto;
    }
}

@media only screen and (max-width: 560px) {
    #page_room .list_room__item .img {
        width: 150px;
        width: 41.1%;
    }
}

#page_room .list_room__item .img:before {
    content: "";
    display: block;
    padding-bottom: 66.66%;
}

@media only screen and (min-width: 768px) {
    #page_room .list_room__item .img:before {
        padding-bottom: 200px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room .list_room__item .img:before {
        padding-bottom: 53.3%;
    }

    .newroom_link {
        margin: 0 auto 20px auto !important;
        min-width: 360px;
    }

    .newroom_link .wrap {
        padding: 5px 0 !important;
    }

    .newroom_link .inner span {
        line-height: 3;
    }
}

#page_room .list_room__item .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
}

#page_room .list_room__item .text {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    text-align: center;
    line-height: 1.5;
    padding: 18px 25px;
}

@media only screen and (max-width: 1024px) {
    #page_room .list_room__item .text {
        height: 100% !important;
    }
}

@media only screen and (max-width: 560px) {
    #page_room .list_room__item .text {
        width: 100%;
        height: auto !important;
        font-size: 1.5rem;
        line-height: 1.4;
        padding: 20px 20px 18px;
    }
}

#page_room .list_room__item .text:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 16px;
    height: 1px;
    background: #d2a66a;
    margin: auto 0;
}

@media only screen and (max-width: 560px) {
    #page_room .list_room__item .text:after {
        width: 8px;
    }
}

#page_room .sec_block__item .btn03 {
    max-width: 350px;
    min-height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
    margin: 30px auto;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .btn03 {
        min-width: 350px;
        width: 60%;
    }
}

@media only screen and (max-width: 560px) {
    #page_room .sec_block__item .btn03 {
        width: 100%;
        min-width: initial;
    }
}

#page_room .sec_block__item .btn03 .inner {
    padding: 0;
}

#page_room .sec_block__item .btn03 a {
    display: block;
    width: 100%;
    color: #fff;
}

#page_room .info {
    display: block !important;
}

#page_room .info .info_box {
    width: 100%;
    padding: 60px 60px 30px;
    text-align: center;
}

@media only screen and (max-width: 560px) {
    #page_room .info .info_box {
        padding: 60px 20px 0px;
    }
}

#page_room .info .info_box h5 {
    font-size: 2.2rem;
    line-height: 1.5em;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

@media only screen and (max-width: 1024px) {
    #page_room .info .info_box h5 {
        font-size: 1.8rem;
    }
}

#page_room .info .info_box p {
    width: 100%;
    max-width: 590px;
    margin: 2em auto;
    line-height: 2;
    font-size: 1.5rem;
}

@keyframes btn02_v2 {
    0% {
        right: 0;
        width: 16px;
    }

    10% {
        right: 0;
        width: 0;
    }

    11% {
        right: 16px;
        width: 0;
    }

    100% {
        right: 0;
        width: 16px;
    }
}

@keyframes btn02_v2__sp {
    0% {
        right: 0;
        width: 8px;
    }

    10% {
        right: 0;
        width: 0;
    }

    11% {
        right: 8px;
        width: 0;
    }

    100% {
        right: 0;
        width: 8px;
    }
}

#page_room .list_room__item .text p {
    max-width: 300px;
}

@media only screen and (max-width: 560px) {
    #page_room .list_room__item .text p {
        max-width: inherit;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ROOM - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
#page_room #pageTitle .pageTitle__img {
    top: -340px;
}

@media only screen and (max-width: 1024px) {
    #page_room #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_room #sec_intro {
    padding: 100px 40px 67px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_room #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_room #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_intro p {
        line-height: 2.1875;
    }
}

#page_room #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_room #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
客室一覧
--------------------------------------------------*/
#page_room .sec_block__item {
    position: relative;
    padding: 4px 40px 0;
}

@media only screen and (max-width: 560px) {
    #page_room .sec_block__item {
        padding: 4px 10px 44px;
    }
}

#page_room .sec_block__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #f00;
    border-bottom: 1px solid #f00;
}

#page_room .sec_block__item .innerWrap {
    position: relative;
    z-index: 5;
    display: flex;
    max-width: 1312px;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .innerWrap {
        display: block;
    }
}

#page_room .sec_block__item .block_right {
    position: relative;
    flex: 1 0 auto;
    max-width: 440px;
    width: 33.6%;
    padding: 163px 50px 50px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .block_right {
        max-width: 580px;
        width: 79.45%;
        padding: 47px 28px 34px;
    }
}

@media only screen and (max-width: 374px) {
    #page_room .sec_block__item .block_right {
        width: 94%;
    }
}

#page_room .sec_block__item .block_right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
}

#page_room .sec_block__item .block_right .inner {
    position: relative;
    z-index: 0;
}

#page_room .sec_block__item .block_right .title {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    text-align: center;
    padding: 0 0 83px;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .block_right .title {
        padding-bottom: 31px;
    }
}

#page_room .sec_block__item .block_right .title:before {
    content: "";
    opacity: 0.04;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    max-width: 330px;
    width: 86.85%;
    width: 100%;
    background: url(../as/logo_ico02.png) no-repeat left top;
    background-size: 100% auto;
    padding-bottom: 63.82%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .block_right .title:before {
        max-width: 165px;
    }
}

#page_room .sec_block__item .block_right .title .hd {
    display: inline-block;
    font-size: 4.4rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -o-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    text-orientation: upright;
    margin: 0 auto;
}

@media only screen and (max-width: 560px) {
    #page_room .sec_block__item .block_right .title .hd {
        font-size: 3rem;
    }
}

#page_room .sec_block__item .block_right .title .sub {
    color: #2e451c;
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 560px) {
    #page_room .sec_block__item .block_right .title .sub {
        font-size: 1.5rem;
    }
}

#page_room .sec_block__item .block_right .title .hd+.sub {
    margin-top: 20px;
}

@media only screen and (max-width: 560px) {
    #page_room .sec_block__item .block_right .title .hd+.sub {
        margin-top: 14px;
    }
}

#page_room .sec_block__item .block_right .text {
    font-size: 1.5rem;
    line-height: 2.4;
    text-align: center;
}

@media only screen and (max-width: 560px) {
    #page_room .sec_block__item .block_right .text {
        line-height: 2.15;
    }
}

#page_room .sec_block__item .block_left {
    max-width: 902px;
    width: 68.75%;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .block_left {
        width: auto;
    }
}

#page_room .sec_block__item .list_room {
    padding: 100px 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .list_room {
        padding: 0;
    }
}

#page_room .sec_block__item .list_room02 {
    padding: 0 0 50px !important;
    margin-top: -60px !important;
}

#page_room .sec_block__item .list_room__item {
    max-width: 300px;
    width: 33.3%;
    width: calc((100% - 2px) / 3);
    margin: 0 1px 50px 0;
    padding-right: 10px;
}

#page_room .sec_block__item .new-standard {
    max-width: initial;
    width: 60%;
    margin-left: 5%;
    margin-right: 5%;
}

#page_room .sec_block__item .new-standard02 {
    max-width: 450px;
    width: 48%;
    padding-right: 10px;
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item .list_room__item {
        max-width: none;
        width: calc((100% - 1px) / 2);
        margin: 0 1px 25px 0;
    }
}

@media only screen and (max-width: 560px) {
    #page_room .sec_block__item .list_room__item {
        width: auto;
        margin: 0 auto 1px;
    }
}

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

    #page_room .sec_block__item .list_room__item:nth-of-type(3n),
    #page_room .sec_block__item .list_room__item:last-child {
        margin-right: 0;
    }
}

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

    #page_room .sec_block__item .list_room__item:nth-of-type(2n),
    #page_room .sec_block__item .list_room__item:last-child {
        margin-right: 0;
    }
}

/*
#page_room .sec_block__item .list_room__item:nth-of-type(3n),
#page_room .sec_block__item .list_room__item:last-child .text {
height: 84px !important;
}*/
@media screen and (max-width: 1024px) {
    #page_room .sec_block__item .list_room02 {
        padding: 0 !important;
        margin-top: 0 !important;
    }
}

/* 東館 */
#page_room .sec_block__item:nth-child(odd) {
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

#page_room .sec_block__item:before {
    border-color: #2b3c1e;
}

#page_room .sec_block__item:nth-child(odd):before {
    border-color: #2b3c1e;
}

#page_room .sec_block__item:nth-child(odd) .innerWrap {
    flex-direction: row-reverse;
}

#page_room .sec_block__item:nth-child(odd) .block_right:before {
    opacity: 0.4;
}

@media only screen and (min-width: 768px) {
    #page_room .sec_block__item:nth-child(odd) .block_left {
        margin-right: -30px;
    }
}

/*西館*/
#page_room .sec_block__item:nth-child(even) {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
}

#page_room .sec_block__item:nth-child(even):before {
    border-color: #a57e13;
}

#page_room .sec_block__item:nth-child(even):after {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to bottom, #9c7200 0%, rgba(156, 114, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c7200', endColorstr='#009c7200', GradientType=0);
}

@media only screen and (max-width: 1024px) {
    #page_room .sec_block__item:nth-child(even):after {
        z-index: 0;
        height: 300px;
    }
}

#page_room .sec_block__item:nth-child(even) .block_right:before {
    opacity: 0.2;
}

#page_room .sec_block__item:nth-child(even) .block_right .title:before {
    opacity: 0.15;
    background-image: url(../as/logo_ico01.png);
}

#page_room .sec_block__item:nth-child(even) .block_right .title .sub {
    color: #c49207;
}

@media only screen and (min-width: 768px) {
    #page_room .sec_block__item:nth-child(even) .block_left {
        margin-left: -30px;
    }
}

#page_room .sec_block__item .room_west {
    flex-direction: row-reverse;
}

#page_room .sec_block__item .room_west .block_left {
    margin-left: initial;
    margin-right: -30px;
}

/*--------------------------------------------------
客室概要
--------------------------------------------------*/
#page_room #sec_about {
    position: relative;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    padding: 90px 90px 80px;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about {
        padding: 38px 20px 45px;
    }
}

#page_room #sec_about:after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

#page_room #sec_about .innerWrap {
    position: relative;
    z-index: 0;
    max-width: 1280px;
}

#page_room #sec_about .hd02 {
    margin: 0 0 22px;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .hd02 {
        font-size: 2rem;
        padding-bottom: 7px;
    }
}

#page_room #sec_about .hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .hd02:after {
        width: 20px;
    }
}

#page_room #sec_about .list_table {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .list_table {
        display: block;
    }
}

#page_room #sec_about .list_table dt,
#page_room #sec_about .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_room #sec_about .list_table dt,
    #page_room #sec_about .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_room #sec_about .list_table dt {
    width: 28.2%;
    width: 282px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .list_table dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_room #sec_about .list_table dd {
    width: 71.8%;
    width: calc(100% - 282px);
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .list_table dd:last-child {
        margin-bottom: 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ROOM - DETAIL
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
#page_room.under #pageTitle .pageTitle__img {
    top: -320px;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #pageTitle .pageTitle__img {
        top: -192px;
        left: -22px;
        right: -22px;
    }
}

@media only screen and (max-width: 560px) {
    #page_room.under #pageTitle .pageTitle__img {
        top: -132px;
    }
}

/*--------------------------------------------------
客室紹介
--------------------------------------------------*/
#page_room.under #sec_room {
    position: relative;
    min-height: 460px;
    padding: 0 0;
}

#page_room.under #sec_room:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 0;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

#page_room.under #sec_room:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room:before {
        top: 0;
        bottom: 0;
    }
}

#page_room.under #sec_room .innerWrap {
    display: flex;
    max-width: 1280px;
    padding: 80px 0 80px;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .innerWrap {
        display: block;
        padding: 20px 0 0;
    }
}

#page_room.under #sec_room .room__img {
    position: relative;
    width: 700px;
    height: 380px;
    margin-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .room__img {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .room__img {
        max-width: none;
        width: auto;
        height: auto;
        padding-left: 0;
    }
}

#page_room.under #sec_room .slide {
    position: relative;
    padding-bottom: 24px;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .slide {
        position: relative;
        padding-bottom: 24px;
    }
}

#page_room.under #sec_room .swiper-container {
    position: static;
}

#page_room.under #sec_room .slide_item {
    position: relative;
    width: 700px;
    height: 380px;
}

#page_room.under #sec_room .slide_item:before {
    content: "";
    display: block;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .slide_item:before {}

    #page_room.under #sec_room .slide_item {
        margin: 20px auto 0 auto;
        width: 100%;
        height: auto;
    }
}

#page_room.under #sec_room .slide_item img {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

#page_room.under #sec_room .swiper-pagination {
    bottom: -17px;
    left: 0;
    right: 0;
    justify-content: center;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .swiper-pagination {
        bottom: 0;
        left: 0;
        right: 0;
        justify-content: center;
        padding: 0;
    }
}

#page_room.under #sec_room .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #ccc;
    margin: 0 14px 0 0;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .slide_item {
        width: 100%;
        height: 70vw;
        max-width: 492px;
        max-height: 328px;
    }

    #page_room.under #sec_room .slide_item img {
        padding: 0px;
    }

    #page_room.under #sec_room .swiper-pagination-bullet-active {
        background-color: #b6901f;
    }

    #page_room.under #sec_room .swiper-pagination-bullet {
        width: 8px;
        height: 8px;
        margin: 0 8px;
    }
}

#page_room.under #sec_room .room__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0px 0px 0px 20px;
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .room__detail {
        width: auto;
        min-height: inherit;
        padding: 40px 20px 40px;
    }
}

#page_room.under #sec_room .room__detail .text {
    max-width: 580px;
    font-size: 1.5rem;
    line-height: 2;
}

@media only screen and (max-width: 1279px) {
    #page_room.under #sec_room .room__detail .text {
        max-width: inherit;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_room .room__detail .text {
        font-size: 1.6rem;
        line-height: 1.875;
    }
}

#page_room.under #sec_room .room__detail .text a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_room.under #sec_room .room__detail .text a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_room.under #sec_room .room__detail .text a:hover:after {
    width: 100%;
    color: #a57e13;
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_room.under .btn_wrap {
    padding: 68px 40px 83px;
}

@media only screen and (max-width: 560px) {
    #page_room.under .btn_wrap {
        padding: 30px 33px;
    }
}

#page_room.under .btn_wrap .innerWrap {
    max-width: 1000px;
}

#page_room.under .btn_wrap ul {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 560px) {
    #page_room.under .btn_wrap ul {
        display: block;
    }
}

#page_room.under .btn_wrap ul li {
    max-width: 310px;
    width: 31%;
    margin: 0 18px;
}

@media only screen and (max-width: 1024px) {
    #page_room.under .btn_wrap ul li {
        max-width: 450px;
        width: 40%;
    }
}

@media only screen and (max-width: 560px) {
    #page_room.under .btn_wrap ul li {
        max-width: none;
        width: auto;
        margin: 0 0 16px;
    }
}

@media only screen and (max-width: 560px) {
    #page_room.under .btn_wrap ul li:last-child {
        margin-bottom: 0;
    }
}

#page_room.under .btn_wrap .wrap {
    display: flex;
    justify-content: center;
}

#page_room.under .btn_wrap .inner {
    width: 100%;
    /*min-height: 58px;*/
    min-height: 54px;
    height: 100%;
}

/*--------------------------------------------------
客室情報
--------------------------------------------------*/
@media screen and (max-width: 1024px) {
    #page_room #sec_about .sp_hd02 {
        margin-bottom: 40px;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    #page_room #sec_about .sp_hd02 {
        margin-bottom: 30px;
        margin-top: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_about .list_tit {
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        background: url(../as/bg02.png) repeat left top;
    }

    #page_room #sec_about .list_tit:before {
        content: "";
        position: absolute;
        top: -4px;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }

    #page_room #sec_about .list_tit:after {
        content: "";
        position: absolute;
        top: 12px;
        right: 61px;
        width: 77px;
        height: 53px;
        background: url(../as/ico_logo.png) no-repeat left top;
        background-size: cover;
        margin: auto 0;
    }

    #page_room #sec_about .list_tit dd {
        padding-top: 0;
    }

    #page_room.under #sec_about {
        background: none;
        position: relative;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_about:before {
        content: none;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_about .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
        background: url("../as/bg02.png") repeat left top;
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_about .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_about .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

#page_room.under #sec_about .hd02.sp_close.active:before {
    height: 0;
}

@media only screen and (min-width: 768px) {
    #page_room.under #sec_about .list_table {
        display: flex;
    }
}

@media only screen and (max-width: 1024px) {
    #page_room.under #sec_about .list_table {
        /*display: none;*/
        padding: 0 20px 35px;
    }
}

#page_room.under #sec_about .list_table dt,
#page_room.under #sec_about .list_table dd {
    font-size: 1.5rem;
    line-height: 1.7333333333;
}

/*--------------------------------------------------
導線リンク
--------------------------------------------------*/
#page_room #sec_room_link {
    padding: 100px 40px 82px;
}

@media only screen and (max-width: 560px) {
    #page_room #sec_room_link {
        padding: 25px 20px;
    }
}

#page_room #sec_room_link .box {
    margin: 0 0 32px;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_room_link .box {
        margin-bottom: 20px;
    }
}

#page_room #sec_room_link .box:last-child {
    margin-bottom: 0;
}

#page_room #sec_room_link .hd {
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    text-align: center;
    padding: 8px 25px;
    margin-bottom: 6px;
}

@media only screen and (min-width: 768px) {
    #page_room #sec_room_link .hd {
        display: none;
    }
}

#page_room #sec_room_link .list_room {
    justify-content: start;
}

#page_room #sec_room_link .list_room:before,
#page_room #sec_room_link .list_room:after {
    content: "";
    order: 1;
    display: block;
    width: calc(20% - 1px);
    margin: 0 1px 32px 0;
}

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

    #page_room #sec_room_link .list_room:before,
    #page_room #sec_room_link .list_room:after {
        width: calc(25% - 1px);
    }
}

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

    #page_room #sec_room_link .list_room:before,
    #page_room #sec_room_link .list_room:after {
        width: calc((100% / 3) - 1px);
    }
}

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

    #page_room #sec_room_link .list_room:before,
    #page_room #sec_room_link .list_room:after {
        width: 33%;
    }
}

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

    #page_room #sec_room_link .list_room:before,
    #page_room #sec_room_link .list_room:after {
        width: auto;
    }

    #page_room #sec_room_link .list_room-1:after,
    #page_room #sec_room_link .list_room-2:before {
        margin: 0 0 !important;
    }
}

#page_room #sec_room_link .list_room__item {
    position: relative;
    width: calc(20% - 1px);
    padding-top: 10px;
    margin: 0 1px 16px 0;
}

@media only screen and (max-width: 1279px) {
    #page_room #sec_room_link .list_room__item {
        width: calc(25% - 1px);
    }
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_room_link .list_room__item {
        width: calc((100% / 3) - 1px);
    }
}

@media only screen and (max-width: 766px) {
    #page_room #sec_room_link .list_room__item {
        width: 33%;
    }
}

@media only screen and (max-width: 560px) {
    #page_room #sec_room_link .list_room__item {
        max-width: none;
        width: auto;
        padding-top: 0;
        margin: 0 auto 1px;
    }
}

#page_room #sec_room_link .list_room__item:after {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    padding: 6px 14px;
}

@media only screen and (max-width: 560px) {
    #page_room #sec_room_link .list_room__item:after {
        display: none;
    }
}

@media only screen and (max-width: 560px) {
    #page_room #sec_room_link .list_room__item .img {
        width: 25.36%;
    }
}

@media only screen and (min-width: 768px) {
    #page_room #sec_room_link .list_room__item .img:before {
        padding-bottom: 170px;
    }
}

#page_room #sec_room_link .list_room__item .text {
    min-height: 50px;
    font-size: 1.5rem;
    padding: 11px 26px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_room_link .list_room__item .text {
        justify-content: flex-start;
        min-height: 60px;
        font-size: 1.4rem;
        line-height: 1.4285714286;
        text-align: left;
        padding: 10px 20px;
    }
}

#page_room #sec_room_link .list_room__item .text p {
    max-width: inherit;
}

@media only screen and (max-width: 1024px) {
    #page_room #sec_room_link .list_room__item .text br {
        display: none;
    }
}

#page_room #sec_room_link .list_room__item.east.east1:before {
    content: "東館";
    display: block;
    background-color: #2b3c1e;
    color: #fff;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    text-align: center;
    padding: 8px 25px;
    margin-top: 20px;
    margin-bottom: 6px;
}

@media only screen and (min-width: 561px) {
    #page_room #sec_room_link .list_room__item.east.east1:before {
        display: none;
    }
}

#page_room #sec_room_link .list_room__item.east:after {
    content: "東館";
    background-color: #2b3c1e;
}

#page_room #sec_room_link .list_room__item.west.west1:before {
    content: "西館";
    display: block;
    background-color: #65511c;
    color: #fff;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 1.4rem;
    letter-spacing: 0.5em;
    text-align: center;
    padding: 8px 25px;
    margin-top: 0;
    margin-bottom: 6px;
}

@media only screen and (min-width: 561px) {
    #page_room #sec_room_link .list_room__item.west.west1:before {
        display: none;
    }
}

#page_room #sec_room_link .list_room__item.west:after {
    content: "西館";
    background-color: #65511c;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■お料理
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■CUISINE - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_cuisine {
    background: url(../as/bg01.png) repeat left top;
}

/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_cuisine #pageTitle .pageTitle__img img {
        object-position: bottom;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_cuisine #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 100px 40px 67px;
}

#page_cuisine #sec_intro:before,
#page_cuisine #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_cuisine #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_cuisine #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_cuisine #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_cuisine #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_intro p {
        line-height: 2.1875;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_cuisine #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 80px;
}

#page_cuisine #sec_anchor .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_cuisine #sec_anchor .item {
    width: 250px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_cuisine #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

@media screen and (max-width: 1024px) {
    #page_cuisine #sec_anchor .flex {
        display: block;
    }

    #page_cuisine #sec_anchor .item {
        width: 90%;
        margin: 0 auto 15px;
        line-height: 60px;
    }
}

/*--------------------------------------------------
スライドバナー
--------------------------------------------------*/
#page_cuisine #sec_block {
    background: url("../as/bg02.png") repeat left top;
    background-size: 100% 100%;
    padding: 50px 80px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block {
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block {
        padding: 30px 0 50px;
    }
}

#page_cuisine #sec_block .catch {
    display: flex;
    align-items: center;
    line-height: 1.3888888889;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .catch {
        padding: 0;
    }
}

#page_cuisine #sec_block .catch img {
    margin-right: 15px;
    width: 70%;
    margin: 0 auto;
}

#page_cuisine #sec_block .catch p {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .catch p {
        font-weight: 400;
    }
}

#page_cuisine #sec_block .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .flex {
        display: block;
        padding: 0 30px;
    }
}

#page_cuisine #sec_block .ttl {
    font-size: 2.2rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

#page_cuisine #sec_block .tab-group {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .tab-group {
        margin: 20px auto 30px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block .tab-group {
        margin: 20px auto 10px;
    }
}

#page_cuisine #sec_block .tab-group .tab {
    list-style: none;
    background: url("../as/cuisine/season_btn.png");
    background-size: cover;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    margin: 0 7px;
    width: 56px;
    height: 56px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .tab-group .tab {
        margin-bottom: 20px;
    }
}

#page_cuisine #sec_block .tab-group .tab.is-active {
    background: url("../as/cuisine/season_ac.png");
    background-size: cover;
    color: #fff;
    transition: all 0.2s ease-out;
    padding: 20px;
    width: 56px;
    height: 56px;
}

#page_cuisine #sec_block .tab-group .tab:hover {
    opacity: 0.5;
}

#page_cuisine #sec_block .panel {
    /*display: none;*/
}

#page_cuisine #sec_block .panel.is-show {
    display: block;
}

#page_cuisine #sec_block .slide {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .slide {
        padding: 30px 0 26px;
    }
}

#page_cuisine #sec_block .slide:before,
#page_cuisine #sec_block .slide:after {
    top: -80px;
}

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

    #page_cuisine #sec_block .slide:before,
    #page_cuisine #sec_block .slide:after {
        top: -37.5px;
    }
}

#page_cuisine #sec_block .swiper-container {
    padding: 0 0 38px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .swiper-container {
        padding: 0 0 24px;
        position: relative;
    }
}

#page_cuisine #sec_block .swiper-container .cuisine_prev {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 15px;
    top: 45%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block .swiper-container .cuisine_prev {
        left: 0;
        top: 35%;
    }
}

#page_cuisine #sec_block .swiper-container .cuisine_prev img {
    width: 50px;
    height: auto;
}

#page_cuisine #sec_block .swiper-container .cuisine_next {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 15px;
    top: 45%;
    transform: translateY(-50%);
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block .swiper-container .cuisine_next {
        right: 0;
        top: 35%;
    }
}

#page_cuisine #sec_block .swiper-container .cuisine_next img {
    width: 50px;
    height: auto;
}

#page_cuisine #sec_block .swiper-container .swiper-button-next,
#page_cuisine #sec_block .swiper-container .swiper-button-prev {
    background-image: none;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .slide_item {
        padding: 0 40px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block .slide_item {
        padding: 0 25px;
    }
}

#page_cuisine #sec_block .slide_item .img {
    background: #fff;
}

#page_cuisine #sec_block .slide_item .img img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

#page_cuisine #sec_block .slide_item .title {
    margin: 30px 0;
    padding: 0 20px;
    font-size: 1.6rem;
    line-height: 1.5;
    text-align: center;
}

#page_cuisine #sec_block .slide_item .text {
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 1.3888888889;
}

#page_cuisine #sec_block .slide_item a:hover .img img {
    opacity: 0.8;
}

#page_cuisine #sec_block .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
}

#page_cuisine #sec_block .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    margin: 0 7.5px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 6.25px;
    }
}

#page_cuisine #sec_block .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

@media screen and (max-width: 1024px) {
    #page_cuisine #sec_block .slide_item {
        min-height: 250px;
    }

    #page_cuisine #sec_block .slide_item .title {
        padding: 0 15px;
        margin: 15px 0;
        position: relative;
    }

    #page_cuisine #sec_block .slide_item .text {
        padding: 0 15px;
        font-size: 1.4rem;
    }
}

/*--------------------------------------------------
 別注料理
--------------------------------------------------*/
#page_cuisine #sec_bespoke {
    background: url(../as/bg01.png) repeat left top #f4eddf;
    background-size: 375px auto;
}

#page_cuisine #sec_bespoke:after {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to bottom, #9c7200 0%, rgba(156, 114, 0, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9c7200', endColorstr='#009c7200', GradientType=0);
}

#page_cuisine .sec_block__item {
    position: relative;
    padding: 4px 80px 0;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item {
        padding: 0 40px 20px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine .sec_block__item {
        padding: 0 25px 20px;
    }
}

#page_cuisine .sec_block__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
}

#page_cuisine .sec_block__item .innerWrap {
    position: relative;
    z-index: 5;
    display: flex;
    max-width: 1280px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .innerWrap {
        display: block;
    }
}

#page_cuisine .sec_block__item .block_right {
    position: relative;
    flex: 1 0 auto;
    max-width: 440px;
    width: 34%;
    padding: 80px 15px 15px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_right {
        max-width: 580px;
        width: 100%;
        padding: 47px 10px 34px;
        position: relative;
    }
}

@media only screen and (max-width: 374px) {
    #page_cuisine .sec_block__item .block_right {
        width: 94%;
    }
}

#page_cuisine .sec_block__item .block_right:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    opacity: 0.2;
}

#page_cuisine .sec_block__item .block_right .inner {
    position: relative;
    z-index: 0;
}

#page_cuisine .sec_block__item .block_right .title {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    text-align: center;
    padding: 0 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_right .title {
        padding-bottom: 31px;
    }
}

#page_cuisine .sec_block__item .block_right .title:before {
    content: "";
    opacity: 0.04;
    position: absolute;
    top: 39px;
    left: 0;
    right: 0;
    max-width: 330px;
    width: 86.85%;
    width: 100%;
    background: url(../as/logo_ico02.png) no-repeat left top;
    background-size: 100% auto;
    padding-bottom: 63.82%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_right .title:before {
        max-width: 165px;
    }
}

#page_cuisine .sec_block__item .block_right .title .hd {
    display: inline-block;
    font-size: 4.4rem;
    font-weight: 300;
    letter-spacing: 0.2em;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_right .title .hd {
        font-size: 3rem;
    }
}

#page_cuisine .sec_block__item .block_right .title .sub {
    color: #2e451c;
    font-family: "Bellefair", "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif, sans-serif;
    font-size: 2rem;
    text-align: center;
    letter-spacing: 0.05em;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_right .title .sub {
        font-size: 1.5rem;
    }
}

#page_cuisine .sec_block__item .block_right .title .hd+.sub {
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_right .title .hd+.sub {
        margin-top: 14px;
    }
}

#page_cuisine .sec_block__item .block_right .text {
    font-size: 1.5rem;
    line-height: 2.4;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_right .text {
        line-height: 2.15;
    }
}

#page_cuisine .sec_block__item .block_left {
    width: 66%;
    position: relative;
    padding-left: 60px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_left {
        width: auto;
        padding: 0;
    }
}

#page_cuisine .sec_block__item .block_left .inner {
    position: initial;
    z-index: initial;
    max-width: initial;
    margin-left: auto;
    margin-right: auto;
    padding-left: initial;
    padding-right: initial;
}

#page_cuisine .sec_block__item .block_left .flex {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

#page_cuisine .sec_block__item .block_left .flex .img {
    width: 50%;
}

#page_cuisine .sec_block__item .block_left .flex .img img {
    width: 100%;
}

#page_cuisine .sec_block__item .btn03 {
    max-width: 350px;
    min-height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
    margin: 30px auto;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .btn03 {
        min-width: 350px;
        width: 60%;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine .sec_block__item .btn03 {
        width: 100%;
        min-width: initial;
    }
}

#page_cuisine .sec_block__item .btn03 .inner {
    padding: 15px 5px;
}

#page_cuisine .sec_block__item .btn03 a {
    display: block;
    width: 100%;
    color: #fff;
}

#page_cuisine .sec_block__item .list_room {
    padding: 100px 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .list_room {
        padding: 0;
    }
}

#page_cuisine .sec_block__item .list_room02 {
    padding: 0 0 50px !important;
    margin-top: -60px !important;
}

#page_cuisine .sec_block__item .list_room__item {
    max-width: 300px;
    width: 33.3%;
    width: calc((100% - 2px) / 3);
    margin: 0 1px 50px 0;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .list_room__item {
        max-width: none;
        width: auto;
        margin: 0 auto 1px;
    }
}

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

    #page_cuisine .sec_block__item .list_room__item:nth-of-type(3n),
    #page_cuisine .sec_block__item .list_room__item:last-child {
        margin-right: 0;
    }
}

@media screen and (max-width: 1024px) {
    #page_cuisine .sec_block__item .block_left .flex {
        position: static;
        top: initial;
        transform: initial;
        padding: 0;
    }

    #page_cuisine .sec_block__item .block_left .img {
        width: 45%;
        margin-bottom: 30px;
    }

    #page_cuisine .sec_block__item .block_left .img img {
        width: 100%;
    }
}

/*--------------------------------------------------
 板場便り
--------------------------------------------------*/
#page_cuisine #news_block {
    position: relative;
    background: url("../as/bg02.png") repeat left top #f4eddf;
    padding: 80px 80px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #news_block {
        padding: 60px 40px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block {
        padding: 50px 25px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #news_block:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #af8a1e;
        border-bottom: 1px solid #af8a1e;
        z-index: 1;
    }
}

#page_cuisine #news_block h3 {
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
}

#page_cuisine #news_block .flex {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block .flex {
        display: block;
    }
}

#page_cuisine #news_block .item {
    width: 31%;
    position: relative;
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block .item {
        display: flex;
        width: 100%;
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block .item .img {
        width: 30%;
        flex-shrink: 0;
    }
}

#page_cuisine #news_block .item .img img {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block .item .img img {
        margin: 0;
    }
}

#page_cuisine #news_block .item .title {
    line-height: 1.2;
    position: relative;
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block .item .title {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block .item .title span {
        padding-left: 0;
    }
}

#page_cuisine #news_block .item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

#page_cuisine #news_block .item:hover {
    opacity: 0.8;
}

#page_cuisine #news_block .btn {
    margin: 60px auto 0;
    align-self: center;
    max-width: 260px;
    width: 100%;
}

@media only screen and (max-width: 560px) {
    #page_cuisine #news_block .btn {
        padding-left: 0;
    }
}

/*--------------------------------------------------
料理へのこだわり
--------------------------------------------------*/
#sec_commitment {
    position: relative;
    padding: 80px 80px 0;
    margin-bottom: 50px;
    background: url(../as/bg02.png) repeat left top;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment {
        margin-bottom: 0;
        padding: 30px 0 0;
        background: none;
    }
}

#sec_commitment:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
    z-index: 1;
}

#sec_commitment .container {
    max-width: 1280px;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .innerWrap {
        padding: 0 25px;
    }
}

#sec_commitment .ttl {
    position: relative;
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .ttl {
        position: relative;
        padding: 0 0 18px;
        color: #000;
        text-align: center;
        font-size: 2rem;
        font-weight: 500;
        font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    }
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .ttl::after {
        content: "";
        position: absolute;
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        width: 20px;
        height: 1px;
        background: #b6901f;
        margin: 0 auto;
    }
}

#sec_commitment #sec_commitment_slide .swiper-container {
    padding-bottom: 30px;
}

#sec_commitment #sec_commitment_slide .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
}

#sec_commitment #sec_commitment_slide .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    margin: 0 7.5px;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment #sec_commitment_slide .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 6.25px;
    }
}

#sec_commitment #sec_commitment_slide .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

#sec_commitment .wrap {
    position: relative;
}

#sec_commitment .wrap .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
    order: 1;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex {
        display: block;
    }
}

#sec_commitment .wrap .flex .img {
    width: 38%;
    order: 2;
}

#sec_commitment .wrap .flex .img img {
    height: auto;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .img {
        width: 100%;
        margin-bottom: 50px;
    }
}

#sec_commitment .wrap .flex .text {
    width: 60%;
    line-height: 3rem;
    font-size: 1.5rem;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text {
        width: 100%;
    }
}

#sec_commitment .wrap .flex .text .item {
    margin: 20px auto;
}

#sec_commitment .wrap .flex .text .item .accordion-wrap .accordion-inner {
    display: block;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .item .accordion-wrap {
        margin-bottom: 30px;
        position: relative;
        background: url(../as/bg02.png) repeat left top;
    }
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .item .accordion-wrap::before {
        content: "";
        position: absolute;
        top: 15px;
        right: 61px;
        width: 77px;
        height: 53px;
        background: url(../as/ico_logo.png) no-repeat left top;
        background-size: cover;
        margin: auto 0;
    }
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .item .accordion-wrap::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }
}

#sec_commitment .wrap .flex .text .sub_ttl {
    font-size: 1.8rem;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .sub_ttl {
        position: relative;
        color: #000;
        font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
        font-size: 2rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 15px 23px;
        text-align: left;
        line-height: 1.3888888889;
    }
}

#sec_commitment .wrap .flex .text .sub_ttl span {
    padding-left: 10px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .sub_ttl span {
        padding-left: 5px;
        font-weight: normal;
    }
}

#sec_commitment .wrap .flex .text .sub_ttl:before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(../as/logo_ico01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .sub_ttl:before {
        content: "";
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .sub_ttl:after {
        position: absolute;
        content: "";
        background: #b6901f;
        top: 0;
        bottom: 0;
        left: auto;
        right: 11px;
        width: 20px;
        height: 2px;
        margin: auto 0;
    }
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .sub_ttl.active::before {
        height: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text .accordion-inner {
        padding: 20px 20px 40px;
    }
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .wrap .flex .text02 {
        width: 100%;
    }
}

#sec_commitment .wrap .flex02 .img {
    order: 1;
}

#sec_commitment .wrap .flex02 .text {
    order: 2;
}

#sec_commitment .btn {
    border: 1px solid #c2a348;
    color: #c2a348;
    text-align: center;
    min-width: 350px;
    max-width: 350px;
    margin: 20px 0 20px auto;
    height: 50px;
    line-height: 50px;
}

@media only screen and (max-width: 1024px) {
    #sec_commitment .btn {
        margin: 0 auto;
        height: 60px;
        line-height: 60px;
    }
}

@media only screen and (max-width: 560px) {
    #sec_commitment .btn {
        width: 100%;
        margin: 20px auto;
        min-width: initial;
        max-width: initial;
    }
}

#sec_commitment .btn a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
    width: 100%;
}

#sec_commitment .btn a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 2px;
    background-color: #a57e13;
    transition: 0.3s;
}

#sec_commitment .btn a:hover:after {
    width: 100%;
    color: #a57e13;
}

.btn_wrap {
    padding: 20px 0px 50px;
}

@media only screen and (max-width: 560px) {
    .btn_wrap {
        padding: 0 0 40px;
    }
}

.btn_wrap ul {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    .btn_wrap ul {
        display: block;
    }
}

.btn_wrap ul li {
    max-width: 310px;
    width: 33%;
    margin: 0 18px;
}

@media only screen and (max-width: 1024px) {
    .btn_wrap ul li {
        min-width: 350px;
        width: 60%;
        margin: 0 auto 15px;
    }
}

@media only screen and (max-width: 560px) {
    .btn_wrap ul li {
        min-width: initial;
        width: 100%;
        margin: 0 0 16px;
        max-width: initial;
    }
}

.btn_wrap .wrap {
    display: flex;
    justify-content: center;
}

.btn_wrap .inner {
    width: 100%;
    /*min-height: 58px;*/
    min-height: 54px;
    height: 100%;
}

/*--------------------------------------------------
スライドバナー
--------------------------------------------------*/
#page_cuisine #sec_block02 {
    background: url(../as/bg03.png) repeat left top;
    background-size: 100% 100%;
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 {
        padding: 40px 0 60px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block02 {
        padding: 30px 0 50px;
    }
}

#page_cuisine #sec_block02 .catch {
    display: flex;
    align-items: center;
    line-height: 1.3888888889;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .catch {
        padding: 0;
    }
}

#page_cuisine #sec_block02 .catch img {
    margin-right: 15px;
    width: 70%;
    margin: 0 auto;
}

#page_cuisine #sec_block02 .catch p {
    font-weight: 600;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .catch p {
        font-weight: 400;
    }
}

#page_cuisine #sec_block02 .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
    padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .flex {
        display: block;
        padding: 0 30px;
    }
}

#page_cuisine #sec_block02 .tab-group {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .tab-group {
        margin: 20px auto 30px;
    }
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block02 .tab-group {
        margin: 20px auto 10px;
    }
}

#page_cuisine #sec_block02 .tab-group .tab {
    list-style: none;
    background: url("../as/cuisine/season_btn.png");
    background-size: cover;
    text-align: center;
    color: #fff;
    cursor: pointer;
    padding: 20px;
    margin: 0 7px;
    width: 56px;
    height: 56px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .tab-group .tab {
        margin-bottom: 20px;
    }
}

#page_cuisine #sec_block02 .tab-group .tab.is-active {
    background: url("../as/cuisine/season_ac.png");
    background-size: cover;
    color: #fff;
    transition: all 0.2s ease-out;
    padding: 20px;
    width: 56px;
    height: 56px;
}

#page_cuisine #sec_block02 .panel {
    display: none;
}

#page_cuisine #sec_block02 .panel.is-show {
    display: block;
}

#page_cuisine #sec_block02 .slide {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .slide {
        padding: 30px 0 26px;
    }
}

#page_cuisine #sec_block02 .slide:before,
#page_cuisine #sec_block02 .slide:after {
    top: -80px;
}

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

    #page_cuisine #sec_block02 .slide:before,
    #page_cuisine #sec_block02 .slide:after {
        top: -37.5px;
    }
}

#page_cuisine #sec_block02 .swiper-container {
    padding: 0 0 38px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .swiper-container {
        padding: 0 0 24px;
        position: relative;
    }
}

#page_cuisine #sec_block02 .swiper-container .cuisine_prev {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: calc(9vw - 10px);
    top: 40%;
    transform: translateY(-50%);
    width: 8vw;
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block02 .swiper-container .cuisine_prev {
        left: 0;
        top: 32%;
        width: 54px;
    }
}

#page_cuisine #sec_block02 .swiper-container .cuisine_prev img {
    width: 100%;
    height: auto;
}

#page_cuisine #sec_block02 .swiper-container .cuisine_next {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: calc(9vw - 10px);
    top: 40%;
    transform: translateY(-50%);
    width: 8vw;
}

@media only screen and (max-width: 560px) {
    #page_cuisine #sec_block02 .swiper-container .cuisine_next {
        right: 0;
        top: 32%;
        width: 54px;
    }
}

#page_cuisine #sec_block02 .swiper-container .cuisine_next img {
    width: 100%;
    height: auto;
}

#page_cuisine #sec_block02 .swiper-container .swiper-button-next,
#page_cuisine #sec_block02 .swiper-container .swiper-button-prev {
    background-image: none;
}

#page_cuisine #sec_block02 .slide_item .img {
    background: #fff;
}

#page_cuisine #sec_block02 .slide_item .img img {
    width: 100%;
    height: auto;
    transition: all 0.3s linear;
}

#page_cuisine #sec_block02 .slide_item .title {
    margin: 30px 0;
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 1.3888888889;
}

#page_cuisine #sec_block02 .slide_item .text {
    padding: 0 30px;
    font-size: 1.6rem;
    line-height: 1.3888888889;
}

#page_cuisine #sec_block02 .slide_item a:hover .img img {
    opacity: 0.8;
}

#page_cuisine #sec_block02 .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
}

#page_cuisine #sec_block02 .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    margin: 0 7.5px;
}

@media only screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 6.25px;
    }
}

#page_cuisine #sec_block02 .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

@media screen and (max-width: 1024px) {
    #page_cuisine #sec_block02 .slide_item {
        min-height: 250px;
    }

    #page_cuisine #sec_block02 .slide_item .title {
        padding: 0 15px;
        margin: 15px 0;
        position: relative;
    }

    #page_cuisine #sec_block02 .slide_item .text {
        padding: 0 15px;
        font-size: 1.4rem;
    }
}

/*--------------------------------------------------
お持ち帰りバナー
--------------------------------------------------*/
#takeout_bnr {
    margin-bottom: 0px;
    padding: 65px 25px;
    text-align: center;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■温泉
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
#page_spa {
    background: url("../as/bg01.png") repeat left top #f4eddf;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ROOM - DETAIL
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
#page_spa #pageTitle .pageTitle__img {
    top: 114px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #pageTitle .pageTitle__img {
        top: -1px;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_spa.under #sec_intro {
    padding: 100px 40px 67px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_intro {
        padding: 80px 20px 46px;
    }
}

#page_spa.under #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_spa.under #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_intro p {
        line-height: 2.1875;
    }
}

#page_spa.under #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_spa.under #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_spa #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 80px;
}

#page_spa #sec_anchor .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_spa #sec_anchor .item {
    width: 250px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_spa #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

#page_spa #sec_anchor .item:hover {
    background-image: url(../as/info/button_bg03.jpg);
    color: #fff;
}

#page_spa #sec_anchor .item a:hover {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #page_spa #sec_anchor .flex {
        display: block;
    }

    #page_spa #sec_anchor .item {
        width: calc(100% - 40px);
        margin: 0 auto 15px;
        line-height: 60px;
    }
}

/*--------------------------------------------------
コンテンツ
--------------------------------------------------*/
#page_spa #sec_block {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
}

#page_spa #sec_block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
    z-index: 1;
}

#page_spa #sec_block .contents {
    background: url("../as/bg02.png") repeat left top #f4eddf;
    padding: 50px 0;
    margin-bottom: 50px;
}

#page_spa #sec_block .contents h3 {
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
    line-height: 2.8rem;
}

#page_spa #sec_block .contents .img img {
    width: 100%;
}

#page_spa #sec_block .contents .text {
    padding: 0 40px;
    line-height: 1.3888888889;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_block .contents .text {
        padding: 0 20px;
    }
}

#page_spa #sec_block .contents .text02 {
    padding: 20px 40px 0 40px;
    line-height: 1.3888888889;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_block .contents .text02 {
        padding: 0 20px;
        margin-top: 10px;
    }
}

#page_spa #sec_block .contents .swiper-container {
    padding-bottom: 20px;
}

#page_spa #sec_block .contents .swiper-pagination {
    bottom: 0;
    left: 0;
    right: 10px;
    display: flex;
    justify-content: flex-end;
    width: auto;
    padding: 0 0 0 0;
    margin: 0 auto;
}

#page_spa #sec_block .contents .swiper-pagination-bullet {
    opacity: 1;
    width: 10px;
    height: 10px;
    background-color: #cbcbcb;
    margin: 0 7.5px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_block .contents .swiper-pagination-bullet {
        width: 7px;
        height: 7px;
        margin: 0 6.25px;
    }
}

#page_spa #sec_block .contents .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

@media screen and (max-width: 1024px) {
    #page_spa #sec_block .contents {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------
客室紹介
--------------------------------------------------*/
#page_spa #sec_spa {
    margin-bottom: 80px;
    position: relative;
    padding: 0 0;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_spa {
        margin-bottom: 30px;
    }
}

#page_spa #sec_spa:before {
    content: "";
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0;
    right: 0;
    z-index: 0;
    background: url(../as/bg02.png) repeat left top #fff;
    background-size: 750px auto;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_spa:before {
        top: 0;
        bottom: 0;
    }
}

#page_spa #sec_spa .innerWrap {
    display: flex;
    max-width: 1280px;
    padding: 20px 0;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_spa .innerWrap {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_spa .innerWrap {
        display: block;
    }
}

#page_spa #sec_spa .spa__img {
    position: relative;
    width: 100%;
    height: 354px;
}

@media only screen and (max-width: 1279px) {
    #page_spa #sec_spa .spa__img {
        width: 100%;
        max-width: initial;
        padding-left: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_spa .spa__img {
        max-width: none;
        width: auto;
        padding-left: 0;
    }
}

#page_spa #sec_spa .spa__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 50%;
    min-height: 360px;
    padding: 0px 0px 0px 50px;
}

@media only screen and (max-width: 1279px) {
    #page_spa #sec_spa .spa__detail {
        max-width: 870px;
        min-height: inherit;
        width: auto;
        padding: 40px 0 80px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_spa .spa__detail {
        width: auto;
        min-height: inherit;
        padding: 26px 20px 10px;
    }
}

#page_spa #sec_spa .spa__detail .spa__title {
    text-align: center;
    font-size: 2rem;
    width: 100%;
}

#page_spa #sec_spa .spa__detail .text {
    width: 100%;
    max-width: 481px;
    font-size: 1.5rem;
    line-height: 2;
    margin-top: -100px;
    text-align: center;
}

@media only screen and (max-width: 1279px) {
    #page_spa #sec_spa .spa__detail .text {
        max-width: inherit;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_spa .spa__detail .text {
        font-size: 1.6rem;
        line-height: 1.875;
    }
}

#page_spa #sec_spa .spa__detail .btn03 {
    margin: 15px auto;
    width: 300px;
}

#page_spa #sec_spa .spa__detail .btn03 span {
    line-height: 3;
}

/*--------------------------------------------------
ご利用案内
--------------------------------------------------*/
#page_spa #status {
    padding-bottom: 10px;
}

#page_spa #sec_about {
    background: url("../as/bg02.png") repeat left top #f4eddf;
    margin-bottom: 50px;
    position: relative;
    padding: 90px 90px 80px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about {
        padding: 38px 37.5px 45px;
    }
}

#page_spa #sec_about:after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

#page_spa #sec_about .innerWrap {
    position: relative;
    z-index: 0;
    max-width: 1280px;
}

#page_spa #sec_about .hd02 {
    margin: 0 0 22px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about .hd02 {
        font-size: 2rem;
        padding-bottom: 7px;
    }
}

#page_spa #sec_about .hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about .hd02:after {
        width: 20px;
    }
}

#page_spa #sec_about .list_table {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about .list_table {
        display: block;
    }
}

#page_spa #sec_about .list_table dt,
#page_spa #sec_about .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_spa #sec_about .list_table dt,
    #page_spa #sec_about .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_spa #sec_about .list_table dt {
    width: 28.2%;
    width: 282px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about .list_table dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_spa #sec_about .list_table dd {
    width: 71.8%;
    width: calc(100% - 282px);
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_about .list_table dd:last-child {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 1024px) {
    #page_spa #sec_about {
        margin-bottom: 30px;
    }
}

/*--------------------------------------------------
 ご利用案内
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_about {
        position: relative;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_about:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_about .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_about .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_about .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

#page_spa.under #sec_about .hd02.sp_close.active:before {
    height: 0;
}

@media only screen and (max-width: 1024px) {
    #page_spa.under #sec_about .list_table {
        padding: 0 20px 35px;
        /* display: none; */
        display: block;
    }
}

#page_spa.under #sec_about .list_table dt,
#page_spa.under #sec_about .list_table dd {
    font-size: 1.5rem;
    line-height: 1.7333333333;
}

/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
#page_spa #sec_contact {
    background: url("../as/bg02.png") repeat left top #f4eddf;
    margin-bottom: 50px;
    position: relative;
    padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_contact {
        padding: 38px 20px 0;
    }
}

#page_spa #sec_contact .hd02 {
    margin: 0 0 22px;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_contact .hd02 {
        font-size: 2rem;
        padding-bottom: 7px;
    }
}

#page_spa #sec_contact .hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_spa #sec_contact .hd02:after {
        width: 20px;
    }
}

#page_spa #sec_contact .tel {
    text-align: center;
    font-size: 2.4rem;
    margin: 30px 0 15px;
}

#page_spa #sec_contact .tel span {
    font-size: 3.5rem;
    margin-left: 20px;
    letter-spacing: 8px;
}

@media screen and (max-width: 1024px) {
    #page_spa #sec_contact {
        padding: 38px 20px 0;
    }

    #page_spa #sec_contact .tel {
        text-align: center;
        font-size: 2rem;
        margin: 30px 0 15px;
        line-height: 0.8;
    }

    #page_spa #sec_contact .tel span {
        font-size: 3rem;
        margin-left: 0;
        letter-spacing: 8px;
        margin-top: 15px;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_spa .btn_wrap {
    padding: 30px 40px;
}

@media only screen and (max-width: 1024px) {
    #page_spa .btn_wrap {
        padding: 30px 33px;
    }
}

#page_spa .btn_wrap .innerWrap {
    max-width: 1000px;
}

#page_spa .btn_wrap ul li {
    background-image: url(../as/btn01_bg.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_spa .btn_wrap ul li {
        max-width: none;
        width: auto;
        margin: 0 0 16px;
    }
}

#page_spa .btn_wrap ul li a {
    display: block;
    color: #fff;
    text-decoration: none;
}

@media only screen and (max-width: 1024px) {
    #page_spa .btn_wrap ul li:last-child {
        margin-bottom: 0;
    }
}

#page_spa .btn_wrap .wrap {
    display: flex;
    justify-content: center;
}

#page_spa .btn_wrap .inner {
    width: 100%;
    /*min-height: 58px;*/
    min-height: 54px;
    height: 100%;
}

@media screen and (max-width: 1024px) {
    #page_spa .btn_wrap {
        padding: 30px 0;
    }

    #page_spa .btn_wrap ul li {
        max-width: none;
        width: 100%;
    }
}

#page_kinsen {
    background: url("../as/bg01.png") repeat left top #f4eddf;
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_kinsen.under #sec_intro {
    padding: 100px 40px 67px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen.under #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_kinsen.under #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen.under #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_kinsen.under #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen.under #sec_intro p {
        line-height: 2.1875;
    }
}

#page_kinsen.under #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen.under #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_kinsen.under #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_kinsen.under #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_kinsen #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen #sec_anchor {
        display: none;
    }
}

#page_kinsen #sec_anchor .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_kinsen #sec_anchor .item {
    width: 250px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_kinsen #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

#page_kinsen #sec_anchor .item:hover {
    background-image: url(../as/info/button_bg03.jpg);
    color: #fff;
}

#page_kinsen #sec_anchor .item a:hover {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #page_kinsen #sec_anchor .flex {
        display: block;
    }

    #page_kinsen #sec_anchor .item {
        width: 90%;
        margin: 0 auto 15px;
        line-height: 60px;
    }
}

#page_kinsen .sec_block_item {
    background: url("../as/bg02.png") repeat left top #f4eddf;
    padding: 80px 0;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item {
        padding: 30px 0 60px;
        background: url("../as/bg01.png") repeat left top #f4eddf;
    }
}

#page_kinsen .sec_block_item .hd02 {
    font-size: 2.1rem;
    font-weight: 500;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .hd02 {
        margin-bottom: 40px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box {
        position: relative;
        background: url(../as/bg02.png) repeat left top #f4eddf;
        margin: 0 0 20px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #a57e13;
        border-bottom: 1px solid #a57e13;
        z-index: 1;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .innerWrap {
        padding-bottom: 40px;
    }
}

#page_kinsen .sec_block_item .box .bk_box {
    font-size: 1.8rem;
    line-height: 3.5rem;
    margin: 0 auto;
    width: 80%;
    padding: 20px 100px;
    border: 1px solid #28361e;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .bk_box {
        width: 90%;
        margin: 30px auto 0;
        padding: 20px;
        font-size: 1.5rem;
    }
}

#page_kinsen .sec_block_item .box .bk_box .color03 {
    color: #b12b1f;
    font-size: 2.2rem;
    font-weight: bold;
}

#page_kinsen .sec_block_item .box .sp_ttlBox {
    display: none;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 560px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox:before {
        right: 22px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox:after {
        content: "";
        position: absolute;
        bottom: 0;
        background: #b6901f;
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        width: 20px;
        margin: auto 0;
    }
}

@media only screen and (max-width: 560px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox:after {
        right: 13px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        padding: 27px 28px 23px 10px;
    }
}

@media only screen and (max-width: 560px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox {
        justify-content: flex-start;
    }
}

#page_kinsen .sec_block_item .box .sp_ttlBox .icon {
    color: #d6a417;
    font-size: 1.9rem;
    text-shadow: 0 0 10px #fff;
    background: url(../as/logo_ico03.png) no-repeat;
    background-position: center;
    padding: 15px 0;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox .icon {
        position: absolute;
        left: 30px;
    }
}

@media only screen and (max-width: 560px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox .icon {
        position: static;
    }
}

#page_kinsen .sec_block_item .box .sp_ttlBox .icon .span01 {
    font-size: 1.6rem;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox .icon .span01 {
        font-size: 1.5rem;
    }
}

#page_kinsen .sec_block_item .box .sp_ttlBox .icon .span_number {
    font-size: 2.5rem;
}

#page_kinsen .sec_block_item .box .sp_ttlBox .ttl {
    font-size: 2.2rem;
    padding-left: 20px;
    line-height: 2.5rem;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .sp_ttlBox .ttl {
        font-size: 1.8rem;
        padding-left: 15px;
    }
}

#page_kinsen .sec_block_item .box .sp_ttlBox.active:before {
    height: 0;
}

#page_kinsen .sec_block_item .box .flex {
    display: flex;
    justify-content: space-between;
    padding: 80px 0px;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .flex {
        display: block;
        padding: 0 20px;
    }
}

#page_kinsen .sec_block_item .box .flex .imgBox {
    width: 46%;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .flex .imgBox {
        width: 100%;
    }
}

#page_kinsen .sec_block_item .box .flex .imgBox img {
    width: 100%;
}

#page_kinsen .sec_block_item .box .flex .txtBox {
    width: 50%;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .flex .txtBox {
        width: 100%;
        padding: 15px 20px 0;
    }
}

@media only screen and (max-width: 560px) {
    #page_kinsen .sec_block_item .box .flex .txtBox {
        padding: 15px 0 0;
    }
}

#page_kinsen .sec_block_item .box .flex .txtBox .sub_ttl_sp {
    font-size: 1.8rem;
    margin-bottom: 20px;
    text-align: center;
    line-height: 2.5rem;
}

#page_kinsen .sec_block_item .box .flex .txtBox .ttlBox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .flex .txtBox .ttlBox {
        display: none;
    }
}

#page_kinsen .sec_block_item .box .flex .txtBox .ttlBox .icon {
    color: #d6a417;
    font-size: 1.9rem;
    text-shadow: 0 0 10px #fff;
    background: url(../as/logo_ico03.png) no-repeat;
    background-position: center;
    padding: 15px 0;
}

#page_kinsen .sec_block_item .box .flex .txtBox .ttlBox .icon .span01 {
    font-size: 1.6rem;
}

#page_kinsen .sec_block_item .box .flex .txtBox .ttlBox .icon .span_number {
    font-size: 2.5rem;
}

#page_kinsen .sec_block_item .box .flex .txtBox .ttlBox .ttl {
    font-size: 2.2rem;
    padding-left: 20px;
    line-height: 2.5rem;
}

#page_kinsen .sec_block_item .box .flex .txtBox .txt {
    font-size: 1.5rem;
    line-height: 3rem;
}

#page_kinsen .sec_block_item .box .flex .txtBox .txt .underline {
    border-bottom: 1px solid #b12b1f;
}

#page_kinsen .sec_block_item .box .flex .txtBox .txt .color01 {
    color: #b12b1f;
    font-weight: bold;
    font-size: 1.8rem;
}

#page_kinsen .sec_block_item .box .flex .txtBox .txt .color02 {
    color: #b12b1f;
    font-size: 1.8rem;
    font-weight: bold;
}

#page_kinsen .sec_block_item .box .flex02 .imgBox {
    order: 2;
}

#page_kinsen .sec_block_item .box .flex02 .txtBox {
    order: 1;
}

#page_kinsen .sec_block_item .box .line {
    border-bottom: 1px solid #af8a1e;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen .sec_block_item .box .line {
        border-bottom: none;
    }
}

#page_kinsen #secret.sec_block_item {
    margin-bottom: 80px;
    position: relative;
}

#page_kinsen #secret.sec_block_item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen #secret.sec_block_item {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen #bits.sec_block_item {
        padding: 0 0 40px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen #bits.sec_block_item .box .sp_ttlBox {
        text-align: center;
        justify-content: center;
        padding: 27px 35px 23px 10px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_kinsen #bits.sec_block_item .box .sp_ttlBox .ttl {
        padding-left: 0;
    }
}

#page_kinsen #bits.sec_block_item .box .flex {
    padding: 80px 0px 30px;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen #bits.sec_block_item .box .flex {
        padding: 0 20px;
    }
}

#page_kinsen #bits.sec_block_item .box .flex .txtBox .ttlBox .ttl {
    padding-left: 0;
    line-height: 3rem;
}

#page_kinsen #bits.sec_block_item .box .flex .txtBox .ttlBox .sub_ttl {
    font-size: 1.6rem;
}

#page_kinsen #bits.sec_block_item .box .flex .txtBox table {
    width: 100%;
    margin: 20px 0;
}

#page_kinsen #bits.sec_block_item .box .flex .txtBox table td {
    width: 33%;
    text-align: center;
    padding: 15px 0;
    background: #fff;
    border: 1px solid #c4c4c4;
}

#page_kinsen #bits.sec_block_item .box .flex .txtBox table .diagonal {
    background: #fff;
    background-image: url(../as/spa/kinsen/line.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media only screen and (max-width: 425px) {
    #page_kinsen #bits.sec_block_item .box .flex .txtBox table .diagonal {
        background-image: url(../as/spa/kinsen/line_sp.png);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

#page_kinsen #bits.sec_block_item .box .flex .txtBox .txt .color01 {
    color: #b12b1f;
    font-size: 1.8rem;
    font-weight: bold;
}

#page_kinsen #bits.sec_block_item .box .out_txt {
    font-size: 1.5rem;
    line-height: 3rem;
    padding: 0 0px 80px;
}

@media only screen and (max-width: 1024px) {
    #page_kinsen #bits.sec_block_item .box .out_txt {
        padding: 20px 25px 0;
    }
}

#page_kinsen #bits.sec_block_item .box .out_txt .color01 {
    color: #b12b1f;
    font-size: 1.8rem;
    font-weight: bold;
}

#page_kinsen #bits.sec_block_item .box .last_txt {
    font-size: 1.9rem;
    text-align: center;
    margin-top: 30px;
    padding: 0 10px;
}

.sec_block_item02 {
    padding-top: 80px;
}

@media only screen and (max-width: 1024px) {
    .sec_block_item02 {
        padding-top: 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■施設
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■FACILITIES - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_facilities {
    background: url("../as/bg01.png") repeat left top;
    z-index: 0;
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_facilities.under #sec_intro {
    padding: 100px 40px 67px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_facilities.under #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_facilities.under #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities.under #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_facilities.under #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_facilities.under #sec_intro p {
        line-height: 2.1875;
    }
}

#page_facilities.under #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_facilities.under #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_facilities.under #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_facilities.under #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
フロアマップ
--------------------------------------------------*/
#page_facilities .sec_block__item {
    background: url("../as/bg04.png") repeat left top;
    background-size: cover;
    padding: 80px 0;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item {
        padding: 37.5px 0 0;
    }
}

#page_facilities .sec_block__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

#page_facilities .sec_block__item:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
}

#page_facilities .sec_block__item .img {
    width: 100%;
    position: relative;
}

#page_facilities .sec_block__item .img .txt {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .txt {
        text-align: right;
        font-size: 1.5rem;
        line-height: 1.8rem;
    }
}

@media only screen and (max-width: 560px) {
    #page_facilities .sec_block__item .img .txt {
        text-align: right;
        font-size: 1.2rem;
        line-height: 1.5rem;
    }
}

#page_facilities .sec_block__item .img .link {
    position: absolute;
    background-color: #fff;
    opacity: 0;
}

#page_facilities .sec_block__item .img .link a {
    cursor: pointer;
}

#page_facilities .sec_block__item .img .link01 {
    width: 12%;
    height: 7%;
    bottom: 6%;
    left: 15%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link01 {
        width: 19%;
        bottom: 17%;
        left: 10%;
        height: 11%;
    }
}

#page_facilities .sec_block__item .img .link02 {
    width: 48.5%;
    height: 13%;
    bottom: 12%;
    left: 31.5%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link02 {
        width: 66%;
        height: 12%;
        bottom: 21%;
        left: 30%;
    }
}

#page_facilities .sec_block__item .img .link03 {
    width: 26%;
    height: 35.5%;
    bottom: 28%;
    left: 31.3%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link03 {
        width: 33%;
        height: 28%;
        bottom: 35%;
        left: 29%;
    }
}

#page_facilities .sec_block__item .img .link13 {
    width: 22%;
    height: 7%;
    bottom: 49%;
    left: 31%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link13 {
        width: 33%;
        height: 28%;
        bottom: 35%;
        left: 29%;
    }
}

#page_facilities .sec_block__item .img .link12 {
    width: 22%;
    height: 7%;
    bottom: 38.5%;
    left: 31%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link12 {
        width: 33%;
        height: 28%;
        bottom: 35%;
        left: 29%;
    }
}

#page_facilities .sec_block__item .img .link04 {
    width: 26%;
    height: 25%;
    top: 13%;
    right: 15.5%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link04 {
        width: 33%;
        height: 19%;
        top: 19%;
        right: 4%;
    }
}

#page_facilities .sec_block__item .img .link14 {
    width: 21.5%;
    height: 7%;
    top: 31%;
    right: 20%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link14 {
        width: 33%;
        height: 19%;
        top: 19%;
        right: 4%;
    }
}

#page_facilities .sec_block__item .img .link05 {
    width: 21.5%;
    height: 7%;
    top: 41.5%;
    right: 20%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link05 {
        width: 33%;
        height: 7%;
        top: 39%;
        right: 4%;
    }
}

#page_facilities .sec_block__item .img .link06 {
    width: 21.5%;
    height: 5%;
    top: 51.5%;
    right: 20%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link06 {
        width: 33%;
        height: 5%;
        top: 48%;
        right: 4%;
    }
}

#page_facilities .sec_block__item .img .link07 {
    width: 21.5%;
    height: 5%;
    top: 56.5%;
    right: 20%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link07 {
        width: 33%;
        height: 5%;
        top: 53%;
        right: 4%;
    }
}

#page_facilities .sec_block__item .img .link08 {
    width: 21.5%;
    height: 7%;
    top: 65%;
    right: 20%;
}

@media only screen and (max-width: 1024px) {
    #page_facilities .sec_block__item .img .link08 {
        width: 33%;
        height: 6%;
        top: 59%;
        right: 4%;
    }
}

#page_facilities .sec_block__item p {
    margin-top: 30px;
    padding: 0 20px;
    line-height: 1.8;
}

#page_facilities .sec_block__item .img .link:hover {
    opacity: 0.2;
}

@media screen and (max-width: 1024px) {
    #page_facilities .sec_block__item {
        padding: 50px 20px;
        background-size: 100% 100%;
    }

    #page_facilities .sec_block__item:after {
        border-top: none;
        border-bottom: none;
    }

    #page_facilities .sec_block__item p {
        margin-top: 20px;
        padding: 0;
    }
}

/*--------------------------------------------------
施設詳細
--------------------------------------------------*/
#page_facilities #sec_detail {
    background: url("../as/bg02.png") repeat left top;
    padding: 80px 40px 0;
    margin-bottom: 50px;
}

#page_facilities #sec_detail .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

#page_facilities #sec_detail .item {
    width: 48%;
    margin-bottom: 100px;
}

#page_facilities #sec_detail .item .img {
    margin-bottom: 30px;
}

#page_facilities #sec_detail .item .textbox .title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2rem;
}

#page_facilities #sec_detail .item .textbox .text {
    margin-bottom: 30px;
    line-height: 1.3888888889;
}

#page_facilities #sec_detail .item .textbox .list_table {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item .textbox .list_table {
        display: block;
    }
}

#page_facilities #sec_detail .item .textbox .list_table dt,
#page_facilities #sec_detail .item .textbox .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_facilities #sec_detail .item .textbox .list_table dt,
    #page_facilities #sec_detail .item .textbox .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_facilities #sec_detail .item .textbox .list_table dt {
    width: 28.2%;
    width: 170px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item .textbox .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item .textbox .list_table dt:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_facilities #sec_detail .item .textbox .list_table dd {
    width: 71.8%;
    width: calc(100% - 170px);
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item .textbox .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item .textbox .list_table dd:last-child {
        margin-bottom: 0;
    }
}

#page_facilities #sec_detail .item .textbox .list_table dd a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_facilities #sec_detail .item .textbox .list_table dd a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_facilities #sec_detail .item .textbox .list_table dd a:hover:after {
    width: 100%;
    color: #a57e13;
}

#page_facilities #sec_detail .item02 {
    width: 100%;
    margin-bottom: 80px;
}

#page_facilities #sec_detail .item02-line {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item02-line {
        border-bottom: none;
        padding-bottom: 0;
    }
}

#page_facilities #sec_detail .item02 .item_in {
    display: flex;
    justify-content: space-between;
}

#page_facilities #sec_detail .item02 .item_in .img {
    width: 40%;
    margin-bottom: 30px;
}

#page_facilities #sec_detail .item02 .item_in .img img {
    width: 100%;
    height: auto;
}

#page_facilities #sec_detail .item02 .item_in .textbox {
    width: 56%;
}

#page_facilities #sec_detail .item02 .item_in .textbox .title {
    margin-bottom: 30px;
    font-weight: bold;
    font-size: 2rem;
}

#page_facilities #sec_detail .item02 .item_in .textbox .text {
    margin-bottom: 30px;
    line-height: 1.6;
}

#page_facilities #sec_detail .item02 .item_in .textbox .text a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_facilities #sec_detail .item02 .item_in .textbox .text a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_facilities #sec_detail .item02 .item_in .textbox .text a:hover:after {
    width: 100%;
    color: #a57e13;
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table {
    display: flex;
    flex-wrap: wrap;
}

#page_facilities #sec_detail .item02-line .item_in .textbox .list_table {
    margin-bottom: 35px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .item_in .textbox .list_table {
        display: block;
    }
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dt,
#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_facilities #sec_detail .item02 .item_in .textbox .list_table dt,
    #page_facilities #sec_detail .item02 .item_in .textbox .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dt {
    width: 28.2%;
    width: 170px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .item_in .textbox .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .item_in .textbox .list_table dt:before {
        content: "";
        position: absolute;
        top: 12px;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd {
    width: 71.8%;
    width: calc(100% - 170px);
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .item_in .textbox .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .item_in .textbox .list_table dd:last-child {
        margin-bottom: 0;
    }
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd a:hover:after {
    width: 100%;
    color: #a57e13;
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd a.link_Instagram {
    padding-left: 28px;
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd a.link_Instagram:hover {
    text-decoration: none;
}

#page_facilities #sec_detail .item02 .item_in .textbox .list_table dd a.link_Instagram:before {
    content: url(../as/facilities/ico_instagram.png);
    vertical-align: middle;
    transform: scale(0.5);
    position: absolute;
    top: -14px;
    left: -14px;
}

#page_facilities #sec_detail .item02 .item_in .textbox02 {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    #page_facilities #sec_detail {
        padding: 0;
        background: url(../as/bg01.png) repeat left top;
    }

    #page_facilities #sec_detail .item {
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        background: url(../as/bg02.png) repeat left top;
    }

    #page_facilities #sec_detail .item:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_facilities #sec_detail .item .hd02 {
        padding: 27px 15px 8px;
        line-height: 1.3888888889;
    }
}

@media screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item .img {
        margin: 0;
    }

    #page_facilities #sec_detail .item_in {
        padding: 20px 20px 40px;
    }

    #page_facilities #sec_detail .item02 {
        margin-bottom: 30px;
        width: 100%;
        position: relative;
        background: url(../as/bg02.png) repeat left top;
    }

    #page_facilities #sec_detail .item02:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }

    #page_facilities #sec_detail .item02:after {
        content: "";
        position: absolute;
        top: 12px;
        right: 61px;
        width: 77px;
        height: 53px;
        background: url(../as/ico_logo.png) no-repeat left top;
        background-size: cover;
        margin: auto 0;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 15px 23px;
        text-align: left;
        line-height: 1.3888888889;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 11px;
        height: 2px;
        margin: auto 0;
    }
}

@media screen and (max-width: 1024px) {
    #page_facilities #sec_detail .item02 .hd02.sp_close.active:before {
        height: 0;
    }

    #page_facilities #sec_detail .item02 .item_in {
        padding: 20px 20px 40px;
        /* display: none; */
        display: block;
    }

    #page_facilities #sec_detail .item02 .item_in .img {
        width: 100%;
    }

    #page_facilities #sec_detail .item02 .item_in .textbox {
        width: 100%;
    }
}

/*--------------------------------------------------
会場貸出備品
--------------------------------------------------*/
#page_facilities #sec_equipment {
    background: url("../as/bg02.png") repeat left top;
    background-size: 100% 100%;
    margin-bottom: 50px;
    position: relative;
    padding: 90px 90px 80px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment {
        padding: 38px 25px 45px;
    }
}

#page_facilities #sec_equipment:after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

#page_facilities #sec_equipment .innerWrap {
    position: relative;
    z-index: 0;
    max-width: 1000px;
}

#page_facilities #sec_equipment .hd02 {
    margin: 0 0 22px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment .hd02 {
        font-size: 2rem;
        padding-bottom: 7px;
    }
}

#page_facilities #sec_equipment .hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment .hd02:after {
        width: 20px;
    }
}

#page_facilities #sec_equipment .list_table {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment .list_table {
        display: block;
    }
}

#page_facilities #sec_equipment .list_table dt,
#page_facilities #sec_equipment .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_facilities #sec_equipment .list_table dt,
    #page_facilities #sec_equipment .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_facilities #sec_equipment .list_table dt {
    width: 28.2%;
    width: 282px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment .list_table dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_facilities #sec_equipment .list_table dd {
    width: 71.8%;
    width: calc(100% - 282px);
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_equipment .list_table dd:last-child {
        margin-bottom: 0;
    }
}

/*--------------------------------------------------
施設概要
--------------------------------------------------*/
#page_facilities #sec_about {
    background: url("../as/bg02.png") repeat left top;
    background-size: 100% 100%;
    /*margin-bottom: 50px;*/
    position: relative;
    padding: 90px 90px 80px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about {
        padding: 38px 25px 45px;
    }
}

#page_facilities #sec_about:after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

#page_facilities #sec_about .innerWrap {
    position: relative;
    z-index: 0;
    max-width: 1280px;
}

#page_facilities #sec_about .hd02 {
    margin: 0 0 22px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about .hd02 {
        font-size: 2rem;
        padding-bottom: 7px;
    }
}

#page_facilities #sec_about .hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about .hd02:after {
        width: 20px;
    }
}

#page_facilities #sec_about .list_table {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about .list_table {
        display: block;
    }
}

#page_facilities #sec_about .list_table dt,
#page_facilities #sec_about .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_facilities #sec_about .list_table dt,
    #page_facilities #sec_about .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_facilities #sec_about .list_table dt {
    width: 28.2%;
    width: 282px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about .list_table dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_facilities #sec_about .list_table dd {
    width: 71.8%;
    width: calc(100% - 282px);
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_facilities #sec_about .list_table dd:last-child {
        margin-bottom: 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■庭園
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_garden {
    background: url("../as/bg01.png") repeat left top;
    z-index: 0;
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_garden.under #sec_intro {
    padding: 100px 40px 67px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_garden.under #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_garden.under #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_garden.under #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_garden.under #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_garden.under #sec_intro p {
        line-height: 2.1875;
    }
}

#page_garden.under #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_garden.under #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_garden.under #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_garden.under #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
蛍の庭
--------------------------------------------------*/
#page_garden .sec_block .innerWrap {
    max-width: 1280px;
}

#page_garden .sec_block .contents_main .tabBtn {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: flex-end;
}

#page_garden .sec_block .contents_main .tabBtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    height: 1px;
    background: rgba(182, 144, 31, 0.6);
}

#page_garden .sec_block .contents_main .tabBtn li {
    width: 19%;
    margin: 0 10px;
}

@media only screen and (max-width: 1024px) {
    #page_garden .sec_block .contents_main .tabBtn li {
        width: 25%;
        margin: 0 6px;
    }
}

@media only screen and (max-width: 560px) {
    #page_garden .sec_block .contents_main .tabBtn li {
        margin: 0 3px;
    }
}

#page_garden .sec_block .contents_main .tabBtn label {
    position: relative;
    display: block;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    text-align: center;
    padding: 16px 0 11px;
    border-bottom: 1px solid rgba(182, 144, 31, 0.6);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1280px) {
    #page_garden .sec_block .contents_main .tabBtn label {
        font-size: 1.09375vw;
    }
}

@media only screen and (max-width: 1024px) {
    #page_garden .sec_block .contents_main .tabBtn label {
        font-size: initial;
    }
}

#page_garden .sec_block .contents_main .tabBtn label:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
    transition: all 0.3s linear;
}

#page_garden .sec_block .contents_main .tabBtn label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    max-width: 67px;
    width: 67px;
    background: url(../as/ico_logo.png) no-repeat left center;
    background-size: contain;
    padding-bottom: 18.2%;
    margin-top: -9.1%;
}

#page_garden .sec_block .contents_main .tabBtn label:hover {
    padding: 24px 0 14px;
}

#page_garden .sec_block .contents_main .tabBtn label strong {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.3157894737;
}

@media only screen and (max-width: 1280px) {
    #page_garden .sec_block .contents_main .tabBtn label strong {
        font-size: 1.484375vw;
    }
}

@media only screen and (max-width: 1024px) {
    #page_garden .sec_block .contents_main .tabBtn label strong {
        font-size: 16px;
    }
}

@media only screen and (max-width: 560px) {
    #page_garden .sec_block .contents_main .tabBtn label strong {
        font-size: 14px;
    }
}

#page_garden .sec_block .contents_main #tab-1:checked~.tabBtn label[for="tab-1"],
#page_garden .sec_block .contents_main #tab-2:checked~.tabBtn label[for="tab-2"],
#page_garden .sec_block .contents_main #tab-3:checked~.tabBtn label[for="tab-3"],
#page_garden .sec_block .contents_main #tab-4:checked~.tabBtn label[for="tab-4"] {
    border-bottom: 1px solid rgba(182, 144, 31, 0);
    padding: 24px 0 14px;
}

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

    #page_garden .sec_block .contents_main #tab-1:checked~.tabBtn label[for="tab-1"],
    #page_garden .sec_block .contents_main #tab-2:checked~.tabBtn label[for="tab-2"],
    #page_garden .sec_block .contents_main #tab-3:checked~.tabBtn label[for="tab-3"],
    #page_garden .sec_block .contents_main #tab-4:checked~.tabBtn label[for="tab-4"] {
        padding: 30px 0 20px;
    }
}

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

    #page_garden .sec_block .contents_main #tab-1:checked~.tabBtn label[for="tab-1"],
    #page_garden .sec_block .contents_main #tab-2:checked~.tabBtn label[for="tab-2"],
    #page_garden .sec_block .contents_main #tab-3:checked~.tabBtn label[for="tab-3"],
    #page_garden .sec_block .contents_main #tab-4:checked~.tabBtn label[for="tab-4"] {
        padding: 24px 0 14px;
    }
}

#page_garden .sec_block .contents_main #tab-1:checked~.tabBtn label[for="tab-1"]:before,
#page_garden .sec_block .contents_main #tab-2:checked~.tabBtn label[for="tab-2"]:before,
#page_garden .sec_block .contents_main #tab-3:checked~.tabBtn label[for="tab-3"]:before,
#page_garden .sec_block .contents_main #tab-4:checked~.tabBtn label[for="tab-4"]:before {
    opacity: 1;
}

#page_garden .sec_block .contents_main .tabContents {
    position: relative;
    z-index: 0;
}

#page_garden .sec_block .contents_main .tabContents section {
    opacity: 0;
    position: absolute;
    top: 83px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    transition: all 0.3s linear;
}

#page_garden .sec_block .contents_main #tab-1:checked~.tabContents section:nth-child(1),
#page_garden .sec_block .contents_main #tab-2:checked~.tabContents section:nth-child(2),
#page_garden .sec_block .contents_main #tab-3:checked~.tabContents section:nth-child(3),
#page_garden .sec_block .contents_main #tab-4:checked~.tabContents section:nth-child(4) {
    opacity: 1;
    position: static;
}

#page_garden .sec_block .contents_main .swiper-pagination {
    bottom: 0;
}

#page_garden .sec_block .contents_main .swiper-pagination-bullet {
    opacity: 1;
    background-color: #cbcbcb;
}

#page_garden .sec_block .contents_main .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

#page_garden .sec_block .contents_main .swiper-wrapper {
    padding: 0 0 25px;
}

.tabContents .box_ac {
    background: url(../as/bg02.png) repeat left top #f4eddf;
    padding: 80px 40px;
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac {
        padding: 40px 40px;
    }
}

@media only screen and (max-width: 560px) {
    .tabContents .box_ac {
        padding: 40px 15px 10px;
    }
}

.tabContents .box_ac .slider_flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px;
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .slider_flex {
        display: block;
    }
}

.tabContents .box_ac .slider_flex .imgBox {
    width: 40%;
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .slider_flex .imgBox {
        width: 100%;
        margin-bottom: 30px;
    }
}

.tabContents .box_ac .slider_flex .imgBox img {
    width: 100%;
    height: auto;
}

.tabContents .box_ac .slider_flex .txtBox {
    width: 53%;
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .slider_flex .txtBox {
        width: 100%;
    }
}

.tabContents .box_ac .slider_flex .txtBox .ttl {
    font-size: 2rem;
    margin-bottom: 30px;
    position: relative;
}

@media only screen and (max-width: 560px) {
    .tabContents .box_ac .slider_flex .txtBox .ttl {
        font-size: initial;
    }
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .slider_flex .txtBox .ttl:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
    }
}

@media only screen and (max-width: 560px) {
    .tabContents .box_ac .slider_flex .txtBox .ttl:before {
        left: -3px;
        top: 3px;
    }
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .slider_flex .txtBox .ttl span {
        padding-left: 15px;
    }
}

@media only screen and (max-width: 560px) {
    .tabContents .box_ac .slider_flex .txtBox .ttl span {
        padding-left: 5px;
    }
}

.tabContents .box_ac .slider_flex .txtBox .ttl02 {
    margin-top: 30px;
}

.tabContents .box_ac .slider_flex .txtBox .txt {
    font-size: 1.5rem;
    line-height: 2;
    padding: 30px 0;
    border-top: 1px solid #d7c899;
    border-bottom: 1px solid #d7c899;
}

.tabContents .box_ac .slider_flex .txtBox table {
    width: 100%;
    font-size: 1.5rem;
}

.tabContents .box_ac .slider_flex .txtBox table th {
    text-align: left;
    padding: 6px 0;
    width: 200px;
}

@media only screen and (max-width: 560px) {
    .tabContents .box_ac .slider_flex .txtBox table th {
        width: 185px;
    }
}

.tabContents .box_ac .slider_flex .txtBox table td {
    text-align: left;
    padding: 6px 0;
    line-height: 2rem;
}

.tabContents .box_ac .flex {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .flex {
        display: block;
    }
}

.tabContents .box_ac .flex .item {
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .flex .item {
        width: 100%;
        margin-bottom: 30px;
    }
}

.tabContents .box_ac .flex .item img {
    width: 100%;
}

.tabContents .box_ac .flex .item p {
    line-height: 2.8rem;
    margin-top: 15px;
}

@media only screen and (max-width: 1024px) {
    .tabContents .box_ac .flex .item p {
        margin-top: 10px;
    }
}

#section-2 #hotaru__box {
    position: relative;
    padding: 0 0;
    margin: 50px 0 0;
}

#section-2 #hotaru__box:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 0;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

@media only screen and (max-width: 1024px) {
    #section-2 #hotaru__box:before {
        top: 0;
        bottom: 0;
    }
}

#section-2 #hotaru__box .innerWrap {
    display: flex;
    max-width: 1680px;
}

@media only screen and (max-width: 1279px) {
    #section-2 #hotaru__box .innerWrap {
        display: block;
    }
}

#section-2 #hotaru__box .hotaru__img {
    position: relative;
    flex: 1 0 auto;
    max-width: 870px;
    max-width: 920px;
    width: 58.23%;
    padding-left: 50px;
}

@media only screen and (max-width: 1279px) {
    #section-2 #hotaru__box .hotaru__img {
        max-width: 750px;
        width: auto;
        padding-left: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #section-2 #hotaru__box .hotaru__img {
        max-width: none;
        width: auto;
        padding-left: 0;
    }
}

#section-2 #hotaru__box .hotaru__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 38%;
    min-height: 580px;
    padding: 80px 50px;
}

@media only screen and (max-width: 1279px) {
    #section-2 #hotaru__box .hotaru__detail {
        max-width: 700px;
        min-height: inherit;
        width: auto;
        padding: 40px 40px 80px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #section-2 #hotaru__box .hotaru__detail {
        width: auto;
        min-height: inherit;
        padding: 26px 35px 38px;
    }
}

#section-2 #hotaru__box .hotaru__detail .txtBox {
    max-width: 481px;
}

@media only screen and (max-width: 1279px) {
    #section-2 #hotaru__box .hotaru__detail .txtBox {
        max-width: inherit;
    }
}

#section-2 #hotaru__box .hotaru__detail .txtBox .ttl {
    font-size: 2.4rem;
    text-align: center;
    margin-bottom: 15px;
    line-height: 3rem;
}

@media only screen and (max-width: 1279px) {
    #section-2 #hotaru__box .hotaru__detail .txtBox .ttl {
        font-size: 2.2rem;
    }
}

#section-2 #hotaru__box .hotaru__detail .txtBox .sub_ttl {
    text-align: center;
    font-size: 2rem;
}

@media only screen and (max-width: 1279px) {
    #section-2 #hotaru__box .hotaru__detail .txtBox .sub_ttl {
        font-size: 1.8rem;
    }
}

#section-2 #hotaru__box .hotaru__detail .txtBox .txt {
    font-size: 1.5rem;
    line-height: 2;
}

#section-2 #hotaru__box .hotaru__detail .txtBox .btn03 {
    width: 300px;
    margin: 30px auto;
}

@media only screen and (max-width: 1024px) {
    #section-2 #hotaru__box .hotaru__detail .txtBox .btn03 {
        min-width: 350px;
        width: 60%;
    }
}

@media only screen and (max-width: 560px) {
    #section-2 #hotaru__box .hotaru__detail .txtBox .btn03 {
        width: 100%;
        min-width: initial;
    }
}

#section-2 #hotaru__box .hotaru__detail .txtBox .btn03 .inner {
    padding: 10px 5px;
}

#section-2 #hotaru__box .hotaru__detail .txtBox .btn03 .wrap {
    transition: all 0.3s linear;
    position: relative;
    z-index: 2;
    padding: 3px 0;
    color: #fff;
    text-align: center;
    display: block;
    overflow: hidden;
    line-height: 1.3;
}

#section-2 #bg {
    padding-top: 80px;
}

#section-4 .box_ac:first-of-type {
    border: none;
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac {
        padding: 0;
        border-bottom: none;
        position: relative;
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac:before {
        content: "";
        position: absolute;
        top: 12px;
        right: 61px;
        width: 77px;
        height: 53px;
        background: url(../as/ico_logo.png) no-repeat left top;
        background-size: cover;
        margin: auto 0;
    }
}

#section-4 .box_ac .hd02.sp_close {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
        line-height: 2.5rem;
        text-align: left;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

#section-4 .box_ac .hd02.sp_close.active:before {
    height: 0;
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .wrap {
        margin-top: 0;
        padding: 0 0 30px;
        margin-bottom: 30px;
    }
}

#section-4 .box_ac .flex {
    align-items: center;
}

#section-4 .box_ac .flex .imgBox {
    width: 50%;
    padding: 0 25px;
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .flex .imgBox {
        width: 100%;
        margin-bottom: 20px;
    }
}

#section-4 .box_ac .flex .imgBox img {
    width: 100%;
}

#section-4 .box_ac .flex .txtBox {
    width: 50%;
    padding: 0 25px;
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .flex .txtBox {
        width: 100%;
    }
}

#section-4 .box_ac .flex .txtBox .txt {
    font-size: 1.5rem;
    line-height: 2;
    margin-bottom: 40px;
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .flex .txtBox .txt {
        margin-bottom: 30px;
    }
}

#section-4 .box_ac .flex .txtBox .txt02 {
    margin-bottom: 0;
}

#section-4 .box_ac .flex .txtBox .ttl {
    font-size: 2.4rem;
    line-height: 3rem;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    #section-4 .box_ac .flex .txtBox .ttl {
        font-size: 1.8rem;
    }
}

#section-4 #section-4__box01 .ttl {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    margin-bottom: 30px;
}

#section-4 #section-4__box01 .ttl:after {
    height: 0;
}

#section-4 #section-4__box02 .wrap {
    margin-top: 30px;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box02 .wrap {
        margin-top: 0;
        padding: 0 0 30px;
        margin-bottom: 30px;
    }
}

#section-4 #section-4__box02 .wrap .flex02 {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
    margin-bottom: 80px;
    padding: 0 25px;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box02 .wrap .flex02 {
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 560px) {
    #section-4 #section-4__box02 .wrap .flex02 {
        flex-direction: column;
        padding: 0 25px;
    }
}

#section-4 #section-4__box02 .wrap .flex02 img {
    max-width: 100%;
}

#section-4 #section-4__box02 .wrap .flex02 .item {
    width: 31%;
}

@media only screen and (max-width: 560px) {
    #section-4 #section-4__box02 .wrap .flex02 .item {
        width: 100%;
        margin-bottom: 30px;
    }
}

#section-4 #section-4__box02 .wrap .flex02 .item .point {
    background: #b6901f;
    color: #fff;
    margin: 15px 0;
    display: inline-block;
    padding: 4px 15px;
}

#section-4 #section-4__box02 .wrap .flex02 .item .txt {
    line-height: 2.8rem;
}

#section-4 #section-4__box02 .wrap .flex03 {
    margin-top: 80px;
    margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box02 .wrap .flex03 {
        display: none;
    }
}

#section-4 #section-4__box02 .wrap .flex03 .item {
    width: 23%;
}

#section-4 #section-4__box02 .wrap .hotaru_slider {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box02 .wrap .hotaru_slider {
        display: block;
    }
}

#section-4 #section-4__box02 .wrap .hotaru_slider .swiper-pagination-bullet-active {
    background: #a57e13;
}

#section-4 #section-4__box02 .wrap .hotaru_slider .hotaru_prev {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#section-4 #section-4__box02 .wrap .hotaru_slider .hotaru_prev img {
    width: 50px;
    height: auto;
}

#section-4 #section-4__box02 .wrap .hotaru_slider .hotaru_next {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#section-4 #section-4__box02 .wrap .hotaru_slider .hotaru_next img {
    width: 50px;
    height: auto;
}

#section-4 #section-4__box02 .wrap .hotaru_slider .swiper-button-next,
#section-4 #section-4__box02 .wrap .hotaru_slider .swiper-button-prev {
    background-image: none;
}

#section-4 #section-4__box03 .img {
    width: 80%;
    max-width: 550px;
    margin: 30px auto 50px;
}

@media only screen and (max-width: 1200px) {
    #section-4 #section-4__box03 .img {
        width: 100%;
        padding: 0 25px;
    }
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .img {
        margin: 0 auto 30px;
    }
}

#section-4 #section-4__box03 .flex_book {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .flex_book {
        display: block;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 560px) {
    #section-4 #section-4__box03 .flex_book {
        padding: 0 25px;
    }
}

#section-4 #section-4__box03 .flex_book .imgBox {
    width: 135px;
    height: auto;
    order: 1;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .flex_book .imgBox {
        margin: 20px auto;
    }
}

#section-4 #section-4__box03 .flex_book .txtBox {
    padding-left: 40px;
    line-height: 2;
    font-size: 1.5rem;
    order: 2;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .flex_book .txtBox {
        padding-left: 0;
        width: 100%;
    }
}

#section-4 #section-4__box03 .inner {
    max-width: 1280px;
    margin: 0 auto;
}

#section-4 #section-4__box03 .inner img {
    width: 170px;
    height: auto;
    margin: 0 auto;
    display: block;
}

#section-4 #section-4__box03 .inner .list_table {
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .inner .list_table {
        display: block;
        padding: 0 40px;
    }
}

@media only screen and (max-width: 560px) {
    #section-4 #section-4__box03 .inner .list_table {
        padding: 0 25px;
    }
}

#section-4 #section-4__box03 .inner .list_table dt,
#section-4 #section-4__box03 .inner .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #section-4 #section-4__box03 .inner .list_table dt,
    #section-4 #section-4__box03 .inner .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#section-4 #section-4__box03 .inner .list_table dt {
    width: 30%;
    width: 250px;
    padding-left: 17px;
    padding-right: 30px;
    font-size: 1.5rem;
    line-height: 2;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .inner .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .inner .list_table dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#section-4 #section-4__box03 .inner .list_table dd {
    width: 70%;
    width: calc(100% - 250px);
    padding-right: 25px;
    font-size: 1.5rem;
    line-height: 2;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .inner .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box03 .inner .list_table dd:last-child {
        margin-bottom: 0;
    }
}

#section-4 #section-4__box03 .inner .list_table dd a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#section-4 #section-4__box03 .inner .list_table dd a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#section-4 #section-4__box03 .inner .list_table dd a:hover:after {
    width: 100%;
    color: #a57e13;
}

#section-4 #section-4__box03 .inner .list_table .line_none {
    border-bottom: none;
}

#section-4 #section-4__box04.box_ac .flex {
    margin: 30px 0 0;
    display: flex;
    align-items: flex-start;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box04.box_ac .flex {
        margin: 0;
        display: block;
    }
}

#section-4 #section-4__box04.box_ac .flex .imgBox .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin: 60px 0 20px;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box04.box_ac .flex .imgBox .ttl {
        text-align: left;
    }
}

#section-4 #section-4__box04.box_ac .flex .imgBox .txt {
    font-size: 15px;
    line-height: 2.8rem;
}

#section-4 #section-4__box04.box_ac .flex .txtBox .ttl {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 20px;
}

#section-4 #section-4__box04.box_ac .flex .txtBox .hotaru_img11 {
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box04.box_ac .flex .txtBox .hotaru_img12 {
        margin-bottom: 20px;
    }
}

#section-4 #section-4__box05 {
    margin-top: 80px;
    padding: 0;
}

@media only screen and (max-width: 1024px) {
    #section-4 #section-4__box05 {
        margin-top: 0;
        padding: 50px 0 0;
    }
}

.intro_bnr {
    margin-top: 50px;
    text-align: center;
}

.intro_bnr img {
    max-width: 100%;
}

.garden-tab {
    position: relative;
    z-index: 0;
}

.garden-tab::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: #af8a1e;
}

.garden-tab__inner {
    margin: 0 auto 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    height: 66px;
    max-width: 1280px;
}

.garden-tab__btn {
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 300px;
    height: 60px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: auto;
    background-size: 750px auto;
    font-size: 1.9rem;
    transition: height 0.3s;
    cursor: pointer;
}

.garden-tab__btn+.garden-tab__btn {
    margin-left: 16px;
}

.garden-tab__btn.garden-tab__btn--small {
    margin-left: 0;
}

.garden-tab__btn--small {
    margin-left: 0px;
    max-width: 240px;
    height: 50px;
}

.garden-tab__btn::before {
    content: "";
    width: 68px;
    height: 50px;
    position: absolute;
    bottom: 4px;
    right: 10px;
    background: url(../as/ico_logo_50.png) no-repeat;
}

.garden-tab__btn--small::before {
    width: 63px;
    height: 46px;
    background: url(../as/ico_logo_46.png) no-repeat;
}

.garden-tab__btn.js-active {
    z-index: 1;
}

.garden-tab__btn.js-active::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #af8a1e;
    border-bottom: 1px solid #af8a1e;
}

.garden-tab__btn:hover,
.garden-tab__btn.js-active {
    height: 66px;
}

.garden-tab__btn--small:hover,
.garden-tab__btn--small.js-active {
    height: 56px;
}

.garden-section {
    display: none;
    padding: 80px 0 20px;
    background: url("../as/bg02.png") repeat left top #f4eddf;
}

.garden-section.js-active {
    display: block;
}

#tab-spring {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(192, 0, 0, 0.3)), url("../as/bg02.png") repeat left center;
}

#tab-summer {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 128, 64, 0.3)), url("../as/bg02.png") repeat left center;
}

#tab-hotaru {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 128, 0.3)), url("../as/bg02.png") repeat left center;
}

#tab-hotaru::before {
    background: url(../as/ico_logo_46.png) no-repeat;
}

#tab-autumn {
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 128, 0, 0.3)), url("../as/bg02.png") repeat left center;
}

#content-spring {
    background: linear-gradient(rgba(192, 0, 0, 0.3), rgba(255, 255, 255, 0) 80px), url("../as/bg02.png") repeat left center;
}

#content-summer {
    background: linear-gradient(rgba(0, 128, 64, 0.3), rgba(255, 255, 255, 0) 80px), url("../as/bg02.png") repeat left center;
}

#content-hotaru {
    background: linear-gradient(rgba(0, 0, 128, 0.3), rgba(255, 255, 255, 0) 80px), url("../as/bg02.png") repeat left center;
    padding-bottom: 70px;
}

#content-autumn {
    background: linear-gradient(rgba(255, 128, 0, 0.3), rgba(255, 255, 255, 0) 80px), url("../as/bg02.png") repeat left center;
}

.garden-intro {
    max-width: 1280px;
    margin: 0 auto 50px;
    display: flex;
}

.garden-intro--center {
    width: 96%;
    max-width: 1280px;
    justify-content: center;
    align-items: center;
    padding: 40px 15px 10px;
    border: 1px solid #af8a1e;
}

@media (max-width: 1024px) {
    .garden-intro--center {
        width: auto;
        padding: 30px 0 0 0;
        margin-top: 30px;
        border: none;
        border-top: 1px solid #a57e13;
    }
}

.garden-intro--hotaru {
    max-width: 1280px;
    margin: 0 auto;
}

.garden-intro--hotaru .garden-intro__textbox {
    padding: 0;
}

.garden-intro__image {
    width: 100%;
    max-width: 595px;
    padding: 0 25px 0 0;
    margin-bottom: 30px;
    text-align: center;
}

.garden-intro__image--small {
    max-width: 400px;
}

.garden-intro__image img {
    max-width: 100%;
}

.garden-intro__textbox {
    padding: 0 0 0 25px;
}

.garden-intro__title {
    margin-bottom: 30px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2;
    text-indent: -2.5em;
    margin-left: 2.5em;
}

.garden-intro__title::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    margin-right: 0.5em;
    background-image: url("../as/logo_ico01.png");
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.garden-intro__subtitle {
    margin-left: 5rem;
    margin-bottom: 30px;
    font-size: 1.5rem;
    font-weight: normal;
    line-height: 2;
}

.garden-intro__text {
    margin-bottom: 30px;
    padding: 30px 0;
    border-top: 1px solid #d7c899;
    border-bottom: 1px solid #d7c899;
    font-size: 1.5rem;
    line-height: 2;
}

.garden-intro__heading {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 2;
}

.garden-intro__heading--table {
    margin-bottom: 10px;
}

.garden-intro__table {
    margin-bottom: 30px;
}

.garden-intro__table table {
    width: 100%;
    font-size: 1.5rem;
}

.garden-intro__table th {
    text-align: left;
    width: 200px;
    line-height: 2;
}

.garden-intro__table td {
    text-align: left;
    line-height: 2;
}

.garden-intro__note {
    font-size: 1.5rem;
    line-height: 2;
}

.garden-intro__btn {
    width: 270px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.garden-intro__btn span {
    line-height: 2;
}

.garden-gallery__slider {
    max-width: 1280px;
    margin: 0 auto 80px;
}

.garden-gallery__slide p {
    margin-bottom: 15px;
    text-align: center;
}

.garden-gallery__slide img {
    max-width: 100%;
}

@media (max-width: 1024px) {
    .garden-intro__image {
        padding: 0;
    }

    .garden-intro--hotaru .garden-intro__textbox {
        padding: 0 20px;
    }

    .garden-section {
        padding-top: 30px;
    }

    .garden-tab__btn {
        font-size: 1.4rem;
    }

    .garden-tab__btn+.garden-tab__btn {
        margin-left: 4px;
    }

    .garden-tab__btn::before {
        display: none;
    }

    .garden-tab__btn.garden-tab__btn--small {
        margin-left: 0px;
        max-width: 150px;
    }

    .garden-intro {
        flex-direction: column;
        margin-bottom: 0;
    }

    .garden-intro__title {
        margin: 0 0 30px;
        text-indent: 0;
        text-align: center;
        font-size: 1.8rem;
        line-height: 2.5rem;
    }

    .garden-intro__title::before {
        display: block;
        margin: 0 auto 20px;
        width: 50px;
    }

    .garden-intro__subtitle {
        margin-left: 0;
        text-align: center;
    }

    .garden-intro__image {
        margin: 0 auto 30px;
    }

    .garden-intro__heading--table {
        text-align: center;
    }

    .garden-intro__table table {
        max-width: 360px;
        margin: 0 auto;
    }

    .garden-intro__table th {
        width: 50%;
    }

    .garden-intro__btn {
        margin: 30px auto;
    }

    .garden-gallery__slider {
        margin-bottom: 30px;
    }

    .garden-gallery__slide p {
        padding: 0 25px;
    }
}

.garden-prev {
    display: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 50%;
}

.garden-next {
    display: none;
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 50%;
}

.garden-prev img,
.garden-next img {
    width: 50px;
    height: auto;
}

@media (max-width: 1024px) {

    .garden-prev,
    .garden-next {
        display: block;
    }
}

.hotaru-section {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    border-top: 1px solid #a57e13;
}

.hotaru-section__text {
    padding: 0 20px;
    margin: 30px auto 60px;
    text-align: center;
    font-size: 1.5rem;
    line-height: 2;
}

.hotaru-section__box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
}

.hotaru-section__box {
    background: url("../as/bg02.png") repeat left top;
    padding: 80px 0;
}

@media (max-width: 1024px) {
    .hotaru-section {
        padding: 30px 0 1px;
    }

    .hotaru-section__text {
        text-align: left;
    }

    .hotaru-section__box {
        padding: 0;
    }
}

.hotaru-video {
    width: 1000px;
    height: 563px;
    margin: 40px auto;
}

.hotaru-video iframe {
    width: 100%;
    height: 100%;
}

@media (max-width: 1024px) {
    .hotaru-video {
        width: 560px;
        height: 300px;
    }
}

@media (max-width: 560px) {
    .hotaru-video {
        width: 100%;
    }
}

.hotaru-mame {
    max-width: 1280px;
    margin: 0 auto;
}

.hotaru-mame+.hotaru-mame {
    border-top: 1px solid #d7c899;
}

.hotaru-mame__row {
    display: flex;
    align-items: center;
}

.hotaru-mame__col {
    flex: 1;
    padding: 25px;
}

.hotaru-mame__title {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 15px;
}

.hotaru-mame__text {
    line-height: 2;
}

.hotaru-mame__text table {
    font-size: 1.5rem;
}

.hotaru-mame__text tr+tr {
    border-top: 1px solid #d7c899;
}

.hotaru-mame__text th {
    width: 120px;
    text-align: left;
    padding: 17px;
    vertical-align: top;
}

.hotaru-mame__text th {
    padding: 17px;
}

@media (max-width: 1024px) {
    .hotaru-mame {
        width: auto;
    }

    .hotaru-mame__row {
        flex-direction: column;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■交通案内
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
#page_access {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 20px;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■access - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_access.under #sec_intro {
    padding: 100px 40px 67px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_access.under #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_access.under #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_access.under #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_access.under #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_access.under #sec_intro p {
        line-height: 2.1875;
    }
}

#page_access.under #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_access.under #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_access.under #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_access.under #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
 マップ
--------------------------------------------------*/
#page_access #sec_map {
    padding-bottom: 80px;
    position: relative;
}

#page_access #sec_map:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
    z-index: 1;
}

#page_access #sec_map .attention {
    margin: 20px 0;
    padding: 0 20px;
}

#page_access #sec_map .link {
    color: #a57e13;
    display: inline-block;
    position: absolute;
    right: 20px;
}

#page_access #sec_map .link:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 150px;
    width: 20px;
    height: 2px;
    background: #a57e13;
    margin: auto 0;
}

@media screen and (max-width: 1024px) {
    #page_access #sec_map {
        padding-bottom: 0;
    }

    #page_access #sec_map .link {
        border: 1px solid #a57e13;
        padding: 15px 30px;
        left: 0;
        right: 0;
        margin: 20px auto;
        width: 250px;
        text-align: center;
    }

    #page_access #sec_map .link:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        right: initial;
        width: 30px;
        height: 2px;
        background: #a57e13;
        margin: auto 0;
    }
}

/*--------------------------------------------------
アンカーリンク
--------------------------------------------------*/
#page_access #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
}

#page_access #sec_anchor .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_access #sec_anchor .item {
    width: 260px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_access #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

#page_access #sec_anchor .item:hover {
    background-image: url(../as/info/button_bg03.jpg);
    color: #fff;
}

#page_access #sec_anchor .item a:hover {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #page_access #sec_anchor {
        margin-top: 50px;
    }

    #page_access #sec_anchor .flex {
        display: block;
    }

    #page_access #sec_anchor .item {
        width: 90%;
        margin: 0 auto 15px;
        line-height: 60px;
    }
}

.btn-access {
    text-align: left;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

.btn-access .inner {
    width: 100%;
    display: block;
    text-align: center;
}

.btn-access:hover {
    background-image: url(../as/info/button_bg03.jpg);
    color: #fff;
}

.btn-access .inner:hover {
    color: #fff;
}

#page_access .flex {
    display: flex;
    justify-content: space-between;
}

#page_access .access_btn_wrap {
    padding: 0px !important;
}

.link_wrap {
    padding-bottom: 40px;
}

@media screen and (max-width: 1024px) {
    #page_access .flex {
        display: block;
        padding: 0;
    }

    #page_access .flex .item {
        width: 100% !important;
        margin: 0 auto;
    }
}

#page_access .flex .item {
    width: 25%;
    padding: 0 5px;
}

/*--------------------------------------------------
無料送迎
--------------------------------------------------*/
#page_access #transfer {
    background: url("../as/bg02.png") no-repeat left top #f4eddf;
    background-size: 100% 100%;
    margin: 80px 0;
}

#page_access #transfer .flex {
    display: flex;
    max-width: 1280px;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

#page_access #transfer .flex .img {
    width: 52%;
}

#page_access #transfer .flex .textbox {
    width: 42%;
    padding: 70px 0;
}

#page_access #transfer .flex .textbox .text {
    margin: 30px auto;
    line-height: 1.8;
    width: 80%;
}

#page_access #transfer .flex .textbox .telbox {
    text-align: center;
}

#page_access #transfer .flex .textbox .telbox .title {
    font-size: 2rem;
    margin-bottom: 15px;
}

#page_access #transfer .flex .textbox .telbox .number {
    color: #a57e13;
    font-size: 2rem;
    letter-spacing: 7px;
}

#page_access #transfer .flex .textbox .telbox .number span {
    font-size: 3rem;
}

@media screen and (max-width: 1024px) {
    #page_access #transfer {
        background: url("../as/bg02.png") repeat left top #f4eddf;
        margin: 80px 0 30px;
    }

    #page_access #transfer .flex {
        display: block;
    }

    #page_access #transfer .flex .img {
        width: 100%;
    }

    #page_access #transfer .flex .textbox {
        width: 100%;
        padding: 40px 20px;
    }

    #page_access #transfer .flex .textbox .text {
        width: 100%;
    }
}

/*--------------------------------------------------
お車でお越しの場合
--------------------------------------------------*/
#page_access #car {
    padding: 80px 0;
    background: url("../as/bg02.png") repeat left top #f4eddf;
    margin-bottom: 100px;
}

#page_access #car .img {
    margin: 50px 0;
}

#page_access #car .textbox {
    border-bottom: 1px solid #d7c899;
    padding: 0 20px 60px;
}

#page_access #car .textbox .attention {
    font-size: 2rem;
    margin-bottom: 30px;
}

#page_access #car .textbox .text {
    line-height: 1.8;
    width: 100%;
}

#page_access #car .subtitle {
    padding: 0 20px;
    margin: 30px 0;
    font-size: 2rem;
}

#page_access #car .flex {
    display: flex;
    justify-content: space-between;
    padding: 0 0px 60px;
}

#page_access #car .flex .item {
    width: 48%;
}

#page_access #car .flex .item .flex_textbox {
    padding: 0 20px;
    margin-top: 30px;
}

#page_access #car .flex .item .flex_textbox .title {
    margin-bottom: 30px;
    font-weight: 600;
}

#page_access #car .flex .item .flex_textbox .text {
    line-height: 1.8;
}

#page_access #car .link {
    padding-top: 60px;
}

#page_access #car .link .link_title {
    padding: 0 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}

#page_access #car .link ul {
    display: flex;
    padding: 0 40px;
}

#page_access #car .link ul li {
    margin-right: 50px;
}

#page_access #car .link ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_access #car .link ul li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_access #car .link ul li a:hover:after {
    width: 100%;
    color: #a57e13;
}

@media screen and (max-width: 1024px) {
    #page_access #car {
        position: relative;
        padding: 0;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #car:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }

    #page_access #car:after {
        content: "";
        position: absolute;
        top: 12px;
        right: 61px;
        bottom: auto;
        width: 77px;
        height: 53px;
        background: url(../as/ico_logo.png) no-repeat left top;
        background-size: cover;
        margin: auto 0;
    }
}

@media screen and (max-width: 1024px) {
    #page_access #car .subtitle {
        padding: 0;
    }

    #page_access #car .textbox {
        padding: 20px 0 60px;
    }

    #page_access #car .textbox .text {
        width: 100%;
    }

    #page_access #car .wrap {
        padding: 0 20px 50px;
    }

    #page_access #car .flex {
        display: block;
        padding: 0;
    }

    #page_access #car .flex .item {
        width: 100%;
    }

    #page_access #car .flex .flex_textbox {
        margin-top: 20px !important;
        padding: 0 !important;
    }

    #page_access #car .flex .flex_textbox .text {
        margin-bottom: 30px;
    }

    #page_access #car .flex .flex_textbox .title {
        margin-bottom: 20px !important;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #car .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
        text-align: left;
        line-height: 1.3888888889;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #car .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #car .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

@media screen and (max-width: 1024px) {
    #page_access #car .hd02.sp_close.active:before {
        height: 0;
    }

    #page_access #car .link {
        padding-top: 30px;
    }

    #page_access #car .link ul {
        display: block;
        padding: 0;
    }

    #page_access #car .link li {
        margin-right: auto !important;
        position: relative;
        width: 300px;
        border: 1px solid #a57e13;
        padding: 15px 30px;
        left: 0;
        right: 0;
        margin: 20px auto;
        line-height: 1.8;
    }

    #page_access #car .link li:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        right: initial;
        width: 30px;
        height: 2px;
        background: #a57e13;
        margin: auto 0;
    }

    #page_access #car .link li a {
        position: relative;
        display: inline-block;
        transition: 0.3s;
        color: #a57e13;
        cursor: pointer;
    }

    #page_access #car .link li a:after {
        position: absolute;
        bottom: -5px;
        left: 0;
        content: "";
        width: 0;
        height: 1px;
        background-color: #a57e13;
        transition: 0.3s;
    }

    #page_access #car .link li a:hover:after {
        width: 100%;
        color: #a57e13;
    }
}

/*--------------------------------------------------
電車でお越しの場合
--------------------------------------------------*/
#page_access #train {
    padding: 80px 0;
    background: url("../as/bg02.png") repeat left top #f4eddf;
    margin-bottom: 100px;
}

#page_access #train .img {
    margin: 50px 0 0;
}

#page_access #train .link {
    padding-top: 60px;
}

#page_access #train .link .link_title {
    padding: 0 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}

#page_access #train .link ul {
    display: flex;
    padding: 0 40px;
}

#page_access #train .link ul li {
    margin-right: 50px;
}

#page_access #train .link ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_access #train .link ul li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_access #train .link ul li a:hover:after {
    width: 100%;
    color: #a57e13;
}

@media screen and (max-width: 1024px) {
    #page_access #train {
        padding: 0;
        position: relative;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #train:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }

    #page_access #train:after {
        content: "";
        position: absolute;
        top: 12px;
        right: 61px;
        bottom: auto;
        width: 77px;
        height: 53px;
        background: url(../as/ico_logo.png) no-repeat left top;
        background-size: cover;
        margin: auto 0;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #train .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #train .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #train .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

@media screen and (max-width: 1024px) {
    #page_access #train .wrap {
        padding: 0 20px 50px;
    }

    #page_access #train .hd02.sp_close.active:before {
        height: 0;
    }

    #page_access #train .img {
        margin: 20px 0 40px;
    }

    #page_access #train .img .img_title {
        font-size: 2rem;
        margin-bottom: 15px;
        line-height: 1.2;
    }

    #page_access #train .img .img_text {
        padding: 0 20px;
        margin-bottom: 20px;
        font-size: 1.5rem;
        line-height: 1.2;
    }

    #page_access #train .link {
        padding-top: 30px;
    }

    #page_access #train .link ul {
        display: block;
        padding: 0;
    }

    #page_access #train .link li {
        margin-right: auto !important;
        position: relative;
        width: 300px;
        border: 1px solid #a57e13;
        padding: 15px 30px;
        left: 0;
        right: 0;
        margin: 20px auto;
        line-height: 1.8;
    }

    #page_access #train .link li:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        right: initial;
        width: 30px;
        height: 2px;
        background: #a57e13;
        margin: auto 0;
    }
}

/*--------------------------------------------------
飛行機でお越しの場合
--------------------------------------------------*/
#page_access #airplane {
    padding: 80px 0;
    background: url("../as/bg02.png") repeat left top #f4eddf;
    margin-bottom: 100px;
}

#page_access #airplane .img {
    margin: 50px 0 0;
}

#page_access #airplane .link {
    padding-top: 60px;
}

#page_access #airplane .link .link_title {
    padding: 0 20px;
    font-size: 2rem;
    margin-bottom: 30px;
}

#page_access #airplane .link ul {
    display: flex;
    padding: 0 40px;
}

#page_access #airplane .link ul li {
    margin-right: 50px;
}

#page_access #airplane .link ul li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_access #airplane .link ul li a:after {
    position: absolute;
    bottom: -5px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_access #airplane .link ul li a:hover:after {
    width: 100%;
    color: #a57e13;
}

@media screen and (max-width: 1024px) {
    #page_access #airplane {
        padding: 0;
        position: relative;
        margin-bottom: 45px;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #airplane:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }

    #page_access #airplane:after {
        content: "";
        position: absolute;
        top: 12px;
        right: 61px;
        bottom: auto;
        width: 77px;
        height: 53px;
        background: url(../as/ico_logo.png) no-repeat left top;
        background-size: cover;
        margin: auto 0;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #airplane .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
        text-align: left;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #airplane .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
    #page_access #airplane .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

@media screen and (max-width: 1024px) {
    #page_access #airplane .wrap {
        padding: 0 20px 50px;
    }

    #page_access #airplane .hd02.sp_close.active:before {
        height: 0;
    }

    #page_access #airplane .img {
        margin: 20px 0 40px;
    }

    #page_access #airplane .img .img_title {
        font-size: 2rem;
        margin-bottom: 20px;
        line-height: 1.2;
    }

    #page_access #airplane .link {
        padding-top: 30px;
    }

    #page_access #airplane .link ul {
        display: block;
        padding: 0;
    }

    #page_access #airplane .link li {
        margin-right: auto !important;
        position: relative;
        width: 300px;
        border: 1px solid #a57e13;
        padding: 15px 30px;
        left: 0;
        right: 0;
        margin: 20px auto;
        line-height: 1.8;
    }

    #page_access #airplane .link li:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: -15px;
        right: initial;
        width: 30px;
        height: 2px;
        background: #a57e13;
        margin: auto 0;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■お問い合わせ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■CUISINE - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_contact #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_contact #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 100px 85px 140px 85px;
}

#page_contact #sec_intro:before,
#page_contact #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_contact #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_contact #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_contact #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_contact #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_contact #sec_intro {
        padding: 80px 20px 46px;
    }
}

#page_contact #sec_intro h3 {
    position: relative;
    background: url(../as/logo_ico01.png) no-repeat center top;
    background-size: 83px auto;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 83px 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_contact #sec_intro h3 {
        background-size: 57px auto;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 57px 0 16px;
    }
}

#page_contact #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_contact #sec_intro p {
        line-height: 2.1875;
    }
}

#page_contact #sec_intro .btn_flex {
    display: flex;
    justify-content: center;
}

#page_contact #sec_intro .btn {
    margin: 60px 20px 0;
    align-self: center;
    max-width: 330px;
    width: 50%;
}

@media screen and (max-width: 1024px) {
    #page_contact #sec_intro .btn_flex {
        display: block;
    }

    #page_contact #sec_intro .btn {
        margin: 20px auto;
        width: 100%;
    }
}

/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
#page_contact #sec_about {
    padding: 80px 0;
    position: relative;
}

#page_contact #sec_about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
    z-index: 1;
}

#page_contact #sec_about .caution {
    padding: 10px 20px 0;
}

#page_contact #sec_about .text_ex {
    text-align: center;
    margin-top: 50px;
    font-size: 1.8rem;
    font-weight: 600;
}

#page_contact #sec_about .buttons {
    background-image: url(../as/btn01_bg.png);
    background-repeat: repeat-x;
    background-size: contain;
    line-height: 50px;
    font-size: 1.8rem;
    max-width: 400px;
    margin: 40px auto 0;
    text-align: center;
    color: #fff;
    height: 60px;
}

#page_contact #sec_about .buttons:hover {
    opacity: 0.8;
}

#page_contact #sec_about .text {
    margin: 20px auto 10px auto;
    width: 900px;
    max-width: 100%;
    padding: 0 20px;
    line-height: 1.5;
}

#page_contact #sec_about .text a {
    color: #a57e13;
}

#page_contact #sec_about .text:hover a {
    opacity: 0.8;
}

#page_contact #sec_about .ex_title {
    font-weight: 600;
    font-size: 2rem;
}

#page_contact #sec_about h4 {
    margin: 80px auto 25px 10%;
    font-weight: bold;
}

#page_contact #sec_about mt-80 {
    margin-top: 80px;
}

#page_contact #sec_about .annotation {
    font-size: 80%;
    margin: 10px;
}

#page_contact #sec_about input[type="radio"],
#page_contact #sec_about input[type="checkbox"] {
    display: block;
}

#page_contact #sec_about #mfp_overlay_inner {
    background-color: #fff;
}

#page_contact #sec_about .sec_block_item {
    border-bottom: solid 1px #ccc;
    padding: 0 0 50px;
    margin-bottom: 80px;
}

#page_contact #sec_about .btn {
    margin: 60px auto 30px;
    align-self: center;
    max-width: 300px;
    width: 100%;
}

#page_contact #sec_about .extraction {
    max-width: 500px;
    width: 85%;
    margin: 50px auto 0 auto;
    display: block;
    -moz-appearance: menulist;
    -webkit-appearance: menulist;
}

@media screen and (max-width: 1024px) {
    #page_contact #sec_about .text_ex {
        padding: 0 20px;
    }
}

/*--------------------------------------------------
アンカーリンク
--------------------------------------------------*/
#page_contact #sec_anchor {
    margin: 50px 0;
}

#page_contact #sec_anchor .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_contact #sec_anchor .item {
    width: 260px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
}

#page_contact #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

#page_contact #sec_anchor .item:hover {
    background-image: url(../as/info/button_bg.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    color: #fff;
}

#page_contact #sec_anchor .item:hover a {
    color: #fff;
}

@media screen and (max-width: 1024px) {
    #page_contact #sec_anchor {
        margin: 50px 0;
    }

    #page_contact #sec_anchor .flex {
        display: block;
    }

    #page_contact #sec_anchor .item {
        width: 90%;
        margin: 0 auto 15px;
        line-height: 60px;
    }
}

#mfp_overlay #mfp_overlay_inner {
    background-color: #fff;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■プライバシーポリシー
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■privacy - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_privacy #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_privacy #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 80px 40px 60px;
}

#page_privacy #sec_intro:before,
#page_privacy #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_privacy #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_privacy #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_privacy #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_privacy #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_privacy #sec_intro {
        padding: 90px 20px 46px;
    }
}

#page_privacy #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_privacy #sec_intro p {
        line-height: 2.1875;
    }
}

#page_privacy #sec_intro .btn_flex {
    display: flex;
    justify-content: center;
}

#page_privacy #sec_intro .btn {
    margin: 60px 20px 0;
    align-self: center;
    max-width: 300px;
    width: 50%;
}

/*--------------------------------------------------
メイン
--------------------------------------------------*/
#page_privacy .sec_block__item {
    position: relative;
    padding: 50px 0 80px;
}

#page_privacy .sec_block__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

#page_privacy .sec_block__item .introduction {
    line-height: 3rem;
    padding: 30px 20px;
}

#page_privacy .sec_block__item .box {
    border-bottom: 1px solid #d7c899;
    padding: 30px 20px;
}

#page_privacy .sec_block__item .box h3 {
    margin-bottom: 20px;
}

#page_privacy .sec_block__item .box .text {
    padding: 0 10px;
    line-height: 3rem;
}

#page_privacy .sec_block__item .box li {
    list-style: decimal;
    margin: 0 20px 0 35px;
    padding-left: 5px;
    line-height: 2.5rem;
}

#page_privacy .sec_block__item .box .text02 {
    padding: 0 10px;
    margin-bottom: 15px;
    line-height: 3rem;
}

@media screen and (max-width: 1024px) {
    #page_privacy .sec_block__item {
        padding: 50px 0;
    }

    #page_privacy .sec_block__item .box {
        padding: 30px 10px;
    }

    #page_privacy .sec_block__item .box h3 {
        padding-left: 10px;
    }

    #page_privacy .sec_block__item .box li {
        margin: 0 10px 0 35px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■利用規約
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■rule - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_rule #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_rule #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 80px 40px 60px;
}

#page_rule #sec_intro:before,
#page_rule #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_rule #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_rule #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_rule #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_rule #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_rule #sec_intro {
        padding: 90px 20px 46px;
    }
}

#page_rule #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_rule #sec_intro p {
        line-height: 2.1875;
    }
}

#page_rule #sec_intro .btn_flex {
    display: flex;
    justify-content: center;
}

#page_rule #sec_intro .btn {
    margin: 60px 20px 0;
    align-self: center;
    max-width: 330px;
    width: 50%;
}

/*--------------------------------------------------
メイン
--------------------------------------------------*/
#page_rule .sec_block__item {
    position: relative;
    padding: 50px 0 80px;
}

#page_rule .sec_block__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

#page_rule .sec_block__item .introduction {
    line-height: 3rem;
    padding: 30px 20px;
}

#page_rule .sec_block__item .box {
    border-bottom: 1px solid #d7c899;
    padding: 30px 20px;
}

#page_rule .sec_block__item .box h3 {
    margin-bottom: 20px;
    line-height: 3rem;
}

#page_rule .sec_block__item .box .text {
    padding: 0 10px;
    line-height: 3rem;
}

#page_rule .sec_block__item .box li {
    list-style: decimal;
    margin: 0 20px 0 35px;
    padding-left: 5px;
    line-height: 2.5rem;
}

#page_rule .sec_block__item .box .text02 {
    padding: 0 10px;
    margin-bottom: 15px;
    line-height: 3rem;
}

@media screen and (max-width: 1024px) {
    #page_rule .sec_block__item {
        padding: 50px 0;
    }

    #page_rule .sec_block__item .box {
        padding: 30px 10px;
    }

    #page_rule .sec_block__item .box h3 {
        padding-left: 10px;
    }

    #page_rule .sec_block__item .box li {
        margin: 0 10px 0 35px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■宿泊約款
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■terms - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_terms #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_terms #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 80px 40px 60px;
}

#page_terms #sec_intro:before,
#page_terms #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_terms #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_terms #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_terms #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_terms #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_terms #sec_intro {
        padding: 90px 20px 46px;
    }
}

#page_terms #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_terms #sec_intro p {
        line-height: 2.1875;
    }
}

#page_terms #sec_intro .btn_flex {
    display: flex;
    justify-content: center;
}

#page_terms #sec_intro .btn {
    margin: 60px 20px 0;
    align-self: center;
    max-width: 330px;
    width: 50%;
}

/*--------------------------------------------------
メイン
--------------------------------------------------*/
#page_terms .sec_block__item {
    position: relative;
    padding: 50px 0 80px;
}

#page_terms .sec_block__item:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

#page_terms .sec_block__item .introduction {
    line-height: 3rem;
    padding: 30px 20px;
}

#page_terms .sec_block__item h2,
#page_rule .sec_block__item h2,
#page_privacy .sec_block__item h2 {
    text-align: center;
    font-size: 1.8em;
    margin: 15px 0;
}

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

    #page_terms .sec_block__item h2,
    #page_rule .sec_block__item h2,
    #page_privacy .sec_block__item h2 {
        margin: 0 0 5px;
    }
}

#page_terms .sec_block__item .box {
    border-bottom: 1px solid #d7c899;
    padding: 30px 20px;
}

#page_terms .sec_block__item .box h3 {
    margin-bottom: 20px;
    line-height: 3rem;
}

#page_terms .sec_block__item .box .text {
    padding: 0 10px;
    line-height: 2.6rem;
}

#page_terms .sec_block__item .box li {
    list-style: decimal;
    margin: 0 20px 0 35px;
    padding-left: 5px;
    line-height: 3rem;
}

#page_terms .sec_block__item .box .text02 {
    padding: 0 10px;
    margin-bottom: 15px;
    line-height: 3rem;
}

#page_terms .sec_block__item .box .list {
    list-style: none !important;
    margin: 0;
}

#page_terms .sec_block__item .box .list-nest {
    list-style: none !important;
    margin: 0 20px;
}

#page_terms .sec_block__item .table-wrap {
    padding: 30px 20px;
}

#page_terms .sec_block__item .table-wrap .table-name {
    margin-bottom: 15px;
    line-height: 2.5rem;
}

@media only screen and (max-width: 1024px) {
    #page_terms .sec_block__item .table-wrap .scroll {
        overflow: auto;
        white-space: nowrap;
    }

    #page_terms .sec_block__item .table-wrap .scroll::-webkit-scrollbar {
        height: 5px;
    }

    #page_terms .sec_block__item .table-wrap .scroll::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    #page_terms .sec_block__item .table-wrap .scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc;
    }
}

#page_terms .sec_block__item .table-wrap .table01 {
    width: auto;
}

#page_terms .sec_block__item .table-wrap .table01 th,
#page_terms .sec_block__item .table-wrap .table01 td {
    border: 1px solid #000;
    padding: 8px;
    line-height: 3rem;
}

#page_terms .sec_block__item .table-wrap .table01 th {
    text-align: left;
    width: 30%;
}

#page_terms .sec_block__item .table-wrap .table01 .th-title {
    text-align: center;
}

#page_terms .sec_block__item .table-wrap .table01 td {
    width: 70%;
}

#page_terms .sec_block__item .table-wrap .table01 .td-title {
    text-align: center;
    width: 20%;
}

#page_terms .sec_block__item .table-wrap .table-ul {
    border: 1px solid #000;
    border-top: none;
    padding: 20px;
    line-height: 3rem;
}

#page_terms .sec_block__item .table-wrap .table-ul li {
    list-style-type: none;
    padding-left: 5px;
}

#page_terms .sec_block__item .table-wrap .table02 {
    width: auto;
    table-layout: fixed;
    white-space: nowrap;
}

#page_terms .sec_block__item .table-wrap .scroll {
    overflow-y: auto;
    overflow-x: inherit;
}

#page_terms .sec_block__item .table-wrap .table02 th,
#page_terms .sec_block__item .table-wrap .table02 td {
    border: 1px solid #000;
    padding: 8px;
    line-height: 3rem;
}

#page_terms .sec_block__item .table-wrap .table02 th {
    text-align: left;
    width: 28%;
}

#page_terms .sec_block__item .table-wrap .table02 .th-title {
    text-align: center;
}

#page_terms .sec_block__item .table-wrap .table02 .td-title {
    text-align: center;
}

#page_terms .sec_block__item .table-wrap .table02 td {
    width: 18%;
    text-align: right;
}

#page_terms .sec_block__item .table-wrap .attention {
    margin: 20px 0;
    line-height: 2.6rem;
    font-size: 1.5rem;
}

@media screen and (max-width: 1024px) {
    #page_terms .sec_block__item {
        padding: 50px 0;
    }

    #page_terms .sec_block__item .box {
        padding: 30px 20px;
    }

    #page_terms .sec_block__item .box h3 {
        padding-left: 5px;
    }

    #page_terms .sec_block__item .box li {
        margin: 0 10px 0 25px;
    }
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■リンク
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■link - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
リンクについて
--------------------------------------------------*/
#page_link #sec_about {
    position: relative;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    padding: 80px 40px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about {
        padding: 90px 15px 45px;
    }
}

#page_link #sec_about:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #a57e13;
    border-bottom: 1px solid #a57e13;
}

#page_link #sec_about:after {
    content: "";
    opacity: 0.8;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

#page_link #sec_about .text {
    margin-bottom: 30px;
    line-height: 3rem;
}

#page_link #sec_about .text a {
    position: relative;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_link #sec_about .text a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_link #sec_about .text a:hover:after {
    width: 100%;
    color: #a57e13;
}

#page_link #sec_about .attention {
    margin-bottom: 10px;
    line-height: 2.5rem;
    font-size: 1.4rem;
}

#page_link #sec_about .hd01 {
    margin: 0 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .hd01 {
        margin: 10px 0 20px;
    }
}

#page_link #sec_about .hd02 {
    margin: 0 0 22px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .hd02 {
        font-size: 2rem;
        padding-bottom: 7px;
    }
}

#page_link #sec_about .hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .hd02:after {
        width: 20px;
    }
}

#page_link #sec_about .list_table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table {
        display: block;
    }
}

#page_link #sec_about .list_table dt,
#page_link #sec_about .list_table dd {
    border: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_link #sec_about .list_table dt,
    #page_link #sec_about .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 15px 0;
    }
}

#page_link #sec_about .list_table dt {
    width: 28.2%;
    width: 282px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_link #sec_about .list_table dd {
    width: 71.8%;
    width: calc(100% - 282px);
    padding-left: 17px;
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table dd {
        width: auto;
        padding-right: 17px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table dd:last-child {
        margin-bottom: 0;
    }
}

#page_link #sec_about .list_table dd #txt-copy {
    background: #fff;
    border: solid 1px #989898;
    line-height: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table dd #txt-copy {
        height: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table .site-name.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table .site-name.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table .site-name.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

#page_link #sec_about .list_table .site-name.sp_close.active:before {
    height: 0;
}

#page_link #sec_about .list_table02 {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table02 {
        display: block;
    }
}

#page_link #sec_about .list_table02 dt,
#page_link #sec_about .list_table02 dd {
    border: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_link #sec_about .list_table02 dt,
    #page_link #sec_about .list_table02 dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 15px 0;
    }
}

#page_link #sec_about .list_table02 dt {
    width: 28.2%;
    width: 282px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table02 dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table02 dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_link #sec_about .list_table02 dd {
    width: 71.8%;
    width: calc(100% - 282px);
    padding-left: 17px;
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table02 dd {
        width: auto;
        padding-right: 17px;
        padding-left: 17px;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table02 dd:last-child {
        margin-bottom: 0;
    }
}

#page_link #sec_about .list_table02 dd #txt-copy {
    background: #fff;
    border: solid 1px #989898;
    line-height: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

#page_link #sec_about .list_table02 dd img {
    padding-right: 15px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_about .list_table02 .img_dd img {
        display: block;
        padding-right: 0;
        margin-bottom: 10px;
    }
}

/*--------------------------------------------------
リンク一覧
--------------------------------------------------*/
#page_link #sec_list {
    position: relative;
    background: url(../as/bg01.png) repeat left top #f4eddf;
    padding: 160px 40px 125px 40px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list {
        padding: 90px 20px 45px;
    }
}

#page_link #sec_list .club_wrap {
    padding: 50px 0;
}

#page_link #sec_list .club_wrap .title {
    font-size: 2rem;
    margin-bottom: 30px;
}

#page_link #sec_list .club_wrap .list_table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .club_wrap .list_table {
        display: block;
    }
}

#page_link #sec_list .club_wrap .list_table dt,
#page_link #sec_list .club_wrap .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_link #sec_list .club_wrap .list_table dt,
    #page_link #sec_list .club_wrap .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_link #sec_list .club_wrap .list_table dt {
    width: 40%;
    width: 400px;
    padding-left: 17px;
    padding-right: 30px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #2b3c1e;
    font-size: 1.6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .club_wrap .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 0;
    }
}

#page_link #sec_list .club_wrap .list_table dt a {
    padding-left: 30px;
    cursor: pointer;
}

#page_link #sec_list .club_wrap .list_table dt:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    width: 20px;
    margin: auto 0;
    border-bottom: 1px solid #2b3c1e;
    transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .club_wrap .list_table dt:before {
        left: 0;
    }
}

#page_link #sec_list .club_wrap .list_table dd {
    width: 60%;
    width: calc(100% - 400px);
    padding-left: 17px;
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .club_wrap .list_table dd {
        width: auto;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .club_wrap .list_table dd:last-child {
        margin-bottom: 0;
    }
}

#page_link #sec_list .club_wrap .list_table dd #txt-copy {
    background: #fff;
    border: solid 1px #989898;
    line-height: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

#page_link #sec_list .other_wrap {
    padding: 50px 0;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .other_wrap {
        padding: 0;
    }
}

#page_link #sec_list .other_wrap .title {
    font-size: 2rem;
    margin-bottom: 30px;
}

#page_link #sec_list .other_wrap .list_table {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .other_wrap .list_table {
        display: block;
    }
}

#page_link #sec_list .other_wrap .list_table dt,
#page_link #sec_list .other_wrap .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 15px;
}

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

    #page_link #sec_list .other_wrap .list_table dt,
    #page_link #sec_list .other_wrap .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_link #sec_list .other_wrap .list_table dt {
    width: 25%;
    width: 250px;
    padding-left: 17px;
    padding-right: 30px;
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #2b3c1e;
    font-size: 1.6rem;
    line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .other_wrap .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 0;
    }
}

#page_link #sec_list .other_wrap .list_table dt a {
    cursor: pointer;
}

#page_link #sec_list .other_wrap .list_table dd {
    width: 75%;
    width: calc(100% - 250px);
    padding-left: 17px;
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .other_wrap .list_table dd {
        width: auto;
        padding-right: 0;
        padding-left: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_link #sec_list .other_wrap .list_table dd:last-child {
        margin-bottom: 0;
    }
}

#page_link #sec_list .other_wrap .list_table dd #txt-copy {
    background: #fff;
    border: solid 1px #989898;
    line-height: 12px;
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    margin-top: 5px;
}

#page_link #sec_list .other_wrap .list_table dd a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_link #sec_list .other_wrap .list_table dd a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_link #sec_list .other_wrap .list_table dd a:hover:after {
    width: 100%;
    color: #a57e13;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■サイトマップ
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■sitemap - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_sitemap #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_sitemap #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 100px 40px 67px;
}

#page_sitemap #sec_intro:before,
#page_sitemap #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_sitemap #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_sitemap #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_intro {
        padding: 90px 20px 46px;
    }
}

#page_sitemap #sec_intro h3 {
    position: relative;
    background: url(../as/logo_ico01.png) no-repeat center top;
    background-size: 83px auto;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 83px 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_intro h3 {
        background-size: 57px auto;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 57px 0 16px;
    }
}

#page_sitemap #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_intro p {
        line-height: 2.1875;
    }
}

/*--------------------------------------------------
メイン内容
--------------------------------------------------*/
#page_sitemap #sec_block {
    padding: 215px 40px;
    background: url(../as/bg01.png) repeat left top #f4eddf;
    background-size: 375px auto;
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_block {
        padding: 125px 20px 50px 20px;
    }
}

#page_sitemap #sec_block .flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_block .flex {
        display: block;
    }
}

#page_sitemap #sec_block .flex .item {
    width: 28%;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    #page_sitemap #sec_block .flex .item {
        width: 100%;
        margin-bottom: 15px;
    }
}

#page_sitemap #sec_block .flex .item .btn {
    text-align: left;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
    margin-bottom: 15px;
}

#page_sitemap #sec_block .flex .item .btn span {
    display: block;
    text-align: center;
}

#page_sitemap #sec_block .flex .item .btn:hover {
    background-image: url(../as/info/button_bg03.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
    margin-bottom: 15px;
    color: #fff;
}

#page_sitemap #sec_block .flex .item p {
    font-weight: bold;
    margin-top: 15px;
    padding: 0 15px;
}

#page_sitemap #sec_block .flex .item .sub_list {
    line-height: 2.5rem;
    padding: 0 20px;
    margin-bottom: 20px;
}

#page_sitemap #sec_block .flex .item .sub_list li {
    padding: 5px 0;
}

#page_sitemap #sec_block .flex .item .sub_list li a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
}

#page_sitemap #sec_block .flex .item .sub_list li a:after {
    position: absolute;
    bottom: -3px;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_sitemap #sec_block .flex .item .sub_list li a:hover:after {
    width: 100%;
    color: #a57e13;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■よくあるご質問
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
イントロ
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {

    #page_room #sec_intro,
    #page_cuisine #sec_intro {
        margin-top: 50px;
    }
}

#page_faq.under #sec_intro {
    padding: 100px 40px 67px;
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
}

@media only screen and (max-width: 1024px) {
    #page_faq.under #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_faq.under #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_faq.under #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_faq.under #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_faq.under #sec_intro p {
        line-height: 2.1875;
    }
}

#page_faq.under #sec_intro p a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_faq.under #sec_intro p a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_faq.under #sec_intro p a:hover:after {
    width: 100%;
    color: #a57e13;
}

#page_faq.under #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_faq.under #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_faq.under #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_faq.under #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_faq #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 80px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_faq #sec_anchor {
        padding-bottom: 40px;
    }
}

#page_faq #sec_anchor:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

@media only screen and (max-width: 1024px) {
    #page_faq #sec_anchor:before {
        position: initial;
    }
}

#page_faq #sec_anchor .flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_faq #sec_anchor .flex {
        justify-content: flex-start;
    }
}

#page_faq #sec_anchor .item {
    width: 25%;
    width: 250px;
    margin: 0 1% 20px;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_faq #sec_anchor .item:hover {
    background-image: url(../as/info/button_bg03.jpg);
    color: #fff;
}

#page_faq #sec_anchor .item a:hover {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    #page_faq #sec_anchor .item {
        position: relative;
        width: 48%;
        padding: 0 10px;
        height: 60px;
        line-height: initial;
        text-align: center;
        margin: 0 1% 10px;
    }

    #page_faq #sec_anchor .item a {
        position: absolute;
        font-size: 1.5rem;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
}

#page_faq #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

/*--------------------------------------------------
質問
--------------------------------------------------*/
#page_faq .sec_block__item {
    padding: 0 0 30px;
    position: relative;
    background: url("../as/bg01.png") repeat left top;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item {
        padding: 0 0 50px;
    }
}

#page_faq .sec_block__item .box {
    padding: 80px 0;
    margin: 0 0 50px;
    position: relative;
    background: url("../as/bg02.png") repeat left top !important;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .box {
        margin: 20px 0 50px;
        padding: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .box:first-child {
        margin: 0 0 50px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .box:last-child {
        margin: 20px 0 0;
    }
}

#page_faq .sec_block__item .box .faq_title {
    text-align: center;
    padding: 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#page_faq .sec_block__item .box .faq_title:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #a57e13;
    border-bottom: 1px solid #a57e13;
}

#page_faq .sec_block__item .wrap .faq_q {
    display: flex;
    align-items: baseline;
    border-bottom: 1px solid #a57e13;
    padding: 25px 10%;
    color: #a57e13;
    font-size: 1.8rem;
    position: relative;
    cursor: pointer;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .wrap .faq_q {
        padding: 25px 5% 25px 20px;
        font-size: 1.6rem;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    }
}

#page_faq .sec_block__item .wrap .faq_q:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 80px;
    width: 2px;
    height: 20px;
    background: #b6901f;
    margin: auto 0;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .wrap .faq_q:before {
        right: 30px;
    }
}

#page_faq .sec_block__item .wrap .faq_q:after {
    content: "";
    position: absolute;
    top: 0;
    left: auto;
    right: 71px;
    height: 2px;
    bottom: 0;
    width: 20px;
    background: #b6901f;
    margin: auto 0;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .wrap .faq_q:after {
        right: 21px;
    }
}

#page_faq .sec_block__item .wrap .faq_q .icon {
    margin-right: 10px;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .wrap .faq_q .icon {
        position: relative;
    }
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .wrap .faq_q .icon:before {
        content: "";
        position: absolute;
        top: 0;
        left: -10px;
        height: 15px;
        bottom: 0;
        width: 3px;
        background: #a57e13;
        margin: auto 0;
    }
}

#page_faq .sec_block__item .wrap .faq_q .text {
    line-height: 3rem;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .wrap .faq_q .text {
        padding-right: 40px;
        line-height: 2.5rem;
    }
}

#page_faq .sec_block__item .wrap .faq_q.ac:before {
    height: 0;
}

#page_faq .sec_block__item .wrap .faq_a {
    display: none;
    padding: 25px 10% 50px;
    line-height: 1.6;
}

@media only screen and (max-width: 1024px) {
    #page_faq .sec_block__item .wrap .faq_a {
        padding: 25px 20px 35px;
    }
}

#page_faq .sec_block__item .wrap .faq_a .icon {
    margin-bottom: 5px;
}

#page_faq .sec_block__item .wrap .faq_a a {
    position: relative;
    display: inline-block;
    transition: 0.3s;
    color: #a57e13;
    cursor: pointer;
}

#page_faq .sec_block__item .wrap .faq_a a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 0;
    height: 1px;
    background-color: #a57e13;
    transition: 0.3s;
}

#page_faq .sec_block__item .wrap .faq_a a:hover:after {
    width: 100%;
    color: #a57e13;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■宿泊プラン
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_plan #pageTitle .pageTitle__img {
        top: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan #pageTitle .pageTitle__text .ttl {
        padding: 5px 20px;
    }
}

#page_plan.detail #pageTitle {
    height: 169px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #pageTitle {
        height: 44px;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.detail #pageTitle {
        height: 36px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #pageTitle .pageTitle__text .ttl {
        padding: 5px 20px;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_plan.under #sec_intro {
    padding: 100px 20px 67px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_plan.under #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 27px 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_intro h3 {
        background-size: 57px auto;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 30px 0 16px;
    }
}

#page_plan.under #sec_intro #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_intro #sec_anchor {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_intro #sec_anchor .flex {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_intro #sec_anchor .item {
        width: 250px;
        background-image: url(../as/info/button_bg02.jpg);
        background-repeat: repeat-x;
        background-size: 100% 100%;
        font-size: 1.8rem;
        position: relative;
        width: 48%;
        padding: 0 10px;
        height: 60px;
        margin: 0 1% 10px;
        text-align: center;
        line-height: 1.8rem;
    }

    #page_plan.under #sec_intro #sec_anchor .item a {
        position: absolute;
        font-size: 1.4rem;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
    }
}

#page_plan.under #sec_intro #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_plan #sec_block {
    padding: 80px 40px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block {
        background: url("../as/bg01.png") repeat left top #f4eddf;
        background-size: 375px auto;
        padding: 80px 20px 80px;
    }
}

#page_plan #sec_block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

#page_plan #sec_block .flex {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .flex {
        /*display: block; */
        justify-content: space-between;
        display: flex;
    }
}

#page_plan #sec_block .item {
    width: 18%;
    margin: 0 0 35px 0;
}

#page_plan #sec_block .item:hover {
    opacity: 0.6;
}

#page_plan #sec_block .item:not(:nth-child(5n)) {
    margin: 0 2% 35px 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item:not(:nth-child(3n)) {
        /*margin: 0 0 30px;*/
    }

    #page_plan #sec_block .item:not(:nth-child(5n)) {
        margin: 0 0 30px;
    }

    #page_plan #sec_block .item {
        width: 100%;
        background: url("../as/bg02.png") repeat left top #fff;
        background-size: 750px auto;
        margin: 0 0 30px;
        width: 49%;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .inner {
        display: flex;
        padding: 0px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .img {
        width: 30%;
        min-width: 140px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .img img {
        width: 100%;
        height: auto;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .textBox {
        width: 100%;
    }
}

#page_plan #sec_block .item .title {
    margin: 2px 0;
    line-height: 1.5rem;
    font-size: 1.3rem;
    min-height: 32px;
    /*font-weight: bold;*/
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .title {
        padding: 0 0 0 20px;
        position: relative;
        font-size: 1.6rem;
        /*width: 70%;*/
    }

    @media only screen and (max-width: 425px) {
        #page_plan #sec_block .item .title {
            padding: 6px 0 14px 20px;
        }
    }

    #page_plan #sec_block .item .title:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 10px;
        height: 15px;
        width: 3px;
        background: #a57e13;
        margin: auto 0;
    }
}

#page_plan #sec_block .item .sub_name {
    font-size: 1.6rem;
    margin: 0 0 2px 0;
    /* text-align: center; */
    line-height: 1;
    align-items: flex-end;
    display: flex;
    width: 100%;
    /* justify-content: center; */
    min-height: 32px;
    font-weight: bold;
    text-align: left;
}

#page_plan #sec_block .item .sub_name_sp {
    font-size: 100%;
    margin: 0 0 8px 0;
    text-align: left;
    line-height: 1;
    min-height: auto;
}

@media only screen and (max-width: 767px) {
    #page_plan #sec_block .item .sub_name_sp {
        margin: 0 0 15px 0;
        padding-left: 10px;
    }
}

#page_plan #sec_block .item .title-cat {
    font-size: 1.3rem;
    margin: 4px 0;
    line-height: 1.2;
    /*font-weight: bold;*/
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .title-cat {
        padding: 3px 0px 8px 20px;
        position: relative;
        font-size: 1.6rem;
        margin: 5px 0 10px;
    }

    #page_plan #sec_block .item .title-cat:before {
        content: "";
        position: absolute;
        top: 6px;
        left: 10px;
        height: 15px;
        width: 3px;
        background: #a57e13;
        margin: auto 0;
    }
}

#page_plan #sec_block .item .text {
    line-height: 2.5rem;
    margin: 20px 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .text {
        padding: 0 0 0 15px;
        font-size: 1.4rem;
        margin: 10px 0;
    }
}

#page_plan #sec_block .item .detail {
    /*display: flex;*/
    text-align: right;
    padding: 0 0 5px 0;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 767px) {
    #page_plan #sec_block .item .detail {
        padding: 0 0 5px 10px;
    }
}

#page_plan #sec_block .item .tag {
    width: 88px;
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    min-width: 88px;
    background: #b6901f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0;
    padding: 5px 10px 6px;
    margin: 0 0 5px auto;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .tag {
        min-width: 80px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 374px) {
    #page_plan #sec_block .item .tag {
        font-size: 3.2085561497vw;
        min-width: 60px;
        margin-right: 7px;
    }
}

#page_plan #sec_block .item .price {
    width: 100%;
    font-size: 1.3rem;
    min-height: 26px;
    letter-spacing: 0;
}

@media only screen and (max-width: 374px) {
    #page_plan #sec_block .item .price {
        font-size: 3.4759358289vw;
    }
}

#page_plan #sec_block .item .price .num {
    font-size: 2.1rem;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .price .num {
        font-size: 2.3rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 374px) {
    #page_plan #sec_block .item .price .num {
        font-size: 6.1497326203vw;
    }
}

#page_plan #sec_block .item .detail_sp {
    display: none;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .detail_sp {
        display: flex;
        padding: 0 20px 20px;
    }
}

#page_plan #sec_block .item .tag {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    min-width: 88px;
    background: #b6901f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0;
    padding: 5px 10px 6px;
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .tag {
        min-width: 80px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 374px) {
    #page_plan #sec_block .item .tag {
        font-size: 3.2085561497vw;
        min-width: 60px;
        margin-right: 7px;
    }
}

#page_plan #sec_block .item .price {
    width: 100%;
    font-size: 1.3rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 374px) {
    #page_plan #sec_block .item .price {
        font-size: 3.4759358289vw;
    }
}

#page_plan #sec_block .item .price .num {
    font-size: 2.1rem;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .price .num {
        font-size: 2.3rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 374px) {
    #page_plan #sec_block .item .price .num {
        font-size: 6.1497326203vw;
    }
}

#page_plan #sec_block .item .btn {
    width: 100%;
    margin: 0 auto;
    max-width: 260px;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_plan #sec_block .item .btn {
        display: none;
    }
}

#page_plan #sec_block .item .btn .inner {
    padding: 12px 5px;
}

#page_plan #sec_block .item:hover a div.btn {
    background-image: url(../as/btn01_bg.png);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    transition: all 0.3s linear;
    color: #fff;
}

#page_plan #sec_block .pagination ul {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_plan #sec_block .pagination ul li {
    background: #cdb983;
    width: 35px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 7px;
}

#page_plan #sec_block .pagination ul li a {
    display: block;
    width: 100%;
    color: #fff;
}

#page_plan #sec_block .pagination ul .ac {
    background: #b08b1e !important;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■PLAN - DETAIL
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_plan.under {
    background: url(../as/bg01.png) repeat left top #f4eddf;
    background-size: 375px auto;
}

/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
#page_plan.under #pageTitle .pageTitle__img {
    top: -320px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #pageTitle .pageTitle__img {
        top: -192px;
        left: -22px;
        right: -22px;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.under #pageTitle .pageTitle__img {
        top: -132px;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_plan.under #sec_intro {
    padding: 100px 40px 67px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_intro {
        padding: 40px 15px 46px;
    }
}

#page_plan.under #sec_intro p {
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_intro p {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
    }
}

/*--------------------------------------------------
CMS（記事部分）
--------------------------------------------------*/
#page_plan.under #sec_article {
    position: relative;
    padding: 0 0;
}

#page_plan.under #sec_article:before {
    content: "";
    position: absolute;
    top: 40px;
    bottom: 40px;
    left: 0;
    right: 0;
    z-index: 0;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_article:before {
        top: 0;
        bottom: 0;
    }
}

#page_plan.under #sec_article .innerWrap {
    display: flex;
    max-width: 1680px;
}

@media only screen and (max-width: 1279px) {
    #page_plan.under #sec_article .innerWrap {
        display: block;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_article .innerWrap {
        display: block;
    }
}

#page_plan.under #sec_article .plan__img {
    position: relative;
    flex: 1 0 auto;
    max-width: 870px;
    max-width: 920px;
    width: 58.23%;
    padding-left: 50px;
}

@media only screen and (max-width: 1279px) {
    #page_plan.under #sec_article .plan__img {
        max-width: 870px;
        width: auto;
        padding-left: 0;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_article .plan__img {
        max-width: none;
        width: auto;
        padding-left: 0;
    }
}

#page_plan.under #sec_article .plan__detail {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    width: 38%;
    min-height: 580px;
    padding: 80px 50px;
}

@media only screen and (max-width: 1279px) {
    #page_plan.under #sec_article .plan__detail {
        max-width: 870px;
        min-height: inherit;
        width: auto;
        padding: 40px 0 80px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_article .plan__detail {
        width: auto;
        min-height: inherit;
        padding: 26px 35px 38px;
    }
}

#page_plan.under #sec_article .plan__detail .text {
    max-width: 481px;
    font-size: 1.5rem;
    line-height: 2;
}

@media only screen and (max-width: 1279px) {
    #page_plan.under #sec_article .plan__detail .text {
        max-width: inherit;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_article .plan__detail .text {
        font-size: 1.6rem;
        line-height: 1.875;
    }
}

#page_plan.under #sec_article .plan__detail .text .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_article .plan__detail .text .title {
        line-height: 1.875;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_plan.under .btn_wrap {
    padding: 68px 40px 83px;
}

@media only screen and (max-width: 560px) {
    #page_plan.under .btn_wrap {
        padding: 30px 33px;
    }
}

#page_plan.under .btn_wrap .innerWrap {
    max-width: 1000px;
}

#page_plan.under .btn_wrap ul {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 560px) {
    #page_plan.under .btn_wrap ul {
        display: block;
    }
}

#page_plan.under .btn_wrap ul li {
    max-width: 310px;
    width: 31%;
    margin: 0 18px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under .btn_wrap ul li {
        max-width: 450px;
        width: 40%;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.under .btn_wrap ul li {
        max-width: none;
        width: auto;
        margin: 0 0 16px;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.under .btn_wrap ul li:last-child {
        margin-bottom: 0;
    }
}

#page_plan.under .btn_wrap .wrap {
    display: flex;
    justify-content: center;
}

#page_plan.under .btn_wrap .inner {
    width: 100%;
    /*min-height: 58px;*/
    min-height: 54px;
    height: 100%;
}

/*--------------------------------------------------
MENU
--------------------------------------------------*/
#page_plan.under #sec_menu {
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    padding: 80px 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu {
        padding: 0;
    }
}

#page_plan.under #sec_menu .hd02 {
    margin: 0 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .hd02 {
        font-size: 2rem;
        padding-bottom: 7px;
    }
}

#page_plan.under #sec_menu .hd02:after {
    content: "";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    width: 36px;
    height: 1px;
    background: #b6901f;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .hd02:after {
        width: 0;
    }
}

#page_plan.under #sec_menu .hd02.sp_close {
    display: none;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .hd02.sp_close {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
        font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.2777777778;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_menu .hd02.sp_close {
        text-align: left;
    }
}

#page_plan.under #sec_menu .hd02.sp_close:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    width: 77px;
    height: 53px;
    background: url(../as/ico_logo.png) no-repeat left top;
    background-size: cover;
    margin: auto 0 auto auto;
}

#page_plan.under #sec_menu .hd02.sp_close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .hd02.sp_close.active {
        margin-bottom: 0;
    }
}

#page_plan.under #sec_menu .hd02.sp_close.active:before {
    height: 0;
}

#page_plan.under #sec_menu .hd02.sp_close .inner {
    display: block;
    position: relative;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .hd02.sp_close .inner:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: -2px;
        right: 9px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .hd02.sp_close .inner:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 2px;
        margin: auto 0;
        background: #b6901f;
        transition: all 0.3s linear;
    }
}

#page_plan.under #sec_menu .innerWrap {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .innerWrap {
        display: none;
        margin-top: 20px;
        padding-bottom: 50px;
        margin-bottom: 50px;
    }
}

#page_plan.under #sec_menu .menu__img {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__img {
        width: 90%;
        margin: 0 auto;
    }
}

#page_plan.under #sec_menu .menu__img img {
    width: 100%;
    margin-bottom: 30px;
}

#page_plan.under #sec_menu .menu__detail {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__detail {
        width: 90%;
        margin: 0 auto;
    }
}

#page_plan.under #sec_menu .menu__detail .list_table {
    display: flex;
    flex-wrap: wrap;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__detail .list_table {
        display: block;
    }
}

#page_plan.under #sec_menu .menu__detail .list_table dt,
#page_plan.under #sec_menu .menu__detail .list_table dd {
    border-bottom: 1px solid #d7c899;
    line-height: 1.5;
    padding: 17px 0;
}

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

    #page_plan.under #sec_menu .menu__detail .list_table dt,
    #page_plan.under #sec_menu .menu__detail .list_table dd {
        font-size: 1.5rem;
        line-height: 1.5333333333;
        padding: 7px 0 13px;
    }
}

#page_plan.under #sec_menu .menu__detail .list_table dt {
    width: 28.2%;
    width: 170px;
    padding-left: 17px;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__detail .list_table dt {
        position: relative;
        width: auto;
        border: none;
        padding: 0 0 0 15px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__detail .list_table dt:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        width: 3px;
        height: 14px;
        background: #b6901f;
        margin: auto 0;
    }
}

#page_plan.under #sec_menu .menu__detail .list_table dd {
    width: 71.8%;
    width: calc(100% - 170px);
    padding-right: 25px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__detail .list_table dd {
        width: auto;
        padding-right: 0;
        margin-bottom: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__detail .list_table dd:last-child {
        margin-bottom: 0;
    }
}

#page_plan.under #sec_menu .menu__detail .list_table p {
    padding: 17px 25px 17px 17px;
    line-height: 2.5rem;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_menu .menu__detail .list_table p {
        padding: 0;
    }
}

/*--------------------------------------------------
FREE AREA
--------------------------------------------------*/
#page_plan.detail #sec_free {
    padding: 100px 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free {
        padding: 0;
    }
}

#page_plan.detail #sec_free .wrap {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .wrap {
        background: url(../as/bg02.png) repeat left top #fff;
        background-size: 750px auto;
    }
}

#page_plan.detail #sec_free .hd02.sp_close {
    display: none;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .hd02.sp_close {
        display: block;
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
        font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.2777777778;
        margin-bottom: 20px;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.detail #sec_free .hd02.sp_close {
        text-align: left;
    }
}

#page_plan.detail #sec_free .hd02.sp_close:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 55px;
    width: 77px;
    height: 53px;
    background: url(../as/ico_logo.png) no-repeat left top;
    background-size: cover;
    margin: auto 0 auto auto;
}

#page_plan.detail #sec_free .hd02.sp_close:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .hd02.sp_close.active {
        margin-bottom: 0;
        border-bottom: none;
    }
}

#page_plan.detail #sec_free .hd02.sp_close.active:before {
    height: 0;
}

#page_plan.detail #sec_free .hd02.sp_close .inner {
    display: block;
    position: relative;
    padding-right: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .hd02.sp_close .inner:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: -2px;
        right: 9px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .hd02.sp_close .inner:after {
        content: "";
        position: absolute;
        top: 50%;
        right: 0;
        width: 20px;
        height: 2px;
        margin: auto 0;
        background: #b6901f;
        transition: all 0.3s linear;
    }
}

#page_plan.detail #sec_free .flex {
    display: flex;
    align-items: center;
    padding: 0 40px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex {
        display: none;
        padding: 0;
        margin-bottom: 50px;
        padding: 0 0 50px;
        margin-top: 20px;
    }
}

#page_plan.detail #sec_free .flex .item {
    width: 60%;
    margin-right: 5%;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex .item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

#page_plan.detail #sec_free .flex .item img {
    width: 100%;
}

#page_plan.detail #sec_free .flex .textbox {
    width: 30%;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex .textbox {
        width: 90%;
        margin: 0 auto;
    }
}

#page_plan.detail #sec_free .flex .textbox .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex .textbox .title {
        display: none;
    }
}

#page_plan.detail #sec_free .flex .textbox .text {
    line-height: 1.5;
}

#page_plan.detail #sec_free .flex_right {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 40px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex_right {
        display: none;
        padding: 0;
        margin-bottom: 50px;
        padding: 0 0 50px;
    }
}

#page_plan.detail #sec_free .flex_right .item {
    width: 60%;
    margin-left: 5%;
    order: 2;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex_right .item {
        width: 100%;
        margin-left: 0;
        order: 1;
        margin-bottom: 15px;
    }
}

#page_plan.detail #sec_free .flex_right .item img {
    width: 100%;
}

#page_plan.detail #sec_free .flex_right .textbox {
    width: 30%;
    order: 1;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex_right .textbox {
        width: 90%;
        margin: 0 auto;
        order: 2;
    }
}

#page_plan.detail #sec_free .flex_right .textbox .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.detail #sec_free .flex_right .textbox .title {
        text-align: center;
    }
}

#page_plan.detail #sec_free .flex_right .textbox .text {
    line-height: 1.5;
}

/*--------------------------------------------------
おすすめプラン
--------------------------------------------------*/
#page_plan.under #sec_plan {
    padding: 0 0px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan {
        padding: 0;
    }
}

#page_plan.under #sec_plan .innerWrap {
    max-width: 1400px;
}

#page_plan.under #sec_plan .innerWrap:before {
    content: "";
    position: absolute;
    top: 48.5px;
    right: 13px;
    width: 81px;
    height: 62px;
    background: url("../as/parts03.png") no-repeat left top;
    background-size: 100% auto;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .innerWrap:before {
        top: -17px;
        right: 46.5px;
        width: 64px;
        height: 50px;
    }
}

#page_plan.under #sec_plan .hd01 {
    margin: 0 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .hd01 {
        margin: 10px 0 20px;
    }
}

#page_plan.under #sec_plan .plan_main {
    /*--------------------------------------------------
ボタン
--------------------------------------------------*/
}

#page_plan.under #sec_plan .plan_main .tabBtn {
    position: relative;
    display: flex;
    align-items: flex-end;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .tabBtn {
        display: none;
    }
}

#page_plan.under #sec_plan .plan_main .tabBtn:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    height: 1px;
    background: rgba(182, 144, 31, 0.6);
}

#page_plan.under #sec_plan .plan_main .tabBtn li {
    max-width: 270px;
    width: 19.8%;
    margin-right: 20px;
}

@media only screen and (max-width: 1480px) {
    #page_plan.under #sec_plan .plan_main .tabBtn li {
        width: 19%;
    }
}

#page_plan.under #sec_plan .plan_main .tabBtn label {
    position: relative;
    display: block;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    font-size: 1.4rem;
    line-height: 1.7857142857;
    text-align: center;
    padding: 20px 0 15px;
    border-bottom: 1px solid rgba(182, 144, 31, 0.6);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1280px) {
    #page_plan.under #sec_plan .plan_main .tabBtn label {
        font-size: 1.09375vw;
    }
}

#page_plan.under #sec_plan .plan_main .tabBtn label:before {
    content: "";
    opacity: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
    transition: all 0.3s linear;
}

#page_plan.under #sec_plan .plan_main .tabBtn label:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 20px;
    max-width: 67px;
    width: 24.9%;
    background: url("../as/ico_logo.png") no-repeat left top;
    background-size: cover;
    padding-bottom: 18.2%;
    margin-top: -9.1%;
}

#page_plan.under #sec_plan .plan_main .tabBtn label:hover {
    padding: 24px 0 14px;
}

#page_plan.under #sec_plan .plan_main .tabBtn label strong {
    font-size: 1.9rem;
    font-weight: 400;
    line-height: 1.3157894737;
}

@media only screen and (max-width: 1280px) {
    #page_plan.under #sec_plan .plan_main .tabBtn label strong {
        font-size: 1.484375vw;
    }
}

#page_plan.under #sec_plan .plan_main #tab-1:checked~.tabBtn label[for="tab-1"],
#page_plan.under #sec_plan .plan_main #tab-2:checked~.tabBtn label[for="tab-2"] {
    border-bottom: 1px solid rgba(182, 144, 31, 0);
    padding: 30px 0 20px;
}

#page_plan.under #sec_plan .plan_main #tab-1:checked~.tabBtn label[for="tab-1"]:before,
#page_plan.under #sec_plan .plan_main #tab-2:checked~.tabBtn label[for="tab-2"]:before {
    opacity: 1;
}

#page_plan.under #sec_plan .plan_main .tabContents {
    position: relative;
    z-index: 0;
    padding: 83px 0 67px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .tabContents {
        padding: 0;
    }
}

#page_plan.under #sec_plan .plan_main .tabContents:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    z-index: -1;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .tabContents:before {
        display: none;
    }
}

#page_plan.under #sec_plan .plan_main .tabContents section {
    opacity: 0;
    position: absolute;
    top: 83px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -10;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .tabContents section {
        overflow: hidden;
        opacity: 1;
        position: static;
    }
}

#page_plan.under #sec_plan .plan_main #tab-1:checked~.tabContents section:nth-child(1),
#page_plan.under #sec_plan .plan_main #tab-2:checked~.tabContents section:nth-child(2) {
    opacity: 1;
    position: static;
    margin-bottom: 15px;
}

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

    #page_plan.under #sec_plan .plan_main #tab-1:checked~.tabContents section:nth-child(1),
    #page_plan.under #sec_plan .plan_main #tab-2:checked~.tabContents section:nth-child(2) {
        margin-bottom: 0;
    }
}

#page_plan.under #sec_plan .plan_main .box {
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .box {
        display: block;
        margin-bottom: 0;
    }
}

#page_plan.under #sec_plan .plan_main .left {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .left {
        width: 100%;
        border-bottom: 1px solid #d7c899;
    }
}

#page_plan.under #sec_plan .plan_main .left .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: left;
}

#page_plan.under #sec_plan .plan_main .left .attention {
    font-size: 1.5rem;
    padding: 0 10px;
    margin-bottom: 15px;
}

#page_plan.under #sec_plan .plan_main .left .img {
    position: relative;
    background: #fff;
    margin: 0 0 18px;
}

#page_plan.under #sec_plan .plan_main .left .img:before {
    content: "";
    display: block;
    padding-bottom: 70%;
}

#page_plan.under #sec_plan .plan_main .left .img img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    transition: all 0.3s linear;
}

#page_plan.under #sec_plan .plan_main .left .check {
    font-size: 1.5rem;
    line-height: 1.6111111111;
    padding: 0 15px;
    margin: 0 0 18px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .left .check {
        font-size: 1.6rem;
        line-height: 1.3888888889;
        padding: 0 10px;
    }
}

#page_plan.under #sec_plan .plan_main .left .detail {
    display: flex;
    padding: 0 15px;
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .left .detail {
        padding: 0 10px;
    }
}

#page_plan.under #sec_plan .plan_main .left .tag {
    flex: 1 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-start;
    min-width: 88px;
    background: #b6901f;
    color: #fff;
    font-size: 1.2rem;
    font-weight: 300;
    letter-spacing: 0;
    padding: 5px 10px 6px;
    margin-right: 15px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .left .tag {
        min-width: 80px;
        margin-right: 10px;
    }
}

@media only screen and (max-width: 374px) {
    #page_plan.under #sec_plan .plan_main .left .tag {
        font-size: 3.2085561497vw;
        min-width: 60px;
        margin-right: 7px;
    }
}

#page_plan.under #sec_plan .plan_main .left .price {
    width: 100%;
    line-height: 2.5rem;
    margin-bottom: 15px;
    font-size: 1.3rem;
    letter-spacing: 0;
}

@media only screen and (max-width: 374px) {
    #page_plan.under #sec_plan .plan_main .left .price {
        font-size: 3.4759358289vw;
    }
}

#page_plan.under #sec_plan .plan_main .left .price .num {
    font-size: 2.1rem;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .left .price .num {
        font-size: 2.3rem;
        font-weight: 500;
    }
}

@media only screen and (max-width: 374px) {
    #page_plan.under #sec_plan .plan_main .left .price .num {
        font-size: 6.1497326203vw;
    }
}

#page_plan.under #sec_plan .plan_main .right {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .right {
        width: 100%;
    }
}

#page_plan.under #sec_plan .plan_main .right .title {
    font-size: 2rem;
    line-height: 1.5;
    margin-bottom: 30px;
    text-align: center;
}

#page_plan.under #sec_plan .plan_main .right .text {
    line-height: 1.5;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .right .text {
        margin: 18px 0 0;
        padding: 0 10px;
    }
}

#page_plan.under #sec_plan .plan_main .btn_ac {
    cursor: pointer;
    position: relative;
    z-index: 10;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    font-size: 1.4rem;
    line-height: 1.6428571429;
    text-align: center;
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_plan .plan_main .btn_ac {
        text-align: left;
    }
}

@media only screen and (min-width: 768px) {
    #page_plan.under #sec_plan .plan_main .btn_ac {
        display: none;
    }
}

#page_plan.under #sec_plan .plan_main .btn_ac:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
}

#page_plan.under #sec_plan .plan_main .btn_ac:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 61px;
    width: 77px;
    height: 53px;
    background: url("../as/ico_logo.png") no-repeat left top;
    background-size: cover;
    margin: auto 0;
}

#page_plan.under #sec_plan .plan_main .btn_ac .btn_ac__inner {
    position: relative;
    padding: 30px 25px 22px;
    margin: 0 0 50px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .btn_ac .btn_ac__inner {
        margin: 0 0 20px;
    }
}

#page_plan.under #sec_plan .plan_main .btn_ac .btn_ac__inner:before,
#page_plan.under #sec_plan .plan_main .btn_ac .btn_ac__inner:after {
    content: "";
    position: absolute;
    top: 4px;
    bottom: 0;
    background: #b6901f;
    margin: auto;
    transition: all 0.3s linear;
}

#page_plan.under #sec_plan .plan_main .btn_ac .btn_ac__inner:before {
    right: 25px;
    width: 20px;
    height: 2px;
}

#page_plan.under #sec_plan .plan_main .btn_ac .btn_ac__inner:after {
    opacity: 1;
    right: 34px;
    width: 2px;
    height: 20px;
}

#page_plan.under #sec_plan .plan_main .btn_ac strong {
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2777777778;
}

#page_plan.under #sec_plan .plan_main .btn_ac.active .btn_ac__inner {
    margin-bottom: 0;
}

#page_plan.under #sec_plan .plan_main .btn_ac.active .btn_ac__inner:after {
    opacity: 0;
    height: 0;
}

#page_plan.under #sec_plan .plan_main .box_ac {
    display: block;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    padding: 15px 20px 24px;
}

@media only screen and (min-width: 768px) {
    #page_plan.under #sec_plan .plan_main .box_ac {
        display: block !important;
        padding: 15px 20px 24px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .box_ac {
        padding: 15px 20px 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .box_ac.active {
        margin-bottom: 50px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main .height0 {
        visibility: hidden;
        height: 0;
        padding-bottom: 0;
    }
}

@media only screen and (min-width: 768px) {
    #page_plan.under #sec_plan .plan_main .height0 {
        height: auto !important;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room {
    padding: 80px 0;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room {
        padding: 80px 0 30px;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -100vw;
    right: -100vw;
    background: url(../as/bg01.png) repeat left top #fff;
    background-size: 750px auto;
}

#page_plan.under #sec_plan .plan_main #sec_room h3 {
    font-size: 2rem;
    margin-bottom: 50px;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room h3 {
        margin-bottom: 30px;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .room_wrap {
    margin-bottom: 80px;
}

#page_plan.under #sec_plan .plan_main #sec_room .room_wrap02 {
    margin-bottom: 0;
}

#page_plan.under #sec_plan .plan_main #sec_room .room_wrap02 .titlebox_sp {
    display: none;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .room_wrap02 .titlebox_sp {
        display: flex;
        align-items: center;
        padding: 20px;
        background: url(../as/bg02.png) repeat left top #fff;
        background-size: 750px auto;
        margin-bottom: 20px;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .room_wrap02 .titlebox_sp .east {
    background: #2b3c1e;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
    max-width: 60px;
    width: 18%;
    text-align: center;
}

#page_plan.under #sec_plan .plan_main #sec_room .room_wrap02 .titlebox_sp .west {
    background: #65511c;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
    max-width: 60px;
    width: 18%;
    text-align: center;
}

#page_plan.under #sec_plan .plan_main #sec_room .room_wrap02 .titlebox_sp .title {
    width: 80%;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .room_wrap02 .titlebox_sp.active {
        margin-bottom: 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .inner_sp {
        display: none;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box {
    display: flex;
    justify-content: space-between;
    background: url("../as/bg02.png") repeat left top #fff;
    background-size: 750px auto;
    box-sizing: border-box;
    margin-bottom: 30px;
    padding-bottom: 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box {
        display: block;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .img {
    width: 20%;
    margin-right: 15px;
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox {
    width: calc(80% - 300px);
    padding: 20px 0;
    margin-right: auto;
    display: block;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox {
        width: 100%;
        margin-right: 0;
        padding: 20px 20px 0;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .titlebox {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox .titlebox {
        display: none;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .titlebox .east {
    background: #2b3c1e;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
    max-width: 60px;
    width: 18%;
    text-align: center;
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .titlebox .west {
    background: #65511c;
    padding: 5px 10px;
    color: #fff;
    font-size: 1.3rem;
    margin-right: 10px;
    max-width: 60px;
    width: 18%;
    text-align: center;
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .titlebox .title {
    width: 80%;
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox .titlebox .title {
        line-height: 2rem;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .price {
    font-size: 2rem;
    margin: 20px auto 0px auto;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox .price {
        padding-left: 0;
        padding-top: 13px;
        font-size: 1.8rem;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .price span {
    font-size: 1.3rem;
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .text {
    position: relative;
    line-height: 2rem;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox .text {
        padding-left: 0;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .text:before {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #b6901f;
    margin: auto 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox .text:before {
        display: none;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .sp_imgbox {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 15px;
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .sp_imgbox .img {
    width: 380px;
}

@media only screen and (max-width: 426px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox .sp_imgbox {
        flex-wrap: wrap;
    }

    #page_plan.under #sec_plan .plan_main #sec_room .box .textbox .sp_imgbox .img {
        width: 100%;
        margin: 0 0 15px 0;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .textbox .sp_imgbox .text {
    width: 100%;
    position: static;
}

#page_plan.under #sec_plan .plan_main #sec_room .box .btnbox {
    position: absolute;
    min-width: 190px;
    width: 100%;
    padding: 20px 20px 20px;
    margin: 0 10px;
    right: 0;
    max-width: 240px;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .btnbox {
        position: relative;
        width: 100%;
        max-width: none;
        padding: 20px 20px 20px;
        margin: 0;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .btnbox .icon {
    background: url(../as/logo_ico03.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    padding: 30px 0;
    text-align: center;
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .btnbox .icon {
        display: none;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .btnbox ul {
    width: 100%;
    position: static;
    max-width: initial;
    bottom: 20px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #sec_room .box .btnbox ul {
        position: static;
        max-width: initial;
    }
}

#page_plan.under #sec_plan .plan_main #sec_room .box .btnbox .btn03 .wrap .inner {
    padding: 10px 0;
}

#page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap {
    padding: 68px 40px 83px;
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap {
        padding: 30px 33px 50px;
    }
}

#page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap .innerWrap {
    max-width: 1000px;
}

#page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap ul {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap ul {
        display: block;
    }
}

#page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap ul li {
    max-width: 310px;
    width: 31%;
    margin: 0 18px;
}

@media only screen and (max-width: 1024px) {
    #page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap ul li {
        max-width: 450px;
        width: 40%;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap ul li {
        max-width: none;
        width: auto;
        margin: 0 0 16px;
    }
}

@media only screen and (max-width: 560px) {
    #page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap ul li:last-child {
        margin-bottom: 0;
    }
}

#page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap .wrap {
    display: flex;
    justify-content: center;
}

#page_plan.under #sec_plan .plan_main #page_plan.under .btn_wrap .inner {
    width: 100%;
    /*min-height: 58px;*/
    min-height: 54px;
    height: 100%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■有馬温泉情報配信サイト
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
#page_arimame {
    color: #46371d;
    font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
}

/*-------------------------
パンくず
-------------------------*/
#arimame_breadcrumbs {
    background: #fffae7;
    padding: 0 20px;
}

@media only screen and (max-width: 1024px) {
    #arimame_breadcrumbs {
        display: none;
    }
}

#arimame_breadcrumbs .breadcrumbs_list {
    display: flex;
    align-items: center;
    font-size: 1.3rem;
    padding: 20px 0;
}

#arimame_breadcrumbs .breadcrumbs_list li {
    position: relative;
    padding-left: 30px;
}

#arimame_breadcrumbs .breadcrumbs_list li:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 12px;
    width: 6px;
    height: 6px;
    border-top: 1px solid #000;
    border-right: 1px solid #000;
    transform: rotate(45deg);
    margin-top: -3px;
}

#arimame_breadcrumbs .breadcrumbs_list li:first-child {
    padding-left: 0;
}

#arimame_breadcrumbs .breadcrumbs_list li:first-child:before {
    display: none;
}

#arimame_breadcrumbs .breadcrumbs_list a {
    display: block;
}

#page_arimame.category {
    /*シングルページ*/
}

#page_arimame.category .arimame_header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    padding: 10px 0;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .arimame_header {
        display: block;
        position: relative;
        height: 70px;
        background: #c9c9c9;
        padding: 0;
        z-index: 1;
    }
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .arimame_header p {
        color: #fff;
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        margin: auto;
        top: 50%;
        transform: translateY(-50%);
    }
}

#page_arimame.category .arimame_header .logo {
    padding-left: 80px;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .arimame_header .logo {
        position: absolute;
        padding-left: 0;
        left: 25px;
        top: 50%;
        transform: translateY(-50%);
    }
}

#page_arimame.category .arimame_header .menu .main ul {
    display: flex;
    justify-content: flex-end;
}

#page_arimame.category .arimame_header .menu .main ul li {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 15px 30px;
}

#page_arimame.category .arimame_header .menu .main ul li:not(:last-child) {
    border-right: 1px solid #d9d9d9;
}

#page_arimame.category .arimame_header .menu .main ul li .item_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_arimame.category .arimame_header .menu .main ul li .item_flex img {
    padding-right: 10px;
}

#page_arimame.category .arimame_header .burgerWrap {
    background: #ddeeaa;
}

#page_arimame.category .arimame_header .burgerWrap #burger {
    background: #fff;
    color: #46371d;
    height: 70px;
    width: 70px;
    text-align: center;
    position: absolute;
    right: 0;
}

#page_arimame.category .arimame_header .burgerWrap #burger span {
    background-color: #46371d;
    width: 30px;
    height: 3px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    transform: translateY(-50%);
    transition: all 0.2s;
    transform-origin: center center;
}

#page_arimame.category .arimame_header .burgerWrap #burger span.top {
    transform: translate(0, -12px);
}

#page_arimame.category .arimame_header .burgerWrap #burger span.bottom {
    transform: translate(0, 9px);
}

#page_arimame.category .arimame_header .burgerWrap #burger.act {
    background: #46371d;
    color: #fff;
}

#page_arimame.category .arimame_header .burgerWrap #burger.act span {
    background: #fff;
}

#page_arimame.category .arimame_header .burgerWrap #burger.act span.top {
    -webkit-transform: translateY(20px) rotate(-45deg) !important;
    transform: translateY(-2px) rotate(-45deg) !important;
}

#page_arimame.category .arimame_header .burgerWrap #burger.act span.middle {
    opacity: 0 !important;
    -webkit-transform: translateX(20px) !important;
    transform: translateX(20px) !important;
}

#page_arimame.category .arimame_header .burgerWrap #burger.act span.bottom {
    -webkit-transform: translateY(3px) rotate(45deg) !important;
    transform: translateY(-2px) rotate(45deg) !important;
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap {
    display: none;
    padding: 100px 15px 50px;
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    text-align: center;
    line-height: 2rem;
    font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
    #page_arimame.category .arimame_header .burgerWrap #menuWrap .menu {
        font-size: 1.3rem;
    }
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .menu li {
    width: 50%;
    padding: 15px 0;
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .menu li .item_flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .menu li .item_flex img {
    padding-right: 5px;
    width: 40px;
}

@media only screen and (max-width: 560px) {
    #page_arimame.category .arimame_header .burgerWrap #menuWrap .menu li .item_flex img {
        width: 30px;
    }
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .category_menu_sp {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    font-weight: bold;
    line-height: 2rem;
    font-size: 1.5rem;
}

@media only screen and (max-width: 560px) {
    #page_arimame.category .arimame_header .burgerWrap #menuWrap .category_menu_sp {
        font-size: 1.3rem;
    }
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .category_menu_sp li {
    width: 50%;
    padding: 20px 0;
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .menu_name {
    text-align: center;
    margin: 40px 0;
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .menu_sns {
    display: flex;
    justify-content: center;
    align-items: center;
}

#page_arimame.category .arimame_header .burgerWrap #menuWrap .menu_sns img {
    margin: 0 10px;
    width: 50%;
}

#page_arimame.category .category_menu {
    background: #ddeeaa;
    font-weight: bold;
    padding: 15px 0;
}

#page_arimame.category .category_menu ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#page_arimame.category .category_menu ul li {
    flex-grow: 1;
    text-align: center;
    padding: 10px 10px;
}

#page_arimame.category .category_menu ul li+li {
    border-left: 2px solid #fff;
}

#page_arimame.category .sub_ttl {
    padding: 50px 60px;
    text-align: center;
    line-height: 2.8rem;
    background: #fffae7;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .sub_ttl {
        padding: 40px 60px;
    }
}

@media only screen and (max-width: 560px) {
    #page_arimame.category .sub_ttl {
        padding: 40px 25px;
    }
}

#page_arimame.category .main_ttl {
    background: #c9c9c9;
    color: #fff;
    padding: 60px 50px;
    text-align: center;
}

#page_arimame.category .main_ttl_detail {
    background: #ddeeaa;
    padding: 60px 50px;
    text-align: center;
    margin-top: 1px;
}

#page_arimame.category .listWrap {
    background: #fffae7;
    padding-bottom: 60px;
}

#page_arimame.category .listWrap .category_list .box {
    background: #fff;
    display: flex;
    justify-content: flex-start;
    padding: 50px 80px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .listWrap .category_list .box {
        padding: 30px 25px;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 560px) {
    #page_arimame.category .listWrap .category_list .box {
        padding: 30px 20px;
    }
}

#page_arimame.category .listWrap .category_list .box .item {
    width: 18%;
    margin: 0 1%;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .listWrap .category_list .box .item {
        width: 47%;
        margin: 0 2%;
    }
}

#page_arimame.category .listWrap .category_list .box .item img {
    width: 100%;
    height: auto;
}

#page_arimame.category .listWrap .category_list .box .item p {
    margin-top: 10px;
    padding-left: 10px;
}

#page_arimame.category .listWrap .category_list .box .item p:before {
    background-color: #009944;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    vertical-align: middle;
    width: 5px;
}

#page_arimame.category .listWrap .category_list .box .item .categoryBox {
    display: flex;
    align-items: center;
    margin: 10px 0;
}

#page_arimame.category .listWrap .category_list .box .item .categoryBox .icon {
    color: #fff;
    border-radius: 20px;
    padding: 2px;
    text-align: center;
    margin-right: 5px;
}

#page_arimame.category .listWrap .category_list .box .item .categoryBox .icon.eat {
    background: #f19149;
}

#page_arimame.category .listWrap .category_list .box .item .categoryBox .icon.stay {
    background: #00a0e9;
}

#page_arimame.category .listWrap .category_list .box .item .categoryBox .icon.watch {
    background: #83af19;
}

#page_arimame.category .listWrap .category_list .box .item .categoryBox .icon.play {
    background: #e4007f;
}

#page_arimame.category .listWrap .category_list .box .item .categoryBox .category {
    background: #fff100;
    color: #757575;
    border-radius: 10px;
    padding: 3px 10px;
    text-align: center;
}

#page_arimame.category .listWrap .category_list .box .item .txt {
    line-height: 2rem;
    font-weight: 400;
}

#page_arimame.category .single_categoryWrap {
    background: #fffae7;
    padding: 20px 0;
}

#page_arimame.category .single_categoryWrap .single_categoryBox {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 10px 0;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .single_categoryWrap .single_categoryBox {
        justify-content: flex-start;
        padding: 0 25px;
    }
}

#page_arimame.category .single_categoryWrap .single_categoryBox .icon {
    color: #fff;
    border-radius: 20px;
    padding: 2px;
    text-align: center;
    margin-right: 5px;
}

#page_arimame.category .single_categoryWrap .single_categoryBox .icon.eat {
    background: #f19149;
}

#page_arimame.category .single_categoryWrap .single_categoryBox .icon.stay {
    background: #00a0e9;
}

#page_arimame.category .single_categoryWrap .single_categoryBox .icon.watch {
    background: #83af19;
}

#page_arimame.category .single_categoryWrap .single_categoryBox .icon.play {
    background: #e4007f;
}

#page_arimame.category .single_categoryWrap .single_categoryBox .category {
    background: #fff100;
    color: #757575;
    border-radius: 10px;
    padding: 3px 10px;
    text-align: center;
    margin-right: 5px;
}

#page_arimame.category .singleWrap {
    padding: 50px 0 80px;
    background: #fff;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .singleWrap {
        padding: 50px 0 50px;
    }
}

#page_arimame.category .singleWrap .innerWrap {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 25px;
}

#page_arimame.category .singleWrap .innerWrap .ttl_deco {
    margin-bottom: 20px;
}

#page_arimame.category .singleWrap .innerWrap .ttl_deco p:before {
    background-color: #ddeeaa;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 30px;
    margin-right: 15px;
    vertical-align: middle;
    width: 10px;
}

#page_arimame.category .singleWrap .innerWrap .ttl_deco p:after {
    background-color: #ddeeaa;
    border-radius: 5px;
    content: "";
    display: inline-block;
    height: 5px;
    vertical-align: middle;
    width: 100%;
}

#page_arimame.category .singleWrap .innerWrap .ttl {
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 3.5rem;
}

#page_arimame.category .singleWrap .innerWrap .small_ttl {
    font-size: 2rem;
    font-weight: bold;
    line-height: 3rem;
}

#page_arimame.category .singleWrap .innerWrap .txt {
    margin-bottom: 40px;
    line-height: 2.5rem;
}

#page_arimame.category .singleWrap .innerWrap .img {
    margin-bottom: 40px;
}

#page_arimame.category .singleWrap .innerWrap .img img {
    max-width: 100%;
    height: auto;
}

#page_arimame.category .singleWrap .innerWrap .sub_area .txt {
    padding: 0 15px;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .singleWrap .innerWrap .sub_area .txt {
        padding: 0;
    }
}

#page_arimame.category .singleWrap .innerWrap .sub_area table {
    padding: 0 15px;
    margin-bottom: 40px;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .singleWrap .innerWrap .sub_area table {
        padding: 0;
    }
}

#page_arimame.category .singleWrap .innerWrap .sub_area table th {
    background: #ddeeaa;
    width: 25%;
    text-align: center;
    padding: 20px 15px;
    border: 1px solid #fff;
}

#page_arimame.category .singleWrap .innerWrap .sub_area table td {
    background: #fff;
    width: 75%;
    padding: 20px 25px;
    border: 1px solid #b5b5b5;
}

#page_arimame.category .singleWrap .innerWrap .sub_area .googlemap {
    padding: 0 15px;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .singleWrap .innerWrap .sub_area .googlemap {
        padding: 0;
    }
}

#page_arimame.category .singleWrap .innerWrap .sub_area .googlemap img {
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .singleWrap .innerWrap .single_pagination {
        margin-top: 50px;
    }
}

#page_arimame.category .singleWrap .innerWrap .single_pagination .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .singleWrap .innerWrap .single_pagination .flex {
        display: block;
    }
}

#page_arimame.category .singleWrap .innerWrap .single_pagination .flex .btn {
    border: 1px solid #009944;
    background: #fff;
    width: 25%;
    padding: 0 15px;
    min-width: 200px;
    text-align: center;
    height: 60px;
    line-height: 60px;
    margin: 50px 20px 0;
}

@media only screen and (max-width: 1024px) {
    #page_arimame.category .singleWrap .innerWrap .single_pagination .flex .btn {
        margin: 20px auto;
        width: 50%;
    }
}

@media only screen and (max-width: 560px) {
    #page_arimame.category .singleWrap .innerWrap .single_pagination .flex .btn {
        width: 90%;
    }
}

#page_arimame.category .singleWrap .innerWrap .single_pagination .flex .next,
#page_arimame.category .singleWrap .innerWrap .single_pagination .flex .prev {
    height: 60px;
    line-height: 60px;
}

#page_arimame.category .searchBox {
    background: #fff;
    padding: 40px 0;
}

#page_arimame.category .searchBox .innerWrap {
    max-width: 1000px;
    padding: 0 25px;
}

#page_arimame.category .searchBox .ttl {
    display: flex;
    align-items: center;
    font-size: 2.5rem;
    font-weight: bold;
    border-bottom: 5px solid #ddeeaa;
    border-radius: 5px;
    padding-bottom: 10px;
    line-height: 3rem;
}

#page_arimame.category .searchBox .ttl img {
    margin-right: 10px;
}

#page_arimame.category .searchBox .searchList {
    padding: 50px 0;
}

@media only screen and (max-width: 560px) {
    #page_arimame.category .searchBox .searchList {
        padding: 0;
    }
}

#page_arimame.category .searchBox .searchList li {
    padding: 30px 0;
    border-bottom: 1px solid #ddeeaa;
    position: relative;
    line-height: 2.3rem;
}

#page_arimame.category .searchBox .searchList li:before {
    content: "";
    position: absolute;
    display: inline-block;
    width: 1em;
    height: 1.3em;
    background: url(../as/arimame/ico_arrow.png) no-repeat;
    background-size: contain;
}

#page_arimame.category .searchBox .searchList li span {
    padding-left: 20px;
}

/*-------------------------
ページネーション
-------------------------*/
.pagination {
    padding: 50px 0 0;
}

.pagination .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination .flex li {
    background: #dcdcdc;
    color: #626262;
    width: 45px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    margin: 0 10px;
}

.pagination .flex li.ac {
    background: #ddeeaa;
    color: #46371d;
}

.pagination .flex li.next {
    background: none;
    width: auto;
}

.pagination .flex li.next img {
    vertical-align: middle;
}

/*-------------------------
検索窓
-------------------------*/
.searchWrap {
    background: #fffae7;
    padding: 80px 0;
}

@media only screen and (max-width: 1024px) {
    .searchWrap {
        padding: 50px 0;
    }
}

.searchWrap .search {
    max-width: 1000px;
    padding: 40px 50px;
    background: #fff;
    margin: 0 auto;
}

@media only screen and (max-width: 1024px) {
    .searchWrap .search {
        max-width: initial;
        margin: 0 25px;
        padding: 20px 25px;
    }
}

@media only screen and (max-width: 560px) {
    .searchWrap .search {
        padding: 20px;
    }
}

.searchWrap .search .flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    .searchWrap .search .flex {
        flex-wrap: wrap;
        justify-content: center;
    }
}

.searchWrap .search .flex .box {
    width: 55%;
    border: 1px solid #c9c9c9;
    padding: 15px;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    .searchWrap .search .flex .box {
        width: 64%;
        padding: 10px;
    }
}

.searchWrap .search .flex .box span {
    color: #a8a8a8;
    padding-left: 15px;
}

@media only screen and (max-width: 560px) {
    .searchWrap .search .flex .box span {
        padding-left: 5px;
    }
}

.searchWrap .search .flex .btn {
    background: #009944;
    color: #fff;
    border-radius: 20px;
    color: #fff;
    text-shadow: 1px 2px 3px #808080;
    font-size: 1.8rem;
    border: none;
    font-weight: bold;
    min-width: 150px;
    width: 20%;
    padding: 10px 0;
    height: 60px;
}

@media only screen and (max-width: 1024px) {
    .searchWrap .search .flex .btn {
        width: 30%;
        margin-left: 3%;
    }
}

@media only screen and (max-width: 560px) {
    .searchWrap .search .flex .btn {
        min-width: initial;
        height: 50px;
    }
}

.searchWrap .search .flex .btn02 {
    background: #fff;
    border: 1px solid #009944;
    color: #009944;
    border-radius: 20px;
    min-width: 150px;
    width: 20%;
    line-height: 60px;
    text-align: center;
    height: 60px;
}

@media only screen and (max-width: 1024px) {
    .searchWrap .search .flex .btn02 {
        width: 50%;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 560px) {
    .searchWrap .search .flex .btn02 {
        min-width: initial;
        width: 60%;
        height: 50px;
        line-height: 50px;
    }
}

/*-------------------------
ありまめ共通フッター
-------------------------*/
#arimame_footer {
    color: #46371d;
    font-family: "YakuHanJP_Noto", "Noto Sans JP", "游ゴシック Medium", YuGothic, "游ゴシック体", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Noto Sans Japanese", Meiryo, sans-serif;
    background: #ddeeaa;
    text-align: center;
    padding: 60px 0;
}

#arimame_footer .page_ttl {
    font-size: 2rem;
    margin-bottom: 50px;
}

#arimame_footer .management {
    line-height: 2.3rem;
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: 300;
}

#arimame_footer .address {
    margin-bottom: 10px;
    font-weight: 300;
}

#arimame_footer .tel,
#arimame_footer .copyright {
    font-weight: 300;
}

#arimame_footer .snsBox {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 50px 0;
}

#arimame_footer .snsBox img {
    margin: 0 10px;
    width: 50%;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■おもてなし
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■hospitality - INDEX
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
#page_hospitality {
    background: url(../as/bg01.png) repeat left top #f4eddf;
    background-size: auto;
    padding-bottom: 80px;
    padding-top: 60px;
}

@media only screen and (max-width: 1024px) {
    #page_hospitality {
        padding: 0px;
        padding-bottom: 50px;
    }
}

/*--------------------------------------------------
ページタイトル
--------------------------------------------------*/
@media only screen and (max-width: 1024px) {
    #page_hospitality #pageTitle .pageTitle__img {
        top: 0;
    }
}

/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_hospitality #sec_intro {
    position: relative;
    background: url("../as/bg01.png") repeat left top #f4eddf;
    background-size: 375px auto;
    padding: 100px 40px 67px;
}

#page_hospitality #sec_intro:before,
#page_hospitality #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
}

#page_hospitality #sec_intro:before {
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_hospitality #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_hospitality #sec_intro:after {
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_hospitality #sec_intro:after {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #page_hospitality #sec_intro {
        padding: 80px 25px 46px;
    }
}

#page_hospitality #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

#hospitalityWrap {
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #2b3c1e;
        border-bottom: 1px solid #2b3c1e;
    }

    #page_hospitality #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 16px;
    }
}

#page_hospitality #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.375;
    text-align: center;
}

@media only screen and (max-width: 1024px) {
    #page_hospitality #sec_intro:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #2b3c1e;
        border-bottom: 1px solid #2b3c1e;
    }

    #page_hospitality #sec_intro p {
        line-height: 2.1875;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_hospitality #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 80px;
    position: relative;
}

#page_hospitality #sec_anchor:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
}

#page_hospitality #sec_anchor .flex {
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #page_hospitality #sec_anchor .flex {
        display: block;
    }
}

#page_hospitality #sec_anchor .item {
    width: 250px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_hospitality #sec_anchor .item:hover {
    background-image: url(../as/info/button_bg03.jpg);
    color: #fff;
}

#page_hospitality #sec_anchor .item a:hover {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    #page_hospitality #sec_anchor .item {
        width: 90%;
        margin: 0 auto 15px;
        line-height: 60px;
    }
}

#page_hospitality #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

/*--------------------------------------------------
おもてなし
--------------------------------------------------*/
#hospitalityWrap .hospitalityBox {
    position: relative;
    background: url(../as/bg02.png) repeat left top;
    background-size: auto;
    padding: 80px 40px 40px;
    margin-bottom: 80px;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox {
        padding: 0;
        margin-bottom: 45px;
    }

    #hospitalityWrap .hospitalityBox:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        border-top: 2px solid #a57e13;
        border-bottom: 1px solid #a57e13;
    }
}

#hospitalityWrap .hospitalityBox:after {
    content: "";
    position: absolute;
    top: 12px;
    right: 61px;
    bottom: auto;
    width: 77px;
    height: 53px;
    background: url(../as/ico_logo.png) no-repeat left top;
    background-size: cover;
    margin: auto 0;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 15px 23px;
        text-align: left;
        line-height: 1.3888888889;
    }
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 20px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 11px;
        height: 2px;
        margin: auto 0;
    }
}

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

    /* アコーディオン＋非表示 */
    #page_access #train .hd02.sp_close:before,
    #page_access #train .hd02.sp_close:after,
    #sec_commitment .wrap .flex .text .sub_ttl:before,
    #sec_commitment .wrap .flex .text .sub_ttl:after,
    #page_room.under #sec_about .hd02.sp_close:before,
    #page_room.under #sec_about .hd02.sp_close:after,
    .accordion-title::before,
    .accordion-title::after,
    #page_takeout .sec_block .hd02.sp_close:before,
    #page_takeout .sec_block .hd02.sp_close:after,
    #page_access #airplane .hd02.sp_close:before,
    #page_access #airplane .hd02.sp_close:after,
    #page_access #car .hd02.sp_close:before,
    #page_access #car .hd02.sp_close:after,
    #section-4 .box_ac .hd02.sp_close:before,
    #section-4 .box_ac .hd02.sp_close:after,
    #page_facilities #sec_detail .item02 .hd02.sp_close:before,
    #page_facilities #sec_detail .item02 .hd02.sp_close:after,
    #page_kinsen .sec_block_item .box .sp_ttlBox:before,
    #page_kinsen .sec_block_item .box .sp_ttlBox:after,
    #page_spa.under #sec_about .hd02.sp_close:after,
    #page_spa.under #sec_about .hd02.sp_close:before,
    #hospitalityWrap .hospitalityBox .hd02.sp_close:before,
    #hospitalityWrap .hospitalityBox .hd02.sp_close:after {
        display: none;
    }
}

#hospitalityWrap .hospitalityBox .hd02.sp_close.active:before {
    height: 0;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap {
        padding: 40px 0;
        /* display: none */
        display: block;
    }
}

#hospitalityWrap .hospitalityBox .wrap .ttl {
    font-size: 2.2rem;
    margin-bottom: 50px;
    text-align: center;
    font-weight: bold;
}

#hospitalityWrap .hospitalityBox .wrap .flex {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex {
        display: block;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox {
    width: 46%;
    order: 1;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox {
        width: 100%;
        padding: 0 20px;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .txt {
    font-size: 1.5rem;
    line-height: 2.7rem;
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .sub_ttl {
    font-size: 1.8rem;
    margin-bottom: 20px;
    font-weight: bold;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox .sub_ttl {
        text-align: center;
        line-height: 2.5rem;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .sub_ttl span {
    padding-left: 10px;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox .sub_ttl span {
        padding-left: 0;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .sub_ttl:before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(../as/logo_ico01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox .sub_ttl:before {
        display: none;
    }
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox .sub_ttl img {
        margin: 20px auto;
        width: 50px;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .btn_wrap {
    padding: 0;
    margin: 30px 0;
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .btn_wrap ul li {
    max-width: 310px;
    width: 100%;
    margin: 0 18px;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox .btn_wrap ul li {
        min-width: 350px;
        width: 60%;
        margin: 0 auto 15px;
    }
}

@media only screen and (max-width: 560px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox .btn_wrap ul li {
        min-width: initial;
        width: 100%;
        margin: 0 0 16px;
        max-width: initial;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .btn_wrap .wrap {
    display: flex;
    justify-content: center;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .txtBox .btn_wrap .wrap {
        padding: 3px 0;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .txtBox .btn_wrap .inner {
    width: 100%;
    /*min-height: 58px;*/
    min-height: 54px;
    height: 100%;
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox {
    width: 48%;
    max-width: 600px;
    box-sizing: border-box;
    order: 2;
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox {
        width: 100%;
    }
}

@media only screen and (max-width: 1024px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container {
        position: relative;
        padding: 0 0 30px;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .swiper-pagination-bullet-active {
    background: #a57e13;
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_prev {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 43%;
    transform: translateY(-50%);
    width: 15vw;
    height: auto;
    text-align: right;
}

@media only screen and (max-width: 560px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_prev {
        left: calc(2vw - 15px);
        top: 39%;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_prev img {
    width: 50px;
    height: auto;
}

@media only screen and (max-width: 560px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_prev img {
        width: 40px;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_next {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 43%;
    transform: translateY(-50%);
    width: 15vw;
    height: auto;
}

@media only screen and (max-width: 560px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_next {
        right: calc(2vw - 15px);
        top: 39%;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_next img {
    width: 50px;
    height: auto;
}

@media only screen and (max-width: 560px) {
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .hospitality_next img {
        width: 40px;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .swiper-button-next,
#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .swiper-container .swiper-button-prev {
    background-image: none;
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality__list {
    margin-bottom: 15px;
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality__item {
    overflow: hidden;
    position: relative;
    /*cursor: pointer;*/
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality__item img {
    width: 100%;
    height: auto;
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs,
#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs02,
#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs03,
#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs04,
#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs05 {
    width: 100%;
    box-sizing: border-box;
}

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

    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs,
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs02,
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs03,
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs04,
    #hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs05 {
        display: none;
    }
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs__item {
    overflow: hidden;
    position: relative;
    cursor: pointer;
}

#hospitalityWrap .hospitalityBox .wrap .flex .imgBox .hospitality-thumbs__item img {
    width: 100%;
    height: auto;
}

#hospitalityWrap #hospitality05 {
    margin-bottom: 0;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■おもてなし
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*緑*/
/*うすい緑*/
/*ボタンのゴールド*/
/*-------------------------
-------------------------*/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
    box-shadow: none;
    padding: 5px 10px;
    -webkit-appearance: none;
    border-radius: 0 !important;
}

select {
    box-shadow: none;
    padding: 0 10px;
    border-radius: 0 !important;
}

label span:before {
    border-color: #f00;
}

label input[type="radio"]+span:after,
label input[type="radio"]+input+span:after {
    background-color: #f00;
}

label input[type="checkbox"]+span:after,
label input[type="checkbox"]+input+span:after {
    border-bottom-color: #f00;
    border-right-color: #f00;
}

.form input[type="text"],
.form input[type="tel"],
.form input[type="email"] {
    background: #fff;
    border: 1px solid #ccc;
    height: 45px;
}

.form select {
    appearance: none;
    -webkit-appearance: none;
    background: url(../as/ico_select.png) no-repeat right 7px center #fff;
    background-size: 8px auto;
    border: 1px solid #ccc;
    min-width: 75px;
    height: 45px;
}

.form select::-ms-expand {
    display: none;
}

.form textarea {
    height: 150px;
    resize: both;
    background: #fff;
    border: 1px solid #ccc;
}

.form label span {
    padding-left: 24px;
}

.form label span:before {
    width: 18px;
    height: 18px;
    background-color: #fff;
    border-color: #ccc;
}

.form label input[type="radio"]+span:after,
.form label input[type="radio"]+input+span:after {
    background-color: #b6901f;
}

.form label input[type="checkbox"]+span:after,
.form label input[type="checkbox"]+input+span:after {
    bottom: 4px;
    left: 5px;
    width: 7px;
    height: 11px;
    border-color: #b6901f;
}

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

    .form input[type="text"],
    .form input[type="tel"],
    .form input[type="email"],
    .form select,
    .form textarea {
        padding: 5px 0;
    }

    .form label input[type="radio"]:checked+span:before,
    .form label input[type="radio"]:checked+input+span:before {
        background-color: #6e6e6e;
    }

    .form .custombtn label span {
        height: 34px;
        padding: 0 10px;
    }

    .form .custombtn label input[type="radio"]:checked+span,
    .form .custombtn label input[type="radio"]:checked+input+span,
    .form .custombtn label input[type="checkbox"]:checked+input+span,
    .form .custombtn label input[type="checkbox"]:checked+span {
        color: #fff;
    }

    .form .custombtn label input[type="checkbox"]:checked+input+span:before,
    .form .custombtn label input[type="checkbox"]:checked+span:before {
        background-color: #6e6e6e;
    }
}

.mfp_buttons {
    font-size: 0;
    line-height: 0;
}

.mfp_buttons button {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 41px;
    border-radius: 0;
    box-sizing: border-box;
    line-height: 1;
    letter-spacing: 0.066em;
    text-shadow: none;
    transition: all 0.3s linear;
    margin: 5px auto;
}

.mfp_buttons button:hover {
    letter-spacing: 0.1em;
    box-shadow: none;
    transition: all 0.3s linear;
}

.mfp_buttons button#mfp_button_send {
    max-width: 200px;
    background: #333333;
    color: #fff;
    font-size: 1.6rem;
}

.mfp_buttons button#mfp_button_send:hover {
    background: #5b5b5b;
}

.mfp_buttons button#mfp_button_cancel {
    max-width: 130px;
    background: #f3f3f3;
    border-color: #f3f3f3;
    color: #333333;
    font-size: 1.2rem;
}

.mfp_buttons button#mfp_button_cancel:hover {
    background: whitesmoke;
}

table#mfp_confirm_table tr th {
    vertical-align: top;
}

@media only screen and (max-width: 1024px) {
    table#mfp_confirm_table {
        display: block;
        width: 100%;
    }

    table#mfp_confirm_table tbody {
        display: block;
        width: 100%;
    }

    table#mfp_confirm_table tr {
        display: block;
        width: 100%;
        background-color: transparent;
    }

    table#mfp_confirm_table tr th,
    table#mfp_confirm_table tr td {
        display: block;
        width: 100% !important;
        padding: 5px 10px !important;
        white-space: normal;
    }

    table#mfp_confirm_table tr th {
        font-size: 1.6rem !important;
        background-color: #f6f7f9 !important;
    }

    table#mfp_confirm_table tr td {
        font-size: 1.4rem !important;
        background-color: #fff !important;
        padding: 11px 10px 10px !important;
    }

    .mfp_buttons button#mfp_button_send {
        width: 50%;
        height: 44px;
        font-size: 1.2rem;
    }

    .mfp_buttons button#mfp_button_cancel {
        width: 42%;
        font-size: 1rem;
    }
}

.mfp_buttons button#mfp_button_send {
    width: 50%;
    height: 44px;
    font-size: 1.2rem;
}

@media only screen and (max-width: 1024px) {
    .mfp_buttons button#mfp_button_send {
        width: 70%;
    }
}

.mfp_buttons button#mfp_button_cancel {
    width: 42%;
    font-size: 1rem;
}

#mfp_overlay #mfp_overlay_inner {
    padding: 20px 30px;
}

@media only screen and (max-width: 1024px) {
    #mfp_overlay #mfp_overlay_inner {
        padding: 20px 15px;
    }
}

#mfp_overlay #mfp_overlay_inner h4 {
    font-size: 2rem;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
}

@media only screen and (max-width: 1024px) {
    #mfp_overlay #mfp_overlay_inner h4 {
        font-size: 1.8rem;
        margin-bottom: 15px;
    }
}

#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table tr th,
#mfp_overlay #mfp_overlay_inner table#mfp_confirm_table tr td {
    font-size: 100%;
    padding: 10px;
}

#mfp_overlay #mfp_overlay_inner div.mfp_buttons {
    margin-top: 20px;
}

@media only screen and (max-width: 1024px) {
    #mfp_overlay #mfp_overlay_inner div.mfp_buttons {
        margin-top: 10px;
    }
}

#page_takeout {
    background: url("../as/bg01.png") repeat left top #f4eddf;
}

/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
 ■ROOM - DETAIL
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
/*--------------------------------------------------
イントロ
--------------------------------------------------*/
#page_takeout #sec_intro {
    padding: 135px 40px 50px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_takeout #sec_intro {
        padding: 90px 25px;
    }
}

#page_takeout #sec_intro h3 {
    position: relative;
    font-family: "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    font-weight: 300;
    font-size: 2.5rem;
    font-weight: 600;
    line-height: 1.9090909091;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-font-feature-settings: "halt";
    font-feature-settings: "halt";
    padding: 0 0 27px;
}

@media only screen and (max-width: 1024px) {
    #page_takeout #sec_intro h3 {
        font-size: 1.8rem;
        font-weight: 500;
        line-height: 1.6666666667;
        padding: 0 0 20px;
    }
}

#page_takeout #sec_intro p {
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
}

#page_takeout #sec_intro:before {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    left: 0;
    width: 298px;
    height: 229px;
    background-image: url(../as/parts01.png);
    transition: all 0.3s linear;
}

@media only screen and (max-width: 1024px) {
    #page_takeout #sec_intro:before {
        width: 152.5px;
        height: 125.5px;
    }
}

#page_takeout #sec_intro:after {
    content: "";
    position: absolute;
    top: 0;
    background-repeat: no-repeat;
    background-position: left top;
    background-size: 100% auto;
    right: 0;
    width: 231px;
    height: 197px;
    background-image: url(../as/parts02.png);
}

@media only screen and (max-width: 1024px) {
    #page_takeout #sec_intro:after {
        display: none;
    }
}

/*--------------------------------------------------
ボタン
--------------------------------------------------*/
#page_takeout #sec_anchor {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding-bottom: 60px;
    position: relative;
}

#page_takeout #sec_anchor:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #2b3c1e;
    border-bottom: 1px solid #2b3c1e;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    #page_takeout #sec_anchor {
        display: none;
    }
}

#page_takeout #sec_anchor .innerWrap {
    max-width: 1000px;
}

#page_takeout #sec_anchor .attention {
    margin: 50px 0 0;
    text-align: center;
    padding: 0 20px;
    line-height: 2.8rem;
}

#page_takeout #sec_anchor .flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #page_takeout #sec_anchor .flex {
        display: none;
    }
}

#page_takeout #sec_anchor .item {
    width: 300px;
    margin: 0 1%;
    text-align: center;
    background-image: url(../as/info/button_bg02.jpg);
    background-repeat: repeat-x;
    background-size: 100% 100%;
    line-height: 60px;
    font-size: 1.8rem;
}

#page_takeout #sec_anchor .item:hover {
    background-image: url(../as/info/button_bg03.jpg);
    color: #fff;
}

#page_takeout #sec_anchor .item a:hover {
    color: #fff;
}

@media only screen and (max-width: 1024px) {
    #page_takeout #sec_anchor .item {
        display: none;
    }
}

#page_takeout #sec_anchor .item a {
    display: block;
    color: #000;
    text-decoration: none;
}

#page_takeout .sec_block {
    background: url(../as/bg02.png) repeat left top #f4eddf;
    padding: 80px 0;
    margin-bottom: 50px;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block {
        padding: 0;
        margin-bottom: 30px;
    }
}

#page_takeout .sec_block:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    z-index: 1;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block:before {
        border-top: 2px solid #b6901f;
        border-bottom: 1px solid #b6901f;
    }
}

#page_takeout .sec_block .innerWrap {
    max-width: 1280px;
}

#page_takeout .sec_block .hd02 {
    line-height: 2.8rem;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .hd02.sp_close {
        border-bottom: 1px solid rgba(0, 0, 0, 0.1);
        padding: 27px 25px 23px;
    }
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .hd02.sp_close:before {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        right: 31px;
        width: 2px;
        height: 20px;
        background: #b6901f;
        margin: auto 0;
        transition: all 0.3s linear;
    }
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .hd02.sp_close:after {
        top: 0;
        left: auto;
        right: 22px;
        height: 2px;
        margin: auto 0;
    }
}

#page_takeout .sec_block .hd02.sp_close.active:before {
    height: 0;
}

#page_takeout .sec_block .box {
    padding: 60px 0 0;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box {
        padding: 30px 20px;
    }
}

#page_takeout .sec_block .box .flex {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .flex {
        display: block;
    }
}

#page_takeout .sec_block .box .flex .imgBox {
    width: 47%;
    margin: 0;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .flex .imgBox {
        width: 100%;
    }
}

#page_takeout .sec_block .box .flex .imgBox img {
    width: 100%;
    height: auto;
}

#page_takeout .sec_block .box .flex .imgBox .swiper-pagination-bullet-active {
    background: #a57e13;
}

#page_takeout .sec_block .box .flex .imgBox .takeout_prev {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#page_takeout .sec_block .box .flex .imgBox .takeout_prev img {
    width: 50px;
    height: auto;
}

#page_takeout .sec_block .box .flex .imgBox .takeout_next {
    cursor: pointer;
    z-index: 1;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

#page_takeout .sec_block .box .flex .imgBox .takeout_next img {
    width: 50px;
    height: auto;
}

#page_takeout .sec_block .box .flex .imgBox .swiper-button-next,
#page_takeout .sec_block .box .flex .imgBox .swiper-button-prev {
    background-image: none;
}

#page_takeout .sec_block .box .flex .txtBox {
    width: 48%;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .flex .txtBox {
        width: 100%;
        padding: 20px 0 0;
        text-align: left;
        min-width: initial;
    }
}

#page_takeout .sec_block .box .flex .txtBox .ttl {
    margin: 15px 0;
    font-size: 2rem;
    font-weight: bold;
    padding-bottom: 15px;
    display: inline-block;
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .flex .txtBox .ttl {
        padding: 0;
    }
}

#page_takeout .sec_block .box .flex .txtBox .ttl:after {
    content: "";
    background: #a57e13;
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .flex .txtBox .ttl:after {
        right: 0;
        margin: auto;
        width: 100%;
    }
}

#page_takeout .sec_block .box .flex .txtBox .ttl span {
    padding-left: 10px;
}

#page_takeout .sec_block .box .flex .txtBox .ttl:before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(../as/logo_ico01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

#page_takeout .sec_block .box .flex .txtBox .txt {
    margin-bottom: 20px;
    line-height: 3rem;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .flex .txtBox .txt {
        text-align: left;
    }
}

#page_takeout .sec_block .box .flex .txtBox .txt .menu03 {
    font-size: 1.4rem;
    line-height: 2.2rem;
    display: block;
    margin-top: 10px;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .flex .txtBox .txt .menu03 {
        display: none;
    }
}

#page_takeout .sec_block .box .flex .txtBox .price {
    text-align: right;
    font-size: 2rem;
    font-weight: bold;
    line-height: 2.5rem;
}

#page_takeout .sec_block .box .flex .txtBox .tax {
    font-size: 1.4rem;
    font-weight: bold;
    padding-left: 5px;
}

#page_takeout .sec_block .box .menu {
    line-height: 2.8rem;
    margin-top: 20px;
}

#page_takeout .sec_block .box .menu02 {
    line-height: 2.8rem;
    border: 1px solid #ccc;
    padding: 20px 30px;
    margin: 20px auto 0;
    width: 96%;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block .box .menu02 {
        width: 100%;
        padding: 20px;
        margin: 20px auto 0;
    }
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block02 .item02Wrap .box {
        display: block;
    }
}

#page_takeout .sec_block03 {
    margin-bottom: 0;
}

#page_takeout .sec_block03 .order_tb {
    width: 100%;
}

#page_takeout .sec_block03 .order_tb th {
    background: #eeeeee;
    font-size: 1.8rem;
    border: 1px solid #bfbfbf;
    width: 32%;
    padding: 30px 25px;
    text-align: left;
    line-height: 2.3rem;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block03 .order_tb th {
        display: block;
        width: 100%;
        padding: 20px 15px;
        font-size: 1.6rem;
    }
}

#page_takeout .sec_block03 .order_tb td {
    background: #fff;
    font-size: 15px;
    border: 1px solid #bfbfbf;
    width: 68%;
    padding: 30px 25px;
    line-height: 2.3rem;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block03 .order_tb td {
        display: block;
        width: 100%;
        padding: 20px 15px;
    }
}

#page_takeout .sec_block03 .contact_txt {
    text-align: center;
    line-height: 2.8rem;
    margin: 50px 0 0;
}

#page_takeout .sec_block03 .contactBox {
    margin: 50px 0 0;
    background: url(../as/takeout/contact_bg.jpg);
    background-size: cover;
    border: 2px solid #b6901f;
    padding: 30px 30px;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block03 .contactBox {
        padding: 30px 50px 0;
        margin: 50px 0 0;
    }
}

@media only screen and (max-width: 560px) {
    #page_takeout .sec_block03 .contactBox {
        padding: 30px 20px 0;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: url(../as/takeout/logo.png);
    background-repeat: no-repeat;
    background-position: right;
    background-size: contain;
    position: relative;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block03 .contactBox .flex02 {
        display: block;
        background: none;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 .txtBox {
    width: 45%;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block03 .contactBox .flex02 .txtBox {
        width: 100%;
        margin-bottom: 30px;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 .txtBox img {
    width: 60px;
    margin-right: 10px;
}

#page_takeout .sec_block03 .contactBox .flex02 .txtBox .txt {
    text-align: center;
}

#page_takeout .sec_block03 .contactBox .flex02 .txtBox .txt .ttl {
    font-size: 2.2rem;
    margin-bottom: 30px;
    line-height: 2.5rem;
    display: flex;
    align-items: center;
}

@media only screen and (max-width: 1200px) {
    #page_takeout .sec_block03 .contactBox .flex02 .txtBox .txt .ttl {
        font-size: 1.7rem;
        margin-bottom: 20px;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 .txtBox .txt .ttl img {
    width: 60px;
    margin-right: 10px;
}

#page_takeout .sec_block03 .contactBox .flex02 .txtBox .txt .number {
    font-size: 2.8rem;
    margin-bottom: 5px;
    transform: scale(1.1, 1);
    letter-spacing: 3px;
}

@media only screen and (max-width: 1200px) {
    #page_takeout .sec_block03 .contactBox .flex02 .txtBox .txt .number {
        font-size: 2.5rem;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 .txtBox .txt .attention02 {
    font-size: 15px;
}

#page_takeout .sec_block03 .contactBox .flex02 .line {
    background: #b6901f;
    width: 2px;
    height: 140px;
    position: absolute;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
    top: 0;
    bottom: 0;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block03 .contactBox .flex02 .line {
        background: #b6901f;
        width: 100%;
        height: 2px;
        position: static;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 .btnBox {
    width: 45%;
    padding: 35px 0;
}

@media only screen and (max-width: 1024px) {
    #page_takeout .sec_block03 .contactBox .flex02 .btnBox {
        width: 100%;
        padding: 60px 0;
        background: url(../as/takeout/logo.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: auto;
    }
}

@media only screen and (max-width: 560px) {
    #page_takeout .sec_block03 .contactBox .flex02 .btnBox {
        padding: 50px 0;
        background-size: 180px;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 .btnBox .btn03 {
    width: 300px;
    margin: 0 auto;
}

@media only screen and (max-width: 560px) {
    #page_takeout .sec_block03 .contactBox .flex02 .btnBox .btn03 {
        width: 100%;
    }
}

#page_takeout .sec_block03 .contactBox .flex02 .btnBox .btn03 .wrap .inner {
    padding: 15px 10px;
}

#page_takeout .sec_block_item {
    background: url("../as/bg01.png") repeat left top #f4eddf;
    padding: 25px 0;
}

#page_takeout .attention {
    margin: 40px 0;
    text-align: left;
    padding: 0 40px;
    line-height: 2.8rem;
}

@media only screen and (max-width: 560px) {
    #page_takeout .attention {
        padding: 0 25px;
    }
}

/*プラン一覧系*/
#page_plan.under #sec_intro {
    padding: 80px 40px 0px 67px;
}

#page_plan.under #sec_intro h3 {
    padding: 70px 0 30px;
    background: url(../as/logo_ico01.png) no-repeat center top;
    background-size: 83px auto;
}

@media screen and (max-width: 768px) {
    @media screen and (max-width: 425px) {
        #page_plan.under #sec_intro {
            padding: 30px 15px 0;
        }
    }
}

#page_plan #sec_block .item .inner .img img {
    max-width: 100%;
    width: 100%;
}

#page_plan #sec_block .item .title-cat {
    min-height: 35px;
}

@media screen and (max-width: 768px) {
    #page_plan #sec_block .item .inner .img img {
        max-width: 100%;
        width: 100%;
    }

    #page_plan #sec_block .item .title-cat {
        min-height: 19px;
    }

    @media screen and (max-width: 520px) {
        #page_plan #sec_block .item .img {
            width: 100%;
        }

        #page_plan #sec_block .item .inner {
            display: block;
        }

        #page_plan.under {
            margin-top: 0;
        }
    }
}

@media screen and (max-width: 768px) {
    @media screen and (max-width: 520px) {
        #page_plan #sec_block .item .title-cat {
            min-height: 19px;
        }

        #page_plan #sec_block .item .inner {
            display: block;
            padding: 0 0 3px 0;
        }
    }
}

.slick-dots li button:before {
    font-size: 12px;
    opacity: 1;
}

.slick-dots {
    bottom: -40px;
}

@media screen and (max-width: 425px) {
    .slick-dots {
        bottom: -25px;
    }
}

.slick-dotted.slick-slider {
    margin-bottom: 0px;
}

/*--------------------------------------------------
西館6階客室 ポップアップ
--------------------------------------------------*/
.pop-up_open {
    color: #a57e13;
    text-decoration: underline;
    cursor: pointer;
}

#pop-up {
    display: none;
}

.pop-up_overlay {
    display: none;
}

#pop-up:checked+.pop-up_overlay {
    display: block;
    z-index: 999;
    background-color: #00000070;
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
}

.pop-up_window {
    width: 90vw;
    max-width: 800px;
    background-color: #ffffff;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pop-up_window p {
    padding: 5px;
}

.pop-up_window p img {
    width: 100%;
}

.pop-up_close {
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    top: 5px;
    right: 8px;
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
}

@media (max-height: 414px) {
    .pop-up_window {
        width: auto;
        height: 90vh;
    }

    .pop-up_window p img {
        height: 87vh;
        width: auto;
    }
}

/*--------------------------------------------------
調整用
--------------------------------------------------*/
@media only screen and (min-width: 1024px) {
    .fast-killmargin {
        margin-left: 0px !important;
    }

    .last-killmargin {
        margin-right: 0px !important;
    }
}

.googlemap-nav {
    display: flex;
    justify-content: space-between;
}

@media only screen and (max-width: 767px) {
    .googlemap-nav {
        display: block;
        padding: 0 20px;
    }
}

/*--------------------------------------------------
追加
--------------------------------------------------*/
.pc_none {
    display: none;
}

.sp_none {
    display: block;
}

@media only screen and (max-width: 767px) {
    .sp_none {
        display: none;
    }

    .pc_none {
        display: block;
    }
}

.senshitsu {
    border-collapse: collapse;
    margin: 48px auto;
    padding: 0;
    width: 100%;
    table-layout: fixed;
    color: #000;
}

.center_txt {
    text-align: center !important;
    border-top: 1px solid #d7c899;
}

.senshitsu tr {
    padding: 0.35em;
    border-bottom: 1px solid #d7c899;
}

.senshitsu tr:last-child {
    border-bottom: 1px solid #d7c899;
}

.senshitsu th,
.senshitsu td {
    padding: 1em;
    text-align: inherit;
    border-right: 1px solid #d7c899;
}

.senshitsu th {
    border-left: 1px solid #d7c899;
}

.sen-1 th {
    color: #000000;
}

.txt-a {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7333333333;
}

.txt-b {
    line-height: 1.7333333333;
    font-size: 1.5rem;
}

.txt-b-position {
    line-height: 1.7333333333;
    font-size: 1.5rem;
    position: relative;
}

.txt-b-position2 {
    line-height: 1.7333333333;
    font-size: 1.5rem;
    position: relative;
    top: -14px;
}

.txt-a-position {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    position: relative;
    /*top: -77px;*/
}

.txt-a-position2 {
    text-align: left;
    font-size: 1.5rem;
    line-height: 1.7333333333;
    position: relative;
    /*top: -25px;*/
}

.pab4 {
    padding: 2rem;
    font-size: 1.5rem;
    text-align: center;
    font-weight: 500;
    line-height: 1.6em;
}

.bnr_newromm {
    margin-top: 30px;
}

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

/*--------------------------------------------------
予約番
--------------------------------------------------*/
/*
#searchbox #search_489ban form,
#searchbox #search_489ban form .date_489ban,
#searchbox #search_489ban form .date_489ban dd,
#searchbox #search_489ban form .date_489ban label,
#searchbox #search_489ban form .stay_489ban,
#searchbox #search_489ban form .person_489ban,
#searchbox #search_489ban form .person_489ban dd {
display: flex;
align-items: center;
}
#searchbox #search_489ban form .date_489ban,
#searchbox #search_489ban form .inbox_489ban {
margin-right: 20px;
}
#searchbox #search_489ban form label {
font-size: 1.4rem;
font-weight: 600;
}
#searchbox #search_489ban form input[type="checkbox"] {
display: block;
}
#searchbox #search_489ban form input,
#searchbox #search_489ban form select {
margin: 0 5px;
font-size: 1.6rem;
font-weight: 600;
}
#searchbox #search_489ban form .date_489ban input {
padding: 7px 10px;
border: 1px solid #ccc;
}
#searchbox #search_489ban form select {
background-color: #fff;
}
@media only screen and (max-width: 1180px) {
#searchbox #search_489ban form .date_489ban,
#searchbox #search_489ban form .inbox_489ban {
margin-right: 15px;
}
#searchbox #search_489ban form .date_489ban input {
padding: 7px 5px;
}
#searchbox #search_489ban form select {
padding: 0 5px;
}
}
#searchbox #search_489ban form button:before {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: #65511c;
z-index: -2;
}
#searchbox #search_489ban form button:hover:after {
transition: all 0.3s linear;
left: 0;
}
#searchbox #search_489ban form button:after {
content: "";
display: block;
width: 100%;
height: 100%;
position: absolute;
left: -100%;
top: 0;
transition: all 0.3s linear;
background: #705c27;
z-index: -1;
}
#searchbox #search_489ban form button {
font-size: 1.6rem;
letter-spacing: 0.1em;
width: 120px;
height: 45px;
font-family: "YakuHanMP_Noto", "Noto Serif JP", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
font-weight: 300;
transition: all 0.3s linear;
position: relative;
z-index: 2;
background: #65511c;
padding: 3px 0;
color: #fff;
text-align: center;
display: block;
overflow: hidden;
line-height: 1.3;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
outline: none;
text-shadow: none;
}
#searchbox #search_489ban form button:hover {
background: transparent;
-webkit-box-shadow: none;
box-shadow: none;
}
@media only screen and (max-width: 1120px) {
#searchbox #search_489ban form button {
width: 110px;
}
}
 検索ボタン ここまで */
/* toppage_btn03ボタン変更ここから */
.btn03_v2 {
    max-width: 320px;
    margin: 30px auto 0;
    position: relative;
    z-index: 5;
}

.btn03_v2 a {
    display: block;
    padding: 20px;
    border: 1px solid #a9a9a9;
}

.btn03_v2 a:hover {
    border: 1px solid #000;
    transition: 0.5s;
}

/* toppage_btn03ボタン変更ここまで */
/*--------------------------------------------------
ページリニューアル
--------------------------------------------------*/
/*--------------------------------------------------
20230801料理ページ修正分
--------------------------------------------------*/
/* スライダー追加 */
/*.cuisine-slide img {
object-fit: cover;
object-position: center center;
height: 40vw;
width: 100%;
}
.cuisine-slide .swiper-container {
padding-bottom: 30px;
margin-top: 30px;
}
.cuisine-slide .swiper-pagination {
bottom: 0;
left: 0;
right: 10px;
display: flex;
justify-content: flex-end;
width: auto;
padding: 0 0 0 0;
margin: 0 auto;
}
.cuisine-slide .swiper-pagination-bullet {
opacity: 1;
width: 10px;
height: 10px;
background-color: #cbcbcb;
margin: 0 7.5px;
}
.cuisine-slide .swiper-pagination-bullet-active {
background-color: #b6901f;
}
@media only screen and (max-width: 1024px) {
.cuisine-slide {
margin-top: 10%;
}
.cuisine-slide .swiper-pagination-bullet {
width: 7px;
height: 7px;
margin: 0 6.25px;
}
}*/
/* スライダー追加02 */
.cuisine-new #sec_commitment {
    padding: 80px 0;
}

.cuisine-new .roop_slider {
    opacity: 0;
    transition: all 1s ease 0.3s;
}

.cuisine-new .roop_slider.slick-initialized {
    opacity: 1;
}

.cuisine-new .roop_slider figure {
    padding: 0 7px;
}

.cuisine-new .roop_slider figure img {
    width: 100%;
    height: auto;
}

.cuisine-new .container {
    padding: 0px 80px;
    padding-top: 60px;
}

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

    .cuisine-new #sec_commitment,
    .cuisine-new .container {
        padding: 30px 0px 0px;
    }

    .cuisine-new .roop_slider figure {
        padding: 0 1.33vw;
    }

    .cuisine-new .roop_slider figure img {
        width: auto !important;
        height: 60vw;
    }
}

/* 朝ごはん追加 */
.breakfast #page_room.under #sec_room .innerWrap {
    padding-top: 40px;
}

.breakfast #page_room h4,
.breakfast #page_room h5 {
    padding: 60px 0px 10px;
    font-weight: bold;
    color: #000;
    position: relative;
}

.breakfast #page_room h4 {
    font-size: 2.2rem;
    text-align: center;
}

.breakfast #page_room h5 {
    font-size: 1.8rem;
}

.breakfast #page_room h5::before {
    content: "";
    display: inline-block;
    width: 2em;
    height: 2em;
    background-image: url(../as/logo_ico01.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}

.breakfast #page_room h5 span {
    padding-left: 10px;
}

.breakfast #page_room.under #sec_room:before {
    content: "";
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 0;
    background: linear-gradient(to bottom, #9c7200 0%, rgba(156, 114, 0, 0) 100%);
}

.breakfast #page_room.under #sec_room:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    border-top: 2px solid #b6901f;
    border-bottom: 1px solid #b6901f;
}

.breakfast #page_room.under #sec_room .swiper-pagination-bullet-active {
    background-color: #b6901f;
}

.breakfast #page_room .btn03.color04 {
    min-height: 60px;
    line-height: 60px;
    font-size: 1.8rem;
    margin: 30px auto;
    max-width: 440px;
    width: 60%;
}

.breakfast #page_room .btn03.color04 .wrap .inner {
    padding: 15px 5px;
}

.breakfast .accordion-wrap h5 {
    font-weight: bold;
    font-size: 1.8rem;
    padding-bottom: 30px;
}

.breakfast .room__detail {
    flex-direction: column;
}

@media only screen and (max-width: 1024px) {
    .breakfast #page_room h5 {
        padding-top: 0px;
    }

    .breakfast #page_room .btn03.color04 {
        min-width: 350px;
        max-width: 350px;
    }
}

@media only screen and (max-width: 560px) {
    .breakfast #page_room .btn03.color04 {
        width: 100%;
        min-width: initial;
    }
}

.img_a_on:hover {
    opacity: 0.5;
}

.img_a_on img {
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 767px) {
    .img_a_on img {
        width: 100%;
        height: 100%;
    }
}

/*#hospitalityWrap .hospitalityBox:last-child {
margin-bottom: 0px;
}*/
#page_cuisine #hospitalityWrap .hospitalityBox {
    margin-bottom: 0px;
}

#page_cuisine #hospitalityWrap .hospitalityBox:before,
#page_cuisine #hospitalityWrap .hospitalityBox::after {
    display: none;
}

#kondate .wrap .flex .txtBox .btn_wrap ul li {
    margin: 0 8px !important;
}

#page_cuisine #page_hospitality {
    padding-bottom: 0px;
    padding-top: 0px;
}

@media only screen and (max-width: 1024px) {
    #kondate .wrap .flex .txtBox .btn_wrap ul li {
        margin: 0 auto 16px !important;
    }
}

#page_cuisine #sec_block .tab-group .tab a {
    color: #fff;
}

.panel-group .panel .slide_item {
    width: 360px;
}

.panel-group .panel .innerWrap .item_wrap {
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
}

@keyframes infinity-scroll-left1 {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

@keyframes infinity-scroll-left2 {
    from {
        transform: translateX(-100%);
    }

    to {
        transform: translateX(0%);
    }
}

.scroll-infinity__wrap {
    display: flex;
    overflow: hidden;
}

.scroll-infinity__list {
    display: flex;
    list-style: none;
    padding: 0
}

.scroll-infinity__list--left1 {
    animation: infinity-scroll-left1 80s infinite linear 0.5s both;
}

.scroll-infinity__list--left2 {
    animation: infinity-scroll-left2 80s infinite linear 0.5s both;
}

.scroll-infinity__list--left3 {
    animation: infinity-scroll-left1 80s infinite linear 0.5s both;
}

.scroll-infinity__list--left4 {
    animation: infinity-scroll-left2 80s infinite linear 0.5s both;
}

.scroll-infinity__item {
    width: 430px;
}

.scroll-infinity__item>img {
    width: 100%;
}

.c_plan {
    background: none !important;
    padding: 80px 0 !important;
}


/*20260406 追加css*/
.flex{
    display: flex;
    gap:30px;
    
}
.flex>p:first-child {
    white-space: nowrap;
}