@charset "utf-8";

/*//////////////////////////////////////////////////////////////////////////////

	直行ライナー

//////////////////////////////////////////////////////////////////////////////*/

/** 共通ファイルの継承 **/
@import url( "../../css/common.css" );

/*------------------------------------------------------------------------------

	ヘッダー画像

------------------------------------------------------------------------------*/

main > header {
    background-image: url(../img/header_image.jpg);
	background-position: center;
}

/*------------------------------------------------------------------------------

	contents

------------------------------------------------------------------------------*/

main .index_link .sado  {
	width: 100%;
}

.map {
	position: relative;
    width: 80%;
	margin: 2.5em auto 2em;
    padding-top: 61.67%;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width: 767px){
.map {
    width:100%;
	margin:1em auto 1em;
	padding-top: 100%;
}	
}
