@charset "utf-8";

body{
    font-family: "Noto Sans JP";
    color: #393A3B;
    line-height: 2;
    letter-spacing: 0.06em;
    min-width: 1100px;
    animation: fadeIn 1s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}


button{
    color: #393A3B;
    outline: none;
}

a{
    outline: none;
}

.prompt-regular {
    font-family: "Prompt", sans-serif,"Noto Sans JP";
    font-weight: 400;
    font-style: normal;
}

.noto-sans-jp {
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.en{
    font-family: Prompt;
    font-weight: 400;
    letter-spacing: 0.07em;
}

.container{
    overflow: hidden;
}

.content__wrapper{
    width: 94%;
    margin: 0 auto;
}

li{
    list-style: none;
}

a{
    text-decoration: none;
    color:#393A3B;
}

img{
    object-fit: cover;
}

/* ヘッダー */
.header__wrapper{
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 25px;
}

.header__wrapper > ul{
    display: flex;
    flex-wrap: wrap;
}

.header__logo{
    width: 29%;
}

.header__wrapper > ul > li{
    margin-left: 49px;
    position: relative;
}

.header__wrapper ul li a{
    font-weight: 500;
}

/* メインビジュアル */
.top__fade__box {
    position: relative;
    padding-top: 55.6%;
    overflow: hidden;
    margin-top: 100px;
    width: 94%;
    height: 80vh;
    margin-inline: auto;
    border-radius: 20px;
}

.top__fade__img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.top__fade__box img {
    opacity: 0;
    transform: scale(1);
    transition: transform 3s ease, opacity 3s ease;
}

.top__fade__box img.is-active {
    opacity: 1;
    transform: scale(1.04);
    transition: transform 3s ease, opacity 3s ease;
}

.mv__container{
    position: relative;
    pointer-events: none;
}

.top__mv__text{
    width: 51%;
    position: absolute;
    top: -5%;
    left: 50%;
    transform: translateX(-50%);
}

.top__fade__box img:first-child {
    opacity: 1;
}

/* ニュース */
.top__news{
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 65px 0;
    background-color: #EFF6FF;
    border-radius: 20px;
    margin: 55px auto;
}

.top__news > h2{
    font-size: 40px;
    color: #6E9CD3;
}

.top__news ul{
    width: 72%;
}

.top__news li{
    border-bottom: 1px solid #B8BABC;
}


.top__news time{
    font-size: 15px;
    color: #6E9CD3;
    flex: none;
    width: 114px;
}

.top__news__list button{
    display: flex;
    padding-bottom: 20px;
    margin-top: 20px;
}

.top__news__list p{
    font-weight: 400;
    font-size: 16px;
}

.fadein{
    opacity: 0;
    transform: translateY(50px);
   transition: .7s ease;
}

.fadein.scrollin{
    opacity: 1;
    transform: translateY(0px);
}

.dl{
    width: 600px;
    height: 597px;
    background-color: #fff;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1;
}

/* メッセージ */
.message__wrapper{
    display: flex;
    justify-content: space-between;
    width: 100%;
    align-items: center;
    position: relative;
    padding-bottom: 300px;
    margin-bottom: 20vw;
}

.top__message__img01{
    width: 32%;
    border-radius: 0 16px 16px 0;
}

.top__message__text{
    width: 52%;
    margin-right: 8%;
}

.top__message h1{
    font-size: max(2.3vw,20px);
    font-weight: 500;
}

.top__message p{
    margin-top: 25px;
    font-size: max(1.2vw,14px);
}

.top__message__img02{
    width: 18%;
    min-width: 200px;
    border-radius: 16px;
    position: absolute;
    top: 35vw;
    left: 17%;
}

.top__message__img03{
    width: 18%;
    min-width: 200px;
    border-radius: 16px;
    position: absolute;
    left: 38%;
    top: 30vw;
}

.top__message__img04 {
    width: 40%;
    min-width: 200px;
    border-radius: 16px 0 0 16px;
    position: absolute;
    right: 0%;
    top: 24vw;
}

.top__message__rotate01{
    width: 413px;
    height: 413px;
    position: absolute;
    top: -5%;
    right: -11%;
    z-index: -1;
}
.top__message__rotate02{
    width: 287px;
    height: 287px;
    position: absolute;
    bottom: -8%;
    left: -4%;
}


/* マネージメントファシリティ */
.top__management__facility{
    position: relative;
    width: 100%;
    margin-bottom: 10vw;
}

.section__title{
    color: #C6D6EE;
    line-height: 1.5;
    font-size: max(3.7vw, 29px);
    display: block;
}

.section__subtitle{
    font-size: max(1.64vw,16px);
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 40px;
}
.section__subtitle::before{
    content: "";
    display: inline-block;
    width: 14px;
    height: 14px;
    background-image: url(../img/common/mat-secttl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 5px;
}

.top__management__facility__inner{
    display: flex;
    align-items: flex-start;
}

.top__management__facility__img01{
    width: 45%;
    min-width: 446px;
    min-width: 420px;
    border-radius: 0 16px 16px 0;
    z-index: 2;
}

.top__management__facility__text{
    width: 44%;
    min-width: 487px;
    padding: 2% 4% 2% 8%;
    background-color: #fff;
    border-radius: 16px;
    transform: translateX(-7.5vh);
}

.top__management__facility__text p{
    font-size: max(1.15vw,13px);
}

.content__subtitle{
    color: #6E9CD3;
    font-weight: 500;
}

.content__title{
    font-size: max(2.3vw,20px);
    font-weight: 500;
    display: inline-block;
}

.icon__insta{
    width: 26px;
    height: 26px;
    margin-left: 10px;
    transform: translateY(4px);
}

.icon__insta:hover{
    opacity: 0.5;
}


.icon__cafe__wi-fi{
    width: 26%;
    display: block;
    margin: 15px 0;
}

.website{
    display: block;
    width: fit-content;
    color: #6E9CD3;
    font-size: max(1.04vw, 11px);
    border-bottom: 1px solid #6E9CD3;
    margin: 10px 0;
    transition: .3s ease;
}

.website::after{
    content: '';
    display: inline-block;
    background-image: url(../img/common/icon_link.svg);
    width: 12px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 9px;
}

.website:hover{
    opacity: 0.5;
}

.top__management__facility__inner .top__special__activity__imgbox {
    display: none;
}

.top__management__facility__back{
    width: 90%;
    height: 19vw;
    background: linear-gradient(90deg, rgba(92,211,211,1) 0%, rgba(64,178,234,1) 100%);
    border-radius: 16px 0 0 16px;
    position: absolute;
    top: 70%;
    left: 10%;
    z-index: -1;
}

.top__management__facility__img03{
    border-radius: 16px;
    width: 22%;
    position: absolute;
    top: 0;
    right: -1%;
}

/* スペシャルアクティビティ */
.top__special__activity{
    position: relative;
}

.top__special__activity__content{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}

.kairyomaru{
    width: 48%;
}

.bluehorizon{
    width: 48%;
    position: relative;
}

.bluehorizon .top__special__activity__img{
    width: 90%;
    margin-bottom: 50px;
}

.top__special__activity__imgbox{
    display: flex;
    gap:20px;
    max-width: 65%;
    position: absolute;
    right: 0;
    top: 20.7vw;
}

.top__special__activity__imgbox img{
    border-radius: 18px;
    width: 50%;
}

.top__special__activity__img{
    width: 100%;
    border-radius: 16px;
    margin-bottom: 10px;
}

.bluehorizon p{
    font-size: max(1.19vw,16px);
}

.kairyomaru p{
    font-size: max(1.19vw,16px);
}

.top__special__activity_back{
    width: 90%;
    height: 25%;
    background: linear-gradient(90deg, rgba(92,211,211,1) 0%, rgba(64,178,234,1) 100%);
    border-radius: 16px 0 0 16px;
    position: absolute;
    top: 30%;
    z-index: -1;
}


/* ステイ */
.top__stay__back{
    padding: 80px 40px;
    margin-bottom: 100px;
    height: calc(100% - 90px);
    background: linear-gradient(270deg, rgba(92, 211, 211, 1) 0%, rgba(64,178, 234, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 16px;
}

.top__stay__contentwrapper{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 3.5%;
}

.top__stay__rotate01{
    width: 413px;
    height: 413px;
    position: absolute;
    top: -4%;
    right: -8%;
}

.top__stay__titlewrapper p{
    font-size: max(1.12vw,14px);
    line-height: 1.7;
}

.top__stay h3{
    display: inline-block;
    font-size: max(1.7vw,17px);
    font-weight: 500;
}

.top__stay__content{
    width: 31%;
    margin-bottom: 44px;
    border-radius: 16px;
    background-color: #fff;
    position: relative;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.16);
}

.top__stay__placewrapper{
    position: relative;
}

.top__stay__place{
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    color: #6E9CD3;
    border: 1px solid #6D9CD3;
    text-align: center;
    border-radius: 3px;
    font-size: max(1.19vw, 14px);
    line-height: 1.8;
    padding: 0px 12px;
    font-weight: 700;
}

.stay__img{
    width: 100%;
    border-radius: 16px;
}

.top__stay__titlewrapper{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.top__stay__titlewrapper a{
    line-height: 1;
}

.top__stay__textwrapper{
    padding: 10px 20px;
}

.top__stay__textwrapper p{
    margin-bottom: 10px;
    line-height: 1.7;
    font-size: max(1.12vw,12px);
}

.icon__play{
    margin-left: 10px;
    transform: translateY(4px);
}

.icon__play:hover{
    opacity: 0.5;
}

/* アクティビティ */
.top__activity__back{
    background: rgb(92,211,211);
    background: linear-gradient(270deg, rgba(92,211,211,1) 0%, rgba(64,178,234,1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    padding: 80px 40px;
    margin-bottom: 140px;
    border-radius: 16px;
}

.top__activity__contentwrapper{
    display: flex;
    flex-wrap: wrap;
    position: relative;
    gap: 3.5%;
}

.top__activity__rotate01{
    width: 413px;
    height: 413px;
    position: absolute;
    top: -4%;
    right: -6%;
}

.top__activity__content{
    width: 31%;
    margin-bottom: 44px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.16);
}

.activity__img{
    width: 100%;
    border-radius: 16px;
}

.top__activity__placewrapper{
    position: relative;
}

.top__activity__place {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    color: #6E9CD3;
    border: 1px solid #6D9CD3;
    text-align: center;
    border-radius: 3px;
    font-size: max(1.19vw, 14px);
    line-height: 1.8;
    padding: 0px 12px;
    font-weight: 700;
}

.top__activity__titlewrapper{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}

.top__activity__titlewrapper a{
    line-height: 1;
}

.top__activity h3{
    display: inline-block;
    font-size: max(1.7vw,17px);
    line-height: 1.5;
    font-weight: 500;
}

.top__activity__textwrapper p{
    font-size: max(1.12vw,12px);
    line-height: 1.7;
    margin-bottom: 10px;
}

.top__activity__textwrapper{
    padding: 10px 20px;
}

.category{
    display: inline-block;
    width: fit-content;
    color: #6E9CD3;
    font-size: 14px;
    background-color: #EFF6FF;
    padding: 2px 12px;
    border-radius: 30px;
    margin-top: 10px;
}

/* フッター */
.footer__wrapper{
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    overflow: hidden;
}

footer img{
    display: block;
}

.top__footer__text{
    margin: 40px 0;
}

.top__footer__address{
    font-size: 14px;
}

.top__footer__address a{
    width: fit-content;
    color: #6E9CD3;
    border-bottom: 1px solid #6E9CD3;
    position: relative;
    z-index: 90;
}

.top__footer__address strong {
    font-weight: 400;
    font-size: 18px;
}

.copyright{
    font-size: 12px;
    margin: 150px 0 40px;
}

.footer__rotate{
    width: 623px;
    height: 623px;
    position: absolute;
    top: 55%;
}

.rotate{
    animation:13s linear infinite rotation1;
}

.pc{
    display: block !important;
}
.sp{
    display: none !important;
}


@keyframes rotation1{
  0%{ transform:rotate(0);}
  100%{ transform:rotate(360deg); }
}


/* レスポンシブ */
@media screen and (max-width:767px){
    body{
        min-width: 0;
        line-height: 1.8;
    }

    .pc{
        display: none !important;
    }
    .sp{
        display: block !important;
    }

    .content__wrapper{
        width: 89%;
    }

    .header__logo{
        width: 70%;
    }

    .website{
        margin-top: 10px;
        margin-bottom: 0;
    }

.header__wrapper ul li a{
    font-size: 20px;
    background-color: #fff;
    display: block;
    margin-bottom: 20px;
    border-radius: 10px;
    padding: 16px 20px;
    color:#6E9CD3;
}

.header__wrapper ul li a::before {
    content: "";
    display: inline-block;
    width: 10px;
    height: 12px;
    background-image: url(../img/common/mat-secttl.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
}

.header__wrapper ul{
    padding: 120px 30px 0;
}

/* ヘッダー */
#humberger{
    width: 55px;
    height: 55px;
    border: 1px solid #6D9CD3;
    border-radius: 8px;
    padding: 12px 10px;
    z-index: 1000;
    position: fixed;
    right: 20px;
    top: 25px;
    background-color: #6D9CD3;
}

#humberger span{
    display: block;
    width: 22px;
    height: 2px;
    background-color: #fff;
    margin-inline: auto;
    transition: .3s ease;
}

#humberger span:nth-child(2){
    margin-block: 5px;
}

#humberger.open span:first-child {
    transform: rotate(45deg) translateY(5px) translateX(5px);
}

#humberger.open span:nth-child(2){
    opacity: 0;
}

#humberger.open span:last-child {
    transform: rotate(-45deg) translateY(-5px) translateX(5px);
}

#gloval_nav.open {
    left: 0;
  }

#gloval_nav{
    display: inline-block;
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100dvh;
    z-index: 999;
    background-color: #EFF6FF;
    line-height: 1.3;
    opacity: 1;
    transition: .7s ease;
}

#gloval_nav li{
    margin-bottom: 35px;
    font-weight: 400;
    margin: 0;
}

#gloval_nav li::after{
    width: 0%;
}


.top__fade__box{
    padding-top: 140%;
    margin-top: 50px;
    width: 89%;
    aspect-ratio: 335 / 494;
    height: 70dvh;
}

.top__mv__text{
    width: 78%;
    top: -3%;
}

/* ニュース（スマホ） */
.top__news{
    display: flex;
    flex-direction: column;
    padding: 35px 20px;
    line-height: 1.5;
    margin-top: 30px;
    scroll-margin-top: 60px;
}

.top__news time{
    display: block;
    font-size: 15px;
    margin-top: 8px;
    margin-right: 0;
    color: #6E9CD3;
    width: 100%;

}

.top__news ul{
    width: 100%;
}

.top__news li:last-child{
    border-bottom: 0;
}

.top__news__list button {
    display: block;
    padding-bottom: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: left;
}

.top__news > h2{
    font-size: 32px;
}

/* メッセージ(スマホ) */
.message__wrapper{
    display: flex;
    flex-direction: column;
    padding-bottom: 0;
    margin-bottom: 15%;
}

.top__message__img01sp{
    width: 90%;
    border-radius: 16px;
    margin-right: 10%;
    border-radius: 0 16px 16px 0;
}

.top__message__img02sp{
    width: 90%;
    margin-left: 10%;
}

.top__message__text{
    width: 90%;
    margin-right: 0;
}

.top__message h1{
    margin-top: 60px;
    font-size: 7.5vw;
    line-height: 1.6;
}

.top__message p {
    margin-top: 10px;
    margin-bottom: 60px;
    line-height: 1.8;
    font-size: 16px;
}

.top__message__rotate01{
    width: 150px;
    height: 150px;
    top: 29%;
    left: -10%;
}

.top__message__rotate02{
    width: 175px;
    height: 175px;
    top: 77%;
    left: initial;
    right: -15%;
    z-index: -1;
}

/* マネージメントファシリティ */

.section__subtitle::before{
    width: 10px;
    height: 10px;
}

.top__management__facility{
    position: relative;
    margin-bottom: 100px;
    scroll-margin-top: 40px;
}

.top__special__activity{
    scroll-margin-top: 40px;
}

.icon__cafe__wi-fi{
    width: 36%;
    margin: 8px 0px;
}

.top__management__facility__img01{
    display: none;
}

.top__management__facility__img03{
    display: none;
}

.top__management__facility__img04{
    width: 100%;
    object-fit: cover;
    border-radius: 16px 16px 0 0;
    margin-bottom: 20px;
}

.top__management__facility__img05{
    width: 51%;
    position: absolute;
    top: 97%;
    right: 13%;
    border-radius: 16px;
}

.section__subtitle{
    margin-bottom: 30px;
}

.top__management__facility__text{
    width: 100%;
    min-width: auto;
    padding: 5% 5% 10% 5%;
    transform: none;
    border-radius: 0 0 16px 16px;
    line-height: 2.2;
}

.top__management__facility__inner{
    width: 90%;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.16);
    border-radius: 16px;
}

.top__management__facility__back{
    height: 35%;
    width: 100%;
    top: 70%;
    left: 0%;
    border-radius: 0px;
}

/* スペシャルアクティビティ */
.top__special__activity__content{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-bottom: 60px;
}

.bluehorizon{
    width: 100%;
    margin-bottom: 100px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.16);
}

.bluehorizon .top__special__activity__img {
    width: 100%;
    border-radius: 16px 16px 0 0;
    margin-bottom: 10px;
}

.top__special__activity__imgbox {
    top: 42vw;
    max-width: 80%;
    position: relative;
    top: 0;
    margin-inline: 20px;
    max-width: 100%;
    gap:4%;
}

.top__special__activity__imgbox img {
    border-radius: 12px;
    width: 48%;
}

.top__special__activity__text{
    padding: 5% 20px 10% 20px;
}

.top__special__activity_back{
    width: 100%;
    aspect-ratio: 355 / 283;
}

.bluehorizon__back{
    width: 100%;
    aspect-ratio: 355 / 283;
    max-width: 100%;
    background: rgb(92,211,211);
    background: linear-gradient(270deg, rgba(92,211,211,1) 0%, rgba(64,178,234,1) 100%);
    position: absolute;
    top: 32%;
    left: 0;
    z-index: -1;
}

.bluehorizon__back02{
        width: 100%;
    aspect-ratio: 355 / 283;
    max-width: 100%;
    background: rgb(92,211,211);
    background: linear-gradient(270deg, rgba(92,211,211,1) 0%, rgba(64,178,234,1) 100%);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 0;
    z-index: -1;
}



.kairyomaru{
    width: 100%;
    margin-bottom: 40px;
    border-radius: 16px;
    background-color: #fff;
    box-shadow: 0px 3px 30px rgba(0,0,0,0.16);
}

.kairyomaru .top__special__activity__text{
    padding-top: 0;
}

.top__special__activity__img{
    margin-bottom: 5px;
    border-radius: 16px 16px 0 0;
}

.top__special__activity__img04{
    width: 100%;
    border-radius: 16px 16px 0 0;
    margin-bottom: 30px;
}

.top__special__activity__img05{
    width: 37%;
    border-radius: 16px;
    position: absolute;
    top: 87%;
    right: -6%;
}

/* ステイ */
.top__stay{
    width: 100%;
    scroll-margin-top: 40px;
}

.top__stay__back{
    padding: 20px 0 0;
    margin-bottom: 50px;
    background: unset;
}

.top__stay__back::before {
    content: "";
    width: 90%;
    height: calc(100% - 90px);
    background: linear-gradient(270deg, rgba(92, 211, 211, 1) 0%, rgba(64, 178, 234, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 16px 0 0 16px;
    z-index: -1;
}

.top__stay__contentwrapper{
    display: flex;
    flex-direction: column;
}

.top__stay__content{
    width: 94%;
    display: flex;
    margin-bottom: 20px;
}

.icon__insta{
    width: 24px;
    height: 24px;
    margin-left: 10px;
    transform: translateY(3px);
}

.stay__img{
    height: 100%;
    border-radius: 0 16px 16px 0;
}

.top__stay__placewrapper{
    width: 30%;
    flex: none;
}

.top__stay__titlewrapper{
    margin-bottom: 8px;
}

.top__stay__textwrapper{
    padding: 5%;
}

.top__stay__textwrapper p{
    margin-bottom: 0;
    line-height: 1.5;
}

.img_sabi{
    object-position: 38% 50%;
}

.img_shirakiya{
    object-position: 47% 50%;
}

.img_ozuna{
    object-position: 19% 50%;
}

.small_text{
    /* font-size: 14px; */
}

.img_pacifico{
    object-position: 22% 50%;
}


/* アクティビティ */
.top__activity{
    width: 100%;
    scroll-margin-top: 40px;
}

.top__activity__contentwrapper{
    display: flex;
    flex-direction: column
}

.top__activity__back{
    padding: 20px 0 0;
    background: unset;
}

.top__activity__back::before {
    content: "";
    width: 90%;
    height: calc(100% - 90px);
    background: linear-gradient(270deg, rgba(92, 211, 211, 1) 0%, rgba(64, 178, 234, 1) 100%);
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0;
    bottom: 0;
    border-radius: 16px 0 0 16px;
    z-index: -1;
}

.top__activity__content{
    width: 94%;
    display: flex;
    margin-bottom: 20px;
    border-radius: 0 16px 16px 0;
}

.activity__img{
    height: 100%;
    border-radius: 0 16px 16px 0;
}

.top__activity__textwrapper {
    padding: 5%;
}

.top__activity__textwrapper p{
    margin: 0;
}

.top__activity__placewrapper{
    width: 30%;
    flex: none;
    position: relative;
}

.top__activity__place {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background-color: #fff;
    color: #6E9CD3;
    border: 1px solid #6D9CD3;
    text-align: center;
    border-radius: 3px;
    font-size: max(1.19vw, 14px);
    line-height: 1.8;
    padding: 0px 12px;
    font-weight: 700;
}

.top__activity__titlewrapper{
    margin-bottom: 8px;
}

.funride{
    object-position: 36% 50%;
}

.pacifico{
    object-position: 74% 50%;
}

.pilates{
    object-position: 76% 50%;
}

.umitatsu{
    object-position: 8% 50%;
}

/* フッター */
.top__footer__text{
    width: 82%;
}

.top__footer__address{
    font-size: 12px;
}


.footer__rotate{
    width: 295px;
    height: 295px;
    top: 67%;
}

.top__management__facility__inner .top__special__activity__imgbox{
    display: flex;
}

.top__management__facility__text p {
    font-size: max(1.19vw, 16px);
    line-height: 1.8;
}

}




/* modal */
dialog::backdrop{
    background: rgba(0,0,0,.8);
}


dialog[open] {
    animation: dialogFadeIn .7s ease-out;
}

@keyframes dialogFadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.c-modal{
    width: 90%;
    max-width: 600px;
    max-height: 85vh;
    overflow: scroll;
    position: fixed;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    margin: auto;
    background-color: #fff;
    border-radius: 16px;
    padding: 50px;
    transition: .3s ease;
}

.c-modal time{
    font-size: 15px;
    color:#6E9CD3;
}

.c-modal strong{
    display: block;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.5;
    border-bottom:1px solid #B8BABC;
    padding-bottom: 8px;
    margin-bottom: 25px;
}

.c-modal img{
    width: 100%;
    max-width: 338px;
    display: block;
    margin:20px auto;
}

.c-modal p{
    font-size: 15px;
    line-height: 2;
    margin-bottom: 24px;
}

.c-modal a{
    text-decoration: underline;
}

.c-modal a:hover{
    text-decoration: none;
}

.c-modal__close{
    background: linear-gradient(180deg, rgba(82, 176, 224, 1) 0%, rgba(54, 118, 203, 1) 100%);
    width: 170px;
    height: 40px;
    display: block;
    color:#fff;
    border-radius: 20px;
    margin-inline: auto;
    transition: .3s ease;
}

.c-modal__close:hover{
    opacity: .8;
}

@media screen and (max-width:767px) {
        .c-modal {
            width: 90%;

            padding: 20px 30px;
        }

}
