@charset "utf-8";

/*モーダル選択時の背景*/
.modal_overlay{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

/*モーダル全体の設定:モーダル背景との位置関係とか*/
.modal_display{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

.modal_adjust {
    height: 99%;
    overflow: hidden;
}

/*モーダルの見出し部分*/
.modal_display p{
    display: block;
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dashed #48d1cc;
    padding: 5px;
    margin: 20px auto 10px;
}

/*モーダルの閉じるボタン*/
.modal_display i{
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.modal_display i:hover{
    background-color: #00BCD4;
}

/*モーダルのトピックの設定*/
.modal_topic{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
}

/*モーダルトピック内部の配置、選択時の設定*/
.modal_topic label{
    display: block;
    width: 700px;
    height: 34px;
    padding: 10px;
    margin: 5px;
    background: #D8D8D8;
    color: #869198;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #869198;
    border-radius: 5px;
    cursor: pointer;
}
.modal_topic input[type ="radio"]:hover + .modal_appearance{
    background: #ffffff;
    border: 5px solid #48d1cc;
    color: #869198;
}

/*ラジオボタンを消す*/
.modal_topic input{
    display: none;
}

/*ポイント特典のモーダルデザイン1-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay1{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

.modal_display1{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

/*モーダルの見出し部分*/
.modal_title1{
    display: block;
    width: 60%;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    border-bottom: 3px dashed #48d1cc;
    padding: 5px;
    margin: 0 auto 10px;
    padding-top: 20px;
}

/*モーダルの閉じるボタン*/
.modal_display1 i{
    position: absolute;
    display: block;
    top: 20px;
    right: 30px;
    width: 30px;
    height: 30px;
    vertical-align: middle;
    font-size: 20px;
    color: #ffffff;
    background-color: #000000;
    border-radius: 30px;
    cursor: pointer;
}
.modal_display1 i:hover{
    background-color: #00BCD4;
}

/*モーダルのトピックの設定*/
.modal_topic1{
    width: 750px;
    height: 100%;
    margin: 0 auto;
    overflow-y: scroll;
    padding-bottom: 76px;
    -webkit-overflow-scrolling: touch;
}

/*モーダルトピック内部の配置、選択時の設定*/
.modal_topic1 label{
    display: block;
    width: 700px;
    height: 77px;
    padding: 10px;
    margin: 5px;
    background: #D8D8D8;
    color: #869198;
    font-size: 20px;
    font-weight: bold;
    border: 3px solid #869198;
    border-radius: 5px;
    cursor: pointer;
}

/*トピックにホバーしたとき*/
.modal_topic1 label:hover{
    background: #ffffff;
    border: 5px solid #48d1cc;
    color: #869198;
}

/*ラジオボタンを消す*/
.modal_topic1 input{
    display: none;
}

.modal_topic1 p{
    border-top: 3px solid #48d1cc;
    font-size: 17px;
    padding: 10px 3px;
}

/*ポイント特典のモーダルデザイン2-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay2{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}

/*ポイント特典のモーダルデザイン3-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay3{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
    display: none;
}


/*メニュー詳細のモーダルデザイン4-----------------------------------------------*/

/*モーダル選択時の背景*/
.modal_overlay4{
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 100;
}

.modal_display4{
    position: absolute;
    top: 10vh;
    left: 0;
    right: 0;
    max-width: 800px;
    height: 80vh;
    background: #ffffff;
    border-radius: 15px;
    margin: 0 auto;
}

.modal_display4 i{
    position: absolute;
    right: 20px;
}

.modal_display4 p{
    font-size: 18px;
    padding: 5px;
    margin: auto 20px;
}

.modal_display4 h4{
    font-size: 24px;
    font-weight: bold;
    padding: 5px;
    margin: 20px 10px 10px;
    text-align: center;
}

.modal_display4 h5{
    font-size: 22px;
    font-weight: bold;
    padding: 5px;
    margin: 0 auto 10px;
}

.modal_adjust4 {
    height: 99%;
    overflow-x: hidden;
    overflow-y: scroll;
}

.modal_adjust4 textArea{
    width: 80%;
    margin: 0 8%;
    font-size: 20px;
    resize: none;
    height: 160px;
}

.modal_adjust4 input[type="checkbox"]{
    margin: 10px 30px 0 50px;
}
.modal_adjust4 p{
    margin: 10px 10px 10px 20px;
}

.modal_adjust4 label{
    margin-top: 10px;
    font-size: 18px;
    padding-top: 5px;
    cursor: pointer;
}

/*モーダルの見出し部分*/
.dashed_48d1cc{
    border-bottom: 3px dashed #48d1cc;
}
.dashed_48d1cc h5{
    width: 80%;
    background-color: transparent;
    margin-top: 10px;
}

.staff_list div{
    width: 90%;
}


.confirmed_button {
    margin: 50px 260px;
}