@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
.header-container,
.header {
  display: none;
}

.l-header {
  background: url("./images/bg_white-top.svg") center bottom / auto 100% repeat-x;
  height: 6.875rem;
}

.l-header__inner {
  width: 100%;
  padding: 1rem 0.75rem;
}

.l-header__brand-row {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  color: inherit;
  text-decoration: none;
}

.l-header__brand {
  width: 13.375rem;
  display: block;
  height: auto;
}

.l-header__brand-note {
  color: #5a5a5a;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.4;
  white-space: nowrap;
}

.l-footer {
  padding-block: 2.25rem;
  background-color: #193d6b;
  color: #ffffff;
  text-align: center;
}

.l-footer__inner {
  width: 100%;
  max-width: 75rem;
  margin: 0 auto;
  padding: 0 1rem;
}

.l-footer__brand-wrap {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0.4375rem;
}

.l-footer__brand-image {
  width: clamp(10.625rem, 45.333vw, 11.4375rem);
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  filter: brightness(0) invert(1);
}

.l-footer__brand-sub {
  font-size: 0.75rem;
  line-height: 1.8;
}

.l-footer__copy {
  margin-top: 0.625rem;
  font-size: 0.875rem;
  line-height: 2.4;
}

.l-footer__nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0;
  font-size: 0.875rem;
  line-height: 2.4;
}

.l-footer__nav a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 0.15em;
}

.l-footer__nav a + a {
  position: relative;
  margin-left: 0.25rem;
  padding-left: 1rem;
}

.l-footer__nav a + a::before {
  content: "｜";
  position: absolute;
  top: 0;
  left: 0;
  text-decoration: none;
}

.l-footer__copyright {
  margin-top: 0.625rem;
}

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  body,
  #container,
  #content,
  .content {
    background: #f4f5f7;
  }

  main#main.main {
    background: #f4f5f7;
  }

  .l-header {
    height: 5.5rem;
  }

  .l-header__inner {
    padding: 0.875rem 0.625rem;
  }

  .l-header__brand-row {
    gap: 0.5rem;
  }

  .l-header__brand {
    width: 11.4375rem;
  }

  .l-header__brand-note {
    font-size: 0.75rem;
  }
}

@media screen and (min-width: 834px){
  .l-header {
    margin-bottom: 2.5rem;
  }

  .l-footer {
    margin-top: 2.5rem;
    padding-block: 3.125rem;
  }

  .l-footer__brand-image {
    width: 11.4375rem;
  }

  .l-footer__copy,
  .l-footer__nav {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-top: 0.625rem;
    line-height: 1.6;
  }

  .l-footer__nav {
    flex-wrap: nowrap;
  }

  .l-footer__copy {
    padding-right: 1rem;
    position: relative;
  }

  .l-footer__copy::after {
    content: "｜";
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
  }

  .l-footer__copyright {
    margin-top: 0.625rem;
    line-height: 1.6;
  }
}
