@charset "utf-8";
/* CSS Document */

@media(min-width: 751px){

.site-box {width: 1120px;
           margin: auto}
  
.program-boxa: after {content: "";
              display: block;
			  clear: both}

.program-box {
	float: right;
	width: 70%
}
	  
/*プログラムコンテンツ*/
	  
.program-box1: after {content: "";
              display: block;
			  clear: both}
			  

			 
/*プログラムコンテンツここまで*/
	  
.menu-accordion {float: left;
      width: 30%}



}


@media (min-width: 750px) {

	
	
.program-boxa:after {content: "";
              display: block;
			  clear: both}
			  
.program-box {
	float: right;
	width: 70%;
	padding: 0px;
	margin: 0px;
}
	  
.program-mov {float: left;
	width: 42%;
	padding: 10px;
	margin: 10px;}
	  
.program-point {float: left;
	width: 80%;
	padding: 5px;
	margin: 10px;}

.program-coment {float: left;
	width: 80%;
	padding: 5px;
	margin: 10px;}
	
.period {float: left;
         width: 100%;
		 height: 260px;
		 margin: 2px;
		 padding: 5px}
		 
.price {float: left;
         width: 100%;
		 height: 270px;
		 margin: 2px;
		 padding: 5px}
		 
.requirement {float: left;
         width: 100%;
		 height: 220px;
		 margin: 2px;
		 padding: 5px}

	  
.menu-accordion {float: left;
      width: 30%}
	  

 

	  
/*イメージの非表示*/
.program-photo {display: none}
 
/*サムネイルスライド*/

*, *:before, *:after {
-webkit-box-sizing: border-box;
box-sizing: border-box;
}
.slide {
width: 750px;
padding-top: 400px; /* 画像の高さ */
position: relative;
margin: 2em auto;
text-align: center;
}
.slide > img {
position: absolute;
left: 0;
top: 0;
transition: all 0.5s;
border-radius: 5px;
box-shadow:0px 0px 5px 0px rgba(0,0,0,0.3);
}
.slide input[name='cp_switch'] {
display: none;
}
/* サムネイル */
.slide label {
margin: 30px 5px 0 5px;
border: 2px solid #ffffff;
display: inline-block;
cursor: pointer;
transition: all 0.5s ease;
opacity: 0.6;
border-radius: 5px;
}
.slide label:hover {
opacity: 0.9;
}
.slide label img {
display: block;
width: 120px;
border-radius: 3px;
}
.slide input[name='cp_switch']:checked + label {
border: 2px solid #FF7043;
opacity: 1;
}
.slide input[name='cp_switch'] ~ img {
opacity: 0;
}
.slide input[name='cp_switch']:checked + label + img {
opacity: 1;
}

/*サムネイルスライドここまで*/
	  
}

@media (max-width: 750px) {

/*サムネイルスライドの非表示*/
.slide {display: none}
	
}

@media (min-width: 600px) and (max-width: 750px) {
}


/*ヘッダーコンテンツ*/

.header-box1 {padding: 8px;
              background: #006600;
			  border-radius: 8px}

.header-box1 h1 a {color: #FFF;
                  text-decoration: none}
				  
.header-box1 h1 {
	margin: 0;
	font-size: 30px;
	color: #FFF;
}

.header-box1 p {
	margin: 0;
	font-size: 16px;
	color: #FC0;
}
			   
.header-box2 {margin: 8px}

/*ヘッダーここまで*/

/*パンくずリスト*/

.cp_breadcrumb *, .cp_breadcrumb *:after, .cp_breadcrumb *:before {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
	list-style: none;
}
.cp_breadcrumb {
	overflow: hidden;
	margin: 1em auto;
	padding: 0 0 0 1em;
}
.cp_breadcrumb li {
	display: inline-block;
	margin: 0 1em 0.5em 0;
}
.cp_breadcrumb a {
	position: relative;
	padding: 0.7em 1em;
	text-decoration: none;
	color: #ffffff;
	background: #6495ed;
	display: inline-block;
	height: 40px;
	line-height: 1em;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.cp_breadcrumb a:hover {
	background: #b2cbe4;
}
.cp_breadcrumb a::before,
.cp_breadcrumb a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 1.21em 0.4em;
	content: '';
	transform: skew(-10deg);
	background: #6495ed;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.cp_breadcrumb a::before {
	left: -0.5em;
	border-radius: 5px 0 0 5px;
}
.cp_breadcrumb a:hover::before {
	background: #b2cbe4;
}
.cp_breadcrumb a::after {
	right: -0.5em;
	border-radius: 0 5px 5px 0;
}
.cp_breadcrumb a:hover::after {
	background: #b2cbe4;
}
.cp_breadcrumb li:last-child a {
	font-style: italic;
	padding-left: 0;
	cursor: default;
	pointer-events: none;
	color: #333333;
	background: transparent !important;
}
.cp_breadcrumb li:last-child a:hover {
	background: none;
}
.cp_breadcrumb li:last-child a::before,
.cp_breadcrumb li:last-child a::after {
	content: normal;
}

/*パンくずリストここまで*/
	  
/*アコーディオンメニュー(縦並び)*/

.menu-accordion {
  min-width: 200px;
  margin: 0 auto;
  padding: 0;
}
.menu-accordion h2 {margin:0;
          font-size: 18px}

.menu-accordion .ac-content {
  margin: 0;
  padding: 0;
}
.menu-accordion input {
  display: none;
}
.menu-accordion label {
  display: block;
  background: #191970;
  cursor: pointer;
  padding: 5px;
  color:#fff;
  border-bottom: 1px solid #fff;
  box-sizing: border-box;
}
.menu-accordion label a {color: #fff;
                         text-decoration: none;
}

.menu-accordion label:hover {
  background: #ff6600;
}
.menu-accordion .ac-cont {
  transition: 0.2s;
  height: 0;
  overflow: hidden;
  background: #f0f8ff;
  padding: 0 5px;
  box-sizing: border-box;
}
.menu-accordion .ac-cont ul {margin: 5px;
                             padding: 0;
		                     list-style: none}
							 
.menu-accordion .ac-cont li a {display: block;
            padding: 8px;
	        color: #000000;
            font-size: 16px;
			border-bottom: 1px solid #fff;
			text-decoration: none}
			
.menu-accordion .ac-cont li a:hover {background-color: #ffcc00}


.menu-accordion input:checked + .ac-cont {
  height: auto;
  padding: 5px;
  box-sizing: border-box;
}

/*ここまでアコーディオンメニュー(縦並び)*/

/*プログラムコンテンツ*/

.program-title h1 {
	margin: 10px;
	font-size: 28px;
	text-align: center;
	color: #1A2A6C;
}

.program-box1 h2 {
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
}

.program-box1 h3 {
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
    color: #D11C2C}
	
.program-box1 ul{padding: 2px}

.program-box1 li{padding: 5px;
                list-style: none}

.program-coment {
	clear: both;
	margin: 10px;
	font-size: 16px;
	padding: 10px;
}

.program-point h3 {margin: 5px;
                    font-size: 18px;
					font-weight: bold;
					color:#FFB066;
					}
					
.program-photo {padding: 10px}


.program-photo img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto;
	border-radius: 10px;
	padding: 0px;
}

.period {	padding: 10px;
	background-color: #D6EAF8;
	border: 2px solid #FFF;
    border-radius: 8px}
	
.requirement {	padding: 10px;
	background-color: #D6EAF8;
	border: 2px solid #FFF;
    border-radius: 8px}

	
.price {	padding: 10px;
	background-color: #D6EAF8;
	border: 2px solid #FFF;
    border-radius: 8px}

.program-coment2 {clear: both;
	padding: 10px;
	background-color:  #D6EAF8;
	border: 2px solid #FFF;
    border-radius: 8px}

	
.program-coment3 {
	padding: 10px;
	background-color:#F2F2F2;
	border: 2px solid #FFF;
	border-radius: 8px}

.snowshoe img {max-width: 100%;
	height: auto;
	display: block;
	border-radius: 8px}

.snowshoe-c {padding: 5px}

.program-coment4 {content: "";
              display: block;
			  clear: both;
			  width: 60%;
			  margin: 10px;
			}
			  
.program-coment4 a {padding: 5px;
	          text-align:center;
              font-size: 16px;
			  color: #FFFFFF;
			  text-decoration: none;
			  background-color: #223a70;
			  border-radius: 5px}
			  
.program-coment4 a:hover {background-color: #5383c3}

/*プログラムコンテンツここまで*/

/*ソーシャルボタン*/

* {
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}
body {
	/*設置する親要素ページ全体ならbodyなど*/
	position: relative;
	height: 100vh;
	margin: 0;
	padding: 0;
}
.contents {
	/*サンプルはfixedの確認のためにheight指定しています。*/
	height: 2000px;
}
.cp_snslink03 {
	position: fixed;
	top: 50%;
	right: 0;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0 0 0 5px;
	-webkit-transform: translateY(-50%);
	        transform: translateY(-50%);
}
.cp_snslink03 .cp_link_list {
	width: 150px;
	margin: 0;
	padding: 0;
	list-style: none;
}
.cp_snslink03 .cp_link_list .cp_link {
	position: relative;
	right: -120px;
	margin: 10px 0;
	padding: 5px;
	cursor: pointer;
	-webkit-transition: right 0.6s ease-in-out;
	        transition: right 0.6s ease-in-out;
	text-align: left;
	background: #80deea;
	border: 1px dashed #0097A7;
	border-right: none;
	-webkit-box-shadow: 0px 0px 0px 3px #80deea;
	box-shadow: 0px 0px 0px 3px #80deea;
}
.cp_snslink03 .cp_link_list .cp_link i {
	margin-right: 10px;
}
.cp_snslink03 .cp_link_list .cp_link:hover {
	right: 0;
	background: #00bcd4;
	-webkit-box-shadow: 0px 0px 0px 3px #00bcd4;
	box-shadow: 0px 0px 0px 3px #00bcd4;
}
.cp_snslink03 .cp_link_list .cp_link a {
	text-decoration: none;
	color: #1a237e;
}
.cp_snslink03 .cp_link_list .cp_link:hover a {
	color: #ffffff;
}

/*ソーシャルボタンここまで*/

/*予約サブmenu(横並び)*/

.menu1 ul {margin: 0;
           padding: 2px;
		   list-style: none}

.menu1 li a {
	display: block;
	margin: 2px;
	padding: 5px;
	background-color: #F00;
	color: #FFFFFF;
	font-size: 21px;
	font-weight: bold;
	text-decoration: none;
	border-radius: 5px;
	}

.menu1 li a:hover {
	background-color: #FFB066;
}

.menu1 ul:after {content: "";
              display: block;
			  clear: both}
			  
.menu1 li {float: right;
           width: auto}


.menu2 ul {margin: 0;
           padding: 2px;
		   list-style: none}

.menu2 li a {
	display: block;
	margin: 2px;
	padding: 5px;
	background-color: #a4c1d7;
	color: #FFFFFF;
	font-size: 18px;
	text-decoration: none;
	border-radius: 5px;
	}

.menu2 li a:hover {
	background-color: #FF9900;
}

.menu2 ul:after {content: "";
              display: block;
			  clear: both}
			  
.menu2 li {float: right;
           width: auto}


/*予約サブmenu2(横並びここまで)*/

/*Go to top*/
.pageup:hover {
opacity: 0.7;
text-decoration: none;
}
 
.pageup {
display: none;
position: fixed;
bottom: 3rem;
right: 3rem;
width: 3rem;
height: 3rem;
line-height: 3.2rem;
text-decoration: none;
cursor: pointer;
}

.footer-box {clear: both;
	         padding:5px;
	         text-align:center;
             background: #191970;
			 color:#ffffff}
