html {
	font-size: 62.5%;
	background: #fff;
	box-sizing: border-box;
}
html,body {
	height:100%;
}
@media (max-width: 795px) {
	html { font-size: calc(0.625em + 4 * (100vw - 795px) / 1000); }
}
*, *:before, *:after {
	box-sizing: inherit;
}
body, div, dl, dt, dd, ul, ol, li, pre, code, 
form, fieldset, legend, input, textarea, figure, 
p, blockquote, th, td {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 1.6rem;
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: noto-sans-cjk-jp, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, 游ゴシック体, "ヒラギノ角ゴ Pro W3", メイリオ, sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
img {
	-webkit-backface-visibility: hidden;
	max-width: 100%;
}
input, textarea, select, button {
	font-family: inherit;
	font-size: inherit;
	font-weight: normal;
}
input, select, button {
	vertical-align: middle;
}
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section, summary {
	display: block;
}
address, caption, code, th {
	font-style: normal;
	font-weight: normal;
}
img, fieldset {
	border: 0;
}
ol, ul {
	list-style-type: none;
}
a {
	color: #000;
	text-decoration: none;
}
a:active, a:hover {
	color: #61bccc;
	outline: 0;
	text-decoration: none;
}
a:hover img {
	opacity: 0.8;
	filter: alpha(opacity=80);
	transition: all 0.5s;
}
p {
	line-height: 180%;
}
input, select, textarea, button {
	border-radius: 2px;
	border: 1px solid #999;
	margin: 0;
	padding: 5px;
}
input[type=text]:focus,input[type=email]:focus,input[type=tel]:focus, select:focus, textarea:focus {
	outline: none;
	background-color: #FFFFDF;
}
input[type=submit], input[type=button], button {
	cursor: pointer;
	background-color: #F4F4F4;
}
input[type=submit]:hover, input[type=button]:hover, button:hover {
	background-color: #fff;
}
input[type=submit]:active, input[type=button]:active, button:active {
	background-color: #FFFFDF;
}
/* radio, checkbox */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + .mwform-checkbox-field-text {
	position: relative;
	vertical-align: middle;
}
input[type=checkbox] + .mwform-checkbox-field-text:before {
	content: "\f372";
	font-family: "Ionicons";
	color: #ccc;
	font-size: 22px;
	margin-right: 4px;
	vertical-align: middle;
}
input[type=checkbox]:checked + .mwform-checkbox-field-text:before {
	content: "\f374";
	color: #61BCCC;
}

/*--------------------------------------------------------------*/
/* Common */
/*--------------------------------------------------------------*/
.content {
	width: 100%;
	max-width: 1040px;
	margin: 0 auto;
	padding: 0 20px;
}
.flex {
	display: flex;
}
.wrap {
	width: 100%;
	margin: 0 auto;
}
/* pc tb sp view */
.sp_view {
	display: none;
}
.tb_view {
	display: none;
}
/* 768 */
@media (max-width: 768px) {
	.pc_view {
		display: none;
	}
	.tb_view {
		display: block;
	}
	.tb_none {
		display: none;
	}
}
/* 580 */
@media (max-width: 580px) {
	.sp_view {
		display: block;
	}
	.sp_none {
		display: none!important;
	}
}
@keyframes moveimg {
	0% { top: -100px; }
	100% { top: 0px; }
}
.fixed {
	position: fixed!important;
	z-index: 9999;
	box-shadow: 0px 3px 3px rgba(0,0,0,0.3);
	animation: moveimg 1s 1;
}
/* :not(body.home) */
body:not(.home) main > section {
	padding-top: 140px;
	overflow: hidden;
}
/* 580 */
@media (max-width: 580px) {
	body:not(.home) main > section {
		padding-top: 100px;
	}
}
/* .htype01 */
.htype01 {
	display: flex;
	align-items: center;
	position: relative;
	margin-bottom: 40px;
}
.htype01 img {
	max-width: 260px;
	margin-right: 20px;
	width: 40%;
}
.htype01 span.txt {
	font-size: 4.0rem;
	font-weight: 900;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/* 768 */
@media (max-width: 768px) {
	.htype01 span.txt {
		font-size: 2.6rem;
		font-weight: 900;
		position: initial;
		top: initial;
		left: initial;
		-webkit-transform: initial;
		transform: initial;
	}
}
/* .htype02 */
.htype02 {
	background: url(../images/h_point.png) center center no-repeat;
	background-size: contain;
	padding: 14px 0 19px 0;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 2.2rem;
}
/* .htype02.ltxt */
.htype02.ltxt {
	display: block;
	width: 182px;
	background: url(../images/htype02_ltxt.svg) left center no-repeat;
	background-size: contain;
	padding: 10px 0 13px 0;
	line-height: 1;
	text-align: center;
	margin-bottom: 30px;
	font-weight: bold;
	font-size: 2.1rem;
}
/* 580 */
@media (max-width: 580px) {
	/* .htype02 */
	.htype02 {
		padding: 13px 0 13px 0;
		font-size: 1.9rem;
	}
	/* .htype02.ltxt */
	.htype02.ltxt {
		width: 137px;
		padding: 13px 0 12px 0;
		font-size: 1.6rem;
	}
}
/* hr */
hr {
	border-top: 3px solid #61bccc;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 80px 0;
}
.hr {
	position: relative;
	padding: 0 70px;
}
.hr::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	width: 40px;
	height: 40px;
	background: #61BCCC;
	box-sizing: content-box;
}
.hr::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
	width: 40px;
	height: 40px;
	background: #61BCCC;
	box-sizing: content-box;
}
/* 768 */
@media (max-width: 768px) {
	.hr {
		padding: 0 55px;
	}
	.hr::after {
		content: '';
		width: 30px;
		height: 30px;
	}
	.hr::before {
		content: '';
		width: 30px;
		height: 30px;
	}
}
/* 580 */
@media (max-width: 580px) {
	hr {
		margin: 60px 0;
	}
	.hr {
		padding: 0 44px;
	}
	.hr::after {
		content: '';
		width: 24px;
		height: 24px;
	}
	.hr::before {
		content: '';
		width: 24px;
		height: 24px;
	}
}
/* waku01 */
.waku01 {
	border: 4px solid #595757;
	padding: 20px 30px 15px 30px;
	position: relative;
	width: 100%;
	/* height: 100%; */
	box-shadow: 7px 7px 0px 0px rgb(97,188,204);
}
.waku01 figure img {
	width: 100%;
}
.waku01 figurcaption {
	display: block;
	font-weight: bold;
	text-align: center;
}
.waku01 figurcaption span.seiyaku {
	color: red;
}
.waku01:hover a {
	display: block;
}
.waku01 a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	display: none;
	z-index: 2;
}
.waku01 a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}
/* 580 */
@media (max-width: 580px) {
	.waku01 {
		border: 2px solid #595757;
		padding: 15px;
		box-shadow: 5px 5px 0px 0px rgb(97,188,204);
	}
}
/* waku02 */
.waku02 {
	border: 2px solid #000;
	padding: 35px 35px 20px 35px;
	position: relative;
	width: 100%;
	height: 100%;
}
.hover02:hover a {
	display: block;
}
.hover02 a {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	display: none;
}
.hover02 a img {
position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;

}
#sec {
	margin-top: 50px;
	padding-top: 80px;
}
#sec .pan {
	font-size: 14px;
}
/* more */
.more {
	margin: 40px 0;
	text-align: right;
	position: relative;
}
.more::after {
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background: #61bccc;
	position: absolute;
	top: 50%;
	right: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}
.more img {
	max-width: 220px;
	width: 25%;
	transition: .2s;
}
.more a:hover img {
	opacity: 1;
	transition: .2s;
	transform: translate(4px, 0);
}
/* 580 */
@media (max-width: 580px) {
	.more img {
		width: 35%;
	}
}

/* back */
body.single-forsale .back {
	margin: 110px 0 40px 0;
	text-align: right;
	position: relative;
}
body.single-forsale .back::after {
	content: '';
	display: block;
	width: 80%;
	height: 2px;
	background: #61bccc;
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	z-index: -1;
}
body.single-forsale .back img {
	max-width: 220px;
	width: 25%;
	transition: .2s;
}
body.single-forsale .back a:hover img {
	opacity: 1;
	transition: .2s;
	transform: translate(-4px, 0);
}
/* 580 */
@media (max-width: 580px) {
	body.single-forsale .back img {
		width: 35%;
	}
}

/* animation */
@keyframes ani-fadein {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes ani-fadeout {
	0% {
		opacity: 1;
	}
	100% {
		opacity: 0;
	}
}
/* breadcrumbs  */
.breadcrumbs {
	margin-top: -40px;
	margin-bottom: 60px;
	margin-left: -10px;
}
.breadcrumbs > span,
.breadcrumbs .content > span {
	margin: 0 10px;
}
/* move */
.mv_left,
.mv_right,
.mv_up,
.mv_down,
.mv_bk {
	position: relative;
}
.mv_fade {
	opacity: 0;
}
.mv_left {
	opacity: 0;
	left: -100px;
}
.mv_right {
	opacity: 0;
	right: -100px;
}
.mv_up {
	opacity: 0;
	top: 100px;
}
.mv_down {
	opacity: 0;
	top: -100px;
}

/*--------------------------------------------------------------*/
/* #header */
/*--------------------------------------------------------------*/
#header {
	z-index: 999;
	position: absolute;
	top: 0;
	width: 100%;
	height: 60px;
	background-color: #61bccc;
	color: #fff;
	padding-bottom: 0%;
}
#header .content {
	overflow: visible;
}
#header .content nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 60px;
}
#header .content nav img {
	width: 115px;
}
#header .content nav ul {
	height: 60px;
	width: 70%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header .content nav ul li {
	position: relative;
}
#header .content nav ul li a {
	color: #fff;
	font-size: 2.2rem;
	font-weight: bold;
}
#header .content nav ul li a:hover {
	color: #000;
}
/* fusen */
#header .content nav ul li div {
	z-index: 9999;
	display: none;
}
#header .content nav ul li:nth-child(1) div { /* top */
	background: url(../images/hover01.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	width: 200px;
	height: 69px;
	top: 55px;
	left: -67px;
}
#header .content nav ul li:nth-child(2) div { /* for sale */
	background: url(../images/hover02.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	width: 200px;
	height: 69px;
	top: 55px;
	left: -50px;
}
#header .content nav ul li:nth-child(3) div { /* example */
	background: url(../images/hover03.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	width: 200px;
	height: 69px;
	top: 55px;
	left: -57px;
}
#header .content nav ul li:nth-child(4) div { /* company */
	background: url(../images/hover04.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	width: 200px;
	height: 69px;
	top: 55px;
	left: -59px;
}
#header .content nav ul li:nth-child(5) div { /* contact */
	background: url(../images/hover05.png) 0 0 no-repeat;
	background-size: contain;
	position: absolute;
	width: 200px;
	height: 69px;
	top: 55px;
	left: -60px;
}
#header .content nav ul li div .title {
	font-weight: bold;
	margin-bottom: 13px;
	display: block;
}
#header .content nav ul li div p {
	font-size: 14px;
	line-height: 120%;
	width: 150px;
	margin: 0 auto;
}
#header .menu .text {
	display: none;
}
/* min780 */
@media (min-width: 780px) {
	#header .content nav ul li:hover > div {
		display: block;
		animation: ani-fadein 0.5s;
	}
}
/* 600 */
@media (max-width: 600px) {
	#header .content nav ul {
		height: initial;
		background-color: #61bccc;
		display: none;
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		padding: 20px 0 30px 0;
	}
	#header .content nav ul li {
		text-align: center;
		display: block;
		width: 100%;
		padding: 15px 0;
	}
	/* tab menu button */
	.menu {
		display: block;
		z-index: 9999;
	}
	.menu span {
		transition: all 0.3s;
		transform: rotate(0deg);
	}
	.menu .top {
		transform: translateY(-10px);
	}
	.menu .bottom {
		transform: translateY(10px);
	}
	.menu .text {
		display: block!important;
		position: absolute;
		bottom: -12px;
		font-size: 12px;
	}
	.menu.is-open .middle {
		background: rgba(255, 255, 255, 0);
	}
	.menu.is-open .top {
		transform: rotate(-45deg) translateY(0px);
	}
	.menu.is-open .bottom {
		transform: rotate(45deg) translateY(0px);
	}
	.icon-ani {
		width: 60px;
		height: 45px;
		display: block;
		background: rgba(255, 255, 255, 0.02);
		position: absolute;
		top: 1px;
		right: 5px;
		cursor: pointer;
	}
	.icon-ani span {
		width: 35px;
		height: 2px;
		display: block;
		background: #fff;
		position: absolute;
		left: 50%;
		top: 50%;
		margin-left: -25px;
	}
}

/*--------------------------------------------------------------*/
/* slider */
/*--------------------------------------------------------------*/
#slider {
	width: 100%;
	height: 100%!important;
	margin-bottom: 50px;
}
#slider .text01 {
	position: absolute;
	top: 50%;
	left: 50%;
	max-width: 960px;
	width: 80%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#slider .text02 {
	position: absolute;
	top: 20%;
	left: 20%;
	max-width: 200px;
	width: 25%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#slider .text03 {
	position: absolute;
	top: 20%;
	right: 10%;
	max-width: 600px;
	width: 80%;
}
/* 1000 */
@media (max-width: 1000px) {
	#slider .text02 {
		display: none;
	}
}
/* 768 */
@media (max-width: 768px) {
	#slider {
		height: 90vw!important;
	}
}
/* 580 */
@media (max-width: 580px) {
	#slider .text01 {
		top: 60%;
	}
	#slider .text03 {
		top: 30%;
		right: initial;
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}

/*--------------------------------------------------------------*/
/* トップページ -> s01 */
/*--------------------------------------------------------------*/
body.home #s01 {
	overflow: hidden;
}
/* list */
body.home #s01 section.list {
	margin-bottom: 20px;
}
body.home #s01 section.list ul {
	display: flex;
	flex-wrap: wrap;
	gap: 40px 5%;
}
body.home #s01 section.list ul li time {
	color: #fb5e81;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-bottom: 3px;
}
body.home #s01 section.list ul li {
	width: 30%;
}
span.img_seiyaku {
	background: #ff0000;
	line-height: 1;
	display: inline-block;
	padding: 7px;
	color: white;
	border: 4px solid white;
	font-size: 3.4rem;
	transform: rotateZ(-3deg);
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%) rotate(-10deg);
	font-weight: bold;
	white-space: nowrap;
}
/* 580 */
@media (max-width: 580px) {
	body.home #s01 section.list ul li {
		width: 46%;
	}
	body.home #s01 section.list ul li:nth-child(3n) {
		display: none;
	}
	span.img_seiyaku {
		padding: 7px;
		border: 4px solid white;
		font-size: 2.9rem;
	}
}

/*--------------------------------------------------------------*/
/*トップページ -> s02 */
/*--------------------------------------------------------------*/
body.home #s02 {
	overflow: hidden;
}
/* list */
body.home #s02 section.list {
	margin-bottom: 20px;
}
body.home #s02 section.list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
body.home #s02 section.list ul li time {
	color: #fb5e81;
	font-weight: bold;
	display: block;
	text-align: right;
	margin-bottom: 3px;
}
body.home #s02 section.list ul li {
	width: 30%;
}
/* 580 */
@media (max-width: 580px) {
	body.home #s02 section.list ul li {
		width: 46%;
	}
	body.home #s02 section.list ul li:nth-child(3n) {
		display: none;
	}
}

/*--------------------------------------------------------------*/
/*トップページ -> s03 */
/*--------------------------------------------------------------*/
body.home #s03 {
	overflow: hidden;
}

/*--------------------------------------------------------------*/
/* トップページ -> 会社概要（共通） */
/*--------------------------------------------------------------*/
.concept.waku01 {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	padding: 40px 30px 30px 40px;
}
.concept.waku01 .left {
	flex: 1;
	padding-right: 30px;
}
.concept.waku01 .left .ue {
	margin-bottom: 30px;
	padding-left: 10px;
	display: flex;
}
.concept.waku01 .left .ue .img1 {
	width: 60%;
	max-width: 280px;
	margin-right: 4%;
}
.concept.waku01 .left .ue .img2 {
	width: 26%;
	max-width: 125px;
}
.concept.waku01 .right {
	width: 260px;
}
/* 768 */
@media (max-width: 768px) {
	.concept.waku01 .right {
		width: 40%;
	}
}
/* 580 */
@media (max-width: 580px) {
	.concept.waku01 {
		display: block;
		padding: 30px;
	}
	.concept.waku01 .left {
		padding-right: 0;
	}
	.concept.waku01 .left .ue {
		margin-bottom: 20px;
		padding-left: 0;
	}
	.concept.waku01 .left .sita {
		margin-bottom: 15px;
	}
	.concept.waku01 .right {
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* 会社概要ページ */
/*--------------------------------------------------------------*/
#company .htype02 {
	margin-bottom: 50px;
}
/* c02 */
#company .c02 .flex .left {
	flex: 1;
	padding-right: 25px;
}
#company .c02 .flex .right {
	width: 200px;
	text-align: center;
}
/* 580 */
@media (max-width: 580px) {
	#company .c02 .flex {
		flex-wrap: wrap;
	}
	#company .c02 .flex .left {
		flex: initial;
		width: 100%;
		padding-right: 0;
		margin-bottom: 25px;
	}
	#company .c02 .flex .right {
		width: 100%;
	}
	#company .c02 .flex .right img {
		width: 60%;
	}
}

/* c03 */
#company .c03 table {
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 auto;
}
#company .c03 table th {
	padding-left: 3px;
	padding-right: 3px;
	border-bottom: 1px solid #000;
	border-right: 1px dashed #000;
}
#company .c03 table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#company .c03 table th {
	text-align: center;
}
#company .c03 table td {
	padding: 8px 20px;
}
/* 580 */
@media (max-width: 580px) {
	#company .c03 table th {
		width: 80px;
	}
}
/* c04 */
#company .c04 iframe {
	width: 100%;
	height: 400px;
}

/*--------------------------------------------------------------*/
/* お問い合わせページ */
/*--------------------------------------------------------------*/
#contact section h2 {
	margin-bottom: 40px;
}
#contact span.error {
	color: red;
}
#contact span.note {
	color: blue;
}
/* step1 */
#contact .step1 {
	margin-bottom: 50px;
}
#contact .step1 p {
	font-weight: bold;
	margin-bottom: 50px;
}
#contact .step1 .chkbox {
	padding-left: 60px;
}
#contact .step1 .chkbox span {
	cursor: pointer;
}
/* step2 */
#contact .step2 table {
	width: 100%;
}
#contact .step2 table tr th {
	width: 230px;
	vertical-align: top;
	padding-bottom: 30px;
}
#contact .step2 table tr td {
	padding-left: 20px;
	padding-bottom: 30px;
}
#contact .step2 table tr td input,
#contact .step2 table tr td textarea {
	width: 100%;
}
#contact .step2 table tr td span.mwform-zip-field input {
	width: 70px;
}
#contact .step2 table tr th .req {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	width: 44px;
	height: 17px;
}
#contact .step2 table tr th span.txt {
	width: 170px;
	text-align: center;
	border: 1px solid #000;
	box-shadow: 3px 3px 0px 0px rgb(97 188 204);
	display: inline-block;
	vertical-align: middle;
}
/* control */
#contact .control {
	text-align: center;
}
#contact .control button {
	background-color: initial;
	border: none;
	padding: 0;
}
/* btn.confirm */
#contact .control .btn img {
	height: 50px;
	width: auto;
}
#contact .control .btn.confirm img._on {
	display: none;
}
#contact .control .btn.confirm img._off {
	display: block;
}
#contact .control .btn.confirm:hover img._off {
	display: none;
}
#contact .control .btn.confirm:hover img._on {
	display: block;
}
/* btn.send */
#contact .control .btn.send img._on {
	display: none;
}
#contact .control .btn.send img._off {
	display: block;
}
#contact .control .btn.send:hover img._off {
	display: none;
}
#contact .control .btn.send:hover img._on {
	display: block;
}
/* btn.back */
#contact .control .btn.back img._on {
	display: none;
}
#contact .control .btn.back img._off {
	display: block;
}
#contact .control .btn.back:hover img._off {
	display: none;
}
#contact .control .btn.back:hover img._on {
	display: block;
}
#contact .rev3 {
	font-size: 11px;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.grecaptcha-badge {
	visibility: hidden;
}
/* 表示設定 */
/* body.contact */
body.contact ._input {
	display: block;
}
body.contact ._confirm {
	display: none;
}
/* body.confirm */
body.confirm ._input {
	display: none;
}
body.confirm ._confirm {
	display: block;
}
/* 580 */
@media (max-width: 580px) {
	#contact .step1 .chkbox span {
		display: block;
		margin-left: 0;
		margin-bottom: 5px;
	}
	#contact .step2 table tr th {
		width: 230px;
		padding-bottom: 20px;
		display: flex;
		align-items: center;
		flex-direction: row-reverse;
	}
	#contact .step2 table tr th .req {
		margin-right: 0;
		margin-left: 15px;
	}
	#contact .step2 table tr td {
		display: block;
		padding-left: 5px;
		padding-bottom: 30px;
	}
}

/*--------------------------------------------------------------*/
/* お問い合わせページ [プライバシーポリシー] */
/*--------------------------------------------------------------*/
section#contact section.privacy {
	padding: 60px 0;
}
section#contact section.privacy .scroll {
	border: 1px solid #ccc;
	max-width: 1000px;
	margin: 0 auto;
	padding: 20px;
	height: 250px;
	overflow-y: scroll;
	background: #f9f9f9;
}
section#contact section.privacy .scroll header h1 {
	font-size: 2.0rem;
	margin-bottom: 20px;
}
section#contact section.privacy .scroll header p {
	margin-bottom: 20px;
	font-size: 1.4rem;
}
section#contact section.privacy .scroll dl dt {
	font-size: 1.5rem;
	margin-bottom: 5px;
}
section#contact section.privacy .scroll dl dd {
	font-size: 1.4rem;
	margin-bottom: 15px;
}
section#contact section.privacy .scroll dl dd ul {
	list-style: disc;
	margin-top: 5px;
	margin-left: 25px;
}
section#contact section.privacy .scroll dl dd ul li {
	font-size: 1.4rem;
}
/* 580 */
@media (max-width: 580px) {
	section#contact section.privacy .scroll header h1 {
		font-size: 1.8rem;
	}
	section#contact section.privacy .scroll header p {
		font-size: 1.3rem;
	}
	section#contact section.privacy .scroll dl dt {
		font-size: 1.4rem;
	}
	section#contact section.privacy .scroll dl dd {
		font-size: 1.3rem;
	}
}

/*--------------------------------------------------------------*/
/* 物件情報ページ [list page] */
/*--------------------------------------------------------------*/
#bukken h1.type01 {
	margin-bottom: 60px;
}
/* ul.cate */
#bukken ul.cate {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
#bukken ul.cate li {
	margin: 0 5px;
	margin-bottom: 10px;
	width: 220px;
	text-align: center;
	border: 1px solid #000;
	box-shadow: 3px 3px 0px 0px rgb(97 188 204);
	color: #fff;
	background: #61bccc;
}
#bukken ul.cate li a {
	display: block;
	padding-bottom: 3px;
	background: #fff;
}
#bukken ul.cate li a:hover {
	background-color: #61bccc;
	color: #fff;
}
/* ul.list */
#bukken ul.list {
	margin-bottom: 60px;
}
#bukken ul.list li {
/*	background: url(../images/waku.png) no-repeat;
	background-size: 100% 100%;
	padding: 40px;*/
	position: relative;
	margin-bottom: 60px;
}
#bukken ul.list li.no_sale {
	padding: 120px 0;
	text-align: center;
}
#bukken ul.list li .flex {
	display: flex;
	flex-wrap: wrap;
}
#bukken ul.list li .flex figure {
	width: 200px;
	margin-right: 4%;
}
/* .dl01 */
#bukken ul.list li .flex .dl01 {
	flex: 2;
	padding-right: 4%;
}
#bukken ul.list li .flex .dl01 dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 5px;
	line-height: 1.8;
}
#bukken ul.list li .flex .dl01 dt span.txt {
	border-bottom: 3px solid #61BCCC;
	padding-bottom: 3px;
}
#bukken ul.list li .flex .dl01 dd {
	font-size: 3.4rem;
	font-weight: 900;
}
#bukken ul.list li .flex .dl01 dd span.small {
	font-size: 2.2rem;
}
#bukken ul.list li .flex .dl01 dd.mb {
	margin-bottom: 20px;
}
#bukken ul.list li .flex .dl01 dd.mb span.seiyaku {
	background: #fffabe;
	line-height: 1;
	display: inline-block;
	padding: 5px;
	color: red;
	border: 2px solid red;
	margin-top: 10px;
	font-size: 2.8rem;
	transform: rotateZ(-3deg);
}
/* .dl02 */
#bukken ul.list li .flex .dl02 {
	flex: 3;
}
#bukken ul.list li .flex .dl02 dt {
	font-size: 1.8rem;
	font-weight: bold;
	margin-bottom: 20px;
}
#bukken ul.list li .flex .dl02 dt span.txt {
	border-bottom: 3px solid #61BCCC;
	padding-bottom: 3px;
	line-height: 2;
}
/* .click */
#bukken ul.list li a.click {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.6;
	top: 0;
	left: 0;
	display: none;
}
#bukken ul.list li:hover a.click {
	display: block;
}
#bukken ul.list li a.click img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	opacity: 1;
}
/* 768 */
@media (max-width: 768px) {
	/* .dl01 */
	#bukken ul.list li .flex .dl01 {
		flex: 2;
		padding-right: 0;
	}
	/* .dl02 */
	#bukken ul.list li .flex .dl02 {
		padding-top: 15px;
		flex: initial;
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	#bukken ul.list li .flex figure {
		width: 50%;
		margin-right: 4%;
	}
	/* .dl01 */
	#bukken ul.list li .flex .dl01 {
		width: 50%;
	}
	#bukken ul.list li .flex .dl01 dd.mb {
		margin-bottom: 10px;
	}
	#bukken ul.list li .flex .dl01 dd span.tubo {
		display: block;
		margin-top: -15px;
	}
}

/* 700 */
@media (max-width: 700px) {
	#bukken article li:nth-child(1) {
		width: 50%;
	}
	#bukken article li:nth-child(2) {
		padding: 0 0 0 20px;
		width: 50%;
	}
	#bukken article li:nth-child(2) dd {
		font-weight: bold;
		font-size: 30px;
	}
	#bukken article li:nth-child(3) {
		margin-top: 30px;
		width: 100%;
	}
}

/*--------------------------------------------------------------*/
/* 物件情報 詳細ページ [detail page] */
/*--------------------------------------------------------------*/
/* s01 */
#bukken.detail #s01 ul {
	display: flex;
	flex-wrap: wrap;
}
#bukken.detail #s01 ul li:nth-child(1) {
	width: 25%;
}
#bukken.detail #s01 ul li:nth-child(2) {
	padding: 0 20px;
	width: 29%;
}
#bukken.detail #s01 ul li:nth-child(3) {
	width: 46%;
}
#bukken.detail #s01 ul li dt {
	font-weight: bold;
	font-size: 2.0rem;
}
#bukken.detail #s01 ul li dd {
	font-weight: bold;
	font-size: 1.6rem;
}
#bukken.detail #s01 ul li dd span.small {
	font-size: 2.6rem;
}
#bukken.detail #s01 ul li:nth-child(2) dd {
	font-weight: bold;
	font-size: 4.0rem;
	margin-bottom: 15px;
}
#bukken.detail #s01 ul li:nth-child(2) span.seiyaku {
	background: #fffabe;
	line-height: 1;
	display: inline-block;
	padding: 5px;
	color: red;
	border: 2px solid red;
	margin-top: 10px;
	transform: rotateZ(-3deg);
}
#bukken.detail #s01 ul li:nth-child(3) dt {
	margin-bottom: 20px;
}
/* 700 */
@media (max-width: 700px) {
	#bukken.detail #s01 ul li:nth-child(1) {
		width: 50%;
	}
	#bukken.detail #s01 ul li:nth-child(2) {
		padding: 0 0 0 20px;
		width: 50%;
	}
	#bukken.detail #s01 ul li:nth-child(2) dd {
		font-weight: bold;
		font-size: 3.4rem;
	}
	#bukken.detail #s01 ul li:nth-child(3) {
		margin-top: 30px;
		width: 100%;
	}
}
/* 580 */
@media (max-width: 580px) {
	#bukken.detail #s01 ul li:nth-child(1) {
		width: 100%;
		margin-bottom: 20px;
	}
	#bukken.detail #s01 ul li:nth-child(2) {
		padding: 0;
		width: 100%;
	}
	#bukken.detail #s01 ul li:nth-child(3) {
		margin-top: 10px;
	}
}
/* s02 */
#bukken.detail #s02 .flex {
	display: flex;
	flex-wrap: wrap;
}
#bukken.detail #s02 .left,
#bukken.detail #s02 .right {
	width: 47%;
}
#bukken.detail #s02 .left {
	margin-right: 6%;
}
/* 580 */
@media (max-width: 580px) {
	#bukken.detail #s02 .left,
	#bukken.detail #s02 .right {
		width: 100%;
	}
	#bukken.detail #s02 .left {
		margin-right: 0;
		margin-bottom: 30px;
	}
}
/* s03 */
#bukken.detail #s03 ul {
	display: flex;
	flex-wrap: wrap;
}
#bukken.detail #s03 ul li {
	width: calc(91% / 4);
	margin-right: 3%;
	margin-bottom: 40px;
}
#bukken.detail #s03 ul li img {
	width: 100%;
}
#bukken.detail #s03 ul li:nth-child(4n) {
	margin-right: 0;
}
/* 580 */
@media (max-width: 580px) {
	#bukken.detail #s03 ul {
		text-align: center;
	}
	#bukken.detail #s03 ul li {
		width: calc(95% / 2);
		margin-right: 5%;
		margin-bottom: 20px;
	}
	#bukken.detail #s03 ul li:nth-child(4n) {
		margin-right: 6%;
	}
	#bukken.detail #s03 ul li:nth-child(2n) {
		margin-right: 0;
	}
}
/* s04 */
#bukken.detail #s04 .flex {
	display: flex;
	flex-wrap: wrap;
}
#bukken.detail #s04 .left {
	width: 200px;
	margin-right: 25px;
}
#bukken.detail #s04 .right {
	flex: 1;
	height: 300px;
}
#bukken.detail #s04 .right iframe {
	width: 100%;
	height: 300px;
}
/* 580 */
@media (max-width: 580px) {
	#bukken.detail #s04 .left {
		width: 100%;
		text-align: center;
		margin-right: 0px;
		margin-bottom: 25px;
	}
	#bukken.detail #s04 .right {
		flex: initial;
		width: 100%;
		height: 500px;
	}
	#bukken.detail #s04 .right iframe {
		height: 500px;
	}
}
/* s05 */
#bukken.detail #s05 table {
	border-collapse: collapse;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	margin: 0 auto;
	min-width: 777px;
}
#bukken.detail #s05 table th {
	border-bottom: 1px solid #000;
	border-right: 1px dashed #000;
	width: 150px;
}
#bukken.detail #s05 table td {
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
}
#bukken.detail #s05 table th {
	min-width: 120px;
	text-align: center;
	padding: 8px 20px;
}
#bukken.detail #s05 table td {
	padding: 8px 20px;
}
/* 580 */
@media (max-width: 580px) {
	#bukken.detail #s05 table {
		min-width: 100%;
	}
	#bukken.detail #s05 table th {
		min-width: initial;
		width: 85px;
		padding: 8px 8px;
	}
	#bukken.detail #s05 table td {
		padding: 5px 10px;
	}
}

/*--------------------------------------------------------------*/
/* #sec -> works */
/*--------------------------------------------------------------*/
.fancybox-button:hover {
    color: #999!important;
}
/* ul.cate */
#works ul.cate {
	display: flex;
	flex-wrap: wrap;
}
#works ul.cate li {
	width: calc(92% / 5);
	margin-right: 2%;
	margin-bottom: 10px;
	text-align: center;
	border: 1px solid #000;
	box-shadow: 3px 3px 0px 0px rgb(97 188 204);
}
#works ul.cate li.len {
	font-size: 1.2rem;
}
#works ul.cate li:nth-child(5n) {
	margin-right: 0;
}
#works ul.cate li a {
	display: block;
	padding-bottom: 3px;
	height: 100%;
}
#works ul.cate li.active {
	background-color: #61bccc;
	color: #fff;
}
#works ul.cate li a:hover {
	background-color: #61bccc;
	color: #fff;
}
#works ul.cate li span.txt {
	display: block;
}
#works ul.cate li.flex,
#works ul.cate li a.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
/* ul.list */
#works ul.list {
	display: flex;
	flex-wrap: wrap;
}
#works ul.list li {
	width: calc(92.5% / 4);
	margin-right: 2.5%;
	margin-bottom: 2.5%;
	overflow: hidden;
	line-height: 0;
	position: relative;
}
#works ul.list li.no_sale {
	width: 100%;
	text-align: center;
	padding: 120px 0;
}
#works ul.list li img {
	width: 100%;
	transition: .3s;
}
#works ul.list li.fit img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
#works ul.list li img.fit:hover {
	transform: translate(-50%,-50%) scale(1.2,1.2);
}
#works ul.list li img:hover {
	transform: scale(1.2,1.2);
}
#works ul.list li:nth-child(4n) {
	margin-right: 0;
}
/* 768 */
@media (max-width: 768px) {
	/* ul.cate */
	#works ul.cate li {
		width: calc(94% / 4);
		margin-right: 2%;
	}
	#works ul.cate li:nth-child(5n) {
		margin-right: 2%;
	}
	#works ul.cate li:nth-child(4n) {
		margin-right: 0;
	}
	/* ul.list */
	#works ul.list li {
		width: calc(95% / 3);
		margin-right: 2.5%;
		margin-bottom: 2.5%;
	}
	#works ul.list li:nth-child(4n) {
		margin-right: 2.5%;
	}
	#works ul.list li:nth-child(3n) {
		margin-right: 0;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* ul.cate */
	#works ul.cate li {
		width: calc(96% / 3);
		margin-right: 2%;
	}
	#works ul.cate li:nth-child(4n) {
		margin-right: 2%;
	}
	#works ul.cate li:nth-child(3n) {
		margin-right: 0;
	}
	/* ul.list */
	#works ul.list li {
		width: calc(96.5% / 2);
		margin-right: 3.5%;
		margin-bottom: 3.5%;
	}
	#works ul.list li:nth-child(3n) {
		margin-right: 3.5%;
	}
	#works ul.list li:nth-child(2n) {
		margin-right: 0;
	}
}

/*--------------------------------------------------------------*/
/* pager [for sale] */
/*--------------------------------------------------------------*/
.navigation {
	width: 100%!important;
	margin-top: 20px;
	overflow: hidden;
}
.navigation ul.page-numbers {
	padding: 10px 0;
	text-align: center;
	margin-top: 30px;
}
.navigation ul.page-numbers li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
.navigation ul.page-numbers li span,
.navigation ul.page-numbers li a {
	display: inline-block;
	line-height: 1;
	padding: 15px 17px;
	margin: 0 10px;
	border-radius: 35px;
	border: solid 2px #61bccc;
	background: #fff;
	color: #61bccc;
	text-decoration: none;
	vertical-align: middle;
	transition: .3s all;
}
.navigation ul.page-numbers li span {
	border: solid 2px #61bccc;
	border-color: #61bccc;
	color: #fff;
	background-color: #61bccc;
}
.navigation ul.page-numbers li a:hover {
	border-color: #61bccc;
	background-color: #61bccc;
	color: #fff;
}
.navigation ul.page-numbers li a.prev,
.navigation ul.page-numbers li a.next {
	display: inline-block;
	position: relative;
	padding: initial;
	background: none;
	border: none;
}
.navigation ul.page-numbers li a.prev:hover,
.navigation ul.page-numbers li a.next:hover {
	color: #000;
}
.navigation ul.page-numbers li a.prev::after {
	content: '\f3d2';
	display: block;
	width: 28px;
	height: 38px;
	font-family: 'Ionicons';
	color: #61bccc;
	font-size: 4.0rem;
	vertical-align: baseline;
	position: absolute;
	top: 50%;
	left: -30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: .3s all;
}
.navigation ul.page-numbers li a.prev:hover::after {
	left: -35px;
	color: #2a2a2a;
}
.navigation ul.page-numbers li a.next::after {
	content: '\f3d3';
	display: block;
	width: 28px;
	height: 38px;
	font-family: 'Ionicons';
	color: #61bccc;
	font-size: 4.0rem;
	vertical-align: baseline;
	position: absolute;
	top: 50%;
	right: -30px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	transition: .3s all;
}
.navigation ul.page-numbers li a.next:hover::after {
	right: -35px;
	color: #2a2a2a;
}
/* 580 */
@media (max-width: 580px) {
	.navigation ul.page-numbers li span,
	.navigation ul.page-numbers li a {
		margin: 0 6px;
	}
	.navigation ul.page-numbers li a.prev::after {
		left: -35px;
	}
	.navigation ul.page-numbers li a.prev:hover::after {
		left: -40px;
	}
	.navigation ul.page-numbers li a.next::after {
		right: -35px;
	}
	.navigation ul.page-numbers li a.next:hover::after {
		right: -40px;
	}
}

/*--------------------------------------------------------------*/
/* pager [navi_example] */
/*--------------------------------------------------------------*/
.navi_example {
	margin-top: 20px;
	overflow: hidden;
}
.navi_example ul li:hover::before {
	position: initial;
	left: 0;
	content: "";
	border-left: none;
	height: 0;
	top: 0;
}
.navi_example ul.page-numbers {
	padding: 10px 0;
	text-align: center;
	margin-top: 30px;
}
.navi_example ul.page-numbers li {
	display: inline;
	margin: 0 1px;
	padding: 0;
}
.navi_example ul.page-numbers li span,
.navi_example ul.page-numbers li a {
	font-size: 1.4rem;
	display: inline-block;
	padding: 4px 8px;
	background: #f3f3f3;
	color: #61bccc;
	border: 1px solid #f3f3f3;
	text-decoration: none;
	vertical-align: middle;
}
.navi_example ul.page-numbers li span {
	border-color: #61bccc;
	color: #fff;
	background-color: #61bccc;
}
.navi_example ul.page-numbers li a:hover {
	border-color: #61bccc;
	background-color: #61bccc;
	color: #fff;
}

/*--------------------------------------------------------------*/
/* 404 */
/*--------------------------------------------------------------*/
#fn404 #fn_body {
	padding: 50px 0;
}
#fn404 #fn_body h2 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
#fn404 #fn_body p {
	line-height: 2.0;
}

/*--------------------------------------------------------------*/
/* footer */
/*--------------------------------------------------------------*/
footer {
	margin-top: 100px;
}
footer * {
	color: #fff;
}
footer a:hover {
	color: #000;
}
footer .logo img {
	max-width: 300px;
	width: 100%;
	margin-bottom: 30px;
}
/* 500 */
@media (max-width: 500px) {
	footer .logo {
		text-align: center;
	}
}
footer .footer {
	padding-top: 30px;
	background-color: #61bccc;
}
footer .flex {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
footer .left {
	width: 60%;
}
footer .right {
	width: 40%;
}
/* left */
footer .left dl {
	width: 100%;
	max-width: 495px;
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
	line-height: 1.8;
}
footer .left dl dt {
	font-size: 2.0rem;
	font-weight: bold;
	margin-right: 10px;
	width: 200px;
}
footer .left dl dd {
	font-size: 1.4rem;
	display: grid;
	grid-template-columns: repeat(auto-fill,minmax(130px, 1fr));
}
footer .left dl dd.d01 {
	white-space: nowrap;
}
footer .left dl dd.d02 {
	margin-right: 15px;
}
footer .left dl dd.d03 {
	margin-right: 15px;
}
footer .left dl dd.d04 {
	white-space: nowrap;
	flex: 1;
}
/* right */
footer .right {
}
footer .right ul {
	display: flex;
	justify-content: flex-end;
	line-height: 1.1;
}
footer .right ul li {
	font-weight: bold;
	border-right: 1px solid #fff;
	padding: 0 5px;
	margin: 0;
	font-size: 16px;
}
footer .right ul li:first-child {
	border-left: 1px solid #fff;
}
/* 900 */
@media (max-width: 900px) {
	/* left */
	footer .left {
		width: 100%;
	}
	footer .left dl {
		margin: 0 auto;
	}
	/* right */
	footer .right {
		width: 100%;
	}
	footer .right ul {
		margin-top: 20px;
		justify-content: center;
	}
}
/* 580 */
@media (max-width: 580px) {
	/* left */
	footer .left dl {
		width: 100%;
		max-width: initial;
		display: block;
		text-align: center;
	}
	footer .left dl dt {
		width: initial;
		margin-bottom: 10px;
	}
	footer .left dl dd {
		font-size: 1.6rem;
		line-height: 1.8;
		grid-template-columns: initial;
		width: initial;
	}
	footer .left dl dd.d02 {
		margin-right: 0;
	}
	footer .left dl dd.d03 {
		margin-right: 0;
	}
}
/* bottom */
footer .bottom {
	margin-top: 30px;
}
footer .bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
footer .bottom .tel {
	max-width: 369px;
	height: 42px;
	width: 42%;
	background: url(../images/tel_on.png?20220205) left center no-repeat;
	background-size: contain;
	margin-right: 2%;
}
footer .bottom .tel:hover {
	background: url(../images/tel_off.png?20220205) left center no-repeat;
	background-size: contain;
}
footer .bottom .mail {
	max-width: 365px;
	height: 42px;
	width: 42%;
	background: url(../images/mail_on.png) center center no-repeat;
	background-size: contain;
	margin-right: 2%;
}
footer .bottom .mail:hover {
	background: url(../images/mail_off.png) center center no-repeat;
	background-size: contain;
}
/* .sns_wrap */
footer .bottom .sns_wrap {
	max-width: 94px;
	width: 12%;
	display: flex;
	justify-content: space-between;
}
footer .bottom .sns_wrap .sns_fb {
	max-width: 39px;
	height: 39px;
	width: 100%;
	background: url(../images/sns_fb_on.png) 0 0 no-repeat;
	background-size: contain;
	margin-right: 1%;
}
footer .bottom .sns_wrap .sns_fb:hover {
	background: url(../images/sns_fb_off.png) 0 0 no-repeat;
	background-size: contain;
}
footer .bottom .sns_ins {
	max-width: 43px;
	height: 42px;
	width: 100%;
	background: url(../images/sns_ins_on.png) 0 0 no-repeat;
	background-size: contain;
}
footer .bottom .sns_wrap .sns_ins:hover {
	background: url(../images/sns_ins_off.png) 0 0 no-repeat;
	background-size: contain;
}

/* 900 */
@media (max-width: 900px) {
	footer .bottom {
		text-align: center;
		display: block;
	}
	footer .bottom * {
		display: block;
	}
	footer .bottom .tel {
		height: 32px;
		margin-right: 0;
		background-position: center center;
	}
	footer .bottom .tel:hover {
		background-position: center center;
	}
	footer .bottom .mail {
		height: 32px;
		margin-right: 0;
	}
	footer .bottom .tel,
	footer .bottom .mail {
		width: 80%;
		margin: 10px auto;
	}
	/* .sns_wrap */
	footer .bottom .sns_wrap {
		width: initial;
		margin: 0 auto;
	}
}
/* 580 */
@media (max-width: 580px) {
	.footer {
		padding-bottom: 55px;
	}
}
footer #copy {
	margin-top: 30px;
	padding-bottom: 15px;
	font-size: 1.4rem;
	text-align: right;
}
/* 900 */
@media (max-width: 900px) {
	footer #copy {
		text-align: center;
	}
}

/* 追従お問い合わせPC */
.pc_mv_contact {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pc_mv_contact a .d1 {
	display: block;
	aspect-ratio: 1 / 1;
	width: 127px;
	font-weight: bold;
	color: #fff;
	background: #61bccc;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	transition: .3s ease;
}
.pc_mv_contact a .d1::after {
	content: '';
	display: block;
	aspect-ratio: 1 / 1;
	width: 101%;
	border-radius: 50%;
	border: 2px solid #14272a;
	position: absolute;
	bottom: 3px;
	right: 5px;
	transition: .3s ease;
}
.pc_mv_contact a:hover .d1 {
	opacity: 0.9;
}
/* 580 */
@media (max-width: 580px) {
	.pc_mv_contact {
		display: none;
	}
}
/* SP ボトムMENU */
.sp_mv_menu {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
}
.sp_mv_menu ul {
	display: flex;
	border-top: 3px solid #fff;
}
.sp_mv_menu ul li {
	width: 50%;
}
.sp_mv_menu ul li a {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px;
	line-height: 1;
	font-size: 2.4rem;
	background: #61bccc;
	color: #fff;
	font-weight: bold;
	height: 55px;
}
.sp_mv_menu ul li:nth-child(1) a {
	border-right: 1.5px solid #fff;
}
.sp_mv_menu ul li:nth-child(2) a {
	border-left: 1.5px solid #fff;
}
.sp_mv_menu ul li a i {
	font-size: 4rem;
	margin-right: 8px;
}
/* chromeの自動リンク除去 */
.footer .ch a {
	pointer-events: none;
}