@charset "utf-8";

/*************
写真ギャラリー
*************/

.single figure{
	width:100%;
	margin-bottom:20px;
}

.double figure{
	width:50%;
	float:left;
	margin-bottom:20px;
}
.triple figure{
	width:33%;
	float:left;
	margin-bottom:20px;
}


figure img{
	display:block;
	margin-left:auto !important;
	margin-right:auto !important;
	width:95%;
	border-width:1px;
	border-style:solid;
	/*border-color:#a9cf6b;*/
	box-sizing: border-box;
}

figcaption{
	text-align:center;
	padding-left:2em;
	padding-right:2em;
	margin-top:5px;
}

.single,
.double{
	clear:both;
	max-width:100%;
}

.double figure:nth-child(2n+1){
	clear:both;
}

.triple figure:nth-child(3n+1){
	clear:both;
}

.single:after,
.double:after{
	content:"";
	display:block;
	clear:both;
}

/**************************
/* トップページ　テロップ
**************************/
div#telop{
	margin-top:3px;
	margin-bottom:3px;
	padding-top:3px;
	padding-bottom:3px;
	width:100%;
	white-space:nowrap;
	line-height:1.5em;
	font-size:1.5em;
	font-weight:bolder;
	text-shadow:1px 1px #888;
	color:#fff;
	/*background-color:#739938;*/
}

/**************************
/* パンくずリスト
**************************/
div#breadcrumb{
	margin-top:10px;
	margin-bottom:10px;
	clear:both;
}
div#breadcrumb li{
	display:inline;
}
div#breadcrumb li:after{
	content:"≫";
}
div#breadcrumb li:last-child:after{
	content:"";
}

/**********************
 ページトップへボタン
***********************/
a#pagetopBtn img {
  	position: fixed;
  	bottom: 10px;
  	right: 1px;
}

/********************
/* ページ　表題
*********************/
.page_title{
    background-repeat: no-repeat;
    background-position: 380px 0px;
    font-size: 1.3em;
    font-weight: bold;
    /*color: #000;*/
	text-align:center;
	/*text-shadow:1px 1px white;*/
    margin-top: 15px;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-left: 0px;
    padding-top: 8px;
    padding-right: 0.5em;
    padding-bottom: 13px;
    padding-left: 0.5em;
}
.line-banner {
  position: relative;
  padding: 0.2em 0.5em;
  /*background: -webkit-linear-gradient(to right, #336633, #779977);*/
  /*background: linear-gradient(to right, #336633, #779977);*/
  color: white;
  font-weight: lighter;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.56);
	font-size: 1.2em;
}
.line-banner.inline {
	display:inline-block;
}
/*************************
/* 文字の強調（赤，青，緑 ・・・）
**************************/

.red{
	color:red;
}
.blue{
	color:blue;
}
.green{
	color:green;
}

.yellow{
	color:yellow;
}

.black{
	color:black;
}

.white{
	color:white;
}

.orange{
	color:orange;
}

.pink{
	color:pink;
}
.black{
	color:#000000;
}

.center{
	text-align:center;
}
.right{
	text-align:right;
}
.bold{
	font-weight:bold;
}

.big{
	font-size:1.2em;
}
.big-x{
	font-size:1.5em;
}
.small{
	font-size: 0.8em;
}
.underline{
	text-decoration:underline;
}
.mark{
	background-color: yellow;
}

/*************************
/* インデント，リスト
**************************/
.indent1{
	margin-left:1em;
}
.indent2{
	margin-left:2em;
}
.indent3{
	margin-left:3em;
}
.indent4{
	margin-left:4em;
}
.indent5{
	margin-left:5em;
}
.list1{
	margin-left:1em;
	text-indent:-1em;
}
.list2{
	margin-left:2em;
	text-indent:-1em;
}
.list3{
	margin-left:3em;
	text-indent:-1em;
}
.list4{
	margin-left:4em;
	text-indent:-1em;
}
.list5{
	margin-left:5em;
	text-indent:-1em;
}
/******************************
/* リストマーク(お知らせの箇条書きマーク)
*******************************/
ul.notice{
	list-style-type: none;
	margin-left: 3em;
	text-indent: -2em;
}	
ul.notice li:before{
	font-family: 'fontAwesome';
	content:'\f0a1''　';
	font-size: 1.2em;
	color:#ff4040;
}
ul.notice li.circle:before{
	font-family: 'fontAwesome';
	content:'\f192''　';
	font-size: 1.2em;
	color:gray;
}
ul.notice li.smile:before{
	font-family: 'fontAwesome';
	content:'\f118 ''　';
	color:darkorange;
}
ul.notice li.video:before{
	font-family: 'fontAwesome';
	content:'\f03d ''　';
	color:blue;
}
ul.notice li.key:before{
	font-family: 'fontAwesome';
	content:'\f084 ''　';
	color:red;
}
ul.notice li.key:hover{
	cursor: pointer;
}
ul.notice li.check:before{
	font-family: 'fontAwesome';
	content:'\f058 ''　';
	color:green;
}
ul.notice li.youtube:before{
	font-family: 'fontAwesome';
	content:'\f16a ''　';
	color:red;
}
ul.notice li.youtube:before{
	font-family: 'fontAwesome';
	content:'\f16a ''　';
	color:red;
}
ul.notice li.link:before{
	font-family: 'fontAwesome';
	content:'\f14c ''　';
	color:blue;
}

/*************************
/* 枠線
**************************/

.border{
	border:1px solid #000;
	padding: 10px;
	border-radius: 3px;
}

.border-w{
	border:1px solid #000;
	padding: 10px;
	border-radius: 3px;
	background-color: #fff;
}

/*************************
/* その他
**************************/

.width-full{
	width:100%;
	border:1px solid #aaa;
	box-sizing:border-box;
}
.width-full-none{
	width:100%;
}


br.break{
	display:none;
}

.new:after{
	content:url(../images/icon_new.gif);
}

.pdf:after{
	font-family: FontAwesome;
	content : "　\f1c1";
	color:red;
}

.word:after{
	font-family: FontAwesome;
	content : "　\f1c2";
	color:blue;
}
.file:before{
	font-family: 'fontAwesome';
	content:"　\f15b";
	color:blue;
}

.blink{
	animation-name: blink; /* アニメーションの名前を設定 */
	animation-duration: 5s; /* アニメーションの秒数を設定 */
	animation-iteration-count: infinite; /* 繰り返しを設定（１回だけなら不要） */
}

@keyframes blink{ /*上記で設定したアニメーションの動作を指定 */
    0% {opacity:1;} /* 1.2s中の動作開始時間を%で指示 */
    50% {opacity:0;} /* 同上 */
}
/*]]>*/


/*************************
/* パスワード付きのページ
**************************/
	a.key:hover{
		cursor: pointer;
	}
	a.key:after{
	  font-family: 'fontAwesome';
	  content:'　''\f084';
	  color:red;
	  font-size: 1.2em;
	}
	a.key.button:after{
	  color:red;
	}
/*************************
/* YouTube埋め込み
**************************

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}

/* PC用 */
@media only screen and (min-width:960px){
}


/* モニター幅960px以下 */
@media only screen and (max-width:960px){
}


/* iPad 縦 */
@media only screen and (max-width:768px){
}


/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px){
	.triple figure:nth-child(3n+1){
		clear:none;
	}
	
	.triple figure:nth-child(2n+1){
		clear:both;
	}
	
	.triple figure{
		width:50%;
		float:left;
		margin-bottom:20px;
	}
}


/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px){
	.double figure,
	.triple figure{
		width:100%;
		clear:both;
	}
	br.break{
		display:block;
	}
}