@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@500;700&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: justify;
  text-justify: inter-ideograph;
  font-family: "Noto Sans JP", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", Osaka, Verdana, sans-serif;
  line-height: 1.428571429;
  letter-spacing: 0.02em;
  font-weight: 500;
}

/* 自動クリアフィックス */
header:after, section:after, article:after, footer:after, .clearfix:after {
  content: " ";
  display: block;
  clear: both;
  height: 0;
  line-height: 0;
}

@media only screen and (max-width: 960px) {
  .pc {
    display: none;
  }
}

@media only screen and (max-width: 600px) {
  .tablet {
    display: none;
  }
}

.mobile {
  display: none;
}
@media only screen and (max-width: 600px) {
  .mobile {
    display: inline-block;
  }
}

.center {
  text-align: center;
}

/*!
layout > container
------------------------------
*/
.contentsWrap {
  min-height: 1200px;
}

/*!
layout > header
------------------------------
*/
#top-head_v2 {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background-color: #fff;
}
#top-head_v2 a {
  text-decoration: none;
}
#top-head_v2 .logo {
  position: absolute;
  width: 100px;
  left: 5%;
  top: 10%;
  z-index: 1000;
}
@media only screen and (max-width: 960px) {
  #top-head_v2 .logo {
    top: 5px;
    position: fixed;
  }
}
#top-head_v2 .logo img {
  width: 100px;
}
#top-head_v2 .header-inner {
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #top-head_v2 .header-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
}

#top-head {
  top: -100px;
  position: absolute;
  width: 100%;
  margin: 100px auto 0;
  line-height: 1;
  z-index: 999;
  text-decoration: none;
  background-color: #fff;
}
#top-head a {
  text-decoration: none;
}
#top-head .logo {
  position: absolute;
  width: 100px;
  left: 5%;
  top: 10%;
  z-index: 1000;
}
@media only screen and (max-width: 960px) {
  #top-head .logo {
    top: 5px;
    position: fixed;
  }
}
#top-head .logo img {
  width: 100px;
}
#top-head .header-inner {
  position: relative;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2%;
  padding-right: 2%;
}
@media only screen and (max-width: 960px) {
  #top-head .header-inner {
    padding-left: inherit;
    padding-right: inherit;
  }
}

@media only screen and (max-width: 960px) {
  #mobile-head {
    width: 100%;
    z-index: 999;
    height: 46px;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#global-nav {
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
  justify-content: flex-end;
}
@media only screen and (max-width: 960px) {
  #global-nav {
    display: none;
    width: 100%;
    padding-top: 0;
    overflow-y: scroll;
    position: fixed;
    height: 100%;
  }
}
#global-nav ul {
  list-style: none;
}
#global-nav #mainNav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 70%;
  box-sizing: border-box;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav {
    display: block;
    width: 100%;
    background-color: rgba(10, 12, 7, 0.9);
    border-radius: inherit;
    padding-left: 5%;
    padding-right: 5%;
    padding-bottom: 40px;
    margin-top: 46px;
  }
}
#global-nav #mainNav .mainNavList {
  display: flex;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList {
    display: block;
  }
  #global-nav #mainNav .mainNavList li {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 960px) and (max-width: 960px) {
  #global-nav #mainNav .mainNavList li {
    font-size: inherit;
  }
}
#global-nav #mainNav .mainNavList > li {
  text-align: center;
  display: flex;
  align-items: center;
  padding: 0 3em;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList > li {
    display: block;
    text-align: left;
    padding: 16px 0;
  }
}
#global-nav #mainNav .mainNavList a {
  display: flex;
  flex-direction: column;
  align-items: center;
  line-height: 1.2;
  padding-top: 4px;
  padding-bottom: 4px;
  color: #0A0C07;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
}
#global-nav #mainNav .mainNavList a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList a {
    font-family: Noto Sans JP, sans-serif;
    font-weight: 500;
    font-style: normal;
    display: block;
    color: #fff;
    padding: 0.3em 3%;
  }
}
#global-nav #mainNav .mainNavList a .small {
  font-size: 13px;
  font-size: 1.3rem;
}
#global-nav #mainNav .mainNavList a.disable {
  color: #9a9a9a;
}
#global-nav #mainNav .mainNavList a.btn-in-nav {
  width: 90%;
  border: 1px solid #fff;
  padding: 20px 2em;
  box-sizing: border-box;
  font-size: 18px;
  font-size: 1.8rem;
}
#global-nav #mainNav .mainNavList a.btn-in-nav.inquiry-mb {
  display: none;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList a.btn-in-nav.inquiry-mb {
    display: block;
    background-color: #ddfff7;
    color: #0A0C07;
  }
}
#global-nav #mainNav .mainNavList .mobile-nav-only {
  display: none;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .mobile-nav-only {
    display: block;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .inquiry-pc {
    display: none;
  }
}
#global-nav #mainNav .mainNavList span {
  display: block;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList span {
    display: inline-block;
  }
}
#global-nav #mainNav .mainNavList .navText-jp {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-jp {
    font-size: 26px;
    font-size: 2.6rem;
  }
}
#global-nav #mainNav .mainNavList .navText-en {
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 960px) {
  #global-nav #mainNav .mainNavList .navText-en {
    font-size: 14px;
    font-size: 1.4rem;
    margin-left: 0.5em;
  }
  #global-nav #mainNav .mainNavList .navText-en:before {
    content: "- ";
  }
}

/* Toggle Button */
#menu-icon {
  position: absolute;
  right: 0;
  top: 20%;
  margin-right: 3%;
  display: none;
}
@media only screen and (max-width: 960px) {
  #menu-icon {
    display: inline;
    cursor: pointer;
  }
  #menu-icon.active {
    margin-top: 4px;
  }
  #menu-icon.active .first {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    margin-top: 10px;
  }
  #menu-icon.active .second {
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    position: relative;
    top: -10px;
  }
  #menu-icon.active .third {
    display: none;
  }
}
#menu-icon span {
  border: 1px solid #0A0C07;
  width: 30px;
  margin-top: 4px;
  margin-bottom: 7px;
  display: block;
  transition: all 0.1s;
}

.mega-dropdown {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  width: 94%;
  position: absolute;
  top: 100%;
  left: 2.5%;
  overflow: hidden;
  padding: 20px 5%;
  display: none;
  opacity: 0;
  margin-top: -5px;
  box-sizing: border-box;
  transition: all 0.5s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown {
    display: block;
    opacity: 1;
    width: 100%;
    position: static;
    background-color: transparent;
    padding: 0;
    margin-top: 0;
    border-top: 1px solid #fff;
  }
  .mega-dropdown:hover {
    opacity: 1;
    cursor: default;
  }
}
.mega-dropdown.is-active {
  display: block;
  opacity: 1;
  z-index: 1;
  transform: translateY(4px);
  background-color: rgba(10, 12, 7, 0.75);
  transition: all 0.3s;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown.is-active {
    transform: inherit;
  }
}
.mega-dropdown .row {
  justify-content: space-around;
  display: flex;
}
@media only screen and (max-width: 960px) {
  .mega-dropdown .row {
    display: block;
    margin-top: 8px;
  }
}

.mega-col {
  width: 30%;
  float: left;
}
@media only screen and (max-width: 960px) {
  .mega-col {
    width: 100%;
    float: none;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
.mega-col li {
  margin: 10px 1em;
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.1;
  text-align: left;
}
.mega-col a {
  color: #fff !important;
}

/*!
layout > footer
------------------------------
*/
#footer {
  text-align: center;
}
#footer .footerBar {
  background-color: #273036;
}

#wrapper.sub #footer {
  background-color: #273036;
  color: #fff;
}
#wrapper.sub #footer .copyright {
  margin: 0;
  padding: 16px 0;
}

.copyright {
  padding: 20px 0;
  font-size: 12px;
  font-size: 1.2rem;
  color: #fff;
}

/* サブページ共通 */
#contents-base {
  margin-top: 46px;
  margin-bottom: 60px;
}

.sub .innerWrap {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.subpage-head {
  height: 280px;
  background-size: contain;
  background-color: #0A0C07;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 20px;
}
@media only screen and (max-width: 600px) {
  .subpage-head {
    height: 30vh;
  }
}

.subpage-head__title {
  text-align: center;
  margin-top: 40px;
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 24px;
  font-size: 2.4rem;
  color: #fff;
  letter-spacing: 0.04em;
}
.subpage-head__title + p {
  margin-top: 10px;
  color: #fff;
}

.sub #contents-base #main {
  margin-top: 46px;
}
.sub #contents-base #main > h2 {
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
}

.subpage-title {
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.3;
}

/*!
component > title
------------------------------
*/
.h2Wrap {
  text-align: center;
}

.secTitle {
  font-family: Noto Sans JP, sans-serif;
  font-weight: 700;
  font-style: normal;
  font-size: 36px;
  font-size: 3.6rem;
  margin-top: 80px;
  padding-bottom: 5px;
  text-align: center;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  .secTitle {
    margin-top: 60px;
    font-size: 30px;
    font-size: 3rem;
  }
}

/*!
component > common
------------------------------
*/
a {
  color: #003B80;
  text-decoration: none;
}

.marker {
  text-align: left;
  font-family: inherit !important;
  margin-bottom: 0 !important;
  background: linear-gradient(transparent 0%, #ffff66 0%);
}

.red {
  color: #ed1c29;
}

.center {
  text-align: center;
}

.caution {
  color: #ed1c29;
}

.bold {
  font-weight: bold;
}

.transition-common {
  transition: all 0.2s;
}

.shadow-common {
  box-shadow: 2px 2px 3px 0px rgba(0, 0, 0, 0.2);
}

#toTop {
  position: fixed;
  z-index: 100;
  bottom: 0;
  right: 10px;
  background-color: #008BB5;
  border-radius: 5px 5px 0 0;
  width: 60px;
  height: 60px;
  padding: 5px;
  box-sizing: border-box;
}
@media only screen and (max-width: 600px) {
  #toTop {
    width: 50px;
    height: 50px;
  }
}
#toTop a {
  color: #fff;
  display: block;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#toTop img {
  width: 50%;
}
#toTop .toTop__text {
  display: block;
  text-align: center;
}

/*!
component > btn
------------------------------
*/
.btnArea {
  margin: 0 auto;
}

.btn {
  position: relative;
  display: block;
  padding: 1em 2.75em 0.8em 1.25em; /* 左にアイコン分の余白 */
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  background-color: #003B80;
  font-size: 15px;
  font-size: 1.5rem;
  color: #fff;
  text-decoration: none;
  /* アイコン切り替え */
}
.btn::before {
  content: "";
  position: absolute;
  right: 1em;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1em;
  background: currentColor;
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
}
.btn::before {
  mask-image: url("/images/icons/arrow-right.svg");
  -webkit-mask-image: url("/images/icons/arrow-right.svg");
}
.btn.std {
  width: 90%;
  max-width: 280px;
  margin: 10px auto;
  color: #fff;
  background-color: #003B80;
}
.btn.std.black {
  background-color: #0A0C07;
}
.btn.disable {
  background-color: #808080 !important;
}
.btn.btn-line {
  max-width: 280px;
  display: block;
  border-width: 2px;
  border-style: solid;
  margin: 10px auto;
  background-color: rgba(255, 255, 255, 0.5);
  color: #003B80;
  border-color: #003B80;
}
.btn.btn-white-s {
  display: inline-block;
  background-color: #fff;
  color: #003B80;
  padding-top: 10px;
  padding-bottom: 8px;
  margin-top: 10px;
}

.subpage-head {
  background: url(../images/headerbg/headerbg_common.jpg) center 40%;
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.btnArea {
  margin-top: 20px;
}
.btnArea a:not(:first-child) {
  margin-top: 16px;
}

.kids #contents-base {
  margin-top: 0;
  margin-bottom: 0;
}

#subpageHeader {
  height: 40vh;
  background: url(../images/2023/kids/kids_guide_header.jpg) center 80% no-repeat;
  background-size: cover;
}

.guide-head {
  text-align: center;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 3%;
  padding-right: 3%;
  box-sizing: border-box;
  margin-top: 30px;
}
.guide-head .guide-head__head {
  background-color: #008BB5;
  color: #fff;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  border-radius: 50vh;
  font-size: 26px;
  font-size: 2.6rem;
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 600px) {
  .guide-head .guide-head__head {
    font-size: 20px;
    font-size: 2rem;
    letter-spacing: inherit;
  }
}
.guide-head .guide-head__body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
  margin-top: 10px;
}
.guide-head .guide-head__body span {
  display: block;
  font-size: 20px;
  font-size: 2rem;
}
.guide-head .guide-head__body h1 {
  font-size: 32px;
  font-size: 3.2rem;
  color: #008BB5;
  line-height: 1.1;
}

.guide-intro {
  margin-top: 40px;
}
.guide-intro > .topic:not(:first-child) {
  margin-top: 20px;
}
.guide-intro > .topic .topic__title {
  color: #003B80;
  display: inline-block;
  border-bottom: 2px solid #003B80;
  font-size: 22px;
  font-size: 2.2rem;
}
.guide-intro > .topic p {
  margin-top: 5px;
}

.guide-nav {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}
.guide-nav .guide-nav__link {
  -webkit-clip-path: polygon(100% 0, 100% 70%, 49% 100%, 0 70%, 0 0);
          clip-path: polygon(100% 0, 100% 70%, 49% 100%, 0 70%, 0 0);
  color: #fff;
  margin: 10px;
  padding: 10px 2% 24px;
  box-sizing: border-box;
  width: 46%;
  text-align: center;
  font-size: 24px;
  font-size: 2.4rem;
  line-height: 1;
}
.guide-nav .guide-nav__link .small01 {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  margin-left: 0.3em;
}
.guide-nav .guide-nav__link .small02 {
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
}
.guide-nav .guide-nav__link.junior {
  background-color: #003B80;
}
.guide-nav .guide-nav__link.swimy {
  background-color: #47bfb9;
}

.block:not(:first-child) {
  margin-top: 40px;
}
.block .block__title {
  border-bottom-width: 2px;
  border-bottom-style: solid;
}
.block .block__title.junior {
  color: #003B80;
  border-color: #003B80;
}
.block .block__title.swimy {
  color: #47bfb9;
  border-color: #47bfb9;
}
.block > .topic {
  margin-top: 30px;
}
.block > .topic .topicList {
  list-style: none; /* デフォルトのアイコンを消す */
  margin: 0; /* デフォルト指定上書き */
  padding: 0; /* デフォルト指定上書き */
}
.block > .topic .topicList li {
  display: grid;
  grid-template-columns: 14px 1fr;
  grid-template-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 0px;
  background-color: #e6e6e6;
  box-sizing: border-box;
  padding: 10px 3%;
  margin-top: 16px;
}
.block > .topic .topicList li:before {
  content: "";
  /* 空の要素作成 */
  width: 7px;
  /* 幅指定 */
  height: 7px;
  /* 高さ指定 */
  display: inline-block;
  /* インラインブロックにする */
  background-color: #008BB5;
  /* 背景色指定 */
  border-radius: 50%;
  /* 要素を丸くする */
  margin-right: 0.5em;
  margin-top: 0.5em;
}
.block > .topic .topicList li p {
  line-height: 1.4;
}
.block > .topic .topicList li .btn {
  margin-top: 20px;
}
.block > .topic .topicList + p {
  padding-top: 20px;
}
.block > .topic .topic__img {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 600px) {
  .block > .topic .topic__img {
    display: inherit;
  }
}
.block > .topic .topic__img img {
  width: 40%;
  margin: 10px 1%;
  display: block;
}
@media only screen and (max-width: 600px) {
  .block > .topic .topic__img img {
    width: 100%;
  }
}
.block .topic__title {
  margin-top: 20px;
  color: #008BB5;
  border-left: 7px solid #008BB5;
  box-sizing: border-box;
  padding: 8px 0 8px 8px;
}
.block .topic__title + p {
  margin-top: 10px;
}
.block .time-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
@media only screen and (max-width: 600px) {
  .block .time-wrap {
    display: inherit;
  }
}
.block .time-wrap .time {
  width: 40%;
  padding: 0 5%;
}
@media only screen and (max-width: 600px) {
  .block .time-wrap .time {
    width: 90%;
  }
}
.block .time-wrap .time.junior-a .time__head {
  background-color: #003B80;
}
.block .time-wrap .time.junior-b .time__head {
  background-color: #008BB5;
}
.block .time-wrap .time.swimy .time__head {
  background-color: #47bfb9;
}
.block .time-wrap .time .time__head {
  color: #fff;
  text-align: center;
  margin-top: 20px;
}
.block .time-wrap .time .time__head .time__head--title {
  font-size: 20px;
  font-size: 2rem;
}
.block .time-wrap .time .time__head .time__head--title span {
  font-size: 15px;
  font-size: 1.5rem;
}
.block .time-wrap .time .time__body {
  margin-top: 10px;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.block .time-wrap .time .time__body .schedule {
  display: flex;
  width: 86%;
  margin: 10px auto;
  flex-wrap: wrap;
  font-size: 18px;
  font-size: 1.8rem;
}
.block .time-wrap .time .time__body .schedule dt {
  width: 64%;
  margin-top: 5px;
}
.block .time-wrap .time .time__body .schedule dd {
  width: 36%;
  margin-top: 5px;
}
.block .time-wrap .time .time__body .limit {
  width: 86%;
  margin: 10px auto;
}
.block .time-wrap .time .time__body .limit .limit__title {
  align-items: center;
  font-size: 16px;
  font-size: 1.6rem;
  /* 横線を上下中央 */
  display: flex;
  /* 文字と横線を横並び */
  justify-content: center;
  /* 文字を中央寄せ */
}
.block .time-wrap .time .time__body .limit .limit__title::before, .block .time-wrap .time .time__body .limit .limit__title::after {
  background-color: #0A0C07;
  /* 横線の色 */
  content: "";
  height: 2px;
  /* 横線の高さ */
  width: 60px;
  /* 横線の長さ */
}
.block .time-wrap .time .time__body .limit .limit__title::before {
  margin-right: 15px;
  /* 文字との余白 */
}
.block .time-wrap .time .time__body .limit .limit__title::after {
  margin-left: 15px;
  /* 文字との余白 */
}
.block .time-wrap .time .time__body .limit .limit__text {
  margin-top: 10px;
}

#inquiry {
  margin-top: 40px;
  margin-bottom: 40px;
  text-align: center;
}
#inquiry .inquiry__title {
  font-size: 24px;
  font-size: 2.4rem;
  color: #003B80;
  line-height: 1.2;
}
@media only screen and (max-width: 600px) {
  #inquiry .inquiry__title {
    font-size: 20px;
    font-size: 2rem;
  }
}

#kids-footer {
  height: 40vh;
  background: url(../images/2023/kids/kids_header.jpg) center center no-repeat;
  background-size: cover;
}
/*# sourceMappingURL=kids_guide.css.map */