/* ページ */

body, td, th {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333333;
	margin: 0px;
	}

img {
	border: 0px;
	vertical-align: bottom;
	}

ul, ol, li, dl, dt, dd {
	margin: 0px;
	padding: 0px;
	list-style: none;
	}

form {
	margin: 0px;
	}

a:link { color: #333333; text-decoration: none; }
a:visited { color: #333333; text-decoration: none; }
a:hover { color: #cccccc; text-decoration: none; }
a:active { color: #333333; text-decoration: none; }

@media screen and (min-width: 641px){

img {
	-webkit-transition: all .3s;
	transition: all .3s;
	}

a {
	-webkit-transition: all .3s;
	transition: all .3s;
	}

a:hover {
	opacity: 0.6;
	}

a:hover img {
	opacity: 0.6;
	}

}

@media screen and (max-width: 640px){
}


/* 全体レイアウト */

@media screen and (min-width: 641px){

article {
	width: 1000px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	}

#finq {
	width: 100%;
	margin: 100px 0px 0px 0px;
	float: left;
	}

#finq a {
	width: 485px;
	background: #ED4245;
	font-size: 16px;
	line-height: 60px;
	color: #ffffff;
	margin: 0px 30px 0px 0px;
	padding: 0px 0px 0px 0px;
	float: left;
	display: block;
	text-align: center;
	}

#finq a:last-child {
	margin: 0px 0px 0px 0px;
	}

#finq a img {
	margin: 0px 20px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

#new {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #ED4245 transparent transparent transparent;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#new font {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -41px 0px 0px 4px;
	display: block;
	}

}

@media screen and (max-width: 640px){

article {
	width: 94%;
	margin: 0px 3% 0px 3%;
	}

#finq {
	width: 88%;
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 1;
	box-sizing: border-box;
	}

#finq a {
	width: 49.7%;
	background-color: rgba( 0, 0, 0, 0.6 );
	line-height: 40px;
	color: #ffffff;
	margin: 0px 0.3% 0px 0px;
	float: left;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	}

#finq a img {
	height: 20px;
	margin: 0px 10px 0px 0px;
	display: inline-block;
	vertical-align: middle;
	}

#new {
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 40px 40px 0 0;
	border-color: #ED4245 transparent transparent transparent;
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	line-height: 50px;
	color: #ffffff;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 0px;
	}

#new font {
	transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	margin: -41px 0px 0px 4px;
	display: block;
	}

}


/* ヘッダー */

@media screen and (min-width: 641px){

header {
	width: 100%;
	height: 100px;
	background-color: rgba( 0, 0, 0, 0.6 );
	color: #ffffff;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 52;
	}

header ol {
	width: 1000px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	}

header h1 {
	margin: 5px 0px 0px 0px;
	float: left;
	}

header .inq a {
	width: 130px;
	border: 1px #ffffff solid;
	font-size: 13px;
	line-height: 30px;
	color: #ffffff;
	margin: 15px 0px 0px 10px;
	float: right;
	text-align: center;
	box-sizing: border-box;
	}

header .smenu {
	font-size: 11px;
	margin: 20px 30px 0px 0px;
	float: right;
	}

header .smenu a {
	color: #ffffff;
	margin: 0px 0px 0px 20px;
	}

header .smenu font {
	color: #666666;
	}

}

@media screen and (max-width: 640px){

header {
	width: 100%;
	height: 50px;
	background-color: rgba( 0, 0, 0, 0.6 );
	color: #ffffff;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 52;
	}

header h1 {
	margin: 15px 20px 10px 10px;
	float: left;
	position: relative;
	z-index: 54;
	}

header h1 img {
	width: 130px;
	float: left;
	}

header .inq {
	display: none;
	}

header .smenu {
	margin: 5px 0px 0px 0px;
	font-size: 10px;
	float: left;
	position: relative;
	z-index: 54;
	}

header .smenu a {
	color: #ffffff;
	margin: 3px 0px 0px 0px;
	display: block;
	}

header .smenu font {
	color: #666666;
	}

}


/* フッター */

@media screen and (min-width: 641px){

footer {
	width: 100%;
	background: #fafafa;
	border-top: 1px #768489 solid;
	margin: 100px 0px 0px 0px;
	padding: 20px 0px 20px 0px;
	float: left;
	}

footer dl {
	width: 1000px;
	margin: 0px auto 0px auto;
	overflow: hidden;
	}

footer dt {
	width: 400px;
	font-size: 10px;
	line-height: 100%;
	float: left;
	}

footer dt img {
	margin: 0px 0px 20px 0px;
	display: block;
	}

footer dt a img {
	width: 170px;
	margin: 20px 0px 0px 0px;
	}

footer dd {
	float: right;
	}

footer dd a {
	font-size: 11px;
	margin: 0px 0px 0px 20px;
	}

#pagetop {
	width: 40px;
	height: 40px;
	background: url(img/pagetop.png) no-repeat center;
	background-color: rgba( 0, 0, 0, 0.6 );
	position: fixed;
	right: 20px;
	bottom: 20px;
	}

}

@media screen and (max-width: 640px){

footer {
	width: 100%;
	background: #fafafa;
	border-top: 1px #768489 solid;
	margin: 40px 0px 0px 0px;
	padding: 10px 3% 50px 3%;
	float: left;
	box-sizing: border-box;
	}

footer dt {
	font-size: 10px;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	}

footer dt img {
	width: 130px;
	margin: 0px auto 10px auto;
	display: block;
	}

footer dt a img {
	margin: 10px auto 0px auto;
	display: block;
	}

footer dd {
	width: 100%;
	text-align: center;
	}

footer dd a {
	font-size: 10px;
	margin: 0px 5px 0px 5px;
	}

#pagetop {
	width: 12%;
	height: 40px;
	background: url(img/pagetop.png) no-repeat center;
	background-color: rgba( 0, 0, 0, 0.6 );
	position: fixed;
	right: 0px;
	bottom: 0px;
	}

}


/* メニュー */

@media screen and (min-width: 641px){

#menu {
	width: 100%;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#menu a {
	width: 14.28%;
	font-size: 13px;
	color: #ffffff;
	padding: 15px 0px 20px 0px;
	float: left;
	text-align: center;
	overflow: hidden;
	display: block;
	}

#menu a:first-child {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	}

#menu a:hover {
	opacity: 1;
	}

#menu a p {
	margin: 0px;
	}

#menu a:hover p {
	border-bottom: 1px #ffffff solid;
	padding: 0px 0px 5px 0px;
	display: inline-block;
	}

#menu-icon {
	display: none;
    }

}

@media screen and (max-width: 640px){

#menu #nav-wrap {
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 53;
	}

#menu #nav-wrap #nav {
	width: 100%;
	background: #768489;
	float: left;
	display: none;
	}

#menu #nav-wrap {
	width: 100%;
	padding: 0px 0px 0px 0px;
	float: left;
	}

#menu #nav-wrap a {
	width: 100%;
	border-bottom: 1px #ffffff solid;
	line-height: 30px;
	color: #ffffff;
	padding: 0px 0px 0px 20px;
	float: left;
	display: block;
	box-sizing: border-box;
	}

#menu #nav-wrap a:first-child {
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	}

#menu-icon {
	width: 40px;
	height: 40px;
	background: ;
	font-size: 8px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 100%;
	color: #ffffff;
	margin: 5px 3% 5px 0px;
	padding: 7px 0px 0px 0px;
	float: right;
	text-align: center;
	display: block; /* show menu icon */
	box-sizing: border-box;
    }

#menu-icon span {
	width: 20px;
	border-top: 3px #ffffff solid;
	margin: 0px 0px 4px 10px;
	float: left;
    }

#menu-icon span:last-child {
	margin: 0px 0px 3px 10px;
    }

#menu-icon.active span {
	width: auto;
	height: 18px;
	border-top: none;
	border-left: 3px #ffffff solid;
	margin: 0px -8px 2px 12px;
	float: left;
	}

}


/* ヘッダーメイン */

@media screen and (min-width: 641px){

#thmain {
	width: 100%;
	position: relative;
	}

#thmain .bxslider img {
	width: 100%;
	}

#thmain h2 {
	width: 100%;
	font-size: 48px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 51;
	text-shadow: 0px 0px 10px #000000;
	}

#thmain font {
	width: 1000px;
	margin: 0px 0px 0px -500px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 51;
	}

#thmain font:after {
	content: '';
	width: 156px;
	height: 36px;
	background: url(img/goo.png) no-repeat 6px center;
	background-color: #ffffff;
	position: absolute;
	right: 0px;
	bottom: 0px;
	}

#chmain {
	width: 100%;
	margin: 0px 0px 50px 0px;
	position: relative;
	}

#chmain img {
	width: 100%;
	}

#chmain h2 {
	width: 100%;
	font-size: 32px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 60%;
	z-index: 51;
	text-shadow: 0px 0px 10px #000000;
	}

#chmain font {
	width: 1000px;
	color: #ffffff;
	margin: 0px 0px 0px -500px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 51;
	}

#chmain font a {
	color: #ffffff;
	}

}

@media screen and (max-width: 640px){

#thmain {
	width: 100%;
	position: relative;
	}

#thmain .bxslider img {
	width: 100%;
	}

#thmain h2 {
	width: 100%;
	font-size: 21px;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 51;
	text-shadow: 0px 0px 10px #000000;
	}

#thmain font {
	width: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 51;
	}

#thmain font:after {
	content: '';
	width: 90px;
	height: 20px;
	background: url(img/goo.png) no-repeat center;
	background-size: 80px;
	background-color: #ffffff;
	position: absolute;
	right: 3%;
	bottom: 10px;
	}

#chmain {
	width: 100%;
	margin: 0px 0px 10px 0px;
	position: relative;
	}

#chmain img {
	width: 100%;
	}

#chmain h2 {
	width: 100%;
	font-size: 16px;
	font-weight: normal;
	color: #ffffff;
	margin: 0px;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 10%;
	z-index: 51;
	text-shadow: 0px 0px 10px #000000;
	}

#chmain font {
	width: 1000px;
	color: #ffffff;
	margin: 0px 0px 0px -500px;
	position: absolute;
	left: 50%;
	bottom: 15px;
	z-index: 51;
	display: none;
	}

#chmain font a {
	color: #ffffff;
	}

}


/* トップページ */

@media screen and (min-width: 641px){

#top {
	margin: 50px 0px 0px 0px;
	}

#top h3 {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 21px;
	font-weight: 400;
	line-height: 100%;
	color: #768489;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#top .news {
	width: 485px;
	margin: 0px 30px 0px 0px;
	float: left;
	}

#top .news .scroll-pane {
	width: 100%;
	height: 300px;
	border: 1px #768489 solid;
	box-sizing: border-box;
	}

#top .news a {
	width: 435px;
	line-height: 150%;
	margin: 19px 0px 0px 19px;
	overflow: hidden;
	display: block;
	}

#top .news a:last-child {
	margin: 19px 0px 19px 19px;
	}

#top .news p {
	width: 80px;
	height: 80px;
	margin: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
	}

#top .news p img {
	height: 100%;
	}

#top .news h4 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	}

#top .news h4 font {
	font-family: 'Montserrat', serif;
	font-size: 12px;
	font-weight: 400;
	color: #ED4245;
	margin: 0px 10px 0px 0px;
	}

#top .news span {
	font-family: 'Montserrat', serif;
	font-weight: 400;
	color: #768489;
	margin: 10px 0px 0px 0px;
	float: right;
	display: block;
	}

#top .conc {
	width: 485px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#top .conc a {
	width: 100%;
	height: 90px;
	border: 1px #768489 solid;
	font-size: 18px;
	line-height: 100%;
	color: #768489;
	margin: 0px 0px 15px 0px;
	padding: 18px 0px 0px 199px;
	text-align: center;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	}

#top .conc a:nth-child(2) {
	background: url(img/conc01.jpg) no-repeat left top;
	}

#top .conc a:nth-child(3) {
	background: url(img/conc02.jpg) no-repeat left top;
	}

#top .conc a:nth-child(4) {
	background: url(img/conc03.jpg) no-repeat left top;
	line-height: 88px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 199px;
	}

#top .conc a p {
	font-weight: bold;
	margin: 0px;
	}

#top .conc a:nth-child(4) p {
	display: inline-block;
	margin: 0px 5px 0px 5px;
	}

#top .wor {
	width: 100%;
	margin: 50px 0px 0px 0px;
	float: left;
	}

#top .wor a {
	width: 188px;
	background: #768489;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 80px;
	color: #ffffff;
	margin: 0px 15px 15px 0px;
	float: left;
	text-align: center;
	display: block;
	position: relative;
	box-sizing: border-box;
	}

#top .wor a:nth-child(5n+1) {
	margin: 0px 0px 0px 0px;
	}

#top .wor a img {
	width: 100%;
	border: 1px #768489 solid;
	box-sizing: border-box;
	}

#top .wor a span {
	width: 15px;
	height: 30px;
	background-color: rgba( 255, 255, 255, 0.3 );
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	position: absolute;
	right: 0px;
	bottom: 25px;
	z-index: 1;
	}

#top .wor a span:after {
	content: '';
	width: 5px;
	height: 8px;
	background: url(img/arr01.png) no-repeat;
	margin: -4px 0px 0px -2px;
	position: absolute;
	left: 50%;
	top: 50%;
	}

}

@media screen and (max-width: 640px){

#top {
	margin: 20px 0px 0px 0px;
	}

#top h3 {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	color: #768489;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#top .news {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#top .news .scroll-pane {
	width: 100%;
	height: 150px;
	border: 1px #768489 solid;
	box-sizing: border-box;
	}

#top .news a {
	font-size: 10px;
	line-height: 150%;
	margin: 9px 9px 0px 9px;
	overflow: hidden;
	display: block;
	}

#top .news a:last-child {
	margin: 9px 9px 9px 9px;
	}

#top .news p {
	width: 70px;
	height: 70px;
	margin: 0px 10px 0px 0px;
	float: left;
	overflow: hidden;
	}

#top .news p img {
	height: 100%;
	}

#top .news h4 {
	font-size: 12px;
	margin: 0px 0px 5px 0px;
	}

#top .news h4 font {
	font-family: 'Montserrat', serif;
	font-size: 10px;
	font-weight: 400;
	color: #ED4245;
	margin: 0px 5px 0px 0px;
	}

#top .news span {
	font-family: 'Montserrat', serif;
	font-weight: 400;
	color: #768489;
	margin: 10px 0px 0px 0px;
	float: right;
	display: block;
	}

#top .conc {
	width: 100%;
	}

#top .conc a {
	width: 100%;
	border: 1px #768489 solid;
	font-size: 14px;
	line-height: 100%;
	color: #768489;
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 10px 50%;
	text-align: center;
	display: block;
	vertical-align: middle;
	box-sizing: border-box;
	}

#top .conc a:nth-child(2) {
	background: url(img/conc01.jpg) no-repeat left top;
	background-size: 50% auto;
	}

#top .conc a:nth-child(3) {
	background: url(img/conc02.jpg) no-repeat left top;
	background-size: 50% auto;
	}

#top .conc a:nth-child(4) {
	background: url(img/conc03.jpg) no-repeat left top;
	background-size: 50% auto;
	line-height: 50px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 50%;
	font-size: 12px;
	}

#top .conc a p {
	font-weight: bold;
	margin: 0px;
	}

#top .conc a:nth-child(4) p {
	display: inline-block;
	margin: 0px 5px 0px 5px;
	}

#top .wor {
	margin: 20px 0px -10px 0px;
	float: left;
	}

#top .wor a {
	width: 49%;
	background: #768489;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	color: #ffffff;
	margin: 0px 2% 10px 0px;
	float: left;
	text-align: center;
	display: block;
	position: relative;
	box-sizing: border-box;
	}

#top .wor a:nth-child(2n+1) {
	margin: 0px 0px 10px 0px;
	}

#top .wor a:nth-child(6) {
	display: none;
	}

#top .wor a img {
	width: 100%;
	border: 1px #768489 solid;
	box-sizing: border-box;
	}

#top .wor a span {
	width: 15px;
	height: 30px;
	background-color: rgba( 255, 255, 255, 0.3 );
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	position: absolute;
	right: 0px;
	bottom: 15px;
	z-index: 1;
	}

#top .wor a span:after {
	content: '';
	width: 5px;
	height: 8px;
	background: url(img/arr01.png) no-repeat;
	margin: -4px 0px 0px -2px;
	position: absolute;
	left: 50%;
	top: 50%;
	}

}


/* 会社案内 */

@media screen and (min-width: 641px){

#com dl {
	width: 100%;
	display: table-row;
	}

#com dt {
	width: 250px;
	border-top: 1px #BAC1C4 solid;
	font-weight: bold;
	padding: 20px;
	text-align: center;
	box-sizing: border-box;
	display: table-cell;
	vertical-align: middle;
	}

#com ul dl:last-child dt {
	border-bottom: 1px #BAC1C4 solid;
	}

#com dd {
	width: 750px;
	border-top: 1px #BAC1C4 solid;
	padding: 20px 0px 20px 0px;
	box-sizing: border-box;
	display: table-cell;
	}

#com ul dl:last-child dd {
	border-bottom: 1px #BAC1C4 solid;
	}

#com dd iframe {
	width: 750px;
	height: 400px;
	margin: 20px 0px 0px 0px;
	}

}

@media screen and (max-width: 640px){

#com ul {
	width: 100%;
	float: left;
	}

#com dt {
	width: 100%;
	background: #f6f6f6;
	border-right: 1px #BAC1C4 solid;
	border-bottom: 1px #BAC1C4 solid;
	border-left: 1px #BAC1C4 solid;
	padding: 10px;
	text-align: center;
	box-sizing: border-box;
	vertical-align: middle;
	}

#com ul dl:first-child dt {
	border-top: 1px #BAC1C4 solid;
	}

#com dd {
	width: 100%;
	background: #ffffff;
	border-right: 1px #BAC1C4 solid;
	border-bottom: 1px #BAC1C4 solid;
	border-left: 1px #BAC1C4 solid;
	padding: 10px;
	box-sizing: border-box;
	}

#com dd iframe {
	width: 100%;
	height: 200px;
	margin: 10px 0px 0px 0px;
	}

}


/* 店舗・スタッフ紹介 */

@media screen and (min-width: 641px){

#sto.top {
	margin: 0px 0px -15px 0px;
	display: flex;
	flex-wrap: wrap;
	}

#sto.top a {
	width: 238px;
	background: #768489;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 15px 15px 0px;
	float: left;
	text-align: center;
	display: block;
	position: relative;
	}

#sto.top a:nth-child(4n) {
	margin: 0px 0px 15px 0px;
	}

#sto.top a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#sto.top a h3 {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	}

#sto.top a p {
	font-size: 21px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 16px;
	margin: 10px 0px 25px 0px;
	display: block;
	}

#sto.top a p img {
	width: auto;
	height: 16px;
	margin: 0px 5px 0px 0px;
	}

#sto.top a span {
	width: 15px;
	height: 30px;
	background-color: rgba( 255, 255, 255, 0.3 );
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	position: absolute;
	right: 0px;
	bottom: 50px;
	}

#sto.top a span:after {
	content: '';
	width: 5px;
	height: 8px;
	background: url(img/arr01.png) no-repeat;
	margin: -4px 0px 0px -2px;
	position: absolute;
	left: 50%;
	top: 50%;
	}

#sto.det .menu {
	width: 100%;
	margin: 0px 0px 50px 0px;
	float: left;
	}

#sto.det .menu a {
	width: 188px;
	border: 1px #768489 solid;
	font-size: 16px;
	line-height: 50px;
	color: #768489;
	margin: 0px 15px 0px 0px;
	float: left;
	text-align: center;
	display: block;
	box-sizing: border-box;
	}

#sto.det .menu li {
	width: 188px;
	background: #768489;
	border: 1px #768489 solid;
	font-size: 16px;
	line-height: 50px;
	color: #ffffff;
	margin: 0px 15px 0px 0px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	}

#sto.det .menu a:last-child, #sto.det .menu li:last-child {
	margin: 0px 0px 0px 0px;
	}

#sto.det .menu li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 20px 10px 0 10px;
	border-color: #768489 transparent transparent transparent;
	margin: 0px 0px 0px -10px;
	position: absolute;
	left: 50%;
	bottom: -20px;
	}

#sto.det h3 {
	font-size: 28px;
	font-weight: normal;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#sto.det .main {
	font-size: 14px;
	margin: 0px 0px 50px 0px;
	overflow: hidden;
	}

#sto.det .main img {
	width: 650px;
	margin: 0px 30px 0px 0px;
	float: left;
	}

#sto.det .main h4 {
	width: 320px;
	background: url(img/fre01.png) no-repeat left center;
	background-size: auto 26px;
	font-size: 34px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 26px;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 42px;
	float: left;
	box-sizing: border-box;
	}

#sto.det .main dl {
	margin: 10px 0px 0px 0px;
	}

#sto.det .main dl:nth-child(3) {
	margin: 20px 0px 0px 0px;
	}

#sto.det .main dt {
	width: 80px;
	border: 1px #333333 solid;
	font-size: 12px;
	line-height: 28px;
	text-align: center;
	display: table-cell;
	box-sizing: border-box;
	}

#sto.det .main dd {
	line-height: 30px;
	padding: 0px 0px 0px 10px;
	display: table-cell;
	box-sizing: border-box;
	}

#sto.det .main a.map {
	width: 120px;
	background: #333333;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
	margin: 20px 0px 0px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#sto.det .sta {
	width: 100%;
	margin: 0px 0px 40px 0px;
	overflow: hidden;
	}

#sto.det .sta a,
#sto.det .sta li {
	width: 192px;
	font-size: 14px;
	margin: 0px 10px 10px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#sto.det .sta a:nth-child(5n),
#sto.det .sta li:nth-child(5n) {
	margin: 0px 0px 10px 0px;
	}

#sto.det .sta p {
	width: 100%;
	height: 192px;
	margin: 0px 0px 10px 0px;
	position: relative;
	}

#sto.det .sta p img {
	width: 100%;
	}

#sto.det .sta p span {
	width: 19px;
	height: 19px;
	background: url(img/zoo02.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#sto.det .sta h4 {
	font-size: 12px;
	color: #768489;
	margin: 0px 0px 5px 0px;
	}

#sto.det .sto {
	width: 100%;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#sto.det .sto a {
	width: 227px;
	height: 227px;
	background: #f6f6f6;
	margin: 0px 30px 30px 0px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

#sto.det .sto a:nth-child(4n) {
	margin: 0px 0px 30px 0px;
	}

#sto.det .sto a img {
	height: 227px;
	}

#sto.det .sto a span {
	width: 19px;
	height: 19px;
	background: url(img/zoo02.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#sto.det .acc iframe {
	width: 100%;
	height: 500px;
	}

}

@media screen and (max-width: 640px){

#sto.top a {
	width: 100%;
	background: #768489;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	float: left;
	text-align: center;
	display: block;
	position: relative;
	}

#sto.top a:last-child {
	margin: 0px 0px 0px 0px;
	}

#sto.top a img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#sto.top a h3 {
	font-size: 16px;
	margin: 0px 0px 15px 0px;
	}

#sto.top a p {
	font-size: 21px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 16px;
	margin: 10px 0px 25px 0px;
	display: block;
	}

#sto.top a p img {
	width: auto;
	height: 16px;
	margin: 0px 5px 0px 0px;
	}

#sto.top a span {
	width: 15px;
	height: 30px;
	background-color: rgba( 255, 255, 255, 0.3 );
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	position: absolute;
	right: 0px;
	bottom: 50px;
	}

#sto.top a span:after {
	content: '';
	width: 5px;
	height: 8px;
	background: url(img/arr01.png) no-repeat;
	margin: -4px 0px 0px -2px;
	position: absolute;
	left: 50%;
	top: 50%;
	}

#sto.det .menu {
	width: 100%;
	font-size: 10px;
	color: #768489;
	margin: 0px 0px 20px 0px;
	float: left;
	}

#sto.det .menu a {
	width: 32.666%;
	border: 1px #768489 solid;
	line-height: 25px;
	margin: 0px 1% 1% 0px;
	float: left;
	text-align: center;
	display: block;
	box-sizing: border-box;
	}

#sto.det .menu li {
	width: 32.666%;
	background: #768489;
	border: 1px #768489 solid;
	line-height: 25px;
	color: #ffffff;
	margin: 0px 1% 1% 0px;
	float: left;
	text-align: center;
	position: relative;
	box-sizing: border-box;
	}

#sto.det .menu a:nth-child(3n), #sto.det .menu li:nth-child(3n) {
	margin: 0px 0px 1% 0px;
	}

#sto.det .menu li:after {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 10px 5px 0 5px;
	border-color: #768489 transparent transparent transparent;
	margin: 0px 0px 0px -5px;
	position: absolute;
	left: 50%;
	bottom: -10px;
	display: none;
	}

#sto.det h3 {
	font-size: 16px;
	color: #768489;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#sto.det .main {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#sto.det .main img {
	width: 100%;
	margin: 0px 0px 20px 0px;
	}

#sto.det .main h4 {
	width: 100%;
	background: url(img/fre01.png) no-repeat left center;
	background-size: auto 20px;
	font-size: 28px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 32px;
	float: left;
	box-sizing: border-box;
	}

#sto.det .main dl {
	margin: 5px 0px 0px 0px;
	}

#sto.det .main dl:nth-child(3) {
	margin: 10px 0px 0px 0px;
	}

#sto.det .main dt {
	width: 80px;
	border: 1px #333333 solid;
	font-size: 10px;
	line-height: 25px;
	text-align: center;
	display: table-cell;
	box-sizing: border-box;
	}

#sto.det .main dd {
	line-height: 25px;
	padding: 0px 0px 0px 10px;
	display: table-cell;
	box-sizing: border-box;
	}

#sto.det .main a.map {
	width: 120px;
	background: #1F1713;
	border-radius: 13px;
	-moz-border-radius: 13px;
	-webkit-border-radius: 13px;
	font-size: 12px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
	margin: 10px 0px 0px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#sto.det .sta {
	width: 100%;
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#sto.det .sta a,
#sto.det .sta li {
	width: 49%;
	margin: 0px 2% 10px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#sto.det .sta a:nth-child(2n),
#sto.det .sta li:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#sto.det .sta p {
	width: 100%;
	height: 140px;
	margin: 0px 0px 5px 0px;
	overflow: hidden;
	position: relative;
	}

#sto.det .sta img {
	width: 100%;
	}

#sto.det .sta span {
	width: 19px;
	height: 19px;
	background: url(img/zoo02.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#sto.det .sta h4 {
	font-size: 10px;
	color: #768489;
	margin: 0px 0px 0px 0px;
	}

#sto.det .sto {
	width: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}

#sto.det .sto a {
	width: 49%;
	height: 120px;
	background: #f6f6f6;
	margin: 0px 2% 10px 0px;
	float: left;
	text-align: center;
	overflow: hidden;
	position: relative;
	}

#sto.det .sto a:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#sto.det .sto a img {
	height: 120px;
	}

#sto.det .sto a span {
	width: 19px;
	height: 19px;
	background: url(img/zoo02.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#sto.det .acc iframe {
	width: 100%;
	height: 200px;
	}

}


/* 施工例 */

@media screen and (min-width: 641px){

#wor.top ul {
	margin: 0px 0px -15px 0px;
	float: left;
	}

#wor.top ul a {
	width: 235px;
	border: 1px #768489 solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 70px;
	margin: 0px 15px 15px 0px;
	padding: 4px 4px 0px 4px;
	float: left;
	text-align: center;
	display: block;
	box-sizing: border-box;
	}

#wor.top ul a:nth-child(4n) {
	margin: 0px 0px 15px 0px;
	}

#wor.det h3 {
	font-size: 28px;
	line-height: 27px;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#wor.det h3 img {
	margin: 0px 10px 0px 0px;
	}

#wor.det h3 font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	}

#wor.det ul {
	width: 100%;
	border-top: 1px #768489 solid;
	padding: 20px 0px 0px 0px;
	text-align: center;
	}

#wor.det ul img {
	padding: 30px 0px 0px 0px;
	}

}

@media screen and (max-width: 640px){

#wor.top ul {
	margin: 0px 0px -10px 0px;
	float: left;
	}

#wor.top ul a {
	width: 49%;
	border: 1px #768489 solid;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 60px;
	margin: 0px 2% 10px 0px;
	padding: 4px 4px 0px 4px;
	float: left;
	text-align: center;
	display: block;
	box-sizing: border-box;
	}

#wor.top ul a:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#wor.top ul a img {
	width: 100%;
	}

#wor.det {
	padding: 10px 0px 0px 0px;
	}

#wor.det h3 {
	font-size: 18px;
	line-height: 18px;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#wor.det h3 img {
	height: 18px;
	margin: 0px 5px 0px 0px;
	}

#wor.det h3 font {
	font-family: 'Montserrat', sans-serif;
	font-weight: 600;
	}

#wor.det ul {
	width: 100%;
	border-top: 1px #768489 solid;
	}

#wor.det ul img {
	width: 100%;
	padding: 20px 0px 0px 0px;
	}

}


/* イベント情報 */

@media screen and (min-width: 641px){

#eve.top ul {
	margin: 0px 0px -30px 0px;
	float: left;
	}

#eve.top ul a, #eve.top ul li {
	width: 313px;
	border: 1px #768489 solid;
	margin: 0px 30px 30px 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	}

#eve.top ul li {
	background: #E4E7E8;
	}

#eve.top ul a:nth-child(3n), #eve.top ul li:nth-child(3n) {
	margin: 0px 0px 30px 0px;
	}

#eve.top ul p {
	width: 100%;
	height: 207px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	box-sizing: border-box;
	}

#eve.top ul p img {
	width: 100%;
	}

#eve.top ul h3 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	}

#eve.top ul span {
	width: 100%;
	float: left;
	}

#eve.top ul h4 {
	background: #768489;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	margin: 10px auto 0px auto;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	display: inline-block;
	}

#eve.det .main {
	width: 700px;
	line-height: 180%;
	float: left;
	}

#eve.det .main h2 {
	width: 100%;
	font-size: 21px;
	margin: 0px 0px 20px 0px;
	}

#eve.det .main h2 p {
	width: 80px;
	background: #768489;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#eve.det .main dl {
	width: 100%;
	border: 1px #768489 solid;
	font-size: 14px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 20px;
	float: left;
	box-sizing: border-box;
	}

#eve.det .main dd {
	line-height: 24px;
	margin: 0px 20px 0px 0px;
	float: left;
	}

#eve.det .main dd font {
	border: 1px #768489 solid;
	font-size: 12px;
	color: #768489;
	line-height: 24px;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px 0px 10px;
	}

#eve.det .main ol a.group1 {
	width: 100%;
	border: 1px #768489 solid;
	margin: 0px 0px 20px 0px;
	position: relative;
	display: block;
	float: left;
	box-sizing: border-box;
	}

#eve.det .main ol a.group1 img {
	width: 100%;
	}

#eve.det .main ol a.group1:after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(img/zoo01.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#eve.det .main ol h3 {
	width: 100%;
	background: #768489;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	margin: 30px 0px 20px 0px;
	text-align: center;
	float: left;
	}

#eve.det .main ol iframe {
	width: 100%;
	height: 400px;
	}

#eve.det .smenu {
	width: 250px;
	float: right;
	}

#eve.det .smenu h3 {
	width: 100%;
	background: #ED4245;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#eve.det .smenu form {
	width: 100%;
	border-right: 1px #768489 solid;
	border-bottom: 1px #768489 solid;
	border-left: 1px #768489 solid;
	float: left;
	box-sizing: border-box;
	}

#eve.det .smenu form ol {
	width: 220px;
	margin: 20px 14px 30px 14px;
	}

#eve.det .smenu form .off {
	margin: 0px 0px 20px 0px;
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #ED4245;
	overflow: visible;
	}

#eve.det .smenu form .off h4 {
	width: 100%;
	font-size: 16px;
	line-height: 100%;
	color: #333333;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#eve.det .smenu form .off img {
	width: 80px;
	margin: 0px 15px 10px 0px;
	float: left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* CSS3 */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Firefox用 */
	transform: rotate(-5deg);
	}

#eve.det .smenu form .off span {
	font-size: 32px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	}

#eve.det .smenu form .cop {
	width: 100%;
	border-bottom: 1px #768489 solid;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	}

#eve.det .smenu form .cop font {
	display: block;
	}

#eve.det .smenu form p {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	}

#eve.det .smenu form p span {
	font-size: 12px;
	font-weight: normal;
	margin: 10px 0px 5px 0px;
	display: block;
	}

#eve.det .smenu form p font {
	font-weight: normal;
	}

#eve.det .smenu form p input {
	display: none;
	}

#eve.det .smenu form dl {
	width: 100%;
	margin: 10px 0px 0px 0px;
	float: left;
	}

#eve.det .smenu form dt {
	line-height: 19px;
	margin: 0px 0px 5px 0px;
	}

#eve.det .smenu form dt span {
	background: #ED4245;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	}

#eve.det .smenu form dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#eve.det .smenu form input[type="text"], #eve.det .smenu form input[type="email"], #eve.det .smenu form textarea {
	width: 100%;
	padding: 3px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	}

#eve.det .smenu form select {
	font-size: 14px;
	padding: 5px;
	}

#eve.det .smenu form select:last-child {
	margin: 5px 0px 0px 0px;
	}

#eve.det .smenu form .send {
	width: 100%;
	background: #ffcc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 24px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 50px;
	margin: 15px 0px 30px 0px;
	cursor: pointer;
	}

#eve.det .smenu form .tel {
	width: 100%;
	line-height: 100%;
	text-align: center;
	}

#eve.det .smenu form .tel h4 {
	width: 100%;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	}

#eve.det .smenu form .tel h4 span {
	color: #768489;
	}

#eve.det .smenu form .tel h5 {
	background: url(img/fre01.png) no-repeat left;
	background-size: 27px auto;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 32px;
	display: inline-block;
	box-sizing: border-box;
	}

#eve.det .smenu form .tel font {
	display: block;
	}

#eve.det .smenu form .tel h6 {
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	}

#eve.det .smenu .pla h3 {
	width: 100%;
	font-size: 18px;
	color: #7FCDF4;
	margin: 0px 0px 20px 0px;
	}

#eve.det .smenu .pla a {
	width: 100%;
	background: url(img/arr02.png) no-repeat right center;
	border-bottom: 1px #BAC1C4 solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	padding: 20px 0px 20px 10px;
	display: block;
	box-sizing: border-box;
	}

#eve.det .smenu .pla a:nth-child(2) {
	border-top: 1px #BAC1C4 solid;
	}

#eve.det .smenu .pla a font {
	width: 70px;
	background: #7FCDF4;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	text-align: center;
	display: block;
	}

#eve.det .smenu .pla a p {
	font-size: 12px;
	color: #ED4245;
	margin: 10px 0px 0px 0px;
	}

}

@media screen and (max-width: 640px){

#eve.top ul {
	margin: 0px 0px -20px 0px;
	float: left;
	}

#eve.top ul a, #eve.top ul li {
	width: 100%;
	border: 1px #768489 solid;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	float: left;
	text-align: center;
	box-sizing: border-box;
	}

#eve.top ul li {
	background: #E4E7E8;
	}

#eve.top ul p {
	width: 100%;
	height: 193px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	box-sizing: border-box;
	}

#eve.top ul p img {
	width: 100%;
	}

#eve.top ul h3 {
	font-size: 14px;
	margin: 0px 0px 5px 0px;
	}

#eve.top ul span {
	width: 100%;
	float: left;
	}

#eve.top ul h4 {
	background: #768489;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	margin: 10px auto 0px auto;
	padding: 0px 15px 0px 15px;
	overflow: hidden;
	display: inline-block;
	}

#eve.det .main {
	width: 100%;
	line-height: 180%;
	}

#eve.det .main h2 {
	width: 100%;
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	}

#eve.det .main h2 p {
	width: 80px;
	background: #768489;
	border-radius: 12px;
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	font-size: 12px;
	line-height: 24px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#eve.det .main dl {
	width: 100%;
	border: 1px #768489 solid;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	padding: 10px;
	float: left;
	box-sizing: border-box;
	}

#eve.det .main dd {
	line-height: 24px;
	margin: 0px 0px 0px 0px;
	float: left;
	}

#eve.det .main dd font {
	border: 1px #768489 solid;
	font-size: 12px;
	color: #768489;
	line-height: 24px;
	margin: 0px 10px 0px 0px;
	padding: 0px 5px 0px 5px;
	}

#eve.det .main ol a.group1 {
	width: 100%;
	border: 1px #768489 solid;
	margin: 0px 0px 20px 0px;
	position: relative;
	display: block;
	float: left;
	box-sizing: border-box;
	}

#eve.det .main ol a.group1 img {
	width: 100%;
	}

#eve.det .main ol a.group1:after {
	content: '';
	width: 19px;
	height: 19px;
	background: url(img/zoo01.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#eve.det .main ol h3 {
	width: 100%;
	background: #768489;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	float: left;
	text-align: center;
	}

#eve.det .main ol iframe {
	width: 100%;
	height: 200px;
	}

#eve.det .smenu {
	width: 100%;
	margin: 20px 0px 0px 0px;
	}

#eve.det .smenu h3 {
	width: 100%;
	background: #ED4245;
	font-size: 14px;
	line-height: 40px;
	color: #ffffff;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#eve.det .smenu form {
	width: 100%;
	border-right: 1px #768489 solid;
	border-bottom: 1px #768489 solid;
	border-left: 1px #768489 solid;
	float: left;
	box-sizing: border-box;
	}

#eve.det .smenu form ol {
	margin: 20px 14px 30px 14px;
	}

#eve.det .smenu form .off {
	font-size: 18px;
	font-weight: bold;
	line-height: 130%;
	color: #ED4245;
	margin: 0px 0px 20px 0px;
	overflow: visible;
	}

#eve.det .smenu form .off h4 {
	width: 100%;
	font-size: 16px;
	line-height: 100%;
	color: #333333;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#eve.det .smenu form .off img {
	width: 80px;
	margin: 0px 10px 0px 0px;
	float: left;
	box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* CSS3 */
	-webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Safari, Chrome用 */
	-moz-box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.1); /* Firefox用 */
	transform: rotate(-5deg);
	}

#eve.det .smenu form .off span {
	font-size: 28px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	}

#eve.det .smenu form .cop {
	width: 100%;
	border-bottom: 1px #768489 solid;
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 20px 0px;
	}

#eve.det .smenu form .cop font {
	display: block;
	}

#eve.det .smenu form p {
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	}

#eve.det .smenu form p span {
	font-size: 12px;
	color: #768489;
	margin: 10px 0px 5px 0px;
	display: block;
	}

#eve.det .smenu form p font {
	font-weight: normal;
	}

#eve.det .smenu form p input {
	display: none;
	}

#eve.det .smenu form dl {
	width: 100%;
	margin: 10px 0px 0px 0px;
	float: left;
	}

#eve.det .smenu form dt {
	line-height: 19px;
	margin: 0px 0px 5px 0px;
	}

#eve.det .smenu form dt span {
	background: #ED4245;
	color: #ffffff;
	font-size: 12px;
	font-weight: bold;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px;
	}

#eve.det .smenu form dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#eve.det .smenu form input[type="text"], #eve.det .smenu form input[type="email"], #eve.det .smenu form textarea {
	width: 100%;
	padding: 3px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	box-sizing: border-box;
	}

#eve.det .smenu form select {
	font-size: 14px;
	padding: 5px;
	}

#eve.det .smenu form select:last-child {
	margin: 5px 0px 0px 0px;
	}

#eve.det .smenu form .send {
	width: 100%;
	background: #ffcc00;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 24px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 50px;
	margin: 15px 0px 30px 0px;
	cursor: pointer;
	}

#eve.det .smenu form .tel {
	width: 100%;
	line-height: 100%;
	text-align: center;
	}

#eve.det .smenu form .tel h4 {
	width: 100%;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	text-align: left;
	}

#eve.det .smenu form .tel h4 span {
	color: #768489;
	}

#eve.det .smenu form .tel h5 {
	background: url(img/fre01.png) no-repeat left;
	background-size: 27px auto;
	font-size: 24px;
	font-family: 'Montserrat', sans-serif;
	font-weight: bold;
	line-height: 20px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 32px;
	display: inline-block;
	box-sizing: border-box;
	}

#eve.det .smenu form .tel font {
	display: block;
	}

#eve.det .smenu form .tel h6 {
	font-size: 14px;
	margin: 20px 0px 0px 0px;
	}

#eve.det .smenu .pla h3 {
	width: 100%;
	font-size: 18px;
	color: #7FCDF4;
	margin: 0px 0px 20px 0px;
	}

#eve.det .smenu .pla a {
	width: 100%;
	background: url(img/arr02.png) no-repeat right center;
	border-bottom: 1px #BAC1C4 solid;
	font-size: 14px;
	font-weight: bold;
	line-height: 100%;
	padding: 20px 0px 20px 10px;
	display: block;
	box-sizing: border-box;
	}

#eve.det .smenu .pla a:nth-child(2) {
	border-top: 1px #BAC1C4 solid;
	}

#eve.det .smenu .pla a font {
	width: 70px;
	background: #7FCDF4;
	font-size: 12px;
	line-height: 25px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	text-align: center;
	display: block;
	}

#eve.det .smenu .pla a p {
	font-size: 12px;
	color: #ED4245;
	margin: 10px 0px 0px 0px;
	}

}


/* コンセプト */

@media screen and (min-width: 641px){

#conc {
	line-height: 150%;
	}

#conc ul {
	margin: 0px 0px 50px 0px;
	float: left;
	}

#conc ul li {
	width: 323px;
	margin: 0px 15px 0px 0px;
	float: left;
	}

#conc ul li:last-child {
	margin: 0px 0px 0px 0px;
	}

#conc li h3 {
	font-size: 18px;
	font-weight: normal;
	color: #768489;
	margin: 20px 0px 15px 0px;
	text-align: center;
	}

#conc li h3 span {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}

#conc ol img {
	margin: 0px 30px 0px 0px;
	float: left;
	}

}

@media screen and (max-width: 640px){

#conc ul {
	margin: 0px 0px 20px 0px;
	}

#conc ul li {
	width: 100%;
	margin: 0px 0px 10px 0px;
	}

#conc ul li:last-child {
	margin: 0px 0px 0px 0px;
	}

#conc ul li img {
	width: 100%;
	}

#conc li h3 {
	font-size: 16px;
	font-weight: normal;
	color: #768489;
	margin: 10px 0px 5px 0px;
	text-align: center;
	}

#conc li h3 span {
	font-weight: bold;
	margin: 0px 5px 0px 5px;
	}

#conc ol img {
	width: 70%;
	margin: 0px auto 10px auto;
	display: block;
	}

}


/* モデルハウス */

@media screen and (min-width: 641px){

#mod.top {
	margin: -30px 0px 0px 0px;
	}

#mod.top a {
	width: 485px;
	margin: 30px 30px 0px 0px;
	float: left;
	overflow: hidden;
	position: relative;
	}

#mod.top a:nth-child(2n) {
	margin: 30px 0px 0px 0px;
	}

#mod.top a .ope {
	background: #ED4245;
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 30px;
	color: #ffffff;
	padding: 0px 10px 0px 10px;
	position: absolute;
	left: 10px;
	top: 10px;
	box-sizing: border-box;
	}

#mod.top a .ope font {
	font-size: 18px;
	}

#mod.top a img {
	height: 322px;
	}

#mod.top ol {
	width: 100%;
	background: #768489;
	font-size: 14px;
	color: #ffffff;
	float: left;
	text-align: center;
	position: relative;
	}

#mod.top ol h3 {
	width: 100%;
	font-size: 21px;
	margin: 20px 0px 10px 0px;
	}

#mod.top ol h3 font {
	font-size: 16px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 20px;
	}

#mod.top ol p {
	margin: 0px 0px 20px 0px;
	}

#mod.top ol span {
	width: 15px;
	height: 30px;
	background-color: rgba( 255, 255, 255, 0.3 );
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	margin: -15px 0px 0px 0px;
	position: absolute;
	right: 0px;
	top: 50%;
	}

#mod.top ol span:after {
	content: '';
	width: 5px;
	height: 8px;
	background: url(img/arr01.png) no-repeat;
	margin: -4px 0px 0px -2px;
	position: absolute;
	left: 50%;
	top: 50%;
	}

#mod.det .main ol {
	width: 100%;
	background: #f6f6f6;
	margin: 0px 0px 30px 0px;
	float: left;
	text-align: center;
	}

#mod.det .main h3 {
	width: 100%;
	font-size: 28px;
	margin: 0px 0px 30px 0px;
	text-align: center;
	}

#mod.det .main h3 span {
	font-size: 18px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	font-weight: normal;
	margin: 0px 0px 0px 20px;
	}

#mod.det .main ul a {
	width: 192px;
	font-size: 14px;
	margin: 0px 10px 30px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#mod.det .main ul a:nth-child(5n) {
	margin: 0px 0px 30px 0px;
	}

#mod.det .main ul p {
	margin: 0px 0px 10px 0px;
	position: relative;
	}

#mod.det .main ul p span {
	width: 19px;
	height: 19px;
	background: url(img/zoo02.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#mod.det .map {
	margin: 20px 0px 0px 0px;
	float: left;
	}

#mod.det .map iframe {
	width: 620px;
	height: 300px;
	margin: 0px 50px 0px 0px;
	float: left;
	}

#mod.det .map h3 {
	font-size: 16px;
	font-weight: normal;
	margin: 20px 0px 0px 0px;
	float: left;
	}

#mod.det .map .sum {
	width: 330px;
	float: left;
	display: table-row;
	}

#mod.det .map dl {
	width: 100%;
	margin: 20px 0px 0px 0px;
	}

#mod.det .map dt {
	width: 80px;
	display: table-cell;
	}

#mod.det .map dd {
	display: table-cell;
	}

#mod.det .map dl:last-child dd {
	background: url(img/fre01.png) no-repeat;
	background-size: auto 17px;
	font-size: 21px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 17px;
	padding: 0px 0px 0px 29px;
	overflow: hidden;
	}

#mod.det .map dl:last-child dd span {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 10px 0px 0px 0px;
	display: block;
	}

}

@media screen and (max-width: 640px){

#mod.top {
	margin: -20px 0px 0px 0px;
	}

#mod.top a {
	width: 100%;
	margin: 20px 0px 0px 0px;
	float: left;
	overflow: hidden;
	position: relative;
	}

#mod.top a .ope {
	background: #ED4245;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	line-height: 25px;
	color: #ffffff;
	padding: 0px 5px 0px 5px;
	position: absolute;
	left: 10px;
	top: 10px;
	box-sizing: border-box;
	}

#mod.top a .ope font {
	font-size: 18px;
	}

#mod.top a img {
	width: 100%;
	}

#mod.top ol {
	width: 100%;
	background: #768489;
	color: #ffffff;
	float: left;
	text-align: center;
	position: relative;
	}

#mod.top ol h3 {
	width: 100%;
	font-size: 16px;
	margin: 10px 0px 5px 0px;
	}

#mod.top ol h3 font {
	font-size: 10px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 10px;
	}

#mod.top ol p {
	margin: 0px 0px 10px 0px;
	}

#mod.top ol span {
	width: 15px;
	height: 30px;
	background-color: rgba( 255, 255, 255, 0.3 );
	border-radius: 30px 0px 0px 30px;
	-moz-border-radius: 30px 0px 0px 30px;
	-webkit-border-radius: 30px 0px 0px 30px;
	margin: -15px 0px 0px 0px;
	position: absolute;
	right: 0px;
	top: 50%;
	}

#mod.top ol span:after {
	content: '';
	width: 5px;
	height: 8px;
	background: url(img/arr01.png) no-repeat;
	margin: -4px 0px 0px -2px;
	position: absolute;
	left: 50%;
	top: 50%;
	}

#mod.det .main ol {
	width: 100%;
	background: #f6f6f6;
	margin: 0px 0px 10px 0px;
	float: left;
	text-align: center;
	}

#mod.det .main ol img {
	width: 100%;
	}

#mod.det .main h3 {
	width: 100%;
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#mod.det .main h3 span {
	font-size: 12px;
	font-family: 'Montserrat', sans-serif;
	font-weight: 400;
	margin: 0px 0px 0px 10px;
	}

#mod.det .main ul a {
	width: 48%;
	margin: 0px 4% 10px 0px;
	float: left;
	text-align: center;
	display: block;
	}

#mod.det .main ul a:nth-child(2n) {
	margin: 0px 0px 10px 0px;
	}

#mod.det .main ul p {
	margin: 0px 0px 5px 0px;
	position: relative;
	}

#mod.det .main ul p img {
	width: 100%;
	}

#mod.det .main ul p span {
	width: 19px;
	height: 19px;
	background: url(img/zoo02.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

#mod.det .map {
	width: 100%;
	margin: 10px 0px 0px 0px;
	float: left;
	}

#mod.det .map iframe {
	width: 100%;
	height: 200px;
	margin: 0px 0px 10px 0px;
	float: left;
	}

#mod.det .map h3 {
	width: 100%;
	font-size: 14px;
	font-weight: normal;
	margin: 0px 0px 0px 0px;
	text-align: center;
	}

#mod.det .map .sum {
	width: 100%;
	float: left;
	display: table-row;
	}

#mod.det .map dl {
	width: 100%;
	margin: 10px 0px 0px 0px;
	}

#mod.det .map dt {
	width: 80px;
	display: table-cell;
	}

#mod.det .map dd {
	display: table-cell;
	}

#mod.det .map dl:last-child dd {
	background: url(img/fre01.png) no-repeat;
	background-size: auto 17px;
	font-size: 21px;
	font-family: 'Montserrat', serif;
	font-weight: 400;
	line-height: 17px;
	padding: 0px 0px 0px 29px;
	overflow: hidden;
	}

#mod.det .map dl:last-child dd span {
	font-size: 12px;
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 5px 0px 0px 0px;
	display: block;
	}

}


/* プラン */

@media screen and (min-width: 641px){

#pla h3 {
	width: 100%;
	border: 1px #768489 solid;
	font-size: 18px;
	line-height: 50px;
	color: #768489;
	margin: 0px 0px 20px 0px;
	text-align: center;
	box-sizing: border-box;
	}

#pla h3 span {
	font-family: 'Montserrat', serif;
	font-weight: 700;
	}

#pla .pri {
	margin: 0px 0px 45px 0px;
	}

#pla .pri dl {
	font-size: 16px;
	color: #768489;
	margin: 25px 0px 0px 0px;
	text-align: center;
	}

#pla .pri dl dt {
	width: 90px;
	font-size: 60px;
	display: table-cell;
	vertical-align: middle;
	}

#pla .pri dl dd {
	display: table-cell;
	vertical-align: middle;
	}

#pla .pri dl dd:nth-child(1) {
	width: 190px;
	}

#pla .pri dl dd:nth-child(3) {
	width: 510px;
	}

#pla .pri dl dd:nth-child(5) {
	width: 120px;
	}

#pla .pri dl dd:nth-child(1) p {
	width: 100%;
	background: #768489;
	line-height: 190px;
	color: #ffffff;
	margin: 0px;
	}

#pla .pri dl dd:nth-child(3) li {
	width: 120px;
	height: 120px;
	border: 2px #768489 solid;
	line-height: 200%;
	margin: 5px 10px 5px 0px;
	padding: 25px 0px 0px 0px;
	float: left;
	box-sizing: border-box;
	}

#pla .pri dl dd:nth-child(3) li:nth-child(4n) {
	margin: 5px 0px 5px 0px;
	}

#pla .pri dl dd:nth-child(3) li:nth-child(3), #pla .pri dl dd:nth-child(3) li:nth-child(4), #pla .pri dl dd:nth-child(3) li:nth-child(5), #pla .pri dl dd:nth-child(3) li:nth-child(6) {
	line-height: 120px;
	padding: 0px 0px 0px 0px;
	}

#pla .pri dl dd:nth-child(5) p {
	width: 100%;
	background: #E4E7E8;
	border: 2px #768489 solid;
	line-height: 120px;
	margin: 0px;
	box-sizing: border-box;
	}

#pla .typ .pho {
	margin: 0px 30px 0px 0px;
	float: left;
	}

#pla .typ ul {
	float: left;
	}

#pla .typ li {
	width: 485px;
	margin: 30px 30px 0px 0px;
	float: left;
	text-align: center;
	}

#pla .typ li:nth-child(2n) {
	margin: 30px 0px 0px 0px;
	}

#pla .typ li h4 {
	width: 100%;
	background: #768489;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	}

#pla .typ li h4 span {
	font-size: 12px;
	}

#pla .typ li a {
	width: 100%;
	border: 1px #768489 solid;
	line-height: 280px;
	display: block;
	position: relative;
	box-sizing: border-box;
	}

#pla .typ li a img {
	display: inline-block;
	vertical-align: middle;
	}

#pla .typ li a span {
	width: 19px;
	height: 19px;
	background: url(img/zoo01.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}
}

@media screen and (max-width: 640px){

#pla h3 {
	width: 100%;
	border: 1px #768489 solid;
	font-size: 14px;
	line-height: 30px;
	color: #768489;
	margin: 0px 0px 10px 0px;
	text-align: center;
	box-sizing: border-box;
	}

#pla h3 span {
	font-family: 'Montserrat', serif;
	font-weight: 700;
	}

#pla .pri {
	margin: 0px 0px 20px 0px;
	}

#pla .pri dl {
	color: #768489;
	margin: 10px 0px 0px 0px;
	text-align: center;
	}

#pla .pri dl dt {
	width: 100%;
	font-size: 24px;
	line-height: 100%;
	margin: 0px 0px 10px 0px;
	}

#pla .pri dl dd {
	width: 100%;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}

#pla .pri dl dd:nth-child(1) p {
	width: 100%;
	background: #768489;
	line-height: 40px;
	color: #ffffff;
	margin: 0px;
	}

#pla .pri dl dd:nth-child(3) li {
	width: 32%;
	height: 90px;
	border: 2px #768489 solid;
	line-height: 200%;
	margin: 0px 2% 5px 0px;
	padding: 20px 0px 0px 0px;
	float: left;
	box-sizing: border-box;
	}

#pla .pri dl dd:nth-child(3) li:nth-child(3n) {
	margin: 0px 0px 5px 0px;
	}

#pla .pri dl dd:nth-child(3) li:nth-child(3), #pla .pri dl dd:nth-child(3) li:nth-child(4), #pla .pri dl dd:nth-child(3) li:nth-child(5), #pla .pri dl dd:nth-child(3) li:nth-child(6) {
	line-height: 90px;
	padding: 0px 0px 0px 0px;
	}

#pla .pri dl dd:nth-child(5) p {
	width: 100%;
	background: #E4E7E8;
	border: 2px #768489 solid;
	line-height: 40px;
	margin: 0px;
	box-sizing: border-box;
	}

#pla .typ .pho {
	width: 50%;
	margin: 0px auto 10px auto;
	display: block;
	}

#pla .typ li {
	width: 100%;
	margin: 20px 0px 0px 0px;
	float: left;
	text-align: center;
	}

#pla .typ li h4 {
	width: 100%;
	background: #768489;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
	margin: 0px 0px 5px 0px;
	}

#pla .typ li h4 span {
	font-size: 10px;
	}

#pla .typ li a {
	width: 100%;
	border: 1px #768489 solid;
	display: block;
	position: relative;
	box-sizing: border-box;
	}

#pla .typ li a img {
	width: 100%;
	}

#pla .typ li a span {
	width: 19px;
	height: 19px;
	background: url(img/zoo01.png) no-repeat;
	position: absolute;
	right: 10px;
	bottom: 10px;
	}

}


/* 構造 */

@media screen and (min-width: 641px){

#spe.cons ul {
	width: 100%;
	line-height: 150%;
	margin: 0px 0px 50px 0px;
	float: left;
	}

#spe.cons ul:last-child {
	margin: 0px 0px -20px 0px;
	}

#spe.cons ul h3 {
	width: 100%;
	border: 1px #768489 solid;
	font-size: 18px;
	line-height: 50px;
	color: #768489;
	margin: 0px 0px 0px 0px;
	text-align: center;
	box-sizing: border-box;
	}

#spe.cons ul li {
	width: 485px;
	margin: 30px 30px 0px 0px;
	float: left;
	}

#spe.cons ul li:nth-child(2n+1) {
	margin: 30px 0px 0px 0px;
	}

#spe.cons ul li h4 {
	width: 100%;
	background: #768489;
	font-size: 16px;
	font-weight: normal;
	line-height: 30px;
	color: #ffffff;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#spe.cons ul li img {
	margin: 0px 0px 0px 20px;
	float: right;
	}

#spe.cons ul li ol {
	width: 237.5px;
	margin: 0px 10px 20px 0px;
	float: left;
	}

#spe.cons ul li ol:nth-child(2n) {
	margin: 0px 0px 20px 0px;
	}

#spe.cons ul li ol h5 {
	font-size: 14px;
	color: #768489;
	margin: 0px 0px 5px 0px;
	}

}

@media screen and (max-width: 640px){

#spe.cons ul {
	width: 100%;
	margin: 0px 0px 20px 0px;
	float: left;
	}

#spe.cons ul:last-child {
	margin: 0px 0px -10px 0px;
	}

#spe.cons ul h3 {
	width: 100%;
	border: 1px #768489 solid;
	font-size: 14px;
	line-height: 30px;
	color: #768489;
	margin: 0px;
	text-align: center;
	box-sizing: border-box;
	}

#spe.cons ul li {
	width: 100%;
	margin: 20px 0px 0px 0px;
	float: left;
	}

#spe.cons ul li h4 {
	width: 100%;
	background: #768489;
	font-size: 14px;
	font-weight: normal;
	line-height: 25px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#spe.cons ul li img {
	width: 100px;
	margin: 0px 0px 0px 10px;
	float: right;
	}

#spe.cons ul li ol {
	width: 100%;
	margin: 0px 0px 10px 0px;
	float: left;
	}

#spe.cons ul li ol h5 {
	font-size: 12px;
	color: #596365;
	margin: 0px 0px 5px 0px;
	}

}


/* 資料請求 */

@media screen and (min-width: 641px){

#req {
	line-height: 150%;
	margin: 150px 0px 0px 0px;
	}

#req h3 {
	font-size: 32px;
	margin: 0px 0px 20px 0px;
	}

#req form {
	margin: 15px 0px 100px 0px;
	overflow: hidden;
	}

#req ul {
	margin: 0px 0px 50px 0px;
	float: left;
	}

#req label {
	width: 323px;
	border: 1px #768489 solid;
	margin: 15px 15px 0px 0px;
	padding: 19px;
	float: left;
	cursor: pointer;
	box-sizing: border-box;
	}

#req label:nth-child(3n) {
	margin: 15px 0px 0px 0px;
	}

#req label h4 {
	font-size: 16px;
	color: #768489;
	margin: 0px 0px 20px 0px;
	}

#req label img {
	margin: 0px 20px 0px 0px;
	float: left;
	}

#req ol {
	width: 100%;
	float: left;
	}

#req dl {
	width: 100%;
	border-top: 1px #BAC1C4 solid;
	padding: 10px 0px 10px 0px;
	}

#req dt {
	width: 250px;
	display: table-cell;
	vertical-align: middle;
	}

#req dt span {
	background: #ED4245;
	font-size: 10px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 2px 5px;
	text-align: center;
	}

#req dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#req dd {
	width: 750px;
	display: table-cell;
	}

#req dd p {
	margin: 20px 0px 0px 0px;
	}

#req input[type="text"] {
	width: 400px;
	padding: 10px;
	box-sizing: border-box;
	}

#req input[type="email"] {
	width: 400px;
	padding: 10px;
	box-sizing: border-box;
	}

#req input[type="tel"] {
	width: 400px;
	padding: 10px;
	box-sizing: border-box;
	}

#req select {
	padding: 10px;
	}

#req textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#req .send {
	width: 250px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7dea1+0,f0c24d+100 */
	
	background: #f7dea1; /* Old browsers */
	
	background: -moz-linear-gradient(top, #f7dea1 0%, #f0c24d 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top, #f7dea1 0%,#f0c24d 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom, #f7dea1 0%,#f0c24d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dea1', endColorstr='#f0c24d',GradientType=0 ); /* IE6-9 */	
	border: 1px #846A29 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	line-height: 38px;
	margin: 40px auto 0px auto;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	}

#req01 {
	margin: 150px 0px 0px 0px;
	}

#req.tha {
	margin: 0px 0px 0px 0px;
	}

#req.tha h2 {
	font-size: 18px;
	margin: 0px 0px 20px 0px;
	}

}

@media screen and (max-width: 640px){

#req {
	margin: 60px 0px 0px 0px;
	}

#req h3 {
	font-size: 16px;
	margin: 0px 0px 10px 0px;
	}

#req form {
	margin: 20px 0px 40px 0px;
	}

#req ul {
	margin: 0px 0px 20px 0px;
	overflow: hidden;
	}

#req label {
	width: 100%;
	border-right: 1px #768489 solid;
	border-bottom: 1px #768489 solid;
	border-left: 1px #768489 solid;
	font-size: 12px;
	padding: 19px;
	float: left;
	box-sizing: border-box;
	}

#req label:first-child {
	border-top: 1px #768489 solid;
	}

#req label h4 {
	font-size: 14px;
	color: #768489;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#req label img {
	width: 30%;
	margin: 0px 10px 0px 0px;
	float: left;
	}

#req dl {
	width: 100%;
	margin: 20px 0px 0px 0px;
	overflow: hidden;
	}

#req dt {
	width: 100%;
	font-weight: bold;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}

#req dt span {
	background: #ED4245;
	font-size: 10px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 2px 5px;
	text-align: center;
	}

#req dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#req dd {
	width: 100%;
	}

#req dd p {
	margin: 10px 0px 0px 0px;
	}

#req input[type="text"] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#req input[type="email"] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#req input[type="tel"] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#req select {
	padding: 10px;
	box-sizing: border-box;
	}

#req textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#req .send {
	width: 250px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f7dea1+0,f0c24d+100 */
	
	background: #f7dea1; /* Old browsers */
	
	background: -moz-linear-gradient(top, #f7dea1 0%, #f0c24d 100%); /* FF3.6-15 */
	
	background: -webkit-linear-gradient(top, #f7dea1 0%,#f0c24d 100%); /* Chrome10-25,Safari5.1-6 */
	
	background: linear-gradient(to bottom, #f7dea1 0%,#f0c24d 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f7dea1', endColorstr='#f0c24d',GradientType=0 ); /* IE6-9 */	
	border: 1px #846A29 solid;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	font-size: 16px;
	line-height: 38px;
	margin: 20px auto 0px auto;
	display: block;
	cursor: pointer;
	box-sizing: border-box;
	}

#req01 {
	margin: 60px 0px 0px 0px;
	}

#req.tha {
	margin: 0px 0px 0px 0px;
	}

#req.tha h2 {
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	}

}


/* 資料請求_アップセル */

@media screen and (min-width: 641px){

#requps {
	width: 100%;
	font-size: 16px;
	line-height: 180%;
	color: #000000;
	margin: 0 auto 0px auto;
	overflow: visible;
	}

#requps .main {
	width: 100%;
	background: #FFF6E5;
	line-height: 150%;
	margin: 0px 0px 50px 0px;
	padding: 30px 260px 30px 260px;
	box-sizing: border-box;
	}

#requps .main h3 {
	width: 100%;
	font-size: 24px;
	line-height: 130%;
	margin: 0px 0px 20px 0px;
	text-align: center;
	}

#requps .main span {
	color: #E60012;
	}

#requps .one {
	width: 100%;
	font-size: 21px;
	font-weight: bold;
	color: #E60012;
	margin: 0px 0px 50px 0px;
	text-align: center;
	}

#requps .off {
	margin: 0px 0px 70px 0px;
	float: left;
	}

#requps .off h4 {
	font-size: 21px;
	margin: 0px 0px 20px 0px;
	}

#requps .off h3 {
	font-size: 42px;
	color: #135DD6;
	margin: 0px 0px 30px 0px;
	}

#requps .off dl {
	width: 100%;
	margin: 50px 0px 0px 0px;
	}

#requps .off dt {
	width: 320px;
	margin: -10px 30px 0px 0px;
	float: left;
	}

#requps .off dd {
	width: 650px;
	float: left;
	}

#requps .off dd span {
	font-size: 28px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	display: block;
	}

#requps .off dd strike {
	font-size: 24px;
	margin: 0px 0px 0px 0px;
	display: block;
	}

#requps .off dd div {
	font-size: 24px;
	margin: 0px 0px 20px 100px;
	}

#requps .off dd p {
	font-size: 32px;
	font-weight: bold;
	margin: 0px 0px 30px 0px;
	}

#requps .off dd p font {
	color: #E60012;
	}

#requps .off dd u {
	font-weight: bold;
	}

#requps .fortit {
	font-size: 28px;
	font-weight: bold;
	color: #135DD6;
	margin: 0px 0px 80px 0px;
	}

#requps form {
	width: 100%;
	float: left;
	}

#requps form h3 {
	width: 100%;
	background: #2189DB;
	font-size: 36px;
	line-height: 80px;
	color: #ffffff;
	margin: 0px 0px 30px 0px;
	float: left;
	text-align: center;
	}

#requps form span {
	color: #00A37E;
	}

#requps ol .hid {
	display: none;
	}

#requps dl {
	width: 100%;
	border-bottom: 1px #BAC1C4 solid;
	font-size: 16px;
	margin: 30px 0px 0px 0px;
	padding: 0px 0px 30px 0px;
	float: left;
	}

#requps dl:first-child {
	border-top: 1px #BAC1C4 solid;
	border-bottom: 1px #BAC1C4 solid;
	padding: 30px 0px 30px 0px;
	}

#requps dt {
	width: 250px;
	font-weight: bold;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
	}

#requps dt span {
	background: #ED4245;
	font-size: 14px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 5px 10px;
	text-align: center;
	}

#requps dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#requps dd {
	width: 750px;
	display: table-cell;
	}

#requps dd label {
	display: block;
	}

#requps input[type="text"] {
	font-size: 16px;
	padding: 10px;
	}

#requps .nam {
	width: 200px;
	}

#requps input[type="email"] {
	width: 300px;
	font-size: 16px;
	padding: 10px;
	}

#requps .add {
	width: 100%;
	box-sizing: border-box;
	}

#requps input[type="tel"] {
	width: 200px;
	font-size: 16px;
	padding: 10px;
	}

#requps select {
	font-size: 16px;
	padding: 10px;
	}

#requps textarea {
	width: 100%;
	font-size: 16px;
	padding: 10px;
	box-sizing: border-box;
	}

#requps .send {
	width: 300px;
	background: #ffcc00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 28px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 60px;
	margin: 50px 0px 0px 0px;
	cursor: pointer;
	}

}

@media screen and (max-width: 640px){

#requps {
	color: #000000;
	}

#requps .main {
	width: 100%;
	background: #FFF6E5;
	margin: 0px 0px 25px 0px;
	padding: 15px;
	box-sizing: border-box;
	}

#requps .main h3 {
	width: 100%;
	font-size: 16px;
	line-height: 130%;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#requps .main span {
	color: #E60012;
	}

#requps .one {
	width: 100%;
	font-size: 16px;
	font-weight: bold;
	color: #E60012;
	margin: 0px 0px 25px 0px;
	text-align: center;
	}

#requps .off {
	margin: 0px 0px 35px 0px;
	float: left;
	}

#requps .off h4 {
	width: 100%;
	font-size: 14px;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#requps .off h3 {
	width: 100%;
	font-size: 21px;
	color: #135DD6;
	margin: 0px 0px 10px 0px;
	text-align: center;
	}

#requps .off dl {
	width: 100%;
	margin: 25px 0px 0px 0px;
	}

#requps .off dt {
	width: 100%;
	text-align: center;
	}

#requps .off dt img {
	width: 70%;
	}

#requps .off dd {
	width: 100%;
	text-align: center;
	}

#requps .off dd span {
	font-size: 18px;
	font-weight: bold;
	margin: 20px 0px 10px 0px;
	display: block;
	}

#requps .off dd strike {
	font-size: 18px;
	margin: 0px 0px 0px 0px;
	display: block;
	}

#requps .off dd div {
	font-size: 18px;
	margin: 0px 0px 10px 0px;
	}

#requps .off dd p {
	font-size: 24px;
	font-weight: bold;
	margin: 0px 0px 20px 0px;
	}

#requps .off dd p font {
	color: #E60012;
	}

#requps .off dd u {
	font-weight: bold;
	}

#requps .fortit {
	font-size: 18px;
	font-weight: bold;
	color: #135DD6;
	margin: 0px 0px 40px 0px;
	}

#requps form {
	width: 100%;
	}

#requps form h3 {
	width: 100%;
	background: #2189DB;
	font-size: 18px;
	line-height: 40px;
	color: #ffffff;
	margin: 0px 0px 10px 0px;
	float: left;
	text-align: center;
	}

#requps form span {
	color: #00A37E;
	}

#requps ol .hid {
	display: none;
	}

#requps dl {
	width: 100%;
	border-bottom: 1px #BAC1C4 solid;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 20px 0px;
	float: left;
	}

#requps dl:first-child {
	border-top: 1px #BAC1C4 solid;
	padding: 20px 0px 20px 0px;
	}

#requps dt {
	width: 100%;
	font-weight: bold;
	line-height: 25px;
	margin: 0px 0px 10px 0px;
	overflow: hidden;
	}

#requps dt span {
	background: #ED4245;
	line-height: 25px;
	color: #ffffff;
	margin: 0px 10px 0px 0px;
	padding: 0px 10px;
	float: left;
	text-align: center;
	}

#requps dt span.any {
	background: #aaaaaa;
	color: #ffffff;
	}

#requps dd {
	width: 100%;
	}

#requps input[type="text"] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#requps input[type="email"] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#requps input[type="tel"] {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#requps select {
	padding: 10px;
	box-sizing: border-box;
	}

#requps textarea {
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	}

#requps .send {
	width: 100%;
	background: #ffcc00;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	font-size: 24px;
	font-family: "メイリオ", Meiryo, Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-weight: bold;
	line-height: 50px;
	margin: 20px 0px 0px 0px;
	cursor: pointer;
	}

}
