@charset "UTF-8";

/*テンプレートcssファイルの読み込み
---------------------------------------------------------------------------*/
@import url("aos.css");
@import url("drawer.css");
@import url("../webfonts/css/all.css");

/*全体の設定
---------------------------------------------------------------------------*/
html {
-moz-text-size-adjust:none;
-webkit-text-size-adjust:100%;
overflow-x: hidden;
overflow-y:scroll;
}
body {
font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
font-feature-settings : "palt";
letter-spacing: .5px;
color: #333;
font-size: 16px;
line-height:1.8em;
	background: #ffffff;
-webkit-font-smoothing: antialiased;/*チラつき防止*/
}
* {
margin: 0;
padding: 0;
}

/*リセット*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
margin:0;
padding:0;
border:0;
outline:0;
font-size:100%;
vertical-align:baseline;
background:transparent;
}
dd {margin: 0;}
nav,ul,li,ol {margin: 0;padding: 0;}
ul {list-style: none;}
input {font-size: 1rem;}

/*clearfix*/
.clearfix:after {
	content: "."; 
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	min-height: 1px;
overflow:hidden;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}


/*etc
---------------------------------------------------------------------------*/
.t_80 {
 font-size: 80%;
}
.item {
  width:100%;
}
a {
 text-decoration: none;
}
img {
 border: 0;
 vertical-align: bottom;
}


/*container（サイト全般を囲むブロック）
---------------------------------------------------------------------------*/
.container {
padding: 0 6%;
box-sizing:border-box;
width:100%;
}
@media screen and (min-width: 768px) {
.container {
width: 748px;
margin: 0 auto;
}}
@media screen and (min-width: 980px) {
.container {
width:1000px;
padding: 0;
}}


/*header（ロゴが入ったサイト上部のブロック）
---------------------------------------------------------------------------*/
.logo{
margin: 8px 0 8px 3%;
text-align: left;
}
h1 a {
background: url(../img/logo.svg) no-repeat;
background-size: 203px 60px;
display: block;
width: 203px;
height: 60px;
float: left;
}
h1 a span {
display: none;
}

.drawer-hamburger {
  margin: 4% 0 0 0;
}
@media screen and (min-width: 980px) {
.logo{
margin: 10px 0;
}
h1 a {
background-size: 237px 70px;
width: 237px;
height: 70px;
}}

@media screen and (min-width: 1200px) {
.logo{
margin: 5px 0;
}
h1 a {
background-size: 300px 89px;
width: 300px;
height: 89px;
}}


/*	contact
---------------------------------------------------------------------------*/
.contact_back {
	background-size: 250%;
	color: #FFF;
	text-align: center;
	padding: 10% 0;
	margin: 0 auto
}

.contact_back img {
width: 100%;
max-width: 100%;
height: auto;
}
.contact_back a img {
transition: 0.3s;
}
.contact_back a:hover img {
opacity: 0.5;
}


/*	文字サイズを変更
---------------------------------------------------------------------------*/
.textresizer_box {
	float: right;
	width: 250px;
	height: 40px;
	background: #e5e5e5;
	margin-right: 15px;
	color: #808080;
	padding: 8px 10px 0 20px;
	font-size: .8em;
	border-radius: 50px;
}
.textresizer_box p {float:left;margin-top: 3px}
.textresizer_box ul {float:right;list-style:none;}
.textresizer_box ul li {float:left;display:inline;}
.textresizer_box ul li a {float: left;padding:2px;width:50px;text-decoration:none;background:#fff;color: #808080;margin-left: 5px;text-align:center;border-radius: 50px;font-weight: bold}
.textresizer_box ul li a:hover {background:#fafafa;}

ul.textresizer .medium-text{
font-size: 12px;
}
ul.textresizer .large-text{
font-size: 14px;
}
ul.textresizer .larger-text{
font-size: 16px;
}


/*	NEWS
---------------------------------------------------------------------------*/
.info_box a {
display: flex;
flex-wrap: wrap;
text-decoration: none;
width: 100%;
padding: 15px 0;
border-bottom: #00a900 1px solid;
}
.info_box a p {
margin: 0;
min-width: 100px;
font-size: 85%;
color: #666;
font-weight: normal;
padding:0;
margin-top: 3px
}
.info_box a h5 {
text-decoration: none;
font-weight: normal;
font-size: 100%;
line-height: 160%;
color: #333;
padding:5px 0;
width: 100%;
}
.info_box a:hover {
cursor: pointer;
opacity: 0.5;
}
@media screen and (min-width: 980px) {
.info_box a {
flex-wrap: nowrap;
}
.info_box a p {
min-width: 120px;
}
}


/*	footer　menu
---------------------------------------------------------------------------*/
.flex_foot-box {
    padding:  0; 
    display: flex;
    justify-content:center;
		background-color: #f0ffdb;
}
 
.flex_foot-item {
    padding: 0;
    margin:  5% 15px;          /* 外側の余白 */
    width: 100%;                 /* 幅指定 */
}
.flex_foot-item ul {
  list-style: none;
	font-size: 85%;
}
.flex_foot-item ul li,
.flex_foot-item ul li a{
  line-height: 1.6;
  padding: 0.1em 0;
	color: #00a900
}
.flex_foot-item ul li a:hover {
opacity: 0.5;
}

@media only screen and (max-width:980px) {
.flex_foot-box { display: none !important; }
}
@media (min-width: 1100px) {
.flex_foot-item {
    width: auto;
}
}


/*	footer
---------------------------------------------------------------------------*/
#footer{
	background: #00a900;
	width: 100%;
	margin: 0;
	color: #FFF;
}
.footer_box {
	padding: 30px 0;
	text-align:center;
}
#footer h4 a {
	background: url(../img/f_logo.svg) no-repeat center;
	background-size: 174px 50px;
  display: block;
  width: 174px;
  height: 50px;
  margin: 0 auto;
}
#footer h4 a span {
display: none;
}
#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
#footer address a {
	color:#FFF;
}
#footer p {
	font-style: normal;
	font-size: 90%;
line-height:1.6em;
  margin: 10px auto 0 auto;
}
#footer p.copy {
font-family: Verdana, “Droid Sans”;
font-size: 70%;
padding: 10px 0 0 0;
text-align: center;
font-weight:normal;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    display: block;
    background-color: #060;
    text-align: center;
    color: #FFF;
    font-size: 12px;
    text-decoration: none;
    padding: 2px 10px 5px 10px;
    filter:alpha(opacity=60);
    -moz-opacity: 0.6;
    opacity: 0.6;
}
.pagetop a:hover {
    display: block;
    background-color: #393;
    text-align: center;
    color: #fff;
    text-decoration: none;
}


/*	PC contact（right）
---------------------------------------------------------------------------*/
.right_box {
position:fixed;
top:0;
right:0;
z-index:9999
}
.contact_banner {
	float: right;
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
	margin: 0;
	font-size: 100%;
	display: block;
	position: relative;
	}
.contact_banner a {
	display: block;
	background-color: #00a900;
	color: #fff;
    height:100%;
    width: 100%;
	transition: 0.5s;
	padding: 0;
	box-sizing: border-box;
	border-radius: 0 0 0 20px;
	}

.contact_banner a:hover {
opacity: 0.5;
}
@media screen and (max-width: 979px) {
.right_box {
display: none
}
}


/* ------------------------------------- */
/*	 resposive768
/* ------------------------------------- */
@media screen and (min-width: 768px) {
/*	contact
/* ------------------------------------- */
.contact_back {
	background-size: 100%;
	color: #FFF;
	text-align: center;
	padding: 6% 0;
	margin: 0 auto
}

#footer h4 a {
	background-size: 200px 57px;
  display: block;
  width: 200px;
  height: 57px;
  margin: 0 auto;
}
}

/* ------------------------------------- */
/*	 resposive980
/* ------------------------------------- */
@media screen and (min-width: 980px) {

/*	contact
/* ------------------------------------- */
.contact_back {
	padding: 60px 0;
}

/*	footer
/* ------------------------------------- */

a[href^="tel:"] {
    pointer-events: none;
}
#footer{
	width: 100%;
	margin: 0px;
}
.footer_box{
	width:980px;
	padding: 50px 0;
	margin: 0px auto;
}

#footer address {
	font-style: normal;
	font-size: 80%;
line-height:1.6em;
  margin: 15px auto 0 auto;
}
#footer address a {
	color:#FFF;
}
}