@charset "UTF-8";
/*------------------------------ 
PCファースト　960　｜　768
------------------------------*/
@media screen and (max-width: 940px) {
  header nav ul a {
    font-size: 13px;
    padding: 10px 10px;
  }
}
@media screen and (max-width: 768px) {
  /*---------- リセット・初期設定 ----------*/
  body,
  html,
  section,
  header,
  footer,
  div,
  h1,
  h2,
  h3,
  h4,
  p,
  ul,
  ol,
  li,
  dl,
  dt,
  dd,
  img,
  a,
  th,
  td,
  input,
  label {
    /* font-size: 16px; */
  }
  /*---------- 共通 ----------*/
  .inner {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .inner_s {
    width: 100%;
  }
  .sp {
    display: inherit;
  }
  .pc {
    display: none;
  }
  /*---------- header -----------*/
  /*---------- ナビゲーション ----------*/
  /***--ロゴの表示--***/
  h1.logo {
    height: auto;
    width: 100%;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    background-size: 50px;
  }
  h1.logo a {
    padding-top: 10px;
    padding-left: 47px;
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  /*** ロゴ  ここまで ***/
  .innerH {
    width: 100%;
  }
  header nav {
    padding-top: 10px;
    padding-left: 5px;
  }
  header nav > div {
    display: inherit;
  }
  /*---------- ナビゲーション ----------*/
  #mainNav {
    padding: 0;
  }
  #mainNav label {
    padding: 12px 12px;
    width: 60px;
    height: 60px;
    background-color: none;
    position: fixed;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 9999;
  }
  #mainNav label span {
    display: block;
    width: 22px;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: var(--main);
    position: absolute;
    box-shadow: 1px 1px 2px 1px rgba(200, 200, 200, 0.6);
    transition: 0.2s transform;
  }
  #mainNav label span:before,
  #mainNav label span:after {
    content: "";
    display: block;
    background: var(--main);
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
    box-shadow: 1px 1px 2px 1px rgba(200, 200, 200, 0.6);
  }
  #mainNav label span:before {
    top: -9px;
  }
  #mainNav label span:after {
    top: 9px;
  }
  #switch:checked ~ label span {
    transform: rotate(-45deg);
  }
  #switch:checked ~ label span:before {
    top: 0;
  }
  #switch:checked ~ label span:after {
    transform: rotate(270deg);
    top: 0;
    margin-top: 0;
  }
  #switch:checked ~ #navWrap,
  #switch:checked ~ div #navWrap,
  body:has(#switch:checked) #navWrap {
    display: block !important;
    top: 0 !important;
  }
  header nav #navWrap {
    padding-top: 10px;
    position: fixed;
    top: -120%;
    right: 0;
    width: 100%;
    height: 100vh;
    background-image: linear-gradient(-90deg, rgba(255, 255, 255, 0.75), #fff);
    transition: all 0.4s;
    padding: 0 15px;
    box-sizing: border-box;
    z-index: 500;
  }
  #navWrap > div > ul:first-of-type {
    padding-top: 40px;
  }
  .scroll-prevent {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
  }
  body {
    overflow-y: scroll;
  }
  #mainNav ul {
    float: none;
    clear: both;
    display: inherit;
    width: 100%;
  }
  #mainNav li {
    text-align: center;
    border-top: 1px dashed var(--sub01);
  }
  #mainNav li:last-child {
    border-bottom: 1px dashed var(--sub01);
  }
  #mainNav li a {
    display: block;
    color: var(--text);
    font-size: 16px;
    padding: 15px 0;
    text-decoration: none;
  }
  /* --- ハンバーガー開閉時のナビゲーション表示制御 --- */
  #switch:checked ~ #navWrap,
  #switch:checked ~ div #navWrap,
  body:has(#switch:checked) #navWrap {
    display: block !important;
    top: 0 !important;
    padding: 10px;
  }
  /* --- サブメニューの初期状態 --- */
  #navWrap ul ul {
    display: block !important;
    /* サブメニューを表示 */
    opacity: 1 !important;
    /* 透明度を解除 */
    visibility: visible !important;
    /* 表示を有効化 */
    position: static;
    /* PC用の絶対配置を解除 */
    background: rgba(255, 255, 255, 0.1);
    margin-top: 10px;
  }
  #navWrap ul ul li a {
    background-color: inherit;
  }
  #navWrap ul li a::before {
    display: none;
  }
  /* --- JavaScriptでクラスを付与した時の表示 --- */
  #navWrap ul ul.is-open {
    display: block;
  }
  /* --- スマホ用リンク調整 --- */
  #navWrap li {
    text-align: left;
    /* 左寄せにして見やすく */
    padding-left: 20px;
    padding-right: 20px;
    border-top: 1px dashed #ccc;
  }
  /***----- メインビジュアル -----***/
  .mainVisual .slick01 li {
    height: auto;
    width: 100%;
    aspect-ratio: 1/0.58;
    overflow: hidden;
  }
  .mainVisual .slick01 li img {
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
  }
  .mainVisual .slick01 li .mvText {
    position: absolute;
    left: 15px;
    top: 30px;
  }
  .mainVisual .slick01 li .mvText h2 {
    font-size: 18px;
    text-align: left;
    letter-spacing: 0;
  }
  .mainVisual .slick01 li .mvText h2::after {
    top: 45px;
    left: 0;
    width: 70%;
  }
  .mainVisual .slick01 li .mvText p {
    font-size: 14px;
    font-weight: normal;
    padding-left: 0;
    text-align: left;
  }
  /***---- フッター ----***/
  footer h1 {
    width: 60%;
    margin: 0 auto;
    background-position: center;
  }
  footer p {
    font-size: 72.222%;
  }
  footer > div:first-of-type {
    display: inherit;
  }
  footer .footer-nav {
    width: 100%;
    padding-top: 30px;
  }
  footer .footer-nav > ul {
    width: 100%;
    margin-top: 20px;
  }
  footer .footer-nav > ul li ul {
    padding-left: 0;
  }
  footer .footer-nav > ul li ul li a {
    font-size: 11px;
  }
  footer .footer-nav > ul div {
    width: 33.3333333333%;
  }
  footer .footerAdd {
    padding-left: 10px;
    padding-top: 10px;
  }
  footer .footerAdd li {
    text-indent: 0;
    padding-left: 0;
    padding-bottom: 10px;
  }
  footer > div:last-of-type {
    display: block;
  }
  footer > div:last-of-type ul {
    justify-content: center;
    padding-bottom: 10px;
  }
  footer > div:last-of-type p {
    text-align: center;
  }
  /*** 共通 ***/
  section h2 {
    font-size: 23px;
    margin-bottom: 40px;
  }
  section h2:first-of-type span::before {
    padding-right: 15px;
  }
  section h2 > span {
    padding-top: 30px;
    padding-left: 15px;
    letter-spacing: 0.1em;
    font-size: 13px;
  }
  .btn {
    margin: 25px auto;
  }
  /***---------- TOPページ ----------***/
  .tMessage .flexBox {
    display: inherit;
  }
  .tMessage .flexBox div {
    padding-top: 15px;
  }
  .tMessage .catch {
    font-size: 24px;
    padding: 0 0 15px;
    text-align: center;
  }
  .tMessage .catch::before {
    top: auto;
    bottom: 0;
    width: 100%;
  }
  /*** TOPページ　サービスセクション ***/
  .tService h3 {
    font-size: 24px;
    margin-top: 40px;
    padding-top: 0;
    padding-bottom: 25px;
  }
  .tService h3 span {
    padding-top: 8px;
    font-size: 16px;
  }
  .tService .tServiceBox {
    display: inherit;
  }
  .tService .tServiceBox > div {
    width: 100%;
    padding: 20px;
  }
  .tService .tServiceBox > div p {
    line-height: 2em;
  }
  .tService .tServiceBox > div p:first-of-type {
    font-size: 20px;
  }
  .tService .tServiceBox .flow {
    display: inherit;
  }
  .tService .tServiceBox .flow ul {
    width: 100%;
    padding: 0;
  }
  .tService .tServiceBox .flow li {
    width: 33.3333333333%;
    height: auto;
    aspect-ratio: 1/1;
  }
  .tService .tServiceBox .flow li::before {
    width: 90%;
    height: auto;
    aspect-ratio: 1/1;
    left: 5%;
    top: 5%;
  }
  .tService .tServiceBox .flow li div {
    font-size: 11px;
  }
  .tService .tServiceBox .flow li span {
    font-size: 13px;
  }
  .tService .tServiceBox .flow .btn {
    width: -moz-fit-content;
    width: fit-content;
    margin: 40px auto 20px;
  }
  .tService .tServiceBox .flow .btn a {
    padding: 15px 20px;
  }
  /***-- TOPページ下部　お知らせ --***/
  .tNews .tNewsBox {
    display: inherit;
  }
  /*-- ブログ共通 --*/
  /***-- TOPページ下部　ブログ --***/
  .tBlogBox {
    display: inherit;
  }
  .tBlogBox > li {
    padding-bottom: 30px;
  }
  .tBlogBox > li a {
    grid-template-columns: 40% auto;
  }
  .tBlogBox > li a .post-thumb {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1;
  }
  /*** ブログここまで ***/
  /***-----お問い合わせセクション-----***/
  .fContact::before {
    background-position-x: left 40%;
  }
  .contactBox > div {
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;
  }
  .contactBox > div div {
    padding: 20px 10px;
  }
  .contactBox > div p {
    font-size: 24px;
  }
  .contactBox h3 {
    font-size: 20px;
  }
  .contactBox > p {
    font-size: 14px;
  }
  /*----- 下層ページ -----*/
  .about_us .headerTitle > div {
    background-position: right -90px center;
  }
  .about_us .aGreeting .longTxt {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
  .about_us .aGreeting p {
    width: 100%;
    font-size: 14px;
  }
  .about_us .aCounsellor .flexBox {
    display: inherit;
  }
  .about_us .aCounsellor .flexBox > div {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
    margin-top: 30px;
    border-bottom: 1px solid var(--acc);
  }
  .about_us .aCounsellor .flexBox > div:last-of-type {
    border-bottom: none;
  }
  .about_us .listB dt {
    font-size: 14px;
    padding: 15px 10px;
  }
  .about_us .listB dd {
    font-size: 14px;
    padding: 15px 10px;
  }
  .about_us .aAccess .inner {
    display: inherit;
  }
  .headerTitle > div {
    width: 100%;
    height: 150px;
  }
  .headerTitle > div h2 span {
    font-size: 36px;
  }
  .service .headerTitle > div {
    background-position: right -80px center;
  }
  .service .sPolicy .longTxt {
    width: 100%;
    border: none;
  }
  .service .sPolicy h3 {
    font-size: 18px;
    margin-left: 0;
    padding-left: 15px;
    padding-bottom: 15px;
    line-height: 1.5em;
  }
  .service .sPolicy h3::before {
    width: 7px;
    height: 7px;
    top: 12px;
  }
  .service .sPolicy p {
    width: 100%;
    margin: 0;
    padding-left: 15px;
  }
  .service #sec02.sService {
    padding-bottom: 0;
  }
  .service .sService nav ul {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 1px;
    background-color: var(--main);
    border: 1px solid var(--main);
    margin-bottom: 30px;
  }
  .service .sService nav ul li {
    background-color: var(--base);
  }
  .service .sService nav ul li a {
    border: none;
    padding: 10px 0;
  }
  .service .sService div[id] {
    padding: 110px 10px 40px;
  }
  .service .sService div[id]::after {
    width: 100%;
    height: 200px;
  }
  .service .sService div[id] > div {
    display: inherit;
    padding: 10px 10px 40px;
    margin-bottom: 40px;
  }
  .service .sService div[id] h3 {
    font-size: 24px;
  }
  .service .sService div[id] h3::after {
    top: 45px;
  }
  .service .sService div[id] p:first-of-type {
    font-size: 18px;
    padding-top: 30px;
    text-align: center;
  }
  .service .sService div[id] ul {
    position: inherit;
    display: flex;
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }
  .service .sService div[id] ul li {
    width: 33.3333333333%;
    height: auto;
    aspect-ratio: 1/1;
    font-size: 10px;
  }
  .service .sService div[id] ul li::before {
    width: 80%;
    height: auto;
    aspect-ratio: 1/1;
    top: 10%;
    left: 10%;
  }
  .service .sService div[id] ul li div {
    font-size: 11px;
  }
  .service .sService div[id] ul li span {
    font-size: 13px;
  }
  /***blog news 一覧***/
  .categoryList .mainList > li:not(:first-of-type) {
    padding-top: 50px;
  }
  .categoryList .mainList > li > a .box00 {
    display: inherit;
  }
  .categoryList .post-thumb {
    margin-right: 0;
    width: 100%;
  }
  .categoryList .post-thumb img {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.5;
  }
  .categoryList h3 {
    font-size: 20px;
    background-size: 13px;
    background-position: left top 20px;
    padding-left: 20px;
    padding-right: 0;
    padding-bottom: 10px;
    line-height: 1.5em;
  }
  .categoryList .dateBox {
    font-size: 13px;
  }
  .categoryList .tax-label {
    font-size: 13px;
  }
  .categoryList .boxIn > ul > li {
    margin-right: 10px;
  }
  .categoryList .post-contents {
    padding-right: 0;
  }
  .categoryList .post-contents p {
    font-size: 14px;
  }
  /*** blog news  single ***/
  .newsContent img {
    width: 100% !important;
  }
  .newsContent .navigation {
    display: inherit;
  }
  .newsContent .navigation > div {
    padding-right: 0;
    padding-bottom: 30px;
  }
  .newsContent .navigation > div div {
    width: 50%;
    padding: 0;
  }
  .newsContent .navigation > div a {
    margin: 0 auto;
  }
  .second.company section:first-of-type h2 span {
    font-size: 13px;
  }
  .second.company section:first-of-type h2 + div {
    padding-right: 0;
  }
  .second.company section:first-of-type p {
    padding-bottom: 20px;
  }
  .second.company section:first-of-type p.daihyo {
    position: relative;
    font-size: 18px;
    padding-top: 230px;
    margin: 0 auto;
    background-position: top 30px center;
  }
  .second.company section:first-of-type .secBox h3 {
    font-size: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }
  .second.company section:first-of-type .secBox h3::before {
    width: 12px;
    top: 15px;
  }
  .second.company section:first-of-type .secBox::after {
    width: 100%;
    height: auto;
    aspect-ratio: 1/0.83;
    background-size: 100%;
    position: inherit;
    right: auto;
    top: auto;
    margin: 0 auto;
  }
  .second.company section:nth-child(2) table {
    margin-bottom: 50px;
  }
  .second.company section:nth-child(2) table th,
  .second.company section:nth-child(2) table td {
    padding: 10px;
    border-top: 1px #b1b1b1 solid;
    line-height: 2em;
    font-size: 14px;
  }
  .second.company section:nth-child(2) table td {
    background-color: var(--base);
  }
  .second.company section:nth-child(2) table tr:last-of-type td,
  .second.company section:nth-child(2) table tr:last-of-type th {
    border-bottom: 1px #b1b1b1 solid;
  }
  .second.company section:nth-child(2) .map iframe {
    width: 100%;
    height: 500px;
  }
  .second.company section:nth-child(2) .map p:last-of-type {
    font-size: 18px;
    font-family: var(--fontJ);
    padding: 20px 0 60px;
  }
  .second.company section:nth-child(2) .map p:last-of-type span {
    display: inline-block;
    padding-right: 15px;
    color: var(--main);
    font-weight: 600;
    letter-spacing: 0.1em;
  }
  .second section:first-of-type .secBox .erea li {
    padding: 5px 10px;
    font-size: 13px;
  }
  .second section:first-of-type .secBox .erea li:last-of-type {
    margin-right: 0;
  }
  .second section:first-of-type h2 + div {
    padding-right: 0;
  }
  .second section h2 {
    font-size: 20px;
    margin-bottom: 30px;
  }
  .second section h2 > span {
    font-size: 13px;
    letter-spacing: -0.05em;
  }
  .second section h2 + div {
    padding: 0;
  }
  .second section.pestControl h2 > span {
    font-size: 18px !important;
  }
  .second .pestControl h2 + div > p:first-of-type::after {
    width: 100%;
    height: auto;
    aspect-ratio: 1/1.7;
    position: relative;
    margin: 30px auto 0;
    background-size: 100%;
  }
  .second.faq dl.qa dt {
    font-size: 16px;
    padding-bottom: 10px;
    padding-left: 40px;
    position: relative;
  }
  .second.faq dl.qa dt::before {
    width: 30px;
    border-radius: 15px;
    line-height: 1em;
    position: absolute;
    left: 0;
    top: 0;
  }
  .second.faq dl.qa dd {
    font-size: 14px;
    margin-left: 30px;
    margin-bottom: 50px;
    padding-left: 30px;
    line-height: 2em;
  }
  .second.faq dl.qa dd::before {
    width: 25px;
    height: auto;
    padding: 5px;
    position: absolute;
    top: 3px;
    left: 0;
  }
  .second .item,
  .second tr,
  .second th,
  .second td {
    display: block;
  }
  .second .item tr th {
    width: -moz-fit-content;
    width: fit-content;
    text-align: inherit;
  }
  .second .item tr td {
    width: 100%;
    padding-bottom: 20px;
  }
  .smap ul {
    width: 100%;
    padding-left: 0;
  }
  .smap ul li ul {
    padding-left: 50px;
  }
  /*-- ページ下部　お知らせ --*/
  /*--------- news ---------*/
  #secNews dl {
    padding: 0 15px;
  }
  #secNews dt,
  #secNews dd,
  .listDl dt,
  .listDl dd {
    font-size: 100%;
    float: inherit;
  }
  #secNews dt,
  .listDl dt {
    border-bottom: none;
    padding-bottom: 0;
  }
  #secNews dd,
  .listDl dd {
    border-bottom: 0.75px dashed #999;
    padding-top: 5px;
    width: 100%;
  }
  /*--セクション--*/
  #sec01,
  #sec02,
  #sec03 {
    padding-bottom: 40px;
    padding-top: 40px;
  }
  /*--------下層ページ--------*/
  .txtWithImg {
    flex-wrap: wrap-reverse;
    padding-bottom: 30px;
  }
  .txtWithImg .inTxt {
    padding-right: 10px;
    padding-left: 10px;
  }
  .txtWithImg .inImg {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
    width: 100%;
  }
  .txtWithImg .inImg p {
    width: 100%;
  }
  .tableA caption {
    background-color: var(--main);
    color: var(--sub1);
    border-radius: 15px 15px 0 0;
    display: table-caption;
    width: 100%;
    border-bottom: 2px solid var(--sub1);
    padding: 10px 20px;
  }
  .tableA tr:first-of-type th:first-of-type {
    display: none;
  }
  .tableA th {
    width: inherit;
    padding: 10px;
  }
  .tableA td {
    padding: 10px;
  }
  .tableA tbody > tr:first-child th:first-child {
    width: 100%;
  }
  .tableB {
    margin-top: 0;
  }
  .tableB tr:first-child th:first-child {
    border-radius: 15px 15px 0 0;
  }
  .tableB th,
  .tableB td {
    display: block;
    width: 100%;
  }
  .tableB th {
    text-align: left;
    padding: 10px;
    margin: 0;
    font-weight: 600;
  }
  .tableB th:not(:first-of-type) {
    display: none;
  }
  .tableB th:not(:last-child):after {
    display: none;
  }
  .tableB tr > td {
    display: flex;
  }
  .tableB tr > td:before {
    display: block;
  }
  .tableB tr > td:nth-child(2):before {
    content: "会場：　";
  }
  .tableB tr > td:nth-child(3):before {
    content: "内容：　";
  }
  .tableB tr > td:nth-child(4):before {
    content: "担当：　";
  }
  .tableB tr > td:nth-child(5):before {
    content: "役員・幹事会：　";
  }
  /*--------- schedule 詳細ページ ---------*/
  .tableC tr {
    border-bottom: none;
    width: 100%;
  }
  .tableC th,
  .tableC td {
    display: block;
    border-bottom: 4px solid var(--sub1);
    border-right: none;
    width: 100%;
    padding: 10px;
  }
  .tableC th {
    border-radius: 15px 15px 0 0;
  }
  .tableC td {
    padding: 10px;
    border-right: none;
  }
  .listImg ul {
    flex-wrap: wrap;
  }
  .listImg li {
    width: calc((100% - 10px) / 2);
  }
  .listImg li:not(:last-child) {
    margin-right: 0;
  }
  .listImg li:nth-child(odd) {
    margin-right: 10px;
  }
  /*--------- information ---------*/
  .list1 li {
    padding-left: 25px;
    margin-left: 5px;
    margin-top: 10px;
  }
  .txtHalf p {
    padding-right: 0;
  }
  #information #sec01:before {
    display: none;
  }
  /*--- Contact snowmonkey ---*/
  .contact .innerS {
    width: 100%;
    padding-bottom: 100px;
  }
  /*--見出し--*/
  .secTitle {
    font-size: 110%;
    background-position: 10px;
    padding-left: 55px;
    line-height: 46px;
    margin-bottom: 30px;
  }
}/*# sourceMappingURL=smile_res.css.map */