@charset "UTF-8";
/* =============================================================================
  特集用レスポンシブCSS 
============================================================================= */
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
img {
  max-width: 100%;
}
.txtC {
  text-align: center;
}
html {
  scroll-behavior: smooth;
}
.nosp{
  display:block;
}
.headfoot-is-sp .nosp{
  display: none;
}
.nopc{
  display:none;
}
.headfoot-is-sp .nopc{
  display: block;
}
/* Mainhead
==================== */
.fair-head {
  position: relative;
  overflow: hidden;
}
#main_inner::after {
  content: '';
  display: block;
  background: #a2b0ba url(/theme/event/kyushu/img/bg_grey.png) bottom left -1px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 150px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: -60px;
  width: calc(200px + 100%);
}
#main_inner .slick-slider {
  height: 500px;
}
#main_inner .slick__bg {
    height: 500px;
    background-size: cover;
    background-repeat: no-repeat;
}
#main_inner .slick__bg01 {
    background: url(/theme/event/kyushu/img/slide_firework.jpg) top center;
}
#main_inner .slick__bg02 {
  background: url(/theme/event/kyushu/img/slide_music.jpg) top center;
}
#main_inner .slick__bg03 {
  background: url(/theme/event/kyushu/img/slide_marathon.jpg) top center;
}
#main_inner .slick__bg04 {
    background: url(/theme/event/kyushu/img/slide_lantern.jpg) top center;
}
#main_title{
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translateY(-1%) translateX(-50%);
  text-align: center;
  width: 100%;
}
.fair-head h2{
    padding:1%;
}

/* ナビゲーション
==================== */
.event-nav-bg {
  margin-top: -170px;
}
.event-nav-bg nav {
  position: relative;
}
.event-nav {
  display: flex;
  justify-content: center;
}
.event-nav li {
  padding: 2em;
}
.event-nav li a:hover {
  filter: drop-shadow(0 0 10px #dba100);
}
.headfoot-is-pc .goTop__img--sp {
  display: none;
}


 /* レイアウト
 ============= */
.eventmain {
  background: #a2b0ba url(/theme/event/kyushu/img/bg_grey.png);
  padding-bottom: 2em;
}
section {
  overflow: hidden;
}
.event_content {
  background: #fff;
  position: relative;
  margin: 70px auto 100px;
}
.event_content::before {
  content: '';
  display: block;
  background: #fff;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  height: 150px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  top: -50px;
  width: calc(200px + 100%);
}
.event_content::after {
  content: '';
  display: block;
  background: #fff;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  height: 150px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 100px;
  padding-right: 100px;
  position: absolute;
  bottom: -50px;
  width: calc(200px + 100%);
}
.event_inner {
  color: #666;
  max-width: 992px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
h3 {
  font-size: 60px;
  font-weight: bold;
  text-align: center;
  border-bottom: 10px solid #ff0;
  width: 6em;
  margin: 0 auto 1em;
}
.event_about,
.is-ipad.headfoot-is-sp .event_about {
  display: flex;
  justify-content: space-around;
}
.event_about li,
.is-ipad.headfoot-is-sp .event_about li {
  position: relative;
  width: 47%;
}
.event_about li figure {
  position: relative;
  margin: 0;
}
.event_about li figcaption,
.is-ipad.headfoot-is-sp .event_about li figcaption {
  color: #fff;
  font-size: 0.9em;
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.event_about li figure::after {
  content: '';
  width: 80px;
  height: 92px;
  position: absolute;
  top: -2px;
  left: 10px;
}
#event_koria .event_about li figure::after {
  background: url(/theme/event/kyushu/img/ico_firework.png) no-repeat;
  background-size: contain;
}
#event_koria .event_about.music li figure::after {
  background: url(/theme/event/kyushu/img/ico_music.png) no-repeat;
  background-size: contain;
}
#event_hawaii .event_about li figure::after {
  background: url(/theme/event/kyushu/img/ico_marathon.png) no-repeat;
  background-size: contain;
}
#event_thai .event_about li figure::after,
#event_taiwan .event_about li figure::after {
  background: url(/theme/event/kyushu/img/ico_lantern.png) no-repeat;
  background-size: contain;
}
.event_about h4 {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1em;
}
.event_about h4 span {
  font-size: 20px;
}
.event_about li img {
  box-shadow: 10px 20px 0px 0px #a2b0ba;
  max-width: calc(100% - 10px);
  margin-bottom: 30px;
}
.event_about li p {
  font-size: 1.2em;
  margin-bottom: 2em;
}
.kaisai,
.is-ipad.headfoot-is-sp .kaisai {
  background: #fdee02;
  outline: 4px solid #fff;
  outline-offset: -10px;
  font-size: 2em;
  font-weight: bold;
  text-align: center;
  padding: 0.7em 0.5em;
  margin: 0.5em auto;
}
.event_tour {
  display: flex;
  flex-wrap: wrap;
  margin: 4em 0;
}
.event_tour dl,
.is-ipad.headfoot-is-sp .event_tour dl {
  border: 1px solid #a2b0ba;
  color: #333;
  padding: 0.5em;
  margin: 0 1%;
  width: 31.3%;
  position: relative;
}
.event_tour dl:hover {
  outline: 4px solid #fdee02;
}
.event_tour dl:empty {
  display: none;
}
.event_tour dl a {
  display: block;
  text-decoration: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.event_tour dl dt {
  font-weight: bold;
  font-size: 1.2em;
}
.event_tour dl dt span {
  font-size: 0.8em;
  font-weight: normal;
  display: block;
}
.event_tour dl dd:last-child {
  color: #f00;
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.event_inner .link_btn {
  display: block;
  background: #666;
  border-radius: 46px;
  color: #fdee02;
  font-size: 2.5em;
  font-weight: bold;
  position: relative;
  padding: 0.5em;
  margin: 1em auto;
  text-align: center;
  text-decoration: none;
  width: 80%;
}
.event_inner .link_btn:hover {
  background: #fdee02;
  color: #666;
}

.event_inner .link_btn::after {
  content: '〉';
  position: absolute;
  right: 0;
}
.event_inner .link_btn span {
  font-size: .7em;
}
/* オススメ特集
==================== */
.tokushu_bnr {
  background: #f3f3f3;
  max-width: 992px;
  margin: auto;
}
.tokushu_bnr p {
  text-align: center;
  font-size: 24px;
  font-weight: 900;
  background: #004097;
  color: #fff;
}
.tokushu_bnr ul,
.is-ipad.headfoot-is-sp .tokushu_bnr ul {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin: 1%;
}
.headfoot-is-sp .tokushu_bnr ul {
  display: flex;
  flex-wrap: wrap;
}
.headfoot-is-sp .tokushu_bnr ul li {
  width: 50%;
  flex-wrap: wrap;
  padding: 2%;
}
.tokushu_bnr ul li {
  padding: 1%;
}
.tokushu_bnr .footbtn {
  text-align: center;
  padding: 2%;
}
.tokushu_bnr .footbtn a {
  background: #ffffff;
  padding: 1em 2em;
  color: #004097;
  border: #004097 solid 2px;
  border-radius: 7px;
  font-weight: bold;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 2%;
}
.tokushu_bnr .footbtn a:hover {
  background: #004097;
  color: #fff;
}
/*ツアーが1つも無い場合*/
.tour_none{
    text-align: center;
    padding: 2%;
    font-size: 1.5rem;
    background-color: #fff;
    margin: 2% auto;
}
/* タブレット対応
============================== */
.is-ipad.headfoot-is-sp {
  
}


/* スマホ対応
============================== */
.headfoot-is-sp .breadcrumb {
  width: auto;
}
.headfoot-is-sp .goTop__img--pc {
  display: none;
}
.headfoot-is-sp #main_inner .slick__bg01 {
  background: url(/theme/event/kyushu/img/slide_firework.jpg) top left -400px;
}
.headfoot-is-sp #main_inner .slick__bg02 {
  background: url(/theme/event/kyushu/img/slide_music.jpg) top left -400px;
}
.headfoot-is-sp #main_inner .slick__bg03 {
  background: url(/theme/event/kyushu/img/slide_marathon.jpg) top left -700px;
}
.headfoot-is-sp #main_inner .slick__bg04 {
  background: url(/theme/event/kyushu/img/slide_lantern.jpg) top left -600px;
}
.headfoot-is-sp .event_content {
  padding: 1em;
}
.headfoot-is-sp .event-nav li {
  padding: .5em;
}
.headfoot-is-sp .event-nav-bg {
  margin-top: -120px;
}
.headfoot-is-sp .event_about {
  display: block;
}
.headfoot-is-sp .event_about li {
  width: auto;
}
.headfoot-is-sp .event_tour dl {
  width: 100%;
}
.headfoot-is-sp .event_tour dl + dl {
  margin-top: 2em;
}
.headfoot-is-sp .event_inner .link_btn {
  font-size: 1.8em;
  width: 90%;
}
.headfoot-is-sp .kaisai {
  font-size: 1.5em;
  padding: 1em .5em;
}