@charset "utf-8";
@import "common.css";

hr {
	margin: 4px 0;
}
#hbgmenu{
	display: none;
}

/* =================================================================
	共通要素ここから
========================================================*/
.container {
	width: 100%;
	margin: 0 auto;
	background: #fff;
}
.container main{
	overflow-x: hidden;
	position: relative;
}
/* 桜の花アクセント背景 */
#indexbody .container main::before,
#indexbody .container main::after{
	content:'';
	display:block;
	position:absolute;
	width:20%;
	max-width: 300px;
	min-width:150px;
	height:100%;
	z-index:0;
	opacity:0.45;
	pointer-events: none;
	background-repeat: repeat-y;
	background-size: contain;
}
#indexbody .container main > *{
	z-index:1;
}
#indexbody .container main::before{
	top:0;
	left:0;
	background-image:url("../images/common/sakura-a.png");
}
#indexbody .container main::after{
	top:0;
	right:0;
	background-image:url("../images/common/sakura-b.png");
}
/*
.container main::before,
.container main::after {
	content: '';
	position: absolute;
	width: 120px;
	height: 120px;
	opacity: 0.06;
	z-index: 0;
	pointer-events: none;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='%23e85380'%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(72 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(144 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(216 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(288 100 100)'/%3E%3Ccircle cx='100' cy='100' r='12' fill='%23f5bac6'/%3E%3C/g%3E%3C/svg%3E");
}
.container main::before {
	top: 80px;
	right: 30px;
	width: 150px;
	height: 150px;
}
.container main::after {
	bottom: 200px;
	left: 20px;
	width: 100px;
	height: 100px;
	transform: rotate(30deg);
}*/
.container section {
	display: block;
	width: 87.5%;
	max-width: 1240px;
	margin-inline: auto;
	position: relative;
}
/* ページタイトル */
.pagetitle-wrap{
	position: relative;
	width: 100%;
	display: block;
	/*overflow: hidden; ::after装飾のためコメントアウト*/
	background: #f8feff;
	overflow: hidden;
	border-bottom: 1px solid #ddeef1;
}
/*
.pagetitle-wrap::before {
	content: '';
	position: absolute;
	top: 15px;
	right: 40px;
	width: 60px;
	height: 60px;
	opacity: 0.08;
	pointer-events: none;
	transform: rotate(20deg);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='%23e85380'%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(72 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(144 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(216 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(288 100 100)'/%3E%3Ccircle cx='100' cy='100' r='12' fill='%23f5bac6'/%3E%3C/g%3E%3C/svg%3E");
}*/
.pagetitle{
	width: 95%;
	max-width: 1260px;
	padding-top: clamp(40px,7.6923vw,80px);
	padding-bottom: clamp(40px,7.6923vw,80px);
	padding-left: 20px;
	padding-right: 20px;
	margin:0 auto;
	line-height: 1.5;
	position: relative;
	z-index: 1;
}
.pagetitle h1{
	margin-bottom: clamp(5px,0.9615vw,20px);
	line-height: 1.25;
}
.pagetitle h1 > span{
	display: block;
	font-size: clamp(1.25rem, 0.75rem + 1.54vw, 2rem);/* 20-520--32-1300 */
	letter-spacing: 0.1em;
    font-feature-settings: 'palt';
	font-weight: 500;
	color: var(--black);
}
.pagetitle h1 span::first-letter{
	color: var(--odcyan);
}
.pagetitle > span{
	font-size: clamp(15px,2.8846vw,20px);
	/*推奨値 14px ÷ 520px * 100 vw */
	font-weight: 500;
	font-family: var(--en);
	letter-spacing: 1px;
	color: #9ad2db;
}
.pagetitle-back{/* 背景の縁取り英語 */
	font-size: clamp(100px,19.23vw,180px);
	color: #fff;
	font-family: 'Jost',Arial, 'Noto Sans JP',sans-serif;
	font-weight: bold;
	font-style: italic;
	text-shadow: .4px .4px 0 var(--sublight),
            	-.4px .4px 0 var(--sublight),
            	.4px -.4px 0 var(--sublight),
            	-.4px -.4px 0 var(--sublight);
	/* text-strokeはgooglefontだとアウトラインが雑でカッコ悪いのでtextshadow */
	position: absolute;
	white-space: nowrap;
    top: 50%;
    left: 0%;
    transform: translateY(-50%);
	z-index: 0;
}
.def-hgroup {
	display:flex;
	flex-direction:column;
	align-items:center;
	margin-block:120px 40px;
}
.def-hgroup > div{
	display:flex;
	gap:10px;
	margin-bottom:10px;
}
.def-hgroup h2{
	font-weight:500;
	font-size:clamp(1.063rem, 0.81rem + 1.08vw, 1.5rem);/* 17-375--24-1024 */
	margin-bottom:0!important;
}
.def-hgroup > div span{
	display:block;
	width:8px;
	height:8px;
	border-radius:2px;
}
.def-hgroup > div span:nth-child(1){
	background:var(--odpink);
}
.def-hgroup > div span:nth-child(2){
	background:var(--odcyan);
}
.def-hgroup > div span:nth-child(3){
	background:var(--odgreen);
}
.def-hgroup > div span:nth-child(4){
	background:var(--odblue);
}
h2.def{
	position: relative;
    padding: 1.5rem 0 clamp(20px,3.8461vw,30px);
    margin-bottom: 40px;
    font-weight: bold;
    font-size: clamp(18px,3.4615vw,26px);
	text-align: center;
	line-height: 1.5;
	letter-spacing: 1px;
    background: linear-gradient(90deg, var(--subcolor) 0% 50%, #333 50%);
    background-repeat: no-repeat;
    background-size: clamp(35px,6.73vw,50px) clamp(4px,0.7692vw,7px);
    background-position: bottom;
    color: var(--black);
}

/* レイアウトが合わないページで非表示 */
body:is(#clistbody,#blistbody,#companybody) .pagetitle-wrap::after{
	content:none;
}
.def-section{
	container-type: inline-size;
	container-name: def-section;	
}
.def-section h3{
	color:var(--odblue);
	font-weight: 500;
	margin-bottom: 1em;
	position:relative;
	display:flex;
	gap:0.75em;
	align-items: baseline;
}
.def-section h3:before{
	content:'';
	display:block;
	height:1px;
	width:1.5em;
	flex-shrink:0;
	transform:translateY(-0.35em);
	background:var(--odblue);
}
.defsec-flex{
	display: flex;
	gap:40px;
}
.defsec-flex.reverse{
	flex-direction: row-reverse;
}
.defsec-flex-img{
	width:calc(50% - 20px);
}
#company-aisatu{
	max-width: 400px;	
}
.defsec-img{
	width: 100%;
	max-width: 900px;
	margin-inline: auto;
	margin-block: 2em;
}
.defsec-img img,
.defsec-flex-img img{
	width:100%;
	border-radius:4px;
}
.defsec-flex-text{
	width:calc(50% - 20px);
	flex-grow: 1;
}
.defsec-flex-text p:not(:last-child){
	line-height:1.75;
	margin-bottom:1.25em;
}
.def-section ul{
	margin-block:1em;
	margin-left:20px;
	list-style-type:circle;
	line-height: 1.75;
	letter-spacing: .5px;
}
ol.flow{
	list-style: none;
    padding: 0;
    margin: 0;
}
.flow li {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 12px 0;
    border-bottom: 1px solid #e0e0e0;
}
.flow-num {
    width: 30px;
    height: 30px;
    background: var(--odcyan);
    color: #fff;
    border-radius: 50%;
    display: grid;
	line-height:1;
    place-content:center;
    justify-content: center;
    font-size: 13px;
    font-weight: 500;
    flex-shrink: 0;
}
.defsec-flex.point{
	max-width: 900px;
	margin-inline: auto;
}
.defsec-flex.point .defsec-flex-text{
	background: #f7fbfd;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    padding: 18px 1.5em 5px;
}
.defsec-flex.point h3{
	font-size: 1em;
    font-weight: 700;
    color: var(--odcyan);
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e0e0;
}
.defsec-flex.point ul{
	font-size:0.95em;
}
.defsec-flex.point h3:before{
	content:none;	
}
@container def-section (width < 880px) {
	.defsec-flex{
		flex-direction: column;
	}
	.defsec-flex.reverse{
		flex-direction: column-reverse;
	}
	.defsec-flex-img,
	.defsec-flex-text{
		width: 100%;
	}
	#company-aisatu{
		margin-inline: auto;
		max-width: 400px;	
	}
}
/* =================================================================
	ヘッダーここから
========================================================*/
.headlogo-sp{
	display: none;
}
/* ================================================
	ヘッダー大外
*/
header.sidebar {
	z-index: 999;
	position: fixed;
    left: 0;
	top: 0;
	width: 250px;
	height: 100vh;

	background-color: #ffffff;
	box-shadow: 3px 0 10px rgba(0, 0, 0, 0.1);
	overflow-y: auto;
	overflow-x: hidden;
}
header.sidebar > .sidebar-inner{
	position: relative;/* ナビ子メニューの起点にするため */
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	
	
}
/* ================================================
	ヘッダーロゴ
*/
header.sidebar .headlogo h1,
#footerabout div.company a.footlogo h1{
	transition: all .3s;
}
header.sidebar .headlogo:hover h1,
#footerabout div.company a.footlogo:hover h1{
	opacity: .65;
}
header.sidebar .headlogo h1{
	position: relative;
	top: 0;
	width: 200px;
	margin: 30px auto 25px;
	text-indent: 0;
	line-height: 0;
}
header.sidebar .headlogo h1 img{
	width: 100%;
	height: auto;
}

/* ================================================
	ヘッダーメインメニュー
*/

header.sidebar .sidebar-nav {
    display: block;
    width: 100%;
    
    
    
}
.menu-wrap{
	width: 170px;
	height: 100%;
	text-align: center;
}
.has-child{
	position: relative;
	height: 100%;
}
.menuttl{
	font-size: 15px;
	color: var(--black);
	display: flex;
	justify-content: center;
	align-items: center;
	transition: all .25s;
}
.menuttl:hover,
.has-child:hover .menuttl{
	color: var(--pincolor);
}
.has-child .menuttl{
	pointer-events: none;
	position: relative;
	height: 100%;
}
.menu-wrap:not(.has-child) .menuttl{
	display: flex;
	align-items: center;
	width: 100%;
	height: 100%;
}
.menu-dropdown {
	min-width: 100%;
	position: absolute;
	background-color: rgba( 249, 250, 251, 0.98);
	box-shadow: 0px 5px 10px 0 rgba(0, 0, 0, 0.1);
	transition: all .25s;
}
.menu-dropdown > * {/* hoverした時のプロパティ */
	overflow: hidden;
	height: 30px;
	font-size: 15px;
	background: rgba(0,0,0,0);
	white-space: nowrap;
	transition: 
		0.5s height cubic-bezier(.73,.32,.34,1.5),
		0.5s padding cubic-bezier(.73,.32,.34,1.5),
		0.5s margin cubic-bezier(.73,.32,.34,1.5),
		0.5s 0.2s color,
		0.2s background-color
	;
}
.menu-wrap:not(:hover) > .menu-dropdown > * {
	visibility: hidden;
	height: 0;
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	border-bottom: 0px solid rgba(0, 0, 0, 0);
	transition: 
		0.5s 0.1s height,
		0.5s 0.1s padding,
		0.5s 0.1s margin,
		0.3s color,
		0.6s visibility,
		0.5s border-bottom
	;
}
.menu-dropdown li:first-of-type{
	box-shadow: 0px 10px 10px -10px rgba(0, 0, 0, 0.1) inset;
}
.menu-dropdown li:not(:last-of-type){
	border-bottom: 1px solid var(--sublight);
}
.menuchild{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 70px;
}
.menuchild a{
	display: flex;
	width: 100%;
	height: 100%;
	justify-content: center;
	align-items: center;
}
.menuchild a span{
	color: var(--black);
	transition: all .25s;
}
.menuchild a:hover span{
	color: var(--pincolor);
}
#menu-contact_btn{
	background: var(--pincolor);
	transition: all .25s;
}
#menu-contact_btn a{
	color: #fff;
}
#menu-contact_btn:hover{
	background: var(--maincolor);
}
#menu-contact_btn a span{
	display: flex;
	flex-direction: column;
	gap: 5px;
}
#menu-contact_btn a span::before{
    content: '\f0e0'; /* 追記したコード */
    font-family: 'Font Awesome 6 Free'; /* 追記したコード */
    font-weight: 700; /* 追記したコード */
    color: #ffffff;
	font-size: 20px;
    display: inline-block;
	transition: all .25s;
}
#menu-contact_btn a:hover span::before{
	content: '\f2b6';
}
/* ======================================================== 
	ヘッダーここまで
=================================================================*/
/* =================================================================
	フッターここから
========================================================*/
.footermenu{
	width: 100%;
	padding: 15px 0;
}
.footermenu ul{
	display: flex;
	flex-wrap:wrap;
	list-style:none;
	gap:10px 40px;
}
.footermenu ul li a{
	display:flex;
	align-items:center;
	width:fit-content;
	position:relative;
	gap:0.75em;
	color:var(--black);
	font-weight:400;
	padding:5px 5px 3px 0;
	background-image: linear-gradient(var(--linkcolor), var(--linkcolor));
	background-repeat: no-repeat;
	background-position: bottom right; /* 下線の初期位置 */
	background-size: 0 1px; /* 下線のサイズ（横幅、高さ） */
	transition: color 0.25s, background-size 0.3s;
}
.footermenu ul li a::before{
	content: '';
	width: 0;
	height: 0;
	margin-top: 1px;
	border-style: solid;
	border-width: 0.35em 0 0.35em 0.45em;
	border-color: transparent transparent transparent var(--linkcolor);
	transition:all .25s;
}
@media (any-hover: hover) {
	.footermenu ul li a:hover{
		color:var(--linkcolor);
		background-position: bottom left; /* 下線のホバー時位置 */
		background-size: 100% 1px; /* 下線の横幅を100%にする */		
	}
}
@media (any-hover: none) {
	.footermenu ul li a:active{
		color:var(--linkcolor);
		background-position: bottom left; /* 下線のホバー時位置 */
		background-size: 100% 1px; /* 下線の横幅を100%にする */		
	}
}
footer {
	width: 100%;
	font-size: 15px;
	background: #ffffff;
	color:var(--black);
}
#footerabout{
	display:flex;
	width:87.5%;
	max-width:1300px;
	margin-inline: auto;
	padding-block:100px 60px;
	gap: 50px;
}
#copyright{
	color: #fff;
	background:var(--odcyan);
	padding: 16px 0;
}
#copyright span{
	display:block;
	width:87.5%;
	max-width:1300px;
	margin-inline: auto;
	font-size: clamp(0.813rem, 0.693rem + 0.51vw, 0.938rem);/* 13-375--15-768 */
}
.footer-com_info{
	width: 100%;
	max-width: 320px;
}
.footlogo {
	display: block;
	position: relative;
	top: 0px;
	width: 190px;
	height: 52px;
	margin: 0 auto 20px 0;
	background-image: url('../images/logo.png');
	background-repeat: no-repeat;
	background-position: 0 center;
	background-size: contain;
	text-indent: -9999px;
	transition: all .25s;
}
@media(any-hover:hover){
	.footlogo:hover{
		opacity:0.5;
	}	
}
@media(any-hover:none){
	.footlogo:active{
		opacity:0.5;
	}	
}
.footer-company{
	font-size: 15px;
	line-height: 1.5;
}
.footer-company p{
	margin-bottom: .7em;
}
.footertel a{
	color: var(--black);
	border-bottom:1px solid;
	transition: all .25s;
}
.footertel a:hover{
	color: var(--linkcolor);
	border-bottom:1px solid var(--linkcolor);
}
/* ======================================================== 
	フッターここまで
=================================================================*/
/* ============================================================== 
	indexここから
===========================================================*/
/* ヒーロー画像 */
#index_hero{
	position: relative;
}
#index_hero-figure{
	display: block;
	width: 100%;
	height: 100vh;
	padding: 30px;
	background: #fff;
}
#index_hero img{
	width:100%;
	height: 100%;
	border-radius:30px;
    vertical-align: bottom;
    object-fit: cover;
	object-position: 35%;
}
.hero-catchcopy{
	position: absolute;
	bottom: 0;
	left: 0;
	width: fit-content;
	height: 40%;
	padding: 30px 30px 30px 60px;
	border-radius: 0 30px 0 0;
	background: #fff;
	box-sizing: border-box;
	display:grid;
	place-content:center;
}
.hero-catchcopy:before,
.hero-catchcopy:after{
	content:'';
	display:block;
	width:30px;
	height:30px;
	position:absolute;
	background: transparent;
	border-radius:0 0 0 30px;
	box-shadow: -8px 8px 0 8px #fff;
}
.hero-catchcopy::before{
	top:-30px;
	left:30px;
}
.hero-catchcopy::after {
	right: -30px;
	bottom: 30px;  
}
.hero-catchcopy p{
	font-size: clamp(1.625rem, -0.555rem + 2.55vw, 2.5rem);/* 26-1370--40--1920 */
	/* background:pink; */
	line-height:1.45;
	margin: 0;
	font-feature-settings: "palt";
	letter-spacing:0.05em;
	width:fit-content;
	color: #494949;
}
.hero-catchcopy span{
	display:inline-block;
	margin-right:0.05em;
}
.hero-catchcopy-small{
	margin-top:0.75em;
	font-size: clamp(0.875rem, 0.408rem + 0.55vw, 1.063rem);/* 14-1370--17-1920 */
	line-height:1.45;
	font-family: var(--en);
	color: #8d8d8d;
	font-weight:700;
	letter-spacing: 0.06em;
	display: block!important;
}
/* service */
#index_service{
	container-type: inline-size;
	container-name: service;	
}
#service_wrap{
	display:flex;
	flex-wrap:wrap;
	gap:10px;
}
.service{
	display:flex;
	flex-direction:column;
	gap:10px;
	width:calc((100% - 20px) / 3);
	padding-inline:15px;
	padding-block:10px 20px;
	border-radius:4px;
	color: var(--black);
	border:2px solid transparent;
	transition:all .2s;
}
.service:nth-of-type(odd){
	background: #f7d3da;
}
.service:nth-of-type(even){
	background: #c8dcff;
}
@media(any-hover:hover){
	.service:nth-of-type(odd):hover{
		background: #ffbfcb;
		border-color:var(--odpink);
	}
	.service:nth-of-type(even):hover{
		background: #afccff;
		border-color:var(--odblue);
	}
}
.service.pinlogo{
	background:none;
	flex-direction:row;
	justify-content:center;
	pointer-events: none;
}
.service.pinlogo img{
	width:140px;
	align-self:flex-end;
}
.service h3{
	font-size:20px;
	font-weight:700;
	text-align:center;
	margin-bottom:0.25em;
}
.service:nth-of-type(odd) h3{
	color:var(--odpink);
}
.service:nth-of-type(even) h3{
	color: var(--odblue);
}
.service img{
	width: 80px;
	align-self:center;
}
.service p{
	text-align:center;
}
@container service (800px< width < 1024px) {
	.service{
		display:flex;
		flex-direction:row-reverse;
		justify-content:center;
		align-items:center;
		gap:4%;
		padding-inline:20px;
		padding-block:20px 25px;
		width:calc((100% - 10px) / 2);
	}
	.service:nth-of-type(1),
	.service:nth-of-type(4),
	.service:nth-of-type(6){
		background: #f7d3da;
	}
	.service:nth-of-type(2),
	.service:nth-of-type(3){
		background: #c8dcff;
	}
	.service h3{
		font-size:26px;
		text-align:left;
	}
	.service:nth-of-type(1) h3,
	.service:nth-of-type(4) h3,
	.service:nth-of-type(6) h3{
		color:var(--odpink);
	}
	.service:nth-of-type(2) h3,
	.service:nth-of-type(3) h3{
		color: var(--odblue);
	}
	@media(any-hover:hover){
		.service:nth-of-type(1):hover,
		.service:nth-of-type(4):hover,
		.service:nth-of-type(6):hover{
			background: #ffbfcb;
			border-color:var(--odpink);
		}
		.service:nth-of-type(2):hover,
		.service:nth-of-type(3):hover{
			background: #afccff;
			border-color:var(--odblue);
		}
	}
	.service p{
		text-align:left;
	}
	.service.pinlogo{
		padding-block:0;
	}
	.service.pinlogo img{
		width:120px;
	}
	.service:nth-of-type(5){
		order:6;
	}
}
@container service (500px < width <= 800px) {
	.service{
		width:calc((100% - 10px) / 2);
	}	
	.service:nth-of-type(1),
	.service:nth-of-type(4),
	.service:nth-of-type(6){
		background: #f7d3da;
	}
	.service:nth-of-type(2),
	.service:nth-of-type(3){
		background: #c8dcff;
	}

	.service:nth-of-type(1) h3,
	.service:nth-of-type(4) h3,
	.service:nth-of-type(6) h3{
		color:var(--odpink);
	}
	.service:nth-of-type(2) h3,
	.service:nth-of-type(3) h3{
		color: var(--odblue);
	}
	@media(any-hover:hover){
		.service:nth-of-type(1):hover,
		.service:nth-of-type(4):hover,
		.service:nth-of-type(6):hover{
			background: #ffbfcb;
			border-color:var(--odpink);
		}
		.service:nth-of-type(2):hover,
		.service:nth-of-type(3):hover{
			background: #afccff;
			border-color:var(--odblue);
		}
	}
	.service.pinlogo img{
		width:120px;
	}
	.service:nth-of-type(5){
		order:6;
	}
}
@container service (width <= 500px) {
	.service{
		width:100%;
		gap:5px;
	}
	.service p{
		font-size:15px;
	}
	.service img{
		width: 70px;
	}
	.service:nth-of-type(6){
		background: #f7d3da;
	}
	.service:nth-of-type(6) h3{
		color:var(--odpink);
	}
	@media(any-hover:hover){
		.service:nth-of-type(6):hover{
			background: #ffbfcb;
			border-color:var(--odpink);
		}
	}
	.service.pinlogo{
		display:none;
	}
}
/* おすすめ物件 */
/*
#index_osusume::before {
	content: '';
	position: absolute;
	top: -30px;
	left: -20px;
	width: 80px;
	height: 80px;
	opacity: 0.07;
	pointer-events: none;
	transform: rotate(-15deg);
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 200 200'%3E%3Cg fill='%23e85380'%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(72 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(144 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(216 100 100)'/%3E%3Cpath d='M100 10 C95 40,70 60,50 80 C70 75,90 85,100 100 C110 85,130 75,150 80 C130 60,105 40,100 10Z' transform='rotate(288 100 100)'/%3E%3Ccircle cx='100' cy='100' r='12' fill='%23f5bac6'/%3E%3C/g%3E%3C/svg%3E");
}*/
#index_osusume h2{
	color:var(--black);
	display: flex;
	flex-direction: column;
	line-height:1.25;
	gap:5px;
	margin-bottom:clamp(20px,3.846vw,45px);
}
#index_osusume h2 span.en{
	color:var(--subcolor);
	font-size:clamp(32px,6.1538vw,52px);
	font-weight: 500;
	letter-spacing: 2px;
}
#index_osusume h2 span:not(.en){
	font-size:clamp(16px,3.0769vw,22px);
	letter-spacing: 1px;
}
#index_osusume > div{
	position: relative;
}
#index_osusume > div::before,
#index_osusume > div::after{
	content:'';
	position: absolute;
	display: block;
	width:calc(100vw - 100%);
	height:48%;
}
#index_osusume > div::before{
	background:var(--mainlight);
	left:calc(100% + 30px);
	top:0;
}
#index_osusume > div::after{
	background:var(--sublight);
	right:calc(100% + 30px);
	bottom:0;
}
.osusume_inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	column-gap: 30px;
	width: 100%;
	margin: 0 auto 60px;
}
#index_osusume > div:last-of-type .osusume_inner{
	margin:0 auto;
}
.osusume_cell {
	display: block;
	width: 95%;
	max-width:320px;
	margin-bottom: 40px;
	border:none;
	line-height: 1.5;
	color:var(--black);
	transition: all .25s;
	background: rgba(255,255,255,0.65);
}

.osusume_datum > span{ /* 「詳細を見る」動画・VRを入れる時は表示 */
	display: none;
}
.osusume_photo{
	width:100%;
	height: auto;
	overflow: hidden;
	transition: all .25s;
	position: relative;
}
.osusume_photo img {
	width: 100%;
	height: auto;
	object-fit: cover;
	transition: all .25s;
}
.osusume_inner > a:hover .osusume_photo img{
	transform: scale(1.1);
}
.osusume_inner > a .osusume_photo::before{
	content:'';
	position: absolute;
	width: 100%;
	height:100%;
	background:rgba(0, 0, 0, 0);
	z-index:1;
	transition: all .25s;
}
.osusume_inner > a .osusume_photo::after{
	content:'\f00e  詳細を見る';
	font-family: 'Noto Sans JP','Font Awesome 6 Free', sans-serif;
	position: absolute;
	display: block;
	width: 100%;
	height:1em;
	font-size:16px;/* 16-320--20-768 */
	font-weight:700;
	letter-spacing: 3px;
	text-align: center;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
	color:transparent;
	z-index:2;
	transition: all .25s;
}
.osusume_inner > a:hover .osusume_photo::before{
	background:rgba(0, 0, 0, 0.4);
}
.osusume_inner > a:hover .osusume_photo::after{
	color:#fff;
}
:is(.osusume_syubetu-madori,.osusume_cost,.osusume_addr)::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    display: inline-block;
	margin-right:10px;
	min-width: 18px;
    text-align: center;
}
.osusume_syubetu-madori::before{
	content: '\f015';
	color: var(--subcolor);
}
.osusume_cost::before{
	content: '\f157';
	color: var(--costred);
}
.osusume_addr::before{
	content: '\f3c5';
	color: var(--subcolor);
}
.osusume_cost span{
	font-size: 18px;
	color:var(--costred);
	font-weight:bold;
	line-height:1.5;
}
.osusume_syubetu-madori,
.osusume_addr,
.osusume_cost,
.osusume_catch{
	font-size:clamp(0.875rem, 0.83rem + 0.22vw, 0.938rem);/* 14-320--15-768 */
	line-height:1.5;
	margin-bottom: 0.25em;
}
.osusume_info{
	margin-top:10px;
}
.osusume_words{
	margin-top:20px;
	padding-inline:0.5em;
	border-top:1px solid #D4D4D4;
}
.osusume_words:has(.osusume_catch:empty){
	display:none;
}
.osusume_catch{
	margin-block:1em 0;
	color:#313131;
}
.osusume_name {
    width: fit-content;
    font-size: 13px;
    padding-inline:1em;
    padding-block:5px;
    margin-bottom:1em;
    line-height: 1.4;
    font-weight: 500;
    background:#F2F2F2;
}
.osusume_name:empty{
	display:none;
}

@media(width<1024px){
	.osusume_cell{
		width:47.5%;
	}
}
@media(width<680px){
	.osusume_inner{
		flex-direction:column;
		align-items:center;
	}
	.osusume_cell{
		width:100%;
		max-width:440px;
	}
}
/* swiper */
.swiper-wrapper{
	align-items: flex-start;
}
/* news */
#index_news-container{
	background:transparent;
	width:100%;
	max-width: initial;/* sectionのmax-width打ち消し */
	margin:0 auto;
}
#index_news-wrap{
	width: 87.5%;
	max-width: 1240px;
	margin:0 auto;
}
#index_news_inner{
	padding: 20px 5px 10px 30px;
	border:1px solid #dfdfdf;
	background: rgba(255, 255, 255, 0.45);
}
#index_news{
	padding:0 20px 0 0;
	height: 290px;
	overflow-y: auto;
	container-type: inline-size;
	container-name: news;
}
#index_news::-webkit-scrollbar {/* 横幅 */
	width: 13px;
	background:#DFDFDF;
	border-right:5px solid #fff;

}
#index_news::-webkit-scrollbar-thumb{/* つまみの部分 */
	border-right: solid 5px #fff;/* 疑似的な余白 */
	background:#7E7E7E;
}
.infotr{
	display: flex;
	border-bottom: 1px solid #C2C4AD;
	column-gap: clamp(1.875rem, -0.092rem + 4.1vw, 3.75rem);/* 40-768--60--1500 */
	padding-bottom: 18.5px;
}
.infotr:not(:first-of-type){
	margin-top: 16.5px;
}
.infotr .info_date{
	width:100px;
	font-size: 14px;
    font-weight: 400;
    color: #676767;
    font-family: var(--lora);
}
.infotr .info_body{
	width:calc(100% - 160px);
	font-size: 15px;
	line-height:1.5;
}
.info_body a{
	color:var(--linkcolor);
	text-decoration:underline;
	text-underline-offset:2px;
}
@media(any-hover:hover){
	.info_body a:hover{
		text-decoration:none;
	}	
}
@media(any-hover:none){
	.info_body a:active{
		text-decoration:none;
	}	
}
.info_body a[target="_blank"]::after{
	font-family:'FontAwesome';
	font-size:0.65em;
	content:'\f08e';
	margin-left:0.35em;
}
@container news (width < 515px) {
	.infotr {
		flex-direction:column;
		gap:5px;
	}
	.infotr .info_date{
		margin
	}
	.infotr .info_body{
		width:100%;
	}
}
/* ======================================================== 
	indexここまで
=================================================================*/
/* =================================================================
	家づくり応援ここから
========================================================*/
.faq-item {
    margin-bottom: 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
	max-width: 800px;
	margin-inline: auto;
}
.faq-q {
    background: #f7fbfd;
    padding: 13px 18px;
    font-weight: 700;
    display: flex;
    gap: 10px;
    align-items: flex-start;
    border-bottom: 1px solid #e0e0e0;
}
.faq-a {
    padding: 13px 18px;
    display: flex;
    gap: 10px;
    align-items: flex-start;
}
.faq-badge {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
	line-height:1;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    flex-shrink: 0;
    margin-top: 1px;
}
.faq-badge.q {
    background: var(--odcyan);
}
.faq-badge.a {
    background: var(--odpink);
}
.greenbtn{
	display: block;
	width: fit-content;
	margin-top:1.5em;
	padding: 1em 1.5em;
	border: 2px solid var(--odgreen);
	background: var(--odgreen);
	color:#fff;
	border-radius:3px;
	transition: all .25s;
}
.greenbtn i{
	margin-right:0.5em;
}
@media(any-hover:hover){
	.greenbtn:hover{
		background: #fff;
		color:var(--odgreen);
	}	
}
@media(any-hover:none){
	.greenbtn:active{
		background: #fff;
		color:var(--odgreen);
	}	
}
.insta{
	margin-top: 50px;
	margin-inline: auto;
	width: 100%;
	max-width: 900px;
}
.insta_btn2{/*ボタンの下地*/
	color: #FFF;/*文字・アイコン色*/
	border-radius: 7px;/*角丸に*/
	position: relative;
	display: block;
	height: 50px;/*高さ*/
	width: 100%;/*幅*/
	max-width: 290px;
	margin-top: 10px;
	margin-inline: auto;
	text-align: center;/*中身を中央寄せ*/
	font-size: 14px;/*文字のサイズ*/
	line-height: 50px;/*高さと合わせる*/
	background: -webkit-linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;
	background: linear-gradient(135deg, #427eff 0%, #f13f79 70%) no-repeat;/*グラデーション①*/
	overflow: hidden;/*はみ出た部分を隠す*/
	text-decoration:none;/*下線は消す*/
  }
  
  .insta_btn2:before{/*グラデーション②*/
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;/*全体を覆う*/
	height: 100%;/*全体を覆う*/
	background: -webkit-linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
	background: linear-gradient(15deg, #ffdb2c, rgb(249, 118, 76) 25%, rgba(255, 77, 64, 0) 50%) no-repeat;
  }
  
  .insta_btn2 .fa-instagram{/*アイコン*/
	font-size: 25px;/*アイコンサイズ*/
	position: relative;
	top: 4px;/*アイコン位置の微調整*/
	margin-right: 10px;
  }
  
  .insta_btn2 span {/*テキスト*/
	display:inline-block;
	position: relative;
	transition: .5s
  }
  .insta_btn2:hover{
	color: #fff;
  }
  .insta_btn2:hover span{/*ホバーで一周回転*/
	-webkit-transform: rotateX(360deg);
	-ms-transform: rotateX(360deg);
	transform: rotateX(360deg);
	color: #fff;
  }
/* =================================================================
	会社概要ここから
========================================================*/
#company_photo{
	display:flex;
	width:100%;
	gap:30px;
	margin-bottom:40px;
}
#company_photo img{
	width:calc((100% - 30px)/2);
	border-radius: 4px;
}
#company_text {
	margin: 0 auto 120px;
	padding: 0;
	position:relative;
	z-index:0;
}
#company_text dl {
	display: table;
	width: 100%;
	margin: 0 auto ;
	border-collapse: collapse;
	border-top: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
}
#company_text dl dt,
#company_text dl dd {
	display: table-cell;
	vertical-align: middle;
	padding: 5px 0;
}
#company_text dl:first-of-type dt,
#company_text dl:first-of-type dd{
	border-top:none;
}
#company_text dl:last-of-type{
	border-bottom: 1px solid #e0e0e0;
}
#company_text dl dt {
	width: 30%;
	padding: 20px 0 20px 40px ;
	font-weight: 500;
	font-size: clamp(14px,2.6923vw,16px);
	letter-spacing: 1px;
	color:var(--black);
	background-color: var(--mainlight);
}
#company_text dl dd {
	width: 70%;
	padding: 15px 20px 15px 30px ;
	line-height: 1.5;
	font-size:clamp(14px,2.6923vw,16px);
	letter-spacing: 1px;
	background:#ffffff;
}
#companymap {
	height: clamp(300px,57.692vw,500px);
	margin: 0 auto 120px;
}
#companymap_wrap{
	position: relative;
	z-index:0;
}
.domain::before{
	content:'@';
}
/* ======================================================== 
	会社概要ここまで
=================================================================*/
/* =================================================================
	お問い合わせここから
========================================================*/
#contactbody main{
	padding-bottom:60px;
}
#contact p {
	margin: 0 auto 5px;
	line-height: 1.5;
}
#form_table {
	margin: 20px auto 30px;
}
#form_table dl {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 0px 0px;
	padding:15px 0;
}
#form_table dt,
#form_table dd {
	display: table-cell;
	vertical-align: middle;
}
#form_table dt {
	width: 35%;
	padding: 8px 5px;
	font-size:15px;
}
#form_table dd {
	width: 65%;
	position: relative;
}
#form_table dd input[type='text'],
#form_table dd input[type='tel'],
#form_table dd input[type='email'],
#form_table dd textarea {
	width: 100%;
	padding: 5px 5px 5px 10px;
	line-height: 30px;
	color: var(--black);
	font-size:15px;
	border: 1px solid #cdcdcd;
	border-radius: 2px;
}
#form_table dd textarea {
	height: 8em;
}
#form_table dd button {
	margin: 10px 0;
	padding: 0 20px;
	font-size: 16px;
	border:none;
	background-color: transparent;
}
#form_table dd button.stop,
#form_table dd button.okgo {
	margin-bottom: 20px;
}
#form_table dd button[type='reset'] {
	color: #f00;
}

#contact div.form39 p {
	margin-bottom:1em;
	padding: 0;
	line-height: 1.5;
	letter-spacing: 1px;
	font-size: clamp(15.5px,2.9807vw,17px);
}
.qf_reverse-wrap input{
	margin-top: 10px;
}
.qf_reverse-wrap label input{
	margin-top: 0;
}
.radiowrap{
	margin-bottom:1em;
}
.radiowrap label{
	margin-right: 15px;
	transition: color 0.15s;
	
}
.radiowrap label input{
	cursor: pointer;
}
@media (any-hover: hover) {
	.radiowrap label:hover{
		color: var(--linkcolor);
	}
}
/* 説明文の中央よせ */
.intrtext{
	margin:0 auto;
	font-size:15px;
	line-height: 1.5;
}
.intrtext a span{
	color:var(--linkcolor);
}
#contact .intrtext p{
	margin-bottom:10px;
	line-height: 1.5;
}
.intrtext:last-of-type{
	margin-top: 30px;
}
/*必須項目*/
.hissu{
	display: inline-block;
	padding: 2px 8px;
    background: var(--costred);
    color: #fff;
    border-radius: 0;
    font-size: clamp(10.5px,2.0192vw,13px);
    position: relative;
	margin: 0 15px;
}
p .hissu{
	margin:0 10px 0 0;
}

.send-button-wrapper span{
	display:inline-block;
	transition: all 0.3s;
	position: relative;
	text-align: center;
	padding:1rem 2rem;
	cursor: pointer;
}
.send-button-wrapper.okgo span{
	color: #0c2443;
}
.send-button-wrapper.stop span{
	color:var(--textred);
}
.send-button-wrapper span::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-color: rgba(34, 85, 170, 0.2);
	transition: all 0.3s;
}
  
.send-button-wrapper span:hover::before {
	opacity: 0;
	transform: scale(0.4, 0.4);
}
  
.send-button-wrapper span::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	opacity: 0;
	transition: all 0.3s;
	border: 1px solid var(--linkcolor);
	transform: scale(1.2, 1.2);
}
  
.send-button-wrapper span:hover::after {
	opacity: 1;
	transform: scale(1, 1);
}

.send-button-wrapper.stop span::before{
	background-color: rgba(170, 34, 52, 0.15);
}
.send-button-wrapper.stop span::after {
	border: 1px solid rgba(170, 34, 52, 0.4);
}
.formlast a{
	color:var(--linkcolor);
	line-height: 1.5;
}
@media(max-width:600px){
	#form_table .formlast > dd{
		padding:0;
	}
	.formlast > dd > div{
		display: flex;
		flex-direction: column;
		margin-top: 20px;
		margin-bottom:20px;
	}
	#form_table dd button.stop, #form_table dd button.okgo{
		margin-bottom:0;
		padding:0;
	}
	#form_table dd button.stop, #form_table dd button.okgo,
	#form_table dd button.stop span, #form_table dd button.okgo span{
		width:100%;
	}
}
#form_table.chkform dl.chklist{
	display:flex;
	flex-direction:column;
	padding:0 10px;
}
#form_table.chkform dl.chklist dt,
#form_table.chkform dl.chklist dd{
	width:100%;
}
#form_table.chkform dl.chklist dt{
	font-weight:500;
	color:var(--odblue);
	border-bottom:1px solid;
	line-height:1.5;
	padding:8px 5px;
	margin-top:1.5em;
	margin-bottom:0.25em;
}
#form_table.chkform dl.chklist dd{
	padding:5px 15px;
	line-height:1.5;
	font-size:15px;
}
.backhomelink{
    display: flex;
	justify-content: center;
    width: fit-content;
    margin: 30px auto 0;
	color: var(--linkcolor);
	border-bottom: 1px solid;
	transition: all .25s;
}
.backhomelink:hover{
	color:var(--pincolor);
}
/* ステップバー */
.progressbar {
    position: relative;
    margin: clamp(20px,3.8461vw,30px) auto 40px!important;
    padding: 5px 0 10px;
	background:#fff;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media(max-width:290px){
	.progressbar {
		display: none;
	}
}
.progressbar li {
    position: relative;
    list-style-type: none;
    text-align: center;
    text-transform: uppercase;
    width: 33.333%;
    color: #999999;
	font-size:14px;
    letter-spacing: 1px;
    counter-increment: steps;
	
}
.progressbar li:before {
    display: block;
    width: 26px;
    height: 26px;
    margin: 7px auto 2px auto;
    content: '';
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    border-radius: 50%;
    background-color: #e5e5e5;
    content: counter(steps);
	z-index: 2;
	position: inherit;
}
.progressbar li:after {
    position: absolute;
    z-index: 1;
    top: 19px;
    left: -50%;
    width: 100%;
    height: 2px;
    content: '';
    background-color: #e5e5e5;
}
.progressbar li:first-child:after {
    content: none;
}
.progressbar li.active,
.progressbar li.complete{
    color: var(--odblue);
}
.progressbar li.active:before,
.progressbar li.complete:before {
    background-color: var(--odblue);
    color: #FFF;
}
.progressbar li.active:after,
.progressbar li.complete:after {
    background-color: var(--odblue);
}
/* 入力ヒント「半角数字で入力」等 */
.form_hint {
    color: var(--costred);
	font-size:14px;
    display: block;
	opacity: 0;
	position: absolute;
	top: -1.25em;
	transition: all .2s;
}
#form_table input:focus + .form_hint {
	opacity: 1;
}
@media(max-width:1024px){/* dtとddを横並びから縦並びにするポイント */
	#form_table dd {
		display: flex;
		flex-direction: column-reverse;
		gap: 5px;
	}
	.form_hint {
		font-size:13px;
		position: initial;
		top: initial;
		display: none;
	}
	#form_table input:focus + .form_hint {
		display: block;
	}
}
/* ======================================================== 
	お問い合わせここまで
=================================================================*/
/* =================================================================
	プライバシーポリシーここから
========================================================*/
.container section#privacy{
	padding:0;
}
#privacybody main{
	padding-bottom:60px;
}
#privacy > div > p{
	margin-bottom:10px;
	line-height: 1.5;
}
#privacy_list > div{
	display: flex;
	flex-direction: column;
	position: relative;
	margin-top:40px;
	gap:10px;
}
#privacy_list > div > span{
	font-weight: 500;
	font-size: 22px;
	padding-bottom: 2px;
	color:var(--subcolor);
	letter-spacing: 1px;
	border-bottom:1px solid var(--subcolor);
}
#privacy_list > div > p,
#privacy_list > ol{
	font-size:clamp(14px,2.6923vw,16px);
	line-height:1.5;
	letter-spacing: .5px;
}
#privacy_list > div > p{
	padding:0 15px;
}
#privacy_list > ol{
	margin: 15px 0;
	padding:0 20px;
}
#privacy_list > ol > li{
	margin-bottom:10px;
}
#privacy_list ul{
	margin-top:10px;
	margin-left:20px;
	list-style-type:circle;
	font-size:14.5px;
	line-height: 1.5;
	letter-spacing: .5px;
}
#privacy_list > ul{
	margin-left:37px;
}
.privacy-a a{
	color: var(--linkcolor);
	font-size: 16px;
	line-height: 1.75;
	text-decoration: underline;
}
/* ======================================================== 
	プライバシーポリシーここまで
=================================================================*/
/* =================================================================
	物件一覧ここから
========================================================*/
span.cb_subttl{
	display: inline-block;
	font-size: clamp(15px,2.8846vw,30px);
}
/*
.pagetitle h1 span.cb_subttl::first-letter{
	color:var(--black);
}*/
.total_num {
	display: flex;
	justify-content: right;
	align-items: center;
	position: relative;
	width: 100%;
	margin-bottom: 30px;
	font-size: 15px;
	color: var(--black);
	text-align: right;
}
.total_num > span{
	display: inline-block;
	position: relative;
	padding-left: 2em;
	padding-right: 1.5em;
	text-align: center;
	line-height: 1.5;
}
.total_num > span >span{
	display: inline-block;
}
.navi_pages{
	display: none;
}
/* ================================================
	並び替えボタン
*/
.order_button {
	width: 100%;
	margin-bottom: 20px;
}
.order_button label,
.order_button input {
	display: none;
}
.order_button ul {
	list-style-type: none;
	width: 100%;
	display:flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 15px;
}
.order_button ul li {
	display: inline-block;
}
.order_button button {
	width: 100%;
	border: 1px solid #c1c1c1;
	background:#fff;
	border-radius:2px;
}

.order_button button span{
	display:inline-block;
	color: #2b2b2b;
	font-size:14px;
	font-weight: 400;
	transition: all 0.25s;
	position: relative;
	text-align: center;
	padding:7px 15px;
	cursor: pointer;
	z-index: 2;
}
@media(any-hover:hover){
	.order_button button span:hover{
		background:#ccc;
	}	
}
@media(any-hover:none){
	.order_button button span:active{
		background:#ccc;
	}	
}

/* 物件情報ページネーション */
div.navi {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	max-width:600px;
	margin:0 auto;
	background:var(--gray);
	padding:5px;
	border-radius:25px;
	box-shadow: var(--shadow);
}
div.navi_prev,
div.navi_next,
div.navi_number {
	display: block;
}
div.navi_prev,
div.navi_next {
	font-size: 15px;
	font-weight:bold;
}
div.navi_next {
	text-align: right;
}
div.navi_prev a,
div.navi_next a {
	display: inline-block;
	margin: 0 5px;
	padding: 6px 10px;
	font-weight: bold;
	color: var(--maincolor);
	background:transparent;
	border:1px solid transparent;
	border-radius: 50%;
	line-height:1;
	transition: all .25s;
}
div.navi_number {
	flex-grow: 1;
	text-align: center;
	font-size: 14px;
	font-family: var(--en);
	line-height: 1;
}
div.navi_number span,
div.navi_number a {
	display: inline-block;
	margin: 0 5px;
	padding:10px;
	color: var(--darkblue);
	border-radius: 50%;
	border:1px solid var(--gray);
	transition: all .25s;
	border-radius:50%;
	line-height:1;
}
div.navi_number span {
	color: var(--pincolor);
	font-weight:700;
	background-color: var(--gray);
	border-left: 1px solid var(--gray);
	border-right: 1px solid var(--gray);
	border-top: 1px solid var(--gray);
	border-bottom: 1px solid var(--pincolor);
	border-radius:0;
	padding:0 6px 6px;
}

/*
ページネーションの表示数を制限するCSSここから
 （:has()が使えるようになったので試験運用）
※レスポンシブのブレイクポイント箇所は768pxと420pxの2箇所に有り。
520pxでdiv.navi_prev a, div.navi_next aをいったん非表示にしてます。
*/
div.navi_number a{
	display:none;
}
div.navi_number a:first-child,
div.navi_number a:last-child,
div.navi_number span +a,
div.navi_number span +a+a,
div.navi_number a:has(+span),
div.navi_number a:has(+a+span){
	display:inline-block;
}
div.navi_number a:first-child{
	margin-right:20px;
	position:relative;
}
div.navi_number a:first-child::after{
	content: '...';
	display: inline-block;
	pointer-events: none;
	position: absolute;
	right: -17px;
}
div.navi_number a:first-child:hover::after{
	color:initial;
}
div.navi_number a:first-child:has(+span),
div.navi_number a:first-child:has(+a+span){
	margin-right:5px;
}
div.navi_number a:first-child:has(+span)::after,
div.navi_number a:first-child:has(+a+span)::after{
	content: none;
}
div.navi_number a:last-child{
	margin-left:20px;
	position:relative;
}
div.navi_number a:last-child::before{
	content: '...';
	display: inline-block;
	pointer-events: none;
	position: absolute;
	left: -17px;
}
div.navi_number a:last-child:hover::before{
	color: initial;
}
div.navi_number span +a:last-child,
div.navi_number span +a+a:last-child{
	margin-left:5px;
}
div.navi_number span +a:last-child::before,
div.navi_number span +a+a:last-child::before{
	content: none;
}
/*ページネーションの表示数を制限するCSSここまで*/

div.navi_prev a:hover,
div.navi_next a:hover,
div.navi_number a:hover {
	background-color: var(--pincolor);
	border:1px solid var(--pincolor);
	color:white;
	box-shadow: var(--shadow);
}
/* 下側のページネーション */
.footnavi-wrap{
	display: block;
	width:100%;
}
div.navi.footnavi{
	margin:0  auto 40px;
}
/* 登録なしの１文 */
.no-num {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	width: 100%;
	min-height: 200px;/* フッターの下に虚無が生まれるの防止 */
	margin-bottom: 30px;
	font-size: clamp(15px,2.8846vw,17.5px);
	color: var(--costred);
}
.no-num > span{
	display: inline-block;
	position: relative;
	text-align: center;
	line-height:1.5;
}
.no-num::before,
.no-num::after{
	display: inline-block;
	width: 80px;
	height:30px;
}

/* 物件一覧部分 */
.container section.cblist{
	max-width: 1600px;
	margin:60px auto 0;
}
.cblist_inner{
	position: relative;
	padding-top: 60px;
	padding-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	column-gap: 30px;
	width: 100%;
}
.cblist_inner::before,
.cblist_inner::after{
	content:'';
	position: absolute;
	display: block;
	width:calc(100vw - 100%);
	height:48%;
}
.cblist_inner::before{
	background:var(--mainlight);
	left:calc(100% + 30px);
	top:0;
}
.cblist_inner::after{
	background:var(--sublight);
	right:calc(100% + 30px);
	bottom:0;
}
.cblist_link {
	display: block;
	width: 95%;
	max-width:320px;
	margin-bottom: 50px;
	border:none;
	line-height: 1.5;
	color:var(--black);
	transition: all .25s;
}

.uxicon{ /* 「詳細を見る」動画・VRを入れる時は表示 */
	display: none;
}
.cblist_photo{
	width:100%;
	height: auto;
	border-radius: 10px 0 10px 0;
	overflow: hidden;
	transition: all .25s;
	position: relative;
}
.cblist_photo img {
	width: 100%;
	height: auto;
	border-radius: 10px 0 10px 0;
	object-fit: contain;
	transition: all .25s;
}
.cblist_link .cblist_photo::before{
	content:'';
	position: absolute;
	width: 100%;
	height:100%;
	background:rgba(0, 0, 0, 0);
	z-index:1;
	transition: all .25s;
}
.cblist_link .cblist_photo::after{
	content:'詳細を見る';
	font-family: 'Noto Sans JP','Font Awesome 6 Free', sans-serif;
	position: absolute;
	display: block;
	width: 100%;
	height:1em;
	font-size:16px;
	font-weight:500;
	letter-spacing: 3px;
	text-align: center;
	top: 50%;
    left: 0%;
    transform: translateY(-50%);
	color:transparent;
	z-index:2;
	transition: all .25s;
}
.cblist_link:hover .cblist_photo::before{
	background:rgba(0, 0, 0, 0.4);
}
.cblist_link:hover .cblist_photo::after{
	color:#fff;
}
:is(.bukken_syubetu-madori,.bukken_cost,.bukken_addr)::before{
    font-family: 'Font Awesome 6 Free';
    font-weight: 700;
    display: inline-block;
	margin-right:10px;
	min-width: 18px;
    text-align: center;
}
.bukken_syubetu-madori::before{
	content: '\f015';
	color: var(--subcolor);
}
.bukken_cost::before{
	content: '\f157';
	color: var(--costred);
}
.bukken_addr::before{
	content: '\f3c5';
	color: var(--subcolor);
}
.bukken_cost span{
	font-size: 18px;
	color:var(--costred);
	font-weight:bold;
	line-height:1.5;
}
.bukken_syubetu-madori,
.bukken_addr,
.bukken_cost,
.bukken_catch{
	font-size:15px;
	line-height:1.5;
	margin-bottom:0.25em;
}
.cblist_list{
	margin-top:10px;
}
.cblist_list dl:has(.bukken_addr){
	margin-bottom:8px;
}
.bukken_catch{
	margin-top:10px;
}
.cblist_link .bukken_name {
    width: fit-content;
	font-size: 13px!important;
    padding-inline: 1em;
	padding-block:5px;
	margin-bottom:1em;
	font-weight:500;
	background:#F2F2F2;
}
.cblist_link .bukken_name:empty{
	display:none;
}
/* NEWマーク */
.osusume_isnew{
    position: absolute;
    top: 8px;
    left: 10px;
    font-size: 18px;
    font-weight: 700;
    color: var(--costred);
	letter-spacing: 1px;
    text-shadow: 0 0 2px #fff, 1px 0 2px #fff, 1px 1px 2px #fff, 0 1px 2px #fff, -1px 1px 2px #fff, -1px 0 2px #fff, -1px -1px 2px #fff, 0 -1px 2px #fff, 1px -1px 2px #fff;
	animation: blink 0.75s infinite alternate;
}
@keyframes blink{
	0% { opacity: 0; }
	100% { opacity: 1; }
}
.container section.cblist{
		width:90%;
}


/* vr *//* ※使用するサイトに適用　※テンプレートはこの辺カスタマイズされてないかも
#cblist div.cblist_inner a.cblist_link span.list_movievr,
#cblist div.cblist_inner a.cblist_link span.list_movie,
#cblist div.cblist_inner a.cblist_link span.list_vr,
#cblist div.cblist_inner a.cblist_link span.list_normal {
	z-index: 99;
	display: block;
	position: absolute;
	top: -5px;
	left: 0px;
	width: 80px;
	height: 80px;
	padding: 53px 7px 10px 7.5px;
	line-height: 18px;
	text-align: center;
	font-size: 13px;
	color: var(--darkblue);
	box-shadow: 0 5px 10px 0 rgb(100 100 100 / 50%);
	backdrop-filter: blur( 4.0px );
	-webkit-backdrop-filter: blur( 4.0px );
	background-position: center 8px;
	background-repeat: no-repeat;
	background-color: rgba( 246, 250, 255, 0.9);
	opacity:0.85;
	backdrop-filter: blur( 4.0px );
	-webkit-backdrop-filter: blur( 4.0px );
	transition: all 0.2s;
	border-radius: 5px;
}

#cblist div.cblist_inner a.cblist_link span.list_movievr {
	background-image: url(../images/icon-movie-vr.svg);
	background-size: 30px;
    background-position: center 13px;
}
#cblist div.cblist_inner a.cblist_link span.list_movie {
	background-image: url(../images/icon-movie.svg);
	background-size: 30px;
    background-position: center 13px;
}
#cblist div.cblist_inner a.cblist_link span.list_vr {
	background-image: url(../images/icon-vr.svg);
	background-size: 30px;
    background-position: center 13px;
}
#cblist div.cblist_inner a.cblist_link span.list_normal {
	background-image: url(../images/icon-syousai.svg);
	background-size: 30px;
    background-position: center 13px;
}
#cblist div.cblist_inner a.cblist_link:hover span.list_movievr,
#cblist div.cblist_inner a.cblist_link:hover span.list_movie,
#cblist div.cblist_inner a.cblist_link:hover span.list_vr,
#cblist div.cblist_inner a.cblist_link:hover span.list_normal {
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: var(--mainlight);
	opacity:1;
	border-radius: 0px;
	box-shadow: initial;
}*/
/* 動画ありVRあり詳細の非表示　使うサイトの時はコメントアウト */
.list_movievr,
.list_movie,
.list_vr,
.list_normal{
	display: none;
}

/* ======================================================== 
	物件一覧ここまで
=================================================================*/
/* =================================================================
	物件詳細ここから　※詳細ページはsp-cssもあるので注意！！！
========================================================*/
#meisaibody .pagetitle-wrap{
	margin-bottom: 80px;
}
#meisaibody .def-hgroup{
	margin-block: 60px 40px;
}
.container main#meisai_article h1 {
	position: relative;
	/* ???
	height: 55px;
	line-height: 60px;*/
}
.container section#meisai{
	margin:0 auto;
}
.kousinbi{
	font-size:clamp(13px,2.3076vw,15px);
}

#meisai p {
	margin-bottom: 30px;
}
#meisai p.meisai_catch {
	margin-top: 1.5em;
	margin-bottom: 40px;
	letter-spacing: 1px;
	line-height:1.5;
	font-size: clamp(15px,2.8846vw,17.5px);
	color: var(--black);
	position: relative;
	padding: 20px;
	border:1px solid #edc5e9;
	background: #fff;
}
#meisai p.meisai_catch i{
	color:var(--pincolor);
	font-size:1.25em;
	margin-right:5px;
}
#goback {
	margin-bottom: 10px;
}
#goback button {
	padding: 10px 20px;
	font-weight: 400;
	font-size: clamp(15px,2.8846vw,16px);
	background-color: var(--maincolor);
	color:#fff;
	border-radius: 5px;
	border:none;
	transition: all .25s;
	cursor: pointer;
	margin-top: 20px;
	margin-left: 10px;
	box-shadow: var(--shadow);
}
#goback button:hover {
	background-color: var(--pincolor);
}
.toiawasebtn{
	display: flex;
	width:100%;
	margin-right: 0;
	margin-bottom: 20px;
	justify-content: flex-end;
}
.toiawasebtn button{
	padding: 10px 20px;
	background:var(--maincolor);
	border: none;
	color:#fff;
	transition: all .25s;
	border-radius: 3px;
	box-shadow: var(--shadow);
	cursor: pointer;
}
.toiawasebtn button:hover{
	background: var(--pincolor);
	border: none;
}
.meisai-top-container{
	display: flex;
	flex-direction: row-reverse;
	flex-wrap: wrap;
	justify-content: space-between;
	column-gap:2%;
	margin-bottom:40px;
}
.meisai-topinfo-container{
	width:61%;
	flex-grow: 1;
}
.meisai_topinfo_photo{
	width:37%;
}
.meisai-topinfo-wrap{
	padding:20px 20px 15px;
	border-bottom:2px solid var(--sublight);
}
.meisai-topinfo-wrap dl{
	display: flex;
	column-gap: 20px;
	margin-bottom:10px;
	align-items: baseline;
}
.meisai-topinfo-wrap dl dt{
	font-size:15px;
	letter-spacing: 1px;
	white-space: nowrap;
}
.meisai-topinfo-wrap dl dt::before{
    font-family: 'Font Awesome 6 Free'; /* 追記したコード */
    font-weight: 700; /* 追記したコード */
    color: var(--subcolor);
	font-size:20px;
    display: inline-block;
	width:24px;
	text-align: center;
	transition:all .25s;
	margin-right: 10px;
}
.topinfo-syozai dt::before{
	content: '\f3c5';
}
.topinfo-madori dt::before{
	content: '\f015';
}
.meisai-topinfo-wrap .topinfo-tinryou dt::before{
	content: '\f157';
	color:var(--costred);
}
.meisai-topinfo-wrap dl dd{
	font-size:clamp(15px,2.8846vw,17px);
	letter-spacing: 1px;
}
.meisai-topinfo-wrap dl dd span.cost{
	color:var(--costred);
	font-size: clamp(20px,3.8461vw,32px);
	font-weight:700;
	margin-right:5px;
}
.meisai-subinfo-wrap{
	display: flex;
	width:95%;
	max-width:700px;
	margin:30px auto;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap:4%;
}
.meisai-subinfo-wrap dl{
	width:48%;
	margin-bottom:25px;
	padding:10px;
	border-radius:10px;
	background:#f2f2f2;
	color:#afafaf;
	text-align: center;
}
.meisai-subinfo-wrap dl.hasinfo{
	background:var(--mainlight);
	color:#007589;
}
.meisai-subinfo-wrap dl dt{
	font-size:clamp(13px,2.5vw,14px);
	letter-spacing: 1px;
}
.meisai-subinfo-wrap dl dd{
	font-size:clamp(15px,2.8846vw,17px);
}
.meisai_body {
	width: 100%;
	margin-bottom: 60px;
	background: #fff;
	border: 1px solid #dbdbdb;
	font-size: 14px;
	border-collapse: collapse;
}
.meisai_body th{
	padding: 15px;
	border-bottom: solid 1px #b5d9df;
	font-weight: 400;
	/*background: #f9fafb;*/
	background: var(--mainlight);
}
.meisai_body td {
	padding:15px;
	border-bottom: solid 1px #dbdbdb;
}

.meisai_body td button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 16px;
	border: none;
	border-radius: 3px;
	letter-spacing: 1px;
	color:#fff;
	background-color: var(--maincolor);
	transition: all .25s;
	cursor: pointer;
}
.meisai_body td button:hover{
	background-color: var(--pincolor);
}
p.genkyou{
	line-height:1.5;
	font-size:clamp(14px,2.6923vw,15px);
}
#meisai_photo,
#meisai_moviebox,
#meisai_vrbox,
#meisai_photo_thumb {
	width: 100%;
	margin: 0 auto;
}
#meisai_moviebox,
#meisai_vrbox {
	text-align: center;
}
#meisai_photo {
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	justify-content: space-between;
}
#meisai_photo p {
	display: block;
	width: 95%;
	text-align: center;
}
@media(max-width:786px){
	#meisai_photo {
		justify-content: center;
		gap:20px;
	}
	#meisai_photo p {
		display: block;
		width: 100%;
		text-align: center;
	}
}

#meisai_photo p.displaynone{
	display: none;/* 登録写真がない時の空要素のレイアウト崩し予防 */
}
#meisai_photo p a:hover img{
	transform: scale(1.05);
}
#meisai_photo p:first-of-type{
	margin-bottom:20px;
}
#meisai_photo p img {
	width: 100%;
	max-width: 320px;
	object-fit: cover;
	margin: 0 auto;
	transition: all .25s;
	border-radius:10px 0 10px 0;
	box-shadow:var(--shadow);
}
#meisai_photo_thumb{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	column-gap:2%;
	row-gap:10px;
	overflow: clip;
	margin-bottom:40px;
}
#meisai_photo_thumb a:hover img{
	transform: scale(1.1);
}
#meisai_photo_thumb a{
	width:15%;
	height:auto;
	border:1px solid #eee;
}
#meisai_photo_thumb img {
	width: 100%;
	display: block;
	border-radius:2px;
	object-fit: cover;
	transition: all .25s;
}
#meisai_moviebox iframe,
#meisai_vrbox iframe {
	width: 100%;
	height: 400px;
	border: 0 none;
}
#map {
	width: 100%;
	height: clamp(350px,67.307vw,450px);
}
/* VRとか用の記述
#meisai_moviebox h2,
#meisai_vrbox h2 {
	width: 920px;
	height: 40px ;
	margin: 0 auto;
	line-height: 40px ;
	letter-spacing: 7px;
	text-indent: 35px;
	text-align: center;
	font-family: 'M PLUS 1p', sans-serif;
	font-size: 20px;
	font-weight: 300;
	color: #fff;
	border: 0;
}
#meisai_moviebox h2 {
	background-image: url(../images/osusume_movie_icon.png);
	background-position: 350px center;
	background-repeat: no-repeat;
	background-color: #091641;
	background-size: 33px;
}
#meisai_vrbox h2 {
	background-image: url(../images/osusume_vr_icon.png);
	background-position: 330px center;
	background-repeat: no-repeat;
	background-color: #091641;
	background-size: 32px;
}*/

/* ======================================================== 
	物件詳細ここまで
=================================================================*/
/* =================================================================
	adminここから
========================================================*/
#adminbody p{
	line-height: 1.5;
}
#adminbody .backhomelink a{
	color:var(--linkcolor);
	transition: all .25s;
	padding-bottom: 5px;
}
#admin-kanrikoumoku{
	width:95%;
	max-width: 400px;
	margin:0 auto 3em;
	padding-left: 2em;
}
#admin-kanrikoumoku li{
	list-style-type: circle;
	margin-bottom:.5em;
}
#admin-kanrikoumoku li a{
	display: block;
	color:var(--linkcolor);
	transition: all .25s;
	font-size: clamp(15.5px,2.9807vw,17.5px);
	letter-spacing: .5px;
}
#admin-kanrikoumoku li::marker{
	color:var(--linkcolor);
}
#admin-kanrikoumoku li a:hover,
#adminbody .backhomelink a:hover{
	color: var(--pincolor);
}
section#admin_block {
	width: 100%;
	margin: 0 auto;
	padding: 10px 15px;
}
#admin_block .pagetitle-wrap{
	background:none;
	border-bottom:none;
}
section#admin_block table {
	width: 100%;
	margin-bottom: 15px;
	border: solid 1px #999;
}
section#admin_block table th {
	background: var(--gray);
}
section#admin_block table td {
	background: #fff;
}
section#admin_block table th,
section#admin_block table td {
	padding: 5px;
	border: solid 1px #999;
	text-align: center;
	font-size: 0.9em;
}
.linkcolor a{
	color:var(--linkcolor);
	transition: all .25s;
}
.linkcolor a:hover{
	color:var(--pincolor);
}
section#admin_block table td input[type='text'],
section#admin_block table td input[type='file'],
section#admin_block table td textarea {
	width: 100%;
	margin-bottom: 5px;
	padding: 3px;
	border: solid 1px #ccc;
	font-size: 1em;
}
section#admin_block table td button {
	padding: 3px 6px;
	font-size: 1em;
}
section#admin_block table#holiday_calendar caption {
	padding: 5px 0;
	font-size: 1em;
	text-align: center;
	margin-bottom:2em;
}
section#admin_block table#holiday_calendar caption button,
section#admin_block table#holiday_calendar caption span {
	font-size: 1.2em;
}
section#admin_block table#holiday_calendar caption button{
	padding:7px 15px;
	background: var(--gray);
	box-shadow: var(--shadow);
	border-radius: 10px;
	border:1px solid #ddd;
	cursor: pointer;
	transition: all .25s;
}
section#admin_block table#holiday_calendar caption button:hover{
	background:var(--pincolor);
	border:1px solid var(--pincolor);
	color:#fff;
}
section#admin_block table input{
	cursor: pointer;
}
section#admin_block table#holiday_calendar th {
	width: 14.285%;
}
section#admin_block table#holiday_calendar tr > td:nth-child(7) {
	background: #eef;
	color: #33f;
}
section#admin_block table#holiday_calendar tr > td:nth-child(1),
section#admin_block table#holiday_calendar tr > td.cal_holiday {
	background: #fee;
	color: #f33;
}
section#admin_block table#holiday_calendar td p {
	line-height: 1.3em;
	text-align: left;
}
section#admin_block table#holiday_calendar td p label {
	display: block;
	color: #000;
}
section#admin_block table td.slideimg img {
	width: 100%;
}

/* =================================================================
	レスポンシブここから
========================================================*/
/* レスポンシブ用記述 */
#menuwrapper-sticky_wrap{
	display:none;
}
.overlay {
	display:none;
}
@media(max-width:1024px){
	body:not(#indexbody) .pagetitle-wrap{
		padding-top: 70px;
	}
/*=====================================================================
		ハンバーガーメニューここから
=====================================================================*/
	/* 
		ハンバーガーボタンクリックで画面を暗く
		.overlayクリックでメニュー以外の領域クリックしたときにハンバーガーメニューを閉じる
		.overlayの設定はcommon.jsにもあるのでid名等注意
	*/
	.overlay {
		background-color: #000;
		cursor: pointer;
		height: 100vh;
		left: 0;
		opacity: 0;
		position: fixed;
		top: 0;
		transition: all 0.5s;
		visibility: hidden;
		width: 100vw;
		z-index: 999;/* ハンバーガーボタンより下になるように注意 */
		display: block;
	}
	.nav-open .overlay {
		opacity: 0.5;
		visibility: visible;
		cursor:default;
		-webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	header nav:not(.sidebar-nav){
		display: none;
	}
	#menuwrapper-sticky_wrap{
		display: block;
		right: 0;
		position: fixed;
		top: 0;
		z-index: 1001;/* ページトップボタンより上になるように注意 */
	}
	input#hamburger {
		display: none;
	}
	/*
	 * ハンバーガーボタン用
	 * */
	.menu_button {
		width: 50px;
		height: 50px;
		display: flex;
		position: absolute;
		top: 5px;
		right: 15px;
		background: 0 0;
		z-index: 1002;
		justify-content: center;
		flex-direction: column;
		align-items: center;
		cursor: pointer;
	}
	.menu_button span,
	.menu_button span::before,
	.menu_button span::after {
		content: '';
		display: block;
		height: 2px;
		width: 35px;
		border-radius: 5px;
		background: var(--odblue);
		transition: all .3s;
		position: absolute;
		top: 10px;
	}
	.menu_button span:before {
		top: 10px;
		left: 0;
		background: var(--odblue);
	}
	.menu_button span:after {
		top: 20px;
		left: 0;
		background: var(--odblue);
	}
	.menu_button:after {
		content: 'MENU';
		display: inline-block;
		position: absolute;
		bottom: -3px;
		color: #333;
		font-family: 'Montserrat',sans-serif;
		font-size: 10px;
		font-weight: 500;
		transition: all .3s;
	}
	.menu_button.active span {
		background: rgba(255,255,255,0);
	}
	.menu_button.active span:before {
		bottom: 0;
		transform: rotate(35deg);
		background:#fff;
	}
	.menu_button.active span:after {
		top: 10px;
		transform: rotate(-35deg);
		background:#fff;
	}
	.menu_button.active:after {
		content: 'CLOSE';
		color:#fff;
	}
	/*
	 * レスポンシブメニュー用
	 * */	
	 #responsive-menuwrap{
		position:fixed;
		z-index: 99;
		top:0;
		right: -150%;
		width:clamp(250px,83.3333vw,300px);
		/* clampの変更点横幅300px 250/300*100 */
		height: 100vh!important;
		color:#fff;
		background:rgba(7,22,47,.9);
		transition: all 0.5s;
	}
	#responsive-menuwrap.open{
		right: 0;
	}
	#responsive-menuwrap > div{/*スクロールバーなしでスクロールさせる記述*/
		position: fixed;
		z-index: 999; 
		width:clamp(250px,83.3333vw,300px);
		/* clampの変更点横幅300px 250/300*100 */
		height: 100%;
		margin-top:0;
		padding-top:10vh;/*フッターと共通のcssを打ち消し*/
		padding-bottom:5vh;/*フッターと共通のcssを打ち消し*/
		overflow: auto;
	}
	#responsive-menuwrap > div >ul{
		margin: 0;
		padding: 0;
	}
	#responsive-menuwrap > div >ul >li {
		border-bottom: 1px solid #fff;
		padding-left:1.5em;
		font-size:15px;
	}
	#responsive-menuwrap > div >ul >li a{
		display:inline-block;
		width:clamp(220px,73.3333vw,240px);
		/* clampの変更点横幅300px 220/300*100 */
		padding-top:20px;
		padding-bottom:20px;
		position:relative;
		color:#fff;
		transition:all .25s;
		cursor:pointer;
		letter-spacing: 1px;
	}
	#responsive-menuwrap > div >ul >li a.close{
		color:rgba(255,255,255,0.7);
	}

	#responsive-menuwrap > div >ul >li a:hover{
		color:rgba(255,255,255,0.7);
	}
	#responsive-menuwrap > div >ul >li:not(.menu-item-has-children) >a:hover{
		text-indent:10px;
	}
	#responsive-menuwrap > div >ul >li >ul >li{
		font-size:14px;
		display: flex;
    	align-items: center;
	}

	#responsive-menuwrap > div >ul >li >ul >li:hover{
		color:rgba(255,255,255,0.7);
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children ul li a{
		display: flex;
		align-items: center;
		padding-top: 10px;
		padding-bottom:10px;
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children ul li:last-of-type a{
		padding-bottom:20px;
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children ul li a::before{
		content:'';
		display:inline-block;
		margin-right:15px;
		width:10px;
		height:1.5px;
		background:#fff;
		transition:all .25s;
	}
	#responsive-menuwrap > div >ul >li >ul >li a:hover{
		text-indent:10px;
	}
	#responsive-menuwrap > div >ul >li >ul >li a:hover::before{
		background:rgba(255,255,255,0.7);
	}
	/* 
		アコーディオン開閉 */
	#responsive-menuwrap > div >ul >li >ul.sub-menu{
		display:none;
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a::before,
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a::after{
		position: absolute;
		content:'';
		width: 15px;
		height: 2px;
		background-color: #fff;
		transition:all .25s;
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a::before{
		top:48%;
		right: 15px;
		transform: rotate(0deg);
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a::after{    
		top:48%;
		right: 15px;
		transform: rotate(90deg);
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a.close::before{
		transform: rotate(45deg);
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a.close::after{
		transform: rotate(-45deg);
	}
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a:hover::before,
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a:hover::after,
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a.close::before,
	#responsive-menuwrap > div >ul >li.menu-item-has-children >a.close::after{
		background-color:rgba(255,255,255,0.7);
	}
	/*
		ここまでハンバーガーメニュー
	================================================*/
	.headlogo-sp{
		display: block;
		position: fixed;
		z-index: 10;
		left:20px;
		top:12px;
	}
	.headlogo-sp img{
		width:clamp(9.375rem, -4.375rem + 80vw, 15.625rem);/* 150-275--250-400 */
	}
	/* お問い合わせ */
	#form_table dl {
		display: flex;
	flex-direction: column;
		flex-direction: column;
		padding:0;
	}
	#form_table dt,
	#form_table dd {
		width:100%;
		padding: 8px 5px;
	}
}
@media(max-width:768px){
	.def-section h3{
		font-size: 16px;	
	}
	#footerabout{
		flex-direction:column-reverse;
		gap:20px;
		padding-block: 60px 20px;
		width: 85%;
	}
	.infotr{
		flex-direction: column;
		column-gap: 0;
		row-gap:10px;
	}
	.infotr .info_body{
		width:100%;
		font-size:14.5px;
	}
	#index_news{
		max-height:200px;
	}
	#index_hero {
		height: 100vh;
	}
	.hero-catchcopy {
		position: initial;
		height: auto;
		padding: 40px 30px 0 30px;
		background: none;
	}
	.hero-catchcopy p{
		font-size: clamp(1.25rem, 0.982rem + 1.34vw, 1.625rem);/* 20-320--26-768 */
	}
	.hero-catchcopy-small{
		font-size:12px;
	}
	#index_hero-figure{
		padding:0;
		height: 77vh;
	}
	#index_hero img{
		border-radius: 0;
		object-position: 54%;
	}
	.hero-catchcopy p br:first-of-type{
		display: none;
	}
	/*=====================================================================
		家づくり応援ページここから
	=====================================================================*/
	#iedukuribody section p,
	#iedukuribody section li,
	#iedukuribody section .faq-item{
		font-size: 15px;
	}
	
	/*=====================================================================
		会社案内ページここから
	=====================================================================*/
	#companybody .defsec-flex {
		font-size: 15px;
	}
	#company_photo{
		gap:20px;
		flex-direction:column;
	}
	#company_photo img{
		width:100%;
	}
	#company_text dl{
		display: flex;
		flex-direction: column;
	}
	#company_text dl dt,#company_text dl dd{
		width:100%;
	}
	#company_text dl dt{
		padding:10px 20px 10px 30px;
	}
	#company_text dl dd{
		border-top:none;
	}
	/*=====================================================================
		物件一覧ページここから
	=====================================================================*/
	.order_button label {
		display: block;
		width:100%;
		max-width:500px;
		margin-inline:auto;
		margin-bottom: 10px;
		padding:10px;
		letter-spacing: 1px;
		text-align: center;
		font-size: 14px;
		color: #fff;
		background-color: var(--odblue);
		border-radius: 2px;
		cursor: pointer;
	}
	.order_button input {
		display: none;
	}
	.order_button ul {
		list-style-type: none;
		display: block;
		width: 100%;
		-webkit-transition: all 0.5s;
		-moz-transition: all 0.5s;
		-ms-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}
	.order_button input + ul {
		height: 0;
		overflow: hidden;
		opacity: 0;
		transition:all .3s;
	}
	.order_button input:checked{
		color:red;
	}
	.order_button input:checked + ul {
		height: auto;
		opacity: 1;
		overflow: visible;
	}
	.order_button ul li{
		display: block;
		width: 100%;
		max-width: 500px;
		height:36px;
		letter-spacing: 1px;
		text-align: center;
		font-size: 15px;
		margin:0 auto 10px;
	}
	.order_button button{
		height:100%;
	}
	.order_button button span{
		display: flex;
		width: 100%;
		height: 100%;
		margin-bottom: 5px;
		font-size: 14px;
		justify-content: center;
		align-items: center;
		background:#fff;/* 背景色と合わせる、これが無いと謎の黒枠が生まれる */
	}
	.order_button button span::before{
		border-radius: 25px;
	}
	.order_button button:hover{
		background-color: var(--black);
	}
	.order_button .button-wrapper span{
		padding:0!important;
	}
	/*=====================================================================
		物件詳細ページここから
	=====================================================================*/
	.meisai-top-container{
		flex-direction: column-reverse;
	}
	.meisai_topinfo_photo,
	.meisai-topinfo-container{
		width: 100%;
	}
	#meisai_photo{
		flex-direction: row;
		flex-wrap: nowrap;
	}
	#meisai_photo p{
		width: 48%;
	}
	#meisai_photo_thumb{
		column-gap: 4%;
		padding:0;
		border-radius: 0;
	}
	#meisai_photo_thumb a{
		width: 22%;
	}
	.meisai_body tr{
		display: flex;
		flex-direction: column;
	}
	.meisai_body tr th,
	.meisai_body tr td{
		width:100%;
		text-align: center;
		min-height: 51px;
	}
	/* lightbox */
	#jquery-lightbox{
		width: 90%!important;
		left:5%!important;
	}
	#jquery-lightbox div{
		width: 100%!important;
	}
	#lightbox-container-image{
		padding:0!important;
	}
	#lightbox-image{
		width:90%!important;
		margin-top:20px;
	}
	#lightbox-container-image-data-box{
		padding:0!important;
	}
	#lightbox-container-image-data{
		padding:0!important;
	}
	#lightbox-image-details-currentNumber{
		padding-left: 1em;
	}
	#lightbox-secNav-btnClose{
		margin-right:1em;
	}
}
@media(max-width:520px){
	.infotr .info_date{
		font-size: 12px;
	}
	.infotr .info_body{
		font-size: 14px;
	}
	#index_news{
		padding: 0 14px 0 0;
	}
	#index_news_inner{
		padding: 20px 5px 10px 15px;
	}
	/*=====================================================================
		物件一覧ページここから
	=====================================================================*/
	div.navi{
		align-items:center;
	}
	div.navi_number{
		display: none;
	}
	div.navi_number > a:last-of-type{
		display: none;
	}
	div.navi_prev a, div.navi_next a{
		line-height:1;
	}
	div.navi_number span, div.navi_number a{
		font-size:13px;
		padding:8px 8px;
		line-height:1;
	}
	.navi_pages{
		display: block;
		color:var(--maincolor);
		font-size:14px;
		font-family: var(--en);
		font-weight:500;
	}
	/**/
	#meisai_photo{
		flex-direction: column;
	}
	#meisai_photo p{
		width: 100%;
	}
	.meisai-topinfo-wrap dl{
		flex-direction: column;
	}
	.meisai-topinfo-wrap dl dd{
		padding-left: 2em;
	}
}
@media(max-width:350px){
	header.sidebar > .sidebar-inner{
		padding-left: 15px;
	}
	header.sidebar .headlogo h1{
		width:160px;
	}
	.hero-catchcopy {
        position: initial;
        height: auto;
        padding: 35px 30px 0 30px;
        background: none;
    }
	#index_hero-figure {
        padding: 0;
        height: 73vh;
    }
	.hero-catchcopy p br:first-of-type{
		display: block;
	}
}
/* =================================================================
	レスポンシブここまで
========================================================*/



/* =================================================================
	Pattern 2: サイドバー型 追加スタイル
========================================================*/

/* コンテナとフッターのサイドバーオフセット */
.container {
	margin-left: 250px;
	width: calc(100% - 250px);
}
#adminbody .container{
	margin-left: 0;
	width: 100%;	
}
footer {
	margin-left: 250px;
	width: calc(100% - 250px);
}
/*
.footermenu {
	margin-left: 250px;
	width: calc(100% - 250px);
}*/
.js-pagetop {
	margin-left: 250px;
}

/* サイドバーメニュースタイル */
.sidebar-menu {
	list-style: none;
	margin: 0;
	padding: 0;
}
.sidebar-item {
	border-bottom: 1px solid rgba(0,0,0,0.08);
}
.sidebar-link {
	display: block;
	padding: 15px 20px;
	color: #fff;
	font-size: 15px;
	letter-spacing: 1px;
	cursor: pointer;
	transition: all .25s;
	position: relative;
	font-weight: 500;
}
.sidebar-link i {
	margin-right: 5px;
	width: 20px;
	text-align: center;
}
/* メニュー4色 - ロゴカラー */
.menu-chintai > .sidebar-link {
	background-color: #00aecb;
}
.menu-chintai > .sidebar-link:hover {
	background-color: #009db8;
}
.menu-baibai > .sidebar-link {
	background-color: #e85380;
}
.menu-baibai > .sidebar-link:hover {
	background-color: #d44570;
}
.menu-company > .sidebar-link {
	background-color: #036eb7;
}
.menu-company > .sidebar-link:hover {
	background-color: #025fa0;
}
.menu-contact > .sidebar-link {
	background-color: #8dc21f;
}
.menu-contact > .sidebar-link:hover {
	background-color: #7db01a;
}
/* アコーディオン矢印 */
.accordion-toggle::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 50%;
	width: 8px;
	height: 8px;
	border-right: 2px solid rgba(255,255,255,0.7);
	border-bottom: 2px solid rgba(255,255,255,0.7);
	transform: translateY(-50%) rotate(45deg);
	transition: transform .3s;
}
.accordion-toggle.open::after {
	transform: translateY(-30%) rotate(-135deg);
}
/* サブメニュー */
.sidebar-submenu {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 0;
	overflow: hidden;
	transition: max-height .4s ease;
}
.menu-chintai .sidebar-submenu {
	background-color: #e9fcff;
}
.menu-baibai .sidebar-submenu {
	background-color: #fff0f3;
}
.sidebar-submenu.open {
	max-height: 300px;
}
.sidebar-submenu li a {
	display: block;
	padding: 10px 20px 10px 35px;
	color: #3b3b3b;
	font-size: 14px;
	transition: all .25s;
	position: relative;
}
.sidebar-submenu li a::before {
	content: '';
	display: inline-block;
	width: 8px;
	height: 1.5px;
	background: rgba(0,0,0,0.3);
	margin-right: 10px;
	vertical-align: middle;
	transition: all .25s;
}
.sidebar-submenu li a:hover {
	color:#111;
	padding-left: 40px;
}
.sidebar-submenu li a:hover::before {
	background: #111;
}
.menu-chintai .sidebar-submenu li a:hover::before {
	background: #00aecb;
}
.menu-baibai .sidebar-submenu li a:hover::before {
	background: #e85380;
}
/* お問い合わせボタン */
.sidebar-contact {
	margin-top: 10px;
	border-bottom: none !important;
}
.sidebar-contact .sidebar-link {
	text-align: center;
	margin: 10px 15px;
	border-radius: 5px;
	padding: 12px 20px;
}
.sidebar-contact .sidebar-link i {
	margin-right: 5px;
}

/* サイドバー7日間表示 */
.sidebar-week-wrap {
	padding: 15px 15px 30px;
	margin-top: 15px;
	border-top: 1px solid rgb(0 0 0 / 10%);
}
.sidebar-week-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 10px;
}
.sidebar-week-title {
	font-size: 13px;
	font-weight: 700;
	color: rgb(64 64 64 / 95%);
	letter-spacing: 1px;
}
.week-nav {
	background: none;
	border: 1px solid rgb(58 58 58 / 30%);
	color: rgb(1 1 1 / 70%);
	font-size: 10px;
	width: 24px;
	height: 24px;
	border-radius: 4px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .25s;
	padding: 0;
}
.week-nav:hover {
	background: rgba(255,255,255,0.15);
	color: #252525;
	border-color: rgb(0 0 0 / 50%);
}
.week-row {
	display: flex;
	align-items: center;
	padding: 4px 8px;
	border-bottom: 1px solid rgb(0 0 0 / 8%);
	font-size: 15px;
	color: rgb(47 47 47 / 80%);
}
.week-row.week-today {
	background: rgb(125 219 142 / 18%);
	border-radius: 4px;
	font-weight: 500;
	color: #8b8b8b;
}
.week-date {
	width: 50px;
	font-family: var(--en);
	font-size: 14px;
	font-weight: 500;
}
.week-wd {
	width: 26px;
	text-align: center;
	font-size: 14px;
	font-weight: 400;
}
.week-wd.week-sun {
	color: #EB544B;
}
.week-wd.week-sat {
	color: #6a9fd8;
}
.week-status {
	margin-left: auto;
	font-size: 13px;
	font-weight: 500;
	padding: 3px 10px;
	border-radius: 3px;
	line-height: 1.4;
}
.week-status.status-open {
	color: rgb(58 58 58 / 70%);
}
.week-status.status-closed {
	color: #bd3131;
	font-weight: 700;
}
.week-today .week-status.status-open {
	color: #46af59;
}

/* サイドバー会社情報 */
.sidebar-company-info {
	padding: 0 20px 12px;
	font-size: 13px;
	line-height: 1.6;
	color: #666;
	text-align: center;
}
.sidebar-company-info p {
	margin-bottom: 2px;
}
.sidebar-tel a {
	color: var(--maincolor);
	font-weight: 500;
	transition: all .25s;
	text-decoration: underline;
}
.sidebar-tel a:hover {
	color: var(--pincolor);
	text-decoration: none;
}
/* サイドバーカレンダー */
.sidebar-calendar-wrap {
	padding: 15px;
	margin-top: 15px;
	border-top: 1px solid rgba(255,255,255,0.1);
}
.sidebar-calendar-wrap .calendar table {
	width: 100%;
}
.sidebar-calendar-wrap .calendar caption {
	color: rgba(255,255,255,0.85);
	font-size: 12px;
}
.sidebar-calendar-wrap .calendar caption button {
	font-size: 9px;
	padding: 3px 4px;
}
.sidebar-calendar-wrap .strongmonth {
	font-size: 18px;
}
.sidebar-calendar-wrap .calendar table tr {
	border-color: rgba(255,255,255,0.15);
}
.sidebar-calendar-wrap .calendar table thead tr {
	border-bottom-color: rgba(255,255,255,0.15);
}
.sidebar-calendar-wrap .calendar table tr > * {
	font-size: 10px;
	color: rgba(255,255,255,0.7);
}
.sidebar-calendar-wrap .calendar table thead th {
	font-size: 13px;
	font-weight: 500;
	color: rgba(255,255,255,0.9);
	padding-bottom: 4px;
}
.sidebar-calendar-wrap :is(.calendar table th,.calendar table td):first-of-type,
.sidebar-calendar-wrap .cal_holiday p {
	color: #EB544B;
}
.sidebar-calendar-wrap :is(.calendar table th,.calendar table td):last-of-type {
	color: #6a9fd8;
}
.sidebar-calendar-wrap .calendar td {
	height: 30px;
	border-left-color: rgba(255,255,255,0.1);
}
.sidebar-calendar-wrap .calendar td:last-of-type {
	border-right-color: rgba(255,255,255,0.1);
}
.sidebar-calendar-wrap .calendar td::before {
	border-left-color: var(--maincolor);
}
.sidebar-calendar-wrap .calendar td:last-of-type::after {
	border-right-color: var(--maincolor);
}
.sidebar-calendar-wrap .calendar td p {
	text-indent: 4px;
	padding-top: 3px;
}
.sidebar-calendar-wrap .calendar td i {
	font-size: 8px;
	padding: 1px;
	margin-top: 1px;
}

/* Swiperカルーセル (おすすめ物件) */
/*.osusume-section {
	margin-bottom: 50px;
}*/
.osusume-carousel-wrap {
	position: relative;
	padding: 0 50px;
}
.osusume-carousel {
	overflow: hidden;
}
.osusume-carousel .swiper-slide {
	height: auto;
}
.osusume-carousel .osusume_cell {
	display: block;
	width: 100% !important;
	max-width: initial !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.osusume-carousel .osusume_datum {
	display: block !important;
}
.osusume-carousel .osusume_photo,
.osusume-carousel .osusume_textwrap {
	width: 100% !important;
}
.osusume-carousel .osusume_photo img {
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}
.osusume-prev,
.osusume-next {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--maincolor);
	color: #fff;
	border-radius: 50%;
	cursor: pointer;
	z-index: 10;
	transition: all 0.25s;
	font-size: 16px;
}
.osusume-prev:hover,
.osusume-next:hover {
	background: var(--pincolor);
}
.osusume-prev {
	left: 0;
}
.osusume-next {
	right: 0;
}
@media(max-width: 768px) {
	.osusume-carousel-wrap {
		padding: 0 35px;
	}
	.osusume-prev,
	.osusume-next {
		width: 25px;
		height: 25px;
		font-size: 12px;
	}
}

/* ニュースセクション シンプル表示 */
#index_news-container.news-simple {
	background: transparent !important;
	padding: 20px 30px 40px;
}
.news-simple #index_news-wrap h2 {
	color: var(--black);
}
.news-simple #index_news-wrap h2 span.en {
	color: var(--subcolor);
	font-size: clamp(24px,4.6153vw,36px);
}
.news-simple #index_news-wrap h2 span:not(.en) {
	font-size: clamp(14px,2.6923vw,18px);
}
.news-simple #index_news {
	background: #fff;
	border: 1px solid var(--sublight);
	border-radius: 8px;
}

/* 物件一覧: 横長カードレイアウト */
.cblist_inner.horizontal-cards {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.cblist_inner.horizontal-cards::before,
.cblist_inner.horizontal-cards::after {
	content: none;
}
.horizontal-cards .cblist_link {
	display: block;
	width: 100%;
	max-width: 100%;
	margin-bottom: 0;
	padding: 0;
	border: 1px solid var(--sublight);
	overflow: hidden;
	line-height: 1.5;
	color: var(--black);
	transition: all .25s;
}
.horizontal-cards .cblist_tbl {
	display: flex;
	flex-direction: column;
	width: 100%;
}
.horizontal-cards .cblist_photo {
	width: 100%;
	height: auto;
	border-radius: 0;
	overflow: hidden;
	position: relative;
}
.horizontal-cards .cblist_photo img {
	width: 100%;
	height: auto;
	aspect-ratio: 4/3;
	object-fit: cover;
	border-radius: 0;
	transition: all .25s;
	vertical-align: bottom;
}
@media(max-width: 1200px) {
	.cblist_inner.horizontal-cards {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media(max-width: 900px) {
	.cblist_inner.horizontal-cards {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media(max-width: 580px) {
	.cblist_inner.horizontal-cards {
		grid-template-columns: 1fr;
	}
}
.horizontal-cards .cblist_list {
	margin-top: 0;
	padding: 16px;
}
.horizontal-cards .cblist_link .bukken_name {
	text-align: left;
	font-size: 1em;
	margin-bottom: 8px;
}
.horizontal-cards .bukken_flexdeta,
.horizontal-cards .displaynone {
	display: flex !important;
	gap: 10px;
	font-size: 13px;
	margin-bottom: 4px;
}
.horizontal-cards .bukken_flexdeta dt,
.horizontal-cards .displaynone dt {
	color: #024777;
	font-weight: 500;
	white-space: nowrap;
	min-width: 70px;
}

/* 物件詳細: ヒーロー写真 + 2カラム */
.meisai-top-container.meisai-hero-layout {
	flex-direction: column;
}
.meisai-hero-layout .meisai_topinfo_photo {
	width: 100%;
}
.meisai-hero-layout .meisai_topinfo_photo #meisai_photo {
	flex-direction: row;
	flex-wrap: nowrap;
	gap: 25px;
}
.meisai-hero-layout .meisai_topinfo_photo #meisai_photo p {
	width: auto;
	flex: 1;
}
.meisai-hero-layout .meisai_topinfo_photo #meisai_photo p {
	margin-bottom: 0;
}
.meisai-hero-layout .meisai_topinfo_photo #meisai_photo p img {
	max-width: 100%;
	max-height: 450px;
	width: 100%;
	object-fit: cover;
	border-radius: 4px;
}
.meisai-hero-layout .meisai-topinfo-container {
	width: 100%;
}

/* <=768px: サイドバーをオーバーレイに変更 */
@media(width<=1024px){
	header.sidebar {
		transform: translateX(-100%);
		transition: transform 0.3s ease;
		z-index: 1003;
	}
	header.sidebar.sidebar-open {
		transform: translateX(0);
	}
	.container {
		margin-left: 0;
		width: 100%;
	}
	footer {
		margin-left: 0;
		width: 100%;
	}
	.footermenu {
		margin-left: 0;
		width: 100%;
	}
	.js-pagetop {
		margin-left: 0;
	}
	/* 横長カードをスマホ縦表示に */
	.horizontal-cards .cblist_tbl {
		flex-direction: column;
	}
	.horizontal-cards .cblist_photo {
		flex: none;
		width: 100%;
	}
	/* ヒーロー写真を縦配置に */
	.meisai-hero-layout .meisai_topinfo_photo #meisai_photo {
		flex-direction: column;
	}
}

/* 会社案内の装飾帯を調整 */
#company_text:after {
	width: calc(100% - 250px);
}
#companymap_wrap:after {
	width: calc(100% - 250px);
}
@media(max-width:768px){
	#company_text:after {
		width: 100vw;
	}
	#companymap_wrap:after {
		width: 100vw;
	}
}

/* おすすめセクションの装飾帯を調整 */
#index_osusume > div::before,
#index_osusume > div::after {
	content: none;
}
/* 物件一覧の装飾帯を調整 */
.cblist_inner.horizontal-cards::before,
.cblist_inner.horizontal-cards::after {
	content: none;
}
