@charset "UTF-8";
/* CSS Document */

/* -- ヘッダー・全体-------------------------------------------------------------------------------- */
html {
    height: 100%;
	font-family: YuGothic,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	font-size: 14px;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 1242px){
body {
	width: 100vw;
}
}
#wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
#headline {
	width: 100%;
	height: 12px;
    background-image: url("../images/header_line.jpg");
}
#header {
	width: 1000px;
	height: 145px;
	margin: 0 auto;
}
@media screen and (max-width: 1242px){
#header {
	height: 120px;
}
}
@media screen and (max-width: 1000px){
#header {
	width: 100%;
}
}
@media screen and (min-width: 1242px){
  .br-pc { display: block; }
  .br-sp { display: none; }
}
@media screen and (max-width: 1242px){
  .br-pc { display: none; }
  .br-sp { display: block; }
}
/* -- ロゴ -------------------------------------------------------------------------------- */
#logo {
	float: left;
	padding-top: 25px;
}
@media screen and (max-width: 1242px){
#logo {
	float: left;
	padding-top: 15px;
	padding-left: 10px;
}
}
.logo_copy {
}
.logo_name {
	font-size: 50px;
	padding-top: 15px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	float: left;
}
@media screen and (max-width: 480px){
.logo_copy {
	width: 80%;
	line-height: 140%;
}
.logo_name {
	font-size: 40px;
	padding-top: 10px;
	font-weight: bold;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", YuGothic, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
	float: left;
}
}
/* -- 右上ボタン -------------------------------------------------------------------------------- */
#enter {
	float: right;
	padding-top: 20px;
}
@media screen and (max-width: 1242px){
#enter {
	display: none;
}
}
/* -- コンテンツメニュー -------------------------------------------------------------------------------- */
#contents_menu{
	background:linear-gradient(#96dc4a, #009245);
	height: 50px;
}
@media screen and (max-width: 1242px){
#contents_menu{
	height: 0px;
}
}
#nav {
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    padding-top: 16px;
	max-width: 1000px;
	margin: 0 auto;
}
ul#menu {
	display: -webkit-box;
	display: -moz-box;
	width: 100%;
	list-style: none;
}
ul#menu li {
	-webkit-box-flex: 1;
	-moz-box-flex: 1;
}
ul#menu li a {
    text-decoration: none;
	color: #FFF;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
    padding: 0px 51px 0px 51px;
	letter-spacing: 0em;
}
ul#menu li a:visited{
    color: #FFF;
}
ul#menu li a:hover{
    background-color: #a0dc78;
    color: #FFF;
	height: 50px;
	padding: 16px 51px 18px 51px;
}
/* -- トップページメイン画像 -------------------------------------------------------------------------------- */
.main_img {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/main_img.jpg) center center no-repeat;
    background-size: cover;
    width: 100%;
	padding-top: 33%;
}
/* -- トップページ｜コンテンツ全体-------------------------------------------------------------------------------- */
#whatwecando, #symptom, #flow {
	width: 100%;
	max-width: 980px;
	margin: 0 auto;
	padding-top: 50px;
}
/* -- トップページ｜コンテンツタイトル -------------------------------------------------------------------------------- */
#whatwecando h1, #symptom h1, #flow h1 {
	font-size: 24px;
	color: #f15a24;
	text-align: center;
	line-height: 140%;
	padding: 15px;
	margin-bottom: 25px;
	border-top: solid 1px #f15a24;
	border-bottom: solid 1px #f15a24;
	background: #ffecc2;
}
@media screen and (max-width: 1242px){
#whatwecando h1, #symptom h1, #flow h1 {
	font-size: 20px;
	color: #f15a24;
	text-align: center;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 15px;
	border-top: solid 1px #f15a24;
	border-bottom: solid 1px #f15a24;
	background: #ffecc2;
}
#whatwecando, #symptom, #flow {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
}
}
/* -- トップページ｜中村建装にできること -------------------------------------------------------------------------------- */
.wwcd_img {
	float: left;
	padding-right: 20px;
}
.wwcd_text {
	line-height: 160%;
}
.wwcd_text2 {
	font-weight: bold;
	color: #f15a24;
}
@media screen and (max-width: 480px){
.wwcd_img {
	display: none;
}
.wwcd_text {
	line-height: 160%;
	width: 90%;
	margin: 0 auto;
	margin-bottom: 20px;
}
.wwcd_text2 {
	font-weight: bold;
	color: #f15a24;
}
}
/* -- トップページ｜こんな症状が出ていませんか -------------------------------------------------------------------------------- */
#whatwecando,#symptom{
	width: 980px;
	margin: 0 auto;
}
#parent {
    width: 1000px;
    margin-right: -20px;
}
#parent .child {
    width: 180px;
    margin-right: 20px;
    margin-bottom: 20px;
    float: left;
    display: inline;    /*for ie*/
}
#parent .child .img {
    width: 180px;
    height: 180px;
    margin-bottom: 12px;
}
#parent .child .title {
	font-size: 18px;
    font-weight: bold;
	color: #0071bc;
	text-align: center;
    margin-bottom: 12px;
}
#parent .child .read {
	line-height: 160%;
    margin-bottom: 12px;
}
@media screen and (max-width: 1001px){
#whatwecando,#symptom{
	width: 100%;
}
.wwcd_main {
	width: 90%;
	margin: 0 auto;
	padding-bottom: 30px;
	}
#parent {
	width: 90%;
    margin: 0 auto;
	margin-top: 10px;
}
#parent .child {
    width: 100%;
    margin-bottom: 10px;
}
#parent .child .img {
	float: left;
	margin-right: 10px;
}
#parent .child .title {
	font-size: 18px;
    font-weight: bold;
	color: #0071bc;
	text-align: left;
    margin-bottom: 12px;
}
}
/* -- トップページ｜「塗り替えが必要？」 -------------------------------------------------------------------------------- */
#lets {
	background-color: #dce6f5;
	width: 1000px;
	margin: 0 auto;
	border-radius: 10px;
	margin-top: -10px;
	margin-bottom: 40px;
}
#lets h1 {
	color: #FFF;
	font-size: 24px;
	text-align: center;
    position: relative;
    padding: 20px;
    background: #0071bc;
	border-radius: 10px 10px 0px 0px;
}
#lets h1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 485px;
    border: 15px solid transparent;
    border-top: 15px solid #0071bc;
    width: 0;
    height: 0;
}
#lets .box {
	background-color: #FFF;
	width: 900px;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px;
}
#lets .lets_title {
	font-size: 24px;
	font-weight: bold;
	color: #0071bc;
	text-align: center;
}
#lets .lets_read {
	line-height: 160%;
	padding-top: 20px;
}
@media screen and (max-width: 1242px){
#lets {
	background-color: #dce6f5;
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 30px;
}
#lets h1 {
	color: #FFF;
	font-size: 24px;
	text-align: center;
    position: relative;
    padding: 20px;
    background: #0071bc;
	border-radius: 10px 10px 0px 0px;
}
#lets h1:after {
    position: absolute;
    content: '';
    top: 100%;
    left: 48%;
    border: 15px solid transparent;
    border-top: 15px solid #0071bc;
    width: 0;
    height: 0;
}
#lets .box {
	background-color: #FFF;
	width: 90%;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 20px;
	border-radius: 10px;
	padding: 20px;
}
}
@media screen and (max-width: 640px){
#lets {
	background-color: #dce6f5;
	width: 90%;
	margin: 0 auto;
	border-radius: 10px;
	margin-bottom: 20px;
}
#lets h1 {
	color: #FFF;
	line-height: 160%;
	font-size: 18px;
	text-align: center;
    position: relative;
    padding: 15px;
    background: #0071bc;
	border-radius: 10px 10px 0px 0px;
}
#lets .lets_title {
	font-size: 18px;
	line-height: 160%;
	font-weight: bold;
	color: #0071bc;
	text-align: center;
}
#lets .lets_read {
	line-height: 160%;
	padding-top: 10px;
}
#lets .box {
	background-color: #FFF;
	width: 82%;
	margin: 0 auto;
	margin-top: 15px;
	border-radius: 10px;
	padding: 20px;
}
#lets .box:last-child {
	margin-bottom: 15px;
}
}
/* -- トップページ｜施工の流れ -------------------------------------------------------------------------------- */
#flow {
	max-width: 1000px;
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
}
#flow h2 {
	max-width: 1000px;
	margin: 0 auto;
    border-bottom: solid 3px #ffecc2;
    position: relative;
	font-size: 18px;
	padding-bottom: 6px;
	line-height: 140%;
}
#flow h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #fbb03b;
    bottom: -3px;
    width: 11%;
}
#flow p {
	margin: 0 auto;
	padding-top: 16px;
    font-size: 16px;
	line-height: 160%;
	padding-bottom: 30px;
}
@media screen and (max-width: 1242px){
#flow {
	width: 100%;
	padding-top: 20px;
	margin: 0 auto;
}
#flow h2 {
	max-width: 90%;
	margin: 0 auto;
    border-bottom: solid 3px #ffecc2;
    position: relative;
	font-size: 18px;
	padding-bottom: 6px;
	line-height: 140%;
}
#flow h2:after {
    position: absolute;
    content: " ";
    display: block;
    border-bottom: solid 3px #fbb03b;
    bottom: -3px;
    width: 11%;
}
#flow p {
	max-width: 90%;
	margin: 0 auto;
	padding-top: 16px;
    font-size: 16px;
	line-height: 160%;
	padding-bottom: 30px;
}
}
/* -- フッター・お問い合わせ -------------------------------------------------------------------------------- */
#contact {
    position: relative;
    background: url(../images/contact_img.png) no-repeat center bottom;
    -webkit-background-size: contain;
    background-size: 100% auto;
	padding-top: 16%;
}
#contact-in {
    max-width: 1000px;
	width: 100%;
	margin: 0 auto;
	padding-bottom: 2%;
}
#contact-in img {
	margin-top: 10px;
	width: 45%;
	height: 45%;
}
#contact-in img.phone {
	margin-right: 10px;
}
#contact-in img.mail {
	margin-left: 10px;
}
.contact-text, .strong {
	display: none;
}
@media only screen and (max-width: 1200px) {
#contact {
    overflow: scroll;
}
#contact-in {
    width: 100%;
} 
#contact-in img {
	margin-top: 30px;
	width: 45%;
	height: 45%;
	margin-left: 20px;
}
.contact-text, .strong {
	display: none;
}
}
#footer {
	color: #fff;
	width: 100%;
	padding: 20px;
    background-size: cover;
    overflow: hidden;
    background-color: #00aa46;
	text-align: center;
}
#footer a {
	text-decoration: none;
    margin-top: auto;
	padding: 20px;
}
#footer a:hover {
    background-color: #a0dc78;
	padding: 20px;
    margin-top: auto;
}
#copyright {
	color: #FFF;
	font-size: 12px;
	padding: 15px 0px;
	width: 100%;
    background-size: cover;
    overflow: hidden;
    background-color: #8cc63f;
	text-align: center;
}
@media screen and (max-width: 640px){
#contact {
    position: relative;
    background: url(../images/contact_bg640.jpg);
    -webkit-background-size: contain;
    background-size: 100% auto;
	padding-top: 2%;
}
#contact-in {
    width: 100%;
	margin: 0 auto;
	text-align: center;
} 
#contact-in img {
	margin-top: 0px;
	width: 90%;
	height: 90%;
	left: 0;
	right: 0;
}
#contact-in img.phone {
	margin: 0px 0px 10px 0px;
}
#contact-in img.mail {
	margin: 0px 0px 20px 0px;
}
.contact-text {
	width: 100%;
    display: block;
	font-size: 3vw;
	line-height: 220%;
	font-weight: bold;
}
.strong {
	width: 100%;
    display: block;
	font-size: 24px;
	font-weight: bold;
}
.under {
  background: linear-gradient(transparent 70%, #fff000 70%);
}
}
@media screen and (max-width: 900px){
#footer {
	display: none;
}
#copyright {
	color: #FFF;
	font-size: 10px;
	padding: 15px 0px;
	width: 100%;
    background-size: cover;
    overflow: hidden;
    background-color: #8cc63f;
	text-align: center;
}
}
/* -- 各コンテンツ｜タイトル -------------------------------------------------------------------------------- */
#title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/title_bg.jpg) center center no-repeat;
    background-size: cover;
	width: 100%;
	height: 200px;
}
#title p {
    font-size: 26px;
	text-align: center;
	padding: 15px;
	line-height: 140%;
	padding-top: 80px;
	font-weight: bold;
}
@media screen and (max-width: 640px){
#title {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: url(../images/title_bg.jpg) center center no-repeat;
    background-size: cover;
	width: 100%;
	height: 100px;
}
#title p {
    font-size: 26px;
	text-align: center;
	padding: 15px;
	line-height: 140%;
	padding-top: 30px;
	font-weight: bold;
}
}
/* -- 各コンテンツ｜全体 -------------------------------------------------------------------------------- */
#results, #voices, #aboutus {
	width: 100%;
	margin: 0 auto;
	padding-top: 30px;
}
@media screen and (max-width: 1242px){
#results, #voices, #aboutus {
	width: 100%;
	margin: 0 auto;
	padding-top: 20px;
}
}
/* -- 施工実績 -------------------------------------------------------------------------------- */
#results_menu {
	width: 1000px;
	margin: 0 auto;
	padding-top: 40px;
}
#results_nav {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
}
#results_nav li {
 	width: 240px;
 	text-align: center;
 	background-color: #0071bc;
 	float: left;
 	height: 50px;
 	line-height: 50px;
 	margin-right: 13px;
}
#results_nav li:last-child {
 	margin-right: 0px;
}
#results_nav li a {
    text-decoration: none;
    color: #fff;
    display: block;
}
#results_nav li a:hover {
    background-color: #64aae1;
}
#results h1 {
	font-size: 24px;
	color: #0071bc;
	text-align: center;
	line-height: 140%;
	padding: 20px;
	margin-bottom: 30px;
	border-top: solid 1px #0071bc;
	border-bottom: solid 1px #0071bc;
	background: #f5faff;
}
#results p:first-child {
	padding: 0px 0px 15px 0px;
}
#results p {
	font-size: 16px;
	color: #0071bc;
	font-weight: bold;
	padding: 15px 0px;
}
#results img {
	margin-right: 3px;
	margin-bottom: 15px;
}
#results img:last-child {
	margin-right: 0px;
}
.detail {
	width: 95%;
	max-width: 1000px;
	margin: 0 auto;
	}
.cap {
	line-height: 160%;
}
.hr {
    height: 1px;
    position: relative;
	margin-top: 30px;
	padding-bottom: 30px;
}
.hr::before {
    content: "";
    background-image: linear-gradient(to right, #000, #000 3px, transparent 3px, transparent 8px);
    background-size: 8px 1px;
    background-repeat: repeat-x;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
@media screen and (max-width: 1242px){
#results_menu {
	display: none;
}
#results h1 {
    font-size: 20px;
	color: #0071bc;
	text-align: center;
	line-height: 140%;
	padding: 10px;
	margin-bottom: 15px;
	border-top: solid 1px #0071bc;
	border-bottom: solid 1px #0071bc;
	background: #f5faff;
}
#results p:first-child {
	padding: 0px 0px 15px 10px;
}
#results p {
	font-size: 16px;
	letter-spacing: 140%;
	padding: 15px 0px 15px 10px;
}
#results img {
	margin: 0px;
	margin-left: 3%;
	margin-bottom: 15px;
	width: 28%;
	height: 28%;
	box-sizing : border-box;
}
#results img:last-child {
	margin-right: 0px;
}
.cap {
	line-height: 160%;
	margin-left: 10px;
}
}
/* -- お客様の声 -------------------------------------------------------------------------------- */
#voices_nav {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	max-width: 1000px;
}
#voices_nav li {
 	width: 300px;
 	text-align: center;
 	background: url(../images/voices_bg.png) center center no-repeat;
 	float: left;
 	min-height: 350px;
 	line-height: 50px;
 	margin-right: 33px;
	margin-bottom: 20px;
}
#voices_nav li:last-child {
 	margin-right: 0px;
}
.v_title {
	font-size: 16px;
	font-weight: bold;
	margin-top: 20px;
}
.v_text {
	text-align: left;
	line-height: 200%;
	margin: 10px 25px 0px 25px;
}
.v_name {
	text-align: right;
	font-size: 12px;
	color: #444;
	margin: 0px 10px 5px 0px;
}
@media screen and (max-width: 1242px){
#voices {
	width: 90%;
	margin: 0 auto;
	padding-top: 20px;
	text-align: center;
}
#voices_nav {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	text-align: center;
}
#voices_nav li {
 	width: 46%;
 	text-align: center;
 	background: url(../images/voices_bg.png) center;
	background-size: cover;
 	float: left;
 	min-height: 100px;
 	line-height: 50px;
 	margin-right: 4%;
	margin-bottom: 20px;
}
}
@media screen and (max-width: 900px){
#voices_nav {
	list-style: none;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
}
#voices_nav li {
 	width: 100%;
 	text-align: center;
 	background: url(../images/voices_bg.png) center;
	background-size: cover;
 	float: left;
 	min-height: 100px;
 	line-height: 50px;
 	margin: 0 auto;
	margin-bottom: 20px;
}
}
/* -- 会社概要 -------------------------------------------------------------------------------- */
@media screen and (min-width: 900px){
.aboutus{
    background-size: cover;
    overflow: hidden;
    position: relative;
    font-size: 14px;
	text-align: left;
}
.aboutus div{
    width: 600px;
    margin: 20px auto 50px auto;
}
.aboutus dl{
    padding: 0px 0px 0px 50px;
    line-height: 180%;
	font-size: 16px;
}
.aboutus dt{
    margin: 0px 0px 0px 0px;
    line-height: 5;
    width: 100px;
    -moz-text-align-last: justify;
    text-align-last: justify;
	font-weight: bold;
}
.aboutus dd{
    margin: -3.4em 0px 0px 150px;
}
.tel-number a {
    color: #000;
    text-decoration: none;
    }
}
@media screen and (max-width: 900px){
.aboutus{
    background-size: cover;
    overflow: hidden;
    position: relative;
    font-size: 14px;
}
.aboutus {
	text-align: left;
}
.aboutus div{
    width: 100%;
    margin: 0px auto 50px auto;
}
.aboutus dl{
    padding: 0px 20px 0px 20px;
    line-height: 2;
}
.aboutus dt{
    margin-top: 0;
    padding: 0 0.5em;
    color: #FFF;
    background-color: #00aa46;
}
.aboutus dd{
    padding: 0 1em;
    margin-left: 0;
	margin-bottom: 10px;
	margin-top: 5px;
    font-size: 14px;
    border-width: 0 ;
    border-style: none solid solid;
}
}
.disable-auto-tel a[href^="tel:"] {
  color: inherit;
  text-decoration: none;
  pointer-events: none;
}