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

#header {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	background-color: #fff;
	z-index: 1200;
	transition: 0.8s;
}

a.logo {
	display: block;
	position: absolute;
	top: 15px;
	left: 30px;
	width: 287px;
	height: 50px;
	margin: 0;
	background-image: url(/commons/images/logo6.png);
	background-size: 287px 50px;
	text-indent: -9999px;
	z-index: 3000;
	opacity: 0;
	transiton: 0.6s;
}

#nav {
	display: none;
}

/* sp nav */

.btn_sp {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content:space-between;
	position: absolute;
	top: 25px;
	right: 30px;
	width: 40px;
	height: 30px;
	cursor: pointer;
	opacity: 1;
	transition: 0.6s;
	z-index: 1500;
}

.btn_sp:hover {
	opacity: 0.5;
}

.line {
	width: 100%;
	height: 2px;
	background: #000;
}

.sp_nav {
	display: block;
	position: fixed;
	top: -2000px;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	z-index: 2000;
}

.sp_nav_wrap {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content:center;
	height: 100%;
}

.sp_nav_wrap li {
	width: auto;
	height: auto;
	padding: 15px 0;
	vertical-align: middle;
	font-size: 18px;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 400;
}

.sp_nav_wrap li:first-child {
	letter-spacing: 0.1em;
	margin: 0 0 40px;
}

.sp_nav_wrap li:last-child {
	letter-spacing: 0.1em;
	margin: 50px 0 0;
	padding: 12px 20px;
	border: 2px solid #000;
}

a.sp_nav_logo {
	display: block;
	width: 163px;
	height: 85px;
	margin: 0;
	background-image: url(/commons/images/logo.png);
	background-size: 163px 85px;
	background-position: center top;
	text-indent: -9999px;
	z-index: 1000;
}

.sp_nav_wrap li a {
	display: block;
	margin: 0;
	padding: 0;
	color: #000;
	text-decoration: none;
	line-height: 100%;
	opacity: 1;
	transition: 0.6s;
	cursor: pointer;
}

.sp_nav_wrap li a:hover {
	opacity: 0.5;
}

.sp_nav_wrap li a.active {
	color: #fff;
	border-bottom: none;
}

.btn_close {
	position: absolute;
	top: 80px;
	right: 50px;
	width: 40px;
	height: 33px;
	margin: 0;
	background-image: url(/commons/images/icon_close.png);
	background-size: 40px 33px;
	opacity: 1;
	transition: 0.6s;
	cursor: pointer;
	z-index: 10000;
}

.btn_close:hover {
	opacity: 0.5;
}



/*top_title*/

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

.top_banner {
	display: none;
}


/* Top News */

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

.top_news {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 30px;
}

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

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

.readmore {
	display: block;
	padding: 16px 0;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.1em;
	background: #000;
}


/* 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: space-between;
	list-style-type: none;
	margin: 0 30px
}

.top_cont_title {
	position: absolute;
	top: 30px;
	left: 20px;
	font-size: 24px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
}

.top_cont_subtitle {
	position: absolute;
	top: 70px;
	left: 20px;
	font-size: 16px;
	font-weight: 300;
	line-height: 100%;
	letter-spacing: 0.1em;
	color: #fff;
}

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


/*top_company*/

.top_company_wrap {
	padding: 50px 0;
	background: #fff;
}

.top_company {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 500px;
	background-image: url(/commons/images/top_100A5661.jpg);
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}


/* FOOTER */

.footer {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
	background-color: #000;
	position: relative;
	z-index: 1;
}

.foot_nav {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
	width: min(90vw, 1200px);
	height: auto;
	margin: 0 auto;
	padding: 80px 0 80px;
}


/* screen */

.screen_caption {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 300px;
	padding: 0;
	margin: 0 0 0 -150px;
	color: #fff;
	text-align: center;
	z-index: 500;
}

.screen_title {
	display: block;
	padding: 0 0 15px;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: 0.3em;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
}

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


/*about us*/

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

.about_cont_wrap {
	position: relative;
	width: auto;
	height: auto;
	margin: 0 30px;
	/*border-left: 1px solid #ccc;*/
}

.about_subtitle {
	padding: 0 0 40px;
}

.about_image_wrap {
	width: 680px;
	margin: 0 auto;
	padding: 0 0 100px;
}

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

.company_wrap {
	width: 680px;
}

.related_business {
	height: 600px;
}

.related_business_image {
	width: 30%;
}

.related_business_info {
	width: 70%;
}

.related_business_subtitle {
	padding: 0 0 30px;
}

.related_business_item {
	padding: 40px 0 15px;
}

.access_wrap {
	padding: 100px 0 100px;
}

.related_business_item {
	padding: 40px 0 15px;
	font-family: 'Noto Serif JP', serif;
	font-size: 16px;
	font-weight: 400;
	line-height: 100%;
	letter-spacing: 0.2em;
	color: #fff;
}

.related_business_url {
	padding: 0 0 0px;
	font-family: 'Noto Serif JP', serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 100%;
	letter-spacing: 0.2em;
	color: #0071bc;
}

.access_wrap {
	padding: 50px 0 80px;
}

.access_title {
	padding: 30px 0 28px;
	font-size: 20px;
	line-height: 100%;
	letter-spacing: 0.1em;
	font-weight: normal;
}

.access_address {
	font-size: 14px;
	padding: 0 0 12px;
	line-height: 180%;
	letter-spacing: 0.05em;
	font-weight: normal;
}

.access_telfax {
	font-size: 14px;
	padding: 0 0 40px;
	line-height: 180%;
	letter-spacing: 0.05em;
	font-weight: normal;
}


/*estate*/

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

.estate_cat_title {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	width: 150px;
	height: 38px;
	margin: 0 5px;
	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 30px;
	padding: 50px 0 0;
}

.estate_list {
	width: calc(50% - 22px);
	margin: 0 10px 50px;
	padding: 0;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}


/*estate single*/

.estate_single_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 400px;
margin: 80px 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 30px;
padding: 50px 0;
font-family: 'Noto Sans JP', sans-serif;
text-align: center;
}

.single_title {
padding: 0 0 30px;
color: #000;
font-size: 30px;
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 30px;
border-bottom: 1px solid #999;
}

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

.single_upper_info_left {
width: 500px;
border-top: 1px solid #ccc;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

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

.single_info_label {
display: flex;
justify-content: center;
align-items: center;
width: 80px;
height: 40px;
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% - 100px);
height: 40px;
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;
}

.h125 {
height: 125px;
}

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

.single_lower_info_label {
display: flex;
justify-content: center;
align-items: center;
width: 130px;
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% - 140px);
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: 130px;
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% - 140px);
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: 60px 0 60px;
}

.flex-viewport {
width: 700px;
height: 394px;
background: #f5f5f5;
}

.flex-control-thumbs {
margin: 0 0 0 -2px;
}

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

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

.estate_footer_info_title {
padding: 0 0 15px;
color: #000;
font-size: 24px;
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: 14px;
line-height: 140%;
letter-spacing: 0.05em;
text-align: center;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
}


/*news*/

.news_header {
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
width: 100%;
height: 400px;
margin: 80px 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 30px;
padding: 80px 0 0;
}

.news_list {
padding: 40px 0;
border-top: 1px solid #999999;
}

.news_list_item_image {
width: 214px;
height: 120px;
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: calc( 100% - 254px);
height: 120px;
text-align: left;
}

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

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

.paging {
width: auto;
margin: 0 30px;
padding: 50px 0 100px;
text-align: center;
font-size: 16px;
line-height: 100%;
letter-spacing: 0.01em;
color: #999;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
border-top: 1px solid #999;
}


/*news single*/

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

.news_single_date {
padding: 40px 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 50px;
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 100px;
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_sidebar {
width: 100%;
padding: 0 0 0;
}

.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: 30px;
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: 30px;
font-weight: 400;
line-height: 100%;
letter-spacing: 0.3em;
color: #000;
text-align: left;
}

.paging {
width: auto;
margin: 0 30px;
padding: 50px 0 80px;
text-align: center;
font-size: 16px;
line-height: 100%;
letter-spacing: 0.01em;
color: #999;
font-family: 'Noto Sans JP', sans-serif;
font-weight: 300;
 border-top:none; 
}


/*contact*/

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

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

.contact_left {
float: none;
width: 700px;
padding: 0;
margin: 0 auto;
}

.contact_right {
float: none;
width: 700px;
padding: 10px 0 20px 0;
margin: 0 auto;
}

form.wpcf7-form input[type="text"], form.wpcf7-form input[type="email"], form.wpcf7-form input[type="tel"] {
width: 95%;
height: 40px;
margin: 0 0 20px 0;
font-size: 16px;
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: 95%;
height: 160px;
margin: 0 0 20px 0;
font-size: 16px;
padding: 10px;
letter-spacing: 0.1em;
border: 1px solid #ccc;
border-radius: 0;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
}

input[type="submit"].wpcf7-confirm {
border: 0px;
width: 700px;
height: 60px;
padding: 0 0 0;
font-size: 20px;
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;
}









.full {
	max-width: 100%;
	padding: 0;
}

.half-full{ width: 50%; }
.hide { display: block; }

.height-first {
	height: 100%;
}

.height-first img {
	height: 100%;
	width: auto;
}

.center { text-align: center; }

.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: 80px; }
.mb90 { margin-bottom: 90px; }
p.tb { margin-bottom: 30px;}
p.small { 
	font-size: 0.8em; 
	line-height: 200%;
	margin-bottom: 50px;
}

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



}