@charset "utf-8";
.cont img{
	width: 100%;
	height: auto;
}
/*reset*/
section{
	font-size: 14px;
}
#wrapper h2{
	display: block;
}
.caution{
	font-size: 11px;
	clear: both;
}
.ie8 .cf{
	width: auto;
}
.ie8 .cont{
	min-width: 920px;
}
/*sec01*/
.sec01{
	margin-bottom: 30px;
}

/*sec02*/
.sec02{
	margin-bottom: 40px;
}
.sec02 .special{
	background: #eb6129;
	border-radius: 4px;
	padding: 6px;
	margin-bottom: 15px;
}
.sec02 .special .specialInner{
	border-radius: 2px;
	border: 1px dashed #ffffff;
	padding: 8px;
	text-align: center;
	color: #ffffff;
}
.sec02 .special .specialInner h2{
	font-size: 27px;
	font-weight: bold;
	margin-bottom: 10px;
}
.sec02 .special .specialInner .innerBox{
	float: left;
	width: 287px;
	margin-bottom: 10px;
	padding-right: 15px;
}
.sec02 .special .specialInner .innerBox .specialOver{
	min-height:104px;
}
.sec02 .special .specialInner .innerBox.right{
	padding-right: 0;
	width: 286px;
}
.sec02 .special .specialInner .center .specialOver{
	text-align: left;
}
.sec02 .special .specialInner .innerBox .specialTitle{
	font-size: 15px;
	padding: 15px;
	background: #fff45e;
	color: #e4221d;
	border-radius: 30px;
	font-weight: bold;
}
.sec02 .special .specialInner .right img{
	width: 80px;
}

.sec02 .corner{

}
.sec02 .corner h3{
	font-size: 16px;
	margin-bottom: 10px;
}
.sec02 .corner .cornerInner{
	border-radius: 4px;
	padding: 6px;
	width: 284px;
	margin-right: 15px;
	float: left;
}
.sec02 .corner .cornerInner.blue{
	background: #00a0e9;
}
.sec02 .corner .cornerInner.pink{
	background: #d5549a;
}
.sec02 .corner .cornerInner.purple{
	background: #942e8e;
	margin-right: 0;
	width: 285px;
}
.sec02 .corner .cornerInner .cornerInnerBox{
	border-radius: 2px;
	border: 1px dashed #ffffff;
	padding: 8px;
	text-align: center;
	color: #ffffff;
	min-height: 190px;
}
.sec02 .corner .cornerInner .cornerInnerBox .cornerInnerBoxLeft{
	width: 39%;
	float: left;
}
.sec02 .corner .cornerInner .cornerInnerBox .cornerInnerBoxRight{
	width: 60%;
	float: right;
	text-align: left;
}


@media screen and (max-width: 800px) {
	.sec02 .special{
		margin-left: 1%;
		margin-right: 1%;
	}
	.sec02 .special .specialInner .innerBox{
		float: none;
		width: 100%;
		padding: 0;
	}
	.sec02 .special .specialInner .innerBox .specialOver{
		min-height:0;
	}
	.sec02 .special .specialInner .innerBox.right{
		width: 100%;
		padding: 0;
	}
	.sec02 .special .specialInner .right img{
		width: 30%;
	}
	.sec02 .special .specialInner .innerBox li{
		display: inline-block;
		width: 50%;
		vertical-align: middle;
		margin-bottom: 10px;
	}
	.sec02 .special .specialInner .innerBox .specialTitle{
		width: 39%;
		margin: 0 2%;
	}

	.sec02 .corner .cornerInner{
		padding: 0.5%;
		width: 30.3333%;
		margin: 0 1%;
		display: inline-block;
	}
	.sec02 .corner .cornerInner.purple{
		width: 30.3333%;
	}
	.sec02 .corner .cornerInner .cornerInnerBox{
		padding: 5px;
	}
	.sec02 .corner .cornerInner .cornerInnerBox .cornerInnerBoxRight{
		font-size: 12px;
	}
}

@media screen and (max-width: 640px) {
	.sec02 .corner .cornerInner{
		width: auto;
		margin-bottom:10px;
	}
	.sec02 .corner .cornerInner.purple{
		width: auto;
		margin-right: 1%;
	}
	.sec02 .corner .cornerInner img{
		width: 70%;
	}
	.sec02 .corner .cornerInner .cornerInnerBox{
		min-height: 0;
	}
	.sec02 .corner .cornerInner .cornerInnerBox .cornerInnerBoxLeft{
		width: 20%;
	}
	.sec02 .corner .cornerInner .cornerInnerBox .cornerInnerBoxRight{
		font-size: 14px;
		width: 75%;
	}
}


@media screen and (max-width: 550px) {
	.sec02 .special .specialInner .innerBox li{
		width: 100%;
	}
	.sec02 .special .specialInner .innerBox .specialTitle{
		width: auto;
		margin-bottom: 20px;
	}

	.sec02 .corner .cornerInner{
		padding: 1%;
	}
	.sec02 .corner .cornerInner .cornerInnerBox .cornerInnerBoxLeft{
		width: 50%;
		float: none;
		margin: 0 auto;
	}
	.sec02 .corner .cornerInner .cornerInnerBox .cornerInnerBoxRight{
		width: auto;
		float: none;
	}
}

@media screen and (max-width: 480px) {
	.sec02 .special .specialInner .right img{
		width: 35%;
	}
}

/*sec03*/
.sec03 {
	clear: both;
}
.sec03 .location{
	padding: 0 15px;
	margin-bottom: 40px;
}
.sec03 .locationLeft{
	display: inline-block;
	width: 38%;
	padding-right: 1%;
	vertical-align: top;
}
.sec03 .locationLeft h3{
	color: #ffffff;
	background: #eb7a00;
	border-radius: 20px;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	margin-bottom: 30px;
}
.sec03 .locationLeft ul{
	font-size: 16px;
	margin-bottom: 10px;
	font-weight: bold;
	padding: 0 15px;
}
.sec03 .locationLeft dl{
	padding: 0 15px;
}
.sec03 .locationLeft dt{
	font-weight: bold;
	font-size: 16px;
}
.sec03 .locationLeft dd,
.sec03 .locationLeft dd a{
	font-size: 12px;
}
.sec03 .locationRight{
	display: inline-block;
	width: 60%;
}
.sec03 .locationRight img{
	display: none;
}
.ie8 .sec03 .locationRight img{
	display: block;
}

.ggmap {
position: relative;
/*padding-bottom: 56.25%;*/
padding-bottom: 30.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
.ie8 .ggmap{
	position: static;
	padding: 0;
	height: auto;
	overflow: visible;
}
.ie8 .ggmap iframe,
.ie8 .ggmap object,
.ie8 .ggmap embed {
	display: none;
}

@media screen and (max-width: 800px) {
	.ggmap {
		padding-bottom: 56.25%;
	}
}
@media screen and (max-width: 640px) {
	.sec03 .locationLeft{
		width: 100%;
		padding-right: 0;
		margin-bottom: 20px;
	}
	.sec03 .locationRight{
		width: 100%;
	}
}

/*product*/
.product{
	padding: 0 25px;
	position: relative;
	margin-bottom: 70px;
}
.product .productLead{
	font-weight: bold;
	font-size: 27px;
	line-height: 1.3;
	margin-bottom: 20px;
}
.product .productImg{
	float: right;
	width: 48%;
	font-size: 12px;
}
.product .productImg p{
	margin-bottom: 10px;
}
.product .productInner{
	float: left;
	width: 48%;
	font-size: 12px;
}
@media screen and (max-width: 800px) {
	.product{
		padding: 0 20px;
		margin-bottom: 50px;
	}
	.product .productImg{
		float: none;
		width: 60%;
		margin: 0 auto 20px;
	}
	.product .productImg p{
		font-size: 12px;
	}
	.product .productInner{
		float: none;
		width: auto;
	}
	.product .productInner p{
		font-size: 12px;
	}
}
@media screen and (max-width: 640px) {
	.product .productImg{
		width: auto;
	}
}

/*お詫び*/
.apology{
	padding: 20px;
	border: 1px solid #FF0000;
	text-align: center;
	margin-bottom: 20px;
}
.apology .apologyTitle{
	color: #FF0000;
	font-size: 18px;
	font-weight: bold;
}
.apology p{
	margin-bottom: 10px;
	font-size: 14px;
}
