@charset "UTF-8";
@media screen and (max-width: 640px) {


	#header {
		display:none;
	}
	#header_smt {
		position: fixed;
		top: 0;
		width:100%;
		height: 30px;
		margin:0 auto;
		padding:10px 0;
		background: #fff;
	}
	#header_smt img{
		max-width: 40%;
	}
	#header_smt h1{
		text-align:center;
		margin-bottom: 10px;
	}
	#icatch {
		width:100%;
	}
	#contents {
		width: 100%;
	}
	body {
		background-image: none;
	}
	#f_nav_smt {
		display: table;
		width: 100%;
		height: 50px;
		position: fixed;
		bottom: 0;
		left: 0;
		z-index: 999;
		border-top: 3px solid #95bfe7;
		table-layout: fixed;
		background-size: auto 100%;
		margin: 0;
		padding: 0;
	}
	#f_nav_smt li {
		display: table-cell;
		padding: 10px 5px 8px;
		position: relative;
		text-align: center;
		vertical-align: middle;
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0.00, #0b4ebd), color-stop(1.00, #0b1a67));
		border-right: 1px solid #FFF;
		border-top: 1px solid #FFF;
	}
	#f_nav_smt li a {
		color: #fff;
	}
	tel::before {
		content: "\f095"
	}
/*ナビ*/
	#nav-drawer {
		position: fixed;
		padding:10px;
	}
	/*チェックボックス等は非表示に*/
	.nav-unshown {
		display:none;
	}
	/*アイコンのスペース*/
	#nav-open {
		display: inline-block;
		width: 30px;
		height: 22px;
		vertical-align: middle;
	}
	/*ハンバーガーアイコンをCSSだけで表現*/
	#nav-open span, #nav-open span:before, #nav-open span:after {
		position: absolute;
		height: 3px;/*線の太さ*/
		width: 25px;/*長さ*/
		border-radius: 3px;
		background: #555;
		display: block;
		content: '';
		cursor: pointer;
	}
	#nav-open span:before {
		bottom: -8px;
	}
	#nav-open span:after {
		bottom: -16px;
	}

	/*閉じる用の薄黒カバー*/
	#nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0;/*全体に広がるように*/
		left: 0;
		width: 100%;
		height: 100%;
		background: black;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	/*中身*/
	#nav-content {
		overflow: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;/*最前面に*/
		width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
		max-width: 330px;/*最大幅（調整してください）*/
		height: 376px;/*嶋戸変更（元々は100％）*/
		background: #fff;/*背景色*/
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(-105%);
		transform: translateX(-105%);/*左に隠しておく*/
	}
/*simato追加　ここから*/
	#nav-content li{
		width: 100%;
		list-style-type: none;
	}
	#nav-content li a{
		display: block;
		padding: 12px 0 10px;
		background-color: #fff;
		color: #000000;
		border-bottom: 1px solid #000000;
		text-align: center;
		text-decoration: none;
		font-size: 15px;
	}
	#nav-content ul{
		padding: 0px;
		margin: 0px;
	}
/*simato追加　ここまで*/
	/*チェックが入ったらもろもろ表示*/
	#nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: .5;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}
	#menu{
		display:none;
	}
	#headWrap{
		display:none;
	}
	#main {
		width: 100%;
	}
/*  ========05_miyage 画像block======== */
	.photo {
		width:100%;
		margin-left:3px;
		margin-bottom:5px;
	}
	.photoInner {
		display: inline;
		width: 30%;
		margin-left: 1%;
	}
	.photoInner img{
		max-width: 100%;
	}
/*  ========01_kodawari (shimato)======== */
div.div100-hpi img.figure {
		width:100%;
		margin: 0 0 0em 20px;
}

}

