@charset "UTF-8";
/* disp */
@media (max-width: 719px) {
  .pc {
    display: none;
  }
}

@media (min-width: 720px) {
  .sp {
    display: none;
  }
}

/* tablet */
.js_isTablet {
  width: 87% !important;
}

/*** layout ***/
/* title */
.l-titlearea {
  width: 1024px;
  margin: 70px auto;
}
@media (max-width: 719px) {
  .l-titlearea {
    width: 95%;
    margin: 40px auto;
  }
}
.l-titlearea h1 {
  font-size: 31px;
  font-weight: bold;
  color: #000;
  text-align: center;
  margin-bottom: 50px;
}
.l-titlearea h2 {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  text-align: left;
}
@media (max-width: 719px) {
  .l-titlearea h2 {
    font-size: 4.5vw;
    line-height: 1.9;
  }
}

.l-title-gold {
  width: 100%;
  background: #988776;
  height: 64px;
  padding: 5px 22px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 719px) {
  .l-title-gold {
    font-size: 18px;
  }
}
.l-title-gold.l-center, .l-title-gold.center {
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}

.l-title-gray {
  width: 100%;
  font-size: 23px;
  font-weight: bold;
  padding: 21px 28px;
  color: #fff;
  background: #acacac;
}
@media (max-width: 719px) {
  .l-title-gray {
    font-size: 4.5vw;
    padding: 0.8em;
  }
}

.l-innertitle {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin: 40px auto 0;
  margin-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 719px) {
  .l-innertitle {
    width: 100%;
  }
}

/* inner navigation */
@media (max-width: 719px) {
  .golf-innernav nav,
.l-innernav nav {
    text-align: center;
  }
  .golf-innernav nav:after,
.l-innernav nav:after {
    width: 100%;
    align: center;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #000;
    position: relative;
    top: 20px;
  }
}
.golf-innernav ul,
.l-innernav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.golf-innernav ul li,
.l-innernav ul li {
  width: 11.2%;
}
@media (max-width: 719px) {
  .golf-innernav ul li,
.l-innernav ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.golf-innernav ul li a,
.l-innernav ul li a {
  height: 51px;
  line-height: 1.3;
  font-size: 13.5px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 719px) {
  .golf-innernav ul li a,
.l-innernav ul li a {
    height: 45px;
  }
}
.golf-innernav ul li a:hover, .golf-innernav ul li a.current,
.l-innernav ul li a:hover,
.l-innernav ul li a.current {
  background: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 720px) {
  .golf-innernav ul li a.current:after,
.l-innernav ul li a.current:after {
    position: absolute;
    bottom: -20px;
    left: 48px;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
  }
}
.golf-innernav.spread li,
.l-innernav.spread li {
  width: 12.5%;
}
@media (max-width: 719px) {
  .golf-innernav.spread li,
.l-innernav.spread li {
    width: 100%;
  }
}
.golf-innernav.spread li a,
.l-innernav.spread li a {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 720px) {
  .golf-innernav.spread li a.current:after,
.l-innernav.spread li a.current:after {
    left: 57px;
  }
}
.golf-innernav.col2,
.l-innernav.col2 {
  padding-bottom: 40px;
}
.golf-innernav.col2 li,
.l-innernav.col2 li {
  width: 48%;
}
@media (max-width: 719px) {
  .golf-innernav.col2 li,
.l-innernav.col2 li {
    width: 100%;
  }
}
.golf-innernav.col2 li a,
.l-innernav.col2 li a {
  font-size: 13px;
  text-align: center;
}
@media (min-width: 720px) {
  .golf-innernav.col2 li a.current:after,
.l-innernav.col2 li a.current:after {
    left: 0;
    right: 0;
  }
}

/*** text-p gray ***/
/* detail page */
.l-paragraph {
  color: #000;
  font-size: 16px;
  line-height: 1.9;
  margin: 10px auto 20px;
}
@media (max-width: 719px) {
  .l-paragraph {
    font-size: 14px;
  }
}
.l-paragraph p:not(:first-child) {
  margin-top: 20px;
}
.l-paragraph strong {
  font-weight: bold;
}

.l-annotation {
  color: #bf2626;
}

.gray-table {
  margin-bottom: 100px;
}

.gray-table,
.l-gray-table {
  width: 100%;
}
.gray-table tr,
.l-gray-table tr {
  border-bottom: 1px solid #d7d7d7;
}
.gray-table tr:nth-child(odd) td,
.l-gray-table tr:nth-child(odd) td {
  background: #f8f8f8;
}
.gray-table tr th,
.l-gray-table tr th {
  font-size: 16px;
  padding: 20px 20px 19px 15px;
  background: #acacac;
  min-height: 50px;
  color: #fff;
}
@media (max-width: 719px) {
  .gray-table tr th,
.l-gray-table tr th {
    font-size: 2vw;
    padding: 20px 8px;
  }
}
.gray-table tr td,
.l-gray-table tr td {
  font-size: 16px;
  padding: 13px 20px 12px 15px;
  line-height: 1.8;
  color: #000;
  vertical-align: middle;
  text-align: center;
}

/* btn */
.l-btn-black {
  display: block;
}
.l-btn-black a, .l-btn-black_href {
  background: #000 url(/assets/images/common/btn-arrow-right.png) no-repeat 94% 50%;
  background-size: 8px 12px;
  padding: 18px 0;
  color: #fff;
  border: solid 1px #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
}
@media (max-width: 719px) {
  .l-btn-black a, .l-btn-black_href {
    padding: 22px 0;
  }
}
.l-btn-black a:hover, .l-btn-black_href:hover {
  cursor: pointer;
  text-decoration: none;
  border: solid 1px #000;
  color: #000;
  background: #fff url(/assets/images/common/btn-arrow-right-blk.png) no-repeat 94% 50%;
  background-size: 8px 12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.l-btn-white, .btn-white {
  display: block;
}
.l-btn-white a, .btn-white a {
  background: #fff url(/assets/images/common/btn-arrow-right-blk.png) no-repeat 94% 50%;
  background-size: 8px 12px;
  padding: 18px 0;
  border: solid 1px #000;
  color: #000;
  display: block;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
}
.l-btn-white a:hover, .btn-white a:hover {
  cursor: pointer;
  text-decoration: none;
  border: solid 1px #000;
  color: #fff;
  background: #000 url(/assets/images/common/btn-arrow-right.png) no-repeat 94% 50%;
  background-size: 8px 12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.btnbig, .l-btnbig {
  width: 100%;
  max-width: 964px;
  margin: 50px auto 70px;
}
.btnbig .btn-black, .btnbig .l-btn-black, .l-btnbig .btn-black, .l-btnbig .l-btn-black {
  width: 100% !important;
}
.btnbig .btn-black a, .btnbig .l-btn-black a, .l-btnbig .btn-black a, .l-btnbig .l-btn-black a {
  font-weight: bold;
}
@media (min-width: 720px) {
  .btnbig .btn-black a, .btnbig .l-btn-black a, .l-btnbig .btn-black a, .l-btnbig .l-btn-black a {
    font-size: 18px;
    padding: 32px 0;
  }
}
@media (max-width: 719px) {
  .btnbig .btn-black a, .btnbig .l-btn-black a, .l-btnbig .btn-black a, .l-btnbig .l-btn-black a {
    font-size: 16px !important;
    padding: 22px 0 !important;
  }
}

.btnback_area, .l-btnback_area {
  width: 100%;
  color: #000;
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  .btnback_area, .l-btnback_area {
    position: relative;
    top: 0;
    left: -24px;
    margin-bottom: 90px;
  }
}
.btnback_area a, .l-btnback_area a {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
.btnback_area a:hover > .btn-back, .l-btnback_area a:hover > .btn-back {
  cursor: pointer;
  text-decoration: none;
  border: solid 1px #000;
  color: #000;
  background: #fff url(/assets/images/golf/arrow_s_left.gif) no-repeat center;
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.btnback_area .btn-back, .l-btnback_area .btn-back {
  display: inline-block;
  width: 48px;
  height: 48px;
  background: #000 url(/assets/images/arrow-left.png) no-repeat center;
  background-size: 9px 17px;
  border: solid 1px #000;
  color: #000;
  text-align: center;
  margin-right: 15px;
}

.l-table {
  width: 100%;
  table-layout: fixed;
  font-size: 16px;
  border-top: 1px solid #d7d7d7;
}
@media (max-width: 719px) {
  .l-table {
    font-size: 14px;
  }
}
.l-table tr {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.l-table tr th, .l-table tr td {
  padding: 12px 30px 12px 20px;
  border-left: 1px solid #d7d7d7;
  line-height: 1.6;
}
@media (max-width: 719px) {
  .l-table tr th, .l-table tr td {
    padding: 12px 15px;
  }
}
.l-table tr .l-table_leftitem {
  border-left: none;
}
@media (max-width: 719px) {
  .l-table tr .l-table_leftitem {
    padding: 12px 10px 12px 5px;
    min-width: 72px;
  }
}
.l-table tr:nth-child(odd) th, .l-table tr:nth-child(odd) td {
  background: #f8f8f8;
}
.l-table a {
  font-size: inherit;
  color: inherit;
}

.l-dl {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .l-dl {
    margin-top: 40px;
  }
}
.l-dl_title {
  width: 100%;
  background: #988776;
  min-height: 52px;
  padding: 18px 22px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.05em;
}
.l-dl_title table {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.l-dl_title table td {
  width: 33.33%;
  text-align: center;
}
.l-dl_title:not(:first-child) {
  margin-top: 40px;
}
.l-dl_detail {
  font-size: 13.5px;
  padding: 20px 22px;
  line-height: 1.8;
  color: #888;
  letter-spacing: 0.02em;
}
.l-dl_table {
  width: 100%;
  clear: both;
}
.l-dl_table table {
  width: 100%;
}
.l-dl_table table tr {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.l-dl_table table tr:nth-child(even) td {
  background: #f8f8f8;
}
.l-dl_table table a {
  font-size: inherit;
  color: inherit;
}
.l-dl_table_cate {
  font-size: 16px;
  font-weight: bold;
  padding: 13px 22px;
  border-right: 1px solid #d7d7d7;
  text-align: center;
}
@media (min-width: 720px) {
  .l-dl_table_cate {
    width: 350px;
  }
}
@media (max-width: 719px) {
  .l-dl_table_cate {
    font-size: 14px;
    padding: 12px 10px;
  }
}
.l-dl_table_text {
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.02em;
}
@media (min-width: 720px) {
  .l-dl_table_text {
    width: 614px;
    padding: 13px 20px 13px 40px;
  }
}
@media (max-width: 719px) {
  .l-dl_table_text {
    font-size: 14px;
    padding: 12px 10px 13px 20px;
  }
}
.l-dl_table_text strong {
  font-weight: bold;
}
.l-dl_mapbtnarea {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 70px;
}

.l-payment-dl dt {
  font-size: 18px;
  font-weight: bold;
  margin: 40px 0 18px;
  padding: 0 30px;
}
@media (max-width: 719px) {
  .l-payment-dl dt {
    padding: 0 10px;
  }
}
.l-payment-dl dd {
  font-size: 16px;
  line-height: 1.7;
  padding: 0 0 29px;
  margin: 0 30px;
  border-bottom: 1px solid #d7d7d7;
}
@media (max-width: 719px) {
  .l-payment-dl dd {
    padding: 0 18px 25px;
    margin: 0;
  }
}

.l-payment-dl a,
.l-paragraph a {
  text-decoration: none;
  font-size: inherit;
  color: inherit;
}
.l-payment-dl a._u,
.l-paragraph a._u {
  text-decoration: underline;
}
.l-payment-dl ul li,
.l-paragraph ul li {
  padding-left: 1em;
  text-indent: -1.2em;
}

/** main menu **/
@media (min-width: 720px) {
  .l-navigation {
    width: 964px;
    margin: 60px auto 95px;
    margin-bottom: 60px;
  }
}
@media (max-width: 719px) {
  .l-navigation {
    width: 90%;
    margin: 30px auto;
  }
}
.l-navigation a:hover > .l-navigation_image .l-navigation_image_action {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-navigation_image {
  width: 100%;
  overflow: hidden;
}
.l-navigation_image_action {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-color: #988776;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.l-navigation ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.l-navigation ul li {
  width: 100%;
  margin: 20px 0 30px;
}
@media (min-width: 720px) {
  .l-navigation ul.l-navigation_1col li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .l-navigation ul.l-navigation_1col .l-navigation_image {
    width: 300px;
    height: 200px;
  }
  .l-navigation ul.l-navigation_1col .l-navigation_desc {
    width: calc( 100% - 300px );
  }
}
@media (min-width: 720px) {
  .l-navigation ul.l-navigation_2col li {
    width: 46.6%;
    cursor: pointer;
  }
}
@media (max-width: 719px) {
  .l-navigation ul.l-navigation_2col li {
    width: 100%;
  }
}
.l-navigation ul.l-navigation_2col .l-navigation_image {
  width: 100%;
}
@media (min-width: 720px) {
  .l-navigation ul.l-navigation_2col .l-navigation_image {
    height: 250px;
  }
}
@media (max-width: 719px) {
  .l-navigation ul.l-navigation_2col .l-navigation_image {
    height: 180px;
  }
}
@media (min-width: 720px) {
  .l-navigation ul.l-navigation_3col li {
    width: 30%;
    cursor: pointer;
  }
}
@media (min-width: 720px) and (max-width: 719px) {
  .l-navigation ul.l-navigation_3col li {
    width: 100%;
  }
}
.l-navigation ul.l-navigation_3col .l-navigation_image {
  width: 100%;
}
@media (min-width: 720px) {
  .l-navigation ul.l-navigation_3col .l-navigation_image {
    height: 200px;
  }
}
@media (max-width: 719px) {
  .l-navigation ul.l-navigation_3col .l-navigation_image {
    height: 220px;
  }
}
.l-navigation ul.l-navigation_3col .l-navigation_image_action {
  background-size: cover;
}
.l-navigation ul.l-navigation_4col li {
  width: 46.6%;
  cursor: pointer;
}
@media (max-width: 719px) {
  .l-navigation ul.l-navigation_4col li {
    width: 100%;
  }
}
.l-navigation ul.l-navigation_4col li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-navigation ul.l-navigation_4col .l-navigation_image {
  width: 195px;
  height: 130px;
}
@media (max-width: 719px) {
  .l-navigation ul.l-navigation_4col .l-navigation_image {
    width: 150px;
    height: 100px;
  }
}
.l-navigation ul.l-navigation_4col .l-navigation_image_action {
  background-size: cover;
}
.l-navigation ul.l-navigation_4col .l-navigation_desc {
  width: calc( 100% - 195px );
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 719px) {
  .l-navigation ul.l-navigation_4col .l-navigation_desc {
    width: calc( 100% - 150px );
    font-size: 16px;
    padding: 5px;
  }
}
.l-navigation_desc {
  display: block;
  padding: 22px 25px;
  font-size: 13.5px;
  line-height: 1.6;
  text-decoration: none;
  background: #f3f3f3;
}
.l-navigation_desc:hover > p {
  text-decoration: underline;
}
.l-navigation_title {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 0.4em;
  color: #000;
}
.l-navigation_godetail {
  margin: 22px 5px 5px auto;
  text-align: right;
  color: #000;
  font-weight: bold;
}
.l-navigation_godetail::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(/assets/images/golf/arrow_s_right.gif) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
  position: relative;
  top: -1px;
  left: 0;
}

/*** list template ***/
.golfguide-list .searchlist-area,
.l-list .searchlist-area {
  margin: 30px auto;
  /* result image */
}
@media (min-width: 720px) {
  .golfguide-list .searchlist-area,
.l-list .searchlist-area {
    width: 1024px;
  }
}
@media (max-width: 719px) {
  .golfguide-list .searchlist-area,
.l-list .searchlist-area {
    width: 95%;
  }
}
.golfguide-list .searchlist-area .searchlist-area_result,
.l-list .searchlist-area .searchlist-area_result {
  width: 100%;
  padding: 3px 2px 2px;
  border: 1px solid #ccc;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
  position: relative;
}
@media (max-width: 719px) {
  .golfguide-list .searchlist-area .searchlist-area_result,
.l-list .searchlist-area .searchlist-area_result {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.golfguide-list .searchlist-area .searchlist-area_result_image,
.l-list .searchlist-area .searchlist-area_result_image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (min-width: 720px) {
  .golfguide-list .searchlist-area .searchlist-area_result_image,
.l-list .searchlist-area .searchlist-area_result_image {
    width: 370px;
  }
  .golfguide-list .searchlist-area .searchlist-area_result_image .image_box,
.l-list .searchlist-area .searchlist-area_result_image .image_box {
    width: 370px;
    height: 250px;
    text-align: center;
    background: #eee;
    display: table-cell;
    vertical-align: middle;
    position: relative;
    overflow: hidden;
  }
  .golfguide-list .searchlist-area .searchlist-area_result_image .image_box img,
.l-list .searchlist-area .searchlist-area_result_image .image_box img {
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media (max-width: 719px) {
  .golfguide-list .searchlist-area .searchlist-area_result_image,
.l-list .searchlist-area .searchlist-area_result_image {
    width: 100%;
  }
  .golfguide-list .searchlist-area .searchlist-area_result_image.list,
.l-list .searchlist-area .searchlist-area_result_image.list {
    width: 35%;
    position: absolute;
    top: 3px;
    left: 2px;
  }
  .golfguide-list .searchlist-area .searchlist-area_result_image .image_box,
.l-list .searchlist-area .searchlist-area_result_image .image_box {
    width: 32vw;
    height: 22vw;
    background: #eee;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .golfguide-list .searchlist-area .searchlist-area_result_image .image_box img,
.l-list .searchlist-area .searchlist-area_result_image .image_box img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
  }
}
.golfguide-list .searchlist-area .searchlist-area_result_image div,
.l-list .searchlist-area .searchlist-area_result_image div {
  background: #eee;
  min-height: 85px;
}
.golfguide-list .searchlist-area .searchlist-area_result_image img:hover,
.l-list .searchlist-area .searchlist-area_result_image img:hover {
  opacity: 0.8;
}
.golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-top,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-top {
  width: 100%;
  margin-bottom: 2px;
  overflow: hidden;
}
@media (min-width: 720px) {
  .golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-top,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-top {
    height: 250px;
  }
}
@media (max-width: 719px) {
  .golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-top, .golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-top img,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-top,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-top img {
    width: 100%;
  }
}
.golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-top img,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-top img {
  width: 100%;
}
.golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-bottom,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-bottom {
  width: calc( 50% - 1px );
  overflow: hidden;
}
.golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-bottom img,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-bottom img {
  width: auto;
  height: auto;
  min-width: 100%;
  min-height: 100%;
}
@media (min-width: 720px) {
  .golfguide-list .searchlist-area .searchlist-area_result_image .resultimage-bottom,
.l-list .searchlist-area .searchlist-area_result_image .resultimage-bottom {
    height: 125px;
  }
}
.golfguide-list .searchlist-area .searchlist-area_result_image div:last-of-type,
.l-list .searchlist-area .searchlist-area_result_image div:last-of-type {
  margin-left: 2px;
}
.golfguide-list .searchlist-area.golf-innernav,
.l-list .searchlist-area.golf-innernav {
  margin-bottom: 40px;
}
@media (min-width: 720px) {
  .golfguide-list .searchlist-area_result_detail,
.l-list .searchlist-area_result_detail {
    width: calc( 100% - 372px );
    padding: 25px 28px;
  }
}
@media (max-width: 719px) {
  .golfguide-list .searchlist-area_result_detail,
.l-list .searchlist-area_result_detail {
    width: 100%;
    padding: 10px 10px 70px;
  }
}
.golfguide-list .searchlist-area_result_detail .result_detail-labelarea,
.l-list .searchlist-area_result_detail .result_detail-labelarea {
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .golfguide-list .searchlist-area_result_detail .result_detail-labelarea,
.l-list .searchlist-area_result_detail .result_detail-labelarea {
    margin-bottom: 15px;
  }
}
.golfguide-list .btn-black:not(.induction), .golfguide-list .l-btn-black,
.golfguide-list .btn-white, .golfguide-list .l-btn-white,
.l-list .btn-black:not(.induction),
.l-list .l-btn-black,
.l-list .btn-white,
.l-list .l-btn-white {
  display: inline-block;
  margin: 0;
  width: 280px;
}
@media (max-width: 719px) {
  .golfguide-list .btn-black:not(.induction) a, .golfguide-list .l-btn-black a,
.golfguide-list .btn-white a, .golfguide-list .l-btn-white a,
.l-list .btn-black:not(.induction) a,
.l-list .l-btn-black a,
.l-list .btn-white a,
.l-list .l-btn-white a {
    padding: 18px 0;
    font-size: 14px;
  }
}
@media (max-width: 719px) {
  .golfguide-list .btn-white, .golfguide-list .l-btn-white,
.l-list .btn-white,
.l-list .l-btn-white {
    width: 90%;
    max-width: 280px;
    margin: 10px auto 0;
  }
}
@media (min-width: 720px) {
  .golfguide-list .btn-white, .golfguide-list .l-btn-white,
.l-list .btn-white,
.l-list .l-btn-white {
    margin-right: 26px;
  }
}
.golfguide-list .shop-area-wp,
.l-list .shop-area-wp {
  margin-top: 80px;
}

.result_detail-title {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.05em;
  margin-bottom: 10px;
}
@media (max-width: 719px) {
  .result_detail-title {
    width: 62%;
    font-size: 22px;
    margin-left: auto;
    line-height: 1.3;
    min-height: 10vw;
  }
}
.result_detail-titlesub {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .result_detail-titlesub {
    width: 62%;
    margin-left: auto;
    line-height: 1.4;
    margin-bottom: 10px;
  }
}
.result_detail-labelarea {
  display: inline-block;
}
@media (max-width: 719px) {
  .result_detail-labelarea {
    display: block;
    width: 62%;
    min-height: 6vw;
    margin-left: auto;
  }
}
@media (max-width: 719px) {
  .result_detail-labelarea.labeltop {
    width: 100%;
  }
}
.result_label {
  padding: 4px 15px;
  background: #000;
  color: #fff;
  margin-bottom: 9px;
  margin-right: 2px;
  white-space: nowrap;
}
@media (max-width: 719px) {
  .result_label {
    display: inline-block;
  }
}
.result_label.ctc {
  background: #43b77a;
}
.result_label.ctb {
  background: #eb212e;
}
.result_labelsub {
  padding: 4px 15px;
  background: #eb212e;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 719px) {
  .result_labelsub {
    display: inline-block;
  }
}
.result_memo {
  font-size: 13.5px;
  margin-bottom: 18px;
}
.result_memo strong {
  font-weight: bold;
  color: #000;
}
.result_type {
  font-size: 13.5px;
  margin-bottom: 3px;
  display: inline-block;
}
@media (max-width: 719px) {
  .result_type {
    display: block;
    width: 63%;
    margin-left: auto;
  }
}
.result_text {
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.018em;
}
@media (min-width: 720px) {
  .result_text {
    height: 150px;
    margin-bottom: 18px;
  }
}
@media (max-width: 719px) {
  .result_text {
    height: 76px;
    margin-bottom: 10px;
  }
}
.result_text-short {
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  position: relative;
  letter-spacing: 0.018em;
}
@media (min-width: 720px) {
  .result_text-short {
    min-height: 56px;
    margin-bottom: 18px;
  }
}
@media (max-width: 719px) {
  .result_text-short {
    height: auto;
    margin-bottom: 10px;
  }
}
.result_table {
  width: 100%;
  font-weight: bold;
  border-top: 1px solid #d7d7d7;
  margin-bottom: 15px;
}
.result_table tr {
  border-bottom: 1px solid #d7d7d7;
}
.result_table th {
  width: 25%;
  font-size: 16px;
  font-weight: bold;
  background: #f6f6f6;
  padding: 10px 20px;
  line-height: 1.5;
  border-right: 1px solid #d7d7d7;
  text-align: center;
}
@media (max-width: 719px) {
  .result_table th {
    font-size: 14px;
    padding: 8px 10px 6px;
  }
}
.result_table td {
  font-size: 16px;
  line-height: 1.5;
  color: #000;
  letter-spacing: 0.02em;
  padding: 10px 20px;
  word-break: break-all;
}
@media (max-width: 719px) {
  .result_table td {
    font-size: 14px;
    padding: 8px 10px 6px;
  }
}
.result_table td span {
  font-weight: normal;
}
.result_btnarea {
  text-align: right;
  width: 100%;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .result_btnarea {
    width: calc(100% - 20px);
    position: absolute;
    left: 0;
    bottom: 10px;
  }
  .result_btnarea p {
    margin-left: 3% !important;
  }
  .result_btnarea p:first-child {
    width: 43% !important;
  }
  .result_btnarea p:not(:first-child) {
    width: 50% !important;
  }
}
@media only screen and (max-width: 320px) {
  .result_btnarea .l-btn-black,
.result_btnarea .l-btn-white {
    max-width: 48%;
  }
  .result_btnarea .l-btn-black a,
.result_btnarea .l-btn-white a {
    font-size: 3.2vw !important;
    padding-right: 1em;
  }
}
.result_address {
  line-height: 1.3;
}
@media (min-width: 720px) {
  .result_address {
    font-size: 16px;
    left: 25px;
    bottom: 25px;
    width: 450px;
    padding: 25px 15px 15px 15px;
  }
}
@media (max-width: 719px) {
  .result_address {
    font-size: 14px;
    margin-bottom: 8px;
  }
}

/*** detail page ***/
.l-page-detail {
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .l-page-detail {
    width: 90%;
  }
}
.l-page-detail_titlearea {
  margin: 18px auto 20px;
  text-align: left;
}
@media (max-width: 719px) {
  .l-page-detail_titlearea {
    margin-bottom: 3px;
  }
}
.l-page-detail_titlearea_title01 {
  margin: 0 auto 3px;
  color: #000;
}
@media (min-width: 720px) {
  .l-page-detail_titlearea_title01 {
    width: 100%;
    font-size: 36px;
    text-align: left;
  }
}
@media (max-width: 719px) {
  .l-page-detail_titlearea_title01 {
    width: 95%;
    margin: 0 auto;
    font-size: 6vw;
  }
}
.l-page-detail_titlearea_title02 {
  font-size: 18px;
  text-align: left;
  font-weight: bold;
  display: inline-block;
  position: relative;
  top: 3px;
  margin: 0 15px 8px 5px;
}
@media (max-width: 719px) {
  .l-page-detail_titlearea_title02 {
    width: 95%;
    font-size: 4vw;
    text-align: center;
    line-height: 1.6;
    margin: 0 8px;
  }
}
.l-page-detail_titlearea_label {
  display: inline-block;
}
@media (max-width: 719px) {
  .l-page-detail_titlearea_label {
    width: 100%;
    text-align: center;
    padding: 20px 0 18px;
  }
}
.l-page-detail_titlearea_label_content {
  padding: 4px 15px;
  background: #000;
  color: #fff;
  margin-bottom: 9px;
  margin-right: 2px;
  white-space: nowrap;
  letter-spacing: 0.05em;
}
.l-page-detail_titlearea_label_content.gold {
  background: #988776;
}
.l-page-detail_titlearea_label_content.red {
  background: #eb212e;
}
.l-page-detail_sub-container {
  padding: 0 0 0 50px;
}
@media (max-width: 719px) {
  .l-page-detail_sub-container {
    padding: 0 3%;
  }
}
.l-page-detail_mapbutton {
  width: 260px;
  margin-left: auto;
}

/*** pankuzu ***/
.l-breadcontainer {
  position: relative;
  padding-top: 50px;
  background: url(/assets/images/golf/golflist-bg.jpg) repeat-x;
  background-size: 1438px 100%;
}
@media (min-width: 720px) {
  .l-breadcontainer {
    min-width: 1296px;
  }
}

/*** etc ***/
.center, .l-center {
  text-align: center;
}

.l-titlemargin {
  margin: 80px auto 25px;
}
@media (max-width: 719px) {
  .l-titlemargin {
    margin-top: 40px;
  }
}

.sub-link-area {
  display: table;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}
.sub-link-area ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.sub-link-area ul li a {
  font-size: 14px;
}

/* パンくず */
.breadcrumb,
.c-breadcrumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  color: #fff;
  margin: 0 auto;
  padding: 18px 0;
  height: 50px;
  background: rgba(0, 0, 0, 0.4);
}
@media (max-width: 719px) {
  .breadcrumb,
.c-breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
.breadcrumb, .breadcrumb a,
.c-breadcrumb,
.c-breadcrumb a {
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  letter-spacing: 0.02em;
}
@media (max-width: 719px) {
  .breadcrumb, .breadcrumb a,
.c-breadcrumb,
.c-breadcrumb a {
    font-size: 11px;
  }
}
.breadcrumb ul,
.c-breadcrumb ul {
  text-align: center;
}
@media (max-width: 719px) {
  .breadcrumb ul,
.c-breadcrumb ul {
    text-align: left;
    padding: 0 1em;
    line-height: 1.1;
  }
}
.breadcrumb ul li,
.c-breadcrumb ul li {
  display: inline;
}
.breadcrumb ul li:not(:first-child)::before,
.c-breadcrumb ul li:not(:first-child)::before {
  content: "›";
  margin: 0 14px;
  font-size: 1.2em;
}

/* card plan listtab */
@media (max-width: 719px) {
  .c-select-nav nav {
    text-align: center;
  }
  .c-select-nav nav:after {
    width: 100%;
    text-align: center;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #000;
    position: relative;
    top: 20px;
  }
}
.c-select-nav ul {
  width: 100%;
  margin: 15px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
@media (max-width: 719px) {
  .c-select-nav ul {
    width: 96%;
  }
}
.c-select-nav ul li {
  width: 33.333%;
  border: 2px solid #000;
}
@media (min-width: 720px) {
  .c-select-nav ul li:not(:first-child) {
    border-left: 1px solid #000;
    border-right: 1px solid #000;
  }
  .c-select-nav ul li:last-child {
    border-right: 2px solid #000;
  }
}
@media (max-width: 719px) {
  .c-select-nav ul li {
    width: 100%;
    margin-bottom: 10px;
  }
}
.c-select-nav ul li a {
  height: 47px;
  line-height: 1.3;
  font-size: 16px;
  text-decoration: none;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 719px) {
  .c-select-nav ul li a {
    height: 45px;
  }
}
.c-select-nav ul li a:hover, .c-select-nav ul li a.current {
  background: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 720px) {
  .c-select-nav ul li a.current:after {
    position: absolute;
    bottom: -22px;
    left: 50%;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
  }
}

/* golf price tab */
@media (max-width: 719px) {
  .golf-innernav nav {
    text-align: center;
  }
  .golf-innernav nav:after {
    width: 100%;
    align: center;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 8px;
    height: 8px;
    border: 8px solid transparent;
    border-top: 8px solid #000;
    position: relative;
    top: 20px;
  }
}
.golf-innernav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: relative;
}
.golf-innernav ul li {
  width: 11.2%;
}
@media (max-width: 719px) {
  .golf-innernav ul li {
    width: 48%;
    margin-bottom: 10px;
  }
}
.golf-innernav ul li a {
  height: 51px;
  line-height: 1.3;
  font-size: 13.5px;
  font-weight: bold;
  text-decoration: none;
  background: #fff;
  border: 1px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 719px) {
  .golf-innernav ul li a {
    height: 45px;
  }
}
.golf-innernav ul li a:hover, .golf-innernav ul li a.current {
  background: #000;
  color: #fff;
  position: relative;
}
@media (min-width: 720px) {
  .golf-innernav ul li a.current:after {
    position: absolute;
    bottom: -20px;
    left: 48px;
    margin: auto;
    content: "";
    vertical-align: middle;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 5px;
    height: 5px;
    border: 5px solid transparent;
    border-top: 5px solid #000;
  }
}

/*　お問い合わせ => tel form */
.c-contact {
  border: 10px solid #000;
}
.c-contact_title {
  font-size: 30px;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 12px 0 14px;
  text-align: center;
}
.c-contact_contentsbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 35px 30px 15px 35px;
  font-size: 14px;
  line-height: 1.8;
}
@media (max-width: 719px) {
  .c-contact_contentsbox {
    padding: 15px;
  }
}
.c-contact_contentsbox_time {
  width: 18%;
}
@media (min-width: 720px) {
  .c-contact_contentsbox_time {
    border-right: 1px solid #000;
    padding-right: 40px;
  }
}
@media (max-width: 719px) {
  .c-contact_contentsbox_time {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.c-contact_contentsbox_form {
  width: 82%;
}
@media (min-width: 720px) {
  .c-contact_contentsbox_form {
    padding-left: 40px;
  }
}
@media (max-width: 719px) {
  .c-contact_contentsbox_form {
    width: 100%;
  }
}
.c-contact_subbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.c-contact_timehead {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0.04em;
}
.c-contact_text {
  color: #888;
}
@media (max-width: 719px) {
  .c-contact_text_sp {
    text-align: center;
    margin-top: 20px;
  }
}
@media (max-width: 719px) {
  .c-contact_tel {
    margin: 0 auto 10px;
  }
}
.c-contact_tel .tel {
  display: block;
  font-size: 50px;
  height: 90px;
  font-weight: bold;
  padding-left: 65px;
  background: url(/assets/images/card/icon-contact-tel.png) no-repeat;
  background-position: left 10px top 27px;
  text-decoration: none;
}
@media (max-width: 719px) {
  .c-contact_tel .tel {
    height: auto;
    font-size: 9vw;
    margin: 5px auto 0;
    padding-left: 60px;
    background-position: left 10px center;
  }
}
.c-contact_tel .fax, .c-contact_tel .mail {
  font-size: 14px;
  margin-left: 1em;
  display: inline-block;
  position: relative;
  top: -15px;
}
.c-contact_tel .fax {
  margin-right: 2em;
}
.c-contact_btn-area {
  width: 320px;
}
.c-contact_btn-area a {
  padding: 15px 0 14px;
}
@media (max-width: 719px) {
  .c-contact_btn-area {
    width: 100%;
  }
}

.c-clubsearch {
  width: 1024px;
  margin: 30px auto 40px;
  border: 5px solid #000;
}
@media (max-width: 719px) {
  .c-clubsearch {
    width: 95%;
  }
}
.c-clubsearch_title {
  font-size: 18px;
  font-weight: bold;
  background: #000;
  color: #fff;
  padding: 14px 0 16px;
  text-align: center;
}
.c-clubsearch_form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
  padding: 36px 0;
}
@media (max-width: 719px) {
  .c-clubsearch_form {
    padding: 26px 0;
  }
}
.c-clubsearch_form select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.c-clubsearch_form select::-ms-expand {
  display: none;
}
.c-clubsearch_form a,
.c-clubsearch_form input,
.c-clubsearch_form select {
  width: 260px;
  height: 40px;
  margin: 0 10px 0 0;
  padding: 0.65em 1.1em;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.02em;
  border: 1px solid #000;
  border-radius: 0;
}
@media (max-width: 719px) {
  .c-clubsearch_form a,
.c-clubsearch_form input,
.c-clubsearch_form select {
    width: 87% !important;
    max-width: 400px;
    margin: 0 0 10px;
  }
}
.c-clubsearch_form input::-webkit-input-placeholder {
  color: #ddd;
}
.c-clubsearch_form input::-moz-placeholder {
  color: #ddd;
}
.c-clubsearch_form input:-ms-input-placeholder {
  color: #ddd;
}
.c-clubsearch_form input::-ms-input-placeholder {
  color: #ddd;
}
.c-clubsearch_form input::placeholder {
  color: #ddd;
}
.c-clubsearch_form select {
  background: #fff url(/assets/images/golf/arrow_select.gif) no-repeat top 18px right 16px;
}
.c-clubsearch_form button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100px;
  font-size: 14px;
  background: #117c76;
  color: #fff;
  letter-spacing: 0.02em;
}
@media (max-width: 719px) {
  .c-clubsearch_form button {
    width: 87%;
    max-width: 400px;
    padding: 12px 0;
  }
}
.c-clubsearch_form button:hover {
  background: #036b65;
}

.c-subscriptionarea {
  background: #000;
  color: #fff;
}
.c-subscriptionarea_inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 730px;
  margin: 0 auto;
  padding: 37px 0;
}
@media (max-width: 719px) {
  .c-subscriptionarea_inner {
    width: 90%;
  }
}
.c-subscriptionarea_text {
  width: 430px;
  font-size: 24px;
  line-height: 2.5;
  font-weight: bold;
}
@media (max-width: 719px) {
  .c-subscriptionarea_text {
    width: 100%;
    font-size: 20px;
    line-height: 1.4;
    margin-bottom: 8px;
    text-align: center;
  }
}
.c-subscriptionarea .l-btn-white {
  width: 300px;
}
@media (max-width: 719px) {
  .c-subscriptionarea .l-btn-white {
    width: 100%;
  }
}
.c-subscriptionarea .l-btn-white a {
  padding: 16px 0 20px;
}
@media (max-width: 719px) {
  .c-subscriptionarea .l-btn-white a {
    padding: 20px 0 22px;
  }
}
.c-subscriptionarea .l-btn-white a:before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 21px;
  background: url(/assets/images/common/icon-subscription.png) no-repeat;
  background-size: cover;
  position: relative;
  top: 5px;
  left: 0;
  margin-right: 8px;
}

.bg-grey {
  background: #EFEFEF;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-60 {
  padding-top: 60px;
}

.pt-80 {
  padding-top: 80px;
}

.pt-100 {
  padding-top: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pad80 {
  padding: 80px 80px;
}

@media (max-width: 719px) {
  .mt20 {
    margin-top: 10px;
  }

  .mt30 {
    margin-top: 15px;
  }

  .mt40 {
    margin-top: 20px;
  }

  .mb30 {
    margin-bottom: 15px;
  }

  .mb40 {
    margin-bottom: 20px;
  }

  .pt-40 {
    padding-top: 20px;
  }

  .pt-60 {
    padding-top: 30px;
  }

  .pt-80 {
    padding-top: 40px;
  }

  .pt-100 {
    padding-top: 50px;
  }

  .pt-120 {
    padding-top: 60px;
  }

  .pb-80 {
    padding-bottom: 40px;
  }

  .pb-100 {
    padding-bottom: 50px;
  }

  .pad80 {
    padding: 40px 40px;
  }
}
.show-sp {
  display: none;
}
@media (max-width: 719px) {
  .show-sp {
    display: block;
  }
}

.content-1366 {
  max-width: 1366px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

.content-964 {
  max-width: 964px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}

/************ golf **************/
h1 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 50px;
}
@media (max-width: 719px) {
  h1 {
    font-size: 6vw;
    line-height: 1.3;
    margin-bottom: 1em;
  }
}

h2 {
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
@media (max-width: 719px) {
  h2 {
    font-size: 14px;
  }
}

.p-golftop_visual {
  position: relative;
  background: url(/assets/images/golf/golftop_bg.jpg) no-repeat center;
  background-size: cover;
  height: 25.5vw;
}
@media (min-width: 720px) {
  .p-golftop_visual {
    min-width: 1296px;
    height: 368px;
  }
}
@media (max-width: 719px) {
  .p-golftop_visual {
    background-position: top 0 left -100px;
    min-height: 368px;
  }
}
.p-golftop_titlearea {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 120px 1em 0;
}
@media (max-width: 719px) {
  .p-golftop_titlearea {
    padding: 110px 5px 0;
  }
}
.p-golftop_titlearea_1 {
  font-size: 31px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  line-height: 1.4;
  color: #fff;
}
.p-golftop_titlearea_1 span {
  font-size: 0.8em;
  display: block;
  margin-bottom: 10px;
}
@media (max-width: 719px) {
  .p-golftop_titlearea_1 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: 1em;
  }
}
.p-golftop_titlearea_2 {
  font-size: 16px;
  line-height: 1.4;
  color: #fff;
  text-align: center;
}
@media (max-width: 719px) {
  .p-golftop_titlearea_2 {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-golftop .l-navigation ul_desc {
  background: #f3f3f3;
}
@media (min-width: 720px) {
  .p-golftop .l-navigation ul.l-navigation_1col {
    margin-top: 30px;
  }
}
@media (max-width: 719px) {
  .p-golftop .l-navigation ul.l-navigation_1col .l-navigation_image {
    height: 180px;
  }
}
.p-golftop .l-navigation ul.l-navigation_1col .l-navigation_image_action {
  background-color: #7dc477;
  background-size: auto;
}
.p-golftop .l-navigation ul.l-navigation_2col .l-navigation_image_action {
  background-color: #988776;
  background-size: auto;
}
.p-golftop .feature-area {
  background: #ebebeb;
  margin: 0 auto 80px;
  padding: 20px 0 22px;
}
@media (max-width: 719px) {
  .p-golftop .feature-area {
    margin: 0 auto 40px;
    padding: 30px 0 10px;
  }
}
.p-golftop .feature-area .feature-area_frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 720px) {
  .p-golftop .feature-area .feature-area_frame {
    width: 964px;
    margin: 60px auto;
  }
  .p-golftop .feature-area .feature-area_frame .feature-area_photo {
    width: 482px;
  }
  .p-golftop .feature-area .feature-area_frame dl {
    width: calc( 100% - 482px );
  }
  .p-golftop .feature-area .feature-area_frame.even dl {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-golftop .feature-area .feature-area_frame.even .feature-area_photo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (max-width: 719px) {
  .p-golftop .feature-area .feature-area_frame {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p-golftop .feature-area .feature-area_frame dl {
    width: 95%;
    margin: 0 auto 30px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .p-golftop .feature-area .feature-area_frame .feature-area_photo {
    width: 95%;
    margin: 0 auto;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .p-golftop .feature-area .feature-area_frame .feature-area_photo img {
    width: 100%;
  }
}
.p-golftop .feature-area .feature-area_frame dl {
  background: #fff;
  padding: 28px 25px;
}
.p-golftop .feature-area .feature-area_frame dt {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 0.85em;
}
.p-golftop .feature-area .feature-area_frame dd {
  font-size: 13.5px;
  line-height: 1.78;
}

/* guide_area */
.guide-area {
  margin: 0 auto 30px;
}
@media (min-width: 720px) {
  .guide-area {
    width: 964px;
    padding: 0;
  }
  .guide-area .guide-area_discount .btn-black {
    position: absolute;
    top: 200px;
    left: 315px;
    width: 350px;
  }
}
@media (max-width: 719px) {
  .guide-area {
    width: 100%;
    padding: 0;
  }
  .guide-area .guide-area_discount {
    margin-bottom: 30px;
  }
  .guide-area .guide-area_discount .btn-black {
    position: relative;
    width: 100%;
    margin: 0;
  }
}
.guide-area .guide-area_discount {
  width: 100%;
  position: relative;
  text-align: center;
}

/********    guide   ***********/
.golfguide-top {
  overflow-x: hidden;
}
.golfguide-top .golftop-visual {
  padding-top: 38px;
  margin-bottom: 90px;
  position: relative;
}
@media (min-width: 720px) {
  .golfguide-top .golftop-visual {
    min-height: 700px;
    background: url(/assets/images/golf/golfguide_bg.jpg);
    background-size: cover;
    min-width: 1296px;
  }
}
@media (max-width: 719px) {
  .golfguide-top .golftop-visual {
    width: 100%;
    background: url(/assets/images/golf/golfguide_bg-sp.jpg);
    background-size: auto 100%;
    height: auto;
    margin-bottom: 40px;
  }
}
.golfguide-top .golfguide-titlearea h1 {
  color: #fff;
  margin-bottom: 0;
}
.golfguide-top .golfguide-titlearea p {
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 1.3;
  margin-top: 1em;
  margin-bottom: 50px;
}
@media (max-width: 719px) {
  .golfguide-top .golfguide-titlearea p {
    margin-bottom: 1em;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.golfguide-top #golf_courses .p-guide_introduction_title {
  font-size: 22px;
  font-weight: bold;
}
.golfguide-top #golf_courses .l-navigation-guide {
  margin: 20px auto 70px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide {
    margin-right: 0;
    margin-left: 0;
    width: 100%;
    margin: 20px auto 20px;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li {
  width: 31%;
  cursor: pointer;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li {
    width: 100%;
    margin: 20px 0 0px;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li:hover {
  opacity: 0.8;
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a {
  text-decoration: none;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a:hover p {
  text-decoration: none;
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_image {
  height: 200px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_image {
    width: 30%;
    height: 160px;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_image .l-navigation_image_action {
  background-color: #988776;
  background-size: auto;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_image .l-navigation_image_action {
    background-size: 50px;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_desc {
    width: 70%;
    font-size: 12px;
    padding: 10px;
    position: relative;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_desc h3 {
    font-size: 16px;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_desc .l-navigation_godetail {
  position: relative;
  margin: 40px 5px 5px auto;
  margin-right: 15px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_desc .l-navigation_godetail {
    position: absolute;
    bottom: 5px;
    right: 13px;
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_desc .l-navigation_godetail br {
    display: none;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_desc .l-navigation_godetail::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../../assets/images/golf/arrow_s_right.gif) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
  position: absolute;
  left: inherit;
  right: -10%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_2col li a .l-navigation_desc .l-navigation_godetail::after {
    right: -15%;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li:hover {
  opacity: 0.8;
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a {
  text-decoration: none;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a:hover p {
  text-decoration: none;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_image {
    width: 30%;
    height: 160px;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_image .l-navigation_image_action {
  background-color: #7fc379;
  background-size: auto;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_image .l-navigation_image_action {
    background-size: 50px;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc {
    width: 70%;
    font-size: 12px;
    padding: 10px;
    position: relative;
  }
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc br {
    display: none;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc h3 {
    font-size: 14px;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc .l-navigation_godetail {
  position: relative;
  margin: 30px 5px 5px auto;
  margin-right: 15px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc .l-navigation_godetail {
    position: absolute;
    bottom: 5px;
    right: 10px;
    font-size: 9px;
  }
}
@media (max-width: 480px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc .l-navigation_godetail br {
    display: none;
  }
}
.golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc .l-navigation_godetail::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../../assets/images/golf/arrow_s_right.gif) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
  position: absolute;
  left: inherit;
  right: -5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 719px) {
  .golfguide-top #golf_courses .l-navigation-guide .l-navigation_1col li a .l-navigation_desc .l-navigation_godetail::after {
    right: -10%;
  }
}
.golfguide-top #golf_heaven {
  min-height: 450px;
  background: url(../../assets/images/golf/golf-information.jpg);
  background-size: cover;
  min-width: 1296px;
  position: relative;
}
@media (max-width: 719px) {
  .golfguide-top #golf_heaven {
    min-width: 100%;
  }
}
.golfguide-top #golf_heaven .parent_golf_heaven {
  min-height: 340px;
  min-width: 965px;
  background: rgba(0, 0, 0, 0.64);
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 60px;
}
.golfguide-top #golf_heaven .parent_golf_heaven h2 {
  color: #fff;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: left;
}
@media (max-width: 480px) {
  .golfguide-top #golf_heaven .parent_golf_heaven h2 {
    font-size: 1.8rem;
  }
  .golfguide-top #golf_heaven .parent_golf_heaven h2 br {
    display: none;
  }
}
.golfguide-top #golf_heaven .parent_golf_heaven p {
  font-size: 14px;
  color: rgba(255, 250, 250, 0.69);
  line-height: 2.5rem;
  margin-top: 30px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_heaven .parent_golf_heaven p {
    font-size: 14px;
    line-height: 2rem;
    margin-top: 10px;
  }
}
@media (max-width: 480px) {
  .golfguide-top #golf_heaven .parent_golf_heaven p br {
    display: none;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_heaven .parent_golf_heaven {
    min-width: 75%;
    padding: 30px;
  }
}
@media (max-width: 480px) {
  .golfguide-top #golf_heaven .parent_golf_heaven {
    min-width: 75%;
    padding: 15px;
  }
}
.golfguide-top #high_class_golf .sec_title_desk {
  margin-bottom: 20px;
}
.golfguide-top #high_class_golf .sec_title_desk h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.golfguide-top #high_class_golf .sec_title_desk p {
  font-size: 14px;
  text-align: center;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .golfguide-top #high_class_golf .sec_title_desk p {
    text-align: left;
  }
  .golfguide-top #high_class_golf .sec_title_desk p br {
    display: none;
  }
}
.golfguide-top #high_class_golf .l-navigation {
  width: 1020px;
  margin: 60px auto 55px;
  margin-bottom: 60px;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation {
    margin-bottom: 15px;
    margin: 10px auto 10px;
  }
}
.golfguide-top #high_class_golf .l-navigation:nth-child(1) {
  margin: 90px auto 55px;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation:nth-child(1) {
    margin: 40px auto 0px;
  }
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: start;
          justify-content: flex-start;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation_3col {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col li + li {
  margin-left: 1.96%;
}
.golfguide-top #high_class_golf .l-navigation_3col li {
  width: 23.43%;
  cursor: pointer;
  margin: 20px 0 30px;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation_3col li {
    width: 49%;
  }
  .golfguide-top #high_class_golf .l-navigation_3col li:nth-child(2n+1) {
    margin-left: 0%;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col li:nth-child(4n+1) {
  margin-left: 0%;
}
.golfguide-top #high_class_golf .l-navigation_3col li:hover {
  opacity: 0.8;
}
.golfguide-top #high_class_golf .l-navigation_3col li a:hover {
  text-decoration: none;
}
.golfguide-top #high_class_golf .l-navigation_3col li a:hover p {
  text-decoration: none;
}
.golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_image {
  height: auto;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_image img {
    width: 100%;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col li .banner-list {
  margin-top: 20px;
  margin-bottom: 15px;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation_3col li .banner-list {
    margin-top: 15px;
    margin-bottom: 15px;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col li .banner-list p {
  color: #fff;
  background-color: #000;
  padding: 8px;
  padding-left: 13px;
  padding-right: 13px;
  width: auto;
  display: initial;
  font-size: 10px;
  text-align: center;
}
.golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc {
  font-size: 14px;
  padding: 0;
  background: transparent;
}
.golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc .box-detail {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 130px;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc .box-detail {
    height: 150px;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc h3 {
  font-size: 14px;
  margin-bottom: 25px;
}
@media (max-width: 719px) {
  .golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc h3 {
    margin-bottom: 10px;
  }
  .golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc h3 br {
    display: none;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc .l-navigation_godetail {
  text-align: left;
  position: relative;
  margin: 0;
}
@media (max-width: 480px) {
  .golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc .l-navigation_godetail {
    font-size: 10px;
  }
}
.golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc .l-navigation_godetail::after {
  content: "";
  display: inline-block;
  width: 7px;
  height: 13px;
  background: url(../../assets/images/golf/arrow_s_right.gif) no-repeat;
  background-size: contain;
  vertical-align: middle;
  margin-left: 15px;
  position: absolute;
  left: inherit;
  right: 5%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .golfguide-top #high_class_golf .l-navigation_3col li .l-navigation_desc .l-navigation_godetail::after {
    right: 0;
  }
}
.golfguide-top #golf_situation {
  background-color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 40px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_situation {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}
.golfguide-top #golf_situation .sec_title_desk {
  margin-bottom: 35px;
}
.golfguide-top #golf_situation .sec_title_desk h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_situation .sec_title_desk h2 {
    margin-bottom: 20px;
  }
}
.golfguide-top #golf_situation .sec_title_desk p {
  font-size: 14px;
  text-align: center;
  line-height: 2.4rem;
}
.golfguide-top #golf_situation .l-navigation {
  width: 1020px;
  margin: 60px auto 55px;
  margin-bottom: 60px;
}
.golfguide-top #golf_situation .l-navigation:nth-child(1) {
  margin: 90px auto 55px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_situation .l-navigation:nth-child(1) {
    margin: 0px auto 0px;
    padding-bottom: 1px;
    padding-top: 40px;
  }
}
@media (max-width: 719px) {
  .golfguide-top #golf_situation .l-navigation {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.golfguide-top #golf_situation .sec_detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
}
@media (max-width: 719px) {
  .golfguide-top #golf_situation .sec_detail_list {
    margin-bottom: 50px;
  }
}
@media (max-width: 480px) {
  .golfguide-top #golf_situation .sec_detail_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
@media (max-width: 480px) {
  .golfguide-top #golf_situation .sec_detail_list:nth-child(odd) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}
.golfguide-top #golf_situation .sec_detail_list .img {
  width: 45%;
}
@media (max-width: 480px) {
  .golfguide-top #golf_situation .sec_detail_list .img {
    width: 100%;
  }
}
.golfguide-top #golf_situation .sec_detail_list .img img {
  width: 100%;
}
.golfguide-top #golf_situation .sec_detail_list .detail {
  width: 55%;
  padding-top: 40px;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .golfguide-top #golf_situation .sec_detail_list .detail {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.golfguide-top #golf_situation .sec_detail_list .detail h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .golfguide-top #golf_situation .sec_detail_list .detail h3 br {
    display: none;
  }
}
.golfguide-top #golf_situation .sec_detail_list .detail p {
  font-size: 14px;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .golfguide-top #golf_situation .sec_detail_list .detail p br {
    display: none;
  }
}
.golfguide-top #book_golf_courses .l-navigation {
  width: 1020px;
  margin: 60px auto 55px;
  margin-bottom: 60px;
}
.golfguide-top #book_golf_courses .l-navigation:nth-child(1) {
  margin: 90px auto 100px;
}
@media (max-width: 719px) {
  .golfguide-top #book_golf_courses .l-navigation:nth-child(1) {
    margin: 40px auto 45px;
  }
}
@media (max-width: 719px) {
  .golfguide-top #book_golf_courses .l-navigation {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.golfguide-top #book_golf_courses .sec_title_desk {
  margin-bottom: 20px;
}
.golfguide-top #book_golf_courses .sec_title_desk h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_title_desk h2 br {
    display: none;
  }
}
.golfguide-top #book_golf_courses .sec_title_desk h3 {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 719px) {
  .golfguide-top #book_golf_courses .sec_title_desk h3 {
    margin-top: 45px;
  }
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_title_desk h3 br {
    display: none;
  }
}
.golfguide-top #book_golf_courses .sec_title_desk p {
  font-size: 14px;
  text-align: center;
  line-height: 2.4rem;
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_title_desk p {
    text-align: left;
  }
  .golfguide-top #book_golf_courses .sec_title_desk p br {
    display: none;
  }
}
.golfguide-top #book_golf_courses .line {
  margin-bottom: 50px;
  margin-top: 50px;
}
.golfguide-top #book_golf_courses .sec_detail_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_detail_list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.golfguide-top #book_golf_courses .sec_detail_list .img {
  width: 45%;
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_detail_list .img {
    width: 100%;
  }
}
.golfguide-top #book_golf_courses .sec_detail_list .img img {
  width: 100%;
}
.golfguide-top #book_golf_courses .sec_detail_list .detail {
  width: 55%;
  padding-left: 20px;
  padding-right: 0px;
  background-color: #fff;
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_detail_list .detail {
    width: 100%;
    padding-left: 0px;
    padding-top: 20px;
  }
}
.golfguide-top #book_golf_courses .sec_detail_list .detail h3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 2.4rem;
  margin-bottom: 15px;
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_detail_list .detail h3 br {
    display: none;
  }
}
.golfguide-top #book_golf_courses .sec_detail_list .detail h4 {
  font-size: 14px;
  font-weight: bold;
  line-height: 2.4rem;
}
.golfguide-top #book_golf_courses .sec_detail_list .detail p {
  font-size: 14px;
  line-height: 2.4rem;
  color: #808080;
}
@media (max-width: 480px) {
  .golfguide-top #book_golf_courses .sec_detail_list .detail p {
    font-size: 12px;
  }
}
.golfguide-top #book_golf_courses .sec_detail_list .detail .mgbt {
  margin-bottom: 20px;
}
.golfguide-top #store_guide {
  background-color: #ebebeb;
  padding-top: 10px;
  padding-bottom: 100px;
}
.golfguide-top #store_guide .l-navigation {
  width: 760px;
  margin: 80px auto 0px;
}
@media (max-width: 719px) {
  .golfguide-top #store_guide .l-navigation {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.golfguide-top #store_guide .sec_title_desk {
  margin-bottom: 0px;
}
.golfguide-top #store_guide .sec_title_desk h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
}
.golfguide-top #store_guide .sec2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  .golfguide-top #store_guide .sec2col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.golfguide-top #store_guide .sec2col li {
  width: 48.5%;
  -webkit-box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 12px 0px rgba(0, 0, 0, 0.15);
  background: #f3f3f3;
  position: relative;
  padding-bottom: 85px;
  margin-bottom: 0;
}
@media (max-width: 480px) {
  .golfguide-top #store_guide .sec2col li {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .golfguide-top #store_guide .sec2col li .l-navigation_image img {
    width: 100%;
  }
}
.golfguide-top #store_guide .sec2col li .l-navigation_desc {
  display: block;
  padding: 15px 20px;
  font-size: 13.5px;
  line-height: 1.6;
  text-decoration: none;
}
.golfguide-top #store_guide .sec2col li .l-navigation_desc h3.l-navigation_title {
  font-size: 16px;
  margin-bottom: 20px;
  font-weight: bold;
}
.golfguide-top #store_guide .sec2col li .l-navigation_desc h4 {
  font-size: 14px;
  font-weight: bold;
  margin-top: 10px;
}
.golfguide-top #store_guide .sec2col li a.btn-google {
  background-color: #000;
  color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  width: 80%;
  position: absolute;
  bottom: 10px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}
.golfguide-top #store_guide .sec2col li a.btn-google:hover {
  opacity: 0.8;
}
.golfguide-top #store_guide .sec2col li a.btn-google span {
  position: relative;
  right: -10px;
}
.golfguide-top #store_guide .sec2col li a.btn-google span:after {
  position: absolute;
  content: url(../../assets/images/golf/pin_map.png);
  left: 0;
  left: -35px;
  top: 1px;
}

.golfguide-titlearea {
  width: 100%;
  margin-top: 70px;
}
@media (max-width: 719px) {
  .golfguide-titlearea {
    margin-top: 40px;
  }
}

.golfguide-searcharea {
  width: 964px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 719px) {
  .golfguide-searcharea {
    width: 95%;
    margin: 0 auto 30px;
  }
}
.golfguide-searcharea form.golfguide-search {
  width: 300px;
  background: rgba(0, 0, 0, 0.5);
  padding: 50px 20px;
}
@media (max-width: 719px) {
  .golfguide-searcharea form.golfguide-search {
    width: 100%;
    padding: 50px 5% 30px;
  }
}
.golfguide-searcharea form.golfguide-search select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  border: 0;
}
.golfguide-searcharea form.golfguide-search select::-ms-expand {
  display: none;
}
.golfguide-searcharea form.golfguide-search a,
.golfguide-searcharea form.golfguide-search input,
.golfguide-searcharea form.golfguide-search select {
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  padding: 0.65em 1.1em;
  font-size: 14px;
  background: #fff;
  display: inline-block;
  letter-spacing: 0.02em;
  border: 0;
  border-radius: 0;
}
.golfguide-searcharea form.golfguide-search input::-webkit-input-placeholder {
  color: #ddd;
}
.golfguide-searcharea form.golfguide-search input::-moz-placeholder {
  color: #ddd;
}
.golfguide-searcharea form.golfguide-search input:-ms-input-placeholder {
  color: #ddd;
}
.golfguide-searcharea form.golfguide-search input::-ms-input-placeholder {
  color: #ddd;
}
.golfguide-searcharea form.golfguide-search input::placeholder {
  color: #ddd;
}
.golfguide-searcharea form.golfguide-search select {
  background: #fff url(/assets/images/golf/arrow_select.gif) no-repeat top 18px right 16px;
}
.golfguide-searcharea form.golfguide-search button {
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 100%;
  margin-top: 16px;
  padding: 0.8em 1em;
  font-size: 14px;
  background: #117c76;
  color: #fff;
  letter-spacing: 0.02em;
}
.golfguide-searcharea form.golfguide-search button:hover {
  background: #036b65;
}
.golfguide-searcharea .golfguide-search-map {
  background: url(/assets/images/golf/golfguide_map_bg.jpg) no-repeat;
  width: calc( 100% - 300px );
  height: 461px;
  position: relative;
}
@media (max-width: 719px) {
  .golfguide-searcharea .golfguide-search-map {
    width: 100%;
    background-image: url(/assets/images/golf/golfguide_map_bg.jpg) no-repeat;
    background-size: 100%;
    background-position: top 1vw left 0vw;
    background-color: #fff;
    margin-bottom: 80px;
  }
}
.golfguide-searcharea .golfguide-search-map a {
  width: 169px;
  height: 51px;
  display: block;
  padding: 7px 8px 0;
  line-height: 1.3;
  font-size: 13.5px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  position: absolute;
  right: 4.5%;
  background: #fff;
  border: 2px solid #000;
}
.golfguide-searcharea .golfguide-search-map a.area1 {
  top: 6%;
}
.golfguide-searcharea .golfguide-search-map a.area2 {
  top: 19%;
}
.golfguide-searcharea .golfguide-search-map a.area3 {
  top: 32%;
}
.golfguide-searcharea .golfguide-search-map a.area4 {
  top: 45%;
  height: 42px;
  padding-top: 10px;
}
.golfguide-searcharea .golfguide-search-map a.area5 {
  top: 56%;
}
.golfguide-searcharea .golfguide-search-map a.area6 {
  top: 69%;
}
.golfguide-searcharea .golfguide-search-map a.area7 {
  top: 82%;
}
.golfguide-searcharea .golfguide-search-map a.current, .golfguide-searcharea .golfguide-search-map a:hover {
  background: #000;
  color: #fff;
}
.golfguide-searcharea .golfguide-search-map a:hover > .golfguide-search-map .areaflag {
  background: url(/assets/images/golf/golfguide_map_ico-red.png);
}
@media (max-width: 719px) {
  .golfguide-searcharea .golfguide-search-map a {
    width: 30vw;
    height: 12%;
    padding: 0;
    font-size: 1.5vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .golfguide-searcharea .golfguide-search-map a span:after {
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
  }
  .golfguide-searcharea .golfguide-search-map a.area4 {
    height: 10%;
    padding: 0;
  }
}
.golfguide-searcharea .golfguide-search-map .areaflag {
  width: 21px;
  height: 29px;
  background: url(/assets/images/golf/golfguide_map_ico-gray.png);
  position: absolute;
}
.golfguide-searcharea .golfguide-search-map .areaflag.current {
  background: url(/assets/images/golf/golfguide_map_ico-red.png);
}
.golfguide-searcharea .golfguide-search-map .area1-mark {
  top: 2%;
  left: 24.1%;
}
.golfguide-searcharea .golfguide-search-map .area2-mark {
  top: 18.7%;
  left: 23.4%;
}
.golfguide-searcharea .golfguide-search-map .area3-mark {
  top: 26.9%;
  left: 42.3%;
}
.golfguide-searcharea .golfguide-search-map .area4-mark {
  top: 40.7%;
  left: 29%;
}
.golfguide-searcharea .golfguide-search-map .area5-mark {
  top: 47%;
  left: 23.5%;
}
.golfguide-searcharea .golfguide-search-map .area6-mark {
  top: 45.5%;
  left: 34.2%;
}
.golfguide-searcharea .golfguide-search-map .area7-mark {
  top: 76.8%;
  left: 22.6%;
}
@media (max-width: 480px) {
  .golfguide-searcharea {
    background-position: top 3vw left 0.5vw;
  }
}

/*** golfguide-list ***/
.golfguide-list .golfguide-titlearea {
  margin: 65px auto 55px;
}
@media (max-width: 719px) {
  .golfguide-list .golfguide-titlearea {
    margin: 40px auto;
  }
}
.golfguide-list .golfguide-titlearea h1 {
  color: #000;
  margin-bottom: 28px;
}
.golfguide-list .golfguide-titlearea h2 {
  font-size: 24px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .golfguide-list .golfguide-titlearea h2 {
    font-size: 4vw;
  }
}

.searchlist-pageselect {
  margin: 85px auto 120px;
}
@media (max-width: 719px) {
  .searchlist-pageselect {
    margin: 40px auto;
  }
}
.searchlist-pageselect ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
@media (max-width: 719px) {
  .searchlist-pageselect ul li {
    margin-bottom: 8px;
  }
}
.searchlist-pageselect ul li a {
  display: block;
  width: 45px;
  height: 45px;
  border: 1px solid #e1e1e1;
  text-decoration: none;
  font-size: 1.2em;
  text-align: center;
  padding-top: 16px;
}
@media (max-width: 719px) {
  .searchlist-pageselect ul li a {
    width: 35px;
    height: 35px;
    padding-top: 10px;
  }
}
.searchlist-pageselect ul li a:hover, .searchlist-pageselect ul li a.current {
  border: 1px solid #959595;
  background: #959595;
  color: #fff;
}
.searchlist-pageselect ul li:nth-child(n+2) {
  margin-left: 4px;
}
.searchlist-pageselect ul li.prev {
  margin-right: 18px;
}
.searchlist-pageselect ul li.prev a {
  background: #000 url(/assets/images/common/btn-arrow-left.png) no-repeat center;
}
.searchlist-pageselect ul li.next {
  margin-left: 18px;
}
.searchlist-pageselect ul li.next a {
  background: #000 url(/assets/images/common/btn-arrow-right.png) no-repeat center;
}
.searchlist-pageselect ul li.prev a, .searchlist-pageselect ul li.next a {
  border: 1px solid #000;
  background-size: 11px 19px;
}
@media (max-width: 719px) {
  .searchlist-pageselect ul li.prev a, .searchlist-pageselect ul li.next a {
    background-size: 8px 14px;
  }
}

/*** price  ***/
.label_ctb, .label_ctc {
  display: inline-block;
  min-height: 18px;
  padding: 4px 13px;
  background: #eb212e;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (min-width: 720px) {
  .label_ctb, .label_ctc {
    font-size: 0.8em !important;
    margin-right: 18px;
  }
}
@media (max-width: 719px) {
  .label_ctb, .label_ctc {
    font-size: 10px;
    margin-right: 3px;
  }
}

.label_ctc {
  background: #43b77a;
}

.label_ctb {
  background: #eb212e;
}

.golfprice_inner {
  width: 964px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .golfprice_inner {
    width: 95%;
  }
}
.golfprice_titlearea {
  margin: 25px auto 0;
}
.golfprice_titlearea h2 {
  text-align: left;
}
.golfprice_titlearea h3 {
  font-size: 13.5px;
  color: #888;
  margin: 10px 0;
  line-height: 1.9;
}
@media (max-width: 719px) {
  .golfprice_titlearea h3 {
    line-height: 1.4;
  }
}
.golfprice_description {
  margin: 25px auto 45px;
  padding: 32px 30px;
  border: 1px solid #ccc;
  background: #f7f7f7;
}
@media (max-width: 719px) {
  .golfprice_description {
    padding: 20px 15px;
    margin: 30px auto 45px;
  }
}
.golfprice_description p {
  font-size: 13.5px;
}
.golfprice_description p:not(:last-child) {
  margin-bottom: 25px;
}
.golfprice_description_text {
  display: inline-block;
}
@media (max-width: 719px) {
  .golfprice_description .label_ctb, .golfprice_description .label_ctc {
    position: relative;
    top: -4px;
  }
}
.golfprice_pricelist {
  display: none;
}
.golfprice_pricelist.show {
  display: block;
}
.golfprice_pricelist table {
  width: 100%;
  margin: 36px 0;
}
.golfprice_pricelist table thead {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.05em;
  color: #fff;
  background: #988776;
  text-align: center;
}
.golfprice_pricelist table thead th {
  font-size: 18px;
  vertical-align: middle;
  border-left: none;
}
@media (max-width: 719px) {
  .golfprice_pricelist table thead th {
    font-size: 13px;
  }
}
.golfprice_pricelist table thead td {
  padding: 13px 1em;
}
@media (max-width: 719px) {
  .golfprice_pricelist table thead td {
    padding: 13px 3px;
    font-size: 13px;
    word-break: break-word;
  }
}
.golfprice_pricelist table tbody tr td {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  padding: 0 1em;
  height: 50px;
  vertical-align: middle;
}
.golfprice_pricelist table tbody tr td:first-child {
  border-left: none;
}
.golfprice_pricelist table tbody tr td:last-child {
  border-right: none;
}
.golfprice_pricelist table tbody tr td:nth-child(3), .golfprice_pricelist table tbody tr td:nth-child(5) {
  color: red;
}
.golfprice_pricelist table tbody tr td a {
  font-weight: normal;
  font-size: 14px;
  word-break: break-all;
}
@media (max-width: 719px) {
  .golfprice_pricelist table tbody tr td {
    padding: 0 5px;
    font-size: 11px;
    min-width: 4em;
    word-break: break-word;
  }
}
.golfprice_pricelist table tbody tr:nth-child(even) td {
  background: #f8f8f8;
}
.golfprice_pricelist table td {
  border: 1px solid #d7d7d7;
}
@media (min-width: 720px) {
  .golfprice_pricelist_title td {
    width: 150px;
  }
}
.golfprice_pricelist_name {
  font-weight: normal !important;
  padding-right: 2em;
}
@media (max-width: 719px) {
  .golfprice_pricelist_name {
    padding: 0 5px;
    line-height: 1.3;
  }
}

/*** golfdetail ***/
.golfdetail {
  width: 964px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .golfdetail {
    width: 95%;
  }
}
.golfdetail_title {
  margin: 18px auto 20px;
  text-align: left;
}
@media (max-width: 719px) {
  .golfdetail_title {
    margin-bottom: 3px;
  }
}
.golfdetail_title h1 {
  margin: 0 0 3px;
  color: #000;
}
@media (min-width: 720px) {
  .golfdetail_title h1 {
    font-size: 36px;
    text-align: left;
  }
}
.golfdetail_title h2 {
  text-align: center;
  color: #000;
}
.golfdetail_title h2:after {
  content: ".";
  width: 0;
  font-size: 0;
  color: transparent;
  margin-right: 1px;
}
@media (min-width: 720px) {
  .golfdetail_title h2 {
    font-size: 18px;
    display: inline-block;
    position: relative;
    top: 3px;
    margin: 0 8px;
  }
}
.golfdetail_box {
  font-size: 13.5px;
  background: #f7f7f7;
  border: 1px solid #ccc;
  margin-top: 50px;
  padding: 26px 30px;
  line-height: 1.8;
}
.golfdetail_box_title {
  font-size: 1.2em;
  font-weight: bold;
  color: #000;
}
.golfdetail_subtitle {
  width: 100%;
  background: #988776;
  min-height: 65px;
  margin: 35px auto 0;
  padding: 18px 22px;
  color: #fff;
  font-weight: bold;
  font-size: 17px;
  letter-spacing: 0.05em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}
@media (max-width: 719px) {
  .golfdetail_subtitle {
    padding: 18px 15px;
  }
}
.golfdetail_subtitle .result_labelsub {
  display: block;
  font-size: 11px;
  font-weight: normal;
  margin-right: 12px;
  padding: 7px 11px;
}
.golfdetail_subtitle.l-center {
  -webkit-justify-content: center;
  -webkit-box-align: center;
  -webkit-box-pack: center;
          justify-content: center;
  -ms-flex-pack: center;
}
.golfdetail_heading {
  font-size: 18px;
  font-weight: bold;
  margin: 30px auto 15px;
}
@media (min-width: 720px) {
  .golfdetail .result_detail-labelarea {
    display: inline-block;
  }
}
@media (max-width: 719px) {
  .golfdetail .result_detail-labelarea {
    text-align: center;
    margin-top: 12px;
  }
}
.golfdetail_text {
  font-size: 14px;
  line-height: 1.8;
  overflow: hidden;
  margin-top: 25px;
  margin-bottom: 25px;
  position: relative;
}
@media (max-width: 719px) {
  .golfdetail_text {
    padding: 0 10px;
  }
}
.golfdetail_text strong {
  font-weight: 600;
  color: #000;
  font-size: 1.1em;
}
.golfdetail_text_top {
  margin-bottom: 57px;
}
@media (max-width: 719px) {
  .golfdetail_text_top {
    margin-bottom: 35px;
  }
}
.golfdetail_table {
  width: 100%;
  margin-bottom: 10px;
  border-top: 1px solid #d7d7d7;
}
@media (min-width: 720px) {
  .golfdetail_table tr {
    border-bottom: 1px solid #d7d7d7;
  }
}
.golfdetail_table tr td {
  width: 50%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.02em;
}
.golfdetail_table tr td:nth-child(2) {
  border-left: 1px solid #d7d7d7;
}
@media (max-width: 719px) {
  .golfdetail_table tr td {
    font-size: 14px;
    padding: 10px 13px;
    border-bottom: 1px solid #d7d7d7;
  }
}
.golfdetail_table tr td a {
  word-break: break-word;
}
.golfdetail_table tr td strong {
  font-weight: 600;
  color: #000;
}
@media (min-width: 720px) {
  .golfdetail_table tr td strong {
    margin: 0 2em;
  }
}
@media (max-width: 719px) {
  .golfdetail_table tr td strong {
    display: block;
  }
}
.golfdetail_sub-container {
  padding: 0 32px;
}
@media (max-width: 719px) {
  .golfdetail_sub-container {
    padding: 0 3%;
  }
}
.golfdetail_sub-container_description {
  font-size: 14px;
  line-height: 1.8;
  margin-top: 40px;
}
.golfdetail_sub-container_description p:last-child {
  margin-top: 10px;
}

.golfprice > .golf-dl {
  margin: 0 0 30px;
}

.col3 td {
  width: 33.33%;
  text-align: center;
}

.detail-image {
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media (max-width: 719px) {
  .detail-image {
    margin-bottom: 0;
  }
}
@media (min-width: 720px) {
  .detail-image div {
    background: #eee;
  }
}
.detail-image div div {
  position: relative;
}
.detail-image img {
  position: absolute;
  top: 50%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  font-family: object-fit\:cover;
  object-fit: cover;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.detail-image_left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 57%;
}
@media (max-width: 719px) {
  .detail-image_left {
    width: 100%;
  }
}
.detail-image_left_top {
  width: 100%;
  overflow: hidden;
  margin-bottom: 2px;
}
@media (min-width: 720px) {
  .detail-image_left_top {
    height: 373px;
  }
}
.detail-image_left_bottom {
  width: calc( 50% - 1.1px );
  overflow: hidden;
}
@media (min-width: 720px) {
  .detail-image_left_bottom {
    height: 188px;
  }
}
@media (max-width: 719px) {
  .detail-image_left_bottom {
    margin-bottom: 2px;
  }
}
.detail-image_left div:last-of-type {
  margin-left: 2px;
}
@media (min-width: 720px) {
  .detail-image_right {
    width: calc( 43% - 2px );
    border-left: 2px solid #fff;
  }
}
@media (min-width: 720px) {
  .detail-image_right_top, .detail-image_right_bottom {
    height: 280.5px;
  }
}
.detail-image_right_top {
  margin-bottom: 2px;
}

.detailsp_slider .slick-track {
  background: #3c3c3c;
}
.detailsp_slider .slick-track_box {
  position: relative;
  height: 34vh;
}
.detailsp_slider .slick-track_box img {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 34vh;
  width: auto !important;
  max-width: 100%;
}
.detailsp_slider .slick-slide {
  outline: none;
}

.golf-dl {
  margin-top: 80px;
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .golf-dl {
    margin-top: 40px;
  }
}
.golf-dl_title {
  width: 100%;
  background: #988776;
  min-height: 52px;
  padding: 18px 22px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.05em;
}
@media (max-width: 719px) {
  .golf-dl_title {
    padding: 18px 10px;
  }
}
.golf-dl_title table {
  width: 100%;
  font-size: 13px;
  font-weight: bold;
  color: #fff;
}
.golf-dl_title table td {
  width: 33.33%;
  text-align: center;
}
.golf-dl_title h4 {
  padding: 5px 0;
  text-align: center;
}
.golf-dl_title:not(:first-child) {
  margin-top: 40px;
}
.golf-dl h3 {
  padding: 5px 0;
  text-align: center;
}
.golf-dl_detail {
  font-size: 13.5px;
  padding: 20px 22px;
  line-height: 1.8;
  color: #888;
  letter-spacing: 0.02em;
}
.golf-dl_table {
  width: 100%;
  clear: both;
}
.golf-dl_table table {
  width: 100%;
}
.golf-dl_table table tr {
  width: 100%;
  border-bottom: 1px solid #d7d7d7;
}
.golf-dl_table table tr:nth-child(even) td {
  background: #f8f8f8;
}
.golf-dl_table_cate {
  font-size: 16px;
  font-weight: bold;
  padding: 13px 22px;
  border-right: 1px solid #d7d7d7;
  text-align: center;
}
@media (min-width: 720px) {
  .golf-dl_table_cate {
    width: 350px;
  }
}
@media (max-width: 719px) {
  .golf-dl_table_cate {
    font-size: 14px;
    padding: 12px 10px;
  }
}
.golf-dl_table_text {
  line-height: 1.8;
  color: #000;
  letter-spacing: 0.02em;
}
@media (min-width: 720px) {
  .golf-dl_table_text {
    font-size: 16px;
    width: 614px;
    padding: 13px 40px 13px 20px;
  }
}
.golf-dl_table_text strong {
  font-weight: bold;
}
@media (max-width: 719px) {
  .golf-dl_table_text {
    font-size: 14px;
    padding: 12px 10px 13px;
  }
  .golf-dl_table_text:first-child {
    padding: 12px 10px 13px 15px;
  }
  .golf-dl_table_text:last-child {
    padding: 12px 15px 13px 10px;
  }
}
.golf-dl_btnarea {
  text-align: right;
  margin-top: 30px;
  margin-bottom: 50px;
}
.golf-dl_mapbtnarea {
  text-align: right;
  margin-top: 10px;
  margin-bottom: 70px;
}

/*** package ***/
.package .golfguide-titlearea {
  margin-top: 35px;
  margin-bottom: 32px;
  line-height: 1.3;
}
.package .golfguide-titlearea span {
  font-size: 0.9em;
}

/*** insurance ***/
@media (min-width: 720px) {
  .insurance .golfdetail {
    width: 1024px;
  }
}
.insurance_titlearea {
  width: 1024px;
  margin: 70px auto;
}
@media (max-width: 719px) {
  .insurance_titlearea {
    width: 95%;
    margin: 40px auto;
  }
}
.insurance_subtitle {
  font-size: 22px;
  line-height: 1.6;
  text-align: left;
  font-weight: bold;
  margin-bottom: 15px;
}
.insurance_subtitle02 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  text-align: left;
  margin-top: 30px;
}
.insurance h1 {
  margin-bottom: 1.2em;
  font-size: 31px;
  font-weight: bold;
  text-align: center;
}
.insurance h2 {
  line-height: 1.6;
  text-align: left;
}
.insurance_text {
  color: #888;
  font-size: 13.5px;
  line-height: 1.9;
  margin: 10px auto 20px;
}
.insurance_table {
  width: 100%;
}
.insurance_table tr {
  border-bottom: 1px solid #d7d7d7;
}
.insurance_table tr:nth-child(even) td {
  background: #f8f8f8;
}
.insurance_table tr td {
  font-size: 16px;
  padding: 14px 20px 14px 15px;
  line-height: 1.8;
  vertical-align: middle;
}
@media (max-width: 719px) {
  .insurance_table tr td {
    display: block;
  }
}
@media (min-width: 720px) {
  .insurance_table tr td:not(:last-child) {
    border-right: 1px solid #d7d7d7;
  }
  .insurance_table tr td:last-child {
    width: 230px;
  }
}
.insurance_table thead th {
  font-size: 18px;
  padding: 24px 0;
  background: #988776;
  min-height: 52px;
  color: #fff;
}
@media (min-width: 720px) {
  .insurance_table thead th:not(:last-child) {
    border-right: 1px solid #d7d7d7;
  }
}
@media (max-width: 719px) {
  .insurance_table thead th {
    display: block;
  }
}
.insurance_table_cate {
  font-size: 14px;
}
@media (min-width: 720px) {
  .insurance_table_cate {
    width: 220px;
    border-right: 1px solid #d7d7d7;
  }
}
.insurance_table_cate h3 {
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 30px;
  color: #000;
}
.insurance_sub-container {
  padding: 0 0 0 50px;
}
@media (max-width: 719px) {
  .insurance_sub-container {
    padding: 0 3%;
  }
}
.insurance strong {
  font-weight: bold;
  font-size: 1.1em;
  color: #000;
}
.insurance_induction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 22px 20px 20px 40px;
  margin-bottom: 10px;
}
.insurance_induction:first-of-type {
  margin-top: 50px;
}
.insurance_induction:last-of-type {
  margin-bottom: 15px;
}
@media (max-width: 719px) {
  .insurance_induction {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 2px 15px 12px;
  }
}
.insurance_induction.gold {
  background: #000;
}
.insurance_induction.gold div {
  background: url(/assets/images/common/payment_ico_bank.png) no-repeat left 0 center;
}
@media (max-width: 719px) {
  .insurance_induction.gold div {
    background-size: 55px;
  }
}
.insurance_induction.gold p a:hover {
  color: #000;
}
.insurance_induction.brown {
  background: #000;
}
.insurance_induction.brown div {
  background: url(/assets/images/common/payment_ico_card.png) no-repeat left 0 center;
}
@media (max-width: 719px) {
  .insurance_induction.brown div {
    background-size: 50px;
  }
}
.insurance_induction.brown p a:hover {
  color: #000;
}
.insurance_induction.red {
  background: #000;
  margin-bottom: 15px;
}
.insurance_induction.red div {
  background: url(/assets/images/common/payment_ico_fax.png) no-repeat left 0 center;
}
@media (max-width: 719px) {
  .insurance_induction.red div {
    background-size: 45px;
  }
}
@media (min-width: 720px) {
  .insurance_induction.red p a {
    min-width: 382px;
  }
}
.insurance_induction.red p a:hover {
  color: #000;
}
.insurance_induction.red .btn_induction {
  background: url(/assets/images/common/payment_ico_download.png) no-repeat 94% 50%, url(/assets/images/common/payment_ico_adobe.png) no-repeat 6% 50%;
}
.insurance_induction.red .btn_induction:hover {
  background: #fff;
  color: #000;
}
.insurance_induction_left {
  padding: 28px 0 30px 100px;
  font-size: 22px;
  color: #fff;
  font-weight: 600;
  letter-spacing: 0.04em;
}
@media (max-width: 719px) {
  .insurance_induction_left {
    padding: 20px 0 20px 70px;
  }
}
@media (max-width: 719px) {
  .insurance_induction_right {
    width: 100%;
  }
}
.insurance_induction_right a {
  background: url(/assets/images/common/btn-arrow-right.png) no-repeat 94% 50%;
  background-color: inherit;
  background-size: 8px 12px;
  padding: 32px 55px;
  border: solid 1px #fff;
  color: #fff;
  display: block;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 1.2px;
}
@media (max-width: 719px) {
  .insurance_induction_right a {
    font-size: 3.5vw;
    padding: 25px 35px;
  }
}
.insurance_induction_right a:hover {
  cursor: pointer;
  text-decoration: none;
  color: #fff;
  background: url(/assets/images/common/btn-arrow-right.png) no-repeat 94% 50%;
  background-color: #fff;
  background-size: 8px 12px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}
.insurance_dl dt {
  font-size: 16px;
  font-weight: bold;
  margin: 28px 0 16px;
  padding: 0 25px;
}
.insurance_dl dd {
  color: #888;
  font-size: 14px;
  line-height: 1.7;
  padding: 0 30px 29px;
  border-bottom: 1px solid #d7d7d7;
}
.insurance .golf-dl_title {
  margin-top: 80px;
}

.p-golftop .footer-area .footer-area-bn-list,
.golfguide-top .footer-area .footer-area-bn-list,
.golfguide-list .footer-area .footer-area-bn-list,
.golfguide-detail .footer-area .footer-area-bn-list {
  display: none !important;
}

.golfprice .golfprice_banner {
  width: 964px;
  margin: 0 auto;
  margin-top: 30px;
}
@media (max-width: 719px) {
  .golfprice .golfprice_banner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.golfprice .golfprice_banner img {
  max-width: 100%;
}
.golfprice .golfprice_banner img:hover {
  opacity: 0.8;
}
@media (max-width: 719px) {
  .golfprice .golfprice_banner .baner_pc {
    display: none;
  }
  .golfprice .golfprice_banner .baner_mb {
    display: block;
  }
}
@media (min-width: 720px) {
  .golfprice .golfprice_banner .baner_pc {
    display: block;
  }
  .golfprice .golfprice_banner .baner_mb {
    display: none;
  }
}

.golfprice_pricelist table tbody tr:last-child td {
  border-bottom: 0;
}
.golfprice_pricelist table tbody tr td.td-thumb {
  padding-left: 0px;
  padding-right: 0px;
}
.golfprice_pricelist table tbody tr td.td-thumb .flex-thumb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #fff;
}
.golfprice_pricelist table tbody tr td.td-thumb .flex-thumb div {
  margin-right: 19px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.golfprice_pricelist table tbody tr td.td-thumb .flex-thumb div a:hover {
  opacity: 0.8;
}
@media (max-width: 719px) {
  .golfprice_pricelist table tbody tr td.td-thumb .flex-thumb div {
    width: 100%;
    text-align: center;
    margin-right: 0px;
  }
}
.golfprice_pricelist table tbody tr td.td-thumb .flex-thumb div:last-child {
  margin-right: 0px;
}

/******** card list **************/
.card {
  /*** card detail ***/
}
.card_breadcontainer {
  position: relative;
  padding-top: 52px;
  background: url(/assets/images/golf/golflist-bg.jpg) repeat-x;
  background-size: 1438px 100%;
}
@media (min-width: 720px) {
  .card_breadcontainer {
    min-width: 1296px;
  }
}
.card_top-content, .card_detail-content {
  width: 1024px;
  margin: 0 auto 150px;
}
@media (max-width: 719px) {
  .card_top-content, .card_detail-content {
    width: 96%;
    margin-bottom: 50px;
  }
}
.card_top-content {
  margin-top: -15px;
}
.card_detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 38px 40px;
}
@media (max-width: 719px) {
  .card_detail {
    padding: 6vw 20px 3.5vw;
  }
}
.card_detail_left {
  width: 327px;
}
@media (max-width: 719px) {
  .card_detail_left {
    width: 100%;
    margin-bottom: 4vw;
  }
  .card_detail_left p {
    text-align: center;
  }
}
.card_detail_left img {
  width: 283px;
}
.card_detail_right {
  width: calc( 100% - 327px );
}
@media (max-width: 719px) {
  .card_detail_right {
    width: 100%;
  }
}
.card_detail_card-name {
  font-size: 36px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 719px) {
  .card_detail_card-name {
    font-size: 26px;
    margin-bottom: 4vw;
  }
}
.card_detail_title {
  font-size: 23px;
  font-weight: bold;
  margin-bottom: 10px;
  color: #000;
  line-height: 1.3;
}
.card_detail_desc {
  font-size: 16px;
  line-height: 1.6;
  margin-top: 14px;
}
@media (max-width: 719px) {
  .card_detail_desc {
    line-height: 1.8;
  }
}
.card_detail_price {
  font-size: 33px;
  font-weight: bold;
  margin-top: 10px;
  line-height: 1.2;
}
@media (max-width: 719px) {
  .card_detail_price {
    font-size: 26px;
    margin-top: 2vw;
    margin-bottom: 2vw;
  }
}
.card_detail_price span {
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0;
}
.card_detail_btn-area {
  width: 280px;
  margin: 25px auto 80px;
}
@media (max-width: 719px) {
  .card_detail_btn-area {
    width: 100%;
  }
}
@media (max-width: 719px) {
  .card_detail_page {
    margin: 50px 0 !important;
    padding: 0 20px !important;
  }
  .card_detail_page .card_detail_card-name {
    text-align: center;
  }
  .card_detail_page .card_detail_title {
    font-size: 18px;
    text-align: center;
  }
}
.card_btn-area {
  margin: 25px 0 10px;
}
.card_btn-area p {
  width: 280px;
}
@media (max-width: 719px) {
  .card_btn-area p {
    width: 100%;
  }
}
.card dl .card_detail {
  margin-bottom: 45px;
  border: 1px solid #ccc;
}
@media (max-width: 719px) {
  .card dl .card_detail {
    margin-bottom: 6vw;
  }
}
.card_detail-content {
  margin-top: 60px;
}
.card_detail-content .card_detail {
  padding: 0 40px 45px;
}
.card_detail-content_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card_detail-content_box_left {
  width: 160px;
  margin-right: 20px;
}
@media (max-width: 719px) {
  .card_detail-content_box_left {
    width: 100px;
    margin-right: 10px;
  }
}
.card_detail-content_box_right {
  width: calc( 100% - 160px );
}
@media (max-width: 719px) {
  .card_detail-content_box_right {
    width: calc( 100% - 100px );
  }
}
.card_detail-content_inner {
  width: 964px;
  margin: 40px auto 0;
}
@media (max-width: 719px) {
  .card_detail-content_inner {
    width: 96%;
    margin: 20px auto 0;
  }
}
.card_detail-content_inner .pricelist {
  display: none;
}
.card_detail-content_inner .pricelist.show {
  display: block;
}
.card_detail-content_subtitle {
  margin-top: 45px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: 0.04em;
}
.card_detail-content_inner-title {
  width: 964px;
  font-size: 22px;
  font-weight: bold;
  margin: 40px auto 0;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #ccc;
}
@media (max-width: 719px) {
  .card_detail-content_inner-title {
    width: 100%;
  }
}
.card_detail-content_annotation {
  margin: 18px 0;
  font-size: 14px;
  font-weight: bold;
}
.card_detail-content_table tr th {
  padding: 24px 20px 22px 15px;
  text-align: center;
}
@media (max-width: 719px) {
  .card_detail-content_table tr th {
    font-size: 14px;
    padding: 20px 5px;
  }
}
.card_detail-content_table tr td:first-child {
  font-weight: bold;
  text-align: left;
}
@media (max-width: 719px) {
  .card_detail-content_table tr td {
    min-width: 40px;
    font-size: 14px;
    padding: 20px 5px;
    line-height: 1.4;
  }
}
.card_detail-content .l-titlearea .l-paragraph {
  margin: 20px auto 55px;
}
.card_detail-content .c-contact {
  margin: 95px auto 175px;
}
@media (max-width: 719px) {
  .card_detail-content .c-contact {
    margin: 80px auto 35px;
  }
}
.card_detail-content .l-title-gold.adjust {
  margin-top: 40px;
}

/************ tour **************/
/* .p-tour                  index.php  */
/* .p-entertainment-list    entertainment/index.php   */
/* .p-entertainment-detail  entertainment/detail.php */
/* .p-hotel-list            hotel/index.php   */
/* .p-hotel-detail          hotel/detail.php */
.p-tour_top-visual {
  position: relative;
  background: url(/assets/images/tour/tour_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 720px) {
  .p-tour_top-visual {
    min-width: 1296px;
    height: 368px;
  }
}
@media (max-width: 719px) {
  .p-tour_top-visual {
    background: url(/assets/images/tour/tour_bg-sp.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px;
  }
}
.p-tour_top-visual_titlearea {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 120px 1em 0;
}
@media (max-width: 719px) {
  .p-tour_top-visual_titlearea {
    padding: 90px 1em 0;
  }
}
.p-tour_top-visual_titlearea_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 719px) {
  .p-tour_top-visual_titlearea_1 {
    font-size: 26px;
    margin-bottom: 8vw;
  }
}
.p-tour_top-visual_titlearea_1 span {
  display: block;
  font-size: 24px;
  margin-bottom: 0.8em;
}
.p-tour_top-visual_titlearea_2 {
  color: #fff;
  padding: 0 0.5em;
}
.p-tour_navigation ul {
  margin-bottom: 10px;
}
.p-tour_navigation ul .l-navigation_image_action {
  background-color: #888;
}
@media (max-width: 719px) {
  .p-tour_navigation ul .l-navigation_image {
    height: 220px;
  }
}
@media (min-width: 720px) {
  .p-tour_navigation .l-navigation_1col.big .l-navigation_image {
    width: 450px;
    height: 250px;
  }
  .p-tour_navigation .l-navigation_1col.big .l-navigation_desc {
    width: calc( 100% - 450px );
  }
}
.p-tour_navigation_titlestrong {
  font-size: 22px;
}
@media (min-width: 720px) {
  .p-tour_navigation_titlestrong {
    font-size: 24px;
    position: relative;
    top: 30px;
  }
}

.p-entertainment-list_title,
.p-hotel-list_title {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 1em 0;
}
@media (max-width: 719px) {
  .p-entertainment-list_title,
.p-hotel-list_title {
    padding: 40px 1em 0;
  }
}
.p-entertainment-list_title_1,
.p-hotel-list_title_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 719px) {
  .p-entertainment-list_title_1,
.p-hotel-list_title_1 {
    font-size: 24px;
  }
}
.p-entertainment-list_title_2,
.p-hotel-list_title_2 {
  font-size: 16px;
  padding: 0 0.5em;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media (max-width: 719px) {
  .p-entertainment-list_title_2,
.p-hotel-list_title_2 {
    font-size: 14px;
  }
}
@media (min-width: 720px) {
  .p-entertainment-list .searchlist-area_result_detail .result_text,
.p-hotel-list .searchlist-area_result_detail .result_text {
    height: 180px;
  }
}
@media (max-width: 719px) {
  .p-entertainment-list .result_detail-title,
.p-hotel-list .result_detail-title {
    min-height: 12vw;
    word-break: break-all;
  }
}

.p-entertainment-detail .l-dl_title,
.p-hotel-detail .l-dl_title {
  min-height: 62px;
  padding: 22px;
}

.p-firsttrack .p-firsttrack_section_inner h4 {
  font-size: 16px;
  font-weight: bold;
}
.p-firsttrack_title {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
.p-firsttrack_title_main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.p-firsttrack_title_sub {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -25px;
}
.p-firsttrack_title_img {
  text-align: center;
}
.p-firsttrack_heading {
  margin-bottom: 40px;
}
.p-firsttrack_section_title {
  max-width: 964px;
  font-size: 18px;
  font-weight: bold;
  margin: 60px 30px 0;
  padding: 0 5px 10px;
  border-bottom: 2px solid #000;
}
.p-firsttrack_section_inner {
  width: 964px;
  margin: 40px auto 100px;
}
.p-firsttrack_section_inner .l-btnbig {
  margin: 15px 0;
}
.p-firsttrack_section_inner .l-btnbig a {
  color: #fff;
  line-height: 1;
}
.p-firsttrack_section_inner .l-btnbig a:hover {
  color: #000;
}
.p-firsttrack_section_inner .row_firsttrack {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-firsttrack_section_inner .row_firsttrack .col_firsttrack:nth-child(1) {
  width: 50%;
}
.p-firsttrack_section_inner .row_firsttrack .col_firsttrack:nth-child(2) {
  width: 50%;
}
.p-firsttrack_section_inner .row_firsttrack .col_firsttrack ul li {
  margin-bottom: 50px;
}
.p-firsttrack_section_inner .row_firsttrack .col_firsttrack ul li:last-child {
  margin-bottom: 0px;
}
.p-firsttrack_section_em {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 18px;
}
.p-firsttrack_section_note {
  font-weight: bold;
  margin-top: 10px;
}
.p-firsttrack_section_topspace {
  margin-top: 40px !important;
}
.p-firsttrack_flow {
  margin-top: 30px;
}
.p-firsttrack_flow_heading {
  font-size: 16px;
  font-weight: bold;
}
.p-firsttrack_flow p {
  margin-top: 0;
}
.p-firsttrack_flow span {
  padding-left: 1em;
  display: block;
}
.p-firsttrack_table tr th, .p-firsttrack_table tr td {
  text-align: center;
}
.p-firsttrack_table tr th:first-child, .p-firsttrack_table tr td:first-child {
  border-left: 0;
}
.p-firsttrack_table_lefttd {
  width: 35%;
}
.p-firsttrack_table.sprinkle td {
  padding: 12px 10px;
  vertical-align: middle;
}
.p-firsttrack_table.sprinkle td:first-child {
  width: 25%;
  font-weight: bold;
}
.p-firsttrack_table.sprinkle td:nth-child(2) {
  width: 40%;
  font-weight: bold;
}
.p-firsttrack_table.sprinkle td:last-child {
  width: 35%;
}
.p-firsttrack_servicelist {
  margin: 10px 0 0 10px;
}
.p-firsttrack_servicelist_title {
  font-weight: bold;
  background: #eee;
}
.p-firsttrack_servicelist ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: -2px;
  left: 0;
}
@media (max-width: 719px) {
  .p-firsttrack_title {
    width: 100%;
  }
  .p-firsttrack_title_main {
    font-size: 24px;
  }
  .p-firsttrack_title_sub {
    font-size: 20px;
    padding: 0 1em;
  }
  .p-firsttrack_section_inner {
    width: 100%;
  }
  .p-firsttrack_section_em {
    font-size: 16px;
    display: block;
  }
  .p-firsttrack_table.sprinkle td:first-child {
    width: auto;
  }
  .p-firsttrack_table.sprinkle td:nth-child(2) {
    width: auto;
    word-break: break-all;
    padding: 12px 5px;
  }
  .p-firsttrack_table.sprinkle td:last-child {
    width: 45%;
  }
}
.p-firsttrack .detail_section_top {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 719px) {
  .p-firsttrack .detail_section_top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-firsttrack .detail_section_top h3 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-firsttrack .detail_section_top p {
  margin: 0 auto 0px;
  color: #000;
  font-size: 16px;
  line-height: 1.9;
}
.p-firsttrack .detail_section_top ul li {
  padding-left: 0;
  text-indent: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.9;
}
.p-firsttrack .detail_section_top ul li.column_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-firsttrack .detail_section_top ul .padding_left_20 {
  padding-left: 20px;
}

.list_top_oneday .detail_section_oneday {
  width: 500px;
  margin: 0 auto;
}
.list_top_oneday .detail_section_oneday .h2_detail {
  font-weight: bold;
  font-size: 1.6rem;
  text-align: left;
}
.list_top_oneday .img_detail_parent {
  margin-top: 50px;
}
.list_top_oneday .back_page {
  margin-top: 50px;
}
.list_top_oneday .back_page a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 50px;
}
.list_top_oneday .back_page a img {
  width: 50px;
  height: 50px;
}
.list_top_oneday .back_page a span {
  font-size: 1.6rem;
  line-height: 1.9;
  margin-left: 20px;
  font-weight: bold;
}
.list_top_oneday .p-tpoint_shopbtnarea {
  position: absolute;
  right: 30px;
  bottom: 30px;
}
@media (max-width: 719px) {
  .list_top_oneday .p-tpoint_shopbtnarea {
    position: static;
  }
}
.list_top_oneday .p-detail {
  margin-top: 30px;
  font-size: 16px;
  line-height: 1.9;
}
@media (max-width: 719px) {
  .list_top_oneday .p-detail {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
.list_top_oneday .padding-p-detail {
  padding-left: 30px;
  padding-right: 30px;
}
.list_top_oneday_title {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
.list_top_oneday_title_main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.list_top_oneday_title_sub {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  line-height: 1.4;
}
.list_top_oneday_title_img {
  text-align: center;
}
.list_top_oneday_shopbtnarea {
  text-align: right;
}
.list_top_oneday_section_inner {
  width: 964px;
  margin: 40px auto 100px;
}
.list_top_oneday_section_inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.list_top_oneday_section_note {
  font-weight: bold;
  margin-top: 10px;
}
.list_top_oneday_dl {
  width: 964px;
  margin: 40px auto 80px;
}
.list_top_oneday_dl dt {
  font-weight: bold;
  margin-top: 10px;
}
.list_top_oneday_dl dd a {
  text-decoration: underline;
  word-break: break-word;
}
.list_top_oneday .l-title-gold {
  margin-top: 50px;
}
.list_top_oneday .result_detail-titlesub {
  margin-bottom: 12px;
}
.list_top_oneday .result_text {
  height: auto;
}
.list_top_oneday .searchlist-area_result_detail {
  padding-bottom: 18px;
}
.list_top_oneday .searchlist-area_result_image img {
  width: 100%;
}
@media (max-width: 719px) {
  .list_top_oneday_title {
    width: 100%;
  }
  .list_top_oneday_title_main {
    font-size: 24px;
  }
  .list_top_oneday_title_sub {
    font-size: 18px;
  }
  .list_top_oneday_shopbtnarea .l-btn-black {
    width: 100%;
  }
  .list_top_oneday_section_inner {
    width: 100%;
    margin: 40px auto 60px;
  }
  .list_top_oneday_dl {
    width: 100%;
    margin: 40px auto 60px;
  }
  .list_top_oneday_dl dt {
    font-weight: bold;
    margin-top: 15px;
  }
  .list_top_oneday .l-title-gold {
    margin-top: 60px;
  }
  .list_top_oneday .searchlist-area_result_detail {
    padding: 20px 10px;
  }
}

/************ member_store **************/
/* .p-member         index.php  */
/* .p-member-list    list.php   */
/* .p-member-detail  detail.php */
.p-member_top-visual {
  position: relative;
  background: url(/assets/images/member_store/member-store_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 720px) {
  .p-member_top-visual {
    min-width: 1296px;
    height: 368px;
  }
}
@media (max-width: 719px) {
  .p-member_top-visual {
    min-height: 400px;
  }
}
.p-member_top-visual_titlearea {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 110px 1em 0;
  color: #000;
}
@media (max-width: 719px) {
  .p-member_top-visual_titlearea {
    padding: 90px 1em 0;
  }
}
.p-member_top-visual_titlearea_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  line-height: 1.7;
  margin-bottom: 7px;
}
@media (max-width: 719px) {
  .p-member_top-visual_titlearea_1 {
    font-size: 24px;
    margin-bottom: 8vw;
    line-height: 1.4;
  }
}
.p-member_top-visual_titlearea_1 span {
  display: block;
  font-size: 20px;
  margin-bottom: 15px;
}
.p-member_top-visual_titlearea_2 {
  color: #fff;
  padding: 0 0.5em;
}
.p-member_titlemargin {
  margin: 86px auto 0;
}
@media (min-width: 720px) {
  .p-member_navigation {
    margin-top: 42px;
  }
}
.p-member_navigation ul {
  margin-bottom: 10px;
}
.p-member_navigation ul .l-navigation_image_action {
  background-color: #888;
  background-size: cover;
}
@media (max-width: 719px) {
  .p-member_navigation ul .l-navigation_image {
    height: 220px;
  }
}

.p-member-list_title {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 1em 0;
}
@media (max-width: 719px) {
  .p-member-list_title {
    padding: 40px 1em 0;
  }
}
.p-member-list_title_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 719px) {
  .p-member-list_title_1 {
    font-size: 24px;
  }
}
.p-member-list_title_2 {
  font-size: 16px;
  padding: 0 0.5em;
  line-height: 1.6;
  text-align: center;
  color: #000;
}
@media (max-width: 719px) {
  .p-member-list_title_2 {
    font-size: 14px;
  }
}
@media (min-width: 720px) {
  .p-member-list .searchlist-area_result_detail .result_text {
    height: 32px;
  }
}
@media (max-width: 719px) {
  .p-member-list .result_detail-title {
    min-height: 0;
  }
  .p-member-list .searchlist-area_result_detail_top {
    min-height: 20vw;
  }
  .p-member-list .searchlist-area_result_detail .result_text {
    height: 26px;
  }
  .p-member-list .result_btnarea p:first-child {
    width: 100% !important;
  }
}

.p-member-detail_cate {
  margin-top: 20px;
}
@media (max-width: 719px) {
  .p-member-detail_cate {
    text-align: center;
  }
}
.p-member-detail_cate_label {
  background: #a57c55;
  display: inline-block;
  padding: 7px 16px;
  color: #fff;
  letter-spacing: 0.05em;
}
@media (max-width: 719px) {
  .p-member-detail_cate_label {
    margin: 0 auto -5px;
  }
}
.p-member-detail .induction-area {
  margin-top: 175px;
}
@media (max-width: 719px) {
  .p-member-detail .induction-area {
    margin-top: 40px;
  }
}
.p-member-detail .l-dl_title {
  min-height: 62px;
  padding: 22px;
}

/************ about **************/
/* .p-about         index.php  */
.p-about_top-visual {
  position: relative;
  background: url(/assets/images/about/about_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 720px) {
  .p-about_top-visual {
    min-width: 1296px;
    height: 368px;
  }
}
@media (max-width: 719px) {
  .p-about_top-visual {
    min-height: 400px;
  }
}
.p-about_top-visual_titlearea {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 95px 1em 0;
}
@media (max-width: 719px) {
  .p-about_top-visual_titlearea {
    padding: 90px 5px 0;
  }
}
.p-about_top-visual_titlearea_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-bottom: 20px;
  color: #000;
}
@media (max-width: 719px) {
  .p-about_top-visual_titlearea_1 {
    font-size: 23px;
    margin-bottom: 8vw;
  }
}
.p-about_top-visual_titlearea_2 {
  font-size: 16px;
  line-height: 1.4;
  color: #000;
  text-align: center;
}
@media (max-width: 719px) {
  .p-about_top-visual_titlearea_2 {
    font-size: 14px;
    line-height: 1.7;
  }
}
.p-about_top-visual_card {
  padding: 0 15px;
  text-align: center;
  position: relative;
  top: -58px;
  margin-bottom: -15px;
}
@media (min-width: 720px) {
  .p-about_top-visual_card {
    min-width: 1296px;
  }
}
.p-about_titlemargin {
  margin: 86px auto 0;
}
.p-about_introduction {
  color: #000;
}
.p-about_introduction_title {
  font-size: 22px;
  font-weight: bold;
}
@media (max-width: 719px) {
  .p-about_introduction_title {
    font-size: 20px;
    text-align: left;
  }
}
@media (max-width: 719px) {
  .p-about_introduction p {
    text-align: left;
  }
}
@media (min-width: 720px) {
  .p-about_point {
    margin-top: 80px;
  }
}
.p-about_point ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
.p-about_point_content {
  width: 20%;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 20px;
}
.p-about_point_content img {
  display: block;
  margin: 0 auto 0 0;
}
.p-about_point_content p {
  margin-top: 24px;
}
.p-about_point_content p span {
  background: #000;
  color: #fff;
  padding: 1px;
}
@media (max-width: 719px) {
  .p-about_point_content {
    width: 50%;
    margin-top: 50px;
    padding: 10px;
    font-size: 14px;
  }
  .p-about_point_content img {
    height: 100px;
    margin: 0 auto;
  }
  .p-about_point_content p {
    margin-top: 15px;
  }
  .p-about_point_content p span {
    white-space: nowrap;
  }
}
@media (min-width: 720px) {
  .p-about_figure {
    width: 100%;
    max-width: 1440px;
    min-width: 964px;
    height: 757px;
    background: url(/assets/images/about/about-main_bg.jpg) no-repeat center;
    background-size: 1440px 757px;
    margin: 0 auto 80px;
    min-width: 1296px;
  }
  .p-about_figure_inner {
    text-align: right;
  }
  .p-about_figure_image {
    width: 691px;
    margin: 0 20px 0 auto;
    padding-top: 210px;
  }
}
@media (max-width: 719px) {
  .p-about_figure {
    background: #e7e7e7 url(/assets/images/about/about-main_bg-sp.gif) no-repeat center top;
    margin-bottom: 60px;
  }
  .p-about_figure_inner {
    padding-bottom: 30px;
  }
  .p-about_figure_image {
    padding: 120px 0 30px;
  }
}
.p-about_figure_headtext, .p-about_figure_headtextsub {
  font-weight: bold;
  text-align: left;
}
@media (max-width: 719px) {
  .p-about_figure_headtext, .p-about_figure_headtextsub {
    font-size: 20px;
    text-align: center;
  }
}
.p-about_figure_headtext {
  font-size: 24px;
  margin-bottom: 26px;
}
.p-about_figure_headtext span {
  font-size: 28px;
}
.p-about_figure_headtextsub {
  font-size: 18px;
  margin-bottom: 50px;
}
.p-about_figure_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3;
}
@media (min-width: 720px) {
  .p-about_figure_text {
    width: 600px;
    margin: 20px 70px 0 auto;
  }
  .p-about_figure_text span {
    font-size: 24px;
  }
}
@media (max-width: 719px) {
  .p-about_figure_text {
    width: 100%;
    margin: 20px auto;
  }
  .p-about_figure_text p {
    width: 50%;
    padding-left: 15px;
  }
  .p-about_figure_text p span {
    font-size: 22px;
  }
}
.p-about_carddetail {
  background: #f3f3f3;
  padding: 80px 0 20px;
}
@media (max-width: 719px) {
  .p-about_carddetail {
    padding: 40px 0 0;
  }
}
.p-about_cardlist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding-top: 15px;
}
@media (min-width: 720px) {
  .p-about_cardlist {
    padding: 30px;
  }
}
.p-about_card {
  width: 46.5%;
  background: #fff;
  text-align: center;
  position: relative;
  padding-bottom: 102px;
  margin-bottom: 60px;
}
@media (max-width: 719px) {
  .p-about_card {
    width: 100%;
    padding-bottom: 85px;
    margin-bottom: 40px;
  }
}
.p-about_card_heading {
  background: #02508d;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  padding: 24px;
  position: relative;
}
@media (max-width: 719px) {
  .p-about_card_heading {
    font-size: 16px;
    line-height: 1.4;
  }
}
.p-about_card_heading:before {
  position: absolute;
  left: 50%;
  bottom: -25px;
  content: "";
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 20px;
  height: 16px;
  border: 15px solid transparent;
  border-top: 10px solid #02508d;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.p-about_card_name {
  font-size: 24px;
  font-weight: bold;
  margin: 25px 0;
}
@media (max-width: 719px) {
  .p-about_card_name {
    font-size: 20px;
    padding: 0 5px;
  }
}
.p-about_card_desc {
  width: 85%;
  text-align: left;
  margin: 40px auto;
}
@media (max-width: 719px) {
  .p-about_card_desc {
    width: 90%;
    margin: 30px auto;
  }
}
.p-about_card_desc_title {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.3;
}
.p-about_card_desc_text {
  font-size: 13.5px;
  margin-top: 14px;
  line-height: 1.6;
}
.p-about_card_desc_table {
  width: 100%;
  font-size: 14px;
  margin-top: 36px;
}
.p-about_card_desc_table_head {
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  font-size: 16px;
  font-weight: bold;
}
.p-about_card_desc_table_head th {
  padding: 16px 10px 16px 0;
}
.p-about_card_desc_table tr td {
  min-width: 80px;
  padding: 8px 0;
  line-height: 1.6;
  border-bottom: 1px solid #e1e1e1;
}
.p-about_card_desc_table tr td:not(:last-child) {
  padding-right: 3px;
}
@media (max-width: 719px) {
  .p-about_card_desc_table tr td {
    min-width: 70px;
    padding: 10px 3px;
  }
}
.p-about_card_desc_table tr:last-child td {
  border-bottom: none;
}
.p-about_card_desc_table_01 tr td:not(:first-child) {
  font-weight: bold;
}
.p-about_card_desc_btnarea {
  width: 85%;
  margin: 0 auto;
  position: absolute;
  bottom: 50px;
  left: 7.5%;
}
@media (max-width: 719px) {
  .p-about_card_desc_btnarea {
    bottom: 30px;
  }
}
.p-about_message_title {
  font-size: 25px;
  font-weight: bold;
  margin: 80px auto 50px;
  text-align: center;
}
@media (max-width: 719px) {
  .p-about_message_title {
    font-size: 22px;
    margin: 50px auto 45px;
    line-height: 1.3;
  }
}
.p-about_message_titlesub {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.15;
  margin: -4px 0 7px;
}
.p-about_message_cast {
  margin-bottom: 70px;
}
@media (max-width: 719px) {
  .p-about_message_cast {
    margin-bottom: 45px;
  }
}
.p-about_message_cast article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-about_message_cast_image {
  width: 300px;
}
@media (max-width: 719px) {
  .p-about_message_cast_image {
    width: 25%;
  }
}
.p-about_message_cast_desc {
  width: calc( 100% - 300px );
  padding-left: 38px;
}
@media (max-width: 719px) {
  .p-about_message_cast_desc {
    width: 75%;
    padding-left: 18px;
  }
}
.p-about_message_cast_detail {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 15px;
}
.p-about_message_cast_text {
  line-height: 1.8;
  font-size: 14px;
  color: #777;
}
@media (max-width: 719px) {
  .p-about .shop-area-wp {
    padding-bottom: 30px;
  }
}

/**** company *****/
/* company/index.php */
.p-company {
  /* company/recruit.php */
}
.p-company_title {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 1em 0;
}
@media (max-width: 719px) {
  .p-company_title {
    padding: 40px 1em 0;
  }
}
.p-company_title_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 719px) {
  .p-company_title_1 {
    font-size: 28px;
  }
}
.p-company_title_1 span {
  display: block;
  font-size: 17px;
  margin-bottom: 12px;
}
.p-company_table th {
  width: 22%;
  font-weight: bold;
  text-align: right;
}
.p-company_table td {
  width: 78%;
}
.p-company_table td p {
  margin-bottom: 18px;
}
.p-company_table td img {
  margin: 70px 60px 55px;
}
@media (max-width: 719px) {
  .p-company_table td img {
    margin: 40px auto 10px;
  }
}
.p-company_boldtext {
  display: block;
  font-weight: bold;
  text-indent: -0.4em;
}
.p-company_graytext {
  color: #888;
}
.p-company .l-btnbig {
  margin: 22px auto 60px;
}
.p-company_development {
  width: 964px;
  margin: 0 auto 70px;
  text-align: left;
}
@media (max-width: 719px) {
  .p-company_development {
    width: 96%;
    margin: 0 auto 40px;
  }
}
.p-company_development_title {
  width: 120px;
  height: 120px;
  font-size: 18px;
  margin: 20px auto 0 57px;
  padding: 45px 0;
  background: #000;
  color: #fff;
  border-radius: 50%;
  letter-spacing: 0.03em;
}
@media (max-width: 719px) {
  .p-company_development_title {
    margin: 0 auto 0 0;
  }
}
.p-company_development_table {
  width: 100%;
  table-layout: fixed;
}
.p-company_development_table_row {
  display: table-row;
}
.p-company_development_table_row:last-child .p-company_development_table_left:after {
  content: "";
  width: 10px;
  height: 50%;
  background: #fff;
  position: absolute;
  bottom: 0;
  right: 8px;
}
.p-company_development_table_left {
  display: table-cell;
  vertical-align: middle;
  width: 130px;
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 0.02em;
  background: url("/assets/images/company/company-line.gif") repeat-y top 0 right 12px;
  position: relative;
}
@media (max-width: 719px) {
  .p-company_development_table_left {
    width: 48px;
    font-size: 20px;
  }
  .p-company_development_table_left span {
    position: relative;
    top: -40px;
    left: 10px;
    background: #fff;
    padding: 3px;
  }
}
.p-company_development_table_right {
  display: table-cell;
  vertical-align: middle;
  width: calc( 100% - 130px);
  padding: 20px 0 20px 20px;
  position: relative;
  max-width: 834px;
}
@media (max-width: 719px) {
  .p-company_development_table_right {
    width: calc( 100% - 48px );
  }
}
.p-company_development_table_right:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: #000;
  border-radius: 50%;
  position: absolute;
  left: -23px;
  top: 45%;
}
.p-company_development_speech {
  font-size: 16px;
  border: 3px solid #000;
  padding: 20px;
  line-height: 1.8;
  position: relative;
}
@media (max-width: 719px) {
  .p-company_development_speech {
    font-size: 14px;
    padding: 15px 10px;
    line-height: 1.6;
  }
}
.p-company_development_speech:before {
  content: "";
  position: absolute;
  top: 47%;
  left: -26px;
  margin-top: -12px;
  border: 14px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.p-company_development_speech:after {
  content: "";
  position: absolute;
  top: 47%;
  left: -33px;
  margin-top: -14px;
  border: 16px solid transparent;
  border-right: 15px solid #000;
  z-index: 1;
}
.p-company_development_speech p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 11px 20px 0 10px;
}
@media (max-width: 719px) {
  .p-company_development_speech p {
    padding: 7px 0 0 5px;
  }
}
.p-company_development_speech p:not(:last-child) {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
}
.p-company_development_speech p:first-child {
  padding-top: 0;
}
.p-company_development_speech_left {
  width: 92px;
  text-align: right;
  font-weight: bold;
  padding-right: 18px;
}
@media (max-width: 719px) {
  .p-company_development_speech_left {
    width: 100%;
    text-align: left;
    font-size: 16px;
    margin-bottom: 5px;
  }
}
.p-company_development_speech_right {
  width: calc( 100% - 92px );
}
@media (max-width: 719px) {
  .p-company_development_speech_right {
    width: 100%;
  }
}
.p-company_annotation {
  font-size: 13.5px;
  margin-top: 5px;
  display: block;
  line-height: 1.2;
}
@media (min-width: 720px) {
  .p-company_annotation {
    margin-left: 150px;
  }
}
.p-company .acf-map {
  width: 90%;
  height: 450px;
  margin: 70px 30px 55px auto;
}
@media (max-width: 719px) {
  .p-company .acf-map {
    margin: 40px auto 10px;
  }
}
.p-company_recruit_subtitle {
  font-size: 22px;
  margin-bottom: 15px;
}
.p-company_recruit .p-company_table {
  margin: 70px auto 100px;
}
.p-company_recruit_txt {
  display: inline-block;
  text-align: left;
}
@media (min-width: 720px) {
  .p-company_recruit .l-page-detail {
    padding: 0 35px;
  }
}
@media (max-width: 719px) {
  .p-company_recruit_subtitle {
    font-size: 18px;
  }
  .p-company_recruit .p-company_table {
    margin: 40px auto 80px;
  }
  .p-company_recruit .p-company_table td {
    width: 64%;
    padding: 12px 7px;
  }
}

/************ shop **************/
.p-shop_title {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 1em 0;
}
@media (max-width: 719px) {
  .p-shop_title {
    padding: 40px 1em 0;
  }
}
.p-shop_title_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .p-shop_title_1 {
    font-size: 28px;
  }
}
.p-shop_title_1 span {
  display: block;
  font-size: 17px;
  margin-bottom: 12px;
}
.p-shop_title_detail {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: -0.03em;
}
@media (max-width: 719px) {
  .p-shop_title_detail {
    font-size: 22px;
    margin-bottom: 30px;
  }
}
@media (min-width: 720px) {
  .p-shop_navigation {
    margin-bottom: 80px;
  }
  .p-shop_desc {
    position: relative;
  }
  .p-shop_desc_btnarea {
    width: 290px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .p-shop_desc_btnarea .l-btn-black_href {
    padding: 16px 0;
    font-size: 13px;
  }
}
@media (min-width: 720px) {
  .p-shop .l-navigation_1col.big li {
    margin-bottom: 40px;
  }
  .p-shop .l-navigation_1col.big .l-navigation_image {
    width: 450px;
    height: 300px;
  }
  .p-shop .l-navigation_1col.big .l-navigation_desc {
    width: calc( 100% - 450px );
  }
}
.p-shop .l-navigation_title {
  margin-bottom: 25px;
  line-height: 1.4;
}
@media (max-width: 719px) {
  .p-shop .l-navigation_image {
    height: 220px;
  }
  .p-shop .l-navigation_image_action {
    background-size: cover;
  }
}
.p-shop_detail_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1024px;
  margin: 0 auto;
}
@media (max-width: 719px) {
  .p-shop_detail_main {
    width: 95%;
  }
}
.p-shop_detail_image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}
@media (max-width: 719px) {
  .p-shop_detail_image {
    width: 100%;
    margin: 10px auto 40px;
  }
}
.p-shop_detail_image_top {
  width: 100%;
  margin-bottom: 15px;
}
.p-shop_detail_image_bottom {
  max-height: 102px;
  overflow: hidden;
  width: 31%;
}
@media (max-width: 719px) {
  .p-shop_detail_image_bottom {
    height: 18vw;
  }
}
.p-shop_detail_image_bottom:not(:last-child) {
  margin-right: 3%;
}
.p-shop_detail_image img {
  width: 100%;
}
.p-shop_detail_desc {
  width: 100%;
  font-size: 14px;
  text-align: left;
}
@media (min-width: 720px) {
  .p-shop_detail_desc {
    width: 50%;
    padding-left: 40px;
    font-size: 16px;
  }
}
.p-shop_detail_desc_heading {
  margin-bottom: 30px;
  line-height: 1.4;
}
.p-shop_detail_desc p {
  margin-bottom: 30px;
  line-height: 1.6;
}
@media (max-width: 719px) {
  .p-shop_detail_desc p {
    margin: 8px 5px 30px;
  }
}
.p-shop_detail_desc p a {
  font-size: inherit;
}
.p-shop_detail_desc_strong {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.p-shop_detail_map {
  width: 100%;
}
.p-shop_detail_map_title {
  font-size: 32px;
  font-weight: bold;
  margin: 108px auto 30px;
  text-align: center;
}
@media (max-width: 719px) {
  .p-shop_detail_map_title {
    margin: 40px auto 30px;
  }
}
.p-shop_detail_map p {
  font-size: 14px;
  margin: 30px 0;
}
.p-shop_detail_map .acf-map {
  width: 100%;
  height: 540px;
}

/************ faq **************/
.p-faq_title {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 0 28px;
}
@media (max-width: 719px) {
  .p-faq_title {
    padding: 40px 1em 18px;
  }
}
.p-faq_title_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 719px) {
  .p-faq_title_1 {
    font-size: 24px;
  }
}
.p-faq_main {
  margin: 40px auto 58px;
  font-size: 16px;
}
@media (max-width: 719px) {
  .p-faq_main {
    font-size: 14px;
    margin: 40px auto;
  }
}
.p-faq_main_title {
  font-size: 24px;
  text-align: left;
  font-weight: bold;
  margin-bottom: 12px;
}
@media (max-width: 719px) {
  .p-faq_main_title {
    font-size: 18px;
  }
}
.p-faq_main ul li {
  margin-bottom: 15px;
}
.p-faq_question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
}
.p-faq_question_icon {
  width: 74px;
  background: #000 url("/assets/images/faq/faq_q.png") no-repeat center;
}
@media (max-width: 719px) {
  .p-faq_question_icon {
    width: 50px;
    background-size: 18px;
  }
}
.p-faq_question_text {
  width: calc( 100% - 74px );
  background: url("/assets/images/faq/faq_plus.png") no-repeat center right 28px;
  font-weight: bold;
  padding: 24px 60px 24px 24px;
  line-height: 1.4;
  cursor: pointer;
}
@media (max-width: 719px) {
  .p-faq_question_text {
    width: calc( 100% - 50px );
    padding: 18px 40px 18px 18px;
    background-position: center right 12px !important;
  }
}
.p-faq_question_text.show {
  background: url("/assets/images/faq/faq_minus.png") no-repeat center right 28px;
}
.p-faq_answer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 3px solid #000;
  border-top: none;
}
.p-faq_answer_icon {
  width: 74px;
  background: #00a54f url("/assets/images/faq/faq_a.png") no-repeat center;
}
@media (max-width: 719px) {
  .p-faq_answer_icon {
    width: 50px;
    background-size: 18px;
  }
}
.p-faq_answer_text {
  width: calc( 100% - 74px );
  padding: 24px;
  line-height: 1.6;
  word-break: break-word;
}
@media (max-width: 719px) {
  .p-faq_answer_text {
    width: calc( 100% - 50px );
    padding: 18px;
  }
}
.p-faq_answer_text a {
  font-size: 16px;
  text-decoration: underline;
}
.p-faq #faq-1,
.p-faq #faq-2,
.p-faq #faq-3,
.p-faq #faq-4,
.p-faq #faq-5,
.p-faq #faq-6,
.p-faq #faq-7 {
  padding-top: 40px;
  margin-top: -40px;
}
@media (max-width: 719px) {
  .p-faq #faq-1,
.p-faq #faq-2,
.p-faq #faq-3,
.p-faq #faq-4,
.p-faq #faq-5,
.p-faq #faq-6,
.p-faq #faq-7 {
    padding-top: 55px;
    margin-top: -55px;
  }
}
.p-faq #faq-1 {
  margin-top: 0;
}
.p-faq #faq-7 {
  margin-bottom: 185px;
}
@media (max-width: 719px) {
  .p-faq #faq-7 {
    margin-bottom: 100px;
  }
}

/************ higher **************/
.p-higher_title {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (max-width: 719px) {
  .p-higher_title {
    width: 100%;
  }
}
.p-higher_title_main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
@media (max-width: 719px) {
  .p-higher_title_main {
    font-size: 28px;
  }
}
.p-higher_title_sub {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -25px;
}
@media (max-width: 719px) {
  .p-higher_title_sub {
    font-size: 20px;
    padding: 0 1em;
  }
}
.p-higher_title_img {
  text-align: center;
}
.p-higher_heading {
  margin-bottom: 40px;
}
.p-higher_nav li a {
  white-space: nowrap;
}
.p-higher_price {
  display: none;
}
.p-higher_price_text {
  margin-bottom: 50px;
  padding: 0 30px;
}
.p-higher_price.show {
  display: block;
}
.p-higher_table:not(:last-of-type) {
  margin-bottom: 50px;
}
.p-higher_table_no {
  width: 70px;
}
.p-higher_table_course {
  width: 500px;
}
.p-higher_table_time {
  width: 110px;
}
.p-higher_table_money {
  width: 165px;
}
.p-higher_table tr th {
  padding: 10px 20px 10px 20px;
}
.p-higher_table tr td {
  padding: 10px 20px 10px 20px;
}
.p-higher_table tr td:not(:nth-child(2)) {
  text-align: center;
}
.p-higher_table tr th:first-child, .p-higher_table tr td:first-child {
  border-left: 0;
}
.p-higher_notes {
  margin-top: 80px;
}
.p-higher_notes ul {
  max-width: 964px;
  margin: 40px auto;
}
.p-higher_other {
  padding-bottom: 100px;
}
.p-higher_other_title {
  max-width: 964px;
  font-size: 20px;
  font-weight: bold;
  margin: 60px 30px 0;
  padding: 0 5px 10px;
  border-bottom: 1px solid #ccc;
}
.p-higher_other p {
  max-width: 964px;
  margin: 30px auto 60px;
}
.p-higher_other_ex {
  border: 1px solid gray;
  padding: 30px 40px 25px;
  max-width: 80% !important;
}
.p-higher_other_ex_top {
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.p-higher_other_ex_bottom {
  text-align: right;
  display: block;
}
.p-higher_other_em {
  font-weight: bold;
  margin: 0 5px 0 12px;
  display: inline-block;
}
@media (max-width: 719px) {
  .p-higher_table:not(:last-of-type) {
    margin-bottom: 40px;
  }
  .p-higher_table_no {
    width: 8%;
    min-width: 28px;
    padding: 8px 2px !important;
  }
  .p-higher_table_course {
    width: 40%;
  }
  .p-higher_table_time {
    width: 18%;
  }
  .p-higher_table_money {
    width: 18%;
  }
  .p-higher_table tr th, .p-higher_table tr td {
    padding: 8px 4px;
  }
  .p-higher_notes {
    margin-top: 40px;
  }
  .p-higher_other {
    padding-bottom: 60px;
  }
  .p-higher_other_title {
    width: 100%;
    margin: 40px 0 0;
  }
  .p-higher_other p {
    margin: 30px auto;
  }
  .p-higher_other_ex {
    max-width: auto !important;
    padding: 20px;
  }
}

/************ water **************/
.p-water_title {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
.p-water_title_main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.p-water_title_sub {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  margin-bottom: -25px;
}
.p-water_title_img {
  text-align: center;
}
.p-water_heading {
  margin-bottom: 40px;
}
.p-water_section_title {
  max-width: 964px;
  font-size: 18px;
  font-weight: bold;
  margin: 60px 30px 0;
  padding: 0 5px 10px;
  border-bottom: 2px solid #000;
}
.p-water_section_inner {
  width: 964px;
  margin: 40px auto 100px;
}
.p-water_section_inner .l-btnbig {
  margin: 15px 0;
}
.p-water_section_inner .l-btnbig a {
  color: #fff;
  line-height: 1;
}
.p-water_section_inner .l-btnbig a:hover {
  color: #000;
}
.p-water_section_em {
  font-weight: bold;
  margin-bottom: 0.5em;
  font-size: 18px;
}
.p-water_section_note {
  font-weight: bold;
  margin-top: 10px;
}
.p-water_section_topspace {
  margin-top: 40px !important;
}
.p-water_flow {
  margin-top: 30px;
}
.p-water_flow_heading {
  font-size: 16px;
  font-weight: bold;
}
.p-water_flow p {
  margin-top: 0;
}
.p-water_flow span {
  padding-left: 1em;
  display: block;
}
.p-water_table tr th, .p-water_table tr td {
  text-align: center;
}
.p-water_table tr th:first-child, .p-water_table tr td:first-child {
  border-left: 0;
}
.p-water_table_lefttd {
  width: 35%;
}
.p-water_table.sprinkle td {
  padding: 12px 10px;
  vertical-align: middle;
}
.p-water_table.sprinkle td:first-child {
  width: 35%;
  font-weight: bold;
}
.p-water_table.sprinkle td:nth-child(2) {
  width: 15%;
  font-weight: bold;
}
.p-water_table.sprinkle td:last-child {
  width: 50%;
}
.p-water_servicelist {
  margin: 10px 0 0 10px;
}
.p-water_servicelist_title {
  font-weight: bold;
  background: #eee;
}
.p-water_servicelist ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: -2px;
  left: 0;
}
@media (max-width: 719px) {
  .p-water_title {
    width: 100%;
  }
  .p-water_title_main {
    font-size: 24px;
  }
  .p-water_title_sub {
    font-size: 20px;
    padding: 0 1em;
  }
  .p-water_section_inner {
    width: 100%;
  }
  .p-water_section_em {
    font-size: 16px;
    display: block;
  }
  .p-water_table.sprinkle td:first-child {
    width: auto;
  }
  .p-water_table.sprinkle td:nth-child(2) {
    width: auto;
    word-break: break-all;
    padding: 12px 5px;
  }
  .p-water_table.sprinkle td:last-child {
    width: 45%;
  }
}
.p-water .detail_section_top {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
  padding-top: 40px;
}
@media (max-width: 719px) {
  .p-water .detail_section_top {
    padding-left: 20px;
    padding-right: 20px;
  }
}
.p-water .detail_section_top h3 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-water .detail_section_top p {
  margin: 0 auto 0px;
  color: #000;
  font-size: 16px;
  line-height: 1.9;
}
.p-water .detail_section_top ul li {
  padding-left: 0;
  text-indent: 0;
  color: #000;
  font-size: 16px;
  line-height: 1.9;
}
.p-water .detail_section_top ul li.column_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-water .detail_section_top ul .padding_left_20 {
  padding-left: 20px;
}

/************ japansim **************/
.p-japansim_title {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
.p-japansim_title_main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.p-japansim_title_sub {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.p-japansim_title_img {
  text-align: center;
}
.p-japansim_table {
  margin: 0 auto 40px;
}
.p-japansim_table tr th {
  text-align: center;
}
.p-japansim_table tr td {
  padding: 12px 25px;
  vertical-align: middle;
}
.p-japansim_table tr td:first-child {
  width: 40%;
  border-left: 0;
  text-align: right;
}
.p-japansim_table tr td:last-child {
  width: 60%;
  text-align: left;
}
.p-japansim_table tr td:last-child em {
  font-weight: bold;
}
.p-japansim_section_inner {
  width: 964px;
  margin: 40px auto 100px;
}
.p-japansim_section_inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-japansim_section_note {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 719px) {
  .p-japansim .l-title-gold {
    font-size: 17px;
  }
  .p-japansim_title {
    width: 100%;
  }
  .p-japansim_title_main {
    font-size: 24px;
  }
  .p-japansim_title_sub {
    font-size: 20px;
  }
  .p-japansim_section_inner {
    width: 100%;
    margin: 40px auto 60px;
  }
  .p-japansim_table tr td {
    padding: 12px 20px;
  }
  .p-japansim_table tr td {
    padding: 12px 10px;
  }
  .p-japansim_table tr td:first-child {
    width: 30%;
  }
  .p-japansim_table tr td:last-child {
    width: 70%;
  }
}

/************ wifirental **************/
.p-wifirental_title {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
.p-wifirental_title_main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.p-wifirental_title_sub {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
}
.p-wifirental_title_img {
  text-align: center;
}
.p-wifirental .l-title-gold {
  margin-top: 50px;
}
.p-wifirental_table {
  margin: 0 auto 10px;
}
.p-wifirental_table tr th {
  text-align: center;
  border-left: 0;
  font-weight: bold;
}
.p-wifirental_table tr td {
  padding: 12px 25px;
  vertical-align: middle;
}
.p-wifirental_table tr td:first-child {
  width: 40%;
  border-left: 0;
  text-align: right;
}
.p-wifirental_table tr td:last-child {
  width: 60%;
  text-align: left;
}
.p-wifirental_table tr td:last-child em {
  font-weight: bold;
}
.p-wifirental_table_comment {
  font-size: 16px;
  line-height: 1.8;
}
.p-wifirental_servicelist {
  margin: 10px 0 0 10px;
}
.p-wifirental_servicelist_title {
  font-weight: bold;
  background: #eee;
}
.p-wifirental_servicelist ul li::before {
  content: "";
  width: 5px;
  height: 5px;
  margin-right: 8px;
  display: inline-block;
  background: #000;
  border-radius: 50%;
  position: relative;
  top: -2px;
  left: 0;
}
.p-wifirental_section_inner {
  width: 964px;
  margin: 40px auto 100px;
}
.p-wifirental_section_inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-wifirental_section_note {
  font-weight: bold;
  margin-top: 10px;
}
.p-wifirental_dl {
  width: 964px;
  margin: 80px auto 0;
}
.p-wifirental_dl dt {
  font-weight: bold;
  margin-top: 10px;
}
@media (max-width: 719px) {
  .p-wifirental .l-title-gold {
    margin-top: 60px;
  }
  .p-wifirental p {
    font-size: 14px;
  }
  .p-wifirental_title {
    width: 100%;
  }
  .p-wifirental_title_main {
    font-size: 24px;
  }
  .p-wifirental_title_sub {
    font-size: 20px;
  }
  .p-wifirental_section_inner {
    width: 100%;
    margin: 40px auto 60px;
  }
  .p-wifirental_table tr td {
    padding: 12px 20px;
  }
  .p-wifirental_table tr td {
    padding: 12px 10px;
  }
  .p-wifirental_table tr td:first-child {
    width: 45%;
  }
  .p-wifirental_table tr td:last-child {
    width: 55%;
  }
  .p-wifirental_dl {
    width: 100%;
    margin: 40px auto 0;
  }
  .p-wifirental_dl dt {
    font-weight: bold;
    margin-top: 15px;
  }
}

/************ tpoint **************/
.p-tpoint_title {
  width: 1024px;
  margin: 0 auto;
  padding: 40px 0;
}
.p-tpoint_title_main {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
.p-tpoint_title_sub {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  margin-top: 40px;
  line-height: 1.4;
}
.p-tpoint_title_img {
  text-align: center;
}
.p-tpoint_shopbtnarea {
  text-align: right;
}
.p-tpoint_section_inner {
  width: 964px;
  margin: 40px auto 100px;
}
.p-tpoint_section_inner ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-tpoint_section_note {
  font-weight: bold;
  margin-top: 10px;
}
.p-tpoint_dl {
  width: 964px;
  margin: 40px auto 80px;
}
.p-tpoint_dl dt {
  font-weight: bold;
  margin-top: 10px;
}
.p-tpoint_dl dd a {
  text-decoration: underline;
  word-break: break-word;
}
.p-tpoint .l-title-gold {
  margin-top: 50px;
}
.p-tpoint .result_detail-titlesub {
  margin-bottom: 12px;
}
.p-tpoint .result_text {
  height: auto;
}
.p-tpoint .searchlist-area_result_detail {
  padding-bottom: 18px;
}
.p-tpoint .searchlist-area_result_image img {
  width: 100%;
}
@media (max-width: 719px) {
  .p-tpoint_title {
    width: 100%;
  }
  .p-tpoint_title_main {
    font-size: 24px;
  }
  .p-tpoint_title_sub {
    font-size: 18px;
  }
  .p-tpoint_shopbtnarea .l-btn-black {
    width: 100%;
  }
  .p-tpoint_section_inner {
    width: 100%;
    margin: 40px auto 60px;
  }
  .p-tpoint_dl {
    width: 100%;
    margin: 40px auto 60px;
  }
  .p-tpoint_dl dt {
    font-weight: bold;
    margin-top: 15px;
  }
  .p-tpoint .l-title-gold {
    margin-top: 60px;
  }
  .p-tpoint .searchlist-area_result_detail {
    padding: 20px 10px;
  }
}

.p-tpointshop_title {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 1em 0;
}
.p-tpointshop_title_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}
.p-tpointshop_title_1 span {
  display: block;
  font-size: 17px;
  margin-bottom: 12px;
}
.p-tpointshop_title_detail {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 55px;
  letter-spacing: -0.03em;
}
.p-tpointshop .l-navigation_title {
  margin-bottom: 25px;
  line-height: 1.4;
}
.p-tpointshop_detail_main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 1024px;
  margin: 0 auto;
}
.p-tpointshop_detail_image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  font-size: 16px;
  line-height: 1.4;
}
.p-tpointshop_detail_image_top {
  width: 100%;
  margin-bottom: 15px;
}
.p-tpointshop_detail_image_bottom {
  max-height: 145px;
  overflow: hidden;
  width: 48%;
  background: #eee;
}
.p-tpointshop_detail_image img {
  width: 100%;
}
.p-tpointshop_detail_desc {
  width: 100%;
  font-size: 14px;
  text-align: left;
}
.p-tpointshop_detail_desc a {
  text-decoration: underline;
}
@media (min-width: 720px) {
  .p-tpointshop_detail_desc {
    width: 50%;
    padding-left: 40px;
    font-size: 16px;
  }
}
.p-tpointshop_detail_desc_heading {
  margin-bottom: 30px;
  line-height: 1.4;
}
.p-tpointshop_detail_desc p {
  margin-bottom: 30px;
  line-height: 1.6;
}
.p-tpointshop_detail_desc p a {
  font-size: inherit;
}
.p-tpointshop_detail_desc_strong {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  display: block;
}
.p-tpointshop_detail_map {
  width: 100%;
}
.p-tpointshop_detail_map_title {
  font-size: 32px;
  font-weight: bold;
  margin: 108px auto 30px;
  text-align: center;
}
.p-tpointshop_detail_map p {
  font-size: 14px;
  margin: 30px 0;
}
.p-tpointshop_detail_map .acf-map {
  width: 100%;
  height: 540px;
}
@media (max-width: 719px) {
  .p-tpointshop_title {
    padding: 40px 1em 0;
  }
  .p-tpointshop_title_1 {
    font-size: 28px;
  }
  .p-tpointshop_title_detail {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .p-tpointshop_navigation {
    margin-bottom: 80px;
  }
  .p-tpointshop_desc {
    position: relative;
  }
  .p-tpointshop_desc_btnarea {
    width: 290px;
    position: absolute;
    bottom: 30px;
    left: 30px;
  }
  .p-tpointshop_desc_btnarea .l-btn-black_href {
    padding: 16px 0;
    font-size: 13px;
  }
  .p-tpointshop .l-navigation_1col.big li {
    margin-bottom: 40px;
  }
  .p-tpointshop .l-navigation_1col.big .l-navigation_image {
    width: 450px;
    height: 300px;
  }
  .p-tpointshop .l-navigation_1col.big .l-navigation_desc {
    width: calc( 100% - 450px );
  }
  .p-tpointshop .l-navigation_title {
    margin-bottom: 25px;
    line-height: 1.4;
  }
  .p-tpointshop .l-navigation_image {
    height: 220px;
  }
  .p-tpointshop .l-navigation_image_action {
    background-size: cover;
  }
  .p-tpointshop_detail_main {
    width: 95%;
  }
  .p-tpointshop_detail_image {
    width: 100%;
    margin: 10px auto 40px;
  }
  .p-tpointshop_detail_image_bottom {
    height: 26vw;
  }
  .p-tpointshop_detail_desc p {
    margin: 8px 5px 30px;
  }
  .p-tpointshop_detail_map_title {
    margin: 40px auto 30px;
  }
}

/************ thai **************/
.p-thai_top-visual {
  position: relative;
  background: url(/assets/images/thai/tour_bg.jpg) no-repeat center;
  background-size: cover;
}
@media (min-width: 720px) {
  .p-thai_top-visual {
    min-width: 1296px;
    height: 368px;
  }
}
@media (max-width: 719px) {
  .p-thai_top-visual {
    background: url(/assets/images/thai/tour_bg-sp.jpg) no-repeat center;
    background-size: cover;
    min-height: 400px;
  }
}
.p-thai_top-visual_titlearea {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 120px 1em 0;
}
@media (max-width: 719px) {
  .p-thai_top-visual_titlearea {
    padding: 90px 1em 0;
  }
}
.p-thai_top-visual_titlearea_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 15px;
}
@media (max-width: 719px) {
  .p-thai_top-visual_titlearea_1 {
    font-size: 26px;
    margin-bottom: 8vw;
  }
}
.p-thai_top-visual_titlearea_1 span {
  display: block;
  font-size: 24px;
  margin-bottom: 0.8em;
}
.p-thai_top-visual_titlearea_2 {
  color: #fff;
  padding: 0 0.5em;
}
.p-thai_navigation ul {
  margin-bottom: 10px;
}
.p-thai_navigation ul .l-navigation_image_action {
  background-color: #888;
}
@media (max-width: 719px) {
  .p-thai_navigation ul .l-navigation_image {
    height: 220px;
  }
}
@media (min-width: 720px) {
  .p-thai_navigation .l-navigation_1col.big .l-navigation_image {
    width: 450px;
    height: 250px;
  }
  .p-thai_navigation .l-navigation_1col.big .l-navigation_desc {
    width: calc( 100% - 450px );
  }
}
.p-thai_navigation_titlestrong {
  font-size: 22px;
}
@media (min-width: 720px) {
  .p-thai_navigation_titlestrong {
    font-size: 24px;
    position: relative;
    top: 30px;
  }
}

.p-terms_title .p-terms_title_1_top {
  line-height: 1.5em;
}

.p-terms_detail section:first-child .title_term_top {
  margin-top: 0;
}
.p-terms_detail section .title_term_top {
  font-size: 2.6rem;
  margin-top: 50px;
}
.p-terms_detail section .p-terms_heading_top {
  font-size: 2.6rem;
  color: #fff;
  background-color: #988775;
  padding-top: 10px;
  padding-bottom: 10px;
}
.p-terms_detail section .detail_section_top h3 {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
}
.p-terms_detail section .detail_section_top h3.underline_grey {
  font-size: 1.6rem;
  color: #000;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #d9d9d9;
}
.p-terms_detail section .detail_section_top p {
  margin: 0 auto 0px;
}
.p-terms_detail section .detail_section_top ul li {
  padding-left: 0;
  text-indent: 0;
}
.p-terms_detail section .detail_section_top ul li.column_text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.p-terms_detail section .detail_section_top ul .padding_left_20 {
  padding-left: 20px;
}

/**** member_terms *****/
.p-terms_title {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 60px 1em 0;
}
@media (max-width: 719px) {
  .p-terms_title {
    padding: 40px 0 0;
  }
}
.p-terms_title_1 {
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 58px;
}
@media (max-width: 719px) {
  .p-terms_title_1 {
    font-size: 22px;
  }
}
.p-terms_subtitle {
  font-size: 18px;
  font-weight: bold;
  text-align: left;
  margin-bottom: 10px;
}
.p-terms_heading {
  font-weight: bold;
}
.p-terms .l-paragraph p {
  margin: 0 auto 20px;
}
.p-terms .l-paragraph ul {
  margin: 0 auto 20px;
}
.p-terms .l-paragraph ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.p-terms_detail {
  padding: 0 35px;
  margin-bottom: 100px;
}
@media (max-width: 719px) {
  .p-terms_detail {
    padding: 0;
  }
}

/************ 404 **************/
.p-404_top-visual {
  position: relative;
  background: #fff;
}
@media (min-width: 720px) {
  .p-404_top-visual {
    min-width: 1296px;
    height: 200px;
  }
}
@media (max-width: 719px) {
  .p-404_top-visual {
    min-height: 200px;
  }
}
.p-404_top-visual_titlearea {
  width: 100%;
  max-width: 777px;
  margin: 0 auto;
  padding: 95px 1em 0;
}
@media (max-width: 719px) {
  .p-404_top-visual_titlearea {
    padding: 90px 5px 0;
  }
}
.p-404_top-visual_titlearea_1 {
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  margin-top: 20px;
  color: #000;
}
@media (max-width: 719px) {
  .p-404_top-visual_titlearea_1 {
    font-size: 23px;
    margin-bottom: 8vw;
  }
}
.p-404_txt {
  color: #000;
  margin: 40px auto 150px;
}
.p-404_homebtn {
  display: block;
  width: 280px;
  padding: 8px 20px;
  border: 1px solid #000;
  margin: 40px auto;
}
.p-404_homebtn:hover {
  opacity: 0.8;
}
.p-404_link {
  text-decoration: underline !important;
}

.movie-content-1024 {
  max-width: 1024px;
  width: 94%;
  margin-right: auto;
  margin-left: auto;
}
.movie-bg {
  background-color: #EFEFEF;
}
.movie-bg:nth-child(2n) {
  background-color: #ffffff;
}
.movie .color-red {
  color: #F41162;
}
.movie .color-blue {
  color: #0034E3;
}
.movie .shadow-white {
  text-shadow: white 3px 0px 0px, white 2.83487px 0.981584px 0px, white 2.35766px 1.85511px 0px, white 1.62091px 2.52441px 0px, white 0.705713px 2.91581px 0px, white -0.287171px 2.98622px 0px, white -1.24844px 2.72789px 0px, white -2.07227px 2.16926px 0px, white -2.66798px 1.37182px 0px, white -2.96998px 0.42336px 0px, white -2.94502px -0.571704px 0px, white -2.59586px -1.50383px 0px, white -1.96093px -2.27041px 0px, white -1.11013px -2.78704px 0px, white -0.137119px -2.99686px 0px, white 0.850987px -2.87677px 0px, white 1.74541px -2.43999px 0px, white 2.44769px -1.73459px 0px, white 2.88051px -0.838247px 0px;
}
.movie .line-title {
  background: #00EBFF;
  width: 100px;
  height: 3px;
  margin: auto;
  margin-top: 10px;
}
.movie .vdo {
  position: relative;
  width: 100%;
  padding-top: 56%;
  height: auto;
}
.movie .text-vdo {
  padding: 10px 15px 20px 15px;
}
.movie .text-vdo a {
  font-size: 1.6rem;
  color: #fff;
  line-height: 1.6;
}
.movie .text-vdo a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.movie .youtube {
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  height: 0;
}
.movie .youtube iframe {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  position: absolute;
}
.movie .movie-mv {
  background-image: url("/assets/images/movie/mv.png");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  position: relative;
}
@media (max-width: 719px) {
  .movie .movie-mv .content-mv {
    padding-bottom: 0px;
  }
}
.movie .movie-mv:after {
  content: url("/assets/images/movie/mv02.png");
  position: absolute;
  top: 16.5%;
  left: 50%;
  -webkit-transform: translate(-50%, 16.5%);
          transform: translate(-50%, 16.5%);
  z-index: 0;
}
@media (max-width: 719px) {
  .movie .movie-mv:after {
    content: "";
    position: inherit;
    background-image: url("/assets/images/movie/mv02.png");
    background-repeat: no-repeat;
    background-position: bottom center;
    background-size: contain;
    width: 350px;
    height: 180px;
    display: block;
  }
}
.movie .movie-mv h1 {
  color: #fff;
  font-size: 4.5rem;
  line-height: 1.6;
  text-shadow: 1px 1px #787575;
  margin-bottom: 15px;
}
@media (max-width: 719px) {
  .movie .movie-mv h1 {
    font-size: 3.5rem;
  }
}
.movie .movie-mv h1 img {
  width: 37px;
  height: 26px;
  margin-top: 25px;
  margin-right: 10px;
}
@media (max-width: 719px) {
  .movie .movie-mv h1 img {
    margin-top: 18px;
  }
}
.movie .movie-mv .text-mv-description {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  font-weight: 600;
  text-shadow: 1px 1px #787575;
  line-height: 1.6;
}
@media (max-width: 719px) {
  .movie .movie-mv .text-mv-description {
    font-size: 1.6rem;
  }
}
.movie .movie-mv .field-link {
  position: relative;
  z-index: 1;
}
@media (max-width: 719px) {
  .movie .movie-mv .field-link .text {
    font-size: 1.4rem;
    padding-right: 10px;
  }
  .movie .movie-mv .field-link .text br {
    display: none;
  }
}
.movie .movie-mv .field-link .field-link-row {
  background: #ffffffad;
  border: 1.5px solid #fff;
  max-width: 580px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.movie .movie-mv .field-link .field-link-row a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 600;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.movie .movie-mv .field-link .field-link-row a:hover {
  text-decoration: none;
  opacity: 0.8;
}
.movie .movie-mv .field-link .field-link-row + .field-link-row {
  margin-top: 20px;
}
.movie .movie-content .follow-and-registration {
  background-image: url("/assets/images/movie/banner01.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.movie .movie-content .follow-and-registration h3 {
  font-size: 3rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
  line-height: 1.6;
}
@media (max-width: 719px) {
  .movie .movie-content .follow-and-registration h3 {
    font-size: 2rem;
  }
}
.movie .movie-content .follow-and-registration .list-follow ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.95%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (max-width: 719px) {
  .movie .movie-content .follow-and-registration .list-follow ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: 0;
  }
}
.movie .movie-content .follow-and-registration .list-follow ul li {
  width: 27.34%;
  background: #fff;
  margin-right: 1.95%;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 719px) {
  .movie .movie-content .follow-and-registration .list-follow ul li {
    width: 100%;
    margin-right: 0;
  }
}
.movie .movie-content .follow-and-registration .list-follow ul li:hover {
  opacity: 0.8;
}
.movie .movie-content .follow-and-registration .list-follow ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}
.movie .movie-content .follow-and-registration .list-follow ul li a .image-follow {
  margin-right: 10px;
  min-width: 55px;
  text-align: center;
}
.movie .movie-content .follow-and-registration .list-follow ul li a .text-follow {
  font-size: 1.8rem;
  line-height: 1.6;
}
.movie .movie-content .follow-and-registration .list-follow ul li a:hover {
  text-decoration: none;
}
@media (max-width: 719px) {
  .movie .movie-content .follow-and-registration .list-follow ul li + li {
    margin-top: 20px;
  }
}
.movie .movie-content .recommended-videos h3 {
  position: relative;
  display: table;
  margin: auto;
}
.movie .movie-content .recommended-videos h3:after {
  content: url("/assets/images/movie/icon-user.svg");
  position: absolute;
  left: -105px;
  top: -60px;
}
@media (max-width: 719px) {
  .movie .movie-content .recommended-videos h3:after {
    left: -75px;
    top: -60px;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}
.movie .movie-content .recommended-videos .recommended-videos-detail .description-recommended-videos {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.8;
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: -2.1%;
}
@media (max-width: 719px) {
  .movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li {
  width: 47.92%;
  margin-right: 2.1%;
  background: #000000;
}
@media (max-width: 719px) {
  .movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li {
    width: 100%;
    margin-right: 0;
  }
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li:hover {
  opacity: 0.8;
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li a:hover {
  text-decoration: none;
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li a:hover .recommended-image:before {
  content: url("/assets/images/movie/icon-red-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78px;
  height: 56px;
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li .recommended-image {
  position: relative;
}
.movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li .recommended-image:before {
  content: url("/assets/images/movie/icon-gray-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78px;
  height: 56px;
}
@media (max-width: 719px) {
  .movie .movie-content .recommended-videos .recommended-videos-detail .recommended-videos-youtube li + li {
    margin-top: 20px;
  }
}
.movie .movie-content .golf-course .title-golf-course {
  padding: 20px;
  background: #988776;
}
.movie .movie-content .golf-course .title-golf-course h3 {
  font-size: 2.4rem;
  text-align: center;
  color: #fff;
  font-weight: 600;
}
@media (max-width: 719px) {
  .movie .movie-content .golf-course .title-golf-course h3 {
    font-size: 1.8rem;
  }
}
.movie .movie-content .golf-course .description-golf-course {
  font-size: 1.6rem;
  line-height: 2;
}
.movie .movie-content .golf-course .vdo-golf-course ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media (max-width: 719px) {
  .movie .movie-content .golf-course .vdo-golf-course ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.movie .movie-content .golf-course .vdo-golf-course ul li {
  width: 31.9%;
  background: #000000;
  margin-top: 20px;
}
@media (max-width: 719px) {
  .movie .movie-content .golf-course .vdo-golf-course ul li {
    width: 100%;
  }
}
.movie .movie-content .golf-course .vdo-golf-course ul li:hover {
  opacity: 0.8;
}
.movie .movie-content .golf-course .vdo-golf-course ul li a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 1.6;
}
.movie .movie-content .golf-course .vdo-golf-course ul li a:hover {
  text-decoration: none;
}
.movie .movie-content .golf-course .vdo-golf-course ul li a:hover .recommended-image:before {
  content: url("/assets/images/movie/icon-red-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78px;
  height: 56px;
}
.movie .movie-content .golf-course .vdo-golf-course ul li .recommended-image {
  position: relative;
}
.movie .movie-content .golf-course .vdo-golf-course ul li .recommended-image:before {
  content: url("/assets/images/movie/icon-gray-play.svg");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 78px;
  height: 56px;
}
@media (max-width: 719px) {
  .movie .movie-content .golf-course .vdo-golf-course ul li .recommended-image img {
    width: 100%;
  }
}
.movie .character-staff {
  background-image: url("/assets/images/movie/bg-staff.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
}
.movie .character-staff .title-character-staff h3 {
  font-size: 2.4rem;
  text-align: center;
  font-weight: 600;
}
.movie .character-staff .list-character-staff ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: -20px;
}
@media (max-width: 719px) {
  .movie .character-staff .list-character-staff ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.movie .character-staff .list-character-staff ul li {
  width: 31.12%;
  margin-top: 20px;
}
@media (max-width: 719px) {
  .movie .character-staff .list-character-staff ul li {
    width: 100%;
    margin-top: 30px;
  }
}
.movie .character-staff .list-character-staff ul li:hover {
  opacity: 0.8;
}
.movie .character-staff .list-character-staff ul li a:hover {
  text-decoration: none;
}
.movie .character-staff .list-character-staff ul li .character-staff-image {
  text-align: center;
}
.movie .character-staff .list-character-staff ul li .character-staff-detail h4 {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.6;
  text-align: center;
}
.movie .character-staff .list-character-staff ul li .character-staff-detail p {
  font-size: 1.6rem;
  line-height: 1.6;
}