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

 file name  : sightseeing_view_guide.css
 author     : Ability Consultant
 style info : 観光ガイド
=================================================================== */
.st, .date, .scroller, .att, .box_list, .box_bn {
  max-width: 1260px;
  margin: auto;
}
@media only screen and (max-width: 1260px) {
  .st, .date, .scroller, .att, .box_list, .box_bn {
    width: 98%;
  }
}
@media print {
  .st, .date, .scroller, .att, .box_list, .box_bn {
    width: 98%;
  }
}
.ie8 .st, .ie8 .date, .ie8 .scroller, .ie8 .att, .ie8 .box_list, .ie8 .box_bn {
  width: 98%;
}
@media only screen and (max-width: 1024px) {
  .st, .date, .scroller, .att, .box_list, .box_bn {
    width: 95%;
  }
}

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

/* Hover animation */
/* -----------------------------------------------------------
	con_mainimg
----------------------------------------------------------- */
/* -----------------------------------------------------------
	common
----------------------------------------------------------- */
.st {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-size: 179%;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 767px) {
  .st {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st {
    font-size: 165%;
  }
}
@media only screen and (max-width: 767px) {
  .st {
    font-size: 136%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .st {
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .st {
    margin-bottom: 20px;
  }
}

/* -----------------------------------------------------------
	scroller
----------------------------------------------------------- */
.date {
  text-align: right;
  margin-bottom: .5em;
}

@media only screen and (max-width: 767px) {
  .scroller {
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
@media only screen and (min-width: 768px) {
  .scroller table {
    max-width: 1260px;
    margin: auto;
  }
}
@media print {
  .scroller table {
    max-width: 1260px;
    margin: auto;
  }
}
.ie8 .scroller table {
  max-width: 1260px;
  margin: auto;
}
.scroller table tr {
  border-bottom: 1px solid #eceae2;
}
.scroller table tr th, .scroller table tr td {
  padding: .5em 1.5em;
}
.scroller table tr th:not(:last-child), .scroller table tr td:not(:last-child) {
  border-right: 1px dotted #cbcbcb;
}
.scroller table tr th {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-size: 115%;
  text-align: center;
  background: #f3f1ea;
  border-bottom: 1px dotted #cbcbcb;
}
@media only screen and (max-width: 767px) {
  .scroller table tr th {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroller table tr th {
    font-size: 115%;
  }
}
@media only screen and (max-width: 767px) {
  .scroller table tr th {
    font-size: 100%;
  }
}
.scroller table tr th.first {
  width: 16%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroller table tr th.first {
    width: 25%;
  }
}
.scroller table tr th.last {
  width: 11%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .scroller table tr th.last {
    width: 16%;
  }
}

.att {
  margin-top: 20px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .att {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .att {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .att {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .att {
    margin-bottom: 60px;
  }
}

/* -----------------------------------------------------------
	.box_list
----------------------------------------------------------- */
.box_list {
  overflow: hidden;
  margin-bottom: 80px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .box_list {
    margin-bottom: 3em;
  }
}
.box_list .list {
  margin: 0 -11px;
  padding: 5px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .list {
    margin: 0 -10px;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .list {
    margin: 0 -5px;
  }
}
.box_list .list .item {
  text-align: center;
  width: 33.33333%;
  padding: 0 11px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .list .item {
    padding: 0 5px;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .list .item {
    padding: 0 0.5em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .list .item {
    display: inline-block;
    vertical-align: top;
    float: none;
    width: 100%;
    white-space: normal;
    margin-bottom: 1.2em;
  }
}
.box_list .list .item .thumb {
  text-align: center;
}
.box_list .list .item .thumb img {
  width: 100%;
}
.box_list .list .item .box_detail {
  padding: 20px 10px;
}
@media only screen and (max-width: 767px) {
  .box_list .list .item .box_detail {
    padding: .8em .5em;
  }
}
.box_list .list .item .box_detail .st_list {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
  -webkit-transform: rotate(0.028deg);
  transform: rotate(0.028deg);
  font-size: 143%;
  line-height: 1.5;
  color: #8a7d0f;
  margin-bottom: 1em;
}
@media only screen and (max-width: 767px) {
  .box_list .list .item .box_detail .st_list {
    font-weight: normal;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .list .item .box_detail .st_list {
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 767px) {
  .box_list .list .item .box_detail .st_list {
    margin-bottom: 0.5em;
  }
}
.box_list .list .item .box_detail .tbl_primary_fix {
  margin-bottom: 0;
}
.box_list .list .item .box_detail .tbl_primary_fix th {
  width: 35%;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .list .item .box_detail .tbl_primary_fix th {
    border-right: none;
    border-bottom: dotted 1px #ccc;
    font-weight: bold;
    padding: 0.5em 12px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .list .item .box_detail .tbl_primary_fix td {
    display: block;
    padding: 1em 12px;
    border-top: none;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_list .list .item .box_detail .tbl_primary_fix th, .box_list .list .item .box_detail .tbl_primary_fix td {
    float: left;
    width: 100% !important;
  }
}
.box_list .box_hint_scroll {
  text-align: center;
  margin-bottom: 1em;
}
.box_list .box_hint_scroll i {
  font-size: 129%;
}

/* -----------------------------------------------------------
	.box_bn
----------------------------------------------------------- */
.box_bn {
  text-align: center;
}
.box_bn li {
  display: inline-block;
  padding: .5em;
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .box_bn li {
    width: 100%;
  }
}
.box_bn li a:hover {
  opacity: 0.8;
}
.box_bn.col2 {
  margin-bottom: 70px;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .box_bn.col2 {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .box_bn.col2 {
    margin-bottom: 40px;
  }
}
