
@charset "UTF-8";
.photoarea {margin-bottom:20px;}
.photoarea__img {margin-bottom:13px;}
.tour-detail__title {
  margin-bottom:20px;
  color:#C62525;
  font-weight:bold;
  font-size:20px;
}
.tour-detail__description {
  margin-bottom:20px;
  font-size:16px;
}
.tour-detail__departure {
  display:table;
  width: 100%;
  margin:0 0 10px;
  font-size:16px;
  font-weight:bold;
}
.tour-detail__departure--day {
  display:table-cell;
  padding:15px 20px;
  width:86px;
  color:#fff;
  background-color:#555;
  white-space: nowrap;
}
.tour-detail__departure--detail {
  display:table-cell;
  padding:15px;
  background-color:#F4F4F4;
}
.tour-detail__list {
  margin-bottom: 15px;
  padding: 10px 15px;
  width: 100%;
  border: 4px solid #ddd;
}
.tour-detail__list li {
  display: flex;
  justify-content: space-between;
  padding: 5px 0;
  border-bottom: none;
  background-image: linear-gradient(to right, #707070, #707070 5px, transparent 2px, transparent 4px);
  background-size: 9px 1px;
  background-position: bottom;
  background-repeat: repeat-x; 
}
.tour-detail__list li:first-child {
  padding-top: 0;
}
.tour-detail__list li:last-child {
  padding-bottom: 0;
  background: none;
}
.tour-detail__list--title {
  margin-right: 10px;
  white-space: nowrap;
}
.tour-detail__comment {
  margin-bottom:15px;
  padding:5px 5px 14px;
  border:4px solid #ddd;
}
.tour-detail__comment--title {
  margin-bottom:12px;
  padding:10px 11px 9px 11px;
  font-size:16px;
  font-weight:bold;
  background-color:#EFEFEF;
}
.tour-detail__comment--area {
  display:flex;
  align-items:center;
  padding:0 5px 0 11px;
}
.tour-detail__comment--area img {
  border-radius: 50%;
  border: 1px solid #707070;
  width: 85px;
  height: 85px;
  object-fit: cover;
}
.tour-detail__comment--balloon {
  position: relative;
  display: inline-block;
  margin: 0 0 0 20px;
  padding: 7px 10px;
  color: #555;
  background: #FFF;
  border: solid 1px #707070;
  border-radius: 7px;
}
.tour-detail__comment--balloon:before {
  content: "";
  position: absolute;
    top: 50%;
    left: -13px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 7px solid #FFF;
  z-index: 2;
}
.tour-detail__comment--balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -14px;
  margin-top: -7px;
  border: 7px solid transparent;
  border-right: 7px solid #707070;
  z-index: 1;
}
.tour-detail__comment--word {line-height:1.5;}
.tour-detail__news{
  margin-bottom:20px;
  padding:10px;
  background-color:#FFF5E3;
}
.tour-detail__news--title{
  position:relative;
  margin-bottom:10px;
  padding:0 0 5px 30px;
  border-bottom:1px solid #FEA100;
  font-size:20px;
  font-weight:bold;
}
.tour-detail__news--title:before{
  content: '';
  background:url(https://assets.pandabus.com/assets/user/image/svg/warning.svg) no-repeat;
  position:absolute;
  top:6px;
  left:0;
  width:24px;
  height:22px;
  background-size:24px 22px;
  padding-left:30px;
}
.tour-detail__news--word {font-size:16px;}
.tour-detail__plan {
  margin-bottom:10px;
  padding:27px 11px 12px;
  background-color:#f8f8f8;
}
.tour-detail__plan--title {
  margin-bottom:15px;
  padding-bottom:18px;
  border-bottom:1px solid #ccc;
  font-size:18px;
  font-weight:bold;
}
.tour-detail__plan--content {
  display:flex;
  justify-content:flex-start;
  margin-bottom: 15px;
  padding-bottom:20px;
  font-size:16px;
  border-bottom:1px solid #ccc;
}
.tour-detail__plan--content-img {
  margin-left:18px;
  width:100%;
}
.tour-detail__plan--content-img img {
  width: 200px;
  height: 150px;
  object-fit: cover;
}
.tour-detail__plan--p-list {
  margin-bottom:10px;
  width:100%;
  font-size:16px;
}
.tour-detail__plan--p-list li {
  display: flex;
  justify-content: space-between;
  border-bottom: none;
  background-image: linear-gradient(to right, #BFBFBF, #BFBFBF 5px, transparent 2px, transparent 4px);
  background-size: 9px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.tour-detail__plan--p-list-special tr {
  border-bottom: none;
  background-image: linear-gradient(to right, #BFBFBF, #BFBFBF 5px, transparent 2px, transparent 4px);
  background-size: 9px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.tour-detail__plan--p-list li:first-child,
.tour-detail__plan--p-list-special tr:first-child {background:none;}
.tour-detail__plan--p-list-class {
  padding:10px 0;
  text-align:left;
  font-weight:500;
}
.tour-detail__plan--p-list-price {
  padding:10px 0;
  color:#FF2C00;
  font-weight:bold;
  text-align:right;
}
.tour-detail__plan--p-list tr:last-child th,
.tour-detail__plan--p-list tr:last-child td {border:none;}

/*Specialリスト*/
.tour-detail__plan--special-area{
  margin-bottom:10px;
  padding:0 5px;
  background-color:#fff;
}
.tour-detail__plan--p-list-special {margin-bottom:20px;}
.tour-detail__plan--p-list-special table {width:100%;}
.tour-detail__plan--p-list-special th {
  padding: 10px 13px;
  text-align:left;
  font-weight:500;
}
.tour-detail__plan--p-list-special td {
  padding: 10px 13px;
  text-align: right;
}
.tour-detail__plan--p-list-special td div {display:inline;}
.tour-detail__plan--special-discount {
  margin-right:13px;
  color:#FF3200;
  font-size:16px;
}
.tour-detail__plan--sp-original {
  text-decoration: line-through;
  font-size:14px;
  color:#333;
}
.tour-detail__plan--special-price {
  color:#FF3200;
  font-size:16px;
  font-weight:bold;
}
/*Specialリスト_end*/
.tour-detail__plan--special{
  margin-bottom:13px;
  font-size:16px;
  font-weight:bold;
}
.tour-detail__plan--special-mark {
  margin-right:12px;
  padding:4px 12px;
  color:#fff;
  background-color:#FEA100;
  border-radius:30px;
}
.tour-detail__plan--sp-original {
  text-decoration: line-through;
  font-size:14px;
  color:#333;
}
.tour-detail__plan--d-link {
  width:100%;
  display:inline-flex;
  justify-content: center;
  align-items: center;
  padding:10px 0;
  margin:1px 0 20px;
  background-color:#fff;
  border:1px solid #ccc;
}
.tour-detail__plan--d-link span {
  position: relative;
  padding-left: 20px;
  text-align: center;
  font-size: 16px;
  color: #333;
} 
.tour-detail__plan--d-link span:before {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  content: '';
  background: url(https://assets.pandabus.com/assets/user/image/svg/yaji.svg) no-repeat;
  background-size: 15px 15px;
  width: 15px;
  height: 15px;
}
.tour-detail__plan--d-link:hover {
  transition:all 0.5s ease;
  opacity: 0.7;
}
.tour-detail--c-title {
  margin-bottom:15px;
  padding: 0 0 7px;
  font-size:20px;
  font-weight:bold;
  position: relative;
}
.tour-detail--c-title:after {
  display: block;
  content:'';
  width: 100%;
  height: 1px;
  background:linear-gradient(#fea100 0%, #ff7600 50.2%, #ff3200 100%);
}
.tour-detail__introduction {
  margin-bottom:47px;
  padding-top:17px;
}
.tour-detail__introduction--area {
  position:relative;
  display:flex;
  padding:15px;
  align-items:flex-start;
  border:1px solid #ccc;
}
.tour-detail__introduction--area::after {
  content: "";  
  display: block; 
  clear: both;  
}
.tour-detail__introduction--word{
  padding-bottom:30px;
}
.tour-detail__introduction .tour-detail__introduction--img {
  margin-right:15px;
  width:100%;
  height: 137px;
}
.tour-detail__introduction--area .c-btn__orange.small {
  position:absolute;
  right:15px;
  bottom:15px;
  margin:0;
}
.tour-detail__introduction .slick-slider {margin: 0 auto;}

.tour-detail__introduction .slick-prev {
  position:absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.tour-detail__introduction .slick-next {
  position:absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.tour-detail__introduction button.slick-prev.slick-arrow,
.tour-detail__introduction button.slick-next.slick-arrow {
  width:22px;
  height:22px;
  background-size:22px 22px;
}

.tour-detail__introduction .slick-prev {left: 0px;}
.tour-detail__introduction .slick-next {right: 0px;}
.tour-detail__payment dt {font-weight:bold;}
.tour-detail__payment dd {
  padding-bottom:15px;
  font-size:14px;
}
dd.tour-detail__payment--pd-no {padding-bottom:0;}
.tour-detail__payment--credit {
  float:left;
  margin-right:38px;
  padding-top:3px;
} 
.tour-detail__payment--icon figure {
  float:left;
  margin-right:5px;
}
.tour-detail__btn--reserv {
  display:block;
  padding:10px 35px 9px;
  background-color:#FF3200;
  border-radius: 40px;
  overflow:hidden;
  color:#fff;
  font-size:16px;
  font-weight:bold;
  text-decoration: none;
  text-align:center;
  cursor: pointer;
}
.tour-detail__btn--reserv.tour-detail__btn--reserv--close {
  background-color:#ccc;
  pointer-events: none;
}
.t-schedule__plan--area {
  display:flex;
  align-items:center;
}
.t-schedule__plan--btn-panda {width:18px;}
/*ツアーメインギャラリーslide*/
#photoarea__wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#photoarea__slide {
  position:relative;
  width: 588px;
  height:355px;
  margin: 0 auto;
}
.slide--item img {
  width: 588px;
  height: 354px;
  object-fit: cover;
}
#photoarea__thumbnail {
  width: 588px;
  margin: 0 auto 13px;
  padding:6px 4px 4px 6px;
  display: flex;
  flex-wrap: wrap;
  background-color:#F2F2F2;
}
.thumbnail--item {
  margin:0 2px 2px 0;
  width:55.8px;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
}
.thumbnail--item:after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  transition: 0.3s linear;
}
.thumbnail--item:hover:after,
.thumbnail--item.thumbnail-current:after {
  opacity: 0;
}
.thumbnail--item img {
  width: 100%;
  margin: 0 auto;
}
.photoarea .slick-prev {
  position:absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
.photoarea .slick-next {
  position:absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
/*ツアーメインギャラリーslide_end*/

/*ツアー関連アコーディオン*/
.t-accordion-area {
  margin-bottom: 33px;
}
.t-accordion__toggle--switch {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
  padding: 10px 0 10px 33px;
  font-size: 15px;
  color: #333;
}
.t-accordion__toggle--switch::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 1px;
  position: absolute;
    bottom:0;
    left:0;
  border-bottom: none;
  background-image: linear-gradient(to right, #BFBFBF, #BFBFBF 5px, transparent 2px, transparent 4px);
  background-size: 9px 1px;
  background-position: top;
  background-repeat: repeat-x;
}
.t-accordion__toggle--contents {
  display: none;
  margin-top: 5px;
  padding: 14px 34px 30px 33px;
  font-size: 15px;
}
.t-accordion__answer-cont {
  padding: 5px 20px 40px 20px;
  background-color: #F8F8F8;
}
.tour-detail--c-title.tour-qa--title {
  margin-bottom: 1px;
}
.t-accordion__toggle--switch span::before,
.t-accordion__toggle--switch span::after {
  content: '';
  display: block;
  width: 12px;
  height: 2px;
  background: #FF7600;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}
.t-accordion__toggle--switch span::after {
  background: #FF7600;
  transform: translateY(-50%) rotate(90deg);
  transition: 0.5s;
}
.t-accordion__toggle--switch.open span::after {
  display: none;
  transition: 0.5s;
}
/*ツアー関連アコーディオン_end*/
/*カレンダー、予約内容表示*/
.tour-detail__icon-w--calendar {
  display:inline-block;
  font-size:14px;
  padding-left:28px;
  color:#333;
  text-decoration:none;
  cursor:pointer;
}
.tour-detail__icon-w--calendar:hover {
  transition:all 0.5s ease;
  opacity: 0.7;
}
.tour-detail__icon-w--calendar:hover:before {
  opacity: 1.0;
}
.tour-detail__icon-w--calendar:before {
  content: '';
  background: url(https://assets.pandabus.com/assets/user/image/svg/icn_calendar.svg) no-repeat;
  background-size:20px 21px;
  width:20px;
  height:21px;
  position:absolute;
  left:0;
  margin:auto;
}
.tour-detail__schedule {
  position:relative;
  margin: 10px 0 0;
  padding: 0;
  min-height:45px;
}
.tour-detail__schedule.openup{
  display:flex;
  flex-direction: column-reverse;
}
.tour-detail__schedule label.btn--basic {
  cursor: pointer;
  display:block;
  position:relative;
  margin-bottom:15px;
  padding:11px 0;
  background: url(https://assets.pandabus.com/assets/user/image/svg/plus.svg) no-repeat right 20px top 15px;
  background-size:12px 12px;
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:25px;
  font-size:14px;
  color:#333;
  text-align:center;
  text-decoration:none;
  transition:all 0.5s ease;
}
.tour-detail__schedule label.btn--basic:after {
  content: "を表示";
}
.tour-detail__schedule input {
  display: none;
}
.tour-detail__schedule .tour-detail__schedule--hidden-show,
.tour-detail__calendar--close:checked ~ .tour-detail__schedule--hidden-show {
  height: 0;
  overflow: hidden;
  opacity: 0;
  padding: 0;
  text-align: left;
  transition: 0.5s;
}
.tour-detail__schedule input:checked ~ .tour-detail__schedule--hidden-show {
  height: auto;
  opacity: 1;
  padding: 8px 0 0;
}
.tour-detail__schedule input:checked + label.btn--basic {
  background: url(https://assets.pandabus.com/assets/user/image/svg/minus.svg) no-repeat right 20px top 20px;
  transition:all 0.5s ease;
}
.tour-detail__schedule input:checked + label.btn--basic:after {
  content: "を閉じる";
}
.tour-detail__schedule label.btn--basic:hover,
.tour-detail__schedule input:checked + label.btn--basic:hover {
  opacity: 0.7;
  transition:all 0.5s ease;
}
.tour-detail__schedule label.btn--basic:hover:after,
.tour-detail__schedule input:checked + label.btn--basic:hover:after {
  opacity: 1.0;
}
.tour-detail__schedule.t-calendar input:checked ~ .tour-detail__schedule--hidden-show {
  padding-top:50px;
}
.tour-detail__schedule label.tour-detail__calendar--close {
  cursor: pointer;
  display:block;
  position:relative;
  margin-bottom:15px;
  padding:11px 0;
  background: url(https://assets.pandabus.com/assets/user/image/svg/minus.svg) no-repeat right 20px top 16px;
  background-size:10px 10px;
  background-color:#fff;
  border:1px solid #ccc;
  border-radius:25px;
  font-size:14px;
  color:#333;
  text-align:center;
  text-decoration:none;
}
.tour-detail__schedule label.tour-detail__calendar--close:hover {
  opacity: 0.7;
  transition:all 0.5s ease;
}
.tour-detail__schedule label.tour-detail__calendar--close:hover:after {
  opacity: 1.0;
}
.tour-detail__schedule.t-calendar label.btn--basic:after {
  content:none;
}
.tour-detail__schedule label.tour-detail__btn--reserv {
  display: inline-block;
  position:absolute;
   top:0;
   right:0;
}
.tour-detail__schedule label.tour-detail__btn--reserv:hover {
  opacity: 0.7;
  transition:all 0.5s ease;  
}
.tour-detail__schedule label.tour-detail__btn--reserv:hover:after {
  opacity: 1.0;
}
.t-calendar label.tour-detail__icon-w--calendar {
  position:absolute;
  top:13px;
  right:160px;
}
.tour-detail__schedule--area {
  display:flex;
  margin-bottom:15px;
}
.t-schedule {width:288px;}
.t-schedule__month {
  display:flex;
  justify-content:space-between;
  align-items: center;
  margin-bottom:18px;
}
.t-schedule__calendar {
  font-size:18px;
  font-weight:bold;
  text-align:center;
}
.t-schedule__calendar--area {
  margin-left: 1px;
  width:100%;
}
.t-schedule__calendar--area thead th {
  padding-bottom:5px;
  text-align:center;
  font-size:14px;
  font-weight:500;
}
.t-schedule__calendar--area tbody {background-color:#fff;}
.t-schedule__calendar--area tbody th {width:14%;}
.t-schedule__calendar--area tbody td {
  position:relative;
  padding:3px 2px 3px 5px;
  border:1px solid #ccc;
}
.calendar--date {
  padding-bottom:8px;
  font-size:10px;
}
.calendar--currency,
.calendar--price {
  font-size:12px;
  text-align:right;
  line-height:12px;
}
.t-schedule__calendar--next-month {
  position:absolute;
  background-color:#E1E1E1;
  opacity: 0.3;
  transition:all 0.5s ease;
  z-index:2;
}
.t-reservation {
  padding:30px 0 0 10px;
  width:288px;
}
.t-reservation__select {width:100%;}
.t-reservation__select tr {
  border-top:1px solid #ccc;
}
.t-reservation__select th {
  padding:13px 10px 10px;
  font-size:16px;
  font-weight:500;
  text-align:left;
  word-break: break-all;
}
.t-reservation__select td {text-align:right;}
.t-reservation__select--price {color:#FF3200;}
.t-reservation__select .table__area--select {max-width:100%;}
.t-reservation__select .table__area--select select {padding: 9px 38px 7px 10px;}
.t-reservation__select .table__area--select::before {
  position: absolute;
  top: 48%;
  right: 0.9em;
    -webkit-transform: translateY(-48%) rotate(45deg);
    transform: translateY(-48%) rotate(45deg);
  width: 8px;
  height: 8px;
}
.t-reservation__select + a.tour-detail__btn--reserv {
  padding:17px 0 16px;
}
.t-schedule__plan--btn {
  display:block;
  padding:11px 18px 10px;
  border:1px solid #ccc;
  border-radius:30px;
  background-color:#fff;
  color:#FEA100;
  font-size:16px;
  font-weight:bold;
  text-decoration:none;
  cursor: pointer;
}

.t-schedule__plan--btn:hover {
  opacity: 0.7;
}
.t-reservation__select + a.tour-detail__btn--reserv:hover {
  color: #fff;
  opacity: 0.7;
  transition:all 0.5s ease;
}
.t-schedule__plan--btn:hover:after,
.t-reservation__select + a.tour-detail__btn--reserv:hover:after{
  opacity: 1.0;
}
/*カレンダー、予約内容_end*/
/*スケジュール表示*/
.tab__area label{
  display:inline-block;
  margin:0;
  padding:12px 27px 11px;
  color:#fff;
  background:#FF7600;
  border:none;
  text-align:center;
  font-size:16px;
  font-weight:bold;
  cursor:pointer;
  border-radius: 10px 10px 0 0;
}
.tab__area label:after {content:none;}
.panel__area {
  background:#fff;
}
.panel__area--panel {
  display:none;
  padding:12px 0;
  width:100%;
}
#schedule--tab1:checked ~ .tab__area .tab1_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab1:checked ~ .panel__area #panel__area--panel1{display:block;}
#schedule--tab2:checked ~ .tab__area .tab2_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab2:checked ~ .panel__area #panel__area--panel2{display:block;}
#schedule--tab3:checked ~ .tab__area .tab3_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab3:checked ~ .panel__area #panel__area--panel3{display:block;}
#schedule--tab4:checked ~ .tab__area .tab4_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab4:checked ~ .panel__area #panel__area--panel4{display:block;}
#schedule--tab-sp:checked ~ .tab__area .tab--sp-label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab-sp:checked ~ .panel__area #panel__area--panel-sp{display:block;}

#schedule--tab1-2:checked ~ .tab__area .tab1-2_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab1-2:checked ~ .panel__area #panel__area--panel1-2{display:block;}
#schedule--tab2-2:checked ~ .tab__area .tab2-2_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab2-2:checked ~ .panel__area #panel__area--panel2-2{display:block;}
#schedule--tab3-2:checked ~ .tab__area .tab3-2_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab3-2:checked ~ .panel__area #panel__area--panel3-2{display:block;}
#schedule--tab4-2:checked ~ .tab__area .tab4-2_label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab4-2:checked ~ .panel__area #panel__area--panel4-2{display:block;}
#schedule--tab-sp-2:checked ~ .tab__area .tab--sp-2-label{background:#fff; color:#333;border:1px solid #ccc;border-bottom:0;}
#schedule--tab-sp-2:checked ~ .panel__area #panel__area--panel-sp-2{display:block;}

input #schedule--tab-sp,input #schedule--tab-sp-2,
label.tab--sp-label,label.tab--sp-2-label,
.t-side__plan--sp-cont {
  display:none;
}
.panel__area--precautions {font-size:16px;}

.panel--t-list {
  display:flex;
  flex-wrap: wrap;
  margin-bottom:20px;
}
.panel--t-list li {
  border-right:1px solid #707070;
  box-sizing: border-box;
  font-size:14px;
  padding:0 15px;
  width: 77px;
}
.panel--t-list li:first-child {
  padding:0;
  border:none;
}
.panel--t-list a {
  color:#FF7600;
}
h2.panel__area--title {
  padding-bottom:11px;
  margin-bottom:20px;
  border-bottom:1px solid #555;
}
h4.panel__area--title {padding-bottom:17px;}
.panel__area--title,
.panel__time-area--title {
  font-weight:bold;
  font-size:16px;
}
.panel__time-area-sc {margin-bottom: 30px;}
.panel__time-area-sc > h2.panel__time-area--title {
  padding:8px 0 11px;
}
.panel__time-area-sc--cont {
  position:relative;
  margin-left:6px;
  padding:0 0 30px 20px;
  border-left:5px solid #FEA100;
}
.panel__time-area-sc--cont:last-child {
  border:none;
  margin-left:11px;
  padding-bottom:0;
}
.panel__time-area-sc--cont:last-child .panel__time-area--time:after {
  content:'';
  position:absolute;
  top:-5px;
  left:-25px;
  border-left:5px solid #FEA100;
  height:15px;
}
.panel__time-area--time {
  position:relative;
  display:inline-block;
  padding:3px 8px 2px 9px;
  border-radius:30px;
  background-color:#FEA100;
  color:#fff;
  font-size:12px;
}
.panel__time-area-sc--cont .panel__time-area--time:before {
  content:'●';
  position:absolute;
  top:0;
  left:-31px;
  color:#FEA100;
  font-size:17px;
}
.panel__time-area-sc li:first-child .panel__time-area--time:before {
  background-color:#fff;
  height:10px;
}
.panel__time-area--day-before {
  display: inline-block;
  padding:3px 0 2px;
  width: 64px;
  color: #FEA100;
  background-color: #fff;
  border: 1px solid #FEA100;
  border-radius:30px;
  font-size: 12px;
  text-align: center;
}
.panel__area--a-meeting-time {
  margin-bottom: 12px;
  color: #FEA100;
  font-size: 16px;
  font-weight: normal;
}
.panel__time-area--itemtitle {
  padding:8px 0 11px;
  font-weight:bold;
  font-size:16px;
}
.panel__time-area--d-word { font-size:12px;}
.panel__time-area-sc--cont img {
  padding:12px 0 20px;
  height: 250px;
  width: 275px;
  object-fit: cover;
}
.panel__time-area {margin-bottom:10px;}
.panel__time-area--title .panel__time-area--time,
.panel__time-area--title .panel__time-area--itemtitle {display:inline-block;}
.panel__time-area--g-map {
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}
.panel__time-area--g-map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.panel__area--supplement {
  display:flex;
  margin-bottom:24px;
}
.panel__area--supplement-img {
  margin-right:20px;
  width:200px;
  height: 159px;
  object-fit: cover;
}
.panel__area--supplement-word,
.panel__area--add-supplement-word {
  font-size:14px;
}
.panel__area--add-supplement-word {padding-bottom:17px;}
.panel__area--document {
  color:#FF7600;
  font-size:16px;
}
.panel__area--dashed {
  padding:18px 0 26px;
  border-top:1px dashed #ccc;
  margin-bottom: 10px;
}
/*スケジュール表示_end*/
/*movie*/
.c-movie-wrap__area {
  position: relative;
  padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
  height: 0;
  margin-bottom: 20px;
  overflow: hidden;
}
.c-movie-wrap__area iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/*movie_end*/
/*ソート型デザインのセレクト_end*/
.cont__sidemenu--right .c-sidebar__title {background-color:#fff;}

.t-reserv__p-news{
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:10px;
}
.t-reserv__p-news--callout{
  position:relative;
  width:242px;
  height:45px;
  background:#FFFFFF;
  padding:10px 5px;
  text-align:left;
  border:1px solid #CCCCCC;
  color:#666666;
  font-size:15px;
  border-radius:13px;
  -webkit-border-radius:13px;
  -moz-border-radius:13px;
}
.t-reserv__p-news--callout:after,.t-reserv__p-news--callout:before{
  border: solid transparent;
  content:'';
  height:0;
  width:0;
  pointer-events:none;
  position:absolute;
  left:100%;
  top:50%;
}
.t-reserv__p-news--callout:after{
  border-color: rgba(255, 255, 255, 0);
  border-top-width:5px;
  border-bottom-width:5px;
  border-left-width:8px;
  border-right-width:8px;
  margin-top: -5px;
  border-left-color:#FFFFFF;
}
.t-reserv__p-news--callout:before{
  border-color: rgba(204, 204, 204, 0);
  border-top-width:6px;
  border-bottom-width:6px;
  border-left-width:9px;
  border-right-width:9px;
  margin-top: -6px;
  margin-left: 1px;
  border-left-color:#CCCCCC;
}
.t-reserv__p-news--word {
  font-size:16px;
  line-height:20px;
  text-align:center;
}
.t-reserv__p-news--num {
  color:#F40000;
  font-size:20px;
  font-weight:bold;
}
.t-reserv__price--area {
  margin-bottom:10px;
  padding:10px;
  background-color:#F5F5F5;
  text-align:right;
}
.t-reserv__price--num {
  color:#F40000;
  font-weight:bold;
  font-size:40px;
  line-height:1.3;
}
.t-reserv__price--currency {
  padding-right:5px;
  font-size:20px;
}
.t-reserv__price--tax {
  font-weight:bold;
  line-height:1.3;
}
.sp__evaluation {
  display: none;
}
.t-reservation__select .c__sort {
  width:118px;
}
.cont__sidemenu--right .tour-detail__btn--reserv {
  margin-bottom:13px;
  padding:17px 0;
  font-size:20px;
}
.cont__sidemenu--right .tour-detail__btn--reserv:hover {
  color: #fff;
  opacity: 0.7;
  transition:all 0.5s ease;
}
.cont__sidemenu--right .tour-detail__btn--reserv:hover:after {
  opacity: 1.0;
}
.c-sidemenu__evaluation {
  visibility: visible;
  display:flex;
  margin-bottom:10px;
  font-size:16px;
  color:#333;
}
.c-sidemenu__evaluation--star {
  width:100%;
  display:flex;
  justify-content: space-between;
}
.c-sidemenu__evaluation--title {
  width:100%;
  font-weight:bold;
}
.t-list__new-tour--title,
.t-list__fav--title,
.t-list__b-history--title {margin-bottom:10px;}
.t-list__latest-ex--title:before {background: url(https://assets.pandabus.com/assets/user/image/svg/feather-pen.svg) no-repeat;}
.t-list__fav--title:before {background: url(https://assets.pandabus.com/assets/user/image/svg/crown.svg) no-repeat;}
.t-list__new-tour--title:before {background: url(https://assets.pandabus.com/assets/user/image/svg/new.svg) no-repeat;}
.t-list__b-history--title:before {background: url(https://assets.pandabus.com/assets/user/image/svg/newspaper.svg) no-repeat;}
.t-list__latest-ex--title:before,
.t-list__fav--title:before,
.t-list__new-tour--title:before,
.t-list__b-history--title:before {
  content:'';
  display: inline-block;
  position: absolute;
  left: 7px;
  width:27px;
  height:27px;
  background-size:27px; 
}
.t-ex {margin-bottom:22px;}
.t-ex__user {margin-top:20px;}
.t-ex__user > li {
  padding-bottom:25px;
  margin-bottom:10px;
  border-bottom:1px solid #ccc;
}
.t-ex__user--area {
  display:flex;
  align-items: center;
  padding-bottom:3px;
  font-size:14px;
}
.t-list {margin-bottom:15px;}
.t-list__area--cont {display:flex;}
.t-list__area--img {
  margin-right:15px;
  height: 97px;
  width: 97px;
  object-fit: cover;
}
.t-list__area--title {
  font-size:16px;
  font-weight:500;
}
.c-sidemenu__evaluation--star li {margin-right:0;}
.t-ex__user--star {margin-left:auto;}
.t-ex__user--img {margin-right:5px;}
.t-ex__user--img img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 1px solid #707070;
}
.t-ex__user--word,
.t-list__area--place,
.t-side__plan--txt,
.t-side__p-list--detail {font-size:14px;}
.t-list__area--price {
  color:#FF3200;
  font-size:18px;
  font-weight:bold;
}
.t-list__area > li {
  margin-bottom:15px;
  padding-bottom:10px;
  border-bottom:1px solid #ccc;
}
.t-side__plan {
  margin-bottom:20px;
  border:1px solid #EFEFEF;
  background-color:#fff;
}
.t-side__plan--other {
  padding:11px 10px 8px;
  background-color:#EFEFEF;
  font-size:16px;
  font-weight:bold;
}
.t-side__plan--area {padding:5px;}
.t-side__plan--title {
  font-size:18px;
  font-weight:500;
}
.t-side__p-list {
  display:flex;
  align-items:center; 
}
.t-side__p-list--price{
  padding-right:7px;
  font-size:22px;
  color:#FF3200;
}
.t-side__p-list--price span {font-size:16px;}
.t-side__plan--area .c-btn__orange.small{
  margin:0;
  width:100%;
}

/* アコーディオン */
  .tour-detail__accordion {
    margin-bottom: 15px;
  }

  .tour-detail__accordion-click, .tour-detail__accordion-content {
    padding: 10px;
  }

  .tour-detail__accordion-click {
    border: 1px solid #ccc;
    border-radius: 25px;
    color: #333;
    cursor: pointer;
    font-size: 14px;
    position: relative;
    text-align: center;
  }
  .tour-detail__accordion-click span {
    content: '';
    display: block;
    width: 12px;
    height: 2px;
    background: #FF7600;
    position: absolute;
      right: 20px;
      top: 50%;
    transform: translateY(-50%);
    transition: all 300ms 0s ease;
  }
  .tour-detail__accordion-click span:nth-child(2) {
    right: 25px;
    height: 12px;
    width: 2px;
  }
  .tour-detail__accordion-click.open span:nth-child(2) {
    top: 16px;
    transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
  }
  .tour-detail__accordion-click p:after {
    content: '開く';
  }
  .tour-detail__accordion-click.open p:after {
    content: '閉じる';
  }

  .tour-detail__accordion-content {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
  }
  .tour-detail__list--area {
    margin-bottom: 15px;
  }
/* タブ */
  .js-tab-wrap-inner {
    overflow-x: auto;
  }
  .js-tab-wrap ul.js-tab-wrap-area {
    display: flex;
    list-style-type: none;
  }
  .js-tab-btn {
    background-color: #FF7600;
    border-top: 1px solid #FF7600;
    border-right: 1px solid #FF7600;
    border-left: 1px solid #FF7600;
    border-radius: 10px 10px 0 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font-weight: bold;
    margin: 0 2px;
    padding: 10px;
    text-align: center;
    width: 143px;
  }
  .js-tab-btn.current {
    background-color: #fff;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-left: 1px solid #ccc;
    color: #333;
  }
  .js-tab-contents {
    display: none;
  }
  .js-tab-contents.current {
    display: block;
    padding: 12px 0;
    width: 100%;
  }

@media only screen and (min-width:971px){
  .tour-detail__accordion {
    width: 588px;
    margin: 0 auto 15px;
  }
  .tour-detail__introduction .tour-detail__introduction--img {
    width: 137px;
    height: 137px;
    object-fit: cover;
  }

}
@media screen and (min-width:801px) and ( max-width:970px) {
  .t-schedule,
  .t-reservation {width:50%;}
  .c-sidemenu__evaluation {display:none;}
  .c-movie-wrap__area img {margin:0 auto;}
  .t-schedule__plan--btn {border-radius:40px;}
  .t-reservation__select td {text-align:right;}
  .t-ex__user,.t-list__area {padding:0 10px;}
  .cont__sidemenu--right .arrow--link {
    padding:0 10px 0 25px;
  }
  .t-reserv {
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    background-color:#F5F5F5;
    z-index:2;
    display:flex;
    justify-content: space-between;
    padding:10px;
  }
  .t-reserv__p-news {
    display:inline;
    margin-bottom:0;
  }
  .t-reserv__p-news img{display:none;}
  .t-reserv__p-news--callout:before,
  .t-reserv__p-news--callout:after {
    content:none;
    border:none;
  }
  .t-reserv__p-news--callout {
    display:inline-block;
    padding:3px 10px;
    width:auto;
    height:auto;
    border:1px solid #EFEFEF;
    border-radius:30px;
  }
  .t-reserv__p-news--word {
    color:#000;
    font-size:12px;
    font-weight:bold;
  }
  .t-reserv__price--currency {font-size:14px;}
  .t-reserv__price--tax {
    font-size:11px;
    padding-bottom:5px;
  }
  .t-reserv__price--area {background-color:none;}
  .t-reserv__p-news--num {font-size:20px;}
  .t-reserv__price--area {
    display:flex;
    justify-content:flex-start;
    align-items:flex-end;
    margin:0;
    padding:0;
  }
  .t-reserv__price--num {
    padding-right:3px;
    font-size:27px;
  }
  .t-reserv__sp-cont{
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
  }
  .t-side__plan--sp-cont {
    display:block;
    position:fixed;
    left:0;
    bottom:0;
    padding:6px 100px;
    width:100%;
    background-color:#EFEFEF;
    z-index:3;
  }
  .cont__sidemenu--right .tour-detail__btn--reserv {
    font-size:15px;
    padding:22px 37px 20px;
    margin-bottom:0;
  }
  .cont__sidemenu--right > .t-side__plan--sp-cont > .tour-detail__btn--reserv {
    width:100%;
    font-size:16px;
  }
  .t-list:last-child {margin-bottom:0;}
  .t-list__area--title {
    font-weight:bold;
    line-height:1.5;
  }
  .t-list__latest-ex--title:before,
  .t-list__fav--title:before,
  .t-list__new-tour--title:before,
  .t-list__b-history--title:before {left: 17px;}
  .c-sidebar__title {padding:10px 10px 10px 53px;}
  .t-side__plan {margin:0 10px 20px;}
  .t-side__p-list {padding-bottom:10px;}

  .tour-detail__introduction .tour-detail__introduction--img {
    width: 137px;
    height: 137px;
    object-fit: cover;
  }
}

@media only screen and (max-width:800px){
  .t-ex__user,.t-list__area {padding:0 10px;}
  .cont__sidemenu--right .arrow--link {padding:0 10px 0 25px;}
  .t-reserv {
    width:100%;
    position:fixed;
    left:0;
    bottom:0;
    background-color:#F5F5F5;
    z-index:2;
    display:flex;
    justify-content: space-between;
    padding:10px;
  }
  .t-reserv__p-news {
    display:inline;
    margin-bottom:0;
  }
  .t-reserv__p-news img{display:none;}
  .t-reserv__p-news--callout:before,
  .t-reserv__p-news--callout:after {
    content:none;
    border:none;
  }
  .t-reserv__p-news--callout {
    display:inline-block;
    padding:3px 7px;
    width:auto;
    height:auto;
    border:1px solid #EFEFEF;
    border-radius:30px;
  }
  .t-reserv__p-news--word {
    color:#000;
    font-size:12px;
    font-weight:bold;
  }
  .t-reserv__price--currency {font-size:14px;}
  .t-reserv__price--tax {
    font-size:11px;
    padding-bottom:5px;
  }
  .t-reserv__price--area {background-color:none;}
  .t-reserv__p-news--num {font-size:18px;}
  .t-reserv__price--area {
    display:flex;
    justify-content:flex-start;
    align-items:flex-end;
    margin:0;
    padding:0;
  }
  .t-reserv__price--num {
    padding-right:3px;
    font-size:27px;
  }
  .t-reserv__sp-cont {
    display:flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 65%;
  }
  .cont__sidemenu--right .tour-detail__btn--reserv {
    margin-bottom:0;
    padding: 22px 0 20px;
    width: 35%;
    font-size:15px;
  }
  .cont__sidemenu--right > .t-side__plan--sp-cont > .tour-detail__btn--reserv {
    width:100%;
    font-size:16px;
  }
  .t-list:last-child {margin-bottom:0;}
  .t-list__area--title {
    font-weight:bold;
    line-height:1.5;
  }
  .t-list__latest-ex--title:before,
  .t-list__fav--title:before,
  .t-list__new-tour--title:before,
  .t-list__b-history--title:before {left: 17px;}
  .c-sidebar__title {padding:10px 10px 10px 53px;}
  .t-side__plan {margin:0 10px 20px;}
  .t-side__p-list {padding-bottom:10px;}
  .t-side__plan--area .c-btn__orange.small a{padding:10px 0;}
  .t-side__plan--sp-cont {
    display:block;
    position:fixed;
    left:0;
    bottom:0;
    padding:6px 50px;
    width:100%;
    background-color:#EFEFEF;
    z-index:3;
  }
  .slide--item img {
    object-fit: cover;
    height: 70vw;
    width: 100%;
  }
  .photoarea {margin-bottom: 18px;}
  .photoarea .slick-slide,
  .tour-detail__introduction--slider .slick-slide {
    margin: 0;
    padding:0;
  }
  #photoarea__slide {
    width:100%;
    height:auto;
  }
  #photoarea__thumbnail,
  .c-sidemenu__evaluation {display:none;}
  .photoarea .slick-prev,
  .tour-detail__introduction .slick-prev {
    position:absolute!important;
    top: 50%!important;
    left: 0!important;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .photoarea .slick-next,
  .tour-detail__introduction .slick-next {
    position:absolute!important;
    top: 50%!important;
    right: 0!important;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
  }
  .c-movie-wrap__area img {width:100%;}
  .sp__evaluation {
    visibility: visible;
    display:flex;
    margin-bottom:10px;
    font-size:16px;
    color:#333;
  }
  .sp__evaluation--title {
    font-weight:bold;
    margin-right:54px;
  }
  .tour-detail__title {
    font-size:18px;
    margin-bottom:10px;
  }
  .tour-detail__description,
  .tour-detail__plan--p-list td {font-size:14px;}
  .tour-detail__description {margin-bottom: 10px;}
  .tour-detail__departure {
    font-size:16px;
    margin: 40px 0 10px;
  }
  .tour-detail__departure--detail {padding:15px 12px;}
  .tour-detail__list,
  .tour-detail__comment--word {font-size:12px;}
  .tour-detail__news--title {font-size:17px;}
  .tour-detail__news--title:before {top:3px;}
  .tour-detail__plan--p-list th {
    width: 50%;
    font-size:14px;
  }
  .tour-detail__plan--p-list-special {margin-bottom:5px;}
  .tour-detail__plan--p-list-special th {
    display: block;
    padding: 11px 10px;
    width: 100%;
    border-bottom:none;
  }
  .tour-detail__plan--p-list-special td {
    display: block;
    margin-left:0;
    padding:0 10px 5px;
    width: 100%;
    text-align: right;
  }
  .tour-detail__plan--sp-original {color:#000;}
  .tour-detail__plan--special-mark{
    display:block;
    margin-bottom:8px;
    padding:4px 13px;
    width:95px;
    height:30px;
    line-height:23px;
  }
  .tour-detail__plan--special-mark:after {
    content: "\A" ;
    white-space: pre ;
  }
  .tour-detail__plan--content {display:block;}
  .tour-detail__plan--content-img {
    width:100%;
    margin:10px 0 10px;
  }
  .tour-detail__comment--area img {width:60px; height: 60px;}
  .tour-detail__comment--balloon { margin: 0 0 0 10px;}
  .tour-detail__payment {margin-bottom:5px;}
  .tour-detail__payment--credit,
  .tour-detail__payment--icon {
    float:none;
    display:block;
  }
  .tour-detail__payment--credit {margin-bottom:10px;}
  .tour-detail__payment--icon figure {margin-bottom:5px;}
  .tour-detail__introduction {margin-bottom:36px;}
  .tour-detail__introduction--area {padding:10px;}
  .tour-detail__introduction--area .c-btn__orange.small {
    position:static;
    margin:0 auto;
    width:159px;
  }
  .tour-detail__introduction--area .c-btn__orange.small a {
    color:#fff;
    background-color:#FF7600;
  }
  .tour-detail__introduction .tour-detail__introduction--img {
    margin-right: 10px;
    width: 92px;
    height: 92px;
    object-fit: cover;
  }
  .tour-detail__introduction .tour-detail__introduction--img img {
    width: 92px;
    height: 92px;
    object-fit: cover;
  }
  .tour-detail__introduction--word {padding-bottom:11px;}
  .tour-detail__introduction--area .c-btn__orange.small a {padding:9px 40px;}

  .t-accordion__toggle--switch {
    text-decoration: underline;
  }
  .tour-detail__payment {font-size:15px;}
  .tour-detail--c-title {
    margin-bottom:5px;
    padding: 0 0 10px;
  }
  .tour-detail__faq .tour-detail--c-title {
    padding-bottom:0;
  }
  .tour-detail__schedule--area {display:block;}
  .t-reservation {
    width:100%;
    padding-left:0;
  }
  .t-reservation__select tbody tr:last-child th {padding:13px 0 10px;}
  .t-reservation__select--start-time {font-size:14px;}
  .t-reservation__select .table__area--select select {padding: 10px 38px 8px 10px;}
  .t-reservation__select td {text-align:right;}
  .t-schedule {width:100%;}
  .t-schedule__calendar--area {width: 99%;}
  .t-schedule__plan--btn {
    padding: 11px 26px 10px;
    border-radius:40px;
    border:1px solid #707070;
  }
  .t-schedule__plan--btn-word {
    padding-right:15px;
    font-size: 14px;
    font-weight:500;
    text-decoration:underline;
  }
  .t-schedule__plan--btn-panda {width:25px;}
  .panel__time-area-sc--cont {margin-left: 10px;}
  .panel__time-area-sc--cont:last-child {margin-left:15px;}
  .panel__time-area--itemtitle {padding: 8px 0 6px;}
  .panel__time-area-sc--cont img {
    padding: 12px 0 0;
  }
  h4.panel__area--title {
    padding-bottom: 10px;
  }
  .panel__time-area {
    margin-bottom: 10px;
  }
  .panel__area--supplement {
    display: block;
  }
  .panel__area--supplement-img {
    margin-right: 0;
    width: 100%;
  }
  .panel__area--supplement-word,
  .panel__area--add-supplement-word {
    font-size:14px;
    margin-top: 10px;
  }
  .panel__area--add-supplement-word {padding-bottom:17px;}
  .t-calendar label.tour-detail__icon-w--calendar {
    right: 0;
    left: 5px;
  }
  .tour-detail__icon-w--calendar {
    font-size: 4vw;
  }
  .panel__area--precautions {
    font-size: 14px;
  }
  .tab__area {
    overflow-x: auto;
  }
  .tab__area--inner {
    display: flex;
    justify-content: space-between;
    width: 500px;
  }
  .tab__area label:last-child {margin-right:0;}
  .tab__area label {
    font-size:14px;
    padding: 13px 0;
    height: 50px;
    vertical-align: middle;
    width: 24%;
    white-space: nowrap;
  }
  input #schedule--tab-sp,
  label.tab--sp-label{
    visibility:visible;
  }
  label.tab--sp-label,label.tab--sp-label {
    padding-top:4px;
    line-height:1.3;
  }
  .tour-detail__schedule.t-calendar input:checked ~ .tour-detail__schedule--hidden-show {padding-top: 70px;}
  .panel__time-area-sc li:first-child .panel__time-area--time:before {
    position:absolute;
    top:-10px;
    height:15px;
  }
  .panel__time-area-sc--cont:last-child .panel__time-area--time:after {height:18px;}

  .cont__sidemenu--right .c-sidebar__title {
    display: block;
  }
  .js-tab-wrap ul.js-tab-wrap-area {
    width: 588px;
  }
}