@charset "UTF-8";
/*==================================================
====================================================
基本
====================================================
==================================================*/
html {
  font-size: 100%;
  scroll-behavior: smooth;
}

body {
  /* Google fonts - https://fonts.google.com
  font-family: 'Merriweather', "Roboto Slab" , Garamond , "Times New Roman" , "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  color: #333;
  background-color: #fff;
  word-break: break-word;
  width: 100%;
  font-size: 1em;
  /* 16px */
  line-height: 1.75;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  /*-webkit-filter: grayscale(100%);
  filter: grayscale(100%);*/
}
body * {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media print {
  html {
    *zoom: 0.65;
  }
  html body {
    *zoom: 0.65;
  }
}
a {
  color: #0753a5;
}
a:visited {
  color: #0753a5;
}
a:hover {
  color: #de0912;
}
a:active {
  color: #0753a5;
}
a:focus {
  outline: none;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
  /*user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-drag: none;
  -khtml-user-drag: none;*/
}

a:hover > img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -mob-opacity: 0.8;
  -khtml-opacity: 0.8;
  zoom: 1;
}

/*::selection {
}
::-moz-selection {
}*/
.color-red {
  color: red;
}

.color-yellow {
  color: #f79822;
}

.pc {
  display: block !important;
}

.sp {
  display: none !important;
}

/* !Layout
---------------------------------------------------------- */
#content {
  width: auto;
  /*max-width:  64em; 1024px*/
  margin: 0 auto;
  position: relative;
}
#content .markerline {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfdb1), color-stop(60%, #fdfdb1), color-stop(40%, #fff), to(#fff));
  background: linear-gradient(0deg, #fdfdb1 0%, #fdfdb1 60%, #fff 40%, #fff 100%);
}

.container {
  margin: 0 auto;
  /*max-width: 64em; 1024px*/
  max-width: 70em;
  padding: 0 1em;
  position: relative;
}

@media screen and (max-width: 52.5em) {
  .container {
    padding: 0;
  }
}
#content .contentSide {
  width: 29%;
  /* 170px */
  float: right;
  margin: 2.5em 0;
  /* 40px */
  position: sticky;
  top: 2rem;
}
#content .contentSide .contentSide-list {
  margin-bottom: 0.625em;
  /* 10px */
}
#content .contentSide .address-box {
  border: 1px solid #dadada;
  border-top: 3px solid #a58d5d;
  font-size: 0.875em;
  padding: 1.142857em 0 1em;
  margin: 0;
  font-weight: bold;
  white-space: nowrap;
  text-align: center;
  background: #fff;
  border-radius: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto Slab", "M PLUS 1p", sans-serif;
  letter-spacing: -0.025em;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
#content .contentSide .address-box:hover {
  border: 1px solid #dadada;
  border-top: 3px solid #0f2453;
  -webkit-box-shadow: none;
  box-shadow: none;
}

@media screen and (max-width: 52.5em) {
  #content .contentSide {
    display: none;
  }
}
/* ----------------　サイドナビ改修　---------------- */
.contentSide_title {
  background: #6c9bd2;
  color: #ffffff;
  text-align: center;
  padding: 7px 0;
  margin-top: 20px;
}
.contentSide_title:first-child {
  margin-top: 0;
}

.contentSide_button-line {
  margin: 20px 0 12px 0;
}

.contentSide_button a {
  background: #eaf2f9;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 1.33333em 0;
  color: #0f2453;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  font-weight: 500;
  text-decoration: none;
  border: 1px solid #dadada;
  margin-bottom: 20px;
}
.contentSide_button a:hover {
  background: #a58d5d;
  color: #ffffff;
}

.contentSide_address-box {
  border: 1px solid #dadada;
  text-align: center;
  padding: 10px;
  color: #0f2453;
  font-weight: bold;
}
.contentSide_address-box.border-bottom0 {
  border-bottom: 0;
}

/* ----------------　サイドナビ改修　---------------- */
.widget_text {
  list-style: none;
}

#content .contentArticle {
  width: 67%;
  float: left;
  margin: 2.5em 0;
  /* 40/16 */
}
#content .one-culm .contentArticle {
  width: 100%;
  float: none;
}
#content p {
  font-size: 16px;
  margin-bottom: 15px;
  /*
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  */
  line-height: 1.5;
}
#content p.resort-name {
  font-size: 12px;
}
#content .sentence {
  margin: 0 0 40px;
}
#content .sentence--hotel {
  font-size: 12px;
}
#content .sentence--hotel .price-button {
  font-size: initial;
}
#content .sentence--hotel .facility dl dd,
#content .sentence--hotel .facility dl dt {
  margin-bottom: 0.5%;
}
#content .sentence--hotel .facility dl dd {
  margin-left: 0.5%;
}
#content .sentence--hotel .description {
  border: none;
  padding: 20px;
}
#content .sentence--hotel .description p {
  margin-bottom: 0;
}
#content .sentence--hotel .services-off {
  position: relative;
}
#content .sentence--hotel .services-off::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0.7;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 52.5em) {
  #content {
    padding: 0 10px;
    margin-top: 80px;
  }
  #content .contentSide {
    /*min-height: 200px;
    width: 100%;
    margin: 2em 0 0;*/
  }
  #content .contentSide .golf-area-list-title,
  #content .contentSide .golf-area-list,
  #content .contentSide .widget_text {
    display: none;
  }
  #content .contentArticle {
    width: 100%;
    margin: 1em 0;
  }
  #content .sentence {
    margin: 0 5px 40px;
  }
}
@media only screen and (min-device-width: 481px) and (max-device-width: 1024px) and (orientation: portrait) {
  #content .contentSide,
  .agoda_banner {
    display: none;
  }
}
/* 言語/性別切替 Display Language/Gender */
.is-hidden {
  display: none;
}
.is-hidden.flag-female, .is-hidden.flag-male {
  display: inherit;
}

.flag-male .is-hidden.is-male,
.flag-female .is-hidden.is-female,
.flag-en .is-hidden.is-en,
.flag-th .is-hidden.is-th,
.flag-ja .is-hidden.is-ja {
  display: inline-block;
}

.mobile-view {
  display: none;
}

@media screen and (max-width: 52.5em) {
  .pc-view {
    display: none;
  }
  .pc {
    display: none !important;
  }
  .mobile-view {
    display: block;
  }
  .sp {
    display: block !important;
  }
}
/* products page ---------------------------------------------------------- */
.product-category {
  text-align: right;
  color: #999;
}

.product-img {
  width: 50%;
  float: left;
}
.product-img img {
  width: 85%;
  display: block;
  margin: 0 auto;
}

.product-txt {
  width: 50%;
  float: left;
  padding: 20px 20px 20px 0px;
}

@media screen and (max-width: 52.5em) {
  .product-img {
    text-align: center;
    width: 100%;
  }
  .product-img img {
    max-width: 400px;
    width: 100%;
  }
  .product-txt {
    width: 100%;
  }
}
.products-categories {
  margin-bottom: 2rem;
}
.products-categories li {
  width: 48%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1%;
}
.products-categories li i {
  float: right;
  margin-top: 5.5px;
}
.products-categories li a:link, .products-categories li a:visited {
  text-decoration: none;
  padding: 20px;
  display: block;
  background-color: #f3f3f3;
  border: 0.5px solid #dadada;
  border-radius: 3px;
}
.products-categories li a:hover {
  background: #e8eef5;
  border: 0.5px solid #a9c0da;
}

.products-categories-two li {
  width: 48%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 1%;
  text-decoration: none;
  padding: 20px;
  background-color: #f3f3f3;
  border: 0.5px solid #dadada;
  border-radius: 3px;
  float: left;
}

@media screen and (max-width: 52.5em) {
  .products-categories li,
  .products-categories-two li {
    width: 98%;
  }
}
/* product single page ---------------------------------------------------------- */
.entry-content {
  width: 31.333333333%;
  float: left;
  margin: 1% 1% 1.5rem 1%;
  text-align: center;
  border-radius: 3px;
  padding-top: 1.5rem;
}
.entry-content img:hover {
  opacity: 1;
}

@media screen and (max-width: 52.5em) {
  .entry-content {
    width: 48%;
    float: left;
    padding: 1rem 0.5rem 0;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-content {
    width: 98%;
    float: left;
    padding: 1rem 0.5rem 0;
    text-align: center;
    margin-bottom: 1rem;
  }
}
@media screen and (max-width: 480px) {
  .entry-content img {
    width: 70%;
  }
}
#content .entry-content a {
  text-decoration: none;
}
#content .entry-content a .product-name {
  margin-bottom: 0;
  min-height: 64px;
}

@media screen and (max-width: 52.5em) {
  #content .entry-content a .product-name {
    font-size: 15px;
    line-height: 140%;
  }
}
@media screen and (max-width: 480px) {
  #content .entry-content a .product-name {
    font-size: 16px;
    min-height: 40px;
  }
}
/* back button ---------------------------------------------------------- */
.back-btn-container {
  text-align: center;
  margin: 3rem 0 1rem;
}

.back-btn {
  background: #fff;
  border: 1px solid #0753a5;
  padding: 5px 50px;
  font-family: "Merriweather", "Roboto Slab", Garamond, "Times New Roman", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  color: #0753a5;
  border-radius: 3px;
}
.back-btn:hover {
  background: #0753a5;
  color: #fff;
}

@media screen and (max-width: 52.5em) {
  .back-btn {
    width: 100%;
    padding: 10px 0;
  }
}
/* pager ---------------------------------------------------------- */
.page-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}
.page-nav .page-numbers {
  text-decoration: none;
  border: 1px solid #0753a5;
  padding: 3px 15px 6px;
  display: inline-block;
  margin-bottom: 0.5rem;
  border-radius: 3px;
}
.page-nav .page-numbers:hover {
  background: #0753a5;
  color: #fff;
}
.page-nav .current {
  background: #0753a5;
  color: #fff;
}

@media screen and (max-width: 52.5em) {
  .page-nav .page-numbers {
    padding: 6px 18px 10px;
    margin: 0 0.15rem 0.5rem;
  }
}
.side-nav-container {
  padding: 10px;
  margin-bottom: 0.75rem;
  background-color: #f3f3f3;
  border: 1px solid #dadada;
  border-radius: 3px;
}
.side-nav-container h3 {
  color: #0753a5;
  font-size: 1rem;
  margin: 0 0 5px;
  border-bottom: 3px solid #0753a5;
}

/* sidebar menu for product categories ---------------------------------------------------------- */
.menu-side_menu-container ul .sub-menu li ::before {
  content: "- ";
}
.menu-side_menu-container li a:link, .menu-side_menu-container li a:visited {
  text-decoration: none;
  font-size: 0.8rem;
  display: block;
  margin: 2.5px 0;
}
.menu-side_menu-container li a:hover {
  text-decoration: underline;
}

/*promo section/transfer section  ------------------------------------------------------------------------------*/
.promos,
.golf-courses,
.transfers {
  margin-bottom: 3em;
}

.promo1,
.promo2 {
  width: 50%;
  display: block;
  float: left;
  padding: 0.5em;
}

@media screen and (max-width: 52.5em) {
  .promo1,
  .promo2 {
    width: 100%;
    padding: 0;
  }
}
.promo1 img,
.promo2 img {
  width: 100%;
  display: block;
}

.image-container2 img {
  width: 50%;
  float: left;
  padding: 2em 1em 2em 2em;
}
.image-container2 img:last-child {
  padding: 2em 2em 2em 1em;
}

/*gof course section  ------------------------------------------------------------------------------*/
.golf-courses {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.golf-course {
  width: 33%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5em;
}

.resort-name {
  line-height: 1.3;
}

@media screen and (max-width: 52.5em) {
  .golf-course {
    width: 50%;
  }
}
.button {
  display: block;
  background: #0f2453;
  color: #fff;
  padding: 1em;
  min-width: 250px;
  width: 60%;
  margin: 0 auto 3em;
}
.button:visited {
  display: block;
  background: #0f2453;
  color: #fff;
  padding: 1em;
  min-width: 250px;
  width: 60%;
  margin: 0 auto 3em;
}
.button:hover {
  background: #a58d5d;
}

.golf-course p {
  text-align: center;
}

/*page - transfer ----------------------------------------------------------------------------------------*/
#golf,
#charter {
  border-top: 1px solid #ddd;
  padding-top: 50px;
}

.transfer-catchcopy {
  color: #0f2453;
  padding: 16px 0 5px;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.6;
}

.transfer-asterisk-list,
#content p.transfer-asterisk-list {
  list-style: none;
  margin-top: 10px;
  font-size: 14px;
}

.transfer-service-plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none;
}
.transfer-service-plan li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  border-right: 2px solid #ffffff;
  background: #0f2453;
}
.transfer-service-plan li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  color: #ffffff;
}
.transfer-service-plan li a:hover {
  background: #a58d5d;
  color: #ffffff;
}

.subheading-title {
  font-size: 18px;
  font-weight: bold;
  margin: 30px 0 5px 0;
}

.service-notice {
  width: 100%;
  margin-bottom: 2em;
  font-size: 12px;
  display: inline-block;
}

.caution-list {
  width: 100%;
  margin-bottom: 2em;
  font-size: 14px;
}

.service-notice-title {
  font-weight: bold;
}

.service-table {
  width: 100%;
  margin-bottom: 0.25em;
  table-layout: fixed;
  font-size: 14px;
  line-height: 130%;
}
.service-table tr:nth-child(1) {
  background: #0f2453;
  color: #fff;
}
.service-table tr:nth-child(2n) {
  background: #eee;
}
.service-table tr:nth-child(3n) {
  background: #fefefe;
}
.service-table td {
  text-align: center;
  border: 2px solid #fff;
  padding: 0.75em;
}

td.discount {
  background: #a58d5d;
}

.caution-list {
  list-style: disc;
  list-style-position: inside;
}

.transfer-cartype-list {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.cartype-list {
  display: inline-flex;
  margin-bottom: 100px;
}
/* 20240516車種追加に伴う修正 */
.cartype-list .clearfix {
  display: flex;
  flex-direction: column;
}
.cartype-list .clearfix .cartype-text {
  flex: 1;
}
.cartype-text {
  background: #f0f4ff;
  padding: 20px;
  margin: 10px;
}
.cartype-text .text-red {
  color: #dc3232;
  font-size: 30px;
}

/* --------- */
/*tabの形状*/
.transfer-tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.transfer-tab li {
  width: 50%;
  text-align: center;
}
.transfer-tab li a {
  display: block;
  background: #fff;
  padding: 10px 20px;
  border: 2px solid #cde5ff;
  /* 	margin:0 2px 0 0; */
}
.transfer-tab li a:hover {
  background: #a58d5d;
  color: #ffffff;
}
.transfer-tab .suvarnabhumi a {
  margin: 0 2px 0 0;
}
.transfer-tab li.active a {
  background: #cde5ff;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 20px;
  color: #0f2453;
  text-decoration-line: none;
}
.transfer-tab li.active a:visited, .transfer-tab li.active a:hover {
  color: #0f2453;
}

/*liにactiveクラスがついた時の形状*/
/*エリアの表示非表示と形状*/
.area {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #fff;
  padding: 20px;
}
.area.is-active {
  display: block;
  /*表示*/
  -webkit-animation-name: displayAnime;
  animation-name: displayAnime;
  /*ふわっと表示させるためのアニメーション*/
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  background: #cde5ff;
  margin-bottom: 60px;
}

/*areaにis-activeというクラスがついた時の形状*/
@-webkit-keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.floor-map {
  position: relative;
}
.floor-map .zoom {
  color: #0f2453;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 2.2rem;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 40px;
  right: 20px;
}

.price-button.airportplan-button {
  font-size: 16px;
  padding: 16px;
  margin: 20px auto 40px;
}
.price-button.transfer-button {
  margin: 50px auto 100px;
}

.transfer-scroll-x {
  overflow-x: auto;
}

.transfer-table {
  width: auto;
  margin-bottom: 0.25em;
  table-layout: fixed;
  font-size: 14px;
  line-height: 130%;
}
.transfer-table th {
  background: #0f2453;
  color: #fff;
  text-align: center;
  border: 2px solid #fff;
  padding: 0.75em;
  white-space: nowrap;
}
.transfer-table tr:nth-child(even) {
  background: #eee;
}
.transfer-table tr:nth-child(odd) {
  background: #fefefe;
}
.transfer-table td {
  text-align: center;
  border: 2px solid #fff;
  padding: 0.75em;
  white-space: nowrap;
}
.transfer-table td span {
  display: none;
}

@media screen and (max-width: 52.5em) {
  .transfer-table {
    width: 100%;
  }
  .transfer-table th {
    display: none;
    white-space: unset;
  }
  .transfer-table tr {
    width: 100%;
  }
  .transfer-table td {
    display: block;
    text-align: right;
    width: 100%;
    white-space: unset;
  }
  .transfer-table td:first-child {
    background: #0f2453;
    color: #fff;
    font-weight: bold;
    text-align: center;
  }
  .transfer-table td span {
    display: block;
    float: left;
    font-weight: bold;
    margin-right: 10px;
  }
  .floor-map .zoom {
    font-size: 1.5rem;
    top: 35px;
    right: 15px;
  }
  .transfer-tab li a {
    padding: 14px 20px;
  }
  .price-button.transfer-button {
    margin: 30px auto 50px;
  }
  .transfer-catchcopy {
    font-size: 22px;
    line-height: 1.4;
  }
}
/*For ゴルフ場詳細ページ タイトル箇所----------------------------------------------------------------------------------------*/
.golf-course-title {
  font-size: 22px;
  font-weight: bold;
  color: #0f2453;
  margin-bottom: 0;
  letter-spacing: -0.094em;
}

.hotel-title {
  font-size: 22px;
  font-weight: bold;
  color: #0f2453;
  margin-bottom: 0;
  letter-spacing: -0.094em;
  letter-spacing: 0;
}

.golf-course-title-appendix__area-link a:link, .golf-course-title-appendix__area-link a:visited {
  color: #fff;
  background: #475b88;
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hotel-title-appendix:link, .hotel-title-appendix:vieited {
  color: #fff;
  background: #475b88;
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 0.8em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.golf-course-title-appendix__area-link a .fa,
.hotel-title-appendix__area-link .fa {
  font-size: 0.6em;
  margin-left: 1em;
  margin-top: 0.2em;
}

.golf-course-title-appendix__area-link a:hover {
  background: #a58d5d;
}

.golf-course-title-appendix,
.hotel-title-appendix {
  width: 100%;
  display: inline-block;
  margin-bottom: 1.5em;
  border-bottom: 2px solid #0f2453;
  padding-bottom: 0.5em;
}

.golf-course-title-appendix__area-link,
.hotel-title-appendix__area-link {
  float: right;
  font-weight: bold;
}

.golf-course-list-for-mobile {
  width: 100%;
  padding: 0.75em;
  margin: 0.75em 0;
  font-weight: bold;
  font-size: 1em;
  display: none;
}

@media screen and (max-width: 52.5em) {
  .golf-course-list-for-mobile {
    display: inherit;
  }
}
/*For ゴルフ場詳細ページ TOPスライダー箇所----------------------------------------------------------------------------------------*/
#slider {
  position: relative;
}
#slider .flex-direction-nav {
  position: absolute;
  top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
#slider .flex-direction-nav li {
  display: inline-block;
  background: #fff;
}
#slider .flex-nav-prev {
  position: relative;
  left: -0.65em;
}
#slider .flex-nav-next {
  float: right;
  position: relative;
  right: -0.65em;
}
#slider .flex-prev,
#slider .flex-next {
  text-decoration: none;
  font-size: 1.35em;
  font-weight: bold;
  color: #0f2453;
  padding: 0.5em 0.25em;
}
#slider .flex-prev:focus,
#slider .flex-next:focus {
  outline: none;
}

#carousel {
  position: relative;
  top: 2px;
}
#carousel .flex-direction-nav {
  position: absolute;
  top: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  width: 100%;
}
#carousel .flex-direction-nav li {
  display: inline-block;
  background: #fff;
}
#carousel .flex-nav-prev {
  position: relative;
  left: -0.65em;
}
#carousel .flex-nav-next {
  float: right;
  position: relative;
  right: -0.65em;
}
#carousel .flex-prev,
#carousel .flex-next {
  text-decoration: none;
  font-size: 0.85em;
  font-weight: bold;
  color: #0f2453;
  padding: 0.2em 0.25em;
}
#carousel .flex-direction-nav {
  display: none;
}
#carousel .slides li {
  cursor: pointer;
}
#carousel .slides li:hover {
  opacity: 0.8;
}

@media screen and (max-width: 52.5em) {
  #carousel .flex-direction-nav {
    display: inherit;
  }
}
/*For ゴルフ場詳細ページ テキスト箇所----------------------------------------------------------------------------------------*/
.golf-description-text,
.hotel-description-text {
  margin-top: 1em;
  margin-bottom: 2em !important;
}

/*For ホテルトップページ----------------------------------------------------------------------------------------*/
.hotelmap-area {
  background: url(/wp-content/themes/trinity-wp-theme/img/hotel-map.png) no-repeat center;
  background-size: auto 100%;
  width: 100%;
  height: 100%;
  position: relative;
  margin-bottom: 50px;
  padding: 35% 0;
}
.hotelmap-area ul {
  width: 100%;
}
.hotelmap-area .hotel-info-bt {
  padding: 0.5em 4em;
  min-width: auto;
  max-width: 200px;
}
.hotelmap-area .bangkok {
  position: absolute;
  top: 32%;
}
.hotelmap-area .huahin {
  position: absolute;
  top: 48%;
}
.hotelmap-area .pattaya {
  position: absolute;
  right: 0;
  top: 56%;
}
.hotelmap-area .siracha {
  position: absolute;
  right: 0;
  top: 41%;
}
.hotelmap-area .hotel-info-bt:hover {
  background-color: #9f895d;
}
.hotelmap-area .hotel-info-bt:hover::after {
  color: #9f895d;
}
.hotelmap-area .search-box {
  background-color: rgba(238, 238, 238, 0.9);
  width: 70%;
  margin: 0 auto;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
  position: absolute;
  top: 75%;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  box-shadow: 0 0 10px #555;
}
.hotelmap-area .search-box .form-bt {
  color: #fff;
  margin-left: 10px;
  padding: 2px 20px;
  background-color: #0f2453;
  border: none;
  border-radius: 30px;
}

.area-h2 {
  width: 100%;
  background-color: #0f2453;
  font-size: 150%;
  color: #fff;
  margin: 50px 0 0;
  padding: 10px 10px 10px 40px;
}

.area-h2::before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 24px;
  background-color: #fff;
  position: relative;
  left: -10px;
  top: 3px;
}

.area-section {
  margin: 0;
  padding: 30px 0;
}
.area-section dl {
  display: flex;
}
.area-section dl dt {
  width: 40%;
  text-align: center;
}
.area-section dl dt img {
  width: 100%;
  height: auto;
  background-color: #fff;
  padding: 5px;
  border: solid 1px;
  margin-bottom: 10px;
}
.area-section dl dt p {
  font-weight: 700;
  font-size: 13px !important;
}
.area-section dl dd {
  width: 56%;
  margin-left: 4%;
  text-align: justify;
}
.area-section .txt-area-container {
  text-align: center;
}
.area-section .txt-area-container .txt-area {
  position: relative;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  width: 100%;
  margin-bottom: 30px;
  text-align: justify;
}
.area-section .txt-area-container .txt-area.open {
  max-height: 1000px;
}
.area-section .txt-area-container .txt-area.open::after {
  display: none;
}
.area-section .txt-area-container .toggle-button {
  display: block;
  background: #0f2453;
  color: #fff !important;
  text-decoration: none;
  width: 150px;
  margin: 0 auto;
  padding: 0.5em;
  font-weight: bold;
  border-radius: 3em;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  border: none;
  margin-bottom: 30px;
  font-size: 90%;
}
.area-section .txt-area-container .toggle-button::after {
  content: "→";
  background: #fff;
  color: #000;
  width: 1.25em;
  height: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 1em;
  top: 0.75em;
}
.area-section h3 {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 120%;
  color: #0f2453;
}
.area-section h3::before {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #0f2453;
  border-radius: 4px;
  display: inline-block;
  top: 1px;
  position: relative;
  margin-right: 5px;
}
.area-section ul {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 40px;
  gap: 30px;
}
.area-section ul li {
  width: calc(33.3333333333% - 20px);
}
.area-section ul li a dl {
  display: block;
}
.area-section ul li a dl dt {
  width: 100%;
}
.area-section ul li a dl dt img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  object-fit: cover;
}
.area-section ul li a dl dd {
  width: 100%;
  margin-left: 0;
}
.area-section ul li a dl dd h4 {
  font-weight: 700;
  line-height: 120%;
  margin-bottom: 10px;
  border-left: 5px solid #0f2453;
  padding-left: 0.5em;
}
.area-section ul li a:nth-child(2) {
  margin: 0 3.5%;
}
.area-section ul li a:hover {
  opacity: 0.7;
}
.area-section .location {
  border-bottom: solid 1px #ddd;
  padding: 5px 5px 5px 20px;
  margin-bottom: 10px;
  position: relative;
}
.area-section .location::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/trinity-wp-theme/img/map_icon.svg) no-repeat left center;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}

@media screen and (max-width: 52.5em) {
  .area-h2 {
    margin: 30px 0 0;
    padding: 5px 5px 5px 20px;
    font-size: 120%;
  }
  .area-section {
    padding: 20px 10px 10px;
  }
  .area-section h3 {
    margin: 0 0 10px;
    font-size: 110%;
    line-height: 120%;
  }
  .area-section .txt-area {
    margin-bottom: 20px;
  }
  .area-section dl {
    display: flex;
    flex-flow: column;
  }
  .area-section dl dt {
    width: 100%;
    margin-bottom: 10px;
  }
  .area-section dl dd {
    width: 100%;
    margin-left: 0;
  }
  .area-section ul {
    display: flex;
    margin-bottom: 20px;
    flex-flow: wrap;
    margin-bottom: 30px !important;
  }
  .area-section ul li {
    width: 100%;
  }
  .area-section ul li a {
    width: 100%;
    /*
    border-bottom: solid 1px #dadada;
    padding: 2%;
     */
  }
  .area-section ul li a dl {
    display: flex;
    flex-flow: nowrap;
    margin: 0;
    flex-wrap: wrap;
  }
  .area-section ul li a dl dt {
    width: 100%;
    margin: 0;
  }
  .area-section ul li a dl dt img {
    margin: 0;
    height: auto;
    max-height: 180px;
  }
  .area-section ul li a dl dd {
    width: 100%;
    padding: 2% 0;
    margin: 0;
  }
  .area-section ul li a dl dd h4 {
    text-align: left;
    font-size: 1rem;
    margin-bottom: 5px;
  }
  .area-section ul li a dl dd p {
    margin-bottom: 0 !important;
    font-size: 12px !important;
  }
  .area-section ul li a:nth-child(2) {
    margin: 10px 0;
  }
  .area-section ul li a:hover {
    border: solid 1px #a58d5d;
  }
  .area-section .price-button {
    padding: 0.75em;
    margin-bottom: 20px;
  }
  .area-section .price-button::after {
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    transform: translateY(-50%);
  }
  .area-section .location {
    margin-bottom: 5px !important;
  }
}
@media screen and (max-width: 480px) {
  .hotelmap-area {
    background-size: 80%;
    margin-bottom: 50px;
    padding: 42% 0;
  }
  .hotelmap-area .hotel-info-bt {
    padding: 0.3em 3em 0.3em 1em;
  }
  .hotelmap-area .bangkok {
    top: 30%;
  }
  .hotelmap-area .huahin {
    top: 46%;
  }
  .hotelmap-area .pattaya {
    top: 54%;
  }
  .hotelmap-area .siracha {
    top: 38%;
  }
}
.pagination-bottom {
  width: 100%;
  text-align: center;
}
.pagination-bottom .nav-links {
  display: flex;
  justify-content: center;
}
.pagination-bottom .nav-links .page-numbers {
  margin: 0 10px;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  background: #fff;
  border: solid 2px #81693a;
  font-size: 14px;
  color: #81693a;
  font-weight: bold;
  transition: all 0.15s linear;
}
.pagination-bottom .nav-links .current {
  background: #81693a;
  color: #fff;
  pointer-events: none;
}
.pagination-bottom .nav-links a {
  text-decoration: none;
}

/*For ホテル一覧ページ----------------------------------------------------------------------------------------*/
.hotel-info a {
  text-decoration: none;
  color: #000;
}

.hotel-info .flexslider .flex-viewport ul li img {
  max-height: 550px;
  width: 100%;
}
.hotel-info #modalCarousel.flexslider .flex-viewport ul li img {
  max-height: 64px;
  width: 100%;
}
.hotel-info .photo-bt {
  display: block;
  background: #0f2453;
  color: #fff !important;
  text-decoration: none;
  width: 270px;
  margin: 20px auto;
  padding: 0.5em;
  border-radius: 3em;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
  margin-bottom: 30px;
  font-size: initial;
  border: none;
}
.hotel-info .photo-bt::after {
  content: "→";
  background: #fff;
  color: #000;
  width: 1.25em;
  height: 1.25em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 1em;
  top: 0.75em;
}
.hotel-info .detail {
  padding: 20px;
  border: solid 1px #dadada;
  margin-bottom: 30px;
}
.hotel-info .detail dl {
  display: flex;
  align-items: center;
}
.hotel-info .detail dl dt {
  width: 25%;
  margin-right: 5%;
}
.hotel-info .detail dl dd {
  width: 70%;
  font-size: 12px;
}
.hotel-info .detail dl dd .h2-ttl {
  margin: 0;
}
.hotel-info .detail .price {
  margin-top: 10px;
}
.hotel-info .detail ul li {
  border-bottom: solid 1px #ddd;
  padding: 5px 5px 5px 20px;
  margin-bottom: 10px;
  position: relative;
}
.hotel-info .detail ul li::before {
  content: "";
  position: absolute;
  background: url(/wp-content/themes/trinity-wp-theme/img/map_icon.svg) no-repeat left center;
  width: 20px;
  height: 20px;
  top: 9px;
  left: 0;
}
.hotel-info .no-img {
  border: 1px solid #dadada;
}

.detail:hover {
  background-color: #e3edfa;
}

.flex-viewport .slides li {
  text-align: center;
}

.modal {
  display: none;
  position: fixed;
  inset: 0px;
  z-index: 1300;
  opacity: 1;
}
.modal-bg {
  opacity: 1;
  touch-action: none;
  position: fixed;
  inset: 0px 0px -10%;
  z-index: -1;
  display: block;
  background-color: rgba(0, 0, 0, 0.8);
}
.modal-content {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  width: 100%;
  max-width: 1000px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
  animation: fadein 0.4s;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: 720px;
  overflow: hidden;
  height: 80vh;
}
.modal-content .modal-tab-container {
  display: flex;
  align-items: center;
}
.modal-content .modal-tab-container .modal-tab {
  font-size: initial;
  padding: 10px;
  cursor: pointer;
  background-color: #f0f0f0;
  border: 1px solid #ccc;
  border-bottom: none;
  max-width: 33.3333333333%;
  width: 100%;
  text-align: center;
  border-bottom: solid 4px #f0f0f0;
}
.modal-content .modal-tab-container .modal-tab:hover {
  background-color: #e0e0e0;
  border-bottom: solid 4px #e0e0e0;
}
.modal-content .modal-tab-container .modal-tab.active-tab {
  border-bottom: solid 4px #0f2453;
  font-weight: 700;
}
.modal-content .modal-tab-container .mode-switching {
  background: #0f2453;
  color: #fff;
  padding: 5px 10px;
  border-radius: 30px;
  margin-right: 10px;
  font-size: 90%;
  cursor: pointer;
}
.modal-content .modalin-tab-content {
  display: none;
  padding: 20px;
  border: 1px solid #ccc;
  text-align: center;
}
.modal-content .modalin-tab-content.active {
  display: block;
  overflow-y: auto;
  max-height: calc(100% - 54px);
  height: 100%;
}
.modal-content .modalin-tab-content .photo-all {
  display: flex;
  flex-flow: wrap;
  justify-content: space-between;
}
.modal-content .modalin-tab-content .photo-all li {
  width: 30%;
  cursor: pointer;
  position: relative;
}
.modal-content .modalin-tab-content .photo-all::after {
  content: "";
  display: block;
  width: 30%;
}
.modal-content .modalin-tab-content .photo-all .sp-caption {
  position: absolute;
  bottom: 0px;
  color: #fff;
  width: 100%;
  margin: 0 !important;
  background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.7));
  padding: 5px;
  transform: rotate(0deg) !important;
}
.modal-content .modalin-tab-content .modal-flexslider {
  position: relative;
}
.modal-content .modalin-tab-content .flex-direction-nav {
  position: absolute;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
}
.modal-content .modalin-tab-content .flex-direction-nav li {
  position: absolute;
}
.modal-content .modalin-tab-content .flex-direction-nav li a {
  color: #fff;
  display: block;
  padding: 5px 10px;
  background-color: #0f2453;
}
.modal-content .modalin-tab-content .flex-direction-nav li a:hover {
  background: #a58d5d;
  color: #fff;
}
.modal-content .modalin-tab-content .flex-direction-nav .flex-nav-prev {
  left: 0;
}
.modal-content .modalin-tab-content .flex-direction-nav .flex-nav-next {
  right: 0;
}
.modal-content .modalin-tab-content .flex-viewport ul li {
  position: relative;
}
.modal-content .modalin-tab-content .flex-viewport ul li p {
  position: absolute;
  bottom: -10px;
  color: #fff;
  width: 90%;
  margin: 0 5%;
  background: rgba(0, 0, 0, 0.5);
  padding: 5px;
  transform: rotate(0deg) !important;
}
.modal-content .modalin-tab-content .flex-viewport:first-child img {
  transition: transform 0.3s;
  width: 90%;
  height: calc(70vh - 104px);
  margin: 0 auto;
  object-fit: cover;
}
.modal-content .modalin-tab-content .modal-carousel {
  width: 90%;
  margin: 0 auto;
}
.modal-content .modalin-tab-content .modal-carousel ul li img {
  height: 75% !important;
  width: 100% !important;
  max-width: 100% !important;
}
.modal-content .modalin-tab-content .prev,
.modal-content .modalin-tab-content .next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px 15px;
  border: none;
  cursor: pointer;
}
.modal-content .modalin-tab-content .prev.prev,
.modal-content .modalin-tab-content .next.prev {
  left: 20px;
}
.modal-content .modalin-tab-content .prev.next,
.modal-content .modalin-tab-content .next.next {
  right: 20px;
}
.modal-carousel .flex-active-slide img {
  border: solid 3px #0f2453;
}
.modal-carousel img:hover {
  opacity: 0.7;
}

@media screen and (max-width: 52.5em) {
  #myModal {
    overflow-y: auto;
    max-height: 100%;
  }
  .modal {
    padding: 0;
    overflow-x: hidden;
    overflow-y: hidden;
  }
  .modal .modal-content {
    padding: 0;
    background: none;
    border: none;
    box-shadow: none;
    margin-bottom: 0;
    height: 100%;
    max-height: none;
  }
  .modal .modal-content #tab1 {
    padding: 10px;
  }
  .modal .modal-content .close {
    right: auto;
    top: 10px;
    left: 10px;
    background: #fff;
    color: #000 !important;
  }
  .modal .modal-content .modal-tab-container {
    display: flex;
    padding: 50px 0 0;
    background: #000;
  }
  .modal .modal-content .modal-tab-container .modal-tab {
    font-size: 90%;
    line-height: 120%;
    background-color: #000;
    border-left: none;
    border-top: none;
    color: #fff;
    border-bottom: solid 4px #000;
  }
  .modal .modal-content .modal-tab-container .modal-tab:hover {
    background-color: #000;
    border-bottom: solid 4px #333;
  }
  .modal .modal-content .modal-tab-container .modal-tab.active-tab {
    border-bottom: solid 4px #fff;
  }
  .modal .modal-content .modal-tab-container .modal-tab:nth-child(6) {
    border-right: none;
  }
  .modal .modal-content .modalin-tab-content {
    max-height: auto;
    height: 100vh;
    overflow-y: scroll;
    padding: 10px;
    background-color: #000;
    border: none;
  }
  .modal .modal-content .modalin-tab-content.active {
    max-height: calc(100% - 100px);
  }
  .modal .modal-content .modalin-tab-content .photo-all li {
    width: 100%;
    cursor: inherit;
  }
  .modal .modal-content .modalin-tab-content .photo-all::after {
    content: none;
  }
  .modal .modal-content .modalin-tab-content .flex-direction-nav {
    top: 77%;
  }
  .modal .modal-content .modalin-tab-content .flex-direction-nav .flex-nav-prev {
    left: 0;
  }
  .modal .modal-content .modalin-tab-content .flex-direction-nav .flex-nav-next {
    right: 0;
  }
  .modal .modal-content .modalin-tab-content .flex-viewport ul li {
    position: relative;
  }
  .modal .modal-content .modalin-tab-content .flex-viewport ul li p {
    position: inherit;
    bottom: 0;
    color: #fff;
    width: 70%;
    margin: 10px 15% 0;
    background: rgba(0, 0, 0, 0.5);
    padding: 5px;
  }
  .modal .modal-content .modalin-tab-content .flex-viewport:first-child img {
    width: 100%;
  }
  .modal .modal-content .modalin-tab-content .modal-carousel {
    width: 80%;
    margin: 0 auto;
  }
  .modal .modal-content .modalin-tab-content .modal-carousel ul li img {
    height: 75% !important;
    width: 100% !important;
    max-width: 100% !important;
  }
  .modal .modal-content .modalin-tab-content .prev,
  .modal .modal-content .modalin-tab-content .next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    padding: 10px 15px;
    border: none;
    cursor: pointer;
  }
  .modal .modal-content .modalin-tab-content .prev.prev,
  .modal .modal-content .modalin-tab-content .next.prev {
    left: 20px;
  }
  .modal .modal-content .modalin-tab-content .prev.next,
  .modal .modal-content .modalin-tab-content .next.next {
    right: 20px;
  }
}
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
  z-index: 1000;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

.modal-header {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

.modal-body {
  padding: 2px 16px;
}

.modal-footer {
  padding: 2px 16px;
  background-color: #5cb85c;
  color: white;
}

@media screen and (max-width: 52.5em) {
  .hotel-info .detail {
    padding: 10px;
    margin-bottom: 20px;
  }
  .hotel-info .detail dl {
    flex-wrap: wrap;
  }
  .hotel-info .detail dl dt,
  .hotel-info .detail dl dd {
    width: 100%;
  }
  .hotel-info .detail dl dt {
    margin-right: 0;
  }
  .hotel-info .detail dl dt img {
    max-height: 180px;
    object-fit: cover;
    width: 100%;
  }
  .hotel-info .detail .h2-ttl {
    font-size: 16px;
    line-height: 120%;
  }
  .hotel-info .detail ul li {
    padding: 5px 5px 5px 15px;
  }
  .hotel-info .detail ul li::before {
    width: 15px;
    height: 15px;
    top: 9px;
    left: 0;
  }
  .hotel-info .detail .txt-area {
    line-height: 120%;
    text-align: justify;
  }
}
.hotel-info-bt {
  background: #0f2453;
  color: #fff !important;
  padding: 0.5em;
  min-width: 250px;
  display: block;
  text-align: center;
  border-radius: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  text-decoration: none;
}
.hotel-info-bt::after {
  content: "→";
  background: #fff;
  color: #000;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*For ゴルフ場詳細ページ ホテル詳細ページ　料金箇所----------------------------------------------------------------------------------------*/
.prices {
  margin-bottom: 2em;
}

.description {
  padding: 10px;
  background-color: #f5f5f5;
  margin: 20px 0;
  border: solid 1px #555;
}

.prices02 {
  margin-bottom: 2em;
  white-space: nowrap;
}
.prices02--hotel {
  white-space: unset;
}
.prices02--hotel .room-block {
  border: solid 1px #dadada;
  overflow: hidden;
  margin-top: 30px;
}
.prices02--hotel .room-block:first-child {
  margin-top: 0;
}
.prices02--hotel .room-box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.prices02--hotel .room-box--single {
  padding: 15px;
}
.prices02--hotel .room-box--multiple {
  border-top: solid 1px #dadada;
  padding: 15px;
}
.prices02--hotel .room-box--multiple:first-child {
  border-top: none;
}
.prices02--hotel .room_photo {
  width: 25%;
  position: relative;
  margin-bottom: 0 !important;
}
.prices02--hotel .room_title {
  background: #475b88;
  font-weight: bold;
  text-align: center;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 0 !important;
}
.prices02--hotel .room_text {
  width: 70%;
}
.prices02--hotel .room_detail {
  display: flex;
  gap: 10px;
  align-items: center;
}
.prices02--hotel .room_contact {
  width: 40%;
  margin-bottom: 0 !important;
}
.prices02--hotel .type_style {
  color: #0f2453;
  font-weight: bold;
  border-bottom: solid 2px #0f2453;
}
.prices02--hotel dl {
  text-align: center;
  clear: both;
  width: 60%;
}
.prices02--hotel dl dt,
.prices02--hotel dl dd {
  padding: 5px 10px;
}
.prices02--hotel dl dt {
  background: #f0f7fd;
  width: 40%;
  border: solid 1px #fff;
  float: left;
}
.prices02--hotel dl dd {
  background: #f3f3f3;
  border: solid 1px #fff;
  width: 60%;
  float: right;
}
.prices02--hotel .price-button {
  padding: 0.5em;
  width: 100%;
}
.prices02--hotel .price-button::after {
  width: 1em;
  height: 1em;
  top: 0.75em;
}
.prices02--hotel .md-btn span {
  position: absolute;
  bottom: 10px;
  background-color: rgba(255, 255, 255, 0.7);
  width: 80%;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  padding: 0.25em 0.5em;
  text-align: center;
  border-radius: 5px;
  display: block;
}
.prices02--hotel .md-btn:hover {
  opacity: 0.7;
}
.prices02--hotel .md-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.7;
  z-index: 9999;
}
.prices02--hotel .md-contents {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 10000;
  width: 100%;
  max-width: 1000px;
  overflow: hidden;
  max-height: 720px;
  height: 80vh;
}
.prices02--hotel .md-inner {
  padding: 20px;
  background: #fff;
  height: 100%;
  max-height: 720px;
  overflow-y: scroll;
}
.prices02--hotel .md-inner #carousel .flex-active-slide img {
  border: solid 3px #0f2453;
}
.prices02--hotel .md-inner #carousel img {
  max-height: 64px;
  width: 100%;
}
.prices02--hotel .md-inner #slider.flexslider .flex-viewport ul li img {
  max-height: 604px;
  height: calc(79vh - 104px);
  width: 100%;
  object-fit: cover;
}
.prices02--hotel .close {
  font-family: Arial, Helvetica, sans-serif;
  background: #0f2453;
  color: #fff !important;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  box-shadow: 1px 1px 3px #000;
  padding-top: 5px;
}
.prices02 .small {
  font-size: 75%;
  line-height: 100%;
}
.prices02 table {
  width: 100%;
}
.prices02 table th {
  text-align: center;
  font-weight: 700;
  background: #f0f7fd;
  padding: 2px;
  border: 5px solid #fff;
}
.prices02 table th:nth-child(2) {
  width: 10%;
}
.prices02 table .room_photo img {
  max-width: 80px;
  height: auto;
  cursor: pointer;
  display: block;
  margin: 0 auto;
}
.prices02 table .room_photo span {
  margin-top: 5px;
  font-size: 70%;
  padding: 5px;
  background-color: #0f2453;
  color: #fff;
  border-radius: 3px;
}
.prices02 table td {
  text-align: center;
  background: #f3f3f3;
  padding: 10px;
  border: 5px solid #fff;
}
.prices02 table td .price-button {
  width: 100%;
  padding: 0.3em 0;
  font-size: 90%;
  min-width: 130px;
  display: block;
}
.prices02 table td .price-button::after {
  top: 0.8em;
  width: 0.9em;
  height: 0.9em;
  right: 0.6em;
  font-size: 0.9em;
}

@media screen and (max-width: 52.5em) {
  table {
    font-size: 80%;
    line-height: 120%;
  }
  table img {
    max-width: 32px;
    height: auto;
  }
}
.hotel-details-data__table dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 2em;
}
.hotel-details-data__table dl dt {
  width: 20%;
  font-weight: 700;
  background: #f0f7fd;
  padding: 5px 10px;
  margin-bottom: 0.5%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.5%;
}
.hotel-details-data__table dl dd {
  width: 28%;
  margin: 0 2% 0.5% 0;
  padding: 5px;
  background: #f3f3f3;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hotel-details-data__table dl dd:nth-child(4n) {
  margin: 0 0 5px 0;
}

.hotel-details-data__table02 dl {
  display: flex;
  margin-bottom: 2em;
  flex-wrap: wrap;
  width: 100%;
}
.hotel-details-data__table02 dl dt {
  width: 30%;
  font-weight: 700;
  background: #f0f7fd;
  padding: 5px 10px;
  display: flex;
  align-items: center;
  margin-bottom: 0.5%;
}
.hotel-details-data__table02 dl dd {
  width: 69%;
  margin-left: 0.5%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 0.5%;
  background: #f3f3f3;
  padding: 5px 10px;
}

@media screen and (max-width: 52.5em) {
  .prices02 table td {
    padding: 5px;
  }
  .prices02--hotel .room-box {
    flex-wrap: wrap;
    gap: 10px;
  }
  .prices02--hotel .room_photo,
  .prices02--hotel .room_text {
    width: 100%;
  }
  .prices02--hotel .room_detail {
    flex-wrap: wrap;
  }
  .prices02--hotel dl,
  .prices02--hotel .room_contact {
    width: 100%;
  }
  .prices02--hotel .md-overlay {
    opacity: 1;
  }
  .prices02--hotel .md-contents {
    max-height: 100%;
    height: 100%;
  }
  .prices02--hotel .md-inner {
    background: #000;
    height: 100%;
    max-height: unset;
    padding: 60px 20px;
  }
  .prices02--hotel .close {
    background: #fff;
    color: #000 !important;
    top: 10px;
    right: 0;
    left: 10px;
  }
  .prices02--hotel .price-button {
    padding: 1em 1em 1em 2em;
  }
  .prices02--hotel .price-button::after {
    width: 1.5em;
    height: 1.5em;
    top: 50%;
    transform: translateY(-50%);
  }
  .facility dl dt {
    width: 40% !important;
    margin: 0 0 1% 0 !important;
  }
  .facility dl dd {
    width: 59% !important;
    margin: 0 0 1% 1% !important;
  }
  .hotel-details-data__table dl dt,
  .hotel-details-data__table02 dl dt {
    width: 40%;
  }
  .hotel-details-data__table dl dd,
  .hotel-details-data__table02 dl dd {
    width: 59%;
    padding: 5px;
  }
  .hotel-details-data__table dl {
    font-size: 12px;
  }
  .hotel-details-data__table dl dt {
    margin: 0 0 1% 0;
  }
  .hotel-details-data__table dl dd {
    margin: 0 0 1% 1%;
  }
  .hotel-details-data__table dl dd:nth-child(4n) {
    margin: 0 0 1% 1%;
  }
  .hotel-details-data__table02 dl {
    font-size: 12px;
  }
}
.dt-bg {
  background-color: #d4e4f2 !important;
}

.li-bg {
  background-color: #ccc !important;
  font-weight: 700;
}

.facility {
  width: 100%;
  margin-bottom: 2em;
  overflow: auto;
}
.facility dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.facility dl dt {
  width: 30%;
  text-align: center;
  font-weight: 700;
  background: #f0f7fd;
  padding: 5px;
  margin-bottom: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.facility dl dd {
  width: 69%;
  margin-left: 1%;
  padding: 5px;
  background: #f3f3f3;
  margin-bottom: 5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.facility .gmap iframe {
  width: 100%;
  aspect-ratio: 16/9;
}

.price-table {
  background: #f0f7fd;
  margin-bottom: 0.75em;
  padding: 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

@media screen and (max-width: 52.5em) {
  .price-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.price-main {
  font-size: 1.35em;
  margin: 0 0.5em;
  font-weight: bold;
  color: #e62020;
  line-height: 1.3;
}

@media screen and (max-width: 52.5em) {
  .price-main {
    font-size: 1em;
    color: #e62020;
    line-height: 1.5;
  }
}
.price-sub {
  font-size: 1em;
  text-decoration: line-through;
  font-weight: bold;
  color: #555;
  margin: 0 0.5em;
  line-height: 1.3;
}

@media screen and (max-width: 52.5em) {
  .price-sub {
    font-size: 0.8em;
    text-align: center;
    line-height: 1.5;
  }
}
.price-note {
  text-align: center;
}

.price-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: block;
  background: #0f2453;
  color: #fff !important;
  text-decoration: none;
  width: 75%;
  margin: 0 auto;
  padding: 1em;
  font-weight: bold;
  border-radius: 3em;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.price-button:hover {
  background: #a58d5d;
  color: #fff;
}
.price-button::after {
  content: "→";
  background: #fff;
  color: #000;
  width: 2em;
  height: 2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 1em;
  top: 0.9em;
}
.price-button:hover::after {
  color: #a58d5d;
}

@media screen and (max-width: 52.5em) {
  .price-button {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .price-button {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 1em 1em 1em 2em;
    font-size: 4.15vw;
  }
  .price-button.airportplan-button {
    padding: 1em 1em 1em 2em;
    font-size: 3.6vw;
  }
  .cartype-list {
    display: block;
  }
}
.h2-ttl + p + .price-button {
  margin-top: 4em;
}

/*For ゴルフ場詳細ページ データ・評価箇所----------------------------------------------------------------------------------------*/
.golf-details-data {
  width: 100%;
  margin-bottom: 2em;
  overflow: auto;
}

.golf-details-data__table {
  width: 49%;
  float: left;
  margin-right: 2%;
}
.golf-details-data__table:last-child {
  margin-right: 0;
}

@media screen and (max-width: 52.5em) {
  .golf-details-data__table {
    width: 100%;
    float: left;
    margin-right: 0;
  }
}
.table-data,
.table-hotel-price {
  width: 100%;
  font-size: 13px;
}

.table-data a,
.table-hotel-price a {
  font-weight: bold;
}

.table-data td,
.table-hotel-price td {
  background: #f0f7fd;
  border: 5px solid #fff;
  padding: 0.5em;
  min-width: 150px;
}

.table-data td:last-child,
.table-hotel-price td:last-child {
  background: #f3f3f3;
  min-width: auto;
}

.golf-details-data__table:last-child .table-data td,
.table-hotel-price__table:last-child .table-hotel-price td {
  padding: 0.8585em 0.5em;
}

@media screen and (max-width: 52.5em) {
  .golf-details-data__table:last-child .table-data td,
  .table-hotel-price__table:last-child .table-hotel-price td {
    padding: 0.5em;
  }
}
.table-data .stars {
  color: #f78e0d;
}

/*For ゴルフ場詳細ページ コース紹介箇所----------------------------------------------------------------------------------------*/
.golf-details-title {
  padding: 6px 10px;
  color: #0f2453;
  margin-bottom: 1em;
  font-size: 22px;
  font-weight: 700;
  border-bottom: 2px solid #0f2453;
  width: 100%;
}

.golf-courses-info {
  margin-bottom: 2em;
}

.course_images {
  width: 100%;
  overflow: auto;
  margin-bottom: 0.5em;
}
.course_images li {
  width: 32.66%;
  float: left;
  margin-right: 1%;
}
.course_images li:nth-child(3n) {
  margin-right: 0;
}

.hotel-info__table {
  margin-bottom: 2em;
}

.tabs {
  overflow: hidden;
}

.tab {
  width: 100%;
  color: #000;
  overflow: hidden;
  margin-bottom: 0.5em;
}

.tab-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  padding: 1em;
  background: #f3f3f3;
  font-weight: bold;
  cursor: pointer;
  border-left: 5px solid #0f2453;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 52.5em) {
  .tab-label {
    font-size: 0.85em;
  }
}
.hotel-article .tab-label {
  background: #fff;
  padding: 0 0 0 0.5em;
  color: #0f2453;
  font-size: 18px;
}

.hotel-details .tab-label {
  cursor: default;
}

.tab-label:hover {
  opacity: 0.6;
}

.hotel-details .tab-label:hover {
  opacity: 1;
}

.tab-label::after {
  content: "＋";
  width: 1em;
  height: 1em;
  text-align: center;
  /*transition: all .35s;*/
  margin-left: auto;
  position: relative;
  font-weight: bold;
  font-size: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hotel-details .tab-label::after {
  content: "";
}

.tab-value {
  background: #4a5b89;
  color: #fff;
  padding: 0 1em;
  margin: 0 0.25em 0 0.5em;
  font-size: 0.85em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.75em;
}
.tab-value:last-child {
  margin: 0 0.25em;
}

@media screen and (max-width: 52.5em) {
  .tab-value {
    font-size: 0.8em;
  }
}
.tab-content {
  max-height: 0;
  padding: 0;
  color: #2c3e50;
  background: #fff;
  -webkit-transition: all 0.35s;
  transition: all 0.35s;
  visibility: hidden;
}

.tab-close {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 1em 0;
  font-size: 0.75em;
  cursor: pointer;
}
.tab-close:hover {
  background: #1a242f;
}

.tab input {
  display: none;
}

input:checked + .tab-label::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.hotel-details input:checked + .tab-label::after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

input:checked ~ .tab-content {
  max-height: 100vh;
  padding: 1em 0;
  visibility: visible;
}

.hotel-details input:checked ~ .tab-content {
  max-height: unset;
  padding: 1em 0;
  visibility: visible;
}
.hotel-details .tab-content {
  max-height: 100vh;
  padding: 1em 0;
  visibility: visible;
}

/*For ゴルフ場詳細ページ 豆知識箇所----------------------------------------------------------------------------------------*/
.golf-additional-info {
  margin-bottom: 2em;
}

.special-thanks {
  display: inline-block;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  text-align: center;
}

/*For ゴルフ場カテゴリーページ ----------------------------------------------------------------------------------------*/
.golf-courses-list {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 1.5em;
  text-align: left;
  padding-top: 0.5em;
  padding-bottom: 2em;
  border-bottom: 1px solid #ddd;
}
.golf-courses-list img {
  width: 100%;
}

.golf-list-container .post:first-child .golf-courses-list {
  padding-top: 0;
  margin-top: 0;
}

.golf-courses-list__image {
  width: 45%;
  display: block;
  float: left;
}
.golf-courses-list__image:hover {
  opacity: 0.85;
}

.golf-courses-list__details {
  display: block;
  width: 52%;
  float: left;
  margin-left: 3%;
}

@media screen and (max-width: 52.5em) {
  .golf-courses-list__image,
  .golf-courses-list__details {
    width: 100%;
    margin-left: 0;
  }
}
.golf-courses-list__title {
  font-weight: bold;
  font-size: 1.2em;
  color: #0f2453;
  line-height: 1.35;
  letter-spacing: -0.05em;
  -webkit-transform: rotate(0.3deg);
  transform: rotate(0.3deg);
}

#content .entry-content .osusume-area {
  text-decoration: underline;
  -webkit-transform: rotate(0.1deg);
  transform: rotate(0.1deg);
  display: inline-block;
}

.golf-courses-list__text {
  display: block;
  display: -webkit-box;
  max-width: 800px;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 0.5em;
}

.golf-courses-list__price-table {
  background: #f0f7fd;
  margin-bottom: 0.5em;
  padding: 0.75em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}
.golf-courses-list__price-table + .golf-courses-list__price-table {
  margin-bottom: 1em;
}

@media screen and (max-width: 52.5em) {
  .golf-courses-list__price-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.golf-courses-list__price-main {
  font-size: 0.825em;
  margin: 0 0.5em;
  font-weight: bold;
  color: #e62020;
  text-align: center;
  line-height: 1.5;
  -webkit-transform: rotate(0.3deg);
  transform: rotate(0.3deg);
}

@media screen and (max-width: 52.5em) {
  .golf-courses-list__price-main {
    font-size: 1em;
  }
}
.golf-courses-list__price-sub {
  font-size: 0.7em;
  text-decoration: line-through;
  font-weight: bold;
  color: #555;
  margin: 0 0.5em;
  text-align: center;
  line-height: 1.5;
  -webkit-transform: rotate(0.3deg);
  transform: rotate(0.3deg);
}

@media screen and (max-width: 52.5em) {
  .golf-courses-list__price-sub {
    font-size: 0.8em;
  }
}
.golf-courses-list__button {
  background: #0f2453;
  color: #fff !important;
  padding: 0.5em;
  min-width: 250px;
  display: block;
  text-align: center;
  float: right;
  border-radius: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.golf-courses-list__button:visited {
  background: #0f2453;
  color: #fff !important;
  padding: 0.5em;
  min-width: 250px;
  display: block;
  text-align: center;
  float: right;
  border-radius: 3em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.golf-courses-list__button::after {
  content: "→";
  background: #fff;
  color: #000;
  width: 1.5em;
  height: 1.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 0.75em;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.golf-courses-list__button:hover {
  background: #a58d5d;
}
.golf-courses-list__button:hover::after {
  color: #a58d5d;
}

@media screen and (max-width: 52.5em) {
  .golf-courses-list__button {
    width: 100%;
    padding: 1em;
  }
}
.golf-course-notice {
  display: block;
  float: left;
  background: #f3f3f3;
  padding: 1em 2em 1.5em;
}
.golf-course-notice .caution-list {
  margin-bottom: 0;
}

@media screen and (max-width: 52.5em) {
  .golf-course-notice {
    padding: 0.5em 0.75em 0.65em;
  }
}
/*For お礼ページ----------------------------------------------------------------------------------------*/
.kimigolf {
  border: 3px solid #eee;
}

/*For Light Box to Overwrite----------------------------------------------------------------------------------------*/
.fancybox-button {
  background: none !important;
}
.fancybox-button[disabled] {
  opacity: 0.3 !important;
}

.fancybox-button--zoom,
.fancybox-button--play,
.fancybox-button--thumbs {
  display: none !important;
}

.fancybox-button div,
.fancybox-toolbar,
.fancybox-infobar {
  background: #fff !important;
  color: #000 !important;
}

.fancybox-button svg path {
  color: #000 !important;
}

/*for agoda banner*/
.agoda-banner {
  position: absolute;
  right: -180px;
  top: -30px;
  left: auto;
  z-index: -1;
}

/*annouce section added on top page 20210726*/
.announce {
  background: #f0f4ff;
  padding: 1em;
  margin: 0 0 1em;
}
.announce h3 {
  font-weight: bold;
  margin: 0 0 0.25em;
}
.announce p {
  margin: 0 !important;
  display: inline-block;
}
.announce a {
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
}
.announce a:hover {
  text-decoration: underline !important;
}
.announce h3 {
  color: red;
  margin-bottom: 0;
  width: 100%;
}
.announce .fa {
  float: right;
}
.announce a:hover .fa {
  text-decoration: underline;
}

/*css modal*/
.modalDialog {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  opacity: 0;
  -webkit-transition: opacity 50ms ease-in;
  transition: opacity 50ms ease-in;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.modalDialog:target {
  opacity: 1;
  pointer-events: auto;
}
.modalDialog > div {
  max-width: 800px;
  width: 80%;
  position: relative;
  margin: 10% auto;
  padding: 2em;
  border-radius: 3px;
  background: #fff;
}

@media screen and (max-width: 480px) {
  .modalDialog > div {
    padding: 2em 1em 1.5em;
    width: 90%;
  }
  #content .modalDialog p {
    font-size: 13px;
    line-height: 160%;
  }
}
.close {
  font-family: Arial, Helvetica, sans-serif;
  background: #0f2453;
  color: #fff !important;
  line-height: 25px;
  position: absolute;
  right: 10px;
  text-align: center;
  top: 10px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-weight: bold;
  border-radius: 50%;
  -webkit-box-shadow: 1px 1px 3px #000;
  box-shadow: 1px 1px 3px #000;
  padding-top: 5px;
}
.close:hover {
  cursor: pointer;
}

.modalDialog h2 {
  font-weight: bold;
  margin: 0 0 0.25em;
  color: #0f2453;
}

@media screen and (max-width: 480px) {
  .modalDialog h2 {
    font-size: 14.5px;
    line-height: 125%;
  }
}
/*asq hotel contact form*/
.asq-hotel-name-input {
  border: none;
}
.asq-hotel-name-input:focus {
  border: none;
  outline: none;
}

#loading-mask {
  background-color: white;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}

/* カスタム投稿タイプ「ホテル」のギャラリーエリアの詳細部分を非表示にする */
/*
.post-type-hotel .acf-gallery-side {
  display: none !important;
}
*/
/* ホテルの検索ページのスタイル追記（主にページネーション） */
.wp-pagenavi {
  margin-bottom: 30px;
  display: flex;
  gap: 10px;
  justify-content: center;
}
.wp-pagenavi a {
  background: #0f2453;
  color: #fff;
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  text-decoration: none;
}
.wp-pagenavi a.active {
  background: #a58d5d;
  color: #fff;
}

.search-contents {
  display: flex;
  gap: 30px;
}
.search-lead__text {
  margin-bottom: 45px !important;
}
.search-lead, .search-map {
  width: 50%;
}
.search-style__keyword {
  padding-left: 10px;
}
.search-style__area {
  padding-left: 5px;
}
.search-style__keyword, .search-style__area {
  width: 100%;
  height: 40px;
  border: solid 1px #0f2453;
  background: #fff;
  border-radius: 0px;
}
.search-style__area, .search-style__button {
  margin-top: 10px;
}
.search-style__button {
  width: 100%;
  height: 40px;
  border: none;
  background: #0f2453;
  color: #fff;
  border-radius: 0px;
}

.result-page .search-style {
  margin-bottom: 15px;
}
.result-page .search-style__keyword, .result-page .search-style__area {
  width: 42%;
}
.result-page .search-style__button {
  width: 14%;
}

@media screen and (max-width: 52.5em) {
  .search-contents {
    flex-wrap: wrap;
  }
  .search-lead__text {
    margin-bottom: 30px !important;
  }
  .search-lead, .search-map {
    width: 100%;
  }
  .search-map {
    text-align: center;
  }
  .result-page .search-style {
    margin-bottom: 15px;
  }
  .result-page .search-style__keyword, .result-page .search-style__area {
    width: 100%;
  }
  .result-page .search-style__button {
    width: 100%;
  }
}

/*# sourceMappingURL=design.css.map */
