@charset "UTF-8";

.pc_only{display:block;}
.sp_only{display:none;}

@media (max-width: 640px) {
  .pc_only{display:none;}
  .sp_only{display:block;}
}

.footlinkevent {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

@media (max-width: 640px) {
  .footlinkevent {
    padding-bottom: 20px;
  }
}

.footlinkevent ul {
  display: flex;
  justify-content: flex-end;
  line-height: 100%;
}

@media (max-width: 640px) {
  .footlinkevent ul {
    justify-content: center;
  }
}

.footlinkevent ul li {
  border-left: 1px solid #000;
}

.footlinkevent ul li a {
  padding: 0 20px;
  display: inline-block;
  line-height: 100%;
  font-size: 12px;
  color: #000;
}

.footlinkevent ul li a:hover {
  opacity: 0.6;
}

.footlinkevent ul li:last-child {
  border-right: 1px solid #000;
}

#event {
  padding: 50px 0px;
  min-width: auto;
  /*background-color: rgba(41,155,149,1.00);*/
  background-color: #fff;
  position: relative;
  z-index: 10;
}
@media (max-width: 640px) {
  #event {
    min-width: 1100px;
  }
}

#event h2 {
  color: black;
  font-size: 17px;
  display: block;
  padding: 15px 0px 30px 0px;
  font-weight: normal;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

#event h2 span {
  padding-top: 50px;
  padding-bottom: 0px;
  font-weight: 600;
  /**font**/
  font-size: 28px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0em;
  width: 100%;
  display: block;
  color: black;
  font-family: 'Noto Serif JP', serif;
}

#event .read_copy {
  padding-top: 0px;
  padding-bottom: 20px;
  font-weight: bold;
  font-size: 46px;
  line-height: 1.7;
  text-align: left;
  letter-spacing: 0.1em;
  display: block;
  color: #299b95;
  float: left;
}

#event .read_copy span {
  border-bottom: solid 10px #fffe00;
}

#event .event_banner {
  float: right;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

#event .event_banner:hover {
  opacity: 0.5;
}

#event .line {
  display: block;
  width: 2px;
  height: 80px;
  position: absolute;
  top: 0px;
  left: 50%;
  margin-left: -1px;
  z-index: 10;
  background-color: white;
}

.event_content #search_area {
  width: 960px;
  margin: -100px auto 0px auto;
  padding-bottom: 40px;
  padding-top: 100px;
}

#search_area h3 {
  text-align: left;
  height: 33px;
  font-size: 23px;
  color: #299b95;
  margin-bottom: 5px;
  border-bottom: solid 7px #fffe00;
  display: inline-block;
}

#search_area h3 span {
  position: relative;
  top: 0em;
  left: 0px;
}

.event_content h3 {
  margin-right: 30px;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

#search_area form {
  text-align: center;
  font-size: 0;
  border: 1px solid #ccc;
  padding: 20px 60px 20px 60px;
}

.event_content .search_list {
  display: flex;
  justify-content: space-between;
  padding-bottom: 20px;
}

.event_content .search_list li {
  text-align: left;
  font-size: 16px;
  width: 48%;
}

.event_content .search_list li.space {
  width: 60px;
}

.event_content select.parent,
.event_content select.eve_date,
.event_content select.pref_area,
.event_content select.pref_child {
  height: 42px;
  border: 1px solid #bbbbbb;
  display: block;
  padding: 0px;
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  color: #202020;
  margin-bottom: 5px;
  width: 100%;
}

.event_content select.pref_child:disabled {
  opacity: 0.5;
}

.event_content .search_list li select:focus {
  outline: none;
}

.children_area1, .children_area2, .children_area3, .children_area4, .children_area5, .children_area6, .children_area7 {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.event_content .search_list li .children .hide {
  display: none;
}

#area1:checked ~ .children_area1, #area2:checked ~ .children_area2, #area3:checked ~ .children_area3, #area4:checked ~ .children_area4, #area5:checked ~ .children_area5, #area6:checked ~ .children_area6, #area7:checked ~ .children_area7 {
  border: 1px solid #cccccc;
  max-height: 300px;
  padding: 10px 20px 10px 20px;
  display: block;
}

.event_content .search_list h4 {
  margin-bottom: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #555555;
  border-bottom: 1px solid #cccccc;
  text-align: left;
}

.event_content .search_list li .children label {
  display: inline-block;
  padding: 0px 10px 0px 10px;
}

.event_content .search_list li select option {
  color: #000000;
}

.event_content .search_list li.search_date {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  color: #838383;
}

.event_content .search_list li.search_date input {
  width: 40%;
  height: 32px;
  margin: 0px;
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  text-align: center;
}

#search_area .submit {
  transition: all .3s ease;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  background-color: #dedede;
  line-height: 1;
  width: 200px;
  height: 36px;
  font-size: 18px;
  letter-spacing: 1em;
  margin: 0px auto;
}

.event_content {
  width: 100%;
  max-width: 1100px;
  margin: 0px auto;
  background-color: white;
  padding: 50px 50px 50px 50px;
}

.event_content .catch_copy {
  text-align: center;
  font-size: 26px;
  padding-bottom: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 80px;
  font-weight: bold;
  line-height: 1.8;
  border-bottom: 1px dotted #878787;
  clear: both;
}

.event_content .more_search {
  text-align: center;
  font-size: 14px;
  padding: 0px 0px 20px 0px;
}

.event_content .more_search a {
  text-decoration: underline;
  font-weight: 500;
  color: #2da3be;
}

.event_content .more_search a:hover {
  color: #535353;
}

.event_content .more_search i {
  padding-right: 0.3em;
}

.event_content .comingsoon {
  color: #545454;
  text-align: center;
  font-size: 16px;
  padding-bottom: 20px;
  line-height: 1.8;
}

.event_content .view_end {
  padding: 0px 20px;
  text-align: right;
  font-size: 16px;
}

.event_content .view_end laber {
  cursor: pointer;
}

.event_content .view_end input {
  padding-right: 5px;
}

#event_area {
  padding: 0px 0px 50px 0px;
  width: 960px;
  margin: 0px auto;
}

#event_area h3.title {
  color: #fff;
  background: #299b95;
  margin: 0px auto 20px auto;
  padding: 5px 0px;
  font-size: 20px;
}

.event_area {
  width: 100%;
  max-width: 980px;
  margin: 0px auto 0px auto;
}

.event_content #query_box {
  background: #efefef;
  padding: 30px 0px;
  margin-bottom: 20px;
}

.event_query {
  width: 80%;
  font-size: 26px;
  font-weight: 700;
  box-sizing: border-box;
  padding: 0px 0px 10px 0px;
  margin: 0px auto;
}

.event_query .pref, .event_query .month_query {
  font-size: 28px;
  font-weight: 700;
  color: #000;
  text-align: center;
}

.event_query .pref {
  text-align: center;
}

.event_query .month_query {
  text-align: center;
}

.event_query .pref span, .event_query .month_query span {
  font-size: 18px;
  display: inline-block;
  border-bottom: 3px solid #2da3be;
  line-height: 1;
}

.event_query .month_search {
  padding-top: 5px;
  box-sizing: border-box;
  width: 35%;
  margin: 0px auto 30px auto;
}

.event_query .month_search .search_list {
  justify-content: space-around;
  padding-bottom: 0px;
}

.event_query .month_search .search_list li {
  width: auto;
}

.event_query .month_search .search_list li.search_date {
  width: 70%;
}

.event_query .month_search .search_list li .eve_date {
  width: 100%;
}

.event_content .month_search select.eve_date {
  height: 28px;
  font-size: 14px;
  display: table-cell;
  vertical-align: middle;
  position: relative;
  top: 3px;
}

.event_content .month_search .submit {
  transition: all .3s ease;
  text-align: center;
  background-color: #dedede;
  line-height: 1;
  height: 28px;
  font-size: 12px;
  letter-spacing: 0.5em;
  margin: 0px auto;
  padding: 0px 15px;
  border: none;
}

.event_list {
  width: 100%;
  border-bottom: solid 1px #c8c8c8;
  border-left: solid 1px #c8c8c8;
  border-right: solid 1px #c8c8c8;
}

.event_box {
  padding: 30px;
  border-top: solid 1px #c8c8c8;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  letter-spacing: 0.1em;
}

.event_box span {
  display: inline-block;
  border-bottom: 3px solid #2da3be;
  line-height: 1.3;
}

.event_box h3 {
  width: 100%;
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 30px;
  text-align: left;
}

#event_area .event_box {
  font-family: '游ゴシック Medium', meiryo, sans-serif !important;
}

#event_area .event_box h3 {
  font-weight: bold;
}

.event_box .h_icon {
  position: absolute;
  right: 30px;
  top: 35px;
  display: inline-block;
  padding: 0px 10px;
  border: 1px solid #2da3be;
  font-size: 12px;
  text-align: center;
  color: #2da3be;
  background-color: #c3ebeb;
}

.event_box .l_box {
  width: 49%;
}

.event_box .l_box dl {
  line-height: 1.5;
}

.event_box .l_box dt {
  font-weight: bold;
}

.event_box .l_box dd {
  padding-left: 90px;
  margin-top: -1.5em;
  padding-bottom: 15px;
}

.event_box .l_box .g_map {
  padding: 10px 0px 10px 90px;
}

.event_box .l_box .g_map a {
  font-size: 11px;
  display: inline-block;
  color: white;
  background-color: black;
  text-align: center;
  padding: 8px 35px;
}

.event_box .l_box .g_map a i {
  padding-left: 3px;
}

.event_box .r_box {
  width: 49%;
  line-height: 1.5;
}

.event_box .item_icon {
  text-align: left;
  padding: 10px 0px;
}

.event_box .item_icon li {
  width: 24%;
  padding: 2px 5px;
  display: inline-block;
  letter-spacing: 0em;
  font-size: 10px;
  color: white;
  background-color: #2da3be;
  text-align: center;
}

.event_none {
  text-align: center;
  padding: 30px 0px;
}

.event_none {
  text-align: center;
  line-height: 1.75;
  padding-top: 60px;
  border-top: solid 1px #c8c8c8;
}

.navigation {
  font-family: 'Oswald', sans-serif;
  font-size: 16px;
  letter-spacing: 0.1em;
  color: #969696;
  text-align: center;
}

.navigation a {
  color: black;
  -webkit-transition: all .4s ease-out;
  -moz-transition: all .4s ease-out;
  -ms-transition: all .4s ease-out;
  transition: all .4s ease-out;
}

.navigation a:hover {
  color: #65bac7;
}

.alignleft {
  font-size: 18px;
}

.alignright {
  font-size: 18px;
}

.non_content {
  border: 1px solid #c8c8c8;
  padding: 100px 0px;
  text-align: center;
}

#event_movie {
  padding: 130px 0px 50px 0px;
  max-width: 1100px;
  position: relative;
  top: -100px;
  z-index: 1;
  margin: 0px auto;
}

#event_movie h3 {
  text-align: left;
  padding-bottom: 35px;
  width: 100%;
  max-width: 907px;
  margin: 0 auto;
}

#event_movie .review {
  width: 1100px;
  margin: 0px auto;
  text-align: center;
  background-color: #5a9fa8;
  padding: 30px 0px;
  margin-bottom: 30px;
}

#event_movie .txt {
  font-weight: 700;
  color: white;
  font-size: 30px;
  letter-spacing: 0.1em;
}

#event_movie .titlebox {
  background-color: white;
  width: 100%;
  max-width: 1100px;
  padding: 30px 0px 0px 0px;
  margin: 0 auto;
}

#event_movie .titlebox p {
  width: 100%;
  text-align: left;
  margin: 0 auto;
  padding-bottom: 30px;
}

#event_movie .titlebox p img {
  width: 100%;
}

.eventMovie {
  position: relative;
  padding-bottom: 56.25%;
  /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  overflow: hidden;
}

.eventMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼SP 640px event ▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼▼ */
@media (max-width: 640px) {
  #event {
    padding: 0px 0px 50px 0px;
    min-width: auto;
    max-width: 640px;
    position: relative;
  }
  #event h2 {
    color: black;
    font-size: 14px;
    display: block;
    padding: 15px 0px 30px 0px;
    font-weight: normal;
    text-align: center;
  }
  #event h2 span {
    padding-top: 50px;
    padding-bottom: 0px;
    font-weight: bold;
    font-size: 26px;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.1em;
    width: 100%;
    display: block;
    color: black;
  }
  #event .read_copy {
    padding-top: 20px;
    padding-bottom: 20px;
    font-weight: bold;
    font-size: 18px;
    line-height: 2;
    text-align: center;
    letter-spacing: 0em;
    width: 100%;
    display: block;
    color: #299b95;
    float: none;
  }
  #event .read_copy span {
    border-bottom: solid 10px #fffe00;
  }
  #event .event_banner {
    float: none;
    text-align: center;
  }
  #event .event_banner img {
    width: 90%;
  }
  #event .event_banner:hover {
    opacity: 0.5;
  }
  #event .line {
    display: block;
    width: 2px;
    height: 50px;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    z-index: 10;
    background-color: white;
  }
  #event .event_content {
    padding: 10px 20px;
  }
  .event_content .catch_copy {
    text-align: left;
    font-size: 16px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-weight: bold;
    line-height: 1.8;
    padding-top: 30px;
    border-bottom: 1px dotted #878787;
  }
  .event_content #search_area {
    width: 100%;
    margin: -100px auto 0px auto;
    padding-bottom: 40px;
    padding-top: 100px;
    text-align: center;
  }
  .event_content #query_box {
    padding: 20px 30px;
  }
  .event_query {
    width: 100%;
    font-size: 14px;
    font-weight: 700;
    box-sizing: border-box;
    padding: 0px 0px 10px 0px;
    margin: 0px auto;
  }
  .event_query .pref, .event_query .month_query {
    font-size: 16px;
    font-weight: 700;
    color: #000;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 8px;
  }
  .event_query .pref span, .event_query .month_query span {
    font-size: 14px;
  }
  .event_query .month_search {
    padding-top: 5px;
    box-sizing: border-box;
    width: 100%;
    margin: 0px auto;
    text-align: center;
  }
  .event_query .month_search select {
    margin-bottom: 15px;
  }
  .event_query .month_search .search_list {
    display: flex;
    justify-content: space-around;
    padding-bottom: 20px;
  }
  #search_area form {
    padding: 20px;
  }
  #search_area h3 {
    margin: 0px auto 10px auto;
    font-size: 20px;
  }
  .event_content .search_list {
    height: auto;
    display: block;
  }
  .event_content .search_list li {
    text-align: center;
    font-size: 18px;
    display: block;
    width: 100%;
  }
  .event_content .search_list h4 {
    text-align: left;
    margin-bottom: 0px;
    border-bottom: none;
  }
  .event_content .search_list li select {
    width: 100%;
    height: 36px;
    border: 1px solid #bbbbbb;
    display: block;
    padding: 0px;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 700;
    color: #202020;
    text-align: center;
    margin: 0px auto;
  }
  .event_content .search_list li select option {
    text-align: center;
  }
  .event_content .search_list li .children {
    text-align: left;
  }
  .event_content .comingsoon {
    color: #545454;
    text-align: left;
    font-size: 10px;
    padding-bottom: 4px;
  }
  #event_area {
    padding: 0px 0px 50px 0px;
    width: 100%;
    margin: 0px auto;
  }
  #event_area h3.title {
    color: #fff;
    background: #299b95;
    margin: 0px auto 5px auto;
    padding: 3px 0px;
    font-size: 18px;
  }
  .event_box h3 {
    width: auto;
    display: block;
    font-size: 22px;
    font-weight: bold;
    padding-bottom: 20px;
    text-align: center;
    margin: 0px;
  }
  .event_box .h_icon {
    position: relative;
    right: 0px;
    top: 0px;
    display: inline-block;
    padding: 0px 5px;
    border: 1px solid #2da3be;
    font-size: 10px;
    text-align: center;
    color: #2da3be;
    background-color: #c3ebeb;
    margin-bottom: 10px;
  }
  .event_box span {
    display: inline;
    border-bottom: 3px solid #2da3be;
    line-height: 1.3;
  }
  .event_box {
    padding: 30px 20px 30px 20px;
    border-bottom: none;
    display: block;
    position: relative;
    letter-spacing: 0.1em;
    text-align: center;
  }
  .event_box .l_box {
    width: 100%;
  }
  .event_box .r_box {
    width: 100%;
  }
  .event_box .l_box dl {
    line-height: 1.5;
    letter-spacing: 0em;
    text-align: left;
  }
  .event_box .l_box dt {
    font-weight: bold;
    display: block;
    margin-right: 10px;
    padding-bottom: 5px;
  }
  .event_box .l_box dd {
    padding-left: 0px;
    margin-top: 0px;
    padding-bottom: 5px;
    display: block;
    font-size: 16px;
  }
  .event_box .l_box dd p {
    display: inline;
  }
  .event_box .l_box dl br {
    display: none;
  }
  .event_box .l_box .g_map {
    padding: 0px 0px 0px 0px;
    margin: 0px auto 10px 0px;
    text-align: left;
  }
  .event_box .l_box .g_map a {
    font-size: 10px;
    font-weight: 700;
    display: inline-block;
    color: #299b95;
    border: 1px solid #299b95;
    background-color: #fff;
    text-align: center;
    padding: 3px 20px;
    margin-bottom: 10px;
  }
  .event_box .l_box .g_map a i {
    padding-left: 3px;
  }
  .event_box .r_box .txt {
    text-align: left;
    font-size: 14px;
  }
  .navigation {
    font-family: 'Oswald', sans-serif;
    font-size: 20px;
    letter-spacing: 0.1em;
    color: #969696;
    text-align: center;
  }
  .navigation .left {
    float: left;
  }
  .navigation .alignright {
    float: right;
  }
  #event_movie {
    padding: 100px 0px 50px 0px;
    min-width: auto;
    max-width: 640px;
  }
  #event_movie h3 {
    width: 90%;
  }
  #event_movie h3 img {
    width: 100%;
  }
  #event_movie .titlebox p {
    width: 90%;
    text-align: center;
    margin: 0px auto;
    padding-bottom: 15px;
  }
  #event_movie .titlebox p img {
    width: 100%;
    margin: 0px auto;
  }
  #event_movie .titlebox p.txt {
    font-size: 20px;
    letter-spacing: 0em;
  }
  .eventMovie {
    height: auto;
  }
}

/***************************************************************************/
/**scss共通***/
.test {
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  animation: Flash1 1s infinite;
  font-family: 'Noto Serif JP', serif;
  background: linear-gradient(90deg, #00486e 0%, #00789b 100%);
}

@keyframes Flash1 {
  50% {
    opacity: 0;
  }
}

.test {
  content: "\f105";
  font-family: FontAwesome;
}

/**scss共通ここまで***/
.sp_only_inline {
  display: none;
}

@media (max-width: 640px) {
  .sp_only_inline {
    display: inline-block;
  }
}

.lp_all {
  font-family: 'Noto Serif JP', serif;
}

.line_center {
  text-align: center;
  position: relative;
}

.line_center .linetate {
  width: 1px;
  height: 30px;
  background-color: #333;
  margin: 0px auto 0 auto;
}

h3.midashiYumin {
  text-align: center;
  line-height: 140%;
  font-size: 40px;
  margin-top: 30px;
  margin-bottom: 60px;
  font-weight: 400;
}

@media (max-width: 640px) {
  h3.midashiYumin {
    font-size: 7.5vw;
  }
}

#map_title {
  text-align: center;
  padding-top: 125px;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
}

#map_title img {
  width: 100%;
}

#map_title .copymm {
  display: inline-block;
}

#map_title .copymm .flexboxcopy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#map_title .copymm .flexboxcopy .left {
  width: 45px;
  margin-right: 20px;
}

#map_title .copymm .flexboxcopy .right {
  width: calc(100% - 65px);
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 640px) {
  #map_title .copymm .flexboxcopy .right {
    font-size: 7vw;
  }
}

#map_title .ptext {
  font-size: 16px;
  text-align: center;
}

#map_title_sub {
  text-align: center;
  padding-top: 125px;
  margin-bottom: 40px;
  font-family: 'Noto Serif JP', serif;
}

@media (max-width: 640px) {
  #map_title_sub {
    padding-top: 60px;
    margin-bottom: 20px;
  }
}

#map_title_sub img {
  width: 100%;
}

#map_title_sub .copymm {
  display: inline-block;
}

#map_title_sub .copymm .flexboxcopy {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#map_title_sub .copymm .flexboxcopy .left {
  width: 45px;
  margin-right: 20px;
}

@media (max-width: 640px) {
  #map_title_sub .copymm .flexboxcopy .left {
    width: 7vw;
    margin-right: 3vw;
  }
}

#map_title_sub .copymm .flexboxcopy .right {
  width: calc(100% - 65px);
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 640px) {
  #map_title_sub .copymm .flexboxcopy .right {
    font-size: 5vw;
    width: auto;
  }
}

.videospo01 {
  position: relative;
  z-index: 1;
  width: 100%;
}

.mask_back {
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  z-index: 5;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#lpmv01 {
  width: 100%;
  vertical-align: bottom;
}

#lpmv01_sp {
  width: 100%;
  vertical-align: bottom;
}

#lp_contena01 {
  width: 100%;
  position: relative;
  color: #fff;
  overflow: hidden;
}

#lp_contena01 img {
  width: 100%;
}

#lp_contena01 a {
  color: #fff;
}

#lp_contena01 .textcenter {
  width: 90%;
  text-align: center;
  position: absolute;
  top: 42%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 10;
}

@media (max-width: 640px) {
  #lp_contena01 .textcenter {
    top: 50%;
  }
}

#lp_contena01 .search_botan {
  width: 50%;
  max-width: 255px;
  position: absolute;
  left: calc(50% + 280px);
  bottom: -30px;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  z-index: 8;
}

#lp_contena01 .search_botan:hover {
  bottom: -10px;
  cursor: pointer;
}

@media (max-width: 640px) {
  #lp_contena01 .search_botan {
    left: 50%;
    width: 50%;
    -webkit-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}

#lp_contena01 .subtitlte {
  text-align: center;
  font-size: 18px;
  padding-bottom: 5px;
}

@media (max-width: 640px) {
  #lp_contena01 .subtitlte {
    font-size: 3vw;
  }
}

#lp_contena01 h4 {
  font-size: 36px;
  text-align: center;
  line-height: 140%;
  margin-bottom: 25px;
  font-weight: 400;
  /**font**/
}

@media (max-width: 640px) {
  #lp_contena01 h4 {
    font-size: 6vw;
  }
}

.botanlink {
  font-size: 16px;
}

@media (max-width: 640px) {
  .botanlink {
    font-size: 3vw;
  }
}

.botanlink2 {
  font-size: 19px;
  text-align: center;
  line-height: 125%;
  font-weight: 400;
}

.botanlink2 a {
  color: #000;
}

@media (max-width: 640px) {
  .botanlink2 {
    font-size: 4vw;
  }
}

.linkwaku_maru {
  display: inline-block;
  padding: 12px 35px;
  border: 1px solid #fff;
  border-radius: 25px;
  line-height: 125%;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out;
  font-family: 'Noto Sans Japanese', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

.linkwaku_maru:hover {
  transform: scale(1.02);
}

.under_link_icon {
  position: relative;
}

.under_link_icon::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(/images/event/under_icon.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: -3px;
}

.other_link_icon::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(/images/event/other_icon.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: -3px;
}

.linkwaku_maru2 {
  display: inline-block;
  padding: 14px 80px;
  border: 1px solid #000;
  border-radius: 25px;
  line-height: 125%;
  -webkit-transition: all .4s ease-out;
  transition: all .4s ease-out;
  font-family: 'Noto Sans Japanese', BlinkMacSystemFont, 'Hiragino Sans', 'Hiragino Kaku Gothic ProN', '游ゴシック Medium', meiryo, sans-serif;
}

@media (max-width: 640px) {
  .linkwaku_maru2 {
    border-radius: 40px;
    padding: 14px 6vw;
  }
}

.linkwaku_maru2:hover {
  transform: scale(1.1);
}

.under_link_icon2 {
  position: relative;
}

.under_link_icon2::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(/images/event/under_icon2.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: -3px;
}

.other_link_icon {
  position: relative;
}

.other_link_icon::after {
  content: "";
  width: 1.1em;
  height: 1.1em;
  background-image: url(/images/event/other_icon2.png);
  background-position: center;
  background-size: contain;
  display: inline-block;
  margin-left: 0.6em;
  vertical-align: -3px;
}

/*******************************************/
#lp_contena02 {
  padding: 130px 0 0 0;
  text-align: center;
}

@media (max-width: 640px) {
  #lp_contena02 {
    padding: 80px 0 0 0;
  }
}

#lp_contena02 img {
  width: 100%;
}

#lp_contena02 .subtext {
  font-size: 18px;
  padding-bottom: 5px;
  display: inline-block;
  position: relative;
  line-height: 100%;
  margin-bottom: 50px;
}

@media (max-width: 640px) {
  #lp_contena02 .subtext {
    margin-bottom: 25px;
    font-size: 4vw;
  }
}

#lp_contena02 .subtext::after {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
}

#lp_contena02 .mintext {
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 8px;
}

@media (max-width: 640px) {
  #lp_contena02 .mintext {
    font-size: 4vw;
  }
}

#lp_contena02 h3 {
  font-size: 54px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  #lp_contena02 h3 {
    font-size: 8vw;
  }
}

#lp_contena02 .fuki01 {
  width: 214px;
  margin: 0 auto;
}

#lp_contena02 .photo_flex {
  width: 100%;
  display: flex;
  justify-content: space-between;
  height: 340px;
  margin-top: 80px;
}

@media (max-width: 640px) {
  #lp_contena02 .photo_flex {
    margin-top: 60px;
    height: 150px;
  }
}

#lp_contena02 .photo_flex .left {
  height: 340px;
  width: 50%;
  border-right: 1px solid #fff;
  background-image: url(/images/event/lp02_p_left.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 640px) {
  #lp_contena02 .photo_flex .left {
    height: 150px;
  }
}

#lp_contena02 .photo_flex .right {
  height: 340px;
  width: 50%;
  background-image: url(/images/event/lp02_p_right.jpg);
  background-position: center;
  background-size: cover;
}

@media (max-width: 640px) {
  #lp_contena02 .photo_flex .right {
    height: 150px;
  }
}

/*******************************************/
#lp_contena03 {
  padding: 130px 0 60px 0;
  text-align: center;
}

@media (max-width: 640px) {
  #lp_contena03 {
    padding: 80px 0 80px 0;
  }
}

#lp_contena03 img {
  width: 100%;
}

#lp_contena03 h3 {
  width: 250px;
  margin: 0 auto 100px auto;
}

@media (max-width: 640px) {
  #lp_contena03 h3 {
    width: 54%;
    margin: 0 auto 40px auto;
  }
}

#lp_contena03 .body_text {
  font-size: 18px;
  line-height: 240%;
  margin-bottom: 40px;
}

@media (max-width: 640px) {
  #lp_contena03 .body_text {
    width: 90%;
    margin: 0 auto 30px auto;
    text-align: left;
    font-size: 3.4vw;
    line-height: 180%;
  }
}

#lp_contena03 .lasttext {
  font-size: 16px;
  margin-top: 50px;
}

@media (max-width: 640px) {
  #lp_contena03 .lasttext {
    font-size: 3vw;
    margin-top: 30px;
  }
}

/*******************************************/
#case01 {
  width: 100%;
  text-align: center;
}

#case01 img {
  width: 100%;
}

#case01 .photowaku {
  width: 1100px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1024px) {
  #case01 .photowaku {
    width: auto;
  }
}
@media (max-width: 640px) {
  #case01 .photowaku {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}

#case01 h3 {
  text-align: center;
  display: inline-block;
}

#case01 .h3waku {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
  line-height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  #case01 .h3waku {
    display: inline-block;
  }
}

#case01 .h3waku::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
}

#case01 .h3waku .case_no {
  width: 95px;
  padding: 6px 30px 0 0;
  line-height: 100%;
}

@media (max-width: 640px) {
  #case01 .h3waku .case_no {
    width: 20vw;
    padding: 0px 0px 10px 0;
    margin: 0 auto;
  }
}

#case01 .h3waku .text {
  font-size: 33px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px !important;
}

@media (max-width: 640px) {
  #case01 .h3waku .text {
    font-size: 7vw;
    text-align: center;
  }
}

#case01 .textmain {
  font-size: 18px;
  line-height: 200%;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 100px;
  text-align: left;
}

@media (max-width: 640px) {
  #case01 .textmain {
    font-size: 3.4vw;
    text-align: left;
  }
}

#case02 {
  width: 100%;
  text-align: center;
}

#case02 img {
  width: 100%;
}

#case02 .photowaku {
  width: 1100px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1024px) {
  #case02 .photowaku {
    width: auto;
  }
}
@media (max-width: 640px) {
  #case02 .photowaku {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}

#case02 h3 {
  text-align: center;
  display: inline-block;
}

#case02 .h3waku {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
  line-height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  #case02 .h3waku {
    display: inline-block;
  }
}

#case02 .h3waku::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
}

#case02 .h3waku .case_no {
  width: 95px;
  padding: 6px 30px 0 0;
  line-height: 100%;
}

@media (max-width: 640px) {
  #case02 .h3waku .case_no {
    width: 20vw;
    padding: 0px 0px 10px 0;
    margin: 0 auto;
  }
}

#case02 .h3waku .text {
  font-size: 33px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px !important;
}

@media (max-width: 640px) {
  #case02 .h3waku .text {
    font-size: 7vw;
    text-align: center;
  }
}

#case02 .textmain {
  font-size: 18px;
  line-height: 200%;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 100px;
  text-align: left;
}

@media (max-width: 640px) {
  #case02 .textmain {
    font-size: 3.4vw;
    text-align: left;
  }
}

#case03 {
  width: 100%;
  text-align: center;
}

#case03 img {
  width: 100%;
}

#case03 .photowaku {
  width: 1100px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1024px) {
  #case03 .photowaku {
    width: auto;
  }
}
@media (max-width: 640px) {
  #case03 .photowaku {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}

#case03 h3 {
  text-align: center;
  display: inline-block;
}

#case03 .h3waku {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
  line-height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  #case03 .h3waku {
    display: inline-block;
  }
}

#case03 .h3waku::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
}

#case03 .h3waku .case_no {
  width: 95px;
  padding: 6px 30px 0 0;
  line-height: 100%;
}

@media (max-width: 640px) {
  #case03 .h3waku .case_no {
    width: 20vw;
    padding: 0px 0px 10px 0;
    margin: 0 auto;
  }
}

#case03 .h3waku .text {
  font-size: 33px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px !important;
}

@media (max-width: 640px) {
  #case03 .h3waku .text {
    font-size: 7vw;
    text-align: center;
  }
}

#case03 .textmain {
  font-size: 18px;
  line-height: 200%;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 100px;
  text-align: left;
}

@media (max-width: 640px) {
  #case03 .textmain {
    font-size: 3.4vw;
    text-align: left;
  }
}

#case04 {
  width: 100%;
  text-align: center;
}

#case04 img {
  width: 100%;
}

#case04 .photowaku {
  width: 1100px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1024px) {
  #case04 .photowaku {
    width: auto;
  }
}
@media (max-width: 640px) {
  #case04 .photowaku {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}

#case04 h3 {
  text-align: center;
  display: inline-block;
}

#case04 .h3waku {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
  line-height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  #case04 .h3waku {
    display: inline-block;
  }
}

#case04 .h3waku::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
}

#case04 .h3waku .case_no {
  width: 95px;
  padding: 6px 30px 0 0;
  line-height: 100%;
}

@media (max-width: 640px) {
  #case04 .h3waku .case_no {
    width: 20vw;
    padding: 0px 0px 10px 0;
    margin: 0 auto;
  }
}

#case04 .h3waku .text {
  font-size: 33px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px !important;
}

@media (max-width: 640px) {
  #case04 .h3waku .text {
    font-size: 7vw;
    text-align: center;
  }
}

#case04 .textmain {
  font-size: 18px;
  line-height: 200%;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 100px;
  text-align: left;
}

@media (max-width: 640px) {
  #case04 .textmain {
    font-size: 3.4vw;
    text-align: left;
  }
}

#case05 {
  width: 100%;
  text-align: center;
}

#case05 img {
  width: 100%;
}

#case05 .photowaku {
  width: 1100px;
  margin: 0 auto 50px auto;
}
@media (max-width: 1024px) {
  #case05 .photowaku {
    width: auto;
  }
}
@media (max-width: 640px) {
  #case05 .photowaku {
    width: 90%;
    margin: 0 auto 30px auto;
  }
}

#case05 h3 {
  text-align: center;
  display: inline-block;
}

#case05 .h3waku {
  padding: 0 20px;
  display: flex;
  justify-content: space-between;
  padding-bottom: 15px;
  position: relative;
  line-height: 100%;
  align-items: center;
}

@media (max-width: 640px) {
  #case05 .h3waku {
    display: inline-block;
  }
}

#case05 .h3waku::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 1px;
  background-color: #000;
}

#case05 .h3waku .case_no {
  width: 95px;
  padding: 6px 30px 0 0;
  line-height: 100%;
}

@media (max-width: 640px) {
  #case05 .h3waku .case_no {
    width: 20vw;
    padding: 0px 0px 10px 0;
    margin: 0 auto;
  }
}

#case05 .h3waku .text {
  font-size: 33px;
  font-weight: 400;
  line-height: 100%;
  margin-top: 0px !important;
}

@media (max-width: 640px) {
  #case05 .h3waku .text {
    font-size: 7vw;
    text-align: center;
  }
}

#case05 .textmain {
  font-size: 18px;
  line-height: 200%;
  width: 90%;
  max-width: 800px;
  margin: 40px auto 100px;
  text-align: left;
}

@media (max-width: 640px) {
  #case05 .textmain {
    font-size: 3.4vw;
    text-align: left;
  }
}

#yokuaru_qa {
  width: 100%;
  padding: 150px 0;
  background-color: #f4f4f4;
}

#yokuaru_qa img {
  width: 100%;
}

#yokuaru_qa h3 {
  font-size: 40px;
  font-weight: 400;
  margin: 0 auto 60px auto;
  text-align: center;
}

@media (max-width: 640px) {
  #yokuaru_qa h3 {
    font-size: 7vw;
    text-align: center;
    margin: 0 auto 20px auto;
  }
}

#yokuaru_qa .qa_a_contena {
  padding: 40px 50px;
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

@media (max-width: 640px) {
  #yokuaru_qa .qa_a_contena {
    padding: 20px 15px;
    font-size: 3.4vw;
    align-items: stretch;
  }
}

#yokuaru_qa .qa_a_contena .mid {
  width: 40px;
  margin-right: 25px;
}

@media (max-width: 640px) {
  #yokuaru_qa .qa_a_contena .mid {
    width: 35px;
    margin-right: 10px;
  }
}

#yokuaru_qa .qa_a_contena .text {
  width: calc(100% - 65px);
  margin-top: 0px !important;
}

@media (max-width: 640px) {
  #yokuaru_qa .qa_a_contena .text {
    width: calc(100% - 45px);
    line-height: 160%;
  }
}

#yokuaru_qa .qa_q_contena {
  padding: 40px 50px;
  padding: 40px 50px;
  width: 90%;
  max-width: 820px;
  margin: 0 auto;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 18px;
}

@media (max-width: 640px) {
  #yokuaru_qa .qa_q_contena {
    padding: 20px 15px;
    font-size: 3.4vw;
    align-items: stretch;
  }
}

#yokuaru_qa .qa_q_contena .mid {
  width: 40px;
  margin-right: 25px;
}

@media (max-width: 640px) {
  #yokuaru_qa .qa_q_contena .mid {
    width: 35px;
    margin-right: 10px;
  }
}

#yokuaru_qa .qa_q_contena .text {
  width: calc(100% - 65px);
  margin-top: 0px !important;
}

@media (max-width: 640px) {
  #yokuaru_qa .qa_q_contena .text {
    width: calc(100% - 45px);
    line-height: 160%;
  }
}

#yokuaru_qa .line_aten {
  width: 90%;
  height: 1px;
  background-color: #c8c8c8;
  max-width: 1000px;
  margin: 100px auto 60px auto;
}

@media (max-width: 640px) {
  #yokuaru_qa .line_aten {
    width: 90%;
    margin: 50px auto 30px auto;
  }
}

h3.nomaltexth3 {
  font-size: 40px !important;
  font-weight: 400 !important;
  margin: 100px auto 30px auto !important;
  text-align: center !important;
  font-family: 'Noto Serif JP', serif !important;
}

@media (max-width: 640px) {
  h3.nomaltexth3 {
    font-size: 6vw !important;
    text-align: center !important;
    margin: 60px auto 20px auto !important;
  }
}

h3.nomaltexth3b {
  font-size: 40px !important;
  font-weight: 400 !important;
  margin: 30px auto 30px auto !important;
  text-align: center !important;
  font-family: 'Noto Serif JP', serif !important;
}

@media (max-width: 640px) {
  h3.nomaltexth3b {
    font-size: 6vw !important;
    text-align: center !important;
    margin: 20px auto 20px auto !important;
  }
}

/*******************************************/
.movie_ttl {
  text-align: center;
  font-family: 'Noto Serif JP', serif;
}

.movie_ttl .mintext {
  font-size: 18px;
  line-height: 120%;
  margin-bottom: 0px;
  text-align: center !important;
  padding-bottom: 15px !important;
}

@media (max-width: 640px) {
  .movie_ttl .mintext {
    font-size: 3.4vw;
  }
}

.movie_ttl h3 {
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
  padding-bottom: 60px !important;
  text-align: center !important;
}

@media (max-width: 640px) {
  .movie_ttl h3 {
    font-size: 7vw;
    padding-bottom: 40px !important;
  }
}

/*******************************************/
/*****************************************************************************/
