@charset "UTF-8";
@import url("contact.css");

body {
	margin: 0 auto ;
	color: #634c2d;
	font-size: 12px;
	line-height: 1.5;
	letter-spacing: 1px;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background: #fffae4;
}

img {
	max-width: 100%;
	height: auto;
	box-sizing: border-box;
}

*{
	box-sizing: border-box;
}

/* 共通
================================================== */

/* ページトップへ戻る
------------------------------ */
.backtotop {
	display: none;
	position: fixed;
	right: 20px;
	bottom: 30px;
	z-index: 9000;
}

/* リンク
------------------------------ */

a {
	color: #6a3906;
	transition: All 0.4s ease;
}
a img {
	transition: All 0.4s ease;
}
a:hover img {
	opacity: .6;
}

/* テーブル
------------------------------ */

table.def {
	width: 100%;
	font-size: 13px;
	background: #fff;
}
table.def th {
	width: 40%;
	padding: 5px;
	color: #fff;
	background: #edb24e;
	text-align: center;
	vertical-align: top;
	border: 1px solid #ad6c01;
}
table.def td {
	padding: 5px;
	border: 1px solid #a2a2a2;
}


/* リスト
------------------------------ */

ul.def {
	margin: 0 0 1em;
}
ul.def li {
	padding: 5px 0 5px 12px;
	border-bottom: 1px dotted #6a3906;
	background: url(../images/common/ico_arrow02.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;
}


/* バナー・ボタン
------------------------------ */

.bnr a {
	display: inline-block;
	margin: 0 10px 10px;
}
.bnr{
	margin: 15px auto;
	max-width: 640px;
}
.btn {
	margin: 0 10px 10px;
	padding: 6px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	border: 1px solid rgba(0,0,0,.1);
	border-radius: 4px;
	background:
		url(../images/common/ico_arrow02_w.png) 5px center no-repeat,
		linear-gradient(#53d8aC, #92CDE8)
	;
	box-shadow:
		0 2px 2px rgba(0,0,0,.2),
		0 1px 1px rgba(255,255,255,.6) inset
	;
	display: block;
}

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;
}


/* ページネーション
------------------------------ */

ul.pagenation {
	margin: 0 0 20px;
	text-align: center;
	font-size: 0;
	letter-spacing: 0;
}
ul.pagenation li {
	width: 30px;
	margin: 0 3px;
	text-align: center;
	line-height: 30px;
	font-size: 13px;
	border-radius: 4px;
	vertical-align: top;
	display: inline-block;
	background: #fff;
}
ul.pagenation li.current {
	color: #fff;
	background: #e6ac45;
}
ul.pagenation li.dot {
	width: 15px;
	margin: 0 1px;
	border: none;
	background: none;
}
ul.pagenation li a {
	text-decoration: none;
	display: block;
}


/* パンくずリスト
------------------------------ */

.breadcrumbs {
	height: 25px;
	line-height: 25px;
	margin: 0 10px 0;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
}
.breadcrumbs li {
	font-size: 12px;
	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;
}

/* 開閉式コンテンツ
------------------------------ */

.toggle {
	cursor: pointer;
}
.toggle + * {
	display: none;
}
.toggle:target + * {
	display: block;
}


/* ヘッダー
================================================== */

.site-header {
	margin: 0 0 25px;
}

.h-logo {
	width: 110px;
	margin: 25px auto 0;
	left: 0;
	right: 0;
	text-align: center;
	position: fixed;
	z-index: 9999;
}
/* menu
------------------------------ */

.js #menu {
	display:none;
}

.js .slicknav_menu {
	display:block;
}

.slicknav_menu {
	border-top: 3px solid #f4a117;
	position: fixed;
	width: 100%;
	text-align: right;
	background: #f2edd7;
	z-index: 9998;
	font-size: 16px;
}

.slicknav_menu > a {

	display: inline-block;
	width: 51px;
	height: 36px;
	margin: 17.5px;
}

.slicknav_menu ul li {
	text-align: left;
	font-size: 14px;
}

.slicknav_menu ul li a {
	text-decoration: none;
	display: block;
}

.slicknav_menu img{
	width: auto;
}
.visual{
	padding-top: 70px;
	text-align: center;
	background: #725a3e;
}
.sub-visual{
	position: relative;
}
.sub-visual::after{
	outline: 1px solid red;
	position: absolute;
	content:　"";
	display: block;
	width: 100%;
	height: 100%;
	background: url(../images/common/bg02.png);
}
/* フッター
================================================== */
footer.site-footer{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
/* グローバルナビ
------------------------------ */

.f-nav {
	overflow: hidden;
}
.f-nav li {
	width: 50%;
	margin: 0;
	line-height: 18px;
	font-size: 12px;
	letter-spacing: 0;
	text-align: center;
	box-sizing: border-box;
	border-bottom: 1px solid #9f8d5d;
	float: left;
}
.f-nav li:nth-child(2n) {
	border-left: 1px solid #9f8d5d;
}
.f-nav li a {
	padding: 1em 0;
	color: #fff;
	text-decoration: none;
	display: block;
	background: #725a3e;
}
.f-nav li a:hover {
	opacity: .6;
}

/* アドレス
------------------------------ */

address.f-address {
	text-align: center;
	font-style: normal;
	
	background: url(../images/common/bg01.png);
}

address.f-address dl dt.name {
	padding: 10px 0;
}
address.f-address dl dd.address {
	margin-bottom: 5px; 
}
address.f-address dl dd.fax {
	padding-bottom: 5px; 
}

/* コピーライト
------------------------------ */

.f-copy {
	font-size: 12px;
	line-height: 36px;
	text-align: center;
	background: url(../images/common/bg01.png);
	display: block;
}
.f-copy a {
	color: inherit;
	text-decoration: none;
}


/* コンテンツ
================================================== */

.main-contents {
	margin: 0 10px;
	display: block;
}

/* 記事骨格
------------------------------ */

.item-box {
	max-width: 640px;
	margin: 0 auto 25px;
}
.item-text {
	overflow: hidden;
}

/* 見出し
------------------------------ */

.item-title-h3 {
	margin: 0 0 10px;
	padding: 1em 4px;
	font-size: 15px;
	box-shadow: 0 0 1px #fff inset;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background: url(../images/common/line02.png) repeat-x bottom;
}
.item-title-h3::before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: url(../images/common/icon_arrow02.png);
}
.item-title-h3 span {
	padding: 0 4px;
}

.top-title-h3 {
	text-align: center;
	margin-bottom: 5px;
}

.item-title-h4 {
	margin: 0 0 15px;
	padding: 1em 4px;
	color: #e48e00;
	background: url(../images/common/line03.png) repeat-x bottom;
}

/* 記事サムネイル
------------------------------ */

img.thumb-left {
	max-width: 35%;
	height: auto;
	margin: 0 8px 8px 0;
	float: left;
}
img.thumb-right {
	max-width: 35%;
	height: auto;
	margin: 0 0 8px 8px;
	float: right;
}
img.thumb-center {
	max-width: 95%;
	margin: 0 auto 8px;
	display: block;
}
img.photo {
	padding: 2px;
	background: #fff;
	box-shadow: 0 2px 2px rgba(0,0,0,.2);
	box-sizing: border-box;
}


/* 記事情報
------------------------------ */

.item-date {
	margin: 0 0 8px;
	padding: 0 0 0 10px;
	font-size: 13px;
	background: url(../images/common/ico_arrow01.png) left center no-repeat;
	display: block;
}

.post-data {
	height: 14px;
	margin: 0 0 15px;
	line-height: 14px;
	font-size: 0;
	letter-spacing: 0;
	overflow: hidden;
	white-space: nowrap;
}
.post-data li {
	margin: 0 8px 0 0;
	padding: 0 8px 0 0;
	font-size: 12px;
	border-right: 1px dotted #aaa;
	display: inline;
}
.post-data .item-date {
	margin: 0;
	display: inline;
}



/* 詳細ページ SNSシェアボタン
------------------------------ */

.sns-sharerbtn-list {
	margin: 8px 0;
	padding: 8px 0;
	text-align: center;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
	background: #f0f0f0;
	overflow: hidden;
	clear: both;
}
.sns-sharerbtn-list li {
	margin: 0 4px;
	vertical-align: top;
	display: inline-block;
}


/* 詳細ページ 前後の記事へのリンク
------------------------------ */

.paginated-link {
	margin: 15px 5px 0;
	overflow: hidden;
}
.paginated-link li {
	width: 48%;
	padding: 0 5px;
	text-align: center;
	font-size: 13px;
	border: 1px solid #e48e00;
	border-radius: 4px;
	background: #edb24e;
	box-sizing: border-box;
}
.paginated-link li.prev-link {
	float: left;
}
.paginated-link li.next-link {
	float: right;
}
.paginated-link li a {
	color: #fff;
	height: 35px;
	line-height: 35px;
	text-decoration: none;
	display: block;
	overflow: hidden;
}


/* トップページ
================================================== */
/* コンセプト
------------------------------ */
#concept h3 {
	display: none;
}
/* リフォームメニュー
------------------------------ */

#re-menu ul li {
	margin-bottom: 2.5px;
}

/* 新着情報
------------------------------ */

.news-list li {
	height: 35px;
	line-height: 35px;
	border-bottom: 1px dotted #6a3906;
	overflow: hidden;
}
.news-list li span {
	color: #eb6100;
	margin: 0 15px 0 5px;
}

/* 施工事例
------------------------------ */
.gallery-list{
	overflow: hidden;
}
.gallery-list li {
	float: left;
	width: calc((100% - 15px) /2 );
	margin-right: 7.5px;
	overflow: hidden;
	text-align: center;
}
.gallery-list li:nth-child(2) {
	margin-right: 0;
}
.gallery-list li .thumb{
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	width: 100%;
	height: 80px;
	text-indent: -9999px;
	margin-bottom: 1em;
	box-sizing: border-box;
	border: 2px solid #fff;
}
.gallery-list li a{
	font-size: 10px;
	display: inline-block;
	text-align: center;
	text-decoration: none;
	height: 2.5em;
	background: url(../images/common/line01.png) repeat-x bottom;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}

/* 下層ページ
================================================== */
/* 介護リフォーム
------------------------------ */
body#kaigoreform .description .anchor-link{
	margin-top: -74px;
	padding-top:74px;
}
body#kaigoreform .item-title-h3{
	display: none;
}
body#kaigoreform .description dt{
	margin: 0 0 10px;
	padding: 1em 4px;
	font-size: 15px;
	box-shadow: 0 0 1px #fff inset;
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	background: url(../images/common/line02.png) repeat-x bottom;
}
body#kaigoreform .description dt::before{
	display: inline-block;
	content: "";
	width: 10px;
	height: 10px;
	margin: 0 5px;
	background: url(../images/common/icon_arrow02.png);
}
body#kaigoreform .image{
	text-align: center;
	margin-bottom: 1em;
	border-radius: 10px;
	overflow: hidden;
}
body#kaigoreform .main-contents dl dt{
	margin: 0 0 10px;
	padding: 0.75em 0;
	font-size: 1.2em;
	color: #e48e00;
	background: url(../images/common/line03.png) repeat-x bottom;
}
body#kaigoreform .main-contents dl dt::before{
	top: 3px;
	display: inline-block;
	content: "";
	width: 3px;
	height: 15px;
	margin: 0 10px;
	background: #e48e00;
	position: relative;
}
body#kaigoreform .kaigoreform-list{
	margin-bottom: 15px;
	padding: 0 10px 10px;
	background: url(../images/common/bg03.jpg);
	border-radius: 10px;
}
/* その他リフォーム
------------------------------ */
body#otherreform .otherreform-list .item-title-h3{
	background: url(../images/common/bg03.jpg);
	border-radius: 10px;
}
body#otherreform .anchor-link{
	margin-top: -74px;
	padding-top:74px;
}
body#otherreform .main-contents dl dt{
	margin: 0 0 10px;
	padding: 0.5em 0;
	font-size: 1.2em;
	color: #fff;
	background: #edb24e url(../images/common/line03.png) repeat-x bottom;
	border-radius: 5px;
}
body#otherreform .main-contents dl dt::before{
	top: 3px;
	display: inline-block;
	content: "";
	width: 3px;
	height: 15px;
	margin: 0 10px;
	background: #fff;
	position: relative;
}
body#otherreform .main-contents .description{
	margin-bottom: 20px;
}
body#otherreform .main-contents .description img{
	display: inline-block;
	margin-bottom: 0.5em;
	border-radius: 5px;
}
body#otherreform .image {
	margin: 0 auto 10px;
	text-align: center;
}
body#otherreform .text {
	margin-bottom: 10px;
	padding: 10px;
	background: #fff;
	border-radius: 10px;
}
body#otherreform .main-contents #water aside{
	margin-top: 5px;
	padding: 10px;
	background: url(../images/common/bg03.jpg);
	border-radius: 10px;
}
body#otherreform .main-contents #water .bath img{
	width: 200px;
}
/* 施工実績
------------------------------ */
body#case article .gallery li img {
	border: 5px solid #fff;
  box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.15);
  -webkit-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.15);
  -moz-box-shadow: 0px 5px 3px -3px rgba(0,0,0,0.15);
}
body#case article .item-title-h4 {
	margin: 0 0 10px;
	padding: 0.5em;
	font-size: 1.2em;
	color: #fff;
	background: #edb24e url(../images/common/line03.png) repeat-x bottom;
	border-radius: 5px;
}
/* 会社概要
------------------------------ */
body#company .anchor-link{
	margin-top: -74px;
	padding-top:74px;
}
#company #guide dt{
	font-weight: bold;
	margin: 0 0 10px;
	padding: 10px;
	font-size: 1.2em;
	font-weight: bold;
	color: #ad6c01;
	background: url(../images/common/bg03.jpg);
	border-radius: 10px;
}
#company #guide .image{
	text-align: center;
	margin-bottom: 0.5em;	
}
#company #guide .text{
	margin-bottom: 15px;	
}
.map{
	width: 100%;
	height: 250px;
}
/* ブログ
------------------------------ */
body#blog .thumb-post-list{
	overflow: hidden;
}
body#blog .thumb-post-list li{
	float: left;
	width: calc( ( 100% - 1rem ) /2);
	margin: 0 1rem 0.5rem 0;
}
body#blog .thumb-post-list li:nth-child(2n){
	margin-right: 0;
}

body#blog .thumb-post-list li .left{
	margin-bottom: 0.5rem;
}
body#blog .thumb-post-list li .right{
	margin-bottom: 0.5rem;
}
body#blog .thumb-post-list li .thumb{
	width: 100%;
	display: inline-block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 100px;
}

/* サイトマップ
------------------------------ */

.sitemap-list a {
	padding: 0 0 0 25px;
	line-height: 40px;
	text-decoration: none;
	border-bottom: 1px dotted #ccc;
	background: url(../images/common/icon_arrow01.jpg) 5px center no-repeat;
	display: block;
}
.sitemap-list a:hover {
	background-color: #f7eab3;
}

/* ギャラリー
------------------------------ */

ul.gallery {
	font-size: 0;
	letter-spacing: 0;
	margin-bottom: 5px;
}
ul.gallery li {
	width: 100%;
	font-size: 13px;
	vertical-align: top;
	display: inline-block;
}
ul.gallery li img{
	width: 100%;
	height: auto;
	margin-bottom: 10px;
	border-radius: 10px;
}
/* コンタクトフォーム
------------------------------ */
body#contact .description .text{
	margin-bottom: 0.5em;
}
body#contact .description .tel{
	border: 1px solid #e48e00;
	color: #e48e00;
	padding: 10px;
	border-radius: 10px;
	font-weight: bold;
	background: rgba(255,255,255,0.4);
}
body#contact .sec-error-text{
	color: #e48e00;
}
body#contact .contact-submits input{
	display: block;
	background: #e48e00;
	color: #fff;
	border: 0;
	border-radius: 0.5rem;
	cursor: pointer;
	font-size: 1.2em;
	font-weight: bold;
	text-shadow:0px 0px 5px rgba(0,0,0,0.25);
	-webkit-appearance: none;
	width: 100%;
	line-height: 3;
	margin-top: 15px;
}
body#contact .contact-form dt{
	font-weight: bold;
	vertical-align: middle;
	text-align: left;
	padding: 0.5rem 0;
	display: block;
}
body#contact .required-mark{
	color: #e48e00;
}
body#contact input{
	margin: 0;
	width: 100%;
	box-sizing: border-box;
	padding: 0.75rem;
	font-size: 1em;
	border: 1px solid $color_border;
}
body#contact input#tel01{
	width: 5em;
}
body#contact input#tel02{
	width: 5em;
}
body#contact input#tel03{
	width: 5em;
}
body#contact input#fax01{
	width: 5em;
}
body#contact input#fax02{
	width: 5em;
}
body#contact input#fax03{
	width: 5em;
}
body#contact input#pc01{
	width: 5em;
	margin: 0 0.25rem 0.5rem 0.5rem;
}
body#contact input#pc02{
	width: 7em;
	margin: 0 0.5rem 0.5rem 0.25rem;
}
body#contact input#pc03{
	margin: 1em 0;
}
body#contact input#pc-button{
	width: auto;
	margin-bottom: 0.5rem;
	display: inline-block;
	font-size: 0.8em;
	color: #5a5a5a;
	background: #ccc;
	border: 1px solid #aaa;
	border-radius: 0.5em;
	-webkit-appearance: none;
}
body#contact textarea{
	width: 100%;
	padding: 1em;
	font-size: 1em;
	border: 1px solid $color_border;
	box-sizing: border-box;
}
/* 未記入エラー文 */
body#contact .error-text {
	margin: 0 0 0.5em;
	color: #e48e00;
}