﻿@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
body, * {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  outline: none !important
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  -moz-tap-highlight-color: transparent
}

html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 100%;
  overflow-x: hidden
}

body {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif;
  margin: 0;
  position: relative;
  width: 100%
}

button {
  border: none;
  cursor: pointer
}

ul {
  margin: 0;
  padding: 0
}

a {
  color: inherit;
  text-decoration: none
}

a:active, a:focus {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none !important
}

.hoverable a:hover {
  color: inherit;
  cursor: pointer;
  font-family: inherit;
  text-decoration: none !important;
  cursor: pointer
}

legend {
  color: #000
}

ol, ul {
  list-style: none
}

* {
  text-decoration: none
}

caption, th {
  text-align: left
}

sup {
  vertical-align: text-top
}

img {
  display: block;
  border: none !important
}

sub {
  vertical-align: text-bottom
}

input, textarea, select {
  *font-size: 100%
}

a {
  color: inherit;
  text-decoration: none
}

textarea {
  outline: none;
  resize: none
}

abbr, acronym {
  border: 0;
  font-variant: normal
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}

table {
  border-collapse: collapse;
  border-spacing: 0
}

fieldset, img {
  border: 0
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit
}

address, caption, cite, code, dfn, th, var {
  font-style: normal;
  font-weight: normal
}

q:before, q:after {
  content: ''
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}

html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, a, blockquote, figure {
  margin: 0;
  padding: 0
}


/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

h1 {
  font-size: 2em;
  margin: 0.67em 0
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

pre {
  font-family: monospace, monospace;
  font-size: 1em
}

a {
  background-color: transparent
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted
}

b, strong {
  font-weight: bolder
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em
}

small {
  font-size: 80%
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}

sub {
  bottom: -0.25em
}

sup {
  top: -0.5em
}

img {
  border-style: none
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button, input {
  overflow: visible
}

button, select {
  text-transform: none
}

button, [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: 0.35em 0.75em 0.625em
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  vertical-align: baseline
}

textarea {
  overflow: auto
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details {
  display: block
}

summary {
  display: list-item
}

template {
  display: none
}

[hidden] {
  display: none
}

#header {
  background-color: #0d274e
}

@media only screen and (max-width: 47.9375em) {
  #header {
    background-color: transparent;
    z-index: 3
  }
}

#header .header-wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1040px;
  width: 100%
}

@media only screen and (max-width: 64em) {
  #header .header-wrapper {
    max-width: 90%
  }
}

@media only screen and (max-width: 47.9375em) {
  #header .header-wrapper {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    height: 50px;
    padding: 0 0%;
    max-width: 90%
  }
}

#header .header-wrapper .header-contents {
  position: relative
}

#header .header-wrapper .header-contents .nav-hdr {
  align-items: center;
  display: flex;
  justify-content: center;
  height: 80px
}

@media only screen and (max-width: 47.9375em) {
  #header .header-wrapper .header-contents .nav-hdr {
    display: none
  }
}

#header .header-wrapper .header-contents .nav-hdr .nav-item {
  align-items: center;
  border-radius: 40px;
  color: #fff;
  display: inline-flex;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  justify-content: center;
  height: 40px;
  padding: 0 20px;
  transition: .3s
}

@media only screen and (max-width: 64em) {
  #header .header-wrapper .header-contents .nav-hdr .nav-item {
    padding: 7px 10px
  }
}

#header .header-wrapper .header-contents .nav-hdr .nav-item:hover {
  background-color: #040c18;
  color: #ea4418
}

#header .header-wrapper .header-contents .nav-hdr .btn-content {
  align-items: center;
  background-color: #040c18;
  border-radius: 20px;
  color: #ea4418;
  display: flex;
  font-size: 14px;
  font-family: 'Montserrat';
  font-weight: 500;
  height: 40px;
  justify-content: center;
  margin-right: 40px;
  transition: .3s;
  width: 120px
}

#header .header-wrapper .header-contents .nav-hdr .btn-content:hover {
  opacity: .8
}

#header .header-wrapper .header-contents .widget-hdr {
  align-items: center;
  display: flex;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%)
}

@media only screen and (max-width: 47.9375em) {
  #header .header-wrapper .header-contents .widget-hdr {
    display: none
  }
}

#header .header-wrapper .header-contents .widget-hdr .widget-item {
  font-size: 0
}

#header .header-wrapper .header-contents .widget-hdr .widget-item.ig {
  background-image: url("../images/common/icon_ig.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 37px;
  margin-right: 10px;
  width: 37px
}

@media only screen and (max-width: 64em) {
  #header .header-wrapper .header-contents .widget-hdr .widget-item.ig {
    height: 24px;
    width: 24px
  }
}

#header .header-wrapper .header-contents .widget-hdr .widget-item.ig:hover {
  background-image: url("../images/common/icon_ig_hover.png")
}

#header .header-wrapper .header-contents .widget-hdr .widget-item.fb {
  background-image: url("../images/common/icon_fb.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 41px;
  width: 41px
}

@media only screen and (max-width: 64em) {
  #header .header-wrapper .header-contents .widget-hdr .widget-item.fb {
    height: 26px;
    width: 26px
  }
}

#header .header-wrapper .header-contents .widget-hdr .widget-item.fb:hover {
  background-image: url("../images/common/icon_fb_hover.png")
}

#header .header-wrapper .header-contents .widget-hdr .widget-item.x {
  background-image: url("../images/common/icon_x.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 41px;
  width: 41px
}

@media only screen and (max-width: 64em) {
  #header .header-wrapper .header-contents .widget-hdr .widget-item.x {
    height: 26px;
    width: 26px
  }
}

#header .header-wrapper .header-contents .widget-hdr .widget-item.x:hover {
  background-image: url("../images/common/icon_x_hover.png")
}

#header .header-wrapper .header-contents .widget-hdr .widget-item img {
  width: 100%
}

#header .header-wrapper .header-contents .is-active .hamburger-inner::after {
  bottom: -1px !important
}

html, body {
  font-family: "游ゴシック", "ヒラギノ角ゴ ProN", "メイリオ", "MS Pゴシック", sans-serif
}

html.is-active, body.is-active {
  overflow: hidden
}

html.is-active #header .header-wrapper .header-contents .hamburger, body.is-active #header .header-wrapper .header-contents .hamburger {
  background-color: transparent
}

html.is-active #header .header-wrapper .header-contents .hamburger .close, body.is-active #header .header-wrapper .header-contents .hamburger .close {
  display: block;
  margin-top: -10px
}

.main-wrap {
  border: 1px solid red;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 100
}

.main-wrap::before {
  background-attachment: fixed;
  background-color: #071934;
  background-image: url("../images/contents_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  content: '';
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1
}

@media only screen and (max-width: 47.9375em) {
  .main-wrap::before {
    background-attachment: scroll;
    background-size: cover;
    background-image: url("../images/contents_bg_sp.png")
  }
}

.main-wrap.is-active {
  position: relative
}

.title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  text-align: center
}

@media only screen and (max-width: 64em) {
  .title {
    font-size: 16px
  }
}

@media only screen and (max-width: 47.9375em) {
  .title {
    font-size: 10px
  }
}

.title span {
  display: block;
  font-size: 68px;
  font-family: "Montserrat", sans-serif;
  margin-top: 20px
}

@media only screen and (max-width: 64em) {
  .title span {
    font-size: 45px
  }
}

@media only screen and (max-width: 47.9375em) {
  .title span {
    font-size: 34px;
    margin-top: 10px
  }
}

.desc {
  color: #fff;
  font-size: 20px;
  text-align: center;
  line-height: 38px
}

@media only screen and (max-width: 47.9375em) {
  .desc {
    font-size: 15px;
    line-height: 25px
  }
}

.desc .nl-pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  .desc .nl-pc {
    display: inline
  }
}

.desc .nl-sp {
  display: inline
}

@media only screen and (max-width: 47.9375em) {
  .desc .nl-sp {
    display: block
  }
}

.red-box {
  border: 1px solid #ea4418;
  border-radius: 20px;
  margin: 50px 0;
  padding: 35px 40px
}

@media only screen and (max-width: 47.9375em) {
  .red-box {
    margin: 25px 0 50px;
    padding: 25px 15px 30px
  }
}

.red-box .title {
  font-size: 24px;
  margin-bottom: 25px;
  text-align: left
}

@media only screen and (max-width: 47.9375em) {
  .red-box .title {
    font-size: 15px;
    margin-bottom: 20px
  }
}

.red-box .desc {
  font-size: 16px;
  line-height: 28px;
  text-align: left
}

@media only screen and (max-width: 47.9375em) {
  .red-box .desc {
    font-size: 13px;
    line-height: 20px
  }
}

.red-box .desc a {
  border-bottom: 1px solid #fff;
  padding-bottom: 8px;
  transition: .3s
}

@media only screen and (max-width: 47.9375em) {
  .red-box .desc a {
    padding-bottom: 4px
  }
}

.red-box .desc a:hover {
  opacity: .8
}

.btn-cta {
  align-items: center;
  background-image: url("../images/common/cta_follow.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  display: none;
  font-size: 20px;
  font-weight: bold;
  height: 307px;
  line-height: 30px;
  justify-content: center;
  position: fixed;
  right: 7vw;
  text-align: center;
  top: 0;
  opacity: 0;
  transition: .3s;
  width: 307px;
  z-index: 999
}

@media only screen and (max-width: 64em) {
  .btn-cta {
    top: 100px;
    font-size: 12px;
    line-height: 18px;
    height: 160px;
    width: 160px;
    right: -2vw
  }
}

@media only screen and (max-width: 47.9375em) {
  .btn-cta {
    top: 100px;
    font-size: 12px;
    line-height: 18px;
    height: 160px;
    width: 160px;
    right: -4vw
  }
}

.btn-cta:hover {
  background-image: url("../images/common/cta_follow_hover.png")
}

.btn-cta.is-active {
  display: flex;
  opacity: 1
}

.btn-cta p {
  position: relative;
  top: -10px
}

.wrapper {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 1040px;
  width: 100%
}

@media only screen and (max-width: 64em) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px
  }
}

@media only screen and (max-width: 47.9375em) {
  .wrapper {
    max-width: 100%;
    padding: 0 20px
  }
}

.menu {
  position: relative
}

.menu.is-active .hamburger {
  background-color: transparent
}

.menu.is-active .hamburger .close {
  display: block
}

.menu .hamburger {
  display: none;
  padding: 0
}

@media only screen and (max-width: 47.9375em) {
  .menu .hamburger {
    background-color: #071934;
    display: block;
    border-radius: 100%;
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999
  }
}

.menu .hamburger .hamburger-box {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  height: 45px;
  width: 45px;
  border-radius: 100%
}

.menu .hamburger .hamburger-inner, .menu .hamburger .hamburger-inner:after, .menu .hamburger .hamburger-inner:before {
  background-color: #e82d11 !important;
  height: 2px !important;
  width: 20px !important
}

.menu .hamburger .hamburger-inner:before {
  top: -7px
}

.menu .hamburger .hamburger-inner:after {
  bottom: -8px
}

.menu .hamburger .close {
  bottom: 0;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 10px;
  color: #e82d11 !important;
  text-align: center;
  display: none;
  position: absolute;
  width: 100%
}

.modal {
  background-color: #0d274e;
  display: none;
  right: 0;
  position: fixed;
  width: 85vw;
  top: 0px;
  z-index: 999
}

.modal.is-active {
  display: block
}

.modal .modal-wrapper .nav-hdr {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: 75px;
  text-align: center
}

.modal .modal-wrapper .nav-hdr .nav-item {
  color: #ea4418;
  font-size: 15px;
  font-family: 'Noto Sans JP', sans-serif;
  margin-bottom: 0px;
  padding: 15px 0 15px;
  width: 100%;
  border-top: solid 1px #1d3c6b;
  padding-left: 25px;
  position: relative;
  letter-spacing: 1.5px;
  text-align: left
}

.modal .modal-wrapper .nav-hdr .nav-item:last-child {
  border-bottom: solid 1px #1d3c6b
}

.modal .modal-wrapper .nav-hdr .nav-item:after {
  background-image: url("../images/common/btn_arrow1.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 10px 16px;
  content: '';
  display: block;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 35px;
  width: 10px;
  transform: translate(0, -50%)
}

@media only screen and (max-width: 47.9375em) {
  .modal .modal-wrapper .nav-hdr .nav-item:after {
    background-size: 5px 8px;
    height: 8px;
    right: 35px;
    width: 5px
  }
}

.modal .modal-wrapper .btn-menu {
  align-items: center;
  background-image: url("../images/common/btn_main.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display: flex;
  color: #fff;
  font-size: 28px;
  font-weight: bold;
  height: 155px;
  justify-content: center;
  margin: 20px auto 0;
  transition: .3s;
  width: 562px
}

@media only screen and (max-width: 47.9375em) {
  .modal .modal-wrapper .btn-menu {
    background-image: url("../images/common/btn_main_sp.png");
    font-size: 14px;
    height: 92.5px;
    margin: 5px auto;
    width: 281px
  }
  .modal .modal-wrapper .btn-menu:hover {
    background-image: url("../images/common/btn_main_sp.png")
  }
}

.modal .modal-wrapper .btn-menu:hover {
  background-image: url("../images/common/btn_main_hover.png")
}

#banner {
  position: relative
}

@media only screen and (max-width: 47.9375em) {
  #banner {
    margin-top: -50px
  }
}

#banner .banner-cover {
  width: 100%
}

#banner .banner-cover img {
  width: 100%
}

#banner .banner-cover img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-cover img.pc {
    display: none
  }
}

#banner .banner-cover img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-cover img.sp {
    display: block
  }
}

#banner .banner-info {
  align-items: center;
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 50%;
  left: 50%;
  justify-content: center;
  transform: translate(-50%, -50%);
  width: 100%
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info {
    top: 46%
  }
}

#banner .banner-info .banner-text {
  left: 2vw;
  position: relative;
  width: 51vw
}

@media only screen and (max-width: 64em) {
  #banner .banner-info .banner-text {
    width: 40vw
  }
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info .banner-text {
    width: 100%
  }
}

#banner .banner-info .banner-text img {
  width: 100%
}

#banner .banner-info .banner-text img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info .banner-text img.pc {
    display: none
  }
}

#banner .banner-info .banner-text img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info .banner-text img.sp {
    display: block
  }
}

#banner .banner-info .banner-btn {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 auto;
  transition: .3s;
  width: 29vw
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info .banner-btn {
    margin: 10px auto 0;
    width: 281px
  }
}

#banner .banner-info .banner-btn img {
  width: 100%
}

#banner .banner-info .banner-btn img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info .banner-btn img.pc {
    display: none
  }
}

#banner .banner-info .banner-btn img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info .banner-btn img.sp {
    display: block
  }
}

#banner .banner-info .banner-btn p {
  color: #fff;
  font-size: 1.5vw;
  font-weight: bold;
  text-align: center;
  position: absolute
}

@media only screen and (max-width: 47.9375em) {
  #banner .banner-info .banner-btn p {
    font-size: 15px
  }
}

#footer {
  background-color: #071934
}

#footer .footer-wrapper .footer-contents .copyright {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  height: 50px;
  justify-content: center
}

@media only screen and (max-width: 47.9375em) {
  #footer .footer-wrapper .footer-contents .copyright {
    height: 35px;
    font-size: 10px
  }
}

.page-top #concept {
  background-color: #051424;
  position: relative
}

.page-top #concept:before {
  background-image: url("../images/concept_bg_top.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 628px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #concept:before {
    background-image: url("../images/concept_bg_top-sp.png");
    background-size: 100%;
    height: 535px
  }
}

.page-top #concept:after {
  background-image: url("../images/concept_bg_bottom.png");
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 400px;
  width: 100%
}

@media only screen and (max-width: 64em) {
  .page-top #concept:after {
    height: 22vw;
    width: 100%
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #concept:after {
    background-image: url("../images/concept_bg_bottom-sp.png");
    background-size: 100%;
    height: 200px
  }
}

.page-top #concept .concept-contents {
  padding: 75px 0 70px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #concept .concept-contents {
    padding: 40px 0 30px
  }
}

.page-top #concept .concept-contents .concept-image {
  margin: 20px auto 0;
  width: 860px
}

@media only screen and (max-width: 64em) {
  .page-top #concept .concept-contents .concept-image {
    width: 100%
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #concept .concept-contents .concept-image {
    width: 100%
  }
}

.page-top #concept .concept-contents .concept-image img {
  width: 100%
}

.page-top #concept .concept-contents .concept-image img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  .page-top #concept .concept-contents .concept-image img.pc {
    display: none
  }
}

.page-top #concept .concept-contents .concept-image img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  .page-top #concept .concept-contents .concept-image img.sp {
    display: block
  }
}

.page-top #concept .concept-contents .desc-concept {
  margin: 20px auto 0;
  width: 800px
}

@media only screen and (max-width: 64em) {
  .page-top #concept .concept-contents .desc-concept {
    width: 100%
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #concept .concept-contents .desc-concept {
    width: 100%
  }
}

.page-top #contents {
  position: relative
}

.page-top #contents .contents-contents {
  padding: 70px 0 140px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents {
    padding: 55px 0 45px
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .sauna-maincover:before {
  display: none
}

.page-top #contents .contents-contents .contents-info.aufguss .aufguss-title {
  color: #ea4418;
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 36px;
  font-weight: bold;
  line-height: 58px;
  margin: 30px 0;
  text-align: left
}

@media only screen and (max-width: 64em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-title {
    font-size: 32px
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-title {
    font-size: 20px;
    line-height: 29px;
    margin: 20px 0
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .desc-contents {
  width: 790px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .desc-contents {
    width: 100%
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .red-box {
  position: relative
}

.page-top #contents .contents-contents .contents-info.aufguss .red-box:before {
  background-image: url("../images/whats_aufguss.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 160px;
  position: absolute;
  top: -82px;
  right: 25px;
  width: 228px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .red-box:before {
    height: 80px;
    top: -35px;
    right: 10px;
    width: 114px
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .red-box .desc-contents {
  width: 760px
}

@media only screen and (max-width: 64em) {
  .page-top #contents .contents-contents .contents-info.aufguss .red-box .desc-contents {
    width: 100%
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .red-box .desc-contents {
    width: 100%
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content {
  margin: 10px auto 50px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content {
    margin: 10px auto 30px
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .aufguss-title {
  font-size: 46px;
  line-height: 38px;
  text-align: center
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .aufguss-title {
    font-size: 23px;
    line-height: 19px
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .contents-lists .contents-lists--item {
  margin-right: 1.5%;
  margin-bottom: 5%;
  width: 31.5%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .contents-lists .contents-lists--item {
    margin-right: auto;
    width: 48%
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .contents-lists .contents-lists--item:nth-child(3n) {
  margin-right: 0
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .contents-lists .contents-lists--item:nth-child(3n) {
    margin-right: auto
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .contents-lists .contents-lists--item:nth-child(even) {
    margin-right: 0
  }
}

.page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .contents-lists .contents-lists--item .contents-title {
  margin-bottom: 0
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.aufguss .aufguss-lists-content .contents-lists .contents-lists--item .contents-title {
    font-size: 13px
  }
}

.page-top #contents .contents-contents .contents-info.food {
  margin-top: 100px
}

@media only screen and (max-width: 64em) {
  .page-top #contents .contents-contents .contents-info.food {
    margin-top: 30px
  }
}

.page-top #contents .contents-contents .contents-info.food .contents-lists {
  position: relative
}

.page-top #contents .contents-contents .contents-info.food .contents-lists:before {
  background-image: url("../images/sameshi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 178px;
  position: absolute;
  top: -140px;
  right: 25px;
  width: 254px;
  z-index: 2
}

@media only screen and (max-width: 64em) {
  .page-top #contents .contents-contents .contents-info.food .contents-lists:before {
    height: 135px;
    top: -110px;
    width: 195px
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info.food .contents-lists:before {
    height: 89px;
    top: -35px;
    right: 10px;
    width: 127px
  }
}

.page-top #contents .contents-contents .contents-info .contents-title {
  margin: 0 auto;
  width: 443.5px
}

@media only screen and (max-width: 64em) {
  .page-top #contents .contents-contents .contents-info .contents-title {
    width: 333px
  }
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .contents-title {
    width: 222px
  }
}

.page-top #contents .contents-contents .contents-info .contents-title img {
  width: 100%
}

.page-top #contents .contents-contents .contents-info .sauna-maincover {
  position: relative;
  width: 100%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-maincover {
    margin-top: 30px
  }
}

.page-top #contents .contents-contents .contents-info .sauna-maincover img {
  width: 100%
}

.page-top #contents .contents-contents .contents-info .sauna-maincover img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-maincover img.pc {
    display: none
  }
}

.page-top #contents .contents-contents .contents-info .sauna-maincover img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-maincover img.sp {
    display: block
  }
}

.page-top #contents .contents-contents .contents-info .sauna-maincover:before {
  background-image: url("../images/totonoi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 160px;
  position: absolute;
  top: -125px;
  right: 25px;
  width: 228px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-maincover:before {
    height: 80px;
    top: -45px;
    right: 0;
    width: 114px
  }
}

.page-top #contents .contents-contents .contents-info .desc-contents {
  text-align: left
}

.page-top #contents .contents-contents .contents-info .desc-contents span {
  font-size: 14px
}

.page-top #contents .contents-contents .contents-info .desc-contents.desc-sauna {
  margin-top: 40px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .desc-contents.desc-sauna {
    margin-top: 20px
  }
}

.page-top #contents .contents-contents .contents-info .sauna-lists {
  align-items: flex-start;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 100px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-lists {
    margin: 20px auto 20px;
    width: 100%
  }
}

.page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item {
  display: block;
  width: 49%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item {
    margin-bottom: 40px;
    width: 100%
  }
}

.page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item .sauna-cover {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item .sauna-cover img {
  transition: .5s;
  width: 100%
}

.page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item .sauna-details {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  position: relative
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item .sauna-details {
    margin-top: 15px
  }
}

.page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item .sauna-details .sauna-title {
  color: #ea4418;
  display: block;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 30px;
  text-align: left
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-info .sauna-lists .sauna-lists--item .sauna-details .sauna-title {
    font-size: 20px;
    margin-bottom: 15px
  }
}

.page-top #contents .contents-contents .contents-lists {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: 40px auto 0;
  width: 80%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-lists {
    margin: 20px auto 0;
    justify-content: flex-start;
    width: 100%
  }
}

.page-top #contents .contents-contents .contents-lists.contents-lists-chillout {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
  width: 100%
}

.page-top #contents .contents-contents .contents-lists.contents-lists-chillout .contents-lists--item {
  margin-bottom: 5%
}

.page-top #contents .contents-contents .contents-lists.contents-lists-food {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0;
  width: 100%
}

.page-top #contents .contents-contents .contents-lists.contents-lists-food .contents-lists--item {
  margin-bottom: 5%
}

.page-top #contents .contents-contents .contents-lists.contents-lists-sauna {
  position: relative;
  width: 100%
}

.page-top #contents .contents-contents .contents-lists.contents-lists-sauna:before {
  background-image: url("../images/totonoi.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  content: '';
  display: block;
  height: 160px;
  position: absolute;
  top: -125px;
  right: 25px;
  width: 228px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-lists.contents-lists-sauna:before {
    height: 80px;
    top: -45px;
    right: 0;
    width: 114px
  }
}

.page-top #contents .contents-contents .contents-lists.contents-lists-sauna .contents-lists--item {
  margin-bottom: 0;
  width: 33.33%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-lists.contents-lists-sauna .contents-lists--item {
    margin-bottom: 15px;
    width: 100%
  }
}

.page-top #contents .contents-contents .contents-lists .contents-lists--item {
  display: block;
  width: 31%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-lists .contents-lists--item {
    margin-bottom: 15px;
    width: 48%
  }
}

.page-top #contents .contents-contents .contents-lists .contents-lists--item .contents-cover {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.page-top #contents .contents-contents .contents-lists .contents-lists--item .contents-cover img {
  transition: .5s;
  width: 100%
}

.page-top #contents .contents-contents .contents-lists .contents-lists--item .contents-details {
  margin-top: 30px;
  display: flex
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-lists .contents-lists--item .contents-details {
    margin-top: 15px
  }
}

.page-top #contents .contents-contents .contents-lists .contents-lists--item .contents-details .contents-title {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: bold;
  text-align: center
}

@media only screen and (max-width: 47.9375em) {
  .page-top #contents .contents-contents .contents-lists .contents-lists--item .contents-details .contents-title {
    font-size: 10px
  }
}

.page-top #guest {
  background-image: url("../images/guest_bg.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest {
    background-image: url("../images/guest_bg-sp.png")
  }
}

.page-top #guest .guest-contents {
  padding: 110px 0 110px;
  position: relative
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents {
    padding: 55px 0 20px
  }
}

.page-top #guest .guest-contents .desc {
  margin-top: 50px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents .desc {
    margin-top: 25px
  }
}

.page-top #guest .guest-contents .guest-highlight {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 35px auto 0;
  width: 600px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents .guest-highlight {
    margin: 20px auto 0;
    width: 90%
  }
}

.page-top #guest .guest-contents .guest-highlight img {
  width: 100%
}

.page-top #guest .guest-contents .guest-lists {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px auto 0
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents .guest-lists {
    margin: 35px auto 0;
    width: 100%
  }
}

.page-top #guest .guest-contents .guest-lists .guest-lists--item {
  display: block;
  width: 31%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents .guest-lists .guest-lists--item {
    margin-bottom: 15px;
    width: 48%
  }
}

.page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-cover {
  align-items: center;
  display: flex;
  justify-content: center;
  overflow: hidden
}

.page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-cover img {
  transition: .5s;
  width: 100%
}

.page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-details {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  position: relative
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-details {
    margin-top: 15px
  }
}

.page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-details .guest-title {
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: normal;
  text-align: center
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-details .guest-title {
    font-size: 10px
  }
}

.page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-details .guest-title span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  margin-top: 10px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #guest .guest-contents .guest-lists .guest-lists--item .guest-details .guest-title span {
    font-size: 15px
  }
}

.page-top #tickets {
  background-color: #071934
}

.page-top #tickets .tickets-contents {
  padding: 110px 0 70px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents {
    padding: 45px 0 50px
  }
}

.page-top #tickets .tickets-contents .tickets-info {
  margin-bottom: 40px;
  position: relative
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info {
    margin-bottom: 20px
  }
}

.page-top #tickets .tickets-contents .tickets-info.mt-40 {
  margin-top: 40px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info.mt-40 {
    margin-top: 20px
  }
}

.page-top #tickets .tickets-contents .tickets-info:last-child {
  margin-bottom: 0
}

.page-top #tickets .tickets-contents .tickets-info .tickets-title {
  align-items: center;
  background-color: #1c3966;
  border-top-right-radius: 20px;
  border-top-left-radius: 20px;
  color: #fefefe;
  display: flex;
  font-size: 26px;
  height: 60px;
  justify-content: center
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-title {
    font-size: 13px;
    height: 30px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details {
  background-color: #fff;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  padding: 35px 40px 25px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details {
    padding: 25px 15px 30px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-subtitle {
  color: #071934;
  font-size: 30px;
  font-weight: 700;
  text-align: center
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-subtitle {
    font-size: 15px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-subtitle.left {
  text-align: left;
  margin-bottom: 15px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-subtitle.left {
    font-size: 18px;
    margin-bottom: 10px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .desc {
  color: #071934;
  text-align: left
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .desc {
    font-size: 13px;
    line-height: 20px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .desc.small {
  font-size: 16px;
  line-height: 28px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .desc.small {
    font-size: 10px;
    line-height: 16px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .desc.small a {
  color: #2e64b6;
  border-bottom: 1px solid #2e64b6;
  padding-bottom: 6px;
  transition: .3s
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .desc.small a {
    padding-bottom: 3px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .desc.small a:hover {
  opacity: .8
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .desc.tickets-desc {
  color: #1c3966;
  font-size: 16px;
  line-height: 175%;
  text-align: left
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .desc.tickets-desc {
    font-size: 10px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .campaign-lists {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto 25px
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .campaign-lists .campaign-lists--item {
  width: 48.5%
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .campaign-lists .campaign-lists--item img {
  width: 100%
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .campaign-lists .campaign-lists--item img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .campaign-lists .campaign-lists--item img.pc {
    display: none
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .campaign-lists .campaign-lists--item img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .campaign-lists .campaign-lists--item img.sp {
    display: block
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists {
  align-items: center;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 20px auto 30px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists {
    margin: 20px auto 0;
    width: 100%
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item {
  border-right: 1.85px solid #e2e2e2;
  display: block;
  padding: 0 30px 30px;
  width: 33%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item {
    border-right: none;
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    width: 100%
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item:last-child {
  border-right: none;
  padding: 0 50px 30px;
  width: 67%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item:last-child {
    border-bottom: none;
    padding-bottom: 0;
    border-right: none;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    width: 100%
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item img {
  width: 100%
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item img.pc {
    display: none
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .day-lists .day-lists--item img.sp {
    display: block
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover {
  margin: 40px auto 30px;
  width: 100%
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover {
    margin: 20px auto 15px
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover img {
  width: 100%
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover img.pc {
  display: block
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover img.pc {
    display: none
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover img.sp {
  display: none
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover img.sp {
    display: block
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover.price {
  margin: 30px auto 40px;
  width: 425px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .tickets-cover.price {
    margin: 0 auto 20px;
    width: 80%
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .btn {
  align-items: center;
  background-image: url("../images/common/btn_price.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  color: #fff;
  display: flex;
  font-size: 28px;
  font-weight: bold;
  height: 155px;
  justify-content: center;
  margin: 20px auto 0;
  transition: .3s;
  width: 562px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .btn {
    background-image: url("../images/common/btn_main_sp.png");
    font-size: 14px;
    height: 92.5px;
    margin: 5px auto;
    width: 281px
  }
  .page-top #tickets .tickets-contents .tickets-info .tickets-details .btn:hover {
    background-image: url("../images/common/btn_main_sp.png")
  }
}

.page-top #tickets .tickets-contents .tickets-info .tickets-details .btn:hover {
  background-image: url("../images/common/btn_price_hover.png")
}

.page-top #event {
  background-color: #0d274e
}

.page-top #event .event-contents {
  padding: 110px 0 40px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #event .event-contents {
    padding: 55px 0 1px
  }
}

.page-top #event .event-contents .table-event {
  table-layout: fixed;
  margin-top: 40px;
  width: 100%
}

.page-top #event .event-contents .table-event tr th {
  border-bottom: 1px solid #1f3f70;
  color: #fff;
  display: block;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
  padding-bottom: 10px
}

@media only screen and (max-width: 47.9375em) {
  .page-top #event .event-contents .table-event tr th {
    font-size: 13px;
    line-height: 19px;
    padding-bottom: 5px;
  }
}

.page-top #event .event-contents .table-event tr td {
  color: #fff;
  display: block;
  font-size: 16px;
  line-height: 28px;
  padding: 20px 0 50px;
}

@media only screen and (max-width: 47.9375em) {
  .page-top #event .event-contents .table-event tr td {
    font-size: 10px;
    line-height: 15px;
    padding: 10px 0 25px;
  }
}

.page-top #event .event-contents .table-event tr td .map {
  margin: 15px 0 20px;
  position: relative;
  padding-bottom: 26.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}

@media only screen and (max-width: 47.9375em) {
  .page-top #event .event-contents .table-event tr td .map {
    margin: 10px 0 15px;
  }
}

.page-top #event .event-contents .table-event tr td .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

/*20240206*/

.about-aufguss {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.about-aufguss__text {
    width: 50%;
}

.about-aufguss__text .desc-contents {
    width: 100% !important;
}

.about-aufguss__image {
    width: 46%;
}

.about-aufguss__image img {
    width: 100%;
    height: auto;
}

@media (max-width: 767px) {
    .about-aufguss {
        flex-direction: column;
    }
    
    .about-aufguss__text {
        width: 100%;
    }
    
    .about-aufguss__text .desc-contents {
        width: 100% !important;
    }
    
    .about-aufguss__image {
        width: 100%;
        margin-top: 20px;
    }
}


#faq {
    padding: 40px 0 110px;
}
#faq .title {
    margin-bottom: 40px;
}

#faq .faq-accordion {
    border-bottom: 1px solid #ea4418;
    background-color: #fff;
}

#faq .faq-accordion.bordertop {
    border-top: 1px solid #ea4418;
}

#faq .faq-accordion__question {
    position: relative;
    padding: 20px 40px;
}

#faq .faq-accordion__question::before, .faq-accordion__question::after {
    content: '';
    display: block;
    width: 25px;
    height: 5px;
    background-color: #e82d11;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;

}

#faq .faq-accordion__question:hover {
    cursor: pointer;
}

#faq .faq-accordion__question::before {
    right: 40px;
    width: 25px;
    height: 5px;
}
#faq .faq-accordion__question::after {
    right: 50px;
    width: 5px;
    height: 25px;
}

#faq .faq-accordion__question.active::before {
    opacity: 0;
}

#faq .faq-accordion__question.active::after {
    transform: translateY(-50%) rotate(90deg);
}

#faq .faq-accordion__question .desc,
#faq .faq-accordion__answer .desc {
    text-align: left;
    color: #071934;
}

#faq .faq-accordion__answer {
    padding: 10px 40px 20px;
    display: none;
}

#faq .faq-accordion__answer .desc span {
    color: #ea4418;
    font-weight: bold;
}

@media (max-width: 767px) {

    #faq {
        padding-bottom: 50px;
    }
    #faq .title {
        margin-bottom: 20px;
    }
    #faq .faq-accordion__question {
        position: relative;
        padding: 15px 40px 15px 15px;
    }

    #faq .faq-accordion__question:hover {
        cursor: pointer;
    }
    
    #faq .faq-accordion__question::before {
        right: 15px;
        width: 15px;
        height: 3px;
    }
    #faq .faq-accordion__question::after {
        right: 21px;
        width: 3px;
        height: 15px;
    }
    #faq .faq-accordion__answer {
        padding: 5px 15px 15px;
        display: none;
    }

    
    
}

.note-red {
  color: red;
  font-weight: bold;
  line-height: 1.8;
  text-align: center;
  padding: 0 20px 20px;
  font-size: 18px;
}

@media (max-width: 767px) {
  .note-red {
    font-size: 14px;
    padding: 0 0 20px;

  }

}

.questionnaire {

  margin: 100px 0;

}

.questionnaire > div{
  background-color: #fff;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  padding-right: 60px;
  padding-left: 60px;
  padding-top: 60px;
  padding-bottom: 40px;
}

.questionnaire > div p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 2;
}

.questionnaire > div span {
  display: block;
  text-align: right;
  margin-top: 30px;
  font-size: 16px;
  font-weight: normal;
}

.questionnaire > div a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 400px;
  height: 110px;
  background-image: url('../images/common/btn_price.png');
  background-size: contain;
  background-repeat: no-repeat;
  margin: 30px auto 0;
  font-size: 18px;
  color: #fff;
  font-weight: bold;
}

@media (min-width: 768px) {
  .questionnaire > div a:hover {
    background-image: url('../images/common/btn_price_hover.png');
  } 

  .questionnaire > div p .sp {
    display: none;
  }
}

@media (max-width: 767px) {
  .questionnaire {
    margin: 50px 0;
    padding: 0 20px;
  }

  .questionnaire > div{
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .questionnaire > div p {
    font-size: 14px;
    
  }

  .questionnaire > div p .sp {
    display: block;
  }
  

  .questionnaire > div span {
    margin-top: 20px;
    font-size: 13px;
    text-align: center;
  }

  .questionnaire > div a {
    width: 300px;
    height: 83px;
    margin: 10px auto 0;
    font-size: 14px;
  }
  
}