@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 {
    background: none;
}

.l-header .l-header__inner {
    max-width: 100%;
    justify-content: flex-end;
}

.l-header .l-header__inner .l-header__logo {
    padding: 8px 0;
}

.l-header .l-header__inner .l-header__logo .c-headLogo .c-headLogo__link {
    display: none;
}

.l-header .l-header__inner .l-header__gnav {
    margin: 0;
}

.l-header .l-header__inner .l-header__gnav li a {
    padding: 0 16px;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

.l-fixHeader .l-fixHeader__inner {
    max-width: 100%;
    justify-content: flex-end;
}

.l-fixHeader .l-fixHeader__inner .l-fixHeader__logo .c-headLogo .c-headLogo__link {
    display: none;
}

.l-fixHeader .l-fixHeader__inner .l-fixHeader__gnav {
    margin: 0;
}

.l-fixHeader .l-fixHeader__inner .l-fixHeader__gnav li a {
    padding: 0 16px;
    color: #707070;
    font-weight: bold;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

.home .l-header .l-header__inner .l-header__menuBtn .c-iconBtn .c-iconBtn__icon:before {
    color: #ffffff;
}
.home .l-header .l-header__inner .l-header__gnav .c-gnav .menu-item a {
    color: #ffffff;
}

/* スクロール後に追加するクラス */
.home .l-header.is-black .l-header__inner .l-header__menuBtn .c-iconBtn .c-iconBtn__icon::before {
    color: #000000;
}

.p-spMenu .p-spMenu__inner .p-spMenu__closeBtn .c-iconBtn .c-iconBtn__icon::before {
    color: #000000;
}


/* ========== */
/* ===== パンくずリスト_フォント変更 ===== */
.p-breadcrumb ol li a {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

.p-breadcrumb ol li span {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

/* ===== スマホメニュータイトル背景色変更 ===== */
.p-spMenu .p-spMenu__inner .p-spMenu__body .c-widget__title {
    background: #707070;
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

.p-spMenu .p-spMenu__inner .p-spMenu__body .p-spMenu__nav .c-spnav li a {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
}

/* ========== */
/* ===== first-view ===== */
.p-mainVisual .p-mainVisual__inner .p-mainVisual__slide .p-mainVisual__imgLayer img {
    height: auto !important;
}

/* ========== */
/* ===== トップページ_プロフィール幅 ===== */
.profile_text_pc {
    max-width: 480px;
    margin: 0 auto;
}

.profile_text_sp {
    max-width: 320px;
    margin: 0 auto;
}

/* ===== トップページ_タイトル ===== */
.title_font {
    font-family: "Noto Sans JP", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400 !important;
    font-style: normal;
}

/* ===== アーカイブページのサブタイトル非表示 ===== */
.l-content .l-mainContent .l-mainContent__inner .c-pageTitle .c-pageTitle__inner .c-pageTitle__subTitle {
    display: none;
}

/* ========== */
/* ===== 非表示 ===== */
.display_none {
    display: none;
}

/* ========== */
/* ===== footer＿リンクデザイン ===== */
.l-footer__foot .l-container .l-footer__nav li a {
    text-decoration: none !important;
    border: 1px solid #ffffff;
}

/* ========== */
/* ===== SNSシェア ===== */
.c-shareBtns__list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    max-width: 320px;
    margin: 0 auto;
    list-style: none;
    padding-left: 0;
}

.c-shareBtns__list .c-shareBtns__item {
    background: transparent;
    transition: 0.25s;
    margin: 0;
}

.c-shareBtns__list .c-shareBtns__item:not(:last-child) {
    margin-right: 8px;
}

.c-shareBtns__list .c-shareBtns__item .c-shareBtns__btn {
    display: flex;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    padding: 8px 0;
    box-shadow: none !important;
}

.c-shareBtns__list .c-shareBtns__item .c-shareBtns__btn .c-shareBtns__icon {
    display: block;
    font-size: 18px;
    height: 1em;
    line-height: 1;
    margin: auto;
    width: 1em;
}

.c-shareBtns__list .-facebook .c-shareBtns__btn .c-shareBtns__icon::before {
    content: "\e901";
    color: #3b5998;
}

@media (min-width: 961px) {
    .c-shareBtns__list .-facebook:hover {
        background-color: #3b5998;
    }

    .c-shareBtns__list .-facebook:hover .c-shareBtns__btn .c-shareBtns__icon::before {
        color: #ffffff;
    }
}

.c-shareBtns__list .-twitter-x .c-shareBtns__btn .c-shareBtns__icon::before {
    content: "\e926";
    color: #000000;
}

@media (min-width: 961px) {
    .c-shareBtns__list .-twitter-x:hover {
        background-color: #000000;
    }

    .c-shareBtns__list .-twitter-x:hover .c-shareBtns__btn .c-shareBtns__icon::before {
        color: #ffffff;
    }
}

.c-shareBtns__list .-line .c-shareBtns__btn .c-shareBtns__icon::before {
    content: "\e907";
    color: #00c300;
}

@media (min-width: 961px) {
    .c-shareBtns__list .-line:hover {
        background-color: #00c300;
    }

    .c-shareBtns__list .-line:hover .c-shareBtns__btn .c-shareBtns__icon::before {
        color: #ffffff;
    }
}

/* ========== */
/* ===== Google recaptchaバッジ非表示 ===== */
.grecaptcha-badge {
    visibility: hidden;
}

/* ========== */
/* ===== Smash Balloon Instagram Feed フォローボタン調整 ===== */
#sb_instagram #sbi_load .sbi_follow_btn a {
    margin-top: 0;
}

/* ========== */
/* ===== お問い合わせフォーム ===== */
.wpcf7 {
    margin: 0 !important;
    padding-bottom: 64px;
    width: 100%;
    display: block;
    background: transparent;
    border: none;
}

@media (max-width: 600px) {
    .wpcf7 {
        padding-bottom: 40px;
    }
}

.wpcf7 .wpcf7-form {
    margin: 0;
    width: 100%;
    display: block;
}

.wpcf7 .wpcf7-form .form_list {
    max-width: 960px;
    margin: 0 auto;
}

.wpcf7 .wpcf7-form .form_list .inner {
    margin-bottom: 48px;
    width: 100%;
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .form_list .inner {
        margin-bottom: 24px;
    }
}

.wpcf7 .wpcf7-form .form_list .inner dt {
    margin-bottom: 8px;
    width: 100%;
    display: flex;
    align-items: center;
    letter-spacing: 0.1em;
    line-height: 1.5;
    font-size: 16px;
    font-weight: bold;
    color: #707070;
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .form_list .inner dt {
        margin-bottom: 16px;
        width: 100%;
        font-size: 14px;
    }
}

.wpcf7 .wpcf7-form .form_list .inner dt .required {
    margin-right: 16px;
    padding: 4px 8px;
    background: #c50909;
    line-height: 2;
    font-weight: bold;
    font-size: 12px;
    color: #ffffff;
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-select {
    max-width: 100%;
    padding: 8px 16px;
    border: 1px solid #707070;
    border-radius: 4px;
    font-size: 16px;
    display: block;
    background: transparent;
    color: #707070;
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-select {
        font-size: 14px;
    }
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-form-control {
        width: 100%;
    }
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
    font-size: 16px;
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-form-control::placeholder {
        font-size: 14px;
    }
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .p-extended-address,
.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-tel,
.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-email {
    max-width: 100%;
    width: 100%;
    background: transparent;
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-text,
.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-textarea {
    padding: 8px 16px;
    border: 1px solid #707070;
    border-radius: 2px;
    font-size: 16px;
    background: transparent;
}

@media (max-width: 600px) {

    .wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-text,
    .wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-textarea {
        font-size: 14px;
    }
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap input:focus {
    font-size: 16px;
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .p-postal-code {
    width: 120px;
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-textarea {
    max-width: 100%;
    width: 100% !important;
    height: 300px !important;
}

.wpcf7 .wpcf7-form .form_list .inner dd .wpcf7-form-control-wrap .wpcf7-not-valid-tip {
    margin-top: 4px;
}

.wpcf7 .wpcf7-form .privacy {
    text-align: center;
}

.wpcf7 .wpcf7-form .privacy a {
    margin-left: 1.2em;
    display: inline-block;
    margin-bottom: 4px;
    font-size: 16px;
    color: #707070;
    transition: 0.3s;
    font-weight: bold;
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .privacy a {
        font-size: 14px;
    }
}

.wpcf7 .wpcf7-form .privacy a:hover {
    text-decoration: none;
    opacity: 0.8;
}

.wpcf7 .wpcf7-form .privacy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item {
    margin: 0;
}

.wpcf7 .wpcf7-form .privacy .wpcf7-form-control-wrap .wpcf7-checkbox .wpcf7-list-item label .wpcf7-list-item-label {
    line-height: 1;
}

.wpcf7 .wpcf7-form .decision {
    position: relative;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 400px;
    margin-top: 40px;
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .decision {
        width: 240px;
        margin-top: 24px;
    }
}

.wpcf7 .wpcf7-form .decision .wpcf7-submit {
    padding: 0;
    width: 100%;
    height: 56px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: transparent;
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.25);
    font-size: 20px;
    font-weight: bold;
    color: #707070;
    transition: 0.3s;
}

.wpcf7 .wpcf7-form .decision .wpcf7-submit:hover {
    background: #707070;
    color: #ffffff;
}

@media (max-width: 600px) {
    .wpcf7 .wpcf7-form .decision .wpcf7-submit {
        height: 48px;
        font-size: 16px;
    }
}

.wpcf7 .wpcf7-form .decision .wpcf7-spinner {
    position: absolute;
    top: 0;
    right: -60px;
    z-index: 1;
}

.wpcf7 .wpcf7-form .wpcf7-response-output {
    border: 1px solid;
    line-height: 1.5;
}

.wpcf7 .wpcf7-form .recaptcha-policy {
    margin-top: 1.5em;
    margin-bottom: 0;
    line-height: 1.5;
    text-align: center;
    font-size: 0.8em;
    letter-spacing: -0.01em;
}

.wpcf7 .invalid .wpcf7-response-output {
    border-color: #dc3232 !important;
}