@charset "utf-8";
/* CSS Document スマートフォン版 全共通css*/
@media screen and (max-width: 960px) {
	/*SP非表示*/
	.sp {
		display: block !important;
	}
	/*/PC非表示*/
	.pc {
		display: none !important;
	}
	/* リセット */
	html {
		scroll-padding-top: 0; /* ヘッダー固定アンカー調整 */
	}
	body {
		-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
		width: 100%;
		min-width: auto;
		font-size: 1.5rem;
		line-height: 1.7;
		letter-spacing: 0;
	}
	.font_l {
		font-size: 1.8em !important;
	}
	.font_s {
		font-size: 1.3em !important;
	}
	.photo_right {
		float: right;
		margin-left: 15px;
	}
	.photo_left {
		float: left;
		margin-right: 15px;
	}
	/* 画像リンク */ /*スマホ動作なし*/
	a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	* img {
		max-width: 100%;
		height: auto;
	}
	/* 基本レイアウト */
	body {
		border-top: solid 4px #92277c;
	}
	body > header {
		margin: -4px auto 0 auto;
	}
	body > footer {
		width: 100%;
		height: 90px;
		margin: 0 auto;
		background-color: #E5E5E1;
		border-bottom: solid 4px #92277C;
	}
	/* 以上基本レイアウト */
	/*ヘッダー*/
	body > header h1 {
		width: 120px;
		height: 70px;
		margin-left: 35px;
		border-radius: 0px 0px 10px 10px;
		border-top: solid 4px #fff;
		border-bottom: solid 4px #92277c;
	}
	body > header h1 img {
		width: 90px;
		height: auto;
	}
	/*/ヘッダー*/
	/* pagetop */
	#gototop {
		display: none !important;
	}
	/*フッター*/
	body > footer .inside {
		display: block;
		height: 90px;
		padding-top: 25px;
	}
	body > footer .inside .menu_area {
		margin-bottom: 5px;
		text-align: center;
	}
	body > footer .inside .menu_area a {
		height: 20px;
	}
	body > footer .copyright {
		padding-bottom: 0;
		font-size: 1.1rem;
		text-align: center;
	}
	/*/フッター*/
}