/*
Theme Name: ピッコラカーサ
*/
/* この下に通常のcssを書いていく */  



html{
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.skiptranslate iframe {
  bottom: 0 !important;
  top: unset;
}
body {
  font-family: "Noto Serif JP", serif;
  overflow-x: hidden;
  /* background: linear-gradient(to bottom, rgb(41 102 155 / 30%) 0%, rgba(255, 255, 255, 0.8) 70%, rgba(255, 255, 255, 1) 100%), url(./img/body_bg.jpg);
  background-size: 100%; */
  background-attachment: fixed;

}
.wp-block-embed {
    text-align: center;
}
a{
  transition: all 0.5s;
  opacity: 1;
    text-transform:none!important;
}
a:hover{
  opacity: .6;
}
.pc-flex{
  display: flex!important;
}
.sp-flex{
  display: none!important;
}
/* .over{
  overflow: hidden;
} */
::-webkit-scrollbar {
  width: 10px;
}
::-webkit-scrollbar-thumb{
  border-radius: 0;
  background-color: #86cdffcc;
}

.fixScrollBar {
  width: 2px;
  height: 266px;
  background-color: rgba(255, 255, 255, 0.24);
  position: fixed;
  z-index: 10000;
  top: 50%;
  left: 70px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
  /* -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-duration: 1s;
  animation-duration: 1s; */
  -webkit-animation-fill-mode: backwards;
  animation-fill-mode: backwards;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  filter: drop-shadow(2px 4px 6px black);
}

.fixScrollBar_bar {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #fff;
  /* -webkit-transform: translateY(-50%);
  transform: translateY(-50%); */
  transition-duration: 0.3s;
  transition-property: top;
}
  @media screen and (max-width:767px) {

  .fixScrollBar,.fixScrollBar_bar{
      display: none;
  }
}

/*========= ナビゲーションのためのCSS ===============*/

#g-nav {
  position: fixed;
  z-index: -1;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #ffffffcc;
  transition: all 0.3s;
}

#g-nav.panelactive {
  opacity: 1;
  z-index: 997;
  height: 100vh;
}

#g-nav.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

#g-nav .menu {
  display: none;
  position: absolute;
  z-index: 999;
  top: 15%;
  right: 5vw;
  transition: all 0.3s;
}

#g-nav.panelactive .menu {
  display: flex;
  grid-gap: 50px;
  flex-wrap: wrap;
  right: 3vw;
}


#g-nav li {
  position: relative;
  list-style: none;
  text-align: left;
  color: #58595b;
  line-height: 18px;
}
#g-nav li:before{
  content: "";
  position: absolute;
  width: 50%;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-bottom: solid 1px;
}

#g-nav li a {
  color: #333;
  text-decoration: none;
  padding: 20px 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 1rem;
  text-transform:none!important;
  text-align: center;
}

.insta-link{
  /* position: fixed; */
  z-index: 2;
  right: 15vw;
  width: 30px;
  height: 30px;
  display: block;
  line-height: 80px;
  margin-right: 30px;
  /* top: 3%; */
}
.line-link{
    z-index: 2;
  right: 15vw;
      width: 35px;
    height: 35px;
    display: block;
    line-height: 85px;
      margin-right: 30px;
}

.openbtn1 {
  position: relative;
  z-index: 998;
  top: 10%;
  right: 0;
  cursor: pointer;
  width: 50px;
  height: 50px;
  margin-right: auto;
}

.openbtn1 span {
  display: inline-block;
  transition: all .4s;
  position: absolute;
  right: 5px;
  height: 3px;
  border-radius: 2px;
  background-color: #666;
  width: 80%;
}

.openbtn1 span:nth-of-type(1) {
  top: 15px;
}

.openbtn1 span:nth-of-type(2) {
  top: 23px;
  /* width: 60%; */
}

.openbtn1 span:nth-of-type(3) {
  top: 31px;
}

.openbtn1.active span:nth-of-type(1) {
  top: 18px;
  right: 6px;
  transform: translateY(6px) rotate(-45deg);
  width: 60%;
}

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

.openbtn1.active span:nth-of-type(3) {
  top: 30px;
  right: 6px;
  transform: translateY(-6px) rotate(45deg);
  width: 60%;
}

/*========= スクロールダウン用 ===============*/
/*スクロールダウン全体の場所*/
.scrolldown2 {
  /*描画位置※位置は適宜調整してください*/
  position: absolute;
  bottom: 20px;
  right: 10vw;
}

/*Scrollテキストの描写*/
.scrolldown2 span {
  /*描画位置*/
  position: absolute;
  left: 10px;
  bottom: 10px;
  /*テキストの形状*/
  color: #000;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  /*縦書き設定*/
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}

/* 丸の描写 */
.scrolldown2:before {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: -4px;
  /*丸の形状*/
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #000;
  /*丸の動き1.6秒かけて透過し、永遠にループ*/
  animation:
    circlemove 2.6s ease-in-out infinite,
    cirlemovehide 2.6s ease-out infinite;
}

/*下からの距離が変化して丸の全体が上から下に動く*/
@keyframes circlemove {
  0% {
    bottom: 45px;
  }

  100% {
    bottom: -5px;
  }
}

/*上から下にかけて丸が透過→不透明→透過する*/
@keyframes cirlemovehide {
  0% {
    opacity: 0
  }

  50% {
    opacity: 1;
  }

  80% {
    opacity: 0.9;
  }

  100% {
    opacity: 0;
  }
}

/* 線の描写 */
.scrolldown2:after {
  content: "";
  /*描画位置*/
  position: absolute;
  bottom: 0;
  left: 0;
  /*線の形状*/
  width: 2px;
  height: 50px;
  background: #000;
}



/* Loading背景画面設定　*/
#splash {
  /*fixedで全面に固定*/
  position: fixed;
  z-index: 999;
  width: 100%;
  height: 100%;
  background: #fff;
  text-align: center;
  color: #771f2c;
  top: 0;
}

/* Loadingバー中央配置　*/
#splash_text {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  transform: translate(-50%, -50%);
  color: #771f2c;
  font-family: "Noto Serif JP", serif;
}

/*IE11対策用バーの線の高さ※対応しなければ削除してください*/
#splash_text svg {
  height: 2px;
}

#splash:after {
  content: url(./img/logo.svg);
  position: absolute;
  font-size: 1rem;
  width: 100%;
  max-width: 250px;
  letter-spacing: 3px;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 40%;
  font-family: "Noto Serif JP", serif;
}
/*========= レイアウトのためのCSS ===============*/
.short-wrap{
  max-width: 1000px;
  width: 100%;
  margin: 100px auto 50px;
}
.link_button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    max-width: 200px;
    width: 100%;
    margin: 0 auto;
    border: 1px solid #2589d0;
    border-radius: 11px;
    /* background-color: #fff; */
    color: #2589d0;
    font-size: 1rem;
    font-family: "Noto Serif JP", serif;
    line-height: 45px;
}

.link_button:hover {
  animation: anima-link_button 1s;
}

@keyframes anima-link_button {
  0% {
      box-shadow: 0 0 0 0 rgb(37 137 208 / 50%);
  }
  100% {
      box-shadow: 0 0 0 1.2em rgb(0 0 0 / 0%);
  }
}

.link_button::after {
  transform: rotate(45deg);
  width: 5px;
  height: 5px;
  margin-left: 10px;
  border-top: 2px solid #2589d0;
  border-right: 2px solid #2589d0;
  content: '';
}
.nav-wrap{
    max-width: 1300px;
    margin: auto;
    width: 100%;
    position: fixed;
    z-index: 999;
    left: 0;
    right: 0;
    top: 0;
    height: 90px;
}
header{
  width: 100%;
  margin: auto;
  height: 60px;
  position: fixed;
  z-index: 9999;
  transition: all 0.25s ease-in-out;
  top: 0;
  left: 0;
  right: 0;
}
header .wrap{
    width: 100%;
    margin: auto;
    position: relative;
    display: flex;
    height: 60px;
    padding-left: 3vw;
    padding-right: 3vw;
    box-sizing: border-box;
    /* top: -70px; */
}
.scrollOn header{
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(20px);
}
.scrollOn header .wrap {
  top: 0px;
}
.mv{
  position: relative;
  z-index: 1;
  width: auto;
  /* height: 100vh;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 50px;
  padding-bottom: 50px; */
  margin-bottom: 100px;
}
.mv .mv-wrap{
  width: auto;
  overflow: hidden;
  height: auto;
  max-height: 100vh;
  position: relative;
  /* padding: 30px; */
  box-sizing: border-box;
  /* border-radius: 10px;
  margin: 10px; */
}
.mv .pattern{
  filter: opacity(0.9);
}
/* .mv .pattern:before {
  content: "";
  background: url(./img/pattern.png);
  background-size: 0.12%;
  z-index: 1;
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  filter: contrast(0.5);
} */
.mv video{
  width: 100%;
  height: 100vh;
  position: relative;
  top: 0px;
  object-fit: cover;
}
/* .mv:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100vh;
  background: url(./img/mv.jpg) no-repeat center;
  background-size: cover;
} */
.mv img{
  max-width: 80px;
  width: 10vw;
  /* margin-top: 70px; */
  vertical-align: bottom;
}
.mv .mainmv{
  width: 100%;
  max-width: unset;
  height: 100%;
}
.mv p{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: fit-content;
  font-size: 1.8rem;
  font-weight: bold;
  text-shadow: 0 0 7px #7c7c7c;
  line-height: 2.2em;
  letter-spacing: 10px;
  color: #ffffff;
  max-width: 1600px;
  width: 100%;
  margin: auto;
  box-sizing: border-box;
  font-family: "Noto Serif JP", serif;
  z-index: 2;
  text-align: center;
}
.mv b{
  display: block;
  padding-top: 30px;
  font-size: 2rem;
  line-height: 60px;
  letter-spacing: 2px;
}
.white-box{
  background-color: #fff;
  padding-top: 100px;
}
header h1{
  max-width: 1300px;
  width: 100%;
  margin: auto;
  height: 60px;
  line-height: 65px;
  font-size: 1.2rem;
    letter-spacing: 2px;
}
.logo {
  max-width: 200px;
  padding-top: 10px;
}
#g-nav .logo_black{
    display: none;
    position: absolute;
    z-index: 999;
    top: 2.5vh;
    left: 10vw;
    transition: all 0.3s;
    max-width: 250px;
}
#g-nav.panelactive .logo_black{
  display: block;
}

.insta{
  max-width: 1040px;
  width: 95%;
  margin: 100px auto 0;
}
@media screen and (max-width:767px) {
  .insta{
    margin: 50px auto;
  }
  .mv{
    margin-bottom: 50px;
  }
}
#concept{
  position: relative;
}
#concept .wrap{
  position: relative;
}
#concept .wrap:before{
  position: absolute;
  content: "Concept";
  bottom: -2vw;
  color: #000;
  z-index: 2;
  left: 10vw;
  font-size: 5vw;
  letter-spacing: 20px;
  font-family: revert;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: italic;
  opacity: 0.6;
  filter: drop-shadow(1px 1px 3px #fff);
}
.concept-photo{
  position: relative;
  width: 100%;
  height: 40.26vw;
  max-height: 70vh;
  overflow: hidden;
  opacity: 1;
}
.concept-photo img {
  transform:scale(1.1);
  width: 100%;
  position: absolute;
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
}

section p.read{
  display: block;
  margin: 100px auto 50px;
  font-size: 1.5rem;
  max-width: 1000px;
  width: 100%;
  line-height: 55px;
  letter-spacing: 1px;
}
section p.read.center{
  text-align: center;
}
.read-txt{
  font-size: 1rem;
  margin-top: 50px;
  letter-spacing: 2px;
}
#concept.active .fadeIn {
  animation: fadeIn 1s ease-in-out forwards;
  opacity: 0;
  display: block;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#concept.active .fadeInUp {
  animation: fadeInUp 1s ease-in-out forwards;
  opacity: 0;
  transform: translateY(100%);
  display: block;
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* #concept.active .concept-photo {
  animation:fade-in-animation 1s ease-out forwards;
} */
#access .read span{
  font-size: 1rem;
}
#concept.active .concept-photo,
#movie.active .wrap{
  animation: clipPath 2.5s cubic-bezier(0, 1.55, 1, 1) 0s 1 forwards;
}
#access.active .wrap{
    animation: clipPath2 2.5s cubic-bezier(0, 1.55, 1, 1) 0s 1 forwards;
}

#concept.active .concept-photo img {
  animation:zoom-out-animation 7s ease-out forwards;
}

@keyframes fade-in-animation {
  0% {
    opacity:0;
  }
  100% {
    opacity:1;
  }
}
@keyframes zoom-out-animation {
  0% {
    transform:scale(1.2);
  }
  100% {
    transform:scale(1);
  }
}
@keyframes clipPath {
  0% {
    opacity: 0;
    clip-path: circle(0 at right -50%); /* 右上に円の中心点を配置 */
  }
  100% {
    opacity: 1;
    clip-path: circle(80% at center center); /* 右上に円の中心点を配置 */
  }
}
@keyframes clipPath2 {
  0% {
    opacity: 0;
    clip-path: circle(0 at left -50%);
  }
  100% {
    opacity: 1;
    clip-path: circle(80% at center center);
  }
}


#button {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #fff;
}

#button .flex-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
      text-align: center;
}
#button .left-wrap {
    width: 300px;
      min-height: 280px;
      background-color: #e7e1daa1;
      box-sizing: border-box;
      box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
      margin: 0px 25px;
      display: table;
}

#button .right-wrap {
    width: 300px;
    min-height: 280px;
      background-color: #e7e1daa1;
      box-sizing: border-box;
      box-shadow: 0px 0px 25px rgb(0 0 0 / 25%);
      margin: 0px 25px;
      display: table;
}
#button .left-wrap a,
#button .right-wrap a{
  box-sizing: border-box;
  padding: 0px 10px;
  display: table-cell;
  vertical-align: middle;
}
#button .left-wrap a:hover,
#button .right-wrap a:hover {
    transition: all 0.2s;
    width: 100%;
    background-color: #c9b7a287;
}
#button b{
  font-size: .9rem;
  letter-spacing: 4px;
  line-height: 30px;
}
#button h3{
  font-size: 1.5rem;
  letter-spacing: 4px;
}
#button p{
  letter-spacing: 4px;
  margin: 25px .5vw 0 .5vw;
  line-height: 30px;
}

#gallery{
  background: #f2f2f2;
  padding-top: 150px;
}
#gallery .flex-wrap{
  display: flex;
  flex-wrap: wrap;
  max-width: 1070px;
  margin: auto;
  justify-content: start;
}
#gallery .flex-contents {
  width: calc(92%/3);
  margin-right: 4%;
}
#gallery .flex-contents:nth-child(3n) {
  margin-right: 0;
}
#gallery .flex-contents a{
    cursor: pointer;
    max-width: 500px;
    overflow: hidden;
    width: 100%;
    display: block;
}
#gallery .flex-contents img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  transition: transform .3s ease;
  /* ゆっくり変化させる */
  vertical-align: bottom;
}
#gallery .flex-contents:hover img {
  transform: scale(1.1);
    /* 拡大 */
}
#gallery .flex-contents .tag{
  border: solid 1px #898989;
  margin: 20px 0 10px;
  display: block;
  text-align: center;
  max-width: 90px;
  padding: 5px;
  letter-spacing: 2px;
  background-color: #323232;
  color: #fff;
  font-size: .6vw;
  font-weight: 600;
}
#gallery h2{
  display: block;
  text-align: center;
  font-size: 1.8rem;
  letter-spacing: 4px;
  margin: 0px auto 30px;
  padding-top: 100px;
}
#gallery p{
  font-size: 1rem;
  text-align: center;
  letter-spacing: 2px;
  margin-bottom: 50px;
}
#gallery p.caption{
  text-align: left;
  font-size: .7rem;
}
#gallery .more{
  max-width: 350px;
    margin: auto;
    text-align: center;
    padding-bottom: 100px;
    margin-top: 30px;
}
#gallery .more a{
  text-align: center;
    padding: 20px 150px;
    border: solid 1px #898989;
    box-sizing: border-box;
    display: block;
    font-family: revert;
    letter-spacing: 3px;
    font-weight: bold;
    font-size: .9rem;
}
#gallery .more a:hover{
  transition: all 0.2s;
    width: 100%;
    background-color: #c9b7a287;
}

#info-area {
  width: 100%;
  height: auto;
  background-color: #eaeaea;
  margin-bottom: 100px;
}

#info-area .content {
  max-width: 1040px;
  margin: auto;
  background: #ffffff00;
  position: relative;
  padding-top: 50px;
  padding-bottom: 50px;
}

#info-area .content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

#info-area .content ul>li {
  width: auto;
  display: table;
  margin: unset;
}

#info-area .all_list {
  width: 25%;
}
#info-area .title{
  font-size: 1.8rem;
  letter-spacing: 4px;
}

#info-area h3.open_h3.btn-5 {
  text-align: center;
  font-size: 16px;
  line-height: 3em;
  border-bottom: solid 1px #e8e8e8;
}

#info-area .info-list {
  width: 70% !important;
  margin: 0 auto;
  font-size: 16px;
  line-height: 2.5em;
  color: #999999;
  padding: 30px;
}

#info-area .info-list a {
  /*width: 95%;*/
  display: inline-block;
  /* margin: 0 auto; */
  font-size: 1rem;
  line-height: 1.5em;
  color: #000;
  clear: both;
  font-weight: bold;
}

#info-area .more {
  display: table-cell;
  text-align: left;
  vertical-align: bottom;
}

#info-area .more img {
  width: 50px;
  padding-bottom: 0px;
}

#info-area .date {
  margin-right: 50px;
  float: left;
  color: #999999;
  line-height: 1.5em;
}

#info-area .acord_list {
  /* border-bottom: solid 1px; */
  color: #000;
  display: flex;
  padding: 10px 0;
}
#sb_instagram .sbi_bio{
  font-size: 17.3px!important;
}
@media screen and (max-width:767px) {
  #sb_instagram .sbi_bio {
    font-size: 14.3px !important;
}
#info-area{
  margin-bottom: 50px;
}
}
/* #sb_instagram .sbi_follow_btn a{
  padding: 15px 30px!important;
  font-size: 15px!important;
  margin-top: 50px!important;
} */

#access{
  /* background-color: #fff; */
  padding-top: 150px;
  margin-bottom: 150px;
  position: relative;
}

#access .wrap{
  width: 100%;
  height: 40.26vw;
  max-height: 70vh;
  margin: auto;
  opacity: 1;
  position: relative;
}
#access .wrap:before{
  position: absolute;
  content: "Access";
  bottom: -2vw;
  color: #000;
  z-index: 2;
  left: 10vw;
  font-size: 5vw;
  letter-spacing: 20px;
  font-family: revert;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: italic;
  opacity: 0.6;
  filter: drop-shadow(1px 1px 3px #fff);
}
#movie{
  /* background-color: #dedede; */
  padding-top: 100px;
  margin-bottom: 150px;
  position: relative;
}
#movie .wrap{
  position: relative;
  width: 100%;
  height: 40.26vw;
  max-height: 70vh;
  margin: auto;
  opacity: 1;
}
#movie .wrap:before{
  position: absolute;
  content: "Facilities";
  bottom: -2vw;
  color: #000;
  z-index: 2;
  left: 10vw;
  font-size: 5vw;
  letter-spacing: 20px;
  font-family: revert;
  font-family: "Noto Serif JP", serif;
  font-weight: 900;
  font-style: italic;
  opacity: 0.6;
  filter: drop-shadow(1px 1px 3px #fff);
}
#movie .wrap img{
  width: 100%;
  object-fit: cover;
  height: 40.26vw;
  max-height: 70vh;
}
#movie video{
  object-fit: cover;
}
.top-button{
  position: relative;
  text-align: center;
  margin: 100px auto 50px;
  height: 50px;
}
.top-button a{
  display: block;
  height: 50px;
}
.top-button .arrow{
  line-height: 50px;
      font-family: revert;
        letter-spacing: 3px;
        font-weight: bold;
        font-size: .9rem;
}
.top-button .arrow:before{
  position: absolute;
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: rotate(-45deg);
  margin-top: 5px;
  left: 0;
  right: 0;
  top: 5px;
  margin: auto;
}

#group{
    background-color: #f2f2f2;
    padding-bottom: 100px;
}
#group h2{
    display: block;
    text-align: center;
    font-size: 1.8rem;
    letter-spacing: 4px;
    margin: 0px auto 50px;
    padding-top: 100px;
}
#group .flex-wrap{
      max-width: 1000px;
      margin: auto;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
}
#group span{
      text-align: center;
      display: block;
      font-size: 1rem;
      color: #8d7d49;
      letter-spacing: 2px;
}
#group img{
  width: 100%;
}
#group a:hover{
  transition: all 0.2s;
    width: 100%;
    display: block;
    filter: brightness(0.7);
}
#group .right-wrap,
#group .left-wrap{
  width: 45%;
}

.paging {
  max-width: 1040px;
  margin: auto;
  text-align: center;
}

span.page-numbers.current {
  background-color: #d7d0c6;
  color: #fff;
  font-size: 1rem;
  font-family: system-ui;
  padding: 5px 10px;
  margin: 0px 5px;
}

a.page-numbers {
  background-color: #f0f0eb;
  color: #595757;
  font-size: 1rem;
  font-family: system-ui;
  padding: 5px 10px;
  margin: 0 5px;
}

a.next,
a.prev {
  background-color: unset;
  font-size: unset;
}

.facility-table {
  width: 100%;
  max-width: 1000px;
  border-collapse: collapse;
  margin: 20px auto;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  font-size: 1rem;
  line-height: 25px;
}

.facility-table thead th {
  background-color: #86cdffcc;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 30%;
}
.facility-table thead th:first-child {
  width: 20%;
}

.facility-table tbody td {
  padding: 10px;
  border-bottom: 1px solid #ddd;
}

.facility-table tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}

.facility-table tbody tr:last-child td {
  border-bottom: none;
}

.facility-table th, .facility-table td {
  text-align: center;
}

.facility-table tbody td:first-child {
  font-weight: bold;
}

@media screen and (max-width: 600px) {
  .facility-table {
      overflow-x: auto; /* スマホでは横スクロールを許可 */
      width: 95%;
  }

  .facility-table td, .facility-table th {
      padding: 10px 5px;
      font-size: 14px; /* フォントサイズを少し小さくする */
  }
}
.sub-mv-wrap{
  margin: 0px calc(50% - 50vw);
  width: 100vw;
  position: relative;
}
.sub-mv-wrap .caption{
  position: absolute;
  top: 0px;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  height: fit-content;
  font-size: 1.5rem;
  line-height: 20px;
  text-align: center;
  filter: drop-shadow(2px 2px 1px #000);
  color: #fff;
}
.sub-mv-wrap img{
  filter: brightness(0.9);
  width: 100%;
  height: 300px;
  object-fit: cover;
  object-position: center;
}
.sub-mv-wrap h2{
  font-size: 2.5rem;
    letter-spacing: 10px;
}
#f-nav{
  border-top: solid 1px;
  padding: 30px 0;
}
#f-nav-list{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
}
#f-nav-list ul{
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  padding: 0;
  margin: 0;
  justify-content: center;
  line-height: 30px;
}
#f-nav-list li {
  margin: 0 15px;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

.foot-top .flex-wrap {
  display: flex;
  max-width: 750px;
  justify-content: space-between;
  margin: auto;
  padding-bottom: 100px;
}
.foot-top .flex-wrap a {
  font-size: 1.1rem;
  padding: 20px 80px;
  background: #e7e1da;
  letter-spacing: 2px;
  /* font-family: monospace; */
}
.foot-top .flex-wrap a:hover{
  transition: all 0.2s;
    width: 100%;
    background-color: #c9b7a287;
}
.foot-top .flex-wrap .right-wrap a {
  padding: 20px 45px;
}
.foot-top .contact-text{
  margin: 50px auto 50px;
  text-align: center;
}
.foot-top .contact-text span{
  font-size: 1.6rem;
  letter-spacing: 4px;
    font-weight: 600;
    display: block;
}
.foot-top .contact-text p{
  font-size: 1rem;
  letter-spacing: 2px;
  display: inline-block;
  margin: 30px 0 0 0;
}

footer{
  background-color: #000;
  font-weight: 500;
}
footer .foot-wrap{
  max-width: 1040px;
  margin: auto;
  padding: 20px 0;
  color: #fff;
}
footer .upper{
  position: relative;
}
footer .upper>a {
  position: absolute;
  right: 4.8vw;
  top: -10px;
}
footer .upper>a img{
  width: 30px;
}
footer .upper ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1000px;
  margin: 30px auto;
}
footer .upper li{
  display: table;
}
footer .upper li:last-child{
  width: 20%;
  text-align: right;
}
footer .upper li:last-child a{
  display: inline-block;
  width: 30px;
  height: 30px;
}
footer .upper li:last-child img{
  width: 100%;
  vertical-align: middle;
}
footer .upper a {
  color: #fff;
  display: table-cell;
  vertical-align: middle;
}
footer .middle{
  border-top: solid 1px;
  border-bottom: solid 1px;
  padding: 30px 0;
}
footer .middle ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: auto;
    max-width: 1000px;
}
footer .middle li{
  line-height: 46px;
}
footer .middle li a {
  color: #fff;
}
footer .middle li:first-child {
  width: 40%;
  line-height: unset;
  padding: 5px 0px;
}
footer .middle li:last-child {
  font-size: 1rem;
  letter-spacing: 2px;
}
footer .under ul{
  display: flex;
  justify-content: center;
  margin: 30px auto;
  max-width: 1000px;
}
#floating-banner {
  position: fixed;
  bottom: 30px;
  right: 0px;
  width: 200px;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  background: #fff;
  z-index: 9;
}

#floating-banner img {
  display: block;
  width: 100%;
  height: auto;
}

#close-banner {
  position: absolute;
  top: 4px;
  left: 4px;
  background: rgba(0,0,0,0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  cursor: pointer;
  font-size: 16px;
  line-height: 24px;
}

@media screen and (max-width:767px) {
  .read-txt{
    font-size: 0.8rem;
    margin-top: 30px;
    letter-spacing: 0px;
    line-height: 30px;
  }
  #sb_instagram br {
    display: block!important;
  }
#floating-banner {
  width: 180px;
}
.pc-flex {
  display: none !important;
}

.sp-flex {
  display: flex !important;
}
#g-nav.panelactive ul {
  grid-gap: 30px;
  width: 90%;
  flex-wrap: wrap;
  right: 3vw;
  margin: auto;
  justify-content: right;
}
#g-nav.panelactive .menu{
  display: block;
}
.insta-link {
  line-height: 85px;
  margin-right: 15px;
}
.line-link {
  line-height: 90px;
  margin-right: 15px;
}

header .wrap {
  width: 90%;
  padding: 0;
}
.openbtn1{
  top: 22%;
}
.mv:before {
  background-size: cover;
  height: 120vw;
}

.mv p {
  top: 0;
  bottom: 0;
  width: 80%;
  padding: 10px;
  font-size: 1rem;
  line-height: 2em;
  box-sizing: unset;
}

#concept .wrap:before,
#access .wrap:before,
#movie .wrap:before {
  bottom: -5vw;
  width: fit-content;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 3rem;
  letter-spacing: 15px;
}
section p.read{
  font-size: .95rem;
  width: 90%;
  line-height: 45px;
  margin: 30px auto 50px;
}
.sub-mv-wrap {
  margin: 0px calc(25% - 50vw);
  width: 150vw;
  position: relative;
}
.sub-mv-wrap .caption {
  font-size: 1rem;
  line-height: 15px;
}
.sub-mv-wrap h2 {
  font-size: 1.8rem;
  letter-spacing: 10px;
}
.white-box{
  padding-top: 50px;
}
#brand .right-wrap {
  width:80%;
  margin:auto;
}
#brand .right-wrap h3 {
  text-align: center;
  margin-top: 50px;
}
#brand .flex-wrap {
  display: block;
}
#brand .left-wrap {
  width: 80%;
  margin: auto;
}
#brand .left-wrap:before {
  max-width: 150px;
  left: 21vw;
  top: 8em;
}
#brand .left-wrap img {
  border-radius: 0 5em 0 0;
  height: 250px;
}
#brand h3 img {
  max-width: 200px;
}
#brand .right-wrap p {
  width: 100%;
  margin: auto;
}
#brand .right-wrap p{
  font-size: .8rem;
  text-align: center;
}
#brand .right-wrap h3:after {
  width: 100%;
  left: 0;
  right: 0;
  margin: auto;
}

#button{
  padding-top: 70px;
  padding-bottom: 70px;
}
#button .left-wrap {
margin-bottom: 30px;
min-height: 180px;
width: 50%;
}
#button .right-wrap{
min-height: 180px;
  width: 50%;
}
#button b{
  font-size: .8rem;
}
#button h3{
  font-size: 1.2rem;
  margin-bottom: 10px;
}

#gallery h2{
  padding-top: 70px;
  font-size: 1.4rem;
}
#gallery p {
  line-height: 20px;
  margin-bottom: 30px;
  font-size: .8rem;
}
#gallery .flex-wrap {
  width: 80%;
  justify-content: space-between;
}
#gallery .flex-contents {
  width: 100% !important;
  margin-right: 0 !important;
}
#gallery .flex-contents:nth-child(3n) {
  margin-right: 4%;
}
#gallery .flex-contents:nth-child(even) {
  margin-right: 0;
}
#gallery .flex-contents img {
  height: auto !important;
}
#gallery .flex-contents .tag {
  margin: 10px 0;
  font-size: .6rem;
}
#gallery .more {
  width: 50%;
  padding-bottom: 70px;
}
#gallery .more a {
  padding: 20px 50px;
  font-size: .8rem;
}

#info-area .content {
  padding-top: 70px;
}
#info-area .content ul {
  display: block;
    width: 90%;
    margin: auto;
}
#info-area .info-list {
  width: 100% !important;
  box-sizing: border-box;
  font-size: .8rem;
  padding: 30px 0px 50px;
}
#info-area .info-list a {
  font-size: .8rem;
}
#info-area .date{
  margin-right: 30px;
}
#info-area .all_list {
  margin-left: auto!important;
}
#info-area .title{
  font-size: 1.4rem;
}
#info-area .more img {
  width: 45px;
}
#info-area .acord_list {
  margin: 10px auto;
}
#info-area .content ul>li {
  margin: auto;
}


#access {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-bottom: 0;
}
#access .flex-wrap {
  display: block;
  width: 80%;
}
#access li a {
  font-size: .8rem;
}
#access .left-wrap {
  width: 100%;
}
#access .right-wrap {
  width: 100%;
}
#access .left-wrap ul {
  margin-bottom: 30px;
}
#access .right-wrap iframe {
  height: 250px;
}
#access .right-wrap span {
  font-size: .8rem;
}
.top-button {
  margin: 70px auto 20px;
}
#access li:first-child {
  font-size: .8rem;
}

#movie{
  padding-top: 0;
  margin-bottom: 50px;
}

#gallery{
  padding-top: 50px;
}
#gallery .slick-slide img{
  height: 200px;
}
footer .upper ul{
  width: 80%;
  margin: 0 auto 20px;
  justify-content: space-between;
}
footer .upper li{
  width: unset!important;
  text-align: center!important;
  line-height: 30px;
} 
footer .upper li:last-child a {
  width: 18px;
}
footer .middle{
  padding: 20px 0;
}
footer .middle ul{
  display: flex;
  width: 80%;
}
footer .middle li{
  width: 100%!important;
  text-align: center;
  line-height: 30px;
}
footer .middle li:first-child {
  width: 40%;
  line-height: 30px;
  height: 35px;
}
footer .under ul{
  display: block;
  width: 90%;
  margin: 10px auto;
  text-align: center;
}
footer .under li:first-child {
  line-height: 30px;
}
footer  .under li:last-child{
  display: inline-block;
}
.foot-top .flex-wrap a:hover {
  width: auto;
}
.foot-top .contact-text p {
  font-size: .8rem;
}
.foot-top .flex-wrap {
  display: block;
}
.foot-top .flex-wrap{
  display: block;
  text-align: center;
  width: 80%;
  padding-bottom: 70px;
}
.foot-top .flex-wrap .center-wrap{
  margin: 20px auto;
}
.foot-top .flex-wrap a {
  display: block;
  font-size: 1rem;
  padding: 20px 30px;
}

}


/*メニュー追加スタイル*/
.menu-item {
  position: relative;
}
.dropdown {
  position: absolute;
  top: 100%;
  left: -50%;
  background: white;
  list-style: none;
  padding: 0;
  margin: 0;
  display: none; /* 最初は非表示 */
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  min-width: 150px;
}
.dropdown li {
  border-bottom: 1px solid #ddd;
}
.dropdown li a {
  color: black;
  padding: 10px;
  display: block;
}
.menu-item ul{
  grid-gap: unset;
}
.menu-item li{
  position: unset;
}
.dropdown li:before{
  content: unset!important;
}
@media (min-width: 768px) {
  .menu-item:hover .dropdown {
    display: block;
  }
}
@media screen and (max-width:767px) {

  .dropdown {
    display: block;
  }
}
/*メニュー追加スタイル*/