@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700;900&display=swap");
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details {
  display: block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none; }

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box; }

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

blockquote,
q {
  quotes: none; }

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

img {
  vertical-align: bottom; }

main {
  font: inherit;
  box-sizing: border-box; }

img {
  width: 100%;
  height: auto;
  vertical-align: top; }

a {
  color: #474545;
  text-decoration: none; }

a:link {
  color: #474545;
  text-decoration: underline; }

a:visited {
  color: #474545; }

a:hover {
  color: #4ACCDC;
  text-decoration: none; }

a:active {
  color: #474545; }

@media (min-width: 1025px) {
  a[href^="tel:"] {
    pointer-events: none;
    text-decoration: none; } }
.disp_none {
  display: none !important; }

@media (max-width: 767px) {
  .sp {
    display: none !important; } }
@media (min-width: 768px) and (max-width: 1024px) {
  .tablet {
    display: none !important; } }
@media (min-width: 1025px) {
  .pc {
    display: none !important; } }
html {
  font-size: 62.5%;
  overflow-y: scroll; }

body {
  font-size: 1.6rem;
  line-height: 200%;
  color: #474545;
  background: #00102C;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  position: relative;
  color: white; }

.contents {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: calc(100vh - 225px); }
  @media (max-width: 767px) {
    .contents {
      min-height: calc(100vh - 260px); } }
  .contents > div {
    padding: 50px;
    width: 100%;
    max-width: 800px; }
    @media (max-width: 767px) {
      .contents > div {
        width: 95%;
        padding: 50px 25px; } }
    .contents > div h1 {
      width: 100%; }
    .contents > div .photo {
      width: 100%;
      margin: 25px auto 0 auto; }
    .contents > div .text {
      max-width: 800px;
      margin: 25px auto 0 auto;
      text-align: center;
      font-weight: 600; }
      .contents > div .text span {
        color: #F1E9A6; }
      @media (max-width: 767px) {
        .contents > div .text {
          font-size: 1.4rem; } }
    .contents > div .btn {
      width: 170px;
      margin: 25px auto 0 auto; }

footer {
  min-height: 225px; }
  @media (max-width: 767px) {
    footer {
      min-height: 260px; } }

.footer {
  background: url("../images/footer.webp") no-repeat center center/cover;
  text-align: center;
  color: white;
  padding: 25px;
  font-size: 1.6rem;
  line-height: 175%; }
  @media (max-width: 767px) {
    .footer {
      font-size: 1.4rem; } }
  .footer a {
    color: white; }
  .footer dl dd:last-child {
    width: 200px;
    margin: 15px auto 0 auto;
    line-height: 0; }
    .footer dl dd:last-child img {
      vertical-align: top;
      line-height: 0;
      font-size: 0; }



/* 演奏予定
---------------------------------------- */
.schedule {
  margin-top: 4rem;
  text-align: left;
  font-weight: 400;
}
.schedule h2 {
  padding: 0.5em 0;
  color: #ffffff;
  background-color: #122558;
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.schedule article {
  padding: 4rem 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.5);
}
.schedule h3 {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
}
.schedule p.time {
  display: flex;
  flex-direction: column;
  margin-bottom: 2rem;
  text-align: center;
}
.schedule p.time span {
  padding: 0 1em;
  color: #00102C;
  background-color: #F1E9A6;
  text-align: center;
  font-size: 2rem;
}
.schedule .pdf figure {
  display: flex;
  width: 80%;
  margin: 2rem 10%;
}
@media (max-width: 767px) {
  .schedule .pdf figure {
    width: 96%;
    margin: 2rem 2%;
  }
}
.schedule .pdf figure a {
  width: 50%;
  margin: 0 0.5rem;
}
.schedule .pdf a {
  transition: .3s;
}
.schedule .pdf a:hover {
  opacity: .7;
  transition: .3s;
}
.schedule .pdf p {
  text-align: center;
}
.schedule .pdf p a {
  display: inline-block;
  padding: 1rem 5em;
  color: #ffffff;
  background-color: #122558;
  text-decoration: none;
}
.schedule ul {
  list-style-position: inside;
  list-style: none;
  line-height: 1.75em;
}
.schedule ul li {
  padding-left: 1em;
  text-indent: -1em;
}
.schedule ul.normal li:before {
  content: "■";
}
.schedule ul.caution li:before {
  content: "※";
}

.schedule dl {
  display: flex;
  flex-wrap: wrap;
  margin: 2rem auto;
  color: #00102C;
  line-height: 1.5em;
  font-size: 1.5rem;
}
.schedule dl dt {
  width: 30%;
  padding: 0.5em;
  border-bottom: 1px solid #cccccd;
  background-color: #efefef;
}
.schedule dl dd {
  width: 70%;
  padding: 0.5em;
  border-bottom: 1px solid #cccccd;
  background-color: #ffffff;
}
.schedule dl dd a {
  text-decoration: underline;
}
.schedule dl dd img {
  width: 200px;
  margin: 0.5rem 0;
}
.schedule dl dd img.logo {
  width: 300px;
  margin: 0.5rem 0;
}

@media (max-width: 767px) {
  .schedule dl {
    flex-direction: column;
  }
  .schedule dl dt {
    width: 100%;
  }
  .schedule dl dd {
    width: 100%;
  }
}