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

.mainviual{
  height: 40vh;
  width: 100%;
  position: relative;
  z-index: 0;
  background: url(../img/apartment_cleaning/main_01.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  & h1{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: fit-content;
    height: fit-content;
    color: #fff;
    text-shadow: 1px 1px 3px #3b3b3b;
    letter-spacing: 1px;
    line-height: 1.7;
    font-size: 200%;
    font-size: bolder;
    text-align: center;
  }
}



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

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

h2.cleaning_title {
	clear: both;
	text-align: center;
	letter-spacing: 2px;
	padding: 50px 0 80px 0;
	font-size: 150%;
	color: #535353;
	margin:0 auto;
	margin-top: 80px;
	margin-bottom: 15px;
  position: relative;
  padding: 0.25em 0.5em;
  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: 100%;
	max-width: 1100px;
}
.photo_01 img{
  width: 100%;
  height: auto;
  display: block;
}

.text_01{
  padding: 0 5px;
	letter-spacing: 1px;
  line-height: 1.7;
	color: #535353;
	text-align: justify;
}
.cleaning-box {
  display: flex;
  flex-direction: column;
  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 {
  display: block;
  width: 100%;
  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: 120%;
  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;
}

.cleaning-example {
  width: 100%;
  border-radius: 12px;
  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.1rem;
  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: 116%;
  line-height: 1.9;
  color: #F60;
  margin: 25px 0 10px;
  letter-spacing: 1px;
  text-align: center;
}

.photo_03{
	width: 100%;
}
.photo_03 img{
  display: block;
  width: 100%;
  height: auto;
}



.flow-steps {
  width: 100%;
  margin: 40px auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-wrap: wrap;
  counter-reset: step;
  position: relative;
  z-index: 0;
}
.flow-steps::before{
  content: '';
  width: 3px;
  height: 100%;
  background: linear-gradient(0deg, #F60, #ffd9bf);
  position: absolute;
  top: 0;
  left: 15%;
  z-index: -1;
}
.flow-steps li{
  width: 90%;
  margin: 0 auto 30px;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  background: linear-gradient(135deg, #0078d7, #00a2ff);
  font-size: 108%;
  letter-spacing: 1px;
  border-radius: 50px;
}
.flow-steps li span{
  display: block;
  background: #fff;
  color: #0078d7;
  font-weight: bold;
  padding: 5px 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.flow-steps li p{
  padding: 5px;
  color: #fff;
  font-weight: bold;
}
/* =======================================
	料金について
======================================= */
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: 95%;
	max-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: 10px 0 30px;
}

.btn-contact {
  display: block;
  width: fit-content;
  margin: 15px auto;
  padding: 14px 36px;
  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);
}
