@charset "UTF-8";
body {
	font-family: 'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'HGS明朝E',
		'ＭＳ Ｐ明朝', Meiryo, 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック',
		'MS PGothic', sans-serif;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #f8dcd3;
	background: url(../img/shared/bg2.jpg);
}
body.navOpen * {
	-ms-touch-action: none;
	touch-action: none;
	pointer-events: none;
}
body.navOpen .hamburger,
body.navOpen .menu_toggle,
body.navOpen .menu_toggle * {
	-ms-touch-action: auto;
	touch-action: auto;
	pointer-events: visible;
}
body.navOpen .menu_toggle {
	overflow-y: scroll;
}
body.navOpen .hamburger .line3,
body.navOpen .hamburger .line1 {
	top: 19px;
}
body.has_nav #pagetop {
	opacity: 1;
	visibility: visible;
}

.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.items-center {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.bg-red {
	background: url(../img/shared/bg.jpg) repeat;
}

.line {
	height: 13px;
	background: url(../img/shared/line2.jpg) repeat-x bottom right;
	width: 100%;
	display: block;
	border: none;
}
.line.line3 {
	background-image: url(../img/shared/line1.png);
}
.line.line2 {
	background-image: url(../img/shared/line.jpg);
}

.txt {
	padding: 0 5%;
	text-align: justify;
}

.button {
	width: 80%;
	background: url(../img/shared/btn_bg.jpg) repeat;
	margin: 0 auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding: 5px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}
.button:hover {
	background: url(../img/shared/btn_bg_on.jpg) repeat;
}
.button a {
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 1.3rem;
	display: block;
	position: relative;
	border: 1px solid #b99e96;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.button a::before {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
	vertical-align: middle;
	right: 1em;
	width: 10px;
	height: 10px;
	border-top: 2px solid #b99e96;
	border-right: 2px solid #b99e96;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.button.btn1 a {
	text-align: left;
	padding-left: 20px;
}

.bg-parallax {
	position: relative;
}

.bg-parallax .img-parallax {
	clip: rect(0, auto, auto, 0);
	margin-bottom: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 1;
}

.bg-parallax .img-parallax img {
	width: 100% !important;
	height: 100vh !important;
	position: fixed;
	top: 0;
	left: 0;
	padding: 0;
	margin: 0;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
}

header {
	position: relative;
}
header h1 {
	text-align: center;
	color: #b99e96;
	bottom: 5vw;
}
header .hd-txt {
	position: absolute;
	z-index: 3;
	bottom: 20vw;
	text-align: center;
	left: 65%;
	right: 9%;
}
header #menu_toggle {
	background: url(../img/shared/bg4.jpg) repeat;
	padding-bottom: 50vw;
}
header #menu_toggle ul li {
	width: 30%;
	margin: 0 6% 10px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-bottom: 1px solid transparent;
}
header #menu_toggle ul li.active {
	border-bottom-color: #fff;
}
header #menu_toggle ul li:hover {
	border-bottom-color: #fff;
}
header #menu_toggle ul li a {
	padding: 4px;
	font-size: 1.4rem;
}
header #menu_toggle ul li img {
	width: auto;
	max-width: 100%;
}
header #menu_toggle .button {
	margin-bottom: 15px;
}

footer {
	background: url(../img/shared/line1.png) repeat-x top left/100%,
		-webkit-gradient(linear, left top, left bottom, color-stop(5%, rgba(210, 123, 64, 0.2)), color-stop(30%, transparent)),
		url(../img/shared/ft_bg.jpg) repeat;
	background: url(../img/shared/line1.png) repeat-x top left/100%,
		linear-gradient(rgba(210, 123, 64, 0.2) 5%, transparent 30%),
		url(../img/shared/ft_bg.jpg) repeat;
	padding-bottom: 50px;
}
footer .f_tel {
	margin-bottom: 30px;
}
footer .f_tel dt a {
	font-size: 10vw;
}
footer .f_tel .fz-12 {
	font-size: 12px;
}
footer .button {
	margin-bottom: 30px;
}
footer .button a {
	padding-left: 20px;
	text-align: left;
}
footer .nav_ft {
	padding: 0;
	background: url(../img/shared/bg.jpg) repeat;
}
footer .nav_ft a {
	display: block;
	text-align: center;
	padding: 10px;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #f8dcd3;
}
footer .nav_ft a::after {
	top: 16px;
	right: 18px;
}

footer .nav_ft a:nth-child(even) {
	border-left: 1px solid #f8dcd3;
}
footer .nav_ft a:last-child,
footer .nav_ft a:nth-last-child(-n + 2) {
	border-bottom: none;
}

footer .nav_ft a img {
	max-width: 100%;
	width: auto;
}
footer .group {
	padding-top: 30px;
}

#ft_fixed {
	right: 47.8px;
	width: auto;
	border: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#ft_fixed li {
	width: 33.3333% !important;
	height: 47.8px;
	background: url(../img/shared/bg.jpg) repeat;
	border-right: 1px solid #b99e96;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#ft_fixed li:nth-child(1) a::after {
	display: none;
}
#ft_fixed li:last-child {
	border: none;
}
#ft_fixed li a i {
	font-size: 12px;
}
#ft_fixed li a i::before {
	display: block;
	margin: 0 auto;
}

#pagetop {
	width: 47.8px;
	height: 47.8px;
	bottom: env(safe-area-inset-bottom) !important;
	right: 0;
	background: url(../img/shared/bg.jpg) repeat;
	-webkit-transition: none;
	transition: none;
}
#pagetop.visible {
	opacity: 0;
	visibility: hidden;
}
#pagetop::after,
#pagetop::before {
	content: '';
	position: absolute;
}
#pagetop::before {
	top: 6px;
	bottom: 0;
	margin: auto;
	vertical-align: middle;
	left: 1.2rem;
	width: 10px;
	height: 10px;
	border-top: 2px solid #b99e96;
	border-right: 2px solid #b99e96;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#pagetop::after {
	top: 2px;
	left: 2px;
	right: 2px;
	bottom: 2px;
	border: 1px solid #b99e96;
}

.slick-dots li button {
	background: #7a4f42;
	border: none;
	width: 10px;
	height: 10px;
}
.slick-dots li.slick-active button {
	background: #f8dcd3;
}
.slick-next::after {
	left: 3px;
}
.slick-arrow::after {
	font-size: 50px;
}
