@charset "UTF-8";

html {
	scroll-behavior: smooth;
}

@media (max-width: 769px) {
	.pc {
		display: none;
	}
}
@media (min-width: 770px) {
	.sp {
		display: none;
	}
}
@media (max-width: 769px) {
	img.pcsp {
		width: 100%;
		height: auto;
	}
}
a {
	text-decoration: none;
	cursor: pointer;
	color: #337ab7;
	text-decoration: none;
	background-color: transparent;
}
a:active {
	top: 0.8vw;
	box-shadow: none;
}
p {
	margin: 0 0 10px;
	@media (max-width: 769px) {
		margin: 0;
	}
}
ul,li,dl,dt,dd,button {
	list-style: none;
	padding: 0;
}
a {
	text-decoration: none;
}
* {
	box-sizing: border-box;
}
*:before, *:after {
	box-sizing: border-box;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
	text-indent: initial;
	@media (max-width: 769px) {
		width: 100%;
		margin: 5px auto;
		border-collapse: collapse;
	}
}

body {
	font-family: 'Noto Sans JP', sans-serif;
	margin: 0px;
	padding: 0px;
	height: 100vh;
	font-size: 16px;
	line-height: 1.42857;
	color: #333;
	font-weight: normal;
	background-color: #fff;
	@media (max-width: 769px) {
		font-size: 3.73vw;
		height: 100%;
		color: #424242;
	}
}
nav {
	position: fixed;
	left: 0;
	top: 0;
	z-index: 999;
	width: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: space-between;
	padding: 3px 30px;
	background: rgba(255,255,255,70%);
	box-shadow: 0 0 7px 0 rgba(0, 0, 0, 20%);
	box-sizing: border-box;
	@media (max-width: 769px) {
		position: fixed;
		left: 0;
		top: 0;
		z-index: 999;
		width: 100%;
		justify-content: space-between;
		background: rgba(255,255,255,70%);
		box-shadow: 0 0 1.86vw 0 rgba(0, 0, 0, 20%);
		padding: 0;
	}
}
.nav_logo {
	height: 50px;
}
.nav_tel {
	height: 22px;
}
.nav_mail {
	height: 25px;
}
@media (min-width: 770px) {
	.fm {
		display: flex;
		justify-content: flex-start;
		flex-wrap: nowrap;
		align-items: center;
		gap: 0 1vw;
	}
}
@media (max-width: 769px) {
	.fm_sp {
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
	}
	.logo_sp {/*PX*/
		width: 142px;
		padding-left: 7px;
		height: 48px;
	}
	.fm_sp {
		display: flex;
		justify-content: flex-end;
		flex-wrap: nowrap;
		align-items: center;
	}
	.tel_sp, .mail_sp {/*PX*/
		width: 60px;
		height: 60px;
	}
}
#wrap {
	margin:auto;
	width: 800px;
	padding: 56px 0 10px;
	@media (max-width: 769px) {
		width: 100%;
		/*margin-top: 14%;*/
		margin:auto;
		margin-top: 60px;
		padding: 0;
	}
}
#wrap p {
	line-height: 1.4;
}
section {
	max-width: 800px;
	margin: 0 auto;
	@media (max-width: 769px) {
		max-width: 100%;
	}
}
#top {
	@media (max-width: 769px) {
		padding-top: 60px;
		margin-top: -60px;
	}
}
.toparea h1.firstview {
	font-size: 12px;
	margin-bottom: 10px;
	@media (max-width: 769px) {
		margin-bottom: 0;
	}
}
@media (max-width: 769px) {
	img {
		opacity: 0;
		-webkit-transition: opacity 3s;
		transition: opacity 3s;
	}
	img.lazyloaded {
		opacity: 1;
	}
}
.first-entry {
	margin: 40px auto 0px;
	padding-top: 10px;
	@media (max-width: 769px) {
		display: none;
	}
}
.first-entry a {
	display: block;
}
.special {
	margin-top: 50px;
	@media (max-width: 769px) {
		margin-top: 0;
	}
}

section.headline {
	margin-top: 60px;
}
h2.headline_feature {
	background-color: #401600;
	color: #fff;
	font-weight: bold;
	padding: 15px;
	@media (max-width: 769px) {
		display: none;
	}
}
table.saleInfoBox02 {
	width: 100%;
	margin: 5px auto 20px;
	background: #fff;
	border-collapse: collapse;
	@media (max-width: 769px) {
		width: 94%;
		margin: 3.2vw 3% 0;
		background: #fff;
		border-collapse: collapse;
	}
}
table.saleInfoBox02 th {
	font-weight: normal;
	width: 25%;
	background: #E9E4DD;
	/*color: #fff;*/
	border-bottom: 1px solid #fff;
	vertical-align: text-top;
	@media (max-width: 769px) {
		width: 100%;
		background: #E9E4DD;
		/*color: #fff;*/
		border-bottom: 1px solid #fff;
		vertical-align: text-top;
	}
}
table.saleInfoBox02 th, table.saleInfoBox02 td {
	padding: 8px 10px;
	font-size: 14px;
	text-align: left;
	@media (max-width: 769px) {
		/*padding: 2.66vw 0 2.66vw 2.66vw;*/
		padding: 0;
		font-size: 3.73vw;
	}
}
table.saleInfoBox02 th {
	@media (max-width: 769px) {
		padding: 2.66vw 0 2.66vw 2.66vw;
	}
}
table.saleInfoBox02 th:first-of-type {
	border-top: #ccc 1px solid;
	@media (max-width: 769px) {
		border-top: none;
	}
}
table.saleInfoBox02 th:last-of-type {
	border-bottom: #ccc 1px solid;
	@media (max-width: 769px) {
		border-bottom: none;
	}
}
table.saleInfoBox02 td {
	border-bottom: #ccc 1px solid;
	@media (max-width: 769px) {
		border-bottom: none;
	}
}
table.saleInfoBox02 td:first-of-type {
	border-top: #ccc 1px solid;
	@media (max-width: 769px) {
		border-top: none;
	}
}
table.saleInfoBox02 td p:last-of-type {
	margin-bottom: 0;
}
@media (max-width: 769px) {
	.saleInfoBox02 table, .saleInfoBox02 tbody, .saleInfoBox02 tr, .saleInfoBox02 th, .saleInfoBox02 td {
		display: block;
		max-width: 100%;
	}
}
table.saleInfoBox02 td p {
	@media (max-width: 769px) {
		line-height: 1.6!important;
		padding: 2.66vw 0 2.66vw 2.66vw;
	}
}
.gmap {
    height: 450px;
    margin-top: 4px;
    margin-bottom: 10px;
}
.gmap iframe, .gmap-s iframe {
	margin-top: 6px;
	@media (max-width: 769px) {
		margin: 0;
	}
}
table.saleInfoBox02 td ul {
	display: block;
	margin: 0 0 0 0;
	padding: 0;
	@media (max-width: 769px) {
		margin: 2.66vw 0 2.66vw 0;
	}
}
table.saleInfoBox02 td ul.payment {
	margin-bottom: 5px;
	@media (max-width: 769px) {
		margin-bottom: 0;
	}
}
table.saleInfoBox02 td ul li {
	@media (max-width: 769px) {
		margin-bottom: 0.53vw;
	}
}
table.saleInfoBox02 td ul li:before {
	display: inline;
	content: '・';
}

@media (max-width: 769px) {
	.btn_down {
		position: fixed;
		left: 0;
		bottom: 0;
		z-index: 1000;
		width: 100%;
		background-color: rgba(255, 255, 255, 70%);
		padding: 5px 5px;
	}
	/*フロート消滅*/
	.floating {/*PX*/
		position: fixed;
		transform: translateY(0);
		transition: all 0.5s ease 0s;
		bottom: 0;
		right: 0;
		height: 108px;
	}
	.is-in .floating {
		transform: translateY(100%);
	}
/*トップへ位置調整*/
	.page-top {
		position: fixed;
		z-index: 999;
		bottom: 112px;
		right: 1%;
		width: 12%;
		opacity: 0.6;
		transition: all 0.5s ease 0s;
	}
	.is-move .page-top {
		bottom: 20px;
	}

}

/** { outline: 2px solid red; }*/