@charset "UTF-8";
/* /////////////////////////////////////////
リビングサービス・追加
///////////////////////////////////////////*/

/* ヘッダー＆グローバールメニュー・スクロール時固定 /////////////// */
#fixedHeader {
	position: fixed;
	width: 100%;
	z-index: 500;
	box-shadow: 0 1px 5px #999;
}
/* contents padding-top 調整 /////////////// */
.topShift {
  padding-top: 48.8px;
}
.linkPosition {
  padding-top: 20px;
  margin-top: -20px;
}

@media (min-width:992px) {
  .topShift {
    padding-top: 94.55px;
  }
  .linkPosition {
    padding-top: 50px;
    margin-top: -50px;
  }
}

@media (min-width:768px) {
  .topShift {
    padding-top: 88.7px;
  }
  .linkPosition {
    padding-top: 60px;
    margin-top: -60px;
  }
}

@media (max-width:599px) {
  .topShift {
    padding-top: 35px;
  }
  .linkPosition {
    padding-top: 20px;
    margin-top: -20px;
  }
}

/* フッター・グローバールメニュー /////////////// */
#footNav ul {
  text-align: center;
  /*font-size: 0;*/
}
#footNav li {
  /*background-color: #222222;*/
  display: inline-block;
  font-size: 12px;
  /*width: 12%;*/
  width: 119.6px;
  background-color: #3f3f3f;
  padding: 5px;
  border-radius: 5px;
  margin-bottom: 10px;
  text-align: center;
}
/*div要素全体にリンクをつけるために必要な要素*/
.linkbox {
  position: relative;
}
.linkbox a {
  position: absolute;
  top: 0;
  left: 0;
  height:100%;
  width: 100%;
}
.linkbox a:hover {
  opacity: 0.1;
  background-color: #FFF;
  border-radius: 5px;
}






/* GoogleMapレスポンシブ ==================== */
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
@media only screen and (max-width: 787px) {
  .ggmap {
    padding-bottom: 100%;
  }
}


/* バナーホバーエフェクト ==================== */
.cp_imghover {
	overflow: hidden;
	width: 300px;
	height: 65px; /* 実際の高さに5px加えて65pxにすると正しく表示される */
	/*margin: 2em auto;*/
	border: 2px solid #ffffff;
	border-radius: 5px;
	box-shadow: 0 0 5px #999999;
	cursor: pointer;
}
/*zoomin*/
.cp_zoomin img {
	width: 300px;
	height: 60px;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.cp_zoomin img:hover {
  /*-webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);*/
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.cp_imghover2 {
  overflow: hidden;
  width: 300px;
  height: 105px; /* 実際の高さに5px加えて105pxにすると正しく表示される */
  /*margin: 2em auto;*/
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 5px #999999;
  cursor: pointer;
}
/*zoomin*/
.cp_zoomin2 img {
  width: 300px;
  height: 100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.cp_zoomin2 img:hover {
  /*-webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);*/
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}

.cp_imghover3 {
  overflow: hidden;
  /*width: 698px;*/
  height: 85px; /* 実際の高さに5px加えて105pxにすると正しく表示される */
  /*margin: 2em auto;*/
  border: 2px solid #ffffff;
  border-radius: 5px;
  box-shadow: 0 0 5px #999999;
  cursor: pointer;
}
/*zoomin*/
.cp_zoomin3 img {
  width: 756px;
  height: 80px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  margin: auto;
}
.cp_zoomin3 img:hover {
  /*-webkit-transform: scale(0.9,0.9);
  transform: scale(0.9,0.9);*/
  -webkit-transform: scale(1.1,1.1);
  transform: scale(1.1,1.1);
}



/* YouTubeレスポンシブ ==================== */
.youtube2 {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube2 iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}


/* Googleカレンダーレスポンシブ ==================== */
.calendar {position: relative;}
.calendar::before {
  content: "";
  display: block;
  padding-top: calc(100% * 5 / 4);
}
.calendar iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}

/* Googleカレンダーレスポンシブ ==================== */
.cal_wrapper {
max-width: 960px;
min-width: 300px;
margin: 2.0833% auto;
}

.googlecal {
position: relative;
padding-bottom: 100%;
height: 0;
}

.googlecal iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}

@media only screen and (min-width: 768px) {
.googlecal { padding-bottom: 75%; }
}






/* トップページ・コメント ==================== */
#topComent {
  width: 85%;
  margin:0 auto 0 auto;
}
#topComent h2{
  text-align: center;
    font-weight: 700;
    font-size: 350%;
    color: #8c6321;
    margin-bottom: 20px;
    margin-top: -10px;
}
#topComent h3{
  text-align: center;
    font-weight: 500;
    line-height: 1.5em;
    margin-bottom: 40px;
}
#topComent h4{
  text-align: center;
    font-weight: 500;
    background: #8c6321;
    border-radius: 50px;
    padding: 20px;
    width: 70%;
    font-size: 180%;
    color: #FFF;
    margin-left: auto;
    margin-right: auto;
}
#topComent p{
  text-align: center;
  color:#333;
  margin-bottom: 20px;
}

#topComent strong {
  font-size: 120%;
}


@media (min-width: 768px) {
  #topComent h2{
      font-size: 200%;
  }
  #topComent h3{
      font-size: 150%;
  }
}

@media (max-width: 991px) {
  #topComent h2{
      font-size: 180%;
  }
  #topComent h3{
      font-size: 120%;
  }
}

@media (max-width: 599px) {
  #topComent h2{
      font-size: 140%;
  }
  #topComent h3{
      font-size: 115%;
  }
}

.maker {
  background: #FDEDAC;
  border: 1px solid #E8BC0C;
  border-radius: 5px;
  padding: 5px;
  line-height: 2.3em;
}


/* 会社案内 ==================== */

#aboutus table {
  width:100%;
  border: 1px solid #BBB;
}
#aboutus th {
  width:30%;
  border: 1px solid #BBB;
  text-align: center;
  padding: 10px;
  background: #ece9e3;
  font-weight: 600;
}
#aboutus td {
  border: 1px solid #BBB;
  padding: 10px;
}

#aboutus h3 {
  background: #00366f;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
  font-weight: 900;
  margin-bottom: 0;
}
#aboutus p {
  font-size: 80%;
  line-height: 1.5em;
  margin-top: 5px;
}
.goaisatsu {
	width:250px;
	padding-left: 20px;
	float: right;
}
@media only screen and (max-width: 787px) {
  #aboutus p {
    font-size: 100%;
  }
	.goaisatsu {
		width:45%;
		padding-left: 10px;
		float: right;
	}
}
.worksLogo {
  width:90px;
  float: left;
  margin-right: 15px;
}
@media only screen and (max-width: 787px) {
  .worksLogo {
  width:21%;
  margin-bottom: 10px;
  }
}


/* 事業案内 ==================== */

#buisiness h3 {
  background: #7a3504;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}
#buisiness h4 {
  font-size: 140%;
  font-weight: 600;
  margin-top: 60px;
}
#buisiness table {
  width:100%;
}
#buisiness th {
  text-align: center;
  padding: 10px;
  background: #ece9e3;
  font-weight: 600;
}
#buisiness .split3 td {
  width: 33.333333%;
  padding: 5px;
}
#buisiness .split4 td {
  width: 25%;
  padding: 5px;
}
#buisiness .split2 td {
  width: 50%;
  padding: 5px;
  vertical-align:top;
}
#buisiness img {
  width:100%;
}
#buisiness p {
	padding: 0px 10px;
	line-height: 1.4em;
}

.flow {
  position: relative;
  }
.flow p {
  position: absolute;
  top: 0;/*画像の左上に配置*/
  left: 0;
  margin: 0; /*余計な隙間を除く*/
  color: white;/*文字を白に*/
  background: #FF6600;/*背景色*/
  font-size: 15px;
  line-height: 1;/*行高は1に*/
  padding: 5px 10px;/*文字周りの余白*/
  }


/* 料金案内 ==================== */
#price table {
  width:100%;
}
#price th {
  text-align: center;
  padding: 5px;
  background: #CFC3B7;
  font-weight: 600;
  border: 10px solid #ece9e3;
  line-height: 1.2em;
}
#price td {
  width: 25%;
  padding: 5px;
  text-align: center;
  vertical-align: top;
  line-height: 1.3em;
}

#price img {
  width:100%;
  margin-bottom: 0;
}
#price h4 {
  font-size: 140%;
  font-weight: 600;
  margin-top: 60px;
}

#price .tb1 table {
  width:100%;
  border: 1px solid #999;
}
#price .tb1 th {
  width:10%;
  border: 1px solid #999;
  text-align: center;
  padding: 10px;
  background: #ece9e3;
  font-weight: 600;
}
#price .tb1 td {
  border: 1px solid #999;
  padding: 10px;
}
#price h3 {
  background: #7a3504;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}

.spPrice1 {
  vertical-align: middle !important;
  border-bottom: 1px solid #CFC3B7 !important;
  width: 10% !important;
}
.spPrice {
  vertical-align: middle !important;
  border-bottom: 1px solid #CFC3B7 !important;
}
.spPhoto {
  border-bottom: 1px solid #CFC3B7 !important;
}


/* パソコンで見たときは"pc"のclassがついた要素が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた要素が表示される */
@media only screen and (max-width: 787px) {
.pc { display: none !important; }
.sp { display: block !important; }
}

/* パーツメニュー専用
　　パソコンで見たときは"pc"のclassがついた要素が表示される */
.pc2 { display: block !important; }
.sp2 { display: none !important; }
/* スマートフォンで見たときは"sp"のclassがついた要素が表示される */
@media only screen and (max-width: 991px) {
.pc2 { display: none !important; }
.sp2 { display: block !important; }
}



/* 不動産管理 */
#management h3 {
  background-color: #D80100;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}
/* 不動産買取 */
#baikyaku h3 {
  background-color: #D80100;
  color: #FFF;
  padding: 10px 20px 10px 20px ;
}



.mainvisual_box{
    position:relative;
    width:100%;
    height:0;
    padding-top:75%;
}
.mainvisual_box iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}


.sitemap {
  text-align: left;
}
.sitemap ul {
  list-style: none;
}
.sitemap li {
  background-color: #850000;
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  width:200px;
}
.sitemap li a {
  padding: 5px 20px 5px 20px;
  border-radius: 5px;
  width:200px;
}
.sitemap a:link { color:#FFF;}
.sitemap a:visited { color:#FFF;}




.almk_h3 {
  background-color: #000 !important;
  color: #FDFFAB !important;
}
.almk_h4 {
  color: #FFF !important;
}


ul {
  list-style: none;
}
.maker_li {
  display: inline-block;
  padding: 5px;
}

.almk_cont {
  margin-bottom: 100px;
}

a:hover img {
  opacity: 0.5 ;
}
#concept img {
  border: 1px solid #666;
}


.flow_table {
  border-spacing: 10px;
  border-collapse: separate;
  width: 100%;
}
.flow_td {
  padding: 10px;
  vertical-align: top;
  border-radius: 5px;
  background-color: #BCBCBC;
}
.td3 {width: 30%;}
.td2 {width: 47%;}
.td1 {width: 100%;}
.td4 {width: 23%;}

.flow_title {
  font-size: 100%;
  width: 100%;
  background-color: #004d78;
  padding: 5px 5px 5px 10px;
  border-radius: 3px;
  color: #FFF;
  margin-bottom: 5px;
}
.flow_title2 {
  font-size: 100%;
  width: 100%;
  background-color: #6b3131;
  padding: 5px 5px 5px 10px;
  border-radius: 3px;
  color: #FFF;
  margin-bottom: 5px;
}
.flow_td p {
  color: #202020;
  font-size: 80%;
  margin: 3px;
}
.flow_box {
  width:100%;
  padding:10px;
  background-color: #8d8d8d;
  color: #FFF;
  font-size: 70%;
  border-radius: 3px;
}
.flow_td ul {
  list-style-type: disc;
  color: #333;
}
@media only screen and (max-width: 767px) {
	.flow_td p {
  		font-size: 100%;
	}
	.flow_box {
  		font-size: 100%;
	}
}





.pNav ul {
  text-align: center;
  padding: 0;
  /*font-size: 0;*/
}
.pNav li {
  /*background-color: #222222;*/
  display: inline-block;
  font-size: 10px;
  /*width: 12%;*/
  width: 100px;
  background-color: #3f3f3f;
  padding: 5px;
  border-radius: 5px;
  border:1px solid #999;
  margin-bottom: 10px;
  text-align: center;
}
#p01, #p02, #p03 {
    padding-top: 90px;
    margin-top: -90px;
}
@media only screen and (max-width: 767px) {
	#p01, #p02, #p03 {
    padding-top: 45px;
    margin-top: -45px;
	}
}




#pageTop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 2000;
}
#pageTop i {
  padding-top: 6px
}
#pageTop a {
  display: block;
  z-index: 2000;
  padding: 10px;
  border-radius: 5px;
  width: 50px;
  height: 50px;
  background-color: #03366e;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  /*opacity: 0.5;*/
  border: 1px solid #FFF;
}
#pageTop a:hover {
  text-decoration: none;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
	#pageTop a:hover {
		opacity: 1.0;
	}
}


#service table {
  width:100%;
  border: 1px solid #999;
}
#service th {
  border: 1px solid #999;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #FFF;
}
#service td {
  border: 1px solid #777;
  padding: 10px;
  background-color: #444;
  color: #FFF;
}
#service .tItem {
	width: 35%;
	background-color: #242424;
	color: #FFF;
}
.setA {color: #A8FF00;}
.setB {color: #00EDFF;}
.Txright {text-align: right;}




#outline table {
  width:100%;
  border: 1px solid #999;
}
#outline th {
  border: 1px solid #999;
  text-align: center;
  padding: 10px;
  background: #000;
  color: #FFF;
}
#outline td {
  border: 1px solid #777;
  padding: 10px;
  background-color: #444;
  color: #FFF;
}
#outline .tItem {
  width: 35%;
  background-color: #242424;
  color: #FFF;
}


/* パーツ検索サイズ選択ボタン */
#sizeSw {
  padding-bottom: 50px;
  margin-left: -30px;
}

ul#nav1 {
  list-style: none;
}

ul#nav1 li a {
    display: block;
    width: %;
    background-color: #fff;
    float: left;
    padding: 5px;
    text-align: center;
    border: solid 1px #999;
    margin-left: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: bold;
    text-decoration: none;
}
ul#nav1 li a:hover {
    background: #ff9900;
    color: #FFF;
}

ul#nav1 li a .active {
  background-color: red;
  color: #FFF;
}

/* パーツ検索サイズ選択ボタン【全てを表示】用 */
.sizeSw_ALL {
  padding-bottom: 50px;
}

ul.nav1_ALL {
  list-style: none;
}

ul.nav1_ALL li a {
    display: block;
    width: %;
    background-color: #fff;
    float: left;
    padding: 5px;
    text-align: center;
    border: solid 1px #999;
    margin-left: -1px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    font-weight: bold;
    text-decoration: none;
}
ul.nav1_ALL li a:hover {
    background: #ff9900;
}

ul.nav1_ALL li a .active {
  background-color: red;
  color: #FFF;
}


/* ウィジェットエリア・パーツカテゴリ検索メニュー */
.accordion2 {
  text-align:
  center;
  padding-left: 0;
}
.accordion2 .inner {
  display: none;
  padding-left: 0px;
}
.accordion2 p{
  cursor: pointer;
  padding: 10px;
}
.accordion2 .ac1{
  margin-bottom: 0;

}
.accordion2 p.ac1{
  background: #ff8800;
  color: #FFF;
  font-size: 120%;
  text-shadow:1px 1px 2px #000000;
}
.accordion2 .inner li{
  padding: 10px 0;
}
.accordion2 .inner li.content1-1{
  background: #3f3f3f;
  color: #FFF;
  border-bottom: 1px solid #000;
}


/* パストラルカーズ・サービス */
#flow-top {
  margin-bottom: 30px;
}
.sales-flow {
  background: #24add6;
  color: #FFF;
  padding: 3px 0 3px 10px;
  margin-bottom: 7px !important;
  font-weight: bold;
}
.flow-p {
  line-height: 1.5em;
}

/* 個人情報保護方針 */
.privacy-btn {
  width: 150px;
  margin: 15px auto 0;
}
#privacy h4 {
  color: #00366f !important;
  font-weight: 700 !important;
}
#privacy h4:before {
  background-color: #ffa500 !important;
}

.pastoral-style h1 {
  display: none;
}

/*.pastoral-style {
  background-color: #ece9e3;
  border-radius: 8px;
  padding: 30px 30px 30px 0;
}*/
.pastoral-style li {
  background-color: #d44e00;
  border: 1px solid #d44e00;
  border-radius: 5px;
  position: relative;
  padding: 20px;
  margin-bottom: 20px;
  width: 90%;
}
.pastoral-style li a {
  color: #FFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 5px 20px;
}
.pastoral-style li a:hover {
  background-color: #ece9e3;
  border: 1px solid #d44e00;
  border-radius: 5px;
  text-decoration: none;
  color: #d44e00;
  font-weight: 700;
}

.privacy-li {
  background-color: initial !important;
  border: initial !important;
  position: initial !important;
  border-radius: initial !important;
  padding: initial !important;
  margin-bottom: initial !important;
  width: initial !important;
  list-style: disc;
}


/* 各種申請書ダウンロード */
.doclist {
  background-color: #ece9e3;
  border-radius: 8px;
  padding: 20px;
  margin-bottom: 20px;
  padding-bottom: -20px;
}
.doclist h3 {
  background-color: #00366f !important;
  color: #FFF;
  margin-top: initial !important;
  font-weight: 700;
}
.docbox {
  width: 100%;
  padding: 10px;
  background-color: #FFF;
  margin-bottom: 15px;
  /*box-shadow: 3px 3px 3px rgba(0,0,0,0.3);*/
  box-shadow: 1px 1px 1px rgba(0,0,0,0.2);
  border-radius:  5px;
  position: relative;
  z-index: 1;
  top: 2px;
}
.docbox a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-indent:-999px;
  z-index: 2; /* 必要であればリンク要素の重なりのベース順序指定 */
}
.docbox a.inlink {
    position: relative; /*「別リンク」は普通に配置するため */
    z-index: 5; /* リンク要素の重なり順を上にするため */
}
.docbox:hover {
  box-shadow: 5px 5px 5px rgba(0,0,0,0.4);
  background-color: #ffffe9;
  position:relative;
  top: 0px;
  /*box-shadow: 2px 2px 2px rgba(0,0,0,0.5);*/
}

.docbox img {
  border: 5px solid #FFF;
  float: left;
  width: 175px;
}

.docinfo {
  margin-left: 190px;
  margin-top: 10px;
  /*margin-bottom: -10px;*/
}
.docinfo h5 {
  color: #a00303 !important;
}

.txt_bold {
  font-weight: 700;
  color: #000;
  text-decoration: underline;
}
.txt_blue {
  font-weight: 700;
  color: blue;
}
.txt_red {
  color: red;
}

.docTel {
  width: 100%;
  text-align: center;
  padding: 5px;
  background-color: red;
  color: #FFF;
  
}

@media only screen and (max-width: 599px) {
  .docbox img {
    width: 110px;
    border: 3px solid #FFF;
  }
  .docinfo {
    margin-left: 118px;
  }
  /*.docinfo h5 {
    font-size: 90%;
  }
  .docinfo p {
    font-size: 70%;
  }*/
}


/* 車検整備料金　/////////////////////// */
#inspection table {
  width:100%;
  border: 1px solid #BBB;
}
#inspection th {
  width:50%;
  border: 1px solid #BBB;
  text-align: center;
  padding: 3px 10px;
  background: #ece9e3;
  font-weight: 600;
}
#inspection td {
  border: 1px solid #BBB;
  padding: 3px 10px;
  text-align: right;
}




/*==============
LINE風フキダシ
===============*/
/*フレームとフォント*/
.kaiwa.line {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding: 10px 0;
    background: #769ece;
    font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Helvetica Neue", "Lucida Sans Unicode", "Arial";
    font-size: 16px;
    color: #333;
    line-height: 1.4;
    overflow: hidden;
}
/*フキダシ共通*/
.kaiwa.line .fukidasi {
    position: relative;
    display: inline-block;
    max-width: 192px;
    margin: 8px 0 0;
    padding: 9px 14px;
    border-radius: 19px;
    overflow-wrap: break-word;
    clear: both;
    box-sizing: content-box;/*はてな用*/
}
/*フキダシ左*/
.kaiwa.line .fukidasi.left {
    float: left;
    margin-left: 62px;
    background: white;
}
/*グループのときのフキダシ*/
.kaiwa.line .name + .fukidasi.left {
    margin-top: 5px;
}
/*フキダシ右*/
.kaiwa.line .fukidasi.right {
    float: right;
    margin-right: 12px;
    background: #7adc40;
}
/*相手の名前*/
.kaiwa.line .name {
    clear: right;
    margin-left: 62px;
    color: white;
}
/*ユーザアイコン*/
.kaiwa.line .icon {
    position: absolute;
    width: 40px;
    height: 40px;
    left: -54px;
    top: -2px;
    border-radius: 20px;
}
/*グループのときのユーザアイコン*/
.kaiwa.line .name + .left .icon {
    top: -1.8em;
}
/*しっぽ共通*/
.kaiwa.line .fukidasi::after {
    position: absolute;
    content: "";
    width: 24px;
    height: 36px;
    top: -21px;
}
/*しっぽ左*/
.kaiwa.line .fukidasi.left:after {
    left: -10px;
    border-radius: 18px 0 6px 18px/18px 0 1px 18px;
    box-shadow: -3px -15px 0 -5px white inset;
}
/*しっぽ右*/
.kaiwa.line .fukidasi.right::after {
    right: -10px;
    border-radius: 0 18px 18px 6px/0 18px 18px 1px;
    box-shadow: inset 3px -15px 0 -5px #7adc40;
}
/*フキダシが続いてしっぽがないとき*/
.kaiwa.line .left + .left::after,
.kaiwa.line .right + .right::after {
    content: none;
}