@charset "utf-8";
/*==================================================
	【トップ】ページ固有のスタイル
==================================================*/
#top_ttl img {
	width: 100%;
}
/* 挨拶 */
#top_msg {
	padding: 90px 0 100px;
	font-size : 60px;
	color : var(--color-primary);
	text-shadow: 2px 2px 5px rgba(153,127,101,0.4);
	text-align: center;
	line-height: 1;
	background: url("../img/top/bg.png") no-repeat top right;
	background-size: 220px auto;
}
#top_menu {
	margin-bottom: 120px;
}
#top_menu .box {
	width: 410px;
	position: relative;
}
#top_menu .box:before {
	content: "Lumina";
	font-size: 65px;
	color: #fff;
	line-height: 1;
	letter-spacing: -2px;
	left: -5px;
	position: absolute;
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
}
#top_menu .box h3 {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 300px;
	height: 105px;
	box-sizing: border-box;
	padding-top: 10px;
	font-size: 40px;
	color: #000;
	background: #fff;
	line-height: 1.2;
	font-weight: 500;
}
#top_menu .box .btn01 {
	position: absolute;
	right: 20px;
	bottom: -25px;
}
#top_menu .box .btn01 a {
	width: 60px;
	height: 52px;
	display: block;
	background: url("../img/btn.png") no-repeat center /100% auto;
}
#top_menu .box .btn01 a:hover {
	filter:alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	background-image: url("../img/btn-on.png");
}
#bg_txt img {
	width: 100%;
	position: relative;
	z-index: 1;
}
#top_business {
	position: relative;
	top: -3.5vw;
	margin-bottom: -3.5vw;
	padding: 60px 0 80px;
	background: url("../img/top/bg.jpg") no-repeat center /cover;
}
#top_business dl {
	background : rgba(0, 0, 0, 0.6);
	color: #fff;
	padding: 25px;
	margin-bottom: 20px;
}
#top_business dl dt {
	line-height: 1;
	font-size: 30px;
	width: 120px;
	position: relative;
}
#top_business dl dt:before {
	content: "";
	width: 20px;
	height: 2px;
	background: #997F65;
	position: absolute;
	left: -25px;
	top: 15px;
}
#top_business dl dd {
	font-size: 15px;
	line-height: 1.9;
	width: calc(100% - 140px);
}
#top_greeting {
	padding-top: 100px;
	background: url("../img/top/greeting-txt.png") no-repeat right -15px top -10px;
	background-size: 110px auto;
}
#top_greeting .img {
	width: 50%;
}
#top_greeting .img img {
	width: 87%;
}
#top_greeting .info {
	width: 50%;
	box-sizing: border-box;
	padding-right: 10%;
}
#top_greeting .info .txt {
	font-size: 15px;
	line-height: 2.2;
}
#top_greeting .btn02 {
	margin-top: 50px;
	text-align: center;
}
/* お知らせ */
#top_info {
	padding-bottom: 180px;
}
#top_info h3 {
	color: #28283B;
	font-size: 32px;
	font-weight: normal;
	margin-bottom: 50px;
}
#top_info dl {
	border-top: 1px solid #999;
	font-size: 15px;
	padding: 23px 0;
}
#top_info dl:last-of-type {
	border-bottom: 1px solid #999;
}
#top_info dl dt {
	color: #333;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
	#top_info dl {
		display: flex;
	}
	#top_info dt {
		width: 120px;
		text-align: center;
	}
	#top_info dd {
		width: calc(100% - 120px);
	}
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#top_msg {
		font-size: 40px;
		background-size: 150px auto;
		padding: 50px 0 60px;
	}
	#top_msg .main_cen {
		padding: 0;
	}
	#top_menu {
		margin-bottom: 80px;
	}
	#top_menu .box {
		width: 49%;
	}
	#top_menu .box h3 {
		font-size: 30px;
		height: 80px;
		padding-top: 7px;
		width: 250px;
	}
	#top_business dl dt {
		width: 100px;
		font-size: 20px;
	}
	#top_business dl dd {
		width: calc(100% - 110px);
	}
	#top_business dl dt:before {
		top: 9px;
	}
	/* お知らせ */
	#top_info {
		padding-bottom: 100px;
	}
	#top_info h3 {
		font-size: 25px;
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#top_msg {
		font-size: 30px;
	}
	#top_menu {
		margin-bottom: 70px;
	}
	#top_menu .box {
		width: 100%;
		max-width: 410px;
		margin: 0 auto 50px;
	}
	#top_menu .box:before {
		font-size: 50px;
	}
	#top_menu .box h3 {
		font-size: 22px;
		height: 62px;
		width: 200px;
	}
	#top_menu .box .img img {
		width: 100%;
		height: 70vw;
		min-height: 310px;
		max-height: 350px;
		object-fit: cover;
		object-position: top;
	}
	#top_business {
		padding: 30px 0;
	}
	#top_business dl:last-of-type {
		margin-bottom: 0;
	}
	#top_business dl dt {
		font-size: 18px;
		margin-bottom: 15px;
		width: 100%;
	}
	#top_business dl dd {
		width: 100%;
		font-size: 14px;
		line-height: 1.7;
	}
	#top_greeting {
		padding: 30px 15px 50px;
		background-size: 70px auto;
	}
	#top_greeting .img {
		width: 100%;
		text-align: center;
		margin-bottom: 30px;
	}
	#top_greeting .info {
		width: 100%;
		padding-right: 0;
	}
	#top_greeting .info .txt {
		line-height: 1.8;
	}
	#top_greeting .btn02 {
		margin-top: 30px;
	}
	#top_info {
		padding-bottom: 80px;
	}
	#top_info h3 {
		font-size: 20px;
	}
	#top_info dl {
		font-size: 14px;
		padding: 15px 0;
	}
}