@charset "UTF-8";

/* ---------------------------------------------------

	Layout - Top Page

-------------------------- */

/* ---------------------------------------------------

	Base

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
/* ----------------------- */
@media (max-width: 750px) {
}


/* ---------------------------------------------------

	Intro

-------------------------- */
.intro {
	height: 100vh;
	position: relative;
	box-sizing: border-box;
	}
	.intro:before {
		background-image: url(/src/img/home/symbol-komachi.svg);
		background-repeat: no-repeat;
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		mix-blend-mode: color-dodge;
		}
.intro .catch {
	height: 100vh;
    position: absolute;
    z-index: 1;
    display: flex;
	}
.bizhours {
	bottom: 0;
	color: rgba(255, 255, 255, 1);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
	left: 0;
	right: 0;
	position: absolute;
	z-index: 1;
	}
	.bizhours .inner {
		border: 1px solid rgba(255, 255, 255, 1);
		align-items: center;
		justify-content: center;
		}
	.bizhours dl {
		border-right: 1px solid rgba(255, 255, 255, 1);
		display: flex;
		align-items: center;
		justify-content: center;
		}
	.bizhours dl:last-child { border-right: none; }
	.bizhours dl dt,
	.bizhours dl dd { line-height: 1; }
	.bizhours dl.today dd { font-size: 150%; }
.figarea {
	height: 100%;
	overflow: hidden;
	position: relative;
	width: 100%;
	}
	.figarea:before {
		background-color: rgba(0, 0, 0, .45);
		bottom: 0;
		content: '';
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 1;
		mix-blend-mode: multiply;
		}
	.figarea .slide-fade,
	.figarea .slide-fade .item {
		height: 100%;
		width: 100%;
		}
	.figarea .slide-fade .item {
		background-position: center;
		background-repeat: no-repeat;
		background-size: cover;
		}
	.slick-list,
	.slick-track { height: 100%; }
/* ----------------------- */
@media (min-width: 751px) {
.intro {}
	.intro:before { background-position: center; }
.intro .catch {
	right: 0;
	top: 0;
	width: 25%;
	}
	.intro .catch img { max-width: 100px; }
.bizhours {
	padding: 20px;
	}
	.bizhours .inner {
		padding: 10px;
		border-radius: 8px;
		display: inline-flex;
		}
	.bizhours dl { padding: 5px 10px; }
	.bizhours dl dt,
	.bizhours dl dd {
		font-size: 17px;
		padding: 0 5px;
		}
}
/* ----------------------- */
@media (max-width: 750px) {
.intro {}
	.intro:before {
		background-position: center bottom 15vh;
		background-size: 80%;
		}
.intro .catch {
	left: 0;
	height: 65vh;
	right: 0;
	top: 0;
	justify-content: center;
	}
	.intro .catch img { max-width: 70px; }
.bizhours { padding: 10px; }
	.bizhours .inner {
		padding: 15px;
		border-radius: 8px;
		display: flex;
		}
	.bizhours dl {
		padding: 0 20px;
		flex-direction: column;
		}
	.bizhours dl:last-child { border-right: none; }
	.bizhours dl dt { font-size: 13px; }
	.bizhours dl dd {
		font-size: 16px;
		margin-top: 5px;
		}
}

/* ---------------------------------------------------

	Block

-------------------------- */
.homblock { position: relative; }
	.homblock .inner {
		margin: 0 auto;
		position: relative;
		z-index: 1;
		}
/* ----------------------- */
@media (min-width: 751px) {}
/* ----------------------- */
@media (max-width: 750px) {}

/* ---------------------------------------------------

	outline

-------------------------- */
.outline {
	font-family: "Noto Serif JP", serif;
	margin: 0 auto;
	position: relative;
	}
.outline:before {
	background-image: url(/src/img/home/symbol-autumnleaves.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	bottom: 0;
	content: '';
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	mix-blend-mode: color-dodge;
	}
.outline .inner {
	margin: 0 auto;
	width: 100%;
	display: flex;
	align-items: flex-start;
	box-sizing: border-box;
	}
.outline .label {
	text-align: justify;
	writing-mode: vertical-rl;
	display: inline-flex;
	}
.outline .con { font-weight: 500; }
/* ----------------------- */
@media (min-width: 751px) {
.outline { padding: 100px 60px; }
.outline:before { width: 30%; }
.outline .inner { max-width: 1200px; }
.outline .label {
	font-size: 20px;
	letter-spacing: 10px;
	margin-top: 20px;
	}
.outline .con { margin-left: 45px; }
.outline .ttl {
	font-size: 45px;
	line-height: 1.75;
	letter-spacing: 5px;
	}
.outline .txt { margin-top: 30px; }
.outline .txt p {
	font-size: 25px;
	line-height: 1.75;
	letter-spacing: 2.5px;
	}
}
/* ----------------------- */
@media (max-width: 750px) {
.outline { padding: 60px 20px; }
.outline:before { width: 50%; }
.outline .label {
	font-size: 16px;
	letter-spacing: 5px;
	}
.outline .con {
	margin-left: 25px;
	margin-top: 25px;
	}
.outline .ttl {
	font-size: 25px;
	line-height: 1.85;
	letter-spacing: 2.5px;
	}
.outline .txt { margin-top: 20px; }
.outline .txt p {
	font-size: 18px;
	line-height: 1.75;
	letter-spacing: 2.5px;
	}
}

/* ---------------------------------------------------

	service

-------------------------- */
.service {}
.service .inner {
	margin: 0 auto;
	display: flex;
	justify-content: center;
	}
.service .item {
	position: relative;
	width: 100%;
	box-sizing: border-box;
	}
.service .item .link {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	overflow: hidden;
	position: relative;
	display: flex;
	justify-content: center;
	box-sizing: border-box;
	}
.service .item .link:before {
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	content: '';
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1;
	mix-blend-mode: multiply;
	}
.service .item .link .ttl {
	color: rgba(255, 255, 255, 1);
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
    text-align: justify;
	position: relative;
	z-index: 2;
    writing-mode: vertical-rl;
    display: inline-flex;
	}
.service .item .link .fig {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	}
.service .item .link .fig.vid video {
	height: auto;
	max-width: 100%;
	width: 100%;
	}
/* ----------------------- */
@media (min-width: 751px) {
.service {}
.service .inner {
	max-width: 1366px;
	}
.service .item {
	max-width: 33.33333333333333%;
	padding: 5px;
	}
.service .item .link {
	padding: 100px 20px;
	height: 600px;
	border-radius: 8px;
	align-items: flex-start;
	transition: all .3s;
	}
.service .item .link:hover { transform: scale(1.05); }
.service .item .link .ttl {
	font-size: 30px;
	letter-spacing: 10px;
	line-height: 2;
	}
}
/* ----------------------- */
@media (max-width: 750px) {
.service {}
.service .inner {
	padding: 15px;
	flex-wrap: wrap;
	}
.service .item {
	padding: 5px;
	}
.service .item .link {
	padding: 20px;
	height: 400px;
	border-radius: 8px;
	align-items: center;
	}
.service .item .link .ttl {
	font-size: 23px;
	letter-spacing: 10px;
	line-height: 2;
	}
}

/* ---------------------------------------------------

	info

-------------------------- */
.info {}
.info .inner {
	margin: 0 auto;
	display: flex;
	align-items: flex-start;
	justify-content: center;
	}
.info .block {
	width: 100%;
	box-sizing: border-box;
	}
.info .block .ttl {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	}
.info .block .ttl span { line-height: 1.25; }
.info .block .list { border-top: 1px solid rgba(0, 0, 0, .3); }
.info .block .btnarea { justify-content: flex-end; }
.info .block .btnarea a {
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
	}
/* Scheme */
.info .block.news {}
.info .block.facebook {
	background-color: rgba(0, 0, 0, .1);
	text-align: center;
	}
/* ----------------------- */
@media (min-width: 751px) {
.info { padding: 60px 0; }
.info .inner {
	max-width: 1366px;
	padding: 0 60px;
	}
.info .block .ttl span { letter-spacing: 3px; }
.info .block .ttl span.en { font-size: 20px; }
.info .block .ttl span.jp { font-size: 45px; }
.info .block .list { margin-top: 25px; }
.info .block .btnarea { margin-top: 30px; }
.info .block .btnarea a {
	font-size: 18px;
	max-width: 200px;
	padding: 10px 20px;
	}
.info .block .btnarea a:hover { max-width: 230px; }
/* Scheme */
.info .block.news { padding-right: 60px; }
.info .block.facebook {
	max-width: 600px;
	padding: 40px;
	border-radius: 8px;
	}
}
/* ----------------------- */
@media (max-width: 750px) {
.info { padding: 20px 20px 0; }
.info .inner { flex-wrap: wrap; }
.info .block .ttl span { letter-spacing: 3px; }
.info .block .ttl span.en { font-size: 16px; }
.info .block .ttl span.jp { font-size: 25px; }
.info .block .list { margin-top: 25px; }
.info .block .btnarea { margin-top: 20px; }
.info .block .btnarea a {
	font-size: 16px;
	max-width: 200px;
	padding: 20px;
	}
/* Scheme */
.info .block.news { padding: 0 20px 30px; }
.info .block.facebook {
	padding: 20px;
	border-radius: 8px;
	}
}

/* ---------------------------------------------------

	*****

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
/* ----------------------- */
@media (max-width: 750px) {
}

/* ---------------------------------------------------

	*****

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
/* ----------------------- */
@media (max-width: 750px) {
}

/* ---------------------------------------------------

	*****

-------------------------- */
/* ----------------------- */
@media (min-width: 751px) {
}
/* ----------------------- */
@media (max-width: 750px) {
}