@charset "UTF-8";
/* 全ページ共通 */
/* ============================================ */
body, header, footer, div,
h1, h2, h3, h4, h5, h6,
p, ul, li, dl, dd, dt, select, input, img, span {
  line-height: 100%;
}

area {
  border: none;
  outline: none;
}

*:focus {
  outline: none;
}

html {
  visibility: hidden;
}

html.wf-active,
html.loading-delay {
  visibility: visible;
}

.hide {
  display: none;
}

.container {
  width: 100%;
  text-align: center;
  background: #fff;
}
.container .media {
  width: 100%;
  height: 4px;
  background-color: chocolate;
  position: fixed;
  top: 0;
  z-index: 110;
}
.container .br_sp {
  display: none;
}

/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}

/* IE6 */
* html .clearfix {
  zoom: 1;
}

/* IE7 */
*:first-child + html .clearfix {
  zoom: 1;
}

@media screen and (max-width: 599px) {
  .container .media {
    background-color: cadetblue;
  }
  .container .br_sp {
    display: block;
  }
  .container .space {
    display: none;
  }
}
@media screen and (max-width: 340px) {
  .container .media {
    background-color: cadetblue;
  }
}
/* スライダー */
/* ============================================ */
.contents_slider, .contents_img {
  margin-bottom: 20px;
  width: 100%;
  max-width: 1280px;
  min-height: 340px;
  background: #000;
}
.contents_slider:before, .contents_img:before {
  content: "";
  display: block;
  padding-top: 45%;
}

.swiper-wrapper {
  position: absolute;
  top: 0;
  left: 0;
}
.swiper-wrapper .swiper-slide img {
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.swiper-wrapper .swiper-slide img.img_pc {
  display: block;
}
.swiper-wrapper .swiper-slide img.img_sp {
  display: none;
}

/*.contents_img {
  position: relative;
  overflow: hidden;

  img {
    width: 100%;
    @include mx.position(50%, 50%);
  }
}*/
.prev_btn, .next_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 10;
  cursor: pointer;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.prev_btn:after, .next_btn:after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  border-top: 1px solid #fff;
}

.prev_btn {
  left: 10px;
}
.prev_btn:after {
  border-left: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.next_btn {
  right: 10px;
}
.next_btn:after {
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.swiper-button-disabled {
  display: none;
}

@media screen and (max-width: 920px) {
  .prev_btn:after, .next_btn:after {
    width: 22px;
    height: 22px;
  }
}
@media screen and (max-width: 599px) {
  .swiper-wrapper .swiper-slide img {
    width: auto;
    height: 100%;
  }

  .prev_btn {
    left: 6px;
  }

  .next_btn {
    right: 6px;
  }
}
/* プラグイン */
/* ============================================ */
/* modaal.min.css */
.modaal-close:before,
.modaal-close:after {
  background: #7f7f7f;
}

.modaal-close:focus:before,
.modaal-close:focus:after,
.modaal-close:hover:before,
.modaal-close:hover:after {
  background: #000;
}

.modaal-gallery-control:focus,
.modaal-gallery-control:hover {
  background: #7f7f7f;
}

.modaal-gallery-control:focus:before,
.modaal-gallery-control:focus:after,
.modaal-gallery-control:hover:before,
.modaal-gallery-control:hover:after {
  background: #eee;
}

.modaal-gallery-control:before,
.modaal-gallery-control:after {
  background: #7f7f7f;
}

.modaal-content-container {
  border: solid 1px #b2a8a5;
}

.modaal-container {
  max-width: 960px;
  -webkit-box-shadow: none;
          box-shadow: none;
}

@media screen and (max-width: 599px) {
  .modaal-content-container {
    padding: 30px 25px;
  }

  .modaal-inner-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .modaal-close {
    right: 10px;
  }
}
/* 周辺詳細 */
/* ============================================ */
.contents {
  padding: 0;
}

.tourism_base {
  width: 100%;
  height: 100%;
}

.tourism_box {
  margin: 0 auto;
  padding: 70px 40px 50px;
  width: 100%;
  text-align: center;
  position: relative;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.tourism_box h1 {
  margin-bottom: 32px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 36px;
}
.tourism_box .tourism_slider {
  display: block;
  margin: 0 auto 20px;
  max-width: 600px;
  min-height: 220px;
  background: #ccc;
  position: relative;
  overflow: hidden;
}
.tourism_box .tourism_slider:before {
  content: "";
  display: block;
  padding-top: 70%;
}
.tourism_box .tourism_text {
  margin: 0 auto 30px;
  max-width: 800px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.tourism_box .plan_list_title {
  margin-bottom: 8px;
  font-family: shippori-mincho, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  text-align: left;
}

.time_base {
  width: 100%;
  max-width: 720px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 98px;
  z-index: 2;
}

.time {
  margin: 0 20px 0 auto;
  width: 120px;
  height: 120px;
  background: rgba(255, 255, 255, 0.8);
  border: solid 1px #aaa;
  border-radius: 50%;
  position: relative;
}
.time p {
  width: 100%;
  font-family: fot-matisse-pron, sans-serif;
  font-style: normal;
  font-size: 46px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.time p .way {
  display: block;
  margin-bottom: 2px;
  font-size: 20px;
}
.time p .number_space {
  letter-spacing: -0.1em;
}
.time p .minutes {
  font-size: 26px;
}

.website_link {
  display: block;
  margin: 20px auto 0;
  max-width: 800px;
}
.website_link a {
  display: block;
  padding: 8px 10px 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #fff;
  background: #b2a8a5;
}

.tourism_attention {
  margin-top: 10px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
}

.tourism_detail_list {
  margin: 0 auto;
  max-width: 800px;
  font-family: source-han-sans-japanese, sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 15px;
  text-align: left;
  border-top: solid 1px #b2a8a5;
}
.tourism_detail_list li {
  border-bottom: solid 1px #b2a8a5;
  position: relative;
}
.tourism_detail_list li p {
  line-height: 22px;
}
.tourism_detail_list .tourism_detail_item {
  position: absolute;
  top: 12px;
  left: 22px;
}
.tourism_detail_list .tourism_detail_item:before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 10px;
  height: 10px;
  background: #b2a8a5;
  position: relative;
  top: -1px;
}
.tourism_detail_list .tourism_detail_item span {
  padding-left: 3px;
  font-size: 12px;
}
.tourism_detail_list .tourism_detail {
  padding: 12px 22px 14px 160px;
}

.tourism4 .swiper-wrapper .swiper-slide:nth-child(2) img {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}
.tourism4 .swiper-wrapper .swiper-slide:nth-child(3) img {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

.tourism9 .swiper-wrapper .swiper-slide:nth-child(1) img {
  top: 80%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}

.tourism10 .swiper-wrapper .swiper-slide:nth-child(1) img {
  top: 40%;
  -webkit-transform: translate(-50%, -40%);
          transform: translate(-50%, -40%);
}

.tourism11 .swiper-wrapper .swiper-slide:nth-child(1) img {
  top: 10%;
  -webkit-transform: translate(-50%, -10%);
          transform: translate(-50%, -10%);
}
.tourism11 .swiper-wrapper .swiper-slide:nth-child(2) img {
  top: 30%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}
.tourism11 .swiper-wrapper .swiper-slide:nth-child(3) img {
  top: 80%;
  -webkit-transform: translate(-50%, -80%);
          transform: translate(-50%, -80%);
}

.tourism12 .swiper-wrapper .swiper-slide:nth-child(3) img {
  top: 30%;
  -webkit-transform: translate(-50%, -30%);
          transform: translate(-50%, -30%);
}

.tourism14 .swiper-wrapper .swiper-slide:nth-child(3) img {
  top: 100%;
  -webkit-transform: translate(-50%, -100%);
          transform: translate(-50%, -100%);
}

@media screen and (max-width: 599px) {
  .tourism_box {
    padding: 70px 25px 50px;
  }

  .time_base {
    top: 110px;
  }

  .time {
    margin: 0 10px 0 auto;
    width: 100px;
    height: 100px;
  }
  .time p {
    font-size: 42px;
  }
  .time p .way {
    font-size: 16px;
  }
  .time p .minutes {
    font-size: 22px;
  }

  .swiper-wrapper .swiper-slide img {
    width: 100%;
    height: auto;
  }

  .tourism_attention {
    font-size: 13px;
  }

  .tourism_detail_list .tourism_detail_item {
    left: 8px;
  }
  .tourism_detail_list .tourism_detail {
    padding: 12px 8px 14px 120px;
  }
}