@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
レスポンシブ02 ブルー 1カラム
---------------------------------------------------------------*/

body {
  font-size:18px;
  color: #222;
  line-height: 1.5;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}

#mainContents {
  padding-bottom: 0;
}

/*--------------------------------------------------------------
変数
---------------------------------------------------------------*/
:root {
  --color-main: #17cfdd;
  --color-main-dark: #15b8bc;
  --color-main-deep: #046466;
  --color-link: #19aff9;
  --color-link-hover: #1895c6;
}

/*--------------------------------------------------------------
pankuz
---------------------------------------------------------------*/
#pankuz p {
  font-size: 0.78em;
  line-height: 1;
  text-align: right;
  background: transparent;
  margin: 0;
  padding: 16px;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  padding-left: calc(50vw - 49%);
  padding-right: calc(50vw - 49%);
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: var(--color-link);
  font-weight: 500;
}
a:hover {
  color: var(--color-link-hover);
}
a.btn {
  color: #fff;
  background: var(--color-main-dark);
}
a.btn:hover {
  color: #fff;
  background: var(--color-main-deep);
}

/*--------------------------------------------------------------
フリーダイアル
---------------------------------------------------------------*/
a.tel-link {
  font-size: 1.2em;
  font-weight: 900;
  text-decoration: none;
  color: #222;
}
a.tel-link::before {
  content: "";
  background-image: url("/materials/177692489997101.png");
  display: inline-block;
  width: 2.0em;
  height: 0.8em;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
a.tel-link:hover {
  color: #1895c6;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_body {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  height: 100%;
}
#title #title_outer {
  width: 96%;
  position: relative;
  background: url("/materials/177681913430602.png") right center no-repeat;
  background-size: 300px;
}
#title_outer h1 {
  width: 342px;
  height: 50px;
  margin: 0;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/177681913430601.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin:0;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu {
  background: var(--color-main);
}
#topMenu .topMenu li a {
  font-size: 0.9em;
  font-weight: 500;
  color: #fff;
}
#topMenu_outer .topMenu li a:hover {
  background: #15b8bc;
}
#topMenu_outer .topMenu li a:after {
  background: #fff;
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: var(--color-main);
  margin-top: 40px;
}
#footer_body .topMenu li a, #footer_body .services li a {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: transparent;
  border-bottom: 1px solid #fff;
}
#footer_body .copyright {
  background: var(--color-main);
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: var(--color-main);
}
ul.topics li p.more a {
  background: var(--color-main-dark);
}
#mainTopics .listview a {
  font-size: 0.9em;
  background: var(--color-main-dark);
}
ul.topics li p.more a:hover, #mainTopics .listview a:hover {
  background: var(--color-main-deep);
}
ul.topics li h3 a {
  color: var(--color-link);
}
ul.topics li h3 a:hover {
  color: var(--color-link-hover);
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  padding-right: 2%;
  padding-left: 2%;
  background: var(--color-main-dark);
  margin-bottom: 0;
}
#mainTopics h2:after, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  background: var(--color-main);
}
.article h4:before {
  background: var(--color-main-dark);
}
.article h5 {
  border-left: 4px solid var(--color-main-dark);
}

/*--------------------------------------------------------------
段落・余白
---------------------------------------------------------------*/
.article p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
文字装飾
---------------------------------------------------------------*/
p.leadCopy, .leadCopy {
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1.6;
  margin-bottom: 1.0em;
}
p span.num {
  display: inline-flex;
  width: 1.6em;
  height: 1.6em;
  align-items: center;
  justify-content: center;
  background: var(--color-main);
  border-radius: 999px;
  color: #fff;
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1.0;
}
p sup {
  font-size: 0.6em;
  position: relative;
  vertical-align: top;
  top: 0.5em;
}

/*--------------------------------------------------------------
こんなお悩みありませんか
---------------------------------------------------------------*/
.article.full.worries {
  background: url("/materials/177683555186601.jpg") no-repeat center;
}
.article.full.worries h3 {
  padding: 0.5em 1.5em;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 999px;
  margin-bottom: 30px;
}
.article.full.worries h3:after {
  margin:5px auto;
}
.worries ul.check {
  padding: 1.2em 1.2em 1.2em 2.7em;
  margin-bottom: 50px;
  background: rgba(255, 255, 255, 0.8);
}
.worries ul.check li {
  font-size: 1.0em;
  margin-bottom: 0.5em;
  padding-bottom: 0.35em;
  border-bottom: 3px dotted var(--color-main);
}
ul.check li:before {
  width: 0.8em;
  top: 0.5em;
  border-left: 4px solid #e54d0a;
  border-bottom: 4px solid #f99528;
}

/*--------------------------------------------------------------
おすすめ
---------------------------------------------------------------*/
.article.col3.recommend {
  background: var(--color-main);
}
.article.col3.recommend .article_center .image {
  margin-bottom: 0.5em;
}
.article.col3.recommend h5 {
  display: flex;
  align-items: center;
  min-height: 3.0em;
  margin: 0 10px 10px 10px;
  padding: 0 0 0 4.7em;
  border-left: none;
  background: url("/materials/177691611153201.png") no-repeat center left / 4.5em;
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn .gallery_grid3 li.galleryGrid {
  width: 32%;
  background: var(--color-main);
  margin: 0 0.5% 15px;
  border-radius: 6px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 5px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 96%;
  margin: 12px auto 0 auto;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image a {
  display: block;
  padding-bottom: 50px;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(100% - 40px);
  height: 50px;
  border-radius: 4px;
  position: absolute;
  left: 20px;
  bottom: 0;
  font-size: 0.9em;
  color: #fff;
  font-weight: bold;
  line-height: 1.25;
  background: var(--color-blk);
  padding: 0 8px;
  pointer-events: none;
}
.gallery.guideBtn ul.galleryGrids .comment::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: #fff;
  font-weight: bold;
  margin-left: 6px;
}

/*--------------------------------------------------------------
ご利用の流れ　col3
---------------------------------------------------------------*/
.article.col3.flow {
  flex-basis: 30%;
}
.article.col3.flow p {
  margin-bottom: 0.5em;
}

/*--------------------------------------------------------------
料金表テーブル
---------------------------------------------------------------*/
.article table.priceTbl {
  width: 100%;
}
.article table.priceTbl td.price-cell {
  width: 30%;
  text-align: center;
}

/*--------------------------------------------------------------
サービスメニューボタン
---------------------------------------------------------------*/
ul.list-btn-wrap {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}
ul.list-btn-wrap li {
  flex: 0 0 calc(50% - 10px);
}

/*--------------------------------------------------------------
ハウスクリーニング　除菌仕上げバッジ
---------------------------------------------------------------*/
.article h5.jokin {
  border-left: none;
  padding-left: 0;
  margin-bottom: 0.5em;
}
.article h5.jokin span {
  display: inline-flex;
  padding: 0.25em 0.7em;
  color: #000;
  background: #f9e41c;
  border-radius: 4px;
  justify-content: center;
  margin-right: 0.3em;
}

/*--------------------------------------------------------------
ハウスクリーニング料金表テーブルのみの記事
---------------------------------------------------------------*/
.article.price-table h5 {
  margin-top: 0;
}

/*--------------------------------------------------------------
汎用テーブル
---------------------------------------------------------------*/
.article table.normalTbl {
  font-size: 1em;
}
.article table.normalTbl th {
  background: #f9f9f9;
}
p.estimate-info {
  display: flow-root;
  line-height: 1.6;
  padding: 0.25em 0.6em 0.35em;
  border: 1px solid #ccc;
  background: #f7f7f7;
  text-align: center;
}
p.estimate-info span {
  display: inline-block;
}

/*--------------------------------------------------------------
代表挨拶
---------------------------------------------------------------*/
.article.greeting .image {
  width: 40%;
}
.article.greeting p {
  display:flow-root;
  max-width: 58%;
}
.article.greeting p.signature {
  line-height: 1.6;
  font-weight: 500;
  text-align: right;
}

/*--------------------------------------------------------------
お問い合わせ方法
---------------------------------------------------------------*/
.article.contact-method h5 {
  margin-top: 0;
}
.article.contact-method .image {
  width: 120px;
  height: 120px;
  background-color: var(--color-main);
}
.article.contact-method a.tel-link{
  font-size: 1.5em;
}
ul.ps {
  font-size: 0.8em;
}
/*個人情報*/
.article.privacy.bg {
  background: #f9f9f9;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
サイドお問い合わせセクション
---------------------------------------------------------------*/
.sideContents {
  padding: 0;
}
.sideContact-section {
  width: 100vw;
  margin: 0 calc(50% - 50vw) 40px;
  padding: 40px;
  background: url("/materials/177692340370401.jpg") no-repeat center;
  background-size: cover;
}
.sideContact-section h3 {
  margin-top: 0;
}
.sideContact-section h3:after {
  margin: 18px auto;
}
.sideContact_inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 30px 50px 50px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 8px;
  text-align: center;
}
.sideContact_inner p {
  margin-bottom: 1.0em;
}
.sideContact_inner a.tel-link {
  font-size: 2.0em;
}

/*-------------------------------------------------------
QR
-------------------------------------------------------*/
.sideContents .sideMobile p {
  color: #333;
  text-align: center;
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.05em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: var(--color-main-dark);
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 60%;
  min-width: 420px;
  margin: 0 auto 20px;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:#fff;
  font-weight:bold;
  line-height:1.0;
  margin-right:10px;
  display:inline-block;
  vertical-align:middle;
  transform:translateY(-2px);
}
a.btn-mailform::after {
  font-family:"Font Awesome 5 Free";
  content:"\f105";
  color:#fff;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color: #fff;
  background: var(--color-main-deep);
}

/*-------------------------------------------------------
問い合わせフォーム
-------------------------------------------------------*/
#mainArticles form, #mainBlogCommentForm form {
  background: var(--color-main);
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  background: var(--color-main);
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td {
  background: #eaf4fc;
}
#mainArticles table.contactTable input.button, #mainBlogCommentForm table.contactTable input.button {
  background: var(--color-main-dark);
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  margin-bottom: 30px;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
800px以下
-------------------------------------------------------*/
@media only screen and (max-width: 800px) {
  /*title*/
  #title, #title #title_outer, #title_body {
    height: 10vw;
    min-height: 100px;
  }
  #title #title_outer {
    background-size: 35vw;
  }
  #title_outer h1 {
    width: 40vw;
    height: 5.8vw;
  }
  /*サービスの流れ*/
  .article.col3.flow {
    flex-basis: 50%;
  }
  /*料金表テーブル*/
  .article table.priceTbl td.price-cell {
    width: 50%;
  }
  /*代表挨拶*/
  .article.greeting .image {
    float: none;
    margin: 0px auto 1em;
  }
  .article.greeting p {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}

/*-------------------------------------------------------
600px以下
-------------------------------------------------------*/
@media only screen and (max-width: 600px) {
  /*title*/
  #title, #title #title_outer, #title_body {
    height: 12vw;
    min-height: 56px;
  }
  #title #title_outer {
    background: none;
  }
  #title_outer h1 {
    width: 55vw;
    height: 8vw;
  }
  /*toggle*/
  #toggle {
    background-color: var(--color-main);
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    font-size: 1.5em;
  }
  #mainTopics h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.35em;
  }
  /*お悩み*/
  .article.full.worries .image {
    width: 70%;
  }
  .article.full.worries h3 {
    margin-top: 1.0em;
  }
  /*おすすめサービス*/
  .article.col3.recommend {
    flex-basis: 94%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 4%;
  }
  /*サイト案内*/
  .gallery.guideBtn .gallery_grid3 li.galleryGrid {
    width: 100%;
  }
  /*お問い合わせメールフォームボタン*/
  a.btn-mailform {
    width: 100%;
    min-width: unset;
  }
  /*料金表テーブル*/
  .article table.priceTbl th, .article table.priceTbl td.price-cell {
    display: block;
    width: 100%;
  }
  /*-------------------------------------------------------
  画面下部固定のリンクパーツ
  -------------------------------------------------------*/
  #bottomLink{
    display: block;
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    z-index:1000;
    height:50px;
    overflow:hidden;
    border-top:1px solid #fff;
  }
  #bottomLink a {
    display: block;
    padding: 0;
    color: #fff;
    background: var(--color-link-hover);
    text-decoration: none;
    font-size:18px;
    font-weight: 900;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    font-size:15px;
    font-weight: 700;
    display: inline-block;
  }
  #bottomLink a span::after {
    content: "";
    display:inline-block;
    width: 3.0em;
    height: 1.5em;
    background-image: url("/materials/177692489997101.png");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    transform: translateY(0.3em);
  }
  /* ボタンサイズ分の画面下部余白 */
  #wrap {
    margin-bottom: 50px;
  }
  /*フォーム調整*/
  body.body-media-pc.formConfirmation form#form_15366 {
    margin-top: 1em;
}
}

/*-------------------------------------------------------
450px以下
-------------------------------------------------------*/
@media only screen and (max-width: 450px) {
  /*サイドお問い合わせセクション*/
  .sideContact-section {
    padding: 24px 15px;
  }
  .sideContact_inner {
    padding: 0 24px 24px 24px;
  }
  /*サービスの流れ*/
  .article.col3.flow {
    flex-basis: 100%;
  }
  /*サービスメニューボタン*/
  ul.list-btn-wrap li {
    flex: 0 0 100%;
  }
}

/*-------------------------------------------------------
recaptcha バッジ非表示
-------------------------------------------------------*/
.recaptcha_policy {
  padding: 0;
  margin: 0;
  text-align: center;
  font-size: 11px !important;
  color: #444 !important;
}
.recaptcha_policy a {
  font-size: 11px !important;
  color: #111 !important;
}
.grecaptcha-badge { visibility: hidden; }

/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
