@charset "utf-8";
/* ==================================================================
 *  kurosebg/css/bundle.css
 *  以下を読み込み順のまま連結。中身は1文字も変更していません。
 *  共通の reset.css は別読み込みのため含みません。
 *
 *    1. css/topslider.css
 *    2. css/style.css
 *    3. css/accordion.css
 *    4. css/parts.css
 *    5. css/layout.css
 *    6. css/popup.css
 *    7. ../css/common-spk/access.css
 *    8. css/responsive.css
 * ================================================================== */

/* ---------- ここから css/topslider.css ---------- */
/* Slider */
.slick-slider {
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list {
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}

.slick-list:focus {
    outline: none;
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}

.slick-track:before,
.slick-track:after {
    display: table;

    content: '';
}

.slick-track:after {
    clear: both;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
}

.slick-slide.slick-loading img {
    display: none;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;

    height: auto;

    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}


/*==================================================
スライダーのためのcss
===================================*/

#topMain {
    margin: 0;
    padding: 0;
    line-height: 0;
    overflow: hidden;
    width: 100%;
    height: 90vh;
    position: relative;
    z-index: -1;
}

/* #topMain::before {
	content: '';
	position: fixed;
	top: 0;
	right: 0;
	z-index: -1;
	width: 75%;
	height: 80%;
	background-size: cover;
	border-radius: 0 0 0 50px;
}  */

/* 各スライドのサイズ */
.sliderTop .sliderImg,
.sliderBottom .sliderImg {
    width: 100%;
    height: 40vh;
    /* 上下でちょうど半分ずつ */
    background-repeat: no-repeat;
    background-size: auto 200%;


    /* 高さを要素の2倍に → ちょうど半分が見える */
}

/* 原点を揃える：上段＝上基準、下段＝下基準 */
.sliderTop .sliderImg {
    background-position: right top;

}

.sliderBottom .sliderImg {
    background-position: right bottom;

}

/* 画像の割り当て（ペアごとに同じ画像） */
.pair01 {
    background-image: url(../img/img_01.jpg);

}

.pair02 {
    background-image: url(../img/img_02.jpg);

}

.pair03 {
    background-image: url(../img/img_03.jpg);

}

.pair04 {
    background-image: url(../img/img_04.jpg);
}
/* ---------- ここまで css/topslider.css ---------- */

/* ---------- ここから css/style.css ---------- */
/* レイアウトのためのCSS */

body {
  font-family: "M PLUS 1", sans-serif;
  color: #333;
  font-size: 1rem;
  line-height: 1.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  word-wrap: break-word;
}

.roboto {
  font-family: "Roboto", sans-serif;
  font-weight: weight;
}

/* * {
  outline: 1px solid magenta;
} */

:root {
  --main: rgb(254, 235, 219);
  --closebtn: #6b422e;
  --taxtableth: #e18e65;
  --sub: #faba99;
  --bg-light: #f7f7f7;
  --text-dark: #333;
}

a {
  color: #333;
}

img {
  width: 100%;
}

/* font-family */

.topText,
h1,
h2,
h3 span,
#g-nav,
#headerNavPC,
.openbtn,
#footer {

  letter-spacing: 0.2em;
}

/* header */

#header {
  position: fixed;
  /*header固定*/
  top: 30px;
  left: 0;
  height: 10%;
  /*Headerの高さ設定*/
  width: 80%;
  border-radius: 0 50px 50px 0;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
  z-index: 9;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 50px;
  background: #fff;
}


#header h1 {
  display: flex;
  align-items: center;
  /* 画像だけ中央に寄せる */
}

#header h1 img {
  display: block;
  /* 画像下の余白を消す */
  width: 150%;
  /* 親サイズに合わせる */
  height: auto;
}



/*headerNavPC*/

#headerNavPC span.bgLRextend::before {
  background: #333;
}


@media screen and (max-width: 880px) {
  #headerNavPC {
    display: none;
  }
}


.headerNavList {
  font-size: 70%;

}



#headerNavPC ul {
  list-style: none;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
}

#headerNavPC ul li {
  font-size: 16px;
}

#headerNavPC li a {
  display: block;
  text-decoration: none;
  color: #676767;
  padding: 0 40px;
  transition: all 0.5s;
  line-height: 1.3;

}

#headerNavPC li.current a,
#headerNavPC li a:hover {
  color: #1f60e2;
  font-weight: 900;
  transform: scale(1.1);
}



/*===========================================================*/
/*ハンバーガーメニューここから*/
/*===========================================================*/
/* nav */

#g-nav {
  animation-delay: .3s;
  position: relative;
  z-index: 4;
  display: none;
  /*hoverした際に出るパネルをsliderよりも前面に出す*/
}

#g-nav ul li a:hover {
  color: #B25938;
}

#g-nav ul li a::after {
  content: "/";
  padding: 0 10px 0 20px;
}

#g-nav ul ul li a::after {
  content: "";
  padding: 0;
}

@media screen and (max-width: 880px) {
  #g-nav ul li a::after {
    content: "";
    padding: 0;
  }

  #g-nav ul li a:hover {
    color: #fff;
  }
}




#g-nav ul {
  /*2階層目の基点にするためrelativeを指定*/
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 0 50px 0;
}

/*2階層目以降は横並びにしない*/
#g-nav ul ul {
  display: block;
  margin: 0;
}

/*ナビゲーションのリンク設定*/
#g-nav ul li a {
  /*矢印の基点にするためrelativeを指定*/
  position: relative;
  display: block;
  text-decoration: none;
  color: #999;
  padding: 10px;
  transition: all .3s;
}


#g-nav ul li a:hover {
  color: #fff;
}

/*==矢印の設定*/

/*2階層目を持つliの矢印の設定*/

#g-nav ul li.has-child>a::before {
  content: '';
  position: absolute;
  left: -5px;
  top: 18px;
  width: 6px;
  height: 6px;
  border-top: 2px solid #999;
  border-right: 2px solid #999;
  transform: rotate(135deg);
}

/*==2階層目以降の画像設定*/

#g-nav ul li.has-child img {
  max-width: 100%;
  height: auto;
  transition: all .5s;
  vertical-align: bottom;
}

/*hoverしたら画像拡大*/
#g-nav ul li.has-child img:hover {
  transform: scale(1.2);
}

#g-nav ul li.has-child dt {
  overflow: hidden;
  height: 12vh;
  border-radius: 10px 10px 0 0;
}

#g-nav ul li.has-child dd {
  background: #fff;
  padding: 10px 0;
  text-align: center;
  border-radius: 0 0 10px 10px;
}

@media screen and (max-width: 1220px) {
  #g-nav ul li.has-child dt {
    height: 10vh;
  }
}

/*== 2層目の設定 */

#g-nav li.has-child ul {
  /*絶対配置で位置を指定*/
  position: absolute;
  left: 5%;
  top: 58px;
  z-index: 4;
  /*子要素を横並びに*/
  display: none;
  justify-content: space-around;
  flex-wrap: wrap;
  /*形状を指定*/
  background: #6ea924;
  width: 90%;
  border-radius: 10px;
  /*はじめは非表示*/
  visibility: hidden;
  opacity: 0;
  /*アニメーション設定*/
  transition: all .3s;
  padding: 10px 0;
}

/*hoverしたら表示*/
#g-nav li.has-child:hover>ul {
  display: flex;
  visibility: visible;
  opacity: 1;
}

/*各ナビゲーション横幅*/
#g-nav li.has-child ul li {
  width: 18%;
}

/*ナビゲーションaタグの形状*/
#g-nav li.has-child ul li a {
  color: #333;
}

/*ナビ内ロゴ*/

#g-nav p {
  display: none;
}

/*==768px以下の形状*/
@media screen and (max-width: 880px) {

  #g-nav p {
    display: block;
    margin: 30px auto 0 auto;
    width: 80px;
  }

  #g-nav ul {
    display: block;
    margin: 0;
  }

  #g-nav li.has-child ul {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    visibility: visible;
    /*JSで制御するため一旦表示*/
    opacity: 1;
    /*JSで制御するため一旦表示*/
    display: none;
    /*JSのslidetoggleで表示させるため非表示に*/
    transition: none;
    /*JSで制御するためCSSのアニメーションを切る*/
    border-radius: 0;
    padding: 0;
    /* スマホ表示用。線の残像を消す*/
    transform: translate3d(0, 0, 0);
  }

  #g-nav ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
  }

  nav li.has-child:hover>ul {
    display: none;
  }

  #g-nav li.has-child ul li {
    width: 100%;
    text-align: left;
  }

  #g-nav li.has-child ul li dl {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  #g-nav li.has-child ul li dt {
    width: 30%;
    height: auto;
    margin: 0;
    border-radius: 0;
  }

  #g-nav li.has-child ul li dd {
    width: 64%;
    border-radius: 0;
    background: transparent;
    padding: 0;
    text-align: left;
    color: #fff;
  }

  #g-nav ul li.has-child img {
    border-radius: 0;
  }

  #g-nav ul li a {
    padding: 10px 20px 10px 40px;
    color: #fff;
  }

  #g-nav ul li a:hover {
    color: #fff;
  }

  #g-nav ul li li a {
    padding: 0;
  }

  /*矢印の位置と向き*/

  #g-nav ul li.has-child>a::before {
    top: 17px;
    left: 20px;
    transform: rotate(135deg);
  }

  #g-nav ul li.has-child.active>a::before {
    transform: rotate(-45deg);
  }
}

/*==================================================
 /*機能編 5-1-22 クリックしたら円形背景が拡大（左上から）*/
/*===================================*/
@media screen and (max-width: 880px) {
  #g-nav {
    display: none;
  }

  /*アクティブになったエリア*/
  #g-nav.panelactive {
    display: block;
    /*position:fixed;にし、z-indexの数値を大きくして前面へ*/
    position: fixed;
    z-index: 99;
    top: 0;
    width: 100%;
    height: 100vh;
  }

  /*丸の拡大*/
  .circle-bg {
    position: fixed;
    z-index: 5;
    /*丸の形*/
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background: #436cb4;
    /*丸のスタート位置と形状*/
    transform: scale(0);
    /*scaleをはじめは0に*/
    right: 30px;
    top: 30px;
    transition: all .6s;
    /*0.6秒かけてアニメーション*/
  }

  .circle-bg.circleactive {
    transform: scale(50);
    /*クラスが付与されたらscaleを拡大*/
  }

  /*ナビゲーションの縦スクロール*/
  #g-nav-list {
    opacity: 0;
    /*はじめは表示なし*/
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 5;
    width: 100%;
    height: 100vh;
    margin-top: 200px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  #g-nav.panelactive #g-nav-list {
    opacity: 1;
    /*クラスが付与されたら出現*/
  }

  /*ナビゲーション*/
  #g-nav ul {
    opacity: 0;
    /*はじめは透過0*/
    width: 90%;
    margin: 0 auto 60px auto;
  }

  #g-nav ul ul {
    margin: 0;
  }


  /*背景が出現後にナビゲーションを表示*/
  #g-nav.panelactive ul {
    opacity: 1;
  }

}

/*==================================================
　機能編 5-2-4	MENUがCLOSEに
===================================*/

.openbtn {
  display: none;
}

@media screen and (max-width: 880px) {

  /*ボタン外側*/
  .openbtn {
    display: block;
    position: fixed;
    top: 32px;
    right: 30px;
    z-index: 999;
    /*ボタンを最前面に*/
    cursor: pointer;
    width: 70px;
    height: 70px;
    background: #436cb4;
    border-radius: 50%;
  }

  /*ボタン内側*/
  /* .openbtn span {
    display: inline-block;
    transition: all .5s;

    position: absolute;
    left: 16px;
    height: 2px;
    border-radius: 5px;
    background: #fff;
    width: 45%;
  } */


  /* .openbtn span:nth-of-type(1) {
    top: 13px;
  }

  .openbtn span:nth-of-type(2) {
    top: 19px;
  }

  .openbtn span:nth-of-type(3) {
    top: 25px;
  } */

  .openbtn span:nth-of-type(3)::after {
    content: "Menu";
    /*3つ目の要素のafterにMenu表示を指定*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 1.2em;
    text-transform: uppercase;
  }

  /*activeクラスが付与されると線が回転して×になり、Menu⇒Closeに変更*/
  /* 
  .openbtn.active span:nth-of-type(1) {
    top: 14px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .openbtn.active span:nth-of-type(2) {
    opacity: 0;
  }

  .openbtn.active span:nth-of-type(3) {
    top: 26px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  } */

  .openbtn.active span:nth-of-type(3)::after {
    content: "Close";
    /*3つ目の要素のafterにClose表示を指定*/
    /* transform: translateY(0) rotate(-45deg); */
    /* top: 5px;
    left: 4px; */
  }

}

/*==================================================
/* ハンバーガーmenuボタン　*/
/*===================================*/

.pushcircle {
  /*周囲の線の起点とするためrelativeを指定*/
  position: relative;
  /*円の形状*/
  outline: none;
  /*天地中央にテキストを配置*/
  display: flex;
  align-items: center;
  justify-content: center;
}

/*内側の線*/
.pushcircle:after {
  content: "";
  /*絶対配置で線の位置を決める*/
  position: absolute;
  top: 50%;
  left: 50%;
  /*線の形状*/
  width: 90%;
  height: 90%;
  border-radius: 10px;
  transform: translate(-50%, -50%) scale(1.1);
  /*アニメーションの指定*/
  transition: .3s ease;
}

.sub-btn-list li:first-child a {
  background: #6ea924;
}

.sub-btn-list li:last-child a {
  background: #457703;
}

.sub-btn-list li:first-child a.pushcircle:after {
  border: 1px solid #6ea924;
}

.sub-btn-list li:last-child a.pushcircle:after {
  border: 1px solid #457703;
}

/*hoverをしたら枠線が小さくなる*/
.sub-btn-list li:first-child a.pushcircle:hover:after,
.sub-btn-list li:last-child a.pushcircle:hover:after {
  transform: translate(-50%, -50%) scale(1);
  border-color: rgba(255, 255, 255, 0.8);
}

/*===========================================================*/
/*ハンバーガーメニュー予定ここまで*/
/*===========================================================*/

/* event */
.spSlider {
  height: auto;
}

.spSlider img {
  width: 100%;
  height: auto;
  display: block;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.spSlider .slick-slide {
  padding: 0 30px;
  /*スライド左右の余白調整*/
}


/* =========================================
   画像ラッパ＆ズーム演出
========================================= */
.zoomOut .mask {
  display: block;
  height: auto;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
}









/* lets enjoy sports のところ*/

.topText {
  position: fixed;
  z-index: 2;
  top: 40%;
  left: 40%;
  transform: translate(-40%, -40%);
  text-align: center;
  font-size: 5em;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: "BBH Sans Bogle", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.topText span.bgLRextend::before {
  background: #333;
}

@media screen and (max-width: 550px) {
  .topText {
    font-size: 2.2rem;
  }
}

@media screen and (max-width: 550px) {
  .topText {
    font-size: 1.8rem;
  }
}


/* main-area */

#main-area h2 {
  padding-top: 70px;
  padding-bottom: 70px;
  text-align: center;
  text-transform: uppercase;
  font-size: 3rem;
  font-family: "Bruno Ace SC", sans-serif;
  font-weight: 400;
  font-style: normal;
}

@media screen and (max-width: 880px) {

  #main-area h2 {
    font-size: 2rem;
  }
}

/* basicinfo */
#basicinfo {
  background: #fff;
  padding-bottom: 90px;
  width: 70%;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  transform: translate3d(0, 0, 0);
}

#basicinfo .tab li {
  flex-basis: 48%;
}



/*ニュース1行の周りの余白*/

#NewsContainer {
  width: 75vw;
  margin: 0 auto;
  padding: 80px;
}

.news li {
  display: block;
  background: #fff;
  padding: 30px;
  border-left: 30px solid var(--sub);
}

/*日付*/
.news span {
  display: inline-block;
  font-size: 0.8rem;
  margin-right: 10px;
  color: #777;
}

/*768px以下の見た目 ※1行のままにしたい場合は不要　*/


#event,
#using,
#faq,
#contact {
  padding-top: 150px;
}

#using .usingTab {
  background: #fff;
  margin-top: 100px;
  width: 80%;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  transform: translate3d(0, 0, 0);
}

#using .usingTab li {
  flex-basis: 20%;

}

#using .usingTab li img {
  width: 100%;
  border-radius: 50%;
  transition-duration: 0.3s;
  transform: scale(1);
  transition: .3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}

#using .usingTab li img:hover {
  border-radius: 10%;
  transition-duration: 0.3s;


}

.infoArea {
  display: none;
  /*はじめは非表示*/
  opacity: 0;
  /*透過0*/
  background: #daeaff;
  border-radius: 15px;
  padding: 50px 0;
  width: 65%;
  margin: 100px auto;
}

.infoArea h3 {
  font-size: 26px;
  padding: 10px 40px;
  background-color: #fff;
  width: 40%;
}



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

@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* 料金表 */
.taxTable {
  border-collapse: collapse;
  width: 90%;
  margin: 40px auto;
  text-align: center;
}

.taxTableTh {
  color: #fff;
  background-color: var(--taxtableth);
  margin-bottom: 1vh;
  font-size: 1.2em;
}


.taxTableTh tr th {
  padding: 20px;
  border: 2px solid rgb(255, 255, 255);
}

.taxTableTb tr td {
  border: 2px solid rgb(255, 255, 255);
  padding: 20px 5px 20px 5px;
  line-height: 1.2;
}

.taxTableTbTr {
  background-color: rgba(170, 167, 167, 0.1);
}

.taxTableTbTr2 {
  background-color: rgba(170, 167, 167, 0.2);
}

.subText {
  font-size: 14px;
  display: inline-block;
  padding: 3px 20px;
  margin-left: 30px;
  background-color: #fff;
  border-radius: 20px;
  color: var(--taxtableth);
}

/* popup施設料金表のところ */

.taxTableInfo {
  border-collapse: collapse;
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.mtgroom1 {
  background-color: #fff;
}

.mtgroom2 {
  background-color: #1f60e2;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 20px;
  margin-bottom: 10px;
}

/*タイムライン全体の設定*/
.maininfoArea {
  flex-basis: 45%;

  margin: 50px auto;
  padding: 0 30px;
}

.maininfoArea li {
  /*線の起点とするためrelativeを設定*/
  position: relative;
  list-style: none;
  padding: 0 0 20px 0;
}

.maininfoArea dl {
  margin: 0 0 20px 3em;
}

.maininfoArea dt {
  font-size: 55px;
  vertical-align: top;
}

.maininfoArea dd {
  font-size: 24px;
}


/*絶対配置で線を設定*/
.borderLine {
  /*線の位置*/
  position: absolute;
  left: 0.5em;
  top: 40px;
  width: 4px;
  /*線の太さ*/
  height: 0;
  /*はじめは高さを0に*/
  background: #666;
}

/*タイムラインの見出し横の丸の位置と形状*/
.maininfoArea li::before {
  content: '';
  position: absolute;
  top: 40px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #666;
  border-radius: 50%;
}

.maininfoArea li::after {
  content: '';
  position: absolute;
  bottom: -60px;
  left: 0;
  width: 20px;
  height: 20px;
  background: #666;
  border-radius: 50%;
}

/* =========================
   タブ本体
   ========================= */

.tabArea {
  flex-basis: 55%;
  margin: 50px auto;
  padding: 0 30px;
}

/* タブ見出し（料金表 / 今月の予約表） */
.tab {
  display: flex;
  justify-content: space-between;
  list-style: none;
  margin: 0;
  padding: 0;
}



/* タブ内のアイコン画像 */
.tab li a img {
  width: 20%;
  margin-right: 5px;
  vertical-align: middle;
}

/* liに.activeが付いたとき（JSで制御） */
.tab li.active a {
  transition: all 0.8s ease-out 0ms;
}


/*== 下線が伸びて背景に変わる　*/

.tabBtn {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #5c5c5c;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  font-size: 24px;
}

/*テキストの設定*/
.tabBtn span {
  /*テキストを前面に出すためz-indexの値を高く設定*/
  position: relative;
  z-index: 2;
}

.tabBtn:hover span {
  color: #121212;
}

/*線の設定*/
.tabBtn::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: 0;
  /*線の形状*/
  background: var(--main);
  width: 100%;
  height: 3px;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

/*線が伸びて背景に*/
.tabBtn:hover::after {
  height: 100%;
  border-radius: 20px 20px 0 0;
}

/* aタグ共通ボタンスタイル */



/* =========================
   「線 → 塗り」アニメーション
   ========================= */

.borderbottom::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  width: 100%;
  height: 0;
  background-color: var(--main);
  transition: all 0.3s;
}

/* hoverすると下から上に背景が伸びる */
.borderbottom:hover::before {
  height: 100%;
}

#tax,
#Schedule {
  border-bottom: 3px solid var(--main);
}

/* =========================
   カレンダー画像エリア
   ========================= */

.calendar {
  width: 90%;
  height: 600px;
  margin: 0 auto;
  overflow: hidden scroll;
}

/* =========================
   タブ切り替え対象エリア
   ========================= */

.area {
  display: none;
  /* 最初は非表示 */
  opacity: 0;
  /* アニメーション用に透明から開始 */
  padding: 50px 20px;

}

/* JSで .is-active を付けて表示 */
.area.is-active {
  display: block;
  animation-name: displayAnime;
  animation-duration: 0.8s;
  animation-fill-mode: forwards;

}

/* ふわっと表示するアニメーション */
@keyframes displayAnime {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

/* =========================
   料金表アコーディオン全体
   ========================= */

.accordionTax {
  list-style: none;
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

.accordionTax>li {
  margin-bottom: 10px;
}

/* 開いているときは「＋」を「−」にする用 */
.accordionTax>li.is-open .accordionTax-q-icon::after {
  transform: rotate(0deg);
}

/* =========================
     見出し部分（ボタン）
     ========================= */

.accordionTax-q button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
  background-color: var(--main);
  border-radius: 10px;
  padding: 20px;
}



/* タイトルテキスト（「プール利用について」など） */
.accordionTax-q-content {
  display: block;
  font-weight: 400;
  line-height: 1.6;
}

.accordionTax-q-content img {
  width: 8%;
  margin-right: 10px;
  vertical-align: middle;
}

@media print,
(min-width: 880.02px) {
  .accordionTax-q-content {
    font-size: 20px;
  }
}

/* =========================
     ＋ アイコン
     ========================= */

.accordionTax-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);

}

@media print,
(min-width: 880.02px) {
  .accordionTax-q-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}

@media screen and (max-width: 880px) {
  .accordionTax-q-icon {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}


/* =========================
     開閉エリア
     ========================= */

.accordionTax-a {
  display: none;
  /* JSでblockに切り替え */
  overflow: hidden;
}


@media print,
(min-width: 880.02px) {
  .accordionTax-a-inner {
    padding: 5px 0 30px;
  }
}

@media screen and (max-width: 880px) {
  .accordionTax-a-inner {
    padding: 5px 0 25px;
  }
}

.accordionTax-a-body {
  position: relative;
}

@media print,
(min-width: 880.02px) {
  .accordionTax-a-content p {
    font-size: 18px;
    line-height: 1.8;
  }
}

@media screen and (max-width: 880px) {
  .accordionTax-a-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}

@media print,
(min-width: 880.02px) {
  .accordionTax-a-content p:first-child {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 880px) {
  .accordionTax-a-content p:first-child {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}

@media print,
(min-width: 880.02px) {
  .accordionTax-a-content p+p {
    margin-top: 25px;
  }
}

@media screen and (max-width: 880px) {
  .accordionTax-a-content p+p {
    margin-top: 20px;
  }
}



/*# sourceMappingURL=accordionTax.css.map */


.pdfDown {
  margin: 30px auto;
  text-align: center;
}

.btnchangeline {
  /*線の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  color: #333;
  padding: 10px 30px;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.3s ease-in-out;
}

/*線の設定*/
.btnchangeline::before {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*線の形状*/
  width: 100%;
  height: 100%;
  border-top: 1px solid #666;
  border-bottom: 1px solid #666;
  /*はじめは透過0に*/
  opacity: 0;
  transform: scale(0, 1);
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*背景の設定*/
.btnchangeline::after {
  content: '';
  /*絶対配置で背景の位置を決める*/
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  /*背景の形状*/
  width: 100%;
  height: 100%;
  background-color: #333;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際の背景と線の形状*/
.btnchangeline:hover::before {
  opacity: 1;
  /*不透明に*/
  transform: scale(1, 1);
  /*X方向に線を伸ばす*/
}

.btnchangeline:hover::after {
  opacity: 0;
  /*透過0に*/
  transform: scale(0, 1);
  /*X方向に背景を縮小*/
}

/*テキストの設定*/
.btnchangeline span {
  /*テキストを前面に出すためz-indexの値を高く設定*/
  position: relative;
  z-index: 2;
  /*テキストの形状*/
  color: #fff;
  /*アニメーションの指定*/
  transition: all 0.3s;
}

/*hoverした際のテキストの形状*/
.btnchangeline:hover span {
  letter-spacing: 2px;
  color: #333;
}


/* ボタン共通設定 */
.btn03 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  text-decoration: none;
  display: block;
  text-align: center;
  background: transparent;
  width: 65%;
  margin: 0 auto;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}

/*hoverをした後のボタンの形状*/
.btn03:hover {
  border-color: transparent;
}

/*ボタンの中のテキスト*/
.btn03 span {
  position: relative;
  z-index: 2;
  /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 10px 30px;
  background: var(--main);
  border-radius: 25px;
  color: #333;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}

/*影の設定*/
.pushdown:before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 0;
  /*影の形状*/
  width: 100%;
  height: 100%;

}

/*hoverの際にY軸に4pxずらす*/
.pushdown:hover span {
  background-color: #3d61da;
  color: #fff;
  transform: translateY(4px);
}


/* floorMap レスポンシブ */
#floorMap .floorMapArea .floorList {
  display: none;
}

#floorMap .floorMapArea .btnNo {
  display: none;
}


/* 三つ折りパンフレットダウンロードボタン */
.btnText {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 18px;
}

.btnTextImg {
  width: 5%;
}

.btnText p {
  display: flex;
  align-items: center;
  justify-content: space-around;
  margin-left: 20px;
}

.btntextchange {
  position: relative;
  border: 1px solid #555;
  border-radius: 25px;
  min-width: 270px;
  padding: 20px;
  margin-left: 20px;
  text-align: center;
  display: block;
  text-decoration: none;
  color: #333;
  outline: none;
  transition: all .2s;

}

/*hoverした際の変化*/
.btntextchange:hover {
  background: #333;
  color: #fff;
}

.btntextchange span {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all .5s;
  display: block;
  white-space: nowrap;
  padding: 50px;
}

.btntextchange span:nth-child(2) {
  opacity: 0;
}

.btntextchange:hover span:nth-child(1) {
  opacity: 0;
}

.btntextchange:hover span:nth-child(2) {
  opacity: 1;
}

/* faq */






#faq h2 span.bgLRextend::before {
  background: #333;
}

.faq-bg {
  position: relative;
  height: 55vh;
  background: url("../img/pict_05.jpg") no-repeat center;
  background-size: cover;
  margin: 0 0 200px 25%;
}

.faq-bg::after {
  content: '';
  position: absolute;
  top: 20%;
  left: -32%;
  width: 100%;
  height: 55vh;
  background-color: var(--main);
  z-index: -1;
}

.require,
.FormBtn:hover {
  background-color: var(--sub);
}

/* contact */
/* 
#contact {
  padding: 0 0 200px 0;
}

#contact h2 {
  text-align: center;
  margin: 0 0 100px 0;

}


#contact .form-list {
  width: 100%;
  max-width: 700px;
  margin: 0 auto;
}

#contact input,
#contact button,
#contact textarea,
#contact select {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background: none;
  font-size: 16px;
}

#contact .form-list input[type='text'],
#contact .form-list input[type='email'],
#contact .form-list textarea {
  width: 100%;
  border: 1px solid #666;
  background: #fff;
  padding: 10px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

#contact .form-list input[type='text'],
#contact .form-list input[type='email'] {
  height: 50px;
}

#contact .submit-btn {
  width: 152px;
  margin: 0 auto;
}

#contact input[type='submit'] {
  border: 2px solid #333;
  color: #333;
  text-align: center;
  padding: 5px 20px;
  width: 152px;
  margin: 0 auto;
  transition: all .3s;
}

#contact input[type='submit']:hover {
  background: #333;
  color: #fff;
}

#contact .form-list dl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 20px 0;
}

#contact .form-list dt {
  width: 30%;
}

#contact .form-list dd {
  width: 66%;
}

#contact .form-list textarea {
  height: 200px;
} */



/* noteとfacebookのアイコン設置 */


.sns-fixed {
  position: fixed;
  bottom: 60px;
  /* 画面下から20px */
  right: 40px;
  /* 画面右から20px */
  display: flex;
  flex-direction: column;
  gap: 25px;
  /* アイコン間のすき間 */
  z-index: 9999;
  /* 最前面に表示 */
}

.sns-fixed a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #fff;
  color: #333;
  font-size: 22px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
  transition: all 0.3s;
}

.sns-fixed a:hover {
  transform: scale(1.2);
}

/* footer */

#footer {
  /* padding: 100px 0; */
  border-top: 1px solid #333;
  text-align: center;
  background: #fff;
  position: relative;

}

.copyright {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);

}

#footer small {
  color: #fff;
  font-size: 15px;
  letter-spacing: -0.05em;
  font-weight: bold;

}

#wrapper {
  height: 25vh;

}

.footerAd address p {
  line-height: 1.8;
}

.footerLogo img {
  max-width: 20%;
  margin-top: 80px;
  margin-bottom: 50px;
}

.hhgrowFooter {
  width: 25%;
  margin: 0 auto;
  margin-top: 80px;
  margin-bottom: 30px;
}

.agreement {
  margin: 20px 0;
  font-size: 13px;
  letter-spacing: -0.03em;
}

.site-menu {
  font-family: "Roboto", sans-serif;
  font-size: 13px;
}

.policy {
  font-size: 13px;
  margin-top: 20px;
  margin-bottom: 20px;
}
/* ---------- ここまで css/style.css ---------- */

/* ---------- ここから css/accordion.css ---------- */
.accordion {
  list-style: none;
  width: 65%;
  margin: 0 auto;
}
.accordion > li {
  margin-bottom: 10px;
}
.accordion > li.is-open .accordion-q-icon::after {
  transform: rotate(0deg);
}

.accordion-q-prefix {
  display: block;
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
}
@media print, (min-width: 880.02px) {
  .accordion-q-prefix {
    left: 20px;
    top: 24px;
    font-size: 30px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-q-prefix {
    left: 20px;
    top: 18px;
    font-size: 24px;
    margin: 0;
  }
}

.accordion-q-content {
  display: block;
  font-weight: 400;
  line-height: 1.6;
}
@media print, (min-width: 880.02px) {
  .accordion-q-content {
    font-size: 20px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-q-content {
    font-size: 16px;
  }
}

.accordion-q-icon {
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
@media print, (min-width: 880.02px) {
  .accordion-q-icon {
    right: 20px;
    width: 20px;
    height: 20px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-q-icon {
    right: 10px;
    width: 16px;
    height: 16px;
  }
}
.accordion-q-icon::before, .accordion-q-icon::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #000;
}
@media print, (min-width: 880.02px) {
  .accordion-q-icon::before, .accordion-q-icon::after {
    top: 9px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-q-icon::before, .accordion-q-icon::after {
    top: 7px;
  }
}
.accordion-q-icon::after {
  transform: rotate(90deg);
  transition: transform 400ms;
}

.accordion-q button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  background: none;
  color: inherit;
  font: inherit;
  text-align: left;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
  background-color: var(--main);
  border-radius: 10px;
}
@media print, (min-width: 880.02px) {
  .accordion-q button {
    padding: 20px 100px;
  }
  .accordion-q button:hover, .accordion-q button:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 880px) {
  .accordion-q button {
    padding: 20px 36px 20px 50px;
  }
}

.accordion-a {
  display: none;
  overflow: hidden;
}
@media print, (min-width: 880.02px) {
  .accordion-a-inner {
    padding: 5px 0 30px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-inner {
    padding: 5px 0 25px;
  }
}
.accordion-a-body {
  position: relative;
}
@media print, (min-width: 880.02px) {
  .accordion-a-body {
    padding-left: 70px;
    padding-right: 50px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-body {
    padding-left: 50px;
    padding-right: 25px;
  }
}
.accordion-a-prefix {
  position: absolute;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-variation-settings: "wdth" 75;
  line-height: 1;
}
@media print, (min-width: 880.02px) {
  .accordion-a-prefix {
    left: 20px;
    top: -4px;
    font-size: 30px;
    margin: 0 10px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-prefix {
    left: 20px;
    top: -2px;
    font-size: 24px;
    margin: 0;
  }
}
@media print, (min-width: 880.02px) {
  .accordion-a-content p {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-content p {
    font-size: 15px;
    line-height: 1.7;
  }
}
@media print, (min-width: 880.02px) {
  .accordion-a-content p:first-child {
    margin-top: 25px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-content p:first-child {
    margin-top: 15px;
    margin-bottom: 10px;
  }
}
@media print, (min-width: 880.02px) {
  .accordion-a-content p + p {
    margin-top: 25px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-content p + p {
    margin-top: 20px;
  }
}
.accordion-a-close {
  line-height: 1.5;
}
@media print, (min-width: 880.02px) {
  .accordion-a-close {
    width: 160px;
    margin: 25px auto 0;
    font-size: 16px;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-close {
    width: 140px;
    margin: 20px auto 0;
    font-size: 15px;
  }
}
.accordion-a-close button {
  display: block;
  position: relative;
  width: 100%;
  border: none;
  background: var(--closebtn);
  color: #fff;
  font: inherit;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  transition: opacity 400ms;
  border-radius: 7px;
}
@media print, (min-width: 880.02px) {
  .accordion-a-close button {
    height: 45px;
    text-align: center;
  }
  .accordion-a-close button:hover, .accordion-a-close button:active {
    opacity: 0.5;
  }
}
@media screen and (max-width: 880px) {
  .accordion-a-close button {
    height: 40px;
    text-align: center;
  }
}
.accordion-a-close button > span {
  display: inline-block;
  position: relative;
  padding-left: 17px;
  vertical-align: top;
}
.accordion-a-close button > span > span {
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  width: 13px;
  height: 13px;
  margin-top: -6.5px;
  transform: rotate(45deg);
}
.accordion-a-close button > span > span::before, .accordion-a-close button > span > span::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 6px;
  width: 100%;
  height: 1px;
  background: #fff;
}
.accordion-a-close button > span > span::after {
  transform: rotate(90deg);
}

.parent {
  width: 65%;
  margin: 20px auto;
  text-align: center;
}
.parent a {
  display: block;
  text-decoration: none;
  background: #eee;
  padding: 20px;
}
.parent a:hover {
  background: #ccc;
}/*# sourceMappingURL=accordion.css.map */
/* ---------- ここまで css/accordion.css ---------- */

/* ---------- ここから css/parts.css ---------- */
/*===========================================================*/
/*機能編  7-1-35	下線が伸びて背景に変わる*/
/*===========================================================*/


.btnlinestretches3 {
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	color: #333;
	padding: 5px 30px;
	display: inline-block;
	text-decoration: none;
	outline: none;
}

/*テキストの設定*/
.btnlinestretches3 span {
	/*テキストを前面に出すためz-indexの値を高く設定*/
	position: relative;
	z-index: 2;
}

.btnlinestretches3:hover span {
	color: #fff;
}

/*線の設定*/
.btnlinestretches3::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	z-index: 1;
	bottom: 0;
	left: 0;
	/*線の形状*/
	background: #333;
	width: 100%;
	height: 3px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}

/*線が伸びて背景に*/
.btnlinestretches3:hover::after {
	height: 100%;
}

/*===========================================================*/
/*機能編  8-1-3 ページの指定の高さを超えたら右から出現*/
/*===========================================================*/

/*リンクの形状*/
#page-top a {
	display: flex;
	justify-content: center;
	align-items: center;
	background: #eb6100;
	width: 60px;
	height: 50px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 0.6rem;
	transition: all 0.3s;
}

#page-top a:hover {
	background: #777;
}

/*リンクを右下に固定*/
#page-top {
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 2;
	/*はじめは非表示*/
	opacity: 0;
	transform: translateX(100px);
}

/*　左の動き　*/

#page-top.LeftMove {
	animation: LeftAnime 0.5s forwards;
}

@keyframes LeftAnime {
	from {
		opacity: 0;
		transform: translateX(100px);
	}

	to {
		opacity: 1;
		transform: translateX(0);
	}
}

/*　右の動き　*/

#page-top.RightMove {
	animation: RightAnime 0.5s forwards;
}

@keyframes RightAnime {
	from {
		opacity: 1;
		transform: translateX(0);
	}

	to {
		opacity: 1;
		transform: translateX(100px);
	}
}

/*===========================================================*/
/*機能編  9-2-2 任意の場所をクリックすると隠れていた内容が開き、先に開いていた内容が閉じる*/
/*===========================================================*/

/*アコーディオン全体*/
.accordion-area {
	list-style: none;
	width: 96%;
	max-width: 900px;
	margin: 0 auto;
}

.accordion-area li {
	margin: 10px 0;
}

.accordion-area section {
	border: 1px solid #ccc;
}



/*===========================================================*/
/*機能編  9-4-1 ニュースティッカー*/
/*===========================================================*/

/*ニュース1行の周りの余白*/
.slider a {
	display: block;
	background: #fff;
	padding: 10px 0;
}

/*日付*/
.slider time {
	display: inline-block;
	font-size: 0.8rem;
	margin-right: 10px;
	color: #777;
}

/*768px以下の見た目*/
@media screen and (max-width: 880px) {
	.slider {
		padding: 20px;
		background: #fff;
	}

	.slider li {
		border-bottom: 1px dashed #ccc;
	}

	.slider li:last-child {
		border-bottom: none;
	}

	.slider time {
		display: block;
		padding-bottom: 10px;
	}
}


/*===========================================================*/
/* 印象編 4 最低限おぼえておきたい動き*/
/*===========================================================*/

/*4-9　シャッ（左から）*/
.bgextend {
	animation-name: bgextendAnimeBase;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	position: relative;
	overflow: hidden;
	/*　はみ出た色要素を隠す　*/
	opacity: 0;
}

@keyframes bgextendAnimeBase {
	from {
		opacity: 0;
	}

	to {
		opacity: 1;
	}
}

/*中の要素*/
.bgappear {
	animation-name: bgextendAnimeSecond;
	animation-duration: 1s;
	animation-delay: 0.6s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes bgextendAnimeSecond {
	0% {
		opacity: 0;
	}

	100% {
		opacity: 1;
	}
}

.bgLRextend::before {
	animation-name: bgLRextendAnime;
	animation-duration: 1s;
	animation-fill-mode: forwards;
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #eb6100;
	/*伸びる背景色の設定*/
}

@keyframes bgLRextendAnime {
	0% {
		transform-origin: left;
		transform: scaleX(0);
	}

	50% {
		transform-origin: left;
		transform: scaleX(1);
	}

	50.001% {
		transform-origin: right;
	}

	100% {
		transform-origin: right;
		transform: scaleX(0);
	}
}

/* 4-1 ふわっ（下から） */

.fadeUp {
	animation-name: fadeUpAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	opacity: 0;
}

@keyframes fadeUpAnime {
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* 4-2　パタッ（左へ） */
.flipLeft {
	animation-name: flipLeftAnime;
	animation-duration: 0.5s;
	animation-fill-mode: forwards;
	perspective-origin: left center;
	opacity: 0;
}

@keyframes flipLeftAnime {
	from {
		transform: perspective(600px) translate3d(0, 0, 0) rotateY(30deg);
		opacity: 0;
	}

	to {
		transform: perspective(600px) translate3d(0, 0, 0) rotateY(0deg);
		opacity: 1;
	}
}

/* スマホ表示用。flipLeftTriggerを指定している親要素に指定しないとうまく動かない*/
#vision,
.service-area {
	transform: translate3d(0, 0, 0);
}

/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.bgLRextendTrigger,
.bgappearTrigger,
.fadeUpTrigger,
.flipLeftTrigger {
	opacity: 0;
}


/*===========================================================*/
/* 印象編　6-6　スクロールすると下のエリアがヘッダーにかぶさる*/
/*===========================================================*/





#container {
	position: relative;
	z-index: 1;
	background: #fff;
}





/*==================================================
機能編 　7-1-33	外の線が伸びる
===================================*/

/*== 線が伸びる1 */

.btnlinestretches {
	/*線の基点とするためrelativeを指定*/
	position: relative;
	/*ボタンの形状*/
	color: #333;
	border: 1px solid #333;
	padding: 30px 0;
	display: inline-block;
	text-decoration: none;
	outline: none;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}

/*hoverした際の背景の形状*/
.btnlinestretches:hover {
	background: #333;
	color: #fff;
	border-color: transparent;
}

/*線の設定*/
.btnlinestretches::before,
.btnlinestretches::after {
	content: '';
	/*絶対配置で線の位置を決める*/
	position: absolute;
	border: solid #333;
	width: 10px;
	height: 10px;
	/*アニメーションの指定*/
	transition: all 0.3s ease-in-out;
}

/*線の位置と形状*/
.btnlinestretches::before {
	top: -6px;
	left: -6px;
	border-width: 1px 0 0 1px;
}

/*線の位置と形状*/
.btnlinestretches::after {
	bottom: -6px;
	right: -6px;
	border-width: 0 1px 1px 0;
}

/*hoverした際の線の形状*/
.btnlinestretches:hover::before,
.btnlinestretches:hover::after {
	width: calc(100% + 11px);
	height: calc(100% + 11px);
	border-color: #666
}



/*　上に上がる動き　*/

/* #header.UpMove {
	animation: UpAnime 0.5s forwards;
}

@keyframes UpAnime {
	from {
		opacity: 1;
		transform: translateY(0);
	}

	to {
		opacity: 0;
		transform: translateY(-100px);
	}
} */



/*　下に下がる動き　*/

/* #header.DownMove {
	animation: DownAnime 0.5s forwards;
}

@keyframes DownAnime {
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
} */
/* ---------- ここまで css/parts.css ---------- */

/* ---------- ここから css/layout.css ---------- */
/* floorMapArea */
#floorMap {
    background: #fff;
    padding-top:150px;
}



#floorMap h3 {
    font-size: 3em;
    position: absolute;
    top: 0;

}

#floorMap .floorMapArea {
    padding: 70px;
    width: 80%;
    margin: 0 auto;
    position: relative;
}






.floorMapArea2f,
.floorMapArea1f {
    position: relative;
    margin-bottom: 150px;
}


.floorMapArea1f {

    margin-bottom: 50px;
}

/* 会議室 */
.floorBtn2-1 {
    position: absolute;
    top: 78%;
    left: 61%;

}

.floorBtnText2-1 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn2-1Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */
    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn2-1Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText2-1:hover+.btn2-1Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}


/* 観覧席 */
.floorBtn2-2 {
    position: absolute;
    top: 70%;
    left: 51%;

}

.floorBtnText2-2 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn2-2Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn2-2Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText2-2:hover+.btn2-2Img {
    opacity: 1;
    visibility: visible;
    width: 170%;

}


/* プール */
.floorBtn1-1 {
    position: absolute;
    top: 45%;
    left: 28%;
}

.floorBtnText1-1 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-1Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn1-1Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-1:hover+.btn1-1Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}

/* トレーニング室 */
.floorBtn1-2 {
    position: absolute;
    top: 20%;
    right: 8%;

}

.floorBtnText1-2 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-2Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    z-index: 1;
}

.btn1-2Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-2:hover+.btn1-2Img {
    opacity: 1;
    visibility: visible;
}

/* トレーニング機器 */
.floorBtn1-3 {
    position: absolute;
    top: 8%;
    right: 22%;
}

.floorBtnText1-3 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-3Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;

    z-index: 1;
}

.btn1-3Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-3:hover+.btn1-3Img {
    opacity: 1;
    visibility: visible;

}

/* 受付 */
.floorBtn1-4 {
    position: absolute;
    top: 45%;
    right: 14%;
}

.floorBtnText1-4 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-4Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -30%;
    /* z-index: 1; */
}

.btn1-4Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-4:hover+.btn1-4Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}

/* 幼児用プール */
.floorBtn1-5 {
    position: absolute;
    top: 30%;
    left: 44%;
}

.floorBtnText1-5 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-5Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -10%;
    /* z-index: 1; */
}

.btn1-5Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-5:hover+.btn1-5Img {
    opacity: 1;
    visibility: visible;
    width: 120%;
}


/* ロビー */
.floorBtn1-6 {
    position: absolute;
    top: 45%;
    right: 23%;
}

.floorBtnText1-6 {
    background-color: #fff;
    border: 2px solid #333;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    padding: 3px 20px;
    position: relative;
    border-radius: 40px;
}

.btn1-6Img {
    max-width: 250px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    /* ←ふわっと効果 */

    margin: 0 auto;
    position: absolute;
    top: 120%;
    left: -35%;
    /* z-index: 1; */
}

.btn1-6Img img {
    border-radius: 50%;
}

#floorMap .floorBtnText1-6:hover+.btn1-6Img {
    opacity: 1;
    visibility: visible;
    width: 170%;
}
/* ---------- ここまで css/layout.css ---------- */

/* ---------- ここから css/popup.css ---------- */
/*!
	Modaal - accessible modals - v0.4.4
	by Humaan, for all humans.
	http://humaan.com
 */
.modaal-noscroll {
  overflow: hidden;
}

.modaal-accessible-hide {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  opacity: 0
}

.modaal-wrapper {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
  opacity: 1;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.modaal-wrapper * {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;    
}

.modaal-wrapper .modaal-close {
  border: none;
  background: 0 0;
  padding: 0;
  -webkit-appearance: none;
  appearance: none; 
}

.modaal-wrapper.modaal-start_none {
  display: none;
  opacity: 1
}

.modaal-wrapper.modaal-start_fade {
  opacity: 0
}

.modaal-wrapper [tabindex="0"] {
  outline: 0 !important
}

.modaal-wrapper.modaal-fullscreen {
  overflow: hidden;
}

.modaal-outer-wrapper {
  display: table;
  position: relative;
  width: 100%;
  height: 100%
}

.modaal-fullscreen .modaal-outer-wrapper {
  display: block
}

.modaal-inner-wrapper {
  display: table-cell;
  width: 100%;
  height: 100%;
  position: relative;
  vertical-align: middle;
  text-align: center;
  padding: 80px 25px
}

.modaal-fullscreen .modaal-inner-wrapper {
  padding: 0;
  display: inline-block;
  vertical-align: top;
}

.modaal-container {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: auto;
  text-align: left;
  color: #000;
  max-width: 750px;
  border-radius: 0;
  background: #fff;
  box-shadow: 0 4px 15px rgba(0, 0, 0, .2);
  cursor: auto
}

.modaal-container .taxTitle,
.modaal-container h4{
  font-size: 30px;
  font-weight: bold;
  padding-bottom: 10px;
}

.modaal-container .taxTitleP
{
 padding: 10px 40px 0 70px;
 font-size: 20px;
}

.modaal-container p {
  font-size: 16px;
  padding: 10px 40px 0 50px;
}

.modaal-container.is_loading {
  height: 100px;
  width: 100px;
  overflow: hidden
}

.modaal-fullscreen .modaal-container {
  max-width: none;
  height: 100%;
  overflow: auto
}

.modaal-close {
  position: fixed;
  right: 20px;
  top: 20px;
  color: #fff;
  cursor: pointer;
  opacity: 1;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.modaal-close:focus,
.modaal-close:hover {
  outline: 0;
  background: #fff
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #b93d0c
}

.modaal-close span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-close:after,
.modaal-close:before {
  display: block;
  content: " ";
  position: absolute;
  top: 14px;
  left: 23px;
  width: 4px;
  height: 22px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-fullscreen .modaal-close {
  background: #afb7bc;
  right: 10px;
  top: 10px
}

.modaal-content-container {
  padding: 50px
}

.modaal-confirm-wrap {
  padding: 30px 0 0;
  text-align: center;
  font-size: 0
}

.modaal-confirm-btn {
  font-size: 14px;
  display: inline-block;
  margin: 0 10px;
  vertical-align: middle;
  cursor: pointer;
  border: none;
  background: 0 0
}

.modaal-confirm-btn.modaal-ok {
  padding: 10px 15px;
  color: #fff;
  background: #555;
  border-radius: 3px;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-confirm-btn.modaal-ok:hover {
  background: #2f2f2f
}

.modaal-confirm-btn.modaal-cancel {
  text-decoration: underline
}

.modaal-confirm-btn.modaal-cancel:hover {
  text-decoration: none;
  color: #2f2f2f
}

.modaal-instagram .modaal-container {
  width: auto;
  background: 0 0;
  box-shadow: none !important
}

.modaal-instagram .modaal-content-container {
  padding: 0;
  background: 0 0
}

.modaal-instagram .modaal-content-container>blockquote {
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important
}

.modaal-instagram iframe {
  opacity: 0;
  margin: -6px !important;
  border-radius: 0 !important;
  width: 1000px !important;
  max-width: 800px !important;
  box-shadow: none !important;
  -webkit-animation: instaReveal 1s linear forwards;
  animation: instaReveal 1s linear forwards
}

.modaal-image .modaal-inner-wrapper {
  padding-left: 140px;
  padding-right: 140px
}

.modaal-image .modaal-container {
  width: auto;
  max-width: 100%
}

.modaal-gallery-wrap {
  position: relative;
  color: #fff
}

.modaal-gallery-item {
  display: none
}

.modaal-gallery-item img {
  display: block
}

.modaal-gallery-item.is_active {
  display: block
}

.modaal-gallery-label {
  position: absolute;
  left: 0;
  width: 100%;
  margin: 20px 0 0;
  font-size: 18px;
  text-align: center;
  color: #fff
}

.modaal-gallery-label:focus {
  outline: 0
}

.modaal-gallery-control {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  cursor: pointer;
  color: #fff;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 100%;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out
}

.modaal-gallery-control.is_hidden {
  opacity: 0;
  cursor: default
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  outline: 0;
  background: #fff
}

.modaal-gallery-control:focus:after,
.modaal-gallery-control:focus:before,
.modaal-gallery-control:hover:after,
.modaal-gallery-control:hover:before {
  background: #afb7bc
}

.modaal-gallery-control span {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden
}

.modaal-gallery-control:after,
.modaal-gallery-control:before {
  display: block;
  content: " ";
  position: absolute;
  top: 16px;
  left: 25px;
  width: 4px;
  height: 18px;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out
}

.modaal-gallery-control:before {
  margin: -5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-control:after {
  margin: 5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-next-inner {
  left: 100%;
  margin-left: 40px
}

.modaal-gallery-next-outer {
  right: 45px
}

.modaal-gallery-prev:after,
.modaal-gallery-prev:before {
  left: 22px
}

.modaal-gallery-prev:before {
  margin: 5px 0 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.modaal-gallery-prev:after {
  margin: -5px 0 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.modaal-gallery-prev-inner {
  right: 100%;
  margin-right: 40px
}

.modaal-gallery-prev-outer {
  left: 45px
}

.modaal-video-wrap {
  margin: auto 50px;
  position: relative
}

.modaal-video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
  background: #000;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto
}

.modaal-video-container embed,
.modaal-video-container iframe,
.modaal-video-container object {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.modaal-iframe .modaal-content {
  width: 100%;
  height: 100%
}

.modaal-iframe-elem {
  width: 100%;
  height: 100%;
  display: block
}

.modaal-loading-spinner {
  background: 0 0;
  position: absolute;
  width: 200px;
  height: 200px;
  top: 50%;
  left: 50%;
  margin: -100px 0 0 -100px;
  -webkit-transform: scale(.25);
  -ms-transform: scale(.25);
  transform: scale(.25)
}

.modaal-loading-spinner>div {
  width: 24px;
  height: 24px;
  margin-left: 4px;
  margin-top: 4px;
  position: absolute
}

.modaal-loading-spinner>div>div {
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background: #fff
}

.modaal-loading-spinner>div:nth-of-type(1)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: 0s;
  animation-delay: 0s
}

.modaal-loading-spinner>div:nth-of-type(2)>div,
.modaal-loading-spinner>div:nth-of-type(3)>div {
  animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(1) {
  -ms-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(45deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(45deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(2)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .12s;
  animation-delay: .12s
}

.modaal-loading-spinner>div:nth-of-type(2) {
  -ms-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(90deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(90deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(3)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .25s;
  animation-delay: .25s
}

.modaal-loading-spinner>div:nth-of-type(4)>div,
.modaal-loading-spinner>div:nth-of-type(5)>div {
  animation: modaal-loading-spinner 1s linear infinite;
}

.modaal-loading-spinner>div:nth-of-type(3) {
  -ms-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(135deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(135deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(4)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .37s;
  animation-delay: .37s
}

.modaal-loading-spinner>div:nth-of-type(4) {
  -ms-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(180deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(180deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(5)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .5s;
  animation-delay: .5s
}

.modaal-loading-spinner>div:nth-of-type(6)>div,
.modaal-loading-spinner>div:nth-of-type(7)>div {
 animation: modaal-loading-spinner 1s linear infinite;

}

.modaal-loading-spinner>div:nth-of-type(5) {
  -ms-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(225deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(225deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(6)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .62s;
  animation-delay: .62s
}

.modaal-loading-spinner>div:nth-of-type(6) {
  -ms-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(270deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(270deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(7)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .75s;
  animation-delay: .75s
}

.modaal-loading-spinner>div:nth-of-type(7) {
  -ms-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(315deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(315deg) translate(70px, 0)
}

.modaal-loading-spinner>div:nth-of-type(8)>div {
  -webkit-animation: modaal-loading-spinner 1s linear infinite;
  animation: modaal-loading-spinner 1s linear infinite;
  -webkit-animation-delay: .87s;
  animation-delay: .87s
}

.modaal-loading-spinner>div:nth-of-type(8) {
  -ms-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  -webkit-transform: translate(84px, 84px) rotate(360deg) translate(70px, 0);
  transform: translate(84px, 84px) rotate(360deg) translate(70px, 0)
}

@media only screen and (min-width: 1430px) {
  .modaal-video-container {
    padding-bottom: 0;
    height: 731px
  }
}

@media only screen and (max-width: 1220px) {
  .modaal-image .modaal-inner-wrapper {
    padding-left: 25px;
    padding-right: 25px
  }

  .modaal-gallery-control {
    top: auto;
    bottom: 20px;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    background: rgba(0, 0, 0, .7)
  }

  .modaal-gallery-control:after,
  .modaal-gallery-control:before {
    background: #fff
  }

  .modaal-gallery-next {
    left: auto;
    right: 20px
  }

  .modaal-gallery-prev {
    left: 20px;
    right: auto
  }
}

@media screen and (max-width: 880px) {
  .modaal-instagram iframe {
    width: 500px !important
  }
}

@media only screen and (max-width: 550px) {
  .modaal-instagram iframe {
    width: 280px !important
  }
}

@media screen and (max-height:1100px) {
  .modaal-instagram iframe {
    width: 700px !important
  }
}

@media screen and (max-height:1000px) {
  .modaal-inner-wrapper {
    padding-top: 60px;
    padding-bottom: 60px
  }

  .modaal-instagram iframe {
    width: 600px !important
  }
}

@media screen and (max-height:900px) {
  .modaal-instagram iframe {
    width: 500px !important
  }

  .modaal-video-container {
    max-width: 900px;
    max-height: 510px
  }
}

@media only screen and (max-height:820px) {
  .modaal-gallery-label {
    display: none
  }
}

@keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes instaReveal {
  0% {
    opacity: 0
  }

  100% {
    opacity: 1
  }
}

@-webkit-keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@keyframes modaal-loading-spinner {
  0% {
    opacity: 1;
    -ms-transform: scale(1.5);
    -webkit-transform: scale(1.5);
    transform: scale(1.5)
  }

  100% {
    opacity: .1;
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}


/*全て共通：hideエリアをはじめは非表示*/
.hide-area {
  display: none;

}

/*全て共通：モーダルのボタンの色を変更したい場合*/
.modaal-close:after,
.modaal-close:before {
  background: #ccc;
}

.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
  background: #666;
}



/* popup施設料金表のところ */

.taxTableInfo{
  border-collapse: collapse;
  width: 80;
  margin: 0 auto;
  text-align: center;
}
.mtgroom1{
background-color: #fff;
}

.mtgroom2{
  background-color: #518ddc;
  font-weight: bold;
  display: inline-block;
  padding: 10px 30px;
  border-radius: 50px;
  margin: 10px;
  color: #fff;
}


.infoImg {
  padding: 50px;
}

.infoTaxText{

  color: #121212;
}
/* ---------- ここまで css/popup.css ---------- */

/* ---------- ここから ../css/common-spk/access.css ---------- */
.map {
  width: 930px;
  max-width: 90%;
  margin-top: 75px;
  margin-left: auto;
  margin-right: auto;
}

.map iframe {
  display: block;
  width: 100%;
  height: 320px;
  margin-top: 25px;
}

#formWrap {
  margin-top: 80px;
  padding-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  max-width: 750px;
}

@media screen and (max-width: 550px) {
  .Form {
    margin-top: 40px;
  }
}

.FormItem {
  border-top: 1px solid #ddd;
  padding-top: 24px;
  padding-bottom: 24px;
  width: 100%;
  display: flex;
  align-items: center;

}

@media screen and (max-width: 550px) {
  .FormItem {
    padding-left: 14px;
    padding-right: 14px;
    padding-top: 16px;
    padding-bottom: 16px;
    flex-wrap: wrap;
  }
}

.FormItem:nth-child(5) {
  border-bottom: 1px solid #ddd;
}

.FormItem-Label {
  width: 100%;
  max-width: 248px;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 550px) {
  .FormItem-Label {
    max-width: inherit;
    display: flex;
    align-items: center;
    font-size: 15px;
  }
}

.FormItem-Label.isMsg {
  margin-top: 8px;
  margin-bottom: auto;
}

@media screen and (max-width: 550px) {
  .FormItem-Label.isMsg {
    margin-top: 0;
  }
}

.require {
  border-radius: 6px;
  margin-right: 8px;
  padding-top: 8px;
  padding-bottom: 8px;
  width: 48px;
  display: inline-block;
  text-align: center;
  /* background: #9ccff3; */
  color: #fff;
  font-size: 14px;
}

@media screen and (max-width: 550px) {
  .require {
    border-radius: 4px;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 32px;
    font-size: 10px;
  }
}

#name,
#mail,
#tel {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 48px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 550px) {
  .FormItem-Input {
    margin-left: 0;
    margin-top: 18px;
    height: 40px;
    flex: inherit;
    font-size: 15px;
  }
}

#message {
  border: 1px solid #ddd;
  border-radius: 6px;
  margin-left: 40px;
  padding-left: 1em;
  padding-right: 1em;
  height: 216px;
  flex: 1;
  width: 100%;
  max-width: 410px;
  background: #eaedf2;
  font-size: 18px;
}

@media screen and (max-width: 550px) {
  #message {
    margin-top: 18px;
    margin-left: 0;
    height: 200px;
    flex: inherit;
    font-size: 15px;
  }
}

.FormBtn {
  border-radius: 6px;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  width: 280px;
  display: block;
  letter-spacing: 0.05em;
  background: var(--main);
  /* color: #ffffff; */
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  transition: all 0.3s ease-out;
}
.FormBtn:hover{
color: #ffffff;

}

@media screen and (max-width: 550px) {
  .FormBtn {
    margin-top: 24px;
    padding-top: 8px;
    padding-bottom: 8px;
    width: 160px;
    font-size: 16px;
  }
}
/* ---------- ここまで ../css/common-spk/access.css ---------- */

/* ---------- ここから css/responsive.css ---------- */
@media screen and (max-width: 1680px) {


    /* #floorMap .floorMapArea {
        width: 90%;
margin: 0 auto;
        padding: 80px 20px 30px;
    } */

    #headerNavPC li a {
        padding: 0 25px;
    }
}

@media screen and (max-width: 1430px) {
    #headerNavPC li a {
        padding: 0 20px;
    }

    .headerNavList {
        font-size: 60%;

    }
}

@media screen and (max-width: 1430px) {
    #headerNavPC ul li {
        font-size: 14px;
        letter-spacing: -0.05em;
    }
}

@media screen and (max-width: 1220px) {
    #header {
        display: block;
        height: 12%;
        width: 70%;
        border-radius: 0 70px 70px 0;
    }

    #headerNavPC li a {
        padding: 0 5px;

    }

    #header h1 {
        display: block;
        margin: 15px 0;
    }

    #header h1 img {
        width: 30%;
    }

    #headerNavPC ul {
        justify-content: space-between;
        width: 95%;

    }

    #headerNavPC ul li {
        letter-spacing: -0.05em;
        padding-bottom: 20px;
    }

}

@media screen and (max-width: 880px) {
    #headerNavPC ul li {
        font-size: 13px;
    }

    #service header {
        width: 100%;
    }

    #service .serviceInfo {
        width: 80%;
        left: 10%;
        padding: 80px 20px 30px 20px;
    }

    #service .serviceInfo li {
        width: 40%;
    }

}

@media screen and (max-width: 880px) {
    body {
        font-size: 0.8rem;
    }

    #header {
        height: 8%;
        display: flex;

        align-items: center;
    }

    #header h1 {
        margin: 0;
    }

    #header h1 img {
        width: 100%;
    }

    #basicinfo {
        width: 80%;
    }

    .maininfoArea {
        padding: 0px;
    }

    .maininfoArea dt {
        font-size: 32px;


    }

    .maininfoArea dd {
        font-size: 14px;
    }

    .tabArea {
        flex-basis: 50%;
        margin: 50px auto;
        padding: 0px;
    }

    .tabBtn {
        padding: 10px;
        font-size: 14px;
    }


    .accordionTax-q button {
        padding: 10px;
    }

    .accordionTax-q-content {
        font-size: 14px;
    }





    #service {
        padding: 200px 0 0 0;
    }

    .faq-bg,
    .faq-bg::after {
        height: 35vh;
    }

    #contact .form-list dt {
        margin: 0 0 10px 0;
    }

    #contact .form-list dt,
    #contact .form-list dd {
        width: 80%;
        margin: 0 auto;
    }

    #NewsContainer {
        width: 80vw;
        margin: 0 auto;
        padding: 40px 0;


    }

    .news {

        background: #fff;
    }

    .news li {
        border-bottom: 1px dashed #ccc;
    }

    .news li:last-child {
        border-bottom: none;
    }

    .news span {
        display: block;
        padding-bottom: 10px;
    }

    /*-------------------------------------------
  Map
  -------------------------------------------*/

    #floorMap .floorMapArea {
        width: 80%;
        left: 0;
        padding: 0;
        margin: 0 auto;
    }

    #floorMap {
        padding: 100px 0 40px;
    }

    .floorMapArea2f,
    .floorMapArea1f {
        margin-bottom: 50px;
    }

    .floorMapArea1f {
        margin-top: 200px;
    }


    #floorMap .floorMapArea .floorBtnText2-1,
    #floorMap .floorMapArea .floorBtnText2-2,
    #floorMap .floorMapArea .floorBtnText1-1,
    #floorMap .floorMapArea .floorBtnText1-2,
    #floorMap .floorMapArea .floorBtnText1-3,
    #floorMap .floorMapArea .floorBtnText1-4,
    #floorMap .floorMapArea .floorBtnText1-5,
    #floorMap .floorMapArea .floorBtnText1-6 {
        display: none;
    }


    #floorMap .floorMapArea .floorList {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 20px;
        margin: 40px 0 80px 0;
    }

    #floorMap .floorMapArea .floorList li {
        width: calc(50% - 10px);
    }

    #floorMap .floorMapArea .floorList li img {
        border-radius: 50%;
        width: 75%;

        display: block;
        margin: 0 auto;
    }

    #floorMap .floorMapArea .floorList li .title {
        display: flex;
        align-items: center;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 5px;
        margin-left: 20px;
    }

    #floorMap .floorMapArea .floorList li .title .no {
        width: 40px;
        height: 40px;
        background-color: #fff;
        border: solid 1px #707070;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        font-size: 17px;
        margin-right: 10px;
    }

    #floorMap .floorMapArea .btnNo {
        display: block;
        background-color: #fff;
        border: 2px solid #333;
        display: inline-block;
        font-size: 18px;
        font-weight: bold;
        width: 35px;
        height: 35px;
        text-align: center;
        border-radius: 40px;
    }

    .floorBtn1-3 {
        right: 25%;
    }

    .floorBtn1-2 {
        right: 12%;
    }

    .btnText {

        font-size: 16px;
    }

    .btnText p {
        display: block;
    }

    .btnTextImg {
        width: 8%;
    }

    .btntextchange {
        margin-left: 0px;
    }

}

@media screen and (max-width: 550px) {
    .topText {
        color: #fff;
    }

    .sliderTop .sliderImg,
    .sliderBottom .sliderImg {
        width: 100%;
        height: 40vh;
        /* 上下でちょうど半分ずつ */
        background-repeat: no-repeat;
        background-size: auto 200%;
    }

    .sliderBottom .sliderImg {
        background-position: center bottom;

    }

    /* 原点を揃える：上段＝上基準、下段＝下基準 */
    .sliderTop .sliderImg {
        background-position: center top;

    }

    .spSlider .slick-slide {
        padding: 0 10px;
        /*スライド左右の余白調整*/
    }

    .accordion {
        width: 80%;
    }

    #service .service-area {
        width: 90%;
        left: 5%;
    }



    #faq h2 {
        margin: 0;
    }

    .faq-bg {
        margin: 0 0 100px 25%;
    }

    .faq-bg,
    .faq-bg::after {
        height: 20vh;
    }

    #contact h2 {
        margin: 0 0 50px 0;
    }

    /*  NewsContainer*/


    #NewsContainer {
        width: 95vw;
        margin: 0 auto;
        padding: 20px;


    }

    .news {
        padding: 20px;

    }


    .news li {
        border-bottom: 1px dashed #ccc;
        display: block;
        background: #fff;
        padding: 15px;

        line-height: 1.4;
        font-size: 18px;
    }

    .news li:last-child {
        border-bottom: none;
    }

    .news span {
        font-size: 16px;
        padding-bottom: 5px;
    }

    /* basicinfo */
    #basicinfo {
        background: #fff;
        padding-bottom: 0;
        width: 100%;
        margin: 0 auto;
        display: block;

    }

    /*タイムライン全体の設定*/
    .maininfoArea {
        width: 80%;
        padding: 0 20px;
    }

    .maininfoArea dl {
        margin: 0 0 20px 3em;
    }

    .maininfoArea dt {
        font-size: 40px;
    }

    .maininfoArea dd {
        font-size: 16px;
    }

    .maininfoArea li:last-of-type {
        padding: 0;
    }

    /*絶対配置で線を設定*/
    .borderLine {
        left: 0.6em;
    }

    /*タイムラインの見出し横の丸の位置と形状*/
    .maininfoArea li::before {
        content: '';
        position: absolute;
        top: 30px;
        left: 0;
        width: 20px;
        height: 20px;
        background: #666;
        border-radius: 50%;
    }

    .maininfoArea li::after {
        content: '';
        position: absolute;
        bottom: -50px;
        left: 0;
        width: 20px;
        height: 20px;
        background: #666;
        border-radius: 50%;
    }

    /* =========================
   タブ本体
   ========================= */

    .tabArea {
        width: 90%;
        margin: 100px auto 0 auto;
    }

    /* タブ見出し（料金表 / 今月の予約表） */
    .tab {
        display: flex;
        justify-content: space-between;
        list-style: none;
        margin: 0;
        padding: 0;
    }

    /* タブ内のアイコン画像 */
    .tab li a img {
        width: 20%;
        margin-right: 5px;
        vertical-align: middle;
    }

    /* liに.activeが付いたとき（JSで制御） */
    .tab li.active a {
        transition: all 0.8s ease-out 0ms;
    }

    /*== 下線が伸びて背景に変わる　*/

    .tabBtn {
        /*線の基点とするためrelativeを指定*/
        position: relative;
        /*ボタンの形状*/
        color: #5c5c5c;
        padding: 10px;
        display: inline-block;
        text-decoration: none;
        outline: none;
        font-size: 16px;
    }

    /*テキストの設定*/
    .tabBtn span {
        /*テキストを前面に出すためz-indexの値を高く設定*/
        position: relative;
        z-index: 2;
    }

    .tabBtn:hover span {
        color: #121212;
    }

    /*線の設定*/
    .tabBtn::after {
        content: '';
        /*絶対配置で線の位置を決める*/
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        /*線の形状*/
        background: var(--main);
        width: 100%;
        height: 3px;
        /*アニメーションの指定*/
        transition: all 0.3s ease-in-out;
    }

    /*線が伸びて背景に*/
    .tabBtn:hover::after {
        height: 100%;
        border-radius: 20px 20px 0 0;
    }

    /* aタグ共通ボタンスタイル */

    .taxTableTh {
        font-size: 1em;

    }

    .taxTableTh tr th {
        padding: 10px 5px;
        text-align: center;

    }

    .taxTableTbTr2clear {
        display: none;
    }

    #using .usingInfo li {
        flex-basis: 45%;
    }

    #formWrap {
        width: 80%;
    }

    #footer small {
        color: #fff;
        font-size: 10px;
        letter-spacing: -0.05em;

    }

    #floorMap h3 {
        top: -60%;
    }

    .footerLogo img {
        max-width: 55%;
        margin-top: 50px;
    }

    .hhgrowFooter {
        width: 65%;
        margin-top: 50px;
        margin-top: 50px;
    }

    #wrapper {
        height: 20vh;

    }

    .floorBtn1-3 {
        right: 24%;
    }

    .floorBtn1-2 {
        right: 12%;
        top: 7%;
    }

    .floorBtn1-6 {
        right: 22%;
        top: 45%;
    }

    .floorBtn1-6 {
        right: 22%;
        top: 45%;
    }

    .floorBtn1-5 {
        top: 28%;
        left: 46%;
    }

    .btnText {
        font-size: 12px;
    }

    .btnTextImg {
        width: 10%;
    }

    .btntextchange {

        padding: 15px;
    }

    .modaal-content-container {
        padding: 20px;
    }

    .modaal-content-container p {
        padding: 5px 20px 0 25px;
        font-size: 14px;
    }

    .infoImg {
        padding: 25px;
    }

    .modaal-container .taxTitle,
    .modaal-container h4 {
        padding-left: 25px;
    }

    .agreement {

        font-size: 12px;
    }

}

@media screen and (max-width: 550px) {
    #header {
        height: 6%;
    }


}

@media screen and (max-width: 550px) {

    #floorMap .floorMapArea {
        width: 100%;
        left: 0;
        font-size: 0.9rem;
    }


    #service .service-area {
        width: 100%;
        left: 0;
        font-size: 0.9rem;
    }

}
/* ---------- ここまで css/responsive.css ---------- */
