@charset "utf-8";

header, footer, section{
	display: block;
	margin:0;
	padding:0;
}
html {font-size: 62.5%;}/*10px*/

body{
	width:100%;
	line-height:1.7;
	font-size: 1.6rem;/*16px*/
	letter-spacing: 0.03em;
	padding:0;
	margin:0;
	font-family: "Yu Mincho", "YuMincho", serif;
	color:#fff;
	-webkit-text-size-adjust: 100%;
	display: flex;
	flex-flow: column; 
	min-height: 100vh; 
	background: #0B0B0D;
}
ul, ol, dl,dt,dd,div,li {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin:0;
	padding:0;
	font-weight:normal;
	font-size:100%;
}
li {list-style-type:none;}

a {
	border:0;
	color: #fff;
	text-decoration: none;
}

a:hover,
input[type="image"]:hover{
	opacity:0.8;
}

img {vertical-align: middle;border:0;}

*,
*::before,
*::after {
	box-sizing: border-box;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	appearance: none;
}
.sp_only {display: none;}
		@media screen and (max-width: 768px) {
			.sp_only {display: inline;}
		}
.pc_only {display: inline;}
		@media screen and (max-width: 768px) {
			.pc_only {display: none;}
		}
/*-----------------------------------------------
header
-----------------------------------------------*/
header {
	width: 100%;
	height: 90px;
}
header .inner {
	max-width: 1000px;
	height: 100%;
	margin: 0 auto;
	text-align: left;
	display: flex;
	align-items: center;
}
header .logo {
	font-size: 2.4rem;
	line-height: 1.5;
}
header .logo span {
	display: block;
	font-size: 1.0rem;
}
@media screen and (max-width: 1000px) {
	header {
		width: 100%;
		height: 90px;
		background: #0B0B0D;
		position: fixed;
		top: 0;
		z-index: 10;
	}
	header .logo {
	margin-left: 20px;
	}
}
@media screen and (max-width: 768px) {
	header {
		width: 100%;
		height: 72px;
		background: #0B0B0D;
	}
	header .inner {
		width: 100%;
	}
	header .logo {
		font-size: 2.0rem;
		line-height: 1.6;
		margin-left: 20px;
	}
}
/*-----------------------------------------------
footer
-----------------------------------------------*/
footer {
	width: 100%;
}
/*お問い合わせ*/
footer .contact {
	width: 100%;
	position: relative;
	margin-bottom: 40px;
}
footer .contact::before {
  content: "";
  width: 100%;
  height: 350px;
  display: block;
  background: rgba(0,50,109,0.9);
  position: absolute;
  top: 0;
  left: 0;
}
footer .contact img {
	width: 100%;
	height: 350px;
	object-fit: cover;
}
footer .contact .inner_contact {
	width: 840px;
	height: auto;
	position:absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
footer .contact .inner_contact .text_welcome {
	text-align: center;
	font-size: 3.2rem;
	margin-bottom: 10px;
}
footer .contact .inner_contact ul {
	width: 100%;
	margin: 0 auto 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
footer .contact .inner_contact ul li.detail {
	width: 52%;
}
footer .contact .inner_contact ul li .tel { 
	font-size: 2.5rem;
	margin-bottom: -10px;
}
footer .contact .inner_contact ul li .other { 
	margin: 0 0 .25em 60px;
}
footer .contact .inner_contact ul li .tel span {
	font-size: 5.6rem;
}
footer .contact .inner_contact ul li.btn {
	width: 46%;
	text-align: center;
	display: flex;
	align-items: center;
}
footer .contact .inner_contact ul li.btn a {
	display: inline-block;
	width: 100%;
	background: #fff;
	color: #00326d;
	font-size: 1.8rem;
	letter-spacing: .05em;
	padding: 12px 0;
	font-weight: 700;
	display: flex;
	align-items: center;
	justify-content: center;
}
footer .contact .inner_contact ul li.btn a::before {
	content: '\f0e0';
	font-family: 'Font Awesome 6 Free';
	font-weight: 900;
	padding: 0px 10px 0 0;
	font-size: 3rem;
}
footer .contact .inner_contact ul li.btn a span {
	margin-top: 4px;
}
@media screen and (max-width: 1000px) {
	footer .contact {
		width: 100%;
		position: relative;
	}
	footer .contact::before {
	content: "";
	width: 100%;
	height: 400px;
	display: block;
	background: rgba(0,50,109,0.9);
	position: absolute;
	top: 0;
	left: 0;
	}
	footer .contact img {
		width: 100%;
		height: 400px;
		object-fit: cover;
	}
	footer .contact .inner_contact {
		width: 100%;
		height: auto;
		position:absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%, -50%);
	}
	footer .contact .inner_contact .text_welcome {
		text-align: center;
		font-size: 2.0rem;
		margin-bottom: 10px;
	}
	footer .contact .inner_contact ul {
		width: 100%;
		margin: 0 auto 0;
		display: flex;
		flex-direction: column;
	}
	footer .contact .inner_contact ul li.detail {
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	footer .contact .inner_contact ul li .tel { 
		font-size: 1.6rem;
		margin-bottom: 0px;
	}
	footer .contact .inner_contact ul li .other { 
		margin: 0 0 .25em 0px;
	}
	footer .contact .inner_contact ul li .tel span {
		font-size: 3.6rem;
		margin-left: 4px;
	}
	footer .contact .inner_contact ul li.btn {
		width: 60%;
		margin: 0 auto;
		text-align: center;
		display: flex;
		align-items: center;
	}
	footer .contact .inner_contact ul li.btn a {
		display: inline-block;
		width: 100%;
		background: #fff;
		color: #00326d;
		font-size: 1.5rem;
		letter-spacing: .05em;
		padding: 8px 0;
		font-weight: 700;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	footer .contact .inner_contact ul li.btn a::before {
		content: '\f0e0';
		font-family: 'Font Awesome 6 Free';
		font-weight: 900;
		padding: 0px 4px 0 0;
		font-size: 2.4rem;
	}
	footer .contact .inner_contact ul li.btn a span {
		margin-top: 4px;
	}
}
@media screen and (max-width: 525px) {
	footer .contact .inner_contact ul li.btn {
		width: 80%;
	}
}
/*最下部*/
footer .inner {
	max-width: 1000px;
	margin: 0 auto 56px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
}
footer .inner .companydetail {
	width: 50%;
}
footer .inner .companydetail .name {
	font-size: 2.0rem;
	margin-bottom: .25em;
}
footer .inner .companydetail .name br.md_only {
	display: none;
}
footer .inner .companydetail .address {
	margin: 0;
}
footer .inner .footer_menu {
	width: 48%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
}
footer .inner .footer_menu li {
	text-align: center;
}
footer .inner .footer_menu li a {
	display: block;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: all .2s ease;
	display: flex;
	align-items: center;
}
footer .inner .footer_menu li a span {
	display: inline-block;
	width: 100%;
	padding: 0 18px;
	box-sizing: border-box;
	position: relative;
}
footer .inner .footer_menu li a span::before {
	content: '';
	width: 100%;
	height: calc(100% - 10px);
	border-right: 1px solid #fff;
	position: absolute;
	top: 4px;
	left: 0;
}
footer .inner .footer_menu li:last-child a span::before {
	border: none;
}
footer .copyright {
	text-align: center;
	font-size: 1.2rem;
	margin-bottom: 14px;
}
@media screen and (max-width: 1000px) {
	footer .inner {
		width: 90%;
		margin: 0 auto;
		display: flex;
		flex-direction: column;
	}
	footer .inner .companydetail{
		width: 100%;
		margin-bottom: 20px;
	}
	footer .inner .companydetail .name {
		font-size: 1.8rem;
		margin-bottom: 1em;
		text-align: center;
	}
	footer .inner .companydetail .name br.md_only {
		display: inline-block;
	}
	footer .inner .companydetail .address {
		font-size: 1.4rem;
		text-align: center;
		margin-bottom: 1em;
	}
	footer .copyright {
		text-align: center;
		font-size: .9rem;
		margin-bottom: 10px;
	}
	footer .inner .footer_menu {
		width: auto;
		display: flex;
		flex-wrap: wrap;
		justify-content: flex-end;
		margin: 0 auto 40px;
	}
	footer .inner .footer_menu li a {
		font-size: 1.4rem;
	}
}
@media screen and (max-width: 525px) {
	footer .inner .footer_menu {
		width: 70%;
		margin: 0 auto 20px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	footer .inner .footer_menu li {
		width: 47%;
		margin-bottom: 10px;
	}
	footer .inner .footer_menu li a {
		font-size: 1.4rem;
	}
	footer .inner .footer_menu li a span {
		padding: 0;
	}
	footer .inner .footer_menu li:nth-child(2n) a span::before {
		font-size: 1.4rem;
		border: none;
	}
}
/* pageTop */
#page-top {
	position: fixed;
	bottom: 20px;
	right: 10px;
	z-index: 101;
}
#page-top a {
	display: block;
	width: 44px;
}
/*-----------------------------------------------
共通
-----------------------------------------------*/
.titlearea {
	width: auto;
}
.titlearea .title_section {
	display: flex;
	align-items: center;
	text-align: left;
	position: relative;
	font-size: 5.0rem;
	margin: 0 0 30px 0;
	background: linear-gradient(180deg, #555 0%, #fff 90%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-family: "futura-pt-condensed", sans-serif;
	font-weight: 400;
	font-style: normal;
	letter-spacing: 0.05em;
}
.titlearea .title_section:before {
	content: '';
	position: absolute;
	top: -25px;
	display: inline-block;
	width: 60px;
	height: 1px;
	left: 0%;
	-webkit-transform: translateX(0);
	transform: translateX(0);
	background: #0059A1;
}
.titlearea .title_section span {
	margin-left: 28px;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "Yu Mincho", "YuMincho", serif;
	margin-top: 4px;
}
@media screen and (max-width: 1000px) {
	.titlearea {
		width: 100%;
		margin-bottom: 30px;
	}
	.titlearea .title_section {
		font-size: 4.0rem;
		margin: 0 0 0px 0;
	}
	.titlearea .title_section:before {
		position: absolute;
		top: -10px;
		display: inline-block;
		width: 40px;
	}
	.titlearea .title_section span {
		margin-left: 12px;
		font-size: 1.3rem;
	}
}

@media screen and (max-width: 768px) {
	.titlearea {
		margin-bottom: 20px;
	}
	.titlearea .title_section {
		font-size: 3.0rem;
		margin: 0;
	}
}
/*-----------------------------------------------
アンカーリンク
-----------------------------------------------*/
.jumppoint { height: 1px; display: block; }

:root { --header-offset: 0px; }
@media (max-width: 1000px) and (min-width: 769px) { :root { --header-offset: 90px; } }
@media (max-width: 768px) { :root { --header-offset: 72px; } }

.jumppoint, section[id] { scroll-margin-top: var(--header-offset); }


/*-----------------------------------------------
トップページ
-----------------------------------------------*/
main {
	flex: 1;/*フッター常に最下部*/
}
.mainimg {
	width: 100%;
	position: relative;
	overflow: hidden; 
}
.mainimg::before {
content: "";
width: 100%;
height: 100% !important;
display: block;
background: rgba(0,0,0,0.2);
position: absolute;
top: 0;
left: 0;
}
.mainimg img {
	width: 100%;
	height: 750px;
	object-fit: cover;
}
.mainimg .inner {
	width: 46%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 14%;
	transform: translate(0, -50%);
}
.mainimg .inner img {
	max-width: 100%;
	height: auto;
}
@media screen and (max-width: 1000px) {
	.mainimg .inner {
	width: 68%;
	height: auto;
	position: absolute;
	top: 50%;
	left: 10%;
	transform: translate(0, -50%);
	}
}
@media screen and (max-width: 768px) {
	.mainimg {
		margin-top: 70px;
	}
	.mainimg img {
		height: 440px;
	}
	.mainimg .inner {
		width: 78%;
		left: 10%;
		background: rgba(0,0,0,0.3);
		padding: 20px;
		box-sizing: border-box;
	}
}
/*NEWS*/
.news {
	margin: 100px 0 80px;
}
.news .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.news .newsdl {
	width: 780px;
}
.news .newsdl dl {
	width: 100%;
	display:flex;
	flex-wrap: wrap;
}
.news .newsdl dl dt {
	width: 140px;
	padding: 12px 10px 10px 10px;
	font-size: 1.6rem;
	letter-spacing: .04em;
}
.news .newsdl dl dd {
	width: 620px;
	padding: 12px 10px 16px;
	line-height: 1.6;
	margin-bottom: 4px;
	box-sizing: border-box;
}
.news .newsdl dl dd a {
  display: inline-block;
  padding: 6px 2px;
  text-decoration: underline;
  text-underline-offset: .2em;
}
.news .btnbox {
	text-align: center;
}
.news .btnbox a:first-child {
	margin-right: 2rem;
}
@media screen and (max-width: 1000px) {
	.news {
		margin: 60px 0 80px;
	}
	.news .inner {
		width: 90%;
		max-width: none;
		display: flex;
		flex-direction: column;
	}
	.news .newsdl {
		width: 100%;
	}
	.news .newsdl dl dt {
		width: 100%;
		padding: 12px 10px 0px 10px;
		border-bottom: none;
		font-size: 1.6rem;
	}
	.news .newsdl dl dd{
		width: 100%;
		padding: 10px 10px 16px;
		margin-left: 1em;
	}
}
@media screen and (max-width: 768px) {
	.news {
		font-size: 1.4rem;
		margin: 60px 0 60px;
	}
	.news .newsdl dl dd{
		padding: 6px 10px 16px;
	}
	.news .newsdl dl dd a {
		padding: 8px 4px;
	}
	.news .btnbox a:first-child {
		margin: 0 0 2em 0;
	}
}
/*空室情報*/
.vacancy {
	margin: 0 0 120px;
	font-family: "Noto Sans JP", sans-serif;
}
.vacancy .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.vacancy .container {
    max-width: 1000px;
    margin: 0 auto;
}
.vacancy .property-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 40px;
}
.vacancy .property-card {
	background: #292929;
    overflow: hidden;
    transition: box-shadow 0.2s;
}
.vacancy .property-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.vacancy .floor-plan {
    background-color: #ffffff;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 4 / 3;
}
.vacancy .floor-plan img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.vacancy .property-info {
    background-color: #292929;
    color: #ffffff;
    padding: 18px;
}
.vacancy .info-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 12px;
    row-gap: 6px;
}
.vacancy .info-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
}
.vacancy .info-label {
    font-size: 1.3rem;
    color: #ffffff;
    background-color: #111111;
    padding: 4px 8px;
    width: 80px;
    text-align: center;
    flex-shrink: 0;
}
.vacancy .info-value {
    font-size: 1.4rem;
    color: #ffffff;
}
.vacancy .info-value-bold {
    font-weight: 700;
}
.vacancy .detail-button-container {
    display: flex;
    justify-content: flex-end;
	background: #292929;
}
.vacancy .detail-button {
    background: transparent;
    color: #ffffff;
    border: none;
    font-size: 1.4rem;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.2s;
    letter-spacing: 0.05em;
}
.vacancy .detail-button:hover {
    background-color: rgba(255, 255, 255, 0.1);
}
.vacancy .detail-button:active {
    background-color: rgba(255, 255, 255, 0.15);
}
.vacancy .arrow-icon {
    width: 16px;
    height: 16px;
    transition: transform 0.2s;
}
.vacancy .detail-button:hover .arrow-icon {
    transform: translateX(4px);
}
@media (max-width: 1000px) {
	.vacancy {
		margin: 0 0 60px;
	}
	.vacancy .inner {
		width: 90%;
		max-width: none;
	}
	.vacancy .info-label {
		font-size: 1.2rem;
		padding: 4px 2px;
		width: 60px;
	}
	.vacancy .info-value {
		font-size: 1.2rem;
		color: #ffffff;
	}
	.vacancy .property-info {
		padding: 12px;
	}
}
@media (max-width: 768px) {
	.vacancy {
		margin: 0 0 40px;
	}
	.vacancy .container {
		width: 92%;
	}
	.vacancy .property-info {
        padding: 12px 8px;
    }
    .vacancy .property-grid {
        grid-template-columns: none;
    }
	.vacancy .info-grid {
		display: block;
	}
	.vacancy .info-row {
		margin-bottom: .5em;
	}
}
@media (min-width: 769px) and (max-width: 1023px) {
    .vacancy .container {
        padding: 0 16px;
    }
}
/*ギャラリー*/
.gallery {
	margin: 0 0 80px;
}
.gallery .inner {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.slick-slider {
	margin: 0 auto;
}
.thumbnail .slick-track {
  transform: unset !important;
}
.thumbnail-img {
  opacity: 0.6;
  transition: opacity .9s linear;
  width: calc(100% / 4) !important;
}
.thumbnail .slick-current {
  opacity: 1;
}
.thumbnail .thumbnail-img img {
    display: block;
	width: 96%;
	margin: 10px auto 0;
}
.slick-prev {
    left: 25px!important;
}
.slick-next {
	right: 25px!important;
}
.slick-prev, .slick-next { z-index: 5 !important; } 

@media (max-width: 1000px) {
	.gallery {
		margin: 0 0 60px;
	}
	.gallery .inner {
		width: 90%;
		max-width: none;
	}
}
/*-----------------------------------------------
news
-----------------------------------------------*/
.page_news .innerbox {
	max-width: 1000px;
	min-height: 500px;
	margin: 20px auto 40px;
	padding: 60px 80px;
	box-sizing: border-box;
	background: #fff;
	color: #222;
}
.page_news .innerbox .titlearea {
	border-bottom: 2px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}	
.page_news .innerbox .title {
	border-left: 8px solid #00326D;
	font-size: 2.0rem;
	font-weight: 700;
	padding: 6px 0 6px 10px;
}
.page_news .innerbox .date {
	text-align: right;
	font-size: 1.8rem;
	margin-bottom: 10px;
}
.page_news .innerbox .contents {
	width: 98%;
	margin: 0 auto;
}
.page_news .innerbox .contents p {
	line-height: 2.0;
}
.page_news .btn_close {
	text-align: center;
	margin-bottom: 60px;
}
.page_news .btn_close input {
	display: inline-block;
	padding: 6px 40px;
	color: #222;
	background: #fff;
	font-family: "Noto Sans JP", sans-serif;
	outline: none;
	border: none;
	font-size: 1.6rem;
	cursor: pointer;
}
@media (max-width: 1000px) {
	.page_news .innerbox {
	width: 88%;
	min-height: auto;
	margin: 90px auto 40px;
	padding: 40px 20px;
	}
	.page_news .innerbox .titlearea {
		margin-bottom: 10px;
	}
	.page_news .innerbox .title {
		font-size: 1.6rem;
	}
	.page_news .innerbox .date {
		font-size: 1.5rem;
		margin-bottom: 14px;
	}
	.page_news .innerbox .contents {
		width: 100%;
		}
	.page_news .innerbox .contents p {
		line-height: 1.8;
	}
	.page_news .btn_close input {
		font-size: 1.5rem;
	}
}