@charset "utf-8";
/* ----------------------------------------
 page-title
------------------------------------------- */

#rideTitle{
padding-top: 400px;
background: url('/images/ride-images/mv01.webp') 50% 50% no-repeat;
background-size: cover;
background-position:top cren;
}
#page-title-catch h3 {
 margin-top:3%;
}

#page-title-catch p{
 margin-top:3%;	
}

#rideTitle .pop {
  position: absolute;
  width: 300px;
  bottom: -3%;
  right: 2%;
}



@media screen and (max-width:1599px) {
 #rideTitle {
    padding-top: 35%;
  }
}
@media screen and (max-width: 799px) {
	#rideTitle {
    padding-top: 60%;
  }
}



/* ----------------------------------------
 flow
------------------------------------------- */
.menu dl{
  overflow: hidden;
  font-size: 2.4rem;
  line-height: 1.5;
  border-bottom: 1px dotted #000;
  padding: 8px 0;
  margin-bottom: 10px;
}
.menu dl dt{
  float: left;
  text-align: left;
  font-weight: bold;
}
.menu dl span{
  font-size: 80%;
  margin-left: 5px;
}
.menu dl dd{
  float: right;
  text-align: right;
  color:#2c6c72;
  font-weight: bold;
}


#Transeport li{
	position: relative!important;
    padding-left: 30px!important;
	border-bottom:1px dotted #666;
    line-height:2.8rem!important;
}
 
 #Transeport li:before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #8b6b4e;
    border-right: 2px solid #8b6b4e;
  }

.textdisc{
	width:80%!important;
	margin:0 auto!important;
	font-size:2.5rem!important;
	padding:5%!important;
}

 
#fees table{
  width: 100%;
  border-collapse: collapse;
}

#fees table tr{
  border-bottom: solid 2px white;
}

#fees table tr:last-child{
  border-bottom: none;
}

#fees table th{
  position: relative;
  text-align: left;
  width: 15%;
  background-color: #0287c5;
  color: white;
  text-align: center;
  padding: 10px 0;
}

#fees table th:after{
  display: block;
  content: "";
  width: 0px;
  height: 0px;
  position: absolute;
  top:calc(50% - 10px);
  right:-10px;
  border-left: 10px solid #0287c5;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

#fees table td{
  text-align: left;
  text-align: center;
  background-color: #eee;
  padding: 10px 5px;
}
.thrf{
	background-color: #0287c5!important;
	color:#FFF;
}

.otherfee{
	margin:5% 0;
}


#kiyaku ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
}

#kiyaku ol li {
  position: relative;
  line-height: 1.5em;
  padding: 2rem 0.5em 2rem 30px;
 border-bottom:dotted 1px #ccc
}

#kiyaku ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*数字のデザイン変える*/
  display:inline-block;
  background: #74c2f8;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#kiyaku p{
	margin-left:20px;
}

#special .otherfee li{
	position: relative!important;
    padding-left: 30px!important;
    line-height:2.8rem!important;
}
 
 #special .otherfee li:before {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 5px;
    border-top: 2px solid #8b6b4e;
    border-right: 2px solid #8b6b4e;
  }

.red{
	font-weight:700;
	color:#E40003;
}

/* ----------------------------------------
ecogallery
------------------------------------------- */

#ecogallery .group01 {
  font-size: 0;
  text-align: center;
}
#ecogallery .group01 li {
  display: inline-block;
  width: 31%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #cccccc;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 1.1%;
}

#ecogallery .group01 li img {
  margin-bottom: 15px;
}

/* ----------------------------------------
ecoworks
------------------------------------------- */

#ecoworks .group01 {
  font-size: 0;
  text-align: center;
}
#ecoworks .group01 li {
  display: inline-block;
  width: 31%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #cccccc;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 1.1%;
}
#ecoworks .group01 li a:hover{
  text-decoration: none;
}
#ecoworks .group01 li a:hover img,#ecoworks .group01 li a:hover h3{
	opacity: 0.5;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

#ecoworks .group01 li img {
  margin-bottom: 15px;
}
#ecoworks .group01 li h3 {
  color: #000;
  font-size: 1.6rem;
  line-height: 1.3;
  margin-bottom: 15px;
  font-weight:400;
}

#ecoworks .group01 li h3::after{
font-family: 'FontAwesome';
  content: "\f101";
  color: #e75401;
  display: inline-block;
  margin-left: 10px;
}

#ecoworks .group01 li p {
  font-size: 1.6rem;
  margin-bottom: 20px;
}




/* =======================
  PC
======================== */
@media screen and (min-width: 1200px) {}
/* =======================
  TABLET
======================== */
@media screen and (max-width:1199px) {

}
/* =======================
  SP
======================== */
@media screen and (max-width: 799px) {
/* ----------------------------------------
 menu
------------------------------------------- */
.menu{
  margin-bottom: 30px;
}
.menu dl{
  font-size: 1.6rem;
  padding: 8px 0;
  margin-bottom: 10px;
}
#ecoworks .group01 li {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #cccccc;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 1.1%;
}
#ecogallery .group01 li {
  display: inline-block;
  width: 45%;
  box-sizing: border-box;
  background-color: #fff;
  border: 0px solid #cccccc;
  text-align: center;
  padding-bottom: 30px;
  margin: 0 1.1%;
}
	
#fees table{
font-size:0.3rem!important;
}
}
/* line63 requested changes */
#mv-catch .icon li{width:115px!important;max-width:115px!important;margin-right:24px!important;}
#mv-catch .icon li img{width:100%!important;height:auto!important;}
@media screen and (max-width:768px){#mv-catch .icon li{width:58px!important;max-width:58px!important;margin-right:5px!important;margin-bottom:5px!important;}}
.price-note-outside{max-width:1100px;margin:12px auto 0;text-align:right;font-weight:700;color:#222;font-size:15px;}
