/*===================
ページタイトル
===================*/

.page_title {
    width: 100%;
    height: 35vh;
    position: relative;
    margin-bottom: 4rem;
}

.page_title img {
    width: 100%;
    height: 35vh;
    object-fit: cover;
    object-position: center;
}

.page_title .title {
    position: absolute;
    top: calc(35vh - 5rem);
    left: 50%;
    transform: translatex(-50%);
    background-color: var(--green-2rgba);
    width: clamp(250px, 60vw, 400px);
    padding: 2rem;
    line-height: 2;
    font-weight: 700;
    font-size: 1.1rem;
    letter-spacing: 0.2rem;
    text-align: center;
}



@media screen and (min-width:550px) {
    .page_title {
        height: 25vh;
        margin-bottom: 8rem;
    }

    .page_title .title {
        left: auto;
        right: 0;
        transform: none;
    }
}

/*========min-width:400px========*/


@media screen and (min-width:960px) {
    .page_title {
        width: 100%;
        position: relative;
        margin-bottom: 3rem;
    }

    .page_title img {
        width: 100%;
        height: 25vh;
        object-fit: cover;
        object-position: center;
    }

    .page_title .title {
        top: calc(25vh - 8.5rem);
    }
}

/*===================
セクション
===================*/
section.workshop {
    padding: 1.4rem;
}

section .inner img {
    width: 3rem;
    /* object-fit: cover;
    object-position: center;
    border-radius: 50%; */
    margin: 0 auto;
}



section .inner img.left {
    border-radius: 0.5rem 0 0 0;
}

section .inner img.right {
    border-radius: 0 0.5rem 0 0;
}



section .inner.reverse {
    background-color: rgba(255, 255, 255, .9);
    display: block;
    margin-bottom: 1rem;
    padding: 0.8rem 0;
}

section .work {
    background-color: var(--lightgreen-rgba);
    border-radius: 0.5rem;
    padding: 1.2rem 1rem;
    text-align: center;
}

section .work:not(:last-child) {
    margin-bottom: 2rem;
}

section .work h3 {
    padding-bottom: 0.8rem;
    margin-bottom: 0.6rem;
    border-bottom: 3px solid #fff;
}

section .work p {
    text-align: start;
}


@media screen and (min-width:600px) {
    section .work {
        text-align: start;
    }

    section .work .work_inner {
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: start;
        margin-left: auto;
        margin-right: auto;
        flex-wrap: wrap;
    }

    section .inner {
        display: flex;
        column-gap: 0.4rem;
        justify-content: center;
        margin-bottom: 0.4rem;
        align-items: center;
    }


    section .inner {
        margin-bottom: 0;
        column-gap: 0;
    }

    section .inner.reverse {
        margin-bottom: 1rem;
        background-color: rgba(255, 255, 255, .9);
        width: 50%;
    }


    section .inner.reverse img {
        height: auto;
    }
}

/*========min-width:600px========*/

/*===================
会員種別について
===================*/


.sub-section {
    background-color: var(--lightgreen);
    padding: 1rem;
    border-radius: 8px;
    margin-bottom: 1rem;
}

/* 所在地・地図 */

.sub-section.map {
    background-color: var(--lightgreen-rgba);
    border-radius: 0;
}

.sub-section.map .item_box img,
.sub-section.map .item_box .info {
    width: 100%;
}

.sub-section.map .item_box img {
    padding: 1rem;
    background-color: #fff;
}




.sub-section h3 {
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    border-bottom: 2px solid var(--black);
    text-align: center;
}

@media screen and (min-width:600px) {
    .sub-section {
        padding: 2.2rem;
    }

    .sub-section h3 {
        text-align: start;
    }

    .sub-section .inner_wrap {
        display: flex;
        justify-content: center;
        column-gap: 1rem;
    }

    .sub-section.map .item_box img {
        width: 60%;
    }

    .sub-section.map .item_box .info {
        width: 40%;
    }

}

@media screen and (min-width: 1000px) {
    .sub-section {
        padding: 1.5rem 3rem 1rem;
    }
}

@media screen and (min-width: 1100px) {
    .sub-section {
        padding: 1.5rem 5rem 1rem;
    }
}

/*========min-width:600px========*/
/*===================
会員詳細
===================*/

.info {
    padding: 0.5rem;
}

.info .info_inner {
    width: 100%;
    padding: 0.3rem;
    border-bottom: 2px solid var(--lightgreen);
}

.info h4 {
    text-align: center;
    margin-bottom: 0.5rem;
}

.info .info_inner ul {
    padding: 0 0.3rem;
    line-height: 1.5;
    font-size: 0.9rem;
}

.info .info_inner ul li {
    margin-bottom: 0.5rem;
}


.info .info_inner ul li::before {
    content: "";
    display: inline-block;
    background-color: var(--lightgreen);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 0.4rem;
}



section .sub-section .info p {
    font-size: 0.8rem;
    margin-bottom: 0;
    margin-top: 0.2rem;
    line-height: 1.6;

}

@media screen and (min-width:600px) {
    .info {
        background-color: transparent;
        padding-left: 0.8rem;
    }
}

/*========min-width:600px========*/

/* 所在地・住所 */
.info_inner.item_box {
    display: flex;
    justify-content: left;
    border-bottom: 1px dashed #fff;
}

.inner.item_box .info {
    width: 100%;
}

.item_box .info .info_inner {
    display: flex;
    justify-content: center;
    line-height: 1.5;
    margin-bottom: 1rem;
}

.info .info_inner dt {
    width: 30%;
    border-radius: 0.2rem;
    background-color: var(--lightgreen);
    font-size: 0.8rem;
    font-weight: 500;
    text-align: center;
}

.info .info_inner dd {
    width: 70%;
    font-weight: 500;
}

.info .info_inner dd.dd_s {
    font-size: 0.8rem;
}

@media screen and (min-width:600px) {
    .inner.item_box .info {
        width: 40%;
    }
}

/*========min-width:600px========*/

.btn.black {
    background-color: #fff;
    border-color: var(--black);
    color: var(--black);
    font-weight: 500;
    margin: 2rem auto;
}

.btn.black:hover {
    background-color: var(--black);
    color: #fff;
}