@charset "utf-8";


#header {
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: auto;
	height: 75px;
	padding-bottom: 15px;
}

#header_r {
	float: right;
}

.header_link {
	text-decoration: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin-right: 10px;
	font-size: 10pt;
	display: inline;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-right: 5px;
	padding-left: 0px;
	margin-left: 0px;
}


#header_r a {
	text-decoration: none;
	color: #409C38;
}

#header_r a:hover {
	text-decoration: underline;
}

#header_contact {
	margin-top: 10px;
}

#header_contact p {
	margin: 0px;
	padding: 0px;
	color: #409C38;
	font-size: 12px;
}

#header_l {
	float: left;
	padding: 0px;
	margin: 0px;
}

.header_catch {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 10pt;
	color: #409C38;
	display: block;
	margin: 0px;
	font-weight: normal;
	padding-left: 10px;
}

.header_logo {
	display: block;
	padding-top: 0px;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.areaTtl {
	font-size: 26px;
	color: #243136;
	text-align: center;
	letter-spacing: 0.05em;
	margin-bottom: 50px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.old_bt a {
	display: inline-block;
	color: #409C38;
	font-size: 12px;
	padding-left: 14px;
	background: transparent url(../common/imgs/icn-arrR.png) left center no-repeat;
	-webkit-background-size: 7px 11px;
	background-size: 7px 11px;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}

.old_bt a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

@media only screen and (max-width:680px) {

.areaTtl {
  font-size: 22px;
}
}

@media only screen and (max-width:480px) {

.old_bt a {
  display: block;
  width: 100%;
  color: #409C38;
  font-size: 12px;
  text-align: center;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  padding: 15px 0;
  background: none;
}

.old_bt a:before {
  content: "";
  width: 7px;
  height: 11px;
  display: inline-block;
  vertical-align: middle;
  background: transparent url(../common/imgs/icn-arrR.png) left center no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
  padding-right: 10px;
}
}

/* --------------------------------------------------
modalPanel
 -------------------------------------------------- */
#modalPanel {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 99990;
  background-color: rgba(24,43,68,0.8);
}

#modalPanel .inner {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 780px;
  padding: 10px;
  background-color: #fff;
}

#modalPanel .box {
  border: 1px solid rgba(0,49, 108, 0.3);
  background: #fff url(../imgs/modalPanel-bg.png) center top no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  padding: 63px 10px 75px;
}

.modalPanel_logo {
  width: 233px;
  height: auto;
  margin: 0 auto 64px;
}

.modalPanel_txt {
  width: 373px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (max-width:800px) {

#modalPanel .inner {
  width: 90%;
}

#modalPanel .box {
  padding: 12.96296296% 1.31926121% 15.43209877%;
}

.modalPanel_logo {
  width: 30.73878628%;
  margin-bottom: 13.16872428%;
}

.modalPanel_txt {
  width: 49.20844327%;
}
}

@media only screen and (max-width:480px) {

.modalPanel_logo {
  width: 45%;
}

.modalPanel_txt {
  width: 73.5%;
}
}

/* --------------------------------------------------
topMain
 -------------------------------------------------- */
#topMain {
  margin-bottom: 59px;
}

/* slide */
#topMain .slides li {
  width: 100%;
  height: 540px;
  position: relative;
  overflow: hidden;
  background-color: #409C38;
}

#topMain .slides .slide-bg {
  overflow: hidden;
  width: 39%;
  height: 0;
  position: absolute;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #ffffff 0%, #ffffff 99%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #ffffff 0%, #ffffff 99%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #ffffff 0%, #ffffff 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  -webkit-transform: rotate(61deg);
  transform: rotate(61deg);
  transition: all .4s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

#topMain .slides .anime .slide-bg {
  height: 2000px;
}

#topMain .slides .slide-img {
  position: absolute;
  -webkit-transform: rotate(-61deg);
  transform: rotate(-61deg);
}

#topMain .slides .slide-txt {
  font-size: 12px;
  color: #fff;
  line-height: 1.7;
  position: absolute;
  z-index: 1;
  -moz-opacity: 0;
  opacity: 0;
  transition: all .5s ease-in-out 1s;
  -webkit-transition: all .5s ease-in-out 1s;
}

#topMain .slides .anime .slide-txt {
  -moz-opacity: 1;
  opacity: 1;
}

#topMain .slides .slide-txt .bt {
  width: 202px;
  height: 40px;
  margin-top: 25px;
}

#topMain .slides .slide-txt .bt a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  color: #fff;
  border: 1px solid #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

#topMain .slides .slide-txt .bt a:hover {
  border: 1px solid #409C38;
  background-color: #409C38;
  opacity: 1 !important;
}

@media only screen and (max-width:840px) {

#topMain .slides .slide-bg {
  width: 50%;
}

#topMain .slides .anime .slide-bg {
  height: 1700px;
}
}

@media only screen and (max-width:560px) {

#topMain .slides li {
  height: 340px;
}

#topMain .slides .slide-bg {
  width: 40%;
}

#topMain .slides .anime .slide-bg {
  height: 1500px;
}

#topMain .slides .slide-txt {
  font-size: 10px;
}

#topMain .slides .slide-txt .bt {
  width: 152px;
  height: 30px;
  margin-top: 13px;
}

#topMain .slides .slide-txt .bt a {
  font-size: 12px;
  line-height: 30px;
}
}

@media only screen and (max-width:420px) {

#topMain .slides .slide-bg {
  width: 50%;
}

#topMain .slides .anime .slide-bg {
  height: 840px;
}

#topMain .slides .slide-txt .bt {
  width: 122px;
}
}

/* num01 */
#topMain .slides li.num01 {
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, #ffffff 0%, #f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, #ffffff 0%, #f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

#topMain .slides .num01 .slide-bg {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 2;
  background: #409C38;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  display: none;
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
  transition: all 1.5s ease-in-out 0.3s;
  -webkit-transition: all 1.5s ease-in-out 0.3s;
}

#topMain .slides .num01.bk .slide-bg {
  display: block;
}

#topMain .slides .num01.bk.anime .slide-bg {
  width: 0;
}

#topMain .slides .num01 .slide-img {
  position: absolute;
  width: 387px;
  height: auto;
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

#topMain .slides .num01.bk .slide-img {
  -moz-opacity: 0;
  opacity: 0;
  transition: all 1.0s ease-in-out 2.0s;
  -webkit-transition: all 1.0s ease-in-out 2.0s;
}

#topMain .slides .num01.bk.anime .slide-img {
  -moz-opacity: 1;
  opacity: 1;
}

#topMain .slides .num01 .slide-txt {
  width: 342px;
  height: auto;
  -moz-opacity: 1;
  opacity: 1;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: none;
  -webkit-transition: none;
}

#topMain .slides .num01.bk .slide-txt {
  transition: all .5s ease-in-out 1s;
  -webkit-transition: all .5s ease-in-out 1s;
}

#topMain .slides .num01 .slide-txt .txt {
  margin-bottom: 36px;
}

#topMain .slides .num01.bk .slide-txt .txt02 {
  -moz-opacity: 0;
  opacity: 0;
  transition: all 1.5s ease-in-out 2.8s;
  -webkit-transition: all 1.5s ease-in-out 2.8s;
}

#topMain .slides .num01.bk.anime .slide-txt .txt02 {
  -moz-opacity: 1;
  opacity: 1;
}

@media only screen and (max-width:1100px) {

#topMain .slides .num01 .slide-img {
  width: -webkit-calc(372/1280*100%);
}
}

@media only screen and (max-width:560px) {

#topMain .slides .num01 .slide-img {
  width: -webkit-calc(400/1280*100%);
}

#topMain .slides .num01 .slide-txt {
  width: -webkit-calc(500/1280*100%);
  width: calc(500/1280*100%);
}

#topMain .slides .num01 .slide-txt .txt {
  margin-bottom: 18px;
}
}

@media only screen and (max-width:420px) {

#topMain .slides .num01 .slide-txt {
  width: -webkit-calc(800/1280*100%);
  width: calc(800/1280*100%);
}
}

/* num02 */
#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(15/540*100%);
  top: calc(15/540*100%);
  right: -webkit-calc(-50/1280*100%);
  right: calc(-50/1280*100%);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

#topMain .slides .num02 .slide-img {
  width: -webkit-calc(570/507*100%);
  width: calc(570/507*100%);
  top: 746px;
  right: -37px;
}

#topMain .slides .num02 .slide-txt {
  width: 330px;
  bottom: -webkit-calc(40/540*100%);
  bottom: calc(40/540*100%);
  right: -webkit-calc(54/1280*100%);
  right: calc(54/1280*100%);
}

#topMain .slides .num02 .slide-txt .txt {
  width: 249px;
  margin-bottom: 24px;
}

@media only screen and (max-width:1110px) {

#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(-20/540*100%);
  top: calc(-20/540*100%);
  right: -webkit-calc(-200/1280*100%);
  right: calc(-200/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 757px;
  right: -97px;
}
}

@media only screen and (max-width:980px) {

#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(-40/540*100%);
  top: calc(-40/540*100%);
  right: -webkit-calc(-300/1280*100%);
  right: calc(-300/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 867px;
  right: -77px;
}
}

@media only screen and (max-width:880px) {

#topMain .slides .num02 .slide-bg {
 top: -webkit-calc(-60/540*100%);
 top: calc(-60/540*100%);
 right: -webkit-calc(-350/1280*100%);
 right: calc(-350/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 827px;
}
}

@media only screen and (max-width:840px) {

#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(-80/540*100%);
  top: calc(-80/540*100%);
  right: -webkit-calc(-500/1280*100%);
  right: calc(-500/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 767px;
  right: -107px;
}

#topMain .slides .num02 .slide-txt {
  width: 280px;
}
}

@media only screen and (max-width:800px) {

#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(-120/540*100%);
  top: calc(-120/540*100%);
  right: -webkit-calc(-600/1280*100%);
  right: calc(-600/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 817px;
}
}

@media only screen and (max-width:740px) {

#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(-140/540*100%);
  top: calc(-140/540*100%);
  right: -webkit-calc(-700/1280*100%);
  right: calc(-700/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 787px;
  right: -97px;
}
}

@media only screen and (max-width:670px) {

#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(-160/540*100%);
  top: calc(-160/540*100%);
  right: -webkit-calc(-800/1280*100%);
  right: calc(-800/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 757px;
  right: -87px;
}
}

@media only screen and (max-width:560px) {

#topMain .slides .num02 .slide-bg {
  top: -webkit-calc(-200/540*100%);
  top: calc(-200/540*100%);
  right: -webkit-calc(-480/1280*100%);
  right: calc(-480/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 527px;
  right: -47px;
}

#topMain .slides .num02 .slide-txt {
  width: 230px;
  right: -webkit-calc(95/1280*100%);
  right: calc(95/1280*100%);
}

#topMain .slides .num02 .slide-txt .txt {
  margin-bottom: 12px;
}
}

@media only screen and (max-width:480px) {

#topMain .slides .num02 .slide-bg {
  right: -webkit-calc(-600/1280*100%);
  right: calc(-600/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 527px;
  right: -47px;
}
}

@media only screen and (max-width:420px) {

#topMain .slides .num02 .slide-bg {
  right: -webkit-calc(-700/1280*100%);
  right: calc(-700/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 447px;
  right: -37px;
}
}

@media only screen and (max-width:320px) {

#topMain .slides .num02 .slide-bg {
  right: -webkit-calc(-900/1280*100%);
  right: calc(-900/1280*100%);
}

#topMain .slides .num02 .slide-img {
  top: 417px;
}
}

/* num03 */
#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(15/540*100%);
  top: calc(15/540*100%);
  right: -webkit-calc(-50/1280*100%);
  right: calc(-50/1280*100%);
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

#topMain .slides .num03 .slide-img {
  width: -webkit-calc(570/507*100%);
  width: calc(570/507*100%);
  top: 746px;
  right: -37px;
}

#topMain .slides .num03 .slide-txt {
  width: 327px;
  bottom: -webkit-calc(40/540*100%);
  bottom: calc(40/540*100%);
  right: -webkit-calc(54/1280*100%);
  right: calc(54/1280*100%);
}

#topMain .slides .num03 .slide-txt .txt {
  margin-bottom: 24px;
}

@media only screen and (max-width:1110px) {

#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(-20/540*100%);
  top: calc(-20/540*100%);
  right: -webkit-calc(-200/1280*100%);
  right: calc(-200/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 757px;
  right: -97px;
}
}

@media only screen and (max-width:980px) {

#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(-40/540*100%);
  top: calc(-40/540*100%);
  right: -webkit-calc(-300/1280*100%);
  right: calc(-300/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 867px;
  right: -77px;
}
}

@media only screen and (max-width:880px) {

#topMain .slides .num03 .slide-bg {
 top: -webkit-calc(-60/540*100%);
 top: calc(-60/540*100%);
 right: -webkit-calc(-350/1280*100%);
 right: calc(-350/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 827px;
}
}

@media only screen and (max-width:840px) {

#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(-80/540*100%);
  top: calc(-80/540*100%);
  right: -webkit-calc(-500/1280*100%);
  right: calc(-500/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 767px;
  right: -107px;
}

#topMain .slides .num03 .slide-txt {
  width: 280px;
}
}

@media only screen and (max-width:800px) {

#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(-120/540*100%);
  top: calc(-120/540*100%);
  right: -webkit-calc(-600/1280*100%);
  right: calc(-600/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 817px;
}
}

@media only screen and (max-width:740px) {

#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(-140/540*100%);
  top: calc(-140/540*100%);
  right: -webkit-calc(-700/1280*100%);
  right: calc(-700/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 787px;
  right: -97px;
}
}

@media only screen and (max-width:670px) {

#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(-160/540*100%);
  top: calc(-160/540*100%);
  right: -webkit-calc(-800/1280*100%);
  right: calc(-800/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 757px;
  right: -87px;
}
}

@media only screen and (max-width:560px) {

#topMain .slides .num03 .slide-bg {
  top: -webkit-calc(-200/540*100%);
  top: calc(-200/540*100%);
  right: -webkit-calc(-480/1280*100%);
  right: calc(-480/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 527px;
  right: -47px;
}

#topMain .slides .num03 .slide-txt {
  width: 230px;
  right: -webkit-calc(95/1280*100%);
  right: calc(95/1280*100%);
}

#topMain .slides .num03 .slide-txt .txt {
  margin-bottom: 12px;
}
}

@media only screen and (max-width:480px) {

#topMain .slides .num03 .slide-bg {
  right: -webkit-calc(-600/1280*100%);
  right: calc(-600/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 527px;
  right: -47px;
}
}

@media only screen and (max-width:420px) {

#topMain .slides .num03 .slide-bg {
  right: -webkit-calc(-700/1280*100%);
  right: calc(-700/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 447px;
  right: -37px;
}
}

@media only screen and (max-width:320px) {

#topMain .slides .num03 .slide-bg {
  right: -webkit-calc(-900/1280*100%);
  right: calc(-900/1280*100%);
}

#topMain .slides .num03 .slide-img {
  top: 417px;
}
}

/* num04 */
#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-640/540*100%);
  bottom: calc(-640/540*100%);
  left: -webkit-calc(-300/1280*100%);
  left: calc(-300/1280*100%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

#topMain .slides .num04 .slide-img {
  width: -webkit-calc(600/507*100%);
  width: calc(600/507*100%);
  bottom: 800px;
  left: -90px;
}

#topMain .slides .num04 .slide-txt {
  width: 358px;
  top: -webkit-calc(42/540*100%);
  top: calc(42/540*100%);
  left: -webkit-calc(71/1280*100%);
  left: calc(71/1280*100%);
}

#topMain .slides .num04 .slide-txt .txt {
  margin-bottom: 24px;
}

@media only screen and (max-width:1600px) {

#topMain .slides .num04 .slide-img {
  bottom: 800px;
  left: -121px;
}
}

@media only screen and (max-width:1500px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-500/540*100%);
  bottom: calc(-500/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 713px;
  left: -70px;
}
}

@media only screen and (max-width:1400px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-450/540*100%);
  bottom: calc(-450/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 643px;
  left: -70px;
}
}

@media only screen and (max-width:1250px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-400/540*100%);
  bottom: calc(-400/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 573px;
  left: -70px;
}
}

@media only screen and (max-width:1110px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-350/540*100%);
  bottom: calc(-350/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 503px;
  left: -50px;
}
}

@media only screen and (max-width:980px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-300/540*100%);
  bottom: calc(-300/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 443px;
  left: -40px;
}
}

@media only screen and (max-width:840px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-320/540*100%);
  bottom: calc(-320/540*100%);
  left: -webkit-calc(-500/1280*100%);
  left: calc(-500/1280*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 443px;
  left: -40px;
}
}

@media only screen and (max-width:740px) {

#topMain .slides .num04 .slide-img {
  bottom: 443px;
  left: -40px;
}
}

@media only screen and (max-width:670px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-250/540*100%);
  bottom: calc(-250/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 333px;
  left: -40px;
}
}

@media only screen and (max-width:560px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-380/540*100%);
  bottom: calc(-380/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 333px;
  left: -40px;
}

#topMain .slides .num04 .slide-txt {
  width: 258px;
}

#topMain .slides .num04 .slide-txt .txt {
  margin-bottom: 12px;
}
}

@media only screen and (max-width:520px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-340/540*100%);
  bottom: calc(-340/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 313px;
  left: -21px;
}
}

@media only screen and (max-width:480px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-300/540*100%);
  bottom: calc(-300/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 313px;
  left: -21px;
}
}

@media only screen and (max-width:420px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-260/540*100%);
  bottom: calc(-260/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 193px;
  left: -31px;
}

#topMain .slides .num04 .slide-txt {
  width: 228px;
}
}

@media only screen and (max-width:320px) {

#topMain .slides .num04 .slide-bg {
  bottom: -webkit-calc(-190/540*100%);
  bottom: calc(-190/540*100%);
}

#topMain .slides .num04 .slide-img {
  bottom: 153px;
  left: -21px;
}
}

/* num05 */
#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-640/540*100%);
  bottom: calc(-640/540*100%);
  left: -webkit-calc(-300/1280*100%);
  left: calc(-300/1280*100%);
  -webkit-transform-origin: right bottom;
  transform-origin: right bottom;
}

#topMain .slides .num05 .slide-img {
  width: -webkit-calc(600/507*100%);
  width: calc(600/507*100%);
  bottom: 800px;
  left: -90px;
}

#topMain .slides .num05 .slide-txt {
  width: 358px;
  top: -webkit-calc(42/540*100%);
  top: calc(42/540*100%);
  left: -webkit-calc(71/1280*100%);
  left: calc(71/1280*100%);
}

#topMain .slides .num05 .slide-txt .txt {
  margin-bottom: 24px;
}

@media only screen and (max-width:1600px) {

#topMain .slides .num05 .slide-img {
  bottom: 800px;
  left: -121px;
}
}

@media only screen and (max-width:1500px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-500/540*100%);
  bottom: calc(-500/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 713px;
  left: -70px;
}
}

@media only screen and (max-width:1400px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-450/540*100%);
  bottom: calc(-450/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 643px;
  left: -70px;
}
}

@media only screen and (max-width:1250px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-400/540*100%);
  bottom: calc(-400/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 573px;
  left: -70px;
}
}

@media only screen and (max-width:1110px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-350/540*100%);
  bottom: calc(-350/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 503px;
  left: -50px;
}
}

@media only screen and (max-width:980px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-300/540*100%);
  bottom: calc(-300/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 443px;
  left: -40px;
}
}

@media only screen and (max-width:840px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-320/540*100%);
  bottom: calc(-320/540*100%);
  left: -webkit-calc(-500/1280*100%);
  left: calc(-500/1280*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 443px;
  left: -40px;
}
}

@media only screen and (max-width:740px) {

#topMain .slides .num05 .slide-img {
  bottom: 443px;
  left: -40px;
}
}

@media only screen and (max-width:670px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-250/540*100%);
  bottom: calc(-250/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 333px;
  left: -40px;
}
}

@media only screen and (max-width:560px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-380/540*100%);
  bottom: calc(-380/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 333px;
  left: -40px;
}

#topMain .slides .num05 .slide-txt {
  width: 258px;
}

#topMain .slides .num05 .slide-txt .txt {
  margin-bottom: 12px;
}
}

@media only screen and (max-width:520px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-340/540*100%);
  bottom: calc(-340/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 313px;
  left: -21px;
}
}

@media only screen and (max-width:480px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-300/540*100%);
  bottom: calc(-300/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 313px;
  left: -21px;
}
}

@media only screen and (max-width:420px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-260/540*100%);
  bottom: calc(-260/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 193px;
  left: -31px;
}

#topMain .slides .num05 .slide-txt {
  width: 228px;
}
}

@media only screen and (max-width:320px) {

#topMain .slides .num05 .slide-bg {
  bottom: -webkit-calc(-190/540*100%);
  bottom: calc(-190/540*100%);
}

#topMain .slides .num05 .slide-img {
  bottom: 153px;
  left: -21px;
}
}


/* flex-direction-nav */
#topMain .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 23px;
  height: 52px;
  margin: -26px 0 0;
  opacity: 1;
}

#topMain .flex-direction-nav a:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

#topMain .flex-direction-nav .flex-next {
  background: transparent url(../imgs/mainSlide-next.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  right: 30px;
}

#topMain .flex-direction-nav .flex-prev {
  background: transparent url(../imgs/mainSlide-prev.png) 0 0 no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  left: 30px;
}

@media only screen and (max-width:800px) {

#topMain .flex-direction-nav a {
  width: 10px;
  height: 22px;
  margin: -16px 0 0;
}

#topMain .flex-direction-nav .flex-next {
  right: 5px;
}

#topMain .flex-direction-nav .flex-prev {
  left: 5px;
}
}

/* flex-control-nav */
#topMain .flex-control-nav {
  text-align: center;
  margin-top: 15px;
}

#topMain .flex-control-nav li {
  display: inline-block;
  margin-left: 20px;
}

#topMain .flex-control-nav li:first-child {
  margin-left: 0;
}

#topMain .flex-control-nav li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  display: block;
  background-color: transparent;
  text-indent: -9999em;
  width: 6px;
  height: 6px;
  border: 1px solid #F9F8F4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

#topMain .flex-control-nav li a:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 1px solid #F9F8F4;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-opacity: 0;
  opacity: 0;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

#topMain .flex-control-nav li a.flex-active,
#topMain .flex-control-nav li a:hover {
  background-color: #F9F8F4;
}

#topMain .flex-control-nav li a.flex-active:before {
  width: 16px;
  height: 16px;
  -moz-opacity: 1;
  opacity: 1;
}

/* --------------------------------------------------
info
 -------------------------------------------------- */
#info {
}

.info_box {
	font-size: 0;
	letter-spacing: -0.4em;
	margin-bottom: 5px;
}

.info_left {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 20%;
	text-align: center;
	position: relative;
	background-color: #FC9436;
}

.info_ttl {
	font-family: Verdana, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 18px;
	letter-spacing: 0.05em;
	font-weight: normal;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 150px;
}

.info_right {
	display: inline-block;
	vertical-align: top;
	width: 80%;
	background-color: #FFF;
}

.infotxtArea {
  padding: 32px 4.86026731% 50px;
}

.infotxtArea dl dt {
  position: relative;
}
.infotxtArea dl dt:after {
  position: absolute;
  top: 20px;
  left: 0;
  color: #fff;
  display:inline-block;
  text-align:center;
  vertical-align:middle;
  min-width:85px;
  margin:0;
  padding:0 0 2px 0;
  font-size:10px;
  line-height:16px;
}
.infotxtArea dl dt.jyounan:after {
  content:"城南区";
  background:#7790b9;
  border-top:2px solid #3b548a;
}

.infotxtArea dl dt.higasi:after {
  content:"東区";
  background:#b99477;
  border-top:2px solid #97684a;
}

.infotxtArea dl dt.minami:after {
  content:"南区";
  background:#b9778e;
  border-top:2px solid #97475f;
}



.infotxtArea dl dt.news:after {
  content:"ニュース";
  background:#7790b9;
  border-top:2px solid #3b548a;
}

.infotxtArea dl dt.purchase:after {
  content:"ご成約";
  background:#b99477;
  border-top:2px solid #97684a;
}

.infotxtArea dl dt.application:after {
  content:"申し込み";
  background:#b9778e;
  border-top:2px solid #97475f;
}

.info_right dl {
  padding-left: 3.57598978%;
  background: transparent url(../common/imgs/icn-arrR.png) 0 3px no-repeat;
  -webkit-background-size: 7px 11px;
  background-size: 7px 11px;
  font-size: 0;
  letter-spacing: -0.4em;
  margin-bottom: 40px;
}

.info_right dl:last-child {
  margin-bottom: 0;
}

.info_right dl dt,
.info_right dl dd {
  display: inline-block;
  vertical-align: top;
  font-size: 14px;
  letter-spacing: 0.05em;
}


.info_right dl dt {
	width: 33%;
}

.info_right dl dd {
	width: 85%;
	margin-left: 70px;
	padding-top: 5px;
	line-height: 15pt;
}

#info .old_bt {
  text-align: right;
}

@media only screen and (max-width:1020px) {

.infotxtArea {
  padding: 4% 4.86026731%;
}

.info_right dl dt,
.info_right dl dd {
  display: block;
  width: 100%;
}
.infotxtArea dl dt:after {
    padding: 1px 0;
    top: 0;
    left: 90px;
    line-height: 10px;
}

.infotxtArea dl dt.press:after {
  border-top:none;
}

.infotxtArea dl dt.important:after {
  border-top:none;
}

.infotxtArea dl dt.update:after {
  border-top:none;
}
}

@media only screen and (max-width:620px) {

.info_ttl {
  font-size: 14px;
}

.info_right dl dt,
.info_right dl dd {
  font-size: 10px;
}

.info_right dl {
  -webkit-background-size: 4px 6px;
  background-size: 4px 6px;
}
.infotxtArea dl dt:after {
    left: 70px;
}
}

@media only screen and (max-width:480px) {

.info_left,
.info_right {
  display: block;
  width: 100%;
  padding: 5px 0;
}

.info_ttl {
  position: static;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
}

.info_box {
  margin-bottom: 0;
}
}

/* --------------------------------------------------
infoLink
 -------------------------------------------------- */
 #infoLink {
 }
 #infoLink ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
 }
 #infoLink ul li {
  width: 100%;
 }
 #infoLink ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	background-color: #409C38;
	background-repeat: no-repeat;
	background-position: center 30px;
	background-size: 75px 75px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
 }
#infoLink ul li a h3 {
  font-size: 18px;
  line-height: 25px;
  margin-bottom: 30px;
}
#infoLink ul li a .btLink {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 143px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px 0 7px;
  font-weight: bold;
}

#infoLink ul li a:hover {
  opacity: 1;
}
#infoLink ul li a:hover .btLink {
	background-color: #FFCC00;
	border: 1px solid #FFCC00;
	transition: all .3s ease-in-out 0s;
	-webkit-transition: all .3s ease-in-out 0s;
}
#infoLink ul li.num01 a {
  background-image: url(../imgs/icon-infolink01.png);
}
#infoLink ul li.num02 a {
  background-image: url(../imgs/icon-infolink02.png);
}
#infoLink ul li.num03 a {
  background-image: url(../imgs/icon-infolink03.png);
}
#infoLink ul li.num04 a {
  background-image: url(../imgs/icon-infolink04.png);
  border-right: 0;
}

@media only screen and (max-width:680px) {
 #infoLink ul {
  flex-wrap: wrap;
 }
 #infoLink ul li {
  width: 50%;
 }
 #infoLink ul li a {
  background-position: center 20px;
  background-size: 50px auto;
  padding: 80px 0 40px;
 }
/* #infoLink ul li.num01 a {
  border-bottom: 1px solid #284677;
 }*/
 #infoLink ul li.num02 a {
  border-bottom: 1px solid #FFF;
 }
 #infoLink ul li.num03 a {
  border-right: 0;
  border-bottom: 1px solid #FFF;
 }
 #infoLink ul li a .btLink {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 8px;
  padding: 5px 0 7px;
  font-weight: bold;
}
#infoLink ul li a h3 {
  font-size: 14px;
  margin-bottom: 20px;
}
}


/*--------------------------------------------------------------------------
   ピックアップ物件情報
---------------------------------------------------------------------------*/






#mainBox {
	margin-top: 15px;
	margin-bottom: 0;
	margin-right: auto;
	margin-left: auto;
	width: 1300px;
}
#parent {
	display: inline-block;
}
#parent .child {
	width: 310px;
	margin-right: 15px;
	margin-bottom: 30px;
	float: left;    /*for ie*/
	font-size: 12px;
	background-color: #FF0000;
	margin-left: 15px;
	box-shadow: 0px 0px 5px #CCCCCC;
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background-color: #fff;

}
#parent .child .box_img {
	width: 238px;
	height: 170px;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#parent .child .title {
    font-weight: bold;
    margin-bottom: 12px;
}

.box_name2 {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 120%;
	display: block;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	margin-bottom: 5px;
}
.box_name2 a {
	text-decoration: none;
	color: #000;
}
.box_name2 a:hover {
	color: #E9293E;
	text-decoration: none;
}

.box_detail {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 13pt;
	margin-top: 7px;
	margin-bottom: 0px;
	padding-left: 10px;
	width: 70%;
}

.box_price {
	display: block;
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 14pt;
}
.box_price2 {
	color: #333333;
	margin-top: 10px;
	margin-bottom: 5px;
	letter-spacing: 0.1em;
	margin-right: auto;
	margin-left: auto;
	font-family: 'Quicksand', sans-serif;
	font-size: 15pt;
}

.box_month {
	font-family: 'Quicksand', sans-serif;
	;
	;
	font-size: 18pt;
	color: #E93656;
	line-height: 24pt;
	letter-spacing: 0.1em;
	vertical-align: -8%;
}

.box_month2 {
	font-family: 'Quicksand', sans-serif;
	;
	;
	font-size: 20pt;
	color: #E93656;
	line-height: 23pt;
	letter-spacing: 0.1em;
	vertical-align: -5%;
	
}

.box_detail_ct {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	display: block;
	margin-left: auto;
	margin-right: auto;
	line-height: 13pt;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
}
/* --------------------------------------------------
customersVoice, shoppingArea slider
 -------------------------------------------------- */
/* shoppingSlide */
.commonSlide {
	max-width: 1020px;
	margin-left: auto;
	margin-right: auto;
}

.commonSlide .commonSlide_scene {
	padding-bottom: 10px;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	width: 310px;
}

.commonSlide .block {
	-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.2);
	box-shadow: 0 0 5px rgba(0,0,0,0.2);
	background-color: #fff;
	margin-bottom: 15px;
	width: 310px;
}

.commonSlide .block a {
  display: block;
  width: 100%;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

.commonSlide .block a:hover {
  -moz-opacity: 0.6;
  opacity: 0.6;
}

.commonSlide .block_top {
  overflow: hidden;
  position: relative;
  margin-bottom: 10px;
}

.commonSlide .block_img {
	max-height: 217px;
	overflow: hidden;
}

.commonSlide .block_top .block_img img {
  width: 100%;

}



.commonSlide .block_num {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	background-color: #fff;
	width: 56px;
	height: 56px;
	padding: 10px;
	-moz-border-radius: 50%;
	border-radius: 50%;
	text-align: center;
	position: absolute;
	top: 3%;
	left: 1.96078%;
}

.commonSlide .block_num p {
  color: #409C38;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

.commonSlide .block_num p:first-child {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #409C38;
}

.commonSlide .block_summary {
  padding: 2% 20px 20px;
  position: relative;
}

.commonSlide .block_summary .date {
  margin-bottom: 10px;
}

.commonSlide .block_summary .date span {
  font-size: 12px;
}

.commonSlide .block_summary_ttl {
	font-size: 15px;
	color: #FC9436;
	margin-bottom: 18px;
	position: relative;
	font-weight: bold;
}
.commonSlide .icnArea {
  margin: 0 0 18px 0;
}

.commonSlide .block_summary_txt {
  font-size: 12px;
  color: #777;
}

.commonSlide .block_summary_facebook {
  height: 17px;
  position: absolute;
  bottom: 10.66666667%;
  right: 6.8627451%;
  background: transparent url(../common/imgs/facebook02-bg.png) left center no-repeat;
  -webkit-background-size: 21px 17px;
  background-size: 21px 17px;
  padding: 0 0 0 18px;
}

.commonSlide .block_summary_facebook p {
  height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url(../common/imgs/facebook02-bg02.png) right center no-repeat;
  -webkit-background-size: 7px 17px;
  background-size: 7px 17px;
  padding: 0 7px 0 0;
}

.commonSlide .block_summary_facebook p span {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #409C38;
  border-bottom: 1px solid #409C38;
  font-family: Verdana, Arial, sans-serif;
  color: #409C38;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  padding: 0 7px 0 13px;
}

.commonSlide .slick-arrow {
  width: 32px;
  height: 32px;
  text-indent: -9999em;
  background: transparent;
  border: none;
  position: absolute;
  top: 50%;
  margin-top: -16px;
  z-index: 100;
  cursor: pointer;
  transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
}

.commonSlide .slick-arrow:hover {
  -moz-opacity: 0.5;
  opacity: 0.5;
}

.commonSlide .slick-arrow.slick-prev {
  background: transparent url(../imgs/bt-prev.png) 0 0 no-repeat;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
  left: -44px;
}

.commonSlide .slick-arrow.slick-next {
  background: transparent url(../imgs/bt-next.png) 0 0 no-repeat;
  -webkit-background-size: 32px 32px;
  background-size: 32px 32px;
  right: -44px;
}

.commonSlide .slick-dots {
  margin-top: 32px;
  text-align: center;
}

.commonSlide .slick-dots li {
  display: inline-block;
  margin-left: 14px;
}

.commonSlide .slick-dots li:first-child {
  margin-left: 0;
}

.commonSlide .slick-dots li button {
	background-color: transparent;
	text-indent: -9999em;
	width: 6px;
	height: 6px;
	padding: 0;
	border: 1px solid #409C38;
	-moz-border-radius: 50%;
	border-radius: 50%;
	cursor: pointer;
}

.commonSlide .slick-dots li button:hover,
.commonSlide .slick-dots li.slick-active button {
	background-color: #409C38;
}

@media only screen and (max-width:1172px) {
  .commonSlide .block {
    width: auto;
  }

  .commonSlide .slick-arrow.slick-prev {
    left: 0;
  }

  .commonSlide .slick-arrow.slick-next {
    right: 0;
  }
}

@media only screen and (max-width:680px) {
  .commonSlide .block_top {
    margin-bottom: 15px;
  }

  .commonSlide .block_summary {
    padding-bottom: 40px;
  }

  .commonSlide .block_summary_ttl {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .commonSlide .block_summary_txt {
    font-size: 10px;
  }
  .commonSlide .block_summary_ttl:after {
    top: -4px;
    left: inherit;
    right: 10px;
  }
}


/* --------------------------------------------------
customersVoice
 -------------------------------------------------- */
#customersVoice {
	margin-bottom: 0px;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 80px;
	padding-left: 0;
	background-color: #FFF;
}

#customersVoice .copy {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}

@media only screen and (max-width:340px) {
  #customersVoice .copy br {
    display: none;
  }
}

/* old_bt */
#customersVoice .old_bt {
  text-align: right;
  margin-top: -12px;
}

@media only screen and (max-width:510px) {
  #customersVoice .old_bt {
    margin-top: 10px;
  }
}

/* --------------------------------------------------
shoppingArea
 -------------------------------------------------- */
#shoppingArea {
	background-color: #FFFFFF;
	padding-top: 50px;
	padding-bottom: 25px;
}

#shoppingArea .copy {
	font-size: 16px;
	line-height: 24px;
	color: #000;
	text-align: center;
	margin-bottom: 40px;
}

@media only screen and (max-width:340px) {
  #shoppingArea .copy br {
    display: none;
  }
}

/* old_bt */
#shoppingArea .old_bt {
  text-align: right;
  margin-top: -12px;
}

@media only screen and (max-width:510px) {
  #shoppingArea .old_bt {
    margin-top: 10px;
  }
}

/* --------------------------------------------------
photoEssay
 -------------------------------------------------- */
#photoEssay {
	padding-top: 80px;
	padding-bottom: 80px;
}
#photoEssay .copy {
  font-size: 14px;
  line-height: 24px;
  color: #000;
  text-align: center;
  margin-bottom: 40px;
}
#photoEssay .block_num {
  position: absolute;
  left: 100%;
  margin-left: -70px;
  top: 10px;
}

@media only screen and (max-width:340px) {

#photoEssay .copy br {
  display: none;
}
}

.area_icn {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  font-size: 10px;
  padding: 2px 9px 2px;
  text-align: center;
}



@media only screen and (max-width:680px) {

.area_icn {
  font-size: 9px;
}
}

@media only screen and (max-width:400px) {

.area_icn {
  display: block;
  margin-top: 10px;
}
}

/* photoEssay_new */
.photoEssay_new {
  width: 69%;
  float: left;
}

.photoEssay_new .block {
  position: relative;
  overflow: hidden;
}

.photoEssay_new .block.disnon {
  display: none;
}

.photoEssay_new .block_mv {
  position: relative;
  width: 100%;
}

.photoEssay_new .block_mv iframe {
  width: 100%;
  height: 397px;
}

.photoEssay_new .block_num {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  width: 56px;
  height: 56px;
  padding: 10px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 3%;
  left: 1.96078431%;
}

.photoEssay_new .block_num p {
  color: #409C38;
  font-size: 11px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
}

.photoEssay_new .block_num p:first-child {
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #409C38;
}

.photoEssay_new .block_summary {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  width: 100%;
  background-color: #4c4c4c;
  padding: 2%;
}

.photoEssay_new .block_summary_data {
  font-family: Verdana, Arial, sans-serif;
  font-size: 12px;
  margin-bottom: 12px;
}

.photoEssay_new .block_summary_day {
  display: inline-block;
  color: #fff;
  margin-right: 6px;
}

.photoEssay_new .block_summary_txt {
  display: inline-block;
  color: #cebb89;
  margin-right: 9px;
}

.photoEssay_new .block_summary_ttl {
  font-size: 14px;
  color: #fff;
}

.photoEssay_new .block_summary_facebook {
  height: 17px;
  position: absolute;
  top: 25%;
  right: 3.92156863%;
  background: transparent url(../common/imgs/facebook-bg.png) left center no-repeat;
  -webkit-background-size: 21px 17px;
  background-size: 21px 17px;
  padding: 0 0 0 18px;
}

.photoEssay_new .block_summary_facebook p {
  height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url(../common/imgs/facebook-bg02.png) right center no-repeat;
  -webkit-background-size: 7px 17px;
  background-size: 7px 17px;
  padding: 0 7px 0 0;
}

.photoEssay_new .block_summary_facebook p span {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  font-family: Verdana, Arial, sans-serif;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  padding: 0 7px 0 13px;
}

@media only screen and (max-width:800px) {

.photoEssay_new {
  width: 100%;
  float: none;
  margin-bottom: 37px;
}

.photoEssay_new .block:not(:first-child) {
  display: none;
}
}

@media only screen and (max-width:680px) {

.photoEssay_new .block_summary_ttl {
  font-size: 12px;
}

.photoEssay_new .block_summary_data {
  font-size: 10px;
}
}

@media only screen and (max-width:580px) {

.photoEssay_new .block_summary_facebook {
  top: 15%;
  right: 1.5%;
}
}

@media only screen and (max-width:400px) {

.photoEssay_new .block_summary_facebook {
  top: 5%;
}
}

/* photoEssay_list */
.photoEssay_list {
  width: 27%;
  float: right;
}

.photoEssay_list_ttl {
  text-align: center;
  margin-bottom: 32px;
}

.photoEssay_list_ttl h4 {
  font-size: 15px;
  color: #00316c;
  font-weight: bold;
  margin-bottom: 5px;
}

.photoEssay_list_ttl p {
  font-size: 12px;
  position: relative;
}

.photoEssay_list_ttl p span {
  display: inline-block;
  position: relative;
  z-index: 2;
  padding-left: 11px;
  padding-right: 8px;
  background-color: #f2f2f2;
}

.photoEssay_list_ttl p:before {
  content: "";
  display: block;
  width: 99px;
  height: 1px;
  background-color: #333;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -49px;
  z-index: 1;
}

.photoEssay_list_list li {
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 20px;
  cursor: pointer;
}

.photoEssay_list_list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 30px;
}

.photoEssay_list_list li a {
  display: block;
  width: 100%;
  height: 100%;
/*
  pointer-events: none;
*/
}

.photoEssay_list_list .thumbnail {
  width: 90px;
  height: 90px;
  position: relative;
  overflow: hidden;
  float: left;
}

.photoEssay_list_list .thumbnail img {
  display: block;
  width: 180px;
  max-width: 180px;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.photoEssay_list_list .summary {
  width: 171px;
  float: right;
}

.photoEssay_list_list .summary_num {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  width: 31px;
  height: 31px;
  padding: 4px;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  margin-bottom: 6px;
}

.photoEssay_list_list .summary_num p {
  color: #409C38;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  -webkit-transform: scale(0.9);
  -ms-transform: scale(0.9);
  transform: scale(0.9);
}

.photoEssay_list_list .summary_num p:first-child {
  border-bottom: 1px solid #409C38;
}

.photoEssay_list_list .summary_data {
  display: inline-block;
  vertical-align: middle;
  font-size: 10px;
  font-family: Verdana, Arial, sans-serif;
  font-weight: bold;
  color: #221815;
}

.photoEssay_list_list .summary_txt {
  color: #cebb89;
}

.photoEssay_list_list .summary_facebook {
  height: 17px;
  display: inline-block;
  background: transparent url(../common/imgs/facebook02-bg.png) left center no-repeat;
  -webkit-background-size: 21px 17px;
  background-size: 21px 17px;
  padding: 0 0 0 18px;
}

.photoEssay_list_list .summary_facebook p {
  height: 17px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: transparent url(../common/imgs/facebook02-bg02.png) right center no-repeat;
  -webkit-background-size: 7px 17px;
  background-size: 7px 17px;
  padding: 0 7px 0 0;
}

.photoEssay_list_list .summary_facebook p span {
  display: inline-block;
  vertical-align: top;
  border-top: 1px solid #409C38;
  border-bottom: 1px solid #409C38;
  font-family: Verdana, Arial, sans-serif;
  color: #409C38;
  font-size: 11px;
  line-height: 15px;
  font-weight: bold;
  padding: 0 7px 0 13px;
}

.photoEssay_list_list .summary_icn {
  display: block;
  margin-bottom: 7px;
}

.photoEssay_list_list .summary_ttl {
  font-size: 12px;
  color: #221815;
  font-weight: bold;
}

.photoEssay_list .old_bt {
  text-align: right;
}

@media only screen and (max-width:1020px) {

.photoEssay_list_list .thumbnail {
  width: 100%;
  float: none;
}

.photoEssay_list_list .summary {
  width: 100%;
  float: none;
}

.photoEssay_list_list .summary_ttl br {
  display: none;
}
}

@media only screen and (max-width:800px) {

.photoEssay_list {
  width: 100%;
  float: none;
}

.photoEssay_list_list li:first-child {
  display: none;
}

.photoEssay_list_list .thumbnail {
  width: 30%;
  float: left;
}

.photoEssay_list_list .summary {
  width: 65%;
  float: right;
}

.photoEssay_list_list li a {
  pointer-events: auto;
}
}

/* --------------------------------------------------
valueArea
 -------------------------------------------------- */
#valueArea {
  background-color: #fff;
}

.valueArea_bg {
  background: transparent url(../imgs/valueArea-bg.png) right bottom no-repeat;
  padding-bottom: 80px;
}

#valueArea .inner {
  max-width: 510px;
}

#valueArea .inner a {
  display: block;
}

#valueArea .inner a:hover {
  opacity:1;
}

#valueArea .areaTtl {
  width: 270px;
  height: auto;
  margin: 0 auto 33px;
}

#valueArea .areaTtl .pc { display:block; }
#valueArea .areaTtl .sp { display:none; }
.valueArea_txt span br  {
  display: none;
}
@media screen and (max-width: 640px) {
  .valueArea_txt span br  {
    display: block;
  }
}
@media screen and (max-width: 420px) {
#valueArea .areaTtl .pc { display:none; }
#valueArea .areaTtl .sp { display:block; }
}
.valueArea_txt {
  text-align: center;
  font-size: 13px;
  line-height: 24px;
  color: #000;
  margin-bottom: 32px;
}
.valueArea_bt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 143px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #00316c;
  background-color: transparent;
  text-align: center;
  color: #00316c;
  font-size: 12px;
  padding: 5px 0 7px;
  font-weight: bold;
}

#valueArea .inner a:hover .valueArea_bt {
  background-color: #409C38;
  color: #fff;
  border: 1px solid #409C38;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

@media only screen and (max-width:1600px) {

.valueArea_bg {
  -webkit-background-size: 835px auto;
  background-size: 835px auto;
  padding-bottom: 90px;
}
}

@media only screen and (max-width:1400px) {

.valueArea_bg {
  -webkit-background-size: 740px auto;
  background-size: 740px auto;
  padding-bottom: 90px;
}
}

@media only screen and (max-width:1260px) {

.valueArea_bg {
  -webkit-background-size: 640px auto;
  background-size: 640px auto;
  padding-bottom: 90px;
}
}

@media only screen and (max-width:1024px) {

.valueArea_bg {
  -webkit-background-size: 540px auto;
  background-size: 540px auto;
  background-position: 110% bottom;
}
}

@media only screen and (max-width:680px) {

.valueArea_bg {
  -webkit-background-size: 440px auto;
  background-size: 440px auto;
}
}

@media only screen and (max-width:580px) {

.valueArea_bg {
  background-position: 150% bottom;
}
}

@media only screen and (max-width:530px) {

.valueArea_bg {
  -webkit-background-size: 400px auto;
  background-size: 400px auto;
  background-position: 150% bottom;
}
}

@media only screen and (max-width:480px) {

.valueArea_bg {
  background-position: 200% bottom;
}

.valueArea_bt {
  width: 25%;
}

.valueArea_bt a {
  font-size: 8px;
}
}

@media only screen and (max-width:450px) {

.valueArea_bg {
  -webkit-background-size: 350px auto;
  background-size: 350px auto;
  background-position: 150% bottom;
}
}

@media only screen and (max-width:425px) {

.valueArea_bg {
  background-position: 190% bottom;
}
}

@media only screen and (max-width:405px) {

.valueArea_bg {
  background-position: 220% bottom;
  padding-bottom: 120px;
}
}

@media only screen and (max-width:360px) {

.valueArea_bg {
  background-position: 560% bottom;
}
}

@media only screen and (max-width:350px) {

.valueArea_bg {
  background-position: -480% bottom;
}
}

@media only screen and (max-width:330px) {

.valueArea_bg {
  background-position: -300% bottom;
}
}

@media only screen and (max-width:320px) {

.valueArea_bg {
  background-position: -200% bottom;
}
}

/* --------------------------------------------------
informationArea
 -------------------------------------------------- */
#informationArea {
  background-color: #00316c;
}

.informationArea_list {
  font-size: 0;
  letter-spacing: -0.4em;
  border-top: 1px solid #1a467b;
}

.informationArea_item {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  width: 25%;
  letter-spacing: 0.1em;
  text-align: center;
  border-left: 1px solid #1a467b;
}

.informationArea_item:first-child {
  border-left: none;
}

.informationArea_item a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 144px 0 40px;
}

.informationArea_item a:hover {
  opacity:1 !important;
}

.informationArea_item.num01 a {
  background: transparent url(../imgs/informationArea_icn01.png) center 39px no-repeat;
  -webkit-background-size: 75px 75px;
  background-size: 75px 75px;
}

.informationArea_item.num02 a {
  background: transparent url(../imgs/informationArea_icn02.png) center 39px no-repeat;
  -webkit-background-size: 75px 75px;
  background-size: 75px 75px;
}

.informationArea_item.num03 a {
  background: transparent url(../imgs/informationArea_icn03.png) center 39px no-repeat;
  -webkit-background-size: 75px 75px;
  background-size: 75px 75px;
}

.informationArea_item.num04 a {
  position:relative;
  background: transparent url(../imgs/informationArea_icn04.png) center 39px no-repeat;
  -webkit-background-size: 75px 75px;
  background-size: 75px 75px;
}

.informationArea_item_h {
  font-size: 18px;
  color: #fff;
  margin-bottom: 27px;
}

.informationArea_item_bt {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 143px;
  margin-left: auto;
  margin-right: auto;
  border: 1px solid #fff;
  background-color: transparent;
  text-align: center;
  color: #fff;
  font-size: 12px;
  padding: 5px 0 7px;
  font-weight: bold;
}

.informationArea_item a:hover .informationArea_item_bt {
  background-color: #409C38;
  border: 1px solid #409C38;
  transition: all .3s ease-in-out 0s;
  -webkit-transition: all .3s ease-in-out 0s;
}

@media only screen and (max-width:800px) {

.informationArea_item {
  width: 50%;
}

.informationArea_item a {
  padding: 144px 0 40px;
}

.informationArea_item:nth-child(odd) {
  border-left: none;
}

.informationArea_item:nth-child(1),
.informationArea_item:nth-child(2) {
  border-bottom: 1px solid #1a467b;
}
}

@media only screen and (max-width:480px) {

.informationArea_item a {
  padding: 92px 0 20px;
}

.informationArea_item_h {
  font-size: 14px;
}

.informationArea_item_bt {
  width: 50%;
  font-size: 8px;
}

.informationArea_item.num01 a,
.informationArea_item.num02 a,
.informationArea_item.num03 a,
.informationArea_item.num04 a,
.informationArea_item.num05 a {
  background-position: center 20px;
  -webkit-background-size: 50px auto;
  background-size: 50px auto;
}
}

/* --------------------------------------------------
addressArea
 -------------------------------------------------- */
#addressArea {
	margin-top: 80px;
	margin-right: 0;
	margin-bottom: 80px;
	margin-left: 0;
}

.address {
	padding: 1.96078431%;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #409C38;
	border-bottom-color: #409C38;
}

.address_left {
	float: left;
	width: 520px;
	color: #409C38;
}

.address_right {
	float: right;
	width: 448px;
	color: #409C38;
	text-align: right;
}

.fb-page-parent > .fb-page {
  width: 100% !important;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

@media only screen and (max-width:1020px) {

.address_left,
.address_right {
  width: 50%;
}
}

@media only screen and (max-width:500px) {

.address_left,
.address_right {
  float: none;
  width: 100%;
}
}

/* --------------------------------------------------
locationmapArea
 -------------------------------------------------- */
#locationmapArea {
  background-color: #f2f2f2;
}

.pc .locationmap_img {
  /* max-width: 863px; */
  height: auto;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

#locationmapArea .sp {
  display: none;
}

@media only screen and (max-width:480px) {

#locationmapArea {
  background-color: #fff;
}

#locationmapArea .pc {
  display: none;
}

#locationmapArea .sp {
  display: block;
}

.sp .companies_listBt {
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  display: block;
  font-size: 12px;
  color: #333;
  padding: 20px 0 20px;
  text-align: center;
  position: relative;
}

.sp .companies_listBt .toggleIcn {
  display: block;
  position: absolute;
  right: 1%;
  top: 50%;
  margin-top: -17px;
  color: #409C38;
  font-size: 27px;
  cursor: pointer;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
}

.sp .companies_listBt .toggleIcn:after {
  content: "+";
  display: inline;
  vertical-align: middle;
}

.sp .companies_listBt.on .toggleIcn:after {
  content: "ー";
}

.sp .companies_list {
  background: transparent url(../imgs/locationmapArea-spBg.png) center top no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
  padding-top: 30px;
  padding-bottom: 28px;
  font-size: 0;
  letter-spacing: -0.4em;
  text-align: center;
  border-bottom: 1px solid #e0e0e0;
  display: none;
}

.sp .companies_list .list {
  width: 45%;
  display: inline-block;
  vertical-align: top;
  text-align: left;
}

.sp .companies_list .list:first-child {
  margin-right: 6.25%;
}

.sp .companies_list .list li {
  color: #00306d;
  font-size: 10px;
  letter-spacing: 0;
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1em;
  margin-left: 1em;
  margin-bottom: 15px;
}

.sp .companies_list .list li span {
  font-size: 8px;
}
}

@media only screen and (max-width:880px) {
#fNav .block {
  line-height: 1.3;
  letter-spacing: 0.1;
  font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
}
}



.fukuokajc {
	color: #666;
	text-decoration: underline;
}
