/*
Author: Yuki Tanaka @sibtv
Author URI: http://wordpress.org/
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
@charset "UTF-8";

/* environment */
html {
  font-size: 62.5%;
  width: 100%;
}
body {
  color: #333;
  font-family: 'Yu Gothic', 'YuGothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ ProN W6', 'ＭＳ Ｐ明朝', 'Osaka－等幅', 'Osaka-Mono', 'sans-serif';
  font-size: 1.4rem;
  line-height: 1.5;
  width: 100%;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, figure {
  margin: 0;
  padding: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, th, var {
  font-style: normal;
  font-weight: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
  font-variant: normal;
}
sup {
  vertical-align: text-top;
}
sub {
  vertical-align: text-bottom;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
input, textarea, select {
  font-size: 100%;
}
legend {
  color: #000;
}
img {
  vertical-align: top;
  width: 100%;
}
a {
  color: #333;
  text-decoration: none;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
a:hover {
  opacity: .5;
}

/* common */
* {
  /*transition: all .3s linear;*/
  /*-webkit-transition: all .3s linear;*/
}
.pc {display: none;}
.tab {display: none;}
.sp {display: block;}
.sp-inline {display: inline;}
@media screen and (min-width: 768px) and (max-width: 1399px) {
  .pc {display: none;}
  .pc.tab {display: block;}
  .sp.tab {display: block;}
  .sp {display: none;}
}
@media screen and (min-width: 1400px) {
  .pc {display: block;}
  .pc.tab {display: block;}
  .tab {display: none;}
  .sp,.sp-inline {display: none;}
}
.cf::after {
  clear: both;
  content: '';
  display: block;
}
.block {display: inline-block;}
.opa1 {
  transition: none;
  -webkit-transition: none;
}
.opa1:hover {
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .flex-col2 {
    display: flex;
    justify-content: space-between;
  }
}

/* editor関連 */
.wp-block-column {
  background-color: #ffdd;
  padding: 0 2em 1em;
  border-radius: 10px;
}
.wp-block-column:has(.bg-wht){
  background-color: transparent;
}
@media (max-width: 599px) {
  .wp-block-columns {
    margin-bottom: 0 !important;
  }
  .wp-block-column:not(:first-of-type) {
    margin-top: 20px;
  }
}

.container {
  padding-top: calc(8vw + 24px);
}
.content {
  border-top: 1px solid #ddd;
  box-sizing: border-box;
  padding-top: 4em;
  padding-bottom: 4em;
  width: 100%;
}
.content:first-of-type {
  border-top: none;
  padding-top: 2em;
}
.content-2__header {
  margin-top: 2em;
}

@media screen and (min-width: 768px) {
  .content-2__header {
    position: relative;
  }
}

.content-2__lead {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .content-2__lead {
  }
}
.content--nb {
  padding-bottom: 0;
}
.content__w--regular {
  padding-left: 4vw;
  padding-right: 4vw;
}
.content__ttl {
  font-family: 'Spectral', 'Sawarabi Mincho', serif;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1em;
  text-align: center;
}
.pagination {
  padding: 2em 0 4em;
  text-align: center;
}
.pagination .current {
  text-decoration: underline;
}
.external::after {
  background-image: url('./assets/images/icon-external.png');
  background-position: top right;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 14px;
  padding-left: .4em;
  width: 14px;
}
.gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gallery-item {
  margin: 1em 1em 1em 0;
}
@media screen and (min-width: 768px) {
  .container {
    padding-top: 85px;
    min-width: 1200px;
  }
  .content:first-of-type {
    padding-top: 4em;
  }
  .content__w--regular,
  .content__w--thin {
    margin: auto;
    padding-left: 0;
    padding-right: 0;
  }
  .content__w--regular {
    width: 1160px;
  }
  .content__ttl {
    font-size: 2.4rem;
  }
}
.covid-stop-txt {
  border: 2px solid #f00;
  color: #f00;
  font-weight: 700;
  margin-bottom: 2em;
  padding: 1em;
}
@media screen and (min-width: 768px) {
  .covid-stop-txt {
    text-align: center;
  }
}

/* pg common */
.breadcrumbs {
  font-size: 1.2rem;
  margin-top: 2em;
}
.pg__img {
  margin: auto;
  max-height: 400px;
  overflow: hidden;
  width: 100%;
}
.pg__ttlWrap {
  display: flex;
}
.pg__ttlWrap,
.pg--sub__ttlWrap {
  align-items: center;
  font-family: 'Spectral', serif, 'Sawarabi Mincho';
  margin-top: 2em;
  text-align: center;
}
.pg__ttlWrap::before,
.pg__ttlWrap::after,
.pg--sub__ttlWrap::after {
  border-top: 1px solid #ddd;
  content: '';
  display: inline;
  flex-grow: 1;
  height: 1px;
}
.pg__ttl {
  margin: 0 2em;
}
.pg__ttl--jpn {
  font-size: 2rem;
}
.pg--sub__ttl {
  font-size: 1.8rem;
  line-height: 1;
}
.pg--sub__ttl--eng {
  margin: 0 1em 0 .4em;
}
.pg__ttl--content {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  margin-bottom: .4em;
}
.pg__catchphrase {
  font-family: 'Spectral', 'Sawarabi Mincho', serif;
  font-size: 1.8rem;
  margin-top: 2em;
  text-align: center;
}
.pg__catchphrase span {
  border-bottom: 1px solid #050505;
  display: inline-block;
  padding: 0 .6em .2em;
}
.pg__desc {
  margin-top: 2em;
}
.pg__desc--bold{
  font-weight: bold;
}
.pg__noticeList {
  margin-top: 1em;
}
.pg__notice {
  font-size: 1.2rem;
  margin: .4em 0 0 1em;
}
.pg__notice:first-child {
  margin-top: 0;
}
.pg__notice::before {
  content: '※';
  margin-left: -1em;
}
@media screen and (min-width: 768px) {
  .pg__ttlWrap {
    margin-top: 4em;
  }
  .pg__ttl--jpn {
    font-size: 4.8rem;
    line-height: 1;
  }
  .pg__ttl--eng {
    font-size: 2.4rem;
    line-height: 1;
    margin-top: .4em;
  }
  .pg--sub__ttlWrap {
    display: flex;
    margin-top: 4em;
  }
  .pg--sub__ttl {
    font-size: 4.8rem;
  }
  .pg--sub__ttl--eng {
    font-size: 2.4rem;
    margin: 0 1em;
  }
  .pg__ttl--content {
    font-size: 2rem;
    margin-bottom: 1em;
  }
  .pg__catchphrase {
    font-size: 2.4rem;
  }
  .pg__notice {
    font-size: 1.4rem;
  }
}

/* align */
.aligncenter{
  text-align: center;
}

/* button common */
.btn--more {
  margin-top: 2em;
  text-align: center;
}
.btn--more a {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  color: #999;
  display: inline-block;
  font-family: 'Spectral', serif;
  padding: .2em 2em;
}
.btn--more--w a {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  color: #fff;
}
.btn--external {
  margin-top: 2em;
  text-align: center;
}
.btn--external a {
  border-bottom: 1px solid #999;
  border-top: 1px solid #999;
  color: #999;
  display: inline-block;
  font-family: 'Sawarabi Mincho';
  padding: .2em 2em;
}
.btn--membership {
  background-color: #de6e00;
  color: #fff;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1em 0;
  text-align: center;
}
.btn--download {
  margin: 2em 0 4em;
  text-align: center;
}
.btn--download a {
  box-sizing: border-box;
  border-bottom: 1px solid #333;
  border-top: 1px solid #333;
  display: inline-block;
  font-family: 'Spectral', serif;
  font-weight: bold;
  padding: 1.6em 2em;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .btn--download a {
    font-size: 1.8rem;
    width: 50%;
  }
}

.wp-block-button__link {
  box-sizing: border-box;
}

/* button anim */
.btn__anim:hover {
  opacity: 1;
}
.btn__anim--tb {
  border: 2px solid #34495e;
  color: #34495e;
  overflow: hidden;
  position: relative;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
}
.btn__anim--tb::before{
  background-color: #34495e;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: -100%;
  transition: all .3s ease-in-out;
  -webkit-transition: all .3s ease-in-out;
  width: 100%;
  z-index: -1;
}
.btn__anim--tb:hover{
  color: #ecf0f1;
  opacity: 1;
}
.btn__anim--tb:hover::before{
  top: 0;
}
.btn__anim--center {
  background-color: transparent;
  position: relative;
  z-index: 2;
}
.btn__anim--center:hover {
  background-color: #b3b3b3;
  color: #fff;
}
.btn__anim--center::before,
.btn__anim--center::after {
  background-color: transparent;
  content: '';
  height: 100%;
  position: absolute;
  top: 0;
  transition: all .5s ease-in-out;
  -webkit-transition: all .5s ease-in-out;
  width: 50%;
  z-index: -1;
}
.btn__anim--center::before {
  right: 0;
}
.btn__anim--center::after {
  left: 0;
}
.btn__anim--center:hover::before,
.btn__anim--center:hover::after {
  background-color: #ddd;
  width: 0;
}

/* link */
.link--ex{
  text-decoration: underline;
}
.link--ex .icon{
  margin-left: 0.2em;
  vertical-align: sub;
  width: 16px;
}

/* header */
header {
  background-color: #fff;
  box-shadow: 0px 4px 3px -3px rgba(0, 0, 0, .5);
  box-sizing: border-box;
  left: 0;
  padding: 4vw;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
}
.hNavBar {
  align-items: center;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.logo--site {
  height: 20px;
}
.logo--site img {
  height: 100%;
  width: auto;
}
.gnavWrap {
  display: flex;
  justify-content: flex-end;
}
.hContactNavWrap {
  display: flex;
}
.hContactNavList {
  display: flex;
}
.hTel {
  width: 24px;
}
.hEmail {
  margin-left: 10px;
  width: 24px;
}
.hWeather {
  margin-left: 10px;
  width: 24px;
}
.gnavBtn {
  cursor: pointer;
  height: 20px;
  margin: 2px 0 0 8vw;
  position: relative;
  width: 26px;
  z-index: 200;
}
.gnavBtnIcon {
  background-color: #000;
  border-radius: 4px;
  display: inline-block;
  height: 2px;
  left: 0;
  position: absolute;
  width: 100%;
}
.gnavBtnIcon:nth-of-type(1) {
  top: 0;
}
.gnavBtnIcon:nth-of-type(2) {
  top: 9px;
}
.gnavBtnIcon:nth-of-type(3) {
  bottom: 0;
}
.gnavBtn.active .gnavBtnIcon {
  background-color: #fff;
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(1) {
  transform: translate(9px) rotate(-315deg);
  -webkit-transform: translateY(9px) rotate(-315deg);
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(2) {
  opacity: 0;
}
.gnavBtn.active .gnavBtnIcon:nth-of-type(3) {
  transform: translate(-9px) rotate(315deg);
  -webkit-transform: translateY(-9px) rotate(315deg);
}
.gnavList {
  background-color: rgba(0, 0, 0, .9);
  bottom: 0;
  display: none;
  left: 0;
  overflow-y: auto;
  padding: 3em 0 6em;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  transition: none;
  -webkit-transition: none;
  width: 100%;
  z-index: 150;
}
.gnav {
  line-height: 1;
  margin-top: 2em;
}
.gnav a {
  color: #fff;
}
.gnavList--sub::before{
  background-color: rgba(255,255, 255,.6);
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 8vw;
}
.gnav.lang {
  margin-top: 75px;
}
.gnav.lang p {
  color: #fff;
}
.logo {
  margin: 0 auto;
  max-width: 104px;
}
@media screen and (min-width: 768px) {
  header {
    height: 85px;
    min-width: 1200px;
    padding: 2vw;
  }
  .hNavBar {
    align-items: flex-end;
  }
  .logo--site {
    height: 36px;
  }
  .hEmail {
    margin-left: 2em;
  }
  .hWeather {
    margin-left: 2em;
  }
  .gnavBtn {
    margin-left: 2em;
  }
}
@media screen and (min-width: 1400px) {
  header {
    padding: 0;
  }
  .hNavBar {
    align-items: flex-end;
  }
  .logo--site {
    height: 36px;
    padding: 0 0 1em 1em;
  }
  .gnavWrap {
    align-items: flex-end;
    flex-direction: row-reverse;
  }
  .hContactNavWrap {
    background-color: #050505;
    display: block;
    margin-left: 1.4em;
    padding: 1em 0;
  }
  .hContactNavWrap * {
    color: #fff;
  }
  .hTelWrap {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .hTelWrap-en {
    justify-content: center;
  }
  .hContactNavList-en .hContactNav.hWeather{
    border-left: none;
  }
  .hTel {
    background-image: url('./assets/images/icon-tel-w.png');
    background-repeat: no-repeat;
    background-position: 14px 50%;
    background-size: contain;
    font-size: 2.4rem;
    line-height: 1;
    margin-right: 1em;
    padding-left: 48px;
    width: auto;
  }
  .hMember {
    background-color: #c69c6d;
    font-size: 1.3rem;
    margin-right: 1em;
    padding: .2em .8em;
  }
  .hMember-en {
    margin-right: 0;
  }
  .hEmail {
    margin-left: 0;
    width: auto;
  }
  .hWeather {
    margin-left: 0;
    width: auto;
  }
  .hContactNavList {
    display: flex;
    padding-top: 1em;
  }
  .hContactNav {
    border-left: 1px solid #fff;
    font-size: 1.2rem;
    line-height: 1;
    padding: 0 1em;
  }
  .hContactNav:first-child {
    border-left: none;
  }
  .hContactNav a {
    color: #fff;
  }
  .gnavBtn {
    display: none;
  }
  .gnavList {
    background-color: transparent;
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
    padding: 0 0 1em 0;
    position: relative;
  }
  .gnav {
    border-left: 1px solid #000;
    font-size: 1.3rem;
    line-height: 1;
    margin-top: 0;
    padding: 0 1em;
  }
  .gnav:first-child {
    border-left: none;
  }
  .gnav:last-child {
    padding-right: 0;
  }
  .gnav a {
    color: #000;
  }
  .gnav.lang {
    margin-top: 0;
    margin-bottom: 1em;
    text-align: end;
  }
  .gnav.lang p {
    color: #000;
  }
}
@media screen and (min-width: 1290px) {
  .hContactNav {
    font-size: 1.3rem;
  }
  .gnav {
    font-size: 1.4rem;
  }
}

/* footer */
#sec--reservation {
  border-top: 1px solid #b3b3b3;
  padding-bottom: 0;
}
.btn--reserve {
  background-color: #b3b3b3;
  color: #fff;
  display: block;
  margin-top: 1em;
  padding: 1em 0;
  text-align: center;
  width: 100%;
}
.contactNavList {
  margin-top: 2em;
}
.contactNav {
  margin-top: 1em;
  width: 100%;
}
.contactNav:first-child {
  margin-top: 0;
}
.contactNav a {
  border: 1px solid #999;
  box-sizing: border-box;
  display: block;
  padding: 1em;
  text-align: center;
  width: 100%;
}
.shizuHotel a {
  display: block;
  background-color: #c69c6d;
  box-sizing: border-box;
  margin-top: 2em;
  padding: 2em 4vw;
  text-align: center;
}
.logo--shizuhotel {
  width: 150px;
}
footer {
  background-color: #050505;
  padding-top: 4em;
  text-align: center;
  width: 100%;
}
footer * {
  color: #fff;
}
.fLogo--mori {
  margin: auto;
  width: 78px;
}
.fLogoList {
  align-items: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.fLogo {
  margin: 2em 1em 0;
}
.fLogo img {
  height: 100%;
  width: auto;
}
#logo--shishido {height: 32px;}
#logo--shizu {height: 48px;}
#logo--hga {height: 46px;}
#logo--hgw {height: 14px;}
.fFloor {
  border-top: 2px solid #ec6c00;
  margin-top: 4em;
  padding-top: 4em;
}
.fNav {
  align-items: center;
  display: flex;
  justify-content: center;
  margin-top: 2em;
}
.fNav:first-child {
  margin-top: 0;
}
.fNav::before {
  background-color: #ec6c00;
  content: '';
  display: block;
  height: 1px;
  margin-right: .4em;
  width: 10px;
}
.fFacebookWrap {
  height: 300px;
  margin-top: 2em;
  width: 100%;
}
.fb_iframe_widget {
  height: 100%;
  width: 100%;
}
.fFloor__siteDetail {
  margin-top: 4em;
}
.fFloor__sitename {
    font-weight: bold;
}
.fFloor__address, .fFloor__tel {
  margin-top: 1em;
}
#copyright {
  padding: 4em 0 2em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .reserve__desc {
    text-align: center;
  }
  .btn--reserve {
    font-size: 2.4rem;
  }
  .contactNavList {
    display: flex;
    justify-content: center;
    margin-top: 4em;
  }
  .contactNav {
    display: flex;
    margin: 0 2em 0;
    width: 30%;
  }
  .contactNav a {
    align-items: center;
    display: flex;
    border-left: none;
    border-right: none;
    justify-content: center;
  }
  .shizuHotel a {
    margin-top: 4em;
    padding: 4em 0;
    position: relative;
  }
  .shizuHotel a::before,
  .shizuHotel a::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  .shizuHotel a::before {
    background-image: url('./assets/images/bg-shizuhotel1.jpg');
    background-position: 0 0;
  }
  .shizuHotel a::after {
    background-image: url('./assets/images/bg-shizuhotel2.jpg');
    background-position: 100% 0;
  }
  .logo--shizuhotel {
    width: 183px;
  }
  .fLogoWrap {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
  }
  .fLogo--mori {
    margin: 0;
  }
  .fLogoList {
    align-items: flex-end;
  }
  .fLogo {
    margin: 0 2em;
  }
  .fFloor {
    margin-top: 4em;
    padding-top: 2em;
  }
  .fNavList {
    display: flex;
    justify-content: center;
    margin-top: 0;
  }
  .fNav {
    border-left: 1px solid #fff;
    font-size: 1.4rem;
    margin-top: 0;
    padding: 0 1.3em;
  }
  .fNav:first-child {
    border-left: none;
  }
  .fNav::before {
    content: none;
  }
  .fFacebookWrap {
    margin: 3em auto 0;
    width: 500px;
  }
  .fFacebookWrap iframe {
    width: 500px;
  }
  .fFloor__address,
  .fFloor__tel {
    display: inline-block;
    font-size: 1.4rem;
  }
  .fFloor__tel {
    padding-left: 1em;
  }
}

/* パンフレット */

.pamphlet__tx{
  display: inline-block;
  border-bottom: 1px solid #fff;
}

.pamphlet__section{
  margin: 1em auto 2em;
  text-align: center;
  font-weight: 700;
}
.pamphlet:hover {
  opacity: 0.5;
}

.pamphlet::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 18px;
  height: 18px;
  margin-right: 5px;
  -webkit-mask: url("../images/ico_brochure_black.png");
  mask: url("assets/images/ico_brochure_black.png");
  -webkit-mask-size: cover;
  mask-size: cover;
  background-color: #ffffff;
  transition: all 0.5s;
}
@media screen and (min-width: 768px) {
  .pamphlet__section{
    margin: 2em auto 0;
  }
  }

@media screen and (min-width: 768px) {
  .pamphlet__box a:hover {
    opacity: 0.5;
  }
}


/* aside */
.aside__ttl {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .aside__ttl {
    font-size: 1.8rem;
  }
}

/* hero */
.slidesWrap {
  position: relative;
  max-height: 694px;
}
.slides{
  height: calc(100vh - (8vw + 24px));
  max-height: 694px;
}
.hero {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: calc(100vh - (8vw + 24px));
  max-height: 694px;
  min-height: 460px;
  overflow: hidden;
  position: relative;
  width: 100%;
}
/* .pic--hero{
  background: url('./assets/images/hero-slides01-sp.jpg') no-repeat center;
  background-size: cover;
} */
.pic--hero img{
  display: none!important;
}
.video--hero, .video--hero--def {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: -1;
}
.video--hero--def {
  height: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  z-index: 10;
}
.video--hero video {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: auto;
}
.video--hero--def iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
.hero__ttl {
  display: block;
  left: 50%;
  max-width: 85vw;
  position: absolute;
  top: 40%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
}
.hero__ttl--welcome {
  display: none;
  top: 50%;
}
.hero__ttl-en {
  top: 50%;
}
.hero--welcome {
  /* background-color: #000; */
}
.hero__jlpga {
  align-items: center;
  background-color: rgba(255, 255, 255, .7);
  bottom: 160px;
  display: flex;
  justify-content: space-between;
  left: 0;
  margin: 0 10px;
  padding: 20px;
  /* position: absolute; */
  right: 0;
}
.hero__jlpga-txt {
  font-size: 12px;
  font-weight: 700;
  margin-right: 20px;
}
.hero__jlpga-logo {
  width: 80px;
}
.bnr--hero {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 100;
}
@media screen and (min-width: 768px) {
  .slides{
    height: 100%;
  }
  /* .pic--hero{
    background: url('./assets/images/hero-slides01.jpg') no-repeat center;
    background-color: #000;
    background-size: contain;
    position: relative;
  } */
  .pic--hero img{
    bottom: 0;
    display: block!important;
    left: 0;
    margin: auto;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .hero {
    /* background: none; */
    height: calc(100vh - 85px);
    max-height: initial;
  }
  .hero::before {
    background-color: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    /* z-index: 1; */
  }
  .tabsize, 
  .tabsize .hero{
    /* height: calc(1200px / 16 * 9); */
  }
  .video--hero {
    height: auto;
    left: 50%;
    /*overflow: auto;*/
    padding-top: 56.25%;
    position:absolute;
    top: 0;
    transform: translate(-50%, 0);
    width: 100%;
  }
  .video-hero--def {
    height: 100%;
    padding-top: 56.25%;
    position:absolute;
    top: 0;
    width: 100%;
  }
  .video--hero video {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
  }
  .video--hero--defWrap {
    margin: auto;
    padding: 0 0 4em;
    width: 1160px;
  }
  .video--hero--def::before {
    background-color: rgba(0, 0, 0, 0);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .hero__ttl {
    max-width: 450px;
  }
  .hero__ttl-en {
    top: 39%;
  }
  .hero__jlpga {
    align-items: center;
    background-color: rgba(255, 255, 255, .7);
    bottom: 20px;
    display: flex;
    left: auto;
    margin: 0;
    padding: 30px;
    position: absolute;
    right: 20px;
  }
  .hero__jlpga-txt {
    font-size: 24px;
    font-weight: 700;
    margin-right: 20px;
  }
  .hero__jlpga-logo {
    width: 120px;
  }
  .bnr--hero {
    bottom: 0;
    left: auto;
    right: 0;
    width: 600px;
  }
}

/* vision(index) */
#sec--vision {
  background-color: #050505;
  color: #fff;
}
.vision__intro {
  font-family: 'Sawarabi Mincho';
  font-size: 1.8rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .vision__intro {
    text-align: center;
  }
}

/* vision(pg) */
.vision__personWrap {
  margin-top: 4em;
}
.vision__person__catchphrase {
  font-size: 1.8rem;
  font-weight: bold;
}
.vision__person__img {
  margin-top: 1em;
}
.vision__person__position {
  margin-top: 1em;
  text-align: center;
}
.vision__person__name--jpn {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1em;
  text-align: center;
}
.vision__person__name--eng {
  margin-top: .4em;
  text-align: center;
}
.vision__person__desc {
  margin-top: 2em;
}
.vision__person__interview {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .vision__personWrap {
    border-top: 1px solid #ddd;
    margin-top: 4em;
    padding-top: 4em;
  }
  .vision__personWrap:first-child {
    border: none;
    padding-top: 0;
  }
  .vision__person__catchphrase {
    font-size: 2rem;
  }
  .vision__person__catchphrase::before {
    content: '◆';
    display: inline-block;
    padding-right: .4em;
  }
  .vision__person__flex {
    align-items: flex-start;
    display: flex;
    justify-content: space-between;
  }
  .vision__person__img {
    margin-right: 2em;
    width: 600px;
  }
  .vision__person__detail {
    width: 528px;
  }
}

/* banner(index) */
.idx-bnr-list {
  margin: 2em 0;
}
.idx-bnr-list__item {
  margin-top: 1em;
}
.idx-bnr-list__item__desc {
  font-size: 12px;
  margin-top: 5px;
}
@media screen and (min-width: 768px) {
  .idx-bnr-list {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin: 3em auto 4em;
  }
  .idx-bnr-list__item {
    margin-top: 2em;
    width: 48%;
  }
  .idx-bnr-list__item:nth-child(-n + 2) {
    margin-top: 0;
  }
  .idx-bnr-list__item:nth-child(2n) {
    margin-left: 4%;
  }
  .idx-bnr-list__item__desc {
    font-size: 14px;
  }
}

/* news & event(archive) */
.news {
  background-color: #f3f3f3;
  box-sizing: border-box;
  margin-top: 2em;
  padding: 1em 4vw calc(1em + 1.2rem + 1em);
  position: relative;
  width: 100%;
  transition: all .3s linear;
  -webkit-transition: all .3s linear;
}
.news:hover {
  opacity: .5;
}
.news:first-child() {
  margin-top: 0;
}
.news__cat {
  font-size: 1.2rem;
}
.news__thumb {
  background-color: #000;
  height: calc((100vw - 16vw) * 9 / 16);
  margin: .4em 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
.news__thumb img {
  height: 100%;
  left: 50%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
}
.news__ttl {
  font-weight: bold;
  margin-top: .4em;
}
.news__pickup {
  background-color: #c69c6d;
  bottom: 1em;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.2rem;
  font-weight: bold;
  left: 1em;
  padding: 0 .4em;
  position: absolute;
}
.news__header {
  align-items: center;
  display: flex;
  width: 100%;
}
.news__date {
  font-size: 1.2rem;
  margin-top: .4em;
}
.page-numbers {
  border: 1px solid #b3b3b3;
  padding: .8em .4em;
}
.page-numbers.current {
  background-color: #b3b3b3;
  color: #fff;
}
.page-numbers.prev, .page-numbers.next {
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .newsList {
    display: flex;
    flex-wrap: wrap;
  }
  .news {
    margin: 20px 0 0 20px;
    padding: 1em 1em calc(1em + 1.2rem + 1em);
    width: 275px;
  }
  .news:nth-child(4n + 1) {
    margin-left: 0;
  }
  .news:nth-child(-n + 4) {
    margin-top: 0;
  }
  .news__thumb {
    height: 136px;
    margin: .4em 0;
    overflow: hidden;
    position: relative;
    width: 241px;
  }
  .page-numbers {
    margin: 0 .2em;
    padding: 1em;
  }
  .page-numbers:hover {
    background-color: #b3b3b3;
    color: #fff;
    opacity: 1;
  }
  .page-numbers.prev:hover, .page-numbers.next:hover {
    background-color: transparent;
    color: #333;
    opacity: .5;
  }
}

/* news & event(single) */
.news--single .lead {
  color: #bd8a00;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 1em;
}
.news--single a:not(.wp-block-button__link) {
  text-decoration: underline;
}
.news--single .w100 {
  width: 100%;
}
.news--single .w100 a {
  width: 100%;
}
.news--single h2 {
  box-sizing: border-box;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: flex-start;
  font-size: 1.8rem;
  font-weight: bold;
  margin-top: 2em;
  padding: .4em 0;
}
.news--single h2::before {
  background-color: #bd8a00;
  content: '';
  display: block;
  height: auto;
  margin-right: .4em;
  width: 4px;
}
.news--single h2 span {
  font-size: 1.4rem;
  padding-left: 1em;
  transform: translateY(.5rem);
}
.news--single h3 {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 2em;
}
.news--single h3::before {
  content: '■';
  display: inline;
  padding-right: .2em;
}
.news--single h3 + p {
  margin-top: .4em;
}
.news--single p,
.news--single ul:not(.blocks-gallery-grid),
.news--single img,
.news--single .wp-block-buttons {
  line-height: 1.8;
  margin-top: 1em;
}
.news--single .mt2 { margin-top: 2em !important; }
.news--single .mt3 { margin-top: 3em !important; }
.news--single .mt4 { margin-top: 4em !important; }
.news--single ul:not(.blocks-gallery-grid) {
  list-style-type: square;
  margin-left: 2rem;
}
.news--single img {
  height: auto;
  width: 100%;
}
.news--single table {
  margin: 1em 0;
}
.news--single table th,
.news--single table td {
  border: 1px solid #aaa;
  box-sizing: border-box;
  padding: .4em;
}
.news-table--col2 {
  width: 100%;
}
.news-table--col2 table {
  width:  100%;
}
.news-table table {
  width:  100%;
}
.news-table-title {
  font-weight: 700;
}
.news--single .btn {
  display: block;
  background-color: #008000;
  color: #fff;
  margin: 0 auto 2em;
  padding: 1em;
  width: 50%;
  text-align: center;
}
.news--single .gallery {
  justify-content: center;
  margin: 0 -.5em;
}
.news--single .gallery-item {
  margin: .5em;
  width: calc(50% - 1em);
}
.news--single .gallery.gallery-columns-1 .gallery-item{
  width: 100%;
}
.news--single .wp-block-gallery .blocks-gallery-item {
  margin-bottom: 0;
}
.news--single .blocks-gallery-grid {
  margin-top: 1em;
}
.news--single .blocks-gallery-grid + figcaption {
  font-size: 1.2rem;
  margin: .5em 0 1.5em 0;
}
.news--single .news__date {
  margin-left: 1em;
}

.news--single__cat {
  background-color: #050505;
  color: #fff;
  display: inline-block;
  padding: .2em 1em;
}
.news--single__ttl {
  border-bottom: 1px solid #ddd;
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
  padding-bottom: .6em;
}
.news--single__thumb {
  margin-top: 2em;
}
.news--single__content {
  margin-top: 1em;
}
.newsMostReadList {
  margin-top: 1em;
}
.newsMostRead {
  align-items: flex-start;
  border-top: 1px solid #ddd;
  display: flex;
  justify-content: space-between;
  padding: 1em 0;
}
.newsMostRead:first-of-type {
  border-top: none;
  padding-top: 0;
}
.newsMostRead__thumb {
  width: 20%;
}
.newsMostRead__ttl {
  width: calc(80% - 1em);
}
.news--single .wp-block-media-text:first-of-type {
  margin-top: 30px;
}
.news--single .wp-block-media-text--1 {
  -ms-grid-columns: 45px auto !important;
      grid-template-columns: 45px auto !important;
}
.news--single .wp-block-media-text__content {
  padding: 0 0 0 30px;
}
.news--single .wp-block-media-text__content p {
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .news--single .lead {
    font-size: 2.4rem;
  }
  .news--single img {
    max-width: 100%;
    width: auto;
  }
  .news--single h2 {
    font-size: 24px;
  }
  .news--single h2 span {
    font-size: 1.6rem;
  }
  .news--single h3 {
    font-size: 20px;
  }
  .news-table--col2 {
    width: 48%;
  }
  .news-table-title {
  }
  .news--single .gallery{
    justify-content: flex-start;
    margin: 0 -1em;
  }
  .news--single .gallery-item{
    margin: 1em;
  }
  .news--single .gallery.gallery-columns-1 .gallery-item{
    width: 100%;
  }
  .news--single .gallery.gallery-columns-2 .gallery-item{
    width: calc(50% - 2em);
  }
  .news--single .gallery.gallery-columns-3 .gallery-item{
    width: calc(33.3% - 2em);
  }
  .news--single .gallery.gallery-columns-4 .gallery-item{
    width: calc(25% - 2em);
  }
  .news--single .gallery.gallery-columns-5 .gallery-item{
    width: calc(20% - 2em);
  }
  .news--single .gallery.gallery-columns-6 .gallery-item{
    width: calc(16.6% - 2em);
  }
  .news--single .blocks-gallery-grid + figcaption {
    font-size: 1.6rem;
  }

  .news--single__ttl {
    font-size: 2.4rem;
  }
  .newsMostReadList {
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 1em;
    width: 100%;
  }
  .newsMostRead {
    padding: .5em 0;
  }
  .newsMostRead__ttl {
    font-size: 1.4rem;
  }
  .news--single .wp-block-media-text--1 {
    -ms-grid-columns: 97px auto !important;
        grid-template-columns: 97px auto !important;
  }
}

/* special events */
.special__ttl--main {
  font-weight: bold;
  margin-top: .4em;
  text-align: center;
}
.evtList--special {
  margin-top: 2em;
}
.special:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-top: 1em;
}
.special a {
  align-items: flex-start;
  display: flex;
}
.special__thumb {
  height: auto;
  width: 20%;
}
.special__ttl {
  box-sizing: border-box;
  padding-left: 1em;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .specialWrap {
    display: flex;
    justify-content: space-between;
  }
  .specialImgWrap {
    width: 36%;
  }
  .evtList--special {
    border-left: 1px solid #ddd;
    margin: 0 0 0 2%;
    padding-left: 2%;
    width: 60%;
  }
  .special a {
    align-items: center;
  }
}

/* access(index) */
.gmap {
  height: 200px;
  width: 100%;
}
.gmap iframe {
  height: 100%;
  width: 100%;
}
.addressWrap {
  margin-top: 2em;
  text-align: center;
}
.access__name {
  font-size: 1.6rem;
  font-weight: bold;
}
.access__address {
  margin-top: .6em;
}
.access__tel {
  font-size: 1.6rem;
  font-weight: bold;
  margin-top: 1em;
}
.access__tel__notice {
  font-size: 1.2rem;
  margin-top: .6em;
}
.btn--accessWrap {
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.btn--access {
  margin: 0 1%;
  width: calc(48% - 2px);
}
.btn--access a {
  align-items: center;
  background-color: #b3b3b3;
  box-sizing: border-box;
  color: #fff;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  height: 100%;
  justify-content: center;
  padding: 1em;
  width: 100%;
}
.btn--access img {
  width: 22px;
}
.btn--access p {
  margin-top: .4em;
}
.btn--access span {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .gmapWrap {
    display: flex;
    justify-content: space-between;
  }
  .gmap {
    height: 400px;
    width: 700px;
  }
  .accessWrap {
    border-left: 1px solid #b3b3b3;
    padding-left: 30px;
    width: 400px;
  }
  .addressWrap {
    margin-top: 0;
    text-align: left;
  }
  .access__address {
    font-size: 1.4rem;
  }
  .access__tel__notice {
    font-size: 1.4rem;
  }
  .btn--accessWrap {
    display: block;
  }
  .btn--access {
    height: 100%;
    margin: 2em 0 0;
    width: 100%;
  }
  .btn--access a {
    flex-direction: row;
    flex-wrap: nowrap;
    height: 80px;
    justify-content: flex-start;
  }
  .btn--access img {
    width: 34px;
  }
  .btn--access p {
    margin: 0 0 0 .4em;
  }
}

/* access(pg) */
.access__heroWrap{
  padding-bottom: 0;
}
.access__hero {
}
.access__heroImgWrap {
  background-color: #e6e6e6;
}
.access--pg__addressWrap {
  text-align: center;
}
.access--pg__row {
  align-items: center;
  border-top: 1px solid #ddd;
  display: flex;
  margin-top: 1em;
  padding-top: 1em;
}
.access--pg__row img {
  height: 28px;
  margin-right: 1em;
  width: 28px;
}
.access--pg__name {
  font-size: 1.6rem;
  font-weight: bold;
}
.access--pg__address span {
  padding-right: 1em;
}
.map--whole{
  position: relative;
}
.gmap--access {
  height: 160px;
  margin-top: 1em;
  width: 100%;
}
.btn--ancWrap{
  align-items: stretch;
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.btn--anc{
  align-items: center;
  background-color: #040000;
  display: flex;
  justify-content: center;
  width: calc((100% - 1em) / 3);
}
.btn--anc a{
  color: #fff;
  font-size: 1.2rem;
  display: block;
  padding: .5em .25em;
  text-align: center;
  width: 100%;
}
.access--areaWrap{
  border-top: 1px solid #040000;
  padding-top: 1em;
}
.access--areaWrap + .access--areaWrap{
  margin-top: 1em;
}
.access--pg__how {
  background-color: #e6e6e5;
  font-family: 'Spectral', serif, 'Sawarabi Mincho';
  padding: 2em 0 0;
}
.access--pg__how:last-of-type {
  padding-bottom: 4em;
}
.access--pg__how:first-child {
  border-top: none;
}
.access--pg__how__ttl {
  font-size: 2rem;
  font-weight: bold;
}
.access--pg__how__ttl + .access--pg__how__notice{
  margin-top: 1em;
}
.access--pg__how__ttl.car::before,
.access--pg__how__ttl.train::before,
.access--pg__how__ttl.bus::before{
  content: '';
  display: inline-block;
  height: 25px;
  margin-right: .5em;
  vertical-align: middle;
  width: 25px
}
.access--pg__how__ttl.car::before{
  background: url(assets/images/icon-car-access.png) no-repeat center;
  background-size: contain;
}
.access--pg__how__ttl.train::before{
  background: url(assets/images/icon-train-access.png) no-repeat center;
  background-size: contain;
}
.access--pg__how__ttl.bus::before{
  background: url(assets/images/icon-bus-access.png) no-repeat center;
  background-size: contain;
}
.access--pg__how__ttl--sub {
  background-color: rgba(255,255,255,.5);
  margin-top: .6em;
  padding: .25em .5em;
}
#access--airplane .access--pg__how__ttl--sub {
  display: inline-block;
}
.access--pg__howImg {
  margin: .6em auto 1em;
}
.access--pg__howImg + p{
  margin-top: 1em;
}
.btn--access--pg__how {
  background-color: #666;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin-top: 1em;
  padding: 1em .4em;
  text-align: center;
  width: 100%;
}
.btn--access--pg__how:first-child {
  margin-top: 2em;
}
.access--pg__how__notice {
  margin-top: 2em;
}
.access--pg__how__notice__ttl{
  background-color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  padding: .25em .5em;
}
.access--pg__how__notice__ttl + .access--pg__how__notice{
  margin-top: 1em;
}
.access--pg__about{
  background-color: rgba(255,255,255,.5);
  margin-top: 2em;
  padding: 1em;
}
.access--pg__about .access--pg__how__ttl{
  font-size: 1.6rem;
}
.access--pg__about + .access--areaWrap{
  margin-top: 2em;
}
.access--pg__about + .access--pg__about{
  margin-top: 1em;
}
.access__aboutList{
  list-style-type: disc;
  margin: 1em 0 0 1em;
}
.access__aboutList.number{
  margin: 0;
}
.access__aboutList.number .access__about{
  list-style: none;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.access__about__content{
  margin-top: 1em;
}
.access--pg__about .gmap--clubbus{
  height: 300px;
}
.access--pg__row--train{
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-top: 2em;
}
.access--pg__row--train + .access--pg__row--train{
  margin-top: 1em;
}
.access--pg__row--train__ttl{
  background-color: #fff;
  display: inline-block;
  padding: .5em;
  width: 20%;
}
.access--pg__row--train__station,
.access--pg__row--train__tt{
  margin: 0 .25em;
}
.access--pg__row--train__station{
  text-align: center;
  width: 20%;
}
.access--pg__row--train__ttList{
  width: 60%;
}
@media screen and (min-width: 768px) {
  .access__hero {
    position: relative;
  }
  .access__heroImg {
    width: 100%;
  }
  .txt--access__heroWrap {
    position: absolute;
    right: 0;
    top: 0;
  }
  .access--pg__row img {
    height: 40px;
    width: 40px;
  }
  .access--pg__name,
  .access--pg__address,
  .access--pg__tel {
    font-size: 2.4rem;
  }
  .gmap--access {
    bottom: 1em;
    height: 25%;
    margin: 0;
    position: absolute;
    right: 1em;
    width: 300px;
  }
  .btn--ancWrap{
    margin-top: 3em;
  }
  .btn--anc a{
    font-size: 2rem;
    padding: .7em;
  }
  .access--areaWrap{
    padding-top: 1.5em;
  }
  .access--pg__how {
    padding: 4em 0 0;
  }
  .access--pg__how:last-of-type {
    padding-bottom: 6em;
  }
  .access--pg__how__ttl {
    font-size: 3rem;
  }
  .access--pg__how__ttl.car::before,
  .access--pg__how__ttl.train::before,
  .access--pg__how__ttl.bus::before{
    height: 50px;
    width: 50px;
  }
  .access--pg__how__ttl--sub{
    font-size: 1.8rem;
    margin-top: 1em;
    padding: .5em 1em;
  }
  .access--pg__howImg {
    margin: 1em auto 2em;
    max-width: 100%;
  }
  .access--pg__how__notice {
    margin-top: 4em;
  }
  .btn--access--pg__howWrap {
    display: flex;
    justify-content: center;
    margin-top: 4em;
  }
  .btn--access--pg__how {
    margin: 0 0 0 2em;
    width: 300px;
  }
  .btn--access--pg__how:first-child {
    margin: 0;
  }
  .access--pg__about{
    padding: 2em;
  }
  .access--pg__about + .access--pg__about{
    margin-top: 1.5em;
  }
  .access--pg__about .gmap--clubbus{
    margin: 1em 0 0;
    width: 100%;
  }
  .access--pg__about + .access--areaWrap{
    margin-top: 3em;
  }
  .access--pg__about .access--pg__how__ttl{
    font-size: 1.8rem;
  }
  .access--pg__how__notice{
    margin-top: 1em;
  }
  .access--pg__how__notice__ttl{
    margin-top: 2em;
  }
  .access--pg__row--train{
    font-size: 1.8rem;
    margin-top: 3em;
  }
  .access--pg__row--train__ttl{
    padding: 1em;
    text-align: center;
    width: 15%;
  }
  .access--pg__row--train__station{
    width: 15%;
  }
  .access--pg__row--train__ttList{
    width: 70%;
  }
}

/* course */
#sec--course {
  background-color: #a8d154;
  color: #fff;
  padding: 2em 0;
  position: relative;
}
.course__intro {
  color: #000;
  font-family: 'Sawarabi Mincho';
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.courseConcept {
  margin-top: 2em;
}
.courseConcept:first-child() {
  margin-top: 0;
}
.courseConcept__ttl {
  font-weight: bold;
  margin-top: 1em;
}
.courseConcept__desc {
  margin-top: .4em;
}
.courseLayout__ttl {
  font-weight: bold;
}
.courseLayout__desc {
  margin-top: 1em;
}
.courseScore {
  overflow-x: auto;
}
.courseScoreTbl {
  margin-top: 2em;
  table-layout: fixed;
  width: 100%;
}
.courseScoreTbl thead th {
  background-color: #050505;
  color: #fff;
  font-size: 1.2rem;
}
.courseScoreTbl thead th a{
  color: inherit;
}
.courseScoreTbl th, .courseScoreTbl td {
  border: 1px solid #ddd;
  padding: .4em 0;
  text-align: center;
  width: 40px;
}
/*.courseScore__black {background-color: #f0f0f0;}*/
/*.courseScore__blue {background-color: #d6f2ff;}*/
/*.courseScore__white {background-color: #fff;}*/
/*.courseScore__gold {background-color: #ffffd6;}*/
/*.courseScore__red {background-color: #ffdede;}*/
.courseNav {
  margin-top: 2em;
}
.courseNav__ttl {
  font-size: 1.8rem;
  font-weight: bold;
}
.courseNav__rec {
  margin-top: .6em;
}
.courseList {
  display: flex;
  flex-wrap: wrap;
  margin-top: 1em;
}
.course {
  background-color: #ddd;
  margin: .6em 0 0 2%;
  text-align: center;
  width: 32%;
}
.course:nth-child(3n + 1) {
  margin-left: 0;
}
.course:nth-child(-n + 3) {
  margin-top: 0;
}
.course a {
  box-sizing: border-box;
  display: block;
  padding: 1em .4em;
  width: 100%;
}
.courseColumns{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 2em;
}
.courseCol_item{
  margin-top: 1em;
  width: 48%;
}
.courseCol_item:nth-of-type(-n + 2){
  margin-top: 0;
}
.courseColumn__hole{
  background-color: #000;
  color: #fff;
  padding: .6em 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #sec--course::before,
  #sec--course::after {
    background-repeat: no-repeat;
    background-size: contain;
    content: '';
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
  }
  #sec--course::before {
    background-image: url('./assets/images/bg-course1.jpg');
    background-position: 0 0;
  }
  #sec--course::after {
    background-image: url('./assets/images/bg-course2.jpg');
    background-position: 100% 0;
  }
  .courseConcepts {
    display: flex;
    justify-content: space-between;
    margin-top: 2em;
  }
  .courseConcept {
    margin: 0 0 0 2%;
    width: 32%;
  }
  .courseConcept:first-child {
    margin-left: 0;
  }
  .courseConcept__ttl {
    font-size: 1.8rem;
    margin-top: 0;
  }
  .courseConcept__desc {
    margin-top: 1em;
  }
  .courseConcept__img {
    width: 580px;
  }
  .courseConcept:nth-child(even) .courseConcept__img {
    margin-left: 2em;
  }
  .courseConcept:nth-child(odd) .courseConcept__img {
    margin-right: 2em;
  }
  .courseLayout {
    display: flex;
    justify-content: space-between;
    margin-top: 4em;
  }
  .courseLayout__content {
    margin-right: 2em;
    width: calc(480px - 2em);
  }
  .courseLayout__img {
    margin: 1em auto;
    width: 1000px
  }
  .courseLayout__ttl {
    font-size: 2rem;
  }
  .courseLayout__desc {
    margin-top: 1em;
  }
  .courseScoreTbl {
    width: 100%;
  }
  .courseScoreTbl thead th {
    font-size: 1.6rem;
  }
  .courseList {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .course {
    margin: 0;
    width: 10%;
  }
  .course:nth-child(3n + 1) {
    margin-left: 0;
  }
  .course:nth-child(-n + 3) {
    margin-top: 0;
  }
  .course a {
    padding: 1em .4em;
    width: 100%;
  }
  .courseColumns{
    justify-content: flex-start;
  }
  .courseColumns a{
  }
  .courseCol_item{
    margin: 40px 0 0 40px;
    width: 360px;
  }
  .courseCol_item:nth-of-type(-n + 3){
    margin-top: 0;
  }
  .courseCol_item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

/* hole */
.pg--course__ttlWrap{
  align-items: center;
  border-bottom: 1.5px solid;
  display: flex;
  justify-content: space-between;
  padding-bottom: .5em;
}
.pg--course__ttlWrap::after{
  content: none;
}
.pg--course__ttlWrap .pg--sub__ttl {
  font-size: 3.2rem;
}
.pg--course__ttlWrap .pg--sub__ttl span{
  font-size: 80%;
}
.pg--course__ttlWrap .nav__link.prev a{
  border-color: transparent #000 transparent transparent ;
  border-style: solid;
  border-width: .5em .75em .5em 0;
  display: block;
  height: 0;
  width: 0;
}
.pg--course__ttlWrap .nav__link.next a{
  border-color: transparent transparent transparent #000;
  border-style: solid;
  border-width: .5em 0 .5em .75em;
  display: block;
  height: 0;
  width: 0;
}
.course__overview__yard{
  border-bottom: 1px solid;
  padding-bottom: 1em;
}
.tbl--hole__yard {
  font-family: 'Spectral', serif, 'Sawarabi Mincho';
  width: 100%;
}
.hole__yard__cap{
  border-bottom: 1px solid;
  font-size: 1.8rem;
  margin-bottom: .5em;
  padding: .5em 0;
  text-align: center;
}
.tbl--hole__yard tbody td {
  padding: .2em;
  text-align: left;
  width: 20%;
}
.tbl--hole__yard tbody td:nth-of-type(2n) {
  width: 30%;
}
.tbl--hole__yard tbody td.circle::before {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  content: '';
  display: inline-block;
  height: .8em;
  margin-right: .5em;
  vertical-align: middle;
  width: .8em;
}
.tbl--hole__yard tbody td.blk::before {
  background-color: #000;
}
.tbl--hole__yard tbody td.gld::before {
  background-color: #b59b65;
}
.tbl--hole__yard tbody td.blu::before {
  background-color: #217cb7;
}
.tbl--hole__yard tbody td.red::before {
  background-color: #cb252b;
}
.tbl--hole__yard tbody td.wht::before {
  background-color: #fff;
  border: 1px solid;
}
.tbl--hole__yard tbody td.grn::before {
  background-color: #428c45;
}
.hole__desc{
  margin-top: 2em;
}
.hole__desc__ttl{
  color: #2D6622;
  line-height: 1.5;
}
.hole__desc__txt{
}
.hole__video{
  margin-top: 2em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.hole__video iframe{
  max-width: 100%;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hole__viewWrap{
  margin-top: 2em;
  padding-bottom: 4em;
}
.hole__view {
  margin-top: .5em;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.hole__view iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.hole__view__grp .caption{
  align-items: center;
  display: flex;
}
.hole__view__grp .caption::before{
  background: url('./assets/images/icon-view.png') no-repeat center center;
  background-size: contain;
  content: '';
  display: block;
  height: 1em;
  margin-right: .2em;
  width: 1em;
}
.hole__view__sub {
  margin-top: 2em;
}
.hole__view__sub .hole__view__grp{
  margin-top: 1em;
}
.hole__view__sub .hole__view__grp:first-of-type{
  margin-top: 0;
}
.hole__img {
  border: 1px solid #ddd;
  margin: 2em auto 0;
  width: 80%;
}
@media screen and (min-width: 768px) {
  .course__col{
    float: left;
    width: 40%;
  }
  .hole__img.yard,
  .course__col.right{
    float: right;
    width: 55%;
  }
  .hole__viewWrap{
    clear: both;
    margin-top: 4em;
    width: 100%;
  }
  .pg--course__ttlWrap {
    margin-top: 2em;
  }
  .pg--course__ttlWrap .pg--sub__ttl {
    font-size: 16rem;
  }
  .hole__yard__cap{
    font-size: 4.6rem;
    line-height: 1;
    padding: .2em 0;
  }
  .tbl--hole__yard tbody td{
    font-size: 2rem;
    width: 15%;
  }
  .tbl--hole__yard tbody td:nth-of-type(2n) {
    width: 35%;
  }
  .hole__img.frame{
    margin-top: 4em;
    text-align: center;
    width: 100%;
  }
  .hole__img.frame img{
    width: auto;
  }
  .hole__desc {
    margin-top: 4em;
  }
  .hole__desc__ttl{
    font-size: 2.4rem;
  }
  .hole__video {
  }
  .hole__viewWrap{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .hole__view{
    margin-top: 0;
  }
  .hole__view__ttl{
    width: 100%;
  }
  .hole__view + .caption{
    margin-top: 1em;
  }
  .hole__view__grp{
    width: 60%;
  }
  .hole__view__sub{
    margin-top: 0;
    width: 35%;
  }
  .hole__view__sub .hole__view__grp{
    align-items: center;
    display: flex;
    justify-content: flex-start;
    margin-bottom: .5em;
    width: 100%;
  }
  .hole__view__sub .hole__view__grp .hole__view{
    padding-bottom: calc(56.25% / 2.5);
    width: 40%;
  }
  .hole__view__sub .hole__view__grp .hole__view + .caption{
    font-size: 1.2rem;
    margin-left: 1em;
    margin-top: 0;
    width: 60%;
  }
}


/* facility */
.facility--col1 {
}
.facility--col1__desc {
  margin-top: 1em;
}
.facilityList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facility {
  margin-top: 4em;
  /* width: 48%; */
  width: 100%;
  text-align: center;
}
.facility:nth-child(1) {
  margin-top: 0;
}
.facility__ttl {
  /* background-color: #050505; */
  color: #333;
  padding: .6em 0;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.facility__desc{
  font-size: 14px;
  text-align: left;
}
.facility__notice{
  font-size: 14px;
  margin-top: 0.6em;
  padding: 10px;
  background-color: #DEDEDE;
  text-align: left;
}
.facility a{
  display: inline-block;
  border-top: solid 1px #999;
  border-bottom: solid 1px #999;
  color: #999;
  font-size: 14px;
  margin-top: 1em;
  padding: 3.2px 32px;
  line-height: 1.35;
  font-family: 'Spectral', serif;
}
.facilityBlock{
  margin-top: 4em;
}
.facilityBlock-imageList-subItem{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.facilityBlock-imageList-subItem li{
  width: 48%;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .facilityList {
    column-gap: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    row-gap: 40px;
  }
  .facility {
    margin: 0;
    width: auto;
  }
  .facility__ttl {
    padding: .6em 0 .2em;
    font-size: 20px;
  }
  .facility__desc{
    font-size: 14px;
  }
  .facility__notice{
    font-size: 14px;
  }
  .facility a{
    font-size: 16px;
    margin-top: 1em;
  }
  .facility:nth-child(-n + 3) {
    margin-top: 0;
  }
  .facility:nth-child(3n + 1) {
    margin-left: 0;
  }
  .facilityBlock{
    margin-top: 40px;
  }
  .facilityBlock-imageList{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .facilityBlock-imageList-mainItem,.facilityBlock-imageList-subItem{
    width: calc(50% - 20px);
  }
  .facilityBlock-imageList-subItem li{
    width: calc(50% - 20px);
    margin-top: auto;
  }
  .facilityBlock-imageList-subItem li:nth-child(1),.facilityBlock-imageList-subItem li:nth-child(2){
    margin-top: 0;
  }
}
/* practicerange */
.practiceRangeList{
  display: flex;
  flex-wrap: wrap;
  margin-top: 18px;
  justify-content: space-between;
}
.practiceRange a{
  box-sizing: border-box;
}
.practiceRangeList-item{
  align-items: center;
  display: flex;
  flex-direction: column;
  margin-top: 10px;
  min-height: 65.6px;
  width: 48.42%;
}
.practiceRangeList-item > a{
  align-items: center;
  background-color: #050505;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  gap: 8px;
  height: 100%;
  justify-content: center;
  padding: 10px 0;
  text-align: center;
  width: 100%;
}
.practiceRangeList-item > a > span{
  font-size: 14px;
  line-height: 1.2;
}
.practiceRangeList-item > a::after{
  aspect-ratio: 2/1;
  background-image: url('./assets/images/practicerange/ico_arrow_bottom.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: inline-block;
  max-width: 10px;
  width: 100%;
}
.practiceRange-content .title{
  font-size: 24px;
  font-family: 'Sawarabi Mincho', serif;
  text-align: center;
}
.practiceRange-content .inner-imgList{
  display: flex;
  flex-wrap: wrap;
  margin-top: 28px;
  justify-content: space-between;
  width: 100%;
}
.practiceRange-content .inner-imgList .item{
  margin-top: 8px;
  width: 49.42%;
}
.practiceRange-content .inner-imgList .item.main{
  width: 100%;
}
.practiceRange-content .inner-text .text-catch{
  font-family: 'Yu Gothic','Spectral';
  font-size: 14px;
  font-weight: bold;
  margin-top: 14px;
}
.practiceRange-content .inner-text .text-desc{
  margin-top: 8px;
  font-size: 14px;
  line-height: 1.5;
}
.practiceRange-content .inner-text .text-info{
  margin-top: 14px;
}
.practiceRange-content .inner-text .text-info .text-info__title{
  font-size: 14px;
  font-weight: bold;
}
.practiceRange-content .inner-text .text-info .text-info__list .item{
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
  justify-content: space-between;
}
.practiceRange-content .inner-text .text-info .text-info__list .item-name{
  font-size: 14px;
  width: 72px;
}
.practiceRange-content .inner-text .text-info .text-info__list .item-info{
  font-size: 14px;
  width: calc(100% - 80px);
}
.practiceRange-content .inner-text .text-info .text-info__list .item-info a{
  color: #217cb7;
  text-decoration: underline;
  text-underline-offset: 2px;
}
.practiceRange-content .inner-text .text-info .text-info__list .item-info li{
  padding-left: 7px;
  text-indent: -7px;
}
.practiceRange-content .inner-text .text-info .text-info__list .item-info li::before{
  content: '・';
  display: inline-block;
}
.practiceRange-content .inner-text .text-info .text-info__table table{
  border-collapse: collapse;
  margin-top: 8px;
  width: 100%;
}
.practiceRange-content .inner-text .text-info .text-info__table table th,.practiceRange-content .inner-text .text-info .text-info__table table td{
  border: solid 1px #333333;
  padding: 3px;
  text-align: center;
}
.practiceRange-content .inner-text .text-info .text-info__table table th{
  background-color: #DDDDDD;
}
.practiceRange-content .yardage{
  margin-top: 14px;
}
.practiceRange-content .yardage-title{
  font-size: 14px;
  font-weight: bold;
}
.practiceRange-content .yardage-table{
  overflow-x: auto;
  width: 100%;
}
.practiceRange-content .yardage-table table{
  border-collapse: collapse;
  margin-top: 10px;
  width: auto;
}
.practiceRange-content .yardage-table table th,.practiceRange-content .yardage-table table td{
  border: solid 1px #DDDDDD;
  font-size: 14px;
  min-width: 60px;
  padding: 3px 0;
  text-align: center;
  width: calc(100% / 11);
}
.practiceRange-content .yardage-table table th{
  background-color: #000;
  color: #fff;
}
.practiceRange-recommend{
  border-bottom: solid 1px #DDDDDD;
}
.practiceRange-recommend .recommend-list .recommend-list__item{
  margin-top: 40px;
}
.practiceRange-recommend .recommend-list .recommend-list__item:first-child{
  margin-top: 18px;
}
.practiceRange-recommend .recommend-list .text-title{
  font-size: 14px;
  font-weight: bold;
}
.practiceRange-recommend .recommend-list .text-desc{
  font-size: 14px;
  margin-top: 8px;
}
.practiceRange-recommend .recommend-list .recommend-list__item .text-desc a{
  font-weight: bold;
  text-decoration: underline;
}

.practiceRange-recommend .recommend-list .image{
  margin-top: 16px;
}
.practicerange{
  margin-top: 1em;
}
.practicerange img{
  vertical-align: bottom;
}
.practicerange:first-of-type{
  margin-top: 0;
}
.practicerange__ttl{
  background-color: #050505;
  color: #fff;
  font-weight: bold;
  padding: .6em;
  position: relative;
}
.practicerange__ttl::after{
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: .6em;
  margin-top: -4px;
}
.practicerange__desc{
  background-color: #050505;
  color: #fff;
  padding: 0 .6em .6em;
}
.exlinkWrap a{
  background-color: #F0F0F0;
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  padding: 1em;
}
.exlinkWrap .exlink__img{
  position: relative;
  width: 100%;
  height: calc((96vw - 2em) * 2 / 3);
  order: 1;
}
.exlinkWrap .exlink__img img{
  display: block;
  left: 50%;
  max-height: 100%;
  max-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
  width: auto;
}
.exlink__desc{
  font-weight: bold;
  margin-top: 1em;
  order: 2;
}
.priceTblWrap:not(:first-of-type) {
  margin-top: 2em;
}
.priceTbl__ttl {
  background-color: #ddd;
  box-sizing: border-box;
  padding: .4em 1em;
  text-align: center;
}
.priceTbl {
  margin-top: 1em;
  table-layout: fixed;
  width: 100%;
}
.priceTbl th, .priceTbl td {
  border: 1px solid #050505;
  padding: .4em;
  text-align: center;
}
.priceTbl th:first-of-type, .priceTbl td:first-of-type {
  border-left: none;
}
.priceTbl th:last-of-type, .priceTbl td:last-of-type {
  border-right: none;
}
.priceTbl__timeWrap {
  margin-top: 1em;
}
.priceTbl__time__ttl {
  font-weight: bold;
}
.priceTbl__noticeList {
  font-size: 1.2rem;
  margin-top: 1em;
}
.priceTbl__notice {
  margin-left: 1em;
}
.priceTbl__notice::before {
  content: '※';
  margin-left: -1em;
}
.priceTbl--col4 th {
  width: 30%;
}
.priceTbl--col4 th:first-of-type {
  width: 40%;
}

@media screen and (min-width: 768px) {
  .practiceRangeList{
    margin-top: 24px;
  }
  .practiceRangeList-item{
    margin-top: 0;
    min-height: 0px;
    width: 18.62%;
  }
  .practiceRangeList-item > a{
    padding: 12px 0;
  }
  .practiceRangeList-item > a > span{
    font-size: 16px;
  }
  .practiceRangeList-item > a::after{
    max-width: 10px;
  }
  .practiceRange-content {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .practiceRange-content.mt-lg {
    margin-top: 56px;
  }
  .practiceRange-content .title{
    font-size: 32px;
  }
  .practiceRange-content .inner{
    align-items: flex-start;
    display: flex;
    margin-top: 24px;
    justify-content: space-between;
  }
  .practiceRange-content .inner .inner-imgList{
    margin-top: 0;
    width: 50%;
  }
  .practiceRange-content .inner-imgList .item{
    margin-top: 10px;
  }
  .practiceRange-content .inner-imgList .item.main{
    margin-top: 0;
  }
  .practiceRange-content .inner .inner-text{
    width: 47.24%;
  }
  .practiceRange-content .inner-text .text-catch{
    font-size: 18px;
    margin-top: 0;
  }
  .practiceRange-content .inner-text .text-desc{
    font-size: 16px;
  }
  .practiceRange-content .inner-text .text-info{
    margin-top: 24px;
  }
  .practiceRange-content .inner-text .text-info .text-info__title{
    font-size: 18px;
  }
  .practiceRange-content .inner-text .text-info .text-info__list .item{
    margin-top: 8px;
  }
  .practiceRange-content .inner-text .text-info .text-info__list .item-name{
    font-size: 16px;
    width: 80px;
  }
  .practiceRange-content .inner-text .text-info .text-info__list .item-info{
    font-size: 16px;
    width: calc(100% - 90px);
  }
  .practiceRange-content .inner-text .text-info .text-info__table table th,.practiceRange-content .inner-text .text-info .text-info__table table td{
    padding: 6px;
  }
  .practiceRange-content .yardage{
    margin-top: 24px;
  }
  .practiceRange-content .yardage-title{
    font-size: 18px;
  }
  .practiceRange-content .yardage-table table{
    width: 100%;
  }
  .practiceRange-content .yardage-table table th,.practiceRange-content .yardage-table table td{
    font-size: 16px;
    padding: 6px 0;
  }
  .practiceRange-recommend .recommend-list .recommend-list__item{
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 64px;
    justify-content: space-between;
  }
  .practiceRange-recommend .recommend-list .recommend-list__item .text-title{
    font-size: 18px;
  }
  .practiceRange-recommend .recommend-list .recommend-list__item.od{
    flex-direction: row-reverse;
  }
  .practiceRange-recommend .recommend-list .recommend-list__item:first-child{
    margin-top: 24px;
  }
  .practiceRange-recommend .recommend-list .text{
    width: 47.24%;
  }
  .practiceRange-recommend .recommend-list .image{
    margin-top: 0;
    width: 47.24%;
  }
  .practiceRange-recommend .recommend-list .text-title{
    font-size: 18px;
  }
  .practiceRange-recommend .recommend-list .text-desc{
    font-size: 16px;
    margin-top: 32px;
  }

  .practicerange{
    margin-top: 3em;
    width: 48%;
  }
  .practicerange:first-of-type,
  .practicerange:nth-of-type(2){
    margin-top: 0;
  }
  .practicerange__ttl{
    padding: 2em 2em 1em;
  }
  .practicerange__ttl::after{
    right: 2em;
  }
  .practicerange__desc{
    padding: 0 2em 2em;
  }
  .practicerange:hover{
    cursor: pointer;
  }
  .exlinkWrap a{
    align-items: center;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-top: 4em;
    padding: 2em;
  }
  .exlinkWrap .exlink__img{
    margin-left: 1em;
    order: 2;
    height: 133px;
    max-width: 200px;
    width: 100%;
  }
  .exlink__desc{
    margin-top: 0;
    order: 1;
  }

}

/* driving range ~ puttinggreen*/
.drivingrangeImg {
  margin-top: 1em;
}
.drivingrangeImg__desc {
  margin-top: 1em;
}
.drivingrangeImg__desc .notice{
  color: #FF0101;
}
.drivingrangeImg__ttl {
  font-weight: bold;
  margin-top: 1em;
}
.drivingrangeTbl {
  margin-top: 2em;
  width: 100%;
}
.drivingrangeTbl th,
.drivingrangeTbl td {
  box-sizing: border-box;
  display: block;
  width: 100%;
}
.drivingrangeTbl th {
  background-color: #050505;
  border: 1px solid #ddd;
  color: #fff;
  padding: .6em;
  text-align: center;
}
.drivingrangeTbl td {
  border: 1px solid #ddd;
  margin-bottom: 1em;
  padding: 1em;
}
.drivingrangeTbl tr:last-child td {
  margin-bottom: 0
}
.drivingrangeTbl td p {
  margin-top: .6em;
}
.drivingrangeTbl td p:first-child {
  margin-top: 0;
}
.drivingrangeTbl td p span {
  font-weight: bold;
  display: block;
  margin-bottom: .2em;
}
.commentBox{
  border: 1px solid #aaa;
  margin-top: 4em;
  padding: 1em;
}
.commentBox__ttl{
  font-weight: bold;
}
.commentBox__descWrap{
  margin-top: 1em;
}
.commentBox__descWrap img{
  display: block;
  margin: 0 auto;
  max-width: 100%;
  width: 130px;
}
.commentBox__desc{
  margin-top: 1em;
}
.howtoCase{
  background-color: #FAFAFA;
  margin-top: 2em;
  padding: 1em;
}
.howtoCase__ttl{
  font-weight: bold;
}
.howtoCase__itemList{
  margin-top: 1em;
}
.howtoCase__item{
  margin-top: 1em;
}
.howtoCase__item:first-of-type{
  margin-top: 0;
}
.howtoCase__item__ttl{
  font-weight: bold;
  margin-top: 1em;
  padding-bottom: .6em;
}
.howtoCase__item__desc{
  border-top: 1px solid #DEDEDE;
  padding-top: .6em;
}
@media screen and (min-width: 768px) {
  .drivingrangeImgs {
    display: flex;
    justify-content: space-between;
    margin-top: 3em;
  }
  .drivingrangeImgs:first-of-type{
    margin-top: 0;
  }
  .drivingrangeImgs.col1{
    display: block;
  }
  .drivingrangeImg {
    width: 370px;
  }
  .drivingrangeImgs.col1 .drivingrangeImg{
    width: 100%;
  }
  .drivingrangeImgs.col2 .drivingrangeImg{
    width: 560px;
  }
  .drivingrangeTbl {
    table-layout: fixed;
  }
  .drivingrangeTbl th,
  .drivingrangeTbl td {
    display: table-cell;
  }
  .drivingrangeTbl th {
    font-size: 2rem;
    width: 20%;
  }
  .drivingrangeTbl td {
    width: 80%;
  }
  .drivingrangeTbl td p {
    display: inline-block;
    margin: 0 0 0 2em;
  }
  .drivingrangeTbl td p:first-child {
    margin-left: 0;
  }
  .drivingrangeTbl td p span {
    font-weight: bold;
    display: inline-block;
    margin: 0 1em 0 0;
  }
  .commentBox{
    padding: 2em;
  }
  .commentBox__descWrap{
    align-items: center;
    display: flex;
    margin-top: 2em;
  }
  .commentBox__descWrap img{
    display: block;
    margin-right: 2em;
    width: auto;
  }
  .commentBox__desc{
    margin-top: 0;
    width: 100%;
  }
  .howtoCase{
    margin-top: 4em;
    padding: 2em;
  }
  .howtoCase__itemList{
    display: flex;
    flex-wrap: wrap;
    margin-top: 2em;
  }
  .howtoCase__item{
    margin: 3em 53px 0 0;
    width: 330px;
  }
  .howtoCase__item:first-of-type,
  .howtoCase__item:nth-of-type(2),
  .howtoCase__item:nth-of-type(3){
    margin-top: 0;
  }
  .howtoCase__item:nth-of-type(3n){
    margin-right: 0;
  }
}

/* restaurant */
.restaurantImgs {
  display: flex;
  justify-content: center;
}
.restaurantImg:not(:nth-child(3n + 1)) {
  margin-left: 1.4em;
}
.restaurant__ttl {
  margin-top: 2em;
}
.menuAncList{
  margin-top: 2em;
}
.menuAnc{
  background-color: #ececec;
  color: #707070;
  margin-top: 1em;
  text-align: center;
}
.menuAnc:first-of-type{
  margin-top: 0;
}
.menuAnc a{
  display: block;
  padding: 1em;
}
#sec--plan--special {
  background-color: #fdeff2;
  border-top: none;
  margin-bottom: 2em;
  padding: 2em 1em;
}
.specialMenu{
  margin-top: 1em;
}
.specialMenu__descWrap{
  background-color: #fff;
  padding: 1em;
}
.specialMenu:first-of-type{
  margin-top: 0;
}
.specialMenu__price{
  font-weight: bold;
}
.specialMenu__desc{
  margin-top: 1em;
}
#sec--plan--morning {
  background-color: #ebf6f7;
  border-top: none;
  margin-top: 2em;
  padding: 2em 1em;
}
.morningList__item {
  background-color: #fff;
}
.morningList__item:not(:first-child) {
  margin-top: 2em;
}
.morningList__item-detail {
  background-color: #fff;
  padding: 1em;
}
.morningList__item-ttl {
  font-weight: bold;
  margin-top: .1em;
}
.morningList__item-price {
  font-weight: bold;
  margin-top: .4em;
}
.morningList__item-menu {
  margin-top: .4em;
}
#sec--plan--party {
  background-color: #fff1cf;
  border-top: none;
  margin: 2em 0;
  padding: 2em 1em;
}
.plan--party {
  background-color: #fff;
}
.plan--party:not(:first-child) {
  margin-top: 2em;
}
.plan--party__price {
  background-color: #f7b977;
  box-sizing: border-box;
  color: #fff;
  font-weight: bold;
  padding: .6em 1em;
  text-align: center;
  width: 100%;
}
.plan--party__menuList {
  padding: 1em;
  width: 100%;
}
.plan--party__menu::before {
  content: '・';
}
.plan__notice {
  font-size: 1.2rem;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  #sec--plan--special{
    padding: 2em;
  }
  .restaurantImg:not(:nth-child(3n + 1)) {
    margin-left: 25px;
  }
  .menuAncList{
    display: flex;
    justify-content: center;
    margin: 4em auto 0;
    width: 800px;
  }
  .menuAnc{
    margin: 0 1em;
    width: 30%;
  }
  .specialMenuList{
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .specialMenu{
    align-items: flex-start;
    display: flex;
    margin-top: 2em;
    width: 48%;
  }
  .specialMenu:first-of-type,.specialMenu:nth-of-type(2){
    margin-top: 0;
  }
  .specialMenu img{
    max-width: 200px;
    width: auto;
  }
  .specialMenu__descWrap{
    width: 100%;
  }
  #sec--plan--buffet{
    margin-top: 4em;
    padding: 2em;
  }
  .morningList {
    display: flex;
    justify-content: space-between;
  }
  .morningList__item {
    margin-top: 0 !important;
    width: 32%;
  }
  #sec--plan--party {
    margin-top: 4em;
    padding: 2em;
  }
  .planList--party {
    display: flex;
    justify-content: space-between;
  }
  .plan--party {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    width: 32%;
  }
  .plan--party:not(:first-child) {
    margin-top: 0;
  }
  .plan--party__menuList {
    padding: 1em;
  }
  .plan--party__menu {
  }
  .plan--party__menu::before {
    content: '・';
  }
  .plan__notice {
    font-size: 1.4rem;
    text-align: center;
  }

  .restaurant__ttl {
    margin-top: 5em;
  }
}


/* kidsroom */
.kr__service {
  border: 1px solid #ddd !important;
  box-sizing: border-box;
  margin-top: 2em;
  padding: 1.4em 1em;
  width: 100%;
}
.kr__service__howtoList {
  list-style-type: decimal;
  margin-left: 1em;
}
.kr__service__howto {
  margin-top: 1em;
}
.notice--kr__service__howto {
  font-size: 1.2rem;
  margin-left: 3em;
}
.notice--kr__service__howto::before {
  content: '※';
  margin-left: -3em;
}
.kr__service__priceTbl {
  width: 100%;
}
.kr__service__priceTbl thead th {
  background-color: #050505;
  color: #fff;
  text-align: center;
}
.kr__service__priceTbl th,
.kr__service__priceTbl td {
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: .4em;
}
.kr__service__priceTbl td {
  text-align: center;
}
.kr__reservation {
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 2em;
  padding: 1em;
}
.kr__reservation__notice {
  font-size: 1.2rem;
  margin-top: 1em;
  text-align: center;
}
.btn--kr__reservation {
  background-color: #ec6c00;
  box-sizing: border-box;
  color: #fff;
  display: block;
  margin-top: 1em;
  padding: 1em;
  text-align: center;
  width: 100%
}
@media screen and (min-width: 768px) {
  .gmap--kr {
    height: 500px;
    width: 100%;
  }
  .kr__service {
    padding: 2em !important;
  }
  .kr__service__priceTbl {
    table-layout: fixed;
  }
  .notice--kr__service__howto {
    font-size: 1.4rem;
  }
  .kr__reservation {
    margin-top: 4em;
    padding: 2em;
    text-align: center;
  }
  .kr__reservation__notice {
    font-size: 1.4rem;
  }
  .btn--kr__reservation {
    font-size: 2rem;
    margin: 1em auto 0;
    width: 60%;
  }
}

/* contact */
.contact__row {
  align-items: center;
  display: flex;
  margin-top: 1em;
}
.contact__row img {
  height: 24px;
  margin-right: 1em;
  width: 24px;
}
.contact__row:first-child {
  margin-top: 0;
}
.contact__row__item {
  font-size: 1.8rem;
}
.contactForm {
  margin-top: 2em;
}
.contactForm__row {
  margin-top: 1em;
}
.contactForm__row:first-child {
  /*margin-top: 0;*/
}
.contactForm__row__ttl {
  margin-bottom: .4em;
  position: relative;
}
.contactForm__row__content > *{
  box-sizing: border-box;
  padding: .4em .8em;
  width: 100%;
}
.contactForm__row__content--block {
  margin-bottom: 1em;
  padding: 0;
}
.contact-members-birth-year,
.contact-members-birth-month,
.contact-members-birth-day{
  padding: 0;
}
.contact-members-birth-year select,
.contact-members-birth-month select,
.contact-members-birth-day select{
  box-sizing: border-box;
  padding: .4em .8em;
}
.addressTerm{
  display: block;
  margin-top: .5em;
}
.address__desc{
  box-sizing: border-box;
  padding: .4em .8em;
  width: 100%;
}
.form-check-inline{
  display: inline-block;
  padding: 0 1em;
  width: auto;
}
.contactForm__input,
.contactForm__textarea {
  box-sizing: border-box;
  padding: .4em .8em;
  width: 100%;
}
.contactForm__radio{}
.contactForm__select{
  padding: .4em .8em;
}
.contactForm__submit button {
  background-color: #050505;
  border: none;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  margin: 2em auto 0;
  padding: .6em 0;
  text-align: center;
  width: 50%;
}
.txt--error{
  color: #f00;
  display: block;
}
.terms__ttl{
  margin-top: 2em;
}
.terms__rowWrap{
  height: 15em;
  overflow-y: scroll;
  padding: .8em;
  border: solid 1px #a9a9a9;
}
.terms__row{
  margin-top: 2em;
}
.terms__row:first-of-type{
  margin-top: 0;
}
.terms__row h3{
  font-weight: bold;
}
.terms__row p{
  margin-top: 1em;
}
.terms__row ul,
.terms__row ol{
  list-style-type: disc;
  margin-left: 1em;
}
.terms__row ol{
  list-style-type: decimal;
}
.terms__row li{
  margin-top: 1em;
}
.terms__row .signature{
  margin-top: 4em;
}
@media screen and (min-width: 768px) {
  .contact__rowWrap {
    display: flex;
    justify-content: center;
  }
  .contact__row {
    margin-top: 0;
    margin-left: 4em;
  }
  .contact__row:first-child {
    margin-left: 0;
  }
  .contact__row img {
    height: 48px;
    width: 48px;
  }
  .contact__row__item {
    font-size: 2rem;
  }
  .contactForm {
    margin-top: 4em;
  }
  .contactForm__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
  }
  .contactForm__row__ttl {
    margin-bottom: 0;
    text-justify: inter-ideograph;
    width: 15%;
  }
  .contactForm__row__content {
    box-sizing: border-box;
    padding-left: 4em;
    width: 85%;
  }
  .contactForm__row__content--block {
    display: flex;
  }
  .contactForm__row__content.contactForm__row__content--block {
    padding-left: 0;
  }
  .addressTerm{
    margin: 0;
    width: 15%;
  }
  .address__desc{
    width: 85%;
  }
  .contactForm__submit button {
    transition: all .3s linear;
    -webkit-transition: all .3s linear;
    width: 30%;
  }
  .contactForm__submit button:hover {
    cursor: pointer;
    opacity: .5;
  }
  .txt--error{
    margin-left: calc(15% + 4em);
  }
}

/* thanks */
.thanks__ttl {
  font-weight: 700;
  margin-top: 2em;
}
.thanks__txt {
  margin-top: 1em;
}
.thanks__txt + ul{
  list-style-type: disc;
  margin-left: 1em;
}
.thanks__txt +ul li{
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .thanks__ttl {
    font-size: 2.2rem;
    margin-top: 4em;
  }
  .thanks__txt {
    font-size: 1.8rem;
  }
}

/* privacy policy */
.numList__item {
  margin-top: 2em;
}
.numList__item:first-child {
  margin-top: 0;
}
.numList__item h2 {
  font-weight: bold;
}
.numList__item__desc {
  margin-top: 1em;
}
.numList__item-content--col2 {
  margin-top: 1em;
}
.numList__item-content--col2__content {
  margin-top: 8px;
}
.numList--sub {
  list-style-type: lower-alpha;
  margin-left: 2em;
}
.numList--sub__item {
  margin-top: 1em;
}
.numList--sub2 {
  list-style-type: decimal;
  margin: 1em 0 0 2em;
}
.numList--sub2__item {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .numList__item-content--col2 {
    display: flex;
    justify-content: flex-start;
  }
  .numList__item-content--col2__title {
    width: 60px;
  }
  .numList__item-content--col2__content {
    margin-top: 0;
    width: 1100px;
  }
  .numList--sub2 {
    list-style-type: decimal;
    margin-left: 3rem;
  }
}

/* company */
.companyList__item:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-top: 1em;
}
.companyList__item__ttl {
  font-weight: bold;
}
.companyList__item__data {
  margin-top: .4em;
}
.officer {
  display: flex;
  margin-top: 1em;
}
.officer__position {
  width: 22%;
}
@media screen and (min-width: 768px) {
  .companyList__item {
    display: flex;
  }
  .companyList__item__ttl {
    width: 24%;
  }
  .companyList__item__data {
    width: 76%;
  }
}

/* sitemap */
#sitemap_list {
  list-style-type: circle;
  margin-left: 1em;
}
#sitemap_list .page_item:not(:first-child) {
  margin-top: 1em;
}
#sitemap_list .children {
  margin-top: 1em;
}
#sitemap_list .children .page_item::before {
  content: '-';
  padding-right: .4em;
}

/* membership */
.hero--membershipWrap {
  background-color: #000;
}
.hero--membership--txt {
  padding: 4em 0;
  text-align: center;
}
.hero--membership--txt img {
  max-width: 272px;
  width: 80%;
}
.membership__desc {
  font-size: 1.6rem;
  line-height: 1.8;
}
.membership__ttl--sub {
  font-weight: bold;
  margin-bottom: 1em;
}
.membership__imgList {
  margin: 2em 0;
}
.membership__imgList .slick-slide {
  padding: 0 1em;
}
.membership__machine {
  margin-top: 2em;
  width: 100%;
}
.membership__machine__desc {
  margin-top: 1em;
}
.membership__pointList {
  border-top: 1px solid #ddd;
  margin-top: 2em;
}
.membership__point {
  margin-top: 3em;
  width: 100%;
}
.membership__point__bg {
  background-color: #c2d92e;
  position: relative;
  width: 100%;
}
.membership__point__num {
  left: 50%;
  position: absolute;
  top: -1em;
  transform: translateX(-50%);
  width: 60px;
}
.membership__point__ttl {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 4em 2em 2em;
  text-align: center;
}
.membership__point__desc {
  margin-top: 1em;
}
.membership__point__desc a {
  text-decoration: underline;
}
.membershipList__item:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-top: 1em;
}
.membershipList__item__ttl {
  font-weight: bold;
}
.membershipList__item__content {
  margin-top: 1em;
}
.membership__decimalList, .membership__decimalList--col2 {
  counter-reset: num;
  margin-left: 1.4em;
}
.membership__decimalList__item:not(:first-child), .membership__decimalList--col2__item:not(:first-child) {
  margin-top: .6em;
}
.membership__decimalList__item::before, .membership__decimalList--col2__item::before {
  content: '('counter(num)')';
  counter-increment: num;
  margin-left: -1.4em;
}
.membership__decimalList--col2__item {
  display: flex;
}
.membership__decimalList--col2__item:first-child {
  margin-top: 1em;
}
.membership__decimalList--col2__item__ttl {
  width: 92%;
}
.membership__decimalList--col2__item__num {
  text-align: right;
  width: 40px;
}
.membership__docList__item:not(:first-child) {
  margin-top: 2em;
}
.membership__docList__item__ttl {
  font-weight: bold;
}
.membership__noticeList {
  list-style-type: disc;
  margin-left: 1.4em;
}
.clubOverviewList__item:not(:first-child) {
  border-top: 1px solid #ddd;
  margin-top: 1em;
  padding-top: 1em;
}
.clubOverviewList__item__ttl {
  font-weight: bold;
}
.clubOverviewList__item__contents {
  margin-top: .4em;
}
.clubOverviewList__item__content--col2 {
  display: flex;
}
.clubOverviewList__item__content:not(:first-child),
.clubOverviewList__item__content--col2:not(:first-child) {
  margin-top: 1em;
}
.clubOverviewList__item__content--col2__ttl {
  width: 20%;
}
.clubOverviewList__item__content--col2__content {
  box-sizing: border-box;
  padding-left: 1em;
  width: 80%;
}
.clubOverviewList__item__content__strong {
  margin-top: .4em;
}
@media screen and (min-width: 768px) {
  .hero--membership--txt img {
    max-width: 545px;
    width: 545px;
  }
  .membership__desc {
    font-size: 2rem;
    text-align: center;
  }
  .membership__ttl--sub {
    font-size: 2rem;
    font-weight: bold;
    margin-bottom: 1em;
    text-align: center;
  }
  .membership__imgList__item img {
    width: 100%;
  }
  .membership__machineList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .membership__machine {
    width: 48%;
  }
  .membership__machine__desc {
    margin-top: 1em;
  }
  .membership__pointList {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .membership__point {
    width: 48%;
  }


  .membershipList__item,
  .clubOverviewList__item {
    display: flex;
  }
  .membershipList__item__ttl,
  .clubOverviewList__item__ttl {
    width: 26%;
  }
  .membershipList__item__content,
  .clubOverviewList__item__content {
    margin-top: 0;
    width: 74%;
  }
}

/* guide */
@media screen and (min-width: 768px) {
  .guideImgs img {
    display: block;
    margin: auto;
    width: 826px;
  }
}

/* club bus */
.clubbus__txt {
  text-align: center;
}
.gmap--clubbus {
  height: 500px;
  margin-top: 1em;
}
.clubbusNoticeList {
  list-style-type: disc;
  margin: 1em 0 0 1em;
}
@media screen and (min-width: 768px) {
  .gmap--clubbus {
    margin: 3em auto;
    width: 1160px;
  }
}

/* member only */
.archiveYearList{
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.archiveYear{
  box-sizing: border-box;
  border: 1px solid #ddd;
  margin: 0 5% 1.5em 0;
  text-align: center;
  width: 30%;
}
.archiveYear:nth-of-type(3n){
  margin-right: 0;
}
.archiveYear a{
  display: block;
  padding: .4em 0;
}
.memberonly__desc{
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .archiveYear{
    margin: 0 4% 2em 0;
    width: 22%;
  }
  .archiveYear:nth-of-type(3n){
    margin-right: 4%;
  }
  .archiveYear:nth-of-type(4n){
    margin-right: 0;
  }
}

/* junior */
.orange {background-color: #ED6F34;}
.green {background-color: #4AB35C;}
.blue {background-color: #59C3E2;}
.navy {background-color: #2C2757;}
.black {background-color: #000;}
.gray {background-color: #b3b3b3;}

.link--arrow::after {
  background-image: url('./assets/images/junior/ico_link.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  padding-left: .4em;
  width: 20px;
}
.link--arrow--black::after {
  background-image: url('./assets/images/junior/ico_link_black.png');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 12px;
  padding-left: .4em;
  width: 20px;
}

.tbl--practice-price,
.tbl--round-price {
  box-sizing: border-box;
  width: 100%;
}
.tbl--practice-price {
  margin-top: 2em;
}
.tbl--round-price {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .tbl--practice-price {
    margin: 4em auto 0;
    width: 800px;
  }
}

.junior {
  margin: 2em 0 4em;
}
.junior-hero {
  position: relative;
}
.junior-hero-desc {
  background-color: rgba(0, 0, 0, .3);
  bottom: 0;
  box-sizing: border-box;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  padding: 1em;
  position: absolute;
  text-align: center;
  width: 100%;
}
.junior-logo {
  background-color: #2C2757;
  padding: 2em 0;
}
.junior-logo img {
  display: block;
  margin: auto;
  width: 120px;
}
@media screen and (min-width: 768px) {
  .junior {
    margin: 4em 0;
  }
  .junior-hero-desc {
    font-size: 2.8rem;
    padding: 3em 1em;
  }
  .junior-logo {
    padding: 4em 0;
  }
  .junior-logo img {
    width: 240px;
  }
}

.junior-catch img {
  width: 100%;
}
.junior-catch__desc {
  font-weight: 700;
  line-height: 2;
  margin-top: 2em;
  text-align: center;
  width: 100%;
}
.junior-catch__desc__strong {
  font-size: 3.2rem;
  padding-top: 1em;
}
@media screen and (min-width: 768px) {
  .junior-catch {
    display: flex;
    justify-content: space-between;
  }
  .junior-catch img {
    width: 560px;
  }
  .junior-catch__desc {
    font-size: 2rem;
    margin: 0;
    text-align: left;
    width: 560px;
  }
}
.junior-benefit {
  width: 100%;
}
.junior-benefit-header {
  background-color: #2C2757;
}
.junior-benefit-ttl img {
  display: block;
  margin: auto;
  width: 200px;
}
@media screen and (min-width: 768px) {
  .junior-benefit-ttl img {
    width: 600px;
  }
}
.reg-fee {
  margin: 2em auto 0;
  text-align: center;
  width: 80%;
}
.reg-fee-ttl, .reg-fee-price {
  font-size: 2.4rem;
  font-weight: 700;
}
.reg-fee-price {
  border-top: 1px dotted #000;
  margin-top: .4em;
  padding-top: .4em;
}
@media screen and (min-width: 768px) {
  .reg-fee {
    display: flex;
    justify-content: center;
  }
  .reg-fee-ttl, .reg-fee-price {
    font-size: 3.2rem;
  }
  .reg-fee-price {
    border-top: none;
    margin: 0 0 0 1em;
    padding: 0;
  }
}
.point {
  margin-top: 4em;
}
.point-ttl {
  align-items: center;
  color: #fff;
  display: flex;
  justify-content: center;
  padding: .6em 1em;
}
.point-ttl img {
  height: 40px;
  width: 40px;
}
.point-ttl h2 {
  font-size: 1.8rem;
  font-weight: 700;
  padding-left: .4em;
}
.point-ttl h2 span {
  font-size: 1.4rem;
}
.point-list {
  margin-top: 1em;
  overflow-x: auto;
  white-space: nowrap;
}
.point-list__item {
  display: inline-block;
  vertical-align: top;
  width: 90%;
}
.point-list__item:not(:first-of-type) {
  margin-left: 1em;
}
.point-list__item__ttl-wrap {
  align-items: center;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  padding:  .6em 1em;
}
.point-list__item__ttl {
  color: #fff;
  font-weight: 700;
}
.point-list__item__night {
  background-image: url(./assets/images/junior/ico_night.png);
  background-position: 100% 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  font-weight: 700;
  padding-right: calc(20px + .2em);
}
.point-list__item__desc {
  margin-top: 1em;
  white-space: normal;
}
@media screen and (min-width: 768px) {
  .point-col2 {
    display: flex;
    justify-content: space-between;
    margin: auto;
    width: 1160px;
  }
  .point-col2 .point {
    width: 48%;
  }
  .point-ttl {
    padding: 2em 1em;
  }
  .point-ttl img {
    height: 60px;
    width: 60px;
  }
  .point-ttl h2 {
    font-size: 2.4rem;
    padding-left: 1em;
  }
  .point-ttl h2 span {
    font-size: 2.4rem;
  }
  .point-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 2em;
    overflow-x: none;
    white-space: normal;
  }
  .point-list__item {
    display: block;
    margin-top: 2em;
    width: 48%;
  }
  .point-list__item:not(:first-of-type) {
    margin-left: 0;
  }
  .point-list__item__ttl {
    font-size: 1.8rem;
  }
  .point-list__item__night {
    font-size: 1.8rem;
  }
  .point-list__item__desc {
    font-size: 2rem;
  }
}
.junior-round, .junior-event {
  margin: 2em 4vw 0;
}
.junior-round-desc, .junior-event-desc {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .junior-round, .junior-event {
    display: flex;
    justify-content: space-between;
    margin: 2em 0 0;
  }
  .junior-round__item, .junior-event__item {
    font-size: 2rem;
    width: 48%;
  }
}
.request {
  display: block;
  margin-top: 4em;
}
.request-desc{
  padding: .6em 1em;
}
.request-desc p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .request {
    display: flex;
    justify-content: center;
    margin: 4em auto 0;
    width: 1160px;
  }
  .request-img {
    width: 40%;
  }
  .request-desc {
    padding: 0;
    position: relative;
    width: 60%;
  }
  .request-desc p {
    font-size: 2.4rem;
    position: absolute;
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
  }
}
.contact {
  display: block;
  margin: 1em 4vw 0;
}
.contact-desc  {
  padding: 1.6em 1em;
  position: relative;
}
.contact-desc::before {
  border: 1px solid #fff;
  content: '';
  height: calc(100% - 10px);
  left: 4px;
  position: absolute;
  top: 4px;
  width: calc(100% - 10px);
}
.contact-desc p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
.contact-desc--middle {
  font-size: 1.4rem !important;
  font-weight: 400 !important;
  margin-top: 1em;
}
.contact-desc--border {
  border-top: 1px solid #fff;
  margin-top:.6em;
  padding-top: .6em;
}
@media screen and (min-width: 768px) {
  .contact {
    margin: 2em auto 0;
    width: 1160px;
  }
  .contact-desc p {
    font-size: 2.4rem;
    padding: 0;
  }
  .contact-desc--middle {
    font-size: 1.6rem !important;
  }
  .contact-desc--border {
    margin-top: 1em;
    padding-top: 1em !important;
  }
}
.risk {
  display: block;
  margin: 2em 4vw 0;
}
.risk-desc  {
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4em;
  padding: 1.6em 1em;
  position: relative;
  text-align: center;
}
.ico--redcross::before {
  background-image: url('./assets/images/junior/ico_redcross.png');
  background-repeat: no-repeat;
  background-position: 0 50%;
  background-size: contain;
  content: '';
  display: inline-block;
  height: 16px;
  padding-right: .4em;
  width: 16px;
}
@media screen and (min-width: 768px) {
  .risk {
    margin: 4em auto 0;
    width: 1160px;
  }  
  .risk-desc  {
    margin-top: 8em;
  }
}
.sec-ttl--junior {
  color: #fff;
  font-size: 1.8rem;
  font-weight: 700;
  margin-top: 4em;
  padding: .6em 1em;
  text-align: center;
}
.junior-access-img {
  margin-top: 2em;
}
.junior-access-desc {
  margin-top: 2em;
  text-align: center;
}
.junior-access-desc-1 {
  font-size: 1.6rem;
}
.junior-access-desc-1 span {
  font-size: 3rem;
}
.junior-access-desc-2 {
  margin-top: 1em;
}
.junior-access-btn {
  display: block;
  margin-top: 2em;
}
.junior-access-btn-desc {
  padding: .6em 1em;
}
.junior-access-btn-desc p {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .sec-ttl--junior {
    font-size: 2.4rem;
    padding: 2em 1em;
  }
  .junior-access-content {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 4em;
  }
  .junior-access-img {
    width: 48%;
  }
  .junior-access-desc {
    width: 48%;
  }
}
.junior-notice-list {
  list-style-type: disc;
  margin-top: 2em;
}
.junior-notice-list__item {
  margin: 1em 0 0 1rem;
}

.vip-ticket__cs {
  font-family: 'Spectral', 'Sawarabi Mincho', serif;
  font-size:  2rem;
  font-weight: 700;
  text-align: center;
}
.vip-ticket__desc {
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .vip-ticket__cs {
    font-size:  4rem;
  }
  .vip-ticket__desc {
    margin-top:  2em;
    text-align: center;
  }
}

/* rental golf club */
@media screen and (min-width: 768px) {
  .rental-golf-club__list {
    display: flex;
    flex-flow: wrap;
  }
}

.rental-golf-club__item {
  margin-top: 30px;
}

@media screen and (min-width: 768px) {
  .rental-golf-club__item {
    margin: 60px 0 0 40px;
    width: 360px;
  }
}

@media screen and (min-width: 768px) {
  .rental-golf-club__item:nth-child(3n + 1) {
    margin-left: 0;
  }
}

.rental-golf-club__content {
}
@media screen and (min-width: 768px) {
  .rental-golf-club__content {
    align-items: flex-start;
    display: flex;
  }
}

.rental-golf-club__title {
  font-family: 'Open Sans';
  font-size: 28px;
  font-weight: 700;
  letter-spacing: -3px;
  line-height: 1;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__title {
    font-size: 32px;
  }
}

.rental-golf-club__description {
  font-size: 16px;
  font-weight: 700;
  margin-top: 10px;
}
.rental-golf-club__description span {
  font-size: 12px;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__description {
    border-left: 1px solid #000;
    flex: 1;
    margin-left: 15px;
    padding-left: 15px;
  }
  .rental-golf-club__description span {
    font-size: 14px;
  }
}

.rental-golf-club__outline {
  font-size: 1.2rem;
  margin-top: 10px;
}

@media screen and (min-width: 768px) {
  .rental-golf-club__outline {
    font-size: 1.6rem;
  }
}

.rental-golf-club__shoes {
  margin-top: 60px;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__shoes {
    width: 48%;
  }
}

.rental-golf-club__shoes__catch {
  font-size: 18px;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
}

.rental-golf-club__shoes__brand {
  font-size: 18px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
}

.rental-golf-club__shoes__detail {
  border-top: 1px solid #000;
  font-size: 12px;
  margin-top: 10px;
  padding-top: 10px;
}
@media screen and (min-width: 768px) {
}

.rental-golf-club__price {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  box-sizing: border-box;
  margin-top: 60px;
  padding: 20px;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__price {
    padding: 30px;
    width: 48%;
  }
}

.rental-golf-club__price-ttl {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__price-ttl {
    font-size: 2rem;
  }
}

.rental-golf-club__price__content {

}
@media screen and (min-width: 768px) {
  .rental-golf-club__price__content {

  }
}

.rental-golf-club__price__title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__price__title {
    margin-top: 30px;
  }
}

.rental-golf-club__price__outline {
  font-size: 18px;
  margin-top: 10px;
}
.rental-golf-club__price__outline span {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__flex--pc {
    display: flex;
    justify-content: space-between;
  }
  .rental-golf-club__price__outline span {
    font-size: 16px;
  }
}

.rental-golf-club__note {
  margin-top: 30px;
}

.rental-golf-club__table {
  border-collapse: collapse;
  font-size: 1.4rem;
  margin-top: 10px;
}
@media screen and (min-width: 768px) {
  .rental-golf-club__table {
    font-size: 1.4rem;
  }
}

.rental-golf-club__table th,
.rental-golf-club__table td {
  border: 1px solid #aaa;
  padding: .4em .8em;
}

.rental-golf-club__set-name,
.rental-golf-club__category {
  background-color: #eee;
  width: 50%;
}

.yt .wp-block-embed__wrapper {
  margin-top: 2em;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}
.yt iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

/* ---------------------------練習施設・レッスンページ改修　ver2.7追加--------------------------- */
.content--practicerange{
  padding-bottom: 0;
}
@media screen and (min-width: 768px) {
}
.practicerange-text-center{
  text-align: center;
}

/* Map */
.mapblock-practicerange--img{
  margin-top: 2em;
}

/* YouTube video*/
.video--hero--practicerange {
  height: 100vh;
  overflow: hidden;
  position: relative;
  width: 100%;
  z-index: -1;
}
.video--hero--practicerange {
  height: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
  z-index: 10;
  margin-top: 1.5em;
}
.video--hero--practicerange iframe {
  height: 100%;
  left: 50%;
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  width: 100%;
}
@media screen and (min-width: 768px) {
  .video--hero--practicerangeWrap {
    margin: 2em auto 0;
    padding: 0 0 4em;
    width: 1160px;
  }
  .video--hero--practicerange::before {
    background-color: rgba(255, 255, 255, 0);
    content: '';
    display: block;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 1;
  }
}

/* flexbox */
.flexblock-practicerange{
  display: block;
}
.flexblock-practicerange-plan{
  display: block;
  margin-bottom: 4em;
}
.flexblock-practicerange-instructor-list{
  display: flex;
  margin-top: 2em;
  align-items: center;
  gap: 4%;
  justify-content: center;
  flex-wrap: nowrap;
}
.flexblock-point01,
.flexblock-point02,
.flexblock-point03{
  margin: 2em 0;
}
.price-chart{
  display: block;
  max-width: 800px;
  width: 100%;
}
.price-chart-contents{
  border: 1px solid;
  padding: 0 10px 10px;
}
.price-chart-block{
  width: 100%;
}
.price-chart-heading{
  margin: 10px 0;
}
.news-schedule-day{
  font-size: 10px;
}
@media screen and (min-width: 768px) {
  .flexblock-practicerange,
  .flexblock-practicerange-plan{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: nowrap;
    gap: 2%;
  }
  .flexblock-practicerange-plan{
    gap: 4%;
  }
  .flexblock-point01,
  .flexblock-point02,
  .flexblock-point03{
    width: 32%;
    margin-top: 0;
    margin: 0;
  }
  .flexblock-practicerange-instructor{
    justify-content: center;
    gap: 5%;
  }
  .flexblock-practicerange-instructor-list{
    width: 42%;
    gap: 5%;
  }
  .price-chart{
    display: flex;
    justify-content: space-between;
  }
  .price-chart-block{
    width: 48%;
  }
  .news-schedule-day{
   font-size: 1.6rem;
  }
    
}

/* lessonplan point */
.point-title{
  text-align: center;
  background-color: #C2D92E;
  margin-bottom: 0;
}
.point-border{
  border: #C2D92E solid 2px;
  border-top:none;
}
.point-title h2{
  font-size: 120%;
  padding: 8px 0;
  font-weight: bolder;
}
.point-image{
  width: 30%;
  margin: auto;
  padding: 1em 0;
}
.point-text{
  padding: 0 25px 15px;
  font-weight: bolder;
}
@media screen and (min-width: 768px) {
  .point-title h2{
    font-size: 100%;
    padding: 10px 0;
  }  
  .point-image{
    width: 35%;
    padding: 1em 0 0;
  }
  .point-text{
    padding: 5px 25px 35px;
    font-size: 120%;
  }
}

/* Lesson Plan　Card Link */
.planblock--list{
  margin-top: 2em;
}
.planblock--image{
  position: relative;
}
.planblock--nameimg{
  position: absolute;
  top: 50%;
  left: 50%;
  width: 40%;
  transform: translate(-50% , -50%);
  -webkit-transform: translate(-50% , -50%);
  -ms-transform: translate(-50% , -50%);
}
.planblock--text--plan1,
.planblock--text--plan2{
  position: relative;
  padding: 1em 2em;
  color: #fdeff2;
  height: 132px;
}
.planblock--text--plan1 h3,
.planblock--text--plan2 h3{
  font-size: 1.8rem;
  font-weight: bolder;
  margin-bottom: 1em;
  line-height: 2em;
}
.planblock--text--plan1 h3::before,
.planblock--text--plan2 h3::before{
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  top: 15%;
  right: 3%;
  background-image: url("./assets/images/practicerange/svg/icon_plan-link.svg");
  background-repeat: no-repeat;
}
.planblock--text--level{
  font-size: 12px;
  font-weight: normal;
  border: #fdeff2 solid 2px;
  border-radius: 500px;
  padding: 5px 15px;
  vertical-align: middle;
}
.planblock--text--plan1{
  background-color: #DE6E00;
}
.planblock--text--plan2{
  background-color: #37B2D3;
}
@media screen and (min-width: 768px) {
  .planblock--list{
    margin-top: 4em;
    margin-bottom: 4em;
    width: 48%;
  }
  .planblock--text--plan1,
  .planblock--text--plan2{
  padding: 2em;
  height: auto;
  }
  .planblock--text--plan1 h3,
  .planblock--text--plan2 h3{
    font-size: 2.4rem;
  }
  .planblock--text--level{
    font-size: 16px;
    margin-left: 15px;
  }
}

/* instructor */
.instructor-comment{
  margin-top: 15px;
}
.instructor-image{
  width: 240px;
}
.instructor-profile{
  width: 150%;
}
.instructor-name{
  font-size: 120%;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .instructor-image{
    width: auto;
  }
  .instructor-profile{
    width: 110%;
  }  
}

/* button receive */
.button-block-receivelesson{
  margin-top: 4em;
  width: 100%;
  display: inline-block;
}
.button-receivelesson{
  display: inline-block;
  background-color:#bd8a00 ;
  color: #fdeff2;
  width: 100%;
  font-size: 1.125em;
  text-align: center;
  padding: calc(0.667em + 2px) 0;
}
@media screen and (min-width: 768px) {
}

/* footer Card Link */
.newsblock-practicerange{
  margin-top: 4em;
  display:flex;
}
.newsblock-cardList{
  margin-bottom: 2em;
}
.newsblock-cardList-ttl{
  display: table;
  width: 100%;
  height: 92px;
  text-align: left;
  padding: 0;
}
.newsblock-cardList-ttl p{
  display: table-cell;
  padding: 8px 10px;
  vertical-align: middle;
  }
.newsblock-text-center-left{
  text-align: left;
}
.newsblock-text-center-left h2{
  font-size: 1.8rem;
}
.newsblock-text-center-left .text-big{
  font-size: 1.2em;
}  
@media screen and (min-width: 768px) {
  .newsblock-practicerange{
    gap: 4%;
    margin-bottom: 4em;
  }
  .newsblock-cardList{
    width: 48%;
    margin-bottom: 0;
  }
  .newsblock-cardList-ttl{
    height: 37%;
    margin-right: 0;
  } 
  .newsblock-cardList-ttl p{
  padding: 15px 20px;
  }
  .newsblock-text-center-left{
    text-align: center;
  }  
  .newsblock-text-center-left .text-big{
    font-size: 2.4rem;
  }  
}

/* ---------------------------ステップアップレッスン & 1Dayレッスン　ver2.7追加--------------------------- */
.StepUpLesson-hero-img,
.OnedayLesson-hero-img{
  margin-top: 4em;
}
.content-menulist{
  margin: 0;
}
.content-privateroom{
  margin-top: 4em;
  background-color: #F0F0F0;
}
.StepUpLesson-text-sm{
  font-size: 70%;
}

/* lessonmenu */
.StepUpLesson-menulist-item,
.OnedayLesson-menulist-item{
  width: 46%;
  margin: 1em 0;
}
.StepUpLesson-menulist-img,
.OnedayLesson-menulist-img{
  width: 50%;
  margin: 5px auto;
}
.StepUpLesson-menulist-flex,
.OnedayLesson-menulist-flex{
  display: flex;
  flex-wrap: wrap;
  margin-top: 2em;
  align-items: flex-start;
  gap: 0;
  justify-content: center;
}
.OnedayLesson-menulist-flex{
  gap: 1%;
}
.StepUpLesson-menulist-flex::after,
.OnedayLesson-menulist-flex::after{
  content: "";
  display: block;
  width: 46%;
  height: auto;
}
.StepUpLesson-menulist,
.OnedayLesson-menulist{
  margin-top: 4em;
  padding: 2em 0;
  border: #333333 solid 2px;
}
@media screen and (min-width: 768px) {
  .StepUpLesson-menulist-item,
  .OnedayLesson-menulist-item{
    width: 20%;
    margin: 2em 0;
  }
  .OnedayLesson-menulist-item{
    width: 17%;
  }
  .StepUpLesson-menulist-flex::after,
  .OnedayLesson-menulist-flex::after{
    display: none;
  }
  .OnedayLesson-menulist-img{
    width: 45%;
  }
}

/* table list */
.StepUpLesson-table,
.OnedayLesson-table{
  margin-top: 4em;
}
.StepUpLesson-table-note,
.OnedayLesson-table-note{
  font-size: .85em;
}
.StepUpLesson-table-note-con{
  margin-top: 15px;
  width: 100%;
}
.OnedayLesson-table-item{
  width: 50%;
}
.OnedayLesson-table-lg{
  margin-bottom: 2em;
}
.OnedayLesson--table-note{
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  .StepUpLesson-table-note-con{
    width: 49%;
    margin-left: auto;
  }
  .OnedayLesson--table-note{
    margin-bottom: 0;
  }  
}
/* privateroom lesson */
.privateroom-list{
  margin-top: 4em;
}
.privateroom-text-content{
  margin-top: 2em;
}


/* example schedule */
.schedule-list-item-title h2{
  font-weight: bolder;
  font-size: 120%;
  font-family: 'Spectral', 'Sawarabi Mincho', serif;
}
.schedule-list-item-title{
  padding: 20px 0;
  text-align: center;
  background-color: #C2D92E;
  margin-bottom: 0;
  font-weight: bolder;
}
.schedule-list-item td{
  padding-top: 5px;
}
.schedule-list-item-text{
  padding: 15px 10px;
  font-weight: normal;
}
.schedule-list-item-time{
  width: 17vw;
  vertical-align: top;
  text-align: center;
}
.schedule-list-item-con-sm{
  font-size: smaller;
}
@media screen and (min-width: 768px) {
  .schedule-list{
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 2em;
    gap: 4%;
  }
  .schedule-list-item{
    width: 48%;
  }
  .schedule-list-item-text{
    padding: 15px 0;
  }  
  .schedule-list-item-time{
    width: 6em;
  }  
}

/* ボタン */
.button-block-Lessonplan{
  margin-top: 0;
}
@media screen and (min-width: 768px) {
  .button-block-Lessonplan{
    margin-top: 4em;
  }  
}



/* history */
.history {
  position: relative;
}
@media screen and (min-width: 768px) {
  .history::before {
    border-left: 1px solid #8cc81e;
    content: "";
    height: calc(100% - 7em);
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    width: 1px;
  }
}

.history-row {
  margin-top: 6em;
  position: relative;
}

@media screen and (min-width: 768px) {
  .history-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media screen and (min-width: 768px) {
  .history-row--left--noimg {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media screen and (min-width: 768px) {
  .history-row--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media screen and (min-width: 768px) {
  .history-row--right--noimg {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .history-row--right--noimg .history-row-content {
    padding: 0 1em 0 4em;
  }
}

@media screen and (min-width: 768px) {
  .history-row--right .history-row-content {
    padding: 0 1em 0 4em;
  }
}

@media screen and (min-width: 768px) {
  .history-row--right .history-row-img {
    padding: 0 4em 0 1em;
    text-align: right;
  }
}

@media screen and (min-width: 768px) {
  .history-row-content {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 4em 0 1em;
    width: 50%;
  }
}

.history-row-year {
  text-align: center;
}

@media screen and (min-width: 768px) {
  .history-row-year {
    background-color: #8cc81e;
    border-radius: 20px;
    color: #fff;
    font-size: 1.4rem;
    left: 50%;
    line-height: 1;
    padding: .4em 1em;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}

.history-row-ttl {
  font-weight: 700;
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .history-row-ttl {
    font-size: 1.8rem;
    margin-top: 0;
  }
}

.history-row-outline {
  margin-top: 1em;
}

.history-row-img {
  margin-top: 1em;
}

@media screen and (min-width: 768px) {
  .history-row-img {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 0;
    padding: 0 1em 0 4em;
    width: 50%;
  }
}

@media screen and (min-width: 768px) {
  .history-row-img img {
    display: inline;
    max-width: 400px;
    min-width: 300px;
  }
}

.history-end {
  margin-top: 4em;
}

@media screen and (min-width: 768px) {
  .history-end {
    text-align: center;
  }
}
/* 2022/12/15追加 */
.hero__jlpga {
  width: 20%;
  bottom: 10px;
  max-width: 85px;
  min-width: 80px;
}
.hero__jlpga-logo{
  width: 100%;
}
.hero__stepup{
  /* position: absolute; */
  bottom: 130px;
  height: 100%;
  /* width: 95%; */
  /* margin-left: 10px; */
  max-width: 430px;
  margin: 0 10px;
}
.hero__stepup-logo{
  height: 100%;
  object-fit: contain;
  width: 100%;
}
.bnr_flex{
  display: flex;
  position: absolute;
  bottom: 10px;
}
@media screen and (min-width: 768px) {
  .hero__jlpga {
    right: auto;
    left: 20px;
    padding: 20px;
    width: auto;
    bottom: 20px;
    max-width: none;
    min-width: none;
  }
  .hero__jlpga-logo{
    width: 110px;
  }
  .hero__stepup{
    height: auto;
    width: 610px;
    position: absolute;
    bottom: 20px;
    left: 190px;
    transform: none;
    max-width: none;
  }
  .hero__stepup-logo{
    height: 111.36px;
    width: auto;

  }
  }

/* 2023/3/20追加 */
/* 2023/3/20追加 */

.restaurant-menu-section {
  width: 100%;
}

.restaurant__ttl {
  margin-top: 40px;
}

.restaurant-menu-list-item a {
  align-items: center;
  background-color: #C2D92E;
  color: #333333;
  display: flex;
  font-size: 1.125em;
  justify-content: center;
  padding: calc(0.667em + 2px) 0;
  margin: 1em auto;
  position: relative;
  text-align: center;
  text-decoration: none;
  width: 100%;
  font-weight: 400;
}

.restaurant-menu-list-item a:hover {
  opacity: .5;
}

.lounge_lead{
  margin: 20px auto 10px;
}

.menu__pdf{
  padding-bottom: 4em;
  border-top: none;
}

.name,.restaurant-menu-list-item a{
  font-family: 'Yu Gothic', 'YuGothic', 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ ProN W6', 'ＭＳ Ｐ明朝', 'Osaka－等幅', 'Osaka-Mono', 'sans-serif';
}

.party__content,
.lounge__content{
  border-top: 1px solid #ddd;
  padding-top: 4em;
  padding-bottom: 4em;
}
.party__content{
  border-bottom: none;
}

  /* hotel/facilities ------------------------------ */
  @media only screen and (max-width: 767px){
    .page-block .inner {
    color: #010d1a;
}
  .facilities-items > li {
    padding: 10.66667vw 0px;
  }

  .facilities-items > li:nth-child(1) {
    padding-top: 0px;
  }
  .facilities-items > li > .inner > .image {
    width: 100%;
  }
  .facilities-items > li > .inner > .image img {
    width: 100%;
    height: auto;
  }
  .facilities-items > li > .inner .data {
    margin-top: 2.66667vw;
  }
  .facilities-items > li > .inner .data .name {
    color: #010d1a;
    font-size: 1.24em;
    line-height: 1.2em;
    font-weight: 700;
  }
  .facilities-items > li > .inner .data .text {
    margin-top: 2.66667vw;
    font-size: 1.0em;
    line-height: 1.8em;
  }
  .facilities-items > li > .inner .bottom {
    margin-top: 2.66667vw;
  }
  .facilities-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-top: 1px solid #010d1a;
    width: 100%;
  }
  .facilities-table th, .facilities-table td {
    border-bottom: 1px solid #010d1a;
    text-align: left;
    vertical-align: top;
    font-size: 1.0em;
    line-height: 1.5em;
    padding: 8px 0px;
  }
  .facilities-table th {
    padding-right: 1.5em;
    white-space: nowrap;
    width: 5%;
  }

    .restaurant-lead-block {
      margin: 0 5.3333333333vw 10.6666666667vw;
    }
    .facilities-items > li {
      padding: 10.6666666667vw 0px;
    }
    .facilities-items > li:nth-child(1) {
      padding-top: 0px;
    }
    .facilities-items > li > .inner > .image {
      width: 100%;
    }
    .facilities-items > li > .inner > .image img {
      width: 100%;
      height: auto;
    }
    .facilities-items > li > .inner .data {
      margin-top: 2.6666666667vw;
    }
    .facilities-items > li > .inner .data .name {
      color: #010d1a;
      font-size: 1.6rem;
      line-height: 1.2em;
      font-weight: 700;
    }
    .facilities-items > li > .inner .data .text {
      margin-top: 2.6666666667vw;
      font-size: 1em;
      line-height: 1.8em;
    }
    .facilities-items > li > .inner .bottom {
      margin-top: 2.6666666667vw;
    }

    .facilities-table th, .facilities-table td {
      border-bottom: 1px solid #010d1a;
      text-align: left;
      vertical-align: top;
      vertical-align: middle;
      font-size: 1em;
      line-height: 1.5em;
    }
  
}

@media screen and (min-width: 768px) {
  .restaurant-menu-list {
    display: flex;
    justify-content: space-between;
  }

  .restaurant__ttl {
    margin-top: 80px;
  }
  
  .restaurant-menu-list-item {
    width: 30%;
  }

  .restaurant-menu-list-item a {
    display: inline-block;
    font-size:1.125em;
  }

  body.restaurant .page-block > .inner {
    color: #010d1a;
  }
  .restaurant-lead-block {
    text-align: center;
    margin-bottom: 60px;
    color: #010d1a;
    line-height: 2em;
  }
  .facilities-items > li {
    padding: 28px 0px;
  }
  .facilities-items > li > .inner {
    display: flex;
    justify-content: space-between;
  }
  .facilities-items > li > .inner > .image {
    width: 50%;
  }
  .facilities-items > li > .inner > .image img {
    width: 100%;
    height: auto;
  }
  .facilities-items > li > .inner .data {
    width: 45%;
    position: relative;
    padding-bottom: 180px;
  }
  .facilities-items > li > .inner .data .name {
    color: #010d1a;
    font-size: 2.0rem;
    line-height: 1.2em;
    font-weight: 700;
    margin-bottom: 15px;
  }
  .facilities-items > li > .inner .data .text {
    font-size: 1em;
    line-height: 1.8em;
  }
  .facilities-items > li > .inner .bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
  .facilities-table {
    border: none;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
    border-top: 1px solid #010d1a;
    width: 100%;
  }
  .facilities-table th, .facilities-table td {
    border-bottom: 1px solid #010d1a;
    text-align: left;
    vertical-align: middle;
    font-size: 1em;
    line-height: 1.5em;
    padding: 8px 0px;
  }
  .facilities-table th {
    padding-left: 10px;
    padding-right: 35px;
    white-space: nowrap;
    width: 5%;
  }
}

/* calendar */
.calendar iframe {
  height: 400px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .calendar iframe {
    height: 600px;
    width: 100%;
  }
}
/* マスターズバナー追加 */
.masters-cm-item {
  position: relative;
  transition: all 0.4s;
}
.masters-cm-item:hover {
  opacity: 0.6;
}
/* .masters-cm-item::before {
  content: "";
  background: url("./assets/images/ico_play_circle_blk.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 14.5%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-size: contain;
  transition: all 0.4s;
} */

/* .masters-cm-item:hover::before {
  opacity: 0.7;
  content: "";
  background: url("./assets/images/ico_play_circle_wht.svg");
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 14.5%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  background-size: contain;
  transition: all 0.4s;
} */
.masters-cm-list a:hover{
  opacity: 1;
}

/* 英語ページ追加 */
.en-pg{
  font-family: 'Spectral','Yu Gothic', 'YuGothic', 'Sawarabi Mincho', serif, 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ ProN W6', 'ＭＳ Ｐ明朝', 'Osaka－等幅', 'Osaka-Mono', 'sans-serif';
  word-break: break-word;
}
.en-section-title {
  width: 100%;
}
.en-section-title h2 {
  color: #EC6C00;
  text-align: center;
  font-family: 'Spectral','Yu Gothic', 'YuGothic', 'Sawarabi Mincho', serif, 'Meiryo', 'メイリオ', 'Hiragino Kaku Gothic Pro W6', 'ヒラギノ角ゴ ProN W6', 'ＭＳ Ｐ明朝', 'Osaka－等幅', 'Osaka-Mono', 'sans-serif';
  font-size: 18px;
  font-weight: 500;
}
.en-section-title h2.border-lr {
  display: flex;
  align-items: center;
  gap: 5px;
}
.en-section-title h2.border-b::after {
  content: "";
  margin: 8px auto 0;
  display: block;
  width: 10px;
  height: 1px;
  background-color: #EC6C00;
}
.en-section-title h2.border-lr::before,.en-section-title h2.border-lr::after {
  content: '';
  display: inline-block;
  width: auto;
  height: 1px;
  background-color: #EC6C00;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .en-section-title h2 {
    font-size: 28px;
  }
  .en-section-title h2.border-b::after {
    margin: 11px auto 0;
    width: 21px;
  }
}
/* en lead */
.en-lead-container{
  margin: 38px auto 0;
  width: 92%;
}
.en-lead-text {
  margin-top: 18px;
}
.en-lead-text p {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .en-lead-container{
    width: 60.41%;
    max-width: 1160px;
  }
  .en-lead-text {
    margin-top: 24px;
  }
  .en-lead-text p {
    font-size: 16px;
  }
}
/* en course */
.en-course-container {
  padding-top: 55px;
  margin: 0 auto;
  width: 92%;
}
.en-course-block {
  margin-top: 18px;
}
.en-course-block .text > p{
  font-size: 14px;
}
.en-course-block .image {
  margin-top: 18px;
}
.en-course-block .link{
  text-align: center;
}
.en-course-block .link > a{
  font-family: 'Spectral','Yu Gothic';
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  color: #999999;
  font-size: 14px;
}
.en-course-block .link > a > span{
  display: inline-block;
  padding: 6px 20px 4px;
  line-height: 1;
}
.en-course-block .link > a::before,.en-course-block .link > a::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 1px;
  background-color: #999999;
}
@media screen and (min-width: 768px) {
  .en-course-container {
    padding-top: 96px;
    margin: 0 auto;
    width: 60.41%;
    max-width: 1160px;
  }
  .en-course-block{
    margin-top: 64px;
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .en-course-block .text {
    width: 45.68%;
    display: flex;
    flex-direction: column;
  }
  .en-course-block .text > p{
    font-size: 16px;
  }
  .en-course-block .image {
    margin-top: 0;
    width: 51.55%;
  }
  .en-course-block .image > img {
    height: 100%;
    object-fit: cover;
  }
  .en-course-block .link{
    margin-top: auto;
    text-align: end;
  }
}
/* en hotel */
.en-hotel-container {
  padding-top: 55px;
  margin: 0 auto;
  width: 92%;
}
.en-hotel-block {
  margin-top: 18px;
}
.en-hotel-block .image {
  margin-top: 18px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.en-hotel-block .image .item {
  width: 48.4%;
}
@media screen and (min-width: 768px) {
  .en-hotel-container {
    padding-top: 96px;
    margin: 0 auto 0;
    width: 60.41%;
    max-width: 1160px;
  }
  .en-hotel-block {
    margin-top: 64px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .en-hotel-block .text {
    width: 45.68%;
    width: 100%;
  }
  .en-hotel-block .image {
    margin-top: 48px;
    width: 51.71%;
    width: 100%;
  }
}
/* en facility */
.en-facility-container {
  padding-top: 55px;
  margin: 0 auto;
  width: 92%;
}
.en-facility-lead {
  margin-top: 18px;
}
.en-facility-lead > p {
  font-size: 14px;
}
.en-facility-slide-container {
  margin-top: 18px;
}
.en-facility-slide .slick-slide {
  padding-right: 14px;
}
.en-facility-slide .en-facility-slide-item .image {
  aspect-ratio: 629/315;
}
.en-facility-slide .en-facility-slide-item .image > img {
  height: 100%;
  object-fit: cover;
}
.en-facility-slide .en-facility-slide-item .desc {
  padding: 8px 0 6px 12px;
  background-color: #000;
  color: #fff;
  font-size: 12px;
  font-family: 'Spectral','Yu Gothic';
}
.en-facility-container-list {
  padding: 14px 12px;
  background-color: #F0F0F0;
}
.en-facility-container-listBlock {
  margin: 23px auto 0;
  width: 92%;
}
.en-facility-container-list .title {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 16px;
}
.en-facility-container-list .title>h3 {
  font-size: 14px;
}
.en-facility-container-list .title::after {
  content: "";
  display: inline-block;
  height: 1px;
  background-color: #000;
  flex-grow: 1;
}
.en-facility-container-list .containerBlock {
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  width: 100%;
}
.en-facility-container-list .containerBlock .list {
  margin: 0 24px 0 0;
}
.en-facility-container-list .containerBlock .list-item-txt {
  padding-left: 15px;
  text-indent: -15px;
}
.en-facility-container-list .containerBlock li {
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .en-facility-container {
    padding-top: 96px;
    margin: 0 auto 0;
    width: 60.41%;
    max-width: 1160px;
  }
  .en-facility-lead {
    margin-top: 64px;
  }
  .en-facility-lead > p {
    font-size: 16px;
  }
  .en-facility-slide .en-facility-slide-item .desc {
    padding: 12px 0 12px 24px;
    font-size: 16px;
  }
  .en-facility-slide-container {
    margin-top: 48px;
  }
  .en-facility-container-listBlock {
    margin: 80px auto 0;
    width: 60.41%;
    max-width: 1160px;
  }
  .en-facility-container-list {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    padding: 48px 80px;
  }
  .en-facility-container-list .title {
    width: 19.2%;
    justify-content: space-between;
  }
  .en-facility-container-list .title::after {
    flex-grow: 0;
    width: 1px;
    height: 100%;
  }
  .en-facility-container-list .title>h3 {
    font-size: 24px;
  }
  .en-facility-container-list .containerBlock {
    margin-top: 0;
    width: 70.7%;
  }
  .en-facility-container-list .containerBlock .list,.en-facility-container-list .containerBlock .list-item {
    margin-right: 120px;
  }
  .en-facility-container-list .containerBlock .list-item:nth-of-type(2) {
    margin-right: 0;
  }
  .en-facility-container-list .containerBlock .list.flexList {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin-right: 0;
  }
  .en-facility-container-list .containerBlock li{
    font-size: 16px;
  }
}
/* en access */
.en-access-container,.en-access-container-map {
  padding-top: 55px;
  margin: 0 auto;
  width: 92%;
}
.en-access-container-map {
  padding-top: 36px;
}
.en-access-container-title {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-align: center;
  font-size: 18px;
  font-family: 'Spectral','Yu Gothic';
  gap: 16px;
}
.en-access-container-title::before,.en-access-container-title::after {
  content: "";
  display: inline-block;
  width: auto;
  height: 1px;
  flex-grow: 1;
  background-color: #DDDDDD;
}
.en-access-container-map .map {
  margin: 0;
  padding: 0;
}
.en-access-container-map .map-desc {
  text-align: center;
  font-size: 14px;
}
.en-access-container-map .map-image {
  margin-top: 18px;
}
.en-access-container-car, .en-access-container-train, .en-access-container-bus {
  width: 92%;
}
.en-access-container-car {
  margin: 25px auto 0;
}
.en-access-container-train, .en-access-container-bus {
  margin: 36px auto 0;
  border-top: solid 1px #ddd;
  padding-top: 30px;
}
.en-access-container-car>h3, .en-access-container-train>h3, .en-access-container-bus>h3 {
  color: #EC6C00;
  text-align: center;
  font-size: 14px;
}
.en-access-container-car .txt-block, .en-access-container-train .txt-block, .en-access-container-bus .txt-block {
  margin-top: 30px;
}
.en-access-container-car .txt-block .desc, .en-access-container-train .txt-block .desc, .en-access-container-bus .txt-block .desc {
  font-size: 14px;
}
.en-access-container-car .txt-block .desc.ind-3, .en-access-container-train .txt-block .desc.ind-3, .en-access-container-bus .txt-block .desc.ind-3 {
  text-indent: -43px;
  padding-left: 43px;
}
.en-access-container-car .txt-block .notes, .en-access-container-train .txt-block .notes, .en-access-container-bus .txt-block .notes {
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .en-access-container-title {
    font-size: 24px;
    gap: 32px;
  }
  .en-access-container,.en-access-container-map {
    padding-top: 96px;
    margin: 0 auto 0;
    width: 60.41%;
    max-width: 1160px;
  }
  .en-access-container-map {
    margin: 0 auto 0;
  }
  .en-access-container-map .map-desc {
    font-size: 16px;
  }
  .en-access-container-map .map-image {
    margin-top: 32px;
  }
  .en-access-container-car, .en-access-container-train, .en-access-container-bus {
    width: 60.41%;
    max-width: 1160px;
  }
  .en-access-container-car {
    margin: 58px auto 0;
  }
  .en-access-container-car>h3, .en-access-container-train>h3, .en-access-container-bus>h3 {
    font-size: 16px;
  }
  .en-access-container-car .txt-block .desc, .en-access-container-train .txt-block .desc, .en-access-container-bus .txt-block .desc {
    text-align: center;
    font-size: 16px;
  }
  .en-access-container-car .txt-block .desc.ind-3, .en-access-container-train .txt-block .desc.ind-3, .en-access-container-bus .txt-block .desc.ind-3 {
    text-indent: 0;
    padding-left: 0;
  }
  .en-access-container-car .txt-block .notes, .en-access-container-train .txt-block .notes, .en-access-container-bus .txt-block .notes {
    margin-top: 10px;
    text-align: center;
    font-size: 14px;
  }
}
/* en contact */
.en-contact-container {
  padding-top: 55px;
  padding-bottom: 55px;
  margin: 0 auto;
  width: 92%;
}
.en-contact-container-title {
  padding-top: 27px;
  border-top: solid 1px #000;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}
.en-contact-container .lead {
  margin-top: 18px;
  font-size: 14px;
}
.en-contact-container .contactBlock {
  margin-top: 25px;
}
.en-contact-container .contactBlock-item {
  margin-top: 10px;
}
.en-contact-container .contactBlock-item>a, .en-contact-container .contactBlock-item>div {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.en-contact-container .contactBlock-item>a>img, .en-contact-container .contactBlock-item>div>img {
  width: 24px;
}
.en-contact-container .contactBlock-item>a>p, .en-contact-container .contactBlock-item>div>p {
  padding-left: 8px;
  font-size: 14px;
}
@media screen and (min-width: 768px) {
  .en-contact-container {
    padding-top: 96px;
    margin: 0 auto 124px;
    width: 60.41%;
    max-width: 1160px;
  }
  .en-contact-container-title {
    padding-top: 64px;
    font-size: 36px;
  }
  .en-contact-container .lead {
    margin-top: 24px;
    text-align: center;
    font-size: 16px;
  }
  .en-contact-container .contactBlock {
    margin: 64px auto 0;
    max-width: 800px;
    display: flex;
  justify-content: space-between;
  }
  .en-contact-container .contactBlock-item>a>img, .en-contact-container .contactBlock-item>div>img {
    width: 48px;
  }
}
.splide__arrow.splide__arrow--prev,.splide__arrow.splide__arrow--next{
  /* background-color: transparent; */
}
.splide__arrow.splide__arrow--prev svg,.splide__arrow.splide__arrow--next svg{
  fill: #050505;
  /* fill: #EC6C00; */
}
.splide__arrow.splide__arrow--prev{
  left: 4%;
  transform: translate(-50%,-50%);
}
.splide__arrow.splide__arrow--next{
  transform: translate(50%,-50%);
  right: 12.13%;
}
@media screen and (min-width: 768px) {
  .splide__arrow.splide__arrow--prev{
    left: 19.79%;
  }
  .splide__arrow.splide__arrow--next{
    right: 14.27%;
  }
}

.news--single__content .w-100 iframe{
  aspect-ratio: 16/9 !important;
  width: 100% !important;
  height: auto !important;
}
@media screen and (min-width: 768px) {
  .news--single__content .w-100 iframe{
    width: 75% !important;
    height: auto !important;
  }
}