*{
	outline: none;
}

*,*::before,*::after {
	box-sizing: border-box;
}

html{
	font-size: 100%;
	background-color: #FFFFFF;
}

body{
	color: rgba(36,31,33,1);
	font-family: "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
	font-size: 1rem;
	line-height: 1.7;
}

h1, h2, h3, h4, h5, h6{
	font-weight: normal;
	line-height: 1;
}

a{
	font-size: 1.1rem;
	text-decoration: none;
}

a:hover{
	text-decoration: none;
}

h2 {
	margin-top: 2rem;
	font-size: 1.2rem;
}

p {
	margin-top: 1rem;
	line-height: 1.8; 
}

header {
	position: relative;
	z-index: 100; 
	box-shadow: 0 5px 12px 0 rgba(0, 0, 0, 0.5); 
}

header h1 {
	background-color: rgba(36,31,33,1);
	padding: 1rem 0;
	height: 5.125rem;
	text-align: center; 
}

nav {
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	background-color: rgba(36,31,33,0.8); 
}

nav ul {
	width: 80%;
	margin: 0 auto;
	padding: 0; 
}

nav ul:after {
	display: block;
	clear: both;
	content: ''; 
}

nav li {
	float: left;
}

nav li a {
	padding: 1.25rem 2.5rem;
	display: block;
	font-weight: bold;
	color: #fff;
	transition-duration: 0.5s; 
	text-decoration: none; 
}

nav li a:hover, nav li a:focus {
	text-shadow: 0 0 6px #ffffff; 
	background-color: rgba(162,148,61,1); 
}

nav li:last-of-type {float: right; }
nav li:last-of-type a {
	background-image: url(../images/icn_contact.png);
	background-repeat: no-repeat;
	background-position: 1.25rem 1.125rem;
	padding-left: 3.125rem; 
}

.content {
	width: 80%;
	margin: 0 auto;
	margin-top: 2rem;
}

.content:after {
	display: block;
	clear: both;
	content: ''; 
}

#about .img {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-image: url(../images/mainimage2_2.jpg);
	background-repeat: no-repeat;
	background-position: 55% 50%;
}

#contact .img {
	width: 100%;
	height: 300px;
	background-size:cover;
	background-image: url(../images/contactimage.jpg);
	background-repeat: no-repeat;
	background-position: 45% 50%;
}

#about .img p{
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	color: #ffffff;
	margin-top:0;
	text-align: right;
	padding-right: 10%;
	position: relative;
	top: 50%;
	text-shadow: 0 0 6px #000000;
}

#contact .img p{
	font-family:"游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 2rem;
	color: #ffffff;
	margin-top:0;
	padding-left: 10%;
	position: relative;
	top: 50%;
	text-shadow: 0 0 6px #000000; 
}

.content main {
	width: 70%;
	float: left;
	padding: 0 0.9rem; 
}

.content aside {
	padding: 0 0.9rem;
	width: 30%;
	float: left; 
	 }

.content main h2{
	color:  rgba(36,31,33,1); 
	border-left:10px solid rgba(162,148,61,1);
	border-bottom:1px solid rgba(162,148,61,1);
	padding:0.5rem 0.5rem;
}

.content main a{
	transition-duration: 0.2s;
	color:#FFFFFF;
	background-color:rgba(162,148,61,1);
	display: block;
	text-align: center;
	width: 8rem;
	line-height: 3;
	margin:1rem auto;
}

.content main a:hover, .content main a:focus {
	background-color:rgba(162,148,61,0.7);
}

.content main section:nth-of-type(1) h2 {margin-top: 0; }

.content .clearfix img{
	width:40%;
	height:auto;
	margin:1rem 0;
}

.content .text01{
	width:60%;
	float:left;
	padding-right:1.5rem;
}

.content .text02{
	width:60%;
	float:right;
	padding-left:1.5rem;
}

.clearfix:after{
	content:"";
	display: block;
	clear:both;
}



.content .info dl{
	margin-top: 1rem;
}

.content .info dt,dd{
	line-height: 2;
}

.content .info dt{
	width:5rem;
	float: left;
}

.content .info dd{
	margin-left: 5rem;
}

.content .info dl:after{
	content:"";
	display: block;
	clear:both;
}

.content .info{
	width:60%;
	float:left;
}

.info-map{
	width:40%;
	margin-left: 60%;
}

.iframe-wrap{
	margin: 1rem 0;
	height: 0;
	overflow: hidden;
	padding-bottom: 56.25%;
	position:relative;
}

.iframe-wrap iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.banner ul{
	text-align: center;
}

.banner li{
	margin-bottom: 1.5rem;
}

.banner img{
	width:90%;
	height: auto;
}

.banner img:hover, .banner aside img:focus {
	transition-duration: 0.2s;
	opacity: 0.7; 
}

#contact .content{
	padding: 0 0.9rem;
}

.form_table{
	width: 100%;
	border-collapse: collapse;
}

.form_table th, .form_table td{
	border: 1px solid rgba(36,31,33,1);
	padding: 1rem;
}

.form_table th{
	font-weight: normal;
	position: relative;
	text-align:left;
	vertical-align: top;
	background-color: rgba(162,148,61,0.2);
}

.form_table input[type="text"],.form_table input[type="email"]{
	padding: 0.2rem;
	width: 40%;
}

.form_table textarea{
	padding: 0.2rem;
	width: 100%;
	line-height: 1.2rem;
	height: 12.4rem;
}

#contact .button{
	text-align: center;
}

#contact input[type="submit"]{
	font-size: 1rem;
	color: #FFFFFF;
	background-color: rgba(36,31,33,1);
	border:none;
	padding: 0.5rem 3rem;
}

#contact input[type="submit"]:hover, #contact input[type="submit"]:focus{
	background-color:rgba(156, 56, 66, 1) ;
	transition-duration: 0.2s;
	cursor: pointer;
}

#contact .content strong{
	color: rgba(156, 56, 66, 1);
}


footer {
	margin-top: 2rem;
	padding: 0.9rem;
	color: #fff;
	text-align: center; 
	background-color: #353432;
}

@media screen and (max-width: 960px) {

nav ul{
	width: auto;
}

nav ul li{
	margin: 0;
	width: 50%; 
	border: 1px solid #ffff;
} 

nav ul li a{
	text-align: center;
}

#about .img, #contact .img{
	width: auto;
	height: 200px;
}

#about .img p,#contact .img p{
	font-size: 1.5rem;
}

.content {
	width: auto; 
} 

.content main, .content .text01,.content .text02, .content .info {
	width: auto;
	float: none; 
}

.content .clearfix img, .info-map{
	width: 100%;
}

.info-map{
	margin:0;
}

.content aside{
	width: auto;
}

.banner img{
	width: 80%;
}

.form_table th,.form_table td{
	display: block;
	width: 100%;
}

.form_table input[type="text"],.form_table input[type="email"]{
	width: 80%;
}
