﻿@charset "utf-8";
/* CSS Document */


* {
	margin:0;
	padding:0;
   -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/*画像の下の隙間を無*/
img {
    max-width: 100%;
	border-style:none;
    vertical-align: bottom; 
}


body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
	font-size: 1em;
    color: #444;
	background-color:#F6F6EE;
    height: auto;
	line-height: 140%;
	text-decoration:none;
	-webkit-text-size-adjust: 100%;
	border-top:7px solid #00862E;
}

.main {
	max-width:1000px;
	margin-left:auto;
	margin-right:auto;
	background-color:#FFF;
	position:relative;
	padding-bottom:100px;
}

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a:active {
	text-decoration: none;
	color: #00000;
}





/*ページタイトル*/
.logo {
	position:absolute;
	top:30px;
	left:50px;
}

/*ヘッド画像の下白曲線*/
.img_bottom img{
	position:absolute;
	bottom:0%;
	width:100%;
}


/*ナビ*/
.nav_main {
	display:block;
	text-align:center;
	margin:30px 20px 0 20px;
	padding-bottom:0px;
	border-bottom:1px #666666 solid;
	line-height:60px;
}

.fa-leaf {
	color:#00862E;
}

* {
    -webkit-transition-property: all;
    -webkit-transition-duration: .2s;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
    -moz-transition-property: all;
  -moz-transition-timing-function: cubic-bezier(100,50,21,6);
}

.nav_btn{
  color: #fff;
  padding:10px 20px;
  font-size:1em;
  text-decoration:none;
  letter-spacing:2px;
  text-transform:uppercase;
}

.nav_btn:hover{
  border:none;
  background:rgba(0, 0, 0, 0.4);
  background: #EBE3D6;
  padding:20px 20px;
  color:#00862E;
}
.nav_sp_wrap1 {
	display:inline;
	width:50%;
}
.nav_sp_wrap2 {
	display:inline;
	width:50%;
}



/*見出し*/
.midashi {
	font-size:1.4em;
	font-weight:bold;
	color:#888;
	margin-top:100px;
	margin-bottom:15px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	border:2px #00862E solid;
	padding:12px 10px 10px 10px;
	width:240px;
}
.midashi_img {
	display: block;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:-20px;
}

/*コンテンツ内*/
.box1 h2 {
	font-size:1.5em;
	text-align:center;
	color:#00862E;
	line-height:140%;
}
.box1 p {
	line-height:200%;
	margin:20px 50px;
}



/* ページトップのｊｓ */
#pagetop {
    position: fixed;
    bottom: 0px;
    right: 5px;
	clear:both;
}



/*フッター*/
.nav_footer{
	font-size:1em;
	color:#fff;
	display:block;
	padding:5px;
	max-width:1000px;
  	background-color:#00862E;
	clear:both;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:50px;
}
.nav_footer a {
	display:block;
	float:left;
	padding:10px 20px;
	margin:20px 0px;
}

.logo_footer {
	float:right;
	margin:30px 20px 10px 10px;
}

.footerbg {
	background-color:#00862E;
}


.nav_footer a:link {
	color:#FFF;
}
.nav_footer a:visited {
	color:#FFF;
}
.nav_footer a:hover {
	color: #6F6;
}
.nav_footer a:active {
	color:#FFF;
}
.nav_footer:after {
	content: "";
	display:block;
	clear:both;
}


.nav_footer .fa-leaf {
	color: #A7E894;
}



.copyright {
	text-align:center;
	color:#fff;
	background-color:#39A75D;
	font-size:0.9em;
	padding-top:10px;
	padding-bottom:10px;
}


/*ポイントリンクボタン*/
.botton a{
	margin-left:auto;
	margin-right:auto;
	color: #fff;
}
.btn {
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size: 1.2em;
	display: block;
	background: #33CC99;
	border: 1px solid  #f2f2f2;
	-moz-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	-webkit-box-shadow: 1px 1px 1px rgba(000,000,000,0.3);
	width: 300px;
	padding: 10px 5px;
	margin:10px 0 20px 0;
}



.clear {
	clear:both;
}



.font_sss {
	font-size:0.5em;
}
.font_ss {
	font-size:0.7em;
}
.font_s {
	font-size:0.825em;
}
.font_m {
	font-size:0.9em;
}
.font_l {
	font-size:1.1em;
}
.font_ll {
	font-size:1.3em;
}
.font_lll {
	font-size:1.3em;
}
.red {
	color: #C00;
}
.font_m_red {
	color:#C00;
	font-size:0.9em;
}
.font_s_red {
	color:#C00;
	font-size:0.8em;
}

.red {
	color:#D60000;
}
.hair_blue {
	color:#3b80b7;
}
.pink {
	color:#ff76a4;
}
.yellow {
	color:#FFDB51;
}
.yellow2 {
	color:#AD8C1D;
}
.black {
	color:#000;
}
.white {
	color:#fff;
}
.purple {
	color: #792B84;
}
.gray {
	color:#666;
}
.orange {
	color:#F96;
}
.brown {
	color:#603F36;
}
.navy {
	color:#22294F;
}
.rainier {
	color:#990000;
}
.corn {
	color: #EDA012;
}
.slim {
	font-weight:normal;
}
.haba {
	margin-bottom:70px;
}
.haba_120 {
	margin-bottom:120px;
}
.haba_100 {
	margin-bottom:100px;
}
.haba_30 {
	margin-bottom:30px;
}
.haba_50 {
	margin-bottom:50px;
}
.haba_20 {
	margin-bottom:20px;
}
.haba_5pd {
	padding-bottom:5px;
}
.haba_20pd {
	padding-bottom:20px;
}
.haba-30 {
	margin-bottom:-30px;
}
.haba-80 {
	margin-bottom:-80px;
}
.ido {
	text-align:center;
	margin:20px 10px 20px 10px;
}
.center {
	text-align:center;
}
.line {
	text-decoration:line-through;
}
