@charset "UTF-8";
.remodal .innerBox {
  font-size: 2.2rem;
  padding-top: 40px; }
  .remodal .innerBox p.title {
    font-size: 2.6rem;
    font-weight: 700;
    color: #B3325B;
    margin-top: 30px; }
  .remodal .innerBox a {
    color: #3a758f; }
  .remodal .innerBox input {
    display: inline-block;
    width: 280px;
    border: none;
    font-size: 2.2rem; }
  .remodal .innerBox button {
    font-size: 1.6rem;
    border: none;
    background: #2db4c9;
    border-radius: 5px;
    color: white;
    font-weight: 700;
    padding: 2px 15px; }

@media (max-width: 1023px) {
  .remodal .innerBox {
    font-size: 2.2rem; }
    .remodal .innerBox input {
      width: 240px; } }
@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none; } }
#wrap {
  padding-top: 59px; }

.inContainer {
  width: 1000px;
  margin: 0 auto; }

a.btn-app {
  display: inline-block;
  background: linear-gradient(180deg, #b3325b 0%, #720a2b 100%);
  border-radius: 0;
  color: #FFF;
  padding: 1rem 4rem;
  position: relative;
  transition: all 0.5s;
  overflow: hidden; }
  a.btn-app p {
    font-size: 1.8rem; }
  a.btn-app span {
    position: absolute;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s; }
  a.btn-app:hover {
    background: linear-gradient(180deg, #dd3e71 0%, #aa0f40 100%);
    opacity: 1 !important;
    box-shadow: 0px 2px 6px 0 #333; }
    a.btn-app:hover span {
      right: 0.1rem; }
  a.btn-app.biger {
    padding: 1.5rem 12rem;
    border-radius: 0;
    font-weight: normal; }
    a.btn-app.biger p {
      font-size: 2rem; }
  a.btn-app + p.notice {
    color: #FFF; }
  a.btn-app:before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #FFF;
    animation: shiny-btn1 6s ease-in-out infinite; }
  a.btn-app.green {
    background: linear-gradient(180deg, #2bac38 0%, #0b6010 100%); }

@-webkit-keyframes shiny-btn1 {
  0% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0; }
  80% {
    -webkit-transform: scale(0) rotate(45deg);
    opacity: 0.3; }
  81% {
    -webkit-transform: scale(4) rotate(45deg);
    opacity: 0.7; }
  100% {
    -webkit-transform: scale(50) rotate(45deg);
    opacity: 0; } }
div.h2box {
  margin: 100px 0;
  position: relative; }
  div.h2box h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 5.5rem;
    font-weight: 700;
    letter-spacing: 0.5;
    position: relative;
    z-index: 1; }
    div.h2box h2.white {
      color: #FFF; }
    div.h2box h2 p {
      display: inline-block;
      position: relative; }
    div.h2box h2 span {
      position: relative; }
      div.h2box h2 span.icn-access:before {
        position: absolute;
        content: "";
        background: url("../images/common/icn_mappin.png") no-repeat;
        background-size: contain;
        width: 50px;
        height: 75px;
        left: -80px;
        top: 0; }
  div.h2box img.eng {
    width: 550px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-10deg);
    z-index: 0; }

ul.pricebox {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  align-items: stretch;
  position: relative; }
  ul.pricebox p.notice-cent {
    width: 100%;
    font-size: 110%;
    color: #FFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 3%;
    line-height: 1.5; }
  ul.pricebox li {
    width: 50%;
    border-radius: 10px 0 0 10px;
    background: linear-gradient(180deg, #2db4c9 0%, #1e8c9e 100%);
    padding: 30px 0 80px 0; }
    ul.pricebox li div.grade {
      position: relative;
      margin-bottom: 20px; }
      ul.pricebox li div.grade img {
        width: auto;
        height: 24px;
        position: relative; }
      ul.pricebox li div.grade:before, ul.pricebox li div.grade:after {
        content: "";
        position: absolute;
        width: 28%;
        height: 1px;
        background: #FFF;
        left: 5%;
        top: 60%;
        transform: translateY(-50%); }
      ul.pricebox li div.grade:after {
        right: 5%;
        left: auto; }
    ul.pricebox li h4 {
      font-size: 3.5rem;
      color: #FFF;
      font-weight: 700;
      line-height: 1.2;
      letter-spacing: 0.3rem; }
      ul.pricebox li h4 span {
        font-size: 4rem;
        font-family: 'Osaka-mono', 'MS Gothic', 'monospace'; }
    ul.pricebox li .price {
      font-size: 3.5rem;
      font-family: 'Shippori Mincho', serif;
      color: #FFF;
      font-weight: 800;
      letter-spacing: 0.2rem;
      line-height: 1.2; }
      ul.pricebox li .price span {
        font-size: 60%; }
    ul.pricebox li .salebox {
      background: #FFF;
      border-radius: 10px;
      padding: 20px 0 5px 0;
      width: 90%;
      margin: 40px auto 0 auto;
      position: relative; }
      ul.pricebox li .salebox .arrow {
        position: absolute;
        top: -65px;
        left: 50%;
        transform: translateX(-50%);
        font-size: 9.0rem;
        color: #AEE8F1; }
      ul.pricebox li .salebox p.saletitle {
        font-size: 3.0rem;
        font-weight: 700;
        color: #2db4c9;
        letter-spacing: 0.5rem;
        line-height: 1.2; }
      ul.pricebox li .salebox p.saleprice {
        font-size: 4.0rem;
        font-family: 'Shippori Mincho', serif;
        color: #FFF;
        font-weight: 800;
        letter-spacing: 0.2rem;
        line-height: 1.2;
        margin-bottom: 20px;
        color: #2db4c9; }
        ul.pricebox li .salebox p.saleprice span {
          font-size: 60%; }
    ul.pricebox li.premium-a {
      border-radius: 0 10px 10px 0;
      background: linear-gradient(180deg, #c9b92d 0%, #9a8c18 100%); }
      ul.pricebox li.premium-a .salebox .arrow {
        color: #FFE92C; }
      ul.pricebox li.premium-a .salebox p.saletitle {
        color: #c9b92d; }
      ul.pricebox li.premium-a .salebox p.saleprice {
        color: #c9b92d; }
    ul.pricebox li p.noticeIn {
      display: none;
      font-size: 90%;
      color: #FFF;
      margin-top: 5px; }

.social-icon {
  display: flex;
  justify-content: center;
  margin-top: 30px; }
  .social-icon a {
    width: 60px;
    margin: 0 30px; }

ul.socialrm {
  width: auto;
  margin-top: 30px; }
  ul.socialrm li {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center; }
    ul.socialrm li img {
      width: 50px;
      margin: 0 30px; }
      ul.socialrm li img.center {
        margin: 0 30px; }

body {
  color: #333333; }

header {
  background: #333333;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
  line-height: 1.5; }
  header .innerBlock {
    width: 1200px;
    margin: 0 auto;
    position: relative;
    padding: 10px 0; }
    header .innerBlock a {
      transition: all 0.5s; }
      header .innerBlock a:hover {
        opacity: 0.7; }
    header .innerBlock img.toplogo {
      width: 216px;
      position: absolute;
      left: 0;
      top: 50%;
      transform: translateY(-50%); }
    header .innerBlock ul {
      display: flex;
      justify-content: flex-end;
      flex-wrap: wrap;
      padding-right: 60px; }
      header .innerBlock ul li:first-child, header .innerBlock ul li:nth-child(2) {
        margin-right: 15px;
        padding: 0;
        font-size: 0rem; }
      header .innerBlock ul li.social div a {
        transition: all 0.5s; }
        header .innerBlock ul li.social div a:hover {
          opacity: 0.7; }
        header .innerBlock ul li.social div a img {
          width: 44px; }
          header .innerBlock ul li.social div a img.center {
            margin: 0 10px; }

section#titlebox {
  width: 100%;
  position: relative;
  border-bottom: 15px #333333 solid;
  margin-bottom: 80px; }
  section#titlebox div.floatbox {
    width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    section#titlebox div.floatbox p.subcatch {
      font-size: 4.2rem;
      margin-bottom: 10px;
      font-weight: 700;
      color: #FFF; }
    section#titlebox div.floatbox h1 {
      font-size: 6rem;
      font-family: 'Shippori Mincho', serif;
      font-weight: 700;
      color: #FFF; }
    section#titlebox div.floatbox ul {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      align-items: stretch;
      width: 90%;
      margin: 20px auto 40px auto; }
      section#titlebox div.floatbox ul li {
        width: 31%;
        background: linear-gradient(180deg, rgba(58, 117, 143, 0.9) 0%, rgba(24, 92, 122, 0.9) 100%);
        border-radius: 10px; }
        section#titlebox div.floatbox ul li img.crown {
          width: 39px;
          margin: 30px auto 35px auto; }
        section#titlebox div.floatbox ul li p {
          font-size: 2.5rem;
          color: #FFF;
          font-weight: 700;
          line-height: 1.5;
          margin-bottom: 30px; }
          section#titlebox div.floatbox ul li p span {
            font-size: 3.5rem; }
        section#titlebox div.floatbox ul li.box-b {
          background: linear-gradient(180deg, rgba(86, 86, 86, 0.9) 0%, rgba(65, 65, 65, 0.9) 100%); }
        section#titlebox div.floatbox ul li.box-c {
          background: linear-gradient(180deg, rgba(92, 58, 115, 0.9) 0%, rgba(46, 29, 58, 0.9) 100%);
          /* p {
              font-size: 2.2rem;
              margin-top: 0.5rem;
              span {
                  font-size: 3.0rem;
              }
          } */ }
  section#titlebox p.locate {
    display: inline-block;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0.9;
    font-size: 2.6rem;
    font-weight: 700;
    color: #FFF;
    border-radius: 60px;
    border: 3px #FFF solid;
    padding: 0 6rem;
    line-height: 1.5; }
    section#titlebox p.locate span {
      font-size: 3.3rem; }

section#noticebox {
  background: #F6F6F6;
  padding: 30px 0 20px 0; }
  section#noticebox .accordion input.toggle {
    display: none; }
  section#noticebox .accordion .option {
    position: relative;
    margin-bottom: 1em; }
  section#noticebox .accordion label.title + p {
    margin-bottom: 20px; }
  section#noticebox .accordion label.title span {
    position: relative; }
  section#noticebox .accordion label.title span::before {
    position: absolute;
    content: "";
    background: url("../images/common/icn_bell.png") no-repeat;
    background-size: contain;
    left: -1.2em;
    top: 1rem;
    width: 22px;
    height: 22px; }
  section#noticebox .accordion label.title, section#noticebox .accordion .content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transform: translateZ(0);
    transition: all 0.3s; }
  section#noticebox .accordion label.title {
    font-size: 2.8rem;
    margin-bottom: 10px; }
    section#noticebox .accordion label.title a {
      text-decoration: none;
      color: #FFF; }
    section#noticebox .accordion label.title:hover {
      cursor: pointer; }
    section#noticebox .accordion label.title::after, section#noticebox .accordion label.title::before {
      content: "";
      position: absolute;
      right: -1em;
      top: 0.8em;
      width: 2px;
      height: 0.5em;
      background-color: #c9b92d;
      transition: all 0.3s; }
    section#noticebox .accordion label.title::after {
      transform: rotate(90deg); }
  section#noticebox .accordion .content dl {
    max-height: 0;
    overflow: hidden;
    margin: -0.25em 0; }
  section#noticebox .accordion .toggle:checked + .title + p + .content dl {
    max-height: 9999px;
    transition: max-height 1s ease-in;
    margin: 0; }
  section#noticebox .accordion .toggle:checked + .title::before {
    transform: rotate(90deg) !important; }
  section#noticebox .accordion .content dl {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center; }
    section#noticebox .accordion .content dl dt {
      width: 14%;
      background: #d5e6e9;
      color: #3a758f;
      font-weight: normal;
      border-radius: 30px;
      margin-bottom: 30px; }
    section#noticebox .accordion .content dl dd {
      width: 84%;
      text-align: justify;
      margin-bottom: 30px;
      line-height: 1.5; }
    section#noticebox .accordion .content dl p.alCenter {
      width: 100%;
      font-size: 1.8rem;
      font-weight: 700; }

section#professional div ul {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center; }
  section#professional div ul li {
    width: 50%;
    text-align: justify;
    color: #FFF; }
    section#professional div ul li h3 {
      font-family: 'Shippori Mincho', serif;
      font-size: 2.8rem;
      margin-bottom: 15px;
      line-height: 1.6; }
    section#professional div ul li p {
      line-height: 1.5; }
      section#professional div ul li p.smalltxt {
        font-size: 1.3rem;
        line-height: 1.5; }
section#professional div.black {
  background: linear-gradient(90deg, #565656 0%, #414141 100%); }
  section#professional div.black li:last-child {
    width: 47%; }
section#professional div.dblue {
  background: linear-gradient(90deg, #3a758f 0%, #185c7a 100%); }
  section#professional div.dblue ul {
    flex-direction: row-reverse; }
    section#professional div.dblue ul li:last-child {
      width: 47%; }

section#confort {
  width: 100%;
  margin-bottom: 130px; }
  section#confort .slider button.slick-prev {
    left: 1%;
    z-index: 10; }
    section#confort .slider button.slick-prev:before {
      color: #888888;
      font-size: 3rem; }
  section#confort .slider button.slick-next {
    right: 1%;
    z-index: 10; }
    section#confort .slider button.slick-next:before {
      color: #888888;
      font-size: 3rem; }
  section#confort .slider button.slick-next {
    right: 3%; }

section#campaign {
  background: url("../images/common/ph_campaign01.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 45px 0; }
  section#campaign .inContainer h3 {
    font-size: 4.6rem;
    font-weight: 700;
    border: 1px solid #FFF;
    padding: 2px 0;
    color: #FFF;
    margin-bottom: 50px; }

section#instagram {
  margin-bottom: 100px; }
  section#instagram ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 20px; }
    section#instagram ul li {
      list-style: none;
      width: 25%;
      /* background: #EFEFEF; */
      padding: 0.5%; }
      section#instagram ul li img {
        max-width: 100%;
        height: 250px;
        display: block;
        margin-bottom: 10px;
        object-fit: cover; }
      section#instagram ul li a {
        position: relative;
        display: block;
        transition: all 0.5s; }
        section#instagram ul li a span.like {
          display: block;
          font-size: 1.2rem;
          line-height: 1.3;
          color: #aaaaaa;
          text-align: justify;
          height: 45px;
          overflow: hidden;
          position: relative; }
          section#instagram ul li a span.like:after {
            position: absolute;
            content: "…";
            background: #FFF;
            text-align: right;
            width: 2.5rem;
            height: 1em;
            right: 0;
            bottom: 0; }
        section#instagram ul li a:hover {
          opacity: 0.5; }
      section#instagram ul li h1 {
        text-align: center;
        font-size: 30px;
        font-weight: bold;
        padding: 30px;
        color: #333; }
  section#instagram h3 {
    color: #B3325B;
    font-weight: 700;
    font-size: 2.2rem;
    letter-spacing: 0.5rem; }

section#pointbox {
  margin-bottom: 100px; }
  section#pointbox .inContainer p.subtitle {
    font-size: 3.0rem;
    font-weight: 700;
    border-bottom: 1px #888 dotted;
    margin-bottom: 10px; }
  section#pointbox .inContainer h3 {
    font-size: 4.5rem;
    font-family: 'Shippori Mincho', serif;
    font-weight: 800;
    letter-spacing: 0.05rem;
    margin-bottom: 20px; }
  section#pointbox .inContainer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 30px;
    position: relative; }
    section#pointbox .inContainer ul li:first-child {
      width: 27%; }
    section#pointbox .inContainer ul li:last-child {
      position: absolute;
      width: 80%;
      text-align: justify;
      padding: 20px 50px;
      background: linear-gradient(90deg, rgba(220, 220, 220, 0.8) 0%, rgba(250, 250, 250, 0.8) 100%);
      border-radius: 100px;
      left: 20%; }
      section#pointbox .inContainer ul li:last-child h4 {
        color: #38738C;
        font-size: 2.6rem;
        font-weight: 700; }

/* section#pointbox {
    .inContainer {
        p.subtitle {
            font-size: 3.0rem;
            font-weight: 700;
            border-bottom: 1px #888 dotted;
            margin-bottom: 10px;
        }
        h3 {
            font-size: 4.5rem;
            @include mincho;
            font-weight: 800;
            letter-spacing: 0.05rem;
            margin-bottom: 20px;
        }
        
        dl {
            border-radius: 10px;
            background: url("../images/common/bg_degline-white.png"), $grd-darkblue;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: 50%;
            display: flex;
            justify-content: space-between;
            flex-wrap: wrap;
            align-items: stretch;
            padding: 10px;
            dt {
                background: #EFFAFF;
                border-radius: 10px;
                width: 20%;
                position: relative;
                p {
                    font-size: 3.6rem;
                    @include mincho;
                    color: $gold;
                    font-weight: 800;
                    @include abs-center;
                    white-space: nowrap;
                    span {
                        font-size: 4.6rem;
                        line-height: 0.8;
                    }
                }
            }
            dd {
                width: 75%;
                color: #FFF;
                text-align: justify;
                padding: 10px 0;
                h4 {
                    font-size: 2.6rem;
                    font-weight: 700;
                }
            }
            &.black {
                background: url("../images/common/bg_degline-white.png"), $grd-black;
                dt {
                    background: #EBEBEB;
                }
            }
            &.violet {
                background: url("../images/common/bg_degline-white.png"), $grd-violet;
                margin-bottom: 100px;
                dt {
                    background: #F7ECFF;
                }
            }
        }
    }
}   */
section#features {
  padding: 90px 0;
  background: linear-gradient(180deg, #3a758f 0%, #185c7a 100%); }
  section#features .h2box h2 {
    color: #FFF; }
  section#features .h2box img.logo {
    width: 280px;
    position: absolute;
    top: -60px;
    left: 50%;
    transform: translateX(-50%); }
  section#features .inContainer ul {
    border-top: 1px #FFF dotted;
    position: relative;
    margin-bottom: 70px; }
    section#features .inContainer ul p.number {
      font-size: 13rem;
      font-family: 'Kosugi Maru', sans-serif;
      color: #e6d26b;
      letter-spacing: -0.3em;
      position: absolute;
      right: 1.5rem;
      top: -60px;
      z-index: 3; }
    section#features .inContainer ul li.phbox {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin: 80px 0 20px 0;
      position: relative; }
      section#features .inContainer ul li.phbox img {
        width: 50%; }
      section#features .inContainer ul li.phbox figcaption {
        display: inline-block;
        position: absolute;
        font-size: 1.4rem;
        text-align: right;
        color: #FFF; }
        section#features .inContainer ul li.phbox figcaption.capL {
          right: 52%;
          bottom: 2%; }
        section#features .inContainer ul li.phbox figcaption.capR {
          right: 2%;
          bottom: 2%; }
        section#features .inContainer ul li.phbox figcaption.blk {
          color: #333333; }
    section#features .inContainer ul li:last-child h3 {
      color: #e6d26b;
      font-family: 'Shippori Mincho', serif;
      font-size: 3.5rem;
      font-weight: 800;
      margin-bottom: 10px; }
    section#features .inContainer ul li:last-child p {
      color: #FFF;
      text-align: center; }

section#admission .pricebox li.widemax {
  width: 100%;
  border-radius: 10px; }
section#admission .pricebox .textbox {
  background: #FFF;
  border-radius: 10px;
  width: 90%;
  margin: 15px auto;
  padding: 15px 0; }
  section#admission .pricebox .textbox p {
    font-size: 1.8rem; }
    section#admission .pricebox .textbox p span {
      font-size: 90%;
      color: #B3325B; }
  section#admission .pricebox .textbox + p {
    color: #FFF; }
section#admission dl.ticketbox {
  border: 3px solid #555555;
  border-radius: 10px;
  margin: 10px 0 45px;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: center; }
  section#admission dl.ticketbox dt {
    width: 35%;
    background: #555555;
    padding: 15px 0 15px 25px;
    text-align: justify;
    color: #FFF; }
    section#admission dl.ticketbox dt p.ticket-title {
      position: relative;
      font-size: 2.4rem;
      font-weight: 700;
      margin-left: 35px; }
      section#admission dl.ticketbox dt p.ticket-title:before {
        position: absolute;
        content: "";
        background: url("../images/common/icn_ticket.png") no-repeat;
        width: 26px;
        height: 26px;
        background-size: contain;
        background-position: 0 0;
        left: -35px;
        top: 25%; }
    section#admission dl.ticketbox dt p.price {
      font-size: 2.8rem;
      font-weight: 800;
      letter-spacing: 0.3rem;
      font-family: 'Shippori Mincho', serif; }
      section#admission dl.ticketbox dt p.price span {
        font-size: 60%; }
  section#admission dl.ticketbox dd {
    padding: 0 20px;
    text-align: justify; }
    section#admission dl.ticketbox dd p.noticeblue {
      display: inline-block;
      background: #3a758f;
      color: #FFF;
      border-radius: 5px;
      padding: 2px 2rem;
      margin-top: 5px; }
  section#admission dl.ticketbox + a + p {
    color: #333333; }

section#access {
  margin-bottom: 100px; }
  section#access div.map {
    width: 100%;
    height: 580px; }
  section#access .map-wrap {
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    padding-top: 30.2083333333%; }
    section#access .map-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }

section#voice {
  padding: 50px 0 100px 0;
  background: linear-gradient(90deg, #565656 0%, #414141 100%); }
  section#voice .h2box {
    margin: 1px 0 100px !important; }
  section#voice .inContainer ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    background: #FFF;
    border-radius: 10px;
    padding: 20px 5%;
    margin-bottom: 65px; }
    section#voice .inContainer ul li {
      text-align: justify; }
      section#voice .inContainer ul li p.name {
        font-size: 1.8rem;
        text-align: right;
        margin-top: 15px; }
    section#voice .inContainer ul.left li:first-child {
      width: 20%;
      position: relative; }
      section#voice .inContainer ul.left li:first-child img {
        width: 139px;
        position: absolute;
        left: 0;
        top: -125px; }
    section#voice .inContainer ul.left li:last-child {
      width: 80%; }
    section#voice .inContainer ul.right li:first-child {
      width: 80%; }
    section#voice .inContainer ul.right li:last-child {
      position: relative;
      width: 20%; }
      section#voice .inContainer ul.right li:last-child img {
        width: 150px;
        position: absolute;
        right: -20px;
        top: -130px; }

section#faq {
  padding-bottom: 100px;
  /*ベース*/
  /*アクティブ設定*/ }
  section#faq div.tabchange {
    display: flex;
    flex-wrap: wrap; }
    section#faq div.tabchange .tabLabel {
      /* タブ */
      margin-right: 3px;
      padding: 3px 12px;
      flex: 1;
      order: -1;
      border-radius: 10px 10px 0 0;
      color: #444;
      background: rgba(0, 137, 167, 0.3);
      transition: 0.5s;
      cursor: pointer;
      font-size: 2.0rem;
      color: #FFF; }
      section#faq div.tabchange .tabLabel.camer {
        background: #f0edf2; }
        section#faq div.tabchange .tabLabel.camer p {
          display: inline-block;
          position: relative; }
          section#faq div.tabchange .tabLabel.camer p:before {
            position: absolute;
            content: "";
            background: url("../images/common/icn_green.png") no-repeat;
            background-size: contain;
            background-position: center;
            width: 24px;
            height: 24px;
            top: 50%;
            left: -30px;
            transform: translateY(-50%); }
      section#faq div.tabchange .tabLabel.member {
        background: #e6d26b; }
        section#faq div.tabchange .tabLabel.member p {
          display: inline-block;
          position: relative; }
          section#faq div.tabchange .tabLabel.member p:before {
            position: absolute;
            content: "";
            background: url("../images/common/icn_member.png") no-repeat;
            background-size: contain;
            background-position: center;
            width: 24px;
            height: 24px;
            top: 50%;
            left: -30px;
            transform: translateY(-50%); }
    section#faq div.tabchange .tabLabel:nth-last-of-type(1) {
      margin-right: 0; }
  section#faq input {
    /* ラジオボタン非表示 */
    display: none; }
  section#faq .content {
    /* 本文 */
    width: 100%;
    height: 0;
    overflow: hidden;
    opacity: 0; }
  section#faq div.tabchange input:checked + .tabLabel.camer {
    color: #fff;
    background: linear-gradient(180deg, #5c3a73 0%, #2e1d3a 100%); }
  section#faq div.tabchange input:checked + .tabLabel.member {
    color: #fff;
    background: linear-gradient(180deg, #c9b92d 0%, #9a8c18 100%); }
  section#faq div.tabchange input:checked + .tabLabel.camer + .content {
    padding: 15px;
    height: auto;
    overflow: auto;
    background: rgba(92, 58, 115, 0.1);
    transition: .5s opacity;
    opacity: 1; }
  section#faq div.tabchange input:checked + .tabLabel.member + .content {
    padding: 15px;
    height: auto;
    overflow: auto;
    background: rgba(201, 185, 45, 0.1);
    transition: .5s opacity;
    opacity: 1; }
  section#faq div.content.camerbox dl, section#faq div.content.memberbox dl {
    width: 95%;
    margin: 0 auto; }
    section#faq div.content.camerbox dl dt, section#faq div.content.memberbox dl dt {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      margin-bottom: 15px; }
      section#faq div.content.camerbox dl dt h5, section#faq div.content.memberbox dl dt h5 {
        display: inline-block;
        color: #FFF;
        background: #5c3a73;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        position: relative; }
        section#faq div.content.camerbox dl dt h5 span, section#faq div.content.memberbox dl dt h5 span {
          position: absolute;
          font-size: 2.2rem;
          line-height: 1;
          font-weight: 700;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      section#faq div.content.camerbox dl dt p, section#faq div.content.memberbox dl dt p {
        width: 93%;
        text-align: justify;
        color: #5c3a73;
        font-size: 2.0rem; }
    section#faq div.content.camerbox dl dd, section#faq div.content.memberbox dl dd {
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      border-bottom: 1px dotted #999;
      padding-bottom: 20px;
      margin-bottom: 20px; }
      section#faq div.content.camerbox dl dd h5, section#faq div.content.memberbox dl dd h5 {
        display: inline-block;
        color: #5c3a73;
        background: #FFF;
        width: 40px;
        height: 40px;
        border-radius: 20px;
        position: relative; }
        section#faq div.content.camerbox dl dd h5 span, section#faq div.content.memberbox dl dd h5 span {
          position: absolute;
          font-size: 2.2rem;
          line-height: 1;
          font-weight: 700;
          position: absolute;
          top: 50%;
          left: 50%;
          transform: translate(-50%, -50%); }
      section#faq div.content.camerbox dl dd p, section#faq div.content.memberbox dl dd p {
        width: 93%;
        text-align: justify;
        margin-top: 5px; }
  section#faq div.content.memberbox dl dt h5 {
    background: #c9b92d; }
  section#faq div.content.memberbox dl dt p {
    color: #c9b92d; }
  section#faq div.content.memberbox dl dd h5 {
    color: #c9b92d; }

div.floatingbox {
  display: block;
  width: 250px;
  background: rgba(51, 51, 51, 0.9);
  border: 3px solid #FFF;
  position: fixed;
  border-radius: 10px;
  right: 1%;
  top: 20%;
  padding: 10px 0;
  color: #FFF; }
  div.floatingbox h3 {
    font-size: 2.0rem;
    font-family: 'Shippori Mincho', serif;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px; }
  div.floatingbox dl {
    background: linear-gradient(180deg, #2db4c9 0%, #1e8c9e 100%);
    margin: 0;
    padding: 10px 0;
    line-height: 1.2; }
    div.floatingbox dl dt h4 {
      font-size: 1.4rem;
      font-weight: 700; }
    div.floatingbox dl dt p.normal {
      font-size: 1.8rem;
      font-weight: 800;
      font-family: 'Shippori Mincho', serif;
      letter-spacing: 0.2rem; }
      div.floatingbox dl dt p.normal span {
        font-size: 60%; }
    div.floatingbox dl span.arrow {
      font-size: 250%;
      line-height: 0.6; }
    div.floatingbox dl dd {
      width: 95%;
      margin: -10px auto 0 auto;
      background: #FFF;
      border-radius: 10px;
      padding: 10px 0;
      display: flex;
      justify-content: center;
      align-items: baseline; }
      div.floatingbox dl dd p.now {
        font-size: 1.5rem;
        font-weight: 700;
        color: #2db4c9;
        margin-right: 0.5rem; }
      div.floatingbox dl dd p.special {
        font-size: 2.3rem;
        font-weight: 800;
        font-family: 'Shippori Mincho', serif;
        letter-spacing: 0.2rem;
        color: #2db4c9; }
        div.floatingbox dl dd p.special span {
          font-size: 60%;
          margin-left: -1rem; }
    div.floatingbox dl.price-pa {
      background: linear-gradient(180deg, #c9b92d 0%, #9a8c18 100%); }
      div.floatingbox dl.price-pa dd p {
        color: #c9b92d; }
  div.floatingbox a.btn-app {
    width: 100%;
    border-radius: 0;
    line-height: 1.5; }

.spnav {
  display: block;
  z-index: 20; }

.drawer-hamburger {
  z-index: 8 !important;
  position: absolute !important;
  right: 0;
  top: 0; }

.drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer-hamburger-icon {
  background-color: #FFF !important; }

body.drawer-open .drawer-hamburger {
  right: 0 !important;
  z-index: 100; }
body.drawer-open .drawer-hamburger-icon {
  background-color: rgba(0, 0, 0, 0) !important; }
body.drawer-open .drawer-nav {
  width: 41rem !important; }

.drawer-toggle.drawer-hamburger {
  width: 4rem !important;
  top: 0rem !important; }

nav.drawer-nav {
  background: #222;
  z-index: 7; }
  nav.drawer-nav ul {
    display: block;
    padding: 20px 0 0 0; }
    nav.drawer-nav ul li {
      border-bottom: 2px dotted #FFFFFF;
      margin-right: 0 !important; }
      nav.drawer-nav ul li img.navlogo {
        width: 60%;
        margin: 40px 0 20px 0; }
      nav.drawer-nav ul li a {
        font-family: 'Shippori Mincho', serif;
        display: block;
        font-size: 1.6rem;
        color: #FFFFFF;
        text-decoration: none;
        padding: 15px 0 15px 0 !important;
        opacity: 1 !important; }
        nav.drawer-nav ul li a p {
          position: relative;
          display: inline-block;
          transition: all 0.5s; }
          nav.drawer-nav ul li a p:hover {
            margin-left: 3rem;
            color: #c9b92d; }
          nav.drawer-nav ul li a p span {
            position: absolute;
            left: -3rem;
            top: 50%;
            transform: translateY(-50%); }
    nav.drawer-nav ul div.social-icon {
      display: none;
      justify-content: center;
      margin-top: 30px; }
      nav.drawer-nav ul div.social-icon a {
        width: 40px !important; }
        nav.drawer-nav ul div.social-icon a:nth-child(2) {
          margin: 0 40px !important; }

@media screen and (max-width: 1025px), screen and (orientation: portrait) {
  a.btn-app {
    padding: 1.2rem 6rem; }
    a.btn-app p {
      font-size: 1.8rem; }

  header .innerBlock {
    width: 1000px; }
    header .innerBlock a.btn-app {
      padding: 1.2rem 4rem; }

  section#titlebox div.floatbox {
    width: 99%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    section#titlebox div.floatbox p.subcatch {
      line-height: 1.2; }
    section#titlebox div.floatbox h1 {
      font-size: 5rem; }
    section#titlebox div.floatbox ul {
      margin: 20px auto 20px auto; }
      section#titlebox div.floatbox ul li img.crown {
        width: 30px;
        margin: 20px auto 15px auto; }
      section#titlebox div.floatbox ul li p {
        font-size: 2.2rem;
        margin-bottom: 20px; }
        section#titlebox div.floatbox ul li p span {
          font-size: 3.2rem; }
      section#titlebox div.floatbox ul li.box-c p {
        font-size: 2.2rem;
        margin-top: 0.5rem; }
        section#titlebox div.floatbox ul li.box-c p span {
          font-size: 2.6rem; }
  section#titlebox p.locate {
    font-size: 2.2rem; }
    section#titlebox p.locate span {
      font-size: 2.8rem; }

  section#instagram {
    margin-bottom: 100px; }
    section#instagram ul li img {
      height: 180px; }
    section#instagram ul li a span.like {
      height: 40px; }
      section#instagram ul li a span.like:after {
        text-align: right;
        width: 2rem;
        height: 1.2em; }
    section#instagram h3 {
      color: #B3325B;
      font-weight: 700;
      font-size: 2.2rem;
      letter-spacing: 0.5rem; }

  section#access .map-wrap {
    padding-top: 41.6666666667%; }

  div.floatingbox {
    width: 200px;
    top: 30%; }
    div.floatingbox h3 {
      font-size: 2.0rem; }
    div.floatingbox dl dt p.normal {
      font-size: 2rem; }
    div.floatingbox dl dd {
      display: block; }
      div.floatingbox dl dd p.now {
        font-size: 1.8rem;
        margin-right: 0;
        line-height: 1.5; } }
@media screen and (max-width: 769px) {
  header .innerBlock {
    width: 1000px; }
    header .innerBlock a.btn-app {
      padding: 1.2rem 2rem; }
      header .innerBlock a.btn-app p {
        font-size: 1.5rem; }
      header .innerBlock a.btn-app span {
        display: none; }

  ul.pricebox li div.grade:before, ul.pricebox li div.grade:after {
    width: 23%; }
  ul.pricebox li h4 {
    font-size: 2.8rem; }
    ul.pricebox li h4 span {
      font-size: 3.2rem; }
  ul.pricebox li .price {
    font-size: 2.8rem; }
  ul.pricebox li .salebox p.saletitle {
    font-size: 2.4rem; }
  ul.pricebox li .salebox p.saleprice {
    font-size: 3.6rem; }

  a.btn-app {
    padding: 1rem 4rem; }
    a.btn-app.biger {
      font-size: 2.0rem; }

  div.h2box h2 {
    font-size: 4.4rem; }
    div.h2box h2 span.icn-access:before {
      position: absolute;
      content: "";
      background: url("../images/common/icn_mappin.png") no-repeat;
      background-size: contain;
      width: 40px;
      height: 56px;
      left: -64px;
      top: 0; }
  div.h2box img.eng {
    width: 50%; }

  #wrap {
    padding-top: 57px; }

  .inContainer {
    width: 99%;
    margin: 0 auto; }

  header {
    width: 100%;
    position: fixed; }
    header .innerBlock {
      width: 99%; }
      header .innerBlock img.toplogo {
        width: 175px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      header .innerBlock ul li.social div a img {
        width: 36px; }

  section#titlebox div.floatbox {
    width: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
    section#titlebox div.floatbox p.subcatch {
      font-size: 3.2rem;
      margin-bottom: 10px; }
    section#titlebox div.floatbox h1 {
      font-size: 4.5rem; }
    section#titlebox div.floatbox ul {
      width: 98%;
      margin: 10px auto 20px auto; }
      section#titlebox div.floatbox ul li {
        width: 32%; }
        section#titlebox div.floatbox ul li img.crown {
          width: 26px;
          margin: 15px auto 15px auto; }
        section#titlebox div.floatbox ul li p {
          font-size: 2rem;
          margin-bottom: 15px;
          line-height: 1.5; }
          section#titlebox div.floatbox ul li p span {
            font-size: 2.8rem; }
        section#titlebox div.floatbox ul li.box-c p {
          font-size: 2rem;
          margin-top: 0;
          line-height: 1.2; }
          section#titlebox div.floatbox ul li.box-c p span {
            font-size: 2.8rem; }
  section#titlebox p.locate {
    font-size: 2.2rem; }
    section#titlebox p.locate span {
      font-size: 2.8rem; }

  section#professional div ul {
    width: 100%; }
    section#professional div ul li h3 {
      font-family: 'Shippori Mincho', serif;
      font-size: 2.6rem;
      margin-bottom: 8px; }
  section#professional div.black {
    background: linear-gradient(90deg, #565656 0%, #414141 100%); }
    section#professional div.black li:last-child {
      margin-right: 2%; }
  section#professional div.dblue {
    background: linear-gradient(90deg, #3a758f 0%, #185c7a 100%); }
    section#professional div.dblue li:last-child {
      margin-left: 2%; }

  section#campaign .inContainer h3 {
    font-size: 3.6rem;
    padding: 5px 0; }

  section#instagram {
    margin-bottom: 100px; }
    section#instagram ul li img {
      height: 150px; }
    section#instagram ul li a span.like {
      height: 40px; }
    section#instagram h3 {
      color: #B3325B;
      font-weight: 700;
      font-size: 2.2rem;
      letter-spacing: 0.5rem; }

  section#pointbox .inContainer ul li:first-child {
    width: 27%; }
  section#pointbox .inContainer ul li:last-child {
    width: 80%;
    padding: 20px 40px; }
    section#pointbox .inContainer ul li:last-child h4 {
      font-size: 2.2rem; }
    section#pointbox .inContainer ul li:last-child p {
      line-height: 1.5; }

  /* section#pointbox {
      .inContainer {
          p.subtitle {
              font-size: 2.4rem;
          }
          h3 {
              font-size: 3.8rem;
          }
          
          dl {
              dt {
                  p {
                      font-size: 2.8rem;
                      span {
                          font-size: 3.6rem;
                      }
                  }
              }
              dd {
                  width: 77%;
                  h4 {
                      font-size: 2.4rem;
                  }
              }
          }
      }
  } */
  section#features {
    padding: 60px 0; }
    section#features .h2box img.logo {
      width: 240px;
      top: -60px; }
    section#features .inContainer ul li:last-child h3 {
      font-size: 2.8rem; }

  section#admission dl.ticketbox dt {
    width: 35%; }
    section#admission dl.ticketbox dt p.ticket-title {
      font-size: 2.4rem; }
    section#admission dl.ticketbox dt p.price {
      font-size: 2.6rem; }

  section#access .map-wrap {
    padding-top: 52.0833333333%; }

  section#faq {
    /*ベース*/ }
    section#faq div.tabchange .tabLabel {
      /* タブ */ }
      section#faq div.tabchange .tabLabel.camer p:before {
        width: 20px;
        height: 20px; }
      section#faq div.tabchange .tabLabel.member p:before {
        width: 20px;
        height: 20px; }
    section#faq div.content.camerbox dl dt h5, section#faq div.content.memberbox dl dt h5 {
      width: 32px;
      height: 32px; }
      section#faq div.content.camerbox dl dt h5 span, section#faq div.content.memberbox dl dt h5 span {
        font-size: 2.0rem; }
    section#faq div.content.camerbox dl dd h5, section#faq div.content.memberbox dl dd h5 {
      width: 32px;
      height: 32px; }
      section#faq div.content.camerbox dl dd h5 span, section#faq div.content.memberbox dl dd h5 span {
        font-size: 2.0rem; }

  div.floatingbox {
    width: 200px;
    top: 30%; }
    div.floatingbox h3 {
      font-size: 2.0rem; }
    div.floatingbox dl dt p.normal {
      font-size: 2rem; }
    div.floatingbox dl dd {
      display: block; }
      div.floatingbox dl dd p.now {
        font-size: 1.8rem;
        margin-right: 0;
        line-height: 1.5; } }
@media screen and (max-width: 599px) {
  #wrap {
    padding-top: 50px; }

  .inContainer {
    width: 99%; }

  a.btn-app {
    font-size: 2.2rem;
    padding: 1rem 0; }
    a.btn-app.biger {
      width: 95%;
      margin-left: auto;
      margin-right: auto;
      font-size: 2.4rem;
      padding: 2rem 0;
      border-radius: 0;
      font-weight: normal; }

  div.h2box h2 {
    font-family: 'Shippori Mincho', serif;
    font-size: 3.5rem; }
    div.h2box h2 span {
      position: relative; }
      div.h2box h2 span.icn-access:before {
        width: 45px;
        height: 58px;
        left: -60px;
        top: -0.5rem; }
  div.h2box img.eng {
    width: 80%; }

  ul.pricebox {
    display: block; }
    ul.pricebox p.notice-cent {
      display: none; }
    ul.pricebox li {
      width: 100%;
      border-radius: 10px;
      margin-bottom: 10px;
      padding: 30px 0 20px 0; }
      ul.pricebox li div.grade:before, ul.pricebox li div.grade:after {
        width: 23%;
        top: 58%; }
      ul.pricebox li div.grade:after {
        right: 5%;
        left: auto; }
      ul.pricebox li.premium-a {
        border-radius: 10px;
        background: linear-gradient(180deg, #c9b92d 0%, #9a8c18 100%); }
        ul.pricebox li.premium-a .salebox .arrow {
          color: #FFE92C; }
        ul.pricebox li.premium-a .salebox p.saletitle {
          color: #c9b92d; }
        ul.pricebox li.premium-a .salebox p.saleprice {
          color: #c9b92d; }
      ul.pricebox li p.noticeIn {
        display: block;
        font-size: 100%;
        color: #FFF;
        margin-top: 5px; }

  body {
    color: #333333; }

  header {
    height: 50px; }
    header .innerBlock {
      width: 99%;
      margin: 0 auto;
      position: relative;
      padding: 10px 0; }
      header .innerBlock a {
        transition: all 0.5s; }
        header .innerBlock a:hover {
          opacity: 0.7; }
      header .innerBlock img.toplogo {
        width: 40%;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%); }
      header .innerBlock ul {
        padding-right: 60px;
        margin: 15px 0; }
        header .innerBlock ul li:first-child {
          width: 100%;
          position: fixed;
          bottom: 0%;
          left: 50%;
          transform: translateX(-50%);
          margin-right: 0; }
          header .innerBlock ul li:first-child a.btn-app {
            width: 99%;
            padding: 1.5rem 0; }
            header .innerBlock ul li:first-child a.btn-app p {
              font-size: 2.0rem; }
        header .innerBlock ul li:nth-child(2) {
          width: 100%;
          position: fixed;
          bottom: 6%;
          left: 50%;
          transform: translateX(-50%);
          margin-right: 0; }
          header .innerBlock ul li:nth-child(2) a.btn-app {
            width: 99%;
            padding: 1.5rem 0; }
            header .innerBlock ul li:nth-child(2) a.btn-app p {
              font-size: 2.0rem; }
        header .innerBlock ul li.social {
          display: none;
          position: fixed;
          z-index: 10;
          width: 100%;
          bottom: 6%;
          left: 0; }
          header .innerBlock ul li.social div a img {
            width: 50px; }
            header .innerBlock ul li.social div a img.center {
              margin: 0 30px; }

  section#titlebox {
    border-bottom: 15px solid #333333;
    margin-bottom: 80px;
    max-width: 599px;
    position: relative;
    padding-top: 156.9282136895%;
    background: url("../../minamikyuhouji/asset/images/ph_kyuhouji-top-sp.jpg") no-repeat;
    background-size: cover;
    background-position: center top;
    position: relative;
    border-bottom: 15px #333333 solid; }
    section#titlebox img.title-bg {
      display: none; }
    section#titlebox div.floatbox {
      width: 98%;
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%); }
      section#titlebox div.floatbox p.subcatch {
        font-size: 2.8;
        color: #333333; }
      section#titlebox div.floatbox h1 {
        font-size: 3.8rem;
        color: #333333; }
      section#titlebox div.floatbox ul {
        display: block;
        width: 95%;
        margin: 20px auto 40px auto; }
        section#titlebox div.floatbox ul li {
          width: 100%;
          padding-bottom: 10px;
          margin-bottom: 10px; }
          section#titlebox div.floatbox ul li img.crown {
            width: 39px;
            margin: 10px auto 10px auto; }
          section#titlebox div.floatbox ul li p {
            font-size: 2.2rem;
            margin-bottom: 0; }
            section#titlebox div.floatbox ul li p span {
              font-size: 3.0rem; }
          section#titlebox div.floatbox ul li.box-c {
            /* p {
                font-size: 1.8rem;
                margin-top: 0;
                span {
                    font-size: 2.4rem;
                }
            } */ }
    section#titlebox p.locate {
      font-size: 2.0rem;
      padding: 0 3rem; }
      section#titlebox p.locate span {
        font-size: 2.4rem; }

  section#noticebox .accordion label.title span::before {
    left: -1.2em;
    top: 0.5rem;
    width: 18px;
    height: 18px; }
  section#noticebox .accordion label.title {
    font-size: 2.2rem; }
  section#noticebox .accordion label.title + p {
    font-size: 1.6rem;
    margin-bottom: 20px; }
  section#noticebox .accordion .content dl {
    max-height: 0;
    overflow: hidden;
    margin: -0.25em 0; }
  section#noticebox .accordion .content dl {
    display: block; }
    section#noticebox .accordion .content dl dt {
      display: inline-block;
      width: auto;
      padding: 1px 3rem;
      margin-bottom: 10px; }
    section#noticebox .accordion .content dl dd {
      width: 95%;
      padding: 0;
      margin: 0 auto 20px auto; }

  section#professional div ul {
    width: 100%;
    display: block; }
    section#professional div ul li {
      width: 100%; }
      section#professional div ul li h3 {
        font-size: 2.4rem;
        text-align: center; }
  section#professional div.black {
    background: linear-gradient(90deg, #565656 0%, #414141 100%); }
    section#professional div.black li:last-child {
      width: 95%;
      margin: 0 auto;
      padding: 10px 0 30px; }
  section#professional div.dblue {
    background: linear-gradient(90deg, #3a758f 0%, #185c7a 100%); }
    section#professional div.dblue ul li:last-child {
      width: 95%;
      margin: 0 auto;
      padding: 10px 0 30px; }

  section#campaign .inContainer h3 {
    font-size: 2.6rem;
    padding: 10px 0;
    margin-bottom: 20px; }

  section#instagram {
    margin-bottom: 100px; }
    section#instagram .instabox {
      background: #999;
      height: 300px; }
    section#instagram h3 {
      font-size: 2.0rem;
      letter-spacing: 0.5rem; }

  section#instagram {
    margin-bottom: 100px; }
    section#instagram ul li {
      padding: 1%;
      width: 50%;
      margin-bottom: 10px; }
      section#instagram ul li img {
        height: 120px; }
      section#instagram ul li a span.like {
        height: 40px; }
        section#instagram ul li a span.like:after {
          text-align: right;
          width: 1.5rem;
          height: 1.2em; }
    section#instagram h3 {
      color: #B3325B;
      font-weight: 700;
      font-size: 2.2rem;
      letter-spacing: 0.5rem; }

  section#pointbox .inContainer p.subtitle {
    font-size: 2.6rem;
    line-height: 1.5; }
  section#pointbox .inContainer h3 {
    font-size: 3rem; }
  section#pointbox .inContainer ul {
    display: block; }
    section#pointbox .inContainer ul li:first-child {
      width: 60%;
      margin: 0 auto; }
    section#pointbox .inContainer ul li:last-child {
      position: relative;
      width: 100%;
      padding: 10px 20px;
      background: linear-gradient(90deg, rgba(220, 220, 220, 0.8) 0%, rgba(250, 250, 250, 0.8) 100%);
      border-radius: 10px;
      left: auto;
      margin-top: -40px; }
      section#pointbox .inContainer ul li:last-child h4 {
        font-size: 2.4rem;
        text-align: center; }

  /* section#pointbox {
      .inContainer {
          p.subtitle {
              font-size: 2.6rem;
              line-height: 1.5;
          }
          h3 {
              font-size: 3.0rem;
          }
          
          dl {
              border-radius: 10px;
              background: url("../images/common/bg_degline-white.png"), $grd-darkblue;
              background-repeat: no-repeat;
              background-size: cover;
              background-position: 50%;
              display: block;
              padding: 10px;
              dt {
                  display: block;
                  background: #EFFAFF;
                  border-radius: 10px;
                  width: 100%;
                  position: inherit;
                  p {
                      font-size: 2.9rem;
                      position: relative;
                      left: auto;
                      top: auto;
                      transform: translateY(0);
                      line-height: 1.5;
                      span {
                          font-size: 3.7rem;
                      }
                  }
              }
              dd {
                  width: 100%;
                  h4 {
                      font-size: 2.4rem;
                      text-align: center;
                      margin: 15px 0;
                  }
              }
          }
      }
  } */
  section#features {
    padding: 10px 0 40px; }
    section#features .h2box img.logo {
      width: 60%;
      top: -40px; }
    section#features .inContainer ul {
      margin-bottom: 40px; }
      section#features .inContainer ul p.number {
        font-size: 8rem;
        top: -40px; }
      section#features .inContainer ul li.phbox {
        margin: 50px 0 20px 0; }
        section#features .inContainer ul li.phbox img {
          width: 50%; }
      section#features .inContainer ul li:last-child h3 {
        font-size: 2.6rem;
        line-height: 1.5; }
      section#features .inContainer ul li:last-child p {
        width: 95%;
        margin: 0 auto;
        color: #FFF;
        text-align: justify; }

  section#admission dl.ticketbox {
    margin: 0 0 15px;
    display: block; }
    section#admission dl.ticketbox dt {
      width: 100%;
      padding: 10px 0 10px 25px; }
      section#admission dl.ticketbox dt p.ticket-title {
        line-height: 1.5; }
        section#admission dl.ticketbox dt p.ticket-title:before {
          top: 15%; }
    section#admission dl.ticketbox dd {
      padding: 5px 10px; }

  section#access {
    margin-bottom: 100px; }
    section#access .map-wrap {
      padding-top: 125.1564455569%; }

  section#voice .h2box {
    margin: 1px 0 50px !important; }
  section#voice .inContainer ul {
    margin-bottom: 20px;
    padding: 20px 3%; }
    section#voice .inContainer ul li {
      line-height: 1.5;
      font-size: 1.6rem; }
    section#voice .inContainer ul.left li:first-child {
      width: 20%;
      position: relative; }
      section#voice .inContainer ul.left li:first-child img {
        width: 90px;
        position: relative;
        left: -1rem;
        top: auto; }
    section#voice .inContainer ul.left li:last-child {
      width: 78%; }
    section#voice .inContainer ul.right li:first-child {
      width: 78%; }
    section#voice .inContainer ul.right li:last-child {
      width: 20%;
      position: relative; }
      section#voice .inContainer ul.right li:last-child img {
        width: 90px;
        position: absolute;
        right: -1rem;
        top: 50%;
        transform: translateY(-50%); }

  section#faq {
    padding-bottom: 100px;
    /*ベース*/ }
    section#faq div.tabchange .tabLabel {
      /* タブ */
      font-size: 1.8rem; }
      section#faq div.tabchange .tabLabel.camer p:before {
        width: 18px;
        height: 18px; }
      section#faq div.tabchange .tabLabel.member p:before {
        width: 18px;
        height: 18px; }
    section#faq div.content.camerbox dl, section#faq div.content.memberbox dl {
      width: 100%;
      margin: 0 auto; }
      section#faq div.content.camerbox dl dt h5, section#faq div.content.memberbox dl dt h5 {
        width: 36px;
        height: 36px; }
        section#faq div.content.camerbox dl dt h5 span, section#faq div.content.memberbox dl dt h5 span {
          font-size: 2.0rem; }
      section#faq div.content.camerbox dl dt p, section#faq div.content.memberbox dl dt p {
        width: 85%;
        font-size: 1.8rem;
        line-height: 1.5;
        margin-top: 8px; }
      section#faq div.content.camerbox dl dd h5, section#faq div.content.memberbox dl dd h5 {
        width: 36px;
        height: 36px; }
        section#faq div.content.camerbox dl dd h5 span, section#faq div.content.memberbox dl dd h5 span {
          font-size: 2.0rem; }
      section#faq div.content.camerbox dl dd p, section#faq div.content.memberbox dl dd p {
        width: 85%;
        line-height: 1.5; }
    section#faq div.content.memberbox dl dt h5 {
      background: #c9b92d; }
    section#faq div.content.memberbox dl dt p {
      margin-top: 10px;
      color: #c9b92d; }
    section#faq div.content.memberbox dl dd h5 {
      color: #c9b92d; }

  div.floatingbox {
    display: none;
    width: 95%;
    background: rgba(51, 51, 51, 0.9);
    border: 3px solid #FFF;
    position: fixed;
    border-radius: 10px;
    left: 2.5%;
    top: auto;
    bottom: 2%;
    padding: 10px 0 0 0;
    color: #FFF;
    z-index: 4; }
    div.floatingbox h3 {
      font-size: 2.2rem;
      font-family: 'Shippori Mincho', serif;
      line-height: 1.5;
      font-weight: 700;
      margin-bottom: 5px; }
    div.floatingbox dl {
      background: linear-gradient(180deg, #2db4c9 0%, #1e8c9e 100%);
      margin: 0;
      padding: 2px 2%;
      line-height: 1.2;
      display: flex;
      justify-content: center;
      flex-wrap: wrap;
      align-items: center; }
      div.floatingbox dl dt {
        width: 45%; }
        div.floatingbox dl dt h4 {
          font-size: 1.6rem;
          font-weight: 700; }
        div.floatingbox dl dt p.normal {
          font-size: 1.8rem;
          font-weight: 800;
          font-family: 'Shippori Mincho', serif;
          letter-spacing: 0.2rem; }
          div.floatingbox dl dt p.normal span {
            font-size: 60%;
            margin-left: -1rem; }
      div.floatingbox dl dd {
        width: 50%;
        margin: 5px auto;
        background: #FFF;
        border-radius: 10px;
        padding: 5px 0;
        display: block; }
        div.floatingbox dl dd p.now {
          font-size: 1.5rem;
          font-weight: 700;
          color: #2db4c9;
          margin-right: 0.5rem; }
        div.floatingbox dl dd p.special {
          font-size: 2.3rem;
          font-weight: 800;
          font-family: 'Shippori Mincho', serif;
          letter-spacing: 0.2rem;
          color: #2db4c9; }
          div.floatingbox dl dd p.special span {
            font-size: 60%;
            margin-left: -1rem; }
      div.floatingbox dl.price-pa {
        background: linear-gradient(180deg, #c9b92d 0%, #9a8c18 100%); }
        div.floatingbox dl.price-pa dd p {
          color: #c9b92d; }
    div.floatingbox a.btn-app {
      width: 100%;
      border-radius: 0; }

  .spnav {
    display: block;
    z-index: 20; }

  .drawer-hamburger {
    z-index: 8 !important;
    position: absolute !important;
    right: 0;
    top: 0; }

  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer-hamburger-icon {
    background-color: #FFF !important; }

  body.drawer-open .drawer-hamburger {
    right: 0 !important;
    z-index: 100; }
  body.drawer-open .drawer-hamburger-icon {
    background-color: rgba(0, 0, 0, 0) !important; }
  body.drawer-open .drawer-nav {
    width: 41rem !important; }

  .drawer-toggle.drawer-hamburger {
    width: 4rem !important;
    top: 0rem !important; }

  nav.drawer-nav {
    background: #222;
    z-index: 7; }
    nav.drawer-nav ul {
      display: block;
      padding: 20px 0 0 0; }
      nav.drawer-nav ul li {
        border-bottom: 2px dotted #FFFFFF;
        margin-right: 0 !important; }
        nav.drawer-nav ul li img.navlogo {
          width: 60%;
          margin: 40px 0 20px 0; }
        nav.drawer-nav ul li a {
          font-family: 'Shippori Mincho', serif;
          display: block;
          font-size: 1.6rem;
          color: #FFFFFF;
          text-decoration: none;
          padding: 15px 0 15px 0 !important;
          opacity: 1 !important; }
          nav.drawer-nav ul li a p {
            position: relative;
            display: inline-block;
            transition: all 0.5s; }
            nav.drawer-nav ul li a p:hover {
              margin-left: 3rem;
              color: #c9b92d; }
            nav.drawer-nav ul li a p span {
              position: absolute;
              left: -3rem;
              top: 50%;
              transform: translateY(-50%); } }
@media screen and (max-width: 599px) {
  .spnav {
    display: block;
    z-index: 20; }

  .drawer-hamburger {
    z-index: 8 !important;
    position: absolute !important;
    right: 0;
    top: 0; }

  .drawer-hamburger-icon:before, .drawer-hamburger-icon:after, .drawer-hamburger-icon {
    background-color: #FFF !important; }

  body.drawer-open .drawer-hamburger {
    right: 0 !important;
    z-index: 100; }
  body.drawer-open .drawer-hamburger-icon {
    background-color: rgba(0, 0, 0, 0) !important; }
  body.drawer-open .drawer-nav {
    width: 41rem !important; }

  .drawer-toggle.drawer-hamburger {
    width: 4rem !important;
    top: -0.5rem !important; }

  nav.drawer-nav {
    background: #222;
    z-index: 7; }
    nav.drawer-nav ul {
      display: block;
      padding: 20px 0 0 0; }
      nav.drawer-nav ul li {
        position: relative !important;
        top: auto !important;
        border-bottom: 2px dotted #FFFFFF;
        margin-right: 0 !important; }
        nav.drawer-nav ul li img.navlogo {
          width: 50%;
          margin: 10px 0 10px 0; }
        nav.drawer-nav ul li a {
          font-family: 'Shippori Mincho', serif;
          display: block;
          font-size: 1.6rem;
          color: #FFFFFF;
          text-decoration: none;
          padding: 15px 0 15px 0 !important;
          opacity: 1 !important; }
          nav.drawer-nav ul li a p {
            position: relative;
            display: inline-block;
            transition: all 0.5s; }
            nav.drawer-nav ul li a p:hover {
              margin-left: 3rem;
              color: #c9b92d; }
            nav.drawer-nav ul li a p span {
              position: absolute;
              left: -3rem;
              top: 50%;
              transform: translateY(-50%); }

  .social-icon {
    display: flex !important;
    justify-content: center;
    margin-top: 30px; }
    .social-icon a {
      width: 40px; }
      .social-icon a:nth-child(2) {
        margin: 0 50px; } }
