@charset 'UTF-8';
/* 画像パスを修正 */

/* Font Size */
.fs10 { font-size: 10px; }
/* ... (省略されたフォントサイズクラス) ... */
.fs60 { font-size: 60px; }

/* Font Family */
.fs-os { font-family: 'Open Sans', sans-serif; }
.italic { font-style: italic; }

/* Margin & Padding */
.mt8 { margin-top: 8px; }
/* ... (省略されたマージン・パディングクラス) ... */
.pl160 { padding-left: 160px; }

/* Text Align */
.t-left { text-align: left; }
.t-center { text-align: center; }
.t-right { text-align: right; }

/* Font Weight */
.fw300 { font-weight: 300; }
/* ... (省略されたフォントウェイトクラス) ... */
.fw900 { font-weight: 900; }

/* Display */
.flex { display: flex; }

/* Utility */
.scroll-prevent {
    position: absolute;
    z-index: -1;
    width: 100%;
    height: 100%;
}

/* Base Styles */
body,
html {
    width: 100%;
}

body {
    scroll-behavior: smooth;
    font-family: 'Noto Sans JP', sans-serif;
}

dd,
dt,
li,
p {
    font-family: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
    font-size: 1.6rem;
    line-height: 1.8;
    letter-spacing: .05em;
    color: #262626;
}

a,
span {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
}

h1,
h2,
h3,
h4 {
    font-family: 'Noto Sans', 'Noto Sans JP', -apple-system, BlinkMacSystemFont, Roboto, 'Segoe UI', 'Helvetica Neue', HelveticaNeue, YuGothic, 'Yu Gothic Medium', 'Yu Gothic', Verdana, Meiryo, sans-serif;
    font-weight: 400;
    letter-spacing: .05em;
}

a {
    text-decoration: none;
    -webkit-tap-highlight-color: transparent;
    transition: .3s;
}

a:hover {
    opacity: .7;
}

a,
img,
span {
    display: inline-block;
    vertical-align: top;
}

figure {
    line-height: 0;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
}

img.wp-post-image {
    max-width: 100%;
    height: auto !important;
}

.forsp {
    display: none;
}

/* Fade-in Animation */
.fadein {
    transition: all 1.5s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
}

.fadein.scrollin {
    -webkit-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    opacity: 1 !important;
}

.fadein.fadein-bottom {
    -webkit-transform: translate(0, 30px);
    transform: translate(0, 30px);
}

/* Headings */
h1,
h2,
h3 {
    font-family: 'Hina Mincho', serif;
}

h1 p,
h1 span,
h2 p,
h2 span,
h3 p,
h3 span {
    font-family: 'Hina Mincho', serif;
}

/* About Section */
.about {
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../../images/images/about_bg.png), url(../../images/images/bg.jpg);
    background-repeat: no-repeat, repeat;
    background-position: top right, top right;
    background-size: contain, auto;
}

.about h2 {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.about h2 img.habitat {
    width: 280px;
    text-align: center;
}

.about h2 img.charme {
    width: 300px;
    text-align: center;
}

.about h2 .cross {
    margin-right: 32px;
    margin-left: 32px;
    text-align: center;
}

.about .inner-relative {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 510px;
}

.about .inner-relative .flex {
    width: 100%;
    max-width: 1140px;
    height: 430px;
}

.about .inner-relative .mapinfo {
    display: flex;
    align-items: center;
}

.about .inner-relative .mapblock {
    position: absolute;
    top: 0;
    right: 160px;
    min-height: 510px;
}

.about .explain {
    font-size: 1rem;
    margin-top: 40px;
    text-align: center;
}

.about .explainblock {
    margin-top: 48px;
}

.about .explainblock>.inner {
    padding-left: 0;
}

.about .explainblock .flex {
    margin: 0 auto;
    margin-top: 32px;
    justify-content: space-between;
}

.about .explainblock .flex.flex-reverse {
    flex-direction: column-reverse;
}

.about .explainblock .flex h3 {
    font-size: 2rem;
}

.about .explainblock .flex h3.companyname {
    font-size: 1.5rem;
}

.about .explainblock .flex p {
    font-size: .95rem;
    margin-top: 24px;
}

.about .explainblock .flex .accessblock {
    position: relative;
    width: 360px;
    margin-top: 32px;
    padding: 24px;
    border: solid 3px #333;
}

.about .explainblock .flex .accessblock .blank {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #f1ece8;
}

.about .explainblock .flex .accessblock .blank.one {
    top: -8px;
    left: -8px;
}

.about .explainblock .flex .accessblock .blank.two {
    top: -8px;
    right: -8px;
}

.about .explainblock .flex .accessblock .blank.three {
    right: -8px;
    bottom: -8px;
}

.about .explainblock .flex .accessblock .blank.four {
    bottom: -8px;
    left: -8px;
}

.about .explainblock .flex-imagebox {
    width: 360px;
}

.about .explainblock .flex-textbox {
    width: 640px;
}

.about .explainblock .flex-textbox p {
    font-size: .95rem;
    line-height: 1.5rem;
}

.background-text {
    position: absolute;
}

/* Concept Section */
.concept {
    position: relative;
    left: 0;
    padding-top: 80px;
    padding-bottom: 80px;
    background-image: url(../../images/images/bg.jpg);
}

.concept:after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 1006px;
    height: 244px;
    padding-top: 16px;
    padding-left: 16px;
    content: '';
    background-image: url(../../images/images/concept.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.concept .background-text {
    font-size: 4rem;
    top: 0;
    left: 0;
    display: none;
    color: #ccc;
}

.concept .inner {
    position: relative;
}

.concept .textbox {
    position: absolute;
    z-index: 2;
    bottom: 80px;
    left: 0;
}

.concept .textbox h2 {
    font-family: 'Hina Mincho', serif;
    font-size: 3.6rem;
}

.concept .textbox p {
    font-size: 1.15rem;
    line-height: 4rem;
}

.concept .imagebox {
    top: 0;
    right: 0;
    text-align: right;
}

.concept .imagebox img {
    max-width: 560px;
}

.concept .spconcept {
    position: relative;
    text-align: right;
}

.concept .spconcept img {
    width: 264px;
    height: 384px;
}

.concept .spconcept h2 {
    font-family: 'Hina Mincho', serif;
    font-size: 2.8rem;
    line-height: 3rem;
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

/* Contact Section */
.contact {
    padding: 160px 0;
    background-color: #f2f2f2;
    background-image: url(../../images/images/bg.jpg);
}

div.contact__inner {
    padding: 0;
}

.contact__item {
    display: flex;
    max-width: 800px;
    margin: 0 auto;
    align-self: center;
    gap: 68px;
}

.contact__item>p {
    display: flex;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    gap: 8px;
    flex-wrap: wrap;
}

.contact__item.zip>p {
    flex-wrap: nowrap;
}

.contact__item:not(:nth-child(1)) {
    margin-top: 40px;
}

.contact__title-area {
    position: relative;
}

.contact__title-area img {
    position: absolute;
    top: -91px;
    left: 50%;
    width: 241.3px;
    -webkit-transform: translateX(calc(-50% - 120px));
    transform: translateX(calc(-50% - 120px));
}

.contact__title {
    font-size: 40px;
    text-align: center;
}

form span.contact__note {
    font-size: 14px;
    font-weight: 700;
    top: 0;
    min-width: 44px;
    margin-left: 24px;
    padding: 2px 6px;
    color: #e65f2e;
    border: solid 2px #e65f2e;
    border-radius: 4px;
}

.contact__item-title {
    font-size: 1rem;
    display: flex;
    flex-direction: row-reverse;
    min-width: 250px;
    vertical-align: baseline;
    align-items: center;
    justify-content: flex-end;
}

.contact__item-title p {
    font-size: 16px;
    display: inline-block;
    vertical-align: baseline;
}

.contact__item-title span {
    font-size: 14px;
    position: relative;
    top: 3px;
}

.contact__input {
    font-family: 'Noto Sans JP', sans-serif;
    width: 100%;
    height: 56px;
    padding: 10px 8px 10px;
    border: 2px solid #888;
}

.contact__input::-webkit-input-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #ccc;
}

.contact__input::-moz-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #ccc;
}

.contact__input::-ms-input-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #ccc;
}

.contact__input::placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    color: #ccc;
}

.contact__textarea {
    width: 100%;
    min-height: 280px;
    padding: 21px 48px 20px;
    resize: none;
    border: 2px solid #888;
}

.contact__textarea::-webkit-input-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: initial;
    color: #ccc;
}

.contact__textarea::-moz-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: initial;
    color: #ccc;
}

.contact__textarea::-ms-input-placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: initial;
    color: #ccc;
}

.contact__textarea::placeholder {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 16px;
    line-height: initial;
    color: #ccc;
}

input[type=radio] {
    display: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.contact__button {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 20px;
    width: 280px;
    margin-top: 24px;
    padding: 22px 0 21px !important;
    text-align: center;
    color: #fff;
    border-radius: 0 !important;
    background-color: #333;
}

form>p {
    text-align: center;
}

.contact__privacy {
    margin-top: 40px;
    text-align: center;
}

* {
    box-sizing: border-box;
}

.contact__textarea {
    font-family: 'Noto Sans JP', sans-serif;
}

input[type=checkbox]+span::before {
    left: 7px;
    width: 20px !important;
    height: 20px !important;
    border-radius: 0;
}

input[type=checkbox]::before {
    width: 18px !important;
    height: 18px !important;
    border-radius: 2px !important;
}

input[type=checkbox]::after {
    left: 9px !important;
    width: 12px !important;
    height: 12px !important;
    border: none !important;
    background-color: #e65f2e;
}

.mwform-radio-field.horizontal-item:first-of-type {
    left: auto !important;
    margin-right: 16px;
}

.mwform-radio-field.horizontal-item {
    left: 0;
    margin-left: 0 !important;
}

form span.contact__note {
    border-radius: 4px !important;
}

input[type=radio]+span {
    margin-left: 36px !important;
}

input[type=radio]+span:before {
    width: 20px !important;
    height: 20px !important;
}

input[type=radio]:checked+span:before {
    border: 2px solid #ccc !important;
    background-color: #e65f2e;
}

.mw_wp_form .contact__button {
    background-color: #333 !important;
}

.contact-confirm__inner .contact-confirm__inner {
    margin-top: 116px;
}

.contact-confirm__inner .contact-confirm__title {
    text-align: center;
}

.contact-confirm__inner .contact__item {
    border-bottom: solid 2px #888;
    padding-bottom: 16px;
}

.contact-confirm__inner .contact__item p {
    font-size: 1rem;
}

.contact-confirm__inner .contact__item:not(:nth-child(1)) {
    margin-top: 16px;
}

.contact-confirm__inner .contact__privacy {
    display: none;
}

.contact-confirm__inner .contact__submit {
    font-size: 1.05rem;
    font-weight: 700;
    display: flex;
    width: 280px;
    height: 72px;
    margin: 0 auto;
    margin-top: 32px;
    color: #fff;
    background-color: #333;
    align-items: center;
    justify-content: center;
}

.contact-confirm__inner .contact__back-button {
    font-size: 1.05rem;
    display: flex;
    width: 200px;
    height: 56px;
    margin: 0 auto;
    margin-top: 16px !important;
    color: #333;
    border: solid 2px #333;
    align-items: center;
    justify-content: center;
}

.contact-complete__text {
    text-align: center;
}

.contact-complete__button {
    font-weight: 700;
    display: flex;
    width: 280px;
    height: 72px;
    color: #fff;
    background-color: #333;
    align-items: center;
    justify-content: center;
}

.contact-complete__inner .contact-complete__title {
    margin-top: 40px;
    text-align: center;
}

.contact-complete__inner .contact-complete__button {
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 40px;
}

.contact-complete__inner .contact-complete__text {
    font-size: 1rem;
}

/* Firstview Section */
.firstview {
    position: relative;
    display: flex;
    width: 100%;
    height: 100vh;
    min-height: 810px;
    /* background-image: url(../../images/images/mainvisual.jpg); */
    background-color: #333; 
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    align-items: center;
    justify-content: center;
}

.firstview .firstview-gold {
    position: absolute;
    right: 40px;
    bottom: 40px;
    width: 216px;
    height: 162px;
}

.firstview .firstview-flow {
    position: relative;
    display: none;
    overflow: hidden;
}

.firstview .firstview-flow:after,
.firstview .firstview-flow:before {
    font-family: Marcellus, serif;
    font-size: 20vw;
    line-height: 1;
    position: absolute;
    z-index: -1;
    bottom: 0;
    width: 100%;
    height: auto;
    content: 'SCROLL SCROLL';
    text-align: center;
    color: #959595;
}

.firstview .firstview-flow:before {
    left: 0;
    -webkit-animation: flowimg 60s linear infinite;
    animation: flowimg 60s linear infinite;
}

.firstview .firstview-flow:after {
    left: 100%;
    -webkit-animation: flowimg 60s linear infinite;
    animation: flowimg 60s linear infinite;
}

@-webkit-keyframes flowimg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

@keyframes flowimg {
    0% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    100% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}

h1 {
    text-align: center;
}

h1 span {
    display: block;
    color: #fff;
}

h1 span.midium {
    font-size: 2rem;
    margin-top: 32px;
}

h1 span.large {
    font-size: 4rem;
    line-height: 5rem;
    margin-top: 32px;
    letter-spacing: 8px;
}

/* Reserve Section */
.reserve {
    padding-top: 64px;
    padding-bottom: 64px;
    background-image: url(../../images/images/bg.jpg);
}

.reserve .flex {
    border: solid 3px #333;
    flex-wrap: wrap;
}

.reserve .flex-block {
    position: relative;
}

.reserve .flex-block .blank {
    position: absolute;
    z-index: 2;
    display: block;
    width: 32px;
    height: 32px;
    background-color: #f1ece8;
}

.reserve .flex-block .blank.one {
    top: -16px;
    left: -16px;
}

.reserve .flex-block .blank.two {
    top: -16px;
    right: -16px;
}

.reserve .flex-block .blank.three {
    right: -16px;
    bottom: -16px;
}

.reserve .flex-block .blank.four {
    bottom: -16px;
    left: -16px;
}

.reserve .flex-block:first-child {
    border-right: solid 3px #333;
}

.reserve .flex-block:last-child {
    position: relative;
    border-top: solid 3px #333;
}

.reserve .flex-illust {
    position: absolute;
    right: 64px;
    bottom: -64px;
    width: 192px;
    height: 161.5px;
    background-image: url(../../images/images/sashie.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.reserve .flex h2 {
    font-weight: 400;
    display: flex;
    margin-top: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.reserve .flex h2 span {
    font-size: 2rem;
    font-weight: 400;
    display: block;
}

.reserve .flex h2:before {
    display: inline-block;
    margin-right: 16px;
    content: '';
    background-repeat: no-repeat;
    background-size: cover;
}

.reserve .flex h2.kaisaichi:before {
    width: 26px;
    height: 36.76px;
    background-image: url(../../images/images/kazari_goal.svg);
}

.reserve .flex h2.nittei:before {
    width: 32px;
    height: 32.12px;
    background-image: url(../../images/images/kazari_clock.svg);
}

.reserve .flex h2.tokuten:before {
    width: 24px;
    height: 34.31px;
    background-image: url(../../images/images/kazari_present.svg);
}

.reserve .flex p {
    text-align: center;
}

.reserve .flex p.present:first-child {
    margin-bottom: 0;
}

.reserve .flex p.present:last-child {
    margin-top: 8px;
}

.reserve .flex p.present span {
    font-weight: 700;
    vertical-align: bottom;
}

.reserve .flex p.present span>span {
    font-size: 1rem;
}

.reserve .flex p.present span:last-child {
    display: inline-block;
}

.reserve .flex p.present span:first-child {
    font-weight: 700;
    display: inline-block;
    background-color: #c9ccc2;
}

.reserve .flex span {
    display: block;
}

.reserve .flex span.large {
    font-size: 2rem;
}

.reserve .flex span.midium {
    font-size: 1.3rem;
}

.reserve .flex span.small {
    font-size: 1.5rem;
}

.reserve .flex .wp-50 {
    position: relative;
    width: 50%;
}

.reserve .flex .wp-100 {
    width: 100%;
}

/* Hover Link Effect */
.hoverlink {
    position: relative;
}

.hoverlink a {
    position: relative;
    display: block;
    width: 300px;
    height: 120px;
    margin: 0 auto;
    margin-top: 48px;
}

.hoverlink a span.text {
    font-size: 1rem;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.hoverlink a span.text::after {
    position: absolute;
    top: 12px;
    left: 200px;
    display: block;
    width: 24px;
    height: 2px;
    content: '';
    transition: .7s;
    background-color: #333;
}

.hoverlink a span.text::before {
    position: absolute;
    top: 9px;
    left: 216px;
    width: 7px;
    height: 2px;
    content: '';
    transition: .7s;
    background-color: #333;
    rotate: 45deg;
}

.hoverlink a span.original {
    color: #333;
}

.hoverlink a span.masked {
    transition: .7s;
    color: #fff;
    -webkit-mask-image: url(../../images/images/circle.svg);
    mask-image: url(../../images/images/circle.svg);
    -webkit-mask-size: 120px 120px;
    mask-size: 120px 120px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: 0 -42px;
    mask-position: 0 -42px;
}

.hoverlink a span.masked::before {
    background-color: #fff;
}

.hoverlink a span.masked::after {
    background-color: #fff;
}

.hoverlink a:hover span.masked {
    -webkit-mask-size: 40px;
    mask-size: 40px;
    -webkit-mask-position: 195px 0;
    mask-position: 195px 0;
}

.hoverlink a:hover .maskback {
    left: 193px;
    width: 40px;
    height: 40px;
}

.hoverlink a:hover span.text::after {
    background-color: #fff;
}

.hoverlink a:hover span.text::before {
    background-color: #fff;
}

.hoverlink .maskback {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 120px;
    height: 120px;
    transition: .7s;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url(../../images/images/circle.svg);
    background-size: cover;
}

.hoverlink .container {
    position: relative;
}

.hoverlink .text {
    position: absolute;
    z-index: 1;
    display: flex;
}

.hoverlink .original {
    color: #000;
}

.hoverlink .masked {
    color: red;
    -webkit-mask-image: url(../../images/images/circle.svg);
    mask-image: url(../../images/images/circle.svg);
    -webkit-mask-size: 120px 120px;
    mask-size: 120px 120px;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.background-element {
    position: absolute;
    z-index: 0;
    width: 120px;
    height: 120px;
    transition: all .3s ease-in-out;
    background-color: #f0f0f0;
}

.text:hover~.background-element {
    width: 50px;
    height: 50px;
    -webkit-transform: translate(500px, 0);
    transform: translate(500px, 0);
}

/* Footer Section */
.footer {
    background-image: url(../../images/images/bg.jpg);
}

.footer .inner {
    padding-top: 64px;
    padding-bottom: 88px;
    border-top: solid 3px #333;
}

.footer .flex-between {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.footer .flex-menu {
    align-items: center;
}

.footer .flex-menu__block {
    margin-right: 40px;
}

.footer .flex-menu__block:nth-child(1) img {
    max-width: 152px;
}

.footer .flex-menu__block:nth-child(2) img {
    max-width: 176px;
}

.footer .flex-menu__block a span {
    display: flex;
    align-items: center;
}

.footer .flex-menu__block a span::after {
    display: block;
    width: 16px;
    height: 13px;
    margin-left: 8px;
    content: '';
    background-image: url(../../images/images/blank.svg);
    background-repeat: no-repeat;
    background-size: cover;
}

/* Goto Section */
.goto {
    position: relative;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #c9ccc2;
}

.goto::after {
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 1360px;
    height: 244px;
    content: '';
    background-image: url(../../images/images/letsgosee.svg);
    background-repeat: no-repeat;
    background-position: bottom;
}

.goto .inner {
    position: relative;
}

.goto .inner .goto-image {
    text-align: right;
}

.goto .inner .goto-image__sp {
    position: relative;
    text-align: right;
}

.goto .inner .goto-image__sp img {
    width: 264px;
    height: 384px;
}

.goto .inner .goto-txt {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.goto .inner .goto-txt__sp {
    position: absolute !important;
    bottom: -40px;
    left: 0;
}

.goto .inner .goto-txt h2 {
    font-size: 3rem;
}

.goto .inner .goto-txt h3 {
    font-size: 2rem;
    margin-top: 48px;
}

.goto .inner .goto-txt p {
    width: 460px;
    margin-top: 24px;
}

.goto .inner .goto-txt p span {
    font-size: 1rem;
    display: block;
}

.goto .inner .goto-txt p span:last-child {
    margin-top: 40px;
}

/* Midokoro Section */
.midokoro {
    position: relative;
    padding-top: 54px;
    padding-bottom: 80px;
    background-color: #c9ccc2;
}

.midokoro:after {
    position: absolute;
    content: '';
    background-repeat: no-repeat;
}

.midokoro .slick-slide {
    padding-right: 16px;
    padding-left: 16px;
}

.midokoro .back-text:after {
    position: absolute;
    top: -56px;
    right: 0;
    width: 1156px;
    height: 244px;
    content: '';
    background-image: url(../../images/images/highlight.svg);
    background-repeat: no-repeat;
}

.midokoro .inner-relative {
    position: relative;
    width: 100%;
    max-width: 100%;
    min-height: 595px;
    margin-top: 64px;
}

.midokoro .inner-relative .flex {
    max-width: 1100px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 40px;
    flex-wrap: wrap;
}

.midokoro .inner-relative .flex.flex-reverse {
    justify-content: center;
}

.midokoro .inner-relative .flex .flex-textbox.left {
    margin-right: auto;
    margin-left: 0;
}

.midokoro .inner-relative .flex .flex-textbox.right {
    margin-right: 0;
    margin-left: auto;
}

.midokoro h2 {
    margin-top: 8px;
    text-align: center;
}

.midokoro h2 span {
    font-size: 2.5rem;
    display: block;
    margin: 0 auto;
}

.midokoro h2::before {
    display: block;
    width: 32px;
    height: 36px;
    margin: 0 auto;
    margin-bottom: 24px;
    content: '';
    background-image: url(../../images/images/kazari_midokoro.svg);
    background-size: cover;
}

.midokoro h3 span {
    display: block;
}

.midokoro h3 span.num {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .9rem;
}

.midokoro h3 span.text {
    font-size: 2rem;
    line-height: 2.5rem;
    margin-top: 24px;
}

.midokoro p span {
    font-size: .94rem;
    display: block;
    letter-spacing: 0;
}

.midokoro .flex-textbox {
    width: 500px;
    margin-right: 0;
}

.midokoro .flex-imagebox {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.midokoro .flex-imagebox.left {
    left: 0;
}

.midokoro .flex-imagebox.right {
    z-index: 2;
    right: 0;
}

.midokoro .flex-imagebox img {
    max-width: 824px;
}

.gallerybox {
    margin-top: 80px;
}

.gallerybox button {
    display: none !important;
}

.gallerybox h3 {
    text-align: center;
}

.gallerybox h3 span {
    display: block;
}

.gallerybox h3 span.big {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
}

.gallerybox h3 span.small {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .9rem;
    margin-top: 16px;
}

.gallerybox .inner {
    overflow: hidden;
    margin-top: 40px;
}

.gallerybox h3 .small {
    margin-top: 8px;
}

.gallerybox img {
    max-width: 600px;
}

.floor {
    margin-top: 120px;
}

.floor h3 {
    text-align: center;
}

.floor h3 span {
    display: block;
}

.floor h3 span.big {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 2rem;
}

.floor h3 span.small {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: .9rem;
    margin-top: 16px;
}

.floor .flex {
    margin-top: 40px;
    text-align: center;
    justify-content: space-around;
}

.floor .flex .imagebox {
    position: relative;
    padding-top: 40px;
    padding-right: 54px;
    padding-bottom: 40px;
    padding-left: 54px;
    border: solid 3px #333;
}

.floor .flex .imagebox img {
    cursor: pointer;
}

.floor .flex .imagebox .blank {
    position: absolute;
    width: 16px;
    height: 16px;
    background-color: #c9ccc2;
}

.floor .flex .imagebox .blank.one {
    top: -8px;
    left: -8px;
}

.floor .flex .imagebox .blank.two {
    top: -8px;
    right: -8px;
}

.floor .flex .imagebox .blank.three {
    right: -8px;
    bottom: -8px;
}

.floor .flex .imagebox .blank.four {
    bottom: -8px;
    left: -8px;
}

.floor h4 {
    display: flex;
    margin-top: 32px;
    align-items: baseline;
    justify-content: center;
}

.floor h4 span {
    font-weight: 700;
    display: inline-block;
    vertical-align: bottom;
}

.floor h4 span.big {
    font-size: 2rem;
}

.floor p {
    margin-top: 0;
}

.floor p span {
    display: block;
    vertical-align: bottom;
}

.floor p span.big {
    font-size: 1.1rem;
}

.floor p span:last-child {
    font-size: .9rem;
    color: #555;
}

.floor .imagebox {
    min-height: 532px;
    max-height: 532px;
}

/* .floor .imagebox img {
    max-width: 419px;
} */

.iziModal {
    overflow-y: scroll;
    min-height: 660px;
    padding: 40px;
    text-align: center;
}

/* Fixed Box Elements */
.fixedbox .button-top {
    font-size: 1rem;
    position: fixed;
    z-index: 5;
    top: 0;
    right: 0;
    width: 240px;
    height: 72px;
    background-color: #333;
}

.fixedbox .button-top a {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center;
}

.fixedbox .button-top a span {
    font-weight: 700;
    display: flex;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.fixedbox .button-top a span::before {
    display: block;
    width: 20px;
    height: 16px;
    margin-right: 24px;
    content: '';
    background-image: url(../../images/images/icon_mail.svg);
}

.fixedbox .button-under {
    position: fixed;
    z-index: 4;
    bottom: 0;
    left: 0;
    width: 350px;
    height: 96px;
}

.fixedbox .button-under__close {
    position: fixed;
    z-index: 5;
    bottom: 84px;
    left: 338px;
    display: flex;
    width: 24px;
    height: 24px;
    transition: .3s;
    border-radius: 16px;
    background-color: #333;
    align-items: center;
    justify-content: center;
}

.fixedbox .button-under__close span {
    color: #fff;
}

.fixedbox .button-under__close:hover {
    opacity: .3;
}

.fixedbox .side-links {
    position: fixed;
    top: 50%;
    left: 40px;
    width: 184px;
    height: 18px;
}

/* General Layout */
.inner {
    width: 100%;
    max-width: 1150px;
    margin-right: auto;
    margin-left: auto;
    padding-right: 25px;
    padding-left: 25px;
}

/* Form Styles (MW WP Form) */
.mwform-radio-field.horizontal-item label {
    display: flex;
    gap: 8px;
}

.mwform-radio-field-text {
    font-size: 16px;
}

.mw_wp_form.mw_wp_form_input {
    margin-top: 72px;
}

input[type=radio]+span {
    font-size: 16px;
    position: relative;
    display: inline-block;
    margin-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

input[type=radio]+span:before {
    position: absolute;
    top: 50%;
    left: -38px;
    display: inline-block;
    width: 30px;
    height: 30px;
    content: '';
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

input[type=radio]:checked+span:before {
    width: 18px;
    height: 18px;
    border: 7px solid #2146ff;
}

.mw_wp_form .error.error {
    font-size: 14px;
    margin-top: -20px;
    color: red;
}

.mwform-checkbox-field-text {
    white-space: nowrap;
}

.mwform-checkbox-field-text a {
    margin-left: 20px;
    text-decoration: underline;
    color: #888;
}

input[type=checkbox] {
    margin: 0;
    padding: 0;
    white-space: nowrap;
    border: none;
    border-radius: 0;
    outline: 0;
    background: 0 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    padding-left: 30px;
    cursor: pointer;
    vertical-align: middle;
}

input[type=checkbox]::after,
input[type=checkbox]::before {
    position: absolute;
    display: block;
    content: '';
}

input[type=checkbox]::before {
    top: 50%;
    left: 5px;
    width: 24px;
    height: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 1px solid #ccc;
    border-radius: 50%;
    background-color: #fff;
}

input[type=checkbox]::after {
    position: absolute;
    top: 50%;
    left: 6px;
    width: 12px;
    height: 12px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    opacity: 0;
    border: 6px solid #2146ff;
    border-radius: 50%;
}

input[type=checkbox]:checked::after {
    opacity: 1;
}

form span.note--gray {
    background-color: #ccc;
}

.mwform-radio-field.horizontal-item:first-of-type {
    position: relative;
    left: 11px;
}

body .mw_wp_form .horizontal-item+.horizontal-item {
    margin-left: 0;
}

.mw_wp_form div .contact__privacy .error {
    margin-top: 0;
}

.contact__privacy span.error {
    display: none;
}

.mwform-checkbox-field-text {
    font-size: 16px;
    position: relative;
}

.contact__privacy .mwform-checkbox-field-text {
    position: relative;
    top: -4px;
}

.contact__privacy * {
    white-space: nowrap;
}

.mw_wp_form * {
    box-sizing: border-box;
    border-radius: 0 !important;
}

.mw_wp_form input {
    background-color: #fff;
}

.mw_wp_form input[type=text] {
    font-size: 16px;
}

.mw_wp_form textarea {
    font-size: 16px;
    background-color: #fff;
}

.mw_wp_form input[type=email] {
    font-size: 16px;
}

.mw_wp_form input[type=checkbox] {
    background-color: transparent;
}

.mw_wp_form .contact__button {
    font-family: 'Noto Serif JP', serif;
    font-size: 20px;
    width: 280px;
    margin-top: 24px;
    padding: 22px 0 21px !important;
    cursor: pointer;
    text-align: center;
    color: #fff;
    background-color: #000;
}

input {
    border-radius: 0;
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button;
}

button,
select {
    text-transform: none;
}

button,
input,
select,
textarea {
    color: inherit;
    border-style: none;
    background-color: transparent;
}

.mwform-checkbox-field.horizontal-item {
    font-size: 62.5%;
    margin: 0;
    padding: 0;
    -webkit-text-size-adjust: 100%;
}

.contact__submit {
    margin-top: 56px;
}

div .mw_wp_form_confirm .contact__back-button {
    margin-top: 0;
}

/* Media Queries */

/* Screen larger than 1440px */
@media screen and (min-width: 1440px) {
    .xl-none {
        display: none;
    }
}

/* Screen smaller than 1439px */
@media screen and (max-width: 1439px) {
    .about .inner-relative .mapblock {
        right: 0;
    }

    div.contact__inner {
        padding: 0 20px;
    }

    .midokoro .flex-imagebox img {
        max-width: 680px;
    }

    .l-none {
        display: none;
    }
}

/* Screen smaller than 919px */
@media screen and (max-width: 919px) {
    .forsp {
        display: block;
    }

    .forpc {
        display: none;
    }

    .about h2 {
        display: block;
    }

    .about h2 img.habitat {
        max-width: 80%;
    }

    .about h2 img.charme {
        max-width: 80%;
    }

    .about h2 .cross {
        display: block;
        margin: 16px auto;
    }

    .about .inner-relative .flex {
        max-width: 100%;
        height: auto;
    }

    .about .inner-relative .mapinfo {
        margin: 0 auto;
    }

    .about .inner-relative .mapblock {
        position: static;
        min-height: auto;
    }

    .about .explainblock>.inner {
        padding-left: 20px;
    }

    .about .explainblock .flex {
        flex-wrap: wrap;
    }

    .about .explainblock .flex h3 {
        font-size: 1.6rem;
    }

    .about .explainblock .flex-imagebox {
        margin: 0 auto;
    }

    .about .explainblock .flex-textbox {
        max-width: 100%;
    }

    .concept {
        padding-top: 0;
    }

    .concept:after {
        width: 85px;
        height: 597px;
        background-image: url(../../images/images/concept_sp.svg);
    }

    .concept .inner {
        padding-right: 0;
        padding-left: 0;
    }

    .concept .textbox {
        position: static;
    }

    .concept .textbox h2 {
        font-size: 2.8rem;
        line-height: 3rem;
    }

    .concept .textbox p {
        font-size: .95rem;
        line-height: 2rem;
        padding-right: 20px;
        padding-left: 20px;
        letter-spacing: 0;
    }

    .concept .imagebox img {
        max-width: 100%;
    }

    .concept .spconcept h2 {
        font-size: 2.5rem;
        line-height: 3rem;
    }

    .firstview {
        min-height: auto;
        max-height: 80vh;
    }

    .firstview .firstview-gold {
        right: 8px;
        bottom: 24px;
        width: 180px;
        height: 142px;
    }

    h1 span.large {
        font-size: 2rem;
        line-height: 3rem;
        margin-top: 16px;
        letter-spacing: 4px;
    }

    .reserve .flex-block {
        width: 100%;
    }

    .reserve .flex-block:first-child {
        border-right: 0;
        border-bottom: solid 3px #333;
    }

    .reserve .flex-illust {
        z-index: 3;
        top: -70px;
        right: auto;
        left: -16px;
        width: 88px;
        background-size: contain;
    }

    .reserve .flex p.present span {
        font-size: 1.2rem;
    }

    .reserve .flex span.midium {
        font-size: 1.2rem;
    }

    .reserve .flex span.small {
        font-size: 1rem;
    }

    .reserve .flex .wp-50 {
        width: 100%;
    }

    .hoverlink a {
        width: 190px;
    }

    .footer {
        padding-bottom: 30px;
    }

    .footer .inner {
        padding-top: 24px;
    }

    .footer .flex-between {
        display: block;
    }

    .footer .flex-menu {
        display: block;
        margin: 0 auto;
        text-align: center;
    }

    .footer .flex-menu__block {
        margin: 0 auto;
    }

    .footer .flex-menu__block:nth-child(1) img {
        display: block;
        margin: 16px auto 0;
    }

    .footer .flex-menu__block:nth-child(2) img {
        display: block;
        margin: 16px auto 0;
    }

    .footer .flex-menu__block:nth-child(3) {
        margin-top: 64px;
    }

    .footer copy {
        display: block;
        width: 100%;
        margin-top: 8px;
        text-align: center;
    }

    .goto::after {
        top: 0;
        bottom: auto;
        width: 85px;
        height: 796px;
        background-image: url(../../images/images/letsgosee_sp.svg);
    }

    .goto .inner {
        z-index: 2;
        padding-right: 0;
        padding-left: 0;
    }

    .goto .inner .goto-txt {
        position: static;
        top: auto;
        left: 20px;
        bottom: -140px;
        z-index: 3;
        text-align: left;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .goto .inner .goto-txt h2 {
        font-size: 2rem;
        line-height: 2.5rem;
    }

    .goto .inner .goto-txt h3 {
        font-size: 1.5rem;
        line-height: 2rem;
        margin-top: 16px;
    }

    .goto .inner .goto-txt p {
        width: 100%;
        max-width: 100%;
        margin-top: 160px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .midokoro {
        padding-top: 40px;
        padding-bottom: 24px;
    }

    .midokoro:after,
    .midokoro .back-text:after {
        display: none;
        width: 85px;
        height: 680px;
        background-image: url(../../images/images/highlight_sp.svg);
    }

    .midokoro .inner-relative {
        margin-top: auto;
        padding: 0;
    }

    .midokoro .inner-relative .flex {
        padding-bottom: 0;
    }

    .midokoro .inner-relative .flex.flex-reverse {
        flex-direction: column-reverse;
    }

    .midokoro .inner-relative .flex.flex-reverse .flex-imagebox img {
        padding-right: 0;
        padding-left: 24px;
    }

    .midokoro .inner-relative .flex .flex-textbox.left,
    .midokoro .inner-relative .flex .flex-textbox.right {
        padding-right: 20px;
        padding-left: 20px;
    }

    .midokoro h2 span {
        font-size: 1.8rem;
    }

    .midokoro h3 span.text {
        font-size: 1.6rem;
    }

    .midokoro .flex-textbox {
        width: 100%;
    }

    .midokoro .flex-imagebox {
        position: static;
        top: auto;
        -webkit-transform: inherit;
        transform: inherit;
    }

    .midokoro .flex-imagebox img {
        max-width: 100%;
        padding-right: 24px;
    }

    .gallerybox {
        margin-top: 40px;
    }

    .floor {
        margin-top: 56px;
    }

    .floor h4 {
        margin-bottom: 0;
    }

    .floor .flex {
        flex-wrap: wrap;
    }

    .floor .imagebox {
        min-height: auto;
        max-height: auto;
    }

    .floor .imagebox img {
        max-width: 100%;
    }

    .fixedbox .button-under {
        position: fixed;
        bottom: 16px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .m-none {
        display: none;
    }
}

/* Screen smaller than 640px */
@media screen and (max-width: 640px) {
    /* SP Font Size */
    .fs_sp10 { font-size: 10px; }
    /* ... (省略されたSP用フォントサイズクラス) ... */
    .fs_sp60 { font-size: 60px; }

    /* SP Margin & Padding */
    .mt_sp8 { margin-top: 8px; }
    /* ... (省略されたSP用マージン・パディングクラス) ... */
    .pl_sp160 { padding-left: 160px; }

    /* SP Text Align */
    .t-left_sp { text-align: justify; }
    .t-center_sp { text-align: center; }
    .t-right_sp { text-align: right; }

    .contact {
        margin-top: 0;
        padding: 80px 0;
    }

    .contact__item {
        flex-direction: column;
        flex-wrap: wrap;
        gap: 8px;
    }

    .contact__item>p {
        flex-direction: column;
        gap: 10px;
    }

    .contact__title-area img {
        left: 60%;
        width: 200px;
    }

    .contact__input,
    .contact__textarea {
        padding: 14px 20px;
    }

    input[type=radio]+span {
        margin-left: 44px;
    }

    .firstview .firstview-gold {
        right: 8px;
        bottom: 24px;
        width: 140px;
        height: 102px;
    }

    .s-none {
        display: none;
    }

    .inner {
        padding-right: 20px;
        padding-left: 20px;
    }

    input[type=radio]+span {
        margin-left: 40px;
    }

    input[type=radio]+span:before {
        left: -38px;
    }

    .mw_wp_form .error.error {
        margin-top: -10px;
    }

    .mwform-checkbox-field-text a {
        margin-left: 0;
    }

    .mwform-radio-field.horizontal-item:first-of-type,
    .mwform-radio-field.horizontal-item {
        position: relative;
        left: 0;
    }

    .mwform-radio-field.horizontal-item {
      left: -10px;
    }

    body .mw_wp_form .horizontal-item+.horizontal-item {
        margin-left: 0;
    }
}