@charset "UTF-8";
/* CSS Document */
/* CSS Document */
* {
  box-sizing: border-box;
  z-index: 0; }

html {
  font-size: 62.5%; }

body {
  font-size: 1.0rem;
  /*10px*/
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-weight: 500;
  line-height: 1.75;
  position: relative;
  color: #4d4d4d; }

.min {
  font-family: 'Noto Serif JP', serif; }

.gothic {
  font-family: 'Noto Sans JP', sans-serif; }

.meiryo {
  font-family: 'メイリオ', 'Meiryo','Noto Sans JP', sans-serif; }

i {
  font-style: normal; }

a {
  color: #4682b4; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:active {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

.clearfix:after {
  visibility: hidden;
  display: block;
  content: " ";
  clear: both;
  height: 0;
  font-size: 0; }

body, h1, h2, h3, h4, h5, h6, p, ul, ul li, ol, dl, dt, dd {
  margin: 0;
  padding: 0; }

h2 {
  font-size: 2.4rem;
  margin: 0 0 0;
  line-height: 1;
  font-weight: bold; }

h3 {
  margin: 0 0 0.5em 0;
  padding: 2px 0 0 0;
  font-size: 2rem;
  font-weight: normal;
  line-height: 1.35; }

h4 {
  font-size: 1.8rem; }
  h4.arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f39800;
    margin-right: 5px; }

h4 ~ h4 {
  margin-top: 1.5em; }

h3 + h4 {
  margin-top: 0; }

p + h4 {
  margin-top: 1.5em; }

table + h4, ul + h4, ol + h4, dl + h4 {
  margin-top: 1.5em; }

h5 {
  margin: 0 0 0.5em 5px;
  padding: 2px 0 0;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 1.35; }

h5 ~ h5 {
  margin-top: 1.5em; }

h4 + h5 {
  margin-top: 0; }

p + h5 {
  margin-top: 1.5em; }

h6 {
  font-size: 1.5rem; }

h6 ~ h6 {
  margin-top: 1.5rem; }

h5 + h6 {
  margin-top: 0; }

p + h6 {
  margin-top: 1.5em; }

.img_center {
  display: block;
  margin: auto;
  max-width: 100%; }

.sub_col_inner {
  border-bottom: 1px solid #ddd;
  margin-bottom: 20px;
  padding-bottom: 20px; }
  .sub_col_inner .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 935px;
    max-width: calc(100%);
    margin: 0 auto 20px;
    border-bottom: 1px solid #dddddd; }
    .sub_col_inner .title h2 {
      font-size: 4rem;
      margin-left: 5px;
      position: relative; }
      .sub_col_inner .title h2::after {
        content: "";
        background: url("/img/icon/info.svg");
        width: 3rem;
        height: 3rem;
        background-size: cover;
        display: inline-block;
        position: absolute;
        bottom: 4px;
        left: 2.7em; }
    .sub_col_inner .title a {
      font-size: 1.6rem;
      color: #646464;
      margin-right: 5px; }
      .sub_col_inner .title a i {
        color: #f39800; }

@media (min-width: 768px) {
  .sub_col_inner .title {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    width: 935px;
    max-width: calc(100%);
    margin: 0 auto 20px;
    border-bottom: 1px solid #dddddd; }
    .sub_col_inner .title h2 {
      font-size: 4rem;
      position: relative; }
      .sub_col_inner .title h2::after {
        content: "";
        background: url("/img/icon/info.svg");
        width: 3rem;
        height: 3rem;
        background-size: cover;
        display: inline-block;
        position: absolute; }
    .sub_col_inner .title a {
      font-size: 1.6rem;
      color: #646464; }
      .sub_col_inner .title a i {
        color: #f39800; } }
#footer_lower {
  text-align: center;
  padding: 0; }

#footer {
  position: relative;
  background: #f0f0f0;
  padding: 30px 0;
  color: #000; }

.fade {
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }

.radius {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px; }

.shadow {
  -moz-box-shadow: 0 0 5px #999;
  -webkit-box-shadow: 0 0 5px #999;
  -o-box-shadow: 0 0 5px #999;
  -ms-box-shadow: 0 0 5px #999;
  box-shadow: 0 0 5px #999; }

.circle {
  background: #333;
  width: 1.8em;
  height: 1.8em;
  display: inline-block;
  position: relative;
  border-radius: 50%; }
  .circle::before {
    position: absolute;
    content: "";
    display: block;
    width: .8em;
    height: 1em;
    margin: auto;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    clip-path: polygon(0 0, 0 100%, 100% 50%);
    z-index: 2;
    left: 3px; }

ol.maru {
  counter-reset: list_count;
  list-style-type: none; }

ol.maru li::before {
  margin-right: .25em;
  counter-increment: list_count;
  content: counter(list_count);
  display: inline-block;
  line-height: 1em;
  text-align: center;
  height: 1em;
  width: 1em;
  border-radius: 50%;
  font-size: 0.8em;
  border: 1px solid #000; }

.pagetop {
  position: absolute;
  right: 0;
  top: 0; }

#footer_upper {
  display: flex;
  padding: 10px;
  border-top: 1px solid #ddd; }

#footer_upper ul {
  list-style-type: none; }

.map {
  aspect-ratio: 16 / 9;
  max-width: 100%; }
  @media (min-width: 768px) {
    .map {
      aspect-ratio: 5 / 2; } }
  .map iframe {
    width: 100%;
    height: 100%; }

.page_links {
  border-top: 1px solid; }
  .page_links h1 {
    padding: 20px;
    text-align: center;
    font-weight: 400;
    font-size: 2.4rem; }
    @media (min-width: 768px) {
      .page_links h1 {
        font-size: 3.2rem; } }

.links {
  display: block;
  margin-bottom: 50px;
  padding: 40px 0; }
  @media (min-width: 768px) {
    .links {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between; } }
  .links .card {
    font-family: "Kosugi Maru", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 1.8rem;
    width: calc(100% - 30px);
    transition: all 0.3s ease-in-out;
    border-radius: 8px;
    border-left: 10px solid #f39800;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.3);
    margin: 0 auto 20px;
    position: relative;
    background: white; }
    @media (min-width: 768px) {
      .links .card {
        width: calc((100% - 50px) / 2); } }
    .links .card h2 {
      color: #4d4d4d;
      padding: 10px 10px;
      margin: auto;
      border: 0;
      letter-spacing: 0.15em;
      font-size: min(2.5rem, 4vw);
      font-weight: normal;
      line-height: 2;
      text-align: center; }
      @media (min-width: 768px) {
        .links .card h2 {
          font-size: 2.8rem; } }
    .links .card::before {
      position: absolute;
      content: "";
      display: block;
      width: .8em;
      height: 1em;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 1.4em;
      background: #fff;
      clip-path: polygon(0 0, 0 100%, 100% 50%);
      z-index: 2; }
    .links .card::after {
      position: absolute;
      content: "";
      display: block;
      margin: auto;
      top: 0;
      bottom: 0;
      right: 1em;
      width: 1.8em;
      height: 1.8em;
      border-radius: 2em;
      background: #828282;
      z-index: 1; }
    .links .card:hover {
      background: #fbe0b3; }
      .links .card:hover h2 {
        text-shadow: rgba(255, 255, 255, 0) 0 0;
        color: #f39800; }
      .links .card:hover .imgbox {
        background: #f39800; }
        .links .card:hover .imgbox img {
          transition: .7s all; }
      .links .card:hover::after {
        background: #a6a6a6; }

h1.content_title {
  font-family: "Kosugi Maru", sans-serif;
  position: relative;
  border-top: 1px solid #b3b3b3;
  margin-bottom: 20px;
  padding-top: 20px;
  color: #000;
  text-align: left;
  font-size: 2.4rem;
  line-height: 1.4;
  letter-spacing: .15em;
  font-weight: 400; }
  @media (min-width: 768px) {
    h1.content_title {
      font-size: 3.6rem; } }
  h1.content_title span {
    display: block;
    color: #f39800;
    font-size: 1.2rem; }
    @media (min-width: 768px) {
      h1.content_title span {
        display: inline-block;
        font-size: 1.4rem; } }
  h1.content_title::before {
    content: "";
    position: absolute;
    width: 120px;
    height: 10px;
    background: #f39800;
    top: 0;
    left: 0;
    border-radius: 0 0 4px 4px; }
    @media (min-width: 768px) {
      h1.content_title::before {
        width: 150px; } }

#main {
  background: #f0f0f0; }

.sub .page_img {
  width: calc(100%);
  max-width: 1100px;
  margin: 0 auto 5px;
  background-size: cover;
  aspect-ratio: 2 / 1;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: relative; }
  @media (min-width: 768px) {
    .sub .page_img {
      aspect-ratio: 220 / 63; } }
  .sub .page_img h1 {
    text-align: center;
    color: #fff;
    font-size: 3.5rem;
    letter-spacing: 0.6rem;
    font-weight: 400;
    text-shadow: 0 0 10px #000;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    aspect-ratio: 2 / 1; }
    @media (min-width: 768px) {
      .sub .page_img h1 {
        font-size: 5.5rem;
        aspect-ratio: 220 / 63; } }
  .sub .page_img img {
    position: absolute;
    object-fit: cover;
    top: 0;
    width: 100%;
    aspect-ratio: 2 / 1;
    z-index: -1; }
    @media (min-width: 768px) {
      .sub .page_img img {
        aspect-ratio: 220 / 63; } }

.pager {
  clear: both;
  margin: 30px auto;
  display: block;
  text-align: center;
  font-size: 1.4rem; }

.pager a, .pager span {
  display: inline-block;
  padding: 0 1px;
  margin: 0 2px 0;
  min-width: 3rem;
  height: 3rem;
  line-height: 3rem;
  background: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 4px;
  border: 1px solid #f39800; }

.pager a {
  color: #f39800;
  cursor: pointer; }

.pager span {
  color: #999;
  border: 1px solid #999; }

.pager span.now, .pager a:hover {
  background: #f39800;
  color: #fff;
  border: 1px solid #c07800; }

.pager .changepager-j,
.pager .changepager {
  border-radius: 4px;
  height: 3rem;
  line-height: 3rem;
  padding: 5px; }

/* Sweep To Right */
.hvr-sweep-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #8dd0d2;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-right:hover, .hvr-sweep-to-right:focus, .hvr-sweep-to-right:active {
  color: white; }

.hvr-sweep-to-right:hover:before, .hvr-sweep-to-right:focus:before, .hvr-sweep-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }

/**共通**/
.double_col .main_col table.price {
  margin: 20px 0;
  border: 1px solid #9b9b9b;
  border-collapse: collapse; }
  .double_col .main_col table.price th {
    background: #d7e994;
    border: 1px solid #9b9b9b;
    font-weight: normal;
    text-align: left;
    padding: 5px 10px; }
  .double_col .main_col table.price td {
    border: 1px solid #9b9b9b;
    text-align: right;
    padding: 5px 10px; }
.double_col .main_col ul.arrow {
  list-style-type: none;
  margin-left: 1em;
  padding: 0; }
  .double_col .main_col ul.arrow li::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f39800;
    margin-right: 5px; }
.double_col .main_col p.arrow {
  margin-left: 1em; }
  .double_col .main_col p.arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f39800;
    margin-right: 5px; }
.double_col .main_col span.arrow {
  margin-left: 1em; }
  .double_col .main_col span.arrow::before {
    font-family: "Font Awesome 5 Free";
    content: "";
    font-weight: 900;
    color: #f39800;
    margin-right: 5px; }
.double_col .main_col .lg_box {
  background: rgba(215, 233, 148, 0.5);
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px; }
  .double_col .main_col .lg_box p {
    font-size: 1.8rem;
    margin: 0; }
    .double_col .main_col .lg_box p strong {
      font-size: 2rem; }
  .double_col .main_col .lg_box ul {
    list-style-type: none; }
    .double_col .main_col .lg_box ul li {
      padding-left: calc(1em + 5px);
      text-indent: calc(-1em - 5px); }
      .double_col .main_col .lg_box ul li::before {
        content: "●";
        color: #f39800;
        margin-right: 5px; }

@media (min-width: 768px) {
  .double_col .main_col .timetable {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; }
    .double_col .main_col .timetable .info_ph {
      width: 48%;
      margin: auto; }
      .double_col .main_col .timetable .info_ph img {
        width: 100%; }
  .double_col .main_col .roster table {
    width: 100%;
    border: 1px solid #999;
    border-collapse: collapse;
    margin-bottom: 30px; }
    .double_col .main_col .roster table th, .double_col .main_col .roster table td {
      border: 1px solid #999; }
    .double_col .main_col .roster table thead th {
      padding: 5px;
      background: #b0e0e6;
      text-align: center;
      font-weight: normal; }
    .double_col .main_col .roster table tbody th {
      background: #fff;
      text-align: center;
      padding: 5px;
      font-weight: normal; }
    .double_col .main_col .roster table tbody td {
      width: 18%;
      text-align: center;
      padding: 5px; } }
.center {
  text-align: center; }
  .center strong {
    font-size: 3rem; }

.contact_center {
  text-align: center;
  font-size: 2.4rem; }

.red {
  color: #e50044; }

.hvr-sweep-to-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s; }

.hvr-sweep-to-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #2098D1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.hvr-sweep-to-left:hover, .hvr-sweep-to-left:focus, .hvr-sweep-to-left:active {
  color: white; }

.hvr-sweep-to-left:hover:before, .hvr-sweep-to-left:focus:before, .hvr-sweep-to-left:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1); }
