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

body {
	margin: auto;
}

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

h2 {
	font-family: Capriola, sans-serif;/*丸っこい太ゴシック*/
	/*font-family: 'Anton', sans-serif;*//*Impactっぽいフォント*/
	color:#84b24e;
}

h3 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color:#826a4e;
	border-bottom:solid 2px #826a4e;
	letter-spacing: 0.3em;
	width:80%;
	margin:auto;
}
h4 {
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, sans-serif;
	color:#826a4e;
	letter-spacing: 0.3em;
	width:80%;
	margin:auto;
	font-size: 18px;
	margin-bottom: 0;
}

p {
	color:#826a4e;
	font-size:15px;
	letter-spacing: 0.2em;
	line-height:2em;
}

a{
	color:#84b24e;
	text-decoration:none;
}

.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:200px;
	padding-bottom:200px;
}
.logo img{
	width: 400px;
}

#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 {
	width:280px;
	margin:auto;
	margin-top:50px;
}

#sns_icon a:hover {
	opacity:0.7;
}

#sns_icon ul {
	list-style-type:none;
	margin:auto;
}

#sns_icon li {
	float:left;
}

.icon_margin {
	margin-right:25px;
}


.br-pc { display:block; }
.br-sp { display:none; }


}
.shop{
	width: 785px;
	margin: 0 auto;
}
.shop_box{
	display: flex;
	flex-wrap: wrap;
}
.shop_box img{
	width: 330px;
	margin-bottom: 10px;
}
.box{
	margin: 0 30px 10px;
}
.box a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.recruit_pc{
	margin-top: 60px;
}
.recruit_pc img{
	width: 100%;
}

.recruit_pc img:hover{
	opacity: 0.7;
	transition: opacity 0.3s;
}
.recruit_sp{
	display: none;
}

/*スマホ用CSS*/
@media screen and (max-width: 480px){
	
#main_img {
	margin-bottom: 30px;
}
.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;
}


h2 {
	font-size:30px;
}

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

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

#sns_icon a:hover {
	opacity:0.7;
}

#sns_icon ul {
	list-style-type:none;
	margin:auto;
}

#sns_icon li {
	float:left;
}

.icon_margin {
	margin-right:25px;
}


.br-pc { display:none; }
.br-sp { display:block; }

.shop{
	width: 100%;
	margin: 0 auto;
}
.shop_box{
	display: block;
}
.shop_box img{
	width: 80%;
	margin: 20px 0;
}
.box{
	margin: 0 30px 10px;
}
.box a:hover{
	opacity: 0.7;
	transition: 0.3s;
}
.recruit_pc{
	display: none;
}
.recruit_sp{
	display: block;
	margin-top: 30px;
}
.recruit_sp img{
	width: 80%;
}
}

