@charset "UTF-8";

/* ページ背景 */
#contentsBox {
	width: 100%;
	min-height: 100%;
	background: url('../images/bodyBg.jpg') repeat;
	position: relative;
}


/*ヘッダー*/
header {
	width: 100%;
	height: 100px;
	background: url('../images/headerBg_03.png') repeat-x center;
}

header h1 {
	width: 280px;
	margin: 0 auto 30px;
	padding-top: 0px;
}

header h1 img {
	width: 100%;
	height: auto;
}

header h3 {
	width: 90%;
	max-width: 580px;
	margin: 10px auto 40px;
}

/*メインビジュアル*/
#main {
	width: 100%;
	max-width: 1000px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
}

#main img {
	width: 100%;
	height: auto;
}

#main h3 {
	width: 90%;
	max-width: 800px;
	margin: 0 auto 20px;
}

/*コンテンツ01*/
#contents01 {
	width: 100%;
	height: auto;
	max-height: 1300px;
	background: url('../images/contents01Bg.png') repeat-x;
	background-size: contain;
	margin-top: 5px;
	padding-bottom: 20px;
}

#contents01 h2 {
	width: 71%;
	max-width: 460px;
	margin: 0 auto 15px;
}

#contents01 h3 {
	width: 90%;
	max-width: 580px;
	margin: 0 auto 40px;
}

#contents01 h2 img,#contents01 h3 img {
	width: 100%;
	height: auto;
}

#text01 {
	color: #4b3a24;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
	margin-bottom: 20px;
}

#text02 {
	color: #4b3a24;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
}

#text04 {
	color: #dc143c;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
	margin-bottom: 30px;
}

/*コンテンツ02*/
#contents02 {
	width: 100%;
	margin: 40px auto 20px;
}
	
#formBtn {
	width: 93%;
	max-width: 600px;
	margin: 0 auto;
}

#formBtn img {
	width: 100%;
	height: auto;
}

/*コンテンツ03*/
#contents03 {
	width: 100%;
	height: auto;
	max-height: 1000px;
	background: url('../images/contents03Bg.png') repeat-x;
	background-size: contain;
	margin-top: 40px;
	padding-bottom: 10px;
}

#contents03 h2 {
	width: 71%;
	max-width: 460px;
	margin: 0 auto 10px;
}

#contents03 h2 img {
	width: 100%;
	height: auto;
}

#contents03 h3 {
	width: 90%;
	max-width: 460px;
	margin: 0 auto 30px;
}

#text01 {
	color: #4b3a24;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
	margin-bottom: 30px;
}

#text02 {
	color: #4b3a24;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
	margin-bottom: 30px;
}

#text03 {
	color: #4b3a24;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
}

#text05 {
	color: #2e8b57;
	font-size: 90%;
	line-height: 160%;
	text-align: center;
	margin-bottom: 30px;
}


/*コンテンツ04*/
#contents04 {
	width: 100%;
	margin: 40px auto 0;
}

#contents04 h2 {
	width: 71%;
	max-width: 460px;
	margin: 0 auto 5px;
}

#contents04 h3 {
	width: 50%;
	max-width: 226px;
	margin: 0 auto 15px;
}

#contents04 h2 img,#contents04 h3 img {
	width: 100%;
	height: auto;
}

#contents04 table {
	width: 93%;
	margin: 0 auto 15px;
	border-collapse: collapse;
}

#contents04 table tr {
	font-size: 85%;
	-webkit-text-size-adjust: 180%;
	color: #41331f;
	height: 60px;
}

#contents04 table tr td {
	padding-bottom: 5px;
}

.bold {
	font-weight: bold;
}

.border td {
	border-bottom: 1px #ded4c0 solid;
}

#contents04 table tr td a {
	text-decoration: underline;
	color: #f3346c;
}

#formBtn {
	width: 93%;
	max-width: 600px;
	margin: 0 auto;
}

#formBtn img {
	width: 100%;
	height: auto;
}

.ggmap {
position: relative;
padding-bottom: 75%; // これが縦横比
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}


/*フッター*/
footer {
	width: 100%;
	padding-top: 20px;
}

#footer table {
	width: 93%;
	margin: 0 auto 15px;
	border-collapse: collapse;
}

#pageTop {
	width: 100%;
}

#pageTop p {
	width: 20%;
	max-width: 80px;
	margin: 30px 0 10px 80%;
}

#pageTop p img {
	width: 100%;
	height: auto;
}

#footerContnts {
	width: 100%;
	height: 136px;
	background: url('../images/footerBg.png') repeat-x;
}

#address {
	color: #765c39;
	font-style: normal;
	font-size: 65%;
	text-align: center;
	padding: 50px 0 30px;
	-webkit-text-size-adjust: 180%;
}
