/*------------------------------------------------
　スカヘルネット テンプレート
　2020/04/24 作成
  copyright sukaherunet
------------------------------------------------*/
* {
	box-sizing: border-box;
}
body	{
	margin: 0;
	padding: 0;
	font: 16px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	line-height: 1.6;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-direction: column;
	position: relative;
}
h1,h2,h3,h4,h5,
div,p,dl,dt,dd,
ul,ol,li,
figure,form	{
	margin: 0;
	padding: 0;
	font-size: 1em;
}
ul	{
	list-style-type: none;
}
img	{
	width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
}
table {
	max-width: 99%;
	width: auto;
	border: 1px solid #D4D4D4;
	border-collapse: collapse;
	font-size: 0.9em;
}
table~table {
	margin-top: 10px;
}
table th, table td {
	border: 1px solid #D4D4D4;
	padding: 5px;
	font-weight: normal;
}
a	{
	color: #06f;
	transition: 0.5s;
}
a:hover	{
	color: #f60;
	text-decoration: none;
}
iframe {
	width: 100%;
}

/* section --------------------*/
section	{
	margin-bottom: 30px;
}
section[id],
article[id]	{
	margin-top: -30px;
	padding-top: 30px;
}

/* wrapper / container
------------------------------------------------------------------------------*/
#wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	position: relative;
	overflow: hidden;
}

/* header
------------------------------------------------------------------------------*/
header {
	width: 100%;
	margin: 0 auto;
	height: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
}
header .inner {
	max-width: 1200px;
	width: 100%;
	margin: auto;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
header .inner h1 {
	margin-left: 15px;
}
header .inner h1 img {
	width: 380px;
	height: auto;
}
header .inner .txt {
	padding-right: 10px;
	text-align: right;
	font-size: 1.15em;
	color: #122f8d;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 0.05em;
}
/* menubar
------------------------------------------------------------------------------*/
/* PC版 --------------------*/
.menubar {
	background: -webkit-linear-gradient(#FFF, #e7e7e7);
	background: linear-gradient(#FFF, #e7e7e7);
	border-top: 1px solid #d4d4d4;
	border-bottom: 5px solid #122f8d;
}
.menubar ul {
	max-width: 1200px;
	width: 100%;
	height: 60px;
	margin: 0 auto;
	display: flex;
}
.menubar ul li {
	width: calc(100% / 6);
	position: relative;
	border-right: 1px solid #d4d4d4;
}
.menubar ul li:first-child {
	border-left: 1px solid #d4d4d4;
}
.menubar ul li a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 65px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: #333;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-shadow: 0 2px #fff;
	text-decoration: none;
	transition: 0s;
}
.menubar ul li a span {
	color: #122f8d;
	font-size: 9px;
	display: block;
	font-weight: normal;
	letter-spacing: 0.2em;
}
.menubar ul li a:hover {
	background: #fff;
	border-bottom: 5px solid #2d5fff;
	padding-top: 5px;
	color: #122f8d;
}
/* タブレット/SP版 --------------------*/
#menubar-s {
	display: none;
}
#menubar-s ul {
	display: flex;
	flex-wrap: wrap;
	border-top: 1px solid #d4d4d4;
	border-bottom: 1px solid #d4d4d4;
}
/*メニュー１個ごとの設定*/
#menubar-s ul li {
	width: calc(100% / 2);
	text-align: center;
	font-weight: bold;
}
#menubar-s ul li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #d4d4d4;
	color: #333;
	padding: 8px 0;
}
#menubar-s ul li:nth-child(odd) a {
	border-right: 1px solid #d4d4d4;
}
#menubar-s ul li:nth-child(7) a {
	border-bottom: 0;
}
#menubar-s ul li a:hover {
	color: #122f8d;
}
#menubar-s ul li a span {
	color: #122f8d;
	font-size: 9px;
	display: block;
	font-weight: normal;
}

/*３本バーブロック*/
#menubar_hdr {
	display: none;
	position: absolute;
	top: 14px;
	right: 2%;
	width: 50px;
	border: 1px solid #000;
	padding: 12px 10px 5px;
}
/*３本のバー（1本あたり）*/
#menubar_hdr span {
	display: block;
	border-top: 3px solid #000;
	margin-bottom: 7px;
}

/* contents
------------------------------------------------------------------------------*/
.contents	{
	display: flex;
	flex-wrap: wrap;
	max-width: 1200px;
	width: 98%;
	margin: auto;
	flex: 1 1 auto;
	position: relative;
	padding-top: 30px;
}
h2 {
	position: relative;
	margin-bottom: 10px;
	background: url(../images/arrow1.png) no-repeat 0 2px, -webkit-linear-gradient(#fff, #e6e6e6);
	background: url(../images/arrow1.png) no-repeat 0 2px, linear-gradient(#fff, #e6e6e6);
	box-shadow: 1px 2px 7px #ccc;
	padding: 8px 15px 8px 30px;
	border-width: 1px 1px 4px 1px;
	border-style: solid;
	border-color: #d4d4d4 #d4d4d4 #122f8d #d4d4d4;
	border-radius: 6px 6px 0 0;
	color: #122f8d;
	line-height: 1.35;
}
h3	{
	margin-bottom: 10px;
	background: #fff;
	background: -webkit-linear-gradient(#fff, #e6e6e6);
	background: linear-gradient(#fff, #e6e6e6);
	color: #122f8d;
	padding: 4px 15px;
	border: 1px solid #d4d4d4;
	border-radius: 6px;
}
p {
	font-size: 0.95em;
}
p~p	{
	margin-top: 15px;
}
figure figcaption {
	display: block;
	margin-top: 5px;
	font-size: 0.8em;
	color: #666;
}
.new {
	background: #f00;	/*背景色*/
	color: #fff;		/*文字色*/
	font-size: 0.75em;		/*文字サイズ*/
	line-height: 1;
	padding: 1px 5px;
	border-radius: 2px;
	top: -2px;
	position: relative;
}
/* 基本ボックス ----------*/
div.list {
	width: 99%;
	margin: auto;
	padding: 10px;
	overflow: hidden;
}
div.list.bdr {
	border: 1px solid #acacac;	/* 外枠を付けたい場合 */
}
div.list~div.list {
	margin-top: 15px;
}
div.list img {
	max-width: 300px;	/* ボックス内の画像サイズ */
	max-height: 300px;
	width: auto;
	height: auto;
}
div.list figure {
	margin-top: 20px;
}
div.list figure:first-of-type {
	margin-top: 5px;
}
div.list figure.fl {
	margin-right: 15px;
	float: left;
}
div.list figure.fr {
	margin-left: 15px;
	float: right;
}
/* テーブル ------------*/
/* タイプ１ */
table.tbl1 th {
	background: #F5F5F5;
}
table.tbl1 td {
/*	background: #F9F9F9;*/
}
table.tbl1 .midashi th,
table.tbl1 th.midashi {
	background: #D4D4D4;
}
/* タイプ２ */
table.tbl2 th {
	background: #F5F5F5;
}
table.tbl2 td {
	background: #F9F9F9;
}
table.tbl2 .midashi th,
table.tbl2 th.midashi {
	background: #D4D4D4;
}
/* グリッドボックス（横並びボックス） ------------*/
.grid {
	display: flex;
	flex-wrap: wrap;
}
.grid .gridbox {
	width: calc(100% / 4 - 1px);	/* 基本４列 */
	padding: 4px;
	font-size: 0.9em;
}
.grid .gridbox .inner {
	border: 1px solid #acacac;
	height: 100%;
	padding: 4px;
}
.grid .gridbox .grid-ttl {
	margin-bottom: 3px;
	font-weight: bold;
}
.grid .gridbox p {
	line-height: 1.2;
}
.grid .gridbox p~p {
	margin-top: 3px;
}
.grid.column6 .gridbox	{ width: calc(100% / 6 - 1px); }	/* 6列 */
.grid.column5 .gridbox	{ width: calc(100% / 5 - 1px); }	/* 5列 */
.grid.column4 .gridbox	{ width: calc(100% / 4 - 1px)	!important; }	/* 4列（スマホ版も強制的に4列にしたい場合） */
.grid.column3 .gridbox	{ width: calc(100% / 3 - 1px)	!important; }	/* 3列 */
.grid.column2 .gridbox	{ width: calc(100% / 2 - 1px)	!important; }	/* 2列 */


/* main
------------------------------------------------------------------------------*/
.main	{
	position: relative;
	flex: 1;
	padding: 0 5px 40px;
}

/* インフォメーション --------------------*/
/*ブロック全体の設定*/
#newinfo_hdr {

}
#newinfo {
	width: 98%;
	overflow: auto;
	height: 250px;
	margin: auto;
	font-size: 0.9em;
}
#newinfo dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

/*日付設定*/
#newinfo dl dt {
	width: 8em;
	font-weight: bold;
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 8px;
	padding-top: 8px;
	overflow: hidden;
}
/*記事設定*/
#newinfo dl dd {
	width: calc(100% - 8em);
	border-bottom: 1px solid #d2d2d2;
	padding-bottom: 8px;
	padding-top: 8px;
	overflow: hidden;
}
#newinfo dl dd p {
	font-size: 1em !important;
}

#newinfo dl dd img {
	max-width: 25%;
	width: auto;
	height: auto;
}

/* 個別設定 --------------------*/
/* 会社概要 */
.company table {
	width: 100%;
	margin: auto;
}
.company table th {
	width: 130px;
}
/* 施工実績 */
.construct table {
	width: 100%;
	margin: auto;
}
/* 設備 */
.facilities table {
	width: 100%;
	margin: auto;
}
/* 主要設備 */
.facilities .f-tbl1 th {
	width: 180px;
}
.facilities .f-tbl1 td:nth-of-type(1) {
	text-align: center;
	width: 110px;
}
.facilities .f-tbl1 td:nth-of-type(2) {
	text-align: center;
	width: 100px;
}
/* 主要検査機器 */
.facilities .f-tbl2 th {
	max-width: 280px;
	width: 35%;
}
.facilities .f-tbl2 td:nth-of-type(1) {
	text-align: center;
}
.facilities .f-tbl2 td:nth-of-type(2) {
	text-align: center;
	width: 90px;
}
.facilities .f-tbl2 td:nth-of-type(3) {
	text-align: center;
	width: 120px;
}
/* 保有資格 */
.facilities .f-tbl3 th {
	max-width: 360px;
	width: 47%;
}
.facilities .f-tbl3 td:nth-of-type(1) {
	text-align: center;
}
.facilities .f-tbl3 td:nth-of-type(2) {
	text-align: center;
	width: 160px;
}
/* アクセス */
.access .box {
	margin: auto;
	display: flex;
	justify-content: center;
	padding: 10px;
}
.access .box .map {
	flex: 1;
	margin-right: 20px;
}
.access .box .map iframe {
	width: 100%;
	height: 300px;
}
.access .box .data {
	width: 40%;
}
.access .box .data .name {
	border-bottom: 1px solid #122f8d;
	margin-bottom: 10px;
	padding: 3px 6px;
	font-size: 1.3em;
}
.access .box .data dl {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	font-size: 0.9em;
}
.access .box .data dl dt {
	width: 95px;
	font-weight: bold;
	padding: 3px;
}
.access .box .data dl dd {
	width: calc(100% - 95px);
	padding: 3px;
}
.access .box .data .btn {
	text-align: center;
}
.access .box .data .btn a {
	display: inline-block;
	width: 200px;
	border: 1px solid #acacac;
	background: -webkit-linear-gradient(#fff, #eee);
	background: linear-gradient(#fff, #eee);
	padding: 14px 6px;
	text-decoration: none;
	font-size: 0.95em;
	color: #444;
	font-weight: bold;
	line-height: 1;
	transition: 0s;
}
.access .box .data .btn a:hover {
	background: -webkit-linear-gradient(#ccc, #aaa);
	background: linear-gradient(#ccc, #aaa);
	color: #fff;
}

/* sub
------------------------------------------------------------------------------*/
.sub {
	max-width: 280px;
	width: 23%;
	margin-left: 3%;
	padding-bottom: 30px;
}
/* タイトル --------------------*/
.sub .sub-ttl {
	text-align: center;
	background: #666;
	background: -webkit-linear-gradient(#999, #666);
	background: linear-gradient(#999, #666);
	padding: 5px 2px;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	border-radius: 6px 6px 0 0;
}
/* テキスト --------------------*/
.sub p {
	font-size: 0.9em;
	line-height: 1.35;
}
.sub p~p {
	margin-top: 5px;
}
/* 画像 --------------------*/
.sub figure.fl,
.sub img.fl {
	margin-right: 5px !important;
	float: left;
}
.sub figure.fr,
.sub img.fr {
	margin-left: 5px !important;
	float: right;
}
/* 回り込み時の文字位置 */
.sub figure.fl + p,
.sub img.fl + p,
.sub figure.fr + p,
.sub img.fr + p {
	margin-top: 10px;
}

/* 基本ボックス --------------------*/
.sub .box1 {
	border: 1px solid #ccc;
	background: #eee;
	padding: 6px;
	margin: 0 auto 15px;
	overflow: hidden;
}
.sub .box1 .sub-ttl {
	border-radius: 0;	/* ボックス内の場合角丸を消去 */
}
.sub .sub-ttl + .box1 {
	border-top: 0;		/* タイトルと隣接する場合ボーダーの上の部分を消去 */
}
.sub .box1 .inner {		/* ボックスの中にボックスを入れる場合 */
	border: 1px solid #ccc;
	background: #fff;
	padding: 6px;
	overflow: hidden;
}
.sub .box1 .inner~.inner {		/* ボックスを並べた場合の間隔 */
	margin-top: 10px;
}

/* 基本リスト --------------------*/
.sub ul.sublist {
	background: #fff;
	width: 100%;
	border: 1px solid #ccc;
}
.sub ul.sublist li {
	border-bottom: 1px solid #ccc;
	line-height: 1.25;
	overflow: hidden;
}
.sub ul.sublist li:last-child {
	border-bottom: 0;
}
.sub ul.sublist li a {
	display: block;
	padding: 5px 10px;
	font-size: 0.9em;
	color: #333;
	text-decoration: none;
}
.sub ul.sublist li a:hover {
	background: #fff8c7;
	color: #122f8d;
}
.sub ul.sublist li p {
	padding: 6px 10px;
	color: #333;
}
.sub ul.sublist li .fl+p {
	padding: 6px 10px;
	color: #333;
}
.sub .sub-ttl + ul.sublist {
	border-top: 0;		/* タイトルと隣接する場合ボーダーの上の部分を消去 */
}
.sub ul.sublist~ul.sublist {
	margin-top: 10px;
}

/* バナー用 */
.sub ul.sublist.bnr {
	border: 0;
	margin-bottom: 15px;
}
.sub ul.sublist.bnr li {
	border: 0;
	text-align: center;
	margin-bottom: 5px;
	line-height: 1;
}
.sub ul.sublist.bnr li a {
	display: inline;
	padding: 0;
}
.sub ul.sublist.bnr li a:hover {
	background: none;
	color: #122f8d;
}
.sub ul.sublist.bnr img {
	max-width: 100% !important;
	width: auto;
	height: auto;
}

/* QRコード --------------------*/
.sub .qr img {
	width: auto !important;
	height: auto !important;
}
/* 会社案内 --------------------*/
.sub .subabout .tel::before {
	content: "TEL ";
}
.sub .subabout .fax::before {
	content: "FAX ";
}
.sub .subabout .eml::before {
	content: "E-mail ";
}


/* footer
------------------------------------------------------------------------------*/
footer	{
	width: 100%;
	margin: 0 auto;
	background: #f8f8f8;
	position: relative;
}
/* footer navi / pagetop --------------------*/
footer .inner	{
	max-width: 1200px;
	width: 100%;
	margin: auto;
	padding: 10px 5px 20px;
	position: relative;
}
footer .inner .footnav	{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	font-size: 0.85em;
}
footer .inner .footnav li {
	padding: 2px 8px;
}
footer .inner .footnav li a {
	color: #333;
}
footer .inner .footnav li a:hover {
	color: #122f8d;
}
/* pagetop */
footer .inner .pagetop {
	position: absolute;
	right: 10px;
	bottom: 0;
	line-height: 1 !important;
}
footer .inner .pagetop a {
	display: block;
	background: #122f8d;
	padding: 5px 19px;
	font-size: 0.6em !important;
	color: #fff;
	text-decoration: none;
}
footer .inner .pagetop a:hover {
	background: #333;
}

/* copyright --------------------*/
footer .copy	{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 56px;
	background: #122f8d;
	margin: 0 auto;
	padding: 2px;
	text-align: center;
	font-size: 0.75em;
	color: #fff;
	line-height: 1;
}
footer .copy a,
footer .copy a:hover	{
	display: inline-block;
	margin-left: 5px;
	margin-right: 5px;
	color: #fff;
	text-decoration: none;
}
footer .copy img {
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 1px;
}

/* その他
------------------------------------------------------------------------------*/
.l	{ text-align: left; }
.c	{ text-align: center; }
.r	{ text-align: right; }
img.fl	{ float: left;	margin: 0 5px 5px 0; }
img.fr	{ float: right;	margin: 0 0 5px 5px; }
.big	{ font-size: 1.15em !important; }
.small	{ font-size: 0.85em !important; }

/* マージン */
.mb15	{ margin-bottom: 15px !important; }
.mb20	{ margin-bottom: 20px !important; }
.mb25	{ margin-bottom: 25px !important; }
.mb30	{ margin-bottom: 30px !important; }

/* サイズ */
.w100	{ width: 100% !important; }
.w50	{ width: 50% !important; }

/* タブレット版
------------------------------------------------------------------------------*/
@media screen and (max-width: 800px) {
	/* header
	------------------------------------------------------------------------------*/
	header {
		height: 90px;
	}
	header .inner {
		display: block;
	}
	header .inner h1 {
		margin-left: 15px;
		margin-bottom: 5px;
	}
	header .inner h1 img {
		width: 300px;
		height: auto;
	}
	header .inner .txt {
		text-align: left;
		font-size: 0.9em;
		font-weight: normal;
		margin-left: 25px;
	}

	/* menubar
	------------------------------------------------------------------------------*/
	/* PC版 --------------------*/
	.menubar {
		display: none;
	}
	/* タブレット/SP版 --------------------*/
	#menubar-s {
		display: block;
	}
	#menubar_hdr {
		display: block;
		top: 20px;
	}

	/* contents
	------------------------------------------------------------------------------*/
	.contents {
		display: block;
	}
	/* 基本ボックス */
	div.list img {
		max-width: 240px;
		max-height: 240px;
	}
	/* グリッドボックス（横並びボックス） ------------*/
	.grid .gridbox {
		width: calc(100% / 4 - 1px);	/* 基本４列 */
		padding: 4px;
	}
	.grid.column6 .gridbox	{ width: calc(100% / 4 - 1px); }	/* 6列 */
	.grid.column5 .gridbox	{ width: calc(100% / 4 - 1px); }	/* 5列 */

	/* main
	------------------------------------------------------------------------------*/
	.main	{
		width: 100%;
		padding: 10px 10px 40px;
	}
	.facilities .f-tbl2 th {
		width: 260px;
	}
	.facilities .f-tbl2 td:nth-of-type(2) {
		text-align: center;
		width: 120px;
	}
	.facilities .f-tbl3 th {
		width: 260px;
	}
	.facilities .f-tbl3 td:nth-of-type(2) {
		text-align: center;
		width: 120px;
	}

	/* アクセス */
	.access .box .data .name {
		padding: 3px 6px;
		font-size: 1.2em;
	}
	.access .box .data dl {
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
		font-size: 0.9em;
		line-height: 1.2;
	}
	.access .box .data dl dt {
		width: 100%;
		padding-bottom: 0;
	}
	.access .box .data dl dd {
		width: 100%;
		margin-bottom: 10px;
	}

	/* sub
	------------------------------------------------------------------------------*/
	.sub {
		max-width: 100%;
		width: 100%;
		margin: 0 auto 50px;
		padding: 0 10px;
	}
	/* 基本リスト --------------------*/
	/* バナー用 */
	.sub ul.sublist.bnr {
		border: 0;
		display: flex;
		flex-wrap: wrap;
		align-items: flex-end;
	}
	.sub ul.sublist.bnr li {
		width: calc(100% / 2 - 1px);
		margin-bottom: 10px;
		padding: 0 10px;
	}
	/* 会社案内 --------------------*/
	.sub .subabout p {
		font-size: 1em !important;
		text-align: center;
	}

	/* footer
	------------------------------------------------------------------------------*/
	/* footer navi --------------------*/
	footer .inner .footnav {
		justify-content: flex-start;
	}
	footer .inner .footnav li {
		width: calc(100% / 3 - 1px);
	}
}

/* スマホ版
------------------------------------------------------------------------------*/
@media screen and (max-width:500px) {
	body {
		font-size: 14px;
	}
	/* header
	------------------------------------------------------------------------------*/
	header {
		height: 80px;
	}
	header .inner h1 {
		margin-left: 10px;
		margin-bottom: 5px;
	}
	header .inner h1 img {
		width: 260px;
		height: auto;
	}
	header .inner .txt {
		font-size: 0.85em;
		margin-left: 20px;
	}
	/* menubar
	------------------------------------------------------------------------------*/
	/* タブレット/SP版 --------------------*/
	#menubar_hdr {
		display: block;
		top: 14px;
	}

	/* contents
	------------------------------------------------------------------------------*/
	h2 {
		background-position: 0 1px;
	}
	/* 基本ボックス */
	div.list img {
		max-width: 180px;
		max-height: 180px;
	}
	/* テーブル ------------*/
	/* タイプ２ */
	table.tbl2 {
		border: 0;
	}
	table.tbl2 .none {
		display: none;
	}
	table.tbl2 tr {
		display: block;
	}
	table.tbl2 tr th {
		display: block;
		width: 100%;
		border: 0;
	}
	table.tbl2 tr td {
		display: block;
		width: 100%;
		border: 0;
		margin-bottom: 8px;
	}

	table.tbl2 th {
		background: #F5F5F5;
	}
	table.tbl2 td {
		background: #F9F9F9;
	}
	table.tbl2 .midashi th,
	table.tbl2 th.midashi {
		background: #D4D4D4;
	}
	/* グリッドボックス（横並びボックス） ------------*/
	.grid .gridbox {
		width: calc(100% / 3 - 1px);	/* 基本４列 */
		padding: 4px;
	}
	.grid.column6 .gridbox	{ width: calc(100% / 3 - 1px); }	/* 6列 */
	.grid.column5 .gridbox	{ width: calc(100% / 3 - 1px); }	/* 5列 */


	/*日付設定*/
	#newinfo dl {
		display: block;
	}
	#newinfo dl dt {
		width: 100%;
		border: 0;
		padding: 8px 5px;
	}
	/*記事設定*/
	#newinfo dl dd {
		width: 100%;
		padding: 0 8px 8px;
	}
	#newinfo dl dd p {
		font-size: 1em !important;
	}

	/* main
	------------------------------------------------------------------------------*/
	.main	{
		width: 100%;
		padding: 10px 5px 20px;
	}

	.facilities .f-tbl2 td:nth-of-type(2) {
		text-align: center;
		width: 60px;
	}
	.facilities .f-tbl3 td:nth-of-type(2) {
		text-align: center;
		width: 60px;
	}
	/* アクセス */
	.access .box {
		margin: auto;
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
	}
	.access .box .map {
		width: 100%;
		margin: 0 auto 30px;
		border: 1px solid #ccc;
	}
	.access .box .map iframe {
		vertical-align: bottom;
	}
	.access .box .data {
		width: 100%;
		margin: auto;
	}
	.access .box .data .name {
		padding: 3px 6px;
		font-size: 1.2em;
	}
	.access .box .data dl {
		font-size: 1em;
	}
	.access .box .data dl dt {
		width: 95px;
		padding: 3px 5px;
	}
	.access .box .data dl dd {
		width: calc(100% - 95px);
	}

	/* sub
	------------------------------------------------------------------------------*/
	.sub {
		margin-bottom: 20px;
	}
	.sub ul.sublist.bnr li {
		width: 100%;
	}
	.sub .qr {
		display: none;
	}

	/* footer
	------------------------------------------------------------------------------*/
	/* footer navi --------------------*/
	footer .inner .footnav {
		display: none;
	}

}
.cnt {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 1px;
	heght: 1px;
}
