@import url("./common.css");
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP');

body {
    /* 一旦白色に変更。rgb(240, 240, 240)*/
    background-color: #F5F5F0;
    font-family: 'Noto Sans JP', sans-serif;
    font-size: 15px;
}

label {
    margin-top: 5px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 5px;
    font-weight: bold;
    /* width: 150px; */
}

.area {
    width: 100%;
    margin-top: 10px;
}

.menu {
    position: relative;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: auto;
    color: #6D7D6B;
    font-weight: bold;
    background-color: #FFF;
    border-radius: 10px;
}

.menu-his-use {
    /* height: 55px; */
    /* padding: 0.5em 1em; */
    background: #FFF;
    /* 一時削除 */
    /* margin: 0 20px; */
    margin: 5px 0;
    font-weight: bold;
    color: #6091d3;
    /*文字色*/
    border: solid 3px #6091d3;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.menu-his-nouse {
    /* height: 55px; */
    /* padding: 0.5em 1em; */
    background: #FFF;
    /* 一時削除 */
    /* margin: 0 20px; */
    margin: 5px 0;
    font-weight: bold;
    color: #60d386;
    /*文字色*/
    border: solid 3px #60d386;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

.start-image {
    /* position: absolute; */
    /* top: 50px; */
    width: 20px;
    height: auto;
}

/* .menu-his-nouse h2 {
    display: flex;
    align-items: center;
     gap: 10px;
} */

.menu-his-nouse h2 img {
    max-height: 50px;
    max-width: 100px;
    /* width: 66px; */
    height: auto;
}

.menu-his-nouse h2 {
    font-weight: bold;
}

.menu-his-use h2 {
    font-weight: bold;
    min-height: 50px;
}

.select-menu {
    height: 55px;

    /* padding: 0.5em 1em; */
    margin: 0 20px;
    font-weight: bold;
    color: #A78C6B;
    /*文字色*/
    background: #FFF;
    border: solid 3px #CBBFAD;
    /*線*/
    border-radius: 10px;
    /*角の丸み*/
}

/* メニュー内右上の画像 */
.menu-image {
    position: absolute;
    top: 50px;
    /* right: 18px; */
    width: 50px;
    height: 50px;
    text-align: justify;
}

.end-image {
    width: 60%;
    display: block;
    margin: auto;
}

.menu .header {
    border-bottom: 2px solid rgb(230, 230, 230);
    background-color: #6D7D6B;
    /* #acddd8;*/
    color: #fff;
    /* border-radius: 10px; */
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.menu .header label {
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 20px;
}

/* 
.menu .detail label {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 9px;
} */

.midashi {
    background-color: rgb(223, 223, 223);
    /*margin-left: 20px;
    margin-right: 20px;*/
    font-size: 15px;
    color: #333;
    padding-left: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
    /* border-left: 4px solid #5bb7ae; */
    border-left: 4px solid #6D7D6B;
    font-weight: bold;
}

/* 予約するボタン */
.reserve-btn {
    /* position: absolute;
    right: 10px;
    bottom: 10px;
    padding: 7px 10px;
    background-color: #ffe1e1;
    color: rgb(255, 0, 0);
    border: 1px solid rgb(255, 185, 185); */
    border-radius: 5px;
    font-size: 12px;
}

.reserve-btn:hover {
    cursor: pointer;
    transform: translateY(-5px);
    border-color: #6D7D6B;
}

/* 変更ボタン */
.change-btn {
    /* position: relative; */
    right: 10px;
    bottom: 10px;
    padding: 7px 10px;
    background-color: #ffe1e1;
    color: rgb(255, 0, 0);
    border: 1px solid rgb(255, 185, 185);
    border-radius: 5px;
    font-size: 12px;
    cursor: pointer;
}

.memo {
    position: relative;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    height: 50px;
    background-color: white;
    border-radius: 10px;
}

.memo:hover {
    background-color: white;
}

.memo .detail label {
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 0px;
    font-size: 9px;
}

h1 {
    margin-top: 10px;
}

.staff-image {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 60px;
    height: auto;
}

.staff {
    position: relative;
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    height: 100px;
    background-color: white;
    border-radius: 10px;
    border: solid 3px #acddd8;
    /* #F5E6CC;*/
}

.staff .detail label {
    /* margin-top: 20px; */
    margin-left: 100px;
    margin-bottom: 0px;
    font-size: 9px;
}

.f-input {
    max-width: 400px;
}

.yubinbango-input {
    max-width: 200px;
}

.monthday-select {
    max-width: 80px;
}

.l-input {
    max-width: 600px;
}

legend {
    margin-top: 20px;
    /* margin-left: 20px; */
    margin-right: 20px;
    margin-bottom: 20px;
}

.margin-opretion {
    margin-left: 20px;
    margin-right: 20px;
}

/* .reserve_table {
    margin-top: 0px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
} */

.required::after {
    content: "必須";
    /* background-color: #f0ad4e; */
    background-color: #337ab7;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    min-width: 10px;
    padding: 3px 7px;
    margin: 0px 5px;
    line-height: 1;
    vertical-align: middle;
    white-space: nowrap;
    text-align: center;
    border-radius: 10px;
    display: inline-block;
}

.menu_label {
    font-size: 1.4rem;
    font-weight: 100;
    text-align: center;
    color: red;
    margin-top: 20px;
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

.btn-container {
    text-align: center;
    margin-top: 20px;
}

/* 割引スタイル */
.badge-discount {
    display: inline-block;
    background-color: #ffcc00;
    color: #333;
    padding: 6px 12px;
    border-radius: 30px;
    font-weight: bold;
    font-size: 0.9rem;
    margin-top: 10px;
}

/* 割引スタイル */


/*     
以下よりメニュー画面のリニューアルデザインCSS
*/

/*  stepstartメニュー選択のhover時*/

.menu-hover:hover {
    cursor: pointer;
    transform: translateY(-5px);
    border-color: #6D7D6B;
}

/*  stepstartメニュー選択のhover時*/

/* 新規見積りカードの2ボタン表示用 */
.estimate-actions {
    /* display: none; */
    margin-top: 10px;
    gap: 10px;
    justify-content: center;
}

/* 
.estimate-card:hover .estimate-actions,
.estimate-card:focus-within .estimate-actions {
    display: flex;
} */

.estimate-btn {
    padding: 8px 18px;
    border-radius: 20px;
    border: none;
    font-weight: bold;
    color: #fff;
    background: #1976d2;
    transition: background 0.2s;
    cursor: pointer;
}

.estimate-btn.oil {
    background: #43a047;
}

.estimate-btn:hover {
    opacity: 0.85;
}

.estimate-card {
    position: relative;
    transition: box-shadow 0.2s;
    cursor: pointer;
}

.estimate-card:hover {
    box-shadow: 0 0 10px #90caf9;
}

@media (max-width: 768px) {
    .btn-secondary {
        width: 95%;
    }

    .skip {
        width: 90%;
    }

    .col-12.col-sm-6.col-md-4.mb-4 {
        margin-bottom: 1rem !important;
    }

    /* メニュー画面のメニューボタンの縦 */
    .card.h-100.text-center.shadow.menu.menu-hover {
        height: auto !important;
    }

    /* メニュー画面の下幅 */
    .menu {
        margin-bottom: auto !important;
    }

    /* 確認画面の注意書き表記 */
    .menu .menu_label {
        font-size: 1rem !important;
    }
}

.skip {
    height: 50px;
    text-align: center;
}

.radio-bg {
    background-color: #F2EEDA;
    border-radius: 0.5rem;
    margin-bottom: 10px;
    padding: 6px 12px;
}

input[type="radio"] {
    transform: scale(1.3);
}

/* 新規見積りカードの2ボタン表示用 */

/* 一時追加 */
/* @media (max-width: 768px) {
    .container {
        padding: 15px;
        font-size: 95%;
    }

    .btn {
        width: 95%;
    }
} */
/* 一時追加 */