@charset "utf-8";

/* mainVisual
--------------------------------------------------------------------------------*/
.mainVisual {
	padding: 110px 0;
	background: url("../imgs/kenchiku/bg-mainVisual.jpg") center center no-repeat;
	background-size: cover;
}

.mainVisual h2 {
	position: relative;
	font-size: 28px;
	padding: 0 10px;
	text-align: center;
}

@media only screen and (max-width:667px) {
	.mainVisual {
		padding: 60px 0;
	}

	.mainVisual h2 {
		font-size: 20px;
		font-size: calc(100vw * (20 / 320));
	}
}

/* USP
--------------------------------------------------------------------------------*/
#USP {
	padding: 30px 0;
	text-align: center;
	background-color: #f7f7f7;
	font-size: 20px;
	line-height: 28px;
	-webkit-font-smoothing: antialiased;
	border-bottom: #00a7a7 solid 4px;
}

@media only screen and (max-width:970px) {
	#USP {
		padding: 15px;
		font-size: 14px;
	}
	#USP .wrap {
		padding: 0 10px;
	}
	#USP strong {
		font-size: 20px;
	}
	#USP span {
		font-size: 30px;
	}
}

/* chushaku
--------------------------------------------------------------------------------*/
.chushaku {
	margin-bottom: 30px;
	padding-top: 5px;
	font-size: 10px;
	color: #666;
	text-align: right;
}

@media only screen and (max-width:970px) {
	.chushaku {
		padding: 5px 10px 0;
		text-align: left;
	}
}

/* infoArea
--------------------------------------------------------------------------------*/
#infoArea {
	padding-bottom: 100px;
	text-align: center;
}
#infoArea h3 {
	color: #00a7a7;
	font-size: 12px;
}
#infoArea #txtBox {
	font-size: 30px;
	-webkit-font-smoothing: antialiased;
}
#infoArea .caption {
	text-align: left;
}

@media only screen and (max-width:970px) {
	#infoArea {
		padding-bottom: 50px;
		text-align: center;
	}

	#infoArea .wrap {
		padding-left: 10px;
		padding-right: 10px;
	}

	#infoArea #txtBox {
		margin-bottom: 40px;
		font-size: 20px;
		-webkit-font-smoothing: antialiased;
	}
}

/* common
--------------------------------------------------------------------------------*/
body #container {
	padding-top: 0;
	padding-bottom: 0;
}

.section {
	margin-bottom: 120px;
}

@media only screen and (max-width:970px) {
	.section {
		margin-bottom: 60px;
	}
}

/* plan
--------------------------------------------------------------------------------*/
.section.kugaArea {
	margin-bottom: 40px;
}

#planTtlArea {
	margin-bottom: 30px;
}
.planTtl {
	-webkit-font-smoothing: antialiased;
	font-size: 26px;
	line-height: 34px;
	margin-bottom: 30px;
	text-align: center;
}
.planComment {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 30px;
	text-align: center;
}
.planImage {
	text-align: center;
	margin-bottom: 30px;
}
.planImage img {
	width: 100%;
}
.planCap {
	color: #333;
	font-size: 10px;
	text-align: right;
}

.section.planArea #planBlock .planNav ul { zoom: 1; margin-right: -5px; }
.section.planArea #planBlock .planNav ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.section.planArea #planBlock .planNav ul li {
	float: left;
	width: 188px;
	margin-right: 5px;
	margin-bottom: 5px;
	text-align: center;
	border: 1px solid #ccc;
	padding: 2px;
	cursor: pointer;
	box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	/* transition */
	-webkit-transition: background .3s;
	transition: background .3s;
}
.section.planArea #planBlock .planNav ul li .planTtl {
	font-size: 20px;
	line-height: 20px;
	padding: 15px 0;
}
.section.planArea #planBlock .planNav ul li .iconArea p {
	display: block;
	width: 100%;
	font-size: 10px;
	line-height: 10px;
	letter-spacing: 0;
	color: #fff;
	vertical-align: top;
	text-align: center;
	padding: 6px 0;
	box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
.section.planArea #planBlock .planNav ul li .iconArea p span {
	position: relative;
	padding-left: 20px;
}
.section.planArea #planBlock .planNav ul li .iconArea p span:before {
	font-size: 20px;
	position: absolute;
	top: -4px;
	left: 0;
}
.section.planArea #planBlock .planNav ul li .iconArea p.icon_bunjyo {
	background-color: #0086a5;
}
.section.planArea #planBlock .planNav ul li .iconArea p.icon_takuchi {
	background-color: #678c1e;
}
.section.planArea #planBlock .planNav ul li.current,
.section.planArea #planBlock .planNav ul li:hover {
	background-color: #333;
	color: #fff;
}
.section.planArea .planBox {
	border: 1px solid #ccc;
	text-align: center;
	padding: 20px 0;
}
.section.planArea .planBox .sttl {
	margin-bottom: 60px;
}
.section.planArea .planBox .madori {
	margin-bottom: 20px;
}
.section.planArea .planBox .specArea {
	padding: 0 60px;
}
.section.planArea .planBox .specArea:after {
  content:" ";
  display:block;
  clear:both;
}
.section.planArea .planBox .specArea dl { zoom: 1; text-align: left; }
.section.planArea .planBox .specArea dl:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
.section.planArea .planBox .specArea dl dt {
	float: left;
	width: 30%;
	box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
.section.planArea .planBox .specArea dl dd {
	float: right;
	width: 70%;
	padding-left: 25px;
	border-left: 2px solid #e6e6e6;
	box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
}
.section.planArea .planBox .specArea dl dd ul li {
	width: 50%;
	float: left;
	font-size: 12px;
	line-height: 24px;
}
.section.planArea .planBox .specArea dl strong span {
	font-size: 24px;
}
.section.planArea .planBox .specArea dl strong.gTxt {
	color: #00a7a7;
}
.section.planArea .planBox .specArea p.sinchiku_caption {
	color: #A0A0A0;
	font-size: 0.8em;
	float: right;
	padding-top: 5px;
}
.section.planArea .planBox .txtsTtl {
	float: left;
	font-weight: bold;
	padding-left: 25px;
	width: 75%;
  	text-align: left;
  }

.section.kugaArea #kugaBox {
	border: 1px solid #ccc;
	text-align: center;
	padding: 100px 20px;
}

@media only screen and (max-width:960px) {
	.section.kugaArea {
		margin-bottom: 20px;
	}
	.section.planArea .planBox {
		padding: 20px;
		zoom: 1;
	}
	.section.planArea .planBox:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	.section.planArea .planBox .sttl {
		text-align: left;
	}
	.section.planArea #planBlock .planNav ul { margin-right: 0; }
	.section.planArea #planBlock .planNav ul li {
		width: 24%;
		margin-right: 0.5%;
		margin-left: 0.5%;
	}

	.section.planArea .planBox .specArea {
		padding: 0;
		clear: both;
	}
	.section.planArea .planBox .specArea ul {
		zoom: 1;
	}
	.section.planArea .planBox .specArea ul:after { content:"."; display: block; height:0px; clear:both; line-height:0; visibility:hidden; }
	.section.planArea .planBox .specArea dl dt {
		float: none;
		width: 100%;
		clear: both;
	}
	.section.planArea .planBox .specArea dl dd {
		float: none;
		width: 100%;
		clear: both;
		padding-top: 25px;
		padding-left: 0;
		border-top: 2px solid #e6e6e6;
		border-left: 0;
	}
	.section.planArea .planBox .specArea dl dd ul li {
		width: 100%;
		float: none;
		clear: both;
		margin-bottom: 5px;
	}
	.section.planArea .planBox .txtsTtl {
		padding-left: 0px;
	}
}

@media only screen and (max-width:667px) {
	.section.planArea #planBlock .planNav ul li {
		width: 49%;
	}

	.planTtl {
		-webkit-font-smoothing: antialiased;
		font-size: 20px;
		line-height: 34px;
		margin-bottom: 30px;
		text-align: center;
	}
	.planComment {
		-webkit-font-smoothing: antialiased;
		font-size: 12px;
		line-height: 34px;
		margin-bottom: 30px;
		text-align: center;
	}
}

/* location
--------------------------------------------------------------------------------*/
#AccList {
	margin-bottom: 20px;
}

#AccList .cap {
	text-align: right;
	font-size: 10px;
}

.hdrImg {
  text-align: center;
  margin-bottom: 60px;
}
.hdrImg img {
  max-width: 100%;
}
#LocList {
	margin-bottom: 40px;
}
#LocList ul li {
	margin-bottom: 20px;
}
.LocList {
  margin-bottom: 40px;
}
.LocList ul li {
  margin-bottom: 20px;
}

#map {
	width: 100%;
	height: 640px;
}

div#AccList .photo {
  position: relative;
}

div#AccList .photo span.access_name {
  position: absolute;
  bottom: 58px;
  left: 18px;
  color: white;
  z-index: 10;
  font-size: 1.8em;
}

div#AccList .photo span.access_time_span {
  position: absolute;
  bottom: 16px;
  left: 19px;
  z-index: 10;
}

div#AccList .photo span.access_time {
  color: white;
  z-index: 10;
  font-size: 2.9em;
}

div#AccList .photo span.access_time_min {
  color: white;
  z-index: 10;
  font-size: 1.3em;
}

.accessArea_cap {
	font-size: 10px;
	text-align: right;
}

.locationTtl {
  font-size: 24px;
  padding-left: 15px;
  margin: -15px 0 20px;
}

.accessTtlImage {
  text-align: center;
  margin-bottom: 30px;
}
.accessTtlImage img {
  width: 100%;
}

.mapcap {
  text-align: right;
  margin-top: 5px;
  font-size: 16px;
}

@media only screen and (max-width:960px) {
	#AccList {
		margin-bottom: 0;
	}

	.hdrImg {
	  text-align: center;
	  margin-bottom: 30px;
	}

	.LocList {
	  margin-bottom: 20px;
	}

	#map {
		height: 220px;
	}

	.accessArea_cap {
		text-align: left;
	}

  .locationTtl {
    font-size: 20px;
    padding-left: 5px;
  }
}

/* outline
--------------------------------------------------------------------------------*/
.section.num01 {
	margin-bottom: 80px;
}

.section.num02 {
	margin-bottom: 0;
}

.section.num01 .gttl,
.section.num02 .gttl {
	color: #00a7a7;
	margin-bottom: 10px;
}

table.tableList {
	width: 100%;
	border-left: 1px solid #ccc;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	margin-bottom: 40px;
}
table.tableList th,
table.tableList td {
	text-align: left;
	padding: 10px;
	border-bottom: 1px solid #ccc;
}
table.tableList th {
	width: 25%;
	border-right: 1px solid #ccc;
	background-color: #eee;
	font-weight: normal;
}
table.tableList td {
	width: 75%;
}

@media only screen and (max-width:960px) {
	table.tableList th,
	table.tableList td {
		width: 100%!important;
		display: block;
		box-sizing: border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -ms-box-sizing:border-box; -o-box-sizing:border-box;
	}
	table.tableList th {
		border-right: 0;
	}
}

/* cvArea
--------------------------------------------------------------------------------*/
@media only screen and (max-width:970px) {
	#cvArea #cvNav {
		padding-left: 10px;
		padding-right: 10px;
	}
	#cvArea #cvNav ul li {
		margin-top: 5px;
		margin-bottom: 5px;
	}
}