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


@media(min-width: 751px){

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

.slide {float: right;
      width: 70%;
	  text-align:center}
	  
	  
.menu-accordion {float: left;
      width: 30%}

.boxb:after {content: "";
             display: block;
			 clear: both}

.newsbox {float: left;
       width: 70%}
	   
.blogfeed {float: left;
       width: 30%}

}

@media (min-width: 750px) {

.boxa:after {content: "";
              display: block;
			  clear: both}
			  
.slide {float: right;
      width: 70%;
	  text-align:center}
	  
.menu-accordion {float: left;
      width: 30%}
	  
.program {
	float: left;
	width: 25%;
	height: 450px}
	
.yukiakari {
	float: left;
	width: 25%;
	height: 480px} 	   

.boxb:after {content: "";
              display: block;
			  clear: both}

.newsbox {float: left;
       width: 70%}
	   
.blogfeed {float: left;
       width: 30%}  
		   
/*トップメインコンテンツ*/

.m-cont {display: none}

.slide {
	width: 750px;
	height: 500px;
	overflow: hidden;
	margin: 2em auto;
	border: 10px solid #ffffff;
	box-shadow:0px 0px 5px 0px rgba(0,0,0,0.5);
}
.slide_item {
	width: 750px;
	height: 500px;
	float: left;
	position: relative;
}
.slide-cont {
	width: 550%;/* slideの枚数×100% */
	position: relative;
	left: 0;
	animation: slider 60s infinite ease;/* スピード */
}
@-webkit-keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-750px);
	transform: translateX(-750px);
	}
	40% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	}
	60% {
	-webkit-transform: translateX(-2250px);
	transform: translateX(-22500px);
	}
	80% {
	-webkit-transform: translateX(-3000px);
	transform: translateX(-3000px);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}
@keyframes slider {
	/* 100%を枚数で割った%に割り振る */
	0% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
	20% {
	-webkit-transform: translateX(-750px);
	transform: translateX(-750px);
	}
	40% {
	-webkit-transform: translateX(-1500px);
	transform: translateX(-1500px);
	}
	60% {
	-webkit-transform: translateX(-2250px);
	transform: translateX(-2250px);
	}
	80% {
	-webkit-transform: translateX(-3000px);
	transform: translateX(-3000px);
	}
	100% {
	-webkit-transform: translateX(0);
	transform: translateX(0);
	}
}

/*トップメインコンテンツここまで*/
	  
	   

	  
}

@media (max-width: 750px) {

/*スライドショー非表示*/
.slide .slide-cont .slide_item{display: none}
	
	}

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

.m-cont img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-left: auto;
    margin-right: auto}

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

.header-box1 {padding: 8px;
              background: #191970;
			  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}
			   	
/*ヘッダーここまで*/


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

.menu-accordion {
  min-width: 200px;
  margin-top: 30px;
  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-box {margin: 5px;
              padding: 3px;
			  border: 1px solid #999;
			  border-radius: 10px}


.program-box h2 {
	margin: 5px;
	font-size: 15px;
	font-weight: bold;
}


.program-come h3 {
	magin: auto;
	padding: 2px;
	font-size: 15px;
	font-weight: bold;
	background-color: #061D88;
	text-align: center;
	color: #FFF;
	border-radius: 5px;
	
}
	
.program {
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	padding: 5px}
	
.program img {max-width: 100%;
	height: auto;
	border-radius: 5px}
	
.program table  {width: 100%;
	             font-size: 14px;
                 background-color:#e6e6fa;
				 color: #000000;
				 
				 text-decoration: none;
				 border-radius: 10px}

.program td {vertical-align: top}

.program ul {
	margin: 8px;
	padding: 0;
	list-style: none;
}
		  
.program li {
	display: block;
	padding: 5px;
	color: #000000;
	font-size: 14px;
	text-decoration: none;
}

.program a {
	display: block;
	background-color: #e6e6fa;
	color: #000000;
	text-decoration: none;
	padding: 5px;
    border-radius: 10px}

			   
.program a:hover {opacity: 0.7}

.yukiakari {
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	padding: 5px}
	
.yukiakari img {max-width: 100%;
	height: auto;
	border-radius: 5px}
	
.yukiakari table  {width: 100%;
	             font-size: 14px;
                 background-color:#1A2651;
				 color: #ffffff;
				 text-decoration: none;
				 border-radius: 10px}

.yukiakari td {vertical-align: top}

.yukiakari ul {margin: 8px;
          padding: 0;
		  list-style: none}
		  
.yukiakari li {
	display: block;
	padding: 5px;
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.yukiakari a {
	display: block;
	background-color: #1A2651;
	color: #ffffff;
	text-decoration: none;
	padding: 5px;
    border-radius: 10px}

			   
.yukiakari a:hover {opacity: 0.7}

.order {clear: both;
	margin-top: 3px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 35px;
	padding: 5px}

/*プログラム一覧へボタン装飾*/

.program-all {clear: both;
              margin: 5px;
			  paddint: 5px;
			  }

a.cp_btn {
	display: block;
	position: relative;
	width: 300px;
	padding: 0.8em;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border:1px solid #619EE9;
	background: #619EE9;
	overflow: hidden;
	z-index: 1 !important;
    border-radius: 5px}
a.cp_btn:after {
	content:"";
	position: absolute;
	top: 50%;
	left: 50%;
	height: 0;
	width: 100%;
	background : #fff;
	opacity: 0;
	transform: translateX(-50%) translateY(-50%) rotate(45deg);
	transition: 0.3s;
	z-index: -1;
}
a.cp_btn:hover {
	color: #da3c41;
}
a.cp_btn:hover:after {
	height: 250%;
	opacity: 1;
}
a.cp_btn:active:after {
	height: 350%;
	opacity: 1;
}			  
	  
/*プログラム一覧へボタン装飾ここまで*/

/*おすすめプログラムここまで*/
	  
.textbox {margin: 8px}

/*新着情報*/

.newsbox h3 {
	margin: 0;
	font-size: 16px
}

.newsbox ul {margin: 8px;
          padding: 0px;
		  list-style: none}

.newsbox li {
	display: block;
	margin: 5px;
	padding: 5px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid  #eee;
	background-color: #FCE7A7;
}

.newsbox li: after {content: "";
                    display: block;
					clear: both}
					
.newsbox time {float: left;
               width: 160px}
					
.newsbox .newstext {float :none;
                   width: auto;
				   margin-left: 160px}

/*新着情報ここまで*/

/*blog Feed*/

.blogfeed {font-size: 16px;}
		   
.blog {display: block;
	margin: 5px;
	padding: 5px;
	color: 000000;
	font-size: 16px;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid  #eee;
	background-color: #faf0e6;}

    .blog dt {
        font-size: 100%;
        line-height: 1.8em;
        width: 140px;
    }

    .blog dd {
        font-size: 100%;
        line-height: 1.8em;
        margin: -1.8em 0px 10px 0px;
        padding: 0px 0px 10px 143px;
        border-bottom: #c0c0c0 1px dashed;
    }
    .blog dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }


.movie {display: block;
	margin: 5px;
	padding: 5px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid  #eee;
	background-color: #faf0e6;}
	
	.movie dt {
        font-size: 100%;
        line-height: 1.8em;
        width: 140px;
    }

    .movie dd {
        font-size: 100%;
        line-height: 1.8em;
        margin: -1.8em 0px 10px 0px;
        padding: 0px 0px 10px 143px;
        border-bottom: #c0c0c0 1px dashed;
    }
    .movie dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }
	
.seaice {display: block;
	margin: 5px;
	padding: 5px;
	color: #000000;
	font-size: 16px;
	text-decoration: none;
	border-radius: 8px;
	border: 1px solid  #eee;
	background-color: #e0ffff;}
	
	.seaice dt {
        font-size: 100%;
        line-height: 1.8em;
        width: 140px;
    }

    .seaice dd {
        font-size: 100%;
        line-height: 1.8em;
        margin: -1.8em 0px 10px 0px;
        padding: 0px 0px 10px 143px;
        border-bottom: #c0c0c0 1px dashed;
    }
    .seaice dd:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

/*バナーボックス*/

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

/*バナーボックスここまで*/

/*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;
}

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

* {
	-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;
}

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

/*menu2(横並び)*/

.menu2 {clear: both}

.menu2 ul {margin: 0;
           padding: 0;
		   background: #191970;
		   list-style: none}

.menu2 li a {display: block;
             padding: 5px;
			 color: #ffffff;
			 font-size: 14px;
			 text-decoration: none}

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

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


/*menu2(横並びここまで)*/

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