@charset "UTF-8";
/*
* main.css
*
*/
/* ------------------------
  reset
------------------------ */
#uv_museum *,
#uv_museum *::after,
#uv_museum *::before {
  box-sizing: border-box;
}

#uv_museum * {
  margin: 0;
  padding: 0;
  font-size: inherit;
  line-height: inherit;
}

#uv_museum pre,
#uv_museum textarea {
  overflow: auto;
}

#uv_museum [hidden],
#uv_museum template {
  display: none;
}

#uv_museum details,
#uv_museum main,
#uv_museum summary {
  display: block;
}

#uv_museum input[type=number] {
  width: auto;
}

#uv_museum input[type=search] {
  -webkit-appearance: textfield;
}

#uv_museum input[type=search]::-webkit-search-cancel-button,
#uv_museum input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

#uv_museum progress {
  display: inline-block;
}

#uv_museum small {
  font-size: 75%;
}

#uv_museum sub,
#uv_museum sup {
  position: relative;
  vertical-align: baseline; 
  font-size: 75%;
  line-height: 0;
}

#uv_museum sup {
  top: -0.5em;
}

#uv_museum sub {
  bottom: -0.25em;
}

#uv_museum textarea {
  resize: vertical;
}

#uv_museum audio,
#uv_museum canvas,
#uv_museum iframe,
#uv_museum img,
#uv_museum svg,
#uv_museum video {
  vertical-align: middle;
}

#uv_museum audio:not([controls]) {
  display: none;
}

#uv_museum img {
  border: 0; 
  max-width: 100%;
  height: auto;
}

#uv_museum button,
#uv_museum input,
#uv_museum select,
#uv_museum textarea {
  min-height: 1.5em;
  color: inherit;
  font-family: inherit; 
  font-weight: inherit;
  font-style: inherit;
}

#uv_museum button {
  overflow: visible;
}

#uv_museum button,
#uv_museum select {
  text-transform: none;
}

#uv_museum input {
  line-height: normal;
}

#uv_museum button,
#uv_museum html input[type="button"],
#uv_museum input[type="reset"],
#uv_museum input[type="submit"] {
  border-style: none;
  cursor: pointer;
  background-color: transparent; 

  -webkit-appearance: button;
}

#uv_museum button[disabled],
#uv_museum html input[disabled] {
  cursor: default;
}

#uv_museum button::-moz-focus-inner,
#uv_museum input::-moz-focus-inner {
  padding: 0; 
  border: 0;
}

#uv_museum code,
#uv_museum kbd,
#uv_museum pre,
#uv_museum samp {
  font-family: monospace;
}

#uv_museum ol,
#uv_museum ul {
  list-style: none;
}

#uv_museum select {
     -moz-appearance: none;
  -webkit-appearance: none;
}

#uv_museum table {
  border-spacing: 0;
  border-collapse: collapse;
}

#uv_museum fieldset {
  border: 0;
}

/* ------------------------
  Base Settings
------------------------ */
#uv_museum a {
  text-decoration: underline; 
  color: #00f;
}
#uv_museum a:visited {
  color: #000080;
}
#uv_museum a:hover {
  text-decoration: none; 
  color: #f00;
}
#uv_museum a:active {
  text-decoration: none; 
  color: #ff8000;
}
#uv_museum a[href^="tel:"]:hover {
  color: #00f;
}
@media (min-width: 1) {
  #uv_museum a[href^="tel:"] {
    cursor: text; 
    text-decoration: none;
  }
}

#uv_museum::-moz-selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

#uv_museum::selection {
  background-color: #036eb8;
  color: #fff;
  text-shadow: none;
}

/* ------------------------
  utilities Classes
------------------------ */
.u-hidden {
  display: none !important;
  visibility: hidden;
}

@media (max-width: 0.98px) {
  .u-hidden-sm {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 1) and (max-width: 1.98px) {
  .u-hidden-md {
    display: none !important;
    visibility: hidden;
  }
}

@media (min-width: 2) {
  .u-hidden-lg {
    display: none !important;
    visibility: hidden;
  }
}

.u-visuallyhidden {
  overflow: hidden;
  clip: rect(0 0 0 0); 
  position: absolute;
  margin: -1px;
  padding: 0;
  border: 0;
  width: 1px;
  height: 1px;
}

.u-visuallyhidden.focusable:active,
.u-visuallyhidden.focusable:focus {
  overflow: visible;
  clip: auto; 
  position: static;
  margin: 0;
  width: auto;
  height: auto;
}

.u-invisible {
  visibility: hidden;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

/* ------------------------
  Components
------------------------ */
.hoge {
  width: 100%;
  background: turquoise;
}
.hoge::after {
  content: "：SM";
}
@media (min-width: 1) {
  .hoge {
    background: violet;
  }
  .hoge::after {
    content: "：MD";
  }
}
@media (min-width: 2) {
  .hoge {
    background: wheat;
  }
  .hoge::after {
    content: "：LG";
  }
}

/* 小コメント ------- */
.hoge_small {
  width: 100%;
}

/* ------------------------
  Print Styles
------------------------ */
@media print {
  #uv_museum *,
  #uv_museum *::before,
  #uv_museum *::after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  #uv_museum a,
  #uv_museum a:visited {
    text-decoration: underline;
  }
  #uv_museum tr,
  #uv_museum img {
    page-break-inside: avoid;
  }
  #uv_museum img {
    max-width: 100% !important;
  }
  #uv_museum p,
  #uv_museum h2,
  #uv_museum h3 {
    orphans: 3;
    widows: 3;
  }
  #uv_museum h2,
  #uv_museum h3 {
    page-break-after: avoid;
  }
}