* {
	margin:0;
	padding:0;
}
img {
	border:0;
}
a img:hover {
	opacity: 0.6;
filter: alpha(opacity=60);
-moz-opacity:0.6;
}

body {
	font-size:1rem;
	font-family:'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'MS UI Gothic', sans-serif;
}
#wrapper {
	width:860px;
	margin:30px auto 0;
	padding:0px 50px 30px;
	background:#fff;
}
#contents {
	font-size:85%;
	line-height:1.8;
}
#header {
	margin-bottom:30px;
	padding-bottom:20px;
}
#header p{
	font-size:90%;
	}
h1 {
	margin:0;
	font-size:140%;
	font-weight:normal;
	text-align:center;
	height: 920px;
	background-image: url(imgs/top.jpg);
	background-repeat: no-repeat;
	background-position: center center;
}
h2 {
	margin:15px 0;
	padding:25px 0 2px 45px;
	background:url(imgs/h2.png) no-repeat left bottom;
	font-size:125%;
	color:#302833;
	text-shadow: 3px 3px 0 rgba(0,0,0,0.2);
}
h3{
	color:#333;
	font-size: 1rem;
	padding:1px 0 1px 10px;
	margin-bottom: 5px;
}
h3:before{
	font-family: "Font Awesome 5 Free";
	content: "\f111";
	color:#e6166c;
	margin-right: 8px;
}
.about{
	margin: 40px 0 60px;
	border: 1px solid #4F423A;
	padding: 1em;
}
.koshin{

	background-color: #016fa7;
	color: #fff;
	padding: 10px;
	text-align: center;
	margin: 20px 0 30px;
	font-weight: bold;
	letter-spacing: 8px;
	/*text-align: center;
	margin: 20px 0;
	font-weight: bold;
	color: #2F1C1C;
	font-size: 1.1rem;
	letter-spacing: 5px;*/
}
.toi{
	border-top: 5px double #888;
	border-bottom: 5px double #888;
	padding: 10px 20px;
	margin: 20px 0;
}

.link{
	text-align: center;
	margin-bottom: 40px;
	font-size: 1rem;
}

#footer {
	clear:both;
	padding:10px 0;
	font-size: 14px;
}
#footer h2{
	line-height: 2;
}
.copy{
	text-align: center;
	font-size: 0.8rem;
}
.back{
	text-align: right;
	font-size: 0.75rem;
}
.indent{
	text-indent: -1em;
	margin-left: 1em;
}
.mr5{
	margin-right: 5px;
}

ul li {
	list-style:none;
}
.section {
	margin-bottom:15px;
}
.section2{
	margin-bottom: 2.3em;
}
.attention {
	color:#f00;
}
.box{
	border: 2px solid #FFA4F6;
	padding: 10px 20px;
}
.midashi{
	font-size: 1.5em;
	text-align: center;
	background-color:#c9aa6e;
	color: #fff;
	padding: 8px;
	margin-bottom: 10px;
}

.section2 dl{
	overflow: hidden;
}
.section2 dt{
	width: 6em;
	float: left;
	clear: both;
	font-weight: bold;
	color: #271511;
}
.section2 dd{
	width: calc(100% - 6em);
	float: left;
}

@media (min-width: 768px){
	/*
	.section2 dl{
		width: 500px;
		margin: auto;
	}*/
}

@media (max-width: 767px) { 
	h1 img{width: 100%;}
	#wrapper{
		width: calc(100% - 40px);
		padding: 20px;
	}
	.link img{
		max-width: 100%;
		margin-bottom: 5px;
	}
	.img{
		width: 100%;
	}
}