@charset "utf-8";
@import "style.css";

/*========================================================================================================================


  ◇◆◇ 窓口と営業時間 ◇◆◇
  
  
========================================================================================================================*/

/*-----------------------------------------------------------------------------------
  お問い合わせ先
-----------------------------------------------------------------------------------*/

.toiawase dt,
.toiawase dd {
  box-sizing:border-box;
}

.toiawase dd {
  border-left:1px solid #94bcde;
  border-right:1px solid #94bcde;
  border-bottom:1px solid #94bcde;
  padding:1em;
  padding:1rem;
}

.toiawase dd p.ad { line-height:1.5; }
.toiawase dd .pc-none { display:none; }

@media screen and (max-width:640px) {
  .toiawase dd p { padding-top:0.5rem; }
  .toiawase dd .pc-none { display:inherit; }
}


/*-----------------------------------------------------------------------------------
  営業時間
-----------------------------------------------------------------------------------*/

.timeTbl th { text-align:left; }


/*-----------------------------------------------------------------------------------
  使用時間
-----------------------------------------------------------------------------------*/

.shiyouTbl tbody th { background-color:#fff; vertical-align:middle; }
.shiyouTbl tbody th,
.shiyouTbl tbody td { padding:0.65em; }

.ckOut { display:inline-block; margin-left:0.65em; }
@media screen and (max-width:640px) {
  .ckOut { margin-left:0; }
}

.shiyou-annot {
  list-style:none;
}

.shiyou-annot li {
  padding-left:1.25rem;
  padding-top:0.25rem;
}

.shiyou-annot li:before {
  content:"※";
  margin-left:-1.25rem;
  margin-right:0.25rem;
}
