@charset 'UTF-8';
.gnavi{
  z-index: 20!important;
}
body._caravan {
background-image: url('/sc/soc_japan/ecokaiga/event/20th_caravan/img/bg_heading_pc.jpg');
background-attachment: fixed;
left: 0;
top: 0;
content: '';
z-index: -1;
height: 100vh;
width: 100%;
background-position: 50% 0;
background-size: cover;
}
.home-keyvisual {
  position: relative;
}
.home-keyvisual_inner {
  height: 100%;
  margin-bottom: 100px;
}
.home-keyvisual_main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding:0;
}
.home-keyvisual_main img {
  width: 100%;
  max-width: 1380px;
  height: auto;
  margin-left: 2%;
  margin-top: -10px;
}
.contents._bg-none{
  padding-top: 40px!important;
}
.contents_inner {
  top: -120px;
  width: 84%!important;
  max-width: 1160px!important;
  margin-bottom: -20px;
} 
.contents._bg-none{
  padding-top: 0px!important;
}

/*reserve　ブロック*/
.reserve_block{
  width: 100%;
  height: auto;
  padding: 30px;
  border-radius: 20px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin: 30px auto 0 auto;
}
.reserve_block:first-of-type{
  margin: 50px auto 0 auto;
}
.title_date{
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}
.title_date span.place_title{
  width: 140px;
  height: auto;
  border-radius: 20px;
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  font-weight: 500;
}
/*--------- title bg ----------*/
/*久留米*/
.bgcolor_kurume{
  background-color: #00a1ef;
}
/*那須*/
.bgcolor_nasu{
  background-color: #a65ea2;
}
/*熊本*/
.bgcolor_kumamoto{
  background-color: #ec6d81;
}
/*彦根*/
.bgcolor_hikone{
  background-color: #f29300;
}
/*小平*/
.bgcolor_kodaira{
  background-color: #abc10d;
}

/*--------- place_title bg ----------*/
/*久留米*/
.title_date span.place_title_bg_01{
  background-color: #4dbdf4;
}
/*那須*/
.title_date span.place_title_bg_02{
  background-color: #c18fbe;
}
/*熊本*/
.title_date span.place_title_bg_03{
  background-color: #f299a7;
}
/*彦根*/
.title_date span.place_title_bg_04{
  background-color: #f6b44d;
}
/*小平*/
.title_date span.place_title_bg_05{
  background-color: #c4d456;
}

/*reserve 日程*/
.reserve_block dl{
  width: auto;
  height: auto;
  font-size: 18px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0px;
  padding:0  30px;
  color: #ffffff;
}
.reserve_block dl dt{
  width: 100%;
  height: auto;
  margin-bottom: 16px;
  line-height: 1;
}
.reserve_block dl dt span{
  width: auto;
  height: auto;
  font-size: 32px;
  line-height: 1.2em;
  font-weight: 700;
}
.reserve_block dl dd{
  width: 100%;
  height: auto;
  line-height: 1.2em;
}
.sec_heading span {
  font-size: 2.6rem!important;
  font-weight: 700!important;
}
/*reserve　ボタン*/
.btn_block{
  width: auto;
  height: auto;
  padding: 0;
}
.btn_block .btn{
  margin-bottom: 20px;
}
.btn_block .btn:last-child{
  margin-bottom: 0px;
}
.btn a{
  display: block;
  width: 303px;
  height: auto;
  padding: 17px 20px;
  font-size: 16px;
  background-color: #ffffff;
  border-radius: 10px;
  text-decoration: none;
}
.btn a:hover{
  opacity: 0.6;
}
.btn a span{
  position: relative;
  display: block;
  font-weight: 700;
}
.btn a span::before{
  width:22px;
  height: 17px;
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) ;
  display: block;
}

/*久留米*/
._kurume{
  color: #00a1ef;
}
.btn a span._kurume::before{
  background-image: url(/sc/soc_japan/ecokaiga/event/20th_caravan/img/ico_arrow_back_blue.png);
}
/*那須*/
._nasu{
  color: #a65ea2;
}
.btn a span._nasu::before{
  background-image: url(/sc/soc_japan/ecokaiga/event/20th_caravan/img/ico_arrow_back_purple.png);
}
/*熊本*/
._kumamoto{
  color: #ec6d81;
}
.btn a span._kumamoto::before{
  background-image: url(/sc/soc_japan/ecokaiga/event/20th_caravan/img/ico_arrow_back_magenda.png);
}
/*彦根*/
._hikone{
  color: #f29300;
}.btn a span._hikone::before{
  background-image: url(/sc/soc_japan/ecokaiga/event/20th_caravan/img/ico_arrow_back_orange.png);
}
/*小平*/
._kodaira{
  color: #abc10d;
}
.btn a span._kodaira::before{
  background-image: url(/sc/soc_japan/ecokaiga/event/20th_caravan/img/ico_arrow_back_lime.png);
}


/*news_block*/
.sec_inner_w {
  max-width: 100%;
  margin: 0 auto;
}
/*news_block*/
.caravan-news {
  position: relative;
}
.caravan-news:before {
  display: none;
}
.caravan-news:after {
  position: absolute;
  bottom: 0;
  left: 0; 
  content: '';
  display: block;
  height: 4px;
  width: 100%;
  background-color: #eeeeee;
}
.caravan-news-last:after {
 display: none;
}
.caravan-news_button a {
  display: flex;
  height: 100%;
  justify-content: center;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/bg_green_button.png'); 
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  color: #fff;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
}
.caravan-news_button a span {
  position: relative;
  display: block;
}
.caravan-news_button a span:before {
  position: absolute;
  right: 0;
  top: 50%;
  content: '';
  display: block;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_arrow_back_white.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(-180deg);
}
.caravan-news .news-unit {
  position: relative;
  margin-top: 45px;
}
.caravan-news .news-unit > * + * {
  margin-top: 13px;
}
.caravan-news .news-unit + .news-unit:before {
  position: absolute;
  left: 0; 
  top: 0;
  content: '';
  display: block;
  height: 2px;
  width: 100%;
  background-image: radial-gradient(circle farthest-side, #a0a0a0, #a0a0a0 1px, transparent 1px, transparent);
  background-position: 0 -4px;
  background-size: 6px 10px;
}
.caravan-news .news-unit:last-child {
  padding-bottom: 0;
}
.caravan-news .news-unit_date {
  display: block;
  color: #999;
  line-height: 1;
}
.caravan-news .news-unit_title {
  display: block;
  margin-top: 10px;
  color: #060;
  font-weight: 700;
  line-height: 1.6;
}
.caravan-news .news-unit_image {
  max-width:50%;
}
.caravan-news .news-unit_text_group {
  width: 50%;
}
.caravan-news .news-unit_text_group > * + * {
  margin-top: 13px;
}
.caravan-news .news-unit_link {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  color: #060;
  font-weight: 700;
  text-decoration: none;
}
.caravan-news .news-unit_link:before {
  position: absolute;
  left: 0; 
  content: '';
  display: block;
  height: 0;
  width: 0;
  border-color: transparent transparent transparent #060;
  border-style: solid;
  border-width: 5px 0 5px 10px;
}
.caravan-news .news-unit_note {
  font-size: 1.2rem;
}
.caravan-news .news-unit_note:before {
  content: '※';
}

.caravan-news .news-unit {
  padding-bottom: 40px;
}
.caravan-news .ews-unit + .news-unit {
  padding-top: 40px;
}
.caravan-news .news-unit .news-unit_title {
  font-size: 2rem;
}
.caravan-news .news-unit .news-unit_inner {
  display: flex;
  flex-direction: row;
  padding-bottom: 50px;
  margin-bottom: 70px;
  justify-content: space-between;
}
.caravan-news .news-unit .news-unit_image_l {
  margin: 0px 20px 0 0;
}
.caravan-news .news-unit .news-unit_image_r {
  margin: 0px 0 0px 20px;
}
.caravan-news .news-unit .news-unit_link:hover {
  opacity: 0.6;
}
.caravan-news .news-unit .news-unit_link:before {
  top: 50%;
  transform: translateY(-50%);
}
.caravan-news .news-unit .news-unit_note {
  margin-top: 5px;
}
.caravan-news .caravannews_btn_block{
  display: flex;
}
.caravan-news_button {
  height: auto; 
  width: auto;
  margin: 0 auto;
}
.caravan-news_button a {
  font-size: 1.8rem;
}
.caravan-news_button a:hover {
  opacity: 0.6;
}
.caravan-news_button a span {
  padding-right: 15px;
}
.caravan-news_button a span:before {
  height: 17px; 
  width: 22px;
}
.caravan-news_button a {
  display: flex;
  height: 100%;
  justify-content: center;
  background-color: #006600;
  color: #fff;
  font-weight: 700;
  align-items: center;
  text-decoration: none;
  border-radius: 10px;
  padding: 14px 35px;
}
.caravan-news_button a {
  font-size: 1.8rem;
}
.caravan-news_button a span {
  position: relative;
  display: block;
}
.caravan-news_button a span:before {
  position: absolute;
  right: -15px;
  top: 50%;
  content: '';
  display: block;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_arrow_back_white.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  transform: translateY(-50%) rotate(-180deg);
}
.mb00{
  margin-bottom: 0px!important;
}
.pb00{
  padding-bottom: 0px!important;
}
.spOnly{
  display: none!important;
}
.pcOnly{
  display: block!important;
}

@media screen and (max-width: 999px) {
  .contents_inner {
    top: -120px;
    width: 88%!important;
    margin-bottom: -20px;
  }
}

@media screen and (max-width: 979px) {
body._ecokaiga:before {
  background-size: cover;
  }
.home-keyvisual_main img {
  margin-left: 0;
}
.home-keyvisual {
  position: relative;
}
.home-keyvisual_inner {
  height: 100%;
  margin-bottom: 100px;
}
.home-keyvisual_main {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding:0;
}
.home-keyvisual_main img {
  width: 100%;
  margin-top: -2%;
}
.contents_inner {
  top: -120px;
  width: 93%!important;
  margin-bottom: -20px;
}
.sec{
  padding: 35px  20px 20px 20px!important;
  border-radius: 35px!important;
}
.sec_heading span{
  font-size: 2.6rem!important;
}
.home-keyvisual_inner {
  height: 100%;
  margin-bottom: 10%;
}
/*reserve　ブロック*/
.reserve_block {
width: auto;
height: auto;
padding: 20px;
border-radius: 10px;
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
margin: 0 auto 20px auto;
}
.reserve_block:first-of-type{
  margin: 30px auto 20px auto;
}
.reserve_block:last-of-type{
  margin: 0px auto 0px auto;
}
.title_date{
  width: 100%;
  height: auto;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
  flex: 2;
}
.title_date span.place_title{
  width: 98px;
  height: auto;
  border-radius: 20px;
  padding: 6px 0;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}
.title_date p{
  padding: 6px 0;
  font-size: 22px;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  line-height: 1;
  margin-bottom: 12px;
}
/*reserve 日程*/
.reserve_block dl{
  width: auto;
  height: auto;
  font-size: 14px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0px;
  padding:0px;
  color: #ffffff;
}
.reserve_block dl dt{
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.reserve_block dl dt span{
  width: auto;
  height: auto;
  font-size: 25px;
  line-height: 1;
}
/*reserve　ボタン*/
.btn_block{
  width: 100%;
  height: auto;
  padding: 0;
  flex: 1;
}
/*reserve　ボタン*/
.btn_block .btn{
  margin-bottom: 10px;
}
.btn a span::before{
  width:22px;
  height: 17px;
  position: absolute;
  right: -5px;
  top: 50%;
  content: '';
  display: block;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  /*background-size: 60% 60%;*/
  transform: translateY(-50%) ;
  display: block;
}
.caravan-news .news-unit {
  position: relative;
  margin-top: 25px;
}
.caravan-news .news-unit .news-unit_title {
  font-size: 18px;
}
.caravan-news .news-unit .news-unit_inner {
  display: flex;
  flex-direction: column;
  padding-bottom: 30px;
  margin-bottom: 30px;
}
.caravan-news .news-unit_title {
  margin-top: 0px;
}
.news-unit_inner_l {
  display: flex;
  flex-direction: column-reverse!important;
  padding-bottom: 20px;
  margin-bottom: 30px;
}
.caravan-news .news-unit_image {
  max-width:100%;
  height: auto;
}
.caravan-news .news-unit_text_group {
  width: 100%;
}
.caravan-news .news-unit_text_group p.news-unit_text{
  font-size: 16px;
  line-height: 28px;
}
p.caption{
  font-size: 16px;
  line-height: 28px;
}
.caravan-news figure img {
  max-width:105%;
  width: 110%;
}
.caravan-news .news-unit .news-unit_image_r {
  margin: 20px 0 0 0 ;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.caravan-news .news-unit .news-unit_image_l {
  margin: 20px 0 0 0;
  display: flex;
justify-content: center;
}
.caravan-news_button {
  height: auto; 
  width: 100%;
  margin: 0 auto;
}
.caravan-news_button a {
  padding: 10px 18px;
  width: 100%;
  text-align: center;
  line-height: 1.6em;
}
.caravan-news_button a {
  font-size: 12px;
}
.caravan-news_button a span:before {
  position: absolute;
  right: -40px;
  top: 50%;
  content: '';
  display: block;
  background-image: url('/sc/soc_japan/ecokaiga/common/img/ico_arrow_back_white.png');
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  transform: translateY(-50%) rotate(-180deg);
}
.caravan-news .caravannews_btn_block{
  display: flex;
  width: 100%;
  margin: 15px 0;
}
.spOnly{
  display: block!important;
}
.pcOnly{
  display: none!important;
}
}
@media screen and (max-width: 767px) {
  .sec{
    border-radius: 15px!important;
  }
  .sec_heading span{
    font-size: 1.8rem!important;
  }
body._ecokaiga:before {
  background-size: contain;
  }
  .contents_inner {
    top: -120px;
    width: 100%!important;
    margin-bottom: -20px;
  }
  /*reserve　ブロック*/
.reserve_block {
  width: auto;
  height: auto;
  padding: 20px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 20px auto;
  }
  .btn a{
  display: block;
  width:100%;
  height: auto;
  padding: 7px 20px;
  font-size: 12px;
  background-color: #ffffff;
  border-radius: 5px;
  text-decoration: none;
}
.btn a span::before{
background-size: 60% 60%;
}
} 