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

/* contents */
#contents{
	width:100%;
  font-size: 15px;
  line-height: 1.4em;
}

/*
.car_bg {
    height: 0;
    // 表示画像の高さ ÷ 表示画像の幅 × 100 
    padding-top: 13.33%;
    background: url('/satei/img/head/head_00100_04800.jpg') 0 0 no-repeat;
    background-size: contain;
}
*/


.car_bg {
	width: 100%;
  position: relative;
  background: url('/satei/img/head/head_00200_05601.jpg') no-repeat left top;
  margin-bottom: 5px;
}

.car_bg.sub_area {
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
}

.car_bg.sub_area:before {
  content:"";
  display: block;
  padding-top:30%;
  
}

/*
.car_bg.sub_area h2 {
  bottom: 1px;
  left: 10px;
  position: absolute;
line-height: 0 !important;
}
*/

.car_bg.sub_area h2 {
	/* bottom: 1px; */
	/* left: 10px; */
	/* position: absolute; */
	line-height: 1.2em !important;
	background: #eee;
	padding: 5px;
	margin-top: 5px;
}


.topcomment {
  line-height: 1.2em;
  margin-bottom: 10px;
  padding: 5px 10px;
}

#shashuBox h2 {
  background: #cc0000 none repeat scroll 0 0;
  color: #fff;
  margin-bottom: 10px;
  padding: 5px 0;
  text-align: center;
  font-size: 16px;
}

#carText {
  padding: 5px;
}

.boxMidashi_L {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	padding: 5px 0 0 5px;
background: #93e6aa;
background: -moz-linear-gradient(top, #93e6aa 0%, #3eb15c 100%);
background: -webkit-linear-gradient(top, #93e6aa 0%,#3eb15c 100%);
background: linear-gradient(to bottom, #93e6aa 0%,#3eb15c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#93e6aa', endColorstr='#3eb15c',GradientType=0 );
}



.boxMidashi_R {
	font-size: 15px;
	font-weight: 700;
	color: #FFF;
	padding: 5px 0 0 5px;
background: #a5d2ec;
background: -moz-linear-gradient(top, #a5d2ec 0%, #54a6dd 100%);
background: -webkit-linear-gradient(top, #a5d2ec 0%,#54a6dd 100%);
background: linear-gradient(to bottom, #a5d2ec 0%,#54a6dd 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a5d2ec', endColorstr='#54a6dd',GradientType=0 );

}

.boxMidashi_L > img, .boxMidashi_R > img{
  float: left;
}

.font_tall {
  display: inline-block;
  float: left;
  line-height: 2.8em;
}

.boxText {
  padding: 5px 10px 10px;
}

.gradBox {
  margin-bottom: 10px;
}

.tel_btn {
  margin: 0 auto;
  width: 90%;
}

.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 90%;
	z-index: 1000;
}




