@charset "utf-8";
/**********************************************/
/***************共通コンテンツ******************/
/**********************************************/

.respd {
    max-width: 100%;
    height: auto;
    width /***/: auto;
}
body{
  line-height: 1em;
  font-size: 14px;
  overflow-x: hidden
}
img{
  flex-shrink: 0
}
p{
  line-height: 1em;
}

.show700{
	display: none!important;
}
.show768{
	display: none!important;
}
.show600{
	display: none!important;
}
.show540{
	display: none!important;
}
.show480{
	display: none!important;
}
.show1000{
	display: none!important;
}
.show950{
	display: none!important;
}
.show860{
	display: none!important;
}
.show800{
	display: none!important;
}

@media screen and (max-width: 1000px) {
	.hide1000{
		display: none!important;
	}
	.show1000{
		display: block!important;
	}
}
@media screen and (max-width: 950px) {
	.hide950{
		display: none!important;
	}
	.show950{
		display: block!important;
	}
}
@media screen and (max-width: 768px) {
	.hide768{
		display: none!important;
	}
	.show768{
		display: block!important;
	}
}
@media screen and (max-width: 700px) {
	.hide700{
		display: none!important;
	}
	.show700{
		display: block!important;
	}
}
@media screen and (max-width: 860px) {
	.hide860{
		display: none!important;
	}
	.show860{
		display: block!important;
	}
}
@media screen and (max-width: 800px) {
	.hide800{
		display: none!important;
	}
	.show800{
		display: block!important;
	}
}
@media screen and (max-width: 600px) {
	.hide600{
		display: none!important;
	}
	.show600{
		display: block!important;
	}
}
@media screen and (max-width: 540px) {
	.hide540{
		display: none!important;
	}
	.show540{
		display: block!important;
	}
}
@media screen and (max-width: 480px) {
	.hide480{
		display: none!important;
	}
	.show480{
		display: block!important;
	}
}
@media screen and (min-width: 768px) {
	.none{
		display: visible;
	}
}

/********「ヒルクライム」とは*********/
.about-hirukuraimu {
  display: flex;
  align-items: center;
  padding: 20px 0 0;
  font-size: 18px;
}

.about-hirukuraimu__text {
  font-size: 13px;
  line-height: 1.3;
}
.about-hirukuraimu__text p {
  line-height: 1.2;
}

.about-hirukuraimu__head {
  font-weight: bold;
  margin-right: 10px;
  background: linear-gradient(transparent 60%, #FFF799 40%);
  min-width: 160px;
}


/********マップ*********/

.mymap_iframe {
    width: 100%;
    height: 540px;
}
.mymap_cover{
	padding: 15px;
	border: 2px solid #0d3161;
	border-radius: 10px;
	background: #fff;
}

/********店舗情報*********/
.store img{
	width: 50%;
	float: left;
}
.store a{
	text-decoration: underline;
}
.store ul{
	width: 100%;
}
.icondetail li {
    padding-left: 2em;
    position: relative;
    font-size: 0.9em;
    padding-bottom: 0.5em;
    line-height: 1.5;
}
.icondetail a i{
	color: #FF3333;
}
.icondetail li.icon1green::before,
.icondetail li.icon2green::before,
.icondetail li.icon3green::before,
.icondetail li.icon4green::before,
.icondetail li.icon6green::before,
.icondetail li.icon1orange::before,
.icondetail li.icon2orange::before,
.icondetail li.icon3orange::before,
.icondetail li.icon4orange::before,
.icondetail li.icon5green::before,
.icondetail li.icon5orange::before{
    content: '';
    position: absolute;
    top: 0.1em;
    left: 0;
    width: 1.5em;
    height: 1.5em;
}
.icondetail li.icon1green::before {
    background: url(../img/p1/icon1.gif)no-repeat center center;
    background-size: contain;
}
.icondetail li.icon2green::before {
    background: url(../img/p1/icon2.gif)no-repeat center center;
    background-size: contain;
}
.icondetail li.icon3green::before {
    background: url(../img/p1/icon3.gif)no-repeat center center;
    background-size: contain;
}
.icondetail li.icon4green::before {
    background: url(../img/p1/icon4.gif)no-repeat center center;
    background-size: contain;
}
.icondetail li.icon5green::before{
	background: url(../img/p1/icon5.gif)no-repeat center center;
	background-size: contain;
}
.icondetail li.icon6green::before{
	background: url(../img/p1/icon6.gif)no-repeat center center;
	background-size: contain;
}
.storetable th span {
    padding: 0px 10px;
    color: #fff;
    font-weight: bold;
    background: #7ebc6c;
    margin-right: 10px;
    width: 60px;
    display: block;
    text-align: center;
    margin-bottom: 5px;
	font-size: 0.9em;
}
.storetable th{
	width: 95px;
}
.storetable td{
	padding-right: 10px;
}
.stores {
    background: #fff;
    position: relative;
    width: 100%;
    padding: 55px 30px 30px;
    border-radius: 15px;
}
.storetitle {
    position: absolute;
    left: -20px;
    width: 80%;
    max-width: 550px;
    top: -40px;
}

.c1 {
    color: #d90c18;
}
.c2 {
    color: #ef950e;
}
.c3 {
    color: #1d95d4;
}
.c4 {
    color: #d86095;
}
.c5 {
    color: #1861a9;
}.c6 {
    color: #259241;
}
.c7 {
    color: #6d1e7c;
}
.c1, .c2, .c3, .c4, .c5, .c6, .c7 {
    font-weight: bold;
    letter-spacing: -2px;
    font-size: 1.1em;
}

/*----------------------------------*/
/*----------- AdobeFonts -----------*/
/*----------------------------------*/
.tsukushiB{
	font-family: 'Zen Maru Gothic',sans-serif;
	font-weight: 700;
	font-style: normal;
}


/*----------------------------------*/
/*-------------- body --------------*/
/*----------------------------------*/
body{
	font-feature-settings: "palt" 1;
	letter-spacing: 0.5px;
	font-size: 14px;
	line-height: 1.8;
}
a,div,table,tr,td,th {
	box-sizing: border-box;
}

/*----------------------------------*/
/*---------- main slider -----------*/
/*----------------------------------*/
#mainvisual{
	width: 100%;
}
#mainvisual .wrapper{
	max-width: 1400px;
	position: relative;
	padding: 0!important;
}
#mainvisual .top_slider{
	width: 100%;
	margin: 0 auto;
}
.slick-slide{
	margin: 0;
}
#mainvisual .mainlogo {
    width: 320px;
    position: absolute;
    z-index: 2;
    top: 20px;
    left: 35px;
}

/*----------------------------------*/
/*-------- grayback table ----------*/
/*----------------------------------*/
.detailtable{
	font-size: 13px;
	line-height: 1.4;
}
.detailtable th{
	padding: 0 10px 5px 0;
	width: 75px;
}
.detailtable td{
	padding: 0 0 5px 0;
}
.detailtable a i{
	color: #FF3333;
}
.detailtable th span {
    width: 65px;
    display: block;
    background: #f18f43;
    color: #fff;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 11px;
    text-align: center;
    padding: 2px 0;
}

/*----------------------------------*/
/*------------- pageing ------------*/
/*----------------------------------*/
#pageing {
    text-align: center;
    margin: 40px 0 0;
}
#pageing .wrapper{
	text-align: center;
}
#pageing .pageing a,
#pageing .pageing span{
	width: 36px;
	height: 36px;
	border: 1px solid #005952;
	color: #005952;
	line-height: 36px;
	text-align: center;
	font-size: 16px;
	display: inline-block;
	margin: 0 3px;
	box-sizing: border-box;
	cursor: pointer;
	font-weight: bold;
}
#pageing .pageing a:hover{
	opacity: 0.8;
}
#pageing .pageing span.nowpage{
	background: #005952;
	color: #fff;
	cursor: auto;
}
#pageing .pageing span.hide{
	opacity: 0.5;
	cursor: auto;
}
#pageing .nextlink{
	padding: 10px 45px 10px 25px;
	background: #ebf5ec;
	color: #005952;
	font-size: 15px;
	line-height: 1.4;
	position: relative;
	border: 1px solid #005952;
	display: inline-block;
	margin-bottom: 25px;
}
#pageing .nextlink::after{
	content: '';
	width: 25px;
	height: 10px;
	position: absolute;
	top: calc(50% - 5px);
	right: 10px;
	background: url('../img/btnarrow.png')no-repeat center center;
	background-size: contain;
}
.slick-slide img.show_640{
	display: none;
}
.img_index{
	text-align: left;
	font-size: 0.8em;
	margin-top: 1em;
	line-height: 1.6;
}
 .caption{
  font-size: 0.8em;
  margin-top: 1em;
  line-height: 1.6;
}

/**********************************************/
/***************個別コンテンツ******************/
/**********************************************/

/*----------------------------------*/
/*------------- 共通 -----------*/
/*----------------------------------*/
.w100{
  width: 100%;
}

/*----------------------------------*/
/*------------- section1 -----------*/
/*----------------------------------*/
#section1 .atc{
	font-size: 11px;
	background: #fff;
	line-height: 1.5;
	padding: 5px 10px;
	border: 1px solid #005952;
	color: #005952;
	width: 100%;
	max-width: 550px;
	margin: 15px auto 0;
}
#section1 .lead {
    font-size: 20px;
    text-align: center;
    padding: 50px 0 70px;
}
#section1 .lead span {
    display: inline-block;
}
#section1 .top_tx{
  margin: 35px auto 50px 0;
  width: 100%;
  font-size: 1.4em;
  line-height: 1.7;
}
#section1 .top_tx img{
  width: 80%;
  display: block;
  margin: 0 auto 20px;
}
/*----------------------------------*/


/*----------------------------------*/
/*------------- section2 -----------*/
/*----------------------------------*/
.corolla_trip,.cycling,.teach,.road_race_team{
  margin-bottom: 80px;
}
.road_race_team .delay{

}
.road_race_team .dreve_title{
  width: 95%;
  min-width: 220px;
  max-width: 330px;
  position: absolute;
  top: 0;
  left: 25px;
  z-index: 2;
}
.road_race_team .delay_img{
  width: calc(50% - 10px);
}
.road_race_team .delay_tx{
  width: calc(50% - 10px);
}
.road_race_team .delay_logo{
  width: calc(50% - 10px);
  margin-bottom: 10px;
}
/*------- corolla ------*/
.drive_back{
  padding-bottom: 70px;
}
#section2 .corolla_trip{
  padding-top: 35px;
  position: relative;
  margin-top: 40px;
}
#section2 .trip_img{
  padding-left: 30px;
  width: calc(100% - 300px);
  position: absolute;
  top: 0;
  z-index: 2;
}
#section2 .cycling .cycling_tx .green_line{
  width: 75%;
}
#section2 .corolla{
  position: relative;
	background-color: #fdeddb;
  padding: 45px 30px 25px 30px;
}
#section2 .corolla .corolla_contents{
	display: flex;
  justify-content: flex-start;
}
#section2 .corolla .corolla_contents:not(:last-of-type){
  padding-bottom: 30px;
  border-bottom: 1px dashed #e94820;
}
#section2 .corolla .corolla_contents:not(:first-of-type){
  padding-top: 30px;
}
#section2 .corolla .corolla_left{
  position: absolute;
  bottom: -10px;
  left: -10px;
  width: 6%
}
#section2 .corolla .corolla_right{
  position: absolute;
  top: -10px;
  right: -10px;
  width: 6%
}
#section2 .corolla .corolla_tx{
	width: 258px;
	margin-right: 30px;
}
#section2 .corolla a {
  display: block;
  background: #006934;
  border-radius: 20px;
  margin-top: 10px;
  color: #fff;
  width: 258px;
  text-align: center;
  padding: 3px 10px 3px 20px;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
}
#section2 .corolla .corolla_tx .corolla_cross{
  line-height: 1.4;
  border-radius: 5px;
	text-align: center;
  color: #e94820;
	background-color: #fff;
	padding: 15px;
	width: 100%;
	margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
}
#section2 .corolla .sec1_img{
	display: flex;
  justify-content: space-between;
	width: calc(100% - 283px);
}
#section2 .corolla .sec1_img .corolla_img{
	width: 49%;
}
#section2 .corolla .sec1_img .corolla_img img{
	width: 100%;
}
/*------- cycling ------*/

#section2 .cycling{
}
#section2 .cycling .cycling_tx{
	width: 530px;
}
#section2 .cycling .cycling_tx .green_line{
  margin-bottom: 20px;
}
#section2 .cycling .cycling_img{
  position: relative;
	width: calc(100% - 550px);
}
.cycling_img img{
  width: 100%;
}
.cycling_head {

}
#section2 .corolla a.corolla_btn {
  width: 100%;
  background-color: #e94820;
}
.corolla_text {
  padding-top: 8px;
  line-height: 1.4;
  font-size: 12px;
}
#section2 .cycling .cycling_img .fukidashi{
	position: absolute;
  width: 30%;
  top: -10%;
  right: -16px;
}

#section2 .cycling .cycling_detail{
	padding-right: 30px;
  margin-bottom: 10px;
}
#section2 .cycling .cycling_detail span{
	font-weight: bold;
}
#section2 .cycling .blue_text{
	display: inline-block;
  width: calc(100% - 130px);
}
#section2 .cycling .blue_tx_img{
	width: 120px;
}
/*------- teach ------*/
#section2 .line{
  text-align: left;
}
#section2 .teach .teach_title{
  text-align: center;
	width: 50%;
}
#section2 .teach .t_title_l{
  position: relative;
  padding-right: 30px;
}
#section2 .teach .t_title_r{
  padding-left: 30px;
  border-left: 4px dotted #cde18d;
}
#section2 .teach .teach_title .teacher{
	width: 70%;
  padding-bottom: 20px;
}
#section2 .teach .teach_title .teachers_s{
  position: relative;
  text-align: left;
	width: calc(50% - 15px);
}
#section2 .teach .teach_title .teachers_s{
  position: relative;
  text-align: left;
	width: calc(50% - 15px);
}
.teachers__text small{
display: block;
}
#section2 .teach .teach_title .teachers_s  .student{
  line-height: 1.3;
  margin-top: 10px;
}
#section2 .teach .teach_title .teachers_s  .student_tx{
  margin-bottom: 10px;
}

#section2 .teach .teach_title .fukidashi_0{
  position: absolute;
  top: 60px;
  left: 48%;
  transform: translateX(-50%);
  width: 30%;
  min-width: 150px;
}
#section2 .teach .teach_title .teachers_s .teachers_profile{
  padding: 10px 0;
  line-height: 1.3;
}
#section2 .name_s{
  display: block;
}
#section2 .teach .teach_title .teachers_name{
  position: relative;
}
#section2 .teach .teach_title .teachers_name .fukidashi{
  position: absolute;
  width: 80%;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
}
#section2 .teach .teachers_s p{
  padding: 5px 0;
	font-weight: bold;
  font-size: 20px;
}
#section2 .teach .teachers_s span{
  font-size: 11px;
}

/*------- dreve ------*/
#section2 .road_race_team{
  width: 70%;
  min-width: 650px;
  margin: 20px auto;
  position: relative;
  padding-top: 20px;
}
#section2 .dreve{
  position: relative;
  border-top: 2px solid #26b7bc;
  border-bottom: 2px solid #26b7bc;
  padding: 40px 20px 30px;
}
#section2 .dreve .square{
  background: #26b7bc;
  width: 8px;
  height: 8px;
}
#section2 .dreve .square1{
  position: absolute;
  top: -6px;
  left: -4px;
}
#section2 .dreve .square2{
  position: absolute;
  top: -6px;
  right: -4px;
}
#section2 .dreve .square3{
  position: absolute;
  bottom: -6px;
  left: -4px;
}
#section2 .dreve .square4{
  position: absolute;
  bottom: -6px;
  right: -4px;
}

#section2 .dreve .dreve_tx a{
	display: block;
  background: #006934;
  border-radius: 20px;
  margin-top: 10px;
  color: #fff;
  width: 100%;
  text-align: center;
  padding: 3px 10px 3px 20px;
  position: relative;
  font-weight: bold;
  letter-spacing: 1px;
}
/*------- green_park ------*/
/*----------------------------------*/
/*------------- section3 -----------*/
/*----------------------------------*/
#section3 .sec3_box{
  margin-bottom: 20px;
  padding-top: 45px;
  position: relative;
}
.sec3_box-wrapper {
  display: flex;
  align-items: flex-end;
}
#section3 .section3_back{
  margin-top: 50px;
  /* background-image: url(../img/p1/sec3_back.jpg);
  background-size: auto;
  background-repeat: repeat; */
  background-color: #E0F0EB;
  padding-top: 30px;
}
#section3 .point1_ab{
  position: absolute;
  width: 25%;
  min-width: 110px;
  top: 0px;
  right: -35px;
}
#section3 .point1_ab2{
  position: absolute;
  width: 25%;
  min-width: 110px;
  bottom: 5%;
  right: -35px;
}
#section3 .box_half{
  width: calc(50% - 10px);
}
#section3 .yellow_box{
  margin-bottom: 20px;
  margin-top: 45px;
  position: relative;
  padding: 10px 20px 20px 20px;
  background-color: #fffbc7;
  border: solid 1px #66bf97;
  border-radius: 5px;
  width: calc(50% - 10px);
}
#section3 .sec3_qr{
  width: 20%;
}
#section3 .handle{
  margin-bottom: 20px;
  position: relative;
  width: calc(50% - 10px);
}
#section3 .handle .point4_ab{
  position: absolute;
  min-width: 120px;
  width: 25%;
  top: 0;
  left: 4%;
  /* bottom: -10%; */
}
#section3 .handle .point4_ab2{
  position: absolute;
  min-width: 110px;
  width: 28%;
  top: -10%;
  right: 0%;
  /* bottom: -19%; */
}
#section3 .sec3_illust{
  position: absolute;
  width: 29%;
  left: 0;
  bottom: 0;
}
#section3 .yellow_tx{
  margin-left: 28%;
  width: 73%;
  display: inline-block;
}
#section3 .yellow_tx a{
  text-decoration: underline;
}
.link_here {
  display: inline-block;
  color:#F00;
}
#section3 .yellow_tx span{
  font-size: 16px;
  font-weight: bold;
}
#section3 .sec3_box_content{
  background: #fff;
  padding: 30px 20px 20px;
  border: double 7px #604c3f;
}
#section3 .sec3_box_content2{
  background: #fff;
  padding: 30px 20px 20px;
  border: double 7px #604c3f;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#section3 .point_area{
  position: relative;
  padding-top: 15px;
}
#section3 .point_img{
  width: 100%;
  min-width: auto;
}
#section3 .sec3_content_left{
  width: calc(50% - 10px);
}
#section3 .sec3_content_right{
  width: calc(50% - 10px);
}
.sec3_content_right img {
  width: 100%;
}
#section3 .sec3_point{
  min-width: 320px;
  width: 70%;
  position: absolute;
  top: 0;
  left: 0;
}
#section3 .sec3_point2{
  min-width: 320px;
  width: 35%;
  position: absolute;
  top: 0;
  left: 0;
}
#section3 .point_title{
  margin-bottom: 15px;
  display: block;
}
#section3 .sec3_lpoint{
  width: 40%;
  position: absolute;
  top: 0;
  left: 0;
}
#section3 .sec3_maintitle{
  display: flex;
  justify-content: space-between;
}
#section3 .sec3_maintitle .sec3_title_left{
  width: calc(80% - 5px);
}
#section3 .sec3_maintitle .sec3_title_right{
  width: calc(20% - 5px);
}
#section3 .sec3_title_tx{
  width: 80%;
  margin: auto;
  margin-bottom: 20px;
}
#section3 .sec3_content_left .p2_man{
  width: 80%;
  float: right;
}
#section4 .sec4_back{
  background-image: url(../img/p1/back.jpg);
  /* background-size: contain;
  background-repeat: repeat-y; */
  background-size: auto;
}
#section4 .green{
  min-width: 300px;
  margin: auto;
  width: 46%;
  margin-bottom: -7%;
  display: block;
}
#section4 .sec4_contents{
  padding: 50px 50px 0px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#section4 .sec4_place{
  position: relative;
  width: calc(33% - 10px);
  margin-bottom: 50px;
}
#section4 .spot{
  position: absolute;
  width: 40%;
  right: -15px;
  top: -44px;
}
#section4 .sec4_title{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.2em;
  font-size: 16px;
  font-weight: bold;
}
#section4 .sec4_title_tx{
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 1em;
}
#section4 .sec4_title .green_imdex{
  width: 20px;
  padding: 5px;
}
#section4 .sec4_tx{
  background-color: rgba(0,147,67,0.5);
  color: #fff;
  padding: 0px 10px 10px;
}
#section4 .sec4_tx p{
  line-height: 1.4em;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
}
#section5 {
  background-image: url("../img/p1/sec3_back.jpg");
  background-size: auto;
  background-repeat: repeat;
  z-index: -2;
  position: relative;
}
#section5 .sec5_title_img{
  width: calc(100% - 380px);
}
#section5 .sec5_toptitle{
  margin-top: 50px;
  margin-bottom: 30px;
}
#section5 .sec5_title{
  transform: translateY(60%);
  width: 350px;
}
#section5 .sec5_subtitle{
  margin-top: 10px;
  margin-bottom: 20px;
  width: 100%;
}
#section5 .sec5_subtitle img{
  width: 100px;
  display: block;
  margin-bottom: 8px;
}
#section5 .pink{
  width: 50%;
  margin-bottom: 20px;
}
#section5 .oh img{
}
#section5 .pink2{
  width: auto;
  height: 93px;
  margin-bottom: 13px;
}
#section5 .pink_tx{
  width: 100%;
}
#section5 .eat{
  padding-left: 10px;
  width: 50%;
  margin-top: -3%;
}
#section5 .sec5_meal{
  width: calc(50% + 5%);
  margin-left: -5%;
}
#section5 .sec5_meal .vegetable{
  margin-right: 10px;
  width: 51%;
}
#section5 .sec5_meal .cow{
  width: 45.5%;
}
#section5 .yawataya{
  width: 50%;
}
#section5 .yawataya_img{
  position: relative;
  margin-bottom: 15px;
}
#section5 .yawataya_index{
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0-1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
  position: absolute;
  bottom: 100%;
  width: 200px;
}
#section5 .yawataya_index span{
  display: inline-block;
}
#section5 .yawataya .yawataya_l{
  width: 56%;
  padding-right: 10px;
}
#section5 .yawataya .yawataya_r{
  width: 41%;
}
#section5 .sec5_store{
  background-color: #fffae6;
  padding: 15px;
}
#section5 .sec5_store .store{
  width: 265px;
}
#section5 .sec5_store img{
  margin-bottom: 10px;
  width: calc(100% - 275px);
}
#section5 .sec5_store2{
  background-color: #fffae6;
  padding: 15px;
}
#section5 .sec5_store2_l{
  width: calc(100% - 290px);
  margin-right: 10px;
}
#section5 .sec5_store2 .store{
  width: 265px;
}
#section5 .sec5_store2 img{
  display: block;
}
#section5 .yawataya_right{
  position: relative;
  padding-left: 10px;
  width: 50%;
  margin-top: 23%;
}
#section5 .man{
  width: 60%;
  margin: 50px auto 0;
  display: block;
}
#section5 .ticket{
  width: 50%;
  margin-left: -10px;
}
#section5 .yawataya_right  .ticket{
  width: 100%;
}
#section5 .yawataya_ab{
  margin-top: 10px;
  width: 34%;
  position: absolute;
  top: 0;
  left: 10%;
  z-index: -1;
}
#section5 .yawataya_ab2{
  position: absolute;
  min-width: 120px;
  width: 30%;
  top: 20%;
  right: 0;
}
#section5 .yawataya_ab3{
  position: absolute;
  width: 120px;
  bottom: -40%;
  left: -10px;
}
#section5 .yawataya_right .ticket{
  margin-top: -16%;
  margin-left: -10%;
}
.spot_line {
  height: 1px;
  position: relative;
  margin: 30px 0;
}
.spot_line::before {
  content: "";
  background-image: linear-gradient(to right, #aaa, #aaa 3px, transparent 3px, transparent 8px);
  background-size: 8px 1px;
  background-repeat: repeat-x;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.store__detail {
  display: inline-block;
  font-size: 12px;
  line-height: 1.4;
  padding-right: 20px;
}
#section5 .ticket.show_700 {
  display: none;
}

#section5 .season{
  margin-top: 30px;
  margin-bottom: 50px;
}
#section5 .seazons{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  margin-bottom: 20px;
}
#section5 .seazon_l{
  width: 50%;
}
#section5 .seazon_r{
  width: 100%;
  max-width: 700px;
}
#section5 .hotspring{
  width: 48%;
}
#section6 .sec6_title{
  margin-top: 70px;
  width: 100%;
}
#section6 .carinfo{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.car_caption {
  position: absolute;
  right: 0;
  bottom: 10%;
  background: rgba(255, 255, 255, 0.6);
  padding: 3px;
}
.car_box-img {
  position: relative;
}
#section6 .car_box{
  width: calc(50% - 20px);
  margin-bottom: 30px;
}
#section6 .sec6_car{
  width:100%;
  margin-bottom: 10px;
}
#section6 .car_tx{
  width:75%;
}
#section6 .car_textarea img{
  width:calc(25% - 10px);
}
#section6 .newcar .newtitle img{
  display: inline;
  width:60%;
}
#section6 .newcar .newtitle{
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 50px;
}
.newtitle:before, .newtitle:after {
  border-top: 7px double #66b87f;
  content: "";
  width: 15em; /* 線の長さ */
}
.newtitle:before {
  margin-right: 1em; /* 文字の右隣 */
}
.newtitle:after {
  margin-left: 1em; /* 文字の左隣 */
}

#section6 .newcar_block{
  margin: 10px 0 50px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#section6 .newcar_2{
  margin-bottom: 60px;
}
#section6 .newcartitle{
  margin-right: -13px;
  margin-bottom: 7px;
  width: auto;
  height: 32px;
}
#section6 .newcartitle2{
  width: auto;
  height: 32px;
}
#section6 .newcar_l{
  width: calc(50% - 20px);
}
#section6 .newcar_2 .newcar_l{
  width: calc(50% - 5px);
}
#section6 .newcar_relief{
  width: calc(50% - 20px);
}
.newcar_relief small{
  display: inline-block;
  padding-top: 6px;
  padding-left: 20px;
  line-height: 1.4;
}
.newcar_relief .power small{
  padding-left: 0px;
}
#section6 .easy{
  width: 100%;
  margin-bottom: 10px;
}
#section6 .newcar_content{
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#section6 .newcar_bigtx span{
  color: #f7ec96;
}
#section6 .newcar_block .newcar_bigtx{
  padding-left: 10px;
}
#section6 .newcar_block .newcar_minititle{
  line-height: 1.4em;
}
#section6 .newimg{
  width: 42%;
}
#section6 .newcar_content_img{
  margin-top: 10px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
#section6 .newcar_content_img img{
  width: 100%;
}
#section6 .newcar_bigtx{
  font-size: 16px;
  font-weight: bold;
}
#section6 .newcar_tx{
  font-size: 14px;
  font-weight: normal;
  padding-left: 17px
}
.newcar_tx small {
  display: block;
  line-height: 1.4;
}
.newcar_img {
  width: 100%;
}
#section6 .newcar_content .newcar_textarea{
  width: 50%;
}
#section6 .door img{
  width: 100%;
}
.eat img {
  width: 100%;
}

@media screen and (min-width: 768px) {
  .step5_table {
    width: 80%;
  }
  .step5_table th,
  .step5_table td {
　　border-bottom: none;
    display: block;
    width: 100%;
  }

}

/*aaaaaaaa*/

@media only screen and (max-width: 1100px) {
  #section5 .vegetable .caption{
    margin-left: 10%;
  }
}
@media only screen and (max-width: 950px) {
  #section2 .corolla .corolla_contents{
    display: block;
  }
  #section2 .corolla .corolla_tx{
    width: 100%;
    margin-bottom: 10px;
  }
  #section2 .corolla .sec1_img{
    width: 100%;
  }
  #section2 .corolla a{
    margin: 10px auto;
    width: 50%;
  }
  #section2 .teach .teach_title{
    width: 100%;
  }
  #section2 .teach .teach_title .teacher{
    width: 45%;
  }
  #section2 .teach .t_title_r .teacher {
    padding-bottom: 0px;
  }
  #section2 .teach .teach_title .fukidashi_0{
    top: 80px;
    width:20%;
  }
  #section2 .teach .t_title_l{
    padding-right: 0px;
    margin-bottom: 30px;
  }
  #section2 .teach .teach_title .teachers_s .teachers_profile_block{
    margin-bottom: 10px;
  }
  #section2 .teach .teach_title .teachers_s img{
    width: 50%;
  }
  #section2 .teach .teach_title .teachers_name img{
    width: 70%;
  }
  #section2 .teach .teach_title .teachers_s .student_img img{
    width: 100%;
  }
  #section2 .teach .teach_title .teachers_s .teachers_profile{
    width: 48%;
    padding: 0px;
    display: inline-block;
    vertical-align: bottom;
    float: none;
  }
  #section2 .teach .teach_title .teachers_s .teachers_profile img{
    width: 100%;
  }
  #section2 .teach .teach_title .teachers_s .teacher_top{
    margin-bottom: 10px;
  }
  #section2 .teach .t_title_r{
    padding-top: 30px;
    padding-left: 0px;
    border-left: none;
  }
  #section2 .teach .teach_title .fukidashi_0{
    position: absolute;
    left: 38%;
  }
  #section2 .teach .teach_title .teachers_s .teacher_top .teachers_profile{
    width: 38%;
    display: block;
  }
  #section2 .teach .teach_title .teachers_s .teacher_top .teachers_profile img{
    width: 100%;
  }
  #section2 .road_race_team .dreve_title{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
  }

  #section2 .dreve{
    padding: 35px 20px 15px 20px;
  }
  #section2 .dreve .dreve_tx a{
    width: 50%;
    margin: 10px auto;
  }

  #section5 .yawataya_right .ticket{
    margin-left: 0;
  }
  #section5 .yawataya_right{
    margin-top: 30%;
  }
  #section5 .sec5_store .store {
    width: 100%;
  }
  #section5 .sec5_store img {
    width: 100%;
  }
  #section5 .sec5_store2 .store{
    margin-top: 10px;
  }
 
}
@media only screen and (max-width: 860px) {
  #section2 .trip_img{
    width: 50%;
  }
  #section2 .corolla_trip{
    padding-top: 60px;
    margin-bottom: 40px;
  }
  #section2 .teach .t_title_l{
    margin-bottom: 0px;
  }
  #section2 .cycling{
    display: block;
  }
  #section2 .cycling .cycling_detail{
    padding-right: 0px;
  }
  #section2 .cycling .cycling_tx{
    float: none;
    width: 80%;
    padding: 30px 0px 0px 0px;
  }
  #section2 .cycling .cycling_img .fukidashi{
    position: absolute;
    left: auto;
    right: -10%;
    top: auto;
    bottom: 20%;
    width: 25%;
    min-width: 120px;
  }
  #section1 .top_tx{
    width: 100%;
    margin: 35px auto 0px 0;
  }
  #section2 .cycling .cycling_img{
    width: 80%;
    float: none;
    margin-bottom: 10px;
    margin-top: -50px;
    z-index: -1;
  }
  #section3 .handle .point4_ab2{
    top: -10%;
  }
  #section4 .sec4_place{
    margin-bottom: 30px;
  }
  #section4 .sec4_contents{
    padding: 30px 30px 0;
  }
  #section4 .sec4_place{
    width: calc(50% - 10px);
  }
  #section5 .pink img{
    width: auto;
    height: 93px;
  }
  #section5 .yawataya .sec5_subtitle{
    margin-top: 30px;
  }
  #section5 .seazons{
    margin-bottom: 0;
  }
  #section5 .seazon_l{
    width: 100%;
    margin-bottom: 10px;
  }
  #section5 .hotspring{
    width: 100%;
  }
  #section5 .sec5_title_img{
    width: 100%;
  }
  #section5 .sec5_title{
    width: 100%;
    margin-bottom: 30px;
  }

  #section5 .sec5_store2 .store  {
    margin-top: 10px;
  }
  #section6 .newcar_block .newcar_bigtx{
    padding-left: 0px;
  }
  #section6 .newcar_content .newimg{
    margin-bottom: 10px;
  }
  #section6 .newcar_bigtx{
    margin-bottom: 10px;
  }

}
@media only screen and (max-width: 800px) {
  #section3 .point1_ab2{
    bottom: -18%;
  }
  #section5 .pink {
    width: 100%;
    max-width: 500px;
    margin: 0 auto 20px;
    float: none;
    height: auto;
  }
  #section6 .sec6_title {
    width: 100%;
  }
  #section6 .sec6_car{
    min-width: 320px;
    width: 65%;
    margin: 20px auto;
    display: block;
  }
  #section5 .eat {
    float: none;
    padding-left: 10px;
    width: 100%;
  }
  #section5 .sec5_meal {
    float: none;
    width: 100%;
  }
  #section6 .carinfo{
    display: block;
  }
  #section6 .car_textarea img{
    width: calc(20% - 10px);
  }
  #section6 .car_tx {
    width: 79%;
  }
  #section6 .car_box {
    width: 100%;
  }
  #section6 .newcar_content{
    display: block;
  }
  #section6 .newcar_content .newimg{
    width: 100%;
  }
  #section6 .newcar_2 .newcar_l {
    width: 100%;
  }
  #section6 .newcar_relief{
    width: 100%;
    margin-bottom: 50px;
  }
  #section6 .newcar_relief .advance small{
    padding-left: 0px;
  }
  .car_caption {
    position: absolute;
    right: 20%;
    bottom: 0;
  }
}
@media only screen and (max-width: 768px) {
  #section2 .trip_img{
    width: 60%;
  }
  .step5 .checkbox01:nth-child(odd){
    width: 70%;
  }
  .diet_step .diet{
    display: block;
  }
  .diet_step .show950{
    width: 100%;
  }
  .diet_step .diet_img1 {
    width: 60%;
    margin-top: -40px;
  }
  .diet_step .diet_box{
    margin-top: 30px;
  }
  #section3 .sec3_qr{
    display: none;
  }
  #section3 .yellow_tx{
    width: 73%;
  }
  #section5 .yawatayatop{
    width: 100%;
  }
  #section5 .sec5_store img{
    width: 100%;
  }
  #section5 .yawataya_right{
    margin-top: 8%;
  }
  #section5 .yawataya_index{
    bottom: auto;
    right: 0;
    top: -20%;
    width: 84%;
  }
}

@media only screen and (max-width: 700px) {
  .step5 .checkbox01 {
    text-align: left;
    width: 100%;
  }
  #section5 {
    padding-bottom: 10px;
  }
  .cycling{
    margin-bottom: 40px;
  }
  .teach{
    margin-bottom: 40px;
  }
  #section1 .top_tx{
    font-size: 1.1em;
  }
  #section1 .top_tx img{
    margin-bottom: 10px;
  }
  #section2 .road_race_team{
    width: 100%;
    min-width: auto;
  }
  #section3 .box_half{
    width: 100%;
  }
  #section3 .yellow_box{
    width: 100%;
    margin-top: 20px;
  }
  #section3 .sec3_point{
    width: 55%;
  }
  #section3 .point_img{
    min-width: 380px;
    width: 80%;
    margin: auto;
    display: block;
  }
  #section3 .sec3_box_content2{
    display: block;
  }
  #section3 .sec3_content_left{
    width: 100%;
  }
  #section3 .sec3_content_left .p2_man{
    min-width: 220px;
    width: 55%;
    margin: auto;
    display: block;
  }
  #section3 .sec3_content_right{
    width: 100%;
  }
  #section3 .handle{
    width: 100%;
  }
  #section3 .handle img{
    width: 70%;
    display: block;
    margin: auto;
  }
  #section3 .handle .point4_ab{
    bottom: 7%;
    top: -60%;
  }
 
  #section5 .pink img {
    width: 100%;
    height: auto;
  }
  #section5 .pink2{
    height: auto;
    width: 65%;
  }
  #section5 .seazon_r{
    width: 100%;
    padding-left: 0px;
  }
  #section5 .sec5_store2 img{
    margin-bottom: 10px;
  }
  #section5 .yawataya_right{
    width: 100%;
  }
  #section5 .yawataya_ab2{
    right: auto;
    left: 63%;
  }
  #section5 .yawataya_ab3{
    bottom: -10%;
  }
  #section5 .man{
    width: 50%;
    margin: 0 30% 0 auto;
  }

  #section5 .yawataya_right .ticket{
    width: 65%;
    margin: -21% auto 0;
  }
  #section5 .eat{
    padding-left: 0;
  }
  #section5 .yawataya{
    width: 100%;
  }
  #section5 .yawataya_right {
    margin-top: 0%;
    padding-top: 30px;
  }
  #section5 .yawataya_ab{
    top: 15%;
  }
  #section5 .ticket{
    width: 50%;
    margin: auto;
    float: none;
    display: block;
  }
  #section5 .ticket.hide_700 {
    display: none;
  }
  #section5 .ticket.show_700 {
    display: block;
  }
  #section5 .season .ticket{
    display: inline-block;
    margin-top: 5px;
    float: none;
  }
  #section5 .sec5_store img{
    width: 40%;
  }
  #section5 .sec5_store .store {
    width: 58%;
    margin-top: 0px;
  }
  #section5 .yawataya_index{
    bottom: auto;
    top: -10px;
  }
  #section5 .yawataya_ab2{
    top: auto;
    bottom: 40%;
    width: 25%;
  }
  #section6 .sec6_title{
    margin-top: 40px;
  }
  .sec3_box-wrapper{
    flex-direction: column;
  }
  #section3 .handle img {
    width: 70%;
  }

}
@media only screen and (max-width: 640px) {
  .step5 .checkbox01{
    width: 100%;
  }
  .step5_table th,
  .step5_table td {
    display: block;
  }
}
@media only screen and (max-width: 600px) {
  #section2 .corolla_trip{
    padding-top: 40px;
  }
  #section2 .cycling .cycling_img{
    width: 100%
  }
  #section2 .cycling .cycling_img .fukidashi{
    right: 0;
  }
  #section2 .cycling .cycling_tx{
    width: 100%;
  }
  #section2 .teach .teach_title .teacher {
    width: 80%;
    max-width: 500px;
  }
  #section2 .teach .teach_title .teachers_s{
    width: 100%;
    margin-bottom: 20px;
  }
  #section2 .teach .teach_title .teachers_s .student_profile{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 10px;
  }
  #section2 .teach .teach_title .teachers_s .student{
    width: 50%;
    float: right;
  }
  #section2 .teach .teach_title .fukidashi_0{
    left: 75%;
  }
  #section2 .teach .teach_title .teachers_s .teachers_name .{
    width: 100%;
  }
  #section2 .teach .teach_title .teachers_s .teachers_name .teacher_img {
    width: 100%;
  }
  #section2 .teach .teach_title .teachers_s img{
    width: 35%;
  }
  #section2 .teach .teach_title .teachers_s .student{
    text-align: center;
  }
  #section2 .teach .teach_title .teachers_s .teachers_profile{
    text-align: center;
  }
  #section2 .teach .teach_title .teachers_s .teachers_profile_block{
    display: flex;
    align-items: center;
    flex-direction: column-reverse;
    justify-content: space-around;
  }
  #section2 .teach .teach_title .teachers_s .teachers_profile_block{
    margin-bottom: 0px;
  }
  #section2 .teach .teach_title .teachers_s img{
    margin-bottom: 10px;
  }
  .teachers__text {
    width: 100%;
    margin: 0 auto;
  }
  #section2 .teach .teach_title .teachers_s img {
    width: 60%;
  }
  #section2 .teach .teach_title .teachers_s .teachers_profile{
    width: 40%;
  }
  #section2 .teach .teach_title .teachers_name{
    position: relative;
    width: 65%;
    float: left;
  }
  #section2 .teach .teach_title .teachers_name .fukidashi{
    position: absolute;
    top: 0;
    left: 0;
  }
  #section2 .teach .teach_title .teachers_s .student_img{
    width: 65%;
  }
  #section2 .teach .teach_title .teachers_s .student_img img{
    width: 100%;
  }
  #section2 .teach .teach_title .teachers_s .student_tx{
    width:100%;
    float: left;
  }

  #section2 .road_race_team .delay_tx{
    width:100%;
    margin-top: 8px;
  }
  #section5 .pink .captipn{
    text-align: center;
  }
  #section5 .pink2{
    width: 81%;
  }
  #section6 .newcar .newtitle img{
    width: 100%;
  }
  #section6 .sec6_car{
    margin: 10px auto;
  }
  .newtitle:before, .newtitle:after{
    content: none;
  }
  .diet_step .diet_box{
    width: 100%;
  }
  .diet_step .diet_content{
    padding: 12% 10px 10px;
  }
  .diet_step .diet_content img{
    width: 110px;
    margin-top: auto;
  }
  .diet_step .diet_box .check{
    width: 85%;
    position: absolute;
    left: 20px;
  }
  .diet_step .diet_img{
    margin-top: 0px;
  }
  .road_race_team .delay_logo {
    margin-top: 13%;
  }
}
@media only screen and (max-width: 500px) {

  .about-hirukuraimu{
    display: block;
  }
  .about-hirukuraimu__head{
    margin-bottom: 10px;
    display: inline-block;
  }
  .road_race_team .delay_logo{
    width: 39%;
    margin-bottom: 10px;
    margin-left: -30%;
    margin-top: 26%;
  }
  .road_race_team .delay_img{
    width: 60%;
  }
  #section5 .sec5_store2_l{
    width: 70%;
  }
}
@media only screen and (max-width: 480px) {
  .sstep1,.step2,.step3,.step4{
    margin-bottom: 30px;
  }
  .teach{
    margin-bottom: 20px;
  }
  #section1 .top_tx{
    font-size: 14px;
  }
  #section1 .top_tx img{
    width: 100%;
  }
  #section2,#section3,#section4{
    margin-bottom: 40px;
  }
  .cycling_head-wrapper {
    margin-bottom: 24px;
  }
  #section2 .cycling .cycling_tx{
    padding: 0;
  }
  #section2 .cycling {
    margin-top: 70px;
  }
  .cycling_head {
    padding: 5px 10px;
    display: inline-block;
    background-color:  #FFF799 ;
    font-weight: bold;
    margin-bottom: 10px;
  }
  .cycling_head-wrapper img {
    width: 80%;
  }
  #section2 .cycling .cycling_tx .green_line{
    width: 100%;
  }
  #section2 .cycling .blue_text{
    width: 100%;
  }
  #section2 .cycling .blue_tx_img{
    margin-bottom: 10px;
  }
  #section2 .corolla_trip{
    padding-top: 5px;
  }
  #section2 .corolla a{
    width: auto;
  }
  #section2 .corolla .corolla_right{
    position: absolute;
    top: -6px;
    right: -6px;
  }
  #section2 .corolla .corolla_left{
    position: absolute;
    bottom: -6px;
    left: -6px;
  }

  #section2 .teach .teach_title .teachers_s{
    margin-bottom: 10px;
  }
  #section2 .trip_img{
    width: 84%;
    position: absolute;
    top: -28px;
  }
  #section2 .teach .teach_title .teachers_s .teachers_name .teacher_img{
    width: 70%;
    display: inline-block;
    margin: 0 auto;
  }

  #section2 .corolla .sec1_img{
    display: block;
  }
  #section2 .corolla .sec1_img .corolla_img{
    width: 100%;
    margin-bottom: 20px;
  }
  #section2 .teach .teach_title .teachers_s .teachers_name img{
    width: 77%;
  }
  #section2 .teach .teach_title .teachers_s .student_profile{
    display: block;
  }
  #section2 .teach .teach_title .teachers_s .student{
    width: 100%;
  }
  #section2 .teach .teach_title .teachers_name{
    width: 100%;
  }
  #section2 .teach .teach_title .teachers_s .student_img{
    width: 100%;
  }
  #section2 .teach .teachers_s .student p{
    display: block;
  }
  #section2 .teach .t_title_l{
    padding-right: 0px;
  }
  #section2 .dreve .dreve_tx a{
    width: auto;
  }
  .checkbox01{
    padding-right: 0px;
  }
  #section3 .section3_back{
    margin-top: 30px;
  }
  #section3 .point_title{
    margin-bottom: 10px;
  }
  #section3 .handle .point4_ab2{
    top: -23%;
  }
  #section3 .yellow_box{
    margin-top: 0px;
  }
  #section3 .sec3_maintitle{
    display: block;
  }
  #section3 .sec3_maintitle .sec3_title_left{
    width: 100%;
  }
  #section3 .point_img{
    width: 100%;
    min-width: auto;
  }
  #section4 .sec4_contents{
    padding: 20px 20px 0;
  }
  #section4 .spot{
    width: 35%;
    min-width: 120px;
  }
  #section5 .sec5_title{
    margin-bottom: 40px;
  }
  #section5 .sec5_toptitle{
    margin-top: 0px;
  }
  #section4 .sec4_place{
    width: 100%;
  }
  #section5 .sec5_title_img{
    width: 100%;
  }
  #section5 .pink img{
    height: auto;
    width: 100%;
    margin-bottom: 10px;
  }
  #section5 .sec5_meal .cow{
    width: 100%;
  }
  #section5 .sec5_meal{
    margin-left: auto;
  }
  #section5 .sec5_meal .vegetable{
    margin-right: 10px;
    width: 100%;
    margin-bottom: 20px;
  }
  #section5 .sec5_subtitle{
    margin-bottom: 10px;
  }
  #section5 .vegetable .caption{
    margin-left: 0;
  }
  #section5 .yawataya .yawataya_l{
    width: 100%;
  }
  #section5 .yawataya_ab{
    top: 0;
  }
  #section5 .yawataya_ab2{
    bottom: 60%;
  }
  #section5 .yawataya_ab3{
    bottom: 50%;
  }
  #section5 .yawataya .yawataya_r{
    width: 51%;
    margin-top: 10px;
  }
  #section5 .yawataya_index{
    width: 47%;
    top: -70%;
  }
  #section5 .yawataya_right{
    padding-top: 0;
  }
  #section5 .man{
    width: 70%;
    margin: 0 auto;
  }
  #section5 .sec5_store img{
    width: 100%;
  }
  #section5 .sec5_store .store{
    width: 100%;
    margin-top: 10px;
  }
  #section5 .sec5_store img{
    margin-bottom: 0px;
  }
  #section5 .pink_tx{
    margin-bottom: 10px;
  }
  #section5 .ticket{
    width: 70%;
  }
  #section5 .yawataya_right .ticket{
    width: 80%;
  }
  #section6 .newcartitle{
    height: 23px;
  }
  #section6 .newcartitle2{
    height: 23px;
  }
  #section6 .newcar_2{
    margin-bottom: 40px;
  }
  #section6 .sec6_car{
    width: 100%;
  }
  #section6 .car_textarea img {
    display: inline-block;
    width: 55%;
    margin: 0 auto 16px;
  }
  .car_caption {
    right: 0;
  }
  #section6 .car_tx{
    width: 100%;
  }
  #section6 .newcar .newtitle{
    margin: 50px auto 30px;
  }
  #section6 .newcar_block{
    display: block;
    margin: 20px 0 40px;
  }
  #section6 .newcar_l{
    width: 100%;
  }
  .fukidashi-wrapper {
    display: none;
  }
}

