@charset "UTF-8";

/*
Theme Name: the_bonds
Description: This is the bonds site original theme.
Author: Booking Resort
*/
html {
  font-size: 62.5%;
}

body {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HG明朝E", "MS P明朝", "MS 明朝", 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: 2.0rem;
  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: #222222;
  border-radius: 20px;
  color: #fff;
  font-size: 16px;
}

.r_btn p a:hover {
  background: #e6e1de;
}

header {
  background: #F5F5F5;
  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: 50px;
  font-size: 2.4rem;
  padding: 15px;
}

@media screen and (max-width:896px) {
  header h1 {
    height: 40px;
    padding: 10px;
  }
}

header h1 img {
  padding: 0 0 10px 50px;
  width: 145px;
  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: 115px;
    margin: 0 auto;
    padding: 0 0 10px 10px;
  }

  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: #222222;
	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 .5s;
  transition: ease .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 .5s;
  transition: ease .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 48px;
}

.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: #222222;
}

.btn_more_center {
  text-align: center;
}

.btn_more p {
  text-align: center;
  display: inline-block;
  margin: 15px auto 0;
  line-height: 1.5 !important;
}

.btn_more p a {
  color: #222222;
  background: #fff;
  border: #222222 solid 1px;
  padding: 6px 40px;
  display: block;
  transition: all 0.2s;
}

.btn_more p a:hover {
  color: #fff;
  background: #222222;
}

.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: #222222;
}

.pad_80 {
  padding: 80px 0;
}

.pl_25 {
  padding-left: 25px;
}

.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;
}

.bk_white ul {
  padding-left: 15px;
  margin-top: 12px;
  margin-bottom: 15px;
}

.bk_white ul li {
  padding: 6px 0;
}

/* フッター  */
/*リゾグラ*/
.rg_group {
  padding: 60px 50px;
  background: #E6E6E6;
}

@media screen and (max-width:896px) {
  .rg_group {
    padding: 60px 3%;
  }
}

.rg_group h2 {
  margin-bottom: 30px;
}

.rg_group h2 span.en {
  color: #222222;
}

.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 img {
  width: 65px;
  height: 65px;
  object-fit: cover;
  border-radius: 35px;
}

.rg_group .box li .txt {
  padding: 15px 0 0 10px;
  width: 96%;
}

.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: 20px 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: #F5F5F5;
  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;
}

footer h2 span {
  font-size: 2.6rem;
  padding-left: 4px;
}

/*footer h2 a {
	color: #fff;
}
footer p {
	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 h2 img {
  width: 200px;
}

@media screen and (max-width:896px) {
  footer .info h2 img {
    width: 50%;
    margin: 0 auto;
  }
}

footer .info p.tel {
  font-size: 2.8rem;
}

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: 13px 23px;
  }
}

#menu-item-6632 a {
  color: #fff;
  border-radius: 22px;
  padding: 8px 10px;
  border: 1px solid #6AB2D4;
  font-weight: bold;
  margin-top: -12px;
  padding-top: 8px;
  background-color: #6AB2D4;
  font-size: 1.4rem;
}

#menu-item-6632 a:hover {
  background: #1A6487;
  border: 1px solid #1A6487;
  color: #fff;
}

#menu-item-6922 a {
  border-radius: 22px;
  padding: 8px 10px;
  border: 1px solid #ffd966;
  font-weight: bold;
  margin-top: -12px;
  padding-top: 8px;
  background-color: #ffd966;
  font-size: 1.4rem;
}

#menu-item-6922 a:hover {
  background: #fac31e;
  color: #fff;
}

@media screen and (max-width:896px) {
  #menu-item-6632 a {
    padding: 8px 10px;
  }
}

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: 55px;
  right: 0;
  width: 193px;
  z-index: 100;
  background: rgba(26, 100, 135, 0.85);
  color: #fff;
  text-align: center;
}

.pc {
  display: block;
}

@media screen and (max-width:896px) {
  .pc {
    display: none;
  }
}

.reserve_text {
  padding-top: 5px;
}

.reserve p {
  font-size: 2.0rem;
  color: #fff;
}

.reserve p span {
  display: block;
  font-size: 60%;
}

.reserve_tel {
  color: rgba(30, 21, 16, 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: 20px 0;
  background: #6AB2D4;
}

.reserve_to489 a:hover {
  text-decoration: underline;
  background-color: #1A6487;
}

.reserve_to489_2 a {
  display: block;
  color: #333;
  font-size: 16px;
  padding: 20px 0;
  background: #ffd966;
}

.reserve_to489_2 a:hover {
  text-decoration: underline;
  background-color: #fac31e;
}

#footer_sp {
  display: none;
}

@media screen and (max-width:896px) {
  #footer_sp {
    display: block;
  }

  .reserve_sp {
    width: 100%;
    height: 60px;
    display: flex;
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 100;
    background: #6AB2D4;
    color: #fff;
    text-align: center;
    align-items: center;
  }

  .reserve_sp p {
    padding-top: 10px;
  }

  .reserve_sp p a {
    color: #fff;
    display: block;
    font-size: 14px;
  }

  .reserve_web,
  .reserve_web_2,
  .reserve_tel,
  .reserve_qa,
  .reserve_menu {
    width: 25%;
  }

  .reserve_web,
  .reserve_web_2,
  .reserve_tel,
  .reserve_qa {
    border-right: #fff solid 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
  }

  .reserve_web_2 {
    background-color: #ffd966;
  }

  .reserve_web p a {
    color: #fff;
    font-size: 14px;
  }

  .reserve_qa {
    background: #999598;
  }

  .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: .5s;
    transition-duration: .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%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .menu-item {
    display: block;
  }

  .drawer-menu li {
    text-align: center;
    width: 49%;
    border-bottom: 0.5px solid #888;
  }

  .drawer-menu li a {
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    -webkit-transition: all .8s;
    transition: all .8s;
    color: #fff;
  }

  .drawer-menu li a:hover {
    color: #1a1e24;
    background: #fff;
  }

  #menu-item-6924 {
    width: 100%;
    border-bottom: none;
  }

  #menu-item-6924 a {
    font-weight: bold;
    background-color: #6AB2D4;
    margin: 10px auto;
    width: 80%;
  }

  #menu-item-6924 a:hover {
    background: #1A6487;
    color: #fff;
  }

  #menu-item-6923 {
    width: 100%;
    border-bottom: none;
  }

  #menu-item-6923 a {
    font-weight: bold;
    background-color: #ffd966;
    margin: 10px auto;
    width: 80%;
  }

  #menu-item-6923 a:hover {
    background: #fac31e;
    color: #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: 3px;
    background: #1A6487;
    /*box-shadow: 1px 1px 1px #666;*/
    -webkit-transition: all .5s;
    transition: all .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: .3s;
    transition-duration: .3s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    visibility: hidden;
    opacity: 0;
  }

  /* ------------------------------------------------ checked */
  .check:checked~.drawer-menu {
    -webkit-transition-delay: .3s;
    transition-delay: .3s;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    opacity: 1;
    z-index: 2;
    overflow-x: scroll;
  }

  .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: .3s;
    transition-delay: .3s;
    background: rgba(0, 0, 0, .5);
    visibility: visible;
    opacity: 1;
    z-index: 999;
  }

  /*SPメニュー内バナー*/
  .spmenubnr {
    margin: 30px 10px;
  }

  .spmenubnr p {
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
    font-size: 14px;
  }
}

/*注意！！以下PC用ヘッダーメニュー*/
@media screen and (min-width:897px) {
  .drawer-menu {
    width: 100%;
    height: 80px;
  }

  .menu {
    max-width: 1200px;
    float: right;
    margin-right: 20px;
  }

  #menu-item-5587 {
    display: none;
  }

  #menu-item-5589 {
    border-radius: 20px;
    border: 1px solid #1A6487;
    width: 40px;
  }

  #menu-item-5589:hover {
    background: #1A6487;
  }

  #menu-item-5589 a:hover {
    color: #fff;
  }

  .menu-item {
    display: inline-block;
    padding: 20px 42px 10px;
    text-align: center;
    margin: 24px 20px 0;
    position: relative;
  }

  .menu-item a {
    display: block;
    position: absolute;
    top: 8px;
    left: 0;
    width: 100px;
    height: 100%;
    /*color: #fff;*/
  }

  #menu-item-6924 a {
    color: #fff;
    border-radius: 22px;
    padding: 0 10px;
    border: 1px solid #6AB2D4;
    font-weight: bold;
    margin-top: -12px;
    padding-top: 8px;
    background-color: #6AB2D4;
    font-size: 1.4rem;
  }

  #menu-item-6924 a:hover {
    background: #1A6487;
    border: 1px solid #1A6487;
    color: #fff;
  }

  #menu-item-6923 a {
    border-radius: 22px;
    padding: 0 10px;
    border: 1px solid #ffd966;
    font-weight: bold;
    margin-top: -12px;
    padding-top: 8px;
    background-color: #ffd966;
    font-size: 1.4rem;
  }

  #menu-item-6923 a:hover {
    background: #fac31e;
    color: #fff;
  }

  .check,
  .menu-btn {
    display: none;
  }

  #menu-item-6885 {
    padding: 20px 50px 10px;
  }

  #menu-item-6885 a {
    width: 133px;
  }
}

/* TOPへ戻るボタン */
#fixedTop {
  right: 0;
  bottom: 270px;
  color: #fff;
  text-align: center;
  line-height: 52px;
  text-decoration: none;
  vertical-align: middle;
  display: none;
  width: 50px;
  height: 50px;
  background: #999999;
  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 {
    background: #1A6487;
    width: 80%;
    margin: 20px auto;
  }

  #fixedTop {
    display: none !important;
  }

  #menu-item-7002 img {
    width: 24%;
    display: inline;
    margin-top: 8px;
  }
}

#sincloBox div#sincloBannerBox #sincloBanner.sincloBanner {
  background-color: #232a36 !important;
}

/*近隣*/
.top_faq {
  padding: 80px 0;
}

@media screen and (max-width:896px) {
  .top_faq {
    padding: 0 0 0;
    margin-bottom: 3%;
  }
}

.top_faq_box {
  display: flex;
  margin: 50px auto;
}

@media screen and (max-width:896px) {
  .top_faq_box {
    flex-direction: column;
  }

  .ransui_box {
    flex-direction: column-reverse;
  }
}

.top_faq_box .top_textarea_p {
  display: flex;
  flex-direction: column;
  width: 50%;
  background: #D4D2CB;
  padding: 1%;
}

.top_faq_box .top_textarea_p .inner {
  border: 1px solid #fff;
  padding: 0 6% 20px;
  height: 355px;
  width: 86%;
  margin: 0 auto;
}

@media screen and (max-width:896px) {
  .top_faq_box .top_textarea_p {
    width: 98%;
    text-align: center;
  }

  .top_faq_box .top_textarea_p .inner {
    border: 1px solid #fff;
    padding: 0 0 20px;
    height: auto;
    width: 100%;
  }
}

.top_faq_box .top_faq_img {
  width: 70%;
}

@media screen and (max-width:896px) {
  .top_faq_box .top_faq_img {
    width: 100%;
  }
}

.top_faq h2 {
  margin-bottom: 30px;
  text-align: center;
  font-size: 2.4rem;
  margin-top: 40px;
  color: #69644A;
}

@media screen and (max-width:896px) {
  .top_faq h2 {
    text-align: center;
    font-size: 2rem;
    margin-top: 20px;
  }
}

.top_faq p.msg {
  text-align: left;
  margin-bottom: 40px;
  line-height: 2.0;
}

@media screen and (max-width:896px) {
  .top_faq p.msg {
    margin-bottom: 20px;
    padding: 0 20px;
  }
}

.top_faq img {
  width: 100%;
  height: 413px;
  object-fit: cover;
}

@media screen and (max-width:896px) {
  .top_faq img {
    height: 235px;
  }
}

.top_faq.bondsgroup {
  background: #fff;
  padding: 20px 0 40px;
  margin-bottom: 0 !important;
}

.top_faq_box.bondsgroup_box {
  flex-direction: row-reverse;
}

@media screen and (max-width:896px) {

  .top_faq_box,
  .top_faq_box.bondsgroup_box {
    flex-direction: column;
  }
}

.bondsgroup .container {
  margin: 50px auto;
}

.insta_btn {
  display: inline-block;
  text-align: center;
  /*中央揃え*/
  color: #2e6ca5;
  /*文字色*/
  font-size: 20px;
  /*文字サイズ*/
  text-decoration: none;
  /*下線消す*/
  margin-top: 1.5rem;
}

.insta_btn:hover {
  /*ホバー時*/
  color: #668ad8;
  /*文字色*/
  transition: .5s;
  /*ゆっくり変化*/
}

.insta_btn .insta {
  /*アイコンの背景*/
  position: relative;
  /*相対配置*/
  display: inline-block;
  width: 50px;
  /*幅*/
  height: 50px;
  /*高さ*/
  background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
  /*グラデーション①*/
  overflow: hidden;
  /*はみ出た部分を隠す*/
  border-radius: 13px;
  /*角丸に*/
}

.insta_btn .insta:before {
  /*グラデーションを重ねるため*/
  content: '';
  position: absolute;
  /*絶対配置*/
  top: 23px;
  /*ずらす*/
  left: -18px;
  /*ずらす*/
  width: 60px;
  /*グラデーションカバーの幅*/
  height: 60px;
  /*グラデーションカバーの高さ*/
  background: -webkit-radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  background: radial-gradient(#ffdb2c 10%, rgba(255, 105, 34, 0.65) 55%, rgba(255, 88, 96, 0) 70%);
  /*グラデーション②*/
}

.insta_btn .fa-instagram {
  /*アイコン*/
  color: #FFF;
  /*白に*/
  position: relative;
  /*z-indexを使うため*/
  z-index: 2;
  /*グラデーションより前に*/
  font-size: 35px;
  /*アイコンサイズ*/
  line-height: 50px;
  /*高さと合わせる*/
}

.cakejp {
  width: 90%;
  max-width: 1000px;
  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: #ECF0F1;
}

.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;
  }
}

.sns ul {
  display: flex;
  flex-wrap: nowrap !important;
  justify-content: space-around;
  height: 60px;
  width: 60px;
}

.sns a {
  margin-right: 20px;
}

.sns img {
  height: 30px;
}

.sns .qr img {
  height: 100%;
}

@media screen and (max-width:896px) {
  footer .info .sns ul {
    justify-content: center;
    gap: 5rem;
  }

  footer .info .sns ul li {
    margin: unset;
  }
}

.newsimg img {
  width: 800px;
  height: 250px;
}

@media screen and (max-width:896px) {
  .newsimg img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }
}

#splash {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: #fafafa;
  text-align: center;
  color: #fff;
}

#splash_logo {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#splash_logo img {
  width: 260px;
}

.fadeUp {
  animation-name: fadeUpAnime;
  animation-duration: 0.5s;
  animation-fill-mode: forwards;
  opacity: 0;
}

@keyframes fadeUpAnime {
  from {
    opacity: 0;
    transform: translateY(100px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*言語切り替え*/
.language {
  z-index: 9995;
  position: absolute;
  right: 20px;
  top: 110px;
  width: 140px;
  height: 20px;
}

.language>li {
  /*親階層のみ幅を25%にする*/
  width: 100%;
}

/*全てのリスト・リンク共通*/
.language li {
  list-style: none;
  position: relative;
}

.language li p.lan-ja,
.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: .5s;
  margin-top: 1px;
  margin-bottom: 6px;
}

.language li:hover>ul>li {
  height: 2rem;
  overflow: visible;
}

@media screen and (max-width:896px) {
  .language {
    right: 90px;
    top: 15px;
    width: 110px;
  }
}

.gallery-box {
  padding: 60px 0;
  overflow: hidden;
}

.gallery-box .photo-gallery .swiper-wrapper {
  transition-timing-function: linear;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide {
  height: auto;
  margin-right: 2px;
  margin-bottom: 20px;
}

@media only screen and (max-width: 896px) {
  .gallery-box {
    padding: 40px 0;
  }

  .gallery-box .photo-gallery .swiper-wrapper .swiper-slide {}
}

.gallery-box .photo-gallery .swiper-wrapper {
  display: flex;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide {
  flex-shrink: 0;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item {
  width: 100%;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .img-box {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  padding-bottom: 66%;
}

.gallery-box .photo-gallery .swiper-wrapper .swiper-slide .item .img-box>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

/* ギャラリー */
#gallary {
  padding: 80px 0;
}

.gallery_wrap {
  max-width: 100%;
  margin: auto;
  overflow: hidden;
}

.gallery_wrap .gallery_list {
  display: block !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.gallery_wrap .gallery_list .swiper-wrapper {
  width: 100%;
  transition-timing-function: linear !important;
}

.gallery_wrap .gallery_list .swiper-slide {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

#hide_slide {
  width: 32px;
  height: 32px;
  position: absolute;
  top: 0;
  right: 0;
  background: #f9f8f7;
  cursor: pointer;
}

#hide_slide span {
  width: 32px;
  height: 2px;
  position: absolute;
  top: 14px;
  right: 0;
  background: #a7c2c0;
}

#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;
}

.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 {
  width: 100% !important;
}

.modal-box {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  top: 0;
  left: 0;
  display: none;
}

.modal-box>.bg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.modal-box .content-box {
  width: calc(100% - 40px);
  max-width: 1000px;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-box .modal-close {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 30px;
  right: 30px;
}

.modal-box .modal-close>span {
  width: 100%;
  height: 3px;
  display: block;
  background: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
}

.modal-box .modal-close>span:nth-of-type(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-box .modal-close>span:nth-of-type(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-box .content-box .modal-list {
  position: relative;
}

.modal-box .content-box .modal-list>li {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  opacity: 0;
  transition: 0.3s;
}

.modal-box .content-box .modal-list>li>img {
  width: 100%;
}

.modal-box .content-box .left-arr,
.modal-box .content-box .right-arr {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  cursor: pointer;
  transform-origin: center;
}

.modal-box .content-box .left-arr {
  left: -40px;
  transform: rotate(45deg);
}

.modal-box .content-box .right-arr {
  right: -40px;
  transform: rotate(-135deg);
}

@media only screen and (max-width: 896px) {
  .modal-box .modal-close {
    width: 30px;
    height: 30px;
    top: 15px;
    right: 15px;
  }

  .modal-box .content-box .left-arr,
  .modal-box .content-box .right-arr {
    width: 20px;
    height: 20px;
  }

  .modal-box .content-box .left-arr {
    left: 14px;
  }

  .modal-box .content-box .right-arr {
    right: 14px;
  }
}

.swiper-slide img {
  height: 300px;
}

/* ギャラリーEND */

/* 魅力スライダー*/
.top_feature_2026 {
  background: #d8e3da;
}

.top_feature_bk_2026 {
  padding: 85px 0;
}

@media screen and (max-width:896px) {
  .top_feature_bk_2026 {
    padding: 10% 0;
  }
}

/*.top_feature p {
	line-height: 2.0;
}*/
@media screen and (max-width:896px) {
  .top_feature_2026 h2 {
    font-size: 2.4rem;
    margin: 0 0 25px;
  }
}

.top_feature_2026 h2 span {
  font-size: 1.5rem;
  color: #576638;
}

.feature_box_2026.scroll_x {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  gap: 20px;
  scroll-behavior: smooth;
  -webkit-overflow-scrolling: touch;
  cursor: grab;
  padding-bottom: 10px;
  scroll-snap-type: x proximity;
}

.feature_box_2026.scroll_x::-webkit-scrollbar {
  display: none;
}

.feature_box_2026.scroll_x {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.feature_box_2026.scroll_x.dragging {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: grabbing;
}

.feature_box_2026.scroll_x::-webkit-scrollbar {
  display: none;
}

.feature_box_2026.scroll_x.dragging {
  user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  cursor: grabbing;
}

.feature_box_2026.scroll_x:active {
  cursor: grabbing;
}

.scroll_x {
  position: relative;
  overflow: hidden;
}

.top_box_2026 {
  flex: 0 0 auto;
  width: 40%;
  padding: 15px;
  scroll-snap-align: center;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.feature_mainimg_2026 {
  width: 100%;
}

.feature_mainimg_2026 img {
  width: 100%;
  height: 370px;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (max-width:1024px) {
  .top_box_2026 {
    width: 75%;
    padding: 15px 10px 0;
  }

  .feature_mainimg_2026 {
    width: 100%;
  }

  .feature_mainimg_2026 img {
    height: 200px;
  }
}

.feature_txtarea_2026 {
  background: rgba(255, 255, 255, 0.95);
  max-width: 600px;
  width: 100%;
}

@media screen and (max-width:1024px) {
  .feature_txtarea_2026 {
    margin: 0 auto 10px;
    height: auto;
    width: 100%;
  }
}

.textarea_p_2026 {
  padding: 2rem;
}

.textarea_p_2026 h3 {
  padding-bottom: 10px;
  font-size: 2.2rem;
  line-height: 1.3;
  position: relative;
  margin-bottom: 20px;
  border-bottom: 1px solid #576638;
  color: #576638;
}

.textarea_p_2026 h3 span.sub_title {
  font-size: 1.6rem;
}

h3 span.point_n_2026 {
  font-size: 5rem;
  font-style: italic;
  color: #29ab41;
}

.feature_box_wrapper_2026 {
  position: relative;
  width: 100%;
  margin-top: 30px;
}

.scroll_arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  /* background: rgb(87, 102, 56, 0.5); */
  background: #29ab41;
  border: none;
  width: 55px;
  height: 55px;
  border-radius: 50%;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 1.15);
  font-size: 35px;
  cursor: pointer;
  transition: background 0.3s;
  color: #fff;
}

.scroll_arrow:hover {
  /* background: rgb(87, 102, 56, 0.7); */
  opacity: 0.7;
}

.scroll_arrow:visited {
  opacity: 1;
}

.scroll_arrow.left {
  left: 5px;
}

.scroll_arrow.right {
  right: 5px;
}

@media screen and (max-width:896px) {
  .textarea_p_2026 h3 span.sub_title {
    font-size: 1.5rem;
  }

  .scroll_arrow {
    top: 30%;
    width: 40px;
    height: 40px;
    font-size: 30px;
  }

  .scroll_arrow.left {
    left: 0px;
  }

  .scroll_arrow.right {
    right: 0px;
  }
}

@media screen and (max-width:1024px) {
  .textarea_p_2026 {
    padding: 0.5rem;
  }

  .textarea_p_2026 h3 {
    padding-bottom: 10px;
    font-size: 2.1rem;
  }
}

.textarea_p_2026 table.top_point {
  font-size: 15px;
  border-top: 1px solid #ccc;
  width: 100%;
}

.textarea_p_2026 table tr {
  border-bottom: 1px dotted #ccc;
}

.textarea_p_2026 table tr td,
.textarea_p_2026 table tr th {
  padding: 10px;
}

.textarea_p_2026 table tr th {
  width: 18%;
  box-sizing: border-box;
}

.textarea_p table tr td {
  width: 82%;
  box-sizing: border-box;
  line-height: 1.3;
}

@media screen and (max-width:896px) {
  .textarea_p_2026 table tr th {
    width: 30%;
  }

  .textarea_p_2026 table tr td {
    width: 70%;
  }
}

/* 魅力スライダーEND*/

/*お部屋ページ　サムネイル付スワイパー*/
.room-gallery {
  overflow: hidden;
}

/* スコープ限定 */
.room-gallery .swiper {
  width: 100%;
}

.room-gallery .img-box,
.room-gallery .thumb-box {
  position: relative;
  padding-bottom: 60%;
}

.room-gallery img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* サムネ */
.room-gallery .room-gallery-thumb {
  margin-top: 10px;
}

.room-gallery .room-gallery-thumb .swiper-slide {
  opacity: 0.5;
  cursor: pointer;
  transition: 0.3s;
}

.room-gallery .swiper-slide-thumb-active {
  opacity: 1;
}

/* 矢印 */
.room-gallery .swiper-button-next,
.room-gallery .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}

.room-gallery .swiper-button-next:after,
.room-gallery .swiper-button-prev:after {
  font-size: 20px;
  color: #575757;
}

/*お部屋ページのスワイパーEND*/
/*QA下線*/
.blueline {
  text-decoration: underline;
  color: blue;
}

/*QA下線END*/

.tene_caption_2026 p {
  font-size: 1.4rem;
}