@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{
	margin: 0;
	padding: 0;
	font-size: 100%;
	background: transparent
}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height:1.6;
}

header {
	width:100%;
	height:400px;
}

#contents {
	width:980px;
	margin: 0 auto;
}

a {
	color:#043771;
}
a:hover {
	color: #144d8d;
	font-weight: bold;
}

h1 {
	font-size:28px;
}

h2 {
	margin-top:50px;
	margin-bottom:0.5em;
	font-size:24px;
	color:#333;
	text-align:center;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
}

h4 {
	margin-bottom: 0.25em;
	font-size: 16px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: rgba(2,81,119,1);
}

h5 {
	margin-bottom:0.25em;
	padding-left:25px;
	font-size:16px;
	background:url('../images/bg_arrow_black.png') 0 50% no-repeat;
}

h6 {
	margin-bottom:0.25em;
	padding-left:5px;
	font-size:16px;
	font-weight:bold;
}

p {
	margin:0 0 1em 0;
}



img {
	vertical-align: bottom;
}








img01 {
	vertical-align: bottom;
	top: 0mm;
	position: static;
	margin-top: 0px;
}



.img02 {
	width: auto;
	max-width: 100%;
	height: auto;
}


em {
	font-weight:bold;
}

strong {
	font-weight: bold;
	color: #AAC801;
}
strong02 {
	font-weight: bold;
	color: #007270;
	text-align: center;
}
strong03 {
	font-weight: bold;
	color: #007270;
	text-align: left;
}

pre {
	margin:1em 0;
	padding:1em;
}

blockquote {
	margin-bottom:1em;
	padding:1em;
	border:1px dotted #ddd;
	border-left:5px solid #ddd;
}

ul,ol,dl {
	margin: 0 0 1em 0;
	text-indent: 0px;
}
ul li {
	list-style-type: disc;
	text-indent: 0px;
	list-style-position: inside;
}
ol li {
	list-style:decimal;
}
li {
	/* [disabled]margin-left: 2em; */
	/* [disabled]margin-top: 0px; */
	padding-top: 0px;
	padding-bottom: 0px;
	height: auto;
	text-indent: 0px;
}

dt {
	margin-bottom:0.5em;
	border-bottom:1px dotted #ddd;
}
dd {
	margin-bottom:1em;
}

table {
	margin-bottom: 1em;
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	display: block;
	text-decoration: none;
	transition: all  0.2s ease 0s;
	width: auto;
	height: auto;
}
th {
	padding: 10px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #FFFFFF;
	background: #f1f1f1;
	width: auto;
	height: auto;
}
td {
	width: auto;
	padding: 10px;
	text-align: center;
	border: 1px solid #FFFFFF;
	vertical-align: middle;
	height: auto;
}
.td01 {
	width: auto;
	padding: 10px;
	text-align: center;
	border: 0.2px solid #FFFFFF;
	vertical-align: middle;
	height: auto;
	margin-left: 0px;
}

.bgcolor01 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(241,178,179,1.00);
	width: auto;
	height: auto;
}
.bgcolor02 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(255,128,53,1.00);
	width: auto;
	height: auto;
}
.bgcolor03 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(126,253,211,1.00);
	width: auto;
	height: auto;
}
.bgcolor04 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(178,218,241,1.00);
	width: auto;
	height: auto;
}
.bgcolor05 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(222,178,255,1.00);
	width: auto;
	height: auto;
}
.bgcolor06 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(187,169,143,1.00);
	width: auto;
	height: auto;
}
.bgcolor07 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(145,179,153,1.00);
	width: auto;
	height: auto;
}
.bgcolor08 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(217,215,219,1.00);
	width: auto;
	height: auto;
}

.bgcolor09 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(255,251,170,1.00);
	width: auto;
	height: auto;
}
.bgcolor10 {
	padding: 10px;
	text-align: center;
	border: 1px solid #ddd;
	vertical-align: middle;
	background-color: rgba(117,255,101,1.00);
	width: auto;
	height: auto;
}







/*================================================
 *  汎用クラス
 ================================================*/
/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
}
.imgC img2 {
	border-radius: 5px;
	margin-bottom: 0.5em;
	width: 100%;
}


.center{
 text-align: center;
}








/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 1em 0.5em 0;
	border-radius:5px;
}

/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgR img {
	float:right;
	margin:0 0 1em 0.5em;
	border-radius:5px;
}

/* 2カラム（スマートフォンでは1カラム) */
.twoCol {
	overflow:hidden;
	margin-bottom:50px;
}

.twoColInner {
	overflow:hidden;
	margin-right:-2%;
}
.twoColInner div {
	width:48%;
	float:left;
	margin-right:2%;
}
.twoColInner div:nth-child(2n+1) {
	clear:both;
}
.twoColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}

/* 3カラム（スマートフォンでは1カラム) */
.threeCol {
	overflow:hidden;
	margin-bottom:50px;
}
.threeColInner {
	overflow:hidden;
	margin-right:-3%;
}
.threeColInner div {
	width:31%;
	float:left;
	margin-right:2%;
}
.threeColInner div:nth-child(3n+1) {
	clear:both;
}
.threeColInner img {
	width:100%;
	margin-bottom:0.5em;
	border-radius:5px;
}























/* ボタン（タイプ1） */
.tdtype01 a {
	display:block;
	padding:2% 2% 2% 50px;
	color:#fff;
	text-decoration:none;
	border-radius:5px;
	background:#1b1b1b url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}
.tdtype01 a:hover {
	background:#2e2e2e url('../images/bg_arrow_white.png') 20px 50% no-repeat;
	transition:all 0.2s ease 0s;
}

/* ボタン（タイプ2） */
.btn02 a {
	display:block;
	padding:2%;
	color:#1b1b1b;
	text-decoration:none;
	border-radius:5px;
	border:1px solid #1b1b1b;
	background:#fff;
	transition:all 0.2s ease 0s;
}
.btn02 a:hover {
	color:#fff;
	background:#1b1b1b;
	transition:all 0.2s ease 0s;
}












.example {
  position: relative;
  }

.example p {
	position: absolute;
	top: 89%;
	left: 50%;
	-ms-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	margin: 0;
	padding: 0;
	font-family: "Arial Black", Gadget, sans-serif;  /*文字の装飾は省略*/
	font-size: 27pt;
  }

.example img {
  width: 100%;
  }











/* 表示枠 */
#stage {
	position: relative;
	width: 630Px;
	height: 390px;
	background: #FFF;
	margin-left: 183px;
}
/* タイトルボックスのサイズと配置 */
#box1,#box2,#box3,#box4,#box5,#box6 {
	width:200px;
	height:133px;
}
#box1 {
	position:absolute;
	left:5px; top:10px;
}
#box2 {
	position:absolute;
	left:215px; top:10px;
}
#box3 {
	position:absolute;
	left:425px; top:10px;
}
#box4 {
	position:absolute;
	left:5px; top:150px;
}
#box5 {
	position:absolute;
	left:215px; top:150px;
}
#box6 {
	position:absolute;
	left:425px; top:150px;
}
#box1 img,#box2 img,#box3 img,#box4 img,#box5 img,#box6 img {
	position:absolute;
	left:0;top:0;
}
/* タイトルボックスのhoverでanimation開始 */
/* 裏面配置サムネイルのanimation設定 */
#box1:hover #thumb1 img,#box2:hover #thumb2 img,#box3:hover #thumb3 img,#box4:hover #thumb4 img,#box5:hover #thumb5 img,#box6:hover #thumb6 img{
	cursor:pointer;
	-webkit-transform-origin:50% 50%;
	-webkit-animation:rot1 0.5s linear;
	-webkit-animation-fill-mode: forwards;
	transform-origin:50% 50%;
	animation:rot1 0.5s linear;
	animation-fill-mode: forwards;	
}
/* 裏面配置タイトルボックスのanimation設定 */
#box1:hover #title1 img,#box2:hover #title2 img,#box3:hover #title3 img,#box4:hover #title4 img,#box5:hover #title5 img,#box6:hover #title6 img {
	cursor:pointer;
	-webkit-transform-origin:50% 50%;
	-webkit-animation:rot2 0.5s linear;
	-webkit-animation-fill-mode: forwards;	
	transform-origin:50% 50%;
	animation:rot2 0.5s linear;
	animation-fill-mode: forwards;
}
@-webkit-keyframes rot1 {
	0%  {-webkit-transform:rotateY(-180deg) skewY(0deg); z-index:10;}
	50% {-webkit-transform:rotateY(-90deg) skewY(20deg); z-index:10;}
	100%{-webkit-transform:rotateY(0deg) skewY(0deg); z-index:11;}
}
@-webkit-keyframes rot2 {
	0%  {-webkit-transform:rotateY(0deg) skewY(0deg); z-index:11;}
	50% {-webkit-transform:rotateY(90deg) skewY(-20deg); z-index:10;}
	100%{-webkit-transform:rotateY(180deg) skewY(0deg); z-index:10;}
}
@keyframes rot1 {
	0%  {transform:rotateY(-180deg) skewY(0deg); z-index:10;}
	50% {transform:rotateY(-90deg) skewY(20deg); z-index:11;}
	100%{transform:rotateY(0deg) skewY(0deg); z-index:11;}
}
@keyframes rot2 {
	0%  {transform:rotateY(0deg) skewY(0deg); z-index:11;}
	50% {transform:rotateY(90deg) skewY(-20deg); z-index:10;}
	100%{transform:rotateY(180deg) skewY(0deg); z-index:10;}
}
/* 拡大写真の配置とtransitionをセット */
.photo {
    position:absolute;
    top:5px;left:5px;
	z-index:-1;
    opacity:0;
    transition: opacity 1s ease;
}
/* クリックされたサムネイルに該当する拡大写真の不透明度を1に */
.photo:target {
    z-index:100;
    opacity:1;
}
.cls {
    position:absolute;
    top:360px;
    left:550px;
}
.cls a {
    text-decoration:none;
    color:#fff;
    font-weight:bold;   
}












/*================================================
 *  ヘッダー
 ================================================*/
header {
	position:relative;
}
header h1 {
	position:absolute;
	top:0;
	left:0;
	right:0;
	bottom:0;
	margin:auto;
	width:200px;
	height:200px;
	z-index:10;
}

/*================================================
 *  グローバルナビゲーション
 ================================================*/
nav {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	padding-top: 20px;
	padding-right: 0;
	padding-left: 0;
	padding-bottom: 20px;
	opacity: 0.8;
	background: #dfdfdf;
	z-index: 10;
	height: auto;
	min-height: 0px;
	display: list-item;
	margin-top: 0px;
}
nav ul {
	position: relative;
	float: left;
	left: 48%;
	margin: 0;
}
nav li {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	top: 0px;
	bottom: 0px;
	right: 0px;
	text-indent: 10px;
	text-align: center;
	font-weight: normal;
	line-height: 51px;
}
nav li02 {
	position: relative;
	left: -50%;
	float: left;
	list-style: none;
	margin: 0;
	padding-right: 30px;
	padding-left: 30px;
	padding-bottom: 0px;
	top: 0mm;
}
nav li a {
	color:#000;
	text-decoration:none;
}
nav li a:hover {
	color: #3D96E9;
	text-decoration: underline;
	;
}

/*================================================
 *  メイン
 ================================================*/
main {
	width:100%;
}

section {
	margin-bottom:10%;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#000;
}
.totop img:hover {
	background:#333;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background-color:#fff;
	background-position:50% 0;
	background-repeat:no-repeat;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
}





















/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	h2 {
		margin-top:30px;
	}

	.imgC {
	margin-bottom: 30px;
	padding-left: 22px;
	padding-right: 22px;
	}
	.imgC img {
	max-width: 75%;
	width: 58%;
	height: 58%;
	}

	.imgL {
	margin-bottom: 30px;
	float: left;
	width: 58%;
	height: 58%;
	}
	.imgL img {
	float: left;
	max-width: 58%;
	margin-right: 0;
	clear: left;
	text-align: left;
	max-height: 58%;
	width: 58%;
	}

	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
	float: none;
	max-width: 100%;
	margin-left: 0;
	max-height: 100%;
	}

	.twoCol {
		margin-right:0;
		margin-bottom:30px;
	}
	.twoColInner {
		margin-right:0;
	}
	.twoColInner div {
		float:none;
		width:100%;
	}

	.threeCol {
		margin-bottom:30px;
	}

	.threeColInner {
		margin-right:0;
	}
	.threeColInner div {
		float:none;
		width:100%;
	}

	
	
	

	
	
	
	
