/* PC・スマホ共通スタイル記述 */
/* ============================================

============================================ */	

@media print, screen and (min-width: 721px) {
/* PC用のスタイル記述 */

.pc { display: block;}
.phone { display: none;}

body {
	background:url(../img/bg_pc.png) no-repeat center top;
}

/* ============================================
	header
============================================ */
#header {
    width: 1000px;
    margin: 0 auto 60px;
    padding: 50px 0 0;
}
#header h1 {
	margin: 0 0 40px; 
}

ul.menu {
	width:360px;
	overflow:hidden;
}
	ul.menu li {
        background: #333333;
        overflow: hidden;
        margin: 0 0 10px;
	}
	ul.menu li a {
		display: block;
        color: #FFF;
        text-decoration: none;
        font-weight: bold;
        font-size: 145%;
        padding: 10px;
	}
    ul.menu li a span {
        font-size: 70%;
    }
    ul.menu li a:after {
        content: '';
        display: inline-block;
        width: 25px;
        height: 25px;
        background-image: url(../img/ico_arrow2.png);
        background-size: contain;
        vertical-align: middle;
        float: right;
    }
	ul.menu li:hover {
        background: #666;
	}
		
/* ============================================
	wrapper
============================================ */
#wrapper {
	width:1000px;
	margin:0 auto;
	overflow:auto;
}

h2.main_ttl {
    font-weight: bold;
    text-align: center;
    font-size: 230%;
    margin-bottom: 30px;
    line-height: 110%;
	clear:both;
}

#map-canvas,
#map-canvas2,
#map-canvas3 {
	width:400px;
	height:400px;
	margin-bottom:20px;
}
.left_box {
	width:400px;
	margin-right:30px;
	margin-bottom: 80px;
	float:left;
}
	.left_box img {
		width:100%;
		margin-bottom:20px;
	}
#wadamisaki_box {
	background:url(../img/circle_wadamisaki.png) no-repeat right top;
}
#nagata_box {
	background:url(../img/circle_nagata.png) no-repeat right top;
}
#suzurandai_box {
	background:url(../img/circle_suzuran.png) no-repeat right top;
}
    
.right_box {
	width:570px;
	float:right;
    margin-bottom: 80px;
}
	.right_box .info {
		font-size:130%;
		margin-bottom:25px;
	}
	.right_box .info h3 {
		font-weight: bold;
		margin-bottom: 10px;
	}
	.right_box .info p {
		font-weight:bold;
		font-size:150%;
        line-height: 140%;
	}
	.right_box .info p span {
		display: block;
	}
	.right_box .info span.fSS {
		font-size:65%;
	}
	.right_box .info table {
		font-weight:bold;
	}
	.right_box .info table td {
		font-size: 150%;
   		padding: 5px;
	}
	.right_box .info table th {
		padding-right: 10px;
		font-weight: bold;
		vertical-align: middle;
	}
	
	.right_box table.address {
		margin-bottom:25px;
	}
	.right_box table.address th {
		font-weight:bold;
		padding-right:10px;
	}

    .info_change {
        background: #fed6de;
        border: 2px solid #ff0047;
        margin: 0 0 30px;
        padding: 20px;
        color: #ff0047;
        font-weight: bold;
        font-size: 150%;
        line-height: 140%;
    }
    .info_change h3 {
        margin: 0 0 10px;
    }
    .info_change p span {
        width: 3.5em;
        display: inline-block;
    }
.link_map {
	background:#333;
	background: #333;
    padding: 5px 0 5px 15px;
    width: 200px;
	margin-bottom:20px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
	.link_map a {
		background: url(../img/ico_arrow.png) no-repeat right 13px top 5px;
		background-size: 15px;
		color: #A6D416;
		text-decoration: none;
		font-weight: bold;
		display: block;
	}
	.link_map a:hover {
		color:#FFF;
	}

h4.ttl_car,
h4.ttl_bike,
h4.ttl_motor,
h4.ttl_bicycle {
    padding-left: 45px;
    font-size: 120%;
    font-weight: bold;
	margin-bottom:5px;
}
h4.ttl_car {background:url(../img/ico_car.png) no-repeat; background-size: 35px;}
h4.ttl_bike {background:url(../img/ico_bike.png) no-repeat; background-size: 35px;}
h4.ttl_motor {background:url(../img/ico_mb.png) no-repeat; background-size: 35px;}
h4.ttl_bicycle {background:url(../img/ico_bicycle.png) no-repeat; background-size: 35px;}

h4.ttl {
	font-size: 120%;
    font-weight: bold;
	margin-bottom:5px;
}
table.price {
	background:#FFF;
	border-top:#93BD13 2px solid;
	width:100%;
	margin-bottom:20px;
}
	table.price th,
	table.price td {
		padding:8px;
		border-bottom:#93BD13 2px solid;
	}
	table.price th {
		border-right:#333 1px dashed;
		width:140px;
		font-weight:bold;
		line-height:125%;
	}
	table.price th span {
		font-size:80%;
	}

ul.caution {
	margin-bottom:80px;
}
	ul.caution li {
		background: url(../img/ico_circle.png) no-repeat left;
		background-size: 10px;
		padding-left: 17px;
	}
	
/* ============================================
	page top
============================================ */
#page-top {
    position: fixed;
    right: 20px;
}
#page-top a {
    background: #333;
    width: 60px;
    padding: 10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #333;
}
/* ============================================
	footer
============================================ */
div#footer {
	background:#333;
	padding:6px;
	color:#fff;
	text-align:center;
	font-size:80%;
}


} /* end media */