@charset "utf-8";

/*---------------------------------
 Style for Block Layout
--------------------------------*/
#body {
	/*width: 100%;*/
	width: 480px;
	-webkit-text-size-adjust: 100%;
}
#wrapper {
/*min-width: 480px;*/
	position: relative;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

/*---------------------------------
 ページヘッダー
--------------------------------*/
header {
	height: auto;
	background-image: url(../image/header.jpg);
	background-size: 100%;
	/*background-position: center;*/
	background-repeat: no-repeat;
	}
	header #headBlock {
		display: table;
		width: 100%;
		}
	header #headBlock h1 {
		display: table-cell;
		width: 100%;
		height: 120px;
		vertical-align: middle;
		font-weight: bold;
		color: #fff;
		color: rgba(255, 255, 255, 0);
		}
		header #headBlock h1 a {
		color: #fff;
		}
	@media screen and (min-width: 360px) and (max-width: 399px) {
		header #headBlock h1 {
			height: 110px;
		}
	}
	@media screen and (max-width: 359px) {
		header #headBlock h1 {
			height: 86px;
		}
	}

/*---------------------------------
 ナビゲーション
--------------------------------*/
header nav {
	width: 100%;
	/*width: 480px;*/
	/*height: 68px;*/
	background: url(../image/bk_sc_glay90.png) repeat;
	}
	header nav:before,
	header nav:after {
		content:"";
		display: block;
		width: 100%;
		height: 4px;
		background-color: #F33;
		background-image: -webkit-gradient(linear, left top, left bottom,
			from(#29abe2),
			color-stop(0.25, #ffff00),
			color-stop(0.50, #f15a24),
			color-stop(0.75, #72c96b),
			to(#662d91)
			);
		background-image: -moz-linear-gradient(top,
			#29abe2 0%,
			#bf72db 30%,
			#f15a24 50%,
			#72c96b 70%,
			#ffff00 100%
			);
		background: linear-gradient(to right,
			#29abe2 0%,
			#bf72db 30%,
			#f15a24 50%,
			#72c96b 70%,
			#ffff00 100%
			);
	}
	header nav ul {
		display: table;
		margin: 0 auto;
		width: 100%;
		background: none;
		}
		header nav li {
			display: table-cell;
			width: 120px;
			height: 60px;
			vertical-align: middle;
			font-size: 1.4em;
			font-size: 1.4rem;
			}
			header nav li a {
				color: #fff;
			}
	@media screen and (min-width: 360px) and (max-width: 399px) {
		header nav li {
			font-size: 1.4em;
			font-size: 1.4rem;
		}
	}
	@media screen and (max-width: 359px) {
		header nav li {
			font-size: 1.2em;
			font-size: 1.2rem;
		}
	}

	/*---------------------------------
	 サブメニュー
	--------------------------------*/
	nav#submenu {
		}
		nav#submenu  li {
			margin: 4px;
			width: 88px;
			}
			nav#submenu  li.look {
				}

/*---------------------------------
 パンくずリスト
--------------------------------*/
#breadcrumb {
	margin-left: 10px;
	text-align: left;
	}
	#breadcrumb ol {
	}
	#breadcrumb li {
		display: inline-block;
		margin-top: 12px;
		padding-right: 3px;
		height: 30px;
		font-size: 1.4em;
		font-size: 1.4rem;
		vertical-align: middle;
	}
	#breadcrumb li a {
		display: block;
	}

/*---------------------------------
 コンテンツ
--------------------------------*/
#contents {
	margin: 0 auto;
	}
	#contents #concept {
		margin: 0 10px 60px 10px;
		}
		#contents #concept h2 {
			height: 84px;
			background: url(../image/logo_320.gif) center no-repeat;
			background-size: contain;
		}
		#contents #concept h3 {
			font-size: 2.4em;
			font-size: 2.4rem;
			font-weight: bold;
		}
		#contents #concept p {
			margin-top: 44px;
			line-height: 2;
			font-size: 1.8em;
			font-size: 1.8rem;
		}
	@media screen and (min-width: 360px) and (max-width: 399px) {
		#contents {
			padding: 0 10px;
		}
		#contents h2 {
		}
	}
	@media screen and (max-width: 359px) {
		#contents {
			padding: 0 4px;
		}
		#contents h2 {
			font-size: 2.6em;
			font-size: 2.6rem;
		}
		#contents #concept h3 {
			font-size: 2.2em;
			font-size: 2.2rem;
		}
		#contents #concept p {
			line-height: 1.8;
			font-size: 1.6em;
			font-size: 1.6rem;
		}
	}

/*---------------------------------
 告知エリア
--------------------------------*/
.announcement {
	}


/*---------------------------------
 SNS表示
--------------------------------*/
#snsArea {
	/*min-width: 480px;*/
	width: 100%;
	padding-bottom: 10px;
	background-color: #e6e6e6;
	}
	#snsArea h2 {
		width: 100%;
		height: 44px;
		line-height: 44px;
		background-size: 280px;
		font-size: 2.2m;
		font-size: 2.2rem;
	}
	#snsArea  ul {
		/*min-width: 480px;*/
		}
		#snsArea  li {
			/*display: block;*/
			margin-bottom: 10px;
			height: 44px;
			line-height: 44px;
			font-size: 1.8em;
			font-size: 1.8rem;
			background-size: 44px;
			}
			#snsArea li span {
				margin-left: 44px;
				min-width: 132px;
				height: 44px;
			}
			#snsArea  li:nth-child(n+2)  {
				/*margin-top: 10px;*/
				margin-left: auto;
			}


/*---------------------------------
 モーダル表示
--------------------------------*/
.remodal {
	padding: 35px 10px;
}


footer#pageFoot {
	margin-top: 0;
	height: 44px;
	border-top: none;
	}
	footer#pageFoot #copylight {
		font-size: 1.0em;
		font-size: 1.0rem;
	}

