@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Old+Mincho:wght@500;600;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Bacasime+Antique&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Barlow+Semi+Condensed:wght@400;500&display=swap");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.4.1/dist/css/yakuhanjp.css");
/*
@mixin gakubugakka-en-sp {
	font-size: 14px;
	font-weight: 400;
	font-family: "Bacasime Antique", serif;
}
*/
/*
@mixin body-txt14-br {
	font-size: 14px;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin body-txt14-br-sp {
	font-size: 3.73vw;
	font-weight: 400;
	line-height: 1.2em;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
/*
@mixin voice-gakubugakkaname {
	font-size: 18px;
	font-weight: 700;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}


@mixin graph {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@mixin number-big {
	font-size: 18px;
	font-weight: 400;
	font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
*/
:root {
  --clgold01: #ECE9DC;
  --clred01: #CF1313;
  --clpurple01: #925096;
  --clpurple02: #EBD9EC;
  --clpurple03: #F6EEF7;
  --clpurplehover: #f5edf6;
  --clgray01: #D9D9D9;
  --clgray02: #AEAEAE;
  --clgray03: #FAFAFA;
  --clgray04: #878787;
  --clgray05: #F6F6F6;
  --clmusic01: #925096;
  --clmusic02: #EEDBEF;
  --clmusichover: #b78ab9;
  --clfood01: #D37B2F;
  --clfood02: #F8D9BE;
  --clfood03: #FFF0E2;
  --clfoodhover: #e8b88d;
  --clchildhood01: #CA576B;
  --clchildhood02: #FAF3F4;
  --clchildhood03: #F3E5E7;
  --clchildhoodhover: #c98792;
  --clsports01: #344D78;
  --clsports02: #E0E9F9;
  --clsportshover: #7390c3;
  --cljrcol01: #567ea8;
  --cljrcol02: #D8DEE5;
  --cljrcol03: #EDF0F4;
  --cljrcolhover: #7b8ea3;
  --clgradsch01: #736E7C;
  --clgradsch02: #F5F5F5;
  --clgradsch03: #BFBBC6;
  --clgradsch04: #9D98A4;
  --clgradschhover: #9e9ba5;
  --clkakusei01: #635467;
  --clmidori01: #556756;
  --header-h: 0px;
}

body {
  width: 100%;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", sans-serif;
  color: #111;
  font-weight: 400;
  font-size: 3.8vw;
  font-feature-settings: "palt";
  line-height: 1.8em;
  letter-spacing: 0;
  overflow-x: hidden;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media screen and (min-width: 768px) {
  body {
    font-size: 16px;
    width: 100%;
    position: relative;
  }
}

.noto {
  font-family: "Noto Sans JP", serif;
}

.zenoldmin {
  font-family: "Zen Old Mincho", serif;
}

.bacasime {
  font-family: "Bacasime Antique", serif;
}

.zenkakugothic {
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.barlow {
  font-family: "Barlow Semi Condensed", sans-serif;
}

a[href*="tel:"] {
  color: #111;
}
@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }
}

.smp-block {
  display: block;
}
@media screen and (min-width: 768px) {
  .smp-block {
    display: none;
  }
}

.pcm-none {
  display: block;
}
@media screen and (min-width: 1000px) {
  .pcm-none {
    display: none;
  }
}

.pc-block {
  display: none;
}
@media screen and (min-width: 768px) {
  .pc-block {
    display: block;
  }
}

.pcm-block {
  display: none;
}
@media screen and (min-width: 1000px) {
  .pcm-block {
    display: block;
  }
}

button {
  cursor: pointer;
}

.ast {
  font-size: 0.6em;
  vertical-align: 0.44em;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .inline-block {
    display: inline-block;
  }
}

svg {
  display: block;
}

@media screen and (min-width: 768px) {
  span.inline-block {
    display: inline-block;
  }
}

a {
  color: #111;
}

/*=========================== ヘッダー ===========================*/
header {
  position: sticky;
  top: 0;
  z-index: 999;
}
header.active .hbg-menu-sp {
  opacity: 1;
  pointer-events: fill;
}
@media screen and (min-width: 768px) {
  header.active .hbg-menu-pc {
    opacity: 1;
    pointer-events: fill;
  }
}
header.active .hbg-btn span.line01 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}
header.active .hbg-btn span.line02 {
  opacity: 0;
}
header.active .hbg-btn span.line03 {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
header .hbg-menu-sp {
  background-color: #eceeee;
  position: fixed;
  overflow-y: scroll;
  width: 100%;
  height: 100dvh;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  top: 0;
}
@media screen and (min-width: 768px) {
  header .hbg-menu-sp {
    top: 0;
    position: relative;
    overflow: revert;
    width: 100%;
    height: 100%;
    opacity: 1;
    pointer-events: fill;
  }
}
@media screen and (min-width: 768px) {
  header .hbg-menu-pc {
    background-color: #eceeee;
    pointer-events: none;
    position: fixed;
    opacity: 0;
    width: 100%;
    height: 100vh;
    overflow-y: scroll;
    top: 0;
    transition: all 0.3s;
    z-index: 1;
  }
}
@media screen and (min-width: 768px) {
  header .hbg-menu-pc .mega-menu {
    padding: 220px 0 100px;
  }
}
@media screen and (min-width: 768px) {
  header div.menu-wrap {
    width: calc(100% - 55px);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
  }
}
@media screen and (min-width: 1000px) {
  header div.menu-wrap {
    width: 580px;
  }
}
header div.menu-wrap .sub-menu {
  font-size: 4vw;
  line-height: 1.2em;
  margin: 10vw 4.6vw;
}
@media screen and (min-width: 768px) {
  header div.menu-wrap .sub-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 75%;
    font-size: 1vw;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  header div.menu-wrap .sub-menu {
    width: 450px;
    font-size: 12px;
  }
}
header div.menu-wrap .sub-menu a {
  display: block;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  header div.menu-wrap .sub-menu a {
    display: inline-block;
    margin: 0;
    transition: all 0.3s;
  }
  header div.menu-wrap .sub-menu a:hover {
    color: var(--clpurple01);
  }
}
header div.menu-wrap .sns-menu {
  display: flex;
  flex-wrap: wrap;
  gap: 5vw;
  margin: 0 4.6vw;
}
@media screen and (min-width: 768px) {
  header div.menu-wrap .sns-menu {
    justify-content: space-between;
    gap: 0;
    width: 20%;
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  header div.menu-wrap .sns-menu {
    width: 96px;
  }
}
header div.menu-wrap .sns-menu li {
  display: block;
  width: 9vw;
}
@media screen and (min-width: 768px) {
  header div.menu-wrap .sns-menu li {
    width: 24%;
  }
}
@media screen and (min-width: 1000px) {
  header div.menu-wrap .sns-menu li {
    width: 23px;
  }
}
header .hbg-btn {
  display: block;
  position: relative;
  width: 6vw;
  height: 4vw;
}
@media screen and (min-width: 768px) {
  header .hbg-btn {
    width: 30px;
    height: 22px;
    z-index: 10;
  }
}
@media screen and (min-width: 1000px) {
  header .hbg-btn {
    width: 36px;
    height: 22px;
  }
}
header .hbg-btn span {
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #000;
  left: 50%;
  transition: all 0.3s;
}
header .hbg-btn span.line01 {
  top: 0;
  transform: translate(-50%, 0);
}
header .hbg-btn span.line02 {
  top: 50%;
  transform: translate(-50%, -50%);
}
header .hbg-btn span.line03 {
  bottom: 0;
  transform: translate(-50%, 0);
}
header .hd-area01 {
  box-sizing: border-box;
  background-color: #fff;
  padding: 4vw 5vw;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  z-index: 2;
  position: relative;
}
@media screen and (min-width: 768px) {
  header .hd-area01 {
    padding: 20px 25px;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  header .hd-area01 {
    padding: 20px 20px;
  }
}
@media screen and (min-width: 1280px) {
  header .hd-area01 {
    padding: 20px 60px;
  }
}
header .hd-area01 .hd-logo {
  display: block;
  width: 73%;
}
@media screen and (min-width: 768px) {
  header .hd-area01 .hd-logo {
    width: 35%;
  }
}
@media screen and (min-width: 1000px) {
  header .hd-area01 .hd-logo {
    width: 26%;
  }
}
@media screen and (min-width: 1280px) {
  header .hd-area01 .hd-logo {
    width: 382px;
  }
}
@media screen and (min-width: 768px) {
  header .hd-area01 div.hd-area01-inner {
    width: 60%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  header .hd-area01 div.hd-area01-inner {
    width: 657px;
  }
}
header .hd-area02 {
  background-color: #eceeee;
  padding: 25vw 5vw;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  header .hd-area02 {
    position: relative;
    z-index: 2;
    background-color: #f6f7f7;
    padding: 10px 0;
  }
}
header .hd-area02 .base-menu {
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  header .hd-area02 .base-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 2em;
  }
}
header .hd-area02 .base-menu a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  font-size: 4.52vw;
  font-weight: bold;
  line-height: 1.2em;
  font-family: "Zen Old Mincho", serif;
  padding: 0.6em 1em;
  box-sizing: border-box;
  margin-bottom: 5vw;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  header .hd-area02 .base-menu a {
    display: inline-block;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    font-size: 12px;
  }
  header .hd-area02 .base-menu a:hover {
    color: var(--clpurple01);
  }
}
@media screen and (min-width: 1000px) {
  header .hd-area02 .base-menu a {
    font-size: 14px;
  }
}
@media screen and (min-width: 1280px) {
  header .hd-area02 .base-menu a {
    font-size: 15px;
  }
}
header .hd-area02 .base-menu a .circle-arrow {
  background-color: var(--clpurple01);
}
@media screen and (min-width: 768px) {
  header .hd-area02 .base-menu a .circle-arrow {
    width: 22px;
    height: 22px;
  }
}
@media screen and (min-width: 768px) {
  header .hd-area02 .base-menu a .circle-arrow {
    display: none;
  }
}

/*=========================== フッター ===========================*/
footer {
  position: relative;
  background-color: #eceeee;
}

div.mega-menu {
  padding: 20vw 0;
}
@media screen and (min-width: 768px) {
  div.mega-menu {
    padding: 85px 0;
  }
}
div.mega-menu div.mega-menu-inner {
  width: 90%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-inner {
    max-width: 1100px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.mega-menu div.mega-menu-area01 {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area01 {
    width: 190px;
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area01 {
    width: 220px;
  }
}
@media screen and (min-width: 1280px) {
  div.mega-menu div.mega-menu-area01 {
    width: 245px;
  }
}
div.mega-menu div.mega-menu-area01 div.mega-menu-area01-logo01 {
  position: absolute;
  top: 0;
  left: 0;
  width: 19.8%;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-logo01 {
    position: relative;
    width: 66px;
    margin-bottom: 10%;
  }
}
div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner {
  width: 75%;
  margin: 0 0 0 auto;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner {
    width: 100%;
  }
}
div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner div.mega-menu-area01-logo03 {
  width: 84%;
  margin: 10% 0;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner div.mega-menu-area01-logo03 {
    margin: 20px 0 36px;
  }
}
div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner p {
  font-size: 0.82em;
  letter-spacing: 0;
  line-height: 1.8em;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner p {
    font-size: 10px;
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner p {
    font-size: 11px;
  }
}
@media screen and (min-width: 1280px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner p {
    font-size: 13px;
  }
}
div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner ul {
  display: flex;
  flex-wrap: wrap;
  gap: 5%;
  margin: 10% 0 15%;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner ul {
    gap: 8%;
    margin: 36px 0 0;
  }
}
div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner ul li {
  width: 14.6%;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner ul li {
    width: 32px;
  }
}
div.mega-menu div.mega-menu-area01 div.mega-menu-area01-inner ul li a {
  display: block;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 {
    width: calc(100% - 240px);
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area02 {
    width: calc(100% - 300px);
  }
}
@media screen and (min-width: 1280px) {
  div.mega-menu div.mega-menu-area02 {
    width: calc(100% - 350px);
  }
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap {
    width: 48%;
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap {
    width: 30%;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box {
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box {
    margin-bottom: 45px;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  background-color: #fff;
  font-size: 4.52vw;
  font-weight: bold;
  line-height: 1.2em;
  font-family: "Zen Old Mincho", serif;
  padding: 0.6em 1em;
  box-sizing: border-box;
  margin-bottom: 5vw;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt {
    font-size: 16px;
    margin-bottom: 20px;
    transition: all 0.3s;
  }
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt:hover {
    color: #fff;
    background-color: var(--clpurple01);
  }
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt:hover .circle-arrow {
    background-color: #fff;
  }
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt:hover .circle-arrow svg {
    fill: var(--clpurple01);
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt {
    font-size: 1.3vw;
  }
}
@media screen and (min-width: 1280px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt {
    font-size: 17px;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt .circle-arrow {
  background-color: var(--clpurple01);
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box a.category-txt .circle-arrow {
    border: solid 1px var(--clpurple01);
    width: 22px;
    height: 22px;
    transition: all 0.3s;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box div.list-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box div.list-wrap {
    display: block;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box div.list-wrap ul {
  width: 48%;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box div.list-wrap ul {
    width: 100%;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box div.list-wrap ul:nth-of-type(1)::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background-color: #d0cac6;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box div.list-wrap ul:nth-of-type(1)::after {
    content: none;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box ul {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box ul {
    margin-left: 18px;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box ul li {
  margin-bottom: 1em;
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box ul li a {
  display: block;
  font-size: 3.2vw;
  color: #4f4f4f;
  line-height: 1.2em;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box ul li a {
    font-size: 13px;
    transition: all 0.3s;
  }
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box ul li a:hover {
    color: var(--clpurple01);
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner01 div.category-box-wrap div.category-box ul li a {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 {
    border-top: solid 1px #d0cac6;
    padding-top: 20px;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0 2em;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul {
    gap: 0 1em;
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul {
    gap: 0 2em;
  }
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul li {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul li {
    font-size: 14px;
  }
}
div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul li a {
  color: #4f4f4f;
}
@media screen and (min-width: 768px) {
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul li a {
    transition: all 0.3s;
  }
  div.mega-menu div.mega-menu-area02 div.mega-menu-area02-inner02 ul li a:hover {
    color: var(--clpurple01);
  }
}

aside#aside {
  background-image: url(../../myimg/common/aside-bg.png);
  background-size: cover;
  background-position: center bottom;
  padding: 15vw 0;
}
@media screen and (min-width: 768px) {
  aside#aside {
    background-size: cover;
    padding: 64px 0 72px;
  }
}
aside#aside h3 {
  text-align: center;
  font-size: 11vw;
  margin-bottom: 10vw;
  line-height: 1em;
}
@media screen and (min-width: 768px) {
  aside#aside h3 {
    font-size: 41px;
    margin-bottom: 38px;
  }
}
aside#aside h3 span {
  display: block;
}
aside#aside h3 .txt01 {
  font-weight: 500;
  font-family: "Bacasime Antique", serif;
  margin-bottom: 0.2em;
}
aside#aside h3 .txt01 .small {
  font-size: 0.6em;
  display: inline-block;
  font-family: "Zen Old Mincho", serif;
}
aside#aside h3 .txt02 {
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  aside#aside h3 .txt02 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
aside#aside .link-wrap {
  width: 87.2%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  aside#aside .link-wrap {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 825px;
  }
}
aside#aside .link-wrap a {
  display: block;
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  aside#aside .link-wrap a {
    width: 47%;
    margin: 0;
  }
}

/*=========================== アコーディオン ===========================*/
.accordion-more-btn {
  cursor: pointer;
}
.accordion-more-btn .plus::before {
  transition: all 0.3s;
}
.accordion-more-btn.active .plus::before {
  transform: translate(-50%, -50%) rotate(90deg);
}

/*=========================== タブ切り替え ===========================*/
.switch-tab {
  cursor: pointer;
}

.switch-tab-cont {
  display: none;
}
.switch-tab-cont.active {
  display: block;
}

/*=========================== youtube ===========================*/
div.youtube-wrap {
  padding-top: 56.25%;
  width: 100%;
  position: relative;
}
div.youtube-wrap iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

/*=========================== 共通ボタン ===========================*/
a.base-btn, span.base-btn {
  position: relative;
  display: block;
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  text-align: center;
  border: solid 1px #111;
  padding: 1em 0;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  a.base-btn, span.base-btn {
    padding: 1.4em 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
    margin: auto;
  }
  a.base-btn.size250, span.base-btn.size250 {
    width: 250px;
  }
  a.base-btn.size282, span.base-btn.size282 {
    width: 282px;
  }
  a.base-btn.size310, span.base-btn.size310 {
    width: 310px;
  }
  a.base-btn.size360, span.base-btn.size360 {
    width: 360px;
  }
  a.base-btn.size430, span.base-btn.size430 {
    width: 430px;
  }
  a.base-btn.size500, span.base-btn.size500 {
    width: 500px;
  }
}
a.base-btn.zenkakugothic, span.base-btn.zenkakugothic {
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  a.base-btn.zenkakugothic, span.base-btn.zenkakugothic {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
a.base-btn.line, span.base-btn.line {
  border: solid 1px #34BE34;
}
a.base-btn.line span.arrow svg, span.base-btn.line span.arrow svg {
  stroke: #34BE34;
}
a.base-btn.music, span.base-btn.music {
  border: solid 1px var(--clmusic01);
}
a.base-btn.music span.arrow svg, span.base-btn.music span.arrow svg {
  stroke: var(--clmusic01);
}
a.base-btn.music02, span.base-btn.music02 {
  background-image: linear-gradient(150deg, #FFF8FD 10%, #FDC1F7 90%);
}
a.base-btn.music03, span.base-btn.music03 {
  background-image: linear-gradient(150deg, #FFF8FD 10%, #E3AFF1 90%);
}
a.base-btn.sports, span.base-btn.sports {
  border: solid 1px var(--clsports01);
}
a.base-btn.sports span.arrow svg, span.base-btn.sports span.arrow svg {
  stroke: #344D78;
}
a.base-btn.sports02, span.base-btn.sports02 {
  border: solid 1px var(--clsports01);
  background-image: linear-gradient(150deg, rgb(255, 255, 255) 10%, rgb(183, 225, 255) 90%);
}
a.base-btn.sports02 span.arrow svg, span.base-btn.sports02 span.arrow svg {
  stroke: #344D78;
}
a.base-btn.sports03, span.base-btn.sports03 {
  border: solid 1px var(--clsports01);
  background-image: linear-gradient(150deg, rgb(238, 245, 251) 10%, rgb(175, 207, 245) 90%);
}
a.base-btn.sports03 span.arrow svg, span.base-btn.sports03 span.arrow svg {
  stroke: #344D78;
}
a.base-btn.gradsch, span.base-btn.gradsch {
  border: solid 1px var(--clsports01);
  background-image: linear-gradient(150deg, #FBFBFB 10%, #D0C5D4 90%);
}
a.base-btn.gradsch span.arrow svg, span.base-btn.gradsch span.arrow svg {
  stroke: #344D78;
}
a.base-btn.food, span.base-btn.food {
  border: solid 1px var(--clfood01);
}
a.base-btn.food span.arrow svg, span.base-btn.food span.arrow svg {
  stroke: var(--clfood01);
}
a.base-btn.food02, span.base-btn.food02 {
  background-image: linear-gradient(150deg, #FFFAE3 10%, #F5E6A8 90%);
}
a.base-btn.food03, span.base-btn.food03 {
  background-image: linear-gradient(150deg, #FFEFE0 10%, #FCCBA0 90%);
}
a.base-btn.jrcol, span.base-btn.jrcol {
  border: solid 1px var(--cljrcol01);
}
a.base-btn.jrcol span.arrow svg, span.base-btn.jrcol span.arrow svg {
  stroke: var(--cljrcol01);
}
a.base-btn.jrcol02, span.base-btn.jrcol02 {
  background-image: linear-gradient(150deg, #F4F4F4 10%, #B9C1D3 90%);
}
a.base-btn.jrcol03, span.base-btn.jrcol03 {
  background-image: linear-gradient(150deg, #F6FAFD 10%, #ACBCCE 90%);
}
a.base-btn.childhood, span.base-btn.childhood {
  border: solid 1px var(--clchildhood01);
}
a.base-btn.childhood span.arrow svg, span.base-btn.childhood span.arrow svg {
  stroke: var(--clchildhood01);
}
a.base-btn.childhood02, span.base-btn.childhood02 {
  background-image: linear-gradient(150deg, #FFFCFE 10%, #FED5EB 90%);
}
a.base-btn.childhood03, span.base-btn.childhood03 {
  background-image: linear-gradient(150deg, #FFFCFE 10%, #DC9EB4 90%);
}
a.base-btn.purple01, span.base-btn.purple01 {
  background: var(--clpurple01);
  color: #fff;
}
a.base-btn.purple01 span.arrow svg, span.base-btn.purple01 span.arrow svg {
  stroke: #fff;
}
a.base-btn.purple01-borber, span.base-btn.purple01-borber {
  border: solid 1px var(--clpurple01);
}
a.base-btn.purple01-borber span.arrow svg, span.base-btn.purple01-borber span.arrow svg {
  stroke: #fff;
}
a.base-btn.purple01-borber02, span.base-btn.purple01-borber02 {
  border: solid 1px var(--clpurple01);
}
a.base-btn.purple01-borber02 span.arrow svg, span.base-btn.purple01-borber02 span.arrow svg {
  stroke: var(--clpurple01);
}
a.base-btn.gray02, span.base-btn.gray02 {
  border: solid 1px var(--clgray02);
}
a.base-btn.gray02 span.arrow svg, span.base-btn.gray02 span.arrow svg {
  stroke: var(--clgray02);
}
a.base-btn.white, span.base-btn.white {
  background: #fff;
}
a.base-btn.border-none, span.base-btn.border-none {
  border: none;
}
a.base-btn.left, span.base-btn.left {
  text-align: left;
}
a.base-btn.left span.txt, span.base-btn.left span.txt {
  margin-left: 0;
  padding-left: 3em;
}
a.base-btn.arrow-none span.txt, span.base-btn.arrow-none span.txt {
  margin-left: 0;
}
a.base-btn span, span.base-btn span {
  display: block;
}
a.base-btn span.txt, span.base-btn span.txt {
  margin-left: -2em;
}
a.base-btn span.txt.pdf-txt, span.base-btn span.txt.pdf-txt {
  text-decoration: none;
}
a.base-btn span.txt.pdf-txt::after, span.base-btn span.txt.pdf-txt::after {
  top: 0.16em;
}
a.base-btn span.txt .small, span.base-btn span.txt .small {
  font-size: 0.7em;
}
a.base-btn span.txt .gray, span.base-btn span.txt .gray {
  color: #A5A5A5;
}
a.base-btn span.txt .inline, span.base-btn span.txt .inline {
  display: inline;
}
a.base-btn span.txt .mr-l, span.base-btn span.txt .mr-l {
  margin-left: 1em;
}
a.base-btn span.arrow, span.base-btn span.arrow {
  position: absolute;
  height: 0.4em;
  top: 50%;
  right: 4.4%;
  transform: translate(0, -50%);
}
a.base-btn span.arrow svg, span.base-btn span.arrow svg {
  stroke: #111;
  display: block;
}

/*=========================== 丸矢印 ===========================*/
.circle-arrow {
  display: inline-block;
  width: 7.6vw;
  height: 7.6vw;
  border: solid 1px #fff;
  border-radius: 50em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .circle-arrow {
    width: 35px;
    height: 35px;
  }
}
.circle-arrow svg {
  display: block;
  fill: #fff;
  width: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/*=========================== 外部 テキスト ===========================*/
.external-txt {
  display: inline-block !important;
  position: relative;
  text-decoration: underline;
  padding-right: 1.4em;
}
.external-txt::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../../myimg/common/icon-external.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
}

/*=========================== 別タブ テキスト ===========================*/
.separate-tab-txt {
  display: inline-block !important;
  position: relative;
  padding-right: 1.6em;
  text-decoration: underline;
}
.separate-tab-txt::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-image: url("../../myimg/common/icon-separate-tab.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.4em;
  right: 0.2em;
}
.separate-tab-txt.line-none {
  text-decoration: none;
}

/*=========================== PDF テキスト ===========================*/
.pdf-txt {
  display: inline-block !important;
  position: relative;
  padding-right: 1.6em;
  text-decoration: underline;
}
.pdf-txt::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../../myimg/common/icon-pdf.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3em;
  right: 0.2em;
}

/*=========================== DL テキスト ===========================*/
.dl-txt {
  display: inline-block !important;
  position: relative;
  padding-right: 1.6em;
  text-decoration: underline;
}
.dl-txt::after {
  content: "";
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  background-image: url("../../myimg/common/icon-dl.svg");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 0.3em;
  right: 0.2em;
}

/*=========================== パンくずリスト ===========================*/
div.pan-list-area {
  width: 92%;
  margin: auto;
  padding: 5vw 0;
}
@media screen and (min-width: 768px) {
  div.pan-list-area {
    padding: 35px 0;
  }
}
div.pan-list-area ul {
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  div.pan-list-area ul {
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
div.pan-list-area ul li {
  display: inline-block;
  margin-bottom: 0.2em;
}
div.pan-list-area ul li a {
  padding-right: 1.4em;
  position: relative;
  color: var(--clgray02);
}
div.pan-list-area ul li a::after {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 1px var(--clgray02);
  border-right: solid 1px var(--clgray02);
  position: absolute;
  right: 0.4em;
  top: 0.5em;
  transform: rotate(45deg);
}

/*=========================== お知らせ ===========================*/
.newslist-box {
  border-radius: 10px;
  overflow: hidden;
  isolation: isolate;
  border: solid 1px var(--clgray01);
  box-sizing: border-box;
  background: #fff;
}
.newslist-box .newslist-img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 40vw;
}
@media screen and (min-width: 768px) {
  .newslist-box .newslist-img img {
    height: 145px;
  }
}
.newslist-box div.newslist-txtbox {
  box-sizing: border-box;
  padding: 5vw;
}
@media screen and (min-width: 768px) {
  .newslist-box div.newslist-txtbox {
    padding: 25px 20px;
  }
}
.newslist-box div.newslist-txtbox .newslist-txt {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  .newslist-box div.newslist-txtbox .newslist-txt {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
.newslist-box div.newslist-txtbox time {
  display: block;
  text-align: right;
  color: #898989;
  font-size: 4.26vw;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-top: 1em;
}
@media screen and (min-width: 768px) {
  .newslist-box div.newslist-txtbox time {
    font-size: 16px;
  }
}

/*=========================== ページネーション ===========================*/
.pagination-nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.2em;
}
.pagination-nav ul li a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  border-radius: 50em;
  line-height: 1em;
  letter-spacing: 0;
  width: 8.1vw;
  height: 8.1vw;
  font-size: 4vw;
}
@media screen and (min-width: 768px) {
  .pagination-nav ul li a {
    width: 29px;
    height: 29px;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    line-height: 0.8em;
    letter-spacing: 0;
  }
}
.pagination-nav ul li.active a {
  background: #D9D9D9;
}
.pagination-nav ul li.prev, .pagination-nav ul li.next {
  position: relative;
}
.pagination-nav ul li.prev::before, .pagination-nav ul li.next::before {
  content: "";
  width: 0.5em;
  height: 0.5em;
  border-top: solid 0.1em #000;
  border-right: solid 0.1em #000;
  position: absolute;
  top: 35%;
  transform: rotate(-135deg);
}
.pagination-nav ul li.prev::before {
  left: 40%;
}
.pagination-nav ul li.next::before {
  right: 40%;
  transform: rotate(45deg);
}

/*=========================== 下層ページ ベース ===========================*/
.lower-page {
  padding: 10vw 0 20vw;
}
@media screen and (min-width: 768px) {
  .lower-page {
    padding: 60px 0 150px;
  }
}
.lower-page .lower-page-inner {
  width: 82%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .lower-page .lower-page-inner {
    width: 92%;
    max-width: 900px;
  }
}
@media screen and (min-width: 768px) {
  .lower-page .lower-page-inner.w1100 {
    max-width: 1100px;
  }
}
@media screen and (min-width: 768px) {
  .lower-page .lower-page-inner.w800 {
    max-width: 800px;
  }
}

.lower-page-base-box01 {
  padding: 12% 10%;
  background-color: var(--clgray05);
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .lower-page-base-box01 {
    padding: 50px 52px;
  }
}
.lower-page-base-box01.food {
  background-color: var(--clfood03);
}
.lower-page-base-box01.childhood {
  background-color: var(--clchildhood02);
}
.lower-page-base-box01.sports {
  background-color: var(--clsports02);
}
.lower-page-base-box01.jrcol {
  background-color: var(--cljrcol02);
}
.lower-page-base-box01.gray03 {
  background-color: var(--clgray03);
}

.lower-page-title01 {
  font-size: 6.66vw;
  font-weight: 500;
  line-height: 1.2em;
  font-family: "Zen Old Mincho", serif;
  width: 82%;
  margin: auto;
  margin-bottom: 10vw;
}
@media screen and (min-width: 768px) {
  .lower-page-title01 {
    font-size: 35px;
    line-height: 1.2em;
    font-weight: 500;
    font-family: "Zen Old Mincho", serif;
    margin-bottom: 2.4em;
    width: 92%;
  }
}

.lower-page-title02 {
  font-size: 4.26vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
  border-bottom: solid 1px #111;
  padding-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  .lower-page-title02 {
    font-size: 20px;
    font-weight: 900;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}

.lower-page-title03 {
  font-size: 3.73vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  background-color: var(--clgray04);
  color: #fff;
  margin-bottom: 1.2em;
  box-sizing: border-box;
  padding: 0.4em 1em;
  position: relative;
}
@media screen and (min-width: 768px) {
  .lower-page-title03 {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
.lower-page-title03.accordion-more-btn {
  padding-right: 2em;
}
.lower-page-title03.white {
  background-color: #fff;
  color: #000;
}
.lower-page-title03.gray05 {
  background-color: var(--clgray05);
  color: #000;
}
.lower-page-title03.purple02 {
  background-color: var(--clpurple02);
  color: #000;
}
.lower-page-title03.gradsch {
  background-color: var(--clgradsch01);
}
.lower-page-title03.music {
  background-color: var(--clmusic01);
}
.lower-page-title03.food {
  background-color: var(--clfood01);
}
.lower-page-title03.childhood {
  background-color: var(--clchildhood01);
}
.lower-page-title03.sports {
  background-color: var(--clsports01);
}
.lower-page-title03.jrcol {
  background-color: var(--cljrcol01);
}
.lower-page-title03.center {
  text-align: center;
}
.lower-page-title03 .small {
  font-size: 0.72em;
  margin-left: 1em;
  font-weight: 400;
}
.lower-page-title03 .small.mr-left-none {
  margin-left: 0;
}
.lower-page-title03 .red {
  color: var(--clred01);
}
.lower-page-title03 .purple {
  color: var(--clpurple01);
}
.lower-page-title03 .plus {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
.lower-page-title03 .plus::after, .lower-page-title03 .plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.lower-page-title03 .plus::after {
  width: 100%;
  height: 1px;
}
.lower-page-title03 .plus::before {
  width: 1px;
  height: 100%;
}
.lower-page-title03 .plus.purple01::after, .lower-page-title03 .plus.purple01::before {
  background: var(--clpurple01);
}

.lower-page-acd-title01 {
  background-color: var(--clgray05);
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  padding: 1em 3em 1em 1em;
  font-size: 3.73vw;
  font-weight: 600;
  line-height: 1.6em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  .lower-page-acd-title01 {
    padding: 25px 50px 25px 25px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.6em;
    font-family: "Zen Old Mincho", serif;
  }
}
.lower-page-acd-title01 .plus {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translate(0, -50%);
}
.lower-page-acd-title01 .plus::after, .lower-page-acd-title01 .plus::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--clpurple01);
}
.lower-page-acd-title01 .plus::after {
  width: 100%;
  height: 1px;
}
.lower-page-acd-title01 .plus::before {
  width: 1px;
  height: 100%;
}
.lower-page-acd-title01 .plus.purple01::after, .lower-page-acd-title01 .plus.purple01::before {
  background: var(--clpurple01);
}

.left-line {
  padding-left: 8vw;
  position: relative;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .left-line {
    padding-left: 25px;
  }
}
.left-line::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.64em;
  left: 0;
  width: 5vw;
  height: 1.2vw;
  background: var(--clpurple01);
}
@media screen and (min-width: 768px) {
  .left-line::after {
    top: 0.7em;
    width: 16px;
    height: 3px;
  }
}
.left-line.gradsch::after {
  background-color: var(--clgradsch01);
}
.left-line.music::after {
  background: var(--clmusic01);
}
.left-line.food::after {
  background-color: var(--clfood01);
}
.left-line.childhood::after {
  background-color: var(--clchildhood01);
}
.left-line.sports::after {
  background-color: var(--clsports01);
}
.left-line.jrcol::after {
  background-color: var(--cljrcol01);
}

.left-dots {
  padding-left: 1.2em;
  position: relative;
  box-sizing: border-box;
}
.left-dots::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.35em;
  left: 0;
  width: 2.5vw;
  height: 2.5vw;
  background: #D9D9D9;
  border-radius: 50em;
}
@media screen and (min-width: 768px) {
  .left-dots::after {
    top: 0.5em;
    width: 8px;
    height: 8px;
  }
}
.left-dots.purple01::after {
  background-color: var(--clpurple01);
}
.left-dots.purple02::after {
  background-color: var(--clpurple02);
}
.left-dots.gradsch::after {
  background-color: var(--clgradsch01);
}
.left-dots.music::after {
  background: var(--clmusic01);
}
.left-dots.food::after {
  background-color: var(--clfood01);
}
.left-dots.food03::after {
  background-color: var(--clfood03);
}
.left-dots.childhood::after {
  background-color: var(--clchildhood01);
}
.left-dots.childhood02::after {
  background-color: var(--clchildhood02);
}
.left-dots.sports::after {
  background-color: var(--clsports01);
}
.left-dots.jrcol::after {
  background-color: var(--cljrcol01);
}
.left-dots.jrcol02::after {
  background-color: var(--cljrcol02);
}

/*======================================== お知らせ詳細 ========================================*/
section.sec-newssingle div.title-wrap {
  border-bottom: solid 6px var(--clgray05);
  padding-bottom: 7vw;
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.title-wrap {
    border-bottom: solid 8px var(--clgray05);
    padding-bottom: 37px;
    margin-bottom: 65px;
  }
}
section.sec-newssingle div.title-wrap time {
  display: block;
  font-size: 4.26vw;
  font-weight: 500;
  font-family: "Barlow Semi Condensed", sans-serif;
  margin-bottom: 0.8em;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.title-wrap time {
    font-size: 16px;
  }
}
section.sec-newssingle div.title-wrap h1 {
  color: var(--clpurple01);
  font-size: 5.33vw;
  font-weight: 600;
  line-height: 1.4em;
  font-family: "Zen Old Mincho", serif;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.title-wrap h1 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2em;
    font-family: "Zen Old Mincho", serif;
  }
}
section.sec-newssingle div.title-wrap div.category-tag-wrap {
  margin-top: 2vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.title-wrap div.category-tag-wrap {
    margin-top: 10px;
  }
}
section.sec-newssingle div.title-wrap div.category-tag-wrap .category-tag {
  display: inline-block;
  border: solid 1px var(--clgray01);
  line-height: 1.2em;
  padding: 0.32em 1.2em;
  font-size: 3.2vw;
  font-weight: 400;
  line-height: 1.2em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  border-radius: 50em;
  margin-right: 1vw;
  margin-bottom: 1vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.title-wrap div.category-tag-wrap .category-tag {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    padding: 0.2em 1.2em;
    margin-right: 5px;
    margin-bottom: 5px;
  }
}
section.sec-newssingle div.schedule-area {
  border: solid 2px var(--clpurple01);
  box-sizing: border-box;
  padding: 10vw 8vw;
  margin-bottom: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.schedule-area {
    padding: 70px;
    max-width: 700px;
    margin: 0 auto 90px;
  }
}
section.sec-newssingle div.schedule-area ul li {
  border-bottom: solid 1px var(--clgray01);
  padding: 5vw 0;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.schedule-area ul li {
    padding: 30px 0;
  }
}
section.sec-newssingle div.schedule-area ul li:first-child {
  padding-top: 0;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.schedule-area ul li dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
section.sec-newssingle div.schedule-area ul li dl dt {
  font-size: 4.26vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.schedule-area ul li dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    width: 170px;
    margin: 0;
  }
}
section.sec-newssingle div.schedule-area ul li dl dd {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.schedule-area ul li dl dd {
    width: calc(100% - 180px);
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-newssingle div.newssingle-slide-wrap {
  box-sizing: border-box;
  position: relative;
  margin-bottom: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.newssingle-slide-wrap {
    padding: 0 45px;
    margin-bottom: 90px;
  }
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-button-prev, section.sec-newssingle div.newssingle-slide-wrap .swiper-button-next {
  background-color: var(--clgray04);
  border-radius: 50em;
  top: auto;
  bottom: 0;
  width: 7vw;
  height: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.newssingle-slide-wrap .swiper-button-prev, section.sec-newssingle div.newssingle-slide-wrap .swiper-button-next {
    width: 30px;
    height: 30px;
    bottom: auto;
    top: 50%;
  }
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-button-prev::after, section.sec-newssingle div.newssingle-slide-wrap .swiper-button-next::after {
  content: none;
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-button-prev::before, section.sec-newssingle div.newssingle-slide-wrap .swiper-button-next::before {
  content: "";
  width: 0.4em;
  height: 0.4em;
  border-top: solid 0.1em #fff;
  border-right: solid 0.1em #fff;
  position: absolute;
  top: 38%;
  left: 41%;
  transform: rotate(-135deg);
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-button-prev {
  left: 0;
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-button-next {
  right: 0;
  transform: rotate(180deg);
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-pagination {
  position: relative;
  width: auto;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  margin-top: 5vw;
  width: 75%;
  margin: auto;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.newssingle-slide-wrap .swiper-pagination {
    margin-top: 30px;
  }
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-pagination .swiper-pagination-bullet {
  opacity: 1;
  border: solid 1px var(--clgray02);
  width: 2vw;
  height: 2vw;
  margin: 1vw;
  box-sizing: border-box;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.newssingle-slide-wrap .swiper-pagination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 5px;
  }
}
section.sec-newssingle div.newssingle-slide-wrap .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--clgray02);
}
section.sec-newssingle div.newssingle-slide-wrap div.newssingle-slide {
  overflow: hidden;
}
section.sec-newssingle div.newssingle-slide-wrap div.newssingle-slide div.newssingle-slide-img {
  margin-bottom: 7vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.newssingle-slide-wrap div.newssingle-slide div.newssingle-slide-img {
    margin-bottom: 37px;
  }
}
section.sec-newssingle div.newssingle-slide-wrap div.newssingle-slide div.newssingle-slide-img img {
  -o-object-fit: contain;
     object-fit: contain;
  height: 70vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.newssingle-slide-wrap div.newssingle-slide div.newssingle-slide-img img {
    height: 500px;
  }
}
section.sec-newssingle div.newssingle-slide-wrap div.newssingle-slide p.newssingle-slide-txt {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle div.newssingle-slide-wrap div.newssingle-slide p.newssingle-slide-txt {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-newssingle .newssingle-txtarea {
  font-size: 3.73vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .newssingle-txtarea {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
  }
}
section.sec-newssingle .newssingle-txtarea h1, section.sec-newssingle .newssingle-txtarea h2, section.sec-newssingle .newssingle-txtarea h3, section.sec-newssingle .newssingle-txtarea h4.h5, section.sec-newssingle .newssingle-txtarea p, section.sec-newssingle .newssingle-txtarea table {
  margin-bottom: 1em;
}
section.sec-newssingle .newssingle-txtarea ul {
  margin-bottom: 1.4em;
}
section.sec-newssingle .newssingle-txtarea h3 {
  border-bottom: solid 4px var(--clpurple02);
  padding-bottom: 0.8em;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.5em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .newssingle-txtarea h3 {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.5em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  }
}
section.sec-newssingle .newssingle-txtarea ul li {
  padding-left: 1.2em;
  position: relative;
  box-sizing: border-box;
}
section.sec-newssingle .newssingle-txtarea ul li::after {
  content: "";
  display: block;
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 2vw;
  height: 2vw;
  background: var(--clgray02);
  border-radius: 50em;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .newssingle-txtarea ul li::after {
    top: 0.7em;
    width: 6px;
    height: 6px;
  }
}
section.sec-newssingle .newssingle-txtarea table th, section.sec-newssingle .newssingle-txtarea table td {
  border: 1px solid var(--clgray01);
  vertical-align: top;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0.4em 1em;
}
section.sec-newssingle .newssingle-txtarea table th {
  text-align: center;
  background-color: var(--clgray05);
}
section.sec-newssingle .contact-area {
  position: relative;
  padding: 10vw 0;
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .contact-area {
    padding: 40px 0;
    margin-top: 90px;
  }
}
section.sec-newssingle .contact-area::after, section.sec-newssingle .contact-area::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: var(--clgray02);
  left: 0;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .contact-area::after, section.sec-newssingle .contact-area::before {
    width: 213px;
    left: 0;
    right: 0;
    margin: auto;
  }
}
section.sec-newssingle .contact-area::after {
  top: 0;
}
section.sec-newssingle .contact-area::before {
  bottom: 0;
}
section.sec-newssingle .contact-area dl {
  margin-bottom: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .contact-area dl {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }
}
section.sec-newssingle .contact-area dl:last-child {
  margin-bottom: 0;
}
section.sec-newssingle .contact-area dl dt {
  font-size: 4.26vw;
  font-weight: bold;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: center;
  margin-bottom: 0.4em;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .contact-area dl dt {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: left;
    width: 120px;
  }
}
section.sec-newssingle .contact-area dl dd {
  font-size: 4.26vw;
  font-weight: 400;
  line-height: 1.8em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
  text-align: justify;
  word-break: break-all;
  text-align: center;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .contact-area dl dd {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    text-align: justify;
    word-break: break-all;
    width: 300px;
  }
}
section.sec-newssingle .small-btn-wrap {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0.6em;
  margin-top: 15vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .small-btn-wrap {
    margin-top: 90px;
  }
}
section.sec-newssingle .small-btn-wrap .small-btn {
  display: inline-block;
  padding: 1vw 6vw;
  border-radius: 50em;
  color: #fff;
  font-size: 4.26vw;
  font-weight: 500;
  line-height: 1.4em;
  font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .small-btn-wrap .small-btn {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.4em;
    font-family: "YakuHanJP", "Zen Kaku Gothic New", "Noto Sans JP", sans-serif;
    padding: 4px 21px;
  }
}
section.sec-newssingle .small-btn-wrap .small-btn.x {
  background-color: #000;
}
section.sec-newssingle .small-btn-wrap .small-btn .icon {
  display: inline-block;
  width: 1em;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .small-btn-wrap .small-btn .icon {
    width: 16px;
  }
}
section.sec-newssingle .small-btn-wrap .small-btn .txt {
  vertical-align: 0.1em;
}
section.sec-newssingle .base-btn {
  margin-top: 20vw;
}
@media screen and (min-width: 768px) {
  section.sec-newssingle .base-btn {
    margin-top: 94px;
  }
}

/**フォームのボタン用*/
.mfp_err {
  display: none;
}

div.mfp_err {
  color: #F00;
}

div.mfp_buttons button {
  display: block;
  width: 300px;
  background: #FFF;
  text-align: center;
}
div.mfp_buttons button.mfp_button_cancel {
  background: #ccc;
  color: #898989;
}/*# sourceMappingURL=common.css.map */