﻿


/*------------------------------------------------------------
	メイン画像
------------------------------------------------------------*/


.imgHolder01 {
	background: url(../image/main_01_sp3.jpg) left top no-repeat;
	background-size: cover;
}

.imgHolder02 {
	background: url(../image/main_02_pc.jpg) left top no-repeat;
	background-size: cover;
}


/*
@media only screen and (min-width: 737px) {
	
	.imgHolder01 {
		background: url(../img/location/main_01_pc.jpg?202300701) left top no-repeat;
		background-size: cover;
	}
	
	.imgHolder02 {
		background: url(../img/location/main_02_pc.jpg?202300701) left top no-repeat;
		background-size: cover;
	}

}
*/


/*------------------------------------------------------------
	LOCATION コンテンツ
------------------------------------------------------------*/


section#infoArea {
	border-top: 1px solid #ddd;
	padding: 30px 0 0;
}


section#infoArea div.oneHalf:nth-child(2) {
	padding: 10px 0 30px;
}

section#infoArea div.oneHalf table {
	width: 100%;
	margin-bottom: 15px;
}

section#infoArea div.oneHalf table caption {
	font-size: 1.5rem;
    font-family: 'Trenda W00 Semibold';
    font-style: italic;
	border-bottom: 1px solid #000;
	padding-bottom: 8px;
	margin-bottom: 5px;
}

section#infoArea div.oneHalf table tr {
	border-bottom: 1px dotted #ccc;
}


section#infoArea div.oneHalf table th,
section#infoArea div.oneHalf table td {
	font-size: 1.1rem;
	line-height: 1.6;
	vertical-align: middle;
}

section#infoArea div.oneHalf table th {
	width: 40%;
	color: #105028;
	color: #000;
	font-weight: bold;
	text-align: left;
	padding: 10px 0 10px 5px;
}

section#infoArea div.oneHalf table td {
	width: 60%;
	padding: 10px 5px 10px 10px;
}

section#infoArea div.oneHalf table td a {
	text-decoration: none;
}

section#infoArea div.oneHalf a:hover {
	text-decoration: underline;
}

section#infoArea div.oneHalf ul {
	text-align: center;
}

section#infoArea div.oneHalf ul li {
	display: inline-block;
	margin: 0 10px;
}

section#infoArea div.oneHalf ul li a {
	display: block;
	width: 40px;
	height: 40px;
	line-height: 38px;
	border: 1px solid #000;
	border-radius: 40px;
}


@media only screen and (min-width: 737px) {
	
	section#infoArea {
		padding: 50px 0 60px;
	}
	
	section#infoArea:last-of-type {
		border-bottom: 1px solid #ddd;
		margin-bottom: 60px;
	}
	
	section#infoArea div.contents div.oneHalf {
		width: 50%;
		margin: 0;
	}
	
	section#infoArea div.oneHalf:nth-child(2) {
		padding: 0;
	}
	
	section#infoArea div.oneHalf table {
		margin-bottom: 25px;
	}
	
	section#infoArea div.oneHalf table caption {
		font-size: 1.9rem;
		padding-bottom: 12px;
		margin-bottom: 10px;
	}

	section#infoArea div.oneHalf table th,
	section#infoArea div.oneHalf table td {
		font-size: 1.2rem;
	}
	
	section#infoArea div.oneHalf table th {
		width: 30%;
		padding: 20px 0 20px 20px;
	}
	
	section#infoArea div.oneHalf table td {
		width: 70%;
		padding: 20px 15px;
	}
	
	section#infoArea div.oneHalf ul li a {
		font-size: 1.5rem;
		width: 50px;
		height: 50px;
		line-height: 48px;
	}
	
	section#infoArea div.oneHalf ul li a:hover {
		border-color: #105028;
	}

}


/*------------------------------------------------------------
	GoogleMap
------------------------------------------------------------*/


div#mapCanvas {
	width: 100%;
	height: 280px;
	margin: 0 auto 20px;
}


@media only screen and (min-width: 737px) {
	
	div#mapCanvas {
		height: 460px;
		margin: 0 auto 40px;
	}
	
}






