@charset "UTF-8";
/*
    Template: swell
    Theme Name: SWELL CHILD
    Theme URI: https://swell-theme.com/
    Description: SWELLの子テーマ
    Version: 1.0.0
    Author: LOOS WEB STUDIO
    Author URI: https://loos-web-studio.com/

    License: GNU General Public License
    License URI: http://www.gnu.org/licenses/gpl.html
*/

/* ----------------------------------------------------

    このファイルには全ページ共通スタイルのみ記述します 

    例）
    header
    ハンバーガーメニュー
    フッター
    コンタクトセクション

------------------------------------------------------*/


/*--------------- 
    ヘッダー
------------------*/

/* ヘッダーロゴ */
.l-header__logo,
.l-fixHeader__logo {
    position: relative;
}

/* ヘッダーロゴ横テキスト */
.l-header__logo::after {
    content: "四ッ谷駅徒歩5分";
    position: absolute;
    top: 50%;
    right: -50%;
    translate: 0% -50%;
    padding: 8px 16px;

    font-family: "Zen Old Mincho";
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}
/* 追従ヘッダーロゴ横テキスト */
.l-fixHeader__logo::after {
    content: "四ッ谷駅徒歩5分";
    position: absolute;
    top: 50%;
    right: -50%;
    translate: 0% -50%;
    padding: 8px 16px;

    font-family: "Zen Old Mincho";
    font-weight: 500;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
}

/* ヘッダーナビテキストスタイル */
.c-gnav>.menu-item>a .ttl {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

/* ヘッダーナビホバースタイル */
.c-gnav>.menu-item>a:after {
    bottom: 20px;
}

/* ドロップダウンメニューテキスト */
.c-gnav .sub-menu .ttl {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #FFFFFF;
}

/* ドロップダウンメニュースタイル */
.c-gnav .sub-menu li {
    padding: 8px 30px 8px 4px;
    border-bottom: 1px solid #FFFFFF;
    position: relative;
    background: #051F32;
    transition: 0.3s;
}

.c-gnav .sub-menu li:last-of-type {
    border-bottom: none;
}

/* ドロップダウンメニューホバー時 */
.c-gnav .sub-menu li:hover {
    opacity: 0.7;
}

/* ヘッダーレスポンシブ調整 */
@media (max-width:1399px) {
    .l-header__inner.l-container,
    .l-fixHeader__inner.l-container {
        padding: 0 5px !important;
    }
}

@media (max-width:1300px) {
    .c-gnav>.menu-item>a .ttl {
        font-size: 13px;
    }

    .l-header__logo::after,
    .l-fixHeader__logo::after {
        content: "四ッ谷駅\A徒歩5分";
        white-space: pre;
        right: -20%;
        font-size: 14px;
        padding: 4px 6px;
    }
}

@media (max-width:1024px) {
    .c-headLogo,
    .l-fixHeader .c-headLogo {
        height: 55px;
    }
}

@media (max-width:959px) {
    .c-headLogo,
    .l-fixHeader .c-headLogo {
        height: 75px;
    }
    .l-header__logo::after,
    .l-fixHeader__logo::after {
        font-size: 12px;
    }

    .l-header__inner.l-container,
    .l-fixHeader__inner.l-container {
        padding: 0 !important;
        max-height: 70px;
    }

    .l-header__menuBtn {
        width: 70px;
        height: 70px;
    }
}

@media (max-width:599px) {
	    .l-header__logo,
    .l-fixHeader__logo {
        padding:0;
    }
    .l-header__logo::after,
    .l-fixHeader__logo::after {
        right: -25%;
    }
}

@media (max-width:399px){
	    .l-header__logo::after,
    .l-fixHeader__logo::after {
        font-size: 10px;
    }
}

/*-----------------------
    ハンバーガーメニュー
--------------------------*/

/* 上部タイトル削除 */
.c-widget__title.-spmenu {
    display: none;
}

/* ナビメニュー上部余白 */
/* .p-spMenu__nav {
    margin-top: 20px;
} */

/* 閉じるボタンサイズ */
.p-spMenu__closeBtn .c-iconBtn__icon {
    font-size: 30px;
}

/* 閉じるボタン位置 */
.-right .p-spMenu__closeBtn {
    width: 70px;
    height: 70px;
    /* right: 10px; */
    color: #fff;
    background-color: #051F32;
}

/* 上部背景色 */
.p-spMenu__inner::before {
    background: #fff;
}

/* 開閉アイコン既存スタイル削除 */
.c-submenuToggleBtn:after {
    border: none;
}


/* 開閉クリックエリアを全体に */
.c-submenuToggleBtn {
    width: 100%;
    height: 100%;
}

/* 開閉アイコン 閉じてるとき*/
.c-submenuToggleBtn:before {
    content: "\e904";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: #051F32;
}

/* 開閉アイコン 開いてるとき*/
.c-submenuToggleBtn.is-opened:before {
    content: "\e904";
    transform: rotate(-180deg) translateY(50%);
    color: #051F32;
}

/* メニューテキストスタイル */
.c-spnav a {
    font-family: "Zen Old Mincho";
    font-weight: 500;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.04em;
    color: #051F32;
    border-color: #4A3D3733;
    padding: 16px 0;
}

/* サブメニューテキストスタイル */
.c-spnav .sub-menu a {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #051F32;
    border-bottom: none;
    padding: 12px 20px;
    position: relative;
}

.c-spnav .sub-menu a::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 8px;
    height: 1px;
    background-color: #051F32;
}

/* 表示領域調整 */
.p-spMenu__body {
    padding: 0;
    background-color: #4A3D37;
}

.p-spMenu__nav {
    padding: 20px 27.5px 10px 27.5px;
    background-color: #fff;
}

.p-spMenu__bottom {
    margin-top: 0;
}

.sp-menu-icon.wp-block-group {
    padding-bottom: 40px;
}



/*-----------------------
    footer
--------------------------*/

/* フッター前ウィジェット余白削除 */
#before_footer_widget {
    margin: 0 !important;
}

#footer {
    background-color: #051F32;
}

.l-footer {
    z-index: 1;
    /* 追従バナーを表示させるため */
}

.footer__wrapper {
    max-width: 1240px;
    width: 100%;
    padding: 70px 20px 100px 20px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-left {
    max-width: 300px;
    width: 100%;
}

.footer__icon {
    display: block;
    margin-bottom: 18px;
}

.footer__icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-info {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 28px;
}

.footer-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 420px;
    width: 100%;
}

.footer-nav li {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0.1em;
    color: #fff;
    margin-bottom: 30px;
    transition: 0.3s;
}

.footer-nav li:hover {
    opacity: 0.5;
}

.footer-subject {
    opacity: 1 !important;
}

.footer-nav .footer-sub-menu {
    font-size: 16px;
    padding-left: 1em;
    position: relative;
}

.footer-nav .footer-sub-menu::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    translate: 0 -50%;
    width: 8px;
    height: 1px;
    background-color: #fff;
}


.l-footer__foot {
    background-color: #FFFFFF1A;
    font-family: "Zen Old Mincho";
    font-weight: 500;
    font-size: 13px;
    line-height: 1;
    letter-spacing: 0.05em;
    color: #FFF;
    border-top: 1px solid #FFFFFF66;
    padding: 20px 0;
}



@media (max-width:959px) {
    .footer__wrapper {
        flex-direction: column;
        padding: 48px 20px;
    }

    .footer-left {
        max-width: 500px;
        margin: 0 auto;
        margin-bottom: 48px;
    }

    .footer-right {
        max-width: 500px;
        margin: 0 auto;
    }

    .footer__icon {
        margin-bottom: 48px;
    }

    .footer-info {
        font-size: 14px;
        text-align: center;
        margin-bottom: 48px;
    }

    #footer .link-btn {
        max-width: none;
    }

    .footer-nav li {
        font-size: 14px;
    }

    .footer-nav .footer-sub-menu {
        font-size: 14px;
    }

    .l-footer__foot {
        font-weight: 400;
        font-size: 12px;
        line-height: 1.8;
        letter-spacing: 0.05em;
        color: #FFF;
    }
}

/*-----------------------
    Contactセクション
--------------------------*/
.contact {
    width: 100%;
    padding: 80px 20px;
    background: linear-gradient(226.68deg, #857966 -13.54%, #4A3D37 47.58%);
}

.contact__wrapper {
    max-width: 1100px;
    margin: 0 auto;
}

.contact__title-area {
    margin-bottom: 48px;
}

.contact__title {
    font-family: "Cormorant Garamond";
    font-weight: 400;
    font-size: 65px;
    line-height: 1;
    letter-spacing: 0.05em;
    background: linear-gradient(180deg, #EDDDB2 0%, #9C7A52 100%);
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    text-align: center;
}

.contact__sub-title {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 18px;
    line-height: 1.8;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
    display: block;
}

.contact__text {
    font-family: "Zen Old Mincho";
    font-weight: 400;
    font-size: 20px;
    line-height: 2.4;
    letter-spacing: 0.1em;
    color: #FFFFFF;
    text-align: center;
    margin-bottom: 48px;
}

.contact__text span {
    font-weight: 700;
}

.contact__banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 5%;
}

.contact__banner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact__banner-tel {
    display: block;
    max-width: 290px;
    width: 30%;
    position: relative;
}

.contact__banner-tel::before {
    content: "";
    position: absolute;
    top: 50%;
    /* bottom: 0; */
    right: -10%;
    translate: 0 -55%;
    width: 1px;
    height: 90px;
    background-color: #fff;
}

.contact__banner-line {
    display: block;
    max-width: 360px;
    width: 30%;
    transition: 0.3s;
}

.contact__banner-form {
    display: block;
    max-width: 360px;
    width: 30%;
    transition: 0.3s;
}
.contact__banner-line:hover,
.contact__banner-form:hover{
    opacity: 0.5;
} 

@media (max-width:959px) {
    .contact__title {
        font-size: 52px;
    }

    .contact__text {
        font-size: 16px;
        line-height: 2;
    }

    .contact__banner {
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 24px;
    }

    .contact__banner-tel {
        border: 1px solid #fff;
        width: 100%;
        max-width: 400px;
        padding: 10px 57px;
    }

    .contact__banner-tel::before {
        display: none;
    }

    .contact__banner-line {
        width: 100%;
        max-width: 400px;
    }

    .contact__banner-form {
        width: 100%;
        max-width: 400px;
    }
}






/* google-recaptcha */
.grecaptcha-badge {
    visibility: hidden;
}