@charset "UTF-8";

/* ==================
main contents
=====================*/

/* Steps */
.steps {
    position: relative;
    background-color: #fff;
    padding: 0 8% 40px;
    z-index: 0;
    margin-top: 60px;
}

.flowtitle {
    font-size: 1.6rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    margin-top: 50px;
    z-index: 1;
}

.flowtitle::before {
    background: var(--primary-title-green, #385723F7);
    content: '';
    display: block;
    width: 2px;
    height: 19px;
    margin-right: 8px;
}

.steps__headline {
    display: flex;
    align-items: baseline;
}

.steps__number {
    color: var(--Step_number, rgba(56, 87, 35, 0.60));
    font-size: 3.0rem;
    font-weight: 500;
    margin-right: 10px;
}

.steps__item {
    margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}


/* 四角１(yellow) */
.steps::before {
    content: "";
    position: absolute;
    top: -30px;
    left: 30px;
    width: 236px;
    height: 221px;
    background-color: var(--primary-desgin-green);
    z-index: -1;
}

.intro_pic {
    width: 151px;
    height: auto;
    position: absolute;
    top: -10px;
    left: 200px;
}

.steps__title {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 1.12px;
}


.sub__bodytxt {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%;
    /* 24px */
    letter-spacing: 1.12px;
}


@media screen and (min-width: 769px) {
    .steps {
        margin-top: 100px 5%;
        display: flex;
    }

    .steps::before {
        content: "";
        position: absolute;
        top: 6px;
        left: 100px;
        width: 428px;
        height: 411px;
        background-color: var(--primary-desgin-green);
        z-index: -1;
    }

    .flow__container {
        width: 40%;
    }

    .steps__container {
        width: 60%;
    }

    .flowtitle {
        writing-mode: vertical-rl;
        text-orientation: upright;
        display: block;
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 2rem;
        margin-left: 150px;
    }

    .flowtitle::before {
        width: 2px;
        height: 250px;
    }

    .intro_pic {
        width: 150px;
        height: auto;
        position: absolute;
        top: 350px;
        left: 150px;
    }

    .steps__title {
        color: var(--primary-body-green rgba(56, 87, 35, 0.97));
        font-size: 2.4rem;
        font-weight: 400;
        display: flex;
        align-items: center;
    }
    .sub__bodytxt {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 200%;
        /* 32px */
        letter-spacing: 1.12px;
        padding: 20px 20px 20px 0;
    }

    .steps__item{ 
        margin-top: 20px;
    }
}

/* PC 表示 ７６９px*/

@media screen and (min-width: 1200px) { 
    .intro_pic {
        width: 292px;
        height: 194px;
        position: absolute;
        top: 350px;
        left: 190px;
    }
}

/* PC 1200px */


/* ===================
相談にあたって
＝＝＝＝＝＝＝＝＝＝＝＝＝ */

/* 開室日 */

.info {
    background: #F9F7F3;
    padding: 40px 6% 55px;
}

.info__container {
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.info__container::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 50%;
    height: 60px;
    background-color: var(--primary-design-yellow);
    z-index: -1;
}

.sub__title {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 150%;
    /* 24px */
    letter-spacing: 1.12px;
    display: flex;
    position: relative;
}

.sub__title::before {
    background: var(--primary-title-green, #385723F7);
    content: '';
    display: block;
    width: 2px;
    height: 19px;
    margin-right: 8px;
}

/* テーブル */

.schedule-table {
    width: 100%;
    max-width: 580px;
    border-collapse: collapse;
    margin: 20px auto;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
    margin-top: 50px;
}

.schedule-table th,
.schedule-table td {
    border: 1px solid #ccc;
    padding: 7px;
    font-size: 1.1rem;
    text-align: center;
}

.schedule-table thead th {
    background: var(--primary-desgin-green);
    color: var(--primary-body-green);
    font-weight: bold;
}

.schedule-table tbody th {
    background-color: rgba(148, 171, 113, 0.40);
    color: var(--primary-body-green);
    font-weight: 400;
}

.circle {
    display: inline-block;
    width: 16px;
    height: 16px;
    background-color: rgba(148, 171, 113, 0.8);
    /* ○の色 */
    border-radius: 50%;
    margin-top: 7px;
}

.schedule__text {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 200%; /* 28px */
    letter-spacing: 0.98px;

}

/* Price */


.price__container {
    margin-top:80px ;
    position: relative;
    z-index: 1;
    padding: 0 20px;
}

.price__container::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0px;
    width: 50%;
    height: 60px;
    background-color: var(--primary-design-yellow);
    z-index: -1;
}
.price {
    font-size: 1.8rem;
    font-weight: 600;
    margin-top: 40px;
    text-align: center;
}

.price__text {
    display: block;
    margin: 0 auto;
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 200%; /* 28px */
    letter-spacing: 0.98px;
    margin-top: 20px;
}

@media screen and (min-width: 769px) {

    .info {
        background: #F9F7F3;
        padding: 40px 6% 120px;  
    }

    .price__container {
        margin-top: 100px;
    } 

    .info__container,
    .price__container {
        display: flex;
        justify-content:flex-start;
        align-items: center;
        gap: 120px;
        margin: 60px auto;
        max-width: 80%;
        position: relative;
    }

    .info__container::before,
    .price__container::before  {
        content: "";
        position: absolute;
        top: -18px;
        left: 94px;
        width: 236px;
        height: 221px;
        background-color: var(--primary-design-yellow);
        z-index: -1;
    }

    .info__container::after {
        content: "";
        position: absolute;
        bottom: -26px;
        left: 37px;
        width: 100%;
        height: 1px;
        background-color: var(--primary-title-green);
        
    }

    .sub__title {
        font-size: 2.4rem;
        font-weight: 700;
        letter-spacing: 2.0px;
        text-align: center;
    }

    .sub__title--openday {
        margin:40px 0 66px 152px;
        text-size-adjust: none;
        white-space: nowrap;
    }

    .sub__title--price {
        margin: 60px 0 0 160px;
        text-size-adjust: none;
        white-space: nowrap;
    }

    .sub__title::before {
        display: none;
    }

    .table__container, 
    .price__text-container {
        width: 60%;
        text-align: center;
    }
    
    .price {
        font-size: 2.3rem;
        font-weight: 700;
        text-align: center;
    }

    
}

/* PC 769px */


/* ==================
Section Query 
================ */
.section--query {
    padding: 25px 15.7%;
    background-image: url(../images/queryform_background.png);
    background-position: center;
    background-size: cover;
}

.query__txt {
    text-align: center;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 150%; /* 21px */
    letter-spacing: 0.98px;
}

.query__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin: 40px 0 60px;
}

.query__btn {
  display: block;
  background-color: var(--primary-querybtn-green);
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  padding: 1em 2em;
  border-radius: 10px;
  width: 80%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  transition: background-color 0.3s ease;
}

.query__btn:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.40);
}

@media screen and (min-width: 769px) {
    
    .section--query {
        padding: 25px 15.7% 70px;
        background-image: url(../images/queryform_pc.png);
        background-position: center;
        background-size: cover;
    }
    
    
    .query__txt {
        font-size: 1.6rem;
        font-weight: 400;
        line-height: 200%; /* 32px */
        letter-spacing: 1.12px;
    }

    .query__btns {
        flex-direction: row;
        justify-content: center;
        margin-top: 6rem;
        gap: 60px;
    }
    .query__btn {
        font-size: 2rem;
        padding: 1.2em 2em;
        border-radius: 8px;
        max-width:360px;
        width: 80%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
        transition: background-color 0.3s ease;
    }
}
/* PC 表示 */
