@charset "UTF-8";
/* CSS Document */

#top-mv{
	position: relative;
	width: 100%;
	height: auto;
	background-image: url('../../img/img-mv@2x.jpg');
	background-repeat: no-repeat, no-repeat;
	background-position: center center;
	background-size: cover;
	padding-block: clamp(60px, 10vw, 150px);
	margin-bottom: 120px;
}

#top-mv .img-copy {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	flex-direction: row-reverse;
	gap: 28px;
	margin-inline: auto;
	width: calc(100% - 280px);
}
#top-mv .img-copy .img-copy-line01 {
	width: 100%;
	max-width: 83px;
	height: auto;
}
#top-mv .img-copy .img-copy-line02 {
	width: 100%;
	max-width: 186px;
	height: auto;
}

@media screen and (max-width: 768px) {
	#top-mv {
		margin-bottom: 60px;
	}
	#top-mv .img-copy {
		justify-content: center;
		width: calc(100% - 50px);
	}
	#top-mv .img-copy .img-copy-line01 {
		max-width: 60px;
	}
	#top-mv .img-copy .img-copy-line02 {
		max-width: 160px;
	}
}


/*ニュース*/
#news {
	border-top:1px solid #e6e6e6;
	border-bottom:1px solid #e6e6e6;
	box-sizing: border-box;
	padding-block: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: min(10%, 200px);
	row-gap: 20px;
	width: min(88.2%, 1104px);
	margin-inline: auto;
	margin-bottom: 200px;
}
#news .news-inn {
	width: 100%;
	flex: 1;
}
#news .news-list {
	display: flex;
	flex-direction: column;
	row-gap: 15px;
	font-size: 1.6em;
	font-weight: 200;
	line-height: 1.3;
}
#news .news-list .news-list-item {
	display: inline-flex;
	align-items: center;
	column-gap: 10px;
}
#news .news-list .news-list-item > .cat {
	display: inline-flex;
	align-items: center;
	gap: 1px;
	flex-shrink: 0;
}
#news .news-list .news-list-item > .cat span {
	color: #fff;
	font-size: 0.75em;
	font-weight: 700;
	line-height: 1;
	display: inline-flex;
	align-items: center;
	padding: 0.5em 0.75em;
	background-color:#666;
	flex-shrink: 0;
}
#news .news-list .news-list-item .date {
	flex-shrink: 0;
}
#news .news-list .news-list-item .ttl {
	overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}
#news .news-list .news-list-item .ttl a {
	text-decoration: underline;
}
#news .news-list .news-list-item .ttl a:hover {
	text-decoration: none;
}
#news .news-list-more {
	color: #444;
	font-size: 1.4em;
    font-weight: 200;
    line-height: 1.3;
	margin-top: 15px;
	text-align: right;
}
#news .news-list-more a {
	display: inline-flex;
	align-items: center;
	column-gap: 3px;
	text-decoration: underline;
}
#news .news-list-more a::before {
	content:"";
	width: 7px;
	height: 7px;
	background-image: url(../img/ico-next-bk-thick.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	flex-shrink: 0;
}
#news .news-list-more a:hover {
	text-decoration: none;
}

@media screen and (max-width: 768px) {
	#news {
		display: flex;
		justify-content: space-between;
		align-items: flex-start;
		flex-direction: column;
		margin-bottom: 100px;
	}
	#news .news-list {
		row-gap: 20px;
	}
	#news .news-list .news-list-item {
		flex-wrap: wrap;
	}
	#news .news-list .news-list-item > .ttl {
		flex: 0 0 100%;
		margin-top: 10px;
	}
	#news .news-list-more {
		margin-top: 20px;
	}
}


/*個室、お品書きのブロック*/
.infoCont {
	width: min(88.2%, 1104px);
	margin-inline: auto;
	margin-bottom: 220px;
}
.infoCont-ttl {
	margin-bottom: 50px;
}
.infoCont-wrap {
	display: grid;
	grid-template-columns: 1fr min(60%, 690px);
	column-gap: 35px;
	row-gap: 50px;
}
.infoCont-body {
	
}
.infoCont-body .maincopy {
	color: #444;
	font-family: "Noto Serif JP";
	/*font-size: clamp(2.2em,4vw,3em);*/
	font-size: 30px;
	font-weight: 500;
	line-height: 173.333%;
	margin-bottom: 30px;
}
.infoCont-body .txt {
	color: #444;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 1.8em;
	font-weight: 400;
	line-height: 177.778%;
	margin-bottom: 36px;
}
.infoCont-body .txt p+p {
	margin-top: 1em;
}
.infoCont-body .btn {
	text-align: left;
}
.infoCont-body .btn::after {
	content: "";
	width: 12px;
}
.infoCont-slider {
	overflow: hidden;
}
@media screen and (max-width: 768px) {
	.infoCont {
		margin-bottom: 100px;
	}
	.infoCont-wrap {
		grid-template-columns: 1fr;
	}
	.infoCont-body {
		grid-row: 2;
	}
	.infoCont-slider {
		grid-row: 1;
	}
}


.js-topSwiper .swiper-pagination {
	position: revert !important;
	margin-top: 20px;
}
.js-topSwiper .swiper-pagination-bullet {
	width: 8px!important;
	height: 8px!important;
	margin: 0 6px!important;
	background: #444 !important;
}




