:root {
  --cl_black: #313131;
}

html {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

.container {
  margin: 0 auto;
  max-width: 1200px;
  width: 100%;
}

.header {
  background-color: #fff;
  position: relative;
  z-index: 99999;
}

.header_inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1186px;
  width: 94%;
}

.header_log {
  max-width: 436px;
  width: 100%;
}

.header_menu {
  display: flex;
  justify-content: flex-end;
  max-width: 750px;
  width: 100%;
}

.header_menu_buttons {
  display: flex;
  padding: 0 20px 0 0;
  width: 340px;
}

.header_menu_button {
  opacity: 1;
  transition: 0.2s;
  width: 50%;
}

.header_menu_button:hover {
  opacity: 0.6;
  width: 50%;
}

.header_links {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.header_tel {
  display: block;
  opacity: 1;
  transition: 0.2s;
  width: 246px;
}

.header_tel:hover {
  opacity: 0.6;
}

.header_link {
  display: block;
  opacity: 1;
  transition: 0.2s;
  width: 268px;
}

.header_link:hover {
  opacity: 0.6;
}

.nav {
  background-image: url("../img/nav_bg.jpg");
  background-size: cover;
}

.nav_inner {
  margin: 0 auto;
  max-width: 1186px;
  padding: 40px 0;
  width: 94%;
}

.nav_links {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.nav_link {
  border-bottom: 4px solid #fff;
  padding: 0 0 10px;
  opacity: 1;
  transition: 0.2s;
  text-align: center;
  width: 13%;
}

.nav_link:hover {
  border-bottom: 4px solid #ffff00;
  opacity: 0.6;
}

.nav_link.is_active {
  border-bottom: 4px solid #ffff00;
}

.nav_link a {
  color: #fff;
  display: block;
  font-family: "Zen Maru Gothic", serif;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
}

.mv {
  margin: 0 auto;
  max-width: 1920px;
}

.news {
  padding: 100px 0 150px;
}

.news_title {
  margin: 0 auto 40px;
  width: 14.16666%;
}

.news_posts {
  margin: 0 auto 40px;
  width: 91.66666%;
}

.page_news_posts {
  margin: 0 auto 80px;
  width: 91.66666%;
}

.news_posts > li:first-of-type,
.page_news_posts > li:first-of-type {
  border-top: 2px solid #bee2f4;
}

.news_post {
  border-bottom: 2px solid #bee2f4;
  position: relative;
  width: 100%;
}

.news_post::after {
  border-top: 2px solid #7ec6ea;
  border-right: 2px solid #7ec6ea;
  content: "";
  display: inline-block;
  height: 12px;
  margin: auto;
  transform: rotate(45deg);
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 12px;
}

.news_post_link {
  color: var(--cl_black);
  display: flex;
  justify-content: space-between;
  opacity: 1;
  transition: 0.2s;
}

.news_post_link:hover {
  opacity: 0.6;
}

.news_post_date {
  font-size: 18px;
  line-height: 64px;
  text-align: center;
  width: 14%;
}

.news_post_title {
  font-size: 18px;
  line-height: 64px;
  width: 85%;
}

.news_button {
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: 0.2s;
  width: 31.6666%;
}

.news_button:hover {
  opacity: 0.6;
}

.about {
  background-image: url("../img/about_bg.jpg");
  background-size: 1920px;
  background-position-x: center;
  background-repeat: no-repeat;
  padding: 0 0 500px;
}

.about_title {
  margin: 0 auto 80px;
  padding: 44px 0 0;
  width: 98.3333%;
}

.about_items_head {
  margin: 0 auto 50px;
  width: 91.66666%;
}

.about_items_head_img {
  margin: 0 auto 30px;
}

.about_items_head_text {
  color: #000;
  font-size: 18px;
  line-height: 28px;
}

.about_items_image {
  margin: 0 auto 170px;
  max-width: 1235px;
  width: 100%;
}

.about_guide_title {
  margin: 0 auto;
}

.about_guide_inner {
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  background-color: #fff;
  padding: 34px 50px 100px;
}

.about_guide_head {
  color: #34a6ef;
  font-family: "Zen Maru Gothic", serif;
  font-size: 46px;
  line-height: 52px;
  font-weight: bold;
  margin: 0 auto 43px;
  text-align: center;
}

.about_guide_text {
  font-size: 18px;
  line-height: 37px;
  margin: 0 0 40px;
  text-decoration: underline;
  text-decoration-color: #dee6eb;
  text-underline-offset: 8px;
}

.about_guide_images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 0 60px;
}

.about_guide_image {
  margin: 0 0 40px;
  width: 48%;
}

.about_guide_image.w100 {
  width: 100%;
}

.about_guide_informations {
  display: flex;
  justify-content: space-between;
  margin: 0 0 100px;
}

.about_guide_information {
  width: 48.182%;
}

.about_guide_information_head {
  background: linear-gradient(90deg, rgba(52, 166, 239, 1) 0%, rgba(103, 141, 250, 1) 100%);
  color: #fff;
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-weight: 500;
  margin: 0 0 40px;
  padding: 6px 0 8px;
  text-align: center;
}

.about_guide_information_inner {
  margin: 0 auto;
  width: 92.4528%;
}

.about_facility_title {
  margin: 0 0 20px;
  width: 66.534%;
}

.about_facility_address {
  color: var(--cl_black);
  font-size: 18px;
  margin: 0 0 14px;
  line-height: 30px;
}

.about_facility_address a {
  color: var(--cl_black);
}

.about_facility_button {
  display: block;
  margin: 0 auto 80px;
  opacity: 1;
  transition: 0.2s;
  width: 61.2244%;
}

.about_facility_button:hover {
  opacity: 0.6;
}

.about_facility_item {
  margin: 0 0 30px;
}

.about_facility_item_title {
  color: var(--cl_black);
  font-size: 18px;
  line-height: 28px;
}

.about_facility_item_text {
  color: var(--cl_black);
  font-size: 18px;
  line-height: 28px;
}

.about_guide_button {
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: 0.2s;
  width: 34.5454%;
}

.about_guide_button:hover {
  opacity: 0.6;
}

.about_guide_information #biz_calendar {
  font-family: YakuHanJP, "Noto Sans JP", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  max-width: 80%;
  width: 100%;
}

.about_guide_information #biz_calendar table.bizcal .calmonth {
  font-size: 16px;
  width: auto;
}

.about_guide_information #biz_calendar table.bizcal .down-img,
.about_guide_information #biz_calendar table.bizcal .today-img,
.about_guide_information #biz_calendar table.bizcal .up-img {
  width: 30px;
}

.about_guide_information #biz_calendar table.bizcal tr {
  display: flex;
  width: 100%;
}

.about_guide_information #biz_calendar table.bizcal th {
  font-size: 14px;
  width: 14.2857%;
}

.about_guide_information #biz_calendar table.bizcal td {
  font-size: 14px;
  width: 14.2857%;
}

.about_guide_information #biz_calendar p {
  font-size: 14px;
}

.guidance {
  padding: 0 0 165px;
}

.price {
  padding: 0 0 100px;
}

.guidance_inner,
.price_inner {
  background-color: #fffee9;
}

.guidance_contents,
.price_contents {
  padding: 62px 50px 50px;
  position: relative;
}

.guidance_title,
.price_title {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  margin: -36px auto 0;
  width: 24.81818%;
}

.guidance_head,
.price_head {
  color: var(--cl_black);
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  font-weight: bold;
  line-height: 30px;
  margin: 0 auto 40px;
  text-align: center;
}

.guidance_text,
.price_text {
  color: var(--cl_black);
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 40px;
}

.guidance_use_title,
.price_use_title {
  margin: 0 auto 20px;
  width: 13.4545%;
}

.guidance_use_table,
.price_use_table {
  border-collapse: collapse;
  width: 100%;
}

.guidance_use_table_row {
  border-top: 4px solid #145596;
  border-right: 4px solid #145596;
  border-bottom: 4px solid #145596;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0;
}

.guidance_use_table tbody tr:not(:first-of-type) {
  margin: -4px 0 0;
}

.guidance_use_table_head {
  background-color: #145596;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  padding: 20px 0;
  position: relative;
  width: 22%;
}

.guidance_use_table tbody tr:not(:first-of-type) .guidance_use_table_head::after,
.price_use_table tbody tr:not(:first-of-type) .price_use_table_head::after {
  border-top: 4px solid #fff;
  content: "";
  position: absolute;
  right: 0;
  top: -4px;
  left: 0;
  margin: auto;
  width: 100%;
  height: 4px;
}

.guidance_use_table_text {
  background-color: #fff;
  color: #000;
  display: flex;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 30px;
  width: 78%;
}

.guidance_use_table_text.has_label {
  line-height: 36px;
}

.guidance_use_table_text.has_label span {
  color: #fff;
  background-color: #34a6ef;
  padding: 0 6px;
  margin: 0 10px 0 0;
}

.guidance_use_table_text .cl_blue {
  color: #34a6ef;
  font-weight: bold;
}

.guidance_use_table_caption,
.price_use_table_caption {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 50px;
  text-align: right;
}

.guidance_use_button,
.price_use_button {
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: 0.2s;
  width: 34.5454%;
}

.guidance_use_button:hover,
.price_use_button:hover {
  opacity: 0.6;
}

.price_use_table_row {
  border-right: 4px solid #ff4678;
  box-sizing: border-box;
  width: 100%;
  padding: 0;
}

.price_use_table_head {
  background-color: #ff4678;
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  line-height: 28px;
  padding: 20px 0;
  position: relative;
  width: 22%;
}

.price_use_table_text {
  background-color: #fff;
  color: #000;
  font-size: 20px;
  line-height: 28px;
  padding: 16px 0 16px 30px;
  width: 39%;
}

.price_use_table_text.text_indent {
  text-indent: 0.84em;
}

.price_use_table_text_inner {
  display: flex;
  width: 100%;
}

.price_use_table_text_text {
  display: block;
  width: 40%;
}

@media screen and (max-width: 768px) {
  .price_use_table_text_text {
    width: 100%;
  }
}

.price_use_table_text_img {
  display: block;
  width: 42.76%;
}

.price_use_table_text.cl_pink {
  background-color: #ffedf2;
}

.price_use_table_row.bt_pink {
  border-top: 4px solid #ff4678;
}

.price_use_table_row.bb_pink {
  border-bottom: 4px solid #ff4678;
}

.price_use_table_text.br_pink {
  border-right: 2px solid #ff4678;
}

.program {
  background-color: #e9f3fb;
  padding: 0 0 100px;
}

.program_head {
  background-image: url("../img/program_title_bg.jpg");
  background-size: 1920px;
  background-position-x: center;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 80px 0 160px;
}

.program_title {
  max-width: 314px;
  width: 100%;
}

.program_contents_title {
  color: var(--cl_black);
  font-family: "Zen Maru Gothic", serif;
  font-size: 30px;
  line-height: 30px;
  margin: 0 auto 42px;
  text-align: center;
}

.program_contents_text {
  color: #000;
  font-size: 18px;
  line-height: 28px;
  margin: 0 0 42px;
}

.program_items {
  display: flex;
  justify-content: space-between;
  margin: 0 0 62px;
}

.program_item {
  width: 32.334%;
}

.program_item_img {
  display: block;
  opacity: 1;
  transition: 0.2s;
}

.program_item_img:hover {
  opacity: 0.6;
}

.program_button {
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: 0.2s;
  width: 31.6666%;
}

.program_button:hover {
  opacity: 0.6;
}

.access {
  padding: 100px 0;
}

.access_title {
  margin: 0 auto 38px;
  width: 17.6666%;
}

.access_map {
  margin: 0 auto 20px;
  position: relative;
  text-align: center;
  width: 91.6666%;
}

.access_map:before {
  content: "";
  display: block;
  padding-top: 56.25%;
}

.access_map iframe {
  margin: 0 auto 10px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.access_map_text {
  color: var(--cl_black);
  font-size: 24px;
  line-height: 28px;
  margin: 0 auto 70px;
  text-align: center;
}

.access_button {
  display: block;
  margin: 0 auto;
  opacity: 1;
  transition: 0.2s;
  width: 31.6666%;
}

.access_button:hover {
  opacity: 0.6;
}

.footer {
  background-color: #145596;
  padding: 100px 0 10px;
}

.footer.footer_page {
  padding: 40px 0 10px;
}

.footer_title {
  font-family: "Zen Maru Gothic", serif;
  font-size: 46px;
  font-weight: bold;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
  text-align: center;
  width: 100%;
}

.footer_contents {
  background-color: #fff;
  border-radius: 20px;
  margin: 0 0 100px;
  padding: 50px;
}

.footer_contents_title {
  margin: 0 auto 20px;
  width: 51%;
}

.footer_contents_text {
  color: #5e5e5e;
  font-size: 18px;
  margin: 0 0 20px;
  line-height: 26px;
}

.footer_contents_images {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 80%;
  align-items: center;
}

.footer_contents_image {
  width: 44%;
}

.footer_links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  margin: 0 0 84px;
}

.footer_link {
  opacity: 1;
  transition: 0.2s;
}

.footer_link:hover {
  opacity: 0.6;
}

.footer_link a {
  border-right: 1px solid #fff;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  padding: 0 15px 0 0;
  /* margin: 0 15px 0 0; */
}

.footer_bottom {
  display: flex;
  justify-content: space-between;
  margin: 0 auto 100px;
  width: 73.0833%;
}

.footer_bottom_img {
  width: 26.6824%;
}

.footer_copy {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}

.show_pc {
  display: block;
}

.show_sp {
  display: none;
}

.show_flex_pc {
  display: flex;
}

.show_flex_sp {
  display: none;
}

.price_use_table.show_pc {
  display: table;
}

.price_use_table.show_sp {
  display: none;
}

.to_top {
  position: fixed;
  bottom: 0;
  right: 0;
  height: 121px;
  width: 121px;
}

@media screen and (max-width: 1200px) {
  .container {
    max-width: 100%;
    width: 90%;
  }

  .header_inner {
    max-width: 98.833vw;
  }

  .header_log {
    max-width: 36.333vw;
  }

  .header_menu {
    max-width: 62.5vw;
  }

  .header_menu_buttons {
    padding: 0 1.667vw 0 0;
    width: 28.333vw;
  }

  .header_tel {
    width: 20.5vw;
  }

  .header_link {
    width: 22.333vw;
  }

  .nav_inner {
    max-width: 98.833vw;
    padding: 3.333vw 0;
  }

  .nav_link {
    border-bottom: 4px solid #fff;
    padding: 0 0 0.833vw;
  }

  .nav_link:hover {
    border-bottom: 4px solid #fff;
  }

  .nav_link.is_active {
    border-bottom: 4px solid #fff;
  }

  .news {
    padding: 8.333vw 0 12.5vw;
  }

  .news_title {
    margin: 0 auto 3.333vw;
  }

  .news_posts,
  .page_news_posts {
    margin: 0 auto 3.333vw;
  }

  .news_posts > li:first-of-type,
  .page_news_posts > li:first-of-type {
    border-top: 2px solid #bee2f4;
  }

  .news_post {
    border-bottom: 2px solid #bee2f4;
  }

  .news_post::after {
    border-top: 2px solid #7ec6ea;
    border-right: 2px solid #7ec6ea;
    height: 1vw;
    right: 1.667vw;
    width: 1vw;
  }

  .news_post_date {
    font-size: 1.5vw;
    line-height: 5.333vw;
  }

  .news_post_title {
    font-size: 1.5vw;
    line-height: 5.333vw;
  }

  .about {
    background-size: 150vw;
    padding: 0 0 41.667vw;
  }

  .about_title {
    margin: 0 auto 6.667vw;
    padding: 3.667vw 0 0;
  }

  .about_items_head {
    margin: 0 auto 4.167vw;
  }

  .about_items_head_img {
    margin: 0 auto 2.5vw;
  }

  .about_items_head_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
  }

  .about_items_image {
    margin: 0 auto 14.167vw;
  }

  .about_guide_inner {
    border-bottom-left-radius: 1.667vw;
    border-bottom-right-radius: 1.667vw;
    padding: 2.833vw 4.167vw 8.333vw;
  }

  .about_guide_head {
    font-size: 3.833vw;
    line-height: 4.333vw;
    margin: 0 auto 3.583vw;
  }

  .about_guide_text {
    font-size: 1.5vw;
    line-height: 3.083vw;
    margin: 0 0 3.333vw;
    text-underline-offset: 0.667vw;
  }

  .about_guide_images {
    margin: 0 0 5vw;
  }

  .about_guide_image {
    margin: 0 0 3.3333vw;
  }

  .about_guide_informations {
    margin: 0 0 8.333vw;
  }

  .about_guide_information_head {
    font-size: 2.5vw;
    margin: 0 0 3.333vw;
    padding: 0.5vw 0 0.667vw;
  }

  .about_facility_title {
    margin: 0 0 1.667vw;
  }

  .about_facility_address {
    font-size: 1.5vw;
    margin: 0 0 1.167vw;
    line-height: 2.5vw;
  }

  .about_facility_button {
    margin: 0 auto 6.667vw;
  }

  .about_facility_item {
    margin: 0 0 2.5vw;
  }

  .about_facility_item_title {
    color: var(--cl_black);
    font-size: 1.5vw;
    line-height: 2.333vw;
  }

  .about_facility_item_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
  }

  .about_guide_information #biz_calendar table.bizcal .calmonth {
    font-size: 1.333vw;
  }

  .about_guide_information #biz_calendar table.bizcal .down-img,
  .about_guide_information #biz_calendar table.bizcal .today-img,
  .about_guide_information #biz_calendar table.bizcal .up-img {
    width: 2.5vw;
  }

  .about_guide_information #biz_calendar table.bizcal th {
    font-size: 1.167vw;
  }

  .about_guide_information #biz_calendar table.bizcal td {
    font-size: 1.167vw;
  }

  .about_guide_information #biz_calendar p {
    font-size: 1.167vw;
  }

  .guidance {
    padding: 0 0 13.75vw;
  }

  .price {
    padding: 0 0 8.333vw;
  }

  .guidance_contents,
  .price_contents {
    padding: 5.167vw 4.167vw 4.167vw;
  }

  .guidance_title,
  .price_title {
    margin: -3vw auto 0;
  }

  .guidance_head,
  .price_head {
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin: 0 auto 3.333vw;
  }

  .guidance_text,
  .price_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
    margin: 0 0 3.333vw;
  }

  .guidance_use_title,
  .price_use_title {
    margin: 0 auto 1.667vw;
  }

  .guidance_use_table_row {
    border-top: 4px solid #145596;
    border-right: 4px solid #145596;
    border-bottom: 4px solid #145596;
  }

  .guidance_use_table tbody tr:not(:first-of-type) {
    margin: -0.333vw 0 0;
  }

  .guidance_use_table_head {
    font-size: 1.667vw;
    line-height: 2.333vw;
    padding: 1.667vw 0;
  }

  .guidance_use_table tbody tr:not(:first-of-type) .guidance_use_table_head::after,
  .price_use_table tbody tr:not(:first-of-type) .price_use_table_head::after {
    border-top: 4px solid #fff;
    top: -0.333vw;
    height: 0.333vw;
  }

  .guidance_use_table_text {
    font-size: 1.6vw;
    line-height: 2.333vw;
    padding: 1.333vw 2.5vw;
  }

  .guidance_use_table_text.has_label {
    line-height: 3vw;
  }

  .guidance_use_table_text.has_label span {
    color: #fff;
    background-color: #34a6ef;
    padding: 0 0.5vw;
    margin: 0 0.833vw 0 0;
  }

  .guidance_use_table_caption,
  .price_use_table_caption {
    font-size: 1.5vw;
    line-height: 2.333vw;
    margin: 0 0 4.167vw;
  }

  .price_use_table_row {
    border-right: 4px solid #ff4678;
  }

  .price_use_table_head {
    font-size: 1.667vw;
    line-height: 2.333vw;
    padding: 1.667vw 0;
  }

  .price_use_table_text {
    font-size: 1.667vw;
    line-height: 2.333vw;
    padding: 1.333vw 0 1.333vw 2.5vw;
  }

  .price_use_table_row.bt_pink {
    border-top: 4px solid #ff4678;
  }

  .price_use_table_row.bb_pink {
    border-bottom: 4px solid #ff4678;
  }

  .price_use_table_text.br_pink {
    border-right: 2px solid #ff4678;
  }

  .program {
    padding: 0 0 8.333vw;
  }

  .program_head {
    background-size: 160vw;
    padding: 6.667vw 0 13.333vw;
  }

  .program_title {
    max-width: 26.167vw;
  }

  .program_contents_title {
    font-size: 2.5vw;
    line-height: 2.5vw;
    margin: 0 auto 3.5vw;
  }

  .program_contents_text {
    font-size: 1.5vw;
    line-height: 2.333vw;
    margin: 0 0 3.5vw;
  }

  .program_items {
    margin: 0 0 5.167vw;
  }

  .access {
    padding: 8.333vw 0;
  }

  .access_title {
    margin: 0 auto 3.167vw;
  }

  .access_map {
    margin: 0 auto 1.667vw;
  }

  .access_map iframe {
    margin: 0 auto 0.833vw;
  }

  .access_map_text {
    font-size: 2vw;
    line-height: 2.333vw;
    margin: 0 auto 5.833vw;
  }

  .footer {
    padding: 8.333vw 0 0.833vw;
  }

  .footer.footer_page {
    padding: 3.333vw 0 0.833vw;
  }

  .footer_title {
    font-size: 3.833vw;
    line-height: 4.333vw;
    margin: 0 auto 3.333vw;
  }

  .footer_contents {
    border-radius: 1.667vw;
    margin: 0 0 8.333vw;
    padding: 4.167vw;
  }

  .footer_contents_title {
    margin: 0 auto 1.667vw;
  }

  .footer_contents_text {
    font-size: 1.5vw;
    margin: 0 0 1.667vw;
    line-height: 2.167vw;
  }

  .footer_links {
    gap: 1.25vw;
    margin: 0 0 7vw;
  }

  .footer_link a {
    font-size: 1.5vw;
    line-height: 2.333vw;
    padding: 0 1.25vw 0 0;
  }

  .footer_bottom {
    margin: 0 auto 8.333vw;
  }

  .footer_copy {
    font-size: 1.5vw;
    line-height: 2.333vw;
  }

  .to_top {
    position: fixed;
    bottom: 0;
    right: 0;
    height: 10.083vw;
    width: 10.083vw;
  }
}

@media screen and (max-width: 768px) {
  .show_pc {
    display: none;
  }

  .show_sp {
    display: block;
  }

  .show_flex_pc {
    display: none;
  }

  .show_flex_sp {
    display: flex;
  }

  .container {
    width: 86.666662%;
  }

  .header_inner {
    max-width: 100%;
    width: 100%;
  }

  .header_log {
    max-width: 100%;
    width: 56.57%;
  }

  .header_log a {
    display: block;
    text-align: center;
    width: 100%;
  }

  .header_log img {
    text-align: center;
    width: 87.7068%;
  }

  .header_menu {
    max-width: 100%;
    width: 43.7333%;
  }

  .header_menu_buttons {
    padding: 0;
    width: 63.94%;
  }

  .header_links {
    width: 36.5854%;
  }

  .header_nav_button {
    display: block;
    width: 100%;
  }

  .header_nav_button_img {
    display: none;
  }

  .header_nav_button_img.is_active {
    display: block;
  }

  .nav {
    background-color: rgb(80 170 240 / 0.9);
    background-image: unset;
    position: absolute;
    top: 16vw;
    right: 0;
    margin: auto;
    opacity: 0;
    visibility: hidden;
    transition: 0.2s;
    transform: translateY(-114.931vw);
    max-height: calc(100vh - 16.069vw);
    overflow-y: scroll;
    z-index: 9999;
  }

  .nav.is_active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    z-index: 99999;
  }

  .nav_overlay {
    background: linear-gradient(135deg, rgba(85, 235, 250, 0.5) 0%, rgba(85, 235, 250, 0) 100%);
    padding: 0 0 5.333vw;
  }

  .nav_inner {
    max-width: 100%;
    padding: 0 6.667vw;
    width: 80vw;
  }

  .nav_links {
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto 5.333vw;
    width: 100%;
  }

  .nav_link {
    border-bottom: 0.533vw solid #fff;
    padding: 5.467vw 0;
    width: 100%;
  }

  .nav_link:hover {
    border-bottom: 0.533vw solid #fff;
  }

  .nav_link.is_active {
    border-bottom: 0.533vw solid #fff;
  }

  .nav_link a {
    font-size: 5.333vw;
    line-height: 5.333vw;
    margin: 0 auto;
    text-align: left;
    width: 94%;
  }

  .header_tel {
    margin: 0 auto 5.333vw;
    width: 76%;
  }

  .header_link {
    width: 100%;
  }

  .mv {
    margin: -1px 0 0;
  }

  .news {
    padding: 13.333vw 0 18.667vw;
  }

  .news_posts {
    margin: 0 auto 6.667vw;
    width: 100%;
  }

  .page_news_posts {
    margin: 0 auto 6.667vw;
    width: 100%;
  }

  .news_post::after {
    content: unset;
  }

  .news_post_link {
    flex-direction: column;
    padding: 2.133vw 0;
  }

  .news_title {
    margin: 0 auto 6.667vw;
    width: 26.15385%;
  }

  .news_post_date {
    font-size: 2.667vw;
    line-height: 4.267vw;
    text-align: left;
    width: 100%;
  }

  .news_post_title {
    font-size: 3.2vw;
    line-height: 4.667vw;
    width: 100%;
  }

  .news_button {
    width: 92.307692%;
  }

  .about {
    background-image: url("../img/about_bg_sp.jpg");
    background-size: 100%;
    padding: 0 0 44vw;
  }

  .about_title {
    margin: 0 auto 6.667vw;
    padding: 3.9vw 0 0;
  }

  .about_items_head {
    margin: 0 auto 5.333vw;
    width: 100%;
  }

  .about_items_head_img {
    margin: 0 auto 5.333vw;
  }

  .about_items_head_text {
    font-size: 3.733vw;
    line-height: 6.133vw;
  }

  .about_items_image {
    margin: 0 auto 15.467vw;
  }

  .about_guide_inner {
    border-bottom-left-radius: 4vw;
    border-bottom-right-radius: 4vw;
    margin: -1px 0 0;
    padding: 3.667vw 3.33334vw 10.6667vw;
  }

  .about_guide_head {
    font-size: 5.333vw;
    line-height: 7.2vw;
    margin: 0 auto 3.667vw;
    width: 100%;
  }

  .about_guide_text {
    font-size: 3.733vw;
    line-height: 7.2vw;
    margin: 0 0 6.133vw;
    text-underline-offset: 1.4vw;
  }

  .about_guide_images {
    margin: 0 0 7.33334vw;
  }

  .about_guide_informations {
    margin: 0 0 6.667vw;
    flex-direction: column;
  }

  .about_guide_informations > div:first-of-type {
    margin: 0 0 10.4vw;
  }

  .about_guide_information {
    width: 100%;
  }

  .about_guide_information_inner {
    width: 100%;
  }

  .about_guide_information_head {
    font-size: 4.267vw;
    line-height: 6.8vw;
    margin: 0 0 6.667vw;
  }
  .about_facility_title {
    margin: 0 auto 2.2vw;
    width: 65%;
  }

  .about_facility_address {
    font-size: 3.733vw;
    margin: 0 0 5.333vw;
    line-height: 5.6vw;
  }

  .about_facility_button {
    margin: 0 auto 6.667vw;
    width: 100%;
  }

  .about_facility_item {
    margin: 0 0 7.2vw;
  }

  .about_facility_item_title {
    font-size: 3.733vw;
    line-height: 5.6vw;
  }

  .about_facility_item_text {
    font-size: 3.733vw;
    letter-spacing: -0.08vw;
    line-height: 5.6vw;
  }

  .about_guide_information #biz_calendar {
    max-width: 100%;
  }

  .about_guide_information #biz_calendar table.bizcal th,
  .about_guide_information #biz_calendar table.bizcal td,
  .about_guide_information #biz_calendar p,
  .about_guide_information #biz_calendar table.bizcal .calmonth {
    font-size: 3.2vw;
  }

  .about_guide_information #biz_calendar table.bizcal .down-img,
  .about_guide_information #biz_calendar table.bizcal .today-img,
  .about_guide_information #biz_calendar table.bizcal .up-img {
    width: 5.333vw;
  }

  .about_guide_information #biz_calendar p span.boxholiday,
  .about_guide_information #biz_calendar p span.boxeventday {
    padding-left: 8vw;
    margin-right: 1.333vw;
  }

  .about_guide_button {
    width: 100%;
  }

  .price {
    padding: 0 0 20vw;
  }

  .guidance_contents,
  .price_contents {
    padding: 8.333vw 3.467vw 6.667vw;
  }

  .guidance_inner,
  .price_inner {
    border-radius: 4vw;
  }

  .guidance_title,
  .price_title {
    margin: -5vw auto 0;
    width: 45.230769%;
  }

  .guidance_head,
  .price_head {
    font-size: 4.6vw;
    line-height: 6.8vw;
    margin: 0 auto 3.833vw;
  }

  .guidance_text,
  .price_text {
    font-size: 3.733vw;
    line-height: 5.6vw;
    margin: 0 0 5.6vw;
  }

  .guidance_use_title,
  .price_use_title {
    margin: 0 auto 2.667vw;
    width: 36.789298%;
  }

  .guidance_use_table,
  .price_use_table {
    margin: 0 0 2vw;
  }

  .price_use_table.show_pc {
    display: none;
  }

  .price_use_table.show_sp {
    display: table;
  }

  .guidance_use_table_row {
    border: 0.533vw solid #145596;
    border-top: unset;
    flex-direction: column;
  }

  .guidance_use_table_head {
    font-size: 4.267vw;
    line-height: 1.923vw;
    padding: 3.6vw 0;
    width: 100%;
  }

  .guidance_use_table_text {
    font-size: 3.733vw;
    line-height: 5.6vw;
    padding: 4vw 7.2vw;
    width: 100%;
  }

  .guidance_use_table_text.has_label {
    line-height: 7vw;
    padding: 4vw 7.2vw;
  }

  .guidance_use_table_text_sp01 {
    text-align: right;
  }

  .guidance_use_table_text_sp02 {
    padding: 4vw 0;
    text-align: center;
  }

  .guidance_use_table_text_sp03 {
    padding: 4vw 3.2vw;
  }

  .guidance_use_table tbody tr:not(:first-of-type) .guidance_use_table_head::after,
  .price_use_table tbody tr:not(:first-of-type) .price_use_table_head::after {
    content: unset;
  }

  .guidance_use_table_caption {
    font-feature-settings: "palt";
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin: 0 0 6.667vw;
    text-align: left;
  }

  .price_use_table_caption {
    font-feature-settings: "palt";
    font-size: 3.2vw;
    line-height: 4.8vw;
    margin: 0 0 6.667vw;
    text-align: right;
  }

  .guidance_use_button,
  .price_use_button {
    width: 100%;
  }

  .price_use_table_text.text_indent {
    text-indent: 0;
  }

  .price_use_table_head {
    font-size: 4.267vw;
    line-height: 1.923vw;
    padding: 3.6vw 0;
    width: 100%;
  }

  .price_use_table_row {
    border-right: 0.533vw solid #ff4678;
    border-left: 0.533vw solid #ff4678;
  }

  .price_use_table_row.bt_pink {
    border-top: unset;
  }

  .price_use_table_row.bb_pink {
    border-bottom: 0.533vw solid #ff4678;
  }

  .price_use_table_text.br_pink {
    border-right: 0.267vw solid #ff4678;
  }

  .price_use_table_text {
    font-feature-settings: "palt";
    font-size: 3.2vw;
    line-height: 5.6vw;
    padding: 2.733vw 0;
    text-align: center;
  }

  .price_use_table_text_inner {
    flex-direction: column;
    align-items: center;
  }

  .price_use_table_text_img {
    line-height: 4vw;
    width: 66%;
  }

  .program {
    padding: 0 0 20vw;
  }

  .program_head {
    background-image: unset;
    padding: 0 0 5.333vw;
  }

  .program_title {
    max-width: 100%;
  }

  .program_contents_title {
    font-size: 4.8vw;
    line-height: 4.8vw;
    margin: 0 auto 2.933vw;
  }

  .program_contents_text {
    font-size: 3.733vw;
    line-height: 5.867vw;
    margin: 0 0 4vw;
  }

  .program_items {
    flex-direction: column;
    margin: 0 0 6.667vw;
  }

  .program_item {
    width: 100%;
  }

  .program_item_img {
    margin: 0 0 5.333vw;
  }

  .program_button {
    width: 92.307692%;
  }

  .access {
    padding: 13.333vw 0 20vw;
  }

  .access .container {
    width: 100%;
  }

  .access_title {
    margin: 0 auto 6.667vw;
    width: 29.33333333%;
  }

  .access_map {
    margin: 0 auto 6.667vw;
    width: 100%;
  }

  .access_map_text {
    font-size: 3.733vw;
    line-height: 4.533vw;
    margin: 0 auto 6.667vw;
  }

  .access_button {
    width: 80%;
  }

  .footer {
    padding: 13.333vw 0 8vw;
  }

  .footer.footer_page {
    padding: 13.333vw 0 8vw;
  }

  .footer_title {
    font-size: 5.333vw;
    line-height: 5.333vw;
    margin: 0 auto 6.4vw;
    width: 100%;
  }

  .footer_contents {
    border-radius: 2.667vw;
    margin: 0 0 17.333vw;
    padding: 6.667vw 3.3333333vw;
  }

  .footer_contents_title {
    margin: 0 auto 5.333vw;
    width: 69.333333%;
  }

  .footer_contents_text {
    font-feature-settings: "palt";
    font-size: 3.2vw;
    margin: 0 0 4vw;
    line-height: 5.867vw;
  }

  .footer_contents_images {
    flex-direction: column;
    width: 53.5%;
  }

  .footer_contents_images > div:not(:last-of-type) {
    margin: 0 auto 2.667vw;
  }

  .footer_contents_image {
    width: 100%;
  }

  .footer_links {
    flex-wrap: wrap;
    gap: 0;
    margin: 0 0 6.666666vw;
  }

  .footer_link {
    margin: 0 0 6.666666vw;
    width: 50%;
  }

  .footer_link a {
    border-right: none;
    border-left: 0.8vw solid #fff;
    display: block;
    font-size: 3.733vw;
    line-height: 3.467vw;
    padding: 0 0 0 2.4vw;
    width: 100%;
  }

  .footer_bottom {
    flex-wrap: wrap;
    margin: 0 auto 13.333vw;
    width: 96.666666%;
  }

  .footer_bottom_img {
    flex-wrap: wrap;
    width: 48%;
  }

  .footer_bottom_img.w100 {
    margin: 0 0 2.667vw;
    text-align: center;
    width: 100%;
  }

  .footer_bottom_img.w100 img {
    width: 48%;
  }

  .footer_copy {
    font-size: 2.667vw;
    line-height: 1.44vw;
  }

  .to_top {
    display: none;
  }
}
