a:hover {
	text-decoration: none;
}

/* Slider */
.slick-loading .slick-list {
	background: #fff url("../img/index/ajax-loader.gif") center center no-repeat;
}

/* Arrows */
.slick-prev,
.slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	bottom: -30px;
	display: block;
	width: 30px;
	height: 30px;
	padding: 0;
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	z-index: 1;
	background: #341A1B;
	border-radius: 50%;
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	color: transparent;
	outline: none;

}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}

/* .slick-prev:before,
.slick-next:before {
	content: '';
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-background-size: cover;
	background-size: cover;
	font-family: "fontello";
	font-size: 20px;
	line-height: 30px;
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: block;
	background-color: #b83a00;
	text-align: center;
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
} */

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}

.slick-prev {
	left: 0;
}

.slick-prev:before {
	content: '';
	background: url(../img/index/arrow.svg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 9px;
	height: 14px;
	transform: rotate(-180deg);
	top: 9px;
	left: 10px;
}

.slick-next {
	right: 0;
}

.slick-next:before {
	content: '';
	background: url(../img/index/arrow.svg) no-repeat center;
	-webkit-background-size: cover;
	background-size: cover;
	width: 9px;
	height: 14px;
}

/* Dots */
/* .slick-dots {
	position: absolute;
	bottom: -22px;
	left: 0;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	line-height: 0;
}

.slick-dots li {
	position: relative;
	display: inline-block;
	margin: 0 7px;
	padding: 0;
	cursor: pointer;
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 13px;
	height: 13px;
	cursor: pointer;
	color: transparent;
	outline: none;
	border-radius: 50%;
	border: 1px solid #fff;
	background: #fff;
} */

/* .slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
} */

/* .slick-dots li.slick-active button {
	background: #d13b3b;
	border: 1px solid #d13b3b;
} */

/* @media only screen and (max-width: 767px) {
	.slick-dots li {
		margin: 0 6px;
	}

	.slick-dots li button {
		width: 10px;
		height: 10px;
	}
} */

.ob-img {
	background-size: cover;
	background-position: center center;
	position: relative;
}

.ob-img img {
	object-fit: cover;
	width: 100% !important;
	height: 100% !important;
}

@media screen and (min-width: 768px) {
	.d__flex {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.d__flex.jus {
		justify-content: space-between;
	}

	.ob-img img {
		position: absolute;
		top: 0px;
		left: 0px;
		right: 0px;
		bottom: 0px;
	}

	.dir {
		flex-direction: row-reverse;
	}
}

.fz20 {
	font-size: 4.8vw;
}

.fz24 {
	font-size: 5.33vw;
}

.fz25 {
	font-size: 5.46vw;
}

.fz26 {
	font-size: 5.6vw;
}

.fz30 {
	font-size: 6.13vw;
}

@media screen and (min-width: 768px) {
	.fz20 {
		font-size: 20px;
	}

	.fz24 {
		font-size: 24px;
	}

	.fz25 {
		font-size: 25px;
	}

	.fz26 {
		font-size: 26px;
	}

	.fz30 {
		font-size: 30px;
	}
}

.bg-Darkred {
	background: url(../img/index/bg01.jpg);
	position: relative;
	z-index: 1;
}

.bg-Darkred::before {
	content: "";
	border: 4px solid rgba(255, 255, 255, 0.05);
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.bg-Darkred .inside {
	max-width: 888px;
	margin: 0 auto;
}

@media screen and (min-width: 768px) {
	.bg-Darkred::before {
		border-width: 6px;
	}
}

.box__dl {
	position: relative;
}

.box__dl dl {
	font-size: 5.06vw;
	line-height: 1.5;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	color: #f6f5f5;
	letter-spacing: 0.1em;
}

.box__dl dl dt small {
	font-size: 4.13vw;
}

.box__dl dl dt small.sub {
	position: absolute;
	top: 1vw;
	left: 0;
	font-size: 2.4vw;
	letter-spacing: 0.05em;
}

.box__dl dl dd small {
	font-size: 4.53vw;
}

.box__dl dl+dl {
	margin-top: 10px;
}

@media screen and (min-width: 768px) {
	.box__dl dl {
		font-size: 22px;
		line-height: 20px;
	}

	.box__dl dl dt small {
		font-size: 15px;
	}

	.box__dl dl dt small.sub {
		font-size: 11px;
	}

	.box__dl dl dd small {
		font-size: 18px;
	}

	.box__dl dl+dl {
		margin-top: 18px;
	}
}

.group__bnr .wrap {
	max-width: 1083px;
}

.group__bnr .bnr {
	overflow: hidden;
	border: 2px solid #4e4032;
}

.group__bnr .bnr a {
	display: block;
	width: 100%;
	height: 50vw;
	position: relative;
}

.group__bnr .bnr a::before {
	content: "";
	background: url(../img/index/arrow.svg) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 8px;
	height: 11px;
	position: absolute;
	bottom: 20px;
	right: 20px;
	z-index: 1;
}

.group__bnr .bnr a::after {
	content: "";
	background: url(../img/index/bnr_bg02.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 61px;
	height: 61px;
	position: absolute;
	bottom: 0;
	right: 0;
}

.group__bnr .bnr h3 {
	font-size: 5.6vw;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	width: 14vw;
	height: 100%;
	line-height: 14vw;
	text-align: center;
	background: url(../img/index/bg02.jpg);
}

.group__bnr .bnr .photo {
	width: 100%;
	height: 100%;
	transition: all .4s ease;
}

.group__bnr .bnr+.bnr {
	margin-top: 5vw;
}

@media screen and (min-width: 768px) {
	.group__bnr .bnr {
		width: 47.2%;
	}

	.group__bnr .bnr+.bnr {
		margin-top: 0;
	}

	.group__bnr .bnr a {
		width: 100%;
		height: 236px;
	}

	.group__bnr .bnr a::before {
		width: 8px;
		height: 11px;
	}

	.group__bnr .bnr a::after {
		width: 61px;
		height: 61px;
	}

	.group__bnr .bnr a:hover .photo {
		transform: scale(1.1);
	}

	.group__bnr .bnr h3 {
		font-size: 26px;
		top: 0;
		left: 0;
		width: 60px;
		height: 100%;
		line-height: 60px;
	}
}

.double-line {
	line-height: 1;
	position: relative;
}

.double-line::after {
	content: "";
	background: url(../img/kaiseki/sec2_line.png) no-repeat;
	-webkit-background-size: 100% auto;
	background-size: 100% auto;
	width: 153px;
	height: 5px;
	position: absolute;
	bottom: -15px;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (min-width: 768px) {
	.double-line::after {
		width: 153px;
		height: 5px;
		bottom: -12px;
	}
}