@charset 'utf-8';
/*▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼△▼  */

/* index_content_style.css */

/*★★★★★★★★★★ 共通設定用 ★★★★★★★★★★*/

/* タブレット縦向き スマホ横向き */
@media screen and (max-width:899px) {
	/*########### スライダとサブメニュー ###########*/

	#index_box {}

	.SD #index_left {
		float: none;
		width: 100%;
	}

	.SD .s_img {
		height: 300px;
	}

	.SD #index_right {
		float: none;
		padding-left: 0;
		width: 100%;
	}

	.SD #sub_navi li {
		float: left;
		padding: 0 5px 10px 5px;
		width: 50%;
	}

	/*########## access ##########*/

	.SD #access {
		display: block;
		position: relative;
	}

	.SD #address {
		display: block;
		width: 100%;
		margin-bottom: 1em;
		padding: 0;
	}
	
	.SD #map {
		display: block;
		width: 40%;
		position: absolute;
		top: 0;
		right: 0;
		padding: 0;
	}

	.SD #map img {
	}

	.SD p.map_text {
		padding: 10px 0;
		font-size: 1.3rem;
	}

	/*########## 住所と連絡先 ##########*/

	.SD #address dl {
		margin-bottom: 22px;
		font-size: 1.6rem;
	}

	.SD #address dt {
	}

	.SD #address dd {
		margin-left: 0;
	}
	.SD #address dd br{
		display: none;
	}

	.SD #address dd.add_text {
		margin-bottom: 0.5em;
		margin-left: 0;
	}
}

/* タブレット横向き */

@media screen and (min-width:900px) {}
