@charset "utf-8";
/*
Theme Name: オリジナルテーマ
Version:1.0.0
Author: Detail Drawing
Theme URI: http://detail-drawing.com/
Description: オリジナルテーマ
*/


/* //////////////////////////////////////////////////
/////////////////////////////////////////////////////
[Base] 
/////////////////////////////////////////////////////
////////////////////////////////////////////////// */

/* --------------------------------------------------
	0. Resetting default margin and padding
-------------------------------------------------- */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,a,p,blockquote,pre,abbr,address,
cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,
sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,
legend,table,caption,tbody,tfoot,thead,tr,th,td,article,
aside,canvas,details,figcaption,figure,footer,header,
hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,main,menu,nav,section {
    display:block;
}
/*box-sizingを全ブラウザに対応*/
*, *:before, *:after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}

/* --------------------------------------------------
	1. HTML, Body, Anchor
-------------------------------------------------- */
html { 
	font-family: 'Noto Sans JP', sans-serif;
	letter-spacing: .05em;
	/*モバイル文字サイズの自動調整をオフ*/
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}
body {
	color: #333;
    line-height:1;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
	transition: all 0.3s;
}
a:hover,
a:active {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}




/* --------------------------------------------------
	2. Heading, Paragraph
-------------------------------------------------- */
h1, h2, h3, h4, h5, h6 {
    font-weight:normal;
	line-height: 1em;
}
.ttl-typeA {
	color: #2181cc;
	font-size: 24px;
	font-weight: bold;
	overflow: hidden;
	text-align: center;
	margin: 0 0 40px;
}
.ttl-typeA span {
  position: relative;
  display: inline-block;
  padding: 0 1em;
}
.ttl-typeA span::before,
.ttl-typeA span::after {
  position: absolute;
  top: 50%;
  content: '';
  width: 400%;
  height: 1px;
  background-color: #ccc;
}
.ttl-typeA span::before {
  right: 100%;
}
.ttl-typeA span::after {
  left: 100%;
}
@media only screen and (max-width: 1020px) {
	.ttl-typeA {
		margin: 0 0 15px;
	}
}

.ttl-typeB {
	background: #2181cc;
	color: #fff;
	font-size: 18px;
	line-height: 36px;
	margin: 0px 0px 10px;
	text-align: center;
}
@media only screen and (max-width: 1020px) {
	.ttl-typeB {
		margin: 0 0 15px;
	}
}

.ttl-typeC {
	background: #2181cc;
	color: #ffe401;
	line-height: 40px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.subttl-typeA {
	font-size: 38px;
	font-weight: 900;
	line-height: 1.2em;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1020px) {
	.subttl-typeA {
		font-size: 24px;
	}
}
.subttl-typeB {
	color: #2181cc;
	font-size: 24px;
	font-weight: bold;
	margin-bottom: 30px;
	margin-top: 50px;
	text-align: center;
}
p {
    font-size: 16px;
	line-height: 1.7em;
	margin-bottom: 1.5em;
}
p.call-us {
	color: #ff831d;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
	line-height: 18px;
}
p.tel-nbr {
	line-height: 36px;
	margin-bottom: 0;
	margin-left: 10px;
}
p.tel-nbr img {
	margin-right: 10px;
}
p.tel-nbr a {
	color: #4b4b4b;
	font-size: 40px;
	font-weight: 900;
	letter-spacing: -0.5px;
	text-decoration: none;
}
p.end {
	margin-bottom: 0;
}


/* --------------------------------------------------
	3. List
-------------------------------------------------- */
ul { letter-spacing: -.40em; }
li { list-style: none; letter-spacing: normal; }
ul.basic li { float: left; }

.bread {
	font-size: 12px;
	height: 50px;
	line-height: 50px;
}

/* --------------------------------------------------
	4. Table
-------------------------------------------------- */
table {
    border-collapse:collapse;
    border-spacing:0;
	width: 100%;
}
/* テーブル・typeA
------------------------------ */
.tbl-typeA th {
	background-color: #dbf3ff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 20px;
	text-align: center;
	vertical-align: top;
}
.tbl-typeA th.typeA {
	width: 49%;
}
.tbl-typeA th.typeB {
	width: 17%;
}
.tbl-typeA td {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 20px;
}
.tbl-typeA td.price {
	text-align: right;
}

/* テーブル・typeB
------------------------------ */
.tbl-typeB th {
	background-color: #dbf3ff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	width: 40%;
}
.tbl-typeB td {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 20px;
	width: 60%;
}
/* テーブル・typeC
------------------------------ */
.tbl-typeC th {
    background-color: #dbf3ff;
    border: 1px solid #ccc;
    color: #333;
    font-size: 14px;
    padding: 10px;
    text-align: center;
    vertical-align: top;
    width: 10%;
}
.tbl-typeC td {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 20px;
	width: 90%;
}
/* テーブル・typeD
------------------------------ */
.tbl-typeD th {
	background-color: #dbf3ff;
	border: 1px solid #ccc;
	color: #333;
	font-size: 14px;
	padding: 20px;
	text-align: left;
	vertical-align: top;
	width: 40%;
}
.tbl-typeD td {
	background-color: #fff;
	border: 1px solid #ccc;
	font-size: 14px;
	padding: 20px;
	width: 400px;
}

/* --------------------------------------------------
	5. MailForm
-------------------------------------------------- */
/*contact form 7*/
.wpcf7 {
    margin: 96px 0;
}
.asterisk {
    margin: 0 0 0 0.2em;
    color: #f5637a;
}
.wpcf7 span.wpcf7-not-valid-tip {
	font-size: 80%;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 input[type="url"],
.wpcf7 textarea {
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
	box-shadow: 1px 1px 3px rgba(0,0,0,.1) inset;
	color: #333;
	font-size: 16px;
	padding: 0.5em;
	width: 100%;
}
.wpcf7 input[type="submit"],.wpcf7 input[type="button"] {
	background: #ec6941;
	border: 0px solid #ccc;
	border-radius: 0;
	box-shadow: 0 0 1px rgba(0,0,0,.2);
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	text-shadow: 0px 0px 0 rgba(255,255,255,1);
	width: 15%;
	-webkit-appearance: none;
}
.wpcf7 input[type="button"]  {
	background: #ddd;
	color: #000;
	margin-right: 20px;
}
.wpcf7 input[type="submit"]:hover {
    box-shadow: 0 0 1px rgba(0,0,0,.2) inset;
}
.form-btn {
	margin-top: 70px;
	text-align: center;
	width: 100%;
}
.wpcf7c-conf {
    background-color: #ddd!important;
    box-shadow: none!important;
}

/*ドロップダウンメニュー*/ 
.wpcf7-form-control.wpcf7-select{
	border: 1px solid #ddd;
	font-size: 14px;
	height: 40px;
	padding: 0.5em;
	width: 100%;
}

@media only screen and (max-width: 1020px) {
	.wpcf7 input[type="submit"],.wpcf7 input[type="button"] {
		width: 100%;
	}
	.wpcf7 input[type="button"] {
		margin-bottom: 12px;
	}
}
/* --------------------------------------------------
	6. Other
-------------------------------------------------- */
img {
	vertical-align: top;
	font-size: 0;
	line-height: 0;
}
object {
    vertical-align: middle;
    outline: none;
}
em, strong { font-weight: bold; font-style: normal; }
abbr, acronym { border: none; font-variant: normal;}
q { quotes: "「" "」" "『" "』"; }
q:before { content: open-quote; }
q:after { content: close-quote; }
address, caption, cite, code, dfn, var {
	font-weight: normal; font-style: normal;
}
code, pre { font-family: monospace; }
sup { vertical-align: text-top; }
sub { vertical-align: text-bottom; }
hr {
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 20px 0;
}

/* --------------------------------------------------
	7. For IE6/7
-------------------------------------------------- */
/* --- for ie7: page zoom bug fix --- */
*:first-child+html body,
*:first-child+html br { letter-spacing: 0; }

/* --------------------------------------------------
	8. FLEX
-------------------------------------------------- */
.fx-base {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.fx-wrap {
	/*フレックスアイテムを折り返す*/
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.fx-bet {
	/*フレックスアイテムを等間隔に配置する*/
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}
.fx-rev {
	/*右から並べる*/
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.fx-tate {
	/*縦に中央揃え*/
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}


/* Figure
----------------------------------- */
figure.two { width: 48%; }
figure.three { width: 30%; }
figure.four { width: 23.5%; }
figure.five { width: 17%; }
figure.six { width: 13%; }
figure img { height: auto; width: 100%; }

@media only screen and (max-width: 1020px) {
	figure { width: 100%; }
	figure.two { width: 100%; }
	figure.three { width: 100%; }
	figure.four { width: 100%; }
	figure.five { width: 100%; }
	figure.six { width: 100%; }	
	figure {
		margin-bottom: 30px;
	}
}
@media only screen and (max-width: 1020px) {
	figure.four {
		width: 49%;
	}
}



/* //////////////////////////////////////////////////
/////////////////////////////////////////////////////
[Layout]
/////////////////////////////////////////////////////
////////////////////////////////////////////////// */

/* --------------------------------------------------

	0. Container

-------------------------------------------------- */
.wrapper {
	margin: 0 auto;
	width: 1020px;
}

@media only screen and (max-width: 1020px) {
	.wrapper {
		width: 96%;
    }
}

/* --------------------------------------------------

	1. ヘッダエリア

-------------------------------------------------- */
header {}

#hd-info h1 {
	font-size: 10px;
	height: 20px;
	line-height: 20px;
}
#hd-main {}
#hd-main .logo {
	padding: 10px 0;
}
#hd-main .logo img {
	height: 50px;
	width: auto;
}
#hd-main .contact {
	padding: 20px 0;
}
nav {
	background: #d2f0fd;
}
nav ul li {
	border-right: 1px solid #7dc5e7;
	margin: 10px 0;
	line-height: 40px;
	text-align: center;
	width: 170px;
}
nav ul li:first-child{
	border-left: 1px solid #7dc5e7;
}
nav ul li a {
	color: #000;
	display: block;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
nav ul li a:hover {
	background: #7dc5e7;
}

@media only screen and (max-width: 1020px) {
	#hd-main .logo img {
		height: 40px;
		width: auto;
	}
	nav ul li {
	border-right: 0;
	margin: 10px 0;
	line-height: 10px;
	text-align: left;
	width: auto;
	}
	nav ul li:first-child{
	border-left: 0;
	}
}




/* --------------------------------------------------

	2. メインエリア

-------------------------------------------------- */
main {
}
@media only screen and (max-width: 1020px) {
	main {}
}


/* ----------------------------------------
　トップページ
---------------------------------------- */

/* メインビジュアル
------------------------------ */
section#hero {
	background: url(img/top-hero-bg.jpg) center;
}
section#hero img {
	height: auto;
	width: 100%;
}

/* 4つのトラブル
------------------------------ */
section#area-top-case {
	background: #f6f6f6;
	padding: 50px 0;
}
figure.fgr-case {
	background: #fff;
	border: 1px solid #c9c9c9;
}
figure.fgr-case ul {
	padding: 20px 20px 10px;
}
figure.fgr-case ul li {
	background: url(img/common-icon-check.png) no-repeat;
	margin-bottom: 10px
}
figure.fgr-case ul li p {
	line-height: 1em;
	font-weight: bold;
	margin-left: 20px;
	margin-bottom: 10px;
}

@media only screen and (max-width: 1020px) {
	section#area-top-case {
		padding: 10px 0;
	}
	figure.fgr-case {
		margin-bottom: 10px;
	}
}






/* 選ばれる理由
------------------------------ */
section#area-top-reason {
	margin-bottom: 150px;
}
section#area-top-reason .desc {
	background: url(img/top-reason-bg.jpg);
	height: 400px;
	margin: 40px 0;
	position: relative;
	width: 100%;
}
section#area-top-reason .desc2 {
	background: url(img/top-reason-bg-sp.jpg);
}
section#area-top-reason .text {
	padding: 58px;
	position: absolute;
	top: 64px;
	left: 300px;
}
@media only screen and (max-width: 1020px) {
	section#area-top-reason .text {
		padding: 20px;
		position: inherit;
		margin-bottom: 10px;
		top: auto;
		left: auto;
	}
	section#area-top-reason .text img {
		width: 100%;
		margin-bottom: 10px;
	}
}
section#area-top-reason .text p {
	line-height: 1.5em;
	margin-bottom: 10px;
}

section#area-top-reason .banner img {
	width: 100%;
}

@media only screen and (max-width: 1020px) {
	section#area-top-reason {
		margin-bottom: 50px;
	}
}

/* 動画
------------------------------ */
section#erea-top-douga {
	margin-bottom: 150px;
}

table td {
  padding : 20px 10px;
}

section#erea-top-douga .wrapper-douga {
	margin: 0 auto;
	width: 1020px;
  height: 0;
  position: relative;
  overflow: hidden;
}

section#erea-top-douga .wrapper-douga iframe {
	 top: 0;
	left: 0;
	width: 100% !important;
	margin-bottom: 10px;
}

section#erea-top-douga .douga {
	display: block;
	color: #2181cc;
	line-height: 30px;
	margin: 0 10px;
	text-decoration: none;
}	

@media only screen and (max-width: 1020px) {
section#erea-top-douga table td {
      display: block;
      width: 50%;
   }
}

/* 施工までの流れ
------------------------------ */
section#area-top-flow {
	margin-bottom: 150px;
}
section#area-top-flow .step {
	margin-bottom: 30px;
}
section#area-top-flow .step figure img {
	margin-bottom: 10px;
}
section#area-top-flow .banner img {
	width: 100%;
}
@media only screen and (max-width: 1020px) {
	section#area-top-flow {
		margin-bottom: 50px;
	}
}


/* 料金について
------------------------------ */
section#area-top-price {
	margin-bottom: 150px;
}
.about {
	margin-bottom: 80px;
}
.about figure {
	border: 5px solid #2181cc;
}
.about figure .icon {
	padding: 20px;
	text-align: center;
}
.about figure .icon img {
	width: auto;
}
.about figure .text {
	padding: 0 20px;
}
section#area-top-price .banner img {
	width: 100%;
}
a .btn {
	display: block;
	margin: 0 0 0 auto;
	}

@media only screen and (max-width: 1020px) {
	section#area-top-price {
		margin-bottom: 50px;
	}
	.about {
		margin-bottom: 0;
	}
	.about figure .icon img.basic {
	    margin: 0 auto ;
	}
	.about figure .icon img.other {
	    margin: 10px auto 0;
	}
	table.tbl-typeD th,table.tbl-typeD td{
		width:100%;
		display:block;
	}
	table.tbl-typeD td .price{
		border-top: none;
	}
}






/* 対応エリア
------------------------------ */
section#area-top-gunma {
	margin-bottom: 40px;
}
section#area-top-gunma .speedy {
	margin-bottom: 20px;
}
section#area-top-gunma .text {
}
section#area-top-gunma .map {
}
section#area-top-gunma .city {
	border: 5px solid #e6e6e6;
	padding: 40px;
}
@media only screen and (max-width: 1020px) {
	section#area-top-gunma .map {
		text-align: center;
		width: 100%;
	}
}




/* ----------------------------------------
　
  固定ページ設定

---------------------------------------- */
main{}

/* ----------------------------------------
　トイレのトラブル/キッチンのトラブル
　洗面所のトラブル/お風呂のトラブル
---------------------------------------- */

/* メインビジュアル
------------------------------ */
.hero-typeA  {
	background: url(img/top-hero-bg.jpg) center top;
	margin-bottom: 100px;
}
.hero-typeA  img {
	height: auto;
	width: 100%;
}
@media only screen and (max-width: 1020px) {
.hero-typeA  {
	margin-bottom: 30px;
}
}

/* 水漏れ詰まり/料金例
------------------------------ */
.box-typeA {
	margin-bottom: 20px;
}
.box-typeA .btn {
	margin: 10px 10px;
}
.wrapper p.under {
	margin: 0px 0px 40px 10px;
}

@media only screen and (max-width: 1020px) {
	.box-typeA {
		margin-bottom: 20px;
	}
}

/* ----------------------------------------
　料金プラン
---------------------------------------- */
section#area-price-desc {
	margin-bottom: 100px;
} 




/* --------------------------------------------------

	4. フッタエリア

-------------------------------------------------- */
footer {
	margin-top: 100px;
}
#ft-banner {
	margin-bottom: 50px;
}
#ft-main {
	background: #2181cc;
	height: 50px;
}
#ft-main ul.fx-base {
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
#ft-main ul li a {
	color: #fff;
	display: block;
	font-size: 14px;
	line-height: 50px;
	margin: 0 10px;
	text-decoration: none;
}
@media only screen and (max-width: 1020px) {
	footer {
		margin-top: 50px;
	}
	#ft-banner {
		margin-bottom: 10px;
	}
}

/* スマホの時だけタップでかける
------------------------------ */
@media screen and (min-width: 1020px) {
	a[href^="tel:"] {
		pointer-events: none;
	}
}




/* //////////////////////////////////////////////////
/////////////////////////////////////////////////////
[Module]
/////////////////////////////////////////////////////
////////////////////////////////////////////////// */

/* ----------------------------------------
　background-color
---------------------------------------- */
.bgYellow {
	background-color: #FDCF00;
}

/* ----------------------------------------
　text
---------------------------------------- */
.textRed {
	color: #b30000;
}
.textBlue {
	color: #2181cc;
}
/* ----------------------------------------
　margin
---------------------------------------- */
.mr5 {
	margin-right: 5px;
}

/* デバイス毎の表示・非常時
------------------------------*/
/*スマホの場合は非表示にする*/
@media screen and (max-width: 1020px) {
    /* 1200px以下用（タブレット／スマートフォン用）の記述 */
	.no-sp { display: none; }
}
/*PCの場合は非表示にする*/
@media screen and (min-width:1020px) {
	/*1200px以上用（PC用）の記述*/
	.no-pc { display: none; }
}

/* clearfix
------------------------------*/
.cf:after{/*for modern browser*/
	content:".";
	display: block;
	height:0px;
	clear:both;
	line-height:0; 
	visibility:hidden;
    overflow:hidden;
}
.cf { zoom:1;/*for IE 5.5-7*/ }

/* pagenation
------------------------------*/
.pagenation {
    margin: 1em 0;
}
.pagenation:after, .pagenation ul:after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}
.pagenation ul {
    margin: 0 auto;
    text-align: left;
}
@media only screen and (max-width: 1020px) {
.pagenation ul {
    text-align: center;
}    
}
.pagenation li {
    display: inline-block;
    list-style: none outside none;
    margin-left: 3px;
}
.pagenation li:first-child {
    margin-left: 0;
}
.pagenation li.active {
    background-color: #999999;
    border-radius: 3px;
    color: #FFFFFF;
    cursor: not-allowed;
    padding: 10px 20px;
}
.pagenation li a {
    background: none repeat scroll 0 0 #333;
    border-radius: 3px;
    color: #FFFFFF;
    display: block;
    padding: 10px 20px;
    text-decoration: none;
}
.pagenation li a:hover {
    background-color: #444444;
    color: #FFFFFF;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}

/* トップへぬるっと
------------------------------ */
#page-top {
    bottom: 10px;
	display: none;
    font-size: 12px;
	margin-bottom: 0;
    position: fixed;
    right: 10px;
}
#page-top a {
    background: #ffe300;
    border-radius: 50%;
    color: #333;
    display: block;
	height: 70px;
	line-height: 70px;
    text-align: center;
    text-decoration: none;
    width: 70px;
}
#page-top a:hover {
    background: #999;
    text-decoration: none;
}