@charset "utf-8";
/* -------------------------------
FONT
------------------------------- */
html { font-size: 62.5%; }
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	font-size: 13px;
	font-size: 1.3rem;
	color: #4C4C4C;
}
/* -------------------------------
LAYOUT
------------------------------- */
* {
	word-break: break-all;
	word-wrap: break-word;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
html,
body {
	height: 100%;
	min-width: 1000px;
}
html { -webkit-text-size-adjust: 1; }
.sp {
	display: none;
}
/* -------------------------------
FONT
------------------------------- */
.font_soft_l{font-family: "ソフトゴシック L",Soft Gothic Light !important;}
.font_soft_r{font-family: "ソフトゴシック R",Soft Gothic Regular !important;}
.font_soft_m{font-family: "ソフトゴシック M",Soft Gothic Medium !important;}
.font_soft_db{font-family: "ソフトゴシック DB",Soft Gothic DemiBold !important;}
.font_soft_b{font-family: "ソフトゴシック B",Soft Gothic Bold !important;}
.font_soft_h{font-family: "ソフトゴシック H",Soft Gothic Heavy !important;}
.font_soft_u{font-family: "ソフトゴシック U",Soft Gothic Ultra !important;}
.font_arial{font-family: Arial !important;}
.font_arial_n{font-family: Arial Narrow !important;}



/* -------------------------------
FONT SIZE
------------------------------- */
p {
	font-size: 1.7rem;
	line-height: 170%;
	display: block;
}
.colour {
	color: #80B83F;
}
li , a {
	font-size: 1.7rem;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #80B83F;
}
h1 {
	font-size: 2.5rem;
	font-weight: bold;
}
h2 {
	font-size: 2.3rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 3rem;
	border-bottom:solid 1px #C6C6C6 ;
	padding-bottom: 3rem;
}
h3 {
	font-size: 2.3rem;
	text-align: center;
}
/* -------------------------------
width
------------------------------- */
.inn {
	width: 84rem;
	margin: 0 auto ;
}
/* -------------------------------
BG
------------------------------- */
#contents {
	background: #F1EFEB;
}
.bgWhiteWide {
	background: #fff;
	width: 100%;
}
.bgWhite {
	background: #fff;
	width: 84rem;
	margin: 0 auto 6rem;
	padding: 3rem ;
}
/* -------------------------------
flex
------------------------------- */
.flexRow {
	display: flex;
    flex-direction: row;
	flex-wrap: wrap;
    justify-content: space-between;
}
/* -------------------------------
logo
------------------------------- */
.logo img{
	width: 40rem;
}
/* -------------------------------
header
------------------------------- */
#logoHeader {
	margin: 1rem 0 0 6rem;
}
#gnav ul {
	justify-content:flex-end;
}
#gnav ul li {
	margin: 1.5rem 0;
	padding-right: 3rem;
}
#gnav ul li:last-child{
	padding-right: 6rem;
}
/* -------------------------------
footer
------------------------------- */
/* -------------------------------
contact
------------------------------- */
#contact .bgWhiteWide{
	padding-bottom: 2rem;
}
#contact .inn {
	padding: 0 3rem ;
}
#contact img {
	margin: 3rem 0 1rem;
}
#contact address {
	margin-bottom: 1rem;
}
#contact address a::before {
	content: '';
    display: inline-block;
    width: 2.5rem;
    height: 2.5rem;
    background-image: url(../images/ico_map.png);
    background-size: contain;
    vertical-align: middle;
    background-repeat: no-repeat;
}
/* -------------------------------
links
------------------------------- */
#links {
	padding: 0 3rem;
	margin: 0 auto ;
}
#links ul {
	padding: 3rem 0;
}
#links ul li img {
	width: 24rem;
}
/* -------------------------------
copyright
------------------------------- */
#copyright {
	background: #80B83F;
	width: 100%;
	text-align: center;
	padding: 2rem 0 2rem;
}
/* -------------------------------
title
------------------------------- */
#title h1 img {
	width:100%;
    height: auto;
	margin-bottom: 6rem;
}











