@charset "UTF-8";
*, ::after, ::before {
 box-sizing: border-box
}
ol, ul {
 list-style: none
}
img {
 max-width: 100%
}
table {
 border-collapse: collapse
}
textarea {
 white-space: revert
}
*, ::after, ::before {
 box-sizing: border-box
}
blockquote, body, dd, dl, figure, h1, h2, h3, h4, p {
 margin: 0
}
ol[role=list], ul[role=list] {
 list-style: none
}
html:focus-within {
 scroll-behavior: smooth
}
body {
 min-height: 100vh;
 text-rendering: optimizeSpeed;
 line-height: 1.5
}
a:not([class]) {
 -webkit-text-decoration-skip: ink;
 text-decoration-skip-ink: auto
}
img, picture {
 display: block;
 max-width: 100%
}
button, input, select, textarea {
 font: inherit
}
a {
 text-decoration: none
}
button {
 padding: 0;
 margin: 0;
 cursor: pointer;
 background-color: transparent;
 border: none;
 -webkit-appearance: none;
 -moz-appearance: none;
 appearance: none
}
html {
 font-size: 62.5%;
}
body {
 font-family: 'Noto Sans JP', sans-serif;
 font-size: 1.6rem;
 letter-spacing: .08em;
 line-height: 1.8;
 word-break: break-word;
}
@media screen and (max-width: 1024px) {
 body {
  font-size: 1.5rem;
 }
}
@media screen and (max-width: 767px) {
 body {
  font-size: 1.4rem;
  line-height: 1.75;
 }
}
img {
 height: auto
}
@media (min-width: 1025px) {
 .lg-hide {
  display: none !important;
 }
}
@media (min-width: 768px) and (max-width: 1024px) {
 .md-hide {
  display: none !important;
 }
}
@media (max-width: 767px) {
 .sm-hide {
  display: none !important;
 }
}
.kv img {
 margin: 0 auto;
}
.box {
 max-width: 1200px;
 margin-right: auto;
 margin-left: auto;
 padding-right: 50px;
 padding-left: 50px;
}
@media screen and (max-width: 1024px) {
 .box {
  padding-right: 20px;
  padding-left: 20px;
 }
}
.ttl {
 margin: 120px auto 50px;
 text-align: center;
}
.ttl span {
 padding: .2em 2em;
 background-color: #006a6a;
 font-size: 2.8rem;
 font-weight: 700;
 color: #fff;
 line-height: 1;
}
.ttl span em {
 font-size: 1.8rem;
 font-weight: normal;
 font-style: normal;
 line-height: 1;
}
@media screen and (max-width: 1024px) {
 .ttl {
  margin: 80px auto 40px;
 }
 .ttl span {
  font-size: 2.4rem;
 }
 .ttl span em {
  font-size: 1.5rem;
 }
}
@media screen and (max-width: 767px) {
 .ttl {
  margin: 50px auto 25px;
 }
 .ttl span {
  padding: .2em 1em;
  font-size: 2rem;
 }
 .ttl span em {
  font-size: 1.3rem;
 }
}
.lead {
 font-size: 2rem;
 font-weight: 700;
 text-align: center;
}
.price {
 padding: 1em 0 0;
 text-align: center;
}
.price-lead {
 font-size: 2rem;
 font-weight: 700;
 text-align: center;
}
.price-lead strong {
 font-size: 2.8rem;
 color: #9f0f16;
}
.sub-lead {
 padding: 1.5em 0;
}
@media screen and (max-width: 1024px) {
 .lead {
  font-size: 1.8rem;
 }
 .price-lead {
  font-size: 1.8rem;
  text-align: center;
 }
 .price-lead strong {
  font-size: 2.4rem;
 }
}
@media screen and (max-width: 767px) {
 .lead {
  font-size: 1.5rem;
  text-align: left;
 }
 .price-lead {
  font-size: 1.5rem;
  text-align: center;
 }
 .price-lead strong {
  font-size: 2rem;
 }
 .sub-lead {
  padding-top: 20px;
 }
 .sub-lead strong {
  font-size: 1.6rem;
 }
}
table {
 width: 100%;
}
table th span {
 display: block;
 background-color: #006a6a;
 color: #fff;
}
table th, table td {
 padding-top: 10px;
 padding-bottom: 10px;
 font-size: 1.8rem;
 vertical-align: top;
}
table td strong {
 font-size: 2rem;
 font-weight: 500;
 color: #9f0d14;
}
table td {
 padding-left: 25px;
}
table td a {
 color: #9f0c13;
 text-decoration: underline;
}
table td a:hover {
 text-decoration: none;
}
table td span {
 color: #006a6a;
}
@media screen and (min-width: 768px) {
 table th {
  width: 240px;
 }
 table td span {
  font-size: 2.2rem;
 }
}
@media screen and (max-width: 1024px) {
 table th, table td {
  font-size: 1.5rem;
 }
}
@media screen and (max-width: 767px) {
 table th, table td {
  display: block;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1.5rem;
 }
 table td {
  padding-top: 5px;
  padding-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 1.4rem;
 }
 table td strong {
  font-size: 1.7rem;
 }
 table td span {
  font-size: 1.6rem;
 }
}
table td ul {
 margin: 0;
 padding: 0;
}
table td ul li dl {
 display: flex;
}
table td ul li dl dt {
 width: 4em;
}
table td ul li dl dd {
 flex: 1 0 0;
}
table td ul li:nth-child(even) {
 padding: .5em 0;
}
.tour-btn {
 text-align: center;
}
.tour-btn a {
 display: inline-flex;
 padding: 20px 40px;
 background-color: #9f0f16;
 font-weight: 700;
 color: #fff;
}
.tour-btn dd {
 font-weight: 700;
 color: #fff;
 text-align: center;
}
@media screen and (min-width: 768px) {
 .tour-btn {
  margin: 3em auto 0;
 }
 .tour-btn a {
  transition: all .2s;
 }
 .tour-btn a:hover {
  opacity: .7;
 }
 .tour-btn dl {
  display: inline-flex;
  flex-direction: column;
 }
 .tour-btn dt {
  font-size: 2.8rem;
 }
 .tour-btn dd {
  font-size: 2rem;
  font-weight: normal;
 }
}
@media screen and (max-width: 767px) {
 .tour-btn {
  margin: 2em auto 0;
 }
 .tour-btn a {
  padding: 10px 10px;
 }
 .tour-btn dt {
  font-size: 1.6rem;
  letter-spacing: 0;
 }
 .tour-btn dd {
  font-size: 1.6rem;
  font-weight: normal;
 }
}
.gray {
 margin-top: 120px;
 padding: 120px 0 120px;
 background-color: #f3f2f0;
}
.gray .ttl {
 margin-top: 0;
}
@media screen and (max-width: 1024px) {
 .gray {
  margin-top: 80px;
  padding: 80px 0;
 }
}
@media screen and (max-width: 767px) {
 .gray {
  margin-top: 50px;
  padding: 50px 0;
 }
}
.spot-list {
 margin: 0;
 padding: 0;
 display: flex;
 flex-wrap: wrap;
 justify-content: space-between;
}
.spot-list li a {
 text-decoration: underline;
}
.spot-list li a:hover {
 text-decoration: none;
}
@media screen and (min-width: 768px) {
 .spot-list li {
  width: 31.5%;
 }
 .spot-list li:nth-child(n+4) {
  margin-top: 5%;
 }
 .spot-list li:nth-child(4) h3, .spot-list li:nth-child(5) h3, .spot-list li:nth-child(6) h3 {
  height: 70px;
 }
}
.spot-list img {
 margin: 0 auto;
}
.spot-list h3 {
 padding: 15px 0 20px;
 font-size: 1.6rem;
 font-weight: normal;
 text-align: center;
 line-height: 1.4;
}
@media screen and (max-width: 1024px) {
 .spot-list h3 {
  font-size: 1.5rem;
 }
}
@media screen and (max-width: 767px) {
 .spot-list li:nth-child(n+2) {
  margin-top: 2em;
 }
 .spot-list h3 {
  padding: 10px 0 15px;
  font-size: 1.4rem;
 }
}
.movie {
 margin-top: 90px;
}
.movie .yt {
 width: 100%;
 aspect-ratio: 16 / 9;
}
.movie .yt iframe {
 width: 100%;
 height: 100%;
}
.movie .box a {
 color: #9f0c13;
 text-decoration: underline;
}
.movie .box a:hover {
 text-decoration: none;
}
.movie .box p {
 padding-top: 1em;
}
@media screen and (max-width: 767px) {
 .movie {
  margin-top: 50px;
 }
}
.goggles {
 background-color: #fff;
 border: 1px solid #bbb;
}
.goggles .goggles-photo {
 text-align: center;
}
.goggles .goggles-photo img {
 margin: 0 auto;
}
@media screen and (min-width: 1025px) {
 .goggles .goggles-photo {
  width: 380px;
 }
}
@media screen and (min-width: 768px) {
 .goggles {
  display: flex;
  align-items: center;
  padding-right: 35px;
  padding-left: 35px;
 }
 .goggles .goggles-txt {
  flex: 1 0 0;
  padding: 0 0 20px 50px;
 }
 .goggles .goggles-txt p {
  padding-top: 20px;
 }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
 .goggles .goggles-photo {
  width: 280px;
 }
}
@media screen and (max-width: 767px) {
 .goggles {
  padding: 0 15px 15px;
 }
}
.note-list ol {
 margin: 0;
 padding: 0;
}
.note-list li {
 display: flex;
}
.note-list li:nth-child(n+2) {
 margin-top: .5em;
}
.note-list span {
 display: block;
 font-size: 1.3rem;
}
.note-list-small li {
 font-size: 1.3rem;
}
.note-list-small li:nth-child(n+2) {
 margin-top: .3em;
}

.footer {
 margin-top: 150px;
 padding: 150px 25px 50px 25px;
 background-color: #006a6a;
 color: #fff;
 text-align: center;
}
.footer .f-logo {
 padding-bottom: 100px;
}
.footer .f-logo img {
 margin: 0 auto;
}
.footer small {
 display: block;
 text-align: center;
 font-size: 1.2rem;
}
@media screen and (max-width: 1024px) {
 .footer {
  margin-top: 80px;
  padding: 80px 20px 50px 20px;
 }
 .footer .f-logo {
  padding-bottom: 50px;
 }
 .footer small {
  font-size: 1.1rem;
 }
}
@media screen and (max-width: 767px) {
 .footer {
  margin-top: 50px;
  padding: 40px 20px 40px 20px;
 }
 .footer .f-logo {
  padding-bottom: 40px;
 }
 .footer small {
  font-size: 1rem;
 }
}