@charset "UTF-8";
/*
Getup.css is released under the Open Source MIT license.
http://www.opensource.org/licenses/mit-license.php

Getup.css is inspired by OOCSS, inuit.css, Twitter Bootstrap, HTML5 Boilerplate, PocketGrid

LICENSE
https://github.com/nibushibu/getup-css/blob/master/LICENSE
*/
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&family=Noto+Serif+JP:wght@100;300;400;500;700;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap");
@import url("https://use.fontawesome.com/releases/v6.2.0/css/all.css");
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

:where([hidden]:not([hidden=until-found])) {
  display: none !important;
}

:where(html) {
  -webkit-text-size-adjust: none;
  color-scheme: dark light;
  tab-size: 2;
}

@media (prefers-reduced-motion: no-preference) {
  :where(html:focus-within) {
    scroll-behavior: smooth;
  }
}
:where(body) {
  line-height: 1.5;
  font-family: system-ui, sans-serif;
  -webkit-font-smoothing: antialiased;
}

:where(button) {
  all: unset;
}

:where(input, button, textarea, select) {
  font: inherit;
  color: inherit;
}

:where(textarea) {
  resize: vertical;
  resize: block;
}

:where(button, label, select, summary, [role=button], [role=option]) {
  cursor: pointer;
}

:where(:disabled) {
  cursor: not-allowed;
}

:where(label:has(> input:disabled), label:has(+ input:disabled)) {
  cursor: not-allowed;
}

:where(a) {
  color: inherit;
  text-underline-offset: 0.2ex;
}

:where(ul, ol) {
  list-style: none;
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
  display: block;
}

:where(img, picture, svg, video) {
  max-inline-size: 100%;
  block-size: auto;
}

:where(p, h1, h2, h3, h4, h5, h6) {
  overflow-wrap: break-word;
}

:where(h1, h2, h3) {
  line-height: calc(1em + 0.5rem);
  text-wrap: balance;
}

:where(hr) {
  border: none;
  border-block-start: 1px solid;
  color: inherit;
  block-size: 0;
  overflow: visible;
}

:where(:focus-visible) {
  outline: 3px solid CanvasText;
  box-shadow: 0 0 0 5px Canvas;
  outline-offset: 1px;
}

:where(:focus-visible, :target) {
  scroll-margin-block: 8vh;
}

:where(.visually-hidden:not(:focus-within, :active)) {
  clip-path: inset(50%) !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  white-space: nowrap !important;
  border: 0 !important;
}

* {
  margin: 0;
  padding: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 100.01%;
  list-style-type: none;
  text-align: left;
  color: #222;
  zoom: 1;
  font-family: "游ゴシック", "Noto Sans JP", "Hiragino Gothic ProN", sans-serif;
  line-height: 1.6;
}

/* 横スクロールバー非表示 */
html {
  font-size: 62.5%; /* font-sizeは16pxの62.5%の10px */
  line-height: 1.6;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
}
@media screen and (max-width: 640px) {
  html {
    font-size: 55%;
  }
}

body {
  font-size: 1.4rem; /*font-size: 14pxと同等*/
  line-height: 1.6;
  width: 100%;
  height: 100%;
  background: #13AE67;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
img {
  vertical-align: bottom;
  border: 0;
}

map {
  visibility: hidden;
}

/*Reset: z, line-height propaty*/
/*
IEでフォントサイズを可変させるために％指定
ブラウザのデフォルトフォントサイズが16pxと前提して
*/
body {
  _font-size: 75%; /* 12px */
} /*for IE6*/
* + html body {
  font-size: 75%; /* 12px */
} /*for IE7*/
/* 基本文字サイズ */
th, td {
  font-size: 100.01%;
  font-size: 80%;
}

/* 各種タイトルの文字サイズ */
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  margin: 0;
}

/** body **/
body {
  height: 100%;
}
body h1, body h2, body h3, body h4, body h5, body h6 {
  font-family: "Noto Sans JP", sans-serif;
  color: #21252F;
  font-weight: 400;
}
body p {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #fff;
  font-weight: 400;
}
body p + p {
  margin-top: 1rem;
}
body strong {
  font-weight: 900;
  color: inherit;
  font-family: inherit;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.2);
}
body ul li, body ol li {
  color: #21252F;
}

/*common*/
.txt-center {
  text-align: center;
}

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

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

sup {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: -0.5em;
  margin: 0 0.1em;
}

sub {
  line-height: 1em;
  vertical-align: 0;
  font-size: 0.8em;
  position: relative;
  top: 0.1em;
  margin: 0 0.1em;
}

/** form **/
input, select {
  vertical-align: middle;
}

/** link **/
a {
  text-decoration: none;
}
a:link, a:visited {
  color: #ffee00;
  text-decoration: none;
}
a:hover {
  color: #ffb300;
}

i {
  font-family: "fontawesome";
  color: inherit;
}

h2 {
  text-align: left;
  font-size: 2rem;
  line-height: 1.6;
}
h2 .subTxt {
  font-size: 1.4rem;
  letter-spacing: 0.3rem;
}

h3 {
  text-align: center;
  font-size: 1.7rem;
}

.pc {
  display: inherit;
}
@media screen and (max-width: 640px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .sp {
    display: inherit;
  }
}

.subTxt {
  font-size: 1.2rem;
}

ul li, ol li {
  font-size: 1.6rem;
  line-height: 1.8;
}
ul.ul__exp li, ol.ul__exp li {
  padding-left: 1em;
  text-indent: -1em;
}
ul.ul__exp.exp__center, ol.ul__exp.exp__center {
  text-align: center;
}
ul.strong li, ol.strong li {
  color: #e60012;
}

a:link, a:visited {
  transition: all 0.2s ease-out;
}
a:hover {
  transition: all 0.2s ease-out;
}

header {
  width: 100%;
  position: fixed;
  top: 0;
  right: 0;
  box-sizing: border-box;
  text-align: center;
  position: fixed;
  z-index: 100;
  transition: all 1s ease-out;
  padding: 2rem;
}
header .hd__column {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
header .hd__column dd {
  box-sizing: border-box;
}
header .hd__column__logo {
  padding: 15px 20px;
}
header .hd__column__logo h1 img {
  width: 100%;
}
header .hd__column__logo h1 a {
  display: block;
}
header .hd__column__logo a img {
  width: 100%;
}
header .header__humberger {
  position: fixed;
  top: 15px;
  right: 15px;
  box-sizing: border-box;
  width: 45px;
  height: 45px;
  display: none;
  background: rgba(0, 0, 0, 0.4);
}
@media screen and (max-width: 1149px) {
  header .header__humberger {
    display: inherit;
  }
}

/* SPドロワーメニュー */
#drawer-checkbox {
  display: none;
}

#drawer-icon {
  cursor: pointer;
  display: flex;
  width: 45px;
  height: 45px;
  position: absolute;
  z-index: 41;
  align-self: center;
  justify-content: center;
}
#drawer-icon > span {
  background: #fff;
  display: block;
  height: 1px;
  top: 50%;
  margin-inline: auto;
  position: absolute;
  transition: all 0.3s ease-in-out;
  width: 50%;
}
#drawer-icon > span::before, #drawer-icon > span::after {
  -webkit-transform: rotate(0);
  background: #fff;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  transform: rotate(0);
  transition: all 0.3s ease-in-out;
  width: 100%;
}
#drawer-icon > span::before {
  margin-top: -40%;
}
#drawer-icon > span::after {
  margin-top: 37%;
}

#drawer-checkbox:checked ~ #drawer-icon {
  background: rgba(0, 0, 0, 0);
}

#drawer-checkbox:checked ~ #drawer-icon span {
  background: rgba(0, 0, 0, 0);
  top: 52%;
}
#drawer-checkbox:checked ~ #drawer-icon span::before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background: #fff;
}
#drawer-checkbox:checked ~ #drawer-icon span::after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
}

#drawer-checkbox:checked ~ #drawer-icon span::before,
#drawer-checkbox:checked ~ #drawer-icon span::after {
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  margin: 0;
  top: 50%;
  width: 100%;
}

#drawer-content {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  transition: all 0.3s ease-in-out 0s;
  transform: translateX(-10%);
  box-sizing: border-box;
  opacity: 0;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
}
@media screen and (max-width: 640px) {
  #drawer-content {
    overflow: scroll;
    padding-top: 30px;
    padding-bottom: 30px;
    display: block;
    width: calc(100% - 75px);
  }
}
#drawer-content nav {
  height: min-content;
  width: 100%;
  max-width: 800px;
  box-sizing: border-box;
}
#drawer-content nav > h2 {
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: center;
}
#drawer-content nav > h2 img {
  height: 100px;
  width: auto;
}
@media screen and (max-width: 640px) {
  #drawer-content nav > h2 img {
    height: 60px;
  }
}
#drawer-content nav > h2 + .drawer__sitemap {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav > h2 + .drawer__sitemap {
    margin-top: 30px;
  }
}
#drawer-content nav .drawer__sitemap {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  width: 80%;
  margin-inline: auto;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap {
    gap: 10px;
    width: 80%;
  }
}
#drawer-content nav .drawer__sitemap > dd {
  box-sizing: border-box;
  display: grid;
  grid-template-columns: 1fr 2.8fr;
  gap: 20px 40px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap > dd {
    grid-template-columns: 1fr;
    gap: 3px;
  }
}
#drawer-content nav .drawer__sitemap > dd.no__clm {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap > dd.no__clm {
    grid-template-columns: 1fr 1fr;
  }
}
#drawer-content nav .drawer__sitemap > dd.no__clm > h3 {
  text-align: left;
}
#drawer-content nav .drawer__sitemap > dd > h3 {
  color: #ffe100;
  text-align: left;
  font-size: 15px;
  font-weight: 700;
  border-right: rgba(255, 255, 255, 0.1);
  padding: 5px 0;
}
#drawer-content nav .drawer__sitemap > dd > h3 a {
  display: block;
}
#drawer-content nav .drawer__sitemap > dd > h3 a:link, #drawer-content nav .drawer__sitemap > dd > h3 a:visited {
  color: #fff;
  font-weight: 700;
}
#drawer-content nav .drawer__sitemap > dd > h3 a:hover {
  color: #00999D;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap > dd + dd {
    border-left: 0;
  }
}
#drawer-content nav .drawer__sitemap .sitemap__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  position: relative;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap .sitemap__list.no__clm {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap .sitemap__list {
    gap: 5px;
  }
}
#drawer-content nav .drawer__sitemap .sitemap__list::before {
  display: block;
  content: "";
  width: 1px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  left: -15px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap .sitemap__list::before {
    display: none;
  }
}
#drawer-content nav .drawer__sitemap .sitemap__list li {
  font-size: 13px;
  line-height: 1.4;
}
#drawer-content nav .drawer__sitemap .sitemap__list li a {
  display: block;
  color: #fff;
  padding: 5px 8px;
}
#drawer-content nav .drawer__sitemap .sitemap__list li a::before {
  content: "-";
  margin-right: 0.3em;
  display: inline-block;
  color: #fff;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap .sitemap__list li a {
    padding: 5px 0;
  }
}
#drawer-content nav .drawer__sitemap .sitemap__list li a:hover {
  background-color: #00999D;
}
#drawer-content nav .drawer__sitemap .sitemap__list li + li {
  margin-top: 0;
}
#drawer-content nav .drawer__sitemap + .header__snslink {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  #drawer-content nav .drawer__sitemap + .header__snslink {
    margin-top: 20px;
  }
}
#drawer-content nav .header__snslink {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  width: 50%;
  max-width: 100px;
  margin-inline: auto;
}
#drawer-content nav .header__snslink > li img {
  width: 100%;
  height: auto;
}

#drawer-checkbox:checked ~ #drawer-content {
  transform: translateX(0);
  opacity: 1;
  pointer-events: inherit;
}

#drawer-close {
  display: none;
  position: fixed;
  z-index: 39;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  transition: all 0.3s ease-in-out 0s;
}

#drawer-checkbox:checked ~ #drawer-close {
  display: block;
  opacity: 0.3;
}

#drawer__header {
  position: absolute;
  width: 100%;
  top: 15px;
}

/*モーダルを開くボタン*/
.modal-open {
  cursor: pointer;
}

/*モーダル本体の指定 + モーダル外側の背景の指定*/
.modal-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  background: rgba(255, 255, 255, 0.9);
  padding: 40px 20px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
  box-sizing: border-box;
  z-index: 100;
}
.modal-container + .modal-open {
  margin-top: 15px;
}

/*モーダル本体の擬似要素の指定*/
.modal-container:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

/*モーダル本体に「active」クラス付与した時のスタイル*/
.modal-container.active {
  opacity: 1;
  visibility: visible;
}

/*モーダル枠の指定*/
.modal-body {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  max-width: 800px;
  width: 90%;
}

/*モーダルを閉じるボタンの指定*/
.modal-close {
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  top: -40px;
  right: -40px;
  width: 40px;
  height: 40px;
  font-size: 40px;
  color: #111;
  cursor: pointer;
}

/*モーダル内のコンテンツの指定*/
.modal-content {
  background: #fff;
  text-align: left;
  padding: 10px;
  border-radius: 10px;
  z-index: 100;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
}

html#wizard, body#wizard {
  background: rgb(102, 33, 76);
  background: -moz-linear-gradient(top, rgb(102, 33, 76) 0%, rgb(0, 0, 0) 100%);
  background: -webkit-linear-gradient(top, rgb(102, 33, 76) 0%, rgb(0, 0, 0) 100%);
  background: linear-gradient(to bottom, rgb(102, 33, 76) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#66214c", endColorstr="#000000",GradientType=0 );
  height: 100%;
}
html#wizard .box, body#wizard .box {
  height: 100%;
  display: flex;
  align-items: center;
}
html#wizard .box .flick, body#wizard .box .flick {
  text-align: center;
  color: #fff;
  font-size: 18px;
  margin-top: 8px;
  font-weight: 800;
}
html#wizard .box .flick i, body#wizard .box .flick i {
  color: #fff;
  margin-left: 8px;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  box-sizing: border-box;
}
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
  }
  20% {
    -webkit-transform: translate(-10px, 10px);
  }
  40% {
    -webkit-transform: translate(0, 0);
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
  }
  20% {
    transform: translate(-10px, 10px);
  }
  40% {
    transform: translate(0, 0);
  }
}

.viewport {
  width: 310px;
  overflow: hidden;
  margin: 0 auto;
  -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
  overflow: hidden;
}

.flipsnap {
  width: 1550px; /* viewport(item width) * 5(item count) */
}

.flipsnap:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}

.item {
  float: left;
  width: 310px;
  font-size: 50px;
  text-align: center;
  background: #fff;
  color: #666;
  padding: 10px 0 0;
}
.item dl {
  border-radius: 5px;
}
.item img {
  width: 100%;
}

/* Go to top*/
#page-top {
  position: fixed;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 300;
}
#page-top a {
  display: block;
  width: 55px;
  height: 55px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  background: #21252F;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 640px) {
  #page-top a {
    width: 40px;
    height: 40px;
    border-radius: 0;
  }
}
#page-top a .material-symbols-outlined {
  color: #fff;
}
#page-top a:link, #page-top a:visited {
  color: #fff;
  text-align: center;
  transition-duration: 0.3s;
}
#page-top a:link i, #page-top a:visited i {
  color: #999;
}
#page-top a:hover {
  color: #111;
  background-color: #ffe100;
  transition-duration: 0.3s;
}
#page-top a:hover i {
  color: #111;
}

section + footer {
  margin-top: 60px;
}

footer {
  margin-top: 60px;
  padding-top: 2vw;
  padding-bottom: 2vw;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  width: calc(100% - 100px);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 640px) {
  footer {
    margin-top: 30px;
  }
}
@media screen and (max-width: 640px) {
  footer {
    padding-top: 20px;
    padding-bottom: 20px;
    width: calc(100% - 20px);
  }
}
footer p {
  font-family: "Noto Sans JP", sans-serif;
  color: #fff;
  font-size: 13px;
  text-align: center;
}
footer .footer__inner {
  width: 90%;
  max-width: 1150px;
  margin-inline: auto;
}
footer .footer__inner__copy {
  text-align: center;
}

::selection {
  background: #111;
  color: #fff;
}

/* common */
.imgWrap {
  overflow: hidden;
  /*拡大時にはみ出た部分を隠す*/
  background: #000;
}
.imgWrap > img {
  display: block;
  transition-duration: 0.3s;
  opacity: 0.85;
}
.imgWrap > img:hover {
  transform: scale(1.1);
  /*画像の拡大率*/
  transition-duration: 0.3s;
  cursor: pointer;
  opacity: 1;
}

/* スクロールイベントでのFadeUpアニメーション用 */
.fadeUp {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
.fadeIn {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}

@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
    opacity: 0;
  }
  to {
    filter: blur(0);
    transform: scale(1);
    opacity: 1;
  }
}
p {
  color: #fff;
}
p.h2__sub {
  text-align: center;
  color: #dd131c;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  p.h2__sub {
    font-size: 1.3rem;
  }
}
p.h2__sub + dl, p.h2__sub + p, p.h2__sub + div, p.h2__sub + table, p.h2__sub + ul, p.h2__sub + iframe, p.h2__sub + h3 {
  margin-top: 4rem;
}
p + .img__area {
  margin-top: 6rem;
}
p + h3 {
  margin-top: 2rem;
}
p.p__link {
  margin-top: 35px;
}
@media screen and (max-width: 640px) {
  p.p__link {
    margin-top: 20px;
  }
}
p.p__link a {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
p.p__link a > .arr__right {
  width: 20px;
  height: auto;
  vertical-align: top;
}
p.p__link a i {
  margin-left: 0.2em;
}
p.p__link a:link, p.p__link a:visited {
  color: #414cb9;
  border-bottom: 2px solid #414cb9;
}
p.p__link a:link i, p.p__link a:visited i {
  color: #414cb9;
}
p.p__link a:hover {
  color: rgb(138.08, 145.032, 213.92);
  border-bottom: 2px solid rgb(138.08, 145.032, 213.92);
}
p.p__link a:hover i {
  color: rgb(138.08, 145.032, 213.92);
}
p.p__link--buy {
  margin-top: 30px;
}
p.p__link--buy a {
  display: block;
  text-align: center;
  padding: 5px 15px;
  box-sizing: border-box;
  border-radius: 20px;
  font-family: "Noto Sans JP", sans-serif;
  width: 60%;
}
@media screen and (max-width: 640px) {
  p.p__link--buy a {
    width: 100%;
  }
}
p.p__link--buy a i {
  color: #fff;
  margin: 0 0.3em;
  font-size: 1.15em;
}
p.p__link--buy a:link, p.p__link--buy a:visited {
  color: #fff;
  background: #414cb9;
}
p.p__link--buy a:hover {
  color: #fff;
  background: rgb(138.08, 145.032, 213.92);
}
p.p__link--map {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  p.p__link--map {
    display: none;
  }
}
p.p__link--map a {
  display: block;
  text-align: center;
  padding: 5px 15px;
  box-sizing: border-box;
  border: 1px solid #414cb9;
  font-family: "Noto Sans JP", sans-serif;
  width: 60%;
  margin-inline: auto;
}
p.p__link--map a i {
  margin: 0 0.3em;
  font-size: 1.15em;
}
p.p__link--map a:link, p.p__link--map a:visited {
  color: #414cb9;
}
p.p__link--map a:hover {
  color: rgb(138.08, 145.032, 213.92);
}
p.p__link--map a:hover i {
  color: rgb(138.08, 145.032, 213.92);
}
p.p__link--reserve {
  margin-top: 30px;
}
p.p__link--reserve a {
  display: block;
  text-align: center;
  padding: 8px 20px;
  box-sizing: border-box;
  border-radius: 30px;
  font-family: "Noto Sans JP", sans-serif;
  width: 70%;
  font-size: 19px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  margin-inline: auto;
  letter-spacing: 3px;
}
@media screen and (max-width: 640px) {
  p.p__link--reserve a {
    width: 100%;
    font-size: 18px;
    padding: 9px 20px;
  }
}
p.p__link--reserve a .btn__icon {
  width: 40px;
  height: auto;
  vertical-align: top;
  position: relative;
  margin-bottom: -40px;
  top: -0.2em;
  margin-right: 0.2em;
}
@media screen and (max-width: 640px) {
  p.p__link--reserve a .btn__icon {
    width: 35px;
    top: -0.23em;
  }
}
p.p__link--reserve a i {
  color: #fff;
  margin: 0 0.3em;
  font-size: 1.15em;
  position: relative;
  top: 1px;
}
p.p__link--reserve a:link, p.p__link--reserve a:visited {
  color: #fff;
  background: #414cb9;
}
p.p__link--reserve a:hover {
  color: #fff;
  background: rgb(138.08, 145.032, 213.92);
}
p.p__link--tel {
  margin-top: 30px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  p.p__link--tel {
    margin-top: 15px;
  }
}
p.p__link--tel a {
  text-align: center;
  padding: 8px 20px;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 21px;
  line-height: 1.3;
  font-weight: 500;
  letter-spacing: 1px;
  margin-inline: auto;
  border-bottom: 1px solid #414cb9;
}
@media screen and (max-width: 640px) {
  p.p__link--tel a {
    border: 1px solid #414cb9;
    padding: 8px 20px;
    border-radius: 30px;
    width: 100%;
    display: block;
    font-size: 18px;
  }
}
p.p__link--tel a .sp {
  display: inline;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}
p.p__link--tel a .tel__number {
  font-family: inherit;
  color: inherit;
  font-weight: inherit;
}
@media screen and (max-width: 640px) {
  p.p__link--tel a .tel__number {
    display: none;
  }
}
p.p__link--tel a .ja-txt {
  font-size: 19px;
  color: inherit;
}
p.p__link--tel a .btn__icon {
  width: 40px;
  height: auto;
  vertical-align: top;
  position: relative;
  margin-bottom: -40px;
  top: -0.2em;
  margin-right: 0.2em;
}
p.p__link--tel a i {
  color: #414cb9;
  margin: 0 0.3em;
  font-size: 1.15em;
  position: relative;
  top: 1px;
}
p.p__link--tel a:link, p.p__link--tel a:visited {
  color: #414cb9;
}
p.p__link--tel a:hover {
  color: #414cb9;
}
p.p__link--menureserve {
  margin-top: 30px;
  text-align: left;
}
@media screen and (max-width: 640px) {
  p.p__link--menureserve {
    text-align: center;
  }
}
p.p__link--menureserve a {
  text-align: left;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  font-weight: 700;
  letter-spacing: 1px;
  border-bottom: 1px solid #414cb9;
}
@media screen and (max-width: 640px) {
  p.p__link--menureserve a {
    border: 1px solid #414cb9;
    width: 100%;
    display: block;
    text-align: center;
    padding: 10px;
    line-height: 2;
  }
}
p.p__link--menureserve a .sp {
  display: inline;
  color: inherit;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 700;
}
p.p__link--menureserve a i {
  color: #414cb9;
  margin: 0 0.3em;
  font-size: 1.15em;
  position: relative;
  top: 1px;
}
p.p__link--menureserve a:link, p.p__link--menureserve a:visited {
  color: #414cb9;
}
p.p__link--menureserve a:hover {
  color: #414cb9;
}
p + .wp-block-contact-form-7-contact-form-selector {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  p + .wp-block-contact-form-7-contact-form-selector {
    margin-top: 20px;
  }
}

hr.hr--1000px {
  border-top: 1px solid #21252F;
  margin-inline: auto;
  width: 100%;
  max-width: 1300px;
  visibility: inherit;
}
hr.hr--dashed {
  border-top: 1px dashed #21252F;
  margin-inline: auto;
  width: 100%;
  max-width: 1300px;
  visibility: inherit;
}
hr + section {
  margin-top: 100px;
}
@media screen and (max-width: 640px) {
  hr + section {
    margin-top: 50px;
  }
}

span.material-icons {
  color: #999;
  line-height: 1;
  vertical-align: text-top;
  margin-right: 3px;
}

div {
  display: inherit;
}

h2.head--border {
  display: flex;
  align-items: center;
}
h2.head--border:before, h2.head--border:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #666;
}
h2.head--border:before {
  margin-right: 1rem;
}
h2.head--border:after {
  margin-left: 1rem;
}
h2.head--border--after {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 640px) {
  h2.head--border--after {
    font-size: 24px;
  }
}
h2.head--border--after:after {
  content: "";
  height: 1px;
  flex-grow: 1;
  background-color: #684130;
}
h2.head--border--after:after {
  margin-left: 1rem;
}
h2.top__h2 {
  position: relative;
}
h2.top__h2 p {
  font-weight: 400;
  font-size: 4rem;
  letter-spacing: 2px;
  position: relative;
  z-index: 20;
  text-shadow: 0 2px 0 rgba(0, 0, 0, 0.3);
}
@media screen and (max-width: 640px) {
  h2.top__h2 p {
    font-size: 2.7rem;
    letter-spacing: 1px;
  }
}
h2.top__h2 + p {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  h2.top__h2 + p {
    margin-top: 15px;
  }
}
h2.top__h2 > .h2__bg {
  font-family: "Roboto", sans-serif;
  font-weight: 900;
  color: #fff;
  position: absolute;
  font-size: 90px;
  opacity: 0.1;
  text-transform: uppercase;
  pointer-events: none;
  top: -25px;
  left: -15px;
  z-index: 19;
}
@media screen and (max-width: 640px) {
  h2.top__h2 > .h2__bg {
    font-size: 40px;
    top: -15px;
    left: -10px;
  }
}

ul.ul__basic {
  margin-left: 1.5em;
}
ul.ul__basic li {
  list-style-type: disc;
}
ul.ul__basic li + li {
  margin-top: 0.5em;
}
ul.ul__exp {
  margin-left: 0;
}
ul.ul__exp li {
  list-style-type: none;
  font-size: 97%;
}
ul.ul__exp li + li {
  margin-top: 0.3em;
}
ul.list__square {
  margin-left: 1.5em;
}
ul.list__square li {
  list-style-type: square;
}
ul.list__square li h4 + p {
  margin-top: 0 !important;
}
ul.list__square li + li {
  margin-top: 5px;
}
ul.list__alpha {
  margin-left: 1.5em;
}
ul.list__alpha li {
  list-style-type: lower-alpha;
}
ul.list__alpha li h4 + p {
  margin-top: 0 !important;
}
ul.list__alpha li + li {
  margin-top: 5px;
}

ol.ol__basic {
  margin-left: 1.5em;
}
ol.ol__basic > li {
  list-style-type: decimal;
  color: #fff;
}
ol.ol__basic > li + li {
  margin-top: 0.5em;
}

img.img--radius {
  border-radius: 15px;
}
img.img__floatR {
  float: right;
}
img.img__shadow {
  box-shadow: 0 1px 8px rgba(0, 0, 0, 0.15);
}

dl.dl__clm2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
}
@media screen and (max-width: 640px) {
  dl.dl__clm2 {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
@media screen and (max-width: 640px) {
  dl.dl__clm2 .dd__order1 {
    order: 1;
  }
}
@media screen and (max-width: 640px) {
  dl.dl__clm2 .dd__order2 {
    order: 2;
  }
}
dl.dl__clm2 p + .list__square {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  dl.dl__clm2 p + .list__square {
    margin-top: 5px;
  }
}
dl.dl__clm3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
}
dl.dl__clm3 p + .list__square {
  margin-top: 10px;
}
@media screen and (max-width: 640px) {
  dl.dl__clm3 p + .list__square {
    margin-top: 5px;
  }
}
dl.dl__comparison {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  dl.dl__comparison {
    margin-top: 20px;
  }
}
@media screen and (max-width: 640px) {
  dl.dl__comparison {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
dl.dl__comparison > dd {
  background-color: #fff;
  border-radius: 2rem;
  box-sizing: border-box;
  padding: 3rem;
}
dl.dl__comparison > dd p {
  text-align: center;
}
dl.dl__comparison > dd .comparison__header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 15rem;
}
dl.dl__comparison > dd .comparison__header img {
  max-height: 70%;
}
dl.dl__comparison > dd .comparison__contents {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
}
dl.dl__comparison + .comparison__result {
  margin-top: 40px;
}
@media screen and (max-width: 640px) {
  dl.dl__comparison + .comparison__result {
    margin-top: 20px;
  }
}
dl.top__about {
  margin-top: 30px;
  display: grid;
  grid-template-columns: 1fr 3fr;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 640px) {
  dl.top__about {
    margin-top: 15px;
  }
}
@media screen and (max-width: 640px) {
  dl.top__about {
    grid-template-columns: 1fr;
  }
}
dl.top__about > dt, dl.top__about > dd {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
dl.top__about > dt {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 640px) {
  dl.top__about > dt {
    padding-bottom: 0.2rem;
  }
}
dl.top__about > dt p {
  font-weight: 700;
}
dl.top__about > dd {
  border-top: 1px solid rgba(255, 255, 255, 0.15);
}
@media screen and (max-width: 640px) {
  dl.top__about > dd {
    border-top: 0;
    padding-top: 0.2rem;
  }
}

section.section__grid {
  width: 90%;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 200px auto;
}
@media screen and (max-width: 640px) {
  section.section__grid {
    grid-template-columns: 20px auto;
  }
}
section.section__grid + .section__grid {
  margin-top: 60px;
}
@media screen and (max-width: 640px) {
  section.section__grid + .section__grid {
    margin-top: 30px;
  }
}

/* container  */
#container {
  width: 100%;
  box-sizing: border-box;
  overflow: hidden;
}

.contents__wrapper {
  background-color: #13AE67;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
  overflow: hidden;
  /* 子要素のabsoluteがはみ出さないように */
}
@media screen and (max-width: 640px) {
  .contents__wrapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}
.contents__wrapper p {
  font-size: 17px;
}
@media screen and (max-width: 640px) {
  .contents__wrapper p {
    font-size: 14px;
  }
}
.contents__wrapper p.txt-read {
  font-weight: 700;
  font-size: 22px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  .contents__wrapper p.txt-read {
    font-size: 17px;
    text-align: left;
  }
  .contents__wrapper p.txt-read br {
    display: none;
  }
}
.contents__wrapper p.txt-read + p {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  .contents__wrapper p.txt-read + p {
    margin-top: 15px;
  }
}
.contents__wrapper .left__banner {
  width: 100px;
  /* 必要に応じて調整してください */
  height: 100%;
  /* 必要に応じて調整してください */
  position: absolute;
  top: 0;
  left: 0;
}
@media screen and (max-width: 640px) {
  .contents__wrapper .left__banner {
    width: 20px;
  }
}
.contents__wrapper .left__banner > div {
  /* .scene1, .scene2, .scene3 に共通のスタイル */
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  opacity: 0;
  filter: blur(5px);
  /* 初期ブラー */
  transition: opacity 1s ease-in-out, filter 1s ease-in-out;
  /* 切り替え時間とイージング */
  z-index: 1;
  /* 非表示時のz-index。JavaScriptで動的に変更されます。 */
}
.contents__wrapper .left__banner > .scene1 {
  background-image: url("../images/scene1.jpg");
  /* 1枚目の画像のパス */
  opacity: 1;
  /* 最初のシーンは最初から表示 */
  filter: blur(0px);
  /* 最初のシーンはブラーなし */
  /* z-index はJavaScriptで管理するため、ここでは特定の値を指定しません。 */
  /* 初期表示のため、DOMContentLoaded後にJavaScriptで `z-index: 2` が適用されます。 */
}
.contents__wrapper .left__banner > .scene2 {
  background-image: url("../images/scene2.jpg");
  /* 2枚目の画像のパス */
}
.contents__wrapper .left__banner > .scene3 {
  background-image: url("../images/scene3.jpg");
  /* 3枚目の画像のパス */
}
.contents__wrapper .left__banner > .active {
  /* JavaScriptで追加されるクラス */
  opacity: 1;
  filter: blur(0px);
  /* z-index はJavaScriptで動的に設定されるため、ここでの指定は不要です。 */
}

.ff-sans, .home-slider-item-innerlist li {
  font-family: "Shippori Mincho";
  font-weight: 400;
}

.home-slider.mt {
  margin-top: 70px;
}
.home-slider-container {
  position: relative;
  margin-top: 15px;
}
.home-slider-item {
  margin-top: 0;
  height: 100%;
}
.home-slider-item-inner {
  display: block;
  height: 100%;
  background: #fff;
  margin: 0 5px;
  border-radius: 10px;
  overflow: hidden;
  box-sizing: border-box;
}
@media screen and (min-width: 640px) {
  .home-slider-item-inner {
    margin: 0 15px;
  }
}
.home-slider-item-heading, .home-slider-item-textbox {
  padding: 8px 25px;
}
.home-slider-item-heading {
  background: #dacab6;
}
.home-slider-item-heading .text {
  font-size: 1.6rem;
}
.home-slider-item-innerlist li {
  font-size: 1.6rem;
  line-height: 1.9;
  color: #684130;
}
.home-slider-item-innerlist li:nth-of-type(n + 2) {
  margin-top: 0;
}
.home-slider-button {
  position: absolute;
  width: 40px;
  height: 40px;
  bottom: 6%;
  background: none;
  border: 0;
  z-index: 1;
}
@media screen and (min-width: 640px) {
  .home-slider-button {
    bottom: 6%;
    width: 40px;
    height: 40px;
  }
}
.home-slider-button::after {
  content: none;
}
.home-slider-button img {
  width: 100%;
  filter: drop-shadow(0 4px 1px rgba(0, 0, 0, 0.1));
}
.home-slider-button.home-slider-button-prev {
  left: 20px;
}
.home-slider-button.home-slider-button-next {
  right: 20px;
}
.home-slider .slick-track {
  display: flex;
}
.home-slider .slick-slide {
  height: auto !important;
}
.home-slider .slick-slide > div {
  height: 100%;
}
.home-slider .slick-list {
  overflow: visible !important;
}
.home-slider .slick-dots {
  position: static;
  margin-top: 15px;
}
.home-slider .slick-dots li {
  width: 12px;
  height: 12px;
  margin: 0 7.5px;
}
.home-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
}
.home-slider .slick-dots li button:focus-visible {
  outline: 2px solid #000;
}
.home-slider .slick-dots li button::before {
  content: "";
  background: #ddd;
  border-radius: 50%;
  font-size: 0;
  color: transparent !important;
  opacity: 1 !important;
  width: 100%;
  height: 100%;
  font-size: 12px;
  line-height: 12px;
}
.home-slider .slick-dots li.slick-active button::before {
  background: #414cb9;
  opacity: 1 !important;
}
.home-slider-heading {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #684130;
}
.home-slider-1 .slick-slider {
  width: calc(100% + 10px);
  margin-left: -5px;
}
@media screen and (min-width: 640px) {
  .home-slider-1 .slick-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.home-slider-1 .slick-list {
  padding-right: 10%;
}
@media screen and (min-width: 640px) {
  .home-slider-1 .slick-list {
    padding-right: 45%;
  }
}
@media screen and (min-width: 980px) {
  .home-slider-1 .slick-list {
    padding-right: 0;
  }
}
.home-slider-2 .slick-slider {
  width: calc(100% + 10px);
  margin-left: -5px;
}
@media screen and (min-width: 640px) {
  .home-slider-2 .slick-slider {
    width: calc(100% + 30px);
    margin-left: -15px;
  }
}
.home-slider-2 .slick-list {
  padding-right: 30%;
}
@media screen and (min-width: 640px) {
  .home-slider-2 .slick-list {
    padding-right: 55%;
  }
}
@media screen and (min-width: 980px) {
  .home-slider-2 .slick-list {
    padding-right: 0;
  }
}
.home-slider-3 .slick-list {
  padding-right: 10%;
}
@media screen and (min-width: 640px) {
  .home-slider-3 .slick-list {
    padding-right: 45%;
  }
}
@media screen and (min-width: 980px) {
  .home-slider-3 .slick-list {
    padding-right: 24%;
  }
}
.home-voice-item-inner {
  background: #f5f3f0;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 30px 20px;
}
@media screen and (min-width: 640px) {
  .home-voice-item-inner {
    padding: 30px 40px;
  }
}
.home-voice-item-inner p {
  line-height: 1.6;
}
.home-voice-item-heading {
  text-align: left;
  font-size: 14px;
  line-height: 1.6;
  margin-top: 20px;
  color: #a3713a;
  font-family: "Noto Sans JP", sans-serif;
  margin-bottom: 5px;
}
.home-voice-item-condition {
  font-size: 14px;
  line-height: 1.6;
  color: #a3713a;
}
@media screen and (min-width: 640px) {
  .home-voice-item-condition {
    font-size: 14px;
  }
}
.home-blog-item-inner {
  background: transparent;
  border-radius: 0;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
.home-blog-item-thumb {
  overflow: hidden;
  aspect-ratio: 1/0.6;
  display: flex;
  align-items: center;
}
.home-blog-item-thumb img {
  width: 100%;
  height: auto !important;
}
.home-blog-item-header {
  display: flex;
  color: #a3713a;
  font-size: 16px;
  font-family: "Noto Sans JP", sans-serif;
  margin-top: 6px;
  align-items: center;
}
.home-blog-item-time {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.home-blog-item-time::after {
  content: "|";
  margin: 0 0.6em;
}
.home-blog-item-cat {
  color: inherit;
  font-size: inherit;
  font-family: inherit;
}
.home-blog-item-title {
  text-align: left;
  font-size: 1.6rem;
  line-height: 1.9;
  color: #684130;
  font-family: "Shippori Mincho", sans-serif;
  font-weight: 400;
}/*# sourceMappingURL=main.css.map */