@charset "utf-8";
/* CSS Document */

.mainviual{
	width: 100%;
	height: 800px;
	background:url(../img/building_cleaning/mainvisual.jpg) center top no-repeat;
	position: relative;
}
h1.main_title{
	z-index: 100;
	text-align: center;
	line-height: 750px;
	color: #FFF;
	font-size: 250%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}

/*--====== パンくずリスト ======--*/
#pan_box{
	width:100%;
	height:35px;
	margin:0 auto;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
	background: #f1f1f1;
	color:#535353;
}
#pan_list{
	width:1100px;
	height:35px;
	color:#333;
	margin:0 auto;
}
/* リスト */
ol.topic-path {
list-style-type: none; /* リストマーク非表示 */
line-height:35px;
font-size:77%; /* 文字サイズ */
letter-spacing:2px;
}
/* リスト項目 */
ol.topic-path li {
display: inline; /* 項目を横並び */
}

ol.topic-path li.first{
	padding-left:40px;
}


ol.topic-path li.second{
	padding-left:5px;
}


ol.topic-path li.first {
	background-image:url(../img/top_pan.png) ;
	background-position:5% 0%; /*リストマーク左5％　上から５０％*/
	background-repeat:no-repeat;
}

/* リンクエリア */
ol.topic-path li a {
padding-right: 20px; /* 右パディング */
background: url(../img/navi-marker.gif) no-repeat right ; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color:#1b465b;
text-decoration:underline;
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover{
	color:#F30;
}
/*--====== ここまでパンくずリスト ======--*/


/* =======================================
	告知バナー
======================================= */
#auto-popup{
	position: fixed;
	width: 15% !important;
	max-width: 300px;
	min-width: 250px;
	right: 20px;
	bottom: 20px;
	z-index:9999;
}

.auto-popup {
	display: block;
    opacity: 0;
    text-decoration: none;
    transition: bottom 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
        opacity 500ms cubic-bezier(0.105, 0.295, 0.400, 1.275) 0ms,
        box-shadow 200ms ease 0ms,
        transform 200ms ease 0ms;
}
.auto-popup img{
	width: 100%;
}
.auto-popup-active {
    bottom: 2em;
    opacity: 1;
	border-radius:20px;
}
.auto-popup:hover {
    box-shadow: 0em 0em 0.3em 0em rgba(0, 0, 0, 0.5);
    transform: translate(0.1em, 0.1em);
}
.auto-popup-close {
    position: absolute;
    right: -0.5em;
    top: -0.8em;
	background-color: #000000;
    width: 2em;
    height: 2em;
    border-radius: 1em;
    transform: rotate(45deg);
    cursor: pointer;
    transition: transform 200ms ease 0ms,
        background-color 200ms ease 0ms;
}
.auto-popup-close:hover {
    background-color: #ff0000;
    transform: rotate(135deg);
}
.auto-popup-close-line:nth-child(odd) {
    position: absolute;
    width: 60%;
    height: 10%;
    left: 20%;
    top: 45%;
    background-color: #ffffff;
}
.auto-popup-close-line:nth-child(even) {
    position: absolute;
    width: 10%;
    height: 60%;
    left: 45%;
    top: 20%;
    background-color: #ffffff;
}
/* =======================================
	ここまで告知バナー
======================================= */



main{
	width: 100%;
	height: auto;
}

.center{
	width: 1100px;
	height: auto;
	margin: 0 auto;
	position: relative;
	clear: both;
}

h2.cleaning_title {
	clear: both;
	width: 900px;
	text-align: center;
	letter-spacing: 5px;
	padding: 50px 0 80px 0;
	font-size: 200%;
	color: #535353;
	margin:0 auto;
	margin-top: 80px;
	margin-bottom: 30px;
}
h2.cleaning_title {
  position: relative;
  padding: 0.25em 2em;
  border: solid 2px #535353;
  border-radius: 3px 0 3px 0;
}

h2.cleaning_title:before, h3:after {
  position: absolute;
  width: 10px;
  height: 10px;
  border: solid 2px #535353;
  border-radius: 50%;
}

h2.cleaning_title:after {
  top: -12px;
  left: -12px;
}
h2.cleaning_title:before {
  bottom: -12px;
  right: -12px;
}


.photo_01{
	width: 1100px;
	height: 510px;
	background: #99C;
}

.text_01{
	font-size: 116%;
	letter-spacing: 2px;
	color: #535353;
	text-align: justify;
}
.cleaning-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1100px;
  margin: 40px auto;
  gap: 30px;
}

.cleaning-box .photo_02 {
  flex: 1;
}

.cleaning-box .photo_02 img {
  width: 500px;
  height: auto;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.cleaning-text {
  flex: 1;
}

.cleaning-text ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.cleaning-text li {
  font-size: 140%;
  margin-bottom: 15px;
  padding-left: 20px;
  position: relative;
  line-height: 1.7;
  letter-spacing: 1px;
}

.cleaning-text li::before {
  content: "✔";
  color: #1e90ff;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}

.cleaning-text strong {
  color: #e63946;
  font-weight: 700;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .cleaning-box {
    flex-direction: column;
    text-align: center;
  }
  .cleaning-text {
    margin-top: 20px;
  }
}



.cleaning-example {
  max-width: 1100px;
  margin: 50px auto;
  padding: 30px 40px;
  background: #f9fafc;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08);
  position: relative;
}

.cleaning-example h3 {
  font-size: 2rem;
  margin-bottom: 25px;
  color: #1a3d7c;
  border-left: 6px solid #1e90ff;
  padding-left: 12px;
}

.cleaning-example ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
}

.cleaning-example li {
  font-size: 1.5rem;
  line-height: 1.8;
  margin-bottom: 15px;
  padding-left: 50px;
  position: relative;
}

.cleaning-example li::before {
  content: "✔";
  color: #1e90ff;
  font-weight: bold;
  position: absolute;
  left: 20px;
  top: 0;
}

.cleaning-example p {
  font-size: 156%;
  line-height: 1.9;
  color: #F60;
  margin-top: 25px;
  letter-spacing: 1px;
  text-align: center;
}

.photo_03{
	width: 510px;
	height:380px;
	position:absolute;
	top: 50px;
	right: 60px;
}



.flow-steps {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  counter-reset: step;
}

.flow-steps li {
  position: relative;
  flex: 1;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  padding: 20px 10px;
  background: #f7f9fc;
  border-radius: 12px;
  margin: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  counter-increment: step;
}

.flow-steps li::before {
  content: counter(step);
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background: #0078d7;
  width: 40px;
  height: 40px;
  margin: 0 auto 10px;
  border-radius: 50%;
  line-height: 40px;
}

.flow-steps li::after {
  content: "→";
  position: absolute;
  right: -25px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.5rem;
  color: #0078d7;
  z-index:9999;
}

.flow-steps li:last-child::after {
  content: "";
}




/* =======================================
	料金について
======================================= */
span.big_stitle{
	font-weight: 800;
	font-size: 131%;
	color: #09C;
}

p.fee{
	text-align: center;
	font-size: 156.8%;
	letter-spacing: 2px;
}
span.red{
	color: red;
}

td.t_box{
	width: 550px;
	height: 50px;
	text-align: center;
	font-size: 131%;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: 800;
	background: #09C;
	
}
td.t_box_01{
	height: 40px;
	text-align: center;
	font-size: 116%;
	letter-spacing :2px;
	color: #535353;
	font-weight: 800;
}
td.t_box_02{
	width: 1100px;
	height: 50px;
	text-align: center;
	font-size: 131%;
	letter-spacing: 2px;
	color: #FFF;
	font-weight: 800;
	background: #09C;
	
}
table , td, th {
	border: 1px solid #CCC;
	border-collapse: collapse;
	padding: 15px;
}
td, th {
	padding: 3px;
	width: 30px;
	height: 25px;
}




.contact-cta {
  text-align: center;
  font-size: 1.2rem;
  margin: 40px 0;
}

.btn-contact {
  display: inline-block;
  padding: 14px 36px;
  margin-top: 15px;
  background: linear-gradient(135deg, #0078d7, #00a2ff);
  color: #fff;
  font-size: 1.1rem;
  font-weight: bold;
  text-decoration: none;
  border-radius: 50px;
  box-shadow: 0 5px 15px rgba(0, 122, 204, 0.3);
  transition: all 0.3s ease;
}

.btn-contact:hover {
  background: linear-gradient(135deg, #005fa3, #0088cc);
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(0, 122, 204, 0.5);
}








/* 関連サービスリンクスタイル */
.related-links {
  margin: 40px auto;
  padding: 30px;
  background: #f9fafc;
  border-radius: 12px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  max-width: 900px;
}

.related-links h3 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #333;
  text-align: center;
  font-weight: 600;
}

.related-links ul {
  list-style: none;
  padding: 0;
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

.related-links ul li {
  flex: 1 1 250px;
}

.related-links ul li a {
  display: block;
  padding: 15px 20px;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(135deg, #1d72b8, #2898e0);
  border-radius: 8px;
  box-shadow: 0 3px 6px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}

.related-links ul li a:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.2);
  background: linear-gradient(135deg, #2898e0, #1d72b8);
}

/* CTA風セクション */
.cta-section {
  margin: 60px 0 0;
  padding: 60px 20px;
  background: linear-gradient(135deg, #1d72b8, #2898e0);
  color: #fff;
  text-align: center;
}

.cta-section h3 {
  font-size: 2rem;
  margin-bottom: 20px;
  font-weight: 700;
}

.cta-section .cta-text {
  font-size: 1.1rem;
  margin-bottom: 40px;
  line-height: 1.6;
}

.cta-section .cta-links {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
}

.cta-section .cta-links li {
  flex: 1 1 250px;
  max-width: 280px;
}

.cta-section .cta-links a {
  display: block;
  padding: 15px 25px;
  border-radius: 50px;
  background: #fff;
  color: #1d72b8;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
  transition: all 0.3s ease;
}
.cta-section .cta-links li:first-of-type span{
  color: #1d72b8;
}
.cta-section .cta-links li:last-of-type span{
  color: #F60;
}

.cta-section .cta-links a:hover {
  background: #f1f5f9;
  transform: translateY(-4px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.25);
}
