/* ---------------------------- */
/* --- スライドショー --- */
/* ---------------------------- */
.swiper-container{
  height: 250px!important;
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
.swiper-slide{
  position: relative!important;
  display: flex!important;
  justify-content: center!important;
  align-items: center!important;
}
.KvGroup__Catchcopy{
  color: #fff;
  font-weight: 500;
  font-size: 64px;
}

@media screen and (max-width: 768px) {
  .swiper-container{
    height: 180px!important;
  }
  .KvGroup__Catchcopy{
    font-size: 32px;
  }
}
/* ---------------------------- */
/* --- HashtagGroup --- */
/* ---------------------------- */
.HashtagGroup{
  padding: 40px 180px;
  background: #F7FAF5;
}
.HashtagGroup__Headline{
  margin-bottom: 40px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
}
.HashtagGroup__TagBox{
  display: flex;
  justify-content: center;
}
.HashtagGroup__hashtag{
  border: 2px solid #82be28;
  border-radius: 20px;
  padding: 6px 8px;
  display: inline-block;
  letter-spacing: 0.05em;
  background: #fff;
  color: #666;
  font-weight: bold;
  font-size: 18px;
}
.HashtagGroup__hashtag:not(:first-child){
  margin-left: 8px;
}
@media screen and (max-width:768px) {
  .HashtagGroup{
    padding: 20px 0;
  }
  .HashtagGroup__Headline{
    margin-bottom: 20px;
    font-size: 14px;
  }
  .HashtagGroup__TagBox{

  }
  .HashtagGroup__hashtag{
    font-size: 3vw;
  }
  .HashtagGroup__hashtag:not(:first-child){
    margin-left: 8px;
  }
}
/* ---------------------------- */
/* --- SearchSection --- */
/* ---------------------------- */
.SearchSection{
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  max-width: 720px;
}
.SearchGroup__Headline{
  position: relative;
  margin-bottom: 60px;
  padding-bottom: 16px;
  letter-spacing: 0.1em;
  text-align: center;
  font-weight: bold;
  font-size: 32px;
}
.SearchGroup__Headline::after{
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
  border-radius: 4px;
  width: 80px;
  height: 4px;
  background: #333;
}
.SearchGroup__Toggle{
  display: none;
  border: 1px solid;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 20px;
  padding: 10px;
  max-width: 193px;
  background: #82be28;
  color: #fff;
  text-align: center;
  letter-spacing: 0.1em;
  cursor: pointer;
  font-size: 16px;
}
.SearchGroup__Toggle-search{
  margin-left: 6px;
}
.SearchGroup__Item{
  margin-bottom: 30px;
}
.SearchGroup__Item-Box{
  display: flex;
}
.SearchGroup__Item-Box:not(:last-child){
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
.SearchGroup__Item-Title{
  width: 32%;
  font-size: 16px;
}
.SearchGroup__Item-Title.SearchGroup__Item-Area{
  display: flex;
  align-items: center;
}
.SearchGroup__Item-Title.SearchGroup__Item-Keyword{
  display: flex;
  align-items: center;
}
.SearchGroup__Item-Badge{
  font-weight: bold;
}
.SearchGroup__Input{
  display: flex;
  flex-wrap: nowrap;
  flex:1;
}
.SearchGroup__Input-Select{
  border: 1px solid #eee;
}
input[type="text"].SearchGroup__Input-Text{
  padding: 8px 38px 8px 8px;
  border: 1px solid #eee;
  border-radius: 4px;
  background: #fff;
  flex: 1;
}
.SearchGroup__Btn-Box{
  width: 100%;
  display: flex;
  justify-content: center;
}
.SearchGroup__Btn{
  padding: 10px 20px;
  width: 36%;
  border-radius: 4px;
  background: #FF4E50;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width:768px) {
  #SearchResult .SearchSection{
    margin-top: 0;
    margin-bottom: 30px;
  }
  .SearchGroup__Headline{
    margin-bottom: 30px;
    font-size: 24px;
  }
  .SearchGroup__Toggle{
    display: block;
  }
}

/* セレクトボックス カスタマイズ */
.cp_ipselect {
	overflow: hidden;
	flex: 1;
	text-align: center;
}
.cp_ipselect select {
	width: 100%;
	padding-right: 1em;
	cursor: pointer;
	text-indent: 0.01px;
	text-overflow: ellipsis;
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
}
.cp_ipselect select::-ms-expand {
    display: none;
}
.cp_ipselect.cp_sl01 {
	position: relative;
	border: 1px solid #eee;
	border-radius: 4px;
	background: #ffffff;
}
.cp_ipselect.cp_sl01::before {
	position: absolute;
	top: 50%;
	right: 0.9em;
	width: 0;
	height: 0;
	padding: 0;
	content: '';
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid;
	pointer-events: none;
}
.cp_ipselect.cp_sl01 select {
	padding: 8px 38px 8px 8px;
}
/* セレクトボックス カスタマイズ end */

/* チェックボックス カスタマイズ */
.checkbox01-input{
  display: none;
}
.checkbox01-parts{
  padding-left: 20px;
  position:relative;
  margin-right: 10px;
}
.checkbox01-parts::before{
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #eee;
  border-radius: 4px;
}
.checkbox01-input:checked + .checkbox01-parts{
  color: #82be28;
}
.checkbox01-input:checked + .checkbox01-parts::after{
  content: "";
  display: block;
  position: absolute;
  top: -5px;
  left: 5px;
  width: 7px;
  height: 14px;
  transform: rotate(40deg);
  border-bottom: 3px solid #82be28;
  border-right: 3px solid #82be28;
}

@media screen and (max-width: 768px) {
  .SearchGroup__Headline{
    margin-bottom: 30px;
  }
  .SearchGroup__Item{
    margin-bottom: 30px;
  }
  .SearchGroup__Item-Box{
    flex-wrap: wrap;
  }
  .SearchGroup__Item-Title{
    margin-bottom: 10px;
    width: 100%;
  }
  .SearchGroup__Btn{
    width: 100%;
  }
}
/* ---------------------------- */
/* --- 日本地図 --- */
/* ---------------------------- */
#MapLayer{
  border: 1px solid #eee;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  overflow: scroll;
  -webkit-overflow-scrolling: touch;
}
#MapLayer-SP{
  border: 1px solid #eee;
  position: relative;
  margin-top: 40px;
  margin-bottom: 40px;
  width: 100%;
  height: 50vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
#MapLayer-SP canvas{
  transform: scale(1.2);
  transform-origin: 0px 0px;
}
/* ---------------------------- */
/* --- EventGroup --- */
/* ---------------------------- */
.EventSection{
  padding-bottom: 30px;
}
.EventSection_Index{
  padding-bottom: 0px;
}
main.Page .EventSection{
  padding-top: 0;
}
.EventGroup__Headline{
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 16px;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: bold;
  font-size: 32px;
}
.EventGroup__Headline::after{
  content: "";
  display: block;
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  border-radius: 4px;
  width: 80px;
  height: 4px;
  background: #333;
}
.EventGroup__Card{
  margin-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
}
.EventGroup__CardItem{
  position: relative;
  margin-left: 0;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 14px 0 0;
  width: calc((100% - 20px) / 2);
  transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
}
.EventGroup__CardItem:not(:nth-child(-n+2)){
  border-top: 1px solid #eee;
}
.EventGroup__CardItem:not(:nth-child(odd)){
  margin-left: 20px;
}
.EventGroup__CardImgBox{
  margin-right: 10px;
  flex-basis: 200px;
  background: #fff;
  overflow: hidden;
}
.EventGroup__Img{
  padding-top: 52%;
  width: 100%;
  border: 1px solid #ccc;
}
.EventGroup__Info{
  position: relative;
  flex: 1;
}
.EventGroup__Title{
  padding-bottom: 8px;
  flex-basis: 100%;
  line-height: 1.5;
  letter-spacing: 0.05em;
  font-weight: bold;
  font-size: 18px;
}
.EventGroup__Date{
  letter-spacing: 0.05em;
  color: #666;
  font-size: 12px;
}
.EventGroup__Date:first-of-type{
  margin-bottom: 6px;
}
.EventGroup__calendar{
  margin-right: 4px;
}
.EventGroup__BtnBox{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 720px;
  display: flex;
  justify-content: center;
}
.EventGroup__Btn{
  padding: 14px 20px;
  width: 36%;
  border-radius: 4px;
  background: #FF4E50;
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .EventGroup__CardImgBox{
    flex-basis: 120px;
  }
  .EventGroup__Title{
    font-size: 16px;
  }
  .EventGroup__Btn{
    width: 100%;
  }
}
@media screen and (max-width: 540px) {
  .EventGroup__Card{
    margin-bottom: 10px;
  }
  .EventGroup__Headline{
    margin-bottom: 24px;
    font-size: 23px;
  }
  /* リスト */
  .EventGroup__CardItem:not(:first-child){
    border-top: 1px solid #eee;
  }
  .EventGroup__CardItem{
    width: 100%;
  }
  .EventGroup__CardItem:nth-child(n+2){
    margin-left: 0;
  }
  .EventGroup__CardImgBox{
    margin-right: 10px;
    flex-basis: 88px;
  }
  .EventGroup__Title{
    font-size: 14px;
  }
  .EventGroup__Date{
    font-size: 11px;
  }
  .EventGroup__BtnBox form{
    width: 100%;
  }
}
/* ◆ PR周りをまとめるラップ */
.PRSection {
  width: 100%;        
  max-width: 600px;
  margin: 0 auto 30px;
  padding: 20px 20px 10px;
  border-radius: 4px;
  background-color: #fee;
}

.PRSection__Headline {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 1.4;
  color: var(--color-primary);
  margin-bottom: 8px;
}

.PRSection__Note {
  font-size: 13.5px;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 16px;
}

.PRSection__Note a {
  display: inline;
  color: var(--color-secondary);
  text-decoration: underline;
}

.PRSection__Image {
  width: 65%;
  margin: 0 auto 20px;
}

.PRSection__CheckboxWrap {
  margin-bottom: 16px;
  background-color: #ffffff;
  border: 2px solid #ccc;
  border-radius: 8px;
  padding: 16px 10px;
}

.PRSection__CheckboxLabel {
  position: relative;
  cursor: pointer;
  color: #333;
  font-weight: bold;
  line-height: 1.4;
}
