@import url('https://fonts.googleapis.com/css2?family=Montserrat&family=Noto+Sans+JP:wght@300&display=swap');
/*-------------------------------------
塩野工務店さまCSS レスポンシブ02 ホワイト
-------------------------------------*/
:root {
    --text-color: #3e4449;
    --point-color: #005bac;
    --point-mid:#4896dc;
    --point-pale: #aac6de;
}
/*------全体的な設定------*/
body {
    line-height: 1.7;
    font-family: 'Noto Sans JP', "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
	font-size: 18px;
}
a, a img {
	transition: .2s ;
}
a img:hover{
	opacity: .8;
}
/*編集画面*/
.ams-build .freeHtml_body {
    min-height: 40px;
}
/*------ヘッダー------*/
#wrap_body #title {
  order: 1;
  background: #fff;
}
#title #title_outer {
  display: block;
    background: url(/materials/178217532961102.png) right center no-repeat;
    background-size: 300px;
}
#title h1 {
    background: url(/materials/178217532961101.png) no-repeat center left;
    background-size: 100%;
    height: 90px;
    width: 400px;
    margin: 6px 10px 10px;
}
#title h1:hover {
  opacity: 0.7;
}
#title h1 a {
    display: inline-block;
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    height: 100%;
    width: 100%;
}
/*------トップメニュー------*/
#topMenu_outer .topMenu li a{
    font-weight: normal;
}
/*------見出し------*/
#wrap .article h3, #wrap .gallery h3, #mainArticles div[id^="blog"] h2, #mainTopics h2 {
  font-size: 1.5em;
  color: var(--text-color);
  border-bottom: solid 1px;
  background: none;
  padding: 0 12px;
  text-align: left;
  margin: 24px 0;
}
#mainTopics h2::after, #mainArticles .article h2::after, .article h3::after, .gallery h3::after, .freeHtml h3::after{
    content: none;
}
#mainArticles h2, #listTopics h2 {
  background: none;
  padding: 40px 0 20px;
  margin: 0 0 20px;
  font-size: 1.8em;
  font-weight: bold;
  color: #222;
  width: 100%;
}
#wrap .article.col2 h3,#wrap .article.col3 h3,#wrap .article.col4 h3,#wrap .article.col5 h3 {
  font-size: 1.2em;
  border-bottom: 3px solid #c0dff9;
}
.mainContents .article h4 {
  border: none;
  font-size: 1.2em;
  padding: 6px 0 0 1.2em;
  margin: 0 0 14px;
  color: var(--text-color);
  overflow: hidden;
}
.article h4::before {
  width: 1em;
  height: 1.2em;
  left: -.7em;
  background: var(--point-color);
  top: 30%;
  bottom: unset;
}
.article h5 {
  border-left: solid 6px var(--point-mid);
  font-size: 1em;
}
.article h6{
    background: transparent;
    padding-left: 0;
}
.article h6::before {
  content: "●";
  color: var(--point-pale);
  transform: unset;
}
/*------フッター------*/
#footer_body .copyright {
  background: var(--point-color);
  padding: 16px 0;
}
/*------最新情報------*/
ul.topics li h3 a {
  color: var(--point-color);
}
ul.topics li p.date {
  font-size: 16px;
  background: var(--point-mid);
}
ul.topics li p.more a,#mainTopics .listview a{
    font-size: 16px;
    padding: 0 16px;
    background: var(--point-color);
}
ul.topics li p.more a:hover,#mainTopics .listview a:hover {
  background: var(--point-mid);
}
/*------サイト案内------*/
div.gallery.guide a {
  display: block;
  background: #4896dc;
}
/*------お問い合わせ記事------*/
.article.contact p {
  padding: 24px;
  text-align: center;
  background: url(/materials/178217514803001.png)left 24px center no-repeat;
    background-size: auto;
  background-size: 80px;
  width: 80%;
  margin: auto;
  border: 2px solid #ccc;
  border-radius: 6px;
}
.article.contact a {
  background: var(--point-color);
  padding: .3em 1em;
  border-radius: 6px;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
}
.article.contact a:hover{
    background: var(--point-mid);
}
/*------リスト------*/
ul.check {
    margin-bottom: 24px;
}
ul.check li{
    font-size: 1em;
}
ul.check li::before {
  top: 0.6em;
  width: .8em;
  height: 0.3em;
  border-left: 4px solid var(--point-color);
  border-bottom: 4px solid var(--point-mid);
}
ul.maru li::before{
    color: var(--point-color);
}
/*------envelope------*/
#mainArticles .envelope, #mainBlogCommentForm .envelope {
  margin-top: 1em;
}
/*------お問い合わせページ------*/
#mainArticles table.contactTable {
  border-left: none;
  border-top: 1px solid #aac6de;
}
#mainArticles form, #mainBlogCommentForm form {
  background: transparent;
}
#mainArticles table.contactTable tr th {
  background-color: unset;
  border-right: none;
  color: #333;
}
#mainArticles table.contactTable tr td {
  background: #FFF;
  border: 1px solid var(--point-pale);
  border-right: none;
}
#mainArticles table.contactTable tr th,#mainArticles table.contactTable tr td{
    border-bottom: 1px solid var(--point-pale);
}
#mainArticles table.contactTable tr th,#mainArticles table.contactTable tr td{
    border-bottom: 1px solid var(--point-pale);
}

#mainArticles table.contactTable input.button {
  background: var(--point-color);
  border-radius: 6px;
}
#mainArticles table.contactTable input[type=button]  {
  border-radius: 6px;
}


/*電話をかける*/
#bottomLink {
position: fixed;
display:block;
bottom: 0;
left: 0;
width: 100%;
text-align: center;
z-index: 1000;
height: 3em;
}
#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: #000;
text-decoration: none;
line-height: 3em;
}

@media only screen and (max-width: 800px){
	#title #title_outer{
		background-size: 200px;
	}
	#title h1{
		width: 300px;
	}
    .article.contact p{
        background-size: 50px;
    }
}
/*max-width: 800px*/
@media only screen and (max-width: 600px){
    #title #title_outer{
		background: none;
	}
	#title h1{
		width: 60vw;
      	height: 70px;
      	margin: 0px 10px;
	}
  #pankuz {
    display: none;
}
    .article.contact p{
        width: 100%;
        background-size: 10vw;
        text-align:right;
        padding: 14px;
    }
    .article.contact a{
        padding: .3em .5em;
    }
  .article table.normalTbl th {
    background: #eee;
}
}
/*max-width: 600px*/
@media only screen and (min-width: 601px){
    #bottomLink{
        display: none;
    }
}
/*-------------
バッジ非表示
---------------*/
.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; }