@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: "M PLUS 1p", 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 * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

@media print {
  html,
  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;
}

/* !Layout
---------------------------------------------------------- */
#content {
  width: auto;
  /*max-width:  64em; 1024px*/
  margin: 0 auto;
  position: relative;
}

#content .markerline {
  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;
}
@media screen and (max-width: 52.5em) {
  #content .contentSide {
    display: none;
  }
}

#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: flex;
  justify-content: center;
  align-items: center;
  font-family: "Roboto Slab", "M PLUS 1p", sans-serif;
  letter-spacing: -0.025em;
  flex-direction: column;
}

#content .contentSide .address-box:hover {
  border: 1px solid #dadada;
  border-top: 3px solid #0f2453;
  box-shadow: 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: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  max-width: 100%;
  padding: 1.33333em 0;
  color: #0f2453;
  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;
  transform: rotate(0.1deg);
  line-height: 1.5;
}

#content p.resort-name {
  font-size: 12px;
}

#content .sentence {
  margin: 0 0 40px;
}

@media screen and (max-width: 52.5em) {
  #content {
    padding: 0 10px;
  }
  #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 {
    display: none;
  }
  .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;
  }

  .mobile-view {
    display: block;
  }
}
/* 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;
  }
  .product-img img {
    max-width: 400px;
    width: 100%;
  }
  .product-img,
  .product-txt {
    width: 100%;
  }
}

.products-categories {
  margin-bottom: 2rem;
}

.products-categories li {
  width: 48%;
  display: inline-block;
  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;
  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;
}

@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;
  }
}

.entry-content img:hover {
  opacity: 1;
}

@media screen and (max-width: 480px) {
  .entry-content img {
    width: 70%;
  }
}

#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;
  }
}

#content .entry-content a {
  text-decoration: none;
}

/* 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;
  -webkit-border-radius: 3px;
  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;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
/* sidebar menu for product categories ---------------------------------------------------------- */
.side-nav-container h3 {
  color: #0753a5;
  font-size: 1rem;
  margin: 0 0 5px;
  border-bottom: 3px solid #0753a5;
}

.menu-side_menu-container li {
}

.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: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.golf-course {
  width: 33%;
  display: flex;
  flex-direction: column;
  justify-content: 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,
.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: flex;
  padding: 0;
  margin: 0 0 50px 0;
  list-style: none;
}
.transfer-service-plan li {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  border-right: 2px solid #ffffff;
  background: #0f2453;
}
.transfer-service-plan li a {
  display: flex;
  justify-content: 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: 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: flex;
  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;
}
/*liにactiveクラスがついた時の形状*/
.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;
}
/*エリアの表示非表示と形状*/
.area {
  display: none; /*はじめは非表示*/
  opacity: 0; /*透過0*/
  background: #fff;
  padding: 20px;
}

/*areaにis-activeというクラスがついた時の形状*/
.area.is-active {
  display: block; /*表示*/
  animation-name: displayAnime; /*ふわっと表示させるためのアニメーション*/
  animation-duration: 2s;
  animation-fill-mode: forwards;
  background: #cde5ff;
  margin-bottom: 60px;
}

@keyframes displayAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.floor-map {
  position: relative;
}
.floor-map .zoom {
  color: #0f2453;
  display: flex;
  justify-content: 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;
}
@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:before {
    content: attr(data-label);
    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,
.hotel-title {
  font-size: 22px;
  font-weight: bold;
  color: #0f2453;
  margin-bottom: 0;
  letter-spacing: -0.094em;
}
.hotel-title {
  letter-spacing: 0;
}

.golf-course-title-appendix__area-link a:link,
.golf-course-title-appendix__area-link a:visited,
.hotel-title-appendix:link,
.hotel-title-appendix:vieited {
  color: #fff;
  background: #475b88;
  text-decoration: none;
  padding: 0.25em 1em;
  font-size: 0.8em;
  display: flex;
  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%;
  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%;
  transform: translate(0, -50%);
  width: 100%;
}

@media screen and (max-width: 52.5em) {
  #carousel .flex-direction-nav {
    display: inherit;
  }
}

#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;
}

/*For ゴルフ場詳細ページ テキスト箇所----------------------------------------------------------------------------------------*/
.golf-description-text,
.hotel-description-text {
  margin-top: 1em;
  margin-bottom: 2em !important;
}

/*For ゴルフ場詳細ページ 料金箇所----------------------------------------------------------------------------------------*/
.prices {
  margin-bottom: 2em;
}

.price-table {
  background: #f0f7fd;
  margin-bottom: 0.75em;
  padding: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 52.5em) {
  .price-table {
    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: flex;
  background: #0f2453;
  color: #fff !important;
  text-decoration: none;
  width: 75%;
  margin: 0 auto;
  padding: 1em;
  font-weight: bold;
  border-radius: 3em;
  position: relative;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition: 0.3s;
}

@media screen and (max-width: 52.5em) {
  .price-button {
    width: 100%;
  }
}
@media screen and (max-width: 420px) {
  .price-button {
    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;
  }
}

.price-button:hover {
  background: #a58d5d;
  color: #fff;
}

.price-button::after {
  content: "→";
  background: #fff;
  color: #000;
  width: 2em;
  height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 1em;
  top: 0.9em;
}

.price-button:hover::after {
  color: #a58d5d;
}

.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%;
}

@media screen and (max-width: 52.5em) {
  .golf-details-data__table {
    width: 100%;
    float: left;
    margin-right: 0;
  }
}

.golf-details-data__table:last-child {
  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: flex;
  justify-content: flex-start;
  padding: 1em;
  background: #f3f3f3;
  font-weight: bold;
  cursor: pointer;
  border-left: 5px solid #0f2453;
  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: flex;
  align-items: 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: flex;
  align-items: center;
  justify-content: center;
  height: 1.75em;
}
@media screen and (max-width: 52.5em) {
  .tab-value {
    font-size: 0.8em;
  }
}

.tab-value:last-child {
  margin: 0 0.25em;
}

.tab-content {
  max-height: 0;
  padding: 0;
  color: #2c3e50;
  background: #fff;
  transition: all 0.35s;
  visibility: hidden;
}

.tab-close {
  display: flex;
  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 {
}

input:checked + .tab-label::after {
  transform: rotate(45deg);
}

.hotel-details input:checked + .tab-label::after {
  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;
  transform: rotate(0.3deg);
}

#content .entry-content .osusume-area {
  text-decoration: underline;
  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: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
@media screen and (max-width: 52.5em) {
  .golf-courses-list__price-table {
    flex-direction: column;
  }
}

.golf-courses-list__price-table + .golf-courses-list__price-table {
  margin-bottom: 1em;
}

.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;
  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;
  transform: rotate(0.3deg);
}

@media screen and (max-width: 52.5em) {
  .golf-courses-list__price-sub {
    font-size: 0.8em;
  }
}

.golf-courses-list__button,
.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;
  transition: 0.3s;
  position: relative;
}

.golf-courses-list__button::after {
  content: "→";
  background: #fff;
  color: #000;
  width: 1.5em;
  height: 1.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
}

.golf-courses-list__button:hover::after {
  color: #a58d5d;
}

.golf-courses-list__button:hover {
  background: #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;
}

@media screen and (max-width: 52.5em) {
  .golf-course-notice {
    padding: 0.5em 0.75em 0.65em;
  }
}

.golf-course-notice .caution-list {
  margin-bottom: 0;
}

/*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: 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;
  transition: opacity 50ms ease-in;
  pointer-events: none;
  display: flex;
  align-items: 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: -12px;
  text-align: center;
  top: -10px;
  width: 34px;
  height: 34px;
  text-decoration: none;
  font-weight: bold;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -moz-box-shadow: 1px 1px 3px #000;
  -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;
}

.main-slider {
  position: relative;
  max-width: 730px;
  max-height: 660px;
  height: 100%;
  width: 100%;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .main-slider {
    max-height: 550px;
  }
}
.loader-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  overflow: hidden;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.loader {
  position: absolute;
  top: 150px;
  width: fit-content;
  font-weight: bold;
  font-family: sans-serif;
  font-size: 30px;
  padding: 0 5px 8px 0;
  background: repeating-linear-gradient(90deg, #475b88 0 8%, #0000 0 10%) 200%
    100%/200% 3px no-repeat;
  animation: l3 2s steps(6) infinite;
}
.loader:before {
  content: "Loading";
  color: #475b88;
}
@keyframes l3 {
  to {
    background-position: 80% 100%;
  }
}

@-webkit-keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load3 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.slider-img,
.carousel-img {
  border: solid 1px #fff;
}
