@charset "UTF-8";

#h1-titlearea{
	padding:10px 0;
}

section{
	padding:10px 0 10px;
}

section .flex-box{
	justify-content: flex-start;
}

@media screen and (min-width: 768px) {
    article {
        padding: 40px 0;
        margin-bottom: 160px;
    }
}

@media screen and (max-width: 767px) {
    article {
        padding: 5% 4.5% 12%;
    }
}
/*---------------h1デザイン-----------------*/
.shincustomhome__ttl {
    position: relative;
    margin: 0px auto 16px;
    padding-left: 50px;
    color: #333;
    font-size: 28px;
    font-weight: bold;
}
.shincustomhome__ttl:before{
	content: ' ';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 40px;
    height: 40px;
    margin: auto;
    background-image: url(/_assets/images/customhome/icon_customhome.png);
    background-size: cover;
}
.shincustomhome__subttl {
	font-size: 16px;
	/*margin-bottom: 45px;*/
	line-height: 22px;;
}

.shincustomhome__ttl__jp {
  display: block;
  color: #333;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
  padding-top: 13px;
  line-height: 1.7;
}


/*---------------/h1デザイン-----------------*/
/*---------h2 デザイン---------*/

.prefectures-h2 h2{
	font-size: 2.6rem;
        margin-bottom: 30px;
	color:#333;
	background: #f0f8ff;
	position: relative; /* ::before の基準 */
  display: block;     /* 横幅いっぱいにしたい場合 */
	padding: 5px 0px 5px 25px;
	font-weight: bold;
}

.prefectures-h2 h2::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 12px;
  background-color: #4d888e;
  background-image: repeating-linear-gradient(
    -45deg,
    rgba(255, 255, 255, 0.9) 0,
    rgba(255, 255, 255, 0.9) 5px,
    rgba(255, 255, 255, 0) 5px,
    rgba(255, 255, 255, 0) 10px
  );
}
/*---------/h2 デザイン---------*/

/*---------事業会社別　物件写真----------*/

.companylistTitle h1, .companylistTitle h2 {
  display: flex;
  align-items: center;
  gap: 10px
}
.companylistTitle img {
  flex: 0
}
.companylistTitle p {
  font-weight: 700
}
.companylistWrap {
  margin: 20px 0px 30px;
}
.companylistWrap h2/*, .companylistWrap h3 */{
  color: #119DC0;
  font-weight: 700;
  border-bottom: 1px solid #ddd;
	  font-size: 25px;
    padding-bottom: 10px;
}
.companylistWrap h2:nth-of-type(n+2), .companylistWrap h3:nth-of-type(n+2) {
  margin-top: 50px
}
.companylistPic {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  align-self: start;
}
.companylistPic:before {
  content: "";
  display: block;
  grid-column: 1 / 5;
  aspect-ratio: 458 / 320;
  background-color: #000;
  background-image: var(--img);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain
}
.companylistPic li {
  position: relative
}
.companylistPic li.isActive {
  outline: 6px solid #479BBC;
  outline-offset: -6px
}
.companylistPic li.isActive:after {
  content: "";
  display: block;
  border-style: solid;
  border-width: 0 3px 5px 3px;
  border-color: transparent transparent #479BBC transparent;
  position: absolute;
  top: -5px;
  left: 50%;
  margin-left: -3px
}
.companylistPic li:not(.isActive) {
  cursor: pointer
}
.companylistPic li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}
.companylistChara {
  font-size: 16px;
  line-height: 22px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 24px
}
.companylistChara li {
  width: 100%;
  display: grid;
  grid-template-columns: 65px 1fr;
  gap: 12px;
	  align-items: center;
}
.companylistChara span {
  color: #fff;
  font-weight: 700;
  line-height: 33px;
  text-align: center;
  background-color: #479BBC;
  height: 33px
}
.companylistChara p {
  margin-top: 6px
}
.companylistText {
  font-size: 16px
}
.companylistArea {
  border-radius: 5px;
  background-color: #f4f5ef;
  margin-top: 24px
}
.companylistArea h3, .companylistArea h4 {
  font-size: 18px;
  font-weight: 700;
  text-align: center
}
.companylistArea dl {
  font-size: 14px;
  line-height: 18px;
  display: grid;
  grid-template-columns: 86px 1fr;
  gap: 12px 0;
  margin-top: 12px
}
.companylistArea dt, .companylistArea dd {
  border-bottom: 1px solid #ddd;
  padding-bottom: 12px
}
.companylistArea dt {
  font-weight: 700
}
.companylistArea p {
  color: #999;
  font-size: 14px;
  line-height: 20px;
  margin-top: 8px
}
.companylistBtn {
  margin-top: 24px;
  display: flex
}

/*---------/事業会社別　物件写真----------*/
/*--------施工実績--------*/

.inner .case-wrap .block-list .block .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.inner .case-wrap .block-list .block .num {
    display: block;
    font-weight: bold;
    color: #4d888e;
    font-style: italic;
    line-height: 1;
}

.inner .case-wrap .block-list .block .company {
    display: inline-block;
    color: var(--txtcolor);
    font-weight: bold;
    line-height: 1;
}

.inner .case-wrap .block-list .block .box::after {
    content: '';
    display: block;
    background: var(--accentcolor) repeating-linear-gradient(-45deg, rgba(255, 255, 255, .8), rgba(255, 255, 255, .8) 4px, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 8px);
    width: 100%;
    height: 3px;
}

.inner .case-wrap .block-list .block h2 {
    font-weight: bold;
    color: var(--mybrown);
    text-align: justify;
    line-height: 1.4;
}

.inner .case-wrap .block-list .block {
    box-shadow: 2px 2px 0 rgba(0, 0, 0, .08);
}

.inner .case-wrap .block ul
 {
    gap: 6px;
    margin: 0 10px 15px;
    flex-wrap: wrap;
}

.inner .case-wrap .block ul li {
    padding: 0 5px;
    border-radius: 5px;
    border: 1px solid #4d888e;
}
.inner .case-wrap .block ul li a {
    display: block;
    color: #4d888e;
    font-size: 1.2rem;
}

.inner .case-wrap .block-list .block .box .flex-box {
    justify-content: space-between;
    align-items: center;
}


/*--------/施工実績--------*/
/*-----------対応可能エリア-----------*/

/*pc表示*/
@media screen and (min-width: 768px) {
.area-box{
display:block;		
	}
.area-box-sp{
display:none;		
	}
}

/*sp表示*/
@media screen and (max-width: 767px) {
	.area-box{
display:none;	
	}
.area-box-sp{
display:block;	
	}
}

.area-box  {
   margin: 0 auto;
   padding: 1em;
   background-image: repeating-linear-gradient(
   -45deg,
   #f2f3f7 0,
   #f2f3f7 3px, 
   transparent 3px,
   transparent 6px
   );
}
.area-box p{
	font-size:12px;
	padding-top: 10px;
}

.area-box span{
	font-weight: bold;
	font-size:16px;
	
}

.base_table ul{
	position:relative;
}


.base_table ul{
	
  position: relative; /* relativeで位置を調整可能にする */
  background-image: url('/_assets/images/customhome/cafedesmile/icn_arrow_w_gray.png'); /* 背景画像を設定 */
  background-repeat: no-repeat; /* 背景画像が繰り返されないようにする */
  background-position: right 40px center; /* 背景画像の位置を右端から40pxに設定 */
  background-size: 25px auto; /* 背景画像の幅を25pxに設定し、縦は自動調整 */
  /*padding-right: 60px;  背景画像の領域を確保するための余白 */
}


/*対応エリア　アコーディオン*/

.details {
	border-top: 2px solid gray;
	border-left: 2px solid gray;
	border-right: 2px solid gray;
	&:last-of-type {
		border-bottom: 2px solid gray;
	}
}
.details-summary {
	position: relative;
	display: block;
	padding: 0.8em;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background-image: repeating-linear-gradient(-45deg, #f2f3f7 0, #f2f3f7 3px, transparent 3px, transparent 6px);
	&:hover {
		cursor: pointer;
		opacity: 0.8;
	}
	.btn {
		position: absolute;
		top: 37%;
		left: 10%;
		width: 18px;
		height: 18px;
		transform-origin: center center;
		transition-duration: 0.2s;

		&:before,
		&:after {
			content: "";
			background-color: gray;
			border-radius: 10px;
			width: 18px;
			height: 4px;
			position: absolute;
			top: 7px;
			left: 0;
			transform-origin: center center;
		}
		&:before {
			width: 4px;
			height: 18px;
			top: 0;
			left: 7px;
		}
	}
	&.is-active {
		.btn {
			-webkit-transform: rotate(-180deg);
			transform: rotate(-180deg);
			&:before {
				content: none;
			}
		}
	}
}

.details-summary::-webkit-details-marker {
	display: none;
}

.details-content {
	padding: 16px;
	p {
		margin: 0 0 20px;
		color: #000;
		font-size: 12px;
		text-align: left;
		&:last-of-type {
			margin: 0 0 0;
		}
	}
}


/*-----------/対応可能エリア-----------*/
/*--------アイコン 例------------*/

.flex-box .hall img {
        width: 20px;margin-right: 3px;
    }

.flex-box .base img {
        width: 15px;margin-right: 3px;
    }

.flex-box .bodily img {
        width: 15px;margin-right: 3px;
    }

.icn-area .flex-box{
	align-items: center;
}

.icn-area li {
        margin-right: 40px;
        font-size: 1.4rem;
    }

.icn-area li {
    align-items: center;
    line-height: 1;
}

/*--------/アイコン 例------------*/
/*-------------営業所テーブル-------------*/

.flex-box1 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.flex-box1 .hall img {
        width: 20px;margin-right: 3px;
    }

.flex-box1 .base img {
        width: 15px;margin-right: 3px;
    }

.flex-box1 .bodily img {
        width: 15px;margin-right: 3px;
    }

.base_table tr:not(.heading) {
    border-bottom: 1px solid #eaeaea;
}
.base_table td{
	background: white;
}

.flex-box1 img {
        width: 15px;margin-right: 3px;
    }

.base_table a {
    display: inline-block;
    width: 100%;
    padding: 10px;
}

.base_table li:nth-child(1) {
    width: 25%;
}

.base_table li {
    display: inline-block;
    vertical-align: middle;
}

.base_table li:nth-child(2) {
    width: 30%;
}

.base_table li:nth-child(3)
Specificity: (1,1,1)
 {
    width: 44%;
}

.block .item table tr td {
    line-height: 1.2;
}

.base_table a:hover{
	background: #eaeaea;
}

/*-------------/営業所テーブル-------------*/
/*会員登録訴求ボタン

.btn-box01 {
  width: 100%!important;
  padding: 10px;
}
*/
/*------------事業会社別　ジャンプリンク---------*/

.company_block{
	position: relative;
    border-radius: 5px;
    background: #f4f5ef	;
	    padding: 40px 16px 30px;
	    margin-top: 30px;
}

.company_block h2{
	position: absolute;
	font-size: 20px;
top: -15px;
	left:20px;
    font-weight: bold;
}

.company_jump{display: flex;
flex-wrap: wrap;}

.company_jump li{

}

.company_jump li a{
	color: #119dc0;
    font-size: 14px;
    padding: 5px 11px;
	margin: 3px;
    border-radius: 14.5px;
    background: #fff;
    border: 1px solid #0092b5;
}

@media screen and (max-width: 767px) {
	
	.company_block h2{
	font-size: 18px;
	
}
}

/*------------/事業会社別　ジャンプリンク---------*/
/*-------------------------sp---------------------*/


@media screen and (min-width: 768px) {
/*施工実績*/
.inner .case-wrap .block-list {
        flex-wrap: wrap;
        align-items: stretch;
        gap: 32px 32px;
        margin-bottom: 30px;
    }

.inner .case-wrap .block-list .block {
        width: 312px;
    }

.inner .case-wrap .block-list .block .num {
        font-size: 1.6rem;
    }

.inner .case-wrap .block-list .block .company {
        font-size: 1.5rem;
    }

.inner .case-wrap .block-list .block .box::after {
        margin-top: 10px;
    }

.inner .case-wrap .block-list .block h2 {
        font-size: 1.8rem;
    }

.inner .case-wrap .block-list .block .txt {
        padding: 14px;
    }

.inner.case-wrap .block-list .block .box {
        margin-bottom: 12px;
    }

.inner .case-wrap .block-list .block .box {
        margin-bottom: 12px;
    }

/*アイコン 例*/	
.flex-box .hall img {
        width: 17px;
    }

.flex-box .base img {
        width: 13px;
    }	
.flex-box .bodily img {
        width: 12px;
    }
	
/*営業所テーブル*/
.flex-box1 .hall img {
        width: 17px;
    }
	
.flex-box1 .base img {
        width: 13px;
    }
.flex-box1 .bodily img {
        width: 12px;
    }
	
	.base_table {
        font-size: 1.4rem;
    }
	.base_table tr th {
        padding: 10px;
    }
	
	.base_table .heading th:first-child {
        width: 25%;
    }
	
    .base_table .heading {
        background: var(--mygray);
        line-height: 1;
    }
	
    .block .item table td .name {
        margin-left: 10px;
    }
}


@media screen and (max-width: 767px) {
	
	/*ヘッダー*/
    .page-ttl-area .page-ttl {
        padding: 18vw 0 0;
    }

	
	.shincustomhome__subttl{
		font-size: 3.74vw;
	}
	
	/*h2 デザイン*/
	.prefectures-h2 h2{
	font-size:21px;
}
	
/*施工実績*/
.inner .case-wrap .block-list .block .company {
        padding: .4em .6em;
        font-size: 3.74vw;
    }

.inner .case-wrap .block-list .block .txt .num {
        font-size: 3.47vw;
    }

.inner .case-wrap .block-list .block .txt h2 {
        font-size: 4.8vw;
    }

.inner .case-wrap .block-list .block {
        width: 100%;
        margin-bottom: 6%;
    }

.inner .case-wrap .block-list .block .txt {
        padding: 3.5%;
    }

.inner .case-wrap .block-list .block .box::after {
        margin-top: 3%;
    }

.inner .case-wrap .block-list .block .box {
        margin-bottom: 3%;
    }

.inner .case-wrap .block-list .block .txt .num {
        font-size: 20px;
    }

	.block-list{
		
		flex-direction: column;
}


/*特徴*/
	.companylistChara {
  gap: 8px;
}


/*アイコン 例*/
.flex-box .hall img {
        width: 4vw;
    }
.flex-box .bodily img {
        width: 3vw;
    }
.flex-box .base img {
        width: 3vw;
    }
.icn-area li {
        font-size: 3.2vw;
        margin-right: 7%;
	}
	
/*営業所テーブル*/
    .flex-box1 .hall img {
        width: 4vw;
    }
	.flex-box1 .bodily img {
        width: 3vw;
    }
	.flex-box1 .base img {
        width: 3vw;
    }
	
.block .item table td .flex-box1 {
        align-items: center;
    }

    .item table td .flex-box {
        align-items: center;
    }
	
	.base_table .heading {
        display: none;
    }
	.base_table .name{
        font-size: 3.74vw;
        font-weight: bold;
        margin-left: 1.5%;
    }
	
	.base_table li {
        width: 100% !important;
        padding: 5px;
    }
	
	.base_table li{
        font-size: 3.47vw!important;
    }
	
.base_table ul {

    background-position: right -5px center;

}
	
/*事業会社別　物件写真*/
	.companylistWrap{
		margin: 20px 0px;
	}
	
/*事業会社別　ジャンプリンク*/
	
	.company_jump li {
    padding: 0 3px;

}


.company_jump li a{
	font-size:14px;
	margin: 15px 0px;
        line-height: 35px;
	padding: 2px 11px;
    }
	
	.company_block {

    padding: 30px 10px 20px;
    margin-top: 30px;
}
	
	}
	






@media (min-width: 750px) {
	
	section{
	padding:20px 0;
}
	.companylistWrap>div{
        margin-top: 24px;
        display: flex;
        justify-content: space-between;
    }
	
/*事業会社別　物件写真*/
	
	.companylistTitle img {
    width: 38px;
    height: 38px
  }
  .companylistTitle p {
    font-size: 22px
  }
  /*.companylistWrap h2, .companylistWrap h3 {
    font-size: 20px;
    padding-bottom: 12px
  }*/
  .companylistWrap > div {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
	  align-items: center;
  }
  .companylistBody {
    width: 490px
  }
  .companylistPic {
    width: 458px;
    gap: 25px 10px
  }
  .companylistPic li {
    height: 80px
  }
  .companylistText {
    line-height: 28px
  }
  .companylistArea {
    padding: 24px 22px
  }
  .companylistBtn {
    gap: 24px
  }
  .companylistBtn a {
    flex: 1
  }
	.companylistTitle {
    margin-top: 20px
  }
	
	.companylistPic {
    grid-row: 2 / 8
  }
	.companylistTitle {
    margin-top: 100px
  }
	.companylistTitle {
    margin-top: 100px
  }
	
}



@media not all and (min-width: 750px) {
	
	/*物件写真*/
	
	.companylistTitle img {
    width: 50px;
    height: 50px
  }
  .companylistTitle p {
    font-size: 18px;
    line-height: 26px
  }
	
	.companylistWrap h2{
		font-size: 4.5vw;
		padding-bottom: 10px;
    margin-bottom: 16px;
		
	}

  
  .companylistPic {
    gap: 14px 8px
  }
  .companylistPic li {
    aspect-ratio: 79 / 58
  }
  .companylistChara {
    margin-top: 20px
  }
  .companylistText {
    line-height: 24px;
    margin-top: 20px
  }
  .companylistArea {
    padding: 24px 16px
  }
  .companylistBtn {
    flex-wrap: wrap;
    gap: 12px
  }
  .companylistBtn a {
    width: 100%
  }

.companylistTitle {
    margin-top: 30px
  }.companylistTitle {
    margin-top: 56px
  }
	.companylistTitle {
    margin-top: 56px
  }
	
}

@media screen and (max-width: 736px) {
	
/*h1デザイン*/
.shincustomhome__ttl {
margin: 0px 0 10px;
    padding-left: 7.8125vw;
    font-size: 19px;
  }
.shincustomhome__ttl:before {
	width: 6vw;
    height: 6vw;
    top:-5px;
  }

.shincustomhome__ttl__jp {
    font-size: 3.75vw;
    padding-top: 1.25vw;
}
}




/*----------パンくずリスト----------*/

@media screen and (min-width: 768px) {
  #breadcrumb {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    font-size: 1.4rem;
padding-bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  #breadcrumb {
    font-size: 2.3vw;
    position: static;
    padding: 16px 0px 45px 16px;
  }
  .page-ttl-area .page-ttl {
    padding: 12vw 0 0;
  }
}

/*---テーブル　記述追加---*/


@media screen and (min-width: 768px) {
    table {
       width: 100%;
    }

    table tr th {

        border-bottom:none;
    }

    table tr td {
        padding: 0px;

    }
}

@media screen and (max-width: 767px) {
    table tr td {
        padding:0px;
    }
}

