@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Oswald&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Caveat:wght@400;500;600;700&display=swap");

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
0001 INITIAL VALUE
----------------------------------------------------------------------------------------- */
html {
	padding: 0px;
	margin: 0px;
	background: black;
	border: 0px solid #42985B;
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	font-weight: 300;
	font-size: 1rem;
	line-height: 1;
	position: relative;
	color: #777;
	padding: 0;
	margin: 0;
	-webkit-text-size-adjust: 100%;
	min-width: 1200px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
}

*,
*::before,
*::after {
	box-sizing: border-box;
}

article,
section,
aside,
header,
footer {
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	border: 0px solid #42985B;
}

main {
	display: block;
	padding: 90px 00 0;
	margin: 0;
	width: 100%;
	min-width: 1200px;
	background: white;
	background-size: 100% auto;
	border: 0px solid black;
}

img {
	width: 100%;
	height: auto;
	display: block;
	padding: 0;
	margin: 0 auto;
	vertical-align: bottom;
	image-rendering: -webkit-optimize-contrast;
}

a {
	color: #679892;
	text-decoration: none;
}

a:hover {
	transition: 0.5s;
	text-decoration: none;
	opacity: 0.5;
	cursor: auto;
	cursor: pointer
}

.none {
	display: none;
}

.clearfix::after,
.row::after {
	content: '';
	display: block;
	clear: both;
}

strong,
b {
	font-weight: 600;
}

small {
	font-size: 0.8em;
}

em {
	padding: 0 0.3em;
	font-style: italic;
}

li {
	list-style: none;
}

hr {
	margin: 90px 0;
}

iframe {
	width: 100%;
	vertical-align: bottom;
	margin: 0 auto;
}

.pc {
	display: block;
}

.sp {
	display: none;
}

.flexbox {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%;
}

.swiper-container li {
	list-style: none;
}


.fa,
.fas,
.far,
.fal,
.fad,
.fab {
	font-weight: 900;
}

.font-oswald {
	font-family: Oswald, sans-serif;
}

@media screen and (max-width: 768px) {
	html {
		font-size: calc(62.5% * 0.95);
	}

	body {
		min-width: 100%;
	}

	main {
		padding-top: 90px;
		border-left: 0px solid red;
		width: 100%;
		min-width: 100%
	}

	.pc {
		display: none;
	}

	.sp {
		display: block;
	}
}

@media screen and (max-width: 520px) {
	html {
		font-size: calc(62.5% * 0.85);
	}

	main {
		border-left: 0px solid orange;
	}
}

@media screen and (max-width: 420px) {
	main {
		padding-top: 70px;
		border-left: 0px solid #6bbb1f;
	}
}

@media screen and (max-width: 375px) {
	main {
		border-left: 0px solid #458EA4;
	}
}





/*-----------------------------------------------------------------------------------------
0002 LAYOUT
----------------------------------------------------------------------------------------- */
.container {
	border: 0px solid red;
	width: 1200px;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.container-fluid {
	border: 0px solid lightblue;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background: transparent;
}

.row {
	clear: both;
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

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

.flexbox li {
	list-style: none;
}

.col-01,
.col-02,
.col-03,
.col-04,
.col-05,
.col-06,
.col-07,
.col-08,
.col-09,
.col-10,
.col-11,
.col-12 {
	border: 0px solid black;
	padding: 0 15px;
	display: block;
	float: none;
	position: relative;
}

.col-01 {
	width: 8.33333%;
}

.col-02 {
	width: 16.66667%;
}

.col-03 {
	width: 25%;
}

.col-04 {
	width: 33.33333%;
}

.col-05 {
	width: 41.66667%;
}

.col-06 {
	width: 50%;
}

.col-07 {
	width: 58.33333%;
}

.col-08 {
	width: 66.66667%;
}

.col-09 {
	width: 75%;
}

.col-10 {
	width: 83.33333%;
}

.col-11 {
	width: 91.66667%;
}

.col-12 {
	width: 100%;
}

.container-fluid .col-12,
.container-fluid .col-11,
.container-fluid .col-10,
.container-fluid .col-09,
.container-fluid .col-08,
.container-fluid .col-07,
.container-fluid .col-06,
.container-fluid .col-05,
.container-fluid .col-04,
.container-fluid .col-03,
.container-fluid .col-02,
.container-fluid .col-01 {
	padding: 0;
}

@media (max-width: 768px) {
	.container {
		width: 100%;
	}

	.col-01,
	.col-02,
	.col-03,
	.col-04,
	.col-05,
	.col-06,
	.col-07,
	.col-08,
	.col-09,
	.col-10,
	.col-11,
	.col-12 {
		padding: 0 10px;
	}

	.col-01 {
		width: 8.33333%;
	}

	.col-02 {
		width: 16.66667%;
	}

	.col-03 {
		width: 33.33333%;
	}

	.col-04 {
		width: 50%;
	}

	.col-05 {
		width: 100%;
	}

	.col-06 {
		width: 100%;
	}

	.col-07 {
		width: 100%;
	}

	.col-08 {
		width: 100%;
	}

	.col-09 {
		width: 100%;
	}

	.col-10 {
		width: 100%;
	}

	.col-11 {
		width: 100%;
	}

	.col-12 {
		width: 100%;
	}
}

@media (max-width: 520px) {
	.col-01 {
		width: 25%;
	}

	.col-02 {
		width: 25%;
	}

	.col-03 {
		width: 50%;
	}
}

@media (max-width: 375px) {
	.col-01 {
		width: 50%;
	}

	.col-02 {
		width: 50%;
	}

	.col-03 {
		width: 100%;
	}
}





/*-----------------------------------------------------------------------------------------
0003 TYPOGRAPHY RESET
----------------------------------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td {
	font-size: 1.6rem;
	line-height: 1;
	padding: 0;
	margin: 0;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #777;
	letter-spacing: 0.01em;

}


li,
dt,
dd {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: 0;
	font-weight: 400;
	font-style: normal;
	color: #777;
}



h1 {
	font-size: 10rem;
}

h2 {
	color: #444;
	font-size: 5.4rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	margin-bottom: 1.5em
}

h2 small {
	display: block;
	font-size: 0.45em;
	letter-spacing: 0.1em;
	text-indent: 0.1em;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {

	h2,
	.staff h4 {
		font-size: 4.4rem;
	}
}

@media screen and (max-width: 375px) {}













/*-----------------------------------------------------------------------------------------
1001 HRADER
----------------------------------------------------------------------------------------- */
header {
	width: 100%;
	height: 90px;
	position: fixed;
	top: 0;
	left: 0;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
	z-index: 10;
}

header .container,
header .row,
header .col-05,
header .col-06,
header .col-07 {
	border: 0px solid orange;
	height: 100%;
	overflow: hidden;
	position: relative;
}

header .logo {
	border: 0px solid green;
	max-width: 420px;
	padding: 0;
	margin: 0;
	height: 100%;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
}

header .logo span {
	display: none;
}

.logo a {
	display: block;
}




header dl.btn-contact {
	border: 0px solid red;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	width: 100%;
}

header dl.btn-contact dt,
header dl.btn-contact dd {
	width: 50%;
	max-width: 210px;
	padding: 0;
	margin: 0;
}

header dl.btn-contact dt {
	padding-right: 7.5px;
}

header dl.btn-contact dd {
	padding-left: 7.5px;
	letter-spacing: 0.04em;
}

header dl.btn-contact a {
	display: block;
	background: #636444;
	color: white;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 1.8rem;
	font-weight: 400;
}

header dl.btn-contact dt a {
	line-height: 28px;
	padding-bottom: 2px;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	header .logo {
		max-width: calc(100% - 70px);
	}

	header dl.btn-contact {
		display: none;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
	header {
		height: 70px;
	}

	header .logo {
		max-width: calc(100% - 65px);
	}

}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
1002 NAV
----------------------------------------------------------------------------------------- */
nav.global_menu {
	border: 0px solid blue;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 20px 0 0 0;
	position: relative;
	background: transparent;
}

nav.global_menu ul {
	border: 0px solid orange;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 0;
	width: 100%;
}

nav.global_menu ul li {
	border: 0px solid blue;
	padding: 0 15px;
	margin: 0;
	width: auto;
	height: auto;
}

nav.global_menu ul li:last-child {
	padding-right: 0;
}

nav.global_menu ul li a {
	line-height: 1;
	display: block;
	padding: 0;
	font-weight: 400;
	text-decoration: none;
	width: 100%;
	height: 100%;
	font-size: 18px;
	color: #636444
}

nav.global_menu ul li.current a {
	font-weight: 600;
}

nav.global_menu ul li.current.nav-sale a {
	color: #988076;
	;
}

nav.global_menu ul li.current.nav-rent a {
	color: #629491;
}



@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	nav.global_menu {
		display: none;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
1003 Humberger
----------------------------------------------------------------------------------------- */
.hamburger,
.hamburger span {
	display: inline-block;
	transition: all 0.4s;
	box-sizing: border-box;
}

.hamburger {
	position: fixed;
	top: 40px;
	right: 20px;
	width: 40px;
	height: 34px;
	z-index: 1001;
	display: none;
}

.hamburger.active {
	z-index: 1003;
}

.hamburger span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #010101;
	border-radius: 4px;
}

.hamburger span:nth-of-type(1) {
	top: 0;
}

.hamburger span:nth-of-type(2) {
	top: 15px;
}

.hamburger span:nth-of-type(3) {
	bottom: 0;
}

.hamburger.active span {
	background-color: white;
}

.hamburger.active span:nth-of-type(1) {
	-webkit-transform: translateY(15px) rotate(-45deg);
	transform: translateY(15px) rotate(-45deg);
}

.hamburger.active span:nth-of-type(2) {
	left: 50%;
	opacity: 0;
	-webkit-animation: active-menu-bar02 0.8s forwards;
	animation: active-menu-bar02 0.8s forwards;
}

.hamburger.active span:nth-of-type(3) {
	-webkit-transform: translateY(-15px) rotate(45deg);
	transform: translateY(-15px) rotate(45deg);
}

@media screen and (max-width: 768px) {
	.hamburger {
		top: 30px;
		right: 20px;
		display: block;
	}
}

@media screen and (max-width: 420px) {
	.hamburger {
		top: 20px;
	}
}

#navigation {
	opacity: 0.9;
	position: fixed;
	z-index: 1002;
	display: none;
	width: 100%;
	height: 100%;
	overflow-y: auto;
	top: 0;
	left: 0;
	background: rgba(51, 116, 135, 0.9);
	background-size: auto auto;
	background-color: #86876a;
	background-image: repeating-linear-gradient(-45deg, transparent, transparent 10px, #838366 10px, #838366 20px);
}

.accordion {
	border: 0px solid red;
	height: 100%;
	width: 100%;
	padding: 30px;
	margin: 0;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.accordion ul.accordion-container {
	border: 0px solid black;
	width: 320px;
	width: 75%;
	padding: 15px;
	background: rgba(255, 255, 255, 0);
}

.accordion ul.accordion-container li {
	border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
	padding: 15px 0;
	margin: 0 0 0 0;
}

.accordion ul.accordion-container li a {
	display: block;
	border: 0px solid orange;
	padding: 0;
	margin: 0;
	font-size: 20px;
	font-size: 5vw;
	line-height: 1.4;
	text-decoration: none;
	font-weight: 600;
	color: white;
}

.accordion ul.accordion-container li a small {
	font-size: 0.6em;
	display: block;
	color: yellow;
}

.accordion ul.accordion-container li.title {
	border-bottom: 2px dotted rgba(255, 255, 255, 0.8);
	font-size: 24px;
	line-height: 1.4;
	padding: 10px 0;
	margin: 0 0 0 0;
	font-weight: 600;
	color: black;
	position: relative;
	cursor: pointer;
}

.accordion ul.accordion-container li.title small {
	font-size: 0.6em;
	display: block;
	color: yellow;
}

.accordion ol.content {
	display: none;
	border: 0px solid red;
	padding: 0 0 0 30px;
}

.accordion ol.content li a {
	font-size: 16px;
}

.accordion .title::after {
	content: "";
	display: block;
	border-right: solid 3px #fff;
	border-top: solid 3px #fff;
	height: 13px;
	width: 13px;
	right: 20px;
	top: 43%;
	position: absolute;
	transform: rotate(135deg);
	transition: transform 0.3s ease-in-out, top 0.3s ease-in-out;
}

.title.open::after {
	top: 45%;
	transform: rotate(-45deg);
}

.accordion ul.accordion-container li:first-child {
	border-top: 2px dotted rgba(255, 255, 255, 0.8);
}

.accordion ol.content li:first-child {
	border-top: none;
}

.accordion ul.accordion-container li a:hover,
.accordion ul.accordion-container li.title:hover {
	color: yellow;
	transition: 0.2s;
	opacity: 1;
}

.accordion ul.accordion-container li a:hover small,
.accordion ul.accordion-container li.title:hover small {
	color: black;
	transition: 0.2s;
	opacity: 1;
}

@media screen and (max-width: 420px) {
	.accordion ul.accordion-container {
		width: 90%;
	}



	/* .accordion ul.accordion-container li a {
		font-size: 6.5vw;
	} */

}




/*-----------------------------------------------------------------------------------------
2001 FOOTER
----------------------------------------------------------------------------------------- */
footer {
	width: 100%;
	height: auto;
	padding: 90px 0 0 0;
	margin: 0;
	background: #636444;
	color: white;
}


.copyright {
	text-align: center;
	line-height: 1.1;
	font-size: 12px;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	font-weight: 300;
	padding: 60px 0 30px;
	margin: 0;
}

footer .logo {
	border: 0px solid white;
	max-width: 420px;
	padding: 0;
	margin: 0;
}

footer p {
	font-size: 1.6rem;
	line-height: 1.7;
	color: white;
	padding: 0;
	margin: 0;
}

footer dl.btn-contact {
	border: 0px solid red;
	-webkit-justify-content: space-between;
	-ms-flex-pack: space-between;
	justify-content: space-between;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 0;
	margin: 20px 0;
	max-width: 420px;
}

footer dl.btn-contact dt,
footer dl.btn-contact dd {
	width: 50%;
	padding: 0;
	margin: 0;
}

footer dl.btn-contact dt {
	padding-right: 5px;
}

footer dl.btn-contact dd {
	padding-left: 5px;
}

footer dl.btn-contact a {
	display: block;
	background: white;
	color: #636444;
	text-align: center;
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 1.8rem;
	font-weight: 600;
}

footer nav {
	border: 0px solid white;
	padding: 65px 0;
	margin: 0;
}

footer nav ul {
	border: 0px solid pink;
	padding: 0;
	margin: 0;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: flex-end;
	justify-content: flex-end;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;

}

footer nav li {
	border: 0px solid orange;
	padding: 0 10px;
	margin: 0;
}

footer nav li a {
	display: block;
	font-size: 1.6rem;
	color: white;
	letter-spacing: 0.05em;
}

footer nav li:last-child {
	padding-right: 0;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	footer {
		padding: 60px 0 60px 0;
	}

	.copyright {
		padding: 30px 0;
	}

	footer .logo {
		margin: 10px auto;
	}

	footer p {
		text-align: center;
	}

	footer dl.btn-contact {
		padding: 10px;
		margin: 0;
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
		max-width: initial;
		background: #212210
	}

	footer dl.btn-contact a {
		height: auto;
		line-height: 40px;
		font-size: 3.8vw;
	}

	footer nav {
		display: none;
	}

}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
	.copyright {
		font-size: 3.2vw;
		letter-spacing: 0.1em;
		opacity: 0.8;
	}

	footer dl.btn-contact a {
		font-size: 5.0vw;
	}
}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
2002 PARTS - Google MAP
----------------------------------------------------------------------------------------- */
.map-wrap {
	position: relative;
	padding-bottom: 20%;
	height: 0;
	overflow: hidden;
	border: 0px solid #eee;
	background: white;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

}

.map-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.map-wrap {
		padding-bottom: 50%;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
	.map-wrap {
		padding-bottom: 100%;
	}
}

@media screen and (max-width: 375px) {}





/*-----------------------------------------------------------------------------------------
3001 SIDEBAR
----------------------------------------------------------------------------------------- */
aside.sidebar {
	overflow: hidden;
	padding-left: 30px;
}

aside.sidebar .widget {
	padding: 0;
	margin: 0;
	background: transparent;
}

aside.sidebar h4 {
	padding: 0.75em 0.75em 0.7em;
	margin: 0;
	border-top: 5px double rgba(99, 100, 68, 0.6);
	border-bottom:1px double rgba(99, 100, 68, 0.4);
	font-weight: 400;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.4em;
	font-size: 1.8rem;
	color: #636444;
	background: rgba(99, 100, 68, 0.1);
}



aside.sidebar .sale h4 {
	background-color: rgba(152, 128, 118, 0.1);
	color: #988076 ;
	border-color:rgba(152, 128, 118, 0.8);
}

aside.sidebar .rent h4 {
	background-color: rgba(98, 148, 145, 0.1) ;
	color: #629491;
	border-color:rgba(98, 148, 145, 0.8);

}





aside.sidebar ul {
	padding: 0;
	margin: 0 0 60px 0;
	width: 100%;
}

aside.sidebar ul li {
	border-bottom: 1px dashed #aaa;
	padding: 0.75em 0.1em;
	margin: 0;
	list-style: none;
	width: 100%;
	position: relative;
	font-size: 1.5rem;
	line-height: 1.4;
}

aside.sidebar ul li span {
	font-size: 1.2rem;
	display: block;
	text-align: right;
	padding: 5px 0 0 0;
	color: #636444;
}

aside.sidebar ul li a {
	width: auto;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 0 0 1em;
	margin: 0;
	display: inline-block;
	position: relative;
	color: #666
}

aside.sidebar ul li:hover {
	transition: 0.3s;
	cursor: pointer;
	background: rgba(99, 100, 68, 0.1);
}

aside.sidebar ul li a::before {
	content: '\f0da';
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0%, -50%);
	transform: translate(0%, -50%);
	color: rgba(242, 43, 36, 0.6);
	font-size: inherit;
}

@media (max-width: 1200px) {}

@media (max-width: 768px) {
	aside.sidebar {
		width: 100%;
		padding-left: 10px;
	}
}

@media (max-width: 520px) {}

@media (max-width: 420px) {
	aside.sidebar h4 {
		font-size: 2.0rem;
	}
}

@media (max-width: 375px) {}








/*-----------------------------------------------------------------------------------------
3002 pagination
----------------------------------------------------------------------------------------- */
.pagination {
	border: 0px solid black;
	width: 100%;
	padding: 0;
	margin: 30px 0;
}

.archive .pagination {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination ul.page-numbers {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.pagination li {
	list-style: none;
}

a.page-numbers,
span.page-numbers {
	border: 0px solid black;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 30px;
	height: 30px;
	text-decoration: none;
	margin: 4px;
	font-size: 12px;
	line-height: 1;
	font-weight: 400;
	background: #636444;
	border: 1px solid #636444;
	color: white;
}

span.page-numbers,
a.prev.page-numbers,
a.next.page-numbers {
	background: transparent;
	color: #636444;
}

a.prev.page-numbers,
a.next.page-numbers {
	width: auto;
	padding-left: 8px;
	padding-right: 8px;
	border: none;
}

span.page-numbers.dots {
	border: none;
}

#index .pagination {
	display: none;
}





/*-----------------------------------------------------------------------------------------
3003 PAGER
----------------------------------------------------------------------------------------- */
.pager {
	border-top: 3px double #636444;
	border-bottom: 3px double #636444;
	padding: 5px 0;
	margin: 60px 0;
}

.screen-reader-text {
	display: none;
}

.nav-links {
	padding: 0;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.nav-links .nav-previous,
.nav-links .nav-next {
	width: 100%;
}

.nav-links .nav-previous a,
.nav-links .nav-next a {
	display: block;
	color: #636444;
	text-align: left;
	font-size: 12px;
	line-height: 1.3;
	padding: 0.5em;
	margin: 0;
	text-decoration: none;
}

.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
	background: #636444;
	transition: 0.5s;
	opacity: 1;
	color: white;
}





/*-----------------------------------------------------------------------------------------
3004 table
----------------------------------------------------------------------------------------- */
table {
	border: 0px solid red;
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	font-size: 1.6rem;
	line-height: 1.3;
	border: 1px solid white;
	padding: 0.75em 1.5em;
	text-align: center;
	vertical-align: middle;
	background: rgba(156, 132, 124, 0.2);
	width: 25%;
	color: #444;
	font-weight: 400;
}

table td {
	background: rgba(156, 132, 124, 0.1);
	text-align: left;
	width: 75%;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 520px) {

	table th,
	table td {
		display: block;
		width: 100%;
		border: none;
		text-align: left;
		padding: 1em;

	}


	table th {
		background: rgba(156, 132, 124, 0.2);
		border-top: 4px solid rgba(99, 100, 68, 0.2);
		font-weight: 600;
	}

	table td {
		width: 100%;
		padding-bottom: 2em
	}

}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}










/*-----------------------------------------------------------------------------------------
4001 404
----------------------------------------------------------------------------------------- */
.not-found {
	padding: 10% 0;
}

.not-found-message {
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: center;
	align-items: center;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 50%;
	padding: 0;
	margin: 0 auto;
	overflow: hidden;
}

.not-found-message span {
	display: block;
	border: 0px solid black;
	width: 100%;
	text-align: center;
	color: #636444;
	line-height: 0.8;
	font-size: 16px;
	text-align: center;
	padding: 0;
	margin: 0;
	font-weight: 600;
	font-family: Poppins, sans-serif;
}

.not-found-message span:first-child {
	font-size: 260px;
	padding: 10px 0 0 0;
}

.not-found-message span:nth-child(2) {
	font-size: 84px;
	padding: 10px 0;
}

.not-found-message span:last-child {
	font-size: 27px;
	font-family: 'Noto Sans JP', "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", "游ゴシック", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Yu Gothic", sans-serif;
	padding: 10px 0;
}

@media screen and (max-width: 768px) {
	.not-found-message {
		width: 75%;
	}

	.not-found-message span:first-child {
		font-size: 33vw;
	}

	.not-found-message span:nth-child(2) {
		font-size: 10.5vw;
	}

	.not-found-message span:last-child {
		font-size: 3.3vw;
	}
}





/*-----------------------------------------------------------------------------------------
5001 FADEIN
----------------------------------------------------------------------------------------- */
.view {
	opacity: 0;
	transform: translate(0, 100px);
	transition: all 1.1s;
}

.view.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}


.view2 {
	opacity: 0;
	transform: translate(0, 150px);
	transition: all 1.4s;
}

.view2.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

.view3 {
	opacity: 0;
	transform: translate(0, 200px);
	transition: all 1.7s;
}

.view3.scrollin {
	opacity: 1;
	transform: translate(0, 0);
}

@media screen and (max-width: 768px) {

	.view,
	.view2,
	.view3 {
		opacity: 1;
		transform: translate(0, 0);
		transition: all 0s;

	}

}
































.gallery a {
	display: block;
	height: 100%;
	padding: 0;
}


.gallery figure {
	width: 100%;
	height: auto;
	padding: 0;
	margin: 0;
}

.gallery time {
	font-size: 1.2rem;
	color: #636444;
	margin: 15px 0;
	display: block;
}

.gallery h3 {
	font-size: 1.6rem;
	line-height: 1.6;
	color: #444
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {


	.gallery time {
		font-size: 1.2rem;
	}

	.gallery h3 {
		font-size: 1.6rem;
	}

	.gallery li {
		margin-bottom: 30px;
	}

}

@media screen and (max-width: 520px) {
	.gallery li {
		width: 100%;
		margin-bottom: 10px;
	}

	.gallery li a {
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		width: 100%;
		border: 1px solid #ddd;
		background: white;
		padding: 10px;
	}

	.gallery li a figure {
		width: 25%;
	}

	.gallery li a .text {
		width: 75%;
		padding: 0 0 0 15px;
	}

	.gallery time {
		font-size: 1.4rem;
		margin: 0 0 10px 0;
	}
}

@media screen and (max-width: 420px) {
	.gallery li a {
		padding: 5px;
	}

	.gallery li a figure {
		width: 30%;
	}

	.gallery li a .text {
		width: 70%;
		padding: 0 0 0 15px;
	}
}

@media screen and (max-width: 375px) {}




















/*-----------------------------------------------------------------------------------------
6001 #INDEX AREA-FEAT
----------------------------------------------------------------------------------------- */
.area-feat {
	background: #EFEFED;
	padding: 160px 0;
	margin: 0 0 45px 0;
	width: 100%;
	height: auto;
}


.area-feat .gallery li:nth-child(n+4) {
	display: none;
}


@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.area-feat {
		padding: 30px 0;
		margin: 0;
	}

	.area-feat .gallery li:nth-child(n+4) {
		display: block;
	}

	.area-feat .gallery li:nth-child(n+5) {
		display: none;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}







/*-----------------------------------------------------------------------------------------
6002 #INDEX AREA-BUKKEN
----------------------------------------------------------------------------------------- */
.area-bukken {
	border: 0px solid red;
	padding: 45px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.area-bukken .gallery {
	padding-top: 30px;
	padding-bottom: 30px;
	border: 0px solid red;
}

.area-bukken .gallery h3 {
	font-size: 2.1rem;
	line-height: 1.3;
	color: #444;
	font-weight: 600;
	margin: 0.75em 0 0.5em;
	letter-spacing: 0;
}

.area-bukken .gallery h3 span {
	margin-left: 0.5em;
	font-weight: 600;
}


.area-bukken .gallery h4 {
	font-size: 1.8rem;
	line-height: 1.3;
	color: #988076;
	font-weight: 600;
	margin: 0.5em 0;
}

.area-bukken .gallery p {
	font-size: 1.4rem;
	line-height: 1.5;
}

.area-bukken .gallery p span {
	margin-right: 0.75em;
	font-weight: 400;
	display: block;
}


.area-bukken .gallery li:nth-child(n+4) {
	display: none;
}



.area-bukken.rent .gallery h4 {
	color: #629491;
}



.category-title {
	width: 100%;
	height: 100%;
	background: #998179;
	background: linear-gradient(#EEEAE9 0%, #998179 100%);
	position: relative;
	min-height: 240px;
}

.category-title h2 {
	font-size: 3.8rem;
	font-weight: 600;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	display: block;
	color: White;
	width: 100%;
	position: absolute;
	bottom: 100px;
}


.rent .category-title {

	background: #63948E;
	background: linear-gradient(#E0E6E6 0%, #63948E 100%);
}


.btn-all {
	width: 100%;
	display: block;
	padding: 0;
	margin: 0;
	border: 0px solid black;
	text-align: center;
	position: absolute;
	bottom: 60px;
}

.btn-all a {
	font-size: 1.4rem;
	color: white;
	letter-spacing: 0.3em;
	text-indent: 0.3em;
	padding: 3px 0 4px;
	margin: 0 auto;
	display: block;
	border: 1px solid white;
	width: 12em;
	line-height: 1;
	font-weight: 200;
	text-align: center;
}








@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.area-feat {
		padding: 30px 0;
	}



	.area-bukken .gallery li:nth-child(n+4) {
		display: block;
	}

	.area-bukken .gallery li:nth-child(n+5) {
		display: none;
	}


	.area-bukken .col-03 {
		display: block;
		width: 100%;
	}

	.category-title {
		width: 100%;
		height: 100%;
		background: #998179;
		background: linear-gradient(#EEEAE9 0%, #998179 100%);
		padding-top: 30px;
		padding-bottom: 30px;
		min-height: initial;
		;
	}

	.category-title h2 {
		font-size: 3.8rem;
		position: static;
		margin-bottom: 0.3em;
	}

	.rent .category-title {
		background: #63948E;
		background: linear-gradient(#E0E6E6 0%, #63948E 100%);
	}

	.btn-all {
		position: static;
	}




}

@media screen and (max-width: 520px) {
	.area-bukken .gallery h3 {
		margin-top: 0;
	}

	.area-bukken .gallery h4 {
		font-size: 2.1rem;
	}

	.area-bukken .col-04 {
		padding-left: 0;
		padding-right: 0;
	}
}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}






/*-----------------------------------------------------------------------------------------
6008 #INDEX AREA-CONTAT
----------------------------------------------------------------------------------------- */
.area-contact {
	border: 0px solid red;
	padding: 120px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.area-contact li {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-top: 30px;
	padding-bottom: 30px;
	background: white;
}

.area-contact li:nth-child(odd) {
	border-right: 1px solid rgba(68, 68, 68, 0.5);
}

.area-contact h5 {
	color: #636444;
	font-size: 1.8rem;
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
	font-weight: 500;
}

.area-contact h6 {
	color: #444;
	font-size: 1.2rem;
	line-height: 1;
	display: block;
	padding: 0;
	margin: 0;
	width: 100%;
	text-align: center;
}

.area-contact .btn-contact {
	color: #636444;
	font-size: 3.6rem;
	line-height: 1;
	display: block;
	padding: 0;
	margin: 25px 00;
	width: auto%;
	text-align: center;
	border: 0px solid green;
	letter-spacing: 0;
	line-height: 1;
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-contact .btn-contact span {
	font-weight: 600;
	margin-left: 0.2em;
}


.area-contact .btn-contact.mail span {
	color: white;
	background: #636444;
	font-size: 2.1rem;
	font-weight: 400;
	padding: 0.25em 0.5em;
	border-radius: 2px;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.area-contact {
		display: none;
	}
}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {}

@media screen and (max-width: 375px) {}






/*-----------------------------------------------------------------------------------------
6009 #INDEX AREA-FEAT BOTTOM
----------------------------------------------------------------------------------------- */
.area-feat.bottom {
	background: transparent;
	border: 0px solid olive;
	padding: 60px 0;
	margin: 0;
	width: 100%;
	height: auto;
}

.area-feat.bottom .gallery li:last-child {
	-webkit-justify-content: center;
	-ms-flex-pack: justify;
	justify-content: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.area-feat.bottom .gallery h2 {
	font-size: 5.0rem;
	margin-bottom: 0;
}

.area-feat.bottom .gallery h2 small {
	font-size: 0.35em;
}

.area-feat.bottom a {
	display: block;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
	.area-feat.bottom {
		padding: 30px 0;
	}

	.area-feat.bottom .gallery li.order01 {
		order: 2;
	}

	.area-feat.bottom .gallery li.order02 {
		order: 3;

	}

	.area-feat.bottom .gallery li.order03 {
		width: 100%;
		order: 1;
		padding: 30px 0;
	}

	.area-feat.bottom .gallery h2 {
		font-size: 5.0rem;
		margin-bottom: 0;
	}

}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
	.area-feat.bottom .gallery li {
		width: 100%;
		margin: 10px 0;
	}
}

@media screen and (max-width: 375px) {}






/*-----------------------------------------------------------------------------------------
6001 #INDEX AREA-FEAT
----------------------------------------------------------------------------------------- */
.area-hero {
	position: relative;
	z-index: 0
}


.hero-text {
	position: absolute;
	z-index: 1;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width:55%%;
}

@media screen and (max-width: 1200px) {}

@media screen and (max-width: 768px) {
.hero-text {
	width:75%;
}

}

@media screen and (max-width: 520px) {}

@media screen and (max-width: 420px) {
.hero-text {
	width:90%;
}
}

@media screen and (max-width: 375px) {}











/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

@font-face {
  font-family: 'swiper-icons';
  src: url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}
.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}
.swiper-container-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
/* 3D Effects */
.swiper-container-3d {
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* CSS Mode */
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}
.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 60000;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 70000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}
