@charset "utf-8";
.pc-only {
  display: block;
}
.sp-only {
  display: none;
}
#katsunuma-tour #main-contents {
  margin-bottom: 60px;
}
.katsunuma-tour__mv {
  background-image: url("../images/mv_pc.jpg");
}
.winery_name {
  text-align: center;
  margin-bottom: 50px;
}
.calendar-link {
  display: inline-block;
  font-size: 2.0rem;
  margin-bottom: 35px;
}
.tour-instruction-box .tour-instruction-box_ttl {
  font-size: 3.0rem;
  margin-bottom: 15px;
}
.tour-instruction-box .tour-instruction-list {
  margin-bottom: 55px;
}
.tour-instruction-box .tour-instruction-list .tour-instruction-list_item {
  font-size: 1.8rem;
  line-height: 1.5;
}
.tour-instruction-box .tour-instruction-list .tour-instruction-list_item:first-child {
  font-weight: bold;
  color: #ff0000;
}
.btn-reserve {
  display: block;
  text-align: center;
}
.tour-detail-box {
  position: relative;
  margin-top: 85px;
  margin-bottom: 55px;
}
.tour-detail-box.bg_frame {
  position: relative;
  border: 1px solid black !important;
}
.tour-detail-box.bg_frame::before,
.tour-detail-box.bg_frame::after {
  content: '';
  background: url("../images/bg_kado_pc.png")center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: -1px;
  left: -1px;
  width: 960px;
  height: 20px;
}
.tour-detail-box.bg_frame::before {
  top: -1px;
}
.tour-detail-box.bg_frame::after {
  bottom: -1px;
  transform: rotate(180deg);
}
.tour-detail-box .tour-detail-box_ttl {
  position: absolute;
  top: -4%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0 auto;
  width: 100%;
  text-align: center;
}
.tour-detail-box .text {
  font-size: 1.8rem;
  color: #5a3d1c;
}
.tour-detail-box-inner-top {
  display: grid;
  grid-template-columns: 530px 1fr;
  grid-template-rows: 160px 1fr;
  padding: 0 0 0 25px;
}
.tour-detail-box-inner-top .text {
  padding-top: 45px;
  grid-row: 1 / 2;
  grid-column: 1 / 2;
}
.tour-detail-box-inner-top .photo {
  display: inline-block;
  width: 390px;
  margin-left: 13px;
  grid-column: 2 / 3;
}
.tour-detail-box-inner-top .tour-detail-box_list {
  width: 790px;
  margin-left: 1rem;
  margin-bottom: 1rem;
  grid-row: 2 / 3;
  grid-column: 1 / 3;
}
.tour-detail-box-inner-top .tour-detail-box_list li {
  margin-bottom: 0px;
}
.tour-detail-box-inner-top .tour-detail-box_list li:last-of-type {
  margin-left: 155px;
}
.tour-detail-box-inner-top .tour-detail-box_list li p {
  margin-bottom: 5px;
}
.tour-detail-box-inner-top .tour-detail-box_list li dl {
  display: flex;
}
.tour-detail-box-inner-top .tour-detail-box_list li dl dt {
  color: #5a3d1c;
  width: 155px;
}
.tour-detail-box-inner-top .tour-detail-box_list li dl dd {
  width: calc(100% - 155px);
  padding: inherit;
}
.tour-detail-box-inner-top .tour-detail-box_list li:nth-child(2) span,
.tour-detail-box-inner-top .tour-detail-box_list li:last-of-type p {
  font-size: 15px;
}
.tour-detail-box-inner-bottom {
  background: #000;
  background-image: url("../images/goldbar.png");
  background-repeat: no-repeat;
  background-position: top;
  padding: 20px 35px;
  display: flex;
  justify-content: space-between;
}
.tour-detail-box-inner-bottom .left {
  width: 315px;
}
.tour-detail-box-inner-bottom .left > p {
  color: #fff;
  /* text-align: left; */
  font-size: 1.8rem;
}
.tour-detail-box-inner-bottom .left .txt-ttl {
  color: #d5b345;
  font-size: 2.4rem;
  text-align: center;
  margin: 0 0 10px 0;
}
.tour-detail-box-inner-bottom .right {
  width: 524px;
  height: 194px;
  box-sizing: border-box;
  padding: 0 25px 0;
  background-image: url("../images/bg_bottom_frame.png");
  background-repeat: no-repeat;
}
.tour-detail-box-inner-bottom .right > p {
  color: #fff;
  margin-bottom: 12px;
}
.tour-detail-box-inner-bottom .right .txt-ttl {
  text-align: center;
  padding-bottom: 5px;
  margin: 10px 0 10px 0;
  font-size: 2.6rem;
  border-bottom: 1px solid #bf9b46;
  border-image: linear-gradient(to right, #bf9b46 0%, #fffbdc 20%, #bf9b46 40%, #fffbdc 75%, #bfad73 100%);
  border-image-slice: 1;
}
.tour-detail-box-inner-bottom .right ul {
  margin-bottom: 15px;
}
.tour-detail-box-inner-bottom .right ul li {
  font-size: 1.8rem;
  padding-left: 1.8rem;
  position: relative;
  color: #fff;
  margin-bottom: 0.5rem;
}
.tour-detail-box-inner-bottom .right ul li:before {
  content: '●';
  font-size: 1.5rem;
  position: absolute;
  top: 50%;
  left: 0%;
  transform: translateY(-50%);
}
.tour-detail-box-inner-bottom .right ul li.red:before {
  color: #7e1136;
}
.tour-detail-box-inner-bottom .right ul li.green:before {
  color: #8dc59e;
}
.tour-message-box {
  position: relative;
  display: flex;
  margin-bottom: 40px;
}
.tour-message-box.bg_frame::before,
.tour-message-box.bg_frame::after {
  content: '';
  background: url("../images/bg_kado_pc.png") center top no-repeat;
  background-size: 100% auto;
  position: absolute;
  right: 0;
  left: 0;
  width: 960px;
  height: 20px;
}
.tour-message-box.bg_frame::after {
  bottom: 0px;
  transform: rotate(180deg);
}
.tour-message-box .tour-message-box-left {
  width: 570px;
  box-sizing: border-box;
  background-color: #673905;
  padding: 35px 15px 0 25px;
}
.tour-message-box-left .tour-message-box-left_ttl {
  font-size: 30px;
  color: #d5b345;
  text-align: center;
  margin-bottom: 15px;
}
.tour-message-box-left .tour-message-box-left_txt {
  color: #fff;
  line-height: 1.32 !important;
  text-align: left;
}
@media screen and (max-width: 768px),
print {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
  #katsunuma-tour #main-contents {
    padding-left: inherit;
    padding-right: inherit;
    margin-bottom: 8vw;
  }
  #katsunuma-tour .katsunuma-tour-contents01 {
    padding: 0 3.33333vw 0;
  }
  #katsunuma-tour .katsunuma-tour__mv .catch {
    top: 0;
    left: 50%;
    right: inherit;
    transform: translateX(-50%);
    text-align: center;
  }
  .winery_name {
    width: 77vw;
    margin: 4% auto 8vw;
    text-align: center;
  }
  .lede {
    margin-bottom: 4.67vw;
  }
  .calendar-link {
    font-size: 3.8vw;
    margin-bottom: 9.33vw;
  }
  .tour-instruction-box .tour-instruction-box_ttl {
    font-size: 4.53vw;
    margin-bottom: 2.8vw;
  }
  .tour-instruction-box .tour-instruction-list {
    margin-bottom: 9.33vw;
  }
  .tour-instruction-box .tour-instruction-list .tour-instruction-list_item {
    font-size: 3.2vw;
    margin-bottom: 1vw;
  }
  .btn-reserve {
    width: 80vw;
    margin: 0 auto;
  }
  .tour-detail-box {
    margin: 15vw 0 4.27vw 0;
  }
  .tour-detail-box.bg_frame::before,
  .tour-detail-box.bg_frame::after {
    content: none;
  }
  .tour-detail-box .tour-detail-box_ttl {
    width: 81vw;
  }
  .tour-detail-box-inner-top {
    display: block;
    background-color: #000;
    padding: 2% 2% 0;
  }
  .tour-detail-box-inner-top .text {
    font-size: 3.2vw;
    padding: 2.67vw 4vw 4vw;
    margin-bottom: inherit;
  }
  .tour-detail-box-inner-top .text,
  .tour-detail-box-inner-top .tour-detail-box_list {
    background-color: #fff;
  }
  .tour-detail-box-inner-top .photo {
    width: inherit;
    margin-left: 0;
    margin-bottom: 0;
  }
  .tour-detail-box .tour-detail-box_list {
    width: inherit;
    font-size: 3.2vw;
    margin: 0;
    padding: 0 4vw 5.33vw;
  }
  .tour-detail-box-inner-top .tour-detail-box_list li:last-of-type {
    margin-top: 4.67vw;
    margin-left: 0;
  }
  .tour-detail-box-inner-top .tour-detail-box_list li p {
    margin-bottom: 0;
    font-size: 2.67vw;
  }
  .tour-detail-box-inner-top .tour-detail-box_list li span {
    font-size: 2.67vw;
    /* margin-left: 1.5rem; */
  }
  .tour-detail-box-inner-top .tour-detail-box_list li dl dt {
    width: 30%;
  }
  .tour-detail-box-inner-top .tour-detail-box_list li dl dd {
    width: calc(100% - 22%);
    text-align: left;
  }
  .tour-detail-box-inner-top .tour-detail-box_list li:nth-child(2) span,
  .tour-detail-box-inner-top .tour-detail-box_list li:last-of-type p {
    font-size: 2.67vw;
  }
  .tour-detail-box-inner-bottom {
    display: block;
    padding: 2% 2% 4%;
  }
  .tour-detail-box-inner-bottom .left {
    padding: 0 3vw;
    width: inherit;
  }
  .tour-detail-box-inner-bottom .left > p {
    font-size: 3.2vw;
  }
  .tour-detail-box-inner-bottom .left .txt-ttl {
    font-size: 4.8vw;
    margin: 2.67vw 0 2vw 0;
  }
  .tour-detail-box-inner-bottom .right {
    background-image: url(../images/bg_bottom_frame_sp.png);
    width: 90vw;
    height: 44vw;
    padding: 4.2vw 4.57vw 0 4.57vw;
    background-size: 100%;
    background-position: center top;
    margin: 0 auto;
  }
  .tour-detail-box-inner-bottom .right > p {
    margin-top: 2.7vw;
    margin-bottom: 2.5vw;
  }
  .tour-detail-box-inner-bottom .right ul li {
    font-size: 3.2vw;
    margin-bottom: 0.3em;
  }
  .tour-detail-box-inner-bottom .right .txt-ttl {
    font-size: 4.8vw;
    margin: 0;
    padding: 0 0 0.5em 0;
  }
  .tour-message-box {
    margin-bottom: 7.33vw;
    display: block;
  }
  .tour-message-box.bg_frame::before,
  .tour-message-box.bg_frame::after {
    content: none;
  }
  .tour-message-box-right {
    width: 91vw;
    margin: 0 auto;
  }
  .tour-message-box .tour-message-box-left {
    width: 91vw;
    margin: 0 auto;
    padding: 7.33vw 4vw 8.27vw;
    background:
      linear-gradient(135deg, transparent 15px, #6a3908 15px),
      linear-gradient(225deg, transparent 15px, #6a3908 15px);
    background-position: top left, top right;
    background-size: 51% 100%;
    background-repeat: no-repeat;
  }
  .tour-message-box-left .tour-message-box-left_ttl {
    font-size: 6.4vw;
    margin-bottom: 4.67vw;
  }
  .tour-message-box-left .tour-message-box-left_txt {
    margin-bottom: 0;
  }
}