@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap");

/*--------------------------------------------------------------
シンプル01 グリーン 2カラム 左メイン
---------------------------------------------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  font-size: 17px;
  color: #555;
  line-height: 2.0;
  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; }
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: #fa932b;
  font-weight: 500;
}
a:hover {
  color: #d67822;
  font-weight: 500;
  cursor: pointer;
}
a.btn {
  color: #fff;
  background: #fa932b;
}
a.btn:hover {
  background: #d67822;
}
a.btn.border {
  color: #000;
  border: 1px solid #000;
  background: none;
}
a.btn.border:hover {
  color: #fff;
  background: #555;
  border: 1px solid #555;
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 700;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*----------------------------------------------------------
背景色
----------------------------------------------------------*/
#wrap_body #contents {
  background: linear-gradient(to bottom, #7ebe2c, #7ebe2c 45px, #f9faf7 200px, #f9faf7 100%);
  position: relative;
}
#wrap_body #contents::before {
  content: "";
  display: block;
  width: 180px;
  height: 135px;
  background: url("/materials/174946044898401.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
}
#wrap_body #contents::after {
  content: "";
  display: block;
  width: 180px;
  height: 135px;
  background: url("/materials/174946107252701.png") no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
}

/*----------------------------------------------------------
汎用
----------------------------------------------------------*/
.article.pt-40 {
  padding-top: 40px;
}

/*リスト*/
ul.maru-plus {
  list-style-type: none;
  margin-bottom: 1.5em;
}
ul.maru-plus li {
  margin-left: 1.0em;
}
ul.maru-plus li:before {
  content: "●";
  color: #fac166;
  margin-left: -1.0em;
}

/*テーブル・シンプル*/
.article table.simpleTbl {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  margin: 24px auto;
}
.article table.simpleTbl th, .article table.simpleTbl td {
  padding: 10px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  vertical-align: middle;
}
.article table.simpleTbl th {
  width: 25%;
  background-color: #f7f7f7;
  text-align: center;
  font-weight: normal;
}

/*----------------------------------------------------------
p
----------------------------------------------------------*/
.article p {
//  text-align: justify;
  margin-bottom: 1.5em;
}

/*----------------------------------------------------------
title
----------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title h1 {
  width:200px;
  height:200px;
  border-radius: 100px;
  background: #fff;
  box-shadow: 1px 4px #7ebe2c;
  position: absolute;
  top:5px;
  left: 30px;
  z-index: 1;
}
#title h1 a {
  display: block;
  width: 70%;
  height: 70%;
  margin: 15%;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 110%;
  padding: 0;
  background: url("/materials/174926789917101.png") center center no-repeat;
  background-size:100%;
}
#title #title_outer {
  background: url("/materials/174926789917103.png") right center no-repeat;
  background-size:300px;
  margin: 0 auto;
}

/*----------------------------------------------------------
topMenu
----------------------------------------------------------*/
#topMenu_outer {
  width: 100%;
  padding-left: 220px;
}
#wrap_body #topMenu {
  border-bottom: 4px solid #7ebe2c;
}
#topMenu_outer .topMenu li a {
  font-weight: 400;
}
#topMenu_outer .topMenu li a:hover {
  color: #fff;
  background: #7ebe2c;
}
/*
@media only screen and (max-width: 1024px) {
  #title h1 {
    width: 17vw;
    height: 17vw;
  }
  #topMenu_outer {
    width: 80vw;
    margin-right:0;
    padding-left: 0;
  }
}
*/

/*----------------------------------------------------------
topics
----------------------------------------------------------*/
#listTopics {
  margin-top: 30px;
}

/*----------------------------------------------------------
トップバナー
----------------------------------------------------------*/
#mainImage_body {
  background: #7ebe2c;
}

/*----------------------------------------------------------
pankuz
----------------------------------------------------------*/
#pankuz {
  color: #fff;
  margin-top: 50px;
  position: relative;
  text-shadow: 1px 1px 1px #6a1;
}
#pankuz a {
  color: #ffff00;
  font-weight: 400;
}

/*----------------------------------------------------------
見出し
----------------------------------------------------------*/
#mainArticles h2 {
  color: #3d6013;
  margin-top: 30px;
}
#mainArticles h2 strong::before {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  background: url("/materials/174943705198201.png") no-repeat;
  background-size: cover;
}
#mainArticles h2 strong::after {
  content: "";
  display: inline-block;
  width: 100px;
  height: 30px;
  background: url("/materials/174943705198202.png") no-repeat;
  background-size: cover;
}
#mainArticles .article h2, .mainContents .article h3, #mainTopics h2, #listTopics h2, .mainContents div.gallery h3, #mainServices h2 {
  font-size: 1.4em;
  font-weight: 500;
  background: #60b65b url("/materials/174945749251501.png") no-repeat left 16px center;
  background-size: 32px;
  padding-left: 60px;
}
.article h4 {
  font-size: 1.4em;
  font-weight: 500;
  padding-bottom: 0.3em;
  border-bottom: 1px solid;
  display: flex;
}
.article h5 {
  border-left: solid 4px #bbd945;
}

/*----------------------------------------------------------
トップページメインコピー
----------------------------------------------------------*/
.article.toppage-maincopy {
  border-top: none;
  background: none;
  padding: 0;
}
#mainArticles .article.toppage-maincopy h2 {
  font-size: 1.8em;
  color: #222;
  font-weight: 500;
  background: none;
  margin: 0;
  padding: 0;
}

/*----------------------------------------------------------
sideContents
----------------------------------------------------------*/
#sideContents {
  margin-top: 36px;
}
#sideContents .freeHtml {
  border-top: none;
  border-radius: 120px 120px 0 0;
}

/*----------------------------------------------------------
サイドフリーHTML 会社概要
----------------------------------------------------------*/
#sideContents .freeHtml_body {
  padding:24px 0;
}
#sideCompany {
  padding:12px;
}
#sideCompany h2 {
  font-size:16px;
  font-weight:bold;
  margin: 0 auto;
  padding: 0;
}
#sideCompany h2.logomark {
  width:110px;
  height:110px;
  background:url("/materials/174926789917101.png") no-repeat;
  margin:10px auto 30px;
  background-size: 100%;
  display:block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
}
#sideCompany .logomark img {
  width:100%;
  height:auto;
}
#sideCompany dl {
  font-size: 0.8em;
  width: 100%;
  display:flex;
  flex-direction: column;
  flex-wrap: wrap;
  margin: 0;
}
#sideCompany dt {
  width: 100%;
  font-size: 1.0em;
  color: #fff;
  font-weight: 500;
  line-height: 1.0;
  padding: 0.5em;
  margin-bottom: 0.5em;
  background: #bbd945;
}
#sideCompany dd {
  width: 100%;
  font-size: 1.0em;
  color: #222;
  line-height: 1.5;
  font-weight: normal;
  margin-bottom: 1.0em;
}
#sideCompany a.link-btn {
  font-size: 1.0em;
  color: #fa932b;
  font-weight: 400;
  background: none;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 8px 16px;
  border: 1px solid #fa932b;
  border-radius: 4px;
  display: block;
  text-align: center;
  text-decoration: none;
}
#sideCompany a.link-btn:hover {
  color: #fff;
  background: #ffbc18;
  border: 1px solid #ffbc18;
}
#sideCompany a.link-btn span::after {
  font-family: "Font Awesome 5 Free";
  content:"\f105";
  font-size:1.0em;
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}
#sideCompany a.tel-link {
  color: #fa932b;
  font-size: 1.3em;
  font-weight: 900;
}
#sideCompany a.tel-link:hover {
  color: #d67822;
}

/*-------------------------------------------
GoogleMap
-------------------------------------------*/
.gmap-wrap {
  height: 0;
  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%;
}

/*-------------
バッジ非表示
---------------*/
.recaptcha_policy {
  margin-top: -20px;
  margin-bottom: 0;
  text-align: right;
  font-size: 11px !important;
  color: #999 !important;
  padding: 0 20px 20px;
}
.recaptcha_policy a { font-weight: normal; }
.grecaptcha-badge { visibility: hidden; }

/*-------------------------------------------
サイト案内
-------------------------------------------*/
.gallery.guideBtn .gallery_grid li.galleryGrid {
  margin-bottom:15px;
}
.gallery.guideBtn .gallery_grid li.galleryGrid .image {
  max-width: 200px;
  margin: 0 auto 10px auto;
}
.gallery.guideBtn ul.galleryGrids .comment {
  display:flex;
  align-items:center;
  justify-content:center;
  width:calc(100% - 10px);
  height:40px;
  position:absolute;
  bottom:10px;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  margin-bottom:0;
  padding:0 8px;
  pointer-events: none;
  background: #fa932b;
  border-radius: 50vh;
}
.gallery.guideBtn ul.galleryGrids .comment span {
  display:block;
  font-size:1.0em;
  color:#fff;
  font-weight:500;
  line-height:1.25;
  text-align:center;
}
.gallery.guideBtn ul.galleryGrids .comment span::after {
  font-size:1.0em;
  font-family: "Font Awesome 5 Free";
  content: "\f105";
  color: inherit;
  font-weight: bold;
  margin-left: 6px;
}

/*-------------------------------------------------------
営業日カレンダー
-------------------------------------------------------*/
.article table.schedule {
  width: 100%;
  border: none;
  margin: 1.0em auto;
  border-collapse: separate;
  border-spacing: 5px;
}
.article table.schedule th {
  width: auto;
  text-align: center;
  font-weight: 500;
  background: #bbd945;
  border: none;
}
.article table.schedule td {
  width: auto;
  text-align: center;
  font-weight: normal;
  background: #f0f9f0;
  border: none;
  font-size: 1.2em;
}
.article table.schedule td.closed {
  background: #ffff99;
  font-size: 1.0em;
}

/*-------------------------------------------------------
見学について
-------------------------------------------------------*/
dl.prereserve {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: 100%;
  margin: 1.0em 0;
}
dl.prereserve dt {
  display: flex;
  width: 6.5em;
  justify-content: center;
  background: #60b65b;
  font-size: 1.0em;
  color: #fff;
  font-weight: 500;
  margin-right: 0.5em;
  margin-bottom: 0.5em;
}
dl.prereserve dd {
  display: flex;
  width: calc(100% - 7em);
  margin-bottom: 0.5em;
}

/*-------------------------------------------------------
記事：お問い合わせブロック
-------------------------------------------------------*/
.article.contact-block {
  background: url("/materials/174943130111501.jpg") center center no-repeat;
  background-size: cover;
}
p.contact-block-tel {
  display: flex;
  font-size: 1.15em;
  line-height: 1.0;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 1.0em;
}
p.contact-block-tel span {
  color: #fff;
  font-weight: 700;
  display: inline-flex;
  width: 3.2em;
  height: 1.5em;
  justify-content: center;
  align-items: center;
  background: #bbd945;
  border-radius: 4px;
  margin-right: 0.5em;
  margin-bottom: 0.4em;
}
p.contact-block-tel a.tel-num {
  font-size: 2.5em;
  color: #222;
  font-weight: 900;
  text-decoration: none;
}
dl.contact-block-biz {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.0em;
}
dl.contact-block-biz dt {
  display: flex;
  width: 5.4em;
  height: 1.8em;
  justify-content: center;
  align-items: center;
  background: #bbd945;
  color: #fff;
  border-radius: 4px;
  margin: 0.5em;
}
/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size:1.1em;
  color:#fff;
  font-weight: bold;
  line-height: 1.25;
  text-align: center;
  background: #fa932b;
  border-radius: 4px;
  padding: 1.0em 12px 0.8em;
  text-decoration: none;
  display: block;
  width: 100%;
  margin: 0 auto;
}
a.btn-mailform::before {
  font-family:"Font Awesome 5 Free";
  content:"\f0e0";
  font-size:140%;
  color:inherit;
  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:inherit;
  font-weight:bold;
  margin-left:10px;
}
a.btn-mailform:hover {
  color:#fff;
  background: #7f9919;
}
a.btn-mailform:hover::before, a.btn-mailform:hover::after {
  color:inherit;
}

/*-------------------------------------------------------
ご利用の流れ
-------------------------------------------------------*/
ol.flow-numlist {
  display: flex;
  flex-direction: column;
  counter-reset: item;
  list-style: none;
  margin: 0;
  padding: 0;
}
ol.flow-numlist li {
  font-size: 1.0em;
  font-weight: 400;
  line-height: 1.8;
  padding: 0.7em 0.7em 0.7em 3.0em;
  margin-bottom:50px;
  position:relative;
  border: 1px solid #666;
  border-radius: 8px;
}
ol.flow-numlist li span {
  font-weight: 600;
  color: #7ebe2c;
}
ol.flow-numlist li::before {
  counter-increment: item;
  content: counter(item);
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  line-height: 1.6;
  border-radius: 50vh;
  text-align: center;
  background: #fa932b;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.7em;
  margin: auto 0;
}
ol.flow-numlist li:not(:last-child)::after {
  display: block;
  width: 100%;
  font-family: "Font Awesome 5 Free";
  content: "\f107";
  font-size: 2.0em;
  color: #fac166;
  font-weight: bold;
  text-align: center;
  position: absolute;
  left: 0;
  bottom: -50px;
}

/*-------------------------------------------------------
一日の流れ
-------------------------------------------------------*/
/* dl.timeTbl {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}
dl.timeTbl dt {
  display: flex;
  width: 25%;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.5;
  text-align: center;
  background: #bbd945;
  border-radius: 4px;
  margin: 0 18px 50px 0;
  padding: 0.75em 0.5em;
}
dl.timeTbl dd {
  display:inline-block;
  width: calc(75% - 18px);
  font-size: 1.05em;
  line-height: 1.6;
  margin-bottom: 50px;
  position: relative;
}
dl.timeTbl dd:not(:last-of-type)::after {
  content: "";
  display:block;
  width: 1px;
  height: 28px;
  border-left: 6px dotted #fac166;
  position: absolute;
  bottom: -50px;
  left: 25%;
}
*/
/* 250708修正 tableに*/
.article table.timeTbl {
    border: none;
    width:100%;
    border-collapse: separate;
    border-spacing: 0 10px;
}

.article table.timeTbl tbody th, .article table.timeTbl tbody td, .article table.timeTbl tbody tr {
    border: none;
}

.article table.timeTbl tbody th {
    background-color: #bbd945;
    padding: 12px 48px;
    text-align: center;
    color: white;
    font-weight: bold;
    border-radius:  8px;
    margin-right: 16px;
}
.timeTbl tr {
    display: flex;
    margin-bottom: 56px;
    align-items: center;
    position:  relative;
}


.timeTbl tr::after {
    content: "";
    display: block;
    width: 1px;
    height: 28px;
    border-left: 6px dotted #fac166;
    position: absolute;
    bottom: -45px;
    left: 30%;
}
.timeTbl tr:last-child::after {
    content:none;
}
.timeTbl tr:last-child {
    margin-bottom:0;
}
/*-------------------------------------------------------
対象エリアリスト
-------------------------------------------------------*/
ul.area {
  display: flex;
  flex-direction: column;
}
ul.area li {
  display: block;
  width: 100%;
  padding: 0.4em;
  text-align:center;
  border: 1px solid;
  margin-bottom: 0.5em;
}

/*-------------------------------------------------------
署名
-------------------------------------------------------*/
p.signature {
  font-weight: 500;
  display: flex;
  justify-content: flex-end;
}

/*--------------------------------------------------------------
contactTable
---------------------------------------------------------------*/
#mainArticles form {
  margin-bottom: 0;
}
#mainArticles table.contactTable tr td, #mainBlogCommentForm_outer table.contactTable tr td {
  border: none;
  border-bottom: 1px solid #ccc;
}
#mainArticles table.contactTable tr:last-child th, #mainBlogCommentForm_outer table.contactTable tr:last-child th {
  border-bottom: none;
}
#mainArticles table.contactTable tr:last-child td, #mainBlogCommentForm_outer table.contactTable tr:last-child td {
  border-bottom: none;
}