@charset "UTF-8";

.carousel img {
    width: 100%;
    height: 90vh;
    object-fit: cover;
}




.carousel .slick-slide {
    margin: 0 1.5px;
}

/* FV */
section#fv {
    background-color: #EEE9E1;
    position: relative;
}

section#fv h1 {
    color: #EEE9E1;
    position: absolute;
    bottom: 100px;
    font-size: 35px;
    text-shadow: 2px 3px 1px rgba(0, 0, 0);
    font-family: 'Noto Serif JP', sans-serif;
}

section#fv .carousel {
    margin-left: calc(var(--section-gutter) * -1);
    margin-right: calc(var(--section-gutter) * -1);
}


section#about h2 {
    margin: 40px 0;
}

.center-wrap div p {
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
    margin-left: -30px;
}

.center-wrap {
    text-align: center;
}

.center-wrap>div {
    display: inline-block;
    text-align: left;
}

section#about .a-btn {
    color: #FFFFFF;
    background-color: #D7C0AE;
}

section#workflow {
    background-color: #EEE9E1;
    padding-top: 40px;
}

section#workflow h2 {
    margin-bottom: 40px;
}

.flow {
    color: #9F846A;
    width: 90%;
    max-width: 310px;
    margin: 0 auto;
}

.flow-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.flow-header h3 {
    font-size: 30px;
    font-family: 'Zen Old Mincho', serif;
}

.flow img {
    width: 168px;
}

.flow p {
    text-align: center;
}

.numbers {
    font-size: 36px;
    font-family: 'Gentium Book Plus', serif;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.flow a {
    color: #FFFFFF;
    margin-top: 10px;
}

.flow h3 {
    text-align: center;
}

.flow:nth-of-type(1) a {
    background-color: #D7C0AE;
}

.flow:nth-of-type(2) a {
    background-color: #D7AEAF;
}

.flow:nth-of-type(3) a {
    background-color: #B7C4CF;
}



.flow:nth-of-type(even) .flow-header {
    flex-direction: row-reverse;

}

section#plan h2 {
    margin: 40px 0;
    color: #594A45;
}

section#plan dl div {
    display: grid;
    grid-template-columns: max-content 1fr;
    column-gap: 3.5rem;
    border-bottom: 2px solid #D0B8A8;
    padding-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    font-family: 'zen old mincho', serif;
    font-size: 24px;
}

section#plan dt {
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
}

section#plan dd {
    margin: 0;
    text-align: right;
}

section#plan dd small {
    font-size: 15px;
}


.option {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-template-rows: auto auto;
    /* 2 行分を確保 */
    column-gap: 6rem;
    border-bottom: 2px solid #D0B8A8;
    padding-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    font-family: 'zen old mincho', serif;
    font-size: 24px;
}

/* <dt> を上下 2 行にまたがらせる */
.option dt {
    grid-row: 1 / 3;
}

/* <dd> はすべて 2 列目に配置 */
.option dd {
    grid-column: 2;
    /* 必要なら行間もここで調整 */
    line-height: 1;
}


section#gallery {
    background-color: #9F856A;
    padding-top: 40px;
    text-align: center;
}

section#gallery h2 {
    margin-bottom: 40px;
    color: #FFFFFF;
}

section#gallery p {
    margin-bottom: 40px;
    color: #FFFFFF;
    font-family: 'Noto Sans JP', sans-serif;

}

.gallerys {
    margin: 0 calc(var(--section-gutter) * -1);
    padding: 20px 0;
}

.gallerys:nth-of-type(1) {
    background-color: #D9D9D9;
}

.gallerys:nth-of-type(2) {
    background-color: #D9CDAB;
}

.gallerys:nth-of-type(3) {
    background-color: #D0B8A8;
}

.gallerys h3 {
    font-family: 'Noto Serif JP', sans-serif;
    font-size: 20px;
    color: #000000;
    margin-bottom: 20px;
}

.gallerys .carousel img {
    width: 160px;
    height: auto;
    object-fit: cover;
}

/* QA */

section#qa {
    background-color: #EEE9E1;
    padding-top: 40px;
    text-align: center;
}

section#qa h2 {
    margin-bottom: 40px;
    color: #9F856A;
}

.qa-block {
    width: 90%;
    margin: 0 auto;
}

.qa-block dl {
    border: 1px solid #9F856A;
    padding: 0 1em;
    margin: 1em 0;
    position: relative;

}

.qa-block dt {
    position: relative;
    cursor: pointer;
    padding-left: 2em;
    margin: 0.5em 0;
    text-align: left;
    font-family: 'Noto Serif JP', sans-serif;
}

.qa-block dt::before {
    content: "Q.";
    position: absolute;
    left: 0;
    font-weight: bold;
    font-family: 'Noto Serif JP', sans-serif;
}

.qa-block dt::after {
    content: "+";
    position: absolute;
    right: 0;
    font-weight: bold;
    color: #9F856A;
}

.qa-block dt.active::after {
    content: "−";
}

.qa-block dd {
    display: none;
    margin-left: 2em;
    border-top: 1px solid #9F856A;
    text-align: left;
    padding-top: 15px;
}

.qa-block dd::before {
    content: "A.";
    font-family: 'Noto Serif JP', sans-serif;
}

/* アクセス */
section#access {
    padding-top: 40px;
}

section#access h2 {
    margin-bottom: 40px;
    color: #FFFFFF;
}

.map {
    text-align: center;
    aspect-ratio: 1 / 1;
}

.map {
    width: 100%;
    max-width: 500px;
    aspect-ratio: 1 / 1;
    /* overflow: hidden; */
    margin: 0 auto;
}

.map iframe {
    width: 100%;
    height: 100%;
    border: 0;
}

.map>div>div {
    font-family: 'Noto Sans JP', sans-serif;
}

.map>div>div p {
    margin: 0;
}

.map>div>p {
    font-family: 'Noto sarif JP', sans-serif;
    font-size: 32px;
    text-align: center;
}

section#access h2 {
    color: #7A6652;
}

section#access .info {
    width: 50%;
    min-width: 300px;
    max-width: 600px;
    margin: 0 auto;
    padding: 20px;
}

section#access dl div {
    display: grid;
    grid-template-columns: max-content 1fr;
    border-bottom: 2px solid #D0B8A8;
    padding-bottom: 10px;
    margin-top: 10px;
    align-items: center;
    font-family: 'zen old mincho', serif;
}

section#access dt {
    white-space: nowrap;
    text-align: left;
    font-weight: normal;
    padding-left: 20px;
}

section#access dd {
    margin: 0;
    text-align: center;
}