@charset "UTF-8";
/* CSS Document */


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

PC,タブレットの設定 480px以上の場合に適用 

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

/* ヘッダー */
#header {
	position: static!important;
	}



/* メイン */
#main {
	width: 1000px;
	overflow: hidden;
	margin: 50px auto 100px auto;
	font-family: "Hiragino Sans","ヒラギノ角ゴシック",YuGothic,'Yu Gothic',"meiryo","sans-serif","lucida grande",'Noto Sans Japanese';
	}
	
#main-contents {
	width: 700px;
	float: left;
	margin-right: 50px;
	}

.post h2 {
	width: 700px;
	height: 50px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 18px;
	border-bottom: 3px solid #87724e;
	}

.post h2 a {
	margin-left: 15px;
	}

#side-menu {
	float: right;
	width: 250px;
	}

.post > p {
	width: 680px;
	margin: 20px auto 15px auto;
	line-height: 2.0;
	}
	
.post img, .post p img {
	width: 100%;
	height: auto;
	display: block;
	}
	
.postinfo {
	border-top: 1px dotted #AAAAAA;
	padding-top: 10px;
	margin-bottom: 50px;
	text-align: right;
	}	
	
#side-menu .widgettitle {
	border-bottom: 3px solid #87724e;
	height: 50px;
	width: 250px;
	line-height: 50px;
	padding-left: 10px;
	font-size: 16px;
	}

#side-menu ul li ul {
	width: 250px;
	margin-bottom: 30px;
	}

#side-menu ul li ul li {
	line-height: 50px;
	height: 50px;
	width: 248px;
	padding-left: 10px;
	box-sizing: border-box;
	font-size: 13px;
	border-bottom: 1px dotted #AAAAAA;
	overflow: hidden;
	}

#side-menu ul li ul li:nth-child(even) {
	background-color: #F7F7F7;
	}


/* フッター */
#footer #map {
	overflow: hidden;
	}

#footer #map .left {
	width: 530px;
	}

#footer .left p {
	margin-bottom: 10px;
	font-size: 14px;
	}

#footer .left table {
	width: 100%;
	text-align: center;
	border: 1px solid #87724e;
	margin-bottom: 10px;
	}

#footer .left table tr th {
	background-color: #e5f9f8;
	border-bottom: 1px solid #87724e;
	border-right: 1px solid #87724e;
	text-align: center;
	padding: 5px;
	}

#footer .left table tr td {
	border-right: 1px solid #87724e;
	padding: 5px;
	}

#footer #map .right {
	width: 650px;
	height: 650px;
	}

#footer .right iframe {
	width: 100%;
	height: 100%;
	display: block;
	}

#footer #chosakuken {
	background-color: #8ecfd6;
	height: 55px;
	color: #FFFFFF;
	}

#footer #chosakuken p {
	line-height: 55px;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	-webkit-font-smoothing: antialiased;
	font-size: 14px;
	}
	

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

SPの設定 480px以下の場合に適用 

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

@media screen and (max-width: 480px){

/* メイン */
#main {
	margin: 40px auto 70px auto;
	overflow: hidden;
	width: 95%;
	}
	
#main-contents {
	width: 100%;
	float: none;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	}

.post h2 {
	width: 100%;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	overflow: hidden;
	}

.post h2 a {
	margin-left: 10px;
	}

#side-menu {
	float: none;
	width: 100%;
	margin: 50px auto 0 auto;
	font-size: 12px;
	}

.post > p {
	width: 95%;
	margin: 20px auto 15px auto;
	line-height: 1.8;
	font-size: 14px;
	}
	
.postinfo {
	border-top: 1px dotted #000000;
	padding-top: 10px;
	margin-bottom: 40px;
	text-align: right;
	font-size: 14px;
	}

#main iframe {
	max-width: 100%;
	overflow: hidden;
	}	

#main-contents .post img, #main-contents .post p img {
	max-width: 480px;
	width: 100%;
	}
	
#side-menu .widgettitle {
	width: 100%;
	padding-left: 10px;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	}

#side-menu ul li ul {
	width: 100%;
	}

#side-menu ul li ul li {
	width: 100%;
	height: 45px;
	line-height: 45px;
	}
	

/* フッター */
#footer #map .left {
	width: 95%;
	margin: 0 auto 50px auto;
	}

#footer .left p {
	margin-bottom: 20px;
	}

#footer .left img {
	width: 80%;
	height: auto;
	display: block;
	}

#footer #map .right {
	width: 100%;
	height: 250px;
	}

#footer #chosakuken {
	height: 45px;
	padding-bottom: 160px;
	}

#footer #chosakuken p {
	line-height: 45px;
	font-size: 14px;
	}


}