@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@500;700&display=swap');
html, body {
  font-size: 100%;
  margin: 0;
  padding: 0;
  height: 100%;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 500;
  color: #000;
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 16px;
  background-color: #f2f2f2;
}
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  box-shadow: inset 0 0 10px 10px #909090;
  border: solid 4px transparent;
}
a:link {
  text-decoration: none;
  color: #000;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
a:visited, a:active, a:hover {
  text-decoration: none;
}
p, ul li, ol li, table, dt, dd {
  line-height: 1.6em;
  text-align: left;
  font-size: 92%;
}
span.mini {
  font-size: 80%;
}
hr {
  margin: 100px 0;
}
img {
  max-width: 100%;
  height: auto;
}
.wrapper {
  width: 100%;
  min-height: calc(100% - 50px);
}
.wrap {
  max-width: 1200px;
  margin: 0 auto;
  z-index: 1;
  padding: 0px 5px;
}
.max1000 {
  max-width: 1000px;
}
header {
  position: relative;
  width: 100%;
  height: 100vh;
}
.video {
  border-bottom-left-radius: 2000px 200px;
  border-bottom-right-radius: 2000px 200px;
  overflow: hidden;
}
header .wrap {
  position: relative;
  z-index: 2;
}
h1 {
  width: 154px;
  height: 50px;
  position: relative;
  margin: 0;
  top: 10px;
  left: 5px;
}
h1 a {
  position: fixed;
  top: 10px;
  left: 200px;
  width: 154px;
  height: 50px;
  display: block;
  background: url("../image/logo.png") center center/cover no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 100;
}
@media (max-width: 768px) {
  h1 a {
    top: 10px;
    left: 20px;
  }
}
@media (min-width: 1000px) {}
header .txt {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 360px;
}
.video {
  width: 100% !important;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}
.video video {
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}
.scrolldown {
  position: absolute;
  left: 50%;
  margin-left: 60px;
  bottom: 0;
  z-index: 1;
}
.scrolldown span {
  display: inline-block;
  position: absolute;
  right: 40px;
  bottom: 0;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  letter-spacing: .2em;
  text-decoration: none;
  writing-mode: vertical-lr;
}
.scrolldown span::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: #fff;
}
.scrolldown span::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
.scrolldown span::after {
  height: 30px;
  animation: sdl 1.5s ease infinite;
}
@keyframes sdl {
  0% {
    transform: translateY(-70px);
  }
  50%, 100% {
    transform: translateY(30px);
  }
}
.informationbox {
  position: relative;
  padding: 0 10px;
  z-index: 1;
}
.informationbox .flexbox {
  background: url("../image/informationbox_bg.png") no-repeat center 70px/60% auto;
  height: 240px;
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  justify-content: space-between;
  align-items: stretch;
}

.informationbox .flexbox .box {
  width: 22%;
  box-shadow: 0px 0px 4px rgb(0, 0, 0, 0.4);
  top: -100px;
  position: relative;
  z-index: 2;
  box-sizing: border-box;
  opacity: 0.9;
}

.informationbox .flexbox .box:nth-child(1) {
  border-top: 5px solid #929E39;
  background: #fff;
  padding: 0; /* 10px 10px 10px 10pxから変更 */
}

.informationbox .flexbox .box:nth-child(1) p {
  line-height: 2.0em;
  padding: 10px; /* テキストの余白は保持 */
  margin: 0; /* 余分なマージンを削除 */
}

.informationbox .flexbox .box:nth-child(2) {
  border-top: 5px solid #5360C4;
  background: #fff;
  padding: 0; /* padding-top: 0pxから変更 */
}

.informationbox .flexbox .box:nth-child(2) span.ttl {
  position: absolute;
  background: #5360C4;
  left: 0;
  top: 0px;
  color: #fff;
  padding: 0 5px;
  font-size: 18px;
}
.informationbox .flexbox .box:nth-child(2) dl {
  display: flex;
  width: 100%;
  margin: 0px;
  padding: 0px 10px;
  box-sizing: border-box;
}
.informationbox .flexbox .box:nth-child(2) dl dt {
  white-space: nowrap;
  width: 20%;
  padding: 0px;
}
.informationbox .flexbox .box:nth-child(2) button {
  font-size: 18px;
  background: #5360C4;
  color: #fff;
  border: none;
  padding: 2px 20px;
  margin: 10px auto;
  display: block;
}
.informationbox .flexbox .box:nth-child(2) .info_tel {
  background: #F5F4F0;
  text-align: center;
  padding: 5px 10px
}
.informationbox .flexbox .box:nth-child(2) .info_tel p {
  text-align: center;
}
.informationbox .flexbox .box:nth-child(2) .info_tel p span {
  display: block;
  font-size: 90%;
}
.informationbox .flexbox .box:nth-child(2) .info_tel p.tel a {
  color: #5360C4;
  white-space: nowrap;
  font-weight: 700;
  font-size: 220%
}


.recommended {
  justify-content: space-between !important;
}
.recommended .box img, .season .box img {
  position: relative;
  vertical-align: bottom;
}
.recommended .box span, .season .box span {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  box-sizing: border-box;
  padding: 10px 20px;
  width: 100%;
}
.recommended .box {
  margin-bottom: 40px;
}
.recommended .box:nth-child(1) span {
  background: #929E39;
}
.recommended .box:nth-child(2) span {
  background: #CB6868;
}
.recommended .box:nth-child(3) span {
  background: #67A1A8;
}
.recommended .box:nth-child(4) span {
  background: #5360C4;
}
.recommended .box:nth-child(5) span {
  background: #BAA81F;
}
.recommended .box:nth-child(6) span {
  background: #4CA873;
}
.season .box {
  width: calc(100% / 3);
  text-align: center;
}
.season .box:nth-child(1) span {
  background: rgba(146, 158, 57, 0.8)
}
.season .box:nth-child(2) span {
  background: rgba(196, 100, 83, 0.8)
}
.season .box:nth-child(3) span {
  background: rgba(173, 173, 173, 0.8)
}
.txleft {
  text-align: left;
}
.txright {
  text-align: right;
}
.txcenter {
  text-align: center;
}
.floatbox {
  width: 70%;
  margin: 0px auto;
}
.flexbox {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  flex-direction: row;
  align-items: center;
}
.space-between {
  justify-content: space-between;
}
.flex-start {
  align-items: flex-start !important;
}
.flexbox .box23 {
  position: relative;
  width: 23%;
}
.flexbox .box23 a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.flexbox .box23:hover {
  transition: 0.5s;
  opacity: 0.5;
  filter: alpha(opacity=50);
  -ms-filter: "alpha(opacity=50)";
}
.flexbox .box30 {
  width: 30%;
}
.flexbox .box33 {
  width: 33%;
}
.flexbox .box45 {
  width: 45%;
}
.flexbox .box50 {
  width: 50%;
}
.box {
  position: relative;
}
h2.ttl {
  display: block;
  letter-spacing: 0.2em;
  width: 100%;
  margin: 0px 0px 30px;
  ;
}
section {
  padding: 20px 0px;
  box-sizing: border-box;
}
.center_ttl {
  text-align: center;
}
h2.ttl span {
  font-size: 50%;
  letter-spacing: 0.2em;
  padding: 0px 10px;
}
section:nth-of-type(2) h2.ttl span {
  color: #765E1E;
}
section:nth-of-type(3) h2.ttl span {
  color: #5360C4;
}
section:nth-of-type(4) h2.ttl span {
  color: #929E39;
}
section:nth-of-type(5) h2.ttl span {
  color: #C13838;
}
.ttl.center_ttl span {
  text-align: center;
  display: block;
}
.btn {
  text-align: center;
  margin: 30px 0px;
}
.btn a {
  position: relative;
  overflow: hidden;
  text-decoration: none;
  display: inline-block;
  padding: 10px 60px;
  text-align: center;
  outline: none;
  transition: ease .2s;
}
.btn a span {
  position: relative;
  z-index: 1;
}
.btn a:hover span {
  color: #fff !important;
}
.btn a::before {
  content: '';
  position: absolute;
  top: 0;
  left: -130%;
  width: 120%;
  height: 100%;
  transform: skewX(-25deg);
}
section:nth-of-type(3) .btn a {
  border: 1px solid #5360C4;
}
section:nth-of-type(3) .btn a span {
  color: #5360C4;
}
section:nth-of-type(3) .btn a::before {
  background: #5360C4;
}
section:nth-of-type(4) .btn a {
  border: 1px solid #929E39;
}
section:nth-of-type(4) .btn a span {
  color: #929E39;
}
section:nth-of-type(4) .btn a::before {
  background: #929E39;
}
section:nth-of-type(5) .btn a {
  border: 1px solid #C13838;
}
section:nth-of-type(5) .btn a span {
  color: #C13838;
}
section:nth-of-type(5) .btn a::before {
  background: #C13838;
}
.btn a:hover::before {
  animation: skewanime .5s forwards;
}
@keyframes skewanime {
  100% {
    left: -10%;
  }
}
.map {
  width: 800px;
  display: block;
  margin: 0 auto;
}
.stay {
  background: url("../image/stay_bg.jpg") center center/cover no-repeat;
  padding: 50px 0px;
  position: relative;
}
.eat {
  background: url("../image/eat_bg.jpg") center top/cover no-repeat;
  padding: 70px 0px;
  position: relative;
}
.stay::after, .eat::after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: 0;
  top: 0;
}
.stay p, .eat p {
  position: relative;
  z-index: 0;
  width: 40%;
  left: 60%;
  padding: 5px;
  box-sizing: border-box;
  color: #fff;
}
.info dl {
  display: flex;
  flex-wrap: wrap;
}
.info dl dt {
  width: 15%;
  padding: 5px;
  box-sizing: border-box;
  margin: 0;
}
.info dl dd {
  width: 85%;
  padding: 5px;
  box-sizing: border-box;
  margin: 0;
}
.grey_BG {
  background: #F8F6EF;
  padding: 50px 0px;
}
.max1000 .flexbox {
  padding: 50px 0px;
}
.max1000 .box img {
  width: 100%;
}
.max1000 .box p {
  font-size: 82%;
  margin: 5px 0px 10px 0px;
}
footer {
  text-align: center;
  padding: 100px 0px 0px;
}
footer ul {
  margin: 10px 0px;
  padding: 0px;
}
footer ul li {
  text-align: center;
  margin: 0px;
  display: inline-block;
  position: relative;
  padding: 0 10px;
}
footer ul:nth-child(2) li {
  font-size: 80%;
}
footer ul li.sns {
  width: 20px;
  height: 20px;
  position: relative;
  top: 6px;
  margin: 0;
  padding: 0 5px !important;
}
footer ul li.sns.insta a {
  background: url("../image/icon_instagram_black.png") no-repeat center center/cover;
  display: block;
  width: 20px;
  height: 20px;
}
footer ul li.sns.youtube a {
  background: url("../image/icon_youtube_black.png") no-repeat center center/cover;
  display: block;
  width: 20px;
  height: 20px;
}
footer ul li.sns.x a {
  background: url("../image/icon_x_black.png") no-repeat center center/cover;
  display: block;
  width: 20px;
  height: 20px;
}
footer ul li.sns.facebook a {
  background: url("../image/icon_facebook_black.png") no-repeat center center/cover;
  display: block;
  width: 20px;
  height: 20px;
}

footer ul:nth-child(4) {
  max-width: 800px;
  margin: 20px auto;
  padding: 10px 0px;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
footer ul:nth-child(4) li {
  font-size: 70%;
  padding: 0 5px;
}
footer h3:nth-of-type(1) {
  width: 200px;
  height: 108px;
  margin: 10px auto;
}
footer h3:nth-of-type(1) a {
  width: 200px;
  height: 108px;
  display: block;
  background: url("../image/seisenryo.jpg") no-repeat center center/cover; 
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer h3:nth-of-type(2) {
  width: 180px;
  height: 58px;
  margin: 20px auto;
}
footer h3:nth-of-type(2) a {
  width: 180px;
  height: 58px;
  display: block;
  background: url("../image/logo.png") no-repeat center center/cover;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
footer p {
  text-align: center;
}
footer copy {
  background: #B8AD8C;
  width: 100%;
  display: block;
  margin: 0;
  color: #fff;
  padding: 5px 0px;
}
@media (max-width: 1000px) {
  .onlypc, header p, ul.global {
    display: none !important;
  }
  header {
    width: 100%;
    top: 0;
    padding: 0px;
  }
  footer h3 {
    position: relative;
    margin: 0 auto;
  }
  .menu ul li.search {
    display: none;
  }
  .informationbox {
    position: relative;
    padding: 0 10px;
    z-index: 1;
  }
  .informationbox .flexbox {
    background: url("../image/informationbox_bg.png") no-repeat center 70px/100% auto;
    height: auto;
    position: relative;
    margin: 0 auto;
    justify-content: space-between;
    align-items: stretch;
  }
  .informationbox .flexbox .box {
    width: 100%;
    top: -50px;
    margin-bottom: 20px;
  }
  .slider {
    position: relative;
    top: -50px;
  }
  .stay p, .eat p {
    position: relative;
    z-index: 0;
    width: 80%;
    left: 10%;
    padding: 5px;
    box-sizing: border-box;
    color: #fff;
  }
  .info dl dt {
    width: 100%;
  }
  .info dl dd {
    width: 100%;
    border-bottom: 1px solid #ccc;
  }
  copy {
    font-size: 80%;
  }
  a.reserve_sp {
    position: fixed;
    right: 0px;
    bottom: 0px;
    background-color: #5360C4;
    width: 100%;
    color: #fff;
    padding: 5px 0px;
    z-index: 2;
  }
}
@media (max-width: 768px) {
  .spbox100 {
    width: 100% !important;
    margin-bottom: 20px;
  }
  .spbox50 {
    width: 48% !important;
    margin: 10px 1%;
  }
}
@media (min-width: 1000px) {
  .onlysp {
    display: none;
  }
  #navTgl {
    display: none;
  }
  ul.global {
    list-style: none;
    position: absolute;
    right: 40px;
    top: 40px;
  }
  ul.global li {
    text-align: center;
    margin: 0px;
    font-weight: bold;
    display: inline-block;
  }
  ul.global li a {
    text-decoration: none;
    padding: 10px 30px;
  }
  .h_top ul li a {
    padding: 0px;
  }
  ul.global li.h_top {
    position: absolute;
    right: -30px;
    top: -37px;
    font-size: 12px;
  }
  ul.global li.h_top li {
    display: inline-block;
    padding: 0px 10px;
  }
  ul.global li.search {
    width: 110px;
  }
  ul.global li.search form, ul.global li.search input {
    margin: 0;
  }
  ul.global li.search form {
    position: relative;
  }
  ul.global li.search input[type="text"] {
    border: 2px solid #B8AD8C;
    left: 0;
    top: -12px;
    margin: 0;
    padding: 0px;
    position: absolute;
    width: 80px;
  }
  ul.global li.search input[type="text"]:focus {
    background-color: #ccc;
    ;
    outline: none;
  }
  ul.global li.search input[type="submit"] {
    border: 0;
    padding: 0;
    width: 30px;
    height: 15px; /* 高さ40px */
    position: absolute; /* 絶対配置 */
    left: 82px; /* 左から220px */
    top: -12px;
    background: #B8AD8C;
    color: #fff;
  }
  ul.global li.sns {
    width: 20px;
    height: 20px;
    position: relative;
    top: 6px;
    margin: 0;
    padding: 0 5px !important;
  }
  ul.global li.sns span {
    display: none;
  }
  ul.global li.sns.insta a {
    background: url("../image/icon_instagram_black.png") no-repeat center center/cover;
    display: block;
    width: 20px;
    height: 20px;
  }
  ul.global li.sns.youtube a {
    background: url("../image/icon_youtube_black.png") no-repeat center center/cover;
    display: block;
    width: 20px;
    height: 20px;
  }

  ul.global li.sns.x a {
    background: url("../image/icon_x_black.png") no-repeat center center/cover;
    display: block;
    width: 20px;
    height: 20px;
  }

  ul.global li.sns.facebook a {
    background: url("../image/icon_facebook_black.png") no-repeat center center/cover;
    display: block;
    width: 20px;
    height: 20px;
  }

  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  copy {
    font-size: 80%;
    margin: 50px 20px 0px;
  }
  a.reserve {
    position: fixed;
    right: -120px;
    bottom: 100px;
    background-color: #5360C4;
    border: 1px solid #5360C4;
    color: #fff;
    padding: 38px 10px;
    display: block;
    z-index: 2;
    border-radius: 50%;
    transition: all 0.3s;
    opacity: 0;
  }
  a.reserve:hover {
    background-color: #fff;
    color: #5360C4;
  }
}
a.reserve.LeftMove {
  animation: LeftAnime 0.5s forwards;
}
a.reserve.RightMove {
  animation: RightAnime 0.5s forwards;
}
@keyframes RightAnime {
  from {
    opacity: 1;
    transform: translateX(0);
    right: 20px;
  }
  to {
    opacity: 1;
    right: -120px;
  }
}
@keyframes LeftAnime {
  from {
    opacity: 0;
    right: -120px;
  }
  to {
    opacity: 1;
    right: 20px;
  }
}
#navTgl {
  display: none;
}
label.close {
  background-color: rgba(0, 0, 0, 0);
}
label.open, label.close {
  cursor: pointer;
  position: fixed;
  top: 0;
  right: 0;
}
.open {
  z-index: 99;
  width: 100%;
  height: 70px;
  margin: 0px;
  -webkit-transition: background-color .6s, -webkit-transform .6s;
  transition: background-color .6s, transform .6s;
  background-color: rgba(255, 255, 255, .8);
}
.open span {
  position: absolute;
  right: 20px;
  height: 1px;
  width: 30px;
  background-color: #000;
  display: inline-block;
  box-sizing: border-box;
  transition: background-color .6s, transform .6s;
}
.open span:nth-of-type(1) {
  top: 20px;
}
.open span:nth-of-type(2) {
  top: 30px;
}
.open span:nth-of-type(3) {
  top: 40px;
}
.open span:nth-of-type(4) {
  font-size: 10px;
  top: 50px;
  color: #fff;
  background-color: transparent;
}
#navTgl:checked + .open {
  -webkit-transform: translate(-240px, 0px);
  transform: translateX(-240px, 0px);
  background-color: transparent;
  z-index: 110;
}
#navTgl:checked + .open span:nth-of-type(1) {
  -webkit-transform: translate(0px, 10px)rotate(45deg);
  transform: translateX(0px, 10px) rotate(45deg);
  background-color: #fff;
}
#navTgl:checked + .open span:nth-of-type(2) {
  -webkit-transform: translate(0px, 0px)rotate(45deg);
  transform: translateX(0px, 0px) rotate(45deg);
  background-color: #fff;
}
#navTgl:checked + .open span:nth-of-type(3) {
  -webkit-transform: translate(0px, -10px)rotate(-45deg);
  transform: translateX(0px, -10px) rotate(-45deg);
  background-color: #fff;
}
#navTgl:checked + .open span:nth-of-type(4) {
  display: none;
}
.close {
  pointer-events: none;
  z-index: 9;
  width: 100%;
  height: 100%;
  transition: background-color .6s;
}
#navTgl:checked ~ .close {
  pointer-events: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.menu {
  z-index: 9999;
  position: fixed;
  top: 0;
  right: 0;
  width: 240px;
  height: 100%;
  background-color: #929E39;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform .6s;
  transition: transform .6s;
}
#navTgl:checked ~ .menu {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.menu li a {
  color: #fff;
}
.menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
  margin-top: 20px;
}
.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.menu li a {
  font-size: 100%;
  display: block;
  text-align: left;
  padding: 0.6em 1em;
  text-decoration: none;
  transition: background-color .6s;
}
.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.menu li ul {
  padding: 0;
  margin: 0;
  display: block;
}
.menu li {
  border-bottom: 1px solid rgba(255, 255, 255, .6);
}
.menu li a {
  font-size: 100%;
  display: block;
  text-align: left;
  padding: 0.6em 1em !important;
  text-decoration: none;
  transition: background-color .6s;
}
.menu li a:hover {
  background-color: rgba(255, 255, 255, 0.6);
}
.menu li.sns {
  padding-left: 25px;
  position: relative;
}
.menu li.sns.insta a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/icon_instagram_w.png") center center/cover;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
}
.menu li.sns.youtube a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/icon_youtube_w.png") center center/cover;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
}

.menu li.sns.x a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/icon_x_w.png") center center/cover;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
}
.menu li.sns.facebook a:before {
  content: "";
  width: 20px;
  height: 20px;
  background: url("../image/icon_facebook_w.png") center center/cover;
  position: absolute;
  display: block;
  left: 10px;
  top: 10px;
}
@media (min-width: 1000px) {
  .open {
    opacity: 0;
    transition: all 0.6s;
    top: -70px !important;
  }
  .opacity1 {
    opacity: 1.0;
    top: 0 !important;
  }
}