/**
 * _component.scss
 */
/* mixin
--------------------------------------------------*/
/**
 * spots.scss
 */
#spots {
  /* #header */
  /*--------------------------------------------------
   index
  --------------------------------------------------*/
  /* PC
  --------------------------------------------------*/
  /* #spotsIndex */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
  /*--------------------------------------------------
   detail
  --------------------------------------------------*/
  /* PC
  --------------------------------------------------*/
  /* #spotsDetail */
  /* TB
  --------------------------------------------------*/
  /* SP
  --------------------------------------------------*/
}
#spots .gNav > ul > li.spots a,
#spots .gNav > ul > li.spots .label {
  border-bottom-color: #0018c0;
}
#spots #spotsIndex .title01 .sub {
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}
#spots #spotsIndex .list {
  zoom: 1;
  margin-top: 40px;
  padding-left: 40px;
}
#spots #spotsIndex .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#spots #spotsIndex .list > li {
  float: left;
  width: 33.33%;
  margin-top: 20px;
  margin-left: 20px;
}
#spots #spotsIndex .list > li:nth-child(3n+1) {
  clear: both;
  margin-left: -40px;
}
#spots #spotsIndex .list > li:nth-child(1), #spots #spotsIndex .list > li:nth-child(2), #spots #spotsIndex .list > li:nth-child(3) {
  margin-top: 0;
}
#spots #spotsIndex .list > li a {
  display: block;
  position: relative;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
#spots #spotsIndex .list > li a:before, #spots #spotsIndex .list > li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
}
#spots #spotsIndex .list > li a:before {
  background-color: #0018c0;
  background-image: url(../imgs/arw-02_2_white.svg);
}
#spots #spotsIndex .list > li a:after {
  background-color: #ffffff;
  background-image: url(../imgs/arw-02_2.svg);
  opacity: 0;
}
.noTouch #spots #spotsIndex .list > li a:hover {
  background: #0018c0;
  color: #ffffff;
}
.noTouch #spots #spotsIndex .list > li a:hover:before {
  opacity: 0;
}
.noTouch #spots #spotsIndex .list > li a:hover:after {
  opacity: 1;
}
.noTouch #spots #spotsIndex .list > li a:hover .text:before {
  border-bottom-color: #0018c0;
}
#spots #spotsIndex .list > li a .text {
  padding: 20px 20px 50px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#spots #spotsIndex .list > li a .text .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.34;
}
#spots #spotsIndex .list + .btn01 {
  margin-top: 40px;
}
#spots #other {
  position: relative;
}
#spots #other .title02 {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-bottom: 0;
  padding: 0 20px;
  background: #f5f5f5;
  white-space: nowrap;
}
.msie #spots #other .title02 {
  top: -16px;
}
#spots #other .list {
  zoom: 1;
  padding: 10px 0 0 40px;
}
#spots #other .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#spots #other .list li {
  float: left;
  width: 50%;
  margin-left: 40px;
}
#spots #other .list li:first-child {
  margin-left: -40px;
}
#spots #other .list li a {
  display: block;
  position: relative;
  padding-bottom: 45.41%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  color: #ffffff;
  text-decoration: none;
}
#spots #other .list li a .txt {
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
}
#spots #other .list li a .txt span {
  display: block;
  margin-top: 15px;
  font-size: 42px;
}
#spots #other .list li.gourmet a {
  background-image: url(../imgs/spots/bn-gourmet.jpg);
}
#spots #other .list li.stay a {
  background-image: url(../imgs/spots/bn-stay.jpg);
}
#spots #other .list li.experience a {
  background-image: url(../imgs/spots/bn-experience.jpg);
}
@media only screen and (max-width: 1023px) {
  #spots #other {
    position: relative;
  }
  #spots #other .list li a .txt {
    font-size: 18px;
  }
  #spots #other .list li a .txt span {
    margin-top: 10px;
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  #spots {
    /* #spotsIndex */
  }
  #spots #spotsIndex .title01 .sub {
    margin-bottom: 0;
    font-size: 17px;
  }
  #spots #spotsIndex .lead {
    font-size: 15px;
    line-height: 1.6;
  }
  #spots #spotsIndex .list {
    margin-top: 30px;
    padding-left: 0;
  }
  #spots #spotsIndex .list > li {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  #spots #spotsIndex .list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #spots #spotsIndex .list > li:nth-child(1), #spots #spotsIndex .list > li:nth-child(2), #spots #spotsIndex .list > li:nth-child(3) {
    margin-top: 20px;
  }
  #spots #spotsIndex .list > li a:before, #spots #spotsIndex .list > li a:after {
    width: 20px;
    height: 20px;
    -moz-background-size: auto 6px;
    -o-background-size: auto 6px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
  }
  #spots #spotsIndex .list > li a .text {
    font-size: 15px;
    line-height: 1.6;
  }
  #spots #spotsIndex .list > li a .text .ttl {
    margin-bottom: 5px;
    font-size: 21px;
  }
  #spots #spotsIndex .list + .btn01 {
    margin-top: 30px;
  }
  #spots #other .title02 {
    top: -15px;
    padding: 0 10px;
    font-size: 21px;
  }
  #spots #other .list {
    padding: 5px 0 0;
  }
  #spots #other .list li {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  #spots #other .list li:first-child {
    margin-top: 0;
    margin-left: 0;
  }
  #spots #other .list li a .txt {
    font-size: 17px;
  }
  #spots #other .list li a .txt span {
    margin-top: 10px;
    font-size: 27px;
  }
}
#spots #spotsDetail .detail {
  max-width: 880px;
  margin: 0 auto;
}
#spots #spotsDetail .detail .image {
  text-align: center;
}
#spots #spotsDetail .detail .image img {
  max-width: 100%;
  height: auto;
}
#spots #spotsDetail .detail .body {
  margin-top: 40px;
  font-size: 20px;
  line-height: 1.7;
}
#spots #spotsDetail .detail .body h3 {
  margin-top: 1.7em;
  color: #ff6440;
  font-weight: bold;
}
#spots #spotsDetail .detail .body h3:first-child, #spots #spotsDetail .detail .body h3 + p {
  margin-top: 0;
}
#spots #spotsDetail .detail .body p {
  margin-top: 1.7em;
}
#spots #spotsDetail .detail .body p:first-child {
  margin-top: 0;
}
#spots #spotsDetail .detail .body img {
  max-width: 100%;
  height: auto;
}
#spots #spotsDetail .detail .mapBtn.btn01 {
  margin-top: 30px;
  text-align: left;
}
#spots #spotsDetail + #bottomNav {
  position: static;
}
#spots #spotsDetail + #bottomNav .linkBack {
  top: 25px;
}
#spots #related {
  position: relative;
}
#spots #related .title02 {
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-bottom: 0;
  padding: 0 20px;
  background: #f5f5f5;
  white-space: nowrap;
}
.msie #spots #related .title02 {
  top: -16px;
}
#spots #related .list {
  zoom: 1;
  padding-top: 10px;
  padding-left: 40px;
}
#spots #related .list:after {
  content: '';
  display: block;
  clear: both;
  height: 0;
}
#spots #related .list > li {
  float: left;
  width: 33.33%;
  margin-top: 20px;
  margin-left: 20px;
}
#spots #related .list > li:nth-child(3n+1) {
  clear: both;
  margin-left: -40px;
}
#spots #related .list > li:nth-child(1), #spots #related .list > li:nth-child(2), #spots #related .list > li:nth-child(3) {
  margin-top: 0;
}
#spots #related .list > li a {
  display: block;
  position: relative;
  background: #ffffff;
  color: #000000;
  text-decoration: none;
}
#spots #related .list > li a:before, #spots #related .list > li a:after {
  content: '';
  display: block;
  position: absolute;
  right: 20px;
  bottom: 20px;
  width: 26px;
  height: 26px;
  background-repeat: no-repeat;
  background-position: center center;
}
#spots #related .list > li a:before {
  background-color: #0018c0;
  background-image: url(../imgs/arw-02_2_white.svg);
}
#spots #related .list > li a:after {
  background-color: #ffffff;
  background-image: url(../imgs/arw-02_2.svg);
  opacity: 0;
}
.noTouch #spots #related .list > li a:hover {
  background: #0018c0;
  color: #ffffff;
}
.noTouch #spots #related .list > li a:hover:before {
  opacity: 0;
}
.noTouch #spots #related .list > li a:hover:after {
  opacity: 1;
}
.noTouch #spots #related .list > li a:hover .text:before {
  border-bottom-color: #0018c0;
}
#spots #related .list > li a .text {
  padding: 20px 20px 50px;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.06em;
}
#spots #related .list > li a .text .ttl {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.34;
}
#spots #related .list + .btn01 {
  margin-top: 40px;
}
@media only screen and (max-width: 767px) {
  #spots {
    /* #spotsDetail */
  }
  #spots #spotsDetail {
    padding-top: 55px;
  }
  #spots #spotsDetail .detail .body {
    margin-top: 20px;
    font-size: 15px;
    line-height: 1.6;
  }
  #spots #spotsDetail .detail .mapBtn.btn01 {
    margin-top: 25px;
  }
  #spots #spotsDetail + #bottomNav {
    position: static;
  }
  #spots #spotsDetail + #bottomNav .linkBack {
    top: 25px;
  }
  #spots #related .title02 {
    top: -15px;
    padding: 0 10px;
    font-size: 21px;
  }
  #spots #related .list {
    padding-top: 5px;
    padding-left: 0;
  }
  #spots #related .list > li {
    float: none;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
  }
  #spots #related .list > li:nth-child(3n+1) {
    margin-left: 0;
  }
  #spots #related .list > li:nth-child(2), #spots #related .list > li:nth-child(3) {
    margin-top: 20px;
  }
  #spots #related .list > li a:before, #spots #related .list > li a:after {
    width: 20px;
    height: 20px;
    -moz-background-size: auto 6px;
    -o-background-size: auto 6px;
    -webkit-background-size: auto 6px;
    background-size: auto 6px;
  }
  #spots #related .list > li a .text {
    font-size: 15px;
    line-height: 1.6;
  }
  #spots #related .list > li a .text .ttl {
    margin-bottom: 5px;
    font-size: 21px;
  }
  #spots #related .list + .btn01 {
    margin-top: 30px;
  }
}
