@charset "utf-8";

/*footer要素とnav要素はcommon.cssに記述しています*/

/* TOP header要素*/
header {
  padding-top: -6vh;
}
h1 {
  position: absolute;
  text-align: center;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
}
h1 img {
  height: 50vh;
  width: auto;
}
#top_main h3 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 800;
}
/*　▼heroを動画にする場合　*/
.firstView {
  height: 103vh;
  width: 100%;
  background-image: url("../img/svg/header_mountain.svg");
  background-position: center bottom;
  background-size: 600px;
  background-repeat: repeat-x;
}
#video-area {
  position: absolute;
  z-index: -9999;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
#video {
  filter: saturate(150%);
  position: absolute;
  z-index: -9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 177.77777778vh;
  height: 56.25vw;
  min-height: 100%;
  min-width: 100%;
}
#video-area::after {
  z-index: -99;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  background-image: radial-gradient(#333 30%, transparent 5%), radial-gradient(#333 30%, transparent 5%);
  background-size: 4px 4px;
  background-position: 0 0, 2px 2px;
  opacity: 0.5;
}
/*　△heroを動画にする場合　*/
#top_main {
  margin-top: -3vh;
}
.about, #covid19Info, #top_activity, #top_lineUp, #news {
  color: #4D4743;
}
/*TOP header要素 PC*/
@media screen and (min-width:760px) {
  .firstView {
    height: 108vh;
    background-size: 780px, cover;
  }
  #top_main {
    margin-top: -5vh;
  }
  h1 {
    padding: 0;
    /*  z-index: 999;*/
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  h1 img {
    width: 24vw;
    height: auto;
    max-height: 60vh;
  }
}
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/
/*▼TOP main要素*/
.about .title {
  background-image: url("../img/svg/about_titleBg_sp.svg");
}
#top_lineUp .title, #lineUp .title {
  background-image: url("../img/svg/lineUp_titleBg_sp.svg");
}
#top_activity .title, .activity .title {
  background-image: url("../img/svg/activity_titleBg_sp.svg");
}
#news .title, .access .title {
  background-image: url("../img/svg/news_titleBg_sp.svg");
}
.title {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  height: 100px; /*sp*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center bottom;
  margin-bottom: 30px;
}
.arrow {
  margin-left: 1em;
}
.about {
  overflow-x: hidden;
}
/*TOP ABOUT*/
.about_content01, .about_content02, .about_content04 {
  max-width: 1200px;
  position: relative;
}
.about_content01 .circleBg p {
  position: absolute;
  z-index: -1;
  background: #C5F07A;
  border-radius: 50%;
  width: 100px;
  height: 100px;
  right: 0;
  bottom: 20%;
  margin-right: -20px;
}
.about_content02 .circleBg p {
  position: absolute;
  z-index: -1;
  background: #7FC1F2;
  border-radius: 50%;
  width: 120px;
  height: 120px;
  left: 0px;
  bottom: 120px;
  margin-left: -20px;
}
.about_content04 .circleBg p {
  position: absolute;
  z-index: -1;
  background: #FFF27B;
  border-radius: 50%;
  width: 121px;
  height: 121px;
  left: 0px;
  bottom: 130px;
  margin-left: -20px;
}
.about_contents > div, .aboutImg_01 {
  margin-bottom: 40px;
  margin-top: 66px;
}
.aboutImg_01 img, .aboutImg_02 img, .aboutImg_03 img, .aboutImg_04 img {
  width: 100%;
}
.aboutText {
  line-height: 230%;
  margin-right: 25px;
  margin-left: 25px;
}
.aboutText_margin {
  margin-bottom: 2em;
}
.aboutImg_01 {
  margin-left: -6%;
  width: 86%;
  max-width: 600px;
}
.aboutImg_02 {
  margin-right: -40%;
}
.aboutImg_02 {
  padding-top: 60px;
  width: 90%;
  margin-left: auto;
  margin-right: -4%;
  max-width: 600px;
}
.aboutImg_03 {
  margin-top: 46px;
  margin-left: -12%;
  width: 100%;
  max-width: 600px;
}
.aboutImg_04 {
  margin-top: 60px;
  width: 86%;
  max-width: 600px;
  margin: 0 0 0 auto;
  margin-right: -16%;
}
/*TOP ABOUT Pc*/
@media screen and (min-width:760px) {
  .title {
    height: 180px;
    margin-bottom: 20px;
    max-width: 1180px;
    margin-right: auto;
    margin-left: auto;
  }
  /*タイトル背景 PC*/
  #about .title {
    background-image: url("../img/svg/about_titleBg_pc.svg");
  }
  #top_lineUp .title, #lineUp .title {
    background-image: url("../img/svg/lineUp_titleBg_pc.svg");
  }
  #top_activity .title, .activity .title {
    background-image: url("../img/svg/activity_titleBg_pc.svg");
  }
  #news .title, .access .title {
    background-image: url("../img/svg/news_titleBg_pc.svg");
  }
  .about_content01 .circleBg p {
    background-color: #84DE83;
    width: 132px;
    height: 132px;
    right: 0;
    bottom: 20px;
    margin-right: -35px;
  }
  .about_content02 .circleBg p {
    width: 240px;
    height: 240px;
    margin-left: -102px;
    left: 0px;
    bottom: 85%;
  }
  .about_content04 .circleBg p {
    width: 242px;
    height: 242px;
    left: 50px;
    bottom: 100px;
    margin-left: 0px;
  }
}
/*TOP main要素 コロナ対策*/
#covid19Info > div {
  background: #f2f6d3;
  margin-top: 80px;
  padding: 25px;
  text-align: center;
  border-radius: 8px;
  width: 100%;
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
}
#covid19Info > div > p {
  margin-top: 20px;
  margin-bottom: 20px;
}
/*TOP viewmore　*/
/*ボタンの形状*/
.btn {
  width: 160px;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease .2s;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 5px;
  border-radius: 50px;
}
#covid19Info .btn {
  width: 190px;
  box-shadow: 0 0 0 3px #977045;
}
#top_lineUp .btn, #top_activity .btn {
  box-shadow: 0 0 0 3px #1DBE4E;
}
/*ボタンの文字設定*/
.btn a {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  z-index: 3;
  padding: 5px 25px;
}
#covid19Info .btn a {
  color: #977045;
}
#top_lineUp .btn a, #top_activity .btn a {
  color: #1DBE4E;
}
/*ホバー時*/
#top_lineUp .btn:hover a, #top_activity .btn:hover a, #covid19Info .btn:hover a {
  color: #fff;
}
.bgleft::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  transition: transform .6s cubic-bezier(0.8, 0, 0.2, 1) 0s;
  transform: scale(0, 1);
  transform-origin: right top;
  border-radius: 50px;
}
#covid19Info .bgleft::before {
  background: #977045;
}
#top_lineUp .bgleft::before, #top_activity .bgleft:before {
  background: #1DBE4E;
}
.bgleft:hover:before {
  transform-origin: left top;
  transform: scale(1, 1);
}
/*TOP LINEUP*/
#top_lineUp {
  margin-top: 120px;
}
.top_artistWrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px 25px;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 40px;
}
.top_artist {
  text-align: center;
  width: 100%;
}
.top_artist > p {
  font-size: 14px;
}
.top_artist img {
  border-radius: 20px;
  width: 100%;
}
/*pc版ではartistを一部変更*/
@media screen and (min-width:760px) {
  .pcnone {
    display: none;
  }
}
/*spではアーティスト数を減らす*/
@media screen and (max-width:759px) {
  .spnone {
    display: none;
  }
}
/*トップページLineUp３列表示*/
@media screen and (min-width:600px) {
  .top_artistWrap {
    grid-template-columns: repeat(3, 1fr); /*gap: 40px 25px;*/
  }
}
/*トップページLineUp４列表示*/
@media screen and (min-width:760px) {
  .top_artistWrap {
    grid-template-columns: repeat(4, 1fr); /*gap: 40px 25px;*/
  }
}
/*TOP ACTIVITY*/
#top_activity {
  margin-top: 100px;
  overflow-x: hidden;
}
#top_activity .top_activityText {
  margin-top: 30px;
  margin-right: 25px;
  margin-left: 25px;
  width: 60%;
}
#top_activity p img {
  width: 100%;
  border-radius: 50%;
}
.top_activityImg01 {
  text-align: right;
  width: 80%;
  margin-left: -10%;
}
.top_activityImg02 {
  text-align: left;
  width: 80%;
  margin-right: -10%;
}
#top_activity .flex {
  margin-bottom: 56px;
}
#top_activity .top_activityText p:first-of-type {
  font-size: 25px;
  font-weight: 800;
  margin-bottom: 25px;
  line-height: 150%;
}
/*TOP NEWS*/
#news {
  margin-top: 100px;
}
.articleWrap {
  margin-right: auto;
  margin-left: auto;
  max-width: 978px;
}
#news .article {
  border-bottom: 1px solid #ACACAC;
}
.article > div {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
#news .article {
  padding-bottom: 26px;
  padding-top: 26px;
}
#news .article p:nth-child(1) {
  width: 8em;
  text-align: center;
  border-radius: 100px;
  padding: 3px 0;
  background-color: #c5f07a;
  font-weight: bold;
  font-size: 14px;
}
#news .article div p:nth-child(2) {
  text-align: right;
  font-weight: bold;
  font-size: 14px;
}
#news .article p {
  line-height: 1.5em;
}

/*▼TOP main要素 PC*/
@media screen and (min-width: 760px) {
  .about_contents > div, .aboutImg_01 {
    margin: 0;
  }
  .about .about_content01 {
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    display: flex;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .about_content02 {
    justify-content: center;
    align-items: flex-start;
    display: flex;
    margin-left: auto;
    margin-right: auto;
  }
  .about .about_content03 {
    justify-content: center;
    align-items: flex-start;
    flex-direction: row-reverse;
    display: flex;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }
  .about .about_content04 {
    margin-left: auto;
    margin-right: auto;
  }
  .aboutImg_01 {
    flex-basis: 47%;
    margin-left: -2%;
    max-width: 669px;
  }
  .aboutImg_02 {
    flex-basis: 47%;
    max-width: 650px;
    margin-left: 0;
    margin-right: -3.33%;
  }
  .aboutImg_03 {
    margin-left: -9.16%;
    max-width: 669px;
  }
  .aboutImg_04 {
    margin-right: auto;
    margin-left: auto;
    max-width: 1200px;
    text-align: right;
  }
  .aboutImg_04 img {
    width: 58.3vw;
    padding-right: 50px;
    max-width: 700px;
  }
  .aboutText {
    flex-basis: 47%;
    margin-right: 50px;
    margin-left: 50px;
    max-width: 540px;
  }
  .about .about_content02 .aboutText {
    margin-top: 10%;
  }
  .about .about_content03 .aboutText {
    margin-top: 5%;
  }
  /*　Activity　*/
  #top_activity .top_activityText p:first-of-type {
    font-size: 30px;
  }
  #top_activity {
    width: 100%;
    position: relative;
  }
  .top_activityContents {
    margin-right: 50px;
    margin-left: 50px;
  }
  #top_activity .flex {
    justify-content: space-between;
    align-items: center;
    margin-right: auto;
    margin-left: auto;
  }
  .top_activity_cont01, .top_activity_cont02 {
    position: relative;
    width: 100%;
    max-width: 1000px;
  }
  .top_activityImg01 {
    position: relative;
    margin: 0 auto 0 0;
    flex-basis: 40%;
    max-width: 400px;
  }
  .top_activityImg02 {
    position: relative;
    flex-basis: 40%;
    margin: 0 0 0 auto;
    max-width: 400px;
  }
  #top_activity .top_activityText {
    flex-basis: 40%;
    margin: 0;
    max-width: 400px;
  }
  .top_activityImg01 .circleBg p {
    z-index: -999;
    background: #FF8894;
    border-radius: 50%;
    position: absolute;
    width: 188px;
    height: 188px;
    right: -100px;
    bottom: 18px;
  }
  .top_activityImg02 .circleBg p {
    z-index: -999;
    background: #7FC1F2;
    border-radius: 50%;
    position: absolute;
    width: 188px;
    height: 188px;
    left: -100px;
    bottom: 130px;
  }
  .top_activityContents .circleBgBig01 {
    z-index: -999;
    background: #FFF27B;
    border-radius: 50%;
    position: absolute;
    width: 301px;
    height: 301px;
    right: -215px;
    top: -50px;
  }
  .top_activityContents .circleBgBig02 {
    z-index: -999;
    background: #C5F07A;
    border-radius: 50%;
    opacity: 0.5;
    position: absolute;
    width: 301px;
    height: 301px;
    left: -105px;
    bottom: -400px;
  }
  /* news flex */
  .article > div {
    justify-content: flex-start;
    /*  width: 300px;*/
  }
  #news .articleWrap .article {
    display: flex;
  }
  #news .article div p:nth-child(1) {
    width: 9em;
  }
  #news .article div p:nth-child(2) {
    width: 120px;
    text-align: left;
    font-weight: bold;
    font-size: 14px;
    margin-left: 2em;
    margin-right: 2em;
  }
}
/*△TOP main要素 PC*/
/*＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝*/

/*TOP GALLERY*/
.gallery {
  padding-top: 80px;
  text-align: center;
}
.gallery p {
  font-size: 20px;
  color: #2FA42F;
  font-family: nove, sans-serif;
  font-weight: 400;
  margin-bottom: 17px;
}
.slider {
  width: 100%;
  margin: 0 auto;
}
.gallery .slider img {
  border-radius: 60px;
  width: 100%;
  height: auto;
}
.slider .slick-slide {
  margin: 0 10px; /*スライド左右の余白調整*/
}
@media screen and (min-width:760px) {
  .gallery p {
    font-size:30px;
      margin-bottom: 40px;
}
}

/*------------------------------
Line up
-------------------------------*/
/*LINEUP header要素*/
.subHeaderBg {
  height: 85px;
  background-image: url("../img/svg/sub_headerBg.svg");
  background-repeat: repeat-x;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center top;
}

/*LINEUP main要素*/
/*artist flex*/
.artistWrap {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 52px 23%;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}
.artistWrap.firstday {
  margin-bottom: 40px;
}
/*artist name*/
.lineup_artist p:nth-child(2) {
  display: inline-block;
  margin-top: 13px;
  font-size: 14px;
}
.artistWrap a {
  text-align: center;
  color: #4D4743;
}
.artistWrap a:hover {
  color: #2FA42F;
}
/*artist photo*/
.lineup_artist img {
  width: 100%;
  max-width: 300px;
  border-radius: 20px;
}
.artistWrap a:hover img {
  opacity: 0.85;
}
/*LineUp2列表示*/
@media screen and (min-width:600px) {
  .artistWrap {
    grid-template-columns: repeat(2, 1fr);
    gap: 80px 11%;
  }
  .artistWrap.firstday {
    margin-bottom: 80px;
  }
}
/*LineUp3列表示*/
@media screen and (min-width:760px) {
  .artistWrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 08%;
  }
  .artistWrap.firstday {
    margin-bottom: 110px;
  }
  .artist_modal {
    display: flex;
    gap: 7%
  }
  .artist_modal p img {
    max-width: 340px;
    flex-basis: 40%;
  }
  .artist_modal .modalText {
    flex-basis: 43%;
  }
}
/* modal */
.modal {
  padding-right: 0px !important;
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: fixed;
  /*    position: absolute;*/
  width: 100vw;
}
.modal__content {
  background: #fff;
  padding: 30px 30px 80px 30px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: 75%;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
  overflow-y: scroll;
background-position: 90% 101%;
-webkit-background-size: 60px;
background-size: 100px;
background-repeat: no-repeat;
background-attachment: local;
}
/* Modal close */
.material-icons-round a {
  font-size: 40px;
  color: #fff;
  position: absolute;
  right: 3%;
  top: 8%;
  transform: translate(-50%, -50%);
}
.artist_modal img {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 25px;
}
.modalText {
  color: #4D4743;
}
.modalText h4 {
  font-size: 18px;
}
.modalText h5 {
  margin-top: 27px;
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D5D5D5;
}
.modalText p {
  font-size: 14px;
}
/* modal sp Bg*/
.modal__content{
background-image: url("../img/artistBg/artist_modalBg01.svg");
}
#modal02 .modal__content,
#modal06 .modal__content,
#modal10 .modal__content,
#modal14 .modal__content,
#modal18 .modal__content,
#modal22 .modal__content{
background-image:url("../img/artistBg/artist_modalBg02.svg");
}
#modal03 .modal__content,
#modal07 .modal__content,
#modal11 .modal__content,
#modal15 .modal__content,
#modal19.modal__content,
#modal23.modal__content{
background-image:url("../img/artistBg/artist_modalBg03.svg");
}
#modal04 .modal__content,
#modal08 .modal__content,
#modal12 .modal__content,
#modal16 .modal__content,
#modal20.modal__content,
#modal24.modal__content{
background-image:url("../img/artistBg/artist_modalBg04.svg");
}
/* modal pc Bg*/
@media screen and (min-width:760px) {
.modal__content {
background-position: 40px 102%;
-webkit-background-size: 130px;
background-size: 130px;
background-attachment: scroll;
padding: 30px 30px 30px 30px;
}
}


/*---------------------------------
ACTIVITY
----------------------------------*/
.activity {
  color: #4D4743;
}
.activity .inner {
  margin-right: 50px;
  margin-left: 50px;
}
.activity_icon {
  width: 100%;
  max-width: 600px;
  justify-content: center;
  gap: 10%;
  margin-right: auto;
  margin-left: auto;
}
.activity_icon a {
  display: block;
  text-align: center;
  color: #4D4743;
  line-height: 1.5;
}
.activity_icon p:first-child {
  width: 5em;
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.activity_icon p:nth-child(2) {
  font-size: 0.9em;
}
.activity_icon01 {
  width: 120px;
  height: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background-image: url("../img/svg/activity_contentsicon01.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.activity_icon01:hover {
  background-image: url("../img/svg/activity_contentsicon01hover.svg");
}
.activity_icon02 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-image: url("../img/svg/activity_contentsicon02.svg");
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
}
.activity_icon02:hover {
  background-image: url("../img/svg/activity_contentsicon02hover.svg");
}
.activity h3 {
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 900;
  font-size: 35px;
  color: #4D4743;
  text-align: center;
  line-height: 1;
}
.activity h3 span {
  display: block;
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 800;
  font-size: 20px;
  margin-top: 5px;
  line-height: 1.5;
}
/*▼　各項目のタイトル*/
.activity h4 {
  text-align: center;
  margin-bottom: 30px;
}
.activity h4::before {
  display: inline-block;
  content: "";
  width: 30px;
  height: 36px;
  -webkit-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: bottom;
  margin-right: 5px;
}
.activity01 h4::before {
  background-image: url("../img/svg/activity_title_before01.svg");
}
.activity02 h4::before {
  background-image: url("../img/svg/activity_title_before02.svg");
}
.activity03 h4::before {
  background-image: url("../img/svg/activity_title_before03.svg");
}
.kidsarea01 h4::before {
  background-image: url("../img/svg/activity_title_before04.svg");
}
.activity .kidsarea02 h4::before {
  width: 40px;
}
.kidsarea02 h4::before {
  background-image: url("../img/svg/activity_title_before05.svg");
}
.kidsarea03 h4::before {
  background-image: url("../img/svg/activity_title_before06.svg");
}
#activity_contents01 {
  padding-top: 75px;
}
#activity_contents01 h4 span {
  padding: 0 14px;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #DBF8A9 60%);
}
#activity_contents02 h4 span {
  padding: 0 14px;
  font-size: 18px;
  background: linear-gradient(transparent 60%, #FFF388 60%);
}
#activity_contents02 {
  padding-top: 130px;
}
/*△　各項目のタイトル*/
.activity_content {
  margin-right: auto;
  margin-left: auto;
  max-width: 1300px;
  padding-bottom: 90px;
}
.activity03, .kidsarea03 {
  padding-bottom: 0;
}
.activity_img {
  width: 100%;
  max-width: 550px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
}
.activity_img img {
  border-radius: 96px;
  width: 100%;
}
.activity p small {
  display: block;
  margin-top: 20px;
  font-size: 13px;
}
.activity_content > div > div p {
  margin-bottom: 20px;
}
.activity_content > div > div p:last-child {
  margin-bottom: 0;
}
@media screen and (min-width:760px) {
  /*h3spanの改行をさせない*/
  .activity h3 br {
    display: none;
  }
  .activity h3 {
    font-size: 40px;
  }
  .activity h3 span {
    margin-top: 10px;
  }
  .activity h4 {
    margin-top: 30px;
    margin-bottom: 50px;
  }
  /* icon */
  .activity_icon01{
width: 150px;
height: 150px;
}

.activity_icon02{
width: 150px;
height: 150px;
}
.activity_icon p:nth-child(2) {
font-size: 1em;
margin-top: 5px;
  margin-bottom: 5px;
}
.activity_icon p:first-child {
  width: 5em;
  font-family: gill-sans-nova-condensed, sans-serif;
  font-weight: 400;
  font-size: 25px;
}
.activity_icon p:nth-child(2) {
  font-size: 0.9em;
}
  #activity_contents01 h4 span {
    font-size: 20px;
  }
  #activity_contents02 h4 span {
    font-size: 20px;
  }
  /*flex*/
  .activity_content > div {
    max-width: 1000px;
    display: flex;
    gap: 7%;
    margin-right: auto;
    margin-left: auto;
    -ms-align-items: center;
    align-items: center;
  }
  /*flex reverse*/
  .activity_content.activity02 > div, .activity_content.kidsarea01 > div, .activity_content.kidsarea03 > div {
    flex-direction: row-reverse;
  }
  /*img*/
  .activity_img {
    min-width: 300px;
    flex-basis: 48%;
  }
  /*text*/
  .activity_content > div > div {
    flex-basis: 45%;
  }
  /* bg img*/
  .activity_content{
    position: relative;
  }
  .activityBg {
    position: absolute;
    width: 35.5%;
    min-width: 350px;
    max-width: 450px;
    height: 150px;
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: bottom left;
  }
  .activity01 .activityBg {
    top: 70%;
    background-image: url("../img/svg/activity_contentsBg01.svg");
  }
  .activity02 .activityBg {
    top: 65%;
    right: 0;
    background-image: url("../img/svg/activity_contentsBg02.svg");
  }
    .activity03 .activityBg {
    background-image: url("../img/svg/activity_contentsBg03.svg");
    top: 80%;
    left: 0%;
  }
    .kidsarea01 .activityBg {
    top: 65%;
    right: 0;
    background-image: url("../img/svg/activity_contentsBg05.svg");
  }
      .kidsarea02 .activityBg {
    top: 65%;
    left: 0;
    background-image: url("../img/svg/activity_contentsBg06.svg");
  }
      .kidsarea03 .activityBg {
    top: 85%;
    right: 0;
    background-image: url("../img/svg/activity_contentsBg04.svg");
  }
}


/*---------------------------------
ACCESS
----------------------------------*/
.access {
  color: #4D4743;
}
.access_contets {
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.8;
}
.access h3 {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 800;
  font-size: 25px;
  text-align: left;
}
.access h3 i {
  font-size: 30px;
  color: #2FA42F;
  margin-right: 15px;
}
.access h4 span {
  padding-right: 5px;
  padding-left: 5px;
  font-size: 20px;
  background: linear-gradient(transparent 60%, #DBF8A9 60%);
}
.access small {
  font-size: 13px;
  line-height: 0;
}
.fa-map-marker-alt {
  font-size: 23px;
  margin-right: 5px;
  color: #9AE263;
}
.access iframe {
  width: 100%;
  margin-bottom: 70px;
}
/*アクセス方法 icon*/
.access_type {
  max-width: 450px;
  justify-content: space-between;
  margin-right: auto;
  margin-left: auto;
}
.access_type a {
  width: 100%;
  height: 100%;
  display: block;
}
.access_type > div {
  width: 95px;
  height: 95px;
  border-radius: 50%;
  text-align: center;
  line-height: 1;
}
.trainIcon div, .carIcon div, .busIcon div {
  height: 100%;
  display: flex;
  flex-direction: column;
  -ms-align-items: center;
  align-items: center;
  justify-content: center;
}
/* ▼train icon*/
.access_type > .trainIcon {
  border: 2px solid #8ECE20;
}
/* icon */
.trainIcon span {
  font-size: 40px;
  color: #8ECE20;
}
/* text */
.trainIcon p {
  color: #4D4743;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
/* arrow */
.trainIcon .fa-chevron-down {
  color: #8ECE20;
}
/*hover*/
.trainIcon:hover {
  background-color: #8ECE20;
}
.trainIcon:hover span {
  color: #fff;
}
.trainIcon:hover p {
  color: #fff;
}
.trainIcon:hover .fa-chevron-down {
  color: #fff;
}
/* △train icon*/
/* ▼car icon */
.access_type > .carIcon {
  border: 2px solid #F26464;
}
/* icon */
.carIcon span {
  font-size: 42px;
  color: #F26464;
}
/* text */
.carIcon p {
  color: #4D4743;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
/* arrow */
.carIcon .fa-chevron-down {
  color: #F26464;
}
/*hover*/
.carIcon:hover {
  background-color: #F26464;
}
.carIcon:hover span {
  color: #fff;
}
.carIcon:hover p {
  color: #fff;
}
.carIcon:hover .fa-chevron-down {
  color: #fff;
}
/* △car icon */
/* ▼bus icon */
.access_type > .busIcon {
  border: 2px solid #3E9FE8;
}
/* icon */
.busIcon .fa-bus-alt {
  font-size: 35px;
  color: #3E9FE8;
}
/* text */
.busIcon p {
  color: #4D4743;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 5px;
}
/* arrow */
.busIcon .fa-chevron-down {
  color: #3E9FE8;
}
/*hover*/
.busIcon:hover {
  background-color: #3E9FE8;
}
.busIcon:hover .fa-bus-alt {
  color: #fff;
}
.busIcon:hover p {
  color: #fff;
}
.busIcon:hover .fa-chevron-down {
  color: #fff;
}
/* △bus icon */
#train, #car, #bus {
  padding-top: 45px;
}
.access h4 {
  margin-bottom: 30px;
}
.access #train h4 span {
  background: linear-gradient(transparent 60%, #DBF8A9 60%);
}
.access #car h4 span {
  background: linear-gradient(transparent 60%, #FFD1BF 60%);
}
.access #bus h4 span {
  background: linear-gradient(transparent 60%, #D5E4FE 60%);
}
#train h4 .material-icons-round {
  color: #8ECE20;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
#car h4 .material-icons-round {
  color: #F67369;
  font-size: 40px;
  vertical-align: middle;
  margin-right: 5px;
}
#bus h4 .fa-bus-alt {
  color: #3E9FE8;
  font-size: 32px;
  vertical-align: middle;
  margin-right: 5px;
}
.train_btn {
  margin-top: 30px;
  margin-bottom: 30px;
  width: 250px;
  position: relative;
  overflow: hidden;
  outline: none;
  transition: ease .2s;
  border-radius: 50px;
  box-shadow: 0 0 0 3px #1DBE4E;
}
.train_btn a {
  font-family: dnp-shuei-mgothic-std, sans-serif;
  font-weight: 600;
  text-align: center;
  display: block;
  position: relative;
  z-index: 3;
  padding: 5px 15px;
  color: #1DBE4E;
}
.train_btn a:hover {
  color: #fff;
}
.train_btn.bgleft:before {
  background: #1DBE4E;
}
/*access_directions*/
.access .access_directions {
  margin-top: 50px;
}
.access .access_directions:first-of-type {
  margin-top: 30px;
}
.access h5 {
  color: #2FA42F;
  font-size: 18px;
  font-weight: 900;
  /*margin-bottom: 5px;*/
}
.time {
  margin-bottom: 10px;
}
.time span {
  font-size: 16px;
  border-bottom: 1px dashed #2FA42F;
}
.time .material-icons-round {
  color: #2FA42F;
  font-size: 25px;
  vertical-align: text-top;
  margin-right: 7px;
}
.access .parking {
  margin-top: 50px;
}
.access .parking p:nth-child(2) {
  margin-bottom: 25px;
}
.access .parking h4 {
  margin-bottom: 10px;
}
.access .parking h4 i {
  color: #2FA42F;
  margin-right: 10px;
  font-size: 25px;
  vertical-align: middle;
}
.access .parking img {
  display: block;
  width: 100%;
}
#bus > p strong {
  display: inline-block;
  font-size: 18px;
  font-weight: 800;
  border-bottom: 1px dashed #2FA42F;
  margin-top: 20px;
  margin-bottom: 30px;
}
.bus_schedule {
  line-height: 1.6;
}
.bus_schedule > div:first-child {
  margin-bottom: 20px;
}
.bus_schedule > div:nth-child(2) {
  margin-bottom: 30px;
}
.bus_schedule > div p:nth-child(1) {
  font-size: 18px;
  font-weight: bold;
}
/*bus_schedule flex*/
@media screen and (min-width:600px) {
  .bus_schedule {
    display: flex;
  }
  .bus_schedule div:first-child {
    margin-right: 50px;
  }
}
/*flex*/
@media screen and (min-width:760px) {
  .access h3 {
    text-align: center;
  }
  .access #train h4,
  .access #car h4,
  .access #bus h4{
    text-align: center;
    margin-bottom: 60px;
  }
  .access #car .parking h4{
  text-align: left;
  margin-bottom: 10px;
  }
}
/*map*/
@media screen and (min-width:920px) {
  .map {
    display: flex;
    flex-direction: row-reverse;
    max-width: 1000px;
    gap: 5%;
    margin-right: auto;
    margin-left: auto;
  }
  .map > div {
    flex-basis: 60%;
    min-width: 270px;
  }
}