@charset "utf-8";

/* スマホ */
@media only screen and (max-width:768px){

	/*スマホでは表示しない*/
	.rss,
	.pc,
	.tab,
	.pc_tab,
	.gmenu,
	.fmenu{
		display: none;
	}
	
	/*スマホのみ表示する*/
	.sp{
		display: block;
	}
	
	table{
		border-bottom: 1px solid #ccc;
	}
	th,td{
		display: block;
		border-bottom: none;
	}
	
	table.table_01{
		border-bottom: none;
	}
	.table_01 th,
	.table_01 td{
		display: block;
		border-bottom: 1px dashed #ccc;
	}
	
	
	/*スマホ固定メニュー*/
	.spm{
		width: 100%;
		height: 50px;
		padding-top: 10px;
		position: fixed;
		bottom: 0;
		z-index: 500;
		background-color: #8cc63f;
		color: #fff;
		filter: drop-shadow(-10px 0 5px rgba(0,0,0,0.3));
	}
	.spm ul{
		margin: 0 auto;
		padding: 0;
		list-style: none;
		width: 100%;
		display: table;
	}
	.spm ul li{
		margin: 0;
		padding: 0;
		width: 20%;
		display: table-cell;
	}
	.spm ul li a{
		display: block;
		width: 100%;
		height: 20px;
		padding-top: 30px;
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 60px auto;
		font-size: 10px;
		text-align: center;
		vertical-align: bottom;
		color: #fff;
	}
	.spm ul li.spm_01 a{
		background-image: url("../all_img/org/spm_01.svg");
	}
	.spm ul li.spm_02 a{
		background-image: url("../all_img/org/spm_02.svg");
	}
	.spm ul li.spm_03 a{
		background-image: url("../all_img/org/spm_03.svg");
	}
/*
	.spm ul li.spm_04 a{
		background-image: url("../all_img/org/spm_04.svg");
	}
*/
	.spm ul li.spm_05 a{
		background-image: url("../all_img/org/spm_05.svg");
	}
	
	
	#bg{
		padding-bottom: 60px;
		min-width: 320px;
	}
	
	
	/*スマホドロワーメニュー*/
	.drawer_menu{
		z-index: 600;
		position: fixed;
		top: 0;
		right: -280px;
		width: 280px;
		height: 100%;
		overflow: scroll;
		background-color: rgba(0,0,0,0.85);
		transition: .35s ease-in-out;
	}
	.active{
		right: 0;
	}
	
	.drawer_menu .menu-trigger{
		display: block;
		width: 50px;
		height: 20px;
		margin: 10px;
		padding: 30px 0 0 0;
		color: #fff;
		font-size: 10px;
		text-align: center;
		vertical-align: bottom;
		background-image: url("../all_img/org/close.png");
		background-repeat: no-repeat;
		background-size: 50px auto;
		position: fixed;
		right: -280px;
		bottom: 0;
		transition: .35s ease-in-out;
	}
	.drawer_menu.active .menu-trigger{
		display: block;
		right: 0;
	}
	
	/*ドロワーメニューのスタイル*/
	.menu_block{
		padding: 10px 10px 60px 10px;
	}
	.menu_block h2{
		margin: 0;
		padding: 5px;
		font-size: 100%;
		color: #000;
		background-color: #fff;
	}
	.menu_block ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.menu_block p,
	.menu_block li{
		margin: 0;
		padding: 0;
	}
	.menu_block a{
		color: #fff;
	}
	.menu_block p a,
	.menu_block li a{
		display: block;
		padding: 10px;
		border-bottom: 1px dashed #333;
	}
	
	/*ドロワーメニューの下をスクロールしない*/
	body.open{
		overflow: hidden;
	}
	
	body{
		font-size: 1em;
	}
	h1{
		font-size: 1.4rem;
		padding: 10px 20px;
	}
	
	
	#bg{
		background: none;
		width: 100%;
	}
	
	
	
	/*ヘッダー*/
	#header{
		width: 100%;
		min-width: 320px;
	}
	
	#siteid{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#siteid h1,
	#siteid p a{
		height: 60px;
		background-position: center top;
		background-size: 320px auto;
	}
	
	/*パンくずリスト*/
	#pankuzu{
		margin-bottom: 10px;
	}
	#pankuzu ul{
		width: 95%;
	}
	
	/*コンテンツページ*/
	#wrap_in,
	.contentspage #wrap_in{
		width: 95%;
		padding: 0;
	}
	#wrap_in img{
		max-width: 100% !important;
		height: auto !important;
	}
	
	#unit_a{
		width: 100%;
		float: none;
	}
	
	iframe{
		width: 100%;
	}
	
	
	#unit_b{
		width: 100%;
		float: none;
	}
	
	/*フッター*/
	.info{
		width: 300px;
	}
	.info p{
		font-size: 1rem;
	}
	.info address{
		font-size: 0.9rem;
		margin-bottom: 20px;
	}
	
	
	
	/*＝＝＝＝＝＝*/
	/*トップページ*/
	/*＝＝＝＝＝＝*/
	
	.topmain{
		margin: 0 auto;
		margin-bottom: 200px;
		width: 320px;
	}
	
	.gmenu{
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}
	.gmenu li{
		display: block;
		float: none;
	}
	.gmenu li a{
		display: block;
		width: 100%;
		margin-left: 0;
	}
	.gmenu li img{
		width: 300px !important;
		height: auto !important;
	}
	
	.toppage .gmenu{
		position: absolute;
		top: 180px;
	}
	
	/*＝＝＝＝＝＝＝*/
	/*メールフォーム*/
	/*＝＝＝＝＝＝＝*/
	
	.form_label,
	.form_input{
		width: 100%;
	}
	.form_input{
		border: none;
	}
	.form_input input[type='text'],
	.mail_form textarea{
		width: 94%;
	}
	
	
	/*＝＝＝＝＝＝*/
	/*サイトマップ*/
	/*＝＝＝＝＝＝*/
	
	.site_map li.layer_1,
	.site_map li.layer_2{
		width: 100%;
		margin: 0 0 20px 0;
		min-height: inherit;
	}
	
	.site_map a{
		font-size: 100%;
	}
	.site_map ul{
		margin-bottom: 10px;
	}
	
	/*＝＝＝＝＝＝*/
	/*インデックス*/
	/*＝＝＝＝＝＝*/
	
	.index li{
		width: 96%;
	}
	
	/*＝＝＝＝＝＝*/
	/*　アイテム　*/
	/*＝＝＝＝＝＝*/
	
	#item_list .item_category_l,
	#item_list .item_category{
		margin-bottom: 10px;
		width: 100%;
	}
	#item_list .item_category_l,
	#item_list .item_category{
		clear: both;
	}
	#item_list li a span{
		padding: 15px;
	}
	
	/*検索リンク*/
	ul.kensakulink li{
		margin: 0 3px;
	}
	ul.kensakulink li img{
		width: 100px !important;
	}
	
	/*詳細ページ*/
	
	.item_image_min{
		width: 320px;
		margin: 0 auto;
		margin-bottom: 10px;
	}
	.item_image_min ul li{
		width: 152px;
		height: 114px;
		overflow: hidden;
		float: left;
		margin-bottom: 16px;
	}
	.item_image_min ul li:nth-child(odd){
		margin: 0 0 16px 0;
	}
	.item_image_min ul li img{
		width: 100% !important;
		height: auto !important;
	}
	
	
	
	
	
	
	
	
	
	
}


/* iPhone 4 ----------- */
@media only screen and (-webkit-min-device-pixel-ratio : 1.5),only screen and (min-device-pixel-ratio : 1.5) {
	
	
}














