@charset "utf-8";

/*******************************
  個別設定
*******************************/

	#mainImage {
		max-width: 1500px;
		margin: 0 auto;
		position: relative;
	}
	#lead {
		width: 100%;
		position: absolute;
		left: 0;
		top: calc(100% * 125 / 750);
		color: #000;
	}
	#pageTitle {
		margin: 0 0 45px;
		font-size: 40px;
		line-height: 1;
		font-weight: normal;
	}
	#lead p {
		max-width: 840px;
	}
	#lead .name {
		text-align: right;
	}
	
	section {
		background: url(../../common/imgs/bg-01.png) 50% 0 repeat;
		position: relative;
	}
	section:before {
		content: '';
		display: block;
		width: 50%;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		background: #fff;
	}
	section .title {
		box-sizing: border-box;
		width: 24%;
		margin: 80px 0 0;
		float: left;
		font-size: 26px;
		font-weight: normal;
		line-height: 1;
	}
	section .main {
		box-sizing: border-box;
		width: 76%;
		padding: 75px 0 80px 60px;
		float: left;
		position: relative;
		background: #fff;
	}
	
	#section01 table {
		line-height: 1.7;
	}
	#section01 th,
	#section02 th {
		width: 165px;
		border-bottom: 1px dotted #b2b2b2;
		padding: 30px 0 5px 5px;
	}
	#section01 td,
	#section02 td {
		border-bottom: 1px dotted #b2b2b2;
		padding: 30px 0 5px;
	}
	#section01 tr:first-child th,
	#section01 tr:first-child td,
	#section02 tr:first-child th,
	#section02 tr:first-child td {
		padding-top: 0;
	}
	#section02 .year,
	#section02 .month {
		display: inline-block;
		width: 2.5em;
		text-align: right;
	}
	
	#iso {
		margin: 55px 0 0;
	}
	#iso .title {
		width: auto;
		margin: 0 0 1em;
		float: none;
		font-size: 30px;
		line-height: 1;
	}
	#iso .title span {
		display: block;
		margin: 0 0 1em;
		font-size: 10px;
	}
	#iso .text {
		width: 55%;
		float: left;
	}
	#iso .text li {
		padding-left: 1em;
		text-indent: -1em;
	}
	#iso .text li:before {
		content: '●';
	}
	#iso .image {
		width: 18.286%;
		float: right;
	}
	#iso .image01 {
		margin: 0 3.714% 0 0;
	}
	
	.tabNav {
		margin: 5px 0 60px;
		font-size: 16px;
		line-height: 1;
	}
	.tabNav li {
		display: inline-block;
		width: 156px;
		margin: 0 0 0 12px;
		text-align: center;
	}
	.tabNav li:first-child {
		margin-left: 0;
	}
	.tabNav strong,
	.tabNav a {
		display: block;
		border: 1px solid #000;
		padding: 12px 0 6px;
		line-height: 20px;
		text-align: center;
	}
	.tabNav strong,
	.tabNav a:hover {
		background: #000;
		color: #1cbb85;
		font-weight: normal;
	}
	.tabPanel {
		display: none;
	}
	.tabPanel:first-child {
		display: block;
	}
	
	#section03 .name {
		margin: 0 0 10px;
		border-bottom: 1px dotted #b2b2b2;
		font-size: 20px;
		line-height: 1.5;
	}
	#section03 .address {
		float: left;
		line-height: 1.7;
	}
	#section03 .gmaps {
		display: inline-block;
		width: 225px;
		margin: 4px 0 0;
		padding: 5px 0 6px;
		float: right;
		background: #000 url(../../common/imgs/blt-02.png) 15px 50% no-repeat;
		border-radius: 5px;
		color: #fff;
		text-align: center;
	}
	#section03 .image {
		margin: 30px 0 10px;
	}
	#section03 .image img {
		width: 49.286%;
		margin: 0 0 0 1.428%;
	}
	#section03 .image img:first-child {
		margin-left: 0;
	}
	#section03 .map {
		margin: 30px 0 0;
	}
	#section03 .image + .map {
		margin: 0;
	}
	#section03 .map iframe {
		width: 100%;
		height: 480px;
		border: none;
	}
	#section03 .entry {
		margin: 75px 0 0;
	}
	#section03 .entry .text {
		width: calc(100% * 236 / 700);
		margin: 0 calc(100% * 40 / 700) 0 0;
		float: left;
	}
	#section03 .entry h5 {
		margin: 0 0 30px;
		font-size: 24px;
		font-weight: normal;
		line-height: 1;
	}
	#section03 .entry img {
		width: calc(100% * 424 / 700);
		float: left;
	}
	
@media only screen and (max-width:1280px) {
}
@media only screen and (max-width:1020px) {
}
@media only screen and (max-width:880px) {
	#pageTitle {
		box-sizing: border-box;
		width: 100%;
		padding: 50% 10px 0;
		position: absolute;
		top: 0;
		left: 0;
		transform: translateY(-50%);
	}
	#lead {
		position: static;
		padding: 50px 0;
	}
	#lead br.pc {
		display: none;
	}
}
@media only screen and (max-width:900px) {
}
@media only screen and (max-width:800px) {
	section {
		background: none;
	}
	section:before {
		content: normal;
	}
	section .title {
		width: auto;
		float: none;
	}
	section .main {
		width: auto;
		padding: 50px 0 80px;
		float: none;
	}
	
}
@media only screen and (max-width:640px) {
	.sNav li {
		width: 33.333%;
	}
	.sNav li:nth-child(3) {
		border-top: normal;
		border-left: 1px solid #fff;
	}
	.sNav li:nth-child(3) a,
	.sNav li:nth-child(3) strong {
		padding: 16px 0;
	}



	#section03 .address {
		margin: 0 0 20px;
		float: none;
	}
}
@media only screen and (max-width:480px) {
	#pageTitle {
		font-size: 24px;
	}
	#lead {
		padding: 30px 0 50px;
	}
	section .title {
		margin: 50px 0 0;
		padding: 0;
		font-size: 24px;
		background: none;
	}
	section .main {
		padding: 30px 0 50px;
	}
	
	#section01 th,
	#section02 th {
		width: 8em;
		border-bottom: 1px dotted #b2b2b2;
		padding: 30px 0 5px 5px;
	}
	
	.tabNav li {
		width: 49%;
		margin: 10px 0 0 2%;
	}
	.tabNav li:nth-child(2n+1) {
		margin-left: 0;
	}
	.tabNav li:nth-child(-n+2) {
		margin-top: 0;
	}
	#section03 .map iframe {
		height: 300px;
	}
	#section03 .entry {
		margin: 50px 0 0;
	}
	#section03 .entry .text {
		width: auto;
		margin: 0 0 30px;
		float: none;
	}
	#section03 .entry h5 {
		margin: 0 0 30px;
		font-size: 20px;
	}
	#section03 .entry img {
		width: 100%;
		float: none;
	}
	
	#iso .text {
		margin: 0 0 20px;
		width: auto;
		float: none;
	}
	#iso .text p {
		margin: 0 0 10px;
	}
	#iso .image {
		width: 49%;
	}
	#iso .image01 {
		margin: 0 2% 0 0;
	}
}


	.featherlight .featherlight-content {
		padding: 0;
		border: none;
	}
	.featherlight .featherlight-close-icon {
		width: 41px;
		height: 41px;
		position: fixed;
		top: 40px;
		right: 40px;
		background: url(../../common/imgs/bt-close.png) 0 0 no-repeat;
		text-indent: -9999px;
	}
	
@media only screen and (max-width:1280px) {
	.featherlight .featherlight-content {
		margin: 0 100px;
	}
}
@media only screen and (max-width:640px) {
	.featherlight .featherlight-close-icon {
		width: 25px;
		height: 25px;
		position: absolute;
		top: 0;
		right: 0;
		background: none;
		text-indent: 0;
	}
	.featherlight .featherlight-content {
		margin: 0 10px;
	}
}


