@charset "UTF-8";
/* Scss Document */
/*=============================================================
団体宿泊ページ設定
=============================================================*/
.group .container {
  width: 1360px;
}
.group #sec-scene .scene-col {
  text-align: left;
  margin-top: 40px;
}
@media screen and (min-width: 768.9px) {
  .group #sec-scene .scene-col {
    display: grid;
    gap: 0px 80px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
  }
}
@media screen and (min-width: 768.9px) {
  .group #sec-scene .scene-col-left {
    border-bottom: 1px solid #CECCC2;
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-scene .scene-col-left p {
    border-top: 1px solid #CECCC2;
    padding: 40px 0;
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-scene .scene-col-left p:last-of-type {
    padding-bottom: 0;
  }
}
.group #sec-scene .scene-col-left dl {
  border-top: 1px solid #CECCC2;
  padding: 24px 0;
}
@media screen and (min-width: 768.9px) {
  .group #sec-scene .scene-col-left dl {
    padding: 36px 0;
  }
}
.group #sec-scene .scene-col-left dl dt {
  font-size: clamp(18px, 4vw, 24px);
  margin-bottom: 10px;
}
@media screen and (min-width: 768.9px) {
  .group #sec-scene .scene-col-left dl dt {
    margin-bottom: 20px;
  }
}
.group #sec-scene .scene-col-left dl dt span {
  color: #76572F;
}
.group #sec-scene .scene-col-left dl dd {
  font-size: clamp(14px, 3vw, 18px);
  font-family: "Zen Kaku Gothic New", sans-serif;
  line-height: 2;
}
@media screen and (max-width: 768.9px) {
  .group #sec-scene .scene-col-left dl dd br {
    display: none;
  }
}
.group #sec-scene .scene-col-right p {
  margin-top: 40px;
}
.group #sec-scene .scene-col-right p:first-child {
  margin-top: 0;
}
@media screen and (min-width: 768.9px) {
  .group #sec-schedule {
    padding-bottom: 100px;
    background: url("../image/group/schedule_pic01.png") no-repeat bottom right;
    background-size: 50% auto;
    padding-bottom: 25px;
  }
}
.group #sec-schedule .schedule-col {
  text-align: left;
}
@media screen and (min-width: 768.9px) {
  .group #sec-schedule .schedule-col {
    display: grid;
    gap: 0px 80px;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 80px;
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-schedule .schedule-col-item {
    border-top: 1px solid #CECCC2;
    padding-top: 10px;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-schedule .schedule-col-item:first-of-type {
    margin-top: 60px;
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-schedule .schedule-col-item:last-of-type {
    border-bottom: 1px solid #CECCC2;
    padding-bottom: 10px;
  }
}
.group #sec-schedule .schedule-col-item .tit {
  position: relative;
  font-size: clamp(14px, 5vw, 24px);
  font-weight: 400;
}
@media screen and (min-width: 768.9px) {
  .group #sec-schedule .schedule-col-item .tit {
    pointer-events: none;
  }
}
.group #sec-schedule .schedule-col-item .tit span {
  font-weight: lighter;
}
@media screen and (max-width: 768.9px) {
  .group #sec-schedule .schedule-col-item .tit:after {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #CECCC2;
    position: absolute;
    top: 50%;
    right: 0;
  }
}
@media screen and (min-width: 768.9px) {
  .group #sec-schedule .schedule-col-item .tit:after {
    content: "";
    display: block;
    width: 82%;
    height: 1px;
    background-color: #CECCC2;
    position: absolute;
    right: 0;
    top: 50%;
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-schedule .schedule-col-item .tit:before {
    content: "";
    display: block;
    width: 12px;
    height: 1px;
    background-color: #CECCC2;
    position: absolute;
    top: 50%;
    right: 0;
    transform: rotate(90deg);
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-schedule .schedule-col-item .tit.on:before {
    transform: rotate(0deg);
  }
}
.group #sec-schedule .schedule-col-item .box {
  padding-left: 40px;
  position: relative;
}
@media screen and (min-width: 768.9px) {
  .group #sec-schedule .schedule-col-item .box {
    display: block;
  }
}
.group #sec-schedule .schedule-col-item .box:before {
  content: "";
  display: block;
  width: 1px;
  height: 98%;
  /* IE8以下とAndroid4.3以下用フォールバック */
  height: -webkit-calc(100% - 20px);
  height: calc(100% - 20px);
  background-color: #76572F;
  position: absolute;
  bottom: 0;
  left: 4px;
}
.group #sec-schedule .schedule-col-item .box .box-item {
  border-bottom: 1px solid #CECCC2;
  padding: 0 0 24px 0;
  position: relative;
}
.group #sec-schedule .schedule-col-item .box .box-item:last-of-type {
  border-bottom: none;
  padding-bottom: 0;
}
.group #sec-schedule .schedule-col-item .box .box-item-time {
  font-size: clamp(18px, 5vw, 21px);
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  margin-top: 24px;
}
.group #sec-schedule .schedule-col-item .box .box-item-time .en2 {
  font-size: clamp(19px, 6vw, 28px);
  color: #76572F;
  margin-right: 16px;
  font-weight: 300;
}
.group #sec-schedule .schedule-col-item .box .box-item-time:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  background-color: #76572F;
  border-radius: 100%;
  position: absolute;
  top: 1em;
  left: -40px;
  margin-top: -0.25em;
}
.group #sec-schedule .schedule-col-item .box .box-item-pic img {
  margin-top: 16px;
}
.group #sec-activity {
  margin-bottom: 92px;
}
@media screen and (min-width: 768.9px) {
  .group #sec-activity {
    margin-bottom: 184px;
  }
}
.group #sec-activity .activity-col {
  text-align: left;
}
@media screen and (min-width: 768.9px) {
  .group #sec-activity .activity-col {
    display: grid;
    gap: 80px 76px;
    grid-template-columns: repeat(2, 1fr);
    margin-top: 80px;
  }
}
@media screen and (max-width: 768.9px) {
  .group #sec-activity .activity-col-item {
    margin-top: 60px;
  }
}
.group #sec-activity .activity-col-item .tit {
  font-size: clamp(20px, 6vw, 24px);
  margin: 26px 0 16px 0;
  line-height: 1;
  font-weight: normal;
}
@media screen and (min-width: 768.9px) {
  .group #sec-activity .activity-col-item .tit {
    margin: 52px 0 32px 0;
  }
}
.group #sec-activity .activity-col-item .lead {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(16px, 3vw, 17px);
  line-height: 2;
}
.group .slider_loop {
  margin: 80px 0;
  overflow: hidden;
}
@media screen and (min-width: 768.9px) {
  .group .slider_loop {
    margin: 160px 0;
  }
}
.group .slider_loop .swiper-wrapper {
  transition-timing-function: linear;
}/*# sourceMappingURL=style_group.css.map */