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

.mainviual{
	width: 100%;
	height: 800px;
	background:url(../img/apartment_cleaning/main_01.jpg) center top no-repeat;
	position: relative;
}
h1.main_title{
	z-index: 100;
	text-align: center;
	line-height: 750px;
	color: #FFF;
	font-size: 350%;
	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;
}
/* =======================================
	ここまで告知バナー
======================================= */



.content{
	width: 100%;
	height: auto;
}

.center{
	width: 1100px;
	margin: 0 auto;
	position: relative;
	padding-bottom: 150px;
	clear: both;
}


.photo_01{
	margin-top: 50px;
	float: left;
}

.text_box{
	float: right;
	width: 600px;
	padding-top: 30px;
	margin-top: 10px;
}
h2{
	color: #099FE8;
	font-size: 190%;
}

p.text_01{
	line-height:1.8;
	letter-spacing:2px;
	color: #535353;
	font-size: 120%;
	text-align: justify;
}
	
	



.content_01{
	width: 100%;
	height: auto;
	padding-bottom: 50px;
}

h3{
	clear: both;
	width: 670px;
	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;
}
h3 {
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #535353;
  border-radius: 3px 0 3px 0;
}

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

h3:after {
  top: -12px;
  left: -12px;
}
h3:before {
  bottom: -12px;
  right: -12px;
}

ul.p_list{
	text-align: center;
	width: 100%;
	margin-bottom: 60px;
	display: flex;
	flex-wrap: wrap;
}

ul.p_list li{
	width: calc(95% / 4);
	margin-top: 15px;
	margin: 0 calc(5% / 8) 15px;
}
ul.p_list li img{
	width: 100%;
}

p.text_02{
	width: 77vw;
	margin: 0 auto;
	text-align: center;
	line-height: 1.8;
	letter-spacing: 1px;
	font-size: 130%;
	color: #FFF;
	background: #3093d8;
	padding: 15px;
	border-radius: 10px;
	border: 7px double #FFF;
}

span.text_007{
	font-weight: 800;
	letter-spacing: 2px;
	text-decoration: underline;
}


/* =======================================
	料金について
======================================= */
h3.sub_title_02{
	clear: both;
	width: 580px;
	padding-top: 50px;
	text-align: center;
	letter-spacing: 5px;
	padding: 50px 0 80px 0;
	font-size: 240%;
	color: #535353;
	margin: 0 auto;
	margin-bottom: 20px;
}
h3.sub_title_02 {
  position: relative;
  padding: 0.25em 1em;
  border: solid 2px #535353;
  border-radius: 3px 0 3px 0;
}

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

h3.sub_title_02:after {
  top: -12px;
  left: -12px;
}
h3.sub_title_02:before {
  bottom: -12px;
  right: -12px;
}
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;
}

p.fee_01{
	padding-top: 50px;
	text-align: center;
	font-size: 156.8%;
	letter-spacing: 2px;
}




/*漫画でわかる日常清掃ボタン*/
.btn{
	text-align: center;
	padding: 110px 0 150px 0;
		
}
.btn a{
	font-size: 22px;
	position: relative;
	letter-spacing: 2px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
  padding: 35px 0;
	padding-left: 70px;
	padding-right: 70px;
  background: #F00;
  transition: .4s;	
  border-radius: 10px;
  border: 3px solid #CCC;
}

.btn a:hover{
	padding-left: 15px;
	padding-right: 15px;
    background: #F60;
}

/*ご依頼についてボタン*/
.btn_01{
	text-align: center;
	padding: 110px 0 150px 0;
		
}
.btn_01 a{
	font-size: 20px;
	position: relative;
	letter-spacing: 2px;
  display: inline-block;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  text-shadow: 0 0 5px rgba(255, 255, 255, 0.73);
  padding: 15px 0;
	padding-left: 120px;
	padding-right: 120px;
  background: #45c5c5;
  transition: .4s;	
  border-radius: 10px;
  border: 3px solid #FF0;
}

.btn_01 a:hover{
	padding-left: 25px;
	padding-right: 25px;
    background: #F00;
    border: 3px solid #CCC;
}




ul.button-container {
	justify-content: center; /* 横方向の中央寄せ */
      align-items: center;     /* 縦方向の中央寄せ */
      display: flex;
      gap: 30px; /* ボタンの間の余白 */
    }

li.button a{
      padding: 20px 65px;
      background-color: #45c5c5;
      color: white;
      border: none;
      border-radius: 5px;
      cursor: pointer;
	  border:3px solid #FF0;
	  transition: .4s;
      border-radius: 10px;
}
li.button a:hover{
    background: #F00;
    border: 3px solid #CCC;
	
}
	
	
	
	
	
	
	