@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Kaisei+Tokumin:wght@500&family=Roboto:wght@100;400;700&family=Shippori+Mincho+B1:wght@500;800&display=swap");
*:where(:not(iframe, canvas, img, svg, video):not(svg *, symbol *)) {
  all: unset;
  display: revert; }

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

a, button {
  cursor: revert; }

ol, ul, menu {
  list-style: none; }

img {
  max-width: 100%; }

table {
  border-collapse: collapse; }

textarea {
  white-space: revert; }

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
  appearance: revert; }

::-webkit-input-placeholder {
  color: unset; }

:-ms-input-placeholder {
  color: unset; }

::-ms-input-placeholder {
  color: unset; }

::placeholder {
  color: unset; }

:where([hidden]) {
  display: none; }

:where([contenteditable]) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space; }

:where([draggable="true"]) {
  -webkit-user-drag: element; }

body {
  font-size: 14px;
  font-family: 'Shippori Mincho B1', serif;
  line-height: 1.5em;
  background: #fbfaf0;
  background-image: url("../images/background.png");
  background-repeat: repeat;
  max-width: 600px;
  margin: auto;
  color: #433f5e; }

header {
  width: 100%;
  background: black;
  background-image: url("../images/header_background2x.png");
  background-size: contain;
  height: 3em;
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000; }
  header .logo {
    width: 30px;
    top: 6px;
    position: relative;
    -webkit-filter: drop-shadow(2px 2px 0px #000);
    filter: drop-shadow(2px 2px 0px #000); }
  header ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 3em; }
    header ul li {
      margin: 0 1em; }
  header a {
    color: white;
    text-shadow: black 2px 2px 1px, black -2px 2px 1px;
    font-family: sans-serif;
    font-size: 1.4em; }

section {
  margin: 1em; }
  section.pictures {
    margin: 0em; }
    section.pictures p {
      margin: 1em;
      line-height: 2.2em; }

section#crucel {
  margin: 0em;
  margin-bottom: 0.5em;
  width: 100%;
  background: pink;
  z-index: 0; }
  section#crucel .swiper-wrapper {
    height: auto; }

section#contents, section.contents {
  margin: 2em 0;
  margin-top: 0; }
  section#contents section#map, section#contents section#block-id__9, section.contents section#map, section.contents section#block-id__9 {
    background-image: url(../images/google_map.jpg);
    width: auto;
    height: 25em;
    background-size: cover; }
  section#contents section#block-id__12, section#contents #block-id__13, section.contents section#block-id__12, section.contents #block-id__13 {
    margin: 0;
    padding: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none; }
    section#contents section#block-id__12 section, section#contents #block-id__13 section, section.contents section#block-id__12 section, section.contents #block-id__13 section {
      margin: 0;
      padding: 0;
      border-radius: 0;
      -webkit-box-shadow: none;
      box-shadow: none;
      background: none; }
  section#contents section, section.contents section {
    background: #ffffff1f;
    border-radius: 1em;
    -webkit-box-shadow: 0px 0px 10px #0000001f;
    box-shadow: 0px 0px 10px #0000001f;
    padding: 1.6em; }
    section#contents section.noframe, section#contents section#block-id__5, section.contents section.noframe, section.contents section#block-id__5 {
      -webkit-box-shadow: none;
      box-shadow: none;
      background: transparent; }
    section#contents section.error, section.contents section.error {
      font-family: sans-serif;
      background: #e52f2f;
      color: white;
      font-size: 1.3em;
      line-height: 1.5em; }
    section#contents section._01, section.contents section._01 {
      background: #ffedd1; }
    section#contents section._02, section.contents section._02 {
      background: #ffe6e6; }
    section#contents section#block-id__8, section.contents section#block-id__8 {
      background: #e6f8c4; }
    section#contents section h2, section.contents section h2 {
      font-size: 1.5em;
      font-family: 'Kaisei Tokumin', serif;
      line-height: 1.2em;
      padding: 0.2em;
      text-align: center;
      margin-bottom: 1em;
      color: #712032;
      border-top: 1px solid;
      border-bottom: 1px solid; }
    section#contents section h3, section.contents section h3 {
      font-family: 'Roboto', sans-serif;
      font-weight: 400;
      font-size: 1.3em;
      text-align: center;
      margin-bottom: 1em; }
  section#contents p, section.contents p {
    margin: 1em 0; }
    section#contents p.introduction, section.contents p.introduction {
      line-height: 2.5em;
      font-family: 'Kaisei Tokumin', serif;
      line-height: 1.7em;
      margin: auto;
      width: 90%; }
  section#contents dl, section.contents dl {
    -ms-grid-columns: 7em 1fr;
    grid-template-columns: 7em 1fr;
    display: -ms-grid;
    display: grid;
    margin-bottom: 1em;
    grid-row-gap: 1em; }
    section#contents dl.list dt, section.contents dl.list dt {
      background: #a83939;
      color: white;
      text-align: center;
      margin-right: 1em;
      border-radius: 10px;
      line-height: 1.5em;
      height: 1.5em; }
    section#contents dl.nogap, section.contents dl.nogap {
      grid-row-gap: 0; }
    section#contents dl._4em, section.contents dl._4em {
      -ms-grid-columns: 4em 1fr;
      grid-template-columns: 4em 1fr; }
    section#contents dl._1colum, section.contents dl._1colum {
      -ms-grid-columns: 1fr;
      grid-template-columns: 1fr; }
  section#contents .column, section.contents .column {
    font-family: 'Roboto', sans-serif;
    line-height: 1.3em; }
    section#contents .column p, section.contents .column p {
      margin-top: 0; }
    section#contents .column h3, section.contents .column h3 {
      font-size: 1em;
      background: #a83939;
      color: white;
      height: 1.5em;
      line-height: 1.5em;
      text-align: center;
      margin-right: 1em;
      border-radius: 10px; }
  section#contents .column--2, section.contents .column--2 {
    -ms-grid-columns: 7em 1fr;
    grid-template-columns: 7em 1fr;
    display: -ms-grid;
    display: grid;
    grid-gap: 1em 0; }
  section#contents table, section.contents table {
    width: 100%;
    text-align: center; }
    section#contents table tr, section.contents table tr {
      border-bottom: 1px solid; }
      section#contents table tr td, section.contents table tr td {
        padding: 0.3em 0; }
  section#contents .text--indent, section.contents .text--indent {
    padding-left: 1em;
    text-indent: -1em;
    margin: 1em 0; }
  section#contents ul.cal_nav, section.contents ul.cal_nav {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 4em 1fr 4em;
    grid-template-columns: 4em 1fr 4em; }
  section#contents ul.cal, section.contents ul.cal {
    display: -ms-grid;
    display: grid;
    margin-bottom: 2em;
    -ms-grid-columns: (1fr)[7];
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    grid-gap: 0.5em; }
    section#contents ul.cal li, section.contents ul.cal li {
      background: white;
      font-size: 1.4em;
      position: relative;
      height: 2em;
      overflow: hidden; }
      section#contents ul.cal li.休日前, section.contents ul.cal li.休日前 {
        background: yellow; }
      section#contents ul.cal li.トップ, section.contents ul.cal li.トップ {
        background: pink; }
      section#contents ul.cal li p, section.contents ul.cal li p {
        margin: 0;
        position: relative;
        width: 100%;
        height: auto;
        line-height: 2em; }

footer {
  padding: 1em 2em;
  padding-top: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 3fr;
  grid-template-columns: 1fr 3fr;
  grid-column-gap: 2em; }
  footer dl {
    -ms-grid-columns: 4em 1fr;
    grid-template-columns: 4em 1fr;
    display: -ms-grid;
    display: grid;
    grid-row-gap: 0.2em; }

.button-01 {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  display: block;
  text-align: center;
  background: #ffb52f;
  margin: 1em 0;
  padding: 0.5em;
  color: #7b0000;
  border-radius: 1em;
  margin-bottom: 0; }

.small {
  font-size: 0.86em; }

.large {
  font-size: 1.3em; }

.gothic {
  font-family: 'Roboto', sans-serif; }

.number {
  font-family: 'Roboto', sans-serif;
  font-weight: 400; }

.picture_layout_01 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 1em; }
  .picture_layout_01 .full {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 2;
    grid-column-end: 3; }

.icon {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  background: blue;
  padding: 0.1em 1.2em;
  line-height: 1.5em;
  border-radius: 10px;
  color: white;
  font-size: 0.8em;
  margin: 0.6em; }

.icon--edit {
  background: green; }

.icon--add {
  background: red; }

.icon--delete {
  background: skyblue; }

.login--menu {
  line-height: 2em;
  font-family: 'Roboto', sans-serif;
  font-size: 1.3em; }

form input, form textarea {
  border: 1px solid;
  background: white;
  border: 1px solid #ccc;
  letter-spacing: 1px;
  padding: 0.3em;
  line-height: 1.6em;
  margin: 1em 0;
  width: 100%; }

form textarea {
  resize: auto; }

form input[type=submit] {
  text-align: center;
  font-family: 'Roboto', sans-serif;
  background: gray;
  margin: 1em 0;
  color: white;
  border-radius: 1em;
  border: 1px solid black; }
  form input[type=submit]:hover {
    background: #922525; }

form select {
  border: 1px solid black;
  background: white;
  padding: 0.3em;
  width: 100%; }
