@charset "UTF-8";
/* mixins
--------------------------------------------------------*/
/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 62.5%;
	line-height: 160%;
}

body {
	color: #292929;
	background: #fff;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.75;
	min-width: 1200px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
}

@media only screen and (max-width: 736px) {
	body {
		height: 100%;
		min-width: 320px;
	}
}
a {
	position: relative;
	text-decoration: none;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #1e316c;
}

a:link, a:visited {
	text-decoration: underline;
}

a:hover, a:active {
	text-decoration: none;
}

a img {
	-webkit-transition: opacity 0.15s linear;
	-moz-transition: opacity 0.15s linear;
	-ms-transition: opacity 0.15s linear;
	-o-transition: opacity 0.15s linear;
	transition: opacity 0.15s linear;
}
a:hover img {
	filter: alpha(opactiy=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

a:hover:not(:target) img {
	filter: alpha(opactiy=60);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

/*表示
----------------------------------------*/
/* PCだけ表示 */
.visible_pc {
	display: block !important;
}

/* SPだけ表示 */
.visible_sp {
	display: none !important;
}

/* PCだけ表示 */
.visible_pc_inline {
	display: inline !important;
}

/* SPだけ表示 */
.visible_sp_inline {
	display: none !important;
}

@media only screen and (max-width: 736px) {
	/* PCだけ表示 */
	.visible_pc {
		display: none !important;
	}

	/* SPだけ表示 */
	.visible_sp {
		display: block !important;
	}

	/* PCだけ表示 */
	.visible_pc_inline {
		display: none !important;
	}

	/* SPだけ表示 */
	.visible_sp_inline {
		display: inline !important;
	}

	/* SPだけ改行 */
	.sp_br {
		display: block;
	}

	img {
		width: 100%;
		height: auto;
	}
}
/* SPでtel:
----------------------------------------*/

/*wordpress用テキスト配置
----------------------------------------
.alignleft {
	float: left;
	text-align: left;
}
.alignright {
	float: right;
	text-align: right;
}
.aligncenter {
	text-align: center;
}
img.alignleft {
	margin-right: 20px;
	margin-bottom: 10px;
}
img.alignright {
	margin-left: 20px;
	margin-bottom: 10px;
}
img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
*/

/*画像のfloat
----------------------------------------*/
.img_float_l {
	float: left;
	*display: inline;
	*zoom: 1;
	margin-right: 40px;
	margin-bottom: 40px;
	z-index: 2;
}

.img_float_r {
	float: right;
	*display: inline;
	*zoom: 1;
	margin-left: 40px;
	margin-bottom: 40px;
	z-index: 2;
}

@media only screen and (max-width: 736px) {
	.img_float_l,
	.img_float_r {
		display: block;
		width: 43.103%;
		max-width: 100%;
		height: auto;
		margin-bottom: 15px;
	}

	.img_float_l {
		margin-right: 15px;
	width: 100%;
	}

	.img_float_r {
		margin-left: 15px;
	width: 100%;
	}

	.img_float_l img,
	.img_float_r img {
		display: block;
		margin: 0 auto;
	width: auto;
	}
}
/*color
----------------------------------------*/
.color_red {
	color: #f11717;
}

.color_blue {
	color: #112bac;
}

.color_geen {
	color: #50dd12;
}

.color_orange {
	color: #ec6e00;
}

.color_gray {
	color: #999999;
}

.color_black {
	color: #000000;
}

/* hr
----------------------------------------*/
hr {
	clear: both;
	border: none;
	border-top: solid 1px #cccccc;
	height: 1px;
	color: transparent;
	margin: 28px 0;
}

hr.clear {
	clear: both;
	border-bottom: none;
	height: 1px;
	color: transparent;
	margin: 0;
}
/*font family
----------------------------------------*/
.en {
	font-family: 'Oswald', sans-serif;
}

/*header
----------------------------------------*/
#header {
	z-index: 100;
	min-width: 1200px;
	height: 95px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #fff;
}
#header .inner {
	width: 100%;
	min-width: 1200px;
	margin: 0 auto;
}
#header #logo {
	width: 151px;
	margin: 0 auto 0 40px;
	padding: 25px 0 0;
}
#header #logo img[src*="_wh"],
#header .sub_nav .tel img[src*="_wh"] {
	display: none;
}
/*
#header img {
	display: block;
}*/
#header .sub_nav {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
}
#header .sub_nav .contact_btn {
	position: absolute;
	top: 23px;
	right: 160px;
}
#header .sub_nav .contact_btn02 {
	position: absolute;
	top: 23px;
	right: 40px;
}

#header .sub_nav .tel {
	position: absolute;
	top: 23px;
	right: 300px;
}
#header .sub_nav .tel.visible_pc {
	padding-left: 23px;
	border-left: solid 1px #000;
}

#gnav {
	position: absolute;
	top: 60px;
	right: 550px;
	text-align: right;
}
#gnav li {
	display: inline-block;
	margin-left: 40px;
}
#gnav li a {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 25px;
	height: 25px;
	text-decoration: none;
	color: #000;
}
#gnav li a:hover {
	opacity: .6;
	-ms-filter: "alpha(opacity=60)";
}
#gnav .inner {
	overflow: hidden;
	margin: 0 auto;
	position: relative;
}
#btn_menu {
	display: none;
}

@media only screen and (max-width: 736px) {
	#header {
		min-width: 0;
		height: 60px;
	}
	#header .inner {
		min-width: 0;
		width: 100%;
		padding: 0 15px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header #logo {
		width: 120px;
		padding: 13px 0;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	#header .sub_nav {
		display: block;
		top: 0;
		right: 0;
		width: 100px;
	}
	#header .sub_nav .tel {
		position: absolute;
		top: 0;
		right: 50px;
		height: 60px;
		width: 50px;
		display: block;
	}
	#header .sub_nav .btn_menu {
		position: absolute;
		top: 0;
		right: 0;
		height: 60px;
		width: 50px;
		display: block;
		background: #fff;
	}
	#header .drawer-hamburger {
		width: 21px;
		padding: 21px 15px;
	}
	#header .drawer-hamburger .drawer-hamburger-icon, #header .drawer-hamburger .drawer-hamburger-icon:before, #header .drawer-hamburger .drawer-hamburger-icon:after {
		height: 3px;
	}
	#header .drawer-hamburger .drawer-hamburger-icon:before {
		top: -8px;
	}
	#header .drawer-hamburger .drawer-hamburger-icon:after {
		top: 8px;
	}
	#header #gnav {
		display: none;
	}

	.drawer--right.drawer-open .drawer-hamburger {
		filter: alpha(opactiy=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-moz-opacity: 0;
		-khtml-opacity: 0;
		opacity: 0;
	}

	.drawer--right .mydrawer.drawer-nav {
		right: -280px;
	}
	.mydrawer.drawer-nav {
		width: 280px;
		background: rgba(255, 255, 255, 0.9);
		padding: 0;
	}
	.mydrawer.drawer-nav .drawer-nav-header {
		margin-bottom: 0;
		position: relative;
		height: 60px;
	}
	.mydrawer.drawer-nav ul li {
		padding-left: 50px;
	}
	.mydrawer.drawer-nav ul li a {
		display: block;
		font-size: 1.4rem;
		font-weight: bold;
		color: #000;
		width: 80%;
		padding: 10px 20px;
		text-align: center;
		text-decoration: none;
	}


	.mydrawer.drawer-nav ul li:nth-child(6) {
	    padding: 0;
	}

	.mydrawer.drawer-nav ul li:nth-child(6) a {
	    padding: 10px 0 0 0;
	    margin: 0 auto 10px;
	}

	.mydrawer.drawer-nav ul li:nth-child(6) p.add {
	    font-size: 11px;
	    text-align: center;
	    color: #3a3a3a;
	}



	.mydrawer.drawer-nav ul li:nth-child(7) a {
		color: #fff;
		width: 80%;
		padding: 10px 20px;
		margin-top: 10px;
		text-align: center;
		background: #cf0b3f; /* Old browsers */
	}
	.mydrawer.drawer-nav ul li:nth-child(8) a {
		color: #cf0b3f;
		width: 80%;
		padding: 10px 20px;
		margin-top: 10px;
		text-align: center;
		background: #fff; /* Old browsers */
		border: 3px solid #cf0b3f;
	}
	.mydrawer.drawer-nav ul li:nth-child(7) a::before {
		content: "";
		display: none;
	}
	.mydrawer.drawer-nav ul li:nth-child(8) a::before {
		content: "";
		display: none;
	}

	.nav-toggle {
		position: absolute;
		right: 15px;
		top: 22px;
	}

	.nav-toggle {
		cursor: pointer;
		padding: 12px 12px 12px 12px;
	}

	.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
		cursor: pointer;
		border-radius: 1px;
		height: 2px;
		width: 24px;
		background: #cf0b3f;
		position: absolute;
		display: block;
		content: '';
		top: 0;
		right: 0;
	}

	.nav-toggle span:before {
		top: 5px;
	}

	.nav-toggle span:after {
		top: 10px;
	}

	.nav-toggle span, .nav-toggle span:before, .nav-toggle span:after {
		transition: all 500ms ease-in-out;
	}

	.nav-toggle.active span {
		background-color: transparent;
		right: 0;
	}

	.nav-toggle.active span:before, .nav-toggle.active span:after {
		top: 9px;
		right: 0;
	}

	.nav-toggle.active span:before {
		transform: rotate(45deg);
	}

	.nav-toggle.active span:after {
		transform: rotate(-45deg);
	}
}


/* residence */
.residence {
	padding-bottom: 150px;
}
.residence h2 {
	font-family: 'Oswald', sans-serif;
	font-size: 2.6rem;
	line-height: 1;
	text-align: center;
	color: #000;
	margin: 0;
	padding-top: 0;
	padding-bottom: 30px !important;
	display: block;
	font-weight: 600;

}
.residence h2 span {
	font-size: 1.4rem;
	background: #cf0b3f;
	color: #ffffff;
	margin-bottom: 15px;
	display: inline-block;
	padding: 4px 5px 5px;
}

.residence h2 + p {
	font-family: 'Oswald', sans-serif;
	font-size: 1.4rem;
	text-align: center;
	margin-bottom: 30px;
}



/*contents
----------------------------------------*/
#contents {
	margin-top: 95px;
}
.container {
	width: 830px;
	margin: 0 auto;
}

@media only screen and (max-width: 736px) {
	#contents {
		margin-top: 60px;
	}
	.container {
		width: 92%;
		margin: 0 auto;
	}
}
/*pagetop
----------------------------------------*/
#pagetop {
	position: relative;
}

#pagetop a {
	position: absolute;
	right: 20px;
	bottom: 0;
	display: block;
	z-index: 110;
	transition: all 0.2s ease;
}
#pagetop a.ft20 {
	bottom: -20px;
}

#pagetop a img {
	width: 64px;
	display: block;
}

@media only screen and (max-width: 736px) {
	#pagetop a {
		right: 15px;
		bottom: 80px;
	}
	#pagetop a img {
		width: 32px;
	}
}
/*footer
----------------------------------------*/
#footer .footer_inner {
	background-color: #2a2a2d;
	padding: 25px 10px 10px;
	text-align: center;
	position: relative;
	border-bottom: solid 3px #fff;
}
#footer .footer_inner a {
	color: #fff;
	text-decoration: none;
}
#footer .footer_nav {
	text-align: center;
	color: #fff;
}
#footer .footer_nav li {
	display: inline-block;
}
#footer .footer_nav li + li::before {
	content: '|';
	margin: 0 15px;
}
#footer .ft_logo {
	width: 206px;
	margin: 30px auto 35px;
}
#footer .address {
	font-size: 10px;
	font-size: 1.0rem;
	color: #fff;
}
#footer .sns_btn {
	position: absolute;
	left: 50%;
	top: 18px;
	margin-left: 400px;
	z-index: 2;
}
#footer .sns_btn li {
	float: left;
	margin-left: 10px;
}
#footer_btn {display: none;}

@media only screen and (max-width: 736px) {
	#footer .footer_inner {
		padding: 15px 10px 80px 15px;
	}
	#footer .footer_nav {
		display: none;
	}
	#footer .ft_logo {
		width: 128px;
		margin: 25px auto;
	}
	#footer .sns_btn {
		position: static;
		text-align: center;
		margin: 15px auto 0;
	}
	#footer .sns_btn li {
		float: none;
		display: inline-block;
		margin: 0 10px;
	}
	#footer .footer_inner .sns_btn li img {
		width: 32px;
		height: auto;
	}
}




@media only screen and (max-width: 736px){
#footer_btn {
    bottom: 0;
    position: fixed;
    z-index: 100;
    width: 100%;
    display: flex;
}
}



.border_box .main_wrap h4 {
	color: #cf0b3f;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 10px;
}

.border_box .main_wrap .sekou_list {
	display: flex;
	justify-content: space-between;
}

.border_box .main_wrap .sekou_list ul.sekou_bukken {
	width: 32%;
}



.border_box .main_wrap .sekou_list ul.sekou_bukken li p {
	font-size: 10px !important;
    position: absolute;
    padding: 5px;
    bottom: 10px;
    right: 0;
    color: #fff;
    background: rgba(0,0,0,0.8);
}

.border_box .main_wrap .sekou_list ul.sekou_bukken li {
	border-bottom: 1px dotted #ccc;
	padding: 10px;
	font-size: 12px;
	font-weight: bold;
}

.border_box .main_wrap .sekou_list ul.sekou_bukken li:first-child {
	border-top: 1px dotted #ccc;
}

.border_box .main_wrap .sekou_list ul.sekou_bukken li:last-child {
    margin-top: 10px;
    border-bottom: none;
	padding: 0;
}

.border_box .main_wrap .sekou_list ul.sekou_bukken li:before {
    content: "■ ";
    color: #cf0b3f;
}

.border_box .main_wrap .sekou_list ul.sekou_bukken li:last-child:before {
    content: "";
    color: #cf0b3f;
}




.border_box .main_wrap ul.tenant li:before {
    content: "■ ";
    color: #cf0b3f;
}




@media only screen and (max-width: 736px){
	.border_box .main_wrap .sekou_list {
		display: block;
	}

	.border_box .main_wrap .sekou_list ul.sekou_bukken {
		width: 100%;
		margin-bottom: 30px;
	}

	.border_box .main_wrap .sekou_list ul.sekou_bukken li img {
		width: 100% !important;
		margin: 0;
	}

	.border_box .main_wrap .sekou_list ul.sekou_bukken li p {
    	padding: 5px !important;
    	bottom: 0px;
    	right: 5%
	}


}




ul.sekou_ph {
	display: flex;
	justify-content: space-between;
}

ul.sekou_ph li {
	width: 30%;
}


@media only screen and (max-width: 736px){
	ul.sekou_ph {
	    display: block;
	    padding: 5%;
	    flex-wrap: wrap;
	}

	ul.sekou_ph li {
		width: 100%;
		margin-bottom: 5px;
	}
}