@charset "utf-8";
@font-face{
    font-family:"いろはマル-medium";
    src: url("../font/irohamaru-Medium.woff") format("woff");
}
@font-face{
    font-family:"ロゴたいぷゴシック";
    src: url("../font/logotypegothic.woff") format("woff");
}
@font-face{
    font-family:"こころ明朝体";
    src: url("../font/kokoro.woff") format("woff");
}
@font-face{
    font-family:"しっぽり明朝R";
    src: url("../font/ShipporiMincho-OTF-Regular.woff") format("woff");
}
@font-face{
    font-family:"しっぽり明朝M";
    src: url("../font/ShipporiMincho-OTF-Medium.woff") format("woff");
}
@font-face{
    font-family:"しっぽり明朝B";
    src: url("../font/ShipporiMincho-OTF-Bold.woff") format("woff");
}
body{
    color:#1B1B1A;
    font-family:"しっぽり明朝R";
    line-height: 1.6em;
    background-image: url(../img/098-02.jpg);
    background-repeat: repeat;
    background-attachment: fixed;
}
/*option*/
.sp-none{
    display: block;
}
.number01{
    width:3.4em;
    margin-bottom:10px;
    text-align: center;
    white-space: nowrap;
    border-bottom:solid 1px #DEBA18;
}
.number01 span{
    font-size:36px;
    margin-right:5px;
}
.point-title01{
    display: flex;
    flex-flow: column;
    font-size: 48px;
    line-height: 1.3em;
}
.point-title01 .small, .point-title02 .small{
    font-size:36px;
}
.point-title02{
    display: flex;
    flex-flow: column;
    color: #F1F1EE;
    font-size: 48px;
    font-weight: normal;
    line-height: 1.3em;
}
.contain{
    width:80vw;
    max-width:1200px;
    margin-right: auto;
    margin-left:auto;
}
.linkbtn-yellow{
    display: flex;
    justify-content: center;
    align-items: center;
    width:260px;
    height:35px;
    margin:auto;
    border:solid 2px #DEBA18;
    border-radius: 3px;
}
.linkbtn-yellow:hover{
    color:#F1F1EE;
    background-color:#DEBA18;
    transition: 0.3s;
}
.linkbtn-yellow img{
    width:auto;
    height:25px;
    margin-right:10px;
}
.linkbtn-yellow:hover img{
    mix-blend-mode:soft-light;
}
.linkbtn-yellow.plan{
    width:50%;
    margin:100px auto;
}
.sub-title01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:16em;
    margin:0 auto 50px;
    padding:0 0 10px 0;
    font-size:32px;
    font-weight: normal;
    line-height: 1em;
    border-bottom:solid 2px #1B1B1A;
}
.sub-title01 span{
    font-size:16px;
}
.sub-title01.white{
    border-bottom:solid 2px #fff;
}
.sub-title03{
    margin: 20px 0;
    padding-bottom: 5px;
    font-size: 20px;
    border-bottom: solid 1px;
}
.sub-title04{
    font-size:18px;
    font-weight: normal;
    border:solid 1px;
    margin-bottom:1em;
}
a.anchor{
    display: block;
    position: relative;
    visibility: hidden;
}
.pc-none{
    display: none;
}
.openbtn{
    display: none;
}
.body-bbq{
    background-image:none;
    color:#F1F1EE;
    background-image: url(../img/098-02b.jpg);
}
.page-top{
    position: fixed;
    right:30px;
    bottom:160px;
    width:50px;
    height:50px;
    color:#DEBA18;
    background-color:#1B1B1A;
    border:solid 1px #DEBA18;
    border-radius: 3px;
    font-size:22px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    z-index: 99;
    cursor: pointer;
    opacity: 0.7;
}
.f-rsv{
    position: fixed;
    right:30px;
    bottom:20px;
    z-index: 999;
    width:250px;
}
.f-rsv img{
    width:100%;
}
.f-rsv:hover{
    opacity: 0.8;
    transition: .3s;
}
.title-ba{
    display: flex;
    justify-content: center;
    align-items: center;
/*    width:30%;*/
    margin:0 auto 50px;
    font-size:22px;
    text-align: center;
}
.title-ba::before, .title-ba::after{
    content: "";
    flex-grow: 0.06;
    height:1px;
    background-color:#1B1B1A;
}
.title-ba::before{
    margin-right:15px;
}
.title-ba::after{
    margin-left:15px;
}
.title-ba.white::before, .title-ba.white::after{
    background-color:#F1F1EE;
}
.column-right{
    position: fixed;
    top:20%;
    right:0;
    z-index: 50;
    font-size:90%;
    text-align: right;
}
.column-right ul{
    display: inline-flex;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.column-right ul li{
    margin:5px 0;
    border:solid 1px;
    border-right:none;
    background-color: #1B1B1A;
}
.column-right.bbq ul li{
    width:178px;
}
.column-right.bbq ul li a{
    display: flex;
    justify-content: flex-end;
    padding:8px 18px 8px 8px;
}
.column-right.bbq ul li:hover{
    color: #1B1B1A;
    background-color:#F1F1EE;
    transition: .3s;
}
header{
    position: fixed;
    width:100%;
    height:70px;
    z-index: 90;
}
.header-bottom-sp{
    display: none;
}
.header-top{
    display: flex;
    justify-content: space-between;
    background-color:rgb(0,0,0,0.6);
    height:70px;
}
.header-left{
    display: flex;
    align-items: center;
    margin-left:10px;
}
.header-left a{
    display: flex;
}
.header-left img{
    width:160px;
    height:auto;
    margin-right:10px;
}
.header-left p{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    color:#DEBA18;
    font-size:12px;
}
.header-left p span{
    display: block;
    font-size:16px;
    font-weight: bold;
    margin:8px 0 0 0;
}
.header-right{
    display: flex;
    justify-content: center;
    align-items: center;
    width:55%;
    color:#F1F1EE;
}
.header-right nav{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
    margin-right:10px;
}
.header-right ul{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-around;
    align-items: center;
    width:100%;
    height:100%;
}
.header-right ul li{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height:100%;
}
.gnav_child {
    visibility: hidden;
    width: 100%;
    position: absolute;
    left:0;
    top:70px;
    z-index: 0;
    transition: all .5s cubic-bezier(0.075, 0.82, 0.165, 1);
    transform: scaleY(0);
    transform-origin: center top;
    opacity: 0;
}
.header-right ul.gnav_child{
    flex-flow: column;
}
.gnav_child li{
    text-align: center;
    background-color:rgb(0,0,0,0.6);
}
.header-right ul li:hover .gnav_child {
    visibility: visible;
    opacity: 1;
    transform: scaleY(1);
}
.gnav_child li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:120px;
    height:100%;
}
.header-right a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    position: relative;
}
.header-right li.current a, .header-right li a:hover{
	color:#F1F1EE;
}
.header-right li a::after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0%;
    width: 100%;
    height: 1px;
    background:#DEBA18;
    transition: all .3s;
    transform: scale(0, 1);
    transform-origin: center top;
}
.header-right li.current a::after, .header-right li a:hover::after{
    transform: scale(1, 1);
}
.header-bottom{
    position: fixed;
    top:80px;
    right:0px;
    z-index: 50;
    display: flex;
    justify-content: flex-end;
    margin-left:auto;
}
.header-bottom a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:250px;
    margin:10px 30px 0 0;
    padding:10px 0;
    color:#DEBA18;
    background-color:#1b1b1a;
    border:solid 2px #DEBA18;
    border-radius: 5px;
    position: relative;
}
.header-bottom a:hover{
    color:#fff;
    background-color:#DEBA18;
    transition: .3s;
}
/*top*/
/*slide-eyeCatch*/
.slide, .sub-eyeCatch{
    position: relative;
    background-color:#000;
}
.sub-eyeCatch{
    height:100vh;
}
.sub-eyeCatch.h-half{
    height:50vh;
}
.slide-top img, .sub-eyeCatch img{
    width:100%;
    height:100vh;
    object-fit: cover;
}
.slide-top li.overlay{
    position: relative;
}
.slide-top li.overlay span{
    position: absolute;
    display: block;
    width:100%;
    height:100%;
    background-color:rgb(0,0,0,0.2);
}
.sub-eyeCatch.h-half img{
    height:50vh;
}
.slide p, .sub-eyeCatch h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    color: #F1F1EE;
    font-size: 28px;
    font-weight: normal;
    line-height: 1.3em;
    text-shadow: 5px 5px 5px #000, 3px 3px 3px #000, 2px 2px 3px #000;
    white-space: nowrap;
}
.sub-eyeCatch h1{
    text-align: center;
}
.slide p {
    line-height: 2.3em;
    text-shadow: 5px 5px 5px #000, 3px 3px 3px #000, 2px 2px 1px #000, 1px 1px 0px #000;
    writing-mode: vertical-rl;
    text-orientation: upright;
    letter-spacing: 1px;
}
.sub-eyeCatch.h-half h1{
    top:55%;
}
.sub-eyeCatch.h-half .img-contact{
    object-position: 50% 30%;
}
/*concept*/
.concept-title{
    background-image: url(../img/bg-line.png);
    background-repeat: no-repeat;
    background-position:-250px -100px;
    height:280px;
    position: relative;
}
.concept-title h1{
    width:40%;
    margin:0 0 0 auto;
    padding:100px 10% 100px 0;
    font-size:36px;
    font-weight: normal;
    text-align: right;
    line-height: 1.6em;
    background-color: rgb(241, 241, 238, 0.5);
    position: absolute;
    top:-15%;
    right:0;
}
.concept-title h1 span{
    font-size:48px;
}
.section-concept .box01{
    position: relative;
    padding-bottom:400px;
}
.concept-top{
    display: flex;
    flex-flow: row nowrap;
    align-items: flex-start;
    z-index: 2;
}
.concept-top img{
    width:100%;
    min-width:300px;
    max-width:960px;
    height:auto;
    object-fit: cover;
}
.concept-top .luxy-cont{
    width:100%;
    height:600px;
    position: relative;
}
.concept-top .luxy-cont img{
    display: block;
    width:100%;
    height:auto;
    object-fit: cover;
}
.concept-text{
    display: flex;
    justify-content: center;
    width:100%;
    margin:0 0 300px;
    padding:50px 0 100px;
    background-color:rgb(241,241,238,0.5);
}
.concept-top p, .concept-top span{
    display: block;
}
.concept-top p{
    max-width:490px;
    line-height: 3em;
}
.concept-top span{
    margin:2em 0;
}
.concept-bottom{
    width:100%;
    position: absolute;
    bottom:0;
    z-index: -1;
}
.concept-bottom img{
    display: block;
    width:100%;
    height:500px;
    object-fit: cover;
    object-position: 50% 30%;
    position: relative;
}
.concept-bottom .line01, .concept-bottom .line02{
    display: block;
    width:100%;
    height:3px;
    background-color:#F1F1EE;
    position: absolute;
    z-index: 1;
}
.concept-bottom .line01{
    top:15px;
}
.concept-bottom .line02{
    bottom:15px;
}
/*point*/
.section-point{
    padding:50px 0;
}
.section-point h2{
    font-size: 48px;
    line-height: 1.3em;
    text-align: center;
    margin:2em 0 0;
    background:linear-gradient(to bottom, transparent 60%, rgb(222, 186, 24, 0.4) 60%);
    white-space: nowrap;
}
.section-point h2 span.num{
    font-size:64px;
    margin-right:2px;
    color:#DEBA18;
    font-weight: normal;
}
.section-point h2 span.small{
    font-size:36px;
}
.section-point .box01{
    padding:1.5em 0;
    background-image: url(../img/logo-white.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.section-point .box01 p{
    width:70%;
    min-width:300px;
    margin:25px auto 0;
    text-align: center;
}
.section-point ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: flex-start;
}
.section-point ul .cont{
    width:32%;
    height:220px;
    margin:0 0 70px 0;
}
.section-point ul li a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.section-point ul li .wrap{
    width:100%;
    height:220px;
    position: relative;
    overflow: hidden;
}
.section-point ul li .wrap .num{
    position: absolute;
    right:-20px;
    bottom:-20px;
    display: flex;
    justify-content: center;
    align-items: center;
    width:140px;
    height:140px;
    border-radius: 50%;
    background-color:rgb(222,186,24,0.6);
}
.section-point ul li .wrap .num p{
    display: flex;
    flex-flow: column;
    margin:0 10px 30px 0;
    text-align: center;
    line-height: 2.6em;
    color:#fff;
}
.section-point ul li .wrap .num p span{
    font-size:72px;
}
.section-point ul .cont h3{
    margin-top:7px;
    font-weight: normal;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.section-point ul img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.section-point01{
    margin:100px 0 150px;
}
.section-point01 .wrapper02{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    margin:auto;
}
.section-point01 .img01{
    width:100%;
    height:70vh;
    min-height:500px;
    object-fit: cover;
}
.section-point01 .box01{
    display: flex;
    flex-flow: column;
    width:40%;
    margin:0 0 0 auto;
    position: relative;
}
.section-point01 .box01 .cont01{
    display: flex;
    margin:150px 0vw 0 0;
}
.section-point01 .box01 .cont02{
    width:80%;
    margin:50px 0 0;
}
.section-point01 .box02{
    width:50%;
    margin:150px 0vw 0 0;
}
.section-point01 .box02 img{
    width:100%;
    min-width:300px;
    height:45vh;
    min-height:300px;
    max-height:450px;
    object-fit: cover;
}
.point01-img02{
    object-position: left;
}
.reverse .wrapper02{
    flex-flow: row-reverse;
}
.section-point01.reverse .wrapper02 .box01{
    margin:0 auto 0 5%;
}
.section-point03{
    padding:150px 0;
    background-image: url(../img/098-02b.jpg);
}
.section-point03 .box01{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    align-items: center;
}
.section-point03 .box01 .cont01{
    width:30%;
    padding:0;
}
.section-point03 .box01 img{
    display: block;
    width:100%;
    height:70vh;
    min-height:560px;
    margin:auto;
    object-fit: cover;
}
.section-point03 .position01{
    object-position: 25%;
}
.section-point03 .box02{
    width:40%;
    margin:0 0 0 auto;
}
.section-point03 .cont01{
    padding:150px 0 0 0;
}
.section-point03 .cont02{
    width:80%;
    margin:50px 0;
    color:#F1F1EE;
}
.section-point03 .cont02 p{
    margin-bottom:50px;
}
.section-point03 .box03{
    width: 50%;
    margin: 150px 0 0 0;
}
.section-point03 .box03 img{
    width: 100%;
    min-width: 300px;
    height: 45vh;
    min-height: 300px;
    object-fit: cover;
    object-position: bottom 20% left 50%;
}
.section-point03 .wrapper02{
    display: flex;
    justify-content: space-between;
    align-content: center;
 }
.section-point03 .cont02 .linkbtn-yellow{
    margin:0 auto 0 0;
}
.section-point04 .wrapper{
    margin:150px auto 100px;
}
.section-point04 .box01{
    display: flex;
    flex-flow: row nowrap;
    justify-content:space-between;
    align-items: center;
    width:80vw;
    max-width:1200px;
    margin:auto;
}
.section-point04 .box01 .cont01{
    width:32%;
}
.section-point04 .box01 img{
    width:100%;
    height:240px;
    object-fit: cover;
}
.section-point04 .wrapper02{
    display: flex;
    flex-flow: row-reverse;
    margin:100px 0 150px;
}
.section-point04 .box02 {
    display: flex;
    flex-flow: column;
    justify-content: center;
    width: 40%;
    margin:0 auto 0 5%;
    position: relative;
}
.section-point04 .box02 .cont01{
    display: flex;
}
.section-point04 .box02 .cont02 {
    width: 90%;
    margin: 50px 0 0px 0;
}
.section-point04 .box02 .cont02 p{
    margin-bottom:50px;
}
.section-point04 .box02 .cont02 .linkbtn-yellow{
    margin:0;
}
.section-point04 .box03 img {
    width: 100%;
    min-width: 300px;
    height: 45vh;
    min-height: 300px;
    object-fit: cover;
}
.section-point04 .box03 {
    width: 50%;
}
.section-point05{
    background-image: url(../img/098-02b.jpg);
}
.section-point05 .box01{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    position: relative;
    padding:150px 0;
}
.section-point05 .box02{
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
}
.section-point05 .box01 .cont01{
    display: flex;
    flex-flow: column;
    align-items: flex-start;
    width:40%;
    margin:0 0 0 10%;
}
.section-point05 .box01 .cont02{
    display: flex;
    justify-content: flex-end;
    width:50%;
    height: 45vh;
    margin:0 0 0 auto;
}
.section-point05 .box01 .cont02 img{
    width:100%;
    min-height: 300px;
    object-fit: cover;
}
.section-point05 .box01 .cont03{
    width:90%;
    margin:50px 0 0 0;
    color:#F1F1EE;
}
.section-point05 .box02 .cont02{
    width:100%;
}
.section-point05 .box02 img{
    width:100%;
    height:70vh;
    object-fit: cover;
}
.section-point06{
    margin:0;
    color:#F1F1EE;
    background-image: url(../img/098-02b.jpg);
}
.section-point06 .box01, .section-point06 .box02{
    display: flex;
    flex-flow: row nowrap;
}
.section-point06 .box01{
    padding:150px 0;
}
.section-point06 .box01 .cont02{
    display: flex;
    flex-flow: column;
}
.section-point06 .box01 .cont02 .cont01{
    width:80%;
    height:auto;
    margin:50px 0 0;
}
.section-point06 .box01 .cont02 .cont01 a{
    margin:50px 0 0;
}
.section-point06 img{
    width:100%;
    height:100%;
    min-height:500px;
    object-fit: cover;
}
.section-point05 .bg-img01{
    width:300px;
    height:auto;
    position: absolute;
    left:-50px;
    top:-50px;
}
.section-point06 .box01 .cont01{
    display: flex;
    flex-flow: column;
    width:50%;
    height:45vh;
}
.section-point06 .wrapper{
    display: flex;
    width:40%;
    margin:0 auto 0 5%;
}
.img-p1{
    object-position: 50% 30%;
}
.img-p2{
    object-position: 50% 70%;
}
.aside-top{
    width:70vw;
    max-width:1024px;
    margin:150px auto;
}
.section-news{
    margin:0 auto;
}
.section-news ul{
    width:50%;
    margin:50px auto;
}
.section-news ul li{
    padding:5px 0;
}
.section-news ul li a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    border-bottom:solid 1px transparent;
}
.section-news ul li a:hover{
    border-bottom:solid 1px #1B1B1A;
    transition: 0.3s;
}
.section-news ul span{
    margin-right:1em;
}
.section-amap{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.section-amap .box01{
    width:60%;
}
.section-amap .box01 img{
    width:100%;
}
.section-amap .box02{
    display: flex;
    flex-flow: column;
    width:40%;
}
.section-amap p{
    text-align: center;
    margin-bottom:50px;
}
footer{
    width:100%;
    height:900px;
    padding-bottom:80px;
    font-size:14px;
    color:#F1F1EE;
    background-image: url(../img/098-02b.jpg);
}
footer a:hover{
    opacity: 0.8;
    transform: 0.3s;
}
footer .box01{
    height:450px;
}
footer .box01 img{
    width:100%;
    height:100%;
    max-height:450px;
    object-fit: cover;
    object-position: bottom 40% left 50%;
}
footer .wrapper{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    width:80%;
    max-width:1600px;
    margin:auto;
    padding:50px 0;
}
footer .box02{
    width:30%;
    padding:30px 0;
    border-right:solid 1px #DEBA18;
}
footer .box02 img{
    width:260px;
    height:auto;
}
footer .box02 .cont01{
    display: flex;
    justify-content: flex-start;
}
footer .box02 .cont02{
    display: flex;
    justify-content: flex-start;
    margin:50px 0;
}
footer .box03{
    display: flex;
    flex-flow: column;
    justify-content: space-around;
    width:70%;
}
footer .box03 .cont01{
    display: flex;
    flex-flow: column;
    align-items: flex-end;
}
footer .box03 ul{
    display: flex;
    margin:10px 0;
}
footer .box03 ul li{
    margin:0 1em;
}
footer .box03 .cont02{
    display: flex;
    justify-content: flex-end;
    width:100%;
    font-size:12px;
}
/*sub page*/
aside.link{
    margin:150px 0;
}
/*about*/
section.concept{
    text-align: center;
    margin:150px auto;
}
.BirdsEyeView{
    margin:150px auto;
}
.BirdsEyeView .box01{
    position: relative;
    overflow-x: scroll;
}
section.f-root{
    width:95%;
    max-width:1600px;
    margin:150px auto;
}
section.f-root .box01{
    display: flex;
    align-items: center;
    padding:20px;
}
section.f-root .box01:nth-of-type(1){
    border-bottom:solid 1px;
}
section.f-root .box01 .cont01{
    display: flex;
    justify-content: space-around;
    width:75%;
}
section.f-root .box01 .cont01 img{
    width:48%;
}
section.f-root .box01 .cont02{
    width:25%;
    padding:0 20px;
}
section.f-root .box01 .cont02 h2{
    margin:0 0 10px;
    font-size:32px;
}
section.f-root .box01 .cont03{
    display: flex;
    flex-flow: column;
}
section.f-root .box01 .cont03 a{
    width:100%;
    margin:3em 0;
}
.img-main{
    display: block;
    width:1200px;
    height:auto;
    object-fit: cover;
}
.img-icon01{
    width:80px;
    height:auto;
}
.img-icon02{
    width:150px;
    height:auto;
}
.img-icon01:hover, .img-icon02:hover{
    opacity: 0.7;
    transition: 0.3s;
}
.img-icon01 img, .img-icon02 img{
    width:100%;
    height:auto;
}
.icon-A, .icon-B, .icon-P{
    position: absolute;
}
.icon-A{
    top:320px;
    left:210px;
}
.icon-B{
    top:430px;
    left:895px;
}
.icon-P{
    bottom:150px;
    left:550px;
}
div.floor{
    display: flex;
    justify-content: space-around;
    margin:100px 0;
}
div.floor .cont01{
    text-align: center;
    font-size:28px;
    width:40%;
}
div.floor .cont01 img{
    display: block;
    width:100%;
    height:auto;
}
.about-facility .wrapper{
    margin:0 0 150px 0;
}
.about-facility .box01 img{
    display: block;
    width:100%;
    height:50vh;
    min-height:480px;
    object-fit: cover;
}
.about-facility .box01 img.bath{
    object-position: 50% 90%;
}
.about-facility .box02{
    display: flex;
    flex-flow: row;
    height:50vh;
    min-height:480px;
}
.about-facility .box02.reverse{
    flex-flow: row-reverse;
}
.about-facility .box02 .cont01, .about-facility .box02 .cont02{
    width:50%;
}
.about-facility .box02 img{
    display: block;
    width:100%;
    height:50vh;
    min-height:300px;
    max-height:500px;
    object-fit: cover;
}
.about-facility .box02 img.ps{
    object-position: 50% 80%;
}
.about-facility .box02 .cont02{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
.about-facility .box02 .text01, .ac01 .box01 .text01{
    margin:0 0 1.6em;
    font-size:24px;
    text-align: center;
    line-height: 1.6em;
}
.about-facility .box02 .text02, .ac01 .box01 .text02{
    margin:0 0 0.8em;
    text-align: center;
    font-size:14px;
    font-weight: 600;
}
.about-facility .box02 .cont02 p{
    width:55%;
}
.img-wr01{
    object-position: bottom 30% left 50%;
}
.img-sr01{
    object-position: top 10% left 50%;
}
.img-fh01{
    object-position: bottom;
}
img-br01{
     object-position: 60% 30%;
}
.slide-amenity{
    margin:150px auto;
}
.multiple-items img{
    width:95%;
    height:150px;
    object-fit: cover;
    margin:auto;
}
.multiple-items p{
    margin:5px 0;
    text-align: center;
}
.slide-amenity .box01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    border:solid 1px;
    margin:50px;
    padding:1em;
    text-align: center;
    word-break: keep-all;
    overflow-wrap: break-word;
}
.slide-amenity .box01 ul li{
    margin:1em 0;
}
.outline{
    margin:150px auto;
}
.outline .title-ba::before, .outline .title-ba::after{
    background-color:#1B1B1A;
}
.outline .box01{
    width:100%;
    margin:150px auto;
}
/*
.outline .box01 h3{
    margin-bottom:20px;
    padding-bottom:5px;
    font-size:20px;
    border-bottom:solid 1px;
}
*/
.outline .box01 ul{
    text-indent: -1em;
    margin-left:1.6em;
}
.outline .box01 ul li{
    margin:5px 0;
}
.outline .box01 ul li p{
    margin:1em 0;
    padding:0 1em;
    text-indent: -1em;
}
.other-service{
    color:#F1F1EE;
    background-image: url(../img/098-02g.jpg);
    padding:150px 0;
}
/*
.other-service h2{
    font-size:36px;
    font-weight: normal;
    position: relative;
}
.other-service h2::after{
    content: "";
    position: absolute;
    top:50%;
    left:0;
    width:50%;
    height:1px;
    margin-left:10em;
    background-color:#F1F1EE;
    background-size: contain;
}
*/
.other-service .box01{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin:80px 0;
}
.other-service .box01 .cont01, .other-service .box01 .cont02{
    width:50%;
}
.other-service .box01 img{
    width:100%;
    height:auto;
}
.other-service .box01 .cont02{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}
.other-service .box01 h3{
    font-size:20px;
    font-weight: normal;
    margin-bottom:2em;
}
.other-service .box02{
    margin:150px 0 0;
    position: relative;
}
.other-service .box02 h3{
    font-size:16px;
}
.other-service .box02 .cont01{
    width:100%;
    height:60vh;
    min-height:380px;
}
.other-service .box02 .cont01 img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.other-service .box02 .cont02{
    position: absolute;
    bottom:10%;
    left:0;
    width:40%;
    max-width:500px;
    min-width:350px;
    padding:2em 2em 2em 10vw;
    line-height: 1.8em;
    background-color:rgb(27,27,26,0.7);
}
.other-service .box02 .cont02 p{
    padding-left:1em;
}
/*about-A,about-B*/
.section-about{
    padding:150px 0;
}
.section-about .wrapper{
    width:80vw;
    max-width:1600px;
    margin:auto;
}
.section-about h2{
    font-size:32px;
    margin-bottom:1em;
}
.section-about .box01{
    height:500px;
}
.section-about .box01 img{
    width:100%;
    height:500px;
    object-fit: cover;
}
.section-about .box02{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width:auto;
}
.section-about .box02 .cont01{
    width:40%;
    line-height: 2em;
}
.section-about .box02 .cont01 span{
    display: block;
    margin-top:2em;
    padding-top:1em;
    border-top:solid 1px;
}
.section-about .box02 .cont02{
    display: flex;
    flex-flow: column nowrap;
    width:50%;
    height:auto;
}
.section-about .box02 img{
    max-height:380px;
    object-fit: cover;
}
.main-A{
    color:#F1F1EE;
    background-image: url(../img/098-02br.jpg);
}
.main-B{
    background-image:url(../img/098-02w.jpg);
}
.slide-about{
    margin:150px auto;
}
.slide-single .box01{
    position: relative;
}
.slide-single .box01 img{
    width:100%;
    height:60vh;
    min-height:480px;
    object-fit: cover;
}
.slide-single .box01 .cont01{
    position: absolute;
    top:15px;
    left:15px;
    display: flex;
    align-items: center;
    width:200px;
    height:80px;
    z-index: 3;
}
.slide-single .box01 .cont01 p{
    margin:15px;
}
/*BBQ*/
.bbq01{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin:150px 0;
}
.bbq01 img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.bbq01 .box01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width:33%;
}
.bbq01 .box01 h2, .bbq02 h2{
    display: flex;
    flex-flow: column;
    font-size:38px;
    line-height: 1.3em;
    margin-bottom:2em;
}
/*
.bbq01 .wrapper{
    display: flex;
    flex-flow: column;
    width:70%;
    min-width:600px;
}
*/
/*
.bbq01 .box02, .bbq01 .box03{
    display: flex;
    flex-flow: row;
    justify-content: center;
    align-items: center;
}
*/
/*
.bbq01 .box02 div, .bbq01 .box03 div{
    position: relative;
    width:50%;
    height:265px;
}
*/
/*
.bbq01 .box02 p, .bbq01 .box03 p{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    width:150px;
    height:30px;
    background-color: #251914;
}
.bbq01 .box02 .cont01 p{
    bottom:0;
    right:0;
}
.bbq01 .box02 .cont02 p{
    bottom:0;
    left:0;
}
.bbq01 .box03 .cont01 p{
    top:0;
    right:0;
}
.bbq01 .box03 .cont02 p{
    top:0;
    left:0;
}
*/
.bbq01 .box04{
    width:60%;
}
.bbq01 .box04 img{
    width:100%;
    height:auto;
}
.bbq02{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.bbq02 .box01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width:35%;
}
.bbq02 .box01 .cont01{
    text-align: left;
}
.bbq02 img{
    width:60%;
    min-width:300px;
    height:auto;
    object-fit: cover;
}
.bbq03{
    margin:150px 0;
}
.slider-for img{
    width:90%;
    height:480px;
    margin:auto;
    object-fit: cover;
}
.slider-nav li{
    height:150px;
    margin:20px 10px;
}
.slider-nav img{
    width:100%;
    object-fit: cover;
}
.bbq-text{
    margin:150px auto;
    text-align: center;
    line-height: 3em;
}
.bbq-text .title-ba{
    font-weight: normal;
}
.bbq04, .bbq05 .box01{
    word-break: keep-all;
    overflow-wrap: break-word;
    line-height: 2em;
}
.bbq04 p{
    width:70%;
    margin:auto;
    text-align: center;
}
.bbq05{
    margin:150px 0;
}
.bbq05 .box01{
    width:45%;
}
.bbq05 .wrapper{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.bbq06 h4{
    font-size:18px;
    font-weight: normal;
    text-align: left;
    margin-bottom:1em;
}
.bbq06 p{
    text-align: left;
    line-height: 2em;
    margin-top:1em;
}
.bbq06 .box01{
    margin:0 0 150px;
}
.bbq06 .box01 img{
    width:100%;
    height:35vh;
    min-height:200px;
    margin:auto;
    object-fit: cover;
}
/*
.bbq06 .box01 h3{
    margin:1em 0;
}
*/
.bbq06 .box01 p{
/*    width:90%;*/
    margin:auto;
}
.bbq06 .box02 .wrapper{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
    align-content: flex-start;
/*    width:90%;*/
    margin:50px auto 100px;
}
.bbq06 .cont01{
    width:40%;
}
.bbq06 .box02.ex02 .wrapper .cont01{
    width:45%;
    margin:0;
}
.bbq06 .cont02{
    width:50%;
    height:400px;
}
.bbq06 .box02.ex02 .wrapper .cont02{
    width:50%;
    margin: 0;
}
.bbq06 iframe{
    width:100%;
    height:100%;
}
.bbq07{
    margin-bottom:150px;
}
.bbq07 .box01{
    margin-top:2em;
}
/*
section.ex01 .box01{
    width:75%;
    margin:auto;
}
section.ex01 ul li{
    margin:10px 0 10px 1em;
    text-indent: -1em;
}
*/
/*activity*/
.ac-main{
    margin:150px 0;
}
.ac-main .box01{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom:100px;
}
.ac-main h2{
    font-size:48px;
    line-height: 1.3em;
    margin-left:10%;
}
.ac-main h2 span{
    font-size:36px;
}
.ac-main .wrap{
    width:50%;
    min-height:300px;
}
.ac-main img{
    width:100%;
    height:45vh;
    object-fit: cover;
}
.ac-main .box01 .cont01{
    width:40%;
    margin:0 10% 0 5%;;
}
.ac-nav ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.ac-nav ul li{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
/*
.ac-nav ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:240px;
    height:45px;
    margin-bottom:10px;
    border:solid 1px;
    text-align: center;
}
.ac-nav ul li a:hover{
    opacity: 0.8;
    transition: 0.3s;
}
*/
.ac-plan{
    margin:150px auto;
}
.ac-plan .wrapper{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
}
.ac-plan .fade img{
    width:100%;
}
.ac01 .box01{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:46%;
}
.ac01 .box01 h2{
    font-size:20px;
    margin-bottom:1.6em;
    text-align: center;
}
.ac01 .box01 p{
    padding:0 5em;
}
.ac01 .box02{
    width:50%;
}
.ac01 .box02 img{
    width:100%;
    height:380px;
    object-fit: cover;
}
/*
.ac-i{
    display: flex;
    align-items: center;
    height:500px;
    background-color:#E0DEDA;
}
.ac-i .box01{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
}
.ac-i img{
    width:45%;
    height:320px;
    object-fit: cover;
}
.ac-i .cont01{
    width:45%;
}
.ac-i .cont01 h2{
    margin-bottom:1em;
}
*/
.ac-yoga02 h2{
    font-size:22px;
    margin:1em 0;
    padding:10px 0;
    border-bottom:solid 2px;
}
.ac-yoga02 img{
    width:100%;
    height:45vh;
    object-fit: cover;
}
.ac-yoga02 .box02{
    margin:50px;
    padding:2em 3em;
    background-color: #F1EFEC;
}
.ac-yoga02 .box02 span{
    color:#DE4518;
}
.ac01 .wrapper.reverse{
    flex-flow: row-reverse;
}
.ac01 .box03{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin:50px 0;
}
.ac01 .box03 img{
    width:30%;
    height:240px;
    object-fit: cover;
}
.ac-plan.outline ul{
    margin:1em 0 1em 2em;
}
.ac-plan.outline ul li{
    list-style-type:decimal;
    padding:0 0 0 1em;
}
.ac-plan.outline .box02{
    width:auto;
}
/*howto*/
.howto-nav{
    margin:150px 0;
}
.howto-nav ul{
    display: flex;
    flex-flow: row;
    justify-content: space-around;
    text-align: center;
}
/*
.howto-nav a{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:360px;
    height:120px;
    font-size:26px;
    line-height: 1.1em;
    border:solid 1px;
}
.howto-nav a:hover{
    opacity: 0.7;
    transition: 0.3s;
}
*/
.howto-nav a.linkbtn-yellow{
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width:360px;
    height:120px;
    font-size:26px;
    line-height: 1.1em;
}
.howto-nav a span{
    font-size:14px;
    letter-spacing: 0.5px;
}

.howto.wrapper{
    margin:150px 0;
}
.howto-plan{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin:50px 0;
}
.howto-plan.reverse{
    flex-flow: row-reverse;
}
.howto-plan .box01{
    width:55%;
}
.howto-plan .box01 img{
    width:100%;
    height:380px;
    object-fit: cover;
}
.howto-img01{
    clip-path: polygon(3rem 0px, calc(100% - 3rem) 0px, 100% 0rem, 100% calc(100% - 3rem), calc(100% - 3rem) 100%, 0rem 100%, 0px calc(100% - 3rem), 0px 3rem);
}
.howto-img02{
    clip-path: polygon(0rem 0px, calc(100% - 3rem) 0px,  100% 3rem, 100% calc(100% - 0rem),calc(100% - 0rem) 100%, 3rem 100%, 0px calc(100% - 3rem), 0px 0rem);
}
.howto-plan .box02{
    width:40%;
}
.howto-plan .box02 img{
    width:30px;
    height:30px;
    margin-right:10px;
}
.howto-plan .box02 span{
    display: block;
    color: #DE4518;
    margin-top:1em;
    font-size:12px;
    font-weight: bold;
    line-height: 1.5em;
}
.howto-plan h3{
    font-weight: normal;
    font-size:22px;
    line-height: 1.3em;
    border-bottom:solid 1px;
    margin:1em 0;
    padding-bottom:1em;
}
.howto-plan .box02 .cont01{
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    font-size:18px;
}
.howto-spot{
    margin:150px 0;
}
.howto-spot h2{
    width:320px;
    height:30px;
    margin-bottom:20px;
    font-size:22px;
    font-weight: normal;
    border-bottom:solid 1px;
    position: relative;
}
.howto-spot h2 span{
    padding-left:50px;
}
.howto-spot h2 img{
    position:absolute;
    bottom:-3px;
    width:auto;
    height:45px;
}
.howto-spot .box01{
    display: flex;
    flex-flow:row;
    justify-content: space-between;
    align-items: center;
    width:95%;
    margin:35px auto;
}
.howto-spot .box01 .cont03{
    width:40%;
}
.howto-spot .box01 .wrap{
    width:40%;
}
.howto-spot .box01 .wrap img{
    width:100%;
    height:280px;
    object-fit: cover;
}
.howto-spot .box01 .wrap img.fuji{
    object-position: 50% 90%;
}
.howto-spot .box01 .cont01.linkbtn-sub{
    margin:0;
}
.howto-spot .box01 .cont01 .linkbtn-yellow{
    width:100%;
}
/*
.howto-spot .box01 .cont01.linkbtn-sub a{
    display: flex;
    justify-content: center;
    align-items: center;
    width:100%;
    height:100%;
}
.howto-spot .box01 .cont01.linkbtn-sub a:hover{
    opacity: 0.7;
    transition: .3s;
}
*/
.howto-spot .box01 .cont02{
    width:5%;
    height:1px;
    border-top:dotted 2px;
    opacity: 0.6;
}
/*FAQ*/
.nav-faq{
    margin:150px 0;
}
.nav-faq ul .cont01{
    display: flex;
    flex-flow: column;
    align-items: center;
}
.nav-faq ul{
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
}
.nav-faq ul li a.linkbtn-yellow{
    display: flex;
    justify-content: center;
    align-items: center;
    width:15%;
    min-width:180px;
    height:100px;
    margin:1em 0;
/*    font-size:18px;*/
    text-align: center;
}
/*
.nav-faq ul li{
    width:15%;
    min-width:180px;
    height:100px;
    margin:1em 0;
    border:solid 1px #1B1B1A;
}
*/
/*
.nav-faq ul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size:18px;
    text-align: center;
    height:100%;
}
.nav-faq ul li:hover{
    opacity: 0.7;
    transition: 0.3s;
}
*/
.faq{
    margin:150px 0;
}
.faq .box01{
    background-color:#F7F7F5;
    margin:2em 2em;
    padding:2em 5em;
}
.faq .cont01{
    margin:3em 0;
}
.faq h3{
    font-size:18px;
}
.faq p{
    margin:0.4em 2em;
    text-indent: -1em;
}
/*contact*/
.article-form{
    margin:150px auto;
}
.article-form .title-ba::before, .article-form .title-ba::after{
    background-color:#1B1B1A;
}
form{
    width:80%;
    margin:0 auto 100px auto;
    padding:3em;
    background-color: #F7F7F5;
}
form label{
    font-size:18px;
    margin:0 0 1em;
}
form .cont01{
    display: flex;
    flex-flow: column wrap;
    margin:0 0 1.5em;
}
form .cont01 input, textarea{
    margin:0;
    padding:1em;
}
textarea{
    height:15em;
}
form .cont02{
    display: flex;
    justify-content: center;
    align-items: center;
    margin:1em 0;
}
form .cont02 input{
    color:#F1F1EE;
    background-color:#DEBA18;
    border:none;
    width:160px;
    height:50px;
    font-size:16px;
    font-weight: bold;
    font-family:"しっぽり明朝B";
}
/*access*/
.map-box{
    display: flex;
    justify-content: space-between;
    margin:150px auto;
}
.map-access{
    display: block;
    width:45%;
    max-width:1000px;
    height:auto;
    object-fit: contain;
}
.main-map{
    width:50%;
    height:60vh;
    min-height:480px;
}
.earth{
    text-align: right;
    margin-bottom:150px;
}
.earth img{
    width:100%;
    height:auto;
}
.access{
    margin-bottom:150px;
}
.access .box01{
    display: flex;
    flex-flow: column nowrap;
    justify-content: center;
    align-items: center;
}
.access .box01 p{
    text-align: center;
    font-size:16px;
    margin:1em 0;
}
.access .box02{
    width:100%;
    margin:1em 0;
}
.access .box02 img{
    width:100%;
    min-width:800px;
    height:auto;
}
/*rsv*/
.article-rsv{
    margin:150px auto;
}
.article-rsv .title-ba::before, .article-rsv .title-ba::after{
    background-color: #1B1B1A;
}
.box01.rsv-plan{
    display: flex;
    flex-flow: column;
}
.box01.rsv-plan .cont01 h3{
    font-size:22px;
}
/*
.box01.rsv-plan .cont01 .cont02{
    display: flex;
    align-items: center;
}
*/
/*
.box01.rsv-plan .cont01 img{
    width:50px;
    height:auto;
    margin-right:10px;
}
*/
.box01.rsv-plan .slide-single{
    width:50%;
}
.box01.rsv-plan ul img{
    width:100%;
    height:auto;
}
.box01.rsv-plan .box02{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin:50px 0;
    margin:50px 0;
}
.box01.rsv-plan .box02 .cont02{
    display: flex;
    flex-flow: column;
    align-items: flex-start
}
.box01.rsv-plan .box02 .cont02 div:nth-of-type(2){
    margin:25px 50px 25px 0;
}
.box01.rsv-plan .box02 .cont03{
    display: flex;
    flex-flow: row;
    align-items: center;
}
.box01.rsv-plan .box02 .cont02 div:nth-of-type(2) div{
    display: flex;
    margin:2em 0;
}
.box01.rsv-plan .box02 .nav-linkbtn-main{
    display: flex;
    justify-content: center;
    align-items: center;
    width:45%;
/*    width:180px;*/
    margin:auto 0;
    height:38px;
/*    height:50px;*/
    padding:0;
/*    font-size:18px;*/
    border-radius: 5px;
}
.box01.rsv-plan .box02 .nav-linkbtn-main{
    color: #DEBA18;
    background-color: #1B1B1A;
}
.box01.rsv-plan .box02 .nav-linkbtn-main:hover{
    color: #1B1B1A;
    background-color: #DEBA18;
    transition: .3s;
}
.box01.rsv-plan .box02 .linkbtn-yellow{
    width:45%;
    margin:0;
}
.box01.rsv-plan .box03{
    display: flex;
    justify-content: space-between;
}
/*news*/
iframe.information-nav{
    width:100%;
    height:500px;
}
iframe.information-nav.list{
    height:580px;
}
.pagination{
    margin-bottom:20px;
}
.nav-links {
    display: flex;
    justify-content: center;
}
.page-numbers{
    padding:5px 10px;
}
.page-numbers.current{
    text-decoration: underline;
}
.news-wrapper{
    display: flex;
    flex-flow: row;
    justify-content: space-between;
    align-items:flex-start;
    margin:80px auto;
}
.news-wrapper article{
    width:70%;
}
.news-wrapper article section{
    margin-bottom:80px;
}
.news-wrapper article section img{
    width:100%;
    height:auto;
}
.news-wrapper article section a{
    text-decoration: underline;
}
.news-wrapper article h2{
    font-size:22px;
    margin:10px 0;
    padding:5px 0;
    border-bottom:solid 1px;
}
.news-wrapper article h2 span{
    font-size:14px;
    font-weight: normal;
    margin-left:1em;
}
.news-wrapper article p{
    padding:1em 0;
}
.news-wrapper aside{
    width:25%;
}
.news-list{
/*.news-wrapper aside .box01{*/
    display: flex;
    flex-flow: column;
    justify-content: center;
    width:90%;
    margin:0 auto 2em;
    border:solid 1px;
}
.news-list h2{
/*.news-wrapper aside .box01 h2{*/
    text-align: center;
    font-size:16px;
    margin:1em 0;
}
.news-list ul{
    margin:0em 0 1em 0;
}
.news-list .new a{
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.news-list .new a span{
    display: block;
}
/*
.new-list{
    text-align: right;
    margin:0 1em 1em;
}
*/
.news-list li{
    width:90%;
    margin:0.8em auto;
    border-bottom:solid 1px;
}
.news-list li a{
    display: flex;
    flex-flow: column;
    padding:0 1em;
}
.news-mainimg{
    width:100%;
    height:45vh;
    object-fit: cover;
}
.page-list{
    display: flex;
    justify-content: center;
    margin:50px auto;
    font-size:16px;
    border-top:solid 1px;
}
.page-list li{
    margin:0 0.3em;
}
/*animation*/
/*fadeUpTrigger*/
.fadeUpTrigger {
    opacity: 0;
}
.fadeUp {
    animation-name: fadeUpAnime;
    animation-duration:2s;
    animation-fill-mode:forwards;
    opacity: 0;
}
@keyframes fadeUpAnime {
    from {
        opacity: 0;
        transform: translateY(100px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.fadein{
    animation-name:fadeInAnime;
    animation-duration: 3s;
    animation-fill-mode: forwards;
    opacity: 0;
}
@keyframes fadeInAnime{
    from{
        opacity: 0;
    }
    to{
        opacity: 1;
    }
}
.delay01 {
    animation-delay: 0.2s;
}
.delay02 {
    animation-delay: 0.4s;
}
.delay03 {
    animation-delay: 0.6s;
}
.delay04 {
    animation-delay: 0.8s;
}
.delay05 {
    animation-delay: 1s;
}
/* 基本（スマホ・タブレット用）：iframeが途切れないように高さを確保 */
#beds24-iframe {
  width: 1px;
  min-width: 100%;
  min-height: 6000px; 
  border: none;
  display: block;
}

/* PC用（画面幅が 768px 以上のとき）：余計な余白を削る */
@media screen and (min-width: 768px) {
  #beds24-iframe {
    min-height: 2800px; 
  }
}