@charset "utf-8";
/*  head  */
.train{
  margin-bottom: 100px;
}
.head{
  
}
.head_cover{
  position: relative;
}
.head_cover_ttl{
  position: absolute;
  left: 5%;
  bottom: 12%;
  width: 53%
}
.head_ttl{
  max-width: 640px;
  margin:30px auto 50px;
}



/**  info  **/
.info{
  margin-top: 30px;
  background-color: #F6F6F6;
  padding: 70px 0;
}
.info_inner{
  max-width: 1050px;
  display: flex;
  justify-content:space-between;
}
.info_left{
  width: 46%;
}
.info_right{
  width: 46%;
}
.info_time{
  display: flex;
  justify-content: space-between;
}
.info_time_image{
  width: 49%;
}
.info_note{
  font-size: 10px;
  margin-top: 10px;
}


/* box */
.box{
  margin-top: 100px;
}
.box_inner{
  max-width: 1260px;
  display: flex;
}
.box_left,.box_right{
  width: 50%;
}
/* box */

/* walk */

.walk{
  margin-top: 100px;
}
.walk_inner{
  max-width: 980px;
}
.walk_link{
  margin-top: 20px;
}

/*  spot  */
.spot{
  margin-top: 70px;
}
.spot_inner{
  max-width: 930px;
}
.spot_ttl{
  font-size: 24px;
  font-weight: normal;
  text-align: center;
}
.spot_box{
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.spot_box_block{
  width:49%;
  background-color: #9FA0A0;
}
.spot_box_block a{
  display: block;
}
.spot_box_block a:hover{
  opacity: .5;
}
.spot_box_block_image{
  background-color: #FFF;
}
.spot_box_block_text{
  color: #FFF;
  padding: 10px;
}
.spot_box_block_ttl{
  font-weight: bold;
  font-size: 20px;
  line-height: 1.2;
}
.spot_box_block_para{
  font-size: 14px;
  margin-top: 10px;
}
.spot_link{
  text-align: center;
  margin-top: 100px;
}
.spot_link a{
  padding:10px 30px 10px 20px;
  display: inline-block;
  font-size: 17px;
  border: 1px solid #000;
}
.spot_link a:hover{
  opacity: .5;
}
.spot_link a:before{
  display: inline-block;
  content: "";
  vertical-align: middle;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 0 6px 10.4px;
  border-color: transparent transparent transparent #595757;
  margin-right: 10px;
}

/*  plan  */
.plan{
  margin-top: 70px;
}

@media screen and (max-width:980px) {
}



@media screen and (max-width:750px) {
.head_ttl{
  width: 90%;
  margin: 20px auto 30px;
}
.train{
  margin-bottom: 80px;
}
/**  info  **/
.info{
  padding:0;
  background-color: transparent;
  margin-top: 0;
}
.info_inner{
  max-width: 500px;
  display: block;
  width:auto;
}
.info_left{
  margin: auto;
  width: auto;
  padding: 20px;
  background-color: #F6F6F6;
}
.info_right{
  margin: auto;
  width: auto;
  padding: 20px;
  margin-top: 20px;
  background-color: #F6F6F6;
}
.info_map{
  max-width: 450px;
  margin: auto;
}
.info_time{
  display: block;
  width: 70%;
  max-width: 300px;
  margin: auto;
}
.info_time_image{
  width: 100%;
  margin-bottom: 20px;
}
.info_note{
  font-size: 12px;
}


/* box */
.box{
  margin-top: 50px;
}
.box_inner{
  display: block;
}
.box_left,.box_right{
  width:auto;
}
.box_right{
  margin-top: 20px;
}
/* box */


.walk{
  margin-top: 50px;
}

/*  spot  */
.spot{
  margin-top: 30px;
}
.spot_ttl{
  font-size: 18px;
}
.spot_box{
  margin-top: 10px;
  display: block;
}
.spot_box_block{
  width: 100%;
  margin-bottom: 30px;
}
.spot_link{
  margin-top: 30px;

}
.spot_link a{
  font-size: 14px;
}
}