@charset "utf-8";

/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/
:root {
	--f16: clamp(14px, 1.6vw , 16px);
	--f20: clamp(18px, 2vw , 20px);
	--f22: clamp(18px, 2.2vw , 22px);
	--f23: clamp(18px, 2.3vw , 23px);
	--f29: clamp(23px, 2.9vw , 29px);
	--f25: clamp(20px, 2.5vw , 25px);
	--f26: clamp(18px, 2.6vw , 26px);
	--f28: clamp(25px, 2.8vw , 28px);
	--f30: clamp(20px, 3vw , 30px);
	--f32: clamp(25px, 3.2vw , 32px);
	--f35: clamp(25px, 3.5vw , 35px);
	--f40: clamp(28px, 4vw , 40px);
	--f49: clamp(30px, 4.9vw , 49px);
}

body {
	width: 100% !important;
	color: #333;
	line-height: 1.6;
	overflow: hidden;
	font-size: 1.6rem;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	font-family: 'Noto Sans JP', sans-serif!important;
	font-weight: 500;
}

h1,h2,h3,h4,h5{
	font-weight:900;
}


/*font-size*/
.f15 {
    font-size: 1.5rem;
}
.f20 {
    font-size: var(--f20);
}
.f32 {
    font-size: var(--f32);
}


/* color */
.white{
	color: #ffffff!important;
}
.blue{
	color: blue;
}
.red{
	color: #AD0307;
}
.green{
	color: #00B900;
}
.yellow{
	color: yellow;
}
.gray{
	color: #B4B4B4;
}
.gray2{
	color: #D0CDCD;
}


.bggray{
	background: #F0F0F0;
}

.bgwh{
	background: #ffffff;
}
.bgbla{
	background:#333333;
}
.bgred{
	background: #AD0307;
}
.bggre{
	background: #00B900;
}
.bgyel{
	background: yellow;
}


/*リンク表示方法*/

a {
	text-decoration: none;	
}

a:link {
	color: #333;
}

a:visited {
	color: #333;
}

a:active {
	color: #333;
}

a:hover {
	opacity: 0.7;
}

a:hover img {
	opacity: 1;
}

.hLogo a:hover{
	opacity: 1;
}

:has( > .lista){
	position: relative;
}

.lista{
	position: absolute;
	left: 0;
	top:0;
	width:100%;
	height:100%;
	z-index: 1;
}

a[href*="tel:"] {
	pointer-events: none;
	cursor: default;
	text-decoration: none;
}

.btn1{
	display:flex;
	align-items:center;
	justify-content:center;
	max-width:385px;
	width:100%;
	height:72px;
	border-radius:50px;
	font-size:2rem;
	font-weight:900;
	margin:auto;
	box-shadow:0 5px 0 #91070F;
	transition:.4s;
}

.btn1:hover{
	opacity:1;
}

.btn1.bgred:hover{
	background:#91070F;
}


.arrow1{
	position:relative;
}

.arrow1:after{
	position: absolute;
	content:"";
	width:20px;
	height:14px;
	background:url(./img/wh_arrow.svg)no-repeat;
	background-size:contain;
	right:5%;
}

.home_icon{
	position:relative;
}

.home_icon:before{
	position: absolute;
	content:"";
	width:51px;
	height:51px;
	background:url(./img/home_icon.svg)no-repeat;
	background-size:contain;
	left:5%;
}
.more_icon:before{
	position: absolute;
	content:"";
	width:51px;
	height:51px;
	background:url(./img/more_icon.svg)no-repeat;
	background-size:contain;
	left:5%;
}

.common_area {
    margin: 130px 0 0;
}

.search .common_area {
    margin: 0;
}

.noma{
	margin:0;	
}
/*-----------------------------------------------------------
PCサイズ
-----------------------------------------------------------*/

.pc,.pc2 {
	display: block;
}

.sp,.sp2, .spTel {
	display: none;
}

.pcTel {
	display: inline;
}


/*-----------------------------------------------------------
header
-----------------------------------------------------------*/

header {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: fixed;
	left: 0;
	top: 0;
	background: #fff;
	border-top: 7px solid #333;
	z-index: 99999;
	box-shadow: 0 3px 6px rgb(0 0 0 / 16%);
}

.hLogo{
	margin-left: 10.5%;
}

.headerUl {
	display: none;
}

.headerUl:after {
	content: '';
	display: block;
	clear: both;
}

.headerUl li {
}

.menuBtn{
	width: 52px;
	height: 52px;
	background: #333333;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 14px;
}

.logo {
}

.logo a:hover img {
	opacity: 1;
}

.header_contents{
	display:flex;
	max-width: 1230px;
	width: 80%;
	justify-content: flex-start;
	position: relative;
}

.pc_hd_list{
	display:flex;
	align-items: center;
	justify-content: flex-start;
	max-width: 840px;
	width: 70%;
}

.pc_hd_list >li{
	position:relative;
/* 	font-size: 2rem; */
	font-size: 1.8rem;
	font-weight: 700;
	margin-right: 7%;
	height: 81px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.pc_hd_list >li:hover .hd_hov_list{
	height: 70px;
	padding:10px;
}

.pc_hd_list >li.arrow:before{
	position:absolute;
	content:'';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 7px 9px 0 9px;
	border-color: #AD0307 transparent transparent transparent;
	left:0;
	right:0;
	margin:auto;
	bottom: 5px;
}

.hd_hov_list{
	display: block;
	position:absolute;
	background: #fff;
	width: 150%;
	font-size: 1.4rem;
	left: -20%;
	margin: auto;
	transition:.8s;
	height: 0;
	overflow: hidden;
	top: 80px;
	padding: 0 10px;
}

.bgwh.hd_contact_btn{
	right: 17%;
}

.bgred.hd_contact_btn{
	right:1%;
	border:5px solid #800609;
}

.hd_contact_btn{
	position:absolute;
	height: 124px;
	max-width: 180px;
	width: 16%;
	border:5px solid #231815;
	border-radius:19px;
	top:-20px;
	transition:.4s;
}

.hd_contact_btn:hover{
	top:0px;
}

.hd_contact_btn a{
	display:block;
	width:100%;
	height:100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	text-align:center;
	padding: 8px;
}


.hd_contact_btn .text{
	border-radius:4px;
	font-size:1.3rem;
	width:100%;
	padding: 5px 0;
	font-weight:700;
}

.hd_contact_btn .title{
	min-height:56px;
	display:flex;
	align-items:center;
	justify-content:center;
	font-size:2.1rem;
	font-weight:900;
	line-height:26px;
}

/*-----------------------------------------------------------
テーブル共通
-----------------------------------------------------------*/

table {
	border-collapse: separate;
}

th {
	background: #555;
	color: #fff;
}

td {
	background: #ddd;
	color: #555;
}


/*-----------------------------------------------------------
 nav
-----------------------------------------------------------*/

nav {
	margin: 0px auto 0;
	width: 95%;
	max-width: 1200px;
}

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

nav > ul li {
}

nav li a {
	display: block;
	text-decoration: none;
}



/*-----------------------------------------------------------
#slide
-----------------------------------------------------------*/

#modal {
	display: none;
}

/*-----------------------------------------------------------
#cover
-----------------------------------------------------------*/

#cover {
	width: 100%;
	margin: 88px auto 0;
	background: url(./img/mv.webp)no-repeat center;
	background-size: cover;
	display:flex;
	align-items:center;
	justify-content:center;
	min-height: 650px;
}


.cov-div{
	text-align:center;
	position: relative;
	padding: 20px 0;
}


.cov-div > .top p{
	font-size:2.2rem;
	max-width:445px;
	width:80%;
	margin:auto;
	font-weight:900;
}

.cov-div > .top p span{
	font-size:3.2rem;
}

.cov-div > .top h2{font-size: 4.9rem;line-height: 81px;}

.cov-div > .top h2 span{font-size: 6.1rem;display:block;line-height: 60px;}
.cov-div > .top h2 span img{
	max-width: 340px;
	width: 100%;
}
.cov-div > .center{
	position: absolute;
	border-radius: 50%;
	width: 218px;
	height: 218px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	padding-bottom: 10px;
	right: -15%;
	top: 15%;
	z-index: 1;
}

.cov-div > .center .top{
	font-size: 1.6rem;
	border-bottom: 1px solid #D84145;
	padding: 0 10px 10px;
	width: 90%;
}

.cov-div > .center .top .img{
	margin-bottom:5px;
}

.cov-div > .center .bottom{
	font-size: 2.7rem;
	line-height: 33px;
	font-weight: 900;
}


.cov-div > .bottom{
	margin-top:20px;
}

.cov_list1{
	display:flex;
	justify-content:space-between;
	margin-bottom: 25px;
}

.cov_list1 li{
	width: 31%;
	background:#fff;
	border:8px solid #F0F0F0;
	border-radius:20px;
	min-height:166px;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position:relative;
	transition:.4s;
}

.cov_list1 li:hover{
	background:#ccc;
	border: 8px solid #ccc;
}

.cov_list1 li p{
	font-size:2.6rem;
	font-weight: 700;
	margin-top: 5px;
}

.cov_list1 li p span{
	font-size:1.4rem;
	color:#B4B4B4;
	display:block;
	font-weight: 500;
	letter-spacing: 0.01em;
}


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

.cov_list2 li{
	width: 31%;
	background: #ffffffe3;
	border: 5px solid #333333;
	border-radius: 7px;
	min-height:74px;
	display:flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	position:relative;
	transition:.4s;
}

.cov_list2 li:hover{
	background:#F0F0F0;
}

.cov_list2 li p{
	font-size: 2.5rem;
	font-weight: 900;
}


/*-----------------------------------------------------------
 #main
-----------------------------------------------------------*/

#main {
	width: 100%;
	margin: 0px auto 0;
}

.inner{
	width: 95%;
	max-width: 1040px;
	margin: 0 auto;
}

.mainTit{
	font-size: 4rem;
	text-align: center;
	line-height: 1.3;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 9;
}

.mainTit .entit{
	display: block;
	font-size: 1.8rem;
	color:#B4B4B4;
	letter-spacing: initial;
}

.content01{
	padding:90px 0 160px;
}

.content01 .new_list{
	margin:60px auto 50px;
}

.new_list{
	display:flex;
	flex-wrap: wrap;
}

.new_list li{
	width: 22.116%;
	position: relative;
	margin-right: 3.845%;
	border-bottom:1px solid #ccc;
	padding-bottom:27px;
	transition:.4s;
	/* background: #F0F0F0; */
}

.new_list li:hover h3{
	text-decoration:underline;
}

.new_list li:nth-child(4n+4){
	margin-right:0;
}

.new_list li .img{
	margin-bottom:20px;
	overflow:hidden;
	height: 20vw;
	max-height: 175px;
}

.new_list li .img img{
	transition:.4s;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.new_list li:hover .img img{
	transform:scale(1.3);
	width:100%;
	height:100%;
}

.new_list li .text_area h3{
	margin-bottom:15px;
	font-size:2rem;
	font-weight:700;
}

.new_list li .text_area dl{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	align-items: center;
}

.new_list li .text_area dt{
	width:29%;
	margin-bottom:13px;
	font-size: 1.6rem;
	font-weight: 700;
}

.new_list li .text_area dd{
	width:70%;
	text-align:right;
	margin-bottom: 13px;
}

.new_list li .text_area dd.red{
	font-size:1.8rem;
	font-weight:900;
}

.content02{
	padding: 160px 0 110px;
	position: relative;
}

.content02 .abtit{
	position:absolute;
	left:0;
	right:0;
	margin:auto;
	top:-55px;
	max-width: 1040px;
	width: 95%;
}

.side_bar{
	position:relative;
}

.side_bar:before,.side_bar:after{
	position:absolute;
	content:"";
	width: 33%;
	height: 2px;
	background: #333;
	top: 47%;
	bottom:0;
	margin:auto;
}

.side_bar:before{
		left:0;
}

.side_bar:after{
		right:0;
}



.panel-area{
	display:flex;
	justify-content:space-between;
}


.panel-area .panel{
	background:#fff;
	width: 32.5%;
	border-radius: 20px;
	position: relative;
	padding: 40px 1.8% 82px;
	max-width: 323px;
}

.panel-area .panel .title_area{
	position:absolute;
	font-size:2.5rem;
	font-weight:700;
	text-align:center;
	top: -18%;
	left:0;
	right:0;
	margin:auto;
}

.panel-area .panel .title_area span{
	font-size:3rem;
}

.search_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.search_list li{
	background:#fff;
	border-radius:5px;
	border:3px solid #E0E0E0;
	margin-bottom: 10px;
	font-size: 1.3rem;
	font-weight: 700;
	height: 51px;
	box-shadow: 0 3px 0 #C3C3C3;
	transition:.4s;
}

.search_list li:hover{
	background:#E0E0E0;
}

.search_list li a{
	display: flex;
	align-items: center;
	justify-content: center;
	width:100%;
	height:100%;
}

.search_list.search_list_col2 li{
	width: 49%;
	max-width:132px;
}

.search_list.search_list_col1 li{
	width:100%;
}

.panel_btn{
	position:absolute;
	bottom:0;
	left:0;
	right:0;
	margin:auto;
	height: 72px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 2rem;
	border-radius: 0 0 20px 20px;
}

.panel_btn span{
	position:relative;
	width:100%;
	text-align:center;
	letter-spacing: 0.01em;
}

.panel_btn span:before{
	position:absolute;
	content:"";
	width:31px;
	height:31px;
	background:url(./img/co24.svg)no-repeat;
	background-size:contain;
	left:3%;
}

.panel_btn span:after{
	position:absolute;
	content:"";
	width:12px;
	height:9px;
	background:url(./img/wh_arrow.svg)no-repeat;
	background-size:contain;
	right:6%;
	top:0;
	bottom:0;
	margin:auto;
}


.content03{
	padding: 135px 0;
	min-height: 435px;
}

.content03 ul{
	display:flex;
	justify-content:space-between;
	align-items: end;
}

.content03 li{
	width: 49%;
	max-width:485px;
	border:8px solid #333333;
	border-radius:10px;
	padding:30px 2% 20px;
	position:relative;
	display:flex;
	align-items:center;
	box-shadow: 0 7px 0 #222222;
	transition:.4s;
	min-height: 170px;
}

.content03 li:hover{
	box-shadow:0 0 0;
	margin-bottom:-7px;
}

.content03 li:before{
	position:absolute;
	content:"";
	width:30px;
	height:23px;
	background:url(./img/bla_arrow.svg)no-repeat;
	background-size:contain;
	right:5px;
	top:0;
	bottom:0;
	margin:auto;
}

.content03 li .img{
	margin-right:25px;
}

.content03 li .text_area h2{
	font-size:2.5rem;
	letter-spacing: 0.1em;
}

.content03 li .text_area h2 span{
	display:block;
	font-size:1.2rem;
	font-weight:700;
}

.content04{
	padding: 70px 0 100px;
	position: relative;
}

.abp{
	position:absolute;
	content:"";
	font-size:21.5rem;
	font-weight:900;
	color:#D0CDCD;
	opacity:0.26;
	right:0;
	top:0;
	line-height:1;
}

.subtit{
	display:block;
	font-size:2.7rem;
}

.content04 .design_list{
	margin-top:70px;
}

.design_list{
	display:flex;
	flex-wrap:wrap;
}

.design_list li{
	width: 31%;
	margin-right: 3.5%;
	background:#fff;
	padding:20px 1.8%;
	position:relative;
	margin-bottom: 60px;
	border-radius: 10px;
	border: 4px solid #333;
	box-shadow: 0 4px 0 #00000029;
}

.des_list_new{
	position:absolute;
	left: -5px;
	top: -5px;
	width:93px;
	height:93px;
	z-index:1;
	padding:16px 6px 0;
	font-size:1.7rem;
	font-weight:700;
	background:url(./img/new_bg.svg)no-repeat left top;
}

.design_list li:nth-child(3n+3){
	margin-right:0;
}


.design_list li:hover .title{
	text-decoration:underline;
}

.design_list li .img{
	margin-bottom:12px;
	overflow:hidden;
	width: 100%;
	height: 20vw;
	max-height: 184px;
	border-radius: 7px;
}

.design_list li .img img{
	transition:.4s;
	width:100%;
	height: 100%;
	object-fit: cover;
}

.design_list li:hover .img img{
	transform:scale(1.3);
}

.des_li_p1{
	font-size:1.1rem;
	color:#E0E0E0;
	position:relative;
}

.des_li_p1 span{
	font-size:700;
}

.des_li_p1:before{
	width:80%;
	position:absolute;
	content:"";
	height:1px;
	background:#E0E0E0;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.design_list li .title{
	font-size:2rem;
	font-weight:700;
	margin:5px 0;
}

.des_cate_area{
	display:flex;
	align-items:flex-start;
	flex-wrap:wrap;
}

.des_cate{
	background:#fff;
	border:2px solid #E0E0E0;
	padding:1px 5px;
	border-radius:3px;
	font-size:1.2rem;
	margin:0 5px 9px 0;
}

.design_list li .text{
	font-size:1.3rem;
	letter-spacing:0.1em;
	display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5; /* 制限したい行数が3の場合 */
  overflow: hidden;
}

.content05{
	padding: 70px 0 150px;
}

.content05 .news_list{
	margin-top:55px;
}

.news_list li{
	padding:48px 0 38px;
	border-top:2px solid #D1D1D1;
	display:flex;
	align-items:center;
	position: relative;
}

.news_list li:hover{
	opacity:0.7;
}

.news_list li:last-child{
	border-bottom:2px solid #D1D1D1;
}

.news_list li .date{
	font-size:1.5rem;
	font-weight:700;
	margin-right:2%;
}

.news_list li .news_cate{
	font-size:1.3rem;
	margin-right:5%;
	padding: 0 10px;
}

.news_list li .title{
	font-size:1.5rem;
	width: 75%;
}


.contact_area{
	padding: 60px 0 50px;
	max-width: 1155px;
	width: 95%;
	margin: 0 auto 115px;
	position:relative;
}

.contact_area .mainTit{
	position:absolute;
	top:-50px;
	left:0;
	right:0;
	margin:auto;
}

.contact_area ul{
	display:flex;
	align-items:center;
	justify-content:space-between;
	max-width: 780px;
	margin: 0 auto 23px;
}

.contact_area li{
	height:52px;
	background:#323232;
	color:#fff;
	border-radius:27px;
	width:24.8%;
	font-size:1.9rem;
	display:flex;
	align-items:center;
	justify-content:center;
	max-width: 189px;
}

.text1{
	text-align:center;
	font-size:3.3rem;
	font-weight:900;
}

.flex{
	display:flex;
}

.contact_area .flex{
	justify-content:space-between;
	margin-top: 25px;
}

.contact_area_div1{
	background:#fff;
	border-radius:10px;
	box-shadow:0 5px 0 #00000029;
	max-width:566px;
	width: 55%;
	padding: 10px 13px 17px;
	text-align:center;
}

.contact_area_div1 .title{
	font-size:1.6rem;
	font-weight:900;
	padding-bottom: 13px;
	border-bottom:1px solid #ccc;
}

.contact_area_div1 a{
	font-size:3.5rem;
	font-weight:900;
	display:flex;
	align-items:center;
	justify-content:center;
}

.contact_area_div1 a img{
	margin-right:15px;
}

.contact_area_div1 .text2{
	font-size:1.4rem;
	font-weight:700;
}

.contact_area_div2{
	background:#fff;
	border-radius:10px;
	box-shadow:0 5px 0 #00000029;
	max-width:208px;
	width: 20%;
	display: flex;
	position: relative;
	flex-direction: column;
	align-items: center;
	min-height: 148px;
	justify-content: center;
	transition:.4s;
	font-size: 1.6rem;
	font-weight: 900;
}

.contact_area_div2:hover{
	background:#ccc;
}

.contact_area_div2 img{
	margin-bottom:15px;
}

.search_area{
	padding:80px 0;
	position: relative;
}

.search_area_div{
	margin-bottom: 45px;
}

.search_area_div:last-child{
	margin-bottom: 0px;
}

.search_area_div .title{
	font-size:1.6rem;
	margin-bottom:9px;
}

.search_area_div1{
	margin-bottom: 20px;
}

.search_area_div1 p{
	font-size:1.5rem;
	margin-bottom:5px;
}

.search_area_div1 ul{
	display:flex;
	flex-wrap:wrap;
}

.search_area_div1 a{
	color:#fff;
	font-size:1.5rem;
}

.search_area_div1 a:before{
	content:'/';
}

.search_area_div1 li:first-child a:before{
	display:none;
}


.bnr_area{
	display:flex;
	position:fixed;
	bottom:0;
	right:0;
	max-width:258px;
	width:100%;
	z-index: 111;
}

.tel_bnr{
	display:none;
}

.mail_bnr{
	display:none;
}

.bnr_content{
	border:5px solid #0A910A;
	border-radius:19px 19px 0 0;
	border-bottom:0;
	width:100%;
}

.bnr_content a{
	display:flex;
	width:100%;
	height:95px;
	align-items:center;
	justify-content:center;
}

.bnr_content a .img p{
	display:none;
}

.bnr_content a .text_area{
	margin-left:10px;
}

.bnr_content a .text_area .title{
		font-size:1.5rem;
	font-weight:900;
	text-align:center;
		border-radius:4px;
}

.bnr_content a .text_area .text{
	font-size:2.5rem;
	font-weight:900;

}

/*-----------------------------------------------------------
 footer
-----------------------------------------------------------*/

footer {
	/* margin: 0px auto 100px; */
	position: relative;
}

footer .logo {
	margin: 0 auto;
	max-width: 260px;
}

footer .inner {
	padding: 70px 0 25px;
	text-align: center;
}

.icon_list{
	display:flex;
	justify-content:space-between;
	align-items:center;
	margin:30px auto 45px;
	max-width:110px;
}

.ft_list{
	display:flex;
	flex-wrap:wrap;
	max-width: 655px;
	margin:auto;
	width:100%;
	justify-content:center;
}

.ft_list li{
	font-size:1.5rem;
	margin: 0 1.8% 25px;
}

.copyright {
	background: #333;
	color: #fff;
	text-align: center;
	padding: 14px 0;
	font-size: 1.5rem;
}



/* 全ページ共通クラス
----------------------------------------------------------- */

/*--- パンくず ---*/

.pankuzu {
    width: 95%;
    margin: 0 auto;
    font-size: 12px;
    padding: 16px 0 0;
    max-width: 1040px;
}

.pankuzu li {
    margin: 0 0 0 10px;
    display: inline;
}

.pankuzu li:first-child {
    margin: 0;
}

.pankuzu li a {
    margin: 0 10px 0 0;
    color: #AD0307;
}

.pankuzu li a:hover {
    color: #333;
}


/*--- ページトップ ---*/
#pageTop {
	position: fixed;
	bottom: 200px;
	right: 25px;
	z-index: 9999;
}


/* -- お問い合わせ -- */

input {
	vertical-align: middle;
}

.btnBox1 {
	text-align: center;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 200px;
	margin: 0 0 0 10px;
	float: left;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 410px;
	margin: 20px auto;
}

.contact_tb td span {
	margin: 9px 0 0;
	display: block;
}

.clearForm,
.clearForm2,
.toHome {
	width: 200px;
	padding: 15px 5px;
	cursor: pointer;
	outline: 0;
	background: #555;
	color: #fff !important;
	font-size: 100%;
	border: none;
	font-weight: bold;
	transition: .2s;
	-moz-transition: .2s;
	-webkit-transition: .2s;
}


.toHome {
	margin: 50px auto 0 !important;
	text-decoration: none;
	display: block;
	text-align: center;
}


#msg {
	height: 280px;
	background: #F8F8F8;
	border: 1px solid #ccc;
}

#zip1, #zip2 {
	width: 150px;
}

#city, #pref, #add {
	width: 580px;
	margin: 2px 0 0 10px;
}

#add {
    margin: 2px 0 0 40px;
}

textarea {
	width: 90%;
	padding: 10px 5px;
}

input,
textarea,
button,
select,
option {
	outline: none;
}

input[type="text"] ,#tel {
	height: 50px;
	padding: 5px;
	background: #F8F8F8;
	border: 1px solid #ccc;
}

input[type="text"], textarea, select, option, #tel {
	width: 100%;
}

form select {
    max-width: 360px;
    height: 50px;
    color: #333;
    background: #fff;
}

button {
	border: none;
	outline: none;
	background: none;
}

.form_notice1 {
	font-size: 85.714%;
	display: block;
	margin: 5px 0 0;
}

.form_notice2 {
	font-size: 87.5%;
}

.modification_wrap {
	overflow: hidden;
}

.modification {
	width: 221px;
	float: left;
	margin: 0 0 0 246px;
}

.send_bt {
	width: 221px;
	float: right;
	margin: 0 245px 0 0;
}

.error_style {
	color: #FF0000;
	display: block;
	margin: 8px 0 0;
}

.contact_tb {
	width: 1000px;
	margin: 0 auto;
}

.contact_tb th {
	width: 250px;
	text-align: left;
	position: relative;
	line-height: 1.4;
}

.contact_tb th, .contact_tb td {
	padding: 13px 10px 10px 20px;
	font-size: 15px;
	border-bottom: 1px solid #ccc;
	position: relative;
}

.contact_tb th em {
	background: #F00;
	color: #FFFFFF;
	padding: 2px 5px;
	margin-left: 5px;
	right: 10px;
	font-size: 85.714%;
}


/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 40px !important;
}

.zip2formError {
	left: 220px !important;
}

.prefformError, .cityformError, .addformError {
	top: 0 !important;
	left: 80px !important;
}

.zip1 label {
	position: relative;
}


/*-- 送信前ダイアログ --*/

.ui-dialog {
    margin: auto;
    position: absolute;
    left: 0 !important;
    right: 0 !important;
}

.ui-corner-all.ui-button-text-only:focus {
	color: #737373;
    background: #fff;
    outline: none;
    border-color: #ccc;
}

.ui-corner-all.ui-button-text-only:hover {
    color: #fff;
    background: #555;
    outline: none;
    border-color: #ccc;
    transition: .3s;
}

.ui-widget-header {
    background: #555 !important;
    border-color: #555 !important;
}

.ui-dialog .ui-dialog-content,
.ui-button-text-only .ui-button-text {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif !important;
}


/* TOP
----------------------------------------------------------- */

/*-- メインヴィジュアル スライダー --*/

.bx-wrapper {
	margin: 0 0 20px !important;
	position: relative;
}

.bx-controls-direction {
	width: 100%;
	position: absolute;
	top: 50%;
}

.bx-controls-direction a {
	width: 32px;
	height: 32px;
	margin: -16px 0 0;
	position: absolute;
	top: 50%;
	z-index: 9999;
	outline: 0;
	text-indent: -9999px;
}

.bx-prev {
	left: 1% !important;
	background: url(./img/prev.png) no-repeat 0 0;
	background-size: contain;
}

.bx-next {
	right: 1% !important;
	background: url(./img/next.png) no-repeat 100% 0;
	background-size: contain;
}


/*-- スクロールバーデザイン --*/

.scroll-pane {
	width: 100% !important;
	height: 300px; /*箱の高さ*/
	margin: 40px auto 0;
	overflow-y: auto;
}

.scroll-pane:focus {
	outline: none;
}

.jspContainer {
	width: 100% !important;
	overflow: hidden;
	position: relative;
}

.jspPane {
	width: 100% !important;
	position: absolute;
}

.jspVerticalBar {
	width: 20px;
	position: absolute;
	top: 0;
	right: -5px;
}

.jspArrowUp, .jspArrowDown {
	margin : 0;
	padding: 0;
	display: block;
	cursor : pointer;
	/* background: url(./img/scroll_top.png) no-repeat center; */
}

.jspArrowDown {
	background: url(./img/scroll_bottom.png) no-repeat center;
}

.jspTrack {
	/* background: url(./img/scroll_bg1.png) repeat-y; */
	position: relative;
	background-position: center;
}

.jspDrag {
	width: 4px;
	margin: 0 auto;
	background: #6b6b6b;
	position: relative;
	cursor: pointer;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}

.jspArrow.jspDisabled {
	cursor: default;
}

.jspVerticalBar .jspArrow {
	height: 20px;
}

.jspVerticalBar .jspArrow:focus {
	outline: none;
}



/*-----------------------------------------------------------
 中ページ
-----------------------------------------------------------*/

.leadTxt {
	margin: 30px auto 0;
	padding: 20px;
	background: #ccc;
}

.under_main {
    margin: 88px 0 0;
}
.un_tit {
    text-align: center;
    font-size: clamp(35px,4vw,40px);
    width: 95%;
    margin: 0 auto 50px;
    position: relative;
    z-index: 9;
}

.un_tit span {
    display: block;
    font-size: 1.8rem;
    color: #B4B4B4;
}
.container {
    padding: 100px  0 0;
    position: relative;
    height: 100%;
}

.btn {
    width: 95%;
    margin: 0 0 0 auto;
    max-width: 275px;
}

.btn a {
    color: #fff;
    display: block;
    text-align: center;
    padding: 20px 0;
    border-radius: 50px;
    background: #333;
    transition: .3s;
    max-width: 280px;
    font-size: 1.6rem;
	position:relative;
}

.btn a:before{
  content: '';
  width: 10px;
  height: 10px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 8%;
  top: 0px;
	transform: rotate(45deg);
	bottom:0;
	margin:auto;
}

.btn a:hover {
    opacity: 1;
    background: #000;
}

.list_flex .btn a {
    margin: 30px 0 -70px;
}

.detail-area{
	background:#fff;
	border:4px solid #333333;
	border-radius:10px;
	padding:60px 4% 80px;
	box-shadow: 0 4px 0 #00000029;
}

.detail-area .btn {
    margin: 60px auto 0;
}

.detail-area .title-area{
margin-bottom: 40px;
}

.detail-area .title-area h2{font-size: 2.6rem;font-weight: 700;padding-bottom: 20px;margin-bottom: 20px;border-bottom: 1px solid #E2E2E2;}


.detail-area .content-area{
	padding: 0 6%;
}

.detail-area .content-area > p{
	font-size:1.5rem;
	line-height:27px;
}

/* プライバシーポリシー
----------------------------------------------------------- */

.privacy dl {
	margin: 30px 0 0;
}

.privacy dt {
	margin: 20px 0 0;
	padding: 0 5px;
	display: inline-block;
	font-weight: bold;
	border-bottom: 2px solid #ccc;
}

.privacy dt:first-child {
	margin: 0;
}

.privacy dd {
	font-size: 14px;
	margin: 10px 10px 0;
}


/* 会社概要
----------------------------------------------------------- */

.company table {
	width: 1000px;
	margin: 30px auto 0;
}

.company th {
	width: 170px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company td {
	width: 470px;
	padding: 10px 10px 10px 20px;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 1000px;
	height: 280px;
	margin: 30px auto 0;
}



/* 選ばれる理由
----------------------------------------------------------- */


.list_flex li {
    display: flex;
    align-items: end;
    justify-content: flex-start;
}

.list_flex li:nth-child(2n) {
    flex-direction: row-reverse;
}

.list_flex li:nth-child(2n) dl {
    margin: 0 0px -30px 0px;
    position: relative;
}

.list_flex li:nth-child(2n) p {
    margin: 0 0 0 -80px;
}

.list_flex li:not(:last-child) {
    margin: 0 0 120px;
}

.list_flex li dl {
    width: 100%;
    max-width: 566px;
    background: #fff;
    border: 4px solid #333333;
    border-radius: 20px;
    box-shadow: 0 5px 0 #333;
    padding: 38px;
    margin: 0 0 -30px -80px;
}

.list_flex li dl dt {
    font-size: clamp(20px,2.5vw,25px);
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin: 0 0 15px;
    font-weight: 700;
}

.list_flex li dl dd {
    font-size: 1.5rem;
}

li dl dd {
    line-height: 30px;
    /* letter-spacing: 1px; */
    font-size: var(--f16);
}

.list_flex li p {
    max-width: 560px;
    width: 100%;
}
.voice {
    padding: 100px 0;
    margin: 130px 0 0;
    position: relative;
}



.voice-list {
    display: flex;
    margin: 0 0px 50px;
    flex-wrap: wrap;
    /* justify-content: space-between; */
    gap: 40px 0;
}

.voice-list:after {
    content: "";
    width: 100%;
    height: 100%;
}

.voice-list li dl dt {
    font-size: var(--f20);
    font-weight: 700;
    margin: 10px 0;
}

.voice-list li:not(:last-child) {margin-right: 5%;}

.voice-list li {
    position: relative;
    width: 30%;
}

.voice-list li:hover p img {
    scale: 1.2;
}

.voice-list li p {
    overflow: hidden;
    border-radius: 10px;
}

.voice-list li p img {
    transition: .3s;
}

.voice-list li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 9;
}

/*デザイン*/
.un_cover {
    background-size: cover!important;
    height: 290px;
}

.un_cover.contact {
    height: 160px;
    background: #F0F0F0;
}

.un_cover.contact.bgbla {
    background: #333333;
}
.un_cover.contact.bgbla h1,
.un_cover.contact.bgbla h2 {
    color: #fff;
}
.un_cover.contact h2 {
    height: 160px;
    color: #333;
    font-size: var(--f32);
    display: flex;
    align-items: center;
    justify-content: center;
}

.un_cover h2{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
    font-size: var(--f49);
    color: #fff;
    flex-direction: column;
}

.un_cover h2 span {
    font-size: var(--f20);
}

.un_cover h2 span {
	font-size: var(--f22);
}

.un_cover.design {
    background: url(./img/design/cover.webp)no-repeat;
}
.design_first {
    padding: 0 0 130px;
    position: relative;
    /* margin: 0 0 100px; */
}
.point {
    margin: clamp(60px,10%,100px) 0;
}
.design_first:after {
    content: "";
    background: #F0F0F0;
    width: 100%;
    display: block;
    height: 290px;
    position: absolute;
    bottom: 0;
    z-index: -1;
}
.point ul {
    display: flex;
    justify-content: space-between;
    padding: 30px 0 0;
    margin: 80px 0 0;
}

.num {
	position: absolute;
	top: -80px;
	width: 100%;
	right: 50%;
	text-align: center;
	max-width: 58px;
	height: 58px;
	background: #AD0307;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	font-size: var(--f35);
	color: #fff;
	transform: translate(50%, 0%);
	-webkit-transform: translate(50%, 0%);
	-ms-transform: translate(50%, 0%);
	font-weight: 700;
}

.num:before {
    border: solid transparent;
    content:'';
    height:0;
    width:0;
    pointer-events:none;
    position:absolute;
    border-color: rgba(0, 153, 255, 0);
    border-top-width: 25px;
    border-bottom-width:17px;
    border-left-width: 14px;
    border-right-width: 14px;
    margin-left: -10px;
    border-top-color: #AD0307;
    top: 68%;
    left: 45%;
    z-index: -1;
}

.point ul li dl dt {
    color: #fff;
    background: #333;
    height: 100px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 22px;
    text-align: center;
    font-weight: 700;
}

.point ul li dl dd {
    padding: 15px;
}

.point ul li {
    font-size: 1.5rem;
    border: 4px solid #333;
    box-shadow: 0 5px 0 #333;
    width: 31%;
    position: relative;
    border-radius: 10px;
}

/*流れ*/
.center {
    text-align: center;
}

.flow_list {
    margin: 100px 0;
    position: relative;
}

.flow_list:before {
    content: "";
    background: #333;
    height: 100%;
    width: 5px;
    position: absolute;
    translate: 50%;
    left: 50%;
}

.flow_list li {
    border: 4px solid #333;
    border-radius: 10px;
    padding: 50px 30px 30px 30px;
    font-size: 1.5rem;
    box-shadow: 0 5px 0 #333;
    position: relative;
    z-index: 0;
    background: #fff;
}

.flow_list li dl dd:not(:last-child) {
    margin: 0 0 20px;
}

.flow_list li:not(:last-child) {
    margin: 0 0 100px;
}

.flow_list li .f20 {
    padding: 10px;
    margin: 0 0 10px;
    font-weight: 700;
}

.flow_list li dl dt {
    background: #333;
    color: #fff;
    font-size: var(--f20);
    font-weight: 700;
    padding: 10px 40px 10px 50px;
    display: inline-block;
    position: absolute;
    border-radius: 50px;
    top: -30px;
    left: 5px;
}

.flow_list li dl dt span {
    background: #fff;
    color: #333;
    padding: 10px;
    border-radius: 50%;
    height: 86px;
    width: 86px;
    display: flex;
    min-width: 86px;
    align-items: center;
    justify-content: center;
    font-size: var(--f40);
    position: absolute;
    top: -15px;
    left: -50px;
    border: 4px solid;
    font-weight: 900;
}
.flow_box > .f20 {
    padding: 20px 10px;
    font-weight: 700;
    margin: 0 auto 20px;
    max-width: 980px;
}

/*プライバシーポリシー*/
.policy_box .bggray.f15 {
    padding: 20px;
	font-weight:700;
}

.policy_list {
    margin: 50px 0 0;
}

.policy_list > li:not(:last-child) {
    margin: 0 0 30px;
}

.policy_list li dl dt {
    font-size: var(--f20);
    margin: 0 0 15px;
    font-weight: 700;
}

.policy_list li dl dd {
    font-size: 1.5rem;
}

.policy_list ul {
    margin: 0 0 0 1em;
}


/*お問い合わせ*/

.contact_bnr p {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 0;
    flex-wrap: wrap;
}

.column2 a {
    width: 48%;
}
.form_area dl {
    display: flex;
    justify-content: space-between;
}

.form_area dl:not(:last-child) {
    margin: 0 0 30px;
}

.form_area dl dt {
    width: 400px;
    display: flex;
    /* align-items: center; */
    margin: 10px 0 0;
}

.form_area dl dd {
    width: 100%;
    max-width: 580px;
}

.form_area dl dd p span {width: 130px;display: inline-block;}

.form_area dl dd p span.f13 {
    width: 300px;
}

.form_area dl dt label {
    width: 130px;
}

.form_area dl.w100 dt label {
    width: 100%;
}

.form_area dl dt span {
    width: 170px;
    color: #A3A3A3;
    font-weight: 500;
}
form .f13 {
    font-size: 1.3rem;
    color: #A3A3A3;
}

.form_area dl dd p {
    margin: 5px 0;
}

.form_area dl dd p.matop{
    margin: 30px 0 5px;
}

.form_area {
    margin: 100px 0 0;
    border: 1px solid #ccc;
    padding: 30px 30px 80px;
}
address,cite,dfn,em,var {
    font-style: normal;
    color: #DB4965;
}
.send_btn {
    text-align: center;
    max-width: 385px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.search .send_btn:before {
    content: "";
    background: url(./img/search/search.svg)no-repeat;
    display: block;
    width: 55px;
    height: 55px;
    background-size: contain;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 15%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}


.send_btn input,button.send_btn {
    background: #AD0307;
    max-width: 385px;
    width: 95%;
    padding: 30px 0;
    border-radius: 50px;
    box-shadow: 0 5px 0 #91070F;
    position: relative;
    transition: .3s;
    bottom: 0;
    font-size: var(--f20);
	color:#fff;
	margin:auto;
	display:flex;
	align-items:center;
	justify-content:center;
	cursor:pointer;
}
.send_btn input:hover,button.send_btn:hover {
	background: #91070F;
}
.check {
    text-align: center;
    margin: 0 0 40px;
}

.check a {
    color: #aa0307;
    text-decoration: underline;
}

.check a:hover {
    text-decoration: none;
}


.ans.hidden {
    display: none;
}

.faq dt {
    cursor: pointer;
    position: relative;
    padding: 10px;
    background: #333;
    color: #fff;
    display: flex;
    align-items: baseline;
}
.faq_box .faq:not(:last-child) {
    margin: 0 0 20px;
}
.faq dt .circle,.faq dd .circle {
    font-size: 2.3rem;
    background: #fff;
    border-radius: 50%;
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: inline-block;
    color: #333;
    text-align: center;
    margin: 0 12px 0 0;
}

.faq dd .circle {
    background: #F0F0F0;
    color: #AD0307;
}

.faq dd {
    padding: 10px;
    background: #fff;
}

.faq dd p {
    display: flex;
    align-items: baseline;
}


.faq dt .icon:before,.faq dt .icon:after {
    content: "";
    width: 20px;
    height: 2px;
    display: block;
    background: #fff;
    position: absolute;
    right: 2%;
    top: 50%;
}
.faq dt .icon:after {
    transform: translate(0%, 0%) rotate(90deg);
    transition: .3s;
}
.faq dt .icon.open:after {
    transform: translate(0%, 0%) rotate(0deg);
}
.faq_box.bggray {
    padding: 100px 0;
    margin: 100px 0 0;
}

.faq_box h2 {
    text-align: center;
    font-size: var(--f32);
    margin: 0 0 50px;
}


.design_bnr{
	max-width:1040px;
	width: 95%;
	margin: 95px auto 0;
	display: block;
}

.request h2 {
    text-align: center;
    border: 4px solid;
    padding: 10px 0;
    font-size: var(--f20);
    font-weight: 600;
}

.request_detail {
    display: flex;
    background: #fff;
    box-shadow: 0 0 10px rgb(0 0 0 / 16%);
    padding: 20px 70px 20px 20px;
    justify-content: space-between;
    align-items: center;
}

.request_detail .image {
    width: 28%;
    max-width: 270px;
    display: block;
}

.request_detail dl {
    width: 70%;
    max-width: 614px;
}

.request_detail dl dd {
    /* text-align: right; */
    max-width: 232px;
    margin: 0 0 0 auto;
}

.request_detail dl dd p {display: flex;justify-content: space-between;align-items: baseline;font-size: 1.3rem;font-weight: 700;}

.request_detail dl dd p.sp {
    display: none;
}

.request_detail dl dd p .red {
    font-size: var(--f26);
}

.request_detail dl dd p .breadth {
    font-size: 1.3rem;
}

.request_detail dl dt {
    font-size: var(--f25);
    font-weight: 700;
    border-bottom: 1px solid #ccc;
    margin: 0 0 15px;
    padding: 0 0 15px;
}



/* works */

.works .container {
    padding: 15px 0 0;
}

.works_cate{
	display:flex;
	flex-wrap:wrap;
}

.works_cate li.active a{
	color:#AD0307;
}

.works_cate li{
	padding: 0 1.4%;
	margin-bottom: 10px;
	position:relative;
	font-size: 1.4rem;
}

.works_cate li:before{
	position:absolute;
	content:"";
	width:1px;
	height:100%;
	background:#CCCCCC;
	right:0;
	top:0;
	bottom:0;
	margin:auto;
}

.works_cate li:first-child{
	padding-left:0;
}

.works_cate li:last-child{
	padding-right:0;
}

.works_cate li:last-child:before{
	display:none;
}


.pagination-list{
	display:flex;
	justify-content:center;
}

.pagination-list .page-numbers{
	width:42px;
	height:42px;
	display:flex;
	justify-content:center;
	align-items:center;
	margin:0 0.5%;
	transition:.4s;
	background:#fff;
	border:1px solid #1D1D1D;
	font-size:1.6rem;
	border-radius:5px;
}

.pagination-list .page-numbers:hover,.pagination-list .page-numbers.current{
	background:#1D1D1D;
	color:#fff;
	opacity:1;
}

.pagination-list .page-numbers.prev{
	position:relative;
	margin-right:2%;
	margin-left:0%;
	font-weight:700;
}

.pagination-list .page-numbers.next{
	position:relative;
	margin-right:0%;
	margin-left:2%;
	font-weight:700;
}

.content04.works-div1 .design_list{
	margin-top: 40px;
}

.content04.works-div1{
	padding: 100px 0 70px;
	position: relative;
}

.content04.works-div2{
	padding: 100px 0 120px;
	position: relative;
}

.design-det{
	margin:30px auto;
}

.design-det ul{
	display:flex;
	border-top:1px solid #ccc;
	border-bottom:1px solid #ccc;
	justify-content:space-between;
	align-items:center;
	padding:10px 0;
}

.design-det ul li{
	display:flex;
	align-items:center;
	width:33%;
	padding-left:2%;
	font-size:1.5rem;
	border-right:1px solid #ccc;
}

.design-det ul li:last-child{
	border-right:none;
}

.design-det ul li .left{
	background:#F0F0F0;
	border-radius:3px;
	padding: 5px 10px;
	margin-right:5%;
	min-width:80px;
	display:flex;
	align-items:center;
	justify-content:center;
}



.detail-area .content-area img{
	margin-bottom:30px;
}



/*お知らせ*/
.news-detail .detail-area {
    border: 1px solid #E2E2E2;
    box-shadow: 3px 5px 0 #000;
}

.un_news {
    padding: 0 0 50px;
}

.news_archive li dl {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    padding: 35px 0;
    align-items: baseline;
}

.news_archive li:not(:last-child) dl {
    border-bottom: 1px solid #ccc;
}

.news_archive li dl dd {
    display: flex;
}

.news_archive dl dd .cate {
    font-size: 1.3rem;
    background: #333;
    color: #fff;
    display: inline-block;
    padding: 0 10px;
    margin: 0 50px 0 20px;
}

.news_archive dl dd .date {
    font-size: 1.3rem;
    font-weight: 700;
}

.news_archive {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 0 0 80px;
}

.news_archive li a {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
}

.news_archive li {
    position: relative;
}

.news_archive li:hover dl dt {
    text-decoration: underline;
}


/*探す*/
.bggray.search {
    padding: 100px 0;
}

.un_search_list dl dd .flex {
    display: flex;
    flex-wrap: wrap;
    /* justify-content: space-between; */
}

.un_search_list dl dd label {
    width: 33%;
    margin: 0 0 5px;
    font-weight: 600;
}

.un_search_list dl dd label input {
    margin: 0 5px 0 0;
}
.un_search_list {
    background: #fff;
    padding: 20px;
    margin: 0 0 50px;
}
.un_search_list dl dt {
    color: #fff;
    background: #333;
    font-size: var(--f20);
    font-weight: 600;
    padding: 5px 0 5px 10px;
    margin: 0 0 10px;
    position: relative;
}

.un_search_list dl:not(:last-child) {
    margin: 0 0 25px;
}
.search_tit {
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: var(--f25);
    margin: 0 0 20px;
}

.search_tit img {
    margin: 0 10px 0 0;
}

.search_tit .red {
    font-size: var(--f30);
}

.category .flex {
    flex-wrap: wrap;
}

.category .flex label {
    width: 33%;
    margin: 0 0 5px;
}



.building_slider > div {
	max-width:400px;
	max-height:800px;
	position:relative;
	/* border:1px solid lightgray; */
}
.building_slider > div > ul {
	padding:0;
	margin:0;
	width:100%;
	height:100%;
	font-size:0;
	overflow:hidden;
	white-space:nowrap;
	scroll-snap-type:x mandatory;
	scroll-behavior:smooth;
}
.building_slider img {
	width:100%;
	object-fit:contain;
	image-rendering:-webkit-optimize-contrast;
}
.building_slider > div > ul > li {
	list-style:none;
	display:inline-block;
	scroll-snap-align:center;
	width:100%;
	height:100%;
	border: 1px solid lightgray;
}

.img_box {
	position: relative;
	padding: 0 0 100%;
}

.img_box img {
	position: absolute;
	max-width: 100%;
	max-height: 100%;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
}


.building_slider .arrow:before {
	content:'';
	position:absolute;
	width: 5px;
	height: 5px;
	border-left: 2px solid #fff;
	border-bottom: 2px solid #fff;
}
.building_slider .arrow {
	top: 50%;
	position:absolute;
	width: 16px;
	height: 15px;
	background:rgba(255,255,255,0);
	cursor:pointer;
	background: #333333;
}
.building_slider .arrow:hover {
	opacity:0.8;
}
.building_slider .left {
	left: 5px;
}
.building_slider .left:before {
	top: 25%;
	left: 35%;
	transform:rotate(45deg);
}
.building_slider .right {
	right: 5px;
}
.building_slider .right:before {
	top: 25%;
	right: 35%;
	transform:rotate(-135deg);
}
@media screen and (max-width:480px) {
	.building_slider > div > ul {
		overflow-x:auto;
	}
}
.building_slider .thumbs {
	max-width: 418px;
	list-style:none;
	margin:0;
	padding:0;
	font-size:0;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin: 0 0 100px;
	width: 100%;
}
.building_slider .thumbs li {
	display:inline-block;
	cursor:pointer;
	width: 25%;
	border:2px solid white;
	/* opacity:0.5; */
}
.building_slider .thumbs li.selected {
	/* border:2px solid gray; */
	/* opacity:1; */
}
.building_slider .thumbs img {
	width:100%;
	object-fit:contain;
	padding:0;
}
/* .building_slider .thumbs li img{
    object-fit: cover;
    padding: 0;
    max-height: 50px;
    min-height: 50px;
} */

.minimg li img{
	object-fit: cover;
    padding: 0;
    max-height: 50px;
    min-height: 50px;
}
.left_nav {
    width: 100%;
    max-width: 220px;
    font-size: 1.4rem;
    margin: 0 10px 0 0;
}

.narrow_down_box h2 {
    background: #333;
    color: #fff;
    padding: 10px;
    margin: 0 0 10px;
    font-size: 1.4rem;
}
.flex.building > .right {
    width: 100%;
    max-width: 740px;
}

.flex.building {
    justify-content: space-between;
    /* position: relative; */
    padding: 0px 0 100px;
}

.search-end {
	background: #fff;
    border: 1px solid #CCCCCC;
    padding: 20px;
    
    font-size: 1.3rem;
    margin: 0 0 40px;
}
.search-end ul {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 6px 0;
}

.search-end ul li:not(:last-child) {
    border-right: 1px solid #CCCCCC;
    margin: 0 15px 0 0;
    padding: 0 15px 0 0;
}
.building_archive > li {
    background: #fff;
    box-shadow: 0 0 3px rgb(0 0 0 / 16%);
    /* padding: 30px 20px; */
}

.building_archive > li:last-child {
    margin: 0 0 60px;
}

.building_archive > li .inner {
    padding: 20px 0;
}

.building_archive h2 {
    font-size: var(--f25);
    margin: 0 0 10px;
}
.building_detail {
    max-width: 368px;
    border-top: 1px solid #ccc;
    width: 100%;
}
.building_detail dl {
    font-size: 1.3rem;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding: 4px 0;
}

.building_detail dl dt {
    width: 86px;
    font-weight: 700;
}
dl.manegiment > dt {
    width: 70px;
}
.building_detail {
    position: relative;
}

.building_detail a {
    position: absolute;
    width: 100%;
    right: 0;
    height: 100%;
}

.building_detail dl dd {
    font-size: 1.3rem;
}

.text_right {
    width: 90px;
    text-align: right;
}

.building_detail dl dd .red {
    font-size: 1.8rem;
    font-weight: 700;
}

.building_slider {
    max-width: 300px;
    margin: 0 25px 0 0;
    width: 100%;
}

.building_archive li .flex {
    justify-content: space-between;
}

.fee_detail {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    border-bottom: 1px solid #ccc;
}

.pc .fee_detail dl {width: 50%;}

.fee_detail .rent, .fee_detail .deposit,.fee_detail .feeld {
    justify-content: flex-start;
}

.fee_detail .feeld {
}


.fee_detail dl {
    width: 54%;
    justify-content: space-between;
    border: none!important;
}

.fee_detail .manegiment, .fee_detail .key_money, .fee_detail .tanka {
    width: 42%;
    max-width: 139px;
}

.thumbnail .slick-track {
	transform: unset !important;
  }
  .thumbnail-img {
	opacity: 0.3;
	transition: opacity .3s linear;
	width: calc(100% / 3) !important;
  }
  .thumbnail .slick-current {
	opacity: 1;
  }
.gyoshu_cate {
    display: flex;
    /* flex-wrap: wrap; */
    padding: 5px 0 0;
}

.gyoshu_cate dd {
    display: inline-flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 5px;
}

.building_detail .gyoshu_cate dt {
    font-size: 1.3rem;
    max-width: 87px;
    width: 100%;
}

.gyoshu_cate span {
    font-size: 12px;
    background: #F0F0F0;
    display: inline-block;
    padding: 0 7px;
}
.narrow_down dd {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 230px;
}

.narrow_down dd select {
    width: 100px;
    height: 35px;
    border: 1px solid #333;
}

.narrow_down_box {
    margin: 30px 0 0;
}

.narrow_down_box dt {
    font-size: 1.3rem;
    font-weight: 700;
}
.check_box dd label {
    display: block;
    margin: 0 0 2px 0;
}

.narrow_down {
    border-bottom: 1px solid #ccc;
    padding: 0 0 15px;
    margin: 0 0 10px;
}

.check_box {
    margin: 10px 0 0;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}
input[type="radio"] {
    accent-color: #333;
}
 input[type="checkbox"] {
    margin: 0 2px 0 0;
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
/* チェックボックスデザイン */
input[type="checkbox"] {
    cursor: pointer;
    padding-left: 19px;/*label手前にチェックボックス用の余白を開ける*/
    vertical-align: middle;
    position: relative;
  }
  input[type="checkbox"]::before,
  input[type="checkbox"]::after {
    content: "";
    display: block; 
    position: absolute;
  }
  input[type="checkbox"]::before {
    background-color: #fff;
    border-radius: 0%;
    border: 1px solid #666464;
    width: 10px;/*チェックボックスの横幅*/
    height: 10px;/*チェックボックスの縦幅*/
    transform: translateY(-50%);
    top: 50%;
    left: 2px;
  }
  input[type="checkbox"]::after {
    border-bottom: 2px solid #ad0307;/*チェックの太さ*/
    border-left: 2px solid #ad0307;/*チェックの太さ*/
    opacity: 0;/*チェック前は非表示*/
    height: 3px;/*チェックの高さ*/
    width: 8px;/*チェックの横幅*/
    transform: rotate(-45deg);
    top: -4px;/*チェック時の位置調整*/
    left: 3px;/*チェック時の位置調整*/
  }
  input[type="checkbox"]:checked::after {
    opacity: 1;/*チェック後表示*/
  }


.left_nav .send_btn {
    margin: 30px auto 0;
}

.left_nav .send_btn input {
    padding: 20px 0;
}
.building_search button {
    background: #333;
    width: 100%;
    color: #fff;
    text-align: left;
    border-radius: 5px;
    box-shadow: 0 3px 0 #333;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    border: 3px solid #333;
    cursor: pointer;
    font-size: 1.2rem;
}

.building_search button:hover {
    opacity: .8;
}
.building_search button img {
    display: block;
    background: #fff;
    padding: 15px 20px;
    border-radius: 5px 0 0 5px;
    margin: 0 15px 0 0;
}
.building_search button span {
    font-size: 1.6rem;
    margin: -3px 0 0;
}

.building_search {
    margin: 0 0 15px;
}

.check_box.long dd {display: flex;flex-wrap: wrap;/* max-width: 300px; */}

.check_box.long dd label {
    margin: 0 5px 5px 0;
}
.btn_area ul {
    display: flex;
    width: 90%;
    gap: 0 15px;
    justify-content: space-between;
    padding: 20px 0;
    flex-wrap: wrap;
    margin: 0 auto;
}

.btn_area {
    background: #333;
}

.btn_area ul li {
    width: 33.333%;
    text-align: center;
    border-radius: 5px;
}

.btn_area ul li a {
    font-size: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 55px;
    font-weight: 600;
}

.btn_area ul li a span {
    display: block;
    font-size: 1.4rem;
}

.btn_area ul li.bgred,.btn_area ul li.bggre {
    max-width: 320px;
    width: 45%;
}

.btn_area ul li.bgwh {
    max-width: 320px;
    width: 100%;
    margin: 0 30px 0 0;
}
.building_archive {
    margin: 15px 0 0;
}
.btn_area ul li.bgred a, .btn_area ul li.bggre a {
    color: #fff;
}

.btn_area ul li.bgred a {
    border: 3px solid #80060E;
    border-radius: 5px;
}

.btn_area ul li.bggre a {
    border: 3px solid #0A910A;
    border-radius: 5px;
}
.kekka {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.kekka select {
    height: 35px;
    width: 130px;
    border: 1px solid #333;
}



/*モーダル*/

  /*モーダル本体の指定 + モーダル外側の背景の指定*/
  .modal-container,.modal-container2{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-align: center;
	background: rgba(0,0,0,50%);
	padding: 40px 20px 40px;
	overflow: auto;
	opacity: 0;
	visibility: hidden;
	transition: .3s;
	box-sizing: border-box;
	z-index: 9999999;
	}
  /*モーダル本体の擬似要素の指定*/
  .modal-container:before,
  .modal-container2:before{
	/* content: ""; */
	/* display: inline-block; */
	vertical-align: middle;
	height: 100%;
	}
  /*モーダル本体に「active」クラス付与した時のスタイル*/
  .modal-container.active,
  .modal-container2.active{
	opacity: 1;
	visibility: visible;
  }
  /*モーダル枠の指定*/
  .modal-body,
  .modal-body2{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	width: 100%;
	max-width: 1040px;
	}

  /*モーダルを閉じるボタンの指定*/
  .modal-close,.modal-close2{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	font-size: 40px;
	color: #333;
	cursor: pointer;
	}
  
.modal-content .search_tit,
.modal-content2 .search_tit {
    padding: 20px 0 0 20px;
}

.modal-body .un_search_list,
.modal-body2 .un_search_list {
    margin: 0 0 10px;
}

.modal-body form,
.modal-body2 form {
    padding: 0 0 50px;
}
.modal-content .inner,
.modal-content2 .inner {
    width: 100%;
}

.bgred.spbtn {
    font-size: 1.5rem;
    text-align: center;
    margin: 20px auto 0;
    padding: 10px 0;
    max-width: 280px;
    color: #fff;
    font-weight: 700;
    border-radius: 10px;
    display: none;
}




/*-- 物件詳細 --*/

.detail_image .building_slider {
    display: flex;
    width: 100%;
    max-width: 956px;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0;
    position: relative;
    margin: 0 0 50px;
    gap: 0 35px;
}

.facility .new_list li {
    margin: 0 auto 0;
}

.facility .new_list li h3 {
    text-align: left;
}

.facility .new_list {
    justify-content: flex-start;
}

.detail_image .building_slider > div {
    max-width: 460px;
    width: 100%;
}

.detail_image .building_slider .left {
    left: initial;
    bottom: 0;
    top: initial;
    right: 315px;
}

.detail_image .arrow.right {
    right: 190px;
    bottom: 0;
    top: inherit;
}

.detail_image .building_slider .arrow {
    width: 100px;
    height: 50px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.building_container .building_slider .left:before {
    top: 23px;
    left: 10px;
}

.building_container .building_slider .right:before {
    top: 23px;
    right: 10px;
}
.building_tit {
    font-size: var(--f25);
    font-weight: 600;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
    margin: 0 0 10px;
}

.building_container .fee dl {
    display: flex;
    align-items: center;
}

.building_container .fee dl.rent .red {
    font-size: var(--f29);
    font-weight: 700;
}

.building_container .fee.flex {
    gap: 10px 30px;
    flex-wrap: wrap;
}

.building_container .fee dl dt {
    background: #F0F0F0;
    padding: 5px 10px;
    font-size: 1.4rem;
    display: inline-flex;
    align-items: center;
    margin: 0px 5px 0 0;
    font-weight: 600;
}

.building_container .fee dl dd {
    font-size: 1.8rem;
}

.building_container .fee dl dd .red {
    font-size: clamp(20px,2.9vw,29px);
}

.building_container .add {
    margin: 15px 0;
    font-size: 1.3rem;
}
.about_detail ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    font-size: 1.3rem;
}

.about_detail ul li {
    width: 50%;
    border-bottom: 1px solid #ccc;
}

.about_detail ul li.map {
    border: none;
    width: 49%;
}

.about_detail ul li img {
    width: 100%;
}
.about_detail ul li.map iframe{
	width: 100%;
}
.about_detail ul li dl {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
}

.about_detail ul li dl dt {
    width: 180px;
    background: #F0F0F0;
    padding: 10px 0 10px 10px;
    margin: 0 40px 0 0;
    font-weight: 700;
}

.about_detail ul li dl dd {
    font-size: 1.3rem;
    font-weight: 600;
}

.about_detail ul li.w100 {
    width: 100%;
}

.about_detail {
    /* margin: 0 0 100px; */
    border-top: 1px solid #ccc;
}
.about_detail .facility {
    margin: 50px 0 0;
    font-size: 1.3rem;
}

.about_detail .facility .text {
    border: 1px solid #ccc;
    padding: 20px;
}

.about_detail .facility .text dl dt {
    background: #F0F0F0;
    padding: 5px 0 5px 10px;
    margin: 10px 0;
    font-size: 1.5rem;
}

.about_detail .facility h2, .other_container .facility h2 {
    text-align: center;
    font-size: var(--f28);
    margin: 0 0 50px;
}
.other_container {
    padding: clamp(70px,10%,100px) 0;
    margin: clamp(70px,10%,100px) 0 0;
}

.other_container.bgwh {
    margin: 0;
}

.other_container.bgwh li {
    background: #fff;
}
.other_list {
    display: flex;
    justify-content: flex-start;
    gap: 0 1%;
}

.other_list li {
    width: 24%;
    /* background: #fff; */
    /* padding: 10px; */
    position: relative;
    transition:.3s;
    border-bottom: 1px solid #ccc;
    padding: 0 0 10px;
}

.bgwh .other_list li {
    /* background: #f0f0f0; */
}

.other_list li img {
    width: 100%;
    height: 170px;
    object-fit: cover;
}

.other_list li:hover {
    opacity: .7;
}

.other_list li a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

.other_list li dl dd {
    font-size: 1.5rem;
}

.other_list li dl dt {
    font-weight: 700;
    font-size: var(--f20);
}

.other_list li dl dd p {
    display: flex;
    justify-content: space-between;
}

.other_list li dl dd p .title {font-weight: 900;}

.other_list li dl dd p .red {
    font-weight: 900;
}
.fix_btn {
    background: #333;
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 25px 0;
    z-index: 0;
}

.fix_btn ul {
    justify-content: space-between;
    max-width: 900px;
    margin: 0 auto;
    width: 95%;
}

.fix_btn ul li {
    width: 32%;
    max-width: 280px;
    position: relative;
    border-radius: 5px;
}

.fix_btn ul li.bgwh a {
    font-size: var(--f20);
    color: #333;
}

.fix_btn ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    text-align: center;
    color: #fff;
}

.fix_btn ul li a span.f12 {
    font-size: 1.2rem;
    display: block;
}

.fix_btn ul li a span img {
    position: absolute;
    left: 10px;
    top: 17px;
}



/*スライダー*/
.slider-container{
		width: 47%;
		margin: 0 0 auto;
	}
#thumbs button.slick-arrow {
    display: none!important;
}
.slider-container #slider {
}
	.slick-slide{
		padding:2px;
	}
	#thumbs .slick-current img{
		border:3px solid #000;
	}
	.slick-prev,.slick-next{z-index:2;}
	.slick-prev{left:0!important;}
	.slick-next{right:0!important;}

.slick-slide img {
    width: 100%;
}

.slick-prev:before, .slick-next:before {
    width: 20px;
    color: #333;
}

/*-- 固定ここまで --*/


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


.hLogo{
	margin-left: 5%;
}

.header_contents{
	width: 80%;
}

.pc_hd_list >li{
	font-size: 1.6rem;
}

.bgwh.hd_contact_btn{
	right: 18%;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1600px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


	
.header_contents{
	width: 77%;
	max-width: 950px;
}

.pc_hd_list >li{
	font-size: 1.5rem;
	margin-right: 4%;
}

.hd_contact_btn{
	width: 20%;
	max-width: 150px;
}

.hd_contact_btn .text{
	font-size:1.2rem;
}

.hd_contact_btn .title{
	font-size:1.6rem;
	line-height: 1.3;
}

.cov-div > .center{
	top: 0%;
	right: -5%;
}
/*contact*/
.request_detail {
    padding: 2%;
}	

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hLogo{
	margin-left: 2%;
}
	
.header_contents{
	width: 77%;
	max-width: 770px;
}

.pc_hd_list >li{
	font-size: 1.4rem;
	margin-right: 3%;
}

.hd_contact_btn{
	width: 20%;
	max-width: 120px;
}

.hd_contact_btn .text{
	font-size:1.2rem;
	min-height: 49px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hd_contact_btn .title{
	font-size: 1.3rem;
	line-height: 1.2;
	min-height: 36px;
}
	
.cov-div > .center {
	width: 180px;
	height: 180px;
	top: 5%;
	right: -3%;
}
	
.cov-div > .center .bottom{
	font-size: 2rem;
	line-height:25px;
}


.new_list li .text_area h3{
	font-size:1.8rem;
}

.hd_hov_list{
	font-size:1.4rem
}
	
.pc_hd_list >li:hover .hd_hov_list{
	bottom: -60px;
}

.cov-div > .center .top{
	font-size: 1.4rem;
}

/* ☆☆☆☆☆☆☆☆☆下層☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/*flow*/
.flow_list {
    margin: 100px 25px;
}


.form_area dl {
    flex-direction: column;
}
.form_area {
    margin: 30px 0 0;
}
.form_area dl dd {
    max-width: 100%;
}

.form_area dl dt {
    width: 100%;
    margin: 0 0 10px;
    flex-direction: column;
}

.form_area dl dt span {
    width: 100%;
}

.form_area dl dt label {
    width: 100%;
}

.form_area dl dt label br {
    display: none;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1200px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/*-----------------------------------------------------------
全体スタイル
-----------------------------------------------------------*/

img {
	width: auto;
	max-width: 100%;
	height: auto;
}



.headerAdd {
	width: 45%;
	margin: 0 0 0 1%;
	font-size: 90%;
}



/*-----------------------------------------------------------
cover
-----------------------------------------------------------*/



/* 全ページ共通クラス
----------------------------------------------------------- */

.pankuzu {
	width: 95%;
	position: relative;
	z-index: 0;
}


/* トップページ
----------------------------------------------------------- */

.conte02 .txtBox {
    width: 96%;
    padding: 2%;
}

.news li {
    width: 94%;
    margin: 0 1%;
}

.news dl {
    width: 98%;
    font-size: 90%;
}

.scroll-pane {
	width: 100% !important;
}


/* 中ページ
----------------------------------------------------------- */

.leadTxt {
	padding: 20px 2%;
	font-size: 100%;
}

.privacy dt {
	padding: 0 1%;
}

.privacy dd {
	margin: 10px 2%;
}

.company table {
	width: 100%;
}

.company th {
	width: 30%;
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company td {
	padding: 10px 2%;
	border-bottom: 1px solid #fff;
}

.company iframe {
	width: 100%;
}

.listUl {
	width: 100%;
	margin: 30px auto 0;
}

.listUl li {
	width: 31.3%;
	margin: 0 1%;
}


/*-- お問い合わせ --*/

.clearForm,
.clearForm2 {
	width: 96%;
	padding: 15px 2%;
}

.contact_tb {
	width: 98%;
}

.contact_tb th {
	width: 30%;
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_tb td {
	padding: 13px 2% 10px;
	font-size: 80%;
}

.contact_cf .clearForm,.contact_cf .clearForm2 {
	padding: 10px 5px;
}

.choose_list1 > li {
	width: 48%;
	margin: 0 0 0 2%;
}

.choose_list1 > li:first-child {
	margin: 0;
}

.choose_list1 {
	width: 60%;
	margin: 20px auto;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	/* width: 98%; */
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref {
	width: 86%;
	margin: 2px 0 0 2%;
}

#add {
	width: 86%;
	margin: 2px 0 0 6.3%;
}

	

/*-- エラーチェック --*/

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 10% !important;
}

.ui-dialog {
	width: 80% !important;
}

.pc_hd_list >li{
	font-size: 1.4rem;
	margin-right: 3%;
}

.header_contents{
	width: 100%;
	max-width: 280px;
}

.pc_hd_list{
	display:none
}

.hd_contact_btn{
	position:initial;
	width: 100%;
	max-width: 180px;
	height: 53px;
	padding: 0 5px;
	border-radius: 5px;
	box-shadow: 0 3px 0 #00000029;
}

.bgred.hd_contact_btn{
	display:none;
}

.hd_contact_btn .text{
	font-size: 1rem;
	min-height: initial;
	padding: 0;
}

.hd_contact_btn .title{
	font-size: 1.6rem;
	min-height: initial;
}

header {
	height:88px;
	box-shadow: 0 0 6px rgb(0 0 0 / 16%);
}


/* ヘッダー
----------------------------------------------------------- */
.headerUl{
	display: flex;
	width: 30%;
	justify-content: flex-end;
}


/*--- modal ---*/

.menu-trigger,
.menu-trigger span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
}
.menu-trigger {
  position: relative;
  width: 29px;
  height: 22px;
  z-index: 9999;
}
.menu-trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff;
  border-radius: 4px;
}
.menu-trigger span:nth-of-type(1) {
  top: 0;
}
.menu-trigger span:nth-of-type(2) {
  top: 9px;
}
.menu-trigger span:nth-of-type(3) {
  bottom: 0px;
}

.menu-trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(20px) rotate(-45deg);
  transform: translateY(10px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
  opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-20px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
}

/*gnav*/
.gnav{
    background: #333333f5;
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 999;
    transition: 1s;
    left: 0;
    top: 0;
}

.gnav.active{
	display: block;
}

.gnav__menu{
    display: block;
    width: 100%;
    height: 100%;
    padding: 60px 0 60px;
    margin-bottom: 10px;
}

.gnav__wrap{
    align-items:center;
    display: flex;
    height: 100%;
    justify-content: center;
    position: fixed;
    width: 100%;
	top: 0px;
    overflow: scroll;
}

nav .gnav__menu__item{
    margin: 7.5px auto;
    width: 95%;
}

.gnav__menu__item a{
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 700;
    padding: 0;
    text-decoration: none;
    transition: .5s;
    background: none;
    text-align: center;
    width: 100%;
    text-align: center;
    padding: 7.5px 0;
}

nav .gnav__menu__item a.btn03{
    padding: 0 5%;
    font-size: 2rem;
}

.cov-div > .center {
	width: 100%;
	height: initial;
	position:initial;
	border-radius:11px;
	padding: 10px;
	margin: 20px auto 10px;
	max-width: 500px;
}


.cov-div >.center .top .img{
	display:none;
}

.pc1000{
	display:none
}

.cov-div > .center .top{
	padding: 0 10px 5px;
	width: 100%;
}


	
.new_list li{
	width: 24%;
	margin-right: 1.25%;
}


.new_list li .text_area h3{
	font-size:1.6rem;
}	

.new_list li .text_area dt{
	width:32%;
	font-size: 1.4rem;
}

.new_list li .text_area dd{
	width:68%;
	font-size:1.5rem
}

.search_list.search_list_col2 li{
	font-size:1.2rem;
}

.panel-area .panel{
	padding: 40px 1% 82px;
}

.content03 li .text_area h2{
	font-size:2rem;
}

.content03 li .img{
	margin-right:3%;
	max-width: 55px;
}

.abp{
	font-size:12rem;
	top: 130px;
}

.content04{
	padding: 60px 0 60px;
}

.contact_area_div2{
	font-size: 1.3rem;
	width:21%;
}

.hd_contact_btn a{
	padding:8px 0;
}

/* ☆☆☆☆☆☆☆☆☆下層☆☆☆☆☆☆☆☆☆☆☆☆☆ */



.list_flex li dl dt br {
    display: none;
}

/*流れ*/
.flow_list {
    margin: 100px 50px;
}


.detail-area .content-area{
	padding: 0%;
}

/*物件一覧*/	
.bgred.spbtn {

    display: block;
}
.left_nav {
    display: none;
}

form.left_nav {position: absolute;width: 100%;max-width: 100%;background: #F0F0F0;z-index: 999;top: -50px;right: 0;left: 0;height: 104%;padding-right: 5%;padding-left: 5%;padding-top: 60px;}
.flex.building > .right {
    margin: 0 auto 80px;
}
.back_btn {
    display: block;
    background: #333;
    color: #fff;
    font-size: 1.3rem;
    padding: 10px 0 10px 8px;
    width: 100px;
    text-align: center;
    margin: 0 0 20px;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
}

.back_btn:before {
    content: "";
    width: 5px;
    height: 5px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    top: 0px;
    transform: rotate(-135deg);
    bottom: 0;
    margin: auto;
    left: 10px;
}


.flex.building {
    padding-bottom: 250px;
}
.modal-body, .modal-body2 {
	display:block;
}
	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 1000px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc {
	display: none;
}

.sp {
	display: block;
}

nav li a {
	font-size: 1.5rem;
}


.contact_tb th {
	font-size: 70%;
}

.cov_list1 li p{
	font-size:2rem;
	line-height: 1.3;
}
	
.cov_list2 li{
	min-height:60px;
}
	
.cov_list2 li p{
	font-size: 1.8rem;
}

.cov_list1 li .img{
	width:45px;
}

.cov_list1 li p span{
	display:none;
}

.cov_list1 li{
	min-height:130px;
	border: 6px solid #F0F0F0;
}

.cov-div > .top h2{font-size: 3.4rem;line-height: 42px;}

.cov-div > .top h2 span{font-size: 4.3rem;line-height: 1.3;}

.cov-div > .top p{
	font-size:1.4rem;
	max-width:280px;
}

.cov-div > .top p span{
	font-size:2rem;
}


	
.new_list li{
	width: 100%;
	margin-right: 0%;
	display:flex;
	padding: 20px 0 20px;
	border-top:2px solid #D1D1D1;
	border-bottom:none;
	justify-content:space-between;
	align-items: center;
	flex-wrap: wrap;
}

.new_list li:last-child{
	border-bottom:2px solid #D1D1D1;
}

.new_list li > h3{
	width:100%;
	margin-bottom:18px;
	font-size:1.8rem;
}
	
.new_list li .img{
	width:47.4%;
	max-height: 220px;
	height: 34vw;
}

.new_list li .text_area{
	width:50%;
}

.new_list li .text_area h3{
	display:none;
}

.new_list li .text_are dt{
	font-size:1.2rem;
}

.new_list li .text_are dd{
	font-size:1.4rem;
}

.content01{
	padding:32px 0 85px;
}

.content01 .new_list{
	margin:20px auto 40px;
}

.mainTit{
	font-size: 3rem;
}

.subtit{
	font-size:2rem;
}

.mainTit .entit{
	font-size: 1.4rem;
}

.btn1{
	max-width:350px;
	height:65px;
	font-size:1.8rem;
}

.arrow1:after{
	width:17px;
	height:13px;
}

.home_icon:before{
	width:46px;
	height:46px;
}

.panel-area .panel .title_area{
	display:none;
}

.tab-area{
	display:flex;
	justify-content:space-between;
}

.tab-area .tab{
	display:flex;
	width: 32%;
	justify-content: center;
	background: #fff;
	border: 2px solid #E0E0E0;
	border-radius: 8px 8px 0 0;
	border-bottom: 0;
	padding:7px 0;
}

.tab-area .tab img{
	margin-right:10%;
}

.tab-area .tab p{
	font-size:1.3rem;
	font-weight:900;
}

.tab-area .tab p span{
	color:#AD0A13;
	font-size:1.5rem;
}

.tab-area .tab.active{
	background: #333333;
	border: 2px solid #333;
		border-bottom: 0;
}

.tab-area .tab.active p,.tab-area .tab.active p span{
	color:#fff;
}



.panel-area .panel{
	display:none;
}

.panel-area .panel.active{
	display:block;
	max-width: initial;
	width: 100%;
	margin: 0;
	padding: 15px 16px 73px;
	border-radius: 0 0 20px 20px;
	border: 3px solid #333;
}

.search_list.search_list_col2 li{
	width: 48%;
	max-width:initial;
}

.panel_btn{
	height: 61px;
	border-radius: 0 0 14px 14px;
}

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

.content02 .abtit{
	top: -42px;
	width: 100%;
}


.content03 ul{
	justify-content:center;
	align-items: center;
	flex-direction:column;
}

.content03 li{
	width: 100%;
	max-width: 450px;
	margin-bottom:20px;
	padding: 12px 3%;
	min-height: 125px;
}

.content03 li:hover{
	margin-bottom:20px;
}


.content03 li .img{
	margin-right: 6.43%;
}

.content03{
	padding: 53px 0;
	min-height: initial;
}


.design_list{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.design_list li{
	width: 48%;
	margin-right: 0;
}


.abp{
	font-size:9rem;
	top: 120px;
}


.content04 .design_list{
	margin-top:50px;
}

.news_list li{
	padding: 25px 0;
	flex-wrap:wrap;
}

.news_list li .title{
	width: 100%;
	margin-top:10px;
}

.content05{
	padding: 60px 0 120px;
}

.contact_area .flex{
	justify-content:center;
	margin-top: 25px;
	flex-wrap:wrap;
}

	
.contact_area_div1{
	width:100%;
}

.contact_area_div2{
	font-size: 1.6rem;
	width: 46%;
	margin:20px 2%;
}

.contact_area ul{
	margin: 0 auto 15px;
}

.contact_area li{
	height:45px;
	width:24%;
	font-size:1.6rem;
}

.text1{
	font-size:2.87rem;
}


.contact_area .mainTit{
	top: -40px;
}

.search_area{
	padding:40px 0;
}

.search_area_div{
	margin-bottom: 25px;
}

.ft_list li{
	margin: 0 1.3% 25px;
}

footer .logo {
	margin: 0 auto;
	max-width: 200px;
}

.icon_list{
	margin:20px auto;
}

footer .inner {
	padding: 40px 0 25px;
}

.bnr_area{
	max-width:initial;
	justify-content:space-between;
}

.bnr_content.tel_bnr{
	display:block;
	border:5px solid #231815;
	background:#fff;
	border-bottom:0;
}

.bnr_content.mail_bnr{
	display:block;
	border:5px solid #80060E;
	border-bottom:0;
}

.bnr_content{
	border:5px solid #0A910A;
	border-radius:19px 19px 0 0;
	border-bottom:0;
	width: 32%;
}

.bnr_content a{
	height: 67px;
}

.bnr_content a .img{
	text-align:center;
}

.bnr_content a .img p{
	display:block;
	font-size:1.6rem;
	font-weight:900;
	margin-top:5px;
}

.bnr_content.line_bnr a .img img{
	width:26px;
}

.copyright {
	padding: 14px 0 91px;
}

a[href*="tel:"] {
	pointer-events: initial;
	cursor: pointer;
	text-decoration: initial;
}


/*選ばれる理由*/
.list_flex li {
    flex-direction: column!important;
}

.list_flex li dl {
    max-width: 100%;
    padding: 25px;
}

.list_flex li > p {
    max-width: 90%!important;
    margin: 0 auto -30px!important;
}

.list_flex .btn a {
    margin: 25px 0 0;
}

.btn {
    margin: 0px auto 0;
}


/*design*/
	.point ul {
    flex-direction: column;
}

.point ul li {
    width: 100%;
}

.point ul li:not(:last-child) {
    margin: 0 0 100px;
}
.flow_list {
    margin: 50px 10px;
}

.flow_list li dl dt span {
    width: 70px;
    height: 70px;
    min-width: 70px;
    left: -30px;
}

.flow_list li {
    padding: 40px 15px 15px 15px;
}


.design-det ul{
	display:flex;
	flex-direction:column;
	padding:10px 0;
}

.design-det ul li{
	width:100%;
	padding:10px 0;
	border:none;
}

.detail-area .title-area h2{
font-size: 2rem;
}

.detail-area{
	padding:40px 3%;
}

.detail-area .title-area{
margin-bottom: 20px;
}

/*お知らせ*/
.news_archive li dl {
    flex-direction: column-reverse;
}

.news_archive li dl dd {
    margin: 0 0 10px;
}

.un_news {
    padding: 0;
}
.voice {
    padding: 80px 0;
}	

/*探す*/
.un_search_list dl dd .flex {
    flex-direction: column;
}

.un_search_list dl dd label {
    width: 100%;
}


.category .flex label {
    width: 100%;

}
	
.bggray.search {
    padding: 50px 0;
}
	
/*探す*/
.search.hidden {
    display: none;
}

.search_box dt {
    cursor: pointer;
    position: relative;
    padding: 10px;
    background: #333;
    color: #fff;
    display: flex;
    align-items: baseline;
}
.search_box .icon {
    content: '';
    width: 7px;
    height: 7px;
    border-top: solid 2px #ffffff;
    border-right: solid 2px #ffffff;
    position: absolute;
    right: 10px;
    transition: .3s;
    top: 35%;
    right: 15px;
    transform: rotate(135deg);
}

.search_box .icon.open {
    transform: rotate(-45deg);
    top: 45%;
}
.building_slider .thumbs {display: none;}

.fee_detail {
    flex-direction: column;
    border: none;
}

.sp.fee_detail dl {width: 50%;}

.fee_detail dl {
    width: 100%;
    justify-content: space-between!important;
}

.fee_detail .manegiment, .fee_detail .key_money, .fee_detail .tanka {
    width: 100%;
    max-width: 100%;
}

.building_detail.sp {
    width: 100%;
    max-width: 100%;
}

.building_detail .address {
    flex-direction: column;
}

.building_detail .address dt,.building_detail .address dd {
    width: 100%;
    max-width: 100%;
}

.building_detail .station dt, .building_detail .station dd {
    width: 100%;
    max-width: 100%;
}

.building_detail .station {
    flex-direction: column;
}

.sp .fee_detail dl {
    width: 50%;
    flex-direction: column;
}

.sp.building_detail dl dt,.sp.building_detail dl dd {
    width: 100%;
    max-width: 100%;
}

.sp .fee_detail {
    flex-direction: row;
}

.building_detail .industry {
    flex-direction: column;
    border: none;
}

.building_detail .gyoshu_cate {
    flex-direction: column;
    border: none;
}

.building_slider {
    margin: 0 9px 0 0;
}

.building_detail dl dt {
    max-width: 40px;
    width: 100%;
}

.btn_area ul li:first-child {
    width: 100%;
    margin: 0 auto 20px;
    max-width: 100%;
}

.btn_area ul li.bgred, .btn_area ul li.bggre {
    width: 100%;
    max-width: 100%;
}

.btn_area ul {
    justify-content: space-between;
}
.flex.building {
    padding-bottom: 50px;
}
.send_btn input {
    padding: 25px;
}

.search .send_btn:before {
    width: 40px;
    height: 40px;
    top: 45%;
}	

.detail_image .building_slider {
    flex-direction: column;
    max-width: 100%;
    margin: 0 auto;
    width: 100%;
}

.detail_image .building_slider > div {
    max-width: 100%;
}

.building_slider .thumbs.sp {
    width: 100%;
    max-width: 100%;
    display: block;
}

.detail_image .building_slider .left {left: 20%;bottom: 20px;}

.detail_image .arrow.right {
    right: 20%;
    bottom: 20px;
    -ms-transform: translate(-50%, -50%);
}

.about_detail ul li dl dt {
    width: 100%;
    max-width: fit-content;
    padding: 3px 5px;
    margin: 0 5px 0 0;
}

.about_detail ul li dl {
    margin: 0 20px 0 0;
}

.about_detail ul li {
    border: none;
    width: inherit;
    margin: 0 0 10px;
}

.about_detail ul li:last-child {
    margin: 0;
}

.about_detail {
    border: none;
}

.about_detail ul {
    justify-content: left;
}

.about_detail .center ul {
    justify-content: center;
}




.other_list {flex-wrap: wrap;justify-content: space-between;}

.other_list li {
    width: 49%;
    margin-bottom: 20px;
}
.contact_bnr a {
    width: 95%;
    max-width: 100%;
    margin: 0 auto 20px;
    /* max-width: 250px; */
}

.contact_bnr p.column2 a:last-child {
    margin: 0 auto;
}	
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.pc2, .pcTel {
	display: none;
}

.sp2 {
	display: block;
}

.spTel  {
	display: inline;
}


/*-- テーブル --*/

table {
	width: 100%;
}

th, td {
	width: 96% !important;
	display: block;
}




/*-- ページトップ --*/

#pageTop {
	display: none !important;
}


/* フッター
----------------------------------------------------------- */

.sp nav {
	margin: 0 auto;
	background: #329026;
}


/* トップページ
----------------------------------------------------------- */

#main {
}



/* 中ページ
----------------------------------------------------------- */
.company iframe {
	width: 100%;
	margin: 30px auto 0;
	display: block;
}

.listUl li {
	width: 48%;
}

.contact_tb th {
	font-size: 100%;

}

.choose_list1 {
	width: 80%;
}

#name, #post, #mail, #mail_confirm, textarea, #url, #kana, #tel, #msg {
	/* width: 96%; */
}

#zip1, #zip2 {
	width: 40%;
}

#city, #pref, #add {
	width: 96%;
	margin: 2px 0 0;
}

/*-- エラーチェック --*/

.zip1formError {
	left: 10% !important;
}

.zip2formError {
	left: 54% !important;
}

.prefformError, .cityformError, .addformError {
	top: 30px !important;
	left: 50% !important;
}

.detailBox > div {
	width: 100%;
	float: none;
}

.detailBox > .detailTxt {
	width: 98%;
	margin: 20px auto 0;
}

.formError {
	top: 20px !important;
	left: 10% !important;
}

.zip2formError {
	width: 42% !important;
	left: 50% !important;
}

.hLogo{
	margin-left: 5%;
	max-width:105px;
}

.hd_contact_btn{
	max-width: 140px;
}

.header_contents{
	width: 100%;
	max-width: 220px;
}

.cov_list2 li{
	min-height:48px;
	border: 3px solid #333333;
}
	
.cov_list2 li p{
	font-size: 1.1rem;
}

.cov_list1 li p{
	font-size:1.5rem;
	line-height: 1.3;
}

#cover {
	min-height: 520px;
	background: url(./img/mv.webp)no-repeat;
	background-size: cover;
	background-position-x: 14%;
}

.new_list li > h3{
	font-size:1.5rem;
}


.new_list li .text_area dt{
	width:32%;
	font-size: 1.2rem;
}

.new_list li .text_area dd{
	width:68%;
	font-size:1.4rem
}

.mainTit{
	font-size: 2.5rem;
}


.subtit{
	font-size:1.5rem;
}

.mainTit .entit{
	font-size: 1.1rem;
}

.inner{
}

.tab-area .tab p{
	font-size:1.1rem;
}

.tab-area .tab p span{
	font-size:1.3rem;
}

.content02 .abtit{
	top: -35px;
}

.side_bar:before,.side_bar:after{
	width: 25%;
}

.content03 li .text_area h2{
	font-size:1.6rem;
}


.content03 li .text_area h2 span{
	font-size: 0.8rem;
}

.content03 li:before{
	width:18px;
	height:14px;
	right:10px;
}


.design_list li{
	width: 100%;
	margin-right: 0;
	margin-bottom: 40px;
}

.design_list li .img{
	height: 40vw;
	max-height: 184px;
}

.abp{
	font-size:7rem;
	top: 105px;
}

.contact_area .mainTit{
	top: -35px;
}

.contact_area ul{
	flex-wrap:wrap;
	max-width:500px;
}

.contact_area li{
	width:48%;
	font-size:1.6rem;
	margin-bottom: 10px;
}


.contact_area_div2{
	text-align:center;
	line-height: 1.3;
	min-height: 130px;
}

.contact_area_div2 .img{
	max-width: 50px;
}

.contact_area_div2 img{
	margin-bottom:5px;
}

.contact_area{
	padding: 60px 0 20px;
	margin: 0 auto 60px;
}

.ft_list li{
	margin: 0 auto 10px;
	width:100%;
}

.bnr_content a .img p{
	font-size:1.1rem;
}

.bnr_content{
	border-radius:15px 15px 0 0;
}


.cov-div > .top h2{font-size: 2.8rem;line-height: 36px;}

.cov-div > .top h2 span{font-size: 3.6rem;line-height: 1.3;}

.cov-div > .center {
	margin: 10px auto 5px;
	padding: 5px 10px;
}

.cov-div > .center .bottom{
	font-size: 1.8rem;
	line-height:1.3;
	margin-top: 5px;
}

.cov-div > .bottom{
	margin-top:10px;
}
.container {
    padding: 50px 0 0;
}


.design_bnr{
	margin: 50px auto 0;
}


/*contact*/
.request_detail dl dd p {
    margin: 0 0 10px;
}
	.request_detail {
    flex-direction: column;
    padding: 15px;
    margin: 13px 0 0;
}

.request_detail .image {
    width: 100%;
    margin: 0 0 20px;
}

.request_detail .image.pc {
    display: none;
}

.request_detail dl {
    width: 100%;
    max-width: 100%;
}
.request_detail dl dd p.sp {
    display: block;
    max-width: 120px;
}

.request_detail dl dd {
    display: flex;
    max-width: 100%;
    justify-content: space-between;
    align-items: flex-start;
}

.request_detail dl dd div {
    width: 50%;
    max-width: 180px;
}

.voice-list {
	/* flex-direction: column; */
	margin: 0 0 30px;
}
	
.voice-list li {
    width: 46%;
}
.voice-list li dl dd {
    line-height: 24px;
}
.other_list {
    flex-direction: column;
}

.other_list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    border-bottom: 1px solid #ccc;
    padding-bottom: 25px;
    margin: 0 0 20px;
}

.other_list li img {
    width: 166px;
    margin: 30px 20px 0 0;
    height: 126px;
}

.other_list li dl {
    width: 100%;
}

.other_list li dl dt {
    width: 100%;
    max-width: 95%;
    position: absolute;
    left: 0;
}

.other_list li dl dd {
    margin: 30px 0 0;
}	
.narrow_down dd {
    max-width: 350px;
}

.narrow_down dd select {
    width: 150px;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 591px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

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

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.telBtn {
	width: 12%;
}




.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons {
    width: 94% !important;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
}

.choose_list1 {
	width: 96%;
	font-size: 90%;
}

.choose_list1 > li {
	width: 49%;
}
.narrow_down dd {
    max-width: 100%;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* max-width: 414px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */


