@charset "UTF-8";
/* ----------------------------------------------------
 top
----------------------------------------------------*/
/********** mv **********/
.home .mv .slick-list {
  position: relative;
}

.home .mv .slick-slide img {
  width: 100%;
	/*height: 360px;
	object-fit: cover;
	font-family: 'object-fit: cover;'*/
}

.movie-container {
	width: 100%;
	position: relative;
	padding-top: 40%;
}
.movie-container iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/********** todays_info **********/
.home .todays_info {
  background: #44b9e4;
  padding: 10px 10px 100px;
}

.home .todays_info h3 {
  font-weight: bold;
  background: #fff;
  border-radius: 5px 5px 0 0;
  text-align: center;
  padding: 5px;
  color: #1486cc;
  font-size: 1.8rem;
}

.home .todays_info h3 .update {
  display: block;
  color: #87a7bb;
  font-size: 1.4rem;
}
.home .todays_info .open_status {
	box-sizing: border-box;
  padding: 10px;
  background: #84cfea;
  border-radius: 0;
  margin: 0 0 0 0;
}
.home .todays_info .open_status .closeTxt {
	box-sizing: border-box;
  color: #1486cc;
  background: #fff;
  border-radius: 5px;
  padding: 3px 20px;
  text-align: center;
  font-size: 2rem;
  margin: 0;
}

/*画面サイズ 1024pxから*/
@media screen and (min-width:1024px) {
.home .todays_info .open_status {
  border-radius: 5px;
  margin: 0 5px 0 0;
}
.home .todays_info .open_status .closeTxt {
}
}/*end of 画面サイズ 1024pxから*/


.home .todays_info .todays_info_body {
  padding: 10px;
  background: #84cfea;
  border-radius: 0 0 5px 5px;
}

.home .todays_info .todays_info_body dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 20px;
}

.home .todays_info .todays_info_body dl dt {
  color: #1486cc;
  background: #fff;
  border-radius: 5px;
  padding: 5px;
  width: 30%;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.home .todays_info .todays_info_body dl dd {
  width: 65%;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 1.8rem;
}

.home .todays_info .todays_info_body ul.sns_icons {
  text-align: center;
}
.home .todays_info .todays_info_body ul.sns_icons li {
  display: inline-block;
  margin: 0 5px;
}

.home .todays_info .todays_info_body ul.sns_icons li img {
  width: 40px;
  height: auto;
}

/********** attractions_news **********/
.home .attractions_news {
  background: url("../img/top/bg_news.jpg") no-repeat 80% bottom;
  background-size: cover;
}
/********** attractions **********/
.home section.attractions {
  margin-bottom: -120px;
}

.home section.attractions ul.attr_list {
  display: flex;
  flex-wrap: wrap;
  background: #fff;
  padding: 10px 10px 0;
  position: relative;
  top: -120px;
}

.home section.attractions ul.attr_list li {
  width: 48%;
  margin: 0 1% 10px;
}
/********** news **********/
.home section.news {
  padding: 50px 0;
}

.home section.news .news_body {
  padding: 20px;
  background: rgba(255,255,255,0.7);
}

.home section.news h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #005dac;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.home section.news h2 span {
  display: block;
  font-size: 1.2rem;
}

.home section.news dl {
  margin-bottom: 30px;
}

.home section.news dl dt {
  padding: 0;
}

.home section.news dl dd {
  padding: 0 0 5px 0;
  border-bottom: 1px solid #999;
}

/********** event **********/
.home section.event {
    padding: 50px 0;
    background: #fce74c;
}

.home section.event h2 {
    font-family: 'Oswald', sans-serif;
    font-weight: bold;
    color: #f3750e;
    font-size: 4rem;
    line-height: 1;
    margin-bottom: 30px;
}

.home section.event h2 span {
    display: block;
    font-size: 1.2rem;
}

.home section.event ul.event_list {
    margin-bottom: 30px;
}

.home section.event ul.event_list > li {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    box-shadow: 5px 5px #fdb813;
}

.home section.event ul.event_list > li a:hover {
    text-decoration: none;
}

.home section.event ul.event_list > li dl dt figure img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    float: left;
    overflow: hidden;
    margin-right: 10px;
}

.home section.event ul.event_list > li dl dt figcaption {
    color: #f3750e;
    font-size: 1.8rem;
    font-weight: bold;
}

.home section.event ul.event_list > li dl dd {
    padding-left: 110px;
    color: #333;
}

.home section.event ul.event_list > li dl dd .period {
    font-weight: bold;
    font-size: 1.4rem;
}

.home section.event ul.event_list > li dl dd .period span {
    background: #fdb813;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    margin-right: 5px;
}

/********** information **********/
.home section.information {
  padding: 50px 0;
}

.home section.information h2 {
  font-family: 'Oswald', sans-serif;
  font-weight: bold;
  color: #005dac;
  font-size: 3rem;
  line-height: 1;
  text-align: center;
  margin-bottom: 30px;
}

.home section.information h2 span {
  display: block;
  font-size: 1.2rem;
}

.home section.information .lead {
  text-align: center;
  margin-bottom: 30px;
}

/********** enjoy **********/
.home section.enjoy {
  padding: 50px 0;
  background: url("../img/top/bg_enjoy.jpg") no-repeat center top;
  background-size: cover;
}

.home section.enjoy h2 {
  font-weight: bold;
  color: #005dac;
  font-size: 2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 30px;
}

.home section.enjoy h2 span {
  display: block;
  font-size: 3rem;
  font-weight: bold;
}

.home section.enjoy ul.enjoy_list li {
  text-align: center;
}

.home section.enjoy ul.enjoy_list li:nth-of-type(odd) {
  float: left;
}

.home section.enjoy ul.enjoy_list li:nth-of-type(even) {
  float: right;
}

.home section.enjoy ul.enjoy_list li figure img {
  object-fit: cover;
  width: 250px;
  height: 250px;
  border-radius: 50%;
}

.home section.enjoy ul.enjoy_list li figcaption {
  text-align: left;
	height: 20px;
}

.home section.enjoy ul.enjoy_list li figcaption span {
  padding: 0 5px 0;
  margin-bottom: 5px;
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  display: inline;
  position: relative;
  bottom: 80px;
}

.home section.enjoy ul.enjoy_list li a:hover {
  text-decoration: none;
}

.home section.enjoy ul.enjoy_list li:nth-of-type(odd) figcaption span {
  left: 100px;
}

.home section.enjoy ul.enjoy_list li:nth-child(1) figcaption span {
  background: linear-gradient(transparent 0%, #44b9e4 0%);
}

.home section.enjoy ul.enjoy_list li:nth-child(2) figcaption span {
  background: linear-gradient(transparent 0%, #f479b3 0%);
}

.home section.enjoy ul.enjoy_list li:nth-child(3) figcaption span {
  background: linear-gradient(transparent 0%, #49c4ba 0%);
}

.home section.enjoy ul.enjoy_list li:nth-child(4) figcaption span {
  background: linear-gradient(transparent 0%, #f8c118 0%);
}

.home section.enjoy ul.enjoy_list li:nth-child(5) figcaption span {
  background: linear-gradient(transparent 0%, #ef404a 0%);
}

@media only screen and (min-width: 1024px) {
	/*.home .mv .slick-slide img {
		height: 780px;
	}

	.movie-container {
		height: 780px;
		padding-top: 56.25%;
	}
	.movie-container iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}*/

  /***** todays_info *****/
  .home .todays_info_wrap {
    width: 100%;
    margin: 0 auto;
    position: relative;
  }
  .home .todays_info {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;

    background: #44b9e4;
    padding: 10px 0;
    width: 100%;
    position: relative;
  }
  

.home .todays_info h3 {
  border-radius: 5px;
  margin-right: 15px;
  padding: 8px;
}

.home .todays_info h3 .update {
  display: inline-block;
  margin-left: 8px;
}

.home .todays_info .todays_info_body {
  display: flex;
  align-items: center;
  align-content: center;
  border-radius: 5px;
}

.home .todays_info .todays_info_body dl {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  margin-bottom: 0;
  margin-right: 15px;
}
.home .todays_info .todays_info_body dl dt {
  padding: 5px 15px;
  width: auto;
  margin-bottom: 0;
  line-height: 1;
}
.home .todays_info .todays_info_body dl dd {
  width: auto;
  margin-bottom: 0;
  padding: 5px 15px;
  line-height: 1;
}

  /********** attractions_news **********/
  .home .attractions_news {
    background: url("../img/top/bg_news.jpg") no-repeat center bottom;
    background-size: cover;
  }
  
  /********** attractions **********/  
  .home section.attractions ul.attr_list {
    margin-top: 100px;
    background: none;
    padding: 50px 0;
  }
  
  .home section.attractions ul.attr_list li {
    width: 23%;
    margin: 0 1% 10px;
  }
  
  /********** news **********/
  .home section.news .news_body {
    width: 1000px;
    margin: 0 auto;
    padding: 50px;
  }
  
  .home section.news .news_body dl dt {
    float: left;
    width: 7em;
    padding: 10px 0;
  }
  
  .home section.news .news_body dl dd {
    padding: 10px 0 10px 7em;
  }
  
  /********** event **********/
  .home section.event ul.event_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home section.event ul.event_list > li {
    width: 23%;
    margin: 1%;
    padding: 20px;
  }
  
  .home section.event ul.event_list > li dl dd {
    padding-left: 0;
  }
  
  .home section.event ul.event_list > li dl dt figure img {
    width: 100%;
    height: 200px;
    float: none;
    margin-bottom: 10px;
  }
  
  .home section.event ul.event_list > li dl dd .period {
    font-size: 1.6rem;
  }

  /********** enjoy **********/
  .home section.enjoy ul.enjoy_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  
  .home section.enjoy ul.enjoy_list li {
    width: 30%;
    margin: 0 1%;
  }
  
  .home section.enjoy ul.enjoy_list li {
    float: none;
  }
  
  .home section.enjoy ul.enjoy_list li figure img {
    width: 300px;
    height: 300px;
  }
  .home section.enjoy ul.enjoy_list li figcaption {
	height: auto;
  }
  
  .home section.enjoy ul.enjoy_list li figcaption span {
    display: inline-block;
    position: relative;
    bottom: 50px;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
  }

  .home section.enjoy ul.enjoy_list li:nth-of-type(odd) figcaption span {
    left: 50%;
    transform: translateX(-50%);
  }
}

/* ----------------------------------------------------
 attraction
----------------------------------------------------*/
.post-type-archive-post main.sub h1,
.category main.sub h1,
.page-touchflower main.sub h1 {
    font-size: 2.2rem;
    text-align: center;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1.2;
}

.post-type-archive-post main.sub h1 span,
.category main.sub h1 span,
.page-touchflower main.sub h1 span{
    font-size: 3rem;
}

.post-type-archive-post main.sub h2,
.category main.sub h2,
.page-touchflower main.sub h2{
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 30px;
}

.post-type-archive-post main.sub h2 span,
.category main.sub h2 span,
.page-touchflower main.sub h2 span{
    font-size: 2.4rem;
}

/* search_tab
----------------------------------------------------*/
main.sub #search_tab {
    padding-top: 100px;
    margin-top: -100px;
}
main.sub .cat_tab {
    width: 100%;
    margin-bottom: 30px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
}

main.sub .cat_tab ul {
    width: 100%;
    font-weight: bold;
    /*display: flex;
    border-bottom: 4px solid #44b9e4;*/
    font-size: 1.4rem;
}

main.sub .cat_tab ul li {
    margin-bottom: 10px;
}

main.sub .cat_tab ul li a {
    display: block;
    color: #fff;
    height: 44px;
    line-height: 40px;
    padding: 0 10px;
	border-style: solid;
	border-width: 2px;
	font-weight: bold;
}
main.sub .cat_tab ul li a::before {
	content: '';
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 1.6rem;
}

main.sub .cat_tab ul li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

main.sub .cat_tab ul li.all a { border-color: #44b9e4; color: #44b9e4;}
main.sub .cat_tab ul li.experience a { border-color: #00ccc0; color: #00ccc0;}
main.sub .cat_tab ul li.touch a { border-color: #f0b026; color: #f0b026;}
main.sub .cat_tab ul li.play a { border-color: #af64b7; color: #af64b7;}
main.sub .cat_tab ul li.have a { border-color: #f34f50; color: #f34f50;}
main.sub .cat_tab ul li.webreservation a { border-color: #44d6e8; color: #44d6e8;}

main.sub .cat_tab ul li a::before {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-right: 5px;
	vertical-align: middle;
	font-size: 1.6rem;
	width: 2.2rem;
	text-align: center;
	position: relative;
	top: -2px;
}
main.sub .cat_tab ul li.all a::before {
	content: '\f002';
}
main.sub .cat_tab ul li.experience a::before {
	content: '\f004';
}
main.sub .cat_tab ul li.touch a::before {
	content: '\f256';
	font-weight: 400;
}
main.sub .cat_tab ul li.play a::before {
	content: '\f54b';
}
main.sub .cat_tab ul li.have a::before {
	content: '\f2e7';
}
main.sub .cat_tab ul li.webreservation a::before {
	content: '\f274';
}

main.sub h3.searchCatTitle {
	max-width: 450px;
	margin-left: auto;
	margin-right: auto;
	border: none;
	background-color: #369fc6;
	color: #FFF;
	padding: 10px 0;
}
main.sub h3.searchCatTitle--all { background-color: #44b9e4;}
main.sub h3.searchCatTitle--experience { background-color: #00ccc0;}
main.sub h3.searchCatTitle--touch { background-color: #f0b026;}
main.sub h3.searchCatTitle--play { background-color: #af64b7;}
main.sub h3.searchCatTitle--have { background-color: #f34f50;}
main.sub h3.searchCatTitle--webreservation { background-color: #44d6e8;}

@media only screen and (min-width: 1024px) {
    main.sub .cat_tab ul {
        width: 100%;
        font-size: 1.6rem;
		display: flex;
		flex-wrap: wrap;
		margin: 40px 0;
		/*border-bottom: 4px solid #44b9e4;*/
    }
	main.sub .cat_tab ul li {
		margin-bottom: 0px;
		width: 32%;
		margin-left: 2%;
		box-sizing: border-box;
	}
	main.sub .cat_tab ul li:nth-of-type(3n+1) {
		margin-left: 0;
	}
	main.sub .cat_tab ul li:nth-of-type(n+4) {
		margin-top: 2%;
	}
	main.sub .cat_tab ul li a {
		height: 50px;
		line-height: 46px;
		padding: 0 20px;
		text-align: center;
	}
	main.sub .cat_tab ul li a::before {
		font-size: 2rem;
		width: 2.6rem;
	}
	/*.category-experience main.sub .cat_tab ul { border-bottom: 4px solid #00ccc0;}
	.page-touchflower main.sub .cat_tab ul { border-bottom: 4px solid #f0b026;}
	.category-play main.sub .cat_tab ul { border-bottom: 4px solid #af64b7;}
	.category-have main.sub .cat_tab ul { border-bottom: 4px solid #f34f50;}
	.search main.sub .cat_tab ul { border-bottom: 4px solid #44b9e4;}*/
}

/* search_area
----------------------------------------------------*/
main.sub .search_area {
    padding: 0 30px;
    text-align: center;
    margin-bottom: 50px;
}

main.sub .search_area .searchandfilter li {
    margin-bottom: 10px;
    text-align: left;
}



main.sub .search_area .searchandfilter div > ul li:last-child {
    margin: 0;
    padding: 0;
}

main.sub .search_area label {
    margin-right: 10px;
}

main.sub .search_area input[type="text"] {
    border: 1px solid #ccc;
    width: 80%;
    height: 50px;
    font-size: 1.6rem;
    padding: 0 0.5em;
}

main.sub .search_area input[type="checkbox"] {
    -webkit-transform: scale(1.5);
    -webkit-transform-origin:100% 50%;
    -moz-transform: scale(1.5);
    -moz-transform-origin:100% 50%;
    -ms-transform: scale(1.5);
    -ms-transform-origin:100% 50%;
    vertical-align: middle;
}

main.sub .search_area input[type="submit"] {
    -webkit-appearance: none;
    background: #44b9e4;
    min-width: 200px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    border: none;
}

/* 検索add 200304 */
main.sub .search_area .searchCheckList {
	text-align: left;
}
main.sub .search_area .searchCheckList li {
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.searchBtnBox {
	margin-top: 30px;
}

@media only screen and (min-width: 1024px) {
    main.sub .search_area input[type="submit"] {
        width: 320px;
    }
}

/* アトラクションアーカイブ
----------------------------------------------------*/
/***** アーカイブ *****/
ul.attraction_list {
    margin-bottom: 50px;
}

ul.attraction_list > li {
    width: 100%;
    background: #fff;
    margin-bottom: 15px;
    padding: 10px;
    position: relative;
    border: 1px solid #eee;
	min-height: 30px;
}

ul.attraction_list > li a:hover {
    text-decoration: none;
}

ul.attraction_list > li dl dt figure img {
    object-fit: cover;
    width: 100px;
    height: 100px;
    overflow: hidden;
	margin-right: 10px;
    margin-bottom: 10px;
	float: left;
}

ul.attraction_list > li dl dt figcaption {
    color: #005dac;
    font-size: 1.8rem;
    font-weight: bold;
	padding-left: 110px;
}

ul.attraction_list > li dl dd {
    color: #333;
	padding-left: 110px;
}

ul.attraction_list li dl dd .period {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 10px 0;
	text-align: left;
}

ul.attraction_list > li dl dd .period span {
    background: #44b9e4;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}

/***** カテゴリータグ *****/
ul.category_list li {
    border: none;
    font-size: 1rem;
    display: inline-block;
    text-align: center;
    width: auto;
    margin: 0 5px 5px 0;
    padding: 0;
}

ul.category_list li a {
    display: block;
    padding: 2px 5px;
    color: #fff;
    font-weight: bold;
    background: #ccc;
}

/* 花ごよみ */
ul.category_list li a.flower {
    background: #f0b026;
}

/* さわる・見る */
ul.category_list li a.touch {
    background: #fa7e0c;
}

/* たいけんする */
ul.category_list li a.experience,
ul.category_list li a.nature,
ul.category_list li a.gourmet,
ul.category_list li a.craft {
    background: #00ccc0;
}

/* あそぶ */
ul.category_list li a.play {
    background: #af64b7;
}

/* たべる・買う*/
ul.category_list li a.have {
    background: #f34f50;
}

/* アルプスジム*/
ul.category_list li a.alpsgym {
    background: #fe3e63;
}

/* イベント*/
ul.category_list li a.event {
    background: #428CFF;
}
ul.category_list li a.weekends {
    background: #FF252B;
}
ul.category_list li a.weekdays {
    background: #43CC75;
}
ul.category_list li a.webreservation {
    background: #44d6e8;
}
ul.category_list li a.news {
    background: #CC800C;
}
/* 共通*/
ul.category_list li a.recommend,
ul.category_list li a.simplegourmet,
ul.category_list li a.popular,
ul.category_list li a.ranking1 {
    background: #5E4BCC;
}

/***** いつでもあそべるのはこちらをチェック *****/
ul.category_btn {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

ul.category_btn li {
    width: 48%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
    margin-bottom: 10px;
}

ul.category_btn li a {
    display: block;
    color: #fff;
    border-radius: 5px;
}

ul.category_btn li a:hover {
    text-decoration: none;
    opacity: .7;
}

/* 花ごよみ */
ul.category_btn li a.flower {
    background: #f0b026;
}

/* たいけんする */
ul.category_btn li a.experience {
    background: #00ccc0;
}

/* さわる・見る */
ul.category_btn li a.touch {
    background: #fa7e0c;
}

/* あそぶ */
ul.category_btn li a.play {
    background: #af64b7;
}

/* たべる・買う */
ul.category_btn li a.have {
    background: #f34f50;
}

/* アルプスジム */
ul.category_btn li a.alpsgym {
    background: #fe3e63;
}

ul.category_btn li a::after {
	font-family: "Font Awesome 5 Free";
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
	font-size: 1.6rem;
	width: 2.2rem;
	text-align: center;
	position: relative;
	top: -1px;
}
/* 花ごよみ */
ul.category_btn li a.flower::after {
    content: '\f4d8';
}
/* たいけんする */
ul.category_btn li a.experience::after {
    content: '\f004';
}
/* さわる・見る */
ul.category_btn li a.touch::after {
    content: '\f256';
}
/* あそぶ */
ul.category_btn li a.play::after {
    content: '\f54b';
}
/* たべる・買う */
ul.category_btn li a.have::after {
    content: '\f2e7';
}
/* アルプスジム */
ul.category_btn li a.alpsgym::after {
    content: '\f6de';
}


@media only screen and (min-width: 1024px) {
    /***** アーカイブ *****/
    ul.attraction_list {
        display: flex;
        flex-wrap: wrap;
    }
    ul.attraction_list--open {
		justify-content: center;
    }

    ul.attraction_list > li {
        width: 23%;
        margin: 1%;
    }

	ul.attraction_list li dl dt figure img {
		width: 100%;
		height: 200px;
		float: none;
	}

	ul.attraction_list li dl dt figcaption {
		padding-left: 0;
	}

	ul.attraction_list li dl dd {
		padding-left: 0;
	}


    /***** いつでもあそべるのはこちらをチェック *****/
    ul.category_btn {
        flex-wrap: nowrap;
    }
    ul.category_btn li {
        width: 15%;
    }
}

/* ----------------------------------------------------
 news
----------------------------------------------------*/
/***** archive *****/
.post-type-archive-news main.sub dl.news_list,
.post-type-archive-media main.sub dl.news_list {
    margin-bottom: 30px;
}

.post-type-archive-news main.sub dl.news_list dt,
.post-type-archive-media main.sub dl.news_list dt {
    padding: 0;
}

.post-type-archive-news main.sub dl.news_list dd,
.post-type-archive-media main.sub dl.news_list dd {
    padding: 0 0 5px 0;
    border-bottom: 1px solid #999;
}

@media only screen and (min-width: 1024px) {   
  .post-type-archive-news main.sub dl.news_list dt,
  .post-type-archive-media main.sub dl.news_list dt {
    float: left;
    width: 7em;
    padding: 10px 0;
  }
  
  .post-type-archive-news main.sub dl.news_list dd,
  .post-type-archive-media main.sub dl.news_list dd {
    padding: 10px 0 10px 7em;
  }
}

/* ----------------------------------------------------
 花ごよみ
----------------------------------------------------*/
/***** 季節の花紹介 *****/
/* タブ切り替え */
.page-flower #season ul.flower_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

.page-flower #season ul.flower_tab li {
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 48%;
    margin-bottom: 10px;
}

.page-flower #season ul.flower_tab li.spring {
    background: #f596b6;
}

.page-flower #season ul.flower_tab li.summer {
    background: #2ab58b;
}

.page-flower #season ul.flower_tab li.autumn {
    background: #fa7e0c;
}

.page-flower #season ul.flower_tab li.winter {
    background: #005dac;
}

.page-flower #season .season_item {
    display: none;
}

.page-flower #season .season_item.show {
    display: block;
}

/* 花紹介 */
.page-flower #season dl.flowerinfo {
    padding: 30px;
    margin-bottom: 30px;
    justify-content: space-between;
}

.page-flower #season dl.flowerinfo dt {
    margin-bottom: 10px;
}

.page-flower #season dl.flowerinfo dl  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
}

.page-flower #season dl.flowerinfo dl dt  {
    width: 25%;
    text-align: center;
    color: #fff;
    margin-bottom: 5px;
}

.page-flower #season dl.flowerinfo dl dd  {
    width: 70%;
    margin-bottom: 5px;
}


/* spring */
.page-flower #season .season_item.spring h3 {
    color: #f596b6;
    border-bottom: 2px solid #fbcedd;
}

.page-flower #season .season_item.spring h4 {
    color: #f596b6;
}

.page-flower #season .season_item.spring dl.flowerinfo {
    border: 4px solid #fbcedd;
}

.page-flower #season .season_item.spring dl.flowerinfo dl dt  {
    background: #f596b6;
}

/* summer */
.page-flower #season .season_item.summer h3 {
    color: #2ab58b;
    border-bottom: 2px solid #a1dcca;
}

.page-flower #season .season_item.summer h4 {
    color: #2ab58b;
}

.page-flower #season .season_item.summer dl.flowerinfo {
    border: 4px solid #a1dcca;
}

.page-flower #season .season_item.summer dl.flowerinfo dl dt  {
    background: #2ab58b;
}

/* autumn */
.page-flower #season .season_item.autumn h3 {
    color: #fa7e0c;
    border-bottom: 2px solid #f5caa3;
}

.page-flower #season .season_item.autumn h4 {
    color: #fa7e0c;
}

.page-flower #season .season_item.autumn dl.flowerinfo {
    border: 4px solid #f5caa3;
}

.page-flower #season .season_item.autumn dl.flowerinfo dl dt  {
    background: #fa7e0c;
}

/* winter */
.page-flower #season .season_item.winter h3 {
    color: #005dac;
    border-bottom: 2px solid #9ccaf0;
}

.page-flower #season .season_item.winter h4 {
    color: #005dac;
}

.page-flower #season .season_item.winter dl.flowerinfo {
    border: 4px solid #9ccaf0;
}

.page-flower #season .season_item.winter dl.flowerinfo dl dt  {
    background: #005dac;
}


@media only screen and (min-width: 1024px) {
    /***** 季節の花紹介 *****/
    /* タブ切り替え */
    .page-flower #season ul.flower_tab li {
        width: 23%;
    }
    
    /* 花紹介 */
    .page-flower #season dl.flowerinfo {
        border: 4px solid #ceebf6;
        padding: 30px;
        display: flex;
        margin-bottom: 30px;
        justify-content: space-between;
    }
    
    .page-flower #season dl.flowerinfo dt {
        margin-bottom: 0;
        width: 48%;
    }

    .page-flower #season dl.flowerinfo dd {
        width: 48%;
    }
}

/* ----------------------------------------------------
 たいけんする
----------------------------------------------------*/
/* ボタン */
#exp_program .btn_box {
	margin-bottom: 40px;
}
#exp_program .btn:nth-of-type(n+2) {
	margin-top: 10px;
}

/* タブ切り替え */
/*#exp_program ul.exp_tab {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px;
}

#exp_program ul.exp_tab li {
    cursor: pointer;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    font-weight: bold;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}

#exp_program ul.exp_tab li.nature {
    background: #2ab58b;
}

#exp_program ul.exp_tab li.gourmet {
    background: #fa7e0c;
}

#exp_program ul.exp_tab li.craft {
    background: #f596b6;
}*/

/* 各プログラムボックス */
ul.expReserve li {
    border: 4px solid #ceebf6;
    padding: 20px;
    margin-top: 20px;
}
ul.expReserve li > dl  {
}

ul.expReserve li > dl > dt  {
    margin-bottom: 20px;
}

ul.expReserve li > dl > dt img  {
    width: 100%;
}

ul.expReserve li > dl > dd h4  {
    text-align: left;
    margin-bottom: 10px;
}

ul.expReserve li > dl > dd .datatbl {
	margin-top: 20px;
/*	display: flex;
	flex-wrap: wrap;*/
}
ul.expReserve li > dl > dd .datatbl > dt {
	/*width: 100px;
	margin-right: 10px;*/
	background-color: #ceebf6;
	color: #005dac;
	font-weight: bold;
	text-align: center;
	margin-bottom: 5px;
	padding: 5px 0;
}
ul.expReserve li > dl > dd .datatbl > dd {
	margin-bottom: 15px;
}

ul.expReserve li > dl > dd .reserve-btn  {
    margin-top: 20px;
}
ul.expReserve li > dl > dd .reserve-btn a  {
	display: inline-block;
    background: #005dac;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
	width: 100%;
	text-decoration: none;
	position: relative;
}
ul.expReserve li > dl > dd .reserve-btn a::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: #FFF solid 2px;
	border-bottom: #FFF solid 2px;
	transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
	/* ボタン */
	#exp_program .btn_box {
		display: flex;
		justify-content: center;
		margin-bottom: 60px;
	}
	#exp_program .btn {
		width: 34%;
	}
	#exp_program .btn:nth-of-type(n+2) {
		margin-top: 0;
	}
	
	/* タブ切り替え */
	/*#exp_program ul.exp_tab {
		margin-top: 40px;
	}*/

	#exp_program ul.exp_tab li {
		width: 30%;
		margin-left: 5%;
		transition: .3s;
	}
	#exp_program ul.exp_tab li:hover {
		opacity: .7;
	}

	#exp_program ul.exp_tab li:first-of-type {
		margin-left: 0;
	}
	
	/* 各プログラムボックス */
	#exp_program ul.expReserve {
        display: flex;
        flex-wrap: wrap;
    }
    
    #exp_program ul.expReserve li {
        width: 30%;
        margin: 1% 1%;
		position: relative;
    }
	/*ul.expReserve li > dl {
		padding-bottom: 50px;
	}*/
	#exp_program ul.expReserve li > dl > dd .reserve-btn  {
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: calc(100% - 40px);
	}
	#exp_program ul.expReserve li > dl > dd .reserve-btn a::after {
		transition: .3s;
	}
	#exp_program ul.expReserve li > dl > dd .reserve-btn a:hover::after {
		right: 15px;
	}

}

/***** たいけん記事（予約品目詳細） *****/
.single-mtssb_article .exp_article {
	border: 4px solid #ceebf6;
	padding: 20px;	
}

.single-mtssb_article .exp_article .exp_article_item:nth-of-type(n+2) {
    margin-top: 20px;
}

.single-mtssb_article .exp_article .exp_article_item img  {
    max-width: 100%;
	height: auto;
}
.single-mtssb_article .exp_article .exp_article_item .exp_status {
	margin-top: 20px;
}
.single-mtssb_article .exp_article .exp_article_item .exp_status_item {
	display: inline-block;
	font-size: 1.4rem;
	color: #FFF;
	background-color: #44b9e4;
	padding: 2px 10px;
	margin-right: 5px;
}
.single-mtssb_article .exp_article .exp_article_item h4 {
	text-align: left;
}

.single-mtssb_article .exp_article .exp_article_item .datatbl {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.single-mtssb_article .exp_article .exp_article_item .datatbl > dt {
	background-color: #44b9e4;
	color: #FFF;
	text-align: center;
	width: 20%;
	margin-bottom: 10px;
}
.single-mtssb_article .exp_article .exp_article_item .datatbl > dd {
	width: 78%;
	margin-bottom: 10px;
}

.single-mtssb_article .reserve-btn  {
    margin-top: 20px;
}
.single-mtssb_article .reserve-btn a  {
	display: inline-block;
    background: #005dac;
    padding: 5px;
    text-align: center;
    color: #fff;
	width: 100%;
	text-decoration: none;
	position: relative;
}
.single-mtssb_article .reserve-btn a::after {
	content: '';
	position: absolute;
	top: calc(50% - 4px);
	right: 20px;
	width: 8px;
	height: 8px;
	border-right: #FFF solid 2px;
	border-bottom: #FFF solid 2px;
	transform: rotate(-45deg);
}

@media only screen and (min-width: 1024px) {
	.single-mtssb_article .exp_article {
		display: flex;
		justify-content: space-between;
		margin-bottom: 30px;
	}
	.single-mtssb_article .exp_article .exp_article_item:nth-of-type(n+2) {
		margin-top: 0;
	}
	.single-mtssb_article .exp_article .exp_article_item:nth-of-type(1) {
		width: 40%;
	}
	.single-mtssb_article .exp_article .exp_article_item:nth-of-type(2) {
		width: 58%;
	}

	.single-mtssb_article .reserve-btn  {
		width: 300px;
		margin-left: auto;
		margin-right: auto;
	}

}


/***** たいけん予約フォーム *****/
/* 月別カレンダー */
.reserve_form .monthly-calendar table {
	width: 100%;
}
.reserve_form .monthly-calendar caption {
	font-size: 2rem;
	font-weight: bold;
	margin-bottom: 30px;
}
.reserve_form .monthly-calendar th {
	border: 1px solid #afe3f6;
	padding: 5px 0;
	font-size: 1.6rem;
}
.reserve_form .monthly-calendar td {
	border: 1px solid #afe3f6;
}

.reserve_form .monthly-calendar .monthly-prev-next {
	margin-top: 10px;
}
.reserve_form .monthly-calendar .monthly-prev-next .no-link {
	display: none;
}
.reserve_form .monthly-calendar .monthly-prev-next .monthly-next {
	margin-right: 0;
}
.reserve_form .monthly-calendar .monthly-prev-next .monthly-next a::after {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-right: #000 solid 2px;
	border-bottom: #000 solid 2px;
	transform: rotate(-45deg);
	margin-left: 5px;
}
.reserve_form .monthly-calendar .monthly-prev-next .monthly-prev a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 8px;
	border-left: #000 solid 2px;
	border-bottom: #000 solid 2px;
	transform: rotate(45deg);
	margin-right: 5px;
}

/* 日別カレンダー */
.reserve_form .day-calendar h3 {
	display: none;
}
.reserve_form .day-calendar p {
	text-align: center;
	font-weight: bold;
	margin-bottom: 20px;
}
.reserve_form .day-calendar table {
	width: 100%;
	border-collapse: collapse;
}
.reserve_form .day-calendar th {
	border: 1px solid #afe3f6;
	background-color: #44b9e4;
	color: #FFF;
	padding: 5px 0;
	font-size: 1.6rem;
	border-radius: 0;
}

/* 予約フォーム */
.page-booking-form .content-form fieldset {
	padding: 10px 10px 0 10px;
}
.page-booking-form fieldset legend {
	width: 100%;
	font-size: 1.8rem;
	text-align: center;
	background-color: #44b9e4;
	color: #FFF;
	padding: 0;
}
.page-booking-form fieldset table {
	width: 100%;
	border-collapse: collapse;
}
.page-booking-form fieldset th {
	display: block;
	border: none;
	/*background-color: #44b9e4;*/
	width: 100%;
	text-align: left;
	font-size: 1.4rem;
}
.page-booking-form fieldset td {
	display: block;
	border: none;
	margin-bottom: 10px;
	font-size: 1.4rem;
}
.page-booking-form fieldset td input[type="text"] {
	width: 100%;
	height: 40px;
	font-size: 1.4rem;
}
.page-booking-form fieldset td textarea {
	width: 100%;
	height: 100px;
	font-size: 1.4rem;
}
.page-booking-form fieldset td .input-number {
	width: 30%;
	margin-right: 5%;
}
.page-booking-form fieldset td .input-number:nth-of-type(3) {
	margin-right: 0;
}
.page-booking-form button[type="submit"] {
	width: 200px;
	height: 50px;
	font-size: 1.6rem;
	background-color: #005dac;
	color: #FFF;
	border: none;
}

/* 確認 */
/*.page-booking-form .option-confirm-header {
	margin-top: 30px;
	text-align: center;
	font-size: 1.6rem;
	font-weight: bold;
}*/

@media only screen and (min-width: 1024px) {
	/* 予約フォーム */
	.page-booking-form fieldset th {
		display: table-cell;
		width: 30%;
		font-size: 1.6rem;
		border-top: #CCC solid 1px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-booking-form fieldset tr:first-of-type th {
		border-top: none;
	}
	.page-booking-form fieldset td {
		display: table-cell;
		border-top: #CCC solid 1px;
		margin-bottom: 0px;
		font-size: 1.6rem;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.page-booking-form fieldset tr:first-of-type td {
		border-top: none;
	}
	.page-booking-form fieldset td input[type="text"] {
		font-size: 1.6rem;
	}
	.page-booking-form fieldset td input[type="text"].content-text.medium {
		width: 48%;
	}
	.page-booking-form fieldset td input[type="text"].content-text.fat {
		width: 95%;
	}
	.page-booking-form fieldset td input[type="text"].content-text.small {
		width: 5rem;
	}
	.page-booking-form fieldset td textarea {
		height: 200px;
		font-size: 1.6rem;
	}
	.page-booking-form fieldset td .input-number {
		width: auto;
		margin-right: 30px;
	}
	.page-booking-form button[type="submit"] {
		width: 300px;
		height: 60px;
		font-size: 1.8rem;
	}

	/* 確認 */
	/*.page-booking-form .option-confirm-header {
		margin-top: 30px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
	}*/

}

/* ----------------------------------------------------
 さわる・見る
----------------------------------------------------*/
/***** 動物ふれあいイベント *****/
.page-touch ul.animal_events li  {
    border: 4px solid #ceebf6;
    padding: 20px;
    margin-top: 20px;
}

.page-touch ul.animal_events li > dl dt  {
    margin-bottom: 20px;
}

.page-touch ul.animal_events li > dl dt img  {
    width: 100%;
}

.page-touch ul.animal_events li > dl dd h4  {
    text-align: left;
    margin-bottom: 10px;
}


/***** 動物たちのご紹介 *****/
.page-touch ul.animal_intro  {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.page-touch ul.animal_intro li  {
    width: 48%;
    text-align: center;
    margin-bottom: 20px;
}

.page-touch ul.animal_intro li dl dd  {
    padding: 10px 0;
}

@media only screen and (min-width: 1024px) {
    /***** 動物ふれあいイベント *****/
    .page-touch ul.animal_events {
        display: flex;
        flex-wrap: wrap;
    }
    
    .page-touch ul.animal_events li {
        width: 30%;
        margin: 0 1%;
    }
    .page-touch ul.animal_events li:nth-of-type(n+4) {
        width: 30%;
        margin-top: 20px;
    }
    
    
    /***** 動物たちのご紹介 *****/
    .page-touch ul.animal_intro li  {
        width: 32%;
    }
}

/* ----------------------------------------------------
 動物ふれあいイベント詳細
----------------------------------------------------*/
.single-animal_events dl.animal_events  {
    border: 4px solid #ceebf6;
    padding: 20px;
}

.single-animal_events dl.animal_events  {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.single-animal_events dl.animal_events dd h4  {
    text-align: left;
}

.single-animal_events dl.animal_events dl  {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.single-animal_events dl.animal_events dl dt  {
    width: 20%;
    background: #44b9e4;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.single-animal_events dl.animal_events dl dd  {
    width: 78%;
    margin-bottom: 10px;
}


@media only screen and (min-width: 1024px) {    
    .single-animal_events dl.animal_events > dt  {
        width: 40%;
    }
    
    .single-animal_events dl.animal_events > dd  {
        width: 58%;
    }

}


/* ----------------------------------------------------
 あそぶ
----------------------------------------------------*/
.page-play .play_alpsgym_lead {
	text-align: center;
	margin: 50px auto;
	width: 90%;
}

.page-play ul.attractions li {
    border: 4px solid #ceebf6;
    padding: 20px;
    margin-top: 20px;
}
.page-play ul.attractions li > dl  {
}

.page-play ul.attractions li > dl dt  {
    margin-bottom: 20px;
}

.page-play ul.attractions li > dl dt img  {
    width: 100%;
}

.page-play ul.attractions li > dl dd h4  {
    text-align: left;
    margin-bottom: 10px;
}

.page-play ul.attractions li > dl dd .price  {
    background: #005dac;
    padding: 5px;
    text-align: center;
    color: #fff;
    margin-top: 20px;
}

/* のんびり遊具 */
main.sub h3.slow {
	color:#fe3e63;
	border-bottom: 2px solid #FFD8E0;
	margin-top: 50px;
}
.page-play ul.attractions.slow li {
    border: 4px solid #FFD8E0;
}
.page-play ul.attractions.slow li > dl dd h4  {
    color: #fe3e63;
}
.page-play ul.attractions.slow li > dl dd .price  {
    background: #fe3e63;
}


@media only screen and (min-width: 1024px) {
    .page-play ul.attractions {
        display: flex;
        flex-wrap: wrap;
    }
    
    .page-play ul.attractions li {
        width: 30%;
        margin: 1% 1%;
		position: relative;
    }
	.page-play ul.attractions li > dl {
		padding-bottom: 50px;
	}
	.page-play ul.attractions li > dl dd .price  {
		position: absolute;
		left: 20px;
		bottom: 20px;
		width: calc(100% - 40px);
	}
}

/***** シルバニアファミリー *****/
.page-sylvania ul.sylvania  {
    margin-bottom: 30px;
}

.page-sylvania ul.sylvania li  {
    border: 4px solid #ceebf6;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
}

.page-sylvania ul.sylvania li > dl dt  {
    margin-bottom: 10px;
}

.page-sylvania ul.sylvania li > dl dt img  {
    width: 100%;
    margin-bottom: 10px;
}

.page-sylvania ul.sylvania li > dl dt figcaption  {
    color: #005dac;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 10px;
}

@media only screen and (min-width: 1024px) {
    .page-sylvania ul.sylvania  {
        display: flex;
        flex-wrap: wrap;
    }
    
    .page-sylvania ul.sylvania li  {
        width: 48%;
        margin: 0 1% 20px;
    }
}


/* ----------------------------------------------------
 たべる・買う
----------------------------------------------------*/
/***** 自家製品 *****/
.have_products_lead {
	text-align: center;
	margin: 50px auto;
	width: 90%;
}
/***** レストラン *****/
.page-have .restaurant  {
    border: 4px solid #ceebf6;
    padding: 20px;
    margin-top: 30px;
}

.page-have .restaurant > dl {
	margin-top: 30px;
    /*margin-bottom: 20px;*/
}

.page-have .restaurant dl dt img  {
    width: 100%;
}

.page-have .restaurant dl dd h4  {
    text-align: left;
    margin-bottom: 10px;
}

.page-have .restaurant > dl dl  {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.page-have .restaurant > dl dl dt  {
    width: 35%;
    background: #44b9e4;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.page-have .restaurant > dl dl dd  {
    width: 60%;
    margin-bottom: 10px;
}

.page-have .restaurant .drinkbar {
    background: #f34f50;
    padding: 2px 5px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    display: inline-block;
}

@media only screen and (min-width: 1024px) { 
    .page-have .restaurant > dl {
        display: flex;
        justify-content: space-between;
    }
    
    .page-have .restaurant > dl > dt  {
        width: 40%;
    }
    
    .page-have .restaurant > dl > dd  {
        width: 58%;
    }
    
    .page-have .restaurant ul.restaurant_imgs  {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .page-have .restaurant ul.restaurant_imgs li {
        width: 48%;
        margin: 0 1% 10px;
    }
}

/***** ショップ・お土産 *****/
.page-shop ul.shop_list {
    text-align: center;
}

.page-shop ul.shop_list li {
    margin-bottom: 30px;
    position: relative;
}

.page-shop ul.shop_list li dl dt img {
    margin-bottom: 10px;
}

.page-shop ul.shop_list li .no1{
    background: #f34f50;
    color: #fff;
    font-size: 1.2rem;
    font-weight: bold;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: -20px;
    left: 20px;
}

@media only screen and (min-width: 1024px) { 
    .page-shop ul.shop_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    
    .page-shop ul.shop_list li {
        width: 30%;
        margin: 0 1% 10px;
    }
}

/* ----------------------------------------------------
 アルプスジム
----------------------------------------------------*/
.page-alpsgym .movie {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
	margin-top: 70px;
}

.page-alpsgym .movie iframe {
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
}

.page-alpsgym ul.cast li {
    border: 1px solid #ceebf6;
    margin-bottom: 20px;
}

.page-alpsgym ul.cast dl dt {
    background: #369fc6;
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 5px 0;
}

.page-alpsgym ul.cast dl dd {
    padding: 20px;
}

.page-alpsgym .whats_alpsgym ul li {
    border: 4px solid #ceebf6;
    margin-top: 30px;
}

.page-alpsgym .whats_alpsgym ul li dl dt {
    font-size: 2rem;
    background: #ceebf6;
    text-align: center;
    color: #369fc6;
    font-weight: bold;
    min-height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.page-alpsgym .whats_alpsgym ul li dl dd {
    padding: 20px;
}

/*コース*/
.page-alpsgym #course > dl {
    margin-bottom: 30px;
}
.page-alpsgym #course dl dd h4 {
    margin-bottom: 0;
    background: #005dac;
    color: #fff;
    margin-bottom: 20px;
}

.page-alpsgym #course > dl dd .level {
    font-size: 2rem;
    font-weight: bold;
    color: #f34f50;
    margin-bottom: 10px;
}

.page-alpsgym #course dl dl {
    margin-bottom: 10px;
    background: #ddf1f8;
    padding: 20px;
}

.page-alpsgym #course dl dl dt {
    color: #369fc6;
    font-weight: bold;
    float: left;
    width: 7em;
    padding: 5px 0;
}

.page-alpsgym #course dl dl dd {
    border-bottom: 1px solid #afe3f6;
    padding: 5px 0 5px 7em;
}

/*ご利用にあたって*/
table.guide {
    width: 100%;
    margin: 0 auto 20px;
    border-bottom: 1px solid #afe3f6;
}

table.guide thead th {
    border: 1px solid #afe3f6;
    background: #44b9e4;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}
table.guide tbody th {
    border: 1px solid #afe3f6;
    background: #44b9e4;
    padding: 10px;
    font-weight: bold;
    /*border-bottom: none;*/
    color: #fff;
    vertical-align: top;
}
table.guide tbody td {
    border: 1px solid #afe3f6;
    padding: 10px;
    /*border-bottom: none;*/
    vertical-align: top;
}

.page-alpsgym #guide table.guide td {
    text-align: center;
}


@media only screen and (min-width: 1024px) { 
    .page-alpsgym ul.cast {
        display: flex;
        justify-content: space-around;
    }
    
    .page-alpsgym ul.cast li {
        width: 31%;
        margin: 0 1%;
    }
    
    .page-alpsgym .whats_alpsgym ul {
        display: flex;
        justify-content: space-around;
    }
    
    .page-alpsgym .whats_alpsgym li {
        width: 48%;
        margin: 0 1%;
    }
    
    /*コース*/
    .page-alpsgym #course > dl {
        display: flex;
        justify-content: space-between;
    }
    
    .page-alpsgym #course > dl > dt {
        width: 43%
    }
    
    .page-alpsgym #course > dl > dd {
        width: 55%;
    }
    
    /*ご利用にあたって*/
    .page-alpsgym #guide table.guide td {
        text-align: center;
    }
    
    .page-alpsgym #guide table.guide tbody td::before {
        content: none;
    }
}

/* ----------------------------------------------------
 イベント・ニュース設定
----------------------------------------------------*/
main.sub .event_inner {
	max-width: 960px;
	madding: 0 30px;
	margin: 0 auto;
}
main.sub .event_inner .article_eyecatch {
	text-align: center;
	margin: 40px 0;
}
main.sub .event_time {
	text-align: center;
	font-size: 1.8rem;
}

/* ----------------------------------------------------
 CMS入力設定
----------------------------------------------------*/
/* 見出し */
main.sub .article_cont h2 {
	font-size: 2.8rem;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: left;
}
main.sub .article_cont h2 span {
	background: linear-gradient(transparent 75%, transparent 0%);
}
main.sub .article_cont h3 {
	font-size: 2.4rem;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: left;
	border-bottom: none;
	color: #333;
}
main.sub .article_cont h4 {
	font-size: 2rem;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
	text-align: left;
	color: #333;
}
main.sub .article_cont h5 {
	font-size: 1.8rem;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}
main.sub .article_cont h6 {
	font-size: 1.6rem;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* 本文 */
main.sub .article_cont p {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* list */
main.sub .article_cont ul,
main.sub .article_cont ol {
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 1.6em;
}
main.sub .article_cont ul li {
	list-style: disc;
}
main.sub .article_cont ol li {
	list-style: decimal;
}

/* 画像 */
main.sub .article_cont img {
	margin-top: 20px;
	margin-bottom: 20px;
}

/* 修飾 */
main.sub .article_cont strong {
	font-weight: bold;
}
main.sub .article_cont strong {
	font-weight: bold;
}

/* 期間 */
main.sub .period {
    font-weight: bold;
    font-size: 1.4rem;
    margin: 10px 0;
	text-align: center;
}
main.sub .period span {
    background: #44b9e4;
    border-radius: 5px;
    color: #fff;
    padding: 2px 10px;
    margin-right: 10px;
}

@media only screen and (min-width: 1024px) {
	main.sub .period {
		font-size: 1.8rem;
	}
}

/* ----------------------------------------------------
 総合案内
----------------------------------------------------*/
/***** コンセプト *****/
.page-information #concept ul.concept_list li {
    border: 1px solid #ceebf6;
    box-shadow: 5px 5px #ceebf6;
    padding: 20px;
    margin-bottom: 30px;
}

.page-information #concept ul.concept_list li dl dt {
    position: relative;
}

.page-information #concept ul.concept_list li dl dt img {
    margin-bottom: 10px;
}

.page-information #concept ul.concept_list li dl dt figcaption {
    font-size: 2rem;
    background: #44b9e4;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    display: inline-block;
    padding: 0 20px;
    position: absolute;
    left: 10px;
    bottom: 20px;
}

@media only screen and (min-width: 1024px) {
    /***** コンセプト *****/
    .page-information #concept ul.concept_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .page-information #concept ul.concept_list li {
        width: 31%;
        margin: 0 1% 30px;
    }
}

/***** 営業案内・施設サービス *****/
.page-facility table.table.bizhour tbody td {
    text-align: center;
}

.page-facility table.table tbody td.weekdays {
    background: #ceebf6;
}

.page-facility table.table tbody td.weekends {
    background: #fabfc0;
    color: #f34f50;
}

.page-facility table.table tbody td.alldays {
    background: #98dff9;
    color: #369fc6;
}

@media only screen and (min-width: 1024px) {
    /***** 営業案内・施設サービス *****/
    .page-facility table.table tbody td.weekdays {
        background: none;
    }

    .page-facility table.table tbody td.weekends {
        background: none;
    }

    .page-facility table.table tbody td.alldays {
        background: none;
    }
}

/***** 料金案内 *****/
.page-price table.table tbody td {
    text-align: center;
}

@media only screen and (min-width: 1024px) {
    /***** 料金案内 *****/
    .page-price table.table tbody td {
    }
    
    .page-price table.table tbody th {
        width: 40%;
    }
    
    .page-price table.table tbody td.target {
        width: 30%;
    }
}

/***** 交通アクセス *****/
.page-access .map {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
 
.page-access .map iframe,
.page-access .map object,
.page-access .map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.page-access .access_wrap img {
    margin-bottom: 30px;
}

.page-access .access_wrap dl dt {
    font-size: 2rem;
    color: #005dac;
    font-weight: bold;
}

.page-access .access_wrap dl dd table.table {
    margin: 10px auto;
}

.page-access .access_wrap dl dd table.table thead {
    display: table-header-group;
}

.page-access .access_wrap dl dd table.table tbody td {
    text-align: center;
}

.page-access .access_wrap dl:not(first-of-type) {
    margin-top: 30px;
}

.page-access .access_wrap dl dd .fee {
    color: #369fc6;
}


@media only screen and (min-width: 1024px) {
    .page-access .access_wrap {
        display: flex;
        justify-content: space-between;
    }
    
    .page-access .access_wrap div:first-of-type {
        width: 52%;
    }
    
    .page-access .access_wrap div:nth-of-type(2) {
        width: 42%;
    }
}

/***** 各種パンフレット *****/
.page-pamphlet .pamphlet_wrap .lead {
    margin-bottom: 10px;
}

/***** 団体さまのご利用 *****/
.page-group .ticket {
    position: relative;
}

.page-group .ticket .ico_reserve {
    background: #f34f50;
    color: #fff;
    font-size: 1.4rem;
    font-weight: bold;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50px;
    right: 0;
}

.page-group .ticket ul.list {
    margin-bottom: 30px;  
}

.page-group .ticket ul.list li {
    display: inline-block;
    margin-right: 20px;  
}

.page-group table.table tbody td::before {
    display: block;
}

.page-group table.table.setmenu tbody td::before {
    display: block;
    background: #ceebf6;
    color: #369fc6;
    padding: 20px;
    margin-bottom: 10px;
}

.page-group .restaurant_wrap {
	position: relative;
	margin-top: 40px;
}
.page-group .restaurant_wrap .ico_time {
	text-align: center;
	width: 50px;
	height: 50px;
	background: #F00;
	color: #FFF;
	border-radius: 50%;
	line-height: 1;
	padding-top: 8px;
	position: absolute;
	right: 0;
	top: 0px;
}
.page-group .restaurant_wrap dl  {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
    justify-content: space-between;
}

.page-group .restaurant_wrap dt  {
    width: 35%;
    background: #44b9e4;
    color: #fff;
    text-align: center;
    margin-bottom: 10px;
}

.page-group .restaurant_wrap dd  {
    width: 60%;
    margin-bottom: 10px;
}

.page-group .restaurant_wrap .drinkbar {
    background: #f34f50;
    padding: 2px 5px;
    margin-bottom: 10px;
    color: #fff;
    font-weight: bold;
    font-size: 1.4rem;
    display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
}

@media only screen and (min-width: 1024px) {
    .page-group .ticket .ico_reserve {
        right: 28%;
    }
	
	.page-group .restaurant_wrap {
		position: relative;
		margin-top: 40px;
	}
	.page-group .restaurant_wrap .ico_time {
		text-align: center;
		width: 50px;
		height: 50px;
		background: #F00;
		color: #FFF;
		border-radius: 50%;
		line-height: 1;
		padding-top: 8px;
		position: absolute;
		right: 0;
		top: 0px;
	}
	.page-group .restaurant_wrap div {
		display: flex;
		justify-content: space-between;
		flex-direction: row-reverse;
	}
	.page-group .restaurant_wrap div p.img {
		width: 40%;
	}
	.page-group .restaurant_wrap dl  {
		width:56%;
		margin-top: 0;
	}

	.page-group .restaurant_wrap dt  {
		width: 35%;
		background: #44b9e4;
		color: #fff;
		text-align: center;
		margin-bottom: 10px;
	}

	.page-group .restaurant_wrap dd  {
		width: 60%;
		margin-bottom: 10px;
	}

	.page-group .restaurant_wrap .drinkbar {
		background: #f34f50;
		padding: 2px 5px;
		margin-bottom: 10px;
		color: #fff;
		font-weight: bold;
		font-size: 1.4rem;
		display: inline-block;
		margin-left: 5px;
		margin-right: 5px;
	}

}

/***** 年間パスポート会員さま *****/
.page-passport ul.benefit_list li {
    border: 1px solid #ceebf6;
    box-shadow: 5px 5px #ceebf6;
    padding: 30px;
    margin-bottom: 30px;
}

.page-passport ul.benefit_list li dl dt {
    font-size: 2.2rem;
    color: #369fc6;
    margin-bottom: 10px;
    font-weight: bold;
    text-align: center;
}

.page-passport ul.benefit_list li dl dd .btn {
    margin-top: 20px;
}



@media only screen and (min-width: 1024px) {
    .page-passport ul.benefit_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .page-passport ul.benefit_list li {
        width: 48%;
        margin: 0 1% 30px;
    }
}


/***** よくある質問 *****/
.page-faq .faq dl {
    border: 4px solid #ceebf6;
    padding: 30px;
    margin-top: 30px;
}

.page-faq .faq dl dt {
    font-size: 2rem;
    color: #369fc6;
    border-bottom: 1px solid #ceebf6;
    margin-bottom: 20px;
    padding-bottom: 10px;
    font-weight: bold;
}

.page-faq .faq dl dt::before {
    content: "Q.";
    font-family: 'Roboto', sans-serif;
    margin-right: 5px;
}

.page-faq .faq dl dd::before {
    font-size: 2rem;
    content: "A.";
    font-family: 'Roboto', sans-serif;
    margin-right: 5px;
    font-weight: bold;
    color: #fe3e63;
}

/* 切り替えボタン */
.page-faq ul.faq_tab {
    margin-bottom: 30px;
}

.page-faq ul.faq_tab li {
    margin-bottom: 10px;
}

.page-faq ul.faq_tab li a {
    display: block;
    font-weight: bold;
    color: #fff;
    text-align: center;
    padding: 0 20px;
    height: 50px;
    line-height: 50px;
    background: #369fc6;
    border-radius: 5px;
    position: relative;
}

.page-faq ul.faq_tab li a:hover {
    text-decoration: none;
    opacity: 0.7;
}

.page-faq ul.faq_tab li a::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border: solid 5px transparent;
    border-top: solid 5px #fff;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

@media only screen and (min-width: 1024px) {
    /* 切り替えボタン */
    .page-faq ul.faq_tab {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        margin-bottom: 30px;
    }
    
    .page-faq ul.faq_tab li {
        width: 23%;
    }
}


/* ----------------------------------------------------
 企業情報
----------------------------------------------------*/
/***** 会社概要 / 採用情報 *****/
.page-company table.table tbody th,
.page-recruit table.table tbody th{
    border: 1px solid #afe3f6;
    background: #44b9e4;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}

@media only screen and (min-width: 1024px) {
    .page-company table.table tbody th,
    .page-recruit table.table tbody th{
        width: 40%;
    }
}

/***** サイトポリシー /プライバシーポリシー *****/
.page-policy #policy ul.list,
.page-privacy #privacy ul.list {
    margin: 20px 0;
}

.page-policy #policy h4,
.page-privacy #privacy h4 {
    margin-bottom: 10px;
}

.page-privacy #privacy h4 {
    text-align: left;
}

.page-policy #policy .contact,
.page-privacy #privacy .contact {
    border: 4px solid #ceebf6;
    padding: 30px;
}

@media only screen and (min-width: 1024px) {
    .page-policy #policy .contact,
    .page-privacy #privacy .contact {
        width: 600px;
        margin: 0 auto;
    }
}


/* ----------------------------------------------------
 サイトマップ
----------------------------------------------------*/
main.sub section#sitemap {
	padding-top: 0;
}
.sitemapHome a {
	width: 100%;
	height: 40px;
	background-color: #005dac;
	color: #FFF;
	text-align: center;
	display: block;
	line-height: 40px;
	position: relative;
}
.sitemapHome a::before {
	position: absolute;
    display: inline-block;
    content: "";
    top: 20px;
    left: 15px;
    width: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}

.sitemapBox {
	margin-top: 30px;
}
#sitemap .sitemapBox h2 {
	font-size: 2.2rem;
	font-weight: bold;
	color: #005dac;
	margin-bottom: 10px;
}
.sitemapBox > ul > li {
	margin-top: 20px;
}
.sitemapBox > ul > li > a {
	width: 100%;
	height: 40px;
	background-color: #44b9e4;
	color: #FFF;
	text-align: left;
	padding-left: 30px;
	display: block;
	line-height: 40px;
	position: relative;
}
.sitemapBox > ul > li > a::before {
	position: absolute;
    display: inline-block;
    content: "";
    top: 20px;
    left: 15px;
    width: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #fff;
}
.sitemapBox > ul > li > ul {
	margin-top: 5px;
	padding-left: 15px;
}
.sitemapBox > ul > li > ul > li > a::before {
    display: inline-block;
    content: "";
    width: 3px;
    border: 3px solid transparent;
    border-left: 3px solid #005dac;
	margin-right: 7px;
}

@media only screen and (min-width: 1024px) {
    .sitemapWrap {
        display: flex;
		justify-content: space-between;
    }
	.sitemapBox {
		margin-top: 50px;
		width: 30%;
	}
	.sitemapBox > ul > li > a {
		transition: .3s;
	}
	.sitemapBox > ul > li > a:hover {
		opacity: .7;
		text-decoration: none;
	}

}


/* ----------------------------------------------------
 ヘルパークラス
----------------------------------------------------*/
/* SP用 */
@media only screen and (max-width: 1023px) {
/*********** Margin ***********/
/* TOP */
.smt0 {margin-top: 0 !important;}
.smt10 {margin-top: 10px !important;}
.smt20 {margin-top: 20px !important;}
.smt30 {margin-top: 30px !important;}
.smt40 {margin-top: 40px !important;}
.smt50 {margin-top: 50px !important;}

/* Bottom */
.smb0 {margin-bottom: 0 !important;}
.smb10 {margin-bottom: 10px !important;}
.smb20 {margin-bottom: 20px !important;}
.smb30 {margin-bottom: 30px !important;}
.smb40 {margin-bottom: 40px !important;}
.smb50 {margin-bottom: 50px !important;}

/* Left */
.sml0 {margin-left: 0 !important;}
.sml10 {margin-left: 10px !important;}
.sml20 {margin-left: 20px !important;}
.sml30 {margin-left: 30px !important;}
.sml40 {margin-left: 40px !important;}
.sml50 {margin-left: 50px !important;}

/* Right */
.smr0 {margin-right: 0 !important;}
.smr10 {margin-right: 10px !important;}
.smr20 {margin-right: 20px !important;}
.smr30 {margin-right: 30px !important;}
.smr40 {margin-right: 40px !important;}
.smr50 {margin-right: 50px !important;}

/*********** Padding ***********/
/* TOP */
.spt0 {padding-top: 0 !important;}
.spt10 {padding-top: 10px !important;}
.spt20 {padding-top: 20px !important;}
.spt30 {padding-top: 30px !important;}
.spt40 {padding-top: 40px !important;}
.spt50 {padding-top: 50px !important;}
	
/* Bottom */
.spb0 {padding-bottom: 0 !important;}
.spb10 {padding-bottom: 10px !important;}
.spb20 {padding-bottom: 20px !important;}
.spb30 {padding-bottom: 30px !important;}
.spb40 {padding-bottom: 40px !important;}
.spb50 {padding-bottom: 50px !important;}
	
/* Left */
.spl0 {padding-left: 0 !important;}
.spl10 {padding-left: 10px !important;}
.spl20 {padding-left: 20px !important;}
.spl30 {padding-left: 30px !important;}
.spl40 {padding-left: 40px !important;}
.spl50 {padding-left: 50px !important;}
	
/* Right */
.spr0 {padding-right: 0 !important;}
.spr10 {padding-right: 10px !important;}
.spr20 {padding-right: 20px !important;}
.spr30 {padding-right: 30px !important;}
.spr40 {padding-right: 40px !important;}
.spr50 {padding-right: 50px !important;}
}

/* PC用 */
@media only screen and (min-width: 1024px) {
/*********** Margin ***********/
/* TOP */
.pmt0 {margin-top: 0 !important;}
.pmt10 {margin-top: 10px !important;}
.pmt20 {margin-top: 20px !important;}
.pmt30 {margin-top: 30px !important;}
.pmt40 {margin-top: 40px !important;}
.pmt50 {margin-top: 50px !important;}

/* Bottom */
.pmb0 {margin-bottom: 0 !important;}
.pmb10 {margin-bottom: 10px !important;}
.pmb20 {margin-bottom: 20px !important;}
.pmb30 {margin-bottom: 30px !important;}
.pmb40 {margin-bottom: 40px !important;}
.pmb50 {margin-bottom: 50px !important;}

/* Left */
.pml0 {margin-left: 0 !important;}
.pml10 {margin-left: 10px !important;}
.pml20 {margin-left: 20px !important;}
.pml30 {margin-left: 30px !important;}
.pml40 {margin-left: 40px !important;}
.pml50 {margin-left: 50px !important;}

/* Right */
.pmr0 {margin-right: 0 !important;}
.pmr10 {margin-right: 10px !important;}
.pmr20 {margin-right: 20px !important;}
.pmr30 {margin-right: 30px !important;}
.pmr40 {margin-right: 40px !important;}
.pmr50 {margin-right: 50px !important;}

/*********** Padding ***********/
/* TOP */
.ppt0 {padding-top: 0 !important;}
.ppt10 {padding-top: 10px !important;}
.ppt20 {padding-top: 20px !important;}
.ppt30 {padding-top: 30px !important;}
.ppt40 {padding-top: 40px !important;}
.ppt50 {padding-top: 50px !important;}
	
/* Bottom */
.ppb0 {padding-bottom: 0 !important;}
.ppb10 {padding-bottom: 10px !important;}
.ppb20 {padding-bottom: 20px !important;}
.ppb30 {padding-bottom: 30px !important;}
.ppb40 {padding-bottom: 40px !important;}
.ppb50 {padding-bottom: 50px !important;}
	
/* Left */
.ppl0 {padding-left: 0 !important;}
.ppl10 {padding-left: 10px !important;}
.ppl20 {padding-left: 20px !important;}
.ppl30 {padding-left: 30px !important;}
.ppl40 {padding-left: 40px !important;}
.ppl50 {padding-left: 50px !important;}
	
/* Right */
.ppr0 {padding-right: 0 !important;}
.ppr10 {padding-right: 10px !important;}
.ppr20 {padding-right: 20px !important;}
.ppr30 {padding-right: 30px !important;}
.ppr40 {padding-right: 40px !important;}
.ppr50 {padding-right: 50px !important;}
}

/* IE用 */
.object-fit-img img {
	font-family: 'object-fit: cover;'
}

/* 追加 プレーンテーブル */
table.planeTable {
    width: 100%;
    margin: 0 auto 20px;
    border-bottom: 1px solid #afe3f6;
    border-collapse: collapse;
}
  
table.planeTable thead th {
    border: 1px solid #afe3f6;
    background: #44b9e4;
    padding: 10px;
    font-weight: bold;
    color: #fff;
}
table.planeTable tbody th {
    border: 1px solid #afe3f6;
    background: #44b9e4;
    padding: 10px;
    font-weight: bold;
    color: #fff;
    vertical-align: middle;
}
table.planeTable tbody td {
    border: 1px solid #afe3f6;
    padding: 10px;
    vertical-align: middle;
}
@media only screen and (max-width: 600px) {
	table.planeTable {
	font-size: 90%;
	}
} /* クエリここまで */
/* 追加 プレーンテーブル　ここまで */
