@charset "UTF-8";

/*
薄い色
#92CDE8

濃い色
#59A2C4
*/

body {
	margin: 0 auto;
	color: #202020;
	background-color: #f9f6dc;
	font-size: 14px;
	line-height: 150%;
	letter-spacing: 1px;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",'メイリオ', Meiryo, "ＭＳ Ｐゴシック", "MS PGothic",sans-serif;
}

img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}


/* 共通
================================================== */

/* リンク
------------------------------ */

a {
	color: #f6a72a;
	transition: All 0.4s ease;
	text-decoration: none;
}
a:hover {
	color: #ffbf36;
	text-decoration: underline;
}
a img {
	transition: All 0.4s ease;
}
a:hover img {
	opacity: .6;
}


/* テーブル
------------------------------ */

table.def {
	width: 100%;
}
table.def th {
	color: #1040ac;
	text-align: center;
	vertical-align: top;
	font-size: 110%;
	background: #f9e892;
	padding: 6px 10px
}
table.def td {
	padding: 10px 10px 15px;
}

table.def th,
table.def td {
	display: block;
	width: 100%;
	box-sizing: border-box;
}


/* リスト
------------------------------ */

ul.def {
	margin: 0 0 15px;
}
ul.def li {
	padding: 5px 0 5px 12px;
	border-bottom: 1px dotted #cfcfcf;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
}


/* 定義リスト
------------------------------ */

dl.def dt {
	margin: 0 0 5px;
	padding: 0 0 0 14px;
	font-weight: bold;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
}
dl.def dd {
	margin: 0 0 8px;
	padding: 0 0 0 25px;
}


/* バナー・ボタン
------------------------------ */

p.text-more {
	padding: 12px 0 0;
	text-align: right;
}
p.text-more a {
	padding: 0 0 0 12px;
	color: inherit;
	background: url(../images/common/ico_arrow02.png) left center no-repeat;
}


/* パンくずリスト
------------------------------ */

.breadcrumbs {
	height: 25px;
	line-height: 25px;
	margin: 0 0 15px;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
}
.breadcrumbs li {
	font-size: 14px;
	display: inline;
}
.breadcrumbs a {
	background: url(../images/common/ico_arrow01.png) right center no-repeat;
	margin: 0 5px 0 0;
	padding: 0 10px 0 0;
}


/* ページ内リンク
------------------------------ */

.anchor-links {
	margin: 0 0 15px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
.anchor-links li {
	width: 30%;
	height: 35px;
	margin: 0 1% 10px;
	line-height: 35px;
	font-size: 13px;
	border: 1px solid #cfcfcf;
	background: linear-gradient(#fff, #e3e3e3);
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}
.anchor-links a {
	display: block;
}


/* クリアフィックス
------------------------------ */

.cf:before,
.cf:after {
    content: " ";
    display: table;
}
.cf:after {
    clear: both;
}
.cf {
    *zoom: 1;
}


/* ヘッダー
================================================== */

.header-box {
	width: 100%;
	background: #fff;
	position: absolute;
	opacity: 0;
	z-index: -1;
	box-shadow:0px 0px 6px 0px #c2c2c2;
}
.header-box.scroll {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	opacity: 1;
}

.h-logo {
	width: 50%;
	float: left;
}


/* ハンバーガー
------------------------------ */

.menu-trigger,
.menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
}
.menu-trigger {
    position: relative;
    width: 46px;
    height: 36px;
    float: right;
    margin: 4%;
}
.menu-trigger span {
    position: absolute;
    left: 0;
    width: 100%;
    height: 5px;
    background-color: #ffa500;
    border-radius: 5px;
}
.menu-trigger span:nth-of-type(1) {
    top: 0;
}
.menu-trigger span:nth-of-type(2) {
    top: 15px;
}
.menu-trigger span:nth-of-type(3) {
    bottom: 0;
}

.menu-trigger.active span:nth-of-type(1) {
    -webkit-transform: translateY(15px) rotate(-45deg);
    transform: translateY(15px) rotate(-45deg);
}
.menu-trigger.active span:nth-of-type(2) {
    opacity: 0;
}
.menu-trigger.active span:nth-of-type(3) {
    -webkit-transform: translateY(-15px) rotate(45deg);
    transform: translateY(-15px) rotate(45deg);
}

/* ナビ
------------------------------ */

#gnav {
	clear: both;
	text-align: center;
	padding: 10px 0;
	background: #ffe2a3;
}

#gnav li {
	margin: 15px 10px;
}

#gnav li a {
	text-decoration: none;
	color: #333;
}
#gnav li a:hover {
	color: #ffa500;
}


/* ビジュアル
------------------------------ */
.visual {
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}


/* フッター
================================================== */

.site-footer {
	background: #44321c;
	clear: both;
	position: relative;
	padding: 0 10px;
	color: #fff;
	text-align: center;
}

.f-logo {
	padding: 40px 0 15px;
}

.f-contact {
	border-bottom: 1px dotted #fff;
	border-top: 1px dotted #fff;
	margin: 15px 0 0;
	padding: 25px 0 15px;
}
.f-contact ul {
	letter-spacing: -.40em;
	margin-top: 20px;
}
.f-contact li {
	display: inline-block;
	width: 47%;
	letter-spacing: normal;
}
.f-contact li:first-child {
	margin-right: 6%;
}



/* コピーライト
------------------------------ */

.f-copy {
	color: #fff;
	font-size: 12px;
	text-align: center;
	display: block;
	padding: 8px 0;
}
.f-copy a {
	color: inherit;
	text-decoration: none;
}


/* ページトップへ戻る
------------------------------ */

.backtotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 9000;
}


/* コンテンツ
================================================== */

.site-body {
	padding-top: 50px;
}

.main-contents {
	margin: 0 10px 50px;
}


/* 記事骨格
------------------------------ */

.item-box {
	margin: 0 0 40px;
}
.item-text {
	overflow: hidden;
}


/* 見出し
------------------------------ */

.item-title-h3 {
	margin: 0 0 10px;
	color: #1040ac;
	font-weight: bold;
	padding: 8px 4px;
	font-size: 150%;
	border-bottom: 1px solid #afad9a;
	text-align: center;
}

.item-title-h4 {
	margin: 0 0 10px;
	padding: 8px 12px;
	color: #fff;
	font-weight: bold;
	font-size: 130%;
	background: #f6a72a;
}
* ~ .item-title-h4 {
	margin-top: 20px;
}


/* トップページ
================================================== */

/* ごあいさつ
------------------------------ */
.top_greeting {
	margin: 0 10px 50px;
	line-height: 24px;
}

.top_greeting h3 {
	text-align: center;
	border-bottom: 1px solid #afad9a;
	padding-bottom: 15px;
	margin-bottom: 20px;
}


/* 塗り替えならペイントプロにお任せください
------------------------------ */
.top_intro {
	text-align: center;
	background: url(../images/top/intro-bg.jpg) center top / cover;
	border-bottom: 10px solid #f6a72a;
	padding: 80px 10px;
	box-sizing: border-box;
}

.check-list {
	background: #fff;
	margin: 10% 20px;
	padding: 6% 20px;
	box-sizing: border-box;
}
.check-list li {
	margin-bottom: 8%;
}
.check-list li:last-child {
	margin-bottom: 0;
}

.top_intro .txt {
	margin: 0 30px;
}


/* メニューボタン
------------------------------ */
.top_menu {
	text-align: center;
	padding: 14% 10px;
	border-bottom: 10px solid #f6a72a;
	box-sizing: border-box;
}
.top_menu li {
	margin-bottom: 2%;
}


/* 新着情報
------------------------------ */
.top_news {
	margin: 10% 10px 12%;
}

.top_news h3 {
	text-align: center;
	padding-bottom: 15px;
	margin-bottom: 5px;
	border-bottom: 1px solid #afad9a;
}

.top_news .btn {
	text-align: center;
	margin-top: 40px;
}

.news-list li {
	border-bottom: 1px dotted #4a4942;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 15px;
}

.news-list li .ttl {
	color: #1040ac;
}
.news-list li a {
	color: #a1aac5;
}




/* 下層ページ
================================================== */

/* サイトマップ
------------------------------ */

.sitemap-list li {
	padding: 0 0 0 15px;
	line-height: 40px;
	border-bottom: 1px dotted #ccc;
	background: url(../images/common/ico_arrow01.png) 5px center no-repeat;
}


/* はじめて業者に依頼する方
------------------------------ */
.fitst-check-list {
	background: #fff;
	padding: 5%;
}
.fitst-check-list li {
	background: url(../images/common/check.jpg) left top no-repeat;
	color: #1040ac;
	font-weight: bold;
	padding: 0 0 10px 26px;
}

.first-img {
	border: 1px solid #ccc;
	margin-bottom: 6%;
}



/* 施工事例
------------------------------ */
.case-list {
	margin: 20px 0 0;
	text-align: center;
}
.case-list li {
	margin-bottom: 6%;
}


/* お問い合わせ
------------------------------ */

.input-big,
.input-mid,
.input-min {
	padding: 5px;
	box-sizing: border-box;
}
.input-big {
	width: 100%;
}
.input-mid {
	width: 60%;
}
.input-min {
	width: 60px;
}

/* 必須マーク */
.required-mark {
	color: #f00;
	font-size: 12px;
}

/* 未記入エラー文 */
.error-text {
	margin: 0 0 5px;
	color: #f00;
}

/* 確認、バック、送信ボタン */
.contact-submits {
	padding: 15px 0 0;
	text-align: center;
}
.contact-submits input {
	margin: 0 5px;
	padding: 5px;
}

/* セキュリティエラー */
.sec-error-text {
	line-height: 50px;
	text-align: center;
	color: #f00;
	font-size: 16px;
	border: 2px solid #f00;
}
