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

body{
	/*background-color:#ffffff;*/
	background-image: url(../img/common/bg.jpg);
	margin:0;
	padding:0;
	color: #4d4d4d;
	/*font-size:14px;*/
	/* [disabled]line-height:26px; */
	font-family:'游ゴシック体', 'Yu Gothic', 'YuGothic', 'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', sans-serif;
	/*font-family: "HelveticaNeueLTStd-Roman", "HelveticaNeueLT Std", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, "メイリオ", Meiryo, "MS Pゴシ ック", "MS PGothic", sans-serif;*/
	/*font-family: 游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
	line-height:23px;
}


.container {
	background-color: #ffffff;
}
.clearfix:after{
    content: "."; 
    display: block; 
    height: 0; 
    font-size:0;    
    clear: both; 
    visibility:hidden;
}
.clearfix{
    display: inline-block;
} 
/* Hides from IE Mac */
* html .clearfix{
    height: 1%;
}
.clearfix{
    display:block;
}
/* End Hack */
/*ヘッダーフッター*/
CSS
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color:#F4F4F4;
}
body > .container {
  padding: 40px 15px 0;
}
.container .text-muted {
  margin: 20px 0;
}
 
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
/*／ヘッダーフッター*/

/*ロゴ画像*/
.navbar-brand {
  background: url(../img/common/sp/logo_s.png) no-repeat;
  background-position: 10px 3px;
  background-size: contain;
  height: 60px;
  /*height: 40px;*/
  width: 250px;
  text-indent:-9999px;
}
/*／ロゴ画像*/

/* ページトップ */
@media only screen and (min-width: 993px), print {
 #page-top {
    position: fixed;
    bottom: 70px;
    right: 20px;
    font-size: 70%;
	z-index: 100;
}
#page-top a {
    background-color: rgba(134,45,33,0.9);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 300px;
}
#page-top a:hover {
    text-decoration: none;
	background-color: rgba(160,60,50,0.9);
	color: #fff;
}
}
@media only screen and (max-width: 992px) {
#page-top {
    position: fixed;
    bottom: 70px;
    right: 10px;
    font-size: 8px;
	z-index: 100;
}
#page-top a {
    background-color: rgba(134,45,33,0.9);
    text-decoration: none;
    color: #fff;
    width: 60px;
    padding: 20px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
	background-color: rgba(160,60,50,0.9);
	color: #fff;
} 
}

/*キャッチコピー*/
@media only screen and (min-width: 993px), print {
 .fnt_cntr_cath {
	font-size:20px;
	color:#fff;
	text-align:left;
	line-height:30px;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
 .fnt_cntr_cath {
	font-size:18px;
	color:#fff;
	text-align:left;
}
}

@media only screen and (max-width: 390px) {
 .fnt_cntr_cath {
	font-size:16px;
	color:#fff;
	text-align:left;
}
}

/*リストスタイル*/
  .list02 {
	 padding:0;
	 margin:0;
 }
 .list02 li {
	 font-size: 13px;
	 list-style:none;
	 padding:4px 0 0 15px;
	 margin:0;
 }
 .list02 li a {
	 color: #ffffff;
	 text-decoration: none;
 }
 .list02 li a i{
	 color: #f02d1f;
	 text-decoration: none;
 }
 /*.list02 li a:hover {
	 color: #B51C1F;
	 text-decoration: none;
 }*/
 .list02 li a i {
	 margin-right: 10px;
 }
	 
/*／リストスタイル*/

/*フッター*/
.copyright{
    text-align:center;
    margin:0 auto;
    display:block;
	border-top:dotted 1px #ccc;
}
/*フッター*/

h1 {
	font-size:12px;
	line-height:1.4em;
	margin-top: 5px;
	margin-bottom: 5px;
}
.s_menu {
	list-style: none;
	padding-left: 0px;
	
}
.s_menu li a img {
	padding-bottom: 5px;
	text-align: left;
}
.date {
	font-weight: bold;
	color:#FFBD46;
}



/*TOP画像*/



@media only screen and (min-width: 768px) {
.containermain {
	width:750px;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (min-width: 992px) {
.containermain {
	width:970px;
	margin-left: auto;
	margin-right: auto;
}
}
@media only screen and (min-width: 1200px) {
.containermain {
	width:1170px;
	margin-left: auto;
	margin-right: auto;
}
}

/*みだし01*/
@media only screen and (min-width: 993px), print {
 .mds01 {
	 font-size: 22px;
	 color:#ffffff;
	 padding-top: 50px;
	 padding-bottom: 40px;
	 border-bottom: 2px solid #a03c32;
	 margin:0 auto;
 }
 
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.mds01 {
	 font-size: 18px;
	 color:#ffffff;
	 padding-top: 50px;
	 padding-bottom: 40px;
	 border-bottom: 2px solid #a03c32;
	 margin:0 auto;
 }
 
}

@media only screen and (max-width: 390px) {
.mds01 {
	 font-size: 14px;
	 color:#ffffff;
	 padding-top: 40px;
	 padding-bottom: 30px;
	 border-bottom: 2px solid #a03c32;
	 margin:0 auto;
 }
 
}

/*みだし02*/
@media only screen and (min-width: 993px), print {
 .mds02 {
	 font-size: 22px;
	 color:#ffffff;
	 padding-top: 50px;
	 padding-bottom: 40px;
	 border-bottom: 2px solid #b7ac6b;
	 margin:0 auto;
 }
 
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.mds02 {
	 font-size: 18px;
	 color:#ffffff;
	 padding-top: 50px;
	 padding-bottom: 40px;
	 border-bottom: 2px solid #b7ac6b;
	 margin:0 auto;
 }
 
}

@media only screen and (max-width: 390px) {
.mds02 {
	 font-size: 14px;
	 color:#ffffff;
	 padding-top: 40px;
	 padding-bottom: 30px;
	 border-bottom: 2px solid #b7ac6b;
	 margin:0 auto;
 }
 
}

/*みだし03*/
@media only screen and (min-width: 993px), print {
 .mds03 {
	 font-size: 22px;
	 color:#ffffff;
	 padding-top: 50px;
	 padding-bottom: 40px;
	 background-color:#a03c32; 
	 border-bottom: 2px solid #a03c32;
	 margin:0 auto;
 }
 
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.mds03 {
	 font-size: 18px;
	 color:#ffffff;
	 padding-top: 50px;
	 padding-bottom: 40px;
	 background-color:#a03c32;
	 border-bottom: 2px solid #a03c32;
	 margin:0 auto;
 }
 
}

@media only screen and (max-width: 390px) {
.mds03 {
	 font-size: 14px;
	 color:#ffffff;
	 padding-top: 40px;
	 padding-bottom: 30px;
	 background-color:#a03c32;
	 border-bottom: 2px solid #a03c32;
	 margin:0 auto;
 }
 
}

/*見だし_赤横線*/
@media only screen and (min-width: 993px), print {
 .mds_leftline {
	text-align:left;
	font-size:22px;
	line-height:1.8em;
	padding-left: 15px;
	font-weight:bold;
	border-left: 7px solid #a03c32;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .mds_leftline {
	text-align:left;
	font-size:18px;
	line-height:1.8em;
	padding-left: 15px;
	font-weight:bold;
	border-left: 7px solid #a03c32;
}
}

@media only screen and (max-width: 390px) {
.mds_leftline {
	text-align:left;
    font-size:14px;	
	line-height:1.8em;
	padding-left: 15px;
	font-weight:bold;
	border-left: 7px solid #a03c32;
}
}
/*見だし_赤横線*/

/*見だし_赤下線*/
@media only screen and (min-width: 993px), print {
 .mds_underline {
	text-align:left;
	font-size:22px;
	line-height:1.8em;
	font-weight:bold;
	border-bottom: 2px solid #a03c32;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .mds_underline {
	text-align:left;
	font-size:20px;
	line-height:1.8em;
	font-weight:bold;
	border-bottom: 2px solid #a03c32;
}
}

@media only screen and (max-width: 390px) {
.mds_underline {
	text-align:left;
    font-size:14px;	
	line-height:1.8em;
	font-weight:bold;
	border-bottom: 2px solid #a03c32;
}
}
/*見だし_赤下線*/

/*見だし_赤下線*/
@media only screen and (min-width: 993px), print {
 .mds04 {
	text-align:left;
	font-size:20px;
	line-height:1.8em;
	font-weight:bold;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
  .mds04 {
	text-align:left;
	font-size:18px;
	line-height:1.8em;
	font-weight:bold;
}
}

@media only screen and (max-width: 390px) {
.mds04 {
	text-align:left;
    font-size:14px;	
	line-height:1.8em;
	font-weight:bold;
}
}
/*見だし_赤下線*/



/*ボタンリンク*/
@media only screen and (min-width: 993px), print {
 .button01 {
	position: relative;
	background-color:  #862d21;
	border-radius: 4px;
	color: #fff;
	width: 160px;
	display: inline-block;
	line-height: 40px;
	/*padding: 7px 15px;*/
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
	bottom: 0;
	-webkit-transition: none;
	transition: none;
	/*box-shadow: 0 3px 0 #cccccc;*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
}
.button01 a { 
     color:#ffffff;
	 text-decoration:none;
}
/*.button01 a:focus,
.button01 a:hover,
.button01 a:active,
.button01 a:visited {
	 text-decoration:none;
} */
.button01:hover {
	background-color: #b54337;
	box-shadow: 0 3px 0 #cccccc;
	text-decoration: none;
}
.button01:active {
	top: 3px;
	box-shadow: none;
	text-decoration: none;
}
}

@media only screen and (min-width: 391px) and (max-width: 992px) {
.button01 {
	position: relative;
	background-color:  #862d21;
	border-radius: 4px;
	color: #fff;
	width: 160px;
	display: inline-block;
	line-height: 40px;
	/*padding: 7px 15px;*/
	text-align: center;
	/*margin-left: auto;
	margin-right: auto;*/
	bottom: 0;
	-webkit-transition: none;
	transition: none;
	/*box-shadow: 0 3px 0 #cccccc;*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
}
.button01 a { 
     color:#ffffff;
	 text-decoration:none;
}
/*.button01 a:focus,
.button01 a:hover,
.button01 a:active,
.button01 a:visited {
	 text-decoration:none;
} */
.button01:hover {
	background-color: #b54337;
	box-shadow: 0 3px 0 #cccccc;
	text-decoration: none;
}
.button01:active {
	top: 3px;
	box-shadow: none;
	text-decoration: none;
}
}

@media only screen and (max-width: 390px) {
.button01 {
	position: relative;
	background-color:  #862d21;
	border-radius: 4px;
	color: #fff;
	width: 160px;
	display: inline-block;
	line-height: 40px;
	/*padding: 7px 15px;*/
	text-align: center;
	/*margin-left: auto;
	margin-right: auto; */
	-webkit-transition: none;
	transition: none;
	/*box-shadow: 0 3px 0 #cccccc;*/
	text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
	text-decoration: none;
}
.button01 a { 
     color:#ffffff;
	 text-decoration:none;
}
/*.button01 a:focus,
.button01 a:hover,
.button01 a:active,
.button01 a:visited {
	 text-decoration:none;
} */
.button01:hover {
	background-color: #b54337;
	box-shadow: 0 3px 0 #cccccc;
	text-decoration: none;
}
.button01:active {
	top: 3px;
	box-shadow: none;
	text-decoration: none;
}
}

/*一括見積もり
---------------------------------*/
div.estimate_box{
	margin:40px auto;
	padding:40px 60px;
	background:#f0f0f0;
}
@media screen and (max-width: 720px){
	div.estimate_box{
	margin:40px auto;
	padding:20px 30px;
	background:#f0f0f0;
}
}






















