@charset "utf-8";
/*共通設定*/
.wrap {
    background-color: #111;
}

main {
    color: #fff;
}

.child {
    max-width: 980px;
}
/*終わり*/ 


/*<section class="member">*/
.member {
    padding: 160px 5vw 120px 5vw;
}

.member-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.member-wrap {
    margin-top: 80px;
}

.member-area-01 {
    border-bottom: solid 1px #d3c59d;
    padding-bottom: 40px;
    text-align: center;
}

.member-area-02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 40px;
}

.member-con {
    text-align: center;
}

.member-con-02 {
    width: 25%;
}

.post-txt {
    font-size: 14px;
}

.name-txt {
    margin-top: 8px;
    font-size: 24px;
}

.furi-txt {
    font-size: 10px;
}
/*終わり*/ 


/*<section class="info">*/
.info {
    padding: 40px 5vw 80px 5vw;
}

.info-flex {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
}

.info-map {
    width: 45%;
    height: 320px;
}

.info-map iframe {
    width: 100%;
    height: 100%;
}

.info-dl {
    width: 50%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    font-size: 14px;
}

.info-dl dt {
    width: 20%;
    padding: 8px 0;
    border-bottom: dotted 1px #d3c59d;
}

.info-dl dd {
    width: 80%;
    padding: 8px 0;
    border-bottom: dotted 1px #d3c59d;
}
/*終わり*/ 



/*タブレット*/
@media (max-width: 1024px) {  
/*共通設定*/
/*終わり*/  


/*<section class="info">*/
    .info-dl {
        font-size: clamp(calc(12px), calc(14 / 1024 * 100vw), 14px);
    }
/*終わり*/ 
}
  
  
/*スマホ*/
@media (max-width: 599px) {
/*共通設定*/
/*終わり*/  


/*<section class="member">*/
    .member {
        padding: 160px 5vw 80px 5vw;
    }

    .member-wrap {
        margin-top: 64px;
    }

    .member-con-02 {
        width: 49%;
        margin-bottom: 40px;
    }

    .name-txt {
        font-size: clamp(calc(20px), calc(24 / 599 * 100vw), 24px);
    }
/*終わり*/  


/*<section class="info">*/
    .info-title {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 16px;
    }

    .info-flex {
        flex-direction: column;
        gap: 24px;
        margin-top: 64px;
    }

    .info-map {
        width: 100%;
        height: 240px;
    }

    .info-dl {
        width: 100%;
    }

/*終わり*/  
}
