@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@400;700;900&display=swap");
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

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

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

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

a img {
  border: none;
}

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

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

html {
  font-size: 10px;
}

body {
  font-family: "Zen Maru Gothic", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 1.8rem;
  line-height: 1.75;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  background: #ffffe3;
}
@media screen and (max-width: 960px) {
  body {
    font-size: 1.6rem;
  }
}

.col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 20px;
}
@media screen and (max-width: 960px) {
  .col02 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 1220px) {
  br.br__crear__big {
    display: none;
  }
}

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

br.on__big {
  display: none;
}
@media screen and (max-width: 1220px) {
  br.on__big {
    display: block;
  }
}

br.on__pc {
  display: none;
}
@media screen and (max-width: 960px) {
  br.on__pc {
    display: block;
  }
}

br.on__tb {
  display: none;
}
@media screen and (max-width: 768px) {
  br.on__tb {
    display: block;
  }
}

br.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  br.on__sp {
    display: block;
  }
}

br.on__tiny {
  display: none;
}
@media screen and (max-width: 375px) {
  br.on__tiny {
    display: block;
  }
}

@media screen and (max-width: 640px) {
  .on__pc {
    display: none;
  }
}

.on__sp {
  display: none;
}
@media screen and (max-width: 640px) {
  .on__sp {
    display: block;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
}
#wrapper::before, #wrapper::after {
  content: "";
  width: 220px;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #wrapper::before, #wrapper::after {
    content: none;
  }
}
#wrapper::before {
  background: url(../img/deco_f01.png) repeat-y left;
  left: 0;
}
@media screen and (max-width: 1220px) {
  #wrapper::before {
    left: -80px;
  }
}
@media screen and (max-width: 1100px) {
  #wrapper::before {
    left: -140px;
  }
}
@media screen and (max-width: 900px) {
  #wrapper::before {
    left: -180px;
  }
}
#wrapper::after {
  background: url(../img/deco_f02.png) repeat-y;
  right: 0;
}
@media screen and (max-width: 1220px) {
  #wrapper::after {
    right: -40px;
  }
}
@media screen and (max-width: 1100px) {
  #wrapper::after {
    right: -140px;
  }
}
@media screen and (max-width: 900px) {
  #wrapper::after {
    right: -180px;
  }
}
#wrapper main .mv {
  width: 100%;
  margin-bottom: 70px;
  z-index: 2;
  position: relative;
}
@media screen and (max-width: 640px) {
  #wrapper main .mv {
    margin-bottom: 50px;
  }
}
#wrapper main .mv h1 img {
  width: 100%;
  height: auto;
}
#wrapper main .mv p {
  margin-top: -110px;
  padding: 0 20px;
  color: #008642;
  font-size: 27px;
  font-weight: 700;
  text-align: center;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width: 640px) {
  #wrapper main .mv p {
    margin-top: -35%;
    font-size: 14px;
  }
}
#wrapper main section .h2-ttl {
  text-align: center;
  margin-bottom: 57px;
}
@media screen and (max-width: 640px) {
  #wrapper main section .h2-ttl {
    margin-bottom: 23px;
  }
}
#wrapper main section .h2-ttl h2 {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #008642;
  font-size: 42px;
  font-weight: 900;
  line-height: 1.3;
  text-shadow: 2px 2px 0 #FFF, -2px -2px 0 #FFF, -2px 2px 0 #FFF, 2px -2px 0 #FFF, 0px 2px 0 #FFF, 0 -2px 0 #FFF, -2px 0 0 #FFF, 2px 0 0 #FFF;
}
@media screen and (max-width: 640px) {
  #wrapper main section .h2-ttl h2 {
    font-size: 30px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
#wrapper main section .h2-ttl h2::before, #wrapper main section .h2-ttl h2::after {
  content: "";
  width: 121px;
  height: 74px;
  display: block;
}
@media screen and (max-width: 640px) {
  #wrapper main section .h2-ttl h2::before, #wrapper main section .h2-ttl h2::after {
    width: 78px;
    height: 47px;
  }
}
#wrapper main section .h2-ttl h2::before {
  background: url(../img/tit-l.png) no-repeat;
  background-size: contain;
  margin-right: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper main section .h2-ttl h2::before {
    margin-right: 10px;
  }
}
#wrapper main section .h2-ttl h2::after {
  background: url(../img/tit-r.png) no-repeat;
  background-size: contain;
  margin-left: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper main section .h2-ttl h2::after {
    margin-left: 10px;
  }
}
#wrapper main section .inner {
  max-width: 825px;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto;
}
#wrapper main section .inner h3 {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  padding: 8px;
  border-radius: 40px;
  margin-bottom: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper main section .inner h3 {
    font-size: 20px;
    margin-bottom: 25px;
    border-radius: 20px;
  }
}
#wrapper main section .inner .col02 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 48px;
}
@media screen and (max-width: 640px) {
  #wrapper main section .inner .col02 {
    display: block;
    margin-bottom: 0;
  }
}
#wrapper main section .inner .col02-block {
  width: 49%;
}
@media screen and (max-width: 640px) {
  #wrapper main section .inner .col02-block {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper main section.activity {
  margin-bottom: 100px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.activity {
    margin-bottom: 45px;
  }
}
#wrapper main section.activity .inner {
  position: relative;
}
#wrapper main section.activity .inner::before, #wrapper main section.activity .inner::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wrapper main section.activity .inner::before, #wrapper main section.activity .inner::after {
    content: none;
  }
}
#wrapper main section.activity .inner::before {
  background: url(../img/deco01.png) no-repeat;
  background-size: contain;
  width: 112px;
  height: 82px;
  top: -140px;
  left: 10px;
}
#wrapper main section.activity .inner::after {
  background: url(../img/deco02.png) no-repeat;
  background-size: contain;
  width: 83px;
  height: 143px;
  top: 0;
  bottom: 0;
  right: -100px;
  margin: auto;
}
#wrapper main section.activity .inner .txt {
  padding: 30px 11px 10px;
  margin-top: -25px;
  background: #fff;
  border-radius: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.activity .inner .txt {
    padding: 30px 20px 10px;
  }
}
#wrapper main section.activity .inner .txt p, #wrapper main section.activity .inner .txt li {
  font-size: 14px;
  font-weight: 700;
  letter-spacing: -0.05em;
}
@media screen and (max-width: 640px) {
  #wrapper main section.activity .inner .txt p, #wrapper main section.activity .inner .txt li {
    font-size: 13px;
  }
}
#wrapper main section.activity .inner .txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff596));
  background: -webkit-linear-gradient(transparent 50%, #fff596 50%);
  background: linear-gradient(transparent 50%, #fff596 50%);
}
#wrapper main section.activity .inner h4 {
  text-align: center;
}
#wrapper main section.activity .inner .activity-day h3 {
  background: #e79012;
}
#wrapper main section.activity .inner .activity-day .txt {
  border: 3px solid #e79012;
}
#wrapper main section.activity .inner .activity-day .deco01 {
  background: url(../img/deco03.png) no-repeat #fff 98% center;
  padding-right: 100px;
}
#wrapper main section.activity .inner .activity-day .deco02 {
  background: url(../img/deco04.png) no-repeat #fff 95% center;
  padding-right: 80px;
}
#wrapper main section.activity .inner .activity-how h3 {
  background: #f0987e;
}
#wrapper main section.activity .inner .activity-how .txt {
  border: 3px solid #f0987e;
}
#wrapper main section.activity .inner .activity-how .deco03 {
  background: url(../img/deco06.png) no-repeat #fff 95% center;
  padding-right: 120px;
}
#wrapper main section.activity .inner .activity-how .deco03 ul {
  background: url(../img/deco05.png) no-repeat #fff 10% bottom;
  padding-bottom: 50px;
}
#wrapper main section.activity .bar .inner::before, #wrapper main section.activity .bar .inner::after {
  content: none;
}
#wrapper main section.access {
  padding: 50px 0;
  background: #ffffc4;
}
#wrapper main section.access .inner {
  position: relative;
}
#wrapper main section.access .inner::before, #wrapper main section.access .inner::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wrapper main section.access .inner::before, #wrapper main section.access .inner::after {
    content: none;
  }
}
#wrapper main section.access .inner::before {
  background: url(../img/deco07.png) no-repeat;
  background-size: contain;
  width: 112px;
  height: 82px;
  top: -140px;
  right: -100px;
}
#wrapper main section.access .inner::after {
  background: url(../img/deco08.png) no-repeat;
  background-size: contain;
  width: 83px;
  height: 143px;
  top: 0;
  bottom: 0;
  left: -100px;
  margin: auto;
}
#wrapper main section.access .access__block .col02 {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media screen and (max-width: 640px) {
  #wrapper main section.access .access__block .col02 {
    display: block;
  }
}
#wrapper main section.access .access__block .col02 figure {
  width: 400px;
}
@media screen and (max-width: 768px) {
  #wrapper main section.access .access__block .col02 figure {
    width: 300px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.access .access__block .col02 figure {
    width: 100%;
  }
}
#wrapper main section.access .access__block .col02 figure img {
  width: 100%;
  height: auto;
}
#wrapper main section.access .access__block .col02 .txt {
  width: calc(100% - 420px);
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper main section.access .access__block .col02 .txt {
    width: calc(100% - 320px);
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.access .access__block .col02 .txt {
    width: 100%;
    margin-bottom: 80px;
  }
}
#wrapper main section.access .access__block .col02 .txt span {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fff596));
  background: -webkit-linear-gradient(transparent 50%, #fff596 50%);
  background: linear-gradient(transparent 50%, #fff596 50%);
}
#wrapper main section.access .access__block .col02 .txt p {
  font-size: 23px;
  font-weight: 700;
  margin-bottom: 25px;
}
#wrapper main section.access .access__block .col02 .txt .txt__block {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  border: 3px solid #5dc0ce;
}
#wrapper main section.access .access__block .col02 .txt .txt__block p {
  font-size: 15px;
  margin-bottom: 10px;
}
#wrapper main section.access .access__block .col02 .txt .txt__block02 {
  background: url(../img/deco09.png) no-repeat 95% center #fff;
  padding-right: 80px;
  margin-top: 50px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.access .access__block .col02 .txt .txt__block02 {
    margin-top: 0;
  }
}
#wrapper main section.access .access__block .col02 .txt::after {
  content: "";
  background: url(../img/arrow__access.png) no-repeat bottom;
  background-size: contain;
  width: 60px;
  height: 42px;
  display: block;
  position: absolute;
  bottom: -30px;
  left: 0;
  right: 0;
  margin: auto;
}
@media screen and (max-width: 768px) {
  #wrapper main section.access .access__block .col02 .txt::after {
    bottom: -50px;
  }
}
#wrapper main section.access .access__block .col02 .txt01::after {
  bottom: -60px;
}
@media screen and (max-width: 768px) {
  #wrapper main section.access .access__block .col02 .txt01::after {
    bottom: -50px;
  }
}
#wrapper main section.access .access__block .col02 .txt03 {
  margin-top: 30px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.access .access__block .col02 .txt03 {
    margin-top: 0;
  }
}
#wrapper main section.access .access__block .col02 .txt03::after {
  background: url(../img/deco10.png) no-repeat bottom;
  background-size: contain;
  width: 170px;
  height: 95px;
  bottom: -20px;
  left: auto;
  right: 20px;
}
#wrapper main section.access .map {
  width: 100%;
  font-size: 14px;
}
@media screen and (max-width: 640px) {
  #wrapper main section.access .map {
    width: 100%;
    text-align: center;
  }
}
#wrapper main section.access .map__block {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 10px;
}
#wrapper main section.access .map__block iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
#wrapper main section.outline {
  background: #b9e8e6;
  padding: 90px 0 60px;
  margin-bottom: 80px;
  z-index: -2;
  position: relative;
}
@media screen and (max-width: 1220px) {
  #wrapper main section.outline {
    z-index: 1;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main section.outline {
    padding: 45px 0 20px;
    margin-bottom: 35px;
  }
}
#wrapper main section.outline .inner {
  position: relative;
}
#wrapper main section.outline .inner::before, #wrapper main section.outline .inner::after {
  content: "";
  display: block;
  position: absolute;
}
@media screen and (max-width: 640px) {
  #wrapper main section.outline .inner::before, #wrapper main section.outline .inner::after {
    content: none;
  }
}
#wrapper main section.outline .inner::before {
  background: url(../img/deco11.png) no-repeat;
  background-size: contain;
  width: 93px;
  height: 112px;
  top: -170px;
  left: 10px;
}
#wrapper main section.outline .inner::after {
  background: url(../img/deco12.png) no-repeat;
  background-size: contain;
  width: 73px;
  height: 130px;
  bottom: -30px;
  right: -100px;
}
#wrapper main section.outline .inner .outline__cont {
  text-align: center;
}
#wrapper main section.outline .inner .outline__cont h3 {
  font-size: 16px;
  line-height: 1.3;
  color: #000;
  font-weight: 700;
  padding: 0;
  margin-bottom: 10px;
  text-align: left;
}
#wrapper main section.outline .inner .outline__cont h3 span {
  font-size: 24px;
}
#wrapper main section.outline .inner .txt {
  margin: 0 auto 20px;
  display: inline-block;
}
@media screen and (max-width: 960px) {
  #wrapper main section.outline .inner .txt {
    margin-bottom: 40px;
  }
  #wrapper main section.outline .inner .txt:last-child {
    margin-bottom: 0;
  }
}
#wrapper main section.outline .inner .txt table th, #wrapper main section.outline .inner .txt table td {
  border-bottom: 1px solid #000;
  padding: 5px 10px;
  font-size: 14px;
}
#wrapper main section .btn {
  text-align: center;
}
#wrapper main section .btn a {
  display: inline-block;
  width: 235px;
  margin: 0 auto;
  text-align: center;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid #008642;
  text-decoration: none;
  color: #008642;
  font-weight: bold;
}
#wrapper main section .logo {
  text-align: center;
  margin-bottom: 90px;
}
@media screen and (max-width: 960px) {
  #wrapper main section .logo {
    margin-bottom: 50px;
  }
}
#wrapper main section .bnr__list-logo li {
  margin-bottom: 85px;
}
@media screen and (max-width: 960px) {
  #wrapper main section .bnr__list-logo li img {
    width: 100%;
    height: auto;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main section .bnr__list-logo li {
    margin-bottom: 40px;
  }
}
#wrapper main .lets {
  color: #008642;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #wrapper main .lets {
    padding: 0 10px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main .lets {
    font-size: 18px;
  }
}
#wrapper main .bar {
  background: #008642;
  padding: 24px 0;
}
#wrapper main .bar .inner {
  max-width: 825px;
  width: 100%;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper main .bar .inner::before, #wrapper main .bar .inner::after {
  content: none;
}
@media screen and (max-width: 768px) {
  #wrapper main .bar .inner {
    display: block;
  }
}
#wrapper main .bar .inner .tel__block {
  border: 1px solid #fff;
  border-radius: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 5px 50px;
}
@media screen and (max-width: 960px) {
  #wrapper main .bar .inner .tel__block {
    padding: 5px 20px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main .bar .inner .tel__block {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main .bar .inner .tel__block {
    display: block;
    border-radius: 20px;
    padding: 10px 20px;
  }
}
#wrapper main .bar .inner .tel__block p {
  color: #fff;
  font-size: 14px;
}
#wrapper main .bar .inner .tel__block p.tel {
  color: #ffff00;
  font-size: 36px;
  font-weight: 700;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 20px;
}
#wrapper main .bar .inner .tel__block p.tel a {
  color: #ffff00;
  text-decoration: none;
}
@media screen and (max-width: 640px) {
  #wrapper main .bar .inner .tel__block p.tel {
    margin-left: 0;
    font-size: 32px;
  }
}
#wrapper main .bar .inner .tel__block p.tel::before {
  content: "";
  background: url(../img/icon_tel2.png) no-repeat;
  background-size: contain;
  width: 34px;
  height: 25px;
  display: block;
  margin-right: 10px;
}
#wrapper main .bar .inner .btn__contact a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: #e79012;
  border-radius: 40px;
  padding: 11px 30px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper main .bar .inner .btn__contact a::before {
  content: "";
  background: url(../img/icon_mail.png) no-repeat;
  background-size: contain;
  width: 26px;
  height: 16px;
  display: block;
  margin-right: 5px;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide #activity {
    margin-bottom: 20px;
  }
  #wrapper main.guide .h2-ttl {
    margin-bottom: 20px;
  }
  #wrapper main.guide .h2-ttl h2 {
    margin-bottom: 0;
    font-size: 24px;
  }
}
#wrapper main.guide::before {
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4d34b), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(#b4d34b, rgba(0, 0, 0, 0));
  background: linear-gradient(#b4d34b, rgba(0, 0, 0, 0));
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide::before {
    height: 40px;
    padding-top: 40px;
  }
}
#wrapper main.guide h2 {
  border: solid 1px #fff;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide h2 {
    margin-bottom: 30px;
  }
}
#wrapper main.guide .guide__wrap01 {
  padding: 90px 0 20px;
  background: #ffffba;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap01 {
    padding: 30px 0 1px;
  }
}
#wrapper main.guide .guide__wrap01 .inner::before, #wrapper main.guide .guide__wrap01 .inner::after {
  content: none;
}
#wrapper main.guide .guide__wrap01 .inner h2 {
  background: #df6712;
  -webkit-box-shadow: 0px 0px 0px 5px #df6712;
          box-shadow: 0px 0px 0px 5px #df6712;
}
#wrapper main.guide .guide__wrap02 {
  padding: 90px 20px 20px 0;
  background: #e6fafa;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 {
    padding: 30px 0 1px;
  }
}
#wrapper main.guide .guide__wrap02 h2 {
  background: #4e99ed;
  -webkit-box-shadow: 0px 0px 0px 5px #4e99ed;
          box-shadow: 0px 0px 0px 5px #4e99ed;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 h2 {
    margin: 0 20px 30px;
  }
}
#wrapper main.guide .guide__wrap02 .inner {
  padding: 0;
}
#wrapper main.guide .guide__wrap02 .inner::before {
  content: "";
  background: url(../img/guide/bg__philosophy.png) no-repeat;
  background-size: contain;
  width: 95px;
  height: 86px;
  top: 300px;
  left: -80px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .inner::before {
    content: none;
  }
}
#wrapper main.guide .guide__wrap02 .inner::after {
  content: none;
}
#wrapper main.guide .guide__wrap02 .intro {
  position: relative;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 60px 0;
  line-height: 2;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .intro {
    font-size: 16px;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main.guide .guide__wrap02 .intro {
    padding: 0;
    margin-bottom: 30px;
  }
}
#wrapper main.guide .guide__wrap02 .intro::before {
  content: "";
  background: url(../img/guide/deco_philosophy01.png) no-repeat;
  background-size: contain;
  width: 234px;
  height: 256px;
  top: 0;
  left: 10px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .intro::before {
    background: url(../img/guide/deco_philosophy01__sp.png) no-repeat top left;
    background-size: 70%;
    left: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main.guide .guide__wrap02 .intro::before {
    background-size: 40%;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main.guide .guide__wrap02 .intro::before {
    content: none;
  }
}
#wrapper main.guide .guide__wrap02 .intro::after {
  content: "";
  background: url(../img/guide/deco_philosophy02.png) no-repeat;
  background-size: contain;
  width: 234px;
  height: 256px;
  top: 0;
  right: 10px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .intro::after {
    background: url(../img/guide/deco_philosophy02__sp.png) no-repeat top right;
    background-size: 70%;
    right: 0;
  }
}
@media screen and (max-width: 640px) {
  #wrapper main.guide .guide__wrap02 .intro::after {
    background-size: 40%;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main.guide .guide__wrap02 .intro::after {
    content: none;
  }
}
#wrapper main.guide .guide__wrap02 .philosophy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .philosophy {
    display: block;
    padding: 0 10px;
  }
}
#wrapper main.guide .guide__wrap02 .philosophy dt {
  background: url(../img/guide/philosophy.png) no-repeat;
  background-size: contain;
  width: 245px;
  height: 155px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 15px;
  margin: 0 20px 0 -10px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .philosophy dt {
    width: 100%;
    background: url(../img/guide/philosophy__sp.png) no-repeat center center;
    background-size: contain;
    min-height: 100px;
    margin: 0;
  }
}
#wrapper main.guide .guide__wrap02 .philosophy dd {
  width: calc(100% - 265px);
  font-size: 14px;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .philosophy dd {
    width: 100%;
    padding: 0 10px;
  }
}
#wrapper main.guide .guide__wrap02 .philosophy.deco {
  background: url(../img/guide/bg__philosophy02.png) no-repeat right center;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap02 .philosophy.deco {
    background: none;
  }
}
#wrapper main.guide .guide__wrap03 {
  background: #e6fad2;
  padding: 90px 0;
  position: relative;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap03 {
    padding: 30px 0;
  }
}
#wrapper main.guide .guide__wrap03 h2 {
  background: #4eb900;
  -webkit-box-shadow: 0px 0px 0px 5px #4eb900;
          box-shadow: 0px 0px 0px 5px #4eb900;
}
#wrapper main.guide .guide__wrap03 .inner::before {
  content: "";
  background: url(../img/guide/deco__info01.png) no-repeat;
  background-size: contain;
  width: 86px;
  height: 498px;
  top: 80px;
  left: -80px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap03 .inner::before {
    content: none;
  }
}
#wrapper main.guide .guide__wrap03 .inner::after {
  content: "";
  background: url(../img/guide/deco__info02.png) no-repeat;
  background-size: contain;
  width: 99px;
  height: 430px;
  top: -150px;
  right: -120px;
  display: block;
  position: absolute;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap03 .inner::after {
    content: none;
  }
}
#wrapper main.guide .guide__wrap03 .inner .figure__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap03 .inner .figure__list {
    display: block;
  }
}
#wrapper main.guide .guide__wrap03 .inner .figure__list li {
  width: calc((100% - 40px) / 3);
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .guide__wrap03 .inner .figure__list li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper main.guide .guide__wrap03 .inner .figure__list li figure {
  text-align: center;
}
#wrapper main.guide .guide__wrap03 .inner .figure__list li figure img {
  border: 2px solid #4eb900;
  width: 100%;
  height: auto;
}
#wrapper main.guide .guide__wrap03 .inner .figure__list li figure figcaption {
  font-size: 16px;
  text-align: center;
}
#wrapper main.guide .tab__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .tab__block {
    display: block;
    margin-bottom: 30px;
  }
}
#wrapper main.guide .tab__block li {
  width: 33%;
}
@media screen and (max-width: 768px) {
  #wrapper main.guide .tab__block li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper main.guide .tab__block li a {
  color: #fff;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  padding: 10px;
}
#wrapper main.guide .tab__block li a::before {
  content: "▼";
  display: block;
  margin-right: 10px;
}
#wrapper main.guide .tab__block li a.tab01 {
  background: #df6712;
}
#wrapper main.guide .tab__block li a.tab02 {
  background: #4e99ed;
}
#wrapper main.guide .tab__block li a.tab03 {
  background: #4eb900;
}
#wrapper main.schedule::before {
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4d34b), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(#b4d34b, rgba(0, 0, 0, 0));
  background: linear-gradient(#b4d34b, rgba(0, 0, 0, 0));
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule::before {
    height: 40px;
    padding-top: 40px;
  }
}
#wrapper main.schedule .h2-ttl {
  position: relative;
}
#wrapper main.schedule .h2-ttl::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  background: url(../img/schedule/deco_01.png) no-repeat;
  width: 99px;
  height: 102px;
  display: block;
}
@media screen and (max-width: 1000px) {
  #wrapper main.schedule .h2-ttl::before {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule .h2-ttl::before {
    content: none;
  }
}
#wrapper main.schedule .select__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule .select__block {
    display: block;
    margin-bottom: 40px;
  }
}
#wrapper main.schedule .select__block li {
  width: 48%;
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule .select__block li {
    width: 100%;
    margin-bottom: 20px;
  }
}
#wrapper main.schedule .select__block li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  text-decoration: none;
  padding: 10px;
}
#wrapper main.schedule .select__block li a::before {
  content: "▼";
  margin-right: 1rem;
}
#wrapper main.schedule .select__block li a.tab01 {
  background: #df8812;
}
#wrapper main.schedule .select__block li a.tab02 {
  background: #e8907e;
}
#wrapper main.schedule .schedule__wrap {
  padding: 90px 0;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule .schedule__wrap {
    padding: 40px 0;
  }
}
#wrapper main.schedule .schedule__wrap.support__wrap {
  background: #ffffba;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner::before {
  background: url(../img/schedule/bg01.png) no-repeat;
  background-size: contain;
  width: 136px;
  height: 1713px;
  left: -140px;
  bottom: 50px;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner::after {
  background: url(../img/schedule/bg02.png) no-repeat;
  background-size: contain;
  width: 244px;
  height: 2041px;
  right: -140px;
  top: 120px;
}
@media screen and (max-width: 860px) {
  #wrapper main.schedule .schedule__wrap.support__wrap .inner::after {
    content: none;
  }
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner h2 {
  background: #df8812;
  -webkit-box-shadow: 0px 0px 0px 5px #df8812;
          box-shadow: 0px 0px 0px 5px #df8812;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner .schedule__cont::before {
  background: #df8812;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner .schedule__cont::after {
  background: #df8812;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner .schedule__cont div::after {
  background: #df8812;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner .schedule__cont dl {
  border: #df8812 1px solid;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner .schedule__cont dl dt {
  color: #df8812;
}
#wrapper main.schedule .schedule__wrap.support__wrap .inner .schedule__cont dl dd span {
  border: 1px solid #df8812;
  background: #ffff85;
}
#wrapper main.schedule .schedule__wrap.service__wrap {
  background: #faf0ec;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner::before {
  background: url(../img/schedule/bg03.png) no-repeat;
  background-size: contain;
  width: 129px;
  height: 759px;
  left: -140px;
  bottom: 0;
  top: 0;
  margin: auto;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner::after {
  background: url(../img/schedule/bg04.png) no-repeat;
  background-size: contain;
  width: 236px;
  height: 1222px;
  right: -140px;
  top: 120px;
}
@media screen and (max-width: 860px) {
  #wrapper main.schedule .schedule__wrap.service__wrap .inner::after {
    content: none;
  }
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner h2 {
  background: #e8907e;
  -webkit-box-shadow: 0px 0px 0px 5px #e8907e;
          box-shadow: 0px 0px 0px 5px #e8907e;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner .schedule__cont::before {
  background: #e8907e;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner .schedule__cont::after {
  background: #e8907e;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner .schedule__cont div::after {
  background: #e8907e;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner .schedule__cont dl {
  border: #e8907e 1px solid;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner .schedule__cont dl dt {
  color: #e8907e;
}
#wrapper main.schedule .schedule__wrap.service__wrap .inner .schedule__cont dl dd span {
  border: 1px solid #e8907e;
  background: #feecd2;
}
#wrapper main.schedule .schedule__wrap .inner {
  position: relative;
}
#wrapper main.schedule .schedule__wrap .inner::before, #wrapper main.schedule .schedule__wrap .inner::after {
  content: "";
  position: absolute;
}
#wrapper main.schedule .schedule__wrap .inner h2 {
  border: solid 1px #fff;
  padding: 0.2em 0.5em;
  color: #fff;
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 70px;
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule .schedule__wrap .inner h2 {
    font-size: 28px;
    margin-bottom: 50px;
  }
}
#wrapper main.schedule .schedule__cont {
  position: relative;
}
#wrapper main.schedule .schedule__cont::before {
  content: "";
  position: absolute;
  left: 26%;
  top: -20px;
  width: 3px;
  height: calc(100% + 40px);
  z-index: 1;
}
#wrapper main.schedule .schedule__cont::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: calc(26% - 3px);
  top: -24px;
}
#wrapper main.schedule .schedule__cont.schedule__tonari::before {
  left: 16%;
}
#wrapper main.schedule .schedule__cont.schedule__tonari::after {
  left: calc(16% - 3px);
}
#wrapper main.schedule .schedule__cont.schedule__tonari dl dt {
  width: 16%;
}
#wrapper main.schedule .schedule__cont div {
  position: relative;
}
#wrapper main.schedule .schedule__cont div::after {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 50%;
  position: absolute;
  left: calc(26% - 3px);
  bottom: -24px;
}
#wrapper main.schedule .schedule__cont dl {
  background: #fff;
  border-radius: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  margin-bottom: 35px;
}
#wrapper main.schedule .schedule__cont dl dt {
  font-size: 24px;
  font-weight: 700;
  padding-right: 20px;
  width: 26%;
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule .schedule__cont dl dt {
    width: 26%;
    text-align: center;
    font-size: 20px;
  }
  #wrapper main.schedule .schedule__cont dl dt span {
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main.schedule .schedule__cont dl dt {
    font-size: 18px;
  }
}
#wrapper main.schedule .schedule__cont dl dd {
  margin-top: -30px;
  padding-left: 25px;
}
@media screen and (max-width: 648px) {
  #wrapper main.schedule .schedule__cont dl dd {
    width: 74%;
    padding-left: 20px;
  }
}
#wrapper main.schedule .schedule__cont dl dd span {
  font-size: 22px;
  font-weight: 700;
  padding: 1px 10px;
  margin: 0 0 10px;
  display: inline-block;
  color: #df8812;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #wrapper main.schedule .schedule__cont dl dd span {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main.schedule .schedule__cont dl dd span {
    font-size: 18px;
  }
}
#wrapper main.schedule .schedule__cont dl dd span small {
  font-size: 16px;
}
#wrapper main.schedule .schedule__cont dl dd p {
  font-size: 14px;
}
#wrapper main.evaluation::before {
  width: 100%;
  height: 100px;
  content: "";
  display: block;
  background: -webkit-gradient(linear, left top, left bottom, from(#b4d34b), to(rgba(0, 0, 0, 0)));
  background: -webkit-linear-gradient(#b4d34b, rgba(0, 0, 0, 0));
  background: linear-gradient(#b4d34b, rgba(0, 0, 0, 0));
  padding-top: 100px;
}
@media screen and (max-width: 768px) {
  #wrapper main.evaluation::before {
    height: 40px;
    padding-top: 40px;
  }
}
#wrapper main.evaluation .h2-ttl {
  position: relative;
}
#wrapper main.evaluation .h2-ttl::before {
  content: "";
  position: absolute;
  left: -100px;
  top: 0;
  background: url(../img/deco13.png) no-repeat;
  width: 91px;
  height: 100px;
  display: block;
}
@media screen and (max-width: 1000px) {
  #wrapper main.evaluation .h2-ttl::before {
    left: -30px;
  }
}
@media screen and (max-width: 768px) {
  #wrapper main.evaluation .h2-ttl::before {
    content: none;
  }
}
#wrapper main.evaluation .evaluation__wrap {
  padding: 100px 0;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #wrapper main.evaluation .evaluation__wrap {
    padding: 50px 0;
  }
}
#wrapper main.evaluation .evaluation__wrap.koko {
  background: #eaf2d3;
}
#wrapper main.evaluation .evaluation__wrap.koko .evaluation__cont {
  border: 2px solid #009b41;
}
#wrapper main.evaluation .evaluation__wrap.koko .tab {
  background: #009b41;
}
#wrapper main.evaluation .evaluation__wrap.koko .evaluation ul li {
  background: #6fba2c;
}
#wrapper main.evaluation .evaluation__wrap.tonari {
  background: #fbe6ef;
}
#wrapper main.evaluation .evaluation__wrap.tonari .evaluation__cont {
  border: 2px solid #df8c7b;
}
#wrapper main.evaluation .evaluation__wrap.tonari .tab {
  background: #e8907e;
}
#wrapper main.evaluation .evaluation__wrap.tonari .evaluation ul li {
  background: #e8907e;
}
#wrapper main.evaluation .evaluation__cont {
  width: 100%;
}
#wrapper main.evaluation .tab {
  padding: 5px;
}
#wrapper main.evaluation .tab ul {
  border: 1px solid #fff;
  padding: 6px;
}
#wrapper main.evaluation .tab ul li {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#wrapper main.evaluation .evaluation {
  padding: 50px 60px 20px;
}
@media screen and (max-width: 768px) {
  #wrapper main.evaluation .evaluation {
    padding: 30px 20px 20px;
  }
}
@media screen and (max-width: 320px) {
  #wrapper main.evaluation .evaluation {
    padding: 30px 10px 20px;
  }
}
#wrapper main.evaluation .evaluation ul {
  display: inline-block;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper main.evaluation .evaluation ul li {
  width: 47%;
  border-radius: 20px;
  padding: 10px;
  text-align: center;
  margin: 0 9px 30px;
}
@media screen and (max-width: 768px) {
  #wrapper main.evaluation .evaluation ul li {
    width: 100%;
  }
}
#wrapper main.evaluation .evaluation ul.col01 li {
  width: 100%;
}
#wrapper main.evaluation .evaluation ul a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  width: 100%;
  display: block;
}
@media screen and (max-width: 768px) {
  #wrapper main.evaluation .evaluation ul a {
    font-size: 20px;
  }
}
@media screen and (max-width: 375px) {
  #wrapper main.evaluation .evaluation ul a {
    font-size: 18px;
  }
}
#wrapper footer {
  padding: 35px;
}
#wrapper footer .inner p {
  font-size: 14px;
  text-align: center;
}

#wrapper #header {
  width: 100%;
  background: #ffffe3;
  border-bottom: 3px solid #dbdbdb;
  z-index: 2;
  position: relative;
}
#wrapper #header .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(100% - 60px);
  padding: 14px 0;
  margin: 0 auto;
}
@media screen and (max-width: 1220px) {
  #wrapper #header .inner #navi {
    display: none;
  }
}
#wrapper #header .inner #navi .navi__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#wrapper #header .inner #navi .navi__list.navi__day {
  margin-top: 5px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-right: 2px dotted #008642;
  padding-right: 20px;
  margin-right: 20px;
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
@media screen and (max-width: 768px) {
  #wrapper #header .inner #navi .navi__list.navi__day .navi__item {
    display: block;
  }
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item a {
  padding-right: 0;
  border: none;
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item ul li {
  margin-left: 15px;
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item ul li a {
  color: #fff;
  border-radius: 20px;
  padding: 5px 10px 8px;
  text-decoration: none;
  max-width: 250px;
  font-size: 14px;
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item ul li.child-support a {
  background: #ffaa00;
}
#wrapper #header .inner #navi .navi__list.navi__day .navi__item ul li.day-service a {
  background: #ef977e;
}
#wrapper #header .inner #navi .navi__list .navi__item {
  display: block;
  position: relative;
  margin-right: 28px;
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 40px;
  border-right: 2px dotted #008642;
  border-radius: 2px;
  font-size: 17px;
  font-weight: 700;
  text-shadow: 5px 5px 0 #FFF, -5px -5px 0 #FFF, -5px 5px 0 #FFF, 5px -5px 0 #FFF, 0px 5px 0 #FFF, 0 -5px 0 #FFF, -5px 0 0 #FFF, 5px 0 0 #FFF;
  color: #008642;
  text-decoration: none;
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link::before {
  content: "";
  width: 37px;
  height: 37px;
  display: block;
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link.nav01::before {
  background: url(../img/icon_nav01.png) no-repeat;
  background-size: contain;
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link.nav02::before {
  background: url(../img/icon_nav02.png) no-repeat;
  background-size: contain;
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link.nav03::before {
  background: url(../img/icon_nav03.png) no-repeat;
  background-size: contain;
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link.nav04::before {
  background: url(../img/icon_nav04.png) no-repeat;
  background-size: contain;
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link.nav05::before {
  background: url(../img/icon_nav05.png) no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #wrapper #header .inner #navi .navi__list .navi__item .navi__link.nav05 {
    margin-bottom: 20px;
  }
}
#wrapper #header .inner #navi .navi__list .navi__item .navi__link.nav06::before {
  background: url(../img/icon_nav06.png) no-repeat;
  background-size: contain;
}
#wrapper #header .inner #navi .navi__list .navi__item:last-child {
  margin-right: 0;
}
#wrapper #header .inner #navi .navi__list .navi__item:last-child .navi__link {
  border: none;
}
#wrapper #header .inner .contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#wrapper #header .inner .contact .logo {
  display: none;
}
#wrapper #header .inner .contact .tel {
  margin-right: 15px;
}
#wrapper #header .inner .contact .tel p {
  font-size: 13px;
  color: #008642;
  line-height: 15px;
}
#wrapper #header .inner .contact .tel dl dt {
  font-size: 30px;
  font-weight: 700;
  color: #e79012;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 32px;
}
#wrapper #header .inner .contact .tel dl dt::before {
  content: "";
  background: url(../img/icon_tel.png) no-repeat;
  background-size: contain;
  width: 27px;
  height: 19px;
  display: block;
}
#wrapper #header .inner .contact .tel dl dt a {
  color: #e79012;
  text-decoration: none;
}
#wrapper #header .inner .contact .tel dl dd {
  font-size: 11px;
  color: #008642;
  line-height: 13px;
}
@media screen and (max-width: 640px) {
  #wrapper #header .inner .contact .btn__contact {
    display: none;
  }
}
#wrapper #header .inner .contact .btn__contact a {
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  background: #e79012;
  border-radius: 11px;
  padding: 11px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#wrapper #header .inner .contact .btn__contact a::before {
  content: "";
  background: url(../img/icon_mail.png) no-repeat;
  background-size: contain;
  width: 29px;
  height: 20px;
  display: block;
  margin-right: 10px;
}
#wrapper #header .inner #navi__toggle {
  width: 37px;
  height: 28px;
  display: none;
  cursor: pointer;
}
@media screen and (max-width: 1220px) {
  #wrapper #header .inner #navi__toggle {
    display: block;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
#wrapper #header .inner #navi__toggle div {
  position: relative;
}
#wrapper #header .inner #navi__toggle span {
  display: block;
  height: 5px;
  background: #e79012;
  position: absolute;
  width: 100%;
  right: 0;
  border-radius: 5px;
  -webkit-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}
#wrapper #header .inner #navi__toggle span:nth-child(1) {
  top: 0px;
}
#wrapper #header .inner #navi__toggle span:nth-child(2) {
  top: 12px;
}
#wrapper #header .inner #navi__toggle span:nth-child(3) {
  top: 24px;
}
#wrapper #header.open {
  background: #ffffe3;
  position: fixed;
  top: 0 !important;
  left: 0;
  width: 100% !important;
  height: 100vh;
  z-index: 80;
}
#wrapper #header.open .inner {
  display: block;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open .inner {
    overflow-y: scroll;
  }
}
#wrapper #header.open .inner .logo {
  display: none;
}
#wrapper #header.open .inner #navi__toggle {
  position: absolute;
  top: 20px;
  right: 10px;
  bottom: auto;
}
#wrapper #header.open .inner #navi__toggle span:nth-child(1) {
  top: 21px;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  width: 30px;
}
#wrapper #header.open .inner #navi__toggle span:nth-child(2) {
  width: 0;
  left: 50%;
}
#wrapper #header.open .inner #navi__toggle span:nth-child(3) {
  top: 21px;
  width: 30px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#wrapper #header.open .inner #navi {
  display: block;
}
#wrapper #header.open .inner #navi .navi__list {
  display: block;
  padding-top: 40px;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open .inner #navi .navi__list {
    padding-top: 20px;
    margin-bottom: 20px;
  }
}
#wrapper #header.open .inner #navi .navi__list .navi__item {
  border-bottom: 2px dotted #008642;
  border-radius: 2px;
  padding: 0 20px 40px;
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open .inner #navi .navi__list .navi__item {
    padding: 0 30px 10px;
    margin-bottom: 10px;
  }
}
#wrapper #header.open .inner #navi .navi__list .navi__item:last-child {
  margin-bottom: 0;
}
#wrapper #header.open .inner #navi .navi__list.navi__day {
  padding-top: 0;
}
#wrapper #header.open .inner #navi .navi__list.navi__day .navi__item {
  border-right: none;
}
#wrapper #header.open .inner #navi .navi__list.navi__day .navi__item .navi__link.nav05 {
  margin-bottom: 0;
}
#wrapper #header.open .inner #navi .navi__list.navi__day .navi__item ul {
  padding: 10px 0;
}
@media screen and (max-width: 380px) {
  #wrapper #header.open .inner #navi .navi__list.navi__day .navi__item ul {
    display: block;
  }
  #wrapper #header.open .inner #navi .navi__list.navi__day .navi__item ul li {
    margin-bottom: 10px;
  }
}
#wrapper #header.open .inner #navi .navi__list .navi__link {
  border: none;
  padding: 0;
}
#wrapper #header.open .inner #navi .navi__list .navi__link::after {
  content: none;
}
#wrapper #header.open .inner #navi .navi__list .navi__link img {
  width: auto;
}
#wrapper #header.open .inner .contact {
  display: block;
  padding: 20px;
}
@media screen and (max-width: 640px) {
  #wrapper #header.open .inner .contact .btn__contact {
    display: block;
  }
}
#wrapper #header.open .inner .contact .logo {
  display: block;
  margin-bottom: 30px;
}
#wrapper #header.open .inner .contact .tel {
  margin: 0 0 30px;
  text-align: center;
}
#wrapper #header.open .inner .contact .tel a {
  color: #e79012;
}
#wrapper #btn__contact.menu .contact__link {
  background: #fff;
}/*# sourceMappingURL=style.css.map */