@charset "utf-8";

section.section-word-root {
    text-align: center;
}
.section-word-root img {
    width: 75.7%;
    display: inline-block;
    margin: 96px 0;
}
.section-feature {
    text-align: center;
    margin-bottom: 56px;
}
.section-feature .message {
    background-image: url("../../assets/images/bg_feature.png");
    background-size: 100%;
    background-repeat: no-repeat;
}
.message__title {
    text-align: center;
    padding-top: 60px;
    font-size: 2rem;
    letter-spacing: 0.1em;
    margin-bottom: 34px;
}
.section-feature .feature-list__item {
    padding-top: 30px;
}
.section-feature .feature-list__item .container {
    width: 78.6%;
    margin: 0 auto;
}
.section-feature .feature-list__item h2 {
    text-align: right;
    margin-bottom: 24px;
    width: 58%;
    margin-left: auto;
}
.feature-list__item.even {
    background: #f5f5eb;
    padding: 390px 0 76px;
}

.feature-list__item.even h2 {
    text-align: left;
    margin: 0 auto 24px 0;
}
.section-feature .logo-multi {
    width: 42.4%;
    margin-bottom: 30px;
}
.section-feature .message__text {
    font-size: 1.3rem;
    padding-bottom: 130px;
    line-height: 1.6em;
}
.section-feature .img-aroma {
    width: 88%;
    display: block;
}
.section-feature .img-aroma.first {
    position: relative;
    top: -42px;
    margin-bottom: -42px; 
}
.section-feature .img-aroma.second {
    margin-left: auto;
    position: relative;
    top: 350px;
    margin-top: -350px;
}
.section-feature .img-aroma.third {
    position: relative;
    top: -42px;
    margin-bottom: -42px;
}
.section-feature .feature-list__item h2 img {
    height: 49px;
}

.section-feature .feature-list__item h2 span {
    display: inline-block;
    height: 18px;
    margin-top: 5px;
}

.section-feature .feature-list__item h2 span img {
    height: 100%;
}
.section-feature .text {
    font-size: 1.4rem;
    text-align: justify;
    margin-bottom: 20px;
}
.section-feature .notice {
    font-size: 1.2rem;
    text-align: right;
    margin-bottom: 40px;
}
.section-feature .history__text {
    font-size: 1.2rem;
    text-align: justify;
    margin: 12px 6px;
}
.section-feature .history .frame {
    margin-bottom: 60px;
}
.section-menu {
    margin: 0 auto;
    text-align: center;
    max-width: 425px;
}
.section-menu h2 {
    display: inline-block;
    width: 67px;
    padding-top: 56px;
    margin-bottom: 38px;
}
.section-menu h3 {
    display: inline-block;
    width: 89%;
    max-width: 334px;
}
.menu-list__item h3 {
    margin-bottom: 20px;
}
.menu-list__item .text {
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.theme-list {
    margin-bottom: 50px;
}
.theme-list__item h4 {
    height: 86px;
}
.theme-list__item h4 img {
    height: 100%;
    width: 100%;
    object-fit: none;
}
.time-list__item {
    width: 80%;
    margin: 0 auto;
}
.time-list__item .container {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.time-list__item img {
    width: 100px;
}

.time-list__item .price {
    font-size: 1.6rem;
    text-align: right;
}
.time-list .time {
    position: relative;
}
.time-list .time::after {
    display: inline-block;
    content: "";
    background: url("../../assets/images/dash.svg");
    width: 56px;
    height: 1px;
    position: absolute;
    top: 50%;
    margin-left: 8px;
}

.sub-list {
    text-align: left;
    font-size: 1.4rem;
}

.notice {
    font-size: 1.1rem;
    text-align: right;
    margin-top: 8px;
}
.color-wrapper {
    background: #f5f5eb;
}
.section-menu .cv-btn {
    display: inline-block;
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    padding: 10px 40px;
    background: #75706e;
    color: #fff;
    margin: 14px 0 34px;
}
.section-menu .cv-btn.before-notice {
    margin-bottom: 10px;
}

.container-business {
    margin: 50px 0 70px;
}
.container-business img{
    width: 88%;
}

.section-about {
    width: 94.6%;
    background: #fff;
    margin-left: auto;
    text-align: center;
    padding: 40px 0;
}
.section-about h2 {
    width: 78px;
    margin: 0 auto 20px;
}
.section-about__name {
    font-size: 1.6rem;
    margin-bottom: 26px;
    text-align: center;
}

.section-about__name span {
    font-size: 2rem;
    display: inline-block;
    margin-top: 3px;
}

.section-about__name img {
    margin-top: 12px;
    width: 90px;
}
.section-about .text {
    font-size: 1.2rem;
    text-align: center;
}
.section-about .img-about {
    width: 48%;
    margin-bottom: 32px;
}
.section-information {
    padding-bottom: 44px;
}
.section-information h2 {
    width: 132px;
    margin: 36px auto;
}
.section-information .img-info {
    width: 89%;
    max-width: 630px;
    margin-bottom: 3.5vh;
}

.section-information .logo {
    width: 44.2%;
    margin: 0 auto 30px;
}

.section-information h3 {
    width: 49px;
    margin-bottom: 17px;
}

.section-information .address {
    font-size: 1.6rem;
    letter-spacing: 0.08em;
    margin: 0 0 42px 40px;
}
.section-information .address a {
    display: block;
}

.google-map {
    width: 127px;
    margin-top: 18px;
}

.sns-list {
    display: flex;
    column-gap: 46px;
    justify-content: center;
}
.sns-list img {
    width: 43px;
    display: block;
}

.sns-list li {
    text-align: center;
    width: 60px;
}
.sns-list .sns-icon {
    width: 43px;
    margin: 0 auto 14px;
}

.sns-list .sns-text {
    height: 13px;
    width: 100%;    
}
.sns-list li:last-child .sns-text {
    transform: scale(1.2);

}