html{
  scroll-padding-top:100px;
  overflow: scroll;
}

.tour-intro, .tour-drawer{
  background-color: #fefefe;
  margin: 0 auto 20px;
  box-sizing: border-box;
}

.tour-intro h3{
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.pconly{
  display: none;
}

.tour-intro-text{
  margin-bottom: 30px;
}

.tour-intro-text br{
  display: block;
  content: '';
  margin-bottom: 20px;
}

.tour-intro, .tour-drawer{
  width: 89%;
}

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

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

.tour-intro-title.open::after, .tour-drawer-title.open::after {
  top: 40%;
  transform: rotate(135deg);
}

.tour-intro-box, .tour-drawer-box {
  display: none;
  border-top: 1px solid var(--sub-color);
  padding: 40px 20px 20px;
}

.tour-intro-img figure{
  margin-bottom: 15px;
}

.tour-drawer-box dl{
  margin-bottom: 20px;
  border-bottom: 1px dashed var(--sub-color);
  padding-bottom: 20px;
  font-size: 1.7rem;
}

.tour-drawer-box dl:last-of-type{
  margin-bottom: 0;
  border-bottom: none;
}

.tour-drawer-box dt{
  font-weight: 500;
  margin-bottom: 3px;
  color: var(--sub-color);
}

.tour-drawer-box dd{
  position: relative;
  line-height: 1.6;
}

.tour-drawer-box dd span{
  font-size: 1.5rem;
  display: block;
  margin-top: 5px;
}

.tour-drawer-box .check-box, .tour-drawer-box .check-after{
  padding-left: 25px;
}

.tour-drawer-box .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: 2px;
  left: 0;
}

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

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

  html{
    scroll-padding-top:120px;
  }

  .pconly{
    display: block;
  }

  .sponly{
    display: none;
  }

  .tour-intro{
    width: auto;
    margin: 0 auto;
    height: 100vh;
    background-color: #f3f3f3;
    align-items: center;
    display: flex;
    max-height: 700px;
  }

  .tour-intro-box{
    display: block;
    border-top: none;
    margin: 0 auto;
    width: 1150px;
    padding: 0;
  }

  .tour-intro-left{
    width: 50%;
  }

  .tour-intro h3{
    font-size: 3.4rem;
    margin-bottom: 10%;
    line-height: 1.4;
  }

  .tour-intro-text{
    width: 85%;
  }

  .tour-intro-img{
    width: 30%;
    margin: auto;
  }

  .tour-intro-img figure{
    margin-bottom: 0;
  }

  .tour-intro-img figure:last-child{
    width: 80%; 
    margin-left: -70px;
    margin-top: 50px;
  }

  .winery-intro-img{
    width: 43%;
    margin-left: -30px;
    margin-right: auto;
  }

  .pc-tour-drawer {
    display: flex;
    max-width: calc(100%/2.5);
    height: 100vh; 
    overflow: hidden;
    position: absolute;
    right: 0;
    top: calc(75vh);
    backdrop-filter: blur(10px);
    /*! border-left: 2px solid var(--sub-color); */
    max-height: 700px;
  }

  .pc-tour-drawer .pc-tour-drawer-title{
    width: 115px; 
    font-size: 2.6rem;
    line-height: 1.7;
    cursor: pointer;
    background-color: #dddddde0;
    padding: 0 40px;
    display: flex;
    justify-content: center;
    flex-flow: column;
    transition: .3s;
  }

  .pc-tour-drawer .pc-tour-drawer-title:hover{
    opacity: 0.6;
    transition: .3s;
  }

  .pc-tour-drawer .pc-tour-drawer-title::after{
    content: '';
    background-image: url(../images/icon/chevrons-right.svg);
    background-repeat: no-repeat;
    display: block;
    background-size: cover;
    width: 30px;
    height: 30px;
    margin: 50px 40px;
  }

  .pc-tour-drawer .pc-tour-drawer-title span{
    color: var(--btn);
    font-weight: 600;
  }

  .tour-drawer-box{
    border-top: none;
    padding: 0;
    margin-top: 0;
    padding: 0 30px;
    background-color: #fefefed0;
  }

  .tour-drawer-contents{
    height: 100%;
    display: flex;
    flex-flow: column;
    justify-content: center;
  }

  .tour-drawer-box dl{
    margin-bottom: 15px;
    padding-bottom: 15px;
    font-size: 1.9rem;
  }
}

.tour-lineup-contents{
  padding-top: 40px;
}

.tour-lineup-contents h2 span{
  font-size: 2.5rem;
  margin-bottom: 5px;
}

.tour-icon-details{
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 20px;
}

.tour-icon-details li{
  font-size: 1.5rem;
  margin-right: 15px;
  font-weight: 500;
  color: var(--sub-color);
}

.tour-icon-details li::before{
  content: '';
  display: inline-block;
  width: 17px;
  height: 17px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-right: 3px;
  vertical-align: -3px;
}

.tour-icon-details li:nth-child(1)::before{
  background-image: url(../images/icon/flag-gray.svg);
}

.tour-icon-details li:nth-child(2)::before{
  background-image: url(../images/icon/calendar-gray.svg);
}

.tour-icon-details li:nth-child(3)::before{
  background-image: url(../images/icon/map-pin-gray.svg);
}

/*tour-box*/
.tour-list-box{
  height: 290px;
  position: relative;
  margin-bottom: 180px;
  background-position: center bottom;
}

/*package-tour-list*/
.package.tour-list-box:nth-child(1){
  background-image: url(../images/tour/nakasendo/nakasendo01.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/tour/nakasendo/nakasendo01.webp)) {
  .package.tour-list-box:nth-child(1) {
    background-image: url(../images/tour/nakasendo/nakasendo01.webp);
  }
}

.package.tour-list-box:nth-child(2){
  background-image: url(../images/tour/monkey/monkey01.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/tour/monkey/monkey01.webp)) {
  .package.tour-list-box:nth-child(2) {
    background-image: url(../images/tour/monkey/monkey01.webp);
  }
}

.package.tour-list-box:nth-child(3){
  background-image: url(../images/tour/yuzawa/yuzawa04.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/tour/yuzawa/yuzawa04.webp)) {
  .package.tour-list-box:nth-child(3) {
    background-image: url(../images/tour/yuzawa/yuzawa04.webp);
  }
}

/*group-tour-list*/
.group.tour-list-box:nth-child(1){
  background-image: url(../images/tour/highlight/miyajima.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/tour/highlight/miyajima.webp)) {
  .group.tour-list-box:nth-child(1){
    background-image: url(../images/tour/highlight/miyajima.webp);
  }
}

.group.tour-list-box:nth-child(2){
  background-image: url(../images/tour/yamagata/yamagata01.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/tour/yamagata/yamagata01.webp)) {
  .group.tour-list-box:nth-child(2){
    background-image: url(../images/tour/yamagata/yamagata01.webp);
  }
}

/*winery-tour-list*/
.winery.tour-list-box:nth-child(1){
  background-image: url(../images/tour/winery01-yamanashi/winery04.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/tour/winery01-yamanashi/winery04.webp)) {
  .winery.tour-list-box:nth-child(1){
    background-image: url(../images/tour/winery01-yamanashi/winery04.webp);
  }
}

.winery.tour-list-box:nth-child(2){
  background-image: url(../images/tour/winery02-nagano/winery02-nagano01.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/tour/winery02-nagano/winery02-nagano01.webp)) {
  .winery.tour-list-box:nth-child(2){
    background-image: url(../images/tour/winery02-nagano/winery02-nagano01.webp);
  }
}

/*culture-tour-list*/
.culture.tour-list-box:nth-child(1){
  background-image: url(../images/culture/tsukiji/sp-tsukiji01.jpg);
  background-size: cover;
  background-position: center top;
}

@supports (background-image: url(../images/culture/tsukiji/sp-tsukiji01.webp)) {
  .culture.tour-list-box:nth-child(1){
    background-image: url(../images/culture/tsukiji/sp-tsukiji01.webp);
  }
}

.culture.tour-list-box:nth-child(2){
  background-image: url(../images/culture/kamakura/kamakura01.jpg);
  background-size: cover;
}

@supports (background-image: url(../images/culture/kamakura/kamakura01.webp)) {
  .culture.tour-list-box:nth-child(2){
    background-image: url(../images/culture/kamakura/kamakura01.webp);
  }
}

.tour-list-box .tour-price {
  position: absolute;
  font-weight: 600;
  background-color: var(--main-color);
  color: #fff;
  padding: 7px 20px 6px;
  top: 20px;
  right: 0;
}

.tour-list-box .tour-price span {
  font-size: 1.4rem;
  font-weight: 400;
  margin-left: 5px;
}

.tour-details{
  position: absolute;
  top: 215px;
}

.tour-details .arrow-right::before{
  display: none;
}

.tour-details .arrow-right::after{
  display: none;
}

.tour-details h4{
  padding: 15px 0 2px 6px;
  background-color: #f3f3f3;
  width: 250px;
  margin-left: -5px;
}

.tour-details .tour-icon-details{
  justify-content: flex-start;
  margin: 13px 0;
}

.tour-list-box .tour-text{
  position: absolute;
  top: 335px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: var(--text-color);
}

.tour-accordion-box dd span{
  font-size: 1.6rem;
  display: block;
  margin-top: 5px;
}

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

  .tour-lineup{
    background-color: #fefefe;
  }

  .tour-lineup-contents{
    padding-top: 6%;
  }

  .tour-icon-details {
    margin: 5% 0 3%;
  }

  .tour-list{
    flex-wrap: wrap;
  }

  .tour-list-box{
    width: calc(85%/2);
    height: 430px;
    position: relative;
    margin-bottom: 200px;
  }

  .tour-details{
    top: 315px;
    background-color: #fefefe;
    width: 70%;
  }

  .tour-details a{
    display: flex;
    flex-direction: column;
    transition: .3s;
  }

  .tour-details a:hover{
    opacity: 0.3;
    transition: .3s;
  }

  .tour-details h4{
    order: 2;
    padding: 0 0 0 5px;
    background-color: #fefefe;
    width: 100%;
  }

  .tour-details .tour-icon-details{
    order: 1;
    margin: 20px 0 10px;
  }

  .tour-details .arrow-right::before{
    display: inline-block;
    left: 83%;
    top: 86%;
  }

  .tour-details .arrow-right::after{
    display: inline-block;
    left: 90%;
    top: 82%;
  }

  .tour-list-box .tour-text{
    top: 450px;
  }

  .sp-only{
    display: none!important;
  }
  
  .pc-only{
    display: block;
  }
}

/*Winery-Tour*/
.winery-contents{
  position: relative;
  display: flex;
  flex-direction: column;
}

.winery-contents h3{
  order: 1;
  font-size: 2.15rem;
}

.winery-contents figure{
  order: 2;
  margin-top: 25px;
}

.winery-contents .winery-text{
  order: 3;
  margin-top: 30px;
  margin-bottom: 50px;
}

.winery-text br, .culture-text br{
  display: block;
  margin-top: 25px;
}

/*
.culture-left h3{
  font-size: 2.5rem;
  margin-bottom: 30px;
}

.culture-right{
  margin: 40px 0;
}

.culture-img{
  margin-bottom: 10px;
}
*/
@media screen and (min-width:834px) {

  .winery-contents h3{
    font-size: 3rem;
    width: 60%;
  }
  
  .winery-contents figure{
    position: absolute;
    right: 110px;
    width: 45%;
    top: -25px;
  }
  
  .winery-contents .winery-text{
    width: 43%;
    margin-top: 50px;
    margin-bottom: 100px;
  }

  .tour-accordion-box .winery.overview-left{
    width: 46%;
  }

  .tour-accordion-box .winery.overview-right{
    width: 54%;
  }
}

