@charset "utf-8";
/* common */
html {
	width:100%;
}
body {
	width: 100%;
    font-family: 'Noto Sans JP',sans-serif;
	background-color: #EAEAEA;
    color: #3B4043;
}
#wapper {
    width: 100%;
    color: #333333;
    font-size: 0.9rem;
    line-height: 1.8;
	background: -moz-linear-gradient(left, #f7f8f7, #cdcccc);
    background: -webkit-linear-gradient(left, #f7f8f7, #cdcccc);
    background: linear-gradient(to right, #f7f8f7, #cdcccc);
}
section{
	width: 1100px;
	background: #fff;
	padding: 60px 20px;
	border-radius: 30px;
	margin: 0 auto;
	margin-top: 40px;
	margin-bottom: 60px;
	text-align: center;
}
li{
	list-style-type: none;
}
.fluidimg {
    max-width: 100%;
    height: auto;
}
section .inner {
    max-width: 1140px;
    padding: 0 30px;
	margin: 0 auto;
}
#pagetop {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 999;
}
#pagetop a {
    display: block;
    color: #FFFFFF;
    height: 35px;
    line-height: 35px;
    width: 35px;
    text-align: center;
    background-color: #2f5e56;
}
.en{
	font-family: Oswald,sans-serif;
	font-size: 110%;
}

.taL{text-align: left;}
.taC{text-align: center;}

.mt20{margin-top: 20px;}
.mr80{margin-right: 80px;}


/* ヘッダー */
#header {
    width: 100%;
    border-bottom: 1px solid #eee;
    position: fixed;
    margin: 0px auto;
    transition: .5s;
    background-color: #FFF;
    z-index: 100;
    top: 0;
}
#header #headerinnr {
    width: 86%;
	margin: 0 auto;
    height: 80px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* padding: 0 120px; */
}
#headerinnr #logo {
    width: 180px;
}
#headerinnr ul {
    display: flex;
}
#headerinnr ul li:first-child {
    margin-right: 20px;
}
.headContBtn{
	width: 500px;
	margin: 2rem 0;
    text-align: center;
    color: #FFFFFF!important;
    background-color: #2f5e56;
	border-radius: 0.7em;
	border-bottom: solid 3px #19312d;
    padding: 6px 25px;
    transition: .2s linear;
    position: relative;
    font-size: 1rem;
	text-decoration: none!important;
	cursor: pointer;
}
.headContBtn {
    display: block;
	margin: 2rem auto;
}
.headContBtn i{
    margin-right: 5px;
}
.headContBtn:hover{
    color: #fff;
    text-decoration: none;
    background-color: #19312d;
}

/* top */
.top{
	padding-top: 80px;
}
.top_area{
	width: 60%;
	font-weight: 700;
	padding: 40px 0;
	margin: 0 auto;
}
.top_area a{
	color: #2f5e56;
	text-decoration: underline;
}
/*フッター*/
#footer {
  padding: 0px;
  background-color: #2f5e56;
}
#footer .logo {
	padding: 40px 10px;
	text-align: center;
	background-color: #FFF;
}
#footer .footerinnr {
  max-width: 1200px;
  margin: 0 auto;
  color: #fff;
  text-align: center;
  font-size: 12px;
  padding: 20px 0px;
}
#footer .footerinnr .footerNav {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	list-style: none;
}
#footer .footerinnr .footerNav li {
	width: auto;
}
#footer .footerinnr .footerNav li:last-child {
	width: auto;
}
#footer .footerinnr .footerNav li a {
	display: block;
	padding: 10px 15px;
}
#footer .copy {
  text-align: center;
  font-size: 0.6rem;
  letter-spacing: 1.2px;
  background-color: #333;
  color: #fff;
  line-height: 1.4;
  padding: 7px 5px 5px;
}

/*****************************************************
	タブレット／スマートフォン用
******************************************************/
@media screen and (max-width: 767px){
    .pc{
		display: none;
	}
	.sp{
		display: block;
	}
	.sp_none{
       display: none;
    }
}

/*****************************************************
	スマホ
******************************************************/
@media only screen and (max-device-width: 599px) {
	.sp_none{
       display: none;
    }
	.pc{
		display: none;
	}
	.sp{
		display: block;
	}
	#header {
		padding: 0 10px;
	}
	#headerinnr #logo {
		width: 130px;
	}
	#header #headerinnr {
		justify-content: space-between;
		width: 100%;
		padding: 0;
	}
	.headContBtn{
		width: 85%;
	}
	section {
		padding: 60px 0px;
		width: 96%;
	}
	section .inner {
		max-width: 100%;
		padding: 0 16px;
	}
	.top_area{
		width: 100%;
		padding: 30px 20px;
	}
}
