@charset "UTF-8";
/* ==========================================
   Template: matome（https://do.gt-gt.org/）
   Copyright: 2020 do.
   利用規約を遵守の上お使いください。二次配布・販売を禁じます。
   ========================================== */
/* ==========================================
  リセットCSS
  基本的には触らないでください
  ========================================== */
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville&display=swap");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville|Sawarabi+Mincho&display=swap");
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

ol,
ul {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
img,
p {
  margin: 0;
  padding: 0;
}

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

html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 96%;
  padding-right: 0px;
  padding-left: 0px;
  padding-bottom: 40px;
  margin: 0 auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 560px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 740px;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

#header, #menu, #footer, #content, #utility {
  padding: 0 15px;
}

#header, #menu, #footer {
  width: 100%;
}

#content {
  -webkit-box-flex: 1;
          flex: 1;
}

#content p {
  margin: 1.2em 0;
}

#utility {
  width: 300px;
}

@media screen and (max-width: 767px) {
  #utility {
    width: 100%;
  }
}

#menu {
  padding: 0;
  margin: 0;
}

#menu ul {
  list-style: none;
  display: -webkit-box;
  display: flex;
}

#menu ul li {
  list-style: none;
}

#menu ul li a {
  display: block;
  padding: 5px 10px;
}

.utility {
  margin-bottom: 60px;
}

#utility table.calender {
  margin: 20px auto;
  font-size: 13px;
  text-align: center;
}

#utility table.calender th {
  padding: 5px;
  border: none;
  background-color: transparent;
  font-weight: bold;
}

#utility table.calender th:first-of-type {
  color: #fe6767;
}

#utility table.calender th:last-of-type {
  color: #53daeb;
}

#utility table.calender td {
  border: none;
}

p {
  line-height: 1.6em;
}

h1,
h2,
h3,
h4,
h5 {
  font-weight: bold;
}

/* ==========================================
  以下、デザインを決める記述です。
  ※印で検索することで設定箇所へジャンプします。
   ========================================== */
body {
  background-size: auto auto;
  background-color: #f8f8f8;
  font-family: 'Helvetica Neue','Helvetica','Arial',YuGothic,'Yu Gothic','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','メイリオ', Meiryo,'ＭＳ ゴシック',sans-serif;
  padding: 0;
  margin: 0;
  color: #333333;
  font-size: 15px;
  line-height: 1.6;
}

a:link, a:visited {
  text-decoration: none;
  color: #322fb0;
  -webkit-transition: all .5s;
  transition: all .5s;
}

a:hover {
  color: #8482d1;
}

h1, h2, h3, h4, h5 {
  margin: 1rem 0;
  font-family: "Libre Baskerville", "Sawarabi Mincho", serif;
}

h2 {
  font-size: 22px;
  position: relative;
  color: #322fb0;
}

#header {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: baseline;
          align-items: baseline;
}

#header h1 {
  margin: 30px 20px 0 0;
  font-size: 24px;
}

#header p {
  font-size: 13px;
}

h3 {
  font-size: 20px;
}

#utility h3 {
  font-size: 18px;
  text-align: center;
}

#utility h3:after {
  content: '';
  display: block;
  height: 1px;
  width: 50px;
  background: #9d99b7;
  margin: 0.5rem auto;
}

.utility ul, ul.continue {
  list-style: none;
}

.utility ul li, ul.continue li {
  list-style: none;
}

dl.list dd {
  font-size: 12px;
  margin-left: 20px;
  color: #979598;
}

#search {
  position: relative;
}

#search input[type="text"] {
  width: 100%;
  height: 30px;
  line-height: 1.5em;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 15px;
  padding: 3px 56px 3px 6px;
}

#search input[type="submit"] {
  position: absolute;
  z-index: 10;
  height: 30px;
  width: 50px;
  top: 0;
  right: 0;
  border: 0;
  background: #333;
  color: #fff;
  padding: 3px 5px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
}

ul.information {
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 10px;
}

ul.information li {
  list-style: none;
  margin: 5px 10px 5px 0;
  padding: 0;
  font-size: 12px;
}

ul.link {
  margin: 20px 0 20px auto;
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

ul.link li {
  list-style: none;
  font-size: 12px;
  margin: 0 10px;
}

ul.order, ul.calender, ul.entry_link {
  display: -webkit-box;
  display: flex;
  list-style: none;
  -webkit-box-pack: space-evenly;
          justify-content: space-evenly;
}

ul.order li, ul.calender li, ul.entry_link li {
  list-style: none;
  -webkit-box-flex: 1;
          flex: 1;
}

ul.order li a.prev, ul.calender li a.prev, ul.entry_link li a.prev {
  text-align: left;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  margin: 0 auto 0 0;
  position: relative;
}

ul.order li a.prev:before, ul.calender li a.prev:before, ul.entry_link li a.prev:before {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-left: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  position: absolute;
  top: 12px;
  left: -3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

ul.order li a.prev:hover:before, ul.calender li a.prev:hover:before, ul.entry_link li a.prev:hover:before {
  left: -8px;
}

ul.order li a.next, ul.calender li a.next, ul.entry_link li a.next {
  text-align: right;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 2px 10px;
  margin: 0 0 0 auto;
  position: relative;
}

ul.order li a.next:after, ul.calender li a.next:after, ul.entry_link li a.next:after {
  content: '';
  display: block;
  width: 5px;
  height: 5px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  position: absolute;
  top: 12px;
  right: -3px;
  -webkit-transition: all .5s;
  transition: all .5s;
}

ul.order li a.next:hover:after, ul.calender li a.next:hover:after, ul.entry_link li a.next:hover:after {
  right: -8px;
}

ul.order li a.home, ul.calender li a.home, ul.entry_link li a.home {
  text-align: center;
  margin-left: auto !important;
  margin-right: auto !important;
  display: block;
}

table.calender a {
  background: #a7a6d1;
  display: block;
  width: 100%;
  height: 100%;
}

a.readmore {
  display: block;
  background: #322fb0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 10px 0 10px auto;
  color: #f5f5f7;
  padding: 2px 10px;
}

a.readmore:hover {
  background: #333333;
}

#information {
  padding-bottom: 40px;
}

.entry:not(:last-child) {
  border-bottom: 1px solid #9d99b7;
}

.entry > h3 {
  margin-bottom: 0;
}

#menu {
  border-bottom: 1px solid #9d99b7;
  margin-bottom: 20px;
}

#menu ul li a {
  font-family: "Libre Baskerville", "Sawarabi Mincho", serif;
  display: block;
  padding: 5px 30px 0 0;
  font-size: 14px;
}

#menu ul li a:hover {
  color: #8482d1;
}

#news {
  background: #9d99b733;
  padding: 20px;
  border-radius: 4px;
  font-size: 14px;
  margin: 0 auto 40px;
}

#news dl.news dt {
  font-weight: 600;
  margin: 3px;
}

#news dl.news dd {
  border-left: 1px solid #dddddd;
  margin-left: 20px;
  padding-left: 20px;
  padding-bottom: 5px;
}

#footer {
  text-align: right;
  font-size: 12px;
  border-top: 1px solid #9d99b7;
  padding-top: 10px;
}
