@charset "UTF-8";

/*
Theme Name: kiten01
Description: This is kiten01 site original theme.
Author: Booking Resort
*/
html {
  font-size: 62.5%;
}

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700&display=swap');

body {
  font-family: "Noto Sans JP", sans-serif;
  position: relative;
}

html,
body {
  width: 100%;
}

h1 {
  font-size: 3.2rem;
}

h2 {
  font-size: 2.8rem;
  color: #222;
  text-align: center;
}

@media screen and (max-width: 896px) {
  h2 {
    font-size: 2.2rem;
  }
}

h3 {
  font-size: 2rem;
  color: #222;
}

p {
  line-height: 1.7;
  font-size: 1.6rem;
  color: #333;
}

.p_bold {
  font-weight: bold;
}

.p_center {
  text-align: center;
}

ul li,
table {
  font-size: 1.6rem;
  color: #333;
}

a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}

a.a_line {
  text-decoration: underline;
  color: unset;
}

a:hover>img {
  opacity: 0.8;
}

img {
  display: block;
}

@media screen and (max-width: 896px) {
  img {
    display: block;
    max-width: 100%;
  }
}

i.fa {
  display: inline;
}

.r_btn p {
  text-align: center;
  margin-top: 40px;
}

.r_btn p a {
  padding: 10px 20px;
  background: #808080;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}

.r_btn p a:hover {
  background: #e6e1de;
}

header {
  background: #fff;
  display: block;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 400;
}

@media screen and (max-width: 896px) {
  header {
    display: flex;
    position: fixed;
    height: 60px;
  }
}

header h1 {
  height: 60px;
  font-size: 2.4rem;
  padding: 10px;
}

@media screen and (max-width: 896px) {
  header h1 {
    height: 40px;
    padding: 5px;
  }
}

header h1 img {
  padding: 0px 0 10px 50px;
  width: 220px;
  height: auto;
  display: inline;
}

header h1 .logo_image {
  position: relative;
}

header h1 .logo_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@media screen and (max-width: 896px) {
  header h1 img {
    width: 135px;
    margin: 0 auto;
    padding: 0 0 0 20px;
  }

  header h1 .logo_image {
    position: static;
  }

  header h1 .logo_image a {
    position: static;
  }
}

/* メニューボタン */
nav {
  position: absolute;
  right: 0;
  top: 0;
}

/*.menu_btn {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: space-between;
	position: relative;
	height: 100px;
	padding: 0 2em;
	background: #808080;
	margin-left: auto;
	cursor: pointer;
}

@media screen and (max-width:896px) {
.menu_btn {
	height: 60px;
}
}*/
.navbar_toggle {
  z-index: 20;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 52px;
  background: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

@media screen and (max-width: 896px) {
  .navbar_toggle_icon {
    width: 30px;
  }
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 14px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 15px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -15px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu_list {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 250;
  width: 100%;
  background: #fff;
  position: absolute;
  top: 0;
}

.menu_list li {
  border-bottom: 1px solid #ccc;
  font-size: 1.6rem;
}

.menu_list li a {
  display: block;
  padding: 30px;
}

@media screen and (max-width: 896px) {
  .menu_list li a {
    padding: 24px;
  }
}

.menu_list.open {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  top: 100px;
}

@media screen and (max-width: 896px) {
  .menu_list.open {
    top: 60px;
  }
}

/* 共通項目 */
.container {
  padding: 0 50px;
}

.br_sp {
  display: none;
}

.br_pc {
  display: block;
}

@media screen and (max-width: 896px) {
  .container {
    padding: 0 3%;
  }

  .br_sp {
    display: block;
  }

  .br_pc {
    display: none;
  }
}

a.scroll_point {
  height: 1px;
  margin-top: -80px;
  padding-top: 80px;
  display: block;
  color: #222;
}

@media screen and (max-width: 896px) {
  a.scroll_point {
    display: block;
    margin-top: 0;
    padding-top: 0;
  }
}

h2.btm_stripe {
  position: relative;
}

h2.btm_stripe:after {
  position: absolute;
  content: "";
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 360px;
  height: 8px;
  background: url(img/stripe.png) no-repeat;
}

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノゴシック Pro W3", "Hiragino Gothic Pro", "HGゴシックE", "MS Pゴシック", "MS ゴシック", sans-serif;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1em;
}

h2.top {
  font-size: 2.6rem;
}

@media screen and (max-width: 896px) {
  h2.top {
    font-size: 2.2rem;
  }
}

h2.top_top {
  font-size: 2.6rem;
}

@media screen and (max-width: 896px) {
  h2.top_top {
    font-size: 2.2rem;
  }
}

span.en {
  letter-spacing: 0.1em;
  font-weight: normal;
  font-size: 1.6rem;
  color: #767c83;
}

.btn_more_center {
  text-align: center;
}

.btn_more_p {
  border: #767c83 solid 1px;
  padding: 10px;
  margin-top: 10px;
  width: 200px;
}

.btn_more p {
  text-align: center;
  display: inline-block;
  margin: 25px auto 0;
  line-height: 1.5 !important;
}

.btn_more p a {
  color: #767c83;
  background: #fff;
  border: #767c83 solid 1px;
  padding: 12px 40px;
  display: block;
  transition: all 0.2s;
  margin-top: 10%;
  border-radius: 25px;
}

.btn_more p a:hover {
  color: #fff;
  background: #767c83;
}

.btn_more_c p {
  text-align: center;
  display: inline-block;
  margin: 25px auto 0;
  line-height: 1.5 !important;
}

.btn_more_c p a {
  background: #fff;
  padding: 12px 40px;
  display: block;
  transition: all 0.2s;
  border-radius: 25px;
}

.btn_more_c p a:hover {
  color: #fff;
  background: #767c83;
}

.pad_80 {
  padding: 80px 0;
}

.pl_25 {
  padding-left: 25px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_30 {
  margin-top: 30px;
}

.mt_40 {
  margin-top: 40px;
}

.mt_50 {
  margin-top: 50px;
}

.mt_60 {
  margin-top: 60px;
}

.mt_80 {
  margin-top: 80px;
}

.mt_120 {
  margin-top: 120px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 25px;
}

.mb_30 {
  margin-bottom: 30px;
}

.mb_40 {
  margin-bottom: 40px;
}

.mb_50 {
  margin-bottom: 50px;
}

.mb_60 {
  margin-bottom: 60px;
}

.mb_70 {
  margin-bottom: 70px;
}

.mb_80 {
  margin-bottom: 80px;
}

.bk_white {
  background: #fff;
}

.cakejp {
  width: 90%;
  margin: 80px auto 0;
  display: flex;
  box-sizing: border-box;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.cakejp .img {
  width: 50%;
  height: 180px;
}

.cakejp .img img {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: 0% 50%;
}

.cakejp .txt {
  width: 50%;
  height: 180px;
  padding: 20px 15px;
  box-sizing: border-box;
  background-color: rgba(167, 167, 167, 0.48);
}

.cakejp .txt h3 {
  font-size: 2rem;
  font-weight: 500;
  margin-bottom: 10px;
}

.cakejp .txt h3,
.cakejp .txt p {
  text-align: center;
}

.cakejp .btn_more {
  text-align: center;
}

@media screen and (max-width: 896px) {
  .cakejp_txt {
    padding: 40px 30px 50px;
    background-color: #000;
    box-sizing: border-box;
  }

  .cakejp {
    width: 100%;
    padding: 0;
  }

  .cakejp .img {
    width: 100%;
    height: auto;
  }

  .cakejp .img img {
    height: auto;
  }

  .cakejp .txt {
    width: 100%;
    height: auto;
  }

  .cakejp .txt h3 {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 10px;
  }
}

/* フッター  */
/*リゾグラ*/
.rg_group {
  padding: 60px 50px;
  background: #bfd1d5;
}

@media screen and (max-width: 896px) {
  .rg_group {
    padding: 60px 3%;
  }
}

.rg_group h2 {
  margin-bottom: 30px;
}

.rg_group h2 span.en {
  color: #808080;
}

.rg_group .inner {
  display: flex;
  flex-direction: column;
}

.rg_group .inner ul {
  display: flex;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  /* Safari etc. */
  -ms-flex-wrap: wrap;
  /* IE10        */
  flex-wrap: wrap;
  justify-content: space-between;
}

@media screen and (max-width: 896px) {
  .rg_group .inner ul {
    flex-direction: column;
  }
}

.rg_group .box p.type {
  text-align: center;
  padding: 8px 0;
  font-size: 1.8rem;
  margin-bottom: 15px;
}

.rg_group .box li {
  display: flex;
  margin-bottom: 18px;
  margin-left: 4px;
  width: 30%;
}

@media screen and (max-width: 896px) {
  .rg_group .box li {
    width: 100%;
  }
}

.rg_group .box li div.photo {
  width: 70px;
  height: 70px;
}

.rg_group .box li .txt {
  width: 64%;
  margin: 0 auto;
  padding: 2px 20px 0 10px;
}

.rg_group .box li .txt p {
  font-size: 1.3rem;
  line-height: 1.4;
  margin-bottom: 5px;
}

.rg_group .box li .txt h3 {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.5;
}

.rg_group .rg_details {
  display: flex;
}

@media screen and (max-width: 896px) {
  .rg_group .rg_details {
    flex-direction: column;
  }
}

.rg_group .rg_details dl {
  float: left;
  padding-right: 3%;
  width: 32%;
  font-size: 14px;
  line-height: 1.5;
}

@media screen and (max-width: 896px) {
  .rg_group .rg_details dl {
    width: 100%;
  }
}

.rg_group .rg_details dl:last-child {
  padding-right: 0;
}

.rg_group .rg_details dt {
  height: 1.6em;
  font-weight: bold;
  text-align: center;
  padding: 0 0 10px;
  font-size: 16px;
  text-decoration-line: underline;
}

@media screen and (max-width: 896px) {
  .rg_group .rg_details dt {
    text-align: left;
  }
}

.rg_group .rg_details dd {
  margin-left: 0px;
}

footer {
  text-align: center;
  background: #80a492;
  padding: 68px 50px 10px;
}

@media screen and (max-width: 896px) {
  footer {
    padding: 68px 30px 60px;
  }
}

footer h2 {
  font-size: 3.6rem;
  padding-bottom: 30px;
  text-align: left;
  line-height: 1;
  color: #fff;
}

footer h2 span {
  font-size: 2.6rem;
  padding-left: 4px;
}

footer h2 a {
  color: #fff;
}

footer p,
footer a {
  color: #fff;
}

footer .info {
  margin-bottom: 20px;
  display: flex;
  justify-content: space-between;
  text-align: left;
}

@media screen and (max-width: 896px) {
  footer .info {
    flex-direction: column;
    text-align: left;
  }
}

footer .info .menu {
  padding-right: unset;
}

footer .info h2 img {
  width: 300px;
}

@media screen and (max-width: 896px) {
  footer .info h2 img {
    width: 100%;
  }
}

footer .info p.tel {
  font-size: 2.8rem;
}

@media screen and (max-width: 896px) {
  footer .info p.tel {
    font-size: 2.4rem;
  }
}

footer .info p.time {
  font-size: 1.8rem;
}

footer .info ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 500px;
}

@media screen and (max-width: 896px) {
  footer .info ul {
    /*justify-content: center;*/
    width: 100%;
  }

  footer .info ul li {
    text-align: center;
    margin: 12px;
  }
}

#menu-item-6632,
#menu-item-7052 {
  border-radius: 22px;
  border: 1px solid #fff;
  width: 100px;
}

#menu-item-6632 a,
#menu-item-7052 a {
  padding: 0 8px;
  font-weight: bold;
  margin-top: -8px;
  padding-top: 8px;
}

#menu-item-6632 a:hover,
#menu-item-7052 a:hover {
  color: #f4f4f4;
}

@media screen and (max-width: 896px) {

  #menu-item-6632,
  #menu-item-7052 {
    padding: 10px 3px;
    width: 170px;
  }

  #menu-item-6632 a,
  #menu-item-7052 a {
    padding: 0;
  }
}

footer p.address {
  margin-bottom: 20px;
}

footer p.company {
  font-size: 13px;
}

footer .info {
  margin-bottom: 100px;
}

footer p.checkin a {
  color: #fff;
  padding-right: 1em;
}

.reserve {
  position: fixed;
  bottom: 115px;
  right: 0;
  width: 215px;
  height: 135px;
  z-index: 100;
  background: #37a870;
  color: #fff;
  text-align: center;
}

.pc {
  display: block;
}

@media screen and (max-width: 896px) {
  .pc {
    display: none;
  }
}

.reserve_text {
  padding-top: 5px;
  padding-bottom: 5px;
}

.reserve p {
  font-size: 2rem;
  color: #fff;
}

.reserve p span {
  display: block;
  font-size: 60%;
}

.reserve_tel {
  color: rgba(29, 30, 55, 1);
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 0;
  background: #f6f6f6;
  font-size: 2.2rem;
}

.reserve_to489 a {
  display: block;
  color: #fff;
  font-size: 16px;
  padding: 15px 0;
  background: #185a68;
}

.reserve_to489 a:hover {
  text-decoration: underline;
}

#footer_sp {
  display: none;
}

@media screen and (max-width: 896px) {
  #footer_sp {
    display: block;
  }

  .reserve_sp {
    width: 100%;
    height: 44px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #2d6a5c;
    color: #fff;
    text-align: center;
  }

  .reserve_sp p {
    padding-top: 10px;
  }

  .reserve_sp p a {
    color: #fff;
    display: block;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_qa,
  .reserve_menu {
    width: 50%;
  }

  .reserve_web,
  .reserve_tel,
  .reserve_qa {
    border-right: #fff solid 1px;
  }

  .reserve_web p a {
    color: #fff;
  }

  .reserve_qa {
    background: #808080;
  }

  .reserve_qa:last-of-type {
    border-right: none;
  }

  .drawer-menu {
    box-sizing: border-box;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 30%;
    min-width: 300px;
    height: 100%;
    padding: 50px 0;
    background: #44484b;
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
    -webkit-transform: perspective(500px) rotateY(-90deg);
    transform: perspective(500px) rotateY(-90deg);
    opacity: 0;
    z-index: 999 !important;
  }

  .drawer-menu .menu {
    overflow-y: auto;
    height: 100%;
  }

  .menu-item {
    display: block;
  }

  .drawer-menu li {
    text-align: center;
  }

  .drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    color: #fff;
  }

  .drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
  }

  /* ------------------------------------------------ checkbox */
  .check {
    display: none;
  }

  /* ------------------------------------------------ menu button */
  .menu-btn {
    position: fixed;
    display: block;
    top: 10px;
    right: 4%;
    width: 50px;
    height: 40px;
    font-size: 10px;
    text-align: center;
    cursor: pointer;
    z-index: 9999;
  }

  .bar {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 50px;
    height: 4px;
    background: #808080;
    /*box-shadow: 1px 1px 1px #666;*/
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
  }

  .bar.middle {
    top: 15px;
    opacity: 1;
  }

  .bar.bottom {
    top: 30px;
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
  }

  .menu-btn:hover .bar {
    background: #999;
  }

  .close-menu {
    position: fixed;
    top: 0;
    right: 30%;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0);
    -webkit-transition-property: all;
    transition-property: all;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }

  /* ------------------------------------------------ checked */
  .check:checked~.drawer-menu {
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
  }

  .check:checked~.contents {
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transform: translateX(-300px);
    -ms-transform: translateX(-300px);
    transform: translateX(-300px);
  }

  .check:checked~.menu-btn .bar.top {
    width: 56px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .check:checked~.menu-btn .bar.middle {
    opacity: 0;
  }

  .check:checked~.menu-btn .bar.bottom {
    width: 56px;
    top: 39px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }

  .check:checked~.close-menu {
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
    background: rgba(0, 0, 0, 0.5);
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }
}

/*注意！！以下PC用ヘッダーメニュー*/
@media screen and (min-width: 897px) {
  .drawer-menu {
    width: 100%;
    height: 80px;
    background: #fff;
  }

  .menu {
    max-width: 1200px;
    float: right;
    padding-right: 140px;
  }

  #menu-item-5587 {
    display: none;
  }

  #menu-item-5589,
  #menu-item-7051 {
    border-radius: 20px;
    border: 1px solid #165a67;
    width: 100px;
  }

  #menu-item-5589:hover,
  #menu-item-7051:hover {
    background: #165a67;
  }

  #menu-item-5589 a:hover,
  #menu-item-7051 a:hover {
    color: #fff;
  }

  .menu-item {
    display: inline-block;
    padding: 20px 0px 10px;
    text-align: center;
    margin: 24px 10px 0;
    position: relative;
    width: 100px;
  }

  .menu-item a {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100%;
    height: 100%;
    /*color: #fff;*/
  }

  .check,
  .menu-btn {
    display: none;
  }
}

/* TOPへ戻るボタン */
#fixedTop {
  right: 0;
  bottom: 250px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  text-decoration: none;
  vertical-align: middle;
  display: none;
  width: 50px;
  height: 50px;
  background: #808080;
  position: fixed;
  z-index: 99;
  font-size: 12px;
}

#fixedTop:hover {
  background: rgba(128, 128, 128, 0.7);
}

@media screen and (max-width: 896px) {
  #menu-item-5587 {
    display: block;
  }

  #menu-item-5589,
  #menu-item-7051 {
    background: #2d6a5c;
    width: 80%;
    margin: 20px auto;
  }

  #fixedTop {
    display: none !important;
  }
}


/* swiper */
/* 全体のスタイル */
.swiper-wrapper {
  width: 100%;
  height: 250px;
}

/* 全スライド共通スタイル */
.swiper-slide {
  width: 100%;
  height: 650px;
}

.swiper-slide img {
  width: 100%;
  height: 650px;
  object-fit: cover;
}

@media screen and (min-width: 1200px) {
  .swiper-slide img {
    height: auto;
    max-height: 900px;
  }
}

@media screen and (max-width: 896px) {
  .swiper-slide img {
    height: 450px;
  }
}

/*閉じるバナー*/
.callout-container {
  position: fixed;
  width: 20%;
  max-width: 215px;
  z-index: 4;
  top: 36%;
  right: 0;
  /* transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%); */
  background-color: #fff;
  padding: 5px;
}

.callout-container img {
  width: 100%;
}

.bnr_close {
  position: absolute;
  top: -1px;
  right: 1px;
  color: white;
  font-size: 33px;
  padding: 2px;
  line-height: 1;
  cursor: pointer;
  z-index: 1;
}

.bnr_close:hover {
  color: lightgrey;
}

/* @media screen and (max-width:896px) {
	.callout-container {
		position: fixed;
		width: 40%;
		max-width: 600px;
		z-index: 4;
		top: 78%;
		left: 80%;
		transform: translate(-50%, -50%);
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		background-color: #fff;
		padding: 5px;
	}

	.callout-container img {
		width: 100%;
	}

	.bnr_close {
		position: absolute;
		top: -1px;
		right: 1px;
		color: white;
		font-size: 33px;
		padding: 2px;
		line-height: 1;
		cursor: pointer;
		z-index: 1;
	}

	.bnr_close:hover {
		color: lightgrey;
	}
} */

@media screen and (max-width: 896px) {
  .callout-container {
    position: fixed;
    width: 100%;
    z-index: 99;
    max-width: 728px;
    top: unset;
    left: 0;
    background: none;
    bottom: 44px;
    right: unset;
    padding: 0;
  }

  .bnr_close {
    font-size: 2.5rem;
    top: 0;
    right: 0;
  }
}

/*言語切り替え*/
.language {
  z-index: 998;
  position: absolute;
  right: 5px;
  top: 22px;
  width: 130px;
  height: 20px;
}

.language>li {
  /*親階層のみ幅を25%にする*/
  width: 100%;
}

/*全てのリスト・リンク共通*/
.language li {
  list-style: none;
  position: relative;
}

.language li p.lan-en,
.language li a {
  background: #eee;
  display: block;
  text-align: center;
  text-decoration: none;
  width: 100%;
  padding: 5px 0;
  border-radius: 18px;
}

/*子階層以降共通*/
.language li li {
  height: 0;
  overflow: hidden;
  transition: 0.5s;
  margin-top: 1px;
  margin-bottom: 6px;
}

.language li:hover>ul>li {
  height: 2rem;
  overflow: visible;
}

@media screen and (max-width: 896px) {
  .language {
    left: 148px;
    top: 10px;
    width: 110px;
  }
}

/*言語切り替え END*/

/*------------------------------
▼横からギャラリーここから▼
------------------------------*/
.gallery_wrap {
  width: 100%;
  text-align: center;
}

.gallery_list li {
  width: 400px;
  height: 300px;
}

.gallery_list li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 896px) {
  .gallery_wrap {
    padding: 40px 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;
  }
}

.show_slide.v2 {
  max-width: 252px;
  text-align: center;
  margin: 20px auto;
}

.show_slide.v2 span {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  letter-spacing: 3px;
  line-height: 2.2;
  background-color: #363636;
  color: #fff;
  font-weight: 300;
  padding: 4px 30px;
  border-radius: 24px;
  position: relative;
  cursor: pointer;
  border: 1px solid #363636;
  box-sizing: border-box;
}

.show_slide.v2 span::before {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 1px #a7a7a7;
  border-right: solid 1px #a7a7a7;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 23px;
  margin-top: -4px;
}

.show_slide.v2 span:hover {
  background-color: #efefef;
  color: #666;
  border: 1px solid #363636;
}

#hide_slide {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f0f0f0;
  cursor: pointer;
}

#hide_slide span {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 14px;
  right: 0;
  background: #333;
}

#hide_slide span:nth-of-type(1) {
  transform: rotate(135deg);
}

#hide_slide span:nth-of-type(2) {
  transform: rotate(-135deg);
}

#toggle_slide {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background: #fff;
  position: fixed;
  top: 0;
  right: -100%;
  z-index: 999999;
  visibility: hidden;
  opacity: 0;
  transition: all 0.3s ease-in-out;
}

#toggle_slide.on {
  right: 0;
  visibility: visible;
  opacity: 1;
}

.toggle_slide_wrap {
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  box-sizing: border-box;
}

.toggle_slide_wrap .left_slide {
  width: 65%;
  padding: 60px;
  box-sizing: border-box;
  background: #f0f0f0;
}

.toggle_slide_wrap .right_slide {
  width: 35%;
  height: 100%;
  padding: 60px;
  box-sizing: border-box;
  overflow-y: scroll;
}

.gallery_slide_main {
  width: 100%;
}

.gallery_slide_main .swiper-button-next,
.gallery_slide_main .swiper-button-prev {
  top: 50% !important;
}

.gallery_slide_main .swiper-slide .gl_slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gallery_slide_thumbnail {
  width: 100%;
}

.gallery_slide_main .swiper-slide {
  width: 100% !important;
}

.gallery_slide_thumbnail .swiper-wrapper {
  width: 100%;
  height: auto;
  flex-wrap: wrap;
  justify-content: space-between;
}

.gallery_slide_thumbnail .swiper-slide {
  width: 33% !important;
  margin: 1px 0;
}

.gallery_slide_thumbnail .swiper-slide .gl_slide {
  width: 100%;
  height: 100%;
}

.gallery_slide_thumbnail .swiper-slide .gl_slide img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.gallery_slide_thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.5;
}

.show_slide {
  cursor: pointer;
}

@media screen and (max-width: 896px) {
  .gallery_slide_thumbnail .swiper-slide .gl_slide img {
    height: 68px;
  }

  .toggle_slide_wrap {
    flex-direction: column;
    justify-content: center;
  }

  .toggle_slide_wrap .left_slide {
    width: 100%;
    padding: 40px 20px 20px;
  }

  .toggle_slide_wrap .right_slide {
    width: 100%;
    height: 360px;
    padding: 20px;
    overflow-y: scroll;
  }

  .drawer-menu li:nth-child(7) {
    display: none;
  }
}

/*------------------------------
▲横からギャラリーここまで▲
------------------------------*/

.top_insta {
  padding: 80px 3%;
  background: #ffffff;
}