@charset "UTF-8";
html {
  width: 100%;
}
body {
  *font-size: small;
  *font: x-small;
  font-size: 13px;
  color: #4f4037;
  line-height: 1.2;
  font-family: "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  text-align: left;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-text-size-adjust: 100%;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
#wrap {
  text-align: left;
  overflow: hidden;
}
h1, h2, h3, h4, h5, p, ul, ol, li, img, table, th, td, dl, dt, dd {
  margin: 0px;
  padding: 0px;
  font-size: 14px;
}
li {
  list-style-type: none;
}
table {
  border-collapse: collapse;
}
a {
  cursor: pointer;
  color: #333;
  text-decoration: none;
  transition: opacity 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  text-decoration: none;
}
a {
  -webkit-tap-highlight-color: transparent;
}
img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
a img {
  vertical-align: bottom;
  -webkit-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
}
input, textarea, select, button, label {
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
:focus {
  outline: 0;
  border-color: orange;
}
.spOnly {
  display: none;
}
@media screen and (max-width: 750px) {
  .spOnly {
    display: block;
  }
  .pcOnly {
    display: none;
  }
}
/* 共通
-----------------------------------------------*/
section {
  padding: 100px 40px;
}
section .inner {
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
section .inner h2 {
  font-size: 42px;
  position: relative;
  display: inline-block;
}
section .inner h2::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 7px;
  bottom: -5px;
  left: 0;
}
@media screen and (max-width: 1000px) {
  section {
    padding: 60px 40px;
  }
}
@media screen and (max-width: 750px) {
  section {
    padding: 60px 20px;
  }
  section .inner h2 {
    font-size: 24px;
  }
  section .inner h2::before {
    height: 7px;
    bottom: -5px;
    left: 0;
  }
}
/* main
-----------------------------------------------*/
#main {
  position: relative;
  background: url("../img/bgi_main_01.jpg")no-repeat;
  background-size: 100% auto;
  background-position: bottom;
  padding-top: 65.28%;
}
#main::before {
  display: block;
  content: "";
  position: absolute;
  background: url("../img/bgi_main_02.png")repeat-x;
  top: 0;
  width: 100%;
  height: 87px;
}
#main .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 1187px;
  width: 82.43%;
  margin-top: -1%;
}
@media screen and (max-width: 750px) {
  #main::before {
    height: 40px;
    background-size: cover;
    background-position: bottom;
  }
  #main .inner {
    width: 100%;
    margin-left: -2%;
    margin-top: 5%;
  }
}
/* lead
-----------------------------------------------*/
#lead {
  padding-top: 80px;
  text-align: center;
  position: relative;
}
#lead::before, #lead::after {
  position: absolute;
  display: block;
  content: "";
  background-size: cover;
  top: 0;
  width: 310px;
  height: 280px;
}
#lead::before {
  background: url("../img/img_flag_01.svg")no-repeat;
  left: 0;
}
#lead::after {
  background: url("../img/img_flag_02.svg")no-repeat;
  right: 0;
}
#lead h2 {
  position: relative;
  color: #d6551a;
  font-size: 42px;
  display: inline-block;
  padding: 0 60px;
}
#lead h2 span {
  display: block;
  font-size: 24px;
  margin-top: 10px;
}
#lead h2::before, #lead h2::after {
  display: block;
  content: "";
  position: absolute;
  bottom: -10px;
  width: 39px;
  height: 106px;
}
#lead h2::before {
  background: url("../img/img_lead_01.svg")repeat-x;
  left: 0;
}
#lead h2::after {
  background: url("../img/img_lead_02.svg")repeat-x;
  right: 0;
}
#lead p {
  position: relative;
  background: #d6551a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.5;
  padding: 6px 30px;
  max-width: fit-content;
  width: 100%;
  margin: 30px auto 0;
  font-feature-settings: "palt";
}
#lead p::before, #lead p::after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 80px;
  height: 72px;
}
#lead p::before {
  background: url("../img/img_ribon_01.svg")repeat-x;
  left: -80px;
}
#lead p::after {
  background: url("../img/img_ribon_02.svg")repeat-x;
  right: -80px;
}
@media screen and (max-width: 1200px) {
  #lead::before, #lead::after {
    width: 200px;
    height: 180px;
  }
  #lead h2 {
    padding: 0 40px;
  }
  #lead h2::before, #lead h2::after {
    width: 30px;
    height: 83px;
  }
}
@media screen and (max-width: 750px) {
  #lead {
    padding: 60px 0;
  }
  #lead::before, #lead::after {
    width: 100px;
    height: 90px;
  }
  #lead h2 {
    font-size: 24px;
    padding: 0 20px;
  }
  #lead h2 span {
    font-size: 14px;
    margin-top: 5px;
  }
  #lead h2::before, #lead h2::after {
    width: 18px;
    height: 50px;
  }
  #lead p {
    font-size: 10px;
    padding: 5px 0;
    margin: 20px auto 0;
    box-sizing: border-box;
  }
  #lead p::before, #lead p::after {
    width: 53px;
    height: 48px;
    background-size: cover;
  }
  #lead p::before {
    left: -53px;
  }
  #lead p::after {
    right: -53px;
  }
}
/* menu
-----------------------------------------------*/
#menu {
  padding-top: 0;
  padding-bottom: 120px;
}
#menu ul {
  display: flex;
  justify-content: center;
}
#menu li a {
  color: #4f4037;
  font-size: 20px;
  font-weight: bold;
  position: relative;
  margin-right: 60px;
  padding-left: 35px;
}
#menu li a:hover {
  color: #d6551a;
}
#menu li:last-child a {
  margin-right: 0;
}
#menu li a::before {
  display: block;
  content: "";
  position: absolute;
  width: 24px;
  height: 33px;
  background-size: cover;
  margin-top: -5px;
  left: 0;
  top: 0;
}
#menu li:first-child a::before {
  background: url("../img/img_flag_03.svg")no-repeat;
}
#menu li:nth-child(2) a::before {
  background: url("../img/img_flag_04.svg")no-repeat;
}
#menu li:nth-child(3) a::before {
  background: url("../img/img_flag_05.svg")no-repeat;
}
#menu li:nth-child(4) a::before {
  background: url("../img/img_flag_06.svg")no-repeat;
}
#menu li:last-child a::before {
  background: url("../img/img_flag_07.svg")no-repeat;
}
@media screen and (max-width: 1100px) {
  #menu {
    padding-bottom: 80px;
  }
  #menu ul {
    flex-wrap: wrap;
  }
  #menu li a {
    display: block;
    font-size: 16px;
    padding-left: 17px;
    text-align: left;
    margin-right: 20px;
    margin-bottom: 20px;
  }
  #menu li a::before {
    left: 0;
    width: 16px;
    height: 22px;
  }
}
@media screen and (max-width: 500px) {
  #menu li:nth-child(3) a {
    margin-right: 0;
  }
}
/* map
-----------------------------------------------*/
#map {
  background: url("../img/bgi_contents.jpg");
  position: relative;
  padding-bottom: 0;
}
#map::before {
  background: url("../img/img_illust_01.svg")no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 61px;
  height: 116px;
  top: -80px;
  left: 42px;
}
#map::after {
  background: url("../img/img_illust_02.svg")no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 206px;
  height: 226px;
  top: -45px;
  left: 125px;
}
#map .inner {
  position: relative;
}
#map .inner::before {
  background: url("../img/img_illust_03.svg")no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 99px;
  height: 141px;
  bottom: 260px;
  right: -50px;
  z-index: 2;
}
#map .inner::after {
  background: url("../img/img_illust_04.svg")no-repeat;
  background-size: cover;
  position: absolute;
  content: "";
  display: block;
  width: 226px;
  height: 245px;
  bottom: -130px;
  right: -10px;
}
#map .inner h2::before {
  background-color: #9dc744;
}
#map .mapArea {
  position: relative;
}
#map .mapArea img {
  max-width: 100%;
  height: auto;
  position: relative;
  top: 80px;
}
#map .mapArea ul, #map .mapArea li {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
#map .mapArea ul li {
  position: absolute;
  width: 200px;
  height: 200px;
  transform: translate(-50%, 0);
}
#map .mapArea ul li.map01 {
  left: 80%;
  bottom: 65%;
}
#map .mapArea ul li.map02 {
  left: 58%;
  bottom: 18%;
}
#map .mapArea ul li.map03 {
  left: 11%;
  bottom: 39%;
}
#map .mapArea ul li.map04 {
  left: 18%;
  bottom: 65%;
}
#map .mapArea ul li.map05 {
  left: 45%;
  bottom: 75%;
}
#map .mapArea ul li.noClick {
  pointer-events: none;
}
#map .mapArea ul li a {
  position: relative;
  display: table;
  width: 200px;
  height: 200px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  border-radius: 50%;
  box-sizing: border-box;
  padding: 5px 0 0 0;
  border: 10px solid #fff;
  cursor: pointer;
  transform: scale(1);
  transition: background .3s cubic-bezier(.210, .60, .350, 1);
}
#map .mapArea ul li.noClick a {
  background: #acacac !important;
}
#map .mapArea ul li.map01 a {
  background: #749aa8;
}
#map .mapArea ul li.map02 a {
  background: #ceaa3a;
}
#map .mapArea ul li.map03 a {
  background: #c97a59;
}
#map .mapArea ul li.map04 a {
  background: #9ecbcc;
}
#map .mapArea ul li.map05 a {
  background: #9dc744;
}
#map .mapArea ul li a:hover {
  text-decoration: none;
  opacity: 1;
  background: #c4c4c4;
}
#map .mapArea ul li.noClick a:hover {
  background: #c4c4c4 !important;
}
#map .mapArea ul li.map01 a:hover {
  background: #8fc3d1;
}
#map .mapArea ul li.map02 a:hover {
  background: #efc44b;
}
#map .mapArea ul li.map03 a:hover {
  background: #ed8e6e;
}
#map .mapArea ul li.map04 a:hover {
  background: #b9efef;
}
#map .mapArea ul li.map05 a:hover {
  background: #c8f45b;
}
#map .mapArea ul li a::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 190px;
  transform: translateX(-50%) rotate(-90deg);
  -ms-transform: translateX(-50%) rotate(-90deg);
  box-sizing: border-box;
  width: 12px;
  height: 12px;
  border: 12px solid transparent;
  border-right: 20px solid #fff;
}
#map .mapArea ul li.map01 a::before {
  left: 40px;
  top: 180px;
  transform: translateX(-50%) rotate(-65deg);
  -ms-transform: translateX(-50%) rotate(-65deg);
}
#map .mapArea ul li.map02 a::before {
  left: 0;
  top: 30px;
  transform: translateX(-50%) rotate(-80deg);
  -ms-transform: translateX(-50%) rotate(-80deg);
}
#map .mapArea ul li.map03 a::before, #map .mapArea ul li.map04 a::before {
  left: 175px;
  top: 130px;
  transform: translateX(-50%) rotate(-35deg);
  -ms-transform: translateX(-50%) rotate(-35deg);
}
#map .mapArea ul li a span {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
}
@-moz-document url-prefix() {
  #map .mapArea ul li a::before {
    top: 198px;
  }
  #map .mapArea ul li.map02 a::before {
    left: 20px;
  }
  #map .mapArea ul li.map03 a::before, #map .mapArea ul li.map04 a::before {
    left: 185px;
  }
}
@media screen and (max-width: 1200px) {
  #map .inner::before {
    right: 0;
  }
}
@media screen and (max-width: 1020px) {
  #map .mapArea ul li {
    width: 150px;
    height: 150px;
  }
  #map::before {
    top: -90px;
    left: 10px;
  }
  #map::after {
    top: -55px;
    left: 45px;
  }
  #map .mapArea ul li.map01 {
    left: 78%;
    bottom: 62%;
  }
  #map .mapArea ul li.map02 {
    left: 58%;
    bottom: 10%;
  }
  #map .mapArea ul li.map03 {
    left: 11%;
    bottom: 39%;
  }
  #map .mapArea ul li.map04 {
    left: 18%;
    bottom: 65%;
  }
  #map .mapArea ul li.map05 {
    left: 45%;
    bottom: 75%;
  }
  #map .mapArea ul li a {
    width: 150px;
    height: 150px;
    font-size: 14px;
    border: 6px solid #fff;
  }
  #map .mapArea ul li a::before {
    top: 145px;
  }
  #map .mapArea ul li.map01 a::before {
    left: 40px;
    top: 140px;
  }
  #map .mapArea ul li.map02 a::before {
    left: 2px;
    top: 20px;
  }
  #map .mapArea ul li.map03 a::before, #map .mapArea ul li.map04 a::before {
    left: 128px;
    top: 100px;
  }
  #map .inner::before {
    right: 10px;
  }
  @-moz-document url-prefix() {
    #map .mapArea ul li a::before {
      top: 149px;
    }
    #map .mapArea ul li.map02 a::before {
      left: 12px;
    }
    #map .mapArea ul li.map03 a::before, #map .mapArea ul li.map04 a::before {
      left: 138px;
    }
  }
}
@media screen and (max-width: 750px) {
  #map {
    padding-bottom: 40px;
  }
  #map::before {
    width: 30px;
    height: 57px;
    top: -60px;
    left: 10px;
  }
  #map::after {
    width: 91px;
    height: 100px;
    top: -55px;
    left: 45px;
  }
  #map .inner {
    padding-bottom: 80px;
  }
  #map .inner::before {
    width: 70px;
    height: 100px;
    top: -30px;
  }
  #map .inner::after {
    width: 90px;
    height: 98px;
    bottom: -60px;
    right: 0;
  }
  #map .mapArea ul li {
    width: 100px;
    height: 100px;
  }
  #map .mapArea ul li.map01 {
    left: 81%;
    bottom: 59%;
  }
  #map .mapArea ul li.map02 {
    left: 55%;
    bottom: 14%;
  }
  #map .mapArea ul li.map03 {
    left: 11%;
    bottom: 36%;
  }
  #map .mapArea ul li.map04 {
    left: 21%;
    bottom: 66%;
  }
  #map .mapArea ul li.map05 {
    left: 45%;
    bottom: 71%;
  }
  #map .mapArea ul li a {
    width: 100px;
    height: 100px;
    font-size: 10px;
    padding: 2px 0 0 0;
    border: 3px solid #fff;
  }
  #map .mapArea ul li a::before {
    top: 98px;
    width: 6px;
    height: 6px;
    border: 6px solid transparent;
    border-right: 10px solid #fff;
  }
  #map .mapArea ul li.map01 a::before {
    left: 15px;
    top: 87px;
  }
  #map .mapArea ul li.map02 a::before {
    left: 10px;
    top: 10px;
  }
  #map .mapArea ul li.map03 a::before {
    left: 88px;
    top: 70px;
  }
  #map .mapArea ul li.map04 a::before {
    left: 78px;
    top: 80px;
    transform: translateX(-50%) rotate(-20deg);
    -ms-transform: translateX(-50%) rotate(-20deg);
  }
  @-moz-document url-prefix() {
    #map .mapArea ul li a::before {
      top: 99px;
    }
    #map .mapArea ul li.map01 a::before {
      left: 15px;
    }
    #map .mapArea ul li.map02 a::before {
      left: 17px;
    }
    #map .mapArea ul li.map03 a::before {
      left: 92px;
    }
    #map .mapArea ul li.map04 a::before {
      left: 84px;
    }
  }
}
@media screen and (max-width: 650px) {
  #map .mapArea ul li.map01 {
    left: 81%;
    bottom: 59%;
  }
  #map .mapArea ul li.map02 {
    left: 55%;
    bottom: 14%;
  }
  #map .mapArea ul li.map03 {
    left: 11%;
    bottom: 36%;
  }
  #map .mapArea ul li.map04 {
    left: 21%;
    bottom: 66%;
  }
  #map .mapArea ul li.map05 {
    left: 45%;
    bottom: 71%;
  }
}
@media screen and (max-width: 400px) {
  #map .mapArea ul li.map01 {
    left: 84%;
    bottom: 44%;
  }
  #map .mapArea ul li.map02 {
    left: 60%;
    bottom: -12%;
  }
  #map .mapArea ul li.map03 {
    left: 6%;
    bottom: 19%;
  }
  #map .mapArea ul li.map04 {
    left: 15%;
    bottom: 51%;
  }
  #map .mapArea ul li.map05 {
    left: 45%;
    bottom: 58%;
  }
}
/* event
-----------------------------------------------*/
#event {
  padding-top: 170px;
  padding-bottom: 230px;
  position: relative;
}
#event::after {
  position: absolute;
  display: block;
  content: "";
  bottom: -40px;
  right: 90px;
  z-index: 2;
  background: url("../img/img_illust_04.svg")no-repeat;
  background-size: cover;
  width: 200px;
  height: 217px;
}
#event .inner h2::before {
  background-color: #c97a59;
}
#event .box {
  margin-top: 80px;
  position: relative;
}
#event .box .inner {
  width: 100%;
  display: flex;
  align-items: stretch;
  position: relative;
}
#event .box + .box {
  margin-top: 100px;
}
#event .box .img {
  overflow: hidden;
  width: 48.33%;
}
#event .box .img p {
  margin-top: 50px;
  line-height: 1.5;
  text-align: center;
}
#event .box .img img {
  width: 100%;
}
#event .box .img p br {
  display: none;
}
#event .box .txt {
  width: 51.67%;
  box-sizing: border-box;
  padding: 10px 0 0 55px;
  display: table;
  position: relative;
  z-index: 1;
  text-align: left;
}
#event .box .txt::before {
  position: absolute;
  display: block;
  content: "";
  background-size: cover;
}
#event .box:first-of-type .txt::before {
  bottom: 0;
  right: -15px;
  background: url("../img/img_illust_05.svg")no-repeat;
  width: 122px;
  height: 175px;
}
#event .box:nth-of-type(2) .txt::before {
  bottom: -25px;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/img_illust_06.svg")no-repeat;
  width: 255px;
  height: 264px;
  margin-left: -45px;
}
#event .box:nth-of-type(3) .txt::before {
  bottom: -50px;
  right: 0;
  background: url("../img/img_illust_07.svg")no-repeat;
  width: 103px;
  height: 227px;
}
#event .box:nth-of-type(4) .txt::before {
  bottom: -30px;
  right: 100px;
  background: url("../img/img_illust_02.svg")no-repeat;
  width: 180px;
  height: 198px;
}
#event .box:nth-child(odd) .txt {
  padding: 10px 55px 0 0;
}
#event .box .txt h3 {
  font-size: 36px;
  position: relative;
  padding-left: 50px;
  margin-bottom: 30px;
}
#event .box .txt h3::before {
  position: absolute;
  content: "";
  width: 31px;
  height: 42px;
  background-size: cover;
  left: 0;
  top: 0;
  background: url("../img/img_flag_07.svg")no-repeat;
}
#event .box:nth-of-type(2) .txt h3::before {
  background: url("../img/img_flag_06.svg")no-repeat;
}
#event .box:nth-of-type(3) .txt h3::before {
  background: url("../img/img_flag_04.svg")no-repeat;
}
#event .box:nth-of-type(4) .txt h3::before {
  background: url("../img/img_flag_05.svg")no-repeat;
}
#event .box:nth-of-type(5) .txt h3::before {
  background: url("../img/img_flag_03.svg")no-repeat;
}
#event .box .txt h4 {
  font-size: 24px;
  line-height: 1.75;
  margin-bottom: 10px;
}
#event .box .txt p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 2;
}
#event .box .txt p span {
  font-weight: bold;
}
#event .box .txt .btn a {
  font-size: 20px;
  color: #fff;
  line-height: 70px;
  padding: 0 80px;
  background: #d6551a;
  display: inline-block;
  font-weight: bold;
  border-radius: 35px;
  margin-bottom: 30px;
}
#event .box .txt .btn a:hover {
  background: #ff7139;
}
#event .box .txt .btn a.noLink {
  background: #acacac;
  pointer-events: none;
}
#event .box .txt h5 {
  font-size: 20px;
  color: #d6551a;
}
@media screen and (max-width: 1200px) {
  #event .box:nth-of-type(2) .txt::before {
    display: none;
  }
  #event .box:nth-of-type(3) .txt::before {
    width: 90px;
    height: 177px;
    right: -20px;
  }
  #event .box:nth-of-type(4) .txt::before {
    width: 140px;
    height: 148px;
    right: -17%;
  }
  #event .box:first-of-type .txt::before {
    width: 82px;
    height: 115px;
  }
}
@media screen and (max-width: 1024px) {
  #event {
    padding-top: 140px;
    padding-bottom: 180px;
  }
  #event .box .txt {
    padding: 10px 0 0 30px;
  }
  #event .box:nth-child(odd) .txt {
    padding: 10px 30px 0 0;
  }
  #event .box .txt h3 {
    font-size: 28px;
    padding-left: 35px;
    margin-bottom: 10px;
  }
  #event .box .txt h3::before {
    width: 25px;
    height: 33px;
  }
  #event .box .txt h4 {
    font-size: 20px;
  }
  #event .box .txt p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #event .box .txt .btn a {
    line-height: 60px;
    padding: 0 60px;
    margin-bottom: 20px;
  }
  #event .box .txt h5 {
    font-size: 18px;
  }
}
@media screen and (max-width: 750px) {
  #event {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  #event::after {
    bottom: -20px;
    right: 10px;
    width: 110px;
    height: 119px;
  }
  #event .box, #event .box + .box {
    margin-top: 40px;
  }
  #event .inner {
    flex-wrap: wrap;
  }
  #event .box:nth-child(odd) .inner {
    flex-direction: column-reverse;
  }
  #event .box .img {
    width: 100%;
  }
  #event .box .txt {
    width: 100%;
    padding: 20px 0 0 0;
  }
  #event .box .img p {
    margin-top: 30px;
  }
  #event .box:nth-child(odd) .txt {
    padding: 20px 0 0 0;
  }
  #event .box .txt h4 {
    font-size: 18px;
    margin-bottom: 10px;
  }
  #event .box .txt p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  #event .box .txt .btn a {
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px;
    margin-bottom: 20px;
  }
  #event .box .txt h5 {
    font-size: 16px;
  }
  #event .box:first-of-type .txt::before {
    bottom: 0;
    right: 0;
    width: 80px;
    height: 114px;
  }
  #event .box:nth-of-type(2) .txt::before {
    display: block;
    bottom: 65px;
    left: auto;
    transform: none;
    right: 0;
    width: 130px;
    height: 140px;
    margin-left: 0;
  }
  #event .box:nth-of-type(3) .txt::before {
    bottom: -20px;
    right: 0;
    width: 70px;
    height: 154px;
  }
  #event .box:nth-of-type(4) .txt::before {
    bottom: -30px;
    right: 0;
    width: 120px;
    height: 132px;
  }
}
/* performance
-----------------------------------------------*/
#performance {
  background: url("../img/bgi_contents.jpg");
  position: relative;
}
#performance::before {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/img_illust_08.svg")no-repeat;
  width: 171px;
  height: 255px;
  background-size: cover;
  top: -110px;
  left: 60px;
}
#performance::after {
  position: absolute;
  display: block;
  content: "";
  background: url("../img/img_illust_09.svg")no-repeat;
  width: 74px;
  height: 135px;
  background-size: cover;
  top: 70px;
  right: 30px;
}
#performance .inner h2::before {
  background-color: #9ecbcc;
}
#performance .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#performance .col3 .col {
  max-width: 580px;
  margin-top: 100px;
  background: #fff;
  border-radius: 10px;
  width: 48.33%;
  margin-right: 3.33%;
}
#performance .col3 .col:nth-child(2n) {
  margin-right: 0;
}
#performance .col3 .col:nth-child(n+3) {
  margin-top: 80px;
}
#performance .col3 .col img {
  border-top-right-radius: 10px;
  width: 100%;
}
#performance .col3 .col .img {
  position: relative;
}
#performance .col3 .col .img span {
  position: absolute;
  display: block;
  content: "";
  background: #d6551a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 40px;
  top: -39px;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#performance .col3 .col .txt {
  padding: 30px;
}
#performance .col3 .col .txt h3 {
  font-size: 20px;
  margin-bottom: 20px;
}
#performance .col3 .col .txt p {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 2;
}
#performance .col3 .col .txt ul {
  border-top: 1px solid #4f4037;
  text-align: left;
  line-height: 1.5;
  padding-top: 20px;
}
#performance .col3 .col .txt ul a {
  color: #4f4037;
}
@media screen and (max-width: 750px) {
  #performance::before {
    width: 80px;
    height: 119px;
    top: -40px;
    left: 20px;
  }
  #performance::after {
    display: none;
  }
  #performance .col3 .col {
    max-width: 100%;
    width: 100%;
    margin-top: 60px;
    margin-right: 0;
  }
  #performance .col3 .col .txt {
    padding: 20px;
  }
  #performance .col3 .col .img span {
    font-size: 14px;
    padding: 10px 20px;
    top: -36px;
  }
  #performance .col3 .col .txt h3 {
    font-size: 16px;
    margin-bottom: 10px;
  }
  #performance .col3 .col .txt p {
    font-size: 14px;
    line-height: 1.5;
  }
  #performance .col3 .col .txt ul {
    padding-top: 10px;
  }
}
/* store
-----------------------------------------------*/
#store {
  position: relative;
}
#store::before, #store::after {
  position: absolute;
  display: block;
  content: "";
  background-size: cover;
  top: 0;
  width: 310px;
  height: 280px;
}
#store::before {
  background: url("../img/img_flag_01.svg")no-repeat;
  left: 0;
}
#store::after {
  background: url("../img/img_flag_02.svg")no-repeat;
  right: 0;
}
#store .inner h2::before {
  background-color: #e8d47d;
}
#store .col3 {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between;*/
}
#store .col3 .col {
  max-width: 373px;
  width: 31.08%;
  margin-right: 3.33%;
  margin-top: 100px;
  background: #fff;
  border-radius: 10px;
}
#store .col3 .col:nth-child(3n) {
  margin-right: 0;
}
#store .col3 .col:nth-child(n+4) {
  margin-top: 60px;
}
#store .col3 .col img {
  width: 100%;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
#store .col3 .col .img {
  position: relative;
}
#store .col3 .col .img span {
  position: absolute;
  display: block;
  content: "";
  background: #d6551a;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  padding: 10px 40px;
  top: -39px;
  left: 0;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
#store .col3 .col .bold {
  font-weight: bold;
}
#store .col3 .col .txt {
  padding: 20px 0;
}
#store .col3 .col .txt h3 {
  font-size: 16px;
  margin-bottom: 10px;
}
#store .col3 .col .txt p {
  font-size: 14px;
  margin-bottom: 20px;
  text-align: left;
  line-height: 1.5;
}
#store .col3 .col .txt ul {
  border-top: 1px solid #4f4037;
  text-align: left;
  line-height: 1.5;
  padding-top: 10px;
}
#store .col3 .col .txt ul a {
  color: #4f4037;
}
#store .note {
  font-size: 14px;
  margin-top: 40px;
}
@media screen and (max-width: 1000px) {
  #store::before, #store::after {
    width: 200px;
    height: 180px;
  }
}
@media screen and (max-width: 750px) {
  #store::before, #store::after {
    width: 100px;
    height: 90px;
  }
  #store .col3 .col {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-top: 60px;
  }
  #store .col3 .col .img span {
    font-size: 14px;
    padding: 10px 20px;
    top: -36px;
  }
  #store .note {
    font-size: 14px;
    margin-top: 20px;
  }
}
/* access
-----------------------------------------------*/
#access {
  background: url("../img/bgi_contents.jpg");
  position: relative;
}
#access::before, #access::after {
  position: absolute;
  display: block;
  content: "";
  background-size: cover;
  z-index: 2;
}
#access::before {
  background: url("../img/img_illust_11.svg")no-repeat;
  width: 80px;
  height: 144px;
  top: 110px;
  left: 30px;
}
#access::after {
  background: url("../img/img_illust_10.svg")no-repeat;
  width: 167px;
  height: 233px;
  top: -70px;
  right: 55px;
}
#access .inner h2::before {
  background-color: #7497a5;
}
#access .inner {
  max-width: 1095px;
}
#access .box {
  display: flex;
  margin-top: 60px;
  align-items: center;
}
#access .box .img {
  width: 36.99%;
  border-radius: 10px
}
#access .box .img img {
  border-radius: 10px;
}
#access .box .txt {
  width: 63.01%;
  padding-left: 40px;
  text-align: left;
  font-feature-settings: "palt";
}
#access .box .txt td, #access .box .txt p {
  font-size: 20px;
  line-height: 2;
}
#access .box .txt p span {
  position: relative;
}
#access .box .txt p span::before {
  position: absolute;
  display: block;
  content: "";
  height: 7px;
  width: 100%;
  bottom: -8px;
  left: 0;
  background-color: #ffff52;
}
#access .box .txt h3 {
  font-size: 24px;
  margin: 40px 0 10px;
}
#access .box .txt h3 + p {
  margin-bottom: 30px;
}
#access .box .txt .btn a {
  font-size: 16px;
  color: #fff;
  line-height: 60px;
  padding: 0 40px;
  background: #d6551a;
  display: inline-block;
  font-weight: bold;
  border-radius: 35px;
  margin-top: 10px;
}
#access .box .txt .btn a:hover {
  background: #ff7139;
}
#access .box .txt .btn a.noLink {
  background: #acacac;
  pointer-events: none;
}
@media screen and (max-width: 1000px) {
  #access::before {
    top: 40px;
  }
  #access .box .img {
    width: 40%;
  }
  #access .box .txt {
    width: 60%;
    padding-left: 20px;
  }
  #access .box .txt h3 {
    font-size: 22px;
    margin: 20px 0 5px;
  }
  #access .box .txt td, #access .box .txt p {
    font-size: 16px;
    line-height: 2;
  }
}
@media screen and (max-width: 750px) {
  #access::before {
    width: 60px;
    height: 85px;
    top: 60px;
    left: 10px;
  }
  #access::after {
    width: 90px;
    height: 125px;
    top: -50px;
    right: 15px;
  }
  #access .box {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  #access .box .img {
    width: 100%;
  }
  #access .box .txt {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #access .box .txt td, #access .box .txt p {
    font-size: 14px;
  }
  #access .box .txt p span {
    display: inline-block;
  }
  #access .box .txt p span::before {
    bottom: -2px;
  }
  #access .box .txt h3 {
    font-size: 18px;
    margin: 20px 0 5px;
  }
  #access .box .txt h3 + p {
    margin-bottom: 20px;
  }
  #access .box .txt .btn a {
    font-size: 16px;
    line-height: 50px;
    padding: 0 40px;
    margin-bottom: 20px;
  }
}
/* information
-----------------------------------------------*/
#information {
  position: relative;
}
#information::before, #information::after {
  position: absolute;
  display: block;
  content: "";
  background-size: cover;
  top: 0;
  width: 310px;
  height: 280px;
}
#information::before {
  background: url("../img/img_flag_01.svg")no-repeat;
  left: 0;
}
#information::after {
  background: url("../img/img_flag_02.svg")no-repeat;
  right: 0;
}
#information .col3 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#information .col3 .col {
  max-width: 373px;
  width: 31.08%;
  margin-right: 3.33%;
  background: #fff;
  border-radius: 10px;
}
#information .col3 .col:nth-child(3n) {
  margin-right: 0;
}
#information .col3 .col .img {
  position: relative;
  width: 100%;
}
#information .col3 .col .img h2 {
  position: absolute;
  display: block;
  content: "";
  bottom: 45px;
  width: 100%;
  font-size: 30px;
}
#information .col3 .col .txt {
  width: 100%;
  background: #80725d;
  color: #fff;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 20px 15px;
  text-align: left;
  font-size: 14px;
  line-height: 2;
  font-feature-settings: "palt";
  box-sizing: border-box;
}
#information .col3 .col .txt li {
  padding-left: 1em;
  text-indent: -1em;
}
@media screen and (max-width: 1000px) {
  #information::before, #information::after {
    width: 200px;
    height: 180px;
  }
  #information .col3 .col .img h2 {
    font-size: 22px;
    bottom: 25px;
  }
}
@media screen and (max-width: 750px) {
  #information::before, #information::after {
    width: 100px;
    height: 90px;
  }
  #information .col3 .col {
    margin-bottom: 40px;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  #information .col3 .col:last-child {
    margin-bottom: 0;
  }
  #information .col3 .col .img h2 {
    bottom: 55px;
    font-size: 24px;
  }
  #information .col3 .col .txt {
    margin-top: -30px;
  }
}
/* slider
-----------------------------------------------*/
.slick-list {
  border-radius: 20px;
  overflow: hidden;
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  z-index: 1;
}
.slick-list {
  position: relative;
  display: block;
  margin: 0;
  height: 100%;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track, .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
}
.slick-track:before, .slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  position: relative;
}
.slick-slide:focus {
  outline: none;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
}
.slick-next, .slick-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 60px;
  height: 60px;
  font-size: 0;
  z-index: 1001;
  background: rgba(0, 0, 0, 0);
  padding: 0;
  border: none;
  cursor: pointer;
}
.slick-next {
  right: 0;
}
.slick-prev {
  left: 0;
}
.slick-arrow::before {
  position: relative;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transition: left .2s cubic-bezier(.210, .60, .350, 1);
}
.slick-next::before {
  left: -8%;
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}
.slick-prev::before {
  left: 8%;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.slick-next:hover::before {
  left: -2%;
}
.slick-prev:hover::before {
  left: 2%;
}
.slick-dots {
  position: absolute;
  bottom: -30px;
  width: 100%;
  text-align: center;
  font-size: 0;
}
.slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
.slick-dots li button {
  width: 10px;
  height: 10px;
  font-size: 0;
  background-color: #c7c7c7;
  border: none;
  border-radius: 10px;
  padding: 0;
  cursor: pointer;
  transition: background .4s cubic-bezier(.210, .60, .350, 1);
}
.slick-dots li.slick-active button, .slick-dots li button:hover {
  background-color: #969696;
}
@media screen and (max-width: 750px) {
  .slick-dots {
    bottom: -20px;
  }
}
/* info */
#info{
	padding-top: 0;
  padding-bottom: 50px;
}
#info .inner{
	max-width: 980px;
	margin: 0 auto;
}
#info .inner > table{
	margin-top: 30px;
	border-top: 1px solid #e4e4e4;
}
#info table{
	width: 100%;
	border-collapse: collapse;text-align: left;
}
#info .box{
	display: none;
}
#info table th,
#info table td{
	font-size: 16px;
	padding: 20px 40px;
	border-bottom: 1px solid #e4e4e4;
	vertical-align: top;
	line-height: 1.5;
}
#info table th{
	white-space: nowrap;
}
#info table td{
	width: 100%;
}
#info .btn{
	text-align: center;
	margin-top: 15px;
}
#info .btn span{
	position: relative;
	font-size: 16px;
	font-weight: bold;
	padding-right: 40px;
	cursor: pointer;
}
#info .btn span::before{
  content: "もっと見る";
}
#info .btn.active span::before{
  content: "閉じる";
}
#info .btn span::after{
  content: "";
  display: block;
  position: absolute;
	border-top: solid 3px #333;
	border-right: solid 3px #333;
  top: 6px;
	right: 14px;
	width: 8px;
	height: 8px;
	transform: translate(-50%,-50%) rotate(135deg);
}
#info .btn.active span::after{
  top: 11px;
	transform: translate(-50%,-50%) rotate(-45deg);
}
@media screen and (max-width: 740px) {
#info{
	padding-top: 60px;
}
#info .inner > table{
	margin-top: 20px;
}
#info table th,
#info table td{
	font-size: 14px;
	padding: 15px 15px;
}
#info table td{
	padding-left: 0;
}
#info .btn span{
	font-size: 14px;
}
#info .btn span::after{
  top: 4px;
}
#info .btn.active span::after{
  top: 10px;
}
}

/* pdfLink
-----------------------------------------------*/
#info + .pdfLink {
  padding: 0 40px;
}
#info + .pdfLink a {
	margin: 0 auto 100px;
}
.pdfLink a {
	max-width: 700px;
	width: 100%;
	margin: 60px auto 0;
	display: block;
}
.pdfLink a .btn {
	background: #d6551a;
	color: #fff;
	position: relative;
	border-radius: 60px;
	width: 100%;
	height: 120px;
	text-align: center;
}
.pdfLink a .btn:hover {
	opacity: .8;
}
.pdfLink .btn span {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  font-weight: bold;
  font-size: 20px;
  margin-left: -20px;
  transform: translate(-50%, -50%);
}
.pdfLink .btn span::after {
	content: "";
	display: inline-block;
	width: 7px;
	height: 7px;
	box-sizing: border-box;
	border-top: solid 2px #fff;
	border-right: solid 2px #fff;
	transform: rotate(45deg);
	margin-left: 8px;
	margin-bottom: 4px;
}
.pdfLink .btn img {
	position: absolute;
	top: -20px;
	right: 40px;
}
@media screen and (max-width: 1000px) {
.pdfLink .btn span {
  font-size: 16px;
}
}
@media screen and (max-width: 750px) {
#info + .pdfLink {
  padding: 0 20px;
}
#info + .pdfLink a {
	margin: 0 auto 80px;
}
.pdfLink a {
  margin: 40px auto 0;
}
.pdfLink a .btn {
	height: 87px;
}
.pdfLink .btn span {
  text-align: left;
  left: 40px;
  transform: translate(0, -50%);
}
.pdfLink .btn img {
  right: 5%;
  top: -16%;
  width: 100px;
}
.pdfLink .btn span::after {
	content: "";
	margin-bottom: 10px;
}
}

.induction {
  position: absolute;
  bottom: calc(50% - 350px);
  left: 50%;
  translate: -50% 0;
  width: fit-content;
  padding: 48px 64px;
  background: #fff;
}
.induction p {
  color: red;
  font-size: 28px;
  font-weight: bold;
  text-align: center;
  line-height: 1.7;
  white-space: nowrap;
}
.induction a {
  color: red;
  text-decoration: underline;
}
@media screen and (max-width: 1180px) {
  .induction p {
    font-size: 18px;
  }
}
@media screen and (max-width: 960px) {
  .induction {
    bottom: 24px;
    padding: 24px 40px;
  }
}
@media screen and (max-width: 750px) {
  .induction {
    z-index: 10;
    width: 90%;
    bottom: -40px;
    padding: 24px;
  }
  .induction p {
    font-size: 16px;
    line-height: 1.5;
    white-space: wrap;
  }
}
@media screen and (max-width: 450px) {
  .induction {
    bottom: -60px;
  }
  #lead {
    padding: 100px 0 60px;
  }
}