@charset "utf-8";


#main {
	width: 100%;
}


/* メインタイトルここから */
.mainttl {
	width: 100%;
	height: 100%;
	min-height: 200px;
	background-image: url(../common/imgs/mainttlbg.png);
	background-position: center top;
	background-repeat: no-repeat;
	background-color: #ffffff;
	background-size: cover;
}

.mainttlIn {
	width: 100%;
	max-width: 1170px;
	height: 100%;
	min-height: 200px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
}

.mainttlIn span {
	position: absolute;
	width: auto;
	height: auto;
	left: 6%;
	top: 50%;
	-webkit-transform: translate3d(-6%, -50%, 0);
			transform: translate3d(-6%, -50%, 0);
	font-size: 3.6rem;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	color: #001961;
	letter-spacing: 5px;
}
/* メインタイトルここまで */


.com01 {
	margin-top: 30px;
	margin-bottom: 120px;
	width: 100%;
}

.com01In {
	width: 100%;
	max-width: 1170px;
	margin: 0 auto;
	margin-top: 25px;
	font-size: 0px;
}

.com01ttl {
	padding-left: 20px;
	font-size: 2.4rem;
	font-weight: bold;
	color: #9e928e;
	letter-spacing: 3px;
}

.comhr01 {
	background: #bfbfbf;
	height: 1px;
	border: 0;
	margin: 18px 0px 0px 0px;
}

.comhr02 {
	background: #9d918d;
	height: 2px;
	border: 0;
	margin: 0px 0px 20px 0px;
	width: 70%;
}

.com01In > ul {
	width: calc( ( 100% - 40px ) / 2 );
	margin-left: 20px;
	display: inline-block;
	vertical-align: top;
}


.com01In > ul > li {
	color: #626262;
	line-height: 1.5;
	text-align: left;
	font-size: 1.4rem;
}

.com01In > ul > li > ul {
	width: calc( 100% - 20px );
	margin-left: 20px;
	padding: 32px 0px;
	font-size: 0px;
	border-bottom: 1px solid #bfbfbf;
}

.com01In > ul > li > ul > li {
	display: inline-block;
	font-size: 1.5rem;
	line-height: 1.5;
	vertical-align: top;
}

.com01In > ul > li > ul > li:first-child {
	width: 160px;
}

.com01In > ul > li > ul > li:last-child {
	width: calc( 100% - 160px );
}

#gmap {
	width: 100%;
	height: 300px;
	margin: 0 auto;
}
#gmap2 {
	width: 100%;
	height: 300px;
	margin: 0 auto;
	}



@media screen and (max-width: 1169px) {
	#main {
		width: 100%;
	}


	/* メインタイトルここから */
	.mainttl {
		width: 100%;
		height: 100%;
		min-height: 200px;
		background-image: url(../common/imgs/mainttlbg.png);
		background-position: center top;
		background-repeat: no-repeat;
		background-color: #ffffff;
		background-size: cover;
	}

	.mainttlIn {
		width: 100%;
		max-width: 1170px;
		height: 100%;
		min-height: 200px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.mainttlIn span {
		position: absolute;
		width: auto;
		height: auto;
		left: 6%;
		top: 50%;
		-webkit-transform: translate3d(-6%, -50%, 0);
				transform: translate3d(-6%, -50%, 0);
		font-size: 3.6rem;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		color: #001961;
		letter-spacing: 1px;
	}
	/* メインタイトルここまで */


	.com01 {
		margin-top: 30px;
		margin-bottom: 180px;
		width: 100%;
	}

	.com01In {
		width: 100%;
		max-width: 1170px;
		margin: 0 auto;
		margin-top: 0px;
		font-size: 0px;
	}

	.com01ttl {
		padding-left: 20px;
		font-size: 2.4rem;
		font-weight: bold;
		color: #9e928e;
		letter-spacing: 3px;
	}

	.comhr01 {
		background: #bfbfbf;
		height: 1px;
		border: 0;
		margin: 18px 0px 0px 0px;
	}

	.comhr02 {
		background: #9d918d;
		height: 2px;
		border: 0;
		margin: 0px 0px 20px 0px;
		width: 70%;
	}

	.com01In > ul {
		width: calc( ( 100% - 40px ) / 2 );
		margin-left: 20px;
		display: inline-block;
		vertical-align: top;
	}


	.com01In > ul > li {
		color: #626262;
		line-height: 1.5;
		text-align: left;
		font-size: 1.4rem;
	}

	.com01In > ul > li > ul {
		width: calc( 100% - 20px );
		margin-left: 20px;
		padding: 32px 0px;
		font-size: 0px;
		border-bottom: 1px solid #bfbfbf;
	}

	.com01In > ul > li > ul > li {
		display: inline-block;
		font-size: 1.5rem;
		line-height: 1.5;
		vertical-align: top;
	}

	.com01In > ul > li > ul > li:first-child {
		width: 160px;
	}

	.com01In > ul > li > ul > li:last-child {
		width: calc( 100% - 160px );
	}

	#gmap {
		width: 100%;
		height: 300px;
		margin: 0 auto;
	}
	#gmap2 {
		width: 100%;
		height: 300px;
		margin: 0 auto;
	}

}


@media screen and (max-width: 767px) {
	#main {
		width: 100%;
	}


	/* メインタイトルここから */
	.mainttl {
		width: 100%;
		height: 100%;
		min-height: 80px;
		background-image: url(../common/imgs/mainttlbg.png);
		background-position: top center;
		background-repeat: no-repeat;
		background-color: #ffffff;
		background-size: cover;
	}

	.mainttlIn {
		width: 100%;
		max-width: 1170px;
		height: 100%;
		min-height: 80px;
		margin: 0 auto;
		overflow: hidden;
		position: relative;
	}

	.mainttlIn span {
		position: absolute;
		width: 100%;
		text-align: center;
		font-size: 5.625vw;
		font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
		font-weight: bold;
		color: #001961;
		letter-spacing: 1px;
	}
	/* メインタイトルここまで */



	.com01 {
		margin-top: 20px;
		margin-bottom: 40px;
		width: 100%;
	}

	.com01In {
		width: 90%;
		max-width: 1170px;
		margin: 0 auto;
		margin-top: 25px;
		font-size: 0px;
	}

	.com01ttl {
		padding-left: 0px;
		font-size: 6.25vw;
		font-weight: bold;
		color: #9e928e;
		letter-spacing: 3px;
	}

	.comhr01 {
		background: #bfbfbf;
		height: 1px;
		border: 0;
		margin: 7px 0px 0px 0px;
	}

	.comhr02 {
		background: #9d918d;
		height: 2px;
		border: 0;
		margin: 0px 0px 10px 0px;
		width: 70%;
	}

	.com01In > ul {
		width: 100%;
		margin-left: 0px;
		display: block;
		vertical-align: top;
	}

	.com01In > ul:last-child {
		margin-top: 30px;
	}

	.com01In > ul > li {
		color: #626262;
		line-height: 1.4;
		text-align: left;
		font-size: 3.75vw;
	}

	.com01In > ul > li > ul {
		width: 100%;
		margin-left: 0px;
		padding: 26px 0px;
		font-size: 0px;
		border-bottom: 1px solid #bfbfbf;
	}

	.com01In > ul > li > ul > li {
		display: inline-block;
		font-size: 3.75vw;
		line-height: 1.4;
		vertical-align: top;
	}

	.com01In > ul > li > ul > li:first-child {
		width: 160px;
	}

	.com01In > ul > li > ul > li:last-child {
		width: calc( 100% - 160px );
	}

	#gmap {
		width: 100%;
		height: 250px;
		margin: 0 auto;
	}
	#gmap2 {
		width: 100%;
		height: 250px;
		margin: 0 auto;
	}


}
