@charset "UTF-8";
/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html,
body,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: 400;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article,
header,
footer,
aside,
figure,
figcaption,
nav,
section,
picture {
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

ol,
ul {
  list-style: none;
  list-style-type: none;
}

i,
cite,
em,
var,
address,
dfn {
  font-style: normal;
}

table {
  width: 100%;
  border-collapse: collapse;
}

caption,
th,
td {
  text-align: left;
}

/*-------------------------------------------*/
/*
/*　　base
/*
/*-------------------------------------------*/
html {
  position: relative;
  font-size: 62.5%;
}

body {
  position: relative;
  min-width: 1100px;
  font-size: 18px;
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-display: swap;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.1em;
  color: #4b433c;
  background: #fff;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body.fixed {
  overflow: hidden;
}

a:link,
a:visited {
  color: #4b433c;
  text-decoration: none;
}

a {
  box-sizing: border-box;
  transition: all 0.3s;
}
a:hover {
  opacity: 0.5;
}
a[href^="tel:"] {
  pointer-events: none;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  line-height: 1;
  vertical-align: bottom;
}

img.max {
  width: 100%;
}

p {
  line-height: 2;
}

#svg_sprite {
  display: none;
}

@media screen and (max-width: 1000px) {
  html {
    font-size: 57.5%;
  }
}
@media screen and (max-width: 810px) {
  html {
    font-size: 62.5%;
  }
  body {
    min-width: 0;
  }
  a[href^="tel:"] {
    pointer-events: auto;
  }
  a:hover {
    opacity: 1;
  }
  img:not(.sp_auto) {
    width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*loading
/*
/*-------------------------------------------*/
#loading {
  position: fixed;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  z-index: 999999;
}
#loading .loading_logo {
  width: 100%;
  animation: loadingAnime 1.5s infinite;
}
#loading .loading_logo img {
  max-width: 80%;
}
#loading #loading_bar_wrap {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: 80%;
  max-width: 640px;
  height: 3px;
  margin: 100px auto 0;
  background: transparent;
  border-radius: 2px;
  overflow: hidden;
}
#loading #loading_bar {
  width: 0;
  height: 3px;
  background: #6db5c1;
  border-radius: 2px;
  transition-duration: 1s;
}

@keyframes loadingAnime {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*-------------------------------------------*/
/*
/*　　header
/*
/*-------------------------------------------*/
#header_wrap {
  position: relative;
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  min-width: 1100px;
  background: rgba(255, 255, 255, 0.8);
  box-sizing: border-box;
  letter-spacing: 0;
  z-index: 2001;
}
#header > .flexbox {
  height: 72px;
}
#header .h_logo {
  margin-left: 40px;
  line-height: 1;
}
#header .h_nav {
  align-items: center;
  margin-right: 120px;
  color: #1e1a53;
  line-height: 1.2;
  justify-content: flex-end;
  column-gap: 15px;
}
#header .h_nav li {
  position: relative;
}
#header .h_nav li.hide {
  display: none;
}
#header .h_nav li a {
  position: relative;
  display: block;
  padding: 8px 0;
  color: #1e1a53;
  font-weight: 600;
}
#header .h_nav li a:hover {
  opacity: 1;
}
#header .h_nav li a:hover:after {
  transform: scale(1);
  opacity: 1;
}
#header .h_nav li a::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(30, 26, 83) 0%, rgb(109, 181, 193) 25%, rgb(140, 204, 58) 100%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  transform: scale(0.7);
  opacity: 0;
}
#header .h_nav .nest_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  white-space: nowrap;
  background: #fff;
  font-size: 1.6rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
  z-index: 10;
}
#header .h_nav .nest_list::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2px;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, rgb(30, 26, 83) 0%, rgb(109, 181, 193) 25%, rgb(140, 204, 58) 100%);
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#header .h_nav .nest_list li a {
  display: block;
  padding: 6px 8px;
  font-weight: 400;
}
#header .h_nav .nest_list li a:hover {
  color: #6db5c1;
}
#header .h_nav .nest_list li a:after {
  content: none;
}
#header .h_nav .nest_list li:nth-of-type(even) a {
  background: #e2f0f3;
}
#header .h_nav .nest_list li .small {
  display: inline-block;
  font-size: 0.875em;
}
@media only screen and (max-width: 1350px) {
	#header .h_nav{
		column-gap: 16px;
	}
	#header .h_nav li.instagram{
		display: none;
	}
}
@media only screen and (max-width: 1350px) {
	
}

.nav_open {
  position: absolute;
  right: 40px;
  top: 4px;
  width: 60px;
  height: 60px;
  padding-top: 20px;
  color: #1e1a53;
  cursor: pointer;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 100;
}
.nav_open.active .bar {
  background: transparent;
}
.nav_open.active .bar:before {
  transform: rotate(35deg);
}
.nav_open.active .bar:after {
  transform: rotate(-35deg);
}
.nav_open .bar {
  position: relative;
  display: block;
  width: 44px;
  height: 1px;
  margin: 0 auto 16px;
  background: #4b433c;
}
.nav_open .bar:before {
  content: "";
  position: absolute;
  right: 0;
  top: 10px;
  display: block;
  width: 100%;
  height: 1px;
  background: #4b433c;
  transform: scaleX(0.7);
  transform-origin: right top;
}
.nav_open .txt {
  display: block;
}

.lang_nav {
  position: absolute;
  right: 40px;
  top: 156px;
  width: 200px;
  line-height: 1;
  z-index: 1000;
}
.lang_nav .nav_tit {
  position: relative;
  padding: 10px 6px 8px 16px;
  background: #1e1a53;
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
  letter-spacing: 0.1em;
}
.lang_nav .nav_tit.open::before {
  transform: rotate(180deg);
}
.lang_nav .nav_tit::before {
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  margin-top: -3px;
  display: inline-block;
  width: 12px;
  height: 7px;
  background: url(../img/common/lang_icon_01.svg) no-repeat;
  background-size: 100%;
}
.lang_nav .nav_list {
  display: none;
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  padding: 2px 12px;
  background: #fff;
  text-align: center;
}
.lang_nav .nav_list li a {
  display: block;
  padding: 8px;
  color: #1e1a53;
}
.lang_nav .nav_list li + li {
  border-top: 1px solid #1e1a53;
}
.lang_nav .nav_list li img {
  vertical-align: middle;
}

@media screen and (max-width: 1200px) {
  #header .h_logo {
    margin-left: 16px;
  }
  #header .h_nav {
    margin-right: 96px;
  }
  #header .nav_open {
    right: 16px;
  }
  #header .h_nav li a{
  	font-size: 16px;
  }
}
@media screen and (max-width: 810px) {
  #header {
    position: absolute;
    top: 0;
    min-width: 0;
    padding: 0 0;
    background: none;
  }
  #header > .flexbox {
    width: 100%;
  }
  #header .h_logo {
    margin-top: 2px;
    margin-left: 15px;
  }
  #header .h_logo img {
    width: 250px;
    height: auto;
  }
  #header .h_nav {
    display: none;
  }
  .nav_open {
    top: 0;
    right: 12px;
  }
  .lang_nav {
    right: 15px;
    top: 72px;
    width: 140px;
    font-size: 1.6rem;
  }
  .lang_nav .nav_tit {
    padding-left: 12px;
    font-size: 1.6rem;
    letter-spacing: 0.05em;
  }
}
/*  search
------------------------------------*/
#search {
  position: fixed;
  top: 72px;
  left: 0;
  width: 100%;
  min-width: 1100px;
  background: linear-gradient(90deg, rgba(30, 26, 83, 0.8) 0%, rgba(109, 181, 193, 0.8) 50%, rgba(140, 204, 58, 0.8) 100%);
  color: #fff;
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  transition: all 0.4s;
  z-index: 2000;
}
#search .container {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  height: 64px;
  white-space: nowrap;
}
#search .search_bestrate {
  font-size: 15px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-align: center;
}
#search .search_bestrate .icon01,
#search .search_bestrate .icon02 {
  display: inline-block;
  vertical-align: middle;
}
#search .search_bestrate .txt {
  display: inline-block;
  vertical-align: middle;
}
#search .search_bestrate .en {
  display: block;
  font-size: 2.4rem;
}
#search .search_form {
  position: relative;
  width: calc(100% - 220px);
  text-align: center;
}
#search .search_form ul {
  display: flex;
  margin: 0 auto;
  align-items: flex-end;
  justify-content: space-between;
}
#search .search_form ul .tit {
  display: block;
  margin-bottom: 2px;
  text-align: left;
}
#search .search_form ul .txt {
  display: inline-block;
  padding: 0 5px;
}
#search .search_form ul .dateUndecided_wrap {
  display: inline-block;
  margin-right: 12px;
  text-align: center;
  vertical-align: bottom;
}
#search .search_form ul .dateUndecided_wrap label {
  margin-bottom: 0;
}
#search .search_form ul .btn {
  margin-left: 10px;
}
#search form {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  background: none;
  box-shadow: none;
  line-height: 1.4;
}
#search form select,
#search form input[type=text],
#search form input[type=date] {
  height: auto;
  margin: 0;
  padding: 0 8px 0 8px;
  background: #fff;
  border: none;
  border-radius: 0;
  cursor: pointer;
  color: #4b433c;
  font-size: 16px;
  font-family: "joly-display", serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  box-sizing: border-box;
  -webkit-appearance: none;
  vertical-align: baseline;
  white-space: nowrap;
}
#search form select::-ms-expand,
#search form input[type=text]::-ms-expand,
#search form input[type=date]::-ms-expand {
  display: none;
}
#search form select:focus,
#search form input[type=text]:focus,
#search form input[type=date]:focus {
  outline: none;
}
#search form select {
  min-width: 40px;
  padding: 0 15px 0 6px;
  background: url(../img/common/search_icon_01.svg) no-repeat right 3px center, #fff;
  background-size: 7px;
  line-height: 32px;
  text-align: center;
}
#search form input[type=checkbox] {
  display: block;
  width: 14px;
  height: 14px;
  margin: 0 auto 0px;
  background: none;
  vertical-align: bottom;
}
#search form input:disabled {
  opacity: 0.5;
  cursor: default;
}
#search form select:disabled {
  opacity: 0.5;
}
#search form option {
  padding: 5px;
  color: #000;
}
#search form label {
  display: inline-block;
  margin-bottom: 2px;
  vertical-align: middle;
}
#search form input[type=button] {
  width: 120px;
  height: 48px;
  padding: 12px 5px;
  background: #aba002;
  border: none;
  border-radius: 0;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  font-size: 18px;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 400;
  line-height: 1;
  transition: all 0.2s;
  text-align: center;
  vertical-align: middle;
}
#search form input[type=button] .icon {
  margin-right: 5px;
}
#search form input[type=button]:hover {
  opacity: 0.7;
}
#search form input[type=button]:focus {
  outline: none;
}
#search .search_link {
  width: 180px;
  line-height: 1.2;
  text-align: center;
}
#search .search_link a {
  position: relative;
  display: block;
  padding: 12px 10px;
  height: 40px;
  background: #aba002;
}
#search .search_link a:before, #search .search_link a:after {
  right: 10px;
}
#search .disnon {
  display: none !important;
}

@media screen and (max-width: 810px) {
  #search {
    position: relative;
    display: none;
    left: 0;
    top: auto;
    height: auto;
    width: calc(100% - 40px);
    min-width: 0;
    height: auto;
    padding: 0;
    background: linear-gradient(to bottom, rgba(30, 26, 83, 0.8) 0%, rgba(109, 181, 193, 0.8) 50%, rgba(140, 204, 58, 0.8) 100%);
    margin: 48px auto;
    padding: 35px 0 40px;
    font-size: 16px;
    z-index: 100;
    visibility: visible;
  }
  #search.active {
    position: relative;
    bottom: 0;
    animation: none;
  }
  #search .container {
    display: block;
    max-width: 480px;
    height: auto;
    padding: 0;
    background: none;
  }
  #search .search_bestrate {
    width: 100%;
    max-width: 100%;
    padding-top: 2px;
    margin-bottom: 16px;
  }
  #search .search_bestrate .icon {
    margin: -1px 5px -4px 0;
  }
  #search .search_form {
    width: 100%;
  }
  #search .search_form ul {
    display: flex;
    margin: 0 auto;
    flex-wrap: wrap;
  }
  #search .search_form ul .tit {
    display: block;
    margin-bottom: 12px;
    padding-bottom: 6px;
    border-bottom: 1px solid #fff;
    text-align: center;
  }
  #search .search_form ul .txt {
    display: inline-block;
    padding: 0 5px;
  }
  #search .search_form ul .dateUndecided_wrap {
    margin-right: 0;
    font-size: 14px;
  }
  #search .search_form ul li {
    width: 100%;
    margin-bottom: 24px;
  }
  #search .search_form ul .search_stay {
    width: 49%;
  }
  #search .search_form ul .search_room {
    width: 49%;
  }
  #search .search_form ul .search_person ul {
    width: 230px;
    max-width: 100%;
    margin: 0 auto;
  }
  #search .search_form ul .search_person li {
    width: auto;
    margin: 0;
  }
  #search .search_form ul .search_person li:nth-of-type(3) {
    margin-top: 8px;
    margin-right: auto;
  }
  #search .search_form ul .btn {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
  }
  #search form {
    height: auto;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  #search form select,
  #search form input[type=text],
  #search form input[type=date] {
    height: auto;
    font-size: 20px;
    line-height: 32px;
  }
  #search form select,
  #search form input[type=text] {
    max-width: 100%;
    flex-grow: 1;
  }
  #search form input[type=checkbox] {
    margin-bottom: 0;
  }
  #search form #datepicker {
    width: 180px;
  }
  #search form input[type=button] {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 24px;
    font-size: 18px;
  }
  #search form input[type=button] .icon {
    margin-right: 10px;
  }
  #search .search_link {
    width: 100%;
    margin-top: 12px;
  }
  #search .search_link a {
    padding: 15px 10px 13px;
    height: auto;
  }
}
/*  pagetit
------------------------------------*/
#pagetit {
  position: relative;
  height: 544px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 140px;
}
#pagetit:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../img/common/lead_bg_01.png) no-repeat center bottom;
}
@media screen and (min-width: 2001px) {
  #pagetit:before {
    background-size: 100% 100%;
  }
}
#pagetit .pagetit_tit {
  color: #fff;
  font-size: 4.8rem;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
}

#lead {
  position: relative;
  padding: 96px 0 120px;
  background: #fff;
}
#lead:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  background: url(../img/common/lead_bg_02.png) no-repeat center bottom;
}
@media screen and (min-width: 2001px) {
  #lead:before {
    background-size: 100% 100%;
  }
}
#lead .lead_tit {
  margin-bottom: 24px;
  color: #6db5c1;
  font-size: 2.4rem;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
  text-align: center;
}
#lead .lead_tit .en {
  display: block;
  margin-bottom: 32px;
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 0.24em;
  line-height: 1.2;
}
#lead .lead_txt {
  text-align: center;
}

@media screen and (max-width: 810px) {
  #pagetit {
    height: 280px;
    padding-top: 40px;
  }
  #pagetit:before {
    height: 40px;
    background-size: 170% 100%;
  }
  #pagetit .pagetit_tit {
    font-size: 3rem;
    letter-spacing: 0.1em;
  }
  #lead {
    padding: 40px 0 80px;
  }
  #lead:before {
    height: 40px;
    background-size: 170% 100%;
  }
  #lead .lead_tit {
    margin-bottom: 40px;
    font-size: 2.2rem;
  }
  #lead .lead_tit .en {
    margin-bottom: 24px;
  }
  #lead .lead_txt {
    text-align: left;
  }
}
/*-------------------------------------------*/
/*
/*　　content
/*
/*-------------------------------------------*/
#wrapper {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.bg_wrap {
  margin-top: 96px;
  background: url(../img/common/bg_common_01.png) repeat-y center top;
  background-size: 2000px;
}
@media screen and (min-width: 2001px) {
  .bg_wrap {
    background-size: 100%;
  }
}

.container {
  width: 96%;
  max-width: 1080px;
  margin: 0 auto;
}

.wide_container {
  width: 96%;
  max-width: 1280px;
  margin: 0 auto;
}

.flexbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flexbox.mid {
  align-items: center;
}

.flexbox.center {
  justify-content: center;
}

.flexbox.reverse {
  flex-direction: row-reverse;
}

.clear {
  clear: both;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.rel {
  position: relative;
}

.flL {
  float: left;
}

.flR {
  float: right;
}

.taL {
  text-align: left;
}

.taC {
  text-align: center;
}

.taR {
  text-align: right;
}

.mincho {
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.gothic {
  font-family: "zen-kaku-gothic-new", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.en {
  font-family: "joly-display", serif;
}

.en02 {
  font-family: "elina", serif;
}

img.icon,
span.icon {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
}

.break span {
  display: inline-block;
}

.kerning {
  font-feature-settings: "palt";
}

.vertical {
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}

/* 汎用見出し */
.sec_tit {
  position: relative;
  max-width: 100%;
  margin: 0 auto 48px;
  font-size: 4rem;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.2;
  text-align: center;
}
.sec_tit .en {
  display: block;
  margin-bottom: 16px;
  color: #6db5c1;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.24em;
}

.sec_tit02 {
  margin: 0 auto 40px;
  color: #1e1a53;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1em;
  text-align: center;
}
.sec_tit02 .en {
  display: block;
  margin-bottom: 12px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.24em;
}

.caption {
  margin: 0 0 24px;
  color: #4B433C;
  font-size: 2.4rem;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  font-weight: 500;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
.caption span {
  font-weight: 500;
}

.ls00 {
  letter-spacing: 0;
}

a.btn,
.btn_nolink {
  position: relative;
  display: inline-block;
  width: 360px;
  max-width: 100%;
  padding: 20px 65px 20px 20px;
  background: #fff;
  border: 1px solid #c5e1e6;
  border-bottom-color: #6db5c1;
  cursor: pointer;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  transition: all 0.5s;
}
a.btn:before,
.btn_nolink:before {
  content: "";
  display: inline-block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 46px;
  height: 4px;
  background: url(../img/common/icon_nami.svg) no-repeat;
  background-size: 100%;
  margin-top: -2px;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
}
a.btn:hover,
.btn_nolink:hover {
  background: #c5e1e6;
  opacity: 1;
}
a.btn:hover::before,
.btn_nolink:hover::before {
  right: 0;
}
a.btn.btn_reserve,
.btn_nolink.btn_reserve {
  border-color: #ddd99a;
  border-bottom-color: #aba002;
}
a.btn.btn_reserve:hover,
.btn_nolink.btn_reserve:hover {
  background: #ddd99a;
}
a.btn.btn_reserve::before,
.btn_nolink.btn_reserve::before {
  background: url(../img/common/icon_nami_02.svg) no-repeat;
  background-size: 100%;
}
a.btn.white,
.btn_nolink.white {
  background: none;
  border-color: #fff;
  border-bottom-color: #a7d3da;
  color: #fff;
}
a.btn.white::before,
.btn_nolink.white::before {
  background: url(../img/common/icon_nami_white.svg) no-repeat;
  background-size: 100%;
}
a.btn.white:hover,
.btn_nolink.white:hover {
  background: #e2f0f3;
  color: #4b433c;
}
a.btn.white:hover::before,
.btn_nolink.white:hover::before {
  background: url(../img/common/icon_nami.svg) no-repeat;
  background-size: 100%;
}

a.btn02 {
  position: relative;
  display: inline-block;
  padding: 5px 70px 5px 0;
}

.btn_arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -20px;
  display: inline-block;
  vertical-align: middle;
}
.btn_arrow:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: #6db5c1;
  border-radius: 50%;
  transition: all 0.5s;
  opacity: 0.5;
}
.btn_arrow:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background: url(../img/common/icon_arrow.svg) no-repeat;
  background-size: 100%;
}

a:has(.btn_arrow):hover {
  opacity: 1;
}
a:has(.btn_arrow):hover .btn_arrow::before {
  transform: scale(1.4);
}

/* 汎用テーブル */
.table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  overflow: hidden;
}
.table caption {
  margin: 0 0 16px;
  line-height: 1.75;
}
.table th,
.table td {
  padding: 14px 16px;
  border-top: 1px solid #c9c7c4;
  border-bottom: 1px solid #c9c7c4;
  letter-spacing: 0.05em;
  vertical-align: top;
}
.table th {
  position: relative;
  width: 25%;
  border-top-color: #6db5c1;
  border-bottom-color: #6db5c1;
  color: #6db5c1;
}
.table a:hover {
  opacity: 1;
  text-decoration: underline;
}
.table .table_list {
  justify-content: flex-start;
}
.table .table_list li:after {
  content: "／";
}
.table .table_list li:last-of-type:after {
  content: none;
}
.table.white th {
  border-top-color: #fff;
  border-bottom-color: #fff;
  color: #fff;
}

@media screen and (min-width: calc(810px + 1px)) {
  .pc_vertical {
	writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
	
  }
}
@media screen and (max-width: 810px) {
  .bg_wrap {
    margin-top: 48px;
    background: url(../img/common/bg_common_01.png) repeat-y center top;
    background-size: 1000px;
  }
  .container {
    width: calc(100% - 40px);
  }
  .wide_container {
    width: calc(100% - 40px);
  }
  /* 汎用タイトル */
  .sec_tit {
    margin-bottom: 40px;
    font-size: 3.2rem;
    line-height: 1.5;
    letter-spacing: 0.1em;
  }
  .sec_tit .en {
    margin-bottom: 16px;
    font-size: 2rem;
    letter-spacing: 0.24em;
  }
  .sec_tit02 {
    margin-bottom: 40px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  .sec_tit02 .en {
    margin-bottom: 12px;
    font-size: 2rem;
  }
  a.btn:hover {
    background: #fff;
  }
  a.btn:hover::before {
    right: 20px;
  }
  a.btn.btn_reserve:hover {
    background: #fff;
  }
  a.btn02 {
    padding-right: 60px;
  }
  .btn_arrow {
    right: 0;
  }
  .btn_arrow:before {
    content: none;
  }
  a:has(.btn_arrow):hover .btn_arrow::before {
    transform: unset;
  }
  /* 汎用テーブル */
  .table {
    border-bottom: 1px solid #6db5c1;
  }
  .table caption {
    margin-bottom: 8px;
    font-size: 1.6rem;
  }
  .table th,
  .table td {
    padding: 10px 12px;
    border-bottom-color: #c9c7c4;
    line-height: 1.75;
  }
  .table:not(.sp_table) tr {
    display: block;
  }
  .table:not(.sp_table) th,
  .table:not(.sp_table) td {
    display: block;
    width: 100%;
    margin-bottom: -1px;
    padding: 10px 10px;
    line-height: 1.75;
    letter-spacing: 0;
  }
  .table a {
    word-break: break-all;
  }
}
/*-------------------------------------------*/
/*
/*page_nav
/*
/*-------------------------------------------*/
.page_nav_wrap {
  background: #e9f4f6;
  padding: 72px 0 64px;
}

.page_nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: calc(100% + 16px);
  margin: 0 -8px -16px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  text-align: center;
}
.page_nav li {
  width: 192px;
  max-width: calc(25% - 16px);
  margin: 0 8px 16px;
}
.page_nav.col4 li{
	width: calc(25% - 16px);
}
.page_nav li a {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border-bottom: 1px solid #c5e1e6;
}
.page_nav li a:hover {
  opacity: 1;
  background: #c5e1e6;
  border-bottom-color: #6db5c1;
}
.page_nav li .pic {
  display: block;
}
.page_nav li .txt {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-grow: 1;
  min-height: 64px;
  padding: 8px 20px 8px 6px;
}
.page_nav li .txt:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-bottom: 1px solid #6db5c1;
  border-right: 1px solid #6db5c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_nav + .page_nav {
  margin-top: 16px;
}
.page_nav + .page_subnav {
  margin-top: 16px;
}
.page_nav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 16px);
}
.page_nav.col05 li {
  width: 196px;
  max-width: calc(20% - 16px);
}
.page_nav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

.page_subnav {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: calc(100% + 16px);
  margin: 0 -8px -16px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-align: left;
}
.page_subnav li {
  width: 192px;
  margin: 0 8px 16px;
}
.page_subnav li a {
  position: relative;
  display: block;
  padding: 12px 20px 12px 8px;
  border-bottom: 1px solid #6db5c1;
}
.page_subnav li a:hover {
  background: #c5e1e6;
  border-bottom-color: #6db5c1;
  opacity: 1;
}
.page_subnav li a:after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  display: block;
  width: 6px;
  height: 6px;
  margin-top: -4px;
  border-bottom: 1px solid #6db5c1;
  border-right: 1px solid #6db5c1;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.page_subnav.col4 li{
	width: calc(25% - 16px);
}
.page_subnav.col03 li {
  width: 344px;
  max-width: calc(33.33% - 16px);
}
.page_subnav.col04 li {
  width: 240px;
  max-width: calc(25% - 16px);
}
.page_subnav.col05 li {
  width: 196px;
  max-width: calc(20% - 20px);
}
.page_subnav.col06 li {
  width: 160px;
  max-width: calc(16.67% - 20px);
}

@media screen and (max-width: 810px) {
  .page_nav_wrap {
    padding: 48px 0 48px;
  }
  .page_nav {
    width: 100%;
    margin: 0 auto -12px;
    line-height: 1.3;
    justify-content: space-between;
  }
  .page_nav li {
    width: calc(50% - 6px);
    max-width: 50%;
    margin: 0 0 12px;
  }
  .page_nav li a:hover {
    background: #fff;
  }
  .page_nav li a .pic {
    display: none;
    position: relative;
    aspect-ratio: 3/1;
    border-radius: 10px;
  }
  .page_nav li a .pic img {
    position: absolute;
    left: 50%;
    top: 50%;
    min-width: 100%;
    min-height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
  }
  .page_nav li a .txt {
    min-height: 48px;
  }
  .page_nav + .page_nav {
    margin-top: 16px;
  }
  .page_nav + .page_subnav {
    margin-top: 16px;
  }
  .page_nav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_nav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav {
    width: 100%;
    margin: 0 auto -16px;
    justify-content: space-between;
  }
  .page_subnav li {
    width: calc(50% - 6px) !important;
    max-width: 50%;
    margin: 0 0 16px;
  }
  .page_subnav li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 12px 0;
    height: 100%;
  }
  .page_subnav li a:hover {
    background: #fff;
  }
  .page_subnav li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col03 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col03 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col04 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col04 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col05 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col05 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
  .page_subnav.col06 li {
    width: calc(50% - 6px);
    max-width: 50%;
  }
  .page_subnav.col06 li.sp_wide {
    width: 100%;
    max-width: 100%;
  }
}
/*-------------------------------------------*/
/*
/*slider
/*
/*-------------------------------------------*/
.common_slide > .slide_item:not(:first-child) {
  display: none;
}

/*-------------------------------------------*/
/*
/*reserve_box
/*
/*-------------------------------------------*/
.reserve_box {
  padding: 20px;
  background: #fff;
  color: #4b433c;
  line-height: 1.2;
  justify-content: center;
  column-gap: 40px;
}
.reserve_box .box_bestrate {
  color: #1e1a53;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
  letter-spacing: 0.1em;
  text-align: center;
}
.reserve_box .box_bestrate .icon01,
.reserve_box .box_bestrate .icon02 {
  display: inline-block;
  vertical-align: middle;
}
.reserve_box .box_bestrate .txt {
  display: inline-block;
  padding: 0 4px;
  font-weight: 600;
  vertical-align: middle;
}
.reserve_box .box_bestrate .en {
  display: block;
  font-size: 3.6rem;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.1em;
}
.reserve_box .box_tel {
  font-weight: 600;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.05em;
}
.reserve_box .box_tel .tel {
  display: block;
  margin-top: 8px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1;
  letter-spacing: 0.1em;
}
.reserve_box .box_tel .sp_tel {
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
.reserve_box .box_btn {
  width: 38%;
}
.reserve_box .box_btn .btn {
  width: 100%;
}

@media screen and (max-width: 810px) {
  .reserve_box {
    display: block;
    padding: 32px 10px 40px;
    text-align: center;
  }
  .reserve_box .box_bestrate {
    margin-bottom: 32px;
    font-size: 2rem;
    letter-spacing: 0.1em;
  }
  .reserve_box .box_bestrate .icon01,
  .reserve_box .box_bestrate .icon02 {
    width: 38px;
    height: auto;
  }
  .reserve_box .box_bestrate .txt {
    padding: 0 0;
  }
  .reserve_box .box_bestrate .en {
    font-size: 3.4rem;
  }
  .reserve_box .box_tel .tel {
    display: block;
    margin-top: 8px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.1em;
  }
  .reserve_box .box_tel .sp_tel {
    font-size: 3.2rem;
    font-weight: bold;
    letter-spacing: 0.1em;
  }
  .reserve_box .box_btn {
    width: 100%;
    margin-top: 24px;
    padding: 0 14px;
  }
}
/*-------------------------------------------*/
/*
/*　　footer
/*
/*-------------------------------------------*/
#icon_pagetop {
  display: none;
  position: fixed;
  right: 0;
  bottom: 0;
  line-height: 1;
  text-align: center;
  z-index: 5000;
}
#icon_pagetop a {
  display: block;
}
#footer {
  position: relative;
}
#footer .f_bg {
  background: url(../img/common/f_bg_01.webp) no-repeat center;
  background-size: cover;
}
#footer .f_bg02 {
  padding: 190px 0 96px;
  background: url(../img/common/f_bg_02.png) no-repeat center top;
  color: #fff;
}
#footer .f_info {
  padding: 158px 0;
  color: #1e1a53;
  text-align: center;
}
#footer .f_info .info_logo {
  line-height: 1;
}
#footer .f_info .info_logo a {
  display: inline-block;
}
#footer .f_info .info_address {
  margin-top: 40px;
  letter-spacing: 0.1em;
  line-height: 1.75;
}
#footer .f_info .info_address .name {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 2.4rem;
  font-weight: 500;
  line-height: 1.5;
}
#footer .f_info .info_tel {
  margin-top: 16px;
  font-weight: bold;
  line-height: 1.2;
  letter-spacing: 0.1em;
}
#footer .f_info .info_tel a {
  color: #1e1a53;
}
#footer .f_info .info_tel .tel {
  font-size: 2.4rem;
  font-weight: bold;
}
#footer .f_info .info_tel .sp_tel {
  font-size: 4rem;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#footer .f_info .info_tel .fax {
  font-size: 2rem;
  font-weight: bold;
}
#footer .f_nav {
  margin-bottom: 40px;
}
#footer .f_nav .nav_tit {
  width: 30%;
  font-size: 4rem;
  letter-spacing: 0.1em;
  line-height: 1;
  text-align: center;
}
#footer .f_nav .nav_col {
  width: 68%;
}
#footer .f_nav .nav_list {
  line-height: 1.5;
}
#footer .f_nav .nav_list li {
  margin-bottom: 22px;
}
#footer .f_nav .nav_list li a {
  position: relative;
  display: inline-block;
  color: #fff;
}
#footer .f_instagram {
  margin-bottom: 30px;
}
#footer .f_instagram a {
  position: relative;
  background: rgba(109, 181, 193, 0.6);
  color: #fff;
}
#footer .f_instagram .instagram_pic {
  width: 304px;
}
#footer .f_instagram .instagram_txt {
  width: calc(100% - 304px);
  text-align: center;
}
#footer .f_instagram .instagram_txt .txt01 {
  padding: 20px 10px;
  border-bottom: 1px solid #fff;
  line-height: 1.5;
}
#footer .f_instagram .instagram_txt .txt01 .icon {
  display: none;
}
#footer .f_instagram .instagram_txt .txt02 {
  padding: 30px 10px 20px;
  font-size: 2.4rem;
  letter-spacing: 0.05em;
  line-height: 1.3;
}
#footer .f_instagram .instagram_txt .txt02 .icon {
  margin-right: 10px;
}
#footer .f_instagram .instagram_txt .txt02 .icon02 {
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}
#footer .f_group {
  padding: 56px 0 80px;
  background: #f4f0ec;
}
#footer .f_group .group_tit {
  margin-bottom: 48px;
  color: #1e1a53;
  font-size: 2rem;
  line-height: 1.5;
  letter-spacing: 0.12em;
  text-align: center;
}
#footer .f_group .group_tit .en {
  display: block;
  font-size: 4rem;
  line-height: 1;
  letter-spacing: 0.1em;
}
#footer .f_group .group_list {
  justify-content: center;
}
#footer .f_group .group_list > li {
  width: 32.3%;
  max-width: 348px;
  margin: 0 1.5% 16px 0;
}
#footer .f_group .group_list > li:nth-of-type(3n) {
  margin-right: 0;
}
#footer .f_group hr {
  width: 96%;
  max-width: 1280px;
  margin: 44px auto 64px;
  border: none;
  border-top: 1px solid #6f6963;
}
#footer .f_group .group_list02 {
  justify-content: center;
}
#footer .f_group .group_list02 li {
  width: 39.4%;
  max-width: 425px;
  margin: 0 1.6%;
}
#footer .f_copyright {
  padding: 44px 10px;
  background: #1e1a53;
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.8;
  text-align: center;
}
#footer .f_copyright small {
  font-size: 1.5rem;
}

@media screen and (max-width: 810px) {
  #footer .f_bg {
    background: url(../img/common/f_bg_01_sp.webp) no-repeat center;
    background-size: 100%;
  }
  #footer .f_bg02 {
    padding: 114px 0 96px;
    background: url(../img/common/f_bg_02_sp.png) no-repeat center top;
    background-size: 130%;
  }
  #footer .f_info {
    padding: 120px 0 180px;
  }
  #footer .f_info .info_address {
    margin-top: 40px;
    letter-spacing: 0.1em;
    line-height: 2;
  }
  #footer .f_info .info_address .name {
    margin-bottom: 4px;
    font-size: 2.4rem;
  }
  #footer .f_info .info_tel {
    margin-top: 12px;
  }
  #footer .f_nav {
    display: none;
  }
  #footer .f_instagram {
    margin-bottom: 30px;
  }
  #footer .f_instagram > a {
    display: block;
    background: #6db5c1;
  }
  #footer .f_instagram .instagram_pic {
    width: 100%;
  }
  #footer .f_instagram .instagram_txt {
    width: 100%;
    padding: 32px 20px;
  }
  #footer .f_instagram .instagram_txt .txt01 {
    display: flex;
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  #footer .f_instagram .instagram_txt .txt01 .icon {
    display: block;
    margin-right: 10px;
  }
  #footer .f_instagram .instagram_txt .txt02 {
    position: relative;
    margin-top: 16px;
    padding: 0;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #footer .f_instagram .instagram_txt .txt02 .icon {
    display: none;
  }
  #footer .f_instagram .instagram_txt .txt02 .icon02 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
  }
  #footer .f_instagram .instagram_txt .txt02 > span {
    display: block;
    margin: 16px 0 0;
  }
  #footer .f_group {
    padding: 48px 0 48px;
  }
  #footer .f_group .group_list {
    justify-content: center;
  }
  #footer .f_group .group_list > li {
    width: calc(50% - 8px);
    max-width: 100%;
    margin: 0 0 16px 0;
  }
  #footer .f_group hr {
    width: calc(100% - 40px);
    margin: 48px auto 48px;
  }
  #footer .f_group .group_list02 {
    justify-content: space-between;
  }
  #footer .f_group .group_list02 > li {
    width: calc(50% - 8px);
    max-width: 100%;
    margin: 0 0 16px 0;
  }
  #footer .f_copyright {
    padding: 40px 10px 96px;
  }
}
@media screen and (max-width: 480px) {
  #footer .f_bg {
    background: url(../img/common/f_bg_01_sp.webp) no-repeat center top;
    background-size: 100%;
  }
  #footer .f_group .group_list > li {
    width: 100%;
    margin-bottom: 8px;
  }
  #footer .f_group .group_list02 > li {
    width: 100%;
    margin-bottom: 8px;
  }
}
/*  sp_footer
------------------------------------*/
#sp_footer {
  display: none;
  position: fixed;
  left: 0;
  bottom: -60px;
  width: 100%;
  background: #fff;
  color: #1e1a53;
  font-size: 18px;
  font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
  z-index: 2000;
  transition: bottom 0.4s;
}
#sp_footer.active {
  bottom: 0;
}
#sp_footer a,
#sp_footer div {
  display: table-cell;
  box-sizing: border-box;
  width: 25%;
  height: 60px;
  padding-bottom: 10px;
  color: #1e1a53;
  text-align: center;
  vertical-align: bottom;
}
#sp_footer img {
  display: block;
  margin: 0 auto 4px;
}
#sp_footer .txt {
  display: block;
}
#sp_footer .btn_reserve {
  width: 50%;
  background: linear-gradient(90deg, rgba(30, 26, 83, 0.9) 0%, rgba(109, 181, 193, 0.9) 50%, rgba(140, 204, 58, 0.9) 100%);
  color: #fff;
}
#sp_footer .nav_open {
  position: static;
  height: 60px;
  padding: 0 0 10px;
  background: #1e1a53;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.1em;
}
#sp_footer .nav_open img {
  margin-bottom: 10px;
}
#sp_footer .nav_open .txt {
  text-indent: 0;
  text-align: center;
}

@media screen and (max-width: 810px) {
  #sp_footer {
    display: table;
  }
}
/*  nav_box
------------------------------------*/
#nav_box {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/common/nav_bg_01.svg) no-repeat center, #fff;
  background-size: cover;
  box-sizing: border-box;
  z-index: 9998;
  text-align: left;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
}
#nav_box .nav_container {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#nav_box .nav_logo {
  width: 49%;
  padding-right: 18%;
  line-height: 1;
  text-align: right;
}
#nav_box .nav_logo > a {
  display: inline-block;
}
#nav_box .nav_body {
  width: 51%;
  height: 100%;
  padding: 48px 0 48px;
  overflow-y: scroll;
}
#nav_box .nav_body .body_container {
  max-width: 560px;
  min-height: 1180px;
}
#nav_box .nav_main {
  margin-bottom: 8px;
}
#nav_box .nav_main .main_col {
  width: 50%;
  margin-bottom: 32px;
}
#nav_box .nav_main .main_col:nth-of-type(1) {
  width: 100%;
}
#nav_box .nav_main .main_col .col_tit {
  position: relative;
  display: inline-block;
  min-width: 186px;
  max-width: 100%;
  padding-right: 48px;
  letter-spacing: 0.1em;
  line-height: 1.2;
}
#nav_box .nav_main .main_col .col_tit > a {
  display: inline-block;
}
#nav_box .nav_main .main_col .col_tit > a .en {
  display: block;
  width: max-content;
  max-width: 100%;
  margin-bottom: 2px;
  background: linear-gradient(-90deg, rgb(109, 181, 193) 0%, rgb(30, 26, 83) 100%);
  font-size: 3.2rem;
  line-height: 1;
  letter-spacing: 0.1em;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#nav_box .nav_main .main_col .col_tit .plus {
  position: absolute;
  right: 0;
  top: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
#nav_box .nav_main .main_col .col_tit .plus::before, #nav_box .nav_main .main_col .col_tit .plus::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 50%;
  display: inline-block;
  width: 12px;
  height: 0;
  border-top: 1px solid #1e1a53;
}
#nav_box .nav_main .main_col .col_tit .plus:after {
  transform: rotate(90deg);
}
#nav_box .nav_main .main_col .col_tit .plus.open:after {
  opacity: 0;
}
#nav_box .nav_main .main_col .nest_list {
  display: none;
  position: relative;
  margin-top: 8px;
  padding-left: 6px;
  font-size: 1.6rem;
  line-height: 1.2;
}
#nav_box .nav_main .main_col .nest_list::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  border-left: 1px solid #6db5c1;
}
#nav_box .nav_main .main_col .nest_list li::before {
  content: "・";
}
#nav_box .nav_main .main_col .nest_list li + li {
  margin-top: 6px;
}
#nav_box .nav_main .main_col .nest_list li a:hover {
  color: #6db5c1;
  text-decoration: underline;
  opacity: 1;
}
#nav_box hr {
  border: none;
  border-top: 1px solid #b7b4b1;
}
#nav_box .nav_sub {
  margin: 0 auto;
  padding-top: 40px;
  font-size: 1.8rem;
  justify-content: flex-start;
}
#nav_box .nav_sub li {
  width: 32%;
  margin-right: 18px;
  margin-bottom: 8px;
}
#nav_box .nav_sub li:nth-of-type(3n - 2) {
  width: 28%;
}
#nav_box .nav_sub li:nth-of-type(3n - 2) a {
  max-width: 155px;
}
#nav_box .nav_sub li:nth-of-type(3n - 1) {
  width: 27%;
}
#nav_box .nav_sub li:nth-of-type(3n - 1) a {
  max-width: 153px;
}
#nav_box .nav_sub li:nth-of-type(3n) {
  width: 38%;
  margin-right: 0;
}
#nav_box .nav_sub li:nth-of-type(3n) a {
  max-width: 212px;
}
#nav_box .nav_sub li.wide {
  width: 100%;
  margin-right: 0;
}
#nav_box .nav_sub li.wide a {
  max-width: none;
}
#nav_box .nav_sub li a {
  position: relative;
  display: inline-block;
  width: 100%;
}
#nav_box .nav_sub li a:after {
  content: "";
  position: absolute;
  right: 3px;
  top: 50%;
  display: block;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  border-top: 1px solid #4b433c;
  border-right: 1px solid #4b433c;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#nav_box .nav_sub li a .pdf {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 4px 2px 6px;
  border: 1px solid #4b433c;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-align: center;
}
#nav_box .nav_sub li a:has(.pdf):after {
  content: none;
}
#nav_box .nav_instagram {
  margin-top: 40px;
}
#nav_box .nav_instagram > a {
  align-items: center;
  background: #6db5c1;
  color: #fff;
  text-align: center;
}
#nav_box .nav_instagram .instagram_pic {
  width: 208px;
}
#nav_box .nav_instagram .instagram_txt {
  width: calc(100% - 208px);
}
#nav_box .nav_instagram .instagram_txt .txt01 .icon {
  display: none;
}
#nav_box .nav_instagram .instagram_txt .txt02 {
  margin-top: 24px;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.05em;
}
#nav_box .nav_instagram .instagram_txt .txt02 > span {
  display: block;
  margin: 8px 0 24px;
}
#nav_box .reserve_box {
  margin-top: 32px;
  padding-bottom: 32px;
  background: #f4f0ec;
  text-align: center;
}
#nav_box .reserve_box .box_tel {
  margin: 20px 0;
}
#nav_box .nav_close {
  position: absolute;
  right: 16px;
  top: 0;
  width: 60px;
  height: 60px;
  padding-top: 18px;
  cursor: pointer;
  line-height: 1;
  text-align: center;
}
#nav_box .nav_close .txt {
  display: block;
  text-align: left;
  text-indent: -9999px;
}

@media screen and (max-width: 810px) {
  #nav_box {
    min-width: 0;
    background: #fff;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
  }
  #nav_box .nav_container {
    display: block;
    width: 100%;
    height: auto;
    padding: 0 20px;
    background: url(../img/common/nav_bg_01_sp.png) no-repeat center top, #fff;
    background-size: 100% 302px;
  }
  #nav_box .nav_logo {
    width: 100%;
    padding: 64px 0;
    line-height: 1;
    text-align: center;
  }
  #nav_box .nav_logo img {
    width: 131px;
    height: auto;
  }
  #nav_box .nav_body {
    width: 100%;
    padding: 72px 0 0;
    overflow: visible;
  }
  #nav_box .nav_body .body_container {
    width: 100%;
    max-width: 480px;
    min-height: 0;
    margin: 0 auto;
  }
  #nav_box .nav_main {
    margin-bottom: 0;
  }
  #nav_box .nav_main .main_col {
    width: 54%;
    margin-bottom: 24px;
  }
  #nav_box .nav_main .main_col:nth-of-type(2n + 1) {
    width: 44%;
  }
  #nav_box .nav_main .main_col:nth-of-type(1) {
    width: 100%;
  }
  #nav_box .nav_main .main_col .col_tit {
    min-width: 136px;
    max-width: 100%;
    padding-right: 20px;
  }
  #nav_box .nav_main .main_col .col_tit > a .en {
    font-size: 2.9rem;
    letter-spacing: 0.075em;
  }
  #nav_box .nav_main .main_col .col_tit .plus {
    top: 4px;
    width: 18px;
    height: 18px;
  }
  #nav_box .nav_main .main_col .col_tit .plus::before, #nav_box .nav_main .main_col .col_tit .plus::after {
    left: 4px;
    width: 10px;
  }
  #nav_box .nav_main .main_col .nest_list {
    display: none;
    position: relative;
    margin-top: 8px;
    padding-left: 6px;
    font-size: 1.6rem;
    letter-spacing: 0;
    line-height: 1.2;
  }
  #nav_box .nav_main .main_col .nest_list::before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    border-left: 1px solid #6db5c1;
  }
  #nav_box .nav_main .main_col .nest_list li {
    padding-left: 1em;
    text-indent: -1em;
  }
  #nav_box .nav_main .main_col .nest_list li::before {
    content: "・";
  }
  #nav_box .nav_main .main_col .nest_list li + li {
    margin-top: 6px;
  }
  #nav_box .nav_main .main_col .nest_list li a:hover {
    color: #6db5c1;
    text-decoration: underline;
    opacity: 1;
  }
  #nav_box .nav_sub {
    width: calc(100% + 24px);
    margin: 0;
    padding: 36px 0 0;
    font-size: 1.8rem;
    letter-spacing: 0.08em;
    line-height: 1.2;
    white-space: nowrap;
  }
  #nav_box .nav_sub li {
    width: auto;
    min-width: 142px;
    margin-right: 24px;
    margin-bottom: 20px;
  }
  #nav_box .nav_sub li:nth-of-type(3n - 2) {
    width: auto;
  }
  #nav_box .nav_sub li:nth-of-type(3n - 2) a {
    max-width: 100%;
  }
  #nav_box .nav_sub li:nth-of-type(3n - 1) {
    width: auto;
  }
  #nav_box .nav_sub li:nth-of-type(3n - 1) a {
    max-width: 100%;
  }
  #nav_box .nav_sub li:nth-of-type(3n) {
    width: auto;
    margin-right: 24px;
  }
  #nav_box .nav_sub li:nth-of-type(3n) a {
    max-width: 100%;
  }
  #nav_box .nav_sub li.wide {
    width: 100%;
    margin-right: 0;
  }
  #nav_box .nav_sub li.wide a {
    max-width: none;
  }
  #nav_box .nav_sub li a {
    padding-right: 32px;
  }
  #nav_box .nav_sub li a .pdf {
    margin-left: 2px;
    padding: 2px 4px 2px 6px;
    font-size: 12px;
    letter-spacing: 0.05em;
  }
  #nav_box .nav_instagram {
    margin: 24px auto 0;
    max-width: 400px;
  }
  #nav_box .nav_instagram > a {
    display: block;
  }
  #nav_box .nav_instagram .instagram_pic {
    width: 100%;
  }
  #nav_box .nav_instagram .instagram_txt {
    width: 100%;
    padding: 32px 20px;
  }
  #nav_box .nav_instagram .instagram_txt .txt01 {
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    justify-content: center;
    align-items: center;
    line-height: 1.4;
  }
  #nav_box .nav_instagram .instagram_txt .txt01 .icon {
    display: block;
    margin-right: 10px;
  }
  #nav_box .nav_instagram .instagram_txt .txt02 {
    position: relative;
    margin-top: 16px;
    font-size: 2.2rem;
    line-height: 1.3;
    letter-spacing: 0.05em;
    text-align: left;
  }
  #nav_box .nav_instagram .instagram_txt .txt02 .icon {
    display: none;
  }
  #nav_box .nav_instagram .instagram_txt .txt02 .icon02 {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -20px;
  }
  #nav_box .nav_instagram .instagram_txt .txt02 > span {
    display: block;
    margin: 16px 0 0;
  }
  #nav_box .reserve_box {
    width: calc(100% + 40px);
    margin: 40px -20px 0;
    padding: 40px 20px;
  }
  #nav_box .reserve_box .box_tel {
    margin: 20px 0;
  }
  #nav_box .nav_close {
    top: 0;
    right: 12px;
    height: 48px;
    padding-top: 12px;
  }
}
/*-------------------------------------------*/
/*
/*　　animation class
/*
/*-------------------------------------------*/
.inview {
  opacity: 0;
  transition-delay: 400ms;
  transition-duration: 800ms;
  transition-property: opacity, transform;
}
.inview.is_show {
  transform: translate(0, 0);
  opacity: 1;
}

.inview_fadeup {
  transform: translate(0, 30px);
}

.inview_fadefown {
  transform: translate(0, -30px);
}

.inview_fadeleft {
  transform: translate(-30px, 0);
}

.inview_faderight {
  transform: translate(30px, 0);
}

@media screen and (max-width: 810px) {
  .inview {
    transition-delay: 600ms;
  }
}
/* ---------------------------------------------------
	modal
------------------------------------------------------ */
html.fixed,
body.fixed {
  overflow: hidden;
  touch-action: none;
}

#modal_bg {
  display: none;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  padding: 10px;
  z-index: 999999998;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

#modal_section .modal_content {
  position: fixed;
  display: none;
  width: 1080px;
  max-width: 90%;
  max-height: 90%;
  margin: 0;
  left: 50% !important;
  top: 50% !important;
  background: #fff;
  transform: translate(-50%, -50%);
  overflow-x: hidden;
  z-index: 999999999;
}
#modal_section .modal_tit {
  margin: 0;
  padding: 12px 60px 12px;
  background: #1e1a53;
  color: #fff;
  font-size: 3.2rem;
  line-height: 1.5;
  letter-spacing: 0.25em;
  text-align: center;
}
#modal_section .modal_container {
  width: 100%;
  margin: 0 auto;
  padding: 56px 64px;
}

.modal_close {
  position: absolute;
  right: 16px;
  top: 16px;
  width: 40px;
  height: 40px;
  background: #fff;
  display: block;
  text-align: left;
  text-indent: -9999px;
  cursor: pointer;
}
.modal_close:before, .modal_close:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 50%;
  display: block;
  width: 30px;
  height: 2px;
  background: #4b433c;
}
.modal_close:before {
  transform: rotate(45deg);
}
.modal_close:after {
  transform: rotate(-45deg);
}

@media screen and (max-width: 810px) {
  #modal_section .modal_tit {
    padding: 10px 60px 8px 10px;
    font-size: 2.4rem;
    letter-spacing: 0.1em;
  }
  #modal_section .modal_container {
    padding: 30px 24px;
  }
}
/*-------------------------------------------*/
/*
/*　　tablet調整
/*
/*-------------------------------------------*/
body.is_tablet {
  min-width: 1300px;
  font-size: 18px;
}
body.is_tablet #header {
  font-size: 16px;
}

/* 縦のみ */
@media (orientation: portrait) {
  body.is_tablet #search .search_bestrate {
    font-size: 13px;
  }
  body.is_tablet #search .search_form {
    width: calc(100% - 240px);
  }
  body.is_tablet #search form input[type=checkbox] {
    width: 10px;
    height: 10px;
    margin-bottom: -2px;
  }
}
/*-------------------------------------------*/
/*
/*　　IE用cssハック
/*
/*-------------------------------------------*/
/*-------------------------------------------*/
/*
/*　　print
/*
/*-------------------------------------------*/
@media print {
  body {
    width: 1000px;
    font-size: 14px;
  }
  .container {
    width: 94%;
  }
}
/*-------------------------------------------*/
/*
/*　　respomsive common
/*
/*-------------------------------------------*/
.tabsp_block {
  display: none;
}

.sp_block {
  display: none;
}

.sp_inline {
  display: none;
}

.tabsp_inline {
  display: none;
}

.pc_hidden {
  display: none !important;
}

.tab_block {
  display: none;
}

.tab_inline {
  display: none;
}

@media screen and (max-width: 810px) {
  .pc_block {
    display: none;
  }
  .tabsp_block {
    display: block;
  }
  .tabsp_hidden {
    display: none;
  }
  .pc_inline {
    display: none;
  }
  .tabsp_inline {
    display: inline;
  }
  .sp_hidden {
    display: none !important;
  }
  .pc_hidden {
    display: block !important;
  }
}
@media screen and (max-width: 640px) {
  .pctab_block {
    display: none;
  }
  .pctab_inline {
    display: none;
  }
  .sp_block {
    display: block;
  }
  .sp_inline {
    display: inline;
  }
}
@media screen and (max-width: 810px) and (min-width: 641px) {
  .tab_block {
    display: block;
  }
  .tab_inline {
    display: inline;
  }
  .tab_hidden {
    display: none;
  }
}



.img_caption{
	position: absolute;
	z-index: 9;
	bottom: 0;
	left: 0;
	background: linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.8));
	width: 100%;
	padding: 20px;
	color: #FFF;
	text-align: right;
	font-family: "shippori-mincho-b1", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.plan_sec:nth-of-type(2n-1) .plan_col .img_caption{
	text-align: left;
}
@media screen and (max-width: 640px) {
	.img_caption{
		text-align: right !important;
	}
}
/*-------------------------------------------*/
/*
/*　　ENGLISH
/*
/*-------------------------------------------*/
html:not([lang=ja]) #header {
  top: auto;
}
html:not([lang=ja]) #header > div:nth-child(1) {
  flex-wrap: nowrap;
}
html:not([lang=ja]) #search > div:nth-child(1) > h2:nth-child(2) {
  display: none;
}

html:not([lang=ja]) #header .h_logo {
  flex-shrink: 0;
}
html:not([lang=ja]) #header .h_nav {
  max-width: 900px;
  width: 100%;
}
html:not([lang=ja]) #header .h_nav li a {
  padding: 4px 0;
}
html:not([lang=ja]) #nav_box{
  top: auto;
}
html:not([lang=ja]) #search{
  top: 128px;
}
html:not([lang=ja]) #search .container{
  max-width: 100%;
  height: auto;
  min-height: 64px;
}
html:not([lang=ja]) #search .search_form{
  width: 100%;
}
html:not([lang=ja]) #search .search_form ul{
  width: fit-content;
  flex-wrap: wrap;
  justify-content: flex-start;
  row-gap: 5px;
}
