@charset "utf-8";
/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#main .mainImg img {
	width: 100%;
}
#main .sec01 .textBox {
	margin: 0 auto;
	padding: 0 73px 95px 66px;
	width: 100%;
	max-width: 1166px;
	background : rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	position: relative;
	display: flex;
	justify-content: space-between;
	z-index: 10;
}
#main .sec01 .photoBox {
	margin-top: -354px;
	position: relative;
}
#main .sec01 .photoBox::before {
	width: 100%;
	height: 100%;
	position: absolute;
	top: -41px;
	left: 0;
	background: url("../image/bg01.png") repeat left top;
	background-size: 1467px auto;
	content: "";
	z-index: -1;
}
#main .sec01 .photoBox .image {
	height: 783px;
	overflow: hidden;
}
#main .sec01 .photoBox .image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#main .sec01 .leftBox {
	margin-top: 76px;
	flex: 1;
}
#main .sec01 .title {
	margin: -20px 0 0 55px;
	width: 268px;
	order: 3;
}
#main .sec01 .txtUl {
	display: flex;
	flex-direction: row-reverse;
}
#main .sec01 .txtUl p {
	font-size: 2rem;
	line-height: 1.75;
	letter-spacing: 0.055em;
}
#main .sec01 .txtUl li {
	margin-right: 36px;
}
#main .sec01 .txtUl li:first-child {
	margin-right: 0;
}
#main .sec01 .txtUl .red {
	color: #CC0000;
}
#main .sec02 {
	padding: 56px 0 65px;
	background: url("../image/bg01.png") repeat left top;
	background-size: 1467px auto;
}
#main .imgBox {
	display: flex;
	justify-content: space-between;
	letter-spacing: 0.05em;
}
#main .imgBox .photo {
	width: 592px;
}
#main .imgBox .leftBox {
	flex: 1;
	margin: 0 76px 0 0;
}
#main .imgBox .headLine01 {
	margin-bottom: 26px;
	text-align: left;
	line-height: 1;
}
#main .imgBox .subTitle {
	margin-bottom: 27px;
	font-size: 2.6rem;
	letter-spacing: 0.05em;
}
#main .imgBox p {
	margin-bottom: 24px;
	text-align: justify;
}
#main .imgBox .listUl {
	margin: 40px -60px 0 0;
	line-height: 1.75;
}
#main .imgBox .listUl li {
	padding-left: 1em;
	text-indent: -1em;
}
#main .sec03 {
	padding: 80px 0 56px;
	border-bottom: 1px solid #000000;
	position: relative;
}
#main .sec03 .bgImg {
	position: absolute;
	top: -97px;
	left: -239px;
	z-index: -1;
}
#main .sec04 {
	margin-bottom: 60px;
	padding: 73px 0 58px;
	border-bottom: 1px solid #000000;
	position: relative;
}
#main .sec04 .bgImg {
	position: absolute;
	top: -152px;
	right: -190px;
	z-index: -1;
}
#main .sec04 .imgBox .leftBox {
	order: 3;
	margin: 10px 0 0 78px;
}
#main .sec04 .headLine01 {
	text-align: right;
}
#main .sec04 .subTitle {
	text-align: right;
}
#main .sec05 .headLine01 {
	margin-bottom: 47px;
	letter-spacing: 0.05em;
}
#main .sec05 .photo {
	margin-bottom: 46px;
}
#main .sec05 .comImgUl {
	margin-bottom: 71px;
	text-align: center;
}
#main .sec05 .comImgUl .image {
	margin-bottom: 11px;
}
#main .sec05 .comImgUl p {
	line-height: 1.78;
	letter-spacing: 0.05em;
	text-align: center;
}
#main .sec05 .mapBox {
	margin-bottom: 102px;
	height: 460px;
	background-color: #f8f7f7;
	position: relative;
	overflow: hidden;
}
#main .sec05 .mapBox iframe {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#main .addressDl {
	margin: 0 42px 0 50px;
	clear: both;
	border-top: 1px solid #000;
	font-size: 2rem;
}
#main .addressDl dt {
	margin: 18px 0 0 106px;
	float: left;
}
#main .addressDl dd {
	border-bottom: 1px solid #000;
	padding: 18px 0 18px 19.4em;
	letter-spacing: 0.05em;
	box-sizing: border-box;
}
@media all and (min-width: 897px) {
	#main .sec01 .txtUl p {
		-webkit-writing-mode : tb-rl;
		-webkit-writing-mode: vertical-rl;
		writing-mode: tb-rl;
		writing-mode: vertical-rl;
		white-space:nowrap;
	}
	#main .sec01 .txtUl li:last-child {
		width: 140px;
	}
	#main .sec01 .txtUl li:nth-child(3) {
		width: 105px;
	}
	#main .sec01 .txtUl li:nth-child(2) {
		width: 175px;
	}
	#main .sec01 .txtUl li:first-child {
		width: 175px;
	}
}
@media all and (max-width: 896px) {
	#main .sec01 .textBox {
		padding: 0 30px 19px;
		display: block;
	}
	#main .sec01 .title {
		margin: 0 0 39px;
		width: auto;
		text-align: center;
	}
	#main .sec01 .leftBox {
		margin-top: 0;
	}
	#main .sec01 .txtUl {
		flex-wrap: wrap;
	}
	#main .sec01 .txtUl li {
		margin: 0 0 20px;
		width: 100%;
	}
	#main .sec01 .txtUl p {
		font-size: 1.7rem;
		text-align: justify;
	}
	#main .mainImg {
		margin-bottom: 39px;
	}
	#main .sec01 .txtUl .red {
		margin-bottom: -15px;
		display: block;
		font-size: 1.8rem;
	}
	#main .sec01 .photoBox {
		margin-top: 0;
		padding-top: 11px;
	}
	#main .sec01 .photoBox .image {
		margin: 0 -2px 0 -1px;
		height: auto;
	}
	#main .sec01 .photoBox::before {
		top: 0;
		background-size: 100% auto;
		background-image: url("../image/bg01_sp.jpg");
	}
	#main .sec02 {
		padding: 38px 0 47px;
		background-size: 100% auto;
		background-image: url("../image/bg01_sp.jpg");
	}
	#main .imgBox {
		display: block;
		font-size: 1.7rem;
	}
	#main .imgBox .leftBox {
		flex: 1;
		margin: 0;
	}
	#main .imgBox .listUl {
		margin: -3px 0 0 0;
		line-height: 1.75;
		border-top: 1px solid #666;
	}
	#main .imgBox .photo {
		margin: 0 -2px 29px 56px;
		width: auto;
	}
	#main .sec03 {
		padding: 39px 0 56px;
		border-bottom: none;
	}
	#main .imgBox .headLine01 {
		margin: 0 2px 22px;
		font-size: 2.7rem;
	}
	#main .imgBox .subTitle {
		margin-bottom: 23px;
		font-size: 2.1rem;
		line-height: 1.75;
	}
	#main .sec03 .bgImg {
		top: -49px;
		left: -115px;
		width: 284px;
	}
	#main .imgBox .listUl li {
		padding: 18px 10px 17px 1em;
		border-bottom: 1px solid #666;
	}
	#main .sec04 .bgImg {
		top: -106px;
		right: -87px;
		width: 284px;
	}
	#main .sec04 {
		margin-bottom: 36px;
		padding: 12px 0 7px;
	}
	#main .sec04 .imgBox .leftBox {
		margin: 0;
	}
	#main .sec04 .subTitle {
		text-align: left;
	}
	#main .sec04 .imgBox .photo {
		margin: 0 53px 29px 0px;
	}
	#main .sec05 .headLine01 {
		margin-bottom: 28px;
		font-size: 2.25rem;
	}
	#main .sec05 .slideBox .arrowUl li {
		top: 25.5vw;
	}
	#main .sec05 .mapBox {
		margin: 0 -20px 30px;
		height: auto;
		/*padding-bottom: 65.97%;*/
		padding-bottom: 80%;
	}
	#main .sec05 .comImgUl {
		margin-bottom: 0;
	}
	#main .sec05 .slideBox {
		margin-bottom: 20px;
	}
	#main .addressDl dd {
		margin-bottom: 18px;
		padding: 3px 0 17px 0;
	}
	#main .addressDl dd:last-child {
		margin-bottom: 0;
	}
	#main .addressDl dt {
		margin: 0;
		float: none;
	}
	#main .addressDl {
		margin: 0;
		border-top: none;
		font-size: 1.7rem;
	}
	#main .sec04 .headLine01 {
		font-size: 2.25rem;
	}
}