@charset "utf-8";

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

	/*スマホでは表示しない*/
	.rss,
	.pc,
	.tab,
	.pc_tab,
	.gmenu,
	.fmenu{
		display: none;
	}
	
	/*スマホのみ表示する*/
	.sp{
		display: block;
	}
	
	h1{
		font-size: 1.5em;
		padding-bottom: 10px;
	}
	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;
		position: fixed;
		bottom: 0;
		z-index: 500;
		background-color: #37beec;
		filter: drop-shadow(0 -3px 3px rgba(0,0,0,0.2));
	}
	.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.png");
	}
	.spm ul li.spm_02 a{
		background-image: url("../all_img/org/spm_02.png");
	}
	.spm ul li.spm_03 a{
		background-image: url("../all_img/org/spm_03.png");
	}
	.spm ul li.spm_04 a{
		background-image: url("../all_img/org/spm_04.png");
	}
	.spm ul li.spm_05 a{
		background-image: url("../all_img/org/spm_05.png");
	}
	
	
	#bg{
		padding-bottom: 50px;
		min-width: 320px;
	}
	
	
	/*スマホドロワーメニュー*/
	.drawer_menu{
		z-index: 600;
		position: fixed;
		top: 0;
		right: -280px;
		width: 280px;
		height: 100%;
		overflow: scroll;
		background-color: rgba(0,128,189,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 #fff;
	}
	
	/*ドロワーメニューの下をスクロールしない*/
	body.open{
		overflow: hidden;
	}
	
	/*ヘッダー*/
	#header{
		width: 100%;
		min-width: 320px;
	}
	
	#siteid{
		float: none;
		width: 100%;
		margin: 0 auto;
	}
	#siteid h1,
	#siteid p a{
		width: 100%;
		background-position: center top;
	}
	
	/*問い合わせ*/
	
	.sp_toiawase{
		text-align: center;
		color: #0080BD;
		width: 300px;
		margin: 0 auto;
		margin-bottom: 20px;
	}
	.sp_toiawase p.denwa a,
	.sp_toiawase p.mform a{
		width: 100px;
		background-color:#F8F3D6 !important;
		margin: 0;
		font-size: 1rem;
	}
	.sp_toiawase p.denwa a{
		float: left;
	}
	.sp_toiawase p.mform a{
		float: right;
	}
	
	/*パンくずリスト*/
	#pankuzu{
		margin-bottom: 10px;
	}
	#pankuzu ul{
		width: 95%;
	}
	
	/*コンテンツページ*/
	
	.page_title{
		padding: 30px 0;
	}
	.page_title h1{
		width: 95%;
	}
	
	#wrap_in{
		width: 95%;
	}
	#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;
	}
	
	/*フッター*/
	
	#footer_in{
		width: 100%;
	}
	
	.mado_shop{
		position: static;
		width: 100%;
		background-color: #fff;
	}
	.mado_shop a{
		width: 100%;
		height: 160px;
		background-position: center top;
	}
	
	.shop_info{
		padding: 10px;
		text-align: center;
	}
	.info_name{
		float: none;
		margin: 0 auto;
		height: 60px;
	}
	
	.fmenu ul{
		width: 100%;
	}
	
	/*＝＝＝＝＝＝*/
	/*トップページ*/
	/*＝＝＝＝＝＝*/
	
	
	.toppage h2{
		margin: 0;
		padding: 10px 0;
	}
	
	
	.slide_01 p img{
		height: 200px !important;
		width: auto !important;
	}
	
	.toppage .recom{
		width: 95%;
	}
	.recom ul{
		margin: 0 0 0 -4%;
	}
	.recom li{
		margin: 0 0 10px 4%;
	}
	.col2 ul{
		margin: 0;
	}
	.col2 li{
		width: 100%;
		margin: 0 0 10px 0;
	}
	.col3 li,
	.col4 li{
		width: 46%;
	}
	
	.col6 li{
		width: 29%;
	}
	
	/*ニューストピックス*/
	#news_topics{
		width: 95%;
	}
	#news_topics .time{
		display: block;
	}
	#news_topics dl{
		margin: 0 0 10px 0;
	}
	#news_topics dd,
	#news_topics .new + dd{
		margin-left: 0;
	}
	
	
	.toppage .contents_2,
	.toppage .contents_3{
		width: 95%;
	}
	
	.toppage .row_1{
		background-size: cover;
		overflow: hidden;
	}
	
	
	/*＝＝＝＝＝＝＝*/
	/*メールフォーム*/
	/*＝＝＝＝＝＝＝*/
	
	.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%;
	}
	
}


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














