/*======================================================================
  レスポンシブ02 保育園向け サニーオレンジ＆イエロー（アクセント：ティール）
======================================================================*/
@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");
/*----------カラー定義（CSS変数）----------*/
:root {
  /* メイン：子どもの笑顔を思わせる元気なオレンジ */
  --mono-color: #F5A623;      /* オレンジ（メイン） */
  --sub-color: #FFD166;       /* イエロー（ホバー・明るい面用） */

  /* サブ1：やわらかく温かい淡色 */
  --di-color: #FFE3AD;        /* ソフトイエロー（淡色背景・濃文字用） */
  --penta-color: #FFF8EE;     /* 背景用のクリーム（旧penta） */

  /* サブ2（アクセント）：元気さを引き締めるティール */
  --tri-color: #3C9D9A;       /* ディープティール（白文字を乗せる面用） */
  --tetra-color: #4FB0AE;     /* ティール（明るいアクセント／装飾用） */
  --hepta-color: #3C9D9A;
  --octa-color: #6B3F00;      /* ダークブラウン（明るい背景上の文字色） */

  /* ベースグラデーション：テーマ背景用 */
  --base-gradient: linear-gradient(45deg, #F5A623, #FFD166, #FFE9B0);
  --hexa-color: #FFECC7;      /* リスト等に使う淡いイエロー */
}
body {
  font-size:18px;
  color: #222;
  line-height: 2.0;
  font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}
a.btn {
  width: fit-content;
}
.article h3 a, .gallery h3 a {
  font-weight: bold;
}
.article.zero_margin, .gallery.zero_margin {
  margin-bottom: 0!important;
  padding-bottom: 0!important;
}
.article table.normalTbl, .article table.bgTbl {
  font-size: 1em;
}
.article table.normalTbl th {
  vertical-align: top;
}
.article table.bgTbl tr:last-child th, .article table.bgTbl tr:last-child td {
  padding: 8px 15px;
}
.article table.bgTbl tr th {
  background: var(--mono-color);
  color: var(--octa-color); /* 濃ブラウンで可読性を確保 */
  white-space: nowrap;
}
.article table.bgTbl tr td {
  background: #fffaf2; /* クリーム系の白へ変更 */
}
#topMenu_outer .topMenu li a {
  font-weight: bold;
}
@media only screen and (width < 480px) {
  body {
    font-size: 14px;
    font-family: "Zen Maru Gothic", sans-serif;
  }
}
.article.contact {
  padding: 0!important;
}
.article.contact .image {
  margin-bottom: 0!important;
}
.article.mini .image {
  width: 200px;
}
#mainArticles table.contactTable tr th {
  font-weight: normal;
}
#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type="button"] {
  border-radius: 4px;
}
div#footer li a {
  font-weight: normal;
}
#mainArticles .envelope {
  background: var(--penta-color);
  border: none;
  border-radius: 4px;
}
#mainArticles .envelope2{
    padding: 1em;
    background: var(--penta-color);
    overflow: hidden;
}

#mainArticles .envelope3 {
  background: var(--penta-color);
  border: none;
  border-radius: 4px;
    text-align: left;
}

/* envelope full 内のリスト中央寄せ対策 */
.envelope.full ul,
.envelope.full ol {
  display: inline-block;
  text-align: left;
  margin: 0 auto;
  padding-left: 1.5em;
}
/* envelope full 内は余白を詰める */
.envelope.full p {
  margin-bottom: 0.4em;
}
.envelope.full ul,
.envelope.full ol {
  margin: 0.4em auto;
}
.envelope.full ul + p,
.envelope.full ol + p {
  margin-top: 0;
}
.article.col2, .article.col3, .article.col4, .article.col5 {
  margin: 0 0 40px;
}
/*commitment*/
.mainArticles .article.max.comm .article_right .image, .mainArticles .article.max.comm .article_left .image {
  width: 64%;
  max-width: 64%;
}
.mainArticles .article.max.comm .article_right .image img, .mainArticles .article.max.comm .article_left .image img {
  width: 100%;
}
.article.max.comm {
  margin-bottom: 8px;
  padding: 0;
}
.article.max.comm .article_left {
  padding-right: 40px;
}
.article.max.comm .article_right {
  padding-left: 40px;
}
@media only screen and (width < 800px) {
  .article.max.comm .article_left, .article.max.comm .article_right {
    padding: 0;
  }
  .mainArticles .article.max.comm .article_right .image, .mainArticles .article.max.comm .article_left .image {
    width: 100%;
    max-width: 100%;
  }
  .mainArticles .article.max.comm {
    padding-left: 4%;
    padding-right: 4%;
  }
}
/*lists*/
ul.check li {
  font-size: 1em;
  font-weight: normal;
}
ul.check li strong {
  font-size: 120%;
}
ul.checkList{
    list-style: none;
}
ul.checkList li{
    position: relative;
    padding-left: 30px;
    margin-bottom: 0.5em;
    font-size: 1.4em;
    font-weight: bold;
}
ul.checkList li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 24px;
    background: url("/materials/176326862694201.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
ul.merit, ul.subject {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
ul.merit li, ul.subject li {
  flex-basis: 100%;
  padding: 1em .5em;
  background: var(--mono-color);
  border-radius: 2em;
  margin: .25em 0;
  color: var(--octa-color); /* meritは明るい背景なので濃ブラウン文字 */
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
}
ul.subject li {
  background: var(--tri-color); /* アクセントのディープティール */
  color: #fff; /* subjectは濃い背景なので白文字を維持 */
}
ul.simple{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}
ul.simple li{
    padding-left: 2em;
    position: relative;
    width: 100%;
}
ul.simple li:before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background: url("/materials/175765821432401.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}
ul.fukidashi{
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    margin-bottom: 30px;
}
ul.fukidashi li{
    background: #FFF;
    padding: 10px 20px;
    border-radius: 10px;
    font-weight: bold;
    text-align: left;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
ul.faq li.qus, ul.faq li.ans {
  padding-left: 38px;
}
ul.faq li.qus:before, ul.faq li.ans:before {
  margin: 0 6px 0 -38px;
}
ul.faq li.qus::before {
  background-color: var(--mono-color); /* オレンジ */
}
ul.faq li.ans::before {
  background-color: var(--tetra-color);  /* ティール（アクセント） */
}
/* アコーディオン用FAQ追記 */
ul.faq li.qus, ul.faq li.ans{
   margin-bottom: 0; 
   padding-bottom: 0;
}
ul.faq{
  border: solid 1px #333;
  padding: 20px;
}
ul.faq .ans {
    max-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out, padding-top 0.3s ease-out, padding-bottom 0.3s ease-out;
}
ul.faq .qus {
    cursor: pointer;
}
ul.items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
ul.items li {
  width: fit-content;
  min-width: calc(50% - .5em);
  padding: 0.5em 1em;
  background: var(--hexa-color); /* 淡いイエロー */
  border-radius: 2em;
  text-align: center;
  margin-right: .25em;
  margin-bottom: .25em;
}
@media only screen and (width < 330px) {
  ul.items li {
    width: 100%;
  }
}
/*articleFlow*/
.articleFlow {
  border: solid 5px var(--mono-color);
  padding: 1.5em;
  position: relative;
}
.articleFlow:after {
  font-family: "Font Awesome 5 Free";
  content: "\f078";
  font-weight: bold;
  font-size: 1.5em;
  position: absolute;
  bottom: -2em;
  left: calc(50% - .5em);
  color: var(--mono-color);
}
.articleFlow.last:after {
  content: none;
}
@media only screen and (width < 1024px) {
  .articleFlow {
    margin: 0 4% 40px;
  }
}
/*flow*/
.article table.flowTbl {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: auto;
  list-style: none;
  border-left: 2px dotted #CCC;
  padding-left: 0;
}
.article table.flowTbl td {
  border: none;
  border-radius: 8px;
  display: block;
  height: auto;
  margin-bottom: 20px;
  padding: 5px;
  padding-left: 26px;
  position: relative;
}
.article table.flowTbl td:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--mono-color);
  position: absolute;
  left: -6px;
  top: .75em;
}
.flowTbl td::after {
  content: "";
  width: .8em;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 1em;
  left: 4px;
}
.flowTbl tr:last-child td {
  margin-bottom: 0;
}
.flowTbl tr td strong {
  display: inline-block;
  font-size: 1.15em;
  font-weight: bold;
  line-height: 1.25;
  margin-bottom: .5em;
  color: #454545;
}
/* フローテーブル2 */
.article table#flowTbl {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px auto;
    width: 95%;
    counter-reset: step-counter;
}
.article table#flowTbl td {
    border: 2px solid var(--mono-color);
    border-radius: 4px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 4%;
    position: relative;
    background: none;
}
.article table#flowTbl td::after {
    color: var(--mono-color);
    content: "▼";
    font-family: monospace;
    font-size: 48px;
    left: 0;
    right: 0;
    top: 100%;
    bottom: 0;
    position: absolute;
    text-align: center;
    transform: scaleY(0.5);
}
.article table#flowTbl tr:last-child td {
    margin-bottom: 0;
    background: var(--penta-color);
}
.article table#flowTbl tr:last-child td::after {
    display: none;
}
.article table#flowTbl h4{
    margin: 0 0 .5em 0;
    display: flex;
    gap: 10px;
    align-items: center;
    counter-increment: step-counter;
    padding-left: 0;
    border: none;
}
.article table#flowTbl tr h4:before{
    content: "STEP." counter(step-counter); 
    display: block;
    white-space: nowrap;
    width: unset;
    height: unset;
    position: static;
    background: var(--mono-color);
    color: #FFF;
    font-size: 22px;
    padding: 4px 14px;
    border-radius: 3px;
}
/*----------header----------*/
#title h1 {
  /*background: url(/materials/176595489440601.png) left center no-repeat;*/
  background: url(/materials/178590754946501.png) left center no-repeat;
  background-size: contain;
  height: 85px;
  width: 443px;
}
#title h1:hover{
    opacity: 0.8;
}
h1 a {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  display: block;
  height: inherit;
}
#title #title_outer {
  background: url(/materials/178407931937601.png) right center no-repeat;
  background-size: 300px;
}
@media (600px <= width < 1024px) {
  div#title {
    padding: 0 4%;
  }
}
@media only screen and (width < 960px) {
    #title h1 {
        height: 60px;
    }
  #title #title_outer {
    background-size: 256px;
  }
}
@media only screen and (width < 800px) {
    #title h1 {
        height: 48px;
    }
}
@media only screen and (width <= 600px) {
  #title h1 {
    background-size: contain;
    padding-left: 0;
    margin-left: 4%;
    width: 200px;
    height: 42px;
  }
  #title #title_outer {
    background: none;
    justify-content: start;
  }
  .article table.normalTbl th, .article table.bgTbl tr th {
    text-align: center;
    font-weight: bold;
  }
}
.article table.table{
    width: 100%;
    border-collapse: collapse;
}
.article table.table th, .article table.table td{
    border: 1px solid #333;
    padding: 8px;
    text-align: left;
}
.article table.table th{
    background: #F3F3F3;
    font-weight: bold;
}
ul.flexList{
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}
ul.flexList li{
    flex-basis: auto;
    color: #333;
    font-weight: bold;
    line-height: 1.25;
    text-align: center;
}
#slider .slick-slide {
  height: auto !important;
}
/*----------headline----------*/
#mainArticles h2, #listTopics h2, #mainArticles div[id^="blog"] h2 {
  font-size: 2.25em;
  font-weight: bold;
  padding: 4vw 0;
  margin-bottom: 1em;
  line-height: 1;
}
#mainTopics h2, #mainArticles .article h2, #mainArticles div[id^="blog"] h2, .article h3, .gallery h3, .freeHtml h3 {
  margin: 0;
  font-weight: bold;
  font-size: 2em;
  line-height: 1.5;
}
#mainTopics h2 {
  line-height: 1;
}
#mainTopics h2 strong {
  font-size: 45%;
  font-weight: normal;
  display: inline-block;
  margin-top: 0.5em;
}
.article h4 {
    border: none;
    font-weight: bold;
    font-size: 1.4em;
    line-height: 1.25;
    background: none;
    padding-left: 20px;
    border-left: 6px solid var(--mono-color); /* オレンジ */
    padding-top: 6px;
    padding-bottom: 6px;
    border-radius: 0;
}
.article h4:before {
    display: none;
    width: 24px;
    height: 5px;
    margin: auto 8px auto 0;
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    background: var(--hepta-color);
}
.article .features {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
    /* アクセントのティール系グラデ */
    background-image: linear-gradient(to right, var(--tri-color) 0%, var(--mono-color) 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
}
.article h5 {
  margin: 1em 0;
}
.article h5, .article h6 {
  font-weight: bold;
}
.article h5 span {
  font-size: .85em;
}
@media only screen and (width <= 600px) {
  #mainArticles h2, #listTopics h2, #mainArticles div[id^="blog"] h2 {
    padding: 6vw 0;
  }
  .article h4 {
    padding-bottom: 0;
  }
}
/*----------freeHTML----------*/
.side_address {
  display: flex;
  margin-top: 30px;
  margin-bottom: 15px;
  padding: 0;
  box-sizing: border-box;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  gap: 20px;
}
.side_address .sitename {
  font-size: 22px;
  font-weight: bold;
  display: flex;
  align-items: center;
  line-height: 1em;
}
.side_address .txt {
  font-size: 15px;
  margin: 0 auto 15px;
  line-height: 1.8;
  display: block;
  letter-spacing: 0;
}
.side_address .logo img {
  max-width: 300px;
  width: 100%;
}
@media only screen and (width < 728px) {
  .side_address {
    display: flex;
    margin-bottom: 15px;
    padding: 0;
    border-radius: 4px;
    box-sizing: border-box;
    justify-content: center;
    flex-direction: column;
  }
  .side_address .logo {
    width: 300px;
    padding: 1em;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .side_address .txtblock {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
  }
  .side_address .sitename {
    font-size: 16px;
    font-weight: bold;
    margin: 0 auto 5px;
  }
  .side_address .txt {
    font-size: 14px;
    margin: 0 auto 5px;
    line-height: 1.6;
    display: block;
    text-align: center;
    letter-spacing: 0;
    white-space: wrap;
  }
}
#bottomLink{
  display: none;
}
@media only screen and (width <= 600px) {
  #bottomLink {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 48px;
    overflow: hidden;
    display: block;
  }
  #bottomLink a {
    display: block;
    color: #fff;
    background: var(--tri-color); /* モバイル固定CTA：白文字が読めるディープティール */
    text-decoration: none;
    font-size: 100%;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    display:block;
  }
  #wrap {
    margin-bottom: 48px;
  }
}
/*contact us*/
div#contact_us {
  width: 100vw;
  margin: 0 calc(512px - 50vw) 16px;
  padding: 3vw 0;
  line-height: 1.5;
  text-align: center;
  background: url(/materials/178392115760401.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  color: #000;
}
div#contact_box {
  width: 100%;
  max-width: 824px;
  display: block;
  margin: auto;
  padding: 32px;
  background: rgb(255 255 255 / .75);
  backdrop-filter: blur(3px);
  border-radius: .5em;
}
.contact_tel_wrap{
    display: inline-block;
    text-align: right;
    line-height: 1.2;
    margin: 20px 0;
}
span.tel {
  font-size: 1.8em;
}
#contact_btn a.btn {
  margin: 16px auto;
}
ul#contact_btn {
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 1em;
}
ul#contact_btn li {
  border: none;
}
ul#contact_btn li a.btn {
  color: var(--white-color);
  margin: 0 .25em;
}
ul#contact_btn li a.btn:before {
  content: none;
}
div#contact_box h3 {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (width < 1024px) {
  div#contact_us {
    margin: 0 calc(50% - 50vw) 16px;
    padding: 5vw 0;
  }
  div#contact_box {
    max-width: fit-content;
  }
  div#contact_us {
    background-position: left center;
  }
}
@media only screen and (width <= 600px) {
  ul#contact_btn {
    flex-direction: column;
  }
  ul#contact_btn li a.btn {
    margin: .25em auto;
    min-width: 224px;
  }
  ul.topics li h3 a {
    line-height: 1.25;
  }
  div#contact_box {
    width: 92%;
    padding: 32px 16px;
  }
}
#mainArticles div[id^="blog"] h2 {
  width: auto;
}
ul.maru{
    margin-top: 16px;
    margin-bottom: 16px
}
ul.maru.maruFlex {
  display: flex;
  font-size: 1em;
}
ul.maru.maruFlex li {
  margin-right: 2em;
}
/*----------カラー反映設定（上書き・差し替え部分）----------*/
a {
  color: var(--tri-color); /* 本文リンクは読みやすいティールに */
}
a:hover {
  color: var(--mono-color); /* ホバーで元気なオレンジに */
}
a.btn {
  background: var(--tri-color); /* ボタン初期値は引き締めのディープティール */
  font-weight: normal;
  color: #FFF;
  width: unset;
  display: inline-block;
  text-align: center;
}
a.btn:hover {
  background: var(--mono-color); /* ホバーで明るいオレンジに */
  color: var(--octa-color); /* 明るい背景なので濃ブラウン文字 */
}
.sideContents #sideServices h2:before, .sideContents #sideBlogCategories h2:before, .sideContents #sideBlogDates h2:before, .sideContents #sideMobile h2:before {
  background: var(--mono-color);
}
ul.topics li p.date {
  background: var(--mono-color);
}
#mainTopics .listview a {
  background: var(--di-color); /* ソフトイエロー */
  color: #333; /* 文字が見えやすいように暗めの色 */
  font-weight: normal;
}
#mainTopics .listview a:hover {
  background: var(--mono-color);
  color: var(--octa-color);
}
ul.topics li p.more a{
    border: solid 1px var(--tri-color);
    color: var(--tri-color);
    font-weight: normal;
    background: none;
}
ul.topics li p.more a:hover{
    background: var(--mono-color);
    border-color: var(--mono-color);
    color: var(--octa-color);
}
#wrap_body #topMenu {
    background-color: var(--sub-color); /* イエロー */
    background-size: 5px 4px;
}
#topMenu_outer .topMenu li a {
  color: var(--octa-color); /* 明るい背景なので濃ブラウン文字 */
}
#topMenu_outer .topMenu li a:hover {
  background: var(--mono-color); /* オレンジ */
  color: var(--octa-color);
  background-size: 10px 10px;
}
/*Form*/
#mainArticles form, #mainBlogCommentForm form {
  background: var(--mono-color);
}
#mainArticles table.contactTable tr th, #mainBlogCommentForm table.contactTable tr th {
  background-color: var(--mono-color);
  color: var(--octa-color); /* 明るい背景なので濃ブラウン文字 */
}
/*Footer*/
#footer {
  background: var(--mono-color);
}
#footer_body .topMenu li a,
#footer_body .services li a {
  background: var(--mono-color);
}
#footer_body .topMenu li a:hover,
#footer_body .services li a:hover {
  background-color: var(--tri-color); /* フッターホバーはディープティール */
}
#footer_body .copyright {
  background: var(--tri-color); /* コピーライト背景をディープティールで引き締め */
}
.sideContents ul li a:hover,
.sideContents dt a:hover {
  background: var(--mono-color);
}
.article.theme,
.gallery.theme {
  background: var(--base-gradient); /* オレンジ〜イエローのサニーなグラデ */
  color: var(--octa-color); /* 明るいグラデなので濃ブラウン文字で可読性を確保 */
}
.mainContents .article.theme *{
    color: var(--octa-color);
}
.article.theme2,
.gallery.theme2 {
  background-size: cover;
  color: #FFF;
  position: relative;
}
.article.theme2:after,
.gallery.theme2:after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    z-index: 0;
}
.article.theme2 .article_body {
    position: relative;
    z-index: 10;
    background: rgba(255, 255, 255, 1);
    color: #000;
    padding: 60px 40px;
    box-sizing: border-box;
    border-radius: 0px;
}
@media only screen and (max-width: 600px) {
    .article.theme2 .article_body{
        padding: 20px;
    }
}
.article.full.bg, .article.full.theme, .article.full.theme2, .article.full.gray, .gallery.full.bg, .gallery.full.theme, .gallery.full.gray{
    padding-top: 40px;
    padding-bottom: 40px;
}
.article.full.theme2{
    padding-top: 80px;
    padding-bottom: 80px;
}
#mainArticles h2,
#listTopics h2,
#mainArticles div[id^="blog"] h2 {
    background: none;
    background-size: cover;
    color: #333;
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 calc(50% - 50vw) 60px;
    width: 100vw;
}
#mainArticles h2::before, #listTopics h2::before, #mainArticles div[id^="blog"] h2::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: -1;
    display: none;
}
#mainArticles h2:after,
#mainArticles div[id^="blog"] h2:after {
    content: "";
    width: 30%;
    max-width: 100px;
    height:3px;
    border-radius: 10px;
    background: var(--mono-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
}
#mainTopics {
  background: var(--penta-color); /* クリーム背景 */
}
/*
#mainTopics h2:after,
.article h3:after,
.gallery h3:after,
.freeHtml h3:after {
    background: url(/materials/176535282881601.png);
    width: 300px;
    height: 50px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}*/
#mainTopics h2::after, #mainArticles .article h2::after,
.article h3::after, .gallery h3::after, .freeHtml h3::after {
    border-bottom: dotted 6px;
    height: auto;
    background: none;
    color: var(--mono-color);
    line-height: 1em;
    margin: 12px auto;
}
.article h5 {
    border: none;
}
.article h5{
    padding-left: 0em;
    align-items: center;
}
.article h5:before {
    content: "";
    background: var(--tetra-color); /* ティールのドット（アクセント） */
    border-radius: 0;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: inline-block;
    margin-right: .3em;
    position: relative;
    top: 2px;
}
.article h5 span {
  font-size: 0.8em;
}
.article h6:before {
  color: var(--mono-color);
  background: #f3f4f5;
}
ul.topics li h3 a {
  color: var(--mono-color);
  font-size: 1.1em;
}
ul.topics li h3 a:hover {
  color: var(--tri-color);
}
ul.maru02 li{
    font-size: 18px;
}
ul.maru02 li:before {
  color: var(--mono-color);
}
#mainArticles table.contactTable tr td.th_headline {
  background: var(--mono-color);
}
#mainArticles table.contactTable input.button {
  background: var(--mono-color);
}
ul.waste-list {
    list-style-type: none;
    padding: 0;
}
ul.waste-list li {
    border-radius: 8px;
    margin-bottom: 10px;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    background: var(--hexa-color); /* 淡いイエロー */
}
ul.waste-list li p {
    font-weight: bold;
    margin: 0;
    min-width: 200px;
}
ul.waste-list li span {
    font-size: 0.9em;
    color: #555;
    flex-grow: 1;
}
.mainContents .article.theme ul.waste-list li{
    background: #FFF;
    color: #333;
    font-weight: bold;
    border: none;
}
@media only screen and (width <= 600px) {
    ul.waste-list li{
        flex-wrap: wrap;
    }
    ul.waste-list li p{
        width: 100%;
    }
  #toggle {
    background-color: var(--mono-color);
  }
  .active #toggle {
    background-color: var(--mono-color);
  }
  #topMenu_outer .topMenu li a:hover {
    background: var(--mono-color);
  }
}
#mainArticles table.contactTable tr.must th {
  padding: 1em 56px 1em 1em;
}
.article .article_body img {
  max-width: 100%;
}
/*youtube*/
.youtube{
  position:relative;
  width:100%;
  padding-top:56.25%;
}
.youtube iframe{
  position:absolute;
  top:0;
  right:0;
  width:100% !important;
  height:100% !important;
}
@media only screen and (width < 1024px) {
  .youtube{
    margin-left: 4%;
    margin-right: 4%;
  }
}
/*site guide*/
#siteGuide.gallery.full.theme .comment {
  font-size: 1em;
}
ul.guide {
  display: flex;
  justify-content: space-between;
}
ul.guide li {
  flex-basis: 33%;
}
.article.theme ul.guide li a.btn {
  color: #000;
  background: #fff;
}
ul.guide li a.btn {
  width: 100%;
}
ul.guide li a.btn:hover, .article.theme ul.guide li a.btn:hover {
  background: var(--mono-color); /* 明るいオレンジに */
  color: var(--octa-color);
}
ul.guide2col {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}
ul.guide2col li{
    flex-basis: calc(50% - 5px);
}
@media only screen and (width <= 600px) {
  ul.guide {
    flex-wrap: wrap;
  }
  ul.guide li {
    flex-basis: 100%;
    margin-bottom: .5em;
  }
  a.btn {
    width: 100%;
  }
  #siteGuide li.galleryGrid {
    width: 100%;
    float: none;
  }
}
/*-------------
バッジ非表示
---------------*/
.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; }
.gallery ul.galleryGrids .comment{
    line-height: 1.7;
    font-size: 18px;
}
.gallery ul.galleryGrids .comment h4{
    font-size: 1.2em;
}
/* 特長 */
#features.article {
    z-index: 0;
    background: url(/materials/176066086970001.jpg) no-repeat center;
    background-size: cover;
    position: relative;
    height: 364px;
    margin-bottom: -140px !important;
    background-attachment: fixed
}
.mainContents .article.mt{
    margin-top: 60px;
}
@media only screen and (max-width: 600px) {
    #features.article {
        height: 256px;
        margin-bottom: -80px !important;
    }
}
#features.article h3 {
    color: #fff; /* 背景写真の上なので白 */
}
.article.feature{
    margin-bottom: 0;
    background: var(--mono-color);
    color: var(--octa-color); /* 明るい背景なので濃ブラウン文字 */
    padding: 80px 0 40px 0;
}
.article.feature:first-child{
    margin-top: 60px;
}
.article.feature:last-child{
    margin-bottom: 60px;
}
.article.feature .image {
    position: relative;
    z-index: 10;
    margin: -40px 0px 0px 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.article.feature .article_right .image{
    margin-left: 34px;
}
.article.feature .article_left .image{
    margin-right: 34px;
}
@media screen and (max-width: 600px) {
    .article.feature .article_body{
        display: flex;
        flex-direction: column;
        padding: 0 20px;
    }
    .article.feature h4{
        order: 1;
        margin-bottom: 20px;
    }
    .article.feature .image{
        order: 2;
        margin-top: 0;   
        margin-bottom: 20px;      
    }
    .article.feature .article_body > *:not(h4):not(.image) {
        order: 3;
    }
    .article.feature .article_right .image{
        margin-left: 0;
    }
    .article.feature .article_left .image{
        margin-right: 0;
    }
}
.article.feature h4{
    background: #FFF;
    color: #333; /* 文字を読みやすく調整 */
    border-radius: 0;
    padding: 20px 40px;
    display: block;
    padding: 8px 20px;
    border-color: var(--hexa-color);
    border: none;
}
.article.bg02{
    background: var(--mono-color);
    color: var(--octa-color); /* 明るい背景なので濃ブラウン文字 */
    padding-top: 60px;
    padding-bottom: 20px;
}
.article.bg02 h3{
    color: var(--octa-color); /* 明るい背景なので濃ブラウン文字 */
}
.article.bg02 h3:after{
    background: #FFF;
}
.article.feature.padding_bottom{
    padding-bottom: 20px !important;
}
.article.feature.margin_top_zero{
    margin-top: 0;
}
.article.feature.margin_bottom_zero{
    margin-bottom: 0;
}
span[style*="#ff0000"] {
    color: var(--tri-color) !important; /* 赤文字指定箇所をティールで引き締め */
}
/* 装飾 */
.badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
    padding: 4px 8px;
    font-size: 0.75em;
    font-weight: bold;
    color: #fff;
    background: var(--tri-color); /* バッジをディープティールに */
}
/* フッター */
.detailsWrap{
    display: block;
    flex-wrap: wrap;
    gap: 0px;
    justify-content: center;
}
.details{
    padding: 20px;
    min-width: 200px;
    display: flex;
    width: 360px;
    margin: auto;
}
.details:nth-child(2){
    border-bottom: none;
}
.detailsTitle{
    font-weight: bold;
    width: 130px;
    border-right: solid 1px #333;
}
.detailsContent{
    padding-left: 20px;
}
/* 最新情報 */
ul.topics {
    padding: 40px;
    background: #FFF;
}
ul.topics li{
    padding: 0px 0 10px 0;
    margin: 0 0 30px;
    border-radius: 0;
    position: relative;
    min-height: 160px;
    border-bottom: 1px #ccc solid;
}
ul.topics li:last-child{
    border-bottom: none;
    margin: 0;
}
ul.topics li p.date{
    background: none;
    color: #666;
    padding: 0;
}
#mainTopics .topics li h3 a {
    color: #555;
    font-size: 16px;
}
ul.topics li p.description {
    font-size: 0.78em;
    line-height: 1.5;
    margin: 0;
    padding-right: 128px;
    margin-top: 6px;
    color: #666;
    overflow: hidden;
}
@media screen and (max-width: 600px) {
    .article.spImgSecond .article_body{
        display: flex;
        flex-direction: column;
    }
    .article.spImgSecond .image + :is(h1,h2,h3,h4,h5,h6) {
        order: -1;
    }
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm table.contactTable tr td{
    background: #FFF;
}
ul.caseList{}
ul.caseList li{
    border-bottom: dashed 1px var(--mono-color);
    padding-bottom: 10px;
    margin-bottom: 20px;
}
ul.caseList li:last-child{
    border-bottom: none;
    margin-bottom: 0;
}
.caseTitle{
    color: var(--tri-color); /* ティールで信頼感を提示 */
    font-weight: bold;
}
.case{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75em;
    font-weight: bold;
    background: var(--tri-color); /* 事例バッジもディープティールに */
    color: #FFF;
    padding: 4px 8px;
    border-radius: 4px;
    margin-right: 8px;
}
.ol>*{
    margin-left: 1.5em;
    list-style: decimal;
}
.ul>*{
    margin-left: 1.5em;
    list-style: disc;
}
/*-----------------
intro
--------------------*/
.article.full.intro {
	background: url(/materials/178349280883201.jpg) center right -12vw no-repeat;
	background-attachment: fixed;
	/* padding: 0; */
	text-align: left;
	font-size: 110%;
	background-size: 1200px;
}
.article.full.intro .article_outer {
	background: rgb(255,255,255,0.2);
	padding-top: 80px;
	padding-bottom: 80px;
}
.article.intro .article_body.article_right {
	margin-left: 4%;
	background: rgb(255, 255, 255, .7);
	padding: 40px;
}
.article.intro h3 {
	text-align: left;
	margin-top: 0;
}
.article.intro h3::after {
	width: 100%;
	height: 3px;
}
/*--------------
Responsive
------------------------*/
/*1200px以下*/
@media screen and (max-width:1200px){
	#mainImage::after {
		left: 40%;
		background-position: center;
		transform: unset;
		top: 0;
	}
  
  .article.full.intro .article_outer {
	padding-top: 0px;
	padding-bottom: 0;
}
.article.full.intro {
	padding-left: 0;
	padding-right: 0;
    background-size: 650px;
}
.article.intro .article_body.article_right {
	margin-left: 0;
}
.article.contact .article_outer {
	padding: 20px;
}
    
}/*1200px以下ここまで*/

/*背景調整*/
.article.bg, .gallery.bg {
  background: #FFF8EE; /* クリーム背景 */
}

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.siteLink {
  background: #ffffff;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2em 2em;
  max-width: inherit;
  width: 100%;
}
.gallery.siteLink .article_body {
  max-width: 1200px;
  margin: auto;
}
.gallery.siteLink .galleryGrids {
  display: flex;
  justify-content: center;
  height: inherit !important;
  flex-wrap: wrap;
}
.gallery.siteLink .galleryGrids li.galleryGrid {
  width: 23%;
  padding:0;
  margin: 0.8% 0.8%;
  position: relative !important;
  top: inherit !important;
  left: inherit !important;
  float: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.gallery.siteLink .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0;
}
.gallery.siteLink .galleryGrid_body {
  max-width: inherit;
  background: #ffffff;
  margin: auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-radius: 4px;
}
.gallery.siteLink .image {
  margin-bottom: 0 !important;
}
#mainArticles .gallery.siteLink .image img {
  border-radius: 4px 4px 0 0;
}
.gallery.siteLink .comment {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: flex-start;
  padding: 0.5em 3em 0.5em 1em;
  width: 100%;
  border-radius: 0 0 8px 8px;
  color: #000000;
  min-height: 5em;
  font-size: 0.9em !important;
  text-align: left !important;
}
.gallery.siteLink .comment::before {
  content: "";
  background: var(--tri-color); /* 矢印の丸をティールに */
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  right: 1em;
}
.gallery.siteLink .comment::after {
  content: "";
  position: absolute;
  right: 1.6em;
  display: block;
  width: 0.4em;
  height: 0.4em;
  border-top:solid 1px #ffffff;
  border-right:solid 1px #ffffff;
  transform: rotate(45deg);
}
@media only screen and (max-width: 600px) {
  .gallery.siteLink {
    padding: 1em 0 !important;
    margin: 0 !important;
  }
  .gallery.siteLink .galleryGrids {
    margin: 0 2%;
  }
  .gallery.siteLink .galleryGrids li.galleryGrid {
    width: 49% !important;
    padding: 2%;
    margin: 0 auto 1%;
  }
  .gallery.siteLink ul.galleryGrids .comment {
    font-size: 0.8em;
    padding: 0.5em 2em 0.5em 0.8em;
    text-align: left;
  }
  .gallery.siteLink .comment::before {
  width: 1em;
  height: 1em;
  right: 0.5em;
}
.gallery.siteLink .comment::after {
  content: "";
  position: absolute;
  right: 0.9em;
  display: block;
  width: 0.3em;
  height: 0.3em;
  border-top:solid 1px #ffffff;
  border-right:solid 1px #ffffff;
  transform: rotate(45deg);
}
}

/* フッター部園一覧 */
/*.shoplist {
	background-color: var(--tri-color); 
	border: 2px solid var(--tri-color);
	border-radius: 24px;
	color: #fff;
	display: inline-block;
	margin: 12px;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	padding-top: 6px;
	padding-right: 18px;
	padding-bottom: 6px;
	padding-left: 18px;
}
.shoplist:hover {
	background-color: #fff;
	color: var(--tri-color);
}*/

.shoplist {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom:2em;
}

.shoplist div {
	width: 48%;
	text-align: center;
	border-bottom:1px solid #CCC;
	margin-bottom:30px;
	padding-top:10px;
	padding-bottom:30px;
	font-size: 0.88em;
}

.shoplist h3{
	font-size:1.4em;
	padding-bottom:5px;
	margin-top:0;
	
}

.shoplist h3:after{
	margin-top:0.33em;
	margin-bottom:5px;
	
}

.shoplist p.tel{
	font-size:1.25em;
	font-weight:bold;
}

/*右下ボタン*/
/*戻るボタン*/
.go-menu{
    display: none;
    position: fixed;
    right: 5px;
    bottom: 60px;
    z-index: 1000;
    width: 90px;
    height: 90px;
    border-radius: 50%;
}

p.go-menu a {
    position: fixed;
    width: 90px;
    height: 90px;
    border-radius: 50%;
	background: #FA7D06; 
    z-index: 1000;
}
p.go-menu img {
    width: 90px;
    height: 90px;
}

/*
@media screen and (max-width: 800px) {
	.shop_list div {
		width: 48%;
	}
	.go-menu{
		display: none;
		position: fixed;
		right: 5px;
		bottom: 65px;
		z-index: 1000;
		width: 75px;
		height: 75px;
		border-radius: 50%;
		transition: 0.5s all;
	}
	p.go-menu a {
		display: none;
		position: fixed;
		width: 75px;
		height: 75px;
		border-radius: 50%;
		background: var(--mono-color); 
		z-index: 1000;
	}
	p.go-menu a {
		display: block;
		font-size: 0.8em;
		color: var(--octa-color); 
		text-align: center;
		position: relative;
		border: 0px solid #ffffff;
		box-sizing: border-box;
	}
}*/

/*フッタに移動すると消える*/
.is-hidden {
  visibility: hidden;
  opacity: 0;
    transition:0.5s all;
  
}

/*contact us*/
div#contact_us {
  width: 100vw;
  margin: 0 calc(512px - 50vw) 16px;
  padding: 3vw 0;
  line-height: 1.5;
  text-align: center;
  background: url(/materials/178721131646401.jpg) no-repeat;
  background-size: cover;
  background-position: left center;
  color: #000;
}
div#contact_box {
  width: 100%;
  max-width: 824px;
  display: block;
  margin: auto;
  padding: 32px;
  background: rgb(255 255 255 / .75);
  backdrop-filter: blur(3px);
  border-radius: .5em;
}
.contact_tel_wrap{
    display: inline-block;
    text-align: right;
    line-height: 1.2;
    margin: 20px 0;
}
span.tel {
  font-size: 1.8em;
}
#contact_btn a.btn {
  margin: 16px auto;
}
ul#contact_btn {
  display: flex;
  justify-content: center;
  flex-direction: row;
  font-size: 1em;
}
ul#contact_btn li {
  border: none;
}
ul#contact_btn li a.btn {
  color: var(--white-color);
  margin: 0 .25em;
}
ul#contact_btn li a.btn:before {
  content: none;
}
div#contact_box h3 {
  margin: 0 auto;
  padding: 0;
}
@media only screen and (width < 1024px) {
  div#contact_us {
    margin: 0 calc(50% - 50vw) 16px;
    padding: 5vw 0;
  }
  div#contact_box {
    max-width: fit-content;
  }
  div#contact_us {
    background-position: left center;
  }
}
@media only screen and (width <= 600px) {
  ul#contact_btn {
    flex-direction: column;
  }
  ul#contact_btn li a.btn {
    margin: .25em auto;
    min-width: 224px;
  }
  ul.topics li h3 a {
    line-height: 1.25;
  }
  div#contact_box {
    width: 92%;
    padding: 32px 16px;
  }
}

#title {
  height: 0px;
}

/*スマホフッター部*/
@media only screen and (width <= 600px) {
  #bottomLink {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 48px;
    overflow: hidden;
    display: block;
  }
  #bottomLink a {
    display: block;
    color: #fff;
    background: var(--tetra-color); /* 引き締め用の明るめディープブルー */
    text-decoration: none;
    font-size: 100%;
    line-height: 48px;
    height:100%;
  }
  #bottomLink a span {
    display:block;
  }
  #wrap {
    margin-bottom: 48px;
  }
}
