@charset "utf-8";
body {
    animation: fadeIn 2s ease 0s 1 normal;
    -webkit-animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@keyframes LeftToRight {
0% {
    opacity: 0;/* 透明 */
    transform: translateX(-50px);/* X軸方向に-50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateX(0);/* X軸方向に0px */
}
}
@keyframes BottomToTop {
0% {
    opacity: 0;/* 透明 */
    transform: translateY(50px);/* Y軸方向に50px */
}
100% {
    opacity: 1;/* 不透明 */
    transform: translateY(0);/* Y軸方向に0px */
}
}

/* header
-------------------------------------------------------------------*/
header .logo{
	float:left;
	padding:0 0 0 35px;
}

header nav{
	float:right;
	padding:0 55px 0 0;
}

header nav ul li{
	display:inline-block;
	text-align:center;
	padding:0 5px;
}

header nav ul li a{
	width:185px;
	padding:13px 0;
	font-size:15px;
	line-height:1em;
	display:block;
	border-radius:0 0 5px 5px;
	box-sizing:border-box;
}

header nav ul li a span{
	display:block;
	font-size:11px;
	padding:3px 0 0 0;
}

header nav ul li.fit a{
	background:#0081a4;
	color:#fff;
}

header nav ul li.item a{
	border:1px solid #f39800;
	border-top:none;
}

.item header nav ul li.fit a{
	border:1px solid #0081a4;
	border-top:none;
}

.item header nav ul li.item a{
	background:#f39800;
	color:#fff;
	border:none;
}

@media screen and (max-width: 800px) {
header{
	position:fixed;
	width:100%;
	z-index:999;
	background:#fff;
}

header .logo{
	padding:0 0 0 10px;
	float:left;
	height:50px;
}

header .logo img{
	height:40px;
	width:auto;
	padding:5px 0 0 0;
}

header nav{
	padding:0 0 0 0;
	font-size:14px;
	font-weight:bold;
	position:fixed;
	right:0;
	top:0;
}

header nav ul li{
	text-align:center;
	padding:0;
	letter-spacing:0.2em;
	display:block;
}


header nav ul li a{
	display: block;
	padding: 15px 0;
	border-bottom:1px solid #d5d4d0;
	width:100%;
	box-sizing:border-box;
	font-size:13px;
	border-radius:0;
}

header nav ul li.tit01 a{
	background:#0081a4;
	color:#fff;
}

header nav ul li.tit02 a{
	background:#f39800;
	color:#fff;
}

.gblnv_block{
    overflow: auto;
    -webkit-overflow-scrolling: touch;
	position:fixed;
	top:50px;
	right:0;
	left:0;
	bottom:0;
	display: none;
	background:#ebebeb;
	z-index:999;
}

.gblnv_box{width: 100%; height: 50px; }
.gblnv_box a {margin: 0}
.onanimation{display: block;}

.menu-trigger,
.menu-trigger span {display: inline-block; transition: all .4s; box-sizing: border-box;}
.menu-trigger {position: relative; width: 50px; height: 50px; right:0 ;background-color: #7b8d65; float:right;}
.menu-trigger span {
	position: absolute;
	left: 0;
	right:0;
	width: 100%;
	height: 1px;
	background-color: #fff;
	border-radius: 3px;
	z-index:99999;
	width:40%;
	margin:0 auto;
}
.menu-trigger span:nth-of-type(1) {
	top: 18px;
}
.menu-trigger span:nth-of-type(2) {
	top: 50%;
	margin:-1px auto 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 18px;
}


.menu-trigger.active span:nth-of-type(1) {
	-webkit-transform: translateY(5px) rotate(-135deg);
	transform: translateY(5px) rotate(-135deg);
}
.menu-trigger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 .8s forwards;
	animation: active-menu-bar02 .8s forwards;
}

.menu-trigger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-8px) rotate(135deg);
	transform: translateY(-8px) rotate(135deg);
}
}

/* contents
-------------------------------------------------------------------*/
.wrap {
	min-width:1024px;
	overflow:hidden;
	position:relative;
}

.contents{
	clear:both;
}

.wd{
	max-width:1100px;
	margin:0 auto;
}

.scale{
	width:100%;
	height:auto;
}

.sp{
	display:none;
}

.left{
	float:left;
}

.right{
	float:right;
}

img{
	max-width:100%;
	height:auto;
}


@media screen and (max-width: 800px) {
.wrap {
	min-width:100%;
	overflow:hidden;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

.spscale{
	width:100%;
	height:auto;
}

.contents{
	overflow:hidden;
	width:100%;
	margin:50px auto 0;
	box-sizing:border-box;
	border:none;
}

.wd{
	width:100%;
	margin:0 auto;
	box-sizing:border-box;
	padding:0 10px;
}

.spscale{
	width:100%;
	height:auto;
}

img{
	max-width:100%;
	height:auto;
	margin:0 auto;
}

.pc{
	display:none;
}

.sp{
	display:block;
}

.spleft{
	float:left;
}

.spright{
	float:right;
}

input{
	font-size:16px;
}
}

/* footer
-------------------------------------------------------------------*/
footer{
	clear:both;
	padding:40px 0;
}

footer .btn a{
	display:block;
	font-family: "roboto",serif;
	font-size:12px;
	text-align:center;
	background:url(../img/top/ft_bg.png) no-repeat center top;
	width:70px;
	margin:0 auto;
	padding:70px 0 0 0;
}

footer .box{
	text-align:center;
	padding:30px 0 60px 0;
}

footer .box .tit{
	font-weight:bold;
	font-size:14px;
}

footer .box .tit{
	font-weight:bold;
	font-size:14px;
}

footer .box .txt{
	padding:15px 0 0 0;
	font-size:14px;
}

footer .box02{
	padding:30px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

footer .box02 .box_in{
	max-width:1180px;
	padding:0 30px;
	font-size:12px;
	margin:0 auto;
}

footer .box02 .box_in ul{
	float:left;
}

footer .box02 .box_in ul li{
	display:inline-block;
	padding:0 10px 0 0;
}

footer ul li a{
	font-size:12px;
}

footer .copy{
	font-family: "roboto",serif;
	float:right;
	letter-spacing:0.2em;
}

@media screen and (max-width: 800px) {
footer{
	clear:both;
	padding:40px 0;
}

footer .btn a{
	display:block;
	font-family: "roboto",serif;
	font-size:12px;
	text-align:center;
	background:url(../img/top/ft_bg.png) no-repeat center top;
	width:70px;
	margin:0 auto;
	padding:70px 0 0 0;
}

footer .box{
	text-align:center;
	padding:30px 0 30px 0;
}

footer .box .tit{
	font-weight:bold;
	font-size:14px;
}

footer .box .tit{
	font-weight:bold;
	font-size:14px;
}

footer .box .txt{
	padding:15px 0 0 0;
	font-size:14px;
}

footer .box02{
	padding:30px 0;
	border-top:1px solid #CCC;
	border-bottom:1px solid #CCC;
}

footer .box02 .box_in{
	max-width:100%;
	padding:0 30px;
	font-size:12px;
	margin:0 auto;
	text-align:center;
}

footer .box02 .box_in ul{
	float:none;
	display:inline-block;
}

footer .box02 .box_in ul li{
	display:inline-block;
	padding:0 5px;
}

footer ul li a{
	font-size:12px;
}

footer .copy{
	font-family: "roboto",serif;
	float:none;
	letter-spacing:0.2em;
	padding:10px 0 0 0;
}

}