@charset "UTF-8";
html,
body,
h1, h2, h3, h4, h5, h6,
hr, div, p, pre,
address, blockquote,
ul, ol, dl, dt, dd,
form, fieldset {
  display: block;
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

address, em {
  font-style: normal;
}

ol, ul {
  list-style-type: none;
}

img {
  border: none;
  vertical-align: bottom;
}

input,
select,
textarea,
button {
  font-size: inherit;
  line-height: inherit;
}

button {
  cursor: pointer;
}

table,
thead,
tbody,
tfoot,
tr,
th,
td,
caption,
col,
colgroup {
  text-align: inherit;
  line-height: inherit;
  font-size: 100%;
}

table {
  display: table;
}

thead {
  display: table-header-group;
}

tbody {
  display: table-row-group;
}

tfoot {
  display: table-footer-group;
}

tr {
  display: table-row;
}

th, td {
  display: table-cell;
}

caption {
  display: table-caption;
}

col {
  display: table-column;
}

colgroup {
  display: table-column-group;
}

.clearfix {
  display: inline-block;
}
.clearfix::after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
* html .clearfix {
  height: 1%;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .clearfix {
    display: block;
  }
}

article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

audio, canvas, progress, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

template, [hidden] {
  display: none;
}

*, ::before, ::after {
  background-repeat: no-repeat;
  box-sizing: inherit;
}

::before, ::after {
  text-decoration: inherit;
  vertical-align: inherit;
}

html {
  box-sizing: border-box;
  cursor: default;
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-size: 62.5%;
}

body {
  margin: 0;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

hr {
  height: 0;
  overflow: visible;
}

nav ol, nav ul {
  list-style: none;
}

abbr[title] {
  border-bottom: 1px dotted;
  text-decoration: none;
}

b, strong {
  font-weight: bolder;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

progress {
  vertical-align: baseline;
}

small {
  font-size: 83.3333%;
}

sub, sup {
  font-size: 83.3333%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

::selection,
::-moz-selection {
  background-color: #b3d4fc;
  color: #000;
  text-shadow: none;
}

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

img {
  border-style: none;
}

svg {
  fill: currentColor;
}
svg:not(:root) {
  overflow: hidden;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

:hover {
  outline-width: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
select,
textarea {
  background-color: transparent;
  border-style: none;
  color: inherit;
  font-size: 1em;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

textarea {
  overflow: auto;
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  padding: 0;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

::-webkit-search-cancel-button,
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

[aria-busy=true] {
  cursor: progress;
}

[aria-controls] {
  cursor: pointer;
}

[aria-disabled] {
  cursor: default;
}

a,
area,
button,
input,
label,
select,
textarea,
[tabindex] {
  touch-action: manipulation;
}

[hidden][aria-hidden=false] {
  clip: rect(0, 0, 0, 0);
  display: inherit;
  position: absolute;
}
[hidden][aria-hidden=false]:focus {
  clip: auto;
}

ul li, ol li {
  list-style: none;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

.scroll-hint.is-right-scrollable {
  background: linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint.is-right-scrollable.is-left-scrollable {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent), linear-gradient(270deg, rgba(0, 0, 0, 0.15) 0, transparent 16px, transparent);
}
.scroll-hint-icon {
  position: absolute;
  top: calc(50% - 25px);
  left: calc(50% - 60px);
  box-sizing: border-box;
  width: 90pt;
  height: 5pc;
  border-radius: 5px;
  transition: opacity 0.3s;
  opacity: 0;
  background: rgba(0, 0, 0, 0.7);
  text-align: center;
  padding: 20px 10px 10px;
}
.scroll-hint-icon::before {
  display: inline-block;
  width: 40px;
  height: 40px;
  color: #fff;
  vertical-align: middle;
  text-align: center;
  content: "";
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon::after {
  content: "";
  width: 34px;
  height: 14px;
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  margin-left: -20px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;base64,...");
  opacity: 0;
  transition-delay: 2.4s;
}
.scroll-hint-icon-white {
  background-color: #fff;
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.4);
}
.scroll-hint-icon-white::before {
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon-white::after {
  background-image: url("data:image/svg+xml;base64,...");
}
.scroll-hint-icon-white .scroll-hint-text {
  color: #000;
}
.scroll-hint-icon-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-height: 100%;
  pointer-events: none;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon {
  opacity: 0.8;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon::after {
  opacity: 1;
}
.scroll-hint-icon-wrap.is-active .scroll-hint-icon::before {
  animation: a 1.2s linear;
  animation-iteration-count: 2;
}
.scroll-hint-text {
  font-size: 10px;
  color: #fff;
  margin-top: 5px;
}

/* メディアクエリ
====================================*/
/* 共通動作
====================================*/
/* ホバーエフェクト
---------------------------*/
/* 画像100%表示
---------------------------*/
/* スクロールバー非表示
---------------------------*/
/* スタイルの計算
====================================*/
/* font
====================================*/
/* flg
====================================*/
/* base
====================================*/
/* wrap
---------------------------*/
/* img,a,button
---------------------------*/
/* MF用の設定
====================================*/
/* CSSカルーセル
------------------------------*/
/* slider */
@keyframes carouselSlider {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
/* fade */
@keyframes carouselFade {
  0% {
    opacity: 0;
  }
  7.5% {
    opacity: 1;
  }
  25% {
    opacity: 1;
  }
  32.5% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
/* モジュール
====================================*/
/* ナビゲーション
====================================*/
/* toggle-menu
---------------------------*/
/* g-nav
---------------------------*/
/* 追随パーツ
====================================*/
/* 下部追随バナー
---------------------------*/
/* マップ
====================================*/
/*  テーブル
====================================*/
/* ---------------------
  - ホバーアニメーション
  - スクロール表示アニメーション
  - ループアニメーション
  - ハンバーガーメニューのデザイン変更
--------------------- */
/******************************
    ホバーアニメーション
******************************/
@keyframes baBouncy {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.95, 0.95) translate(0%, 5%);
  }
  30% {
    transform: scale(1.25, 0.85) translate(0%, 10%);
  }
  50% {
    transform: scale(0.85, 1.25) translate(0%, -10%);
  }
  70% {
    transform: scale(1.05, 0.95) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes ba-spread-open {
  100% {
    outline-color: transparent;
    outline-offset: 12px;
  }
}
@keyframes rotateRight {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotateLeft {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}
/******************************
スクロール表示アニメーション
******************************/
@keyframes imgSway {
  0% {
    transform: scale(1, 1) translate(0%, 0%);
  }
  15% {
    transform: scale(0.9, 0.9) translate(0%, 5%);
  }
  30% {
    transform: scale(1.3, 0.8) translate(0%, 10%);
  }
  50% {
    transform: scale(0.8, 1.3) translate(0%, -10%);
  }
  70% {
    transform: scale(1.1, 0.9) translate(0%, 5%);
  }
  100% {
    transform: scale(1, 1) translate(0%, 0%);
  }
}
@keyframes imgturn {
  0% {
    rotate: 0deg;
  }
  100% {
    rotate: 360deg;
  }
}
@keyframes imgturnscale {
  0% {
    scale: 1;
  }
  100% {
    scale: 1.2;
  }
}
@keyframes imgblink {
  0% {
    rotate: 0;
  }
  55% {
    rotate: 180deg;
  }
  100% {
    rotate: 180deg;
  }
}
@keyframes imgBlock {
  0% {
    top: 0;
  }
  100% {
    top: -100%;
  }
}
@keyframes imgCircle {
  0% {
    clip-path: circle(100% at 50% 50%);
  }
  100% {
    clip-path: circle(0 at 50% 50%);
  }
}
@keyframes imgFadeGradation {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(100%);
    opacity: 0;
  }
}
@keyframes imgDiagonalGradation {
  0% {
    transform: translate(0%, 0%) rotate(0deg);
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  100% {
    transform: translate(150%, -150%) rotate(0deg);
    opacity: 0;
  }
}
@keyframes strong-zoom {
  0% {
    transform: scale(1.2);
    opacity: 0;
  }
  100% {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes strong-wave {
  0% {
    opacity: 0.5;
    transform: translateZ(0) scale(1);
  }
  to {
    opacity: 0;
    transform: translateZ(0) scale(1.4);
  }
}
/******************************
ループアニメーション
******************************/
@keyframes appear-leaf-fall {
  to {
    top: 120%;
  }
}
@keyframes appear-leaf-swing01 {
  from {
    transform: translateX(0px) rotate(0deg);
  }
  to {
    transform: translateX(200px) rotate(-45deg);
  }
}
@keyframes appear-leaf-swing02 {
  from {
    transform: translateX(200px) rotate(-45deg);
  }
  to {
    transform: translateX(0px) rotate(0deg);
  }
}
@keyframes appear-bubble {
  0% {
    bottom: 0;
    transform: translateX(0);
  }
  50% {
    transform: translateX(100px);
  }
  100% {
    bottom: 100%;
  }
}
@keyframes appear-bird-moving {
  0% {
    top: 37%;
    left: -2%;
  }
  25% {
    top: 41%;
    left: 23%;
  }
  100% {
    top: 37%;
    left: 101%;
  }
}
@keyframes appear-bird-wingLeft {
  0% {
    transform: rotate(-30deg);
  }
  2% {
    transform: rotate(-110deg);
  }
  4% {
    transform: rotate(-30deg);
  }
  6% {
    transform: rotate(-110deg);
  }
  8% {
    transform: rotate(-30deg);
  }
  10% {
    transform: rotate(-110deg);
  }
  12% {
    transform: rotate(-30deg);
  }
  30% {
    transform: rotate(-30deg);
  }
  42% {
    transform: rotate(-35deg);
  }
  72% {
    transform: rotate(-35deg);
  }
  74% {
    transform: rotate(10deg);
  }
  76% {
    transform: rotate(-30deg);
  }
  78% {
    transform: rotate(-110deg);
  }
  80% {
    transform: rotate(-30deg);
  }
  82% {
    transform: rotate(-110deg);
  }
  84% {
    transform: rotate(-30deg);
  }
  86% {
    transform: rotate(-110deg);
  }
  88% {
    transform: rotate(-30deg);
  }
  90% {
    transform: rotate(-110deg);
  }
  92% {
    transform: rotate(-30deg);
  }
  94% {
    transform: rotate(-110deg);
  }
  96% {
    transform: rotate(-30deg);
  }
  98% {
    transform: rotate(-110deg);
  }
  100% {
    transform: rotate(-30deg);
  }
}
@keyframes appear-bird-wingRight {
  0% {
    transform: rotate(30deg);
  }
  2% {
    transform: rotate(110deg);
  }
  4% {
    transform: rotate(30deg);
  }
  6% {
    transform: rotate(110deg);
  }
  8% {
    transform: rotate(30deg);
  }
  10% {
    transform: rotate(110deg);
  }
  12% {
    transform: rotate(30deg);
  }
  30% {
    transform: rotate(30deg);
  }
  42% {
    transform: rotate(35deg);
  }
  72% {
    transform: rotate(35deg);
  }
  74% {
    transform: rotate(0deg);
  }
  76% {
    transform: rotate(30deg);
  }
  78% {
    transform: rotate(110deg);
  }
  80% {
    transform: rotate(30deg);
  }
  82% {
    transform: rotate(110deg);
  }
  84% {
    transform: rotate(30deg);
  }
  86% {
    transform: rotate(110deg);
  }
  88% {
    transform: rotate(30deg);
  }
  90% {
    transform: rotate(110deg);
  }
  92% {
    transform: rotate(30deg);
  }
  94% {
    transform: rotate(110deg);
  }
  96% {
    transform: rotate(30deg);
  }
  98% {
    transform: rotate(110deg);
  }
  100% {
    transform: rotate(30deg);
  }
}
.outer-shadow {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: -0.7rem 0.2rem 0.5rem rgba(34, 100, 158, 0.1), 0.7rem 0.2rem 0.5rem rgba(34, 100, 158, 0.1), 0 0.5rem 0.5rem rgba(34, 100, 158, 0.1), inset 0 -0.1rem 0.2rem rgba(34, 100, 158, 0.2), inset 0 0.1rem 0.1rem rgba(255, 255, 255, 0.1), 0 -0.3rem 0.3rem rgba(255, 255, 255, 0.1);
  animation: 3s drop-wave ease-out infinite;
  transform: scale(0);
}

.inner-shadow {
  height: 90%;
  width: 96%;
  border-radius: 50%;
  box-shadow: 0 0.1rem 0.15rem rgba(255, 255, 255, 0.3), inset 0 -0.1rem 0.15rem rgba(255, 255, 255, 0.3), inset 0 0.5rem 0.5rem rgba(34, 100, 158, 0.2), inset 0.2rem 0 0.3rem rgba(34, 100, 158, 0.1), inset -0.2rem 0 0.3rem rgba(34, 100, 158, 0.1), 0 -0.1rem 0.1rem rgba(34, 100, 158, 0.2);
}

@keyframes drop-wave {
  40% {
    transform: scale(0);
    opacity: 1;
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@keyframes drop-fall {
  90% {
    transform: scale(0.7, 1);
    opacity: 1;
  }
  100% {
    transform: translateY(0rem) scale(0.7, 0.3);
    opacity: 0.7;
  }
}
@keyframes bound-animation {
  0%, 100% {
    top: 0;
    transform: scale(1);
  }
  30% {
    top: -60%;
    transform: scale(0.96, 1.04);
  }
  60% {
    transform: scale(1);
  }
  90% {
    top: 0;
    transform: scale(1.15, 0.9);
  }
}
body {
  min-width: 1280px;
}
@media screen and (max-width:960px) {
  body {
    min-width: 375px;
  }
}

.wrap {
  position: relative;
  overflow: hidden;
  background: #fff;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  color: #2B2B2B;
  letter-spacing: 0em;
  font-feature-settings: normal;
}
@media screen and (max-width:480px) {
  .wrap {
    font-size: 1.6rem;
    line-height: 1.5;
  }
}

pre {
  white-space: inherit;
}

input,
textarea {
  font-family: inherit;
}

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

a {
  text-decoration: none;
  font-weight: inherit;
  color: inherit;
}
a:hover {
  text-decoration: underline;
}
a:hover img:not(.not) {
  opacity: 0.7;
}
a.anchor-for-call, a.anchor-for-call:hover {
  font-weight: inherit;
  text-decoration: inherit;
  color: inherit;
}

img,
a,
button {
  transition-property: background, color, transform, opacity;
  transition-duration: 0.3s;
}

input,
textarea,
button,
select {
  outline: none;
}

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

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

.openbox__trigger, .openbox__sub-trigger, .openbox__trigger--hover {
  cursor: pointer;
  height: 100%;
}
.openbox__target {
  overflow: hidden;
  height: 0;
  transition: height 0.4s;
  cursor: auto;
}

.map,
.video,
.calendar {
  position: relative;
  width: 100%;
  height: 300px;
}
@media screen and (max-width:768px) {
  .map,
  .video,
  .calendar {
    height: 250px;
  }
}
.map iframe,
.video iframe,
.calendar iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video {
  height: auto;
  padding-top: 56.25%;
}

.object-fit-img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.square {
  overflow: hidden;
  position: relative;
}
.square:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.square__inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
}
.square__img {
  position: absolute;
  top: 50%;
  left: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  padding: 0;
  transform: translate(-50%, -50%);
}

.toggle-menu__checkbox {
  display: none;
}
.toggle-menu__button {
  position: absolute;
  z-index: 999;
  pointer-events: none;
  display: flex;
  justify-content: flex-end;
  width: 100%;
  max-width: 480px;
  padding: 10px 10px;
  top: 0;
}
.toggle-menu__button.-fixed {
  position: fixed;
}
.toggle-menu__button-inner {
  display: block;
  height: 46px;
  width: 46px;
  background: #EFAC16;
  border: none;
  border-radius: 0px;
  position: relative;
  cursor: pointer;
  pointer-events: all;
}
.toggle-menu__button.-cross .toggle-menu__button-inner::before, .toggle-menu__button.-cross .toggle-menu__button-inner::after,
.toggle-menu__button.-cross .toggle-menu__button-inner span {
  content: "";
  transition: 0.3s;
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  width: 25px;
  margin: -1px auto 0;
  background: #fff;
}
.toggle-menu__button.-cross .toggle-menu__button-inner::before {
  top: 16px;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner::before {
  top: 50%;
  transform: rotate(45deg);
}
.toggle-menu__button.-cross .toggle-menu__button-inner::after {
  bottom: 15px;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner::after {
  top: 50%;
  transform: rotate(-45deg);
}
.toggle-menu__button.-cross .toggle-menu__button-inner span {
  top: 50%;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-cross .toggle-menu__button-inner span {
  display: none;
}
.toggle-menu__button.-text .toggle-menu__button-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1rem;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-text .toggle-menu__button-inner {
  font-size: 0rem;
}
.toggle-menu__button.-text .toggle-menu__button-inner::after {
  font-size: 1rem;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__button.-text .toggle-menu__button-inner::after {
  content: "CLOSE";
}
.toggle-menu__nav {
  background: #fff;
  position: fixed;
  top: 0;
  z-index: 888;
  height: 100%;
  width: 300px;
  padding: 20px 15px;
  transition: transform 0.5s, opacity 0.5s;
  overflow-y: scroll;
  scrollbar-width: none;
  padding-top: 60px;
}
.toggle-menu.-left .toggle-menu__nav {
  opacity: 0;
  pointer-events: none;
}
.toggle-menu.-left .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  opacity: 1;
  pointer-events: all;
}
.toggle-menu.-down .toggle-menu__nav {
  width: 100%;
  transform: translateY(-100%);
  transition: transform 1s;
  max-width: 480px;
}
.toggle-menu.-down .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  transform: translateY(0);
}
.toggle-menu.-cover .toggle-menu__nav {
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  pointer-events: none;
  max-width: 480px;
}
.toggle-menu.-cover .toggle-menu__checkbox:checked ~ .toggle-menu__nav {
  opacity: 1;
  pointer-events: all;
}
.toggle-menu__nav::-webkit-scrollbar {
  display: none;
}
.toggle-menu__nav-item {
  width: 100%;
  max-width: 420px;
  margin: 0 auto 40px;
}
.toggle-menu__overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 777;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.3s;
}
.toggle-menu__checkbox:checked ~ .toggle-menu__overlay {
  opacity: 1;
  pointer-events: all;
}
.toggle-menu .contentslist {
  display: block;
  padding: 0;
  font-size: 1.4rem;
}
.toggle-menu .contentslist > li {
  margin: 0 0 20px;
}
.toggle-menu .banner {
  text-align: center;
}
.toggle-menu .banner li {
  margin-bottom: 10px;
}

.sp-btns {
  display: flex;
  width: 414px;
  justify-content: flex-end;
  gap: 10px;
  top: 10px;
  position: absolute;
  z-index: 999;
  pointer-events: none;
}
@media screen and (max-width:480px) {
  .sp-btns {
    width: calc(100% - 66px);
  }
}
.sp-btns.-fixed {
  position: fixed;
}
.sp-btns__item {
  width: 46px;
  height: 46px;
  pointer-events: all;
}
.sp-btns__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  border-radius: 0px;
  text-decoration: none;
}
.sp-btns__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sp-btns__item.-shop .sp-btns__link {
  background: #EE3D1C;
}

/***************************************
    スマホナビの項目表示アニメーション
****************************************/
.toggle-menu .g-nav__list-item {
  overflow: hidden;
}
.toggle-menu .g-nav__link {
  display: block;
  text-align: center;
  opacity: 0;
  transition: transform 0.6s ease, opacity 0.2s ease;
  transform: translateX(-120%);
}
.toggle-menu.-open {
  opacity: 1;
}
.toggle-menu.-open .g-nav__link {
  transform: translateX(0);
}

/* pc-view（MF用）
====================================*/
.pc-view {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  overflow-y: scroll;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.pc-view::-webkit-scrollbar {
  display: none;
}
@media screen and (max-width:480px) {
  .pc-view {
    display: none;
  }
}
.pc-view__left {
  padding: 31px 0 50px 23px;
}
@media screen and (max-width: 1300px) {
  .pc-view__left {
    padding: 25px 0 0 15px;
  }
}
@media screen and (max-width:960px) {
  .pc-view__left {
    display: none;
  }
}
.pc-view__logo {
  margin-bottom: 40px;
}
@media screen and (max-width:960px) {
  .pc-view__logo {
    display: none;
  }
}
.pc-view__btn {
  width: 220px;
  height: 54px;
  margin-bottom: 16px;
  margin-left: 42px;
}
.toggle-menu .pc-view__btn {
  margin: 0 auto -20px;
}
.pc-view__nav {
  padding: 0;
  padding-left: 42px;
}
@media screen and (max-width:960px) {
  .pc-view__nav {
    display: none;
  }
}
.pc-view__bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.firstAccess .pc-view__bg {
  opacity: 0;
  animation: showFade 2s 0.5s forwards;
}
.pc-view__qrcode {
  width: 120px;
  position: fixed;
  top: 42px;
  right: 49px;
}
@media screen and (max-width:960px) {
  .pc-view__qrcode {
    display: none;
  }
}

.pc-view-qrcode__text {
  margin-bottom: 8px;
  padding-bottom: 12px;
  position: relative;
  font-size: 1.2rem;
  letter-spacing: 0.05em;
  text-align: center;
  line-height: 1.4;
}
.pc-view-qrcode__text::after {
  display: block;
  content: "";
  line-height: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-width: 0.65em 0.4em;
  border-top-color: currentColor;
  border-bottom: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.pc-bg-slider {
  display: flex;
  align-items: center;
  max-width: 1920px;
  height: 100%;
  margin: auto;
  overflow: hidden;
  opacity: 0.2;
}
.pc-bg-slider__box {
  display: flex;
  flex-shrink: 0;
  width: 1920px;
  animation: carouselSlider 80s linear infinite;
}
.pc-bg-slider__item {
  margin: 0 20px;
}

.pc-bg-fade {
  height: 100%;
  opacity: 0.2;
}
.pc-bg-fade__item {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
  animation: carouselFade 20s ease infinite;
}
.pc-bg-fade__item:nth-child(1) {
  animation-delay: 0s;
}
.pc-bg-fade__item:nth-child(2) {
  animation-delay: 5s;
}
.pc-bg-fade__item:nth-child(3) {
  animation-delay: 10s;
}
.pc-bg-fade__item:nth-child(4) {
  animation-delay: 15s;
}
.pc-bg-fade__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
}

.pc-bg-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.pc-bg-image__img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100% !important;
  height: 100% !important;
  font-family: "object-fit: cover;";
  -o-object-position: left;
     object-position: left;
}

.mf-container {
  width: 100%;
  max-width: 480px;
  margin: auto;
  background: #fff;
  position: relative;
  z-index: 10;
  overflow: hidden;
  box-shadow: 0 0 14px -5px #333;
}

/* header
====================================*/
.header {
  background: #fff;
  position: relative;
  z-index: 99;
}
.header__sp {
  display: none;
}
@media screen and (max-width:960px) {
  .header__sp {
    display: block;
    width: 100%;
    padding: 11px 15px 4px;
  }
}
.header__logo {
  position: relative;
  z-index: 9999;
  padding: 10px;
}
.header__logo img {
  width: 195px;
}
.header__logo-link {
  display: block;
  text-decoration: none;
}
.header__logo-link:hover {
  text-decoration: none;
}
.header__nav {
  position: relative;
  height: 100px;
}
@media screen and (max-width:960px) {
  .header__nav {
    display: none;
  }
}
.header__nav {
  position: relative;
  height: 100px;
}
@media screen and (max-width:960px) {
  .header__nav {
    display: none;
  }
}
.header__nav-inner {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%;
  height: 100px;
  background: #fff;
  border-bottom: 2px solid #EFAC16;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 25px;
}

/* navigation
====================================*/
.g-nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.toggle-menu .g-nav {
  width: 100%;
}
.g-nav__logo {
  flex: 0 0 auto;
  height: 100%;
}
.g-nav__logoLink {
  display: flex;
  align-items: center;
  height: 100%;
  font-family: "Hepta Slab", serif;
  font-size: 2rem;
  text-decoration: none;
}
.g-nav__logoLink:hover {
  text-decoration: none;
  opacity: 0.7;
}
.toggle-menu .g-nav__list {
  width: 100%;
}
.toggle-menu .g-nav__list-item {
  width: 100%;
}
.g-nav__link {
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 14px 0;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  transition: color 0.3s;
}
.g-nav__link:hover, .g-nav__link.-current, .openbox.-open .g-nav__link {
  text-decoration: none;
  color: #BC0000;
}

.accordion {
  height: 100%;
}

.accordion-list__link {
  display: block;
  background: #fff;
  border-bottom: 1px solid #fff;
  padding: 13px 10px 11px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.accordion-list__link:hover {
  background: #eeedeb;
  text-decoration: none;
}

.accordion-wide {
  height: 100%;
}
.accordion-wide__wrap {
  position: absolute;
  z-index: 1;
  top: 100%;
  left: 0;
  width: 100%;
}
.toggle-menu .accordion-wide__wrap {
  position: relative;
}
.accordion-wide__list {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  background: #fff;
  border-top: 1px solid #eeedeb;
}
.toggle-menu .accordion-wide__list {
  flex-direction: column;
}
.accordion-wide__link {
  display: block;
  background: #fff;
  padding: 16px 20px 14px;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: center;
  line-height: 1.2;
}
.accordion-wide__link.-current, .accordion-wide__link:hover {
  background: #eeedeb;
  text-decoration: none;
}
.accordion-wide__link.-nolink:hover {
  background: #fff;
}

/* main
====================================*/
.mainimg {
  display: block;
  height: 100%;
  background: none;
  position: relative;
}
-index .mainimg {
  display: block;
}
.mainimg__image-sp {
  display: none;
}
@media screen and (max-width:960px) {
  .mainimg__image-sp {
    display: block;
  }
}
.mainimg__image-sp img {
  width: 100%;
}
.mainimg__text {
  position: absolute;
  bottom: 100px;
  left: 30px;
  font-family: "Hepta Slab", serif;
  font-size: 5.8rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0.05em;
  color: #fff;
  z-index: 2;
}
@media screen and (max-width:768px) {
  .mainimg__text {
    left: 15px;
    font-size: 3rem;
  }
}

.main {
  width: 100%;
  display: block;
}

.module {
  width: 100%;
  margin: 0 auto 50px;
  max-width: 450px;
  padding: 0 15px;
}
.module strong {
  font-weight: 700;
}
.module a:not([class]) {
  font-weight: 700;
  text-decoration: underline;
}
.module a:not([class]):hover {
  text-decoration: none;
}

/* table
====================================*/
.table {
  width: 100%;
  table-layout: fixed;
}
@media screen and (max-width:960px) {
  .table {
    table-layout: auto;
  }
}
.table__head, .table__item {
  height: auto;
  padding: 8px 13px 9px;
  border: 1px solid #D8CEA3;
  background: #fff;
  font-size: inherit;
  letter-spacing: 0.05em;
  text-align: left;
  vertical-align: top;
}
.table__head {
  background: #F00;
  font-size: inherit;
  font-weight: 400;
  vertical-align: top;
  width: 33.3333333333%;
}

@media screen and (max-width:960px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #f1f1f1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #bcbcbc;
  }
  .responsive-table table.table {
    min-width: 420px;
  }
}
.scroll.scroll-hint:not(.is-scrollable) {
  position: static !important;
}

/* content
====================================*/
.content {
  width: 100%;
}

.sideBanner {
  position: fixed;
  z-index: 30;
  bottom: 100px;
  right: 0;
  width: 310px;
  height: 120px;
  transform: translateX(100%);
  transition: transform 0.3s, opacity 0.3s;
}
.sideBanner__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background-color: #bbb;
  text-align: center;
  text-decoration: none;
}
.sideBanner__link:hover {
  text-decoration: none;
  opacity: 0.7;
}
.sideBanner.-on {
  transform: translateX(0);
}
.sideBanner.-on.-stop {
  transform: translateX(100%);
}
@media screen and (max-width:960px) {
  .sideBanner {
    display: none;
  }
}

.btmBanner {
  height: 70px;
}
@media screen and (max-width:960px) {
  .btmBanner {
    display: none;
  }
}
.btmBanner__inner {
  width: 100%;
  height: 70px;
  background: #ddd;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 50;
  transform: translateY(120%);
  transition: transform 0.4s;
}
.btmBanner__inner.-fixed {
  transform: translateY(0);
}

.btmBannerSp {
  height: 60px;
  position: relative;
  z-index: 99;
  width: 480px;
}
.btmBannerSp__inner {
  width: 100%;
  height: 60px;
  position: fixed;
  bottom: 0;
  transform: translateY(120%);
  transition: transform 0.4s;
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 480px;
}
.btmBannerSp__inner.-fixed {
  transform: translateY(0);
}
.btmBannerSp__column {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.btmBannerSp__item {
  width: 100%;
  height: 100%;
}
.btmBannerSp__link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  background: #3EA765;
  border: 3px solid #509B6C;
}
.btmBannerSp__link span {
  background: url(../img/arrow.svg) no-repeat center right;
  padding-right: 35px;
  background-size: 27px;
}
.btmBannerSp__item.-tel .btmBannerSp__link {
  background: #179fa5;
}
.btmBannerSp__item.-mail .btmBannerSp__link {
  background: #cf433c;
}
.btmBannerSp__item.-line .btmBannerSp__link {
  background: #00b900;
}
.btmBannerSp__link:hover {
  text-decoration: none;
}

@keyframes infinity-scroll-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
@keyframes infinity-scroll-right {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
.scroll-infinity__wrap {
  display: flex;
  overflow: hidden;
  margin-top: 10px;
}
.scroll-infinity__list {
  display: flex;
  list-style: none;
  padding: 0;
}
.scroll-infinity__list--left {
  animation: infinity-scroll-left 20s infinite linear 0.5s both;
}
.scroll-infinity__list--right {
  animation: infinity-scroll-right 20s infinite linear 0.5s both;
}
.scroll-infinity__item {
  width: 130px;
  margin-right: 10px;
}
.scroll-infinity__item > img {
  width: 100%;
}

/* footer
====================================*/
.footer {
  background: #FFE845;
  font-size: 1.4rem;
  line-height: 2;
  text-align: center;
  letter-spacing: 0;
  /* ここから type1 前提のスタイル */
  flex-direction: column;
  align-items: center;
  text-align: left;
}
.footer .f-corp {
  font-weight: 700;
  font-size: 1.8rem;
  margin-bottom: 5px;
  display: inline-block;
}
.footer .footer__map {
  order: 1;
  width: 100%;
}
.footer__contents {
  width: 100%;
  max-width: 1030px;
  margin: 0 auto;
  padding: 28px 15px 26px;
}
.footer .footer__contents {
  order: 2;
  width: 100%;
}
.footer__contentsInner {
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.footer__box {
  flex: 0 0 auto;
  margin-top: 30px;
}
@media screen and (max-width:960px) {
  .footer__box {
    margin: 30px auto 0;
  }
}
@media screen and (min-width:961px) {
  .footer .footer__box {
    margin-left: 40px;
  }
}
.footer__nav {
  display: flex;
}
@media screen and (max-width:960px) {
  .footer__nav {
    display: none;
  }
}
.footer__links {
  margin-top: 30px;
}
.footer__txt {
  margin-top: 23px;
  font-size: 1rem;
}

.f-info__logo {
  margin-bottom: 35px;
}
.f-info__logo img {
  width: 190px;
}
.f-info__addTxt {
  line-height: 1.75;
}
.f-info__mailLink {
  text-decoration: underline;
  color: inherit;
}
.f-info__mailLink:hover {
  text-decoration: none;
}
.f-info__note {
  margin-top: 20px;
  font-size: 1rem;
  color: #999;
}
@media screen and (max-width:960px) {
  .f-info__note {
    margin-top: 5px;
  }
}

.f-nav {
  font-size: inherit;
  line-height: 1;
}
.footer .f-nav {
  display: grid;
  grid-template-columns: auto auto auto;
  gap: 15px 30px;
  text-align: left;
}
.f-nav__item {
  border-left: 1px solid #000;
}
.f-nav__link {
  display: block;
  color: inherit;
}
.footer .f-nav__link {
  padding: 0 0 0 0.5em;
}

.f-links__item:not(:last-child) {
  margin-bottom: 30px;
}

.f-sns {
  display: flex;
  gap: 15px;
  width: 100%;
  justify-content: center;
  text-align: center;
}
.f-sns__item {
  width: 40px;
}

.pagetop {
  position: fixed;
  z-index: 1000;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 60px;
  background-color: #2B2B2B;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100px;
  transition: opacity 0.5s, transform 0.3s;
}
.pagetop a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
}
.pagetop a:hover {
  text-decoration: none;
  opacity: 0.7;
}
.pagetop.-on {
  opacity: 1;
}
.pagetop.-stop {
  position: absolute;
}
@media screen and (max-width:960px) {
  .pagetop {
    display: none;
  }
}

/* ページ別
====================================*/
.carousel-test-sub .swiper-slide, .carousel-test-main .swiper-slide {
  font-size: 1.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px 15px;
  background: #99FFFF;
  position: relative;
}
.carousel-test-sub .swiper-slide:after, .carousel-test-main .swiper-slide:after {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none;
}
.carousel-test-sub .swiper-slide:hover:after, .carousel-test-main .swiper-slide:hover:after {
  animation: 0.7s ba-circle forwards;
  border: 3px solid #F00;
}
@keyframes ba-circle {
  0% {
    transform: scale(0);
    opacity: 1;
    border: 3px solid rgba(255, 0, 0, 0.5);
  }
  to {
    opacity: 0;
    border: 3px solid #F00;
    transform: scale(1.5);
  }
}
.carousel-test-sub .swiper-slide.-two, .carousel-test-main .swiper-slide.-two {
  background: #FFCC99;
}
.carousel-test-sub .swiper-slide.-three, .carousel-test-main .swiper-slide.-three {
  background: #CCFF33;
}
.carousel-test-sub .swiper-slide.-four, .carousel-test-main .swiper-slide.-four {
  background: #9999CC;
}
.carousel-test-sub .swiper-slide:hover, .carousel-test-main .swiper-slide:hover {
  cursor: pointer;
}

.main-cta {
  padding: 38px 30px;
}

.c01, .c02, .c03, .c04, .c05, .c06, .c07 {
  margin-bottom: 30px;
}

.c02, .c04, .c06, .c08 {
  padding: 0 20px;
}
.c02__item, .c04__item, .c06__item, .c08__item {
  margin-bottom: 30px;
}

.c03 {
  margin-bottom: 30px;
}

.c08__title {
  margin-bottom: 30px;
}

:root {
  --green: #1fb64a;
  --green-dark: #14943a;
  --red: #e60033;
  --border: #000;
  --focus-blue: #9ad3ff;
}

.form-wrapper {
  margin: 0 auto 50px;
  background: #fff;
  border-radius: 8px;
}
.form-wrapper .form-header {
  font-size: 16px;
  margin: 0 0 20px;
  font-weight: 600;
  color: #000;
  text-align: left;
}
.form-wrapper .form-field {
  margin-bottom: 16px;
}
.form-wrapper .form-field .field-label {
  display: block;
  font-size: 1.3rem;
  margin-bottom: 6px;
  color: #000;
  font-weight: 500;
}
.form-wrapper .form-field .field-label .required-mark {
  color: var(--red);
  font-weight: 700;
  margin-left: 4px;
  font-size: 12px;
}
.form-wrapper .form-field .form-input {
  width: 100%;
  box-sizing: border-box;
  padding: 5px 10px;
  border: 1px solid var(--border);
  border-radius: 6px;
  font-size: 1.3rem;
  outline: none;
  background: #fff;
  transition: border-color 0.2s, box-shadow 0.2s;
}
.form-wrapper .form-field .form-input:focus {
  border-color: var(--focus-blue);
  box-shadow: 0 0 0 3px rgba(0, 136, 255, 0.12);
}
.form-wrapper .form-field .form-input::-moz-placeholder {
  color: #999;
}
.form-wrapper .form-field .form-input::placeholder {
  color: #999;
}
.form-wrapper .checkbox-container {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 10px;
  margin: 20px 0 24px;
  font-size: 1.3rem;
}
.form-wrapper .checkbox-container .checkbox-input {
  margin: 0;
  transform: scale(1.1);
  cursor: pointer;
}
.form-wrapper .checkbox-container .checkbox-label {
  cursor: pointer;
  color: #000;
  line-height: 0.95;
  font-size: 1.5rem;
}
.form-wrapper .submit-button {
  width: 100%;
  background: var(--green);
  color: #fff;
  border: none;
  padding: 16px 20px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: background-color 0.2s;
  position: relative;
}
.form-wrapper .submit-button:hover {
  background: var(--green-dark);
}
.form-wrapper .submit-button::after {
  content: "▶";
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.3rem;
}
.form-wrapper .send-btn {
  width: 350px;
  margin-inline: auto;
  max-width: 100%;
}
.form-wrapper .send-btn .send {
  max-width: 100%;
}

.send-button {
  width: 100%;
  height: 85px; /* ボタンの高さ */
  border: none;
  background-image: url("https://sic-kids-owariasahi.jp/wp-content/themes/template/lp/img/content_08_btn.png");
  background-size: contain;
  background-position: center;
  color: transparent; /* ボタン内の文字を非表示に */
  font-size: 0; /* 念のため */
  cursor: pointer;
  border-radius: 8px; /* 必要に応じて */
  transition: opacity 0.2s;
}
.send-button:hover {
  opacity: 0.8;
}

.error {
  display: block;
  color: #F00;
}

.thanks {
  padding: 40px 15px 50px;
}
.thanks__title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 30px;
}
.thanks__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 30px auto 0;
  width: 250px;
  height: 50px;
  background: #07913A;
  color: #FFF;
  border-radius: 3px;
  transition: opacity 0.3s;
}
.thanks__btn:hover {
  opacity: 0.8;
  text-decoration: none;
}/*# sourceMappingURL=style.css.map */