.container {
  padding-bottom: 0;
}

.container .spot-ttl {
  margin-bottom: 80px;
  text-align: center;
}

@media screen and (max-width: 999px) {
  .container .spot-ttl {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .container .spot-ttl {
    margin-bottom: 25px;
  }
}

.container .spot-ttl .tag {
  position: relative;
  margin-bottom: 15px;
}

.container .spot-ttl .tag:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 6px;
  background-size: cover;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: -1;
}

.container .spot-ttl .tag img {
  max-width: 180px;
}

.container .spot-ttl h3 {
  font-size: 36px;
  font-size: 3.6rem;
  font-family: fot-tsukuardgothic-std, serif;
}

@media screen and (max-width: 999px) {
  .container .spot-ttl h3 {
    font-size: 30px;
    font-size: 3rem;
  }
}

@media screen and (max-width: 600px) {
  .container .spot-ttl h3 {
    font-size: 26px;
    font-size: 2.6rem;
  }
}

.container .spot-ttl h3 span {
  display: block;
  font-size: 15px;
  font-size: 1.5rem;
}

@media screen and (max-width: 999px) {
  .container .spot-ttl h3 span {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .container .spot-ttl h3 span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.container .detail {
  padding-bottom: 180px;
}

@media screen and (max-width: 999px) {
  .container .detail {
    padding-bottom: 140px;
  }
}

@media screen and (max-width: 767px) {
  .container .detail {
    padding-bottom: 100px;
  }
}

.container .detail .wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .container .detail .wrap .item {
    display: block;
  }
}

.container .detail .wrap .item:nth-child(even) .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.container .detail .wrap .item:not(:last-child) {
  margin-bottom: 80px;
}

@media screen and (max-width: 999px) {
  .container .detail .wrap .item:not(:last-child) {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .wrap .item:not(:last-child) {
    margin-bottom: 60px;
  }
}

.container .detail .wrap .item .text {
  width: 46%;
}

@media screen and (max-width: 767px) {
  .container .detail .wrap .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .wrap .item .text {
    margin-bottom: 20px;
  }
}

.container .detail .wrap .item .text h4 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  font-size: 28px;
  font-size: 2.8rem;
  font-family: fot-tsukuardgothic-std, serif;
  color: #90b26c;
  border-bottom: dotted 3px #b9b9b9;
}

@media screen and (max-width: 999px) {
  .container .detail .wrap .item .text h4 {
    margin-bottom: 15px;
    padding-bottom: 10px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .wrap .item .text h4 {
    margin-bottom: 13px;
    padding-bottom: 8px;
    font-size: 20px;
    font-size: 2rem;
  }
}

.container .detail .wrap .item .text p {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.9;
  letter-spacing: .5px;
}

@media screen and (max-width: 999px) {
  .container .detail .wrap .item .text p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .wrap .item .text p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

.container .detail .wrap .item .image {
  position: relative;
  width: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

@media screen and (max-width: 767px) {
  .container .detail .wrap .item .image {
    width: 100%;
  }
}

.container .detail .wrap .item .image:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.container .detail .wrap .item .slide-wrap {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .container .detail .wrap .item .slide-wrap {
    width: 100%;
  }
}

.container .detail .wrap .item .slide-wrap .slide_selector {
  margin-bottom: 30px;
}

.container .detail .wrap .item .slide-wrap .slide_selector .slide_img {
  display: none;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  vertical-align: middle;
}

.container .detail .wrap .item .slide-wrap .slide_selector .slide_img:before {
  content: "";
  display: block;
  padding-top: 62.5%;
}

.container .detail .wrap .item .slide-wrap .slide_selector .slick-slide .slide {
  display: block;
}

.container .detail .wrap .item .slide-wrap .slide_selector .slick-dots {
  bottom: -30px;
}

.container .detail .movie {
  margin-top: 130px;
  padding: 30px 40px;
  border: solid 1px #dfdfdf;
  background-color: #f6f4ee;
}

@media screen and (max-width: 999px) {
  .container .detail .movie {
    margin-top: 100px;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .movie {
    margin-top: 80px;
    padding: 25px 20px;
  }
}

.container .detail .movie .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 767px) {
  .container .detail .movie .inner {
    display: block;
  }
}

.container .detail .movie .inner .text {
  width: 50%;
}

@media screen and (max-width: 767px) {
  .container .detail .movie .inner .text {
    width: 100%;
    margin-bottom: 30px;
  }
}

.container .detail .movie .inner .text h5 {
  margin-bottom: 15px;
}

.container .detail .movie .inner .text h5 img {
  max-width: 375px;
}

@media screen and (max-width: 767px) {
  .container .detail .movie .inner .text h5 img {
    max-width: 300px;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .movie .inner .text h5 img {
    max-width: 250px;
  }
}

.container .detail .movie .inner .text p {
  margin-bottom: 15px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.8;
}

@media screen and (max-width: 999px) {
  .container .detail .movie .inner .text p {
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .movie .inner .text p {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.container .detail .movie .inner .text a {
  font-size: 14px;
  font-size: 1.4rem;
  color: #333333;
}

@media screen and (max-width: 999px) {
  .container .detail .movie .inner .text a {
    font-size: 13.5px;
    font-size: 1.35rem;
  }
}

@media screen and (max-width: 600px) {
  .container .detail .movie .inner .text a {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.container .detail .movie .inner .youtube {
  width: 47%;
}

@media screen and (max-width: 767px) {
  .container .detail .movie .inner .youtube {
    width: 100%;
  }
}

.container .detail .movie .inner .youtube .youtube-wrap {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.container .detail .movie .inner .youtube .youtube-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container .information {
  padding-bottom: 80px;
  background-image: url(../img/category/bg_cat.jpg);
  background-repeat: repeat;
}

.container .information h4 {
  position: relative;
  top: -30px;
  margin-bottom: 20px;
  font-size: 21px;
  font-size: 2.1rem;
  font-family: futura-pt, sans-serif;
  line-height: 60px;
  letter-spacing: .5px;
  color: #ffffff;
  background-image: url(../img/spot/bg_info.jpg);
  background-repeat: repeat;
  text-align: center;
  border-radius: 15px;
}

@media screen and (max-width: 999px) {
  .container .information h4 {
    font-size: 18px;
    font-size: 1.8rem;
  }
}

@media screen and (max-width: 600px) {
  .container .information h4 {
    top: -25px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 50px;
  }
}

.container .information .info-wrap {
  margin-bottom: 70px;
  padding: 40px 30px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 8px 1px #b9b9b9;
          box-shadow: 0px 0px 8px 1px #b9b9b9;
  border-radius: 15px;
}

@media screen and (max-width: 999px) {
  .container .information .info-wrap {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 600px) {
  .container .information .info-wrap {
    margin-bottom: 45px;
    padding: 25px 20px;
  }
}

.container .information .info-wrap .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

@media screen and (max-width: 767px) {
  .container .information .info-wrap .item {
    display: block;
  }
}

.container .information .info-wrap .item:not(:last-child) {
  margin-bottom: 40px;
}

.container .information .info-wrap .item .text {
  width: 53%;
}

@media screen and (max-width: 767px) {
  .container .information .info-wrap .item .text {
    width: 100%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text {
    margin-bottom: 25px;
  }
}

.container .information .info-wrap .item .text h5 {
  margin-bottom: 15px;
  font-size: 24px;
  font-size: 2.4rem;
}

@media screen and (max-width: 999px) {
  .container .information .info-wrap .item .text h5 {
    font-size: 20px;
    font-size: 2rem;
  }
}

@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

.container .information .info-wrap .item .text table {
  width: 100%;
  border-collapse: collapse;
}

.container .information .info-wrap .item .text table tr:nth-child(odd) {
  background-color: #eaeaea;
}

.container .information .info-wrap .item .text table tr:nth-child(even) {
  background-color: #fafafa;
}

.container .information .info-wrap .item .text table tr th, .container .information .info-wrap .item .text table tr td {
  padding: 10px 15px;
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
}

@media screen and (max-width: 999px) {
  .container .information .info-wrap .item .text table tr th, .container .information .info-wrap .item .text table tr td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text table tr th, .container .information .info-wrap .item .text table tr td {
    padding: 7px 8px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

.container .information .info-wrap .item .text table tr th {
  width: 140px;
}

@media screen and (max-width: 600px) {
  .container .information .info-wrap .item .text table tr th {
    width: 135px;
  }
}

.container .information .info-wrap .item .text table tr td a {
  color: #333333;
  word-break: break-all;
}

.container .information .info-wrap .item .text table tr td a:hover {
  text-decoration: underline;
}

.container .information .info-wrap .item .map {
  width: 44%;
}

@media screen and (max-width: 767px) {
  .container .information .info-wrap .item .map {
    width: 100%;
  }
}

.container .information .info-wrap .item .map .map-wrap {
  position: relative;
  padding-bottom: 68.5%;
  height: 0;
  overflow: hidden;
}

.container .information .info-wrap .item .map .map-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.container .information .other-spot h5 {
  position: relative;
  margin-bottom: 40px;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: .5px;
  text-align: center;
  color: #666666;
}

@media screen and (max-width: 999px) {
  .container .information .other-spot h5 {
    margin-bottom: 30px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

@media screen and (max-width: 600px) {
  .container .information .other-spot h5 {
    margin-bottom: 25px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}

.container .information .other-spot h5:before {
  position: absolute;
  content: "";
  background-image: url(../img/spot/double_line.svg);
  background-repeat: repeat-x;
  background-position: center;
  background-size: contain;
  width: 100%;
  height: 5px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.container .information .other-spot h5 span {
  position: relative;
  padding: 0 30px;
  background-image: url(../img/category/bg_cat.jpg);
  background-repeat: repeat;
}

@media screen and (max-width: 600px) {
  .container .information .other-spot h5 span {
    padding: 0 10px;
  }
}
/*# sourceMappingURL=spot.css.map */