@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
.line01 {
	background: linear-gradient(90deg,rgba(0, 162, 255, 1) 0%, rgba(87, 96, 99, 1) 32%, rgba(0, 162, 255, 1) 68%, rgba(87, 96, 99, 1) 100%);
	width: 100%;
	height: 1px;
	border: none;
	position: relative;
}
.line01::before {
	content: "";
	background: url("../img/top/icon02.png") no-repeat center/100%;
	width: 38px;
	height: 25px;
	position: absolute;
	top: -5px;
	right: 0;
}
.line01.line02::before {
	right: auto;
	left: 0;
}
/* 挨拶 */
#top_msg::before {
	background: url("../img/top/bg01.png") no-repeat center/100%;
	width: 232px;
	height: 320px;
	position: absolute;
	top: 100px;
	left: 0;
}
#top_msg .txt_box {
	width: 890px;
}
#top_msg .txt_box .txt {
	letter-spacing : 1.6px;
}
#top_msg .img {
	width: 170px;
}
#top_price::before {
	background: url("../img/top/bg02.png") no-repeat center/100%;
	width: 290px;
	height: 210px;
	top: auto;
	left: auto;
	bottom: 50px;
	right: 0;
}
	@media only screen and (max-width: 1150px) {
		#top_price::before {
			margin-right: -25px;
		}
	}
#top_price .box {
	position: relative;
}
#top_price .box .txt_box {
	width: 600px;
	margin-left: auto;
	letter-spacing : 1.6px;
}
#top_price .box .txt_box h3.sub02 {
	margin-left: 150px;
}
#top_price .box .txt_box .txt_in {
	background: rgba(255,255,255,0.7);
	border: 1px solid #fff;
	padding: 50px;
	box-sizing: border-box;
	position: relative;
	border-radius: 20px;
	margin-left: auto;
}
#top_price .box .txt_box .btn01 {
	position: absolute;
	top: -100px;
	right: 0;
}
#top_price .box .txt_box .btn01 a:hover {
	opacity: 1;
}
#top_price .box .txt_box .btn01 a::before {
	content: "";
	background: url("../img/top/btn01.png") no-repeat center/100%;
	width: 130px;
	height: 130px;
	position: absolute;
	top: 0;
	right: 0;
}
#top_price .box .txt_box .btn01 a:hover::before {
	background: url("../img/top/btn01-on.png") no-repeat center/100%;
}
#top_price .box .img {
	width: 52vw;
	margin-left: calc(((100vw - 100%) / 2) * -1);
	position: absolute;
	top: 0;
	left: 0;
}
#top_price .box .img img {
	width: 100%;
	height: 300px;
	object-fit: cover;
	border-radius: 0 20px 20px 0;
}
#top_price .box02 .txt_box h3.sub02 {
	margin-left: 0;
}
#top_price .box02 .txt_box .btn01 {
	right: 130px;
}
#top_price .box02 .txt_box {
	margin-left: 0;
	margin-right: auto;
}
#top_price .box02 .img {
	margin-left: 0;
	margin-right: calc(((100vw - 100%) / 2) * -1);
	left: auto;
	right: 0;
}
#top_price .box02 .img img {
	border-radius: 20px 0 0 20px;
}
#top_contact dl {
	width: 70%;
	margin: 0 auto 20px;
	background: rgba(255,255,255,0.5);
	font-family: var(--font-serif);
	border-radius: 20px;
	display: flex;
}
#top_contact dt {
	color : #00A2FF;
	line-height : 28px;
	font-weight: 600;
	padding: 15px 20px;
	width: 25%;
	font-size: 115%;
}
#top_contact dd {
	font-weight: 600;
	line-height : 28px;
	padding: 15px 20px;
	border-left: 1px solid #eeefef;
}
#top_contact .txt {
	letter-spacing : 1.6px;
}
#top_contact .sns ul {
	margin: 100px auto 0;
	width: 387px;
	display: grid;
	justify-content: space-between;
	grid-template-columns: repeat(3, 100px);
	gap: 40px;
}
#top_contact .sns li {
	display: flex;
	justify-content: center;
	align-items: center;
}
#top_contact .sns li a {
	position: relative;
}
#top_contact .sns li a::before {
	content: "";
	background: url("../img/top/btn02.png") no-repeat center/100%;
	width: 100px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#top_contact .sns li a img {
	width: 40px;
	position: relative;
	top: -3px;
}
@media only screen and (max-width: 1150px) {
	#top_price .box .img {
		width: 60vw;
		margin-left: -25px;
	}
	#top_price .box02 .img {
		margin-right: -25px;
		margin-left: auto;
	}
}
@media print, screen and (min-width: 769px){ /* PCのみ */
	#page_title {
		margin-top: -80px;
	}
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	/* お知らせ */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 100px;
	}
	#top_info dd {
		width: calc(100% - 100px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg::before {
		width: 20vw;
		height: 30vw;
		top: 0;
	}
	#top_msg .txt_box {
		width: 100%;
	}
	#top_msg .img {
		margin: 0 auto 15px;
	}
	#top_price::before {
		width: 200px;
		height: 145px;
		bottom: 100px;
		right: -25px;
	}
	#top_price .box .img {
		width: 52vw;
	}
	#top_price .box .img img {
		height: 200px;
	}
	#top_price .box .txt_box {
		width: 60%;
	}
	#top_price .box .txt_box h3.sub02 {
		margin-left: 100px;
	}
	#top_price .box .txt_box .txt_in {
		padding: 20px;
	}
	#top_price .box .txt_box .btn01 {
		top: -70px;
	}
	#top_price .box .txt_box .btn01 a::before {
		width: 90px;
		height: 90px;
	}
	#top_price .box02 .txt_box h3.sub02 {
		margin-left: 0;
	}
	#top_price .box02 .txt_box .btn01 {
		right: 80px;
	}
	#top_contact dl {
		width: 100%;
		align-items: center;
	}
	#top_contact dt {
		padding: 15px;
		width: 30%;
	}
	#top_contact dd {
		padding: 15px;
		width: 70%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_ttl {
		margin-top: 15px;
	}
	#top_msg .txt_box .txt {
		letter-spacing: normal;
	}
	#top_price .box .img {
		width: 100%;
		position: relative;
	}
	#top_price .box .img img {
		height: 100px;
	}
	#top_price .box .txt_box {
		width: 100%;
	}
	#top_price .box .txt_box h3.sub02 {
		margin-left: 0;
	}
	#top_price .box02 .txt_box .btn01 {
		right: 0;
	}
	#top_price .box .txt_box .txt_in {
		padding: 15px;
	}
	#top_contact dl {
		display: block;
	}
	#top_contact dt,#top_contact dd {
		width: 100%;
	}
	#top_contact dd {
		border-left: none;
		padding-top: 0;
	}
	#top_contact .txt {
		letter-spacing: normal;
		text-align: left;
	}
	#top_contact .sns ul {
		margin-top: 50px;
		grid-template-columns: repeat(3, 80px);
		gap: 10px;
		width: 100%;
		max-width: 320px;
	}
	#top_contact .sns li a::before {
		width: 80px;
		height: 80px;
	}
	#top_contact .sns li a img {
		width: 35px;
	}
}