@charset "UTF-8";
/* Webフォント */
@font-face {
  font-family: "Roboto";
  font-weight: normal;
  src: url("../fonts/Roboto-Regular.ttf") format("truetype");
}
@font-face {
  font-family: "Roboto";
  font-weight: bold;
  src: url("../fonts/Roboto-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: normal;
  src: url("../fonts/YakuHanJP-DemiLight.woff2") format("woff2"), url("../fonts/YakuHanJP-DemiLight.woff") format("woff");
}
@font-face {
  font-family: "YakuHanJP";
  font-weight: bold;
  src: url("../fonts/YakuHanJP-Medium.woff2") format("woff2"), url("../fonts/YakuHanJP-Medium.woff") format("woff");
}
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var,
b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section,
summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* base */
body {
  line-height: 1;
  min-width: 320px;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 0;
  padding: 0;
}

/* Custom reset */
* {
  -webkit-text-size-adjust: 100%;
  box-sizing: border-box;
}

button,
input[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
}

ul {
  list-style: none;
}

ol {
  padding-left: 1.5em;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

/* font */
body,
button,
input,
textarea {
  font-family: "Roboto", "YakuHanJP", "Noto Sans JP", "Hiragino Kaku Gothic Pro", Meiryo, sans-serif;
}

/* html & body */
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

body {
  font-size: 1.6rem;
  line-height: 1.8;
  color: #333333;
  background: #ffffff;
  min-width: 320px;
}

/* anchor */
a:link,
a:visited {
  color: #333333;
  text-decoration: none;
}

a:hover,
a:active {
  color: #333333;
  text-decoration: none;
}

a:focus {
  outline: none;
}

/* ------------------------------------------
 Common
------------------------------------------ */
html,
body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  color: #333;
  font-family: "M PLUS Rounded 1c", sans-serif;
}

#contents {
  position: relative;
}

#contens_inner {
  z-index: 1;
}

img {
  max-width: 100%;
}

.font_bold {
  font-weight: bold;
}

.text_pink {
  color: #f47d6a;
}

.common_spacen20 {
  margin-bottom: 20px;
}

/* ------------------------------------------
 カテゴリカラー
------------------------------------------ */
.category_info {
  background-color: #51afd5 !important;
}

.category_important {
  background-color: #ef96a9 !important;
}

.category_closed {
  background-color: #5c93e8 !important;
}

/* ------------------------------------------
 アニメ
------------------------------------------ */
.anime_fade_in_off {
  transition: 1s;
  opacity: 0;
}

.anime_fade_in_on {
  opacity: 1 !important;
}

.anime_under_fade_in_off {
  transition: 0.7s;
  opacity: 0;
  transform: translateY(30px);
}

.anime_under_fade_in_on {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

.anime_left_fade_in_off {
  transition: 0.7s;
  opacity: 0;
  transform: translateX(-50px);
}

.anime_left_fade_in_on {
  opacity: 1 !important;
  transform: translateX(0);
}

.anime_right_fade_in_off {
  transition: 0.7s;
  opacity: 0;
  transform: translateX(50px);
}

.anime_right_fade_in_on {
  opacity: 1 !important;
  transform: translateX(0);
}

.vk_faq_title {
  border-bottom: none !important;
}

/* ------------------------------------------
 背景アニメ
------------------------------------------ */
.bg_anime_area {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  height: 100%;
}
.bg_anime_area .circles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.bg_anime_area .circles > li {
  position: absolute;
  display: block;
  list-style: none;
  width: 20px;
  height: 20px;
  background: rgb(220, 240, 255);
  animation: bg_animate 25s linear infinite;
  bottom: -150px;
}
.bg_anime_area .circles > li:nth-child(1) {
  left: 25%;
  width: 80px;
  height: 80px;
  animation-delay: 0s;
}
.bg_anime_area .circles > li:nth-child(2) {
  left: 10%;
  width: 20px;
  height: 20px;
  animation-delay: 2s;
  animation-duration: 12s;
}
.bg_anime_area .circles > li:nth-child(3) {
  left: 70%;
  width: 20px;
  height: 20px;
  animation-delay: 4s;
}
.bg_anime_area .circles > li:nth-child(4) {
  left: 40%;
  width: 60px;
  height: 60px;
  animation-delay: 0s;
  animation-duration: 18s;
}
.bg_anime_area .circles > li:nth-child(5) {
  left: 65%;
  width: 20px;
  height: 20px;
  animation-delay: 0s;
}
.bg_anime_area .circles > li:nth-child(6) {
  left: 75%;
  width: 110px;
  height: 110px;
  animation-delay: 3s;
}
.bg_anime_area .circles > li:nth-child(7) {
  left: 35%;
  width: 150px;
  height: 150px;
  animation-delay: 7s;
}
.bg_anime_area .circles > li:nth-child(8) {
  left: 50%;
  width: 25px;
  height: 25px;
  animation-delay: 15s;
  animation-duration: 45s;
}
.bg_anime_area .circles > li:nth-child(9) {
  left: 20%;
  width: 15px;
  height: 15px;
  animation-delay: 2s;
  animation-duration: 35s;
}
.bg_anime_area .circles > li:nth-child(10) {
  left: 85%;
  width: 150px;
  height: 150px;
  animation-delay: 0s;
  animation-duration: 11s;
}

@keyframes bg_animate {
  0% {
    transform: translateY(0) rotate(0deg);
    opacity: 1;
    border-radius: 50%;
  }
  70% {
    opacity: 0.8;
  }
  100% {
    transform: translateY(-1000px) rotate(720deg);
    opacity: 0;
    border-radius: 50%;
  }
}
/* ------------------------------------------
 SP
------------------------------------------ */
@media screen and (max-width: 750px) {
  .sp_block {
    display: block !important;
  }
  .sp_inline {
    display: inline !important;
  }
  .pc_block,
  .pc_inline {
    display: none !important;
  }
  body {
    padding-top: 54px;
  }
  /* グーグルマップ レスポンシブ */
  .ggmap {
    width: 94%;
    margin: 0 auto;
    height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative;
  }
  .ggmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .ggmap_indoor {
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    position: relative;
    border-radius: 10px;
  }
  .ggmap_indoor iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #return_top {
    position: fixed;
    bottom: -70px;
    right: 10px;
    width: 60px;
    z-index: 3000;
    transition: 0.3s;
  }
  #return_top:hover {
    transform: scale(1.1);
  }
  .page_top_visible {
    bottom: 100px !important;
  }
  header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    min-width: 320px;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 4000;
  }
  header > article > section {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header > article > section > div.logo > a {
    display: block;
    padding-left: 20px;
  }
  header > article > section > div.logo > a > img {
    width: 60%;
    vertical-align: middle;
  }
  header > article > section > div.english {
    width: 54px;
    min-width: 54px;
    height: 54px;
    background-color: #61c1f7;
  }
  header > article > section > div.english > a {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header > article > section > div.english > a > div > span {
    display: block;
    color: #fff;
    text-align: center;
  }
  header > article > section > div.english > a > div > span:nth-child(1) {
    padding-top: 11px;
    font-size: 2.1rem;
    line-height: 1;
  }
  header > article > section > div.english > a > div > span:nth-child(2) {
    font-size: 1rem;
  }
  header > article > section > div.button {
    width: 54px;
    min-width: 54px;
    margin-left: auto;
    background-color: #275aa5;
    padding: 10px 0;
  }
  header > article > section > div.button > input[type=checkbox] {
    display: none;
  }
  header > article > section > div.button > input[type=checkbox]:checked + label > span {
    background: transparent;
  }
  header > article > section > div.button > input[type=checkbox]:checked + label > span:before, header > article > section > div.button > input[type=checkbox]:checked + label > span:after {
    margin-top: -1px;
  }
  header > article > section > div.button > input[type=checkbox]:checked + label > span:before {
    transform: rotate(-45deg);
  }
  header > article > section > div.button > input[type=checkbox]:checked + label > span:after {
    transform: rotate(-135deg);
  }
  header > article > section > div.button > input[type=checkbox]:checked + label + nav {
    left: 0 !important;
  }
  header > article > section > div.button > label {
    display: block;
    width: 34px;
    height: 34px;
    position: relative;
    background-color: #275aa5;
    margin: 0 auto;
  }
  header > article > section > div.button > label:after {
    content: "MENU";
    position: absolute;
    color: #fff;
    transform: scale(0.6);
    font-weight: bold;
    top: 0;
    left: 0;
    margin-top: 17px;
    margin-left: -6px;
  }
  header > article > section > div.button > label > span {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 26px;
    height: 3px;
    margin-left: -13px;
    margin-top: -7px;
    background-color: #fff;
    transition: 0.2s;
  }
  header > article > section > div.button > label > span:before, header > article > section > div.button > label > span:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 26px;
    height: 3px;
    background-color: #fff;
    transition: 0.3s;
  }
  header > article > section > div.button > label > span:before {
    margin-top: -9px;
  }
  header > article > section > div.button > label > span:after {
    margin-top: 6px;
  }
  header > article > section > div.button > .sp_main_navi {
    position: fixed;
    top: 54px;
    left: -100%;
    width: 100%;
    background-color: #fff;
    transition: 0.3s;
  }
  header > article > section > div.button > .sp_main_navi > div {
    padding-bottom: 84px;
    overflow-y: scroll;
    width: 100%;
    height: calc(100vh - 56px);
  }
  header > article > section > div.button > .sp_main_navi > div > .button {
    background-color: #275aa5;
  }
  header > article > section > div.button > .sp_main_navi > div > .button > ul {
    overflow: hidden;
    padding: 15px 0 15px 10px;
  }
  header > article > section > div.button > .sp_main_navi > div > .button > ul > li {
    width: 33.33%;
    float: left;
    box-sizing: border-box;
    padding: 0 10px 0 0;
  }
  header > article > section > div.button > .sp_main_navi > div > .button > ul > li > span,
  header > article > section > div.button > .sp_main_navi > div > .button > ul > li > a {
    display: block;
    padding: 10px 0;
    text-align: center;
    color: #275aa5;
    background-color: #fff;
    font-size: 2.7vw;
    line-height: 2.7vw;
    border-radius: 5px;
  }
  header > article > section > div.button > .sp_main_navi > div > .button > ul > li > span > i,
  header > article > section > div.button > .sp_main_navi > div > .button > ul > li > a > i {
    font-size: 4vw;
    margin-right: 5px;
  }
  header > article > section > div.button > .sp_main_navi > div > .covid-19 > a {
    display: inline-block;
  }
  header > article > section > div.button > .sp_main_navi > div > .covid-19 > a > img {
    vertical-align: bottom;
  }
  header > article > section > div.button > .sp_main_navi > div > .schedule {
    display: none;
    background-color: #d4f1ff;
    padding: 10px;
    position: relative;
  }
  header > article > section > div.button > .sp_main_navi > div > .schedule:before {
    content: "";
    position: absolute;
    top: -5px;
    left: 50%;
    width: 10px;
    height: 10px;
    margin-left: -5px;
    background-color: #d4f1ff;
    transform: rotate(45deg);
  }
  header > article > section > div.button > .sp_main_navi > div > .schedule > div > .time_schedule > div {
    background-color: rgba(255, 255, 255, 0.9);
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > a {
    display: block;
    background-color: #275aa5;
    color: #fff;
    border-top: #8ca5bb 1px solid;
    padding: 10px 0 10px 20px;
    font-size: 1.4rem;
    position: relative;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > input[type=checkbox] {
    display: none;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > input[type=checkbox]:checked + label:after {
    transform: rotate(45deg);
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > input[type=checkbox]:checked + label + ul > li > a {
    max-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > label {
    display: block;
    background-color: #275aa5;
    color: #fff;
    border-top: #8ca5bb 1px solid;
    font-size: 1.4rem;
    padding: 10px 0 10px 20px;
    position: relative;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > label:after {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
    font-size: 14px;
    line-height: 1;
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: 900;
    transition: 0.3s;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > ul > li > a {
    display: block;
    background-color: #f8f9fa;
    color: #275aa5;
    font-size: 1.4rem;
    position: relative;
    padding-left: 45px;
    transition: all 0.3s linear;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > li > ul > li > a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 20px;
    margin-top: -1px;
    width: 15px;
    height: 2px;
    background-color: #275aa5;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > .link_image > a {
    padding-right: 20px;
  }
  header > article > section > div.button > .sp_main_navi > div > ul > .link_image > a > img {
    max-width: 100%;
    vertical-align: bottom;
  }
  header > article > nav.pc_main_navi {
    display: none;
  }
  header.header_byouji > article > section > div.button {
    background-color: #f195a7;
  }
  header.header_byouji > article > section > div.button > label {
    background-color: #f195a7;
  }
  header.header_byouji > article > section > div.button > .sp_main_navi > div > .button {
    background-color: #f195a7;
    border-top: 1px #fff solid;
  }
  header.header_byouji > article > section > div.button > .sp_main_navi > div > .button > ul > li > span,
  header.header_byouji > article > section > div.button > .sp_main_navi > div > .button > ul > li > a {
    color: #f195a7;
  }
  header.header_byouji > article > section > div.button > .sp_main_navi > div > .schedule {
    background-color: #fae8f2;
  }
  header.header_byouji > article > section > div.button > .sp_main_navi > div > .schedule:before {
    background-color: #fae8f2;
    transform: rotate(45deg);
  }
  header.header_byouji > article > section > div.button > .sp_main_navi > div > .schedule > div > .time_schedule .blue {
    color: #f195a7;
  }
  header.header_byouji > article > section > div.button > .sp_main_navi > div > ul > li > a {
    background-color: #f195a7;
    border-top: 1px #fff solid;
  }
  header.header_byouji > article > nav.pc_main_navi {
    display: none;
  }
  footer {
    padding: 30px 0;
  }
  footer > section {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
  }
  footer > section > .left > .logo {
    width: 80%;
    margin: 0 auto 20px;
  }
  footer > section > .left > .tel {
    text-align: center;
    margin-bottom: 20px;
  }
  footer > section > .left > .tel > a {
    display: block;
    font-size: 2.6rem;
    font-weight: bold;
    line-height: 1;
  }
  footer > section > .left > .tel > a > i {
    font-size: 3rem;
    color: #275aa5;
    margin-right: 12px;
  }
  footer > section > .left > .tel > a > i.byouji {
    color: #dc3b44;
  }
  footer > section > .left > .address {
    text-align: center;
    margin-bottom: 20px;
    font-size: 1.3rem;
    line-height: 1.5;
  }
  footer > section > .left > .button {
    text-align: center;
    margin-bottom: 30px;
  }
  footer > section > .left > .button > a {
    display: inline-block;
    color: #fff;
    width: 90px;
    border-radius: 10px;
  }
  footer > section > .left > .button > a > span {
    display: block;
    text-align: center;
    line-height: 1;
  }
  footer > section > .left > .button > a > span:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  footer > section > .left > .button > a > span:nth-child(2) {
    padding-bottom: 10px;
    font-size: 1.4rem;
  }
  footer > section > .left > .button > a:first-child {
    margin-right: 10px;
    background-color: #ef95a8;
  }
  footer > section > .left > .button > a:last-child {
    background-color: #55ba00;
  }
  footer > section > .right {
    clear: both;
  }
  .footer_navi {
    width: 94%;
    margin: 0 auto;
    overflow: hidden;
    padding: 20px 10px;
  }
  .footer_navi > ul {
    box-sizing: border-box;
  }
  .footer_navi > ul > li {
    line-height: 2;
    width: 50%;
    float: left;
  }
  .footer_navi > ul > li > a {
    font-size: 1.2rem;
    display: flex;
  }
  .footer_navi > ul > li > a:before {
    display: inline-block;
    padding-right: 5px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    color: #60c1f7;
  }
  .footer_navi > ul > li > ul > li {
    margin-left: 10px;
  }
  .footer_navi > ul > li > ul > li > a {
    font-size: 1.2rem;
  }
  .footer_navi > ul > li > ul > li > a:before {
    display: inline-block;
    margin-right: 10px;
    color: #60c1f7;
    content: "−";
  }
  .footer_bg {
    background: url("../img/common/footer_repeat.png") repeat-x right bottom;
    height: 90px;
    margin-top: 0px;
  }
  .copyright {
    clear: both;
    padding: 20px 0 104px;
    background-color: #60c1f7;
  }
  .copyright > small {
    display: block;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 1rem;
    transform: scale(0.9);
  }
  .byouji_copyright {
    background-color: #f195a7;
  }
  .common_info_board_in_on_1 {
    animation: anime_sway 1.6s ease 1;
  }
  .common_info_board_in_on_2 {
    animation: anime_sway 1.2s ease 1;
  }
  .common_info_board {
    margin: 0 auto 70px;
    position: relative;
    transform-origin: center top;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  .common_info_board > .string {
    position: absolute;
    top: 0;
    left: 50%;
    border: #ccc 2px solid;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    transform-origin: left top;
  }
  .common_info_board > .string:before {
    content: "";
    position: absolute;
    top: -4px;
    left: -4px;
    width: 8px;
    height: 8px;
    background-color: #ccc;
    border: #fff 2px solid;
    border-radius: 50%;
  }
  .common_info_board > .board {
    position: absolute;
    width: 100%;
    top: 40px;
    left: 0;
    background-color: #fff;
    border: 2px #52b1dd solid;
    border-radius: 15px;
    box-shadow: 0 5px 0 rgba(97, 191, 250, 0.3);
  }
  .common_info_board > .board > .pin {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common_info_board > .board > .pin:before, .common_info_board > .board > .pin:after {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-color: #8ed5f3;
    border-radius: 50%;
  }
  .common_info_board > .board > .pin_top:before {
    top: 15px;
    left: 15px;
  }
  .common_info_board > .board > .pin_top:after {
    top: 15px;
    right: 15px;
  }
  .common_info_board > .board > .pin_bottom:before {
    bottom: 15px;
    left: 15px;
  }
  .common_info_board > .board > .pin_bottom:after {
    bottom: 15px;
    right: 15px;
  }
  .common_info_board > .board > .contents {
    padding: 15px 15px 40px;
  }
  .common_info_board > .board > .contents > h3 {
    font-size: 1.6rem;
    letter-spacing: 1px;
    padding-left: 3px;
    text-align: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-weight: bold;
    background-size: 140px;
    background-position: center 23px;
    padding-bottom: 30px;
    line-height: 1;
  }
  .info_board_blue > .board {
    border: 2px #52b1dd solid;
  }
  .info_board_blue > .board > .pin:before, .info_board_blue > .board > .pin:after {
    background-color: #8ed5f3;
  }
  .info_board_blue > .board > .contents > h3 {
    background-image: url("../img/common/pattern_wave_blue.svg");
  }
  .info_board_red > .board {
    border: 2px #ef92a6 solid;
  }
  .info_board_red > .board > .pin:before, .info_board_red > .board > .pin:after {
    background-color: #f4bfcc;
  }
  .info_board_red > .board > .contents > h3 {
    background-image: url("../img/common/pattern_wave_red.svg");
  }
  @keyframes anime_sway {
    0% {
      transform: rotate(-3deg);
    }
    20% {
      transform: rotate(5deg);
      opacity: 1;
    }
    40% {
      transform: rotate(-2deg);
    }
    60% {
      transform: rotate(1deg);
    }
    100% {
      transform: rotate(0);
      opacity: 1;
    }
  }
  .time_schedule .blue {
    color: #275aa5;
  }
  .time_schedule .pink {
    color: #f195a7;
  }
  .time_schedule > div {
    background-color: #eaf9fe;
    border-radius: 10px;
    padding: 5px;
    margin-bottom: 10px;
  }
  .time_schedule > div.bg_byouji {
    background-color: #fae8f2;
    border-radius: 10px;
  }
  .time_schedule > div > table {
    width: 100%;
  }
  .time_schedule > div > table > thead > tr > th {
    font-size: 1.2rem;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
    padding: 10px 0;
  }
  .time_schedule > div > table > tbody > tr > th,
  .time_schedule > div > table > tbody > tr > td {
    border-top: #9da7ae 1px solid;
    vertical-align: middle;
    line-height: 1;
    padding: 10px 0;
  }
  .time_schedule > div > table > tbody > tr > th {
    font-size: 1.2rem;
    font-weight: normal;
    width: 9em;
  }
  .time_schedule > div > table > tbody > tr > th > span {
    display: block;
    padding-top: 5px;
    font-size: 1rem;
    line-height: 1.4;
  }
  .time_schedule > div > table > tbody > tr > td {
    text-align: center;
  }
  .time_schedule > aside {
    display: block;
    font-size: 1.2rem;
    letter-spacing: 1px;
  }
  .time_schedule_pink .type_box {
    display: inline-block;
    border-radius: 5px;
    width: 20px;
    height: 20px;
    font-size: 1.4rem;
    text-align: center;
    line-height: 20px;
    color: #fff;
  }
  .time_schedule_pink .type0 {
    background-color: #e26362;
  }
  .time_schedule_pink .type1 {
    background-color: #52b38f;
  }
  .time_schedule_pink .type2 {
    background-color: #4fabd5;
  }
  .time_schedule_pink > div {
    background-color: #fdf5fa;
  }
  .time_schedule_pink > aside > ul {
    margin-bottom: 5px;
  }
  .time_schedule_pink > aside > ul > li {
    display: inline-block;
    margin-right: 1em;
  }
  .time_schedule_pink > aside > ul > li > span {
    margin-right: 5px;
  }
  .sp_fixed_bottom {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #d4f1ff;
    z-index: 5000;
  }
  .sp_fixed_bottom > section {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
  }
  .sp_fixed_bottom > section > div {
    height: 100%;
    padding-top: 10px;
  }
  .sp_fixed_bottom > section > div:nth-child(1) {
    background-color: #60c1f7;
  }
  .sp_fixed_bottom > section > div:nth-child(2) {
    background-color: #669966;
  }
  .sp_fixed_bottom > section > div:nth-child(3) {
    background-color: #275aa5;
  }
  .sp_fixed_bottom > section > div:nth-child(4) {
    background-color: #f096a9;
  }
  .sp_fixed_bottom > section > div > a.icon {
    display: inline-block;
    width: 100%;
    height: 100%;
    color: #fff;
  }
  .sp_fixed_bottom > section > div > a.icon > span {
    display: block;
    text-align: center;
    line-height: 1;
  }
  .sp_fixed_bottom > section > div > a.icon > span:nth-child(1) {
    padding-bottom: 10px;
    font-size: 2.4rem;
  }
  .sp_fixed_bottom > section > div > a.icon > span:nth-child(2) {
    font-size: 1rem;
    font-weight: bold;
  }
  .sp_fixed_bottom_byouji {
    background-color: #fae5f1;
  }
  .sp_fixed_bottom_byouji > section > div:first-child > a {
    background-color: #f096a9;
  }
  .sp_fixed_bottom_byouji > section > div:last-child > a {
    background-color: #dc3b44;
  }
  .bg_square {
    width: 90%;
    margin: 0 auto 20px;
  }
  .bg_square > a {
    display: block;
    padding: 15px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 0 rgba(188, 177, 138, 0.3);
    transition: 0.3s;
    text-align: center;
  }
  .bg_square > a:hover {
    transform: scale(1.05);
  }
  .bg_square > a > .square_text1 {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    margin-bottom: 10px;
  }
  .bg_square > a > .square_text1 > span.whale_icon {
    padding-right: 5px;
  }
  .bg_square > a > .square_text1 > span.whale_icon > img {
    max-width: 80%;
  }
  .bg_square > a > .square_text1 > span.text {
    padding-bottom: 3px;
    font-size: 1.6rem;
    line-height: 1;
    border-bottom: 3px #ccc solid;
    font-weight: bold;
    letter-spacing: 1.2px;
  }
  .bg_square > a > .square_text1 > span.text.yellow {
    border-color: #ff9403;
  }
  .bg_square > a > .square_text1 > span.text.pink {
    border-color: #ffa1d0;
  }
  .bg_square > a > .square_text2 {
    text-align: center;
  }
  .bg_square > a > .square_text2 > span:first-child {
    line-height: 1;
    color: #ccc;
  }
  .bg_square > a > .square_text2 > span:first-child.yellow {
    font-size: 2.2rem;
    color: #ff9403;
    letter-spacing: 2px;
  }
  .bg_square > a > .square_text2 > span:first-child.pink {
    font-size: 2rem;
    color: #ffa1d0;
  }
  .bg_square > a > .square_text2 > span:last-child {
    margin-left: -2px;
    font-size: 1.4rem;
    color: #565656;
  }
  /* -------------------------------------
     sp ul
     ------------------------------------- */
  .ul_main_visual {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 150px;
    position: relative;
  }
  .ul_main_visual > h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -20px;
    text-align: center;
  }
  .ul_main_visual > h1 > span {
    display: inline-block;
    letter-spacing: 1.2px;
    padding: 10px 20px 10px 27px;
    line-height: 1;
    font-weight: bold;
    font-size: 2rem;
    color: #285BA5;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .ul_main_visual > h1 > span.h1_byouji {
    color: #EF95A8;
  }
  .common_h2 {
    color: #285BA5;
    font-size: 1.8rem;
    text-align: center;
    letter-spacing: 1.2px;
    position: relative;
    margin-bottom: 40px;
    font-weight: bold;
  }
  .common_h2:after {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 50%;
    width: 60px;
    height: 2px;
    margin-left: -30px;
    background-color: #285BA5;
  }
  .common_h2 > i {
    margin-right: 10px;
  }
  .common_h2_byouji {
    color: #EF95A8;
  }
  .common_h2_byouji:after {
    background-color: #EF95A8;
  }
  .common_h3 {
    position: relative;
    margin-bottom: 10px;
    padding: 7px 0 7px 14px;
    background-color: #9adbff;
    overflow: hidden;
    color: #285BA5;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.4;
    border-radius: 10px;
    text-shadow: 1px 1px #ccc;
    height: 36px;
    border: 1px #fff solid;
  }
  .common_h3 > div {
    position: absolute;
    z-index: 900;
  }
  .common_h3:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    opacity: 0.3;
    position: absolute;
    top: -30px;
    left: 60%;
    width: 140px;
    height: 140px;
  }
  .common_h3:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    opacity: 0.4;
    position: absolute;
    bottom: -20px;
    left: 80%;
    width: 100px;
    height: 100px;
  }
  .common_h3.blue {
    background-color: #9adbff;
  }
  .common_h3.pink {
    background-color: #f5bcd5;
  }
  .common_h3.yellow {
    background-color: #fde2a1;
  }
  .common_h3.other_height {
    height: 58px;
  }
  .common_h3_byouji {
    position: relative;
    margin-bottom: 10px;
    padding: 7px 14px 7px 14px;
    background-color: #9adbff;
    overflow: hidden;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px;
  }
  .common_h3_byouji > div {
    border-bottom: 3px #fff dotted;
  }
  .common_h3_byouji:before {
    background-color: #fff; /* 切り替わる色 */
    content: "";
    display: block;
    opacity: 0.4;
    transform: rotate(-30deg);
    position: absolute;
    bottom: -5px;
    right: -50px;
    width: 250px;
    height: 250px;
  }
  .common_h3_byouji:after {
    content: url("../img/yokohama-byouji/ul/bird_sp.png");
    display: block;
    position: absolute;
    top: 15%;
    right: 14px;
  }
  .common_h3_byouji.blue {
    background-color: #24b4fb;
  }
  .common_h3_byouji.pink {
    background-color: #fe1623;
  }
  .common_h3_byouji.yellow {
    background-color: #fda018;
  }
  .common_box1 {
    position: relative;
    background-image: url("../img/ul/ul_bg/bg_mizutama.jpg");
    padding: 40px 0;
    background-repeat: repeat-y;
    background-position: top center;
    background-size: cover;
  }
  .common_box1 > section {
    width: 94%;
    margin: 0 auto;
    margin: 0 auto;
  }
  .common_box1 > section > .ani_wrap1 {
    width: 100%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_fish01 {
    position: absolute;
    top: 1%;
    left: 3%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_fish01 > img {
    max-width: 50%;
    opacity: 0.7;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_hitode {
    position: absolute;
    top: 20%;
    left: 5%;
    transform: rotate(-10deg);
    animation: hitode ease-in-out 2s infinite alternate;
  }
  @keyframes hitode {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -20px);
    }
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_hitode > img {
    max-width: 50%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish02 {
    position: absolute;
    top: 55%;
    right: 10px;
    text-align: right;
    animation: fish02 ease-in-out 4s infinite alternate;
  }
  @keyframes fish02 {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(-20px, 0%);
    }
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish02 > img {
    max-width: 40%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_kai {
    position: absolute;
    top: 75%;
    left: 10%;
    animation: kai ease-in-out 3s infinite alternate;
  }
  @keyframes kai {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -10px);
    }
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_kai > img {
    max-width: 40%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish03 {
    position: absolute;
    bottom: 1%;
    right: 10px;
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish03 > img {
    max-width: 50%;
    opacity: 0.7;
  }
  .byouji_common_box1 {
    position: relative;
    background-image: url("../img/yokohama-byouji/ul/ul_bg/bg_sky_bubble.jpg");
    padding: 40px 0;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
  }
  .byouji_common_box1 > section {
    margin: 0 auto;
  }
  .byouji_common_box1 > section > .ani_wrap2 {
    width: 100%;
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_left_cloud02 {
    position: absolute;
    width: 20vw;
    top: 1%;
    left: 5%;
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_kikyu {
    position: absolute;
    width: 18vw;
    top: 2%;
    right: 3%;
    animation: hitode ease-in-out 3s infinite alternate;
  }
  @keyframes hitode {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -20px);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_kikyu > img {
    opacity: 0.7;
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_left_kamome02 {
    position: absolute;
    width: 15vw;
    top: 61%;
    left: 3%;
    animation: kamome02 ease-in-out 2s infinite alternate;
  }
  @keyframes kamome02 {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -30px);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_left_cloud01 {
    position: absolute;
    width: 25vw;
    top: 88%;
    left: 10%;
    animation: cloud02 ease-in-out 4s infinite alternate;
  }
  @keyframes cloud02 {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(-30px, 0%);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_kamome01 {
    position: absolute;
    width: 20vw;
    top: 80%;
    right: 2%;
    animation: hitode ease-in-out 3s infinite alternate;
  }
  @keyframes hitode {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -20px);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_niji {
    position: absolute;
    width: 40vw;
    bottom: 0;
    right: 0;
    text-align: right;
    vertical-align: bottom;
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_niji > img {
    opacity: 0.7;
  }
  .common_box2 {
    position: relative;
    padding: 40px 0;
    background-image: url("../img/ul/ul_bg/bg_color_line.png"), url("../img/ul/ul_bg/bg_color_line.png");
    background-position: top, bottom;
    background-repeat: repeat-x;
  }
  .common_conts_wrap {
    margin-bottom: 40px;
    position: relative;
  }
  .common_conts_wrap:last-child {
    margin-bottom: 0;
  }
  .common_conts_wrap > .common_conts1 > p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .common_conts_wrap > .common_conts1 > p:last-child {
    margin-bottom: 0;
  }
  .common_conts_wrap > .common_conts1 > p > a {
    color: #EF95A8;
  }
  .common_conts_wrap > .common_conts1 > p > a:hover {
    opacity: 0.7;
  }
  .doble_line {
    border-bottom: 3px double #285BA5;
  }
  .common_bg_box_wrap_center {
    text-align: center !important;
  }
  .common_bg_box_wrap_center > .common_bg_box > div {
    font-size: 1.4rem;
    margin-bottom: 1em;
    text-align: left;
  }
  .common_bg_box_wrap_center > .common_bg_box > div:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap_center > .common_bg_box > ul {
    margin-bottom: 1em;
  }
  .common_bg_box_wrap_center > .common_bg_box > ul > li:last-child {
    margin-bottom: 0 !important;
  }
  .common_bg_box_wrap_center > .common_bg_box > .chuusha {
    margin-bottom: 0 !important;
  }
  .common_bg_box_wrap {
    margin-top: 10px;
    text-align: center;
  }
  .common_bg_box_wrap.text_left {
    margin-bottom: 20px;
    text-align: left;
  }
  .common_bg_box_wrap.text_mb_space {
    margin-bottom: 20px;
  }
  .common_bg_box_wrap .common_bg_box {
    display: inline-block;
    padding: 15px;
    border-radius: 25px;
    text-align: center;
    box-sizing: border-box;
    background-color: #fff;
    box-shadow: 3px 3px #F6B1A6;
    border: 1px #F6B1A6 solid;
  }
  .common_bg_box_wrap .common_bg_box > ul {
    list-style: disc;
    padding-left: 1.5em;
    text-align: left;
    font-size: 1.4rem;
  }
  .common_bg_box_wrap .common_bg_box > ul > li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .common_bg_box_wrap .common_bg_box > ul > li:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox {
    list-style: none;
    padding-left: 0;
    text-align: left;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox > li {
    margin-bottom: 10px;
    line-height: 1.4;
    display: flex;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox > li:before {
    padding-right: 10px;
    float: left;
    color: #c00;
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: normal;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox > li:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap .common_bg_box > ol {
    text-align: left;
    font-size: 1.4rem;
  }
  .common_bg_box_wrap .common_bg_box > ol > li {
    margin-bottom: 10px;
    line-height: 1.6;
  }
  .common_bg_box_wrap .common_bg_box > p {
    margin-bottom: 10px;
    font-size: 1.4rem;
  }
  .common_bg_box_wrap .common_bg_box > p:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap .common_bg_box > p > a {
    color: #EF95A8;
  }
  .common_bg_box_wrap .common_bg_box > p > a:hover {
    opacity: 0.7;
  }
  .common_bg_box_wrap .common_bg_box > p.p_left {
    text-align: left;
  }
  .common_bg_box_title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    line-height: 1;
    font-size: 1.6rem;
    font-weight: bold;
    border-bottom: 5px #F6B1A6 solid;
  }
  .common_bg_box_title.bottom_space10 {
    margin-bottom: 10px;
  }
  .common_bg_box_title2 {
    line-height: 1.4;
  }
  .common_button {
    text-align: center;
  }
  .common_button > a {
    display: inline-block;
    margin-top: 10px;
    padding: 10px 20px;
    background-color: #285BA5;
    color: #fff;
    letter-spacing: 1.2px;
    border-radius: 50px;
    line-height: 1;
    font-size: 1.4rem;
    box-shadow: 2px 2px #fff;
  }
  .common_flow_layout1 {
    width: 80%;
    margin: 0 auto;
  }
  .common_flow_layout1 > .text {
    height: 40px;
    background-color: #EF95A8;
    color: #fff;
    font-size: 1.4rem;
    letter-spacing: 1.2px;
    border-radius: 50px;
    line-height: 2.8;
    text-align: center;
  }
  .common_flow_layout1 > .text > i {
    padding-right: 7px;
    font-size: 1.6rem;
  }
  .common_flow_layout1 > .arrow {
    margin-bottom: 12px;
    color: #DC3B44;
    font-size: 3rem;
    text-align: center;
    line-height: 1;
  }
  .common_sub_title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 5px;
    line-height: 1;
    font-size: 1.4rem;
    font-weight: bold;
    border-bottom: 5px #F6B1A6 solid;
  }
  .color_red {
    color: #DC3B44;
    font-size: 1.4rem;
  }
  .kome_layout {
    display: flex;
  }
  .kome_layout > .kome {
    padding-right: 5px;
    font-size: 1.4rem;
  }
  .kome_layout > .kome_text {
    font-size: 1.4rem;
    text-align: left;
  }
  .blockMyna {
    margin-bottom: 60px;
  }
  .blockMyna h3 {
    font-size: 1.6rem;
    text-align: left;
    color: #285BA5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .blockMyna .infomation > div {
    display: table;
  }
  .blockMyna .infomation > div > div {
    display: table-cell;
    padding-bottom: 10px;
    text-align: left;
    line-height: 1.5;
    font-size: 1.4rem;
  }
  .blockMyna .infomation > div > div:nth-child(1) {
    width: 1.5em;
  }
  .blockMyna aside {
    line-height: 1.6;
    font-size: 1.4rem;
    text-align: left;
  }
  .blockMyna a {
    text-decoration: underline;
  }
}
/* ------------------------------------------
 PC
------------------------------------------ */
@media screen and (min-width: 751px) {
  .sp_block,
  .sp_inline {
    display: none !important;
  }
  .pc_block {
    display: block !important;
  }
  .pc_inline {
    display: inline !important;
  }
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
  /* グーグルマップ レスポンシブ */
  .ggmap {
    height: 0;
    overflow: hidden;
    padding-bottom: 33%;
    position: relative;
  }
  .ggmap iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  .ggmap_indoor {
    height: 0;
    overflow: hidden;
    padding-bottom: 50%;
    position: relative;
    border-radius: 15px;
  }
  .ggmap_indoor iframe {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
  }
  #return_top {
    position: fixed;
    bottom: -200px;
    right: 20px;
    width: 112px;
    z-index: 3000;
    transition: 0.3s;
  }
  #return_top:hover {
    transform: scale(1.1);
  }
  .page_top_visible {
    bottom: 30px !important;
  }
  header {
    border-top: #9adbff 22px solid;
    position: relative;
    z-index: 4000;
  }
  header > article > section {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  header > article > section > div {
    padding: 20px 0;
  }
  header > article > section > div.logo > a {
    display: block;
    transition: 0.3s;
  }
  header > article > section > div.logo > a:hover {
    opacity: 0.6;
  }
  header > article > section > div.logo > a > img {
    width: 410px;
    vertical-align: bottom;
  }
  header > article > section > div.logo > a > span {
    display: block;
    padding-left: 95px;
    line-height: 1;
  }
  header > article > section > div.button {
    margin-left: auto;
  }
  header > article > section > div.button > div {
    display: block;
  }
  header > article > section > div.button > div > div {
    display: table-cell;
    vertical-align: middle;
  }
  header > article > section > div.button > div > .tel > a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
  }
  header > article > section > div.button > div > .tel > a > i {
    font-size: 36px;
    color: #275aa5;
    margin-right: 12px;
  }
  header > article > section > div.button > div > .tel > a > i.i_byouji {
    color: #dc3b44;
  }
  header > article > section > div.button > div > .tel > span {
    padding-left: 35px;
  }
  header > article > section > div.button > div > .button {
    padding-left: 25px;
  }
  header > article > section > div.button > div > .button > a {
    display: block;
    float: left;
    color: #fff;
    width: 110px;
    border-radius: 10px;
    transition: 0.3s;
  }
  header > article > section > div.button > div > .button > a:hover {
    transform: scale(1.1);
  }
  header > article > section > div.button > div > .button > a > span {
    display: block;
    text-align: center;
    line-height: 1;
  }
  header > article > section > div.button > div > .button > a > span:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.7rem;
  }
  header > article > section > div.button > div > .button > a > span:nth-child(2) {
    padding-bottom: 10px;
    font-size: 1.8rem;
  }
  header > article > section > div.button > div > .button > a:nth-child(1) {
    background-color: #ef95a8;
  }
  header > article > section > div.button > div > .button > a:nth-child(2) {
    margin-left: 10px;
    background-color: #55ba00;
  }
  header > article > section > div.button > div > .button > a:nth-child(3) {
    margin-left: 10px;
    background-color: #61c1f7;
  }
  header > article > nav.pc_main_navi {
    width: 1200px;
    margin: 0 auto;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi > ul {
    display: flex;
    width: 100%;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi > ul > li {
    position: relative;
    padding: 20px 0 40px;
  }
  header > article > nav.pc_main_navi > ul > li:nth-child(2), header > article > nav.pc_main_navi > ul > li:nth-child(3), header > article > nav.pc_main_navi > ul > li:nth-child(4), header > article > nav.pc_main_navi > ul > li:nth-child(9), header > article > nav.pc_main_navi > ul > li:nth-child(10) {
    width: 10%;
  }
  header > article > nav.pc_main_navi > ul > li:nth-child(5), header > article > nav.pc_main_navi > ul > li:nth-child(6) {
    width: 13%;
  }
  header > article > nav.pc_main_navi > ul > li:nth-child(7), header > article > nav.pc_main_navi > ul > li:nth-child(8) {
    width: 12%;
  }
  header > article > nav.pc_main_navi > ul > li:hover > div {
    top: 140px;
    visibility: visible;
    opacity: 1;
  }
  header > article > nav.pc_main_navi > ul > li.logo {
    display: none;
  }
  header > article > nav.pc_main_navi > ul > li > a,
  header > article > nav.pc_main_navi > ul > li > span {
    display: block;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi > ul > li > a:hover,
  header > article > nav.pc_main_navi > ul > li > span:hover {
    transform: scale(1.1);
  }
  header > article > nav.pc_main_navi > ul > li > a > span,
  header > article > nav.pc_main_navi > ul > li > span > span {
    display: block;
    text-align: center;
    line-height: 1;
  }
  header > article > nav.pc_main_navi > ul > li > a > span:first-child > img,
  header > article > nav.pc_main_navi > ul > li > span > span:first-child > img {
    height: 58px;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi > ul > li > a > span:last-child,
  header > article > nav.pc_main_navi > ul > li > span > span:last-child {
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 1.7rem;
    padding-top: 10px;
  }
  header > article > nav.pc_main_navi > ul > li > div {
    position: absolute;
    top: 110px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    z-index: 1000;
    border: 2px #60c1f7 solid;
    background-color: #fff;
    border-radius: 10px;
  }
  header > article > nav.pc_main_navi > ul > li > div:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    border: 2px #60c1f7 solid;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
  }
  header > article > nav.pc_main_navi > ul > li > div > ul {
    display: table;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li {
    display: table-cell;
    width: 249px;
    box-sizing: content-box;
    padding: 0 23px;
    border-right: 1px #c0c1c2 solid;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li:first-child {
    padding-left: 0;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li:last-child {
    padding-right: 0;
    border-right: none;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > span,
  header > article > nav.pc_main_navi > ul > li > div > ul > li > a {
    display: block;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > span > span,
  header > article > nav.pc_main_navi > ul > li > div > ul > li > a > span {
    display: block;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > span > span:nth-child(1) > img,
  header > article > nav.pc_main_navi > ul > li > div > ul > li > a > span:nth-child(1) > img {
    border-radius: 10px;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > span > span:nth-child(2),
  header > article > nav.pc_main_navi > ul > li > div > ul > li > a > span:nth-child(2) {
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 1px;
    padding-left: 1px;
    font-weight: bold;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > a:hover {
    opacity: 0.6;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul {
    padding-top: 10px;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul > li {
    width: 50%;
    float: left;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul > li > a {
    position: relative;
    padding-left: 15px;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul > li > a:hover {
    opacity: 0.6;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul > li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #60c1f7;
    border-right: solid 2px #60c1f7;
    transform: rotate(45deg);
    content: "";
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul.w100 {
    padding-top: 10px;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul.w100 > li {
    width: 100%;
    float: none;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul.w100 > li > a {
    position: relative;
    padding-left: 15px;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul.w100 > li > a:hover {
    opacity: 0.6;
  }
  header > article > nav.pc_main_navi > ul > li > div > ul > li > ul.w100 > li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #60c1f7;
    border-right: solid 2px #60c1f7;
    transform: rotate(45deg);
    content: "";
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_0 {
    width: 900px;
    left: 0;
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_0:before {
    left: 5%;
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_1 {
    width: 300px; /* 1カラム300px */
    left: -80px;
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_1:before {
    left: 43%;
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_2 {
    width: 900px; /* 1カラム300px */
    left: -80px;
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_2:before {
    left: 14%;
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_3 {
    width: 300px; /* 1カラム300px */
    left: -80px;
  }
  header > article > nav.pc_main_navi > ul > li > .subnavi_3:before {
    left: 46%;
  }
  header > article > nav.pc_main_navi_fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 3px 3px rgba(150, 150, 150, 0.2);
    z-index: 3000;
  }
  header > article > nav.pc_main_navi_fixed > ul {
    width: 1200px;
    margin: 0 auto;
    display: table;
  }
  header > article > nav.pc_main_navi_fixed > ul > li {
    display: table-cell;
    padding: 25px 0;
  }
  header > article > nav.pc_main_navi_fixed > ul > li:hover > div {
    top: 140px;
    visibility: visible;
    opacity: 1;
  }
  header > article > nav.pc_main_navi_fixed > ul > li.logo {
    display: block;
    width: 200px;
    min-width: 200px;
    padding-right: 1em;
  }
  header > article > nav.pc_main_navi_fixed > ul > li.logo img {
    vertical-align: middle;
  }
  header > article > nav.pc_main_navi_fixed > ul > li:nth-child(2), header > article > nav.pc_main_navi_fixed > ul > li:nth-child(3), header > article > nav.pc_main_navi_fixed > ul > li:nth-child(4), header > article > nav.pc_main_navi_fixed > ul > li:nth-child(9), header > article > nav.pc_main_navi_fixed > ul > li:nth-child(10) {
    width: 105px;
    min-width: 105px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li:nth-child(5), header > article > nav.pc_main_navi_fixed > ul > li:nth-child(6), header > article > nav.pc_main_navi_fixed > ul > li:nth-child(7) {
    width: 120px;
    min-width: 120px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li:nth-child(8) {
    width: 115px;
    min-width: 115px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > span,
  header > article > nav.pc_main_navi_fixed > ul > li > a {
    display: block;
    text-align: center;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > span:hover,
  header > article > nav.pc_main_navi_fixed > ul > li > a:hover {
    transform: scale(1.1);
  }
  header > article > nav.pc_main_navi_fixed > ul > li > span > span,
  header > article > nav.pc_main_navi_fixed > ul > li > a > span {
    display: block;
    text-align: center;
    line-height: 1;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > span > span:first-child > img,
  header > article > nav.pc_main_navi_fixed > ul > li > a > span:first-child > img {
    height: 24px;
    vertical-align: bottom;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > span > span:last-child,
  header > article > nav.pc_main_navi_fixed > ul > li > a > span:last-child {
    font-weight: bold;
    letter-spacing: 0;
    line-height: 1;
    font-size: 1.4rem;
    padding-top: 10px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div {
    position: absolute;
    top: 80px;
    transition: 0.3s;
    opacity: 0;
    visibility: hidden;
    padding: 30px;
    z-index: 1000;
    border: 2px #60c1f7 solid;
    background-color: #fff;
    border-radius: 10px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div:before {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    border: 2px #60c1f7 solid;
    border-right: none;
    border-bottom: none;
    background-color: #fff;
    width: 25px;
    height: 25px;
    transform: rotate(45deg);
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul {
    display: table;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li {
    display: table-cell;
    width: 249px;
    box-sizing: content-box;
    padding: 0 23px;
    border-right: 1px #c0c1c2 solid;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li:first-child {
    padding-left: 0;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li:last-child {
    padding-right: 0;
    border-right: none;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > a {
    display: block;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > a:hover {
    opacity: 0.6;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > a > span {
    display: block;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > a > span:nth-child(1) > img {
    border-radius: 10px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > a > span:nth-child(2) {
    font-size: 1.7rem;
    text-align: center;
    letter-spacing: 1px;
    padding-left: 1px;
    font-weight: bold;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > ul {
    padding-top: 10px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > ul > li {
    width: 50%;
    float: left;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > ul > li > a {
    position: relative;
    padding-left: 15px;
    transition: 0.3s;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > ul > li > a:hover {
    opacity: 0.6;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > div > ul > li > ul > li > a:after {
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: solid 2px #60c1f7;
    border-right: solid 2px #60c1f7;
    transform: rotate(45deg);
    content: "";
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_0 {
    width: 900px;
    top: 96px !important;
    left: -200px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_0:before {
    left: 242px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_1 {
    width: 300px;
    top: 96px !important;
    left: -100px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_1:before {
    left: 141px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_2 {
    width: 900px;
    top: 96px !important;
    left: -100px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_2:before {
    left: 141px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_3 {
    width: 300px;
    top: 96px !important;
    left: -100px;
  }
  header > article > nav.pc_main_navi_fixed > ul > li > .subnavi_3:before {
    left: 141px;
  }
  header.header_byouji {
    border-top: #ef95a8 22px solid;
  }
  header.header_byouji > article > section > div.button > div > .tel > a > i {
    color: #dc3b44;
  }
  footer {
    padding: 50px 0;
  }
  footer > section {
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
  }
  footer > section > div {
    width: 50%;
    float: left;
  }
  footer > section > .left > .logo {
    width: 410px;
    margin-bottom: 20px;
  }
  footer > section > .left > .tel {
    margin-bottom: 15px;
  }
  footer > section > .left > .tel > a {
    display: block;
    font-size: 30px;
    font-weight: bold;
    line-height: 1;
  }
  footer > section > .left > .tel > a > i {
    font-size: 36px;
    color: #275aa5;
    margin-right: 12px;
  }
  footer > section > .left > .tel > a > i.byouji {
    color: #dc3b44;
  }
  footer > section > .left > .address {
    margin-bottom: 20px;
    line-height: 1.5;
  }
  footer > section > .left > .button > a {
    display: block;
    float: left;
    color: #fff;
    width: 110px;
    border-radius: 10px;
  }
  footer > section > .left > .button > a > span {
    display: block;
    text-align: center;
    line-height: 1;
  }
  footer > section > .left > .button > a > span:nth-child(1) {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 2.7rem;
  }
  footer > section > .left > .button > a > span:nth-child(2) {
    padding-bottom: 10px;
    font-size: 1.6rem;
  }
  footer > section > .left > .button > a:nth-child(1) {
    background-color: #ef95a8;
  }
  footer > section > .left > .button > a:nth-child(2) {
    margin-left: 10px;
    background-color: #55ba00;
  }
  .footer_navi {
    width: 1200px;
    margin: 0 auto 20px;
    overflow: hidden;
    display: table;
  }
  .footer_navi > ul {
    display: table-cell;
    box-sizing: border-box;
    padding: 0 20px;
    border-right: 1px #c1e7fc solid;
  }
  .footer_navi > ul:first-child {
    border-left: 1px #c1e7fc solid;
  }
  .footer_navi > ul:nth-child(1) {
    width: 25%;
  }
  .footer_navi > ul:nth-child(2) {
    width: 25%;
  }
  .footer_navi > ul:nth-child(3) {
    width: 28%;
  }
  .footer_navi > ul:nth-child(4) {
    width: 22%;
  }
  .footer_navi > ul > li {
    line-height: 2.3;
  }
  .footer_navi > ul > li > a {
    transition: 0.3s;
  }
  .footer_navi > ul > li > a:hover {
    color: #60c1f7;
    padding-left: 10px;
  }
  .footer_navi > ul > li > a:before {
    display: inline-block;
    margin-right: 10px;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: 900;
    color: #60c1f7;
  }
  .footer_navi > ul > li > ul > li {
    margin-left: 10px;
  }
  .footer_navi > ul > li > ul > li > a {
    padding-left: 10px;
    transition: 0.3s;
  }
  .footer_navi > ul > li > ul > li > a:hover {
    color: #60c1f7;
    padding-left: 20px;
  }
  .footer_navi > ul > li > ul > li > a:before {
    display: inline-block;
    margin-right: 10px;
    color: #60c1f7;
    content: "−";
  }
  .footer_bg {
    background: url("../img/common/footer_repeat.png") repeat-x;
    height: 90px;
  }
  .copyright {
    clear: both;
  }
  .copyright > small {
    display: block;
    padding: 40px 0;
    background-color: #60c1f7;
    color: #fff;
    text-align: center;
    line-height: 1;
    letter-spacing: 1px;
    font-size: 1.4rem;
  }
  .byouji_copyright > small {
    background-color: #f195a7;
  }
  .common_info_board_in_on_1 {
    animation: anime_sway 2.4s ease 1;
  }
  .common_info_board_in_on_2 {
    animation: anime_sway 1.8s ease 1;
  }
  .common_info_board {
    width: 100%;
    position: relative;
    transform-origin: center top;
    opacity: 0;
    animation-fill-mode: forwards;
  }
  .common_info_board > .string {
    position: absolute;
    top: 0;
    left: 50%;
    border: #ccc 2px solid;
    width: 100px;
    height: 100px;
    transform: rotate(45deg);
    transform-origin: left top;
  }
  .common_info_board > .string:before {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    width: 12px;
    height: 12px;
    background-color: #ccc;
    border: #fff 2px solid;
    border-radius: 50%;
  }
  .common_info_board > .board {
    position: absolute;
    width: 100%;
    top: 60px;
    left: 0;
    background-color: #fff;
    border: 2px #52b1dd solid;
    border-radius: 30px;
    box-shadow: 0 5px 0 rgba(97, 191, 250, 0.3);
  }
  .common_info_board > .board > .pin {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
  }
  .common_info_board > .board > .pin:before, .common_info_board > .board > .pin:after {
    content: "";
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: #8ed5f3;
    border-radius: 50%;
  }
  .common_info_board > .board > .pin_top:before {
    top: 20px;
    left: 20px;
  }
  .common_info_board > .board > .pin_top:after {
    top: 20px;
    right: 20px;
  }
  .common_info_board > .board > .pin_bottom:before {
    bottom: 20px;
    left: 20px;
  }
  .common_info_board > .board > .pin_bottom:after {
    bottom: 20px;
    right: 20px;
  }
  .common_info_board > .board > .contents {
    padding: 30px 30px 50px;
  }
  .common_info_board > .board > .contents > h3 {
    font-size: 2.1rem;
    letter-spacing: 3px;
    padding-left: 3px;
    text-align: center;
    background-repeat: no-repeat;
    margin: 0 auto;
    font-weight: bold;
    background-size: 180px;
    background-position: center 45px;
    padding-bottom: 40px;
  }
  .info_board_blue > .board {
    border: 2px #52b1dd solid;
  }
  .info_board_blue > .board > .pin:before, .info_board_blue > .board > .pin:after {
    background-color: #8ed5f3;
  }
  .info_board_blue > .board > .contents > h3 {
    background-image: url("../img/common/pattern_wave_blue.svg");
  }
  .info_board_red > .board {
    border: 2px #ef92a6 solid;
  }
  .info_board_red > .board > .pin:before, .info_board_red > .board > .pin:after {
    background-color: #f4bfcc;
  }
  .info_board_red > .board > .contents > h3 {
    background-image: url("../img/common/pattern_wave_red.svg");
  }
  @keyframes anime_sway {
    0% {
      transform: rotate(-3deg);
    }
    20% {
      transform: rotate(5deg);
      opacity: 1;
    }
    40% {
      transform: rotate(-2deg);
    }
    60% {
      transform: rotate(1deg);
    }
    100% {
      transform: rotate(0);
      opacity: 1;
    }
  }
  .time_schedule .blue {
    color: #275aa5;
  }
  .time_schedule .pink {
    color: #f195a7;
  }
  .time_schedule > div {
    background-color: #eaf9fe;
    border-radius: 10px;
    padding: 5px 15px;
    margin-bottom: 10px;
  }
  .time_schedule > div.bg_byouji {
    background-color: #fae8f2;
    border-radius: 10px;
  }
  .time_schedule > div > table {
    width: 100%;
  }
  .time_schedule > div > table > thead > tr > th {
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: middle;
    line-height: 1;
    padding: 15px 0;
  }
  .time_schedule > div > table > tbody > tr > th,
  .time_schedule > div > table > tbody > tr > td {
    border-top: #9da7ae 1px solid;
    vertical-align: middle;
    line-height: 1;
    padding: 15px 0;
  }
  .time_schedule > div > table > tbody > tr > th {
    font-size: 1.6rem;
    font-weight: normal;
    width: 14em;
  }
  .time_schedule > div > table > tbody > tr > th > span {
    display: block;
    padding-top: 5px;
    font-size: 1.4rem;
  }
  .time_schedule > div > table > tbody > tr > td {
    text-align: center;
  }
  .time_schedule > aside {
    display: block;
    font-size: 1.4rem;
    letter-spacing: 1px;
  }
  .time_schedule_pink .type_box {
    display: inline-block;
    border-radius: 5px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;
  }
  .time_schedule_pink .type0 {
    background-color: #e26362;
  }
  .time_schedule_pink .type1 {
    background-color: #52b38f;
  }
  .time_schedule_pink .type2 {
    background-color: #4fabd5;
  }
  .time_schedule_pink > div {
    background-color: #fdf5fa;
  }
  .time_schedule_pink > aside > ul {
    margin-bottom: 5px;
  }
  .time_schedule_pink > aside > ul > li {
    display: inline-block;
    margin-right: 1em;
  }
  .time_schedule_pink > aside > ul > li > span {
    margin-right: 5px;
  }
  .sp_fixed_bottom {
    display: none;
  }
  .recruit_pc,
  .reserve_pc {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 5000;
  }
  .recruit_pc > a,
  .reserve_pc > a {
    display: block;
    padding: 10px 20px;
    border-radius: 10px 0 0 10px;
    background-color: #ef95a8;
    color: #fff;
    transition: 0.3s;
  }
  .recruit_pc > a:hover,
  .reserve_pc > a:hover {
    padding-right: 30px;
  }
  .recruit_pc > a > span,
  .reserve_pc > a > span {
    display: block;
    text-align: center;
  }
  .recruit_pc > a > span:nth-child(1),
  .reserve_pc > a > span:nth-child(1) {
    font-size: 4rem;
    line-height: 1.5;
  }
  .recruit_pc > a > span:nth-child(2),
  .reserve_pc > a > span:nth-child(2) {
    line-height: 1.3;
    font-size: 2.4rem;
  }
  .recruit_pc {
    position: fixed;
    top: 32%;
    right: 0;
    z-index: 5000;
  }
  .recruit_pc > a {
    background-color: #60c1f7;
  }
  .bg_square {
    width: 390px;
    margin: 0 auto 60px;
  }
  .bg_square:last-child {
    margin-bottom: 0;
  }
  .bg_square > a {
    display: block;
    padding: 25px;
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 5px 0 rgba(188, 177, 138, 0.3);
    transition: 0.3s;
  }
  .bg_square > a:hover {
    transform: scale(1.05);
  }
  .bg_square > a > .square_text1 {
    display: flex;
    align-items: flex-end;
    margin-bottom: 20px;
  }
  .bg_square > a > .square_text1 > span.whale_icon {
    padding-right: 7px;
    vertical-align: bottom;
  }
  .bg_square > a > .square_text1 > span.whale_icon > img {
    max-width: 100%;
  }
  .bg_square > a > .square_text1 > span.text {
    padding-bottom: 3px;
    font-size: 2.3rem;
    line-height: 1;
    border-bottom: 3px #ccc solid;
    font-weight: bold;
    letter-spacing: 1.4px;
  }
  .bg_square > a > .square_text1 > span.text.yellow {
    border-color: #ff9403;
  }
  .bg_square > a > .square_text1 > span.text.pink {
    border-color: #ffa1d0;
  }
  .bg_square > a > .square_text2 {
    text-align: center;
  }
  .bg_square > a > .square_text2 > span:first-child {
    line-height: 1;
    color: #ccc;
  }
  .bg_square > a > .square_text2 > span:first-child.yellow {
    font-size: 3.4rem;
    color: #ff9403;
    letter-spacing: 3px;
  }
  .bg_square > a > .square_text2 > span:first-child.pink {
    font-size: 3.2rem;
    color: #ffa1d0;
  }
  .bg_square > a > .square_text2 > span:last-child {
    margin-left: -2px;
    font-size: 1.8rem;
    color: #565656;
  }
  /* -------------------------------------
       ul
     ------------------------------------- */
  .ul_main_visual {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 300px;
    position: relative;
  }
  .ul_main_visual > h1 {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    margin-top: -38px;
    text-align: center;
  }
  .ul_main_visual > h1 > span {
    display: inline-block;
    letter-spacing: 7px;
    padding: 15px 40px 15px 47px;
    line-height: 1;
    font-weight: bold;
    font-size: 4.6rem;
    color: #285BA5;
    border-radius: 50px;
    background-color: rgba(255, 255, 255, 0.8);
  }
  .ul_main_visual > h1 > span.h1_byouji {
    color: #EF95A8;
  }
  .common_h2 {
    color: #285BA5;
    font-size: 3rem;
    text-align: center;
    letter-spacing: 2px;
    position: relative;
    margin-bottom: 70px;
    font-weight: bold;
  }
  .common_h2:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 50%;
    width: 100px;
    height: 2px;
    margin-left: -50px;
    background-color: #285BA5;
  }
  .common_h2 > i {
    margin-right: 10px;
  }
  .common_h2_byouji {
    color: #EF95A8;
  }
  .common_h2_byouji:after {
    background-color: #EF95A8;
  }
  .common_h3 {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 0 10px 25px;
    background-color: #9adbff;
    overflow: hidden;
    color: #285BA5;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px;
    text-shadow: 1px 1px #fff;
    border: 1px #fff solid;
  }
  .common_h3:before {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    opacity: 0.3;
    position: absolute;
    top: -50px;
    left: 40%;
    width: 700px;
    height: 700px;
  }
  .common_h3:after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    display: block;
    opacity: 0.4;
    position: absolute;
    bottom: -20px;
    left: 78%;
    width: 300px;
    height: 300px;
  }
  .common_h3.blue {
    background-color: #9adbff;
  }
  .common_h3.pink {
    background-color: #f5bcd5;
  }
  .common_h3.yellow {
    background-color: #fde2a1;
  }
  .common_h3_byouji {
    position: relative;
    margin-bottom: 20px;
    padding: 10px 25px 10px 25px;
    background-color: #9adbff;
    overflow: hidden;
    color: #fff;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: 1px;
    border-radius: 10px;
  }
  .common_h3_byouji > div {
    border-bottom: 5px #fff dotted;
  }
  .common_h3_byouji:before {
    background-color: #fff; /* 切り替わる色 */
    content: "";
    display: block;
    opacity: 0.4;
    transform: rotate(-30deg);
    position: absolute;
    bottom: -30px;
    right: -80px;
    width: 600px;
    height: 600px;
  }
  .common_h3_byouji:after {
    content: url("../img/yokohama-byouji/ul/bird.png");
    display: block;
    position: absolute;
    top: 10%;
    right: 25px;
  }
  .common_h3_byouji.blue {
    background-color: #24b4fb;
  }
  .common_h3_byouji.pink {
    background-color: #fe1623;
  }
  .common_h3_byouji.yellow {
    background-color: #fda018;
  }
  .common_box1 {
    position: relative;
    background-image: url("../img/ul/ul_bg/bg_mizutama.jpg");
    padding: 70px 0;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
  }
  .common_box1 > section {
    width: 1200px;
    margin: 0 auto;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_fish01 {
    position: absolute;
    top: 2%;
    left: 5%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_fish01 > img {
    max-width: 100%;
    opacity: 0.7;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_hitode {
    position: absolute;
    top: 28%;
    left: 5%;
    transform: rotate(-10deg);
    animation: hitode ease-in-out 2s infinite alternate;
  }
  @keyframes hitode {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -30px);
    }
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_hitode > img {
    max-width: 100%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish02 {
    position: absolute;
    top: 44%;
    right: 2%;
    animation: fish02 ease-in-out 4s infinite alternate;
  }
  @keyframes fish02 {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(-30px, 0%);
    }
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish02 > img {
    max-width: 85%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_kai {
    position: absolute;
    top: 75%;
    left: 7%;
    animation: hitode ease-in-out 3s infinite alternate;
  }
  @keyframes hitode {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -20px);
    }
  }
  .common_box1 > section > .ani_wrap1 > .bg_left_kai > img {
    max-width: 100%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish03 {
    position: absolute;
    bottom: 1%;
    right: 2%;
  }
  .common_box1 > section > .ani_wrap1 > .bg_right_fish03 > img {
    max-width: 100%;
    opacity: 0.7;
  }
  .byouji_common_box1 {
    position: relative;
    background-image: url("../img/yokohama-byouji/ul/ul_bg/bg_sky_bubble.jpg");
    padding: 70px 0;
    background-size: cover;
    background-repeat: repeat-y;
    background-position: top center;
  }
  .byouji_common_box1 > section {
    width: 1200px;
    margin: 0 auto;
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_left_cloud02 {
    position: absolute;
    width: 183px;
    top: 3%;
    left: 5%;
    animation: cloud02 ease-in-out 4s infinite alternate;
  }
  @keyframes cloud02 {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(-30px, 0%);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_kikyu {
    position: absolute;
    width: 167px;
    top: 18%;
    left: 85%;
    animation: hitode ease-in-out 3s infinite alternate;
  }
  @keyframes hitode {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -20px);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_left_kamome02 {
    position: absolute;
    width: 93px;
    top: 55%;
    left: 7%;
    animation: kamome02 ease-in-out 2s infinite alternate;
  }
  @keyframes kamome02 {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -30px);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_left_cloud01 {
    position: absolute;
    width: 158px;
    top: 75%;
    left: 3%;
    animation: cloud02 ease-in-out 4s infinite alternate;
  }
  @keyframes cloud02 {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(-30px, 0%);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_kamome01 {
    position: absolute;
    width: 94px;
    top: 75%;
    left: 87%;
    animation: hitode ease-in-out 3s infinite alternate;
  }
  @keyframes hitode {
    0% {
      transform: translate(0%, 0%);
    }
    100% {
      transform: translate(0%, -20px);
    }
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_niji {
    position: absolute;
    width: 500px;
    bottom: 0;
    right: 0;
    vertical-align: bottom;
  }
  .byouji_common_box1 > section > .ani_wrap2 > .bg_right_niji > img {
    opacity: 0.7;
  }
  .common_box2 {
    padding: 70px 0;
    background-image: url("../img/ul/ul_bg/bg_color_line.png"), url("../img/ul/ul_bg/bg_color_line.png");
    background-position: top, bottom;
    background-repeat: repeat-x;
  }
  .common_conts_wrap {
    margin-bottom: 80px;
  }
  .common_conts_wrap:last-child {
    margin-bottom: 0;
  }
  .common_conts_wrap > .common_conts1 {
    position: relative;
  }
  .common_conts_wrap > .common_conts1 > p {
    margin-bottom: 20px;
    font-size: 1.6rem;
  }
  .common_conts_wrap > .common_conts1 > p:last-child {
    margin-bottom: 0;
  }
  .common_conts_wrap > .common_conts1 > p > a {
    color: #EF95A8;
  }
  .common_conts_wrap > .common_conts1 > p > a:hover {
    opacity: 0.7;
  }
  .doble_line {
    border-bottom: 3px double #285BA5;
  }
  .common_bg_box_wrap_center {
    text-align: center !important;
  }
  .common_bg_box_wrap_center > .common_bg_box > div {
    margin-bottom: 1em;
    text-align: left;
  }
  .common_bg_box_wrap_center > .common_bg_box > div:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap_center > .common_bg_box > ul {
    margin-bottom: 1em;
  }
  .common_bg_box_wrap_center > .common_bg_box > ul > li:last-child {
    margin-bottom: 0 !important;
  }
  .common_bg_box_wrap_center > .common_bg_box > .chuusha {
    margin-bottom: 0 !important;
  }
  .common_bg_box_wrap {
    margin-top: 30px;
    text-align: center;
  }
  .common_bg_box_wrap.text_left {
    margin-bottom: 30px;
    text-align: left;
  }
  .common_bg_box_wrap.text_mb_space {
    margin-bottom: 30px;
  }
  .common_bg_box_wrap .common_bg_box {
    display: inline-block;
    padding: 30px;
    border-radius: 25px;
    text-align: center;
    background-color: #fff;
    border: 1px #F6B1A6 solid;
    box-shadow: 3px 3px #F6B1A6;
  }
  .common_bg_box_wrap .common_bg_box > ul {
    list-style: disc;
    padding-left: 1.5em;
    text-align: left;
  }
  .common_bg_box_wrap .common_bg_box > ul > li {
    margin-bottom: 10px;
    line-height: 1.4;
  }
  .common_bg_box_wrap .common_bg_box > ul > li:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox {
    list-style: none;
    padding-left: 0;
    text-align: left;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox > li {
    margin-bottom: 10px;
    line-height: 1.4;
    display: flex;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox > li:before {
    padding-right: 10px;
    float: left;
    color: #c00;
    font-family: "Font Awesome 5 Free";
    content: "\f14a";
    font-weight: normal;
  }
  .common_bg_box_wrap .common_bg_box > ul.checkbox > li:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap .common_bg_box > ol {
    text-align: left;
  }
  .common_bg_box_wrap .common_bg_box > ol > li {
    line-height: 2;
  }
  .common_bg_box_wrap .common_bg_box > p {
    margin-bottom: 10px;
  }
  .common_bg_box_wrap .common_bg_box > p:last-child {
    margin-bottom: 0;
  }
  .common_bg_box_wrap .common_bg_box > p > a {
    color: #EF95A8;
  }
  .common_bg_box_wrap .common_bg_box > p > a:hover {
    opacity: 0.7;
  }
  .common_bg_box_wrap .common_bg_box_title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 7px #F6B1A6 solid;
  }
  .common_bg_box_wrap .common_bg_box_title.bottom_space10 {
    margin-bottom: 10px;
  }
  .common_bg_box_wrap .common_bg_box_title.bottom_space20 {
    margin-bottom: 20px;
  }
  .common_button {
    text-align: center;
  }
  .common_button > a {
    display: inline-block;
    margin-top: 20px;
    padding: 10px 40px;
    background-color: #285BA5;
    color: #fff;
    letter-spacing: 1.2px;
    border-radius: 50px;
    font-size: 1.6rem;
    line-height: 1;
    box-shadow: 3px 3px #fff;
    transition: 0.3s;
  }
  .common_button > a:hover {
    transform: scale(1.1);
  }
  .common_button > a > i {
    padding-left: 10px;
  }
  .common_flow_layout1 {
    width: 60%;
    margin: 0 auto;
  }
  .common_flow_layout1 > .text {
    height: 60px;
    background-color: #EF95A8;
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 2px;
    border-radius: 50px;
    line-height: 3.4;
    text-align: center;
  }
  .common_flow_layout1 > .text > i {
    padding-right: 10px;
    font-size: 2rem;
  }
  .common_flow_layout1 > .arrow {
    margin-bottom: 20px;
    color: #DC3B44;
    font-size: 5rem;
    text-align: center;
    line-height: 1;
  }
  .common_sub_title {
    display: inline-block;
    margin-bottom: 10px;
    padding: 0 10px;
    line-height: 1;
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 7px #F6B1A6 solid;
  }
  .color_red {
    color: #DC3B44;
  }
  .kome_layout {
    display: flex;
  }
  .kome_layout > .kome {
    padding-right: 7px;
    font-size: 1.6rem;
  }
  .kome_layout > .kome_text {
    font-size: 1.6rem;
  }
  .blockMyna {
    margin-bottom: 100px;
  }
  .blockMyna h3 {
    font-size: 2.2rem;
    color: #285BA5;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .blockMyna .infomation > div {
    display: table;
  }
  .blockMyna .infomation > div > div {
    display: table-cell;
  }
  .blockMyna .infomation > div > div:nth-child(1) {
    width: 1.5em;
  }
  .blockMyna a {
    text-decoration: underline;
  }
}