@charset "UTF-8";

/* scroll Top */
#page-top{
	display: block;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 60px;
	height: 50px;
	background: rgba(63,165,54,.6);
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding-top: 12px;
	font-size: 24px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	z-index: 999999999999;
}
#page-top a{
	color: #fff;
}
#page-top:hover{
	background: rgba(63,165,54,.8);
}

/*----------------------------------------
　PC
-------------------------------------------*/
@media print, screen and (min-width: 681px){

span.break{
	display: block;
}

/* button */
.button{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}
.button a{
	background: #FFF;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 6px 10px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.button a:hover{
	background: #CCC;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 10px 6px 10px;
	display: block;
	color: #666;
	text-decoration: none;
}

.button-md{
	font-size: 1.25em;
	line-height: 170%;
	padding: 12px 24px 12px 24px;
}
.button-md a{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 24px 12px 24px;
}
.button-md a:hover{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 24px 12px 24px;
}

.imgover {
	-webkit-transition: 0.2s ease-in-out;
	-moz-transition: 0.2s ease-in-out;
	-o-transition: 0.2s ease-in-out;
	transition: 0.2s ease-in-out;
}
.imgover:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
}


#contents{
	width:100%;
	margin-top: 12px;
}

.boxTitle:after,
.menu:after,
.boxIntro:after,
.blockA:after,
.blockB:after,
.blockC:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.boxTitle,
.menu,
.boxIntro,
.blockA,
.blockB,
.blockC{
	zoom: 1;
}

.boxTitle{
	height:320px;
	background:#FFF;
	background-image:url(../image/title.jpg);
	background-position:center top;
	margin-bottom: 26px;
}

.boxTitle h2{
	font-size:4.4em;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	letter-spacing: 1px;
	padding-top: 36px;
	margin-bottom: 10px;
}
.boxTitle p{
	font-size:1.3em;
	color: #FFF;
	line-height: 185%;
	text-shadow: 0 -1px 1px #A2A7A8,
	1px 0 1px #A2A7A8,
	1px 1px 1px #A2A7A8;
}
.boxTitle p.title{
	font-size:2.6em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	color: #4EBAEE;
	line-height: 185%;
	text-shadow: 0 -1px 1px #FFF,
	1px 0 1px #A2A7A8,
	1px 1px 1px #FFF;
}

.menu {
	width: 1040px;
	margin: auto;
	margin-bottom: 40px;
}
.menu ul {
	padding-left: 0;
}
.menu li {
	font-size: 1.3em;
	margin-right: 20px;
}
.menu li a{
	background: #FFF;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 18px 10px 18px;
	display: block;
	color: #333;
	text-decoration: none;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
.menu li a:hover{
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 18px 10px 18px;
	display: block;
	color: #666;
	text-decoration: none;
}

.menu .inline-block {
	text-align: center;
}
.menu .inline-block li {
	display: inline-block;
}

.boxIntro {
	width: 1040px;
	margin: auto;
	margin-bottom: 40px;
}
.boxIntro h3{
	font-size:2.2em;
	font-weight: normal;
	color:#4EBAEE;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.boxIntro p{
	font-size:1.3em;
	line-height: 190%;
}
.boxIntro .image{
	float: right;
	margin-left: 30px;
}

#typeA,
#typeB,
#typeC,
#typeD {
	margin-top:-240px;
	padding-top:240px;
}


.blockA {
	margin-bottom: 26px;
}
.blockA h3{
	font-size: 2.2em;
	font-weight: normal;
	color: #111;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.blockA p{
	font-size: 1.3em;
	line-height: 190%;
}
.blockA .image{
	float: right;
	margin-left: 40px;
}


.blockA {
	margin-bottom: 20px;
}
.blockB .entry{
	float: left;
	width: 130px;
	text-align: center;
	margin-left: 30px;
	margin-right: 10px;
	margin-bottom: 0px;
}
.blockB .image{
}
.blockB h4{
	font-size: 1.1em;
	font-weight: normal;
	color: #111;
	line-height: 160%;
}
.blockB p.color{
	font-size: 1.8em;
	color: #333;
	padding-top: 60px;
}



.blockC {
	margin-bottom: 40px;
}
.blockC .image{
	float: left;
	margin-right: 40px;
}
.blockC h4{
	font-size: 1.6em;
	margin-bottom: 16px;
	letter-spacing: 2px;
}
.blockC p.lead{
	font-size: 1.3em;
	line-height: 170%;
	margin-bottom: 16px;
}
.blockC p.lead span.mini{
	font-size: 0.8em;
}
.blockC p.kazai{
	font-size: 1.0em;
	line-height: 180%;
}
.blockC p.designer{
	font-size: 1.2em;
	margin-bottom: 18px;
}
.blockC p.color{
	margin-bottom: 16px;
}
.blockC .button{
	padding: 0;
}

.bg-glay {
	background-color: #F5F5F5;
	padding: 32px 0 34px 0;
	margin-bottom: 50px;
}
.well {
	background-color: #FFF;
	padding-top: 30px;
	padding-bottom: 30px;
}

.titleLine{
	position: relative;
	clear: both;
	text-align: center;
	margin-bottom: 28px;
}
.titleLine h3{
	font-size: 2.0em;
	font-weight: normal;
	color: #333;
	letter-spacing: 2px;
	margin: 2em 0 1em 0;
}
.titleLine h3:before {
	content: "";
	display: block;
	border-top: solid 1px #CCC;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	z-index: 1;
}
.titleLine h3 span {
	background: #F5F5F5;
	padding: 0 20px;
	position: relative;
	z-index: 5;
}


}


/*----------------------------------------
　Mobile
-------------------------------------------*/
@media screen and (max-width: 680px){

#header p.logo,
#header p.logo-bk,
#header .sns{
	display: none;
}

img{
	min-width: 100%;
	height: auto;
}

.inner{
	width: 88%;
	height: auto;
}

/* button */
.button{
	font-size: 1.0em;
	line-height: 160%;
	letter-spacing: 1px;
	text-align: center;
	display: inline-block;
	white-space: nowrap;
	margin-bottom: 4px;
}
.button a{
	background: #FFF;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 8px 6px 8px;
	display: block;
	color: #333;
	text-decoration: none;
}
.button a:hover{
	background: #CCC;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 6px 8px 6px 8px;
	display: block;
	color: #666;
	text-decoration: none;
}

.button-md{
	font-size: 1.1em;
	line-height: 170%;
}
.button-md a{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 12px 12px 12px;
}
.button-md a:hover{
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 12px 12px 12px 12px;
}

#contents{
	width:100%;
	margin-top: 10px;
}

.boxTitle:after,
.menu:after,
.boxIntro:after,
.blockA:after,
.blockB:after,
.blockC:after{
	font-size:1px;
	content: "";
	display: block;
	height: 0;
	clear: both;
}
.boxTitle,
.menu,
.boxIntro,
.blockA,
.blockB,
.blockC{
	zoom: 1;
}


.boxTitle{
	background:#FFF;
	background-image:url(../image/title_mob.jpg);
	background-size: cover;
	background-position:center top;
	margin-bottom: 24px;
	padding-bottom: 24px;
}

.boxTitle h2{
	font-size:3.3em;
	color: #FFF;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 300;
	text-shadow: 0 0 8px #000;
	line-height: 120%;
	letter-spacing: 1px;
	padding-top: 24px;
	margin-bottom: 12px;
}
.boxTitle p{
	font-size:1.2em;
	color: #FFF;
	line-height: 180%;
	text-shadow: 0 0 8px #000;
}
.boxTitle p.title{
	font-size:2.0em;
	font-family: 'Ubuntu', sans-serif;
	font-weight: 500;
	letter-spacing: 1px;
	color: #009FE9;
	line-height: 185%;
	text-shadow: 0 -1px 1px #FFF,
	1px 0 1px #A2A7A8,
	1px 1px 1px #FFF;
}
.menu {
	width: 96%;
	margin: auto;
	margin-bottom: 20px;
}
.menu ul {
	padding-left: 0;
}
.menu li {
	float: left;
	width: 49%;
	font-size: 1.1em;
	margin-bottom: 0.6em;
	display: table;
}
.menu li:nth-child(even){
	float: right;
}

.menu li a{
	width: 49%;
	background: #FFF;
	border:1px solid #DEDEDE;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 18px 10px 18px;
	display: block;
	color: #333;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}
.menu li a:hover{
	width: 49%;
	background: #CCC;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px 18px 10px 18px;
	display: block;
	color: #666;
	text-decoration: none;
	display: table-cell;
	vertical-align: middle;
}

.boxIntro {
	margin-bottom: 26px;
}
.boxIntro h3{
	font-size:1.8em;
	font-weight: bold;
	color:#F1A5A5;
	letter-spacing: 1px;
	margin-bottom: 14px;
}
.boxIntro p{
	font-size:1.3em;
	line-height: 190%;
}
.boxIntro .image{
	margin-bottom: 12px;
}

#typeA,
#typeB,
#typeC,
#typeD {
}

.blockA {
	margin-bottom: 26px;
}
.blockA h3{
	font-size: 1.7em;
	font-weight: bold;
	color: #111;
	line-height: 160%;
	letter-spacing: 1px;
	margin-bottom: 16px;
}
.blockA p{
	font-size: 1.3em;
	line-height: 190%;
}
.blockA .image{
	width: 80%;
	margin: auto;
	margin-bottom: 12px;
}


.blockA {
	margin-bottom: 20px;
}
.blockB .entry{
	float: left;
	width: 26%;
	text-align: center;
	margin-right: 6px;
	margin-left: 10px;
	margin-bottom: 0px;
}
.blockB .image{
}
.blockB h4{
	font-size: 1.0em;
	font-weight: normal;
	color: #111;
	line-height: 150%;
}
.blockB p.color{
	font-size: 1.6em;
	color: #333;
	padding-top: 60px;
}


.blockC{
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: solid 1px #CCC;
}
.blockC .image{
	margin-bottom: 14px;
}
.blockC h4{
	font-size: 1.4em;
	margin-bottom: 10px;
	letter-spacing: 2px;
}
.blockC p.lead{
	font-size: 1.2em;
	line-height: 170%;
	margin-bottom: 12px;
}
.blockC p.lead span.mini{
	font-size: 0.8em;
}
.blockC p.kazai{
	font-size: 1.0em;
	line-height: 180%;
}
.blockC p.color{
	width: 60%;
	margin-bottom: 16px;
}
.blockC p.designer{
	font-size: 1.2em;
	margin-bottom: 18px;
}
.blockC .button{
	margin: auto;
	padding: 0;
	letter-spacing: 0px;
}

.bg-glay {
	background-color: #F5F5F5;
	padding: 28px 0 28px 0;
	margin-bottom: 40px;
}
.well {
	background-color: #FFF;
	padding-top: 18px;
	padding-bottom: 12px;
}

.titleLine{
	position: relative;
	clear: both;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 22px;
}
.titleLine h3{
	font-size: 1.5em;
	font-weight: bold;
	color: #111;
	letter-spacing: 2px;
	border-bottom: solid 1px #CCC;
	padding-bottom: 10px;
}

#footer .inner {
	width: 100%;
}


}

