/* CSS Document */
section.spot_top{
  width: 100vw;
  box-sizing: border-box;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
body[wc-view-type="sp"] section.spot_top,
body[wc-view-type="tb"] section.spot_top{
  flex-direction: column;
}
body[wc-view-type="sp"] section.spot_top{
  padding: var(--headerHeight) 7vw var(--headerHeight) 7vw;
}
body[wc-view-type="tb"] section.spot_top{
  padding: var(--headerHeight) 8vw var(--headerHeight) 8vw;
}
body[wc-view-type="tb-l"] section.spot_top{
  padding: var(--headerHeight) 8vw var(--headerHeight) 8vw;
}
body[wc-view-type="pc"] section.spot_top{
  padding: var(--headerHeight) calc((100vw - 1100px) / 2) var(--headerHeight) calc((100vw - 1100px) / 2);
}
section.spot_top > div.s_top_text{
  box-sizing: border-box;
}
body[wc-view-type="pc"] section.spot_top > div.s_top_text,
body[wc-view-type="tb-l"] section.spot_top > div.s_top_text{
   width: 50%;
}
body[wc-view-type="tb-l"] section.spot_top > div.s_top_text{
  padding-right: 2rem;
}
body[wc-view-type="pc"] section.spot_top > div.s_top_text{
  padding-right: 4rem;
  padding-top: 2rem;
}
section.spot_top > div.s_top_text h1{
  font-size: 1.75rem;
  line-height: 2.75rem;
  margin-bottom: 1.5rem;
}
body:not([wc-view-type="sp"]) section.spot_top > div.s_top_text h1 br{
  display: none;
}
section.spot_top > div.s_top_text p{
  line-height: 2.5rem;
  font-weight: 300;
  margin-bottom: 1.5rem;
}
section.spot_top > div.s_top_img{
}
body[wc-view-type="tb-l"] section.spot_top > div.s_top_img,
body[wc-view-type="pc"] section.spot_top > div.s_top_img{
  width: 50%;
}
section.spot_top > div.s_top_img > figure{
}
section.spot_top > div.s_top_img > figure.s_top_img01,
section.spot_top > div.s_top_img > figure.s_top_img02{
  position: relative;
  z-index: 1;
  transition: -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-delay: 0s, 0s;
}

section.spot_top > div.s_top_img > figure.s_top_img01::after,
section.spot_top > div.s_top_img > figure.s_top_img02::after{
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  transition: -webkit-all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
}
section.spot_top > div.s_top_img > figure.s_top_img01::after{
  left: 0;
  right: 0;
}
section.spot_top > div.s_top_img > figure.s_top_img02::after{
  right: 0;
  left: 0;
}
section.spot_top > div.s_top_img.wcvisible > figure.s_top_img01::after{
  right: 100%;
  width: 0;
}
section.spot_top > div.s_top_img.wcvisible > figure.s_top_img02::after{
  left: 100%;
  width: 0;
}
section.spot_top > div.s_top_img > figure.s_top_img01{
  transform: translateX(-1rem);
}
section.spot_top > div.s_top_img > figure.s_top_img02{
  transform: translateX(1rem);
}
section.spot_top > div.s_top_img.wcvisible > figure.s_top_img01,
section.spot_top > div.s_top_img.wcvisible > figure.s_top_img02{
  transform: translateX(0);
}
section.spot_top > div.s_top_img.wcvisible > figure.s_top_img01{
}
body[wc-view-type="sp"] section.spot_top > div.s_top_img > figure.s_top_img01,
body[wc-view-type="tb"] section.spot_top > div.s_top_img > figure.s_top_img01{
  width: 55%;
}
body[wc-view-type="sp"] section.spot_top > div.s_top_img > figure.s_top_img01{
  height: 50vw;
}
body[wc-view-type="tb"] section.spot_top > div.s_top_img > figure.s_top_img01{
  height: 49vw;
}
body[wc-view-type="tb-l"] section.spot_top > div.s_top_img > figure.s_top_img01{
  width: 55%;
  margin-top: auto;
  height: 23vw;
}
body[wc-view-type="pc"] section.spot_top > div.s_top_img > figure.s_top_img01{
  width: 55%;
  margin-top: auto;
  height: 340px;
}
body[wc-view-type="sp"] section.spot_top > div.s_top_img > figure.s_top_img02,
body[wc-view-type="tb"] section.spot_top > div.s_top_img > figure.s_top_img02{
  width: 40%;
  margin-left: auto;
}
body[wc-view-type="sp"] section.spot_top > div.s_top_img > figure.s_top_img02{
  margin-top: -25vw;
  height: 40vw;
}
body[wc-view-type="tb"] section.spot_top > div.s_top_img > figure.s_top_img02{
  margin-top: -20vw;
  height: 39vw;
}
body[wc-view-type="tb-l"] section.spot_top > div.s_top_img > figure.s_top_img02{
  width: 40%;
  margin-left: auto;
  height: 18vw;
  margin-top: -10vw;
}
body[wc-view-type="pc"] section.spot_top > div.s_top_img > figure.s_top_img02{
  width: 40%;
  margin-left: auto;
  margin-top: -11rem;
  height: 230px;
}
section.spot_top > div.s_top_img > figure > picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.spot_top > div.s_top_img > figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section.spot_top figure.tizu{
  position: absolute;
  opacity: 0.2;
  z-index: -1;
}
body[wc-view-type="sp"] section.spot_top figure.tizu{
  top: -16vw;
  width: 78vw;
  right: -10vw;
}
body[wc-view-type="tb"] section.spot_top figure.tizu{
  top: -15vw;
  width: 55vw;
  right: -5vw;
}
body[wc-view-type="tb-l"] section.spot_top figure.tizu{
  top: -5vw;
  width: 35vw;
  left: 40%;
  transform: translateX(-50%);
}
body[wc-view-type="pc"] section.spot_top figure.tizu{
  width: 350px;
  left: 43%;
  top: -85px;
  transform: translateX(-50%);
}
section.spot_top figure.tizu picture{
  width: 100%;
  height: 100%;
  display: block;
}
section.spot_top figure.tizu img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*観光スポット一覧*/
div.spot_swipe_area{
  background-color: #f5f5f5;
  padding: 1.5rem 0.75rem calc(var(--headerHeight) + 16vw) 0.75rem;
  box-sizing: border-box;
}
body[wc-view-type="tb"] div.spot_swipe_area,
body[wc-view-type="tb-l"] div.spot_swipe_area{
  padding: 2rem 8vw calc(var(--headerHeight) + 13vw) 8vw;
}
body[wc-view-type="pc"] div.spot_swipe_area{
  padding: 2rem calc((100vw - 1100px) / 2) calc(var(--headerHeight) + 128px) calc((100vw - 1100px) / 2);
}
div.spot_contents{
  display: flex;
  box-sizing: border-box;
  flex-wrap: wrap;
}
body[wc-view-type="sp"] div.spot_contents{
}
body[wc-view-type="tb"] div.spot_contents{
}
body[wc-view-type="tb-l"] div.spot_contents{
}
body[wc-view-type="pc"] div.spot_contents{
}
div.spot_contents article{
  box-sizing: border-box;
  display: flex;
  border: 1px solid #2fb2cf;
	background-color: #fff;
	width: 100%;
}
body[wc-view-type="sp"] div.spot_contents article{
	padding: 1rem;
	width: calc(100% - 2rem);
  margin: 0 auto 1rem auto;
}
body[wc-view-type="tb"] div.spot_contents article{
	padding: 1rem;
	margin-bottom: 1.5rem;
}
body[wc-view-type="tb-l"] div.spot_contents article{
	padding: 1.5rem;
	margin-bottom: 1.5rem;
}
body[wc-view-type="pc"] div.spot_contents article{
	padding: 2rem;
	margin-bottom: 2rem;
}
body[wc-view-type="sp"] div.spot_contents article{
  flex-direction: column-reverse;
	justify-content: flex-end;
}
body[wc-view-type="tb"] div.spot_contents article{
	width: 100%;
}
div.spot_contents article:last-of-type{
  margin-bottom: 0;
}
div.spot_contents article div.s_text{
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
	height: 100%;
}
body[wc-view-type="sp"] div.spot_contents article div.s_text{
  padding: 1rem 0 0 0;
}
body:not([wc-view-type="sp"]) div.spot_contents article div.s_text{
  width: 50%;
}
body[wc-view-type="tb"] div.spot_contents article div.s_text{
  padding: 1rem 1rem 1rem 0;
}
body[wc-view-type="tb-l"] div.spot_contents article div.s_text{
  padding: 1rem 3rem 1rem 0;
}
body[wc-view-type="pc"] div.spot_contents article div.s_text{
  padding: 1rem 4rem 1rem 0;
}
div.spot_contents article div.s_text > h1{
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
}
body:not([wc-view-type="sp"]) div.spot_contents article div.s_text > h1{
  margin-bottom: 1rem;
}
div.spot_contents article div.s_text > p.sub_title{
  color: #2fb2cf;
  margin-bottom: 0.5rem;
}
body:not([wc-view-type="sp"]) div.spot_contents article div.s_text > p.sub_title{
  margin-bottom: 1rem;
}
div.spot_contents article div.s_text > p.explanation{
  font-weight: 300;
  font-size: 0.95rem;
  margin-bottom: 0.5rem;
}
body:not([wc-view-type="sp"]) div.spot_contents article div.s_text > p.explanation{
  margin-bottom: 1rem;
}
div.spot_contents article div.s_text div.btn_box{
  display: flex;
  align-items: center;
}
body:not([wc-view-type="sp"]) div.spot_contents article div.s_text div.btn_box{
  margin-top: auto;
  justify-content: center;
}
body[wc-view-type="sp"] div.spot_contents article div.s_text div.btn_box,
body[wc-view-type="tb"] div.spot_contents article div.s_text div.btn_box{
  flex-direction: column;
}
div.spot_contents article div.s_text div.btn_box div.btn{
}
body[wc-view-type="sp"] div.spot_contents article div.s_text div.btn_box div.btn:nth-of-type(1),
body[wc-view-type="tb"] div.spot_contents article div.s_text div.btn_box div.btn:nth-of-type(1){
  margin-bottom: 0.5rem;
}
div.spot_contents article div.s_text > div.btn{
	margin: 0 auto;
	margin-top: auto;
}
div.spot_contents article div.s_text div.btn_box{
	margin-top: auto;
}
div.spot_contents article div.s_text div.btn_box div.btn{
}
body[wc-view-type="sp"] div.spot_contents article div.s_text div.btn_box div.btn a{
  width: 145px;
}
body[wc-view-type="tb"] div.spot_contents article div.s_text div.btn_box div.btn a{
  width: 165px;
}
body[wc-view-type="tb-l"] div.spot_contents article div.s_text div.btn_box div.btn:nth-of-type(1){
  margin-right: 0.75rem;
}
body[wc-view-type="tb-l"] div.spot_contents article div.s_text div.btn_box div.btn:nth-of-type(2){
  margin-left: 0.75rem;
}
body[wc-view-type="pc"] div.spot_contents article div.s_text div.btn_box div.btn:nth-of-type(1){
  margin-right: 1rem;
}
body[wc-view-type="pc"] div.spot_contents article div.s_text div.btn_box div.btn:nth-of-type(2){
  margin-left: 1rem;
}
div.spot_contents article div.s_text div.btn_box div.btn a.blank{
}
div.btn a.blank::after,
div.spot_contents article div.s_text div.btn_box div.btn a.blank::after{
  content: "";
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  -webkit-mask-image: url("/img/svg/link_blank02.svg?202312011612");
  mask-image: url("/img/svg/link_blank02.svg?202312011612");
  -webkit-mask-position: center center;
  mask-position: center center;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  mask-size: cover;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #fff;
}
body[wc-view-type="pc"] div.spot_contents article div.s_text div.btn{
  margin: auto auto 0 auto;
  display: table;
}
div.spot_contents article div.s_img{
}

div.spot_contents article div.s_img span.hosoku02{
	margin-top: 0.5rem;
	display: table;
	margin-left: auto;
}
body[wc-view-type="sp"] div.spot_contents article div.s_img{
}
body:not([wc-view-type="sp"]) div.spot_contents article div.s_img{
  width: 50%;
}
div.spot_contents article div.s_img figure{
}
div.spot_contents article div.s_img figure picture{
  width: 100%;
  height: 100%;
  display: block;
}
div.spot_contents article div.s_img figure img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
body[wc-view-type="sp"] div.spot_contents article div.s_img figure img{
  height: 50vw;
}
body[wc-view-type="tb"] div.spot_contents article div.s_img figure img{
  height: 250px;
}
body[wc-view-type="pc"] div.spot_contents article div.s_img figure img{
  height: 300px;
}
