@charset "UTF-8";

/* ---------- article -------------------- */
/* section */
section { display:block; }
/* section.main_image*/
.main_image {
	width:100%;
	max-width:1280px;
	height:510px;
	text-align:center;
	margin:0 auto 40px auto;
}
.visual {
	display:block;
	width:100%;
	height:390px;
	overflow:hidden;
}
.visual img {
	width:100%;
	height:auto;
}
.v01 img { margin-top:-16%; }
.v02 img { margin-top:-24%; }
.v03 img { margin-top:-26%; }
.v04 img { margin-top:-26%; }
.v05 img { margin-top:-10%; }
.main_image span {
	display:inline-block;
	background-color:rgba(255, 255, 255, 0.6);
	border-top-left-radius:5px;
	border-top-right-radius:5px;
	font-size:1.3em;
	letter-spacing:1px;
	padding:5px 10px;
	position:absolute;
	top:365px;
	right:10%;
}
.text_image {
	position:absolute;
	top:330px;
	left:10%;
}
.main_image p {
	width:800px;
	font-size:1.2em;
	line-height:1.8;
	text-align:left;
	margin:0 auto;
	position:absolute;
	top:440px;
	left:10%;
}
/* section.pick_up */
.pick_up {
	max-width:1300px;
	margin:0 auto 40px auto;
}
.pick_up h2 {
	background:url(../images/home_bar_pickup.gif) 0 100% repeat-x;
	width:800px;
	font-size:1.4em;
	font-weight:bold;
	letter-spacing:1px;
	text-align:center;
	margin:0 auto 20px auto;
	padding:8px 0;
}
.pick_up div {
	display:block;
	width:100%;
	height:310px;
}
.pick_up div dl {
	width:762px;
	margin-bottom:20px;
}
.single { background:url(../images/home_ba_single_bg.png) 85% 0 no-repeat; }
.single dl {
	float:left;
	margin-left:10%;
}
.family { background:url(../images/home_ba_family_bg.png) 5% 0 no-repeat; }
.family dl {
	float:right;
	margin-right:10%;
}
.pick_up div dl dt {
	text-align:center;
	margin-bottom:10px;
}
.pick_up div dl dd {
	float:left;
	padding:0 10px;
}
.pick_up div dl .bar { border-right:solid 1px #ccc; }
.pick_up div dl dd p {
	width:350px;
	font-size:1.2em;
	padding:5px;
}
/* section.inquiry */
.inquiry {
	background-color:#efe;
	margin-bottom:40px;
	padding:20px 0;
}
.inquiry h3 {
	text-align:center;
	margin:0 auto 10px auto;
}
.inquiry ul {
	width:500px;
	text-align:center;
	margin:0 auto 10px auto;
	padding-left:20px;
}
.inquiry ul li {
	float:left;
	list-style-type:disc;
	font-size:1.4em;
	margin:5px 30px;
}
.inquiry p {
	font-size:1.4em;
	font-weight:bold;
	text-align:center;
	margin:0 auto 5px auto;
}
.inquiry strong {
	display:block;
	font-size:2.4em;
	font-weight:bold;
	text-align:center;
	letter-spacing:1px;
}
.qr {
	display:block;
	margin:0 auto;
}
/* ---------- aside -------------------- */
aside {
	border:solid 3px #ccc;
	width:754px;
	margin:0 auto 40px auto;
	padding:20px;
}
aside strong {
	display:block;
	font-size:2.4em;
	font-weight:bold;
	text-align:center;
	letter-spacing:3px;
	margin:0 auto 10px auto;
}
aside>img {
	float:left;
	margin-right:20px;
}
aside p {
	font-size:1.2em;
	line-height:1.8;
	margin-bottom:10px;
	padding:10px 0;
}


@media only screen and (max-width: 768px) {
/* ---------- article -------------------- */
/* section.main_image*/
.main_image {
	height:330px;
	margin:36px auto 0 auto;
}
.main_image div div {
	width:100%;
	overflow:hidden;
}
.visual {
	width:auto;
	height:200px;
	position:relative;
	top:-50px;
}
.v01 img { margin-top:-2%; }
.v02 img { margin-top:-4%; }
.v03 img { margin-top:-5%; }
.v04 img { margin-top:-5%; }
.v05 img { margin-top:3%; }
.main_image span {
	border-top-left-radius:0;
	border-top-right-radius:0;
	font-size:1.1em;
	top:0;
	right:0;
}
.text_image {
	width:auto;
	height:40px;
	position:absolute;
	top:140px;
	left:2%;
}
.first {
	height:75px;
	top:105px;
}
.main_image p {
	width:90%;
	font-size:1.1em;
	line-height:1.6;
	top:190px;
	left:5%;
}
/* section.pick_up */
.pick_up {
	width:100%;
	margin:0 auto 40px auto;
}
.pick_up h2 {
	width:100%;
	font-size:1.3em;
}
.pick_up div { height:auto; }
.pick_up div dl {
	width:100%;
	margin:0 auto 20px auto;
}
.single { background:none; }
.single dl {
	float:none;
	margin-left:0;
}
.family { background:none; }
.family dl {
	float:none;
	margin-right:0;
}
.pick_up div dl dd {
	float:none;
	text-align:center;
	padding:0;
}
.pick_up div dl .bar { border-right:none; }
.pick_up div dl dd img {
	width:100%;
	max-width:500px;
	height:auto;
}
.pick_up div dl dd p {
	width:90%;
	text-align:left;
	margin:0 auto;
	padding:5px 2%;
}
/* section.inquiry */
.inquiry ul {
	width:96%;
	padding:0 2%;
}
.inquiry ul li {
	float:none;
	list-style-type:none;
	font-size:1.4em;
	margin:5px auto;
}
.inquiry p {
	width:90%;
	font-size:1.3em;
}
.qr { display:none; }
/* ---------- aside -------------------- */
aside {
	border:solid 3px #ccc;
	width:90%;
	padding:20px 2%;
}
aside strong { font-size:1.8em; }
aside>img {
	width:96%;
	max-width:350px;
	height:auto;
	margin:0 2% 10px 2%;
}
aside ul li { text-align:center; }
}