@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Zen+Kaku+Gothic+New:wght@300;400;500;700&display=swap');

html {
	font-size: 62.5%;
}
body {
	font-family: "Zen Kaku Gothic New", "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Arial", "Yu Gothic", "Meiryo", sans-serif;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #434343;
	font-size: 1.6rem;
	font-weight: 400;
	letter-spacing: .03em;
	line-height: 1.5;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
}
a {
	color: #2081CB;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
img {
	width: auto;
	max-width: 100%;
	height: auto;
}
a img {
	transition: .5s;
}
a:hover img {
	opacity: .7;
}
section {
	padding: 50px 0;
}
/*.futabanosato {
	background: url("../images/bg2.jpg") no-repeat center top / cover;
	background-attachment: fixed;
	z-index: 1;
}*/
.container {
	width: 92%;
	max-width: 900px;
	margin: 0 auto;
}
.em {font-weight: 700;}
.kerning {margin-left: -.2em;}
.strikethrough {
  position: relative;
}
.strikethrough::after {
  content: "";
  display: block;
  width: 100%;
  height: .3em;
  border-top: 1px solid #434343;
  border-bottom: 1px solid #434343;
  position: absolute;
  left: 0;
  top: calc(50% - .15em);
}
.red {color: #BB121A;}
.mt0 {margin-top: 0 !important;}
.mt05 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.fs_xsmall {font-size: 80%;}
.fs_small {font-size: 90%;}
.fs_large {font-size: 110%;}
.fs_xlarge {font-size: 120%;}
.txt_center {text-align: center;}
.txt_right {text-align: right;}
.list > li {
	position: relative;
	padding-left: 1.3em;
}
.list > li::before,
.list > li > .num {
	position: absolute;
	top: 0;
	left: 0;
}
.list > li > .num._green {
	color: #00acab;
}
.list > li + li {
	margin-top: .25em;
}
.list.smldot > li::before {
	content: "・";
}
.list.kome > li::before {
	content: "※";
}
.list.square > li::before {
	content: "■";
}
.list.circle > li::before {
	content: "○";
}
.list.inline,
.list.inline > li {
	display: inline-block;
}
.list.inline > li {
	text-align: left;
}
.flex {
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
}
.link_btn {
	text-align: center;
}
.link_btn a {
	display: inline-block;
	font-size: 2.0rem;
	font-weight: 700;
	text-decoration: none;
	color: #fff;
	background: #00acab;
	border-radius: .5em;
	padding: .75em 3em;
	transition: .5s;
}
.link_btn a:hover {
	background: #008985;
}
.link_btn a > span {
	display: inline-block;
}
.link_tel {
	font-weight: 700;
	letter-spacing: .1em;
}
.link_tel a {
	display: none;
}
.link_tel ._icon {
	margin-right: .2em;
}

/* h_box */
.h_tit {
	color: #00acab;
	background: #fff;
	font-size: clamp(1.8rem, 1.757vw, 2.8rem);
	font-weight: 500;
	letter-spacing: 0;
	padding: 1em 0;
}
.h_tit .container {
	display: block;
}
.h_body {
	width: 100%;
	max-width: 1100px;
	margin: 3em auto;
	position: relative;
}
.h_body ._copy {
	font-size: clamp(2.4rem, 3.513vw, 4.8rem);
	font-weight: 300;
	text-align: center;
	color: #00acab;
	text-shadow: 2px 2px 3px #fff,
							 2px 1px 3px #fff,
							 2px 0 3px #fff,
							 2px -1px 3px #fff,
							 2px -2px 3px #fff,
							 1px 2px 3px #fff,
							 1px 1px 3px #fff,
							 1px 0 3px #fff,
							 1px -1px 3px #fff,
							 1px -2px 3px #fff,
							 0 2px 3px #fff,
							 0 1px 3px #fff,
							 0 0 3px #fff,
							 0 -1px 3px #fff,
							 0 -2px 3px #fff,
							 -1px 2px 3px #fff,
							 -1px 1px 3px #fff,
							 -1px 0 3px #fff,
							 -1px -1px 3px #fff,
							 -1px -2px 3px #fff,
							 -2px 2px 3px #fff,
							 -2px 1px 3px #fff,
							 -2px 0 3px #fff,
							 -2px -1px 3px #fff,
							 -2px -2px 3px #fff;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.h_body ._copy .fs_xsmall {
	display: inline-block;
	font-size: clamp(1.6rem, 2.049vw, 2.8rem);
	letter-spacing: 0;
	vertical-align: .2em;
}
.h_body ._copy ._info {
  display: inline-block;
  background: rgba(0,172,171,.7);
  color: #fff;
	font-size: clamp(2.0rem, 2.635vw, 3.6rem);
  font-weight: 400;
  line-height: 1;
  text-shadow: none;
  padding: .25em .75em .45em .4em;
}
.h_body ._img {
	text-align: right;
}
.h_body ._img img {
	width: 60%;
	object-fit: cover;
}
.h_contact {
	position: fixed;
	top: 0;
	right: 0;
	color: #fff;
	background: #00acab;
	border-radius: 0 0 0 .5em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: center;
	text-align: center;
	z-index: 100;
}
.h_contact .link_btn a {
	border-radius: 0;
	font-size: clamp(1.6rem, 2vw, 2.0rem);
	padding: .75em 1.5em;
}
.h_contact .link_tel {
	font-size: clamp(1.8rem, 2.3vw, 2.4rem);
	letter-spacing: .05em;
	padding: 0 1.5em;
	border-right: 1px solid #fff;
}

.sec_tit {
			margin-top: 1em;
	color: #ca718e;
	font-size: clamp(2.0rem, 3vw, 6.0rem);
	font-weight: 500;
	line-height: 1.4;
	letter-spacing: .075em;
	text-align: center;
	margin-bottom: 1em;
}
.sec_tit > span {
	display: block;
	font-size: clamp(1.6rem, 2vw, 2.0rem);
	font-weight: 500;
}

.sec_body + .sec_body {
	margin-top: 3em;
}
.sec_lead {
		margin-top: 3em;
	font-size: 120%;
	font-weight: 500;
}
.sec_foot {
		margin-top: 3em;
		text-align: center;
	font-size: 120%;
	font-weight: 500;
}
.sec_foot span {
	font-size: 110%;
	font-weight: 500;
}

/* property */
#property {
	background: #fff;
}
.content_lead {
	color: #00acab;
	text-align: center;
	padding-bottom: 3em;
}
.content_lead ._tit {
	font-size: clamp(1.6rem, 1.465vw, 2.4rem);
	letter-spacing: .1em;
	margin-bottom: .5em;
}
.content_lead ._txt {
	font-size: clamp(1.8rem, 1.757vw, 2.8rem);
	font-weight: 500;
}
.flex.property_box {
	flex-flow: column wrap;
}
.property_img {
}
.property_img ._tit {
	display: inline-block;
	font-size: 110%;
	font-weight: 500;
	border: 1px solid #d9d9d9;
	background: #eaf9f9;
	color: #00acab;
	padding: .5em 1em;
}
.property_img ._img {
	margin: 1.5em 0;
	text-align: center;
}
.property_img ._img img {
	max-width: 80%;
	/*max-width: 900px;*/
}
.property_body {
	margin-top: 2em;
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.property_body .table {
	width: 48.5%;
}
.property_body .table tr > th {
	width: 35%;
}
.property_body .table tr > td {
	width: 65%;
}
.table {
	width: 100%;
	table-layout: auto;
	border-collapse: collapse;
}
.table tr > * {
	border: 1px solid #d9d9d9;
	background: #fff;
	padding: .75em;
	font-size: 110%;
	font-weight: 500;
	vertical-align: middle;
}
.table tr > th {
	background: #eaf9f9;
	color: #00acab;
	text-align: center;
}

/* appearance */
#appearance {
	background: rgba(255,255,255,.5);
}
.flex.perth {
	flex-wrap: wrap;
}
.flex.perth > li {
	width: 49%;
}
.flex.perth > li:nth-child(n+3) {
	margin-top: 1.25em;
}

/* access */
.gmap {
	width: 100%;
	max-width: 1100px;
	height: 500px;
	margin: 0 auto;
}
.gmap iframe {
	width: 100%;
	height: 100%;
	border: none;
}

/* inquiry */
#inquiry {
	background: #fff;
}
.inquiry_tel {
	text-align: center;
}
.inquiry_tel .link_tel {
	font-size: clamp(5.0rem, 4.25vw, 6.0rem);
	color: #00acab;
}
.link_btn {
	margin-top: 2em;
}

.btn_block {
	text-align: center;
	margin-top: 3em;
}
.btn_block .link_btn {
	display: inline-block;
	background: url("../images/bg_link_btn.jpg") no-repeat center center;
	border: 1px solid #80d5d5;
	border-radius: .5em;
	color: #434343;
	padding: 1em 2em;
	font-weight: 700;
	text-decoration: none;
	text-align: left;
	margin-top: 0;
}
.btn_block .link_btn._pdf {
	padding-left: 3.75em;
	position: relative;
}
.btn_block .link_btn._pdf::before {
	content: "";
	width: 1.4em;
	height: 1.4em;
	background: url("../images/icon_pdf.svg") no-repeat 0 0 / cover;
	position: absolute;
	top: 1.1em;
	left: 2em;
}
.btn_block .link_btn:hover {
	background-image: url("../images/bg_link2_btn.jpg");
}


/* footer */
footer {
	background: url("../images/bg2.jpg") no-repeat center top / 100% auto;
	font-weight: 500;
	line-height: 1.8;
	text-align: center;
	padding: 2em 0 3em;
}
footer a {
	color: #434343;
}
footer a:hover {
	color: #00acab;
}
footer small {
	font-size: 1.2rem;
	font-weight: 400;
	letter-spacing: .1em;
}
.footer_info > span {
	display: inline-block;
}
.footer_info a {
	font-size: 110%;
}

/* modal */
.modal__open {
	cursor: pointer;
	transition: .5s;
}
.modal__open:hover {
	opacity: .7;
}
.modal {
	display: none;
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 10;
}
.modal__bg {
	background: rgba(0,0,0,.7);
	width: 100%;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
}
.modal__content {
	background: #fff;
	box-shadow: 0 0 10px rgba(0,0,0,.7);
	width: 100%;
	max-width: 1100px;
	padding: 4em;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.modal .close__text {
	width: 2.5em;
	height: 2.5em;
	position: absolute;
	top: 1em;
	right: 1em;
	cursor: pointer;
}
.modal .close__text::before,
.modal .close__text::after {
	content: "";
	width: 100%;
	height: 0;
	border-top: 2px solid #434343;
	position: absolute;
	top: 48%;
	left: 0;
}
.modal .close__text::before {
	transform: rotate(45deg);
}
.modal .close__text::after {
	transform: rotate(-45deg);
}


@media only screen and (max-width: 768px) {
	body {
		font-size: 1.4rem;
	}
	section {
		padding: 30px 0;
	}
	.pc {display: none;}
	.flex {
		flex-flow: column nowrap;
	}
	.link_btn a {
		display: block;
		font-size: 1.8rem;
		font-size: clamp(1.6rem, 3.5vw, 2.0rem);
		padding: 1em 3%;
	}
	.link_tel {
		position: relative;
	}
	.link_tel a {
		display: block;
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}
	
	/* h_box */
	.h_tit {
		font-size: clamp(1.6rem, 4vw, 2.0rem);
		padding: .75em 0;
	}
	.h_body {
		margin: 1.5em auto;
		padding-bottom: 12vw;
	}
	.h_body ._copy {
		width: 100%;
		top: auto;
		bottom: 0;
		left: 50%;
		transform: translate(-50%, 0);
	}
	.h_body ._copy .fs_xsmall {
		vertical-align: .1em;
	}
	.h_body ._img {
		text-align: center;
	}
	.h_body ._img img {
		width: 75%;
	}
	.h_contact {
		top: auto;
		bottom: 0;
		color: #fff;
		border-radius: 0;
		width: 100%;
	}
	.h_contact .link_btn {
		width: 35%;
	}
	.h_contact .link_btn a {
		font-size: clamp(1.6rem, 4.2vw, 2.6rem);
		padding: 0 1em;
		line-height: 1.2;
	}
	.h_contact .link_tel {
		width: 65%;
		height: 100%;
		font-size: clamp(2.6rem, 6vw, 3.8rem);
		padding: .5em 0 .6em;
	}
	
	.sec_tit {
		font-size: clamp(1.2rem, 4vw, 3.0rem);
	}
	.sec_tit > span {
		font-size: clamp(1.0rem, 2.5vw, 1.6rem);
		font-weight: 500;	
	}
/*	.sec_lead {
		font-size: 120%;
	}*/

	/* property */
	.content_lead {
		padding-bottom: 1.5em;
	}
	.property_img ._tit {
		font-size: 100%;
	}
	.property_body {
		flex-flow: column wrap;
	}
	.property_body .table {
		width: 100%;
	}
	.property_body .table + .table tr:first-child > * {
		border-top: none;
	}
	.table tr > * {
		padding: .5em .5em;
		font-size: 100%;
	}
	
	/* appearance */
	.flex.perth > li {
		width: 100%;
	}
	.flex.perth > li:nth-child(n+2) {
		margin-top: 1em;
	}
	#appearance .modal__open {
		cursor: default;
		pointer-events: none;
	}
	
	/* access */
	#access {
		padding-bottom: 0;
	}
	.gmap {
		height: 70vw;
	}
	
	/* inquiry */
	.inquiry_tel .link_tel {
		font-size: clamp(3.2rem, 7vw, 4.8rem);
	}
	
	.btn_block {
		margin-top: 1.5em;
	}
	.btn_block .link_btn {
		padding: 1em;
	}
	.btn_block .link_btn._pdf {
		padding-left: 2.75em;
	}
	.btn_block .link_btn._pdf::before {
		left: 1em;
	}
	
	/* footer */
	footer {
		padding: 1.5em 0 7em;
	}
	footer small {
		font-size: 1.0rem;
	}

	
	
}

@media only screen and (min-width: 550px) and (max-width: 768px) {
	/* h_box */
	.h_contact .link_btn {
		width: 50%;
	}
	.h_contact .link_btn a {
	}
	.h_contact .link_tel {
		width: 50%;
		padding: .25em 0 .4em;
	}
	
}

@media only screen and (min-width: 769px) {
	.sp {display: none;}
	
}







