.sp {
	display: none;
}
:root {
--main-color: #ffa200;/*オレンジ*/
--main-color2:#ffc000;/*明るいオレンジ*/
--sub-color: #004077;/*紺*/
 }


/**************************************************************
アウトライン
**************************************************************/
.outline {
	margin: 0px auto;
	padding: 20px 10px;
	max-width: 1200px;
	background: #FFFFFF;
	text-align: left;
}



/**************************************************************
ヘッダー
**************************************************************/
.fixed {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}

#title {
	margin: 0px;
	padding: 0px 0px;
	position: relative;
	text-align: left;
	background-color: #fff;
	border-bottom: solid 2px var(--main-color);
	font-weight: 600;
}


#title-inner {
	/*max-width: 1100px;*/
	margin: 0 10px;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

#title h1 {
	font-size: 11px;
	font-weight: normal;
	color: #333;
	margin-left: 2%;
}

#title .logo {
	width: 24%;
	text-align: center;
	align-self:center;
}

#title .logo img {
	width: 100%;
	max-width:300px;
	height: auto;
}

#title #title-r {
	width: 75%;
	display: flex;
	flex-direction: column;
}

#title .contact {
	margin: 5px 0;
	text-align: right;
	display: flex;
	justify-content: flex-end;
}

#title .contact img {
	height: 40px;
	margin: 0;
	width: auto;
}

#title .contact .telno {
	font-size: clamp(1rem, 0.682rem + 1.59vw, 1.875rem);
	font-weight: 700;
	line-height: 41px;
	text-align: left;
	display: flex;
	gap:0 5px;
	align-items: center;
	color: var(--sub-color);
}


#title .contact .bt {
	width: 200px;
	margin-left: 1%;
}

#title .contact a {
	display: block;
	text-align: center;
	background-color: var(--main-color);
	padding: 10px;

}

#title .contact .change {
	background-color: var(--sub-color);
}



#title .contact a:link {
	color: #fff !important;
	padding: 6px;
	display: block;
	transition: 0.5s;
}

#title .contact a:hover {
	background-color: var(--main-color2);
	color: #000;
}

#title .contact a:visited {
	color: #fff !important;
}


/**************************************************************
グローバルナビ
**************************************************************/
#globalnavi {
	margin: 0;
	padding: 0;
	border-top: solid 1px var(--main-color);
	/*border-bottom: solid 2px #EB6100;*/
	background-color: #fff;
}

#globalnavi-inner {}

#nav-flex {
	display: flex;
	justify-content: space-between;
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	font-size: 16px;
	font-weight: 500;
}



#nav-flex li {
	list-style-type: none;
	display: inline-block;
	text-align: center;
	flex-grow: 1;
	transition: 0.5s;
	border-left: solid 1px var(--main-color);
	margin: 5px 0;
}


#nav-flex a {
	transition: 0.5s;
	display: block;
	padding: 5px 0;
	color: #000;
}

#nav-flex a:hover {
	color: #fff;
}

#nav-flex li span {
	display: block;
	font-weight: 400;
	font-size: 14px;
}

#nav-flex li+li {
	border-left: 1px solid #999;
}

#nav-flex li:hover {
	background-color: var(--main-color);
	color: #fff;
}

/**************************************************************
スライダー下
**************************************************************/

.slider-waku {
	position: relative;
}

.slider-obi {
	text-align: center;
	width: 100%;
	position: absolute;
	bottom: 0;
	background-color: rgb(0 0 0 / 70%);
}

.slider-obi-nai {
	display: flex;
	align-items: center;
	justify-content: space-around;
	height: 80px;
	max-width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	box-sizing: border-box;
	font-size: 30px;
	color: #FFF;
	font-weight: 600;
	line-height: 1.5;
}

.slider-obi-nai img {
	height: 90px;
}

/**************************************************************
コンテンツ部分
**************************************************************/
#text {
	padding: 10px 0;
	margin: 0px auto;
	position: relative;
	text-align: left;
	width: 980px;
}

#contents {
	margin: 0px;
	padding: 0px;
	width: 695px;
	position: relative;
	float: right;
	font-size: 12px;
}

#contents li {
	margin-top: 3px;
	margin-bottom: 3px;
}






/**************************************************************
フッター
**************************************************************/
#bottom {
	margin: 0px;
	position: relative;
	background: #0A2847;
	text-align: center;
	clear: right;
	font-size: 12px;
	padding-top: 30px;
	margin-top: 100px;
	color: #fff;
	overflow: hidden;
}

#bottom-inner {
	max-width: 1100px;
	margin: 0 auto 30px;
	display: flex;
	flex-wrap: wrap;
}

.bottom-l {
	width: 28%;
	padding: 3%;
	font-size: 13px;
}

.bottom-l img {
	width: 80%;
	height: auto;
	margin-bottom: 10px;
}

.bottom-l .telno {
	font-size: 30px;
	font-weight: 700;
	display: flex;
	justify-content: space-around;
	align-items: center;
	line-height: 40px;
}

.bottom-l .telno img {
	width: auto;
	height: 40px;
}

.bottom-r {
	width: 64%;
	text-align: left;
	margin-top: 20px;
	margin-left: 2%;
	display: flex;
	flex-wrap: wrap;
	font-size: 14px;
}

.bottom-r .box,
.bottom-r .box2 {
	width: 48%;
	padding: 0 1%;
}


#bottom a:link,
#bottom a:visited {
	color: #fff;
	border: none;
	text-decoration: none !important;

}

#bottom a:hover,
#bottom a:active {
	color: var(--main-color);
	border: none;
	text-decoration: none !important;
}

.copy {
	background-color: var(--main-color);
	color: #fff;
	padding: 10px;
}


.fix-btn {
	position: fixed;
	bottom: 15px;
	right: 0;
	transform: translateY(-50%);
	z-index: 100;
}

.fix-btn li {
	list-style: none;
}

.fix-btn_item a {
	display: block;
	background-color: var(--sub-color);
	color: #fff;
	padding: 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	transition: 0.5s;
}

.fix-btn_item_tel a {
	display: block;
	background-color: var(--sub-color);
	color: #000;
	padding: 10px 15px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	border-bottom: solid #fff 1px;
	border-left: solid #fff 1px;
	transition: 0.5s;
}

.fix-btn_item a:hover {
	background-color: var(--main-color2);
	color: #fff !important;

}

.fix-btn_item:nth-child(odd) a {
	background-color: var(--main-color);
	border-top: solid 1px #fff;
}

.fix-btn_item:nth-child(odd) a:hover {
	background-color: var(--main-color2);
}

.fix-btn_text {
	-ms-writing-mode: tb-rl;
	writing-mode: vertical-rl;
	text-orientation: upright;
}

.fix-btn_text img {
	width: 30px;
	height: auto;
}





/**************************************************************
ブログ
**************************************************************/
#news{
	max-width:1000px;
	margin-inline:auto;
}

.blog-line{
	display:flex;
	flex-wrap:wrap;
	padding:25px 10px;
	border-bottom: dotted 1px #ccc;
}

.blog-line-l{
	width: 26%;
	height:auto;
	max-height:300px;
	overflow:hidden;
	padding:2%;
}

.blog-line-l img{
	width: 100%;
	height: auto;
}

.blog-line-r{
	width: 66%;
	padding:2%;
}

.blog-line-r .tt{
	font-size: 20px;
	padding: 10px 0px;
	border-bottom: solid 1px #000;
    font-weight: 600;
	margin-bottom: 15px;
}




.blog-cont {
	max-width:1000px;
	margin-inline:auto;
	text-align: left;
	line-height: 190%;
	padding: 20px 10px;
}

.blog-cont li+li {
	border-left: none !important;
}

.blog-cont li {
	margin-left: 35px;
	font-size: 15px;
	line-height: 170%;
	margin-bottom: 13px;
}

.blog-cont ol {
	margin-top: 25px;
	margin-bottom: 25px;
}


.blog-cont p {
	margin-left: 0px;
}

.blog-cont .alignright {
	padding-left: 15px !important;
	background-color: #fff !important;
	float: right;
}

.blog-cont .alignleft {
	padding-right: 15px !important;
	background-color: #fff !important;
	float: left;
}

.blog-cont .aligncenter {
	display: block;
	margin: 0 auto 20px;
	text-align: center;
}

.blog-cont h1 {
	font-size: clamp(1.25rem, 1.023rem + 1.14vw, 1.875rem);
	color: #000000;
	padding: 10px 5px;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: 700;
}

.blog-cont h2 {
	font-size: clamp(1.125rem, 1.08rem + 0.23vw, 1.25rem);
	color: #ce424a;
	padding: 10px 5px;
	border-bottom: solid 2px #ce424a;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: 600;
}

.blog-cont h3 {
	font-size: 16px;
	background-color: #ce424a;
	padding: 7px;
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 600;

}

.blog-cont h4 {
	font-size: 15px;
	color: #000;
	padding: 7px 3px;
	border-bottom: solid 1px #000;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: 600;
}

.blog-cont h5 {
	font-size: 12px;
	color: #000;
	padding: 5px;
	background-color: #ececec;
	margin-bottom: 15px;
	margin-top: 30px;
	font-weight: 600;
}

.blog-cont p {
	margin-bottom: 15px;
}

.blog-cont img {
	padding-bottom: 15px;
	padding-top: 10px;
	max-width: 100%;
	height: auto;
}

.blog-cont iframe {
	max-width: 100%;
}

.blog-cont hr {
	margin-bottom: 15px;
	margin-top: 15px;
	background-color: #fff;
	border-top: 2px dashed #ce424a;
}


/**************************************************************
ここから通常のcontents
**************************************************************/

.sub-tt {
	padding: 15px;
	background-color: var(--sub-color);
	color: #fff;
	font-size: 20px;
	font-weight: 600;
}

.sub-alpha {
	font-size: 12px;
}

.navi {
	background-color: #ececec;
	padding: 5px;
	text-align: right;
	font-size: 12px;
	margin-bottom: 20px;
}

/*********************
 コンタクトボタン
*********************/


.contact-set {
	max-width: 950px;
	display: flex;
	flex-wrap: wrap;
	margin: 50px auto;
	text-align: center;
}


.contact-set .button {
	position: relative;
	width: 48%;
	display: inline-block;
	padding: 20px 0;
	color: #fff;
	text-align: center;
	font-size: 24px;
	transition: 0.5s;
	border-radius: 50px;
	background-color: var(--sub-color);
	/* 背景色 */
	box-shadow: 0 5px 0 #888;
	font-weight:700;
}

.contact-set .button::before,
.contact-set .button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -5px;
	border: 7px solid transparent;
	border-top-width: 5px;
	border-bottom-width: 5px;
	border-left-color: #fff;
}

.contact-set .button::after {
	opacity: 0;
	right: 1em;
}

.contact-set .button:hover::before {
	animation: arrowbefore .5s;
}

.contact-set .button:hover::after {
	animation: arrowafter .5s;
}




@keyframes arrowbefore {
	100% {
		right: -.4em;
		opacity: 0;
	}
}

@keyframes arrowafter {
	99% {
		right: .2em;
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.contact-set .button p {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
}

.contact-set .button img {
	width: 80px;
	height: auto;
	margin-right: 10px;
}

.contact-set .change {
	background-color: var(--main-color);
}

.contact-set .button:hover {
	background-color: var(--main-color2);
}

.set-img{
	width:48%;
	margin:1%;
}
.set-img img{
	width:100%;
	height:auto;
}

/*********************
 カタログDLボタン
*********************/
#panf-area{
		background-color:#00489B;
}
.panf-set {
	max-width: 950px;
	padding: 10px 0;
	margin-inline:auto;
	text-align: center;
}

.panf-set img {
	width: 100%;
	height: auto;
}

hr {
	border: 0;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #fff 0px, #fff 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #fff 0px, #fff 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}


/**************************************************************
新着情報
**************************************************************/

#top-news {
	max-width:1200px;
	margin: 70px auto 70px;
	padding-bottom: 10px;
	display: flex;
	flex-wrap: wrap;
}

#top-news-l .tt {
	color: var(--sub-color);
	font-size: 34px;
	font-weight: 600;
	padding: 10px;
	margin-bottom: 7px;
}

#top-news-l {
	width: 22%;
	text-align: center;
	padding: 2%;
}

#top-news-r {
	width: 74%;
}

.news-line {
	padding: 20px;
	border-bottom: solid 1px #ccc;
	display: flex;
	flex-wrap: wrap;
	text-align:left;
}

.news-line-l {
	width: 20%;
	color: var(--sub-color);
}

.news-line-r {
	width: 80%;
}


/**************************************************************
木造建築
**************************************************************/
.mokuzou1 {
	padding: 15px;
	background-color: #f3f4f1;
	margin-bottom: 25px;
}

.mokuzou1 strong {
	font-size: 18px;
	color: var(--main-color);
}

.mokuzou2 {
	padding: 15px;
	background-color: #f3f4f1;
	margin-bottom: 25px;
}

.mokuzou2 strong {
	font-size: 18px;
	color: var(--main-color);
}

.mokuzou2 img {
	margin-top: 20px;
}

/**************************************************************
システム建築とは
**************************************************************/

.about-midashi {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	line-height: 180%;
	margin-top: 40px;
}

.about-midashi2 {
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	margin-top: 50px;
	line-height: 180%;
}

.about-zu1 {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}

.about-zu1 img {
	width: 60%;
	height: auto;
}

.about-zu2 {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 30px;
}

.about-zu2 img {
	width: 25%;
	height: auto;
}

.about-frame {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 45px;

}

.about-frame-l {
	width: 48%;
	margin: 1%;
}

.about-frame-l img {
	width: 100%;
	height: auto;
	margin-top: 15px;
}

.about-frame-r {
	width: 48%;
	margin: 1%;
}

.about-frame-r img {
	width: 100%;
	height: auto;
}

.about-frame-l .tt {
	color: #ce424a;
	font-size: 18px;
	border-left: solid 5px var(--main-color);
	padding: 10px;
	padding-left: 13px;
	margin-bottom: 15px;
	font-weight: 600;
}

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

.about-box {
	width: 46%;
	margin: 2%;
}

.about-box-tt {
	padding: 10px;
	border-top: solid 1px var(--main-color);
	border-bottom: solid 1px var(--main-color);
	color: var(--main-color);
	text-align: center;
	font-size: 17px;
	font-weight: 600;
	margin-bottom: 15px;
}

.about-box-text {
	padding: 10px;
	font-size: 14px;
	min-height: 130px;
}

.about-box-img {}

.about-box-img img {
	width: 100%;
	height: auto;
}

.ace {
	width: 18%;
	margin: 1%;
	text-align: center;
	float: left;
}

.ace img {
	width: 100%;
	height: auto;
	margin-bottom: 5px;
}

.tt-ace {
	padding: 5px;
	border-bottom: solid 1px #ccc;
	margin-bottom: 15px;
	margin-top: 25px;
	font-weight: 600;
	font-size: 18px;
}

/**************************************************************
システム建築とはその2　
**************************************************************/
.nayami-title {
	font-size: 32px;
	font-weight: 700;
	text-align: center;
	line-height: 180%;
	margin-top: 50px;
}

.about-nayami {
	display: flex;
	flex-wrap: wrap;
	background-color: #f2f2f2;
	padding: 20px;
	margin: 50px 0;
}

.nayami-l {
	width: 50%;
	vertical-align: middle;
}

.nayami-l .nayami li {
	font-size: 22px;
	font-weight: 600;
	line-height: 200%;
	list-style: none;
	padding: 5px 0;
}

.nayami-l .nayami li::before {
	content: url("../../../image/about/check.png");
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

.nayami-l .nayami li span {
	color: red;
}

.nayami-r {
	width: 50%;
}

.nayami-r img {
	width: 100%;
	height: auto;
}

.nayami-midashi {
	background-color: var(--sub-color);
	padding: 20px 0;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	color: #fff;
	margin: 40px 0;
}

.upup::before {
	content: url("../../../../image/about/omakase_l.png");
	display: inline-block;
	vertical-align: middle;
	padding-right: 20px;
}

.upup::after {
	content: url("../../../../image/about/omakase_r.png");
	display: inline-block;
	vertical-align: middle;
	padding-left: 20px;
}

.nayami-text {
	text-align: center;
	font-size: 22px;
	font-weight: 700;
	line-height: 180%;
	padding-bottom: 30px;
}

.nayami-text span {
	color: red;

}

.center {
	text-align: center;
}

.nayami-img {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.nayami-img img {
	width: calc(33.3% - 10px);
	height: auto;
	padding: 5px;
}

/**************************************************************
各ページ
**************************************************************/


#top-event {
	background-color: #f2f2f2;
	padding: 80px 0;
	margin-bottom: 50px;
}

.top-event {
	max-width: 1100px;
	text-align: left;
	margin: 0 auto;
	background-color: #fff;
}

.top-event .tt {
	background-color: #555;
	color: #fff;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.top-event-l {
	width: 40%;
	margin: 2%;
	height: auto;
	text-align: center;
}

.top-event-l img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.top-event-r {
	width: 52%;
	margin: 2%;
}

.top-event-r-tt {
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	padding: 10px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
	background-color: var(--sub-color);
	color: #fff;
}

.top-event-r-text {
	padding: 7px;
	line-height: 190%;
	padding-bottom: 15px;
}

.top-event-r-text2 {
	padding: 7px;
	line-height: 180%;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
}

.top-event-link {
	margin: 15px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.top-event-link p {
	width: 46%;
	margin: 1%;

}

.top-event-link a {
	display: block;
	text-align: center;
	background-color: var(--main-color);
	padding: 10px;
	border-radius: 30px;

}

.top-event-link .change {
	background-color: var(--sub-color);
}

.top-event-link a:link {
	color: #fff !important;
	padding: 10px;
	display: block;
	transition: 0.5s;
}

.top-event-link a:hover {
	background-color: var(--main-color2);
	color: #000;
}

.top-event-link a:visited {
	color: #fff !important;
}

/********施工事例*************/
.top-tt {
	text-align: center;
	color: var(--sub-color);
	font-weight: 600;
}

.top-tt span {
	border-bottom: solid 1px var(--sub-color);
	font-size: clamp(1.375rem, 0.864rem + 0.68vw, 1.375rem);
	padding-bottom: 7px;
	margin-bottom: 5px;
}

.top-tt p {
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	padding-top: 10px;
}


.works-flex {
	display: flex;
	flex-wrap: wrap;
	margin:0 0 50px;
	gap:20px 2%;
}

.top-w-box {
	width: calc(32% - 2px);
	border: solid 1px #8d8d8d;
}

.top-w-box img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	object-fit: cover;
}

.top-w-box .top-w-box-tt {
	background-color: var(--main-color);
	color: #fff;
	text-align: center;
	padding: 7px 0;
	margin-top: -10px;
	transition:0.5s all;
}
.top-w-box:hover .top-w-box-tt {
	background-color: var(--main-color2);	
}
.top-w-box-text {
	padding: 7px;
	font-size: 15px;
}


.top-w-link {
	width: 220px;
	text-align: center;
	background-color: var(--main-color);
	margin: 20px auto;
	border-radius: 30px;
}

.top-w-link a:link {
	color: #fff !important;
	padding: 15px;
	display: block;
	transition: 0.5s;
	border-radius: inherit;
}

.top-w-link a:hover {
	background-color: var(--sub-color);
	color: #000;
}

.top-w-link a:visited {
	color: #fff !important;
}

#top-lineup{
	margin: 0px auto;
	padding: 20px 10px;
	max-width: 1400px;
	background: #FFFFFF;
	text-align: left;
}

#top-plan {
	margin-top: 25px;
	margin-bottom: 50px;
	display: flex;
	flex-wrap: wrap;
	gap:0 2%;
}

.top-plan-box {
	width: 32%;
}

.top-plan-box img {
	width: 100%;
	height: auto;
}

.top-plan-box .tt {
	background-color: var(--sub-color);
	color: #fff;
	font-size: clamp(1rem, 0.955rem + 0.23vw, 1.125rem);
	padding: 15px;
	text-align: center;
}


.top-plan-box {
	position: relative;
	z-index: 1;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

.top-plan-box a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

.top-plan-box:hover {
	transition: 1.0s;
	filter: alpha(opacity=70);
	/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";
	/* IE 8,9 */
	-moz-opacity: 0.7;
	/* FF , Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
	opacity: 0.7;
	zoom: 1;
	/*IE*/
}
#contents-waku{
	padding-top:50px;
}

#top-contents ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 40px auto 0;
	list-style: none;
}

#top-contents li {
	width: 31%;
	height: 245px;
	border-radius: 6px;
}

#top-contents li:nth-of-type(1n+4) {
	margin-top: 20px;
}

#top-contents li a {
	display: flex;
	flex-direction: column;
	align-items: center;
	width: 100%;
	height: 100%;
	text-decoration: none;
	padding: 20px;
	box-sizing: border-box;
	background-color: #9e9f9c;
}

#top-contents li:nth-child(1) a {
	background: url(../../../../image/contents/c01.webp) no-repeat center / cover;
}

#top-contents li:nth-child(2) a {
	background: url(../../../../image/contents/c02.webp) no-repeat center / cover;
}

#top-contents li:nth-child(3) a {
	background: url(../../../../image/contents/c03.webp) no-repeat center / cover;
}

#top-contents li:nth-child(4) a {
	background: url(../../../../image/contents/c04.webp) no-repeat center / cover;
}

#top-contents li:nth-child(5) a {
	background: url(../../../../image/contents/c05.webp) no-repeat center / cover;
}

#top-contents li:nth-child(6) a {
	background: url(../../../../image/contents/c06.webp) no-repeat center / cover;
}

#top-contents li figure {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	min-height: 64px;
}

#top-contents li a h3 {
	margin-top: 10px;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	text-align: center;
	flex: auto;
	color: #fff;
	transition: 0.5s;
}



#top-contents li a span {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 34px;
	background: var(--sub-color);
	color: #fff;
	border-radius: 3px;
	transition: 0.5s;
}

#top-contents li a:hover span {
	background: var(--main-color2);
}

#top-contents img {
	width: 100px;
	height: 100px;
}





/**************************************************************
施工事例詳細
**************************************************************/
.worksdetail {
	display: flex;
	flex-wrap: wrap;
}

.worksdetail-l {
	width: 60%;
}
.worksdetail-l  img{
	width:100%;
	height:auto;
}
.worksdetail-r {
	width: 36%;
	line-height: 190%;
	padding: 0 2%;
}

.worksdetail-r-tt {
	font-size: clamp(1rem, 0.864rem + 0.68vw, 1.375rem);
	font-weight: 600;
	margin-bottom: 25px;
	border-bottom: dashed 1px #ccc;
	padding-bottom: 10px;
	line-height: 150%;
}

/**************************************************************
イベント情報
**************************************************************/

.sub-event {
	overflow: hidden;
	padding: 20px 0;
	border-bottom: dotted 1px #ccc;
}

.sub-event .tt {
	background-color: #999;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	padding: 10px;
}

.sub-event-l {
	width: 400px;
	margin: 15px;
	float: left;
	height: 280px;
	text-align: center;
}

.sub-event-l img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.sub-event-r {
	width: 540px;
	margin: 15px 15px 15px 0px;
	float: right;
}

.sub-event-r-tt {
	font-size: 20px;
	padding: 7px;
	border-bottom: dotted 1px #ccc;
	margin-bottom: 10px;
	font-weight: bold;
}

.sub-event-r-text {
	padding: 7px;
	line-height: 190%;
	font-size: 15px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 15px;
}

.sub-event-r-text2 {
	padding: 7px;
	line-height: 180%;
	font-size: 14px;
	border-bottom: dotted 1px #ccc;
	padding-bottom: 10px;
}

.sub-event-link {
	text-align: right;
	margin-top: 15px;
}

.sub-event-link img {
	width: 200px;
	height: auto;
}


/*イベント情報---------------------------------------------------*/

.event-line {
	overflow: hidden;
	clear: both;
	padding: 40px 15px;
	border-bottom: dotted 1px #ccc;
}

.event-line2 {
	overflow: hidden;
	clear: both;
	padding: 15px 15px;
	border-bottom: dotted 1px #ccc;
	display: flex;
	flex-wrap: wrap;
}

.event-line-l {
	width: 48%;
	margin-right: 2%;
}

.event-line-l img {
	width: 100%;
	height: auto;
}

.event-line-r {
	width: 50%;
}

.event-ttt {
	padding: 10px;
	background-color: var(--sub-color);
	color: #fff;
	font-size: 18px;
	margin-bottom: 15px;
}


.event-line2 .line,
.top-event-r-text .line {
	padding: 10px 0;
	font-weight: 500;
	border-bottom: dotted 1px #ccc;
	font-size: 16px;
}

.event-line2 .line2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.event-line2 .linebotan img {
	width: 50%;
	height: auto;
}

.event-line2 .line-t,
.top-event-r-text .line-t {
	background-color: #565656;
	padding: 7px;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}


.event-line .line {
	padding: 10px 0;
	font-weight: 500;
	border-bottom: dotted 1px #ccc;
	font-size: 16px;
}

.event-line .line2 {
	margin-top: 15px;
	margin-bottom: 15px;
}

.event-line .linebotan img {
	width: 50%;
	height: auto;
}

.event-line .line-t {
	background-color: #565656;
	padding: 7px;
	font-weight: 500;
	color: #fff;
	font-size: 12px;
	margin-right: 15px;
	border-radius: 5px;
	/* CSS3草案 */
	-webkit-border-radius: 5px;
	/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	/* Firefox用 */
}

.yoyaku-botan {
	margin-top: 50px;
	margin-bottom: 50px;
	text-align: center;
}

.yoyaku-botan img {
	width: 400px;
	height: auto;
}

.ee-come {
	padding: 20px 0;
}



/**************************************************************
土地情報
**************************************************************/

#land .dai {
	background-color: #f2f2f2;
	text-align: center;
}

.land-flex {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	border-bottom: solid #555 1px;
}

.land-flex .basho,
.land-flex .youto,
.land-flex .tsubo {
	width: 13%;
	padding: 7px 1%;
	margin-top: 7px;
	border-right: 1px solid #555;
}

.land-flex .info {
	flex: 1;
	padding: 7px 1%;
	margin-top: 7px;
}

.land-message {
	margin: 0 auto;
	text-align: center;
	max-width: 640px;
	background-color: #f2f2f2;
	padding: 20px;

}

/*よくある質問------------------------------------------------------*/
#faq{
	max-width:1000px;
	margin-inline:auto;
}

.faq-line {
	padding: 10px;
	border-bottom: dotted 1px #ccc;
}

.faq-line .tt {
	font-size: 18px;
	border-bottom: solid 1px #000;
	padding: 10px 0px;
	margin-bottom: 20px;
}

.faq-botan {
	text-align: center;
	margin: 0 0 20px;
	display: flex;
	justify-content: center;
}


.faq-botan .bt {
	width: 30%;
	margin: 0 1%;
	padding: 15px 0;
}

.faq-botan a {
	display: block;
	text-align: center;
	background-color: var(--main-color);
	line-height: 50px;
	border-radius: 20px;
}

.faq-botan a:link {
	color: #fff !important;
	padding: 6px;
	display: block;
	transition: 0.5s;
}

.faq-botan a:hover {
	background-color: var(--main-color2);
	color: #000;
}

.faq-botan a:visited {
	color: #fff !important;
}




/*SEO用のカスタム投稿ページ-------------------------------------*/

.seo-mainimage {
	margin-bottom: 20px;
}

.seo-mainimage img {
	width: 100%;
	height: auto;
}

.seo-text {
	display: flex;
	margin-bottom: 30px;
}

.seo-text-text {
	/*width:63%;*/
	padding-right: 2%;
}

.seo-text-img {
	min-width: 35%;
	max-width: 35%;
}

.seo-text-img img {
	width: 100%;
	height: auto;
}

/*お問い合わせフォーム-----------------------------------*/
.apply-mes {
	padding: 30px 15px;
	background-color: #f2f2f2;
	margin-bottom: 40px;
	margin-top: 40px;
	text-align: center;
	font-weight: 600;
	line-height: 180%;
}

.midashi-apply {
	width: 100%;
	font-size: clamp(18px, 4vw, 30px);
	padding: 10px 0;
	margin: 20px 0;
	text-align: center;
	color: var(--main-color);
	font-weight: 600;
}

.midashi-apply span {
	position: relative;
}

.midashi-apply span::before {
	content: '';
	display: inline-block;
	position: absolute;
	left: -30px;
	top: -10px;
	width: 3px;
	height: 70px;
	background-color: var(--main-color);
	transform: rotate(-35deg);
}

.midashi-apply span::after {
	content: '';
	display: inline-block;
	position: absolute;
	right: -30px;
	top: -10px;
	width: 3px;
	height: 70px;
	background-color: var(--main-color);
	transform: rotate(35deg);
}


/*apply------------------------------------------------------------*/

#apply-frame {
	max-width: 1000px;
	margin: 0 auto;
}

#apply-frame .acceptance-0 {
	display: block;
	padding-top: 20px;
}

#apply-frame * {
	box-sizing: border-box;
}

.apply-line {
	overflow: hidden;
	padding: 15px;
	border-bottom: dashed 1px #ccc;
	text-align: left;
	display: flex;
	flex-wrap: wrap;
}

.apply-line-l {
	width: 30%;
	font-weight: bold;
}

.apply-line-r {
	width: 70%;
}


.hissu {
	color: #FF0004;
	font-size: 14px;
}

/* テキストフォームの設定 */
.wpcf7-text {
	padding: 10px 1%;
	width: 90%;
	color: #636063;
	background-color: #F9F9F9;
	border: solid 1px #CCCCCC;
}

/* テキストフォームのフォーカス時の設定 */
.wpcf7-text:focus {
	background-color: #FFFFCC;
}

/* テキストエリアの設定 */
.wpcf7-textarea {
	padding: 10px 1%;
	width: 90%;
	height: 100px;
	color: #636063;
	background-color: #F9F9F9;
	border: solid 1px #CCCCCC;
}

/* テキストエリアのフォーカス時の設定 */
.wpcf7-textarea:focus {
	background-color: #FFFFCC;
}

/* 送信ボタンの設定 */
.wpcf7-form-control.wpcf7-submit {
	display: block;
	width: 250px;
	border: none;
	padding: 20px 10px;
	background-color: var(--main-color);
	color: #fff;
	font-size:18px;
}

/* 送信ボタンのフォーカス時の設定 */
.wpcf7-form-control.wpcf7-submit:hover {
	filter: alpha(opacity=80);
	opacity: .6;
	-moz-transition: all 0.7s ease;
	-webkit-transition: all 0.7s ease;
}

/* リストの縦並び（チェックボックス・ラジオ） */
span.wpcf7-list-item {
	display: block !important;
}

.wpcf7-list-item input {
	width: 20px;
	height: 20px;
}

.apply-line-r .wpcf7-list-item {
	margin: 5px 0 5px 0px;
}

/* セレクト */
select {
	padding: 10px;
	width: 300px;
	color: #636063;
	background-color: #F9F9F9;
	border: solid 1px #CCCCCC;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {
	overflow: hidden;
}

.apply-ck {
	text-align: center;
	margin-bottom: 30px;
	margin-top: 10px;
}

/*********************
 TELボタン
*********************/

.contact-set-kotei {
	display: flex;
	margin: 0 auto;
	flex-wrap: wrap;
	text-align: center;
}

}

.contact-set-kotei a {
	margin: 0 1%;
}

.contact-set-kotei .c-kotei {
	width: 800px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	background-color: #fff;
	font-size: clamp(16px, (0.5rem + 1vw), 20px);
	font-weight: 600;
	padding: 20px 0;
	margin: 2% auto;
	text-align: center;
	border-radius: 20px;
	align-items: center;
	border: 5px #eee solid;
}

.contact-set-kotei .button {
	position: relative;
	width: 90%;
	display: inline-block;
	padding: 20px 0;
	background-color: #fff;
	color: #000;
	text-align: center;
	font-size: clamp(16px, (1rem + 3vw), 46px);
	transition: 0.5s;
}

.contact-set-kotei .button::before,
.contact-set-kotei .button::after {
	position: absolute;
	top: 50%;
	right: .2em;
	content: '';
	margin-top: -10px;
	border: 12px solid transparent;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-left-color: red;
}

.contact-set-kotei .button::after {
	opacity: 0;
	right: 1em;
}

.contact-set-kotei .button:hover::before {
	animation: arrowbefore .5s;
}

.contact-set-kotei .button:hover::after {
	animation: arrowafter .5s;
}

@keyframes arrowbefore {
	100% {
		right: -.4em;
		opacity: 0;
	}
}

@keyframes arrowafter {
	99% {
		right: .2em;
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.contact-set-kotei .button p {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 5px;
	line-height: 130%;
}

.contact-set-kotei .button img {
	width: 50px;
	height: auto;
	margin-right: 10px;
}

.contact-set-kotei .change {
	background-color: #fff;
	font-size: clamp(16px, (1rem + 1.5vw), 30px);
}

.contact-set-kotei .button:hover {
	color: var(--main-color);
}

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

.reason-box {
	width: 45%;
	padding: 1%;
	margin: 1%;
	border: solid 1px #ccc;
}

.reason-box img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}

.reason-box .ttt {
	background-color: var(--sub-color);
	color: #fff;
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	padding: 15px 10px;
	margin-bottom: 20px;
}


/*ご注文の流れ*/

.order-waku {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 35px;
	padding-bottom: 35px;
	border-bottom: dashed 1px #ccc;
}

.order-waku .l {
	width: 30%;
	padding: 1%;
}

.order-waku .l img {
	width: 100%;
	height: auto;
}

.order-waku .r {
	width: 66%;
	padding: 1%;
}

.order-waku .r .t1 {
	font-size: 20px;
	padding: 7px;
	background-color: #f2f2f2;
	margin-bottom: 15px;
	font-weight: 600;
}

.order-waku .r .t2 {
	font-size: 18px;
	padding: 5px;
	color: var(--main-color);
	margin-bottom: 5px;
	font-weight: 500;
}


/*company------------------------------------------------------------*/

#company{
	max-width:1100px;
	margin:0 auto;
}
.rinen {
	font-size: 16px;
	margin-bottom: 30px;
	text-align: center;
}

.message {
	padding: 10px;
	font-size: 15px;
	display: flex;
	flex-wrap: wrap;
	gap:20px 5%;
}

.message .img {
	width: 30%;
	height: auto;
}

.message .img img {
	width: 100%;
	height: auto;
}

.message .text {
	width: 65%;
	font-size:16px;
}

.message-name {
	margin-top: 30px;
	margin-bottom: 50px;
	text-align: right;
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
}

.message-name span {
	font-size: 20px;
	padding: 0 10px;
}


.company-line {
	padding: 20px 5px;
	border-bottom: dashed 1px #ccc;
	text-align: left;
	font-size: 15px;
	display:flex;
	flex-wrap:wrap;
}

.company-line a:link {
	color: var(--main-color);
	border-bottom: dotted 1px #ccc;
	text-decoration: none;
}

.company-line a:visited {
	color: var(--main-color);
	border-bottom: dotted 1px #ccc;
	text-decoration: none;
}

.company-line a:hover {
	color: var(--main-color);
	border-bottom: dotted 1px #ba0000;
	text-decoration: none;
}

.company-line a:active {
	color: var(--main-color);
	text-decoration: none;
}



.company-line li {
	list-style: square;
	list-style-position: inside;
}

.company-line-l {
	width: 25%;
	border-left: solid 5px var(--sub-color);
	font-size: 15px;
	font-weight: bold;
	padding-left:15px;
}

.company-line-r {
	width: 70%;
	border-left: solid 2px #ccc;
	line-height: 190%;
	padding-left:15px;
}

.tt-com {
	font-size: 18px;
	margin-bottom: 15px;
	font-weight: 600;
}


.eigyousho {
	overflow: hidden;
	clear: both;
	padding: 15px 0;
	margin-bottom: 15px;

}

.eigyousho-img {
	width: 300px;
	float: left;
}

.eigyousho-img img {
	width: 100%;
	height: auto;
}

.eigyousho-add {
	width: 650px;
	float: right;
}

.eigyousho-tt {
	border-bottom: solid 1px #ccc;
	font-size: 18px;
	padding: 5px;
	margin-bottom: 15px;
	font-weight: 600;
}

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

.map-flex a {
	display: block;
	width: 50%;
}

.map-flex img {
	width: 100%;
	height: auto;
}

/**************************************************************
カタログダウンロード
**************************************************************/
#panf-img-set {
	width: 1000px;
	margin: -15px auto 60px;
	display: flex;
}

#panf-img-set * {
	box-sizing: border-box;
}

#panf-img-set .wpcf7-form-control {
	width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	width: 20% !important;
	display: inline-block !important;
	margin-left: 0;
	margin-top: 20px;
}

#panf-img-set .wpcf7-list-item label {
	display: block;
	width: 100%;
	height: 280px;
	cursor: pointer;
	font-size: 20px;
}

#panf-img-set .wpcf7-list-item label::before {
	display: block;
	content: "";
	background: url(../../../../image/panf/01.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
	width: 100%;
	height: 240px;
}

#panf-img-set .wpcf7-list-item:nth-of-type(2) label::before {
	background: url(../../../../image/panf/02.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(3) label::before {
	background: url(../../../../image/panf/03.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(4) label::before {
	background: url(../../../../image/panf/04.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(5) label::before {
	background: url(../../../../image/panf/05.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(6) label::before {
	background: url(../../../../image/panf/06.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(7) label::before {
	background: url(../../../../image/panf/07.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(8) label::before {
	background: url(../../../../image/panf/08.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(9) label::before {
	background: url(../../../../image/panf/09.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(10) label::before {
	background: url(../../../../image/panf/sekou-jisseki.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}
#panf-img-set .wpcf7-list-item:nth-of-type(11) label::before {
	background: url(../../../../image/panf/10.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(12) label::before {
	background: url(../../../../image/panf/11.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(13) label::before {
	background: url(../../../../image/panf/12.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item:nth-of-type(14) label::before {
	background: url(../../../../image/panf/13.webp) no-repeat;
	background-size: auto 150px;
	background-position: 50% 75%;
}

#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	display: inline-block;
	text-align: center;
	width: 230px !important;
	padding-left: 35px;
}

#panf-img-set .wpcf7-list-item {
	cursor: pointer;
	position: relative;
}

#panf-img-set .wpcf7-list-item input {
	position: absolute;
	z-index: 10;
	width: 24px;
	height: 24px;
	bottom: 12px;
	margin-right: 8px;
}

#panf-img-set .wpcf7-list-item .wpcf7-list-item-label {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
}

#panf-img-set .wpcf7-form-control-wrap.checkbox-content .wpcf7-list-item {
	position: relative;
}




/**************************************************************
PLAN個別
**************************************************************/

.plan-brand-name {}

.plan-brand-name2 {
	margin-bottom: 20px;
	margin-top: 50px !important;
}


.plan-brand-name img {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	width: 200px;
	height: auto;
}

.plan-brand-name2 img {
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	width: 250px;
	height: auto;
}


.plan-brand-midashi {
	background-color: var(--sub-color);
	padding: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 14px;
	text-align: center;
	margin-bottom: 15px;
	height: 45px;
	line-height: 170%;
}

.plan-brand-midashi2 {
	background-color: var(--sub-color);
	padding: 10px;
	color: #fff;
	font-weight: 500;
	font-size: 16px;
	text-align: center;
	margin-bottom: 35px;
}

.apply-botan-plan {
	margin: 15px 0;
}

.apply-botan-plan img {
	width: 48%;
	margin: 1%;
	height: auto;
}

.plan-muchu-main {
	margin-bottom: 25px;
}

.plan-muchu-main img {
	width: 100%;
	height: auto;
}

.plan-waku-flex {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.plan-waku {
	width: 46%;
	margin: 2%;
}

.plan-waku-l {}

.plan-waku-l .tt {
	font-weight: 500;
	text-align: center;
}

.plan-waku-l .text {
	margin-top: 15px;
	padding: 0 7px;

}

.plan-waku-r {

	margin-bottom: 15px;
}

.plan-waku-r img {
	width: 100%;
	height: auto;
}

.plan-waku2 {
	margin: 10px 10px 25px;
	display: flex;
	flex-wrap: wrap;
}

.plan-waku-l2 {
	width: 48%;
	padding: 1%;
}

.plan-waku-r2 img {
	width: 100%;
	height: auto;
}


.plan-waku-r2 {
	width: 48%;
	padding: 1%;
}



.plan-ex {
	padding: 15px;
	background-color: #f2f2f2;
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	font-weight: 18px;
}

.plan-tokuchou {
	width: 450px;
	float: left;
	padding: 10px;

	margin: 10px;

}

.plan-tokuchou2-flex {
	display: flex;
	flex-wrap: wrap;
}

.plan-tokuchou2 {
	width: 46%;
	padding: 1%;
	margin: 1%;
	display: flex;
	flex-wrap: wrap;
	background-color: #EDFFFF;

}

.plan-tokuchou-l {
	max-width: 100px;
	margin: 0 auto;
}

.plan-tokuchou-l img {
	width: 100%;
	height: auto;
}


.plan-tokuchou-r {
	flex: 1;
	padding: 10px;

}

.plan-tokuchou-r .tt {
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 15px;
}

.plan-sankou {
	overflow: hidden;
	clear: both;
}

.plan-sankou-l {
	width: 500px;
	float: left;
}

.plan-sankou-l img {
	width: 100%;
	height: auto;
}

.plan-sankou-r {
	width: 490px;
	float: right;
}

.plan-midashi {
	background-color: #6A6A6A;
	color: #fff;
	padding: 5px;
	margin-bottom: 10px;
	margin-top: 7px;
}

.plan-line {
	overflow: hidden;
	padding: 5px;
	border-bottom: dotted 1px #ccc;
	font-size: 14px;
}

.plan-line-l {
	width: 100px;
	float: left;
}

.plan-line-r {
	width: 350px;
	float: right;
}

.plan-price {
	font-size: 36px;
}

.p-chui {
	margin-top: 15px;
	margin-bottom: 30px;
	font-size: 11px;
	display: flex;
	flex-wrap: wrap;
	line-height: 150%;
}

.p-chui-l {
	width: 48%;
	padding: 1%;
}

.p-chui-r {
	width: 48%;
	padding: 1%;
}

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

.plan-ff {
	width: 45%;
	margin: 2%;
}

.plan-ff img {
	width: 100%;
	height: auto;
}

.plan-ff .tt {
	background-color: var(--sub-color);
	color: #fff;
	font-size: 18px;
	padding: 15px;
	text-align: center;
}


.plan-ff {
	position: relative;
	z-index: 1;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

.plan-ff a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
	/* 必要であればリンク要素の重なりのベース順序指定 */
}

.plan-ff:hover {
	transition: 1.0s;
	filter: alpha(opacity=70);
	/* IE 6,7*/
	-ms-filter: "alpha(opacity=70)";
	/* IE 8,9 */
	-moz-opacity: 0.7;
	/* FF , Netscape */
	-khtml-opacity: 0.7;
	/* Safari 1.x */
	opacity: 0.7;
	zoom: 1;
	/*IE*/
}

/**************************************************************
工場
**************************************************************/
.factoy-text {
	padding: 10px 40px 30px;
}

.factory-img {
	padding: 10px 0;
	margin: 0 auto;
}

.factory-img img {
	width: 100%;
	height: auto;

}

.factory-flex {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.factory-box {
	width: 50%;
	padding: 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
}

.factory-box img {
	width: 100%;
	height: auto;
}

.factory-box h3 {
	font-size: 18px;
	font-weight: 600;
	margin: 20px 0;
}


/**************************************************************
Renovation
**************************************************************/

.reno-lead {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1100px;
	margin: 60px auto;

}

.reno-lead.reverse {
	flex-direction: row-reverse;
}

/* ↑リニューアル後はここまで不要 */
.reno-page>* {
	box-sizing: border-box;
}

.reno-page article {
	background: #fff8db;
	margin: 30px auto 0;
	padding: 30px;
	border-radius: 30px;
	display:flex;
	flex-wrap:wrap;
}

.reno-page img {
	width: 100%;
	height: auto;
	border-radius: 15px;
}
.reno-page img[src$="arrow.png"]{
	max-width:60px;
}
.reno-page li {
	list-style: none;
}

.reno-leadText {
	width: 50%;
	padding: 40px;
	font-size: 18px;
	line-height: 2;
	max-width: 450px;
}

.reno-leadText span {
	position: block;
	display: block;
	color: #f18e2c;
	font-size: 24px;
	padding-bottom: 10px;
}

.reno-leadImage {
	width: 50%;
}

.reno-planText {
	padding: 0 20px 40px;
	font-size: 18px;
	line-height: 2;
}

.reno-gallery ul {
	display: flex;
	justify-content: center;
	list-style: none;
	align-items: center;
	width:48%;
	gap:3%;
}

/*.reno-gallery ul li:nth-child(2) {
	width: 5%;
	padding: 0 1%;
}

.reno-gallery ul li:nth-child(1) {
	width: 45%;
}

.reno-gallery ul li:nth-child(3) {
	width: 45%;
}*/

.reno-wrap {
	display: block;
	width: 48%;
	margin: 0 auto;
	font-size: 16px;
}

.reno-wrap span.tax {
	font-size: 12px;
	font-weight: normal;
	display: inline-block;
}

.reno-wrap dt,
.reno-wrap dd {
	display: inline-block;
}

.reno-wrap dt {
	width: 20%;
	text-align: center;
	background: var(--main-color);
	color: #fff;
	margin: 10px 0 1px 0;
	padding: 5px;
	box-sizing: border-box;
	line-height:1.2;
}

.reno-wrap dd {
	width: 75%;
	margin-left: 8px;
}



/* #reno-nayami あなたの工場こんなお悩みありませんか？ */
#reno-nayami h2,
#reno-menu h2 {
	text-align: center;
	font-size: clamp(1.5rem, 1.136rem + 1.82vw, 2.5rem);
	line-height: 2;
	margin: 50px auto;
}

span.slash {
	display: block;
	position: relative;
}

span.slash::before,
span.slash::after {
	position: absolute;
	content: "／";
	display: inline-block;
	font-weight: 100;
}

span.slash::before {
	transform: translateX(-1em) rotate(90deg);
}

.reno-page .flex-3 {
	display: flex;
	flex-wrap:wrap;
	gap: 30px 3%;
}

#reno-nayami .nayami {
	width:29%;
	background: var(--sub-color);
	padding: 10px;
	border-radius: 20px;
	text-align: center;
	color: #fff;
}

/* #fukidashi-L すべて解決！ */
.fukidashi-L {
	width: 100%;
	padding: 20px;
	background: #FFF575;
	display: block;
	box-sizing: border-box;
	border-radius: 30px;
	margin-top: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

.fukidashi-L::before {
	content: "";
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border: 40px solid #FFF575;
	border-color: #FFF575 transparent transparent transparent;
	transform: translate(-50%, 0);
	top: 100%;
	left: 50%;
}

.fukidashi-L img {
	display: block;
	width: 30%;
	max-width: 300px;
	margin-right: 30px;
}

.fukidashi-L p.large {
	font-size: 30px;
	font-weight: bold;
}

.fukidashi-L p.small {
	font-size: 16px;
	margin-top: 10px;
	text-align: center;
}

/* 修繕メニュー */
#reno-menu img {
	border-radius: 0;
}

#reno-menu .r-menu {
	width:29%;
	border: 1px solid #ccc;
	background-color: #f7f7f7;
	padding: 10px;
}

#reno-menu .r-menu h3 {
	border: 1px solid #ccc;
	background: #fff;
	text-align: center;
	padding: 5px;
	font-size:clamp(0.813rem, 0.699rem + 0.57vw, 1.125rem);
}

#reno-menu .r-menu p {
	height: 3em;
	line-height: 1.5;
	margin-top: 0.5em;
}



#reno-menu .apply a {
	width: 49%;
	display: inline-block;
	text-align: center;
	color: #fff;
	background: var(--sub-color);
}

#reno-menu .apply a:hover {
	opacity: .7;
}

#reno-menu .apply a.web {
	background: var(--main-color);
}

/* #reno-apply */
#reno-apply {
	width: 100%;
	display: block;
	border: 3px solid var(--main-color);
	background: #f7f7f7;
	border-radius: 20px;
	padding: 30px;
	text-align: center;
	box-sizing: border-box;
}

#reno-apply h3 {
	color: var(--main-color);
	font-size: clamp(1.375rem, 1.148rem + 1.14vw, 2rem);
}

#reno-apply .contact-set p {
	width: 50%;
	font-size: 1.5em;
	font-weight: 600;
}

#reno-apply .contact-set p>a {
	display: block;
}

#reno-apply .contact-set p.tel a{
	font-size:clamp(2.25rem, 2.045rem + 1.02vw, 2.813rem);
	padding-top:17px;
}

#reno-apply .contact-set p>a.reno-bt {
	padding: 20px;
	background: var(--main-color);
	color: #fff;
	margin-top: 20px;
	border-radius: 10px;
	transition:0.5s all;
}

#reno-apply .contact-set p>a.reno-bt:hover {
	background: var(--main-color2);
}
#reno-apply .contact-set {
    margin: 50px auto 0;
}
