@charset "UTF-8";

/* ===============================================================
*
* common
*
=============================================================== */
.bnr_wrap {
    margin: 40px auto 0;
}

.border_r6 {
    border-radius: 6px;
}

.top_bnr {
    width: 100%;
    height: 72px;
    padding: 0 16px;
    text-align: center;
}

.top_bnr img {
    vertical-align: middle;
}

.bnr_tel {
    /*  border: 1px solid #1f3641; */
    line-height: 70px;
}

.bnr_tel.bnr_tel_sm {
    background: #fff;
}

.bnr_coupon {
    /*  margin-top: 16px; */
    background: #fff;
    /*  border: 4px solid #f26226; */
    line-height: 64px;
}

@media screen and (min-width: 900px) {
    .bnr_wrap {
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        display: flex;
    }

    .top_bnr {
        height: 100px;
    }

    .bnr_tel {
        line-height: 98px;
    }

    .bnr_tel.bnr_tel_sm {
        width: 45%;
    }

    .bnr_coupon {
        margin: 0 0 0 auto;
        width: 55%;
        line-height: 92px;
    }

    .bnr_coupon:hover {
        opacity: .7;
    }
}


/* ===============================================================
text
=============================================================== */
.sec_title {
    color: #1f3641;
    font-size: 2.4rem;
    font-weight: bold;
    letter-spacing: .05em;
    line-height: 1.5;
    text-align: center;
}

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


/* ===============================================================
*
* hero
*
=============================================================== */
.slider_wrap {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.slider_item img {
    width: 100%;
    height: auto;
}

.slider_arrows {
    /* position: absolute;
    bottom: 0;
    right: 0; */
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}

.slider-arrow {
    width: 43px;
    height: 43px;
    cursor: pointer;
}

.slider-next {
    margin-left: 1px;
}

.slider-arrow img {
    width: 100%;
    height: auto;
}

.loop_slider {
    margin: 1px auto;
}

@media screen and (min-width: 900px) {
    .slider_wrap {
        width: 800px;
        height: 400px;
        margin-bottom: 4rem;
    }

    .slider_item {
        margin: 0 1px;
    }

    .slider_wrap .slick-list {
        overflow: visible;
    }
}




/* ===============================================================
*
* キャンペーン
*
=============================================================== */
.bg_campaign {
    background: #f9f172;
}

.price_campaign .sec_title span {
    position: relative;
    z-index: 1;
}

.price_campaign .sec_title span:after {
    position: absolute;
    bottom: -.15em;
    left: 0;
    right: 0;
    content: '';
    display: block;
    width: 100%;
    height: .8em;
    margin: auto;
    background: #f2f026;
    z-index: -1;
}




/* ===============================================================
*
* 価格テーブル
*
=============================================================== */
.price_table_ttl { 
    border-top: 2px solid #e7e7e7;
    border-right: 2px solid #e7e7e7;
    border-left: 2px solid #e7e7e7;
    background: yellow;
    margin-top: 2rem;
    padding: 1.2rem;
    text-align: center;
    font-weight: bold;
    font-size: 2rem;
}
@media screen and (max-width: 600px){
    .price_table_ttl {
        padding: 0.4rem;
        text-align: center;
        font-weight: bold;
        font-size: 1.5rem;
    }
}

.price_table_wrap {
    width: 100%;
    margin: 0 auto 40px;
}

@media screen and (max-width: 600px){
    .price_table_wrap {
    width: 100%;
    margin: 10px auto 0;
}
}

.price_table_inner {
    display: -ms-flexbox;
    /*IE10*/
    display: -webkit-flex;
    display: flex;
    background: #fff;
}

.price_table_inner_left {
    min-width: 103px;
}

.price_table_inner_right {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.price_table {
    width: 100%;
    background: #fff;
    border: 2px solid #e7e7e7;
}

.price_table_right {
    border-left: 0;
}

.price_table_left {
    border-right: 0;
}

.price_table_btm {
    border-top: 0;
}

.price_table thead th {
    width: calc(100% / 4);
    height: 80px;
    border-right: 1px solid #e7e7e7;
    color: #fff;
    background: #1f3641;
    font-size: 1.3rem;
    font-weight: bold;
    text-align: center;
    line-height: 1.2;
    vertical-align: middle;
}

.price_table tbody th {
    height: 85px;
    border-right: 1px solid #e7e7e7;
    font-size: 1.1rem;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}

.price_table tbody td {
    height: 85px;
    vertical-align: middle;
    text-align: center;
    line-height: 1.2;
}

.price_table .price_table_price_area td {
    color: #f26226;
    border-right: 1px solid #e7e7e7;
    font-size: 1rem;
}

.price_table tr.price_table_price_area:nth-of-type(even) {
    background: #f6f6f6;
}

.price_table .price_num {
    color: #f26226;
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Oswald', sans-serif;
    letter-spacing: .05em;
}

.price_table .price_num.price_num_sm {
    font-size: 1.3rem;
}

.price_table .price_table_add td {
    font-size: 1.4rem;
    font-weight: bold;
    background: #cee1ea;
}

.price_table .price_table_add2 td {
    font-size: 1.6rem;
    font-weight: bold;
    color: #fff;
    background: #f26226;
}

.price_table .fs_sm {
    font-size: 0.8rem;
}

.price_table_att {
    margin-bottom: 5px;
    font-size: 1.5rem;
}

.price_campaign_att {
    margin: 40px 0 0;
    font-size: 1.3rem;
}

/* @media screen and (max-width: 599px) {
    .price_table_min {
        min-width: 310px;
    }
} */

@media screen and (min-width: 600px) {
    .price_table_inner_left {
        width: calc(100% / 4);
        min-width: unset;
    }
}

@media screen and (min-width: 900px) {
    .price_table thead th {
        height: 72px;
        font-size: 1.6rem;
    }

    .price_table tbody th {
        height: 72px;
        font-size: 1.6rem;
    }

    .price_table tbody td {
        height: 72px;
    }

    .price_table .fs_sm {
        font-size: 1.3rem;
    }

    .price_table .price_num {
        font-size: 2.8rem;
    }

    .price_table .price_num.price_num_sm {
        font-size: 1.6rem;
    }

    .price_table .price_table_price_area td {
        font-size: 1.6rem;
    }

    .price_table .price_table_add td,
    .price_table .price_table_add2 td {
        font-size: 2.4rem;
    }
}


/* ===============================================================
*
* 特典
*
=============================================================== */
.tokuten {
    margin: 50px 0 0;
    padding: 24px;
    border: 4px solid #f26226;
}

.tokuten h3 {
    margin-bottom: 32px;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

.tokuten dl {
    margin: 0 0 20px;
}

.tokuten dt {
    width: 64px;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    display: table-cell;
    padding: 0;
}

.tokuten dt img {
    line-height: 1;
    vertical-align: middle;
}

.tokuten dd {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
    padding: 0 0 0 24px;
    font-size: 1.6rem;
    font-weight: bold;
}

/*** 
.tokuten dt {
  width: 64px;
  color: #fff;
  background: #fac44b;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  vertical-align: top; 
	line-height: 1;
   padding: 5px 0;
}
.tokuten dd {
  margin: 0 0 24px;
  font-size: 1.6rem;
  font-weight: bold;
}
 ***/

.tokuten dd span {
    font-size: 1.1666em;
}


@media screen and (min-width: 900px) {
    .tokuten {
        margin: 60px 0 0;
        padding: 56px 72px;
    }

    .tokuten h3 {
        font-size: 4rem;
    }


    .tokuten dt {
        width: 96px;
        font-size: 2.4rem;
    }

    .tokuten dd {
        width: calc(100% - 96px - 48px);
        margin-left: 32px;
        font-size: 2.4rem;
    }

    /*** 
  .tokuten dt {
    display: inline-block;
    width: 96px;
    font-size: 2.4rem;
  }
  .tokuten dd {
    display: inline-block;
    width: calc(100% - 96px - 48px);
    margin-left: 32px;
    font-size: 2.4rem;
  }
	
	***/


}



/* ===============================================================
*
* メリット
*
=============================================================== */
.merit_list {
    margin: 0 0 -24px;
}

.merit_list li {
    margin: 0 0 24px;
}

.merit_txt_area {
    background: #f6f6f6;
    padding: 24px;
}

.merit_num {
    margin-bottom: 10px;
    color: #f26226;
    font-size: 2.4rem;
    font-weight: 500;
    letter-spacing: .05em;
    line-height: 1;
}

.merit_title {
    margin-bottom: 8px;
    font-size: 2rem;
    font-weight: bold;
    letter-spacing: .1em;
}

.merit_img_area {
    width: 100%;
    height: 40vw;
    background-position: center center;
    background-size: cover;
}

@media screen and (min-width: 600px) {
    .merit_list {
        margin: 0;
    }

    .merit_list li {
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        display: flex;
        margin: 0;
    }

    .merit_list li:nth-of-type(even) {
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .merit_txt_area,
    .merit_img_area {
        width: calc(100% / 2);
    }

    .merit_img_area {
        height: auto;
    }
}

@media screen and (min-width: 900px) {
    .merit_txt_area {
        padding: 48px;
    }

    .merit_num {
        font-size: 3.2rem;
    }

    .merit_title {
        font-size: 2.8rem;
    }
}



/* ===============================================================
*
* 安さの秘密
*
=============================================================== */
.secret_table_wrap {
    width: 100%;
    margin: 40px auto 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}

.secret_table {
    width: 100%;
    background: #fff;
    border: 2px solid #e7e7e7;
}

.secret_table + .secret_table {
    margin-top: 40px;
}

.secret_table thead th:first-of-type,
.secret_table tbody th {
    width: 10%;
}

.secret_table thead th:not(:first-of-type),
.secret_table tbody td {
    width: 30%;
}

.secret_table thead th {
    height: 56px;
    color: #fff;
    border-right: 1px solid #e7e7e7;
    font-weight: bold;
    background: #1f3641;
    vertical-align: middle;
}

.secret_table .secret_table_acnt {
    background: #f26226;
}

.secret_table tbody th {
    padding: 20px;
    border-right: 1px solid #e7e7e7;
    font-weight: bold;
    vertical-align: middle;
}

.secret_table td {
    padding: 20px;
    vertical-align: middle;
    border-right: 1px solid #e7e7e7;
    text-align: center;
    font-weight: bold;
}

.secret_table tr:nth-of-type(even) {
    background: #f6f6f6;
}

.secret_table td span {
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 1.2;
}

.secret_table td ul li {
    list-style: disc;
    list-style-position: inside;
    text-align: left;
}

.secret_txt_wrap {
    margin: 32px auto 0;
    background: #fff;
    border: 1px solid #f26226;
}

.secret_txt_wrap dt {
    padding: 10px;
    color: #fff;
    background: #f26226;
    font-size: 1.8rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: .1em;
}

.secret_txt_wrap dd {
    padding: 24px;
    color: #f26226;
    font-size: 2rem;
    font-weight: bold;
}

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

@media screen and (min-width: 1000px) {
    .secret_txt_wrap dl {
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        display: flex;
        overflow: hidden;
    }

    .secret_txt_wrap dt {
        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: 86px;
    }

    .secret_txt_wrap dt:after {
        position: absolute;
        top: 0;
        right: -30px;
        display: block;
        content: '';
        width: 30px;
        height: 100%;
        border-style: solid;
        border-width: 64px 0 64px 30px;
        border-color: transparent transparent transparent #f26226;
    }

    .secret_txt_wrap dd {
        width: calc(100% - 56px);
        font-size: 2.4rem;
        letter-spacing: .05em;
        text-align: center;
    }
}


/* ===============================================================
*
* 八王子エリア最安
*
=============================================================== */
.area {}

.area_txt {
    margin-bottom: 24px;
    background: url(../img/index/hachiouji_map.svg) no-repeat center center;
    background-size: contain;
    font-size: 1.8rem;
    line-height: 2;
}

@media screen and (min-width: 900px) {
    .area_txt {
        margin-bottom: 32px;
        padding: 72px 0;
        font-size: 2.4rem;
        text-align: center;
    }
}




/* ===============================================================
*
* 外国語ページ
*
=============================================================== */
.route_slider_wrap {
    position: relative;
}

.route_slider_wrap .slick-arrow {
    position: absolute;
    top: calc(50% - 24px);
    z-index: 10;
}

.route_slider_wrap .slider-prev {
    left: -48px;
}

.route_slider_wrap .slider-next {
    right: -48px;
}

.route_slider_wrap li img {
    width: 100%;
    height: auto;
}

.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;
}

.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;
}

.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;
    height: 32px;
    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;
}

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

@media screen and (min-width: 900px) {
    .repair_point_list {
        padding: 48px;
    }
}


.trouble + .trouble {
    margin-top: 32px;
}

.trouble dt {
    margin: 0 0 .5em;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: .05em;
}

.trouble dd {
    border: 2px solid #F26226;
}

.trouble dd > div {
    width: 100%;
    padding: 1em;
}

.trouble .trouble_01 {
    font-weight: bold;
}

.trouble .trouble_02 {
    color: #fff;
    background: #F26226;
    font-weight: bold;
}

.trouble .trouble_03 {
    background: #E7E7E7;
    font-weight: bold;
}


@media screen and (min-width: 900px) {

    .trouble,
    .trouble dd {
        display: -ms-flexbox;
        /*IE10*/
        display: -webkit-flex;
        display: flex;
    }

    .trouble {}

    .trouble dt {
        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: 10%;
        text-align: center;
    }

    .trouble dd {
        flex: 1;
    }

    .trouble dd > div {
        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: calc(100% / 3);
        height: 100%;
    }

    .trouble .trouble_02,
    .trouble .trouble_03 {
        text-align: center;
    }
}


/*** 0510 ***/
.fs_sm.ssm {
    font-size: 1rem;
}

.price_table thead th.ssm {
    font-size: 1.3rem;
}

.price_table td.ssm {
    font-size: 1rem;
}

.price_table td.ssm13 {
    font-size: 1.3rem;
}

.fc_navy.ssm {
    font-size: 1.3rem;
}

.price_campaign .sec_title span {
    font-size: 8rem;
}

@media screen and (max-width: 600px) {
    .price_campaign .sec_title span {
        font-size: 3rem;
    }
}

.price_table_inner.secret {
    display: block;
}

.toku_gift_wrap {
    display: flex;
    margin: 20px 0 0;
}

.toku_gift {
    background: #fff;
    text-align: center;
    padding: 10px;
    margin: 0 5%;
    font-size: 1.8rem;
}

@media screen and (max-width: 600px) {
    .toku_gift {
        font-size: 1.3rem;
    }
}

.touroku_top {
    text-align: center;
    padding-top: 5px;
}

.touroku_top_img {
    display: inline-block;
    width: 700px;
    vertical-align: middle;
    height: auto;
}

.touroku_top_txt {
    vertical-align: top;
    display: inline-block;
    font-size: 2rem;
    line-height: 80px;
}

.touroku_top_txt span {
    font-weight: bold;
}


.credit_txt {
    text-align: center;
    margin: 40px 0 0;
    font-size: 2rem;
}

@media screen and (max-width: 600px) {
    .touroku_top_img {
        width: 100%;
        vertical-align: middle;
        height: auto;
        line-height: 1;
    }

    .touroku_top_txt {
        vertical-align: middle;
        font-size: 1.3rem;
        line-height: 1;
    }

    .credit_txt {
        font-size: 1.3rem;
    }
}


/*** CREDIT ***/
.credit_img {
    display: flex;
    text-align: center;
    margin: 20px 0 0;
}

.credit_img li {
    margin: 0 1%;
}

.credit_img li img {
    width: 80%;
}

@media screen and (max-width: 900px) {
    .credit_img li {
        width: 100%;
    }

    .credit_img li img {
        width: auto;
    }
}