@charset "UTF-8";
/* ===============================================================
*
* common
*
=============================================================== */

/* 見出し
====================================== */
.page_sec_title {
  margin-bottom: 32px;
  font-size: 2.4rem;
  font-weight: bold;
  letter-spacing: .05em;
  text-align: center;
}
.page_sec_title_lg {
  font-size: 2rem;
}
.page_sec_title_lg span {
  font-size: 2.4rem;
}

.page_sec_title_sub {
  margin: 40px 0 32px;
  padding-left: 16px;
  border-left: 8px solid #1F3641;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2;
}

@media screen and ( min-width: 900px ) {
  .page_sec_title {
    margin-bottom: 40px;
    font-size: 4rem;
  }
  .page_sec_title_lg {
    font-size: 3.2rem;
  }
  .page_sec_title_lg span {
    font-size: 4rem;
  }

  .page_sec_title_sub {
    font-size: 2.4rem;
  }
}


/* バナー
====================================== */
.page_bnr {
  position: relative;
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center; /*IE*/
  -webkit-justify-content: center;
  justify-content: center;
  width: 100%;
  min-height: 240px;
  padding: 0 32px;
  background: url(../img/common/page_bnr.jpg) no-repeat center center;
  background-attachment: fixed;
  background-size: cover;
  text-align: center;
}
.page_bnr_txt {
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1.7;
  letter-spacing: .05em;
}
.page_bnr_tel {
  color: #fff;
  font-size: 3.2rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
}
.page_bnr_tel span {
  display: block;
  color: #fff;
  font-size: 1.6rem;
  font-weight: normal;
}

@media screen and ( min-width: 900px ) {
  .page_bnr_txt {
    font-size: 3.2rem;
  }
  .page_bnr_tel span {
    display: inline;
    margin-left: 1em;
  }
}


/* ===============================================================
*
* page header
*
=============================================================== */
.page_header {
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center; /*IE*/
  -webkit-justify-content: center;
  justify-content: center;
  height: 200px;
  background: #DDEAF0 url(../img/common/page_header_bg.png) no-repeat center center;
  background-size: auto 76%;
  text-align: center;
}
.page_title {
  font-size: 2.4rem;
  font-weight: bold;
}
.page_title span {
  display: block;
  font-size: 1.6rem;
}

@media screen and ( min-width: 900px ) {
  .page_header {
    height: 240px;
  }
  .page_title {
    font-size: 4rem;
  }
  .page_title span {
    font-size: 2.4rem;
  }
}





/* ===============================================================
*
* 店舗紹介
*
=============================================================== */
.shop_detail dl {
  padding: 16px 0;
}
.shop_detail dl:nth-of-type(odd) {
  background: #F6F6F6;
}
.shop_detail dt,
.shop_detail dd {
  display: inline;
}

.map_wrap {
  margin-top: 32px;
}

.shop_route {
  max-width: 800px;
  margin: 0 auto;
  
}
.shop_route p {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}

@media screen and ( min-width: 900px ) {
  .grid .map_wrap {
    margin-top: 0;
  }
}


/* ===============================================================
*
* エリア情報
*
=============================================================== */
.area_table_wrap {
  width: 100%;
  margin: 40px auto 0;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.area_table {
  width: 100%;
  background: #fff;
  border: 2px solid #e7e7e7;
}
.area_table thead th {
  width: calc(100% / 5);
  height: 72px;
  border-right: 1px solid #e7e7e7;
  color: #fff;
  background: #1f3641;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  vertical-align: middle;
}
.area_table tbody th {
  height: 72px;
  border-right: 1px solid #e7e7e7;
  font-weight: bold;
  text-align: center;
  vertical-align: middle;
}
.area_table tbody td {
  height: 72px;
  vertical-align: middle;
  border-right: 1px solid #e7e7e7;
  text-align: center;
  line-height: 1.2;
}
.area_table tr:nth-of-type(even) {
  background: #f6f6f6;
}
.area_table .price_num {
  font-size: 2.8rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
}
.area_table th.area_table_acnt {
  background: #f26226;
}
.area_table td.area_table_acnt {
  color: #f26226;
}

.area_table_att {
  margin-top: 24px;
}
.area_table_att a {
  color: #f26226;
  text-decoration: underline;
}

.area_konzatu {
  padding: 24px;
  border: 4px solid #F26226;
}
.area_konzatu p {
  max-width: 800px;
  margin: 0 auto;
  font-weight: bold;
}

@media screen and ( max-width: 599px ) {
  .area_table {
    min-width: 720px;
  }
}

@media screen and ( min-width: 900px ) {
  .area_konzatu {
    padding: 48px;
  }
  .area_konzatu p {
    font-size: 1.8rem;
  }
}


/* ===============================================================
*
* 下取り
*
=============================================================== */
.shitadori_price {
  padding: 16px;
  border: 2px solid #1F3641;
}
.shitadori_price span {
  font-size: 1.8rem;
  font-weight: bold;
}

.shitadori_price_att {
  margin-top: 24px;
}
.shitadori_price_level {
  display: inline-block;
  margin: 0 .2em;
  padding: .3em .8em;
  background: #F6F6F6;
  font-weight: bold;
}

.shitadori_price_level_list {
  margin: 40px auto -16px;
}
.shitadori_price_level_list li {
  margin: 0 0 16px;
}
.shitadori_price_level_list .shitadori_price_level {
  margin: 0 16px 0 0;
  padding: .3em 1.2em;
  text-align: center;
}

.shitadori_check_list {
  margin: 0 auto;
}
.shitadori_check_list li {
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: flex;
  margin: 0 0 16px;
}
.shitadori_check_list .shitadori_check_list_num {
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center; /*IE*/
  -webkit-justify-content: center;
  justify-content: center;
  padding: 0 1em;
  color: #fff;
  background: #FAC44B;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .1em;
  text-align: center;
}
.shitadori_check_list_txt {
  flex: 1;
  padding: 16px;
  background: #fff;
  font-weight: bold;
}

@media screen and ( min-width: 900px ) {
  .shitadori_price {
    padding: 48px 16px;
    font-size: 2.4rem;
    text-align: center;
  }
  .shitadori_price span {
    font-size: 3.2rem;
  }

  .shitadori_price_level_list .shitadori_price_level {
    min-width: 100px;
  }

  .shitadori_check_list .shitadori_check_list_num  {
    min-width: 88px;
  }
}


/* ===============================================================
*
* 補償と保証
*
=============================================================== */
.security_01 >div {
  margin: 0 0 32px;
  padding: 32px;
  border: 3px solid #F26226;
  border-radius: 6px;
  text-align: center;
}

.security_01 h3 {
  font-size: 2.8rem;
  font-weight: bold;
  letter-spacing: .05em;
  margin-bottom: 1em;
}


.security_02 h3 {
  margin: 2em 0 1em;
  font-size: 2.4rem;
  font-weight: bold;
  padding-left: 16px;
  border-left: 8px solid #1F3641;
  letter-spacing: .05em;
}


.security_02_headline {
  -webkit-align-items: center;
  align-items: center;
}

.security_02_headline p {
  padding: .3em .8em;
  color: #fff;
  background: #F26226;
  font-size: 1.8rem;
  font-weight: bold;
  margin-left: auto;
}

.security_02_naiyou {
  -ms-flex-pack: justify; /*IE*/
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin: 0 0 -32px;
}
.security_02_naiyou li {
  margin: 0 0 32px;
  padding-bottom: 16px;
  border: 1px solid #E7E7E7;
  text-align: center;
}
.security_02_naiyou h4 {
  margin-bottom: 16px;
  height: 56px;
  line-height: 56px;
  background: #E7E7E7;
  font-variant-position: 1.8rem;
  font-weight: bold;
  letter-spacing: .1em;
}
.security_02_price {
  color: #F26226;
  font-size: 1.8rem;
  font-weight: bold;
}
.security_02_price span {
  font-size: 3.2rem;
}

.security_02_att {
  max-width: 720px;
  margin: 32px auto 40px;
}
.security_02_att li {
  margin: 0 0 10px;
  padding: .3em 0;
  color: #fff;
  background: #F26226;
  font-size: 1.8rem;
  font-weight: bold;
  width: 100%;
  border-radius: 1.5em;
  text-align: center;
}


.security_table_wrap {
  width: 100%;
  margin: 40px auto 0;
}
.security_table_inner {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  
}
.security_table {
  width: 100%;
  background: #fff;
  border: 2px solid #e7e7e7;
}
.security_table thead th {
  height: 56px;
  width: calc(100% / 6);
  color: #fff;
  border-right: 1px solid #e7e7e7;
  font-weight: bold;
  background: #1f3641;
  vertical-align: middle;
}
.security_table .security_table_acnt {
  background: #f26226;
}
.security_table tbody th {
  padding: 20px;
  border-right: 1px solid #e7e7e7;
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
}
.security_table td {
  padding: 20px;
  vertical-align: top;
  border-right: 1px solid #e7e7e7;
}
.security_table tr:nth-of-type(even) {
  background: #f6f6f6;
}
.security_table tbody td:nth-of-type(1) {
  color: #f26226;
  font-weight: bold;
}
.security_table .circle,
.security_table .cross,
.security_table .sankaku {
  display: block;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.security_table .circle {
  background-image: url(../img/common/icon_circle.png);
}
.security_table .cross {
  background-image: url(../img/common/icon_cross.png);
}
.security_table .sankaku {
  background-image: url(../img/common/icon_sankaku.png);
}


.security_table .att {
  font-size: 1.2rem;
  line-height: 1.1;
}

@media screen and ( max-width: 599px ) {
  .security_table {
    min-width: 720px;
  }
}

@media screen and ( min-width: 900px ) {
  .security_02_naiyou li {
    padding-bottom: 24px;
  }
  .security_02_naiyou h4 {
    margin-bottom: 24px;
  }
  .security_02_att li {
    font-size: 2rem;
  }

  .security_table .att {
    font-size: 1.3rem;
  }
}



/* ===============================================================
*
* 修理症状
*
=============================================================== */
.repair_title_sub {
  margin: 40px 0 24px;
  padding: 8px 1em;
  color: #fff;
  background: #1F3641;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}
.repair_title_sub2 {
  padding-left: 16px;
  border-left: 8px solid #1F3641;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: .05em;
}

.repair_point_list {
  padding: 16px;
  border: 1px solid #1F3641;
}
.repair_point_list li {
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: flex;
  margin: 0 0 16px;
  font-weight: bold;
}
.repair_point_num {
  display: -ms-flexbox; /*IE10*/
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center; /*IE*/
  -webkit-justify-content: center;
  justify-content: center;
  min-width: 80px;
  color: #fff;
  background: #FAC44B;
  margin-right: 1em;
  font-size: 1.6rem;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .05em;
  text-align: center;
}

.repair_point_detail {
  margin: 40px auto 0;
}
.repair_point_detail h4 {
  margin-bottom: 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.repair_point_detail h4 span {
  margin-bottom: 10px;
}

.repair_deal_block {
  margin: 32px 0 -32px;
}
.repair_deal_block > div {
  margin-bottom: 32px;
  padding: 16px;
  background: #F6F6F6;
}
.repair_deal_block h5 {
  margin-bottom: 10px;
  font-weight: bold;
}

@media screen and ( min-width: 900px ) {
  .repair_title_sub {
    font-size: 2.4rem;
  }
  .repair_title_sub2 {
    margin: 0 32px;
  }
  
  .repair_point_list {
    margin: 0 32px;
    padding: 40px;
  }
  .repair_point_list li {
    font-size: 1.8rem;
  }
  .repair_point_num {
    min-height: 32px;
    min-width: 100px;
    max-width: 100px;
  }

  .repair_point_detail {
    padding: 0 32px;
  }
  .repair_point_detail h4 {
    font-size: 2.4rem;
  }

  .repair_deal_block {
    padding: 0 32px;
  }
  .repair_deal_block > div {
    padding: 32px;
  }
}



/* ===============================================================
*
* よくある質問
*
=============================================================== */
.qanda_sec:not(:first-of-type) .l_container {
  padding-top: 50px;
  border-top: 1px solid #1F3641;
}
.qanda_tab {
  position: relative;
  padding: 12px 24px 12px 56px;
  background: #fff;
  border: 1px solid #E7E7E7;
  border-radius: 4px;
  font-weight: bold;
  cursor: pointer;
}
.qanda_tab:before,
.qanda_tab:after {
  position: absolute;
  display: block;
}
.qanda_tab:before {
  top: 16px;
  left: 24px;
  content: '';
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #1F3641;
  z-index: 1;
}
.qanda_tab:after {
  top: 15px;
  left: 27px;
  content: '＋';
  color: #fff;
  font-size: 1.5rem;
  z-index: 2;
  text-align: center;
}
.qanda_tab.is-active:after {
  content: 'ー';
  left: 27px;
  
}
.qanda_tab.is-active {
  background: #F6F6F6;
  border-radius: 4px 4px 0 0;
}
.qanda_tab_cont {
  opacity: 0;
  height: 0;
  padding: 0 24px;
  visibility: hidden;
  border: 1px solid #E7E7E7;
  border-top: 0;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
  -webkit-transition: .35s ease;
  transition: .35s ease;
}
.qanda_tab_cont.is-open {
  opacity: 1;
  visibility: visible;
  height: auto;
  padding: 24px;
  -webkit-transition: .25s ease;
  transition: .25s ease;
}
.qanda_tab_wrap + .qanda_tab_wrap {
  margin-top: 24px;
}

@media screen and ( min-width: 900px ) {
  .qanda_tab_cont {
    padding: 0 32px;
  }
  .qanda_tab_cont.is-open {
    padding: 32px;
  }
  .qanda_tab {
    font-size: 1.8rem;
  }
}





/* ===============================================================
*
* 利用規約
*
=============================================================== */
.cancellation_txt {
  margin-bottom: 40px;
  padding: 16px;
  border: 4px solid #F26226;
  text-align: center;
}
.cancellation_txt p {
  color: #F26226;
  font-size: 1.8rem;
  font-weight: bold;
}

.cancellation_block {
  padding: 24px;
  border: 1px solid #E7E7E7;
}
.cancellation_block + .cancellation_block {
  margin-top: 32px;
}
.cancellation_block_img {
  text-align: center;
}
.cancellation_block_name {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #1F3641;
  font-weight: bold;
}
.cancellation_block_btn {
  display: block;
  width: 80%;
  height: 40px;
  margin: 10px auto 0;
  color: #fff;
  background: #F26226;
  border-radius: 4px;
  font-weight: bold;
  line-height: 40px;
  text-align: center;
}


@media screen and ( min-width: 900px ) {
  .cancellation_txt {
    margin-bottom: 72px;
    padding: 32px;
  }
  .cancellation_txt p {
    font-size: 2.4rem;
  }

  .cancellation_block {
    padding: 32px;
  }
  .cancellation_block dl {
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex;
    display: flex;
    -ms-flex-pack: justify; /*IE*/
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .cancellation_block_img {
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center; /*IE*/
    -webkit-justify-content: center;
    justify-content: center;
    width: 23.4375%;
    max-width: 225px;
  }
  .cancellation_block_txt {
    width: 73.22%;
    max-width: 703px;
  }
  .cancellation_block_name {
    font-size: 1.8rem;
  }
  .cancellation_block_btn {
    width: 232px;
    margin: 10px 0 0;
  }
}



/* ===============================================================
*
* 利用規約
*
=============================================================== */
.terms_title {
  margin: 40px 0 10px;
  font-size: 1.8rem;
  font-weight: bold;
}
.terms .page_wrap p + p {
  margin-top: 1em;
}


/* ===============================================================
*
* 投稿一覧 共通
*
=============================================================== */
.archive_wrap article + article {
  margin-top: 32px;
  padding-top: 32px;
  border-top: 1px solid #1f3641;
}




/* ===============================================================
*
* 口コミ
*
=============================================================== */
.voice_date {
  margin-right: 1em;
  font-size: 1.3rem;
}
.voice_cat {
  display: inline-block;
  padding: .2em .6em;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  font-size: 1.3rem;
}

.voice_title {
  margin: 10px 0;
  font-weight: bold;
}

.voice_cat_list {
  margin: 0 auto 40px;
  text-align: center;
}
.voice_cat_list h2 {
  margin-bottom: .5em;
  font-weight: 500;
  font-family: 'Oswald', sans-serif;
  letter-spacing: .1em;
  text-align: center;
}
.voice_cat_list li {
  display: inline-block;
  margin: 0 0 5px;
  list-style: none;
}
.voice_cat_list a {
  display: block;
  padding: .2em .6em;
  border: 1px solid #1f3641;
  border-radius: 2px;
  font-size: 1.4rem;
  text-align: center;
}
.voice_cat_list .current-cat a {
  color: #fff;
  background: #1f3641;
}

@media screen and ( min-width: 900px ) {
  .voice_title {
    margin: 10px 0 15px;
    font-size: 2rem;
  }

  .voice_cat_list a:hover {
    text-decoration: underline;
  }
}




/* ===============================================================
*
* コラム
*
=============================================================== */
.column_date {
  margin-right: 1em;
  font-size: 1.3rem;
}
.column_cat {
  display: inline-block;
  padding: .2em .6em;
  border: 1px solid #e7e7e7;
  border-radius: 2px;
  font-size: 1.3rem;
}
.column_title {
  margin: 10px 0 0;
  font-weight: bold;
}
.archive_wrap .category-column a {
  display: block;
}
.archive_wrap .category-column a:hover {
  opacity: .7;
}

.column_single_wrap .column_title {
  margin: 10px 0;
  padding-bottom: 10px;
  border-bottom: 1px solid #1f3641;
  font-size: 1.8rem;
}

.column_single_wrap article.post h2,
.column_single_wrap article.post h3,
.column_single_wrap article.post h4,
.column_single_wrap article.post h5 {
  margin: 40px 0 16px;
  font-weight: bold;
}
.column_single_wrap article.post h2 {
  padding: .4em;
  color: #fff;
  background: #1f3641;
  font-size: 2rem;
}
.column_single_wrap article.post h3 {
  padding-left: .8em;
  border-left: 4px solid #1f3641;
  font-size: 1.8rem;
}
.column_single_wrap article.post h4 {
  padding-bottom: 8px;
  border-bottom: 1px solid #1f3641;
}



@media screen and ( min-width: 900px ) {
  .column_title {
    font-size: 2.4rem;
  }

  .column_wrap {
    display: -ms-flexbox; /*IE10*/
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 80px;
  }
  .column_wrap .page_header,
  .column_wrap #breadcrumbs {
    width: 100%;
  }
  .column_wrap .archive_wrap,
  .column_wrap .column_single_wrap {
    width: 70.3125%;
    max-width: 720px;
    margin-left: auto;
    margin-right: 7%;
  }
  .column_wrap #sidebar {
    width: 22.65%;
    max-width: 232px;
    margin-top: 80px;
    margin-right: auto;
  }

  .column_single_wrap .column_title {
    font-size: 2.4rem;
  }
  .column_single_wrap article.post h2 {
    font-size: 2.2rem;
  }
  .column_single_wrap article.post h3 {
    font-size: 2rem;
  }
  .column_single_wrap article.post h4,
  .column_single_wrap article.post h5 {
    font-size: 1.8rem;
  }
}

/*** 0512 ***/
  
.balloon {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  width: 100%;
  color: #555;
  font-size: 16px;
  background: #E7E7E7;
}

.balloon:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e7e7e7;
}

.balloon p {
    margin: 0;
    padding: 10px;
    font-weight: bold;
    text-align: center;
}
a.trouble  {
	display:block;
}
.trouble span {
	display:block;
	font-size:2rem;
	font-weight:bold;
	 padding: 32px;
    border: 3px solid #F26226;
    border-radius: 6px;
    text-align: center;
}
/* ===============================================================
店舗コラム
=============================================================== */
.post-template-default #pg-w5d0093d1b849c-0.panel-no-style{
-webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.post-template-default #pgc-w5d0093d1b849c-0-0.panel-grid-cell, .post-template-default #pgc-w5d0093d1b849c-0-1.panel-grid-cell, .post-template-default #pgc-w5d0093d1b849c-0-2.panel-grid-cell, .post-template-default #pgc-w5d0093d1b849c-0-3.panel-grid-cell
{
    width:100%;
	margin-bottom:30px;
}