@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap");
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  -webkit-clip-path: none;
          clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.page-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
.page-area .hd-area {
  color: #002c5f;
  width: 30%;
}
.page-area .hd-area #masthead {
  position: sticky;
  top: 0;
}
.page-area .hd-area .pc-navigation-inner {
  padding: 2rem;
  background: url(../img/menubg.jpg) no-repeat;
  background-size: cover;
  height: 100vh;
}
.page-area .hd-area .pc-navigation-inner .site-branding img {
  max-width: 100px;
  display: block;
  margin: 0 auto;
}
.page-area .hd-area .pc-navigation-inner .site-branding p {
  text-align: center;
  font-size: 15px;
  margin-top: 1rem;
}
.page-area .hd-area .pc-navigation-inner .site-branding p strong {
  display: block;
  font-weight: 700;
  margin-top: 5px;
}
.page-area .hd-area .pc-navigation-inner .hd-lead {
  margin-top: 1rem;
}
.page-area .hd-area .pc-navigation-inner .hd-lead p {
  text-align: center;
}
.page-area .hd-area .pc-navigation-inner .hd-lead p span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(60%, transparent), color-stop(60%, #ff6c6c));
  background: linear-gradient(transparent 60%, #ff6c6c 60%);
  font-size: 18px;
  font-weight: 700;
  padding: 0 10px;
}
.page-area .hd-area .pc-navigation-inner .hd-lead p strong {
  font-family: "Noto Serif JP", serif;
  background: #25b7c0;
  display: block;
  padding: 5px;
  color: #fff;
  margin-top: 10px;
}
.page-area .main-area {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 70%;
}

.menu-pc-menu-container {
  margin-top: 1rem;
}
.menu-pc-menu-container li {
  margin-top: 1rem;
}
.menu-pc-menu-container li a {
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 5px;
}
.menu-pc-menu-container li a::before {
  content: ">";
  font-size: 22px;
}

.main-img {
  overflow: hidden;
  position: relative;
}
.main-img img {
  width: 100%;
  height: 90vh;
  -o-object-fit: cover;
     object-fit: cover;
}
.main-img div {
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  max-width: 500px;
  background: #002c5f;
  padding: 2rem;
  color: #fff;
}
.main-img div h2 {
  font-family: "Noto Serif JP", serif;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  letter-spacing: 3px;
}

.nm {
  position: relative;
  padding: 4rem;
}
.nm h2 {
  text-align: center;
  margin-bottom: 2rem;
}
.nm h2 span {
  display: block;
  font-family: "Playfair Display", serif;
  font-size: 4rem;
  text-transform: uppercase;
}
.nm h2 strong {
  display: block;
}
.nm p {
  font-size: 1.1rem;
}

.nv {
  background: #002c5f;
  color: #fff;
}

.sotsugyo {
  margin-top: 2rem;
  text-align: center;
}
.sotsugyo h3 {
  font-weight: 600;
  font-size: 1.5rem;
}
.sotsugyo p span {
  background: #fff;
  color: #002c5f;
  font-size: 50px;
  display: inline-block;
  padding: 5px;
  border-radius: 5px;
  margin: 0 10px;
}
.sotsugyo p small {
  display: block;
  text-align: right;
}

.red {
  color: #fff;
  background: #d32f2f;
}

.img-area-bottom {
  padding-bottom: 15rem;
}

.img-area-top {
  padding-top: 15rem;
}

img.sep-img {
  max-width: 800px;
  position: absolute;
  top: -180px;
  right: 5%;
}

.tokucho {
  margin-top: 2rem;
}
.tokucho .tokucho-inner {
  margin-top: 1rem;
}
.tokucho .tokucho-inner h3 img {
  max-width: 600px;
}
.tokucho .tokucho-inner img.tokucho-img {
  margin-top: 1rem;
}

.tour-area {
  padding: 4rem;
}

.tab-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 2rem 0 0;
}

.tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #2d68c4;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tab-label:not(:last-of-type) {
  margin-right: 5px;
}

.tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}

/* アクティブなタブ */
.tab-switch:checked + .tab-label {
  background: #2d68c4;
}

.tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
  background: #2d68c4;
  color: #fff;
}

/* ラジオボタン非表示 */
.tab-switch {
  display: none;
}

.tab-wrap .tab-content ul li {
  text-align: center;
  border-bottom: 2px solid #fff;
  padding-bottom: 0.5rem;
  font-size: 1.2rem;
}
.tab-wrap .tab-content a {
  display: block;
  max-width: 350px;
  margin: 1rem auto 0;
  background: #fff;
  outline: 4px solid rgb(45, 104, 196);
  outline-offset: -10px;
  padding: 20px;
  color: #2d68c4;
}
.tab-wrap .tab-content a span {
  display: block;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}
.tab-wrap .tab-content a strong {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-size: 25px;
  margin-top: 5px;
}
.tab-wrap .tab-content a strong span {
  font-size: 30px;
}

.tour-area h2 {
  color: #2d68c4;
}
.tour-area p {
  text-align: center;
  color: #841617;
  font-weight: 700;
}

hr.sep {
  height: 2px;
  margin-top: 2rem;
  background: #fff;
}

.ac-text {
  display: none;
}

/* モーダル全体のスタイル */
.modal {
  display: none; /* 非表示 */
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
}

/* モーダル内コンテンツのスタイル */
.modal-content {
  background: #fff;
  margin: 15% auto;
  padding: 2rem;
  max-width: 490px;
  position: relative;
  border-radius: 4px;
}
.modal-content p {
  margin-top: 0;
  color: #333;
}
.modal-content img {
  margin-bottom: 1rem;
}

/* 閉じるボタンのスタイル */
.close-btn {
  position: absolute;
  right: 0px;
  top: 0px;
  cursor: pointer;
  background: #3f51b5;
  border: none;
  padding: 5px 10px;
}

.ac-box {
  margin-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.ac-box .ac-box-inner {
  position: relative;
  width: calc(25% - 1.5rem);
}
.ac-box .ac-box-inner .ac-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.7);
  padding: 10px;
}
.ac-box .ac-box-inner .ac-title h3 {
  color: #002c5f;
  text-align: center;
}
.ac-box .ac-box-inner .ac-title h3 span {
  display: block;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}
.ac-box .ac-box-inner .ac-title h3 strong {
  display: block;
  font-size: 12px;
  margin-top: 5px;
  font-weight: 600;
}
.ac-box .ac-box-inner .ac-title button {
  background: #002c5f;
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 10px;
  padding: 5px;
  font-size: 13px;
  border: none;
}

.slick01 {
  margin: 2rem 0;
  position: relative;
}
.slick01 li.slick-slide {
  margin: 0 1rem;
  padding: 2rem;
  background: #fff;
  color: #841617;
}
.slick01 li.slick-slide ul {
  list-style: disc;
  margin: 1rem 0 0 1.5rem;
}
.slick01 li.slick-slide ul li {
  margin-top: 1rem;
}
.slick01 li.slick-slide h3 {
  margin-top: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 2rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.slick01 li.slick-slide h3 span {
  font-family: "Playfair Display", serif;
  font-size: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2rem;
}
.slick01 li.slick-slide h3 span::after {
  content: "";
  width: 150px;
  display: block;
  height: 2px;
  background: #841617;
}
.sd-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-size: 40px;
}

.sd-back {
  left: -30px;
}

.sd-next {
  right: -35px;
}

.slick02 li {
  margin: 0 1rem;
  background: #fff;
  padding: 1rem;
  color: #002c5f;
}
.slick02 li img {
  border-radius: 50%;
  width: 80%;
  margin: 0 auto;
}
.slick02 li h3 {
  text-align: center;
  margin: 1rem 0;
  font-weight: 700;
}
.slick02 li p.v-text {
  margin-top: 0;
  font-size: 13px;
  text-align: center;
  font-weight: 600;
  color: #841617;
}
.slick02 li p {
  font-size: 14px;
  line-height: 1.5;
}

.tab-wrap2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px 0;
  /* アクティブなタブ */
  /* ラジオボタン非表示 */
}
.tab-wrap2 .tab-wrap:after {
  content: "";
  width: 100%;
  height: 3px;
  background: #2d68c4;
  display: block;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.tab-wrap2 .tab-label {
  color: White;
  background: LightGray;
  font-weight: bold;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  white-space: nowrap;
  text-align: center;
  padding: 10px 0.5em;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  position: relative;
  z-index: 1;
  cursor: pointer;
  border-radius: 5px 5px 0 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.tab-wrap2 .tab-label:not(:last-of-type) {
  margin-right: 5px;
}
.tab-wrap2 .tab-content {
  width: 100%;
  height: 0;
  overflow: hidden;
  opacity: 0;
}
.tab-wrap2 .tab-switch:checked + .tab-label {
  background: #2d68c4;
}
.tab-wrap2 .tab-switch:checked + .tab-label + .tab-content {
  height: auto;
  overflow: auto;
  padding: 15px;
  opacity: 1;
  -webkit-transition: 0.5s opacity;
  transition: 0.5s opacity;
}
.tab-wrap2 .tab-switch {
  display: none;
}

.cam-inner {
  text-align: center;
}
.cam-inner img {
  max-width: 500px;
  margin: 0 auto;
  display: block;
}
.cam-inner h3 {
  margin: 2rem 0 0.5rem;
  font-weight: 600;
}
.cam-inner p {
  margin-top: 5px;
  font-size: 15px;
}
.cam-inner a {
  color: #fff;
}
.cam-inner iframe {
  margin-top: 2rem;
}

.gr {
  position: relative;
  padding: 4rem 4rem 15rem 4rem;
}
.gr img {
  max-width: 400px;
  display: block;
  margin: 0 auto 2rem;
}
.gr p.name {
  text-align: right;
  font-family: "Noto Serif JP", serif;
}
.gr p.name span {
  margin-right: 10px;
}

.cm {
  background: #25b7c0;
  position: relative;
  padding: 10rem 4rem 4rem 4rem;
  color: #fff;
}
.cm img {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 700px;
}
.cm h2 {
  font-family: "Playfair Display", serif;
  font-size: 5rem;
  text-transform: uppercase;
  line-height: 1;
  z-index: 111;
  position: relative;
  margin-bottom: 2rem;
}
.cm p {
  margin-top: 1rem;
  font-size: 1.1rem;
}

.qa-6 {
  max-width: 100%;
  margin-bottom: 5px;
  border-bottom: 2px solid #fff;
}

.qa-6 summary {
  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;
  position: relative;
  padding: 1em 2em 1em 3em;
  color: #fff;
  font-weight: 600;
  cursor: pointer;
}

.qa-6 summary::before,
.qa-6 p::before {
  position: absolute;
  left: 1em;
  font-weight: 600;
  font-size: 1.3em;
}

.qa-6 summary::before {
  color: #75bbff;
  content: "Q";
}

.qa-6 summary::after {
  -webkit-transform: translateY(-25%) rotate(45deg);
          transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 10px;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  content: "";
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.qa-6[open] summary::after {
  -webkit-transform: rotate(225deg);
          transform: rotate(225deg);
}

.qa-6 p {
  position: relative;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0.3em 3em 1.5em;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}

.qa-6[open] p {
  -webkit-transform: none;
          transform: none;
  opacity: 1;
}

.qa-6 p::before {
  color: #ff8d8d;
  line-height: 1.2;
  content: "A";
}

.faq h3 {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.2rem;
  font-weight: 600;
  margin: 2rem 0 1rem;
}
.faq h3::before, .faq h3::after {
  content: "-";
}

.com table tr {
  border-top: 1px solid #fff;
}
.com table tr:last-child {
  border-bottom: 1px solid #fff;
}
.com table th,
.com table td {
  width: 70%;
  padding: 1rem;
}
.com table th {
  width: 30%;
  border-right: 1px solid #fff;
}

a.cta-btn {
  position: absolute;
  bottom: 10px;
  text-align: center;
  width: 400px;
  background: #ffeb3b;
  padding: 10px;
  font-weight: 700;
  border-radius: 1rem;
}

.site-info {
  padding: 10px;
}

.post,
.page {
  margin: 0;
}

#con10 h2 {
  margin-top: 2rem;
}

slot {
  display: none;
}

summary::-webkit-details-marker {
  display: none;
}

.mr-t {
  margin-top: 2rem;
}

.js-scrollable {
  margin-top: 1rem;
}

table.half-tb {
  table-layout: fixed;
}
table.half-tb th,
table.half-tb td {
  padding: 1rem;
  background: #fff;
  color: #333;
  border: 2px solid #d32f2f;
  width: 50%;
}
table.half-tb th {
  width: 50%;
}
table.half-tb .tb-title {
  text-align: center;
}

.js-scrollable2 {
  margin-top: 2rem;
}

.gr h3 {
  font-weight: 700;
  margin-top: 1rem;
}

.gr p {
  line-height: 2;
  font-size: 1rem;
}

.btn {
  padding: 12px 24px;
  background-color: #007bff;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  font-size: 16px;
  margin: 2rem auto 2rem;
  display: block;
}

.hidden-content {
  display: none;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  margin-bottom: 1rem;
}

a.zaien {
  display: block;
  position: fixed;
  left: 0;
  bottom: 10%;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  background: #689f38;
  padding: 20px 10px;
  color: #fff;
  font-size: 18px;
}

.cta-btn-ft {
  position: fixed;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  text-align: center;
  z-index: 999;
}
.cta-btn-ft a {
  font-size: 100%;
  padding: 15px 10px;
}

a.cta-ft-sp {
  background: #ffeb3b;
  width: 60%;
}

a.zaien-sp {
  background: #689f38;
  color: #fff;
  width: 40%;
}

table.half-tb2 {
  width: 100%;
  margin-top: 2rem;
  font-size: 90%;
}
table.half-tb2 th,
table.half-tb2 td {
  border: 2px solid #d32f2f;
  color: #333;
  padding: 10px;
  background: #fff;
}
table.half-tb2 .tb-title {
  text-align: center;
}/*# sourceMappingURL=main.css.map */