/* ===================================================================
CSS information

 file name  : copy_main.css
 author     : Ability Consultant
 style info : sightseeings
=================================================================== */
.con_intro, .con_sightseeings {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .con_intro, .con_sightseeings {
    width: 95%;
  }
}

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

#page {
  padding-bottom: 0;
}

/* -----------------------------------------------------------
	.con_title
----------------------------------------------------------- */
.con_title {
  background-image: url(../sightseeings/images/bg_title-pc.jpg);
}
@media only screen and (max-width: 767px) {
  .con_title {
    background-image: url(../sightseeings/images/bg_title-sp.jpg);
  }
}

.con_intro {
  padding: 0 0 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro {
    padding: 0 0 70px;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro {
    padding: 2em 0;
  }
}
.con_intro .st_title {
  font-weight: normal;
  font-size: 182%;
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_intro .st_title {
    font-size: 163%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st_title {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_intro .st_title {
    margin-bottom: 0.8em;
    line-height: 1.5;
  }
}
.con_intro .txt {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .con_intro .txt {
    font-size: 100%;
    line-height: 2;
  }
}
@media print {
  .con_intro .txt {
    font-size: 100%;
    line-height: 2;
  }
}
.ie8 .con_intro .txt {
  font-size: 100%;
  line-height: 2;
}
@media only screen and (max-width: 767px) {
  .con_intro .txt {
    text-align: left;
  }
}

/* -----------------------------------------------------------
	.con_sightseeings
----------------------------------------------------------- */
.con_sightseeings .con_item {
  overflow: hidden;
}
.con_sightseeings .con_item .inner {
  margin: 0 -20px;
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (max-width: 1024px) {
  .con_sightseeings .con_item .inner {
    margin: 0;
  }
}
.con_sightseeings .con_item .inner .box_item {
  margin-top: 40px;
  padding: 1.5873%;
  width: 33.33333%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeings .con_item .inner .box_item {
    margin: 0 auto;
    width: 50%;
    margin-top: 2em;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeings .con_item .inner .box_item {
    margin: 0 auto;
    width: 95%;
    margin-top: 2em;
  }
}
.con_sightseeings .con_item .inner .box_item .thumb {
  position: relative;
}
.con_sightseeings .con_item .inner .box_item .thumb .label {
  position: absolute;
  left: 0;
  top: 0;
  max-width: 20%;
}
.con_sightseeings .con_item .inner .box_item .thumb img {
  width: 100%;
}
.con_sightseeings .con_item .inner .box_item .txt_title {
  font-size: 150%;
  text-align: center;
  margin-top: 16px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .con_sightseeings .con_item .inner .box_item .txt_title {
    font-size: 138%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeings .con_item .inner .box_item .txt_title {
    font-size: 132%;
  }
}
@media only screen and (max-width: 767px) {
  .con_sightseeings .con_item .inner .box_item .txt_title {
    margin-top: 0.7em;
  }
}
.con_sightseeings .con_item .inner .box_item .txt {
  margin-top: 16px;
  text-align: justify;
}
@media only screen and (max-width: 767px) {
  .con_sightseeings .con_item .inner .box_item .txt {
    margin-top: 0.7em;
  }
}
.con_sightseeings .con_item .inner .box_item .txt_label {
  background: #d6cdbe;
  margin: 16px 0 10px 0;
  text-align: center;
  padding: 15px 10px;
}
@media only screen and (max-width: 767px) {
  .con_sightseeings .con_item .inner .box_item .txt_label {
    margin: 1.3em 0 0.5em 0;
  }
}
.con_sightseeings .con_item .inner .box_item .button_group {
  margin: 0 -2px;
}
.con_sightseeings .con_item .inner .box_item .button_group li {
  float: left;
  width: 50%;
  text-align: center;
  padding: 0 2px;
}

@media only screen and (max-width: 767px) {
  .tabs_common_01 .tabs ul li {
    width: 49%;
    display: inline-block;
    margin-bottom: .4em;
  }
}
@media only screen and (max-width: 767px) {
  .tabs_common_01 .tabs ul li:hover span:after, .tabs_common_01 .tabs ul li.active span:after {
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .tabs_common_01 .tabs ul li:hover span:before, .tabs_common_01 .tabs ul li.active span:before {
    opacity: 0;
  }
}
