@charset "UTF-8";
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section {
    display: block
}

html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    line-height: 1
}

main {
    display: block
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none;
    color: #000
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none
}

code,
kbd,
samp {
    font-size: 1em
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

caption,
th {
    text-align: left
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    background: 0 0;
    border: 1px solid #000;
    border-radius: 0;
    outline: 0
}

button {
    color: inherit;
    cursor: pointer;
    font: inherit;
    line-height: inherit
}

button:disabled {
    cursor: default
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 16px;
    min-height: 2em;
    overflow: auto
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 3px 5px
}

select::-ms-expand {
    display: none
}

body {
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 16px;
    border: 8px solid #e94638;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    z-index: 1000
}

@media screen and (max-width:599px) {
    body {
        border: 4px solid #e94638
    }
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.selectWrap {
    position: relative;
    display: inline-block
}

.selectWrap select {
    height: 27px;
    background: 0 0;
    position: relative;
    z-index: 1;
    padding-right: 15px
}

.selectWrap::before {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    right: 0;
    background: #fff;
    height: 100%;
    width: 30px
}

.selectWrap::after {
    content: '';
    position: absolute;
    z-index: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 6px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 4px 0 4px;
    border-color: #000 transparent transparent transparent
}

html {
    font-size: 62.5%;
    font-weight: 400
}

body {
    font-size: 1.6em;
    line-height: 1.9em
}

@media screen and (max-width:959px) {
    body {
        font-size: 1.6em
    }
}

p {
    text-align: left;
    font-size: 1.5rem
}

@media screen and (max-width:599px) {
    p {
        line-height: 2
    }
}

a {
    text-decoration: none;
    color: #000
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    a {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    a:hover {
        opacity: .8
    }
}

img {
    max-width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%
}

@media only screen and (min-width:600px) and (max-width:959px) {
    .sp_only {
        display: block
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .sp_only {
        display: none
    }
}

@media screen and (max-width:599px) {
    .sp_only {
        display: block
    }
}

@media only screen and (min-width:600px) and (max-width:959px) {
    .pc_only {
        display: none
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .pc_only {
        display: block
    }
}

@media screen and (max-width:599px) {
    .pc_only {
        display: none
    }
}

.attachment-objectfit,
.objectfit {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    font-family: 'object-fit: cover; object-position: center center;'
}

#header {
    position: relative;
    background-color: #e94638
}

.wpml-ls-legacy-list-vertical a {
    padding: 10px 0!important
}

.header-gnav_btn {
    position: fixed;
    right: 50px;
    top: 30px;
    z-index: 150;
    width: 40px;
    height: 45px;
    display: block
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .header-gnav_btn {
        cursor: pointer
    }
}

@media screen and (max-width:959px) {
    .header-gnav_btn {
        right: 20px;
        top: 20px
    }
}

@media screen and (max-width:599px) {
    .header-gnav_btn {
        right: 10px;
        top: 5px
    }
}

.header-gnav_btn p {
    font-size: 1.3rem;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    letter-spacing: .13em;
    color: #e94638;
    -webkit-transition: all .4s;
    transition: all .4s
}

.header-gnav_btn .menu-trigger,
.header-gnav_btn .menu-trigger span {
    display: inline-block;
    -webkit-transition: all .4s;
    transition: all .4s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.header-gnav_btn .menu-trigger {
    position: relative;
    width: 40px;
    height: 28px;
    position: absolute;
    bottom: 0;
    -webkit-transition: all .4s;
    transition: all .4s
}

@media screen and (max-width:599px) {
    .header-gnav_btn .menu-trigger {
        width: 30px;
        height: 23px
    }
}

.header-gnav_btn .back-white {
    display: inline-block;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50px;
    position: absolute;
    top: 16px;
    bottom: 0;
    right: -160px;
    margin: auto;
    margin-right: -14px;
    z-index: -1
}

@media screen and (max-width:599px) {
    .header-gnav_btn .back-white {
        width: 50px;
        height: 50px;
        top: 20px;
        margin-right: 1px
    }
}

.header-gnav_btn .menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #e94638;
    border-radius: 10px
}

.header-gnav_btn .menu-trigger span:nth-of-type(1) {
    top: 0
}

.header-gnav_btn .menu-trigger span:nth-of-type(2) {
    top: 12px
}

@media screen and (max-width:599px) {
    .header-gnav_btn .menu-trigger span:nth-of-type(2) {
        top: 10px
    }
}

.header-gnav_btn .menu-trigger span:nth-of-type(3) {
    bottom: 0
}

.header-gnav_btn.active p {
    -webkit-transform: translateY(15px) translateX(-50px);
    transform: translateY(15px) translateX(-50px)
}

.header-gnav_btn.active .menu-trigger {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px)
}

.header-gnav_btn.active .menu-trigger span {
    background: #fff
}

.header-gnav_btn.active .menu-trigger span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-315deg);
    transform: translateY(15px) rotate(-315deg)
}

@media screen and (max-width:599px) {
    .header-gnav_btn.active .menu-trigger span:nth-of-type(1) {
        -webkit-transform: translateY(10px) rotate(-315deg);
        transform: translateY(10px) rotate(-315deg)
    }
}

.header-gnav_btn.active .menu-trigger span:nth-of-type(2) {
    opacity: 0
}

.header-gnav_btn.active .menu-trigger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(315deg);
    transform: translateY(-10px) rotate(315deg)
}

.header-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: -100;
    opacity: 0
}

.header-gnav a {
    color: #fff
}

.header-gnav p {
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 5rem;
    color: #fff;
    font-weight: 700;
    letter-spacing: .05em
}

@media screen and (max-width:599px) {
    .header-gnav p {
        font-size: 3rem
    }
}

.header-gnav .content-flex_center {
    width: 90%;
    max-width: 1000px
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%
    }
}

.header-gnav .content-flex_center ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 30px auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul {
        padding: 0 30px;
        display: block;
        margin: 0
    }
}

@media screen and (max-width:320px) {
    .header-gnav .content-flex_center ul {
        padding: 0 10px
    }
}

.header-gnav .content-flex_center ul li {
    opacity: 0;
    position: relative;
    -webkit-transform-origin: center top 0;
    transform-origin: center top 0;
    margin-top: 20px;
    font-size: 3rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: .1em;
    font-weight: 600;
    position: relative;
    padding: 0 5vw;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li {
        font-size: 1.8rem;
        padding-left: 15px;
        margin: 15px auto;
        padding-bottom: 5px
    }
}

@media screen and (max-width:320px) {
    .header-gnav .content-flex_center ul li {
        padding-left: 10px;
        margin: 10px auto
    }
}

.header-gnav .content-flex_center ul li span {
    display: block;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .1em;
    margin: 10px auto;
    line-height: 1.5
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li span {
        font-size: .9rem;
        margin: 0 auto 10px;
        display: inline-block;
        padding-left: 10px
    }
}

.header-gnav .content-flex_center ul li::before {
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-weight: 700;
    color: #e94638;
    display: block;
    position: absolute;
    left: 0;
    top: 15px
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li::before {
        top: 10px
    }
}

.header-gnav .content-flex_center ul li.gnav-li {
    color: #fff
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul li.gnav-li {
        text-align: left;
        border-bottom: 1px solid #fff
    }
}

@media screen and (max-width:320px) {
    .header-gnav .content-flex_center ul li.gnav-li .long-text {
        letter-spacing: 0
    }
}

.header-gnav .content-flex_center ul li.gnav-li_01::before {
    content: '1'
}

.header-gnav .content-flex_center ul li.gnav-li_02::before {
    content: '2'
}

.header-gnav .content-flex_center ul li.gnav-li_03::before {
    content: '3'
}

.header-gnav .content-flex_center ul li.gnav-li_04::before {
    content: '4'
}

.header-gnav .content-flex_center ul li.gnav-li_05::before {
    content: '5'
}

.header-gnav .content-flex_center ul li.gnav-li_06::before {
    content: '6'
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul ol {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.header-gnav .content-flex_center ul ol li {
    font-size: 1.8rem;
    margin-top: 10px;
    padding: 0
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul ol li {
        font-size: 1.3rem;
        margin: 0;
        padding: 0 10px
    }
}

.header-gnav .content-flex_center ul ol li a {
    position: relative
}

.header-gnav .content-flex_center ul ol li a:before {
    content: "-";
    display: inline-block;
    color: #fff;
    position: absolute;
    left: -20px
}

@media screen and (max-width:599px) {
    .header-gnav .content-flex_center ul ol li a:before {
        left: -10px
    }
}

.header-gnav.active {
    -webkit-animation-name: anime4;
    animation-name: anime4;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: 0;
    animation-delay: 0;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    z-index: 100;
    position: relative
}

.header-gnav.active .content-flex_center ul li {
    -webkit-animation-name: anime1;
    animation-name: anime1;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header-gnav.active .content-flex_center ul li:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.header-gnav.active .content-flex_center ul li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.header-gnav.active .content-flex_center ul li:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.header-gnav.active .content-flex_center ul li span {
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

@media screen and (max-width:599px) {
    .header-gnav.active .content-flex_center ul li span {
        display: inline-block;
        padding-left: 10px;
        margin: 0
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    .header-gnav.active .content-flex_center ul li:hover span {
        color: #ccc
    }
}

.header-gnav.close {
    -webkit-animation-name: anime3;
    animation-name: anime3;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header-gnav.close .content-flex_center ul li {
    -webkit-animation-name: anime2;
    animation-name: anime2;
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.header-gnav.close .content-flex_center ul li:nth-child(1) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.header-gnav.close .content-flex_center ul li:nth-child(2) {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.header-gnav.close .content-flex_center ul li:nth-child(3) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

@-webkit-keyframes anime1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
    100% {
        opacity: 1;
        display: -webkit-box;
        display: flex;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
}

@keyframes anime1 {
    0% {
        opacity: 0;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
    100% {
        opacity: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
}

@-webkit-keyframes anime2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
    100% {
        opacity: 0;
        display: -webkit-box;
        display: flex;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
}

@keyframes anime2 {
    0% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        bottom: 0
    }
    100% {
        opacity: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
        bottom: -30px
    }
}

@-webkit-keyframes anime3 {
    0% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
    100% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
}

@keyframes anime3 {
    0% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
    100% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
}

@-webkit-keyframes anime4 {
    0% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
    100% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
}

@keyframes anime4 {
    0% {
        opacity: 0;
        z-index: -100;
        background-color: rgba(233, 70, 56, 0)
    }
    100% {
        opacity: 1;
        z-index: 100;
        background-color: #e94638
    }
}

#footer {
    background: #e94638;
    padding: 80px 0 30px;
    text-align: center;
    color: #fff
}

@media screen and (max-width:599px) {
    #footer {
        padding: 60px 0 20px
    }
}

@media screen and (max-width:959px) {
    #footer .button-wrap {
        display: block
    }
}

#footer .footer-button {
    max-width: 445px;
    padding: 25px;
    font-size: 2.2rem;
    font-weight: 600;
    border-radius: 20px
}

@media screen and (max-width:959px) {
    #footer .footer-button {
        font-size: 2rem;
        padding: 20px 0
    }
}

@media screen and (max-width:599px) {
    #footer .footer-button {
        font-size: 1.8rem;
        padding: 15px;
        border-radius: 10px;
        letter-spacing: .1em
    }
}

#footer .footer-tel {
    position: relative;
    padding-left: 40px;
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-tel:before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background: url(../img/common/icon-tel.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 90px;
    -webkit-transition: .4s;
    transition: .4s
}

@media screen and (max-width:599px) {
    #footer .footer-tel:before {
        left: 60px
    }
}

@media screen and (max-width:320px) {
    #footer .footer-tel:before {
        left: 40px
    }
}

#footer .footer-tel:hover {
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-tel:hover:before {
    background: url(../img/common/icon-tel-white.svg) no-repeat;
    background-size: contain
}

#footer .footer-form {
    position: relative;
    padding-left: 60px;
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-form::before {
    content: "";
    display: inline-block;
    width: 25px;
    height: 20px;
    background: url(../img/common/icon-mail.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    left: 80px;
    -webkit-transition: .4s;
    transition: .4s
}

@media screen and (max-width:599px) {
    #footer .footer-form::before {
        left: 55px
    }
}

@media screen and (max-width:320px) {
    #footer .footer-form::before {
        left: 35px
    }
}

#footer .footer-form:hover {
    -webkit-transition: .4s;
    transition: .4s
}

#footer .footer-form:hover:before {
    background: url(../img/common/icon-mail-white.svg) no-repeat;
    background-size: contain
}

#footer .text-wrap {
    letter-spacing: .2em
}

#footer .text-wrap .company-name {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 10px
}

#footer .text-wrap .address {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 40px
}

@media screen and (max-width:599px) {
    #footer .text-wrap .address {
        margin-bottom: 20px;
        font-size: 1.3rem;
        letter-spacing: .05em
    }
}

#footer .text-wrap ul.sns {
    margin-bottom: 100px
}

@media screen and (max-width:599px) {
    #footer .text-wrap ul.sns {
        margin-bottom: 100px
    }
}

#footer .text-wrap ul.sns li {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 30px;
    margin: 0 7px;
    -webkit-transition: .4s;
    transition: .4s
}

#footer .text-wrap ul.sns li a {
    width: 100%
}

#footer .text-wrap ul.sns li img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

#footer .copyright {
    font-size: 1rem
}

.u-mt0 {
    margin-top: 0!important
}

.u-mt5 {
    margin-top: 5px!important
}

.u-mt10 {
    margin-top: 10px!important
}

.u-mt15 {
    margin-top: 15px!important
}

.u-mt20 {
    margin-top: 20px!important
}

.u-mt50 {
    margin-top: 50px!important
}

.l-w25 {
    width: 25%
}

.l-w50 {
    width: 50%
}

.l-w100p {
    width: 100%
}

.l-h100p {
    height: 100%
}

.l-justify-left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.l-justify-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.l-justify-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.l-direction-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.parallax-window {
    min-height: 800px;
    background: 0 0
}

.parallax-slider {
    top: 0;
    left: 0
}

section#wrapper {
    position: relative;
    overflow: hidden
}

.section-title {
    color: #e94638;
    font-size: 3rem;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 600;
    letter-spacing: .2em;
    text-align: center;
    margin-bottom: 40px
}

@media screen and (max-width:599px) {
    .section-title {
        font-size: 2.2rem;
        margin-bottom: 15px
    }
}

.section-title span {
    display: block;
    color: #0b0b0b;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-size: 1.8rem;
    padding-top: 5px
}

@media screen and (max-width:599px) {
    .section-title span {
        font-size: 1.4rem;
        letter-spacing: .1em
    }
}

.section-title-white {
    color: #fff
}

.section-title-white span {
    color: #fff
}

.section-text {
    width: 90%;
    max-width: 700px;
    margin: 0 auto
}

@media screen and (max-width:599px) {
    .section-text {
        text-align: left
    }
}

.section-text-center {
    text-align: center
}

@media screen and (max-width:599px) {
    .section-text-center {
        text-align: left
    }
}

.section-text-white {
    color: #fff
}

.button {
    display: block;
    background: #e94638;
    width: 90%;
    max-width: 300px;
    color: #fff;
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-weight: 100;
    letter-spacing: .2em;
    text-align: center;
    padding: 13px;
    border-radius: 10px;
    margin: 20px auto;
    cursor: pointer;
    -webkit-transition: .4s;
    transition: .4s;
    border: 1px solid #e94638
}

@media screen and (max-width:599px) {
    .button {
        font-size: 1.5rem;
        max-width: none;
        padding: 10px
    }
}

.button:hover {
    color: #e94638;
    background: #fff
}

.button-white {
    background: #fff;
    color: #e94638
}

.button-white:hover {
    color: #fff;
    background: #e94638;
    border: 1px solid #fff
}

.button-clear {
    background: #fff;
    padding: 10px;
    border: 1px solid #e94638;
    color: #e94638;
    max-width: 180px;
    position: relative
}

@media screen and (max-width:599px) {
    .button-clear {
        width: 90%;
        max-width: none
    }
}

.button-clear::before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 12px;
    background: url(../img/common/button-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto
}

.button-clear:hover {
    color: #fff;
    background: #e94638
}

.button-wrap {
    margin: 50px auto;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 1000px
}

@media screen and (max-width:599px) {
    .button-wrap {
        display: block;
        margin: 30px auto 50px
    }
}

nav.pager {
    margin: 100px auto 0;
    width: 100%
}

@media screen and (max-width:599px) {
    nav.pager {
        margin: 50px auto 0
    }
}

nav.pager ul {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-padding-start: 0;
    padding-inline-start: 0;
    letter-spacing: .1em
}

nav.pager ul li {
    width: 43px;
    height: 43px;
    font-size: 2rem;
    background-color: #fff;
    margin: 0 15px;
    border-radius: 20px;
    position: relative
}

@media screen and (max-width:599px) {
    nav.pager ul li {
        width: 30px;
        height: 30px;
        margin: 0 3px;
        font-size: 1.6rem
    }
}

nav.pager ul li a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: relative;
    padding: 10px;
    color: #e94638;
    font-weight: 600;
    border-radius: 20px;
    border: 1px solid #e94638;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .4s;
    transition: .4s
}

nav.pager ul li span {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

nav.pager ul li a:hover {
    background: #e94638;
    color: #fff;
    border-radius: 20px;
    opacity: 1
}

nav.pager ul li.active {
    background: #e94638;
    color: #fff;
    border-radius: 20px;
    font-weight: 600
}

nav.pager ul li.prev {
    border-radius: 20px
}

nav.pager ul li.prev a {
    color: #e94638;
    font-size: 1.2rem
}

nav.pager ul li.prev a:hover {
    color: #ffff
}

nav.pager ul li.next a {
    color: #e94638;
    font-size: 1.2rem
}

nav.pager ul li.next a:hover {
    color: #ffff
}

.pagenation {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif
}

.flex-center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.anchor {
    padding-top: 70px;
    margin-top: -70px
}

.elem {
    opacity: 0;
    -webkit-transform: translate(0, 50px);
    transform: translate(0, 50px);
    -webkit-transition: all 1s ease;
    transition: all 1s ease
}

.isAnimate {
    opacity: 1;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

.swiper-slide {
    text-align: center
}

@media only screen and (min-width:600px) and (max-width:959px) {
    .swiper-slide {
        width: 400px
    }
}

.swiper-slide-active {
    width: 380px
}

.swiper-pagination-bullet {
    background: #e5e5e5;
    opacity: 1
}

.swiper-pagination-bullet-active {
    background: #5f5f5f
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    bottom: -70px
}

@media screen and (max-width:599px) {
    .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
        bottom: -10px
    }
}

.swiper-parent {
    position: relative
}

.swiper-container {
    padding-bottom: 200px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

@media screen and (max-width:599px) {
    .swiper-container {
        padding-bottom: 70px
    }
}

.swiper-button-next,
.swiper-button-prev {
    top: calc((100% - 70px) * .5);
    margin-top: -22px
}

.postodd_post {
    margin-top: 60px
}

#page404 {
    margin: 200px auto 100px
}

@media screen and (max-width:599px) {
    #page404 {
        margin: 150px auto 100px
    }
}

#page404 .section-title span {
    letter-spacing: .1em;
    color: #e94638
}

@media screen and (max-width:320px) {
    #page404 .section-title span {
        letter-spacing: 0
    }
}

#page404 p.text {
    width: 90%;
    max-width: 600px;
    margin: 50px auto;
    color: #000;
    text-align: center
}

@media screen and (max-width:599px) {
    #page404 p.text {
        text-align: left;
        width: 85%;
        margin: 30px auto
    }
}

.swiper-wrapper.disabled {
    -webkit-transform: translate3d(0, 0, 0)!important;
    transform: translate3d(0, 0, 0)!important
}

.swiper-pagination.disabled {
    display: none
}

#kv {
    position: relative
}

#kv .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 1000px
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .inner {
        height: 1200px
    }
}

@media screen and (max-width:599px) {
    #kv .inner {
        height: 850px
    }
}

#kv .inner .logo_wrapper {
    position: absolute;
    top: 460px;
    left: 0;
    right: 0;
    margin: auto;
    width: 90%;
    max-width: 525px;
    z-index: 10
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .inner .logo_wrapper {
        top: 400px
    }
}

@media screen and (max-width:599px) {
    #kv .inner .logo_wrapper {
        top: 310px
    }
}

@media screen and (max-width:320px) {
    #kv .inner .logo_wrapper {
        top: 280px
    }
}

#kv .inner .logo_wrapper #logo {
    width: 525px;
    position: relative;
    z-index: 10;
    margin: 0 auto
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .inner .logo_wrapper #logo {
        width: 400px
    }
}

@media screen and (max-width:599px) {
    #kv .inner .logo_wrapper #logo {
        width: 250px
    }
}

#kv .inner .logo_wrapper .kv_text {
    font-size: 1.5rem;
    letter-spacing: .2em;
    color: #e94638;
    text-align: center;
    margin-top: 5px
}

#kv .inner .logo_wrapper .kv-arrow {
    text-align: center;
    width: 70px;
    height: 70px;
    margin: 35px auto 0 auto
}

@media screen and (max-width:599px) {
    #kv .inner .logo_wrapper .kv-arrow {
        width: 30px;
        height: 30px;
        margin: 10px auto 0 auto
    }
}

#kv .kv-img {
    width: 600px;
    height: 600px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media only screen and (min-width:1920px) {
    #kv .kv-img {
        width: 700px;
        height: 700px
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    #kv .kv-img {
        width: 530px;
        height: 530px
    }
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .kv-img {
        width: 450px;
        height: 450px
    }
}

@media screen and (max-width:599px) {
    #kv .kv-img {
        width: 330px;
        height: 330px
    }
}

@media screen and (max-width:480px) {
    #kv .kv-img {
        width: 280px;
        height: 280px
    }
}

#kv .kv-img_circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-animation-name: kv-circle;
    animation-name: kv-circle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#kv .kv-img_circle img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 0;
    -o-object-fit: cover;
    object-fit: cover;
    width: 600px;
    height: 600px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

@media only screen and (min-width:1920px) {
    #kv .kv-img_circle img {
        width: 700px;
        height: 700px
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    #kv .kv-img_circle img {
        width: 530px;
        height: 530px
    }
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .kv-img_circle img {
        width: 450px;
        height: 450px
    }
}

@media screen and (max-width:599px) {
    #kv .kv-img_circle img {
        width: 330px;
        height: 330px
    }
}

@media screen and (max-width:480px) {
    #kv .kv-img_circle img {
        width: 280px;
        height: 280px
    }
}

#kv .kv-img_circle::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: rgba(0, 0, 0, .2);
    background: 0 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    --webkit-backdrop-filter: blur(0px);
    z-index: 10
}

#kv .kv-img_name {
    position: absolute;
    left: calc(50% - 40px);
    top: calc(50% - 80px);
    color: #fff;
    z-index: 10;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-weight: 400;
    font-size: 8rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .7em;
    height: 100%
}

@media screen and (max-width:599px) {
    #kv .kv-img_name {
        font-size: 4.2rem;
        top: calc(50% - 50px);
        left: calc(50% - 70px)
    }
}

#kv .kv-img_name::after {
    content: "";
    display: inline-block;
    font-size: 2rem;
    -webkit-writing-mode: horizontal-tb;
    -ms-writing-mode: lr-tb;
    writing-mode: horizontal-tb;
    position: absolute;
    top: 100px;
    right: -130px;
    letter-spacing: .1em
}

@media screen and (max-width:599px) {
    #kv .kv-img_name::after {
        font-size: 1rem;
        top: 40px;
        right: -50px
    }
}

#kv .kv-img_osaka {
    position: absolute;
    top: -160px;
    left: 0;
    right: 0;
    margin: 0 auto
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .kv-img_osaka {
        top: -100px
    }
}

@media screen and (max-width:599px) {
    #kv .kv-img_osaka {
        top: 580px;
        right: auto;
        left: -50px
    }
}

#kv .kv-img_osaka img {
    top: 280px
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .kv-img_osaka img {
        top: 160px
    }
}

@media screen and (max-width:599px) {
    #kv .kv-img_osaka img {
        top: 0
    }
}

#kv .kv-img_osaka .kv-img_circle::after {
    background: rgba(0, 0, 0, .2)
}

#kv .kv-img_osaka .kv-img_name {
    margin-top: 20px
}

@media screen and (max-width:599px) {
    #kv .kv-img_osaka .kv-img_name {
        margin-top: 0;
        top: calc(50% - 40px)
    }
}

#kv .kv-img_osaka .kv-img_name::after {
    content: "OSAKA"
}

#kv .kv-img_okinawa {
    position: absolute;
    top: 310px;
    left: calc(50% - 820px)
}

@media only screen and (min-width:1920px) {
    #kv .kv-img_okinawa {
        top: 360px;
        left: calc(50% - 1000px)
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    #kv .kv-img_okinawa {
        top: 310px;
        left: -70px
    }
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .kv-img_okinawa {
        top: 360px;
        left: -30px
    }
}

@media screen and (max-width:599px) {
    #kv .kv-img_okinawa {
        top: 340px;
        right: -30px;
        left: auto
    }
}

@media screen and (max-width:320px) {
    #kv .kv-img_okinawa {
        top: 320px;
        right: -60px
    }
}

#kv .kv-img_okinawa .kv-img_circle {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

#kv .kv-img_okinawa .kv-img_circle::after {
    background: rgba(0, 0, 0, .02)
}

#kv .kv-img_okinawa .kv-img_name::after {
    content: "OKINAWA"
}

#kv .kv-img_kyoto {
    position: absolute;
    top: 500px;
    right: calc(50% - 770px)
}

@media only screen and (min-width:1920px) {
    #kv .kv-img_kyoto {
        top: 500px;
        right: calc(50% - 950px)
    }
}

@media only screen and (min-width:960px) and (max-width:1279px) {
    #kv .kv-img_kyoto {
        top: 460px;
        right: -50px
    }
}

@media only screen and (min-width:600px) and (max-width:959px) {
    #kv .kv-img_kyoto {
        top: 760px;
        right: -50px
    }
}

@media screen and (max-width:599px) {
    #kv .kv-img_kyoto {
        top: 20px;
        right: auto;
        left: -10px
    }
}

#kv .kv-img_kyoto .kv-img_circle {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

#kv .kv-img_kyoto .kv-img_circle::after {
    background: rgba(0, 0, 0, .06)
}

#kv .kv-img_kyoto .kv-img_name::after {
    content: "KYOTO"
}

.side-menu {
    background: #e94638;
    height: 230px;
    position: fixed;
    left: -60px;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 1000;
    border-radius: 0 10px 10px 0
}

@media screen and (max-width:599px) {
    .side-menu {
        height: 200px
    }
}

.side-menu ul {
    width: 30px;
    margin: 15px
}

@media screen and (max-width:599px) {
    .side-menu ul {
        width: 26px;
        margin: 8px
    }
}

.side-menu ul li {
    margin: 10px 5px
}

@media screen and (max-width:599px) {
    .side-menu ul li {
        margin: 3px 5px
    }
}

.side-menu ul li a {
    width: 100%;
    height: 100%;
    display: block;
    -webkit-transition: .2s;
    transition: .2s
}

.side-menu ul li a:hover {
    opacity: .8
}

.side-menu ul li a img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

@-webkit-keyframes kv-circle {
    0% {
        opacity: 1;
        width: 0%;
        height: 0%
    }
    100% {
        opacity: 1;
        width: 100%;
        height: 100%
    }
}

@keyframes kv-circle {
    0% {
        opacity: 1;
        width: 0%;
        height: 0%
    }
    100% {
        opacity: 1;
        width: 100%;
        height: 100%
    }
}

#aboutus {
    width: 90%;
    max-width: 700px;
    margin: 0 auto 100px;
    text-align: center
}

@media screen and (max-width:599px) {
    #aboutus {
        margin: 0 auto 50px
    }
}

#aboutus .button {
    margin: 50px auto
}

@media screen and (max-width:599px) {
    #aboutus .button {
        margin: 25px auto 80px;
        width: 100%
    }
}

#aboutus p {
    text-align: center
}

@media screen and (max-width:599px) {
    #aboutus p {
        text-align: left
    }
}

#room {
    background: #e94638;
    padding: 100px 0 40px
}

@media screen and (max-width:599px) {
    #room {
        padding: 70px 0 40px
    }
}

#room .room-content {
    margin: 50px auto
}

#room .room-content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#room .room-content_item {
    display: inline-block;
    background: #fff;
    width: 90%;
    min-width: 380px;
    height: 100%;
    border-radius: 15px;
    margin: 0 20px
}

@media screen and (max-width:599px) {
    #room .room-content_item {
        min-width: 280px;
        border-radius: 10px;
        margin: 0
    }
}

@media screen and (max-width:320px) {
    #room .room-content_item {
        min-width: 250px
    }
}

#room .room-content_item .inner {
    padding: 20px 0 40px;
    width: 90%;
    margin: 0 auto
}

@media screen and (max-width:599px) {
    #room .room-content_item .inner {
        padding: 8px 0 0;
        width: 95%
    }
}

#room .room-content_item-img {
    width: 100%;
    height: 270px
}

@media screen and (max-width:599px) {
    #room .room-content_item-img {
        height: 180px
    }
}

#room .room-content_item-img img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    border-radius: 15px
}

@media screen and (max-width:599px) {
    #room .room-content_item-img img {
        border-radius: 10px
    }
}

#room .room-content_item-textblock {
    text-align: center;
    width: 90%;
    margin: 0 auto
}

#room .room-content_item-icon {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #e94638;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 30px auto 10px
}

@media screen and (max-width:599px) {
    #room .room-content_item-icon {
        font-size: 1.2rem;
        margin: 20px auto 0;
        line-height: 1.5
    }
}

#room .room-content_item-icon::before {
    content: "";
    background: url(../img/top/room-icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 20px;
    vertical-align: text-bottom;
    padding-right: 20px
}

@media screen and (max-width:599px) {
    #room .room-content_item-icon::before {
        width: 12px;
        height: 16px;
        padding-right: 18px
    }
}

#room .room-content_item-title {
    font-size: 2.4rem;
    text-align: center
}

@media screen and (max-width:599px) {
    #room .room-content_item-title {
        font-size: 1.7rem;
        margin-bottom: 10px
    }
}

#room .room-content_item-title span {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: .2em;
    display: block;
    font-size: 1rem;
    line-height: 1.5;
    margin-top: 10px
}

#room .room-content_item-title .room-type {
    font-size: 1.8rem;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    margin-bottom: 5px;
    line-height: 2.2;
    letter-spacing: .1em
}

@media screen and (max-width:599px) {
    #room .room-content_item-title .room-type {
        font-size: 1.1rem;
        margin-bottom: 0;
        line-height: 1
    }
}

#room .room-content_item p {
    color: #000;
    margin: 20px auto;
    line-height: 1.7
}

@media screen and (max-width:599px) {
    #room .room-content_item p {
        margin: 10px auto 20px
    }
}

#room .room-content_item .button {
    background: #fff;
    border: 1px solid #e94638;
    color: #e94638
}

#room .room-content_item .button:hover {
    color: #fff;
    background: #e94638
}

@media screen and (max-width:599px) {
    #room .room-content_item .button {
        background: #e94638;
        color: #fff;
        margin: 20px 0;
        width: 100%
    }
}

#room .swiper-container {
    padding-bottom: 70px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

#room .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 8px;
    bottom: -10px
}

#activities {
    padding: 100px 0 80px
}

@media screen and (max-width:599px) {
    #activities {
        padding: 60px 0
    }
}

#activities .activities-content .wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

#activities .button-wrap {
    max-width: 700px;
    margin: 20px auto 50px
}

#activities .activities-content_item {
    margin: 0 20px
}

#activities .activities-content_item-img {
    width: 310px;
    height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-img {
        width: 250px;
        height: 250px
    }
}

#activities .activities-content_item-img_circle {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
    z-index: 1;
    -webkit-animation-name: kv-circle;
    animation-name: kv-circle;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    opacity: 0;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards
}

#activities .activities-content_item-img_circle::after {
    content: "";
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background: 0 0;
    -webkit-backdrop-filter: blur(0);
    backdrop-filter: blur(0);
    z-index: 100;
    background: rgba(0, 0, 0, .2)
}

#activities .activities-content_item-img_circle img {
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    z-index: 0;
    width: 310px;
    height: 310px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center top;
    object-position: center top;
    font-family: 'object-fit: cover; object-position: center top;'
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-img_circle img {
        width: 250px;
        height: 250px
    }
}

#activities .activities-content_item-img_text {
    height: 85%;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 25px;
    color: #fff;
    z-index: 10;
    font-family: Hannari, "Yu Mincho", YuMincho, "Hiragino Mincho ProN", "Hiragino Mincho Pro", "メイリオ", Meiryo, serif;
    font-weight: 400;
    font-size: 4.5rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: .4em;
    line-height: 1.6;
    text-align: center
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-img_text {
        font-size: 3.2rem
    }
}

#activities .activities-content_item-img_text span {
    font-size: 2rem;
    display: block;
    letter-spacing: .25em
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-img_text span {
        font-size: 1.4rem
    }
}

#activities .activities-content_item-text {
    padding: 30px 0 0 50px;
    position: relative
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-text {
        padding: 20px 0 0 30px
    }
}

#activities .activities-content_item-text::after {
    content: "";
    display: inline-block;
    width: 250px;
    height: 15px;
    background: url(../img/top/activities-arrow.svg) no-repeat;
    background-size: contain;
    position: absolute;
    bottom: -5px;
    left: 50px
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-text::after {
        width: 200px;
        left: 30px
    }
}

#activities .activities-content_item-text_area-en {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    letter-spacing: .2em;
    margin-bottom: 6px
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-text_area-en {
        font-size: 1.4rem;
        margin-bottom: 0
    }
}

#activities .activities-content_item-text_title {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    letter-spacing: .2em;
    font-size: 1.3rem
}

@media screen and (max-width:599px) {
    #activities .activities-content_item-text_title {
        font-size: .8rem
    }
}

#activities .swiper-slide:nth-child(2n+1) {
    -webkit-transform: translateY(80px);
    transform: translateY(80px)
}

@media screen and (max-width:599px) {
    #activities .swiper-slide:nth-child(2n+1) {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

#area {
    padding: 100px 0 60px;
    background: #e94638
}

@media screen and (max-width:599px) {
    #area {
        padding: 60px 0 20px
    }
}

#area .area-content {
    margin: 50px auto
}

#area .area-content_item {
    width: 90%;
    max-width: 1000px;
    margin: 40px auto;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 20px
}

@media screen and (max-width:599px) {
    #area .area-content_item {
        display: block;
        border-radius: 10px
    }
}

#area .area-content_item_img {
    width: 60%;
    position: relative
}

@media screen and (max-width:599px) {
    #area .area-content_item_img {
        width: 100%
    }
}

#area .area-content_item_img img {
    border-radius: 20px 0 0 20px;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media screen and (max-width:599px) {
    #area .area-content_item_img img {
        border-radius: 10px 10px 0 0
    }
}

#area .area-content_item_title {
    color: #fff;
    font-size: 8rem;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    position: absolute;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 190px;
    left: 70px
}

@media screen and (max-width:959px) {
    #area .area-content_item_title {
        font-size: 5rem;
        height: 120px;
        left: 50px
    }
}

@media screen and (max-width:599px) {
    #area .area-content_item_title {
        font-size: 4.5rem;
        height: 110px;
        left: 10px
    }
}

#area .area-content_item_textblock {
    width: 40%
}

@media screen and (max-width:599px) {
    #area .area-content_item_textblock {
        width: 100%;
        padding-bottom: 10px
    }
}

#area .area-content_item_textblock .inner {
    width: 90%;
    max-width: 300px
}

#area .area-content_item_textblock-areaname {
    font-family: "ヒラギノ角ゴ ProN W3", HiraKakuProN-W3, "Hiragino Kaku Gothic ProN", Arial, "メイリオ", Meiryo, sans-serif;
    color: #e94638;
    font-weight: 600;
    letter-spacing: .2em;
    margin: 25px auto;
    text-align: center
}

@media screen and (max-width:599px) {
    #area .area-content_item_textblock-areaname {
        margin: 15px auto
    }
}

#area .area-content_item_textblock-areaname::before {
    content: "";
    background: url(../img/top/room-icon.png) no-repeat;
    background-size: contain;
    display: inline-block;
    width: 14px;
    height: 20px;
    vertical-align: text-bottom;
    padding-right: 20px
}

#area .area-content_item_textblock-text {
    width: 90%;
    margin: 0 auto 20px;
    font-size: 1.5rem;
    line-height: 2
}

#instagram {
    padding: 140px 0 60px
}

@media screen and (max-width:599px) {
    #instagram {
        padding: 60px 0 30px
    }
}

#instagram .instagram-content {
    width: 90%;
    max-width: 900px;
    margin: 70px auto
}

@media screen and (max-width:599px) {
    #instagram .instagram-content {
        margin: 30px auto
    }
}


/* 予約ボタン固定 */

.header-reserve_btn {
    position: fixed;
    left: 50px;
    bottom: 30px;
    z-index: 150;
    width: 90px;
    height: 90px;
    display: block;
}

.header-reserve_btn img {
    width: 100%;
    height: auto;
}

@media screen and (max-width: 599px) {
    .header-reserve_btn {
        left: 10px;
        bottom: 10px;
        width: 80px;
        height: 80px;
    }
}

#informationModal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    background: rgba(255, 255, 255, .6);
    z-index: 300;
}

#informationModal .content {
    text-align: center;
    border: 3px solid #E94638;
    max-width: 80%;
    width: 650px;
    height: 514px;
    margin: 20px auto;
    padding: 40px 20px;
    background: white;
    line-height: 2;
}

@media screen and (max-width: 599px) {
    #informationModal .content {
        max-width: 95%;
        width: 344px;
        height: 626px;
    }
}

#informationModal .content h3 {
    font-size: 18px;
}

@media screen and (max-width: 599px) {
    #informationModal .content h3 {
        font-size: 14px;
    }
}

#informationModal .content .img {
    width: 253px;
    margin: auto;
    margin-top: 30px;
}

@media screen and (max-width: 599px) {
    #informationModal .content .img {
        margin-top: 15px;
    }
}

#informationModal .content .txt {
    text-align: center;
    margin-top: 30px;
    font-size: 12px;
}

@media screen and (max-width: 599px) {
    #informationModal .content .txt {
        margin-top: 15px;
    }
}

#informationModal .content .btn {
    text-align: center;
    margin-top: 20px;
}

#informationModal .content .btn button {
    border: 1px solid #E94638;
    color: #E94638;
    border-radius: 10px;
    width: 180px;
    height: 50px;
    font-size: 18px;
}

@media screen and (max-width: 599px) {
    #informationModal .content .btn button {
        border: 1px solid #E94638;
        color: #E94638;
        border-radius: 10px;
        width: 115px;
        height: 39px;
        font-size: 14px;
    }
}