@charset "utf-8";
/* CSS Information========
	PCアクティビティ一覧
	style.css
========================== */
/*IE11だけに適用されるCSSハック*/
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop,
  #contents .topicpath dd {
    margin: 97px 0 5px;
  }
}
/*----------------------------------------
	共通

body {
	background-color: #FFFFFF;
	background: url() no-repeat;
	background-size:100%;
}
----------------------------------------*/
#activity {
  margin: 0 auto;
  width: 950px;
}
.r_bnr {
  width: 950px;
}
#hero_image {
  width: 950px;
}
#hero_image img {
  width: 100%;
}
#hero_image .mainvisual {
  position: relative;
}
#hero_image ul {
  list-style: none;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", "HGS明朝E", serif;
  z-index: 2;
}
ul.nav_01 {
  display: flex;
  justify-content: space-between;
  /* position: absolute; */
  bottom: 37px;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: rgba(0, 0, 0, 1);
  color: #fff;
  margin-top: 10px;
}
ul.nav_01 li {
  font-size: 16px;
  width: 14%;
  text-align: center;
  position: relative;
}
ul.nav_01 li:last-child {
  width: 16%;
  background-color: #8e6126;
  display: block;
}
ul.nav_01 li:hover {
  background-color: rgba(131, 131, 131, 0.7);
}
ul.nav_01 li:last-child:hover {
  background-color: #b99b75;
}

#hero_image ul li a {
  display: block;
  width: 100%;
  text-decoration: none;
  box-sizing: border-box;
}
ul.nav_01 li a {
  padding: 21px 10px;
  color: #fff;
}
ul.nav_01 li a:hover {
  color: #fff;
}
ul.nav_01 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  top: 25px;
  background-color: #999;
  left: 0;
}
ul.nav_01 li:last-child:before,
ul.nav_01 li:first-child:before {
  content: none;
}
ul.nav_02 {
  display: flex;
  width: 100%;
  padding: 0;
  margin: 0;
  background-color: #402617;
  color: #000;
}
ul.nav_02 li {
  padding: 0;
  font-size: 14px;
  position: relative;
  width: 14%;
  text-align: center;
}
ul.nav_02 li:before {
  content: "";
  position: absolute;
  display: block;
  width: 1px;
  height: 15px;
  top: 14px;
  background-color: #999;
  right: -1px;
}
ul.nav_02 li a {
  padding: 11px 0;
  display: block;
  color: #fff;
  box-sizing: border-box;
}
ul.nav_02 li a:hover {
  color: #fff;
}
#hero_image ul.nav_02 li a:hover {
  text-decoration: underline;
}

/*----------------------
　#contents
----------------------*/
#contents {
  width: 950px;
  margin: 40px 0 50px 0;
  background: #fff;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.8;
  color: #000;
}
#contents a {
  text-decoration: none;
  color: #383939;
}
#contents.none {
  display: none;
}
#contents ul {
  margin: 0;
  padding: 0;
}
#contents ul li {
  list-style: none;
}
#contents ul a:hover {
  opacity: 0.65;
}
#contents img {
  width: 100%;
  vertical-align: top;
}
#contens div:after,
#contens ul:after,
#contens p:after,
#contens dd:after {
  content: "";
  display: block;
  clear: both;
}
/* =======================
		#activity
========================== */
#activity {
  border-bottom: #c6c6c6 solid 1px;
}
#contents {
  padding: 10px 0;
}
.concept {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.concept {
  width: 90%;
  margin: 0 auto;
  padding-bottom: 20px;
  text-align: center;
}
#nav_box {
  padding: 20px 0;
  margin: 0 auto;
}
#nav_box dl {
  line-height: 1.7;
}
#nav_box #acMenu dt {
  display: none;
}
#nav_box #acMenu dd {
  line-height: 2.3;
  display: block;
  margin: 0;
}
#nav_box #acMenu dd ul {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-auto-rows: 1fr;
  background-color: #fff;
  padding: 20px 0;
  line-height: 1.7;
  justify-content: left;
}
#nav_box #acMenu dd li {
  flex-basis: 20%;
  font-size: 15px;
  padding: 10px 0;
  font-weight: bold;
  display: table;
  text-align: center;
  background: none;
}
#nav_box #acMenu dd li a {
  color: #000;
  padding: 0;
  border-left: solid 1px #ccc;
  background-color: transparent;
  border-bottom: none;
  text-decoration: none;
  display: table-cell;
  vertical-align: middle;
}
#nav_box #acMenu dd li:nth-child(5n) a,
#nav_box #acMenu dd li:last-child a {
  border-right: solid 1px #ccc;
}
#nav_box #acMenu dd li a:hover {
  color: #10ab77;
  text-decoration: underline;
}
#contents .link {
  display: block;
  margin-top: -80px;
  padding-top: 80px;
}
#contents .box {
  padding: 20px;
  background-size: 100% 100%;
}
#contents .box.spring {
  background-image: url("https://www.lakeresort.jp/rakuten/activity/img/bg_spring.png");
}
#contents .box.summer {
  background-image: url("https://www.lakeresort.jp/rakuten/activity/img/bg_summer.png");
}
#contents .box.autumn {
  background-image: url("https://www.lakeresort.jp/rakuten/activity/img/bg_autumn.png");
}
#contents .box.winter {
  background-image: url("https://www.lakeresort.jp/rakuten/activity/img/bg_winter.png");
}
#contents .box.allseason {
  background-image: url("https://www.lakeresort.jp/rakuten/activity/img/bg_allseason.png");
}
.box_inner {
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 10px;
  display: flex;
  padding: 30px 50px;
}
.box .l {
  margin: 0;
  padding: 0;
  width: 35%;
  padding-right: 4%;
}
.season {
  display: flex;
  line-height: 1.7;
  margin: 0;
  padding: 0;
}
.season li {
  background-color: #ffffff;
  border: solid 1px #999999;
  padding: 3px 10px 0px;
  margin-right: 5px;
  font-size: 12px;
}
.genre {
  color: #ffffff;
  padding: 3px 10px;
  display: inline-block;
  margin: 20px 0 20px;
  font-size: 12px;
}
.spring .genre,
.spring .btn a {
  background-color: #669966;
}
.summer .genre,
.summer .btn a {
  background-color: #1ca2cb;
}
.autumn .genre,
.autumn .btn a {
  background-color: #d17828;
}
.winter .genre,
.winter .btn a {
  background-color: #74939d;
}
.allseason .genre,
.allseason .btn a {
  background-color: #96b100;
}
#activity h2 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
#activity .text {
  font-size: 14px;
  line-height: 1.8;
}
.box .r {
  width: 60%;
}
/**************************
	.box .r .slide
**************************/
.box .r .slide {
  position: relative;
}
.box .r .slide:after {
  position: static;
}
.slide .out {
  position: relative;
}
.slide .in img {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: 0.5s;
  z-index: 0;
}
.slide .out img {
  display: block;
  width: 100%;
  height: auto;
}
.slide .out input {
  display: none;
}
.slide .out .in {
  display: flex;
  justify-content: center;
}
.slide .out .in label span {
  display: block;
  width: 10px;
  height: 10px;
  padding: 5px 8px;
  margin: 7px 0 0;
  border-radius: 100%;
  cursor: pointer;
  position: relative;
  z-index: 2;
}
.slide .out label span::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #869791;
  opacity: 0.5;
  border-radius: 100%;
}
.out input:nth-of-type(1):checked ~ .in label:nth-of-type(1) span::before,
.out input:nth-of-type(2):checked ~ .in label:nth-of-type(2) span::before,
.out input:nth-of-type(3):checked ~ .in label:nth-of-type(3) span::before,
.out input:nth-of-type(4):checked ~ .in label:nth-of-type(4) span::before {
  background: #869791;
  opacity: 1;
}
.out input:nth-of-type(1):checked ~ .in label:nth-of-type(1) img,
.out input:nth-of-type(2):checked ~ .in label:nth-of-type(2) img,
.out input:nth-of-type(3):checked ~ .in label:nth-of-type(3) img,
.out input:nth-of-type(4):checked ~ .in label:nth-of-type(4) img {
  opacity: 1;
  z-index: 1;
}

/*---
2枚　
----*/
.in label span::before {
  animation: slidebutton 7s infinite; /*（1枚表示時間3秒+切替時間0.5秒）*画像数*/
}
@keyframes slidebutton {
  0% {
    opacity: 0.5;
    background: #869791;
  }
  7% {
    opacity: 1;
    background: #869791;
  } /* 切替時間0.5秒÷アニメーション時間×100=y */
  53% {
    opacity: 1;
    background: #869791;
  } /* 1枚表示時間3秒÷アニメーション×100=y */
  60% {
    opacity: 0.5;
    background: #869791;
  } /* 上記2の合計 */
}
.out label:nth-of-type(2) span::before,
.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;
  }
}
.out input:checked ~ .in img,
.out input:checked ~ .in span::before {
  animation: none;
}
.in:hover img,
.in:hover span::before {
  animation-play-state: paused; /* マウスを載せると一時停止 */
}

/* ----
4枚　
-----
.slide4 .in label span::before{
    animation: slidebutton_4 14s infinite;
}
@keyframes slidebutton_4{
    0%{opacity: 0.5; background: #869791;}
    3.5%{opacity: 1; background: #869791;}
    25%{opacity: 1; background:#869791;}
    28.5%{opacity: 0.5; background: #869791;}
}             
.slide4 .out label:nth-of-type(2) span::before,.slide4 .out label:nth-of-type(2) img{
    animation-delay: 3.5s;
}            
.slide4 .out label:nth-of-type(3) span::before,.slide4 .out label:nth-of-type(3) img{
    animation-delay: 7s;
} 
.slide4 .out label:nth-of-type(4) span::before,.slide4 .out label:nth-of-type(4) img{
    animation-delay: 10.5s;
} 
.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;}
}
.slide4 .out input:checked ~ .slide4 .in img,.slide4 .out input:checked ~ .slide4 .in span::before{
    animation: none;
}
.slide4 .in:hover img,.slide4 .in:hover span::before{
    animation-play-state:paused;
}*/
/**************************
	#acMenu.
**************************/
#acMenu.viewmore {
  line-height: 1.5;
  margin: 20px 0 0;
  border-top: #999999 solid 1px;
  border-bottom: #999999 solid 1px;
}
#acMenu summary {
  list-style: none;
  display: block;
  padding: 13px 0;
  text-align: center;
  cursor: pointer;
  font-family: "ヒラギノ角ゴ ProN W3", "HiraKakuProN-W3", "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 14px;
  color: #000000;
}
#acMenu summary::-webkit-details-marker {
  display: none;
}
#acMenu dd {
  line-height: 2.3;
  margin: 0;
}
#acMenu.viewmore ul li {
  background: none;
  padding: 10px;
  font-size: 14px;
  border-top: #999999 dashed 1px;
  line-height: 1.7;
}
#acMenu.viewmore ul li span {
  font-weight: bold;
}
#acMenu.viewmore ul li .img_external_link {
  display: inline-block;
  width: 12px;
  margin: 5px 3px;
}
/**************************
	cancel
**************************/
.cancel .box_inner {
  background-color: #ededed;
  display: block;
}
#activity h2 {
  font-size: 26px;
  line-height: 1.4;
  margin-bottom: 30px;
  font-weight: bold;
  letter-spacing: 1px;
}
.cancel p,
.cancel dt,
.cancel dd {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}
.cancel p {
  margin-bottom: 10px;
}
