/* CSS Document */
/*アニメーション指定*/
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article.wcvisible div.spot_img figure img{
	animation: fade 2.3s cubic-bezier(.115,.405,.24,1) 0s forwards;
}
/*ページタイトル*/
section.page_title h2.contents_title_center::before{
  content: "Spot"
}
/*コンテンツ*/
section.spot_top{
  box-sizing: border-box;
}
body[wc-view-type="sp"] section.spot_top{
  padding: var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.spot_top{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="tb-l"] section.spot_top{
  padding: var(--headerHeight) 10vw;
}
body[wc-view-type="pc"] section.spot_top{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.spot_top > h2{
  text-align: center;
  line-height: 2.5rem;
  color: #333;
  margin-bottom: 1rem;
  font-size: 1.45rem;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.spot_top > h2.wcvisible{
  opacity: 1;
  filter: blur(0);
}
section.spot_top > p{
  line-height: 2.5rem;
  color: #333;
	-ms-filter: blur(4px);
  filter: blur(4px);
  opacity: 0;
  -webkit-transition: opacity 1000ms ease-out,filter 1000ms ease-out;
  transition: opacity 1000ms ease-out,filter 1000ms ease-out;
}
section.spot_top > p.wcvisible{
  opacity: 1;
  filter: blur(0);
}
body:not([wc-view-type="sp"]) section.spot_top > p{
  text-align: center;
}
body[wc-view-type="sp"] section.spot_top > p br.sp_none{
  display: none;
}
/*観光スポット紹介エリア*/
div.spot_area{
}
div.spot_area div.spot_contents_wrap{
}
div.spot_area div.spot_contents_wrap div.spot_box{
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents{
  display: flex;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents{
  padding: 0 7vw calc(26vw + 1rem) 7vw;
  flex-direction: column;
}
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents{
  padding: 0 10vw 26vw 10vw;
}
body[wc-view-type="tb-l"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents{
  padding: 0 10vw 12vw 10vw;
}
body[wc-view-type="pc"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents{
  padding: 0 calc((100vw - 1100px) / 2) 12vw calc((100vw - 1100px) / 2);
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article{
  display: flex;
  border-bottom: 1px solid #bbb;
}
body[wc-view-type="sp"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article,
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article{
  margin-top: 1.5rem;
  padding-bottom: 1.5rem;
}
body[wc-view-type="sp"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article{
  flex-direction:column-reverse;
}
body[wc-view-type="sp"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article:nth-of-type(1){
  padding-top: 0;
}
body[wc-view-type="tb-l"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article{
  margin-top: 2rem;
  padding-bottom: 2rem;
}
body[wc-view-type="pc"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article{
  margin-top: 3rem;
  padding-bottom: 3rem;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  box-sizing: border-box;
}
div.spot_contents > article div.spot_text dl.detail{
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #bbb;
  display: flex;
  margin-top: 1.5rem;
  align-items: center;
  margin: 1rem auto 1rem auto;
}
body[wc-view-type="sp"] div.spot_contents > article div.spot_text dl.detail{
  width: 250px;
  margin: 0 auto 1rem auto;
}
body[wc-view-type="tb"] div.spot_contents > article div.spot_text dl.detail
body[wc-view-type="tb-l"] div.spot_contents > article div.spot_text dl.detail,
body[wc-view-type="pc"] div.spot_contents > article div.spot_text dl.detail{
  width: 300px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
div.spot_contents.orange > article div.spot_text dl.detail{
  border-color: #f7931e;
}
div.spot_contents.light_green > article div.spot_text dl.detail{
  border-color: #8cc63e;
}
div.spot_contents > article div.spot_text dl.detail dt{
  width: 100px;
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
div.spot_contents.orange > article div.spot_text dl.detail dt{
  color: #f7931e;
}
div.spot_contents.light_green  > article div.spot_text dl.detail dt{
  color: #8cc63e;
}
div.spot_contents > article div.spot_text dl.detail dd{
  width: calc(100% - 100px);
  padding: 0.5rem 1rem;
  box-sizing: border-box;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img{
}
body:not([wc-view-type="sp"]) div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text,
body:not([wc-view-type="sp"]) div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img{
  width: 50%;
}
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text{
  padding: 1rem;
}
body[wc-view-type="tb-l"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text{
  padding: 2rem;
}
body[wc-view-type="pc"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text{
  padding: 0 4rem 0 3rem;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text > h2{
  font-size: 1.25rem;
  color: #333;
  margin-bottom: 1rem;
  margin-top: 1rem;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text > p{
  font-size: 0.95rem;
}
body[wc-view-type="sp"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text > p,
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text > p{
  margin-bottom: 1rem;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text div.btn_box{
  display: flex;
  align-items: center;
  justify-content: center;
}
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text div.btn_box{
  flex-direction: column;
  width: 220px;
  margin: 0 auto;
}
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text div.btn_box div.btn:nth-of-type(1){
  margin-right: 0;
  margin-bottom: 1rem;
}
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text div.btn_box div.btn:nth-of-type(2){
  margin-left: 0;
}
body[wc-view-type="tb-l"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text div.btn_box,
body[wc-view-type="pc"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_text div.btn_box{
  margin-top: auto;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img{
  box-sizing: border-box;
}
body[wc-view-type="pc"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img{
  padding-right: 3rem;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img figure{
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img figure img{
  width: 100%;
  object-fit: cover;
  opacity: 1;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article.wcvisible div.spot_img figure img{
	-webkit-mask-image: url("/img/animation/ani_image.webp");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: auto 200%;
  -webkit-mask-position: center bottom;
  z-index: 0;
  mask-image: url("/img/animation/ani_image.webp");
  mask-mode: alpha;
  mask-position: center bottom;
  mask-repeat: no-repeat;
  mask-size: auto 200%;
  opacity: 1;
}
body[wc-view-type="sp"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img figure img{
  height: auto;
  aspect-ratio: 1.3 / 1
}
body[wc-view-type="tb"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img figure img{
  height: 310px;
}
body[wc-view-type="tb-l"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img figure img{
  height: auto;
  aspect-ratio: 1.3 / 1
}
body[wc-view-type="pc"] div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img figure img{
  height: 320px;
}
div.spot_area div.spot_contents_wrap div.spot_box div.spot_contents > article div.spot_img span.hosoku{
  margin-left: auto;
  margin-top: 0.5rem;
  line-height: 1em;
  margin-right: 0;
}
