/*
Theme Name: galleryk-theme
Theme URI:
Template: lightning
Description:
Author: galleryk.jp
Tags:
Version: 0.6.1
*/

/** header **/
.siteHeader {
    background-color: rgba(0, 0, 0, 0);
    max-height: 94px;
}

@media (1200px < width) {
    .siteHeader_logo {
        float: none;
    }
}

.siteHeader .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 4px 0;
}

.navbar-header {
    width: 34%;
}

.siteHeader_logo {
    display: block;
    width: 200px;
    height: auto;
    max-height: 60px;
    padding: 10px 0 5px;
    margin: 0;
    font-size: 32px;
    line-height: 1.5em;
    white-space: inherit;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.siteHeader_logo a {
    display: inline-block;
    height: 60px;
}

.siteHeader_logo span {
    max-height: 50px!important;
}

.gMenu {
    width: 100%;
}

.gMenu_outer {
    width: 33%;
}

.gMenu li {
    width: 80px;
}

.gMenu>li .gMenu_name {
    font-size: 16px!important;
}

.gMenu a {
    color: #ffffff;
    font-family: 'Montserrat', 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
    transition: 0.6s;
}

.gMenu a:hover {
    color: #E7CB92;
}

.gMenu #menu-item-93 a::after {
    position: absolute;
    content: "物件の特長";
    color: #ffffff;
    font-size: 10px;
    width: 80px;
    height: 20px;
    left: 5px;
    top: 36px;
}

.gMenu #menu-item-94 a::after {
    position: absolute;
    content: "物件概要";
    color: #ffffff;
    font-size: 10px;
    width: 80px;
    height: 20px;
    left: 0;
    top: 36px;
}

.gMenu #menu-item-95 a::after {
    position: absolute;
    content: "アクセス";
    color: #ffffff;
    font-size: 10px;
    width: 80px;
    height: 20px;
    left: 0;
    top: 36px;
}

.gMenu #menu-item-96 a::after {
    position: absolute;
    content: "よくあるご質問";
    color: #ffffff;
    font-size: 10px;
    width: 80px;
    height: 20px;
    left: 0;
    top: 36px;
}

.gMenu #menu-item-34 a::after {
    position: absolute;
    content: "資料請求";
    color: #ffffff;
    font-size: 10px;
    width: 80px;
    height: 20px;
    left: 4px;
    top: 36px;
}

.gMenu>li:before {
    display: none;
}

.header_scrolled .gMenu_outer {
    padding-bottom: 10px;
}

.header_scrolled .gMenu_outer li a {
    color: #171B1C;
}

.header_scrolled .gMenu_outer li a::after {
    color: #171B1C!important;
    left: 50% !important;
    transform: translateX(-50%);
}

.language {
    color: #ffffff!important;
    display: flex;
    align-items: center;
    margin-right: 40px;
    font-family: 'Montserrat', 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
}

.language a {
    color: #ffffff!important;
    margin-right: 6px;
}

.language a:hover {
    color: #E7CB92!important;
    text-decoration: none;
}

.header-right.row {
    width: 33%;
    justify-content: flex-end;
}

.kua img {
    max-width: 240px;
}

.vk-mobile-nav {
    background-color: #322e2b;
}

.vk-mobile-nav-menu-btn {
    top: 15px!important;
    right: 15px!important;
    background: var(--vk-mobile-nav-menu-btn-bg-src) center 50% no-repeat rgba(255, 255, 255, 1.0);
    border: none;
}

.vk-mobile-nav-menu-btn.menu-open {
    border: none;
}

.vk-mobile-nav nav ul li {
    line-height: 3.2;
}

.vk-mobile-nav nav ul li a {
    color: #E7CB92;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
}

.vk-mobile-nav #menu-item-93 a::after {
    position: absolute;
    content: "物件の特長";
    color: #ffffff;
    font-size: 15px;
    top: 10px;
    left: 80px;
}

.vk-mobile-nav #menu-item-94 a::after {
    position: absolute;
    content: "物件概要";
    color: #ffffff;
    font-size: 15px;
    top: 10px;
    left: 80px;
}

.vk-mobile-nav #menu-item-95 a::after {
    position: absolute;
    content: "アクセス";
    color: #ffffff;
    font-size: 15px;
    top: 10px;
    left: 80px;
}

.vk-mobile-nav #menu-item-96 a::after {
    position: absolute;
    content: "よくあるご質問";
    color: #ffffff;
    font-size: 15px;
    top: 10px;
    left: 80px;
}

.vk-mobile-nav #menu-item-34 a::after {
    position: absolute;
    content: "資料請求・お申込み";
    color: #ffffff;
    font-size: 15px;
    top: 10px;
    left: 80px;
}

aside#block-9 {
    text-align: center;
    margin-top: 40px;
}

.vk-mobile-nav-widget .language {
    margin: 24px auto 0;
    display: block;
    font-size: 20px;
}

@media screen and (max-width: 767px) {
.siteHeader {
    background-color: rgba(0, 0, 0, 0.5);
    max-height: 64px;
    position: fixed;
}

.header-right.row {
    display: none;
}

.navbar-header {
    width: 100%;
}

.siteHeader_logo {
    width: 140px;
}
}

/** Auto Fadein **/
.autofade {
    opacity: 0;
    animation-name: fadein;
    animation-duration: 2s;
    animation-fill-mode: forwards;
    animation-delay: 1s;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

/** Auto Fadein END **/

/** Scroll Fadein **/
.effect-fade {
    opacity : 0;
    transform : translate(0, 80px);
    transition : all 1000ms;
}

.effect-fade.effect-scroll {
    opacity : 1;
    transform : translate(0, 0);
}
/** Scroll Fadein END **/

/** container **/
@media (1400px < width) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1320px;
    }
}

@media screen and (max-width:767px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/** content **/
h1, h2, h3, h4 {
    font-family: 'ShipporiMincho', serif;
    font-weight: 600!important;
    font-style: normal;
}

p {
    font-family: 'Noto Sans JP', sans-serif;
}

.mincho {
    font-family: 'ShipporiMincho', serif;
    font-weight: 600!important;
    font-style: normal;
}

.block-title {
    font-size: 32px!important;
    color: #171B1C!important;
    border: none;
    margin: 0;
    padding-bottom: 80px;
    text-align: left;
    line-height: 1.6;
}

.block-sub-title {
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
    text-align: left;
    color: #9F7B27;
    font-size: 18px;
    position: relative;
    padding-bottom: 20px;
}

.block-sub-title::after {
    position: absolute;
    content: "";
    width: 40px;
    height: 1px;
    border-top: solid 1px #9F7B27;
    left: 0;
    bottom: 0;
}

.block-mini-title {
    font-family: 'ShipporiMincho', serif!important;
    color: #9F7B27;
    font-size: 20px;
    font-weight: 600;
    margin: 0 0 40px;
    text-align: left;
}

@media screen and (max-width:767px) {
    .block-title {
        padding: 0 0 40px;
        font-size: 20px !important;
    }

    .block-sub-title {
        font-size: 15px;
        padding-bottom: 10px;
    }

    .block-mini-title {
        font-size: 16px;
        margin: 0 0 24px;
    }
}

.feature-section p {
    text-align: left;
}

.feature-section2 {
    scroll-margin-top: 80px;
    background-color: #F7F6F4;
}

.item-info {
    background-color: #F1F0EF;
    padding: 40px 160px;
    margin-top: 80px !important;
}

.item-info p {
    font-size: 16px;
}

.item-info .mincho {
    font-size: 20px!important;
}

.item-info .item-block {
    padding: 0 8px;
}

.point3-lower figure::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 60px;
    background-image: url(/wp-content/uploads/2026/09/gk2-logo-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    left: 15px;
    top: 15px;
}

.access {
    background-color: #1B1C1D;
    padding: 120px 0 !important;
}

.access h2 {
    color: #9F7B27!important;
    font-size: 42px!important;
    padding: 0 0 40px;
}

.access h2 img {
    max-width: 200px;
    margin-right: 24px;
}

.access h3 {
    color: #ffffff;
    text-align: left!important;
    margin-bottom: 60px!important;
}

.access h3::after {
    width: 0;
}

.access h3 span {
    color: #9F7B27;
    font-size: 16px;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
    margin-left: 24px;
}

.access p {
    color: #ffffff;
}

.access-lower {
    margin-top: 60px;
}

.concept-title {
    border: none;
    text-align: left;
}

.logo-itembox {
    background-color: #F1F0EF;
    padding: 40px 24px;
    margin: 0 5px 10px;
}

.gallery-section {
    padding: 120px 0!important;
}

.gallery-section .col-md-7 {
    padding: 0 8px;
}

.faq-section h4 {
    font-size: 20px;
}

.ewd-ufaq-faq-title-text {
    text-align: left!important;
}

.faq-section .ewd-ufaq-post-margin-symbol {
    display: none;
}

.faq-section .ewd-ufaq-faq-body {
    padding: 10px 0;
    padding-left: 10px;
}

.faq-section .ewd-ufaq-faq-div {
    border-bottom: solid 1px #E2E2E2!important;
}

.contact-section {
    background-image: url("/wp-content/uploads/2026/09/contact.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0 !important;
}

.contact-section .container {
    background-color: rgba(0, 0, 0, 0.5);
    padding: 60px;
}

.contact-section h2 {
    text-align: center;
    color: #E7CB92;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    border: none;
}

.contact-section p {
    text-align: center!important;
    color: #ffffff;
}

.contact-section .jump-blcok .row {
    background: rgba(0, 0, 0, 0)!important;
    padding: 40px 40px 0;
}

.jump-blcok {
    margin: 0 auto;
}

.jump-blcok a {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    height: 68px;
    color: #A98561!important;
    background: rgba(0, 0, 0, 0);
    border: 1px solid #A98561;
    text-decoration: none;
    padding-top: 18px;
    padding-bottom: 18px;
    margin: 10px auto;
    text-align: center;
    font-size: 18px!important;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 500;
    font-style: normal;
}

.jump-blcok a:hover,
.jump-blcok a:active {
    background: linear-gradient(to right, #A98561, #8B745E);
    color: #FFFFFF!important;
}

.jump-blcok .row {
    background: #F9F9F6;
    padding: 60px 40px;
}

.contact-section .jump-blcok a {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    height: 76px;
    color: #FFFFFF !important;
    background: linear-gradient(to right, #A98561, #8B745E);
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 18px;
    margin: 10px auto;
    text-align: center;
    font-size: 18px !important;
    line-height: 24px;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 500;
    font-style: normal;
}

.contact-section .jump-blcok a:hover,
.contact-section .jump-blcok a:active {
    background: rgba(0, 0, 0, 0);
}

.contact-section .jump-blcok span {
    display: block;
}

@media screen and (max-width:767px) {
    .feature-message img {
        margin-bottom: 40px;
    }

    .feature-message2 img {
        margin-top: 40px;
    }

    .item-info {
        padding: 40px 15px;
        margin-top: 60px !important;
    }

    .item-info figure {
        margin: 0;
    }

    figure figcaption {
        font-size: 13px!important;
    }

    .item-info .mincho {
        font-size: 15px!important;
    }

    .point3-lower {
        margin-top: 60px;
    }

    .access {
        padding: 60px 0 !important;
    }

    .access h2 {
        font-size: 32px !important;
        line-height: 32px;
    }

    .access h2 img {
        max-width: 160px;
        margin-right: 12px;
        margin-bottom: 0 !important;
    }

    .access h3 {
        padding-bottom: 0;
        margin-bottom: 24px !important;
        font-size: 20px;
    }

    .access h3 span {
        font-size: 14px;
        margin-left: 16px;
    }

    .access-lower img {
        margin: 40px 0 0;
    }

    .concept-title {
        padding-left: 15px;
        padding-right: 15px;
        font-size: 20px !important;
        line-height: 32px;
    }

    .concept-txt {
        padding-left: 15px;
        padding-right: 15px;
    }

    .logo-itembox {
        padding: 24px 24px 0;
        margin: 0 5px 10px;
        width: 40%;
    }

    .gallery-section {
        padding: 60px 15px !important;
    }

    .gallery-section .col-md-7 {
        padding: 0;
    }

    .gallery-section .col-md-5 {
        padding: 0;
    }

    .gallery-section .col-md-12 {
        padding: 0;
    }

    .gallery-section img {
        margin-bottom: 0 !important;
    }

    .faq-section h4 {
        font-size: 16px;
    }

    .jump-blcok a {
        padding-top: 20px;
        padding-bottom: 18px;
        font-size: 15px !important;
    }

    .contact-section .container {
        padding: 40px 15px;
    }

    .contact-section h2 {
        font-size: 18px;
    }

    .contact-section .jump-blcok .row {
        padding: 0;
    }

    .contact-section .jump-blcok a {
        font-size: 15px !important;
        line-height: 21px;
    }

    .container:has(.jump-blcok){
        max-width: initial;
    }
    .jump-blcok .row {
        justify-content: center;
        padding: 0;
    }
}

/** image caption **/
figure {
    position: relative;
    display: inline-block;
}

figure img {
    max-width: 100%;
    vertical-align: top;
}

figure figcaption {
    position: absolute;
    left: 2%;
    bottom: 2%;
    padding: 5px 10px;
    font-size: 16px;
    color: #ffffff;
    font-family: 'Noto Sans JP', sans-serif;
    text-align: left;
}

.gklogo1 figure::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 60px;
    background-image: url(/wp-content/uploads/2026/09/gk-logo-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    left: 15px;
    top: 15px;
}

.gklogo2 figure::before {
    position: absolute;
    content: "";
    width: 70px;
    height: 60px;
    background-image: url(/wp-content/uploads/2026/09/gk2-logo-white.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-repeat: no-repeat;
    left: 15px;
    top: 15px;
}

/** footer **/
footer {
    background-color: #1B1C1D!important;
    border: none!important;
    padding: 80px 0 40px!important;
}

footer img {
    max-width: 200px!important;
}

.footerWidget p {
    color: #ffffff;
    font-size: 16px;
}

footer .copySection p {
    color: #727272;
}

footer .copySection p:nth-child(2) {
    display:none !important;
}

@media screen and (max-width:767px) {
    footer {
        padding: 40px 0 15px !important;
    }

    footer img {
        max-width: 140px !important;
    }

    .footerWidget p {
        font-size: 13px;
    }
}

/** page **/
.page-id-21 .siteHeader {
    margin-bottom: -94px;
}

.page-header {
    background-image: url(/wp-content/uploads/2026/09/pagekv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding: 120px 0 60px;
}

@media screen and (max-width:767px) {
    .page-header {
        padding: 40px 0 60px;
    }

    h1.page-header_pageTitle {
        font-size: 20px !important;
    }

    h1.page-header_pageTitle::after {
        font-size: 12px !important;
        top: 36px !important;
    }
}

.page-id-21 .page-header_pageTitle::after {
    position: absolute;
    content: "Register";
    color: #E7CB92;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);

}

.page-id-21 .section.breadSection {
    background-color: #F9F9F8;
}

.page-id-21 .section.siteContent {
    background-color: #F9F9F8;
}

.page-id-70 .siteHeader {
    margin-bottom: -94px;
}

.page-id-70 .page-header_pageTitle::after {
    position: absolute;
    content: "FAQ";
    color: #E7CB92;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    top: 42px;
    left: 50%;
    transform: translateX(-50%);
}

.page-id-70 .section.breadSection {
    background-color: #F9F9F8;
}

.page-id-70 .section.siteContent {
    background-color: #F9F9F8;
}

.page-id-70 h3 {
    font-size: 32px!important;
    color: #171B1C!important;
    border: none;
    margin: 0;
    padding-bottom: 80px;
    text-align: left;
    line-height: 1.6;
}

@media screen and (max-width:767px) {
    .page-id-70 h3 {
        padding-top: 30px;
        font-size: 24px!important;
        padding-bottom: 60px;
    }
}

.page-id-70 h3::after {
    display: none;
}

.page-id-70 h4 {
    font-size: 20px!important;
    color: #171B1C!important;
    padding-left: 30px;
    position: relative;
}

.page-id-70 h4::after {
    position: absolute;
    content: "Q.";
    color: #9F7B27;
    width: 40px;
    height: 40px;
    font-size: 20px;
    left: 0;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 500;
    font-style: normal;
}

.ewd-ufaq-faq-div {
    margin: 0 0 40px!important;
}

.ewd-ufaq-faq-div a {
    color: #9F7B27;
}

.ewd-ufaq-faq-body p {
    position: relative;
    padding-left: 24px;
}

.ewd-ufaq-faq-body p::after {
    position: absolute;
    content: "A.";
    color: #9F7B27;
    width: 40px;
    height: 40px;
    font-size: 18px;
    left: 0;
    top: 0;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 500;
    font-style: normal;
}

@media screen and (max-width:767px) {
    .ewd-ufaq-faq-body p::after {
        font-size: 15px;
    }

    .page-id-70 h4 {
        font-size: 15px !important;
        line-height: 25px;
        padding-left: 24px;
        width: 100%;
    }

    .page-id-70 h4::after {
        font-size: 16px;
        top: 0;
    }

    .page-id-70 .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol {
        margin-right: 10px;
    }

    .page-id-70 .ewd-ufaq-faq-title .ewd-ufaq-post-margin-symbol span {
        margin: 5px auto 0;
    }

    .page-id-70 .ewd-ufaq-faq-title-text {
        width: 82%;
    }
}

/** contact form **/
.wpcf7 {
    margin-top: 80px;
}

.wpcf7 label {
    display: inline-flex;
    margin-bottom: .5rem;
    margin-top: 1.0rem;
    align-items: center;
}

.wpcf7 .form-question {
    font-family: 'ShipporiMincho', serif;
    font-weight: 600;
    font-style: normal;
}

.wpcf7 .must {
    color: #F95353;
    margin-right: 24px;
    font-weight: 600;
    font-size: 16px;
}

.wpcf7 h3 {
    color: #9F7B27;
    border: none;
    font-size: 20px;
    margin-top: 60px;
}

.wpcf7 h3::after {
    display: none;
}

.wpcf7 .form-control {
    height: calc(2em + .75rem + 2px);
}

select.form-control {
    padding-left: .75em;
    max-width: 720px;
}

.wpcf7 .wpcf7-validates-as-date {
    height: calc(2em + .75rem + 2px);
    width: 320px;
}

.wpcf7-submit {
    display: block;
    width: 100%;
    max-width: 390px;
    height: 76px;
    color: #FFFFFF !important;
    background: linear-gradient(to right, #A98561, #8B745E);
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 18px;
    margin: 80px auto 0;
    text-align: center;
    font-size: 18px !important;
    line-height: 24px;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 500;
    font-style: normal;
}

.wpcf7-submit:hover {
    background: rgba(0, 0, 0, 0);
    color: #9F7B27!important;
}

.wpcf7 form.sent .wpcf7-response-output {
    font-family: 'Noto Sans JP', sans-serif;
    padding: 20px;
}

@media screen and (max-width:767px) {
    .wpcf7 .must {
        margin-right: 20px;
        font-size: 12px;
    }

    .wpcf7 label {
        display: block;
        margin-top: 40px;
    }

    span.wpcf7-form-control.wpcf7-radio {
        line-height: 2.4em;
    }
}

/**
 * main visual
 */
section.main-visual {
    position: relative;
    z-index: 999;
    margin-top: -94px;
    width: 100vw;
    left: 50%;
    transform: translateX(-50%);
    height: 98vh;
    background-image: url(/wp-content/uploads/2026/09/kv.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.main-visual-inner {
    display: flex;
    position: relative;
    color: white;
    width: 100%;
    max-width: 1920px;
    height: 100%;
    align-items: center;
    margin: 0 auto auto auto;
}

.main-visual-inner img {
    width: auto;
    height: 100%;
    z-index: 49;
}

.hero-overlay {
    position: absolute;
    top: 32%;
    left: 50%;
    transform: translateX(-50%);
    background-color: rgba(255, 255, 255, 0);
    padding: 2rem;
    z-index: 50;
    max-width: 680px!important;
}

.hero-overlay h1 {
    margin-bottom: 40px;
}

.hero-logo {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.hero-overlay p {
    font-size: 20px;
    font-family: 'ShipporiMincho', serif;
    font-weight: 400;
    font-style: normal;
    text-align: center;
    margin-bottom: 0;
}

.hero-overlay h1,
.hero-overlay p {
    color: #ffffff!important;
}

.hero-logo p {
    font-size: 16px;
    margin-bottom: 10px;
}

.main-visual .reserve-btn {
    border: 1px solid #A98561;
    border-radius: 0;
    padding: 10px 15px;
    color: #A98561!important;
    text-decoration: none;
    display: block;
    width: 300px;
    background: rgba(0, 0, 0, 0);
}

.main-visual .reserve-btn:hover {
    background: linear-gradient(to right, #A98561, #8B745E);
    color: #FFFFFF!important;
}

.gk-white-logo {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: 150px;
    height: auto;
}

.mv-register {
    position: absolute;
    right: 30px;
    bottom: 30px;
    background-color: rgba(0, 0, 0, 0.5);
    padding: 30px;
}

.mv-register h3 {
    color: #E7CB92;
    font-size: 20px;
    text-align: center;
    border: none;
    margin-bottom: 0;
}

.mv-register h3:after {
    display: none;
}

.mv-register p {
    color: #ffffff;
    text-align: center;
    font-size: 14px;
}

.mv-register .jump-blcok {
    background: rgba(0, 0, 0, 0)!important;
    padding: 0;
}

.mv-register .jump-blcok .row {
    background: rgba(0, 0, 0, 0)!important;
    padding: 0;
}

.mv-register .jump-blcok .row .col-md-12 {
    padding: 0;
}

.mv-register .jump-blcok a {
    display: inline-block;
    width: 100%;
    max-width: 390px;
    height: 76px;
    color: #FFFFFF !important;
    background: linear-gradient(to right, #A98561, #8B745E);
    text-decoration: none;
    padding-top: 15px;
    padding-bottom: 18px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px !important;
    line-height: 24px;
    font-family: "Montserrat", 'ShipporiMincho', serif;
    font-weight: 500;
    font-style: normal;
}

.mv-register .jump-blcok a:hover,
.mv-register .jump-blcok a:active {
    background: rgba(0, 0, 0, 0);
}

.mv-register .jump-blcok span {
    display: block;
}

@media screen and (max-width: 1500px) {
    .hero-overlay {
        top: 26%;
        left: 50%;
        transform: translateX(-50%);
    }
}

@media screen and (min-width:767.1px) {
    .sp-class {
        display: none;
    }
}

@media screen and (max-width:767px) {
    .pc-class {
        display: none;
    }
    
    .sp-class {
        display: initial;
    }

    section.main-visual {
        height: 86vh;
    }
        
    .hero-overlay {
        top: 33%;
    }
    
    .hero-overlay p {
        font-size: 15px;
    }

    .hero-logo p {
        font-size: 12px;
    }

    .hero-logo img {
        max-width: 200px;
        display: block!important;
        margin: 0 auto!important;
    }

    .gk-white-logo {
        width: 60px;
        height: auto;
        left: 20px;
        bottom: 20px;
    }

    .sp-class.footer-register {
        position: fixed;
        bottom: 0;
        background-color: rgba(0, 0, 0, 0.5);
        padding: 10px;
        width: 100%;
        z-index: 1000;
    }
    
    .sp-class.footer-register a {
        display: block;
        width: 100%;
        max-width: 340px;
        height: 64px;
        color: #FFFFFF !important;
        background: linear-gradient(to right, #A98561, #8B745E);
        text-decoration: none;
        padding-top: 15px;
        padding-bottom: 18px;
        margin: 0 auto;
        text-align: center;
        font-size: 15px !important;
        line-height: 21px;
        font-family: "Montserrat", 'ShipporiMincho', serif;
        font-weight: 500;
        font-style: normal;
        border: solid 1px #ffffff;
    }

    .sp-class.footer-register a:hover {
        background: rgba(0, 0, 0, 0);
    }

    .sp-class.footer-register span {
        display: block;
    }
}
/* main visual */

/**
 *  お知らせ欄
 */
    .list-unstyled {
        margin: 10px 30px;
    }
    .post-list {
        padding: 0;
        margin: 0;
        padding-top: 50px;
    }
    .post-area ul {
        margin: 0;
        padding: 0;
    }
    .post-list li {
        list-style-type: none;
        border-bottom: 1px solid #DED5C8;
        padding-bottom: 15px;
        line-height: 2.0;
    }
    .post-list a {
        text-decoration: none;
        color: #3E3931!important;
        font-size: 18px;
    }
    .post-list .post-date {
        color: #A98561;
        font-size: 16px;
    }
    .post-list .badge {
        border-radius: 0;
        color: #FFFFFF;
        background-color: #4A3724!important;
        font-size: 12px;
    }
    .all-post-show-btn-area a {
        display: flex;
        position: relative;
        align-items: center;
        justify-content: end;
        text-decoration: none;
        color: #A98561 !important;
        font-size: 16px;
    }
    .all-post-show-btn-area span:last-child {
        padding-left: 5px;
        font-size: 14px;
    }
    .all-post-show-btn-area a:hover,
    .all-post-show-btn-area a:active {
        opacity: 0.5;
    }
    @media screen and (max-width:767px) {
        .post-area {
            text-align: center;
        }
        .post-area .list-unstyled {
            text-align: left;
        }
        .post-list:first-child {
            padding-top: 15px;
        }
    } /* お知らせ欄 */

/**
 *  人気メニュー
 */
    .recommend-section {
        background: linear-gradient(to right, #F9F6EF, #EDE9E5);
        width: 100%;
        z-index: 150;
        display: block;
        position: relative;
    }
    .recommend-area {
        max-width: 1300px;
        margin: auto;
    }
    .recommend-menu .slick-slide {
        margin-left: 30px;
        margin-right: 30px;
        display: inline-block;
        height: auto;
    }
    @media screen and (max-width:767px) {
        .recommend-menu>div {
            padding: 15px 30px;
        }
    }

/**
 *  施術項目
 */
    #treatment-section {
        scroll-margin-top: 80px;
    }
    .treatment-area {
        width: 100%;
        max-width: 1300px;
        margin: auto;
    }
    .treatment-area .row {
        --bs-gutter-x: 0rem;
    }
    .treatment-block {
        width: 100%;
        max-width: 400px;
        border: 1px solid #A98561;
        align-items: center;
        justify-content: space-between;
        padding: 30px 30px;
        text-decoration: none;
        color: #A98561 !important;
    }
    .treatment-block h5 {
        color: #A98561!important;
        margin: 0;
        font-size: 20px;
        margin-right: 15px;
    }
    .detail-btn {
        width: 50%;
        margin: auto;
        border: 1px solid #A98561;
        border-radius: 0;
        padding: 10px 15px;
        color: #A98561!important;
        text-decoration: none;
        display: block;
    }
    .detail-btn:hover {
        background: linear-gradient(to right, #A98561, #8B745E);
        color: #FFFFFF!important;
    }
    @media screen and (max-width:520px) {
        .treatment-block {
            margin-left: 15px;
            margin-right: 15px;
        }
        .treatment-block h5 {
            font-size: 18px;
        }
        .detail-btn {
            width: 80%;
        }
    } /* 施術項目 */

/**
 *  当院の特徴
 */
    .feature-section {
        scroll-margin-top: 80px;
        margin-bottom: 60px;
    }
    .feature-message {
        line-height: 2.0;
    }
    .feature-message img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .feature-message a {
        text-decoration: none;
        color: #A98561;
    }
    .feature-message .text-start {
        padding-left: 60px;
    }
    @media screen and (max-width:520px) {
        .feature-message .text-start {
            padding-left: 15px;
            padding-right: 15px;
            padding-top: 0;
        }
    }

/**
 *  アクセス
 */
    .access-section {
        scroll-margin-top: 80px;
        background: #FFFFFF;
    }
    .access-section .item-title {
        color: #A98561!important;
        font-size: 20px;
    }
    .access-section .row {
        background: #F9F9F6;
    }
    .access-section .item-block p {
        padding-top: 15px;
        font-size: 14px;
        color: #666666!important;
    }
    .access-section .item-block ul {
        padding: 15px 0 0 0;
        margin: 0;
        font-size: 14px;
        color: #666666!important;
    }
    .access-section .item-block ul li {
        padding: 5px 0;
        line-height: 2.0;
    }
    .access-section .item-info {
        padding: 40px 80px;
    }
    .access-section .item-block.logo {
        background: #FFFFFF;
        margin: auto;
        padding-bottom: 25px;
        text-align: center;
    }
    .access-section .item-block.logo img {
        max-width: 195px;
    }
    @media screen and (max-width:520px) {
        .feature-section {
            scroll-margin-top: 60px;
            margin-bottom: 30px;
        }

        .access-section .item-info {
            padding-top: 25px;
            padding-bottom: 25px;
            padding-left: 20px;
            padding-right: 20px;
        }
    }
    /* アクセス */

/**
 *  ご予約・ご相談
    style.cssに記述
 */
/**
 *  固定追従ヘッダー
 */
    .fixed-footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        height: 60px;
        background-color: #f8f9fa;
        border-top: 1px solid #dee2e6;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow-x: hidden;
    }
    .fixed-footer .row {
        height: 100%;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
    }
    .fixed-footer .footer-reserve-btn {
        background: linear-gradient(to right, #A98561, #8B745E);
    }
    .fixed-footer .footer-tel-btn {
        background: linear-gradient(to right, #3F2A05, #261902)
    }
    .fixed-footer a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #FFFFFF!important;
        padding: 15px;
        text-align: center;
    }
    .fixed-footer a>* {
        padding: 0 5px;
    } /* 固定追従ヘッダー */

/**
*  右サイドバー
*/
    .right-saidbar-block {
        position: fixed;
        right: 0;
        bottom: 25%;
        z-index: 200;
    }
    .right-saidbar-block ul {
        margin: 0;
        padding: 0;
        list-style-type: none;
    }
    .right-fixed-reserve-btn {
        background: linear-gradient(to right, #A98561, #8B745E);
    }
    .right-fixed-tel-btn {
        background: linear-gradient(to right, #3F2A05, #261902)
    }
    .right-fixed-reserve-btn, .right-fixed-tel-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        text-decoration: none;
        color: #FFFFFF!important;
        padding: 20px 5px;
        text-align: center;
        font-size: 14px;
        z-index: 150;
    }
    .right-fixed-reserve-btn > *,
    .right-fixed-tel-btn > * {
        padding: 0 2px;
    } /* 右サイドバー */

    .zix9999 {
        z-index: 9999;
    }

    .fixed-footer {
        z-index: 999;
    }

    .fixed-footer .row {
        height: 100%;
        --bs-gutter-x: 0;
        --bs-gutter-y: 0;
        margin-right: 0;
        margin-left: 0;
    }

    .footer-sub-menu-toggle-btn {
        z-index: 1!important;
    }

    .row {
        --bs-gutter-x: 0!important;
        --bs-gutter-y: 0!important;
        margin-right: 0!important;
        margin-left: 0!important;
    }

    .post, .page {
        overflow-x: hidden;
    }