@charset "UTF-8";
/* PC・タブレット・スマホ共通設定  */
/* mobile first*/
img.w100 {
  width: 100%;
  max-width: 680px; }

section.floor img {
  width: 80%;
  border: 1px solid #CCC;
  padding: 0.3em; }

section.pict img {
  width: 100%;
  border: 1px solid #CCC;
  padding: 5px; }

/*
p{margin:0 !important; padding:0 !important;}

 */
section#pict_floor,
section#pict_facility,
section#guide_facility,
section#library {
  display: none; }

ul, ol {
  /*
margin:0  0 0 1em !important;

     */
  padding: 0 !important; }

.Info ol {
  margin-top: 0px;
  margin-bottom: 15px; }

#guide_facility ol,
#library ol {
  list-style-position: inside; }

.text-style01 {
  font-size: 1rem;
  line-height: 1.2; }
  @media screen and (min-width: 768px) {
    .text-style01 {
      font-size: 0.8rem;
      display: inline-block;
      line-height: 15px !important; } }
  @media screen and (min-width: 992px) {
    .text-style01 {
      font-size: 1rem;
      line-height: 1; } }

.text-style02 {
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .text-style02 {
      font-size: 0.8rem;
      padding-bottom: 5px; } }
  @media screen and (min-width: 992px) {
    .text-style02 {
      font-size: 1rem; } }

@media screen and (min-width: 768px) {
  .text-style02 p,
  .text-style02 li {
    margin-bottom: 10px; } }

@media screen and (min-width: 992px) {
  .text-style02 p,
  .text-style02 li {
    margin-bottom: 5px; } }

.card-header {
  padding: 0.5rem 1rem; }
  @media screen and (min-width: 768px) {
    .card-header {
      padding: 1rem 1rem; } }
  @media screen and (min-width: 992px) {
    .card-header {
      padding: 0.5rem 1rem; } }

.text-style03.card-header {
  padding: 0.5rem 1rem; }
  @media screen and (min-width: 768px) {
    .text-style03.card-header {
      padding: 1rem 1rem 0.3rem; } }
  @media screen and (min-width: 992px) {
    .text-style03.card-header {
      padding: 0.5rem 1rem; } }

.List_Style_F {
  line-height: 1.1; }
