@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* BINBI BELT COFFEE header — 2026-07-20 */
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1024px) {
  .home.content-only .header-container {
    display: block;
  }

  .home .header-container {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }

  .home .header-container-in.hlt-top-menu {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 72px;
    padding: 0 46px;
    gap: 80px;
  }

  .home .header-container-in .header {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }

  .home .logo-header {
    margin: 0;
    padding: 0;
  }

  .home .logo-header img {
    display: block;
    width: 114px;
    height: auto !important;
    max-height: none !important;
    mix-blend-mode: multiply;
  }

  .home .header-container-in #navi {
    flex: 1 1 auto;
    margin-left: auto;
  }

  .home #navi-in {
    width: 100%;
  }

  .home #navi-in > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 36px;
  }

  .home #navi-in > ul > li {
    width: auto;
  }

  .home #navi-in > ul > li > a {
    padding: 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.11em;
    color: #111;
  }

  .home #navi-in > ul > li > a:hover {
    opacity: 0.62;
  }

  .home #navi-in #menu-item-77 > a {
    padding-bottom: 4px;
    border-bottom: 1px solid #111;
    font-weight: 500;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .home .header-container-in.hlt-top-menu {
    padding: 0 26px;
    gap: 48px;
  }

  .home #navi-in > ul {
    gap: 24px;
  }

  .home #navi-in > ul > li > a {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 1023px) {
  .home .mobile-header-menu-buttons {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }

  .home .mobile-header-menu-buttons .menu-button {
    width: auto;
  }

  .home .mobile-header-menu-buttons .logo-menu-button {
    order: 1;
    flex: 1 1 auto;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left;
  }

  .home .mobile-header-menu-buttons .logo-menu-button > a,
  .home .mobile-header-menu-buttons .logo-menu-button .menu-button-in {
    display: block;
    width: 94px;
    margin: 0 !important;
    text-align: left;
  }

  .home .mobile-header-menu-buttons .logo-menu-button img {
    display: block;
    width: 94px;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    mix-blend-mode: multiply;
  }

  .home .mobile-header-menu-buttons .navi-menu-button {
    order: 2;
    flex: 0 0 40px;
  }

  .home .mobile-header-menu-buttons .search-menu-button {
    display: none;
  }

  .home .mobile-header-menu-buttons .navi-menu-caption {
    display: none;
  }

  .home .mobile-header-menu-buttons .navi-menu-icon {
    font-size: 21px;
  }

  .home #navi-menu-content {
    background: #fff;
  }

  .home #navi-menu-content .menu-drawer {
    padding: 18px 22px 28px;
    background: #fff;
  }

  .home #navi-menu-content .menu-drawer li,
  .home #navi-menu-content .menu-drawer li a {
    border: 0;
    background: transparent;
  }

  .home #navi-menu-content .menu-drawer li a {
    padding: 13px 2px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #111;
  }

  .home #navi-menu-content .menu-drawer #menu-item-77 a {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #111;
    font-weight: 500;
    letter-spacing: 0.11em;
  }

  .home #navi-menu-content .navi-menu-close-button {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 58px;
    padding: 0 20px;
    font-size: 0;
    color: #111;
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close::before,
  .home #navi-menu-content .navi-menu-close-button .fa-close::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 1px;
    background: #111;
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close::before {
    transform: rotate(45deg);
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close::after {
    transform: rotate(-45deg);
  }
}
/* /BINBI BELT COFFEE header */

/* PC logo vertical centering */
@media screen and (min-width: 1024px) {
  .home .header-container-in .header {
    align-self: center;
    display: flex;
    align-items: center;
    height: auto;
  }

  .home .header-container-in .header-in,
  .home .logo-header {
    align-items: center;
    height: auto;
  }

  .home .logo-header .site-name-text-link {
    display: flex;
    align-items: center;
    line-height: 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .logo-header {
    height: auto !important;
    max-height: none !important;
  }
}

/* ABOUT page — post 79 */
body.page-id-79,
.page-id-79 #container,
.page-id-79 .content,
.page-id-79 .content-in,
.page-id-79 .main,
.page-id-79 .article {
  background: #fff;
}

.page-id-79 .main {
  border: 0;
  box-shadow: none;
}

.page-id-79 .article {
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
  padding: 96px 20px 120px;
}

.page-id-79 .entry-title {
  margin: 0 0 72px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.page-id-79 .date-tags,
.page-id-79 .post-date,
.page-id-79 .entry-date,
.page-id-79 .toc {
  display: none !important;
}

.page-id-79 .entry-content {
  margin: 0;
}

.page-id-79 .about-story-page {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.page-id-79 .about-story-page h2 {
  margin: 88px 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.025em;
}

.page-id-79 .about-story-page h2:first-child {
  margin-top: 0;
}

.page-id-79 .about-story-page p {
  margin: 0 0 22px;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.015em;
}

@media screen and (max-width: 1023px) {
  .page-id-79 .article {
    max-width: none;
    padding: 64px 8px 96px;
  }

  .page-id-79 .entry-title {
    margin-bottom: 56px;
    font-size: 25px;
  }

  .page-id-79 .about-story-page h2 {
    margin: 72px 0 24px;
    font-size: 20px;
    line-height: 1.7;
  }

  .page-id-79 .about-story-page p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.95;
  }
}
/* /ABOUT page */

/* ABOUT page illustration */
.page-id-79 .entry-title {
  margin-bottom: 48px;
}

.page-id-79 .about-hero-illustration {
  width: 100%;
  max-width: 500px;
  margin: 0 auto 88px;
  padding: 0;
  border: 0;
@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
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/

/* BINBI BELT COFFEE header — 2026-07-20 */
html {
  scroll-behavior: smooth;
}

@media screen and (min-width: 1024px) {
  .home.content-only .header-container {
    display: block;
  }

  .home .header-container {
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }

  .home .header-container-in.hlt-top-menu {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 72px;
    padding: 0 46px;
    gap: 80px;
  }

  .home .header-container-in .header {
    flex: 0 0 auto;
    width: auto;
    margin: 0;
  }

  .home .logo-header {
    margin: 0;
    padding: 0;
  }

  .home .logo-header img {
    display: block;
    width: 114px;
    height: auto !important;
    max-height: none !important;
    mix-blend-mode: multiply;
  }

  .home .header-container-in #navi {
    flex: 1 1 auto;
    margin-left: auto;
  }

  .home #navi-in {
    width: 100%;
  }

  .home #navi-in > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 36px;
  }

  .home #navi-in > ul > li {
    width: auto;
  }

  .home #navi-in > ul > li > a {
    padding: 0;
    white-space: nowrap;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 0.11em;
    color: #111;
  }

  .home #navi-in > ul > li > a:hover {
    opacity: 0.62;
  }

  .home #navi-in #menu-item-77 > a {
    padding-bottom: 4px;
    border-bottom: 1px solid #111;
    font-weight: 500;
  }
}

@media screen and (min-width: 1024px) and (max-width: 1200px) {
  .home .header-container-in.hlt-top-menu {
    padding: 0 26px;
    gap: 48px;
  }

  .home #navi-in > ul {
    gap: 24px;
  }

  .home #navi-in > ul > li > a {
    font-size: 12px;
    letter-spacing: 0.06em;
  }
}

@media screen and (max-width: 1023px) {
  .home .mobile-header-menu-buttons {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    background: #fff;
    border-bottom: 1px solid #eeeeee;
  }

  .home .mobile-header-menu-buttons .menu-button {
    width: auto;
  }

  .home .mobile-header-menu-buttons .logo-menu-button {
    order: 1;
    flex: 1 1 auto;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left;
  }

  .home .mobile-header-menu-buttons .logo-menu-button > a,
  .home .mobile-header-menu-buttons .logo-menu-button .menu-button-in {
    display: block;
    width: 94px;
    margin: 0 !important;
    text-align: left;
  }

  .home .mobile-header-menu-buttons .logo-menu-button img {
    display: block;
    width: 94px;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    mix-blend-mode: multiply;
  }

  .home .mobile-header-menu-buttons .navi-menu-button {
    order: 2;
    flex: 0 0 40px;
  }

  .home .mobile-header-menu-buttons .search-menu-button {
    display: none;
  }

  .home .mobile-header-menu-buttons .navi-menu-caption {
    display: none;
  }

  .home .mobile-header-menu-buttons .navi-menu-icon {
    font-size: 21px;
  }

  .home #navi-menu-content {
    background: #fff;
  }

  .home #navi-menu-content .menu-drawer {
    padding: 18px 22px 28px;
    background: #fff;
  }

  .home #navi-menu-content .menu-drawer li,
  .home #navi-menu-content .menu-drawer li a {
    border: 0;
    background: transparent;
  }

  .home #navi-menu-content .menu-drawer li a {
    padding: 13px 2px;
    font-weight: 400;
    letter-spacing: 0.08em;
    color: #111;
  }

  .home #navi-menu-content .menu-drawer #menu-item-77 a {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 1px solid #111;
    font-weight: 500;
    letter-spacing: 0.11em;
  }

  .home #navi-menu-content .navi-menu-close-button {
    box-sizing: border-box;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 58px;
    padding: 0 20px;
    font-size: 0;
    color: #111;
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close {
    position: relative;
    display: block;
    width: 18px;
    height: 18px;
    font-size: 0;
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close::before,
  .home #navi-menu-content .navi-menu-close-button .fa-close::after {
    content: "";
    position: absolute;
    top: 8px;
    left: 0;
    width: 18px;
    height: 1px;
    background: #111;
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close::before {
    transform: rotate(45deg);
  }

  .home #navi-menu-content .navi-menu-close-button .fa-close::after {
    transform: rotate(-45deg);
  }
}
/* /BINBI BELT COFFEE header */

/* PC logo vertical centering */
@media screen and (min-width: 1024px) {
  .home .header-container-in .header {
    align-self: center;
    display: flex;
    align-items: center;
    height: auto;
  }

  .home .header-container-in .header-in,
  .home .logo-header {
    align-items: center;
    height: auto;
  }

  .home .logo-header .site-name-text-link {
    display: flex;
    align-items: center;
    line-height: 0;
  }
}

@media screen and (min-width: 1024px) {
  .home .logo-header {
    height: auto !important;
    max-height: none !important;
  }
}

/* ABOUT page — post 79 */
body.page-id-79,
.page-id-79 #container,
.page-id-79 .content,
.page-id-79 .content-in,
.page-id-79 .main,
.page-id-79 .article {
  background: #fff;
}

.page-id-79 .main {
  border: 0;
  box-shadow: none;
}

.page-id-79 .article {
  box-sizing: border-box;
  max-width: 720px;
  margin: 0 auto;
  padding: 96px 20px 120px;
}

.page-id-79 .entry-title {
  margin: 0 0 72px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 29px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.09em;
}

.page-id-79 .date-tags,
.page-id-79 .post-date,
.page-id-79 .entry-date,
.page-id-79 .toc {
  display: none !important;
}

.page-id-79 .entry-content {
  margin: 0;
}

.page-id-79 .about-story-page {
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
}

.page-id-79 .about-story-page h2 {
  margin: 88px 0 28px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #111;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.65;
  letter-spacing: 0.025em;
}

.page-id-79 .about-story-page h2:first-child {
  margin-top: 0;
}

.page-id-79 .about-story-page p {
  margin: 0 0 22px;
  color: #222;
  font-size: 17px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.015em;
}

@media screen and (max-width: 1023px) {
  .page-id-79 .article {
    max-width: none;
    padding: 64px 8px 96px;
  }

  .page-id-79 .entry-title {
    margin-bottom: 56px;
    font-size: 25px;
  }

  .page-id-79 .about-story-page h2 {
    margin: 72px 0 24px;
    font-size: 20px;
    line-height: 1.7;
  }

  .page-id-79 .about-story-page p {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.95;
  }
}
/* /ABOUT page */

/* ABOUT page illustration */
.page-id-79 .entry-title {
  margin-bottom: 48px;
}

.page-id-79 .about-hero-illustration {
  width: 100%;
  max-width: 600px;
  margin: 0 auto 88px;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.page-id-79 .about-hero-illustration img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  .page-id-79 .entry-title {
    margin-bottom: 40px;
  }

  .page-id-79 .about-hero-illustration {
    max-width: 300px;
    margin-bottom: 64px;
  }
}
/* /ABOUT page illustration */
  background: transparent;
  box-shadow: none;
}

.page-id-79 .about-hero-illustration img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  box-shadow: none;
}

@media screen and (max-width: 1023px) {
  .page-id-79 .entry-title {
    margin-bottom: 40px;
  }

  .page-id-79 .about-hero-illustration {
    max-width: 300px;
    margin-bottom: 64px;
  }
}
/* /ABOUT page illustration */


/* ABOUT illustration vertical display */
.page-id-79 .about-hero-illustration {
  aspect-ratio: 3 / 2;
  overflow: hidden;
}

.page-id-79 .about-hero-illustration img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.page-id-79 .about-hero-illustration img {
  height: 333px;
}

@media screen and (max-width: 1023px) {
  .page-id-79 .about-hero-illustration img {
    height: 200px;
  }
}


/* ABOUT illustration desktop emphasis */
@media screen and (min-width: 1024px) {
  .page-id-79 .about-hero-illustration {
    max-width: 600px;
  }

  .page-id-79 .about-hero-illustration img {
    height: 400px;
  }
}


/* ABOUT illustration final spacing */
.page-id-79 .about-hero-illustration {
  margin-bottom: 72px;
}

@media screen and (max-width: 1023px) {
  .page-id-79 .about-hero-illustration {
    margin-bottom: 56px;
  }
}


/* ABOUT page: match the header logo size to the homepage */
.page-id-79 .header-site-logo-image {
  width: 114px !important;
  height: auto !important;
  max-height: none !important;
}


/* BINBI inner pages unified with homepage */
body:is(.page-id-79, .page-id-87, .page-id-99),
:is(.page-id-79, .page-id-87, .page-id-99) #container,
:is(.page-id-79, .page-id-87, .page-id-99) #content,
:is(.page-id-79, .page-id-87, .page-id-99) .content-in,
:is(.page-id-79, .page-id-87, .page-id-99) #main,
:is(.page-id-79, .page-id-87, .page-id-99) .article {
  background: #fff !important;
}
:is(.page-id-79, .page-id-87, .page-id-99) #main,
:is(.page-id-79, .page-id-87, .page-id-99) .article {
  border: 0 !important;
  box-shadow: none !important;
}

@media screen and (min-width: 1024px) {
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container {
    display: block;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container-in.hlt-top-menu {
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    min-height: 72px;
    padding: 0 46px;
    gap: 80px;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container-in .header {
    align-self: center;
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container-in .header-in,
  :is(.page-id-79, .page-id-87, .page-id-99) .logo-header {
    align-items: center;
    height: auto;
    margin: 0;
    padding: 0;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .logo-header .site-name-text-link {
    display: flex;
    align-items: center;
    line-height: 0;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .logo-header img {
    display: block;
    width: 114px;
    height: auto !important;
    max-height: none !important;
    mix-blend-mode: multiply;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container-in #navi {
    flex: 1 1 auto;
    margin-left: auto;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-in {
    width: 100%;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-in > ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: center;
    gap: 36px;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-in > ul > li {
    width: auto;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-in > ul > li > a {
    padding: 0;
    white-space: nowrap;
    color: #111;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: .11em;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-in #menu-item-77 > a {
    padding-bottom: 4px;
    border-bottom: 1px solid #111;
    font-weight: 500;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container-in.hlt-top-menu {
    padding: 0 26px;
    gap: 48px;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-in > ul {
    gap: 24px;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-in > ul > li > a {
    font-size: 12px;
    letter-spacing: .06em;
  }
}
@media screen and (max-width: 1023px) {
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons {
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 58px;
    padding: 0 18px;
    background: #fff;
    border-bottom: 1px solid #eee;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .menu-button {
    width: auto;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .logo-menu-button {
    order: 1;
    flex: 1 1 auto;
    justify-content: flex-start !important;
    align-items: center !important;
    text-align: left;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .logo-menu-button > a,
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .logo-menu-button .menu-button-in {
    display: block;
    width: 94px;
    margin: 0 !important;
    text-align: left;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .logo-menu-button img {
    display: block;
    width: 94px;
    height: auto !important;
    max-height: none !important;
    margin: 0 !important;
    mix-blend-mode: multiply;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .navi-menu-button {
    order: 2;
    flex: 0 0 40px;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .search-menu-button,
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons .navi-menu-caption {
    display: none;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-menu-content,
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-menu-content .menu-drawer {
    background: #fff;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-menu-content .menu-drawer {
    padding: 18px 22px 28px;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-menu-content .menu-drawer li,
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-menu-content .menu-drawer li a {
    border: 0;
    background: transparent;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) #navi-menu-content .menu-drawer li a {
    padding: 13px 2px;
    color: #111;
    font-weight: 400;
    letter-spacing: .08em;
  }
}


/* BINBI inner page logo vertical alignment */
@media screen and (min-width: 1024px) {
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container-in .header,
  :is(.page-id-79, .page-id-87, .page-id-99) .header-container-in .header-in,
  :is(.page-id-79, .page-id-87, .page-id-99) .logo-header {
    height: auto !important;
    max-height: none !important;
  }
}


/* BINBI inner page content spacing */
.page-id-87 .article {
  box-sizing: border-box;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 20px 120px;
}

@media screen and (max-width: 1023px) {
  .page-id-87 .article {
    max-width: none;
    padding: 64px 8px 96px;
  }
}


/* BINBI inner page content spacing */
.page-id-87 .article {
  box-sizing: border-box;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 20px 120px;
}

@media screen and (max-width: 1023px) {
  .page-id-87 .article {
    max-width: none;
    padding: 64px 8px 96px;
  }
}


/* BINBI inner page content spacing */
.page-id-87 .article {
  box-sizing: border-box;
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 96px 20px 120px;
}

@media screen and (max-width: 1023px) {
  .page-id-87 .article {
    max-width: none;
    padding: 64px 8px 96px;
  }
}


/* BINBI roasting spacing override */
.page-id-87 .article {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 96px 20px 120px !important;
}
@media screen and (max-width: 1023px) {
  .page-id-87 .article {
    max-width: none !important;
    padding: 64px 8px 96px !important;
  }
}


/* BINBI inner pages mobile header matches homepage */
@media screen and (max-width: 1023px) {
  :is(.page-id-79, .page-id-87, .page-id-99) .mobile-header-menu-buttons {
    min-height: 58px !important;
    padding: 0 18px !important;
    background: #fff !important;
    align-items: center !important;
    justify-content: space-between !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .logo-menu-button {
    flex: 1 1 auto !important;
    justify-content: flex-start !important;
    align-items: center !important;
    margin: 0 !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .logo-menu-button > a {
    width: 94px !important;
    max-width: 94px !important;
    margin: 0 !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .logo-menu-button img {
    display: block !important;
    width: 94px !important;
    max-width: 94px !important;
    height: auto !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-button {
    flex: 0 0 40px !important;
    width: 40px !important;
    margin: 0 !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-icon,
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-icon .fa-bars {
    font-size: 21px !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-close-button {
    box-sizing: border-box !important;
    display: flex !important;
    height: 58px !important;
    align-items: center !important;
    justify-content: flex-end !important;
    padding-right: 20px !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-close-button .fa-close {
    position: relative !important;
    display: block !important;
    width: 18px !important;
    height: 18px !important;
    font-size: 0 !important;
    line-height: 0 !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-close-button .fa-close::before,
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-close-button .fa-close::after {
    content: "" !important;
    position: absolute !important;
    top: 8px !important;
    left: 0 !important;
    display: block !important;
    width: 18px !important;
    height: 1px !important;
    background: #111 !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-close-button .fa-close::before {
    transform: rotate(45deg) !important;
  }
  :is(.page-id-79, .page-id-87, .page-id-99) .navi-menu-close-button .fa-close::after {
    transform: rotate(-45deg) !important;
  }
}


/* BINBI inner pages hide desktop header on mobile */
@media screen and (max-width: 1023px) {
  :is(.page-id-79, .page-id-87, .page-id-99) #header-container {
    display: none !important;
  }
}


/* BINBI roasting top layout matches about */
.page-id-87 .entry-title {
  line-height: 1.4 !important;
  margin-bottom: 48px !important;
}
.page-id-87 .entry-content {
  margin-top: 0 !important;
}
.page-id-87 .roasting-story-page {
  padding-top: 0 !important;
}


/* BINBI roasting mobile top layout matches about */
@media screen and (max-width: 1023px) {
  body.page-id-87 .entry-title {
    padding: 0 !important;
    margin-bottom: 40px !important;
    line-height: 1.4 !important;
  }
  body.page-id-87 .entry-content {
    margin-top: 0 !important;
  }
  body.page-id-87 .roasting-story-page {
    padding-top: 0 !important;
  }
}


/* BINBI inner pages hide author name */
:is(.page-id-79, .page-id-87, .page-id-99) .article-footer .author-info {
  visibility: hidden !important;
}

/* BINBI COFFEE page 99 — content only */
.page-id-99,
.page-id-99 #container,
.page-id-99 #content,
.page-id-99 #content-in,
.page-id-99 #main,
.page-id-99 .article {
  background: #fff !important;
}
.page-id-99 #main,
.page-id-99 .article {
  border: 0 !important;
  box-shadow: none !important;
}
.page-id-99 .article {
  box-sizing: border-box !important;
  width: 100% !important;
  max-width: 720px !important;
  margin-left: auto !important;
  margin-right: auto !important;
  padding: 96px 20px 120px !important;
}
.page-id-99 .entry-title {
  margin: 0 0 48px !important;
  padding: 0 !important;
  font-size: 29px !important;
  line-height: 1.4 !important;
  background: transparent !important;
  border: 0 !important;
}
.page-id-99 .entry-content {
  margin-top: 0 !important;
  padding: 0 !important;
}
.page-id-99 .date-tags,
.page-id-99 .post-date,
.page-id-99 .post-update,
.page-id-99 .toc,
.page-id-99 .article-footer .author-info {
  display: none !important;
}
.page-id-99 .coffee-story-page {
  box-sizing: border-box;
  width: 100%;
  max-width: 680px;
  margin: 0 auto;
  padding: 0 0 80px;
}
.page-id-99 .coffee-story-page h2 {
  margin: 88px 0 28px !important;
  padding: 0 !important;
  font-size: 22px !important;
  line-height: 1.65 !important;
  font-weight: 500 !important;
  background: transparent !important;
  border: 0 !important;
}
.page-id-99 .coffee-story-page h2:first-of-type {
  margin-top: 0 !important;
}
.page-id-99 .coffee-story-page h3 {
  margin: 36px 0 18px !important;
  padding: 0 !important;
  font-size: 17px !important;
  line-height: 1.8 !important;
  font-weight: 500 !important;
  letter-spacing: .06em;
  background: transparent !important;
  border: 0 !important;
}
.page-id-99 .coffee-story-page p,
.page-id-99 .coffee-story-page li {
  font-size: 17px;
  line-height: 2;
  font-weight: 400;
}
.page-id-99 .coffee-story-page p {
  margin: 0 0 22px;
}
.page-id-99 .coffee-bean-list {
  margin: 0 0 22px !important;
  padding: 0 !important;
  list-style: none !important;
}
.page-id-99 .coffee-bean-list li {
  margin: 0 0 10px;
  padding: 0;
  letter-spacing: .08em;
}
@media screen and (max-width: 1023px) {
  .page-id-99 .article {
    max-width: none !important;
    padding: 64px 8px 96px !important;
  }
  .page-id-99 .entry-title {
    margin-bottom: 40px !important;
    padding: 0 !important;
    font-size: 25px !important;
    line-height: 1.4 !important;
  }
  .page-id-99 .coffee-story-page {
    padding: 0 0 56px;
  }
  .page-id-99 .coffee-story-page h2 {
    margin: 64px 0 24px !important;
    font-size: 19px !important;
  }
  .page-id-99 .coffee-story-page h2:first-of-type {
    margin-top: 0 !important;
  }
  .page-id-99 .coffee-story-page h3 {
    margin: 30px 0 16px !important;
    font-size: 16px !important;
  }
  .page-id-99 .coffee-story-page p,
  .page-id-99 .coffee-story-page li {
    font-size: 16px;
    line-height: 1.8;
  }
}
/* /BINBI COFFEE page 99 */
