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

/* =Layout
-------------------------------------------------------------- */
#main {
	overflow: hidden;
	margin-top: 15px;
}

blockquote {
	border: 3px solid #ddd;
	margin: 0 0 30px;
	padding: 1.4em 2em;
}

/* 旧サイト */
.alignleft,
img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;
}
.alignright,
img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;
}
img.alignleft,
img.alignright,
img.aligncenter {
	margin-bottom: 12px;
}
/* 旧サイト ここまで */

/*#container {
	float: left;
	box-sizing: border-box;
	width: 74%;
	margin-right: 2%
}
#sidebar {
	float: right;
	box-sizing: border-box;
	width: 24%;
	}*/

/* = couners2012.css 打ち消し用
-------------------------------------------------------------- */
#main #container #content h1 {
	border: none;
	font-weight: 800;
	margin: 0;
	padding: 0;
	line-height: 1.4;
	color: #333;
}
#main #container #content h3 {
	border-bottom: none;
	border-left: none;
	padding: 0;
	color: #333;
	font-weight: 800;
}
#nendebcopy {
	display: none;
}

/* = Common Layout
-------------------------------------------------------------- */
body {
	min-width: 1000px;
}
.content-width {
	position: relative;
	box-sizing: content-box;
	max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}

@media screen and (max-width: 480px) {
	body {
		min-width: 480px;
	}
}

.page-content {
	margin: 50px 0 80px;
}

.section {
	margin-bottom: 20px;
}

.akiyabana{
	text-align: center;
    margin: 60px 0 0 0;
	padding: 0 20px;
}

/* = common module
-------------------------------------------------------------- */
.bg_gray {
	background: #f4f6f8;
}
.fc-red {
	color: #d1141e;
}

.note {
	padding-left: 1em;
	text-indent: -1em;
	font-size: .9em;
}

.btn {
	position: relative;
}
.btn a:link {
	color: #fff;
	display: block;
	text-align: center;
	position: relative;
}
.btn a span {
	display: inline-block;
}
.btn_contact a {
	background: #000;
}
.btn_admin a {
	/*background: #0162b1;*/
	background: #e9557f;
}

.sec-box {
	padding: 70px 0 80px;
}

#main #container #content .page-ttl-wrap {
	/*background: url('./images/p_page_ttl_bg_01.png') no-repeat center center /cover;*/
	padding-top: 30px;
	background: #005f9d;
}
#main #container #content .page-ttl-wrap #breadcrumbs {
	color: #fff;
	font-size: 1.2rem;
}

#main #container #content .page-ttl-wrap-fudo {
    padding-top: 10px;
}

#main #container #content .page-ttl-wrap-fudo #breadcrumbs {
    font-size: 1.2rem;
}

#main #container #content .page-ttl {
	padding: 16px 0 36px;
	text-align: center;
	position: relative;
}
#main #container #content .page-ttl span {
	display: block;
	font-weight: 700;
}
#main #container #content .page-ttl .lang-en {
	color: #fff;
	font-size: 3rem;
	letter-spacing: 7px;
}
#main #container #content .page-ttl .lang-ja {
	color: #fff;
	font-size: 2rem;
	padding: 0.3em 0 1.2em;
	letter-spacing: 8px;
}
#main #container #content .page-ttl-wrap .introduction {
	color: #000;
	font-size: 2.5rem;
	text-align: center;
	padding: 0.7em 0 0.9em;
	letter-spacing: 8px;
}

.news-list li {
	padding: 16px 18px 12px;
	border-bottom: 1px dashed #ccc;
}
.news-list li:first-child {
	border-top: 1px dashed #ccc;
}
.news-list li .meta-box {
	margin-bottom: 4px;
}
.news-list li .meta-box .post-cat {
	color: #fff;
	font-size: 1.2rem;
	line-height: 1.7;
	background: #005f9d;
	padding: 1px 12px 0;
	margin-right: 20px;
	display: inline-block;
}
.news-list li .meta-box .post-date {
	color: #aaa;
	font-size: 1.2rem;
}

.search-form {
	font-size: 0;
}
.search-form input {
	font-size: 1.6rem;
}
.search-form input[type="text"] {
	padding: 2px 0.5em;
}
@media screen and (max-width: 480px) {
	.search-form {
		display: none;
	}
}

.background-img {
  width: 100%;
  height: 70vh;
  background: url('./images/t_mv_slider01.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}


/* = Slider
-------------------------------------------------------------- */
.slick-list .slick-slide {
	display: inline-block;
}
.slider-for {
	padding: 25px;
	border: 3px solid #ddd;
	width: 100%;
	height: 480px;
	box-sizing: border-box;
	text-align: center;
}

.slider-top-for {
	padding: 25px;
	border: 3px solid #ddd;
	width: 100%;
	height: 480px;
	box-sizing: border-box;
	text-align: center;
}

.slider-top-for .slick-slider,
.slider-for .slick-slider,
.slider-for .slick-list,
.slider-for .slick-track,
.slider-for .slick-slide {
	height: 100%;
}
.slider-for img {
	max-width: 100%;
	max-height: 100%;
	height: 100vh;
	width: auto\9; /* ie8 */
	margin: 0 auto;
}

.slider-top-for img {
	max-width: 100%;
	max-height: 100%;
	height: 100vh;
	width: auto\9; /* ie8 */
	margin: 0 auto;
}

.slider-nav {
	margin-top: 25px;
	position: relative;
}

#works-thumb-slider {
	position: relative;
}
#works-arrows .slick-slide {
	height: 352px;
	transition: 0.3s opacity;
}
#works-arrows .slick-slide:not(.slick-active) {
	opacity: .2;
}
#works-arrows .content-width {
	max-width: 1040px;
	padding: 0;
}
#works-arrows .slick-arrow {
	display: none !important;
}
#works-arrows .slick-prev,
#works-arrows .slick-next {
	position: absolute;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -24px;
	cursor: pointer;
}
#works-arrows .slick-prev {
	left: -22px;
}
#works-arrows .slick-next {
	right: -22px;
}
#works-arrows .slick-prev::before,
#works-arrows .slick-next::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
	z-index: 5;
}
#works-arrows .slick-prev::before {
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
}
#works-arrows .slick-next::before {
	border-top: 4px solid #000;
	border-right: 4px solid #000;
}

#property-single-arrows .slick-slide {
	height: 352px;
	transition: 0.3s opacity;
}
#property-single-arrows .slick-slide:not(.slick-active) {
	opacity: .2;
}
#property-single-arrows .content-width {
	max-width: 1040px;
	padding: 0;
}
#property-single-arrows .slick-arrow {
	display: none !important;
}
#property-single-arrows .slick-prev,
#property-single-arrows .slick-next {
	position: absolute;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
	margin-top: -24px;
	cursor: pointer;
}
#property-single-arrows .slick-prev {
	left: -22px;
}
#property-single-arrows .slick-next {
	right: -22px;
}
#property-single-arrows .slick-prev::before,
#property-single-arrows .slick-next::before {
	content: '';
	display: block;
	width: 15px;
	height: 15px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 16px;
	z-index: 5;
}
#property-single-arrows .slick-prev::before {
	border-left: 4px solid #000;
	border-bottom: 4px solid #000;
}
#property-single-arrows .slick-next::before {
	border-top: 4px solid #000;
	border-right: 4px solid #000;
}

/* = Header
-------------------------------------------------------------- */
#header {
	padding: 30px 0 15px;
    background: #fff;
}
#site-title,
#site-description {
	display: inline-block;
	vertical-align: middle;
	margin: 0;
}
#site-description {
	font-size: 1.2rem;
	font-weight: 500;
	line-height: 1.4;
	margin-left: 30px;
}

#site-description span {
	margin-right: 10px;
}

#header-content .right li {
	vertical-align: middle;
	margin-left: 20px;
}
#mmenu-btn {
	display: none;
}
#header .btn a {
	color: #fff;
	font-size: 1.3rem;
	padding: 3px 12px 1px 10px;
}
#header .btn_contact a span {
	padding-left: 26px;
	background: url('./images/common/ico_mail_01.png') no-repeat center left;
}
#header .btn_admin a span {
	padding-left: 22px;
	background: url('./images/common/ico_key_01.png') no-repeat center left;
}

#tel-box {
    font-weight: bold;
    font-size: 1.6em;
}

/* = #video
-------------------------------------------------------------- */


.kv{
  height: 90vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.kv .main-copy{
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    letter-spacing: .3em;
    font-family: sans-serif;
}

.kv .sub-copy{
  color: #fff;
  font-size: 20px;
  text-align: center;
}

@media screen and (max-width: 480px) {
.kv .sub-copy{
  padding: 50px;
}
}


/* video */
.video{
  width: 100%;
  height: 100vh;
  background: url(../img/kv-alternative.jpg) no-repeat center/cover;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
}

.video::after{
  content: '';
  width: 100%;
  height: 100%;
  background-color: #10394b;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  opacity: .3;
}

.video video{
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

@media screen and (min-width: 768px) {
  /* kv */
  .kv{
    min-width: 960px;
  }

  .kv .main-copy{
    font-size: 60px;
  }

  .kv .sub-copy{
    font-size: 20px;
  }

  /* video */
  .video{
    min-width: 960px;
  }
}

/* = #gnav
-------------------------------------------------------------- */
#gnav {
	padding-top: 15px;
    background: #fff;
}
#gnav.is-fixed {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2);
}
#gnav li {
	text-align: center;
	padding-bottom: 10px;
	box-sizing: border-box;
	border-bottom: 3px solid #fff;
	transition: border .1s;
}
#gnav li:hover,
#gnav li.current {
	border-bottom: 3px solid #005f9d;
}
#gnav li a {
	font-weight: 500;
	line-height: 1.4;
	display: block;
	padding: 0 14px;
	border-right: 1px solid #eeeeee;
}
#gnav li a:hover {
	opacity: 1;
}
#gnav li:first-child a {
	border-left: 1px solid #eeeeee;
}
#gnav li.home a {
	padding-top: 2px;
}
#gnav li.login a,
#sp-menu li.login a {
	color: #029d97;
}

/* = .breadcrumbs
-------------------------------------------------------------- */
/*.breadcrumbs {
	padding: 8px 0;
	background: #000;
	font-size: 1.2rem;
}
.breadcrumbs,
.breadcrumbs a,
.breadcrumbs span {
	color: #fff;
	}*/
	#breadcrumbs a {
		text-decoration: underline;
	}
	#breadcrumbs .separator {
		display: inline-block;
		margin: 0 8px;
	}

/* = Footer
-------------------------------------------------------------- */
.advantage-link-sec {
	padding-top: 80px;
}
.advantage-link-list {
	font-size: 0;
	letter-spacing: 0;
	text-align: center;
}
.advantage-link-list li {
	display: inline-block;
	vertical-align: top;
	margin-right: 41px;
	margin-bottom: 16px;
	width: 306px;
	font-size: 1.2rem;
	letter-spacing: .2em;
}
.advantage-link-list li:nth-child(3n) {
	margin-right: 0;
}
.advantage-link-list li a {
	display: block;
}
.advantage-link-list li a .link-ttl {
	position: relative;
}
.advantage-link-list li a .link-ttl .text {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding-top: 56px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
}
.advantage-link-list li a .link-ttl .text span {
	display: block;
}
.advantage-link-list li a .link-ttl .text .lang-ja {
	font-size: 2.5rem;
	font-weight: 800;
}
.advantage-link-list li a .link-ttl .text .lang-en {
	font-size: 1.4rem;
	letter-spacing: .5em;
}
.advantage-link-list li a .link-text {
	margin-top: 22px;
	text-align: left;
}

#footer-bnrs {
	padding: 38px 0;
	background: #f4f6f8;
}
#footer-bnrs li {
	width: 168px;
	margin-right: 37px;
}
#footer-bnrs li:nth-child(5n) {
	margin-right: 0;
}
#footer {
	/*margin-top: 26px;*/
	width: 100%;
	box-sizing: border-box;
}
#footer-content {
	color: #fff;
	background: #000;
	padding: 35px 0;
	border-bottom: 1px solid #333;
}
#footer-content #footer-company-info a {
	text-decoration: underline;
}
#footer-content p {
	font-size: 1.3rem;
	margin-top: 0;
	margin-bottom: .8em;
}
#footer-content .company-name {
	font-size: 2.5rem;
	margin-top: 0;
	margin-bottom: 1em;
}
#footer-content .company-name .sml {
	font-size: 1.6rem;
	margin-right: 10px;
}
#footer-content .sns-list {
   	list-style: none;
    overflow: hidden;
    margin: 0;
    padding: 0;
    font-size: 0;
	margin-top: 24px;
	
}
#footer-content .sns-list li {
	margin-right: 16px;
	display: inline-block;
}
#footer-content .sns-list li:last-child {
	margin-right: 0;
	display: inline-block;
}
#footer-content .sns-list li i {
	font-size: 2.8rem;
}
#footer-content #footer-menu ul {
	margin-left: 35px;
}
#footer-content #footer-menu ul li {
	font-size: 1.3rem;
	margin-bottom: 10px;
}
#footer-content #footer-menu ul li:last-child {
	margin-bottom: 0;
}

#copyright {
	box-sizing: border-box;
	width: 100%;
	padding: 35px 10px;
	background: #000;
}
#copyright p {
	margin: 0;
	font-size: 1.3rem;
	color: #aaa;
	text-align: center;
}
#copyright p small {
	font-size: inherit;
}

/* = fixed-btn
-------------------------------------------------------------- */
#fixed-btn {
	display: none;
	position: fixed;
	bottom: 50%;
	right: 0;
	z-index: 10;
	margin-bottom: -129px;
}
#fixed-btn ul {
	text-align: right;
}
#fixed-btn li {
	font-size: 0;
}
#fixed-btn li a {
	color: #fff;
	font-size: 1rem;
	padding: 60px 9px 12px;
	display: inline-block;
	box-sizing: border-box;
	width: 100px;
	height: 200px;
	letter-spacing: .1em;
	text-align: center;
	font-weight: 800;
	line-height: 12px;
}
#fixed-btn .btn_contact.pc-only {
	display: table;
}
#fixed-btn .btn_contact.pc-only .tel-box,
#fixed-btn .btn_contact.pc-only a {
	display: table-cell;
	vertical-align: middle;
}
#fixed-btn .btn_contact.pc-only .tel-box {
	display: none;
	padding: 0 20px;
	background: #000;
}
#fixed-btn .btn_contact.pc-only .tel-box .tel-head {
	color: #000;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
	background: #fff;
	padding: 3px;
	text-align: center;
	margin-bottom: 16px;
	letter-spacing: .1em;
	position: relative;
}
#fixed-btn .btn_contact.pc-only .tel-box .tel-head::before {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	width: 0;
	height: 0;
	margin: auto;
	border-top: 6px solid #fff;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
}
#fixed-btn .btn_contact.pc-only .tel-box .tel-num {
	color: #fff;
	font-size: 3rem;
	font-weight: 600;
}
#fixed-btn .btn_contact a span {
	padding-top: 50px;
	background: url('./images/common/ico_tel_02.png') no-repeat center top;
}
#fixed-btn .btn_member a {
	background: #e9557f;
}
#fixed-btn .btn_member a span {
	padding-top: 50px;
	/*background: url('./images/common/ico_key_04.png') no-repeat center top;*/
	background: url('./images/common/ico_mail_02.png') no-repeat center top;
}


#to-top-btn {
	display: none;
	position: fixed;
	right: 17px;
	bottom: 30px;
	z-index: 10;
}
#to-top-btn a {
	background: #155e8e;
	color: #fff;
	border-radius: 50%;
	width: 64px;
	height: 64px;
	text-align: center;
	display: block;
	position: relative;
	letter-spacing: .1em;
	box-sizing: border-box;
	padding-top: 30px;
}
#to-top-btn a::before {
	content: '';
	position: absolute;
	top: 17px;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-left: 2px solid #fff;
	transform: rotate(45deg);
}

.footer-btns {
	text-align: center;
	margin-bottom: 30px;
}
#model-house .footer-btns,
#member_form .footer-btns {
	display: none;
}
.footer-btns li {
	width: 48%;
}
.footer-btns li:not(:last-child) {
	margin-right: 3.6%;
}

.footer-btns .btn_txt {
    color: #000;
	font-size: 1.8rem;
	font-weight: 800;
}

.footer-btns li a {
	color: #fff;
	font-size: 2.5rem;
	text-align: center;
	width: 100%;
	display: block;
	box-sizing: border-box;
}
.footer-btns li a span {
	display: inline-block;
	padding: 22px 0 18px;
}
.footer-btns .btn_member a {
	/*background: #0162b1;*/
	background: #e9557f;
}
.footer-btns .btn_member a span {
	padding-left: 50px;
	background: url(./images/common/ico_key_04.png) no-repeat top 24px left;
}
.footer-btns .btn_modelhouse a {
	background: #d47a43;
}
.footer-btns .btn_modelhouse a span {
	padding-left: 60px;
	background: url(./images/common/ico_mail_02.png) no-repeat center left;
}

/* = Entry List
-------------------------------------------------------------- */
.entry-list {
}
.entry-list-item {
	box-sizing: border-box;
	width: 100%;
	margin-bottom: 20px;
	border: 1px solid #eee;
}
.entry-list-item .inner {
	box-sizing: border-box;
	position: relative;
	width: 100%;
	padding: 10px;
	background: #fff;
}
.entry-list-item .thumb {
	float: left;
	max-width: 30%;
	margin-right: 2%;
	text-align: center;
}
.entry-list-item .content-box {
	float: left;
	max-width: 68%;
}
.entry-list-item .entry-meta-box {
	margin-bottom: 8px;
}
.entry-list-item .entry-meta {
	display: inline-block;
	margin-right: 10px;
	font-size: 1.3rem;
	vertical-align: middle;
}
.entry-list-item .cat-item {
	display: inline-block;
	padding: 4px 8px;
	color: #fff;
	background: #000;
	vertical-align: top;
}

.entry-list-item .title {
	font-size: 2rem;
	margin: 0 0 10px;
}
.entry-list-item .text {
	font-size: 1.6rem;
	margin: 0 0 10px;
}
@media screen and (max-width: 480px) {
	.entry-list-item .thumb {
		float: none;
		max-width: none;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.entry-list-item .content-box {
		float: none;
		max-width: none;
	}
}

/* = Pagenavi
-------------------------------------------------------------- */
.wp-pagenavi {
	clear: both;
	padding: 20px 0;
	font-size: 1.8rem;
	text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
	display: inline-block;
	width: 2em;
	height: 2em;
	margin: 0 0.25em;
	font-weight: bold;
	line-height: 2.1em;
	color: #009d97;
	border: 2px solid #009d97;
	text-align: center;
	vertical-align: middle;
	transition: all .2s;
}
.wp-pagenavi a:hover, .wp-pagenavi span {
	color: #fff;
	background: #009d97;
	opacity: 1;
	text-decoration: none;
}
.wp-pagenavi .extend {
	width: 1em;
	color: #000;
	background: transparent;
	border: medium none;
}
.wp-pagenavi .extend::after {
	content: "…";
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink,
.wp-pagenavi .first,
.wp-pagenavi .last {
	position: relative;
	width: 1.4em;
	height: 1.4em;
	line-height: 1.4em;
	vertical-align: middle;
}
.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
	text-indent: -99999px;
}
.wp-pagenavi .previouspostslink::after {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	top: 50%;
	left: 50%;
	margin-top: -4px;
	margin-left: -3px;
	border-width: 4px 6px 4px 0;
	border-style: solid;
	border-color: transparent #009d97;
	transition: border .3s;
}
.wp-pagenavi .nextpostslink::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	margin-top: -4px;
	margin-left: -3px;
	border-width: 4px 0 4px 6px;
	border-style: solid;
	border-color: transparent transparent transparent #009d97;
	transition: border .3s;
}
.wp-pagenavi .previouspostslink:hover::after {
	border-left-color: #fff;
	border-right-color: #fff;
}
.wp-pagenavi .nextpostslink:hover::after {
	border-left-color: #fff;
}

/*@media screen and (max-width: 480px) {
	.wp-pagenavi a, .wp-pagenavi span {
		display: inline-block;
		width: 1.9em;
		height: 1.9em;
		margin: 0 2px;
		font-size: 1.4rem;
		line-height: 2em;
	}
	.wp-pagenavi .previouspostslink,
	.wp-pagenavi .nextpostslink {
		font-size: 1.6rem;
	}
	}*/

	.result_count {
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.4rem;
		color: #999;
	}

/* = #nav-below
-------------------------------------------------------------- */
#nav-below {
	padding: 2.5rem 0 0;
	font-size: 1.4rem;
	border-top: 1px solid #eee;
}
#nav-below .leftside {
	float: left;
	box-sizing: border-box;
	width: 50%;
}
#nav-below .rightside {
	float: right;
	box-sizing: border-box;
	width: 50%;
	border-left: 1px solid #eee;
	text-align: right;
}
#nav-below h3 {
	margin: 0 0 1rem 0;
	font-size: 1.5rem;
}
#nav-below a {
	display: table;
	width: 100%;
	color: #009d97;
}
#nav-below .imgbox {
	box-sizing: border-box;
	display: table-cell;
	width: 74px;
	border: 1px solid #ccc;
	border-radius: 5px;
	overflow: hidden;
	vertical-align: middle;
}
#nav-below a img {
	width: 100%;
}
#nav-below a h4 {
	display: table-cell;
	padding: 0 1rem;
	font-weight: normal;
	line-height: 1.25;
	-webkit-font-smoothing: initial;
	-moz-osx-font-smoothing: unset;
	vertical-align: middle;
}
#nav-below .first,
#nav-below .last {
	margin: 2.85rem 0;
}

@media screen and (max-width: 480px) {
	#nav-below {
		margin-bottom: 4rem;
	}
	#nav-below a h4 {
		font-size: 1.3rem;
	}
}

/* = 家を探す
-------------------------------------------------------------- */
.archive-fudo #nav-above1 {
	margin-top: 30px;
}
.archive-fudo .nav-previous {
	float: left;
	max-width: 55%;
	box-sizing: border-box;
	font-size: 1.3rem;
	padding: 10px 0px 10px 5px;
}
.archive-fudo .nav-next {
	float: right;
	text-align: right;
	max-width: 45%;
	box-sizing: border-box;
	width: 48%;
	font-size: 1.3rem;
	padding: 10px 0 10px 5px;
}
.archive-fudo #list_simplepage .list_simple_box_wrap > a {
	display: block;
	position: relative;
	height: 318px;
	border: 3px solid #ddd;
}
.archive-fudo #list_simplepage .list_simple_box_wrap .members-only-overlay {
	position: absolute;
	display: table;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 50%;
	background-color: rgba(1,157,151,.98);
	cursor: pointer;
}

.archive-fudo #list_simplepage .list_simple_box_wrap .members-only-overlay2 {
	position: absolute;
	display: table;
	top: 50%;
	z-index: 1;
	width: 100%;
	height: 50%;
	background-color: #fff;
	cursor: pointer;
}

.archive-fudo #list_simplepage .list_simple_box_wrap .members-only-overlay .inner {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	text-align: center;
}

.archive-fudo #list_simplepage .list_simple_box_wrap .members-only-overlay2 .inner {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding: 0 20px;
}
.archive-fudo #list_simplepage .list_simple_box_wrap .members-only-overlay .inner .img-box {
	margin-bottom: 15px;
}
.archive-fudo #list_simplepage .list_simple_box_wrap .members-only-overlay .inner .img-box img {
	display: inline-block;
}
.archive-fudo #list_simplepage .entry-title {
	margin: 0;
	border: 3px solid #ddd;
	border-bottom-width: 1px;
	padding: 20px;
	position: relative;
}
.archive-fudo #list_simplepage .entry-title .property-option-list {
	display: block;
	margin-top: 6px;
}
.archive-fudo #list_simplepage .entry-title .property-option-list .option {
	color: #019d97;
	font-size: 1.3rem;
	font-weight: normal;
	line-height: 1.4;
	border: 1px solid #019d97;
	border-radius: 5px;
	display: inline-block;
	padding: 6px 12px 4px;
	box-sizing: border-box;
	letter-spacing: .1em;
	margin-right: 10px;
}
.archive-fudo #list_simplepage .entry-title a {
	font-size: 1.8rem;
}
.archive-fudo #list_simplepage .entry-title .property-cat {
	top: 20px;
	right: 20px;
	z-index: 1;
	color: #019d97;
	font-size: 1.3rem;
	font-weight: bold;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #019d97;
	display: inline-block;
	padding: 2px 10px 0;
	border-radius: 1em;
}
.archive-fudo #list_simplepage .list_simple_box_wrap {
	margin-bottom: 30px;
}
.archive-fudo #list_simplepage .list_simple_box {
	border: 3px solid #ddd;
	border-top: 0;
	padding: 20px;
}
.archive-fudo #list_simplepage .list_picsam {
	float: left;
	width: 32.5%;
}
.archive-fudo #list_simplepage .list_detail {
	float: right;
	width: 65%;
}
.new_mark {
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	color: #C00;
	display: inline;
	padding: 5px 10px;
	border-radius: 4px;
	height: 20px;
	vertical-align: middle;
	float: right;
}
.archive-fudo #list_simplepage .entry-excerpt {
	margin-bottom: 10px;
}
.archive-fudo #list_simplepage .list_picsam_img a:first-child {
	margin-right: 10px;
}
.archive-fudo #list_simplepage .list_picsam > a {
	display: block;
	color: #fff;
	text-align: center;
	background: #a0a0a0;
	padding: 5px 4px 3px;
	margin: 0;
}
.archive-fudo #list_simplepage .list_detail dl ,
.archive-fudo #list_simplepage .list_detail table {
	margin: 0;
}
.archive-fudo #list_simplepage .list_detail dt,
.archive-fudo #list_simplepage .list_detail dd {
	display: inline-block;
}
.archive-fudo #list_simplepage .list_detail dt {
	color: #9b9b9b;
	margin-right: 15px;
}
.archive-fudo #list_simplepage .list_detail dd {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0px;
}
.archive-fudo #list_simplepage .list_detail .dpoint3 {
	font-size: 18px;
	font-weight: bold;
	color: #000;
	display: inline;
}
.archive-fudo #list_simplepage .list_detail table {
	margin: 0px;
	padding: 0px;
	border: none;
	font-size: 1.2rem;
}
#main #content #list_simplepage .list_detail .list_price {
	padding-top: 0;
}
.archive-fudo #list_simplepage .list_detail td {
	padding: 0;
	margin: 0;
	border: none;
	vertical-align: top;
	border-bottom: 1px dotted #ccc;
}
#main #content #list_simplepage .list_detail dl {
	margin: 0px;
	padding: 5px;
	font-size: 1.2rem;
}
.archive-fudo .pageback {
	display: none;
}

.single-fudo #main #container #content .page-ttl {
	font-size: 2em;
	margin: 0;
}
.single-fudo #main #container #content #bukken_title {
	font-size: 2.5rem;
	padding-bottom: .1em;
	border-bottom: 1px dashed #ddd;
}
.single-fudo .new_mark {
	font-size: 13px;
	padding-top: 10px;
}
.single-fudo .list_simple_box {
	margin-top: 30px;
}
.single-fudo .entry-excerpt {
	margin-bottom: 20px;
}
.single-fudo #topbox {
	margin-bottom: 20px;
	display: flex;
}

@media screen and (max-width: 480px) {
	.archive-fudo #list_simplepage .entry-title .property-option-list .option {
		padding: 5px 12px;
	}
	.archive-fudo #list_simplepage .entry-title .property-cat {
		padding: 1px 10px;
	}
.single-fudo #topbox {
	flex-direction: column;
	}
.order1 {
	order:1;
	}
.order2 {
  order: 2;
	}
}

.single-fudo #topbox .left {
	width: 35%;
}
.single-fudo #topbox .right {
	width: 60%;
	margin-left: 45px;
}


@media screen and (max-width: 480px) {
	.single-fudo #topbox .right {
	margin:0;
	}
}
.dpoint4 {
	font-size: 20px;
	color: #000;
	display: block;
	font-weight: bold;
	height: 50px;
}
#main #content #list_simplepage2 .list_price dt {
	float: left;
	clear: both;
	width: 20%;
}
#main #content #list_simplepage2 .list_price dt.kakaku {
	padding-top: 5px;
}
#property-single-slider li {
	padding: 0 5px;
}

#single-top-thumb-slider li {
    padding: 0 5px;
}

.single-fudo .list_picsam {
	position: relative;
	margin: 30px 0 40px;
}
.single-fudo #container .entry-content {
	float: none;
	width: 100%;
	margin-top: 20px;
}
.single-fudo .list_detail th {
	width: 100px;
}
.single-fudo .list_detail_bottom_info {
	text-align: right;
	font-size: 1.3rem;
}
.single-fudo #map_canvas {
	margin-top: 30px;
}
.single-fudo #contact_form {
	margin-top: 30px;
}
.archive-fudo #fancybox-title,
.single-fudo #fancybox-title {
	/*background: rgba(0,0,0,.64) !important;*/
	text-align: left !important;
	/*color: #fff !important;*/
}
/*.archive-fudo #fancybox-title,
.single-fudo #fancybox-title {
	width: 100% !important;
	margin-left: 0 !important;
	top: 100% !important;
	bottom: auto !important;
}*/

/* = #contact_form
-------------------------------------------------------------- */
#contact_form {
	margin-bottom: 70px;
}
#main #container #content #contact_form h3 {
	margin: 70px 0 1em;
	text-align: center;
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 3.5rem;
	padding: 0.7em 0 0.9em;
}
#contact_form h3::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: block;
	width: 30px;
	height: 3px;
	background: #029d97;
}
#contact_form .none {
	display: none;
}
#contact_form #memberbox {
	margin: 30px 0;
	padding: 25px;
	border: 3px solid #f4f6f8;
}
#contact_form #memberbox dl {
	display: table;
	width: 100%;
	margin: 0 0 20px;
}
#contact_form #memberbox dl:last-child {
	margin-bottom: 0;
}
#contact_form #memberbox table,
#contact_form #memberbox th,
#contact_form #memberbox td {
	border: none;
}
#contact_form #memberbox th,
#contact_form #memberbox td {
	display: table-cell;
	vertical-align: top;
	position: relative;
	padding: 0;
	padding-bottom: 20px;
}
#contact_form #memberbox tr:last-child th,
#contact_form #memberbox tr:last-child td {
	padding-bottom: 0;
}
#contact_form #memberbox th {
	background: transparent;
	padding: 0;
	text-align: left;
	min-width: 220px;
	font-weight: 600;
	font-size: 1.6rem;
	padding-top: 3px;
}
#contact_form #memberbox th span {
	display: block;
}
#contact_form #memberbox th span.must::before {
	content: '※';
	position: absolute;
	top: 20px;
	right: 0;
	margin-top: -1em;
	color: #d1141e;
	font-size: 1.2rem;
}
#contact_form #memberbox td {
	padding-left: 20px;
	width: 700px;
}
#contact_form #memberbox input:not([type="checkbox"]),
#contact_form #memberbox select {
	width: 200px;
}
#contact_form #memberbox input[name="last-name"] {
	margin-right: 20px;
}
#contact_form #memberbox input[name="subject"],
#contact_form #memberbox input[name="your-email"],
#contact_form #memberbox input[name="preferred-date"] {
	width: 420px;
}
#contact_form #memberbox input[name="zip"] {
	margin-right: 20px;
}
#contact_form #memberbox input[name="address"] {
	width: 100%;
	margin-top: 20px;
}
#contact_form #memberbox label {
	display: inline-block;
	width: 42%;
}
#contact_form #memberbox textarea {
	height: 80px;
}
#contact_form #memberbox select {
	width: auto;
	min-width: 200px;
	background: url('./images/common/ico_triangle_01.png') no-repeat center right 12px;
	padding-right: 24px;
}

#main .wpcf7 input.wpcf7-not-valid {
	margin-bottom: 18px;
	border-color: #d1141e;
	background: #fbf3f3;
}

.wpcf7-form-control-wrap {
	display: inline-block;
}
span.wpcf7-not-valid-tip {
	position: absolute;
	bottom: -9px;
	left: 0;
	letter-spacing: 0;
	white-space: nowrap;
}
.wpcf7-checkbox > span.wpcf7-list-item {
	display: inline;
}

#contact_form input[type="submit"] {
	color: #fff;
	font-size: 2.5rem;
	padding: 20px 0 20px 136px;
	box-sizing: border-box;
	background: url('./images/common/ico_mail_02.png') no-repeat center left 80px, #000;
	width: 480px;
	margin: 0 auto;
	text-align: left;
	display: block;
}

.wpcf7 input[type="text"],
.wpcf7 input[type="tel"],
.wpcf7 input[type="email"],
.wpcf7 input[type="number"],
.wpcf7 input[type="url"],
.wpcf7 input[type="password"],
.wpcf7 textarea,
.wpcf7 select {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	padding: 8px 15px;
	font-size: 1.6rem;
	line-height: 1.4;
	background: #fff;
	border: 1px solid #dddddd;
	vertical-align: middle;
	width: 100%;
	box-sizing: border-box;
	letter-spacing: 0;
	border-radius: 2px;
}

.wpcf7-submit[type="submit"] {
	box-sizing: border-box;
	display: inline-block;
	margin: 0 auto;
	padding: 12px 80px;
	font-size: 1.6rem;
	color: #fff;
	background: #000;
	-webkit-border-radius: 0;
	border-radius: 0;
	border: none;
}
.wpcf7-submit[type="submit"]:hover {
	transition: 0.5s;
	opacity: 0.7;
}

.wpcf7 img.ajax-loader {
	display: block;
	margin: 4px auto!important;
}

/* = thickbox
-------------------------------------------------------------- */
#TB_window .screen-reader-text {
	display: none;
}

@media screen and (max-width: 480px) {
	
	#site-description {
    margin-top: 2px;
    margin-left: 15px;
}
	
	#site-description span {
    margin-right: 5px;
	}
	
	#gnav,
	#header-content .right,
	#site-description br {
		display: none;
	}
	.content-width {
		box-sizing: border-box;
	}
	.left,
	.right {
		float: none;
		width: 100%;
	}
	.note {
		letter-spacing: .1em;
	}
	.note.ta-r {
		text-align: left;
	}
	.sec-box {
		padding: 50px 0;
	}

	#container {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#wrapper {
		margin-top: 0 !important;
	}
	#main {
		margin-top: 0;
	}

	#header .hamburger {
		position: fixed;
		top: 7px;
		right: 16px;
		bottom: unset;
		width: 60px;
		height: 56px;
	}
	#sidebar {
		float: none;
		width: 100%;
	}
	#header {
		padding: 15px 0;
	}
	#mmenu-btn {
		display: block;
	}

	#main #container #content .page-ttl-wrap {
		padding-top: 20px;
	}
	#main #container #content h1.page-ttl {
		padding-bottom: 28px;
	}
	#main #container #content h1.page-ttl .lang-en {
		font-size: 4rem;
	}

	#footer-content #footer-menu {
		margin-top: 28px;
	}
	#footer-content #footer-menu ul {
		text-align: left;
		margin-left: 0;
		margin-right: 16px;
	}
	#footer-content #footer-menu ul:last-child {
		margin-right: 0;
	}
	#footer-content #footer-menu ul li a {
		font-size: 1.2rem;
	}

	/* = slick (jQuery slider plugin)
	-------------------------------------------------------------- */
	.slider-for {
		height: 302px;
		padding: 10px;
	}

	#works-thumb-slider {
		margin-left: 30px;
		margin-right: 30px;
	}
	#works-thumb-slider .slick-slide {
		margin: 0 3px;
	}

	/* = 家を探す
	-------------------------------------------------------------- */
	.archive-fudo #nav-above1 {
		letter-spacing: .1em;
	}
	.archive-fudo .nav-next {
		max-width: 100%;
		width: 100%;
		font-size: 1.8rem;
		padding: 15px 0;
	}
	.archive-fudo .nav-next a,
	.archive-fudo .nav-next b {
		display: inline-block;
		margin: 0 5px;
	} 
	.archive-fudo #list_simplepage .list_simple_box {
		position: relative;
		padding: 10px 10px 54px 10px;
	}
	.archive-fudo #list_simplepage .entry-title a {
		padding: 10px;
	}
	.archive-fudo #list_simplepage .list_picsam {
		width: 24%;
	}
	.archive-fudo #list_simplepage .list_detail {
		width: 74%;
		letter-spacing: .1em;
	}
	.archive-fudo #list_simplepage .list_detail dt {
		white-space: nowrap;
		margin-right: 6px;
	}
	.archive-fudo #list_simplepage .list_picsam > a {
		position: absolute;
		left: 10px;
		right: 10px;
		bottom: 10px;
	}

	.single-fudo #topbox .left,
	.single-fudo #topbox .right {
		width: 100%;
	}
	.single-fudo #topbox .left {
		margin-bottom: 20px;
	}
	.single-fudo .list_picsam {
		margin: 30px 22px 30px;
	}
	.single-fudo .list_detail table {

	}
	.single-fudo .list_detail th,
	.single-fudo .list_detail td {
		padding: 3px 5px;
		letter-spacing: .1em;
	}
	.single-fudo .list_detail th {
		width: auto;
	}
	.single-fudo .list_detail_bottom_info {
		text-align: left;
	}
	#main #container #content #contact_form h3 {
		font-size: 2.5rem;
		padding-bottom: 0;
	}
	/*#fancybox-wrap {
		width: 440px !important;
		left: 0 !important;
	}
	#fancybox-content {
		width: 420px !important;
		height: auto !important;
	}
	#fancybox-frame,
	#fancybox-img {
		height: auto !important;
	}
	.archive-fudo #fancybox-title,
	.single-fudo #fancybox-title {
		width: 440px !important;
		margin-left: 0 !important;
		top: 100% !important;
		bottom: auto !important;
	}*/

	/* = #contact_form
	-------------------------------------------------------------- */
	#contact_form #memberbox {
		padding: 20px;
	}
	#contact_form #memberbox th,
	#contact_form #memberbox td {
		display: block;
		width: 100%;
	}
	#contact_form #memberbox th {
		min-width: 0;
		width: 100%;
		font-size: 1.8rem;
	}
	#contact_form #memberbox td {
		padding-left: 0;
		margin-left: 0;
	}
	#contact_form #memberbox input,
	#contact_form #memberbox input[type="checkbox"],
	#contact_form #memberbox input[type="radio"],
	#contact_form #memberbox select {
		width: auto;
	}
	#contact_form #memberbox input {
		width: 170px;
	}
	#contact_form #memberbox input[name="subject"], 
	#contact_form #memberbox input[name="your-email"], 
	#contact_form #memberbox input[name="preferred-date"] {
		width: 100%;
	}
	#contact_form #memberbox label {
		width: 100%;
		margin: 5px 0;
	}
	#contact_form .privacy-box {
		margin-bottom: 40px;
	}
	#contact_form .privacy-box p {
		letter-spacing: .1em;
	}
	#contact_form input[type="submit"] {
		width: 100%;
		height: auto;
		padding-left: 111px;
		background: url(./images/common/ico_mail_02.png) no-repeat center left 60px, #000;
		transition: background .2s;
	}
	#contact_form input[type="submit"]:disabled {
		background: url(./images/common/ico_mail_02.png) no-repeat center left 60px, #ccc;
	}

	.wpcf7 input[type="text"],
	.wpcf7 input[type="tel"],
	.wpcf7 input[type="email"],
	.wpcf7 input[type="password"],
	.wpcf7 textarea,
	.wpcf7 select {
		padding: 6px 6px;
		font-size: 2.1rem;
	}

	.wpcf7-form-control-wrap {
		position: relative;
		display: inline-block;
	}

	.wpcf7-submit[type="submit"] {
		width: 240px;
		height: 48px;
		padding: 0;
	}
	.wpcf7-submit[type="submit"]:hover {
		opacity: 1;
	}

	.advantage-link-sec {
		padding-top: 50px;
	}
	.advantage-link-list li,
	.advantage-link-list li:nth-child(3n) {
		width: 47%;
		margin-right: 5%;
	}
	.advantage-link-list li:nth-child(2n) {
		margin-right: 0;
	}
	.advantage-link-list li a .link-ttl .text {
		padding-top: 38px;
	}
	.advantage-link-list li a .link-ttl .text .lang-ja {
		font-size: 1.8rem;
	}
	.advantage-link-list li a .link-ttl .text .lang-en {
		font-size: 1.2rem;
	}
	.advantage-link-list li a .link-text {
		margin-top: 15px;
	}

	#footer-bnrs {
		padding-bottom: 18px;
	}
	#footer-bnrs ul {
		width: 370px;
		margin: 0 auto;
	}
	#footer-bnrs li {
		margin-bottom: 20px;
		margin-right: 30px;
	}
	#footer-bnrs li:nth-child(2n) {
		margin-right: 0;
	}

	#footer-content {
		text-align: center;
		padding-bottom: 28px;
	}

	#copyright {
		padding: 20px 10px 94px;
	}

	#fixed-btn {
		width: 100%;
		bottom: 0;
		margin-bottom: 0;
		padding: 20px 0;
		background: rgba(0,0,0,.2);
	}
	#fixed-btn ul {
		display: table;
		width: 100%;
	}
	#fixed-btn ul li {
		display: table-cell;
		vertical-align: top;
		width: 50%;
		text-align: center;
	}
	#fixed-btn ul li a {
		text-align: center;
		padding: 20px 0;
		font-size: 1.7rem;
		width: 95%;
		height: auto;
		-ms-writing-mode: horizontal-tb;
		writing-mode: horizontal-tb;
		box-sizing: border-box;
		border-radius: 40px;
		display: inline-block !important;
	}
	#fixed-btn .btn_contact a span,
	#fixed-btn .btn_member a span {
		padding-top: 0;
		background-repeat: no-repeat;
		background-position: center left;
	}
	#fixed-btn .btn_contact.sp-only a span {
		padding-left: 22px;
		background-image: url('./images/common/ico_tel_01.png');
	}
	#fixed-btn .btn_member a span {
		background-image: none;
	}

	.footer-btns {
		margin-bottom: 20px;
	}
	.footer-btns li {
		width: 47.4%;
	}
	.footer-btns li:not(:last-child) {
		margin-right: 4.5%;
	}
	.footer-btns li a {
		font-size: 1.8rem;
	}
	.footer-btns li a span {
		padding: 56px 0 8px 0 !important;
	}
	.footer-btns .btn_member a span {
		background-position: top 17px center;
	}
	.footer-btns .btn_modelhouse a span {
		background-position: top 22px center;
	}
	#to-top-btn {
		display: none !important;
	}

	#TB_window {
		width:400px;
		height:390px;
		overflow:auto;
		-webkit-overflow-scrolling:touch;
		/*position: absolute !important;*/
	}
	#member_form #TB_window {
		height:auto;
		max-height: 80vh;
	}
	#TB_window iframe {
		width: 100%;
		height: 100%;
		border:none;
	}

	/*#mm-blocker {
		opacity: 0 !important;
	}*/

	.mm-opening #header-content a.hamburger {
		display: none;
	}
	.mm-opening #mm-0 {
		position: relative;
		z-index: 1;
	}
	.mm-opening #sp-menu {
		z-index: 10;
	}
	#sp-menu a.hamburger {
		bottom: auto;
		right: auto;
		top: 19px;
		left: -72px;
		background: #fff;
	}
}

.pc { display: block !important; }
.sp { display: none !important; }

@media screen and (max-width: 480px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

