@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&family=Oswald:wght@400;500;700&display=swap");
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}

@media screen and (max-width: 750px) {
  .pcOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 751px) {
  .spOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 1141px) {
  .max1140 {
    display: none !important;
  }
}

@media print, screen and (max-width: 1200px) {
  .min1200 {
    display: none !important;
  }
}

@media print, screen and (min-width: 1201px) {
  .max1200 {
    display: none !important;
  }
}

@media print, screen and (max-width: 1270px) {
  .whenHeaderDispOnly {
    display: none !important;
  }
}

@media print, screen and (min-width: 1271px) {
  .whenHeaderHideOnly {
    display: none !important;
  }
}

.font-os {
  font-family: "Oswald", "Noto Sans JP", sans-serif;
  letter-spacing: 0.03em;
}

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

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

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

.notice {
  font-size: 0.625rem;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .notice {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.txt-small {
  font-size: 0.75rem;
  line-height: 1.5;
}
@media screen and (max-width: 750px) {
  .txt-small {
    font-size: 0.625rem;
    line-height: 1.5;
  }
}

.super {
  display: inline-block;
  vertical-align: top;
  font-size: 0.5625rem;
  letter-spacing: 0.03em;
}
@media screen and (max-width: 750px) {
  .super {
    font-size: 0.5625rem;
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    -webkit-transform-origin: top;
            transform-origin: top;
  }
}

body {
  font-family: "Noto Sans JP", sans-serif;
  text-align: center;
  line-height: 1.5;
  letter-spacing: 0.03em;
  color: #111;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 750px) {
  body {
    width: 100%;
    font-size: 0.625rem;
    line-height: 1;
    letter-spacing: 0.1em;
  }
}
body img {
  max-width: 100%;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  body img {
    width: 100%;
    font-size: 0.625rem;
    line-height: 1;
  }
}
@media print, screen and (min-width: 751px) {
  body a img {
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.4s;
            transition-duration: 0.4s;
  }
  body a:hover {
    opacity: 0.7;
  }
  body a:hover img {
    opacity: 0.7;
  }
}

@media print, screen and (min-width: 751px) {
  a[href^="tel:"] {
    pointer-events: none;
    cursor: default;
  }
}
header {
  width: 100%;
  height: 80px;
}
@media screen and (max-width: 750px) {
  header {
    height: 50px;
  }
}

.header-wrapper {
  width: 100%;
  height: 80px;
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 999;
  margin: 0 auto;
  padding: 0 40px 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 750px) {
  .header-wrapper {
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .header-wrapper .company-name {
    width: 50px;
    height: 50px;
    padding: 15px 0;
  }
}

.header-nav {
  max-width: 520px;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .header-nav {
    display: none;
    max-width: 100%;
    font-size: 1.25rem;
    line-height: 1;
    background: #111;
    color: #fff;
    text-align: left;
  }
  .header-nav.active {
    display: block;
  }
}
.header-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 750px) {
  .header-nav__list {
    display: block;
    padding: 20px 0;
  }
}
.header-nav__list li {
  margin-right: 7.3529411765%;
  vertical-align: bottom;
}
@media screen and (max-width: 750px) {
  .header-nav__list li {
    margin-right: 0;
  }
  .header-nav__list li a {
    display: block;
    padding: 10px 7.3529411765%;
  }
}
.header-nav__list li:last-child {
  margin-right: 0;
}
.header-nav__list li:nth-child(5), .header-nav__list li:nth-child(7) {
  font-size: 0.75rem;
  line-height: 1.1666666667;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .header-nav__list li:nth-child(5), .header-nav__list li:nth-child(7) {
    font-size: 1.125rem;
    line-height: 1;
  }
}

.header-bar-btn a {
  display: block;
  width: 30px;
  height: 17px;
  background: url(../images/header_menu_open_sp.png) no-repeat center center;
  background-size: 100% auto;
  position: absolute;
  right: 10px;
  top: 16.5px;
}
.header-bar-btn.active a {
  display: block;
  width: 30px;
  height: 17px;
  background: url(../images/header_menu_close_sp.png) no-repeat center center;
  background-size: 100% auto;
}

.mainvisual {
  width: 100%;
}
.mainvisual img {
  width: 100%;
}
.mainvisual-wrapper {
  width: 100%;
}

.content-ttl {
  font-size: 3.75rem;
  line-height: 0.9333333333;
  padding-left: 57px;
  position: relative;
}
@media screen and (max-width: 750px) {
  .content-ttl {
    font-size: 2.25rem;
    line-height: 1;
    padding-left: 43px;
  }
}
.content-ttl::before {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 40px;
  height: 4px;
  background: #111;
}
@media screen and (max-width: 750px) {
  .content-ttl::before {
    bottom: 14px;
    width: 30px;
    height: 3px;
  }
}
.content-ttl-wrapper {
  max-width: 1600px;
  padding: 0 6.25%;
  text-align: left;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .content-ttl-wrapper {
    max-width: 100%;
    padding: 0 2.6666666667%;
  }
}
.content-ttl-wrapper .content-description {
  font-size: 1.25rem;
  line-height: 1.6;
  padding: 47px 0 0 57px;
}
@media print, screen and (max-width: 1200px) {
  .content-ttl-wrapper .content-description {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
@media screen and (max-width: 750px) {
  .content-ttl-wrapper .content-description {
    font-size: 1.125rem;
    line-height: 1.5555555556;
    padding: 35px 0 0 2.6666666667%;
  }
}

.studio-wrapper {
  padding: 96px 0 100px;
}
@media screen and (max-width: 750px) {
  .studio-wrapper {
    padding: 68px 0 60px;
  }
}
@media print, screen and (max-width: 1200px) {
  .studio-wrapper .studio__ttl-wrap {
    width: 36.3636363636%;
  }
}
@media screen and (max-width: 750px) {
  .studio-wrapper .studio__ttl-wrap {
    width: 100%;
  }
}
.studio-wrapper .studio__ttl {
  font-size: 1.25rem;
  line-height: 1.6;
}
@media print, screen and (max-width: 1200px) {
  .studio-wrapper .studio__ttl {
    font-size: 1.6666666667vw;
    line-height: 1.5;
  }
}
@media screen and (max-width: 750px) {
  .studio-wrapper .studio__ttl {
    font-size: 1.125rem;
    line-height: 1.5555555556;
  }
}
.studio-wrapper .studio__txt {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .studio-wrapper .studio__txt {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-top: 11px;
    padding-bottom: 81.8666666667vw;
  }
}

.studio-inner {
  padding-right: 100px;
  margin-top: 77px;
  text-align: left;
}
@media screen and (min-width: 1601px) {
  .studio-inner {
    padding-right: 0;
  }
}
@media screen and (max-width: 750px) {
  .studio-inner {
    padding-right: 40px;
    margin-top: 52.1333333333vw;
  }
}
.studio-inner__main {
  width: 100%;
  height: 47.9375vw;
  max-height: 767px;
  border: #111 2px solid;
  border-left: none;
  position: relative;
}
@media screen and (min-width: 1601px) {
  .studio-inner__main {
    max-width: calc(100% - (50% - 692px));
  }
}
@media print, screen and (max-width: 1200px) {
  .studio-inner__main {
    height: 49.5vw;
  }
}
@media screen and (max-width: 750px) {
  .studio-inner__main {
    max-height: none;
    height: 138.5333333333vw;
    padding: 44px 84px 0 2.6666666667%;
    position: relative;
  }
}
.studio-inner__main02 {
  width: 100%;
  max-width: 1600px;
  max-height: 790px;
  margin: -10.3125vw -102px 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 750px) {
  .studio-inner__main02 {
    max-width: none;
    max-height: none;
    display: block;
  }
}
.studio-inner .studio-pic01 {
  max-width: 940px;
  width: 58.75vw;
  padding-bottom: 32.8671328671vw;
}
.studio-inner .studio-pic01 img {
  width: 100%;
  height: auto;
}
@media print, screen and (max-width: 1200px) {
  .studio-inner .studio-pic01 {
    max-width: none;
    width: 50vw;
  }
}
@media screen and (max-width: 750px) {
  .studio-inner .studio-pic01 {
    max-width: none;
    width: 93.3333333333vw;
    position: absolute;
    top: -36.4vw;
    right: -42px;
  }
}
.studio-inner .studio-pic02-wrap {
  max-width: 340px;
  width: 21.25vw;
  margin-right: 8.75vw;
  padding-top: 13.75vw;
}
@media screen and (min-width: 1601px) {
  .studio-inner .studio-pic02-wrap {
    margin-right: 140px;
  }
}
@media screen and (max-width: 750px) {
  .studio-inner .studio-pic02-wrap {
    max-width: none;
    width: auto;
    position: absolute;
    top: 32.5333333333vw;
    left: 0;
    margin: 0 0 10vw 2.6666666667%;
    padding: 0;
  }
}
.studio-inner .studio-pic02 {
  width: 100%;
  margin-right: 3.6%;
}
@media screen and (max-width: 750px) {
  .studio-inner .studio-pic02 {
    width: 45.3333333333vw;
    margin-right: 0;
  }
}
.studio-inner .studio__ttl {
  padding-top: 2.125vw;
}
@media screen and (max-width: 750px) {
  .studio-inner .studio__ttl {
    padding-top: 16px;
  }
}
.studio-inner__type02 {
  max-width: 1158px;
  margin: 0 auto;
  padding: 62px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: left;
  position: relative;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
@media screen and (max-width: 750px) {
  .studio-inner__type02 {
    padding: 29.2vw 0 0;
    position: static;
  }
}
.studio-inner__type02 .studio__ttl {
  padding-top: 34px;
}
@media screen and (max-width: 750px) {
  .studio-inner__type02 .studio__ttl {
    padding-top: 15px;
  }
}
.studio-inner__top {
  height: auto;
  border: #111 2px solid;
  padding-left: 30px;
  padding-bottom: 46px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 6.0625%;
}
@media screen and (max-width: 750px) {
  .studio-inner__top {
    padding: 0 10px 20px 15px;
    margin-right: 2.6666666667%;
  }
}
.studio-inner__top .studio-pic03 {
  max-width: 590px;
  width: 50.9499136442vw;
  height: auto;
  margin: -155px -39px 0 0;
}
@media screen and (max-width: 750px) {
  .studio-inner__top .studio-pic03 {
    max-width: none;
    width: 78.6666666667vw;
    height: auto;
    margin: -19.0666666667% 0 0 0;
  }
}
.studio-inner__left {
  position: absolute;
  top: 220px;
  left: 0;
  border: #111 2px solid;
  padding-left: 40px;
  padding-bottom: 46px;
}
@media screen and (max-width: 750px) {
  .studio-inner__left {
    position: static;
    padding-left: 18px;
    padding-bottom: 19px;
    padding-right: 40px;
    margin: 54px auto 0 6.7567567568%;
  }
}
.studio-inner__left .studio-pic04 {
  max-width: 400px;
  width: 34.5423143351vw;
  height: auto;
  margin: 60px -22px 0 0;
}
@media screen and (max-width: 750px) {
  .studio-inner__left .studio-pic04 {
    max-width: none;
    width: 64.9333333333vw;
    height: auto;
    margin: 34px 0 0 -36px;
  }
}
.studio-inner__bottom {
  border: #111 2px solid;
  margin-top: 60px;
  margin-right: 40px;
  padding: 26px 0 46px 30px;
}
@media screen and (max-width: 750px) {
  .studio-inner__bottom {
    margin: 45px 4% 0 0;
    padding: 0 17px 19px 19px;
  }
}
.studio-inner__bottom .studio-pic05 {
  max-width: 660px;
  width: 51.8134715026vw;
  height: auto;
  margin: 0 -42px 0 -72px;
}
@media screen and (max-width: 750px) {
  .studio-inner__bottom .studio-pic05 {
    max-width: auto;
    width: 79.4666666667vw;
    margin: 15px 0 0 -45px;
  }
}

.spec-wrapper {
  background: #111;
  color: #fff;
  padding: 80px 100px;
}
@media print, screen and (max-width: 1200px) {
  .spec-wrapper {
    padding: 50px 2.6666666667%;
  }
}

.spec-inner {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media print, screen and (max-width: 1200px) {
  .spec-inner {
    max-width: none;
    display: block;
  }
}
.spec-inner .content-ttl-wrapper {
  width: 358px;
  padding: 0;
  margin: 0;
}
@media print, screen and (max-width: 1200px) {
  .spec-inner .content-ttl-wrapper {
    width: 100%;
    margin-bottom: 46px;
  }
}
.spec-inner .content-ttl-wrapper .content-ttl::before {
  background: #fff;
}
.spec-inner .content-description {
  font-size: 0.75rem;
  line-height: 1;
  padding: 70px 0 0;
  font-weight: 400;
}
@media print, screen and (max-width: 1200px) {
  .spec-inner .content-description {
    padding: 0;
  }
  .spec-inner .content-description.padding-top {
    padding-top: 40px;
  }
}
.spec-inner .dl-btn {
  width: 298px;
  background: #fff;
  color: #111;
  font-size: 0.75rem;
  line-height: 1;
  text-align: center;
  padding: 23px 0;
  margin-top: 20px;
  position: relative;
}
@media print, screen and (max-width: 1200px) {
  .spec-inner .dl-btn {
    padding: 18px 0;
    margin: 20px auto 0;
  }
}
.spec-inner .dl-btn::after {
  content: "";
  position: absolute;
  top: 0;
  right: 19px;
  width: 20px;
  height: 100%;
  background: url(../images/dl_btm_pc.png) no-repeat center center;
  background-size: 20px auto;
}
@media print, screen and (max-width: 1200px) {
  .spec-inner .dl-btn::after {
    right: 14px;
    width: 13px;
    background: url(../images/dl_btm_sp.png) no-repeat center center;
    background-size: 100% auto;
  }
}

.spep-table {
  max-width: 960px;
  min-width: 700px;
  width: 100%;
  text-align: left;
  padding-left: 60px;
}
@media print, screen and (max-width: 1200px) {
  .spep-table {
    max-width: none;
    min-width: 0;
    width: 100%;
    padding-left: 0;
  }
}
.spep-table .spep-table__ttl {
  font-size: 1.25rem;
  line-height: 1;
  text-align: left;
}
@media print, screen and (max-width: 1200px) {
  .spep-table .spep-table__ttl {
    font-size: 1.125rem;
    line-height: 1;
    margin-top: 40px;
  }
}
.spep-table table {
  width: 100%;
  margin: 20px 0 60px;
  font-size: 0.75rem;
  line-height: 1.6666666667;
}
@media print, screen and (max-width: 1200px) {
  .spep-table table {
    margin: 20px 0 40px;
    font-size: 0.75rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.spep-table table tbody tr {
  border-top: #555 solid 1px;
  border-bottom: #555 solid 1px;
}
.spep-table table tbody tr th {
  width: 27.0833333333%;
  padding: 20px 20px 20px 60px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1200px) {
  .spep-table table tbody tr th {
    width: 100%;
    display: block;
    padding: 16px 2.6666666667% 12px;
  }
}
.spep-table table tbody tr td {
  width: 72.9166666667%;
  padding: 20px 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media print, screen and (max-width: 1200px) {
  .spep-table table tbody tr td {
    width: 100%;
    display: block;
    padding: 0 2.6666666667% 16px;
  }
}

.spec-pic-wrapper {
  max-width: 1400px;
  margin: 20px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media print, screen and (max-width: 1200px) {
  .spec-pic-wrapper {
    margin: 40px auto 0;
  }
}
@media screen and (max-width: 750px) {
  .spec-pic-wrapper {
    max-width: none;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.spec-pic-wrapper li {
  width: 48.5714285714%;
  margin-right: 2.8571428571%;
}
@media screen and (max-width: 750px) {
  .spec-pic-wrapper li {
    width: 48.5915492958%;
    margin: 0;
  }
}
@media screen and (max-width: 750px) {
  .spec-pic-wrapper li:nth-child(1) {
    width: 100%;
    margin-bottom: 10px;
  }
}
.spec-pic-wrapper li:nth-child(2) {
  margin-right: 0;
}
@media screen and (max-width: 750px) {
  .spec-pic-wrapper li:nth-child(2) {
    width: 48.5915492958%;
    margin-right: 2.8169014085%;
  }
}
.spec-pic-wrapper li:nth-child(3) {
  width: 31.4285714286%;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .spec-pic-wrapper li:nth-child(3) {
    width: 48.5915492958%;
    margin-top: 0;
  }
}
.spec-pic-wrapper li:nth-child(4) {
  width: 31.4285714286%;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .spec-pic-wrapper li:nth-child(4) {
    width: 48.5915492958%;
    margin-right: 2.8169014085%;
    margin-top: 10px;
  }
}
.spec-pic-wrapper li:nth-child(5) {
  width: 31.4285714286%;
  margin-right: 0;
  margin-top: 40px;
}
@media screen and (max-width: 750px) {
  .spec-pic-wrapper li:nth-child(5) {
    width: 48.5915492958%;
    margin-top: 10px;
  }
}

.price-wrapper {
  width: 100%;
  padding: 60px 0 80px;
  background: url(../images/price_bg_pc.jpg) no-repeat;
  background-size: cover;
  font-size: 0.75rem;
  line-height: 1.8333333333;
}
@media screen and (max-width: 750px) {
  .price-wrapper {
    width: 100%;
    padding: 50px 2.6666666667%;
    background: url(../images/price_bg_sp.png) no-repeat;
    background-size: cover;
    font-size: 0.75rem;
    line-height: 1.8333333333;
  }
}
.price-wrapper .content-ttl-wrapper {
  color: #fff;
  max-width: 1600px;
}
@media screen and (max-width: 750px) {
  .price-wrapper .content-ttl-wrapper {
    max-width: none;
  }
}
.price-wrapper .content-ttl-wrapper .content-ttl::before {
  background: #fff;
}

.price-inner {
  max-width: 960px;
  background: #fff;
  opacity: 0.9;
  padding: 60px;
  margin: 40px auto 0;
}
@media screen and (max-width: 750px) {
  .price-inner {
    max-width: none;
    padding: 35px 4.9857549858%;
    margin: 30px auto 0;
  }
}

.price-day {
  max-width: 380px;
  width: 100%;
  border: #111 solid 2px;
  padding: 43px 0 40px;
}
@media screen and (max-width: 750px) {
  .price-day {
    max-width: 500px;
    padding: 30px 0 35px;
    margin: 0 auto 20px;
  }
}
.price-day:first-child {
  margin-right: 4.1666666667%;
}
@media screen and (max-width: 750px) {
  .price-day:first-child {
    margin-right: auto;
  }
}
.price-day-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .price-day-wrap {
    display: block;
  }
}
.price-day__ttl {
  font-size: 0.875rem;
  line-height: 1;
  position: relative;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.price-day__ttl::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 30px;
  height: 2px;
  background: #111;
}
@media screen and (max-width: 750px) {
  .price-day__ttl::after {
    bottom: -12px;
    width: 50px;
  }
}
.price-day__time {
  font-weight: 700;
  margin-top: 33px;
  font-size: 0.875rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .price-day__time {
    margin-top: 42px;
  }
}
.price-day__main {
  font-weight: 700;
  margin-top: 7px;
  font-size: 1.5rem;
  line-height: 1;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .price-day__main {
    margin-top: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}
.price-day__main .tax-none {
  font-size: 0.875rem;
  line-height: 1.7142857143;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .price-day__main .tax-none {
    font-size: 0.75rem;
    line-height: 1.6666666667;
  }
}
.price-day__txt {
  margin-top: 8px;
}
@media screen and (max-width: 750px) {
  .price-day__txt {
    margin-top: 20px;
  }
}

.price-option {
  max-width: 800px;
  border: #111 solid 2px;
  padding: 43px 0 40px;
  margin: 30px auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .price-option {
    max-width: 500px;
    padding: 30px 0;
    margin: 0 auto;
    display: block;
  }
}
.price-option__ttl {
  max-width: 200px;
  width: 100%;
  padding: 0 0 0 21px;
  font-weight: 700;
}
@media screen and (max-width: 750px) {
  .price-option__ttl {
    max-width: none;
    padding: 0;
    margin-bottom: 21px;
  }
}
.price-option__txt {
  max-width: 276px;
  width: 100%;
  padding: 7px 10px;
  border-right: #111 solid 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .price-option__txt {
    max-width: none;
    padding: 0;
    border-right: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: left;
    letter-spacing: 0;
    margin-top: 6px;
  }
}
.price-option__txt:last-child {
  border: none;
}

.price-txt-wrap {
  text-align: left;
  padding-left: 50px;
  margin-top: 25px;
}
@media screen and (max-width: 750px) {
  .price-txt-wrap {
    padding: 0;
    margin: 26px -1.4245014245% 0;
    letter-spacing: 0.03em;
  }
}

.access-wrapper {
  padding: 80px 0;
}
@media screen and (max-width: 750px) {
  .access-wrapper {
    padding: 60px 0 0;
  }
}

.access-inner {
  padding-left: 100px;
  padding-top: 280px;
}
@media screen and (max-width: 750px) {
  .access-inner {
    padding-left: 0;
    padding-top: 130px;
  }
}
.access-inner-main {
  width: 100%;
  height: 440px;
  position: absolute;
  top: -220px;
}
@media screen and (max-width: 750px) {
  .access-inner-main {
    height: 180px;
    top: -90px;
  }
}
.access-inner-main iframe {
  width: 100%;
  height: 440px;
}
@media screen and (max-width: 750px) {
  .access-inner-main iframe {
    height: 180px;
  }
}

.access-inner02 {
  width: 100%;
  height: auto;
  padding-left: 120px;
  padding-right: 100px;
  background: #111;
  color: #fff;
}
@media screen and (max-width: 750px) {
  .access-inner02 {
    padding: 0 5.3333333333%;
  }
}

.access-inner03 {
  max-width: 1158px;
  height: 574px;
  margin: 0 auto;
  position: relative;
  padding-top: 276px;
}
@media screen and (max-width: 750px) {
  .access-inner03 {
    max-width: none;
    height: 419px;
    padding-top: 126px;
  }
}
.access-inner03 table {
  font-size: 0.75rem;
  line-height: 2;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .access-inner03 table {
    font-size: 0.75rem;
    line-height: 1.75;
    font-weight: 400;
  }
}
.access-inner03 table th {
  padding-right: 20px;
  padding-left: 40px;
}
@media screen and (max-width: 750px) {
  .access-inner03 table th {
    width: 100%;
    display: block;
    font-weight: 400;
    padding: 0;
  }
}
@media screen and (max-width: 750px) {
  .access-inner03 table td {
    width: 100%;
    display: block;
    font-weight: 400;
    margin-bottom: 10px;
  }
  .access-inner03 table td.margin-btm {
    margin: 0;
  }
}

.access-method {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 60px 0 0 40px;
  text-align: left;
}
@media screen and (max-width: 750px) {
  .access-method {
    display: block;
    margin: 36px 0 0;
  }
}
.access-method__ttl {
  font-size: 1.25rem;
  line-height: 1;
  position: relative;
  padding-right: 80px;
}
@media screen and (max-width: 750px) {
  .access-method__ttl {
    font-size: 1.125rem;
    line-height: 1;
    display: inline-block;
    padding-right: 75px;
  }
}
.access-method__ttl::after {
  content: "";
  position: absolute;
  top: 10px;
  right: 10px;
  width: 60px;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 750px) {
  .access-method__ttl::after {
    top: 9px;
    right: 0;
  }
}
.access-method__txt {
  font-size: 0.75rem;
  line-height: 2;
}
@media screen and (max-width: 750px) {
  .access-method__txt {
    font-size: 0.75rem;
    line-height: 1.75;
    font-weight: 400;
    margin-top: 15px;
    letter-spacing: 0.03em;
  }
}

.terms-wrapper {
  padding: 80px 100px 0;
}
@media screen and (max-width: 750px) {
  .terms-wrapper {
    padding: 50px 2.6666666667% 0;
  }
}

.terms-inner {
  max-width: 1158px;
  width: 100%;
  padding: 60px 60px 130px;
  border: #111 2px solid;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 750px) {
  .terms-inner {
    max-width: none;
    padding: 40px 3.7037037037% 138px;
  }
}
.terms-inner .terms-ttl {
  font-size: 2rem;
  line-height: 0.9375;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-ttl {
    font-size: 1.25rem;
    line-height: 1;
  }
}
.terms-inner .terms-ttl-sub {
  font-size: 0.875rem;
  line-height: 1;
  margin-top: 20px;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-ttl-sub {
    font-size: 0.75rem;
    line-height: 1;
    margin-top: 15px;
  }
}
.terms-inner .terms-ttl-wrapper {
  margin-bottom: 60px;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-ttl-wrapper {
    margin-bottom: 30px;
  }
}
.terms-inner .terms-main {
  max-width: 770px;
  text-align: left;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-main {
    max-width: none;
    letter-spacing: 0.03em;
  }
}
.terms-inner .terms-main.is-hide {
  height: 250px;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-main.is-hide {
    height: 400px;
  }
}
.terms-inner .terms-main::before {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(30%, rgba(255, 255, 255, 0.7)), color-stop(30%, rgba(255, 255, 255, 0.7)), to(#fff));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.7) 30%, rgba(255, 255, 255, 0.7) 30%, #fff 100%);
  bottom: 0;
  content: "";
  height: 60px;
  position: absolute;
  width: 100%;
}
.terms-inner .terms-main__ttl {
  font-size: 1rem;
  line-height: 1.5;
  margin-top: 30px;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-main__ttl {
    font-size: 0.875rem;
    line-height: 1.5;
    margin-top: 21px;
  }
}
.terms-inner .terms-main__ttl.first {
  margin: 0;
}
.terms-inner .terms-main__txt {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 7px;
}
.terms-inner .terms-main__txt.margin-0 {
  margin: 0;
}
.terms-inner .terms-main__list {
  font-size: 0.75rem;
  line-height: 2;
  margin-top: 30px;
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 7px;
}
.terms-inner .terms-main__list.last {
  margin-bottom: 50px;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-main__list.last {
    margin-bottom: 0;
  }
}
.terms-inner .terms-main__none {
  display: none;
}
.terms-inner .terms-open-btn {
  width: 298px;
  border: 1px #111 solid;
  font-size: 0.75rem;
  line-height: 1;
  padding: 23px 0;
  margin: 16px auto;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  margin: 16px auto 60px;
}
@media screen and (max-width: 750px) {
  .terms-inner .terms-open-btn {
    padding: 18px 0;
    position: absolute;
    bottom: -1.5em;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 16px auto 60px;
  }
}
.terms-inner .terms-open-btn:hover {
  opacity: 0.7;
  cursor: pointer;
}

.terms-open-btn.show + .terms-main::before {
  display: none;
}

.contact-wrapper {
  padding: 118px 0 0;
}
@media screen and (max-width: 750px) {
  .contact-wrapper {
    padding: 60px 0 0;
  }
}

.contact-inner {
  max-width: 1400px;
  height: 259px;
  margin: 60px auto 0;
  border-top: #ccc 1px solid;
  border-bottom: #ccc 1px solid;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 750px) {
  .contact-inner {
    max-width: none;
    height: auto;
    margin: 30px auto 0;
    border-top: none;
    border-bottom: none;
    display: block;
  }
}

.contact-main {
  margin-top: 25px;
  font-size: 2.5rem;
  line-height: 0.95;
  font-weight: 400;
}
@media screen and (max-width: 750px) {
  .contact-main {
    margin-top: 18px;
    font-size: 1.875rem;
    line-height: 1;
  }
}
.contact-main-wrap {
  width: 41.3571428571%;
}
@media screen and (max-width: 750px) {
  .contact-main-wrap {
    width: 100%;
  }
  .contact-main-wrap:first-child {
    margin-top: 50px;
    padding-bottom: 30px;
    border-bottom: #ccc 1px solid;
  }
}
.contact-main__txt {
  margin-top: 74px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .contact-main__txt {
    margin-top: 30px;
    font-weight: 400;
  }
}
.contact-main__txt.margin-top {
  margin-top: 34px;
  font-size: 0.625rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  .contact-main__txt.margin-top {
    margin-top: 17px;
  }
}

.reserve-wrapper {
  padding: 80px 0 0;
}
@media screen and (max-width: 750px) {
  .reserve-wrapper {
    padding: 50px 0 0;
  }
}

.reserve-inner {
  max-width: 1400px;
  padding: 0 40px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .reserve-inner {
    max-width: none;
    padding: 0 2.6666666667%;
    margin: 0 auto;
  }
}
.reserve-inner .reserve-ttl {
  font-size: 1.25rem;
  line-height: 1;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .reserve-inner .reserve-ttl {
    font-size: 1.125rem;
    line-height: 1;
    font-weight: 700;
  }
}
.reserve-inner .reserve-ttl-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.reserve-inner .reserve-ttl__txt {
  font-size: 0.75rem;
  line-height: 1;
  margin-left: 16px;
}
@media screen and (max-width: 750px) {
  .reserve-inner .reserve-ttl__txt {
    font-size: 0.75rem;
    line-height: 1.75;
    margin-left: 0;
    text-align: left;
  }
}
.reserve-inner .reserve-ttl__txt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 750px) {
  .reserve-inner .reserve-ttl__txt-list {
    display: block;
  }
}
.reserve-inner .calend-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 750px) {
  .reserve-inner .calend-wrapper {
    margin-top: 20px;
    overflow: hidden;
  }
  .reserve-inner .calend-wrapper .calend-inner {
    width: 700;
    height: 366px;
    padding-top: 100%;
    position: relative;
  }
  .reserve-inner .calend-wrapper iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

/*--------------topscroll-btn-------------*/
.topBtn {
  position: fixed;
  z-index: 10;
  right: 50px;
  bottom: 500px;
  height: 60px;
}
@media screen and (max-width: 750px) {
  .topBtn {
    right: 15px;
    height: 50px;
  }
}

.topBtn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.topBtn-anime-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.topBtn img {
  width: 50px;
  height: 50px;
}
@media screen and (max-width: 750px) {
  .topBtn img {
    width: 40px;
    height: 40px;
  }
}

footer {
  padding: 87px 0 1px;
}
@media screen and (max-width: 750px) {
  footer {
    padding: 41px 0 0;
  }
  footer .company-name {
    width: 60px;
    height: auto;
    margin: 0 auto;
  }
}
footer .footer-txt {
  margin-top: 60px;
  font-size: 0.75rem;
  line-height: 1;
}
@media screen and (max-width: 750px) {
  footer .footer-txt {
    margin-top: 30px;
    font-size: 0.625rem;
    line-height: 1;
  }
}
footer .footer-bg {
  width: 100%;
  height: 20px;
  background: #111;
  margin-top: 16px;
}
@media screen and (max-width: 750px) {
  footer .footer-bg {
    height: 15px;
    margin-top: 10px;
  }
}
/*# sourceMappingURL=../../_development/maps/css/style.css.map */
