@charset "utf-8";

/************* 共通 *************/

body {
	background: #f1e8d6;
	color: #333;
	-webkit-text-size-adjust:none;
}

img {
	max-width: 100%;
	height: auto;
}

a {
	color: #333;
	text-decoration: underline;
}

a:active {
	color: #999;
}

.anc {
	display: block;
	visibility: hidden;
	position: relative;
	top: -40px;
}


/************* ヘッダー *************/

header {
	background: white;
	width: 100%;
	position: fixed;
	top: 0;
	z-index: 130;
}

.header_wrap {
	margin: 0 3%;
	overflow: hidden;
	padding: 12px 0 ;
	position: relative;
}

header h1 {
	float: left;
	font-weight: bold;
	font-size: 14px;
}

header h1 a:link,header h1 a:visited,header h1 a:hover {
	display: block;
	text-decoration: none;
	padding: 9px 0 9px 55px;
	background: url(../images/header_logo.png) no-repeat left center;
	background-size: 50px auto;
	color: #333;
}

header .contactb {
	display: none;
}

header .emt {
	font-weight: bold;
	font-size: 12px;
	color: red;
	position: absolute;
	left: 55px;
	top: 40px;
}

.menub {
	background: #6e331f;
	padding: 10px;
	width: 20px;
	position: absolute;
	right: 0;
	top: 12px;
	z-index: 10;
}

.menub span {
	display: block;
	background: white;
	height: 3px;
	margin: 0 0 5px;
}
.menub span:last-child {
	margin: 0;
}



/* スライドメニュー */

#overray {
	display: none;
	background: rgba(100,100,100,0.8);
	position: fixed;
	z-index: 125;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.gn {
	display: none;
	background: #afa48b;
	width: 75%;
	position: fixed;
	top: 0;
	right: -2000px;
	height: 100%;
	z-index: 130;
	padding: 0;
}

.gn .closeb {
	position: absolute;
	right: 17%;
	bottom: 20px;
	width: 25px;
}



.gn ul li {
	border-bottom: 1px solid #cfc9bd;
}
.gn ul li a {
	display: block;
	color: white;
	font-size: 14px;
	padding: 9px 7% ;
	letter-spacing: 0.05em;
	font-weight: bold;
	background: url(../images/add1/common_arrow2.png) no-repeat 5% center;
	background-size: auto 15px;
	text-decoration: none;
}
.gn ul li a span {
	font-size: 11px;
	font-weight: normal;
	margin: 0 0 0 10px;
}

.gn ul li.linkc {
	display: block;
	color: white;
	font-size: 14px;
	padding: 9px 7% ;
	letter-spacing: 0.05em;
	font-weight: bold;
	background: url(../images/add1/common_arrow2.png) no-repeat 5% center;
	background-size: auto 15px;
	text-decoration: none;
}

.gn ul li.nlink {
	display: none;
}



/************* フッター *************/


footer {
	margin: 100px 0 0;
	padding: 25px 0;
	background: #4f2416;
}

footer .copyright {
	text-align: center;
	font-size: 10px;
	letter-spacing: 0.05em;
	color: #eee;
}


#page-top {
	display: none;
	width: 30px;
	position: fixed;
	right: 3%;
	bottom: 15px;
}

#page-top img {
	width: 100%;
	height: auto;
}



/************* トップ *************/

.mv1 {
	margin: 0 0 15px;
	padding: 63px 0 0;
}

.mv1 img {
	width: 100%;
	height: auto;
}

.contbox {
	background: white;
	margin: 0 3% 15px;
	padding: 20px 3%;
	box-shadow:3px 3px 0px 1px #e0dacb;
	-moz-box-shadow:3px 3px 0px 1px #e0dacb;
	-webkit-box-shadow:3px 3px 0px 1px #e0dacb;
	overflow: hidden;
}

.contbox h2 {
	margin: 0 0 20px;
	padding: 2px 0 7px 12px;
	border-bottom: 1px dotted #e0dacb;
	border-left: 8px solid #6e331f;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.05em;

}

.contbox .txt {
	padding: 0 15px;
	letter-spacing: 0.05em;
	font-size: 14px;
}

.contbox .txt2 {
	padding: 15px;
	letter-spacing: 0.05em;
	font-size: 14px;
}

.contbox .img {
	text-align: center;
	margin: 0 0 15px;
}

.contbox .img1 img {
	
}

.contbox .img2 {
	
}

.contbox .list1 {
	padding: 0 10px;
	overflow: hidden;
	font-size: 14px;
}

.contbox .list1 dt {
	float: left;
	clear: both;
	padding: 15px 0 10px 0;
}

.contbox .list1 dd {
	padding: 15px 0 10px 100px;
	border-bottom: 1px solid #e0dacb;
}

.contbox .list2 {
	padding: 0 10px;
	letter-spacing: 0.05em;
	overflow: hidden;
}

.contbox .list2 dt {
	margin: 0 0 15px;
	font-weight: bold;
	padding: 0 0 0 30px;
	position: relative;
	font-size: 16px;
}

.contbox .list2 dt:before {
	display: block;
	content: "Q.";
	color: #6e331f;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
}

.contbox .list2 dd {
	margin: 0 0 25px;
	padding: 0 0 15px 30px;
	border-bottom: 1px solid #e0dacb;
	font-size: 14px;
}

.contbox .map {
	margin: 20px 0;
	width: 100%;
}

.contbox .map iframe {
	display: block;
	width: 100%;
	height: 300px;
}

.contactbtn {
	width: 280px;
	margin: 40px auto;
	background: #6e331f;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	color: white;
}

.contactbtn a {
	display: block;
	padding: 20px 0;
	color: white;
	font-weight: bold;
	font-size: 18px;
}


/************* お問い合わせ *************/

.mv4 {
	margin: 0 0 45px;
}

.mv4 img {
	width: 100%;
	height: auto;
}

.contact h2 {
	text-align: center;
	margin: 0 0 40px;
	padding: 0 0 15px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 200%;
	background: url(../images/headbg.png) no-repeat center bottom;
}

.contact h2 span {
	display: block;
	font-weight: normal;
	font-size: 35%;
	margin: 7px 0 0;
}

.contact .txt1 {
	text-align: center;
	font-size: 75%;
	margin: 0 0 60px;
}

.contact .txt1 span {
	color: #cf0404;
}

.contact table {
	width: 800px;
	margin: 0 auto 40px;
}

.contact table th {
	width: 183px;
	font-size: 75%;
	font-weight: normal;
	text-align: right;
	padding: 10px;
	background: #e6e6e6;
	border: 5px solid #fff;
	vertical-align: top;
}

.contact table th span {
	color: #cf0404;
	margin: 0 2px 0 0;
}

.contact table td {
	font-size: 90%;
	font-weight: normal;
	padding: 10px 15px;
	background: #f6f6f6;
	border: 5px solid #fff;
}

.contact table td input[type="text"] {
	padding: 5px 0;
}

.contact table td input[type="text"].txtbox1 {
	width: 330px;
}
.contact table td input[type="text"].txtbox2 {
	width: 377px;
}
.contact table td input[type="text"].txtbox3 {
	width: 433px;
}
.contact table td input[type="text"].txtbox4 {
	width: 433px;
}
.contact table td input[type="text"].txtbox5 {
	width: 377px;
}
.contact table td input[type="email"] {
	width: 433px;
}
.contact table td textarea {
	width: 573px !important;
	height: 15em !important;
}

.contact button {
	display: block;
	width: 200px;
	margin: 0 auto;
	background: #222;
	color: white;
	text-align: center;
	font-weight: bold;
	font-size: 110%;
	padding: 10px 0;
	-webkit-transition: 0.3s ease-out;
	transition: 0.3s ease-out;
	opacity: 1;
}

.contact button:hover {
	opacity:0.7;
}

.thanksbox {
	text-align: center;
	padding: 30px 0;
	line-height: 200%;
	margin: 30px auto;
	width: 1000px;
	background: #f6f6f6;
	border: 1px solid #ccc;
}


