@charset "UTF-8";

/* CSS Document */

/*==================================================

container
=================================================*/

body {
    position: relative;
    left: 0;
}

img {
width:100%;
max-width: 100%;
height: auto;
}
.tC{
	text-align: center !important;
}
/* sp menu setting */

.layer{
    display: none;
    width: 100%;
    height: 100%;
	position: fixed;
    top: 0;
	left: 0;
    background: rgba(0, 0, 0, 0.6);
	z-index: 1002!important;
}
body.open{
	width: 100%;
    position: fixed;
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
	margin: 0 auto;
}
@media only screen and (min-width:1px) and (max-width: 530px) {
	#wrapper {
		padding-bottom: 50px;
	}
}

.aclink{
   margin-top:-100px;
  padding-top:100px;
}

/*==================================================

header
=================================================*/

header {
	width: 100%;
	min-width: 100%;
	z-index: 20!important;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/*height: 80px;
	background: #f7f7f5;
	box-shadow: 0 5px 5px 0px rgba(120,120,120,0.1);*/
}

#header-inner {
	width: 100%;
	max-width: 1500px;
	position: relative;
	margin: 0 auto;
	
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	/*height: 80px;*/
	padding: 0 10px;
}

header .hnav{
	position: absolute;
	top: 0;
	right: 3%;
	padding: 0 10px;
	z-index: 10;
}
header .hnav ul li{
	padding: 0 10px 0 15px;
	font-size: 1.3rem;
}
header .hnav ul li a{
	color: #333;
	display: flex;
	align-items: center;
}
header .hnav ul li a .ico {
	margin-right: 5px;
	line-height: 1.2em;
}
header .hnav ul li .ico img{
	max-width: 14px;
	padding-top: 1px
}

.fixed{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	width:100%;
	background: #fff;
	border-bottom: 1px solid #dfdfdf;
}
/*
.fixed .hnav{
	display: none;
}
*/
/* header PC */

.logo {
	width: 50%;
	max-width: 280px;
	/*position: absolute;
	line-height: 0;
	
	top: 20px;
	left: 20px;
*/
	/* animation */
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	
	z-index: 5!important;
	padding: 10px;
	
}
/* header img */

#header-logo img {
	width: 100%;
	max-width:240px;
	height: auto;
}

/* header SP */

.header-spmenu {
	width: 55px;
	display: none;
	position: fixed;
	right: 5px;
	top: 5px;
	text-align: center;
	cursor: pointer;
	z-index: 300;
}
.header-spmenu img {
	width: 100%;
	max-width: 100%;
	height: auto;
}


/*==================================================

Navi
=================================================*/

/* header menu */

.gnav{
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 1600px;
	margin: auto;
	position: relative;
	/*padding: 5px 0;*/
}

nav {
	position: relative;
	width: 70%;
}

nav > ul {
	position: relative;
	display: table;
	background-position: left top;
	background-repeat: no-repeat;
	background-size: cover;
}

/* cf */

nav:after,nav ul:after {
    content:" ";
    display:block;
    clear:both;
}
nav > ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin-top: 20px;
}
nav > ul > li {
	position: relative;
	padding: 0 5px;
	/*width: 16.666%;*/
}
nav > ul > li > a {
	width: 100%;
	display: block;
	font-size: 1.4rem;
	line-height: 1.8em;
	font-weight: 400;
	letter-spacing: 0.05em;
	color: #111;
	text-align: center;
	text-decoration: none;
	margin: 0 auto;
	padding: 10px 5px;
/*	display: flex;
	align-items: center;
	flex-wrap: wrap;*/
}
nav > ul > li > a span{
	display: block;
	font-size: 1.1rem;
}


/* メインメニューの背景 オーバー */
/*
nav > ul > li > ul {
	width: 100%;
	position: fixed;
	visibility: hidden;
	opacity: 0;
	transition: .5s;
	left: 0%;
	
    background-color: rgba(255,255,255,0.9);
	background: #e2f0f1;
	background: #d8e5de;
	padding: 0;
	z-index: 15;
}*/
nav > ul > li > ul {
	width: 210px;
	position: absolute;
	visibility: hidden;
/*	border-left: 3px solid #080e76;*/
text-align:center;
	opacity: 0;
	transition: .2s;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-40%, 0); /* Safari用 */
	transform: translate(-40%, 0);
	
    background-color: rgba(255, 255, 255,0.8);
	padding: 0;
	z-index: 15;
}

/* サブメニュー表示設定 */

nav li:hover ul {
  	visibility: visible;
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%, 0); /* Safari用 */
	transform: translate(-50%, 0);
	
	opacity: 1;
}
nav > li > ul > li > a {
	visibility: hidden;
	opacity: 0;
	transition: .2s;
}
nav > li:hover > ul > li > a {
	visibility: visible;
	opacity: 1;
}


/* サブメニュー詳細設定 */

nav > ul > li > ul li {
	width: 100%;
	float: none;
	/*border-bottom: 1px solid #333;*/
	padding: 0 2px;
	border-bottom: 1px dotted #2f1d15;
}
nav > ul > li > ul li a,
nav > ul > li > ul li span{
	width: 100%;
	display: block;
	color: #111;
	font-size: 1.3rem;
	text-align: center;
	text-decoration: none;
	background-size: auto;
	padding: 10px 10px;
}
nav > ul > li > ul >li > a:hover {
	opacity: 0.6;
}

/*  img */

nav > ul > li > ul li a img {
	width: 100%;
	display: block;
	max-width: 100%;
	height: auto;
	margin-bottom: 8px;
}

.pc-only {
	display: block;
}
.sp-only {
	display: none;
}

/* サブサブメニュー詳細設定 */

nav ul li ul li{
	position: relative;
}
nav ul li ul li ul{
	position: absolute;
	z-index: 10;
	right: inherit;
	top: inherit;
	bottom: inherit;
	left: inherit;
	-webkit-transform: translate(0, 0); /* Safari用 */
	transform: translate(0, 0);
	left: 250px !important;
	top: 0px !important;
}
nav ul li ul li ul li {
	visibility: hidden;
	opacity: 0;
	transition: .2s;
	width: 150px;
	background: rgba(255,255,255,0.9);
	border-left: 2px solid #2f1d15;
}
nav ul li ul li:hover ul li {
	visibility: visible;
	opacity: 1;
}

/* 印刷時 */

@media print {
	header {
		position: absolute;
	}
}

/*==================================================

table
=================================================*/

.fColRed {
	color: #F00;
}
.fColO {
	color: #ec6e45;
	font-size: 110%;
}
/*==================================================

footer
=================================================*/

.pagetop {
	position: fixed;
	bottom: 10px;
	right: 10px;
	z-index: 5;
	width: 40px;
	height: auto;
	z-index: 50;
}
.pagetop img{
	width: 100%;
	height: auto;
}


footer {
	width: 100%;
	position: relative;
	background-size:auto 100%;
	margin: 20px auto 0;
	background: #fff;
}
.footer{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.footerIn {
	width: 96%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 20px;
}
.footerIn .footerLink{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.footerIn .footerLink .flink{
	padding: 20px 25px;
	line-height: 2.0em;
}

.footerIn .footerLink a{
	color: #2e1c15;
	font-size: 1.5rem;
	padding-left: 18px;
	letter-spacing: 0;
	display: block;
    position: relative;
    display: inline-block;
}
.footerIn .footerLink a::before{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
    left: 4px;
    box-sizing: border-box;
    width: 4px;
    height: 4px;
    border: 4px solid transparent;
    border-left: 4px solid #7b7472;
}

.footerIn .footerLink a:hover{
	color: #04a060;
}

.footerinfo{
	padding: 10px;
	width: 60%;
	line-height: 1.8em;
}
.footerinfo .logo{
	max-width: 320px;
	width: 80%;
}
.footerinfo p{
	margin-bottom: 10px;
}

.footerLink{
	padding: 10px;
	width: 40%;
}


.area{
	background: #f3f3f3;
	padding: 20px 20px 10px;
}

.area h5{
	font-weight: 500;
}
.area p.farea{
	font-size: 1.4rem;
	line-height: 1.6em;
	padding: 15px 5px;
}

.footer-copy {
	width: 100%;
	font-size: 1.3rem;
	line-height: 160%;
	text-align: center;
	padding: 10px 0;
	z-index: 10;
	position: relative;
}

/*==================================================

size m
=================================================*/


@media print, screen and (min-width:1px) and (max-width: 1080px) {
	
	/*==================================================
	
	header
	=================================================*/
	
	header {
		width: 100%;
		min-width: 100%;
		position: fixed;
		top: 0;
	}
	#header-inner {
		width: 100%;
		margin: 0 auto;
		padding: 15px 20px;
	}
	
	.headerbg #header-inner {
		width: 100%;
		position: relative;
		margin: 0 auto;
		padding: 15px 20px;
		background: #fff;
	}
	header .hnav{
		display: none;
	}
	

	
	/* header SP*/
	.header-spmenu {
		display: block;
	}
	
	.headerbg {
		background-color: rgba(255, 255, 255, 1);
	}
	.headerbg nav > ul > li > a {
		padding: 5%;
	}
	
	
	/*==================================================
	
	Navi
	=================================================*/
	
	
	nav .head-txt{
		display: none;
		}
	
	nav {
		/* モバイルメニュー幅 */
		width: 280px;
		height: 100%;
		position: fixed;
		display: block;
/*	background: #e2f0f1;*/
		background: #fff;
		top: 0;
		right: -280px;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		margin-top: 0;
		padding: 0;
		z-index: 1003!important;
		border-left:1px solid #f3f3f3;
	}
	
	nav > ul {
		width: 100%;
		height: 100%;
		position: relative;
		display: block;
		padding: 0;
		overflow: hidden;
	}
	nav > ul > li {
		width: 100%;
		display: block;
		text-align: center;
		/*border-bottom: 1px solid #ffffff;*/
	}
	nav > ul > li .ico img{
		width: 20px;
		display: inline-block;
	}

	nav > ul > li > a {
		width: 100%;
		display: block;
		font-size: 1.4rem;
		font-weight: 500;
		line-height: 1.6em;
		text-align: center;
		padding: 10px;
	margin: 0;
		border-top:1px solid #f3f3f3;
	}

	
	nav > ul > li > ul {
/*		width: 92%;
		margin: 0 4%;*/
		position: relative;
		background-color: #fff;
		opacity: 1;
		transition: 0s;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
		padding: 0;
	}
	nav li:hover ul {
		top: 0;
		left: 0;
		-webkit-transform: translate(0, 0); /* Safari用 */
		transform: translate(0, 0);
	}
	
	
	/* サブメニュー表示設定*/

	nav li:hover ul {
		visibility: visible;
		top: 100%;
		right: 0;
		opacity: 1;
	}
	nav li ul li a {
		visibility: visible;
		opacity: 1;
		transition: 0s;
	}
	nav li:hover ul li a {
		visibility: visible;
		opacity: 1;
	} 

	/* サブメニュー詳細設定 */

	nav > ul > li > ul li {
		width: 100%;
		float: none;
		border-bottom: 0;
		padding: 0;
	}
	nav > ul > li > ul li a {
		width: 100%;
		display: block;
		text-align: left;
		text-decoration: none;
		padding: 10px 5% 10px 20px;
		font-size: 1.3rem;
	}
	nav > ul > li > ul li a:hover {
	background: #f0f7f8;
	}

	/*  img */

	nav > ul > li > ul li a img {
		display: none;
	}
	
	
	.close-button {
		width: 50%;
		cursor: pointer;
		font-size: 1.2rem;
		color: #2e1c15;
		text-align: center;
		border: 1px solid #2e1c15;
		margin: 20px auto;
		padding: 2px;
		
		-webkit-transition: all 0.3s;
		transition: all 0.3s;
	}
	.close-button:hover {
		color: #049860;
		border: 1px solid #049860;
	}
	.sp-only {
		display: block;
	}
	.pc-only {
		display: none;
	}
	
	/*==================================================
	
	footer
	=================================================*/
	
	
.footerIn {
	margin: 0 auto;
	padding: 20px 20px;
}

	
}

@media only screen and (min-width:1px) and (max-width: 768px) {


	/*==================================================
	
	footer
	=================================================*/

.footerIn {
	width: 100%;
	max-width: 1080px;
	margin: 0 auto;
	padding: 20px 20px;
}
	
.footerinfo{
	padding: 10px;
	width: 100%;
	line-height: 1.8em;
}
.footerLink{
	padding: 10px;
	width: 100%;
}	
.area h5{
	font-weight: 500;
	font-size: 1.6rem;
}
	
}

@media only screen and (min-width:1px) and (max-width: 530px) {
	
	
	/*==================================================
	
	header
	==================================================*/

header {
	height: 70px;
}

#header-inner {
	height: 70px;
}
	
	/*==================================================
	
	Navi
	==================================================*/
	
	
	/*==================================================
	
	contents
	==================================================*/

	
	/*==================================================
	
	table
	==================================================*/
	
	
	/*==================================================
	
	footer
	==================================================*/
	
	
.area h5{
	font-weight: 500;
	font-size: 1.5rem;
}
	
	

.pagetop {
	position: fixed;
	bottom: 90px;
	right: 10px;
	z-index: 5;
	width: 50px;
	height: auto;
	z-index: 50;
}
}


.rbana{
	position: fixed;
	right: 0;
	top: 100px;
	width: 40px;
	z-index: 30;
}
.rbana a{
	display: block;
	margin-bottom: 10px;
}


@media only screen and (min-width:1px) and (max-width: 960px) {

.rbana{
	width: 30px;
}
/* .contents{
	padding-right: 20px;
} */
.rbana a{
	display: block;
	margin-bottom: 5px;
}
}
@media only screen and (min-width:1px) and (max-width: 530px) {

.rbana{
	width: 25px;
}
.rbana a:nth-of-type(3),
.rbana a:nth-of-type(4) {
	display: none;
}
/* .contents{
	padding-right: 20px;
} */
.footer-nav_fixed {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 999;
}
.footer-nav_fixed ul {
	display: flex;
}
.footer-nav_fixed ul li {
	display: flex;
	justify-content: center;
	align-items: center;
	width: calc(100% / 2);
	height: 50px;
}
.footer-nav_fixed ul li:nth-of-type(1) {
	background: #03a260;
}
.footer-nav_fixed ul li:nth-of-type(2) {
	background: #ff7b30;
}
.footer-nav_fixed ul li p {
	font-size: 16px;
	color: #fff;
}
}

.footer-nav_fixed.pc_none {
	display: none;
}
@media only screen and (min-width:1px) and (max-width: 530px) {

	.footer-nav_fixed.pc_none {
		display: block;
	}	
}
.grecaptcha-badge {
	bottom: 64px !important;
}
@media only screen and (min-width:1px) and (max-width: 530px) {
	.grecaptcha-badge {
		bottom: 158px !important;
	}
}