@charset "UTF-8";
/* 共通
-------------------------------------------------*/

.contents a {
    color: #333;
}

.clearfix {
    clear: both;
}

/* オンライン相談バナー
-------------------------------------------------*/
.online_bn {
    margin: 10px;
}

/* コンテンツ
-------------------------------------------------*/

.main-heading {
    font-size: 19px;
    font-weight: bold;
    color: #fff;
    background: #444;
    padding: 5px 15px 5px;
    margin: 15px 0;
}

.sub-heading {
    text-align: center;
    font-weight: bold;
    padding: 10px;
    margin: 0;
    border-top: 1px solid #d1d1d1;
    border-bottom: none;
    background: #e4e4e4;
}

.result_shoplist {
    background: #f5f5f5;
    padding: 10px 0;
}

.shop_link_list {
    padding: 5px 20px;
    margin: 0 0 20px;
}

.shop_link_list dl {
    float: left;
    margin: 0 8px 0 0;
}

.shop_link_list dl dt {
    display: inline-block;
    margin: 0 4px 0 0;
    padding: 4px 0;
}

.shop_link_list dl dd {
    display: inline-block;
    margin: 0 4px 7px 0;
    padding: 3px 10px;
    background: #fff;
    border: 1px solid #a19567;
    border-radius: 2px;
}

.shop_link_list dl dd a {
    text-decoration: none;
}

.shop_wrap {
    margin: 10px;
    border-radius: 3px;
    box-shadow: 0px 1px 3px #a19a81;
    background: #fff;
}

.shop_list_inner .shop_wrap:first-child {
    margin: 0 10px 10px;
}

.result_shoplist .shop_wrap .shop_name {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.25;
    padding: 10px 0 5px;
    margin: 0 25px 0 10px;
    position: relative;
}

.shop_img {
    margin-right: 25px;
    width: 94%;
}

.shop_img li {
    overflow: hidden;
    height: 145px;
    width: calc(67.2% - 3px);
    float: left;
    background: #000;
}

.shop_img li img {
    position: relative;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 300px;
    height: auto;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.shop_img li.img2 {
    float: right;
    width: 32.8%;
    height: 71px;
    margin: 0 0 3px;
}

.shop_img li.img3 {
    float: right;
    width: 32.8%;
    height: 71px;
}

.facility_icon {
    padding: 10px;
    border-bottom: 1px dashed #d1d1d1;
}

.facility_icon li {
    float: left;
    margin: 0px 15px 0px 0px;
    font-size: 12px;
}

.facility_icon li img {
    width: 15px;
    margin: 0 5px 0 0;
    vertical-align: text-bottom;
}

.shop_info {
    margin: 0 0 25px;
    padding: 15px 25px 0 10px;
}

.shop_info>li {
    display: block;
    position: relative;
    margin: 0 0 12px;
    padding: 0 0 0 28px;
}

.shop_info>li:before {
    position: absolute;
    left: 0;
    width: 18px;
    height: 25px;
    background: url(images/ico_store_info.png) no-repeat 0 0;
    background-size: 18px 125px;
    -webkit-background-size: 18px 125px;
    -moz-background-size: 18px 125px;
    content: "";
}

.shop_info .address_text:before {
    background-position: 0 0;
    top: -1px;
}

.shop_info .access_method:before {
    background-position: 0 -25px;
    top: -3px;
}

.shop_info .business_hours:before {
    background-position: 0 -50px;
}

.shop_info .insurance_company:before {
    background-position: 0 -75px;
    top: -1px;
}

.shop_info .parking_text:before {
    background-position: 0 -100px;
    top: 2px;
}

.shop_info>li:after {
    display: block;
    clear: both;
    height: 0;
    visibility: hidden;
    content: ".";
}

.shop_info .map_button {
    display: none;
}

.reservation_button,
.detail_button {
    padding: 0 10px 12px;
}

.reservation_button a, .detail_button a, .pref_visit .btn a {
    position: relative;
    display: block;
    padding: 10px 10px 8px 0;
    background-color: #fd5925;
    box-shadow: 0px 3px 0px 0px #dc350c;
    color: #fff;
    font-size: 16px;
    letter-spacing: 0.1em;
    text-decoration: none;
    border-radius: 4px;
    text-align: center;
}

.shop_wrap .reservation_button a,
.shop_wrap .detail_button a {
    padding: 10px 0 8px;
    font-weight: bold;
}

.shop_wrap .detail_button a {
    border: 1px solid #fd5925;
    background-color: #fff;
    box-shadow: none;
    color: #fd5925;
}

/*オンラインコンサルティングプラザ*/
.plaza_box .shop_img {
    margin: 0 auto;
}

.plaza_box .shop_img img {
    width: 100%;
    height: auto;
}

.plaza_box p {
   margin: 0 0 12px 0;
   line-height: 1.7;
}

.plaza_box .lead,
.plaza_box .emphasis {
    font-weight: bold;
}

.plaza_box .emphasis {
    color: #db2610;
}

.plaza_box .emphasis span {
    font-size: 16px;
}

.plaza_box .shop_info dl {
    margin:0 0 12px 0;
}

.plaza_box .shop_info dl dt {
    padding: 0 5px 0 0;
    color: #a29667;
    font-weight: bold;
}

.plaza_box .shop_info dl dd {
    padding: 0 0 10px 0;
}

.plaza_box .shop_info .plaza_txt span {
    font-size: 12px;
}

.plaza_box .reservation_button {
    margin: 0;
}

.bnr_area.consultation {
    text-align: center;
    margin: 10px;
}
.bnr_area.consultation img {
    padding: 10px;
    border: 1px solid #d1d1d1;
}

/* 5つのメリット
-------------------------------------------------*/
.sp_merit {
    position: relative;
    padding-bottom:30px;
}
.sp_merit h2 {
    border-bottom: 2px solid #333;
    margin: 0 0 15px;
    text-align: center;
    line-height: 1.4;
    padding: 10px 0 5px;
}
.sp_merit h2 span {
    font-size: 26px;
}
.sp_merit h2 span:nth-child(2) {
    font-style: italic;
}
.sp_merit > ul sup {
    font-size: 11px;
    vertical-align: baseline;
    position: relative;
    bottom: 1px;
}
.sp_merit > ul li {
    padding: 5px 0 30px;
    background: #fff;
}
.sp_merit > ul li:nth-child(even) {
    background: #f5f5f5;
}
.sp_merit > ul li:last-child {
    padding: 0 0 15px;
}
.sp_merit > ul li .merit_caption {
    font-size: 22px;
    font-weight: bold;
    margin: 0 30px 10px;
}
.sp_merit > ul li .img_wrap {
    margin: 0 0 15px 0;
    text-align: center;
    padding: 0 10px 0 2.5px;
}
.sp_merit > ul li:nth-child(even) .img_wrap {
    padding: 0 2.5px 0 10px;
}
.sp_merit > ul li .note {
    margin: 0 0 0 15px;
    padding: 15px 30px 15px 15px;
    font-size: 13px;
    line-height: 1.6;
    background-color: #f5f5f5;
}
.sp_merit > ul li:nth-child(even) .note {
    margin: 0 15px 0 0;
    padding: 15px 15px 15px 30px;
    background-color: #fff;
}
.sp_merit > ul li .note strong {
    color: #f73333;
    font-weight: normal;
}
.sp_merit .notes {
    margin: 0 10px 20px;
    font-size: 12px;
}
.sp_merit .arrow_txt_link {
    text-align: right;
    margin: 0px 25px 60px;
}
.sp_merit .arrow_txt_link a  {
    position: relative;
    padding: 0 5px 0 0;
    font-size: 14px;
    text-decoration: none;
}
.sp_merit .arrow_txt_link a::after {
    content: "";
    position: absolute;
    right: -5px;
    top: 50%;
    width: 7px;
    height: 7px;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: translateY(-50%) rotate(45deg);
}
.sp_merit .btn_wrap{
    position: absolute;
    bottom: 0;
    display: block;
    text-align: center;
    width: 100%;
    padding: 30px 0;
    background: linear-gradient(rgba(255,255,255,0) 0%,rgba(255,255,255,1) 30%);
}
.sp_merit .more_btn{
    display: inline-block;
    background: #EDF8F6;
    color: #888;
    position: relative;
    border-radius:20px;
    padding: 5px 40px;
}
.sp_merit .more_btn::after{
    position: absolute;
    content: '';
    right: 15px;
    width: 6px;
    height: 6px;
    top: calc(50% - 6px);
    border-bottom: 1px solid #888;
    border-right: 1px solid #888;
    transform: rotate(45deg);
}
.sp_merit .more_btn.close::after{
    top: calc(50% - 3px);
    transform: rotate(-135deg);
}

@media screen and (max-width: 767px) {
     .plaza_box .shop_img .pc {
        display: none;
    }
     .plaza_box .shop_info {
        padding:15px 8px 10px 10px;
     }
}


/*PC用スタイル*/

@media screen and (min-width: 768px) {
    /* オンライン相談バナー
    -------------------------------------------------*/
    .online_bn {
        text-align: center;
        margin: 20px 0;
    }
    .online_bn a:hover {
        opacity: 0.7;
    }
    .staff_btn_wrap img {
        max-width: 860px;
    }

    /* コンテンツ
    -------------------------------------------------*/
    .main-contents {
        width: 1040px;
        margin: 0 auto;
    }

    .shop_link_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
         margin: 0;
    }

    .shop_link_list.clearfix:after {
        content: none;
    }

    .shop_link_list dl {
        width: calc(50% - 20px);
        float: none;
        border-bottom: 1px solid #ccc;
        margin: 0 0 10px;
        padding: 0 0 5px;
    }

    .shop_link_list dl dt {
        font-weight: bold;
        display: block;
    }

    .shop_link_list dl dd {
        margin: 5px;
    }

    .shop_img li:not(:first-child) {
        display: none;
    }

    .shop_wrap {
        display: grid;
        display: -ms-grid;
        grid-template-columns: 2fr 5fr;
        -ms-grid-columns: 2fr 5fr;
        grid-template-rows: auto auto auto;
        -ms-grid-rows: auto auto auto;
        padding: 5px 20px 20px;
    }

    .result_shoplist .shop_wrap .shop_name {
        grid-column: 1/3;
        order: 1;
        margin: 0;
        padding: 10px 0 10px;
    }

    .shop_img {
        margin: 0;
        width: auto;
        order: 2;
    }

    .shop_img li {
        width: auto;
        height: 200px;
        float: none;
    }

    .shop_img li img {
        max-width: inherit;
    }

    .facility_icon {
        padding: 5px 0 0;
        order: 4;
        grid-column: 1/2;
        border: none;
    }

    .facility_icon li {
        margin-right: 10px;
    }

    .shop_info {
        order: 3;
        grid-row: 2/4;
        grid-column: 3/2;
        margin: 0;
        padding: 0 0 0 30px;
    }

    .shop_info .map_button {
        display: inline-block;
        border: 1px solid #0ab38e;
        margin: 1px 0 0 5px;
        padding: 2px 8px 1px 17px;
        text-decoration: none;
        background: url(images/btn_map.png) no-repeat 6px 50%;
        color: #0ab38e;
        font-size: 12px;
        line-height: 1.5;
        background-size: 7px 10px;
        border-radius: 3px;
        box-shadow: 0 1px 1px #dcd7be;
    }

    .button_area {
        order: 5;
        grid-column: 1/3;
        display: flex;
        justify-content: space-between;
    }

    .reservation_button,
    .detail_button {
        width: calc(50% - 10px);
        padding: 10px 0 0;
    }

    /*オンラインコンサルティングプラザ*/
    .plaza_box .shop_info dl dt {
        width: 120px;
    }

    .plaza_box .shop_img {
        width: auto;
        height: 200px;
        float: none;
        overflow: hidden;
    }

    .plaza_box .shop_img img {
        position: relative;
        top: 50%;
        left: 50%;
        width: 100%;
        max-width: 300px;
        height: auto;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

    .plaza_box .shop_img .sp {
        display: none;
    }

    .plaza_box .shop_info dl {
        display: flex;
        flex-wrap: wrap;
    }
    .plaza_box .shop_info dl dd {
        width: calc(100% - 125px);
    }
    /* 今治タオルマスクプレゼントバナー
    -------------------------------------------------*/
    .present_mask_bn {
        margin: 0;
    }

    /* 5つのメリット
    -------------------------------------------------*/
    .pc_merit .merit_title {
        border-bottom: 2px solid #756944;
        font-size: 1.28em;
        text-align: center;
    }
    .pc_merit .oblique {
        font-style: oblique;
    }
    .pc_merit .merit_title .big {
        font-size: 2.14em;
    }
    .pc_merit .merit_box {
        float: left;
        width: 207px;
        margin: 30px 0;
        padding: 0;
    }
    .pc_merit .merit_caption {
        margin: 14px 0 0 0;
        padding: 0px 15px;
    }
}

@media all and (-ms-high-contrast: none){
    .result_shoplist .shop_wrap .shop_name,
    .plaza_box.shop_wrap .shop_name {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        -ms-grid-row: 1;
    }

    .shop_img {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 2;
    }

    .shop_info {
        -ms-grid-column: 2;
        -ms-grid-column-span: 2;
        -ms-grid-row: 2;
        -ms-grid-row-span: 3;
        margin: 0 0 60px;
    }

    .facility_icon {
        -ms-grid-column: 1;
        -ms-grid-column-span: 1;
        -ms-grid-row: 3;
        margin: 0 0 60px;
    }

    .button_area {
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
        -ms-grid-row: 4;
    }
}