@charset "utf-8";
/* #################################### 

        contents.css

#################################### */
/* Common Adjustment */
*:focus {
outline: none;
}
.l-wrapper {
  background: #000000;
}

img[usemap] {
  max-width: 100%;
  height: auto;
}

/* Slick Adjustment */
.slider .thumb{
  opacity: 0;
  transition: opacity .3s linear;
}
.slider.slick-initialized .thumb{
  opacity: 1;
}
.slider .thumblower .name {
  display: none;
}
.slider.slick-initialized .thumblower .name {
  display: initial;
}
.slick-slide {
  min-height: none;
}
.slick-slide img {
  margin: 0 auto;
}
.slick-dots {
  margin-top: -6rem;
}
.slick-dots button {
  background: none;
  border: 1px solid #ffffff;
}
.slick-prev,
.slick-next {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
}
.slick-prev {
  left: -15px;
  z-index: 1;
}
.slick-next {
  right: -15px;
}
.slick-prev:before {
  content: "" !important;
}
.slick-prev:after {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -40px -78px;
  background-image: url('../img/arrow_left.png');
}
.slick-next:before {
  content: "" !important;
}
.slick-next:after {
  width: 39px;
  height: 39px;
  position: absolute;
  top: 0;
  left: 0;
  background-position: -40px -78px;
  background-image: url('../img/arrow_right.png');
}
.spotsthumb .slick-prev,
.spotsthumb .slick-next {
  position: absolute;
  top: 32%;
}
.spotsthumb .slick-prev {
  left: -3%;
}
.spotsthumb .slick-next {
  right: -3%;
}

/* Top Visual Section */
.m-box-topvisuals {
  /* border: 1px solid #ffffff; */
  margin-bottom: 2rem;
  padding-bottom: 4rem;
}

/* Toggle Map Section */
.m-box-togglemap-upper {
  width: 100%;
  margin-bottom: 1rem;
}
.togglemap-ttl {
  margin: 0 auto;
  text-align: center;
}
.togglemap-ttl .ttltxt{
  font-size: 3rem;
  color: #ffffff;
}
.togglemap-links {
  margin: 0 auto;
}
.togglemap-links .links {
  display: flex;
  justify-content: space-around;
  align-items: center;
  max-width: 37rem;
  margin: 0 auto;
}
.togglemap-links .links .link {
  font-size: 1.4rem;
  color: #ffffff;
  cursor: pointer;
}
.togglemap-links .links .link:first-of-type::after {
  content: '';
  border-right: 2px solid #ffffff;
  padding: 0 1rem;
  max-width: 38rem;
}
.togglemap-links .links .link .linkinner {
  text-decoration: underline;
}

.m-box-togglemap-lower {
  margin-bottom: 2.4vw;
}

/* Tab box Section */
/* Tab Style */
.m-box-tabbox {
	box-sizing: border-box;
	margin: 0 auto;
  width: 100%;
  margin-bottom: 5rem;
}
.m-box-tabbox .m-box-tabbox-tabs {
	display: flex;
  flex-flow: row wrap;
  flex-direction: row-reverse; 
	justify-content: space-between;
}
.m-box-tabbox .m-box-tabbox-tabs .tab {
  width: 49%;
	background: #666666;
}
.m-box-tabbox .m-box-tabbox-tabs .tab span {
  display: block;
}

.m-box-tabbox .m-box-tabbox-tabs .tab label {
	display: block;
	padding: 1rem 3rem;
	text-align: center;
	cursor: pointer;
}
.m-box-tabbox .m-box-tabbox-boxes .box {
	display: none;
}

  /* Tab Controller */
  input[name^="tab-ctrl"] {
    display: none;
  }
  /* Tab Action */
  #plan1:checked ~ .m-box-tabbox-boxes .plan1,
  #plan2:checked ~ .m-box-tabbox-boxes .plan2 {
    display: block;
  }
  #plan1:checked ~ .m-box-tabbox-tabs label[for="plan1"],
  #plan2:checked ~ .m-box-tabbox-tabs label[for="plan2"] {
    background: #fff;
    border-bottom: #fff;
    position: relative;
    top: 1px;
  }



/* Root Summery Section */
.m-box-rootsummery {
  margin-bottom: 4rem;
  padding: 1rem 0 1.4rem;
  background: #ffffff;
  text-align: center;
}
.m-box-spotsthumb {
  overflow: hidden;
}
.m-box-spotsthumb .slick-initialized .slick-slide{
  padding: 1rem;
}
.m-box-spotsthumb .spotsthumb {
  width: 92%;
  margin: 0 auto;
}
.m-box-spotsthumb .spotsthumb .thumb {
  display: block;
}
.m-box-spotsthumb .spotsthumb .thumb img{
  margin: 0 auto;
}
.m-box-spotsthumb .spotsthumb .thumb .name{
  display: inline-block;
  margin:.5rem 0 0;
}

.m-box-rootmap {
  padding: 0 1.4rem;
}


/* Root Detail Section */
  /* - Nodes & Connecters  */
  .m-box-rootdetail {
    counter-reset: number;
  }
  .m-box-rootdetail_node {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .m-box-rootdetail_connecter {
    background: url('../img/connect.png') no-repeat center center;
    min-height: 19px;
    background-size: contain;
  }
  .m-box-rootdetail_node,
  .m-box-rootdetail_connecter {
    margin-bottom: 1rem;
  }
  .m-box-rootdetail_node.start {
    background: url('../img/node_start.png') no-repeat center center;
    min-height: 65px;
    background-size: contain;
  }
  .m-box-rootdetail_node.process1 {
    background: url('../img/node_process1.png') no-repeat center center;
    min-height: 65px;
    background-size: contain;
  }
  .m-box-rootdetail_node.process2 {
    background: url('../img/node_process2.png') no-repeat center center;
    min-height: 72px;
    background-size: contain;
  }
  .m-box-rootdetail_node.goal {
    background: url('../img/node_goal.png') no-repeat center center;
    min-height: 65px;
    background-size: contain;
  }
  .m-box-rootdetail_connecter.arrow {
    background: url('../img/arrow.png') no-repeat center center;
    min-height: 33px;
    background-size: contain;
  }
  .m-box-rootdetail_connecter.next {
    background: url('../img/next.png') no-repeat center center;
    min-height: 38px;
    background-size: contain;
  }
  .m-box-rootdetail_node .access {
    margin: 0 auto;
    line-height: 1em;
    font-size: 2rem;
    height: 100%;
    color: #ffffff;
  }
  .m-box-rootdetail_node .access.walk::before {
    background: url('../img/walk.png') no-repeat center center;
    min-height: 38px;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3rem;
  }
  .m-box-rootdetail_node .access.car::before {
    background: url('../img/drive.png') no-repeat center center;
    min-height: 38px;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    width: 30px;
    height: auto;
    display: inline-block;
    vertical-align: middle;
    padding-left: 3rem;
  }
  .m-box-rootdetail_node .access_s {
    margin: 0 auto;
    color: #ffffff;
  }


/* Spot Section  */
.m-box-rootdetail_spot {
  /* display: flex; */
  margin-bottom: 1rem;
  position: relative;
  background: #ffffff;
  border: 1px solid #cccccc;
}

/* Spot Detail Box */
.spot-title {
  display: flex;
  align-items: center;
  position: relative;
  box-sizing: border-box;
  padding: .3rem;
  background: url('../img/spot-title_bg.png') no-repeat;
  margin: 0 0 1rem;
}
.m-box-rootdetail_spot .spot-title::before {
  display: block;
  counter-increment: number;
  content: counter(number);
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  text-align: center;
  width: 76px;
  margin: 0 10px 0 -10px;
}
.spot-title-wrap {
  display: flex;
  align-items: center;
}
.spot-title-name {
display: block;
font-size: 2.4rem;
margin-right: 1rem;
color: #ffffff;
}
.spot-title-hours {
  color: #ffffff;
}


/* Spot Detail Box */
.spot-detail {
  position: relative;
  overflow: hidden;
  transition: height .3s .1s ease-out;
}

/* Spot Detail - body & intro */
.m-box-rootdetail_spot .spot-detail-body {
  margin: 2rem;
  padding-bottom: 2rem; 
}
.m-box-rootdetail_spot .spot-detail-intro {
  margin: 2rem;
  padding-bottom: 2rem; 
}
.m-box-rootdetail_spot .spot-detail-body,
.m-box-rootdetail_spot .spot-detail-intro {
  border-bottom: 1px dashed #000000;
}
.spot-detail-ttl-m {
  display: block;
  font-weight: 600;
}

/* Spot Detail - review */
.m-box-rootdetail_spot .spot-detail-review {
  margin: 2rem;
  padding-bottom: 2rem; 
}
.m-box-rootdetail_spot .spot-detail-review::before {
  content: '●旅客的評價';
  display: block;
  font-weight: 600;
}

.m-box-rootdetail_spot .spot-detail-map {
    border-top: 1px dashed #000000;
}
.m-box-rootdetail_spot .map-link a {
    text-decoration: underline;
}
.m-box-rootdetail_spot .map-link::before {
    content: '●地圖';
    display: block;
    font-weight: 600;
}

/* Spot Detail - map */
.m-box-rootdetail_spot .spot-detail-map {
  margin: 0 2% 2rem;
  padding: 0 0 5%; /* 0 0 75%; 190327 */
  width: 96%;
  position: relative;
}
.m-box-rootdetail_spot .spot-detail-map iframe {
  margin: 0 auto;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

/* Spot Detail - profile */
.spot-detail-profile {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.spot-detail-profile dt {
  display: flex;
  align-items: center;
  width: 20%;
}
.spot-detail-profile dd {
  display: flex;
  align-items: center;
  width: 80%;
}
.spot-detail-profile dt,
.spot-detail-profile dd {
  position: relative;
  min-height: 56px;
  border-bottom: 1px solid #000;
}
.spot-detail-profile dt:first-of-type,
.spot-detail-profile dd:first-of-type {
  border-top: 1px solid #000;
}

  /* Toggle Trigger */
  .m-box-rootdetail_spot .spot-trigger {
    display: none;
    margin: 0 auto 2rem;
    width: 300px;
    text-align: center;
    padding: 1rem;
    border: 1px solid #cccccc;
    border-radius: 2rem;
    cursor: pointer;
  }
  .m-box-rootdetail_spot .spot-trigger::after {
    content: '▼了解更多詳情';
  }
  .m-box-rootdetail_spot.is_open .spot-trigger::after {
    content: '▲關閉';
  }
  /* Hidden box's Gradation */
  .m-box-rootdetail_spot .spot-detail::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.9) 50%, rgba(255,255,255,0.9) 50%, #fff 100%);
    content: "";
  }
  .m-box-rootdetail_spot.is_open .spot-detail::before {
    display: none;
  }


/* Closing */
.m-box-rootclosing {
  text-align: center;
}


/* Tame Table */
.m-box-timetable {
  text-align: center;
  color: #ffffff;
  font-size: 1.8rem;
  margin-bottom: 1rem;
}
.m-box-timetable .link{
  color: #ffffff;
  text-decoration: underline;
}
.m-box-timetable::before {
  content: '→'
}

/* Attention */
.m-box-attention {
  margin: 0 auto 3rem;
  border: 1px solid #ffffff;
  padding: 1rem;
  max-width: 722px;
}
.m-box-attention .upper {
  padding-bottom: 1rem;
  border-bottom: 1px dashed #ffffff;
}
.m-box-attention .upper .ttltxt {
  margin: 0;
  padding: 0;
  font-size: 1.8rem;
  text-align: center;
  color: #ffffff;
}
.m-box-attention .upper .capstxt {
  margin: 0;
  padding: 0;
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
}
.m-box-attention .lower {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-flow: wrap;
  padding-top: .5rem;
}
.m-box-attention .lower .point {
  width: 33.333%;
  font-size: 1.4rem;
  text-align: center;
  color: #ffffff;
  padding: .5rem;
}
.m-box-attention .lower .point:nth-child(4) {
  width: 40%;
}
.m-box-attention .lower .point::before {
  content: url('../img/check.png');
  display: inline-block;
  padding-right: .5rem;
}


/* About Section */
.m-box-about__ttl {
  border-left: 3px solid #ffffff;
  margin-bottom: 1.8rem;
}
.m-box-about__ttl span {
  display: block;
  padding: .2rem 1rem;
  color: #ffffff;
  line-height: 1.4;
  font-size: 2rem;
}
.m-box-about__list {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding: 1rem;
  background: #F2F2F2;
}
.m-box-about__list li {
  display: flex;
  justify-content: space-evenly;
  width: 50%;
  padding: 1rem　.75rem;
}
.m-box-about__list li .m-box-about__item-img{
  width: 45%;
  max-width: 200px;
}
.m-box-about__list li:last-of-type .m-box-about__item-img::after{
  content: '※圖片僅供參考';
  display: block;
}
.m-box-about__list li .m-box-about__item-txt{
  width: 55%;
  text-align: left;
  padding: 0 0 0 .5vw;
}

/* Form Section */
/* .m-form-cont#snav1 Adjustment */
.m-form-cont#snav1 .m-form__content {
  padding: 15px 15px 30px;
}
.m-form-cont#snav1 .m-form__hdg-lv2 {
    margin: 0 auto 20px;
    width: 100%;
}


/* Banner Section */
.m-box-bnrs {
  padding: 1rem 0;
}
.m-box-bnrs-bnr-sp,
.m-box-bnrs-bnr-pc {
  padding: 1rem 0;
}



/* SP Screen Adjustment*/
@media screen and (max-width: 767px) {

  /* Slick Slide Adjustment */
  .slick-prev, .slick-next {
    top: 40%;
    width: 50px;
    height: 50px;
  }
  .spotsthumb .slick-prev {
    left: 4%;
  }
  .slick-prev:after {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: top center;
    background-image: url(../img/arrow_left.png);
    background-size: contain;
  }
  .spotsthumb .slick-next {
    right: 4%;
  }
 .slick-next:after {
    width: 49px;
    height: 49px;
    position: absolute;
    top: 0;
    left: 0;
    background-position: top center;
    background-image: url(../img/arrow_right.png);
    background-size: contain;
  }
  .spotphotos .slick-prev {
    left: .5%;
  }
  .spotphotos .slick-next {
    right: .5%;
  }

  .togglemap-links .links {
    justify-content: center;
    max-width: none;
  }
  .togglemap-links .links .link:first-of-type::after {
    content: '';
    border-right: 2px solid #ffffff;
    padding: 0 1.2vw 0 0;
    margin-right: 1.2vw;
  }
  .togglemap-ttl .ttltxt{
    font-size: 4.6vw;
  }
  .togglemap-links .links .link {
    font-size: 3.4vw;
  }


  .m-box-tabbox .m-box-tabbox-tabs .tab {
    font-size: 4.2vw;
  }
  .m-box-tabbox .m-box-tabbox-tabs .tab label {
    padding: 1vw;
  }
  .m-box-tabbox .m-box-tabbox-tabs .tab .maintxt{
    display: block;
    font-weight: bold;
  }
  .m-box-tabbox .m-box-tabbox-tabs .tab .subtxt{
    font-size: 3.4vw;
  }

  .spotsthumb.slider {
    width: 100%;
    overflow: hidden;
  }
  .spotsthumb.slick-slider .slick-list {
    width: 160%;
    margin-left: -30%; 
  }
  .m-box-spotsthumb .spotsthumb .thumb {
    margin: 0 1vw;
  }
  .m-box-spotsthumb .spotsthumb .thumb img {
    width: 100%;
 }
  .m-box-spotsthumb .spotsthumb .thumblower {
    display: flex;
    justify-content: space-evenly;
    align-items: baseline;
    text-align: left;
    font-size: 3.4vw;
    line-height: 1.1;
    padding: 1vw;
  }
  .m-box-spotsthumb .spotsthumb .thumblower .name {
    vertical-align: middle;
    width: 50%;
  }
  .m-box-spotsthumb .spotsthumb .thumblower::after {
    content: '了解更多詳情';
    display: block;
    border-radius: 4vw;
    background: #F4F4F4;
    width: 50%;
    text-align: center;
    margin-left: .1vw;
    padding: 1.4vw;
    font-size: 3vw;
    font-weight: 600;
  }


  .spot-detail {
    font-size: 4vw;
  }
  .m-box-rootdetail_spot .spot-trigger {
    margin: 0 auto 3vw;
    width: 70vw;
    padding: 3vw;
    border-radius: 8vw;
    border: 2px solid #999999;
  }
  .m-box-rootdetail_spot .spot-trigger::after{
    font-size: 4vw;
    font-weight: 600;
  }
  .spot-title {
    background: url('../img/spot-title_bg_sp.png') no-repeat;
    height: 15vw;
    background-size: cover;
  }
  .m-box-rootdetail_spot .spot-title::before {
    margin: 0 7vw 0 0;
    width: 9vw;
    font-size: 9vw;
  }
  .spot-title-wrap {
    display: block;
  }
  .spot-title-name {
    font-size: 5vw;
    line-height: 1.3;
  }
  .m-box-rootdetail_spot .spot-slider {
    padding: 0 2vw;
  }

  .spot-detail-profile {
    margin: 2rem;
  }
  .spot-detail-profile dt,
  .spot-detail-profile dd {
    min-height: 14vw;
  }
  .spot-detail-profile dt {
    width: 30%;
  }
  .spot-detail-profile dd {
    width: 70%;
  }
  .spot-detail-profile dt,
  .spot-detail-profile dd {
    border-bottom: none;
    border-top: 1px solid #000;
  }


  .m-box-rootdetail_spot .spot-detail-map {
    width: 96%;
  }



  /* Tame Table */
  .m-box-timetable {
    font-size: 4vw;
    margin-bottom: 1rem;
  }
  /* Attention */
  .m-box-attention {
    margin: 0 auto 3rem;
    padding: 3vw;
    max-width: 722px;
  }
  .m-box-attention .upper {
    padding-bottom: 1rem;
  }
  .m-box-attention .upper .ttltxt {
    font-size: 3.4vw;
  }
  .m-box-attention .upper .capstxt {
    font-size: 3.2vw;
    text-align: left;
  }
  .m-box-attention .lower {
    display: block;
    padding-top: .5rem;
  }
  .m-box-attention .lower .point {
    width: 100%;
    font-size: 3.2vw;
    text-align: left;
    color: #ffffff;
    padding: .5rem;
  }
  .m-box-attention .lower .point:nth-child(4) {
    width: 100%;
  }
  .m-box-attention .lower .point::before {
    padding-right: 3vw;
  }



  .m-box-about__ttl span {
    font-size: 4.8vw;
  }
  .m-box-about__list li {
    width: 100%;
  }
  .m-box-about__list li .m-box-about__item-txt {
    font-size: 3.2vw;
    width: 65%;
  }
  .m-box-about__list li .m-box-about__item-img {
    width: 35%;
    padding: 0 2vw 2vw;
  }

}

/* Tablet Screen Adjustment*/
@media screen and (min-width: 768px) and (max-width: 1167px) {

  .m-box-rootdetail_spot .spot-title-name {
    font-size: 1.8vw;
  }
  .m-box-rootdetail_spot .spot-title-hours {
    font-size: 1.2vw;
  }

  .m-box-rootdetail_spot .spot-detail-profile dt,
  .m-box-rootdetail_spot .spot-detail-profile dd {
    min-height: 4.8vw;
    font-size: 1.2vw;
  }


  .m-box-about__list li .m-box-about__item-txt {
    font-size: 1.3vw;
    padding: 0 1vw;
  }
}


/* PC Screen Adjustment*/
@media screen and (min-width: 768px) {
  .m-box-rootdetail_spot .spot-slider {
    width: 46%;
    margin: 0 2%;
  }
  .m-box-rootdetail_spot .spot-detail-profile {
    position: absolute;
    top: 0;
    right: 2%;
    width: 46%;
  }
}


/* PC Only */
@media screen and (min-width: 768px) {
  .sp {
    display:none;
  }
  .m-box-bnrs-bnr-sp {
    display: none;
  }
}
/* SP Only */
@media screen and (max-width: 767px) {
  .pc {
    display:none;
  }
  .m-box-bnrs-bnr-pc {
    display: none;
  }
}
