@charset "UTF-8";
.bg_gy {
  background-color: #162755;
}

.title_wrap {
  text-align: center;
  margin: 0 0 2em;
  letter-spacing: .3em;
  text-indent: .3em;
  position: relative;
  font-size: 1.4em;
}

.title_wrap p {
  font-size: .8rem;
  letter-spacing: 1px;
  text-indent: 1px;
}

.all_wrap {
  padding-bottom: 3em;
}

.remodal {
  padding: 0;
  text-align: left;
}

@media only screen and (min-width: 641px) {
  .remodal {
    max-width: 1200px;
  }
}

.cancel_button {
  cursor: pointer;
}

.swiper-container-horizontal > .swiper-pagination-bullets {
  text-align: center !important;
  position: relative !important;
  margin-top: .5em;
}

.swiper-pagination-bullet-active {
  background: #fff !important;
}

@media screen and (max-width: 767px) {
  .swiper-button-prev,
  .swiper-button-next {
    display: none;
  }
}

@media screen and (min-width: 768px) {
  .swiper-button-prev,
  .swiper-button-next {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
    z-index: 10;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
    width: 48px;
    /* ボタンの幅 */
    height: 48px;
    /* ボタンの高さ */
    background-size: 48px 48px;
    /* 背景画像としてのサイズ（＝表示したい画像サイズ） */
    margin-top: -24px;
    /* 縦中央配置用：ボタンの高さの半分のネガティブマージン（top:50%がすでに設定されている） */
  }
  /* 次ページボタンのスタイル */
  .swiper-button-next {
    background-image: url(../images/angle_left.svg);
    transform: scale(-1, 1);
    /* 左右反転 */
  }
  /* 前ページボタンのスタイル */
  .swiper-button-prev {
    background-image: url(../images/angle_left.svg);
  }
  .swiper-button-prev:after,
  .swiper-button-next:after {
    display: none;
  }
}

.bg_img {
  max-width: 800px;
  height: auto;
  opacity: 0.4 !important;
}

#header {
  position: fixed;
  z-index: 1000;
  transition: all 0.3s;
  background-color: #000;
}

@media screen and (max-width: 767px) {
  #header {
    opacity: 0;
  }
}

#header.active {
  transition: all 0.3s;
}

#header.active .logo_wrap {
  opacity: 1;
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  #header.active {
    opacity: 1;
    transition: all 0.3s;
  }
}

#header .logo_wrap {
  opacity: 0;
  width: 9em;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  #header .logo_wrap {
    width: 6em;
    padding: .5em 0 .5em;
    margin: 0 auto;
  }
}

#header ul {
  white-space: nowrap;
}

#header ul li {
  display: inline-block;
  vertical-align: middle;
}

#header ul li a {
  padding: 1.5em .6em;
  font-size: .7em;
  display: block;
}

#header .covid_info {
  width: 50%;
}

#header .covid_info .button_p {
  cursor: pointer;
  background-color: #989EC0;
  padding: .7em 2em .7em .7em;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
  right: 1px;
}

#header .covid_info .button_p:after {
  content: "^";
  position: absolute;
  right: .75em;
  top: 50%;
  line-height: 1;
  transform: translate(0, -75%) rotate(180deg);
}

#header .covid_info p {
  font-size: .6rem;
}

.remodal-wrapper {
  padding: 0;
}

.contents_covid {
  background: none !important;
  width: 80%;
  margin: 0 auto;
  padding: 2em 0;
}

@media screen and (min-width: 768px) {
  .contents_covid {
    max-width: 800px;
  }
}

.contents_covid > .inner {
  background-color: #fff !important;
}

.contents_covid .contents_wrap {
  padding: 1em;
}

@media screen and (min-width: 768px) {
  .contents_covid .contents_wrap {
    padding: 2em;
  }
}

.contents_covid h2 {
  text-align: center;
  margin-bottom: 1em;
  font-size: .9em;
}

@media screen and (min-width: 768px) {
  .contents_covid .content {
    width: calc(50% -  0.5em);
    margin-right: 1em;
    margin-bottom: 1em;
  }
}

@media screen and (min-width: 768px) {
  .contents_covid .content:nth-of-type(2n) {
    margin-right: 0;
  }
}

.contents_covid .content .left {
  width: 30%;
}

.contents_covid .content .left .covid_img {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.contents_covid .content .right {
  width: 70%;
  padding-left: .5em;
}

.contents_covid .content .right p {
  font-size: .7em;
}

.contents_covid .button {
  text-align: center;
}

.contents_covid .button a {
  font-size: .6em;
  letter-spacing: 0;
  line-height: 1.4;
  padding: 1em 2em;
}

@media screen and (min-width: 768px) {
  .contents_covid .place_info {
    max-width: 600px;
    margin: 0 auto;
  }
}

.contents_covid .place_info ul li {
  margin-left: 1.2em;
  list-style: disc;
  font-size: .7em;
}

.remodal-close {
  position: relative;
  background: none;
  color: #fff;
  width: 100%;
  text-align: center;
  font-size: .8em;
  margin: 1em 0;
}

.remodal-close:before {
  display: none;
}

#fix_wrap {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  padding-bottom: env(safe-area-inset-bottom);
  background-color: #000;
}

#fix_wrap .button_wrap {
  padding: .5em;
  position: relative;
}

@media screen and (min-width: 768px) {
  #fix_wrap .button_wrap {
    margin: 0;
  }
}

#fix_wrap .covid_info {
  width: 50%;
  padding: .2em .5em .2em 0;
}

#fix_wrap .covid_info .button_p {
  background-color: #989EC0;
  padding: 1.2em;
  line-height: 1;
  letter-spacing: 0;
  border: 1px solid #fff;
}

#fix_wrap .covid_info p {
  font-size: .6rem;
}

#fix_wrap .button {
  width: 40%;
  padding: .2em .5em .2em 0;
}

@media screen and (min-width: 768px) {
  #fix_wrap .button {
    width: 30%;
  }
}

#fix_wrap .button a {
  font-size: .6rem;
  background-color: #989EC0;
  padding: 1em;
  line-height: 1;
  letter-spacing: 0;
  width: 100%;
  padding: 1.2em;
}

@media screen and (min-width: 768px) {
  #fix_wrap .button a {
    font-size: .8rem;
  }
}

#menu_button {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: -1em;
}

#menu_button .hanb {
  width: 2em;
  min-width: 30px;
  height: 1.5em;
  margin-bottom: .3em;
  position: relative;
}

#menu_button .hanb span:first-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background-color: #fff;
}

#menu_button .hanb span:nth-of-type(2) {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translate(0, -50%);
  height: 3px;
  background-color: #fff;
}

#menu_button .hanb span:last-child {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background-color: #fff;
}

#menu_button p {
  font-size: .6em;
  line-height: 1;
}

#menu {
  overflow: hidden;
  position: fixed;
  transition: all 0.3s;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  transform: translate3d(100%, 0, 100px);
}

#menu.open {
  transform: translate3d(0, 0, 100px);
  transition: all 0.3s;
}

#menu.active {
  background-color: rgba(0, 0, 0, 0.43);
  padding-bottom: env(safe-area-inset-bottom);
}

#menu > .inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.43);
  -webkit-backdrop-filter: blur(12px) brightness(60%);
          backdrop-filter: blur(12px) brightness(60%);
  z-index: 1;
  padding-bottom: env(safe-area-inset-bottom);
}

#menu .contents_wrap {
  height: 100%;
  padding: 2em;
}

#menu ul {
  text-align: left;
}

#menu ul li {
  margin-bottom: .5em;
}

#menu .close {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translate(-50%, 0);
  font-weight: bold;
  font-size: .7em;
}

#menu .hash {
  margin-top: 2em;
  text-align: left;
  font-size: .7em;
}

#kv {
  width: 100%;
  height: 95vh;
  background-image: url(../images/bg_kv_pc.jpg);
  background-position: center center;
}

@media screen and (max-width: 767px) {
  #kv {
    background-image: url(../images/bg_kv_sp.jpg);
    background-position: center top;
  }
}

@media screen and (min-width: 768px) {
  #kv {
    min-height: 700px;
  }
}

#kv .logo_wrap {
  position: absolute;
  width: 80%;
  left: 51%;
  transform: translate(-50%, 10%);
  opacity: 0;
  transition: all 0.3s;
}

#kv .logo_wrap.active {
  opacity: 1;
  transform: translate(-50%, 0);
  transition: all 0.3s;
}

@media screen and (max-width: 767px) {
  #kv .logo_wrap {
    top: 50%;
  }
}

@media screen and (min-width: 768px) {
  #kv .logo_wrap {
    bottom: 8%;
    left: 50%;
    width: 30em;
    max-width: 600px;
  }
}

#kv .copy_wrap {
  position: absolute;
  width: 3em;
  top: 5%;
  left: 50%;
  transform: translate(-50%, 0);
  opacity: 0;
  transition: all 0.3s;
}

#kv .copy_wrap.active {
  opacity: 1;
  transition: all 0.3s;
}

@media screen and (min-width: 768px) {
  #kv .copy_wrap {
    top: 10%;
  }
}

.twitter_wrap {
  max-width: 600px;
  margin: 0 auto;
  margin-bottom: 4em;
  padding: 1em;
}

.twitter_wrap > .inner {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.43);
}

.twitter_wrap .title_wrap {
  margin-bottom: 1em;
}

#copytext {
  padding: 2em 0 2.5em;
}

#copytext .bg_img {
  position: absolute;
  z-index: -1;
  left: -50%;
}

@media screen and (min-width: 768px) {
  #copytext .bg_img {
    left: -30%;
  }
}

.contents_ticket.remodal {
  width: 60%;
  max-width: 800px;
  background: none;
}

@media screen and (max-width: 767px) {
  .contents_ticket.remodal {
    width: 90%;
  }
}

.contents_ticket > .inner {
  background-color: #fff !important;
}

.contents_ticket .contents_wrap {
  padding: 2em;
}

.contents_ticket .contents_wrap .text {
  margin-bottom: 2em;
}

.contents_ticket .contents_wrap .text a {
  color: #000;
  text-decoration: underline;
  word-break: break-all;
  display: block;
}

.contents_ticket .contents_wrap .text span {
  display: block;
  color: red;
}

#areamap {
  padding: 2.5em 0;
}

#areamap .bg_img {
  position: absolute;
  z-index: -1;
  right: -50%;
}

@media screen and (min-width: 768px) {
  #areamap .bg_img {
    right: -30%;
  }
}

.img0 {
  background-image: url(../images/contents_0.jpg);
}

.img1 {
  background-image: url(../images/contents_1.jpg);
}

.img2 {
  background-image: url(../images/contents_2.jpg);
}

.img3 {
  background-image: url(../images/contents_3.jpg);
}

.img4 {
  background-image: url(../images/contents_4.jpg);
}

.img5 {
  background-image: url(../images/contents_5.jpg);
}

.img6 {
  background-image: url(../images/contents_6.jpg);
}

.img7 {
  background-image: url(../images/contents_7.jpg);
}

.img8 {
  background-image: url(../images/contents_8.jpg);
}

.remodal.spot {
  background-color: rgba(0, 0, 0, 0.43);
}

.remodal.spot .content_text {
  padding: 1em;
  letter-spacing: 0;
}

@media screen and (max-width: 767px) {
  .remodal.spot .content_text {
    padding: 1.5em;
  }
}

.remodal.spot .content_text span {
  display: block;
  font-size: .6em;
  margin-bottom: .6em;
}

.remodal.spot .content_text h2 {
  font-size: 1em;
  margin-bottom: .2em;
  line-height: 1.4;
  display: block;
}

.remodal.spot .content_text [data-ruby] {
  position: relative;
}

.remodal.spot .content_text [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

.remodal.spot .content_text p {
  font-size: .7em;
}

.remodal.spot .cancel_button {
  position: absolute;
  bottom: -3em;
  left: 50%;
  transform: translate(-50%, 0);
  font-size: .8em;
}

#contents {
  padding: 2.5em 0;
}

#contents .bg_img {
  position: absolute;
  z-index: -1;
}

#contents .bg_img.left {
  top: 30%;
  left: 0;
}

#contents .bg_img.right {
  top: 70%;
  right: 0;
}

@media screen and (max-width: 767px) {
  #contents .content_top .content_text {
    width: 100%;
    position: absolute;
    bottom: 0;
    padding: 1em;
    z-index: 2;
    background: black;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.685312) 0%, rgba(0, 0, 0, 0.693715) 39%, rgba(136, 139, 152, 0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#888b98",GradientType=1);
  }
}

#contents .content {
  background-color: rgba(0, 0, 0, 0.43);
}

#contents .content .content_text {
  padding: 1em;
  letter-spacing: 0;
}

#contents .content .content_text span {
  display: block;
  font-size: .6em;
  margin-bottom: .6em;
  font-weight: bold;
}

#contents .content .content_text h2 {
  font-size: 1em;
  margin-bottom: .2em;
  line-height: 1.4;
  display: block;
}

#contents .content .content_text [data-ruby] {
  position: relative;
}

#contents .content .content_text [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
  font-weight: normal;
}

#contents .content .content_text p {
  font-size: .7em;
}

#contents .content .button.transparent p {
  cursor: pointer;
  background: none;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #contents .contents_wrap {
    padding: 0;
    margin-bottom: 2em;
    background-color: #000000;
  }
}

@media screen and (min-width: 768px) {
  #contents .contents_wrap .content {
    width: calc(33.3333% - .5em);
    margin-right: .75em;
    margin-bottom: .75em;
  }
  #contents .contents_wrap .content:nth-of-type(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  #contents .contents_wrap .content {
    width: 50%;
  }
}

#contents .contents_bottom .content .sub {
  font-size: .8em;
  margin-bottom: .5em;
}

#contents .contents_bottom .content .img_wrap {
  background-image: url(../images/contents_10.jpg);
}

@media screen and (min-width: 768px) {
  #contents .contents_bottom .content .right {
    padding: 1em;
  }
}

#contents .contents_bottom .content .right span {
  font-size: .6rem;
  display: block;
}

#contents .contents_bottom .content.bless {
  margin-bottom: .75em;
}

#contents .contents_bottom .content.bless .right {
  padding: 1em;
}

#contents .contents_bottom .content.bless h2 {
  font-size: 1.2em;
}

#contents .contents_bottom .content.vr {
  padding: 1em;
}

#contents .contents_bottom .content.vr .title_wrap {
  margin-bottom: 1em;
}

#contents .contents_bottom .content.vr h1 {
  padding-top: 1em;
}

#contents .contents_bottom .content.vr > .inner {
  background-color: rgba(0, 0, 0, 0.43);
}

@media screen and (max-width: 767px) {
  #contents .contents_bottom .content.vr .content_text {
    padding: 0;
    margin-bottom: 1em;
  }
}

#contents .contents_bottom .breath {
  padding-top: 1em;
}

#contents .contents_bottom .breath .inner {
  align-items: flex-end;
}

#contents .contents_bottom .breath .left_contents {
  margin-right: .5em;
}

#contents .contents_bottom .breath img {
  margin: 0em;
  width: 100px;
}

#contents .contents_bottom .breath p {
  font-size: .6em;
}

#contents .contents_bottom .breath a {
  font-size: .6em;
  display: block;
  text-decoration: underline;
}

#app {
  padding: 2.5em 0;
}

#app .bg_img {
  position: absolute;
  z-index: -1;
}

#app .bg_img.left {
  top: 0%;
  left: -30%;
}

@media screen and (min-width: 768px) {
  #app .bg_img.left {
    left: -20%;
  }
}

#app .bg_img.right {
  top: 70%;
  right: 0;
}

#app .content {
  background-color: rgba(0, 0, 0, 0.43);
}

#app .content .left {
  padding: 1em;
  padding-right: 0;
}

#app .content .content_img {
  background-image: url(../images/logo_nakedapp.jpg);
}

#app .content .content_text {
  padding: 1em;
  letter-spacing: 0;
}

#app .content .content_text span {
  display: block;
  font-size: .6em;
  margin-bottom: .6em;
}

#app .content .content_text h2 {
  font-size: 1em;
  margin-bottom: .2em;
  line-height: 1.4;
  display: block;
}

#app .content .content_text p {
  font-size: .7em;
}

#app .content .button_wrap {
  width: 60%;
}

@media screen and (max-width: 767px) {
  #app .content .button_wrap {
    width: 100%;
  }
}

#app .content .button_wrap .apple {
  margin-right: .5em;
}

#app .content .link_wrap.sp {
  padding: .5em 1em;
}

#app .content .info {
  padding: 1em;
  padding-top: 0;
}

#app .content .info > .inner {
  padding: 1em;
  background-color: rgba(0, 0, 0, 0.43);
  height: 100px;
  overflow-y: scroll;
}

#goods {
  padding: 2.5em 0;
  overflow: hidden;
}

#goods .bg_img {
  position: absolute;
  z-index: -1;
}

#goods .bg_img.left {
  top: 0%;
  left: -30%;
}

#goods .bg_img.right {
  top: 0%;
  right: -30%;
}

@media screen and (min-width: 768px) {
  #goods .bg_img.right {
    right: -20%;
  }
}

#goods .swiper-container {
  height: 100%;
  overflow: inherit;
}

#goods .swiper-slide {
  /* Center slide text vertically */
  display: flex;
  height: auto;
}

#goods .swiper-slide .inner {
  height: 100%;
}

#goods .content {
  background-color: rgba(0, 0, 0, 0.43);
  width: calc(33.3333% - 1em);
  margin-right: 2em;
}

#goods .content .content_text {
  padding: 1em 1em 3em;
  letter-spacing: 0;
}

#goods .content .content_text span {
  display: block;
  font-size: .6em;
  margin-bottom: .6em;
}

#goods .content .content_text h2 {
  font-size: 1em;
  margin-bottom: .2em;
  line-height: 1.4;
  display: block;
}

#goods .content .content_text [data-ruby] {
  position: relative;
}

#goods .content .content_text [data-ruby]::before {
  content: attr(data-ruby);
  position: absolute;
  top: -1em;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 0.5em;
}

#goods .content .content_text p {
  font-size: .7em;
  margin-bottom: 1em;
}

#goods .content .content_text .price {
  position: absolute;
  bottom: 2em;
  font-size: .6em;
}

#goods .contents_wrap .content .img_goods_mikuji {
  background-image: url(../images/goods_mikuji.jpg);
}

#goods .contents_wrap .content .img_goods_vr {
  background-image: url(../images/goods_vr.jpg);
}

#goods .contents_wrap .content .img_goods_ninja {
  background-image: url(../images/goods_ninja.jpg);
}

#goods .contents_wrap .content .img_goods_aroma {
  background-image: url(../images/goods_aroma.jpg);
}

#goods .contents_wrap .content .img_goods_dande {
  background-image: url(../images/goods_dande.jpg);
}

#goods .online {
  text-align: center;
}

#goods .online a {
  text-decoration: underline;
  font-weight: bold;
}

#ticket {
  padding: 2.5em 0;
  overflow: hidden;
}

#ticket .bg_img {
  position: absolute;
  z-index: -1;
}

#ticket .bg_img.left {
  top: 0%;
  left: -30%;
}

#ticket .bg_img.right {
  top: 0%;
  right: -30%;
}

#ticket .swiper-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

#ticket å
.swiper-slide {
  /* Center slide text vertically */
  display: flex;
  height: auto;
}

#ticket .day_title {
  width: 100%;
  margin-bottom: 16px;
  text-align: center;
}

#ticket .day_title .weekday {
  font-weight: bold;
  width: calc(33.3333% - .5em);
  margin-right: .75em;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

#ticket .day_title .weekend {
  font-weight: bold;
  width: calc(66.6666% - .4em);
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
  display: inline-block;
}

#ticket .content {
  width: calc(33.3333% - .5em);
  margin-right: .75em;
}

#ticket .content:nth-of-type(3n) {
  margin-right: 0;
}

@media screen and (max-width: 767px) {
  #ticket .content {
    width: 60%;
  }
}

#ticket .content .title {
  transform: translate(0, -140%);
  border-bottom: 1px solid #fff;
  left: 0;
  right: 0;
  font-weight: bold;
  font-size: .8em;
}

#ticket .content.weekday {
  background-color: #e0e0e83f;
}

#ticket .content.weekend {
  background-color: #F4E4EC3f;
}

#ticket .content.latetime {
  background-color: #f0bbc93f;
}

#ticket .content > .inner {
  padding: 1.5em;
}

#ticket .content .description {
  width: 100%;
  text-align: center;
  top: 2em;
  left: 0;
}

#ticket .content h3 {
  font-size: .7em;
  font-weight: bold;
  padding-top: 2em;
  margin-bottom: .4em;
  display: block;
}

#ticket .content .age {
  display: inline-block;
}

#ticket .content .age_info {
  font-size: .6em;
  display: inline-block;
}

#ticket .content .price {
  font-weight: bold;
  font-size: .7em;
}

#ticket .playguide .button {
  margin: .5em;
}

#ticket .attention {
  font-size: .7em;
}

#access .bg_img {
  position: absolute;
  z-index: -1;
  top: 70%;
  right: -30%;
}

#access .bg_img.right {
  top: 0%;
  right: -30%;
}

@media screen and (min-width: 768px) {
  #access > .inner {
    background: linear-gradient(90deg, #E0E0E8 0%, #E0E0E8 50%, #464752 50%, #464752 100%);
  }
}

#access .title_wrap {
  text-align: left;
  text-indent: 0;
  margin-bottom: .5em;
}

#access span {
  margin-top: .8em;
  font-size: .6em;
  text-decoration: underline;
  display: block;
  font-weight: bold;
}

#access .sub {
  font-size: .6em;
}

#access .tel-number a {
  color: #000 !important;
}

#access .text {
  font-size: .8em;
  letter-spacing: 0;
}

#access .left {
  background-color: #E0E0E8;
  color: #000;
  padding: 4em 2em 4em 0;
  width: 40%;
}

@media screen and (max-width: 767px) {
  #access .left {
    padding: 1.5em;
    width: 100%;
  }
}

#access .right {
  padding: 4em 0 4em 2em;
  background-color: #464752;
  width: 60%;
}

@media screen and (max-width: 767px) {
  #access .right {
    padding: 1.5em;
    width: 100%;
  }
}

#access .right h3 {
  font-size: .8em;
  text-decoration: underline;
  margin-top: 1em;
  margin-bottom: .5em;
  font-weight: bold;
}

#access .right p {
  font-size: .8em;
}

#access .right .parking h3 {
  display: inline-block;
  margin-right: 1em;
}

#access .right .parking a {
  font-size: .7em;
  display: inline-block;
  position: relative;
}

#access .right .parking a i {
  margin-left: .5em;
  font-size: .6em;
}

#access .right .parking_inner {
  overflow-y: hidden;
  overflow-x: auto;
  /*スクロールバーの動く部分*/
}

#access .right .parking_inner::-webkit-scrollbar {
  width: 1px;
  height: 4px;
}

#access .right .parking_inner::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.43);
}

#access .right .parking_inner::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.658);
  border-radius: 10px;
}

#access .right .parking_inner .inner {
  flex-wrap: nowrap;
  white-space: nowrap;
  margin-bottom: 1em;
}

#access .right .content {
  margin-right: 2em;
  display: inline-block;
}

#access .right .content span {
  display: block;
  margin: 0;
  text-decoration: none;
}

#access .right h4 {
  margin-bottom: .4em;
}

#access .right .parking_text {
  display: flex;
  font-size: .8em;
  white-space: nowrap;
}

#access .right .parking_text .right_text {
  margin-left: 1em;
  white-space: nowrap;
}

#credit {
  padding: 2em 0 4em;
  position: relative;
  overflow: hidden;
}

#credit .bg_img {
  position: absolute;
  z-index: -1;
}

#credit .bg_img.left {
  top: 50%;
  left: -30%;
}

#credit .bg_img.right {
  top: 0%;
  right: -30%;
}

#credit .title_wrap {
  margin-top: 2em;
  margin-bottom: 1em;
}

#credit .ikenobo_logo {
  width: 4em;
  margin: 0 auto;
}

#credit h2 {
  font-size: .7em;
}

#credit .aroma_logo {
  width: 6em;
  margin: 0 auto;
}

#credit .logo_wrap {
  width: 6em;
  margin: 0 auto;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 767px) {
  #credit .logo_wrap {
    width: 5em;
  }
}

#credit .text {
  padding: 1em 1em 1em;
  font-size: 0.7rem;
}

#sns_icon {
  text-align: center;
}

#sns_icon a {
  width: 1.5em;
  margin: 0.3em;
  display: inline-block;
}

footer {
  padding: 2.5em 0 4.5em;
  background-color: #000000;
  z-index: 1;
}

footer .title_wrap {
  margin-bottom: .5em;
}

footer .left {
  width: 20%;
  text-align: left;
  vertical-align: middle;
}

@media screen and (max-width: 767px) {
  footer .left {
    width: 100%;
    text-align: center;
    margin-bottom: 2em;
  }
}

footer .left a {
  display: block;
  font-size: .7em;
  margin-bottom: .5em;
  letter-spacing: 2px;
}

footer .left a span {
  display: inline-block;
  vertical-align: middle;
}

footer .left a i {
  font-size: .6em;
  display: inline-block;
  vertical-align: middle;
  margin-right: .6em;
}

@media screen and (max-width: 767px) {
  footer .left a {
    font-size: 1em;
  }
}

footer .center {
  width: 30%;
}

@media screen and (max-width: 767px) {
  footer .center {
    width: 100%;
    text-align: left;
    margin-bottom: 1.5em;
  }
}

footer .right {
  width: 20%;
}

@media screen and (max-width: 767px) {
  footer .right {
    width: 100%;
    margin-bottom: 1.5em;
  }
}

footer .right .title_wrap {
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer .right .title_wrap {
    text-align: center;
  }
}

footer .right #sns_icon {
  text-align: right;
}

@media screen and (max-width: 767px) {
  footer .right #sns_icon {
    text-align: center;
  }
}

#banner > .inner {
  padding: 30% 0 0 0;
  background-image: url(../images/bg_sakuramatsuri.jpg);
  position: relative;
}

@media screen and (max-width: 767px) {
  #banner > .inner {
    padding: 60% 0 0 0;
  }
}

#banner a:after {
  content: "";
  position: absolute;
  font-size: .7em;
  top: 50%;
  left: 50%;
  opacity: .7;
  transform: translate(-50%, -50%);
}

#banner a.on {
  background-color: rgba(255, 255, 255, 0.493);
  opacity: 1;
}

#banner .logo {
  position: absolute;
  width: 15vw;
  top: 50%;
  transform: translate(0, -50%);
  right: 20%;
}

@media screen and (max-width: 767px) {
  #banner .logo {
    width: 25vw;
    right: 5%;
  }
}

.bg_yl {
  background-color: #e4e4e4;
}

.bg_lg {
  background-color: #e4e4e4;
}

.bg_slg {
  background-color: #fafafa;
}

/*color*/
.vis_h {
  visibility: hidden;
}

html {
  background: #4a4074;
  background: linear-gradient(90deg, #4a4074 0%, #888b98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4074",endColorstr="#888b98",GradientType=1);
  font-size: 62.5%;
  font-size: calc(1rem + ((1vw - 3.2px) * 0.5));
  min-height: 0vw;
}

@media screen and (max-width: 767px) {
  html {
    font-size: 110%;
  }
}

@media (max-width: 320px) {
  html {
    font-size: 80%;
  }
}

@media (min-width: 1921px) {
  html {
    font-size: 160%;
  }
}

body {
  width: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  color: #fff;
  letter-spacing: 1px;
  position: relative;
}

body.noscroll {
  height: 100vh;
  overflow: hidden;
}

body > .inner {
  overflow: hidden;
}

section {
  position: relative;
  z-index: 1;
}

#loader-bg {
  position: fixed;
  height: 100vh;
  visibility: visible;
  opacity: 1;
  transition: all 0.6s;
  background: #4a4074;
  background: linear-gradient(90deg, #4a4074 0%, #888b98 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4a4074",endColorstr="#888b98",GradientType=1);
  z-index: 9999;
}

#loader-bg .logo_loading {
  width: 40%;
  max-width: 300px;
  -webkit-animation: loading_logo infinite 1.3s;
          animation: loading_logo infinite 1.3s;
}

#loader-bg.end {
  transition: all 0.6s;
  visibility: hidden;
  opacity: 0;
}

@-webkit-keyframes loading_logo {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

@keyframes loading_logo {
  0% {
    opacity: 0.2;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.2;
  }
}

#header_top {
  opacity: 0;
  transition: all 0.3s;
}

#header_top.active {
  opacity: 1;
  transition: all 0.3s;
}

.int {
  opacity: 0;
  transform: translate(0, 2em);
  transition-duration: 0.3s;
}

.int.active {
  opacity: 1;
  transition-duration: 0.3s;
  transform: translate(0, 0);
}

.op1 {
  opacity: 1 !important;
  transition: all 0.3s;
}

.op0 {
  opacity: 0 !important;
  transition: all 0.3s;
}

.on {
  opacity: 0.7;
  transition: all 0.3s;
}

.shadow {
  filter: drop-shadow(0px 0px 4px #000) drop-shadow(0px 0px 4px #000);
}

.button a {
  text-decoration: none;
  padding: 1em;
  min-width: 10em;
  background-color: #989EC0;
  border: 1px solid #fff;
  font-size: 0.6em;
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 768px) {
  .button a {
    padding: 0.8em;
    font-size: 0.8em;
  }
}

.button.left {
  text-align: left;
}

.button.white a {
  background-color: #fff;
  color: #000000;
  font-weight: bold;
}

.button.transparent a {
  background: none;
  font-weight: bold;
}

.button.sns a {
  text-decoration: none;
  min-width: 18em;
  box-shadow: 0 0 0 1px #fff;
  margin: 0 1em;
  margin-bottom: 1.5em;
  position: relative;
}

.button.sns a.tw {
  background-color: #1da1f2;
}

.button.sns a.tw:after {
  content: "";
  background-image: url(../images/icon_tw.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

.button.sns a.fb {
  background-color: #0875fb;
}

.button.sns a.fb:after {
  content: "";
  background-image: url(../images/icon_fb.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}

.head_wrap {
  max-width: calc(1920px + 4em);
  margin: 0 auto;
  padding: 0 2em;
}

.head_wrap.ovh {
  overflow: hidden;
}

.header_height {
  height: 5vw;
  max-height: 100px;
}

@media screen and (max-width: 767px) {
  .header_height {
    height: 13vw;
  }
}

.full_wrap.ovh {
  overflow: hidden;
}

@media screen and (min-width: 1921px) {
  .full_wrap {
    max-width: 1920px;
    margin: 0 auto;
  }
}

.wide_wrap {
  padding: 0 2em;
}

.wide_wrap.ovh {
  overflow: hidden;
}

@media screen and (min-width: 1500px) {
  .wide_wrap {
    padding: 0 2em;
    max-width: 1501px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 767px) {
  .wide_wrap {
    padding: 0 1em;
  }
}

.mid_wrap.ovh {
  overflow: hidden;
}

@media screen and (min-width: 1201px) {
  .mid_wrap {
    padding: 0 2em;
    width: 80%;
    max-width: 1200px;
    margin: auto;
  }
}

@media screen and (max-width: 1200px) {
  .mid_wrap {
    padding: 0 1.5em;
    width: 100%;
    margin: 0 auto;
    min-width: 700px;
  }
}

@media screen and (max-width: 767px) {
  .mid_wrap {
    padding: 0 1em;
    width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
}

.nar_wrap {
  padding: 0;
  max-width: 800px;
  margin: 0 auto;
}

@media screen and (max-width: 767px) {
  .nar_wrap {
    padding: 0 1em;
  }
}
