@charset "UTF-8";

/*
Theme Name: astra-child
Template: astra
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* ボデー全幅設定 */
.ast-container {
    padding: 0 !important;
    max-width: 100% !important;
    margin: 0 !important;
    width: 100% !important;
}

.ast-site-title-wrap {
    display: none;
}

/* headerメニュー用 */
.ast-builder-grid-row {
    display: grid;
    grid-template-columns: auto auto;
    align-items: center;
    grid-column-gap: 20px;
    overflow-wrap: anywhere;
    /* padding: 0em 5em; */
}

.top_image {
    display: flex;
}

.top {
    position: relative;
}

/* スマホ時TOP非表示 */
.sm_top {
    display: none;
}

.top p {
    position: absolute;
    z-index: 12;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: -moz-fit-content;
    font-size: 4em;
    color: #fff;
    margin: 0;
    font-family: serif;
    text-shadow: 5px 5px 9px #000000;
    line-height: 1.4em;
}

.tracking-in-expand-fwd-top {
    animation: tracking-in-expand-fwd-top 0.8s cubic-bezier(0.215, 0.61, 0.355, 1) both;
}

@keyframes tracking-in-expand-fwd-top {
    0% {
        letter-spacing: -0.5em;
        transform: translateZ(-700px) translateY(-500px);
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        transform: translateZ(0) translateY(0);
        opacity: 1;
    }
}

.left_slide {
    width: 100%;
}

.right_slide {
    width: 100%;
}

/* TOPテキスト用 */
.tracking-in-expand {
    -webkit-animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
    animation: tracking-in-expand 0.7s cubic-bezier(0.215, 0.61, 0.355, 1) 1s both;
}

@keyframes tracking-in-expand {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

.tracking-in-expand-delay {
    -webkit-animation: tracking-in-expand-delay 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s both;
    animation: tracking-in-expand-delay 1s cubic-bezier(0.215, 0.61, 0.355, 1) 2s both;
}

@keyframes tracking-in-expand-delay {
    0% {
        letter-spacing: -0.5em;
        opacity: 0;
    }
    40% {
        opacity: 0.6;
    }
    100% {
        opacity: 1;
    }
}

/* スクロールダウンの位置 */
.scroll {
    position: absolute;
    text-align: center;
    z-index: 15;
    top: 80%;
    color: #fff;
    left: 50%;
    transform: translate(-50%, -50%);
    text-shadow: 3px 3px 3px #000000;
}
/* 矢印のアニメーション部分 */
.scroll::before {
    animation: scroll 2s infinite;
    border-bottom: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    content: "";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}
/* 矢印のアニメーション */
@keyframes scroll {
    0% {
        opacity: 0;
        transform: rotate(-45deg) translate(0, 0);
    }
    40% {
        opacity: 1;
    }
    80% {
        opacity: 0;
        transform: rotate(-45deg) translate(-20px, 20px);
    }
    100% {
        opacity: 0;
    }
}

/* feature */

.features {
    position: relative;
    padding-bottom: 1em;
    width: 80%;
    margin: 0 auto;
}

.features p {
    position: relative;
    z-index: 4;
    margin-left: auto;
    width: max(320px, 30em);
    max-width: 100%;
    font-feature-settings: "palt";
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: max(14px, 20px);
    padding: 5em 2em 0em 2em;
    margin-bottom: 0;
}

.features h1 {
    font-size: 3.5em;
    font-weight: 600;
    letter-spacing: 0em;
    margin: 0;
    top: -8%;
    left: 15%;
    position: absolute;
}

.fea_text {
    position: relative;
    width: 1400px;
    max-width: 100%;
    margin: 15em auto;
    background-color: #e5e5e5de;
    font-family: serif;
    /* margin: 15em 0em 10em 0em; */
}

.fea_img {
    display: flex;
    align-items: flex-start;
    margin: -12em 0;
    justify-content: center;
    padding-bottom: 3em;
}

.pic1 {
    position: relative;
    z-index: 2;
    width: 40%;
    height: auto;
    aspect-ratio: 484 / 669;
}

.pic2 {
    position: relative;
    margin-top: 10.3125rem;
    margin-left: -2.75rem;
    margin-bottom: 0em;
    z-index: 3;
    width: 40%;
    height: auto;
    aspect-ratio: 394.5 / 526;
}

.side_img {
    position: absolute;
    width: 118%;
    left: 50%;
    transform: translate(-50%, 0%);
    z-index: 0;
    height: 100%;
    max-width: 1700px;
}

.left_img {
    height: 700px;
    /* margin: 24em 1em; */
    opacity: 0.3;
}

.right_img {
    opacity: 0.3;
    position: absolute;
    height: 700px;
    transform: rotate(-180deg);
    right: 0%;
    bottom: 6%;
}
.feature_bg {
    position: absolute;
    overflow: hidden;
    z-index: -1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50rem;
    object-fit: cover;
}

.select {
    font-family: serif;
    /* background-color: #f0f0f0; */
    width: 100%;
    padding: 7em 0em;
    margin: 7em auto;
}

.select_img img {
    height: 1800px;
    object-fit: cover;
    left: 0%;
    position: relative;
}

.select_container {
    display: flex;
}

.select_container h1 {
    text-align: center;
}

.case_container h1 {
    margin: 2em;
}

.case {
    display: flex;
    justify-content: space-evenly;
    width: auto;
    margin-top: 1em;
    margin-bottom: 1em;
}

.case_text {
    width: 65%;
    text-align: center;
    padding: 1em 0;
}

.case_text h2 {
    margin-bottom: 1em;
}

.case_text P {
    background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #fff 50%, #fff 100%), /* 点線1の色 */ linear-gradient(180deg, #ccc 1px, transparent 1px); /* 点線2の色と太さ */
    background-size: 8px 100%, /* 点線1のサイズ */ 100% 2.5em; /* 点線2のサイズ */
    line-height: 2.5em; /* 文字の高さ */
    padding-bottom: 1px; /* 最終行の下にも罫線を引く */
    text-align: left;
}

.case_img {
    width: 50%;
    text-align: center;
}

.case_rev {
    display: flex;
    justify-content: space-evenly;
    width: auto;
    margin-top: 1em;
    flex-direction: row-reverse;
}

.Join {
    font-family: serif;
    background-color: #f0f0f0;
    width: 100%;
    padding: 7em 0em;
    margin: 7em auto;
}

.join_container {
    background-color: #fff;
    width: 80%;
    margin: 0 auto;
    padding: 2em;
}

.join_container h1 {
    text-align: center;
    margin-top: 1em;
}

.join_container h2 {
    text-align: center;
    margin-top: 2em;
    margin-bottom: 1em;
}

.join_step_container {
    display: flex;
    text-align: center;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
}

.join_step {
    background-color: #165e83;
    color: #fff;
    border-radius: 1em;
    padding: 1em;
    width: 19%;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.join_step img {
    width: 50%;
    margin: 1em;
}

.join_step p {
    margin: 0;
}

.join_step h4 {
    margin-top: 0.5em;
    margin-bottom: 1em;
    background-color: #fff;
    border-radius: 1em;
    padding: 5px;
}

.join_text {
    display: flex;
    justify-content: center;
}

.join_text p {
    position: relative;
    z-index: 2;
    max-width: 100%;
    font-feature-settings: "palt";
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: max(14px, 20px);
    margin-bottom: 0;
}

.join_text_r {
    position: relative;
    z-index: 2;
    width: max(320px, 30em);
    max-width: 100%;
    font-feature-settings: "palt";
    font-weight: 600;
    line-height: 1.8;
    letter-spacing: 0em;
    font-size: max(14px, 20px);
    margin-bottom: 0;
    margin-left: auto;
}

.join_text_img {
    display: flex;
    margin: -4em 0;
    justify-content: center;
    position: relative;
    z-index: 0;
}

.price_menu {
    margin-top: 3em;
    display: flex;
    justify-content: space-evenly;
}

.triangle_group {
    display: flex;
    justify-content: center;
    margin: auto 5px;
}

.triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #555555;
    border-right: 0;
}

/* .price_list {
    display: flex;
    justify-content: center;
    align-items: center;
} */

.price_list p {
    margin: 0;
    text-align: center;
    font-weight: 700;
    font-size: large;
}

.price_list h4 {
    margin: 0 !important;
}

.price_list table {
    margin: 0;
}

.button1 a {
    display: block;
    width: 35%;
    text-align: center;
    margin: 5em auto;
    padding: 1em;
    text-decoration: none !important;
}
.btn--orange,
a.btn--orange {
    color: #fff;
    background-color: #871d1d;
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
}

.joining_fee {
    width: 50%;
    text-align: center;
    margin: 1em auto;
}

.usage_fee {
    width: 50%;
    text-align: center;
    margin: 1em auto;
}

.access {
    font-family: serif;
    width: 100%;
    margin: 7em auto;
    text-align: center;
}

.access iframe {
    width: 100%;
    height: 800px;
}

.access_txt {
    margin: 1em auto;
}

.access_txt p {
    margin: 0;
}

.access_txt img {
    width: 1%;
    margin-right: 0.2em;
    margin-bottom: 0.3em;
}

/* 予約button装飾用 */
.button {
    background-color: #fff;
    box-shadow: 0px 10px 10px -6px rgb(255, 255, 255);
}

.button a {
    background: #eee;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 250px;
    padding: 10px 25px;
    font-family: "Noto Sans Japanese";
    color: #333;
    line-height: 1.8;
    text-decoration: none;
    transition: 0.3s ease-in-out;
    font-weight: 500;
}
.button a:hover {
    background: #333;
    color: #fff;
}
.button a:after {
    content: "";
    width: 5px;
    height: 5px;
    border-top: 3px solid #333;
    border-right: 3px solid #333;
    transform: rotate(45deg) translateY(-50%);
    position: absolute;
    top: 50%;
    right: 20px;
    border-radius: 1px;
    transition: 0.3s ease-in-out;
}
.button a:hover:after {
    border-color: #fff;
}

.header .custom-logo-link img {
    max-width: 150px !important;
    width: 150px !important;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1180px) {
    .fea_img {
        display: flex;
        align-items: flex-start;
        margin: -12em 0;
        justify-content: center;
        padding-bottom: 3em;
        margin-top: 2em;
    }

    .features h1 {
        font-size: 2.5em;
    }

    .triangle {
        display: none;
    }

    .joining_fee {
        width: 90%;
        text-align: center;
        margin: 1em auto;
    }

    .usage_fee {
        width: 90%;
        text-align: center;
        margin: 1em auto;
    }
}

@media (max-width: 922px) {
    .ast-container {
        max-width: 100% !important;
    }

    .join_step_container {
        display: inline;
    }

    .join_step {
        background-color: #165e83;
        color: #fff;
        border-radius: 1em;
        padding: 1em;
        width: 40%;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
        margin: 1em auto;
    }
}

/*834px以下*/
@media screen and (max-width: 834px) {
    .features h1 {
        font-size: 2em;
        top: -5%;
    }
}

/*480px以下*/
@media screen and (max-width: 480px) {
    .ast-mobile-header-wrap .ast-mobile-header-content,
    .ast-desktop-header-content {
        background-color: transparent;
    }

    .scroll {
        top: 600px;
        display: none;
    }

    .top {
        display: none;
    }

    .sm_top {
        display: block;
    }

    .tracking-in-expand-fwd-top {
        display: none;
    }

    .side_img {
        position: absolute;
        width: 90%;
        left: 50%;
        transform: translate(-50%, 0%);
        z-index: 0;
        height: 100%;
    }

    .right_img {
        opacity: 0.3;
        position: absolute;
        height: 500px;
        transform: rotate(-180deg);
        right: 0%;
        bottom: 8%;
    }

    .left_img {
        height: 500px;
        opacity: 0.3;
        margin-top: 1em;
    }

    .fea_img {
        display: flex;
        align-items: flex-start;
        margin: -12em 0;
        justify-content: center;
        padding-bottom: 3em;
        margin-top: 2em;
    }

    .fea_text {
        margin: 1em auto;
    }

    .ast-builder-layout-element .ast-site-identity {
        margin-left: 30px !important;
    }

    .features {
        width: 95%;
    }

    .features p {
        padding: 2em 2em 0em 2em;
    }

    .feature_bg {
        display: none;
    }

    .pic1 {
        width: 40%;
    }

    .pic2 {
        width: 40%;
    }

    .select_img {
        display: none;
    }

    .join_step {
        background-color: #165e83;
        color: #fff;
        border-radius: 1em;
        padding: 1em;
        width: 70%;
        box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.35);
        margin: 1em auto;
    }

    .join_container {
        background-color: #fff;
        width: 95%;
        margin: 0 auto;
        padding: 1.5em;
    }

    .button1 a {
        display: block;
        width: 100%;
        text-align: center;
        margin: 5em auto;
        padding: 1em;
        text-decoration: none !important;
    }

    .joining_fee {
        width: 100%;
        text-align: center;
        margin: 1em auto;
    }

    .usage_fee {
        width: 100%;
        text-align: center;
        margin: 1em auto;
    }

    .case_text {
        width: 80%;
    }
}
