/*
@font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 100;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 200;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 300;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Medium");
    font-weight: 400;
  }
  @font-face {
    font-family: "Yu Gothic";
    src: local("Yu Gothic Bold");
    font-weight: bold;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 100;
  }
  @font-face {
    font-family: "Helvetica Neue";
    src: local("Helvetica Neue Regular");
    font-weight: 200;
  }
*/  
  
  html {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
  }
  @media all and (-ms-high-contrast: none)  {
    html {
      font-family: Verdana, Meiryo, sans-serif;
    }
  }
  @media all and (-ms-high-contrast: active) {
    html {
      font-family: Verdana, Meiryo, sans-serif;
    }
  }
  body {
      font-size: 1.1em;
  }
  .main-header .navbar-nav .nav-item {
   font-size: 0.9em;
}

  .top-margin {
    margin-top:2em !important;
  }
  .required-item {
    color:#ff0000;
    font-weight: bold;
    margin-left: 0.2em;
  }
  .required-item::after {
    content: "※";
  }
  
  .label-title-value {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
  .custom-control {
    margin-right: 1em;
  }
.btn {
    cursor: pointer;
}

.error-page {
  margin: 8em auto 0;
  width: 50%;
}


/*----------bootstrap 4 Custom */
.badge-lg {
  font-size: 1.1em;
  padding: 0.5em;
}
.badge-md {
  font-size: 1em;
  padding: 0.25em;
}

.small-box h3 {
  font-size: 1.2rem;
}
/*----------Procject Common */
.freedial-tel {
  font-size: 3rem;
}

.tel-info {
  margin-left:2em;
}

.tel-time {
  font-size:1.5rem;
}

/* 2020.12.18
.bg-silver {
  background-color:#C0C0C0;
} */
.bg-silver {
  color: #595757; 
  background-color: #C9CACA;
  text-align: center;
  display: block;
  padding: .375rem .75rem;
}
.bg-silver:hover{
  pointer-events: none;
}


.bg-light-yellow {
  background-color: #FAFAD2;
}
/* Sinkatec 20210309 start */
.bg-light-orange {
  background-color: #ED7D31;
}
/* Sinkatec 20210309 end */

.nav-bg {
  /*
  background-color:#afeeee ;
  */

  /*background-color:#fff ;*/ /*2020.12.07*/
  /*2020.12.07*/
  /* background-color: #006428; */
  background-color: darkblue;
  color: #ffffff;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #modal_entry_reserve_date{
      line-height:1.3;
  }
} 
.label-title-value {
  display: block;
  width: 100%;
  /*height: calc(2.25rem + 2px);*/
  height: auto;
  padding: .375rem .75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: inset 0 0 0 transparent;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  /*text-align: center; /*2020.12.18*/
}

.sp-visible {
    display: none;
}
.sp-hidden {
    /* display: block; */
    /*display: initial;*/
    display: inline-block;
  
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0 !important;
}

#loading {
    display: table;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    opacity: 0.8;
    z-index: 999999;
}

#loading .loadingMsg {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding-top: 140px;
    background: url(../../img/loading.gif) center center no-repeat;
}
#error-area {
    display: none; 
}
#info-area {
    display: none; 
}
.mandatory {
    color: #b94a48;
    margin-left: 2px;
    font-size:1.2em;
    vertical-align: sub;    
}
input.valid-error {
    border-color: #f86c6b;
}
label.valid-error {
    margin-top: 6px;
    margin-bottom: 0;
    color: #fff;
    background-color: #D65C4F;
    display: table;
    padding: 4px 8px;
    font-size: 11px;
    font-weight: 500;
    line-height: 14px;
    border-radius: 2px;
}
  .modal-full {
    min-width: 90%;
    margin-left: 80;
}
/* Sinkatec 20210309 start */
.modal-confirm {
  min-width: 50%;
  margin-left: 80;
}
/* Sinkatec 20210309 end */

/* .modal-full .modal-content { */
  /*2020.12.23 消してみる*/
    /* min-height: 90vh; */
/* } */

/* .tbl-select-col { */
  /* width: 8em;  2021.01.15 */
/* } */

#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: -200px;
  opacity: 1;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #085183;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #085183;
}
.col-step-5 {
  width: 100%;
  position: relative;
    padding-right: 7.5px;
    padding-left: 7.5px;
/*    flex: 0 0 20%;
    max-width: 20%; */
}
.steps-title {
  width: 90%; /*100→90*/
  font-size:1.2em;
  margin: 0 .5em 1em 0em;
  background: #eaeebb;
  text-decoration: none;
  /*color: #444;*/
  /*2020.12.07　文字色白に*/
  color: #ffffff;
  position: relative;
  height: 100px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-flow: column nowrap;
  background-color: #036eb8; /*2020.12.07*/
  font-weight: bold; /*2020.12.07*/
}

.form-explain {
  /*min-height: 5em;*/ /*2020.12.07*/

  /*以下、2020.12.07*/
  height: 50%;
  width: 108%;
  padding: 0% 7% 0% 7%;
  border-right: 1px solid #9fa0a0; /*2020.12.07*/
}

.steps-title::after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 50px solid transparent;
  border-bottom: 50px solid transparent;
  /*border-left: 30px solid #eaeebb;*/
  border-left: 30px solid #036eb8; /*2020.12.07*/
  position: absolute;
  top: 50%;
  margin-top: -50px;
  left: 100%;
  z-index: 2;
}

.required-list {
  background-color: #FFBEDA;
}
.required-list ul {
  font-size:1.2em;
  font-weight: bold;
}

.head-line {
  border-bottom: solid 3px #cce4ff;
  position: relative;
}

.head-line:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #5472cd;
  bottom: -3px;
  width: 20%;
}

.tab-panel-area {
  display: block;
}

.radio-button input[type="radio"]:checked + label {
  background-color: #5a6268;
  border-color: #545b62;
  color: #fff;
}

.list-date-value {
  margin: 0.25em 1em;
  width: 10em;
}

.list-type-value {
  margin: 0.25em 1em 0.25em 2em;
  width: 14em;
}


.holiday-list {
  max-height: 16em;
  overflow-y: scroll;
}

.day-time-title {
  display: block;
  width: 4em;
  text-align: center;
  padding: 0.25em 0.5em;
}
.reserve-list-table td, .reserve-list-table th {
  padding: 0.1em;  

}
.modal-body{
  max-height: calc(100vh - 200px);
  overflow-y: auto;
}
div.dataTables_wrapper div.dataTables_processing {
  height: auto;
}

/*2020.12.18*/
#modal-reserve-datetime{
  font-size: 1.5rem;
  color: #036eb8;
  font-weight: bold;
}
#modal-reserve-wardcity-name{
  font-size: 1.5rem;
  color: #036eb8;
  font-weight: bold;  
}
#target_reserve_date{
  font-size: 1.5rem;
  color: #036eb8;
  font-weight: bold; 
}

/*----------for Smartphone Width */
@media (max-width: 768px) {
    .sp-visible {
        display: block;
      /*
        display: contents;
      */
    }
    .sp-hidden {
        display: none;
    }
        
    .container {
      /*
        max-width: 90%;
        padding-right: 0.5em;
        padding-left: 0.5em;        
        margin-right: 0.5em;
        margin-left: 0.5em;        
      */
      max-width: 100%;
      padding:0;

    }

    .tel-time {
      font-size: 1.1em;
  }    
}

@media (max-width: 992px) {
    .sp-paragraph-top {
        margin-top:1em;
    }
}

@media (min-width: 768px) {
.col-step-5 {
    -ms-flex: 0 0 19.5%;
    flex: 0 0 19.5%;
    max-width: 19.5%;
}
}

/*2020.12.07 STEPごとにスタイル設定
  STEP5はスタイルの変更がないのでそのまま*/
  /*.steps-title1 {
    width: 90%; 
    font-size:1.2em;
    margin: 0 .5em 1em 0em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #8fc31f;
    font-weight: bold;
  }
  .steps-title1::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 32px solid  #8fc31f;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .steps-title2 {
    width: 90%;
    font-size:1.2em;
    margin: 0 .5em 1em 0em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #036eb8;
    font-weight: bold;
  }
  .steps-title2::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #036eb8;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .steps-title3 {
    width: 90%;
    font-size:1.2em;
    margin: 0 .5em 1em 0em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #036eb8;
    font-weight: bold;
  }
  .steps-title3::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #036eb8;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }
  .steps-title4 {
    width: 90%;
    font-size:1.2em;
    margin: 0 .5em 1em 0em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 100px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #036eb8;
    font-weight: bold;
  }
  .steps-title4::after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 50px solid transparent;
    border-bottom: 50px solid transparent;
    border-left: 30px solid #036eb8;
    position: absolute;
    top: 50%;
    margin-top: -50px;
    left: 100%;
    z-index: 2;
  }*/
  .form-explain-noline{
    height: 50%;
    width: 108%;
    padding: 0% 7% 0% 7%;
  }
  .stepcard-body{
    padding-bottom: 0rem;
  }
  /*2020.12.11  佐古さんから仕様変更あり*/
  .steps-number{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 0 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #123D7C;
    font-weight: bold;
  }
  /*.steps-number::after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #F39800;
    position: absolute;
    top: 137%;
    margin-top: -50px;
    left: 106%;
    z-index: 2;  
  }*/
  .steps-theme{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 1em 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #123D7C;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #E6FCEE;
  }
  .steps-number1{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 0 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #0E82FF;
    font-weight: bold;
  }
  .steps-number1::after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #F39800;
    position: absolute;
    top: 137%;
    margin-top: -50px;
    left: 106%;
    z-index: 2;  
  }
  .steps-theme1{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 1em 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #123D7C;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #E6FCEE;
  }
  .steps-number2{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 0 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #123D7C;
    font-weight: bold;
  }
  .steps-number2::after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #F39800;
    position: absolute;
    top: 137%;
    margin-top: -50px;
    left: 106%;
    z-index: 2;  
  }
  .steps-theme2{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 1em 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #123D7C;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #E6FCEE;
  }
  .steps-number3{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 0 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #123D7C;
    font-weight: bold;
  }
  .steps-number3::after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #F39800;
    position: absolute;
    top: 137%;
    margin-top: -50px;
    left: 106%;
    z-index: 2;  
  }
  .steps-theme3{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 1em 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #123D7C;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #E6FCEE;
  }
  .steps-number4{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 0 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #ffffff;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #123D7C;
    font-weight: bold;
  }
  .steps-number4::after{
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #F39800;
    position: absolute;
    top: 137%;
    margin-top: -50px;
    left: 106%;
    z-index: 2;  
  }
  .steps-theme4{
    width: 85%; /*100→90*/
    font-size:1.2em;
    margin: 0 .5em 1em 0.6em;
    background: #eaeebb;
    text-decoration: none;
    color: #123D7C;
    position: relative;
    height: 2.4rem;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column nowrap;
    background-color: #E6FCEE;
  }
  /* 2021.01.14 */
  /* 検索結果右下のページ移動ボタン */
  .page-link{
    border-radius: .55em;
    border: 1px solid #1083FF;
    color: #1083FF;
    background-color: #ffffff;
  }
  .page-link:hover{
    background-color: #D7EEF9;
    border: 1px solid #1083FF;
    color: #1083FF;
  }

  .border-common{
    border-left-style: solid;
    border-left-width: 0.7cap;
    border-left-color:darkblue;
    border-bottom-style: solid;
    border-bottom-color:darkblue;
    font-size: 1.5em;
  }

  .border-sub-common{
    /* border-left-style: solid;
    border-left-width: 0.7cap;
    border-left-color:green; */
    border-bottom-style: solid;
    border-bottom-color:darkblue;
    font-size: 1.2em;
  }
  .accordion-common{
    background-color:darkblue;
    text-align:center;
  }
/*
ul {
    list-style: none;
    padding: 0px;
    margin: 0px;
}
*/
.chkbox {
    display: block;
    /* background-color: aqua; */
    padding: 5px;
    cursor: pointer;
}

.wrapper {
    width: auto;
}

.child {
    /* background-color: aquamarine; */
    /* transition: 0.5; */
    height: auto;
    /* padding: 5px; */
}

.chk {
    display: none;
}

.chk:checked + .child {
    overflow: hidden;
    height: 0px;
    padding: 0px;
}

.cancel-line{
  text-decoration:line-through;
  text-decoration-color:#ff0000;  /*線の色を指定*/
  text-decoration-style:double;     /*線のスタイルを指定*/
  text-decoration-thickness: 0.1rem;   /*線の太さ*/
}

/* input[type="month"]::-webkit-calendar-picker-indicator {
  display: none;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  display: none;
} */

.table-container {
  overflow-x: auto;
  width: 100%;
  table-layout: fixed;
  width: auto;
  white-space: nowrap;
}

.sticky_table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}

.childmenu {
  display: block;
}
#toggle_c_chk:checked + .childmenu {
  display: none;
}

.font-bold {
  font-weight: bold;
}