@charset "UTF-8";
/* sPhone*/
.pc,
.tablet {
  display: none !important;
}
body {
  width: 100%;
  height: auto;
  font-family: "Noto Sans JP";
  }
  #container {
    display: none;
    width: 100%;
    height: auto;
    position: relative;
}

header {
  width: 100%;
  height: 150px;
  position: relative;
  z-index: 2;
  background: var(--white);
  clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 100%);
  }
  h1 {
    display: none;
    width: 140px;
    height: auto;
    aspect-ratio: 1/1;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 10;
    }
    h1 img {
      display: block;
      width: 100%;
}

/* header shadow */
div.hdr_shadow {
  width: 100%;
  height: 155px;
  position: absolute;
  z-index: 1;
  top: 0;
  background: rgba(236,115,139,0.6); /* var(--pastel_red) 題字共通 */
  clip-path: polygon(0 0, 100% 0%, 100% 77%, 0 100%);
}
/* header shadow end */


/* main nav -> menu_pc.css */
/* nav hvr 処置 */
section.hideNav nav.main_nav ul li:nth-of-type(5) a img {
  /* svg color change var(--pastel_red) pastel red */
  filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
}
section.hideNav nav.main_nav ul li:nth-of-type(5) a {
  color: var(--pastel_red);
  font-weight: bold;
}
#navBottom ul li:nth-of-type(5) a img {
  /* svg color change var(--pastel_red) pastel red */
  filter: invert(76%) sepia(26%) saturate(6859%) hue-rotate(316deg) brightness(90%) contrast(77%);
}
#navBottom ul li:nth-of-type(5) a {
  color: var(--pastel_red);
  font-weight: bold;
}
/* nav hvr 処置 end */


h3.vol {
	width: 80%;
	height: auto;
	margin: 100px auto 50px;
	padding: 15px 0px 15px;
	text-align: center;
	color: var(--dark_brown);
	letter-spacing: 0.1em;
	border-top: 1px solid var(--dark_brown);
	border-bottom: 1px solid var(--dark_brown);
  font-size: 180%;
  font-family: 'Bebas Neue', cursive;
  }
  h3.vol span {
    display: block;
    margin: 0px auto 0px;
    text-align: center;
    font-size: 82%;
    font-weight: normal;
}

/* contents */
#contents {
  width: 85%;
  height: auto;
  margin: 0px auto 80px;
  clear: both;
  justify-content: space-around;
  flex-wrap: wrap;
  display: flex;
  align-items: baseline;
  }
  #contents table {
    width: calc(45% - 10px);
    margin: 0px auto 3em;
    letter-spacing: 0.1em;
    }
    #contents table th {
      width: 38%;
      height: auto;
      padding: 0px 5px 2px 15px;
      text-align: left;
      /*color: var(--pastel_pink);*/
      color: #f65b79; /* pastel red */
      font-size: 88%;
      font-weight: normal;
      border-left: 3px solid var(--pastel_pink);
      }
      #contents table th.vol {
        width: 100%;
        height: auto;
        padding: 5px 5px 5px 15px;
        font-size: 120%;
        letter-spacing: 0.1em;
        text-align: left;
        color: var(--pastel_pink);
        font-weight: bold;
        font-family: 'Bebas Neue', cursive;
        border-left: 3px solid var(--pastel_pink);
        }
        #contents table th.vol a {
          color: var(--wisteria);
    }
    #contents table td {
      width: auto;
      height: auto;
      font-size: 92%;
      text-align: left;
      letter-spacing: 0.1em;
      color: var(--gray);
      }
      #contents table td img {
        display: block;
        width: 100%;
        height: auto;
        aspect-ratio: 1 / 1;
        margin-bottom: 1em;
}
/* contents end */


/* page-top */
a.page-top {
  display: block;
  width: 50px;
  height: 42px;
  padding-top: 8px;
  line-height: 1.2em;
  color: var(--wisteria);
  text-align: center;
  float: right;
  border: 1px solid var(--wisteria);
  border-radius: 50%;
  position: relative;
  z-index: 40;
  right: 20px;
  bottom: 70px;
}
/* page-top end */

/* footer */
footer {
	width: 100%;
	height: auto;
  padding: 20px 0 5px;
  background: var(--dark_brown); /* dark brown */
  clip-path: polygon(0 11%, 100% 0%, 100% 100%, 0% 100%);
	}
	section#footer {
		width: 100%;
		height: auto;
		margin: 0px auto;
	}

/* footer nav -> menu_pc */

  /* small */
  footer dl.small {
    width: 90%;
    height: auto;
    margin: 15px auto 0px;
    clear: both;
    }
    footer dl.small dt {
      width: 60px;
      height: 75px;
      margin: 0px auto;
    }
    footer dl.small dd {
      width: 100%;
      height: auto;
      padding-bottom: 15px;
      margin: 0px auto;
      }
      footer dl.small dd ul {
        width: 100%;
        height: auto;
        font-size: 85%;
        letter-spacing: 0.2em;
        text-align: center;
        color: var(--white);
        justify-content: center;
        flex-wrap: wrap;
        display: flex;
        }
        footer dl.small dd ul li {
          min-width: 30%;
          height: auto;
          padding: 0 1em;
          line-height: 1.8em;
          }
          footer dl.small dd ul li a {
            color: var(--white);
}
