@charset "utf-8";


/*--( common )--*/
a {
	overflow:hidden;
	outline:none;
	text-decoration:none;
	-webkit-transition: all .3s;
	transition: all .3s;
}

@media only screen and (min-width: 768px){ .sp { display:none;} }
@media only screen and (max-width: 767px){ .pc { display:none;} }
body {
	font-family: "Noto Sans Japanese", sans-serif;
	line-height: 1;
	-webkit-text-size-adjust: 100%;
	color:#333333;
	font-size:16px;
	min-width: 1200px;
}

.en {font-family: 'Contrail One', cursive;}
.roboto {font-family: 'Roboto', sans-serif;}

.banner {padding:10px 0;}
.banner a:hover {opacity:0.7;}

.btn {text-align:center; border-radius:2em; position:relative;}
.btn:after {
	font-family: 'icomoon';
	content: "\e900";
	position:absolute;
	line-height: 0;
	top:50%;
	right:10px;
	font-weight:normal;
}

.brSmSp{
	display: none;
}

@media only screen and (min-width: 1100px){
	.inner {width:1100px;margin:0 auto;}
}
@media only screen and (max-width: 1099px){
	.inner {width:94.67%;margin:0 auto;}
}
@media only screen and (max-width: 767px){
	body{
		min-width: 0;
	}
	header .inner {width:100%;margin:0 auto;}
}
@media only screen and (max-width: 362px){
	.brSmSp{
		display: inline;
	}
}

/*rollover*/
.ro a:hover,
a.ro:hover,
a .ro:hover{ filter:alpha(opacity=80);opacity:0.8; }
.brt a:hover,a.brt:hover,a .brt:hover{ -webkit-filter: brightness(1.1);filter: brightness(1.1); }
.ro a,
a.ro,
a .ro,
.brt a,
a.brt,
a .brt{
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.ro .no_ro a:hover,
.ro a.no_ro:hover{ filter:alpha(opacity=100);opacity:1; }
a:focus{outline:none;}

.spOnly,
.brSp,
.imgSp,
.txtSp{
	display:none;
}
@media only screen and (max-width:767px){
	.spNone,
	.brPc,
	.imgPc{
		display:none;
	}
	.spOnly{
		display:block;
	}
	.brSp,
	.imgSp,
	.txtSp{
		display:inline;
	}
	.imgR{
		width:100%;
		height:auto;
	}
	.txtBlock{
		display:inline-block;
		vertical-align:top;
	}
}


/* 画像を枠いっぱいに表示させる */
.imgFit img{
	object-fit: cover;
	font-family: 'object-fit: cover;';
}

/* 画像を中央揃えにする */
.imgCenter{
	overflow: hidden;
	position: relative;
}
.imgCenter img{
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

/** header
========================================*/
header {
	width:100%;
}
nav {position:relative;}
nav li a {color:#333333; display:block;}
header .logo a{
	display: block;
	color: #333;
}


/*--( #navSub )--*/
#navSub li {
	display:inline-block;
	padding:0 10px 0 7px;
	margin:6px 0 0;
	vertical-align:top;
	font-size:12px;
	letter-spacing:2px;
	text-align:center;
	color:#999999;
}

#navSub li a {color:#000000;}
#navSub li a:hover { color:#999999;}
#navSub li:first-child{ border-right:2px solid #eeeeee; }
#navSub li:last-child{
	font-size:26px;
	font-feature-settings:'palt';
	letter-spacing:-0.01em;
	border-left:none;
	margin:0;
	padding:0 0 0 4px;
}
#navSub li:last-child a { color:#2E9405; }
#navSub li.en a:before {
	font-family: 'icomoon';
	content: "\e942";
	font-size:0.85em;
	margin-right:2px;
}

@media only screen and (min-width: 768px){
	header { height:180px;}
	header .logo {
		position:absolute;
		bottom:37px;
		left:-46px;
		width: 232px;
		text-align: center;
	}
	header .logo img {	width:140px;}
	header .logo .txt{
		font-size: 14px;
		text-align: center;
		font-weight: bold;
		line-height: 1.5;
		margin-top: 9px;
		letter-spacing: 1px;
		max-height: 38px;
		overflow-y: hidden;
	}
	header.pcFixed .logo img {	width:auto;	height:50px; }
	header.pcFixed .logo .txt{
		font-size: 13px;
		margin-top: 5px;
	}
	header.pcFixed .logo{
		bottom:auto;
		top:13.5px;
		left:-70px;
		width: 257px;
	}
	header .pcFixedAreaInner {
		padding:30px 0;
		position:relative;
	}
	#pcFixedArea{
		height:120px;
	}
	.pcFixed #pcFixedArea {
		position:fixed;
		top:0;
		left:0;
		width:100%;
		z-index:200;
		background:#fff;
	}

	nav {
		width:calc(100% - 117px);
		max-width:910px;
		float:right;
	}
	#navSub {
		padding:28px 0 6px;
		float:right;
	}
	#navSub li:last-child {padding-right:0;}
}
@media only screen and (min-width: 1101px) and (max-width: 1280px){
	header .logo {
		left: -30px;
		width: 200px;
	}
	header.pcFixed .logo .txt{
		font-size: 12px;
		height: 36px;
	}
	header.pcFixed .logo{
		left: 0;
		width: 187px;
	}
}
@media only screen and (min-width: 768px) and (max-width: 1100px){
	header .logo {
		left: -15px;
	}
	header.pcFixed .logo .txt{
		font-size: 10px;
		height: 30px;
	}
	header.pcFixed .logo{
		left: 0;
	}
}
@media only screen and (max-width: 767px){
	header {
		height:69px;
	}
	header .headerTop{ display:none; }
	header .logo {
		width:calc(100% - 84px);
		height:50px;
		margin:19px 0 0 15px;
		float:left;
		position:relative;
		font-size: 0;
	}
	header .logo img {
		height:auto!important;
		width:70px!important;
		display: inline-block;
	}
	header .txt{
		max-width: calc(100% - 80px);
		font-size: 12px;
		font-weight: bold;
		line-height: 15px;
		color: #333;
		display: inline-block;
		max-height: 30px;
		overflow: hidden;
		margin-left: 10px;
		letter-spacing: 0.5px;
	}

	#navSub {margin:0 0 30px; position:relative; top:0;}
	#navSub li {
		padding:0;
		margin:0;
		display:block;
		border:none;
		font-size: 14px;
    	letter-spacing: 2px;
		border-bottom:1px solid #FFFFFF;
	}
	#navSub li:first-child{ border-right:none; }
	#navSub li.pc { display:none; }
	#navSub li:last-child{ display:none; }
	#navSub li a {
		text-align:left;
		padding:21px 4% 23px;
    	color: #fff;
	}
	header .btnContact{
		display:block;
		width:81%;
		padding:22px 0;
		margin:0 auto;
		font-size:15px;
		font-weight:bold;
		color:#660000;
		background:#FFCC00;
		border-radius:30px;
		text-align:center;
		box-shadow:0 10px 0 #E5B700;
	}
}


/*--( btnMenu )--*/
#btnMenu{
  display: inline-block;
  position: relative;
  width: 69px;
  height: 69px;
  float:right;
  -webkit-transition: all .2s;
  transition: all .2s;
  background-color:#2F9505;
  display:none;
}
.menu-bar{
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 30px;
  height: 1px;
  margin: 0 0 0 -15px;
  background: #FFFFFF;
  transition: .2s;
}
.menu-bar:before, .menu-bar:after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 30px;
  height: 1px;
  background: #FFFFFF;
  transition: .3s;
}
.menu-bar:before{
  margin-top: -6px;
}
.menu-bar:after{
  margin-top: 6px;
}
#btnMenu .close{
  background: transparent;
}
#btnMenu .close:before, #btnMenu .close:after{
  margin-top: 0;
}
#btnMenu .close:before{
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
#btnMenu .close:after{
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}


/*--( icon-font )--*/
@font-face {
  font-family: 'icomoon';
  src:  url('../img/index/fonts/icomoon.eot?3ysgtc');
  src:  url('../img/index/fonts/icomoon.eot?3ysgtc#iefix') format('embedded-opentype'),
    url('../img/index/fonts/icomoon.ttf?3ysgtc') format('truetype'),
    url('../img/index/fonts/icomoon.woff?3ysgtc') format('woff'),
    url('../img/index/fonts/icomoon.svg?3ysgtc#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-icon-mail:before {
  content: "\e900";
}
.icon-icon-tel:before {
  content: "\e901";
}
.icon-icon-tel-normal:before {
  content: "\e901";
}

/*--( cf )--*/
.cf:after {
	clear: both;
	height: 0;
	visibility: hidden;
	display: block;
	content: ".";
}
*+html .cf {
	min-height:1%;
}
*html .cf {
	height:1%;
	overflow:visible;
}

/** event
========================================*/
#event *, #event *::before, #event *::after{box-sizing:border-box;}
#event{
	display: block;
	width: 200px;
	position: fixed;
	top: 20%;
	/*top: 50px;*/
	right: 0;
	z-index: 200;
}
#event,
#event .boxMain{
	-webkit-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}
#event.closed{
	-webkit-transform: translateX(176px);
	transform: translateX(176px);
	height: 0;
}
#event.closed .boxMain{
	-webkit-transform: translateX(24px);
	transform: translateX(24px);
}
#event .boxMain{
	display: block;
	background: #FFF;
	border: 1px solid #3F9B19;
	overflow: visible;
}
#event .boxMainInner{
	padding:20px 9px;
}
#event .wrapper{
	display:block;
	color: #000;
	text-decoration: none;
}
#event .wrapper + .wrapper{
	margin-top:20px;
}
#event .btnTop{
	position: absolute;
	top: -24px;
	left: 0;
	z-index:100;
}
#event .btnTop:hover{
	opacity: 0.8;
	cursor: pointer;
}
#event .btnTop .btnOpen{
	display: none;
}
#event.closed .btnTop .btnClose{
	display: none;
}
#event.closed .btnTop .btnOpen{
	display: inline;
}
#event .titTop{
	font-size: 14px;
	line-height: 50px;
	color: #FFF;
	font-weight: bold;
	background: #3F9B19;
	text-align: center;
}
#event .img{
	width: 180px;
	height: 0;
	padding-top: 67%;
	position: relative;
	margin: 0 auto;
}
#event .img img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}
#event .tit{
	font-size: 13px;
	line-height: 1.6;
	font-weight: 500;
	max-height: 42px;
	font-weight: bold;
	display: inline-block;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-top: 10px;
}
#event .txt{
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 10px 0;
	letter-spacing: 1px;
}
#event .btn{
	position: absolute;
	bottom: -12px;
	left: calc(50% - 12px);
}
#event .btn::after{
	display: none;
}
@media only screen and (max-width: 767px){
	#event{
		display: none;
	}
}

/** #navMain
========================================*/
#navMain li {
	font-size:14px;
	letter-spacing:2px;
}
#navMain li span {
	color:#2F9505;
	font-size:13px;
	font-weight:900;
	font-family: 'Contrail One', cursive;
}

@media only screen and (min-width: 768px){
	/*--( navMain )--*/
	#navMain { text-align:right; float:left; width:100%; font-size:0; }
	#navMain li {width:16.66%; text-align:center; line-height:1.8em; border-left:1px solid #DCDCDC; box-sizing: border-box;}
	#navMain li:nth-child(6) {width:16%; line-height:1.8em; border-right:1px solid #DCDCDC;}
	#navMain li span {display:block; font-feature-settings:"palt"; letter-spacing:0.01em; padding:5px 0 0; }
	#navMain li {
	  display: inline-block;
	  padding:2px 0 3px;
	  vertical-align: middle;
	  -webkit-transform: perspective(1px) translateZ(0);
	  transform: perspective(1px) translateZ(0);
	  box-shadow: 0 0 1px transparent;
	  position: relative;
	  overflow: hidden;
	}
	#navMain li:before {
	  content: "";
	  position: absolute;
	  z-index: -1;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  margin:auto;
	  background: #F2F9EB;
	  border-radius:10px;
	  width:80%;
	  height: 100%;
	  opacity:0;
	  -webkit-transition-duration: 0.3s;
	  transition-duration: 0.3s;
	  -webkit-transition-timing-function: ease-out;
	  transition-timing-function: ease-out;
	}
	#navMain li:hover:before, #navMain li:focus:before, #navMain li:active:before {
		opacity:1;
	}
	#navMain li.sp{
		display:none;
	}
}

@media only screen and (max-width: 767px){
	header { position:fixed;left:0;top:0; z-index:200; background-color:#FFFFFF;}
	nav .box {
		width:100%;
		padding:0 0 46px;
		background-color:rgba(47,149,5,0.9);
		position:absolute;
		left:0; top:69px;
		z-index:200;
		display:none;
	}
	#navMain{
		margin-bottom:30px;
	}
	#navMain li {border-bottom:1px solid #FFFFFF; position:relative;}
	#navMain li:before {line-height:0; position:absolute; right:0; top:50%; color:#23AC38;}
	#navMain li a {padding:21px 4% 23px; color:#fff;}
	#navMain li span { display:none;}
}

@media only screen and (max-width: 320px){
	#navMain li a,
	#navSub li a {
		padding:12px 4% 15px;
	}
}


/** #navSide
========================================*/
#navSide li {text-align:center;	position:relative;}
#navSide li a {
	display:block;
	position:relative;
}

@media only screen and (min-width: 768px){
	/*--( navSide )--*/
	#navSide {
		position:fixed;
		right:0;
		/*top:calc(20% + 357px); */
		top: 570px;
		z-index:90;
	}
	#navSide li {font-size:13px;line-height:22px;margin-bottom:20px;}
	#navSide li a {
		width:90px;
		border-radius:5px 0 0 5px;
		box-sizing: border-box;
	}
	#navSide li a.spOnly{
		display: none;
	}
	#navSide li.btn01 a {
		height:150px;
		padding:39px 0 0;
		color:#402000;
		background-color:#FFCC00;
	}
	#navSide li.btn02 a {
		height:100px;
		padding:24px 0 0;
		color:#FFF;
		background-color:#287B04;
	}
	#navSide li a img{
		display: block;
		margin: 0 auto;
	}
	#navSide li.btn01 a img{
		margin-bottom: 11px;
	}
	#navSide li.btn02 a img{
		margin-bottom: 3px;
	}
}
@media only screen and (max-width: 767px){
	/*--( navSide )--*/
	#navSide {
		position:fixed;
		left:0;
		bottom: 0;
		z-index: 90;
		width: 100%;
		font-size: 0;
	}
	#navSide li {
		display: inline-block;
		vertical-align: top;
	}
	#navSide li.btn01{
		width: calc(100% - 61px);
	}
	#navSide li.btnEvent,
	#navSide li.btnEvent + li.btn01{
		width: calc((100% - 61px) / 2);
	}
	#navSide li.btn02{
		width: 61px;
	}
	#navSide li a {
		width:100%;
		height: 60px;
		font-size: 12px;
		letter-spacing: -0.5px;
		box-sizing: border-box;
	}
	#navSide li a.spNone{
		display: none;
	}
	#navSide li.btnEvent a {
		padding:11px 0;
		color:#FFF;
		background-color:rgba(63,155,25,0.96);
	}
	#navSide li.btn01 a {
		padding:11px 0;
		color:#402000;
		background-color:rgba(255,204,0,0.96);
	}
	#navSide li.btn02 a {
		padding:18px 0;
		background-color:rgba(65,65,65,0.96);
	}
	#navSide li a img{
		display: block;
		margin: 0 auto;
	}
	#navSide li.btnEvent a img{
		margin-bottom: 7px;
	}
	#navSide li.btn01 a img{
		width: 22px;
		height: auto;
		margin-bottom: 6px;
	}
	#navSide li.btn02 a img{
		width: 25px;
		height: auto;
	}
}


/** #mv
========================================*/
#mv {
	width:100%;
	position:relative;
}
#mv .img {
	width:100%;
	background-repeat:no-repeat;
	background-position:center;
	background-size:cover;
}
#mv .txt {
	color:#fff;
	background-color:#2F9505;
}
#mv .txt li span {color:#FFFF00;}

@media only screen and (min-width: 1140px){#mv .txt li{background-size:auto 100%;}}
@media only screen and (max-width: 1139px){#mv .txt li{background-size:100% auto;}}

@media only screen and (min-width: 768px){
	#mv .img{
		height:562px;
		position:relative;
		overflow: hidden;
	}
	#mv .img .imgPc{
		width: auto;
		height: 562px;
		position: absolute;
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	#mv .txt {
		width:100%;
		padding:35px 0;
		font-size:16px;
		line-height:26px;
		background-color:#2F9505;
	}
	#mv .txt ul {display: table; position:relative;}
	#mv .txt li{
		display: table-cell;
		vertical-align: middle;
		padding:18px 0;
		font-size:16px;
		font-weight: 500;
		letter-spacing: 1px;
		text-align:center;
		background-repeat:no-repeat;
		background-position:center;
		border-left:1px solid #FFFFFF;
		box-sizing:border-box;
		font-feature-settings: "palt";
	}
	#mv .txt li:nth-child(1){
		width:27%;
		padding: 18px 32px;
	}
	#mv .txt li:nth-child(2){ width:20%; }
	#mv .txt li:nth-child(3){ width:31%; }
	#mv .txt li:nth-child(4){
		width:22%;
		border-right:1px solid #FFFFFF;
	}
}
@media only screen and (max-width: 900px){
	#mv .img .inner img {float: none;}
}
@media only screen and (max-width: 767px){
	#mv {margin-top:69px;}
	#mv .img{ height:auto;}
	#mv .img .inner {width:100%;}
	#mv .img .imgPc{
		display: none;
	}
	#mv .img .imgSp{
		position: static;
	}
	#mv .txt ul {
		padding:14px 0;
	}
	#mv .txt li{
		color:#FFFFFF;
		padding:12px 0 11px;
		font-size:13px;
		line-height:20px;
		text-align:center;
		position: relative;
	}
	#mv .txt li::after{
		content: "";
		display: block;
		width: 275px;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: calc(50% - 137.5px);
		background: #226903;
	}
	#mv .txt li:last-child::after{
		display: none;
	}
}
/** section
========================================*/
section > .inner {
	padding-bottom:98px;
}
section > h2 {
	padding: 6% 0 2%;
	text-align:center;
	font-size:30px;
	font-weight:bold;
	letter-spacing:0.2em;
	line-height:1.3em;
}
section > h2 span {
	display:block;
	font-family: 'Contrail One', cursive;
	letter-spacing:0.02em;
	color:#2F9505;
	font-size:18px;
	font-weight:normal;
	line-height:50px;
}
section > h2:after {
	content:"";
	display:block;
	width:50px;
	height:1px;
	background:#2F9505;
	margin:11px auto 0;
}
@media only screen and (max-width: 767px){
	section > .inner { padding-bottom:14%;}
	section > h2 { font-size:20px; letter-spacing:4px; padding:12% 0 6%;}
	section > h2 span {
		letter-spacing:0em;
		line-height:34px;
		font-size: 16px;
	}
	section > h2:after { width:40px; margin:3px auto 0; }
}

/** sec01
========================================*/
#sec01{
	position:relative;
	background:#F8FCF3;
	text-align:center;
	padding-bottom:40px;
}
#sec01 .titSub{
	font-size:20px;
	font-weight:bold;
	color:#2E9405;
	letter-spacing:0.2em;
	margin:7px 0 22px;
}
#sec01 p{
	font-size:13px;
	line-height:24px;
	padding:0 5% 24px;
	letter-spacing: 0.5px;
}
#sec01 li{
	display:inline-block;
	max-width:340px;
	margin:0 18px 10px;
}
#sec01 li img{
	width:100%;
	height:auto;
}
@media only screen and (min-width: 768px){
	#sec01{ padding-bottom:240px; }
	#sec01:after{
		content:"";
		display:block;
		width:100%;
		height:122px;
		background:url(../img/index/bgConcept02.gif) repeat-x;
		position:absolute;
		left:0;
		bottom:0;
		z-index:0;
	}
	#sec01 > h2{
		padding: 115px 0 45px;
	}
	#sec01 .titSub{
		font-size:26px;
		margin:7px 0 26px;
	}
	#sec01 p{
		font-size:15px;
		line-height:36px;
		padding:0 10% 60px;
		letter-spacing: 1.5px;
	}
}
@media only screen and (max-width: 767px){
	#sec01 > h2{
		padding: 45px 0 20px;
	}
	#sec01 .titSub{
		font-size: 18px;
	}
	#sec01 li{ width: 84%; }
	#sec01 li.spNone{
		display: none;
	}
}


/** sec02
========================================*/
#sec02  > h2 {padding-bottom:4%;}
#sec02 .img{
	box-sizing:border-box;
	width:100%;
	text-align:center;
}
#sec02 .box h3 {
	font-size:20px;
	font-weight:bold;
	color:#23AC38;
	text-align:center;
	letter-spacing:2px;
	margin-bottom:2%;
}
#sec02 .box table {	width:100%;	border-right: 1px solid #2F9505; }

#sec02 .box table th,
#sec02 .box table td { text-align:center; padding:18px 10px; font-size:15px; line-height:1.5; }
#sec02 .box table th { font-size:15px; background-color:#2F9505;color:#FFFFFF; border-left:1px solid #FFFFFF; }
#sec02 .box table th:first-child { border-left:none; }
#sec02 .box table td { border:1px solid #2F9505; width: 20.5%; }
#sec02 .box table td:first-child {background-color:#F8FCF3; padding-left: 0.5em; font-size:15px; color:#2E9405; width:18%; }
#sec02 .box table td:nth-child(2) {background-color:#FFFFFF; letter-spacing:0.1em;}
#sec02 .box table td.sold {background-color:#F1F1F1; color:#990000;}
#sec02 .box table:nth-of-type(2) td:first-child { border: 1px solid #2F9505; }
#sec02 .box table td span {background-color:#333333; color:#FFFFFF; display:inline-block; width:1.5em; height:1.5em; border-radius:2em; line-height:1.6em; margin-right:5px; font-size:16px;}
#sec02 .box table { width: 100%; float:left;}
#sec02 .box sup { font-size: 75.5%; }
@media only screen and (min-width: 768px){
	#sec02  > h2 {
		padding: 46px 0 50px;
	}
	#sec02 .img{
		border:1px solid #2F9505;
		padding:49px;
	}
	#sec02 .img .imginner{
		width: 1000px;
		height: 550px;
	}
	#sec02 .box .box-table {width:100%; margin-top:0;}
}
@media only screen and (max-width: 767px){
	#sec02  > h2 {padding-bottom:22px;}
	#sec02 .img .imginner{
		width: 100%;
		height: 0;
		padding-top: 55%;
	}
	#sec02 .box .boxScroll{
		width: 100%;
		overflow-x: scroll;
		overflow-y: hidden;
		margin-top: 10px;
	}
	#sec02 .box .box-table {
		width: 616px;
		margin-top:0;
	}
	#sec02 .box:nth-of-type(2) { margin-top: 50px;}
	#sec02 .box table {
		width: 100%;
		display: table;
	}
	#sec02 .box table tbody {
	    display: table-row-group;
	}
	#sec02 .box tr, #sec02 .box td { height: auto; }
	#sec02 .box table td:first-child{ width:15%; font-size: 12px; }
	#sec02 .box table tr {
	    display: table-row;
			width: 100%;
	}
	#sec02 .box table tr.pc {
	    display: none;
	}
	#sec02 .box table th, #sec02 .box table td {
	    display: table-cell;
	    font-size: 12px;
	    padding: 15px 10px 14px;
	}
	#sec02 .box table tr:first-child th{
		padding: 8px 10px;
	}
	#sec02 .box table td:first-child { padding-left: 0;}
	#sec02 .box table:nth-of-type(2) td:first-child,#sec02 .box table:nth-of-type(2) td:nth-of-type(2) { border-top: none;}
}


/** sec03
========================================*/
#sec03 {background:#F8FCF3;}
#sec03 > h2{
	padding: 41px 0 50px;
}

#sec03 .lightboxImg{
	display: block;
	position: relative;
}
#sec03 .lightboxImg::after{
	content: "";
	position: absolute;
	right: 8px;
	bottom: 8px;
	width: 26px;
	height: 26px;
	background: url(../img/index/btnLightbox.gif) center top / cover no-repeat;
	z-index: 10;
}

#sec03 .s-inner {
	width:100%;
	max-width:1100px;
	background-color:#FFFFFF;
}

#sec03 .ttl { background-color:#2F9505; padding:17px 0 23px; color:#FFFFFF;}
#sec03 .ttl h3 { font-size:17px; font-weight:bold; margin-bottom:9px;}
#sec03 .ttl h3 span { font-size:20px; }
#sec03 .ttl p {font-size:12px;}
#sec03 .bdWrapper{ border-left:1px solid #2F9505; border-right:1px solid #2F9505; padding:0 0 13px; }

#sec03 .des { width:91%; padding:0; margin:0 auto; }

#sec03 .des .txt {text-align:left;}
#sec03 .no2 .des .img {position:relative;}
#sec03 .des .img img {max-width:400px; width:100%;}

#sec03 .des .txt h3 {font-size:26px; line-height:1.6em; letter-spacing:2px; margin-bottom:10px;}
#sec03 .des .txt p {color:#2D9305; line-height:1.8em; /*margin:0 0 25px;*/}
#sec03 .des .txt p:nth-child(2){ font-size:13px; color:#000; text-align:center; }
#sec03 .des .txt p:nth-child(2) span { font-size:30px; font-weight:bold; }

#sec03 .madori { margin:0 auto 20px; }
#sec03 .madori .txt { width:90%; margin:0 auto; text-align:left;}

#sec03 .imgList ul{
	width:91%;
	max-width:1000px;
	margin:30px auto 0;
}
#sec03 .imgList li{
	width:49%;
	max-width:238px;
	margin:0 0 5px;
	float:left;
	position: relative;
}
#sec03 .imgList li img{
	width:238px;
	height:180px;
}

#sec03 .spec {background-color:#2F9505; padding:30px 0 21px;}
#sec03 .spec ul {width:90%; margin:0 auto;}
#sec03 .spec ul li {
	background-color:#FFFFFF;
	float:left;
	width:24%;
	height:40px;
	line-height:18px;
	margin:0.5%;
	font-size:14px;
	color: #2F9505;
	padding: 3px 0;
	position: relative;
	border-radius: 3px;
}
#sec03 .spec ul li .inner{
	display: block;
	width: calc(100% - 20px);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	max-height: 36px;
	overflow: hidden;
}

#sec03 .comment { font-size:14px; line-height:1.8em; margin-top:20px;}

.swiper-container {
	width:100%;
	height: 100%;
}
.swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-pagination {margin-bottom:9px;}
.swiper-pagination-bullet {
	box-sizing:border-box;
	text-align: center;
	line-height: 20px;
	color:#2D9305;
	opacity: 1;
	background: #FFF;
	border:1px solid #2F9505;

	width:32.7%;
	margin:0 0.3% 10px;
}

.swiper-pagination-bullet-active {
	color:#fff;
	background: #2F9505;
}
@media only screen and (max-width: 1000px) {
	#sec03 .des .txt {width:50%; padding-left:0;}
	#sec03 .des .txt h3 {font-size:20px; letter-spacing:1px;}
}

@media only screen and (min-width: 768px) {
	#sec03 > h2{
		padding: 75px 0 50px;
	}
	#sec03 .inner{
		width:100%;
		max-width:1350px;
		position: relative;
	}
	#sec03 .ttl { padding:30px 0; }
	#sec03 .ttl h3 { font-size:20px; margin-bottom:7px; }
	#sec03 .ttl h3 span { font-size:26px; }
	#sec03 .ttl p:nth-child(2) {
		font-size:15px;
		line-height:1.5;
		padding: 0 10px;
		box-sizing: border-box;
		letter-spacing:1px;
	}

	.swiper-pagination {
		max-width:1100px;
		margin:0 auto 20px;
	}
	.swiper-pagination-bullet{ padding:19px 0 18px; }
	.swiper-button-prev, .swiper-button-next{
	    width: 50px;
    	height: 70px;
	}
	.swiper-button-next{
		background:url(../img/index/btnPlanNext.png) left top / cover no-repeat;
		right: 100px;
	}
	.swiper-button-prev{
		background:url(../img/index/btnPlanPrev.png) left top / cover no-repeat;
		left: 100px;
	}
	#sec03 .des { padding:48px 0 0; }
	#sec03 .des .txt { width:58%; float:left; text-align:left; font-size:20px; font-weight:bold; line-height:;}
	#sec03 .des .txt p:nth-child(1) {
		width: 535px;
		line-height:34px;
		font-size: 17px;
		margin:0 0 24px;
	}
	#sec03 .des .txt p:nth-child(2){
		font-size:16px;
		text-align:left;
		letter-spacing: 1px;
		font-weight: normal;
	}
	#sec03 .des .txt p:nth-child(2) span{
		font-size:36px;
		font-weight: bold;
		margin-right: 2px;
		vertical-align: -2px;
	}
	#sec03 .des .img { width:330px; float:right; text-align:right; }
	#sec03 .des .img img{
		width: 330px;
		height: 220px;
	}
	#sec03 .madori { margin:25px auto 32px; }
	#sec03 .madori .img{
		width: 91%;
		margin: 0 auto;
		border:1px solid #2F9505;
		padding: 19px;
		box-sizing: border-box;
	}
	#sec03 .madori .img .imgInner .lightboxImg::after{
		display: none;
	}
	#sec03 .madori .txt {
		font-size:13px;
		line-height: 1.5;
		padding:17px 0 0;
		letter-spacing: 1px;
		text-align: center;
	}
	#sec03 .imgList li{
		width:23.8%;
		margin:0 1.6% 5px 0;
	}
	#sec03 .imgList li:nth-child(4n){ margin:0 0 5px; }
	#sec03 .spec ul { width:1000px; }
	#sec03 .spec ul li { width:192px; font-size:14px; margin: 0 10px 10px 0; }
	#sec03 .spec ul li:nth-child(5n) { margin-right: 0;}
	#sec03 .spec ul li.small{ line-height:20px; }
}
@media only screen and (max-width: 767px) {
	#sec03 .inner{
		position: relative;
	}
	#sec03 > h2{
		padding: 50px 0 25px;
	}
	#sec03 .lightboxImg::after{
		right: 5px;
		bottom: 4px;
	}
	#sec03 .lightboxImg,
	#sec03 .lightboxImg img{
		display: block;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
	}
	#sec03 .ttl{
		padding: 18px 0 14px;
	}
	#sec03 .ttl p:nth-child(2) {
		font-size:12px;
		line-height:1.5;
		padding: 0 10px;
		box-sizing: border-box;
		letter-spacing:-0.75px;
	}
	#sec03 .ttl h3{
		font-size: 15px;
		margin-bottom: 5px;
	}
	#sec03 .bdWrapper{ padding:22px 0 7px; }
	#sec03 .des .img{
		width: 73.2%;
		height: 0;
		padding-top: 48.6%;
		margin: 0 auto;
		position: relative;
	}
	#sec03 .des .txt { width:100%; }
	#sec03 .des .txt p{
		font-size:13px;
		line-height:22px;
		margin: 15px 0;
		letter-spacing: -0.5px;
	}
	#sec03 .des .txt p:nth-child(2){
		text-align: left;
		letter-spacing: 1px;
	}
	#sec03 .des .txt p:nth-child(2) span {
		font-size:26px;
		margin-right: 4px;
	}
	#sec03 .madori .img img {width:100%;}
	#sec03 .madori .txt { font-size:12px; line-height:22px; }
	#sec03 .imgList ul{
		margin-top: 10px;
	}
	#sec03 .imgList li{
		width: 49%;
		height: 0;
		padding-top: 37.14%;
		max-width: none;
		position: relative;
	}
	#sec03 .imgList li:nth-child(even){ float:right; }
	#sec03 .spec{
		padding: 14px 0;
	}
	#sec03 .spec ul {width:91.55%;}
	#sec03 .spec ul li {
		width:calc(33.33% - 2px);
		height: 36px;
		margin: 1px;
		font-size:11px;
		line-height:15px;
		border-radius: 0;
	}
	#sec03 .spec ul li .inner{
		width: calc(100% - 6px);
		max-height: 30px;
	}
	#sec03 .spec ul li.small,
	#sec03 .spec ul li.smallSp{ line-height:20px; }
	.swiper-button-prev,.swiper-button-next {
		width: 30px;
		height: 70px;
		top: 265px;
	}
	.swiper-button-next{
		background:url(../img/index/btnPlanNext.png) center top / cover no-repeat;
		right: -2.665%;
	}
	.swiper-button-prev{
		background:url(../img/index/btnPlanPrev.png) center top / cover no-repeat;
		left: -2.665%;
	}
	.swiper-pagination-bullet {padding:12px 0; margin:0 0.3% 11px;}
	.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {font-size:12px;}
	#sec03 .madori .img{
		width: 91% !important;
		height: 0 !important;
		margin: 15px auto 0;
		padding-top: 50.7%;
		position: relative;
	}
	#sec03 .madori .txt{
		letter-spacing: 0;
		font-size: 11px;
		line-height: 1.5;
		margin-top: 12px;
	}
}

#sec03 .pager{
	width:92%;
	max-width:1100px;
	margin:0 auto 15px;
	font-size:0;
}
#sec03 .pager li{
	display:inline-block;
	vertical-align:top;
	font-size:16px;
	width:358px;
	padding:19px 0 18px;
	margin:0 13px 14px 0;
	cursor:pointer;
	text-align:center;
	line-height:20px;
	box-sizing:border-box;
	color:#2D9305;
	background:#fff;
	border:solid 1px #2D9305;
	border-radius: 3px;
	font-weight: bold;
	letter-spacing: 1px;
}
#sec03 .pager li.active{
	color:#fff;
	background:#2D9305;
}
#sec03 .pager li.off{
	filter:alpha(opacity=30);
	opacity:0.3;
	cursor:default;
}
#sec03 .pager li:nth-child(3n){
	margin-right:0;
}
@media only screen and (max-width: 767px) {
	#sec03 .pager{
		width:100%;
		margin:0 auto 15px;
	}
	#sec03 .pager li{
		width: calc(33.33% - 3.33px);
		font-size:12px;
		padding:9px 0;
		margin: 0 5px 5px 0;
		letter-spacing: 0.5px;
		box-sizing: border-box;
	}
}

/** secBtnContact
========================================*/
.secBtnContact{
	display:block;
	width:60%;
	max-width:500px;
	line-height:80px;
	margin:0 auto;
	background:#FFCC00;
	box-shadow:0 10px 0 #E5B700 ;
	font-size:21px;
	font-weight:bold;
	color:#660000;
	text-align:center;
	border-radius:40px;
	letter-spacing:1.5px;
	margin-top: 93px;
}
.secBtnContact:hover{
	background:#FFD633;
}
@media only screen and (max-width: 767px){
	.secBtnContact{
		width:91%;
		font-size:15px;
		letter-spacing: 0.75px;
		margin-top: 43px;
	}
}

/** sec04
========================================*/
#sec04 > h2{
	padding: 93px 0 50px;
}
#sec04 ul {
	font-size: 0;
}
#sec04 li {
	display:inline-block;
	vertical-align:top;
	width:260px;
	margin:0 20px 40px 0;
	font-size:13px;
	text-align: center;
	line-height: 1.2em;
}
#sec04 li .img img{
	width: 260px;
	height: 200px;
}
#sec04 li span {
	display:block;
	color:#2D9305;
	font-size:16px;
	font-weight:bold;
	line-height:1.2em;
}
#sec04 li:nth-child(4n){
	margin-right: 0;
}
#sec04 li span {
	font-size:16px;
	margin:28px 0 12px;
}
@media only screen and (max-width: 767px){
	#sec04 > h2{
		padding: 43px 0 30px;
	}
	#sec04 ul {
		width: 91.83%;
		margin: 0 auto;
	}
	#sec04 li {
		width: calc(50% - 7px);
		margin: 0 14px 21px 0;
		font-size: 12px;
	}
	#sec04 li:nth-child(2n){
		margin-right: 0;
	}
	#sec04 li .img{
		width: 100%;
		height: 0;
		padding-top: 76.28%;
		position: relative;
	}
	#sec04 li .img img {
		display: block;
		width: 100% !important;
		height: 100% !important;
		position: absolute;
		top: 0;
		left: 0;
	}
	#sec04 li span {
		font-size: 13px;
		margin: 13px 0 7px;
	}

}


/** sec05
========================================*/
#sec05{
	background:#F8FCF3;
	margin-top: 58px;
}
.secBtnContact + #sec05{
	margin-top: 93px;
}
#sec05 > h2{
	padding: 80px 0 50px;
}
#sec05 img{ width:100%; height:auto; }
#sec05 .article{ margin:0 0 20px; }
#sec05 .titBlock{
	background:#2F9505;
	color:#FFF;
	text-align:center;
	position:relative;
	margin:0 0 17px;
	font-weight: bold;
}
#sec05 .titBlock:after{
	content:"";
	display:block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 8px 0 8px;
	border-color: #2e9505 transparent transparent transparent;
	position:absolute;
	left:50%;
	bottom:-9px;
	margin:0 0 0 -8px;
}
#sec05 .frameArticle{
	box-sizing:border-box;
	background:#FFFFFF;
	border:1px solid #2F9505;
}
@media only screen and (min-width: 768px){
	#sec05 > .inner{ padding-bottom:30px; }
	#sec05 .article{ margin:0 0 80px; }
	#sec05 .titBlock{
		font-size:22px;
		line-height:33px;
		padding: 33.5px;
		margin:0 0 40px;
		font-feature-settings:"palt";
    	letter-spacing:0.17em;
	}
	#sec05 .titBlock:after{
		border-width: 16px 15px 0 15px;
		bottom:-16px;
		margin:0 0 0 -15px;
	}
}
@media only screen and (max-width: 767px){
	#sec05{
		margin-top: 70px;
	}
	.secBtnContact + #sec05{
		margin-top: 43px;
	}
	#sec05 > h2{
		padding: 44px 0 20px;
	}
	#sec05 .titBlock{
		font-size:13px;
		line-height:50px;
	}
	#sec05 .frameArticle{
		padding: 0 5.35%;
	}
}

/*--( atcl0501 )--*/
.atcl0501 .block01 .img{
	max-width:360px;
}
.atcl0501 .titTxt{
	color:#2E9405;
	font-weight:bold;
}
.atcl0501 .titTxt b{
	color:#660000;
}
.atcl0501 .btnLink{
	display:block;
	width:100%;
	line-height:80px;
	font-size:15px;
	text-align:center;
	font-weight:bold;
	color:#fff;
	background:#2F9505;
	box-shadow:0 10px 0 #2A8604;
	border-radius:5px;
	margin:0 auto 39px;
}
@media only screen and (min-width: 768px){
	.atcl0501 .frameArticle{
		padding:42px 4% 60px;
	}
	.atcl0501 .img{ width:36%; margin:5px 0 0; }
	.atcl0501 .txt{ width:60%; }
	.atcl0501 .block01{
		padding:0 0 44px;
	}
	.atcl0501 .block01 .img,
	.atcl0501 .block02 .txt{ float:left; }
	.atcl0501 .block02 .img,
	.atcl0501 .block01 .txt{ float:right; }
	.atcl0501 .titTxt{
		font-size:21px;
		line-height:34px;
		letter-spacing: 2.25px;
		margin:0 0 15px;
	}
	.atcl0501 .titTxt b{
		font-size:30px;
		line-height: 45px;
		margin-left: -15px;
		letter-spacing: 3px;
	}
	.atcl0501 .txt p{
		font-size:13px;
		line-height:28px;
		padding:0 0 43px;
	}
	.atcl0501 .block01 .txt p:nth-of-type(2){
		font-size:12px;
		line-height:24px;
	}
	.atcl0501 .btnLink{
		width:450px;
		line-height:90px;
		font-size:19px;
		margin:-75px 0 0;
		letter-spacing: 1.5px;
	}
}
@media only screen and (max-width: 767px){
	.atcl0501 .frameArticle{
		padding:5px 5.8% 0;
	}
	.atcl0501 .block01{
		margin:0 0 10px;
	}
	.atcl0501 .block01 .img{
		width:47.21%;
		margin:0 auto 12px;
	}
	.atcl0501 .block01 .titTxt{
		font-size:13px;
		line-height:24px;
		margin:22px 0 5px;
		text-align: center;
	}
	.atcl0501 .titTxt b{
		font-size:20px;
		line-height:35px;
	}
	.atcl0501 .txt p{
		font-size:12px;
		line-height:20px;
		padding:0 0 7px;
		letter-spacing: -0.75px;
	}
	.atcl0501 .block01 .txt p:nth-of-type(1){
		padding-bottom: 0;
	}
	.atcl0501 .block01 .txt p:nth-of-type(2){
		font-size:11px;
		line-height:19px;
	}
	.atcl0501 .block02 .titTxt{
		font-size:15px;
		line-height:24px;
		margin:5px 0 14px;
		text-align: center;
		letter-spacing: 0.5px;
	}
	.atcl0501 .block02 .img{
		width:65.08%;
		margin:8px auto 13px;
	}
	.atcl0501 .btnLink{
		width: 80.95%;
		font-size: 13px;
		margin: 10px auto 35px;
		line-height: 54px;
		box-shadow: 0 6px 0 #2A8604;
	}
}


/*--( atcl0502 )--*/
.atcl0502 .frameArticle{
	padding:18px 0 0;
}
.atcl0502 .block01{
	margin:0 0 20px;
}
.atcl0502 .tit{
	font-size:16px;
	line-height:26px;
	font-weight:bold;
	color:#663300;
	text-align:center;
	margin:0 0 14px;
}
.atcl0502 .block01 .img,
.atcl0502 .txt,
.atcl0502 table{
	width:440px;
}
.atcl0502 .block01 .img{
	margin:0 auto 12px;
}
.atcl0502 .txt{
	font-size:12px;
	line-height:20px;
	margin:0 auto 26px;
}
.atcl0502 table{
	font-size:12px;
	line-height:120%;
	border-collapse:collapse;
	margin:0 auto 14px;
}
.atcl0502 table tr th{
	text-align:center;
	vertical-align:middle;
	color:#fff;
	background:#34A5D3;
	border:1px solid #fff;
}
.atcl0502 table tr td:nth-of-type(1){
	text-align:center;
	vertical-align:middle;
	color:#333333;
	border:1px solid #fff;
	background:#EDEDED;
	padding:15px 0 19px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.atcl0502 table tr td:nth-of-type(2){
	text-align:center;
	vertical-align:middle;
	color:#2F9505;
	border:1px solid #fff;
	background:#F8FCF3;
	padding:15px 0 19px;
	line-height: 1.2;
	letter-spacing: 1px;
}
.atcl0502 table tr td.widePadding{
	padding: 22px 0 26px;
}
.atcl0502 table tr:nth-child(1) th:nth-child(1){
	width:114px;
	height:50px;
	background:#fff;
}
.atcl0502 table tr:nth-child(1) th:nth-child(2){
	width:156px;
	font-size:13px;
	color:#525252;
	background:#E1E1E1;
}
.atcl0502 table tr:nth-child(1) th:nth-child(3){
	font-size:13px;
	color:#FFFFFF;
	background:#2F9505;
}


@media only screen and (min-width: 768px){
	.atcl0502 .frameArticle{
		width:49%;
		height:760px;
		max-width:540px;
		padding:38px 0 0;
	}
	.atcl0502 .block01{ float:left; margin:0;  }
	.atcl0502 .block02{ float:right; }
	.atcl0502 .tit{
		font-size:20px;
		line-height:26px;
		margin:0 0 35px;
		letter-spacing: 1px;
	}
	.atcl0502 .txt{
		font-size:13px;
		line-height:24px;
		margin:0 auto 12px;
	}
	.atcl0502 table{
		font-size:14px;
	}
	.atcl0502 table tr:nth-child(1) th:nth-child(2){
		font-size:15px;
	}
	.atcl0502 table tr:nth-child(1) th:nth-child(3){
		font-size:15px;
	}
}
@media only screen and (max-width: 767px){
	.atcl0502 .frameArticle.spTop{
		margin-bottom: 0;
		border-bottom: none !important;
	}
	.atcl0502 .frameArticle.spTop .txt{
		margin-bottom: 0;
	}
	.atcl0502 .frameArticle.spBtm{
		border-top: none !important;
	}
	.atcl0502 .tit{
		padding-top: 24px;
		font-size: 15px;
	}
	.atcl0502 .frameArticle.spBtm .tit{
		padding-top: 18px;
	}
	.atcl0502 .txt{
		letter-spacing: -0.75px;
	}
	.atcl0502 .block01 .img,
	.atcl0502 .txt,
	.atcl0502 table{
		width:100%;
	}
	.atcl0502 .block01 .img {
		margin: 0 auto 18px;
	}
	.atcl0502 table tr:nth-child(1) th:nth-child(1){
		width:80px;
		font-size: 10px;
	}
	.atcl0502 table tr:nth-child(1) th:nth-child(2){
		width:auto;
		font-size: 10px;
	}
	.atcl0502 table tr:nth-child(1) th:nth-child(3){
		font-size: 10px;
	}
	.atcl0502 table tr th,
	.atcl0502 table tr td{
		font-size: 10px;
	}
	.atcl0502 table tr:nth-child(1) th:nth-child(1){
		height: 35px;
	}
	.atcl0502 table tr td:nth-of-type(1),
	.atcl0502 table tr td:nth-of-type(2){
		padding: 11px 0 12px;
		letter-spacing: 0.5px;
	}
	.atcl0502 table tr td.widePadding{
		padding: 17px 0;
	}
}



/*--( atcl0503 )--*/
.atcl0503 .frameArticle{
	padding:20px 0 14px;
}
.atcl0503 ul{
	max-width:1000px;
	margin:19px auto 14px;
	font-size: 0;
}
.atcl0503 li{
	display: inline-block;
	width:calc(50% - 2.5px);
	background:#F6F5F0;
	position:relative;
	margin:0 0 6px;
	vertical-align: top;
	margin-right: 5px;
}
.atcl0503 li:nth-child(2n){
	margin-right: 0;
}
.atcl0503 dl{
	width:85.8%;
	margin:0 auto 8px;
}
.atcl0503 dt{
	font-size:12px;
	line-height:18px;
	font-weight:bold;
	color:#2C9205;
	margin:0 0 4px;
	text-align: center;
	letter-spacing: -0.5px;
}
.atcl0503 dd{
	font-size:11px;
	line-height:19px;
	letter-spacing: -0.5px;
	padding-bottom: 10px;
}
.atcl0503 dd a{
	color:#1D3992;
	text-decoration:underline;
}
.atcl0503 li:before{
	display:block;
	content:"";
	width:75px;
	height:75px;
	margin:0 auto;
	padding:20px 0 11px;
}
.atcl0503 li:nth-child(1):before{ background:url(../img/index/imgEq0301.jpg) center center no-repeat; background-size:100% auto; }
.atcl0503 li:nth-child(2):before{ background:url(../img/index/imgEq0302.jpg) center center no-repeat; background-size:100% auto; }
.atcl0503 li:nth-child(3):before{ background:url(../img/index/imgEq0303.jpg) center center no-repeat; background-size:100% auto; }
.atcl0503 li:nth-child(4):before{ background:url(../img/index/imgEq0304.jpg) center center no-repeat; background-size:100% auto; }
.atcl0503 li:nth-child(5):before{ background:url(../img/index/imgEq0305.jpg) center center no-repeat; background-size:100% auto; }
.atcl0503 li:nth-child(6):before{ background:url(../img/index/imgEq0306.jpg) center center no-repeat; background-size:100% auto; }
.atcl0503 li:nth-child(7):before{ background:url(../img/index/imgEq0307.jpg) center center no-repeat; background-size:100% auto; }
.atcl0503 li:nth-child(8):before{ background:url(../img/index/imgEq0308.jpg) center center no-repeat; background-size:100% auto; }

@media only screen and (min-width: 768px){
	.atcl0503 .frameArticle{
		padding:50px 0 39px;
	}
	.atcl0503 ul{
		margin: 0 auto;
	}
	.atcl0503 li{
		width:49.6%;
		height:170px;
		background:#F6F5F0;
	}
	.atcl0503 li:nth-child(odd){ float:left; }
	.atcl0503 li:nth-child(even){ float:right; }
	.atcl0503 dl{
		width:61%;
		padding:32px 0 0 6.5%;
		margin:0;
	}
	.atcl0503 dt{
		font-size:16px;
		line-height:20px;
		margin:0 0 10px;
		text-align: left;
	}
	.atcl0503 dd{
		font-size:13px;
		line-height:22px;
		letter-spacing: 0;
	}
	.atcl0503 li:before{
		width:120px;
		height:120px;
		position:absolute;
		top:25px;
		right:5%;
		padding: 0;
	}
}


/*--( atcl0504 )--*/
.atcl0504 .tit{
	padding:24px 0 9px;
	color:#2C9205;
	font-weight:bold;
	line-height:180%;
	text-align:center;
}
.atcl0504 .tit b{
	color:#660000;
}
.atcl0504 .txt{
	font-size:12px;
	line-height:20px;
	letter-spacing: -0.5px;
}
.atcl0504 .img{
	width: 640px;
	margin: 0 auto;
	padding:15px 0 20px;
}
@media only screen and (min-width: 768px){
	.atcl0504 .tit{
		font-size:21px;
		line-height:100%;
		padding:40px 0 4px;
		letter-spacing: 2.5px;
	}
	.atcl0504 .tit b{
		font-size:30px;
		line-height:215%;
		letter-spacing: 5px;
	}
	.atcl0504 .txt{
		font-size:13px;
		line-height: 2.15;
		margin:0 0 33px;
		padding:0;
		letter-spacing: 0;
		text-align: center;
	}
	.atcl0504 .img{
		padding:0 0 52px;
	}
}
@media only screen and (max-width: 767px){
	.atcl0504 .img{
		width: 100%;
	}
	.atcl0504 .tit{
		font-size:14px;
	}
	.atcl0504 .tit b{
		font-size:20px;
	}
}

/*--( atcl0505 )--*/
.atcl0505 .txtDes{
	font-size:12px;
	line-height:180%;
	text-align:center;
	padding:20px 6% 16px;
}
.atcl0505 .listDes{
	text-align:center;
}
.atcl0505 .listDes li{
	display:inline-block;
	width:84%;
	margin:0 auto 20px;
	vertical-align:top;
}
.atcl0505 .listDes li:before{
	display:block;
	width:100%;
	height:;
}
.atcl0505 .listDes .img{
	margin:0 0 8px;
}
.atcl0505 .listDes .titList{
	font-size:14px;
	font-weight:bold;
	color:#2D9305;
	margin:0 0 6px;
}
.atcl0505 .listDes .txtList{
	font-size:12px;
	line-height:18px;
}

@media only screen and (min-width: 768px){
	.atcl0505 .txtDes{
		font-size:13px;
		line-height:215%;
		padding:53px 4% 34px;
	}
	.atcl0505 .listDes{
		padding:0 0 46px;
	}
	.atcl0505 .listDes li{
		width:25.6%;
		margin:0 1.8%;
	}
	.atcl0505 .listDes .img{
		margin:0 0 28px;
	}
	.atcl0505 .listDes .titList{
		font-size:16px;
		margin:0 0 16px;
	}
	.atcl0505 .listDes .txtList{
		font-size:13px;
		line-height:22px;
		text-align:left;
	}
	.atcl0505 .imgPrize{
		width: 920px;
		margin: 0 auto 59px;
		text-align: center;
	}
	.atcl0505 .imgPrize img{
		width: auto !important;
		height: auto !important;
		max-width: 100%;
		max-height: 100%;
	}
}
@media only screen and (max-width: 767px){
	#sec05 .titBlock{
		line-height:20px;
		padding:15px 4.5%;
	}
	.atcl0505 .txtDes{
		text-align: left;
		line-height: 20px;
		padding: 15px 0;
		letter-spacing: -0.75px;
	}
	.atcl0505 .listDes .img{
		width: 66.29%;
		margin: 0 auto 20px;
	}
	.atcl0505 .listDes .titList{
		font-size: 15px;
	}
	.atcl0505 .listDes .txtList{
		letter-spacing: -0.5px;
	}
	.atcl0505 .imgPrize{
		margin-bottom: 46px;
	}
}


/*--( atcl0506 )--*/
.atcl0506 .tit{
	font-size:13px;
	line-height:24px;
	text-align:left;
	padding:36px 0 0;
}
.atcl0506 .img{
	width: 1000px;
	margin: 0 auto 50px;
	text-align: center;
}
.atcl0506 .img img{
	width: auto !important;
	height: auto !important;
	max-width: 100%;
	max-height: 100%;
}
.atcl0506 .block{
	box-sizing:border-box;
	width:91%;
	max-width:1000px;
	margin:0 auto;
}
.atcl0506 .block .tit{
	font-size:14px;
	font-weight:bold;
	line-height:22px;
	color:#2C9205;
	margin:0 0 2px;
	padding:0;
	text-align:left;
}
.atcl0506 .block .txt{
	font-size:12px;
	line-height:16px;
	text-align:left;
}

@media only screen and (min-width: 768px){
	.atcl0506{
		margin-bottom: 75px !important;
	}
	.atcl0506 .tit{
		font-size:13px;
		padding:59px 0 12px;
		line-height:215%;
		text-align: center;
	}
	.atcl0506 .block{
		display:table;
		width:91%;
		margin:0 auto;
	}
	.atcl0506 .block02{
		padding:0 0 49px;
	}
	.atcl0506 .block01 .tc01{
		display:table-cell;
		width:38%;
	}
	.atcl0506 .block01 .tc02{
		display:table-cell;
		vertical-align:middle;
		padding-left: 5px;
	}
	.atcl0506 .block02 .tc01{
		display:table-cell;
		padding:0 35px 0 9%;
		vertical-align:middle;
	}
	.atcl0506 .block02 .tc02{
		display:table-cell;
		width:34%;
	}
	.atcl0506 .block .tit{
		font-size:21px;
		line-height:34px;
		margin:0 0 15px;
		letter-spacing: 2px;
		padding:0;
	}
	.atcl0506 .block .txt{
		font-size:13px;
		line-height:28px;
	}
	.atcl0506 .block01 .txt{
		padding-bottom: 10px;
	}
	.atcl0506 .block02 .tit{
		padding-top: 10px;
	}
}
@media only screen and (max-width: 767px){
	.atcl0506 .img{
		width: 100%;
		margin: 19px auto 20px;
	}
	.atcl0506 .block{
		width: 100%;
	}
	.atcl0506 .block01 .tc01{
		width: 65.08%;
		margin: 0 auto 0 23.49%;
	}
	.atcl0506 .block .tit{
		width: 95.24%;
		margin: 0 auto;
		text-align: center;
		padding: 5px 0;
		font-size: 15px;
	}
	.atcl0506 .block .txt{
		text-align: center;
		line-height: 20px;
		letter-spacing: -0.5px;
	}
	.atcl0506 dl:nth-child(2) { margin-left: 0 }
	.atcl0506 dl:nth-child(3) { margin-left: 0 }
	.atcl0506 .block02{
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: column;
		flex-direction: column;
	}
	.atcl0506 .block02 .tc01{
		-webkit-order: 2;
		order: 2;
		margin-bottom: 34px;
	}
	.atcl0506 .block02 .tc02{
		width: 55.56%;
		margin: 34px auto 11px;
		-webkit-order: 1;
		order: 1;
	}
}


/** sec06
========================================*/
#sec06 > h2{
	padding: 75px 0 50px;
}

#sec06 #map-canvas_index {
	width:100%;
	height:547px;
	position:relative;
}

@media only screen and (max-width: 767px){
	#sec06 > h2{
		padding: 45px 0 20px;
	}
	#sec06 #map-canvas_index { height:300px;}
}


/** sec07
========================================*/
#sec07{
	padding:0 0 86px;
}
#sec07 > h2{
	padding: 112px 0 50px;
}
#sec07 table{
	width:92%;
	max-width:900px;
	margin:0 auto 2%;
}
#sec07 table th {
	width:300px;
	border:1px solid #2F9505;
	background-color:#F8FCF3;
	font-size:15px;
	line-height:24px;
	color:#2C9205;
	text-align:center;
	letter-spacing:2px;
	padding:17.5px 0;
	font-weight: 500;
}
#sec07 table td {
	font-size:15px;
	line-height:24px;
	padding-left:2%;
	letter-spacing:2px;
	border:1px solid #2F9505;
}
#sec07 .txt { text-align:center; line-height:1.8em;}
#sec07 .txt h3 { font-weight:bold; letter-spacing:2px;}

@media only screen and (max-width: 767px){
	#sec07 > h2{
		padding: 45px 0 20px;
	}
	#sec07 table th,
	#sec07 table td {width:100%; display:block; }
	#sec07 table tr th{ border-top:none; font-size:13px; padding: 6.5px 0; letter-spacing: 4px; box-sizing: border-box;}
	#sec07 table tr:first-child th{ border-top:1px solid #2F9505; }
	#sec07 table td {padding:13px; text-align:center;letter-spacing:1px; border-top:none; font-size:13px; line-height:20px; box-sizing:border-box;}
	#sec07 .txt p {text-align:left;}
}

/** secTxtTop
========================================*/
#secTxtTop{
	background:#2E9405;
	text-align:center;
	padding:45px 0 47px;
	margin-top:1px;
}
#secTxtTop .wrapper{
	width:1100px;
	margin:0 auto;
}
#secTxtTop .wrapper .txt{
	font-size:16px;
	line-height:2.25;
	color:#FFF;
	font-weight:200;
	letter-spacing:1px;
}
#secTxtTop .wrapper .txt span{
	color:#FFFF00;
}
@media only screen and (max-width: 767px){
	#secTxtTop{
		padding:30px 0 32px;
	}
	#secTxtTop .wrapper{
		width:94.67%;
	}
	#secTxtTop .wrapper .txt{
		font-size:13px;
		line-height:1.85;
	}
}


/** footer
========================================*/
footer {position:relative; z-index:100;}
footer .blockBtmTxt{
	height:auto;
	background:#246F04;
	background-size:cover;
	padding:90px 0 150px;
}
footer .blockBtmTxt h2{
	text-align:center;
	padding:0 0 20px;
}
footer .blockBtmTxt h2 img{
	display: block;
	width:140px;
	margin: 0 auto 10px;
}
footer .blockBtmTxt h2 span{
	display: block;
	font-size: 14px;
	line-height: 1.5;
	letter-spacing: 0.5px;
	color: #FFF;
	font-weight: bold;
	max-height: 42px;
	overflow: hidden;
}
footer .blockBtmTxt h2:after{ display:none; }
footer .blockBtmTxt p{
	width:91%;
	max-width:1200px;
	margin:8px auto 53px;
	font-size:13px;
	font-weight:200;
	line-height:30px;
	letter-spacing:1.5px;
	color:#fff;
	text-align:center;
}
footer .blockBtmTxt .btnToContact{
	display:block;
	width:60%;
	max-width:500px;
	line-height:80px;
	margin:0 auto;
	background:#FFCC00;
	box-shadow:0 10px 0 #E5B700 ;
	font-size:21px;
	font-weight:bold;
	color:#660000;
	text-align:center;
	border-radius:40px;
	letter-spacing:1.5px;
}
footer .blockBtmTxt .btnToContact:hover{
	background:#FFD633;
}
@media only screen and (max-width: 767px){
	footer .blockBtmTxt h2{
		padding:7% 0 2%;
	}
	footer .blockBtmTxt{
		height:auto;
		padding:0 0 60px;
		background-size:cover;
	}
	footer .blockBtmTxt h2 img{
		width:91px;
		margin-bottom: 5px;
	}
	footer .blockBtmTxt h2 span{
		font-size: 12px;
		max-height: 36px;
	}
	footer .blockBtmTxt h2{
	    padding: 12% 0 4%;
	}
	footer .blockBtmTxt p{
		font-size:12px;
		line-height:25px;
		text-align:left;
		margin:0 auto 23px;
		letter-spacing:0.5px;
	}
	footer .blockBtmTxt .btnToContact{
		width:91%;
		font-size:15px;
		letter-spacing: 0.75px;
	}
}

footer .btnToTop{
	display:block;
	width:100%;
	font-size:16px;
	font-weight:bold;
	line-height:90px;
	text-align:center;
	letter-spacing:0.2em;
	text-decoration:underline;
	color:#2E9405;
	background:#fff;
}
footer .btnToTop:hover{ text-decoration:none; }
@media only screen and (max-width: 767px){
	footer .btnToTop{
		font-size:14px;
		line-height:70px;
	}
}


footer .blockTel{
	padding:49px 0 50px;
	border-top:1px solid #93C87C;
	background:#F8FCF3;
}
footer .blockTel p{
	font-size:15px;
	text-align:center;
	color:#2E9405;
	padding:0 0 25px;
	letter-spacing: 1px;
}
footer .blockTel a{
	display:block;
	box-sizing:border-box;
	width:82%;
	max-width:360px;
	color:#2F9505;
	background:#fff;
	text-align:center;
	border:1px solid #2F9505;
	border-radius:4px;
	padding:27px 0;
	letter-spacing:1px;
	margin:0 auto;
}
footer .blockTel a span{
	font-size:38px;
}
footer .blockTel a span:before {
	font-family: 'icomoon';
	content: "\e942";
	font-weight:normal;
	padding:0 8px 0 0;
}
@media only screen and (max-width: 767px){
}


footer .blockAbout{
	height:200px;
	background:#444444;
}
footer .blockAbout .logo{
	width:190px;
	float:left;
	margin:65px 39px 0 0;
}
footer .blockAbout .logo img{
	width:100%;
	height:auto;
}
footer .blockAbout .txt{
	color:#fff;
	margin:46px 0 0;
	float:left;
}
footer .blockAbout .txt01{
	font-size:15px;
	margin:0 0 10px;
	font-weight: bold;
	letter-spacing: 2px;
}
footer .blockAbout .txt02{
	font-size:12px;
	line-height:22px;
	letter-spacing:2px;
}
footer .btnCompany{
	display:block;
}
footer .btnAbout{
	display:block;
	box-sizing:border-box;
	width:22%;
	max-width:240px;
	height:60px;
	float:right;
	padding:20px 0 0;
	margin:70px 0 0;
	text-align:center;
	border:1px solid #A1A1A1;
	border-radius:30px;
	color:#fff;
}
footer .txtCopy{
	color: #333333;
	font-size: 11px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
}
@media only screen and (max-width: 767px){
	footer .blockTel{
		padding:39px 0 39px;
	}
	footer .blockTel p{
		font-size:13px;
		letter-spacing: 0.5px;
		padding:0 0 19px;
	}
	footer .blockTel a{
		width:83%;
		padding:25px 0;
		letter-spacing: 0.5px;
	}
	footer .blockTel a span{
		font-size:32px;
	}
	footer .blockAbout{
		height:auto;
		padding:40px 0 0;
	}
	footer .blockAbout .logo{
		width:126px;
		margin:0 auto;
		float:none;
	}
	footer .blockAbout .txt{
		margin:19px auto 0;
		text-align:center;
		float:none;
	}
	footer .blockAbout .txt{
	}
	footer .blockAbout .txt02{
		font-size:12px;
		line-height:20px;
		letter-spacing: 1px;
	}
	footer .btnAbout{
		width:205px;
		height:50px;
		float:none;
		padding:15px 0 0;
		margin:26px auto 40px;
		border-radius:25px;
	}
	footer .txtCopy{
		margin-bottom: 60px;
		letter-spacing: 0.5px;
	}
}

/** secEstate
========================================*/
.secEstate{
	background:#F8FCF3;
	padding:90px 0 120px;
	border-bottom:#93C87C solid 1px;
}
.secEstate .titBox{
	margin-bottom:60px;
}
.secEstate .titBox .titEstate{
	font-size:24px;
	letter-spacing:4px;
	color:#2C9205;
	font-weight:bold;
	margin-top:34px;
}
.secEstate .wrapBox{
	margin:0 auto;
	text-align:center;
	width:1054px;
}
.secEstate .itemList{
	text-align:left;
	font-size:0;
}
.secEstate .box{
	display:inline-block;
	vertical-align:top;
	margin:0 39px 43px 0;
	width:234px;
}
.secEstate .box:nth-child(4n){
	margin-right:0;
}
.secEstate .item {
	position: relative;
	top:0;
	left:0;
	width: 232px;
	height: 148px;
	overflow:hidden;
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.secEstate .item:hover{
	opacity:0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
.secEstate .item a {
	display: block;
}

.secEstate .imgBox{
	margin-top:1px;
	width: 230px;
	height: 146px;
	display:block;
	margin-left:1px;
	text-align:center;
}
.secEstate .logo {
	position: absolute;
	top: -2px;
	left: -2px;
	width: 50px;
	height: 50px;
	overflow: visible;
}
.secEstate .icoHouse{
	display:block;
	width:50px;
	height:50px;
	position:absolute;
	top:3px;
	right:3px;
}
.secEstate .text_data{
	margin:18px 0 0;
	text-align:left;
}
.secEstate .text_data .title a{
	color:#2E9405;
	font-size:14px;
	letter-spacing:2px;
	position:relative;
	padding-bottom:3px;
	line-height:1.4;
	overflow:hidden;
	max-height:40px;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	text-decoration:underline;
}
.secEstate .text_data .title a:hover{
	opacity:0.7;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

/*.secEstate .text_data .title a::after{
	content:"";
	position:absolute;
	width:100%;
	height:1px;
	background:#2E9405;
	bottom:0;
	left:0;
}*/
.secEstate .text_data .title img{
	padding:8px 0 0 10px;
}
.secEstate .text_data .address {
	font-size:11px;
	line-height: 1.8;
	max-height:40px;
	margin:15px 0 0;
	letter-spacing:1px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow:hidden;
}
.secEstate .btnEstate{
	display:block;
	width:500px;
	height:90px;
	background:#F27626;
	text-align:center;
	color:#FFFF00;
	font-weight:bold;
	letter-spacing:2px;
	font-size:21px;
	padding:30px 0 0;
	border-radius:100px;
	box-shadow:0 -10px 0 0 #ED650E inset;
	margin:20px auto 0;
	box-sizing:border-box;
}
.secEstate .btnEstate:hover{
	background:#F59151;
	box-shadow:0 -10px 0 0 #F1843E inset;
}

@media only screen and (max-width: 767px){
	.secEstate{
		padding:50px 0 60px;
	}
	.secEstate .titBox{
		margin-bottom:30px;
	}
	.secEstate .titBox .iconBox{
		width:24px;
		margin:0 auto;
	}
	.secEstate .titBox .titEstate{
		font-size:18px;
		letter-spacing:1.5px;
		margin-top:18px;
	}
	.secEstate .wrapBox{
		width:100%;
	}
	.secEstate .btnEstate{
		width:90%;
		font-size:15px;
		padding:35px 0 0;
		margin:30px auto 0;
	}
	/**		mainSlide
	----------------------------*/
	.mainSlideIn{
		width:90%;
		height:auto;
		margin:0 auto 50px;
		position:relative;
	}
	.slidePop{
		width:120px;
		height:36px;
		position:absolute;
		top:20px;
		left:20px;
	}
	.btnPrev{
		width:17px;
		height:80px;
		position:absolute;
		top:43%;
		left:-8px;
	}
	.btnNext{
		width:17px;
		height:80px;
		position:absolute;
		top:43%;
		right:-8px;
	}
	/*----------------------------*/
	.slide{
		width:100%;
		height:auto;
		background:#FFFFFF;
		border:3px solid #5A554E;
		border-radius:6px;
		-webkit-border-radius:6px;
		-moz-border-radius:6px;
		/*overflow:hidden;*/
		padding:20px 0 0;
		box-sizing:border-box;
	}
	.slideIn{
		width:91.5%;
		margin:0 auto;
		height:auto;
	}
	.slideIn .cf{ width:250px; }
	.slideList01{
		display:block;
		width:50%;
		box-sizing:border-box;
		height:auto;
		float:left;
		padding-right:10px;
		padding:0 5px 0 0;
		/*height:124px;*/
		overflow:hidden;
		margin:0 0 10px 0;
	}
	/*
	#pushListSlider .slideBox:nth-of-type(2n){
		clear:both;
	}*/
	/* NEWアイコン位置調整用 */
	.slideList01 .slideListIn{
		display:block;
		position:relative;
	}
	.slideList01 .icoNew{
		position:absolute;
		left:1px;
		top:1px;
		width:34%;
	}
	.slideList01 .icoNew img{
		width:100%;
		height:auto;
	}
	.slideList01.slideListRight{
		padding:0 0 0 5px;
	}
	.slidePhoto{
		display:block;
		max-width:100%;
		width:100%;
		height:auto;
		box-sizing:border-box;
		text-align:center;
	}
	.slidePhoto img{
		border:1px solid #0099FF;
		box-sizing:border-box;
		width:100%;
		height:auto;
	}
	.slideTxt01{
		text-align:center;
		line-height:14px;
		font-size:12px;
		padding-top:10px;
		height:28px;
		overflow:hidden;
		color:#2E9405;
	}
	.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto{
		bottom:-10%!important;
	}
	.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
		background:#2E9405;
	}

}

#fixedBnrCampaign{
  display:none;
}
@media only screen and (max-width: 767px){
  #fixedBnrCampaign{
    display:block;
    position:fixed;
    bottom:65px;
    left:5px;
    z-index:1000;
  }
}
