@charset "utf-8";
@import url("//fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400..900&family=Noto+Serif+JP:wght@500;700&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;
  background: #fff;
}
@media only screen and (max-width: 1024px) {
  body { font-size: 16px; }
}
@media only screen and (max-width: 600px) {
  body { font-size: 15px; }
}
@media only screen and (max-width: 450px) {
  body { font-size: 14px; }
}
/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}

/*--------------------------------------------------------------
変数・カラー定義
---------------------------------------------------------------*/
:root {
  --color-main: #88bf02;
  --color-dark: #658404;
  --color-deep: #2e4702;
  --color-light: #c1e25a;
  --color-pale: #f2f6ea;
  --color-link: #e86e1c;
  --color-hover: #c15911;
  --color-accent: #e86e1c;
  --btn-color: #555;
  --btn-hover: #777;
}

/*--------------------------------------------------------------
リンク・ボタン
---------------------------------------------------------------*/
a {
  color: var(--color-link);
  font-weight: 500;
}
a:hover {
  color: var(--color-hover);
}
a.btn {
  background: var(--btn-color);
}
a.btn:hover {
  background: var(--btn-hover);
}
a.tel-link {
  font-size: 1.05em;
  font-weight: 600;
  text-decoration: none;
}
a.tel-link::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2a0";
  font-weight: bold;
  margin-right: 8px;
}

/*--------------------------------------------------------------
段落
---------------------------------------------------------------*/
.article p {
  line-height: 2.0;
  margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
見出し
---------------------------------------------------------------*/
#mainArticles h2, #listTopics h2 {
  background: var(--color-main);
  padding-left: 0.5em;
  padding-right: 0.5em;
}
#mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
  font-size: 1.65em;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
}
.article h3 strong, .gallery h3 strong {
  font-size: 55%;
  font-weight: 400;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: 0.2em;
  color: #777;
}
#mainTopics h2:after, article_outer h2:before, .article h3:after, .gallery h3:after, .freeHtml h3:after {
  width: 1.6em;
  height: 1px;
  background: var(--color-main);
  margin-top: 20px;
}
#mainTopics h2:before, article_outer h2:before, .article h3:before, .gallery h3:before, .freeHtml h3:before {
  content: "";
  width: 1px;
  height: 24px;
  background: var(--color-main);
  margin: 0 auto;
  display: block;
  position: absolute;
  bottom: 45px;
  left: calc(50% - 0.5px);
}
.article h4 {
  font-size: 1.2em;
}
.article h4:before {
  background: var(--color-main);
}
.article h5 {
  border-left: 4px solid var(--color-main);
}
/*3つの特長　H4*/
.features h4 {
  font-size: 1.15em;
  border: none;
  padding: 0;
}
.features h4:before {
  display: none;
}

/*--------------------------------------------------------------
汎用文字装飾
---------------------------------------------------------------*/
#mainArticles .envelope, #mainBlogCommentForm .envelope {
  background: var(--color-pale);
}

/*--------------------------------------------------------------
pankuz
---------------------------------------------------------------*/
#pankuz p {
  padding-right: 1.0em;
}

/*--------------------------------------------------------------
title
---------------------------------------------------------------*/
#title_outer {
  width: 96%;
}
#title_body {
  display: flex;
  align-items: center;
}
#title h1 {
  width: 200px;
  height: 45px;
}
#title h1 a {
  display: block;
  width: 100%;
  height: 100%;
  background: url("/materials/178003338898501.png") top left no-repeat;
  background-size: 100%;
  text-indent: -9000px;
  margin: 0;
}
#title #title_outer {
  max-width: 1280px;
  height: 80px;
  background: url("/materials/177856161708802.png") right center no-repeat;
  background-size: 300px;
}

/*--------------------------------------------------------------
topMenu
---------------------------------------------------------------*/
#topMenu {
  height: 56px;
}
#topMenu_outer {
  width: 94%;
  max-width: 1024px;
}
#topMenu_outer .topMenu {
  display: flex;
  gap: 12px;
}
#topMenu_outer .topMenu li {
  flex: 1;
}
#topMenu_outer .topMenu li a {
  display: block;
  font-size: 0.87em;
  font-weight: 400;
  color: #fff;
  line-height: 36px;
  background: var(--color-main);
  border-radius: 4px;
  margin-top: 10px;
}
#topMenu_outer .topMenu li a:after {
  display: none;
}
#topMenu_outer .topMenu li a:hover {
  background: var(--color-dark);
}

/*--------------------------------------------------------------
topics
---------------------------------------------------------------*/
ul.topics li p.date {
  background: var(--color-main);
}
ul.topics li p.more a, #mainTopics .listview a {
  background: var(--btn-color);
}
ul.topics li p.more a:hover, #mainTopics .listview a:hover {
  background: var(--btn-hover);
}

/*--------------------------------------------------------------
footer
---------------------------------------------------------------*/
#footer {
  background: var(--color-main);
}
#footer_body .copyright {
  background: var(--color-dark);
}

/*--------------------------------------------------------------
footer menu
---------------------------------------------------------------*/
#footer_body .topMenu li a, #footer_body .services li a {
  background: transparent;
  border-bottom: 1px solid transparent;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  background: transparent;
  border-bottom: 1px dashed #fff;
}

/*--------------------------------------------------------------
sideContents
---------------------------------------------------------------*/
.sideContents ul li a:hover, .sideContents dt a:hover {
  color: #222;
  background: var(--color-pale);
}

/*--------------------------------------------------------------
normalTbl
---------------------------------------------------------------*/
.article table.normalTbl td, .article table.normalTbl th {
  border-top: none;
}

/*--------------------------------------------------------------
GoogleMap
---------------------------------------------------------------*/
.gmap-wrap {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 75%; /*4:3*/
  padding-bottom: 56.25%; /*16:9*/
  position: relative;
  margin-bottom: 50px;
}
.gmap-wrap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

/*-------------------------------------------------------
お問い合わせセクション
-------------------------------------------------------*/
.article.full.contact-block {
  text-align: center;
  background: url("/materials/177904633459301.jpg") center no-repeat;
  background-size: cover;
  overflow: hidden;
  margin-top: 30px;
}
.article.full.contact-block .article_body {
  background: rgba(255, 255, 255, 0.7);
  margin: 45px auto;
  padding: 20px 35px;
}
.contact-block h3 {
  margin-top: 0;
  padding-bottom: 0;
}
.contact-block h3::before {
  bottom: -11px;
}
.contact-block p {
  line-height: 1.7;
  margin-bottom: 0;
}
.contact-block p > a.tel-link {
  font-size: 2.4em;
  font-weight: 900;
  color: var(--color-main);
}
.contact-block p > a.tel-link::before {
  font-size: 80%;
  display: inline-block;
  transform: rotate(-25deg)  translateY(-4px);
}

/*-------------------------------------------------------
お問い合わせメールフォームボタン
-------------------------------------------------------*/
a.btn-mailform {
  font-size: 1.1em;
  color: #fff;
  font-weight: 500;
  line-height: 1.4;
  background: var(--color-deep);
  text-align: center;
  display: flow-root;
  border-radius: 6px;
  padding: 12px;
  text-decoration: none;
  width: 100%;
  max-width: 600px;
  margin: 20px auto;
}
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-dark);
}

/*--------------------------------------------------------------
サイト案内
---------------------------------------------------------------*/
.gallery.guideBtn .gallery_grid3 li.galleryGrid {
  width: 32%;
  background: var(--color-pale);
  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: var(--color-dark);
  font-weight: bold;
  line-height: 1.25;
  background: var(--color-pale);
  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: var(--color-dark);
  font-weight: bold;
  margin-left: 6px;
}

/*--------------------------------------------------------------
フローテーブル
---------------------------------------------------------------*/
.article table.flowTbl {
  width: 100%;
  border:none;
  border-collapse: separate;
  border-spacing: 0 50px;
  margin-top: -50px;
  margin-bottom: -50px;
}
.article table.flowTbl th, .article table.flowTbl td {
  border: none;
  padding: 0;
}
.article table.flowTbl th {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: var(--color-main);
  font-size: 1.1em;
  color: #fff;
  font-weight: 700;
  line-height: 1.0;
  width: 4.5em;
  height: 4.5em;
  border-radius: 50%;
  margin-top: 0;
  margin-right: -20px;
}
.article table.flowTbl td {
  padding: 15px 18px 15px 35px;
  background: #f5f5f5;
  border-radius: 8px;
}
.article table.flowTbl tr {
  position: relative;
}
.article table.flowTbl tr::after {
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  color: var(--color-main);
  position: absolute;
  left: 50%;
  bottom: -50px;
  transform: translateX(-50%);
}
/* 一番下は非表示 */
.article table.flowTbl tr:last-child::after {
  display: none;
}

/*--------------------------------------------------------------
FAQ
---------------------------------------------------------------*/
ul.faq {
  font-size: 1.0em;
  padding: 0;
}
ul.faq li.qus ,
ul.faq li.ans {
  display: block;
  line-height: 1.6;
  margin-left: 48px;
  margin-bottom: 30px;
  padding-left: 0;
}
ul.faq li.qus {
  font-weight: bold;
  font-size: 115%;
}
ul.faq li.qus::before ,
ul.faq li.ans::before {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 1.0em;
  height: 32px;
  line-height: 32px;
  margin: 0 16px 0 -48px;
  text-align: center;
  width: 32px;
}
ul.faq li.qus::before {
  background-color: var(--color-main);
  content: "Q";
}
ul.faq li.ans::before {
  background-color: var(--color-dark);
  content: "A";
}

/*-------------------------------------------------------
背景スプリット
-------------------------------------------------------*/
.article.split_layout_right h4,
.article.split_layout_left h4 {
  background: transparent;
  display: flex;
  align-items: center;
  gap: 0.4em;
}
.article.split_layout_right h4 span,
.article.split_layout_left h4 span {
  flex: 0 0 auto;
  font-size: 3em;
  font-family: "Noto Serif JP", serif;
  font-weight: 600;
  line-height: 1;
  letter-spacing: 0.03em;
  color: var(--color-main);
}
.article.split_layout_right .image {
  margin-left: 4%;
}
.article.split_layout_left .image {
  margin-right: 4%;
}
.article.split_layout_right .article_outer,
.article.split_layout_left .article_outer {
  padding: 30px 0;
  position: relative;
  overflow: visible;
}
.article.split_layout_right .article_outer::before,
.article.split_layout_left .article_outer::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  background: #f3f3f3;
  z-index: 0;
}
.article.split_layout_right  .article_outer::before {
  right: calc(44% - 50px);
  left: calc(50% - 50vw);
}
.article.split_layout_left  .article_outer::before {
  left: calc(44% - 50px);
  right: calc(50% - 50vw);
}
.article.split_layout_right .article_body,
.article.split_layout_left .article_body {
  position: relative;
  display: flow-root;
  z-index: 1;
}

/*-------------------------------------------------------
料金表テーブル
-------------------------------------------------------*/
.article table.priceTbl {
  width: 100%;
  border: none;
  border-top: 1px solid #ccc;
  margin-bottom: 30px;
}
.article table.priceTbl th {
  border: none;
  border-bottom: 1px solid #ccc;
  background: var(--color-light);
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}
.article table.priceTbl td {
  border: none;
  padding: 10px 14px;
}
.article table.priceTbl td > p {
  font-size: 0.9em;
  margin-bottom: 0;
}

/*--------------------------------------------------------------
汎用クラス
---------------------------------------------------------------*/
.article.mt-30 {
  margin-top: 30px;
}
.article.mb-30 {
  margin-bottom: 30px;
}

/*======================================================
850px
======================================================*/
@media only screen and (max-width: 850px) {
  /*topMenu*/
  #topMenu_outer .topMenu li {
    flex: 1 0 auto;
  }
  /*TSAとは下のギャラリーを4列に*/
  .gallery.max.about-tsa .gallery_grid5 li:last-child {
    display: none;
  }
  .gallery.max.about-tsa .gallery_grid5 li {
    width: 25%;
  }
}

/*======================================================
600px
======================================================*/
@media only screen and (max-width: 600px) {
  /*title*/
  #title, #title #title_outer, #title_body {
    height: 56px;
  }
  #title #title_outer {
    background: none;
  }
  #title_outer h1 {
    width: 45vw;
    height: 10vw;
  }
  /*toggle*/
  #toggle {
    background-color: var(--color-main);
  }
  /*topMenu*/
  #topMenu {
    height: 0;
    background: var(--color-main);
  }
  #topMenu_outer {
    width: 96%;
    max-width: 1024px;
  }
  #topMenu_outer .topMenu {
    flex-wrap: wrap;
    gap: 0;
  }
  #topMenu_outer .topMenu li {
    flex: 1;
  }
  #topMenu_outer .topMenu li a {
    display: flex;
    align-items: center;
    font-size: 1.0em;
    font-weight: 500;
    color: #fff;
    line-height: 1.25;
    background: transparent;
    border-radius: 0;
    margin-top: 0;
  }
  /*toggle*/
  #toggle {
    background-color: var(--color-main);
  }
  .active #toggle {
    background-color: var(--color-dark);
  }
  /*見出し*/
  #mainTopics h2:before, .article h3:before, .gallery h3:before, .freeHtml h3:before {
    bottom: 30px;
  }
  .contact-block h3::before {
    bottom: -11px;
  }
  /*split*/
  .article.split_layout_right .image {
    margin-left: 0%;
  }
  .article.split_layout_left .image {
    margin-right: 0%;
  }
  /*normalTbl*/
  .article table.normalTbl th {
    background: var(--color-pale);
  }
  .gallery.guideBtn .gallery_grid3 li.galleryGrid {
    width: 47%;
    margin: 0 1.5% 15px;
  }
    #bottomLink {
	display: block;
	position: fixed;
	z-index: 999;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 48px;
}

#bottomLink a {
	display: block;
	line-height: 48px;
	text-align: center;
    background: var(--color-main);
    display: block;
    width: 100%;
    color: #fff;
    border-top: solid 1px var(--color-main);

}
#bottomLink span{
	font-size:var(--font-s);
	padding-right:0.5em;
}
  /*TSAとは下のギャラリーを4列に*/
  .gallery.max.about-tsa .gallery_grid5 li {
    width: 50%;
  }
}

/*===================================================================
480px以下
===================================================================*/
@media only screen and (max-width: 480px) {
  /*article*/
  .article, .gallery {
    margin-bottom: 0;
  }
  /*見出し*/
  #mainArticles h2, #listTopics h2 {
    line-height: 1.3;
  }
  #mainTopics h2, #mainArticles .article h2, .article h3, .gallery h3, .freeHtml h3 {
    font-size: 1.8em;
    line-height: 1.5;
  }
  .article h3 strong, .gallery h3 strong {
    display: block;
    padding-top: 0.5em;
  }
  /*お問い合わせセクション*/
  .article.full.contact-block .article_body {
    padding: 10px 15px;
  }
  .contact-block h3 {
    font-size: 5.8vw;
  }
  .contact-block p > a.tel-link {
    font-size: 8vw;
  }
  a.btn-mailform {
    font-size: 1.0em;
  }
}

/*-------------------------------------------------------
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;
}
