
/* 共通 */
section h2 {
    font-size: 1.8rem;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 0.5em;
    padding-left: 1em;
    position: relative;
}
section h2:before {
    content: '';
    display: block;
    width: 4px;
    height: 1.2em;
    background: #367bc3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    position: absolute;
    left: 0px;
    top: -0.1em;
}

/* ルート */
.root {
    margin-bottom: 40px;
    position: relative;
}
.root .rootmap {
    margin-bottom: 30px;
    text-align: center;
}
.root .rootmap .map_link {
    margin-top: 15px;
}
.root .rootmap .map_link a {
    font-size: 1.6rem;
    font-weight: 500;
    color: #fff;
    display: inline-block;
    padding: 0.2em 2em;
    background: #367bc3;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.vbox-title {
    font-size: 1.8rem;
}

/* Googleマップ */
.googlemap {
    margin-bottom: 40px;
}
.googlemap iframe {
    height: 400px;
}

/* 駐車場 */
.parking {
    margin-bottom: 40px;
    position: relative;
}
.parking .appearance {
    width: 160px;
	float: right;
	margin: 0 0 0 15px;
}
.parking .parking_contact {
    margin-top: 3em;
}
.parking .access_img {
    width: 180px;
    position: absolute;
    top: 93px;
    right: 15px;
}

@media (min-width: 360px) {
}

@media (min-width: 414px) {
}

@media (min-width: 768px) {
section h2 {
    font-size: 2.2rem;
}
section h2:before {
    top: 0;
}

/* ルート */
.root {
    margin-bottom: 60px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.root .rootmap {
    width: 48%;
    margin-bottom: 0;
}
.root .rootmap .map_link {
    margin-top: 20px;
}
.root .rootmap .map_link a {
    font-size: 1.8rem;
    padding: 0.2em 2em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
.root .rootdetail {
    width: 48%;
}

/* Googleマップ */
.googlemap {
    margin-bottom: 60px;
}
.googlemap iframe {
    height: 500px;
}

/* 駐車場 */
.parking {
    margin-bottom: 60px;
	display: flex;
	display: -ms-flexbox; /* IE10 */
	display: -webkit-box; /* Android4.3以下、Safari3.1～6.0 */
	display: -webkit-flex; /* Safari6.1以降 */
    -webkit-box-orient:horizontal;
    -webkit-box-direction:reverse;
    -webkit-flex-direction:row-reverse;
    -ms-flex-direction:row-reverse;
    flex-direction:row-reverse;
    -webkit-box-pack:justify;
    -webkit-justify-content:space-between;
    -ms-flex-pack:justify;
    justify-content:space-between;
}
.parking:after {
    content: none;
}
.parking .appearance {
    width: 50%;
	float: none;
}
.parking .access_img {
    width: 50%;
    top: auto;
    bottom: 5px;
    right: 30px;
}
}

@media (min-width: 1200px) {
/* 共通 */
header {
}
section {
    overflow: hidden;
}
section article.contents {
	padding: 100px 0px;
}

section h2 {
    font-size: 2.4rem;
}

/* ルート */
.root {
    margin-bottom: 80px;
}
.root .rootmap {
}

/* Googleマップ */
.googlemap {
    margin-bottom: 80px;
}
.googlemap iframe {
    height: 570px;
}

/* 駐車場 */
.parking .access_img {
    width: 55%;
    bottom: 10px;
    right: 0px;
}
}

@media (min-width: 1320px) {
}


