.top-bnner {
    text-align: center;
    margin-top: var(--space-md);
}
.page-lead__ttl {
    font-size: 1.5em;
    line-height: 1.8;
    letter-spacing: .1em;
    font-weight: 700;
    text-align: center;
    margin-bottom: 1em;
}
.ichigotype__txt {
    margin: 3em auto;
}
.ichigotype {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
}
.ichigotype__line1 {
    width: fit-content;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1em;
    margin: 0 auto;
}
.ichigotype__line2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1em;
}
.ichigotype__item {
    position: relative;
    overflow: hidden;
    border-radius: .5em;
}
.ichigotype__item p {
    background-color: var(--color-pink3);
    color: white;
    padding: 0 1em;
    display: inline-block;
    white-space: nowrap;
    position: absolute;
    bottom: .5em;
    left: 50%;
    transform: translateX(-50%);
}
.ichigotype__note {
    margin-top: var(--space-md);
    text-align: center;
    font-size: .9em;
}
.information {
    border: 1px solid var(--color-pink1);
    position: relative;
    padding: 3em 1em 1em 1em;
    margin-bottom: var(--space-md);
}
.information .page__ttl {
    background-color: white;
    position: absolute;
    top: -1em;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 2em;
    gap: 1em;
    padding: 0 1em;
}
.information__ttl {
    background-image: url('../images/icon_ichigo.svg');
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
    font-weight: 700;
    padding-left: 1.5em;
    font-size: 1.25em;
    margin: 2em 0 1em 0;
}
.price__tbl {
    width: 100%;
    margin: 1.5em 0;  
}
.price__tbl th {
    background-color: var(--color-pink1);
    color: white;
    padding: 1em;
    border: 1px solid white;
}
.price__tbl td {
    background-color: #F7F7F7;
    padding: .5em;
    border: 1px solid white;
}
.bnr__yoyaku a {
    display: block;
    margin: 0 auto;
    width: fit-content;
}
.ichigo-page__ttl {
    text-align: center;
    font-weight: 700;
    font-size: 1.75em;
    position: relative;
    padding-bottom: .75em;
    margin-bottom: 2em;
}
.ichigo-page__ttl::before {
    content: "";
    display: block;
    width: 3em;
    height: 3px;
    background-color: var(--color-pink1);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 0;
}
.ichigoflow__content,.facility__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5em;
}
.ichigoflow__content figure ,.facility__content figure {
    border-radius: 1em;
    overflow: hidden;
    margin-bottom: 1em;
}
.facility__block {
    width: fit-content;
    display: block;
    margin:  0 auto;
    padding: 1em;
    background-color: var(--color-pink1);
    border-radius: 1em;
    color: white;
}
.ichigoflow__content dt .flow__ttl,
.facility__block dt {
    text-align: center;
    font-weight: 700;
    font-size: 1.25em;
    padding: .5em 0;
}
.ichigoflow__content dt {
    margin-bottom: 1em;
    text-align: center;
}
.ichigoflow__content dt .no {
    font-family: var(--font-en);
    font-weight: 700;
    background-color: var(--color-pink1);
    color: white;
    font-size: 1.5em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%;
    display: block;
    margin: 0 auto 1em auto;
}
.facility__block {
    width: 100%;
    display: block;
}
.map_wrap {
    display: block;
    margin: 0 auto;
}
.map_wrap iframe {
    width: 100%;
    height: 20rem;
}
/**faq **/
.faq__content {
    max-width: 850px;
    display: block;
    margin: 0 auto;
}
.faq__content dl {
    margin: 1.5em 0;
}
.faq__content dl p {
    line-height: 1.7em;
}
.faq__content dt {
    background-color: #FFF6F6;
    padding: .5em 1.5em .5em 2.5em;
    font-weight: 500;
    position: relative;
    cursor:pointer;
}
.faq__content dt p::before,
.faq__content dt p::after {
    content: "";
    display: block;
    background-color: var(--color-pink1);
    position: absolute;
}
.faq__content dt p::before{
    width: 1em;
    height: 2px;
    right: 1em;
    top: 50%;
    transform: translateY(-50%);
}
.faq__content dt p::after {
    width: 2px;
    height: 1em;
    right: calc(1.5em - 1px);
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}
.faq__content dt.active p::after {
    transform: translateY(-50%) rotate(90deg); 
}
.faq__content dt::before,
.faq__content dd::before {
    display: inline-block;
    font-family: var(--font-en);
    font-size: 2.2rem;
    font-weight: 700;
    color: var(--color-pink1);
    position: absolute;
    left: .5em;
    top: .25em;
}
.faq__content dt::before {
    content:"Q";
}
.faq__content dd {
    display: none;
    padding: .5em 0 .5em 2.5em;
    position: relative;
}
.faq__content dd::before {
    content:"A";
    top: .3em;
}
/** sp **/
@media only screen and (max-width:767px){
    .price__tbl td {
        display: block;
        width: 100%;
    }
    .price__tbl thead {
        display: none;
    }
    .price__tbl td:first-child {
        text-align: center;
        background-color: var(--color-pink1);
        color: white;
    }
    .price__tbl td:before {
        content: attr(data-label);
        display: inline-block;
        margin-right: 1em;
        font-weight: 700;
    }
    .access__info {
        margin-top: 1.5em;
    }
}
/** pc **/
@media only screen and (min-width:768px){
    .top-bnner a {
        width: 95rem;
        display: block;
        margin: auto;
    }
    .page-lead__ttl {
        font-size: 2.5em;
    }
    .page-lead__txt p {
        text-align: center;
        line-height: 2.5em;
        font-size: 1.25em;
    }
    .ichigotype__txt {
        text-align: center;
    }
    .ichigotype {
        gap: 3em;
    }
    .ichigotype__line1 {
        width: 90%;
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5em;
        margin: 0 auto;
    }
    .ichigotype__line2 {
        grid-template-columns: repeat(4, 1fr);
        gap: 2.5em;
    }
    .ichigotype__item p {
        bottom: 1em;
    }
    .information {
        padding: 5.5em 5.5em 5.5em;
        margin-top: var(--space-md);
    }
    .information .page__ttl {
        gap: 1.5em;
    }
    .price__tbl th {
        padding: 1em;
    }
    .price__tbl td {
        text-align: center;
        padding: 1em;
    }
    .ichigo-page__ttl {
        font-size: 2.375em;
        margin-bottom: 3em;
    }
    .ichigoflow__content,
    .facility__content {
        grid-template-columns: repeat(3, 1fr);
        gap: 2.5em;
    }
    .facility__block {
        padding: 1.5em;
    }
    .ichigoflow__content dt .flow__ttl,
    .facility__block dt {
        font-size: 1.75em;
    }
    .facility__block dt {
        font-size: 1.25em;
    }
    .map_wrap iframe {
        height: 45rem;
    }
    .access__info {
        margin-top: 2em;
        display: flex;
        align-items: flex-start;
        gap: 5em;
    }
    .access__info .information__ttl {
        margin-top: 0;
    }
    /** faq **/
    .faq__content dl {
        margin: 2.5em 0;
    }
	.faq__content dt p {
        font-size: 1.8rem;
    }
    .faq__content dt {
        padding: 1em 1em 1em 4em;
    }
    .faq__content dd {
        padding: 1.5em 1em 1em 4em;
    }
    .faq__content dt::before,
    .faq__content dd::before {
        top: .75em;
        left: 1em;
    }
    .faq__content dd::before {
        top: 1em;
    }
}

