﻿@charset "utf-8";

/* Reset */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary,time, mark, audio, video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body {
line-height: 1;
}
ol, ul {
list-style: none;
}
blockquote, q {
quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
border: none;
outline: none;
}

/* Reset End */

h1 {
	font-size: 1.7em!important;
	font-weight: 600!important;
	line-height:1.5em!important;
	letter-spacing:0.2em!important;
}

h2 {
	font-size:1.4em!important;
	font-weight: 600!important;
	line-height:1.5em!important;
	letter-spacing:0.15em;
}

h3 {
	font-size:1.3em!important;
	font-weight: 600!important;
	line-height:1.4em!important;
	letter-spacing:0.15em;
}

h4 {
	font-size:1.2em!important;
	font-weight: 600!important;
	line-height:1.3em!important;
	letter-spacing:0.15em;
}

h5 {
	font-size:1.2em!important;
	font-weight: 600!important;
	line-height:1.2em!important;
	letter-spacing:0.15em;
}

h5 img{
	width: 58px;
	margin-left: 8px;
}

@media (max-width:480px){
	
	h2{
		font-size:1.2em!important;
	}
	h3{
		font-size:1.1em!important;
	}
	h4{
		font-size:1em!important;
	}
	h5{
		font-size:0.9em!important;
	}
}


img{margin:0 auto;max-width:100%}
dt,dd,tr,td,li { line-height:1.6em; letter-spacing:1px}
iframe {  border: none;  outline: none;}

body {
	font-family: 'M PLUS 1p', sans-serif!important;
	color:#333!important;
	width:100%;
	font-weight: 300;
	text-align:center;
	letter-spacing: 0.1em;
}

a { text-decoration:none; transition-property: all; transition: 0.2s linear;}
input { text-decoration:none; transition-property: all; transition: 0.2s linear;}
a:hover { opacity: 0.7;  text-decoration:none!important;}
input:hover { opacity: 0.7;  text-decoration:none!important;}
h5:hover{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
a:hover img{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )";}
a img { transition-property: all; transition: 0.2s linear;}
a:hover div{opacity:0.7;filter:alpha(opacity=70);-ms-filter:"alpha( opacity=70 )"; text-decoration:none!important;}
a div{ transition-property: all; transition: 0.2s linear;}
a:focus { outline:none;}
button:focus { border:none; outline:none !important;}
a:link { color:inherit; text-decoration:none; }
a:visited { color:inherit; text-decoration:none }

.switch {visibility: hidden;}

#container{
	background-color:#fff;
	width:100%;
	margin:0 auto;
	text-align:center;
}

#contents{
	width:100%;
	text-align:center;
}

P {
	letter-spacing: 0.05em;
	line-height: 1.8em!important;
	font-size: 1em;
}

@media (max-width:480px){
	P {
		font-size: 0.9em;
	}

}
/*-------------------

--------COLOR--------

-------------------*/

.clr-y{color: #FFBD48}
.clr-g{color: #81C12F}
.clr-f7{color: #f7f7f7}
.clr-fff{color: #fff}
.clr-333{color: #333}
.clr-r{color: #f00}

.bgc-y{background-color: #FFBD48}
.bgc-g{background-color: #81C12F}
.bgc-f7{background-color: #f7f7f7}
.bgc-fff{background-color: #fff}
.bgc-333{background-color: #333}

.shdw {
	-webkit-box-shadow: 0px 4px 12px -1px #999;
    -moz-box-shadow: 0px 4px 12px -1px #999;
    box-shadow: 0px 4px 12px -1px #999;
}

.br-l {
	border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}
.br-m {
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}
.br-s{
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}

.mgn-0 {
	width: 100%;
	margin: 0 auto;
}

.uline {
	border-bottom: dotted 1px #81C12F;
	padding: 0 0 5px 0;
	min-width: 200px;
}

.uline-g {
	display: inline-block;
	padding: 0 0 7px 0;
	border-bottom: dotted 2px #81C12F;
}




/*-------------------
---------------------
---------------------
------COLOR END------
---------------------
---------------------
-------------------*/

/*-------------------
---------------------
---------------------
---------HEAD--------
---------------------
---------------------
---------------------
-------------------*/


#top {
	width:100%;
	height:auto;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position: relative;
	background:url("../images/top_bg.png") #000;
	background-attachment: fixed;
	border-bottom:solid 3px #81C12F;
}

#top img {
	margin-top: 80px;
	filter:alpha(opacity=70); /* IE 6,7*/
	-ms-filter: "alpha(opacity=70)"; /* IE 8,9 */
	-moz-opacity:0.7; /* FF , Netscape */
	-khtml-opacity: 0.7; /* Safari 1.x */
	opacity:0.7;
	zoom:1; /*IE*/
}

.mb-top {
	display: none;
}

@media (max-width:768px){
	
	.pc-top {
		display: none;
	}
	.mb-top {
		display: block;
	}
	
}

.top-logo {
	top: 30%;
	position: absolute;
	width: 35%;
	text-align: center;
	left: 32.5%;
}

.top-logo img {
	text-align: center;
	margin: 0 auto;
    filter:alpha(opacity=100)!important; /* IE 6,7*/
	-ms-filter: "alpha(opacity=100)"!important; /* IE 8,9 */
	-moz-opacity:1!important; /* FF , Netscape */
	-khtml-opacity: 1!important; /* Safari 1.x */
	opacity:1!important;
	zoom:1; /*IE*/
}


#sub-top {
	width:100%;
	display: block;
	height:320px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-bottom:solid 3px #81C12F;
}

.sub-top-bg {
	display: block;
	width: 100%;
	height: 320px;
	background: rgba(0,0,0,0.3);
	background-image:url("../images/sub_top_bg.png");
	z-index: -100;
	text-align: center;
	padding-top:150px!important;
}

.sub-top-case {
	position: relative;
	width: 300px;
	display: block;
	text-align: center;
	margin: 0 auto;
	
	color: #fff;
	border:solid #fff;
	border-width:1.5px 0px 1.5px 0px;
	padding: 0px 18px 30px 27px;
	background-image:url("../images/sub_tit_bg.png");
}

.sub-top-case h1 {
	display: block;
	font-weight: 500!important;
}
.sub-top-case span {
	display: block;
	font-size: 1em!important;
	letter-spacing: 0.6em;
	font-weight: 400;
	line-height: 0;
}


#header{
	position: fixed;
    z-index: 10;
	width:100%;
    height: 80px;
	-webkit-box-shadow: 0px 4px 12px -10px #000;
    -moz-box-shadow: 0px 4px 12px -10px #000;
    box-shadow: 0px 4px 5px -2px #000;
}

.menu_logo {
	width: 230px;
	min-width: 100px;
	float: left;
	display:table-cell;
	padding: 25px 0px 0px 25px;
	margin: 0;
	margin-right: 25px;
	position: relative;
	z-index: 150;
}

@media only screen and (max-width: 480px) {
	
	.menu_logo {
	padding: 25px 10px 0px 15px;
}
	
}
/*---------------------menu------------------------*/

.menu-container {
    width: 100%;
    margin: 0 auto;
    background: #fff;
	border-bottom:solid 2px #81C12F;
	font-size: 0.9em;
	font-weight: 500;
	padding: 0;
}

.menu-mobile {
    display: none;
    padding: 20px;
	height: 83px;
}

.menu-mobile:after {
    content: "\f394";
    font-family: "Ionicons";
    font-size: 4rem;
    padding: 0;
    float: right;
    position: relative;
    top: 20%;
	color: #81C12F;
    -webkit-transform: translateY(-25%);
    -ms-transform: translateY(-25%);
    transform: translateY(-25%);
}


.menu-dropdown-icon:before {
    content: "\f489";
    font-family: "Ionicons";
    display: none;
    cursor: pointer;
    float: right;
    padding: 2em 2.4em;
    background: #fff;
    color: #333;
}

.menu > ul {
    margin: 0 auto;
    width: 100%;
    list-style: none;
    padding: 0;
    position: relative;
    /* IF .menu position=relative -> ul = container width, ELSE ul = 100% width */
    box-sizing: border-box;
}

.menu > ul:before,
.menu > ul:after {
    content: "";
    display: table;
}

.menu > ul:after {
    clear: both;
}

.menu > ul > li {
    float: left;
    background: #fff;
    padding: 0;
    margin: 0;
}

.menu > ul > li a {
    text-decoration: none;
    padding: 2.6em 1.5em;
    display: block;
	height: 83px;
}

.menu > ul > li:hover {
	transition: 0.1s linear;
    background: #f7f7f7;
}

.menu > ul > li a:hover {
	color: #222;
	filter:alpha(opacity=100);
    -moz-opacity: 1;
    opacity: 1;
}

.menu > ul > li > ul > li:hover {
	transition: 0.2s linear;
	background: #eee;
}
/*ドロップメニュー*/
.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f7f7f7;
    padding: 0px!important;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	text-align: left;
	-webkit-box-shadow: 0px 4px 12px -10px #000;
    -moz-box-shadow: 0px 4px 12px -10px #000;
    box-shadow: 0px 4px 5px -2px #000;
	border-top: solid 2px #81C12F;
}

.menu > ul > li > ul:before,
.menu > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li {
    margin: 0;
	padding: 8px 2px 0 2px;
    list-style: none;
    width: 25%;
    background: none;
    float: left;
	height: 60px;
}

.menu > ul > li > ul > li a {
    color: #333;
	padding: 12px 18px!important;
    width: 95%;
    display: block;
	color: #666;
}

.menu > ul > li > ul > li > ul {
    display: block;
    padding: 0;
    margin: 10px 0 0;
    list-style: none;
    box-sizing: border-box;
}

.menu > ul > li > ul > li > ul:before,
.menu > ul > li > ul > li > ul:after {
    content: "";
    display: table;
}

.menu > ul > li > ul > li > ul:after {
    clear: both;
}

.menu > ul > li > ul > li > ul > li {
    float: left;
    width: 100%;
    padding: 10px 0;
    margin: 0;
    font-size: .8em;
}

.menu > ul > li > ul > li > ul > li a {
    border: 0;
}

.menu > ul > li > ul.normal-sub {
    width: 250px;
    left: auto;
    padding: 15px 20px 5px 20px;
}

.menu > ul > li > ul.normal-sub > li {
    width: 100%;
}

.menu > ul > li > ul.normal-sub > li a {
    border: 0;
    padding: 1em 0;
}


@media only screen and (max-width: 959px) {
	
    .menu-container {
        width: 100%;
    }
    .menu-mobile {
        display: block;
    }
    .menu-dropdown-icon:before {
        display: block;
		height: 53px;
		font-size: 1.5em;
		font-weight: 900;
		background-color: #f7f7f7;
		padding: 17px 25px;
    }
    .menu > ul {
        display: none;
    }
    .menu > ul > li {
        width: 100%;
        float: none;
        display: block;
		border: solid 1px #ccc;
		text-align: left;
    }
    .menu > ul > li a {
        padding: 1.4em 1.5em 1.5em 1.5em;
        width: 100%;
        display: block;
		height: 53px;
    }
    .menu > ul > li > ul {
        position: relative!important;
		-webkit-box-shadow: 0px 0px 0px 0px #000!important;
		-moz-box-shadow: 0px 0px 0px 0px #000!important;
		box-shadow: 0px 0px 0px 0px #000!important;
		border-top: solid 2px #81C12F;
    }
    .menu > ul > li > ul.normal-sub {
        width: 100%;
	}
    .menu > ul > li > ul > li {
        float: none;
		padding: 3px 2px 0 2px;
        width: 100%;
        height: 50px;
    }
    .menu > ul > li > ul > li:first-child {
        margin: 0;
    }
    .menu > ul > li > ul > li > ul {
        position: relative;
    }
    .menu > ul > li > ul > li > ul > li {
        float: none;
    }
    .menu .show-on-mobile {
        display: block;
    }
	.menu > ul > li > ul {
    display: none;
    width: 100%;
    background: #f7f7f7;
    padding: 0px!important;
    position: absolute;
    z-index: 99;
    left: 0;
    margin: 0;
    list-style: none;
    box-sizing: border-box;
	text-align: left;
	-webkit-box-shadow: 0px 4px 12px -10px #000;
    -moz-box-shadow: 0px 4px 12px -10px #000;
    box-shadow: 0px 4px 5px -2px #000;
	border-top: solid 2px #81C12F;
}


}


/*-------------------menu end----------------------*/

.icn_fb_li {
	display: none!important;
}

.icn_fb {
	float: right;
	margin-top: 25px!important;
	display: inline-block;
	position: absolute;
	right: 15px!important;
	width: 32px;
}


nav {
	text-align:left;
	float:left;
	position:relative;
	height:auto;
	background:none;
	vertical-align: middle;
	display: inline-block;
	width: 75%;
}

nav ul {
	text-align:center;
	line-height:50px;
	margin-left: 40px;
}
nav ul li {
	display:inline-block;
    height: 100%;
	position: relative;
	vertical-align: middle;
	margin-top:35px;
	margin-right: 3%;
	float: left;
}

nav ul li,nav ul li a {
    letter-spacing: 0.15em;
    font-size: 14px;
    font-weight: 400;
    color: rgb(51, 51, 51);
}

nav ul li a {
    display: block;
    padding: 0 20px 0 0;
    text-decoration: none;
    transition: all .2s linear;
    -webkit-transition: all .2s linear;
}

nav ul li a:hover {
	opacity: 0.5;
}

nav ul li.tooltip span,.wrap ul.gnav li.tooltip span{
	display:none;
}

nav ul li.tooltip,.wrap ul.gnav li.tooltip{
	opacity: 1;
	cursor:pointer;
	position:relative;
}

nav ul li.tooltip:hover span ,.wrap ul.gnav li.tooltip:hover span{
    display: block; 
    position: relative;
    top: 40px;
    background-color: #fff;
    padding: 0 5px;
	opacity: 1;
    width: 60px;
    color: #000;
    font-size: 90%;
    z-index: 1000;
}

.wrap ul.gnav li.tooltip:hover span{
	top:42px;
	padding:6px;
	width:100px;
	font-size:80%;
}

.button {
	display:none;
	position:absolute;
	right:20px;
	top:13px;
	z-index:999;
	font-size:36px;
}

.wrap .button {
	right:20px;
}

.button a {
	text-decoration:none;
	float: right;
	
}

.btn-open:after {
	color: rgb(129, 193, 47);
	content:"\f0c9";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.btn-open:hover:after {
	opacity: 0.5;
}

.btn-close:after {
	color: rgb(129, 193, 47);
	content:"\f057";
	font-family:"FontAwesome";
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

.btn-close:hover:after {
	opacity: 0.5;
}

.overlay {
	display:none;
	position:fixed;
	top:0;
	height:100%;
	width:100%;
	background: #111;
	overflow:auto;
	z-index:99;
	filter:alpha(opacity=90); /* IE 6,7*/
	-ms-filter: "alpha(opacity=90)"; /* IE 8,9 */
	-moz-opacity:0.9; /* FF , Netscape */
	-khtml-opacity: 0.9; /* Safari 1.x */
	opacity:0.9;
	zoom:1; /*IE*/
}

.wrap {
	color:#e9e9e9;
	text-align:center;
	max-width:90%;
	margin:0 auto;
}

.wrap ul.gnav {
	border-bottom:1px solid #575757;
	text-transform:capitalize;
	padding:150px 0px 100px;
}

.wrap ul.gnav li {
	color: rgb(129, 193, 47);
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}

.wrap ul.gnav li a {
	color: rgb(129, 193, 47);
	display:block;
	padding:8px 0;
	text-decoration:none;
	transition-property:all .2s linear 0s;
	-moz-transition:all .2s linear 0s;
	-webkit-transition:all .2s linear 0s;
	-o-transition:all .2s linear 0s;
}

/*-------------------
---------------------
---------------------
------HEAD_END-------
---------------------
---------------------
---------------------
-------------------*/

/*-------------------

------CONTENTS-------

-------------------*/




.button-01{
	width: 250px;
	font-size: 1.1em;
	font-weight: 500;
	bottom: 0;
	padding: 18px 5px;
	margin: 0 auto;
	line-height: 1.7em;
	letter-spacing: 0.2em;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.bt-tri-y{
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 17px solid #ffbd48;
margin: 0 auto;
}


.bt-tri-g{
width: 0;
height: 0;
border-left: 7px solid transparent;
border-right: 7px solid transparent;
border-bottom: 17px solid #81c12f;
margin: 0 auto;
}


.br-cont{
	display:inline-block!important;
}




/*-------------------

-------フッター-------

-------------------*/


.foot_box {
	background-color: #81C12F;
	color: #fff;
	width:100%;
	padding: 0;
	box-sizing:border-box;
	overflow:hidden;
	text-align: center;
	overflow: hidden;
}

.foot_box p{
	letter-spacing: 0.3em;
	text-align: center;
}

.foot_logo{
	width: 250px;
}

.inner_1000{
	max-width:1040px;
	padding:20px 20px 20px 20px;
	text-align: center;
	margin: 0px auto;
}


.ft_txt_bx{
	float: left;
	text-align: left;
	font-size: 0.9em;
	letter-spacing: 0.2em;
	line-height: 2.5em;
	margin-top: -5px;
	display:inline-block;
}

.ft_txt{
	float: left;
	margin-right: 50px;
	text-align: left;
	line-height: 2.35em;
}

.ft_txt2{
	float: left;
	margin-right: 20px;
	text-align: left;
	line-height: 2.35em;
}

.ft_txt span,.ft_txt2 span{
	font-size: 1.2em;
	font-weight: 500;
}


.ft_mail{
	float: right;
	display: block;
	width: 300px!important;
	letter-spacing: 0.1em;
}

.ft_mail span{
	font-size: 1.2em;
	font-weight: 500;
	line-height: 1.1em!important;
	letter-spacing: 0.2em;
	margin-bottom: 5px;
}

.ft_mail dd{
	line-height: 2em!important;
	margin-bottom: 10px;
}

.ft_mail p{
	font-family: 'Oswald', sans-serif;
	font-size: 3.09em;
	font-weight: 600;
	line-height: 1.1em!important;
	letter-spacing: 0.1em;
	margin-bottom: 0.1em;
}

.btn-ft-mail {
	display: block;
	background-color: #fff;
	color: #81C12F;
	text-align: center;
	font-size: 1.2em;
	padding: 16px 10px;
	width: 100%!important;
	margin: 0 auto;
	font-weight: 700;
	letter-spacing: 0.15em;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
}

.btn-ft-mail img {
	width: 30px;
	margin-right: 10px
}

@media (max-width:860px){
	
	.ft_txt_bx{
		float: none;
		margin: 0 auto;
		margin-bottom:30px;
	}
	
	.ft_txt {
		margin-right: 20px;
	}
	
	.ft_txt2 {
		margin-right: 0px;
	}
	
	.ft_mail{
		float: none;
		margin: 0 auto;
	}
	
}

@media (max-width:480px){
	
	.ft_txt_bx{
		min-width: 40%;
		margin-bottom:30px;
	}
	
	.ft_txt {
		float: none;
		margin-right: 0px;
	}
	.ft_txt2 {
		float: none;
		margin-right: 0px;
	}
	
}

.foot2_box {
	background-color: #81C12F;
	font-size: 1em;
	color: #fff;
	width:100%;
	padding:7px 10px 15px 10px;
	box-sizing:border-box;
	overflow:hidden;
	text-align: center;
	line-height: 1.2em;
	overflow: hidden;
}
.foot2_box span{
	display:inline-block;
	margin: 7px 0px;
}


/*-------------------
---------------------
---------------------
-----フッター_END-----
---------------------
---------------------
---------------------
-------------------*/



/*-------------------

--------OTHER--------

-------------------*/

.notice{
	width: 100%;
	font-size: 0.9em;
	letter-spacing: 0.1em;
	line-height: 20px;
	display: block;
	text-align: left;
	margin-left: -22px;
}

.notice ul li {
	list-style-type: none;
	list-style-position: inside;
	text-indent:-1.1em;
	padding-left:1em;
	margin-bottom: 3px;
	width: 100%;
}

.notice  li:before {
	content: '※'; 
	margin-right: 0.2em;
	font-weight:900;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 5px;
	line-height: 0;
	margin-bottom: 0px;
	z-index: 100;
}

.pagetop a {
	width: 50px;
    display: block;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
}
.pagetop a:hover {
    display: block;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
	filter:alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
}

/*-------------------
---------------------
---------------------
------OTHER_END------
---------------------
---------------------
---------------------
-------------------*/

@media (max-width:1000px){




}

@media (max-width:950px){

}

@media (max-width:900px){


}

@media (max-width:767px){
	
	.wrap ul.gnav>li {
		width:100%;
		padding:20px 0;
		border-bottom:1px solid #575757;
	}
	
	.wrap ul.gnav {
		padding:30px 0px 0px;
	}
	
	nav ul {
		opacity:0;
		visibility:hidden;
	}
	nav{
		float:right; width:100px;
	}	
	.button {
		display:inline;
	}
	
	.top-logo {
		top: 23%;
		position: absolute;
		width: 80%;
		text-align: center;
		left:10%;
	}
	
	.icn_fb_li {
		display: block!important;
		width: 40px;
	}
	
	.icn_fb {
		display: none;
	}	


	
}

@media (max-width:600px){

	.br_cont{
		display: block;
	}
	






}

@media (max-width:480px){

	.foot_left {
		width: 100%;
	}
	.foot_right {
		width: 100%;
	}

}




