@charset "utf-8";

/*----------------------------------
  パンくずリスト
----------------------------------*/
#topicpath {
  background-color: #f3f3f3;
}
#topicpath ul {
  display: flex;
  gap: 5px;
}
#topicpath ul li {
  padding: 15px 0;
  font-size: 12px;
}
#topicpath li+li::before {
  content: ">";
  margin-right: 5px;
  color: #333;
}
#topicpath ul li a {
  color: #0968ab;
  text-decoration: underline;
}
#topicpath ul li a:hover {
  text-decoration: none;
}

/*----------------------------------
  メインタイトル
----------------------------------*/
article h2 {
  margin-bottom: 30px;
  padding: 25px 0 23px;
  font-size: 28px;
  color: #333;
  border-bottom: 1px solid #e9e9e9;
  position: relative;
}
article h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 155px;
  height: 4px;
  background: #0968ab;
}

/*----------------------------------
  サイドコンテンツ
----------------------------------*/
.side-nav h3 {
  margin-top: 20px;
  padding-bottom: 3px;
  font-size: 130%;
  color: #0968ab;
  border-bottom: 1px solid #0968ab;
}
.side-nav ul {
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
.side-nav ul li {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.side-nav ul li a {
  color: #333;
}
.side-nav ul li a:hover {
  color: #0968ab;
}

/*----------------------------------
  チェックボックス・検索フォーム
----------------------------------*/
.ttl02 {
  color: #0968ab;
  font-size: 24px;
}

.small {
  font-size: 12px;
}

/* 検索フォーム全体 */
.product-search {
  background: #edf3f8;
  overflow: hidden;
  padding: 25px 15px;
  margin-bottom: 50px;
}

/* ラベルの共通スタイル */
.product-search label {
	cursor: pointer;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 5px;
	padding: 14px 5px;
	max-width: 100%;
	text-align: center;
	font-size: 18px;
	font-weight: 700;
	line-height: 1;
	color: #0968ab;
	background: #fff;
	border-right: 3px solid #edf3f8;
}

/* チェックされたとき */
.product-search label.checked {
	color: #fff;
	background: #0968ab;
}

/* 選択テキスト背景を消す */
.product-search label::-moz-selection,
.product-search label::selection {
	background: transparent;
}

/* 項目見出し */
.product-search dt {
	ont-size: 24px;
	color: #0968ab;
	font-weight: normal;
	margin-bottom: 10px;
}

/* dlの間隔 */
.product-search dl {
	margin: 0 0 20px;
}

/* チェックボックス本体は非表示 */
.product-search input[type="checkbox"] {
	display: none;
}
.search-youto label {
	width: 260px;
	margin-inline: auto;
}
.search-price label,
.search-tsubo label {
	width: 110px;
	height: 50px;
	text-align: center;
}

/* 価格・坪数枠 */
.search-price,
.search-tsubo {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

/* 左右を分ける枠 */
.search-flex {
  display: flex;
gap: 15px;
 margin-left: 20px;
}

/* 左：用途 */
.search-youto {

flex: 1;
}

/* 右：価格＋坪数を縦積み */
.right-box {
flex: 0 0 60%;
  display: flex;
  flex-direction: column;
margin-left:20px;
}

/* フォーム全体のレイアウト */
.product-search form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* 検索ボタン */
.product-search input[type="submit"] {
  background: #ffa600;
  color: #fff;
  border: none;
  width: 300px;
  margin: 0 auto;
  display: block;
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

button,
html input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

p.result span {
  font-size: 36px;
  color: #0968ab;
  display: inline !important;
}

.search-price dd,
.search-tsubo dd {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; 
    margin: 0;  
}

/*----------------------------------
  商品一覧
----------------------------------*/
#products.list article {
  margin: -15px -0.5% 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

#products.list article section {
  width: 33.33%;
  margin: 15px 0 0 0;
  float: none;
  display: flex;
  flex-direction: column;
  vertical-align: top;
}

#products.list article section .detail {
  letter-spacing: normal;
  padding: 0 2%;
}

#products.list p {
  font-size: 75%;
  text-align: left;
  letter-spacing: 0.1em;
}

.silalNo {
  font-size: 80%;
  color: #555;
  margin-top: 6px;
}

#products.list article section h3 {
  font-size: 100%;
  text-align: left;
  margin: 4px 0 0;
    line-height: normal;
}

#products.list article section h3 a {
  color: #555;
}
#products.list article section h3 a:hover {
  color: #02519C;
}

#products.list .meta {
  height: 40px;
}

.product-price {
  float: right;
  margin: 5px 0 0;
  line-height: 180%;
}

#products.list p.product-price span.teika {
  font-size: 150%;
  color: #666;
}

#products.list ol {
  display: flex;
  flex-wrap: nowrap; 
  gap: 6px;
  margin-bottom: 6px;
  padding: 0;
  list-style: none;
  align-items: center; 
}

#products.list ol li {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 2px 5px;
  font-size: 80%;
  color: #fff;
  height: auto;
white-space: nowrap;
margin: 18px 0 15px 0;
}
#products.list .pic img {
  width: 260px;
  height: 163px;
  object-fit: cover;
  display: block;
  margin: 0 auto;
}


.ico_bl { background-color: #0968ab; }
.ico_pl { background-color: #b779cf; }
.ico_o  { background-color: #ffa737; }
.ico_g  { background-color: #9acd32; }
.ico_p  { background-color: #a50068; }

.ex-btn-detail {
    display: block; 
    position: relative;    
    width: 100%;
}

.ex-btn-detail a {
    display: block; 
    width: 100%;      
    padding: 8px 0;       
    font-size: 12px;   
    color: #0968ab;       
    text-align: center;    
    border: 1px solid #0968ab;
    position: relative;    
    z-index: 1;
    transition: color 0.3s ease;
}
.ex-btn-detail::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0968ab;
    z-index: 0;
    transform: scale(0);
    transform-origin: center;
    transition: transform 0.3s ease;
    border-radius: inherit;
}
.ex-btn-detail:hover::before {
    transform: scale(1);
}
.ex-btn-detail:hover a {
    color: #fff;
}
/* 商品一覧ページ画像 */
#products.list article section .pic img {
    width: 260px;
    height: 163px;
    object-fit: cover;   /* 中央を切り抜き */
    display: block;
    margin: 0 auto;
}

/*----------------------------------
　　商品一覧ここまで
----------------------------------*/

.showroom_banner img{
	width: 800px;
	height: 320px;
}

/*----------------------------------
  新着情報一覧ここから
----------------------------------*/

.news-ul {
	list-style: none;
	padding:20px 0;
}
.news-ul li {
display: flex;
  align-items: center;
  padding-top: 20px;
  overflow: hidden;
}
.news-ul li .date {
width: 180px;
  margin-right: 20px;
  white-space: nowrap;
  flex-shrink: 0;
}
.news-ul li a{
color: #333; 
}
.news-ul li a:hover{
 color:#0968ab;
}
.fa-file-pdf-o {
	color: #e74c3c;
}


/*----------------------------------
  　　　　展示場
----------------------------------*/
.main-showroom-list {
  display: flex;
  flex-direction: column;
}

/* 地図 */
.showroom-access-map-wrap iframe {
  width: 100%;
  height: 400px;
  border: 0;
  margin-bottom: 1rem;
}

/* アクセス情報 */
.showroom-info {
  display: flex;
  flex-direction: column;
  margin: 20px 0;
}
.showroom-about {
  display: flex;              
  align-items: flex-start;
  width: 100%;
  padding: 1.6rem 0;
  margin: 0;
  border-bottom: 1px solid #ddd;
}
.showroom-about:first-child {
  border-top: 1px solid #ddd;
}
.showroom-about dt {
  display: inline-block;
  width: 13rem;
  min-width: 13rem;
  font-weight: 400;
  color: #333;
}
.showroom-about dd {
  flex: 1;
  margin: 0;
}
.showroom-comment h2 {
  margin-top: 1.6rem;
}
.showroom-comment p {
  line-height: 1.7;
  border-bottom: 1px solid #ddd;
  width: 100%;
  padding: 1.6rem 0;
  margin: 0;
}
.showroom-gallery1 {
  display:flex;
  align-items: center;      
  gap: 20px; 
  margin: 20px 0;
}
.showroom-gallery1 a {
  flex: 0 0 70%;  
  max-width: 500px;
  display: block;
  overflow: hidden;
}
.showroom-gallery1 a img {
  width: 100%;  
  height: auto;
  display: block; 
  cursor: pointer;

}

.showroom-gallery1 p {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  margin: 0;
}


.showroom-gallery1etc {
  display: flex;
  justify-content: space-between; 
  gap: 20px;                      
  margin-top: 20px;
}
.showroom-gallery1etc figure {
  flex: 1;
  text-align: center;
  margin: 0;
}
.showroom-gallery1etc a {
  display: block;
  overflow: hidden;
}
.showroom-gallery1etc img {
  width: 100%;
  height: auto;
  display: block;
  cursor: pointer;

}

.showroom-gallery1etc figcaption {
  margin-top: 8px;
  font-size: 14px;
  color: #333;
  font-weight: bold;
}

.showroom-gallery2 {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}


.showroom-gallery2 .main-photo {
  flex: 1 1 70%;
  display: flex;
  flex-direction: column;
  cursor: pointer;

}

.showroom-gallery2 .main-photo a {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10; 
}

.showroom-gallery2 .main-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}


.showroom-gallery2 .photo-caption {
  margin-top: 8px;
  font-size: 15px;
  font-weight: bold;
  color: #333;
  text-align: center;
}

.showroom-gallery2 .side-photos {
  flex: 1 1 30%; 
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.showroom-gallery2 .side-photos a {
  flex: 1;
  display: block;
  overflow: hidden;
}

.showroom-gallery2 .side-photos img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  cursor: pointer;
}


.showroom-gallery3 {
  display: flex;
  justify-content: center; 
  gap: 20px;               
  margin: 20px 0;
  flex-wrap: wrap;         
  text-align: center;
}

.showroom-gallery3 a {
  flex: 1 1 45%;    
  max-width: 400px; 
  display: block;
  overflow: hidden; 
}

.showroom-gallery3 img {
  width: 100%;
  height: 100%;   
  object-fit: cover; 
  display: block;
  cursor: pointer;
}



.showroom-gallery3 p {
  flex-basis: 100%;   
  margin-top: 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
}
.showroom-gallery1 img,
.showroom-gallery1etc img,
.showroom-gallery2 .main-photo img,
.showroom-gallery2 .side-photos img,
.showroom-gallery3 img {
  transition: .4s;
}
.showroom-gallery1 img:hover,
.showroom-gallery1etc img:hover,
.showroom-gallery2 .main-photo img:hover,
.showroom-gallery2 .side-photos img:hover,
.showroom-gallery3 img:hover {
  opacity: 0.7;
}
/* --- サブ展示場 --- */
.sub-showroom-list {
  display: flex;
  flex-direction: column;
  gap: 2rem; 
}
.sub-showroom .showroom-flex {
  display: flex;
  gap: 2rem; 
  align-items: flex-start;
}
.sub-showroom .showroom-about dt {
  width: 6rem;   
  min-width: 6rem;
}
.sub-showroom .showroom-about {
  padding: 1.2rem 0;
  border-bottom: 1px solid #ddd;
}
.sub-showroom .showroom-about:first-child {
  border-top: 1px solid #ddd;
}
.sub-showroom-comment {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 1.6rem 0;
  margin-top: -1rem;
  margin-bottom: 2rem;
}
.sub-showroom-comment h2 {
  font-size: 20px;
  margin: 0 0 1rem;
  color: #0968ab;
}
.sub-showroom-comment p {
  line-height: 1.7;
  margin: 0;
}
/* サブ展示場の地図 */
.sub-showroom .showroom-map {
  flex: 1 1 50%;
}
.sub-showroom .showroom-map iframe {
  width: 100%;
  height: 250px;
  border: 0;
}
/* サブ展示場の見出し */
.showroom-detail.sub-showroom h3 {
  color: #0968ab;
  margin: 10px 0;
}
.sub-showroom .showroom-info {
  flex: 1 1 50%;
}
/*詳細ここから*/

.shosai .sec {
	padding-bottom: 0;
}
.shosai .title {
	font-weight: bold;
	font-size: 16px;
	border-bottom: 1px solid #ddd;
	padding-bottom: 5px;
	margin-bottom: 20px;
}
.shosai .item {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 20px;
}
.shosai .item .item-img{
	width: 40%;
}
.shosai .item .item-img a img{
	max-height: 300px;
	width: 320px;
	transition: .4s;
}
.shosai .item .item-img a:hover img{
	opacity: 0.7;
}
.shosai .item .item-text{
	width: 57%;
	padding: 0;
	text-align: justify;
}
.shosai .item .item-text dl dt.subtitle {
	color: #ff8f08;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
}
.shosai .item .item-text dl dd.price {
	color: #FF4B4E;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	text-align:center;
}
@media screen and (max-width: 768px) {
.shosai .item {
	flex-direction: column;
}
.shosai .item .item-img{
	width: 100%;
	margin-bottom: 20px;
}
.shosai .item .item-text{
	width: 100%;
	order: 1;
}
}

.shosai .dl_spec {
	display: flex;
	flex-wrap: wrap;
}
.shosai .dl_spec dt,
.shosai .dl_spec dd {
	padding: 1.2em 0.8em;
	line-height: 2.2rem;
}
.shosai .dl_spec dt {
	border-top:1px solid #ddd;
	width: 20%;
}
.shosai .dl_spec dd {
	border-top: 1px solid #ddd;
	width: 80%;
}
@media screen and (max-width: 768px) {
.shosai .dl_spec {
	flex-direction: column;
}
.shosai .dl_spec dt,
.shosai .dl_spec dd {
	padding: 1em 0.8em;
	line-height: 2.2rem;
	width: 100%;
}
.shosai .dl_spec {
	border-bottom: none;
	border-left: none;
	border-right: none;
}
.shosai .dl_spec dt {
	border-top: 1px solid #ddd;
	background-color: #f2ebdf;
}
.shosai .dl_spec dd {
	border-top: none;
	margin-left: 0;
}
}

.shosai ul.setsubi{
	display: flex;
	flex-wrap: wrap;
	border-left: 1px solid #ddd;
	border-top: 1px solid #ddd;
}
.shosai ul.setsubi li{
	width: 33.333%;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	margin: 0;
	padding: 10px;
	display: flex;
	justify-content: space-between;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
.shosai ul.setsubi li span{
	display: block;
	width: 25%;
	text-align:right;
	border-left:1px solid #ddd;
}
@media screen and (max-width: 600px) {
.shosai ul.setsubi{
	flex-direction: column;
	border-left: none;
}
.shosai ul.setsubi li{
	width: 100%;
	border-right: none;
	border-bottom:1px solid #ddd;
	padding: 10px 0;
}
.shosai ul.setsubi li span{
	text-align: center;
	width: 20%;
}
}
.shosai ul.pictures{
	display: flex;
	flex-wrap: wrap;
}
.shosai ul.pictures li{
	width: 31%;
	width: -webkit-calc(100% / 3 - 2%); 
	width: calc(100% / 3 - 2%); 
	margin: 0 1% 3%;
}
@media screen and (max-width:768px) {
.shosai ul.pictures li{
	width: 48%;
	width: -webkit-calc(100% / 2 - 2%); 
	width: calc(100% / 2 - 2%); 
	margin: 0 1% 3%;
}
}
.shosai ul.pictures li a img{
	transition: .4s;
}
.shosai ul.pictures li a:hover img {
	opacity: 0.7;
}
ul.pictures {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.pictures li {
  flex: 0 0 auto;
}
.house .catch {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.4em;
    border-bottom: 2px solid #ff9c00;
    padding-bottom: 5px;
    margin-bottom: 20px;
    text-align: justify;
}
.house dl dt {
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 1.4em;
	color: #ff8f08;
	margin-bottom: 10px;
}
.house dl dd {
	margin-bottom: 20px;
	line-height: 1.6em;
}
.house ul.list li{
	display: block;
	width: 100%;
	position: relative;
	margin: 0 0 5px 0;
	line-height: 1.5em;
	padding-left: 0;
}
.house ul.list li .s{
	color: #ff9c00;
	font-size: 25px;
}
.house ul.list li span{
	font-weight: bold;
}
@media screen and (max-width: 768px) {
.house .catch {
	font-size: 1.6rem;
}
.house dl dt {
	font-size: 1.4rem;
}
}


/*詳細ここまで*/

/*----------------------------------
       買取サービスここから
----------------------------------*/

#purchase .service-area{
	margin-bottom:15px;
	padding:10px 16px;
	border:1px solid #ddd;
}
#purchase .service-area span{
	padding:3px 5px;
	font-size:1.6rem;
	margin-left:5px;
	font-weight:600;
}
#purchase .service-area span.area-ttl{
	border:none;
	margin-left:0;
	margin-right:20px;
	padding:0;
	font-size:1.4rem;
}
#purchase .service-area span.tokai{
	color:#0968ab;
}
#purchase .clearfix .sales-point h3{
	font-size:24pt;
	color:#ffa737;
	margin:10px 0;
}
#purchase .clearfix .sales-point p{
	font-size:14pt;
	line-height:1.6em;
}
#purchase .clearfix .sales-point{
	display:flex;
	margin-bottom:1em;
}
#purchase .clearfix sales-point div{
	margin:0 auto;
	padding:0 10px;
}
#purchase .clearfix sales-point div:first-child img{
	width:600px;
	}
#purchase .clearfix sales-point .textleft{
	text-align:left;
}
#purchase .txt{
	display:flex;
}
#purchase .col-md-6.col-sm-6.col-xs-12{
	border:1px solid #ddd;
	flex:1;	
}
#purchase .col-md-6.col-sm-6.col-xs-12 h4{
	background:#0d5aa1;
	margin:0;
	color:#fff;
	text-align:center;
	padding:10px 0;
	font-size:18px;
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend{
	padding:20px;
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend .txt_red{
	color:red;
	font-size:16pt;
	font-weight:bold;
	letter-spacing:-0.1em;
	margin:0 0 10px; 
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend ul li{
	margin: 10px 0 0 0;
	background:url(../images/kkrn_icon_check_3.png);
	padding: 0 0 0 2em;
	background-repeat:no-repeat;
	background-position:left;	
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend p{
	text-align:center;
	margin-bottom:0.5em;
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend p.txt{
	margin-top:0;
	text-align:left;
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend ol.mg5 img{
	width:216px;
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend ol.mg5{
	text-align:center;
	margin:15px 0;
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend ol li img{
	width:216px;
}
#purchase .col-md-6.col-sm-6.col-xs-12 .txt-recommend ol li{
	text-align:center;
	margin:15px 0;
}
#point{
	margin:2em 0 0 0;
	border:5px #ECECEC solid;
	padding:18px;
}
#point .boxS01{
	margin:1.5em 0 0 0;
}
#point .boxS01 p{
	 margin:1em 0;
}
#point .boxS01 li{
	float:left;
	width:33%;
}
#point .boxS01 dt{
	float:left;
	font-size:110%;
	width:15%;
	padding:0.5em 1em;
  	background-color:#ec3d3d;
  	color:#FFF;
  	font-weight:bold;
  	border:1px #ec3d3d solid;
  	border-right:none;
	text-align:center;
}
#point .boxS01 dd{
	font-weight:bold;
	font-size:110%;
	float:left;
	width:85%;
	padding:0.5em;
	border:1px #e9e9e9 solid;
	border-left:none;
}
#point .boxS01 div{
	text-align:center;
}
.ttl03{
	text-align:center;
	position:relative;
	margin:15px 0 50px;
	font-size:200%;
	color:#444444;
}
.ttl03:after{
	content: "";
	position:absolute;
	width:60px;
	border-bottom:2px solid #00519c;
	left:50%;
	margin-left:-30px;
	bottom:-20px;
}
#point .boxS01 dl.clearfix dt,#point .boxS01 dl.clearfix dd{
	margin-bottom:14px;
}
#flow{
	margin:40px 0 0 0;
	border:5px #ECECEC solid;
	padding:18px;
}
#flow dl, #sell #flow p{
	margin:0;
	padding:0;
}
#flow dl{
	display:table;
	width:100%;
	font-size:90%;
}
#flow dt, #sell #flow dd{
	display:table-cell;
	vertical-align:middle;
}
#flow dt{
	font-size:110%;
	width:32%;
	padding:0.5em 1em;
	background-color:#74a2d5;
	color:#FFF;
	font-weight:bold;
	border:1px #74a2d5 solid;
	border-right:none;
}
#flow dd{
	font-weight:bold;
	font-size:110%;
	padding:0.5em;
	border-left:none;
}
#flow hr{
	margin:20px 0;
}
#notice{
	margin:40px 0 50px 0;
	border:5px #ECECEC solid;
	padding:18px;
}
#notice .inBox01{
	padding:15px 15px 4px;
	margin:10px 0 0 0;
	background:#f5f5f5;
}
#notice .inBox01 .ttl04{
	font-size:30px;
	font-weight:bold;
	color:red;
}
#notice #kaitori_youi{
	background:#eee;
	border:1px solid #000;
	border-collapse:collapse;
}

#notice #kaitori_youi th{
	color:#fff;
	background:#44f;
	border:1px solid #000;
	padding:5px 10px;
	font-size:15px;
}

#notice #kaitori_youi td{
	border:1px solid #000;
	font-size:13px;
}

#notice #kaitori_youi ul{
	list-style-type: square;
	padding:0 0 0 30px;
}
#notice #kaitori_youi ul li{
	text-align:left;	
}
#notice #tyuuiten{
	background:#eee;
	padding-bottom:30px;
	border:1px solid #000;
	margin-top:50px;
}
#notice #tyuuiten ul{
	margin-top:1em;
}
#notice #tyuuiten ul{
	list-style-type: square;
	padding:0 2em;

}
#notice #tyuuiten h4{
	margin:0;
	background:#44f;
	color:#fff;
	padding:5px;
}
.ttl04{
	color:#00519B;
	text-align:center;
	position:relative;
}
.ttl04:before{
	content: "";
	position:absolute;
	top:50%;
	left:0;
	width:24%;
	height:1px;
	background:#ddd;
}
.ttl04:after{
	content: "";
	position:absolute;
	top:50%;
	right:0;
	width:24%;
	height:1px;
	background:#ddd;
}
.inBox01 .ttl04 {
	font-size:20px;
}
#nagare #main-flow{
	width:800px;
	margin-top:20px;
	float:left;
	border:1px solid #aaa;
	border-radius:5px;
	margin-bottom:50px;
}
#nagare #main-flow h2{
	width:800px;
	height:122px;
	margin:0;
	padding:0;
	text-indent:-9999px;
}
#nagare h2.flow{
	background-image:url(../images/flow_title.gif);
	background-repeat:no-repeat;
	background-position:center;
}
#nagare .flow1 a{
	text-decoration:none;
	color:#27baf0;
}
#nagare #main-flow h3{
	margin:5px 0 5px 0;
	padding:0;
	}
#nagare #main-flow .flow1,.flow2,.flow3,.flow4,.flow5,.flow6,.flow7{
	padding:20px 70px 20px 50px;
	}
#nagare #main-flow .flow8,.k-flow7{
	padding:0 70px 10px 50px;
}
#nagare #main-flow .k-flow1,.k-flow2,.k-flow3,.k-flow4,.k-flow5,.k-flow6{
	padding:20px 70px 20px 50px;
}
#nagare .yajirushi{
	margin:0;
	padding:5px 0 0 0;
	text-align:center;
}
#nagare .flow-ring{
	text-decoration:none;
	color:#27baf0;
	font-size:16pt;}
#nagare #flow-r{
	margin:0;
	padding:0;
	padding-left:50px;
	padding-top:50px;
}
/*----------------------------------
       買取サービスここまで
----------------------------------*/

/*----------------------------------
       問合せここから
----------------------------------*/
.daini .sec{
	margin-bottom:40px;
	padding-top:0;
}
.daini .sec .section-heading{
	width:100%;
	margin-bottom:30px;
	padding:0;
}
.daini .sec .section-heading h2{	
	color:#333;
	line-height:1em;
	text-align:left;
	display:flex;
	align-items:center;
}
.daini .sec .section-heading h2::after{
	content: "";
	margin-left:10px;
	border-top:1px solid #F07C02;
	flex-grow:1;
}
.mb30{
	margin-bottom:30px;
}
.contact .control-label {
	text-align: left;
	padding-top: 0;
}
.contact .label {
	display: inline-block;
	line-height: 1em;
	padding: 5px 10px;
	margin-top: -3px;
	background-color: #ce5706;
	color: #ffffff;
	vertical-align: middle;
	font-size:10px;
}
.contact .btn.btn-warning {
	color: #ffffff;
	border: 1px solid #333333;
	border-radius: 0px;
	background-color: #333333;
	padding: 0.8em 1.5em;
	transition: .2s;
}
.text-center {
    text-align: center;
}
.contact .btn.btn-warning a { 
    color:#ffffff;
	text-decoration:none;
}
.contact .btn.btn-warning:hover,.btn.btn-warning:active {
	background-color: #555555;
	color: #ffffff;
	text-decoration: none;
	border: 1px solid #555555;
	border-radius: 0px;
}
.contact .dl_form dt,
.contact .dl_form dd {
	padding: 1.2em 0.8em;
	line-height: 2.2rem;
}
.contact .dl_form {
	border-bottom: 1px dotted #b74e06;
	background-color: #ffffff;
	font-size: 1em;
	margin-bottom: 30px;
}
.contact .dl_form dt {
	border-top: 1px dotted #b74e06;
	clear: left;
	float: left;
	width: 25%;
}
.contact .dl_form dd {
	border-top: 1px dotted #b74e06;
	background-color: #ffffff;
	margin-left: 25%;
}
.contact .dl_form dd .form-control {
	display: block;
	width: 100%;
	height: 40px;
	padding: 6px 12px;
	margin: 3px auto;
	line-height: 1.8em;
	color: #555555;
	background-color: #ffffff;
	border: 1px solid #cccccc;
	border-radius: 0;
	box-shadow: inset 0 1px 1px rgba(0,0,0,0);
}
.contact .dl_form dd textarea.form-control {
	height: auto;
}
@media screen and (max-width: 768px) {
.contact .dl_form dt {
	padding: 1.3em 0.8em 0.7em;
	line-height: 2.2rem;
}
.contact .dl_form dd {
	padding: 0 0.8em 1.4em;
	line-height: 2.2rem;
}
.contact .dl_form dt {
	float: none;
	width: 100%;
	border-top: 1px dotted #b74e06;
	/*background-color: #e7e7e7;*/
}
.contact .dl_form dd {
	border-top: none;
	margin-left: 0;
}
/*----------------------------------
       問合せここまで
----------------------------------*/

#unithouse_setsumei #main-flow {
  width: 800px;
  margin: 20px auto 50px;
  border: 1px solid #ccc;
  border-radius: 8px;
  padding: 30px;
  box-sizing: border-box;
  background: #fff;   /* 白背景 */
  display: flex;
  flex-direction: column;
  justify-content: center; /* 中央寄せ */
  align-items: center;     /* 中央寄せ */
}

#unithouse_setsumei #main-flow .k-flow1,
#unithouse_setsumei #main-flow .k-flow2,
#unithouse_setsumei #main-flow .k-flow3 {
  margin-bottom: 25px;
}

/* テキスト */
#unithouse_setsumei #main-flow p,
#unithouse_setsumei #main-flow ul,
#unithouse_setsumei #main-flow li {
  margin: 10px 0;
  line-height: 1.8;
}

/* リストの装飾消し */
#unithouse_setsumei #main-flow ul {
  list-style: none;
  padding: 0;
}
.u_setsumei {
  display: block;
  margin: 0 auto 30px;
}

.unithouse_gallery {
  text-align: center;
  margin: 40px 0;
}

.unithouse_gallery .gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  gap: 15px; /* 画像の間隔 */
  justify-items: center; /* 各セル内を中央揃え */
}

.unithouse_gallery img {
  width: 100%;
  max-width: 250px; /* サムネイル幅を制限 */
  border: 1px solid #ccc;
  border-radius: 4px;
  transition: 0.3s;
}

.unithouse_gallery img:hover {
  opacity: 0.8;
}


