@charset "UTF-8";
/*-------------------------
リセット
-------------------------*/
#contents_wrapper {
	background: rgba(65,110,134,0.8);
	width: 1000px;
	margin: auto;
}
#contents_wrap {
	width: auto;
	padding: 0 10px 0 20px;
}
#pan {
	padding-top: 15px;
	margin: 0 0 15px;
}
#pan li ,
#pan li a {
	color: #fff;
}
#main-contents {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #2c4552;
}
#main-contents a {
	transition: all 0.5s ease 0s;
}
#main-contents a:hover {
	opacity: 0.6;
}
.wf {
	font-family: "M PLUS Rounded 1c";
}
.flex-box {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	align-items: flex-start;
}
.red {
	color: #d90000;
}
input[type="submit"], input[type="button"], button {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	outline: none;
	box-sizing: border-box;
	cursor: pointer;
}
/*見出し*/
.heading {
	font-size: 150%;
	color: #fff;
	font-weight: bold;
	line-height: 1;
	border-bottom: 2px solid #2c4552;
}
.heading span {
	display: inline-block;
	background: #2c4552;
	padding: 10px 20px 8px 10px;
	position: relative;
}
.heading span::after {
/*	position: absolute;
	right: -15px;
	top: 0;
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 38px 0 0 15px;
	border-color: transparent transparent transparent #2c4552;
*/	content: '';
    position: absolute;
    top: 0;
    right: -15px;
    width: 15px;
    height: 100%;
    background: linear-gradient(to top right, #2c4552 50%, transparent 50%) bottom left/ 100% 100% no-repeat;
}
/*-------------------------
detail-info
-------------------------*/
.detail-info {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #2c4552;
	background: #fff url(/img/building/bg_info.svg) no-repeat right -5px top -12px;
	background-size: 125px auto;
	padding: 20px;
	margin: 0 10px 20px 0;
}
.detail-info .type-list {
	overflow: hidden;
	margin-bottom: 6px;
}
.detail-info .type-list .type ,
.detail-info .type-list .commission {
	float: left;
	font-size: 113%;
	color: #fff;
	padding: 1px;
	line-height: 1;
}
.detail-info .type-list .type span ,
.detail-info .type-list .commission span {
	border: 1px solid #fff;
	padding: 4px 6px;
	display: block;
}
.detail-info .type-list .type {
	margin-right: 3px;
	background: #2c4552;
}
.detail-info .type-list .commission {
	background: #d90000;
}
.detail-info h1 {
	font-weight: bold;
	font-size: 267%;
	line-height: 1.3;
	margin-bottom: 15px;
}
.detail-info h1 span {
	display: block;
	font-size: 16px;
	color: #8e9b9a;
}
.detail-info .info-top.flex-box {
	justify-content: space-between;
	margin-bottom: 20px;
}
.detail-info .info-top .left {
	width: 490px;
}
.detail-info .info-top .left .lead {
	font-size: 150%;
	text-align: justify;
}
.detail-info .info-top .left table {
	width: 100%;
}
.detail-info .info-top .left .table-top tr:not(:last-of-type) {
	border-bottom: 1px solid #8e9b9a;
}
.detail-info .info-top .left .table-top tr th {
	font-weight: bold;
	font-size: 116%;
	vertical-align: middle;
	padding: 15px 0;
}
.detail-info .info-top .left .table-top tr td {
	padding: 15px;
	font-size: 133%;
}
.detail-info .info-top .left .table-top .price td {
	font-weight: bold;
	vertical-align: bottom;
	line-height: 1;
}
.detail-info .info-top .left .table-top .price td .red {
	font-size: 233%;
	vertical-align: -2px;
}
.detail-info .left .table-bottom {
	margin-bottom: 20px;
	border: 1px solid #6ca588;
	font-size: 116%;
}
.detail-info .info-top .left .table-bottom th {
	background: #6ca588;
	padding: 5px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.detail-info .info-top .left .table-bottom th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.detail-info .info-top .left .table-bottom td {
	text-align: center;
	padding: 6px;
}
.detail-info .info-top .left .table-bottom td:not(:last-of-type) {
	border-right: 1px solid #6ca588;
}
.detail-info .info-top .left .tag-list {
	background: url(/img/building/bg_building.jpg);
	padding: 15px 10px;
}
.detail-info .info-top .left .tag-list h3 {
	font-size: 150%;
	line-height: 1;
	margin-bottom: 10px;
	font-weight: bold;
}
.detail-info .info-top .left .tag-list h3::before ,
.detail-info .info-top .left .tag-list h3::after {
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
}
.detail-info .info-top .left .tag-list h3::before {
	background: url(/img/building/ashi_cat.svg) no-repeat left center;
	margin-right: 6px;
}
.detail-info .info-top .left .tag-list h3::after {
	background: url(/img/building/ashi_cat.svg) no-repeat right center;
	margin-left: 6px;
}
.detail-info .info-top .left .tag-list  ul {
	overflow: hidden;
	margin-bottom: 6px;
}
.detail-info .info-top .left .tag-list  ul li {
	float: left;
	border: 1px solid #8e9b9a;
	font-size: 133%;
	padding: 15px 72px 15px 10px;
	line-height: 1;
	margin: 0 4px 4px 0;
}
.detail-info .info-top .left .tag-list  ul .icon_s-dog {
	background: url(/img/building/icon_small.jpg) no-repeat right center #fff;
}
.detail-info .info-top .left .tag-list  ul .icon_m-dog {
	background: url(/img/building/icon_middle.jpg) no-repeat right center #fff;
}
.detail-info .info-top .left .tag-list  ul .icon_l-dog {
	background: url(/img/building/icon_large.jpg) no-repeat right center #fff;
}
.detail-info .info-top .left .tag-list  ul .icon_neko {
	background: url(/img/building/icon_neko.jpg) no-repeat right center #fff;
}
.detail-info .info-top .left .tag-list  ul .icon_many {
	background: url(/img/building/icno_many.jpg) no-repeat right center #fff;
}
.detail-info .info-top .right {
	width: 400px;
}
.detail-info .info-top .right .img {
	width: 400px;
	height: 420px;
	background: #fff;
	border: 1px solid #8e9b9a;
	box-sizing: border-box;
	margin-bottom: 10px;
}
.detail-info .info-top .right .img img {
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
}
.detail-info .info-top .right .btn_pdf a {
	display: block;
	background: #359fd6;
	border-radius: 3px;
	color: #fff;
	padding: 20px 20px 18px 20px;
	font-size: 175%;
	font-weight: bold;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.19);
	line-height: 1;
	text-decoration: none;
	position: relative;
	overflow: hidden;
	transition: all 0.5s ease 0s;
}
.detail-info .info-top .right .btn_pdf a::after {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 4px;
	width:44px;
	height: 52px;
	background: url(/img/building/icon_pdf.svg) no-repeat;
	transform: rotate(-20deg);
}
.detail-info .info-top .right .btn_pdf a:hover {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.4);
	border-radius: 0;
}
/*お問い合わせ*/
.detail-info .contact {
	border: 1px solid #8e9b9a;
	padding: 15px;
	margin-bottom: 25px;
}
.detail-info .contact.flex-box {
	justify-content: space-between;
	align-items: center;
}
.detail-info .contact h3 {
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	margin-bottom: 10px;
}
.detail-info .contact .left {
	width: 52%;
	padding-right: 15px;
	border-right: 2px dashed #8e9b9a;
}
.detail-info .contact .left span {
	display: block;
}
.detail-info .contact .left .cap {
	font-size: 116%;
	line-height: 1;
	margin-bottom: 6px;
}
.detail-info .contact .left .tel {
	margin-right: 15px;
}
.detail-info .contact .left .tel strong {
	font-size: 233%;
	background: url(/img/building/icon_tel.svg) no-repeat left center;
    background-size: 14px;
    padding-left: 20px;
	line-height: 1;
}
.detail-info .contact .left .mail {
	flex: 1;
}
.detail-info .contact .left .mail button {
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	width: 100%;
	background: #359fd6;
	border-radius: 3px;
	color: #fff;
	font-size: 150%;
	font-weight: bold;
	line-height: 1;
	text-align: left;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.19);
	padding: 10px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	position: relative;
}
.detail-info .contact .left .mail button::after {
	content: "";
	position: absolute;
	bottom: 2px;
	right: 4px;
	width: 35px;
	height: 27px;
	background: url(/img/building/icon_mail.svg) no-repeat;
	transform: rotate(-20deg);
}
.detail-info .contact .left .mail button:hover {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	border-radius: 0;
}
.detail-info .contact .right {
	position: relative;
	flex: 1;
}
.detail-info .contact .right .img {
	position: absolute;
	top: -8px;
	left: 8px;
	width: 96px;
}
.detail-info .contact .right .img img {
	width: 100%;
}
.detail-info .contact .right .request {
	padding-left: 110px;
}
.detail-info .contact .right .request h4 {
	font-size: 133%;
	font-weight: bold;
	margin-bottom: 8px;
	letter-spacing: -.04em;
}
.detail-info .contact .right .request .btn a {
	display: block;
	background: #359fd6;
	border-radius: 3px;
	color: #fff;
	padding: 20px 20px 18px 20px;
	font-size: 175%;
	font-weight: bold;
	box-shadow: 2px 2px 3px rgba(0,0,0,0.19);
	line-height: 1;
	text-decoration: none;
	position: relative;
	transition: all 0.5s ease 0s;
}
.detail-info .contact .right .request .btn a::after {
	content: "";
	position: absolute;
	bottom: -8px;
	right: -6px;
	width: 74px;
	height: 74px;
	background: url(/img/building/icon_request.svg) no-repeat;
}
.detail-info .contact .right .request .btn a:hover {
	box-shadow: 2px 2px 6px rgba(0,0,0,0.3);
	border-radius: 0;
}
/*空室一覧*/
.vacancy {
	margin-bottom: 30px;
}
.vacancy .heading {
	margin-bottom: 10px;
}
.vacancy table {
	width: 100%;
	font-size: 116%;
}
.vacancy table a {
	color: #2c4552;
	transition: all 0.5s ease 0s;	
}
.vacancy table a:hover {
	opacity: .6;
}
.vacancy table tr th {
	background: #6ca588;
	padding: 5px;
	color: #fff;
	text-align: center;
	line-height: 1;
}
.vacancy table tr th:not(:last-of-type) {
	border-right: 1px solid #fff;
}
.vacancy table tr td {
	text-align: center;
	border-bottom: 1px solid #6ca588;
	position: relative;
}
.vacancy table tr td:not(:last-of-type) {
	border-right: 1px solid #6ca588;
}
.vacancy table tr .madori {
	padding: 10px 20px 10px 30px;
	text-align: left;
	width: 24%;
}
.vacancy table tr .madori .img {
	display: inline-block;
	margin-right: 10px;
	box-sizing: border-box;
	width: 100px;
	height: 70px;
	border: 1px solid #359fd6;
	vertical-align: middle;
}
.vacancy table tr .madori .img a img {
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
}
.vacancy table tr .btn a {
	display: inline-block;
	padding: 6px 20px;
	font-size: 92%;
	color: #fff;
	border: 1px solid #359fd6;
	background: #359fd6;
	line-height: 1;
	border-radius: 12px;
	text-decoration: none;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.19);
}
.vacancy table tr .btn a:hover {
	border-radius: 0;
	background: #fff;
	color: #359fd6;
	opacity: 1;
}
/*物件画像*/
#gallery .ttl {
	position: relative;
}
#gallery .ttl .heading {
	margin-bottom: 20px;
}
#gallery .ttl .ashi_gallery {
	position: absolute;
	top: -16px;
	right: 10px;
	width: 38px;
	height: 65px;
}
#gallery .inner.flex-box {
	justify-content: space-between;
}
#gallery .inner .left {
	width: 592px;
	margin-right: 20px;
}
#gallery .inner .left #img-area {
	margin-bottom: 10px;
	position: relative;
}
#gallery .inner .left #img-area .controll {
	background: #359fd6;
	width: 26px;
	height: 60px;
	display: inline-block;
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	cursor: pointer;
	text-align: center;
}
#gallery .inner .left #img-area .controll.prev {
	left: 0;
}
#gallery .inner .left #img-area .controll.prev:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-top: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
#gallery .inner .left #img-area .controll.next {
	right: 0;
}
#gallery .inner .left #img-area .controll.next:after {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 4px;
	margin: auto;
	width: 8px;
	height: 8px;
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);

}
#gallery .inner .left #img-area .controll.no-select {
	background: #8e9b9a;
}
#gallery .inner .left #img-large {
	width: 540px;
	height: 414px;
	border: 1px solid #8e9b9a;
	margin: 0 auto;
    position: relative;
	box-sizing: border-box;
}
#gallery .inner .left #img-large img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 538px;
	max-height: 412px;
}
#gallery .inner .left .caption {
	font-size: 116%;
	padding-left: 26px;
}
#gallery .inner .right {
	flex: 1;
}
#gallery .inner .right #thumbnail-wrap.flex-box {
	flex-wrap: wrap;
}
#gallery .inner .right #thumbnail-wrap .thumb {
	margin-bottom: 10px;
}
#gallery .inner .right #thumbnail-wrap .thumb:not(:nth-child(3n)) {
	margin-right: 10px;
}
#gallery .inner .right #thumbnail-wrap .thumb a {
	display: block;
	width: 96px;
	height: 96px;
	border: 1px solid #8e9b9a;
	margin-bottom: 2px;
	box-sizing: border-box;
}
#gallery .inner .right #thumbnail-wrap .thumb a:hover {
	border: 1px solid #359fd6;
}
#gallery .inner .right #thumbnail-wrap .thumb a img {
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
}
/*-------------------------
mein
-------------------------*/
/*ポイント*/
#main-contents .point .inner {
	background: url(/img/building/bg_building.jpg);
	padding: 20px;
	margin-bottom: 20px;
	font-size: 133%;
}
/*周辺地図*/
.map {
	margin-bottom: 20px;
}
.map h2 {
	border: none;
}
.map .inner {
	border: 2px solid #2c4552;
}
/*物件概要*/
.outline .inner {
	background: #fff;
	padding: 20px;
}
.outline .inner table {
	width: 100%;
	border: 1px solid #6ca588;
	font-size: 116%;
	margin-bottom: 10px;
}
.outline .inner table tr {
	border-bottom: 1px solid #6ca588;
}
.outline .inner table tr th {
	width: 22%;
	padding: 10px;
	background: #6ca588;
	border-bottom: 1px solid #fff;
	color: #fff;
}
.outline .inner table tr td {
	padding: 10px;
}
/*-------------------------
サイドバー
-------------------------*/
#side .near {
	width: 280px;
	margin: 0 10px 20px 10px;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
	color: #2c4552;
}
#side .near a {
	transition: all 0.5s ease 0s;
}
#side .near h3 {
	font-size: 133%;
	font-weight: bold;
	display: inline-block;
	background: #fff;
	padding: 10px;
	line-height: 1;
	border-radius: 6px 6px 0 0;
}
#side .near .inner {
	background: #fff;
	padding: 15px;
}
#side .near .inner .block:not(:last-of-type) {
	padding-bottom: 15px;
	border-bottom: 1px solid #8e9b9a;
	margin-bottom: 15px;
}
#side .near .inner .block a {
	text-decoration: none;
	color: #2c4552;
}
#side .near .inner .block a:hover {
	opacity: .6;
}
#side .near .inner .block .img {
	width: 82px;
	height: 100px;
	border: 1px solid #8e9b9a;
	box-sizing: border-box;
	margin-right: 10px;
}
#side .near .inner .block .img img {
	object-fit: contain;
	font-family: 'object-fit: contain;';
	width: 100%;
	height: 100%;
}
#side .near .inner .block .info {
	flex: 1;
	line-height: 1.2;
}
#side .near .inner .block .info h4 {
	font-size: 108%;
	font-weight: bold;
	margin-bottom: 2px;
}
#side .near .inner .block .info ul li {
	margin-bottom: 3px;
}
#side .near .inner .block .info ul .price .red {
	font-size: 133%;
	font-weight: bold;
}
@media screen and (min-width: 0\0) and (min-resolution: +72dpi) {
	.detail-info .type-list .type span, .detail-info .type-list .commission span {
		padding: 6px 6px 1px;
	}
	.detail-info h2 {
		margin: 6px 0 1px;
	}
	.detail-info .info-top .left .table-bottom th {
		padding: 8px 5px 1px;
	}
	.detail-info .info-top .left .table-bottom td {
		padding: 8px 6px 3px;
	}
	.detail-info .info-top .left .tag-list ul li {
		padding: 18px 72px 12px 10px;
	}
	.detail-info .info-top .right .btn_pdf a {
		padding: 24px 20px 16px 20px;
	}
	.detail-info .contact h3 {
		margin: 2px 0 5px;
	}
	.detail-info .contact .left .tel .cap {
		margin-bottom: 8px;
	}
	.detail-info .contact .left .tel strong {
		background: url(/img/building/icon_tel.svg) no-repeat left top 5px;
		background-size: 14px;
	}
    .detail-info .contact .left .tel strong + span {
    	margin-top: -4px;
    }
    .detail-info .contact .left .mail button {
    	padding: 14px 10px 8px;
    }
    .detail-info .contact .right .request .btn a {
    	padding: 24px 20px 16px 20px;
    }
    .heading span {
    	padding: 15px 20px 5px 10px;
    }
    .vacancy table tr th {
    	padding: 8px 5px 1px;
    }
    .vacancy table tr .btn a {
    	padding: 8px 20px 4px;
    }
    #gallery .inner .right #thumbnail-wrap .thumb a {
    	margin-bottom: 4px;
    }
    .outline .inner table tr th ,
    .outline .inner table tr td {
    	padding: 12px 10px 7px;
    }

	#gallery .inner .right #thumbnail-wrap.flex-box {
		max-width: 308px;
	}
	#side .near .inner {
		-webkit-background-clip: padding-box; 
		-moz-background-clip: padding; 
		background-clip: padding-box;
	}
}
