@charset "UTF-8";
/* CSS Document */

/*
Theme Name: chienomori
Version: 20250204
*/

body {
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 62.5%;
	color: #000;
	background-color: #79a969;
	margin: 0px;
	padding: 0px 0px 20px;
}

a:link {
	color: #03C;
	text-decoration: none;
}

a:visited {
	color: #03C;
}

a:hover {
	color: #FC0;
}

#chienomori-logo-wrap {
	height: 400px;
	width: 100%;
	background-image: url(image/back-img.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

.chienomori-logo {
	height: 400px;
	width: 400px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.chienomori-logo img {
	height: 100%;
	width: 100%;
}

.chienomori-wrap {
	background-color: #fff8e7;
	height: auto;
	width: 100%;
	overflow: hidden;
	margin-top: -1px;
}

.chienomori-title {
	text-align: center;
	margin-top: 60px;
	font-family: "M PLUS 1p", serif;
	font-weight: 800;
	font-style: normal;
	font-size: 2.2em;
	letter-spacing: 0.1em;
}

.chienomori-txt {
	height: auto;
	width: 900px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-family: "M PLUS 1p", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.7em;
	line-height: 150%;
}

#google-map {
	height: auto;
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	background-color: #79a969;
}

.adress {
	text-align: center;
	margin-top: 30px;
	font-family: "M PLUS 1p", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.8em;
	letter-spacing: 0.1em;
}

.iquiry {
	text-align: center;
	margin-top: 80px;
	font-family: "M PLUS 1p", serif;
	font-weight:800;
	font-style: normal;
	font-size: 2em;
	letter-spacing: 0.1em;
}

.e-mail {
	text-align: center;
	margin-top: 30px;
	font-family: "M PLUS 1p", serif;
	font-weight: 700;
	font-style: normal;
	font-size: 1.7em;
	letter-spacing: 0.1em;
}

#copy {
	text-align: center;
	margin-top: 80px;
	font-family: "M PLUS 1p", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.5em;
	letter-spacing: 0.1em;
}

.hr-info {
	border: none;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: #79a969;
	width: 40%;
	margin-top: 60px;
	margin-right: auto;
	margin-left: auto;
}

.info-wrap {
	text-align: center;
	margin-top: 30px;
}

#chienomori-dete {
	background-color: #79a969;
	margin-top: -10px;
}

.b-info {
	font-family: "M PLUS 1p", serif;
	font-weight: 500;
	display: inline-block;
	cursor: pointer;
	padding: 8px 50px;
	text-decoration: none;
	font-size: 1.5em;
	letter-spacing: 0.1em;
	color: #000;
	border-radius: 4px;
	border: 1px solid #000;
	background-color: #FFF;
}

.b-info:link {
	border: 1px solid #666;
	color: #000;
}

.b-info:hover {
	border: 1px solid #666;
	color: #666;
}

@media (max-width: 910px){

#chienomori-logo-wrap {
	height: 300px;
	width: 100%;
	background-image: url(image/back-img-mobile.png);
	background-repeat: repeat-x;
	overflow: hidden;
}

.chienomori-logo {
	height: 300px;
	width: 300px;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
}

.chienomori-title {
	text-align: center;
	margin-top: 30px;
	font-family: "M PLUS 1p", serif;
	font-weight: 800;
	font-style: normal;
	font-size: 2.2em;
	letter-spacing: 0.1em;
}

.chienomori-txt {
	height: auto;
	width: 94%;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	font-family: "M PLUS 1p", serif;
	font-weight: 400;
	font-style: normal;
	font-size: 1.7em;
	line-height: 150%;
}

#google-map {
	height: auto;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	background-color: #79a969;
}

.hr-info {
	border: none;
	background-color: #fff;
	border-width: 1px 0 0 0;
	border-top: dotted;
	border-color: #79a969;
	width: 40%;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}

}