@charset "utf-8";
/* CSS Document スマートフォン版 全共通css*/
@media screen and (max-width: 750px) {
	/*SP非表示*/
	.sp {
		display: block !important;
	}
	/*/PC非表示*/
	.pc {
		display: none !important;
	}
	/* リセット */
	html {
		scroll-padding-top: 49px; /* ヘッダー固定アンカー調整 */
	}
	body {
		-webkit-text-size-adjust: 100%; /* フォントサイズ自動調整 */
		width: 100vw;
		min-width: auto;
		font-size: 1.15rem;
	}
	.photo_right {
		float: right;
		margin-left: 15px;
	}
	.photo_left {
		float: left;
		margin-right: 15px;
	}
	a:hover {
		text-decoration: underline;
	}
	/* 画像リンク */ /*スマホ動作なし*/
	a:hover img {
		opacity: 1.0;
		filter: alpha(opacity=100);
	}
	/* 基本レイアウト */
	body {}
	#wrapper {
		min-width: auto;
	}
	#container {
		min-width: auto;
	}
	body > header {
		width: 100vw;
	}
	#contents {
		width: 100vw;
	}
	body > footer {
		width: 100vw;
		min-width: auto;
		height: 37px;
		font-size: 1.1rem;
		line-height: 37px;
	}
	/* 以上基本レイアウト */
	/*ヘッダー*/
	body > header {
		width: 100%;
		min-width: auto;
		line-height: 0;
		font-size: 1.0rem;
	}
	body > header .inside {
		position: relative;
		display: flex;
		justify-content: space-between;
		align-items: center;
		width: 95%;
		height: 66px;
	}
	body > header .inside .txt_area {}
	body > header .inside .txt_area h1 {
		margin-right: 0;
	}
	body > header .inside .txt_area h1 img {
		width: auto;
		height: 32px;
	}
	body > header .inside .contact_area {}
	body > header .inside .contact_area .tit {
		display: none;
	}
	body > header .inside .contact_area .office_area img {
		width: 11px;
		height: auto;
	}
	body > header .inside .contact_area .tit, body > header .inside .contact_area .office_area .office img {
		margin: 0 3px;
	}
	body > header .inside .contact_area .tel {
		font-size: 1.5rem;
		line-height: 1.5rem;
	}
	body > header .inside .contact_area .name {
		width: 62px;
		font-size: 1.0rem;
		line-height: 1.4rem;
	}
	body > header .inside .contact_area #menu_btn {
		margin: 0 0 0 6px;
	}
	body > header .inside .contact_area #menu_btn img {
		width: 30px;
	}
	/*/ヘッダー*/
	/*グローバルナビ*/
	#gnav {
		display: none;
		position: absolute;
		right: 0;
		top: 0;
		width: 100%;
		max-width: none;
		height: auto !important;
		max-height: 100vh !important;
		padding: 20px 2.5%;
		background-color: rgba(0, 0, 0, 0.8);
		color: #fff;
		z-index: 100;
	}
	#gnav .close {
		text-align: right;
		line-height: 0;
		cursor: pointer;
	}
	#gnav ul {
		display: block;
		height: auto;
		margin: 30px 0;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1;
		font-weight: 700;
	}
	#gnav ul li {
		list-style: none;
		width: 100%;
		margin-bottom: 3em;
	}
	#gnav ul li:last-child {
		margin-bottom: 0;
	}
	#gnav ul li a {
		color: #fff;
		text-decoration: none;
		font-weight: 400;
	}
	#gnav ul li a::after {
		content: " >";
	}
	#gnav li:last-child {
		margin-top: 4em;
	}
	/*/グローバルナビ*/
	/* pagetop */
	#gototop {
		display: none !important;
	}
	/*フッター*/
	/*/フッター*/
}