@charset "UTF-8";

.sale .page-title {
	margin-bottom: 0;
	border-bottom: 0;
}

.sale .page-title-accent {
	color: #80CECE;
}

.sale.single .page-title {
	font-size: 26px;
}

.search-form {
	margin-bottom: 55px;
}

.search-form .title {
	margin: 0 auto;
	font-size: 20px;
	padding: 10px 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background: #80CECE;
	border-radius: 4px 4px 0 0;
}

.search-form-container {
	background: #F2FAFA;
	border-top: 2px solid #80cece;
	padding-bottom: 45px;
}

.search-form-list {
	text-align: center;
	padding: 45px 0;
}

.search-item {
	position: relative;
	display: inline-block;
}

.search-item input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 1px solid #6D8389;
	width: 20px;
	height: 20px;
	border-radius: 2px;
	margin-right: 10px;
}

.search-item input[type="checkbox"] {
	display: none;
}

.search-item span {
	padding-left: 30px;
	display: block;
}

.search-item span:after {
	-webkit-transform: 0.3s;
	transform: 0.3s;
}

.search-item span:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 18px;
	height: 18px;
	margin: auto;
	border: 1px solid #999;
	border-radius: 2px;
	background: #fff;
}

.search-item input[type="checkbox"]:checked + span {
	color: #EC6D74;
}

.search-item input[type="checkbox"]:checked + span:after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0px;
	width: 20px;
	height: 20px;
	margin: auto;
	background: url(../img/common/ico_check.svg) no-repeat;
	background-size: 100%;
	border-radius: 2px;
}

.btn-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.btn-list .list-item {
	margin: 0 12px;
	position: relative;
}

.btn-list .list-item button,
.btn-list .list-item a {
	color: #fff;
	background: #80cece;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	padding: 10px 0;
	border-radius: 4px;
	display: block;
	border: 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	cursor: pointer;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn-list .list-item button:before,
.btn-list .list-item a:before {
	content: "▲";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg) scale(0.7);
	transform: rotate(90deg) scale(0.7);
	font-size: 8px;
	color: #80cece;
	top: 0px;
	right: 13px;
	bottom: 0;
	margin: auto;
	z-index: 10;
}

.btn-list .list-item button:after,
.btn-list .list-item a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 18px;
	height: 18px;
	top: 0px;
	bottom: 0;
	right: 0;
	margin: auto;
	background-color: #fff;
}

.search-post-wrapper {
	padding-bottom: 50px;
}

.search-post-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.search-post-wrapper .post {
	border-top: 0;
	padding-top: 0;
	position: relative;
}

.search-post-wrapper .post a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	z-index: 1;
}

.search-post-wrapper .post:first-child,
.search-post-wrapper .post:nth-child(3n+1) {
	margin-left: 0;
}

.search-post-wrapper .post-contents {
	padding-bottom: 0;
}

.search-post-wrapper .post-title {
	background: #fff;
	letter-spacing: 0;
}

.search-post-wrapper .thumbnail {
	height: 300px;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 15px;
	position: relative;
}

.search-post-wrapper .thumbnail a {
	display: block;
	height: 100%;
}

.search-post-wrapper .thumbnail span {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/common/ico_point.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.search-post-wrapper .post-header {
	margin-bottom: 20px;
}

.search-post-wrapper .post-detail {
	display: table;
	margin-top: 10px;
}

.search-post-wrapper .post-detail:first-child {
	margin-top: 0;
}

.search-post-wrapper .post-detail dt,
.search-post-wrapper .post-detail dd {
	display: table-cell;
}

.search-post-wrapper .post-detail dd {
	padding-left: 10px;
}

.search-post-wrapper .item-name {
	width: 85px;
	padding: 2px 0;
	background-color: #80cece;
	color: #fff;
	font-size: 12px;
	text-align: center;
	vertical-align: middle;
}

.search-post-wrapper .item-name-01 {
	font-size: 18px;
}

.search-post-wrapper .item-name-02 {
	font-size: 12px;
}

.search-post-wrapper .item-name-03 {
	font-size: 12px;
}

.search-post-wrapper .item-name-04 {
	font-size: 12px;
}

.pagenation .current a {
	color: #80cece;
}

.pagenation .next a:after {
	background-color: #80cece;
}

#pagetop {
	background-color: #80cece;
}

/***********************************************
*
*   single 詳細ページ
*
************************************************/

.single .l-contents {
	padding-top: 40px;
}

.single .page-title {
	border-bottom: 0;
	margin-bottom: 0px;
}

.single-post-wrapper:after {
	content: "";
	display: table;
	clear: both;
}

.single-post-wrapper .post-title {
	background: #fff;
	letter-spacing: 0;
}

.single-post-wrapper .thumbnail {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	margin-bottom: 25px;
	position: relative;
	text-align: center;
}

.single-post-wrapper .thumbnail img {
	max-width: 100%;
}

.single-post-wrapper .thumbnail span {
	display: block;
	width: 25px;
	height: 25px;
	background: url(../img/common/ico_point.svg) center center no-repeat;
	background-size: contain;
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.single-post-wrapper .title {
	font-size: 24px;
	color: #80CECE;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
	margin-bottom: 30px;
}

.single-post-wrapper .freecomment-contents {
	font-size: 18px;
	line-height: 2;
	margin-bottom: 100px;
}

.single-post-wrapper .txt {
	margin-top: 20px;
}

.single-post-wrapper .txt:first-child {
	margin-top: 0;
}

.single-post-wrapper .post-header {
	margin-bottom: 20px;
}

.single-post-wrapper .post-detail {
	display: table;
	margin-top: 10px;
}

.single-post-wrapper .post-detail:first-child {
	margin-top: 0;
}

.single-post-wrapper .post-detail dt,
.single-post-wrapper .post-detail dd {
	display: table-cell;
}

.single-post-wrapper .post-detail dd {
	padding-left: 10px;
}

.single-post-wrapper .post-contents {
	position: relative;
}

.single-post-wrapper .item-name {
	width: 100px;
	padding: 2px 0;
	background-color: #80cece;
	color: #fff;
	font-size: 14px;
	text-align: center;
	vertical-align: middle;
}

.single-post-wrapper .item-name-01 {
	font-size: 24px;
}

.single-post-wrapper .item-name-02 {
	font-size: 16px;
}

.single-post-wrapper .item-name-03 {
	font-size: 16px;
}

.single-post-wrapper .item-name-04 {
	font-size: 16px;
}

.single-post-wrapper .contact-btn.medium {
	border: 1px solid #9A1960;
	width: 110px;
	font-size: 11px;
	line-height: 1.2;
	text-align: center;
	font-size: 20px;
}

.single-post-wrapper .contact-btn.medium a {
	color: #9A1960;
	display: block;
	padding: 23px 3px 7px 3px;
	background: url("../img/common/ico_mail.svg") center 7px no-repeat;
	background-size: 16px 10px;
}

.single-post-wrapper .contact-btn.medium a {
	padding: 12px 20px 12px 60px;
	background-size: 25px;
	background-position: 20px;
	position: relative;
}

.single-post-wrapper .contact-btn.medium a:before {
	content: "▲";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg) scale(0.7);
	transform: rotate(90deg) scale(0.7);
	font-size: 8px;
	color: #fff;
	top: 0;
	right: 16px;
	bottom: 0;
	margin: auto;
	z-index: 31;
}

.single-post-wrapper .contact-btn.medium a:after {
	content: "";
	display: block;
	position: absolute;
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	width: 20px;
	height: 20px;
	top: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #9A1960;
}

.single-post-wrapper .landplan-table {
	width: 100%;
	font-size: 18px;
	margin-bottom: 110px;
}

.single-post-wrapper .landplan-table thead th {
	background: #80CECE;
	color: #fff;
	text-align: center;
}

.single-post-wrapper .landplan-table tbody td {
	background: #F2FAFA;
	text-align: center;
}

.single-post-wrapper .landplan-table th,
.single-post-wrapper .landplan-table td {
	border: 2px solid #fff;
	padding: 5px 10px;
}

.single-post-wrapper .landplan-table th:first-child,
.single-post-wrapper .landplan-table td:first-child {
	width: 200px;
}

.single-post-wrapper .landplan-table th:nth-child(2),
.single-post-wrapper .landplan-table td:nth-child(2) {
	width: 300px;
}

.single-post-wrapper .landplan-table th:nth-child(3),
.single-post-wrapper .landplan-table td:nth-child(3) {
	width: 300px;
}

.outline-list-wrap {
	margin-bottom: 40px;
}

.outline-list-wrap:after {
	content: "";
	display: table;
	clear: both;
}

.outline-remarks {
	font-size: 14px;
	margin-bottom: 40px;
}

.outline-remarks .title {
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}

.outline-remarks-text-wrap {
	line-height: 1.8;
}

.google-map {
	padding: 80px 0;
	height: 400px;
	margin-bottom: 40px;
}

.google-map iframe {
	width: 100%;
	height: 100%;
}

/***********************************************
*
*   slider
*
************************************************/

.slide-box .slick-slide {
	outline: none;
}

.btn { /* clear-btn */
	border: 2px solid #009D9E;
	line-height: 1.2;
	border-radius: 0;
	letter-spacing: 2px; /* ここまで */
	margin-bottom: 40px;
	background-color: #8B1960;
	border-color: #8B1960;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.btn a {
	display: block;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.btn a {
	color: #fff;
}

@media print, screen and (min-width: 769px) {

.sale .page-title {
	padding-top: 80px;
}

.search-form .title {
	width: 360px;
}

.search-form-container {
	padding-left: 50px;
	padding-right: 50px;
}

.search-item {
	margin: 0 40px;
}

.search-item span {
	line-height: 1.2;
}

.btn-list .list-item button,
.btn-list .list-item a {
	width: 200px;
}

.btn-list .list-item button:hover,
.btn-list .list-item a:hover {
	opacity: 0.8;
}

.search-post-wrapper .post {
	width: 300px;
	margin-left: 30px;
	float: left;
}

.single .page-title {
	font-size: 26px;
}

.single-post-wrapper .post-contents {
	padding-right: 350px;
	padding-bottom: 80px;
}

.single-post-wrapper .post-contents-wrap .contact-btn {
	position: absolute;
	top: 0;
	right: 0;
}

.single-post-wrapper .contact-btn.medium:hover {
	background-color: #9A1960;
}

.single-post-wrapper .contact-btn.medium:hover a {
	opacity: 1;
	color: #fff;
	background-image: url("../img/common/ico_mail_on.svg");
}

.single-post-wrapper .contact-btn.medium {
	width: 320px;
}

.outline-list {
	width: 48.5%;
	float: left;
	line-height: 2;
}

.slide-box {
	margin-bottom: 80px;
}

.slide-box .slick-prev,
.slide-box .slick-next {
	z-index: 100;
}

.slide-box .slick-prev::before,
.slide-box .slick-next::before {
	display: none;
}

.slide-box .slick-prev::after,
.slide-box .slick-next::after {
	content: "";
	position: absolute;
	background-size: cover;
}

.slide-box .slick-prev::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.slide-box .slick-next {
	right: 0;
}

.slide-box .slick-next::after {
	right: 0;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.slide-box .items span {
	display: block;
	position: relative;
	width: 100%;
	height: 550px;
	margin: 0 auto 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.slide-box .items .zoom {
	position: absolute;
	right: 10px;
	bottom: 10px;
}

.slide-box .items .zoom img {
	width: 30px;
	height: 30px;
}

.slide-box .items li {
	width: 100%;
	height: 550px;
	margin: 0 auto 0;
	text-align: center;
}

.slide-box .items li img {
	max-height: 100%;
	margin: 0 auto;
}

.slide-box .items .slick-prev,
.slide-box .items .slick-next {
	z-index: 100;
}

.slide-box .items .slick-prev::before,
.slide-box .items .slick-next::before {
	display: none;
}

.slide-box .items .slick-prev::after,
.slide-box .items .slick-next::after {
	top: -7px;
	width: 40px;
	height: 40px;
	background-image: url("../img/common/ico_next.svg");
}

.slide-box .items .slick-prev::after {
	left: 26px;
}

.slide-box .items-nav {
	position: relative;
	margin: 0 auto 0;
}

.slide-box .items-nav li span {
	display: block;
	position: relative;
	height: 120px;
	background-position: center;
	background-size: cover;
}

.slide-box .items-nav .zoom {
	display: none;
}

.slide-box .items-nav .slick-current {
	position: relative;
}

.slide-box .items-nav .slick-current::before {
	content: "";
	position: absolute;
	z-index: 100;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid #80CECE;
}

.slide-box .items-nav .slick-prev,
.slide-box .items-nav .slick-next {
	z-index: 100;
	display: none !important;
}

.slide-box .items-nav .slick-prev::before,
.slide-box .items-nav .slick-next::before {
	display: none;
}

.slide-box .items-nav .slick-prev::after,
.slide-box .items-nav .slick-next::after {
	top: 4px;
	width: 40px;
	height: 40px;
	background-image: url("../img/common/ico_next.svg");
}

.slide-box .items-nav .slick-prev::after {
	left: 25px;
}

.slide-box .items-nav .slick-next::after {
	right: 0;
}

.slide-box .space {
	height: 10px;
}

.btn {
	width: 330px;
	font-size: 22px;
}

.btn a {
	padding: 10px 10px 10px 10px;
	background: url("../img/common/ico_cursor.svg") right 20px center no-repeat;
	background-size: 30px 10px;
}

.btn a:hover {
	background-position: right 10px center;
}

.btn {
	width: auto;
}

.btn a {
	padding: 15px 60px 15px 20px;
	background-image: url("../img/common/ico_cursor_04.svg");
}

.btn:hover a {
	background-color: #fff;
	color: #8B1960;
	opacity: 1;
	background-image: url("../img/common/ico_cursor_06.svg");
}

}

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

body {
	padding-top: 70px;
}

.sale .page-title {
	padding-top: 30px;
}

.search-form {
	margin-bottom: 30px;
}

.search-form .title {
	width: 45%;
	padding: 5px 0;
	font-size: 13px;
}

.search-form-container {
	padding-left: 4%;
	padding-right: 4%;
	padding-bottom: 20px;
}

.search-form-list {
	padding: 25px 0;
}

.search-item {
	width: 38%;
	font-size: 12px;
	text-align: left;
	margin-left: 6%;
	margin-top: 15px;
}

.search-item:first-child,
.search-item:nth-child(2) {
	margin-top: 0;
}

.search-item input[type="checkbox"]:checked + span:after {
	top: 0px;
	bottom: auto;
	margin: 0;
}

.btn-list .list-item button,
.btn-list .list-item a {
	width: 39vw;
	font-size: 13px;
}

.btn-list .list-item button:before,
.btn-list .list-item a:before {
	right: 10px;
}

.btn-list .list-item button:after,
.btn-list .list-item a:after {
	width: 16px;
	height: 16px;
}

.search-post-wrapper {
	padding-bottom: 0;
}

.search-post-wrapper .thumbnail {
	height: 250px;
}

.search-post-wrapper .post-header {
	margin-bottom: 0;
}

.single-post-wrapper {
	padding-bottom: 0;
}

.single-post-wrapper.inner {
	padding: 0;
}

.single-post-wrapper .title {
	margin-bottom: 15px;
}

.single-post-wrapper .freecomment-contents {
	font-size: 14px;
	line-height: 1.6;
	margin-bottom: 40px;
}

.single-post-wrapper .post-contents {
	padding-bottom: 30px;
}

.single-post-wrapper .post-contents-wrap .contact-btn {
	margin-top: 30px;
}

.single-post-wrapper .contact-btn.medium {
	width: 100%;
	font-size: 15px;
}

.single-post-wrapper .contact-btn.medium a:before {
	right: 16px;
}

.single-post-wrapper .contact-btn.medium a:after {
	width: 16px;
	height: 16px;
}

.single-post-wrapper .landplan-table {
	font-size: 12px;
	margin-bottom: 40px;
}

.single-planning,
.single-gallery {
	margin-bottom: 60px;
}

.outline-list {
	font-size: 12px;
	line-height: 1.8;
}

.outline-item {
	margin-top: 10px;
}

.outline-remarks {
	margin-bottom: 40px;
}

.google-map {
	height: 300px;
	margin-bottom: 30px;
}

.slide-box .slick-prev,
.slide-box .slick-next {
	z-index: 100;
}

.slide-box .slick-prev::before,
.slide-box .slick-next::before {
	display: none;
}

.slide-box .slick-prev {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
}

.slide-box .slick-next {
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.slide-box .items span {
	display: block;
	width: 88vw;
	height: 200px;
	margin: 0 auto 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.slide-box .items .slick-prev,
.slide-box .items .slick-next {
	z-index: 100;
	top: calc(50% - 15px);
	width: 20px;
	height: 20px;
	background-image: url("../img/common/ico_next.svg");
	background-size: 77px 31px;
}

.slide-box .items .slick-prev {
	left: 0;
}

.slide-box .items .slick-next {
	right: 0;
}

.slide-box .items-nav {
	margin: 0 auto 0;
}

.slide-box .items-nav li span {
	display: block;
	height: 65px;
	background-position: center;
	background-size: cover;
}

.slide-box .items-nav .slick-current {
	position: relative;
}

.slide-box .items-nav .slick-current::before {
	content: "";
	position: absolute;
	z-index: 100;
	width: calc(100% - 8px);
	height: calc(100% - 8px);
	border: 4px solid #80CECE;
}

.slide-box .items-nav .slick-prev,
.slide-box .items-nav .slick-next {
	z-index: 100;
	top: calc(50% - 8px);
	width: 40px;
	height: 40px;
	background-image: url("../img/common/ico_next.svg");
	background-size: 38px 15px;
	display: none !important;
}

.slide-box .items-nav .slick-prev {
	left: 0;
}

.slide-box .items-nav .slick-next {
	right: 0;
}

.slide-box .space {
	height: 10px;
}

.btn {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	font-size: 12px;
}

.btn a {
	padding: 8px 10px 8px 10px;
	background: url("../img/common/ico_cursor.svg") right 10px center no-repeat;
	background-size: 20px auto;
}

.btn {
	width: 100%;
}

.btn a {
	background-image: url("../img/common/ico_cursor_04.svg");
}

}

