@charset "UTF-8";

#contents #topInfo {
  padding: 0px;
  height: 265px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 20px;
  margin-left: 0px;
  background-image: url(image/topback.png);
  position: relative;
}
#topInfo .cap {
  height: 60px;
  width: 710px;
  position: absolute;
  left: 100px;
  top: 120px;
  text-align: left; /*background-image: url(image/toptxt.png);*/
  font-size: 15px;
  font-weight: bold;
}
/*
#topInfo .point {
	height: 350px;
	width: 234px;
	position: absolute;
	left: 712px;
	top: 61px;
	background-image: url(image/toppoint.png);
}*/
#spot {
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 30px;
  margin-left: 0px;
  background-image: url(image/spotback.jpg);
  position: relative;
  height: 1920px;
}
#spot p {
  text-align: justify;
  font-size: 13px;
}
#spot .spot1 {
  background-image: url(image/spot1.png);
  height: 390px;
  position: relative;
  left: 0px;
  top: 20px;
  background-position: center 0%;
}
#spot .spot1 p.t1 {
  position: absolute;
  left: 65px;
  top: 270px;
  width: 250px;
  line-height: 160%;
}
#spot .spot1 p.t2 {
  position: absolute;
  left: 355px;
  top: 270px;
  width: 250px;
  line-height: 160%;
}
#spot .spot1 p.t3 {
  position: absolute;
  left: 645px;
  top: 270px;
  width: 250px;
  line-height: 160%;
}

/*==============*/
#spot .spot2 {
  background-image: url(image/spot2.png);
  height: 510px;
  position: relative;
  left: 0px;
  top: 30px;
  background-position: center 0%;
}
#spot .spot2 p.t1 {
  position: absolute;
  left: 85px;
  top: 40px;
  width: 780px;
  line-height: 180%;
  font-size: 16px;
}
/*==============*/

#spot .spot3 {
}
#spot .spot3 p {
  width: 850px;
  margin-left: auto;
  margin-right: auto;
}
#spot .spot3 p.t1 {
  line-height: 180%;
  font-size: 16px;
}
#spot .spot3 p.t1 b {
  font-size: 20px;
}
#spot .spot3 p.t2 {
  line-height: 180%;
  font-size: 16px;
}
#spot .spot3 p.t3 {
}
/*==============*/
#spot .spot4 {
}
/*==============*/
#spot .spot_bt {
  margin-top: 25px;
  width: 870px;
  margin-left: auto;
  margin-right: auto;
}
#spot .spot_bt .t1 {
  color: #0059b2;
  font-size: 16px;
  padding-bottom: 20px;
}
#spot .spot_bt .bt_box {
  overflow: hidden;
  margin-top: 0;
  margin-right: -20px;
  margin-left: 0;
  margin-bottom: 0;
  padding: 0;
}
#spot .spot_bt .bt_box li {
  float: left;
  margin: 0;
  padding-top: 0;
  padding-right: 20px;
  padding-left: 0;
  padding-bottom: 0;
}
/*==============*/

.color2 {
  color: #f1b500;
}
.color {
  color: #ff9b25;
}
#spot a {
  color: #ff9b25;
}

@media screen and (max-width: 640px) {
  #contents #topInfo {
    background-color: #fdf8ea;
    padding: 0px;
    padding-top: 20%;
    padding-bottom: 30px;
    height: 80%;
    width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    background-image: url(./image/topback-sp.png);
    background-size: 100%;
    position: relative;
  }
  #topInfo .cap {
    height: auto;
    width: 90%;
    margin: 0 auto;
    position: static;
    text-align: left; /*background-image: url(image/toptxt.png);*/
    font-size: 15px;
    font-weight: bold;
  }
  /*
  #topInfo .point {
	  height: 350px;
	  width: 234px;
	  position: absolute;
	  left: 712px;
	  top: 61px;
	  background-image: url(image/toppoint.png);
  }*/
  #spot {
    padding: 0px;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
    background-image: url(image/spotback.jpg);
    position: relative;
    background-repeat: repeat;
    height: auto;
    padding-bottom: 40px;
  }
  #spot p {
    text-align: justify;
    font-size: 13px;
  }
  #spot .spot1 {
    background-image: none;
    height: auto;
    position: relative;
    left: 0px;
    width: 90%;
    margin: 0 auto;
    top: 20px;
    background-position: center 0%;
  }

  #spot .spot1 img.sp-disp {
    margin: 0 auto;
  }

  #spot .spot1 p.t1 {
    position: static;
    left: 65px;
    top: 270px;
    width: 80%;
    margin: 0 auto;

    line-height: 160%;
  }
  #spot .spot1 p.t2 {
    position: static;
    left: 355px;
    top: 270px;
    width: 80%;
    margin: 0 auto;

    line-height: 160%;
  }
  #spot .spot1 p.t3 {
    position: static;
    left: 645px;
    top: 270px;
    width: 80%;
    margin: 0 auto;

    line-height: 160%;
  }

  /*==============*/
  #spot .spot2 {
    background-color: #fff;
    background-image: none;
    height: auto;
    position: relative;
    left: 0px;
    top: 30px;
    width: 90%;
    margin: 0 auto;
    background-position: center 0%;
    padding-top: 20px;
    margin-bottom: 30px;
  }

  #spot .spot2 img.sp-disp {
    margin: 0 auto;
  }

  #spot .spot2 p.t1 {
    position: static;
    left: 85px;
    top: 40px;
    width: 90%;
    margin: 0 auto;
    line-height: 180%;
    font-size: 16px;
  }
  /*==============*/

  #spot .spot3 {
    width: 90%;
    margin: 40px auto;
  }

  #spot .spot3 h3 {
    width: 100%;
    overflow: hidden;
    margin: 0 auto;
  }

  #spot .spot3 p {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #spot .spot3 p.t1 {
    line-height: 180%;
    font-size: 16px;
  }
  #spot .spot3 p.t1 b {
    font-size: 20px;
  }
  #spot .spot3 p.t2 {
    line-height: 180%;
    font-size: 16px;
  }
  #spot .spot3 p.t3 {
  }
  /*==============*/
  #spot .spot4 {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
  }
  /*==============*/
  #spot .spot_bt {
    margin-top: 25px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
  #spot .spot_bt .t1 {
    color: #0059b2;
    font-size: 16px;
    padding-bottom: 20px;
  }
  #spot .spot_bt .bt_box {
    overflow: hidden;
    margin-top: 0;
    margin-right: -20px;
    margin-left: 0;
    margin-bottom: 0;
    padding: 0;
  }
  #spot .spot_bt .bt_box li {
    float: left;
    margin: 0;
    padding-top: 0;
    padding-right: 20px;
    padding-left: 0;
    padding-bottom: 0;
  }
  #spot .spot_bt .bt_box li a img {
    width: 80% !important;
    margin: 0 auto;
  }
}
