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

@media(min-width: 751px){

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

.gallery-box {
	float: right;
	width: 70%
}
	  
/*プログラム一覧表示*/
	  
.gallery-box1: after {content: "";
              display: block;
			  clear: both}
			  

.gallery-s: after {content: "";
              display: block;
			  clear: both}
			  
.gallery-cont {
	float: left;
	width: 47%;
	height: 350px}


			 
/*プログラム一覧表示ここまで*/
	  
.menu-accordion {float: left;
      width: 30%}



}


@media (min-width: 750px) {

	
	
.gallery-boxa:after {content: "";
              display: block;
			  clear: both}
			  
.gallery-box {
	float: right;
	width: 70%;
}
	  

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

 

	  
}

@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: #C0CA33;
	display: inline-block;
	height: 40px;
	line-height: 1em;
	-webkit-transition:all 0.3s;
	transition: all 0.3s;
}
.cp_breadcrumb a:hover {
	background: #D4E157;
}
.cp_breadcrumb a::before,
.cp_breadcrumb a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	padding: 1.21em 0.4em;
	content: '';
	transform: skew(-10deg);
	background: #C0CA33;
	-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: #D4E157;
}
.cp_breadcrumb a::after {
	right: -0.5em;
	border-radius: 0 5px 5px 0;
}
.cp_breadcrumb a:hover::after {
	background: #D4E157;
}
.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: #006600;
  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: #99cc66;
  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;
}

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

/*コンテンツ*/

.gallery-list h1 {
	margin: 10px;
	font-size: 24px;
	text-align: center;
	color: #F60;
}

.gallery-coment {clear:both;
	           margin: 10px;
			   padding: 5px;
               font-size: 16px}
			   
.gallery-box h2 {
	margin: 5px;
	font-size: 16px;
	font-weight: bold;
}

.gallery-cont {
	margin-top: 3px;
	margin-left: 3px;
	margin-right: 3px;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #eedcb3;
	border-radius: 10px}

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

.gallery-cont img {display: block;
	margin-left: auto;
    margin-right: auto}

/*コンテンツここまで*/

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

* {
	-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 ul {margin: 0;
           padding: 0;
		   list-style: none}

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

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

.menu2 ul:after {content: "";
              display: block;
			  clear: both}
			  
.menu2 li {float: left;
           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: #006600;
			 color:#ffffff}
