@charset "UTF-8";
/* CSS Document */
/*===============================

	メインビジュアル

================================*/
#mainvisual {
  background-image: url("../images/sightseeing/sightseeing-mainvisual.jpg");
}
/*===============================

	アクティビティ

================================*/
#activity-wrapper {
  width: 1080px;
  margin: 0 auto 100px;
}
#activity-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
}
#activity-wrapper > p {
  text-align: center;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 55px;
}
#activity-wrapper .activity {
  display: flex;
  background-image: url("../images/sightseeing/spot-bg.gif"), url("../images/common/white-bg.gif");
  background-repeat: no-repeat, repeat;
  background-position: right 460px bottom 0, center center;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
  margin-bottom: 30px;
}
#activity-wrapper .activity:last-of-type {
  margin-bottom: 60px;
}
#activity-wrapper .activity .text {
  box-sizing: border-box;
  width: 620px;
  padding: 30px 30px 30px 40px;
}
#activity-wrapper .activity .text h3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #454e0b;
  font-weight: normal;
  margin-bottom: 10px;
}
#activity-wrapper .activity .text h3::before {
  content: url("../images/sightseeing/sightseeing-cloud-icon.gif");
  display: inline-block;
  margin-right: 5px;
}
#activity-wrapper .activity .text p {
  color: #333;
}
#activity-wrapper .activity figure {
  width: 460px;
  height: 325px;
  float: right;
}
#activity-wrapper p.banner {
  width: 911px;
  height: 118px;
  background-color: #fff;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
  margin: 0 auto;
}
#activity-wrapper p.banner a {
  display: block;
  transition: .6s;
}
#activity-wrapper p.banner a:hover {
  opacity: .75;
}
/*===============================

	観光スポット

================================*/
#spot-wrapper {
  width: 1080px;
  margin: 0 auto;
}
#spot-wrapper h2 {
  text-align: center;
  margin-bottom: 30px;
}
#spot-wrapper .spot {
  padding: 30px 40px 40px;
  background-image: url("../images/sightseeing/spot-bg.gif"), url("../images/common/white-bg.gif");
  background-repeat: no-repeat, repeat;
  background-position: right bottom, center center;
  box-shadow: 0px 0px 20px 0px rgba(4, 0, 0, 0.2);
  margin-bottom: 30px;
}
#spot-wrapper .spot:last-of-type {
  margin-bottom: 0;
}
#spot-wrapper .spot h3 {
  display: flex;
  align-items: center;
  font-size: 32px;
  color: #454e0b;
  font-weight: normal;
  margin-bottom: 10px;
}
#spot-wrapper .spot h3::before {
  content: url("../images/sightseeing/sightseeing-cloud-icon.gif");
  display: inline-block;
  margin-right: 5px;
}
#spot-wrapper .spot p {
  color: #333;
}
#spot-wrapper .spot p.btn {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  background-color: #ce632f;
  margin-top: 30px;
}
#spot-wrapper .spot p.btn a {
  display: block;
  text-decoration: none;
  padding: .375em 1.5em;
}
#spot-wrapper .spot p.btn a span {
  margin-left: .25em;
}