@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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;
}

body {
  line-height: 1;
}

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;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*==================================
// ベース
-----------------------------------*/
html {
  font-size: 62.5%;
  font-family: 'M PLUS Rounded 1c', -apple-system, 'BlinkMacSystemFont', "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "游ゴシック",  YuGothic, "メイリオ", "Meiryo", sans-serif;
  /*scroll-behavior: smooth;*/
}

body, html {
  width: 100%;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  background-color: #fff;
  color: #5a5a5a;
  font-size: 18px;
  font-size: 1.8rem;
}

img {
  vertical-align: bottom;
}

/*==================================
// コンンテンツ
-----------------------------------*/
#Pagetop {
  position: relative;
  top: 0;
}

.p-main {
  margin: 0 auto;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
  background: url("../img/main_bg.jpg?v=1024") no-repeat top center;
}

.p-main .event-bnr {
  margin-top: 60px;
}

.p-main .event-bnr a:hover {
  opacity: .5;
}

.p-main h1 {
  width: 437px;
  margin: 0 auto;
  padding: 70px 0 30px 0;
}

.p-main h1 img {
  width: 100%;
}

.p-main .boshu {
  font-size: 63px;
  font-weight: 700;
  line-height: 63px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-main .boshu span {
  display: block;
  height: 101px;
  width: 101px;
  border-radius: 101px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 4px;
}

.p-main .boshu span:nth-child(1) {
  background-color: #E9536B;
}

.p-main .boshu span:nth-child(2) {
  background-color: #60C1BD;
}

.p-main .boshu span:nth-child(3) {
  background-color: #ED731E;
}

.p-main .boshu span:nth-child(4) {
  background-color: #9CC93A;
}

.p-main h2 {
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  color: #595656;
  padding: 40px 0 20px 0;
}

.p-main p:not(.boshu) {
  font-size: 16px;
  font-weight: 700;
}

.p-main p:not(.boshu) em {
  font-style: normal;
  background-color: #FFF600;
  color: #e9536b;
}

.p-main__balloon {
  list-style: none;
  position: relative;
  left: 50%;
}

.p-main__balloon li:nth-child(1) img {
  top: 70px;
  left: -400px;
}

.p-main__balloon li:nth-child(2) img {
  top: 220px;
  left: -515px;
}

.p-main__balloon li:nth-child(3) img {
  top: 425px;
  left: -605px;
}

.p-main__balloon li:nth-child(4) img {
  top: 585px;
  left: -510px;
}

.p-main__balloon li:nth-child(5) img {
  top: 70px;
  left: 610px;
}

.p-main__balloon li:nth-child(6) img {
  top: 180px;
  left: 400px;
}

.p-main__balloon li:nth-child(7) img {
  top: 380px;
  left: 520px;
}

.p-main__balloon li:nth-child(8) img {
  top: 635px;
  left: 575px;
}

.p-main__balloon li img {
  position: absolute;
}

.p-news {
  background: url(../img/bg-news.png) repeat-x;
  height: 170px;
  margin: 35px 0 0 0;
}

.p-news__inner {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.p-news div:nth-child(1) p {
  color: #412912;
  font-size: 16px;
  text-align: center;
  font-weight: 800;
  margin: 10px 0 0 0;
  line-height: 18px;
}

.p-news div:nth-child(2) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 8px 0 0 0;
}

.p-news div:nth-child(2) img:nth-child(1) {
  margin-right: 10px;
}

.c-section {
  text-align: center;
  padding: 110px 0 110px 0;
  color: #fff;
}

.c-section h2 {
  font-size: 36px;
  text-align: center;
  padding: 0 0 40px 0;
}

.c-section p {
  line-height: 36px;
}

.c-section__inner {
  width: 920px;
  margin: 0 auto;
}

.c-section#Feature {
  background-color: #9CC93A;
}

.c-section#Feature ol {
  width: 1000px;
  margin: 0 auto;
  list-style: none;
  padding-bottom: 830px;
  position: relative;
}

.c-section#Feature ol li {
  height: 300px;
  width: 300px;
  border-radius: 300px;
  position: absolute;
}

.c-section#Feature ol li:before {
  font-weight: 800;
  font-size: 36px;
  line-height: 56px;
  border-radius: 56px;
  background-color: #fff;
  height: 56px;
  width: 56px;
  display: block;
  margin: 0 auto;
  position: relative;
  top: 20px;
}

.c-section#Feature ol li:nth-child(1) {
  top: 270px;
  left: 0;
  background-color: #F6947D;
}

.c-section#Feature ol li:nth-child(1):before {
  content: "1";
  color: #F6947D;
}

.c-section#Feature ol li:nth-child(2) {
  top: 170px;
  left: 350px;
  background-color: #C490BF;
}

.c-section#Feature ol li:nth-child(2):before {
  content: "2";
  color: #C490BF;
}

.c-section#Feature ol li:nth-child(3) {
  top: 70px;
  left: 710px;
  background-color: #E9536B;
}

.c-section#Feature ol li:nth-child(3):before {
  content: "3";
  color: #E9536B;
}

.c-section#Feature ol li:nth-child(4) {
  top: 510px;
  left: 260px;
  background-color: #F5A100;
}

.c-section#Feature ol li:nth-child(4):before {
  content: "4";
  color: #F5A100;
}

.c-section#Feature ol li:nth-child(5) {
  top: 410px;
  left: 620px;
  background-color: #ED6D00;
}

.c-section#Feature ol li:nth-child(5):before {
  content: "5";
  color: #ED6D00;
}

.c-section#Feature ol li dl {
  padding: 30px 0 0 0;
}

.c-section#Feature ol li dl dt {
  font-size: 20px;
  line-height: 27px;
  font-weight: 700;
}

.c-section#Feature ol li dl dd {
  font-size: 15px;
  padding: 10px 0 0 0;
}

.c-section#Feature ol li dl dd p {
  line-height: 24px;
}

.c-section#Feature .feature__illust {
  position: relative;
  top: 0;
}

.c-section#Feature .feature__illust li {
  position: absolute;
  top: 0;
  left: 50%;
  list-style: none;
}

.c-section#Feature .feature__illust li:nth-child(1) img {
  left: -750px;
  top: -50px;
}

.c-section#Feature .feature__illust li:nth-child(2) img {
  left: -460px;
  top: 230px;
}

.c-section#Feature .feature__illust li:nth-child(3) img {
  left: -600px;
  top: 430px;
}

.c-section#Feature .feature__illust li:nth-child(4) img {
  left: -120px;
  top: 260px;
}

.c-section#Feature .feature__illust li:nth-child(5) img {
  left: 120px;
  top: 285px;
}

.c-section#Feature .feature__illust li:nth-child(6) img {
  left: 620px;
  top: 480px;
}

.c-section#Feature .feature__illust li:nth-child(7) img {
  left: 480px;
  top: 685px;
}

.c-section#Feature .feature__illust li:nth-child(8) img {
  left: -460px;
  top: 790px;
}

.c-section#Feature .feature__illust li:nth-child(9) img {
  left: -550px;
  top: 910px;
}

.c-section#Feature .feature__illust li:nth-child(10) img {
  left: 440px;
  top: 890px;
}

.c-section#Feature .feature__illust li:nth-child(11) img {
  left: -350px;
  top: 220px;
}

.c-section#Feature .feature__illust li img {
  position: absolute;
}

.c-section#Schedule {
  background-color: #60C1BD;
}

.c-section#About {
  background-color: #ECA400;
}

.c-section#Access {
  background-color: #ED6D00;
}

.c-section#Access section {
  width: 460px;
  background-color: #fff;
  border-radius: 20px;
  box-sizing: border-box;
  font-weight: 700;
  padding: 25px 0;
  margin-top: 70px;
}

.c-section#Access section:nth-child(1) div {
  position: relative;
}

.c-section#Access section:nth-child(1) div:before {
  content: '';
  display: block;
  width: 119px;
  height: 119px;
  background: url(../img/access-1.png) no-repeat;
  position: absolute;
  top: -40px;
  left: -20px;
}

.c-section#Access section:nth-child(2) div {
  position: relative;
}

.c-section#Access section:nth-child(2) div:before {
  content: '';
  display: block;
  width: 119px;
  height: 119px;
  background: url(../img/access-2.png) no-repeat;
  position: absolute;
  top: -40px;
  left: -20px;
}

.c-section#Access section p {
  color: #333333;
  text-align: center;
  font-size: 18px;
  padding: 20px 0;
}

.c-section#Access section a {
  display: block;
  color: #fff;
  text-align: center;
  background-color: #ED6D00;
  width: 372px;
  margin: 0 auto;
  box-sizing: border-box;
  border-radius: 60px;
  text-decoration: none;
  padding: 15px;
}

.c-section#Access section a span {
  position: relative;
  left: -15px;
}

.c-section#Access section a span:after {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  background: url(../img/link-arrow.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -25px;
  top: 8px;
}

.c-section#Contact {
  background-color: #60C1BD;
}

.c-section#Contact section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 900px;
  margin: 70px auto;
}

.c-section#Contact section div {
  width: 400px;
}

.c-section#Contact section div h3 {
  font-size: 21px;
  border-bottom: solid 2px #fff;
  padding-bottom: 12px;
  text-align: left;
  margin-bottom: 40px;
}

.c-section#Contact section:nth-child(1) div {
  margin: 0 40px 0 0;
}

.accees {
  width: 960px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.contact .tel {
  font-weight: 700;
  font-size: 40px;
  margin-top: -10px;
  position: relative;
  text-indent: 60px;
}

.contact .tel:before {
  content: '';
  display: block;
  background: url(../img/free.png) no-repeat;
  width: 51px;
  height: 34px;
  background-size: cover;
  position: absolute;
}

.contact p {
  text-align: left;
  text-indent: 60px;
}

.c-button {
  background-color: #fff;
  text-decoration: none;
  padding: 10px 60px;
  font-size: 21px;
  border-radius: 30px;
  font-weight: 700;
}

.c-button__type-contact {
  color: #60C1BD;
}

.c-button__type-contact span {
  position: relative;
}

.c-button__type-contact span:after {
  content: '';
  display: block;
  width: 8px;
  height: 10px;
  background: url(../img/link-arrow2.png) no-repeat;
  background-size: cover;
  position: absolute;
  right: -25px;
  top: 10px;
}

.c-button__type-pagetop {
  background-color: #fff;
  border-radius: 111px;
  display: block;
  width: 111px;
  height: 111px;
  margin: 0 auto;
  position: relative;
  margin-top: -85px;
  z-index: 2;
  cursor: pointer;
}

.c-button__type-pagetop span {
  background: url(/assets/img/common/footer/page_top.png) no-repeat;
  background-size: cover;
  display: block;
  width: 10px;
  height: 23px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  top: 15px;
}

.c-button:after {
  content: '';
  display: block;
  position: absolute;
}

.schedule__illust {
  position: relative;
  top: 0;
}

.schedule__illust li {
  position: absolute;
  top: 0;
  left: 50%;
  list-style: none;
}

.schedule__illust li:nth-child(1) img {
  left: -550px;
  top: -5px;
}

.schedule__illust li:nth-child(2) img {
  left: 510px;
  top: -25px;
}

.schedule__illust li:nth-child(3) img {
  left: -615px;
  top: 340px;
}

.schedule__illust li:nth-child(4) img {
  left: 450px;
  top: 420px;
}

.schedule__illust li:nth-child(5) img {
  left: 535px;
  top: 730px;
}

.schedule__illust li:nth-child(6) img {
  left: -670px;
  top: 1180px;
}

.schedule__illust li:nth-child(7) img {
  left: 500px;
  top: 1180px;
}

.schedule__illust li:nth-child(8) img {
  left: 500px;
  top: 1360px;
}

.schedule__illust li:nth-child(9) img {
  left: -670px;
  top: 1520px;
}

.schedule__illust li:nth-child(10) img {
  left: 590px;
  top: 1680px;
}

.schedule__illust li img {
  position: absolute;
}

.schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 20px;
}

.schedule__list dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px 0;
  width: 400px;
}

.schedule__list dl:nth-child(1) {
  margin-left: 0;
}

.schedule__list dl:nth-child(2) {
  margin-left: 20px;
}

.schedule__list dl:nth-child(3) {
  margin-left: 40px;
}

.schedule__list dl:nth-child(5) {
  margin-left: 20px;
}

.schedule__list dl:nth-child(6) {
  margin-left: 40px;
}

.schedule__list dt {
  height: 60px;
  width: 60px;
  background-color: #236DBF;
  border-radius: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 32px;
  font-weight: 700;
}

.schedule__list dt span {
  font-size: 18px;
  position: relative;
  left: -2px;
  top: 3px;
}

.schedule__list dd {
  font-size: 21px;
  font-weight: 700;
  padding: 22px 0 0 10px;
  width: 335px;
  text-align: left;
  background: url(../img/dotline.png) no-repeat left 92%;
}

.schedule__day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 40px 20px 20px 20px;
}

.schedule__day div {
  width: 420px;
  padding-bottom: 40px;
  border-radius: 0 0 20px 20px;
}

.schedule__day div dl {
  color: #333333;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 20px 0 20px;
}

.schedule__day div dl dt {
  background: #fff;
  border-radius: 30px;
  width: 80px;
  height: 30px;
  font-weight: 700;
  line-height: 28px;
}

.schedule__day div dl dd {
  text-align: left;
  margin-left: 15px;
  line-height: 24px;
  width: 100%;
  padding-bottom: 16px;
  background: url(../img/dotline.png) no-repeat bottom;
}

.schedule__day div h3 {
  font-size: 24px;
  padding: 20px 10px;
  margin-top: -18px;
}

.schedule__day div:nth-child(1) {
  background-color: #F0DFE6;
}

.schedule__day div:nth-child(1) h3 {
  background-color: #ED68A0;
  border-radius: 20px 20px 0 0;
}

.schedule__day div:nth-child(1) dl {
  background-color: #F0DFE6;
}

.schedule__day div:nth-child(1) dl dt {
  color: #ED68A0;
}

.schedule__day div:nth-child(2) {
  background-color: #E3EECA;
}

.schedule__day div:nth-child(2) h3 {
  background-color: #9CC93A;
  border-radius: 20px 20px 0 0;
}

.schedule__day div:nth-child(2) dl {
  background-color: #E3EECA;
}

.schedule__day div:nth-child(2) dl dt {
  color: #9CC93A;
}

.schedule__text {
  color: #236dbf;
  font-size: 14px;
  padding: 0 0 30px 0;
}

.about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 1000px;
  margin: 0 auto;
}

.about__box {
  padding-top: 40px;
}

.about__box section {
  width: 420px;
  background-color: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  box-sizing: border-box;
  margin: 40px 0;
}

.about__box section:nth-child(2) {
  margin: 60px 0 0 0;
}

.about__box section h3 {
  font-size: 24px;
  font-weight: 800;
  color: #000;
  border: 5px solid #FFFFFF;
  background-color: #ECA400;
  height: 120px;
  width: 120px;
  border-radius: 120px;
  box-sizing: border-box;
  line-height: 30px;
  position: relative;
  left: -60px;
}

.about__box section:nth-child(1) h3 {
  padding: 40px 0;
}

.about__box section:nth-child(2) h3 {
  padding: 20px 0;
}

.about__box section div {
  width: 300px;
  text-align: left;
  padding: 35px 0 35px 0;
  margin-left: -80px;
  box-sizing: border-box;
}

.about__box section div h4 {
  color: #ECA400;
  font-size: 24px;
  padding-bottom: 10px;
  line-height: 30px;
}

.about__box section div p {
  color: #000;
  font-size: 16px;
}

.about__box section div p.about__box__text {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  padding: 15px 20px 0 20px;
  text-align: right;
}

.about__box section div ul {
  list-style: none;
  padding-bottom: 20px;
  border-bottom: solid 2px #ECA400;
  color: #333333;
  padding: 0 20px 20px 20px;
}

.about__box section div ul li {
  color: #333;
  font-size: 24px;
  font-weight: 800;
}

.about__box section div ul li span {
  font-size: 36px;
}

.about__outline {
  padding-top: 80px;
  padding-left: 60px;
}

.about__outline dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  text-align: left;
  width: 520px;
}

.about__outline dl dt {
  width: 146px;
  padding-bottom: 35px;
  line-height: 30px;
}

.about__outline dl dd {
  width: 310px;
  padding-bottom: 35px;
  line-height: 30px;
}

.about__illust {
  position: relative;
  top: 0;
}

.about__illust li {
  position: absolute;
  top: 0;
  left: 50%;
  list-style: none;
}

.about__illust li:nth-child(1) img {
  left: -740px;
  top: -70px;
}

.about__illust li:nth-child(2) img {
  left: 370px;
  top: 40px;
}

.about__illust li img {
  position: absolute;
}

.access__illust {
  position: relative;
  top: 0;
}

.access__illust li {
  position: absolute;
  top: 0;
  left: 50%;
  list-style: none;
}

.access__illust li:nth-child(1) img {
  left: 500px;
  top: -60px;
}

.access__illust li img {
  position: absolute;
}

.c-title {
  font-size: 30px;
  text-align: center;
  width: 886px;
  margin: 40px auto 15px auto;
  padding: 8px 0;
  border-radius: 30px;
}

.c-title__type1 {
  background-color: #66A0DF;
}

.c-title__type2 {
  background-color: #F3A1C4;
  margin-top: 60px;
}

.l-footer {
  text-align: center;
  font-size: 14px;
  color: #595656;
  background-color: #fff;
  font-family: "Rounded Mplus 1c Medium";
  padding: 50px 0 30px 0;
}

.l-footer p {
  font-family: "Rounded Mplus 1c Medium";
}

.blog {
  width: 100%;
  text-align: center;
  padding: 90px 0;
  box-sizing: border-box;
  background: #F3B2A3;
  color: #fff;
}

.blog__ttl {
  font-size: 36px;
  text-align: center;
  padding: 0 0 40px 0;
}

.blog__wrap {
  width: 100%;
  max-width: 720px;
  margin: 0 auto;
  overflow: hidden;
}

.blog__col {
  width: 300px;
  float: left;
  padding: 20px;
  background: #fff;
  border-radius: 10px;
}

.blog__col:first-child {
  margin-right: 40px;
}

.blog__col .name {
  font-weight: bold;
  margin-bottom: 20px;
  color: #333;
  font-size: 20px;
}

.blog__col a,
.blog__col a:link,
.blog__col a:hover,
.blog__col a:visited{
  display: block;
  color: #333;
}

.blog__col a:hover {
  text-decoration: none;
}

.blog__col a .ttl {
  line-height: 1.75;
  margin-bottom: 15px;
}

.blog__col a .date {
  font-size: 14px;
}
