@charset "utf-8";
/* -----------------------------------------------------------
 =top
----------------------------------------------------------- */
/* mainVisual --------------- */
.swiper-container {
    position: relative !important;
    margin: 0 auto;
}
.swiper-slide {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    margin: 0 auto;
    padding-top: 100%;
}
.slide01 {
    background-image: url("../../images/img_slide_01_sp.jpg");
}
.slide02 {
    background-image: url("../../images/img_slide_02_sp.jpg");
}
.slide03 {
    background-image: url("../../images/img_slide_03_sp.jpg");
}
.areaSlideCatch {
    position: absolute;
    bottom: 15%;
    /*left: 4%;*/
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-weight: 700;
    z-index: 100;
}
.slideCatch {
    /*margin-bottom: 0.5em;*/
    font-size: clamp(2.00rem, 3.44vw + 0.76rem, 3.40rem);
    text-shadow: 0px 0px 20px rgba(99, 99, 99, 0.4);
    white-space: nowrap;
}
.swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
    background-color: rgba(251, 251, 251) !important;
    opacity: .8 !important;
    margin: 0 6px !important;
}
.swiper-pagination-bullet-active {
    background-color: rgba(76, 142, 191) !important;
}
@media print, screen and (min-width: 768px) {
    .swiper-container {
        /*width: 100%;*/
        min-width: 1160px !important;
        /*height: 740px;*/
    }
    .slide01 {
        background-image: url("../../images/img_slide_01.jpg");
    }
    .slide02 {
        background-image: url("../../images/img_slide_02.jpg");
    }
    .slide03 {
        background-image: url("../../images/img_slide_03.jpg");
    }
    .swiper-slide {
        /*height: 100%;*/
        padding-top: 50%;
    }
    .areaSlideCatch {
        bottom: 27%;
        left: 5% !important;
        transform: translateX(0);
    }
    .slideCatch {
        font-size: clamp(3.50rem, 3.31vw + 0.96rem, 4.60rem);
    }
}
/* About us --------------- */
.areaFacility a, .areaInsta a {
    display: block;
}
.areaFacility a:not(:last-of-type), .areaInsta a:not(:last-of-type) {
    margin-bottom: 2em;
}
.cardFacility {
    background-color: #fff;
    border-radius: 10px;
}
.cardFacility img {
    border-radius: 10px 10px 0 0;
}
.facilityName {
    padding: 9px 2px 10px;
    text-align: center;
}
.facilityName dt {
    margin-bottom: 2px;
    color: #777;
    font-size: 1.1rem;
    line-height: 1.3;
    letter-spacing: -0.05em;
}
.facilityName dt span {
    display: inline-block;
    position: relative;
    margin-right: 5px;
}
.facilityName dt span:not(:first-of-type) {
    padding-left: 5px;
}
.facilityName dt span:not(:first-of-type)::before {
    position: absolute;
    top:2px;
    left: 0;
    width: 1px;
    height: 10px;
    background-color: #C1C1C1;
    content: "";
}
.facilityName dd {
    font-size: clamp(1.80rem, 0.27vw + 1.70rem, 2.00rem);
    font-weight: bold;
}
.facilityName dd.nonocity {
    letter-spacing: -0.05em;
}
@media print, screen and (min-width: 360px) {
    .areaInsta {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .areaInsta a {
        width: calc((100% - 4%) / 2);
    }
}
@media print, screen and (min-width: 480px) {
    .areaFacility {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .areaFacility a {
        width: calc((100% - 4%) / 2);
    }
    .areaFacility a:nth-child(n+3), .areaInsta a:nth-child(n+3) {
        margin-bottom: 0;
    }
}
@media print, screen and (min-width: 768px) {
    .areaFacility a, .areaInsta a {
        width: calc((100% - 90px) / 4);
        margin-bottom: 0 !important;
    }
    .facilityName {
        -ms-align-items: center;
        align-items: center;
        min-height: 75px;
    }
}
/* instagram --------------- */
.areaImgNews {
    display: block;
    position: relative;
    margin-bottom: 0.8em;
}
.areaImgNews::before {
    content: "";
    display: block;
    padding-top: 100%;
}
.imgNews {
    border-radius: 10px;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    object-fit: cover;
}
.newsSub {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -ms-align-items: center;
    align-items: center;
    margin-bottom: 0.4em;
}
.txtNews {
    line-height: 1.4;
}
.newsDate {
    margin-right: 0.6em;
    color: #7A7A7A;
}
.newsDate, .txtNews {
    font-size: clamp(1.40rem, 0.25vw + 1.31rem, 1.50rem);
}
.newsCategory {
    min-width: 8em;
    border-radius: 10px;
    padding: 0.1em 0.8em;
    font-size: 1rem;
    font-weight: bold;
    letter-spacing: 0;
    text-align: center;
}
a .newsCategory {
    color: var(--textColor);
}
.ctgAozora {
    background-color: #C5DEF3;
}
.ctgNononoki {
    background-color: #D1E7C4;
}
.cardInsta .txtNews {
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
@media print, screen and (min-width: 768px) {
    .newsDate {
        margin-right: 0.8em;
    }
    .newsCategory {
        padding: 0.1em 1em;
    }
}