@charset "utf-8";
/* CSS Document */



/* コンテンツ
---------------------------------------------------- */	
html {
    font-size: 16px;
}

body {
    font-size: 16px;
}

h2,h3 {
    font-weight: bold !important;
}

label {
    font-weight: normal;
}

#header>.hlogo>a>img {
    box-sizing: content-box;
}

#header>.hmenu {
    box-sizing: content-box;
    font-family: initial;
}

#header>.hmenu>ul {
    margin-top:1em;
    margin-bottom:1em;
}

#content {
    letter-spacing: 0.05em;
}

.msg {
    letter-spacing: 0.2em;
    font-weight: 500;
    margin-bottom: 15px;
}

.nowrap {
    white-space: nowrap;
}

input.btn-default,button.btn-default {
    font-size: 18px;
    line-height: 16px;
    padding: 10px 0;
    width: 180px;
    margin: 20px 20px 0;
    border-radius: 5px;
    letter-spacing: 0.2em;
    font-weight: 400;
    border: solid 1px gray;
    background-image: linear-gradient(rgb(255, 255, 255) 0px, rgb(224, 224, 224) 100% );
}

.inputTable .row {
    padding-top: 5px;
}
.inputTable input {
    margin-right: 3px;
    font-size: 16px;
}
.inputTable select {
    font-size: 16px;
}

.form-control {
    border-color:darkgray;
    border-radius:0;
    display:inline;
}

.modal-header h4 {
    font-size:medium;
    font-weight:bold;
    color:black;
}

span.required {
    color: crimson;
    vertical-align: top;
    margin-left: 1px;
    font-weight:bold;
}
#evntInfoArea {
    font-size: 14px;
}
.contactcate {
    margin: 10px auto 5px;
    padding: 10px;
    border: solid 1px darkgray;
    font-size: 90%;
    line-height: 1.7;
    color: #333333;
}

.inputTable .row {
    padding-top: 5px;
}

.tblRsv {
   width:540px;
}

.small-tblRsv{
    width: 500px;
}

.trRsv {
    width:60px;
    height:40px;
    border:1px solid #808080;
    text-align:center;
}

.trRsvW {
    width:80px;
    height:40px;
    border:1px solid #808080;
    text-align:center;
}

.thRsv {
    background-color:#ffd700;
}

.tblRsv2021 {
   width:700px;
}

.trRsv2021 {
    font-size: 15px;
    width:60px;
    height:40px;
    border:1px solid #808080;
    text-align:center;
}

.trRsvW2021 {
    font-size: 15px;
    width:80px;
    height:40px;
    border:1px solid #808080;
    text-align:center;
}

.caution{
    float:left;
    width: 97%;
    padding-top:5px;
    padding-bottom:5px;
}

.caution_top{
    display: block;
    float:left;
    width:3%;
    padding-top:5px;
    padding-bottom:5px;
}
.relationship{
    margin-left: 0px;
    margin-top: -5px;
}

.entei_clear{
    width: 200px;
}

@media ( max-width : 768px) {
input.btn,button.btn {
    width: 130px;
}

.confirmLabel {
    color:#000080; 
}

.tblRsv {
   width:320px;
}

.small-tblRsv {
    width: 500px;
}

.trRsv {
    font-size: 14px;
    width:30px;
    height:30px;
    border:1px solid #808080;
    text-align:center;
}

.trRsvW {
    font-size: 14px;
    width:80px;
    height:30px;
    border:1px solid #808080;
    text-align:center;
}

.tblRsv2021 {
   width:350px;
}

.trRsv2021 {
    font-size: 8px;
    width:31px;
    height:30px;
    border:1px solid #808080;
    text-align:center;
}

.trRsvW2021 {
    font-size: 8px;
    width:50px;
    height:30px;
    border:1px solid #808080;
    text-align:center;
}

.caution{
    float:left;
    width: 95%;
    padding-top:5px;
    padding-bottom:5px;
}

.caution_top{
    display: block;
    float:left;
    width:5%;
    padding-top:5px;
    padding-bottom:5px;
}
.relationship{
    margin-left: 0px;
    margin-top: -27px;
}

.clear{
    width: 155px;
}

}

@media ( min-width : 768px) {
    .kengaku_clear{
        width: 75px;
    }
    .parseInfo_width{
        width: 60%;
    }
    .parseInfo_flex{
        display: flex;
    }
}
@media (max-width: 769px){
.flex_center {
    display: flex;
    justify-content: center;
}
}