@charset "UTF-8";


#com_page_top_sub {
	text-align: center;
	padding-top: 100px;
	line-height: 2em;
}

#com_page_top_sub h1 {
	font-size: 30px;
	margin-top: .5em;
}

#com_page_top_sub strong {
	display: block;
	font-size: 48px;
	font-family: "Italiana", sans-serif;
	font-weight: 400;
}

@media screen and (max-width: 767px) {
	#com_page_top_sub {
		padding-top: 15vw;
	}

	#com_page_top_sub h1 {
		font-size: 5vw;
	}

	#com_page_top_sub strong {
		font-size: 10vw;
	}
}



/*========================================

    CONTACT  

========================================*/
#detail #sec001 {
	text-align: left;
	padding-top: 60px;
	padding-bottom: 100px;
}

#detail .p01 {
	font-size: 18px;
	text-align: center;
}

#detail .p02 {
	font-size: 16px;
	margin-top: 1.5em;
	text-align: center;
}

#detail #sec001 h2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 1px;
	border-bottom: 2px solid #444;
	padding-bottom: .3em;
	margin-top: 80px;
}

#detail #sec001 h2.checkttl {
	margin-top: 0;
}

#detail #sec001 .box {
	margin-top: 70px;
}

#detail #sec001 .box .item {
	width: 380px;
	background-color: #efede9;
	box-sizing: border-box;
	padding: 30px;
}

#detail #sec001 .box .item strong {
	display: block;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: .5em;
}

#detail #sec001 .box .item span {
	display: block;
	font-size: 28px;
	letter-spacing: 1px;
	font-family: "Roboto", sans-serif;
	margin-bottom: .5em;
}

#detail #sec001 .box .item span i {
	margin-right: .2em;
}

#detail #sec001 .box .item p {
	font-size: 16px;
	line-height: 1.8em;
}

#detail #sec001 .btn {
	text-align: center;
	margin-top: 500px;
}

#detail #sec001 .btn a {
	display: inline-block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	letter-spacing: 2px;
	border-radius: 10px;
	background-color: #444;
	padding: .8em 1.5em;
}

@media screen and (max-width: 767px) {
	#detail #sec001 {
		padding-top: 10vw;
	}

	#detail .p01 {
		font-size: 3.2vw;
	}

	#detail .p02 {
		font-size: 3vw;
		margin-top: 5vw;
	}

	#detail .p01,
	#detail .p02 {
		text-align: left;
	}

	#detail #sec001 h2 {
		font-size: 5vw;
		margin-top: 10vw;
	}

	#detail #sec001 .box {
		margin-top: 8vw;
	}

	#detail #sec001 .box .item {
		width: 100%;
		padding: 5vw;
		margin-bottom: 5vw;
	}

	#detail #sec001 .box .item strong {
		font-size: 4.5vw;
	}

	#detail #sec001 .box .item span {
		font-size: 6vw;
	}

	#detail #sec001 .box .item p {
		font-size: 3.6vw;
	}

	#detail #sec001 .btn a {
		font-size: 3.6vw;
		border-radius: 1.5vw;
	}
}