/*
Theme Name: greenarea_2025
Description: GREEN AREA 独自テーマ
Author: washio
Version: 1.0.0
*/
@charset "UTF-8";

html, body {
	margin: 0;
	overflow-x: hidden;
	padding: 0;
	max-width: 100%;
}
body {
	background-color: #FFFDF8;
	color: #3D804E;
	font-family: "hiragino-kaku-gothic-pron", sans-serif;
	font-size: 16px;
	font-weight: 300;
	font-style: normal;
	letter-spacing: 1px;
	line-height: 1.6;
	position: relative;
}
a {
	color: #3D804E;
	text-decoration: none;
	transition: ease .3s;
}
div {
	box-sizing: border-box;
}
h1, h2, h3, h4, h5 {
	box-sizing: border-box;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
ul, ol, li, dl, dt, dd {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
ul li, ol li {
	list-style-type: none;
}
figure, figcaption, p {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
	height: auto;
	max-width: 100%;
}

main, section, article {
	box-sizing: border-box;
	display: block;
}

/** flex box **/
.flexBox {
	display: flex;
	flex-wrap: wrap;
}

/** font **/
.bold {
	font-weight: 700;
}
.cg-reg {
	font-family: "century-gothic", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.cg-bold {
	font-family: "century-gothic", sans-serif;
	font-style: normal;
	font-weight: 700;
}
.bro-normal {
	font-family: "brother-1816", sans-serif;
	font-style: normal;
	font-weight: 400;
}
.bro-bold {
	font-family: "brother-1816", sans-serif;
	font-style: normal;
	font-weight: 700;
}

@media screen and (max-width: 1875px) {
	body {
		font-size: .85vw;
		letter-spacing: .05vw;
	}
}

@media screen and (max-width: 1400px) {
	
}

@media screen and (min-width: 781px) {
	.sp_on {
		display: none;
	}
}
@media screen and (max-width: 780px) {
	body {
		font-size: 3.4vw;
		letter-spacing: .1vw;
	}
	
	.pc_on {
		display: none;
	}
}