/*=========================================================
テンプレート：シンプル01 グリーン 左メイン
=========================================================*/
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700|Noto+Serif+JP:400,700&display=swap');

/*-------------------------------------------------------
  define
-------------------------------------------------------*/
:root {
  --mainColor: #555;
  --subColor: #999;
  --headerColor: #333;
  --darkgreen: #006400;
  --hoverColor: #60B658;
  --accentColor: #b0bec2;
  --kimidori:#66B45C;
  --blue:#2782cd;
  --orange:#ed962f;
  --lightYellow:#fcffeb;
  --pink:#FFB6C1;
  --font:#60493e;
  --grade:#9dd08d;
  --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: 'Noto Sans JP', sans-serif;
  background:#fcffeb /*---#FFF--*/ ;
  color: var(--font);
}
#wrap {
  margin: auto;
}
#wrap_body #contents {
  background:#fcffeb /*---#ffff--*/;
   background: url(/materials/177005248738901.png) center top no-repeat;
    background-size: 100%;
}

/* ContentSize */
#wrap_outer {
/* 巨大画面対策・小画面横スクロール対策 */
  max-width: calc( var(--outerWidth) *2 );
  min-width: var(--outerWidth);
  margin: auto;
}
#title_outer, #topMenu_outer, #contents_outer, #footer_outer {
  width: var(--outerWidth);
}
#mainContents {
  width: var(--mainWidth);
}
#sideContents {
  width: var(--subWidth);
}

#pankuz{
  height:60px;
  line-height:60px;
  color:var(--subColor);
}

/*-------------------------------------------------------
  リンク
-------------------------------------------------------*/
a {
  color: var(--orange);
  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: 90%;
    min-width: 320px;
    background: linear-gradient(to bottom, var(--grade) 0%, var(--kimidori) 100%);
    font-weight: normal;
    border-radius: 10px;
}

/*リンクボタン*/
a.linkbtn {
    background-color: var(--orange);
    border: 2px solid var(--orange);
    color: #FFF;
    display: block;
    margin: 30px auto;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    max-width: 640px;
    font-size: 1.1em;
    width: 50%;
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 10px;
}
a.linkbtn:hover {
    background-color:#fff ;
    color: var(--orange);
}


/*-------------------------------------------------------
  記事
-------------------------------------------------------*/
.article, .gallery {
  background:#fcffeb /*---#FFF--*/ ;
  border-top:none;
  padding: 20px 30px;
  margin-bottom: 0;
}
.article .article_left .image {
  margin-right: 4%;
  margin-bottom: 1.5em;
  border-radius:1em;
}
.article .article_right .image {
  margin-left: 4%;
  margin-bottom: 1em;
  border-radius:1em;
}
.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;
}

/*背景色*/
.article.bg01, .gallery.bg01  {
    margin: 0 30px;
    background: -webkit-repeating-linear-gradient(-45deg, #fef9dc, #fef9dc 3px, #fbf2ab 3px, #fbf2ab 7px);
    background: repeating-linear-gradient(-45deg, #fef9dc, #fef9dc 3px, #fbf2ab 3px, #fbf2ab 7px);
}
.article.bg02, .gallery.bg02 {
	margin: 0 30px;
	background: -webkit-repeating-linear-gradient(-45deg, #f2fbdb, #f2fbdb 3px, #e7f3b7 3px, #e7f3b7 7px);
    background: repeating-linear-gradient(-45deg, #f2fbdb, #f2fbdb 3px, #e7f3b7 3px, #e7f3b7 7px);
}

/*メリット*/
.merit h3  {
    font-size: 1.6em !important;
    line-height: 1.5 !important;
    text-align: center !important;
	margin-top: 0!important;
	background:none!important;
	padding: 0!important;
}
.merit h3 strong  {
    font-size: 1.2em;
    margin-top: 0.3em;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #f6ad49;
    color: #fff;
    letter-spacing: 0;
    margin-right: 0;
    font-weight: 700;
	margin-bottom: 0.3em;
}
.merit h3:before,.merit h3:after {
    display: none!important;
}

/*流れ*/
.mainArticles .article.Flow{
    overflow: visible;
    background: #FFF;
    border: 3px solid var(--kimidori);
    display: block;
    padding: 1.5em;
    position: relative;
    border-radius: 10px;
    box-sizing: border-box;
    width: auto;
    margin: 20px 30px;
}

.mainArticles .article.Flow h6{
    margin: 0px 0 10px;
    padding: 0;
    color: var(--darkgreen);
    font-size: 1.3em;
    background: none;
    letter-spacing: 0.1em !important;
    text-align: left;
}
.mainArticles .article.Flow h6::before{
  display:none;
}
.mainArticles .article.Flow h6 strong{
    margin-top: 0.3em;
    width: 1.6em;
    height: 1.6em;
    line-height: 1.5em;
    text-align: center;
    border-radius: 100vh;
    display: inline-block;
    background: #f6ad49;
    color: #fff;
    letter-spacing: 0;
    margin-right: 0.3em;
    margin-bottom: 0.3em;
}

.mainArticles .article.Flow::after{
  content:"";
  position:absolute;
  top:100%;
  left:50%;
  transform:translateX(-50%);
  border-top:20px solid var(--kimidori);
  border-right:30px solid transparent;
  border-left:30px solid transparent;
}

.mainArticles .article.Flow.last::after{
  display:none;
}

.mainArticles .article.Flow .image {
    margin-bottom: 0;
}

/*お問い合わせ記事*/
#contactInfo {
    background: url(/materials/177006882628101.png) no-repeat center top / 100%;
    text-align: center;
    line-height: 1.8;
}
#contactInfo .contact_body {
  margin: auto;
  width: 100%;
  max-width: 1024px;
  display: block;
  padding: 2vw;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}
#contactInfo p {
  text-align: center;
  font-size: 110%;
  font-weight: 500;
  margin-bottom: 0.3em;
  text-shadow: 1px 2px 1px #FFF;
}
#contactInfo a.btn {
  color: #FFF;
  text-shadow: none;
  background: var(--darkgreen);
}
#contactInfo a.btn:hover {
  color: #FFF;
  top: 2px;
	background: #2a8d3d;
}
#contactInfo a.btn::after {
  color: #FFF;
}

/*-------------------------------------------------------
  ギャラリー
-------------------------------------------------------*/
.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;
}

/*サイト案内*/
#siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 10px;
    margin: 10px;
    background: #e4f1b6;
    border-radius: 20px;
}
#siteGuide .comment{
    font-size: 1.1em;
    text-align: center;
    padding-top: 10px;
    font-weight: bold;
    line-height: 1.6;
    letter-spacing: 0.06em;
}
#siteGuide .gallery_grid li.galleryGrid .image {
    margin-bottom: 0px;
}


/*-------------------------------------------------------
  タイトル部分
-------------------------------------------------------*/
#title {
  padding: 10px 0;
	/*background: #fff;*/
}
#title h1 {
    text-align: left;
    height: 100px;
    width: 450px;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    background: url(/materials/177035582250301.png) left center no-repeat;
    background-size: contain;
}
#title h1 a:hover {
  opacity: 0.75;
}
#title #title_outer {
  background: url(/materials/177006324737401.png) no-repeat center right;
  height: auto;
}
#title .description {
}

/*-------------------------------------------
　トップメニュー
-------------------------------------------*/
#topMenu_outer {
  height: 60px;
}
#wrap_body #topMenu {
  border-bottom: none;
  margin: 0 auto;
	background: url(/materials/177005012320001.jpg) repeat-x center #418748;
    background-size: 100%;
}
#topMenu .topMenu li::after {
  content: "";
  display: block;
  width: 1px;
  height: 50%;
  top: 25%;
  background: #EEE;
  position: absolute;
}
#topMenu .topMenu li.first::after {
  content: none;
}
#topMenu_outer .topMenu li a {
    color: #FFF;
    font-weight: bold;
    font-size: 110%;
    line-height: 60px;
    border: none;
    letter-spacing: 0.08em;
}
#topMenu_outer .topMenu li a:hover {
  color: #FFF;
  background: var(--hoverColor);
  border: none;
  text-shadow: 0 0 1px #333;
}

/*-------------------------------------------------------
  最新情報
-------------------------------------------------------*/
#mainTopics, #listTopics, #mainServices {
  border-top:none;
  padding: 40px;
  margin-top: 0;
  margin-bottom: 40px;
}
#mainTopics .listview a,
p.more a {
  background: var(--mainColor);
  background: linear-gradient(to bottom,  var(--grade) 0%, var(--kimidori) 100%);
}
#mainTopics .listview a:hover,
p.more a:hover {
  background: var(--mainColor);
  background: linear-gradient(to bottom,  var(--grade) 0%, var(--kimidori) 100%);
}
#mainTopics, #listTopics, #mainServices {
  background:transparent;
/**  border-top: 2px solid var(--kimidori);**/
}
#mainTopics h2, #listTopics h2, #mainServices h2 {
  color: var(--font);
  background: none;
  text-align: center;
  margin: 0 auto 1em;
  font-weight: bold;
  font-size: 175%;
  font-family: sans-serif;
  padding: 0;
}
#mainArticles div[id^="blog"] h2 {
  color: var(--font);
  background:#fcffeb /*---#FFF--*/ ;
  text-align: center;
  margin: 0.5em auto 1.5em;
  font-size: 150%;
  padding: 0 0 1em;
}
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 h3 a:hover {
/*  font-weight: normal;*/
}
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 {
  letter-spacing: 0.03em;
  font-feature-settings: "palt";
  font-weight: bold;
  line-height: 1.5;
  overflow: hidden;
}

/*h2*/
#mainArticles h2 {
    margin: 0;
    padding: 2em 0 0.5em;
    color: var(--darkgreen);
}

#mainArticles div[id^="blog"] h2 {
  margin: 0.5em auto 1.5em;
}

/*h3*/
.mainContents .article h3,
.mainContents div.gallery h3  {
    position: relative;
    padding: 0 0 0.3em 50px;
    background: url(/materials/177005120161901.png) left center no-repeat;
    border: none;
    font-size: 180%;
    color: var(--font);
    margin: 1.5em 0 1em;
    background-size: 40px;
}
.mainContents .article h3:before,
.mainContents div.gallery h3:before {
  position: absolute;
  content: "";
  background: var(--grade);
  bottom: 0;
  left: 0;
  height: 4px;
  width: 100%;
  display: block;
}
.mainContents .article h3:after,
.mainContents div.gallery h3:after {
  position: absolute;
  content: "";
  background: #2a8e3d;
  bottom: 0;
  left: 0;
  height: 4px;
  width: 25%;
  display: block;
}
.article h3 a, .article h3 a:hover {
  color: #333;
}

/*h4*/
.article h4 {
    padding: 0 0 0 50px;
    border: none;
    margin: 0.8em auto 0.8em;
    color: var(--font);
    background: none;
    background: url(/materials/177004770158501.png) no-repeat center left 4px !important;
    background-size: 40px !important;
}

/*h5*/
.article h5 {
    border-left: none;
    padding: 0.25em 0;
    color: var(--hoverColor);
    border-bottom: none;
    margin: 1em 0 0.5em 0;
}

/*h6*/
.mainContents .article h6{
    color: #1cb37a;
    font-size: 1.6em;
    margin: 8px 0;
    padding: 4px 0;
    background: none;
    text-align: center;
    letter-spacing: 0.1em;
}
.article h6:before {
    display: none
}

/*-------------------------------------------------------
　サイド
-------------------------------------------------------*/
#sideContents {
  margin-top: 60px;
}
#sideContents .freeHtml_body {
  padding: 20px 10px;
}
#side {
  line-height: 1.6;
  font-size: 1.1em;
  letter-spacing: 0;
}
#side p{
  margin-bottom:0.5em;
}
#side a {
    font-size: 1.1em;
}
#side h3 {
  font-size: 145%;
  font-weight:normal;
}
#side h4 {
    font-size: 19px;
    margin: 0 auto;
    padding: 0;
    text-align: center;
    font-weight: bold;
    width: 100%;
    color: var(--mainColor);
}
#side h5 {
  font-weight: bold;
  margin: 0.5em auto 0;
  font-size: 16px;
  color: var(--orange);
}
#side div.waku{
  border:4px solid var(--kimidori);
  border-radius:6px;
  text-align:center;
  margin:1em 0;
  padding:0 1em 1em 1em;
}

#side strong{
    display: inline-block;
    margin-top: 1em;
    color: var(--darkgreen);
    background: #e5f1b6;
    padding: 0.2em 1em;
    border-radius: 20px;
    font-size: 0.9em;
}
#sideContents h2 {
    font-size: 1.1em;
    text-align: center;
    padding: 18px 10px 8px;
    font-weight: bold;
    margin-bottom: 0.5em;
    border-bottom: 4px solid #e7f3b7;
}
#sideContents #sideServices ul, #sideContents #sideServices dl, #sideContents #sideBlogCategories ul, #sideContents #sideBlogCategories dl, #sideContents #sideBlogDates ul, #sideContents #sideBlogDates dl {
  background:#fcffeb /*---#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 a {
  font-weight: normal;
}
#sideContents #sideServices ul a:hover {
  color: var(--kimidori);
}
#sideContents #sideContact a {
  color: #fff;
  background: var(--mainColor);
  background: linear-gradient(to bottom,  var(--grade) 0%, var(--kimidori) 100%);

}
#sideContents #sideContact a::after {
  top: 25%;
}

#sideContents .freeHtml, #sideContents #sideServices, #sideContents #sideBlogCategories, #sideContents #sideBlogDates, #sideContents #sideMobile {
  background:transparent;
  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(--kimidori);
}
#sideContents #sideServices ul {
  padding: 0 12px;
}
#sideContents #sideMobile {
  text-align: center;
}

#sideContents #sideBanners li {
  margin: 24px 0;
}

/*-------------------------------------------------------
　フッター
-------------------------------------------------------*/
#footer {
  padding: 40px 0 20px;
}
#footer_body {
  display: block;
  padding: 0;
}
#footer_body .topMenu, #footer_body .services {
  display: block;
  margin: 0 auto 0.5em;
}
#footer_body .topMenu li, #footer_body .services li {
  display: inline-block;
}
#footer_body .topMenu li {
  width: auto;
  margin: 0 4em 1em 0;
  line-height: 2;
  height: auto;
}
#footer_body .topMenu li a {
  font-weight: bold;
  font-size: 0.9em;
  text-decoration: none;
}
#footer_body .services li {
  margin-right: 2em;
}
#footer_body .services li a {
  text-decoration: none;
  font-size: 0.85em;
  line-height: 1.5;
}
#footer_body .topMenu li a:hover, #footer_body .services li a:hover {
  color:var(--lightYellow);
}
#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;*/
  margin-bottom:1em;
}
.article li {
  line-height: 1.8;
}

/*List 丸マーク*/
ul.maru {
  margin-left: 0;
  font-size: 1em;
  padding-left: 1.3em;
}
ul.maru li {
    margin-bottom: 6px;
}
ul.maru li:before {
  margin-right: 4px;
  color: var(--orange);
  font-size: 0.9em;
  margin-left: -1.3em;
}

/*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 {
    color: #b8540b;
}

/*チェック*/
ul.check {
    margin: 1em 0;
    padding: 1em;
    background: #fff;
    border-radius: 10px;
}
ul.check li {
    font-size: 1.2em;
    line-height: 1.6em;
    padding: 0.5em 0 0.5em 42px;
    border-bottom: 1px dotted #eeb970;
    font-weight: 500;
}
ul.check li:before {
    background: url(/materials/177005057957001.png) no-repeat left center;
    background-size: 30px;
    border: none;
    width: 40px;
    height: 40px;
    left: 0;
    transform: none;
}

/*-------------------------------------------------------
　テーブル
-------------------------------------------------------*/

/* 汎用1 */
.article table.normalTbl {
  border-top: solid 2px var(--kimidori);
  background: #f4faf3;
}
.article table.normalTbl tr:nth-child(2n) {
  background: #FFF;
}
.article table.normalTbl th ,
.article table.normalTbl td {
  border-bottom: solid 2px var(--kimidori);
  padding: 0.8em;
  font-size: 1em;
}

/* 汎用2 */
.article table.normalTbl2 {
  border-top: solid 1px #DDD;
  border-left: none;
  background: #FFF;
  width: 100%;
  margin: 1em auto;
}
.article table.normalTbl2 th ,
.article table.normalTbl2 td {
  border-bottom: solid 1px #DDD;
  border-right: none;
  border-left: none;
  padding: 0.5em 2%;
}

/*---------------------------
お問い合わせフォーム
----------------------------*/
#mainArticles form {
    background: #ecf7c4;
    margin-top: 10px;
}
#mainArticles table.contactTable tr th,
#mainArticles table.contactTable tr td{
    border-bottom: solid 1px #ccc;
}
#mainArticles table.contactTable input.button, #mainArticles table.contactTable input[type="button"] {
    font-size: 1.2em;
    font-weight: bold;
    width: 90%;
    margin: 8px 5%;
}
#mainArticles table.contactTable tr td.th_headline {
    background: #60b65b;
}
#mainArticles p.contact-note {
    color: #333;
}
#mainArticles table.contactTable input.button {
    background: #f49054;
}

/*-------------------------------------------------------
　その他
-------------------------------------------------------*/
/*囲い*/
#mainArticles .envelope {
    background: #fff;
    border: solid 2px var(--kimidori);
    padding: 1.5em;
    border-radius: 6px;
    margin: 0 30px;
    text-align: left;
}
#mainArticles .envelope p{
margin-bottom: 0;
}

/*罫線*/
hr.line {
	height: 0;
	padding: 0;
	border: 0;
	border-top: 1px solid #ddd;
	margin: 1.5em 0;
}

/*マーカー*/
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;
}

/*-------------
バッジ非表示
---------------*/
.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; }