@charset "utf-8";
/*--------------------------------------------------
	基本ルール
--------------------------------------------------*/
html {
	font-size: 62.5%;
}
body {
	font-size: 16px;
	font-size: 1.6rem;
	font-family: serif;
	font-weight: 500;
	line-height: 1.7;
	color: #fff;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
p, h1, h2, h3, h4, h5, h6, ul, li, ol, dl, dt, dd {
	margin: 0;
	padding: 0;
}
ul, li, ol, dl, dt, dd {
	list-style: none;
}
a {
	color: #fff;
}
a:hover {
	text-decoration: none;
	color: #666;
}
strong {
	color: #f00;
}
address,em {
	font-style: normal;
}
img {
	vertical-align: baseline;
}
/*--------------------------------------------------
	基本のレイアウト・共通要素
--------------------------------------------------*/
body {
	padding: 40px 0 0;
	background: #000 ;
	background-attachment: fixed;
	background-position: top center;
	background-size: cover;
	border-top: 24px solid #c4c4c4;
}
.wrapper {
	width: 620px;
	margin: 0 auto;
	box-sizing: border-box;
}
.maintext {
	margin: 0 0 48px;
	text-align: center;
}
.contact {
	margin: 0 0 48px;
}
.info {
	width: 100%;
	margin: 0 0 48px;
	box-sizing: border-box;
}
.access {
	width: 100%;
	margin: 0 0 64px;
}
.copyright {
	padding: 16px 0;
	text-align: center;
	color: #000;
	background: #c4c4c4;
}
h2 {
	padding: 0 0 0 24px;
	margin: 0 0 1em;
	font-size: 2.4rem;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1" preserveAspectRatio="none"><path fill="%23c4c4c4" d="M0.000,0.000 L32.000,0.000 L32.000,32.000 L0.000,32.000 L0.000,0.000 Z" /></svg>');
	background-repeat: no-repeat;
	background-size: 12px 2em;
}
/*------------------------------------------------*/
.maintext .gaiyo {
	margin-bottom: 32px;
}
.maintext .logo {
	margin: 0 auto 16px;
}
.maintext h1 {
	margin: 0 0 8px;
	font-size: 5rem;
	line-height: 1.2;
}
.maintext h2 {
	padding: 0;
	font-size: 3rem;
	font-weight: normal;
	background: none;
}
.maintext .lead {
	padding: 32px 0;
	text-align: left;
	border-top: 1px solid #c9cfd4;
	border-bottom: 1px solid #c9cfd4;
}
.maintext .lead p {
}
.maintext .lead p em {
	color: #fa0a2c;
}
/**/
.contact ul {
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
	width: 90%;
	margin: 0 auto;
}
.contact li {
	width: 50%;
	margin-bottom: 8px;
	font-size: 2.2rem;
	font-weight: bold;
}


.contact li img {
	margin-right: 8px;
	vertical-align: -0.1em;
}

.contact li.mail{
	display: flex;
}

.contact li.mail img {
	display: block;
	width: 56px;
	float: left;
}
.contact li.mail a{
	display: block;
	font-size: 2rem;
} 
/*メールアドレスに画像を使用する場合*/
/*
.contact li.mail {
	width: 100%;
}
.contact li.mail a {
	display: inline-block;
	width: 280px;画像サイズに合わせる
	height: auto;
	box-sizing: border-box;
	text-indent: -7777px;
	background: url('../img/mail1.png') 0 0.3em/100% auto no-repeat;
}
.contact li.mail a:hover {
	background-image: url('../img/mail2.png');
}
.contact li.mail img {
	padding-top: 8px;
}
*/

.info dl {
	width: 90%;
	margin: 0 auto;
	display: flex;
	flex-flow: wrap;
	justify-content: space-between;
}
.info dt {
	width: 22%;
	padding: 8px 16px;
	padding-left: 0;
	box-sizing: border-box;
	border-bottom: 1px solid #c9cfd4;
}
.info dd {
	width: 78%;
	padding: 8px 16px;
	box-sizing: border-box;
	border-bottom: 1px solid #c9cfd4;
}
.info dd li {
	padding-left: 12px;
	background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1 1" preserveAspectRatio="none"><path fill="%23c4c4c4" d="M0.000,0.000 L32.000,0.000 L32.000,32.000 L0.000,32.000 L0.000,0.000 Z" /></svg>');
	background-repeat: no-repeat;
	background-position: 0 0.65em;
	background-size: 4px 4px;
}
.info dd li:after {
}
.info dd li:last-child:after {
	content: none;
}
.info dd a {
}
/**/
.map {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	margin: 0 0 1em;
	height: 0;
	overflow: hidden;
}
.map iframe,
.map object,
.map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}