@charset "UTF-8";
/* CSS Document */
html {
  font-size: 62.5%; /* 16px * 62.5% = 10px */
  width: 100%;
  box-sizing: border-box;
}
body {
  background-color: #F2F2F2;
  color: #685454; /* RGB */
  font-family: "Zen Maru Gothic", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  font-weight: 500;
  font-size: 1.6em;
  line-height: 2.8rem;
  text-align: center;
}
#page_top{
  width: 90px;
  height: 90px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.8;
  z-index: 99;
}
#page_top a{
  position: relative;
  display: block;
  width: 90px;
  height: 90px;
  text-decoration: none;
}
#page_top a::before{
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  content: '\f102';
  font-size: 25px;
  color: #EA8A8A;
  position: absolute;
  width: 25px;
  height: 25px;
  top: -40px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
#page_top a::after{
  content: 'PAGE TOP';
  font-size: 13px;
  color: #fff;
  position: absolute;
  top: 45px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #EA8A8A;
}
header h1 {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  font-size: 2.0rem;
}
h2 {
  font-family: "Sawarabi Mincho", "さわらび明朝", serif;
  font-size: 2.4rem;
  font-weight: 600;
  letter-spacing: 2px;
}
h3 {
  font-size: 1.8rem;
  font-weight: 600
}
h4 {
  font-size: 2.0rem;
  font_weight: 600;
}
h5 {
  font-weight: 600;
}
a:hover {
  opacity: 0.5;
}
.none {
  display: none;
}
.br_pc {
  display: none;
}
.br_sp {
  font-display: block;
}
@media screen and (min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  body {
    min-width: 1200px;
  }
  .br_sp {
    display: none;
  }
  .br_pc {
    display: block;
  }
}
/*ヘッダー*/
.header{
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 45px;
  background-color: #F2F2F2;
}
.header_image {
  width: 120px;
  padding-top: 5px;
  vertical-align: middle;
}

/* ===============================================
ハンバーガーボタンのスタイリング
=============================================== */
.hamburger {
  width: 25px;
  height: 25px;
  position: fixed;
  appearance: none;
  border: 0;
  padding: 0;
  margin: 0;
  top: 15px;
  right: 8px;
  background-color: #F2F2F2;
  cursor: pointer;
}
.hamburger span,
.hamburger span::after,
.hamburger span::before {
  position: absolute;
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background-color: #685454;
  transition: all 0.5s;
}
.hamburger span::before {
  top: 9px;
}
.hamburger span::after {
  top: 18px;
}
.hamburger.open span {
  background-color: transparent;
}
.hamburger.open span::before {
  top: 11px;
  transform: rotate(45deg);
}
.hamburger.open span::after {
  top: 11px;
  transform: rotate(-45deg);
}
@media (max-width: 766px) {
  .hamburger-menu {
    position: fixed;
    left: 100%;
    top: 45px;
    background-color: #EBD5D5;
    width: 100%;
    transition: .5s;
  }
  .hamburger-menu.open {
    left: 0;
  }
  .nav{
    margin-bottom: 40px;
  }
  .hamburger-menu ul li a {
    display: block;
    width: 280px;
    margin: 0 auto;
    padding-top: 25px;
    text-decoration: none;
    color: #685454;
    border-bottom: 1px solid #F2F2F2;
  }
    .header_btn {
    width: 150px;
    margin: 0 auto 20px;
    padding: 10px 0;
    background-color: #f2f2f2;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  }
  .header_btn a {
    text-align: center;
    text-decoration: none;
    color: #EA8A8A;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
  }
  .header_wrap{
    padding-bottom: 50px;
  }
    .header_tel {
    font-family: "Sawarabi Mincho", "さわらび明朝", serif;
    font-size: 24px;
  }
  .header_hour {
    font-family: "Sawarabi Mincho", "さわらび明朝", serif;
    font-size: 12px;
    line-height: 10px;
  }
}
@media (min-width: 767px) {
  .header {
    box-sizing: border-box;
    height: 71px;
  }
  .header-content_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1px 25px;
  }
  .hamburger {
    display: none;
  }
  .hamburger-menu{
    display: flex;
    align-items: center;
  }
  .header-content_wrapper2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .header_image {
    width: 170px;
  }
  .nav {
    display: block;
    text-align: left;
  }
  .nav ul li {
    display: inline-block;
    margin-right: 40px;
  }
  .nav ul li a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    color: #685454;
    padding: 5px;
  }
  .header_btn {
    display: inline-block;
    width: 150px;
    padding: 10px 0;
    background-color: #EBD5D5;
    border-radius: 30px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, .3);
  }
  .header_btn a {
    text-align: center;
    text-decoration: none;
    color: #EA8A8A;
    font-family: "Zen Maru Gothic";
    font-size: 16px;
  }
  .header_wrap {
    display: inline-block;
    margin-left: 20px;
    vertical-align: middle;
  }
  .header-contact_wrapper {
    align-self: center;
    margin-left: 20px;
  }
      .header_tel {
    font-family: "Sawarabi Mincho", "さわらび明朝", serif;
    font-size: 24px;
  }
  .header_hour {
    font-family: "Sawarabi Mincho", "さわらび明朝", serif;
    font-size: 12px;
    line-height: 10px;
  }
}
/*フッター*/
.section-footer {
  background-color: #685454;
  padding-top: 20px;
}
.section-footer nav {
  display: none;
}
.section-footer_image {
  width: 150px;
}
.section-footer_shop-info {
  padding-bottom: 65px;
  font-size: 12px;
  color: #F2F2F2;
  line-height: 16px;
  font-weight: 400;
}
.section-footer_bird-shop {
  font-size: 12px;
  color: #F2F2F2;
  font-weight: 400;
  line-height: 16px;
}
.section-footer-bird-shop-image {
  width: 225px;
  padding-bottom: 90px;
}
.section-footer strong {
  color: #F2F2F2;
  font-size: 12px;
  font-weight: 400;
}
@media(min-width: 767px) { /*ウィンドウ幅が767px以上の場合に適用*/
  .section-footer {
    padding: 25px 100px 2px;
  }
  .section-footer nav {
    display: block;
  }
  .section-footer_wrap {
    display: flex;
    justify-content: space-between;
    padding-bottom: 80px;
    margin: 0 auto;
    max-width: 1100px;
  }
  .section-footer_wrap1 ul {
    text-align: left
  }
  .section-footer_wrap1 ul li {
    padding: 5px;
  }
  .section-footer_wrap1 ul li a {
    color: #F2F2F2;
    text-decoration: none;
    font-weight: 400;
  }
  .section-footer_wrap2 {
    padding-left: 50px;
  }
  .section-footer_wrap2 ul {
    padding-left: 140px;
    text-align: left;
    list-style: none;
    font-size: 16px;
    line-height: 24px;
  }
  .section-footer_bird-shop {
    text-align: left;
  }
}