@charset "UTF-8";
*{
    margin: 0; padding: 0;
}

/*===========
テーブル
===============*/
table.responsive {
    border-collapse: collapse;
    width: 100%;
    
    
    th ,td {
        padding: 10px;
        box-sizing: border-box;
        line-height: 1.3;
        vertical-align: middle;
        border: solid 1px;
        width: 50%;
    }

    input, select {
        text-align: left;
        padding: 10px;
        color: #6940ff;
        border: 1px solid #eee;
        box-sizing: border-box;
        width: 100%;
        height: max-content;
        font-size: 16px;
     }
    
    input:invalid, select:invalid ,.timepicker:invalid{
        background-color: rgb(255, 244, 229);
    }
    
    .hissu {
        background: rgb(255, 109, 109);
        color : #ffffff;
        font-size: small;
        font-weight: bold;
        border-radius: 2px;
    }
    label {
        font-size: small;
    }
}

.autosub {
    display: none;
}
#datepicker,#ciDate,#coDate {
    background-color: rgb(255, 244, 229);
}

.purpose {
    background-color: rgb(255, 244, 229);
}

/*=============
ＨＰの表示のみ
==============*/
#kakuninBtn {
    vertical-align:middle;
    width: 150px;
    height: 50px;
    font-size: medium;
    font-weight: bolder;
    background-color: rgb(124, 252, 5);
    color: white;
    border: 1px solid #333;
    border-radius: 8px;
    margin: 20px;
    opacity: 1;
}
#sousin_btn {
    vertical-align: middle;
    width: 150px;
    height: 50px;
    font-size: medium;
    font-weight: bolder;
    background-color: rgb(124, 252, 5);
    color: white;
    border: 1px solid #333;
    border-radius: 8px;
    margin: 20px;
    opacity: 0.1;
}
/*#postc, #jyusho, #hyoji {
    width: 100%;
}*/

/*=================
ＨＰの表示ここ迄
===================*/


/*#sbutton {
    width: 300px;
    height: 50px;
    font-size: medium;
    font-weight: bolder;
    background-color: rgb(69, 3, 252);
    color: white;
    border: 1px solid #333;
    border-radius: 8px;
    margin: 20px;
    opacity: 0.3;
}
 #send {
    text-align: center;
}*/
/*===================
住友クラブ表示非表示
====================*/
.visibility-visible{
    visibility: visible;
}
.visibility-collapse{
    visibility: collapse;
}
/*=================
人数入力後の詳細表数作成指示ボタン
==================*/
#tableNum {
    background-color: rgb(124, 252, 5);
    border-color: rgb(0, 0, 0);
    color: white;
    font-size:smaller;
    font-weight: bold;
    width: 30%;
    border-radius: 8px;

}
/*=================
注意書きパネル仕様
==================*/
#alertPanel{
    position: fixed;
    top: 10%;
    right: 0;
    z-index: 4;
    padding: 3rem 2rem 2rem;
    width: max(32vw,20rem);
    /*height: 100vh;*/
    background-color: #ffffff;
    border: solid 1px #333;
    font-weight: lighter;
    font-family: sans-serif;
    translate: 110vw;
}
.alertLists {
    list-style: none;
}
.alertLists p{
    margin: 1.5rem 0;
    opacity: 0;
}
.alertLists a {
    color: rgb(255, 0, 0);
    text-decoration: none;
    font-size:smaller;
}
/*================
アラート、閉じるボタン
=================*/
.clbt-menu {
    position: fixed;
    right: 1rem;
    top: 1rem;
    z-index: 4;
    padding: .5rem 1rem;
    border: 1px solid var(--brown);
    border-radius: 50%;
    height: 4rem;
    width: 4rem;
    transition: .4s;
}
#alert-close {
    border: 1px solid var(--light-green);
}
#alert-close svg {
    fill: var(--light-green);
}
/*#policy-close {
    border: 1px solid var(--light-green);
}
#policy-close svg {
    fill: var(--light-green)
}*/
/*==================
  参加者記入欄設定
  =================*/
.appInfo {
    color: blueviolet;
    text-decoration: underline;
}
.tuikaKinyu {
    font-size:medium;
    color: rgb(0, 102, 255);
    font-weight: bold;
}
/*==============
  冒頭注意書き
  =============*/
.headRemark {
    font-size:larger;
    color: rgb(5, 1, 253);
    font-weight: bold;
    text-decoration: underline;
}
/*==============
 レスポンシブ
 ===============*/
/*@media screen and (max-width: 480px) {
    th{
        width: 40%;
    }
    td{
        width: 100%;
    }
    input.mwidth, input.swidth, input.sswidth {
        width: 100%;
        }
    select.mwidth, select.swidth, select.sswidth, option {
        width: 100%;
        }
    }