@charset "UTF-8";

/* =========================================================
 * 検索機能
 * ====================================================== */
.m-search__input {
    display: inline-block;
    width: calc(100% - 70px);
    position: relative;
    color: #797979;
}
input[type="text"].m-search__txt {
    width: 100%;
    box-sizing: border-box;
    padding: 11px 11px 11px 14px;
    font-size: 1.5rem;
    line-height: 1.1;
    color: #797979;
    border: 1px solid #ddd;
    background-color: #fff;
    box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}
.icon-reset {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    width: 15px;
    height: 15px;
    border: none;
    background: none;
}
.icon-reset::before, .icon-reset::after {
    position: absolute;
    top: 50%;
    left: 0;
    content: "";
    display: block;
    width: 15px;
    border-top: 1px solid #797979;
}
.icon-reset::before {
    transform: skewY(-45deg);
}
.m-search__input .icon-reset::before, .m-search__input .icon-reset::after {
    border-top: none;
    transform: none;
}
.m-search__input .icon-reset::before {
    font-family: fontello;
    content: '\e803';
    font-size: 2rem;
    width: 100%;
    height: 100%;
    position: static;
    line-height: 100%;
}
.m-search__input .icon-reset {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 2rem;
    height: 2rem;
    padding: 0;
    right: 12px;
    margin: auto;
    background-color: #fff;
}
.m-search__submit {
    text-indent: 120%;
    white-space: nowrap;
    overflow: hidden;
    width: 60px;
    height: 40px;
    margin-left: 10px;
    border: none;
    background: url(/content/dam/diners/img/common/icon_search_white.png) no-repeat center;
    background-size: 25px;
    background-color: #2477ab;
    box-shadow: 0.5px 0.866px 3px 0px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
    input[type="text"].m-search__txt {
        font-size: 1.35rem!important;
        line-height: 1.1;
        padding: 9px 12px 9px 14px;
    }
    .m-search__submit {
        height: 32px;
    }
}

/* =========================================================
 * アコーディオン内の白枠指定
 * ====================================================== */
.AccordionPar > .CCM001_Grid  > .dc__fixed_content > .dc__row > .dc__col > .free_area {
    height: 100%;
    background-color: #ffffff;
    padding: 2rem;
}

/* =========================================================
 * モーダルウィンドウのボトムマージン調整 3rem ⇒ 0
 * ====================================================== */
.CCM026_ModalWindow > .dc__comp_mtb {
    margin-bottom: 0;
}

/* =========================================================
 * お問い合わせのH2見出しをH3見出し相当に調整
 * ====================================================== */
#tel > h2 {
    font-size: 2rem;
    line-height: 1.6;
}

/* =========================================================
 * お問い合わせ内のモーダルウィンドウリンクを中央寄せ
 * ====================================================== */
#tel .CCM026_ModalWindow .btn_modal {
    display: block;
    text-align: center;
}

/* =========================================================
 * お問い合わせ内のモーダルウィンドウタイトルを左寄せ
 * ====================================================== */
#tel .CCM026_ModalWindow .dc__box_title {
    text-align: left;
}

/* =========================================================
 * モーダルウィンドウ内画像のサイズ調整
 * ====================================================== */
td img {
    max-width: 3.6rem;
    margin: 0.4rem;
}

/* =========================================================
 * モーダルウィンドウ内画像のサイズ調整（SP時）
 * ====================================================== */
@media (max-width: 768px) {
    td img {
        max-width: 3.6rem !important;
    }
}

/* =========================================================
 * アイコン落ち調整（SP時）
 * ====================================================== */
@media (max-width: 480px) {
    .dc__icon_left2 {
        margin-right:0.5rem;
    }
    h3.dc__icon_left3 {
        width:60%;
        min-width:75%;
    }
}
@media (max-width: 280px) {
    .dc__icon_left2 {
        margin-right:0.5rem;
    }
    .dc__icon_left2 img {
        width:30px;
    }
    h3.dc__icon_left3 {
        width:55%;
        min-width:70%;
    }
}
