@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) {}











