@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
html {
  font-size: 62.5%;
  color: #000000;
}

body {
  position: relative;
  line-height: 1.6;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: normal;
}

#language-switcher {
  display: none !important;
}

div,
p,
span {
  font-size: 1.6rem;
}

img {
  display: flex;
}

a {
  text-decoration: none;
  color: #000000;
}

a:visited {
  color: #000000;
}

h2 {
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
  font-family: "Zen Old Mincho", serif;
}

a.btn,
button.btn {
  font-size: 1.6rem;
  position: relative;
  display: block;
  max-width: 320px;
  width: 100%;
  padding: 13px;
  background-color: #ffffff;
  border: 1px solid #12467F;
  color: #12467F;
  text-decoration: none;
  display: block;
  text-align: center;
  border-radius: 30px;
  margin: 0 auto;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
  font-family: "Noto Sans JP", serif;
}
a.btn svg,
button.btn svg {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translate(-50%, -50%);
}

a.btn-normal:hover,
button.btn-normal:hover {
  background-color: #12467F;
  color: #ffffff;
}
a.btn-normal:hover svg path,
button.btn-normal:hover svg path {
  fill: #ffffff;
}

a.btn-active-blue,
button.btn-active-blue {
  background-color: #5288C3;
  border: 1px solid #5288C3;
  color: #ffffff;
}
a.btn-active-blue:hover,
button.btn-active-blue:hover {
  background-color: #ffffff;
  color: #12467F;
  border: 1px solid #12467F;
}
a.btn-active-blue:hover svg path,
button.btn-active-blue:hover svg path {
  fill: #12467F;
}

a.btn-gradation-blue,
button.btn-gradation-blue {
  background: linear-gradient(to right, #0F75BC, #12467F);
  color: #ffffff;
  border: none;
  transition: 0.3s;
}
a.btn-gradation-blue:hover,
button.btn-gradation-blue:hover {
  opacity: 0.7;
}

/* 予約ボタン */
a.hf_btn,
button.hf_btn {
  display: block;
  background: linear-gradient(to right, #0F75BC, #12467F);
  padding: 24px 40px;
  height: -moz-max-content;
  height: max-content;
  color: #ffffff;
}
a.hf_btn p,
button.hf_btn p {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 600;
}
a.hf_btn p span,
button.hf_btn p span {
  font-size: 1rem;
  display: block;
  margin-top: 6px;
}
a.hf_btn:hover,
button.hf_btn:hover {
  opacity: 0.7;
}

.btn-duble {
  display: flex;
  justify-content: space-between;
  max-width: 650px;
  width: 100%;
  margin: 60px auto 80px;
}
.btn-duble a,
.btn-duble button {
  margin: 0;
}

.is-pc {
  display: block;
}

.is-sp {
  display: none;
}

main {
  margin-top: 89px;
}

.swiper-button-prev::after {
  display: none;
}

.swiper-button-next::after {
  display: none;
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  opacity: 0.2;
}

.swiper-button-next,
.swiper-button-prev {
  transition: 0.3s;
}
.swiper-button-next:hover,
.swiper-button-prev:hover {
  opacity: 1;
}

/* モーダルの背景（非表示デフォルト） */
.modal {
  display: none;
  /* 初期は非表示 */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(241, 237, 237, 0.9);
  /* 黒の半透明 */
  z-index: 1000;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 0px 20px;
  /* 中央の白いボックス */
}
.modal .modal-inner {
  position: relative;
  max-width: 1110px;
  width: 100%;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
.modal .modal-inner .ttl {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 600;
}
.modal .modal-inner .des {
  margin-bottom: 20px;
}
.modal .modal-inner .block {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.modal .modal-inner .box {
  max-width: 470px;
  width: 100%;
  padding: 50px;
  border-radius: 16px;
  background-color: #F6F6F6;
}
.modal .modal-inner .box p {
  margin-bottom: 20px;
  font-weight: 600;
}
.modal .modal-inner .box a {
  padding: 12px;
  font-size: 1.4rem;
}
.modal .modal-inner .box a span {
  display: block;
}
.modal .modal-inner .note a {
  color: #5288C3;
}
.modal .modal-inner .close-elm {
  position: absolute;
  top: -80px;
  right: 15px;
  cursor: pointer;
}
.modal .modal-inner .close-elm svg {
  width: 62px;
}
.modal .modal-inner a.btn.out {
  position: absolute;
  bottom: -73px;
  left: 50%;
  transform: translate(-50%, 0%);
}
.modal .modal-inner2 {
  padding: 50px;
}
.modal .modal-inner3 {
  padding: 50px;
  max-height: 500px;
  width: 100%;
}
.modal .modal-inner3 .list-box:not(:last-child) {
  margin-bottom: 20px;
}
.modal .modal-inner3 .list-box .ttl-small {
  font-size: 1.6rem;
  font-weight: 600;
  margin-bottom: 12px;
  text-align: left;
}
.modal .modal-inner3 .list-box .link-cont {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}
.modal .modal-inner3 .list-box a {
  font-size: 1.4rem;
  padding: 8px 10px;
  color: #12467F;
  border: 1px solid #12467F;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}
.modal .modal-inner3 .list-box a:hover {
  background-color: #12467F;
  color: #ffffff;
}

/* モーダルを表示するクラス */
.modal.show {
  display: flex;
  /* flexで中央寄せ */
}

form.form-search {
  position: relative;
}
form.form-search svg {
  position: absolute;
  top: 31%;
  left: 4%;
}
form.form-search input {
  padding: 5px 6px 5px 26px;
  max-width: 180px;
  width: 100%;
}

header {
  position: absolute;
  top: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  z-index: 99;
  background: rgba(0, 0, 0, 0.2);
}
header .ttl {
  padding-left: 50px;
}
header .ttl .logo-white, header .ttl .logo-black {
  margin-bottom: 4px;
}
header .ttl .logo-white {
  display: block;
}
header .ttl .logo-black {
  display: none;
}
header .ttl span {
  font-size: 1.3rem;
}
header .site-branding .btn-gradation-blue {
  display: none;
}
header .btn-normal {
  display: none;
}
header .func-menu {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
header .language {
  margin-right: 20px;
  cursor: pointer;
  position: relative;
  /* .show クラスが付いたら表示 */
}
header .language p {
  font-size: 1rem;
  padding: 0px 16px 0px 3px;
  line-height: 1;
}
header .language svg path {
  fill: #ffffff;
}
header .language .lang {
  display: none;
  width: 100%;
  position: absolute;
  font-size: 1rem;
}
header .language .lang a {
  display: block;
  color: #000000;
  padding: 6px;
  background-color: #ffffff;
  text-align: center;
}
header .language .lang a:hover {
  background-color: #5288C3;
  color: #ffffff;
}
header .language .lang.show {
  display: block;
}
header .lang01,
header .lang02 {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C3CCCF;
  padding-bottom: 4px;
}
header .lang02 {
  display: none;
}
header #navigation {
  display: flex;
  align-items: center;
}
header #navigation .left {
  margin-right: 20px;
}
header #primary-menu {
  display: flex;
}
header #primary-menu li {
  font-size: 1.4rem;
}
header #primary-menu li:not(:last-child) {
  margin-right: 30px;
}
header #primary-menu li a {
  transition: 0.3s;
}
header #primary-menu li a:hover {
  opacity: 0.7;
}
header a.hf_btn.is-sp {
  display: none;
}

.header-top a,
.header-top p {
  color: #ffffff;
}

.header_fixed {
  position: fixed;
  background-color: #ffffff;
}
.header_fixed .ttl img {
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.header_fixed .ttl .logo-white {
  display: none;
}
.header_fixed .ttl .logo-black {
  display: block;
}
.header_fixed a,
.header_fixed p {
  color: #000000;
}
.header_fixed a.hf_btn {
  padding: 24px 32px;
}
.header_fixed a.hf_btn p {
  color: #ffffff;
}
.header_fixed .language svg path {
  fill: #000000;
}

#footer {
  position: relative;
}
#footer a:hover {
  opacity: 0.5;
}
#footer .f-decoration {
  position: absolute;
  right: 20px;
}
#footer .footer-inner01 {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 20px;
  box-sizing: border-box;
}
#footer .f-top {
  display: flex;
  justify-content: space-between;
  margin-bottom: 60px;
  text-align: left;
}
#footer .f-top .left .ttl {
  font-size: 2rem;
  margin-bottom: 40px;
}
#footer .f-top .left .ttl span {
  font-size: 1.3rem;
  color: #12467F;
}
#footer .f-top .left .sub-ttl {
  font-size: 3.2rem;
  color: #12467F;
  font-family: "Shippori Mincho", serif;
}
#footer .links {
  margin-bottom: 60px;
}
#footer .links .b_ttl {
  font-size: 1.4rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
}
#footer .links ul {
  margin-top: 20px;
}
#footer .links li {
  font-size: 1.2rem;
}
#footer .links-hotels {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
#footer .links-hotels .box li:not(:last-child) {
  margin-bottom: 10px;
}
#footer .links-hotels .box div.extra-text {
  display: none;
}
#footer .links-hotels .box li.extrta-all {
  margin-top: 20px;
}
#footer .links-hotels .box li.extrta-all svg {
  margin-right: 5px;
}
#footer .links-hotels .box li.extrta-all a {
  display: flex;
  align-items: center;
  color: #12467F;
}
#footer .links-area {
  display: flex;
  margin-bottom: 40px;
}
#footer .links-area .box:first-child {
  margin-right: 50px;
}
#footer .links-area .box ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .links-area .box ul li:not(:last-child) {
  margin-right: 10px;
}
#footer .links-pages ul {
  display: flex;
  flex-wrap: wrap;
}
#footer .links-pages ul li {
  font-weight: 600;
  font-size: 1.4rem;
  display: flex;
  align-items: center;
}
#footer .links-pages ul li:not(:last-child) {
  margin-right: 20px;
}
#footer .links-pages ul li a {
  font-weight: 600;
  font-size: 1.4rem;
}
#footer .links-pages ul li svg {
  width: 10px;
  margin-left: 5px;
}
#footer .footer-inner02 {
  background-color: #F4F7F8;
  width: 100%;
}
#footer .footer-bottom {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding: 20px 20px 60px 20px;
}
#footer .footer-bottom .ttl {
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
  font-weight: 600;
}
#footer .footer-bottom .relation ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px 13px;
}
#footer .footer-bottom .relation li {
  max-width: 240px;
  width: 100%;
}
#footer .footer-bottom .relation a:hover {
  opacity: 0.7;
}
#footer .footer-bottom .relation img {
  width: 100%;
  margin-bottom: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 240/107;
  /* 横:縦の比率を指定（＝約3:2） */
}
#footer .footer-bottom .relation p {
  font-size: 1rem;
  text-align: center;
}

@media screen and (max-width: 768px) {
  a.hf_btn {
    padding: 16px;
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
@media screen and (max-width: 1040px) {
  header .site-branding {
    display: flex;
    align-items: center;
    width: 86%;
    padding: 16px 20px 13px 20px;
  }
  header .site-branding .btn-gradation-blue {
    display: block;
    max-width: 70px;
    width: 100%;
    font-size: 1.2rem;
    padding: 6px 16px;
    margin: inherit;
  }
  header .site-title {
    margin-right: 30px;
  }
  header .ttl {
    padding: 0;
  }
  header .ttl img {
    max-width: 200px;
    width: 100%;
  }
  header #navigation {
    display: none;
    padding: 40px;
  }
  header #navigation .left {
    margin-right: 0px;
  }
  header #navigation .func-menu {
    justify-content: center;
    margin-bottom: 30px;
  }
  header .menu {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }
  header #primary-menu li:not(:last-child) {
    margin-bottom: 30px;
  }
  header .hamburger {
    max-width: 60px;
    width: 100%;
    max-height: 60px;
    height: 100%;
    background: linear-gradient(to right, #0F75BC, #12467F);
    cursor: pointer;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    /* active（クリック後）で×マークに変形 */
  }
  header .hamburger::before, header .hamburger::after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: #fff;
    border-radius: 2px;
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  header .hamburger::before {
    transform: translateY(-6px);
  }
  header .hamburger::after {
    transform: translateY(6px);
  }
  header .hamburger.active::before {
    transform: rotate(45deg);
  }
  header .hamburger.active::after {
    transform: rotate(-45deg);
  }
  header .lang01 {
    display: none;
  }
  header .lang02 {
    display: flex;
    border-bottom: 1px solid #000000;
  }
  header .language svg path {
    fill: #000000;
  }
  .header_fixed .site-branding .btn-gradation-blue {
    color: #ffffff;
  }
  .header_fixed .ttl img {
    max-width: 200px;
  }
  .header-active {
    height: 100%;
    align-items: flex-start;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .header-active .site-branding {
    background-color: #ffffff;
  }
  .header-active .site-branding .btn-gradation-blue {
    color: #ffffff;
    display: block;
  }
  .header-active .ttl .logo-white {
    display: none;
  }
  .header-active .ttl .logo-black {
    display: block;
  }
  .header-active #navigation {
    position: absolute;
    right: 0;
    display: block;
    width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 60px;
    background-color: #DAEBF3;
    padding: 40px 40px 82px 40px;
    border-radius: 0 0 70% 70%/0 0 16% 16%;
  }
  .header-active #navigation .r-sp a {
    position: relative;
    width: 100%;
    padding: 12px;
  }
  .header-active #navigation .r-sp a svg {
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .header-active .hamburger {
    z-index: 9;
  }
  .header-active .menu {
    margin-bottom: 40px;
  }
  .header-active #primary-menu {
    display: block;
    margin-bottom: 0px;
  }
  .header-active a,
  .header-active p {
    color: #000000;
  }
  .header-active .hf_btn {
    border-radius: 100px;
    padding: 12px;
  }
  .header-active .hf_btn:first-child {
    margin-bottom: 20px;
  }
  .header-active .hf_btn p {
    color: #ffffff;
    font-size: 1.4rem;
  }
  .header-active .hf_btn p span {
    display: none;
  }
  .header-active a.hf_btn.is-sp {
    display: block;
    background: #ffffff;
  }
  .header-active a.hf_btn.is-sp p {
    color: #12467F;
  }
}
@media screen and (max-width: 1100px) {
  #footer .f-decoration {
    right: 4px;
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
  .is-sp {
    display: block;
  }
  #footer .f-decoration {
    right: 10px;
  }
  #footer .f-top {
    display: block;
    display: block;
    text-align: center;
  }
  #footer .f-top .left .ttl {
    display: black;
    justify-content: center;
  }
  #footer .f-top .left .ttl img {
    margin: 0 auto;
  }
  #footer .f-top .left .sub-ttl {
    font-size: 1.6rem;
    margin-bottom: 40px;
    font-family: "Shippori Mincho", serif;
  }
  #footer .f-top a.hf_btn p {
    font-size: 1.4rem;
  }
  #footer .links {
    margin-bottom: 40px;
  }
  #footer .links li {
    margin-bottom: 10px;
  }
  #footer .links-hotels {
    display: block;
    margin-bottom: 40px;
  }
  #footer .links-hotels .box {
    padding: 20px 0px;
    border-bottom: 1px solid #000000;
  }
  #footer .links-hotels .box:first-child {
    border-top: 1px solid #000000;
  }
  #footer .links-hotels .box .b_ttl {
    font-size: 1.4rem;
    cursor: pointer;
  }
  #footer .links-area {
    display: block;
  }
  #footer .links-area .box:first-child {
    margin-bottom: 40px;
  }
  #footer .links-pages ul {
    flex-wrap: wrap;
  }
  #footer .footer-bottom .relation li {
    max-width: inherit;
    width: 47%;
  }
  #footer .footer-bottom .relation img {
    width: 100%;
  }
}
.information-common {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 100px;
  display: block;
}
.information-common .box {
  position: relative;
  display: flex;
  justify-content: space-between;
  max-width: inherit;
  width: 100%;
  background-color: #F4F7F8;
  padding: 20px 30px 20px 30px;
  border-radius: 16px;
  height: 100%;
  transition: 0.3s;
}
.information-common .box:hover {
  opacity: 0.7;
}
.information-common .box:not(:last-child) {
  margin-bottom: 20px;
}
.information-common .box .left {
  max-width: inherit;
  width: 100%;
  margin-right: 20px;
}
.information-common .box .left .ttl {
  font-size: 1.4rem;
  margin-bottom: 14px;
  font-weight: 600;
}
.information-common .box .right {
  max-width: 180px;
  width: 100%;
  margin-top: 0;
}
.information-common .box .right img {
  width: 180px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}

.obi {
  font-size: 1.2rem;
  padding: 2px 10px;
  line-height: 1.6;
  background-color: #eee;
  opacity: 1;
  color: #444444;
  border-radius: 6px;
  width: -moz-fit-content;
  width: fit-content;
}

.inf {
  margin-bottom: 13px;
  line-height: 1;
  font-weight: 600;
}
.inf span {
  font-size: 1.2rem;
}
.inf span.date {
  margin-right: 10px;
}
.inf span.new {
  background-color: #F06A4C;
  color: #ffffff;
  padding: 3px 12px;
  border-radius: 20px;
}

.t-membership {
  padding: 60px 0 100px 0;
  background: url(../images/common/members-bg.png) no-repeat center center;
  background-size: cover; /* または contain */
  position: relative;
  margin-bottom: 73px;
}
.t-membership .circle {
  color: #ffffff;
  background-color: #F06A4C;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 2rem;
  position: absolute;
  right: 100px;
  top: -20px;
}
.t-membership .ttl {
  text-align: center;
  color: #ffffff;
  margin-bottom: 32px;
}
.t-membership .ttl p.ttl-main {
  font-size: 3.2rem;
  font-family: "Zen Old Mincho", serif;
}
.t-membership .ttl p.des {
  font-size: 1.8rem;
}
.t-membership .block {
  margin: 0 auto;
  max-width: 1000px;
  width: 100%;
  padding: 0 20px;
}
.t-membership .block .content {
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.t-membership .block .box {
  position: relative;
  max-width: 240px;
  width: 100%;
  background-color: #ffffff;
  padding: 70px 30px 20px 30px;
  text-align: center;
}
.t-membership .block .box:not(:last-child) {
  margin-right: 13px;
}
.t-membership .block .box .obi {
  position: absolute;
  top: -3%;
  left: 8%;
  padding: 0;
  border: none;
  background: none;
}
.t-membership .block .box .obi img {
  width: 45px;
}
.t-membership .block .box .sub-ttl {
  font-weight: 600;
  margin-bottom: 21px;
  height: 50px;
}
.t-membership .block .box img.menmber-icon {
  height: auto;
  margin: 0 auto 10px;
  height: 102px;
  /* 最大画像高さに合わせる */
  -o-object-fit: contain;
     object-fit: contain;
  /* 縦横比を維持 */
}
.t-membership .block .box .des {
  font-size: 1.4rem;
}
.t-membership .block .note {
  font-size: 1.4rem;
  margin-bottom: 20px;
  text-align: center;
}
.t-membership .block a.btn {
  margin-bottom: 30px;
}
.t-membership .block .member-about {
  background-color: rgba(255, 255, 255, 0.6);
  padding: 20px;
  border-radius: 16px;
}
.t-membership .block .member-about p:not(:last-child) {
  font-size: 1.4rem;
  margin-bottom: 10px;
}

.f-slide {
  border-bottom: 1px solid #000000;
}
.f-slide .f-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  padding: 30px 20px;
}
.f-slide .f-heading.active {
  background-color: #E8EFF1;
}
.f-slide .f-text {
  margin-top: 20px;
  margin-bottom: 30px;
  padding: 0px 20px;
}
.f-slide .f-text span {
  display: block;
  margin-bottom: 20px;
}
.f-slide .f-text span a {
  color: #5288C3;
  text-decoration: underline;
}

.card-parents {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  max-width: 1040px;
  width: 100%;
  gap: 35px;
  padding: 0px 12px;
  margin: 0 auto;
}
.card-parents .list-card {
  max-width: 310px;
  width: 100%;
}
.card-parents .img-box {
  position: relative;
  margin-bottom: 10px;
  overflow: hidden;
  border-radius: 10px;
}
.card-parents .img-box .tripla-price {
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  top: 12px;
  font-size: 1.2rem;
  padding: 2px 8px;
}
.card-parents .img-box .tripla-price {
  z-index: 1;
}
.card-parents .img-box .tripla-price {
  left: 8px;
  background-color: #FFFFFF;
  border-radius: 30px;
}
.card-parents .img-box img {
  width: 100%;
  border-radius: 10px;
  aspect-ratio: 310/202;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.card-parents .img-box img:hover {
  transform: scale(1.1);
}
.card-parents .taxonomy,
.card-parents .Membership {
  padding: 2px 6px;
  font-size: 1.2rem;
}
.card-parents .taxonomy {
  display: inline;
  color: #12467F;
  border: 1px solid #12467F;
  border-radius: 4px;
  margin-right: 10px;
}
.card-parents .sub-items {
  display: flex;
  align-items: center;
}
.card-parents .sub-items .brand {
  font-size: 1.2rem;
  padding: 2px 8px;
  max-width: -moz-fit-content;
  max-width: fit-content;
  left: 8px;
  border: 1px solid #ffffff;
  border-radius: 4px;
  margin-right: 10px;
}
.card-parents .sub-items .brand a {
  color: #ffffff;
}
.card-parents .sub-items .brand.brand-01 {
  background-color: #3A97C4;
}
.card-parents .sub-items .brand.brand-02 {
  background-color: #31919D;
}
.card-parents .sub-items .brand.brand-03 {
  background-color: #9B7055;
}
.card-parents .sub-items .brand.brand-04 {
  background-color: #A15557;
}
.card-parents .sub-items .brand.brand-05 {
  background-color: #374278;
}
.card-parents .sub-items .Membership {
  display: inline;
  color: #ffffff;
  background-color: #C39A63;
  position: relative;
}
.card-parents .sub-items .Membership svg {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(62%, -50%);
  width: 23.11px;
  height: 23.11px;
}
.card-parents .sub-items .Membership svg image {
  width: 23.11px;
  height: 23.11px;
}
.card-parents .ttl {
  margin: 10px 0px;
  font-size: 1.6rem;
  font-weight: 600;
}
.card-parents .ttl:hover {
  opacity: 0.7;
}
.card-parents .description {
  margin-bottom: 20px;
}
.card-parents .btn-duble {
  margin: 0;
}
.card-parents .btn-duble a {
  max-width: 150px;
  margin: 0;
  padding: 6px 12px;
  font-size: 1.4rem;
}
.card-parents .btn-duble a svg {
  right: 3px;
}

.contact-box {
  margin-bottom: 60px;
  max-width: 1000px;
  width: 100%;
  margin: 0 auto 60px;
}
.contact-box .contact-box-inner {
  padding: 30px 20px;
  background-color: #F6F6F6;
}
.contact-box p {
  font-weight: 600;
  text-align: center;
  margin-bottom: 20px;
  font-size: 2rem;
}

.list-feature-parents {
  display: flex;
  flex-wrap: wrap;
  max-width: 1144px;
  width: 100%;
  margin: 0 auto;
  border-top: 1px solid #F1EDED;
  border-bottom: 1px solid #F1EDED;
  border-right: 1px solid #F1EDED;
  border-left: 1px solid #F1EDED;
}
.list-feature-parents .list-card {
  width: 33.333%;
  border-bottom: 1px solid #F1EDED;
  padding: 38px 40px 30px 40px;
}
.list-feature-parents .list-card:nth-of-type(1), .list-feature-parents .list-card:nth-of-type(4), .list-feature-parents .list-card:nth-of-type(7), .list-feature-parents .list-card:nth-of-type(10), .list-feature-parents .list-card:nth-of-type(11) {
  border-right: 1px solid #F1EDED;
}
.list-feature-parents .list-card:nth-of-type(2), .list-feature-parents .list-card:nth-of-type(5), .list-feature-parents .list-card:nth-of-type(8), .list-feature-parents .list-card:nth-of-type(11), .list-feature-parents .list-card:nth-of-type(14) {
  border-right: 1px solid #F1EDED;
}
.list-feature-parents .list-card .img-box {
  max-width: 320px;
  width: 100%;
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 10px;
}
.list-feature-parents .list-card .img-box img {
  max-height: 300px;
  width: 100%;
  max-width: 300px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.list-feature-parents .list-card .img-box img:hover {
  transform: scale(1.1);
}
.list-feature-parents .list-card p {
  text-align: center;
  font-weight: 600;
  margin-bottom: 0;
}

.social {
  background-color: #F6F6F6;
  padding: 40px 20px;
  margin-bottom: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.social p {
  margin-right: 20px;
}
.social ul {
  display: flex;
  align-items: center;
}
.social ul li {
  font-weight: 600;
}
.social ul li:not(:last-child) {
  margin-right: 20px;
}
.social ul li.link {
  border: 2px solid #000000;
  border-radius: 6px;
  padding: 6px 10px;
  display: flex;
  align-items: center;
  line-height: 1;
  font-size: 1.2rem;
  cursor: pointer;
}
.social ul li.link span {
  display: flex;
  align-items: center;
  margin-right: 6px;
}
.social ul li.link:hover {
  opacity: 0.7;
}

.common-title {
  background: linear-gradient(to right, #12467F, #0F75BC);
  color: #ffffff;
  padding: 60px 100px 80px 100px;
  font-size: 4.8rem;
  position: relative;
  margin-bottom: 30px;
}
.common-title h1, .common-title div {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-family: "Zen Old Mincho", serif;
  font-size: 4.8rem;
}
.common-title span {
  font-size: 2rem;
  margin-left: 20px;
}
.common-title img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0%);
}

.bread {
  background-color: #F4F7F8;
  padding: 8px 50px;
  margin-bottom: 50px;
  margin-top: 100px;
}
.bread ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.bread ul li:not(:last-child) {
  margin-right: 4px;
}

.page-content,
.entry-content,
.entry-summary {
  margin-top: 30px;
}

.pagination {
  margin-top: 40px;
}
.pagination ul.page-numbers-custom {
  display: flex;
  align-items: center;
  gap: 20px;
  justify-content: center;
}
.pagination ul.page-numbers-custom a {
  display: flex;
  align-items: center;
}
.pagination ul.page-numbers {
  display: flex;
  gap: 10px;
}
.pagination ul.page-numbers li span,
.pagination ul.page-numbers li a {
  width: 50px;
  height: 50px;
  border: 1px solid #12467F;
  color: #12467F;
  border-radius: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.my-toc {
  background-color: #F1EDED;
  padding: 30px;
  margin-bottom: 60px;
}
.my-toc li {
  display: flex;
  align-items: center;
}
.my-toc li svg {
  margin-right: 10px;
}
.my-toc li a {
  width: 100%;
}
.my-toc strong {
  display: block;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.my-toc ul li:not(:last-child) {
  border-bottom: 1px solid #000000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}

.feature_page h2,
.notice_page h2 {
  font-size: 2rem;
  font-weight: 600;
  padding: 15px 20px;
  background-color: #F4F7F8;
  margin-top: 40px;
  margin-bottom: 40px;
}
.feature_page h3,
.notice_page h3 {
  font-size: 2rem;
  margin-top: 40px;
  margin-bottom: 20px;
  font-weight: 600;
}
.feature_page .wp-element-caption,
.notice_page .wp-element-caption {
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.feature_page .wp-block-gallery,
.notice_page .wp-block-gallery {
  margin-bottom: 40px;
}
.feature_page figure.wp-block-gallery.has-nested-images img,
.notice_page figure.wp-block-gallery.has-nested-images img {
  max-width: 480px !important;
  width: 100%;
}

.faq_page {
  max-width: 1040px;
  width: 100%;
  margin: 30px auto 0;
  padding: 0 20px;
}
.faq_page .des {
  margin-bottom: 20px;
  font-weight: 600;
}
.faq_page .my-toc {
  margin-bottom: 80px;
}
.faq_page .my-toc strong {
  display: none;
}
.faq_page .faq-block h2 {
  border-bottom: 1px solid #000000;
  padding-bottom: 20px;
  margin-bottom: 0;
}

.feature-common {
  margin-bottom: 60px;
  width: 100vw;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.feature-common .ttl {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
.feature-common .ttl h2 {
  background-color: #ffffff;
  padding: 0;
  margin-bottom: 20px;
}
.feature-common .box {
  border-top: 1px solid #F1EDED;
  border-bottom: 1px solid #F1EDED;
  margin-bottom: 40px;
}
.feature-common .box ul {
  display: flex;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.feature-common .box ul li {
  padding: 38px 40px 30px 40px;
  width: 100%;
  max-width: 401px;
}
.feature-common .box ul li:nth-of-type(2) {
  border-right: 1px solid #F1EDED;
  border-left: 1px solid #F1EDED;
}
.feature-common .box ul li a {
  text-align: center;
  position: relative;
}
.feature-common .box ul li .img-box {
  overflow: hidden;
  border-radius: 16px;
  margin-bottom: 10px;
}
.feature-common .box ul li img {
  max-height: 320px;
  width: 100%;
  max-width: 320px;
  aspect-ratio: 1/1;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.3s;
}
.feature-common .box ul li img:hover {
  transform: scale(1.1);
}
.feature-common .box ul li span {
  background-color: #F06A4C;
  padding: 6px 12px;
  font-size: 1.2rem;
  position: absolute;
  top: 10px;
  left: 10px;
  border-radius: 40px;
  color: #fff;
}
.taxonomy-page {
  margin-top: 89px;
}
.taxonomy-page .card-parents {
  margin-bottom: 80px;
}

.error-page .error-page-inner {
  margin: 149px auto 100px;
  width: 1040px;
  padding: 0 20px;
  text-align: center;
}
.error-page .ttl {
  font-weight: 600;
  font-size: 3.2rem;
  margin-bottom: 30px;
}
.error-page .sub-ttl {
  font-size: 1.6rem;
  margin-bottom: 20px;
}
.error-page .des {
  font-size: 1.4rem;
}

.default-main .common-title h1, .default-main .common-title div {
  justify-content: center;
}
.default-main .default_page {
  max-width: 1040px;
  width: 100%;
  margin: 0px auto;
  padding: 0 20px;
}

.page-template-default .default_page h2 {
  margin-bottom: 12px;
}
.page-template-default .default_page p {
  margin-bottom: 40px;
}

#booking {
  text-align: center;
  color: #fff;
}
#booking #tripla-searching-app {
  background-color: #012E65;
}
#booking .search-widget-search-container-bf1818 {
  box-shadow: none;
  padding: 30px 0;
  background-color: #012E65;
}
#booking .search-widget-search-container-bf1818 .input-container-title-db81ec {
  color: #fff;
}

@media screen and (max-width: 1115px) {
  .t-membership .circle {
    top: -75px;
  }
}
@media screen and (max-width: 768px) {
  form.form-search {
    width: 100%;
  }
  form.form-search svg {
    top: 35%;
  }
  form.form-search input {
    padding: 12px 12px 12px 26px;
    max-width: 320px;
    width: 100%;
  }
  .information-common .box {
    padding: 20px 0px 20px 20px;
  }
  .information-common .box .right {
    max-width: 120px;
    margin-top: -30px;
  }
  .information-common .box .right img {
    width: 120px;
    height: 80px;
  }
  .t-membership {
    padding: 100px 0 63px 0;
    margin-bottom: 50px;
  }
  .t-membership .circle {
    right: 10px;
    top: -42px;
  }
  .t-membership .ttl {
    padding: 0px 20px;
  }
  .t-membership .ttl p.ttl-main {
    font-size: 2.2rem;
    margin-bottom: 0.8rem;
  }
  .t-membership .ttl p.des {
    font-size: 1.6rem;
  }
  .t-membership .block .content {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 0px 20px;
  }
  .t-membership .block .box {
    width: 47%;
    padding: 64px 20px 20px 20px;
  }
  .t-membership .block .box:not(:last-child) {
    margin-right: 0px;
  }
  .t-membership .block .box .sub-ttl {
    margin-bottom: 16px;
    height: auto;
  }
  .t-membership .block .member-about {
    width: 90%;
    margin: 0 auto;
  }
  .t-membership .btn-duble {
    display: block;
  }
  .t-membership .btn-duble a.btn {
    width: 100%;
    max-width: inherit;
  }
  .t-membership .btn-duble a.btn:first-child {
    margin-bottom: 20px;
  }
  .common-title {
    padding: 30px 44px;
    font-size: 2.4rem;
  }
  .page-content,
  .entry-content,
  .entry-summary {
    margin-top: -20px;
  }
  .card-parents {
    gap: 40px;
    padding: 0px 20px;
  }
  .card-parents .list-card {
    max-width: initial;
    width: 100%;
  }
  .card-parents .btn-duble a {
    max-width: initial;
    width: 48.6%;
  }
  .bread {
    padding: 10px 20px;
    margin-bottom: 70px;
  }
  .bread ul {
    flex-wrap: wrap;
  }
  .t-membership .block .content {
    padding: 0;
  }
  .t-membership .block .box {
    width: 47%;
  }
  .t-membership .block .box .sub-ttl {
    font-size: 1.4rem;
  }
  .t-membership .block .member-about {
    width: 100%;
  }
  .contact-box {
    margin: 0 auto 30px;
  }
  .list-feature-parents {
    display: block;
    border: none;
    margin-bottom: 40px;
  }
  .list-feature-parents .list-card {
    width: 100%;
    padding: 0px 40px;
    border: none;
  }
  .list-feature-parents .list-card:not(:last-child) {
    margin-bottom: 30px;
  }
  .list-feature-parents .list-card .img-box {
    max-width: 100%;
  }
  .list-feature-parents .list-card .img-box img {
    max-height: 100%;
    max-width: 100%;
  }
  .list-feature-parents .list-card:nth-of-type(1), .list-feature-parents .list-card:nth-of-type(4), .list-feature-parents .list-card:nth-of-type(7), .list-feature-parents .list-card:nth-of-type(10), .list-feature-parents .list-card:nth-of-type(11) {
    border-right: none;
  }
  .list-feature-parents .list-card:nth-of-type(2), .list-feature-parents .list-card:nth-of-type(5), .list-feature-parents .list-card:nth-of-type(8), .list-feature-parents .list-card:nth-of-type(11), .list-feature-parents .list-card:nth-of-type(14) {
    border-right: none;
  }
  .my-toc {
    margin-bottom: 60px;
  }
  .social {
    display: block;
    padding: 20px;
  }
  .social p {
    margin: 0 auto 10px;
    text-align: center;
  }
  .social ul {
    justify-content: center;
  }
  .faq_page .my-toc {
    margin-bottom: 80px;
  }
  .feature-common .ttl {
    padding: 0 20px;
  }
  .feature-common .box {
    overflow-x: scroll;
    -ms-overflow-style: none;
    /* IE・Edge用 */
    scrollbar-width: none;
    /* Firefox用 */
  }
  .feature-common .box::-webkit-scrollbar {
    display: none;
  }
  .feature-common .box ul li {
    padding: 20px;
  }
  .feature-common .box ul li img {
    min-width: 260px;
  }
  .modal {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal .modal-inner {
    max-width: 768px;
    width: 91%;
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .modal .modal-inner .box {
    max-width: inherit;
    padding: 20px;
  }
  .modal .modal-inner .block {
    flex-direction: column;
  }
  .modal .modal-inner .modal-inner2, .modal .modal-inner .modal-inner3 {
    height: 100%;
    padding: 30px 20px;
  }
  .modal .modal-inner .modal-inner2 #booking #tripla-searching-app, .modal .modal-inner .modal-inner3 #booking #tripla-searching-app {
    padding-bottom: 30px;
  }
  .modal .modal-inner .modal-inner2 #booking .search-widget-search-container-bf1818, .modal .modal-inner .modal-inner3 #booking .search-widget-search-container-bf1818 {
    box-shadow: none;
    padding: 30px 0 0 0;
    overflow: hidden;
    background-color: #012E65;
  }
  .modal .modal-inner a.btn.out svg {
    right: 13px;
  }
  .modal a.btn svg {
    right: 5px;
  }
}/*# sourceMappingURL=common.css.map */