@charset "UTF-8";
/*!===========================
このcssはSassから生成されていますので、
直接編集しないようご注意ください。
===========================*/
@import url("https://fonts.googleapis.com/css?family=Advent+Pro:500&display=swap");

html {
  font-feature-settings: 'palt';
  font-size: 62.5%;
  color: #333A46;
  background: #fff;
}

@media (max-width: 1000px) {
  html {
    font-size: 1vw;
  }
}

html,
#pttl small {
  font-family: 'Hiragino Kaku Gothic ProN', 'Yu Gothic', Meiryo, sans-serif;
}

#top-sec03 h2,
#top-sec04 h2 {
  font-family: din-condensed, sans-serif;
}

.btn,
.btn02,
.form [type="button"],
.form [type="submit"],
.form [type="reset"],
#gnav,
#top-sec03 h2 small,
#top-sec04 h2 small,
#content .top-pr .btn-wrap a,
#top-sec04 .box h3,
#content #top-sec02-02 .box h3,
#content #top-sec02-04 h3 small,
#content #top-sec02-04 .lead,
.btn-taiken {
  font-family: a-otf-futo-go-b101-pr6n, sans-serif;
  font-weight: 500;
}

#content [id^="top-sec02"] h3,
#content [id^="top-sec02"] h4,
#content #top-sec02-04 h3,
#top-sec03 h3 {
  font-family: 'Advent Pro', sans-serif;
}

#pttl {
  font-family: myriad-pro-semi-condensed, sans-serif;
}

body {
  line-height: 1.75;
  font-size: 2.2em;
}

a {
  color: inherit;
}

a:hover {
  text-decoration: none;
  opacity: .8;
}

figure {
  text-align: center;
}

img {
  max-width: 100% !important;
  height: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.4;
}

hr {
  clear: both;
  border: 0;
  margin: 60px 0;
  border-top: 1px solid;
}

/* class
============================== */
.sp {
  display: none;
}

.clearfix::after,
#content::after {
  content: "";
  display: block;
  clear: both;
}

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

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

.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft,
.alignright {
  max-width: 52% !important;
  margin-bottom: 20px;
}

.alignleft {
  float: left;
  margin-right: 40px;
}

.alignright {
  float: right;
  margin-left: 40px;
}

.nowrap {
  white-space: nowrap;
}

.wrap {
  word-break: break-all;
}

.kome:not(ul),
ul.kome>li {
  text-indent: -1em;
  padding-left: 1em;
}

.kome:not(ul)::before,
ul.kome>li::before {
  content: "※";
}

.mtop0 {
  margin-top: 0 !important;
}

.mtop10 {
  margin-top: 10px !important;
}

.mtop20 {
  margin-top: 20px !important;
}

.mtop30 {
  margin-top: 30px !important;
}

.col:not(table) {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.col:not(table)>* {
  width: 48%;
}

.col:not(table)>*.col-in1 {
  width: calc(8.33% - 1.5%);
}

.col:not(table)>*.col-in2 {
  width: calc(16.66% - 1.5%);
}

.col:not(table)>*.col-in3 {
  width: calc(24.99% - 1.5%);
}

.col:not(table)>*.col-in4 {
  width: calc(33.32% - 1.5%);
}

.col:not(table)>*.col-in5 {
  width: calc(41.65% - 1.5%);
}

.col:not(table)>*.col-in6 {
  width: calc(49.98% - 1.5%);
}

.col:not(table)>*.col-in7 {
  width: calc(58.31% - 1.5%);
}

.col:not(table)>*.col-in8 {
  width: calc(66.64% - 1.5%);
}

.col:not(table)>*.col-in9 {
  width: calc(74.97% - 1.5%);
}

.col:not(table)>*.col-in10 {
  width: calc(83.3% - 1.5%);
}

.col:not(table)>*.col-in11 {
  width: calc(91.63% - 1.5%);
}

.col:not(table)>*.col-in12 {
  width: 100%;
}

.btn,
.btn02,
.form [type="button"],
.form [type="submit"],
.form [type="reset"] {
  display: block;
  position: relative;
  width: 370px;
  max-width: 100% !important;
  line-height: 1.4;
  font-size: 2rem;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 0 auto;
  padding: .8em 7.4rem .8em .8em;
  background: #2EAFBF url("https://fitnexus.jp/shared/img/arrow01r.svg") right 4rem center/3.4rem no-repeat;
  border: 0;
  border-radius: 0;
}

.btn02 {
  color: #fff;
  background-color: #B4945F;
}

.gmap {
  position: relative;
}

.gmap::after {
  content: "";
  display: block;
  padding-top: 30px;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.gmap iframe,
.gmap object,
.gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* form
============================== */
.form [type="text"],
.form [type="number"],
.form [type="search"],
.form [type="email"],
.form [type="tel"],
.form [type="url"],
.form [type="password"],
.form [type="date"],
.form [type="datetime-local"],
.form [type="month"],
.form [type="week"],
.form [type="time"],
.form textarea,
.form select {
  width: 100%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font: inherit;
  padding: 8px 10px;
  background-color: #F7F7F7;
  border: 1px solid #ccc;
  border-radius: 3px;
}

.form [type="text"][disabled],
.form [type="number"][disabled],
.form [type="search"][disabled],
.form [type="email"][disabled],
.form [type="tel"][disabled],
.form [type="url"][disabled],
.form [type="password"][disabled],
.form [type="date"][disabled],
.form [type="datetime-local"][disabled],
.form [type="month"][disabled],
.form [type="week"][disabled],
.form [type="time"][disabled],
.form textarea[disabled],
.form select[disabled] {
  background-color: #ddd;
}

.form textarea {
  height: 200px;
  vertical-align: middle;
}

.form select::-ms-expand {
  display: none;
}

.form [type="button"]::after,
.form [type="submit"]::after,
.form [type="reset"]::after {
  content: normal;
}

.form [type="button"]:hover,
.form [type="submit"]:hover,
.form [type="reset"]:hover {
  opacity: .8;
}

.form h2 {
  font-size: 3.5rem;
  margin-bottom: 1em;
  margin-top: 2em;
}

.form h2:first-of-type {
  margin-top: 0;
}

.form h2+p {
  margin-bottom: 1em;
}

.form .form-table {
  display: flex;
  flex-wrap: wrap;
}

.form .form-table>dt,
.form .form-table>dd {
  padding: 3rem;
  border-top: 1px solid #ccc;
}

.form .form-table>dt:first-of-type,
.form .form-table>dd:first-of-type {
  border-top: 0;
}

.form .form-table>dt {
  width: 30%;
}

.form .form-table>dt .req {
  margin-left: .5em;
}

.form .form-table>dd {
  width: 70%;
  padding-bottom: 1rem;
  border-left: 1px solid #ccc;
}

.form .form-table>dd input,
.form .form-table>dd textarea,
.form .form-table>dd select,
.form .form-table>dd p,
.form .form-table>dd dl {
  margin-bottom: 2rem;
}

.form .form-table>dd label {
  white-space: nowrap;
}

.form .form-table>dd .error {
  font-size: 1.6rem;
  color: #D00E00;
}

.form .question dt {
  text-indent: -1em;
  padding-left: 1em;
  margin-top: 1em;
}

.form .question dt::before {
  content: "■";
}

.form .question dt:first-of-type {
  margin-top: 0;
}

.form .question dd {
  margin-top: .5em;
}

.form .survey {
  margin-bottom: 3em;
}

.form .survey dt {
  padding: .5em;
  background: #333A46;
  color: #fff;
  text-indent: inherit;
}

.form .survey dt:before {
  display: none;
}

.form .survey .req {
  margin-left: .5em;
}

.form .survey .caution {
  margin-top: 1em;
  padding: 1em;
  border: 1px dashed #ccc;
  font-size: 1.6rem;
}

.form .survey .error {
  font-size: 1.6rem;
  color: #D00E00;
}

.form .survey+p {
  text-align: center;
  font-size: 1.4rem;
}

.form .req {
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  color: #D00E00;
  padding: .2em .5em;
  border: 1px solid;
}

.form .submit {
  margin-top: 40px;
}

/* ==================================================
layout
================================================== */
footer,
#content>* {
  padding-left: 15px;
  padding-right: 15px;
}

header>*,
footer>*,
#content>*>*,
#fnav>*,
#top-sec03 h2>*,
#top-sec04 h2>*,
#content .top-pr>div>*,
#content [id^="top-sec02"] h2>*,
#content [id^="top-sec02"] .gallery>*,
#content #top-sec02-02>figure>*,
#content #top-sec02-03 section>*,
#content #top-sec02-03-02>div>*,
#content #top-sec02-04 section>* {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

#fnav,
#top-sec03 h2,
#top-sec04 h2,
#content .top-pr>div,
#content [id^="top-sec02"] h2,
#content [id^="top-sec02"] .gallery,
#content #top-sec02-02>figure,
#content #top-sec02-03 section,
#content #top-sec02-03-02>div,
#content #top-sec02-04 section {
  max-width: none;
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}

/* ==================================================
header
================================================== */
header {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
  line-height: 1.2;
  color: #344867;
  background: #fff;
}

header a {
  text-decoration: none;
}

header>div {
  display: flex;
  align-items: center;
  padding-right: 15px;
  padding-bottom: 15px;
  padding-top: 15px;
}

#hlogo {
  line-height: 1;
  width: 15rem;
}
#hlogo.peony {
  line-height: 1;
  width: 28rem;
}

#gnav-wrap {
  margin-left: auto;
}

#gnav {
  display: flex;
  font-size: 1.3rem;
}

#gnav li {
  margin-left: 0.8em;
}

#gnav li a {

}

.drawer-hamburger {
  display: none;
}

@media (max-width: 1320px) {
  #gnav-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    z-index: 3;
    width: 100% !important;
    height: 100%;
    padding: 50px 20px;
    color: #fff;
    background: rgba(51, 58, 70, 0.95);
    overflow-y: auto;
    transition: none;
  }

  #gnav {
    display: block;
    font-size: 1.8rem;
    text-align: center;
    margin-left: 0;
  }

  #gnav li {
    margin: 1em 0 0;
  }

  #gnav li:first-child {
    margin-top: 0;
  }

  #gnav li a {
    text-decoration: none;
  }

  .drawer-hamburger {
    display: block;
    position: absolute;
    width: 30px;
    margin: 1.7rem 15px 0 0;
    padding: 0;
  }

  .drawer-hamburger-icon {
    margin: 1.2rem 0;
  }

  .drawer-hamburger-icon,
  .drawer-hamburger-icon::before,
  .drawer-hamburger-icon::after {
    height: 2px;
    background: #fff;
  }

  .drawer-hamburger-icon::before {
    top: -1.2rem;
  }

  .drawer-hamburger-icon::after {
    top: 1.2rem;
  }

  .drawer-overlay {
    display: none !important;
  }
}

/* ==================================================
footer
================================================== */
footer {
  height: 4.7rem;
  line-height: 1.2;
  margin-bottom: 10rem;
  background: #164097;
}

footer a {
  text-decoration: none;
}

#base footer {
  margin-bottom: 0;
}

#flink {
  line-height: 4.7rem;
  font-size: 2rem;
  text-align: center;
  color: #fff;
}

#flink a {
  text-decoration: underline;
}

#fnav {
  display: flex;
  justify-content: center;
  position: fixed;
  z-index: 100;
  bottom: 0;
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 3%;
}

#fnav li {
  width: 100%;
}

#fnav li a {
  width: 100%;
  font-size: 1vw;
  background-size: 2rem;
}

#fnav li.pdf a {
  background: #8DC21E url("https://fitnexus.jp/shared/img/icon-pdf.svg") right 2rem center/2rem no-repeat;
  color: #fff;
}

#fnav li.pdf2 a {
  background: #FF9619 url("https://fitnexus.jp/shared/img/icon-pdf.svg") right 2rem center/2rem no-repeat;
  color: #fff;
}

#fnav li.contact a {
  background-color: #B4945F;
  color: #fff;
}

#fnav li.schedule a {
  background: #164097 url("https://fitnexus.jp/shared/img/icon-pdf.svg") right 2rem center/2rem no-repeat;
  color: #fff;
}

#fnav li.mypage a {
  background-color: #164097;
  color: #fff;
}

#fnav li.line a {
  background-color: #06C755;
  color: #fff;
}

@media (max-width: 900px) {
  footer {
    margin-bottom: 20rem;
  }

  #fnav {
    margin-bottom: 0;
  }

  /* ボタン4つの場合 */
  #fnav {
    flex-wrap: wrap;
    padding: 0;
  }

  #fnav li {
    width: 50% !important;
  }

  #fnav li a {
    font-size: 2.4rem;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  /* ボタン3つの場合 */
  /* #fnav {
  	flex-wrap: wrap;
  	padding: 0;
  	li {
  		width: 50%;
  		a {
  			font-size: 2.4rem;
  			padding-top: 1em;
  			padding-bottom: 1em;
  		}
  		&:first-child {
  			width: 100%;
  		}
  	}
  } */
}

/* ==================================================
main
================================================== */
#content {
  overflow-x: hidden;
}

#content>* {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#content h2 {
  text-align: center;
}

#top-sec03 h2,
#top-sec04 h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 5.5rem;
  font-weight: normal;
  letter-spacing: .1em;
  text-align: center;
  color: #fff;
  margin-top: -6rem;
  margin-bottom: 6rem;
  padding: .1em 0;
  background: linear-gradient(90deg, #231c1c 0%, #040000 100%);
}

#top-sec03 h2>*,
#top-sec04 h2>* {
  margin: 0;
}

#top-sec03 h2 small,
#top-sec04 h2 small {
  font-size: 3rem;
  font-weight: bold;
  letter-spacing: .075em;
  margin-left: 2em;
}

#pttl {
  font-size: 9.4rem;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  padding-bottom: 8rem;
  background: url("https://fitnexus.jp/shared/img/pttl-bg01.jpg") right center/cover no-repeat;
}
#pttl.peony {
  font-size: 9.4rem;
  letter-spacing: .05em;
  text-align: center;
  color: #fff;
  padding-bottom: 8rem;
  background: url("../img/pttl-bg01-peony.jpg") right center/cover no-repeat;
}

#pttl small {
  display: block;
  font-size: 2.8rem;
}

#pttl>* {
  line-height: 1.2;
}

#pttl .jp {
  font-size: 4rem;
}

/* top
============================== */
.top-info {
  padding: 0 !important;
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  background: #c30d23;
}

.top-info a {
  padding: 0.6em 15px !important;
  color: #fff;
  display: block;
}

.corona-atn {
  padding: 0 !important;
}

.corona-atn a {
  padding: 2.0rem 15px;
  color: #d00e00;
  font-size: 2.6rem;
  text-align: center;
  text-decoration: none;
  background: #F4F3D0;
  display: block;
  max-width: inherit !important;
}

/*#top-kv {
	height: calc(1104 / 1920 * 100vw);
	background: url("../img/top-kv-txt01.jpg") center / cover no-repeat;
	p {
		display: none;
	}
}*/
/*#top-kv {
  padding: 48% 0 0;
  background: url("../img/top-kv-txt02.jpg") top center / cover no-repeat;
  .txt {
    display: none;
  }
}*/
#top-kv {
  padding: 49% 0 0;
  background: url("../img/top-kv-txt05.jpg") top center/cover no-repeat;
  position: relative;
  height: 63vw;
}

#top-kv .txt {
  text-align: center;
    font-weight: bold;
}
#top-kv .sp{
  /**display: none!important;**/
}
#top-kv ul{
  display: -webkit-box;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

#top-kv ul li:nth-child(1) {
  
}
#top-kv ul li:nth-child(2) {
  padding: 2em;
}
#top-kv ul li:nth-child(3) {
  padding: 1em;
}
#top-kv ul li:nth-child(4) {
  padding: 2em;
}
#top-kv ul li:nth-child(6) {
  margin-top: -1em;
}



#top-kv .top-btn {
  width: 31%;
  position: absolute;
  left: calc(50% - 10.5%);
  bottom: 23.5%;
  /*left: calc(50% - 11.5%);
    bottom: 6.5%;*/
}

#top-kv .top-btn img {
  width: 100%;
}

#top-kv-merit {
  background: url("../img/top-kv-merit.png") top center/cover no-repeat;
}

#top-kv-merit .txt {
  text-align: center;
}

#top-kv02 {
  /*text-align: center;
  color: #fff;
  background: url("../img/top-kv02-bg01.jpg") center / cover no-repeat;*/
}

#top-kv02>div>* {
  /*padding-right: 45%;
    margin-top: 4rem;
    &:first-child {
    	margin-top: 0;
    }*/
}

#top-sec01 h2,
#top-sec05 h2,
h2 {
  font-size: 4.6rem;
}

#top-sec01 h2 span,
#top-sec05 h2 span,
h2 span {
  font-size: 3rem;
}

#top-kv02 p {
  line-height: 2;
}

#top-kv02 {
  /*padding: 40% 0 0;
  background: #000 url("../img/top-kv02-bg02.jpg") top center / contain no-repeat;*/
  padding: 43% 0 0;
  background: #050F08 url("../img/top-kv02-bg03.jpg") top center/contain no-repeat;
}

#top-kv02 .txt {
  display: none;
}

#content .top-pr {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

#content .top-pr>div {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background: url("../img/top-pr-bg03.jpg") center/cover no-repeat;
}

#content .top-pr>div>* {
  margin-top: 4rem;
}

#content .top-pr>div>*>pr06 {
  max-width: 100%;
}

#content .top-pr .format img {
  margin-top: -85vw;
  width: 24vw;
}

#content .top-pr .pr-wrap {
  position: relative;
}

#content .top-pr .pr-wrap .bg02 {
  padding: 0 1.0em;
  width: 100%;
  position: absolute;
  top: 15.5%;
  left: 0;
  z-index: 1;
}

#content .top-pr .pr-wrap .bg02::before {
  content: '';
  background: #BE0008;
  width: 100vw;
  height: 97%;
  position: absolute;
  top: 3px;
  left: 50%;
  transform: translateX(-50%) skew(0deg, -5deg);
  z-index: 1;
}

#content .top-pr .pr-wrap .bg02 img {
  position: relative;
  z-index: 2;
}

#content .top-pr .bg {
  position: relative;
  z-index: 1;
}

#content .top-pr .bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 19%;
  left: 50%;
  width: 100vw;
  height: 60%;
  background: #004097;
  transform: translateX(-50%) skew(0deg, -10deg);
}

#content .top-pr .btn-wrap {
  text-align: center;
  margin-top: 6rem;
}

#content .top-pr .btn-wrap a {
  display: inline-block;
  font-size: 3.3rem;
  font-weight: bold;
  letter-spacing: .2em;
  text-decoration: none;
  color: #fff;
  padding: .5em 1em;
  background: #C30D23;
  border: 1px solid;
}

#content .top-pr .close {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  max-width: none;
  height: 100%;
  font-size: 5rem;
  font-weight: bold;
  text-shadow: 0 0 .5em #000;
  color: #fff;
  margin: 0;
  padding: 2rem;
  background: rgba(140, 33, 38, 0.85);
}

#content .top-pr .close>* {
  margin-top: 4rem;
}

#content .top-pr .close>*:first-child {
  margin-top: 0;
}

#content .top-pr .close .note {
  font-size: .5em;
}

.pay {
  font-size: 4rem;
  font-weight: 600;
}

.pay span {
  text-decoration: underline;
}

#content .top-pr-anniv {
  padding: 0;
  background: url("../img/top-pr-anniv-bg.jpg") center center/cover no-repeat;
}

#content .top-pr-anniv .wrap1 {
  position: relative;
  margin: 0 auto;
  padding: 2.5em 2.0em 2.5em 2.0em;
  /**background: rgba(255,255,255,0.8);**/
  max-width: 920px;
}

#content .top-pr-anniv .wrap1 .btn-wrap {
  position: absolute;
  left: 6%;
  bottom: 8%;
  width: 42%;
}

#content .top-pr-anniv .wrap1 .btn-wrap1 {
  position: absolute;
  right: 9%;
  bottom: 8%;
  width: 42%;
}

@media (min-width: 900px) {
  #content .top-pr>div>*:first-child {
    margin-top: 0;
    max-width: 100%;
  }
}

@media (max-width: 900px) {
  #content .top-pr>div>*:first-child {
    width: 100%;
  }
}

#top-sec01 {
  font-size: 2.5rem;
  font-weight: bold;
  text-align: center;
  padding-bottom: 10vw;
  background: url("../img/top-sec01-bg01.jpg") center bottom/cover no-repeat;
}

#top-sec01>div {
  max-width: 100.6rem;
  padding: 4rem;
  background: url("../img/top-sec01-bg02.png") center/100% 100% no-repeat;
}

#top-sec01>div>* {
  margin-top: 4rem;
}

#top-sec01>div>*:first-child {
  margin-top: 0;
}

#top-sec01 .lead {
  line-height: 1.4;
  font-size: 4.2rem;
  font-weight: bold;
  margin-top: 2rem;
}

#top-sec01 .lead span {
  white-space: nowrap;
}

#top-sec01 .lead+p {
  text-align: left;
}

#top-sec01 .note {
  font-size: 3.7rem;
  font-weight: bold;
  color: #00417F;
}

#top-sec01 figure {
  margin-top: 1rem;
}

#content [id^="top-sec02"] {
  text-align: center;
}

#content [id^="top-sec02"]>* {
  margin-top: 4rem;
}

#content [id^="top-sec02"]>*:first-child {
  margin-top: 0;
}

#content [id^="top-sec02"] h2 {
  height: calc(796 / 1920 * 100vw);
  text-indent: 120%;
  white-space: nowrap;
  margin-bottom: 0;
  overflow: hidden;
  background: url("../img/top-sec02-01-ttl01.jpg") center top/cover no-repeat;
}

#content [id^="top-sec02"] h3 {
  font-size: 5.7rem;
}

#content [id^="top-sec02"] h4 {
  font-size: 4rem;
}

#content [id^="top-sec02"] .lead {
  font-size: 2.6rem;
  font-weight: bold;
}

#content [id^="top-sec02"] .lesson {
  display: flex;
  flex-wrap: wrap;
  max-width: 900px;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
}

#content [id^="top-sec02"] .lesson dt,
#content [id^="top-sec02"] .lesson dd {
  margin-top: 1.5rem;
}

#content [id^="top-sec02"] .lesson dt:first-of-type,
#content [id^="top-sec02"] .lesson dd:first-of-type {
  margin-top: 0;
}

#content [id^="top-sec02"] .lesson dt {
  width: 20%;
}

#content [id^="top-sec02"] .lesson dd {
  width: 80%;
  padding-left: 2rem;
}

#content [id^="top-sec02"] .lesson dd strong {
  font-size: 3.7rem;
}

#content [id^="top-sec02"] .gallery {
  padding: 0;
}

#content [id^="top-sec02"] .gallery>* {
  max-width: none;
}

#content [id^="top-sec02"] .gallery .slick-slide {
  margin: 0 1rem;
}

#content [id^="top-sec02"] .gallery .slick-slide img {
  width: 100%;
  box-shadow: -5px 5px 5px rgba(0, 0, 0, 0.25);
}

#content #top-sec02-02 h2 {
  background-image: url("../img/top-sec02-02-ttl01.jpg");
}

#content #top-sec02-02>figure {
  padding: 0;
}

#content #top-sec02-02>figure img {
  width: 100%;
}

#top-sec04 .box,
#content #top-sec02-02 .box {
  max-width: 116.5rem;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
  padding: 4rem;
  background: rgba(204, 204, 204, 0.4);
  border-radius: 5rem;
}

#top-sec04 .box>*,
#content #top-sec02-02 .box>* {
  margin-top: 4rem;
}

#top-sec04 .box>*:first-child,
#content #top-sec02-02 .box>*:first-child {
  margin-top: 0;
}

#top-sec04 .box h3,
#content #top-sec02-02 .box h3 {
  font-size: 5.2rem;
  font-weight: bold;
}

#top-sec04 .box h3 small,
#content #top-sec02-02 .box h3 small {
  display: block;
  width: 76.2rem;
  max-width: 100%;
  font-size: 3.2rem;
  margin: 0 auto;
  background: #B3B3B3;
}

#top-sec04 .box h3 span,
#content #top-sec02-02 .box h3 span {
  font-size: 3.8rem;
}

#top-sec04 .box .txt01,
#content #top-sec02-02 .box .txt01 {
  max-width: 96.8rem;
  font-size: 2.1rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#top-sec04 .box .txt02,
#content #top-sec02-02 .box .txt02 {
  display: inline-block;
  position: relative;
  font-size: 2.4rem;
  font-weight: normal;
  padding: 0 5rem;
}

#top-sec04 .box .txt02::before,
#top-sec04 .box .txt02::after,
#content #top-sec02-02 .box .txt02::before,
#content #top-sec02-02 .box .txt02::after {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 0;
  width: 3em;
  height: 3em;
  border: solid #004097;
  border-width: 0 0 5px 5px;
  transform: rotate(45deg) skew(15deg, 15deg);
  transform-origin: left bottom;
}

#top-sec04 .box .txt02::after,
#content #top-sec02-02 .box .txt02::after {
  top: 50%;
  bottom: auto;
  left: auto;
  right: 0;
  border-width: 5px 5px 0 0;
  transform-origin: right top;
}

#top-sec04 .box .txt02 .ttl,
#content #top-sec02-02 .box .txt02 .ttl {
  font-size: 3.1rem;
  font-weight: bold;
  color: #004097;
}

#content #top-sec02-03 h2 {
  height: calc(812 / 1920 * 100vw);
  background-image: url("../img/top-sec02-03-ttl01.jpg");
}

#content #top-sec02-03 section {
  margin-top: 0;
  padding-top: 4rem;
  padding-bottom: 6rem;
}

#content #top-sec02-03 section>* {
  margin-top: 4rem;
}

#content #top-sec02-03 section>*:first-child {
  margin-top: 0;
}

#content #top-sec02-03 .schedule+p {
  margin-bottom: 3em;
  font-size: 1.4rem;
  text-align: center;
}

#content #top-sec02-03-01 {
  background: linear-gradient(90deg, #c2c5ce 0%, white 52.79%, #b1b5c1 100%);
}

#content #top-sec02-03-01 h3 {
  font-size: 4rem;
}

#content #top-sec02-03-01 ul {
  max-width: 940px;
  text-align: left;
}

#content #top-sec02-03-01 ul li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 4rem;
}

#content #top-sec02-03-01 ul li.reverse {
  flex-direction: row-reverse;
}

#content #top-sec02-03-01 ul li.bg {
  position: relative;
  min-height: 100rem;
}

#content #top-sec02-03-01 ul li.bg::after {
  content: "";
  position: absolute;
  z-index: -1;
  bottom: 0;
  left: -15rem;
  width: 188.3rem;
  height: 116.1rem;
  background: url("../img/bg06-02.png") center/100% no-repeat;
}

#content #top-sec02-03-01 ul li>figure {
  width: calc(551 / 940 * 100%);
}

#content #top-sec02-03-01 ul li>div {
  width: calc(360 / 940 * 100%);
}

#content #top-sec02-03-01 ul li>div p:first-child {
  margin-bottom: 2rem;
}

#content #top-sec02-03-02 {
  padding-top: 0 !important;
}

#content #top-sec02-03-02>div {
  font-size: 2.6rem;
  font-weight: bold;
  text-align: left;
  color: #fff;
  padding-top: 15rem;
  padding-bottom: 15rem;
  background: url("../img/top-sec02-03-bg01.jpg") center/cover no-repeat;
}

#content #top-sec02-03-02>div>* {
  max-width: 80rem;
}

#content #top-sec02-03-02 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 106rem;
  text-align: left;
  margin-top: -6rem;
}

#content #top-sec02-03-02 ul li {
  width: calc(503 / 1060 * 100%);
  margin-top: 6rem;
}

#content #top-sec02-03-02 ul li p:first-of-type {
  margin: 2rem 0;
}

#content #top-sec02-03-02 ul li:first-child {
  margin-top: 0;
}

#content #top-sec02-03-02 ul li:nth-child(2) {
  margin: 12rem 0 -8rem;
}

#content #top-sec02-03-02 ul li:last-child {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

#content #top-sec02-03-02 ul li:last-child>figure {
  width: calc(503 / 1060 * 100%);
}

#content #top-sec02-03-02 ul li:last-child>div {
  width: calc(530 / 1060 * 100%);
}

#content #top-sec02-03-02 ul li:last-child p:first-of-type {
  margin-top: 0;
}


#content #top-sec02-04 h2{
  height: 71vw;
  background-image: url("../img/top-sec02-04-ttl01.jpg");
}

#content #top-sec02-04 p{
  margin-top: -9rem;
}

#content #top-sec02-04 section {
  position: relative;
  padding-top: 6rem;
  padding-bottom: 6rem;
  margin-top: 0;
}

#content #top-sec02-04 h3 {
  font-size: 6.2rem;
  letter-spacing: .075em;
}

#content #top-sec02-04 h3 small {
  display: inline-block;
  width: 40.8rem;
  max-width: 100%;
  font-size: 3rem;
  text-align: center;
  padding: .3em 0;
  border: 1px solid;
}

#content #top-sec02-04 .lead {
  font-size: 3.8rem;
  letter-spacing: .075em;
}

#content #top-sec02-04 .comingsoon {
  position: absolute;
  bottom: 15rem;
  left: 50%;
  z-index: 1;
  padding: 4rem 0;
  transform: translateX(-50%);
}

#content #top-sec02-04 .comingsoon::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 50%;
  width: 100vw;
  height: 100%;
  background: rgba(0, 35, 97, 0.9);
  transform: translateX(-50%);
}

#content #top-sec02-04-01 {
  color: #fff;
  height: 127.9rem;
  background: url("../img/top-sec02-04-bg01.jpg") center/cover no-repeat;
}

@media (min-width: 1921px) {
  #content #top-sec02-04-01 {
    height: calc(1279 / 1920 * 100vw);
  }
}

#content #top-sec02-04-02 {
  margin-bottom: -6.0em;
  height: 140.5rem;
  background: url("../img/top-sec02-04-bg02.jpg") center/cover no-repeat;
}

@media (min-width: 1921px) {
  #content #top-sec02-04-02 {
    height: calc(1405 / 1920 * 100vw);
  }
}

#content #top-sec02-04-02 .comingsoon {
  bottom: 0;
}

#top-sec03 {
  font-weight: bold;
  font-size: 2.5rem;
  text-align: center;
  background: url("../img/top-sec03-bg01.png") center bottom no-repeat, linear-gradient(90deg, #c2c5ce 0%, white 52.79%, #b1b5c1 100%);
  position: relative;
}

#top-sec03>* {
  max-width: 920px;
  margin-top: 6rem;
}

#top-sec03 h3 {
  font-size: 4.4rem;
  letter-spacing: .05em;
}

#top-sec03 .table {
  max-width: 145rem;
  margin-top: 2rem;
}

#top-sec03 div.no01 {
  display: flex;
  justify-content: space-between;
  text-align: left;
}

#top-sec03 div.no01>*:first-child {
  width: calc(435 / 920 * 100%);
}

#top-sec03 div.no01>*:last-child {
  width: calc(465 / 920 * 100%);
}

#top-sec03 div.no02 {
  font-size: 2.6rem;
  padding: 4rem;
  border: 2px solid #fff;
  border-radius: 2.9rem;
}

#top-sec03 div.no02>* {
  margin-top: 2rem;
}

#top-sec03 div.no02>*:first-child {
  margin-top: 0;
}

#top-sec03 div.no02 .kome {
  max-width: 763px;
  font-size: 2rem;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}

#top-sec04 .box h3+figure {
  margin-left: -4rem;
  margin-right: -4rem;
}

#top-sec05 {
  padding-top: 15rem;
  background: url("../img/top-sec05-bg01.jpg") center/cover no-repeat;
}

#top-sec05 h2 {
  margin-bottom: 10rem;
}

#top-access {
  line-height: 1.4;
  background: url("../img/top-access-bg01.jpg") 50vw 6rem/71.9rem no-repeat;
}

#top-access h2 {
  display: none;
}

#top-access>* {
  max-width: 90rem;
  margin-top: 4rem;
}

#top-access>*:first-child {
  margin-top: 0;
}

#top-access .logo {
  margin-top: 0;
  margin-bottom: 6rem;
}

#top-access .logo img {
  width: 71.7rem;
}

#top-access .name {
  font-size: 4rem;
  font-weight: bold;
}

#top-access .name small {
  display: block;
  font-size: 2.5rem;
}

#top-access .add {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 1em;
}

#top-access .gmap {
  max-width: 105rem;
  margin-top: 8rem;
}

#top-access .gmap::after {
  padding: 41.4rem 0 0;
}

#top-access .parking {
  text-align: center;
  max-width: 400px;
}

#top-access .open-ttl {
  line-height: 1.75;
  font-size: 2.6rem;
  font-weight: bold;
  text-align: center;
}

#top-access .open {
  font-size: 2.5rem;
  text-align: center;
  border: 1px solid #333A46;
}

#top-access .open li {
  padding: 2rem 5%;
}

#top-access .open li:nth-child(n+2) {
  padding-top: 0;
}

#top-access .open li.no01 {
  font-size: 2.6rem;
}

/* contact thanks
============================== */
#contact-sec01,
#thanks-sec01 {
  background: #E6E6E6;
}

#contact-sec01>*,
#thanks-sec01>* {
  max-width: 1060px;
  padding: 3rem 3rem 6rem;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#thanks-sec01 {
  font-size: 1.8rem;
  text-align: center;
}

#thanks-sec01>* {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

#thanks-sec01 h2 {
  font-size: 3rem;
  margin-bottom: 1em;
}

#thanks-sec01 a {
  display: block;
  width: 335px;
  max-width: 100%;
  text-decoration: none;
  color: #fff;
  margin: 8rem auto 0;
  padding: 1em;
  background: #2EAFBF;
}

.btn-taiken {
  display: block;
  position: relative;
  width: 300px;
  max-width: 100% !important;
  letter-spacing: .05em;
  text-align: center;
  text-decoration: none;
  color: #000;
  margin: 0 auto;
  padding: .8em 7.4rem 3em .8em;
  border: 0;
  border-radius: 0;
}

#fnav1 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 0 15px;
  display: flex;
  justify-content: right;
  flex-wrap: wrap;
  width: 100%;
  max-width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
}

#fnav1 li {
  width: 25%;
  max-width: inherit;
}

@media (min-width: 1500px) {
  #fnav1 li a {
    font-size: 2.0rem;
  }
}

@media (max-width: 900px) {
  footer {
    margin-bottom: 25rem;
  }

  #fnav1 {
    margin-bottom: 0;
  }
}

/*# sourceMappingURL=shared.css.map */



/*================================================
 *  2407 追加
 ================================================*/
body {
  position: relative;
}

#top-sec02-04-03 {
  padding: 0;
}

#top-kv .top-btn {
  position: absolute;
  width: 30%;
  left: 50%;
  transform: translateX(-50%);
  bottom: 16%;
}

#pop__btn {
  position: fixed;
  width: 19vw;
  top: 11vw;
  right: 18vw;
  z-index: 10;
}

#pop__btn a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
}

#pop__btn span {
  position: absolute;
  width: 17%;
  top: -6%;
  right: -5%;
  z-index: 10;
  cursor: pointer;
}


/* 料金表 */
#top-sec03 {
  background: url(../img/price.png) no-repeat center top/cover;
  height: 100%;
}

#top-sec03 h2 {
  margin-bottom: 0;
}

#top-sec03>p.ttl {
  width: calc(100% + 30px);
  max-width: unset;
  margin: -1px auto 5vw -15px;
  height: 168vw;
}

#top-sec03 div.no02 {
  border: none;
}

#top-sec03 div.no02>p>img {
  width: 61% !important;
}