@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=Zen+Old+Mincho&family=Cormorant&display=swap");



.p-mainVisual__slideTitle {
    font-size: 2.2rem;
    line-height: 1.7;
    font-family: "Zen Old Mincho", serif;
    font-weight: medium;
    text-shadow: 0 2px 4px rgba(29, 12, 6, 0.4);
}


@media (max-width: 599px) {
    .p-mainVisual__slideTitle {
        font-size: 1.8rem;
        text-align: center;
    }
}

.p-mainVisual__slideText {
    line-height: 1.6;
    margin-top: 1.6rem;
    font-size: 1.1rem;
    font-family: "Zen Old Mincho", serif;
    font-weight: medium;
    text-shadow: 0 2px 4px rgba(29, 12, 6, 0.4);
}

@media (max-width: 599px) {
    .p-mainVisual__slideText {
        margin-top: 1.6rem;
        font-size: 1.1rem;
        text-align: center;
    }
}

.p-mainVisual__textLayer .swell-block-button {
    margin-top: 1.6rem !important;
    text-align: left;
}

.p-mainVisual__textLayer .swell-block-button a {
    color: #fff;
    min-width: 0;
    text-shadow: 0 2px 4px rgba(29, 12, 6, 0.4);
}

@media (max-width: 599px) {
    .p-mainVisual__textLayer .swell-block-button {
        text-align: center;
    }
}

.custom-title h2 {
    font-family: "Cormorant", serif;
    font-weight: 400;
    letter-spacing: 0.075em !important;
}

.custom-title-h3 {
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    border-bottom: 1px solid #a9a9a9 !important;
    padding-bottom: .5em !important;
}

.custom-border {
    border-bottom: solid 1px #333 !important;
    background-color: none !important;
    transform: rotate(90deg);
}

.custom-font-serif {
    font-family: "Zen Old Mincho", serif;
}

.custom-title-sub {
    font-family: "Zen Old Mincho", serif;
    line-height: 1.8 !important;
}

.top #content {
    padding-top: 0 !important;
}

.top .l-content {
    padding-top: 0 !important;
}



.c-fixBtn {
    border-color: #e57149;
    color: #e57149;
}

.c-fixBtn:hover {
    background-color: #e57149 !important;
    color: #fff !important;
}

.custom-clumn-wh{
	background:#fff;
}
.custom-clumn-wh{
align-self:normal !important;
}