@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap');
body{ font-family: 'Noto Sans JP', sans-serif; }

/*初期非表示設定*/
#pnl_Calendar_check,
#pnl_titile_main,
#pnl_titile_chk,
#pnl_titile_sub,
#pnl_titile_sub_e,
#pnl_UserInfo,
#verification,
#registration,
#registration_e{
 display: none;
}

/*Main*/
p{ margin-bottom: 0!important; color: #353535;}
.tit3 {
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    color: #b7183f;
}
.tit4 {
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
    color: #b7183f;
}
.policy {
        font-size: 13px;
        padding: 5px 10px;
        border: 1px solid #dcdcdc;
        overflow-y: scroll;
}
.td01{ width: 30%;}
.td03{vertical-align: middle;    text-align: center;}

/*スマホ想定 599*/
@media (max-width: 959px) {
    /*通常タグ*/
    p,button{ font-size: 14px!important;}
    .table,label,select,input{ font-size: 13px!important;}
    .whiteBg{ padding: 20px 15px; }
    .tit3{ 
        font-size: 18px;
        margin-bottom: 15px;
    }
    .tit4 {
        font-size: 17px;
        margin-bottom: 10px;
    }
    .blockbox{ margin-bottom: 13px; }
    .policy { height: 150px; }
    .non-dispSP{ display: none;}
}
/*タブレット想定
@media (min-width: 600px) and (max-width: 959px) {
   div#sidebar { width: 160px; }
}*/
/*PC想定*/
@media (min-width: 960px) {
    .whiteBg{ padding: 40px 0; }
    .tit3{ 
        font-size: 22px;
        margin-bottom: 30px;
    }
    .tit4 {
        font-size: 21px;
        margin-bottom: 15px;
    }
    .blockbox{ margin-bottom: 22px; }
    .policy { height: 280px; }
    .non-dispPc{ display: none;}
}

/*.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
    }
    
.modal2 {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.5);
} 

.modal-content{
background-color: white;
width: 500px;
margin: 25% auto 25% auto;
}
.btn {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #ffffff;
    border: 2px solid #b4b1a0;
    color: #4c4833;
    width: 300px;
    height: 80px;
    box-sizing: border-box;
    text-decoration: none;
    transition-duration: 0.3s;
  }
  .btn:hover {
    background: #b4b1a0;
    color: #ffffff;
  }
/* @group フッター */
/*
#footer {
    position: fixed!important;
    width: 100%;
    top: auto !important;
    bottom: 0px;
}

#footer .greyBg {
    background-color: rgba(204,204,200,0.7);
    padding: 20px 0;
}

#footer .greyBg2 {
    background-color: #dcdcda;
    padding: 40px 0;
}

#footer .confirmBtn {
    padding: 10px;
    text-align: center;
    width: 300px;
    font-size: 28px;
    margin: 0 auto;
    display: block;
}

#footer .nextBtn, #footer .backBtn, #footer .loginBtn {
    padding: 10px;
    text-align: center;
    width: 260px;
    font-size: 28px;
    display: inline-block;
    margin: 0 10px;
}

#footer .agreementBtn {
    padding: 10px;
    text-align: center;
    width: 260px;
    background: #98a3a4;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    margin: 0 10px;
}

#footer .agreementBtn:hover {
    color: #fff;
    text-decoration: none;
}

#footer .footerBg {
    display: flex;
    justify-content: flex-end;
    background-color: #404040;
    height: 40px;
    width: 100%;
    line-height: 1.4;
    transition: all 0.4s ease-out 0s;
    transform: translate3d(0, 0, 0);
}

/* @end */
/*
    #wrapper .greyBg {
        background-color: #f0f0ee;
        padding: 40px 0px;
    }

    #wrapper .greyBg2 {
        background-color: rgba(204,204,200,0.7);
        padding: 20px 0;
    }

    #wrapper .whiteBg {
        padding: 40px 0;
    }

    #wrapper .inner {
        width: 940px;
        margin: 0 auto;
        text-align: left;
    }

    #wrapper .list {
        text-align: right;
        font-size: 13px;
    }

    #wrapper .photo {
        float: right;
    }

    #wrapper .contents {
        float: left;
        width: 630px;
    }

    #wrapper .tit {
        font-size: 32px;
        font-weight: bold;
        margin-bottom: 10px;
        border-bottom: 1px solid #dcdcdc;
    }

    #wrapper .jobofferImage {
        position: relative;
        float: right;
        clear: none;
        width: 40%;
        max-width: 300px;
        height: auto;
        margin-bottom: 15px;
        margin-left: 15px;
    }

    #wrapper .guidelines dt {
        padding: 3px 0;
        text-align: center;
        width: 70px;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
        border-radius: 4px;
        background: #8c8c8c;
        color: #fff;
        font-size: 13px;
        margin-right: 1000px;
        margin-top: 10px;
        position: relative;
        behavior: url(../js/PIE.htc);
    }

    #wrapper .guidelines {
        margin: 20px 0 15px;
    }

        #wrapper .guidelines dd {
            font-weight: bold;
            margin-right: 20px;
            font-size: 13px;
            padding-top: 3px;
        }

        #wrapper .guidelines dd.non-displayPc {
            display: none;
        }

    #wrapper .tag {
        margin-bottom: 20px;
    }

        #wrapper .tag li {
            font-size: 13px;
            display: inline-block;
            padding-right: 10px;
            border-right: 1px solid #555;
            margin-right: 5px;
        }

            #wrapper .tag li:last-child {
                border-right: none;
            }

            #wrapper .tag li a {
                color: #555;
            }

    #wrapper .contents p {
        font-size: 16px;
        line-height: 1.8;
    }

    #wrapper .contentsTit {
        font-weight: bold;
        font-size: 26px;
        margin-bottom: 10px;
    }

    #wrapper .inner p {
        overflow-wrap: break-word;
        word-wrap: break-word;
    }

.wrapper-container {
    padding-bottom: 140px;
}


/* @group stacktable */
/*
.stacktable {
    width: 100%;
}

.st-head-row {
    padding-top: 1em;
}

    .st-head-row.st-head-row-main {
        font-size: 1.5em;
        padding-top: 0;
    }

.st-key {
    width: 49%;
    text-align: right;
    padding-right: 1%;
}

.st-val {
    width: 49%;
    padding-left: 1%;
}

.stacktable.large-only {
    display: table;
}

.stacktable.small-only {
    display: none;
}

/* @end */

/* @group 日程一覧 */
/*
#inline_content {
    font-size: 18px;
}

#inline_content a {
    margin-right: 10px;
    margin-left: 10px;
    float: left;
}

#inline_content a.okBtn {
    padding: 5px;
    text-align: center;
    width: 130px;
    background: #879191;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}

#inline_content a.noBtn {
    padding: 5px;
    text-align: center;
    width: 130px;
    background: #918787;
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}


/* gimmickbutton押下時処理中ギミック */
/*
.spinner3 {
    margin: 0 auto;
    width: 50px;
    height: 30px;
    text-align: center;
    font-size: 10px;
}

    .spinner3 > div {
        background-color: #ffffff;
        height: 150%;
        width: 6px;
        display: inline-block;
        -webkit-animation: stretchdelay 1.2s infinite ease-in-out;
        animation: stretchdelay 1.2s infinite ease-in-out;
    }
    .spinner3 .rect2 {
        -webkit-animation-delay: -1.1s;
        animation-delay: -1.1s;
    }

    .spinner3 .rect3 {
        -webkit-animation-delay: -1.0s;
        animation-delay: -1.0s;
    }

    .spinner3 .rect4 {
        -webkit-animation-delay: -0.9s;
        animation-delay: -0.9s;
    }

    .spinner3 .rect5 {
        -webkit-animation-delay: -0.8s;
        animation-delay: -0.8s;
    }

@-webkit-keyframes stretchdelay {
    0%, 40%, 100% {
        -webkit-transform: scaleY(0.4);
    }

    20% {
        -webkit-transform: scaleY(1.0);
    }
}

@keyframes stretchdelay {
    0%, 40%, 100% {
        transform: scaleY(0.4);
    }

    20% {
        transform: scaleY(1.0);
    }
}

#overlay {
    display: none;
    width: 100%;
    height: 100%;
    text-align: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    background: rgba(0,0,0,0.7);
}

#text {
    font-size: 40px;
    color: #eee;
    position: relative;
    height: 50%;
    vertical-align: middle;
    font-weight: bold;
}

#close {
    width: 100%;
    height: 100%;
}


/*　処理中ギミック　ここまで */

/*
#inline_content {
    font-size: 18px;
}

    #inline_content a {
        margin-right: 10px;
        margin-left: 10px;
        float: left;
    }

        #inline_content a.okBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #879191;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
        }

        #inline_content a.noBtn {
            padding: 5px;
            text-align: center;
            width: 130px;
            background: #918787;
            color: #fff;
            font-size: 20px;
            margin-top: 40px;
        }

        #inline_content a.okBtn:hover, a.noBtn:hover {
            color: #fff;
            text-decoration: none;
        }

#cboxContent {
    padding: 50px;
}
#pnl_Calendar_select .box {
    margin-bottom: 30px;
}
#pnl_Infomation .box {
    margin-bottom: 30px;
}

/* @end */

/* @group エントリー */
/*
#entry .greyBg {
    background-color: #dcdcda;
}

#entry .greyBg2 {
    background-color: #f0f0ee;
    padding: 40px 0;
}

#entry .tit {
    border-bottom: none;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding: 10px 0;
}

#entry2 .tit {
    border-bottom: none;
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 0;
    text-align: left;
    color: #fff;
    padding: 10px 0;
}


#entry .detail {
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}

#entry2 .detail {
    font-size: 16px;
    vertical-align: middle;
    font-weight: normal;
}

#entry .guidelines {
    margin: 0 0 15px;
}


#entry .tit2 {
    font-size: 32px;
    margin-bottom: 30px;
}

#entry .note {
    background-color: #fbebdd;
    color: #c30d23;
    font-size: 16px;
    padding: 20px;
    margin-bottom: 40px;
}

#entry .font16 {
    font-size: 16px;
    margin-bottom: 40px;
}

#entry #policy {
    font-size: 13px;
    border: 1px solid #dcdcdc;
    padding: 20px;
    height: 280px;
    overflow-y: scroll;
}

    #entry #policy dd {
        margin-bottom: 15px;
        margin-left: 1em;
    }

#entry .grey {
    color: #c3c3c3;
}

#entry .agreementBtn {
    padding: 15px;
    text-align: center;
    width: 300px;
    background: #98a3a4;
    color: #fff;
    font-size: 28px;
    display: inline-block;
    margin: 0 10px;
}

    #entry .agreementBtn:hover {
        color: #fff;
        text-decoration: none;
    }

#entry .tit3 {
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}

#entry .mt20 {
    margin-top: 40px;
}

#entry .note2 {
    color: #c30d23;
    margin-bottom: 30px;
    border: 1px solid #c30d23;
}

    #entry .note2 p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #entry .note2 ul {
        padding: 20px;
    }

#entry .required {
    color: #c30d23;
}

#entry .p01 {
    margin-bottom: 30px;
}

#entry .lefttext {
    margin-bottom: -10px;
}

#entry .rightbutton {
    text-align: right;
    margin-bottom: -30px;
}

#entry .entryTb {
    width: 940px;
    border: 1px solid #c8c8c8;
    margin-bottom: 20px;
}

    #entry .entryTb th {
        background-color: #ffc1c1;
        border-bottom: 1px solid #c8c8c8;
        padding: 10px 20px;
        font-weight: bold;
    }

    #entry .entryTb td {
        padding: 10px 20px;
    }

    #entry .entryTb tr.first td {
        padding-top: 20px;
    }

    #entry .entryTb tr.last td {
        padding-bottom: 20px;
    }

    #entry .entryTb td.td01 {
        width: 160px;
    }

    #entry .entryTb td.td02 {
        width: 470px;
    }

    #entry .entryTb td.td03 {
        width: 280px;
    }

    #entry .entryTb td.top {
        vertical-align: top;
    }

.inputMText {
    width: 200px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#entry .inputL {
    width: 470px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
}

#entry .inputSText {
    width: 110px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#entry .addSeach {
    text-align: center;
    width: 90px;
    height: 26px;
    font-size: 12px;
    display: inline-block;
    padding-top: 6px;
    vertical-align: bottom;
}

#entry select {
    font-size: 16px;
}

#entry .link a {
    color: #c30d23;
    text-decoration: underline;
    margin-top: 20px;
    display: block;
}

    #entry .link a:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry .editing {
    font-size: 14px;
    color: #c30d23;
    text-decoration: underline;
    font-weight: normal;
    float: right;
}

    #entry .editing:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry .pass {
    color: #c30d23;
    text-decoration: underline;
}

    #entry .pass:hover {
        color: #c30d23;
        text-decoration: none;
    }

#entry select.w200 {
    width: 200px;
}

#entry .switchHat {
    cursor: pointer;
}

#entry2 .switchHat {
    cursor: pointer;
}

/* @end */





/* @group アンケート */
/*
#questionnaire .greyBg {
    background-color: #dcdcda;
}

#questionnaire .tit2 {
    font-size: 32px;
    margin-bottom: 30px;
}

#questionnaire .p01 {
    margin-bottom: 30px;
}

#questionnaire .sub {
    font-size: 18px;
    padding: 5px 10px;
    margin-bottom: 20px;
}

#questionnaire .grey {
    color: #c3c3c3;
}

#questionnaire .tit3 {
    font-size: 22px;
    margin-bottom: 30px;
    border-bottom: 1px solid #dcdcdc;
    font-weight: bold;
}

#questionnaire .mt30 {
    margin-top: 30px;
}

#questionnaire .mt40 {
    margin-top: 40px;
}

#questionnaire .inputM {
    width: 230px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#questionnaire .inputL {
    width: 700px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
    padding-left: 6px;
}

#questionnaire .inputS {
    width: 110px;
    height: 30px;
    border: 1px solid #c8c8c8;
    font-size: 14px;
}

#questionnaire select {
    font-size: 16px;
    padding-left: 2px;
}

    #questionnaire select.w200 {
        width: 200px;
    }

#questionnaire .matrix {
    width: 100%;
}


    #questionnaire .matrix th {
        background-color: #f0f0ee;
        border: 1px solid #c8c8c8;
        padding: 10px 20px;
        line-height: 1.5;
    }

    #questionnaire .matrix td {
        padding: 10px 20px !important;
        border: 1px solid #c8c8c8;
    }

#questionnaire textarea {
    width: 100%;
    height: 120px;
    border: 1px solid #c8c8c8;
    padding: 6px;
}

#questionnaire .note2 {
    color: #c30d23;
    margin-bottom: 30px;
    border: 1px solid #c30d23;
}

    #questionnaire .note2 p {
        font-weight: bold;
        background-color: #fbebdd;
        padding: 8px 20px;
        border-bottom: 1px solid #c30d23;
    }

    #questionnaire .note2 ul {
        padding: 20px;
    }

#questionnaire .required {
    color: #c30d23;
    font-weight: normal;
}

#questionnaire .select {
    background-color: #ffff33;
    padding: 5px;
}



/* Simple Reset */
/* * { margin: 0; padding: 0; box-sizing: border-box; }

/* body */

/* Form Layout */
/*
.form-wrapper {
  background: #fafafa;
  margin: 3em auto;
  padding: 0 1em;
  max-width: 370px;
}

h1 {
    font-size: 1.125em;
  text-align: center;
  padding: 1em 0;
}

form {
  padding: 0 1.5em;
}

.form-item {
  margin-bottom: 0.75em;
  width: 100%;
}

.form-item input {
  background: #fafafa;
  border: none;
  border-bottom: 2px solid #e9e9e9;
  color: #666;
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
  height: 50px;
  transition: border-color 0.3s;
  width: 100%;
}

.form-item input:focus {
  border-bottom: 2px solid #c0c0c0;
  outline: none;
}

.button-panel {
  margin: 2em 0 0;
  width: 100%;
}

.button-panel .button {
  background: #f16272;
  border: none;
  color: #fff;
  cursor: pointer;
  height: 50px;
  font-family: 'Open Sans', sans-serif;
  font-size: 1.2em;
  letter-spacing: 0.05em;
  text-align: center;
  text-transform: uppercase;
  transition: background 0.3s ease-in-out;
  width: 100%;
}

.button:hover {
  background: #ee3e52;
}

.form-footer {
  font-size: 1em;
  padding: 2em 0;
  text-align: center;
}

.form-footer a {
  color: #8c8c8c;
  text-decoration: none;
  transition: border-color 0.3s;
}

.form-footer a:hover {
  border-bottom: 1px dotted #8c8c8c;
}


.scheduleTb {
    border-collapse: collapse;
    border-spacing: 0;
    width: 940px;
}

 .scheduleTb th {
        font-size: 16px;
        color: #ffffff;
        background-color: #b7183f;
        text-align: center;
        padding: 20px;
    }

    .scheduleTb th.place {
        width: 200px;
    }

     .scheduleTb td {
        font-size: 16px;
        border-bottom: 1px solid #c8c8c8;
        text-align: center;
        padding: 20px;
    }


     .scheduleTb tr.grey td {
        background-color: #f0f0ee;
    }

 .reservationBtn {
    text-align: center;
    width: 150px;
    font-size: 18px;
    padding: 5px 0;
    display: block;
    margin: 0 auto;
}
.non-dispPC {
    display: none;
}
.chk_date {
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 30px;
    width: 940px;
}

.chk_date th {
    color: #ffffff;
    border: 1px solid #000;
    text-align: left;
    font-size: 22px;
    padding: 10px 20px;
    background-color: #b7183f;
}
.chk_date td {
    border: 1px solid #000;
    text-align: left;
    font-size: 22px;
    padding: 10px 20px;
}
    */