body {
  font-family: 游ゴシック体, YuGothic, 游ゴシック Medium, Yu Gothic Medium,
    游ゴシック, Yu Gothic, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {}

h1 {
  font-size: 28px;
}

h2 {
  font-size: 25px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 9pt;
}

.lead {
  font-size: 25px;
}

a:hover {
  text-decoration: none;
}

.indent {
  padding-left: 1em;
  text-indent: -1em;
}

nav.sp {
  height: 60px;
  width: 60px;
  margin: 0 !important;
  padding: 0 !important;
}

nav.sp div {
  border: 0 !important;
}

.drawer {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  position: relative;
  height: 60px;
  background-color: #888;
  width: 60px;
  border: 0;
  padding: 15px !important;
}

.navbar_toggle {
  z-index: 3;
}

.navbar_toggle_icon {
  position: relative;
  display: block;
  height: 2px;
  width: 30px;
  background: #fff;
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
}

.navbar_toggle_icon:nth-child(1) {
  top: 0;
}

.navbar_toggle_icon:nth-child(2) {
  margin: 8px 0;
}

.navbar_toggle_icon:nth-child(3) {
  top: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(1) {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(2) {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}

.navbar_toggle.open .navbar_toggle_icon:nth-child(3) {
  top: -10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu {
  position: fixed;
  left: -100%;
  width: 16em;
  top: 0;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: ease 0.5s;
  transition: ease 0.5s;
  z-index: 2;
  background-color: #f3ae4e;
  padding: 0 1em !important;
  height: 100vh;
}

.menu,
.menu ul {
  margin: 0 !important;
}

.menu ul {
  list-style: none;
  padding: 0 !important;
}

.menu ul li {
  padding: 1em 0;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
  margin: 0 !important;
}

.menu ul li a {
  color: #fff;
  text-decoration: none;
}

.menu.open {
  left: -16em;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.btn-blue {
  background-color: #58a8d8;
}

.btn-blue:hover {
  background-color: #3b8cbc;
}

.btn-green {
  color: #fff;
  background-color: #8bca59;
}

.btn-green:hover {
  color: #fff;
  background-color: #69ac35;
}

.btn-orange {
  background-color: #f3ae4e;
}

.btn-orange:hover {
  background-color: #d39237;
}

.btn-purple {
  color: #fff;
  background-color: #9b2b8b;
}

.btn-purple:hover {
  color: #fff;
  background-color: #802472;
}

.btn-link {
  position: relative;
  padding: 0 1.5em 0.5em 0;
  color: #75b226;
  font-size: 20px;
  text-decoration: none !important;
  transition: all 0.3s;
}

.btn-link:hover {
  color: #98d548;
}

.btn-link:after {
  bottom: -20px;
  right: 0;
  width: 100%;
  height: 10px;
  border-bottom: 1px solid #75b226;
}

.btn-link:after,
.btn-link:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  margin: auto;
}

.btn-link:before {
  bottom: -28px;
  right: 2%;
  width: 20px;
  height: 20px;
  border-top: 1px solid #75b226;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.bg-cream {
  background-color: #ffffd1;
}

.bg-green {
  background-color: #8bca59;
}

.bg-group {
  background-color: #58a8d8;
}

.bg-personal {
  background-color: #8bca59;
}

.bg-gray {
  background-color: #f4f4f4;
}

.bg-charcoal {
  background-color: #c6c6c6;
}

.bg-blue {
  background-color: #c9e8ee;
}

.bg-yellow {
  background-color: #f5c242;
}

.bg-purple {
  background-color: #9b2b8b;
}

.border-bottom-green {
  border-bottom: 3px solid #8bca59;
}

.border-green {
  border: 2px solid #8bca59;
}

.border-yellow {
  border: 4px solid #f5c242;
}

.border-charcoal {
  border: 4px solid #c6c6c6;
}

.font-sans {
  font-family: Poppins, sans-serif;
}

.text-green {
  color: #75b226;
}

.text-blue {
  color: #2fa8be;
}

.text-purple {
  color: #9b2b8b;
}

.text-pink {
  color: #ed6e6e;
}

.font-15 {
  font-size: 15px;
}

.font-20 {
  font-size: 20px;
}

.font-22 {
  font-size: 22px;
}

.font-25 {
  font-size: 25px;
}

.font-30 {
  font-size: 30px;
}

.font-35 {
  font-size: 35px;
}

.font-45 {
  font-size: 45px;
}

h2.section-title {
  text-align: center;
  margin-bottom: 2.5em;
}

h2.section-title span {
  font-size: 25px;
  margin: 0 auto;
  display: inline-block;
  width: 500px;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  padding: 1.2em 0 0.6em;
  letter-spacing: 0.1em;
}

#news h2.section-title span {
  border-top: 0;
  width: 8em;
}

.header-nav a {
  color: #fff;
  text-decoration: none;
}

.covid-container {
  border: 10px solid #c9e8ee;
}

.covid-container-top {
  padding: 20px;
}

#covid .point {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 50%;
  border-radius: 50%;
  background-color: #2fa8be;
  text-align: center;
}

#covid .point span {
  position: absolute;
  width: 100%;
  text-align: center;
  color: #fff;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 24px;
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.7);
  line-height: 1.2em;
}

.intro-item-image {
  height: 160px;
}

.intro-item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.intro-item-text {
  border: 3px solid #c6c6c6;
}

.btn-1 {
  padding: 26px 56px;
  text-decoration: none;
  font-size: 20px;
  font-weight: 700;
  border-radius: 20px;
}

.circle-arrow::after {
  content: "";
  display: inline-block;
  width: 28px;
  height: 28px;
  margin-left: 10px;
  border-radius: 50%;
  background: url(../images/circle-arrow.svg) no-repeat;
  background-size: contain;
  vertical-align: top;
}

.circle-arrow-down::after {
  transform: rotate(90deg);
}

.feature-item {
  border-bottom: 9px solid #a5cd71;
}

.price-item {
  border: 3px solid #c6c6c6;
}

.price-item h3 {
  padding: 3 0.5em;
}

.price-item h4 {
  text-align: center;
  margin-bottom: 2em;
}

.price-item h4 span {
  font-size: 25px;
  padding-bottom: 0.65em;
  border-bottom: 1px solid #111;
  width: 8em;
  display: inline-block;
}

.price-item .heading {
  color: #75b226;
  font-weight: 700;
}

footer {
  width: 100%;
  background-image: url(../images/bg-footer.svg);
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: 120%;
}

#page_top {
  position: fixed;
  right: 25px;
  bottom: -75pt;
  background: #fff;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  text-align: center;
}

#page_top,
#page_top a {
  width: 60px;
  height: 60px;
}

#page_top a {
  position: relative;
  text-decoration: none;
  color: #75b226;
  font-size: 14px;
  top: 10px;
}

#side-reservation {
  position: fixed;
  right: 0;
  top: 35%;
  width: 70px;
}

#side-reservation a.trial {
  font-weight: 700;
  text-decoration: none;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #f3ae4e;
  padding: 20px;
  font-size: 20px;
  letter-spacing: 0.1em;
}

#side-reservation a.join {
  font-weight: 700;
  text-decoration: none;
  display: block;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background-color: #9b2b8b;
  padding: 20px;
  font-size: 20px;
  letter-spacing: 0.3em;
}

#side-reservation a.fb,
#side-reservation a.trial,
#side-reservation a.inst,
#side-reservation a.join {
  color: #fff;
  border-top-left-radius: 9px;
  border-bottom-left-radius: 9px;
  width: 70px;
}

#side-reservation a.fb {
  display: block;
  background-color: #3b5998;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#side-reservation a.fb img {
  width: 40px;
}

#side-reservation a.inst {
  display: block;
  background-color: #FFDD83;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
}

#side-reservation a.inst img {
  width: 40px;
}

.site-logo {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1;
}

.site-logo img {
  width: 200px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.25);
}

.scrolled .site-logo img {
  width: 75pt;
}

header {
  position: relative;
}

.header-nav {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  z-index: 1;
}

.header-nav .top-reservation {
  font-size: 20px;
  color: #fff;
  background-color: #ed6e6e;
  padding: 0.5em 1em;
  border-bottom-left-radius: 19px;
  border-bottom-right-radius: 19px;
  margin-right: 10px;
}

.header-nav .top-contact {
  font-size: 20px;
  color: #fff;
  background-color: #75b226;
  padding: 0.5em 0;
  letter-spacing: 0.1em;
}

.header-nav .top-contact div {
  display: inline-block;
  padding: 0 1.5em 0 0.5em;
}

.header-nav .top-contact div:first-child {
  border-right: 2px solid #fff;
}

.header-nav img {
  margin: 0 10px;
  width: 60px;
  transition: all 0.3s ease-in-out;
}

.scrolled .header-nav img {
  width: 30px;
}

ul.global-nav {
  list-style: none;
  margin: 1em 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}

ul.global-nav li {
  margin: 0;
  padding: 0.5em 0;
  display: inline-block;
  text-align: center;
}

ul.global-nav li a {
  display: inline-block;
  text-decoration: none;
  color: #111;
  transition: all 0.3s;
  font-size: 18px;
}

ul.global-nav li a div {
  color: #888;
  font-size: 90%;
  transition: all 0.3s;
}

ul.global-nav li a:hover,
ul.global-nav li a:hover div {
  color: #75b226;
}

ul.global-range-nav li a:hover,
ul.global-range-nav li a:hover div {
  color: #9b2b8b;
}

ul.global-nav li.blank {
  content: "";
  border-right: 1px solid #333;
  transform: rotate(20deg);
}

.main-visual {
  position: relative;
}

.main-visual-image img {
  width: 100% !important;
  max-width: 100% !important;
}

.main-visual-bottom {
  position: absolute;
  bottom: 0;
  overflow: hidden;
  width: 100%;
  bottom: -1px;
}

.main-visual-bottom img {
  width: 100% !important;
  max-width: 100% !important;
}

.copy-box {
  padding: 2% 3% 2.3%;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.65);
}

.copy-box:first-of-type div {
  margin-bottom: 26px;
}

.copy-box a {
  padding: 4%;
  border-radius: 20px;
  font-size: 1.5vw;
}

.school-copy {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.school-copy-box {
  padding: 2% 3% 2.3%;
  text-align: left;
  font-size: 28px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.65);
}

.news-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
}

.news-title {
  border-bottom: 1px solid #eee;
}

.news-container .news-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 1em 3em 1em 1em;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}

.news-container .news-title .date {
  color: #75b226;
  margin-right: 1em;
}

.news-container .content-entry.open .accordion-title,
.news-container .news-title:active,
.news-container .news-title:hover,
.news-content,
.news-title.open {
  background-color: #f7f7f7;
}

.news-container .news-title:active {
  background-color: transparent;
}

.news-container .content-entry.open i,
.news-container .news-title:hover i:active,
.news-container .news-title:hover i:before {
  color: #111;
}

.news-title {
  position: relative;
}

.news-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 38%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transform-origin: 50% 50% 0;
  margin-top: 9pt;
}

.news-title:before {
  content: "";
  background-color: #75b226;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 14px;
  top: 38%;
  margin-top: 0;
}

.news-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 38%;
}

.news-content {
  display: none;
  padding: 2em 1em;
  font-size: 17px;
}

.news-container {
  width: 100%;
  margin: 1.875em auto;
}

#faq .heading {
  display: flex;
  align-items: center;
}

.bubble-green {
  background-color: #75b226;
  border-radius: 1pc;
  padding: 2em 0.8em;
  position: relative;
  display: block;
  text-align: center;
  color: #fff;
  font-size: 30px;
}

.bubble-green:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -20px;
  border: 20px solid transparent;
  border-top: 20px solid #75b226;
}

.pattern {
  min-height: 10em;
}

.arrow {
  display: inline-block;
  height: 60px;
  width: 30px;
  background-color: #d5e8bd;
  position: relative;
  top: 0;
  margin-bottom: 50px;
}

.arrow:before {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  border: 40px solid transparent;
  border-left: 40px solid #d5e8bd;
  transform: rotate(90deg);
  left: -25px;
  bottom: -5pc;
}

.schedule-container {
  position: relative;
  width: 100%;
  outline: 0;
  cursor: pointer;
}

.schedule-title {
  border-bottom: 1px solid #eee;
}

.schedule-container .schedule-title {
  display: block;
  position: relative;
  margin: 0;
  padding: 1em 3em 1em 1em;
  font-size: 17px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  transition: all 0.3s;
}

.schedule-container .schedule-title .date {
  color: #75b226;
  margin-right: 1em;
}

.schedule-container .content-entry.open .accordion-title,
.schedule-container .schedule-title:active,
.schedule-container .schedule-title:hover,
.schedule-content,
.schedule-title.open {
  background-color: #f7f7f7;
}

.schedule-container .schedule-title:active {
  background-color: transparent;
}

.schedule-container .content-entry.open i,
.schedule-container .schedule-title:hover i:active,
.schedule-container .schedule-title:hover i:before {
  color: #111;
}

.schedule-title {
  position: relative;
}

.schedule-title:after {
  content: "";
  position: absolute;
  right: 25px;
  top: 20%;
  transition: all 0.2s ease-in-out;
  display: block;
  width: 8px;
  height: 8px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  transform-origin: 50% 50% 0;
  margin-top: 9pt;
}

.schedule-title:before {
  content: "";
  background-color: #75b226;
  border-radius: 50%;
  height: 30px;
  width: 30px;
  position: absolute;
  right: 14px;
  top: 20%;
  margin-top: 0;
}

.schedule-title.open:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20%;
}

.schedule-content {
  display: none;
  padding: 2em 1em;
  font-size: 17px;
}

.schedule-container {
  width: 100%;
  margin: 1.875em auto;
}

.range-copy {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translateX(-50%);
}

.range-copy-box {
  position: relative;
  padding: 9% 3% 1.6%;
  text-align: center;
  line-height: 2;
  font-size: 28px;
  font-weight: 700;
  background-color: rgba(255, 255, 255, 0.65);
}

.range-copy-box span {
  position: absolute;
  top: 10%;
  left: 0;
  width: 100%;
  padding: 2% 0;
  color: #fff;
  font-size: 20px;
  background-color: rgba(153, 43, 139, 0.6);
}

.intro-image-capption {
  margin-top: 20px;
  text-align: center;
}

.range-price-item {
  padding: 60px 34px 36px;
  border: 3px solid #c6c6c6;
  background-color: #f4f4f4;
}

.range-price-item .count {
  display: inline-block;
  margin-left: 4px;
  padding: 0;
  width: auto;
  font-size: 18px;
  border: none;
}

.process-accordion {
  position: relative;
}

button.btn-1 {
  border: none;
  outline: none;
}

.process-accordion .btn-1 {
  width: 48%;
}

.process-accordion .btn-wrap:first-of-type .btn-1 {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 4%;
}

.process-accordion .btn-wrap:last-of-type .btn-1 {
  position: absolute;
  top: 0;
  right: 0;
}

.accordion-contents {
  padding-top: 150px;
}

.process-title {
  padding: 14px 0;
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  background-color: #f4f4f4;
}

.process-title span {
  display: block;
  width: 270px;
  margin: 0 auto;
  font-size: 16px;
  border-bottom: 4px solid #9b2b8b;
}

.process-item img,
.after-reservation-item img {
  display: block;
  width: 100%;
  max-width: 314px;
  margin: 0 auto;
}

.process-item a {
  border-bottom: 1px solid #9b2b8b;
  ;
}

.attention-box {
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 30px 60px;
  border: 1px solid #ed6e6e;
  background-color: rgba(237, 110, 110, 0.1);
}

.table-stripe {
  padding: 0.5rem 0;
}

.facilities-table .table-stripe {
  height: 64px;
}

.table-stripe-column:nth-child(odd) .table-stripe:nth-child(odd) {
  background-color: #f4f4f4;
}

.table-stripe-column:nth-child(even) .table-stripe:nth-child(even) {
  background-color: #f4f4f4;
}

.facilities-img {
  display: block;
  width: 100%;
  max-width: 525px;
  margin: 0 auto;
}

.line-account {
  width: 100%;
  max-width: 530px;
  margin: 0 auto;
  padding: 4% 5%;
  background-color: #06c755;
}

.line-account img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 993px) {
  .copy {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateX(-50%);
    width: 70%;
  }

  .copy-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .copy-box {
    width: 32%;
    height: 100%;
    font-size: 1vw;
  }

  .copy-box:last-of-type {
    position: relative;
  }

  .open-message {
    position: absolute;
    top: -10%;
    left: 50%;
    transform: translate(-50%);
    color: #fff;
    font-size: 1.5vw;
    text-shadow: 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e, 0 0 3px #ed6e6e;
    white-space: nowrap;
    letter-spacing: 2px;
  }

  .school-copy-inner {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .intro-item {
    width: 750px;
    height: 230px;
    min-height: 100px;
  }

  .intro-item-image {
    width: 50%;
    height: 100%;
  }

  .intro-item-text {
    position: relative;
    height: 100%;
    width: 50%;
    height: 100%;
  }

  .intro-item-text p {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
  }

  .btn-group {
    display: flex;
    justify-content: center;
    margin: 60px auto;
  }

  .top-btn-group {
    margin: 120px auto 60px;
  }

  .range-copy-inner {
    display: flex;
    align-items: center;
    justify-content: end;
  }

  .range-price-item {
    height: 100%;
  }

  .process-item p,
  .after-reservation-item p,
  .attention-box {
    text-align: center;
  }

  .table-stripe-column:nth-child(odd) .table-stripe:nth-child(odd) {
    background-color: #f4f4f4;
  }

  .table-stripe-column:nth-child(even) .table-stripe:nth-child(even) {
    background-color: transparent;
  }

  .table-stripe-column:nth-child(even) .table-stripe:nth-child(odd) {
    background-color: #f4f4f4;
  }
}

@media screen and (max-width: 992px) {
  iframe {
    width: 100%;
    height: auto;
  }

  .access-iframe {
    min-height: 300px;
  }

  #side-reservation {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 10pc;
    width: 40px;
  }

  #side-reservation a.fb {
    width: 40px;
    height: 40px;
  }

  #side-reservation a.fb img {
    width: 30px;
  }

  #side-reservation a.inst {
    width: 40px;
    height: 40px;
  }

  h2.section-title span {
    max-width: 100%;
  }

  .scrolled .site-logo img,
  .site-logo img {
    width: 75pt;
  }

  .copy-box {
    margin: 20px 30px;
    padding: 8%;
    font-size: 3.6vw;
  }

  .copy-box:first-of-type {
    background-color: rgba(125, 190, 40, 0.1);
  }

  .copy-box:first-of-type div {
    margin-bottom: 1rem;
  }

  .copy-box:last-of-type {
    background-color: rgba(155, 43, 139, 0.1);
  }

  .copy-box a {
    font-size: 5vw;
  }

  .school-copy {
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .school-copy-box {
    display: block;
    width: 90%;
    margin: 0 auto;
    padding: 0.5em;
    text-align: center;
    font-size: 4vw;
  }

  nav.pc {
    display: none;
  }

  .intro-item-text p {
    padding: 10px;
  }

  .btn-group,
  .top-btn-group {
    margin: 30px auto 0;
  }

  .btn-1 {
    display: block;
    padding: 14px 0;
    text-align: center;
    font-size: 15px;
  }

  .circle-arrow::after {
    width: 22px;
    height: 22px;
  }

  .range-copy {
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
  }

  .range-copy-box {
    display: block;
    margin: 0 auto;
    padding: 13% 3% 1.6%;
    font-size: 4vw;
  }

  .range-copy-box span {
    font-size: 3vw;
  }

  #footer-nav {
    position: fixed;
    bottom: 0;
    width: 100%;
    font-size: 18px;
  }

  footer {
    padding-bottom: 60px;
  }

  #page_top {
    margin-bottom: 60px;
    right: 10px;
  }

  .container {
    padding-right: 0;
    padding-left: 0;
  }

  section,
  section#access h2,
  section#faq h2 {
    margin-right: 30px;
    margin-left: 30px;
  }

  header .container,
  section#access,
  section#faq,
  section#footer-nav,
  section.feature {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  header .container {
    padding-right: 15px !important;
    padding-left: 15px !important;
  }

  section#access .row,
  section#faq .faq-section {
    margin-right: 0 !important;
    margin-left: 0 !important;
    padding-right: 30px !important;
    padding-left: 30px !important;
  }

  #faq .heading:first-child {
    margin-bottom: 1.5em;
  }

  #faq .heading:nth-child(2) {
    margin-bottom: 0.5em;
  }

  #faq .heading {
    align-items: flex-start;
  }

  #faq .heading div:first-child {
    line-height: 1;
  }

  .header-nav .top-contact img {
    width: 40px;
  }

  .header-nav .top-contact {
    padding: 0;
    height: 60px;
    display: flex;
    align-items: center;
  }

  .header-nav .top-contact div {
    display: inline-block;
    padding: 0;
  }

  .header-nav img {
    transition: all 0;
  }

  .news-container .news-title:hover {
    background-color: transparent;
  }

  .news-container .news-title:active,
  .news-title.open {
    background-color: #f7f7f7 !important;
  }

  .schedule-container .schedule-title:hover {
    background-color: transparent;
  }

  .schedule-container .schedule-title:active,
  .schedule-title.open {
    background-color: #f7f7f7 !important;
  }

  .iframe-wrap {
    position: relative;
    width: 100%;
    padding: calc(480 / 854 * 100%) 0 0;
  }

  .iframe-wrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }

  .process-accordion .circle-arrow-down::after {
    display: block;
    margin: 10px auto 0;
  }

  .line-account {
    padding: 30px 36px;
  }

  .line-account div:last-of-type {
    padding-left: 0;
  }
}

@media screen and (max-width: 576px) {

  .school-copy-box,
  .range-copy-box {
    width: 70%;
  }
}

/* ----------------------------------
　　新規追加 
---------------------------------- */
/* topページ */
.top__price-item {
  margin-bottom: 40px;
}

.top__price-ttl {
  text-align: center;
  color: #fff;
  background-color: #7D7D7D;
  font-weight: bold;
  border-radius: 60px;
  font-size: 18px;
  padding: 5px;
}

.top__price-list {
  padding: 10px 0;
  border-bottom: 1px solid #888888;
}

.top__price-list-bold {
  margin-bottom: 5px;
  font-weight: bold;
}

.top__price-list-txt {
  margin-bottom: 0;
}

.top__greerting-box-name {
  text-align: center;
  margin-top: 10px;
}

.top__greerting-box-img {
  text-align: center;
}

.top__greerting-txt {
  text-align: center;
  margin-top: 40px;
}

.top__greerting-link {
  text-decoration: underline;
  color: #212529;
}

.top__voice-item img {
  display: block;
  margin: auto;
}

.top__voice-txt {
  margin-top: 20px;
}

.top__voice-item {
  margin-bottom: 30px;
}

.top__voice-item:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 993px) {
  .top__price-box {
    display: flex;
    justify-content: space-between;
  }

  .top__price-item {
    width: calc(33% - 19px);
    margin-bottom: 0;
  }

  .top__price-ttl {
    font-size: 21px;
  }

  .top__price-txt {
    min-height: 96px;
  }

  .top__greerting-box {
    display: flex;
    justify-content: space-between;
    max-width: 878px;
    margin: auto;
  }

  .top__greerting-box-img {
    width: 35%;
  }

  .top__greerting-box-txt {
    width: 55%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }

  .top__greerting-txt {
    margin-top: 65px;
  }

  .top__voice-box {
    display: flex;
    justify-content: space-between;
  }

  .top__voice-item {
    width: calc(33% - 20px);
    margin-bottom: 0;
  }
}

/* privaterangeページ */
.privaterange-txt {
  color: #9b2b8b;
  font-weight: bold;
}