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

 file name  : sightseeing.css
 author     : Ability Consultant
 style info : コピー
=================================================================== */
.con_ss {
  max-width: 950px;
  margin: auto;
}
@media only screen and (max-width: 1100px) {
  .con_ss {
    width: 95%;
  }
}

.con_ss:after {
  content: "";
  display: table;
  clear: both;
}

/* -----------------------------------------------------------
	header
----------------------------------------------------------- */
#header .tmp_title {
  background: transparent url("../sightseeing/images/bg_title.jpg") center top no-repeat;
}
@media only screen and (max-width: 767px) {
  #header .tmp_title {
    background: transparent url("../sightseeing/images/bg_title.jpg") center top no-repeat;
    background-size: cover;
  }
}

/* -----------------------------------------------------------
	con_intro
----------------------------------------------------------- */
.con_intro .map {
  margin-top: 40px;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .con_intro .map {
    margin-top: 5%;
  }
}
@media only screen and (max-width: 1100px) {
  .con_intro {
    width: 95%;
    margin: 0 auto;
  }
}

/* -----------------------------------------------------------
	con_ss
----------------------------------------------------------- */
.con_ss {
  margin-top: 40px;
  padding-bottom: 60px;
  border-bottom: 1px solid #c6c6c6;
  position: relative;
}
.con_ss .box_text {
  width: 50%;
}
.con_ss .box_text h3 {
  font-weight: normal;
  font-family: "Sawarabi Mincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "游明朝", "Yu Mincho", YuMincho, "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "Times New Roman", Times, Garamond, Georgia, serif;
  font-size: 1.8em;
  line-height: 1.4em;
}
.con_ss .box_text .text {
  margin-top: 1em;
  line-height: 1.6em;
}
.con_ss .box_text .tbl_basic {
  width: 100%;
  margin-top: 1.5em;
}
.con_ss .box_text .tbl_basic tbody tr th {
  width: 29%;
  padding: 0.8em 3%;
}
.con_ss .box_text .tbl_basic tbody tr td {
  width: 59%;
  padding: 0.8em 3%;
}
.con_ss .box_text .wrp_bt {
  margin-top: 1.5em;
  clear: both;
  overflow: hidden;
}
.con_ss .box_text .wrp_bt li {
  width: 49%;
  float: left;
}
.con_ss .box_text .wrp_bt li:first-child {
  margin-right: 2%;
}
.con_ss .box_text .wrp_bt li a {
  text-align: center;
  display: block;
  padding: 1em 0 !important;
}
.con_ss .img {
  display: none;
}
.con_ss.spot1 {
  margin-top: 80px;
  background: transparent url("../sightseeing/images/img_ss1.jpg") right top no-repeat;
  background-size: auto 275px;
}
@media only screen and (max-width: 767px) {
  .con_ss.spot1 {
    margin-top: 10%;
  }
}
.con_ss.spot2 {
  background: transparent url("../sightseeing/images/img_ss2.jpg") right top no-repeat;
  background-size: auto 275px;
}
.con_ss.spot3 {
  background: transparent url("../sightseeing/images/img_ss3.jpg") right top no-repeat;
  background-size: auto 275px;
}
.con_ss.spot4 {
  padding-bottom: 0;
  border-bottom: 0;
  background: transparent url("../sightseeing/images/img_ss4.jpg") right top no-repeat;
  background-size: auto 275px;
}
