#event *, #event *:after, #event *:before {
  box-sizing: border-box;
}

#event img {
  height: auto;
  max-width: 100%;
  vertical-align: bottom;
}

@media (min-width: 768px) {
  .eventInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 950px;
    position: relative;
  }
}

#mainImg{
  text-align:center;
}

/* #meritBox */
#meritBox{
  background: url(../img/bg_merit.gif) #fff;
}

@media (min-width: 768px) {
  #meritBox{
    padding: 40px 0 40px 0;
    background: url(../img/bg_merit.gif) #fff;
  }
}

#meritBox h3{
  padding: 20px 0;
  text-align: center;
}

@media (min-width: 768px) {
  #meritBox h3{
    padding: 0 0 35px 0;
  }
}

#meritBox .contentsBox{
  padding: 0 2%;
}

@media (min-width: 768px) {
  #meritBox .contentsBox {
    display: flex;
    justify-content: center;
    padding: 0;
  }
}

@media (min-width: 768px) {
  #meritBox .contentsBox dl {
    flex-basis: 24.21%;
    max-width: 24.21%;
    margin-left: 2.631%;
    margin-right: 2.631%;
  }
}

#meritBox dt{
  padding-bottom: 10px;
  text-align: center;
}

#meritBox dt img {
  margin-right: auto;
  margin-left: auto;
}

#meritBox dd{
  padding-bottom: 25px;
  font-size: 13px;
  line-height: 1.5;
  text-align: center;
}

@media (min-width: 768px) {
  #meritBox dl dd {
    padding-bottom: 0;
    padding-top: 10px;
    font-size: 18px;
    line-height: 1.4;
  }
}

/* #experienceBox */
#experienceBox h3 {
  background-color: #FCF6E5;
  text-align: center;
}

@media (min-width: 768px) {
  #experienceBox h3 {
    align-items: center;
    display: flex;
    line-height: 200px;
    height: 200px;
  }
}

#experienceBox h3 img {
  margin-left: auto;
  margin-right: auto;
}

#experienceBox .bgBox_01{
}

#experienceBox .box_01{
  background: url(../img/bg_experience_01_sp.jpg) no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  #experienceBox .box_01 {
    background-image: url(../img/bg_experience_01.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_01 .eventInner {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_01 .box_inner {
    min-height: 451px;
    width: 52.631%;
  }
}

#experienceBox .box_02 {
  background: url(../img/bg_experience_02_sp.jpg) no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  #experienceBox .box_02 {
    background-image: url(../img/bg_experience_02.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_02 .box_inner {
    min-height: 450px;
    width: 52.631%;
  }
}

#experienceBox .box_03{
  background: url(../img/bg_experience_03_sp.jpg) no-repeat;
  background-size: 100%;
}

@media (min-width: 768px) {
  #experienceBox .box_03 {
    background-image: url(../img/bg_experience_03.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_03 .eventInner {
    display: flex;
    justify-content: flex-end;
  }
}

@media (min-width: 768px) {
  #experienceBox .box_03 .box_inner {
    min-height: 540px;
    width: 52.631%;
  }
}

#experienceBox h4 {
  padding: 7% 0 0 0;
}

@media (min-width: 768px) {
  #experienceBox h4 {
    padding: 30px 0 30px 0;
  }
}

#experienceBox h4 img {
  margin-left: auto;
  margin-right: auto;
}

#experienceBox p {
  padding: 3% 15%;
  font-size: 12px;
  line-height: 1.5;
}

@media (min-width: 768px) {
  #experienceBox p {
    font-size: 18px;
    line-height: 1.6;
    padding: 0 0 20px 30px;
  }
}

#experienceBox .btnBox {
  padding: 0 0 7% 0;
  text-align: center;
}

@media (min-width: 768px) {
  #experienceBox .btnBox {
    padding: 0 0 0 30px;
    text-align: left;
  }
}

#experienceBox .btnBox img {
  zoom: .5;
}

@media (min-width: 768px) {
  #experienceBox .btnBox img {
    zoom: .7;
  }
}

/* #exampleBox */
@media (min-width: 768px) {
  #exampleBox {
    position: relative;
  }
}

#exampleBox h3 {
  background-color: #FCF6E5;
  text-align: center;
}

@media (min-width: 768px) {
  #exampleBox h3 {
    align-items: center;
    display: flex;
    line-height: 200px;
    height: 110px;
  }
}

#exampleBox h3 img {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  #exampleBox h3 img {
    margin-top: -90px;
  }
}

@media (min-width: 768px) {
  #exampleBox .box_inner {
    background-image: url(../img/bg_example.png);
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 1200px;
  }
}

@media (min-width: 768px) {
  #exampleBox .exampleInner {
    margin-left: auto;
    margin-right: auto;
    max-width: 930px;
    position: relative;
  }
}

#exampleBox .bgBox_01{
  padding: 4% 0 4% 0;
  background: url(../img/bg_example_sp.jpg) no-repeat;
  background-size: 100%;
}

#exampleBox p{
  padding-bottom: 4%;
}

@media (min-width: 768px) {
  #exampleBox .box_01{
    padding-top: 10.215%;
    margin-left: 3.225%;
    width: 47.368%;
  }
}

@media (min-width: 768px) {
  #exampleBox .box_02{
    padding-top: 11.827%;
    margin-left: 47.311%;
    width: 47.368%;
  }
}

@media (min-width: 768px) {
  #exampleBox .box_03{
    padding-top: 12.043%;
    margin-left: 3.225%;
    width: 47.368%;
  }
}

@media (min-width: 768px) {
  #exampleBox dt{
    padding: 0 0 30px 0;
  }
}

#exampleBox dd p{
  font-size: 18px;
  line-height: 1.5;
}

/* .bgBox_02 */
.bgBox_02 {
  background-image: url(../img/bg_searchbox_01.gif);
  padding-top:25px;
  padding-bottom:18px;
}

.bgBox_02 h3{
  padding: 0 0 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .bgBox_02 h3 img {
    zoom: .8;
  }
}

/* .bgBox_03 */
.bgBox_03 {
  background: url(../img/bg_searchbox.png);
}

.bgBox_03 .box_02 {
  padding-top: 15px;
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .bgBox_03 .box_02 {
    padding-top: 35px;
    padding-bottom: 35px;
  }
}

.bgBox_03 .box_03 {
  padding-bottom: 15px;
}

@media (min-width: 768px) {
  .bgBox_03 .box_03 {
    padding-bottom: 35px;
  }
}

.bgBox_03 h3 {
  padding: 0 0 10px 0;
  text-align: center;
}

@media (min-width: 768px) {
  .bgBox_03 h3 {
    padding: 0 0 20px 0;
  }
}

@media (min-width: 768px) {
  .bgBox_03 h3 img {
    zoom: .7;
  }
}

.bgBox_03 .listBox {
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .bgBox_03 .listBox {
    padding-left: 0x;
    padding-right: 0;
  }
}

@media (min-width: 768px) {
  .bgBox_03 .listBox ul {
    display: flex;
    justify-content: space-between;
  }
}

.bgBox_03 .box_03 .listBox ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.bgBox_03 .listBox ul li {
  margin-top: 6px;
}

@media (min-width: 768px) {
  .bgBox_03 .listBox ul li {
    margin-top: 0;
  }
}

@media (min-width: 768px) {
  .bgBox_03 .box_02 .listBox li {
    flex-basis: 48.947%;
    max-width: 48.947%;
  }
}

.bgBox_03 .box_03 .listBox li {
  flex-basis: 49%;
  max-width: 49%;
}

@media (min-width: 768px) {
  .bgBox_03 .box_03 .listBox li {
    flex-basis: 23.5788%;
    max-width: 23.578%;
  }
}

.bgBox_03 .listBox li a {
  align-items: center;
  background-color: #fff;
  background-image: url(../img/btn-arrow.png);
  background-position: right 10px center;
  background-repeat: no-repeat;
  border-radius: 5px;
  display: flex;
  font-size: 14px;
  height: 41px;
  justify-content: center;
  text-align: center;
  width: 100%;
}

@media (min-width: 768px) {
  .bgBox_03 .listBox li a {
    font-size: 18px;
    height: 46px;
  }
}

/* .areaBand */
.areaBand {
  background:#000;
  padding-bottom: 2%;
}

@media (min-width: 768px) {
  .areaBand{
    padding: 0 0 30px 0;
    background: #231815;
  }
}

.areaBand h3{
  padding: 2% 0;
  text-align: center;
  color: #FFF;
  font-size: 14px;
}

@media (min-width: 768px) {
  .areaBand h3{
    padding: 30px 0 25px 0;
    font-size: 25px;
  }
}

/* エリア検索（都道府県） */
#area section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #area section {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#area section dl {
  align-self: baseline;
  background-color: #fff;
  flex-basis: calc(100% / 2 - 1%);
  margin-bottom: 1.5%;
  max-width: calc(100% / 2 - 1%);
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  #area section dl {
    align-self: auto;
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%);
    padding: 10px;
  }
}

/*
#area section dl:last-child {
  background-color: #62B2C0;
  flex-basis: 100%;
  max-width: 100%;
}
*/

/*
@media (min-width: 768px) {
  #area section dl:last-child {
    flex-basis: calc((100% / 3) * 2 - .5%);
    max-width: calc((100% / 3) * 2 - .5%);
  }
}
*/

#area section dl dt {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  #area section dl dt {
    font-size: 18px;
  }
}

/*
#area section dl:last-child dt {
  color: #fff;
}
*/

#area section dl dd {
  display: none;
  font-weight: 400;
}

@media (min-width: 768px) {
  #area section dl dd {
    display: block !important;
  }
}

#area section dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

#area section dl dd ul li {
  flex-basis: calc(100% / 2 - 2%);
  font-size: 12px;
  margin-bottom: 1.5%;
  margin-left: 1%;
  margin-right: 1%;
  max-width: calc(100% / 2 - 2%);
}

@media (min-width: 768px) {
  #area section dl dd ul li {
    flex-basis: calc(100% / 3 - 2%);
    font-size: 14px;
    max-width: calc(100% / 3 - 2%);
  }
}

#area section dl dd ul li a {
  align-items: center;
  background-color: #2F9FE8;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
}

/*
#area section dl:last-child dd ul li {
  flex-basis: calc(100% / 4 - 1%);
  max-width: calc(100% / 4 - 1%);
  margin-left: .5%;
  margin-right: .5%;
}
*/

/*
#area section dl:last-child dd ul li a {
  background-color: #fff;
  color: #62B2C0;
}
*/

/* エリア検索（地方） */
#region section {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  #region section {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

#region section dl {
  background-color: #fff;
  border-radius: 5px;
}

#region section dl + dl{
  margin-top: 5px;
}

@media (min-width: 768px) {
  #region section dl {
    border-radius: 5px;
    flex-basis: calc(100% / 7 - 1%);
    max-width: calc(100% / 7 - 1%);
  }
}

@media (min-width: 768px) {
  #region section dl + dl{
    margin-top: 0;
  }
}

#region section dl dt {
  align-items: center;
  color: #000;
  cursor: pointer;
  display: flex;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  justify-content: center;
}

#region section dl dd {
  display: none;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 5px;
}

#region section dl dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#region section dl dd ul li {
  flex-basis: calc(50% - 1%);
  font-weight: 400;
  margin-bottom: 1.5%;
  max-width: calc(50% - 1%);
}

#region section dl dd ul li a {
  align-items: center;
  background-color: #000;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 40px;
  justify-content: center;
}

/* モーダル */
.remodal *, .remodal *:after, .remodal *:before {
  box-sizing: border-box;
}

.remodal img {
  height: auto;
  max-width: 100%;
}

.remodal {
  background-color: #fff !important;
  background-image: url(../img/bg_searchbox_03.jpg) !important;
  border: 5px solid #fff;
  border-radius: 0 !important;
  padding: 0 !important;
}

.remodal-close {
  background-image: url(../img/btn_close.png) !important;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover !important;
  height: 30px !important;
  right: 10px !important;
  top: 10px !important;
  width: 30px !important;
}

@media (min-width: 768px) {
  .remodal-close {
    height: 50px !important;
    width: 50px !important;
  }
}

.remodal-close:before {
  content: "" !important;
}

.popup {
  padding: 60px 0 30px 0;
  position: relative;
}

.popup h2 {
  color: #000;
  font-size: 25px;
  margin-bottom: 30px;
  margin-left: 20px;
  margin-right: 20px;
}

.popup section {
  padding-left: 10px;
  padding-right: 10px;
}

@media (min-width: 768px) {
  .popup section {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.popup section dl {
  align-self: baseline;
  background-color: #fff;
  margin-bottom: 1.5%;
  padding-left: 5px;
  padding-right: 5px;
}

@media (min-width: 768px) {
  .popup section dl {
    align-self: auto;
    flex-basis: calc(100% / 3 - 1%);
    max-width: calc(100% / 3 - 1%);
    padding: 10px;
  }
}

.popup section dl dt {
  color: #000;
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 10px;
  padding-top: 10px;
  text-align: center;
}

@media (min-width: 768px) {
  .popup section dl dt {
    font-size: 18px;
  }
}

.popup section dl dd ul {
  display: flex;
  flex-wrap: wrap;
}

.popup section dl dd ul li {
  flex-basis: calc(100% / 2 - 2%);
  font-size: 12px;
  font-weight: 400;
  margin-bottom: 1.5%;
  margin-left: 1%;
  margin-right: 1%;
  max-width: calc(100% / 2 - 2%);
}

@media (min-width: 768px) {
  .popup section dl dd ul li {
    flex-basis: calc(100% / 3 - 2%);
    font-size: 14px;
    max-width: calc(100% / 3 - 2%);
  }
}

.popup section dl dd ul li a {
  align-items: center;
  background-color: #009fe8;
  border-radius: 5px;
  color: #fff;
  display: flex;
  height: 38px;
  justify-content: center;
}

/*/////▼ LPバナー ▼////*/
.adbnr{
	margin: 0 auto;
	padding: 10px 0 0 0;
}
	.adbnr h3{
		width: 100%;
		background: #000;
		padding: 5px 0;
		color: #fff;
		font-size: 14px;
		font-weight: bold;
		text-align: center;
	}
.adbnr ul{
	margin: 0 auto;
}
.adbnr ul li{
	padding: 0 0 10px 0;
}
.adbnr ul li a{
	display: block;
	padding: 5px;
	box-sizing: border-box;
	background: #fff;
	color: #000;
	text-align: center;
	border-bottom: 2px solid #ccc;

}
