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

body {
	font: 14px/1.6;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:0;
	color:#000000;
}
img {
	outline:none;
	border-style:none;
}
a {
	color:blue;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:visited {
	color:blue;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
a:hover {
	color: #F5A862;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
}
/*****HEADER*****/

#logo {
	margin: 30px auto 14px;
	text-align:center;
}
#logo p {
	font-size: 100%;
}
#logo p a {
	color: #000000;
	text-decoration:none;
}
#logo p.tagline {
	-webkit-text-size-adjust: 100%;
	font-size: 85%;
	letter-spacing: 7px;
	line-height: 210%;
	margin-bottom:10px;
}
#logo p.tagline span {
	-webkit-text-size-adjust: 100%;
	letter-spacing: 1px;
}
#logo p a:hover {
	color: #F5A862;
	text-decoration:none;
}
/*****NAV*****/
nav {
	height:21px;/*ナビアンダーラインの太さ調整可能*/
	width: 100%;
	overflow: hidden;
	margin-bottom:60px;
}
nav ul {
	width:594px;
	height:100px;
	margin:0 auto;
}
nav li {
	cursor: pointer;
	text-align: center;
	float: left;
}
@-moz-document url-prefix() {
nav li {
 height:23px;/*Firefoxのナビアンダーラインの太さ調整可能*/
 position: relative;
 top: -2px;
}
}
nav li:hover {
	background-color: orange;
	transition: background-color 0.5s ease-out;
}
/*****ARTICLE*****/
article {
	display: block;
	width: 744px;
	margin-top: 20px;
	overflow: hidden;
	margin:0 auto;
}
article img.preview {
	padding-top:10px;
	padding-bottom:10px;
	float: right;
}
article .photo p.caption {
	font-size: 70%;
	text-align:center;
	width:310px;
	float: right;
}
#idea article .photo {
	width:310px;
	float: right;
}
section {
	width: 400px;
	overflow: hidden;
	float: left;
}
article h2 {
	width: 100%;
	font-size: 150%;
	letter-spacing: 3px;
	padding-bottom:2px;
	margin-bottom: 10px;
	float: left;
}
section p {
	font-size: 90%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 170%;
	margin-bottom: 10px;
	float: left;
}
section p.name {
	padding-top:20px;
	font-size: 90%;
	line-height: 220%;
	text-align:right;
	width: 400px;
}
section p span {
	font-size: 70%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 130%;
	margin-bottom: 10px;
}
section .btn {
	color: #fff;
	border: 1px solid orange;
	background-color: orange;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 30px;
	padding-left: 30px;
	border-radius: 5px;
	letter-spacing: 5px;
	text-decoration: none;
	overflow: hidden;
	float: right;
}
section .btn:hover {
	background-color: #fff;
	border: 1px solid orange;
	transition: background-color 0.5s ease-out;
	transition: color 0.5s ease-out;
	transition: border 0.5s ease-out;
	color: orange;
	overflow: hidden;
}
/*****sketch*****/
#sketch section {
	width: 744px;
	clear:both;
}
#sketch section h2 {
	float: none;
	text-align:center;
}
#sketch section img {
	-webkit-text-size-adjust: 100%;
	margin:10px 2px 40px 133px;
}
#sketch section p {
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	width: 600px;
	float: none;
	margin-bottom: 30px;
}
#sketch section img.button {
	margin-left:301px;
	margin-bottom: 30px;
	padding-bottom:50px;
}
#sketch section dl {
	-webkit-text-size-adjust: 100%;
	margin:0 auto;
	font-size: 90%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 170%;
	margin-bottom: 40px;
	width:600px;
}
#sketch section dt {
	float:left;
	margin-bottom: 20px;
}
#sketch section dd {
	margin-left:80px;
	margin-bottom: 20px;
}
/*****detail*****/
#detail section {
	width: 744px;
	clear:both;
}
#detail section h2 {
	float: none;
	text-align:center;
}
#detail section img {
	margin-bottom: 25px;
}
#detail section .photo img {
	margin-left:105px;
}
#detail section img.button {
	margin-left: 37px;
	padding-bottom:50px;
}
#detail section img.button2 {
	margin-left: 20px;
	padding-bottom:50px;
}
#detail section img.button3 {
	margin-left: 20px;
	padding-bottom:50px;
}
#detail section img.button4 {
	margin-left: 20px;
	padding-bottom:50px;
}

#detail section p {
	-webkit-text-size-adjust: 100%;
	margin-left: 30px;
	margin-right: 30px;
	margin-bottom: 40px;
}
#detail h3 {
	clear:both;
}
#detail section dl {
	float: left;
	-webkit-text-size-adjust: 100%;
	background-color: #efeda9;
	font-size: 90%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 170%;
	margin:0 20px 40px 20px;
	padding: 20px 10px;
	width:200px;
	height:10em;
}
#detail section dl.second {
	margin:0 20px 20px 0;
}
#detail section dt {
	font-size: 110%;
	text-align:center;
	margin-bottom: 20px;
}
#detail section dd {
	text-align:center;
	margin-bottom: 10px;
}
#detail h3 img.headline {
	clear:both;
	text-align:left;
	margin-bottom: 0;
}
#detail section .chapter {
	clear:both;
}
#detail section p span {
	margin-left:60px;
	font-size: 90%;
}
/*****access*****/

#access section {
	width: 360px;
	overflow: hidden;
	float: left;
}
#access section p {
	width: 340px;
	float: none;
	margin-bottom: 20px;
}
#access section dl {
	clear:both;
	font-size: 90%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 170%;
	margin-bottom: 40px;
	width:340px;
}
#access section dt {
	float:left;
	margin-bottom: 15px;
}
#access section dd {
	margin-left:130px;
	margin-bottom: 15px;
}
#access section img.labo {
	float:left;
	padding-bottom:60px;
}
#access section img.button {
	margin-top:45px;
	margin-left:46px;
	margin-bottom: 5px;
}
#access section p span {
	margin-left:60px;
	float: left;
}
#access .photo {
	padding:0;
	margin-top:10px;
	margin-bottom:10px;
	float: right;
	border: 1px solid #b0b0b0;
}
#access .photo iframe {
}
/*****kawagoe*****/
#kawagoe section {
	clear:both;
}
#kawagoe section {
	width: 360px;
	overflow: hidden;
	float: left;
}
#kawagoe section.address {
	width: 440px;
}
#kawagoe section p {
	width: 350px;
	float: none;
	-webkit-text-size-adjust: 100%;
	margin-left: 30px;
	margin-bottom: 20px;
}
#kawagoe section p.indent {
	-webkit-text-size-adjust: 100%;
	margin-left: 100px;
	padding-bottom: 20px;
}
#kawagoe section.address dl {
	-webkit-text-size-adjust: 100%;
	margin:60px auto 0;
	font-size: 90%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 170%;
	width:600px;
}
#kawagoe section.address dt {
	float:left;
	margin-bottom: 20px;
}
#kawagoe section.address dd {
	margin-left:7em;
	margin-bottom: 20px;
}
#kawagoe section img.labo {
	float:left;
}
#kawagoe section img.button {
	margin-top:30px;
	margin-left:136px;
	margin-bottom: 5px;
}
#kawagoe section p span {
	margin-left:60px;
	float: left;
	width:400px;
}
#kawagoe article img.preview {
	padding-top:60px;
	padding-bottom:10px;
}
#kawagoe .photo2 {
	padding:0;
	float: right;
	margin-top:60px;
	margin-bottom:60px;
	border: 1px solid #b0b0b0;
}
#kawagoe h2 {
	float: none;
	text-align:center;
	padding-bottom:15px;
}
#kawagoe .photo {
	width:370px;
	float: right;
}
#kawagoe .photo img {
	vertical-align: bottom;
	margin-right:2px;
	margin-bottom:2px;
}
#kawagoe .photo img.second {
	margin-right:0;
}
#kawagoe h3 img.headline {
	clear:both;
	text-align:left;
	margin-bottom: 20px;
}
#kawagoe section dl.agenda {
	-webkit-text-size-adjust: 100%;
	background-color: #efeda9;
	font-size: 90%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 170%;
	margin:0 0 5px 60px;
	padding: 20px 20px;
	width:200px;
	height:5em;
}
#kawagoe section dl.agenda dt {
	font-size: 110%;
	text-align:center;
	margin-bottom: 20px;
}
#kawagoe section dl.agenda dd {
	text-align:center;
	margin-bottom: 10px;
}
/*****children*****/
#children section {
	width: 744px;
	clear:both;
}
#children section h2 {
	float: none;
	text-align:center;
	margin-bottom: 30px;
}
#children section img {
	margin-bottom: 25px;
}
#children section img.button {
	float: none;
	clear:both;
	margin-left: 301px;
	padding-bottom:50px;
}
#children section p {
	-webkit-text-size-adjust: 100%;
	margin-left: 0;
	margin-right: 30px;
	margin-bottom: 25px;
}
#children h3 {
	clear:both;
}
#children h3 img.headline {
	clear:both;
	text-align:left;
	margin-bottom: 0;
}
#children section .chapter {
	margin-left:50px;
	clear:both;
}
#children section p span {
	font-size: 90%;
}
#children article .left {
	width: 394px;
	overflow: hidden;
	float: left;
}
#children article .photo {
	width:350px;
	float: left;
}
#children section p.name {
	padding-top:0;
	padding-right:20px;
	font-size: 90%;
	line-height: 220%;
	text-align:right;
	width: 350px;
}
#children section img.button {
	margin-left: 199px;
	padding-bottom:50px;
}
#children section img.button2 {
	margin-left: 66px;
	padding-bottom:50px;
}
#children section .schedule {
		clear:both;	
}
#children section dl {
	float: left;
	-webkit-text-size-adjust: 100%;
	background-color: #efeda9;
	font-size: 90%;
	color: #000000;
	letter-spacing: 2px;
	line-height: 170%;
	margin:0 20px 40px 0px;
	padding: 20px 10px;
	width:190px;
	height:10em;
}
#children section dl.second {
	margin:0 20px 20px 0;
}
#children section dt {
	font-size: 110%;
	text-align:center;
	margin-bottom: 20px;
}
#children section dd {
	text-align:center;
	margin-bottom: 10px;
}
