html{
  scroll-behavior: smooth;
}

.header-contents .header-logo a{
  color: var(--main-color);
}

.header-contents .sp-nav .header-logo a{
  color: #fefefe;
}

.breadcrumbs ol{
  display: flex;
  justify-content:flex-start;
  padding: 85px 20px 20px;
}

.breadcrumbs ol li{
  font-size: 1.2rem;
  text-decoration: underline;
  padding-right: 5px;
}

.breadcrumbs ol li:last-of-type{
  text-decoration: none;
}

.breadcrumbs ol li::after{
  background-image: url(../images/icon/chevron-right.svg);
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  background-size: contain;
  vertical-align: middle;
  background-repeat: no-repeat;
}

.breadcrumbs ol li:last-of-type::after{
  background-image: none;
}

/*サイドバー*/
aside{
  padding-top: 75px;
  padding: 20px 5.5% 0;
}

h2.aside-title span{
  font-size: 1.4rem;
  display: block;
  font-weight: 400;
  margin-bottom: 15px;
}

h2.aside-title{
  font-size: 3rem;
  line-height: 1.3;
}

aside .aside-box-info{
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 1.5rem;
  display: flex;
  justify-content: space-between;
}

aside .aside-box-info img{
  width: 20px;
  height: 20px;
  padding-right: 5px;
  vertical-align: -4px;
}

aside .aside-box-price{
  margin: 20px 0 30px;
}

aside .aside-box-price dl{
  border-top: 1px dashed var(--sub-color);
  height: 60px;
  align-items: center;
  display: flex;
}

aside .aside-box-price dl:last-of-type{
  border-bottom: 1px dashed var(--sub-color);
}

aside .aside-box-price dt{
  float: left;
  clear: both;
  width: 27%;
}

aside .aside-box-price dt span{
  display: block;
  font-size: 1.5rem;
  margin-top: -5px;
}

aside .aside-box-price dd{
  padding-left: 20px;
  font-size: 1.5rem;
}

aside .aside-box-price dd span{
  color: var(--btn);
  font-weight: 600;
  font-size: 2.2rem;
}

aside .btn.arrow-right::after {
  top: 43%;
}

.pconly{
  display: none;
}

@media screen and (min-width:834px) {

  html{
    scroll-padding-top: 95px;
    overflow: auto;
  }

  .header-contents .header-logo a{
    color: #fefefe;
  }

  .breadcrumbs ol{
    padding: 0 0 25px;
  }

  .breadcrumbs ol li {
    font-size: 1.4rem;
  }

  .tour-container{
    flex-direction: row-reverse;
    width: 1150px;
    margin: auto;
    border-bottom: 1px solid #ddd;
    padding-bottom: 50px;
  }

  aside{
    width: 30%;
    padding: 0;
  }

  .aside-container{
    position: sticky;
    top: 90px;
    background-color: #fefefe;
    padding: 25px;
  }

  h2.aside-title span{
    margin-bottom: 10px;
  }

  h2.aside-title{
    line-height: 1.1;
    font-size: 2.8rem;
  }

  aside .aside-box-info {
    margin-top: 15px;
  }

  aside .aside-box-price {
    margin: 15px 0;
  }

  aside .aside-box-price dl{
    height: 55px;
  }

  aside .btn.arrow-right::before {
    top: 52%;
    left: 80%;
  }
  
  aside .btn.arrow-right::after {
    top: 43%;
    left: 88%;
  }

  .sponly{
    display: none;
  }

  .pconly{
    display: block;
  }
}
/*ここまで*/

.tour-overview figure{
  padding-bottom: 30px;
  border-bottom: 1px dashed var(--sub-color);
}

.tour-overview, .accordion{
  padding: 30px 5.5% 0;
}

.tour-text{
  padding-bottom: 30px;
}

.tour-overview dl{
  border-bottom: 1px dashed var(--sub-color);
  padding: 30px 0;
}

.tour-overview dt{
  margin-bottom: 15px;
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--sub-color);
}

.tour-overview dd img{
  width: 20px;
  vertical-align: top;
  padding-right: 5px;
}

.tour-overview dd{
  position: relative;
}

.tour-overview .overview-list01 dd{
  margin-bottom: 5px;
  font-size: 2rem;
}

.tour-overview .overview-list03 .check-box{
  padding-left: 25px;
  margin-bottom: 5px;
}

.tour-overview .overview-list03 .check-box::before{
  content: '';
  background-image: url(../images/icon/check.svg);
  display: inline-block;
  width: 21px;
  height: 21px;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  z-index: 1;
  top: 0px;
  left: 0;
}

.tour-overview .overview-list03 .check-box::after{
  content: '';
  background-color: var(--btn);
  width: 15px;
  height: 15px;
  display: inline-block;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 5px;
}

.overview-list04{
  padding: 30px 0;
  border-bottom: 1px dashed var(--sub-color);
}

.highlight-box{
  margin-top: 30px;
  background-color: #fefefe;
  padding: 15px 20px;
  border-radius: 5px;
  position: relative;
}

.highlight-box::before{
  font-size: 5rem;
  color: #ddd;
  font-weight: 500;
  position: absolute;
  top: -35px;
  right: 10px;
}

.highlight-box:nth-child(1)::before{
  content: '1';
}

.highlight-box:nth-child(2)::before{
  content: '2';
}

.highlight-box:nth-child(3)::before{
  content: '3';
}

.highlight-box:nth-child(4)::before{
  content: '4';
}

.highlight-box:nth-child(5)::before{
  content: '5';
}

.highlight-box:nth-child(6)::before{
  content: '6';
}

@media screen and (min-width:834px) {

  .tour-details{
    width: 65%;
    margin-top: 105px;
  }

  .tour-overview h2.pconly{
    line-height: 1.2;
    margin-bottom: 30px;
  }

  .tour-overview .tour-text{
    border-bottom: 1px dashed var(--sub-color);
    /*! width: 90%; */
    padding-right: 4%;
  }

  .highlight-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .highlight-box{
    background-color: #fefefe;
    width: calc(85%/2);
    display: block;
    padding: 20px;
  }

  .tour-overview, .accordion{
    padding: 0 !important;
  }
}

.itinerary-headline{
  font-size: 2.2rem;
  font-weight: 500;
  color: var(--sub-color);
}

/*アコーディオン部分*/
.expand{
  cursor: pointer;
}
.expand-all{
  text-align: right; 
  /*! margin-bottom: 0px; */
  display: block;
  margin-top: -30px;
}
.expand-all a{
  color: #fff;
  padding: 8px 15px;
  background-color: var(--btn);
  box-sizing: border-box;
  width: 120px;
  font-size: 1.4rem;
  display: inline-block;
  text-align: center;
}

.accordion-item {
  border-bottom: 1px solid var(--main-color);
}

.accordion {
  margin-bottom: 50px;
  padding-top: 30px;
}

.accordion-title {
  cursor: pointer;
  padding: 6% 0;
  transition: all .5s ease;
  font-size: 1.7rem;
  position: relative;
  font-family: var(--main-font);
}

.accordion-title span{
  font-size: 1.5rem;
  margin-right: 10px;
}

.accordion-content {
  display: none;
  margin: 1% 6% 0 0;
  padding: 0 0 5%;
}

.accordion-content picture img{
  height: 200px;
}

.accordion-box-text{
  margin: 1em 0;
}

.accordion-box-text span{
  font-weight: 600;
  color: var(--btn);
}

.accordion-box-text .mt20{
  margin-top: 20px;
}


/* 矢印 */
.accordion-title::after {
  border-right: solid 2px var(--main-color);
  border-top: solid 2px var(--main-color);
  content: "";
  display: block;
  height: 7px;
  position: absolute;
  right: 5px;
  top: 50%;
  transform: rotate(-45deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 7px;
}

.accordion-title.open::after {
  top: 42%;
  transform: rotate(135deg);
}
/*
.accordion-item:last-of-type p span{
  display: block;
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 2rem;
}

.accordion-item:last-of-type p{
  margin-bottom: 15px;
}
*/
.note{
  font-size: 1.5rem;
  margin-top: 10px;
}

.overnight{
  text-align: right;
  font-weight: 600;
}

/*アコーディオンここまで*/

@media screen and (min-width:834px) {

  .accordion{
    padding: 40px 0 !important;
  }

  .expand-all a{
    font-size: 1.7rem;
    width: 120px;
    padding: 7px 10px;
  }

  .accordion-title{
    font-size: 2.5rem;
    font-weight: 400;
    padding: 4% 0;
  }

  .accordion-title span{
    font-size: 2.5rem;
    margin-right: 15px;
  }

  .accordion-title::after{
    width: 10px;
    height: 10px;
    right: 15px;
  }

  .accordion-content picture{
    width:42%;
  }

  .accordion-box-text{
    width: 54%;
    margin: 0;
  }

  .according-box{
    margin-bottom: 20px;
  }

  .note{
    font-size: 1.7rem;
  }
}

.cta-itinerary{
  background-color: #fefefe;
  text-align: center;
  background-image: linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)), url(../images/top10.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
  height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.cta-itinerary h4{
  font-family: var(--headline-font);
  color: #fefefe;
  font-size: 2.7rem;
  margin-bottom: 20px;
}

.cta-itinerary .btn{
  margin: 0 25px;
}

.cta-itinerary .btn a{
  color: #fefefe;
}

.cta-itinerary .btn.arrow-right::before{
  right: 7.5%;
  top: 51%;
}


/*after-contents*/
.after-contents h3{
  padding: 30px 0;
}

@media screen and (min-width:834px) {

  .cta-itinerary{
    height: 300px;
  }

  .cta-itinerary h4{
    font-size: 3rem;
    margin-bottom: 30px;
  }

  .cta-itinerary .btn{
    margin: 0 180px;
  }

  .after-contents h3{
    padding: 100px 0 50px;
  }

  .after-contents .swiper-slide{
    width: calc(100%/3);
    position: static;
    flex-shrink: unset;
    margin-right: 30px;
    margin-bottom: 0;
  }

  .after-contents .swiper-slide:last-of-type{
    margin-right: 0;
  }

  .more-tour .tour-info .info01, .tour-info .info03{
    width: 200px;
  }

  .tour-blog .swiper-slide img{
    height: 285px;
  }
}

/* カルーセル */
.carousel {
  display: flex;
  justify-content: center;
}
.contains {
  width: 100%;
  height: 45vh;
  position: relative;
  padding: 0;
  list-style: none;
}
.slide_select {
  display: none;
}
.slide {
  width: 100%;
  height: auto;
  position: absolute;
  opacity: 0;
}
.slide-image{
  height: 45vh;
}
.scroll_button {
  position: absolute;
  display: block;
  height: 25px;
  width: 25px;
  top: 50%;
  margin-top: -20px;
  border-width: 5px 5px 0 0;
  border-style: solid;
  border-color: #fdfdfd;
  cursor: pointer;
  opacity: 0.5;
  z-index: 3;
}
.scroll_button:hover {
  opacity: 1;
}
.scroll_prev {
  left: 20px;
  transform: rotate(-135deg);
}
.scroll_next {
  right: 20px;
  transform: rotate(45deg);
}

.scroll_text{
  position: absolute;
  left: 0;
  padding: 2px 10px;
  background-color: var(--main-color); 
  color: #fefefe;
  font-size: 1.5rem;
}

.move_controler {
  position: absolute;
  top: 90%;
  width: 100%;
  text-align: center;
}
.button_move {
  display: inline-block;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  border-radius: 100%;
  cursor: pointer;
  opacity: 0.5;
  z-index: 2;
}
.button_move:hover {
  opacity: 0.75;
}
.button_move {
  background-color: #fdfdfd;
}
.slide_select:nth-of-type(1):checked ~ .slide:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(1):checked ~ .move_controler .button_move:nth-of-type(1) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .slide:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(2):checked ~ .move_controler .button_move:nth-of-type(2) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .slide:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(3):checked ~ .move_controler
  .button_move:nth-of-type(3) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .slide:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(4):checked ~ .move_controler
  .button_move:nth-of-type(4) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked ~ .slide:nth-of-type(5) {
  opacity: 1;
}
.slide_select:nth-of-type(5):checked
  ~ .move_controler
  .button_move:nth-of-type(5) {
  opacity: 1;
}

@media screen and (min-width:834px) {
  .move_controler {
    top: 465px;
  }

  .slide-image{
    height: auto;
  }

  .scroll_text{
    top: 0;
    left: 0;
    padding: 5px 10px;
    background-color: var(--main-color);
    color: #fefefe;
    bottom: auto;
    font-size: 1.7rem;
  }

  .contains {
    margin-bottom: 71%;
    height: auto;
  }

}


