@charset "UTF-8";

@import url('https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

html {
  font-size: 62.5%;
}
@media screen and (max-width: 767px) {
  html{
    font-size: 2.1vw;
  }
}
@media screen and (min-width: 768px) {
  body {
    font-size: 1.6rem;
    line-height: 1.8;
    font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;

    font-weight: 500;
    letter-spacing: 0.1em;
    color: #656565;
  }
}
@media screen and (max-width: 767px) {
  body {
    font-size: 1.8rem;
    line-height: 1.8;
    font-family: futura-pt, "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    color: #656565;
  }
}

@media screen and (min-width: 768px) {
  .vsp { display: none !important; }
}
@media screen and (max-width: 767px) {
  .vpc { display: none !important; }
}

a {
  color: #656565;
  text-decoration: underline;
}
a:hover {
  color: #656565;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  a.tel {
    text-decoration: none;
    cursor: inherit;
  }
}
@media screen and (max-width: 767px) {
  a.tel {
    text-decoration: underline;
  }
}

@media screen and (min-width: 768px) {
  #body {
    min-width: 125.0rem;
    margin: 0 auto;
    overflow: hidden;
    background: #fbfbf0;
  }
  main {
  }
}
@media screen and (max-width: 767px) {
  #body {
    width: 100%;
    overflow: hidden;
    background: #fbfbf0;
  }
  img {
    max-width: 100%;
    height: auto;
  }
  main {
    padding-top: 8.0rem;
  }
}


@media screen and (min-width: 768px) {
  header {
    border: none;
    position: relative;
    z-index: 100;
  }
  header .inner {
    display: none;
  }
  header .menu {
    display: none;
  }
  header .gnav {
    width: 125.0rem;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    z-index: 1;
  }
  header .gnav a {
    transition: all 200ms 0s ease;
  }
  header .gnav a:hover {
    opacity: 0.6;
  }
    
  header .sp-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 8.0rem;
    box-sizing: border-box;
  }
  header .inner {
    position: relative;
    background: #fbfbf0;
    z-index: 100;
    padding: 2.0rem 5.5rem;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
  header .logo {
    width: 100%;
    height: 100%;
    z-index: 100;
    text-align: center;
  }
  header .logo img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  header .inner h1 {
    display: none;
  }
  header .tel {
    display: none;
  }
  header .contact {
    display: none;
  }
  header .menu {
    position: absolute;
    top: 2.0rem;
    right: 1.0rem;
    width: 4.0rem;
    height: 4.0rem;
    box-sizing: border-box;
    margin: 0rem;
    z-index: 100;
  }
  header .menu img {
    width: auto;
    height: 100%;
    vertical-align: top;
  }
  header .menu img.close {
    display: none;
  }
  .nav-open header .menu img.open {
    display: none;
  }
  .nav-open header .menu img.close {
    display: block;
  }
  header .sp-cover {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  header .gnav {
    display: none;
  }
  header .sp-nav {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    padding-top: 8.0rem;
    box-sizing: border-box;
    z-index: 99;
    overflow-y: scroll;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: all 100ms 0s ease;
    transform: translateY(-100%);
    background: #9fc145;
  }
  header .sp-nav.open {
    opacity: 1;
    transform: translateY(0);
  }
  header .sp-nav>ul {
    padding: 2.0rem;
  }
  header .sp-nav>ul>li>span,
  header .sp-nav>ul>li>a {
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 1.0rem 3rem;
    border-bottom: dashed 2px #fff;
    text-align: center;
  }
  header .sp-nav>ul>li:last-child>span,
  header .sp-nav>ul>li:last-child>a {
    border-bottom: none;
    padding-bottom: 0;
  }
  body.nav-open {
    width: 100%;
    height: 100%;
    position: fixed;
  }
}

@media screen and (min-width: 768px) {
  footer {
    position: relative;
  }
  footer .banner {
    background: url(../img/footer_bg.png);
  }
  footer .banner a {
    transition: all 200ms 0s ease;
  }
  footer .banner a:hover {
    opacity: 0.7;
  }
  footer .banner ul {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    width: 70.0rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4.0rem 2.0rem;
  }
  footer .pagetop {
    position: absolute;
    top: -4.0rem;
    right: -0.1rem;
    z-index: 100;
  }
  footer .pagetop a {
    transition: all 200ms 0s ease;
  }
  footer .pagetop a:hover {
    opacity: 0.6;
  }
  footer .inner {
    background-color: #f1ebe7;
    position: relative;
    border-top: solid 0.3rem #9fc145;
  }
  footer .logo {
    text-align: center;
    position: absolute;
    top: 4.0rem;
    left: calc(50% - 40.0rem);
  }
  footer .fnav {
    width: 93.0rem;
    margin: 0 auto;
    box-sizing: border-box;
    padding-top: 5.0rem;
    padding-left: 20.0rem;
  }
  footer .fnav li {
    display: inline-block;
    text-align: right;
    margin: 1.0rem 0 1.0rem 5.0rem;
  }
  footer .fnav a {
    font-size: 1.6rem;
    text-decoration: none;
  }
  footer .fnav a:hover {
    text-decoration: underline;
  }
  footer .copyright {
    background-color: #f1ebe7;
    text-align: center;
    height: 7.0rem;
    line-height: 7.0rem;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  footer {
    position: relative;
  }
  footer .banner {
    background: url(../img/footer_bg.png);
    padding: 3.0rem 2.0rem;
  }
  footer .banner li {
    margin: 1.0rem 0;
  }
  footer .banner a {
    transition: all 200ms 0s ease;
  }
  footer .banner a:hover {
    opacity: 0.7;
  }
  footer .pagetop {
  }
  footer .pagetop a {
    display: block;
    position: absolute;
    top: -4.0rem;
    right: -0.1rem;
    z-index: 100;
    height: 3.8rem;
  }
  footer .pagetop img {
    width: auto;
    height: 100%;
  }
  footer .inner {
    background-color: #f1ebe7;
    position: relative;
    border-top: solid 0.3rem #9fc145;
    padding: 4.5rem 2.0rem;
  }
  footer .logo {
    margin-bottom: 2.0rem;
  }
  footer .fnav {
    box-sizing: border-box;
  }
  footer .fnav li {
    width: 40%;
    display: inline-block;
    margin: 0.5rem 0;
  }
  footer .fnav li:last-child {
    width: 100%;
  }
  footer .fnav a {
    text-decoration: none;
  }
  footer .copyright {
    text-align: left;
    height: 8.0rem;
    line-height: 8.0rem;
    padding: 0 2.0rem;
    font-size: 1.5rem;
    background-color: #f1ebe7;
  }
}

@media screen and (min-width: 768px) {
  footer .fixed-facebook {
    position: fixed;
    top: 18.0rem;
    right: 0;
  }
  footer .fixed-facebook a {
    transition: all 200ms 0s ease;
  }
  footer .fixed-facebook a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  footer .fixed-facebook {
    display: none;
  }
}


/* anchor */


section {
  margin-bottom: 4.0rem;
}
section .container {
  margin: 0 auto;
  width: 125.0rem;
  padding: 0 2.5rem;
  padding-bottom: 3.0rem;
  box-sizing: border-box;
  position: relative;
}
section h2.title {
  text-align: center;
  margin-bottom: 6.0rem;
}
section h3.title {
  text-align: center;
  margin-bottom: 4.0rem;
  font-size: 3.0rem;
  font-weight: bold;
  display: block;
  margin-left: 1rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
section h3.title::before,
section h3.title::after {
  content: '';
  display: block;
  width: 3.1rem;
  height: 2.7rem;
  background: url(../img/title_bg.png) 0 0/100% auto no-repeat;
}
section h3.title::before {
  margin-right: 1.5rem
}
section h3.title::after {
  margin-left: 1.0rem
}
section h4.title {
  color: #EF8D46;
  font-weight: bold;
}
section .part {
  margin-bottom: 6.0rem;
}
section p {
  margin-bottom: 3.0rem;
}
section p.indent {
  margin-left: 1.5rem;
  margin-bottom: 0rem;
}
@media screen and (max-width: 767px) {
  section {
    width: 100%;
    overflow: hidden;
    margin: 0;
  }
  section .container {
    width: 100%;
    padding: 2.0rem;
  }
  section h2.title {
    height: 8.0rem;
    margin-bottom: 4.5rem;
  }
  section h2.title img {
    width: auto;
    height: 100%;
  }
  section h3.title {
    margin-bottom: 2.5rem;
    white-space: nowrap;
  }
  section h3.title::before,
  section h3.title::after {
    width: 3.8rem;
    height: 3.8rem;
    background: url(../img/sp_title_bg.png) 0 0/100% auto no-repeat;
  }
}

section.breadcrumb {
  margin: 4.5rem 0;
  white-space: nowrap;
}
section.breadcrumb ul {
  margin: 0 auto;
  width: 125.0rem;
  padding: 0 2.5rem;
  padding-bottom: 3.0rem;
  box-sizing: border-box;
  position: relative;
}
section.breadcrumb li {
  display: inline-block;
}
section.breadcrumb li::after {
  content: ' ＞ ';
}
section.breadcrumb li:last-child::after {
  content: none;
}
section.breadcrumb li a {
  display: inline-block;
  text-decoration: none;
}
section.breadcrumb li a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  section.breadcrumb {
    margin: 0 0 2.0rem 0;
  }
  .is-mobile section.breadcrumb ul {
    width: 100%;
    padding: 2.0rem;
    white-space: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
}




@media screen and (min-width: 768px) {
  section.keyvisual {
    height: 86.0rem;
    margin: 0 auto;
    position: relative;
  }
  section.keyvisual img {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
  }
  section.keyvisual .message {
    position: absolute;
    bottom: 1.0rem;
    left: calc(50% - 60.0rem);
    width: 26.0rem;
    height: 13.5rem;
    text-align: center;
    line-height: 1.4;
  }
  section.keyvisual .message .date {
    font-size: 3.2rem;
    font-weight: bold;
    color: #9FC145;
    margin: 0;
  }
  section.keyvisual .message .text {
    font-size: 2.0rem;
    font-weight: bold;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  section.keyvisual {
    position: relative;
    padding: 0;
    margin: 0;
  }
  section.keyvisual .message {
    position: absolute;
    bottom: 0.8rem;
    left: 0;
    width: 100%;
    height: 7.0rem;
    text-align: center;
    line-height: 1.4;
  }
  section.keyvisual .message .date {
    font-size: 2.5rem;
    font-weight: bold;
    color: #9FC145;
    margin: 0;
  }
  section.keyvisual .message .text {
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0;
  }
}

section.home-ourthought {
  background: url(../img/home_ourthought_bg.png) 50% 100% no-repeat;
  padding-top: 7.5rem;
  padding-bottom: 2.0rem;
  margin-bottom: 0rem;
}
section.home-ourthought h2 {
  text-align: center;
  margin-bottom: 3.5rem;
}
section.home-ourthought .lead {
  text-align: center;
  font-weight: bold;
}
section.home-ourthought .text {
  text-align: center;
  width: 78.0rem;
  margin: 1.0rem auto;
}
@media screen and (max-width: 767px) {
  section.home-ourthought {
    background: url(../img/sp_home_ourthought_bg.png) 50% 100%/100% auto no-repeat;
    padding-top: 0rem;
  }
  section.home-ourthought .text {
    width: 100%;
    text-align: left;
  }
}

section.home-charmpoint {
  padding-top: 4.0rem;
}
section.home-charmpoint h2 {
  text-align: center;
  margin-bottom: 3.5rem;
}
section.home-charmpoint .image-left,
section.home-charmpoint .image-right {
  overflow: hidden;
  margin: 1.5rem auto;
}
section.home-charmpoint .content h3 {
  background: #ef8d46;
  overflow: hidden;
  display: inline-block;
  height: 5.4rem;
  line-height: 5.4rem;
  border-radius: 5.4rem;
  position: relative;
  padding: 0 5.0rem 0 8.0rem;
  color: #fff;
  font-size: 2.1rem;
  font-weight: bold;
  padding-top: 0.2rem;
  margin-bottom: 2.5rem;
}
section.home-charmpoint .content h3 .no {
  display: block;
  height: 4.2rem;
  width: 4.2rem;
  line-height: 4.2rem;
  border-radius: 4.2rem;
  text-align: center;
  background-color: #fff;
  color: #ef8d46;
  font-weight: bold;
  padding-top: 0.2rem;
  font-size: 2.4rem;
  position: absolute;
  top: 0.6rem;
  left: 0.6rem;
}
@media screen and (min-width: 768px) {
  section.home-charmpoint .image-left {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
  section.home-charmpoint .image-left .image {
    flex-shrink: 0;
    margin-right: 2.0rem;
  }
  section.home-charmpoint .image-right {
    display: flex;
    justify-content: space-between;
  }
  section.home-charmpoint .image-right .image {
    flex-shrink: 0;
    margin-left: 2.0rem;
  }
}
@media screen and (max-width: 767px) {
  section.home-charmpoint .content h3 {
    margin-bottom: 1rem;
  }
  section.home-charmpoint .image {
    margin: 1.0rem 0;
  }
}

section.home-nav {
  background: url(../img/home_nav_bg.png);
}
@media screen and (min-width: 768px) {
  section.home-nav ul {
    padding: 7.0rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  section.home-nav ul a {
    transition: all 200ms 0s ease;
  }
  section.home-nav ul a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  section.home-nav ul {
    padding: 5.0rem 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  section.home-nav ul li {
    width: calc(50% - 2.0rem);
    margin: 1.0rem 1.0rem;
  }
}

section.home-access {
  margin: 8.0rem 0;
  overflow: hidden;
}
section.home-access h2 {
  margin-bottom: 4.0rem;
}
section.home-access .gmap {
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  background-color: #fff;
  padding: 1.0rem;
  flex-shrink: 0;
  margin-bottom: 1.0rem;
}
section.home-access .content h3 {
  font-size: 2.8rem;
  margin-bottom: 1.0rem;
}
section.home-access .content .caption {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
section.home-access .content .text {
  margin-bottom: 1.0rem;
}
section.home-access .content .button {
  margin-bottom: 0;
}
section.home-access .content .button a {
  transition: all 200ms 0s ease;
}
section.home-access .content .button a:hover {
  opacity: 0.7;
}
@media screen and (min-width: 768px) {
  section.home-access .wrap {
    overflow: hidden;
    display: flex;
    justify-content: space-between;
  }
  section.home-access .gmap iframe {
    width: 64.0rem;
    height: 35.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.home-access .gmap {
    margin-top: 2.0rem;
  }
  section.home-access .gmap iframe {
    width: 100%;
    height: 26.0rem;
  }
  section.home-access .button {
    width: 80%;
    margin: 4.0rem auto 0rem auto;
  }
}

section.about .table-block {
  width: calc(100% - 12.0rem);
  margin: 3.0rem auto;
}
section.about .text {
  margin-top: 2.0rem;
  font-size: 1.4rem;
}
section.about table {
  width: 100%;
}
section.about table th,
section.about table td {
  border: solid 2px #c4beb3;
  text-align: center;
  position: relative;
  vertical-align: middle;
  min-width: 11.0rem;
  white-space: nowrap
}
section.about table td {
}
section.about table td.name {
  width: auto;
}
section.about table td.price {
  width: auto;
}
section.about table th {
  background-color: #c4beb3;
  border-right: solid 2px #fff;
  border-bottom: none;
  padding: 0.5rem;
}
section.about table th:last-child {
  border-right: solid 2px #c4beb3;
}
section.about table td {
  background-color: #fff;
  padding: 0.5rem;
}
section.about table td.note {
  padding: 0 0.5rem;
  position: relative;
  font-size: 1.2rem;
  color: #ef8d46;
  line-height: 1.2;
  height: 100%;
}
section.about table td.note::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: 100%;
  border-right: solid 2px #c4beb3;
}
section.about table td.border::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: calc(50% + 1px);
  height: calc(100% + 2px);
  border-right: solid 2px #ef8d46;
}
section.about table tr:last-child td.border::before {
  height: 80%;
}
section.about table tr:last-child td.border::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: calc(50% - (1.3rem / 2));
  width: 1.3rem;
  height: 1.7rem;
  background: url(../img/about_icon_arrow.png) 0 0/100% auto no-repeat
}

@media screen and (max-width: 767px) {
  section.about .table-block {
    width: 100%;
  }
  section.about .scroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 1.0rem;
  }
  section.about table {
  }
  .scroll::-webkit-scrollbar {
    height: 1.5rem;
  }
  .scroll::-webkit-scrollbar-track {
    margin: 0;
    background: #fff;
    border-radius: 1.5rem;
    border: solid 2px #c4beb3;
  }
  .scroll::-webkit-scrollbar-thumb {
    border-radius: 1.5rem;
    background: #c4beb3;
  }
}


section.event {
}
section.event .note dl {
  display: flex;
  flex-wrap: wrap;
  align-items: start;

}
section.event .note dl dt {
  background: #9fc145;
  width: 8.2rem;
  border-radius: 2.0rem 0 0 2.0rem;
  text-align: center;
  padding: 0.4rem 0 0.2rem 0;
  color: #fff;
  margin-bottom: 2.4rem;
}
section.event .note dl dt:nth-child(3) {
  background: #ef8d46;
}
section.event .note dl dd {
  width: calc(100% - 8.2rem);
  padding: 0.4rem 0 0.2rem 2.0rem;
  margin-bottom: 2.4rem;
}
@media screen and (min-width: 768px) {
  section.event .lead {
    text-align: center;
  }
  section.event .wrap {
    padding-left: 42.0rem;
    position: relative;
  }
  section.event .wrap .item {
    display: flex;
  }
  section.event .wrap .item ul {
    padding-top: 3.0rem;
    margin-left: 2.0rem;
  }
  section.event .wrap .item:nth-child(even) ul {
    margin-left: -14.0rem;
  }
  section.event .wrap .item:nth-child(12) ul {
    margin-left: -12.0rem;
  }
  section.event .wrap .item ul li {
    display: inline-block;
    margin-right: 2.0rem;
  }
  section.event .image img {
    display: block;
    position: absolute;
  }
  section.event .image img:nth-child(1) {
    left: -2.5rem;
    top: 4.8rem;
  }
  section.event .image img:nth-child(2) {
    right: -2.5rem;
    top: 13.2rem;
  }
  section.event .image img:nth-child(3) {
    left: -2.5rem;
    top: 61.2rem;
  }
  section.event .image img:nth-child(4) {
    right: -2.5rem;
    top: 86.4rem;
  }
  section.event .image img:nth-child(5) {
    left: -2.5rem;
    top: 131.4rem;
  }
  section.event .image img:nth-child(6) {
    right: -2.5rem;
    top: 160.6rem;
  }
  section.event .image img:nth-child(7) {
    left: -2.5rem;
    top: 183.9rem;
  }
  section.event .note {
    margin: 5.0rem 0;
  }
}
@media screen and (max-width: 767px) {
  section.event {
  }
  section.event .wrap {
    position: relative;
  }
  section.event .wrap::before {
    content: '';
    display: block;
    width: 0.3rem;
    height: 98%;
    background: url(../img/sp_event_month_line.png) 0 0/100% auto repeat;
    position: absolute;
    top: 1%;
    left: calc((23% - 0.3rem) / 2);
    z-index: 0;
  }
  section.event .wrap .item {
    display: flex;
    align-items: center;
    margin-bottom: 4.0rem;
    position: relative;
    z-index: 0;
  }
  section.event .wrap .item h3.month {
    width: 23%;
  }
  section.event .wrap .item ul {
    width: 77%;
    box-sizing: border-box;
    padding-left: 2.0rem;
    font-size: 1.5rem;
  }
  section.event .wrap .item ul li {
  }
}


section.class .item {
  width: 36.0rem;
  height: 36.0rem;
  border: solid 0.5rem #9FC145;
  border-radius: 36.0rem;
  text-align: center;
  padding: 2.4rem 1.0rem;
  background-color: #fff;
}
section.class .item .icon {
  margin: 0 auto 1.8rem auto;
}
section.class .item .sub {
  margin: 0;
  font-size: 1.6rem;
  font-weight: bold;
  color: #9FC145;
  line-height: 1.4;
}
section.class .item .name {
  margin: 0;
  font-size: 3.2rem;
  font-weight: bold;
  line-height: 1.4;
}
section.class .item .name .keisyo {
  font-size: 2.8rem;
}
section.class .item .age {
  margin: 0 0 3.0rem 0;
  line-height: 1.4;
  font-weight: bold;
}
section.class .item .info {
  margin: 0;
}
section.class .item .info {
  display: flex;
  justify-content: center;

}
section.class .item .info .teiin,
section.class .item .info .syokuin {
  width: 11.0rem;
}
section.class .item .info .caption {
  width: 100%;
  display: block;
  margin: 0;
  font-size: 1.4rem;
  color: #fff;
  padding: 0.2rem 0 0 0;
}
section.class .item .info .teiin .caption {
  background: #9fc145;
  border-radius: 10.0rem 0 0 10.0rem;
}
section.class .item .info .syokuin .caption {
  background: #ef8d46;
  border-radius: 0 10.0rem 10.0rem 0;
}
section.class .item .info .value {
  display: block;
  font-weight: bold;
  margin-top: 0.5rem;
}
section.class .item .info .teiin .value {
  color: #9fc145;
}
section.class .item .info .syokuin .value {
  color: #ef8d46;
}
@media screen and (min-width: 768px) {
  section.class .lead {
    text-align: center;
  }
  section.class .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin: 3.0rem 0;
  }
  section.class .message {
    background: #fff url(../img/class_message_bg.png) 50% 50% no-repeat;
    width: 103.9rem;
    height: 35.9rem;
    margin: 0 auto;
    text-align: center;
    padding-top: 9.0rem;
  }
}
@media screen and (max-width: 767px) {
  section.class .wrap {
  }
  section.class .item {
    width: 80vw;
    height: 80vw;
    margin: 3.0rem auto;
  }
  section.class .item .icon {
    width: 21vw;
  }
  section.class .message {
    background-color: #fff;
    background-image: url(../img/sp_class_message_bg_top.png), url(../img/sp_class_message_bg_bottom.png);
    background-position: 50% 0, 50% 100%;
    background-size: 100% auto;
    background-repeat: no-repeat;
    margin: 0 -2.0rem;
    padding: 11.0rem 6.0rem 7.0rem 6.0rem;
  }
}


section.overview {
}
section.overview h2 {
  margin-bottom: 4.0rem;
}
section.overview .gmap {
  display: inline-block;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
  background-color: #fff;
  padding: 1.0rem;
  flex-shrink: 0;
  margin-bottom: 1.0rem;
}
section.overview .content h3 {
  font-size: 2.8rem;
  margin-bottom: 1.0rem;
}
section.overview .content .caption {
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}
section.overview .content .text {
  margin-bottom: 1.0rem;
}
section.overview .timetable {
  margin: 0rem 0 4.0rem 0;
}
section.overview .timetable .image {
  margin: 0;
}
section.overview .history {
  margin: 4.0rem 0;
}
section.overview .history .image {
  margin: 0;
}
section.overview .pdf {
  margin: 4.0rem 0;
}
section.overview .pdf ul {
}
section.overview .pdf ul a {
  color: #9FC145
}
section.overview .pdf ul a:hover {
}
section.overview h4 {
  font-weight: bold;
  margin-bottom: 0.5rem;
  font-size: 1.8rem;
}
section.overview .history {
  margin: 4.0rem 0;
}


section.overview table {
  width: 100%;
  overflow: hidden;
}
section.overview table th,
section.overview table td {
  border: solid 2px #c4beb3;
  position: relative;
  vertical-align: middle;
  background-color: #fff;
  position: relative;
  line-height: 1.4;
}
section.overview table th {
  text-align: center;
  font-weight: bold;
  padding: 0.5rem 0.5rem;
}
section.overview table th::before {
  content: '';
  display: inline-block;
  height: 8.0rem;
  vertical-align: middle;
}
section.overview table td {
  text-align: left;
  padding: 0.5rem 5.0rem;
}
section.overview table td.center {
  text-align: center;
}
section.overview table td.orange::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  height: 110%;
  border-left: solid 0.5rem #ef8d46;
  border-right: solid 0.5rem #ef8d46;
  z-index: 1;
}
section.overview table td.orange.first::before {
  top: 0.2rem;
  border-top: solid 0.5rem #ef8d46;
}
section.overview table td.orange.last::before {
  height: calc(100% - 0.2rem);
  border-bottom: solid 0.5rem #ef8d46;
}
section.overview table td.orange.last::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1.6rem;
  left: calc(50% - 1.0rem);
  width: 2.1rem;
  height: 1.8rem;
  background: url(../img/overview_icon_orange.png) no-repeat;
  z-index: 1;
}

section.overview table td.green::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0.2rem;
  width: calc(100% - 0.4rem);
  height: 110%;
  border-left: solid 0.5rem #9fc145;
  border-right: solid 0.5rem #9fc145;
  z-index: 1;
}
section.overview table td.green.first::before {
  top: 0.2rem;
  border-top: solid 0.5rem #9fc145;
}
section.overview table td.green.last::before {
  height: calc(100% - 0.2rem);
  border-bottom: solid 0.5rem #9fc145;
}
section.overview table td.green.last::after {
  content: '';
  display: block;
  position: absolute;
  bottom: -1.6rem;
  left: calc(50% - 1.0rem);
  width: 2.1rem;
  height: 1.8rem;
  background: url(../img/overview_icon_green.png) no-repeat;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  section.overview .wrap {
    position: relative;
  }
  section.overview .gmap {
    position: absolute;
    top: 0;
    right: 0;
  }
  section.overview .gmap iframe {
    width: 64.0rem;
    height: 35.5rem;
  }
  section.overview table td {
    width: 50.0rem;
  }
}
@media screen and (max-width: 767px) {
  section.overview .gmap {
    display: none;
    width: 100%;
    margin-bottom: 2.0rem;
  }
  section.overview .gmap iframe {
    width: 100%;
    height: 20.0rem;
  }
  section.overview .timetable img {
    width: unset;
    max-width: unset;
  }
  section.overview .scroll {
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 1.0rem;
  }
  section.overview table th {
    padding: 1.5rem 0.5rem;
    width: 26%;
  }
  section.overview table th::before {
    content: none;
  }
  section.overview table td {
    padding: 1.5rem 1.0rem;
    width: 37%;
  }
  section.overview table td.orange::before,
  section.overview table td.orange.first::before,
  section.overview table td.orange.last::before,
  section.overview table td.green::before,
  section.overview table td.green.first::before,
  section.overview table td.green.last::before {
    border-width: 0.3rem;
  }
}


section.day {
}
section.day .popup-container {
  display: none;
}
@media screen and (min-width: 768px) {
  section.day .image {
    margin-bottom: 0;
  }
  section.day .text {
    text-align: right;
    font-size: 1.2rem;
    margin: 0.3rem 1.0rem 0 0;
  }
}
@media screen and (max-width: 767px) {
  section.day .button ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0 0.5rem;
  }
  section.day .button ul li {
    width: calc(50% - 0.5rem);
    margin-bottom: 1.0rem;
  }
}

.popup-block {
  padding: 6.0rem 4.0rem 4.0rem 4.0rem;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
.popup-block#p01 {
  background-color: #fff5e4;
}
.popup-block#p02 {
  background-color: #fbebf4;
}
.popup-block#p03 {
  background-color: #e9efed;
}
.popup-block#p04 {
  background-color: #f6e3e6;
}
.popup-block#p05 {
  background-color: #eaf1f8;
}
.popup-block#p06 {
  background-color: #e9e3f5;
}


.mfp-bg {
  background-color: #fff;
}
.mfp-container .mfp-content {
  width: 80%;
  margin: 5.0rem auto;
  box-sizing: border-box;
}
.mfp-close-btn-in .mfp-close {
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: url(../img/sp_day_close.png) 50% 50%/100% auto no-repeat;
  margin: 1.5rem;
}



section.contact {
}
section.contact .inner {
  background-color: #f1ebe7;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, .16);
}
@media screen and (min-width: 768px) {
  section.contact .text {
    text-align: center;
  }
  section.contact .inner {
    padding: 7.5rem;
  }
}
@media screen and (max-width: 767px) {
  section.contact .inner {
    padding: 2.0rem;
  }
}

input[type="text"],
input[type="email"],
input[type="password"],
textarea {
  -webkit-appearance: none;
  padding: 0.5rem;
  margin: 0;
  border: none;
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  vertical-align: middle;
  border-radius: 0;
  background-color: rgb(255, 255, 255);
}
input[type="checkbox"],
input[type="radio"] {
  margin-right: 0.5rem;
  margin-top: -0.3rem;
  width: 2.5rem;
  height: 2.5rem;
  accent-color: #988;
}
textarea {
  width: 100%;
  height: 38.0rem;
}
section.contact .form-block {
}
section.contact .form-block .input-row {
  margin: 3.0rem 0;
  display: flex;
  justify-content: space-between;
}
section.contact .form-block .input-row .caption {
  width: 20.0rem;
  text-align: right;
  padding-right: 2.5rem;
  padding-top: 0.5rem;
  margin: 0;
  font-weight: bold;
}
section.contact .form-block .input-row .input {
  width: calc(100% - 20.0rem);
}
section.contact .form-block .kiyaku-wrap {
  width: 100%;
  height: 36.0rem;
  overflow-y: scroll;
  background-color: #fff;
  margin: 7.0rem 0 3.0rem 0;
}
section.contact .form-block .input-row .input.group label {
  display: block;
  margin-bottom: 1rem;
}
section.contact .form-block .kiyaku {
  box-sizing: border-box;
  padding: 2.0rem 4.0rem;
  font-size: 1.2rem;
}
section.contact .form-block .doui {
  text-align: center;
}
section.contact .form-block .input-button {
  text-align: center;
  margin: 6.0rem 0;
}
section.contact .form-block .input-button button {
  margin: 1.0rem;
  transition: all 200ms 0s ease;
}
section.contact .form-block .input-button button:hover {
  opacity: 0.7;
}
section.contact .form-block .input .error {
  display: block;
  color: #900;
}
@media screen and (min-width: 768px) {
  section.contact .form-block {
    width: 66.0rem;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  section.contact .form-block .input-row {
    display: block;
  }
  section.contact .form-block .input-row .caption {
    width: 100%;
    margin: 0;
    text-align: left;
  }
  section.contact .form-block .input-row .input {
    width: 100%;
  }
  section.contact .form-block .input-button {
    margin: 2.0rem 0;
  }
  section.contact .form-block .kiyaku-wrap {
    margin: 2.0rem 0;
  }
}


section.contact .form-block.confirm .input-row .caption {
  padding-top: 0rem;
}
section.contact .form-block.confirm .kiyaku-wrap {
  display: none;
}
section.contact .form-block.confirm .doui {
  display: none;
}

section.contact .thanks .text {
  text-align: center;
}
section.contact .thanks .button {
  text-align: center;
  margin: 6.0rem 0;
}
@media screen and (max-width: 767px) {
  section.contact .thanks .text {
    text-align: left;
  }
  section.contact .thanks .button {
    margin: 2.0rem 0;
  }
}

    .part a:hover {
    opacity: 0.6;
  }
