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



#header {
	position: fixed;
	width: 100%;
	height: 50px;
	background: #fff;
}

#nav {
	display: none;
}

a.logo {
	display: block;
	position: absolute;
	top: 8px;
	left: 10px;
	width: 201px;
	height: 35px;
	margin: 0;
	background-image: url(/commons/images/logo6.png);
	background-size: 201px 35px;
	text-indent: -9999px;
	z-index: 1000;
	opacity: 0;
	transiton: 0.6s;
}

.btn_sp {
	top: 16px;
	right: 15px;
	width: 30px;
	height: 20px;
}

.btn_close {
	top: 15px;
	right: 15px;
	width: 27px;
	height: 22px;
	background-size: 27px 22px;
}

.sp_nav_wrap li {
	padding: 15px 0;
}

.sp_nav_wrap li:first-child {
	margin: 0 0 30px;
}

.sp_nav_wrap li:last-child {
	margin: 40px 0 0;
}


/*top_title*/

.top_title {
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 287px;
	height: 50px;
	margin: -25px 0 0 -143px;
	z-index: 1000;
	opacity: 1;
	transition: 0.3s;
}


/* Top News */

.top_news_wrapper {
	padding: 20px 20px 0;
	position: relative;
	background-color: #fff;
	text-align: center;
}

.top_news {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: flex-start;
	list-style-type: none;
	margin: 0;
}

.top_news_item {
	width: 100%;
	height: auto;
	padding:  0 0 30px;
	text-align: left;
	overflow: hidden;
}

.top_news_item_text {
	padding: 20px 0 30px;
	color: #515151;
	font-size: 14px;
	font-weight: 400;
	line-height: 180%;
	letter-spacing: 0.05em;
}


/* top_cont_block */

.top_cont_block_wrapper {
	padding: 0 0 0;
	background-color: #fff;
	text-align: center;
}

.top_cont_block {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: flex-start;
	list-style-type: none;
	margin: 0 20px
}

.top_cont_block_btn_item {
	width: 100%;
}

.top_cont_link {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 38px;
	margin: -19px 0 0 -100px;
	font-size: 14px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #000;
	background: #fff;
}


/* top_contact_block */

.top_contact_block {
	width: 100%;
	height: auto;
	padding: 100px 0;
}

.top_contact_block_title {
	font-size: 48px;
}


/*company*/

.about_cont_wrap {
	margin: 0 20px;
}

.about_cont {
	padding: 50px 0 50px;
}

.about_title {
	padding: 0 0 10px;
	font-size: 24px;
}

.about_subtitle {
	padding: 0 0 20px;
	font-size: 14px;
}

.about_image_wrap {
	width: auto;
	margin: 0 20px;
	padding: 0 0 50px;
}

.about_image {
	width: 100%;
	padding: 0 0 5px;
}

.company_wrap {
display: flex;
flex-wrap: wrap;
flex-direction: row;
width: 100%;
margin: 0;
padding: 20px 0 0;
border-bottom: 1px solid #000;
}

.ptitle {
	display: flex;
	justify-content: space-between;
	width: 30%;
	padding: 21px 0;
	font-size: 12px;
	font-weight: normal;
	color: #000;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: auto;
	font-family: 'Noto Serif JP', serif;
	border-top: 1px solid #000;
}

.ptext {
	width: 70%;
	padding: 20px 0;
	font-size: 14px;
	font-weight: normal;
	color: #000;
	line-height: 160%;
	letter-spacing: 0.05em;
	text-align: justify;
	text-justify: auto;
	font-family: 'Noto Serif JP', serif;
	border-top: 1px solid #000;
}

.related_business_image {
	display: none;
}

.related_business_info {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #fff;
}

.related_business_title {
	padding: 0 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.3em;
	color: #fff;
}

.related_business_subtitle {
	padding: 0 0 30px;
	font-family: 'Aldrich', sans-serif;
	font-size: 14px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
}

.related_business_item {
	line-height: 100%;
}


/*estate*/

.estate_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 300px;
margin: 50px 0 0;
background: url(/commons/images/bg_estate.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.estate_header_title {
	padding: 50px 0 10px;
	font-family: 'Noto Serif JP', serif;
	font-size: 24px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.3em;
	color: #fff;
	text-align: center;
}

.estate_header_subtitle {
	padding: 0;
	font-family: 'Aldrich', sans-serif;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	text-align: center;
}

.estate_cat {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 100%;
	padding: 60px 0 0;
}

.estate_cat_title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 140px;
	height: 38px;
	margin: 0 5px 10px;
	border: 1px solid #000;
	background: #fff;
	color: #000;
	font-size: 15px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	border-radius: 12px;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
}

.estate_wrapper {
	margin: 0 20px;
	padding: 30px 0 0;
}

.estate_wrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start;
}

.estate_list {
	width: 100%;
	margin: 0 0 40px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}

.estate_list_info_label {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 40px;
	background: #eee8e0;
	color: #000;
	font-size: 11px;
	line-height: 100%;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: 300;
}

.estate_list_info_cont {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	width: calc(100% - 70px);
	height: 40px;
	padding: 0 0 0 10px;
	color: #000;
	font-size: 13px;
	line-height: 140%;
	letter-spacing: 0.05em;
	text-align: left;
	font-weight: 300;
}

.estate_list_tagcloud {
	padding: 10px;
	text-align: left;
}


/*paging*/

.paging_m {
margin: 0 20px;
padding: 0 0 70px;
text-align: center;
font-size: 12px;
line-height: 100%;
letter-spacing: 0.01em;
color: #999;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
}

.current {
margin: 0 10px;
padding: 0 5px 5px;
color: #999;
border-bottom: 1px solid #999;
}

.page, .previouspostslink, .nextpostslink {
margin: 0 10px;
padding: 0 5px 5px;
color: #999;
}

.page, .previouspostslink, .nextpostslink {
margin: 0 10px;
padding: 0 5px 5px;
color: #999;
}


/*estate single*/

.estate_single_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 400px;
margin: 50px 0 0;
background: url(/commons/images/bg_estate.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.estate_single_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 300px;
margin: 50px 0 0;
background: url(/commons/images/bg_estate.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.single {
width: auto;
margin: 0 20px;
padding: 40px 0;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
}

.single_title {
padding: 0 0 20px;
color: #000;
font-size: 20px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: center;
font-family: 'Noto Serif JP', serif;
font-weight: 500;
}

.single_price {
display: flex;
flex-direction: row;
justify-content: center;
align-items: flex-end;
padding: 0 0 20px;
border-bottom: 1px solid #999;
}

.single_price_title {
color: #000;
font-size: 12px;
line-height: 100%;
letter-spacing: 0.1em;
font-weight: 300;
}

.single_price_price {
padding: 0 0.5em 0 1em;
color: #666;
font-size: 20px;
line-height: 100%;
letter-spacing: 0.1em;
font-weight: 600;
}

.single_price_yen {
color: #000;
font-size: 12px;
line-height: 100%;
letter-spacing: 0.1em;
}

.single_upper_info_wrap {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
padding: 40px 0 30px;
}

.single_upper_info_wrap {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
padding: 40px 0 30px;
}

.single_upper_info_left {
width: 100%;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
margin: 0 0 40px;
}

.single_info_label {
display: flex;
justify-content: center;
align-items: center;
width: 70px;
height: 60px;
background: #eee8e0;
color: #000;
font-size: 12px;
line-height: 100%;
letter-spacing: 0.05em;
text-align: left;
font-weight: 300;
}

.single_info_cont {
display: flex;
justify-content: flex-start;
align-items: center;
width: calc(100% - 80px);
height: 60px;
padding: 0 0 0 10px;
color: #000;
font-size: 14px;
line-height: 160%;
letter-spacing: 0.05em;
text-align: left;
font-weight: 300;
}

.adjh {
	height: auto;
	padding: 10px 0 10px 0;
}

.single_upper_info_full {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: space-between;
align-items: flex-start;
width: 100%;
border-bottom: 1px solid #ccc;
}

.single_upper_info_half {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
border-bottom: 1px solid #ccc;
}

.h125 {
height: 300px;
}

.tagcloud {
padding: 10px;
text-align: center;
}

.single .tagcloud a {
margin: 0 2px;
padding: 3px 10px 4px;
background: #ec9935;
color: #fff;
font-size: 11px;
font-weight: normal;
line-height: 100%;
letter-spacing: 0.01em;
border-radius: 14px;
-webkit-border-radius: 14px;
-moz-border-radius: 14px;
}

.single_upper_info_right {
display: flex;
flex-direction: column;
justify-content: flex-start;
align-items: flex-start;
width: 100%;
}

.estate_id_wrap {
width: calc(100% - 2px);
margin: 0 0 20px;
border: 1px solid #603813;
}

.single_lower_info_wrap {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: 100%;
margin: 0 0 20px;
border: 1px solid #ccc;
}

.single_lower_info_full {
display: flex;
flex-wrap: wrap;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
border-bottom: none;
}

.single_lower_info_half {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
}

.single_lower_info_half {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: flex-start;
width: 100%;
border-bottom: 1px solid #ccc;
}

.single_lower_info_label {
display: flex;
justify-content: center;
align-items: center;
width: 110px;
height: 40px;
background: #eee8e0;
color: #000;
font-size: 12px;
line-height: 100%;
letter-spacing: 0.05em;
text-align: left;
font-weight: 300;
}

.single_lower_info_cont {
display: flex;
justify-content: flex-start;
align-items: center;
width: calc(100% - 120px);
height: 40px;
padding: 0 0 0 10px;
color: #000;
font-size: 14px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: left;
font-weight: 300;
}

.single_lower_info_label_large {
display: flex;
justify-content: center;
align-items: flex-start;
width: 110px;
height: 180px;
padding: 25px 0 20px;
background: #eee8e0;
color: #000;
font-size: 12px;
line-height: 100%;
letter-spacing: 0.05em;
text-align: left;
font-weight: 300;
}

.single_lower_info_cont_large {
display: flex;
justify-content: flex-start;
align-items: flex-start;
width: calc(100% - 120px);
height: 180px;
padding: 20px 0 20px 10px;
color: #000;
font-size: 14px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: left;
font-weight: 300;
}


/*estate slider*/

.estate_flex_wrapper {
width: 100%;
padding: 40px 0 50px;
}

.flex-viewport {
width: 100%;
height: 200px;
background: #f5f5f5;
}

.flex-control-thumbs li {
display: flex;
justify-content: center;
align-items: center;
width: 56px;
height: 56px;
border: solid 2px #fff;
float: left;
margin: 0;
overflow: hidden;
background: #f5f5f5;
}

.estate_movie_wrapper {
padding: 0 0 40px;
}

.estate_movie_wrapper iframe {
	width: 100%;
}

.estate_footer_info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
padding: 30px 0 60px;
}

.estate_footer_info_title {
padding: 0 0 10px;
color: #000;
font-size: 20px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 400;
}

.estate_footer_info_address {
padding: 0 0 20px;
color: #000;
font-size: 13px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
}


/*news list*/

.news_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 300px;
margin: 50px 0 0;
background: url(/commons/images/bg_news.jpg);
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.news_wrapper {
width: auto;
height: auto;
margin: 0 20px;
padding: 0 0 0;
}

.news_list {
padding: 40px 0;
border-top: none;
}

.news_list_item {
display: flex;
flex-direction: column;
}

.news_list_item_image {
width: 100%;
height: 200px;
margin: 0 40px 0 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.news_list_info_wrap {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: 100%;
height: auto;
text-align: left;
}

.news_list_date {
padding: 20px 0 10px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px;
font-weight: 300;
line-height: 100%;
letter-spacing: 0.3em;
color: #666;
text-align: left;
}


/*news single*/

.news_single_wrapper {
display: flex;
flex-direction: column;
justify-content: space-between;
align-items: flex-start;
width: auto;
height: auto;
margin: 80px 20px 0;
}

.news_single {
width: 100%;
}

.news_single_date {
padding: 20px 0 10px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 13px;
font-weight: 300;
line-height: 100%;
letter-spacing: 0.3em;
color: #666;
text-align: center;
}

.news_single_title {
padding: 0 0 30px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 20px;
font-weight: 400;
line-height: 180%;
letter-spacing: 0.05em;
color: #000;
text-align: center;
}

.news_single_content {
padding: 0 0 60px;
font-family: 'Noto Sans JP', sans-serif;
font-size: 14px;
font-weight: 400;
line-height: 200%;
letter-spacing: 0.05em;
color: #000;
text-align: left;
}

.news_single_link_list {
display: block;
padding: 30px 0 30px;
border-bottom: 1px solid #999;
background-image: url(/commons/images/btn_arrow_grey.png);
background-size: 41px 41px;
background-position: right center;
background-repeat: no-repeat;
font-family: 'Noto Serif JP', serif;
font-size: 24px;
font-weight: 400;
line-height: 100%;
letter-spacing: 0.3em;
color: #000;
text-align: left;
cursor: pointer;
border-top: 1px solid #999;
}

.news_single_side_title {
padding: 30px 0 30px;
font-family: 'Noto Serif JP', serif;
font-size: 24px;
font-weight: 400;
line-height: 100%;
letter-spacing: 0.3em;
color: #000;
text-align: left;
}

.news_single_list_image {
width: 100px;
height: 100px;
margin: 0;
background-size: cover;
background-position: center center;
background-repeat: no-repeat;
}

.news_single_list_info {
display: flex;
flex-direction: column;
justify-content: center;
align-items: flex-start;
width: calc( 100% - 110px);
height: 98px;
text-align: left;
}

.news_prev,
.news_next {
display: none;
}


/*contact*/

.page_single {
width: 100%;
margin: 0;
}

.news_single_content h2 {
padding: 30px 0 50px;
color: #000;
font-size: 24px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: center;
font-family: 'Noto Serif JP', serif;
font-weight: 500;
}

.wpcf7 {
width: 100%;
max-width: 100%;
margin: 0 auto;
}

.contact_left {
float: none;
width: 100%;
padding: 0;
margin: 0 auto;
}

.contact_right {
float: none;
width: 100%;
padding: 10px 0 10px 0;
margin: 0 auto;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"] {
width: 92%;
height: 30px;
margin: 0 0 10px 0;
font-size: 14px;
padding: 10px;
letter-spacing: 0.1em;
border: 1px solid #ccc;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

form.wpcf7-form textarea {
width: 92%;
height: 160px;
margin: 0 0 20px 0;
font-size: 14px;
padding: 10px;
letter-spacing: 0.1em;
border: 1px solid #ccc;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

.contact_small {
padding: 0 0 0;
font-size: 13px;
color: #000;
text-align: left;
line-height: 200%;
}

input[type="submit"].wpcf7-confirm {
border: 0px;
width: 100%;
height: 50px;
padding: 0 0 0;
font-size: 16px;
color: #fff;
text-align: center;
background: #000;
cursor: pointer;
opacity: 1;
transition: 0.6s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 0;
}

input[type="button"].wpcf7-back {
border: 0px;
width: 48%;
height: 50px;
margin: 0 2% 0 0;
font-size: 16px;
color: #fff;
text-align: center;
background: #000;
cursor: pointer;
opacity: 1;
transition: 0.6s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 0;
transition: 0.6s;
}

input[type="submit"].wpcf7-submit {
border: 0px;
width: 48%;
height: 50px;
padding: 0 0 0 0;
font-size: 16px;
color: #fff;
text-align: center;
background: #000;
cursor: pointer;
opacity: 1;
transition: 0.6s;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
border: none;
border-radius: 0;
}



.news_single_content p {
padding: 0 0 40px 0;
font-size: 14px;
font-weight: normal;
color: #000;
line-height: 200%;
letter-spacing: 0.0em;
text-align: justify;
text-justify: auto;
}

.news_single_content h3 {
margin: 0 0 15px;
padding: 0 0 15px;
color: #000;
font-size: 18px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: left;
font-weight: 500;
border-bottom: 1px dotted #ccc;
}

.page_top {
/* position: fixed; */
/* bottom: 265px; */
position: fixed;
bottom: 107px;
right: 10px;
width: 42px;
height: 42px;
margin: 0;
background: url(/commons/images/btn_page_top.png) top right no-repeat;
background-size: cover;
cursor: pointer;
opacity: 1;
transition: 0.6s;
z-index: 15000;
}






























/* FOOTER */

.foot_nav {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 90vw;
	height: auto;
	margin: 0 auto;
	padding: 60px 0 60px;
}

.foot_nav_column1 {
	border-bottom: 1px dotted #fff;
	margin: 0 0 40px;
	padding: 0 0 30px;
}

.foot_nav_column2 {
	border-bottom: 1px dotted #fff;
	margin: 0 0 40px;
	padding: 0 0 30px;
}

.foot_nav_block {
	width: 100%;
	text-align: center;
}

.foot_nav_block li {
	padding: 0 0 20px;
	font-size: 14px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.foot_nav_block li a {
	color: #fff;
	text-decoration: none;
}

.foot_title {
	padding: 0 0 30px;
	font-size: 24px;
	line-height: 100%;
	letter-spacing: 0.01em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	/*font-family: 'Noto Serif JP', serif;*/
	font-weight: 400;
}

.copyright {
	padding: 0 0 15px;
	text-align: center;
	font-size: 10px;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 300;
}




.no-margin { margin: 0; }
.m-right { margin-right: 1.2%; }
.m-right56 { margin-right: 5.6%; }

.mt30 { margin-top: 30px;}
.mt60 { margin-top: 60px;}
.mb0 { margin-bottom: 0; }
.mb40 { margin-bottom: 40px; }
.mb80 { margin-bottom: 40px; }
.mb90 { margin-bottom: 50px; }
p.tb { margin-bottom: 10px;}
p.small { 
	font-size: 0.72em; 
	line-height: 180%;
	margin-bottom: 20px;
}


.pc_tb { display: none; }
.tb_sp { display: block; }
.pc { display: none; }
.tb { display: none; }
.sp { display: block; }


} /* end @media only screen and ( max-width: 768px ) */