@import url("https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&family=Noto+Sans+JP:wght@200;300;400;500;600;700;800;900&family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap&family=M+PLUS+Rounded+1c:wght@400;500;700;800;900&display=swap");
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, main, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
  -webkit-margin-block-start: 0;
  -webkit-margin-block-end: 0;
  -webkit-margin-inline-start: 0;
  -webkit-margin-inline-end: 0;
}

body {
  color: #222;
}

a:link, a:visited {
  text-decoration: none;
}

@media print {
  * {
    position: static !important;
    overflow: visible !important;
  }
}
/*======================================
	Layout
======================================*/
body {
  background: #fbf0f7;
  line-height: 1.2em;
  font-weight: 400;
  font-family: "Instrument Sans", "Noto Sans JP", sans-serif;
  font-size: 12px;
  color: #222;
}

h1, h2, h3, h4, h5, h6, p, li, dt, dd, time {
  line-height: 1.2em;
  font-size: 1em;
  font-weight: 400;
}

img {
  line-height: 0;
}

.inner-1280 {
  width: 90%;
  max-width: 1280px;
  min-width: 769px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-1280 {
    min-width: 337px;
  }
}
.inner-1200 {
  width: 90%;
  max-width: 1200px;
  min-width: 769px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-1200 {
    min-width: 337px;
  }
}
.inner-1024 {
  width: 90%;
  max-width: 1024px;
  min-width: 769px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-1024 {
    min-width: 337px;
  }
}
.inner-1024mb100 {
  width: 100%;
  max-width: 1024px;
  min-width: 769px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-1024mb100 {
    min-width: 337px;
  }
}
.inner-800 {
  width: 90%;
  max-width: 800px;
  min-width: 769px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
@media (max-width: 768px) {
  .inner-800 {
    min-width: 337px;
  }
}

div.wrapper {
  display: flex;
  position: relative;
  width: 770px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}
div.wrapper::before, div.wrapper::after {
  display: block;
  min-width: 64px;
  background-image: url(../../images/bg-frame-obi_bit.jpg);
  background-size: 64px;
  background-repeat: repeat-y;
  content: "";
}

/*======================================
	Header
======================================*/
header {
  display: block;
  position: relative;
  min-width: 642px;
  padding-top: 291px;
  box-sizing: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
}
header.schedule {
  background-image: url(../../images/bg-sch-hd@x2.jpg);
}
header a.logo-mark {
  display: block;
  position: absolute;
  width: 124px;
  top: 10px;
  left: 10px;
}
header a.logo-name {
  display: block;
  position: absolute;
  width: 210px;
  top: 36px;
  left: 140px;
}
header nav {
  position: absolute;
  top: 6px;
  right: 20px;
}
header nav a {
  display: inline-block;
  padding: 0 0.5em;
  background: #fff;
  border: 2px solid #f0dde7;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  line-height: 1.8em;
  font-weight: 500;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #f0aac8;
  transition: all 0.3s;
}
header nav a:hover {
  background: #d8a8c1;
  color: #fff;
}
header address {
  display: block;
  position: absolute;
  top: 42px;
  right: 10px;
  width: 220px;
}
header address span, header address a {
  display: block;
}
header address span {
  margin-bottom: 0.3em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-style: normal;
}

/*======================================
  Page
======================================*/
.bg-schedule {
  background-image: url(../../images/bg-sch-contents.svg);
}

main.schedule {
  display: block;
  position: relative;
  width: 642px;
  padding-bottom: 3em;
  box-sizing: border-box;
  background-size: 100%;
}
main.schedule .month {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 463px;
  height: 175px;
  margin: 10px 10px 10px auto;
  padding-left: 24px;
  box-sizing: border-box;
  background-size: 100%;
  background-repeat: no-repeat;
}
main.schedule .month.right {
  padding-left: 230px;
}
main.schedule .month h6, main.schedule .month p {
  position: relative;
  margin-bottom: 0.3em;
  font-size: 0.9em;
}
main.schedule .month p::before {
  position: absolute;
  left: -20px;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(../../images/cap-blue.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
main.schedule .month a {
  display: inline-block;
  margin-bottom: 0.2em;
  padding: 0 0.2em;
  vertical-align: middle;
  font-size: 1.8em;
  color: #49a3ab;
  transition: all 0.3s;
}
main.schedule .month a:hover {
  transform: rotate(-20deg);
}

/*======================================
  Footer 
======================================*/
footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  min-width: 642px;
  padding: 1em 0;
  background: #f3accb;
  box-sizing: border-box;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000;
}
footer > a {
  display: flex;
  width: 66px;
  margin: 0 auto 1em;
}
footer nav {
  margin-bottom: 1em;
}
footer nav a {
  display: inline-block;
  margin: 0 1em;
  font-family: "M PLUS Rounded 1c", sans-serif;
  color: #000;
}
footer nav a:hover {
  text-decoration: underline;
}
footer > div {
  font-size: 0.8em;
}

/*======================================
  Utilitys
======================================*/
.fadein {
  opacity: 0;
}
.fadeinactive {
  transition: 1s;
  opacity: 1;
}

.mg--tp--1em {
  margin-top: 1em;
}
.mg--bt--1em {
  margin-bottom: 1em;
}
.mg--bt--2em {
  margin-bottom: 2em;
}
.mg--bt--3em {
  margin-bottom: 3em;
}
.mg--bt--5em {
  margin-bottom: 5em;
}
.mg--bt--8em {
  margin-bottom: 8em;
}
.mg--bt--10em {
  margin-bottom: 10em;
}
.mg--lt--1em {
  margin-left: 1em;
}
.mg--lt--2em {
  margin-left: 2em;
}

.pd--all--1em {
  padding: 1em;
}
.pd--all--2em {
  padding: 2em;
}
.pd--vr--1em {
  padding-top: 1em;
  padding-bottom: 1em;
}
.pd--vr--2em {
  padding-top: 2em;
  padding-bottom: 2em;
}
.pd--vr--3em {
  padding-top: 3em;
  padding-bottom: 3em;
}
.pd--vr--4em {
  padding-top: 4em;
  padding-bottom: 4em;
}
.pd--vr--5em {
  padding-top: 5em;
  padding-bottom: 5em;
}
.pd--vr--6em {
  padding-top: 6em;
  padding-bottom: 6em;
}
.pd--tp--1em {
  padding-top: 1em;
}
.pd--tp--2em {
  padding-top: 2em;
}
.pd--tp--3em {
  padding-top: 3em;
}
.pd--bt--1em {
  padding-bottom: 1em;
}
.pd--bt--2em {
  padding-bottom: 2em;
}
.pd--bt--3em {
  padding-bottom: 3em;
}
.pd--bt--4em {
  padding-bottom: 4em;
}
.pd--bt--5em {
  padding-bottom: 5em;
}
.pd--bt--6em {
  padding-bottom: 6em;
}
.pd--bt--8em {
  padding-bottom: 8em;
}
.pd--bt--10em {
  padding-bottom: 10em;
}
.pd--bt--12em {
  padding-bottom: 12em;
}

figure img {
  width: 100%;
  height: auto;
  line-height: 0;
}
figure video {
  width: 100%;
  text-align: center;
}
figure.brdr-gry {
  box-sizing: border-box;
}
figure.brdr-gry img {
  border: thin solid #eee;
  line-height: 0;
}

figcaption {
  line-height: 1.3em;
}
figcaption.cntr {
  text-align: center;
}