@charset "UTF-8";
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}

@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}

html {
  font-size: 62.5%;
  overflow-x: hidden;
}

body {
  background: #fff;
  font-family: "Noto Sans JP", "-apple-system", BlinkMacSystemFont, "Helvetica Neue", Roboto, "Droid Sans", Arial, "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1.4;
  color: #000;
  height: auto !important;
  overflow: hidden;
  letter-spacing: .04em;
}

p {
  margin: 0;
  line-height: 1.5em;
}

main {
  overflow: hidden;
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

body:not(.home) ul {
  line-height: 1.8;
}

dl,
dt,
dd {
  margin: 0;
  padding: 0;
}

a {
  transition: .2s;
}

a:link {
  color: #000;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  opacity: .8;
  transition: .2s;
}

a:visited {
  color: #000;
}

[href^="tel"] {
  text-decoration: none !important;
  display: inline-block;
}

@media (min-width: 767px) {
  [href^="tel"] {
    pointer-events: none !important;
  }
}

.fax a {
  pointer-events: none;
  text-decoration: none;
}

/* normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: .67em 0;
}

figcaption, figure, main {
  display: block;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

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

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

abbr[title] {
  border-bottom: 0;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
}

b, strong {
  font-weight: bolder;
}

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

dfn {
  font-style: italic;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

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

img {
  border-style: none;
}

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

button, input, optgroup, select, textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: .35em .75em .625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

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

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

/*  12 COLUMN : RESPONSIVE GRID SYSTEM
  DEVELOPER : DENIS LEBLANC
  URL : http://responsive.gs
  VERSION : 3.0
  LICENSE : GPL & MIT */
* {
  box-sizing: border-box;
}

.container {
  max-width: 800px;
  margin: 0 auto;
}

.clr:after, .col:after, .container:after, .group:after, .row:after {
  content: "";
  display: table;
  clear: both;
}

.row {
  padding-bottom: 0;
}

.col {
  display: block;
  float: left;
  width: 100%;
}

@media (min-width: 768px) {
  .gutters .col {
    margin-left: 2%;
  }
  .span_1 {
    width: 8.33333333333%;
  }
  .span_2 {
    width: 16.6666666667%;
  }
  .span_3 {
    width: 25%;
  }
  .span_4 {
    width: 33.3333333333%;
  }
  .span_5 {
    width: 41.6666666667%;
  }
  .span_6 {
    width: 50%;
  }
  .span_7 {
    width: 58.3333333333%;
  }
  .span_8 {
    width: 66.6666666667%;
  }
  .span_9 {
    width: 75%;
  }
  .span_10 {
    width: 83.3333333333%;
  }
  .span_11 {
    width: 91.6666666667%;
  }
  .span_12 {
    width: 100%;
  }
  .gutters .span_1 {
    width: 6.5%;
  }
  .gutters .span_2 {
    width: 15%;
  }
  .gutters .span_3 {
    width: 23.5%;
  }
  .gutters .span_4 {
    width: 32%;
  }
  .gutters .span_5 {
    width: 40.5%;
  }
  .gutters .span_6 {
    width: 49%;
  }
  .gutters .span_7 {
    width: 57.5%;
  }
  .gutters .span_8 {
    width: 66%;
  }
  .gutters .span_9 {
    width: 74.5%;
  }
  .gutters .span_10 {
    width: 83%;
  }
  .gutters .span_11 {
    width: 91.5%;
  }
  .gutters .span_12 {
    width: 100%;
  }
}

/* 12 COLUMN : RESPONSIVE GRID SYSTEM Fix Ver. 1.2.1 */
.container {
  padding: 0 10px;
}

.container img {
  max-width: 100%;
}

* + .container {
  margin-top: 2em;
}

.row:not(:last-child) {
  margin-bottom: 4%;
}

.col {
  float: none;
}

.col:not(:last-child) {
  margin-bottom: 3%;
}

@media (min-width: 768px) {
  .container {
    max-width: 1080px;
    margin: auto;
    padding: 0 10px;
  }
  * + .container {
    margin-top: 40px;
  }
  .col {
    float: left;
  }
  .reverse > .col {
    float: right;
  }
  .col:not(:last-child) {
    margin-bottom: 0;
  }
  .reverse > .col:last-child, :not(.reverse) > .col:first-child {
    margin-left: 0;
  }
  .col.offset_1 {
    margin-left: 8.33333333333%;
  }
  .gutters .col.offset_1 {
    margin-left: 10.5%;
  }
  .gutters .col.offset_1:first-child {
    margin-left: 8.5%;
  }
  .col.offset_2 {
    margin-left: 16.6666666667%;
  }
  .gutters .col.offset_2 {
    margin-left: 19%;
  }
  .gutters .col.offset_2:first-child {
    margin-left: 17%;
  }
  .col.offset_3 {
    margin-left: 25%;
  }
  .gutters .col.offset_3 {
    margin-left: 27.5%;
  }
  .gutters .col.offset_3:first-child {
    margin-left: 25.5%;
  }
  .col.offset_4 {
    margin-left: 33.3333333333%;
  }
  .gutters .col.offset_4 {
    margin-left: 36%;
  }
  .gutters .col.offset_4:first-child {
    margin-left: 34%;
  }
  .col.offset_5 {
    margin-left: 41.6666666667%;
  }
  .gutters .col.offset_5 {
    margin-left: 44.5%;
  }
  .gutters .col.offset_5:first-child {
    margin-left: 42.5%;
  }
  .col.offset_6 {
    margin-left: 50%;
  }
  .gutters .col.offset_6 {
    margin-left: 53%;
  }
  .gutters .col.offset_6:first-child {
    margin-left: 51%;
  }
  .col.offset_7 {
    margin-left: 58.3333333333%;
  }
  .gutters .col.offset_7 {
    margin-left: 61.5%;
  }
  .gutters .col.offset_7:first-child {
    margin-left: 59.5%;
  }
  .col.offset_8 {
    margin-left: 66.6666666667%;
  }
  .gutters .col.offset_8 {
    margin-left: 70%;
  }
  .gutters .col.offset_8:first-child {
    margin-left: 68%;
  }
  .col.offset_9 {
    margin-left: 75%;
  }
  .gutters .col.offset_9 {
    margin-left: 78.5%;
  }
  .gutters .col.offset_9:first-child {
    margin-left: 76.5%;
  }
  .col.offset_10 {
    margin-left: 83.3333333333%;
  }
  .gutters .col.offset_10 {
    margin-left: 87%;
  }
  .gutters .col.offset_10:first-child {
    margin-left: 85%;
  }
  .col.offset_11 {
    margin-left: 91.6666666667%;
  }
  .gutters .col.offset_11 {
    margin-left: 95.5%;
  }
  .gutters .col.offset_11:first-child {
    margin-left: 93.5%;
  }
  .col.offset_12 {
    margin-left: 100%;
  }
  :not(.reverse) > .col.break + .col {
    clear: left;
    margin-left: 0;
  }
  .reverse > .col.break {
    margin-left: 0;
  }
  .reverse > .col.break + .col {
    clear: right;
    margin-right: 0;
  }
  .col.break ~ .col {
    margin-top: 2%;
  }
}

@media (min-width: 1024px) {
  .container {
    padding: 0;
  }
}

@media (max-width: 768px) {
  .container {
    max-width: 1080px;
  }
}

@media (max-width: 1130px) {
  .container {
    padding: 0 30px;
  }
}

.col p {
  line-height: 1.8;
}

.text-center {
  text-align: center;
}

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

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

.text-xxlarge {
  font-size: 24px;
  font-size: 2.4rem;
}

.text-xlarge {
  font-size: 20px;
  font-size: 2rem;
}

.text-large {
  font-size: 16px;
  font-size: 1.6rem;
}

.text-small {
  font-size: 12px;
  font-size: 1.2rem;
}

.text-xsmall {
  font-size: 10px;
  font-size: 1rem;
}

.text-red {
  color: #f00 !important;
}

@media (max-width: 767px) {
  .pc,
  .tb {
    display: none !important;
  }
  .sp-text-center {
    text-align: center;
  }
  .sp-text-left {
    text-align: left;
  }
  .sp-text-right {
    text-align: right;
  }
}

@media (min-width: 768px) {
  .lead {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-xxlarge {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .text-xlarge {
    font-size: 28px;
    font-size: 2.8rem;
  }
  .text-large {
    font-size: 20px;
    font-size: 2rem;
  }
  .text-small {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .text-xsmall {
    font-size: 10px;
    font-size: 1rem;
  }
  .sp {
    display: none !important;
  }
  .pc-text-center {
    text-align: center;
  }
  .pc-text-left {
    text-align: left;
  }
  .pc-text-right {
    text-align: right;
  }
}

@media (min-width: 1024px) {
  .tb {
    display: none !important;
  }
}

@media (max-width: 768px) {
  .pc02,
  .tb02 {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .sp02 {
    display: none !important;
  }
}

@media (max-width: 749px) {
  .pc03,
  .tb03 {
    display: none !important;
  }
}

@media (min-width: 750px) {
  .sp03 {
    display: none !important;
  }
}

.mb0 {
  margin-bottom: 0 !important;
}

.add_arrow {
  display: block;
  position: relative;
}

.add_arrow:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 5%;
  margin: auto;
  width: 6px;
  height: 6px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: translate(0, -50%) rotate(45deg);
  transition: 0.2s;
}

.add_arrow:hover {
  border: 1px solid #0066ff;
  color: #0066ff;
  background: #fff;
}

.add_arrow:hover:after {
  left: 6%;
  border-color: #0066ff;
}

.add_ex {
  position: relative;
}

.add_ex:before {
  content: none;
}

.add_ex:after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-weight: 700;
  font-size: 1em;
  width: auto;
  height: auto;
  top: 50%;
  transform: translateY(-50%);
  border: none;
  background: none;
  position: absolute;
  right: 5%;
}

.more {
  display: block;
  overflow: hidden;
  margin: auto;
}

.more a {
  display: block;
  border: 1px solid #0066ff;
  color: #fff;
  background: #0066ff;
  padding: .6em 0;
  margin: 0 auto 1px;
  max-width: 316px;
  font-weight: bold;
  width: 100%;
  text-align: center;
  text-decoration: none;
  transition: .3s;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: .1em;
}

body:not(.home) h1 {
  font-size: 32px;
  font-size: 3.2rem;
  font-weight: bold;
  letter-spacing: .16em;
  text-align: center;
  color: #000;
  margin: 0 0 .5em 0;
  padding: 1em 0;
  position: relative;
}

@media (max-width: 767px) {
  body:not(.home) h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}

h2 {
  font-size: 28px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #000;
  position: relative;
  word-wrap: break-word;
  margin: 0 auto 40px;
}

@media (max-width: 767px) {
  h2 {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 auto 1.2em;
  }
}

h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  color: #000;
  word-wrap: break-word;
  margin: 0 auto 30px;
}

@media (max-width: 767px) {
  h3 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 1em;
  }
}

h4 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  letter-spacing: .1em;
  color: #000;
  margin: 0 auto 30px;
  position: relative;
  word-wrap: break-word;
}

@media (max-width: 767px) {
  h4 {
    font-size: 18px;
    font-size: 1.8rem;
    margin: 0 auto 1em;
  }
}

.news dl {
  display: flex;
}

footer {
  background: #fff;
  color: #000;
  text-align: center;
  padding: 64px 0;
}

@media (max-width: 767px) {
  footer {
    padding: 0 0 20px;
  }
}

@media (max-width: 767px) {
  footer .container {
    padding: 0;
  }
}

footer nav {
  margin-bottom: 20px;
}

footer nav ul {
  list-style: none;
}

footer nav ul li {
  display: inline-block;
  margin: 0 20px 20px 0;
}

@media (max-width: 767px) {
  footer nav ul li {
    display: block;
    border-bottom: 1px solid #ccc;
    margin: 0;
  }
  footer nav ul li a {
    display: block;
    padding: 10px 0;
  }
}

footer nav ul li:last-child {
  margin-right: 0;
}

footer .copyright p {
  font-size: 14px;
  font-size: 1.4rem;
}

.sub_mv {
  width: 100%;
  height: 320px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.center {
  text-align: center;
}

.contents {
  margin-bottom: 80px;
}

@media (max-width: 768px) {
  .contents {
    margin-bottom: 60px;
  }
}

.intro_txt {
  margin-bottom: 40px;
}

.sub_box {
  margin-bottom: 70px;
}

@media (max-width: 768px) {
  .sub_box {
    margin-bottom: 50px;
  }
}

.sub_box:nth-last-of-type(1) {
  margin-bottom: 0px;
}

.sub_box2 {
  margin-bottom: 50px;
}

@media (max-width: 768px) {
  .sub_box2 {
    margin-bottom: 30px;
  }
}

.sub_box2:nth-last-of-type(1) {
  margin-bottom: 0px;
}

@media (max-width: 768px) {
  .reverse {
    flex-direction: column-reverse;
  }
}

.facilities_mv {
  background: url(/wp-content/uploads/sub_mv01.jpg) no-repeat;
  background-size: cover;
}

.page_link {
  width: 370px;
  margin: 70px auto;
}

@media (max-width: 768px) {
  .page_link {
    width: 65%;
    margin: 40px auto;
  }
}

.page_link li {
  position: relative;
  padding-left: 14px;
}

@media (max-width: 425px) {
  .page_link li {
    width: 50%;
    margin-bottom: 1em;
  }
}

.page_link li a {
  color: #0070C5;
}

.page_link li::before {
  content: '';
  display: inline-block;
  width: 7px;
  height: 7px;
  border: 0px;
  border-top: solid 1px #0070C5;
  border-right: solid 1px #0070C5;
  transform: rotate(135deg);
  position: absolute;
  top: 4px;
  left: 0;
}

#facilities_intro p {
  text-align: center;
}

#facilities_01 ul li {
  margin-bottom: 60px;
}

@media (max-width: 768px) {
  #facilities_01 ul li {
    margin-bottom: 50px;
  }
}

@media (max-width: 768px) {
  #facilities_01 ul li .point_txt {
    margin-top: 20px;
  }
}

#facilities_01 ul li .point_txt p:nth-of-type(1) {
  font-weight: 500;
  margin-bottom: 10px !important;
}

#facilities_01 ul li .point_txt p:nth-of-type(1) span {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  margin-left: 4px;
}

#facilities_01 ul li .point_txt p:nth-of-type(2) {
  font-weight: 500;
  margin-bottom: 10px !important;
}

#facilities_01 ul li video {
  width: 100%;
  height: auto;
}

#facilities_01 ul li:nth-of-type(3) {
  margin-bottom: 0px;
}

#facilities_02 .sub_box ul::after {
  content: "";
  display: block;
  width: 32%;
}

@media (max-width: 768px) {
  #facilities_02 .sub_box ul li {
    margin-bottom: 1em;
  }
}

#facilities_02 .sub_box ul li figure img {
  width: 100%;
}

#facilities_02 .sub_box ul li p {
  font-size: 15px;
  margin: 5px auto 15px;
}

@media (max-width: 768px) {
  #facilities_02 .sub_box ul li p {
    margin: 8px auto 0;
  }
}

#facilities_03 .map_area {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 1024px) {
  #facilities_03 .map_area iframe {
    width: 100%;
    height: 500px;
  }
}

@media (max-width: 768px) {
  #facilities_03 .map_area iframe {
    width: 100%;
    height: 70vw;
  }
}

#facilities_03 dl dt {
  width: 20%;
  padding: 40px 30px;
  box-sizing: border-box;
  border-top: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  #facilities_03 dl dt {
    width: 100%;
    padding: 4vw;
    background: #FEF4D9;
    border-top: none;
  }
}

#facilities_03 dl dt:nth-last-of-type(1) {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  #facilities_03 dl dt:nth-last-of-type(1) {
    border-bottom: none;
  }
}

#facilities_03 dl dd {
  width: 80%;
  padding: 40px 30px;
  box-sizing: border-box;
  border-top: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  #facilities_03 dl dd {
    width: 100%;
    padding: 4vw;
    border-top: none;
  }
}

#facilities_03 dl dd p {
  margin-bottom: 15px;
}

#facilities_03 dl dd p span {
  display: inline-block;
  width: 90px;
}

@media (max-width: 540px) {
  #facilities_03 dl dd p span {
    width: 100%;
    margin-bottom: 5px;
  }
}

#facilities_03 dl dd:nth-last-of-type(1) {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  #facilities_03 dl dd:nth-last-of-type(1) {
    border-bottom: none;
  }
}

#facilities_04 dl dt {
  width: 20%;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #D5D5D5;
}

#facilities_04 dl dt:nth-last-of-type(1) {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  #facilities_04 dl dt:nth-last-of-type(1) {
    border-bottom: none;
  }
}

@media (max-width: 768px) {
  #facilities_04 dl dt {
    width: 100%;
    padding: 4vw;
    background: #FEF4D9;
    border-top: none;
  }
}

#facilities_04 dl dd {
  width: 80%;
  padding: 20px;
  box-sizing: border-box;
  border-top: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  #facilities_04 dl dd {
    width: 100%;
    padding: 4vw;
    border-top: none;
  }
}

#facilities_04 dl dd p {
  margin-bottom: 15px;
}

#facilities_04 dl dd p span {
  display: inline-block;
  width: 250px;
}

@media (max-width: 768px) {
  #facilities_04 dl dd p span {
    width: 100%;
    margin-bottom: 5px;
  }
}

#facilities_04 dl dd:nth-last-of-type(1) {
  border-bottom: 1px solid #D5D5D5;
}

@media (max-width: 768px) {
  #facilities_04 dl dd:nth-last-of-type(1) {
    border-bottom: none;
  }
}

.swimming_mv {
  background: url(/wp-content/uploads/sub_mv02.jpg) no-repeat;
  background-size: cover;
}

.swimming_point {
  margin: 60px auto;
}

@media (max-width: 768px) {
  .swimming_point {
    margin: 40px auto;
  }
}

.swimming_point p {
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 768px) {
  .swimming_point p {
    margin-bottom: 1em;
  }
}

.swimming_point ul li {
  font-weight: bold;
  font-size: 20px;
  margin: 15px auto;
  display: flex;
  align-items: center;
}

@media (max-width: 768px) {
  .swimming_point ul li {
    font-size: 1.8rem;
    line-height: 1.4em;
    display: block;
    position: relative;
    padding-left: 30px;
  }
}

.swimming_point ul li span {
  display: inline-block;
  margin-right: 10px;
  width: 30px;
  height: 30px;
}

@media (max-width: 768px) {
  .swimming_point ul li span {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
  }
}

.swimming_point ul li span img {
  width: 100%;
  height: 100%;
}

.swimming_photo li img {
  width: 100%;
}

@media (max-width: 768px) {
  .photo_margin {
    margin-top: 2em;
  }
}

.txt_bottom {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .txt_bottom {
    margin-top: 1.5em;
  }
}

.swimming_photo3 p {
  margin-top: 40px;
}

@media (max-width: 768px) {
  .swimming_photo3 p {
    margin-top: 1.5em;
  }
}

#sub_page_link1 ul li {
  margin: 0 auto 20px;
  width: 800px;
}

@media (max-width: 1024px) {
  #sub_page_link1 ul li {
    width: 80%;
  }
}

@media (max-width: 425px) {
  #sub_page_link1 ul li {
    width: 100%;
  }
}

#sub_page_link1 ul li a {
  display: block;
  padding: 20px;
  box-sizing: border-box;
  background: #F2F2F2;
  position: relative;
  font-weight: bold;
  font-size: 24px;
}

@media (max-width: 768px) {
  #sub_page_link1 ul li a {
    font-size: 2rem;
  }
}

@media (max-width: 425px) {
  #sub_page_link1 ul li a {
    font-size: 1.8rem;
  }
}

#sub_page_link1 ul li a span {
  display: inline-block;
  width: 30px;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
}

@media (max-width: 768px) {
  #sub_page_link1 ul li a span {
    width: 25px;
    left: 12%;
  }
}

@media (max-width: 425px) {
  #sub_page_link1 ul li a span {
    width: 22px;
  }
}

#sub_page_link1 ul li a span img {
  width: 100%;
}

#sub_page_link1 ul li a p {
  text-align: center;
}

#sub_page_link1 ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#sub_page_link2 h4 span {
  font-size: 14px;
  display: inline-block;
  margin-bottom: 4px;
}

#sub_page_link2 ul li {
  margin: 0 0 20px;
}

@media (max-width: 768px) {
  #sub_page_link2 ul li {
    width: 80%;
    margin: 0 auto 20px;
    text-align: center;
  }
}

@media (max-width: 425px) {
  #sub_page_link2 ul li {
    width: 100%;
  }
}

#sub_page_link2 ul li a {
  display: block;
  padding: 25px;
  box-sizing: border-box;
  background: #F2F2F2;
  transition: .2s;
}

@media (max-width: 425px) {
  #sub_page_link2 ul li a {
    padding: 20px;
  }
}

#sub_page_link2 ul li a p {
  font-weight: 500;
}

#sub_page_link2 ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.kidsclub_mv {
  background: url(/wp-content/uploads/sub_mv03.jpg) center center no-repeat;
  background-size: cover;
}

.fitness_mv {
  background: url(/wp-content/uploads/sub_mv04.jpg) center center no-repeat;
  background-size: cover;
}

.staff_mv {
  background: url(/wp-content/uploads/sub_mv05.jpg) center center no-repeat;
  background-size: cover;
}

.staff .flex_contents::after {
  content: "";
  display: block;
  width: 30%;
}

.staff_contents {
  color: #0070C5;
}

.staff_contents h2 {
  color: #0070C5;
}

.staff_contents .column3-1 p:nth-of-type(1) {
  font-weight: 500;
}

.staff_contents .column3-1 p:nth-of-type(2) {
  margin-bottom: 12px;
}

.staff_contents .column3-1 .comment {
  color: #95989A;
  margin-top: 24px;
}

@media (max-width: 425px) {
  .staff_contents .column3-1 .comment {
    margin-top: 12px;
  }
}

.privacy .sub_box p:nth-of-type(1) {
  margin-bottom: 20px;
}

@media (max-width: 768px) {
  .privacy .sub_box p:nth-of-type(1) {
    margin-bottom: 15px;
  }
}

.archive .category_list {
  align-items: center;
  justify-content: flex-start;
  padding: 10px;
  box-sizing: border-box;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 600px) {
  .archive .category_list {
    padding: 0;
  }
}

.archive .category_list dt {
  width: 20%;
  font-weight: 500;
}

@media (max-width: 768px) {
  .archive .category_list dt {
    width: 10%;
    font-size: 15px;
  }
}

@media (max-width: 600px) {
  .archive .category_list dt {
    width: 100%;
    text-align: center;
    background: #D5D5D5;
    padding: 12px 0;
  }
}

.archive .category_list dd {
  margin-right: 8%;
}

@media (max-width: 768px) {
  .archive .category_list dd {
    margin-right: 4%;
    font-size: 15px;
  }
}

.archive .category_list dd .ECM_CheckboxInput {
  padding: 12px 8px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 600px) {
  .archive .category_list dd .ECM_CheckboxInput {
    padding: 5vw 2vw;
    box-sizing: border-box;
  }
}

.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input {
  margin: 0;
  width: 0;
  opacity: 0;
}

.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput {
  background: #1571DA;
}

.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::before {
  content: "";
  display: block;
  position: absolute;
  top: 28%;
  left: 60%;
  width: 44%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-135deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-Input:checked + .ECM_CheckboxInput-DummyInput::after {
  content: "";
  display: block;
  position: absolute;
  top: 40%;
  left: 73%;
  width: 70%;
  height: 2px;
  border-radius: 2px;
  transform: translate(-6px, 5px) rotateZ(-45deg);
  transform-origin: 2px 2px;
  background: #FFFFFF;
}

.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-DummyInput {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: solid 2px transparent;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 4px;
}

.archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-LabelText {
  margin-left: 12px;
  display: block;
}

@media (max-width: 768px) {
  .archive .category_list dd .ECM_CheckboxInput .ECM_CheckboxInput-LabelText {
    margin-left: 10px;
  }
}

.archive .archive_list li {
  margin-bottom: 50px;
}

.archive .archive_list li .archive_photo {
  width: 25%;
  background: #fff;
  min-height: 160px;
  max-height: 180px;
  overflow: hidden;
  text-align: center;
}

.archive .archive_list li .archive_photo img {
  width: 100%;
  display: inline-block;
}

@media (max-width: 768px) {
  .archive .archive_list li .archive_photo img {
    width: 80%;
  }
}

@media (max-width: 425px) {
  .archive .archive_list li .archive_photo img {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .archive .archive_list li .archive_photo {
    width: 30%;
  }
}

@media (max-width: 768px) {
  .archive .archive_list li .archive_photo {
    width: 100%;
    min-height: 300px;
    margin-bottom: 1em;
  }
}

@media (max-width: 425px) {
  .archive .archive_list li .archive_photo {
    min-height: 200px;
  }
}

.archive .archive_list li .archive_photo a {
  display: block;
  width: 100%;
  height: 100%;
}

.archive .archive_list li .archive_txt {
  width: 73%;
  overflow: hidden;
}

@media (max-width: 1024px) {
  .archive .archive_list li .archive_txt {
    width: 68%;
  }
}

@media (max-width: 768px) {
  .archive .archive_list li .archive_txt {
    width: 100%;
  }
}

.archive .archive_list li .archive_txt .date {
  font-size: 15px;
  margin-bottom: 15px;
}

.archive .archive_list li .archive_txt .date span a {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  background: #ccc;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}

.archive .archive_list li .archive_txt .ttl {
  font-size: 20px;
  font-weight: 500;
  color: #1571DA;
  margin-bottom: 15px;
}

.archive .archive_list li .archive_txt .txt {
  font-size: 15px;
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.Pagination_wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.Pagination_wrap .Pagination {
  display: flex;
  align-items: center;
}

.Pagination_wrap .Pagination li .Pagination-Item-Link {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  width: 45px;
  height: 45px;
  background: #fff;
  border: solid 1px #ccc;
  font-size: 14px;
  color: #0070C5;
  font-weight: bold;
  transition: all 0.15s linear;
  border-radius: 5px;
}

@media (max-width: 425px) {
  .Pagination_wrap .Pagination li .Pagination-Item-Link {
    width: 35px;
    height: 35px;
    font-size: 13px;
  }
}

.Pagination_wrap .Pagination li .Pagination-Item-Link-Icon {
  width: 20px;
}

@media (max-width: 425px) {
  .Pagination_wrap .Pagination li .Pagination-Item-Link-Icon {
    width: 15px;
  }
}

.Pagination_wrap .Pagination li .Pagination-Item-Link.isActive {
  background: #0070C5;
  color: #fff;
  pointer-events: none;
}

.Pagination_wrap .Pagination li .Pagination-Item-Link:not(.isActive):hover {
  background: #0070C5;
  color: #fff;
}

.Pagination_wrap .Pagination > * + * {
  margin-left: 12px;
}

@media (max-width: 425px) {
  .Pagination_wrap .Pagination > * + * {
    margin-left: 10px;
  }
}

#admissionguide_01 ul li {
  justify-content: flex-start;
  background: #F2F2F2;
  padding: 15px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

#admissionguide_01 ul li p:nth-of-type(1) {
  width: 20%;
}

#admissionguide_01 ul li p:nth-of-type(2) {
  width: 80%;
}

#admissionguide_01 ul li:nth-of-type(1), #admissionguide_01 ul li:nth-of-type(2) {
  position: relative;
}

#admissionguide_01 ul li:nth-of-type(1)::after, #admissionguide_01 ul li:nth-of-type(2)::after {
  position: absolute;
  left: 50%;
  bottom: -28px;
  transform: translateX(-50%);
  content: "▼";
  font-size: 20px;
  color: #ccc;
}

#admissionguide_02 .top {
  position: relative;
}

#admissionguide_02 .top .box_wrap {
  width: auto;
}

@media (max-width: 900px) {
  #admissionguide_02 .top .box_wrap {
    margin: auto;
  }
}

@media (max-width: 460px) {
  #admissionguide_02 .top .box_wrap {
    width: 100%;
  }
}

#admissionguide_02 .top .box_wrap .box {
  width: 450px;
  border: 1px solid #d5d5d5;
}

@media (max-width: 1024px) {
  #admissionguide_02 .top .box_wrap .box {
    width: 400px;
  }
}

@media (max-width: 460px) {
  #admissionguide_02 .top .box_wrap .box {
    width: 100%;
  }
}

#admissionguide_02 .top .box_wrap .box .left {
  background: #f2f2f2;
  width: 35%;
  padding: 15px;
  box-sizing: border-box;
}

@media (max-width: 460px) {
  #admissionguide_02 .top .box_wrap .box .left {
    width: 30%;
    padding: 10px;
  }
}

#admissionguide_02 .top .box_wrap .box .left p {
  line-height: 1.8em;
}

#admissionguide_02 .top .box_wrap .box .right {
  width: 65%;
  padding: 15px;
  box-sizing: border-box;
}

@media (max-width: 460px) {
  #admissionguide_02 .top .box_wrap .box .right {
    width: 70%;
    padding: 10px;
  }
}

#admissionguide_02 .top .box_wrap .box .right p {
  line-height: 1.8em;
}

#admissionguide_02 .top .box_wrap .box .right ul li p {
  display: inline-block;
  width: 65%;
}

@media (max-width: 460px) {
  #admissionguide_02 .top .box_wrap .box p {
    font-size: 14px;
  }
}

#admissionguide_02 .top::after {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "+";
  font-size: 40px;
}

@media (max-width: 900px) {
  #admissionguide_02 .top::after {
    top: 46.5%;
  }
}

@media (max-width: 900px) {
  #admissionguide_02 .top .box_wrap01 {
    margin-bottom: 60px;
  }
}

#admissionguide_02 .bottom {
  justify-content: space-around;
  border-top: 1px solid #d5d5d5;
  border-bottom: 1px solid #d5d5d5;
  width: 80%;
  margin: 50px auto 0;
  padding: 30px;
  box-sizing: border-box;
}

@media (max-width: 900px) {
  #admissionguide_02 .bottom {
    width: 100%;
  }
}

#admissionguide_02 .bottom p:nth-of-type(1) {
  font-weight: 500;
}

@media (max-width: 900px) {
  #admissionguide_02 .bottom p:nth-of-type(1) {
    margin-bottom: 10px;
  }
}

@media (max-width: 425px) {
  .admissionguide .page_link li {
    width: auto;
  }
}

@media (max-width: 425px) {
  .admissionguide .page_link {
    width: 90%;
  }
}

.admissionguide table {
  margin: auto;
  border-spacing: 0px;
}

.admissionguide table tr th {
  border: 1px solid #f2f2f2;
  padding: 10px;
  background: #FE5858;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.admissionguide table tr td {
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
}

@media (max-width: 768px) {
  .admissionguide table tr td {
    font-size: 14px;
  }
}

@media (max-width: 425px) {
  .admissionguide table tr td {
    font-size: 13px;
    padding: 8px;
  }
}

.admissionguide table tr .back {
  background: #FEF4D9;
}

@media (max-width: 425px) {
  .admissionguide .swimming .back {
    min-width: 90px;
  }
}

.admissionguide .mark {
  text-align: center;
}

.admissionguide .mark:nth-of-type(1) {
  margin-top: 20px;
}

#admissionguide_03 .sub_box02 {
  margin-bottom: 40px;
}

#admissionguide_03 p:nth-of-type(1) {
  font-weight: bold;
  margin-bottom: 0.4em;
}

.single_page .single_wrap {
  margin-top: 80px;
}

.single_page .single_wrap .date {
  font-size: 15px;
  margin-bottom: 15px;
}

.single_page .single_wrap .date span a {
  display: inline-block;
  font-size: 12px;
  margin-left: 20px;
  background: #ccc;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 4px;
  width: 100px;
  text-align: center;
}

.single_page .single_wrap .photo {
  background: #fff;
  text-align: center;
}

.single_page .single_wrap .photo img {
  display: inline-block;
  max-width: 800px;
  width: 100%;
}

@media (max-width: 768px) {
  .single_page .single_wrap .txt p {
    font-size: 15px;
  }
}

.single_page .single_btn {
  text-align: center;
}

.single_page .single_btn a {
  display: inline-block;
  width: 250px;
  padding: 15px;
  border-radius: 50px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f09810 0%, #ff5850 45%, #ff5850 100%);
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .single_page .single_btn a {
    font-size: 1.6rem;
  }
}

.inquiry fieldset {
  margin: 0;
  padding: 20px 10px;
  border: 0;
  background: #FFFDE1;
}

.inquiry fieldset .row {
  margin: 0;
}

.inquiry dl {
  margin: 0;
  padding: 0;
}

.inquiry dt {
  font-weight: normal;
}

.inquiry dt.col:not(:last-child) {
  margin-bottom: 1em;
}

.inquiry dd {
  margin: 0;
  padding: 0;
}

.inquiry dd:last-child {
  padding-bottom: 0;
}

.inquiry dd .confirm {
  padding: 0 0 1em 1em;
  border-bottom: 1px dashed #ccc;
}

.inquiry input[type='text'],
.inquiry input[type='url'],
.inquiry input[type='email'],
.inquiry input[type='tel'],
.inquiry input[type='date'],
.inquiry input[type='number'],
.inquiry select,
.inquiry textarea {
  width: 100%;
  padding: 5px;
  color: #000;
  font-size: 16px;
  font-size: 1.6rem;
}

.inquiry input[type='number'] {
  width: 65px;
  text-align: center;
}

.inquiry input[type='file'] {
  width: 100%;
  box-sizing: border-box;
}

.inquiry input.p-postal-code {
  width: 100px;
}

.inquiry input.p-region {
  width: 100px;
}

.inquiry input.p-locality {
  width: 150px;
}

.inquiry input.p-street-address {
  width: 100%;
}

.inquiry input.p-extended-address {
  width: 100%;
}

.inquiry .submit {
  margin: 1em 0;
  text-align: center;
}

.inquiry .submit .button, .inquiry .submit .wpcf7-submit {
  display: block;
  margin: 0 auto 10px;
}

.inquiry .required {
  color: #f00;
}

.inquiry label {
  display: block;
  margin-bottom: 0.5em;
}

@media (min-width: 768px) {
  .inquiry {
    max-width: 780px;
    margin-right: auto;
    margin-left: auto;
  }
  .inquiry fieldset {
    margin: 0;
    padding: 60px;
    border: 0;
  }
  .inquiry dt {
    clear: both;
    padding: 6px 0;
  }
  .inquiry dd {
    padding-bottom: 1.5em;
  }
  .inquiry dd .confirm {
    min-height: 1.5em;
    padding: 6px 0 0;
    border: 0;
    line-height: 1.4;
  }
  .inquiry input[type='text'],
  .inquiry input[type='url'],
  .inquiry input[type='email'],
  .inquiry input[type='tel'],
  .inquiry input[type='date'],
  .inquiry input[type='text'],
  .inquiry select {
    width: 60%;
  }
  .inquiry input[type='number'] {
    width: 65px;
  }
  .inquiry input.p-postal-code {
    width: 100px;
  }
  .inquiry input.p-region {
    width: 100px;
  }
  .inquiry input.p-locality {
    width: 150px;
  }
  .inquiry input.p-street-address {
    width: 100%;
  }
  .inquiry input.p-extended-address {
    width: 100%;
  }
  .inquiry textarea {
    width: 100%;
  }
  .inquiry .submit {
    margin: 60px 0 0;
  }
  .inquiry label {
    display: inline-block;
    margin-top: 6px;
    margin-bottom: 0;
    margin-right: 0.8em;
  }
  .gutters .inquiry dt.col {
    margin-left: 0;
  }
}

/*
==========================
レスポンス時、下層のボタンの文字が折り返してもボタンの高さを揃える
==========================
*/
@media (min-width: 768px) {
  .btn_group.row {
    display: flex;
  }
  .btn_group.row p {
    height: 100%;
  }
  .btn_group.row p a {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

/*
==========================
contactフォームのボタンが左にずれるを解消
==========================
*/
.wpcf7 .ajax-loader {
  display: block;
}

/*
====================================================
お問い合わせフォームの周りをborderで囲む＆入力欄の高さ出し
====================================================
*/
.inquiry fieldset {
  border: solid 2px #FF7F00;
}

.inquiry input[type='text'],
.inquiry input[type='url'],
.inquiry input[type='email'],
.inquiry input[type='tel'],
.inquiry input[type='date'],
.inquiry input[type='number'],
.inquiry select,
.inquiry textarea {
  padding: 10px;
}

/*
==========================
chromeで画像がぼやけるのを補正
==========================
*/
img {
  image-rendering: -webkit-optimize-contrast;
}

header {
  position: relative;
  z-index: 100;
  width: 100%;
  background: #fff;
  color: #000;
}

header .header {
  max-width: 100%;
  position: relative;
  height: 130px;
  border-bottom: 1px solid #ddd;
}

@media (max-width: 767px) {
  header .header {
    height: 16vw;
  }
}

@media (max-width: 425px) {
  header .header {
    height: 80px;
  }
}

header .row {
  margin: 0 3%;
}

@media (max-width: 767px) {
  header .container .row {
    margin: 0;
  }
}

header .title {
  margin: 0;
  padding: 10px 0;
  line-height: 1;
  font-size: 0;
}

header .title a {
  display: inline-block;
  width: 280px;
}

header .title a img {
  width: 100%;
}

@media (max-width: 1200px) {
  header .title a {
    width: 24vw;
    min-width: 240px;
  }
}

@media (max-width: 768px) {
  header .title a {
    width: 38vw;
    min-width: 180px;
  }
}

@media (max-width: 425px) {
  header .title a {
    width: 36vw;
    min-width: 150px;
  }
}

@media (max-width: 768px) {
  header .gnav {
    position: absolute;
    right: -100%;
    width: 400px;
    top: 80px;
    z-index: 9999;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  header .gnav {
    width: 320px;
  }
}

@media (max-width: 768px) {
  header .gnav > .nav_sp {
    display: block;
    background: #fff;
    z-index: 1000;
    position: relative;
    list-style: none;
    padding: 0;
  }
  header .gnav > .nav_sp > li {
    width: 100%;
    height: inherit;
  }
  header .gnav > .nav_sp > li:not(:last-child) {
    border-bottom: 1px solid #cccccc;
  }
  header .gnav > .nav_sp > li a {
    padding: 20px 25px;
    color: #000;
    display: block;
  }
  header .gnav > .nav_sp > .nav_sp_contact {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: #FEF4D9;
    padding: 40px 30px;
    box-sizing: border-box;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  header .gnav > .nav_sp > .nav_sp_contact {
    padding: 40px 20px;
  }
}

@media (max-width: 768px) {
  header .gnav > .nav_sp > .nav_sp_contact .btn {
    display: block;
    width: 240px;
    padding: 15px;
    border-radius: 50px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f09810 0%, #ff5850 45%, #ff5850 100%);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }

  header .gnav > .nav_sp > .nav_sp_contact .btn_border{
    background: none;
    border: 2px solid #F15A29;
    margin-top: 13px;
  }

  header .gnav > .nav_sp > .nav_sp_contact .btn_border p{
    color: #F15A29 !important;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  header .gnav > .nav_sp > .nav_sp_contact .btn {
    font-size: 14px;
  }
}

@media (max-width: 768px) {
  header .gnav > .nav_sp > .nav_sp_contact .btn img {
    width: 25px;
    display: inline-block;
    margin-right: 5px;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  header .gnav > .nav_sp > .nav_sp_contact .btn img {
    margin-right: 2px;
  }
}

@media (max-width: 768px) {
  header .gnav > .nav_sp > .nav_sp_contact .btn p {
    display: inline-block;
    color: #fff;
  }
  header .gnav > .nav_sp > .nav_sp_contact .btn p img {
    display: inline-block;
  }
  header .gnav > .nav_sp > .nav_sp_contact .tel {
    font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
    font-size: 2.6rem;
    letter-spacing: .02em;
    font-weight: bold;
    line-height: 1.4em;
    position: relative;
    text-align: center;
  }
}

@media (max-width: 768px) and (max-width: 425px) {
  header .gnav > .nav_sp > .nav_sp_contact .tel {
    font-size: 2.2rem;
  }
}

@media (max-width: 768px) {
  header .gnav > .nav_sp > .nav_sp_contact .tel img {
    display: inline-block;
    margin: -2px 5px 0 0;
  }
  header .gnav > .nav_sp > .nav_sp_contact .time {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    font-size: 13px;
    gap: 10px;
  }
  header .gnav > .nav_sp > .nav_sp_contact .time dt {
    line-height: 1.4em;
  }
}

@media (max-width: 768px) {
  header .gnav > .nav_sp > .nav_sp_contact .time dd {
    line-height: 1.4em;
  }
}

@media (max-width: 767px) {
  header .gnav {
    top: 16vw;
  }
}

@media (max-width: 450px) {
  header .gnav {
    top: 80px;
  }
}

@media (max-width: 768px) {
  header .btn-gnavi {
    margin: 0;
    position: absolute;
    top: 58%;
    transform: translateY(-50%);
    right: 20px;
    width: 50px;
    height: 50px;
    z-index: 3;
    box-sizing: border-box;
    transition: all 400ms;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  header .btn-gnavi {
    width: 8vw;
  }
}

@media (max-width: 768px) {
  header .btn-gnavi span {
    position: absolute;
    width: 50px;
    height: 3px;
    background: #333333;
    border-radius: 10px;
    transition: all 400ms;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  header .btn-gnavi span {
    width: 8vw;
  }
}

@media (max-width: 768px) {
  header .btn-gnavi span:nth-child(1) {
    top: 0;
  }
  header .btn-gnavi span:nth-child(2) {
    top: 12px;
  }
  header .btn-gnavi span:nth-child(3) {
    top: 24px;
  }
  header .btn-gnavi::before {
    content: "MENU";
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    letter-spacing: 0.5px;
    font-size: 1.7rem;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  header .btn-gnavi::before {
    font-size: 2.8vw;
  }
}

@media (max-width: 768px) {
  header .btn-gnavi.open:before {
    content: "CLOSE";
    bottom: 0;
    right: -2px;
    left: auto;
    margin: auto;
  }
}

@media (max-width: 768px) and (max-width: 600px) {
  header .btn-gnavi.open:before {
    font-size: 2.8vw;
  }
}

header .btn-gnavi.open span:nth-child(1) {
  transform: rotate(135deg);
  top: 18%;
}

header .btn-gnavi.open span:nth-child(2) {
  opacity: 0;
}

header .btn-gnavi.open span:nth-child(3) {
  transform: rotate(225deg);
  top: 18%;
}

header.menu_open .gnav > ul {
  visibility: visible;
  transform: rotateX(0deg);
}

#google_translate_element,
.translate_gt {
  position: absolute;
  top: 50%;
  right: 15%;
  margin-top: -12px;
}

.translate_gt {
  margin-top: -14px;
}

@media (min-width: 769px) {
  header .header_contact {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
    height: 100%;
    background: linear-gradient(180deg, #f09810 0%, #ff5850 45%, #ff5850 100%);
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
}

@media (min-width: 769px) and (max-width: 768px) {
  header .header_contact {
    display: none;
  }
}

@media (min-width: 769px) {
  header .header_contact div {
    text-align: center;
  }
  header .header_contact div img {
    display: inline-block;
    margin-bottom: 15px;
  }
  header .header_contact div p {
    font-weight: 500;
    color: #fff;
  }
  header .gnav,
  header .title {
    margin: 0;
    vertical-align: middle;
  }
  header .title {
    max-width: none;
    max-width: none;
    padding: 10px 0;
  }
  header .gnav {
    width: 40%;
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

@media (min-width: 769px) and (max-width: 1420px) {
  header .gnav {
    width: 50%;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  header .gnav {
    width: 55%;
  }
}

@media (min-width: 769px) and (max-width: 1000px) {
  header .gnav {
    width: 70%;
    left: 40%;
  }
}

@media (min-width: 769px) {
  header .gnav .nav_pc {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

@media (min-width: 769px) and (max-width: 769px) {
  header .gnav .nav_pc {
    display: none;
  }
}

@media (min-width: 769px) {
  header .gnav .nav_pc li {
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media (min-width: 769px) and (max-width: 1200px) {
  header .gnav .nav_pc li {
    font-size: 15px;
  }
}

@media (min-width: 769px) {
  header .gnav .nav_pc li img {
    width: 20px;
    height: 20px;
  }
  header .gnav .nav_pc .under_nav {
    width: 100px;
    position: relative;
    text-align: left;
  }
  header .gnav .menu_icon {
    display: none;
  }
  #google_translate_element,
  .translate_gt {
    position: static;
    float: right;
    margin-top: 3px;
    margin-left: 1em;
  }
  .translate_gt {
    margin-top: 0;
  }
}

@media (max-width: 768px) {
  header .gnav > ul > li > a > span,
  header .gnav > ul > li > a > br {
    display: none;
  }
}

.header_info_wrap {
  display: none;
}

@media (min-width: 769px) {
  .header_info_wrap {
    display: block;
  }
}

.header_info_wrap .header_info {
  width: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 15px;
}

@media (max-width: 1420px) {
  .header_info_wrap .header_info {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .header_info_wrap .header_info {
    width: 55%;
  }
}

@media (max-width: 1000px) {
  .header_info_wrap .header_info {
    left: 48%;
  }
}

@media (max-width: 768px) {
  .header_info_wrap .header_info {
    display: none;
  }
}

.header_info_wrap .header_info .pc02 {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    flex-wrap: nowrap;
}

.header_info_wrap .header_info .pc02 p {
  margin: 0;
  text-align: left;
}

.header_info_wrap .header_info .pc02 p.tel {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .02em;
  font-weight: bold;
  line-height: 1.4em;
  font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  position: relative;
  padding-left: 12px;
}

@media (max-width: 1000px) {
    .header_info_wrap .header_info .pc02 p.tel {
        font-size: 15px;
        line-height: 1.6em;
    }
}


.header_info_wrap .header_info .pc02 p.tel span {
  position: absolute;
  top: 0%;
  left: 0%;
}

@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.tel span {
    position: relative;
    top: -14%;
    left: 1%;
  }
}

@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.tel {
    width: 100%;
    text-align: right;
  }
}

.header_info_wrap .header_info .pc02 p.tel a {
  font-size: 24px;
  font-size: 2.4rem;
  margin-left: 5px;
}

@media (max-width: 1184px) {
    .header_info_wrap .header_info .pc02 p.tel a {
        font-size: 1.8rem;
    }
  }

.header_info_wrap .header_info .pc02 p.time {
  margin: 0 20px;
}

@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.time {
    font-size: 15px;
  }
}

@media (max-width: 900px) {
  .header_info_wrap .header_info .pc02 p.time02 {
    font-size: 15px;
  }
}

.sp_header_info {
  display: none;
}

@media (max-width: 768px) {
  .sp_header_info {
    display: block;
  }
}

@media (max-width: 768px) and (max-width: 768px) {
  .sp_header_info a {
    display: block;
    position: absolute;
    top: 50%;
    right: -5%;
    transform: translate(-50%, -50%);
    width: 38vw;
    padding: 3vw;
    border-radius: 50px;
    box-sizing: border-box;
    background: linear-gradient(90deg, #f09810 0%, #ff5850 45%, #ff5850 100%);
    text-align: center;
    font-weight: 500;
    font-size: 16px;
    color: #fff;
  }
}

@media (max-width: 768px) and (max-width: 768px) and (max-width: 425px) {
  .sp_header_info a {
    font-size: 14px;
    right: -2%;
  }
}

@media (max-width: 768px) {
  .sp_header_info a img {
    width: 17px;
    height: 18px;
    display: inline-block;
    margin-right: 5px;
  }
}

@media (max-width: 768px) and (max-width: 520px) {
  .sp_header_info a img {
    margin-right: 2px;
  }
}

@media (max-width: 768px) {
  .sp_header_info a p {
    display: inline-block;
    color: #fff;
  }
}

.none {
  display: none;
}

/*アコーディオン*/
.acd-check {
  display: none;
}

.acd-label-program {
  text-align: left;
  display: block;
  cursor: pointer;
  position: relative;
  padding: 20px 25px;
  border-bottom: 1px solid #cccccc;
}

.acd-label-program::after {
  box-sizing: border-box;
  content: '＋';
  display: block;
  font-family: "Font Awesome 5 Free";
  font-size: 16px;
  font-weight: bold;
  padding: 5px 10px;
  position: absolute;
  right: 2%;
  top: 50%;
  transform: translateY(-50%);
}

.acd-content {
  display: block;
  max-height: 0;
  opacity: 0;
  transition: .1s;
  visibility: hidden;
}

.acd-content div {
  border-bottom: 1px solid #cccccc;
}

.acd-content div:nth-last-of-type(1) {
  border-bottom: none;
}

.acd-check:checked + .acd-label-program:after {
  content: '';
  display: inline-block;
  padding: 0;
  width: 9px;
  height: 2px;
  background: #333;
  right: 4%;
}

.acd-check:checked + .acd-label-program + .acd-content {
  max-height: initial;
  opacity: 1;
  visibility: visible;
}

.acd-content > p {
  padding: 2vw;
}

.pagetop {
  position: fixed;
  bottom: 5%;
  right: 5%;
  z-index: 9999;
}

.pagetop a {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  display: inline-block;
  position: relative;
  width: 50px;
  height: 50px;
  padding: 0;
  border-radius: 50%;
  background: #f09810;
  background: linear-gradient(180deg, #f09810 0%, #ff5850 68%, #ff5850 100%);
}

@media (min-width: 768px) {
  .pagetop a {
    width: 70px;
    height: 70px;
  }
}

.pagetop a:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: translate(-50%, -20%) rotate(45deg);
  transition: 0.2s;
}

.hideme {
  opacity: 0;
}

.hideme1 {
  opacity: 0;
  top: 20px;
  position: relative;
}

.hideme2 {
  opacity: 0;
  top: 40px;
  position: relative;
}

.mv {
  position: relative;
}

.mv video {
  width: 100%;
  height: auto;
}

.mv .copy div {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
}

.mv .copy div img {
  width: 100%;
}

.copy_sp {
  width: 100%;
  background: #FF6D00;
  padding: 50px 0;
  margin-top: -10px;
  position: relative;
}

.copy_sp div:nth-of-type(1) {
  width: 60%;
  margin: auto;
}

.copy_sp div:nth-of-type(1) img {
  width: 100%;
}

.copy_sp div:nth-of-type(2) {
  width: 30vw;
  position: absolute;
  right: 0;
  top: -20%;
}

.copy_sp div:nth-of-type(2) img {
  width: 100%;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 100%;
  line-height: 100%;
  font-weight: normal;
}

.pc {
  display: block;
}

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

.sp {
  display: none;
}

@media (max-width: 768px) {
  .sp {
    display: block !important;
  }
}

@media (max-width: 768px) {
  .container {
    width: 90%;
    padding: 0;
  }
}

.flex_contents {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.column2 {
  width: 49%;
}

@media (max-width: 768px) {
  .column2 {
    width: 100%;
  }
}

.column3 {
  width: 32%;
}

@media (max-width: 768px) {
  .column3 {
    width: 100%;
    margin-bottom: 1em;
  }
  .column3:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

.column3-1 {
  width: 32%;
}

@media (max-width: 768px) {
  .column3-1 {
    width: 49%;
    margin-bottom: 2em;
  }
  .column3-1:nth-last-of-type(1) {
    margin-bottom: 0;
  }
}

@media (max-width: 425px) {
  .column3-1 {
    width: 100%;
  }
}

.top_page {
  margin: 80px 0;
}

@media (max-width: 768px) {
  .top_page {
    margin: 60px 0;
  }
}

.top_page h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto 40px;
}

@media (max-width: 1024px) {
  .top_page h2 {
    font-size: 35px;
    margin: 0 auto 30px;
  }
}

@media (max-width: 768px) {
  .top_page h2 {
    font-size: 2.8rem;
  }
}

.top_page h2 span {
  font-size: 16px;
  color: #FF6D00;
  font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

.top_page .intro {
  font-size: 28px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 50px;
}

@media (max-width: 1024px) {
  .top_page .intro {
    font-size: 24px;
  }
}

@media (max-width: 768px) {
  .top_page .intro {
    font-size: 2rem;
    line-height: 1.6em;
    margin-bottom: 40px;
  }
}

.top_page .more_btn {
  text-align: center;
}

.top_page .more_btn a {
  display: inline-block;
  width: 230px;
  padding: 15px;
  border-radius: 50px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f09810 0%, #ff5850 45%, #ff5850 100%);
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  position: relative;
}

@media (max-width: 768px) {
  .top_page .more_btn a {
    font-size: 1.6rem;
  }
}

.top_page .more_btn a::after {
  content: "";
  width: 13px;
  height: 8px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%);
  background: url(/wp-content/uploads/arrow.png) no-repeat;
  background-size: contain;
}

.top_news {
  position: relative;
}

.top_news .news_bg {
  background: #FEF4D9;
  padding: 70px 0;
  margin-top: -70px;
}

@media (max-width: 768px) {
  .top_news .news_bg {
    margin-top: 0;
    padding: 30px 0;
  }
}

.top_news .news_bg .news_contents {
  width: 860px;
  margin: 0 auto 50px;
}

@media (max-width: 1024px) {
  .top_news .news_bg .news_contents {
    width: 80%;
    margin: 0 auto 30px;
  }
}

@media (max-width: 768px) {
  .top_news .news_bg .news_contents {
    width: 90%;
    margin: 0 auto 30px;
  }
}

.top_news .news_bg .news_contents li {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  padding: 15px 40px;
  box-sizing: border-box;
  border-radius: 50px;
  margin-bottom: 10px;
}

@media (max-width: 768px) {
  .top_news .news_bg .news_contents li {
    border-radius: 20px;
    display: block;
  }
}

.top_news .news_bg .news_contents li .date {
  font-size: 18px;
  font-weight: 400;
  margin-right: 30px;
  font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

@media (max-width: 768px) {
  .top_news .news_bg .news_contents li .date {
    display: inline-block;
    font-size: 1em;
    margin-right: 4vw;
  }
}

.top_news .news_bg .news_contents li .category {
  font-size: 14px;
  border: 1px solid #FF6D00;
  margin-right: 30px;
}

@media (max-width: 768px) {
  .top_news .news_bg .news_contents li .category {
    display: inline-block;
    margin-right: 0px !important;
  }
}

.top_news .news_bg .news_contents li .category a {
  display: block;
  color: #FF6D00;
  padding: 3px 30px;
  box-sizing: border-box;
}

@media (max-width: 320px) {
  .top_news .news_bg .news_contents li .category a {
    padding: 3px 20px;
  }
}

.top_news .news_bg .news_contents li .ttl a {
  font-size: 18px;
  line-height: 1.4em;
}

@media (max-width: 768px) {
  .top_news .news_bg .news_contents li .ttl a {
    display: block;
    padding: 10px 0;
    font-size: 1em;
  }
}

.top_news .img {
  position: absolute;
  width: 220px;
}

@media (max-width: 1410px) {
  .top_news .img {
    width: 190px;
  }
}

.top_news .img img {
  width: 100%;
}

.top_news .img_top01 {
  top: 10%;
  left: 2%;
}

@media (max-width: 1270px) {
  .top_news .img_top01 {
    top: -4%;
  }
}

@media (max-width: 768px) {
  .top_news .img_top01 {
    top: -6%;
    width: 25vw;
  }
}

.top_news .img_top02 {
  top: 10%;
  right: 2%;
}

@media (max-width: 1270px) {
  .top_news .img_top02 {
    top: -14%;
  }
}

@media (max-width: 768px) {
  .top_news .img_top02 {
    top: -10%;
    width: 25vw;
  }
}

.top_news .img_bottom03 {
  bottom: -10%;
  left: 2%;
}

@media (max-width: 1270px) {
  .top_news .img_bottom03 {
    display: none;
  }
}

.top_news .img_bottom04 {
  bottom: -10%;
  right: 2%;
}

@media (max-width: 1270px) {
  .top_news .img_bottom04 {
    display: none;
  }
}

.top_school .school_top {
  margin-bottom: 50px;
}

.top_school .school_top .flex_contents {
  display: block;
}

@media (max-width: 768px) {
  .top_school .school_bottom > div:nth-of-type(1) {
    margin-bottom: 50px;
  }
}

.top_school .school_bottom .more_btn {
  text-align: right;
  margin-top: 40px;
}

@media (max-width: 768px) {
  .top_school .school_bottom .more_btn {
    text-align: center;
  }
}

.top_school .img {
  position: relative;
  margin-bottom: 40px;
}

@media (max-width: 1024px) {
  .top_school .img {
    margin-bottom: 30px;
  }
}

@media (max-width: 768px) {
  .top_school .img {
    margin-bottom: 0px;
  }
}

.top_school .img::before {
  position: absolute;
  bottom: -1px;
  left: -1px;
  content: "";
  width: 370px;
  height: 40px;
  background: #fff;
  border-radius: 0px 15px 0px 0px;
}

@media (max-width: 768px) {
  .top_school .img::before {
    width: 50vw;
    height: 10vw;
  }
}

@media (max-width: 768px) {
  .top_school .txt {
    margin-top: -20px;
    z-index: 1;
    position: relative;
  }
}

.top_school .txt p:nth-of-type(1) {
  font-size: 30px;
  font-weight: bold;
  margin: 0 0 20px 0;
}

@media (max-width: 1024px) {
  .top_school .txt p:nth-of-type(1) {
    font-size: 26px;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 768px) {
  .top_school .txt p:nth-of-type(1) {
    font-size: 2.2rem;
  }
}

.top_school .txt p:nth-of-type(2) {
  font-size: 20px;
  margin: 0 0 20px 0;
}

@media (max-width: 1024px) {
  .top_school .txt p:nth-of-type(2) {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .top_school .txt p:nth-of-type(2) {
    font-size: 1.6rem;
  }
}

.top_reason .reason_box {
  width: 98%;
  margin: auto;
}

@media (max-width: 768px) {
  .top_reason .reason_box {
    width: 100%;
    background: #FEF4D9;
    padding: 5% 5% 10%;
    box-sizing: border-box;
  }
}

.top_reason .reason_box ul {
  margin: 0 0 50px 0;
}

@media (max-width: 768px) {
  .top_reason .reason_box ul {
    margin: 0 0 10% 0;
  }
}

@media (max-width: 768px) {
  .top_reason .reason_box ul li {
    width: 100%;
    padding: 5%;
    box-sizing: border-box;
    background: #fff;
    margin-bottom: 5%;
  }
}

.top_reason .reason_box ul li:nth-last-of-type(1) {
  margin-bottom: 0;
}

.top_reason .reason_box ul li img {
  width: 100%;
}

.top_reason .reason_box ul li .number {
  margin: 40px 0;
  text-align: center;
  font-size: 30px;
  font-weight: 500;
  font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
}

@media (max-width: 1080px) {
  .top_reason .reason_box ul li .number {
    font-size: 28px;
    margin: 20px;
  }
}

@media (max-width: 768px) {
  .top_reason .reason_box ul li .number {
    font-size: 2.2rem;
    margin: 30px 0;
  }
}

.top_reason .reason_box ul li div {
  position: relative;
}

.top_reason .reason_box ul li div p {
  text-align: center;
  line-height: 2.4em;
  font-size: 16px;
}

@media (max-width: 1080px) {
  .top_reason .reason_box ul li div p {
    font-size: 15px;
  }
}

@media (max-width: 768px) {
  .top_reason .reason_box ul li div p {
    font-size: 1.6rem;
  }
}

.top_reason .reason_box ul li div p span {
  font-size: 24px;
  font-weight: bold;
  border-bottom: 10px solid #FFE8AA;
  line-height: .5;
  display: inline-block;
}

@media (max-width: 1080px) {
  .top_reason .reason_box ul li div p span {
    font-size: 20px;
  }
}

@media (max-width: 892px) {
  .top_reason .reason_box ul li div p span {
    font-size: 1.8vw;
  }
}

@media (max-width: 768px) {
  .top_reason .reason_box ul li div p span {
    font-size: 2.2rem;
  }
}

.top_reason .reason_box ul li .part01::after, .top_reason .reason_box ul li .part02::after {
  position: absolute;
  top: 0;
  right: -4%;
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
}

@media (max-width: 1080px) {
  .top_reason .reason_box ul li .part01::after, .top_reason .reason_box ul li .part02::after {
    height: 12vw;
  }
}

.top_reason .reason_box ul li video {
  width: 100%;
  height: 20.4vw;
  border-radius: 20px;
}

@media (max-width: 768px) {
  .top_reason .reason_box ul li video {
    height: auto !important;
  }
}

.top_information .information_list {
  background: #FEF4D9;
  width: 100%;
  padding: 70px 0px;
  box-sizing: border-box;
  margin-top: -70px;
}

@media (max-width: 768px) {
  .top_information .information_list {
    margin-top: 0px;
    padding: 5% 0;
  }
}

.top_information .information_list ul li {
  background: #fff;
  padding: 40px;
  box-sizing: border-box;
  text-align: center;
  border-radius: 15px;
}

@media (max-width: 768px) {
  .top_information .information_list ul li {
    margin-bottom: 5%;
    padding: 30px 20px;
  }
}

.top_information .information_list ul li a {
  display: block;
}

.top_information .information_list ul li a .ttl {
  font-weight: bold;
  font-size: 24px;
  margin: 30px 0;
}

@media (max-width: 768px) {
  .top_information .information_list ul li a .ttl {
    font-size: 2.2rem;
    margin: 25px 0 20px;
  }
}

.top_information .information_list ul li a .txt {
  line-height: 1.8em;
}

@media (max-width: 768px) {
  .top_information .information_list ul li a .txt {
    font-size: 1.6rem;
  }
}

.top_sns .insta_bnr {
  text-align: center;
}

.top_sns .insta_bnr a {
  position: relative;
  padding-top: 40px;
  width: 400px;
  height: 170px;
  background: #f1f1f1;
  border-radius: 15px;
  display: inline-block;
  font-weight: 500;
}

@media (max-width: 768px) {
  .top_sns .insta_bnr a {
    width: 85%;
  }
}

.top_sns .insta_bnr a .icon_followme {
  position: absolute;
  top: -30px;
  right: 30px;
}

@media (max-width: 768px) {
  .top_sns .insta_bnr a .icon_followme {
    top: -51px;
    right: 5px;
  }
}

.top_sns .insta_bnr a p {
  font-weight: bold;
  margin-bottom: 30px;
}

.top_contact {
  background: url(/wp-content/uploads/bg.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  height: 695px;
}

@media (max-width: 768px) {
  .top_contact {
    background: url(/wp-content/uploads/bg_sp.jpg) center center no-repeat;
    background-size: cover;
    height: 500px;
  }
}

.top_contact .contact_box {
  width: 600px;
  background: rgba(255, 255, 255, 0.822);
  padding: 60px;
  box-sizing: border-box;
  text-align: center;
  position: absolute;
  top: 55%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.top_contact .contact_box p {
  font-size: 1.6rem;
  margin: 0;
}

@media (max-width: 768px) {
  .top_contact .contact_box {
    top: 50%;
    width: 80%;
    padding: 10vw 5vw;
  }
}

.top_contact .contact_box .contact_btn {
  text-align: center;
  margin: 40px 0;
}

@media (max-width: 768px) {
  .top_contact .contact_box .contact_btn {
    margin: 25px 0;
  }
}

.top_contact .contact_box .contact_btn p {
  font-size: 20px;
}

.top_contact .contact_box .contact_btn a {
  display: inline-block;
  width: 460px;
  padding: 20px;
  border-radius: 50px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #f09810 0%, #ff5850 45%, #ff5850 100%);
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #fff;
  transition: .2s;
}

@media (max-width: 768px) {
  .top_contact .contact_box .contact_btn a {
    width: 230px;
    padding: 15px;
    font-size: 1.6rem;
  }
}

.top_contact .contact_box .contact_btn a:hover {
  opacity: .8;
  transition: .2s;
}

.top_contact .contact_box .tel p {
  font-size: 1.5rem;
  margin-bottom: 0;
}

.top_contact .contact_box .tel a {
  font-family: Roboto, "-apple-system", BlinkMacSystemFont, "Helvetica Neue", "Droid Sans", Arial, "Hiragino Kaku Gothic ProN", "Yu Gothic", YuGothic, Meiryo, sans-serif;
  font-weight: 500;
  font-size: 32px;
  position: relative;
  padding-left: 20px;
}

@media (max-width: 768px) {
  .top_contact .contact_box .tel a {
    font-size: 2.7rem;
  }
}

.top_contact .contact_box .tel a img {
  position: absolute;
  left: 0;
  top: 55%;
  transform: translateY(-50%);
}

td {
  border: 1px solid #ddd;
}

th {
  border: 1px solid #ddd;
}

/*追記=======================================*/
@media (max-width: 767px) {
  .top_page .intro {
    font-size: 16px;
  }
}

.top_page .more_btn a {
  max-width: 230px;
  width: 100%;
  transition: .3s;
}

.top_page .more_btn a:hover {
  opacity: .6;
}

/*sec02*/
@media (min-width: 768px) {
  #sec02 {
    margin-bottom: 120px;
  }
}

#sec02 h2 {
  margin-bottom: 20px;
}

@media (min-width: 768px) {
  #sec02 .school_top {
    margin-bottom: 66px;
  }
}

#sec02 .school_top .img {
  margin-bottom: 0;
}

#sec02 .school_top .img::before {
  content: none;
}

@media (max-width: 767px) {
  #sec02 .school_top .txt {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

#sec02 .school_top .txt p {
  position: relative;
  z-index: 10;
}

#sec02 .school_top .txt p:first-child {
  padding-top: 30px;
  margin-bottom: 12px;
}

@media (min-width: 768px) {
  #sec02 .school_top .txt p:first-child {
    min-width: 330px;
  }
}

@media (max-width: 767px) {
  #sec02 .school_top .txt p:first-child {
    padding-top: 20px;
    padding-right: 26.66667%;
    display: table;
    margin-bottom: 7px;
  }
}

#sec02 .school_top .txt p:first-child:before {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  content: "";
  width: 100vw;
  height: 150%;
  background: #fff;
  border-radius: 0px 15px 0px 0px;
  z-index: -1;
}

@media (max-width: 767px) {
  #sec02 .school_top .txt p:first-child:before {
    height: 100%;
  }
}

#sec02 .school_top .txt p:last-child {
  margin-bottom: 0;
}

#sec02 .school_top .flex_contents {
  overflow: hidden;
  margin-top: -32px;
  padding-left: 3.7037%;
}

@media (min-width: 768px) {
  #sec02 .school_top .flex_contents {
    display: flex;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  #sec02 .school_top .flex_contents {
    padding-left: 5.33333%;
  }
}

#sec02 .school_top .more_btn a {
  min-width: 230px;
}

#sec02 .school_bottom .img {
  margin-bottom: 0;
}

#sec02 .school_bottom .img::before {
  content: none;
}

#sec02 .school_bottom .txt {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (max-width: 767px) {
  #sec02 .school_bottom .txt {
    margin-top: 0;
    margin-bottom: 24px;
  }
}

#sec02 .school_bottom .txt p {
  position: relative;
  z-index: 10;
}

#sec02 .school_bottom .txt p:first-child {
  padding-top: 30px;
  margin-bottom: 12px;
  display: table;
}

@media (min-width: 768px) {
  #sec02 .school_bottom .txt p:first-child {
    min-width: 330px;
  }
}

@media (max-width: 767px) {
  #sec02 .school_bottom .txt p:first-child {
    padding-top: 20px;
    padding-right: 26.66667%;
    display: table;
    margin-bottom: 7px;
  }
}

#sec02 .school_bottom .txt p:first-child:before {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 0;
  top: 0;
  content: "";
  width: 100vw;
  height: 150%;
  background: #fff;
  border-radius: 0px 15px 0px 0px;
  z-index: -1;
}

@media (max-width: 767px) {
  #sec02 .school_bottom .txt p:first-child:before {
    height: 100%;
  }
}

#sec02 .school_bottom .txt p:last-child {
  margin-bottom: 0;
}

#sec02 .school_bottom .txt {
  overflow: hidden;
  margin-top: -32px;
  padding-left: 3.7037%;
}

@media (max-width: 767px) {
  #sec02 .school_bottom .txt {
    padding-left: 5.33333%;
  }
}

@media (max-width: 767px) {
  #sec02 .school_bottom .more_btn {
    margin-top: 0;
  }
}

#sec02 .top_school .img::before {
  content: none;
}

/*sec03*/
@media (min-width: 768px) {
  #sec03 {
    margin-top: 0;
    margin-bottom: 120px;
  }
}

@media (max-width: 767px) {
  #sec03 h2 {
    margin-bottom: 14px;
  }
}

@media (max-width: 767px) {
  #sec03 .intro {
    margin-bottom: 20px;
  }
}

#sec03 .border > video {
  border: 1px solid #ddd;
  height: 21.09375vw;
}

@media (max-width: 767px) {
  #sec03 .border > video {
    height: 54.4875vw;
  }
}

@media (max-width: 767px) {
  #sec03 .reason_box {
    padding: 30px 6%;
  }
}

@media (max-width: 767px) {
  #sec03 .reason_box ul li {
    padding: 30px 6% 40px;
  }
}

#sec03 .reason_box ul li .number {
  margin: 36px 0;
}

@media (max-width: 767px) {
  #sec03 .reason_box ul li .number {
    margin: 16px 0;
  }
}

@media (max-width: 767px) {
  #sec03 .reason_box ul li div p {
    line-height: 1.8;
  }
}

#sec03 .reason_box ul li div p span {
  border-bottom: 0;
  line-height: 1.5;
  background: linear-gradient(transparent 60%, #FFE8AA 0%);
}

@media (max-width: 767px) {
  #sec03 .reason_box ul li div p span {
    line-height: 1.2;
    display: inline;
    font-size: 18px;
    font-size: 1.8rem;
  }
}

/*sec04*/
#sec04 h2 {
  margin-bottom: 24px;
}

#sec04 h2 + .intro {
  font-weight: bold;
}

#sec04 .information_list ul li {
  padding: 0;
  font-size: 14px;
}

#sec04 .information_list ul li a {
  padding: 40px 3.7037%;
  transition: .3s;
}

#sec04 .information_list ul li a .ttl {
  margin: 24px 0 20px;
}

#sec04 .information_list ul li a:hover {
  opacity: .4;
}

/*sec05*/
@media (min-width: 768px) {
  #sec05 {
    margin-bottom: 120px;
  }
}

#sec05 .insta_bnr {
  padding-top: 55px;
}

#sec05 .insta_bnr a {
  transition: .3s;
  padding: 55px 6%;
  height: auto;
}

#sec05 .insta_bnr a p {
  font-size: 18px;
  margin-bottom: 20px;
}

#sec05 .insta_bnr a .icon_followme {
  top: -55px;
}

#sec05 .insta_bnr a .icon_instagram {
  display: block;
  margin: auto;
  width: 30px;
  height: 30px;
}

#sec05 .insta_bnr a:hover {
  opacity: .6;
}

#sec06 {
  height: auto;
  padding: 225px 6%;
}

@media (min-width: 768px) {
  #sec06 {
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  #sec06 {
    padding: 80px 6%;
    margin-bottom: 40px;
  }
}

#sec06 .container {
  width: 100%;
}

#sec06 .contact_box {
  position: static;
  transform: none;
  margin: auto;
  width: 100%;
  max-width: 660px;
}

#sec06 .contact_box > p {
  font-size: 20px;
  font-weight: bold;
}

#sec06 .contact_box .contact_content{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}
@media (max-width: 768px) {
    #sec06 .contact_box .contact_content{
        flex-direction: column;
        align-items: center;
        gap: 20px;
    }
}

#sec06 .contact_box .contact_content .contact .btn_border{
    border: 2px solid #F15A29;
    border-radius: 70px;
    background: #fff;
    color: #F15A29;
    font-size: 1.6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 14px;
    width: 230px;
    margin: 0 auto;
}

#sec06 .contact_box .tel, #sec06 .contact_box .contact_content .contact {
  font-weight: bold;
}

#sec06 .contact_box .contact_content .tel p,
#sec06 .contact_box .contact_content .contact p{
    font-size: 1.5rem;
    margin-bottom: 10px;
}

#sec06 .contact_box .contact_btn a {
  max-width: 460px;
  width: 100%;
}

footer .pagetop {
  bottom: 0;
}

@media (min-width: 768px) {
  footer {
    padding: 40px 0 30px;
  }
}

footer .container {
  max-width: calc(1080px + 4%);
  margin: auto;
}

@media (max-width: 767px) {
  footer .container {
    width: 100%;
  }
}

@media (min-width: 768px) {
  footer .box_wrap {
    display: flex;
    margin-bottom: 40px;
  }
}

@media (min-width: 768px) {
  footer .box_wrap > *:not(:first-child) {
    margin-left: 17.59259%;
  }
}

footer .box_txt {
  max-width: 440px;
}

@media (max-width: 767px) {
  footer .box_txt {
    padding: 0 5%;
    margin: auto;
    margin-bottom: 50px;
  }
}

footer .box_txt .img {
  margin-bottom: 36px;
}

@media (min-width: 768px) {
  footer .box_txt .img {
    text-align: left;
  }
}

footer .box_txt dl {
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}

footer .box_txt dl dt, footer .box_txt dl dd {
  margin-bottom: 10px;
  line-height: 1.6;
}

footer .box_txt dl dt p, footer .box_txt dl dd p {
  line-height: 1.6;
}

footer .box_txt dl dt:last-child, footer .box_txt dl dd:last-child {
  margin-bottom: 0;
}

footer .box_txt dl dt {
  width: 92px;
}

footer .box_txt dl dd {
  width: calc(100% - 92px);
}

@media (min-width: 768px) {
  footer .box_txt dl .linst01 .inner {
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  footer .box_txt dl .linst01 .inner {
    display: block;
  }
}

@media (min-width: 1101px) {
  footer .box_txt dl .linst01 .inner .tel {
    width: 110px;
  }
}

@media (min-width: 1101px) {
  footer .box_txt dl .linst01 .inner p:not(.tel) {
    width: calc(100% - 110px);
  }
}

@media (min-width: 768px) {
  footer .nav_box {
    margin-top: 24px;
    max-width: 500px;
  }
}

@media (min-width: 768px) {
  footer .nav_box ul {
    display: flex;
    flex-wrap: wrap;
  }
}

footer .nav_box li {
  text-align: left;
  border-color: #fff;
}

@media (min-width: 768px) {
  footer .nav_box li {
    width: calc(500px/3);
    margin: 0;
    margin-top: 16px;
  }
}

footer .nav_box li a {
  transition: .3s;
}

@media (min-width: 768px) {
  footer .nav_box li a:hover {
    opacity: .6;
  }
}

@media (max-width: 767px) {
  footer .nav_box li a {
    background: #F1F1F1;
    padding: 16px 5%;
    position: relative;
  }
  footer .nav_box li a:before, footer .nav_box li a:after {
    content: "";
    display: block;
    width: 10px;
    height: 1px;
    background: #333333;
    position: absolute;
    top: 0;
    left: auto;
    right: 6%;
    bottom: 0;
    margin: auto;
    transform-origin: center right;
  }
  footer .nav_box li a:before {
    transform: rotate(30deg);
  }
  footer .nav_box li a:after {
    transform: rotate(-30deg);
  }
}

#sec01 .intro {
  font-weight: bold;
}

#sec01 .container {
  position: relative;
  z-index: 3;
}

#sec01 .news_contents {
  position: relative;
  z-index: 2;
}

#sec01 .img_wrap {
  max-width: 1400px;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  pointer-events: none;
}

@media (min-width: 768px) {
  #sec01 .img_top01 {
    left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  #sec01 .img_top01 {
    width: 150px;
  }
}

@media (max-width: 767px) {
  #sec01 .img_top01 {
    top: 10px;
  }
}

@media (min-width: 768px) {
  #sec01 .img_top02 {
    right: 0;
  }
}

@media (min-width: 768px) and (max-width: 1100px) {
  #sec01 .img_top02 {
    width: 160px;
  }
}

@media (max-width: 767px) {
  #sec01 .img_top02 {
    top: -30px;
  }
}

#sec01 .img_bottom03 {
  width: 240px;
  display: block;
}

@media (max-width: 1100px) {
  #sec01 .img_bottom03 {
    display: none;
  }
}

#sec01 .img_bottom04 {
  width: 240px;
  display: block;
}

@media (max-width: 1100px) {
  #sec01 .img_bottom04 {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */


/* 修正20220829 */
img {
    image-rendering: -webkit-optimize-contrast;
  }
  
  .pankuzu {
    margin-top: 30px;
    margin-bottom: 70px;
    font-size: 15px;
  }
  
  @media (max-width: 768px) {
    .pankuzu {
      margin-top: 12px;
      margin-bottom: 40px;
    }
  }
  
  .flex_center {
    display: flex;
    flex-wrap: wrap;
    justify-content: left;
    align-items: center;
  }
  

  .pagetop {
    bottom: 5% !important;
  }
  
  .admissionguide_mv, .news_mv, .contact_mv, .privacy_mv {
    height: 250px;
  }

  
.business {
    width: 100%;
    height: 250px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }
  
  .section_top {
    margin-top: 0px;
  }

  html{
    margin-top: 0px !important;
  }

  
@media (min-width: 768px) and (max-width: 1420px) {
    header .gnav {
      width: 50%;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1200px) {
    header .gnav {
      width: 55%;
    }
  }
  
  @media (min-width: 768px) {
    header .gnav .nav_pc {
      position: relative;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  
  @media (min-width: 768px) and (max-width: 768px) {
    header .gnav .nav_pc {
      display: none;
    }
  }
  
  @media (min-width: 768px) {
    header .gnav .nav_pc li {
      text-align: center;
      font-size: 16px;
      font-size: 1.6rem;
    }
  }
  
  @media (min-width: 768px) and (max-width: 1200px) {
    header .gnav .nav_pc li {
      font-size: 15px;
    }
  }
  
  @media (min-width: 768px) {
    header .gnav .nav_pc li img {
      width: 20px;
      height: 20px;
    }
    header .gnav .nav_pc .under_nav {
      width: 90px;
      position: relative;
    }
    header .gnav .nav_pc .under_nav:hover > a {
      color: #ff5850;
    }
    header .gnav .nav_pc .under_nav:hover > .subnav {
      display: block;
      position: absolute;
    }
    header .gnav .nav_pc .under_nav .subnav {
      position: absolute;
      left: -20px;
      width: 135px;
      display: none;
      background: linear-gradient(180deg, white 0%, white 15px, #fef4d9 15px);
    }
    header .gnav .nav_pc .under_nav .subnav li {
      margin: 18px 0;
      text-align: left;
      position: relative;
      box-sizing: border-box;
    }
    header .gnav .nav_pc .under_nav .subnav li:nth-of-type(1){
        margin: 22px 0 18px 0;
    }
    header .gnav .nav_pc .under_nav .subnav li a {
      padding: 8px 8px 0px 25px;
    }
    header .gnav .nav_pc .under_nav .subnav li::before {
      content: "";
      position: absolute;
      top: 65%;
      left: 15px;
      transform: translateY(-50%);
      width: 8px;
      height: 2px;
      background: #ff5850;
    }
    header .gnav .nav_pc .under_nav .subnav li:hover > a {
      color: #ff5850;
    }

    .jb-a {
        width: 20px;
        position: relative;
      }
      
      .jb-c {
        position: absolute;
        top: 5px;
        left: 0px;
        opacity: 0;
        transition: opacity 0.2s linear;
      }
      
      @media (max-width: 1184px) {
        .jb-c {
          top: 2.5px;
        }
      }
      
      .jb-a:hover .jb-c {
        opacity: 1;
        top: 5px;
      }
      
      @media (max-width: 1184px) {
        .jb-a:hover .jb-c {
          top: 2.5px;
        }
      }
      
      .jb-a:hover .jb-b {
        opacity: 0;
        transition: opacity 0.2s linear;
      }
    header .gnav .nav_pc .under_nav::after {
      content: '';
      position: absolute;
      top: 3px;
      right: 0;
      border-right: 2px solid #000;
      border-top: 2px solid #000;
      width: 7px;
      height: 7px;
      transform: rotate(135deg);

    }
    header .gnav .menu_icon {
      display: none;
    }

  }

  .sub_box h4{
    font-weight: normal;
  }

  header .gnav .nav_pc li:hover > a {
    color: #ff5850;
  }

  header .header{
    height: 145px;
  }

  @media (max-width: 768px) {
    header .header{
        height: 130px;
      }
  }

  @media (max-width: 425px) {
    header .header{
        height: 80px;
      }
  }

  /* 0901追記 */
  #facilities_01 ul li .point_txt p:nth-of-type(1) {
    font-weight: 600;
    margin-bottom: 10px !important;
    font-size: 22px;
    background: linear-gradient(to top, #ffeb92 50%, transparent 50%);
    display: inline-block;
    padding: 0 4px;
    color: #ff5850;
  }

  #facilities_01 ul li .point_txt p:nth-of-type(1) span {
    display: inline-block;
    margin-left: 2px;
  }

  @media (max-width: 768px) {
    #facilities_01 ul li .point_txt p:nth-of-type(1) {
      font-size: 1.2em;
    }
  }

  @media (max-width: 768px) {
    .swimming_point ul li span {
      width: 23px;
      height: 23px;
      position: absolute;
      top: -2px;
      left: 0;
    }
  }

  #sub_page_link1 ul li a {
    background: #f09810;
    color: #fff;
    border-radius: 50px;
  }

  #sub_page_link2 ul li a {
    display: block;
    padding: 25px;
    box-sizing: border-box;
    border: 2px solid #f09810;
    border-radius: 10px;
    background: #fff;
  }

  #sub_page_link2 ul li a p {
    font-weight: 500;
  }

  #admissionguide_01 ul li {
    justify-content: flex-start;
    background: #FEF4D9;
    padding: 15px;
    box-sizing: border-box;
    margin-bottom: 40px;
  }

  #admissionguide_01 ul li:nth-of-type(1)::after, #admissionguide_01 ul li:nth-of-type(2)::after {
    position: absolute;
    left: 50%;
    bottom: -28px;
    transform: translateX(-50%);
    content: "▼";
    font-size: 20px;
    color: #f09810;
  }

  #admissionguide_02 .top .box_wrap .box .left {
    background: #fef4d9;
  }

  #admissionguide_03 p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 0.4em;
    background: #fef4d9;
    padding: 8px 12px;
    box-sizing: border-box;
  }
  
  
h2 {
    position: relative;
    text-align: center;
  }
  
  h2::after {
    content: "";
    width: 40px;
    height: 3px;
    background: #f09810;
    position: absolute;
    transform: translateX(-50%);
    left: 50%;
    bottom: -12px;
  }
  
  .top_page h2::after {
    display: none;
  }
  
  .staff_contents h2 {
    color: #000;
  }
  
  .staff_contents h2::after {
    display: none;
  }
  
  .single_page h2 {
    text-align: left;
  }
  
  .single_page h2::after {
    display: none;
  }

  #sub_page_link2 ul li a:hover {
    background: #fb6d3c;
    border-radius: 10px;
    opacity: 1;
    transition: .2s;
  }
  
  #sub_page_link2 ul li a:hover p {
    color: #fff;
  }


  /*0905*/
  .fitness h3 {
    background: #FEF4D9;
    padding: 12px;
    box-sizing: border-box;
    border-radius: 4px;
  }
  
  .fitness h3::before {
    content: '●';
    font-size: 15px;
    color: #f09810;
    margin-right: 6px;
    position: relative;
    top: -2px;
  }

  
@media (max-width: 767px) {
    footer .box_txt {
      padding: 0 5%;
      margin: auto;
      margin-bottom: 40px;
    }
  }

  @media (max-width: 767px) {
    footer .box_txt .img {
      margin: 0 auto 15px;
      width: 320px;
      text-align: center;
    }
  }
  
  @media (max-width: 425px) {
    footer .box_txt .img {
      width: 300px;
      margin: 0 auto 10px;
    }
  }

  #sec05 .insta_bnr a {
    background: #fef4d9;
    padding: 55px 7%;
    border: 2px dashed #ffdba8;
  }
  
  #sec05 .insta_bnr a p {
    background: linear-gradient(transparent 60%, #ffffff 0%);
    color: #ff5858;
  }
  
  #sec05 .insta_bnr a:hover {
    background: #FFE8AA;
    border: 2px dashed #ffb192;
  }
  
  @media (max-width: 768px) {
    #sec05 .insta_bnr a {
      padding: 55px 9%;
      width: 400px;
    }
  }
  
  @media (max-width: 425px) {
    #sec05 .insta_bnr a {
      width: 325px;
    }
  }
  
  @media (max-width: 320px) {
    #sec05 .insta_bnr a {
      width: auto;
    }
  }

   /*0907*/

   /* .sub_mv {
    height: 240px;
  } */
  
  @media (max-width: 768px) {
    .sub_mv {
      height: 200px;
    }
  }
  
  @media (max-width: 425px) {
    .sub_mv {
      height: 100px;
    }
  }
  
  .ect_mv {
    height: 220px;
  }
  
  @media (max-width: 768px) {
    .ect_mv {
      height: 150px;
    }
  }
  
  @media (max-width: 425px) {
    .ect_mv {
      height: 100px;
    }
  }
  
  header .header {
    height: 120px;
  }
  
  @media (max-width: 768px) {
    header .header {
      height: 100px;
    }
  }
  
  @media (max-width: 520px) {
    header .header {
      height: 68px;
    }
  }
  
  @media (max-width: 1340px) {
    header .title a {
      width: 20vw;
      min-width: 260px;
    }
  }
  
  @media (max-width: 1184px) {
    header .title a {
      min-width: unset;
    }
  }
  
  @media (max-width: 768px) {
    header .title a {
      width: 32vw;
      min-width: 230px;
    }
  }
  
  @media (max-width: 520px) {
    header .title a {
      width: 150px;
      min-width: auto;
    }
  }
  
  @media (max-width: 320px) {
    header .title a {
      width: 120px;
    }
  }
  
  header .gnav {
    width: 100%;
    bottom: 21px;
  }
  
  @media (max-width: 822px) {
    header .gnav {
      width: 70%;
      bottom: 10px;
    }
  }
  
  @media (max-width: 767px) {
    header .gnav {
      top: 100px;
    }
  }
  
  @media (max-width: 520px) {
    header .gnav {
      top: 68px;
    }
  }
  
  header .gnav .nav_pc {
    width: 50%;
    left: 50%;
    transform: translateX(-50%);
  }
  
  @media (max-width: 1184px) {
    header .gnav .nav_pc {
      left: 50%;
      width: 50%;
    }
  }
  
  @media (max-width: 1000px) {
    header .gnav .nav_pc {
      width: 70%;
    }
  }
  
  @media (max-width: 822px) {
    header .gnav .nav_pc {
      width: 100%;
      left: 50%;
    }
  }
  
  @media (max-width: 1340px) {
    header .header_contact {
      width: 180px;
    }
  }
  
  @media (max-width: 934px) {
    header .header_contact {
      width: 170px;
    }
  }
  
  @media (max-width: 900px) {
    header .header_contact {
      width: 150px;
    }
  }
  
  .header_info_wrap .header_info {
    width: auto;
    left: unset;
    right: 215px;
    top: 30px;
    transform: translateY(-50%);
  }
  
  @media (max-width: 1340px) {
    .header_info_wrap .header_info {
      right: 180px;
    }
  }

  
  .header_info_wrap .header_info .pc02 p.tel {
    margin-bottom: 8px;
  }
  
  @media (max-width: 900px) {
    .header_info_wrap .header_info .pc02 p.tel {
      width: unset;
      text-align: left;
    }
  }
  
  .header_info_wrap .header_info .pc02 .time02 {
    line-height: 1.5em;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: nowrap;
    gap: 10px;
  }
  
  @media (max-width: 900px) {
    .header_info_wrap .header_info .pc02 .time02 {
      width: unset;
    }
  }
  
  @media (max-width: 1184px) {
    .header_info_wrap .header_info .pc02 {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
    }
  }
  
  .sp_header_info a {
    right: 0;
    width: 32vw;
    padding: 15px;
  }
  
  @media (max-width: 425px) {
    .sp_header_info a {
      width: 150px;
    }
  }
  
  @media (max-width: 320px) {
    .sp_header_info a {
      right: -3%;
      width: 140px;
      padding: 4vw;
    }
  }
  
  @media (max-width: 520px) {
    .sp_header_info a p {
      font-size: 13px;
    }
  }

  @media (max-width: 425px) {
    .admissionguide .page_link {
      width: 70%;
    }
  }
  
  .privacy .sub_box p:nth-of-type(1) {
    font-weight: bold;
    margin-bottom: 0.4em;
    background: #fef4d9;
    padding: 8px 12px;
    box-sizing: border-box;
  }

  @media (max-width: 820px) {
    .pc_table {
      display: none;
    }
  }


  .grecaptcha-badge{
    right: -270px !important;
  }