@charset "UTF-8";
/*
Theme Name: wp-iruka
Author:wp-iruka
Description:wp-iruka
Version: 1.0
License: wp-iruka
Text Domain: wp-iruka
Tested up to: 6.9
Requires PHP: 8.3
License: GPLv2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wp-iruka
*/
/*!
 * ress.css • v1.2.2
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-y: scroll; /* All browsers without overlaying scrollbars */
  -webkit-text-size-adjust: 100%; /* iOS 8+ */
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  padding: 0; /* Reset `padding` and `margin` of all elements */
  margin: 0;
}

/* # =================================================================
   # General elements
   # ================================================================= */
/* Add the correct display in iOS 4-7.*/
audio:not([controls]) {
  display: none;
  height: 0;
}

hr {
  overflow: visible; /* Show the overflow in Edge and IE */
}

/*
* Correct `block` display not defined for any HTML5 element in IE 8/9
* Correct `block` display not defined for `details` or `summary` in IE 10/11
* and Firefox
* Correct `block` display not defined for `main` in IE 11
*/
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block;
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden],
template {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: 1px dotted; /* Add a bordered underline effect in all browsers */
  text-decoration: none; /* Remove text decoration in Firefox 40+ */
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
  -webkit-text-decoration-skip: objects; /* Remove gaps in links underline in iOS 8+ and Safari 8+ */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

b,
strong {
  font-weight: bolder; /* Correct style set to `bold` in Edge 12+, Safari 6.2+, and Chrome 18+ */
}

dfn {
  font-style: italic; /* Address styling not present in Safari and Chrome */
}

/* Address styling not present in IE 8/9 */
mark {
  background-color: #ff0;
  color: #000;
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* # =================================================================
   # Forms
   # ================================================================= */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  border-radius: 0;
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  cursor: pointer;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number] {
  width: auto; /* Firefox 36+ */
}

[type=search] {
  -webkit-appearance: textfield; /* Safari 8+ */
}

[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Safari 8 */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule. */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  color: inherit;
}

/* Style select like a standard input */
select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS and Safari */
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

svg:not(:root) {
  overflow: hidden; /* Internet Explorer 11- */
}

audio,
canvas,
progress,
video {
  display: inline-block; /* Internet Explorer 11+, Windows Phone 8.1+ */
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~=screen] {
    display: inherit;
  }
  [hidden~=screen]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

/* # =================================================================
   # Selection
   # ================================================================= */
/* Specify text selection background color and omit drop shadow */
::-moz-selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

::selection {
  background-color: #b3d4fc; /* Required when declaring ::selection */
  color: #000;
  text-shadow: none;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  color: #3A3A3A;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s, background 0.3s, border 0.3s;
  transition: color 0.3s, background 0.3s, border 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  word-break: break-all;
  line-height: 1.4;
}

img {
  display: inline-block;
  max-width: 100%;
}

.wrap {
  min-height: 800px;
}

.container {
  width: 100%;
  padding: 0 3rem;
  max-width: 152rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .container {
    padding: 0 6rem;
  }
}

.not_found {
  text-align: center;
  margin: 0 0 3rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  line-height: 1.2;
  color: #DDE2EA;
}
.not_found span {
  display: block;
}

.pagelink {
  padding-top: 10rem;
  margin-top: -10rem;
}
@media screen and (min-width: 768px) {
  .pagelink {
    padding-top: 20rem;
    margin-top: -20rem;
  }
}

.row {
  --bs-gutter-x: 1.5rem;
}
@media screen and (min-width: 768px) {
  .row {
    --bs-gutter-x: 3rem;
  }
}

/*========================================
大見出し
========================================*/
/*パターン1*/
.largeHeadline01 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 {
    text-align: left;
    margin-bottom: 4.5rem;
  }
}
.largeHeadline01 .el_sub {
  position: relative;
  display: inline-block;
  color: #2FB7F1;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 0 1.2rem;
  margin: 0 0 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .el_sub {
    font-size: 2rem;
  }
}
.largeHeadline01 .el_sub::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #2FB7F1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.largeHeadline01 .el_main {
  display: block;
  color: #3A3A3A;
  font-weight: bold;
  font-size: 3rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 .el_main {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .largeHeadline01 .el_main {
    font-size: 5.8rem;
  }
}
.largeHeadline01 p {
  margin: 2.4rem 0 0;
  font-weight: bold;
  color: #2D4F6A;
}
@media screen and (min-width: 768px) {
  .largeHeadline01 p {
    font-size: 1.8rem;
    margin: 3.5rem 0 0;
  }
}

/*パターン2*/
.largeHeadline02 {
  margin: 0 0 4rem;
}
@media screen and (min-width: 1200px) {
  .largeHeadline02 {
    margin-top: 4rem;
  }
}
.largeHeadline02 .el_text {
  display: inline-block;
  color: #002F93;
  padding: 0 0 0.4rem;
  margin: 0 0 0.4rem;
  border-bottom: 0.3rem dotted #90C2F1;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 2;
}
@media screen and (min-width: 768px) {
  .largeHeadline02 .el_text {
    font-size: 3.2rem;
  }
}
@media screen and (min-width: 1200px) {
  .largeHeadline02 .el_text {
    font-size: 3.6rem;
  }
}
@media screen and (min-width: 1400px) {
  .largeHeadline02 .el_text {
    font-size: 4.6rem;
  }
}

/*パターン3*/
.largeHeadline03 {
  margin: 0 0 3rem;
  color: #2FB7F1;
  font-weight: bold;
  font-size: 2.4rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .largeHeadline03 {
    margin: 0 0 8rem;
    font-size: 4rem;
  }
}

/*パターン4*/
.largeHeadline04 {
  position: relative;
  margin: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .largeHeadline04 {
    margin: 0 0 4.5rem;
  }
}
.largeHeadline04::before {
  content: "";
  display: block;
  background-color: #2FB7F1;
  width: 4.4rem;
  height: 0.5rem;
  border-radius: 1rem;
  margin: 0 auto 1.5rem;
}
@media screen and (min-width: 768px) {
  .largeHeadline04::before {
    width: 6.4rem;
    height: 0.8rem;
  }
}
.largeHeadline04 .el_text {
  display: block;
  text-align: center;
  color: #333333;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.5;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .largeHeadline04 .el_text {
    font-size: 5.8rem;
  }
}

/*========================================
中見出し
========================================*/
/*パターン1*/
.mediumHeadline01 {
  margin: 0 0 3rem;
  color: #002F93;
  font-weight: bold;
  font-size: 2.1rem;
  text-align: center;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline01 {
    font-size: 3.4rem;
  }
}

/*パターン2*/
.mediumHeadline02 {
  padding: 0.5rem;
  margin: 0 0 2.6rem;
  background-color: #FDE69A;
  text-align: left;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .mediumHeadline02 {
    margin: 0 0 4rem;
  }
}
.mediumHeadline02 .el_text {
  display: block;
  margin: 0;
  padding: 2.1rem 1rem 2.1rem 1.5rem;
  border: 0.3rem dotted #fff;
  border-radius: 1.6rem;
  color: #4C200C;
  font-weight: bold;
  font-size: 1.8rem;
}
@media screen and (min-width: 768px) {
  .mediumHeadline02 .el_text {
    padding: 1.4rem 1.5rem 1.4rem 1.7rem;
    font-size: 2.8rem;
  }
}

/*パターン3*/
.mediumHeadline03 {
  position: relative;
  text-align: center;
  margin: 0 0 3rem;
}
.mediumHeadline03::after {
  content: "";
  display: block;
  border-top: 0.2rem dotted #2FB7F1;
  width: 4.2rem;
  margin: 0.4rem auto 0;
}
@media screen and (min-width: 768px) {
  .mediumHeadline03::after {
    border-top: 0.4rem dotted #2FB7F1;
    width: 6.4rem;
    margin: 1rem auto 0;
  }
}
.mediumHeadline03 .el_text {
  display: block;
  color: #2FB7F1;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline03 .el_text {
    font-size: 2.8rem;
  }
}

/*パターン4*/
.mediumHeadline04 {
  position: relative;
  padding: 0 0 1rem;
  margin: 0 0 3rem;
  border-bottom: 0.1rem solid #dae0e0;
}
.mediumHeadline04::after {
  content: "";
  display: block;
  background-color: #2FB7F1;
  width: 10rem;
  height: 0.1rem;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
}
.mediumHeadline04 .el_text {
  display: block;
  color: #3A3A3A;
  padding: 0;
  margin: 0;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .mediumHeadline04 .el_text {
    font-size: 2.6rem;
  }
}

/*========================================
小見出し
========================================*/
/*パターン1*/
.smallHeadline01 {
  margin: 0 0 4rem;
  color: #002F93;
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .smallHeadline01 {
    font-size: 2.2rem;
  }
}

/*パターン2*/
.smallHeadline02 {
  margin: 0 0 2rem;
  color: #F49800;
  font-weight: bold;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .smallHeadline02 {
    font-size: 2.4rem;
  }
}

/*パターン3*/
.smallHeadline03 {
  position: relative;
  display: inline-block;
  color: #2D4F6A;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.7rem;
  padding: 0 0 0 2.5rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .smallHeadline03 {
    font-size: 2.4rem;
  }
}
.smallHeadline03::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #2FB7F1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

/*本文*/
.text {
  margin: 0 0 3rem;
  font-weight: 500;
}

.text02 {
  margin: 0 0 3rem;
  font-weight: bold;
  color: #2D4F6A;
}
@media screen and (min-width: 768px) {
  .text02 {
    font-size: 1.8rem;
  }
}

.textName {
  text-align: right;
  line-height: 1.5;
  font-weight: bold;
  margin: 0 0 3rem;
}
.textName .el_text01 {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .textName .el_text01 {
    font-size: 2.1rem;
  }
}
.textName .el_text02 {
  font-size: 2.4rem;
}
@media screen and (min-width: 768px) {
  .textName .el_text02 {
    font-size: 2.8rem;
  }
}

.color-blue {
  color: #2FB7F1;
}

.color-orange {
  color: #F49800;
}

.color-green {
  color: #96D570;
}

.color-black {
  color: #333333;
}

/*====================================

  ■共通リスト

=====================================*/
.list01 {
  padding: 3rem 2rem 2rem;
  margin: 0 auto 3rem;
  background-color: #333333;
}
@media screen and (min-width: 768px) {
  .list01 {
    padding: 4rem 4rem 3rem;
    margin: 0 auto 8rem;
  }
}
.list01 li {
  list-style: none;
  padding: 0 0 0.5rem 4rem;
  margin: 0 0 1rem;
  background-image: url(./img/icon_check-brown.svg);
  background-repeat: no-repeat;
  background-position: top left;
  background-size: auto auto;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: 500;
}
@media screen and (min-width: 768px) {
  .list01 li {
    font-size: 1.8rem;
  }
}

.list02 {
  margin: 0 auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .list02 {
    width: calc(100% + 3rem);
    margin: 0 0 3rem -1.5rem;
  }
}
.list02 li {
  list-style: none;
  width: 100%;
  max-width: calc(50% - 3rem);
  padding: 0 0 1rem;
  margin: 0 1.5rem 1.5rem;
  font-weight: 500;
  font-size: 1.3rem;
  border-bottom: 1px solid #DDE2EA;
}
@media screen and (min-width: 768px) {
  .list02 li {
    max-width: calc(33.3333333333% - 3rem);
    font-size: 1.6rem;
  }
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  line-height: 1;
  font-size: 0;
}

.img {
  text-align: center;
  margin: 0 0 3rem;
  line-height: 1;
}

.mainimg {
  text-align: center;
  margin: 0 0 2.4rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .mainimg {
    margin: 0 0 5rem;
  }
}

picture.img {
  display: block;
}

.mapFrame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .mapFrame {
    padding-top: 46rem;
  }
}
.mapFrame iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.videoFrame {
  position: relative;
  overflow: hidden;
  padding-top: 56.25%;
  margin: 0 auto 3rem;
  max-width: 82rem;
}
@media screen and (min-width: 768px) {
  .videoFrame {
    padding-top: 46rem;
  }
}
.videoFrame video,
.videoFrame iframe {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
}

.rounded-1 {
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .rounded-1 {
    border-radius: 3rem;
  }
}

/*========================================
ボタン
========================================*/
.btn01 {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 26rem;
  background-color: #2FB7F1;
  background-image: url(./img/icon_link01_white.svg);
  background-position: center right 2rem;
  background-repeat: no-repeat;
  color: #fff;
  border: 2px solid #2FB7F1;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1.8rem 0 1.8rem 2.4rem;
  margin: 0 0 3rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .btn01 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.7rem;
  }
  .btn01:hover {
    opacity: 1;
    background-color: #fff;
    background-image: url(./img/icon_link01_blue.svg);
    color: #2FB7F1;
  }
}
.btn01 .el_text {
  display: inline-block;
}

.btn02 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 32rem;
  text-align: left;
  background-color: #2FB7F1;
  background-image: url(./img/icon_otherlink01_white.svg);
  background-repeat: no-repeat;
  background-position: center right 1.7rem;
  background-size: 1.7rem auto;
  color: #fff;
  border: 2px solid #2FB7F1;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 0 0 0 2.4rem;
  margin: 0.6rem auto 4rem;
  border-radius: 1.6rem;
  min-height: 7rem;
}
@media screen and (min-width: 768px) {
  .btn02 {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.7rem;
    margin: 0 auto 3rem;
    background-position: center right 2rem;
    background-size: 2.2rem auto;
  }
  .btn02:hover {
    opacity: 1;
    background-color: #fff;
    background-image: url(./img/icon_otherlink01_blue.svg);
    color: #2FB7F1;
  }
}
.btn02 .el_text {
  display: inline-block;
}

.btn03 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 100%;
  max-width: 32rem;
  text-align: left;
  background-color: #2FB7F1;
  background-image: url(./img/icon_scroll_white.svg);
  background-repeat: no-repeat;
  background-position: center right 1rem;
  background-size: 2.2rem auto;
  color: #fff;
  border: 2px solid #2FB7F1;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  text-decoration: none;
  padding: 0 0 0 1.4rem;
  margin: 0 auto 3rem;
  border-radius: 0.5rem;
  min-height: 4rem;
}
@media screen and (min-width: 768px) {
  .btn03 {
    padding: 0 0 0 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 2.1rem;
    min-height: 7.8rem;
    max-width: 100%;
    border-radius: 1.6rem;
    background-position: center right 2rem;
  }
  .btn03:hover {
    opacity: 1;
    background-color: #fff;
    background-image: url(./img/icon_scroll_blue.svg);
    color: #2FB7F1;
  }
}
.btn03 .el_text {
  display: inline-block;
}
.btn03 .el_text span {
  font-size: 75%;
}
.btn03.--spring {
  background-color: #FFA4AF;
  border: 2px solid #FFA4AF;
}
@media screen and (min-width: 768px) {
  .btn03.--spring:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_pink.svg);
    color: #FFA4AF;
  }
}
.btn03.--summer {
  background-color: #7ECEF4;
  border: 2px solid #7ECEF4;
}
@media screen and (min-width: 768px) {
  .btn03.--summer:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_blue.svg);
    color: #7ECEF4;
  }
}
.btn03.--autumn {
  background-color: #F8B551;
  border: 2px solid #F8B551;
}
@media screen and (min-width: 768px) {
  .btn03.--autumn:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_orange.svg);
    color: #F8B551;
  }
}
.btn03.--winter {
  background-color: #BFBFBF;
  border: 2px solid #BFBFBF;
}
@media screen and (min-width: 768px) {
  .btn03.--winter:hover {
    background-color: #fff;
    background-image: url(./img/icon_scroll_gray.svg);
    color: #BFBFBF;
  }
}

.btnTel {
  width: 100%;
  display: inline-block;
  text-align: center;
  color: #3A3A3A;
}
.btnTel .el_sub {
  display: inline-block;
  line-height: 1;
  font-size: 1.5rem;
  font-weight: 600;
  margin: 0 0.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .btnTel .el_sub {
    font-size: 2.1rem;
  }
}
.btnTel .el_main {
  display: inline-block;
  line-height: 1;
  font-size: 3rem;
  font-weight: 600;
}
@media screen and (min-width: 768px) {
  .btnTel .el_main {
    font-size: 4rem;
  }
}
.btnTel .el_text01 {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0.2rem 0 1.5rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .btnTel .el_text01 {
    font-size: 1.7rem;
  }
}
.btnTel .el_text02 {
  display: block;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  border-radius: 4rem;
  background-color: #E5F5FF;
  font-size: 1.2rem;
  color: #2FB7F1;
  max-width: 36.2rem;
  margin: 0 auto;
  padding: 0.6rem 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .btnTel .el_text02 {
    font-size: 1.4rem;
  }
}

.btnMail {
  display: inline-block;
  width: 100%;
  max-width: 33.3rem;
  text-align: center;
  background-color: #F49800;
  color: #fff;
  border: 2px solid #F49800;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: none;
  padding: 1.5rem 0;
  margin: 0;
  border-radius: 1.2rem;
}
@media screen and (min-width: 768px) {
  .btnMail {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.9rem;
    margin-top: 2rem;
    padding: 2.1rem 0;
  }
  .btnMail:hover {
    opacity: 1;
    background-color: #fff;
    color: #F49800;
  }
  .btnMail:hover .el_text {
    background-image: url(./img/icon_mail_orange.svg);
  }
}
@media screen and (min-width: 992px) {
  .btnMail {
    margin-top: 4rem;
  }
}
@media screen and (min-width: 1400px) {
  .btnMail {
    margin-top: 2rem;
  }
}
.btnMail .el_text {
  display: inline-block;
  padding: 0 0 0 2.5rem;
  background-repeat: no-repeat;
  background-image: url(./img/icon_mail_white.svg);
  background-position: center left;
  background-size: 1.8rem auto;
  min-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btnMail .el_text {
    background-size: auto;
  }
}

.btnAccess {
  display: inline-block;
  width: 100%;
  max-width: 19.7rem;
  text-align: center;
  background-color: #2FB7F1;
  color: #fff;
  border: 2px solid #2FB7F1;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 0.9rem 0;
  margin: 0 0 3rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .btnAccess {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .btnAccess:hover {
    opacity: 1;
    background-color: #fff;
    color: #2FB7F1;
  }
  .btnAccess:hover .el_text {
    background-image: url(./img/icon_access_blue.svg);
  }
}
.btnAccess .el_text {
  display: inline-block;
  padding: 0 0 0 2.5rem;
  background-repeat: no-repeat;
  background-image: url(./img/icon_access_white.svg);
  background-position: center left;
  background-size: 1.8rem auto;
  min-height: 1.8rem;
}
@media screen and (min-width: 768px) {
  .btnAccess .el_text {
    background-size: auto;
  }
}

.table-layout-fixed {
  table-layout: fixed;
}

/*パターン1*/
.table01 {
  border-top: 0.2rem dotted #E1E1E1;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
.table01 .tw-25 {
  width: 25%;
}
.table01 .tw-30 {
  width: 30%;
}
.table01 .tw-33 {
  width: 33%;
}
.table01 .tw-50 {
  width: 50%;
}
.table01 .tw-70 {
  width: 70%;
}
.table01 .tw-75 {
  width: 75%;
}
.table01 .tw-100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table01 .tw-md-25 {
    width: 25%;
  }
  .table01 .tw-md-50 {
    width: 50%;
  }
  .table01 .tw-md-75 {
    width: 75%;
  }
  .table01 .tw-md-100 {
    width: 100%;
  }
}
.table01 thead th {
  background-color: #2FB7F1;
  border-right: 0.1rem solid #fff;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table01 thead th {
    padding: 2.4rem 1.5rem;
    font-size: 1.6rem;
  }
}
.table01 tbody th,
.table01 tfoot th {
  background-color: #ECF3FF;
  border-bottom: 0.2rem dotted #E1E1E1;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #3A3A3A;
}
@media screen and (min-width: 768px) {
  .table01 tbody th,
  .table01 tfoot th {
    padding: 2.4rem 1.5rem 2.4rem 2rem;
    font-size: 1.6rem;
  }
}
.table01 tbody td,
.table01 tfoot td {
  font-weight: 500;
  background-color: #fff;
  border-bottom: 0.2rem dotted #E1E1E1;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .table01 tbody td,
  .table01 tfoot td {
    padding: 2.4rem 2rem;
    font-size: 1.6rem;
  }
}
.table01 tfoot th {
  background-color: #D3E9FF;
}
@media screen and (max-width: 767px) {
  .table01.--vertical {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical tbody {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical tr {
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical th {
    display: block;
    width: 100%;
    border: none;
    padding: 0.7rem 1rem;
  }
}
@media screen and (max-width: 767px) {
  .table01.--vertical td {
    display: block;
    width: 100%;
    border: none;
    padding: 1rem;
  }
}

/*パターン2*/
.table02 {
  border-top: 0.2rem dotted #E1E1E1;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
@media screen and (max-width: 767px) {
  .table02 {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .table02 tr {
    display: block;
    width: 100%;
  }
}
.table02 .tw-25 {
  width: 25%;
}
.table02 .tw-30 {
  width: 30%;
}
.table02 .tw-33 {
  width: 33%;
}
.table02 .tw-50 {
  width: 50%;
}
.table02 .tw-70 {
  width: 70%;
}
.table02 .tw-75 {
  width: 75%;
}
.table02 .tw-100 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .table02 .tw-md-25 {
    width: 25%;
  }
  .table02 .tw-md-50 {
    width: 50%;
  }
  .table02 .tw-md-75 {
    width: 75%;
  }
  .table02 .tw-md-100 {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .table02 thead {
    display: block;
    width: 100%;
  }
}
.table02 thead th {
  background-color: #2FB7F1;
  border-right: 0.1rem solid #fff;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .table02 thead th {
    padding: 2.4rem 1.5rem;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  .table02 thead th {
    display: block;
    width: 100%;
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .table02 tbody,
  .table02 tfoot {
    display: block;
    width: 100%;
  }
}
.table02 tbody th,
.table02 tfoot th {
  background-color: #f9e8cd;
  border-bottom: 0.2rem dotted #E1E1E1;
  font-weight: bold;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
  color: #65441B;
}
@media screen and (min-width: 768px) {
  .table02 tbody th,
  .table02 tfoot th {
    padding: 2.4rem 1.5rem 2.4rem 2rem;
    font-size: 1.6rem;
    width: 30%;
  }
}
@media screen and (max-width: 767px) {
  .table02 tbody th,
  .table02 tfoot th {
    display: block;
    width: 100%;
    border: none;
  }
}
.table02 tbody td,
.table02 tfoot td {
  font-weight: 500;
  background-color: #fff;
  border-bottom: 0.2rem dotted #E1E1E1;
  padding: 1rem 0.7rem;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .table02 tbody td,
  .table02 tfoot td {
    padding: 2.1rem 0 2.1rem 2rem;
    font-size: 1.6rem;
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .table02 tbody td,
  .table02 tfoot td {
    display: block;
    width: 100%;
    border: none;
  }
}
.table02 tfoot th {
  background-color: #D3E9FF;
}

/*パターン3*/
.table03 {
  border-top: 0.2rem dotted #E1E1E1;
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto 3rem;
}
.table03 tbody th {
  width: 50%;
  background-color: #ECF3FF;
  border-bottom: 0.2rem dotted #E1E1E1;
  font-weight: bold;
  padding: 1rem;
  font-size: 1.4rem;
  color: #3A3A3A;
}
.table03 tbody th.el_head {
  text-align: center;
  background-color: #2FB7F1;
  color: #fff;
}
.table03 tbody th.el_total {
  background-color: #D3E9FF;
}
.table03 tbody td {
  width: 50%;
  font-weight: 500;
  background-color: #fff;
  border-bottom: 0.2rem dotted #E1E1E1;
  padding: 1rem;
  font-size: 1.4rem;
}

/*============================================
archive.php ページネーション
============================================*/
.wp-pagenavi {
  text-align: center;
  margin: 5rem auto 3rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.wp-pagenavi .screen-reader-text {
  display: none;
}
.wp-pagenavi .navigation {
  margin: 0 auto;
}
.wp-pagenavi a,
.wp-pagenavi span {
  border: none;
  padding: 8px 5px 4px;
  margin: 0 0.5rem;
  background-color: #ECF3FF;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #ECF3FF;
  color: #2D4F6A;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  min-width: 4.1rem;
  min-height: 4.1rem;
  border-radius: 100%;
}
.wp-pagenavi a:hover,
.wp-pagenavi span:hover {
  opacity: 1;
  border-color: #2FB7F1;
  background-color: #2FB7F1;
  color: #fff;
}
.wp-pagenavi a:hover.previouspostslink,
.wp-pagenavi span:hover.previouspostslink {
  background-image: url(./img/icon_prev02_white.svg);
}
.wp-pagenavi a:hover.nextpostslink,
.wp-pagenavi span:hover.nextpostslink {
  background-image: url(./img/icon_next02_white.svg);
}
.wp-pagenavi a.previouspostslink,
.wp-pagenavi span.previouspostslink {
  background-image: url(./img/icon_prev02_black.svg);
}
.wp-pagenavi a.nextpostslink,
.wp-pagenavi span.nextpostslink {
  background-image: url(./img/icon_next02_black.svg);
}
.wp-pagenavi span.current {
  font-weight: normal;
  background-color: #2FB7F1;
  color: #fff;
  border-color: #2FB7F1;
}
.wp-pagenavi span.extend {
  background: none;
  border: none;
  color: #2D4F6A;
}
.wp-pagenavi span.pages {
  font-weight: normal;
  color: #2D4F6A;
  display: none;
  border: none;
}

/*============================================
single.php ページネーション
============================================*/
.paginate__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 32.8rem;
  margin: 5rem auto 3rem;
}
.paginate__wrap a {
  width: 100%;
  border: none;
  padding: 6px 0 4px;
  margin: 0 0.5rem;
  background-color: #ECF3FF;
  background-position: center center;
  background-repeat: no-repeat;
  border-color: #ECF3FF;
  color: #2D4F6A;
  display: inline-block;
  text-align: center;
  font-weight: bold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  text-decoration: none;
  border-radius: 5rem;
  font-size: 1.6rem;
}
.paginate__wrap a:hover {
  opacity: 1;
  border-color: #2FB7F1;
  background-color: #2FB7F1;
  color: #fff;
}
.paginate__wrap .paginate__block--prev {
  min-width: 4.1rem;
}
.paginate__wrap .paginate__block--prev a {
  background-image: url(./img/icon_prev02_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 4.1rem;
  border: none;
}
.paginate__wrap .paginate__block--prev a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--prev a span {
    display: inline-block;
  }
}
.paginate__wrap .paginate__block--prev a:hover {
  background-image: url(./img/icon_prev02_white.svg);
}
.paginate__wrap .paginate__block--next {
  min-width: 4.1rem;
}
.paginate__wrap .paginate__block--next a {
  background-image: url(./img/icon_next02_black.svg);
  background-position: center center;
  background-repeat: no-repeat;
  min-height: 4.1rem;
  border: none;
}
.paginate__wrap .paginate__block--next a span {
  display: none;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--next a span {
    display: inline-block;
  }
}
.paginate__wrap .paginate__block--next a:hover {
  background-image: url(./img/icon_next02_white.svg);
}
.paginate__wrap .paginate__block--back {
  min-width: 14rem;
}
@media screen and (min-width: 768px) {
  .paginate__wrap .paginate__block--back {
    min-width: 22.6rem;
  }
}

/*========================================
背景
========================================*/
.bgBlue {
  position: relative;
  background-color: #D3E9FF;
}
.bgBlue::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .bgBlue::before {
    height: 8rem;
    border-radius: 8rem 8rem 0 0;
  }
}
.bgBlue::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 5rem);
  position: absolute;
  top: 5rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .bgBlue::after {
    height: calc(100% - 8rem);
    top: 8rem;
  }
}
.bgBlue .bg__close {
  background-color: #E5F5FF;
  position: relative;
  z-index: 5;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .bgBlue .bg__close {
    height: 8rem;
  }
}
.bgBlue .bg__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (min-width: 768px) {
  .bgBlue .bg__close::before {
    height: 8rem;
    border-radius: 0 0 8rem 8rem;
  }
}

.bgYellow {
  position: relative;
  z-index: 1;
  background-color: #FEFBF2;
  padding: 6.5rem 0 0;
}
.bgYellow::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(./img/bg_wave-yellow.png);
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .bgYellow::before {
    top: -3.5rem;
    height: 10rem;
  }
}
.bgYellow .bg__close {
  background-color: #E5F5FF;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .bgYellow .bg__close {
    height: 8rem;
  }
}
.bgYellow .bg__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #FEFBF2;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (min-width: 768px) {
  .bgYellow .bg__close::before {
    height: 8rem;
    border-radius: 0 0 8rem 8rem;
  }
}
.bgYellow .bg__close02::before {
  background-color: #fff;
}

.bgWhite {
  position: relative;
  z-index: 1;
  background-color: #fff;
  padding: 6.5rem 0 0;
}
.bgWhite::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(./img/bg_wave-white.png);
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .bgWhite::before {
    top: -3.5rem;
    height: 10rem;
  }
}
.bgWhite .bg__close {
  background-color: #E5F5FF;
  height: 5rem;
}
@media screen and (min-width: 768px) {
  .bgWhite .bg__close {
    height: 8rem;
  }
}
.bgWhite .bg__close::before {
  content: "";
  display: block;
  width: 100%;
  height: 5rem;
  background-color: #fff;
  border-radius: 0 0 5rem 5rem;
}
@media screen and (min-width: 768px) {
  .bgWhite .bg__close::before {
    height: 8rem;
    border-radius: 0 0 8rem 8rem;
  }
}

/*====================================

  ■ヘッダー

=====================================*/
/*ヘッダー固定の高さ調整*/
#pagetop {
  /*
  height: 54px;
  @include mixins.mq(min-xs) {
    height: 73px;
  }
  */
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  min-height: 6rem;
  background-color: #2FB7F1;
}
@media screen and (min-width: 768px) {
  .header {
    background: none;
    padding: 1.5rem 1.5rem 0;
  }
}
.header h1 {
  display: none;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  min-height: 6rem;
  padding: 1.5rem;
  background-color: #fff;
  -webkit-box-shadow: 0 0 0.5rem 0.5rem rgba(21, 90, 168, 0.1);
          box-shadow: 0 0 0.5rem 0.5rem rgba(21, 90, 168, 0.1);
}
@media screen and (min-width: 768px) {
  .headerInner {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0 1rem;
    margin: 0;
    border-radius: 1.2rem;
  }
}
.headerInner {
  /*ロゴ*/
}
.headerInner .headerLogo {
  position: relative;
  z-index: 5;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 15rem;
  line-height: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .headerInner .headerLogo {
    max-width: 18rem;
  }
}
@media screen and (min-width: 992px) {
  .headerInner .headerLogo {
    max-width: 20rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerLogo {
    max-width: 30.8rem;
  }
}
.headerInner .headerLogo a {
  display: inline-block;
}
.headerInner .headerLogo a img {
  display: inline-block;
  width: 100%;
  max-width: 100%;
}
.headerInner {
  /*グローバルメニューの親*/
}
.headerInner .headerMenu {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .headerInner .headerMenu {
    position: static;
    top: 0;
    left: 0;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    margin-right: 2rem;
    margin-left: auto;
    width: 100%;
    max-width: 90rem;
  }
}
.headerInner {
  /*インスタグラム*/
}
.headerInner .hederInstagram {
  display: none;
}
@media screen and (min-width: 768px) {
  .headerInner .hederInstagram {
    display: block;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    min-width: 2.4rem;
    margin: 0 2rem 0 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .headerInner .hederInstagram:hover {
    opacity: 0.7;
  }
}
@media screen and (min-width: 1400px) {
  .headerInner .hederInstagram {
    margin: 0 5.5rem 0 0;
  }
}
.headerInner {
  /*お問い合わせ*/
}
.headerInner .headerBtn {
  display: none;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
  width: 100%;
  max-width: 20rem;
  margin: 0 5rem 0 auto;
}
@media screen and (min-width: 768px) {
  .headerInner .headerBtn {
    display: block;
    margin: 0;
    max-width: 5rem;
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn {
    max-width: 22rem;
  }
}
.headerInner .headerBtn .hederContact {
  display: inline-block;
  width: 100%;
  max-width: 100%;
  text-align: center;
  background-color: #F49800;
  color: #fff;
  border: 2px solid #F49800;
  position: relative;
  z-index: 1;
  font-size: 1rem;
  font-weight: bold;
  text-decoration: none;
  padding: 0.7rem 0 0;
  margin: 0;
  border-radius: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .headerInner .headerBtn .hederContact {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    padding: 1rem 0;
    font-size: 1.7rem;
    line-height: 1;
  }
  .headerInner .headerBtn .hederContact:hover {
    opacity: 1;
    background-color: #fff;
    color: #F49800;
  }
  .headerInner .headerBtn .hederContact:hover .el_text {
    background-image: url(./img/icon_mail_orange.svg);
  }
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn .hederContact {
    min-width: 3.6rem;
    min-height: 3.6rem;
    padding: 2.1rem 0;
  }
}
.headerInner .headerBtn .hederContact .el_text {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(./img/icon_mail_white.svg);
  background-position: center center;
  background-size: 1.8rem auto;
  padding: 0;
  min-width: 2.3rem;
  min-height: 2.3rem;
}
@media screen and (min-width: 1200px) {
  .headerInner .headerBtn .hederContact .el_text {
    padding: 0 0 0 2.5rem;
    background-position: center left;
    background-size: auto;
    min-height: auto;
  }
}

#headerNavbar {
  margin: 0;
  padding: 0;
}
#headerNavbar .container-fluid {
  padding: 0;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#headerNavbar .container-fluid .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon {
  background: none;
  position: relative;
  height: 6rem;
  width: 6rem;
  padding: 2.3rem 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  #headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span {
  background-color: #333333;
  display: block;
  width: 40%;
  height: 2px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
  display: none;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler .navbar-toggler-icon span:last-child {
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0.6rem auto;
}
#headerNavbar .container-fluid .navbar-toggler.collapsed .navbar-toggler-icon span:last-child {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 auto;
}
#headerNavbar .container-fluid .navbar-collapse {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav {
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav {
    background: none;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
  display: block;
  margin: 0;
}
@media screen and (min-width: 768px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    display: inline-block;
    margin: 0 0.6rem;
  }
}
@media screen and (min-width: 1200px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    margin: 0 0 0 2.5rem;
  }
}
@media screen and (min-width: 1400px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item {
    margin: 0 2rem;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
  display: block;
  color: #2D4F6A;
  padding: 1rem;
  font-size: 1.5rem;
  font-weight: bold;
  font-family: "Noto Sans JP", sans-serif;
  border-bottom: 0.1rem solid #DDE2EA;
}
@media screen and (min-width: 768px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
    font-size: 1.3rem;
    border-bottom: none;
    padding: 3rem 0 2.4rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-bottom: 0.3rem solid rgba(255, 255, 255, 0);
  }
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a:hover {
    text-decoration: none;
    color: #2FB7F1;
    border-bottom: 0.3rem solid #2FB7F1;
  }
}
@media screen and (min-width: 1200px) {
  #headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a {
    font-size: 1.5rem;
  }
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item > a.dropdown-toggle::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1.5rem;
  background-image: url(./img/icon_menu_black.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center center;
  border: none;
  margin-left: 0.8rem;
  vertical-align: middle;
}
#headerNavbar .container-fluid .navbar-collapse .navbar-nav > .menu-item:last-child > a {
  border-bottom: none;
}

.dropdown-menu {
  padding: 0;
  margin: 0 !important;
  border: none;
  background-color: #90c2f1;
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .dropdown-menu {
    min-width: 16.9rem;
    overflow: hidden;
    border-radius: 0.8rem;
    position: absolute;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    left: 50% !important;
  }
}
.dropdown-menu .menu-item {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .dropdown-menu .menu-item {
    margin: 0;
  }
}
.dropdown-menu .menu-item .dropdown-item {
  display: inline-block;
  padding: 1rem;
  margin: 0;
  font-size: 1.4rem;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: bold;
  background: none;
  border-bottom: 0.1rem solid #f2f9ff;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .dropdown-menu .menu-item .dropdown-item {
    font-size: 1.5rem;
    padding: 1rem 1.5rem;
    margin: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .dropdown-menu .menu-item .dropdown-item:hover {
    background-color: #2FB7F1;
  }
}
.dropdown-menu .menu-item .dropdown-item:hover {
  opacity: 1;
  color: #fff;
}
.dropdown-menu .menu-item:last-child .dropdown-item {
  border-bottom: none;
}

/*====================================

  ■SP用ページ下部リンク

=====================================*/
.navbar-header {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100;
  background-color: #002F93;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .navbar-header {
    display: none;
  }
}
.navbar-header .navbar-header-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item {
  position: relative;
  width: 100%;
  text-align: center;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item::after {
  content: "";
  display: block;
  width: 0.1rem;
  height: 100%;
  background-color: #fff;
  opacity: 0.5;
  position: absolute;
  top: 0;
  right: 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler {
  background: none;
  border: none;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon {
  background: none;
  position: relative;
  height: 5rem;
  width: 6rem;
  padding: 1.5rem 0 0;
  margin: 0;
  border: none;
  border-radius: 0;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon {
    display: none;
  }
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span {
  background-color: #fff;
  display: block;
  width: 50%;
  height: 2px;
  font-size: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:nth-of-type(1) {
  display: none;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler .navbar-toggler-icon span:last-child {
  display: block;
  -webkit-transform: rotate(-135deg);
          transform: rotate(-135deg);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(1) {
  display: block;
  margin: 0 auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:nth-of-type(2) {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0.7rem auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .navbar-toggler.collapsed .navbar-toggler-icon span:last-child {
  display: block;
  position: static;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  margin: 0 auto;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__menu .el_text {
  display: block;
  text-align: center;
  font-size: 1.1rem;
  font-weight: bold;
  margin: 0.7rem auto 0;
  color: #fff;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a {
  display: block;
  width: 100%;
  padding: 14px 5px 0;
  font-size: 29px;
  color: #fff;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 0;
  min-height: 2.4rem;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_icon img {
  display: inline-block;
  max-width: 100%;
  font-size: 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_text {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  margin: 6px auto 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__tel a .el_text span {
  display: block;
  font-size: 0.8rem;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a {
  display: block;
  width: 100%;
  padding: 14px 5px 10px;
  font-size: 29px;
  color: #fff;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a .el_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 0;
  min-height: 2.4rem;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a .el_icon img {
  display: inline-block;
  max-width: 100%;
  font-size: 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__contact a .el_text {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin: 20px auto 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__instagram {
  line-height: 1;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__instagram a {
  display: block;
  width: 100%;
  padding: 14px 5px 10px;
  font-size: 29px;
  color: #fff;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__instagram a .el_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1;
  font-size: 0;
  min-height: 2.4rem;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__instagram a .el_icon img {
  display: inline-block;
  width: 100%;
  max-width: 2.4rem;
  font-size: 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item .navbar-header__instagram a .el_text {
  display: block;
  text-align: center;
  font-size: 1rem;
  font-weight: 500;
  margin: 20px auto 0;
}
.navbar-header .navbar-header-flex .navbar-header-flex-item:last-child::after {
  display: none;
}

/*====================================================
フッターお問い合わせ
====================================================*/
.commonBnr {
  position: relative;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .commonBnr {
    padding: 9.6rem 0 6.6rem;
  }
}
.commonBnr .commonBnrWrap {
  position: relative;
  margin-bottom: 3rem;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.commonBnr .commonBnrWrap .commonBnrText {
  text-align: center;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrText {
    text-align: left;
    min-width: 31.5rem;
    margin: 0 2rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnr .commonBnrWrap .commonBnrText {
    margin: 0 2.9rem 0 0;
  }
}
@media screen and (min-width: 1400px) {
  .commonBnr .commonBnrWrap .commonBnrText {
    margin: 0 9.8rem 0 0;
  }
}
.commonBnr .commonBnrWrap .commonBnrText .el_sub {
  position: relative;
  display: inline-block;
  color: #2FB7F1;
  font-weight: bold;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-size: 1.5rem;
  line-height: 1;
  padding: 0 0 0 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrText .el_sub {
    display: block;
    font-size: 2rem;
  }
}
.commonBnr .commonBnrWrap .commonBnrText .el_sub::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #2FB7F1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0%, -50%);
  -webkit-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
}
.commonBnr .commonBnrWrap .commonBnrText .el_main {
  display: block;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 2rem;
  color: #3A3A3A;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrText .el_main {
    font-size: 3.9rem;
  }
}
.commonBnr .commonBnrWrap .commonBnrText p {
  color: #2D4F6A;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrText p {
    font-size: 1.8rem;
  }
}
.commonBnr .commonBnrWrap .commonBnrLink {
  width: 100%;
  max-width: 98.7rem;
  background-color: #fff;
  border-radius: 4rem;
  padding: 4rem 3rem;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrLink {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
  width: 100%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
    padding: 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell {
    max-width: 50%;
    padding: 0 4.5rem;
  }
}
.commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell:first-child {
  border-bottom: 0.2rem dotted #90C2F1;
  margin: 0 0 3rem;
  padding: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell:first-child {
    padding: 0 3rem 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell:first-child {
    border-right: 0.2rem dotted #90C2F1;
    border-bottom: none;
    margin: 0;
    padding: 0 3rem;
  }
}
.commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell .commonBnrLinkHeadline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 2rem;
}
.commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell .commonBnrLinkHeadline .el_sub {
  max-width: 2rem;
  margin: 0 0.7rem 0 0;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell .commonBnrLinkHeadline .el_sub {
    max-width: 100%;
    margin: 0 1rem 0 0;
  }
}
.commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell .commonBnrLinkHeadline .el_main {
  font-weight: bold;
  font-size: 1.8rem;
  text-align: left;
  color: #3A3A3A;
}
@media screen and (min-width: 768px) {
  .commonBnr .commonBnrWrap .commonBnrLink .commonBnrLinkInner .commonBnrLinkInner__cell .commonBnrLinkHeadline .el_main {
    font-size: 2.1rem;
  }
}

/*====================================================
フッター
====================================================*/
/*ページトップ*/
#page-top {
  display: block;
  text-align: center;
  position: fixed;
  right: 1rem;
  bottom: 9rem;
  z-index: 10;
}
@media screen and (min-width: 768px) {
  #page-top {
    bottom: 1.2rem;
  }
}
@media screen and (min-width: 992px) {
  #page-top {
    right: 6rem;
  }
}
#page-top a {
  display: inline-block;
  text-decoration: none;
}
#page-top a img {
  max-width: 3.5rem;
}
@media screen and (min-width: 768px) {
  #page-top a img {
    max-width: 7rem;
  }
}

.footerBg {
  background-color: #E5F5FF;
  padding: 0 0 7.7rem;
}
@media screen and (min-width: 768px) {
  .footerBg {
    padding: 0;
  }
}

#footer {
  position: relative;
  z-index: 10;
}
#footer .footerInner > .container {
  max-width: 172rem;
  border-top: 0.2rem dotted #90C2F1;
}
#footer .footerInner .footerWrap {
  display: block;
  max-width: 144rem;
  margin: 0 auto;
  padding: 6rem 0 3rem;
  color: #3A3A3A;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
    padding: 6rem 0 5rem;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell01 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap .footerWrap__cell01 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell01 {
    max-width: 30.8rem;
    margin: 0 3.6rem 0 0;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell01 .footerLogo {
  display: block;
  text-align: center;
  margin: 0 0 3rem;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell01 .footerLogo {
    text-align: left;
    margin: 0 0 4rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell01 .footerLogo img {
  max-width: 70%;
}
@media screen and (min-width: 992px) {
  #footer .footerInner .footerWrap .footerWrap__cell01 .footerLogo img {
    max-width: 100%;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell01 .text {
  color: #fff;
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell01 .text {
    font-size: 1.6rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 35%;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 {
    max-width: 32.4rem;
    margin: 0 3.6rem 0 0;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell02 .text {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell02 .text {
    font-size: 1.5rem;
  }
}
#footer .footerInner .footerWrap .footerWrap__cell03 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    width: 65%;
    max-width: 49.8rem;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media screen and (min-width: 1200px) {
  #footer .footerInner .footerWrap .footerWrap__cell03 {
    min-width: 60rem;
    max-width: 60rem;
  }
}

/*フッターメニュー*/
#menu-footermenu {
  display: block;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0;
}
#menu-footermenu > li {
  display: inline-block;
  width: 100%;
  max-width: calc(33.3333333333% - 0.3rem);
  padding: 0;
  margin: 0;
  list-style: none;
}
@media screen and (min-width: 768px) {
  #menu-footermenu > li {
    width: auto;
    min-width: 9.5rem;
    max-width: 100%;
  }
}
@media screen and (min-width: 1200px) {
  #menu-footermenu > li {
    min-width: 13rem;
  }
}
#menu-footermenu > li > a {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 1.3rem;
  font-family: "Noto Sans JP", sans-serif;
  line-height: 1.4;
  padding: 0 0 0 1.5rem;
  margin: 0 0 2.4rem;
  color: #333333;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  #menu-footermenu > li > a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.4rem;
  }
  #menu-footermenu > li > a:hover {
    color: #2FB7F1;
  }
}
@media screen and (min-width: 1200px) {
  #menu-footermenu > li > a {
    font-size: 1.7rem;
  }
}
#menu-footermenu > li > a::before {
  content: "";
  display: inline-block;
  width: 0.6rem;
  height: 0.6rem;
  border-radius: 100%;
  position: absolute;
  top: 0.8rem;
  left: 0;
  background-color: #2FB7F1;
}
#menu-footermenu > li > a .el_text {
  display: inline-block;
}
#menu-footermenu > li.d-none {
  opacity: 0;
  pointer-events: none;
}
@media screen and (min-width: 768px) {
  #menu-footermenu > li.menu-long {
    min-width: 15rem;
  }
}
@media screen and (min-width: 1200px) {
  #menu-footermenu > li.menu-long {
    min-width: 17.5rem;
  }
}

/*コピーライト*/
.copyright {
  text-align: center;
  padding: 3.2rem 0 1rem;
  font-size: 1.3rem;
  font-weight: 500;
  min-height: 3.5rem;
  color: #fff;
  background-image: url(./img/copyright_bg.svg);
  background-position: bottom center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .copyright {
    padding: 4.2rem 0 0;
    min-height: 9rem;
  }
}

/*====================================

  ■neck

=====================================*/
.neck {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  padding: 10rem 0 6rem;
  background-color: #e4f5ff;
  background-size: cover;
  background-repeat: no-repeat;
}
@media screen and (min-width: 768px) {
  .neck {
    padding: 18rem 0 10rem;
    min-height: 4.2rem;
  }
}
.neck .neckWrap {
  position: relative;
  z-index: 5;
  margin: 0;
  padding: 0;
}
.neck .neckWrap .neckTitle {
  text-align: center;
}
.neck .neckWrap .neckTitle .sub_text {
  display: block;
  font-weight: bold;
  font-size: 1.5rem;
  color: #2FB7F1;
  line-height: 1;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .neck .neckWrap .neckTitle .sub_text {
    font-size: 2.1rem;
  }
}
.neck .neckWrap .neckTitle .main_text {
  display: block;
  font-size: 3.4rem;
  color: #2D4F6A;
  line-height: 1;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  .neck .neckWrap .neckTitle .main_text {
    font-size: 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck .neckWrap .neckTitle .main_text {
    font-size: 6.6rem;
  }
}
.neck::before {
  content: "";
  display: block;
  width: 9rem;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0.4rem;
  background-image: url(./img/neck_bg01.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom 9rem left;
}
@media screen and (min-width: 768px) {
  .neck::before {
    left: 3rem;
    width: 20rem;
    background-position: bottom 8rem left;
  }
}
@media screen and (min-width: 1200px) {
  .neck::before {
    width: 29rem;
    background-size: auto auto;
  }
}
.neck::after {
  content: "";
  display: block;
  width: 13rem;
  height: 100%;
  position: absolute;
  top: 0;
  right: -1rem;
  background-image: url(./img/neck_bg02.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media screen and (min-width: 768px) {
  .neck::after {
    right: 3rem;
    width: 30rem;
  }
}
@media screen and (min-width: 1200px) {
  .neck::after {
    width: 49.7rem;
    background-size: auto auto;
  }
}

/*====================================================
メインビジュアル
====================================================*/
.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.fv {
  position: relative;
  overflow: hidden;
  line-height: 1;
  font-size: 0;
  padding: 6rem 0 0;
  background-color: #E5F5FF;
  background-image: url(./img/fv_bg.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto 48rem;
}
.fv::after {
  content: "";
  display: block;
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0;
  left: 0;
}
.fv .fvInner {
  position: relative;
  max-width: 141.8rem;
  margin: auto;
}
.fv .fvInner .fvText {
  position: absolute;
  left: 3vw;
  bottom: 6vw;
  z-index: 5;
  font-weight: bold;
  font-size: 5vw;
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText {
    left: 6.8rem;
    bottom: 7rem;
    font-size: 5.2rem;
  }
}
.fv .fvInner .fvText .fvTextInner {
  display: inline-block;
}
.fv .fvInner .fvText .fvTextInner .fvLine {
  display: inline-block;
  background-color: #fff;
  border-radius: 1vw;
  padding: 2vw;
  margin: 0 0 2vw;
  -webkit-box-shadow: 1vw 1vw 0 0 #ecf3ff;
          box-shadow: 1vw 1vw 0 0 #ecf3ff;
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvText .fvTextInner .fvLine {
    border-radius: 1rem;
    padding: 1.9rem;
    margin: 0 0 1.6rem;
    -webkit-box-shadow: 1rem 1rem 0 0 #ecf3ff;
            box-shadow: 1rem 1rem 0 0 #ecf3ff;
    letter-spacing: 0.2rem;
  }
}
.fv .fvInner .fvText .fvTextInner .fvLine span {
  display: inline-block;
}
.fv .fvInner .fvWrap {
  position: relative;
  z-index: 1;
  padding: 2rem 0 4.5rem;
}
@media screen and (min-width: 1200px) {
  .fv .fvInner .fvWrap {
    padding: 2rem 0;
  }
}
.fv .fvInner .fvWrap .slick-list {
  background: none;
}
.fv .fvInner .fvWrap .fvItem {
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.fv .fvInner .fvWrap .fvItem img {
  display: inline-block;
}
.fv .fvInner .fvWrap .slick-dots {
  margin: 1rem auto 0;
  bottom: 0;
}
.fv .fvInner .fvWrap .slick-dots li {
  width: 1rem;
  height: 1rem;
  margin: 0 1rem;
}
.fv .fvInner .fvWrap .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  height: 1rem;
  width: 1rem;
  padding: 0;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background-color: #D3E9FF;
  border-radius: 100%;
}
.fv .fvInner .fvWrap .slick-dots li button::before {
  display: none;
}
.fv .fvInner .fvWrap .slick-dots li.slick-active button {
  background-color: #2FB7F1;
}

/*====================================================
お知らせ
====================================================*/
.frontNews {
  position: relative;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .frontNews {
    padding: 6rem 0 8rem;
  }
}
@media screen and (min-width: 768px) {
  .frontNews .largeHeadline01 .el_main {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .frontNews .btn01 {
    max-width: 22rem;
  }
}

.newsWrap {
  border-top: 0.2rem dotted #E1E1E1;
  margin: 0 0 3rem;
}
.newsWrap .newsItem {
  border-bottom: 0.2rem dotted #E1E1E1;
}
.newsWrap .newsItem a {
  position: relative;
  display: block;
  padding: 2.7rem 7rem 2.7rem 1.3rem;
  background-color: #fff;
  background-image: url(./img/icon_link01_blue.svg);
  background-position: center right 1rem;
  background-repeat: no-repeat;
  background-size: 2rem auto;
}
@media screen and (min-width: 768px) {
  .newsWrap .newsItem a {
    background-position: center right 2rem;
    background-size: 3rem auto;
  }
  .newsWrap .newsItem a:hover {
    opacity: 1;
    background-color: #E5F5FF;
  }
}
.newsWrap .newsItem a .newsItemTitle {
  color: #2D4F6A;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .newsWrap .newsItem a .newsItemTitle {
    font-size: 2rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}

/*====================================================
特徴
====================================================*/
.bgWave {
  position: relative;
  background-color: #D3E9FF;
  margin-top: 3.5rem;
}
.bgWave::before {
  content: "";
  display: block;
  position: absolute;
  top: -3.5rem;
  left: 0;
  width: 100%;
  height: 3.5rem;
  background-image: url(./img/bg_wave.png);
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .bgWave::before {
    height: 10rem;
  }
}

.frontAbout {
  position: relative;
  z-index: 1;
  padding: 6rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .frontAbout {
    padding: 12rem 0 7rem;
  }
}
.frontAbout .frontAboutWrap01 {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__left {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap01 .frontAboutWrap01__left {
    max-width: 73.2rem;
    margin: 0 8rem 0 0;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__left .img {
  text-align: center;
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__left .img img {
  max-width: 24rem;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap01 .frontAboutWrap01__left .img img {
    max-width: 100%;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__right .largeHeadline02 .el_text {
  line-height: 1;
  padding: 0 0 0.4rem;
  margin: 0 0 0.6rem;
}
@media screen and (min-width: 1200px) {
  .frontAbout .frontAboutWrap01 .frontAboutWrap01__right .frontAboutWrap01__rightInner {
    padding: 0 0 0 7rem;
  }
}
.frontAbout .frontAboutWrap01 .frontAboutWrap01__right .frontAboutWrap01__rightInner .text02 {
  line-height: 2;
}
.frontAbout .frontAboutWrap02 {
  padding: 28rem 0 0;
  background-image: url(./img/deco_wave.svg);
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  top: -24rem;
  margin: 0 0 -24rem;
}
@media screen and (min-width: 768px) {
  .frontAbout .frontAboutWrap02 {
    padding: 26rem 0 0;
    top: -24rem;
    margin: 0 0 -24rem;
  }
}
.frontAbout .frontAboutWrap02 .img {
  text-align: center;
  margin: 0 0 6rem;
}
.frontAbout .frontAboutWrap02 .img img {
  display: inline-block;
  width: 100%;
  max-width: 74rem;
}
.frontAbout .frontAboutWrap02 .text02 {
  line-height: 2;
}

/*====================================================
強み
====================================================*/
.slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slide {
  height: auto !important;
}

.frontFeature {
  overflow: hidden;
  padding: 0 0 6rem;
}
@media screen and (min-width: 768px) {
  .frontFeature {
    padding: 0 0 13rem;
  }
}
@media screen and (min-width: 768px) {
  .frontFeature__inner {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 320px 52px 1fr;
    grid-template-columns: 320px 1fr;
    gap: 0 52px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.frontFeature__head .largeHeadline01 {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__head .largeHeadline01 {
    margin-bottom: 3rem;
  }
}
.frontFeature__arrows {
  display: none;
}
@media screen and (min-width: 768px) {
  .frontFeature__arrows {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0 2rem;
    margin: 0 0 3rem;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.frontFeature__arrows .slide-arrow {
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .frontFeature__arrows .slide-arrow {
    width: 7rem;
    height: 7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .frontFeature__arrows .slide-arrow:hover {
    opacity: 0.5;
  }
}
.frontFeature__arrows .slide-arrow.prev-arrow {
  background-image: url(./img/icon_prev01_blue.svg);
}
.frontFeature__arrows .slide-arrow.next-arrow {
  background-image: url(./img/icon_next01_blue.svg);
}
.frontFeature__sliderOut {
  position: relative;
}
@media screen and (min-width: 768px) {
  .frontFeature__sliderOut {
    width: calc(100% + (135vw - 100%) / 2);
    margin-right: calc(-1 * (135vw - 100%) / 2);
    overflow: hidden;
  }
}
@media screen and (min-width: 768px) {
  .frontFeature__sliderOut .slick-list {
    padding-right: clamp(24px, 6vw, 0px);
  }
}
.frontFeature__sliderOut .slide-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  width: 4rem;
  height: 4rem;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
@media screen and (min-width: 768px) {
  .frontFeature__sliderOut .slide-arrow {
    width: 7rem;
    height: 7rem;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    cursor: pointer;
  }
  .frontFeature__sliderOut .slide-arrow:hover {
    opacity: 0.5;
  }
}
.frontFeature__sliderOut .slide-arrow.prev-arrow {
  background-image: url(./img/icon_prev01_blue.svg);
  left: -1.5rem;
}
.frontFeature__sliderOut .slide-arrow.next-arrow {
  background-image: url(./img/icon_next01_blue.svg);
  right: -1.5rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__slider .slick-slide {
    padding-right: 24px;
  }
}
.frontFeature__item .frontFeatureItemInner {
  background-color: #D3E9FF;
  position: relative;
  padding: 4rem 0 0;
  border-radius: 3rem;
  overflow: hidden;
  height: 100%;
}
.frontFeature__item .frontFeatureItemInner::before {
  content: "";
  display: block;
  width: 100%;
  height: 4rem;
  background-color: #D3E9FF;
  position: absolute;
  top: 0;
  left: 0;
}
.frontFeature__item .frontFeatureItemInner::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #fff;
  position: absolute;
  top: 4rem;
  left: 0;
  border-radius: 3rem;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum {
  position: relative;
  z-index: 5;
  display: inline-block;
  min-width: 10.1rem;
  background-color: #D3E9FF;
  background-image: url(./img/deco_kado.png);
  background-position: bottom 1rem right 1rem;
  background-repeat: no-repeat;
  text-align: center;
  line-height: 1;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  padding: 0.5rem 0.5rem 2.3rem 0;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureNum {
    margin: 0 0 3rem;
  }
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum::before {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1rem;
  border-radius: 1.5rem 0 0 0;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #fff;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum::after {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 100%;
  border-radius: 1.5rem 0 0 0;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #fff;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureNum span {
  display: inline-block;
  color: #2FB7F1;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: 0.2rem;
}
.frontFeature__item .frontFeatureItemInner .frontFeatureImg {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 2rem;
  max-width: 15rem;
}
@media screen and (min-width: 1200px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureImg {
    max-width: 20rem;
  }
}
.frontFeature__item .frontFeatureItemInner .frontFeatureTitle {
  position: relative;
  z-index: 5;
  margin: 0 3rem 0.6rem 6rem;
  color: #2FB7F1;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureTitle {
    margin: 0 3rem 2rem 6rem;
    font-size: 2.6rem;
  }
}
.frontFeature__item .frontFeatureItemInner .frontFeatureText {
  position: relative;
  z-index: 5;
  margin: 0 5rem 3rem 6rem;
  color: #2D4F6A;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureText {
    margin: 0 5rem 4rem 6rem;
    font-size: 1.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontFeature__item .frontFeatureItemInner .frontFeatureText {
    font-size: 1.6rem;
  }
}

/*====================================================
当園のご紹介
====================================================*/
.frontInformation {
  position: relative;
  z-index: 5;
  padding: 6rem 0 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .frontInformation {
    padding: 12rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .largeHeadline01 {
    margin-bottom: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0 3rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem {
    max-width: calc(50% - 3rem);
    margin-bottom: 8rem;
  }
  .frontInformation .frontInformationWrap .frontInformationItem:hover .frontInformationImg img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle {
  position: relative;
  z-index: 1;
  padding: 0 0 0 6rem;
  margin: 0 0 1.5rem;
  line-height: 1.4;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle {
    position: absolute;
    top: -0.1rem;
    left: -0.1rem;
    text-align: left;
    border-radius: 0 0 3.1rem 0;
    padding: 1rem 2rem 1rem 6rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle {
    padding: 2.9rem 2rem 2.9rem 10rem;
    min-width: 46.3rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_icon {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  max-width: 4rem;
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_icon {
    left: 2rem;
    max-width: 5.9rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub {
  position: relative;
  display: inline-block;
  color: #2FB7F1;
  font-weight: bold;
  font-size: 1.5rem;
  padding: 0 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub {
    font-size: 1.4rem;
    margin: 0 0 0.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub {
    font-size: 2rem;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_sub::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  border-radius: 100%;
  background-color: #2FB7F1;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_main {
  display: block;
  color: #3A3A3A;
  font-weight: bold;
  font-size: 2.1rem;
  font-family: "Quicksand", "Zen Maru Gothic", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_main {
    font-size: 2.7rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle .el_main {
    font-size: 3.9rem;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle::before {
    content: "";
    display: inline-block;
    width: 3.1rem;
    height: 3.1rem;
    background-image: url(./img/front_information_deco01.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    bottom: -3rem;
    left: 0;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationTitle::after {
    content: "";
    display: inline-block;
    width: 3.1rem;
    height: 3.1rem;
    background-image: url(./img/front_information_deco02.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: 0;
    right: -3rem;
    z-index: 1;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationImg {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 3.1rem;
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationImg img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  right: -2rem;
  bottom: -2rem;
  width: 9rem;
  height: 9rem;
  border-radius: 100%;
  background-color: #FEFBF2;
  background-image: url(./img/icon_link01_blue.svg);
  background-position: bottom 1.5rem center;
  background-repeat: no-repeat;
  background-size: 2rem auto;
  border: 0.3rem solid #2FB7F1;
  color: #3A3A3A;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks {
    right: -2rem;
    bottom: -3.4rem;
    width: 12rem;
    height: 12rem;
    background-position: bottom 2.5rem center;
    background-size: auto auto;
    border: 0.3rem solid #2FB7F1;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks {
    width: 16rem;
    height: 16rem;
    background-position: bottom 3.8rem center;
    border: 0.4rem solid #2FB7F1;
  }
}
.frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks span {
  display: inline-block;
  color: #2FB7F1;
  font-size: 1.3rem;
  font-weight: bold;
  margin: 0 0 2rem;
}
@media screen and (min-width: 768px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks span {
    font-size: 1.4rem;
    margin: 0 0 3rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem .frontInformationLinks span {
    font-size: 1.7rem;
    margin: 0 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col {
    max-width: calc(33.3333333333% - 3rem);
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle {
    min-width: 32rem;
    padding: 1.6rem 2rem 1.6rem 8rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle .el_icon {
    max-width: 5.9rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle .el_sub {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1200px) {
  .frontInformation .frontInformationWrap .frontInformationItem.--3col .frontInformationTitle .el_main {
    font-size: 2.7rem;
  }
}

/*====================================================
汎用セクション
====================================================*/
.commonSec {
  padding: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .commonSec {
    padding: 2rem 0 5rem;
  }
}
.commonSec .commonSecShort {
  margin: auto;
  width: 100%;
  max-width: 114rem;
}
.commonSec .commonSecWrap {
  background-color: #FEFBF2;
  border-radius: 2rem;
  margin: 0 0 3rem;
  padding: 3rem 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .commonSec .commonSecWrap {
    border-radius: 4rem;
    padding: 6rem 6rem 3rem;
  }
}
.commonSec .commonSecWrap .commonSecWrapInner {
  overflow: hidden;
  padding: 0 0 1rem;
}
.commonSec .commonSecWrap02 {
  background-color: #fff;
  border-radius: 2rem;
  margin: 0 0 3rem;
  padding: 3rem 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .commonSec .commonSecWrap02 {
    border-radius: 4rem;
    padding: 6rem 6rem 3rem;
  }
}
.commonSec .commonSecWrap02 .commonSecWrap02Inner {
  padding: 0 0 1rem;
}
.commonSec.--bgwhite {
  background-color: #FEFBF2;
  padding: 0;
}
.commonSec.--bgwhite .commonSecInner {
  overflow: hidden;
  background-color: #fff;
  padding: 5rem 0 2rem;
  border-radius: 4rem 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .commonSec.--bgwhite .commonSecInner {
    padding: 12rem 0 9rem;
    border-radius: 8rem 8rem 0 0;
  }
}
.commonSec.--bgyellow {
  background-color: #fff;
  padding: 0;
}
.commonSec.--bgyellow .commonSecInner {
  overflow: hidden;
  background-color: #FEFBF2;
  padding: 5rem 0 2rem;
  border-radius: 4rem 4rem 0 0;
}
@media screen and (min-width: 768px) {
  .commonSec.--bgyellow .commonSecInner {
    padding: 12rem 0 9rem;
    border-radius: 8rem 8rem 0 0;
  }
}
.commonSec.--bgyellow .commonSecWrap {
  background-color: #fff;
}
.commonSec:last-child .commonSecInner {
  padding-bottom: 0;
}

/*====================================================
汎用テキスト
====================================================*/
.commonText {
  background-color: #fff;
  overflow: hidden;
  padding: 3rem;
  margin: 0 0 3rem;
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .commonText {
    padding: 6rem 6rem 7rem;
    border-radius: 8rem;
  }
}
.commonText .commonTextInner {
  margin: 0;
  padding: 0;
}
.commonText .commonTextInner .commonTextTitle {
  position: relative;
  margin: 0 0 1rem;
  padding: 0 0 0 2.5rem;
  color: #3A3A3A;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .commonText .commonTextInner .commonTextTitle {
    margin: 0 0 2rem;
    font-size: 2.4rem;
  }
}
.commonText .commonTextInner .commonTextTitle::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #F49800;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .commonText .commonTextInner .commonTextTitle::before {
    top: 0.8rem;
  }
}
.commonText .commonTextInner .commonTextTitle + .commonTextTitle {
  margin-top: 3rem;
}
.commonText .commonTextInner .commonTextTitle.el_blue::before {
  background-color: #2FB7F1;
}
.commonText .commonTextInner .commonTextContent {
  font-weight: 500;
  margin: 0 0 2.6rem;
  padding: 0 0 0 2.5rem;
}
@media screen and (min-width: 768px) {
  .commonText .commonTextInner .commonTextContent {
    margin: 0 0 4rem;
  }
}
@media screen and (max-width: 767px) {
  .commonText .img {
    margin-top: -1rem;
  }
}
@media screen and (max-width: 767px) {
  .commonText .btn02 {
    margin-top: -1.2rem;
  }
}
.commonText.commonText02 {
  border-radius: 2rem;
}
@media screen and (min-width: 768px) {
  .commonText.commonText02 {
    border-radius: 4rem;
  }
}

/*====================================================
園の特色
====================================================*/
.aboutAppeal {
  overflow: hidden;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .aboutAppeal {
    padding: 3rem 0 1.8rem;
  }
}
.aboutAppeal .largeHeadline03 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 768px) {
  .aboutAppeal .largeHeadline03 {
    margin-bottom: 8rem;
  }
}

.aboutAppealList {
  background-color: #fff;
  overflow: hidden;
  padding: 3rem 3rem 0;
  margin: 2rem 0 5rem;
  border-radius: 1.5rem;
}
@media screen and (min-width: 768px) {
  .aboutAppealList {
    padding: 8rem 8rem 5rem;
    margin: 5rem 0 8rem;
    border-radius: 4rem;
  }
}
.aboutAppealList .aboutAppealListItem {
  position: relative;
  margin: 0;
}
@media screen and (min-width: 768px) {
  .aboutAppealList .aboutAppealListItem {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__left {
  width: 100%;
  margin: 0 0 1.5rem;
}
@media screen and (min-width: 768px) {
  .aboutAppealList .aboutAppealListItem .aboutAppealListItem__left {
    max-width: 20.2rem;
    margin: 0 8rem 3rem 0;
  }
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__left .aboutAppealListImg {
  text-align: center;
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__left .aboutAppealListImg img {
  max-width: 14rem;
}
@media screen and (min-width: 768px) {
  .aboutAppealList .aboutAppealListItem .aboutAppealListItem__left .aboutAppealListImg img {
    max-width: 100%;
  }
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__right {
  width: 100%;
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListTitle {
  margin: 0 0 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListTitle {
    text-align: left;
  }
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListTitle span {
  min-width: 18rem;
  display: inline-block;
  text-align: center;
  background-color: #DDE2EA;
  color: #3A3A3A;
  font-size: 1.5rem;
  font-weight: bold;
  padding: 0.3rem 1.2rem;
  border-radius: 5rem;
}
@media screen and (min-width: 768px) {
  .aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListTitle span {
    font-size: 2.1rem;
    padding: 0.5rem 1.5rem;
  }
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListTitle.--blue span {
  background-color: #91C3F2;
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListTitle.--yellow span {
  background-color: #FBD14F;
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListTitle.--green span {
  background-color: #96D670;
}
.aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListText {
  font-weight: 500;
  margin: 0 0 3rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .aboutAppealList .aboutAppealListItem .aboutAppealListItem__right .aboutAppealListText {
    text-align: left;
  }
}

/*====================================================
年間行事
====================================================*/
.eventSchedule {
  overflow: hidden;
  padding: 0;
}
.eventSchedule .container {
  max-width: 100%;
  padding: 0;
}

.eventScheduleWrap {
  background-color: #fff;
  overflow: hidden;
  padding: 5rem 3rem 0;
  margin: 0;
  border-radius: 5rem 5rem 0 0;
}
@media screen and (min-width: 768px) {
  .eventScheduleWrap {
    padding: 8rem;
    border-radius: 8rem 8rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .eventScheduleWrap {
    padding: 12rem 6rem 4rem;
  }
}

.eventScheduleInner {
  padding: 4rem 0 0;
  margin: 0 auto;
  max-width: 140rem;
  border-bottom: 0.4rem dotted #89c9ef;
}
@media screen and (min-width: 768px) {
  .eventScheduleInner {
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border: none;
  }
}
.eventScheduleInner .eventScheduleInnerleft {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .eventScheduleInner .eventScheduleInnerleft {
    max-width: 10rem;
    margin: 0 4rem 0 0;
  }
}
@media screen and (min-width: 1200px) {
  .eventScheduleInner .eventScheduleInnerleft {
    max-width: 20rem;
    margin: 0 8rem 0 0;
  }
}
.eventScheduleInner .eventScheduleInnerRight {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .eventScheduleInner .eventScheduleInnerRight {
    padding: 0 0 0 4rem;
    border-left: 0.4rem dotted #89c9ef;
  }
}
@media screen and (min-width: 1200px) {
  .eventScheduleInner .eventScheduleInnerRight {
    padding: 0 0 0 8rem;
  }
}
.eventScheduleInner .eventScheduleInnerRight .eventScheduleItem:last-child {
  padding: 0 0 3rem;
}
@media screen and (min-width: 768px) {
  .eventScheduleInner .eventScheduleInnerRight .eventScheduleItem:last-child {
    padding: 0 0 3.4rem;
  }
}
.eventScheduleInner:first-child {
  border: none;
  padding: 0;
}
.eventScheduleInner:last-child {
  border: none;
}
@media screen and (min-width: 768px) {
  .eventScheduleInner:last-child .eventScheduleInnerRight .eventScheduleItem:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10rem;
    width: 10rem;
    height: calc(100% + 3rem);
    background-color: #fff;
  }
}
.eventScheduleInner.--summer .eventScheduleInnerRight .eventScheduleItem .eventScheduleMonth {
  color: #7ECEF4;
}
.eventScheduleInner.--summer .eventScheduleInnerRight .eventScheduleItem .eventScheduleMonth::before {
  background-color: #7ECEF4;
}
.eventScheduleInner.--summer .eventScheduleInnerRight .eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle::before {
  background-color: #7ECEF4;
}
.eventScheduleInner.--autumn .eventScheduleInnerRight .eventScheduleItem .eventScheduleMonth {
  color: #F8B551;
}
.eventScheduleInner.--autumn .eventScheduleInnerRight .eventScheduleItem .eventScheduleMonth::before {
  background-color: #F8B551;
}
.eventScheduleInner.--autumn .eventScheduleInnerRight .eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle::before {
  background-color: #F8B551;
}
.eventScheduleInner.--winter .eventScheduleInnerRight .eventScheduleItem .eventScheduleMonth {
  color: #909090;
}
.eventScheduleInner.--winter .eventScheduleInnerRight .eventScheduleItem .eventScheduleMonth::before {
  background-color: #909090;
}
.eventScheduleInner.--winter .eventScheduleInnerRight .eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle::before {
  background-color: #909090;
}
.eventScheduleImg {
  text-align: center;
  margin: 0 0 3rem;
}

.eventScheduleItem {
  position: relative;
  margin: 0 0 3.4rem;
}
.eventScheduleItem .eventScheduleMonth {
  position: relative;
  color: #FFA4AF;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: -0.8rem 0 3.5rem;
}
.eventScheduleItem .eventScheduleMonth .el_text {
  display: inline-block;
  font-size: 4.2rem;
}
.eventScheduleItem .eventScheduleMonth .el_month {
  display: inline-block;
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .eventScheduleItem .eventScheduleMonth::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: #FFA4AF;
    position: absolute;
    top: 0.8rem;
    left: -5.8rem;
  }
}
@media screen and (min-width: 1200px) {
  .eventScheduleItem .eventScheduleMonth::before {
    top: 0.8rem;
    left: -9.7rem;
  }
}
.eventScheduleItem .eventScheduleItemInner {
  margin: 0;
  padding: 0;
  color: #2D4F6A;
}
.eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle {
  position: relative;
  margin: 0 0 0.6rem;
  padding: 0 0 0 2rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle {
    font-size: 2.1rem;
  }
}
.eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #FFA4AF;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle::before {
    top: 0.6rem;
  }
}
.eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle + .eventScheduleItemTitle {
  margin-top: 2.6rem;
}
.eventScheduleItem .eventScheduleItemInner .eventScheduleItemTitle:last-child {
  margin-bottom: 3rem;
}
.eventScheduleItem .eventScheduleItemInner .eventScheduleItemContent {
  font-weight: 500;
  padding: 0 0 0 2rem;
  margin: 0 0 2.6rem;
}
.eventScheduleItem:last-child {
  margin: 0;
}

/*====================================================
入園案内
====================================================*/
@media screen and (min-width: 1200px) {
  .entranceSummaryFlow {
    padding: 0 5rem;
    margin: 0 0 3rem;
  }
}
.entranceSummaryFlow .entranceSummaryFlowInner {
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .entranceSummaryFlow .entranceSummaryFlowInner {
    padding: 0 0 0 4rem;
    border-left: 0.4rem dotted #89c9ef;
  }
}
@media screen and (min-width: 1200px) {
  .entranceSummaryFlow .entranceSummaryFlowInner {
    padding: 0 0 0 7.5rem;
  }
}
@media screen and (min-width: 768px) {
  .entranceSummaryFlow .entranceSummaryFlowInner:last-child .entranceSummaryItem:last-child::before {
    content: "";
    position: absolute;
    top: 0;
    left: -10rem;
    width: 5rem;
    height: 100%;
    background-color: #FEFBF2;
  }
}
.entranceSummaryFlow .entranceSummaryFlowInner.--am .entranceSummaryItem .entranceSummaryTime {
  color: #2FB7F1;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--am .entranceSummaryItem .entranceSummaryTime::before {
  background-color: #2FB7F1;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--am .entranceSummaryItem ul li::before {
  background-color: #2FB7F1;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--noon .entranceSummaryItem .entranceSummaryTime {
  color: #FFA4AF;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--noon .entranceSummaryItem .entranceSummaryTime::before {
  background-color: #FFA4AF;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--noon .entranceSummaryItem ul li::before {
  background-color: #FFA4AF;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--pm .entranceSummaryItem .entranceSummaryTime {
  color: #f28a11;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--pm .entranceSummaryItem .entranceSummaryTime::before {
  background-color: #f28a11;
}
.entranceSummaryFlow .entranceSummaryFlowInner.--pm .entranceSummaryItem ul li::before {
  background-color: #f28a11;
}
.entranceSummaryFlow .entranceSummaryItem {
  position: relative;
  margin: 0;
}
.entranceSummaryFlow .entranceSummaryItem .entranceSummaryTime {
  position: relative;
  color: #2FB7F1;
  font-family: "Zen Maru Gothic", "Noto Sans JP", sans-serif;
  font-weight: bold;
  line-height: 1;
  margin: -0.8rem 0 3rem;
}
.entranceSummaryFlow .entranceSummaryItem .entranceSummaryTime .el_text {
  display: inline-block;
  font-size: 3.8rem;
}
@media screen and (min-width: 768px) {
  .entranceSummaryFlow .entranceSummaryItem .entranceSummaryTime .el_text {
    font-size: 4.2rem;
  }
}
.entranceSummaryFlow .entranceSummaryItem .entranceSummaryTime .el_text span {
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .entranceSummaryFlow .entranceSummaryItem .entranceSummaryTime::before {
    content: "";
    display: inline-block;
    width: 3rem;
    height: 3rem;
    border-radius: 100%;
    background-color: #2FB7F1;
    position: absolute;
    top: 0.8rem;
    left: -5.5rem;
  }
}
@media screen and (min-width: 1200px) {
  .entranceSummaryFlow .entranceSummaryItem .entranceSummaryTime::before {
    top: 0.8rem;
    left: -9.2rem;
  }
}
.entranceSummaryFlow .entranceSummaryItem ul {
  margin: 0 0 4rem;
  padding: 0;
  color: #2D4F6A;
  list-style: none;
}
.entranceSummaryFlow .entranceSummaryItem ul li {
  position: relative;
  margin: 0 0 1.4rem;
  padding: 0 0 0 2rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.4;
  letter-spacing: 0.1rem;
}
@media screen and (min-width: 768px) {
  .entranceSummaryFlow .entranceSummaryItem ul li {
    font-size: 2.1rem;
  }
}
.entranceSummaryFlow .entranceSummaryItem ul li::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #2FB7F1;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
@media screen and (min-width: 768px) {
  .entranceSummaryFlow .entranceSummaryItem ul li::before {
    top: 0.6rem;
  }
}
.entranceSummaryFlow .entranceSummaryItem .img {
  position: relative;
  margin: -1.4rem 0 5rem;
}
@media screen and (min-width: 992px) {
  .entranceSummaryFlow .entranceSummaryItem .img {
    margin: 0;
  }
}
@media screen and (min-width: 992px) {
  .entranceSummaryFlow .entranceSummaryItem .img img {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 100%;
  }
}
.entranceSummaryFlow .entranceSummaryItem:last-child {
  margin: 0;
}

/*====================================================
園の沿革・概要
====================================================*/
.songText {
  overflow: hidden;
  background-color: #ECF3FF;
  background-image: url(./img/song_bg.svg);
  background-repeat: no-repeat;
  background-size: 50% auto;
  background-position: right 3rem bottom 3rem;
  padding: 3rem 3rem 0;
  margin: 0 0 3rem;
  border-radius: 4rem;
}
@media screen and (min-width: 768px) {
  .songText {
    background-size: auto auto;
    background-position: right 6rem bottom 12rem;
    padding: 6rem 6rem 3rem;
  }
}
.songText .songTextPlay {
  margin: 1rem 0 5rem;
}
.songText .songTextPlay a {
  display: inline-block;
  color: #2FB7F1;
  font-weight: bold;
  font-size: 2.1rem;
}
@media screen and (min-width: 768px) {
  .songText .songTextPlay a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .songText .songTextPlay a:hover {
    opacity: 0.7;
  }
}
.songText .songTextPlay p {
  font-weight: 500;
  margin: 0;
}

/*====================================================
施設案内
====================================================*/
/*====================================================
入園案内
====================================================*/
@media screen and (min-width: 768px) {
  .staffList {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0 4rem;
  }
}
.staffList .staffListItem {
  width: 100%;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border-radius: 2rem;
  margin: 0 0 2.4rem;
  padding: 4rem 3rem 1rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .staffList .staffListItem {
    max-width: calc((100% - 4rem) / 2);
    border-radius: 4rem;
    margin: 0 0 4rem;
  }
}
@media screen and (min-width: 1200px) {
  .staffList .staffListItem {
    max-width: calc((100% - 8rem) / 3);
  }
}
.staffList .staffListItem .img {
  margin: 0 0 2rem;
}
.staffList .staffListItem .staffListTitle {
  position: relative;
  display: inline-block;
  color: #3A3A3A;
  font-weight: bold;
  line-height: 1.5;
  font-size: 1.7rem;
  padding: 0 0 0 2.5rem;
  margin: 0 0 1rem;
}
@media screen and (min-width: 768px) {
  .staffList .staffListItem .staffListTitle {
    font-size: 2.4rem;
  }
}
.staffList .staffListItem .staffListTitle::before {
  content: "";
  display: inline-block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 100%;
  background-color: #f28a11;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
.staffList .staffListItem .staffListText {
  font-weight: 500;
  margin: 0 0 3rem;
}

/*====================================

  ■お知らせ

=====================================*/
.singleThum {
  text-align: center;
  margin: 0 0 3rem;
}
.singleThum img {
  display: inline-block;
  max-width: 100%;
}

.singleTitle {
  margin: 2rem 0 5rem;
  color: #2D4F6A;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
@media screen and (min-width: 768px) {
  .singleTitle {
    font-size: 3rem;
  }
}

/*====================================

  ■投稿基本設定

=====================================*/
/*投稿
--------------------------------------*/
.post__content {
  overflow: hidden;
  margin: 0 auto 3rem;
}

.post__content:before,
.post__content:after {
  content: " ";
  display: table;
}

.post__content:after {
  clear: both;
}

.post__content img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-bottom: 2rem;
}

.post__content img.aligncenter {
  margin: 0 auto 2rem;
  display: block;
}

.post__content h1 {
  background: #f8f8f9;
  border-left: 3px solid #212836;
  margin: 3rem 0 2rem;
  padding: 1.2rem 1rem 1.2rem 1.5rem;
  font-size: 2.2rem;
  font-weight: bold;
}

.post__content h2 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
  padding: 0 0 1rem;
  border-bottom: 1px solid #d2d2d2;
}

.post__content h3 {
  font-size: 2rem;
  margin: 3rem 0 2rem;
  padding: 0 0 0 2.5rem;
  position: relative;
}
.post__content h3::before {
  content: "";
  display: inline-block;
  width: 1rem;
  height: 1rem;
  background: #adb1b9;
  border-radius: 100%;
  position: absolute;
  top: 0.9rem;
  left: 0.5rem;
}

.post__content h4 {
  font-size: 1.7rem;
  margin: 2rem 0;
}

.post__content h5 {
  font-size: 1.5rem;
  margin: 2rem 0;
}

.post__content h6 {
  font-size: 1.3rem;
  margin: 2rem 0;
}

.post__content h1,
.post__content h2,
.post__content h3,
.post__content h4,
.post__content h5,
.post__content h6 {
  line-height: 1.4;
}

.post__content div {
  max-width: 100%;
}

.post__content p {
  margin-bottom: 1rem;
}

.post__content a {
  text-decoration: underline;
}

.post__content a:hover {
  text-decoration: none;
}

.post__content ul,
.post__content ol {
  margin: 1.5rem 0;
  padding: 0 0 0 1.5rem;
}

.post__content ul li {
  list-style-type: disc;
  margin: 0.5rem 0;
  text-indent: 0.5rem;
}

.post__content ol li {
  list-style-type: decimal;
  margin: 0.5rem 0;
}

.post__content table {
  border-collapse: collapse;
  width: 100%;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.post__content table th {
  background: #eee;
  border: 1px solid #ccc;
  padding: 1rem;
}

.post__content table td {
  border: 1px solid #ccc;
  padding: 1rem;
}

/*投稿が何もなかった時の表示用*/
.null__block {
  width: 100%;
  text-align: center;
  padding: 2rem;
  background-color: #fff;
  border-radius: 0.5rem;
}

/*左寄せ*/
.alignleft {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .alignleft {
    float: left;
    margin-right: 2rem;
    margin-bottom: 2rem;
  }
}

/*右寄せ*/
.alignright {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .alignright {
    float: right;
    margin-left: 2rem;
    margin-bottom: 2rem;
  }
}

/*====================================================
お問い合わせ
====================================================*/
.contactAbout {
  padding: 0 0 4rem;
}
@media screen and (min-width: 768px) {
  .contactAbout {
    padding: 2rem 0 7rem;
  }
}
.contactAbout .telBlock {
  border-radius: 2rem;
  background-color: #EEF2F8;
  margin: 0 0 2rem;
  padding: 3rem 0;
}
.contactAbout .telBlock .telBlockText {
  color: #2D4F6A;
  font-weight: bold;
  font-size: 1.6rem;
  text-align: center;
  margin: 0 0 0.5rem;
}
@media screen and (min-width: 768px) {
  .contactAbout .telBlock .telBlockText {
    font-size: 1.8rem;
  }
}
.contactAbout .telBlock .telBlockTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
}
.contactAbout .telBlock .telBlockTitle .el_icon {
  max-width: 2rem;
  margin: 0 0.7rem 0 0;
  font-size: 0;
}
@media screen and (min-width: 768px) {
  .contactAbout .telBlock .telBlockTitle .el_icon {
    max-width: 100%;
    margin: 0 1rem 0 0;
  }
}
.contactAbout .telBlock .telBlockTitle .el_text {
  font-weight: 600;
  font-size: 3rem;
  text-align: left;
  line-height: 1;
  color: #3A3A3A;
}
@media screen and (min-width: 768px) {
  .contactAbout .telBlock .telBlockTitle .el_text {
    font-size: 4rem;
  }
}

.contactForm {
  position: relative;
  z-index: 1;
  background-color: #E5F5FF;
  padding: 6.5rem 0 3rem;
}
@media screen and (min-width: 768px) {
  .contactForm {
    padding: 12rem 0 9rem;
  }
}
.contactForm::before {
  content: "";
  display: block;
  position: absolute;
  top: -2rem;
  left: 0;
  width: 100%;
  height: 5rem;
  background-image: url(./img/bg_wave-blue.png);
  background-position: top center;
  background-size: auto 100%;
}
@media screen and (min-width: 768px) {
  .contactForm::before {
    top: -3.5rem;
    height: 10rem;
  }
}
.contactForm .container {
  position: relative;
  z-index: 5;
}
.contactForm .contactFormWrap {
  background-color: #fff;
  border-radius: 2rem;
  margin: 0 0 3rem;
  padding: 3rem;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .contactForm .contactFormWrap {
    border-radius: 4rem;
    padding: 6rem 6rem 9.8rem;
  }
}

.set {
  width: 100%;
  max-width: 104rem;
  border-collapse: collapse;
  margin: 0 auto 8rem;
}
@media screen and (max-width: 767px) {
  .set {
    display: block;
    margin: 0 auto 5rem;
  }
}
@media screen and (max-width: 767px) {
  .set tbody {
    width: 100%;
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .set tbody tr {
    width: 100%;
    display: block;
  }
}
.set tbody tr th {
  width: 25%;
  min-width: 20.5rem;
  padding: 3.6rem 1rem 2rem 0;
  font-weight: bold;
  vertical-align: top;
  text-align: left;
  font-size: 1.8rem;
  border-bottom: 1px solid #DDE2EA;
}
@media screen and (max-width: 767px) {
  .set tbody tr th {
    display: block;
    padding: 0;
    width: 100%;
    border: none;
    font-size: 1.4rem;
  }
}
.set tbody tr th .inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.set tbody tr th .red {
  display: inline-block;
  width: 4.5rem;
  height: 2rem;
  margin: 0;
  padding: 0.4rem 0.4rem 0;
  color: #fff;
  background: #9B0031;
  font-weight: normal;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
}
.set tbody tr th p {
  padding: 0;
  margin: 0;
}
.set tbody tr td {
  width: 75%;
  padding: 2rem 0 2rem 2rem;
  vertical-align: middle;
  border-bottom: 1px solid #DDE2EA;
}
@media screen and (max-width: 767px) {
  .set tbody tr td {
    display: block;
    padding: 0.1rem 0 2rem;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-bottom: none;
  }
}
.set tbody tr td p {
  line-height: 1;
  margin-top: 1rem;
}
.set tbody tr td .border-1 {
  border-bottom: 0.1rem solid #E1E1E1;
}
.set tbody tr td input[type=text],
.set tbody tr td input[type=email],
.set tbody tr td input[type=tel],
.set tbody tr td select,
.set tbody tr td textarea {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.8;
  padding: 1rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4.8rem;
  height: 4.8rem;
  font-size: 1.6rem;
  border: 0.1rem solid #E1E1E1;
}
@media screen and (max-width: 767px) {
  .set tbody tr td input[type=text],
  .set tbody tr td input[type=email],
  .set tbody tr td input[type=tel],
  .set tbody tr td select,
  .set tbody tr td textarea {
    line-height: 1.5;
    min-height: 3rem;
    height: 3rem;
    font-size: 1.3rem;
  }
}
.set tbody tr td input[type=text]::-webkit-input-placeholder, .set tbody tr td input[type=email]::-webkit-input-placeholder, .set tbody tr td input[type=tel]::-webkit-input-placeholder, .set tbody tr td select::-webkit-input-placeholder, .set tbody tr td textarea::-webkit-input-placeholder {
  opacity: 0.5;
}
.set tbody tr td input[type=text]::-moz-placeholder, .set tbody tr td input[type=email]::-moz-placeholder, .set tbody tr td input[type=tel]::-moz-placeholder, .set tbody tr td select::-moz-placeholder, .set tbody tr td textarea::-moz-placeholder {
  opacity: 0.5;
}
.set tbody tr td input[type=text]:-ms-input-placeholder, .set tbody tr td input[type=email]:-ms-input-placeholder, .set tbody tr td input[type=tel]:-ms-input-placeholder, .set tbody tr td select:-ms-input-placeholder, .set tbody tr td textarea:-ms-input-placeholder {
  opacity: 0.5;
}
.set tbody tr td input[type=text]::-ms-input-placeholder, .set tbody tr td input[type=email]::-ms-input-placeholder, .set tbody tr td input[type=tel]::-ms-input-placeholder, .set tbody tr td select::-ms-input-placeholder, .set tbody tr td textarea::-ms-input-placeholder {
  opacity: 0.5;
}
.set tbody tr td input[type=text]::placeholder,
.set tbody tr td input[type=email]::placeholder,
.set tbody tr td input[type=tel]::placeholder,
.set tbody tr td select::placeholder,
.set tbody tr td textarea::placeholder {
  opacity: 0.5;
}
.set tbody tr td textarea {
  resize: vertical;
  height: 20rem;
}
.set tbody tr td.input_half input, .set tbody tr td.input_half select {
  width: 100%;
  max-width: 100%;
}
.set tbody tr td .set-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.set tbody tr td .set-confirm .el_text01 {
  margin: 0 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .set tbody tr td .set-confirm .el_text01 img {
    width: 13rem;
    height: auto;
  }
}
.set tbody tr td .set-confirm .el_text02 {
  margin: 0;
}
.set tbody tr td .set-confirm .el_text02 input {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 1.8;
  padding: 1rem;
  border-radius: 0.2rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 4.8rem;
  height: 4.8rem;
  font-size: 1.6rem;
  border: 0.1rem solid #E1E1E1;
}
@media screen and (max-width: 767px) {
  .set tbody tr td .set-confirm .el_text02 input {
    line-height: 1.5;
    min-height: 3rem;
    height: 3rem;
    font-size: 1.3rem;
  }
}

.setInner {
  border-radius: 1.4rem;
  background-color: #EEF2F8;
  margin: 0 0 5rem;
  padding: 3rem 3rem 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .setInner {
    padding: 5rem 6rem 3rem;
  }
}

/*送信ボタン*/
.formBtn {
  text-align: center;
}
.formBtn p {
  display: inline-block;
  position: relative;
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 30rem;
}
.formBtn p .wpcf7-submit {
  display: inline-block;
  text-align: left;
  width: 100%;
  max-width: 26rem;
  background-color: #2FB7F1;
  background-image: url(./img/icon_link01_white.svg);
  background-size: 2rem auto;
  background-position: center right 2rem;
  background-repeat: no-repeat;
  color: #fff;
  border: 2px solid #2FB7F1;
  position: relative;
  z-index: 1;
  font-size: 1.4rem;
  font-weight: 600;
  text-decoration: none;
  padding: 1.8rem 0 1.8rem 2.4rem;
  margin: 0 0 3rem;
  border-radius: 1.6rem;
}
@media screen and (min-width: 768px) {
  .formBtn p .wpcf7-submit {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    font-size: 1.7rem;
    background-size: auto auto;
  }
  .formBtn p .wpcf7-submit:hover {
    opacity: 1;
    background-color: #fff;
    background-image: url(./img/icon_link01_blue.svg);
    color: #2FB7F1;
  }
}
.formBtn p .wpcf7-submit .el_text {
  display: inline-block;
}

/*====================================================
cf7
====================================================*/
.wpcf7-form-control-wrap.request .wpcf7-list-item {
  display: block;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  display: none;
  margin: 0 auto;
  text-align: center;
}

div.wpcf7 .ajax-loader {
  margin: 5px auto 0;
  display: block;
  color: #fff;
  border: none !important;
  margin: 0px auto 10px;
  text-align: center;
  opacity: 1;
  position: absolute;
  z-index: 1;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

div.wpcf7-validation-errors {
  background-color: #9B0031;
  color: #fff;
  border: none !important;
  margin: 0px auto 50px;
  text-align: center;
}

div.wpcf7-mail-sent-ok {
  background-color: #2FB7F1;
  color: #fff;
  border: none !important;
  margin: 0 auto 50px;
  text-align: center;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin-right: 2.4rem;
}

.wpcf7-radio .wpcf7-list-item {
  margin: 0.3rem 2rem 0.3rem 0;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5rem;
}

.mb-10 {
  margin-bottom: 1rem !important;
}

.mb-15 {
  margin-bottom: 1.5rem !important;
}

.mb-20 {
  margin-bottom: 2rem !important;
}

.mb-25 {
  margin-bottom: 2.5rem !important;
}

.mb-30 {
  margin-bottom: 3rem !important;
}

.mb-40 {
  margin-bottom: 4rem !important;
}

.mb-50 {
  margin-bottom: 5rem !important;
}

.mb-60 {
  margin-bottom: 6rem !important;
}

.mb-70 {
  margin-bottom: 7rem !important;
}

.mb-80 {
  margin-bottom: 8rem !important;
}

@media screen and (min-width: 768px) {
  .mb-md-10 {
    margin-bottom: 1rem !important;
  }
  .mb-md-15 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-20 {
    margin-bottom: 2rem !important;
  }
  .mb-md-25 {
    margin-bottom: 2.5rem !important;
  }
  .mb-md-30 {
    margin-bottom: 3rem !important;
  }
  .mb-md-40 {
    margin-bottom: 4rem !important;
  }
  .mb-md-50 {
    margin-bottom: 5rem !important;
  }
  .mb-md-60 {
    margin-bottom: 6rem !important;
  }
  .mb-md-70 {
    margin-bottom: 7rem !important;
  }
  .mb-md-80 {
    margin-bottom: 8rem !important;
  }
}
/*# sourceMappingURL=style.css.map */