@charset "utf-8";

/*Zen Maru Gothic 400*/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/fonts/ZenMaruGothic-Regular.ttf);
    font-weight: 400;
    font-display: swap;
}
/*Zen Maru Gothic 500*/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/fonts/ZenMaruGothic-Medium.ttf);
    font-weight: 500;
    font-display: swap;
}
/*Zen Maru Gothic 700*/
@font-face {
    font-family: 'Zen Maru Gothic';
    src: url(/fonts/ZenMaruGothic-Bold.ttf);
    font-weight: 700;
    font-display: swap;
}

#content {
    width: 100%;
}

body {
	/*スマホで勝手に文字が大きくなる対策*/
	-webkit-text-size-adjust: 100%;
}

#contents,.l-main {
	width: 100%;
	padding: 0;
}

.l-page {
    overflow: hidden;
    background: #fff;
    padding-bottom: 0;
}

.l-page *{
    font-family: 'Zen Maru Gothic', sans-serif;
}

.breadcrumbs {
    display: none;
}

/* メイン画像（MV）セクション */
.mv__content {
    width: 100%;
    text-align: center;
}

.mv__content img {
    width: 100%;
    height: auto;
    display: block;
}

/* お悩みセクション */
.worries__wrapper {
    background-color: #EDF9FD;
    padding: 14px 0 0;
    position: relative;
}

.worries__content {
    width: 1080px;
    margin: 0 auto;
    padding-bottom: 80px;
    position: relative;
}

.worries__content:before {
    content: '';
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    border-left: 150px solid transparent;
    border-right: 150px solid transparent;
    border-top: 71px solid #EDF9FD;
}

.worries__title {
    font-size: 32px;
    font-weight: 700;
    color: #242098;
    text-align: center;
    margin-bottom: 40px;
}

.worries__list {
    position: relative;
    width: 100%;
    height: 258px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.worries__item {
    position: absolute;
}

.worries__item--person {
    position: absolute;
    top: 65%;
    left: 50.2%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.worries__person-image {
    width: 272px;
    height: auto;
    position: relative;
}

.worries__item--bubble1 {
    top: -10px;
    left: 125px;
    background-image: url('../images/worries_bubble1_bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 158px;
    display: flex;
    justify-content: center;
    padding-top: 38px;
}

.worries__item--bubble2 {
    top: -8px;
    right: 119px;
    background-image: url('../images/worries_bubble2_bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 300px;
    height: 158px;
    display: flex;
    justify-content: center;
    padding-top: 36px;
}

.worries__item--bubble3 {
    bottom: -18px;
    left: 0px;
    background-image: url('../images/worries_bubble3_bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 335px;
    height: 130px;
    display: flex;
    align-items: center;
    padding-left: 90px;
}

.worries__item--bubble4 {
    bottom: -18px;
    right: 0px;
    background-image: url('../images/worries_bubble4_bg.webp');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 335px;
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 38px;
}

.worries__item-text {
    font-size: 18px;
    font-weight: 500;
    color: #333333;
    line-height: 1.6;
    text-align: center;
    margin: 0;
}

.worries__decoration {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.worries__triangle {
    width: 100px;
    height: auto;
}



/* プロの視点で応えますセクション */
.respond__wrapper {
    padding: 119px 0 100px;
}

.respond__content {
    width: 1140px;
    margin: 0 auto;
}

.respond__header {
    text-align: center;
    margin-bottom: 40px;
}

.respond__title {
    font-weight: 700;
    font-size: 18px;
    line-height: 1em;
    color: #242098;
    margin: 0;
}

.respond__title--accent {
    font-size: 32px;
    margin-top: 10px;
}

.respond__description {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.6;
    color: #333333;
    text-align: center;
    margin: 0 0 40px;
}

.respond__items {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.respond__item {
    display: flex;
    align-items: center;
    gap: 15px;
}

.respond__item-image {
    flex-shrink: 0;
    width: 168px;
    height: 168px;
    border-radius: 10px;
    overflow: hidden;
}

.respond__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.respond__item-content {
    flex: 1;
}

.respond__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: #4350DA;
    margin: 0 0 8px;
}

.respond__item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    margin: 0;
    min-height: 80px;
}

/* お客様の声セクション */
.customer__wrapper {
    background-color: #F0F0FA;
    padding: 100px 0;
}

.customer__content {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
}

.customer__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #242098;
    text-align: center;
    margin-bottom: 40px;
}

.customer__slider {
    position: relative;
    width: 100%;
}

/* Swiper スタイル */
.customer-swiper {
}

.customer-swiper .swiper-wrapper {
    /* display: flex; */
    /* align-items: stretch; */
}

.customer-swiper .swiper-slide {
    /* width: 300px !important; */
    /* flex-shrink: 0; */
}

.customer-swiper .swiper-slide-active {
    transform: scale(1);
}

.customer__item {
    /* width: 300px; */
    background-color: #FFFFFF;
    border-radius: 10px;
    box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.customer__item-image {
    width: 100%;
    height: 240px;
    overflow: hidden;
    flex-shrink: 0;
}

.customer__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.customer__item-content {
    padding: 15px 20px;
    flex: 1;
    display: flex;
    flex-direction: column;
    text-align: left;
}

.customer__item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    margin: 0 0 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-align: center;
}

.customer__item-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6em;
    color: #333333;
    margin: 0;
    flex: 1;
    overflow: hidden;
    white-space: normal;
    word-break: break-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.customer__controls {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 30px;
}

.customer__pagination {
    display: flex;
    align-items: center;
    gap: 26px;
}

.customer__arrow {
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.customer__arrow-circle {
    width: 24px;
    height: 24px;
    border: 1px solid #4350DA;
    border-radius: 50%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}

.customer__arrow svg {
    width: 12px;
    height: 12px;
}

.customer__page-info {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75em;
    color: #333333;
    text-align: center;
}

.customer__more-btn {
    background-color: #F3B95B;
    color: #FFFFFF;
    border: none;
    border-radius: 28px;
    width: 250px;
    height: 56px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.7em;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ハウスエージェントの強みセクション */
.strengths__wrapper {
    background-color: #F4F9FF;
    padding: 113px 0;
}

.strengths__content {
    width: 1140px;
    margin: 0 auto;
}

.strengths__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #242098;
    text-align: center;
    margin: 0 0 40px;
}

.strengths__grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.strengths__item {
    background-color: #FFFFFF;
    border-radius: 14px;
    display: flex;
    flex-direction: column;
    position: relative;
}

.strengths__item-image {
    width: 100%;
    height: 240px;
    position: relative;
}

.strengths__item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.strengths__item-content {
    padding: 16px 20px;
    flex: 1;
    position: relative;
}

.strengths__item-number {
    position: absolute;
    top: -10px;
    left: -10px;
    width: 74px;
    height: 74px;
    background-color: #4350DA;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 700;
    font-size: 32px;
    color: #FFFFFF;
    z-index: 1;
    padding-top: 10px;
}

.strengths__item-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: #4350DA;
    text-align: center;
    margin: 0px 0 10px;
}

.strengths__item-title span {
 font-size: 16px;
}

.strengths__item-text {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    margin: 0;
}

/* トータルサポートセクション */
.support__wrapper {
    background-color: #D8EDFF;
    padding: 100px 0 86px;
}

.support__content {
    width: 1140px;
    margin: 0 auto;
}

.support-ttl__detail {
    display: flex;
    gap: 9px;
}

.support__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #242098;
    text-align: center;
    margin: 0 0 40px;
}

.support__flow {
    display: flex;
    align-items: flex-start;
    gap: 40px;
}

.support__flow-visual {
    margin-top: 73px;
}

.support__flow-visual img {
    width: 100%;
    height: auto;
    max-width: 520px;
}

.support__flow-details {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 19px;
}

.support__detail {
    padding-bottom: 16px;
}

.support__detail:not(:last-child) {
    border-bottom: 1px solid #CECEF0;
}

.support__detail-number {
    flex-shrink: 0;
    width: 32px;
    height: 32px;
    background-color: #204698;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: bold;
    font-size: 16px;
    color: #FFFFFF;
    padding: 3px 0;
}

.support__detail-content {
    flex: 1;
}

.support__detail-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    color: #204698;
    margin: 0 0 10px;
}

.support__detail-text {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    margin: 0;
}

/* リフォーム事例セクション */
.reform__wrapper {
    background-color: #F3FAFF;
    padding: 100px 0;
}

.reform__content {
    width: 1140px;
    margin: 0 auto;
}

.reform__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #242098;
    text-align: center;
    margin: 0 0 40px;
}

.reform__cases {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.reform__case {
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 60px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.reform__case-header {
    display: flex;
    align-items: center;
    gap: 9px;
}

.reform__case-label {
    background-color: #4350DA;
    color: #FFFFFF;
    padding: 3px 13px;
    border-radius: 6px;
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
}

.reform__case-title {
    font-weight: 500;
    font-size: 24px;
    line-height: 1.45;
    color: #333333;
    margin: 0;
}

.reform__case-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    margin: 0 0 5px;
}

.reform__case-rooms {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.reform__room {
    flex: 1;
    min-width: 495px;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.reform__room-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
    color: #333333;
    margin: 0;
}

.reform__room-images {
    display: flex;
    gap: 15px;
}

.reform__image-container {
    flex: 1;
    position: relative;
    overflow: hidden;
}

.reform__image-container img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}


.reform__image-container:hover img {
    transform: scale(1.08);
    transition: transform 0.4s ease-in-out;
}

.reform__image-container img{
    transform: scale(1.0);
    transition: transform 0.4s ease-in-out; 
}

.reform__image-container--double img {
    width: calc(50% - 2.5px);
    height: 200px;
    object-fit: cover;
}

.reform__image-label {
    position: absolute;
    top: 0;
    left: 0;
    padding: 1px 8px 2px;
    font-weight: 500;
    font-size: 14px;
    color: #FFFFFF;
}

.reform__image-label--before {
    background-color: #6F76BF;
}

.reform__image-label--after {
    background-color: #F3B95B;
    padding: 2px 13px;
}

.modal {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(255, 255, 255, 0.90);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
.modal.active {
  display: flex;
}
.modal__content {
    position: relative;
    width: 47vw;
    height: 31vw;
    background: #000;
}
.modal__content img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.modal__close {
    position: absolute;
    top: -50px;
    right: -7px;
    font-size: 42px;
    color: #000;
    background: none;
    border: none;
    cursor: pointer;
}
.modal__overlay {
  position: absolute;
  inset: 0;
}


.reform__undertext {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
    color: #333333;
    text-align: center;
    }



/* よくある質問セクション */
.faq__wrapper {
    background-color: #FFFFFF;
    padding: 100px 0;
}

.faq__content {
    width: 1140px;
    margin: 0 auto;
}

.faq__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #242098;
    text-align: center;
    margin: 0 0 40px;
}

.faq__list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.faq__item {
    background-color: #F4FAFF;
    border-radius: 14px;
    padding: 30px 34px;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq__question {
    display: flex;
    align-items: center;
    gap: 11px;
}

.faq__question-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: #6F76BF;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    padding: 3px 0;
}

.faq__question-text {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.45;
    color: #333333;
    margin: 0;
    flex: 1;
}

.faq__answer {
    display: flex;
    align-items: flex-start;
    gap: 11px;
}

.faq__answer-icon {
    flex-shrink: 0;
    width: 45px;
    height: 45px;
    background-color: #F3B95B;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    padding: 1px 0;
}

.faq__answer-text {
    margin-top: 9px;
}

.faq__answer-text p {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.8;
    color: #333333;
    margin: 0;
}

/* 会社概要セクション */
.company__wrapper {
    background-color: #EDF9FD;
    padding: 93px 0;
}

.company__content {
    width: 1140px;
    margin: 0 auto;
}

.company__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #242098;
    text-align: center;
    margin: 0 0 45px;
}

.company__info {
    /* background-color: #FFFFFF; */
    /* border-radius: 20px; */
    /* padding: 40px; */
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.company__info-content {
    flex: 1;
    background-color: #FFFFFF;
    border-radius: 20px;
    padding: 42px 49px 59px;
}

.company__info-title {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.6;
    margin: 0 0 20px;
    color: #333;
}

.company__info-table {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.company__info-row {
    display: flex;
    align-items: center;
    gap: 13px;
    padding-bottom: 14px;
    border-bottom: 1px solid #DBDBDB;
    position: relative;
}

.company__info-row::after {
    content: "";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 120px;
    height: 1px;
    background-color: #4350DA;
}


.company__info-label {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    min-width: 120px;
    flex-shrink: 0;
}

.company__info-value {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.75;
    color: #333333;
    flex: 1;
}

.company__info-value a {
    text-decoration: underline;
    font-size: 15px;
    color: #265374;
}

.company__info-value a:hover {
    text-decoration: underline;
}

.company__info-image {
    flex-shrink: 0;
    width: 450px;
    height: 447px;
    border-radius: 16px;
    overflow: hidden;
}

.company__info-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* お問い合わせセクション */
.contact__wrapper {
    background-color: #D5F2FF;
    padding: 109px 0;
}

.contact__content {
    width: 1038px;
    margin: 0 auto;
}

.contact__title {
    font-weight: 700;
    font-size: 32px;
    line-height: 1em;
    color: #242098;
    text-align: center;
    margin: 0 0 40px;
}

.contact__methods {
    display: flex;
    align-items: flex-end;
    gap: 24px;
    height: 80px;
}

.contact__phone {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    width: 330px;
}

.contact__phone-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    width: 100%;
}

.contact__phone-icon {
    padding: 0;
    flex-shrink: 0;
    margin-top: 8px;
}

.contact__phone-number {
    font-weight: 500;
    font-size: 50px;
    line-height: 1em;
    color: #242098;
    white-space: nowrap;
    flex-shrink: 0;
}

.contact__phone-hours {
    display: flex;
    flex-direction: row;
    gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
}

.contact__phone-hour {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.45;
    color: #242098;
    margin: 0;
}

.contact__buttons {
    display: flex;
    gap: 24px;
}

.contact__button {
    display: flex;
    align-items: center;
    gap: 2px;
    width: 330px;
    height: 80px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 500;
    font-size: 24px;
    color: #FFFFFF;
    padding-left: 84px;
    transition: opacity 0.3s ease;
}

.contact__button:hover {
    opacity: 0.8;
}

.contact__button--reservation {
    background-color: #F0AA39;
}

.contact__button--inquiry {
    background-color: #0000F7;
    padding-left: 61px;
}



.card__subttl--blog--01{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.card__description--blog--01{
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}


/* Swiperオプションのレイアウト */
.swiper-option__wrap {
    margin-top: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    position: relative;
    z-index: 1;
}
    .swiper-option__wrap .swiper-button-prev, .swiper-option__wrap .swiper-button-next {
        position: unset;
        margin: 0;
        width: 36px;
        height: 36px;
        flex-shrink: 0;
    }

    .swiper-option__wrap .swiper-button-prev {
        /* padding-left: 14px; */
    }
        .swiper-option__wrap .swiper-button-prev::after, .swiper-option__wrap .swiper-button-next::after {
            content: "";
            display: block;
            position: relative;
            width: 36px;
            height: 36px;
            background: url(../images/swiper-arrow.svg) center / cover no-repeat;
            left: 1px;
        }
            /* 左向き */
        .swiper-option__wrap .swiper-button-prev::after {
            transform: rotate(-181deg);
        }
        /* 右向き */
        .swiper-option__wrap .swiper-button-next::after {
            /* transform: rotate(45deg); */
            left: -1px;
        }

    .swiper-option__wrap .swiper-pagination {
        position: unset;
        width: fit-content!important;
    }
        .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
            margin: 0 4px!important;
            width: 30px;
            height: 2px;
            background: #DBDBDB;
            opacity: 1;
        }
        .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active {
            background: #2AA48C;
        }

/* Swiper 〇件以下で発火させない場合のレイアウト */
.noslide .swiper-wrapper {
    display: flex;
    justify-content: center;
    gap: 30px;
}
    .noslide .swiper-slide {
        width: 320px;
    }
.noslide .swiper-option__wrap {
    display: none;
}

.contents__area{
	width: 320px;
	margin: 0 auto;
}

.contents__item {height: 351px;}

.contents__item .customer__item-image img {
    transform: scale(1.0);
    transition: transform 0.4s ease-in-out;
}

.contents__item:hover .customer__item-image img {
      transform: scale(1.08);
    transition: transform 0.4s ease-in-out;
}

.contents__item a:hover {
    opacity: 1;
}

.content__block--slider {
    margin-top: 26px;
}

.contents__img {
    height: 210px;
    position: relative;
}

.contents__img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
} 

.l-page .contents__ttltext {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    margin-top: 14px;
}

.l-page .contents__text {
    margin-top: 2px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    width: 280px;
    overflow: hidden;
    white-space: normal;
    word-break: break-all; 
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

/* reform */

.l-page .more__btn {
    width: 252px;
    display: flex;
    justify-content: center;
    height: 58px;
    color: #fff;
    font-weight: 500;
    margin: 20px auto 0;
    position: relative;
    line-height: 2;
    padding-top: 13px;
    border-radius: 28px;
    background: #F3B95B;
    font-size: 16px;
    }


    .l-page .more__btn:hover {
       border: 1px solid #F3B95B;
       background: #fff;
       color: #F3B95B;
       opacity: 1;
        }



.l-page .section__wrapper--blog .section__ttl {
    margin-bottom: 16px;
    }

    .l-page .section__wrapper--blog .reform__text {
    line-height: 2;
    text-align: center;
    margin-bottom: 12px;
        }

        .l-page .contents__timetext time{
            color: #2AA48C;
            font-size: 12px;
            padding: 3px 8px;
            position: absolute;
            left: 0;
            top: 0;
            background: #F2FBF9;
        }

        

.side_btn {
    position: fixed;
    top: 21%;
    right: -8px;
    z-index: 100;
}

.side_btn .side_btnbox:not(:last-child) {
    margin-bottom: 11px;
}

.reservation-side-link {
    display: none!important;
}