section.page-sec {
    padding: 0 0 60px;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.12);
}

.map-access-wrap {
    position: relative;
}

/*--------------------------------------
.map-access-wrap .map-info {
    display: block;
    padding: 10px 20px;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    border-radius: 2px;
    right: 30px;
    top: 30px;
    z-index: 1;
}
----------------------------------------*/


/*タブレットの記述 */
/*
@media screen and (min-width: 480px) {
	.map-access-wrap .map-info {
	    display: block;
	    padding: 10px 20px;
	    position: absolute;
	    background-color: #fff;
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	    border-radius: 2px;
	    right: 30px;
	    top: 30px;
	    z-index: 1;
	}

}

@media screen and (min-width: 768px) {
	.map-access-wrap .map-info {
	    display: block;
	    padding: 10px 20px 50px;
	    position: absolute; 
	    background-color: #fff;
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	    border-radius: 2px;
	    right: 30px;
	    top: 30px;
	    z-index: 1;
	}

}

@media (max-width: 768px)
.map-access-wrap .map-info {
	    display: block;
	    padding: 10px 20px 50px;
	    position: absolute; 
	    background-color: #000;
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	    border-radius: 2px;
	    right: 30px;
	    top: 30px;
	    z-index: 1;

    position: static;
    margin-bottom: 30px;
}

*/
@media screen and (max-width:480px) {
 
	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
 	.map-access-wrap .map-info {
	    display: block;
	    padding: 10px 20px 50px;
	   /* position: absolute; */
	    background-color: #fff;
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	    border-radius: 2px;
	    right: 30px;
	    top: 30px;
	    z-index: 1;
	    position: static;
	    margin-bottom: 30px;

	}

}
@media screen and (min-width:481px) {
 
	/*　画面サイズが480px以下の場合ここの記述が適用される　*/
 	.map-access-wrap .map-info {
	    display: block;
	    padding: 10px 20px;
	    position: absolute; 
	    background-color: #fff;
	    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	    border-radius: 2px;
	    right: 30px;
	    top: 30px;
	    z-index: 1;
	}

}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

.map-access-wrap .map-info tr th {
    padding: 5px 0;
    vertical-align: top;
    padding-right: 15px;
    font-weight: 400;
}
caption, th {
    text-align: left;
}
td, th {
    padding: 0;
}
*, :after, :before {
    box-sizing: border-box;
}
user agent stylesheet
td {
    display: table-cell;
    vertical-align: inherit;
}

.map-access-wrap .map-access {
    max-width: 100%;
    padding-bottom: 40%;
    position: relative;
    top: 0;
    left: 0;
    height: 0;
    overflow: hidden;
}
.map-access-wrap .map-access #map-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.common-btn-color {
    color: #fff;
    background-color: rgba(1,174,155,.9);
}
.common-btn {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    padding: 0;
    text-decoration: none;
    text-align: center;
    border-radius: 2px;
    font-size: 14px;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}
.mg-b-20 {
    margin-bottom: 20px!important;
}
.mg-t-20 {
    margin-top: 20px!important;
}
