@charset "utf-8";

/* --------------------
レイアウト調整
-------------------- */
body {
	background: url(../images/bg.jpg) center center repeat;
}
.property main,
.property main p {
	font-size: 20px;
	letter-spacing: 0.2em;
}
#sb-site.property {
	background: none;
}
.property main {
	width: auto;
}

/* --------------------
共通
-------------------- */
.midashi {
	display: table;
	margin: 0 auto;
	padding: 15px 60px;
	border: 3px solid #15a195;
	border-radius: 30px;
	background: #fff;
	font-size: 150%;
}
.sub_title {
	margin: 150px auto 0;
	border-bottom: 3px solid #565656;
	font-size: 150%;
}
.list {
	display: table;
	margin: 60px auto 0;
}
.list li {
	position: relative;
	margin: 10px auto 0;
	padding: 0 0 0 20px;
	text-align: left;
}
.list li:before {
	position: absolute;
	top: 0.4em;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 4px;
	background: #565656;
	content: "";
}
.table {
	border-spacing: 0;
	border-collapse: collapse;
	margin: 60px auto 0;
	border-top: 1px solid #626364;
	border-left: 1px solid #626364;
}
.table th,
.table td {
	border-right: 1px solid #626364;
	border-bottom: 1px solid #626364;
}
.table th {
	padding: 20px 50px;
	background: #e1f6ff;
	font-size: 150%;
	text-align: center;
}
.table th span {
	font-size: 80%;
}
.table td {
	padding: 20px;
	background: #fff;
	text-align: left;
}
.table.yellow th {
	background: #fffbe3;
}
.marker {
	background: linear-gradient(to bottom, rgba(21, 161, 149, 0) 60%, rgba(21, 161, 149, 0.3) 60%, rgba(21, 161, 149, 0.3) 100%);
}

/* --------------------
main
-------------------- */
.main {
	position: relative;
}
.main img {
	display: block;
	width: 75%;
	margin: 0 0 0 auto;
}
.main h1 {
	position: absolute;
	bottom: 10%;
	left: 0;
	padding: 30px 5% 40px 13%;
	background: url(../images/main_title_bg.jpg) center center repeat;
	background-size: 60px auto;
	box-shadow: 0 0 9px -1px rgba(0,0,0,0.6);
	font-size: 180%;
}
.main h1 span {
	display: block;
	margin: 8px auto 0;
	background: linear-gradient(to bottom, rgba(21, 161, 149, 0) 60%, rgba(21, 161, 149, 0.3) 60%, rgba(21, 161, 149, 0.3) 100%);
	font-size: 150%;
	line-height: 1.2;
}

/* --------------------
page_menu
-------------------- */
.page_menu {
	margin: 30px auto 0;
}
.page_menu p {
	width: 80%;
	margin: 0 auto 0;
	color: #15a195;
	font-size: 200%;
	text-align: left;
	line-height: 0.8;
}
.page_menu ul {
	display: flex;
	padding: 0 15%;
	background: #15a195;
}
.page_menu li {
	width: 25%;
	text-align: center;
}
.page_menu li a {
	display: block;
	padding: 12px 0 12px;
	color: #fff;
	font-size: 110%;
	line-height: 1;
}
.page_menu li a:hover {
	opacity: 0.7;
}

/* --------------------
about
-------------------- */
#about {
	margin: 150px auto 0;
	padding: 100px 0 0;
}
#about h2 {
	border-bottom: 5px solid #15a195;
	font-size: 240%;
}
#about p {
	margin: 70px auto 0;
}
#about .big {
	font-size: 150%;
}
.btn_contact {
	display: inline-block;
	margin: 200px auto 0;
}
.btn_contact a {
	display: block;
	position: relative;
	padding: 20px 70px 20px 113px;
	border-radius: 30px;
	background: #15a195;
	color: #fff;
	font-size: 150%;
}
.btn_contact a:hover {
	opacity: 0.7;
}
.btn_contact a:before {
	display: block;
	position: absolute;
	top: 50%;
	left: 65px;
	width: 20px;
	height: 3px;
	margin: -1px auto 0;
	background: #fff;
	vertical-align: middle;
	content: "";
}
.btn_contact a:after {
	display: block;
	position: absolute;
	top: 50%;
	left: 70px;
	width: 13px;
	height: 13px;
	margin: -8px auto 0;
	border-top: 4px solid #fff;
	border-right: 4px solid #fff;
	vertical-align: middle;
	content: "";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* --------------------
type
-------------------- */
#type {
	margin: 200px auto 0;
	padding: 100px 0 0;
}
#type .type_box div {
	display: flex;
	justify-content: space-between;
	width: 80%;
	margin: 60px auto 0;
}
#type .type_box div img {
	width: 49%;
}

/* --------------------
conditions
-------------------- */
#conditions {
	margin: 200px auto 0;
	padding: 100px 0 0;
}
#conditions .sankou .inner {
	width: 80%;
	margin: 100px auto 0;
	text-align: left;
}
#conditions .sankou .inner img {
	display: block;
	margin: 120px auto 0;
}
#conditions .sankou .obi {
	display: table;
	margin: 30px auto 0 0;
	padding: 2px 10px 0 10px;
	background: #565656;
	color: #fff;
}
#conditions .sankou .table {
	max-width: 80%;
	margin: 150px auto 0;
}
#conditions .sankou .table th {
	white-space: nowrap;
}
#conditions .area .under_line {
	display: table;
	margin: 80px auto 0;
	border-bottom: 3px solid #15a195;
	font-size: 150%;
}

/* --------------------
contact
-------------------- */
#contact {
	margin: 100px auto 0;
	padding: 100px 0 0;
}
#contact h2 {
	font-size: 240%;
	line-height: 1.2;
}
#contact a {
	display: table;
	margin: 50px auto 0;
	padding: 20px 100px;
	border-radius: 50px;
	background: #15a195;
	color: #fff;
}
#contact a:hover {
	opacity: 0.7;
}
#contact a p:nth-child(2) {
	display: table;
	position: relative;
	margin: 10px auto 0 auto;
	padding: 0 0 0 60px;
	font-size: 180%;
	letter-spacing: normal;
}
#contact a p:nth-child(2):before {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	background: url(../images/icon_mail.png) center center / contain no-repeat;
	content: "";
}
#contact a p:nth-child(3) {
	display: inline-block;
	margin: 12px auto 0;
	padding: 4px 15px;
	border: 1px solid #fff;
	border-radius: 15px;
}

/* --------------------
sp
-------------------- */
@media screen and (max-width:640px) {
	/* --------------------
    レイアウト調整
    -------------------- */
	body {
		background: url(../images/bg.jpg) center center repeat;
		background-size: 30px auto;
	}
	.property main,
	.property main p {
		font-size: 13px;
		letter-spacing: 0.1em;
	}
	.property main {
		margin-top: 0;
	}

	/* --------------------
    共通
    -------------------- */
	.midashi {
		padding: 7px 30px;
		border: 2px solid #15a195;
		font-size: 130%;
	}
	.sub_title {
		margin-top: 80px;
		font-size: 130%;
	}
	.list {
		margin-top: 20px;
	}
	.list li {
		padding-left: 15px;
	}
	.list li:before {
		top: 0.3em;
		width: 10px;
		height: 10px;
		border-radius: 3px;
	}
	.table {
		width: 95%;
	}
	.table th {
		padding: 10px;
		font-size: 120%;
		white-space: nowrap;
	}
	.table td {
		padding: 10px;
	}
	.table th span {
		font-size: 70%;
	}

	/* --------------------
    main
    -------------------- */
	.main img {
		width: 85%;
	}
	.main h1 {
		bottom: 15%;
		padding: 15px 20px 20px;
		background: url(../images/main_title_bg.jpg) center center repeat;
		background-size: 25px auto;
		font-size: 110%;
	}
	.main h1 span {
		font-size: 130%;
	}

	/* --------------------
    page_menu
    -------------------- */
	.page_menu {
		width: 95%;
		margin-top: 40px;
	}
	.property .page_menu p {
		width: 95%;
		font-size: 190%;
		line-height: 0.1;
	}
	.page_menu ul {
		flex-wrap: wrap;
		justify-content: space-between;
		padding: 0;
		background: none;
	}
	.page_menu li {
		width: 48%;
		margin: 8px auto 0;
		background: #15a195;
	}
	.page_menu li a {
		padding: 20px 0 17px;
	}

	/* --------------------
    about
    -------------------- */
	#about {
		margin-top: 40px;
		padding-top: 70px;
	}
	#about h2 {
		border-bottom: 3px solid #15a195;
		font-size: 180%;
	}
	#about p {
		width: 95%;
		margin-top: 30px;
	}
	#about .big {
		font-size: 120%;
	}
	.btn_contact {
		margin-top: 100px;
	}
	.btn_contact a {
		padding: 10px 30px 10px 60px;
		font-size: 110%;
	}
	.btn_contact a:before {
		left: 37px;
		width: 12px;
		height: 2px;
		margin-top: -2px;
	}
	.btn_contact a:after {
		left: 40px;
		width: 7px;
		height: 7px;
		margin-top: -5px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
	}

	/* --------------------
    type
    -------------------- */
	#type {
		margin-top: 40px;
		padding-top: 70px;
	}
	#type .type_box div {
		width: 95%;
		margin-top: 40px;
        align-items: flex-start;
	}

	/* --------------------
    conditions
    -------------------- */
	#conditions {
		margin-top: 40px;
		padding-top: 70px;
	}
	#conditions .list {
		margin-top: 40px;
	}
	#conditions .sankou .inner {
		width: 95%;
		margin-top: 70px;
	}
	#conditions .sankou .obi {
		margin-top: 7px;
		font-size: 85%;
	}
	#conditions .sankou .inner img {
		margin-top: 40px;
	}
	#conditions .sankou .table {
		max-width: none;
		margin-top: 70px;
	}
	#conditions .area .under_line {
		width: 95%;
		font-size: 120%;
	}

	/* --------------------
    syutten
    -------------------- */
	.syutten .list {
		width: 80%;
	}

	/* --------------------
    contact
    -------------------- */
	#contact {
		margin-top: 40px;
		padding-top: 70px;
	}
	#contact a {
		padding: 10px 20px;
		border-radius: 30px;
	}
	#contact p:first-child {
		font-size: 85%;
	}
	#contact a p:nth-child(2) {
		padding-left: 40px;
		font-size: 150%;
	}
	#contact a p:nth-child(2):before {
		width: 35px;
		height: 35px;
	}
	#contact a p:nth-child(3) {
		margin-top: 8px;
		padding: 0 10px;
	}
}