@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : activities.css
 author     : Ability Consultant
 style info : 遊ぶ
=================================================================== */
#htlSide-A {
  position: absolute;
  left: 0;
  top: 1240px;
}

@media only screen and (max-width: 1759px) {
  #header .box_main .main_img img {
    -o-object-position: center left;
       object-position: center left;
  }
}

/* -----------------------------------------------------------
	box_intro
----------------------------------------------------------- */
.box_intro {
  width: 1190px;
  margin-top: 80px;
  text-align: center;
}
.box_intro .st {
  font-size: 147%;
  font-weight: 400;
}
.box_intro .txt {
  font-size: 94%;
  margin-top: 30px;
  line-height: 1.8;
}
.box_intro .txt span {
  display: block;
  font-size: 86%;
  margin-top: 15px;
}

/* -----------------------------------------------------------
	box_nav
----------------------------------------------------------- */
.box_nav {
  width: 900px;
  margin: auto;
  margin-top: 50px;
  letter-spacing: -.4em;
}
.box_nav li {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
  width: 294px;
  height: 70px;
  margin-left: 9px;
  margin-bottom: 9px;
}
.box_nav li:first-child, .box_nav li:nth-child(3n+1) {
  margin-left: 0;
}
.box_nav li:nth-child(n+4) {
  margin-bottom: 0;
}
.box_nav li a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  text-indent: -9999px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.box_nav li:nth-child(1n) a {
  background: url(../activities/images/st_nav01.jpg) no-repeat center center;
}
.box_nav li:nth-child(2n) a {
  background: url(../activities/images/st_nav02.jpg) no-repeat center center;
}
.box_nav li:nth-child(3n) a {
  background: url(../activities/images/st_nav03.jpg) no-repeat center center;
}
.box_nav li:nth-child(4n) a {
  background: url(../activities/images/st_nav04.jpg) no-repeat center center;
}
.box_nav li:nth-child(5n) a {
  background: url(../activities/images/st_nav05.jpg) no-repeat center center;
}
.box_nav li:nth-child(6n) a {
  background: url(../activities/images/st_nav06.jpg) no-repeat center center;
}
.box_nav li:hover:nth-child(1n) a {
  background: url(../activities/images/st_nav01-w.jpg) no-repeat center center;
}
.box_nav li:hover:nth-child(2n) a {
  background: url(../activities/images/st_nav02-w.jpg) no-repeat center center;
}
.box_nav li:hover:nth-child(3n) a {
  background: url(../activities/images/st_nav03-w.jpg) no-repeat center center;
}
.box_nav li:hover:nth-child(4n) a {
  background: url(../activities/images/st_nav04-w.jpg) no-repeat center center;
}
.box_nav li:hover:nth-child(5n) a {
  background: url(../activities/images/st_nav05-w.jpg) no-repeat center center;
}
.box_nav li:hover:nth-child(6n) a {
  background: url(../activities/images/st_nav06-w.jpg) no-repeat center center;
}

/* -----------------------------------------------------------
	con_spot
----------------------------------------------------------- */
.con_spot, .con_spot-s {
  width: 1190px;
}
.con_spot .box_spot, .con_spot-s .box_spot {
  position: relative;
  margin: 90px 0;
  padding-bottom: 90px;
  border-bottom: 1px dashed #c7c7c7;
}
.con_spot .box_spot .box_img, .con_spot-s .box_spot .box_img {
  position: relative;
}
.con_spot .box_spot .box_img .st, .con_spot-s .box_spot .box_img .st {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 338px;
  height: 25px;
  padding: 27px 0 0 33px;
  background: #fff;
}
.con_spot .box_spot .box_img .st span, .con_spot-s .box_spot .box_img .st span {
  display: block;
  font-size: 120%;
  font-weight: 500;
  margin-top: 15px;
}
.con_spot .box_spot .box_txt, .con_spot-s .box_spot .box_txt {
  margin-top: 60px;
  overflow: hidden;
}
.con_spot .box_spot .box_txt .txt, .con_spot-s .box_spot .box_txt .txt {
  float: left;
  width: 800px;
  margin-left: 34px;
  font-size: 94%;
  line-height: 1.8;
}
.con_spot .box_spot .box_txt .b_btn, .con_spot-s .box_spot .box_txt .b_btn {
  float: right;
}

.con_spot-s {
  width: 900px;
  margin-left: 290px;
}
.con_spot-s .box_spot .box_txt .txt {
  width: 520px;
}
.con_spot-s .box_spot:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

/* -----------------------------------------------------------
	con_play
----------------------------------------------------------- */
.con_play {
  width: 900px;
  margin: 0 auto;
  margin-top: 100px;
}
.con_play .st {
  text-align: center;
  letter-spacing: .15em;
  font-weight: 400;
  margin-bottom: 35px;
}
.con_play .st em {
  color: #fff;
  background: #b7985b;
  padding: 5px 11px;
  line-height: 1;
}
.con_play .st span {
  display: block;
  font-size: 160%;
  margin-top: 14px;
}
.con_play .box_area {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.con_play .box_area li {
  width: 440px;
  margin-left: 20px;
  margin-bottom: 21px;
  border-bottom: 1px dashed #c7c7c7;
}
.con_play .box_area li:first-child, .con_play .box_area li:nth-child(2n+1) {
  margin-left: 0;
}
.con_play .box_area li .box_txt .sst {
  font-size: 120%;
  text-align: center;
  font-weight: 500;
  padding: 19px 0 17px;
}
.con_play .box_area li .box_txt .txt {
  font-size: 94%;
  line-height: 1.8;
  letter-spacing: -.05em;
  border-top: 1px dashed #c7c7c7;
  padding: 16px;
}
.con_play .box_area .li_btn {
  border-bottom: none;
}
.con_play .box_area .li_btn .box_txt {
  border-bottom: 1px dashed #c7c7c7;
}
.con_play .box_area .li_btn .b_btn {
  margin: 0 auto;
  margin-top: 16px;
}
.con_play .box_area .li_btn:nth-child(2) .txt {
  padding-bottom: 41px;
}
.con_play .box_btn {
  text-align: center;
  letter-spacing: -.4em;
  margin-top: 60px;
}
.con_play .box_btn .btn_p-w, .con_play .box_btn .btn_a-w {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.con_play .box_btn .btn_a-w {
  margin-left: 22px;
}

/* -----------------------------------------------------------
	wrp_link
----------------------------------------------------------- */
.wrp_link {
  position: relative;
  width: 900px;
  margin: 0 auto;
  /* -----------------------------------------------------------
  	con_area
  ----------------------------------------------------------- */
}
.wrp_link .con_area {
  position: relative;
  margin-top: 147px;
}
.wrp_link .con_area .st {
  position: absolute;
  top: -55px;
  left: 50%;
  width: 274px;
  height: 33px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  text-align: center;
}
.wrp_link .con_area ul {
  position: relative;
  overflow: hidden;
  margin-top: 23px;
}
.wrp_link .con_area ul li {
  float: left;
  width: 440px;
  margin-left: 20px;
  margin-bottom: 14px;
}
.wrp_link .con_area ul li:first-child, .wrp_link .con_area ul li:nth-child(2n+1) {
  margin-left: 0;
}
.wrp_link .con_area ul li a {
  display: block;
  width: 100%;
  position: relative;
}
.wrp_link .con_area ul li a img {
  position: relative;
  z-index: 1;
  width: 440px;
}
.wrp_link .con_area ul li a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 6px solid #b7985b;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 2;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.wrp_link .con_area ul li a:hover:before {
  filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
  opacity: 1;
}
.wrp_link .con_area:before {
  content: "";
  width: calc( 100% - 84px );
  height: 760px;
  background-image: linear-gradient(to right, #8c8c8c, #8c8c8c 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 6px), linear-gradient(to right, #8c8c8c, #8c8c8c 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 6px), linear-gradient(to bottom, #8c8c8c, #8c8c8c 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 6px), linear-gradient(to bottom, #8c8c8c, #8c8c8c 4px, rgba(0, 0, 0, 0) 4px, rgba(0, 0, 0, 0) 6px);
  background-size: 6px 1px, 6px 1px, 1px 6px, 1px 6px;
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: none;
  margin: auto;
  z-index: 0;
}
.wrp_link .box_btn {
  width: 1190px;
  width: 590px;
  margin: 0 auto;
  margin-top: 94px;
  text-align: center;
  letter-spacing: -.4em;
}
.wrp_link .box_btn .btn_p-w, .wrp_link .box_btn .btn_a-w {
  display: inline-block;
  vertical-align: middle;
  letter-spacing: normal;
}
.wrp_link .box_btn .btn_a-w {
  margin-left: 22px;
}
