@charset "UTF-8";
/* CSS Document */

#contents h1 { background-image: url(../img/access_title.jpg); }

/* PC
------------------------------------------------------------------------------------*/
@media(min-width:768px) {
	
	#contentsInner section h2 {
		border-bottom: #aad88e solid 1px;
		color: #009f41;
		font-size: 22px;
		font-size: 2.2rem;
		line-height: 100%;
		text-align: center;
		margin: 64px 0px -4px;
		padding-bottom: 18px;
	}
	
	#contentsInner section h3 {
		border-left: #009f41 solid 4px;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 100%;
		margin: 36px 0px 24px;
		padding-left: 20px;
		clear: both;
	}
	
	/* section1 */
	#contentsInner section:nth-of-type(1) h2 { margin-top: 40px; }
	#contentsInner section:nth-of-type(1) p { margin: 28px 0px 20px 0px; }
	
	#contentsInner section:nth-of-type(1) div#map_canvas {
		width: 978px;
		height: 398px;
		border: 1px solid #ddd;
	}
	
	a#btn_gmap {
		margin-top: -14px;
		float: right;
		display: inline-block;
		background: url(../img/access_arrowR_pc.gif) no-repeat left center;
		background-size: 6px;
		text-decoration: none;
		padding-left: 13px;
	}
	a#btn_gmap:hover { text-decoration:underline; }
	
	/* section2 */
	#contentsInner section:nth-of-type(2) h3 + p { margin-top: -4px; }
	#contentsInner section:nth-of-type(2) h3 + p + p { margin: 20px 0px; }
	
	#contentsInner section:nth-of-type(2) p + img {
		width: 520px;
		margin-bottom: 40px;
		float: left;
	}
	
	#contentsInner section:nth-of-type(2) p + img + p {
		width: 420px;
		float: right;
	}
	
	#contentsInner section:nth-of-type(2) p + img + p span {
		background: #eee;
		display: block;
		margin: 20px 0px;
		padding: 12px 16px;
	}
	
	#contentsInner section:nth-of-type(2) div {
		width: 215px;
		position: relative;
		margin-bottom: 36px;
		margin-right: 40px;
		float: left;
	}
	#contentsInner section:nth-of-type(2) div:first-of-type { clear: both; }
	#contentsInner section:nth-of-type(2) div:last-of-type { margin-right: 0px; }
	
	#contentsInner section:nth-of-type(2) div:after {
		width: 10px;
		height: 16px;
		content: "";
		background: url(../img/access_arrowR_pc.gif) center no-repeat;
		display: inline-block;
		position: absolute;
		top: 72px;
		right: -25px;
		margin: 0px;
	}
	#contentsInner section:nth-of-type(2) div:last-of-type:after { display: none; }
	
	#contentsInner section:nth-of-type(2) div p { margin-top: 12px; }
	
	#contentsInner section:nth-of-type(2) ol {
		width: 270px;
		display: block;
		float: right;
	}
	
	#contentsInner section:nth-of-type(2) ol li { margin-bottom: 22px; }
	
	#contentsInner section:nth-of-type(2) ol li span {
		width: 20px;
		height: 15px;
		background: #009f41;
		-webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
		color:#ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 12px;
		font-size: 1.2rem;
		line-height: 100%;
		text-align: center;
		text-decoration:none;
		vertical-align: middle;
		display: inline-block;
		margin: -5px 10px 0px -30px;
		padding-top: 5px;
	}
	
	#contentsInner section:nth-of-type(2) p:first-of-type {
		margin: 20px 0 !important;
	}
	
}
	
	
/* スマホ
------------------------------------------------------------------------------------*/
@media(max-width:767px) {	
	
	#contentsInner section h2 {
		border-bottom: #aad88e solid 1px;
		color: #009f41;
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 100%;
		text-align: center;
		margin-top: 32px;
		padding-bottom: 16px;
	}
	
	#contentsInner section h3 {
		border-left: #009f41 solid 4px;
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 100%;
		margin: 24px 0px 12px;
		padding-left: 12px;
		clear: both;
	}
	
	/* section1 */
	#contentsInner section:nth-of-type(1) h2 { margin-top: 24px; }
	#contentsInner section:nth-of-type(1) p {
		text-indent: -4.3em;
		margin: 12px 0px 12px 4.3em;
	}
	
	#contentsInner section:nth-of-type(1) div#map_canvas {
		width: 100%;
		height: 300px;
	}

	#contentsInner section:nth-of-type(1) div#map_canvas iframe {
		width: 100%;
	}
	
	#contentsInner section:nth-of-type(1) p:nth-of-type(2) {
		text-indent: 0;
		margin: 12px 0px;
	}
	a#btn_gmap {
		float: right;
		display: inline-block;
		background: url(../img/access_arrowR_pc.gif) no-repeat left center;
		background-size: 6px;
		text-decoration: none;
		padding-left: 13px;
	}
	a#btn_gmap:hover { text-decoration:underline; }

	
	/* section2 */
	#contentsInner section:nth-of-type(2) h3:first-of-type {
		margin-top: 12px;
	}
	
	#contentsInner section:nth-of-type(2) h3 + p + p {
		text-indent: -4.3em;
		margin: 12px 0px 16px 4.3em;
	}
	
	#contentsInner section:nth-of-type(2) p + img + p { margin-top: 16px; }	
	
	#contentsInner section:nth-of-type(2) p + img + p span {
		background: #eee;
		display: block;
		margin: 20px 0px;
		padding: 12px 16px;
	}
	
	#contentsInner section:nth-of-type(2) p + img + p span strong {
		display: inline-block;
		padding-bottom: 8px;
	}
	
	#contentsInner section:nth-of-type(2) div {
		position: relative;
		margin: 20px 0px 32px;
	}
	#contentsInner section:nth-of-type(2) div:last-of-type { margin-bottom: 0px; }
	
	#contentsInner section:nth-of-type(2) div img {
		width: 35.6%;
		float: left;
	}
	
	#contentsInner section:nth-of-type(2) div p {
		width: 58.3%;
		float: right;
	}
	
	#contentsInner section:nth-of-type(2) div:before {
		width: 12px;
		height: 7px;
		content: "";
		background: url(../../common/img/arrowD.gif) center no-repeat;
		background-size: 12px;
		display: inline-block;
		position: absolute;
		bottom: -19px;
		left: 50%;
		margin: 0px;
	}
	#contentsInner section:nth-of-type(2) div:last-of-type:before { display: none; }
	
	#contentsInner section:nth-of-type(2) ol { margin-left: 24px; }
	#contentsInner section:nth-of-type(2) ol li { margin-top: 14px; }
	#contentsInner section:nth-of-type(2) ol li span {
		width: 16px;
		height: 12px;
		background: #009f41;
		-webkit-border-radius:50%;
    -moz-border-radius:50%;
    border-radius:50%;
		color:#ffffff;
		font-family: 'Montserrat', sans-serif;
		font-size: 10px;
		font-size: 1rem;
		line-height: 100%;
		text-align: center;
		text-decoration:none;
		vertical-align: middle;
		display: inline-block;
		margin: -4px 8px 0px -24px;
		padding-top: 4px;
	}
	#contentsInner section:nth-of-type(2) p:first-of-type {
		margin: 20px 0 !important;
	}
	
}