@charset "utf-8";
/* service CSS Document */
/*====================================
	新規サービスページ   
=====================================*/
#content .content_wp {
  color: #605b5a;
  font-family: Meiryo, "メイリオ", "Hiragino Kaku Gothic Pro W3", "ヒラギノ角ゴ Pro W3", Osaka, "MS P Gothic", "ＭＳ Ｐゴシック", sans-serif;
  /*font-size: 75%;*/
  line-height: 1.6em;
}
#content h2.Midashi {
  background: #009ED7 !important;
  padding: 30px 10px !important;
  margin-bottom: 35px !important;
  color: #FFFFFF !important;
  font-weight: bold !important;
  line-height: 30px !important;
  font-size: 25px !important;
}
#content h2.shopMidashi {
  font-weight: bold !important;
  font-size: 25px !important;
}
#content .contentBox h3 {
  font-size: 18px;
  background: #009ED7;
  text-align: center;
  margin: 35px 0 10px;
  padding: 14px 10px;
  text-align: center;
  width: 35%;
  color: #FFFFFF;
  font-weight: bold;
}
#content .contentBox th {
  text-align: left;
  white-space: nowrap;
}
#content .contentBox {
  padding-left: 10px;
}
#content .contentBox .bold {
  font-weight: bold;
}
#content .contentBox table {
  font-size: 18px;
}
#content .contentBox p {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 1.6em;
}
#content .contentBox .small {
  font-size: 15px;
  line-height: 20px;
  border: #A4D1FF solid 3px;
  padding: 15px;
}
#shopTable {
  margin-bottom: 50px;
}
#shopTable table {
  width: 50%;
  float: left;
}
#shopImgBox img {
  display: block;
  float: left;
  margin: 0 10px 10px 0;
}
#shopTxt {
  margin-bottom: 40px;
}
#shopTxt p a {
  color: #0062B0;
  text-decoration: none;
}
#shopTxt p a:hover {
  color: #999;
  text-decoration: underline;
}
#seoTxt {
  margin-bottom: 0;
}
#seoTxt p a {
  color: #0062B0;
  text-decoration: none;
}
#seoTxt p a:hover {
  color: #999;
  text-decoration: underline;
}
#shindanTable a {
  color: #0062B0;
  text-decoration: none;
}
#shindanTable a:hover {
  color: #999;
  text-decoration: underline;
}
#shindanTable .btmTxt {
  margin-bottom: 20px;
}
#shindanTable .otherMaker {
  margin-bottom: 20px;
}
#shindanTable .otherMaker td {
  width: 50%;
}
#shindanTable .otherMaker a {
  color: #0062B0;
  text-decoration: none;
}
#shindanTable .otherMaker a:hover {
  color: #999;
  text-decoration: underline;
}
.receiveInfo {
  margin-bottom: 40px !important;
}
.receiveInfo a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
}
#shopMap {
  margin-bottom: 40px;
}
#shopMap h4 {
  margin: 0px 0px 20px 0px;
  padding: 7px 0px 6px 5px;
  border-bottom: 1px solid #009dd6;
  border-left: 10px solid #009dd6;
  color: #009dd6;
  font-size: 130%;
  font-weight: bold;
}
#shopMap p {
  margin: 0px 18px 20px 18px !important;
}
#shopMap iframe + iframe {
  margin-top: 20px;
}
/* こっからしたはclearfix */
.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.clearfix {
  min-height: 1px;
}
* html .clearfix {
  height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}
.access {
  margin: 0 0 20px 0;
  border-left: 5px solid #009DD6;
  color: #009dd6;
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 15px;
}
.access_01 {
  border: 1px solid #ABABAB;
  box-sizing: border-box;
  margin-bottom: 40px;
}
.access_title {
  background-color: #009dd6;
  padding: 15px;
  color: #fff;
  font-weight: bold;
  font-size: 18px;
  margin: 0 0 20px 0;
}
.access_map {
  text-align: center;
  margin: 40px 0;
}
.managers_comments {
  border: 1px solid #ABABAB;
  margin-bottom: 40px;
}
.managers_comments_title {
  display: block;
  width: 100%;
  background-color: #009dd6;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  padding: 10px 15px;
}
.managers_comments div {
  display: inline-block;
  vertical-align: top;
}
.manager_photo {
  text-align: center;
  width: 25%;
}
.manager_shop {
  text-align: center;
  font-weight: bold;
}
.manager_photo img {
  margin: 20% auto 10px;
}
.comments {
  width: 74%;
  padding: 20px;
  box-sizing: border-box;
}
/*====================================
	レスポンシブ   
=====================================*/
/* ウィンドウ幅が0〜479pxの場合に適用するCSS */
@media screen and (max-width:479px) {
  body {
    width: 100%;
    min-width: 320px;
    margin: 0px auto;
  }
  h1.header-logo img {
    width: 100%;
  }
  /*body img {
	height: auto;
	width: 100%;
}*/
  #header .block01 {
    height: auto;
    margin-bottom: 20px;
  }
  #header #mainLogo {
    margin: 10px 0 0 10px;
    width: 90%;
  }
  #header {
    margin: 0 auto;
    width: 100%;
  }
  #pagetopArea {
    width: 100% !important;
  }
  #container {
    margin: 93px auto 0 !important;
    width: 95%;
  }
  .nav01, .nav02, .navBar, .icon, .contactDetail {
    display: none !important;
  }
  #content .content_wp {
    padding-bottom: 60px;
    width: 100%;
  }
  #content h2.Midashi {
    font-size: 16px;
    padding: 20px 10px;
  }
  #content .contentBox h3 {
    font-size: 13px;
    padding: 13px 10px;
  }
  #content .contentBox p {
    margin-bottom: 11px;
    font-size: 13px;
    line-height: 1.6em;
  }
  #content .contentBox table {
    font-size: 11px;
  }
  #content_bnr, #container /*.footer_bnr,*/
  #container .linkList, .pagetop, #footer {
    width: 100%;
  }
  #container .linkList .box {
    margin: 0 0 30px;
    width: 100%;
  }
  #content .contentBox .small {
    font-size: 11px;
    line-height: 15px;
    border: #A4D1FF solid 3px;
    padding: 15px;
  }
  #container .linkList .box .ttl {
    font-size: 18px;
  }
  #container .linkList .box li {
    font-size: 14px;
    line-height: 1.6em;
  }
  #container .footer_bnr {
    display: none !important;
  }
  #footer .footerMenu01 {
    height: auto;
    width: 100%;
  }
  #footer .footerMenu01 li, #footer .footerMenu02 li {
    font-size: 16px;
    float: none;
    line-height: 40px;
    margin-left: 30px;
  }
  #footer .footerMenu02 {
    margin: 0px 0 15px 0;
  }
  #content .contentBox table {
    font-size: 13px;
  }
  #content .contentBox h3 {
    width: 100%;
    font-size: 18px;
  }
  #shopTable table {
    width: 100%;
  }
  #shopTable .shopImg {
    width: auto;
  }
  #shindanTable {
    width: 100%;
  }
  #shindanTable table {
    width: 100%;
  }
  #shopMap {
    padding-right: 10px;
  }
  /*====================================
	パンくず    
=====================================*/
  .breadCrumb {
    font-size: 12px;
    padding-bottom: 4px;
    text-align: left;
  }
  .breadCrumb li {
    background: rgba(0, 0, 0, 0) url("/5img/bcBg_999.gif") no-repeat scroll left center;
    display: inline;
    padding: 0 0 0 10px;
  }
  .breadCrumb li {
    display: inline;
    padding: 0 0 0 10px;
    background: url("/5img/bcBg_999.gif") no-repeat scroll left center;
  }
  .breadCrumb li:first-child {
    padding-left: 0;
    background: none;
  }
  .breadCrumb li a.bcMyself {
    color: #666;
    text-decoration: none;
  }
  .bcLast {
    margin-bottom: 12px;
  }
  /* こっからしたはclearfix */
  .clearfix:after {
    content: "."; /* 新しい要素を作る */
    display: block; /* ブロックレベル要素に */
    clear: both;
    height: 0;
    visibility: hidden;
  }
  .clearfix {
    min-height: 1px;
  }
  * html .clearfix {
    height: 1px; /*¥*/ /*/
  height: auto;
  overflow: hidden;
  /**/
  }
  .managers_comments div {
    display: block;
  }
  .manager_photo {
    text-align: center;
    width: 100%;
  }
  .manager_shop {
    text-align: center;
    font-weight: bold;
  }
  .manager_photo img {
    margin: 20px auto 10px;
  }
  .comments {
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
  }
  .receiveInfo img {
    width: 100%;
  }
}
@media screen and (max-width:979px) {
  #content #root ul {
    display: none;
  }
}
/*====================================
	周辺店舗
=====================================*/
ul.nearby_shops li {
  float: left;
}
ul.nearby_shops li:nth-of-type(n+2) {
  margin-left: 1em;
}
ul.nearby_shops a {
  color: #0062b0;
  text-decoration: none;
}
ul.nearby_shops a:hover {
  color: #999;
  text-decoration: underline;
}
/*====================================
	料金表（インクルード）
=====================================*/
.areaCnt {
  padding: 60px 0 30px;
  text-align: center;
}
.areaTtl {
  display: inline-block;
  font-size: 40px;
  font-weight: 300;
  color: #2c3651;
  border-bottom: 5px solid #e9ebed;
  margin-bottom: 50px;
  margin-right: 10px;
}
.areaTtl_s {
  font-size: 30px;
}
.areaTtl::before {
  content: url(/service/img/service_top2/ttl_icon.png);
  margin: -25px;
  position: relative;
  top: 10px;
}
.areaTtlSub {
  font-size: 18px;
  display: block;
  height: 12px;
  color: #2c3651;
}
.areaTtlSub_red {
  color: #e14938;
}
.areaInner {
  width: 100%;
  margin: 0 auto;
  font-weight: 300;
}
#content .contentBox p.priceTaxNone {
  text-align: right;
  font-size: 14px;
  color: #000;
}
/*タブ切り替え全体のスタイル*/
.tabs {
  padding-bottom: 0px;
  background-color: #fff;
  width: 100%;
  margin: 5px auto 0;
}
/*タブのスタイル*/
.tab_item {
  width: calc(97%/4);
  height: 50px;
  background-color: #999;
  line-height: 50px;
  font-size: 18px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  transition: all 0.2s ease;
  font-weight: 300;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  margin-right: 1%;
}
.tab_item:last-of-type {
  margin-right: 0;
}
.tab_item:hover {
  opacity: 0.75;
}
/*ラジオボタンを全て消す*/
input[name="tab_item"] {
  display: none;
}
/*タブ切り替えの中身のスタイル*/
.tab_content {
  display: none;
  padding: 20px;
  clear: both;
  overflow: hidden;
  background: #f4f4f4;
  border-top: 5px solid #45955a;
}
.tab_content_description {
  font-size: 16px;
  color: #ff0000;
  padding: 40px 30px;
  background: #fff;
}
#content .contentBox .tab_content_description sup {
  vertical-align: super;
  font-size: smaller;
}
#content .contentBox .tab_content_description p.komekome {
  color: #565656;
  text-align: right;
  margin-top: 16px;
  font-size: 14px;
}
/*選択されているタブのコンテンツのみを表示*/
#all:checked ~ #all_content, #repair:checked ~ #repair_content, #security:checked ~ #security_content, #date:checked ~ #date_content {
  display: block;
}
/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
  background-color: #45955a;
  color: #fff;
}
.price_list {
  font-size: 20px;
  color: #565656;
  border-collapse: collapse;
}
.price_list tr {
  border-top: 1px dotted #565656;
}
.price_list th {
  font-weight: 600;
  border-top: none;
  padding: 5px 80px 5px 0;
  border-top-style: hidden;
  text-align: left;
}
.price_list th:nth-child(1) {
  width: 495px;
}
.price_list th:nth-child(2) {
  width: 160px;
  padding: 5px 50px 5px 0;
}
.price_list th:nth-child(3) {
  width: 250px;
  padding: 5px 00px 5px 0;
}
.price_list td {
  font-size: 18px;
  font-weight: 400;
  padding: 17px 0;
}
.price_list_small {
  padding: 0 0 0 6px;
  font-size: 14px;
}
.other_price {
  text-align: right;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  margin: 20px 0 0 0;
  letter-spacing: 1.6px;
}
.other_price a {
  color: #fff !important;
  text-decoration: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 2px;
}
.pc {
  display: block !important;
}
.sp {
  display: none !important;
}
@media only screen and (max-width: 479px) {
  .areaCnt {
    padding: 10px 0 0;
  }
  .areaTtl {
    font-size: 6vw;
    margin-bottom: 25px;
    letter-spacing: 1px;
  }
  .areaTtl::before {
    content: "";
    position: relative;
    top: 2vw;
    width: 8vw;
    display: inline-block;
    background: url(/service/img/service_top2/ttl_icon.png);
    background-size: 8vw;
    height: 8vw;
    margin: 0;
  }
  .areaTtl_s {
    font-size: 5vw;
    text-align: left;
    text-indent: -8vw;
    padding-left: 8vw;
    line-height: 1.3;
  }
  #content .contentBox .areaTtl_s::before {
    top: 5.5vw;
  }
  #content .contentBox .areaTtlSub {
    font-size: 3.5vw;
  }
  .areaInner {
    width: 100%;
  }
  #content .contentBox .tab_item {
    font-size: 3vw;
    line-height: 40px;
    height: 40px;
  }
  .tab_content {
    padding: 10px 5px;
  }
  .tab_content_description {
    padding: 5px;
  }
  .priceArea {
    background-position: 98% 0%;
    background-size: 35%;
  }
  #content .contentBox .price_list {
    font-size: 4vw !important;
    width: 100%;
  }
  #content .contentBox .price_list th {
    padding: 5px 0 5px 0;
  }
  #content .contentBox .price_list th:nth-child(1) {
    width: 80%;
  }
  #content .contentBox .price_list th:nth-child(2) {
    width: 20%;
    padding: 5px 0 5px 0;
  }
  #content .contentBox .price_list th:nth-child(3) {
    width: auto;
    padding: 5px 0 5px 0;
  }
  #content .contentBox .price_list td {
    text-align: left;
    font-size: 3.6vw !important;
  }
  #content .contentBox .price_list td:nth-child(2) {
    text-align: right;
  }
  #content .contentBox .price_list td:nth-child(2) span {
    text-align: left;
    font-size: 3.2vw !important;
  }
  #content .contentBox .priceTaxNone {
    font-size: 3.2vw !important;
    color: #333;
  }
  #content .contentBox .tab_content_description p.komekome {
    text-align: left;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 3.2vw !important;
    text-indent: -1em;
    padding-left: 1em;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
}

/*====================================
	店舗別実績
=====================================*/
.repairResults {
  border: 1px solid #c0c0c0;
  margin-bottom: 30px;
  padding: 20px;
  text-align: center;
}
.repairResults > dl {
  display: none;
  margin-top: .75em;
  padding-bottom: .75em;
  text-align: left;
}
.repairResults dt {
  margin: 20px 0 0;
  font-size: 16px;
  color: #084d9b;
}
.repairResults dt:nth-of-type(1){
  margin-top:0;
  display:inline;
  color:#666;
}
.repairResults dt:nth-of-type(2){
  margin-top:0;
}
.repairResults dd{
  font-size:13px;
  color:#333;
}
.repairResults dd.date {
  font-size: 11px;
  color: #666;
  text-align: right;
}