/* TOPページ */
/* ==========================
  ローディング画面
========================== */
.bl_loading {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #474A4D;
  color: #fff;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  opacity: 1;
  visibility: visible;
  transition: 0.3s;
  z-index: 3333;
}

.bl_loadingimg {
  width: 45%;
}

.bl_loadingimg img {
  width: 100%;
}

.bl_loading.loaded {
  opacity: 0;
  visibility: hidden;
}

@keyframes loading {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}

.bl_loadingCircle {
  animation: 3s linear loading infinite;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  border-top: 1px solid #aaa;
  border-radius: 50%;
  content: "";
  margin-bottom: 10px;
}

/* ==========================
  コンテンツの中身
========================== */
.ly_inner {
  width: 100%;
  max-width: 1080px;
  margin: 100px auto;
  padding: 20px;
  background-color: #ccc;
}

.ly_inner h2 {
  font-size: 150%;
  font-weight: bold;
  margin-bottom: 30px;
}

.md_textblock>*+* {
  margin-top: 10px;
}

.fade {
  opacity: 0;
  transition: opacity 2s;
}

.fade.view {
  opacity: 1;
}

.top_slid {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.top_slid .top_slider {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

/*.top_slid .top_slider::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}*/
.top_slid .swiper-slide {
  width: 100%;
  height: 100%;
}

.top_slid .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.next-content {
  position: relative;
  z-index: 10;
  background-color: #fff;
  /* 背景色必須（ないとスライダーが透けます） */
}

.top_ttl .eng {
  display: block;
  font-size: 16px;
}

#catch {
  opacity: 0;
  font-size: 2rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
  pointer-events: none;
  writing-mode: vertical-rl;
  letter-spacing: 0.25em;
  line-height: 2;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

#catch .eng {
  font-size: 4rem;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", serif;
}

#catch.active {
  animation: cathAnim forwards 0.6s;
}

@keyframes cathAnim {
  0% {
    opacity: 0;
    transform: translateY(-60%, -50%);
  }

  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width:896px) {
  .top_slid {
    height: 45vh;
    margin-top: 60px;
  }

  .top_slid .top_slider {
    position: static;
  }

  .top_slid h2 {
    top: 60%;
    font-size: 22px;
  }

  .top_slid img.mvlogo {
    width: 130px;
  }

  #catch {
    font-size: 1.2rem;
    top: 40%;
    letter-spacing: 0.15em;
    line-height: 3;
    z-index: 3;
  }

  #catch .eng {
    font-size: 3.0rem;
  }
}

.special-time {
  position: relative;
  height: 800px;
  background: #474A4D;
}

.special-time img {
  width: 100%;
}

.special-time img.sec1-img0 {
  width: 120px;
  position: absolute;
  top: 40%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
}

.special-time h2 {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 70px;
}

.top-sec2-flex.top_black {
  background-image: url('../img/tactile_noise.webp');
}

.top-sec2-flex.top_black h2,
.top-sec2-flex.top_black p {
  color: #fff;
}

.zoom-1 img {
  width: 100%;
  height: auto;
  animation: animationZoom1 15s ease-in-out forwards;
}

.zoom {
  overflow: hidden;
}

@keyframes animationZoom1 {
  100% {
    transform: scale(1.1)
  }
}

@keyframes animationZoom2 {
  50% {
    transform: scale(1.1)
  }
}

.top_msg {
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: row-reverse;
}

.top_msg_ttl {
  margin: 0 150px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.8;
  writing-mode: vertical-rl;
  text-align: start;
}

.top_msg_sentence {
  font-size: 16px;
  writing-mode: vertical-rl;
  padding-top: 100px;
}

.top_msg_sentence p {
  line-height: 1.8;
  margin-left: 12%;
}

@media screen and (max-width:896px) {
  .top_msg {
    display: block;
    padding: 0 25px;

  }

  .top_msg_ttl {
    writing-mode: unset;
    margin: 0 auto;
  }

  .top_msg_sentence {
    writing-mode: unset;
    padding-top: 50px;
  }

  .top_msg_sentence p {
    margin-left: 0;
    margin-bottom: 20px;
  }
}


/*------------------------------------------

こだわり

------------------------------------------*/
.kodawari-box {
  background: #ececec;
  background-size: cover;
  /* padding-top: 90px;
  padding-bottom: 100px; */
  padding: 90px 100px 100px;
}

.kodawari-box .inr {
  max-width: 1500px;
  margin-right: auto;
  margin-left: auto;
}

.kodawari-box .inr h2 {
  text-shadow: 1px 1px 15px #fff;
}

.kodawari-box .inr p {
  color: #333;
  text-shadow: 1px 1px 15px #fff;
}

.kodawari-box .inr .logo {
  width: 15%;
  margin: 40px auto;
}

.kodawari-box .inr .logotop {
  width: 100%;
}

.kodawari-box .case-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.kodawari-box .case-list li {
  width: 16.5%;
  height: auto;
}

.kodawari-box .case-list li img {
  border-radius: 142px;
}

.kodawari-box .kodawari-list {
  /* display: flex;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.kodawari-box .kodawari-list li:first-of-type {
  grid-column: 1 / 3;
}

.kodawari-box .kodawari-list li {
  /* width: 32.5%;
  max-width: 500px;
  height: 600px; */
  width: 100%;
  position: relative;
}

.kodawari-box .kodawari-list li p {
  font-size: 42px;
  color: #fff;
  position: absolute;
  bottom: 0;
  left: 14px;
  /* text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8); */
}

.kodawari-box .kodawari-list li p .eng {
  display: block;
  position: absolute;
  bottom: 53px;
  left: 9px;
  font-size: 20px;
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.8);
}

.kodawari-box .kodawari-list li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:1200px) {
  .kodawari-box {
    padding-top: 50px;
    padding-bottom: 30px;
    padding: 50px 50px 30px;
  }

  .kodawari-box .inr p {
    font-weight: 300;
  }

  .kodawari-box .inr .logo {
    width: 65%;
    margin: 40px auto;
  }

  .kodawari-box .case-list {
    justify-content: space-around;
  }

  .kodawari-box .case-list li {
    width: 48%;
    height: auto;
  }

  .kodawari-box .kodawari-list {
    /* justify-content: space-evenly; */
  }

  .kodawari-box .kodawari-list li {
    /* width: 100%;
    height: auto;
    margin-bottom: 2%; */
  }

  .kodawari-box .kodawari-list li p {
    font-size: 40px;
    left: 25px;
  }

  .kodawari-box .kodawari-list li img {
    width: 100%;
    /* height: 270px; */
    height: 320px;
    object-fit: cover;
  }
}

@media screen and (max-width:896px) {
  .kodawari-box .kodawari-list {
    grid-template-columns: 1fr;
  }

  .kodawari-box {
    padding: 50px 20px 30px;
  }

  .kodawari-box .kodawari-list li:first-of-type {
    grid-column: 1;
  }

}

/*END*/
/*------------------------------------------

ROOM

------------------------------------------*/
.room-box {
  background-color: #f4f4f4;
  padding-top: 100px;
  padding-bottom: 100px;
}

.room-box .room-head .inr {
  width: 100%;
  max-width: 1250px;
  margin-right: auto;
  margin-left: auto;
}

.room-box .room-nav {
  padding-bottom: 70px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.room-box .tit-box {
  width: 20%;
  max-width: 240px;
}

.room-box .txt-box {
  width: calc(75% - 127px);
  max-width: 865px;
}

.room-box .link-box {
  width: 127px;
  margin-left: auto;
}

.room-box .room-nav li.lg {
  width: calc(33.333333% - 1.5px);
  position: relative;
  margin: 5px;
}

.room-box .room-nav li.min {
  width: calc(25% - 1.5px);
}

.room-box .room-nav li img {
  width: 100%;
  height: 400px;
  object-fit: cover;
}

.textbox {
  position: absolute;
  left: 0;
  top: 0;
  background: #f2f2f2;
  height: 100%;
  width: 90px;
}

.textbox p {
  font-size: 14px;
  /*color: #fff;*/
  padding: 18px;
}

.textbox p span.vertical__part {
  font-size: 18px;
  /*color: #fff;*/
}

.vertical {
  writing-mode: vertical-rl;
  text-orientation: mixed;
  display: inline-block;
}

.vertical__part {
  text-orientation: upright;
}

/*PC*/
@media screen and (min-width: 768px) {}

/*END*/
/*Smartphone*/
@media screen and (max-width:896px) {
  .room-box {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .room-box .room-head {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .room-box .room-head .inr {
    max-width: 96%;
  }

  .room-box .room-nav {
    padding-bottom: 30px;
  }

  .room-box .tit-box {
    width: 100%;
    max-width: none;
  }

  .room-box .txt-box {
    width: 100%;
    max-width: none;
  }

  .room-box .link-box {
    width: 100%;
    max-width: none;
  }

  .room-box .room-nav li.lg {
    width: 100%;
    margin-bottom: 2px;
  }

  .room-box .room-nav li.min {
    width: calc(50% - 1px);
    margin-bottom: 2px;
  }

  .textbox p {
    padding: 10px;
  }

  .textbox p span.vertical__part {
    font-size: 15px;
  }
}

/*END*/
/*ピックアップ*/
.top_pickup_bk {
  padding: 80px 0;
  background-image: url(../img/top/white-waves.png);
  /* Background pattern from Toptal Subtle Patterns */
}

.top_pickup_bk h2 {
  margin-bottom: 30px;
}

.top_pickup_bk p.pickup-title {
  color: #888;
}

.top_pickup ul {
  align-items: stretch;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: 40px;
  max-width: 1400px;
  margin: 0 auto;
}

.top_pickup ul li {
  width: 48%;
  margin: 10px;
  display: flex;
}

.top_pickup ul li .act_img {
  width: 35%;
}

.top_pickup ul li .act_img img {
  width: 100%;
  max-width: 220px;
  height: 220px;
  object-fit: cover;
}

.top_pickup ul li .pickup-ttl {
  background: #fff;
  width: 65%;
}

.top_pickup ul li a:hover {
  opacity: 1;
}

.top_pickup ul li h3.pickup-title {
  font-size: 18px;
  text-align: left;
  margin: 30px 0;
  font-weight: 500;
  padding: 0 10px;
}

.top_pickup ul li p.pickup-title {
  font-size: 15px;
  text-align: left;
  margin: 30px 0;
  padding: 0 10px;
}

.top_pickup ul li p.period {
  font-size: 14px;
  border-left: 1px solid #eee;
  border-right: 1px solid #eee;
  margin-bottom: 0;
  padding: 0 32px 20px;
}

.top_pickup ul li a {
  color: #333;
}

@media screen and (max-width:896px) {
  .top_pickup ul li {
    width: 100%;
    display: flex;
  }

  .top_pickup ul li h3.pickup-title {
    margin: 10px 0 0;
  }

  .top_pickup ul li .act_img img {
    max-width: 100px;
    height: 100px;
    object-fit: cover;
  }
}

/*周辺観光*/
.top_area {
  padding: 80px 0;
  background: #f6f6f6;
}

.top_area.v2 {
  padding: 0;
  background: transparent;
}

@media screen and (max-width:896px) {
  .top_area {
    padding: 10% 0;
  }
}

.top_area h2 {
  margin-bottom: 30px;
}

.top_area ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 50px;
}

.top_area ul li {
  width: 32%;
  margin-bottom: 20px;
}

.top_area ul li img {
  width: 100%;
  height: 280px;
  object-fit: cover;
}

@media screen and (max-width:1500px) {
  .top_area ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
    flex-wrap: wrap;
    width: 94%;
    margin: 0 auto;
  }

  .top_area ul li {
    margin-bottom: 60px;
    width: 46%;
    margin: 5px;
  }
}

.top_area ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.8rem;
  border-bottom: 1px dotted #747b9b;
}

.top_area ul li h3.spot {
  color: #000;
}

.top_area ul li h3.shop {
  background: #b8bccc;
}

.top_area ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
  font-size: 1.0rem;
  line-height: 1.8;
}

.faq-box {
  background-color: #f4f4f4;
  /* padding-bottom: 100px;*/
  padding: 60px 0;
  text-align: center;
}

.faq-wrap {
  color: #fff;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.5)0%, rgba(0, 0, 0, 0.5)100%),
    url(../img/topqa_bg.jpg);
  background-size: cover;
  background-position: center;
  padding: 130px 0;
  text-align: center;
}

.faq-wrap p {
  color: #fff;
  text-align: center;
}

.faq-wrap .link a {
  border: #fff 1px solid;
}

@media screen and (max-width:896px) {
  .faq-wrap {
    padding: 90px 0;
  }

  .top_area ul li {
    width: 100%;
    margin: 5px;
    margin-bottom: 30px;
  }

  .top_area ul li h3 {
    font-size: 1.125rem;
  }

  .top_area ul li p {
    font-size: 1rem;
  }
}

.access-img {
  width: 100%;
  margin: 30px 0;
}

.access-img img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

.access-box {
  display: flex;
  flex-wrap: wrap;
}

.access-box .txt-box {
  width: 50%;
  background: #fff;
  padding: 60px;
}

.access-box .img-box {
  width: 100%;
  position: relative;
}

.access-box .img-box iframe {
  width: 100%;
  height: 500px;
}

@media screen and (max-width:896px) {
  .access-box {
    flex-wrap: wrap;
  }

  .access-box .txt-box {
    width: 100%;
    background-color: #fff;
    padding-top: 20px;
    padding-right: 2%;
    padding-bottom: 10px;
    padding-left: 2%;
  }

  .access-box .img-box {
    width: 100%;
  }

  .access-box .img-box iframe {
    width: 100%;
    height: 300px;
  }
}

.way_bold {
  font-weight: bold;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.way_bold::before,
.way_bold::after {
  content: '';
  flex-grow: 0.05;
  height: 1px;
  background: #333;
}

.way_bold::before {
  margin-right: 20px;
}

.way_bold::after {
  margin-left: 20px;
}

.way_p {
  padding: 5px;
}

@media screen and (max-width:896px) {
  .way_bold {
    justify-content: center;
  }
}

.content_box {
  padding: 100px 0;
  background: #F0F0F3;
}

.group_area {
  max-width: 1280px;
  margin-right: auto;
  margin-left: auto;
}

.group_area .group-box {
  height: auto;
  display: flex;
}

.group_area .group-box .thum {
  width: 40%;
  height: auto;
}

.group_area .group-box .thum img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}

.group_area .group-box .text-wrap {
  margin-left: 16px;
  width: 60%;
  margin-bottom: 40px;
}

.gdlink {
  text-align: center;
}

@media screen and (max-width:896px) {
  .group_area .group-box .thum {
    width: 100%;
    height: auto;
  }

  .group_area .group-box {
    width: 100%;
    flex-direction: column;
  }

  .group_area .group-box .text-wrap {
    margin-left: 0;
    width: 100%;
    margin-bottom: 0;
  }
}

/*ボタン*/
.link a {
  font-size: 14px;
  color: #fff;
  display: inline-block;
  padding: 12px 15px;
  background: #888;
}

.link2 a {
  font-size: 14px;
  display: inline-block;
  padding: 12px 30px;
  background: #fff;
  margin-top: 10px;
  color: #333;
  width: 300px;
  text-align: center;
}

/*top 周辺観光*/
.top_gf {
  padding: 80px 0;
  background-color: #f4f4f4;
}

@media screen and (max-width:896px) {
  .top_gf {
    padding: 10% 0;
  }
}

.top_gf h2 {
  margin-bottom: 30px;
}

.top_gf .cate {
  text-align: center;
}

.top_gf .cate p {
  position: relative;
  text-align: center;
  font-size: 2.0rem;
  margin: 0 auto 25px;
  display: inline-block;
  padding: 0 30px;
}

.top_gf .cate p span {
  background: #f9fcfe;
  padding: 0 30px;
  z-index: 20;
  position: relative;
}

.top_gf .cate p:before {
  content: "";
  height: 1px;
  background: #ccc;
  width: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}

.top_gf ul li {
  width: 32%;
  height: 380px;
  margin: 30px 10px;
  background: #fff;
}

.top_gf ul li img {
  width: 100%;
  height: 190px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_gf ul {
    justify-content: space-around;
    margin-bottom: 20px;
  }

  .top_gf ul li {
    width: 100%;
    height: auto;
    margin-bottom: 30px;
    padding-bottom: 60px;
  }
}

.top_gf ul li h3 {
  padding: 18px 0 14px;
  text-align: center;
  margin-bottom: 6px;
  font-size: 1.6rem;
  font-weight: 500;
}

.top_gf ul li h3.spot {
  border-bottom: 1px dotted #788073;
  width: 80%;
  margin: 0 auto;
}

.top_gf ul li h3.shop {
  background: #bbe0ef;
}

.top_gf ul li p {
  margin: 15px 0 0;
  padding: 0 14px;
}

.top_access {
  padding: 80px 0;
  background: #fff;
}

.slick-arrow {
  display: none !important;
}

.flow_list {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}

.flow_list::before {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  background: #ccc;
  position: absolute;
  top: 0;
  left: 0;
}

.flow_list li {
  flex: 1;
  position: relative;
  text-align: center;
}

.flow_list li .flow_circle {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #888;
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.flow_list li .flow_circle.last {
  background: #af1f24;
}

.flow_list li dd {
  padding: 30px 0;
}

.flow_list img {
  height: 30px;
  margin: auto;
}

.flow_list li .flow_sub {
  font-size: 12px;
  transform: translateY(-30px);
}

.gallery_wrap {
  width: 100%;
  padding: 80px 0 0 0;
  text-align: center;
}

.gallery_wrap h2 {
  margin-bottom: 30px;
}

.gallery_list li {
  width: 400px;
  height: 300px;
}

.gallery_list li a {
  display: block;
  width: 100%;
  height: 100%;
}

.gallery_list li a img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .gallery_wrap {
    padding: 40px 0 0 0;
  }

  .gallery_list li {
    width: 200px;
    height: 160px;
  }

  .top_gf ul li h3.spot {
    width: calc(100% - 20px);
    font-size: 1.125rem;
    padding: 10px 0;
  }
}