@charset "UTF-8";

/*---------------------------------

    共通

---------------------------------*/
body, h1, h2, h3, h4, h5 {
    color: #1F1F1F;
    font-family: "Noto Sans JP", sans-serif;
}
a {
    color: #1F1F1F;
    font-weight: 400;
}
a:hover {
    color: #5EC7AE;
}
#wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}
.main-content-area {
    flex: 1;
}
.btn-theme-colored1 {
    background-color: #5FC7AE;
    border-color: #5FC7AE;
    color: #fff;
}
.btn-theme-colored1:hover {
    border-color: #5EC7AE;
    background-color: #fff;
    color: #5EC7AE;
}
.btn-theme-colored1:focus {
    background-color: #5FC7AE;
    border-color: #5FC7AE;
    color: #fff;
}
.sec-title {
    position: relative;
    padding-bottom: 0.6em;
    font-size: 50px;
    font-weight: 700;
    text-align: center;
}
.sec-title::after {
    position: absolute;
    bottom: 0;
    left: 50%;
    translate: -50%;
    width: 90px;
    height: 5px;
    border-radius: 9999px;
    background-color: #00C89E;
    content: "";
}
.sec-title.sec-title-left {
    text-align: left;
}
.sec-title.sec-title-left::after {
    left: 0;
    translate: 0;
}
.file-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 12px 23px;
    border-radius: 9999px;
    border: 2px solid #5EC7AE;
    background-color: #5EC7AE;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.file-button::after {
    display: inline-block;
    width: 1.4em;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    mask-image: url(../images/icon_file.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background-color 0.3s;
    content: "";
}
.file-button:hover {
    background-color: #fff;
    color: #5EC7AE;
}
.file-button:hover::after {
    background-color: #5EC7AE;
}
.file-button:focus {
    color: #fff;
}
.file-button02 {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    column-gap: 10px;
    padding: 15px 64px;
    border-radius: 9999px;
    border: 2px solid #3E5D76;
    background-color: #3E5D76;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.file-button02::after {
    display: inline-block;
    width: 1.5em;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    mask-image: url(../images/icon_file.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background-color 0.3s;
    content: "";
}
.file-button02:hover {
    background-color: #fff;
    color: #3E5D76;
}
.file-button02:hover::after {
    background-color: #3E5D76;
}
.tel-button {
    display: inline-flex;
    align-items: center;
    column-gap: 20px;
    padding: 12px 50px 12px 40px;
    border-radius: 9999px;
    border: 2px solid #3E5D76;
    background-color: #3E5D76;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.tel-button::before {
    display: inline-block;
    width: 1.5em;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    mask-image: url(../images/icon_tel.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    transition: background-color 0.3s;
    content: "";
}
.tel-button:hover {
    background-color: #fff;
    color: #3E5D76;
}
.tel-button:hover::before {
    background-color: #3E5D76;
}
.text {
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 1199px) {

    .sec-title {
        font-size: 40px;
    }
    .sec-title::after {
        width: 72px;
    }

}
@media (max-width: 767px) {

    .sec-title {
        font-size: 32px;
    }
    .sec-title::after {
        width: 56px;
    }
    .text {
        font-size: 14px;
    }

}


/*---------------------------------

    ヘッダー

---------------------------------*/
.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
body.tm-container-1300px .header .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 30px;
}
.contact-phone a {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: underline;
}
.contact-phone a::before {
    display: inline-block;
    width: 1.5em;
    aspect-ratio: 1 / 1;
    background-image: url(../images/icon_tel.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
.contact-email {
    margin-right: 0;
}
.contact-email a {
    display: inline-flex;
    align-items: center;
    column-gap: 10px;
    text-decoration: underline;
}
.contact-email a::before {
    display: inline-block;
    width: 1.5em;
    aspect-ratio: 1 / 1;
    background-image: url(../images/icon_mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    content: "";
}
header#header .header-top .contact-info li:not(:first-child):before {
    content: none;
}
.header-nav h1 {
    width: fit-content;
    margin-bottom: 0;
}
.menuzord-brand {
    margin: 25px 10px 25px 0;
}
header#header .menuzord-brand img {
    width: 240px;
    max-height: unset !important;
}
#top-primary-nav.menuzord {
    display: flex;
    align-items: center;
    column-gap: 20px;
}
#top-primary-nav .menuzord-menu > li > a {
    font-size: 20px;
    font-weight: 600;
}
.menuzord.theme-color2 .menuzord-menu > li:hover > a {
    background: none;
    color: #5EC7AE;
}
#top-primary-nav .btn {
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 600;
}
#top-primary-nav .menuzord-menu > li:nth-child(8) {
    display: none;
}
.menuzord.menuzord-color-default.menuzord-border-boxed .menuzord-menu > li:hover > a {
    border-color: #5EC7AE !important;
}
@media (max-width: 1500px) {

    header#header .menuzord-brand img {
        width: 170px;
    }
    #top-primary-nav .menuzord-menu > li > a {
        font-size: 16px;
    }
    #top-primary-nav .btn {
        padding: 16px 32px;
        font-size: 16px;
    }

}
@media (max-width: 1199px) {

    header#header.header-layout-type-header-2rows .menuzord-brand {
        margin-bottom: 10px;
        margin-top: 10px;
    }
    #top-primary-nav .menuzord-menu > li:nth-child(8) {
        display: block;
    }
    #top-primary-nav .btn {
        display: none;
    }
    .menuzord .showhide {
        float: unset;
        margin-right: 30px;
    }
    #top-primary-nav-clone.menuzord-responsive .menuzord-menu > li > a {
        background-color: #3E5D76;
    }

}
@media (max-width: 767px) {

    body.tm-container-1300px .header .container {
        padding: 0 16px;
    }
    header#header .header-top .element {
        padding: 5px 0;
    }
    header#header .header-top .contact-info li {
        height: 26px;
    }
    header#header .header-top .contact-info li.contact-phone {
        margin-bottom: 0;
    }
    header#header .header-top .contact-info li.contact-email {
        margin-top: 0;
    }
    .contact-phone a,
    .contact-email a {
        font-size: 14px;
    }
    header#header.header-layout-type-header-2rows .menuzord-brand {
        margin-bottom: 5px;
        margin-top: 5px;
    }
    header#header .menuzord-brand img {
        width: 140px;
    }
    .menuzord .showhide {
        margin-right: 10px;
    }

}


/*---------------------------------

    フッター

---------------------------------*/
.footer-paragraph {
    color: #1F1F1F;
    font-size: 13px;
    text-align: center;
}
.scrollToTop {
    background: #5EC7AE;
}
.scrollToTop:hover {
    box-shadow: 0 10px 20px rgba(94, 199, 174, 0.5);
}
@media (max-width: 767px) {

    .footer {
        margin-bottom: 50px;
    }
    .scrollToTop {
        bottom: 65px;
    }

}


/*---------------------------------

    サイドメニュー

---------------------------------*/
.fixed-menu {
    position: fixed;
    right: 0;
    top: 50%;
    translate: 0 -50%;
    z-index: 10;
    margin-top: 70px;
}
.fixed-menu {
    display: flex;
    flex-direction: column;
}
.fixed-menu a {
    display: inline-flex;
    flex-direction: column;
    padding: 16px;
    border-radius: 16px 0 0 16px;
    border: 2px solid #5EC7AE;
    background-color: #5EC7AE;
    color: #fff;
}
.fixed-menu a:last-child {
    border-color: #3E5D76;
    background-color: #3E5D76;
}
.fixed-menu a span {
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    writing-mode: vertical-rl;
    font-size: 17px;
    font-weight: 600;
    letter-spacing: 0.35em;
}
.fixed-menu a span::after {
    display: inline-block;
    width: 1.2em;
    aspect-ratio: 1 / 1;
    background-color: #fff;
    mask-image: url(../images/icon_file.svg);
    mask-repeat: no-repeat;
    mask-position: center;
    mask-size: contain;
    content: "";
}
.fixed-menu a:hover {
    background-color: #fff;
    color: #5EC7AE;
}
.fixed-menu a:hover span::after {
    background-color: #5EC7AE;
}
.fixed-menu a:last-child:hover {
    background-color: #fff;
    color: #3E5D76;
}
.fixed-menu a:last-child:hover span::after {
    background-color: #3E5D76;
}
@media (max-width: 767px) {

    .fixed-menu {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        top: unset;
        bottom: 0;
        left: 0;
        right: 0;
        translate: 0 0;
        margin-top: 0;
    }
    .fixed-menu a {
        justify-content: center;
        border-radius: 0;
        padding: 10px 16px;
    }
    .fixed-menu a span {
        justify-content: center;
        font-size: 14px;
        letter-spacing: 0;
        writing-mode: unset;
    }

}


/*---------------------------------

    メインビジュアル

---------------------------------*/
.mv-slide {
    position: relative;
}
.mv-box {
    position: absolute;
    top: 50%;
    left: 50%;
    opacity: 0;
    translate: -50% calc(-50% + 30px);
    padding: 70px 130px;
    transition: opacity 1s 0.5s, translate 1s 0.5s;
}
.splide__slide.is-active .mv-box {
    opacity: 1;
    translate: -50% -50%;
}
.mv-title {
    margin-bottom: 0;
    font-family: "Noto Serif JP", serif;
    font-size: 60px;
    font-weight: 900;
    line-height: 1.3;
    white-space: nowrap;
}
.mv-title span {
    color: #5EC7AE;
}
.mv-text {
    margin-bottom: 0;
    font-size: 25px;
    white-space: nowrap;
}
@media (max-width: 1199px) {

    .mv-title {
        font-size: 50px;
    }
    .mv-text {
        font-size: 20px;
    }

}
@media (max-width: 767px) {

    .mv-box {
        padding: 20px;
        outline: 3px solid #f1f1f1;
        outline-offset: 3px;
    }
    .mv-title {
        font-size: 32px;
    }
    .mv-text {
        font-size: 12px;
    }

}


/*---------------------------------

    お知らせ

---------------------------------*/
.news .btn {
    width: 290px;
    border-color: #3E5D76;
    background-color: #3E5D76;
    font-size: 18px;
}
.news .btn:hover {
    background-color: #fff;
    color: #3E5D76;
}
.news-box {
    max-width: 1040px;
    margin: 0 auto 40px;
    padding: 20px 40px;
    background-color: #fff;
}
.news-area {
    max-height: 230px;
    overflow-y: auto;
    padding-right: 80px;
}
.news-area::-webkit-scrollbar {
    width: 5px;
    height: 20px;
}
.news-area::-webkit-scrollbar-thumb {
    background-color: #5EC7AE;
    border-radius: 3px;
}
.news-area::-webkit-scrollbar-track {
    background-color: #C3CBC9;
    border-radius: 3px;
}
.news-item {
    display: grid;
    grid-template-columns: 130px auto 1fr;
    column-gap: 20px;
    align-items: center;
    padding: 8px 30px;
    border-bottom: 1px solid #D6D6D6;
}
.news-date {
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 600;
}
.news-tag {
    display: inline-grid;
    place-items: center;
    width: 106px;
    padding: 2px 16px;
    margin-bottom: 0;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.news-item.cat-0 .news-tag {
    background-color: #A3BA1A;
}
.news-item.cat-1 .news-tag {
    background-color: #ED153B;
}
.news-item.cat-2 .news-tag {
    background-color: #08A0BB;
}
.news-title {
    margin-bottom: 0;
}
.news-title a {
    font-size: 16px;
}
.news-bottom {
    display: flex;
    justify-content: center;
    column-gap: 24px;
}
#news-detail-calltoaction {
    padding: 100px 0;
}
#news-detail-calltoaction #up_ymd {
    margin-top: 10px;
    margin-bottom: 30px;
    font-size: 16px;
}
#news-detail-calltoaction h2 {
    font-size: 24px;
}
#news-detail-calltoaction .event-details-content #detail * {
    font-size: 16px !important;
}
#news-detail-calltoaction .event-details-content a:not([class]) {
    color: #5EC7AE;
}
#news-detail-calltoaction .event-details-content a:not([class]):hover {
    opacity: 0.7;
}
#news-detail-calltoaction .news .btn {
    width: 230px;
}
@media (max-width: 767px) {

    .news-box {
        padding: 20px;
    }
    .news-area {
        max-height: 360px;
        padding-right: 10px;
    }
    .news-item {
        display: flex;
        flex-wrap: wrap;
        padding: 8px 20px 8px 10px;
    }
    .news-date {
        width: 110px;
        font-size: 14px;
    }
    .news-tag {
        font-size: 11px;
    }
    .news-title {
        width: 100%;
    }
    .news-title a {
        font-size: 14px;
    }
    .news-bottom {
        flex-direction: column;
        align-items: center;
        gap: 10px;
    }
    .news .btn {
        width: 280px;
        font-size: 16px;
    }
    #news-detail-calltoaction {
        padding: 80px 0;
    }

}


/*---------------------------------

    施設紹介

---------------------------------*/
.facility .text {
    padding-right: 50px;
}
@media (max-width: 991px) {

    .facility .text {
        padding-right: 0;
    }

}


/*---------------------------------

    サービス

---------------------------------*/
.tm-sc-services {
    height: 100%;
}
.tm-sc-services.services-style-current-theme2 .tm-service {
    height: inherit;
    margin-bottom: 0;
    background-color: #5EC7AE;
    text-align: center;
}
.tm-sc-services.services-style-current-theme2 .tm-service .content {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 30px;
}
.tm-sc-services.services-style-current-theme2 .tm-service h3 {
    display: grid;
    place-items: center;
    min-height: 52px;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.tm-sc-services.services-style-current-theme2 .tm-service:hover {
    box-shadow: unset;
}
.tm-sc-services.services-style-current-theme2 .tm-service:hover .thumb img {
    transform: unset;
}
.modal-trigger {
    display: block;
    width: fit-content;
    margin-top: auto;
    padding: 5px 42px;
    border: none;
    border-radius: 9999px;
    background-color: #fff;
    color: #5EC7AE;
    font-size: 14px;
    font-weight: 600;
}
.modal-trigger span {
    display: inline-block;
    transition: scale 0.3s;
}
.modal-trigger:hover span {
    scale: 1.2;
}


/*---------------------------------

    モーダル

---------------------------------*/
.cm-modal {
	display: none;
	position: fixed;
    inset: 0;
    z-index: 1000;
}
.cm-modal.is-open {
    display: grid;
	place-items: center;
}
.cm-modal-overlay {
    position: absolute;
    inset: 0;
    background-color: rgb(0 0 0 / 0.6);
}
.cm-modal-container {
	position: relative;
	width: 90%;
    max-width: 1140px;
    max-height: 80vh;
    padding: 140px 140px 64px;
    overflow-y: auto;
    background-color: #fff;
}
.cm-modal-title {
    margin: 0 0 40px;
    font-size: 24px;
    font-weight: 600;
}
.cm-modal-close {
	position: absolute;
    top: 80px;
	right: 90px;
	width: 50px;
    height: 50px;
    background: none;
    border: none;
    cursor: pointer;
}
.cm-modal-close::before,
.cm-modal-close::after {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 54px;
    height: 6px;
    background-color: #000;
    content: "";
}
.cm-modal-close::before {
    transform: translate(-50%, -50%) rotate(45deg);
}
.cm-modal-close::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.cm-modal-img {
    margin-bottom: 30px;
    text-align: center;
}
.cm-modal-img img {
    width: 48%;
}
.cm-modal-text {
    font-size: 16px;
}
.cm-modal-text-lg {
    font-size: 18px;
}
.cm-modal-sub-title {
    font-size: 16px;
    font-weight: 600;
}
.cm-modal-list {
    list-style: none;
    font-size: 18px;
}
.cm-modal-list a:hover {
    text-decoration: underline;
}
.cm-modal-bottom {
    margin-top: 40px;
    text-align: center;
}
.cm-modal-button {
    display: inline-grid;
    place-items: center;
    padding: 7px 58px;
    border-radius: 5px;
    border: 2px solid #3E5D76;
    background-color: #3E5D76;
    color: #fff;
    font-size: 16px;
    transition: background-color 0.3s, color 0.3s;
}
.cm-modal-button:hover {
    background-color: #fff;
    color: #3E5D76;
}
.cm-modal-shibuyaen-left {
    width: 270px;
    margin-left: auto;
}
.cm-modal-shibuyaen-right {
    width: 280px;
}
@media (max-width: 991px) {

    .cm-modal-container {
        padding: 140px 80px 64px;
    }
    .cm-modal-close {
        right: 70px;
    }
    .cm-modal-shibuyaen-left {
        width: 70%;
        margin: 0 auto;
    }
    .cm-modal-shibuyaen-right {
        width: 70%;
        margin: 0 auto;
    }

}
@media (max-width: 767px) {

    .cm-modal-container {
        padding: 60px 30px;
    }
    .cm-modal-close {
        top: 20px;
        right: 20px;
        width: 40px;
        height: 40px;
    }
    .cm-modal-close::before,
    .cm-modal-close::after {
        width: 36px;
        height: 4px;
    }
    .cm-modal-img img {
        width: 100%;
    }
    .cm-modal-text {
        font-size: 14px;
    }
    .cm-modal-text-lg {
        font-size: 16px;
    }
    .cm-modal-sub-title {
        font-size: 14px;
    }
    .cm-modal-list {
        font-size: 16px;
    }
    .cm-modal-button {
        font-size: 14px;
    }
    .cm-modal-shibuyaen-left {
        width: 100%;
    }
    .cm-modal-shibuyaen-right {
        width: 100%;
    }

}


/*---------------------------------

    入居の流れ

---------------------------------*/
.flow-contents {
    margin-top: 60px;
}
.tab-content {
    padding: 0;
    border: none;
}
.vertical-tab {
    padding-right: 60px;
}
.nav-pills {
    gap: 12px;
}
.nav-pills .nav-link {
    padding: 20px 56px;
    border: 2px solid #5EC7AE;
    border-radius: 7px;
    background-color: #5EC7AE;
    color: #fff;
    font-size: 20px;
    font-weight: 600;
}
.nav-pills .nav-link.active {
    background-color: #fff;
    color: #5EC7AE;
}
.flow-sub-title {
    font-size: 25px;
    font-weight: 600;
}
.flow-text {
    font-size: 18px;
    font-weight: 600;
}
@media (max-width: 991px) {

    .vertical-tab {
        padding-right: 30px;
    }

}
@media (max-width: 767px) {

    .vertical-tab {
        padding-right: 0;
        margin-bottom: 40px;
    }
    .nav-pills .nav-link {
        padding: 20px 30px;
        font-size: 16px;
    }
    .flow-sub-title {
        font-size: 20px;
    }
    .flow-text {
        font-size: 14px;
    }
    .flow-button {
        text-align: center;
    }

}


/*---------------------------------

    料金表

---------------------------------*/
.price-contents {
    margin-top: 70px;
}
.price-sub-title {
    margin-bottom: 20px;
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.price-list {
    display: flex;
    justify-content: center;
    column-gap: 90px;
    list-style: none;
}
.price-item a {
    width: 270px;
    white-space: nowrap;
}
@media (max-width: 1199px) {

    .price-list {
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }

}
@media (max-width: 767px) {

    .price-contents {
        margin-top: 40px;
    }
    .price-sub-title {
        font-size: 20px;
    }
    .price-item a {
        width: 290px;
    }

}


/*---------------------------------

    施設概要

---------------------------------*/
.summary-list-item {
    display: grid;
    grid-template-columns: 370px 1fr;
    border-top: 1px solid #707070;
}
.summary-list-item:last-child {
    border-bottom: 1px solid #707070;
}
.summary-list-item dt {
    background-color: #5EC7AE;
    color: #fff;
    padding: 30px 40px;
    font-size: 20px;
    font-weight: 600;
}
.summary-list-item dt.center {
    display: grid;
    align-items: center;
}
.summary-list-item dd {
    padding: 30px 40px;
    margin-bottom: 0;
    border-right: 1px solid #707070;
}
.summary-list-item dd p {
    margin-bottom: 0;
    font-size: 16px;
}
.summary-list-item-kobaton {
    display: inline-block;
    width: 82px;
}
.summary-list-item-kobaton:hover {
    opacity: 0.7;
}
.summary-list-item-security {
    display: inline-block;
    width: 110px;
    margin-left: 40px;
}
.summary-list-item-security:hover {
    opacity: 0.7;
}
.summary-bottom {
    margin-top: 90px;
}
.summary-button-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 26px;
    list-style: none;
}
.summary-button-list a,
.summary-button-list button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 290px;
    height: 100%;
    padding: 17px 40px;
    font-size: 16px;
    font-weight: 600;
}
@media (max-width: 767px) {

    .summary-list-item {
        display: block;
        border-top: unset;
    }
    .summary-list-item:last-child {
        border-bottom: unset;
    }
    .summary-list-item dt {
        padding: 10px 20px;
        font-size: 14px;
    }
    .summary-list-item dd {
        padding: 12px 20px;
        border-right: unset;
    }
    .summary-list-item dd p {
        font-size: 14px;
    }
    .summary-list-item-button {
        text-align: center;
    }

}


/*---------------------------------

    お問い合わせ

---------------------------------*/
.contact-text {
    font-size: 25px;
    font-weight: 600;
    text-align: center;
}
.contact-items {
    display: flex;
    justify-content: center;
    column-gap: 120px;
}
.contact-item {
    width: 345px;
}
.contact-item a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #1F1F1F;
    text-align: center;
}
.contact-item-icon {
    display: grid;
    place-items: center;
    width: 127px;
    height: 127px;
    border-radius: 50%;
    background-color: #5EC7AE;
}
.contact-item-icon img {
    transition: scale 0.3s;
}
.contact-item a:hover .contact-item-icon img {
    scale: 1.3;
}
.contact-item-title {
    font-size: 18px;
    font-weight: 600;
}
.contact-item-text {
    margin-bottom: 0;
    font-size: 18px;
}
@media (max-width: 767px) {

    .contact-text {
        font-size: 20px;
    }
    .contact-items {
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }
    .contact-item-icon {
        width: 100px;
        height: 100px;
    }
    .contact-item-icon img {
        width: 40%;
    }
    .contact-item-title {
        font-size: 16px;
    }
    .contact-item-text {
        font-size: 16px;
    }

}
