@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
*/
@import url('https://fonts.googleapis.com/css2?family=Shippori+Mincho&family=Tangerine:wght@400;700&display=swap');

body:has(.home) {
    opacity: 0;
    transition: opacity 2s ease;
}
body:has(.home).loaded {
    opacity: 1;
}

/*news newマーク一覧 */
.new-mark .p-postList__title::before {
    content: "New!";
    display: inline-block;
    color: #e60033;
    margin-right: .5rem;
    padding: 0;
    font-size: 1em;
    vertical-align: text-bottom;
}

/*投稿ページ↓のカテゴリー表示をけす*/
div.p-articleFoot {
    display: none;
}

/*投稿一覧の日付表示*/
.p-postList__body {
    display: grid;
    grid-template-columns: auto 1fr;
}

@media screen and (max-width:600px) {
    .p-postList__body {
        display: grid;
        grid-template-columns: 1fr;
        grid-auto-rows: auto auto;
        gap: 0.5em;
    }
}

.p-postList__body .p-postList__meta {
    font-size: 1em !important;
    color: var(--color_text) !important;
    line-height: 24px;
    margin: 0;
    align-self: flex-start;
}

.p-postList__body .p-postList__meta * {
    padding: 0;
}

.p-postList__meta .u-thin {
    opacity: 1;
}

.icon-posted:before {
    display: none;
}

.p-postList__body .p-postList__cat {
    background-color: var(--color_main);
    color: white;
    padding: 0 5px;
    font-weight: 400;
    border-radius: 4px;
    font-size: 0.875em;
    line-height: 1.5;
}

.p-postList.-type-simple .p-postList__cat:before {
    display: none;
}

.p-postList.-type-simple .p-postList__title {
    padding-left: 1em;
	font-weight:500;
}

/*全体設定*/
body {
    font-family: "Shippori Mincho", serif;
    font-weight: 400;
    font-style: normal;
}

.l-header__logo,
.l-fixHeader__logo {
    padding: 8px 0 !important;
}
.c-pageTitle[data-style=b_bottom] .c-pageTitle__inner{
	border-bottom-color:#ed638f;
}
/*トップページ*/
.home [data-partsid="28"] {
    width: 60%;
    min-width: 300px;
}

@media (max-width:600px) {
    .home [data-partsid="28"] {
        width: 80%;
    }
}
.home [data-partsid="505"] {
    width: 60%;
    min-width: 300px;
}

@media (max-width:600px) {
    .home [data-partsid="505"] {
        width: 80%;
    }
}
.home #content {
    margin-bottom: 0;
}

.p-mainVisual__textLayer.l-parent.l-container {
    max-width: 1600px;
}

.l-header__inner.l-container,
.l-fixHeader__inner.l-container {
    max-width: none;
}

.home .is-style-section_ttl.home-h2 {
    font-size: clamp(1rem, 0.713rem + 1.31vw, 1.5rem);
    letter-spacing: .04em;
    text-align: center;
    line-height: 1.5;
    margin-bottom: 32px !important;
    font-weight: 400;
}

.home .is-style-section_ttl.home-h2::before {
    font-size: clamp(1.75rem, 0.746rem + 4.59vw, 3.5rem);
    line-height: 1.5;
    letter-spacing: .02em;
    content: attr(data-label);
    margin-top: -1.25em;
    position: relative;
    width: 100%;
    background: none;
}

.google-map {
    width: 100%;
    min-height: 200px;
    aspect-ratio: 16 / 9;
    margin: 0 auto 2em;
}

.contact-form {
    margin: 1em auto;
    max-width: 800px;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
}

.contact-form input[type="submit"] {
    width: 250px;
    background-color: var(--color_main);
    color: white;
    transition: background-color 0.3s ease, color 0.3s ease;
    margin-top: 1em;
}

.contact-form input[type="submit"]:hover {
    background-color: white;
    color: var(--color_main);
}

.contact-form .acceptamce {
    margin: 1em 0;
    border: 1px solid #999;
    padding: 1em;
}

.contact-form .wpcf7-list-item {
    margin: 0 1em 0 0;
}

.contact-form .wpcf7-not-valid-tip {
    font-weight: 600;
}

.home .free-les {
    font-size: clamp(1.125rem, 0.336rem + 3.61vw, 2.5rem) !important;
    margin-bottom: 0.5em;
}

.u-fz-14:has(i) {
    font-size: 1.5em;
}

#custom_html-2 {
    width: fit-content;
    margin-left: auto;
    margin-right: 0;
}

@media (max-width:959px) {
    #custom_html-2 {
        width: 100%;
    }
}
.ju-center .swell-block-box-menu__inner{
	justify-content:center;
}
#nav_menu-2 a {
    line-height: 1;
}