﻿@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
font-family: 'Noto Sans Japanese';
/* 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,.header,hgroup,menu,nav,output,ruby,.section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:10px;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,#header,.header,hgroup,menu,nav,.section,.row{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}

h2{font-size:24px!important; font-weight: 600!important; line-height:1.6em!important;letter-spacing:1px; letter-spacing:0.15em;}
/*h3{font-size:10px; font-weight: 600!important; line-height:1.2em;letter-spacing:1px; letter-spacing:0.15em;}*/
h3{font-size:20px!important; font-weight: 600!important; line-height:1.2em;letter-spacing:0.15em;}
h4{font-size:14px!important; font-weight: 600!important; line-height:1.4em;letter-spacing:1px; letter-spacing:0.15em;}

ul{ list-style-type:none; margin:0; padding:0; } li{ margin:0; }
li {list-style-type: none;}

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: 'Noto Sans Japanese',sans-serif;
	background-color:#333;
	width:100%;
	text-align:center;
}

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;}
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 {
	line-height: 2em;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
	font-size: 1.1em;
}


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

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

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

.clr-y{color: #ffbd48}
.clr-g{color: #81c12f}
.clr-f7{color: #f7f7f7}
.clr-fff{color: #fff}
.clr-333{color: #333}

.bgc-y{background-color: #ffbd48}
.bgc-ly{background: #fff8e9;}
.bgc-g{background-color: #81c12f}
.bgc-f7{background-color: #f7f7f7}
.bgc-fff{background-color: #fff}
.bgc-333{background-color: #333}



/*-------------------
---------------------
---------------------
------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;
}

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

.top-logo {
	width:100%;
	height:100%;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-logo img {
	width: 80%;
	max-width: 600px!important;
	text-align: center;
	margin: 0 auto;
	margin-top: 17%;
    filter:alpha(opacity=100)!important;
	-ms-filter: "alpha(opacity=100)"!important; 
	-moz-opacity:1!important; 
	-khtml-opacity: 1!important;
	opacity:1!important;
	zoom:1;
	-webkit-filter: drop-shadow(0px 3px 10px rgba(0,0,0,.7));
        filter: drop-shadow(0px 3px 10px rgba(0,0,0,.7));
}

.top-logo-sub {
	width:100%;
	height:100%;
	top: 0;
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
}

.top-logo-sub img {
	width: 70%;
	max-width: 400px!important;
	text-align: center;
	margin: 0 auto;
	margin-top: 170px!important;
    filter:alpha(opacity=100)!important;
	-ms-filter: "alpha(opacity=100)"!important; 
	-moz-opacity:1!important; 
	-khtml-opacity: 1!important;
	opacity:1!important;
	zoom:1;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.2));
        filter: drop-shadow(0px 3px 5px rgba(0,0,0,.2));
}


/*
.top-logo-sub {
	top: 52%;
	position: absolute;
	width: 35%;
	text-align: center;
	left: 32.5%;
}

.top-logo-sub img {
	text-align: center;
	margin: 0 auto;
    filter:alpha(opacity=100)!important;
	-ms-filter: "alpha(opacity=100)"!important; 
	-moz-opacity:1!important; 
	-khtml-opacity: 1!important;
	opacity:1!important;
	zoom:1;
	-webkit-filter: drop-shadow(0px 3px 5px rgba(0,0,0,.2));
        filter: drop-shadow(0px 3px 5px rgba(0,0,0,.2));
}

@media (max-width:900px){
	.top-logo-sub {
		top: 50%;
		width: 80%;
		left:10%;
	}
}
*/
#sub-top {
	width:100%;
	height:280px;
	margin:0 auto;
	overflow:hidden;
	text-align:center;
	position: relative;
	background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
	border-bottom:solid 2px #ffbd48;
}

.sub-top-bg {
	height: 100%;
	background: rgba(0,0,0,0.4);
	background-image:url("../images/sub_top_bg.png");
	z-index: -100;
}
.sub-top-logo {
	width: 100%;
	height: 100%;
	display: block;
	text-align: center;
	margin: 0 auto;
}
.sub-top-img {
	top: 110px;
	width: 300px;
	position: absolute;
	display: inline-block;
	text-align: center;
	margin-left: -150px;
}


#header{ position: fixed;
    z-index: 10;
	width:100%;
    height: 80px;
	overflow: hidden;
	background-color:rgba(255, 255, 255, 0.95);
	border-bottom:solid 2px #ffbd48;
}

.menu_logo {
	width: 180px;
	min-width: 100px;
	float: left;
	display:table-cell;
	margin: 28px 30px 0 20px;
}

.icn_fb_li {
	display: none!important;
}

.icn_fb {
	float: right;
	margin-top: 23px!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: 600px;
}

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

nav ul li,nav ul li a {
    letter-spacing: 0.1em;
    font-size: 12px;
    font-weight: 600;
    color: rgb(51, 51, 51);
}

nav ul li a {
    display: block;
    padding: 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;
}

.under_line{
	padding-bottom: 4px; 
	border-bottom: dotted 2px #ffbd48;
}

.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(255, 189, 72);
	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(255, 189, 72);
	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(255, 189, 72);
	font-size:18px;
	display:inline-block;
	vertical-align:top;
	width:24%;
	position:relative;
}

.wrap ul.gnav li a {
	color: rgb(255, 189, 72);
	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-------

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

.tit_center{
	text-align: center;
	margin: auto;
}

.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: #ffbd48;
	color: #fff;
	width:100%;
	padding:0px 0px 30px 0px;
	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;
}


.foot_left{
	float: left;
	width: 45%;
	text-align: center;
	margin-bottom: 70px;
}
.foot_right{
	float: right;
	width: 45%;
	text-align: center;
	margin-bottom: 70px;
}

.foot_left p{
	font-weight: 600;
	font-size: 22px;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}
.foot_right p{
	font-weight: 600;
	font-size: 21px;
	letter-spacing: 0.15em;
	margin-bottom: 20px;
}

.news_box{
	width: 100%;
	height: 360px;
	border: solid 1px #fff;
	color: #333;
	padding: 2%;
	background-color: #fff;
	overflow-y: scroll;
	text-align: left;
	font-size: 0.9em;
	line-height: 1.5em;
}

.news_box ul li{
	padding: 3% 2%;
	border-bottom: dotted 1px #ccc;
}

.news_box ul li span{
	color: #ffbd48;
	display: block;
	font-size: 1em;
	margin-bottom: 3px;
	font-weight: 500;
}

.fb_box{
	width: 100%;
	height: 360px;
	border: solid 1px #fff;
	line-height: 0;
	padding: 0;
	overflow: hidden;
}

.ft_bx{
	text-align: left;
}
.ft_icn{
	float: left;
	min-width: 30px;
	height: 30px;
	padding-right: 10px;
}
.ft_icn img{
	height: 40px;
	width: auto;
}
.ft_icn_sub{
	float: left;
	min-width: 30px;
	height: 30px;
	padding-right: 10px;
}
.ft_icn_sub img{
	height: 28px;
	width: auto;
}

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

.ft_txt{
	float: left;
	min-width: 30px;
	margin-right: 40px;
	text-align: left;
}

.ft_mail{
	float: right;
	max-width: 220px;
}

.ft_mail_2{
	display: none;
}

.mail_box{
	position: relative;
	background-color: #fff;
	color: #ffbd48;
	padding: 10px 20px;
	text-align: center;
	border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
}

.mail_box:after{
content: "";
position: absolute;
right: 0;
bottom: -17px;
left: 0;
width: 0px;
height: 0px;
margin: auto;
border-style: solid;
border-color: #fff transparent transparent transparent;
border-width: 17px 7px 0px 7px;
}

.mail_box img{
	width: 25px;
	vertical-align:text-bottom;
	margin-right: 10px;
}

.foot2_box {
	background-color: #ffbd48;
	font-size: 13px;
	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;
	padding-left: 0.6em;
}

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

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

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

.pagetop a {
	width: 60px;
    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){


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

}

@media (max-width:950px){

}

@media (max-width:900px){

	.ft_txt_bx {
		float: none;
		margin: 35px 120px 0 0; 
	}
	.ft_mail{
		width: 180px;
	}
	
}

@media (max-width:900px){
	
	.wrap ul.gnav>li {
		width:100%;
		padding: 15px 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;
	}

	.icn_fb_li {
		display: block!important;
		width: 40px;
	}
	
	.icn_fb {
		display: none;
	}	


	
}

@media (max-width:600px){

	.br_cont{
		display: block;
	}
	
	.foot_left {
		float: none;
		width: 80%;
		text-align: center;
		padding-top: 20px;
		margin: 0 auto;
	}
	.foot_right {
		float: none;
		width: 80%;
		text-align: center;
		padding: 50px 0;
		margin: 0 auto;
	}
	.ft_bx{
		text-align: center;
	}
	.ft_mail{
		display: none;
	}
	.ft_mail_2{
		display:block;
		width: 300px;
		margin: 0 auto;
		margin-top: 30px;
	}
	.ft_txt_bx{
		margin: 0 auto;
		margin-top: 30px;
		margin-right: -20px;
		font-size: 0.8em;
	}
	.ft_icn_bx{
		float: none;
		display:inline-block;
		text-align: center;
		margin: 0 auto;
		margin-left: 20px;
		margin-right: 10px;
	}

}

@media (max-width:480px){

	.foot_left {
		width: 100%;
	}
	.foot_right {
		width: 100%;
	}
	
	h2{
		font-size:20px!important;
	}
	h3{
		font-size:18px!important;
	}


}

.qa-que table {
	border: solid 1px #ddd;
}


.qa-que tr {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.qa-que td {
	max-width: 100%;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	padding: 7px 15px;
	font-weight: 500;
	font-size: 1.1em;
	background-color: #fff;
}

.qa-asw tr {
	width: 100%;
	display: table;
	table-layout: fixed;
}

.qa-asw td {
	max-width: 100%;
	background-color: #f7f7f7;
	vertical-align: middle;
	text-align: left;
	padding: 7px 10.5px 9px 15px!important;
}

.qa-icon {
	width: 50px!important;
	min-height: 30px;
	vertical-align: middle;
	display: table-cell;
	font-size: 2em!important;
	font-weight: 700;
	letter-spacing: 0;
	font-family: 'M PLUS 1p', sans-serif;
	text-align: center!important;
	background: -moz-linear-gradient(top, #fbd38a, #f5bf5e, #ecae40);
	background: -webkit-linear-gradient(top, #fbd38a, #f5bf5e, #ecae40);
	background: linear-gradient(to bottom, #fbd38a, #f5bf5e, #ecae40);
}

.qa-icon-a {
	color: #fff;
	background: -moz-linear-gradient(top, #a8d368, #8fbe4a, #7bac33);
	background: -webkit-linear-gradient(top, #a8d368, #8fbe4a, #7bac33);
	background: linear-gradient(to bottom, #a8d368, #8fbe4a, #7bac33);
}


.bt_open {
	width: 90px;
	margin: 0 auto;
	margin-bottom: 10px;
}

@media (max-width:480px){
	.qa-que td {
		font-size: 1em;
		line-height: 1.4em;
	}
	
}


