@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Baloo&display=swap");
/******************************************
[global]
******************************************/
html,
body {
  height: 100%;
  margin: auto;
}

html {
  -webkit-overflow-scrolling: touch;
}

body {
  font-family: "M PLUS Rounded 1c", "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #33240a;
  -webkit-text-size-adjust: none;
  overflow-x: hidden;
  background-color: #ffffcc;
  /* sp */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  body {
    font-size: 14px;
  }
}

.inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .inner {
    max-width: 100%;
    padding: 0 20px;
  }
}

img {
  max-width: 100%;
}

a {
  color: #7ebf04;
}
a:hover {
  text-decoration: underline;
}

p {
  line-height: 2;
  text-align: justify;
}

/******************************************
[PC・SP表示非表示]
******************************************/
.pc {
  display: inline-block;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .sp {
    display: inline-block;
  }
}

/******************************************
[文字拡大]
******************************************/
.big {
  font-size: 140%;
  font-weight: bold;
}

/******************************************
[テキスト揃え]
******************************************/
.t-center {
  text-align: center;
}

.t-left {
  text-align: left;
}

.t-right {
  text-align: right;
}

/******************************************
[左右寄せ float]
******************************************/
.f-left {
  float: left;
}

.f-right {
  float: right;
}

/******************************************
[テキストカラー]
******************************************/
.black {
  color: #33240a;
}

.white {
  color: #fff;
}

.red {
  color: #e4007f;
}

.orange {
  color: #faa30c;
}

.yellow {
  color: #fff000;
}

.green {
  color: #7ebf04;
}

.brown {
  color: #7ebf04;
}

.gray {
  color: #a3a3a3;
}

/******************************************
[見出し]
******************************************/
h1 {
  font-size: 0.9375rem;
  text-align: center;
  color: #664100;
  line-height: 1.2;
  font-weight: normal;
  margin: 0 0 10px;
  /* sp */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  h1 {
    font-size: 0.75rem;
  }
}

h2 {
  text-align: center;
  margin-bottom: 40px;
  /* sp */
}
h2 p {
  font-size: 2.1875rem;
  color: #664100;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 5px;
  text-indent: 5px;
  display: inline-block;
  vertical-align: sub;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
h2 p:before, h2 p:after {
  content: "";
  width: 49px;
  height: 47px;
  background: url("../img/h2-img.png") no-repeat center;
  background-size: contain;
  margin: 0 5px;
  display: inline-block;
}
h2 span {
  color: #faa30c;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  h2 {
    text-align: center;
    margin-bottom: 20px;
  }
  h2 p {
    font-size: 1.5625rem;
    letter-spacing: 0;
    text-indent: 0;
    vertical-align: middle;
  }
  h2 p:before, h2 p:after {
    width: 26px;
    height: 25px;
  }
}

h3 {
  font-size: 1.5625rem;
  font-weight: 700;
  margin-bottom: 20px;
  /* sp */
}
h3:before {
  content: "";
  width: 39px;
  height: 35px;
  display: inline-block;
  margin-right: 10px;
  background: url("../img/sec3-list-1st.png") center no-repeat;
  background-size: contain;
  vertical-align: middle;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  h3 {
    font-size: 1.25rem;
    letter-spacing: 0;
    margin-bottom: 10px;
  }
  h3:before {
    width: 25px;
    height: 26px;
    margin-right: 5px;
  }
}

/******************************************
[header]
******************************************/
header {
  background: url("../img/head-line.png") center top repeat-x;
  padding-top: 35px;
  background-size: 62px auto;
  /* sp */
}
header .header {
  width: 1100px;
  margin: auto;
  display: flex;
  justify-content: center;
}
header .header-left {
  width: 40%;
  display: flex;
  align-items: center;
}
header .header-right {
  width: 60%;
  display: flex;
  align-items: center;
}
header .header-right .tel {
  width: 100%;
}
header .header-right .tel p {
  font-size: 2.5rem;
  font-family: "Baloo", cursive;
  color: #664100;
  text-align: right;
  line-height: 1;
}
header .header-right .tel p:before {
  content: "\e900";
  font-size: 1.5625rem;
  color: #fff;
  font-family: "icomoon";
  display: inline-block;
  background: #faa30c;
  padding: 6px 8px 4px 8px;
  margin-right: 5px;
  border-radius: 100px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  header {
    padding-top: 15px;
    background-size: 31px auto;
  }
  header .header {
    width: 100%;
    display: block;
  }
  header .header-left {
    width: 100%;
    padding: 0 60px;
  }
  header .header-left img {
    height: auto;
  }
  header .header-right {
    width: 100%;
  }
  header .header-right .tel {
    margin: 10px 0;
  }
  header .header-right .tel p {
    font-size: 1.875rem;
    text-align: center;
  }
  header .header-right .tel p:before {
    content: "\e900";
    font-size: 1.25rem;
    padding: 6px 8px 4px 8px;
  }
}

/******************************************
[footer]
******************************************/
footer {
  background-image: url("../img/triangle.png"), url("../img/footer-bg.jpg");
  background-repeat: repeat-x, repeat;
  background-position: center top, center;
  background-size: 42px 14px, 10px 10px;
  margin-top: -15px;
  padding: 55px 0 40px;
  /* sp */
}
footer .footer {
  color: #fff;
  text-align: center;
}
footer .footer-nav {
  margin-bottom: 30px;
}
footer .footer-nav li {
  text-align: center;
  display: inline-block;
  padding: 0 10px;
  border-left: 2px solid #fff;
}
footer .footer-nav li:last-child {
  border-right: 2px solid #fff;
}
footer .footer-nav li a {
  font-size: 1.125rem;
  color: #fff;
}
footer .footer-add {
  font-size: 1.25rem;
  text-align: center;
  margin: 10px 0;
}
footer .footer-tel li {
  font-size: 1.875rem;
  font-family: "Baloo", cursive;
  display: inline-block;
  margin: 0 10px;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
footer .footer-tel li:first-child {
  color: #e4007f;
}
footer .footer-tel li:last-child {
  color: #0061aa;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  footer {
    background-size: 30px 10px, 6px 6px;
    margin-top: -15px;
  }
  footer .footer-nav {
    display: none;
  }
  footer .footer-logo img {
    width: 100%;
    max-width: 300px;
    height: auto;
  }
  footer .footer-add {
    font-size: 1rem;
  }
  footer .footer-tel li {
    font-size: 1.875rem;
  }
  footer .footer-tel li:first-child a {
    color: #e4007f;
  }
  footer .footer-tel li:last-child a {
    color: #0061aa;
  }
}

/* コピーライト */
.copy {
  font-size: 1rem;
  color: #fff;
  line-height: 1;
  text-align: center;
  padding: 50px 0 0;
  /* sp */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .copy {
    font-size: 0.625rem;
    padding: 20px 0 0;
  }
}

/******************************************
[section]
******************************************/
section {
  margin: auto;
  padding: 80px 0;
  /* sp */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  section {
    padding: 60px 0;
  }
}

/******************************************
[グローバルナビ]
******************************************/
nav {
  line-height: 1;
  width: 100%;
  padding: 30px 0;
  /* sp */
}
nav ul {
  display: flex;
  display: -webkit-flex;
  margin: 0 auto;
  width: 1100px;
  vertical-align: middle;
  text-align: center;
  align-items: center;
}
nav ul li {
  width: 16.666%;
  flex-grow: 1;
  text-align: center;
  border-left: 1px dashed #664100;
}
nav ul li:last-child {
  border-right: 1px dashed #664100;
}
nav ul li a {
  font-size: 1.125rem;
  font-weight: 700;
  color: #664100;
  text-align: center;
  line-height: 1.4;
  display: block;
  padding: 6px;
  width: auto;
  height: 100%;
  transition: 0.3s;
}
nav ul li a:before {
  display: block;
  margin: 0 auto 13px;
  width: 100%;
  height: 50px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  content: "";
}
nav ul li a.nav-home:before {
  background-image: url(../img/nav01.png);
}
nav ul li a.nav-news:before {
  background-image: url(../img/nav02.png);
}
nav ul li a.nav-about:before {
  background-image: url(../img/nav03.png);
}
nav ul li a.nav-admission:before {
  background-image: url(../img/nav04.png);
}
nav ul li a.nav-day:before {
  background-image: url(../img/nav05.png);
}
nav ul li a.nav-event:before {
  background-image: url(../img/nav06.png);
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  nav {
    position: fixed;
    left: -240px;
    top: 0;
    width: 240px;
    height: 100%;
    background: #7ebf04;
    overflow-y: auto;
    z-index: 1000000;
    -webkit-overflow-scrolling: touch;
    -webkit-transition: left 0.2s;
    transition: left 0.2s;
    will-change: transform;
    border-width: 0;
    padding: 0;
  }
  nav ul {
    width: 100%;
    display: block;
    justify-content: center;
    position: initial;
  }
  nav ul li {
    width: 100%;
    text-align: left;
    padding: 10px;
    border-bottom: 1px dashed #fff;
    border-left-width: 0 !important;
    border-right-width: 0 !important;
    display: block;
  }
  nav ul li a {
    font-size: 1rem;
    color: #fff;
    display: flex;
    align-items: center;
  }
  nav ul li a:before {
    display: block;
    margin: 0 10px 0 0;
    width: 50px;
    height: 30px;
  }
  nav ul li a:after {
    content: "\e907";
    font-family: "icomoon";
    display: inline-block;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 16px;
  }
  nav .clone-nav {
    display: none;
  }
}

/* スマホ用グローバルナビボタン
******************************************/
.button, .telBtn {
  display: none;
}

@media screen and (max-width: 769px) and (orientation: portrait) {
  .button, .telBtn {
    display: block !important;
  }
  .button {
    position: fixed;
    top: 35px;
    left: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #7ebf04;
    z-index: 1000000;
    cursor: pointer;
    outline: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .button:after {
    content: "MENU";
    display: block;
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: #fff;
    font-size: 11px;
    text-align: center;
    font-weight: 700;
  }
  .button .bar {
    display: block;
    position: absolute;
    top: 16px;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before, .button .bar:after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    left: 0;
    width: 36px;
    height: 3px;
    margin: auto;
    background: #fff;
  }
  .button .bar:before {
    top: -9px;
  }
  .button .bar:after {
    top: 9px;
  }
  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .open nav {
    left: 0;
  }
  .open .button {
    border: 2px solid #fff;
    background: none;
    -webkit-transform: translate(240px, 0);
    transform: translate(240px, 0);
  }
  .open .bar {
    background: none;
  }
  .open .bar:before, .open .bar:after {
    top: 0;
    background: #fff;
  }
  .open .bar:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .bar:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .open .button:after {
    content: "CLOSE";
    color: #fff;
  }
  .open .screen {
    opacity: 0.6;
    visibility: visible;
  }
  .screen {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000;
    opacity: 0;
    visibility: hidden;
    z-index: 999999;
  }
  .telBtn {
    position: fixed;
    top: 35px;
    right: 5px;
    width: 50px;
    height: 50px;
    border: 2px solid #fff;
    border-radius: 5px;
    background: #7ebf04;
    z-index: 100000;
    cursor: pointer;
    padding: 4px 0;
    text-align: center;
    -webkit-transition: 0.2s;
    transition: 0.2s;
  }
  .telBtn i {
    color: #fff;
    font-size: 40px;
  }
  .button.fixed,
  .telBtn.fixed {
    top: 5px;
  }
}
/* スクロール後グローバルナビ
******************************************/
.clone-nav {
  position: fixed;
  z-index: 1000;
  top: -10px;
  left: 0;
  width: 100%;
  max-width: 100% !important;
  transition: 0.3s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background: #fff;
  border-bottom: 1px solid #a3a3a3;
  padding: 10px 0;
  /* sp */
}
.clone-nav ul {
  width: 1100px;
  margin: auto;
  position: initial;
}
.clone-nav .logo {
  width: 90px;
  top: 0px;
}
.clone-nav .logo img {
  height: auto;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .clone-nav {
    display: none;
  }
}

.is-show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 0;
}

.button, .telBtn {
  display: none;
}

/******************************************
[topics]
******************************************/
.topics {
  width: 100%;
  display: flex;
  /* sp */
}
.topics li {
  width: 25%;
  min-width: 0;
  margin: 0 2% 2% 0;
  padding: 10px;
  background: #fff;
  border: 1px dashed #a3a3a3;
  z-index: 1;
}
.topics li:last-child {
  margin-right: 0;
}
.topics li a {
  font-size: 0.875rem;
}
.topics li a .topics_thumb {
  width: 100%;
  height: 150px;
  overflow: hidden;
  display: block;
  background: #ffffcc url("../img/logo-header-sp.png") no-repeat center;
  background-size: 70%;
}
.topics li a .topics_thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}
.topics li a .topics_date {
  color: #faa30c;
  display: block;
  margin: 10px 0 0;
}
.topics li a .topics_title {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
.topics.topics-list {
  flex-wrap: wrap;
}
.topics.topics-list li {
  width: 23.5%;
  margin: 2% 2% 0 0;
}
.topics.topics-list li:nth-child(4n) {
  margin-right: 0;
}
.topics.topics-list li a {
  font-size: 0.875rem;
}
.topics.topics-list li a .topics_thumbnail {
  height: 200px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .topics {
    justify-content: center;
    flex-wrap: wrap;
  }
  .topics li {
    width: 49%;
    margin: 0 2% 2% 0;
  }
  .topics li:nth-child(2n) {
    margin-right: 0;
  }
  .topics li:nth-child(5n) {
    margin-right: 2%;
  }
  .topics li:nth-last-child(-n+5) {
    margin-bottom: 2%;
  }
  .topics li:last-child {
    margin-bottom: 0;
  }
  .topics li a {
    font-size: 0.75rem;
  }
  .topics li a .topics_thumb {
    width: 100%;
    height: 90px;
  }
  .topics.topics-list li {
    width: 48.5%;
    margin: 2% 2% 0 0;
  }
  .topics.topics-list li:nth-child(2n) {
    margin-right: 0;
  }
  .topics.topics-list li a {
    font-size: 0.75rem;
  }
}

/* トピックスページャー */
.topics_paging {
  margin: 20px 0 0;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
.topics_paging li {
  width: 24px;
  text-align: center;
  font-size: 0.875rem;
  display: inline-block;
  margin: 0 4px;
  list-style: none;
  border: 1px solid #a3a3a3;
  padding: 2px 0;
  background: #fff;
}
.topics_paging li a {
  color: #7ebf04;
  text-decoration: underline;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .topics_paging li {
    width: auto;
    font-size: 0.75rem;
    padding: 2px;
  }
  .topics_paging li a {
    font-size: 0.75rem;
  }
}

/* 詳細画面 */
.detail {
  /*#topics_thumbnail {
    text-align: center;
    margin-bottom: 20px;
    img {
      max-width: 400px;
    }
  }*/
  /* sp */
}
.detail .topics_title {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.3;
  border-bottom: 2px dotted #7ebf04;
  padding: 0 0 10px;
  margin-bottom: 10px;
}
.detail .topics_date {
  font-size: 0.875rem;
  text-align: right;
  margin-bottom: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .detail h3 {
    font-size: 1rem;
  }
  .detail #topics_thumbnail img {
    width: 100%;
    max-width: 300px;
  }
}

/******************************************
[photo]
******************************************/
.photo.topics {
  flex-wrap: wrap;
  /* sp */
}
.photo.topics:before, .photo.topics:after {
  content: "";
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  z-index: 1;
}
.photo.topics:before {
  background-image: url("../img/sec3-list-1st.png");
  width: 61px;
  height: 55px;
  left: -5px;
  top: -50px;
}
.photo.topics:after {
  background-image: url("../img/sec3-list-last.png");
  width: 65px;
  height: 66px;
  right: -50px;
  bottom: 0px;
}
.photo.topics li {
  width: 18.4%;
  border-width: 0;
  box-shadow: 5px 5px 0px 0px rgba(51, 36, 10, 0.2);
  padding: 5px;
}
.photo.topics li a {
  pointer-events: none;
}
.photo.topics li:nth-child(5n), .photo.topics li:last-child {
  margin-right: 0;
}
.photo.topics li:before {
  content: "";
  background: url("../img/about-tape.png") no-repeat center;
  background-size: contain;
  width: 80px;
  height: 32px;
  position: absolute;
  top: -12px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 1;
}
.photo.topics li .topics_thumb {
  margin-bottom: 5px;
}
.photo.topics li .topics_title {
  color: #33240a;
  text-align: center;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .photo.topics:before {
    width: 40px;
    height: 36px;
    left: -5px;
    top: -20px;
  }
  .photo.topics:after {
    width: 40px;
    height: 43px;
    right: -15px;
    bottom: initial;
    top: -20px;
  }
  .photo.topics li {
    width: 48%;
    box-shadow: 3px 3px 0px 0px rgba(51, 36, 10, 0.2);
    margin: 4% 4% 0 0;
  }
  .photo.topics li:nth-child(5n) {
    margin-right: 4%;
  }
  .photo.topics li:nth-child(2n) {
    margin-right: 0;
  }
  .photo.topics li:before {
    width: 63px;
    height: 25px;
    top: -11px;
  }
}

/******************************************
[totop]
******************************************/
.pagetop {
  bottom: 0;
  right: -5px;
  display: block;
  position: fixed;
  width: 129px;
  height: 128px;
  z-index: 10;
  transition: all 0.3s ease;
  /* sp */
}
@media screen and (min-width: 770px) {
  .pagetop:hover {
    bottom: 0px !important;
  }
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .pagetop {
    bottom: 0;
    width: 80px;
    height: 80px;
    right: 0px !important;
  }
}

/*#pageTop {
  position: fixed;
  right: 20px;
  bottom: 50px;
  z-index: 10;
  a {
    @include fz(14);
    color: $white;
    line-height: 1;
    text-align: center;
    padding: 5px;
    display: block;
    width: 50px;
    height: 50px;
    background: $main;
    border-radius: 100px;
    border: 2px solid $white;
    transition: .3s;

    &:before {
      content: "\e902";
      font-family: "icomoon";
      display: block;
    }

    &:hover {
      text-decoration: none;
      color: $orange;
      background: $white;
      border: 2px solid $orange;
    }
  }*/
/* sp */
/*@include sp {
          //#pageTop
          right: 10px;
          bottom: 10px;
        }
}*/
/******************************************
[column]
******************************************/
.column-2n {
  display: flex;
  flex-wrap: wrap;
}

.column-2n .column-box {
  width: calc(105% / 2 - 5%);
  margin: 0 5% 0 0;
}
.column-2n .column-box:nth-child(2) {
  margin-right: 0;
}
.column-2n .column-box.left {
  order: 1;
  margin: 0 5% 0 0;
}
.column-2n .column-box.right {
  order: 2;
  margin: 0 0 0 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-2n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-2n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-2n .column-box:nth-child(2) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
.column-3n {
  display: flex;
  flex-wrap: wrap;
}

.column-3n .column-box {
  width: calc(105% / 3 - 5%);
  margin: 0 5% 0 0;
}
.column-3n .column-box:nth-child(3n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-3n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-3n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-3n .column-box:nth-child(3) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
.column-4n {
  display: flex;
  flex-wrap: wrap;
}

.column-4n .column-box {
  width: calc(105% / 4 - 5%);
  margin: 0 5% 0 0;
}
.column-4n .column-box:nth-child(4n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-4n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-4n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-4n .column-box:nth-child(4) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
.column-5n {
  display: flex;
  flex-wrap: wrap;
}

.column-5n .column-box {
  width: calc(105% / 5 - 5%);
  margin: 0 5% 0 0;
}
.column-5n .column-box:nth-child(5n) {
  margin-right: 0;
}

/************************ ここからsp ************************/
@media screen and (max-width: 769px) and (orientation: portrait) {
  .column-5n {
    display: block;
    flex-flow: row-reverse;
  }
  .column-5n .column-box {
    width: 100%;
    margin: 0 0 5%;
  }
  .column-5n .column-box:nth-child(5) {
    margin-bottom: 0;
  }
}
/************************ spここまで ************************/
/******************************************
[google map]
******************************************/
.gmap {
  /* sp */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .gmap {
    height: 300px;
  }
  .gmap iframe {
    height: 300px;
  }
}

/******************************************
[画像・ボックスの影]
******************************************/
.shadow-1 {
  box-shadow: 15px 15px 0px 0px rgba(51, 36, 10, 0.2);
}

.shadow-2 {
  box-shadow: 5px 5px 0px 0px rgba(51, 36, 10, 0.2);
}

.shadow-3 {
  box-shadow: 5px 5px 5px 0px rgba(51, 36, 10, 0.4);
}

/******************************************
[check] チェックボックス 
******************************************/
.check {
  width: 600px;
  margin: 30px auto;
  border: 2px solid #7ebf04;
  border-radius: 10px;
  padding: 40px;
  /* sp */
}
.check li {
  font-size: 1.5625rem;
  line-height: 1;
  margin-bottom: 20px;
  border-bottom: 1px dotted #7ebf04;
  padding-bottom: 20px;
}
.check li:last-child {
  margin-bottom: 0;
}
.check li:before {
  content: "";
  width: 41px;
  height: 35px;
  background: url("../img/icon-check.png") no-repeat;
  background-size: cover;
  display: inline-block;
  margin-right: 10px;
  vertical-align: text-bottom;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .check {
    width: 100%;
    margin: 20px auto;
    padding: 20px;
  }
  .check li {
    font-size: 1.125rem;
    text-indent: -35px;
    padding-left: 35px;
  }
}
@media screen and (max-width: 769px) and (orientation: portrait) and (max-width: 320px) and (orientation: portrait) {
  .check li {
    font-size: 0.875rem;
  }
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .check li:before {
    width: 25px;
    height: 21px;
    vertical-align: middle;
  }
}

/******************************************
[.wave] 青背景
******************************************/
.wave {
  background: #ffffcc;
}
.wave:before, .wave:after {
  content: "";
  background: url("../img/wave.png") center repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
  z-index: 1;
}
.wave:before {
  top: -3px;
}
.wave:after {
  bottom: -3px;
}

/******************************************
[.frame] フレーム
******************************************/
.frame {
  border-radius: 10px;
  border: 2px dashed #7ebf04;
  background: #fff;
  padding: 30px;
  margin-top: 30px;
  /* sp */
}
.frame:first-child {
  margin-top: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .frame {
    padding: 20px;
    margin-top: 20px;
  }
}

/******************************************
注釈.note
******************************************/
.note {
  font-size: 0.875rem;
  line-height: 1.4;
  text-indent: -1em;
  padding: 0 0 0 1em;
  margin: 5px 0;
}

/******************************************
リスト
******************************************/
dl.basic {
  /* sp */
}
dl.basic dd {
  margin: 0 0 50px;
}
dl.basic dd:last-of-type {
  margin: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  dl.basic dd {
    margin: 0 0 30px;
  }
}

ul.basic li {
  list-style-type: disc;
  list-style-position: outside;
  margin: 0 0 10px 1em;
}
ul.basic li:last-of-type {
  margin-bottom: 0;
}

/******************************************
[btn]
******************************************/
.btn {
  text-align: center;
  margin-top: 20px;
  z-index: 1000;
  /* sp */
}
.btn a {
  font-size: 1.25rem;
  color: #664100;
  line-height: 1;
  display: inline-block;
  border-radius: 100px;
  background: #fff;
  border: 2px solid #664100;
  box-shadow: 2px 2px 0px 0px #664100;
  padding: 10px 30px;
  margin: 0 2px 2px 0;
  transition: 0.1s;
}
.btn a:after {
  content: "\e907";
  font-family: "icomoon";
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
@media screen and (min-width: 770px) {
  .btn a:hover {
    box-shadow: none;
    text-decoration: none;
    margin: 2px 0 0 2px;
  }
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  .btn a {
    font-size: 0.875rem;
  }
}

.btn2 {
  text-align: center;
}
.btn2 a {
  font-size: 1.125rem;
  font-weight: 500;
  color: #fff;
  line-height: 1;
  width: 100%;
  display: inline-block;
  border-radius: 10px;
  padding: 20px 0;
  transition: 0.1s;
  background: #e4007f;
}
.btn2 a:after {
  content: "\e907";
  font-family: "icomoon";
  display: inline-block;
  margin-left: 5px;
  vertical-align: top;
}
@media screen and (min-width: 770px) {
  .btn2 a:hover {
    opacity: 0.5;
  }
}

#index {
  /******************************************
  [mv]
  ******************************************/
  /******************************************
  [sec1] お知らせ
  ******************************************/
  /******************************************
  [sec2] トップメニューバナー
  ******************************************/
  /******************************************
  [sec3] 園内紹介
  ******************************************/
  /******************************************
  [sec4] 各種ダウンロード
  ******************************************/
  /******************************************
  [sec5] 園の概要
  ******************************************/
}
#index .mv {
  width: 100%;
  margin: auto;
  height: 650px;
  background-image: url("../img/mv-bg-left.png"), url("../img/mv-bg-right.png"), url("../img/mv-bg.jpg");
  background-size: contain, contain, 16px;
  background-repeat: no-repeat, no-repeat, repeat;
  background-position: left center, right center, center;
  /* sp */
}
#index .mv-box {
  width: 1100px;
  height: 100%;
  margin: auto;
}
#index .mv-box .mv-img,
#index .mv-box .mv-txt {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 2;
}
#index .mv-box .mv-img {
  bottom: -10px;
}
#index .mv-box .mv-txt {
  bottom: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #index .mv {
    height: 105vw;
    background-size: contain;
  }
  #index .mv-box {
    width: 100%;
  }
  #index .mv-box .mv-img,
  #index .mv-box .mv-txt {
    width: 95%;
    max-width: 500px;
  }
  #index .mv-box .mv-img {
    top: 0;
    bottom: initial;
  }
  #index .mv-box .mv-txt {
    top: initial;
    bottom: 60px;
  }
}
#index #sec1 {
  background-color: #fff;
  /* sp */
}
#index #sec1 .topics li:first-child:after {
  content: "";
  width: 100px;
  height: 88px;
  background: url("../img/topics-img.png") no-repeat center;
  background-size: contain;
  position: absolute;
  left: 20px;
  top: -85px;
  z-index: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec1 .topics li:first-child:after {
    width: 70px;
    height: 64px;
    left: -10px;
    top: -45px;
  }
}
#index #sec2 {
  padding-bottom: 130px;
  background: url(../img/index-sec2-bottom.png) repeat-x bottom;
  background-size: 35px 36px;
  /* sp */
}
#index #sec2:before, #index #sec2:after {
  content: "";
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 1;
  background-repeat: no-repeat;
}
#index #sec2:before {
  width: 95%;
  height: 210px;
  top: -140px;
  left: 0;
  right: 0;
  background-image: url(../img/sec2-left-img.png), url(../img/sec2-right-img.png);
  background-position: left bottom, right bottom;
  background-size: 125px 210px, 175px 155px;
}
#index #sec2:after {
  width: 80%;
  height: 130px;
  bottom: 20px;
  background-image: url(../img/sec2-bottomLeft-img.png), url(../img/sec2-bottomRight-img.png);
  background-position: left bottom, right bottom;
  background-size: 180px 130px, 180px 106px;
  z-index: -1;
}
#index #sec2 .policy {
  display: flex;
}
#index #sec2 .policy > li {
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1.4;
  width: 33.333%;
  margin: 30px 20px 0;
  border: 5px solid;
  border-radius: 20px;
  padding: 50px 15px 25px;
  background: #fff;
}
#index #sec2 .policy > li:before {
  content: "";
  width: 400px;
  height: 95px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -40px;
  left: -40px;
}
#index #sec2 .policy > li:nth-child(1) {
  margin-top: 90px;
  border-color: #7ebf04;
  background: #fff url(../img/sec2-policy1-bg.png) no-repeat bottom center;
  background-size: 180px;
}
#index #sec2 .policy > li:nth-child(1):before {
  background-image: url(../img/sec2-policy1.png);
}
#index #sec2 .policy > li:nth-child(2) {
  border-color: #faa30c;
}
#index #sec2 .policy > li:nth-child(2):before {
  background-image: url(../img/sec2-policy2.png);
}
#index #sec2 .policy > li:nth-child(3) {
  text-align: center;
  margin-top: 90px;
  line-height: 2;
  border-color: #16bdf8;
}
#index #sec2 .policy > li:nth-child(3):before {
  background-image: url(../img/sec2-policy3.png);
}
#index #sec2 .policy > li ol {
  margin-left: 20px;
}
#index #sec2 .policy > li ol li {
  margin: 0 0 20px;
  list-style-type: disc;
  list-style-position: outside;
}
#index #sec2 .policy > li ol li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec2 {
    padding: 60px 0 80px;
    background-size: 20px 20px;
  }
  #index #sec2:before {
    height: 105px;
    top: -70px;
    background-size: 62px 105px, 87px 77px;
  }
  #index #sec2:after {
    width: 80%;
    height: 65px;
    bottom: 12px;
    background-size: 90px 65px, 90px 53px;
  }
  #index #sec2 .policy {
    display: block;
  }
  #index #sec2 .policy > li {
    font-size: 0.9375rem;
    width: 100%;
    max-width: 330px;
    margin: 40px auto 0;
    padding: 50px 10px 15px;
  }
  #index #sec2 .policy > li:before {
    width: 400px;
    height: 95px;
    top: -40px;
    left: -42px;
  }
  #index #sec2 .policy > li:nth-child(1) {
    margin-top: 60px;
    padding-bottom: 130px;
    background-size: 180px;
  }
  #index #sec2 .policy > li:nth-child(3) {
    line-height: 2;
    margin-top: 40px;
  }
  #index #sec2 .policy > li ol {
    margin-left: 20px;
  }
  #index #sec2 .policy > li ol li {
    margin: 0 0 20px;
    list-style-type: disc;
    list-style-position: outside;
  }
  #index #sec2 .policy > li ol li:last-child {
    margin-bottom: 0;
  }
}
#index #sec3 {
  background-image: url("../img/sec3-left-img.png"), url("../img/sec3-right-img.png"), url("../img/bg-dot.jpg");
  background-repeat: no-repeat, no-repeat, repeat;
  background-size: 299px 182px, 299px 182px, 15px 15px;
  background-position: top left, top right, center;
  /* sp */
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec3 {
    background-size: 74px 45px, 74px 45px, 10px 10px;
  }
}
#index #sec4 {
  /* sp */
}
#index #sec4:before {
  content: "";
  margin: auto;
  position: absolute;
  width: 95%;
  height: 173px;
  top: -70px;
  left: 0;
  right: 0;
  background-image: url(../img/sec4-left-img.png), url(../img/sec4-right-img.png);
  background-position: left bottom, right bottom;
  background-repeat: no-repeat;
  background-size: 150px 173px, 200px 155px;
  z-index: 1;
}
#index #sec4 .topBnr {
  display: flex;
  justify-content: center;
}
#index #sec4 .topBnr:before {
  content: "";
  margin: auto;
  position: absolute;
  width: 90px;
  height: 75px;
  top: -55px;
  right: -20px;
  background: url(../img/sec4-list-1st.png) no-repeat center;
  background-size: contain;
  z-index: 1;
}
#index #sec4 .topBnr li {
  width: 25%;
  margin: 0 2% 0 0;
}
#index #sec4 .topBnr li:last-child {
  margin: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec4:before {
    height: 86px;
    top: -50px;
    background-size: 75px 86px, 100px 77px;
  }
  #index #sec4 .topBnr {
    display: block;
  }
  #index #sec4 .topBnr:before {
    width: 72px;
    height: 60px;
    top: -15px;
    right: -10px;
  }
  #index #sec4 .topBnr li {
    width: 100%;
    max-width: 280px;
    margin: 10px auto 0 !important;
  }
}
#index #sec5 {
  background: #fff;
  /* sp */
}
#index #sec5 .inner:before {
  content: "";
  margin: auto;
  position: absolute;
  width: 110px;
  height: 267px;
  bottom: -80px;
  right: -80px;
  background: url(../img/sec5-right-img.png) no-repeat center;
  background-size: contain;
  z-index: 1;
}
#index #sec5 .frame {
  background: #edfbd4;
}
#index #sec5 .outline {
  display: flex;
}
#index #sec5 .outline-left {
  width: 640px;
  padding-right: 30px;
}
#index #sec5 .outline-left table {
  width: 100%;
}
#index #sec5 .outline-left table tr {
  border-bottom: 1px dashed #33240a;
}
#index #sec5 .outline-left table tr th, #index #sec5 .outline-left table tr td {
  padding: 15px 0;
}
#index #sec5 .outline-left table tr th {
  width: 15%;
  text-align: right;
  padding-right: 20px !important;
}
#index #sec5 .outline-left table tr td {
  width: 85%;
}
#index #sec5 .outline-right {
  font-size: 0;
  width: 400px;
  margin: auto;
}
#index #sec5 .outline-right:before {
  content: "";
  width: 150px;
  height: 150px;
  background: url("../img/about-outline-stamp.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #index #sec5 .inner:before {
    width: 55px;
    height: 133px;
    bottom: -50px;
    right: 0px;
  }
  #index #sec5 .outline {
    display: block;
  }
  #index #sec5 .outline-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  #index #sec5 .outline-left table tr th, #index #sec5 .outline-left table tr td {
    padding: 10px 0;
  }
  #index #sec5 .outline-left table tr th {
    width: 28%;
  }
  #index #sec5 .outline-left table tr td {
    width: 72%;
  }
  #index #sec5 .outline-right {
    width: 100%;
    max-width: 500px;
  }
  #index #sec5 .outline-right:before {
    width: 100px;
    height: 100px;
  }
}

#second {
  /******************************************
  [mv] メインタイトル
  ******************************************/
  /******************************************
  [section]
  ******************************************/
  /******************************************
  [about.html] 当園案内
  ******************************************/
  /******************************************
  [admission.html] 入園の流れ
  ******************************************/
  /******************************************
  [day.html] 1日の流れ
  ******************************************/
  /******************************************
  [event.html] 年間行事
  ******************************************/
}
#second footer {
  background-image: url("../img/triangle-dot.png"), url("../img/footer-bg.jpg");
}
#second .mv {
  width: 100%;
  margin: auto;
  height: 300px;
  background-image: url("../img/mv-bg-left.png"), url("../img/mv-bg-right.png"), url("../img/mv-bg.jpg");
  background-size: 348px 600px, 300px 600px, 16px 16px;
  background-position: bottom left, bottom right, center;
  background-repeat: no-repeat, no-repeat, repeat;
  /* sp */
}
#second .mv-box {
  width: 1100px;
  height: 100%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
#second .mv-box p {
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 10px;
  color: #7ebf04;
  font-weight: 700;
  padding: 15px 10px 15px 20px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .mv {
    height: 200px;
    background-size: 174px 300px, 150px 300px, 10px 10px;
    background-position: bottom left, bottom right, center;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  #second .mv-box {
    width: 100%;
  }
  #second .mv-box p {
    font-size: 1.5625rem;
    letter-spacing: 0;
    padding: 10px 15px;
  }
}
#second section {
  /* sp */
}
#second section:nth-child(even), #second section.greenBG {
  background: url("../img/bg-dot.jpg") center;
  background-size: 15px;
}
#second section:nth-child(even):before, #second section:nth-child(even):after, #second section.greenBG:before, #second section.greenBG:after {
  content: "";
  background: url("../img/wave.png") center repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  height: 6px;
}
#second section:nth-child(even):before, #second section.greenBG:before {
  top: -3px;
}
#second section:nth-child(even):after, #second section.greenBG:after {
  bottom: -3px;
}
#second section:nth-child(even) h3 span, #second section.greenBG h3 span {
  color: #fff;
}
#second .photo {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  /* sp */
}
#second .photo li {
  width: 204px;
  margin: 20px 20px 0 0;
  background: #fff;
  box-shadow: 5px 5px 0px 0px rgba(51, 36, 10, 0.2);
}
#second .photo li:nth-child(-n+5) {
  margin-top: 0;
}
#second .photo li:nth-child(5n) {
  margin-right: 0;
}
#second .photo li:before {
  content: "";
  width: 26px;
  height: 32px;
  background: url("../img/pin-pink.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -10px;
  left: -20px;
  right: 0;
  margin: auto;
  z-index: 1;
}
#second .photo li:nth-child(even):before {
  background-image: url("../img/pin-green.png");
}
#second .photo li a {
  font-size: 0.875rem;
  text-align: center;
  display: block;
  padding: 10px;
}
#second .photo li a span {
  display: block;
  width: 100%;
  height: 150px;
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}
#second .photo li a span img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
}
@media screen and (min-width: 770px) {
  #second .photo li a:hover {
    opacity: 0.5;
    text-decoration: none;
  }
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .photo li {
    width: 48%;
    margin: 8% 3% 0 0;
    background: #fff;
  }
  #second .photo li:nth-child(-n+5) {
    margin-top: 8%;
  }
  #second .photo li:nth-child(-n+2) {
    margin-top: 0;
  }
  #second .photo li:nth-child(5n) {
    margin-right: 3%;
  }
  #second .photo li:nth-child(2n) {
    margin-right: 0;
  }
  #second .photo li a {
    font-weight: 700;
    padding: 5px;
  }
  #second .photo li a span {
    height: 100px;
    margin-bottom: 5px;
  }
}
#second .download {
  display: flex;
  /* sp */
}
#second .download li {
  width: 25%;
  margin-right: 20px;
}
#second .download li:last-child {
  margin-right: 0;
}
#second .download li:nth-child(2) a {
  background: #faa30c;
}
#second .download li:nth-child(3) a {
  background: #7ebf04;
}
#second .download li:nth-child(4) a {
  background: #0061aa;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .download {
    flex-wrap: wrap;
  }
  #second .download li {
    width: 100%;
    margin: 0 0 10px;
  }
  #second .download li:last-child {
    margin-bottom: 0;
  }
}
#second .outline {
  display: flex;
  /* sp */
}
#second .outline-left {
  width: 640px;
  padding-right: 30px;
}
#second .outline-left table {
  width: 100%;
}
#second .outline-left table tr {
  border-bottom: 1px dashed #33240a;
}
#second .outline-left table tr th, #second .outline-left table tr td {
  padding: 15px 0;
}
#second .outline-left table tr th {
  width: 15%;
  text-align: right;
  padding-right: 20px !important;
}
#second .outline-left table tr td {
  width: 85%;
}
#second .outline-right {
  font-size: 0;
  width: 400px;
  margin: auto;
}
#second .outline-right:before {
  content: "";
  width: 150px;
  height: 150px;
  background: url("../img/about-outline-stamp.png") center no-repeat;
  background-size: contain;
  position: absolute;
  top: -20px;
  right: -20px;
  z-index: 1;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .outline {
    display: block;
  }
  #second .outline-left {
    width: 100%;
    padding: 0 0 20px 0;
  }
  #second .outline-left table tr th, #second .outline-left table tr td {
    padding: 10px 0;
  }
  #second .outline-left table tr th {
    width: 28%;
  }
  #second .outline-left table tr td {
    width: 72%;
  }
  #second .outline-right {
    width: 100%;
    max-width: 500px;
  }
  #second .outline-right:before {
    width: 100px;
    height: 100px;
  }
}
#second .frame {
  /* sp */
}
#second .frame dl dt {
  font-size: 1.5625rem;
  color: #0061aa;
  font-weight: 700;
}
#second .frame dl dd {
  border-bottom: 2px dashed #7ebf04;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
#second .frame dl dd:last-child {
  border-bottom-width: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .frame dl dt {
    font-size: 1.25rem;
  }
  #second .frame dl dd {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
#second .flow {
  /* sp */
}
#second .flow p {
  text-align: left;
}
#second .flow li {
  display: flex;
  align-items: center;
  margin-top: 30px;
}
#second .flow li:first-child {
  margin-top: 0;
}
#second .flow-img {
  width: 150px;
  height: 150px;
  border-radius: 500px;
  box-shadow: 5px 5px 0px 0px #fff;
  overflow: hidden;
  margin: 0 30px 0 0;
}
#second .flow dl {
  width: 920px;
  margin: 0;
}
#second .flow dl dt {
  font-size: 1.5625rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 2px dotted #7ebf04;
}
#second .flow dl dt span {
  color: #e4007f;
  display: inline-block;
  margin-right: 10px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .flow li {
    display: block;
    margin-top: 130px !important;
  }
  #second .flow-img {
    width: 150px;
    height: 150px;
    box-shadow: none;
    border: 4px solid #fff;
    margin: 0 auto;
    position: absolute;
    top: -110px;
    left: 0;
    right: 0;
    z-index: 1;
  }
  #second .flow dl {
    width: 100%;
    margin: 0;
  }
  #second .flow dl dt {
    font-size: 1.125rem;
  }
  #second .flow dl dt span {
    display: block;
    margin: 0 0 10px;
  }
}
#second .timeTable {
  /* sp */
}
#second .timeTable dl {
  border-bottom: 1px dashed #33240a;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
#second .timeTable dl a {
  display: flex;
  align-items: center;
  pointer-events: none;
}
#second .timeTable dl:last-child {
  border-bottom-width: 0;
  margin-bottom: 0;
  padding-bottom: 0;
}
#second .timeTable dl dt, #second .timeTable dl dd {
  font-size: 1.25rem;
}
#second .timeTable dl dt {
  color: #664100;
  font-weight: 700;
  width: 10%;
}
#second .timeTable dl dt img {
  width: 50px;
  margin-right: 10px;
  vertical-align: middle;
}
#second .timeTable dl dd {
  width: 90%;
  margin-bottom: 0;
  padding-bottom: 0;
  border-width: 0;
}
#second .timeTable dl dd.timeTable-img {
  position: absolute;
  width: 150px;
  height: 150px;
  border-radius: 200px;
  background: #ffffcc url("../img/logo-header-sp.png") no-repeat center;
  background-size: 70%;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
}
#second .timeTable dl dd.timeTable-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
  max-width: inherit;
  height: 100%;
}
#second .timeTable dl:nth-child(odd) .timeTable-img {
  right: -20px;
}
#second .timeTable dl:nth-child(even) .timeTable-img {
  right: 100px;
}
#second .timeTable-img {
  position: absolute;
  top: -50px;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .timeTable dl {
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  #second .timeTable dl a {
    display: block;
  }
  #second .timeTable dl dt, #second .timeTable dl dd {
    font-size: 1rem;
  }
  #second .timeTable dl dt {
    width: 100%;
    padding-bottom: 10px;
  }
  #second .timeTable dl dt img {
    width: 30px;
  }
  #second .timeTable dl dd {
    width: 100%;
  }
  #second .timeTable dl dd.timeTable-img {
    width: 100px;
    height: 100px;
  }
  #second .timeTable dl:nth-child(odd) .timeTable-img {
    right: -35px;
  }
  #second .timeTable dl:nth-child(even) .timeTable-img {
    right: 20px;
  }
}
#second .event {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  /* sp */
}
#second .event li {
  width: 32%;
  background: #fff;
  padding: 10px 20px 20px 20px;
  margin: 20px auto 0;
  border: 2px dashed #faa30c;
  border-radius: 5px;
}
#second .event li a {
  pointer-events: none;
}
#second .event li:nth-child(-n+3) {
  margin-top: 0;
}
#second .event li:nth-child(even) .event-img {
  transform: rotate(-2deg);
}
#second .event li:nth-child(odd) .event-img {
  transform: rotate(2deg);
}
@media screen and (min-width: 770px) {
  #second .event li a:hover {
    opacity: 0.5;
  }
}
#second .event li .event-month {
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 1;
  color: #faa30c;
}
#second .event li .event-month:before {
  content: "";
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  display: inline-block;
  margin-right: 10px;
  vertical-align: middle;
}
#second .event li .event-ttl {
  font-size: 1.125rem;
  display: block;
  margin-top: 10px;
  line-height: 1.2;
  color: #664100;
}
#second .event li .event-ttl:after {
  content: "";
  width: 26px;
  height: 32px;
  background: url("../img/pin-pink.png") center no-repeat;
  background-size: contain;
  position: absolute;
  bottom: -40px;
  left: -20px;
  right: 0;
  margin: auto;
  z-index: 2;
  overflow: visible;
}
#second .event li:nth-of-type(4n-3) {
  border: 2px dashed #e4007f;
}
#second .event li:nth-of-type(4n-3) .event-month {
  color: #e4007f;
  border-bottom: 2px dotted #e4007f;
}
#second .event li:nth-of-type(4n-2) {
  border: 2px dashed #faa30c;
}
#second .event li:nth-of-type(4n-2) .event-month {
  color: #faa30c;
  border-bottom: 2px dotted #faa30c;
}
#second .event li:nth-of-type(4n-1) {
  border: 2px dashed #7ebf04;
}
#second .event li:nth-of-type(4n-1) .event-month {
  color: #7ebf04;
  border-bottom: 2px dotted #7ebf04;
}
#second .event li:nth-of-type(4n) {
  border: 2px dashed #0061aa;
}
#second .event li:nth-of-type(4n) .event-month {
  color: #0061aa;
  border-bottom: 2px dotted #0061aa;
}
#second .event li:nth-child(1) .event-month:before {
  background-image: url("../img/event-icon04.png");
}
#second .event li:nth-child(2) .event-month:before {
  background-image: url("../img/event-icon05.png");
}
#second .event li:nth-child(3) .event-month:before {
  background-image: url("../img/event-icon06.png");
}
#second .event li:nth-child(4) .event-month:before {
  background-image: url("../img/event-icon07.png");
}
#second .event li:nth-child(5) .event-month:before {
  background-image: url("../img/event-icon08.png");
}
#second .event li:nth-child(6) .event-month:before {
  background-image: url("../img/event-icon09.png");
}
#second .event li:nth-child(7) .event-month:before {
  background-image: url("../img/event-icon10.png");
}
#second .event li:nth-child(8) .event-month:before {
  background-image: url("../img/event-icon11.png");
}
#second .event li:nth-child(9) .event-month:before {
  background-image: url("../img/event-icon12.png");
}
#second .event li:nth-child(10) .event-month:before {
  background-image: url("../img/event-icon01.png");
}
#second .event li:nth-child(11) .event-month:before {
  background-image: url("../img/event-icon02.png");
}
#second .event li:nth-child(12) .event-month:before {
  background-image: url("../img/event-icon03.png");
}
#second .event li:nth-child(13) .event-month:before {
  background-image: url("../img/event-icon13.png");
}
#second .event li:nth-child(14) .event-month:before {
  background-image: url("../img/event-icon14.png");
}
#second .event li.shokuiku {
  width: 725px;
  overflow: hidden;
}
#second .event li.shokuiku .event-img {
  width: 315px;
  margin: 0 20px 0 0 !important;
  display: inline-block;
}
#second .event li.shokuiku .event-img:last-of-type {
  margin: 0 0 0 0;
}
#second .event li .event-img {
  font-size: 0;
  border: 10px solid #fff;
  box-shadow: 2px 2px 3px 3px rgba(51, 36, 10, 0.1);
  margin: 20px 0;
  display: block;
  width: 100%;
  height: 200px;
  overflow: hidden;
  z-index: 0;
}
#second .event li .event-img img {
  position: absolute;
}
#second .event li .event-img > img {
  position: absolute;
  z-index: 1;
}
@media screen and (max-width: 769px) and (orientation: portrait) {
  #second .event {
    display: block;
  }
  #second .event li {
    width: 100%;
    max-width: 500px;
    margin-top: 20px;
  }
  #second .event li:nth-child(-n+3) {
    margin-top: 20px;
  }
  #second .event li:nth-child(-n+2) {
    margin-top: 20px;
  }
  #second .event li:first-child {
    margin-top: 0;
  }
  #second .event li .event-ttl {
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  #second .event li .event-ttl span {
    font-size: 0.875rem;
  }
  #second .event li.shokuiku {
    width: 100%;
  }
  #second .event li.shokuiku .event-img {
    width: 100%;
    margin: 0 !important;
  }
  #second .event li.shokuiku .event-img:last-of-type {
    margin: 0 0 50px !important;
  }
}