@charset "utf-8";
#contents .mt_20 {
  margin-top: 20px;
}
#contents .mb_20 {
  margin-bottom: 20px;
}
#contents::before,
#contents::after {
  box-sizing: inherit;
  border-style: solid;
  border-width: 0;
  text-decoration: inherit;
  vertical-align: inherit;
}
main#contents {
  position: relative;
  width: 950px;
  margin: 0 auto;
  padding: 0;
}
/*----------------------------------------
	#hero_image
----------------------------------------*/
#hero_image {
  position: relative;
}
#hero_image .hero_image_copy {
  width: 30%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  padding: 0;
  max-width: 500px;
  height: fit-content;
}
#contents h1 {
  font-size: 24px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: normal;
}
#contents .p_link {
  display: block;
  margin-top: -130px;
  padding-top: 130px;
}
#contents .main_copy {
  font-size: 14px;
  line-height: 1.8;
}
/* =======================
		#schedule
========================== */
#contents .schedule_list {
  display: flex;
  width: 100%;
  margin: 45px auto;
  justify-content: center;
}
#contents .schedule_list li {
  display: flex;
  flex-direction: column;
  text-align: center;
  width: 100%;
}
:root {
  --circle-size: 1.5rem;
  --spacing: 0.25rem;
}
#contents .schedule_list li a:before {
  --size: 3rem;
  content: "";
  display: block;
  width: var(--circle-size);
  height: var(--circle-size);
  border-radius: 50%;
  background-color: #99854a;
  background-color: #99854a;
  opacity: 1;
  margin: 0 auto 1rem;
}
#contents .schedule_list li:last-child a::before {
  transform: translateY(0.2rem);
}
#contents .schedule_list li:not(:last-child):after {
  content: "";
  position: relative;
  top: 0.75rem;
  left: 50%;
  height: 2px;
  background-color: #99854a;
  order: -1;
  z-index: -1;
}
#contents .schedule_list li a {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#contents .schedule_list li a:hover p {
  opacity: 0.75;
}
#contents .schedule_list li a:hover:before {
  background-color: #c7a957;
}
#contents .list_ttl {
  writing-mode: vertical-rl;
}
#contents .schedule_list li p {
  text-align: left;
  font-size: 13px;
  margin-top: 5px;
}
#contents .schedule_outer {
  margin-bottom: 70px;
}
#contents h2.day_ttl {
  text-align: left;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 20px auto;
  position: relative;
  letter-spacing: 3px;
  font-size: 24px;
}
#contents h2.day_ttl::before {
  content: "";
  width: 120px;
  height: 90px;
  display: inline-block;
  max-width: 120px;
  background: url(https://www.legrand-karuizawaresort.jp/rakuten/stay/img/img_dayttl_01.png) no-repeat;
  background-size: contain;
  width: 120px;
  height: 90px;
}
#contents .schedule_outer + .schedule_outer h2.day_ttl::before {
  background: url(https://www.legrand-karuizawaresort.jp/rakuten/stay/img/img_dayttl_02.png) no-repeat;
  width: 120px;
  height: 90px;
  background-size: contain;
}
#contents h2.day_ttl::after {
  content: "";
  height: 1px;
  width: 100%;
  position: absolute;
  background-color: #bcae85;
  bottom: 27%;
  z-index: -1;
}
#contents .s_link {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}
#contents .schedule_box {
  display: flex;
  margin: auto;
  margin-bottom: 70px;
  flex-wrap: nowrap;
  gap: 40px;
  flex-direction: row-reverse;
}
#contents .s_img {
  display: flex;
  width: 100%;
  overflow: hidden;
}
#contents .schedule_box .s_img img {
  object-fit: cover;
  width: auto;
  transform: translateX(-16%);
  max-width: none;
  align-self: flex-start;
  vertical-align: top;
}
#contents .s_inner {
  width: 52%;
  margin: 0 auto;
  position: relative;
}
#contents .s_time {
  display: flex;
  align-items: center;
  gap: 8px;
}
#contents div.time {
  width: 15%;
  max-width: 50px;
  position: relative;
}
#contents .s_clock {
  font-size: 100px;
  position: relative;
  width: 100%;
  max-height: 90px;
  padding-top: calc(100% - 4px);
  border: 2px solid #b4b4b5;
  border-radius: 100%;
  margin: auto;
  box-sizing: border-box;
}
/* 長針 */
#contents .s_clock::before {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 1px);
  width: 38%;
  height: 2px;
  background-color: #000;
  transform-origin: calc(100% - 1px) center;
  transform: rotate(90deg); /* 0 = 90dge * 30分 = 270dge*/
}
/* 短針 　9時起点　+1時間＝+30度*/
#contents .s_clock::after {
  content: "";
  position: absolute;
  top: calc(50% - 1px);
  right: calc(50% - 1px);
  width: 29%;
  height: 2px;
  background-color: #000;
  transform-origin: calc(100% - 1px) center;
}
/*s_1 15:00 */
#schedule1_1 .s_clock::before {
  transform: rotate(90deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule1_1 .s_clock::after {
  transform: rotate(180deg);
}
/*s_2 15:30 */
#schedule1_2 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule1_2 .s_clock::after {
  transform: rotate(195deg);
}
/*s_3 16:30 */
#schedule1_3 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule1_3 .s_clock::after {
  transform: rotate(225deg);
}
/*s_4 18:00 */
#schedule1_4 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule1_4 .s_clock::after {
  transform: rotate(270deg);
  width: 68%;
  top: 18%;
}
/*s_5 18:30 */
#schedule1_5 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule1_5 .s_clock::after {
  transform: rotate(285deg);
}
/*s_7 23:20 */
#schedule1_7 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule1_7 .s_clock::after {
  transform: rotate(75deg);
}
/*s2_1 7:30 */
#schedule2_1 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule2_1 .s_clock::after {
  transform: rotate(-45deg); /* 短針 　9時起点　+1時間＝+30度*/
}
/*s2_2 9:30 */
#schedule2_2 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule2_2 .s_clock::after {
  transform: rotate(15deg); /* 短針 　9時起点　+1時間＝+30度*/
}
/*s2_3 11:00 */
#schedule2_3 .s_clock::before {
  transform: rotate(90deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule2_3 .s_clock::after {
  transform: rotate(60deg);
}
/*s2_4 11:20 */
#schedule2_4 .s_clock::before {
  transform: rotate(210deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule2_4 .s_clock::after {
  transform: rotate(75deg);
}
/*s2_5 12:30 */
#schedule2_5 .s_clock::before {
  transform: rotate(270deg); /* 0 = 90dge * 30分 = 270dge*/
}
#schedule2_5 .s_clock::after {
  transform: rotate(105deg);
}
#contents .time_txt {
  font-size: 20px;
  font-family: "メイリオ", "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", Meiryo, Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#contents .s_ttl {
  width: 82%;
  margin: 25px 0 0 18%;
  text-align: left;
}
#contents .s_ttl p.spt {
  display: inline-block;
  background-color: #e7e4e4;
  margin-right: auto;
  margin-bottom: 10px;
  padding: 3px 8px;
  font-size: 13px;
}
#contents .s_ttl h3 {
  font-size: 23px;
  line-height: 1.4;
}
#contents .s_ttl h3 span {
  font-size: 16px;
}
#contents .s_txt {
  width: 82%;
  margin: 25px 0 0 18%;
}
#contents .s_txt p {
  margin-top: 20px;
  text-align: left;
  font-size: 13px;
}
#contents .s_txt p:nth-of-type(2) {
  margin-top: 15px;
}
#contents div.s_inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 23px;
  width: 1px;
  height: 101%;
  background-color: #c7a957;
  transform: translateY(55px);
}
#contents .btn_detail a {
  background-color: #ab8334;
  color: #fff;
  font-size: 14px;
  width: 60%;
  display: block;
  padding: 8px 0;
  margin-top: 40px;
  text-align: center;
}
#contents .btn_detail a:hover {
  background-color: #c7a957;
}
#contents .day_end {
  width: 95%;
  margin: -10px auto;
  max-width: none;
  text-align: left;
}
#contents .day_end img {
  text-align: left;
  max-width: 230px;
}
#day_2 .day_end img {
  text-align: left;
  max-width: 400px;
}
#contents section.oth_stay {
  border-top: #ccc solid 1px;
  border-bottom: #ccc solid 1px;
  padding: 60px 0;
}
#contents section.oth_stay h3 {
  font-size: 22px;
  margin: 0 auto 20px;
  letter-spacing: 3px;
  line-height: 1.5;
}
#contents .oth_list {
  width: 92%;
  margin: auto;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(135px, 1fr));
  gap: 20px;
  max-width: 1300px;
}
#contents .oth_list_txt {
  justify-content: flex-start;
  font-size: 18px;
  width: 88%;
  margin: 5px auto;
  align-items: center;
  gap: 5px;
  display: flex;
}
#contents .oth_list_txt::before {
  content: "▶";
  color: #99854a;
  font-size: 14px;
}
/* =======================
		slide
========================== */
#contents .slide_box {
  position: relative;
}
#contents .slide_box::after {
  position: static;
}
#contents .out {
  position: relative;
}
#contents .in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
}
#contents .out img {
  display: block;
  height: auto;
}
#contents .out input {
  display: none;
}
#contents .in {
  display: flex;
  justify-content: center;
}
#contents .in span {
  display: block;
  width: 12px;
  height: 12px;
  padding: 5px 8px;
  margin: -32px 0 0;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
#contents .in span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #333;
  opacity: 0.7;
  border-radius: 100%;
}

#contents .out input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
#contents .out input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
#contents .out input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
#contents .out input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before {
  background: #c7a957;
  opacity: 1;
}
#contents .out input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
#contents .out input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
#contents .out input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
#contents .out input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img {
  opacity: 1;
  z-index: 1;
}

/*---
2枚　
----*/
#contents .in label span::before {
  animation: slidebutton 7s infinite; /*（1枚表示時間3秒+切替時間0.5秒）*画像数*/
}
@keyframes slidebutton {
  0% {
    opacity: 0.7;
    background: #333;
  }
  7% {
    background: #c7a957;
    opacity: 1;
  } /* 切替時間0.5秒÷アニメーション時間×100=y */
  53% {
    background: #c7a957;
    opacity: 1;
  } /* 1枚表示時間3秒÷アニメーション×100=y */
  60% {
    opacity: 0.7;
    background: #333;
  } /* 上記2の合計 */
}
#contents .out label:nth-of-type(2) span::before,
#contents .out label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
.in img {
  animation: slide 7s infinite;
  opacity: 0;
}
@keyframes slide {
  0% {
    opacity: 0;
  }
  7% {
    opacity: 1;
    z-index: 1;
  }
  53% {
    opacity: 1;
  }
  60% {
    opacity: 0;
    z-index: 0;
  }
}
#contents .out input:checked ~ .in img,
#contents .out input:checked ~ .in span::before {
  animation: none;
}
#contents .in:hover img,
#contents .in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}
/* ----
4枚　
-----*/
#contents .slide4 .in label span::before {
  animation: slidebutton_4 14s infinite;
}
@keyframes slidebutton_4 {
  0% {
    opacity: 0.7;
    background: #333;
  }
  3.5% {
    background: #c7a957;
    opacity: 1;
  }
  25% {
    background: #c7a957;
    opacity: 1;
  }
  28.5% {
    opacity: 0.7;
    background: #333;
  }
}
#contents .slide4 .out label:nth-of-type(2) span::before,
#contents .slide4 .out label:nth-of-type(2) img {
  animation-delay: 3.5s;
}
#contents .slide4 .out label:nth-of-type(3) span::before,
#contents .slide4 .out label:nth-of-type(3) img {
  animation-delay: 7s;
}
#contents .slide4 .out label:nth-of-type(4) span::before,
#contents .slide4 .out label:nth-of-type(4) img {
  animation-delay: 10.5s;
}
#contents .slide4 .in img {
  animation: slide_4 14s infinite;
  opacity: 0;
}
@keyframes slide_4 {
  0% {
    opacity: 0;
  }
  3.5% {
    opacity: 1;
    z-index: 1;
  }
  25% {
    opacity: 1;
  }
  28.5% {
    opacity: 0;
    z-index: 0;
  }
}
#contents .slide4 .out input:checked ~ .slide4 .in img,
#contents .slide4 .out input:checked ~ .slide4 .in span::before {
  animation: none;
}
#contents .slide4 .in:hover img,
#contents .slide4 .in:hover span::before {
  animation-play-state: paused;
}
