@charset 'UTF-8';
/*--------------------------------------------------
共通
--------------------------------------------------*/
/*flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
{-webkit-transform: translate(0%,-50%);
  -moz-transform: translate(0%,-50%);
  -ms-transform: translate(0%,-50%);
  -o-transform: translate(0%,-50%);
  transform: translate(0%,-50%);}
*/
body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  color: #333333;
}
.position_r{
	position: relative;
}
.common_section{
  padding: 80px 0;
  margin: 0;
  position: relative;
}
.sub_section{
  padding: 50px 0;
  margin: 0;
  position: relative;
}

/*タイトル========================*/
.sub_title{
  text-align: center;
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 10px;
}
.sub_title_eng{
  font-weight: 600;
  font-size: 14px;
  color: #77BC28;
  text-align: center;
  margin: 0 0 50px;
  letter-spacing: 1px;
}

/*ボタン========================*/
.common_pink_btn{
  display: block;
  position: relative;
  color: #fff;
  background-color: #FF95BD;
  padding: 10px 20px 10px 10px;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 1px;
  width: 100%;
  max-width: 200px;
  border-radius: 5px;
  transition: 0.3s;
}
.common_pink_btn:hover{
  color: #fff;
  background-color: #ffc7dc;
}

.common_green_btn{
  display: block;
  position: relative;
  background-color: #77BC28;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 5px;
  padding: 10px 10px;
  transition: 0.3s;
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
}
.common_green_btn:hover{
  color: #fff;
  background-color: #8bdf2a;
}

/*アングル*/
.btn_angle:before{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
    top: 50%;
    right: 20px;
  -webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
  transition: 0.3s;
}
.btn_angle:hover:before{
  right: 15px;
}
/*リンク色*/
.green_link{
  color:#78bb29;
  text-decoration: none;
}
.green_link:hover{
  color:#78bb29;
  text-decoration: underline;
}
.border_link{
  color: #333;
  text-decoration: underline;
}
.green_border_link{
  color: #78bb29;
  text-decoration: underline;
}
.green_border_link:hover, .border_link:hover{
  color: #737373;
  text-decoration: underline;
}

/*背景========================*/
.bg_gray{ background-color: #F7F7F7; }
.bg_l_green{ background-color: #CEEAAC; }


/*テキスト========================*/
.font_red{ color:#f00; }
.font_bald{ font-weight: 600; }

/*その他========================*/
.nobr{ white-space: nowrap; }
.sp_nobr:before{
  content: "\A" ;
  white-space: pre ;
}
.ofi{
  height: 100%;
  width: 100%;
  object-fit: cover;
  font-family: 'object-fit: cover';
}
/*--------------------------------------------------
ヘッダー
--------------------------------------------------*/
.head-logo-page, .head-logo-page:visited{
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: flex;
  text-decoration: none;
  margin-left: 10px;
}
.hlogo_img{
  width: 30px;
  min-width: 30px;
}
.hlogo_titilearea{
  margin-left: 10px;
}
.hlogo_t_mini{
  color: #333;
  font-size: 12px;
  margin: 0;
}
.hlogo_title{
  margin: 0;
  font-weight: 600;
  font-size: 30px;
  line-height: 30px;
  color: #77BC28;
}

/*--------------------------------------------------
フッター
--------------------------------------------------*/
/*主催・協力*/
.footer_support{
  display: -webkit-box;
  display: flex;
  margin-bottom: 20px;
}
.f_support_label{
  min-width: 80px;
  font-weight: 600;
  font-size: 14px;
}
.f_support_list li{
  display: inline-block;
  margin-right: 15px;
  font-size: 14px;
}
.f_support_list li a{
  color: #333;
  text-decoration: none;
  transition: 0.3s;
}
.f_support_list li a:hover{
  color: #77BC28;
}

/*お問い合わせ*/
.footer_access{
  display: -webkit-box;
  display: flex;
  align-items: center;
  background-color: #fff;
  padding: 30px;
  width: 100%;
  margin: 0 auto 30px;
}
.f_access_text_area{
  width: 50%;
  margin-right: 20px;
}
.f_access_btn_area{
  width: 50%;
  min-width: 320px;
}
.f_access_title{
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 10px;
}
.f_access_text_area address{
  font-style: normal;
  line-height: 30px;
  margin-top: 0;
}
.footer_con_btn{
  display: block;
  position: relative;
  width: 100%;
  max-width: 320px;
  margin: 0 auto 10px;
  color: #fff;
  background-color: #77BC28;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 5px;
  transition: 0.3s;
}
.footer_con_btn img{
  width: 20px;
  margin-right: 10px;
}
.footer_con_btn:hover{
  color: #fff;
  background-color: #ADEA5C;
}

.footer_c_table{
  width: 100%;
  max-width: 480px;
  margin: 0 auto;
  font-size: 14px;
}
.footer_c_table th, .footer_c_table td{
  padding: 5px 0;
}
.footer_c_table th{
  padding-right: 10px;
  text-align: left;
  font-weight: 400;
  width: 100%;
}
.footer_c_table td{ min-width: 150px; }
.footer_c_table td a{
  text-decoration: none;
  color: #333;
  transition: 0.3s;
}
.footer_c_table td a:hover{ color: #FF95BD; }

/*--------------------------------------------------
サイドバー
--------------------------------------------------*/
.page_flex{
  display: -webkit-box;
  display: flex;
}
.main{
  width: 100%;
  padding-right: 20px;
}
.sidebar{
  width: 300px;
  min-width: 300px;
}
.side_con{ margin-bottom: 30px; }

.side_con_title{
  border-left: 10px solid #77BC28;
  border-bottom: 1px solid #C9C9C9;
  padding: 5px 5px 5px 10px;
  font-weight: 600;
  font-size: 18px;
  letter-spacing: 1px;
  margin: 0 0 10px;
}
.side_bnr{
  display: block;
  margin-bottom: 10px;
  transition: 0.3s;
}
.side_bnr img{ width: 100%; }
.side_bnr:hover{ opacity: 0.7; }

/*要項*/
.side_youkou_btn, .side_youkou_btn:visited{
  display: block;
  background-color: #77BC28;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.side_youkou_btn img{
  width: 20px;
  vertical-align: middle;
  margin-right: 8px;
}
.side_youkou_btn span{
  font-size: 12px;
  line-height: 20px;
  display: block;
}
.side_youkou_btn:hover{
  color: #fff;
  background-color: #8bdf2a;
}

/*エントリー*/
.side_entry_btn{
  display: block;
  background-color: #FF931E;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 20px;
  font-weight: 600;
  position: relative;
  padding: 20px;
  letter-spacing: 1px;
  transition: 0.3s;
}
.side_entry_btn:hover{
  color: #fff;
  background-color: #ffc145;
}

/*JR小千谷発電所*/
.kengaku_banner {
  display: block;
  margin: 0px 0 10px;
  color: #fff;
  background: -webkit-linear-gradient(top, #fb1fad 40%, #ff8ccc);
  background: linear-gradient(to top, #fb1fad 40%, #ff8ccc);
}
.kengaku_flex{
  display: -webkit-box;
  display: flex;
  align-items: center;
}
.douzi_kaisai {
  padding: 10px;
  min-width: 60px;
  text-align: center;
}
.douzi_kaisai p{
  font-size: 25px;
  line-height: 27px;
}
.kengaku_banner .kengaku_title {
  padding: 10px;
  border-left: 1px solid #dc5aa7;
  margin: 0;
}
.kengaku_banner .kengaku_title p{
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 3.5px;
}
.kengaku_banner .kengaku_txt {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 19px;
  letter-spacing: 1px;
  border-top: 1px solid #dc5aa7;
}
/*フォトコンテスト*/
a.photo_area {
  display: block;
  margin: 0;
  text-decoration: none;
  color: #fff;
  background: -webkit-linear-gradient(bottom, #68c4ff 0%, #1ea1f3);
  background: linear-gradient(to bottom, #68c4ff 0%, #1ea1f3);
  transition: 0.3s;
}
.photo_title {
  padding: 10px;
  border-left: 1px solid #2da1ea;
  margin: 0;
}
.photo_title p{
  font-size: 24px;
  line-height: 26px;
}
.photo_txt {
  clear: both;
  padding: 10px;
  text-align: center;
  font-size: 15px;
  border-top: 1px solid #2da1ea;
}
a.photo_area:hover{
  opacity: 0.7;
}
/*--------------------------------------------------
トップページ
--------------------------------------------------*/
.top_slider{
  width: 100%;
  height: 55vw;
  min-height: 600px;
  max-height: 733px;
  overflow: hidden;
}
.top_slider .slick-list,
.top_slider .slick-track{ height: 100%; }

.top_slider .t_slider_img{
  height: 100%;
  display: inline-block;
  margin: 0 auto;
}

/*メインタイトル========================*/
.main_title_area{
  display: -webkit-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main_title_flex{
  display: -webkit-box;
  display: flex;
  align-items: center;
  padding: 10px 0 10px 10px;
}
.mt_img{
  width: 45px;
  margin-right: 10px;
}
.mt_mini_text{ margin: 0; }
.main_title{
  font-weight: 600;
  font-size: 50px;
  line-height: 50px;
  margin: 0;
  color: #77BC28;
}

.main_date_flex{
  background-color: #77BC28;
  display: -webkit-box;
  display: flex;
  align-items: center;
  color: #fff;
  font-weight: 600;
  padding: 10px 0 10px 20px;
  position: relative;
  z-index: 1;
}
.main_date_flex:before{
  content: '';
  height: 100%;
  width: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #77BC28;
  clip-path: polygon(0 0%, 100% 0, 100% 100%);
  -webkit-transform: translate(-100%,0%);
  -moz-transform: translate(-100%,0%);
  -ms-transform: translate(-100%,0%);
  -o-transform: translate(-100%,0%);
  transform: translate(-100%,0%);
}

.main_kai{
  margin-right: 10px;
  min-width: 78px;
}
.main_kai p{
  font-size: 20px;
  line-height: 25px;
}
.main_kai span{
  letter-spacing: 4px;
  white-space: nowrap;
}
.main_date{ font-size: 50px; }
.main_date span{ font-size: 35px; }
.main_date span.md_shouwa{
  font-size: 16px;
  white-space: nowrap;
}
.main_d_btnarea{ min-width: 250px; }
.main_d_btnarea .common_pink_btn{
  margin: 0 auto;
  text-align: center;
}

/*アテンション*/
.attention{
  background-color: #FF95BD;
  text-align: center;
  color: #fff;
  padding: 10px;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 1px;
}
.top_main_content{
  margin-top: 80px;
}

/*お知らせ============================*/
.top_news_section{
  background-color: #F7F7F7;
  padding: 20px;
  margin-bottom: 50px;
}
.border_title_yoko{
  border-bottom: 1px solid #C9C9C9;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.border_title_yoko .sub_title{
  margin: 0 10px 0 0;
  display: inline-block;
}
.border_title_yoko .sub_title_eng{
  margin: 0;
  display: inline-block;
}
/*お知らせリスト*/
.news_link{
  display: -webkit-box;
  display: flex;
  margin-bottom: 10px;
  font-size: 14px;
  text-decoration: none;
}
.news_l_date{
  color: #777777;
  margin-right: 15px;
  min-width: 90px;
  transition: 0.3s;
}
.news_l_title{
  color: #333;
  transition: 0.3s;
}
.news_link:hover .news_l_date,
.news_link:hover .news_l_title{
  color: #77BC28;
}

/*一覧ボタン*/
.top_news_btn{
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  position: relative;
  padding: 5px 30px 5px 5px;
  margin-top: 20px;
  color: #686868;
  transition: 0.3s;
}
.top_news_btn:before, .top_news_btn:after{
  content: '';
  display: inline-block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #77BC28;
  border-right: 2px solid #77BC28;
  position: absolute;
    top: 50%;
  -webkit-transform: translate(0%,-50%) rotate(45deg);
  -moz-transform: translate(0%,-50%) rotate(45deg);
  -ms-transform: translate(0%,-50%) rotate(45deg);
  -o-transform: translate(0%,-50%) rotate(45deg);
  transform: translate(0%,-50%) rotate(45deg);
  transition: 0.3s;
}
.top_news_btn:before{ right: 5px; }
.top_news_btn:after{ right: 15px; }
.top_news_btn:hover{ color: #77BC28; }
.top_news_btn:hover:before{ right: 0px; }
.top_news_btn:hover:after{ right: 10px; }

/*イベント概要、コースガイド=============================*/
.top_border_flex{
  display: -webkit-box;
  display: flex;
  border: 1px solid #CECECE;
  padding: 15px;
  margin-bottom: 30px;
  position: relative;
}
.tbf_content{
  width: 100%;
  height: 100%;
  padding-right: 15px;
}
.tbf_content .common_pink_btn{
  position: absolute;
  bottom: 15px;
  left: 15px;
}
.tbf_title{
  color: #77BC28;
  font-size: 23px;
  font-weight: 600;
  margin: 0 0 10px;
}
.tbf_img{
  width: 45vw;
  min-width: 200px;
  max-width: 280px;
  height: 40vw;
  max-height: 195px;
  min-height: 180px;
  overflow: hidden;
}

/*ギャラリー=============================*/
.top_gallery_area{ margin: 50px 0 80px; }
.gallery_bnr{
  display: block;
  text-decoration: none;
  text-align: center;
  width: 100%;
  position: relative;
  margin: 0 auto 10px;
  padding: 50px 10px;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}
.gallery_bnr p{
  position: relative;
  z-index: 1;
  letter-spacing: 1px;
}
.gallery_bnr:before{
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0,0,0,0.2);
  transition: 0.3s;
}
.gallery_bnr:hover{ color: #fff; }
/*サブギャラリー*/
.gallery_bnr:hover:before{
  background-color: rgba(0,0,0,0);
}
.top_gallery_area .gallery_bnr:not(:first-child){
  background-image: none !important;
  background-color: #C4C4C4;
  padding: 15px 10px;
  font-size: 25px;
  font-weight: 400;
  color: #545454;
  transition: 0.3s;
}
.top_gallery_area .gallery_bnr:not(:first-child):before{
  content: none;
}
.top_gallery_area .gallery_bnr:not(:first-child):hover{
  color: #545454;
  background-color: #b1d08e;
}
.top_gallery_area .gallery_bnr:not(:first-child) + .common_green_btn{ margin-top: 30px; }

/*スポンサー=============================*/
.sponsor_bnr{
  display: block;
  max-width: 320px;
  margin: 0 auto;
}
.sponsor_bnr img{ max-height: 120px; }
.sb_border{ border: 1px solid #AFAFAF; }
.sponsor_link_bnr{
  display: block;
  padding: 20px 10px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  text-decoration: none;
  margin: 0;
  background-color: #77BC28;
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  transition: 0.3s;
}
.sponsor_link_bnr:hover{
  color: #fff;
  background-color: #8bdf2a;
}

/*--------------------------------------------------
下層共通
--------------------------------------------------*/
.page_section{
  width: 100%;
  margin: 0;
  padding: 100px 0 90px;
}

/*旧=================================*/
.o_sub_title{
  font-size: 32px;
  color: #78bb29;
  line-height: 32px;
  border-bottom: 5px solid #78bb29;
  padding-bottom: 5px;
  margin: 0 0 20px;
}



/*--------------------------------------------------
お知らせ
--------------------------------------------------*/
.home_news_list{
  border-bottom: 1px dotted #ccc;
  padding: 15px 10px 5px;
}
/*お知らせ個別ページ=================================*/
.news_s_date{
  color: #777777;
  margin-top: 5px;
  font-size: 14px;
}
.single_body{
  min-height: 400px;
}

.single_body figure{ margin: 1em 0px; }

/*ovh*/
.ovh{
  border-top: 1px solid #ccc;
  padding-top: 30px;
  margin-top: 50px;
}
.single_next{ text-align: right; }
.single_prev a, .single_next a{
  text-decoration: none;
  color: #686868;
  font-weight: 600;
  font-size: 14px;
  transition: 0.3s;
}
.single_prev a:hover, .single_next a:hover{
  color: #77BC28;
}

/*--------------------------------------------------
大会ギャラリー
--------------------------------------------------*/
.gallery_table{
  margin: 10px 0 20px;
  font-size: 12px;
  max-width: 600px;
}
.gallery_table th, .gallery_table td{
  padding: 10px 5px;
  position: relative;
  text-align: center;
  border: 1px solid #ddd;
}
.gallery_table th{
  background-color: #fafafa;
  width: 16%;
}
/*--------------------------------------------------
イベント概要
--------------------------------------------------*/
.outline_img{
  width: 100%;
  max-width: 300px;
}
.concept_title{
  font-weight: bold;
  font-size: 17px;
  margin: 0 0 10px;
}
.outline_table{
  width: 100%;
  font-size: 12px;
  line-height: 17px;
}
.outline_table th, .outline_table td{
  padding: 10px;
  border: 1px solid #ddd;
}
.outline_table th{
  background-color: #fafafa;
  min-width: 100px;
}
.outline_table td{ width: 100%; }
.outline_table td a{
  color: #78bb29;
  text-decoration: none;
}
.outline_table td a:hover{ text-decoration: underline; }

/*--------------------------------------------------
コース
--------------------------------------------------*/
.course_table{ width: 100%; }
.course_table th, .course_table td{
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
  font-size: 12px;
}
.course_table th{
  background-color: #fafafa;
  vertical-align: middle;
}
.course_table tr:first-child th:nth-of-type(1){ width:17%; }
.course_table tr:first-child th:nth-of-type(2){ width:20%; }
.course_table tr:first-child th:nth-of-type(3){ width:13%; }
.course_table tr:first-child th:nth-of-type(4){ width:10%; }
.course_table tr:first-child th:nth-of-type(5){ width:15%; }
.course_table tr:first-child th:nth-of-type(6){ width:15%; }

.course_table td{ position: relative; }
.course_table td a{
  color: #78bb29;
  text-decoration: none;
}
.course_table td a:hover{
  color: #78bb29;
  text-decoration: underline;
}
.course_pcbr::before{
  content: "\A" ;
  white-space: pre ;
}
.course_t_sp_display{ display: none; }
/*--------------------------------------------------
お申込み方法
--------------------------------------------------*/
.gray_box{
  margin-top: 30px;
  width: 100%;
  background-color: #eaeaea;
  padding: 15px;
}
.gray_box_title{
  font-size: 20px;
  font-weight: 600;
  line-height: 27px;
  margin: 0 0 20px;
}
.entry_sample_img{
  padding: 15px;
  background-color: #ccc;
  margin: 10px 0;
}
.entry_sample_img img{ width: 100%; }
.entry_p_btn_area{
  width: 100%;
  max-width: 550px;
  margin: 30px auto 0;
}
.entry_p_btn{
  display: block;
  color: #fff;
  text-align: center;
  text-decoration: none;
  background-color: #333;
  transition: 0.3s;
  padding: 15px;
}
.entry_p_btn:hover{
  color: #fff;
  background-color: #78bb29;
}

/*--------------------------------------------------
アクセス
--------------------------------------------------*/
.access_cpm_title{
  display: inline-block;
  margin: 20px 0 10px;
  padding: 5px 10px;
  color: #FFF;
  font-size: 16px;
  background: #555;
}
.access_b_btn, .access_b_btn:visited{
  display: block;
  width: 100%;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  text-align: center;
  padding: 10px;
  background-color: #555;
  transition: 0.3s;
}
.access_b_btn:hover{
  color: #fff;
  background-color: #78bb29;
}
.access_b_btn.acs_big_btn{
  font-size: 20px;
  padding: 80px 10px;
}
.access_table{
  margin-top: 30px;
  width: 100%;
  font-size: 12px;
}
.access_table th, .access_table td{
  border: 1px #ddd solid;
  padding: 10px;
}
.access_table th{
  background-color: #fafafa;
  text-align: center;
  vertical-align: middle;
}
/*--------------------------------------------------
各コース出発場所
--------------------------------------------------*/
.d_location_section{
  padding: 20px 0;
}
.d_location_title{
  font-size: 20px;
  margin: 0;
}
.d_location_table{
  width: 100%;
  font-size: 12px;
}
.d_location_table th, .d_location_table td{
  padding: 10px;
  text-align: center;
  border: 1px solid #ddd;
}
.d_location_table td span{ font-size: 17px; }
.d_location_table th{
  min-width: 100px;
  background-color: #fafafa;
  vertical-align: middle;
}

/*--------------------------------------------------
臨時バスのご案内
--------------------------------------------------*/
.bus_page_subtitle{
  margin: 0 0 10px;
  font-size: 15px;
}
.bustime_table{
  width: 100%;
  margin: 10px 0 0;
  font-size: 12px;
}
.bustime_table th, .bustime_table td{
  padding: 10px;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
}
.bustime_table th{
  background-color: #fafafa;
}
.bustime_table td{
  position: relative;
}

/*--------------------------------------------------
よくある質問
--------------------------------------------------*/
.faq_genre_title{
  font-size: 20px;
  margin: 40px 0 15px;
}
.faq_aco_btn{
  font-weight: 600;
  border-top: 1px dashed #78bb29;
  padding: 15px 0 0 28px;
  margin: 15px 0;
  position: relative;
  text-align: left;
  cursor: pointer;
  transition: 0.3s;
}
.faq_aco_btn:hover{ color: #78bb29; }
.faq_aco_btn:before{
  content: 'Q';
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  background-color: #78bb29;
  color: #fff;
  font-weight: 600;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 15px;
  left: 0;
}
.faq_aco_content{
  position: relative;
  padding: 0 0 0 28px;
  font-size: 13px;
  line-height: 20px;
}
.faq_aco_content:before{
  content: 'A';
  text-align: center;
  font-size: 14px;
  line-height: 23px;
  background-color: #FF931E;
  color: #fff;
  font-weight: 600;
  width: 23px;
  height: 23px;
  position: absolute;
  top: 0;
  left: 0;
}
.faq_aco_content p{
  font-size: 13px;
  line-height: 20px;
}
.faq_aco_content dl{ margin: 0; }
.faq_aco_content dt{ font-weight: 500; }
.faq_aco_content dd{ margin-left: 13px; }
.faq_aco_content a{ color: #333; }
.faq_aco_content a:hover{
  color: #78bb29;
  text-decoration: underline;
}
.faq_mini_title {
  margin: 20px 0 0px;
  font-size: 13px;
  font-weight: 600;
}


/*--------------------------------------------------
お問い合わせ
--------------------------------------------------*/
input { font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif; }
.contact_table {
  overflow: hidden;
  text-align: left;
  table-layout: auto;
}
.required {
  margin-right: 10px;
  color: #f00;
}
.contact_table{
  width: 100%;
  max-width: 700px;
  margin: 20px 0 0;
  font-size: 12px;
  line-height: 17px;
}
.contact_table th, .contact_table td{
  padding: 20px;
  border: 1px solid #cccccc;
}
.contact_table th{
  min-width: 215px;
  background-color: #eeeeee;
}
.contact_table td{ width: 100%; }

.contact_table input,
.contact_table textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100% !important;
  margin: 0px 0px 5px 0px;
  font-size: 12px;
  border-radius: 3px;
  border: 1px solid #333;
  padding: 5px;
}
.contact_table select{
  border-radius: 3px;
  padding: 5px;
  border: 1px solid #333;
}
.contact_table input.zip_input{width: 95% !important;}
.contact_table input[type="checkbox"],
.contact_table input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px !important;
  margin: 5px 10px 10px 5px;
  font-size: 100%;
}
.submit_area{
  width: 100%;
  max-width: 700px;
  margin-top: 30px;
}
input[type="submit"], .wpcf7-previous{
  margin: 0px auto;
  border: 1px solid #333;
  padding: 5px 10px;
  display: block;
  width: 100%;
  max-width: 160px;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: 0.3s;
}
input[type="submit"]{ background-color: #eeeeee; }
input[type="submit"]:hover{
  background-color: #78bb29;
  border-color: #78bb29;
  color: #fff;
}
.wpcf7-previous{ background-color: #d3d3d3 }
.wpcf7-previous:hover{
  background-color: #c6dcab;
  border-color: #c6dcab;
}
/*--------------------------------------------------
レスポンシブ
--------------------------------------------------*/
@media only screen and (max-width: 1300px) {
  /*トップページ========================*/
  .mt_mini_text{ font-size: 15px; }
  .main_title{
    font-size: 43px;
    line-height: 43px;
  }
}
@media only screen and (max-width: 1300px) and ( min-width: 1001px) {
  .main_date_flex{
    flex-wrap: wrap;
    justify-content: center;
    width: 40%;
    padding: 10px;
  }
  .main_d_btnarea{
    width: 100%;
    padding: 10px 0;
  }
}
@media only screen and (max-width: 1000px) {
  /*トップページ========================*/
  .main_title_area{ flex-direction: column; }
  .main_title_flex, .main_date_flex{
    justify-content: center;
    width: 100%;
  }
  .main_title_flex{ padding: 10px; }
  .mt_img{ width: 45px; }
  .mt_mini_text{ font-size: 16px; }
  .main_title{
    font-size: 50px;
    line-height: 50px;
  }
  .main_date_flex:before{ content: none; }
  .main_d_btnarea{ min-width: 220px; }
}
/*サイドバーと隣同士の間*/
@media only screen and (max-width: 900px) and ( min-width: 801px){
  /*サイドバー========================*/
  .sidebar{
    width: 230px;
    min-width: 230px;
  }
  .side_youkou_btn{ font-size: 18px; }
  .side_youkou_btn img{ width: 18px; }
  .side_entry_btn{
    font-size: 18px;
    line-height: 23px;
    padding: 10px 20px;
  }
  .douzi_kaisai p{
    font-size: 20px;
    line-height: 25px;
  }
  .kengaku_banner .kengaku_title p{
    font-size: 16px;
    line-height: 23px;
  }
  .photo_title p{
    font-size: 18px;
    line-height: 23px;
  }
  .photo_txt{
    font-size: 17px;
    line-height: 23px;
  }
}

@media only screen and (max-width: 800px) {
  /*サイドバー========================*/
  .page_flex{ flex-direction: column; }
  .main{
    width: 100%;
    padding-right: 0px;
  }
  .sidebar{
    width: 100%;
    max-width: 400px;
    min-width: 1px;
    margin: 50px auto 0;
  }
  .kengaku_flex{ justify-content: center; }

  /*フッター========================*/
  .tbf_img{
    width: 60vw;
    height: 28vw;
    max-height: 200px;
  }
}

@media only screen and (max-width: 700px) {
  /*フッター========================*/
  .footer_access{
    flex-direction: column;
    padding: 30px 15px;
  }
  .f_access_text_area{
    width: 100%;
    margin: 0 0 20px 0;
    text-align: center;
  }
  .f_access_btn_area{
    width: 100%;
    min-width: 1px;
  }
  /*トップページ========================*/
  .mt_img{
    width: 9vw;
    max-width: 45px;
  }
  .mt_mini_text{ font-size: 16px; }
  .main_title{
    font-size: 7vw;
    line-height: 7vw;
  }
  .mt_mini_text{ font-size: 2vw; }

  /*コース========================*/
  .course_table tr:first-child th{ display: none; }
  .course_table th, .course_table td{
    display: block;
    width: 100%;
  }
  .course_table th{ border-bottom: none; }
  .course_table td{
    padding-left: 140px;
    text-align: left;
    border-bottom: none;
  }
  .course_table tr:last-child td:last-child{ border-bottom: 1px solid #ddd; }
  .course_table td:before{
    position: absolute;
    top: 0;
    left: 10px;
    width: 120px;
    height: 100%;
    font-size: 12px;
    border-right: 1px solid #ddd;
    line-height: 40px;
  }
  .course_table td.c_start:before{ content: '\30B9\30BF\30FC\30C8\30FB\53D7\4ED8\5834\6240'; }
  .course_table td.c_time:before{ content: '\53D7\4ED8\6642\9593\FF0F\51FA\767A\6642\523B'; }
  .course_table td.c_goal_time:before{ content: '\30B4\30FC\30EB\6642\9593';}
  .course_table td.c_goal:before{ content: '\30B4\30FC\30EB';}
  .course_table td.c_desc:before{ content: '\30DE\30C3\30D7';}
  .course_pcbr::before{ content: "" ; }
  .course_t_sp_display{ display: block; }

  /*臨時バスのご案内========================*/
  .bustime_table tr{
    display: block;
    margin-bottom: 20px;
  }
  .bustime_table tr:nth-of-type(1), .bustime_table tr:nth-of-type(2){ display: none; }
  .bustime_table td{
    display: block;
    border-bottom: none;
    padding-left: 100px;
    text-align: left;
  }
  .bustime_table td:first-child{
    background-color: #78bb29;
    color: #fff;
  }
  .bustime_table td:last-child{ border-bottom: 1px solid #ddd; }
  .a_bus_sp_none{ display: none; }
  .bustime_table td:before{
    position: absolute;
    left: 10px;
    top: 0px;
    font-size: 12px;
    font-weight: 600;
    border-right: 1px solid #ddd;
    height: 100%;
    width: 80px;
    line-height: 16px;
    padding: 10px 0;
  }
  .bustime_table td:nth-of-type(1):before{ content: '\30D0\30B9\4E57\5834No.'; }
  .bustime_table td:nth-of-type(2):before{ content: '\30D0\30B9\4E57\308A\5834'; }
  .bustime_table td:nth-of-type(3):before{ content: '\51FA\767A\6642\523B'; }
  .bustime_table td:nth-of-type(3):after{ content: '\6D25\5357 50km\30B3\30FC\30B9'; }
  .bustime_table td:nth-of-type(4):before{ content: '\30D0\30B9\6599\91D1'; }
  .bustime_table td:nth-of-type(5):after{ content: '\5DDD\897F 25km\30B3\30FC\30B9'; }
  .bustime_table td:nth-of-type(5):before{ content: '\51FA\767A\6642\523B'; }
  .bustime_table td:nth-of-type(6):before{ content: '\30D0\30B9\6599\91D1'; }
  .bustime_table td:nth-of-type(7):before{ content: '\51FA\767A\6642\523B'; }
  .bustime_table td:nth-of-type(7):after{ content: '\6D25\5357 23km\30B3\30FC\30B9\30FB\4E2D\91CC 15km\30B3\30FC\30B9'; }
  .bustime_table td:nth-of-type(8):before{ content: '\30D0\30B9\6599\91D1\FF08 23km\FF09'; }
  .bustime_table td:nth-of-type(9):before{ content: '\30D0\30B9\6599\91D1\FF08 15km\FF09'; }

  .bustime_table td:nth-of-type(3),
  .bustime_table td:nth-of-type(5),
  .bustime_table td:nth-of-type(7){ padding-top: 39px; }

  .bustime_table td:nth-of-type(3):after,
  .bustime_table td:nth-of-type(5):after,
  .bustime_table td:nth-of-type(7):after{
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #fafafa;
    padding: 5px 10px;
    border-bottom: 1px solid #ddd;
    width: 100%;
    color: #808080;
    font-weight: 600;
  }
  .bustime_table td:nth-of-type(3):before,
  .bustime_table td:nth-of-type(5):before,
  .bustime_table td:nth-of-type(7):before{ top: 30px; }

  .bustime_table td:nth-of-type(8), .bustime_table td:nth-of-type(9){ min-height: 57px; }
}

@media only screen and (max-width: 600px) {
  /*flex{
  flex-direction: column;}*/
  .common_section{ padding: 50px 0; }

  .sub_title{
    font-size: 25px;
    line-height: 35px;
  }
  .o_sub_title{ font-size: 28px; }
  .f_access_text_area address{
    font-size: 14px;
    line-height: 25px;
  }

  .sp_br:before{
    content: "\A" ;
    white-space: pre ;
  }
  .sp_nobr:before{
    content: "" ;
  }
  .order{
    order: 1;
  }
  /*ヘッダー========================*/
  .head-logo-page{ align-items: center; }
  .hlogo_t_mini{ font-size: 10px; }
  .hlogo_title{
    font-size: 18px;
    line-height: 20px;
  }

  /*フッター========================*/
  .f_access_title{
    font-size: 20px;
    line-height: 30px;
  }
  .footer_c_table th, .footer_c_table td{
    display: block;
    width: 100%;
  }
  .footer_c_table td{ padding-bottom: 20px; }

  /*トップページ========================*/
  .top_slider{
    margin-top: 60px;
    height: 80vw;
    min-height: 1px;
  }
  .top_slider .slick-track {
    display: flex;
  }
  .top_slider .slick-slide {
    height: auto !important;
  }
  .main_date_flex{
    flex-wrap: wrap;
    padding: 10px;
  }
  .main_d_btnarea{
    width: 100%;
    padding: 10px 0;
  }
  .attention{
    font-size: 16px;
  }
  .top_border_flex{
    flex-direction: column;
    padding: 10px 10px 30px;
    margin-bottom: 20px;
  }
  .tbf_content{
    padding-right: 0;
    order: 1;
  }
  .tbf_img{
    width: 100%;
    max-width: 100%;
    height: 60vw;
    max-height: 400px;
    margin-bottom: 10px;
  }
  .tbf_content .common_pink_btn{
    position: relative;
    bottom: auto;
    left: 0;
    right: 0;
    margin: 20px auto 0;
  }
  .gallery_bnr{
    padding: 40px 10px;
    font-size: 25px;
  }
  .top_gallery_area .gallery_bnr:not(:first-child){
    font-size: 20px;
    padding: 10px;
  }

  /*アクセス========================*/
  .access_b_btn.acs_big_btn{
    padding: 40px 10px; 
  }
  .access_table tr:first-child th{ display: none; }
  .access_table th, .access_table td{ display: block; }
  .access_table th{ border-bottom: none; }
  .access_table td{
    position: relative;
    padding-top: 35px;
    border-bottom: none;
  }
  .access_table tr:last-child td:last-child{
    border-bottom: 1px #ddd solid;
  }
  .access_table td.mycar:before, .access_table td.koutsu:before{
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 14px;
    font-weight: 600;
    width: 100%;
  }
  .access_table td.mycar:before{
    content: '\81EA\5BB6\7528\8ECA';
  }
  .access_table td.koutsu:before{
    content: '\516C\5171\4EA4\901A\6A5F\95A2';
  }
  /*各コース出発場所========================*/
  .d_location_table th, .d_location_table td{
    display: block;
    border-bottom: none;
  }
  .d_location_table tr:last-child td{ border-bottom: 1px solid #ddd; }

  /*お申込み方法========================*/
  .gray_box_title{
    font-size: 18px;
    line-height: 23px;
  }

  /*お問い合わせ========================*/
  .contact_table th, .contact_table td{
    display: block;
  }
  .contact_table th{
    width: 100%;
    text-align: left;
    border-top: none;
  }
  .contact_table tr:first-child th{ border-top: 1px solid #cccccc; }
  .contact_table td{ border-top: none; }
}
@media only screen and (max-width: 500px) {
  /*お知らせ========================*/
  .news_link{ flex-direction: column; }
  .news_l_date{ margin-right: 0; }
}
@media only screen and (max-width: 400px) {}