@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap');

/*全体設定*/
body {
	background-image: repeating-conic-gradient(from 0deg, #cd0010 0deg 90deg, #fff 90deg 180deg);
	background-size: 200px 200px;
    font-family: 'Noto Sans JP', sans-serif;
    line-height: 1.7;
	font-size: 17px;
	letter-spacing: 0.02em;
}
#title, #title a {
  color: #cd0010;
  background: #fff;
}
a, a img {
	transition: .2s ;
}
a img:hover{
	opacity: .8;
}
#wrap {
  background-color: transparent;
}
#mainContents, #footer_outer {
  max-width: 1200px;
  margin: auto;
}
#mainArticles {
  background: rgba(255,255,255,.95);
  padding: 0 2%;
  margin: 40px auto;
  min-width: fit-content;
}
.mainArticles .article .article_body, .mainArticles .gallery .article_body, #mainBlogComments_body, #mainBlogCommentForm_body{
	width: 100%;
}
.mainArticles .article_left .image, .mainArticles .article_right .image, .mainArticles .article_right .image img, .mainArticles .article_left .image img {
  max-width: 450px;
  width: auto;
  border-radius: 8px;
}
#footer_outer{
	background: transparent;
}

/*ぎゃらりー*/
.galleryGrid_body .comment {
  text-align: center;
  font-feature-settings: "palt";
  font-size: 1em;
  font-weight: bold;
}

/*-------------------------------------------
table
-------------------------------------------*/
.article table p {
    margin: 0;
}
.article table:not(.contactTable) {
    border-collapse: collapse;
    border-left: 1px solid #ccc;
    border-spacing: 0;
    border-top: 1px solid #ccc;
    margin: 10px auto;
    width: 100%;
}
.article table:not(.contactTable) td,
.article table:not(.contactTable) th {
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}
.article table:not(.contactTable) th {
    background-color: #f7f7f7;
    text-align: center;
}
/*タイトル部*/
#title {
  height: 116px;
}
#title_outer {
  height: 100%;
  background: url("/materials/175678929502902.png") right center no-repeat;
  background-size: 360px;
}
#title h1 {
  height: 106px;
  width: 360px;
  padding-top: 10px;
}
#title h1:hover {
  opacity: 0.7;
}
#title h1 a {
	background: url("/materials/175678929502901.png") no-repeat center left;
    background-size: contain;
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}

/*トップメニュー*/
#topMenu {
  background-color: #006c38;
}
#topMenu .topMenu li:hover {
  background: #00bf63;
}
#topMenu .topMenu li a:hover {
  color: #fff;
}
#topMenu{
	border-bottom: 3px solid #01351c;
}
/*最新情報*/
.mainTopics .topics {
  min-width: unset;
}
#mainTopics, #listTopics {
background: #ffffd8;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 48px;
  margin-top: 25px;
}
#mainTopics h2, #listTopics h2, #mainArticles div[id^="blog"] h2{
	margin-bottom: 1em;
  font-size: 2em;
}
.mainTopics .topics, #mainTopics .listview {
  border-bottom: none;
}
.mainTopics .topics li .date {
  color: #fff;
  background: #cd0010;
  display: inline-block;
  padding: .3em .5em;
  font-size: 14px;
  border-radius: 4px;
}
/*見出し*/
/*h2*/
#mainArticles h2{
	font-size: 2.5em;
	line-height: 1.5;
	padding: 20px 0;
	text-shadow: 2px 2px 1px #fff;
	max-width: 1200px;
	min-width: auto;
}
/*h3*/
.mainContents .article h3, .mainContents div.gallery h3
{
	background: url(/materials/175670342830101.png)center center no-repeat;
	background-size: contain;
	text-shadow: 4px 0px 3px #fff;
  font-size: 2em;
}
/*h4*/
.article h4 {
  border-bottom: solid 3px #e8b000;
  margin: 0 auto 0.5em;
  overflow: hidden;
}
.article h4::after {
	content: none;
}

/*h5*/
.article h5 {
	margin: 1em auto;
	width: 98%;
}
.article h5::before {
  content: "";
  padding-left: 0;
  width: 16px;
  height: 16px;
	border-left:none;
  border-radius: 50%;
  background: #e8b000;
  display: inline-block;
  margin-right: .3em;
}

/*h6*/
.article h6 {
  background: transparent;
	margin: 1em auto;
	width: 98%;
	padding: 4px 0;
}
 .article h6::before{
  content: "";
  padding-left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #999;
  display: inline-block;
  margin-right: .3em;
}

/*サイト案内*/
#mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
  padding: 0 1em 1.5em;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image {
  max-width: 100%;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image img {
  transition: 0.25s all;
  width: 100%;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .image a:hover img {
  transform: scale(1.1, 1.1);
  transition: 0.25s all;
}
#mainArticles .siteGuide .gallery_grid li.galleryGrid .comment {
  text-align: center;
  line-height: 1.2;
  padding: 8px;
  color: #FFF;
  margin-top: 0;
  font-weight: bold;
  font-size: 1.1em;
  background: #cd0010;
}


/*リスト*/
ol.number li {
  position: relative;
  margin-bottom: 0.75em;
  padding-left: 45px;
  font-size: 1.1em;
}
ol.number li strong{
	font-size: 1.2em;
}
ol.number li::before {
  position: absolute;
  counter-increment: number;
  content: counter(number);
  display: inline-block;
  background: #cd0010;
  color: white;
  font-weight: bold;
  font-size: 1.5em;
	
  left: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  top: 1em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
/*ノーマルテーブル*/
.article table.normalTbl {
  border-left: none;
  border-top: none;
	margin-bottom: 20px;
}
.article table.normalTbl th {
  background-color: transparent;
  text-align: center;
}
.article table.normalTbl th,.article table.normalTbl td{
	border-right: none;
	border-bottom: 1px dotted #cd0010;
}
/* フローテーブル */
.article table#flowTbl td {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    margin: 10px auto;
    width: 95%;
}
.article table#flowTbl td {
	background: #fbe99a;
    border: 0px solid #fcc;
    border-radius: 8px;
    display: block;
    height: auto;
    margin-bottom: 56px;
    padding: 2%;
    position: relative;
}
.article table#flowTbl td::after {
    color: #cd0010;
    content: "▼";
    font-family: monospace;
    font-size: 48px;
    left: 0;
    right: 0;
    top: 100%;
    bottom: auto;
    position: absolute;
    text-align: center;
    transform: scaleY(0.5);
}
.article table#flowTbl tr:last-child td {
    margin-bottom: 0;
    background: #fbe99a;
	color: #111;
}
.article table#flowTbl tr:last-child td::after {
    display:none;
}
.article table#flowTbl td strong {
    color: #cd0010;
    display: block;
    font-size: 130%;
    font-style: italic;
    font-weight: bold;
    letter-spacing: 0.1em;
    margin-bottom: 5px;
}
.article table#flowTbl tr:last-child td strong {
  color: #cd0010;
}
/*こだわり*/
.mainArticles .article.kodawari {
  background: linear-gradient(90deg,#FFE5E5 0%, #FAF3B4 100%);
  padding: 2%;
}

/*お問い合わせ欄*/
.mainArticles .article.inquiry {
background: url(/materials/175678925382401.png) left top no-repeat;
  background-size: cover;
  text-align: center;
}
.mainContents .article.inquiry h3 {
  margin-bottom: 1.2em;
}
.article p.inquiry-tel {
  font-size: 2em;
  margin-bottom: .5em;
}
.article p.inquiry-time {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: .5em;
  line-height: 1.3;
}
.inquiry-btn {
  width: 70%;
  margin: auto;
}
.inquiry-btn a {
  background: #e8b000;
  font-size: 1.1em;
  padding: 10px;
  border: solid 2px #e8b000;
}
.inquiry-btn a:hover {
  background: #fff4c9;
	border: solid 2px #cd0010;
}

/*サイド*/
.freeHtml div.side {
  font-size: 1em;
  background: #FFF;
  padding: 1em;
  color: #333;
  text-align: center;
}
div.side h2.sideTop{
	height: 104px;
	width: 100%;
	margin: auto;
	background: url("/materials/175678929502901.png") no-repeat center center;
	background-size: contain;
	display: inline-block;
	overflow: hidden;
	text-indent: 110%;
	white-space: nowrap;
}
div.side p.sideTel {
  text-align: center;
  font-size: 1.5em;
  margin: 16px 0;
}

/*メールフォーム*/
table.contactTable {
  background: #FFE;
  border-radius: 4px;
}
table.contactTable input[type="text"], table.contactTable input[type="password"], table.contactTable textarea {
  background-color: #FFF;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2) inset;
}

@media screen and (max-width:768px){
  body {font-size: 16px;}
  #title {
    height: 76px;
  }
  #title #title_outer{
    background-size: 240px;
  }
  #title h1 {
    height: 66px;
  }
  /*見出し*/
  #mainArticles h2{
    font-size: 1.5em;
  }
  .mainContents .article h3, .mainContents div.gallery h3, #mainServices h2, #mainTopics h2, #mainArticles div[id^="blog"] h2{
    font-size: 1.3em;
  }
  .mainArticles .article_left .image, .mainArticles .article_right .image, .mainArticles .article_right .image img, .mainArticles .article_left .image img{
    max-width: 400px;
    width: 100%;
    float: none;
    margin: auto;
  }

  /*お問い合わせ欄*/
  .article p.inquiry-tel {
    font-size: 1.5em;
  }
  .article p.inquiry-time {
    font-size: 1.2em;
  }
  .inquiry-btn {
    width: 100%;
  }
}/*max-width:768px*/

@media screen and (max-width:600px){
  body {
    font-size: 16px;
    background-size: 100px 100px;
  }
  #mainContents {
    padding: 2%;
  }
  #mainArticles {
    padding: 0;
  }
  #title {
    height: 56px;
  }
  #title #title_outer{
    background: none;
  }
  #title h1 {
    width: 200px;
    padding-left: 1%;
    height: 52px;
  }
  /*トップメニュー*/
  #toggle, .active #toggle {
    background-color: #006c38;
  }
 #topMenu .topMenu li {
    border-top: solid 1px #06b963;
  }
  .mainArticles .article.inquiry {
    background-position: left -30px top;
    border: none;
  }
  .article table.normalTbl{
    border: none;
    border-top: 1px solid #cd0010;
  }
  .article table.normalTbl th {
    background-color: transparent;
    color: #cd0010;
    border-bottom: 1px dotted #cd0010;
  }
  .article table.normalTbl td {
    border-bottom: 1px solid #cd0010!important;
  }
  table.contactTable th, table.companyTable th {
    background: #f99;
    border-bottom: 1px solid #FFF;
  }
  /*サイトあんない*/
  #mainArticles .siteGuide .gallery_grid li.galleryGrid .galleryGrid_outer {
    padding: 0 6px 12px;
  }
  #mainArticles .siteGuide .gallery_grid li.galleryGrid .comment {
    font-size: 0.9em;
  }
  /*電話をかける*/
  #bottomLink {
    position: fixed;
    display:block;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 1000;
    height: 50px;
  }
  #bottomLink a span {
    font-size: 1em;
    display: inline-block;
    padding-right: 8px;
  }
  #bottomLink a {
    display: block;
    box-shadow: 0px -1px 4px 1px rgb(0 0 0 / 40%);
    color: #FFF;
    background: #ff5f6b;
    text-decoration: none;
    line-height: 50px;
  }

  /*#bottomLink a::before {
  font-weight: bold;
  margin-right: 6px;
  color: #FFEB3B;
}*/
  #wrap {
    margin-bottom: 50px;
  }
}/*max-width:600px*/


/*-------------
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; }

