@charset "utf-8";

/* リセット */
*,
*::before,
*::after {
  box-sizing: border-box;
}

a {
  text-decoration: none;
}

body {
  position: relative;
  font-family: 'Noto Sans JP', sans-serif;
}

body.no-scroll {
  overflow-y: hidden !important;
}


/* ローディング */
.loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1A4472;
  opacity: 0;
  visibility: hidden;
  transition: .6s;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 99;
}

.bk {
  width: 33VW;
  height: 100vh;
}

.loadinglogo {
  position: relative;
  width: 34VW;
  height: 100vh;
}

.loading-p {
  position: relative;
  width: 33VW;
  height: 100vh;
}


.loadinglogo img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 150px;
  opacity: 0;
  animation: loading .5s .5s forwards;
}

.loading p {
  position: absolute;
  top: 50%;
  left: 20%;
  transform: translate(-50%, -50%);
  line-height: 30px;
  text-decoration: underline 1.5px;
  font-size: 15px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  opacity: 0;
  animation: loading .5s .5s forwards;
  font-family: 'Noto Sans JP', sans-serif;
}

.loading span {
  letter-spacing: 15px;
}

@keyframes loading {
  0% {
    opacity: 0;
  }

  50% {
    opacity: .5;
  }

  100% {
    opacity: 1;
  }
}

.active {
  opacity: 1;
  visibility: visible;
}


/* LINEボタン */
.line {
  height: 0;
  width: 0;
  position: fixed;
  z-index: 10;
  bottom: -30px;
  left: -5px;
  border-right: 120px solid transparent;
  border-bottom: 225px solid #555;
}

.line:hover {
  bottom: 0px;
  left: 0px;
  transition: .4s 0s ease-in-out;
}

.line p {
  margin-top: 5px;
  margin-left: 10px;
  display: block;
  width: 90px;
  font-size: 13px;
  color: #fff;
  font-family: 'Noto Sans JP', sans-serif;
}


.c-line-bt {
  display: block;
  background-image: url(../imag/round-grey-large.png);
  background-size: cover;
  height: 60px;
  width: 60px;
  margin-left: 10px;
  margin-top: 130px;
}

/* 2024 メインビジュアル追加 */

.first-sec {
  width: 100%;
  padding-top: 1vw;
  background-color: #1A4472;
}


.mainslider-wrap {
  position: relative;
  width: 98vw;
  margin: 0 auto;
  border-radius: 1vw;
  overflow-x: hidden;
}

@media screen and (max-width: 600px) {
  .mainslider-wrap {
    height: 100vh;
  }
}

.mainslider-wrap .slider1st .mainlogo {
  top: 50%;
  left: 75%;
}


#mainSlide .slider1st {
  position: relative;
  width: 100%;
  height: 50vw;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 50%);
  z-index: 1;
}

@media screen and (max-width: 600px) {
  #mainSlide .slider1st {
    height: 55svh;
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 85%);
  }
}

#mainSlide .slider2nd {
  position: relative;
  width: 100%;
  height: 50vw;
  margin-top: -27%;
  z-index: 0;
  /* clip-path: polygon(0 0, 100% 60%, 100% 100%, 0 100%); */
}

@media screen and (max-width: 600px) {
  #mainSlide .slider2nd {
    height: 60svh;
    margin-top: -13vh;
  }
}

#mainSlide .swiper-slide {
  overflow: hidden;
  transform: scale(1.2);
}

#mainSlide .slider1st::after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(36, 34, 9, 0.2);
  z-index: 2;
}

#mainSlide .slider1st::before {
  content: ' ';
  position: absolute;
  top: 50%;
  left: 75%;
  display: block;
  width: 7.2vw;
  height: calc(7.2vw * 3.53);
  background-image: url('../imag/logo-kanoya.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

@media screen and (max-width: 600px) {
  #mainSlide .slider1st::before {
    top: 50%;
    width: 12vw;
    height: calc(12vw * 3.53);
    transform: translateY(-50%);
  }
}


#mainSlide .slider2nd::after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(32, 25, 18, 0.2);
  z-index: 2;
}

#mainSlide .slider2nd::before {
  content: ' ';
  position: absolute;
  top: 60%;
  left: 15%;
  display: block;
  width: 7.2vw;
  height: calc(7.2vw * 3.51);
  background-image: url('../imag/logo-tenmaya.svg');
  background-repeat: no-repeat;
  background-size: contain;
  transform: translateX(-50%) translateY(-50%);
  z-index: 3;
}

@media screen and (max-width: 600px) {
  #mainSlide .slider2nd::before {
    top: 50%;
    width: 12vw;
    height: calc(12vw * 3.51);
    transform: translateY(-50%);
  }
}


/* #mainSlide .swiper-slide-active .slide-img,
#mainSlide .swiper-slide-duplicate-active .slide-img,
#mainSlide .swiper-slide-prev .slide-img {
  animation: zoomUp 7s linear 0s normal both;
}

@keyframes zoomUp {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.15);
  }
} */

#mainSlide .swiper-slide .slide-img {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


.first-sec .catch {
  width: 10vw;
  margin: 40px auto;
}

@media screen and (max-width: 600px) {
  .first-sec .catch {
    width: 27.5vw;
  }
}

.first-sec .catch img {
  width: 100%;
  height: 100%;
}

.first-sec .illust {
  width: max(22vw, 420px);
  margin: auto;
  padding-bottom: 100px;
}

@media screen and (max-width: 600px) {
  .first-sec .illust {
    width: 60%;
  }
}

.first-sec .illust img {
  width: 100%;
  height: 100%;
}

/* スライダー */
.slider1 {
  width: 75vw;
  height: 95vh;
  margin-left: 3vw;
  background-color: #1A4472;
}


@-webkit-keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }


  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

@keyframes zoomUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.08);
    transform: scale(1.08);
  }
}

.slider1>.swiper-wrapper>.swiper-slide {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.slider1>.swiper-wrapper>.swiper-slide-active .slide-img,
.slider1>.swiper-wrapper>.swiper-slide-duplicate-active .slide-img,
.slider1>.swiper-wrapper>.swiper-slide-prev .slide-img {
  -webkit-animation: zoomUp 3s ease-in-out 0s;
  animation: zoomUp 3s ease-in-out 0s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.slide-img {
  background-size: cover;
  background-position: center center;
  height: 100%;
  background-repeat: no-repeat;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-weight: bold;
  color: #1A4472;
}

/* ヘッダー */
header {
  width: 100vw;
  height: 100vh;
  background-color: #1A4472;
  position: relative;
}


.hdbc1 {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}


.hdbc2::before {
  content: "";
  position: absolute;
  z-index: 5;
  bottom: 0;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 200px 0 0 100vw;
  border-color: transparent transparent transparent #1A4472;
}

.hdbc3::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-right: 100vw solid #1A4472;
  border-bottom: 200px solid transparent;
  border-left: 0 solid transparent;
}

.topside {
  width: 25vw;
  height: 100vh;
  background-color: #1A4472;
  position: relative;
}

.top-language {
  list-style: none;
  display: flex;
  z-index: 1;
  width: fit-content;
  font-size: 20px;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}

.top-language a {
  color: #000;
}

@media screen and (max-width: 600px) {
  .top-language {
    font-size: 120%;
  }
}

.top-langjp:after {
  content: "/";
  margin: 0 6px;
}

.topcopy p {
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, 50%);
  line-height: 30px;
  text-decoration: underline 1.5px;
  font-size: 15px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  animation: loading .5s .5s forwards;
  font-family: 'Noto Sans JP', sans-serif;
}

.topcopy span {
  letter-spacing: 15px;
}


.toplogo {
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, 50%);
}

.toplogo img {
  height: 200px;
}


.topcatch {
  position: absolute;
  left: 0;
  bottom: 25vh;
  z-index: 8;
  transform: rotate(-30deg);
}

.cab {
  color: #1A4472;
  font-size: min(13vw, 150px);
  font-family: 'Yusei Magic', sans-serif;
  text-align: left;
}

.cas {
  color: #fff;
  text-shadow: 2px 2px 2px #555;
  font-size: min(6vw, 70px);
  letter-spacing: 8px;
  font-family: 'Yusei Magic', sans-serif;
  text-align: left;
}

/* コンセプト */
.concept {
  background-color: #fff;
  width: 100vw;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 100px;
}

.concept-l {
  width: 40vw;
  text-align: left;
  font-size: min(24px, 2vw);
  line-height: 60px;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 100px;
}

.concept-r {
  width: 30vw;
  z-index: 6;
  margin-left: 5vw;
}

.concept-r img {
  width: 30vw;
}

/* movie */

.movie {
  max-width: 70vw;
  margin: 0 auto 120px;
  cursor: pointer;
}

.movie__inner {
  display: block;
  position: relative;
  width: 100%;
  padding-bottom: 58.33%;
  border-radius: 30px;
  background-image: url('../imag/tenmaya-screencap.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}

.movie__inner::after {
  display: block;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url('../imag/tenmaya-screencap.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .2s cubic-bezier(.06, .72, .56, .97);
}

.movie__inner::before {
  display: none;
  content: ' ';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(50, 50, 50, 0.2);
  /* border-radius: 30px; */
  z-index: 5;
}

.movie__inner .icon-play {
  position: absolute;
  bottom: 5.9%;
  right: 5.12%;
  scale: 1;
  transition: all .2s ease-in-out;
  z-index: 5;
}

.movie:hover .movie__inner::before {
  display: block;
}

.movie:hover .movie__inner::after {
  scale: 1.1;
}

.movie:hover .icon-play {
  animation: poyon 0.42s;
}

@keyframes poyon {

  from,
  to {
    transform: none;
  }

  10% {
    transform: scale(1.24);
  }

  40% {
    transform: scale(.82);
  }

  60% {
    transform: scale(1.12);
  }

  80% {
    transform: scale(.92);
  }
}

/* movie-modal */

.modal-wrap {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #000;
  z-index: 100;
}

.modal-wrap__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: min(72%, 840px);
  transform: translateX(-50%) translateY(-50%);
}

.modal-wrap__inner iframe {
  aspect-ratio: 16/9;
}

.modal-wrap__inner .modalpage {
  display: block;
  width: 100%;
  height: calc(100vh - 48px);
  margin: auto;
  padding: 40px 40px;
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  overflow-y: scroll;
}

@media screen and (max-width: 600px) {
  .modal-wrap__inner .modalpage {
    width: calc(100% - 12%);
    padding: 6%;
  }
}

.modal-wrap__inner .modalpage .modal-header {
  margin-bottom: 24px;
  font-size: min(5.4vw, 28px);
}

.modal-wrap__inner .modalpage .modal-data {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0;
  color: #333;
  border-top: 1px solid #aaa;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .modal-wrap__inner .modalpage .modal-data {
    font-size: max(2vw, 13px);
  }
}

.modal-wrap__inner .modalpage .modal-data a:link {
  color: #208EBD;
}

.modal-wrap__inner .modalpage .modal-data dt {
  width: 23%;
}

.modal-wrap__inner .modalpage .modal-data dd {
  width: 74%;
  font-weight: normal;
  line-height: 1.6;
}

.modal-close .closebtn__inner li span {
  background-color: #fff;
}


/* おび */

.obbc1::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 100vw solid #fff;
  border-bottom: 200px solid transparent;
  border-right: 0 solid transparent;
}

.obbc2::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  width: 0;
  height: 0;
  border-bottom: 0px solid transparent;
  border-left: 100vw solid gainsboro;
  border-top: 50px solid transparent;
  border-right: 0 solid transparent;
  transform: translateY(-97%);
}



.obi {
  height: 500px;
  width: 100vw;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url(../imag/living.jpg);
  position: relative;
}

.obi img {
  position: absolute;
  z-index: 10;
  width: 35vw;
  margin-left: 8vw;
  transform: translateY(-20%);
}

.obbc4::before {
  content: "";
  position: absolute;
  z-index: 5;
  left: 0;
  width: 0;
  height: 0;
  border-top: 0px solid transparent;
  border-left: 100vw solid gainsboro;
  border-bottom: 20px solid transparent;
  border-right: 0 solid transparent;
}

/* 宿について */

.sayuu {
  width: 100vw;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background-color: gainsboro;
}

.olignal {
  font-size: 16px;
  text-align: center;
  width: 50vw;
  /* height: 630px; */
  font-family: 'Noto Sans JP', sans-serif;
  padding-left: 50px;
  padding-top: 40px;
}

.sayuu-2 {
  background-color: gainsboro;
}

.sayuu-2 .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  max-width: 100vw;
  margin: auto;
}

@media screen and (max-width: 600px) {
  .sayuu-2 .flex {
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    max-width: none;
    width: 100%;
  }

  .olignal-2 p {
    margin-top: 0;
  }

}



.olignal-2 {
  padding-left: 0;
  padding-top: 0;
  margin-left: -5vw;
}

@media screen and (max-width: 600px) {

  .olignal-2 {
    margin-left: 0px;
  }

}

.olignal>p:first-of-type {
  margin-top: 30px;
}

.olignal>p {
  display: inline-block;
  line-height: 35px;
  width: 35vw;
  text-align: justify;
  font-size: 16px;
  text-indent: 12px;
}

.about-wrap {
  padding-top: 56px;
  padding-bottom: 60px;
  background-color: gainsboro;
}

.about {
  display: flex;
  justify-content: center;
  align-items: center;
}

.about p {
  line-height: 30px;
  color: #000;
  font-weight: bold;
  text-align: center;
}


.about1 {
  font-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100px;
  height: 100px;
  background-image: url(../imag/games.jpg);
  border-radius: 10px;
  cursor: pointer;
}

.about2 {
  font-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../imag/minimen.jpg);
  width: 100px;
  margin-left: 30px;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
}

.about3 {
  font-size: 13px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../imag/lineco.jpg);
  width: 100px;
  margin-left: 30px;
  height: 100px;
  border-radius: 10px;
  cursor: pointer;
}


/* 詳しく見るポップ */
.pop {
  background-color: rgb(0, 0, 0, .8);
  height: 100vh;
  width: 100vw;
  position: fixed;
  top: 0;
  left: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  visibility: hidden;
  opacity: 0;
  z-index: 98;
  transition: .6s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.popnone {
  visibility: visible;
  opacity: 1;
}

.pop-inner {
  display: flex;
  align-items: center;
  justify-content: center;
}

.setumei {
  background-color: #fff;
  width: 300px;
  min-height: 500px;
  border-radius: 0px 20px 20px 0px;
  position: relative;
}

.setumei-bt {
  margin: 0 auto;
  line-height: 30px;
  width: 150px;
  text-align: center;
  display: block;
  background-color: green;
  color: #fff;
  border-radius: 15px;
  font-family: 'Noto Sans JP', sans-serif;
}

.setumei p {
  text-align: left;
  margin: 100px 20px 50px 20px;
  text-align: justify;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 16px;
}

.setumei .fas {
  display: block;
  width: 30px;
  position: absolute;
  bottom: 10px;
  right: 20px;
}

.syasin1 {
  background-image: url(../imag/games2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 600px;
  border-radius: 20px 0 0 20px;
}


.syasin2 {
  background-image: url(../imag/kitchen.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 600px;
  border-radius: 20px 0 0 20px;
}

.syasin3 {
  background-image: url(../imag/lineconcierge.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 500px;
  width: 600px;
  border-radius: 20px 0 0 20px;
}

.closebtn {
  cursor: pointer;
  position: absolute;
  /* top: 35px;
  right: -25px; */
  top: 5vw;
  right: 5vw;
  padding: 10px;
  transform: translateX(50%) translateY(-50%) rotate(0deg);
  transition: all .2s ease-in-out;
}

.closebtn:hover {
  transform: translateX(50%) translateY(-50%) rotate(180deg);
}

.closebtn__inner {
  position: relative;
  width: 45px;
}

.closebtn__inner li {
  list-style-type: none;
}


.closebtn__inner li span {
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #FFF;
}

.closebtn__inner li:first-child span {
  transform: rotate(45deg);
}

.closebtn__inner li:last-child span {
  transform: rotate(-45deg);
}


.fa-times-circle {
  font-size: 30px;
  color: #000;
}

/* 館内写真 */
.photo {
  background-color: gainsboro;
  width: 55vw;
  /* height: 630px; */
  height: 580px;
}

.slider2 {
  position: relative;
  margin: auto;
  margin-top: 40px;
  width: 80%;
  height: 70%;
  border-radius: 8px;
}

.photo .fix-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #FFF;
  text-align: center;
  z-index: 2;
  font-size: 25px;
}

.kannai {
  font-size: 25px;
  font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  line-height: 450px;
  margin: 0 auto;
  color: #fff;
}

.photomodal {
  visibility: hidden;
}

.slider2 .swiper-slide a {
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.slider2 .swiper-slide a::after {
  content: '+ クリックで拡大';
  position: absolute;
  right: 10px;
  bottom: 10px;
  display: block;
  color: #FFF;
  font-size: 12px;
}


/* roomview */

.roomview-wrap {
  position: relative;
  background-color: #1A4472;
  padding: 54px 60px;
}

.roomview-ttl {
  padding-bottom: 12px;
  text-align: left;
  border-bottom: 1px solid #000;
  margin: 0 auto 12px;
  text-align: center;
  max-width: 920px;
}

.roomview-ttl__sub {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 15px;
  padding-left: 10px;
  font-size: 18px;
  border-left: 1px solid #000;
  text-align: left;
}

.roomview-wrap .flex {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  align-items: flex-start;
}

@media screen and (max-width: 600px) {
  .roomview-wrap .flex {
    display: block;
  }
}

.roomview__inner {
  position: relative;
  max-width: 920px;
  margin: auto;
  padding-left: min(10vw, 24px);
  padding-right: min(10vw, 24px);
}

.roomview__inner h2 {
  position: relative;
  display: inline-block;
  margin: auto;
}

.roomview__inner__txt {
  font-weight: normal;
  font-size: 14px;
}

@media screen and (max-width: 600px) {
  .roomview__inner__txt {
    width: 100%;
  }
}

.roomview__inner__txt.large {
  font-size: 16px;
  line-height: 1.8;
}

.modalimg-bnr {
  display: block;
  padding-top: 30px;
}

@media screen and (max-width: 600px) {
  .modalimg-bnr {
    padding-top: 0px;
  }
}

.roomview__inner img {
  cursor: zoom-in;
}

.btn-open {
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
  margin-bottom: 10px;
  padding: 6px 25px;
  font-size: 12px;
  font-weight: bold;
  color: #000;
  text-align: center;
  border-radius: 25px;
  min-height: 25px;
  transform: translateX(50%) translateY(70%);
  cursor: pointer;
}

.btn-open img {
  width: 12px;
}

.modal-wrap__inner--big {
  width: 90%;
}

.equipment-list li {
  display: inline-block;
  padding: 5px;
  font-size: 10px;
}

.equipment-list li::before {
  content: '\f00c';
  margin-right: 4px;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #208EBD;
}

/* アクセスマップ */
.accessmap-wrap {
  background-color: #EEEEEE;
}

.accessmap__inner {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  max-width: 920px;
  margin: auto;
  padding-top: 40px;
  padding-bottom: 50px;
  font-weight: bold;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.accessmap__inner--left {
  width: 60%;
}

.accessmap__inner--left iframe {
  max-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}


.accessmap__inner--right {
  width: 40%;
  padding-top: 48px;
  padding-left: 54px;
  line-height: 1.8;
}

.accessmap__inner h2 {
  text-align: center;
}

.accessmap__inner .desc {
  margin-top: 20px;
  font-size: 16px;
}

.accessmap__inner .ads {
  margin-top: 20px;
  font-size: 14px;
  font-style: normal;
}

.accessmap__inner .ads a:link {
  color: #000;
  text-decoration: underline;
}

.accessmap__inner .ads a:visited {
  color: #000;
}

.accessmap__inner .more {
  margin-top: 24px;
}

.morebtn {
  display: block;
  background-color: #fff;
  border-radius: 45px;
  padding: 10px 50px;
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
}

/* 周辺ガイド */
.guide-title {
  display: block;
  position: absolute;
  z-index: 6;
  top: -30px;
  left: 0;
  width: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  padding-top: 30px;
  padding-bottom: 15px;
  padding-left: 50px;
  background-color: #EEE;
}

.guide {
  width: 100vw;
  background-color: #1A4472;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.guide1 {
  width: 50vw;
  height: 350px;
  background-image: url(../imag/achi.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.guide1>a {
  display: block;
  width: 72%;
  background-color: #fff;
  border-radius: 45px;
  padding: 10px 4em;
  position: absolute;
  top: 80%;
  /* right: 10px; */
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.guide2 {
  width: 50vw;
  height: 350px;
  background-image: url(../imag/magome.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.guide2>a {
  display: block;
  width: 72%;
  background-color: #fff;
  border-radius: 45px;
  padding: 10px 4em;
  position: absolute;
  top: 80%;
  /* right: 10px; */
  right: 50%;
  transform: translateX(50%) translateY(-50%);
  color: #000;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}


/* ご宿泊料金 */

.price-wrap {
  padding-top: 50px;
  padding-bottom: 40px;
  background-color: #FFF;
}

.price__inner {
  max-width: 750px;
  margin: auto;
}

.price__inner h2 {
  margin-bottom: 20px;
  text-align: center;
}

.price__inner .attention-box {
  padding: 12px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background-color: #1A4472;
}

.price__inner .price-box {
  /* display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  justify-content: space-between; */
  margin-top: 20px;
}

.price__inner .price-box li {
  /* width: 49%; */
  width: 100%;
  padding: 16px;
  border: 1px solid #bebebe;
  list-style-type: none;
  text-align: center;
}

.price__inner .price-box li dt {
  font-size: 20px;
  font-weight: bold;
  color: #208EBD;
}

.price__inner .price-box li dd span {
  display: block;
  font-size: 14px;
  font-weight: normal;
  color: #757575;
}

.price__inner .price-box--left dl dd {
  font-size: 24px;
  font-weight: bold;
  color: #208EBD;
}

.price__inner .price-box--right dl {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  width: min(60%, 540px);
  margin: 10px auto;
}

@media screen and (max-width: 600px) {
  .price__inner .price-box--right dl {
    width: 100%;
  }
}

.price__inner .price-box--right dl dt {
  width: 80%;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .price__inner .price-box--right dl dt {
    width: 70%;
    font-size: 16px;
  }
}

.price__inner .price-box--right dl dd {
  width: 20%;
  font-size: 18px;
  font-weight: normal;
  color: #000;
  text-align: left;
}

@media screen and (max-width: 600px) {
  .price__inner .price-box--right dl dd {
    width: 30%;
  }
}


/* 空き状況カレンダー */
.cale-tab,
.cale-tab2 {
  border-bottom: 1px solid #FFF;
  padding-bottom: 20px;
  background-color: #FFF;
}

.cale-tab p,
.cale-tab2 p {
  text-align: center;
  /* margin: 20px auto; */
  font-size: 20px;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 50px;
}


.cale-tab i,
.cale-tab2 i {
  font-size: 30px;
  color: #000;
}

#cale-tab {
  display: block;
  cursor: pointer;
  width: 100%;
}

.calendar {
  display: none;
  margin: 0 auto;
  width: 70vw;
  height: 500px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 10px;
  transition: .5s;
}

.calendar.active {
  display: flex;
  opacity: 0;
  transition: .5s;
}

.calendar.active2 {
  opacity: 1;
}

.calendar2 {
  display: none;
  margin: 0 auto;
  width: 70vw;
  height: 500px;
  text-align: center;
  background-color: #fff;
  padding-bottom: 10px;
  transition: .5s;
}

.calendar2.active {
  display: flex;
  opacity: 0;
  transition: .5s;
}

.calendar2.active2 {
  opacity: 1;
}


.fc-event-title {
  visibility: hidden;
}

.fc-event-title:before {
  visibility: visible;
  font-size: 12px;
  color: #000;
  content: "予約あり";
  font-family: 'Noto Sans JP', sans-serif;
}

.fc-event-title-container {
  background-color: #1A4472;
}

.fc-h-event {
  border: none;
}


/* 予約 */
.yoyaku {
  background-image: url(../imag/bed.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 400px;
  width: 100vw;
  position: relative;
  padding-bottom: 40px;
}

.yoyaku-inner {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

.yoyaku-bt:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../imag/calendar.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.yoyaku::before {
  content: '';
  background-color: #000;
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.yoyaku-bt {
  display: block;
  background-color: #fff;
  border-radius: 42px;
  margin-bottom: 20px;
  padding: 8px 20px;
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.yoyaku-inner p {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  color: #fff;
  line-height: 40px;
}

.yoyaku span {
  font-size: 12px;
}

.yoyaku span:last-child {
  font-size: 30px;
  text-decoration: underline;
}

/* LINE相談 */
.soudan {
  background-image: url(../imag/TOP-1.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 300px;
  width: 100vw;
  position: relative;
}

.soudan-bt:before {
  content: "";
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../imag/lineno.jpg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.soudan::before {
  content: '';
  background-color: #000;
  opacity: .4;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.soudan-bt {
  display: block;
  background-color: #fff;
  border-radius: 45px;
  padding: 10px 50px;
  position: absolute;
  top: 70%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #000;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
}

.soudan>p {
  display: inline-block;
  text-align: center;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 20px;
  position: absolute;
  color: #fff;
  top: 30%;
  left: 50%;
  transform: translate(-50%, -50%);
  line-height: 30px;
}

.soudan span {
  font-size: 12px;
}





/* フッター */

footer {
  position: relative;
  background-color: #555;
  /* height: 80px; */
  width: 100vw;
  font-size: 10px;
  font-family: 'Noto Sans JP', sans-serif;
  color: #fff;
  text-align: center;
  line-height: 50px;
}

.footer__linkwrap {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  padding: 0 50px;
  text-align: right;
}

@media screen and (max-width: 600px) {
  .footer__linkwrap {
    position: relative;
    text-align: center;
    padding-bottom: 20px;
  }
}

.footer__linkwrap__inner {
  position: relative;
  display: inline-block;
  color: #FFF;
  cursor: pointer;
  opacity: 1;
}

.footer__linkwrap__inner:hover {
  opacity: .84;
}

.footer__linkwrap__inner span {
  border-bottom: 1px dotted #eee;
}


@media screen and (max-width: 600px) {
  .footer__linkwrap__inner span {
    border: 1px solid #eee;
    padding: 0.8em 2em;
  }
}



/* スクロールアニメーション -----------*/

.animationTarget {
  opacity: 0;
  transition: 1.5s;
  transform: translateY(30px);
}

.animeactive {
  opacity: 1;
  transform: none
}

.animationTarget2 {
  opacity: 0;
  visibility: hidden;
  transform: scale(.9);
  transition: .6s;
}

.anid1 {
  transition-delay: .6s;
}

.anid2 {
  transition-delay: 1.2s;
}

.animeactive2 {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}





/* iPad */
@media screen and (min-width:601px) and (max-width:1024px) {

  .syasin1,
  .syasin2,
  .syasin3 {
    width: 42vw;
    min-height: 500px;
  }

  .setumei {
    width: 38vw;
  }

}



/* 携帯縦 */
@media screen and (max-width: 600px) {
  .hdbc1 {
    display: block;
  }

  .slider1 {
    width: 100vw;
    height: 60vh;
    margin-left: 0;
  }

  .topside {
    width: 100vw;
    height: 40vh;
  }

  .hdbc2::before {
    visibility: hidden;
  }

  .cab {
    font-size: 50px;
    text-shadow: 1px 1px 1px #555;
  }

  .cas {
    text-shadow: 1px 1px 1px #555;
    font-size: 20px;
  }

  .topcatch {
    bottom: 40vh;
  }


  .loading {
    flex-direction: column;
  }

  .bk {
    width: 0;
    height: 0;
  }

  .loadinglogo {
    width: 100VW;
    height: 50vh;
  }

  .loading-p {
    width: 100VW;
    height: 50vh;
  }

  .loading p {
    left: 50%;
    transform: translate(-50%, -40%);
    line-height: 50px;
  }

  .loadinglogo img {
    transform: translate(-50%, 20%);
  }

  .topcopy p {
    top: 35%;
    left: 80%;
    transform: translate(-50%, -50%);
    line-height: 30px;
    font-size: 12px;
  }


  .toplogo {
    position: absolute;
    top: 33%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .toplogo img {
    height: 120px;
  }

  .line {
    bottom: 0px;
    left: 0px;
    border-right: 96px solid transparent;
    border-bottom: 180px solid #555;
  }

  .line p {
    margin-top: 3px;
    margin-left: 5px;
    font-size: 11px;
  }

  .c-line-bt {
    margin-left: 10px;
    margin-top: 100px;
    height: 40px;
    width: 40px;
  }



  .concept {
    flex-direction: column-reverse;
    padding-top: 20px;
    margin-bottom: 100px;
  }

  .concept-l {
    width: 90vw;
    margin-left: 8vw;
    font-size: 16px;
    line-height: 50px;
    font-stretch: semi-condensed;
    z-index: 6;
    padding-top: 30px;
  }

  .concept-r {
    width: 70vw;
    z-index: 6;
    margin-left: 20vw;
  }

  .concept-r img {
    width: 70vw;
    left: 0;
  }

  .movie {
    max-width: calc(100vw - 4vw);
  }

  .modal-wrap__inner {
    width: 100%;
  }

  .about {
    margin-top: 50px;
  }

  .about1 {
    /* width: 80px;
    height: 80px; */
    width: 24vw;
    height: 24vw;
  }

  .about2 {
    /* width: 80px;
    margin-left: 10px;
    height: 80px; */
    width: 24vw;
    height: 24vw;
  }

  .about3 {
    /* width: 80px;
    margin-left: 10px;
    height: 80px; */
    width: 24vw;
    height: 24vw;
  }

  .obbc3::before {
    content: "";
    position: absolute;
    z-index: 5;
    left: 0;
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-left: 100vw solid gainsboro;
    border-bottom: 10px solid transparent;
    border-right: 0 solid transparent;
  }


  .obi {
    height: 200px;
  }

  .obbc1::before {
    border-bottom: 50px solid transparent;
  }

  .obbc2::before {
    border-top: 20px solid transparent;
  }

  .obi img {
    width: 55vw;
    transform: translateY(-50%);
  }

  .sayuu {
    flex-direction: column;
  }

  .olignal {
    background-color: gainsboro;
    font-size: 14px;
    text-align: center;
    width: 100vw;
    /* height: 580px; */
    margin-left: 0;
    font-family: 'Noto Sans JP', sans-serif;
    padding-left: 0px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .olignal>p {
    display: inline-block;
    line-height: 30px;
    width: 80vw;
    text-align: justify;
    font-size: 13px;
    text-indent: 12px;
  }

  .roomview-wrap {
    padding: 10vw 5vw;
  }

  .about p {
    line-height: 20px;
  }

  .about-wrap {
    padding-top: 10px;
    padding-bottom: 0px !important;
  }

  .about {
    display: flex;
    /* justify-content: flex-end; */
    align-items: center;
    /* margin-right: 4vw; */
  }

  .accessmap__inner {
    padding-top: 0;
    padding-bottom: 15vw;
    flex-wrap: wrap-reverse;
  }

  .accessmap__inner--left {
    width: 100%;
  }

  .accessmap__inner--right {
    width: 100%;
    padding-left: 10vw;
    padding-right: 10vw;
    padding-top: 6vw;
    margin-bottom: 15vw;
  }

  .fc .fc-button {
    font-size: 14px;
  }

  .fc-today-button {
    visibility: hidden;
  }

  .fc-listYear-button {
    visibility: hidden;
  }

  .fc-dayGridMonth-button {
    visibility: hidden;
  }

  .fc .fc-toolbar {
    flex-direction: row-reverse;
  }

  .fc .fc-toolbar-title {
    margin-left: 10px;
    font-size: 13px;
  }

  .calendar {
    width: 95vw;
  }

  .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1em;
  }

  .fc-event-title:before {
    font-size: 8px;
  }

  .fc .fc-button-primary {
    background-color: #555;
    border: none;
    margin-top: 10px;
  }

  .yoyaku-bt {
    width: 70vw;
    font-size: 15px;
  }

  .yoyaku>p {
    font-size: 25px;
    line-height: 25px;
  }

  .yoyaku span {
    font-size: 10px;
  }

  .yoyaku span:last-child {
    font-size: 20px;
    text-decoration: underline;
  }

  .soudan span {
    font-size: 10px;
  }

  .soudan>p {
    font-size: 25px;
    line-height: 25px;
    width: 70vw;
  }

  .soudan-bt {
    width: 70vw;
    font-size: 15px;
  }

  .guide {
    flex-direction: column;
  }

  .guide-title {
    padding-left: 20px;
  }

  .guide1 {
    width: 100vw;
  }

  .guide2 {
    width: 100vw;
  }

  .guide1>a {
    padding: 10px 30px;
    right: 0;
    font-size: 10px;
    transform: translate(-20%, -50%);
  }


  .guide2>a {
    padding: 10px 30px;
    right: 0;
    font-size: 10px;
    transform: translate(-20%, -50%);
  }

  .pop {
    flex-direction: column;
    /* justify-content: flex-start; */
  }

  .pop-inner {
    display: block;
  }

  .closebtn {
    top: 10vw;
    right: 12vw;
    transform: translateX(50%) translateY(50%);
  }

  .closebtn:hover {
    transform: translateX(50%) translateY(50%) rotate(180deg);
  }

  #modalFooter .closebtn {
    top: 7.2vw;
  }

  #modalFooter .modal-close .closebtn__inner {
    width: 22px;
  }

  #modalFooter .modal-close .closebtn__inner li span {
    background-color: #000;
  }

  .syasin {
    height: 40vh;
    width: 80vw;
    border-radius: 20px 20px 0px 0px;
    /* margin-top: 100px; */
  }

  .syasin1,
  .syasin2,
  .syasin3 {
    min-height: auto;
  }

  .syasin3 {
    background-position: left;
  }

  .setumei {
    width: 80vw;
    /* height: 26vh; */
    min-height: 26vh;
    border-radius: 0px 0px 20px 20px;
    padding-bottom: 4vh;
  }

  .setumei p {
    padding: 20px;
    font-size: 12px;
    margin: 0;
  }

  .photo {
    width: 100vw;
    /* height: 72.46vw; */
    height: 80vw;
    padding-bottom: 0px;
  }

  .roomview__inner h2 {
    display: block;
  }

  .btn-open {
    position: relative;
    display: block;
    top: auto;
    width: 60vw;
    margin: 4vw auto;
    transform: none;
  }

  .slider2 {
    width: 100%;
    /* height: 70%; */
    margin-top: 0;
    /* height: 72.46vw; */
    height: 80vw;
    border-radius: 0px;
  }

  .kannai {
    line-height: 300px;
  }

  .price-wrap {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .price__inner .price-box--left {
    margin-bottom: 10px;
  }

  .price__inner .price-box li {
    width: 100%;
  }

  .price__inner .attention-box {
    font-size: clamp(10px, 4vw, 14px);
  }

}