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

body {
	margin: auto;
	border: 20px solid #4b4b4b;
}

#main_img {
	width: 100%;
	height: 100%;
	background-image: url(../img/main_img.jpg);
	background-size: cover;
}

h2 {
	/*font-family: Capriola, sans-serif;丸っこい太ゴシック*/
	/*font-family: 'Anton', sans-serif;Impactっぽいフォント*/
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #4b4b4b;
	letter-spacing: 0.15em;
}

h3 {
	padding-bottom: 10px;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color: #4b4b4b;
	border-bottom: solid 2px #e6c842;
	letter-spacing: 0.2em;
	width: 80%;
	margin: auto;
}

p {
	color: #4b4b4b;
	font-size: 15px;
	line-height: 2em;
}

a {
	color: #5A830C;
	text-decoration: underline;
}

address {
	font-style: normal;
	color: #4b4b4b;
}

.clearboth {
	clear: both;
}

.text_green {
	font-size: 23px;
	color: #84b24e;
	font-weight: bold;
	padding-top: 15px;
}

/*PC用CSS*/
@media screen and (min-width: 480px) {

	.logo {
		text-align: center;
		padding-top: 100px;
		padding-bottom: 100px;
	}

	#content {
		max-width: 980px;
		margin: auto;
		text-align: center;
	}

	.text_box {
		margin-bottom: 30px;
	}

	h2 {
		margin-top: 80px;
		font-size: 50px;
	}

	h3 {
		font-size: 30px;
		margin-top: 80px;
		margin-bottom: 40px;
	}


	#sns_icon {
		margin-top: 50px;
	}

	#sns_icon a:hover {
		opacity: 0.7;
	}

	#sns_icon ul {
		list-style-type: none;
		width: 100%;
		text-align: center;
	}

	address {
		margin: 50px 0;
		font-size: 13px;
		letter-spacing: 0.15em;
		line-height: 1.8;
	}

	p {
		letter-spacing: 0.2em;
	}


	.br-pc {
		display: block;
	}

	.br-sp {
		display: none;
	}


}


/*スマホ用CSS*/
@media screen and (max-width: 480px) {

	.logo img {
		width: 60%;
	}

	.logo {
		text-align: center;
		padding-top: 20px;
		padding-bottom: 20px;
	}

	#content {
		max-width: 100%;
		margin: auto;
		text-align: center;
	}

	#content p {
		font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
		width: 80%;
		margin: auto;
		text-align: left;
		text-align: justify;
		line-height: 2em;
	}

	.text_box {
		margin-bottom: 50px;
		padding: 0 20px;
	}


	h2 {
		padding: 0 20px;
		font-size: 28px;
	}

	h3 {
		font-size: 15px;
		margin-bottom: 30px;
	}

	#sns_icon {
		width: 280px;
		margin: auto;
		margin-top: 40px;
		margin-bottom: 30px;
	}

	#sns_icon a:hover {
		opacity: 0.7;
	}


	address {
		margin: 40px 0;
		font-size: 13px;
		letter-spacing: 0.15em;
		line-height: 1.8;
	}

	.br-pc {
		display: none;
	}

	.br-sp {
		display: block;
	}


}