/* CSS Document */
/*ページタイトル*/
.pagetitle .contents_title::before{
  content: "Spot";
}
/*周辺観光トップ*/
.spot_top{
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
}
body[wc-view-code="sp"] .spot_top,
body[wc-view-type="tb"] .spot_top{
  padding: var(--headerHeight) 7vw;
  flex-direction: column;
}
body[wc-view-type="tb-l"] .spot_top{
  padding: var(--headerHeight) 6vw;
}
body[wc-view-code="pc"] .spot_top{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}



.spot_top::before,
.spot_top::after{
  content: "";
  width: 42vw;
  height: 55vw;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
}
body[wc-view-type="tb"] .spot_top::before,
body[wc-view-type="tb"] .spot_top::after{
  width: 25vw;
  height: 42vw;
}
body[wc-view-type="tb-l"] .spot_top::before,
body[wc-view-type="tb-l"] .spot_top::after{
  width: 19vw;
  height: 31vw;
}
body[wc-view-code="pc"] .spot_top::before,
body[wc-view-code="pc"] .spot_top::after{
  width: 16.4vw;
  height: 27.5vw;
}
.spot_top::before{
  top: -1rem;
  left: -1rem;
  background-image: url("/img/top/spot/footprints.webp");
}
body.safari .spot_top::before{
  background-image: url("/img/top/spot/footprints.png");  
}
body[wc-view-code="pc"] .spot_top::before{
  left: 0;
}
.spot_top::after{
  bottom: -1rem;
  right: -2rem;
  z-index: -1;
  background-image: url("/img/top/spot/footprints_bottom.webp");
}
body.safari .spot_top::after{
  background-image: url("/img/top/spot/footprints_bottom.png");  
}




.spot_top .spot_t_title{
}
body[wc-view-type="tb"] .spot_top .spot_t_title{
  width: 400px;
}
body[wc-view-code="pc"] .spot_top .spot_t_title{
  width: 450px;
}
.spot_top .spot_t_title .contents_title::before{
  content: "Spot";
}
.spot_top .spot_text{
}
body[wc-view-type="tb-l"] .spot_top .spot_text{
  width: calc(100% - 400px);
  margin-top: 5rem;
  padding-left: 1rem;
  box-sizing: border-box;
}
body[wc-view-code="pc"] .spot_top .spot_text{
width: calc(100% - 450px);
  margin-top: 5rem;
}
.spot_top .spot_text > p{
  line-height: 2rem;
}
.spot_top .spot_text > p:not(:first-of-type){
  margin-top:1rem; 
}
/*観光スポットメイン*/
.spot_main{
}
.spot_main .swipe_inner{
  display:flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  gap:1.5rem;
}
body[wc-view-code="sp"] .spot_main .swipe_inner{
  flex-direction: column;
  gap:1rem;
}
body[wc-view-code="sp"] .spot_main .swipe_inner,
body[wc-view-type="tb"] .spot_main .swipe_inner{
  padding: 2rem 7vw;
}
body[wc-view-type="tb-l"] .spot_main .swipe_inner{
  padding: 2rem 6vw;
}
body[wc-view-code="pc"] .spot_main .swipe_inner{
  padding: 2rem calc((100vw - 900px) / 2);
}
.spot_main .swipe_inner > article{
  border-radius: 1rem;
  padding: 0.75rem;
  box-sizing: border-box;
  display: flex;
  border: solid 2px;
}
body[wc-view-code="sp"] .spot_main .swipe_inner > article{
  flex-direction:column-reverse;
}
body[wc-view-type="tb"] .spot_main .swipe_inner > article,
body[wc-view-type="pc"] .spot_main .swipe_inner > article{
  padding: 1.5rem;
}

.spot_main .swipe_inner.miru > article{
  border-color: #ffbe88;
}
.spot_main .swipe_inner.taiken > article{
  border-color: #6ed5e2;
}
.spot_main .swipe_inner.history > article{
  border-color: #608d8d;
}
.spot_main .swipe_inner.iyashi > article{
  border-color: #ffacca;
}
.spot_main .swipe_inner > article .spot_text{
  box-sizing: border-box;
}
body[wc-view-type="tb"] .spot_main .swipe_inner > article .spot_text{
  width: calc(100% - 250px);
  padding: 1rem;
}
body[wc-view-type="tb-l"] .spot_main .swipe_inner > article .spot_text,
body[wc-view-code="pc"] .spot_main .swipe_inner > article .spot_text{
  width: 50%;
}
body[wc-view-type="tb-l"] .spot_main .swipe_inner > article .spot_text{
  padding-right: 1.5rem;
}
body[wc-view-code="pc"] .spot_main .swipe_inner > article .spot_text{
  padding: 1rem 2rem 1rem 1rem;
}
.spot_main .swipe_inner > article .spot_text > h2{
  font-size: 1.25rem;
  font-weight: 700;
  padding-bottom: 1rem;
}

body[wc-view-code="sp"] .spot_main .swipe_inner > article .spot_text > h2{
  padding-bottom: 0.5rem;
  padding-top: 0.25rem;
}
.spot_main .swipe_inner > article .spot_text > p{
  line-height: 1.8rem;
}
.spot_main .swipe_inner > article .spot_text .btn_block{
  gap:0.5rem;
  margin: 1rem auto 0 auto;
}
body[wc-view-type="tb"] .spot_main .swipe_inner > article .spot_text .btn_block .btn a{
  font-size: 1.15rem;
}
.spot_main .swipe_inner.miru > article .spot_text .btn_block .btn a{
  background-color: #ffbe88;
}
.spot_main .swipe_inner.taiken > article .spot_text .btn_block .btn a{
  background-color: #6ed5e2;
}
.spot_main .swipe_inner.history > article .spot_text .btn_block .btn a{
  background-color: #608d8d;
}
.spot_main .swipe_inner.iyashi > article .spot_text .btn_block .btn a{
  background-color: #ffacca;
}
.spot_main .swipe_inner > article .spot_img{
}
body[wc-view-type="tb"] .spot_main .swipe_inner > article .spot_img{
  width: 250px;
}
body[wc-view-type="tb-l"] .spot_main .swipe_inner > article .spot_img,
body[wc-view-code="pc"] .spot_main .swipe_inner > article .spot_img{
  width: 50%;
}
.spot_main .swipe_inner > article .spot_img .quote{
  display: flex;
  font-size: 0.85rem;
  width: fit-content;
  margin-left: auto;
  margin-top: 0.25rem;
}
.spot_main .swipe_inner > article .spot_img .quote::before{
  content: "※";
  font-size: 0.85rem;
}
.spot_main .swipe_inner > article .spot_img figure{
}
.spot_main .swipe_inner > article .spot_img figure img{
  aspect-ratio:1.414/1;
  border-radius: 1rem;
}