@charset "utf-8";
/* Theme Name: detailhome */

/* Reset
----------------------------------------------------------------- */
*,h1 {
 margin: 0;
 padding: 0;
}
li {
 list-style: none;
}
table,th,td {
 margin: 0;
 padding: 0;
 border: none;
 background: none;
}
object {
	pointer-events: none;
}
body.lb-disable-scrolling {
	overflow: scroll!important;
}
#loading {
	position: absolute;
	width: 120px;
	height: 120px;
	margin: auto;
	padding: 20px; /* gif画像を大きく */
	opacity: 0.5; /* 透過させる */
	border-radius: 15px; /* 丸角 */
	right: 0; left: 0;
	top: 0; bottom: 0;
	z-index: 9999;
}

/* Base
----------------------------------------------------------------- */
/*! Android用 */
* {
	/*background-image: url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==");*/
	/* background: transparent url("data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==") no-repeat left top;
	max-height: 999999px; */
}
html {
	margin-top: 0!important;
	background-color: #fff;
	font-size: 62.5%;
	letter-spacing: 1px;
}
:target {
	scroll-margin-top: 90px;
}
body,
input,
select,
textarea {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.7;
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	color: #333;
}

/* = 2024.3.6　追加
-------------------------------------------------------------- */
select {
	background: #f9f9f9;
	border: none;
	border-radius: 0;
}

/* =Fonts
-------------------------------------------------------------- */
.mincho{
	font-family: "Hiragino Mincho ProN","HG明朝E","ＭＳ Ｐ明朝", serif;
}
/*nomal*/
.raleway {
	font-family: 'Raleway', sans-serif;
}
.raleway-b {
	font-family: 'Raleway', sans-serif;
	font-weight: 800;
}
.page-ttl .ja.raleway {
	font-family: "Yu Gothic", YuGothic, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
}
.color-red {
	color: #9e2330;
}
a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
a:focus { outline:none;}

a:link,a:visited {
	color: #333;
	text-decoration: none;
}
a:active,
a:hover {
	text-decoration: underline;
}
a:hover {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
#about .about-list .item a:active,
#about .about-list .item a:hover {
	filter: alpha(opacity=100);
	-ms-filter: "alpha(opacity=100)";
	-khtml-opacity: 1;
	-moz-opacity: 1;
	opacity: 1;
}
img,iframe {
	max-width: 100%;
}
b, strong {
	font-weight: bold;
}
.thin {
	font-weight: 100;
}
.light {
	font-weight: 200;
}
.demi-light {
	font-weight: 300;
}
.regular {
	font-weight: 400;
}
.medium {
	font-weight: 500;
}
.bold {
	font-weight: 700;
}
.black {
	font-weight: 900;
}
.wide-only {
	display: inline;
}
.narrow-only {
	display: none;
}
.pc-txt {
	display: inline-block;
}
.txt-center {
	text-align: center;
}
.btn-table {
	display: table;
	width: 100%;
	height: 100%;
}
.btn-cell {
	display: table-cell;
	vertical-align: middle;
}

@media screen and (max-width: 1080px) {
	.wide-only {
		display: none;
	}
	.narrow-only {
		display: inline;
	}
}
@media screen and (min-width: 641px) {
	.sp {
		display: none!important;
	}
}
@media screen and (max-width: 640px) {
	html {
		font-size: 93.75%;
	}
	.pc {
		display: none!important;
	}
	.pc-txt {
		display: none!important;
	}
}

/* ==========================================================================
	layout
========================================================================== */
html,body,#wrapper,#mv {
	height: 100%;
}
#wrapper {
	position: relative;
	min-width: 1215px;
	z-index: 2;
}
.content-width {
	width: 1080px;
	margin: 0 auto;
	box-sizing: border-box;
}

@media screen and (min-width: 641px) {
	.content-width.narrow {
		width: 780px;
	}
}
.slider-width {
	width: 780px;
	margin: 0 auto;
	box-sizing: border-box;
}
@media screen and (max-width: 640px) {
	html,body,#wrapper,#mv {
		height: auto;
	}
	#wrapper {
		width: 640px;
		min-width: 640px;
	}
	body.is-active #wrapper {
		overflow: hidden;
	}
	.content-width {
		width: 640px;
		padding: 0 40px;
	}
	.home .content-width {
		width: 640px;
		padding: 0 40px;
	}
	.slider-width {
		width: 640px;
		padding: 0 40px;
	}
	.ttl-wrap {
		text-align: center;
	}
}

/* ==========================================================================
	object
========================================================================== */
/* = Content
-------------------------------------------------------------- */
.entry-meta {
	font-size: 1.2rem;
}
.entry-content,
.entry-summary {
	clear: both;
	overflow: hidden;
}
.entry-content p {
	margin: 20px 0;
}
.entry-content p:first-of-type {
	margin-top: 0;
}
.entry-content h2, .entry-content h3 {
	/*color: #fff;*/
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.25;
	margin: 2.5rem 0;
}
.entry-content h3 {
	font-size: 2.2rem;
}
.entry-content fieldset {
	border: 1px solid #e7e7e7;
	margin: 0 0 2.4px 0;
	padding: 2.4rem;
}
.entry-content fieldset legend {
	background: #fff;
	color: #333;
	font-weight: bold;
	padding: 0 2.4rem;
}
.entry-content input.file,
.entry-content input.button {
	margin-right: 2.4rem;
}
.entry-content sup,
.entry-content sub {
	font-size: 1rem;
}
.edit-link {
	clear: both;
	display: block;
	text-align: right;
	margin: 2rem 0;
}
#content .video-player {
	padding: 0;
}
.format-standard .wp-video,
.format-standard .wp-audio-shortcode,
.format-audio .wp-audio-shortcode,
.format-standard .video-player {
	margin-bottom: 24px;
}
.entry-thumb {
	height: auto;
	margin-bottom: 40px;
	position: relative;
	width: 100%;
}

.entry-thumb .thumb-text {
	background-color: #333;
	color: #fff;
	font-size: 1.6rem;
	left: 0;
	padding: 4px 10px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.entry-thumb img {
	height: auto;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 640px) {
	.entry-thumb .thumb-text {
		font-size: 1.4rem;
	}
}

/* Images
 ----------------------------------------------------------------- */
img.size-auto,
img.size-full,
img.size-large,
img.size-medium,
.attachment img,
.widget-container img {
	max-width: 100%;
	height: auto;
}
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 2.4rem;
	margin-top: 0.4rem;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 2.4rem;
	margin-top: 0.4rem;
}
.aligncenter,
img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 2rem;
}
.entry-content p.clear {
	padding-bottom: 5px;
	margin: -2.5rem;
}
.wp-caption {
	background: #f1f1f1;
	line-height: 1.8rem;
	margin-bottom: 2rem;
	max-width: 100% !important;
	box-sizing: border-box;
	padding: 4px;
	text-align: center;
}
.wp-caption img {
	margin: 5px 5px 0;
	max-width: 100%;
}
.wp-caption p.wp-caption-text {
	color: #777;
	font-size: 12px;
	margin: 5px;
}

@media screen and (max-width: 640px) {
	img.alignleft, img.alignright, img.aligncenter {
		margin: 4rem auto 2rem auto;
		float: none;
		display: block;
	}
}

/* YouYube
 ----------------------------------------------------------------- */
.wrap-youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.wrap-youtube iframe {
  width: 100%;
  height: 100%;
}

/* =bottom-menu：SP下メニュー
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
	.bottom-menu {
		visibility: hidden;
		opacity: 0;
		transition: 1s;
	}
	body.single-openhouse #wrapper.is-active .bottom-menu,
	body.single-modelhouse #wrapper.is-active .bottom-menu,
	body.page-template-add-page-template #wrapper.is-active .bottom-menu,
	body#contact #wrapper.is-active .bottom-menu,
	body.page-template-page-land-contact #wrapper.is-active .bottom-menu {
		position: absolute;
	}
	#wrapper.is-scroll .bottom-menu {
		position: fixed;
		left: 0;
		display: block;
		min-width: 640px;
		width: 100%;
		overflow: hidden;
		background-color: #333;
		box-sizing: border-box;
		bottom: 0px;
		visibility: visible;
		opacity: 1;
		z-index: 9999;
	}
	.page-content .bottom-menu {
		z-index: 10;
	}
	.bottom-menu .menu-list {
		background-color: #333;
	}
	.bottom-menu .menu-list li {
		width: 158px;
		border-right: 2px solid #fff;
	}
	.bottom-menu .menu-list li:nth-child(even) {
		width: 159px;
	}
	.bottom-menu .menu-list li:last-child {
		border-right: 0;
	}
	
	.bottom-menu .menu-list li.link-consultation a {
		justify-content: flex-start;
		position: relative;
		row-gap: 10px;
	}
	
	.bottom-menu .menu-list li.link-consultation a img {
		flex-basis: 100%;
		height: auto;
		object-fit: cover;
		padding-bottom: 0;
		padding-top: 0;
		width: 100%;
	}
	
	.bottom-menu .menu-list li.link-consultation a span {
		background-color: #9f232e;
		bottom: 18px;
		display: block;
		left: 0;
		line-height: 1.4;
		position: absolute;
		text-align: center;
		width: 100%;
		z-index: 1;
	}
	
	.bottom-menu .menu-list li a {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		row-gap: 9px;
		text-decoration: none;
		height: 140px;
		padding-top: 0;
	}
	.bottom-menu .menu-list li a img {
		flex-basis: 53%;
		height: auto;
		width: 9vw;
	}
	
	.bottom-menu .menu-list li a span {
		color: #fff;
		display: flex;
		flex-basis: 25%;
		font-size: 3vw;
		letter-spacing: 0;
	}
	.bottom-menu .menu-list li a span::before {
		content: none !important;
	}

	#sp-menu-content .sp-contact-btn {
		margin: 88px 73px 0 !important;
	}
	#sp-menu-content .sp-contact-btn a {
		align-items: center;
		display: flex;
		justify-content: center;
		padding: 0;
	}
	#sp-menu-content .sns{
		margin-top: 50px;
	}

	#sp-menu-content .sns li{
		width: 80px;
		display: inline-block;
		vertical-align: top;
		margin-right: 20px;
	}

	#sp-menu-content .sns li:last-child{
		margin-right: 0;
	}
}

/* PageNavi
 ----------------------------------------------------------------- */
.wp-pagenavi {
	padding: 50px 0 80px;
	clear: both;
	text-align: center;
}
.voice-content .wp-pagenavi {
	padding: 60px 0 80px;
}
.wp-pagenavi a,
.wp-pagenavi .current {
	display: inline-block;
	margin: 0 0.25em;
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	font-size: 1.8rem;
	font-weight: 500;
}
.wp-pagenavi .current {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid #333;
	color: #333;
}
.wp-pagenavi a {
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 2px solid transparent;
	color: #c9caca;
}
.wp-pagenavi a:hover {
	border-bottom: 2px solid #333;
	color: #333;
}
.wp-pagenavi a:hover,
.wp-pagenavi span {
	opacity: 1;
	text-decoration: none;
}
.wp-pagenavi .extend {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #333;
	width: 1em;
}
.wp-pagenavi .extend::after {
	content: "…";
}
@media screen and (max-width: 640px) {
	.wp-pagenavi {
		padding: 60px 0;
	}
	.wp-pagenavi .extend {
		display: none;
	}
	.wp-pagenavi .extend:last-of-type {
		display: inline-block;
	}
	.wp-pagenavi .previouspostslink {
		padding-left: 0;
	}
	.wp-pagenavi .nextpostslink {
		padding-right: 0;
	}
}

/* Module
 ----------------------------------------------------------------- */
 /* before,after */
 .before,.after {
	 position: relative;
 }
 .before::before,
 .after::after {
	 display: inline-block;
	 content: "";
 }

/* float */
.clear {
	clear: both;
}
.clearfix::after {
	clear: both;
	content: ".";
	display: block;
	font-size: 0;
	height: 0;
	visibility: hidden;
}
.clearfix {
		min-height: 1px;
}
.floatbox {
	overflow: hidden;
}
.left {
	float: left;
}
.right {
	float: right;
}

/* position */
.center {
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
.central {
	top: 50%; left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
}
#mv .central {
	top: 50%;
}

/* floatlist */
.floatlist {
	list-style: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	letter-spacing: normal;
}
.floatlist li {
	display: inline-block;
	vertical-align: top;
	font-size: 1.4rem;
}
.floatlist li:last-child {
	margin-right: 0;
}

/* table */
.table {
	display: table;
	width: 100%;
}
.cell {
	display: table-cell;
	vertical-align: middle;
}

/* image */
.imgbox {
	line-height: 0;
}
.imgbox img {
	vertical-align: middle;
}

/* btn */
.btn {
	margin: auto;
	text-align: center;
}
.btn a {
	display: block;
	padding: 20px 12px;
	font-size: 1.8rem;
	line-height: 1;
}
.btn span {
	vertical-align: middle;
}
.btn a:hover {
	opacity: .7;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	#mv .central {
		top: 50%;
	}
	.btn a {
		height: 100px;
		/*padding: 36px 12px;*/
		box-sizing: border-box;
	}
}

/* Component
----------------------------------------------------------------- */
.main-font-color {
	color: #9e2330;
}
.main-bg-color {
	background-color: #9e2330;
}
.white-bg-color {
	background-color: #fff;
}
.bg-gray {
	background-color: #f3f3f3;
}
.bg-black::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .2);
	z-index: 0;
}
.bg-white::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255, 255, 255, .2);
	z-index: 0;
}
.bg-black > .inner,
.bg-white > .inner {
	position: relative;
	z-index: 2;
}
.section-title {
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1;
}

/* hoverで文字色が赤色に変化 */
.hoverTransColor a:hover {
	color: #9e2330 !important;
	text-decoration: none;
}

/* hoverで背景が白→赤に変化 */
.btn-white-red a {
	color: #9e2330;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-white-red a:hover {
	opacity: 1;
	color: #fff;
	background-color: #9e2330;
}

/* hoverで背景が赤→白に変化 */
.btn-red-white a {
	color: #fff;
	border: 1px solid #9e2330;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
}
.btn-red-white a:hover {
	opacity: 1;
	color: #9e2330;
	background-color: #fff;
}

/*headerボタン*/
.header-contact-btn.btn-red-white a {
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.header-contact-btn.btn-red-white a:hover {
	opacity: 1;
	color: #9e2330;
	background-color: #fff;
	border: 1px solid #9e2330;
	box-sizing: border-box;
}

/* hoverで背景が斜めに入ってくる(赤→白) */
.btn-slanting-red a {
	position: relative;
	overflow-x: hidden;
	border: 1px solid #9e2330;
	box-sizing: border-box;
	color: #fff;
}
.btn-slanting-red a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 140%;
	height: 100%;
	background-color: #fff;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		-webkit-transform: translateX(-150%) skew(-20deg);
		-moz-transform: translateX(-150%) skew(-20deg);
		-ms-transform: translateX(-150%) skew(-20deg);
		-o-transform: translateX(-150%) skew(-20deg);
	transform: translateX(-150%) skew(-20deg);
}
.btn-slanting-red a span {
	position: relative;
	color: #fff;
	z-index: 10;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn-slanting-red a:hover {
	opacity: 1;
	background-color: transparent;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn-slanting-red a:hover::before {
		-webkit-transform: translateX(-20%) skew(-20deg);
		-moz-transform: translateX(-20%) skew(-20deg);
		-ms-transform: translateX(-20%) skew(-20deg);
		-o-transform: translateX(-20%) skew(-20deg);
	transform: translateX(-20%) skew(-20deg);
}
.btn-slanting-red a:hover span {
	color: #9e2330;
}

/* hoverで背景が斜めに入ってくる(白→赤) */
.btn-slanting-white a {
	position: relative;
	overflow-x: hidden;
	color: #9e2330;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.btn-slanting-white a::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 140%;
	height: 100%;
	background-color: #9e2330;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
		-webkit-transform: translateX(-150%) skew(-20deg);
		-moz-transform: translateX(-150%) skew(-20deg);
		-ms-transform: translateX(-150%) skew(-20deg);
		-o-transform: translateX(-150%) skew(-20deg);
	transform: translateX(-150%) skew(-20deg);
}
.btn-slanting-white a span {
	position: relative;
	color: #9e2330;
	z-index: 10;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	vertical-align: middle;
}
.btn-slanting-white a:hover {
	opacity: 1;
	background-color: #fff;
		-webkit-transition: all 0.5s ease-in-out;
		-moz-transition: all 0.5s ease-in-out;
		-ms-transition: all 0.5s ease-in-out;
		-o-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.btn-slanting-white a:hover::before {
		-webkit-transform: translateX(-20%) skew(-20deg);
		-moz-transform: translateX(-20%) skew(-20deg);
		-ms-transform: translateX(-20%) skew(-20deg);
		-o-transform: translateX(-20%) skew(-20deg);
	transform: translateX(-20%) skew(-20deg);
}
.btn-slanting-white a:hover span {
	color: #fff;
}
@keyframes upDown {
	0% {
		-webkit-transform: translateY(0) rotate(45deg);
		-moz-transform: translateY(0) rotate(45deg);
		-ms-transform: translateY(0) rotate(45deg);
		-o-transform: translateY(0) rotate(45deg);
		-webkit-transform: translateY(0) rotate(45deg);
	}
	100% {
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		-webkit-transform: translateY(10px) rotate(45deg);
	}
}

/* Project
----------------------------------------------------------------- */
/*--------------
	header
--------------*/
#header {
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	font-size: 0;
	z-index: 999;
}
#gnav {
	position: fixed;
	min-width: 1080px;
	width: 100%;
	overflow: hidden;
	z-index: 4;
	top: 0;
	background-color: rgba(255,255,255,0.7);
}
#gnav .gnav-inner {
	display: table;
	width: 100%;
	height: 90px;
	margin: 0 auto;
	padding: 20px 30px;
	box-sizing: border-box;
}
#gnav .gnav-left {
	display: table-cell;
	width: 80%;
	vertical-align: middle;
	font-size: 0;
}
#header .header-inner {
	text-align: right;
}
#header .header-logo {
	display: inline-block;
	vertical-align: middle;
	width: 32px;
	margin-right: 30px;
}
#header .cell:nth-child(2) {
	width: 283px;
	text-align: right;
}
.gnav-inne {
	font-size: 0;
}
.pc-logo {
	width: 205px;
	height: 36px;
	vertical-align: middle;
}
.pc-logo img{
	width: 205px;
}
.pc-logo a {
	display: block;
}
.pc-logo a:hover {
	opacity: 1;
}
#gnav .menu-inner {
	vertical-align: middle;
}
#gnav .header-contact-btn {
	width: 250px;
	margin-right: 0;
	margin-left: auto;
}
#gnav .header-contact-btn a {
	align-items: center;
	display: flex;
	justify-content: center;
	height: 50px;
	box-sizing: border-box;
	font-size: 1.4rem;
	overflow: hidden;
}
#gnav .header-menu li {
	position: static;
	letter-spacing: normal;
}
.is-active .header-menu li::after {
	color: #333;
}
 .header-menu li:last-child {
	padding-right: 0;
}
 .header-menu li:last-child::after {
	content: none;
}
.is-active .header-menu li a {
	color: #333;
}
#gnav .header-menu {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-right: auto;
	margin-left: 0;
	padding-left: 30px;
	box-sizing: border-box;
	vertical-align: middle;
}
#gnav .header-menu li {
	position: relative;
	display: table-cell;
	padding-right: 30px;
	text-align: center;
	font-size: 1.4rem;
	vertical-align: middle;
}
#gnav .header-menu li:first-child {
	padding-left: 0;
}
#gnav .header-menu li:last-child {
	padding-right: 0;
}
#gnav .header-menu li a {
	display: block;
	position: relative;
}
#gnav .header-menu li::before {
	content: "/";
	right: 10px;
	position: absolute;
}
#gnav .header-menu li:last-child::before {
	content: "";
}
#gnav .header-menu li a::after {
	content: "";
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
		-webkit-transform: scaleX(0);
		-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #333;
		-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
#gnav .header-menu li a:hover {
	opacity: 1;
	color: #9e2330;
}
#gnav .header-menu li a:hover::after {
		-webkit-transform: scaleX(1);
		-ms-transform: scaleX(1);
	transform: scaleX(1);
}
#gnav .header-menu li a {
	text-decoration: none;
	color: #333;
}
.header-sp {
	display: none;
}
#header .header-table {
	text-align: right;
}
#header .header-cell {
	display: none;
}
@media screen and (max-width: 1270px) {
	#gnav .header-menu li {
		display: inline-block;
	}
	#gnav .header-menu li:nth-child(5) {
		padding-left: 0;
	}
}
@media screen and (max-width: 1080px) {
	#header {
		position: fixed;
		min-width: 1080px;
	}
}
@media screen and (max-width: 640px) {
	#gnav .gnav-inner {
		width: auto;
		height: auto;
	}
	#header {
		position: absolute;
		min-width: 640px;
	}
	#gnav {
		position: static;
		display: none;
		min-width: 0;
	}
	#gnav .header-menu {
		display: none;
		height: 0;
	}
	 #gnav .header-menu li::before {
		position: static;
	 }
	.is-active #header {
		position: fixed;
		width: 100%;
		bottom: auto;
		z-index: 99999;
	}
	#header .header-logo {
		width: 232px;
	}
	#header .header-menu {
		display: none;
	}
	#header .header-contact-btn {
		display: none;
	}
	#header .header-table {
		display: table;
		width: 100%;
	}
	#header .header-cell {
		display: table-cell;
	}
	#header .header-cell:first-child {
		width: 86%;
		padding-left: 20px;
		text-align: left;
		vertical-align: middle;
		box-sizing: border-box;
	}
	#wrapper.is-active #header .header-cell:first-child {
		background-color: #fff;
	}
	#header .header-cell:last-child {
		width: 14%;
		vertical-align: middle;
	}
	.header-logo-page a {
		display: block;
	}
	/*logo色変え*/
	.page-content #header-logo-sp {
		display: none;
	}
	.home .header-logo-page {
		display: none;
	}
	.page-content #header {
		position: fixed;
		background-color: #fff;
	}
}


/*--------------
	mv
--------------*/
#mv {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 3;
}
body.is-fixed.home #mv {
	position: fixed;
	top: 0; left: 0;
	z-index: 9999;
}
#mv .bg-black::before {
	z-index: 1;
}
#mv #filter {
	display: none;
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: #9e2330;
	z-index: 4;
}
#mv .mv-logo {
	width: 235px;
	z-index: 10;
}
#mv .mv-logo.test {
	width: 815px;
}
body.home #bg-load-before {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	z-index: 9999;
	background-color: #9e2330;
}
.home .is-scroll #mv .mv-logo {
	z-index: 3;
}
#mv .scroll-down {
	bottom: 30px; right: 0; left: 0;
	width: 60px;
	margin: auto;
	text-align: center;
}
#mv .scroll-down a {
	position: relative;
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 50%;
	background-color: #fff;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	transition: all .3s;
}
#mv .scroll-down a:hover {
	background-color: #9e2330;
	text-decoration: none;
	opacity: 1;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	transition: all .3s;
}
#mv .scroll-down a::before {
	content: url(./images/mv_arrow_b.png);
	position: absolute;
	top: 18px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	transition: all .3s;
}
#mv .scroll-down a:hover::before {
	content: url(./images/mv_arrow_w.png);
		-webkit-transition: all .3s;
		-moz-transition: all .3s;
		-ms-transition: all .3s;
		-o-transition: all .3s;
	transition: all .3s;
}
@media screen and ( max-width:640px ){
	body.home #mv {
		height: 70vh;
	}
	#mv .scroll-down a::before {
		top: 10px;
	}
}


#page-mainvisual {
	background: #f3f3f3 !important;
	padding: 52px 0 !important;
}
#page-mainvisual .ja {
	color: #333 !important;
}
#page-mainvisual .en {
	color: #333 !important;
}
#page-mainvisual.bg-black::before {
	content: none !important;
}
@media screen and (max-width: 1080px) {
	#mv {
		min-width: 1080px;
	}
}
@media screen and (max-width: 640px) {
	#mv {
		min-width: 640px;
	}
	#mv .mv-logo {
		width: 256px;
	}
	#mv .mv-logo.test {
		width: 66%;
		left: 43%;
		top: 55%;
	}
	#page-mainvisual .ja {
		font-size: 2.6rem !important;
	}
	#page-mainvisual .en {
		font-size: 1.4rem !important;
	}
	#page-mainvisual {
		padding: 60px 0 !important;
	}
}

/*--------------
	home-content
--------------*/
#home-content {
	padding: 50px 0;
}
#home-content .content-width {
	padding: 0 20px
}
#home-content .information,
#home-content .staff-blog {
	width: 48%;
}
#home-content .item-title {
	margin-bottom: 30px;
	font-size: 1.5rem;
	font-style: italic;
	font-family: serif;
	line-height: 1;
}
#home-content .entry-list li {
	display: table;
	width: 100%;
	font-size: 1.3rem;
	line-height: 1;
	letter-spacing: normal;
}
#home-content .entry-list li a {
	display: inline-block;
	font-size: 1.4rem;
	vertical-align: middle;
}

#home-content .entry-list li .entry-date {
	display: table-cell;
}

#home-content .entry-list li {
	align-items: center;
	display: flex;
}

#home-content .entry-list li .entry-date {
	display: block;
	margin-right: 0;
}

#home-content .entry-list li span a {
	display: table-cell;
}
#home-content .entry-list li span.pc {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 380px;
	vertical-align: middle;
}
#home-content .entry-list li .sp {
	display: none;
}
#home-content .entry-list li:not(:last-child) {
	margin-bottom: 15px;
}
#home-content .entry-list a {
	color: #333;
}
#home-content .entry-date {
	width: 90px;
	margin-right: 20px;
	color: #666;
	letter-spacing: 1px;
	font-size: 1.4rem;
}
#home-content .more-link {
	margin-top: 30px;
	font-size: 1.4rem;
}
#home-content .more-link a {
	color: #333;
	text-decoration: underline;
}
#home-content .more-link a:hover {
	opacity: 1;
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	#home-content .content-width {
		padding: 0 40px;
	}
	#home-content .information,
	#home-content .staff-blog {
		width: 100%;
	}
	#home-content .information {
		padding-bottom: 40px;
	}
	#home-content .item-title {
		font-size: 1.8rem;
	}
	#home-content .information {
		border-bottom: 1px dotted #666;
	}
	#home-content .entry-list li {
		margin: 25px 0 20px;
		font-size: 1.6rem;
	}
	
	#home-content .entry-list li {
		flex-wrap: wrap;
	}

	#home-content .entry-list li .entry-date {
		margin-right: 0;
	}
	
	#home-content .entry-list li .entry-title {
		flex-basis: 100%;
	}
	
	#home-content .staff-blog {
		padding-top: 40px;
	}
	#home-content .entry-list li:not(:last-child) {
		margin: 25px 0 0;
	}
	#home-content .entry-list li,
	#home-content .entry-list li span {
		display:block;
	}
	#home-content .entry-date {
		width: auto;
		margin-bottom: 8px;
		letter-spacing: normal;
		font-size: 1.6rem;
	}
	#home-content .entry-title {
		line-height: 1.5;
	}
	#home-content .information ul {
		margin-bottom: 40px;
	}
	#home-content .entry-list li .sp {
		display: block;
	}
	#home-content .entry-list li .pc {
		display: none;
	}
	#home-content .entry-list li:last-child {
		margin-bottom: 0;
	}
	#home-content .entry-list li a {
		font-size: 1.6rem;
	}
}

/*--------------
	about
--------------*/
#about .about-btn a {
	padding: 16px 0;
	font-size: 1.4rem;
}
#about .about-list {
	overflow: hidden;
	letter-spacing: normal;
}
#about .about-list .item {
	position: relative;
	width: 25%;
	height: 400px;
	overflow: hidden;
	line-height: 1;
	letter-spacing: 2px;
	text-align: center;
}
#about .about-list .item:nth-child(9) {
	width: 100%;
}
#about .about-list .item:last-child {
	width: 100%;
}
#about .about-list .item a {
	display: block;
	height: 400px;
	text-decoration: none;
}
#about .about-list .item .text-en {
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
}
#about .about-list .item .center {
	display: block;
}
#about .about-list .item .text-en .pc {
	display: inline;
}
#about .about-list .item .text-ja {
	font-size: 1.4rem;
	color: #fff;
}
#about .about-list .item .icon {
	width: 90px;
	margin: 50px auto;
}
#about .about-list .item .bg-img {
	position: absolute;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 101%;
	height: 400px;
	margin: auto;
	padding: 0;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	background-color: #333;
	-webkit-background-size: cover;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
	z-index: -1;
}
#about .about-list .item .bg-img::before {
	display: block;
	content: "";
	position: absolute;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .4);
	opacity: 1;
	-webkit-transition: all .8s;
	-moz-transition: all .8s;
	-ms-transition: all .8s;
	-o-transition: all .8s;
	transition: all .8s;
}
#about .about-list .item a:hover .bg-img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-ms-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}
#about .about-list .item a:hover .bg-img::before {
	opacity: 0;
}

/*--------------
faq
--------------*/
.faq-content {
	background: #f3f3f3;
	padding: 80px 0;
	width: 100%;
}
.faq-title {
	margin-bottom: 40px;
	font-size: 2rem;
	font-weight: bold;
}
dl.faq-area {
	font-size: 1.4rem;
}
dl.faq-area a {
	color: #9e2330;
}
dl.faq-area dt {
	font-weight: bold;
	padding-top: 40px;
	padding-left: 30px;
	margin-bottom: 20px;
	border-top: 1px solid #dddddd;
	position: relative;
}
dl.faq-area dt.head-brackets {
	text-indent: -8px;
}
dl.faq-area dt::before {
	content: "Q";
	position: absolute;
	top: 40px;
	left: 0;
	text-indent: 0;
}
dl.faq-area dd {
	padding-left: 30px;
	padding-bottom: 40px;
	position: relative;
	line-height: 1.9;
}
dl.faq-area dd:last-child {
	padding-bottom: 0;
}
dl.faq-area dd::before {
	content: "A";
	position: absolute;
	top: 0;
	left: 0;
}
@media screen and (max-width: 640px) {
	.faq-title {
		text-align: center;
	}
	dl.faq-area {
		font-size: 1.6rem;
	}
	dl.faq-area dt.head-brackets {
		text-indent: -10px;
	}
	dl.faq-area dt,
	dl.faq-area dd {
		padding-left: 40px;
	}
}

/*content-footer　下層のfooter*/
#about-block.page-footer .about-list .item .bg-img,
#about.page-footer .about-list .item .bg-img {
	background-image: url('./images/about_img_item09.jpg');
}
#about-block.page-footer .about-list .item,
#about.page-footer .about-list .item {
	width: 100%;
}
@media screen and (max-width: 640px) {
	#about .about-list .item {
		width: 50%;
	}
	#about .about-list .item .text-en .pc {
		display: none;
	}
	#about .about-list .item .text-ja {
		font-size: 1.6rem;
	}
	#about .about-btn a {
		font-size: 1.6rem;
	}
}

/*--------------
	model-house
--------------*/
#model-house {
	position: relative;
	z-index: 2;
	padding: 80px 0;
}
#model-house .content-width {
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
}
#model-house .item {
	width: 320px;
	margin-right: 60px;
	font-size: 1.6rem;
}
#model-house .item a {
	display: block;
	color: #333;
	text-decoration: none;
}
#model-house .item:last-child {
	margin-right: 0;
}
#model-house .item .imgbox {
	width: 100%;
	margin-bottom: 20px;
}
#model-house .item-title {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 1.5rem;
	line-height: 1.7;
}
#model-house .item-text {
	font-size: 1.5rem;
}
.model-house-btn {
	width: 420px;
	height: 50px;
	margin-top: 40px;
	border: 1px solid #9e2330;
	box-sizing: border-box;
}
.model-house-btn.voice-bottom-btn {
	margin-top: 0;
}
.model-house-btn a {
	padding: 17px 0 18px;
	font-size: 1.5rem;
}
.model-house-btn a:hover {
	text-decoration: none !important;
}
.house-box {
	min-width: 1215px;
}
@media screen and (max-width: 640px) {
	#model-house {
		padding: 80px 0;
	}
	#model-house .section-title {
		font-size: 2.4rem;
	}
	#model-house .item {
		width: 100%;
		margin: 0 0 48px;
	}
	#model-house .item-title,
	#model-house .item-text {
		font-size: 1.7rem;
	}
	#model-house .item:last-child {
		margin-bottom: 0;
	}
	.model-house-btn {
		height: 100px;
		width: 460px;
		box-sizing: border-box;
	}
	.model-house-btn a {
		line-height: 1.3;
		font-size: 1.6rem;
		box-sizing: border-box;
	}
	.house-box {
		min-width: auto;
	}
}

/*--------------
	recent-works
--------------*/
#recent-works {
	background-color: #fff;
	overflow: hidden;
	position: relative;
	z-index: 2;
	padding: 80px 0;
}

#recent-works.bg-gray {
	background-color: #f3f3f3;
}

#recent-works .content-width {
	max-width: 1120px;
	width: 100%;
	padding: 0 20px;
}
.ttl-box {
	margin-bottom: 40px;
}
.ttl-box .sub-ttl {
	display: block;
	text-align: center;
	font-size: 1.4rem;
	line-height: 1;
}
.ttl-box .section-title {
	margin-bottom: 20px;
	position:relative;
	text-align: center;
	font-size: 2.6rem;
}
.ttl-box .section-title .en {
	display: block;
	padding-bottom: 40px;
}
.ttl-box .section-title .ja {
	font-weight: 500;
}
.ttl-box .sec-line {
	position: relative;
}
.ttl-box .sec-line::before{
	content:'';
	position: absolute;
	display: block;
	height: 2px;
	width: 78px;
	bottom: 20px;
	left: 0px;
	right: 0;
	margin: auto;
	background-color: #9E2330;
}
.sp-box {
	display: none;
}
#recent-works .item {
	font-size: 1.5rem;
}
#recent-works .item a {
	display: block;
	color: #333;
	position: relative;
	text-decoration: none;
}
#recent-works .item a .thumb-text {
	background-color: #333;
	color: #fff;
	font-size: 1.3rem;
	left: 0;
	padding: 4px 10px;
	position: absolute;
	top: 0;
	z-index: 1;
}

.pc-slider .item:last-child {
	margin-right: 0!important;
}
#recent-works .item .item-info {
	padding-top: 20px;
}
#recent-works .item .imgbox {
	width: 100%;
	margin-bottom: 20px;
}
#recent-works .item-title {
	margin-bottom: 5px;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1;
	text-align: center;
}
.house-box .item .item-ttl {
	font-weight: 500;
	font-size: 1.5rem!important;
}
@media screen and (max-width: 640px) {
	#recent-works {
		padding: 80px 0;
	}
	.sp-box {
		display: block;
	}
	.pc-box {
		display: none;
	}
	#recent-works .section-title {
		font-size: 2.4rem;
	}
	#recent-works > .item {
		margin: 0 0 48px 0!important;
	}
	#recent-works .item p:first-child {
		font-size: 1.7rem;
	}
	#recent-works .item p:last-child {
		margin-bottom: 0;
		font-size: 1.7rem;
	}
	#recent-works .item-title {
		font-size: 1.7rem;
	}
	.ttl-box .sub-ttl {
		font-size: 1.6rem;
	}
	.house-box .item .item-ttl {
		font-size: 1.7rem!important;
	}
}

/*--------------
	works
--------------*/
#works .content-width {
	position: relative;
	z-index: 2;
	width: 100%;
	max-width: 1120px;
	padding: 0 20px;
}
#works {
	padding: 80px 0;
	background-color: #fff;
}
#works .item a {
	display: block;
	color: #333;
	text-decoration: none;
}
#works .item .imgbox {
	width: 100%;
	margin-bottom: 20px;
}
#works .item-title {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 1.5rem;
}
.house-list a:hover {
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	opacity: .7;
}
@media screen and (max-width: 640px) {
	#model-house .content-width,
	#recent-works .content-width,
	#works .content-width {
		width: 100%;
		padding: 0 40px;
	}
	#works .item-title {
		font-size: 1.7rem;
	}
}

/*--------------
	footer-bnr
--------------*/
.logobox-wide {
	display: block;
	text-align: center;
}
.logobox-wide:hover {
	opacity: 0.7;
}
.logobox-wide .table {
	height: 80px;
}
.logobox-wide.detailaya img {
	height: 38px;
}
.logobox-wide.d-select img {
	height: 38px;
}
.logobox-wide.d-premium img {
	height: 44px;
}
#footer-bnr {
	padding: 40px 0;
	background: #333;
}
#footer-bnr .brand-list {
	font-size: 0;
	letter-spacing: 0;
}
#footer-bnr .brand-list li {
	display: inline-block;
	vertical-align: middle;
	width: 320px;
	margin-right: 60px;
	background: #fff;
}
#footer-bnr .brand-list li:nth-child(3n) {
	margin-right: 0;
}
#footer-bnr .brand-list li:nth-child(n+4) {
	margin-top: 30px;
}
@media screen and (max-width: 640px) {
	.logobox-wide .table {
		height: 120px;
	}
	.logobox-wide.detailaya img {
		height: 57px;
	}
	.logobox-wide.d-select img {
		height: 57px;
	}
	.logobox-wide.d-premium img {
		height: 66px;
	}
	#footer-bnr .brand-list li {
		display: block;
		width: 100%;
		margin: 0 0 30px;
	}
	#footer-bnr .brand-list li:last-child {
		margin-bottom: 0;
	}
}

/*--------------
	footer
--------------*/
#footer {
	min-width: 1110px;
	padding: 60px 0;
}
#footer .text-area {
	width: 510px;
	box-sizing: border-box;
}
#footer .text-area .footer-logo {
	width: 230px;
	margin-bottom: 8px;
	line-height: 1;
}
#footer .text-area .info {
	margin-bottom: 23px;
	font-size: 1.3rem;
	line-height: 200%;
}
#footer .text-area .info li a {
	color: #9e2330;
}
#footer .text-area .info li a:hover {
	text-decoration: underline;
	text-decoration-color: #9e2330;
}
#footer .text-area .tel {
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
	font-size: 2rem;
}
#footer .text-area .tel a {
	color: #333;
}
#footer .footer-info {
	display: inline-block;
}
#footer .text-area .footer-contact-btn {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 150px;
	margin-right: 20px;
	z-index: 3;
}
#footer .text-area .ico-fb a {
	display: block;
}
#footer .text-area .ico-fb.pc {
	display: inline-block;
	width: 44px;
	vertical-align: middle;
}
#footer .text-area .ico-fb img {
	border-radius: 50%;
}
#footer .text-area .ico-fb.sp {
	display: none;
}
.ico-fb .fb:hover {
	cursor: pointer;
}
#footer .text-area .footer-contact-btn a {
	padding: 14px 0;
	font-size: 1.4rem;
}
#secondary-footer {
	margin-top: 80px;
	margin-bottom: 80px;
}
#secondary-footer br {
	display: block;
}
#copyright {
	background: #333;
	color: #fff;
	padding: 2em 0;
	text-align: center;
	font-size: 1.1rem;
	line-height: 1;
}
#footer .bg-img {
	width: 50%;
	background: no-repeat center center;
	background-image: url('./images/footer_bg.jpg');
	background-size: cover;
}
#footer .map-txt {
	margin-left: 1rem;
	color: #9e2330;
}
#footer .footer-item-box {
	margin-bottom: 20px;
	font-size: 0;
}
#footer .footer-item-box .footer-logo {
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
}
#footer .footer-item-box ul {
	display: inline-block;
	vertical-align: middle;
}
#footer .footer-item-box ul li {
	width: 40px;
	border-radius: 50%;
	margin-right: 10px;
}
#footer .footer-item-box ul li a {
	display: block;
	height: 40px;
}
#footer .footer-item-box ul li:nth-child(2) {
	background: no-repeat center center url('./images/60D589B6.png');
}
#footer .footer-item-box ul li:last-child {
	margin-right: 0;
}
#footer .fb-like {
	margin-bottom: 30px;
}
#footer .footer-item-inner {
	margin-bottom: 30px;
	font-size: 0;
	letter-spacing: normal;
	text-align: center;
}
#footer .footer-item-inner .footer-nav {
	display: inline-block;
	vertical-align: top;
	font-size: 1.3rem;
	line-height: 2;
	width: 50%;
	text-align: left;
}
#footer .footer-item-inner .footer-nav:first-child {
	padding-right: 30px;
	border-right: 1px solid #ddd;
}
#footer .footer-item-inner .footer-nav:last-child {
	padding-left: 30px;
}
#footer .free-dial-container .wrap-free-dial {
	display: flex;
	flex-wrap: wrap;
	height: auto;
	margin-top: 30px;
	row-gap: 10px;
	width: 100%;
}

#footer .free-dial-container .wrap-free-dial a {
	flex-basis: 345px;
	line-height: 1;
	width: 345px;
}

#footer .free-dial-container .wrap-free-dial a img {
	height: auto;
	width: 100%;
}

#footer .footer-nav .nest-list {
	padding-left: 15px;
}
#footer .footer-nav .nest-list li::before {
		content: "├";
}
#footer .work-area {
	margin: 30px 0;
	font-size: 1.3rem;
}
#footer .instagram-widget {
	width: 510px;
}

@media screen and (max-width: 640px) {
	#footer {
		min-width: 640px;
		display: block;
		padding: 40px 0 180px;
	}
	#footer .footer-item-inner {
		margin: 40px 0;
	}
	#footer .work-area {
		margin: 40px 0;
		font-size: 1.1rem;
	}
	#footer .instagram-widget {
		margin-bottom: 40px;
	}
	#footer .instagram-widget iframe {
		width: 560px !important;
		height: 740px !important;
		vertical-align: middle;
	}
	.fb_iframe_widget_fluid span {
		vertical-align: middle !important;
	}
	#footer .instagram-widget,
	#footer .text-area {
		display: block;
		float: none;
		width: 100%;
	}
	#footer .text-area .footer-logo {
		width: 230px;
		margin-bottom: 0;
	}
	#footer .footer-item-box ul li {
		width: 50px;
	}
	#footer .footer-item-box ul li a {
		height: 50px;
	}
	#footer .footer-item-box ul li img {
		width: 50px;
		height: 50px;
	}
	#footer .text-area .info li {
		line-height: 1.25;
		font-size: 1.5rem;
	}
	#footer .text-area .info li:not(:last-child) {
		margin-bottom: 10px;
	}
	#footer .text-area .footer-contact {
		display: block;
		width: 100%;
		margin-bottom: 40px;
		text-align: center;
	}
	#footer .text-area .tel {
		display: inline-block;
		text-align: center;
		font-size: 2.2rem;
	}
	#footer .text-area .footer-contact-btn {
		display: block;
		width: 100%;
		margin-right: 0;
	}
	#footer .text-area .footer-menu li {
		letter-spacing: -1px;
	}
	#footer .text-area .footer-menu li:nth-child(2) {
		margin-left: 20px;
	}
	#footer .text-area .footer-menu li a {
		font-size: 1.5rem;
	}
	#footer .bg-img {
		display: block;
		float: none;
		width: 100%;
		height: 252px;
	}
	#footer .text-area .ico-fb.sp {
		display: inline-block;
		width: 44px;
		vertical-align: middle;
	}
	#footer .text-area .ico-fb.pc {
		display: none;
	}
	#footer .footer-info {
		margin-bottom: 20px;
		text-align: center;
		font-size: 0;
	}
	#footer .free-dial-container .wrap-free-dial a {
		flex-basis: auto;
		width: 500px;
	}
	#copyright {
		font-size: 1.3rem;
	}
	#footer .text-area .footer-contact-btn a {
		font-size: 1.6rem;
	}
	#footer .footer-item-inner .footer-nav {
		width: 50%;
		font-size: 1.1rem;
	}
	#footer .footer-item-inner .footer-nav:first-child {
		padding-right: 20px;
		box-sizing: border-box;
	}
	#footer .footer-item-inner .footer-nav:last-child {
		padding-left: 20px;
	}
}

#tertiary-footer {
	padding: 23px 0;
	font-size: 1.2rem;
	color: #eed0ab;
	line-height: 1;
	letter-spacing: 0.1em;
	text-align: center;
	background-color: #5b4330;
}
@media screen and (max-width: 640px) {
	#tertiary-footer {
		font-size: 1.1rem;
	}
}

/* Utitlity
----------------------------------------------------------------- */
.ta-c {
	text-align: center;
}
.ta-l {
	text-align: left;
}
.ta-r {
	text-align: right;
}
.va-t {
	vertical-align: top;
}
.va-m {
	vertical-align: middle;
}
.va-b {
	vertical-align: bottom;
}
.fw-b {
	font-weight: bold;
}
.fw-n {
	font-weight: normal;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.fz0 {
	font-size: 0;
}
.embed {
	color: #e60012;
}

/*#page-top*/
#page-top {
	display: none;
}
.home .is-active #page-top,
.page-content.is-scroll #page-top {
	position: fixed;
	display: block;
	height: 60px;
	right: 0;
	bottom: 0;
	z-index: 10;
}
.home .is-active #page-top a,
.page-content.is-scroll #page-top a {
	position: relative;
	display: inline-block;
	height: 60px;
	width: 60px;
	cursor: pointer;
	background-color: rgba(0,0,0,0.8);
	box-sizing: border-box;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.home .is-active #page-top img,
.page-content.is-scroll #page-top img {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.home .is-active #page-top a:hover,
.page-content.is-scroll #page-top a:hover {
	background-color: #9e2330;
		-webkit-transition: all 0.4s ease-in-out;
		-moz-transition: all 0.4s ease-in-out;
		-ms-transition: all 0.4s ease-in-out;
		-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
@media screen and ( max-width:640px ){
	.home .is-active #page-top,
	.page-content.is-scroll #page-top {
		display: none;
	}
}

/* タブメニュー */
#tab-menu {
	list-style: none;
}
.archive-inner .search-list {
	margin-bottom: 100px;
}
.search-list ul .search-list-item {
	position: relative;
}
.search-list ul .search-list-item {
	padding: 13px 13px 12px;
	border-right: 1px solid #fff;
	font-size: 1.5rem;
	box-sizing: border-box;
	background: #efefef no-repeat right 20px center;
	background-image: url(../images/arrow_bottom_b.png);
}
.tab-footer-menu {
	display: none;
}
@media screen and ( max-width:640px ){
	#tab-menu {
		display: none;
	}
}
.tab-sp-menu {
	display: none;
}
@media screen and ( max-width:640px ){
	/*建築実例：上部アコーディオン*/
	.tab-sp-menu {
		display: block;
	}
	.archive-openhouse .tab-sp-menu li {
		width: 100%!important;
	}
	.tab-sp-menu ul {
		display: none;
	}
	.tab-sp-menu span {
		cursor: pointer;
	}
	.tab-sp-menu .tab-sp-ttl {
		position: relative;
		padding: 30px;
		height: 100px;
		font-size: 1.6rem;
		box-sizing: border-box;
		text-align: center;
		background-color: #f3f3f3;
		border-bottom: 6px solid #ccc;
		transition: none;
	}
	.tab-sp-menu a {
		transition: none;
	}
	.tab-sp-menu a:hover {
		transition: none;
	}
/*	.tab-sp-menu .tab-sp-ttl::before {
		content: "";
		position: absolute;
		right: 20px;
		top: 28px;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #333;
		border-right: 1px solid #333;
			-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
			-webkit-transition: all .15s linear;
			-moz-transition: all .15s linear;
			-o-transition: all .15s linear;
		transition: all .15s linear;
	}
	.tab-sp-menu .tab-sp-ttl.active::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}*/
	.tab-sp-menu .child-ttl {
		position: relative;
		height: 100px;
		padding: 30px;
		background-color: #f3f3f3;
		box-sizing: border-box;
		border-bottom: 1px solid #fff;
		color: #333;
	}
	.tab-sp-menu .child-ttl:hover,
	.tab-sp-menu .child-ttl:active {
		background-color: #333;
		color: #fff;
	}
/*	.tab-sp-menu .child-ttl::before {
		content: "";
		position: absolute;
		right: 20px;
		top: 28px;
		width: 10px;
		height: 10px;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
			-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
			-webkit-transition: all .15s linear;
			-moz-transition: all .15s linear;
			-o-transition: all .15s linear;
		transition: all .15s linear;
	}
	.tab-sp-menu .child-ttl.active::before {
		-webkit-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}*/
	.tab-sp-menu li {
		display: block;
		text-align: left;
		cursor: pointer;
		color: #fff;
	}
	.tab-sp-menu .nest li {
		position: relative;
		background-color: #ccc;
		border-bottom: 1px solid #fff;
		color: #333;
	}
	.tab-sp-menu .nest li a {
		display: block;
		height: 100px;
		padding: 30px;
		box-sizing: border-box;
		background-color: #333;
		color: #fff;
	}
/*	.tab-sp-menu .nest li::before {
		content: "";
		position: absolute;
		right: 20px;
		top: 28px;
		width: 10px;
		height: 10px;
		border-top: 1px solid #333;
		border-right: 1px solid #333;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}*/
	.tab-footer-menu {
		display: block;
		padding-top: 40px;
		padding-bottom: 40px;
		background-color: #f3f3f3;
	}
	.tab-footer-menu .child-box {
		display: none;
	}
	.tab-footer-menu .parent-box {
		margin-bottom: 30px;
	}
	.tab-footer-menu .parent-box .txt {
		width: 500px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}
	.tab-footer-menu .parent-box:last-child {
		margin-bottom: 0;
	}
	.tab-footer-menu .child-box li {
		background-color: #333;
		border-bottom: 1px solid #fff;
	}
	.single-works .tab-footer-menu .child-box li {
		background-color: #333;
	}
	.tab-footer-menu .child-box li a {
		display: block;
		height: 100px;
		padding: 30px;
		color: #fff;
		text-align: left;
		transition: none;
		box-sizing: border-box;
	}
	.tab-footer-menu .child-box li a:hover,
	.tab-footer-menu .child-box li a:active {
		background-color: #333;
		color: #fff;
		transition: none;
	}
	.single-works .tab-footer-menu .child-box li a {
		color: #fff;
	}
	.tab-footer-menu .tab-footer-ttl {
		position: relative;
		height: 100px;
		padding: 30px;
		text-align: center;
		box-sizing: border-box;
		background-color: #fff;
		border-bottom: 6px solid #ccc;
	}
	.single-blog .tab-footer-menu .tab-footer-ttl {
		position: relative;
		text-align: left;
	}
	.tab-footer-menu .tab-footer-ttl.arrow::before {
		content: "";
		position: absolute;
		top: 10px;
		bottom: 0;
		right: 20px;
		margin: auto;
		box-sizing: border-box;
		width: 10px;
		height: 10px;
		border: 8px solid transparent;
		border-top: 8px solid #333;
			-webkit-transition: all .15s linear;
			-moz-transition: all .15s linear;
			-o-transition: all .15s linear;
		transition: all .15s linear;
	}
	.tab-footer-menu .tab-footer-ttl.arrow.active::before {
			-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		top: 0;
	}
}

/* =　フォーム
-------------------------------------------------------------- */
div.wpcf7-mail-sent-ok {
	text-align: center;
	border: none;
	font-size: 1.6rem;
}
div.wpcf7-validation-errors {
	text-align: center;
	border: none;
	color: #f00;
	font-size: 1.6rem;
}
span.wpcf7-not-valid-tip {
	margin-top: 5px;
	font-size: 1.3rem;
}
div.wpcf7-response-output {
	margin: 20px 0;
	padding: 0;
}

/* = staff
-------------------------------------------------------------- */
.staff-item .side-ttl {
	color: #fff;
	background-color: #3e3a39;
	border: 1px solid #3e3a39;
	text-align: center;
	box-sizing: border-box;
	font-size: 1.3rem;
}
.staff-item .profile-img {
  margin: 20px 0;
  text-align: center;
}
.staff-item .profile-img {
	text-decoration: none;
}
.staff-item .profile-box {
  padding: 15px 0;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.staff-item .profile-box p {
	font-size: 1.3rem;
}
.staff-item .profile-img img {
  width: 120px;
  border-radius: 150px;
  -moz-border-image: border-radius: 150px;
  -webkit-border-image: border-radius: 150px;
}

@media screen and (max-width: 640px) {
	.staff-item {
		margin-bottom: 50px;
	}
	.staff-item .side-ttl {
		height: auto;
		padding: 22px;
		font-size: 1.6rem;
	}
	.staff-item .profile-img {
	margin: 40px 0 30px;
	}
	.staff-item .profile-img p {
		margin-top: 20px;
	}
	.staff-item .profile-img img {
	width: 240px;
	}
	.staff-item .profile-box {
		padding: 35px 0;
	}
	.staff-item .profile-box p {
		font-size: 1.6rem;
	}
}

/* = .bx-wrapper .bx-controls-direction a
-------------------------------------------------------------- */
@media screen and (max-width: 640px) {
	.bx-wrapper .bx-controls-direction a {
		top: 187px;
		margin-top: -37px;
	}
}

/* = 404
-------------------------------------------------------------- */
.error404 .message-box .entry-title {
	color: #9e2330;
}
.error404 .entry-title .option {
	font-size: 2rem;
}
.error404 .not-content {
	margin: 40px 0;
	font-size: 1.6rem;
}
.error404 .not-content p {
	margin-bottom: 10px;
}
.error404 .message-box {
	margin-bottom: 100px;
}
.error404 .cause-list {
	padding-left: 20px;
}
.error404 .cause-list li {
	list-style-type: initial;
}
.error404 .about-btn {
	width: 420px;
}
@media screen and ( max-width:640px ){
	.error404 .message-box .entry-title {
		font-size: 2rem;
	}
}


/*--------------------
 吹き出しを作る 2018.03.13 add
--------------------*/
/* 全体のスタイル */
.kaiwa {
  margin-bottom: 40px;
}
/* 左画像 */
.kaiwa-img-left {
  margin: 0;
  float: left;
  width: 60px;
  height: 60px;
}
/* 右画像 */
.kaiwa-img-right {
  margin: 0;
  float: right;
  width: 60px;
  height: 60px;
}
.kaiwa figure img {
  width: 100%;
  height: 100%;
  border: 1px solid #aaa;
  border-radius: 50%;
  margin: 0;
}
/* 画像の下のテキスト */
.kaiwa-img-description {
  padding: 5px 0 0;
  font-size: 10px;
  text-align: center;
}
/* 左からの吹き出しテキスト */
.kaiwa-text-right {
  position: relative;
  margin-left: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
/* 右からの吹き出しテキスト */
.kaiwa-text-left {
  position: relative;
  margin-right: 80px;
  padding: 10px;
  border: 1px solid #aaa;
  border-radius: 10px;
}
p.kaiwa-text {
  margin: 0 0 20px;
}
p.kaiwa-text:last-child {
  margin-bottom: 0;
}
/* 左の三角形を作る */
.kaiwa-text-right:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #aaa;
  top: 15px;
  left: -20px;
}
.kaiwa-text-right:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-right: 10px solid #fff;
  top: 15px;
  left: -19px;
}
/* 右の三角形を作る */
.kaiwa-text-left:before {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #aaa;
  top: 15px;
  right: -20px;
}
.kaiwa-text-left:after {
  position: absolute;
  content: '';
  border: 10px solid transparent;
  border-left: 10px solid #fff;
  top: 15px;
  right: -19px;
}
/* 回り込み解除 */
.kaiwa:after,.kaiwa:before {
  clear: both;
  content: "";
  display: block;
}

/*===============================================================
	Slider
===============================================================*/
/* = .default-slider
-------------------------------------------------------------- */
.default-slider li {
	width: 320px;
	margin: 60px 60px 0 0;
}
.default-slider > li:nth-child(3n) {
	margin-right: 0;
}
.default-slider > li:nth-child(n+3),
.default-slider li.slick-slide {
	margin-top: 0;
}
.default-slider .slick-arrow {
	position: absolute;
	top: 130px;
	width: 45px;
	height: 45px;
	margin-top: -22px;
	border: none;
	background: no-repeat center center;
	z-index: 999;
}
.default-slider .slick-prev {
	left: -65px;
	background-image: url('./images/arrow-left.png');
}
.default-slider .slick-next {
	right: -65px;
	background-image: url('./images/arrow-right.png');
}
@media screen and (max-width: 640px) {
	.default-slider li {
		width: 560px !important;
	}
	.default-slider .slick-arrow {
		top: 210px;
		width: 75px;
		height: 75px;
	}
	.default-slider .slick-prev {
		left: -22px;
		background-image: url('./images/arrow-sp-left.png');
	}
	.default-slider .slick-next {
		right: -22px;
		background-image: url('./images/arrow-sp-right.png');
	}
}

/*===============================================================
	Wireframe
===============================================================*/
@media screen and (min-width: 641px) {
	.col-pc-1,
	.col-pc-2,
	.col-pc-3,
	.col-pc-4,
	.col-pc-5,
	.col-pc-6 {
		display: flex;
		flex-wrap: wrap;
		margin-left: -1.5rem;
		margin-right: -1.5rem;
		margin-bottom: -3.0rem;
	}
	.col-pc-1 > *,
	.col-pc-2 > *,
	.col-pc-3 > *,
	.col-pc-4 > *,
	.col-pc-5 > *,
	.col-pc-6 > * {
		margin-bottom: 3.0rem;
		padding: 0 1.2rem;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		vertical-align: top;
	}
	.col-pc-1 > * {
		width: 100%;
	}
	.col-pc-2 > * {
		width: 50%;
	}
	.col-pc-3 > * {
		width: 33.33%;
	}
	.col-pc-4 > * {
		width: 25%;
	}
	.col-pc-5 > * {
		width: 20%;
	}
	.col-pc-6 > * {
		width: 16.6%;
	}
}

@media screen and (max-width: 640px) {
	.col-pc-1,
	.col-pc-2,
	.col-pc-3,
	.col-pc-4,
	.col-pc-5,
	.col-pc-6 {
		display: flex;
		flex-wrap: wrap;
		margin-left: -10px;
		margin-right: -10px;
		margin-bottom: -10px;
	}
	.col-sp-1 > *,
	.col-sp-2 > *,
	.col-sp-3 > *,
	.col-sp-4 > *,
	.col-sp-5 > *,
	.col-sp-6 > * {
		margin-bottom: 20px;
		padding: 0 10px;
		box-sizing: border-box;
		vertical-align: top;
	}
	.col-sp-1 > *:last-child,
	.col-sp-2 > *:last-child,
	.col-sp-3 > *:last-child,
	.col-sp-4 > *:last-child,
	.col-sp-5 > *:last-child,
	.col-sp-6 > *:last-child {
		margin-bottom: 0;
	}
	.col-sp-1 > * {
		display: block;
		width: 100%;
	}
	.col-sp-2 > * {
		width: 50%;
	}
	.col-sp-3 > * {
		width: 33.33%;
	}
	.col-sp-4 > * {
		width: 25%;
	}
	.col-sp-5 > * {
		width: 20%;
	}
	.col-sp-6 > * {
		width: 16.6%;
	}
}

/* = .sec-box
-------------------------------------------------------------- */
.sec-box {
	padding: 60px 0;
	border-bottom: 1px solid #e1e1e1;
}
.sec-box:first-child {
	border-top: 1px solid #e1e1e1;
}
.sec-box,
.sec-box p {
	font-size: 1.5rem;
}

/* = .default-ttl
-------------------------------------------------------------- */
.default-ttl {
	display: inline-block;
	margin-bottom: 25px;
	padding-bottom: 10px;
	font-size: 2.0rem;
}
.default-ttl.with-border {
	border-bottom: 3px solid #3e3a39;
}

/* = .default-table
-------------------------------------------------------------- */
.default-table {
	width: 100%;
}
.default-table th {
	width: 140px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.default-table th,
.default-table td {
	padding: 20px;
	border-bottom: 1px solid #e1e1e1;
}
.default-table tr:first-child th,
.default-table tr:first-child td {
	border-top: 1px solid #e1e1e1;
}
.default-table th {
	background: #f3f3f3;
}

/* = .default-list
-------------------------------------------------------------- */
.default-list li .list-inner {
	height: 100%;
	padding: 16px;
	border: 1px solid #e1e1e1;
	box-sizing: border-box;
}

/*===============================================================
	Indivisual
===============================================================*/
.page-template-add-lineup #mv {
	height: auto;
	background-position: center center;
	background-image: url('./images/lineup/mv_bg.jpg');
	background-size: cover;
}
body#viola #page-header .title{
	color: #5d2c8d;
}
body#wisteria #page-header .title{
	color: #52998d;
}
body#lotus #page-header .title{
	color: #bc3661;
}
.page-template-add-lineup #page-header {
	margin-bottom: 60px;
}
.page-template-add-lineup #page-header .txtbox .title {
	margin-bottom: 40px;
	font-size: 2.2rem;
	line-height: 1.25;
}
.page-template-add-lineup #page-header .logobox {
	width: 270px;
	margin: auto;
}
.page-template-add-lineup .link-to-lineup {
	padding-top: 30px;
	padding-bottom: 100px;
	font-size: 1.5rem;
	text-align: center;
}
.page-template-add-lineup .link-to-lineup a {
	color: #9e2330;
}

/* = TOP
-------------------------------------------------------------- */
/* .top-works-list */
@media screen and (min-width: 641px) {
	.top-works-list li {
		width: 320px;
		margin-right: 60px;
	}
	.top-works-list li:nth-child(3n) {
		margin-right: 0;
	}
	.top-works-list li:nth-child(n+4) {
		margin-top: 60px;
	}
}

@media screen and (max-width: 640px) {
	.top-works-list li {
		width: 260px;
	}
	.top-works-list li:nth-child(odd) {
		margin-right: 40px;
	}
	.top-works-list li:nth-child(n+3) {
		margin-top: 30px;
	}
}

.works-list-inner {
	font-size: 0;
	letter-spacing: normal;
}
.works-list-inner .works-box {
	display: inline-block;
	width: 320px;
	margin-right: 60px;
	margin-bottom: 60px;
	vertical-align: top;
}
.works-list-inner .works-box a {
	display: block;
	text-decoration: none;
}
.works-list-inner .works-box a:hover {
	opacity: .7;
}
.works-list-inner .works-box:nth-child(3n) {
	margin-right: 0;
}
.works-list-inner .works-box:nth-last-child(-n+4) {
	margin-bottom: 0;
}
.works-list-inner .works-ttl {
	margin-top: 20px;
	font-size: 1.5rem;
	font-weight: 500;
}

@media screen and (max-width: 640px) {
	.works-list-inner .works-box:nth-child(even) {
		margin-right: 0;
	}
	.works-list-inner .works-box:nth-child(odd) {
		margin-right: 40px;
	}
	.works-list-inner .works-box:nth-last-child(-n+4) {
		margin-bottom: 30px;
	}
	.works-list-inner .works-box:nth-last-child(-n+3) {
		margin-bottom: 0;
	}
	.works-list-inner .works-box {
		width: 260px;
	}
	.works-list-inner .works-box img {
		width: 100%;
	}
}



/**************** 200421追加 ****************/

.wpcf7-checkbox label .wpcf7-list-item-label{
	padding-left: 28px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.wpcf7-checkbox label .wpcf7-list-item-label:before{
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
    bottom: 0;
    margin: auto;
	background-color: #fff;
	border: 3px solid #aaa;
	border-radius: 5px;
	box-sizing: border-box;
}

.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label:after{
	content: '\2713' !important;
	font-size: 30px;
	color: #000;
	line-height: 0.5em;
	position: absolute;
    left: -2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 25px;
    height: 15px;
}

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


.wpcf7-radio .wpcf7-list-item-label{
	padding-left: 28px;
	display: inline-block;
	cursor: pointer;
	position: relative;
}

.wpcf7-radio .wpcf7-list-item-label:before{
	content: '';
	width: 22px;
	height: 22px;
	display: inline-block;
	position: absolute;
	left: 0;
	top: 0;
    bottom: 0;
    margin: auto;
	background-color: #fff;
	border: 3px solid #aaa;
	border-radius: 50%;
	box-sizing: border-box;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after{
	content: '';
	width: 6px;
    height: 6px;
    background: #333;
    position: absolute;
    left: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	border-radius: 50%;
}

.radio_block .wpcf7-list-item{
	display: block;
}

.wpcf7-radio input[type="radio"]{
	display: none;
}


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

.wpcf7-checkbox label .wpcf7-list-item-label{
	padding-left: 38px;
}

.wpcf7-checkbox label .wpcf7-list-item-label:before{
	width: 32px;
	height: 32px;
}

.wpcf7-checkbox input[type=checkbox]:checked + .wpcf7-list-item-label:after,
.wpcf7-checkbox .wpcf7c-conf-hidden + .wpcf7-list-item-label:after{
	font-size: 40px;
}

.wpcf7-radio .wpcf7-list-item{
	display: block;
}

.wpcf7-radio .wpcf7-list-item-label{
	padding-left: 38px;
}

.wpcf7-radio .wpcf7-list-item-label:before{
	width: 32px;
	height: 32px;
}

.wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after{
	width: 12px;
	height: 12px;
	left: 10px;
}

.radio_top .wpcf7-list-item{
	margin-bottom: 10px;
}

.radio_top .wpcf7-radio .wpcf7-list-item-label:before{
	top: 4px;
	bottom: auto;
}

.radio_top .wpcf7-radio input[type=radio]:checked + .wpcf7-list-item-label:after,
.radio_top .wpcf7-radio .wpcf7c-conf-hidden + .wpcf7-list-item-label:after{
	top: 13px;
	bottom: auto;
}


}






/***************************** 200511追加 *****************************/

.wrap{
	width: 1200px;
	margin: auto;
}

.wrap1000{
	width: 1000px;
	margin: auto;
}




.c_tit1{
	width: 500px;
	background: #fff;
	border: 2px solid #96242f;
	position: relative;
	/*z-index: 9;*/
	/*font-size: 26px;*/
	text-align: center;
	padding: 20px 0;
}

.c_tit1:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	background: #96242f;
	position: absolute;
	left: 10px;
	top: 10px;
	z-index: -1;
}



.c_tit2{
	width: 640px;
	background: #fff;
	padding: 40px 0;
	text-align: center;
	font-size: 28px;
}

.c_tit2 .sub{
    font-family: "Georgia", serif;
    font-weight: bold;
}

.c_tit2 .sub:after{
	content: "";
	display: block;
	width: 100px;
	height: 2px;
	background: #96242f;
	margin: 20px auto;
}

.c_tit2 h4{
	letter-spacing: 0.1em;
}



.c_tit3{
	color: #96242f;
	font-size: 28px;
	text-align: center;
}

.c_tit3:after{
	content: "";
	display: block;
	background: url(images/contact/contact_icon2.svg) no-repeat;
	background-size: contain;
	width: 40px;
    height: 19px;
	margin: 40px auto 0;
}


.contact_mv{
	background: url(images/contact/contact_mv.png) center no-repeat;
	background-size: cover;
	padding: 40px 0 100px;
}

.contact_mv h1{
	font-weight: bold;
	font-size: 36px;
	text-align: center;
}

.contact_mv h1 .main_txt{
	font-size: 160%;
	color: #96242f;
	-webkit-text-stroke: 1px;
}

.contact_mv .box{
	background: rgba(240,240,240,0.7);
	padding: 60px 0 40px;
	margin-top: 60px;
}

.contact_mv .box:after{
	content: "";
	display: block;
	clear: both;
}

.contact_mv .box .img{
	float: left;
	width: 46%;
	margin-top: -100px;
}

.contact_mv .box .txt{
	float: right;
	width: 50%;
}

.contact_mv .box .txt li{
	padding-left: 45px;
	font-size: 28px;
	font-weight: bold;
	position: relative;
}

.contact_mv .box .txt li:before{
	content: "";
	display: block;
	background: url(images/contact/contact_icon1.svg) no-repeat;
	background-size: contain;
	width: 35px;
    height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

.contact_mv .box .txt li span{
	color: #96242f;
	font-size: 160%;
}

.contact_mv .box .txt .contact_mv_btn{
	margin-top: 40px;
}

.contact_mv .box .txt .contact_mv_btn a:hover{
	opacity: 0.65;
}



.new_contact_block1{
	padding: 100px 0;
	border-bottom: 1px solid #96242f;
}

.new_contact_block1 .c_tit1{
	margin: 0 auto;
}

.new_contact_block1 .img{
	margin-top: 60px;
}

.new_contact_block1 .read{
	margin-top: 40px;
}

.new_contact_block1 .c_tit3{
	margin-top: 100px;
}



.new_contact_block1 .box{
	margin-top: 100px;
	padding: 100px 0 0;
	background: linear-gradient(#909090 65%,rgba(0,0,0,0) 65%);
}

.new_contact_block1 .box .c_tit2{
	margin: 0 auto;
}

.new_contact_block1 .box .inner{
	width: 600px;
    margin: 40px auto 0;
}

.new_contact_block1 .box .inner .contact_area:after{
	content: "";
	display: block;
	clear: both;
}

.new_contact_block1 .box .inner .contact_area li{
	float: left;
	font-weight: bold;
	margin-right: 5%;
}

.new_contact_block1 .box .inner .contact_area li:last-child{
	margin-right: 0;
}

.new_contact_block1 .box .inner .contact_area li h6{
	background: #96242f;
	color: #fff;
	float: left;
	font-size: 18px;
	padding: 3px 1.5em;
}

.new_contact_block1 .box .inner .contact_area li .tsubo{
	float: left;
	font-size: 18px;
	margin-left: 1em;
	padding: 3px 0;
}

.new_contact_block1 .box .inner h5{
	margin-top: 40px;
	font-size: 30px;
}

.new_contact_block1 .box .inner p{
	margin-top: 10px;
}




.new_contact_block2{
	padding: 100px 0;
	border-bottom: 1px solid #96242f;
}

.new_contact_block2 .c_tit1{
	margin: 0 auto;
}

.new_contact_block2 .img{
	margin-top: 60px;
}

.new_contact_block2 .read{
	margin-top: 40px;
}




.new_contact_block3{
	padding: 100px 0;
}

.new_contact_block3 .c_tit1{
	margin: 0 auto;
}

.new_contact_block3 .img{
	width: 65%;
    margin: 60px auto 0;
}





.new_contact_block4{
	padding: 10px 0;
	border-top: 15px solid #96242f;
	border-bottom: 15px solid #96242f;
}

.new_contact_block4 .box{
	padding: 60px 0;
	border-top: 1px solid #96242f;
	border-bottom: 1px solid #96242f;
}

.new_contact_block4 .box .img{
	background: #909090;
	text-align: center;
}

.new_contact_block4 .box .img img{
	margin: -60px 0 -100px;
}

.new_contact_block4 .box .read{
	margin-top: 100px;
	text-align: center;
	font-size: 24px;
    font-weight: bold;
    line-height: 2em;
}

.new_contact_block4 .box .txt{
	text-align: center;
    font-size: 20px;
	font-weight: bold;
}

.new_contact_block4 .box .txt img{
	width: 34px;
    vertical-align: text-bottom;
}






.new_contact_block5{
	padding: 100px 0 0;
}

.new_contact_block5 .still-btn{
	display: none !important;
}




.contact_btn{
	text-align: center;
	padding: 100px 0;
	border-bottom: 1px solid #96242f;
}

.contact_btn a:hover{
	opacity: 0.65;
}





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

.wrap,
.wrap1000{
	width: 90%;
}



.c_tit1{
	width: 70%;
}



.c_tit2{
	width: 80%
}





.contact_mv{
	padding: 20px 0 60px;
	background: url(images/contact/contact_mv_sp.png) center no-repeat;
}

.contact_mv h1{
	font-size: 30px;
	text-align: left;
	line-height: 1.8em;
	padding: 0 3%;
}

.contact_mv h1 .main_txt{
	display: block;
	-webkit-text-stroke: 2px;
}

.contact_mv h1 .txt_right{
	display: block;
	text-align: right;
}



.contact_mv .box{
	padding: 20px 0 40px;
	margin-top: 30px;
}

.contact_mv .box .wrap{
	width: 80%;
}

.contact_mv .box .img{
	float: none;
    width: auto;
    margin-top: -80px;
}

.contact_mv .box .txt {
    float: none;
    width: auto;
}

.contact_mv .box .txt li{
	font-size: 26px;
}

.contact_mv .box .txt .contact_mv_btn {
    margin-top: 20px;
    text-align: center;
}





.new_contact_block1{
	padding: 60px 0;
}

.new_contact_block1 .c_tit3 {
    margin-top: 60px;
}

.new_contact_block1 .box{
	margin-top: 60px;
    padding: 60px 0 0;
}

.new_contact_block1 .box .inner{
	width: auto;
}

.new_contact_block1 .box .inner .contact_area li h6,
.new_contact_block1 .box .inner .contact_area li .tsubo{
	font-size: 22px;
}





.new_contact_block2{
	padding: 60px 0;
}




.new_contact_block3 {
    padding: 60px 0;
}

.new_contact_block3 .img{
	width: 90%;
}






.new_contact_block4 .box{
	padding: 40px 0;
}

.new_contact_block4 .box .read{
	margin-top: 60px;
}

.new_contact_block4 .box .img{
	padding: 0 8%;
}

.new_contact_block4 .box .img img {
    margin: -40px 0 -60px;
}




.new_contact_block5 {
    padding: 60px 0 0;
}




.contact_btn{
    padding: 60px 0;
}


}


.contact-container {
	margin-bottom: 100px;
}

.contact-container .content-width {
	padding: 0 40px;
}

.contact-container .contact-mv {
	background-color: #9e2330;
	padding: 135px 0 320px;
	position: relative;
}

@media (max-width: 640px){
	.contact-container .content-width #contact_form {
		padding: 0;
		width: 100%;
	}
	
	.contact-container .contact-mv {
		padding-bottom: 600px;
	}
}

.contact-container .contact-mv .catch {
	color: #fff;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
}


@media (max-width: 640px){
	.contact-container .contact-mv .catch {
		font-size: 30px;
	}
}

.contact-container .contact-mv .catch p {
	margin-inline: auto;
	position: relative;
	width: fit-content;
}

.contact-container .contact-mv .catch p::before {
	background-image: url("./images/catalog/speech_bubble.svg");
	background-repeat: no-repeat;
	background-size: cover;
	bottom: -15px;
	content: "";
	display: block;
	height: 17px;
	left: 0;
	position: absolute;
	width: 100%;
}


@media (max-width: 640px){
	.contact-container .contact-mv .catch p::before {
		bottom: -30px;
		height: 20px;
		width: 100%;
	}
}

.contact-container .contact-mv h1 {
	color: #fff;
	font-size: 50px;
	font-weight: 700;
	letter-spacing: .1em;
	margin-inline: auto;
	margin-top: 15px;
	width: fit-content;
}

@media (max-width: 640px){
	.contact-container .contact-mv h1 {
		font-size: 76px;
		line-height: 1.3;
		margin-top: 40px;
		text-align: center;
	}
}

.contact-container .wrap-mv-image {
	bottom: -105px;
	left: 50%;
	position: absolute;
	text-align: center;
	translate: -50% 0;
	width: 1200px;
}

@media (max-width: 640px){
	.contact-container .wrap-mv-image {
		bottom: -115px;
		width: 92%;
	}
}

@media (max-width: 640px){
	.contact-container .content-width {
		width: 100%;
	}
}

.contact-container .main-title {
	margin-inline: auto;
	position: relative;
	width: 1200px;
}

@media (max-width: 640px){
	.contact-container .main-title {
		width: 100%;
	}
}

.contact-container .main-title .wrap-peech-bubble {
	position: absolute;
	right: -2px;
	top: 40px;
	transform: rotate(5deg);
	z-index: 1;
}

@media (max-width: 640px){
	.contact-container .main-title .wrap-peech-bubble {
		display: none;
	}
}

.contact-container .main-title .wrap-peech-bubble .speech-bubble {
	color: #fff;
	display: flex;
	font-size: 18px;
	font-weight: 700;
	gap: 5px;
	line-height: 1.4;
	position: relative;
	width: fit-content;
	z-index: 1;
}

.contact-container .main-title .wrap-peech-bubble .speech-bubble::before,
.contact-container .main-title .wrap-peech-bubble .speech-bubble::after {
	position: relative;
  display: inline-block;
  content: "";
  background-color: #fff;
  width: 1px;
  height: 50px;
  margin: 0 1em;
  vertical-align: middle;
}

/* 左側の斜め線 */
.contact-container .main-title .wrap-peech-bubble .speech-bubble::before {
	transform: rotate(-15deg);
}

/* 右側の斜め線 */
.contact-container .main-title .wrap-peech-bubble .speech-bubble::after {
	transform: rotate(15deg);
}

.contact-container .explanation-container {
	padding: 145px 0 0;
}

.contact-container .explanation-container .merit-contents {
	align-items: center;
	display: flex;
	gap: 50px;
	justify-content: center
}

@media (max-width: 640px){
	.contact-container .explanation-container .merit-contents {
		flex-wrap: wrap;
		gap: 60px;
	}
}

.contact-container .explanation-container .circle {
	align-items: center;
	background-color: #9e2330;
	border-radius: 50%;
	display: flex;
	height: 314px;
	justify-content: center;
	width: 314px;
	aspect-ratio: 1;
}

.contact-container .explanation-container .circle h2 {
	color: #fff;
	font-size: 30px;
	font-weight: 700;
	text-align: center;
}

.contact-container .explanation-container ul {
}

.contact-container .explanation-container ul li {
	align-items: center;
	display: flex;
	font-size: 29px;
	font-weight: 700;
	gap: 18px;
}

@media (max-width: 640px){
	.contact-container .explanation-container ul li {
		font-size: 25px;
	}
}

.contact-container .explanation-container ul li::before {
	background-image: url("./images/catalog/check.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 25px;
	width: 40px;
}

.contact-container .web-catalog-container {
	padding-bottom: 30px;
	padding-top: 80px;
}

.contact-container .web-catalog-container .wrap-title {
	position: relative;
}

.contact-container .web-catalog-container .wrap-title::after {
	background-image: url("./images/catalog/border_top_pc.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 88px;
	position: absolute;
	right: 0;
	top: 22px;
	width: 210px;
}

@media (max-width: 640px){
	.contact-container .web-catalog-container .wrap-title::after {
		background-image: url("./images/catalog/border_top_sp_1.svg");
		height: 72px;
		width: 165px;
	}
}

.contact-container .web-catalog-container .wrap-title h2 {
	color: #9e2330;
	font-size: 47px;
	font-weight: 700;
	line-height: 1.3;
}

@media (max-width: 640px) {
	.contact-container .web-catalog-container .wrap-title h2 {
		font-size: 42px;
	}
}

.contact-container .web-catalog-container .catalog-contents {
	display: flex;
	justify-content: center;
	gap: 80px 40px;
	margin-top: 64px;
}


@media (max-width: 640px) {
	.contact-container .web-catalog-container .catalog-contents {
		flex-wrap: wrap;
	}
}


@media (max-width: 640px) {
	.contact-container .web-catalog-container .catalog-contents .wrap-catalog {
		flex-basis: 100%;
		width: 100%;
	}
}

.contact-container .web-catalog-container .catalog-contents .image-box {
	margin-inline: auto;
	width: fit-content;
}

.contact-container .web-catalog-container .catalog-contents .wrap-catalog .image-box img {
	height: 254px;
	width: auto;
}

.contact-container .web-catalog-container .catalog-contents .wrap-catalog:nth-child(2) .image-box img {
	height: 254px;
}

.contact-container .web-catalog-container .catalog-contents .image-box img {
		box-shadow: 0 5px 15px 0 rgba(0 0 0 / .35);
	line-height: 1;
	height: auto;
	width: auto;
}

@media (max-width: 640px) {
	.contact-container .web-catalog-container .catalog-contents .wrap-catalog .image-box img {
		height: 360px;
	}
	
	.contact-container .web-catalog-container .catalog-contents .wrap-catalog:nth-child(2) .image-box img {
		height: 360px;
	}
}

.contact-container .web-catalog-container .catalog-contents .item {
	background-color: #9e2330;
	color: #fff;
	font-size: 26px;
	font-weight: 700;
	margin-inline: auto;
	margin-top: 20px;
	padding: 0 10px;
	width: fit-content;
}

@media (max-width: 640px) {
	.contact-container .web-catalog-container .catalog-contents .item {
		font-size: 39px;
		padding: 0 20px;
	}
}

.contact-container .web-catalog-container .catalog-contents .text {
	color: #9e2330;
	font-size: 26px;
	font-weight: 700;
	margin-inline: auto;
	margin-top: 5px;
	width: fit-content;
}

@media (max-width: 640px) {
	.contact-container .web-catalog-container .catalog-contents .text {
		font-size: 39px;
	}
}

.contact-container .web-catalog-container .catalog-contents .text span {
	font-size: 20px;
}

@media (max-width: 640px) {
.contact-container .web-catalog-container .catalog-contents .text span {
	font-size: 30px;
}

}


@media screen and (min-width: 641px) {
	.contact-container .sp-only {
		display: none !important;
	}
}

@media screen and (max-width: 640px) {
	.contact-container .pc-only {
		display: none !important;
	}
}

/***************************** 200702追加 *****************************/

.staff_tit{
	margin-top: 40px;
}



/***************************** 200805追加 *****************************/


.article-comment .size2{
	font-size: 90%;
}

@media screen and (max-width: 640px) {
#page-mainvisual {
    padding: 60px 0 !important;
}
}


/***************************** 200824追加（来場予約バナー） *****************************/

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.reserve-banner_pc { display: block !important; }
.reserve-banner_sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
.reserve-banner_pc { display: none !important; }
.reserve-banner_sp { display: block !important; }
}




/***************************** 201007追加 *****************************/

.single-works #slider-box{
	margin: 20px 0 60px;
}

.single-works .imgbox{
	margin-bottom: 20px;
}




/***************************** 201112追加 *****************************/

.fb-like span{
	width: 170px !important;
}

.fb-like span iframe{
	width: 100% !important;
}


#footer .fb-like span{
	width: 222px !important;
}

/***************************** 2021103追加 single-worksサムネイル付きページャー *****************************/
.single-works #nav-below.thumb-nav {
	overflow: visible;
	display: flex;
	padding-top: 0;
	margin-top: 50px;
}
.single-works #content-wrapper #nav-below.thumb-nav .archive-txt {
	width: 200px;
}
.single-works #content-wrapper #nav-below.thumb-nav .nav-below-txt {
	width: 290px;
}
.single-works #nav-below.thumb-nav .page-title a {
	display: flex;
	justify-content: space-between;
	height: auto;
}
.single-works #nav-below.thumb-nav .nav-title {
	width: 150px;
	text-align: left;
}
.single-works #nav-below.thumb-nav .page-title .thumb-link {
	display: inline-block;
	position: relative;
	top: auto;
	right: auto;
	bottom: auto;
	left: auto;
	width: 100px;
	height: 100px;
}
.single-works #nav-below.thumb-nav .page-title .thumb-link img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 50%;
	min-height: auto;
	min-width: auto;
	height: 100%;
	width: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 50% 50%;
	object-position: 50% 50%;
	-webkit-transform: none;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.single-works #nav-below.thumb-nav .nav-previous .page-title .thumb-link {
	order: 0;
}
.single-works #nav-below.thumb-nav .nav-previous .page-title .nav-title {
	order: 1;
}
.single #nav-below.thumb-nav .nav-below-txt, .single #nav-below.thumb-nav .archive-txt {
	position: relative;
	top: auto;
	right: auto;
	left: auto;
	bottom: auto;
}

@media screen and (max-width: 768px) {
	.single-works #content-wrapper #nav-below {
		flex-wrap: wrap;
	}
	.single-works #content-wrapper #nav-below.thumb-nav .archive-txt,.single-works #content-wrapper #nav-below.thumb-nav .archive-txt a {
		width: 100%;
	}
	.single-works #content-wrapper #nav-below.thumb-nav .nav-below-txt {
		width: 50%;
	}
	.single-works #nav-below.thumb-nav .nav-previous {
		order: 0;
	}
	.single-works #nav-below.thumb-nav .nav-next {
		order: 1;
	}
	.single-works #nav-below.thumb-nav .archive-txt {
		order: 2;
		margin: 40px 0;
	}
	.single-works #nav-below.thumb-nav .page-title a {
		flex-wrap: wrap;
	}
	.single-works #nav-below.thumb-nav .nav-title,.single-works #nav-below.thumb-nav .page-title .thumb-link {
		width: 100%;
	}
	.single-works #nav-below.thumb-nav .page-title .thumb-link {
		order: 0;
		height: 150px;
		margin-bottom: 15px;
	}
	.single-works #nav-below.thumb-nav .nav-title {
		order: 1;
	}
}

/***************************** 2021103追加 tax-style　平屋・リノベへのリンク *****************************/
body.tax-style .style-link-wrap {
	margin-bottom: 60px;
}
body.tax-style .style-link-wrap .link-box {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 30px;
	border: 1px solid;
}
body.tax-style .style-link-wrap .link-box:hover {
	opacity: 0.7;
	text-decoration: none;
}
body.tax-style .style-link-wrap .link-box.hiraya {
	border-color: #988575;
	color: #988575;
}
body.tax-style .style-link-wrap .link-box.renova {
	border-color: #ac2231;
	color: #ac2231;
}
body.tax-style .style-link-wrap .brand-logo {
	width: 250px;
}
body.tax-style .style-link-wrap .txt {
	padding: 15px 0 15px 30px;
	margin-left: 30px;
	border-left: 1px solid;
}
@media screen and (max-width: 768px) {
	body.tax-style .style-link-wrap .link-box {
		flex-wrap: wrap;
	}
	body.tax-style .style-link-wrap .txt {
		width: 100%;
		border-left: none;
		border-top: 1px solid;
		padding: 20px 0 0;
		margin: 20px 0 0;
		text-align: center;
	}
	body.tax-style .style-link-wrap .brand-logo {
		width: 360px;
	}
}

/* = 2022.1.31　追加
-------------------------------------------------------------- */
.wpcf7-spinner {
	display: block;
}

.single .entry-content iframe,
.single #content-wrapper iframe {
	width: 100%;
	height: auto;
	aspect-ratio: 560 / 315;
}

#footer .footer-item-box ul {
	display: block;
	margin-top: 20px;
}
@media screen and (max-width: 768px) {
	#footer .footer-item-box ul {
		margin-top: 30px;
	}
}

#recent-works .slick-slider .slick-prev {
	background-image: url("images/arrow-left.png");
	background-repeat: no-repeat;
	background-position: center;
}

#recent-works .slick-slider .slick-prev:hover {
	background-color: transparent;
	background-image: url("images/arrow-left.png");
}

#recent-works .slick-slider .slick-next {
	background-image: url("images/arrow-right.png");
	background-repeat: no-repeat;
	background-position: center;
}

#recent-works .slick-slider .slick-next:hover {
	background-color: transparent;
	background-image: url("images/arrow-right.png");
}

#recent-works .slick-slider .slick-prev:before,
#recent-works .slick-slider .slick-next:before {
	content: none;
}

@media screen and (max-width: 768px) {
	.slick-next {
		right: -37px !important;
	}
	.slick-prev {
		left: -37px !important;
	}
}