@charset "utf-8";

/* #mainArea */

#mainArea {
	overflow: hidden;
	background-color: #f7f7f7;
}

#mainArea > div {
	width: 50%;
}

#mainArea .visualArea {
	float: left;
	overflow: hidden;
}
#mainArea .visualArea .mainSlick {
	width: 100%;
}

#mainArea .visualArea ul,
#mainArea .visualArea ul li {
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: top;
}
#mainArea .visualArea .slick-dots{
	bottom: 20px;
}

#mainArea .visualArea .slick-dots li {
	margin: 0 8px;
}
#mainArea .visualArea .slick-dots li button:before {
	content: '';
	font-size: 18px;
	background-color: #cccccc;
	opacity: 1;
	border-radius: 50%;
	border: 1px solid #fff;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
#mainArea .visualArea .slick-dots li:hover button:before {
	background-color: #fff;
}
#mainArea .visualArea .slick-dots li.slick-active button:before {
	content: '';
	background-color: #a8d800;
	opacity: 1;
}
#mainArea .priceArea {
	float: right;
	padding: 30px  8.33% 0 2.78%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	position: relative;
}

#mainArea .priceArea .copyList {
	margin-bottom: 20px;
}
#mainArea .priceArea .copyList ul {
	letter-spacing: -0.5em;
	text-align: right;
	margin: 0 -5px;
}
#mainArea .priceArea .copyList ul li {
	width: 31%;
	margin: 0 1% 10px;
	padding: 11px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	line-height: 18px;
	background-color: #555555;
	display: inline-block;
	letter-spacing: 0.05em;
}
#mainArea .priceArea .copyList ul li:first-child{
	margin-left: 0;
}
#mainArea .priceArea .copyList br.sp {
	display: none;
}
#mainArea .priceArea dl {
	overflow: hidden;
	margin-bottom: 56px;
}

#mainArea .priceArea dl dt {
	float: left;
	margin-top: 6px;
	margin-left: 10px;
	font-size: 18px;
	line-height: 18px;
}
#mainArea .priceArea dl dd {
	float: right;
	font-size: 50px;
	line-height: 50px;
	font-weight: 300;
}
#mainArea .priceArea dd span {
	font-size: 30px;
	line-height: 30px;
}

#mainArea .priceArea .price {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-top: 1px solid #dadada;
	border-bottom: 1px solid #dadada;
	padding: 47px 0 40px;
} 
#mainArea .priceArea .price dt{
	
}

#mainArea .priceArea .price dd {
	font-size: 86px;
	line-height: 86px;
}
#mainArea .priceArea .caption {
	position: absolute;
	bottom: 5.71%;
	left:  6.17%;
}
@media only screen and (max-width:1400px) {
	#mainArea .priceArea .price {
		padding: 23px 0 20px;
	}
	#mainArea .priceArea dl {
		margin-bottom: 40px;
	}	
	#mainArea .priceArea dl dt {
		margin-top: 3px;
		margin-left: 5px;
		font-size: 16px;
		line-height: 16px;
	}
	#mainArea .priceArea dl dd {
		font-size: 30px;
		line-height: 30px;
		font-weight: 300;
	}

	#mainArea .priceArea dd span {
		font-size: 18px;
		line-height: 18px;
	}
}
@media only screen and (max-width:1200px) {

	#mainArea .priceArea {
		padding: 30px 20px 0;
	}

	#mainArea .priceArea .copyList ul li {
		padding: 5.5px 0;
		font-size: 14px;
		line-height: 14px;
	}

	#mainArea .priceArea dl {
		overflow: hidden;
		margin-bottom: 28px;
	}

	#mainArea .priceArea dl dt {
		margin-top: 3px;
		margin-left: 5px;
		font-size: 14px;
		line-height: 14px;
	}
	#mainArea .priceArea dl dd {
		font-size: 25px;
		line-height: 25px;
		font-weight: 300;
	}

	#mainArea .priceArea dd span {
		font-size: 15px;
		line-height: 15px;
	}



	#mainArea .priceArea .price {
		padding: 23px 0 20px;
	} 
	#mainArea .priceArea .price dt{
		
	}

	#mainArea .priceArea .price dd {
		font-size: 43px;
		line-height: 43px;
	}	
}

@media only screen and (max-width:640px) {
	#mainArea > div {
		width: 100%;
		float: none;
	}
	#mainArea .visualArea,
	#mainArea .priceArea {
		float: none;	
	}
	#mainArea .priceArea{
		height: auto !important;
	}
	#mainArea .priceArea .copyList ul {
		text-align: center;	
	}
	#mainArea .priceArea .caption {
		position: static;
		margin-bottom: 30px;
	}
	#mainArea .priceArea .copyList br.sp {
		display: block;
	}
}

/* #obiArea */
#obiArea {
	text-align: center;
	border-bottom: 3px solid #a8d800;
	padding: 20px 0 20px;
}
#obiArea .text {
	line-height: 1;
	font-size: 16px;
}
#obiArea .text span.station {
	font-size: 22px;
}
#obiArea .text span.time {
	font-size: 62px;
	font-weight: 300;
}
#obiArea .text span.time02 {
	font-weight: 300;
	font-size: 46px;
}
#obiArea .text br {
	display: none;
}
#obiArea .text.line br {
	display: block;
}

@media only screen and (max-width:640px) {
		
	#obiArea {
		padding: 20px 0;
	}
	#obiArea .text {
		line-height: 2.4;
		font-size: 12px;
	}
	#obiArea .text span.station {
		font-size: 16px;
	}
	#obiArea .text span.time {
		font-size: 36px;
		font-weight: 300;	
	}
	#obiArea .text span.time02 {
	    font-size: 24px;
	    font-weight: 300;
	}
	#obiArea .text br {
		display: block;
	}
}

/* #mainContent */
#mainContent h3 {
	text-align: center;
	font-weight: 300;
	font-size: 40px;
	line-height: 1;
	margin-bottom: 50px;
}
#mainContent h3 span {
	font-size: 14px;
	margin-top: 25px;
	display: block;
}
@media only screen and (max-width:640px) {
	#mainContent h3 {
		font-size: 30px;
		margin-bottom: 35px;
	}
	#mainContent h3 span {
		font-size: 12px;
		margin-top: 15px;
		display: block;
	}	
}

/* .section */
.section {
	padding: 60px 0;
}
@media only screen and (max-width:640px) {
	.section {
		padding: 30px 0;
	}	
}

/* #rent */
#rent {
}

#rent table {
	border-collapse: separate;
	border-spacing: 10px 0;
}

#rent table tr {
	text-align: center;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	line-height: 1;
}
#rent table tr th {
	border-bottom: 1px solid #e0e0e0;	
	font-size: 14px;
	font-weight: normal;
}
#rent table tr:first-child th {
	border-top: 1px solid #e0e0e0;
}
#rent table tr:first-child th:first-child {
	border-top: none;
}

#rent table tr th:first-child {
	border-bottom: 2px solid #a8d800;
	font-size: 18px;
	font-weight: bold;
	padding: 16px 0;
	width: 190px;
}

#rent table tr td {
	border-bottom: 1px solid #e0e0e0;
	width: 330px;
	font-size: 18px;
	font-weight: 300;
}
#rent table tr td:first-child {
	border-spacing: 0;
}
.spPoint {
	display: none;
}

@media only screen and (max-width:640px) {
		
	#rent .rentTable {
		overflow: scroll;
	}

	#rent .rentTable table {
		width: 600px;
	}

	.spPoint {
		margin-top: 30px;
		display: block;
	}
	.spPoint p {
		vertical-align: top;
	}
	.spPoint p img {
		display: inline-block;
		margin-right: 5px;
	}
}


#plan {
	overflow: hidden;
	padding: 60px 0 100px;
	background-color: #f7f7f7;
}
#plan .madoriArea {
	text-align: center;
}

#plan .madoriArea .slick-prev:before, 
#plan .madoriArea .slick-next:before {
	content: '';
	display: block;
	width: 36px;
	height: 68px;
}
#plan .madoriArea .slick-prev:before {
	background: url(../common/imgs/bt-prev.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
} 
#plan .madoriArea .slick-next:before {
	background: url(../common/imgs/bt-next.png) no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

#plan .madoriArea .slick-dots {
	bottom: -35px;
}
#plan .madoriArea .slick-dots li {
	margin: 0 8px;
	width: 14px;
	height: 14px;
}
#plan .madoriArea .slick-dots li button:before {
	content: '';
	background-color: #cccccc;
	opacity: 1;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}
#plan .madoriArea .slick-dots li:hover button:before {
	background-color: #666;
}
#plan .madoriArea .slick-dots li.slick-active button:before {
	content: '';
	background-color: #a8d800;
	opacity: 1;
}
@media only screen and (max-width:1240px) {
	#plan .madoriArea .slick-prev {
		left: 20px;
	}
	#plan .madoriArea .slick-next {
		right: 20px;
	}
}
@media only screen and (max-width:640px) {
	#plan .madoriArea .slick-prev:before,
	#plan .madoriArea .slick-next:before {
		display: none;
	}
}


table.tableList {
	width: 100%;
	overflow: hidden;
	font-size: 14px;
}

table.tableList th {
	padding-top: 18px;
	padding-left: 10px;
	padding-bottom: 18px;
	width: 15.83%;
	font-weight: bold;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 2px solid #a8d800;
	vertical-align: top;
}
table.tableList tr:first-child th {
	border-top: 2px solid #a8d800;	
}

table.tableList td {
	padding-top: 18px;
	padding-left: 10px;
	padding-bottom: 19px;
	width: 83.33%;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
	border-bottom: 1px solid #e0e0e0;
}
table.tableList tr:first-child td {
	border-top: 1px solid #e0e0e0;	
}

@media only screen and (max-width:640px) {
	table.tableList {
		font-size: 12px;
	}
	table.tableList th,
	table.tableList td {
		width: 100%;
		display: block;
	}
	table.tableList th {
		 padding: 10px 0 0;
	}
	table.tableList td {
		 padding: 5px 0 10px;
	}
	table.tableList th {
		border-bottom: none;
	}
	table.tableList td,
	table.tableList tr:first-child td {
		/*border-bottom: none;*/
		border-top: none;
	}
}

#access {
}
#access .accessList ul {
	text-align: center;
	letter-spacing: -0.5em;
	margin: 0 -20px;
}
#access .accessList ul li{
	letter-spacing: normal;
	display: inline-block;
	font-size: 18px;
	line-height: 30px;
	margin: 0 20px;
}
#lifeInformation {
	background-color: #f7f7f7;
}
#lifeInformation .mapImage {
	text-align: center;
	margin-bottom: 40px;
}
#lifeInformation .btn {
	max-width: 480px;
	width: 100%;
	font-size: 20px;
	line-height: 20px;
	margin: 0 auto 40px;
	text-align: center;
	background-color: #a8d800;
	border-radius: 4px;
	position: relative;
	-webkit-transition: .3s;
	   -moz-transition: .3s;
	    -ms-transition: .3s;
	     -o-transition: .3s;
	        transition: .3s;
}

#lifeInformation .btn:hover {
	background-color: #83a800;
}
#lifeInformation .btn a {
	display: block;
	text-decoration: none;
	color: #fff;
	padding: 20px 0;
}
#lifeInformation .btn:before {
	content: url(../common/imgs/icn-map.png);
	position: absolute;
	top: 50%;
	margin-top: -17px;
	left: 20px;
}

#lifeInformation .lifeInfoList ul {
	letter-spacing: -0.5em;
	margin: 0 -1.38%;
}

#lifeInformation .lifeInfoList ul li {
	display: inline-block;
	letter-spacing: normal;
	position: relative;
	font-size: 14px;
	line-height: 14px;
	width: 47%;
	margin: 10px 1.38% 0;
	overflow: hidden;
}
#lifeInformation .lifeInfoList ul li:first-child {
	margin-top: 0;
}
#lifeInformation .lifeInfoList ul li:before {
	content: '・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・・';
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;	
}
#lifeInformation .lifeInfoList ul li .place {
	float: left;
	padding-right: 9px;
	background-color: #FFF;
}
#lifeInformation .lifeInfoList ul li .distance {
	float: right;
	padding-left: 5px;
	background-color: #FFF;
}
@media only screen and (max-width:640px) {
		
	#lifeInformation .lifeInfoList ul {
		margin: 0 auto;
	}

	#lifeInformation .lifeInfoList ul li {
		width: 100%;
		margin: 10px auto 0;
	}
}
#outline {
}
#outline .caption {
	margin-top: 20px;
	font-size: 14px;
	line-height: 20px;
}

.allcap{
	font-size: 10px;
	margin-top: 40px;
}

#gHeader #headerCv .date {
	text-align: right;
	letter-spacing: normal;
	margin-top: 10px;
}

#equipment {
	background-color: #f7f7f7;
}