@charset "UTF-8";


body {
	font-family: sans-serif;
	background: #FFFFCC;
	background: linear-gradient(#fff, #FFFF99);
}
#site-wrapper{
	max-width: 1000px;
	margin: 0 auto;
	background-color: #fff;
	padding: 50px 0;
}
header{
	padding: 0 10px;
	position: relative;
}
address{
	position: absolute;
	top: 0;
	right: 10px;
	text-align: right;
	z-index: 2;
}
address img{
	width: 55%;
}
.contact{
	border: 1px solid #000;
 	padding: 5px;
 	font-weight: bold;
}
.tel-link{
	font-size: 38px; font-size: 3.8rem;
	font-family: Helvetica;
	font-weight: bold;
	display: inline-block;
 	margin-left: 5px;
	vertical-align: middle;
}
#main{
	text-align: center;
	padding-top: 35%;
	margin-bottom: 50px;
	background: url(../images/main-img.jpg) no-repeat;
	background-size: 100%;
}
h2{
	width: 82%;
	margin: 0 auto;/*ブロックレベル要素を中央揃え*/
}
h3{
	font-weight: bold;
	font-size: 25px; font-size: 2.5rem;
	margin-bottom: 5px;
}
#contents{
 	width: 100%;
 	margin: 0 auto 50px;
 	display: table;
 	border-collapse:separate;
    border-spacing:30px 0;
}
section{
	font-size: 18px; font-size: 1.8rem;
	display: table-cell;
	width: 50%;
	padding-top: 20%; /*200px*/
	text-align: center;
}
section dl{
	text-align: left;
}
.buna{
	background: url(../images/herabuna-img.jpg) no-repeat;
	color: #004097;
}
.buna dt{
	  border: 1px solid #004097;
}
.kingyo{
	background: url(../images/kingyo-img.jpg) no-repeat;
	color: #E50012;
}
.kingyo dt{
	  border: 1px solid #E50012;
}

section img{
	width: 80%;
}
.buna, .kingyo{
	background-size: 100%;
}

section dt{
	font-weight: bold;
	float: left;
	clear: left;
	text-align: center;
	padding: 1px;
	width: 5em;
}
section dd{
	padding: 1px 0 10px 6em;
}
.notice{
	width: 80%;
	margin: 0 auto 50px;
	border-bottom: 1px solid #000;
	border-top: 1px solid #000;
	padding: 20px 10px;
	position: relative;
}
.points{
	position: absolute;
	top: 15px;
	right: 0;
	width: 50%;
}
.pink{
	font-weight: bold;
	font-size: 28px; font-size: 2.8rem;
	color: #E3007F;
}
.pink-s{
	font-weight: bold;
	font-size: 22px; font-size: 2.2rem;
	color: #E3007F;
	text-align: center;
}
.points img{
	position: absolute;
	top: -30px;
	right: -60px;
	width: 30%;
}
.notice dl{
	margin-bottom: 10px;
}
.notice dt{
	font-weight: bold;
	font-size: 18px; font-size: 1.8rem;
	float: left;
	clear: left;
	padding: 1px;
	width: 5em;
}
.notice dd{
	font-size: 18px; font-size: 1.8rem;
	padding: 1px 0 10px 6em;
}

aside{
	width: 90%;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}
aside a{
	display: block;
	background: url(../images/link-bg.jpg) center center no-repeat;
}
aside a img{
	width: 330px;
	margin: 0 auto;
}
aside p{
	font-weight: bold;
	font-size: 20px; font-size: 2.0rem;
	color: #cc0000;
}

footer{
	background-color: #FFCC00;
	text-align: center;
	padding: 10px 0;
}
