@charset "UTF-8";
/* -----------------------------------------------------------
	楽天カスタマイズ
----------------------------------------------------------- */
#htlSide-A {
  margin-top: 2620px;
}

#RthCustomizeW,
#htlMainContent > div:nth-of-type(2) {
  /* -----------------------------------------------------------
  	#header
  ----------------------------------------------------------- */
}
#RthCustomizeW #header .con_title,
#htlMainContent > div:nth-of-type(2) #header .con_title {
  background-image: url(../images/sightseeing/img_main.jpg);
}
#RthCustomizeW .con_intro,
#htlMainContent > div:nth-of-type(2) .con_intro {
  background: url(../images/sightseeing/bg_intro.jpg) no-repeat center bottom;
  background-size: 100% auto;
  padding-bottom: 100px;
  margin-bottom: 50px;
}
#RthCustomizeW .con_spot .box_spot02,
#htlMainContent > div:nth-of-type(2) .con_spot .box_spot02 {
  position: relative;
}
#RthCustomizeW .con_spot .box_spot02 .ic_leaf,
#htlMainContent > div:nth-of-type(2) .con_spot .box_spot02 .ic_leaf {
  position: absolute;
  right: 6%;
  top: -10px;
  z-index: -1;
}
#RthCustomizeW .con_spot .box_spot03,
#htlMainContent > div:nth-of-type(2) .con_spot .box_spot03 {
  position: relative;
}
#RthCustomizeW .con_spot .box_spot03 .ic_leaf,
#htlMainContent > div:nth-of-type(2) .con_spot .box_spot03 .ic_leaf {
  position: absolute;
  right: 6%;
  bottom: 90px;
}
#RthCustomizeW .btn_normal,
#htlMainContent > div:nth-of-type(2) .btn_normal {
  text-align: center;
  margin: 0 auto;
  margin-bottom: 50px;
}
#RthCustomizeW .btn_normal a,
#htlMainContent > div:nth-of-type(2) .btn_normal a {
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
#RthCustomizeW .con_hamilton,
#htlMainContent > div:nth-of-type(2) .con_hamilton {
  background: url(../images/sightseeing/bg_hamilton.jpg) no-repeat center top;
  background-size: 100% auto;
  padding-top: 200px;
}
#RthCustomizeW .con_hamilton .box_hamilton,
#htlMainContent > div:nth-of-type(2) .con_hamilton .box_hamilton {
  position: relative;
  max-width: 1260px;
  margin: 0 auto;
}
#RthCustomizeW .con_hamilton .box_hamilton .btn_lunch,
#htlMainContent > div:nth-of-type(2) .con_hamilton .box_hamilton .btn_lunch {
  top: 38%;
  right: 285px;
}
#RthCustomizeW .con_hamilton .box_hamilton .btn_esthe,
#htlMainContent > div:nth-of-type(2) .con_hamilton .box_hamilton .btn_esthe {
  top: 53%;
  left: 85px;
}
#RthCustomizeW .btn_sub,
#htlMainContent > div:nth-of-type(2) .btn_sub {
  position: absolute;
}
#RthCustomizeW .btn_sub a,
#htlMainContent > div:nth-of-type(2) .btn_sub a {
  position: relative;
  display: block;
  padding: 0.7em 2.5em 0.7em 1.5em;
  border-radius: 5px;
  border: 2px solid #3e3e3e;
  font-size: 120%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  #RthCustomizeW .btn_sub a,
  #htlMainContent > div:nth-of-type(2) .btn_sub a {
    font-size: 107%;
  }
}
@media only screen and (max-width: 767px) {
  #RthCustomizeW .btn_sub a,
  #htlMainContent > div:nth-of-type(2) .btn_sub a {
    font-size: 94%;
  }
}
@media only screen and (max-width: 767px) {
  #RthCustomizeW .btn_sub a,
  #htlMainContent > div:nth-of-type(2) .btn_sub a {
    width: 100%;
  }
}
#RthCustomizeW .btn_sub a::after,
#htlMainContent > div:nth-of-type(2) .btn_sub a::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 1.2em;
  height: 0;
  margin-top: -3px;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #3e3e3e;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
#RthCustomizeW .btn_sub a:hover,
#htlMainContent > div:nth-of-type(2) .btn_sub a:hover {
  color: #fff !important;
  background: #3e3e3e;
}
#RthCustomizeW .btn_sub a:hover::after,
#htlMainContent > div:nth-of-type(2) .btn_sub a:hover::after {
  right: 0.9em;
  border-color: transparent transparent transparent #fff;
}

/*# sourceMappingURL=sightseeing.css.map */