/*=========================================================
テンプレート：シンプル01 ブルー グリーン
=========================================================*/

/*-------------------------------------------------------
  define
-------------------------------------------------------*/
:root {
  --mainColor: #496d4a;
  --subColor: #9caa6f;
  --headerColor: #496d4a;
  --linkColor: #60b65b;
  --hoverColor: #9ace97;
  --accentColor: #60b65b;
  --emphasisColor: #a65900;
  --backColor: #e6ebd8;
  --gradation1: linear-gradient(to bottom, var(--mainColor) 0%,var(--subColor) 100%);
  --gradation2: linear-gradient(to bottom, var(--subColor) 0%,var(--mainColor) 100%);
  --outerWidth: 1200px;
  --mainWidth: 900px;
  --subWidth: 260px;
}

/*-------------------------------------------------------
  基本設定
-------------------------------------------------------*/
html {
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}
body {
  font-size: 17px;
  line-height: 1.7;
  font-weight: normal;
  letter-spacing: 0.04em;
  font-family: "Montserrat", 'Noto Sans JP', sans-serif;
  background: #FFF;
  color: #333;
}
#wrap {
  margin: auto;
  background: none;
}
#wrap_body #contents {
  background: #e6ebd8;
}

/* ContentSize */
#wrap_outer {
  max-width: calc( var(--outerWidth) *2 );
  min-width: var(--outerWidth);
}
#title_outer, #topMenu_outer, #contents_outer, #footer_outer {
  width: var(--outerWidth);
}
#mainContents {
  width: var(--mainWidth);
  margin-top: 40px;
}
#sideContents {
  width: var(--subWidth);
}

#mainArticles {
  border-top: none;
  background: #FFF;
}

/*-------------------------------------------------------
  リンク
-------------------------------------------------------*/
a {
  color: var(--linkColor);
  text-decoration: underline;
  font-weight: bold;
}
a:hover {
  color: var(--hoverColor);
  text-decoration: none;
  font-weight: bold;
  transition: 0.2s;
}

/*ボタン*/
a.btn {
  margin: 1.5em auto;
  width: 60%;
  min-width: 320px;
  background: var(--mainColor);
  font-weight: normal;
  padding: 0.75em;
}
a.btn:hover {
  background: var(--mainColor);
}

/*-------------------------------------------------------
  記事
-------------------------------------------------------*/
.article, .gallery {
  background:#fff;
  border-top:none;
  padding: 30px;
  margin-bottom: 0;
}
.article .article_left .image {
  margin-right: 4%;
  margin-bottom: 1.5em;
  max-width: 420px;
}
.article .article_right .image {
  margin-left: 4%;
  margin-bottom: 1.5em;
  max-width: 420px;
}
.article p strong {
  font-size:110%;
  color: #333;
}
.article p, .gallery p {
  margin-bottom: 0.9em;
}
.article p.ib {
  display: inline-block;
  margin-right: 1em;
}

/*センター揃え*/
.center {
    text-align: center!important;
}

/*-------------------------------------------------------
  ギャラリー
-------------------------------------------------------*/
.gallery ul.galleryGrids .comment {
  font-size: 0.9em;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
  padding: 0 4px;
}
.gallery.txt_left ul.galleryGrids .comment {
  text-align: left;
}
.gallery_slide .galleryPreview .images li .comment {
  font-size: 1em;
}

/*-------------------------------------------------------
  タイトル部分
-------------------------------------------------------*/
#title {
  padding: 10px 0 2px;
}
#title h1 {
  margin: 0;
  padding: 0;
  text-align: left;
  height: 100px;
  width: 420px;
}
#title h1 a {
  display: inline-block;
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  height: 100%;
  width: 100%;
  background: url(/materials/176648089157701.png) left top no-repeat;
  background-size: contain;
}
#title h1 a:hover {
  opacity: 0.75;
}
#title #title_outer {
  background: url(/materials/176643119389901.png) no-repeat top right;
  height: auto;
}
#title .description {
  display: none;
}

/*-------------------------------------------
　トップメニュー
-------------------------------------------*/
#topMenu_outer {
  height: 50px;
}
#wrap_body #topMenu {
  background: var(--mainColor);
  border-bottom: none;
  margin: 0 auto;
}
#topMenu .topMenu li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 25%;
  background: var(--backColor);
  position: absolute;
}
#topMenu .topMenu li.first::after {
  content: none;
}
#topMenu_outer .topMenu li a {
  color: #FFF;
  font-weight: bold;
  font-size: 108%;
  line-height: 50px;
  background: var(--mainColor);
  border: none;
  position: relative;
}
#topMenu_outer .topMenu li a:hover  {
    color: #e6ebd8;
    background: #739774;
    border: none;
}

/*ぱんくず*/
#pankuz {
  color: #999;
}

/*-------------------------------------------------------
  最新情報
-------------------------------------------------------*/
#mainTopics, #listTopics, #mainServices {
  background:#fff;
  border-top:none;
  padding: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
#mainTopics .listview a,
ul.topics p.more a {
  background: var(--mainColor);
}
#mainTopics .listview a:hover,
ul.topics p.more a:hover {
  background: var(--mainColor);
}
#mainTopics, #listTopics, #mainServices {
  background: #fff;
  border-top: none;
}
#mainTopics h2, #listTopics h2, #mainServices h2 {
  color: #222;
  background: none;
  text-align: center;
  margin: 0 auto 1em;
  font-weight: bold;
  font-size: 175%;
  font-family: sans-serif;
  padding: 0;
}
#mainTopics h2 span, #listTopics h2 span, #mainServices h2 span {
  color: var(--subColor);
}
#mainArticles div[id^="blog"] h2 {
  color: #333;
  background: #FFF;
  text-align: center;
  margin: 0.5em auto 1.5em;
  font-size: 150%;
  padding: 0 0 1em;
  font-weight: bold;
}
ul.topics li .thumb {
  margin-bottom: 6px;
}
ul.topics li h3 {
  padding-top: 0.2em;
  padding-bottom: 0.5em;
  font-size: 1.2em;
}
ul.topics li p.date {
  font-size: 0.75em;
  display: block;
  color: #666;
}
ul.topics li p.more a {
  padding: 2px 8px;
  font-size: 0.875em;
  border: none;
  font-weight: normal;
}
#mainTopics .listview a, p.more a, #mainServices h3 a {
  font-weight: normal;
}
#mainTopics .listview a {
  width: 50%;
  margin: auto;
}

/*-------------------------------------------
　見出し
-------------------------------------------*/

/*common*/
#contents h2, #contents h3, #contents h4, #contents h5, #contents h6 {
  letter-spacing: 0.06em;
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.6;
  overflow: hidden;
}

/*h2*/
#mainArticles h2 {
    margin: 0;
    padding: 60px 0 30px;
    color: #333;
    background: #e6ebd8 url(/materials/176642908415202.png) no-repeat center 0.5em / 12%;
}
#mainArticles h2 span {
  color: var(--headerColor);
}
#mainArticles .article h2 {
  background: #FFF;
  color: #333;
  margin: 0;
  padding: 40px 0 20px;
  text-align: center;
  font-size: 2em;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}
#mainArticles div[id^="blog"] h2 {
  margin: 0.5em auto 1.5em;
}

/*h3*/
.mainContents .article h3,
.mainContents div.gallery h3  {
    position: relative;
    padding: 0 0 30px;
    background: url(/materials/176642845652901.png) no-repeat center bottom / 25%;
    text-align: center;
    border: none;
    font-size: 165%;
    color: #333;
    margin: 0 0 0.75em;
}
.mainContents .article h3:before,
.mainContents div.gallery h3:before {
  content: none;
}
.mainContents .article h3:after,
.mainContents div.gallery h3:after {
  content: none;
}
.article h3 a, .article h3 a:hover {
  color: #333;
}

/*h4*/
.article h4 {
    position: relative;
    padding-left: 58px;
    border: none;
    font-size: 150%;
    margin: 0.5em auto;
    color: var(--headerColor);
    background: url(/materials/176642931380301.png) no-repeat left center / 46px;
}
.article h4::before {
  content: none;
}
.article h4::after {
  content: none;
}

/*h5*/
.article h5 {
    border: none;
    padding: 0.2em 1em;
    margin-bottom: 0.5em;
    background: #60b65b;
    color: #fff;
    border-radius: 20px;
    display: inline-block;
}

/*h6*/
.article h6 {
color: #df7800;
    font-size: 1.4em;
    margin: 8px 0;
    padding: 4px 0;
    line-height: 1.8em;
    background: none;
    text-align: center;
    font-weight: bold;
}
.article h6::before {
content: none;
}

/*-------------------------------------------------------
　サイド
-------------------------------------------------------*/
#sideContents {
  margin-top: 40px;
}
#sideContents .freeHtml_body {
  padding: 20px 10px;
}
#side {
  line-height: 1.6;
  font-size: 17px;
  letter-spacing: 0;
}
#side h3 {
  font-size: 125%;
  font-weight: bold;
  margin: 10px auto 5px;
}
#side h4 {
  font-size: 17px;
  margin: 0.5em auto 0;
  padding: 4px 0;
  text-align: center;
  font-weight: bold;
  width: 100%;
  color: #333;
}
#sideContents h2 {
  font-size: 1.1em;
  text-align: center;
  color: #FFF;
  padding: 15px 10px;
  font-weight: bold;
  background: var(--subColor);
  margin-bottom: 0;
}
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
  background: #FFF;
}
#sideContents #sideServices ul a, #sideContents #sideServices dl a, #sideContents #sideBlogCategories ul a, #sideContents #sideBlogCategories dl a, #sideContents #sideBlogDates ul a, #sideContents #sideBlogDates dl a,#sideContents #sideContact a {
  text-decoration: none;
}
#sideContents #sideServices ul li {
  border-bottom: solid 1px var(--subColor);
}
#sideContents #sideServices ul li a {
  padding: 20px 16px;
  font-weight: bold;
}
#sideContents #sideServices ul a:hover {
  background: var(--backColor);
}
#sideContents #sideContact {
  margin: 0;
}
#sideContents #sideContact a {
  color: #fff;
  background: var(--mainColor);
}
#sideContents #sideContact a::after {
  top: 25%;
}

#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
  border-top: none;
}
#sideContents #sideServices ul a::before, #sideContents #sideServices dl a::before, #sideContents #sideBlogCategories ul a::before, #sideContents #sideBlogCategories dl a::before, #sideContents #sideBlogDates ul a::before, #sideContents #sideBlogDates dl a::before {
  color: var(--headerColor);
}
#sideContents #sideServices ul {
  padding: 0;
}
#sideContents #sideMobile {
  text-align: center;
  margin-bottom: 0;
}

#sideContents #sideBanners li {
  margin: 24px 0;
}

/*-------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer {
  background: var(--mainColor);
  padding: 40px 0 20px;
}
#footer_body {
  display: block;
  padding: 1em 0;
}
#footer_body .topMenu, #footer_body .services {
  flex-direction: row;
  justify-content: center;
  flex-basis: 100%;
  margin: 0 auto 1.5em;
}
#footer_body .topMenu li, #footer_body .services li {
  display: flex;
}
#footer_body .topMenu li {
  width: auto;
  margin: 0 2em;
  line-height: 2;
  height: auto;
}
#footer_body .topMenu li a {
  font-weight: bold;
  font-size: 1em;
  text-decoration: none;
}
#footer_body .services li {
  margin: 0 2em;
}
#footer_body .services li a {
  text-decoration: none;
  font-size: 0.9em;
  line-height: 1.5;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color: var(--accentColor);
}
#footer_body .topMenu li a::before, #footer_body .services li a::before {
  margin-right: 1em;
  margin-left: 0;
}
#footer_body .copyright {
  padding: 1em 0 0;
  font-size: 0.8em;
  text-align: center;
  color: #FFF;
}


/*-------------------------------------------------------
　リスト
-------------------------------------------------------*/
.article ul, .article ol {
  margin: 1em 0;
  overflow: hidden;
}
.article li {
  line-height: 1.6;
  margin-bottom: 0.25em;
}
ol.pp {
    padding-left: 2em;
}

/*List 丸マーク*/
ul.maru {
  margin-left: 0;
  padding-left: 1.3em;
}
ul.maru li {
    margin-bottom: 6px;
}
ul.maru li:before {
  margin-right: 4px;
  color: #ccd1bc;
  font-size: 0.75em;
  margin-left: -1.5em;
}

/*List maruicon*/
ul.maruList li {
  margin-bottom: 0.75em;
  padding-bottom: 0.75em;
  font-size: 1em;
  padding-left: 1.75em;
  border-bottom: 1px dotted #666;
}
ul.maruList li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  font-size: 110%;
  line-height: 1;
  background: none;
  content: "\f192";
  display: inline-block;
  color: var(--accentColor);
  margin-right: 0.25em;
  margin-left: -1.25em;
}
ul.maruList li strong {
  font-size: 115%;
  color: var(--accentColor);
}

/*List kome*/
ul.ps {
  list-style-type: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.ps li::before {
  content: "※";
  margin-left: -1em;
}
ul.ps li {
  font-size: 100%;
  color: var(--emphasisColor);
}

/*List ◆*/
ul.notes {
  padding-left: 1.2em;
}
ul.notes li::before {
  margin-right: 0.2em;
}
ul.notes li::before {
  font-size: 0.95em;
}

/*------ Font Awesome List ------*/
ul[class*="iconList_"] {
  padding-left: 4px;
}
ul[class*="iconList_"] li::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: bold;
  line-height: inherit;
}
ul[class*="iconList_"] li {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: start;
  gap: 0.5em;
  border-bottom: 1px dotted #ccc;
	margin-bottom: 0.5em;
    padding-bottom: 0.5em;
}
ul[class*="iconList_"] li>strong ,
ul[class*="iconList_"] li>span,
ul[class*="iconList_"] li>a {
  display: contents;
}

/* List check */
ul.iconList_check li::before {
  content: "\f00c";
  color: #F33;
}
ul.iconList_check li {
}

/* List checkbox */
ul.iconList_ckbox li::before {
  content: "\f14a";
  color: #5d99d6;
}

/* List double */
ul.iconList_double li::before {
  content: "\f101";
  color: #df7800;
}

/* List caret */
ul.iconList_caret li::before {
  content: "\f0da";
  color: var(--subColor);
}
ul.iconList_caret li {
}

/* List maru */
ul.iconList_maru li::before {
  content: "\f192";
  color: #bbd945;
}
ul.iconList_maru li {
  align-items: normal;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
}

/* List kome */
ul.iconList_kome li::before {
  content: "\f069";
  color: #F30;
}
ul.iconList_kome li {
}

/* List cloud */
ul.iconList_cloud li::before {
  content: "\f0c2";
  color: #CCC;
  font-size: 1.1em;
}
ul.iconList_cloud li {
  border-bottom: 1px dashed #999;
  font-size: 1.05em;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em;
}

/*List number*/
ol.number li {
  position: relative;
  margin: 4px 1%;
  padding: 0 10px 4px 48px;
  line-height: 1.8;
  font-size: 1em;
  font-weight: normal;
  width: 100%;
}
ol.number li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--subColor);
  color: #FFF;
  font-weight: bold;
  font-size: 1em;
  width: 35px;
  height: 35px;
  transform: unset;
  top: -4px;
}


/*-------------------------------------------------------
　テーブル
-------------------------------------------------------*/
/* 汎用1 */
.article table.normalTbl {
  border-top: solid 1px #BBB;
  background: #fcfcfc;
}
.article table.normalTbl tr:nth-child(2n) {
  background: #fcfcfc;
}
.article table.normalTbl th ,
.article table.normalTbl td {
  border-bottom: solid 1px #BBB;
  padding: 1.2em;
  font-size: 1em;
  width: 30%;
  white-space: normal;
}

/*フロー*/
.article table.flowTbl {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  margin: 30px auto;
  width: 95%;
  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: 40px;
  padding: 0;
  padding-left: 26px;
  position: relative;
}
.article table.flowTbl td:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #496d4a;
  position: absolute;
  left:-6px;
  top: 0.75em;
}
.flowTbl td::after {
  content: "";
  border-bottom: 2px dotted #0354a8;
  width: 18px;
  position: absolute;
  top: 1.05em;
  left: 4px;
}
.flowTbl tr:last-child td {
  margin-bottom: 0;
}
.flowTbl td strong {
  color: #496d4a;
  display: block;
  font-size: 1.3em;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.6;
}

/* フォーム */
#mainArticles table.contactTable tr th {
  border-bottom: solid 1px var(--headerColor);
}
#mainArticles table.contactTable tr td {
  border-bottom: solid 1px #CCC;
}
#mainArticles table.contactTable input.button {
  background: var(--subColor);
}
#mainArticles p.contact-note {
  color: #999;
}
#mainArticles table.contactTable input[type="text"], 
#mainArticles table.contactTable input[type="password"], 
#mainArticles table.contactTable textarea, 
#mainArticles table.contactTable select {
    line-height: 1.5;
}
#mainArticles table.contactTable tr td.th_headline, #mainBlogCommentForm_outer table.contactTable tr td.th_headline {
  background: var(--headerColor);
  border: none;
}

/*-------------------------------------------------------
　その他
-------------------------------------------------------*/
/*サイト案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 16px 24px;
}
#siteGuide .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
	background: #60b65b;
}
#siteGuide .gallery_grid li.galleryGrid .image img {
  transition: 0.5s all;
}
#siteGuide .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.05, 1.05);
  transition: 0.5s all;
}
#siteGuide .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.5;
  background: var(--headerColor);
  padding: 4px 0;
  color: #FFF;
  font-weight: bold;
	font-size: 1.1em;
}

/*スライドギャラリー*/
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment {
  background: rgba(255, 255, 255, 0.5);
}
.gallery_slide.gallery_slide_color_w .galleryPreview .images li .comment_body {
  color: #666;
  text-shadow: 1px 1px 1px #FFF;
}

/*スクロール*/
.scroll {
    font-size: 0.9em;
    overflow-y: auto !important;
    height: 450px;
    margin-inline: auto;
    overflow: auto;
    padding: 2em;
    border: solid 1px #ccc;
    margin: 0 1em;
}

/*お問い合わせバナーエリア*/
.article.contact  {
    padding: 0;
    margin-bottom: 0;
    background: url(/materials/176648168109101.jpg) no-repeat center bottom / cover;
    text-shadow: 1px 1px 10px #FFF, -1px -1px 10px #FFF;
	font-size: 1.4em;
}
.article.contact .article_outer {
    background: rgba(255, 255, 255, 0.6);
    padding: 2em;
}
.article.contact h3{
    text-align: center;
    position: static;
    padding: 0 0 0.5em;
    background: none;
    color: #496d4a;
    margin: 0 auto 0.5em;
}
.article.contact h3::before,
.article.contact h3::after {
  content: none;
}
.article.contact div.trans {
  background: rgba(255, 255, 255, 0.66);
  padding: 1em;
  margin: auto;
}
.article.contact p {
  text-align: center;
  font-size: 110%;
  font-weight: normal;
  margin-bottom: 0;
}

/*囲い*/
#mainArticles .envelope {
  background: #fff9f6;
  border: none;
  border-bottom: solid 2px #EEE;
  padding: 2em;
}

/*マーカー*/
span[style*="Lime"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 75%, #AEC 0) repeat scroll 0 0;
}
span[style*="Yellow"] {
    background-color: transparent !important;
    background: linear-gradient(transparent 75%, #ffeeaa 0) repeat scroll 0 0;
}

/*------記事背景------*/
div[class*="bk_color_"].article,
div[class*="bk_color_"].gallery {
  margin-bottom: 0;
  padding-bottom: 30px;
}
.article.bk_color_gray, .gallery.bk_color_gray {
  background: #f6f9f8;
}
.article.bk_color_orange, .gallery.bk_color_orange {
	background: #fef9e6;
}
.article.bk_color_beige, .gallery.bk_color_beige {
	background: #f9f6f3;
}
.article.bk_color_green, .gallery.bk_color_green {
	background: #eff5e6;
}
/*------透過------*/
.article.bk_color_trans, .gallery.bk_color_trans {
  background: rgba(254,253,242,0.75);
}
.article.bk_color_trans2, .gallery.bk_color_trans2 {
  background: rgba(242,252,254,0.66);
}
/*------youtube------*/
div.youtube {
    width: 100%;
    aspect-ratio: 16 / 9;
    margin-bottom: 20px;
}
div.youtube iframe {
    width: 100%;
    height: 100%;
}

/*-------------
reCAPTCHA
---------------*/
.recaptcha_policy {
  margin-top: -20px;
  text-align: right;
  font-size: 11px !important;
  color: #999 !important;
  padding: 0 40px 20px;
}
.recaptcha_policy a { font-weight: normal; }
.grecaptcha-badge { visibility: hidden; }

/*-------------
トップに戻るボタン
---------------*/
a.topBtn {
  display: inline-block;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  border-radius: 2px;
  position: fixed;
  bottom: 0.8em;
  right: 0.8em;
  z-index: 1000;
}