@charset "utf-8";

html {
  -webkit-text-size-adjust: 100%;
}

body {
  width: 96%;
  margin-inline: auto;
  color: #0f1419;
  font-family: sans-serif;
}

header  {
  width: 100%;
  height: auto;
  background-color: transparent;
}

.header-content p {
  display: none;
}

.header-mobile p {
  display: block;
  margin: 0;
  padding: 0;
  text-align: center;
}

#container {
  display: block;
}

main {
  width: 100%;
}

aside  {
  display: none;
}

hgroup p {
  font-size: 0.9rem;
}

figcaption {
  font-size: 1rem;
}

iframe {
  max-width: 100%;
  height: auto;
  aspect-ratio: 4 / 3;
}

img {
  max-width: 100%;
  height: auto;
}

img.right-alignment {
  max-width: 40%;
}

img.left-alignment {
  display: none;
}

table.first-col td:first-child {
  white-space: normal;
  width: 7rem;
}

video {
  max-width: 100%;
  height: auto;
}

.appendix, .date, .flyer, .intro, .note, .remark, .sketch, .text, .time {
  padding-left: 5px;
  padding-right: 5px;
}

.box {
  display: block;
}

#breadcrumblist li:last-child {
  display: none;
}

.contents-figure {
  display: none;
}

.contents-list {
  display: block;
  margin: 10px;
}

.contents-list li {
  line-height: 1.6;
}

.destination td {
  padding: 5px 10px;
  border: 1px solid #c0c0c0;
}

.foreign,.mind {
  font-family: serif;
}

.history table th:first-child {
  width: 7rem;
}

.mobile-visible {
  display: block;
}

#navigator img {
  max-width: 100%;
  height: auto;
}

.page-up {
  width: 40px;
  height: 30px;
}

.page-up a {
  width: 40px;
  height: 30px;
}

.sticky {
  display: none;
}

#socialbutton li:nth-child(n+4) {
  display: none;
}

.whatsnew {
  display: none;
}

.yamareco {
  display: none;
}

footer {
  width: 100%;
}

.footer-content p {
  font-size: 0.8rem;
}

.footer-mobile p {
  display: block;
  line-height: 1.6;
  font-size: 0.8rem;
  text-align: center;
}
