@charset "utf-8";
@import url("page.css");
/* CSS Document */
#title {
	display: block;
	margin: 20px 0 30px;
	width: 100%
}

#title {
	display: block;
	margin: 0;
	width: 100%
}

#title h1 img {
	height: auto;
	width: 100%;
}

.subtit {
	font-family: 'Sawarabi Mincho','Hannari',"NotoSansCJKjp-Light","ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", 'serif';
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	text-align: center;
	background-color: #0AA6AE;
	margin: 20px auto;
	padding: 5px;
	width: 98%;
	border-radius: 6px;
	box-sizing: border-box;
}

#nursery {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#nursery img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#ph-nursery {
	display: block;
	margin: 0 auto;
	width: 90%;
}
#nursery dl {
	display: block;
	margin: 10px 0;
	width: 100%;
}
#nursery dt {
	font-size: 18px;
	font-weight: 600;
}
#nursery dd {
	padding: 0;
	width: 100%;
}
#nursery table {
	font-weight: 600;
	margin: 20px 0 0;
	width: 100%;
}
#nursery table, tr, th, td {
display: block;
max-width: 100%;
}
#nursery th {
	text-align: left;
	padding: 1px 0;
	width: 100%;
}
#narsery td {
	padding: 1px 0;
	width: 100%;
}

#map {
	display: block;
	margin: 0 auto;
	width: 100%;
}

#map img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#access {
	display: block;
	margin: 30px auto;
	width: 96%;
}
#access img {
	height: auto;
	width: 100%;
}

#access h1 {
	margin: 0;
	width: 100%;
}
#access p {
	margin: 10px auto;
	width: 98%;
}



#accmap {
	margin: 20px auto 0;
	position: relative;
	padding-bottom: 56%;
	padding-top: 20px;
	height: 0;
	width: 98%;
	overflow: hidden;
}
 
#accmap iframe,
#accmap object,
#accmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.map_control {
	font-size: 14px;
	text-align: center;
	margin: 5px;
	width:100%;
}

@media only screen and (min-width: 769px) {

#title {
	margin: 0 auto;
	width: 1015px;
}
#title h1 {
	background-image: url(../images/access/title.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	height: 301px;
	width: 1015px;	
}

.subtit {
	display: none;
}

#nursery {
	display: block;
	margin: 101px auto 116px;
	width: 795px;
}

#ph-nursery {
	display: block;
	margin-right: 60px;
	float: left;
	width: 286px;
}
#nursery dl {
	display: block;
	margin: 6px 0 0;
	float: right;
	width: 412px;
}
#nursery dt {
	font-size: 22px;
	font-weight: 600;
}
#nursery dd {
	padding: 0;
	width: 412px;
}
#nursery table {
	font-weight: 600;
	margin: 40px 0 0;
	width: 412px;
}
#nursery th, td {
display: table-cell;
padding: 1px 0;
max-width: 100%;
}
#nursery th {
	text-align: left;
	width: 90px;
}
#narsery td {
	width: 322px;
}

#map {
	display: block;
	margin: 0 auto;
	width: 700px;
}

#access {
	display: block;
	margin: 101px auto 50px;
	width: 836px;
}

#access h1 {
	background-image: url(../images/access/ti_acc.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 36px;
	width: 836px;
}

#access p {
	margin: 33px auto 0;
	width: 739px;
}
.traffic01 {
	background-image: url(../images/access/acc_bus.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	height: 110px;
	width: 739px;
}

.traffic02 {
	background-image: url(../images/access/acc_jr-car.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	height: 110px;
	width: 739px;
}

#accmap {
	display: block;
	margin: 0 auto 112px;
	padding: 0;
	height: 403px;
	width: 888px;
}

#accmap iframe,
#accmap object,
#accmap embed {
	position: absolute;
	top: 0;
	left: 0;
	height: 403px;
	width: 888px;
}

.map_control {
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	width:100%;
}

}