@charset "UTF-8";
/*! Writen  by SCSS */

div.container {
	max-width: 100%;
	padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
	div.container {
		padding-bottom: 0;
	}
}
.mv_area {
	position: relative;
}
.mv_area .mv_txt {
	width: calc(1220%/16);
	position: absolute;
	top: calc(60%/10.7);
	left: calc(282%/16);
	margin: auto;
}
.main_image img{
	width: 100%;
}
.main_image{
	position: relative;
}
.main_image .main_text{
	position: absolute;
	inset: 0;
	z-index: 2;
}
.obi_wrap {
	padding: 50px 0;
	margin-bottom: 30px;
}
.obi_border_text{
	max-width: 1185px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
	line-height: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.obi_border_text .text{
	flex-shrink: 0;
	margin-left: 20px;
	margin-right: 20px;
}
.obi_border_text_quality .text{
	width: calc(460% / 11.85);
}
.obi_border_text_info .text{
	width: calc(570% / 11.85);
}
.obi_border_text::before,
.obi_border_text::after{
	content: "";
	height: 1px;
	background: #333;
	width: 100%;
}
.obi_quality_list{
	max-width: 1185px;
	width: calc(100% - 40px);
	align-items: flex-start;
	margin-left: auto;
	margin-right: auto;
}
.obi_quality_list .item{
	width: calc(230% / 11.85);
}

.merit_wrap{
	background: url("../../akashimatsukageyamate/images/top/bg_merit.jpg") center top / 100% auto no-repeat;
	padding-top: 80px;
}
.merit_list {
	max-width: 928px;
	margin-left: auto;
	margin-right: auto;
	display: grid;
	align-items: start;
	align-content: start;
	grid-template-columns: repeat(2,1fr);
	gap: 30px calc(28% / 9.28);
}
.merit_list .item {
	box-shadow: 2px 2px 5px rgb(0 0 0 / 30%);
	border-radius: 20px;
}
.merit_list .item_01 {
	grid-column: 1 / 3;
}
.merit_list .item_04 {
	grid-row: 2 / 3;
	grid-column: 2 / 3;
}
@media screen and (max-width: 768px) {
	.obi_wrap {
		padding: 30px 0;
	}
}
@media screen and (max-width: 480px) {
	.merit_wrap{
		padding-top: 40px;
	}
	.obi_wrap {
		padding: 10px 0;
		margin-bottom: 10px;
	}
	.obi_border_text .text{
		flex-shrink: 0;
		margin-left: 10px;
		margin-right: 10px;
	}
	.obi_border_text_quality .text{
		width: 80%;
	}
	.obi_border_text_info .text{
		width: 90%;
	}
	.obi_border_text::before,
	.obi_border_text::after{
		content: "";
		height: 1px;
		background: #333;
		width: 100%;
	}
	.obi_quality_list{
		flex-wrap: wrap;
		justify-content: center;
	}
	.obi_quality_list .item{
		width: 32%;
		margin-right: 2%;
	}
	.obi_quality_list .item:nth-child(-n+3){
		margin-bottom: 15px;
	}
	.obi_quality_list .item:nth-child(3n),
	.obi_quality_list .item:last-child{
		margin-right: 0;
	}
	.merit_list {
		grid-template-columns: 1fr;
		gap: 15px 0;
	}
	.merit_list .item_01 {
		grid-column: 1 / 2;
	}
	.merit_list .item_04 {
		grid-row: auto;
		grid-column: auto;
	}
}
@media screen and (max-width: 480px) {
	
}
@media screen and (max-width: 768px) {
	.info_ttl {
		max-width: 150px;
		margin: 0 auto;
	}
}
@media screen and (max-width: 480px) {
	.info_ttl {
		max-width: 120px;
	}
}
.info_list {
	padding-bottom: 20px;
	position: relative;
}
.info_list .item {
	position: relative;
	padding: 12px 0 8px;
}
.info_list .item .day {
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.info_list .item .day {
		font-size: 12px;
	}
}
.info_list .item .info_txt {
	font-size: 16px;
	font-size: 1.75;
	letter-spacing: 0;
}
@media screen and (max-width: 768px) {
	.info_list .item .info_txt {
		font-size: 14px;
		line-height: 1.4;
	}
	.info_list .item .info_txt br {
		display: none;
	}
}
.cbt_btbs .item {
	overflow: hidden;
}
.cbt_btbs .item:not(:last-child) {
	margin-bottom: 30px;
}
.cbt_btbs .item a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 220px;
	position: relative;
	background: rgba(0, 0, 0, 0.7);
	z-index: 2;
}
@media screen and (max-width: 480px) {
	.cbt_btbs .item a {
		height: 180px;
		padding: 40px;
	}
}
.cbt_btbs .item a::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	z-index: 3;
	pointer-events: none;
	transition: all 0.4s ease-in-out 0s;
}
.cbt_btbs .item a::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	display: block;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	transition: all 0.4s ease-in-out 0s;
	z-index: 1;
}
.cbt_btbs .item a:hover::before {
	-webkit-backdrop-filter: blur(5px);
	backdrop-filter: blur(5px);
	background: rgba(255, 255, 255, 0.5);
}
.cbt_btbs .item a:hover::after {
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	transition: all 0.5s ease-in-out 0s;
}
.cbt_btbs .item.acc a::after {
	background-image: url("../../akashimatsukageyamate/images/top/cbt_acc_bg.jpg");
}
.cbt_btbs .item.loc a::after {
	background-image: url("../../akashimatsukageyamate/images/top/cbt_loc_bg.jpg");
}
.cbt_btbs .item.pla a::after {
	background-image: url("../../akashimatsukageyamate/images/top/cbt_pla_bg.jpg");
}
.cbt_btbs .item.qua a::after {
	background-image: url("../../akashimatsukageyamate/images/top/cbt_qua_bg.jpg");
}
.cbt_btbs .item .btn_txt {
	position: relative;
	z-index: 5;
}
/*# sourceMappingURL=top.css.map */