@charset "UTF-8";
/*
Theme Name: 楽団用WordPressテーマ
Description: 楽団用のWordPressのテーマです
Author: Yukina Shimasaki
Version: 1.2
*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
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, 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; }

nav ul {
  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; }

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold; }

del {
  text-decoration: line-through; }

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0; }

input, select {
  vertical-align: middle; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background-color: #f2eee4;
  color: #251a06;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 500; }
  @media screen and (max-width: 500px) {
    body {
      font-size: 0.85rem; } }

img {
  max-width: 100%;
  height: auto; }

h1, h2, h3, h4, h5, h6 {
  letter-spacing: 0.3rem;
  color: #251a06;
  font-weight: 500; }

.big-index {
  position: relative;
  margin: 4rem 0;
  font-size: 1.6rem;
  font-weight: 500;
  text-align: center; }
  @media screen and (max-width: 500px) {
    .big-index {
      font-size: 1.3rem; } }
  .big-index::before {
    content: '';
    position: absolute;
    bottom: -20px;
    display: inline-block;
    width: 2.5rem;
    height: 1px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: #251a06;
    border-radius: 2px; }

.normal-index {
  font-size: 1.3rem; }
  @media screen and (max-width: 500px) {
    .normal-index {
      font-size: 1.1rem; } }
  .normal-index::before {
    content: '−';
    margin-right: 0.5rem; }

p {
  letter-spacing: 0.1rem; }

a {
  color: #251a06;
  letter-spacing: 2px; }

header {
  position: relative;
  height: 33vh;
  max-height: 315px;
  background-image: url("./images/top-back.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center; }
  @media screen and (max-width: 500px) {
    header {
      height: 20vh;
      max-height: 165px; } }
  header .top-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 42, 9, 0.7);
    z-index: 1; }
  header .site-title {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    color: #fff;
    font-size: 2rem;
    font-weight: 500;
    letter-spacing: 3px;
    text-align: center;
    text-decoration: none;
    z-index: 2; }
    @media screen and (max-width: 500px) {
      header .site-title {
        font-size: 1.3rem; } }

.header-menu {
  background-color: #3b2a09; }
  .header-menu .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: auto;
    max-width: 780px; }
  .header-menu a {
    display: block;
    padding: 1.2rem 0.8rem;
    text-align: center;
    text-decoration: none;
    color: #f2eee4;
    font-weight: 600;
    -webkit-transition: background-color 0.3s ease;
    -o-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease; }
    @media screen and (max-width: 500px) {
      .header-menu a {
        width: 50%;
        padding: 0.8rem 0.5rem;
        text-align: left;
        border-bottom: 1px solid #f2eee4;
        border-right: 1px solid #f2eee4; }
        .header-menu a:nth-of-type(2n) {
          border-right: 0; } }
    .header-menu a:hover {
      background-color: #211705; }

/* 共通部品 */
a.button {
  display: block;
  width: 90%;
  max-width: 250px;
  margin: auto;
  padding: 1rem 0;
  text-decoration: none;
  text-align: center;
  border: 1px solid #251a06; }

.content-area {
  padding-bottom: 90px;
  min-height: calc(100vh - 280px); }
  .content-area .inner {
    width: 90%;
    max-width: 500px;
    margin: auto; }
  .content-area p {
    margin-bottom: 1rem;
    line-height: 1.5; }

@media screen and (max-width: 500px) {
  .wp-block-file__button {
    display: inline-block;
    margin-top: 15px; } }

.page-style h2 {
  margin-top: 3.5rem;
  margin-bottom: 0.5rem;
  font-size: 1rem;
  font-weight: 600; }

.pagenation-area {
  margin-top: 5rem; }
  .pagenation-area .page-numbers {
    margin-right: 10px; }

.toppage-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 90%;
  margin: 60px auto 0; }
  .toppage-inner.one-column {
    max-width: 540px; }
    .toppage-inner.one-column .toppage-concert,
    .toppage-inner.one-column .toppage-news {
      width: 100%; }
  @media screen and (max-width: 900px) {
    .toppage-inner {
      display: block; } }
  .toppage-inner .toppage-concert,
  .toppage-inner .toppage-news {
    width: 47%; }
    @media screen and (max-width: 900px) {
      .toppage-inner .toppage-concert,
      .toppage-inner .toppage-news {
        width: 100%; } }
    .toppage-inner .toppage-concert .big-index,
    .toppage-inner .toppage-news .big-index {
      margin: 3rem 0 4rem 0; }
  .toppage-inner .toppage-news {
    padding: 0 2rem 3rem 2rem;
    background-color: rgba(255, 255, 255, 0.4); }
    @media screen and (max-width: 900px) {
      .toppage-inner .toppage-news {
        padding: 1rem 2rem 3rem 2rem; } }

.concert-list {
  padding-bottom: 4rem; }
  .concert-list .normal-index {
    margin-bottom: 1.5rem; }
  .concert-list > li {
    margin-bottom: 30px;
    list-style: none; }
    .concert-list > li:last-of-type {
      margin-bottom: 0; }
  .concert-list .sentence {
    margin-top: 2rem; }

.news-list {
  padding-bottom: 60px;
  line-height: 1.5; }
  .news-list .date {
    margin-bottom: 0.5rem;
    font-size: 0.9rem; }
  .news-list .normal-index {
    margin-bottom: 15px; }
  .news-list li {
    margin-bottom: 3rem;
    list-style: none; }
    .news-list li:last-of-type {
      margin-bottom: 0; }

.member-only-list .normal-index {
  position: relative; }
  .member-only-list .normal-index::before {
    position: absolute;
    top: 0;
    left: 0; }
  .member-only-list .normal-index::after {
    position: absolute;
    content: '>';
    top: 0;
    right: 0; }
  .member-only-list .normal-index a {
    display: inline-block;
    padding-left: 20px;
    max-width: 88%;
    text-decoration: none; }

.member-only-list .date {
  font-size: 0.9rem; }

.member-only-list li {
  margin-bottom: 4rem;
  list-style: none; }
  .member-only-list li:last-of-type {
    margin-bottom: 0; }

.single-member-only .big-index {
  margin: 60px 0 40px; }

.single-member-only .date {
  font-size: 0.9rem;
  margin-bottom: 3rem;
  text-align: center; }

.single-member-only .button {
  margin-top: 90px; }

.inner.plactice-place {
  margin-top: 6rem; }
  .inner.plactice-place li {
    list-style: none;
    margin-top: 3rem; }
  .inner.plactice-place dl {
    margin-top: 2rem; }
  .inner.plactice-place dt {
    font-weight: 600;
    margin-bottom: 0.5rem; }
  .inner.plactice-place dd {
    margin-top: 0.5rem; }
  .inner.plactice-place iframe {
    width: 100%; }
    @media screen and (max-width: 500px) {
      .inner.plactice-place iframe {
        max-height: 300px; } }

footer {
  position: relative;
  padding: 2.5rem 0 1.5rem;
  border-top: 5px solid #3b2a09;
  background-image: url("./images/footer-back-img.jpg");
  background-repeat: no-repeat;
  background-size: cover; }
  @media screen and (max-width: 500px) {
    footer {
      padding: 1.5rem 0; } }
  footer .footer-cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(59, 42, 9, 0.9);
    z-index: 1; }
  footer .inner {
    position: relative;
    width: 90%;
    max-width: 750px;
    margin: auto;
    z-index: 2; }
  footer a {
    display: inline-block;
    color: #fff;
    text-decoration: none; }
    @media screen and (max-width: 500px) {
      footer a {
        display: block;
        margin-bottom: 1rem; } }
  footer nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media screen and (max-width: 500px) {
      footer nav {
        display: block; } }
  footer .copy-right {
    margin-top: 2rem;
    text-align: center;
    color: #fff;
    font-size: 0.7rem; }
