body {
  background-color: #FCF4E7; }

body {
  font-family: 'Noto Sans JP', sans-seif; }

a {
  text-decoration: none; }

a:link,
a:visited {
  color: #382200; }

a:hover,
a:active {
  opacity: 0.8; }

li {
  list-style-type: none; }

img {
  width: 100%;
  height: auto; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #382200;
  line-height: 1.8;
  font-size: 1rem;
  font-weight: 400;
  text-align: justify; }

.header {
  height: 80px;
  display: flex;
  justify-content: center; }
  @media (min-width: 1280px) {
    .header {
      height: 100px; } }
  @media (min-width: 1280px) {
    .header__wrap {
      width: 1200px;
      display: flex;
      justify-content: space-between; } }
  .header__logo {
    width: 150px;
    padding: 36px 0px 0px; }
    @media (min-width: 1280px) {
      .header__logo {
        width: 200px; } }
  .header li {
    font-family: "Acme", sans-serif; }
  .header__menubutton {
    width: 48px;
    height: 48px;
    position: fixed;
    top: 16px;
    right: 16px;
    z-index: 100;
    border: solid 12px #382200;
    border-radius: 50%; }
    .header__menubutton:before {
      content: "";
      width: 15px;
      height: 2px;
      background-color: #382200;
      position: absolute;
      top: 8px;
      left: 5px;
      transition-duration: 600ms; }
    .header__menubutton:after {
      content: "";
      width: 15px;
      height: 2px;
      background-color: #382200;
      position: absolute;
      top: 13px;
      left: 5px;
      transition-duration: 600ms; }
    .header__menubutton.open:before {
      transform: translateY(3px) rotate(30deg);
      transform-origin: bottom;
      transition-duration: 600ms; }
    .header__menubutton.open:after {
      transform: translateY(-2px) rotate(-30deg);
      transition-duration: 600ms; }
    @media (min-width: 1280px) {
      .header__menubutton {
        display: none; } }
  .header__nav--pc {
    display: none;
    padding: 30px 0px 0px; }
    @media (min-width: 1280px) {
      .header__nav--pc {
        display: block; }
        .header__nav--pc__list {
          display: flex;
          font-size: 1.875rem; }
          .header__nav--pc__list li {
            padding: 0px 0px 0px 50px; }
            .header__nav--pc__list li.current-menu-item strong {
              background: linear-gradient(0deg, #feda6a 8px, transparent 8px); }
            .header__nav--pc__list li a {
              display: flex;
              flex-direction: column; }
              .header__nav--pc__list li a span {
                font-size: 0.875rem; } }
  .header__nav--sp {
    width: 100vw;
    height: 0px;
    overflow: hidden;
    background-color: #FCF4E7;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
    box-sizing: border-box; }
    .header__nav--sp.open {
      display: flex;
      height: 100vh;
      overflow: auto;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
      padding: 40px 0; }
      @media (min-width: 1280px) {
        .header__nav--sp.open {
          display: none; } }
      .header__nav--sp.open ul {
        width: 70vw;
        min-height: 60vh; }
    .header__nav--sp__list {
      flex-basis: 0;
      flex-grow: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
      padding-bottom: 30px; }
      .header__nav--sp__list li {
        font-size: 2.5rem; }
        .header__nav--sp__list li a {
          display: flex;
          flex-direction: column; }
          .header__nav--sp__list li a span {
            font-size: 0.875rem; }
    .header__nav--sp__snscontainer {
      flex-basis: 140px;
      flex-grow: 0;
      display: flex;
      flex-direction: column; }
      .header__nav--sp__snscontainer li {
        font-size: 0.75rem; }
        .header__nav--sp__snscontainer li img {
          width: 36px; }
        .header__nav--sp__snscontainer li #line-icon {
          padding-top: 1em; }

.head-image {
  width: 100%;
  height: 150px;
  padding: 60px 30px 0; }
  @media (min-width: 680px) {
    .head-image {
      height: 200px;
      padding: 120px calc(50% - 300px) 0; } }
  @media (min-width: 1280px) {
    .head-image {
      height: 280px;
      padding: 160px calc(50% - 600px) 0; } }
  .head-image h2 {
    font-size: 2.5rem;
    font-family: "Acme", sans-serif;
    font-weight: 500;
    line-height: 1;
    color: #fff; }
    @media (min-width: 1280px) {
      .head-image h2 {
        font-size: 2.875rem; } }
  .head-image h3 {
    font-size: 0.75rem;
    color: #fff; }
    @media (min-width: 1280px) {
      .head-image h3 {
        font-size: 1rem; } }

.breadcrumbs {
  background-color: #F0E0C2;
  font-size: 0.875rem;
  height: 25px;
  padding: 0 30px;
  display: flex;
  align-items: center; }
  @media (min-width: 680px) {
    .breadcrumbs {
      padding: 0 calc(50% - 300px); } }
  @media (min-width: 1280px) {
    .breadcrumbs {
      padding: 0 calc(50% - 600px); } }
  .breadcrumbs span {
    font-size: 0.75rem;
    padding: 0 5px 0 10px; }
    @media (min-width: 1280px) {
      .breadcrumbs span {
        font-size: 0.875rem; } }
    .breadcrumbs span:first-of-type {
      padding-left: 0; }

.footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #F0E0C2; }
  .footer__logo {
    padding: 30px 0px 15px 0px;
    width: 150px; }
  .footer__snscontainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0px 0px 15px; }
    .footer__snscontainer p {
      font-size: 0.75rem; }
  .footer__snsicon {
    padding: 15px 0px;
    width: 180px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center; }
    .footer__snsicon img {
      width: 36px;
      height: auto; }
  .footer__menu {
    display: flex;
    flex-direction: column; }
    @media (min-width: 1280px) {
      .footer__menu {
        flex-direction: row; } }
    .footer__menu li {
      font-size: 0.75rem;
      text-align: center;
      padding-bottom: 8px; }
      @media (min-width: 1280px) {
        .footer__menu li {
          padding-right: 3em; } }
  .footer__copyright {
    font-size: 0.75rem;
    padding: 10px 0px 30px; }

.brown {
  background-color: #F0E0C2; }

.main .wp-block-image {
  margin-bottom: 0; }

#line-icon {
  width: 100px;
  height: auto; }
  #line-icon img {
    width: 100%; }

/*# sourceMappingURL=common.css.map */
