@charset "utf-8";

html {
  font-size: 16px;
}

body {
  font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', 'Meiryo', 'Osaka', 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  margin: 0;
  padding: 0;
  color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6,
b,
.bold {
  font-family: '游ゴシック', 'Yu Gothic', '游ゴシック体', YuGothic, 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'Noto Sans Japanese', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: bold;
}

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

.ofi {
  font-family: 'object-fit: cover';
  object-fit: cover;
}

a {
  display: block;
}

a:hover {
  opacity: .6;
}

ul {
  font-size: 0;
  list-style: none;
}

ul li {
  font-size: 1rem;
}

.smp-view {
  display: none;
}

/*---------------------------------------------------------
ヘッダー
------------------------------------------------------------*/
.header {
  position: relative;
  max-width: 1920px;
  margin-bottom: 4rem;
}

.header video {
  width: 100%;
}

.header .black {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: .4;
  background-color: #000;
}

.header-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.header .top {
  position: relative;
  margin-bottom: 5rem;
  padding: 3.75rem 1rem 0;
}

.header .top-btn {
  position: absolute;
  top: 3.75rem;
  right: 0;
}

.header .resev-link,
.header .navbutton {
  display: inline-block;
  margin-right: 2rem;
  vertical-align: middle;
}

.header .resev-link a {
  position: relative;
  text-align: center;
}

.header .resev-link a span {
  font-size: 1.25rem;
  font-weight: bold;
  position: absolute;
  top: 0;
  display: block;
  width: 5rem;
  transition: 2s;
  opacity: 0;
  color: #fff;
  text-shadow: 0 0 5px #555;
}

.header .resev-link a:hover {
  opacity: 1;
}

.header .resev-link a:hover span {
  top: 2rem;
  opacity: 1;
}

.navbutton {
  position: relative;
  z-index: 999999;
  right: 0;
  display: block;
  width: 64px;
  height: 62px;
  padding: 8px;
  cursor: pointer;
  transition: .8s;
  border: none;
  background: none;
}

.navbutton:focus {
  outline: none;
}

.navbutton:hover {
  opacity: .6;
}

.navbutton .menu-bar {
  position: absolute;
  left: 0;
  display: inline-block;
  width: 64px;
  height: 3px;
  transition: .15s ease-in-out;
  background-color: #fff;
}

.menu-bar-1 {
  top: 0;
}

.menu-bar-2 {
  top: 30px;
}

.menu-bar-3 {
  top: 60px;
}

.vr-link-wrap {
  text-align: center;
}

.vr-link-wrap p {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 4.25rem;
  color: #fff;
}

.vr-link a {
  display: inline-block;
  position: relative;
}

.vr-link01 {
  margin-bottom: 4vw;
}

.vr-link01 .sercle {
  display: inline-block;
  animation: spin 8s linear infinite;
}

@keyframes spin {
  0% {transform: rotate(0deg);}
  100% {transform: rotate(360deg);}
}

.vr-link01 .start-to-vr {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.vr-link02 img {
  display: inline-block;
  animation: button 3s infinite;
}

@keyframes button {
  0% {
    transform: translate(0px, 0px);
  }

  25% {
    transform: translate(0px, 8px);
  }

  50% {
    transform: translate(0px, 0px);
  }

  75% {
    transform: translate(0px, 8px);
  }

  100% {
    transform: translate(0px, 0px);
  }
}

/*ヘッダーナビ*/
.header-nav {
  position: absolute;
  top: 9rem;
  right: 7rem;
  display: none;
  width: 100%;
  max-width: 960px;
  padding: 1rem .5rem 4.5rem;
  color: #fff;
  background-color: #191919;
}

.header-nav .nav-logo,
.header-nav .close img {
  width: 68px;
  height: 68px;
}

.header-nav .close {
  position: absolute;
  top: 1rem;
  right: .5rem;
  cursor: pointer;
  border: 0;
  background-color: transparent;
}

.header-nav .close:hover {
  opacity: .6;
}

.header-nav table {
  font-size: 1.5rem;
  width: 100%;
  margin-bottom: 4.5rem;
  text-align: center;
}

.header-nav table tr td {
  padding: 2rem;
  text-align: center;
}

.header-nav table tr:first-child td {
  border-bottom: 1px solid #fff;
}

.header-nav table tr td:nth-of-type(2) {
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

.header-nav table tr td a {
  color: #fff;
}

.header-nav .privacy-link {
  text-align: center;
}

.header-nav .privacy-link a {
  font-size: .875rem;
  display: inline-block;
  color: #fff;
}

/*---------------------------------------------------------
concept
------------------------------------------------------------*/
.concept {
  padding-bottom: 1.25rem;
}

.concept .inner {
  box-sizing: border-box;
  max-width: 1472px;
  margin: 0 auto;
  padding: 1rem;
}

.concept h2 {
  margin-bottom: 7.6rem;
  text-align: center;
}

.concept .sec01,
.concept .sec02 {
  padding-left: 8rem;
}

.concept h3 {
  font-size: 1.75rem;
  position: relative;
  margin-bottom: 1.375rem;
  padding: 1.75rem 0;
  color: #666;
  border-bottom: 1px solid #666;
}

.concept h3 img {
  position: absolute;
  top: 0;
  left: -8rem;
}

.concept p {
  font-weight: bold;
}

.concept .sec01 {
  margin-bottom: 5rem;
}

.concept .sec01 .cnt01 {
  position: relative;
  min-height: 100px;
  margin-bottom: 3.875rem;
}

.concept .sec01 .cnt01 p {
  padding: 1.5rem 0;
}

.concept .sec01 .cnt01 li:last-child {
  position: absolute;
  top: 0;
  right: 0;
}

.concept .sec01 .cnt02 li {
  display: inline-block;
  width: 23.5%;
  margin-right: 2%;
  vertical-align: top;
}

.concept .sec01 .cnt02 li:last-child {
  margin-right: 0;
}

.concept .sec02 p {
  padding: 1.5rem 0 2rem;
}

/*---------------------------------------------------------
guide
------------------------------------------------------------*/
.guide {
  margin-bottom: 11.25rem;
  background-color: #eee;
}

.guide .inner {
  box-sizing: border-box;
  max-width: 1252px;
  margin: 0 auto;
  padding: 4rem 1rem 5.25rem;
  text-align: center;
}

.guide h2 {
  margin-bottom: 5rem;
}

.guide .sec {
  margin-bottom: 7.25rem;
}

.guide h3 {
  margin-bottom: 2.25rem;
}

.guide p {
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 3.2rem;
}

/*---------------------------------------------------------
company
------------------------------------------------------------*/
.company {
  margin-bottom: 14rem;
}

.company .inner {
  box-sizing: border-box;
  max-width: 1432px;
  margin: 0 auto;
  padding: 1rem;
}

.company h2 {
  margin-bottom: 8.125rem;
  text-align: center;
}

.company table {
  font-size: 1.125rem;
  width: 100%;
  color: #333;
}

.company table th,
.company table td {
  font-weight: normal;
  padding: 1.25rem;
  text-align: left;
  border-bottom: 1px solid #333;
}

.company table th {
  width: 300px;
}

/*---------------------------------------------------------
reservation
------------------------------------------------------------*/
/*フォーム*/
.reservation {
  background-color: #f6f8f7;
}

.reservation .inner {
  box-sizing: border-box;
  max-width: 1732px;
  margin: 0 auto;
  padding: 4.25rem 1rem 6.25rem;
}

.reservation h2 {
  margin-bottom: 4rem;
  text-align: center;
}

.reservation table {
  width: 100%;
  margin-bottom: 2rem;
}

.reservation th,
.reservation td {
  padding: 1.5rem 1.6rem;
  text-align: left;
  vertical-align: middle;
  color: #333;
  border: 1px solid #fff;
}

.reservation th {
  font-size: 1.5rem;
  width: 30%;
  background-color: #dcdedd;
}

.reservation td {
  font-size: 1.25rem;
  background-color: #f3f5f4;
}

.reservation input[type=text],
.reservation input[type=mail] {
  box-sizing: border-box;
  width: 80%;
  padding: .5rem;
  border: 0;
}

.reservation input[type=text].postal,
.reservation input[type=text].tel {
  width: 40%;
}

.reservation textarea {
  box-sizing: border-box;
  width: 80%;
  min-height: 200px;
  padding: .5rem;
  border: 0;
}

.reservation td span {
  font-size: 1.25rem;
  display: block;
  margin-top: 1rem;
}

.reservation .postal,
.reservation .tel {
  width: 40%;
}

.reservation .type {
  display: block;
  padding: .5rem 0;
}

.reservation .btn-wrap {
  position: relative;
  width: 490px;
  margin: 0 auto;
  text-align: center;
}

.reservation .btn-wrap .submit-btn {
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1;
  width: 100%;
  padding: 3.5rem;
  color: #fff;
  background-color: #ff7f00;
}

.reservation .btn-wrap img {
  position: absolute;
  right: .5rem;
  bottom: .5rem;
}

.reservation .btn-wrap:hover {
  opacity: .6;
}

/*---------------------------------------------------------
contact-tel
------------------------------------------------------------*/
.contact-tel .inner {
  box-sizing: border-box;
  max-width: 752px;
  margin: 0 auto;
  padding: 5rem 1rem 6.25rem;
  text-align: center;
}

.contact-tel h2 {
  font-size: 2.5rem;
  margin-bottom: 7.25rem;
  color: #333;
}

.contact-tel img {
  margin-bottom: 3.875rem;
}

.contact-tel p {
  font-size: 1.875rem;
}

/*---------------------------------------------------------
footer
------------------------------------------------------------*/
.footer {
  position: relative;
  padding: 2rem 2rem 1rem;
  text-align: center;
  background-color: #333;
}

.footer img {
  height: 34px;
  margin-bottom: 2.5rem;
}

.footer p {
  font-size: .75rem;
  color: #fff;
}

.footer .top-link {
  position: fixed;
  right: 5rem;
  bottom: 5rem;
}

.footer .top-link img {
  width: 124px;
  height: 124px;
  margin: 0;
}

/*---------------------------------------------------------
送信完了ページ
------------------------------------------------------------*/
.header.submit-header {
  margin-bottom: 0;
}

.submit-header .header-inner {
  position: inherit;
  top: auto;
  left: auto;
  background-color: #333;
}

.submit-header .header-inner .top {
  margin-bottom: 0;
  padding: 1rem;
}

.reservation.submit-page {
  background-color: #fff;
}

.reservation.submit-page .inner {
  max-width: 740px;
  min-height: 80vh;
}

.reservation.submit-page p {
  font-size: 1.25rem;
  line-height: 1.4;
  margin-bottom: 1.5rem;
}

.reservation.submit-page textarea {
  display: none;
}

.reservation.submit-page .top-link {
  margin-top: 3rem;
  text-align: center;
}

.reservation.submit-page .top-link a {
  font-size: 1.25rem;
  font-weight: bold;
  display: inline-block;
  padding: 1.5rem 2rem;
  color: #fff;
  background-color: #ff7f00;
}

.reservation.submit-page .btn-wrap {
  margin-top: 3rem;
}

.reservation.submit-page .btn-wrap .submit-btn {
  font-size: 1.25rem;
  display: inline-block;
  padding: 1.5rem 2rem;
}

.submit-top-link {
  display: none !important;
}

@media(max-width: 1920px) {

  /*ヘッダー*/
  .header .top {
    margin-bottom: 5vw;
    padding: 2.5vw 1rem 0;
  }

  .header .top h1 img {
    height: 2.6vw;
  }

  .header .top-btn {
    top: 2.5vw;
  }

  .header .resev-link a img {
    height: 3.2vw;
  }

  .header .resev-link a span {
    font-size: 1.4vw;
    right: 0;
    left: 0;
    left: -1.8vw;
    width: 7vw;
  }

  .header .resev-link a:hover span {
    top: 1vw;
  }

  .navbutton {
    width: 3.2vw;
    height: 2.8vw;
  }

  .navbutton .menu-bar {
    width: 3.2vw;
  }

  .menu-bar-2 {
    top: 1.3vw;
  }

  .menu-bar-3 {
    top: 2.6vw;
  }

  .vr-link-wrap p {
    font-size: 1.8vw;
    margin-bottom: 3vw;
  }

  .vr-link01 a {
    width: 18vw;
    height: 18vw;
  }

  .vr-link01 .start-to-vr {
    width: 10vw;
    height: 10vw;
  }

  .vr-link02 img {
    width: 7.5vw;
  }

  /*LP部分*/
  .container h2 img {
    height: 2vw;
  }

  .concept .sec01,
  .concept .sec02 {
    padding-left: 6.3vw;
  }

  .concept h3 {
    font-size: 1.5vw;
    padding: 1.5vw;
  }

  .concept h3 img {
    left: -6.3vw;
    width: 5.8vw;
  }

  .concept .sec01 .cnt01 img {
    height: 4.6vw;
  }

  .guide h3 img {
    height: 5.8vw;
  }

  .reservation th,
  .reservation td {
    padding: 1.4vw;
  }

  .reservation th {
    font-size: 1.2vw;
  }

  .reservation .btn-wrap .submit-btn {
    padding: 2vw;
  }

  .reservation .btn-wrap .submit-btn {
    font-size: 1.5vw;
    padding: 2vw;
  }

  .contact-tel h2 {
    font-size: 2vw;
  }

  .contact-tel img {
    height: 4vw;
    margin-bottom: 3.875rem;
  }

  .contact-tel p {
    font-size: 1.6vw;
  }

  .footer .top-link img {
    width: 6.5vw;
    height: 6.5vw;
  }
}

@media(max-width: 1496px) {
  .navbutton .menu-bar {
    height: 2px;
  }
  .reservation th {
    font-size: 1.185rem;
  }

  .reservation .btn-wrap .submit-btn {
    font-size: 1.5rem;
  }
}

@media(max-width: 1200px) {
  .header .top {
    margin-bottom: 3vw;
    padding: 2vw 1rem 0;
  }

  .header-nav {
    top: 7vw;
    right: 9vw;
    width: 80%;
    max-width: 100%;
    padding: 1rem .5rem 2rem;
  }

  .header-nav .nav-logo,
  .header-nav .close img {
    width: 5vw;
    height: 5vw;
  }

  .header-nav table {
    font-size: 1.3rem;
    margin-bottom: 3rem;
  }

  .header-nav table tr td {
    padding: 1.5rem;
  }

  /*LP部分*/
  .container h2 img {
    height: 3vw;
  }

  .concept .sec01 .cnt01 img {
    height: 6vw;
  }

  .concept .sec01,
  .concept .sec02 {
    padding-left: 9vw;
  }

  .concept h3 {
    font-size: 2.2vw;
    padding: 2vw;
  }

  .concept h3 img {
    top: .5vw;
    left: -9vw;
    width: 8vw;
  }

  .guide h3 img {
    height: 7.8vw;
  }

  .company table th {
    width: 200px;
  }

  .reservation th {
    width: 280px;
  }

  .reservation td span {
    font-size: 1.125rem;
  }

  .reservation input[type=text],
  .reservation input[type=mail],
  .reservation textarea {
    width: 90%;
  }

  .contact-tel h2 {
    font-size: 1.5rem;
    margin-bottom: 4rem;
  }

  .contact-tel img {
    height: 6vw;
    margin-bottom: 4vw;
  }

  .contact-tel p {
    font-size: 2vw;
  }
}

@media(max-width: 800px) {
  .header {
    overflow: hidden;
  }

  .header .video-wrap video {
    width: 780px;
    height: 390px;
  }

  .header .top {
    margin-bottom: 1rem;
    padding: 1rem 1rem 0;
  }

  .header .top-btn {
    top: 1rem;
  }

  .header .top h1 img {
    height: 30px;
  }

  .header .resev-link a img {
    height: 30px;
  }

  .header .resev-link,
  .header .navbutton {
    margin-right: 1rem;
  }

  .navbutton {
    width: 30px;
    height: 30px;
  }

  .navbutton .menu-bar {
    width: 30px;
    height: 2px;
  }

  .menu-bar-2 {
    top: 12px;
  }

  .menu-bar-3 {
    top: 24px;
  }

  .vr-link-wrap p {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .vr-link01 {
    margin-bottom: 1.5rem;
  }

  .vr-link02 img {
    width: 4rem;
  }

  .vr-link01 a {
    width: 146px;
    height: 146px;
  }

  .vr-link01 .start-to-vr {
    width: 80px;
    height: 80px;
  }

  /*LP部分*/
  .container h2 img {
    height: 1.6rem;
  }

  .concept h2 {
    margin-bottom: 4rem;
  }

  .concept .sec01,
  .concept .sec02 {
    padding-left: 5rem;
  }

  .concept h3 {
    font-size: 1.25rem;
    padding: 1rem;
  }

  .concept h3 img {
    top: .5rem;
    left: -5rem;
    width: 4.2rem;
  }

  .concept .sec01 .cnt01 li:last-child {
    position: inherit;
    top: auto;
    right: auto;
  }

  .concept .sec01 .cnt01 img {
    height: auto;
    max-height: 50px;
  }

  .guide {
    margin-bottom: 6rem;
  }

  .guide .inner {
    padding: 4rem 1rem 1rem;
  }

  .guide .sec {
    margin-bottom: 5rem;
  }

  .guide h3 img {
    height: 4rem;
  }

  .guide p {
    font-size: 1.125rem;
    margin-bottom: 2rem;
  }

  .company {
    margin-bottom: 8rem;
  }

  .company h2 {
    margin-bottom: 6rem;
  }

  .company table {
    font-size: 1rem;
  }

  .reservation th {
    font-size: 1rem;
    width: 200px;
  }

  .reservation td {
    font-size: 1rem;
  }

  .reservation td span {
    font-size: 1rem;
  }

  .reservation input[type=text],
  .reservation input[type=mail],
  .reservation textarea {
    width: 100%;
  }

  .reservation .btn-wrap {
    width: auto;
    max-width: 400px;
  }

  .reservation .btn-wrap .submit-btn {
    font-size: 1.25rem;
    padding: 1.25rem;
  }

  .contact-tel h2 {
    font-size: 1.25rem;
    margin-bottom: 3rem;
  }

  .contact-tel img {
    height: auto;
    max-height: 3rem;
    margin-bottom: 1.5rem;
  }

  .contact-tel p {
    font-size: 1.125rem;
  }

  /*フッター*/
  .footer .top-link {
    position: fixed;
    right: 1rem;
    bottom: 3rem;
  }

  .footer .top-link img {
    width: 60px;
    height: 60px;
  }

  /*送信完了ページ*/
  .reservation.submit-page p {
    font-size: 1.125rem;
    text-align: left;
  }
}

@media(max-width: 600px) {
  .smp-none {
    display: none;
  }
  .smp-view {
    display: block;
  }

  .header .video-wrap {
    width: 200%;
    height: 390px;
    margin: 0 -50%;
    text-align: center;
  }

  .vr-link-wrap p {
    line-height: 1.4;
  }

  .vr-link01 a {
    width: 120px;
    height: 120px;
  }

  .vr-link01 .start-to-vr {
    width: 60px;
    height: 60px;
  }

  .header-nav {
    top: 54px;
    right: 2vw;
    box-sizing: border-box;
    width: 95%;
    padding: 1rem .5rem 2rem;
  }

  .header-nav .nav-logo,
  .header-nav .close img {
    width: 40px;
    height: 40px;
  }

  .header-nav table {
    font-size: 1rem;
    margin-bottom: 2rem;
  }

  .header-nav table tr td {
    box-sizing: border-box;
    padding: 1.5rem 1rem;
  }

  /*LP部分*/
  .concept .sec01,
  .concept .sec02 {
    padding-left: 0;
    text-align: center;
  }

  .concept h3 {
    font-size: 1.125rem;
    margin-bottom: 1rem;
    line-height: 1.3;
  }

  .concept h3 img {
    position: inherit;
    left: auto;
    top: auto;
    width: 3.8rem;
    display: block;
    margin: 0 auto 1.5rem;
  }

  .concept h3 span {
    display: inline-block;
    text-align: left;
  }

  .concept .sec01 .cnt01 {
    margin-bottom: 2rem;
  }

  .concept .sec01 .cnt01 img {
    max-height: 100%;
  }

  .concept .sec01 .cnt01 p,
  .concept .sec02 p {
    padding: 0 0 2rem;
    text-align: left;
    line-height: 1.3;
  }

  .concept .sec01 .cnt02 li {
    width: 48%;
    margin-right: 4%;
    margin-bottom: .5rem;
  }

  .concept .sec01 .cnt02 li:nth-of-type(2n) {
    margin-right: 0;
  }

  .guide {
    margin-bottom: 5rem;
  }

  .guide p {
    font-size: 1rem;
    text-align: left;
  }

  .company {
    margin-bottom: 6rem;
  }

  .company h2 {
    margin-bottom: 3rem;
  }

  .company table th,
  .company table td {
    display: block;
  }

  .company table th {
    font-weight: bold;
    width: auto;
    padding-bottom: 0;
    border: 0;
  }

  .reservation th,
  .reservation td {
    display: block;
    box-sizing: border-box;
    width: 100%;
    padding: .5rem 1rem;
  }

  .reservation td {
    padding: 1rem;
  }
}

@media(max-width: 344px) {
  .vr-link-wrap p {
    font-size: .875rem;
  }

  .header-nav table tr td {
    box-sizing: border-box;
    padding: 1.5rem .5rem;
  }

  .contact-tel h2 {
    font-size: 1.125rem;
    margin-bottom: 2.5rem;
  }
}

/*画像表示*/
/* @media(max-width: 800px) {

  .header .video-wrap img {
    width: 780px;
    height: 390px;
  }
} */
