/*
Theme Name: Behind-doors Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: SEO・高速化・モバイルファースト最適化済みの無料テーマ。
Tags: two-columns,left-sidebar,right-sidebar
Version: 2.4.2.4.1648529841
Updated: 2022-03-29 13:57:21
*/

/* ============================
   ここから元のカスタマイズ一式
============================ */

table tr:nth-of-type(2n+1) {
  background-color: #d6d5d4 !important;
}
.breadcrumb-item .far,
.fa-home:before,
.fa-folder:before {
  display: none !important;
}
.mainmenu ul li + li {
  border-left: 0.5px solid rgba(255, 255, 255, 0.5);
}
a {
  text-decoration: none !important;
}
a:hover {
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0) !important;
}
body,
.mainmenu,
.staff_box,
.staff_text,
.footer,
.archive {
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" !important;
}
.hentry,
.entry-content p,
.post-inner.entry-content p,
#comments div:lang(ja) {
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" !important;
}
h1,
h2,
h3,
h1:lang(ja),
h2:lang(ja),
h3:lang(ja),
.entry-title:lang(ja) {
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" !important;
}
.mainmenu {
  font-weight: 400 !important;
}
html {
  margin-top: 0 !important;
}
.flex {
  display: flex;
  justify-content: center;
}
.sns_logo {
  width: 60px;
  margin: 0 3% 5% 3%;
}
/* #wpadminbar {
  display: none;
} */
ul {
  padding-left: 0 !important;
}
p {
  font-size: 0.9rem !important;
}
.fadeIn {
  animation-name: fadeInAnime;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  opacity: 0;
}
@keyframes fadeInAnime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.admin-panel,
.sidebar,
.post-date,
.author-info,
.tagline,
.logo-header,
.date-tags {
  display: none;
}
.archive-title {
  display: none;
}
.single-robo_gallery_table .under-entry-content {
  display: none;
}
.main {
  margin: auto !important;
}
.article h4,
.article h3 {
  border-top: 0 !important;
  border-bottom: 0 !important;
  border-left: 0 !important;
  border-right: 0 !important;
}
.single-post .article h1,
.single-post .article h2 {
  margin-bottom: 30px !important;
}
.st_title {
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px,
    #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px,
    #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px,
    #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px,
    rgba(0, 0, 0, 0.5) 3px 3px 3px;
}
a:hover {
  opacity: 0.5;
}
.white {
  color: white !important;
}
.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

/* ヘッダータイトル非表示 */
.article .article-header {
  display: none;
}
.under-entry-content {
  display: none;
}

/* ページ幅 */
.container {
  max-width: 100% !important;
  padding: 0 !important;
}
.container-field,
.main {
  width: 80% !important;
  margin: auto !important;
}
.post-type-archive-staff .main {
  width: 60% !important;
}
.single-staff .main {
  width: 60% !important;
}
.wrap {
  width: 100% !important;
}
.home .content,
.home .content .entry-content {
  margin-top: 0 !important;
}
.home .content .main {
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  border: 0 !important;
}

/*　ハンバーガーボタン */
.hamburger {
  display: block;
  position: fixed;
  z-index: 3;
  right: 31px;
  top: 74px;
  width: 66px;
  height: 64px;
  cursor: pointer;
  text-align: center;
  padding: 2%;
  border: 1px solid black;
  border-radius: 20px;
  background-color: white;
}
.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  left: 17px;
  background: black;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.hamburger span:nth-child(1) {
  top: 20px;
}
.hamburger span:nth-child(2) {
  top: 30px;
}
.hamburger span:nth-child(3) {
  top: 40px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 35px;
  left: 16px;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.hamburger.active span:nth-child(2) {
  left: 60%;
  opacity: 0;
  -webkit-animation: active-hamburger-bar02 0.8s forwards;
  animation: active-hamburger-bar02 0.8s forwards;
}
@-webkit-keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
@keyframes active-hamburger-bar02 {
  100% {
    height: 0;
  }
}
.hamburger.active {
  border: 0;
  background-color: rgba(255, 255, 255, 0);
}
.hamburger.active span {
  background: white;
}
.hamburger.active span:nth-child(3) {
  top: 35px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger::after {
  position: absolute;
  top: 40px;
  left: 33px;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  margin: -45px 0 0 -43px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0);
  transition: all 0.75s;
}
.hamburger.active::after {
  border: 2px solid #fff;
}
nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #fff;
  background: #6b6a69;
  text-align: center;
  transform: translateX(100%);
  transition: all 0.6s;
  width: 100%;
  overflow: auto !important;
}
nav.globalMenuSp ul {
  background: #6b6a69;
  margin: 0 auto;
  padding: 50px;
  padding-left: 50px !important;
  width: 100%;
}
nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}
nav.globalMenuSp ul li a:hover {
  color: #000;
}
nav.globalMenuSp ul li a {
  display: block;
  color: #fff;
  padding: 1.5em 0;
  text-decoration: none;
}
.globalMenuSp .contact_tel a {
  color: white !important;
}
.menu_logo {
  margin-top: 10px !important;
}
.menu_logo img {
  width: 100%;
}
@media (min-width: 821px) {
  .menu_logo img {
    width: 20%;
  }
  .menu_logo {
    margin-top: 5px !important;
  }
}

/* このクラスを、jQueryで付与・削除する */
nav.globalMenuSp.active {
  transform: translateX(0%);
}

/* 見出し */
.main_title {
  position: relative;
  padding: 1rem 2rem calc(1rem + 10px);
  background: black;
}
.main_title:before {
  position: absolute;
  top: -7px;
  left: -7px;
  width: 100%;
  height: 100%;
  content: "";
  border: 4px solid #000;
}
.shop_name {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 70px;
}
.shop_name:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: black;
}

/* メインページ */
.hamburger {
  display: none;
}
.mainmenu {
  background-color: #6b6a69;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}
.mainmenu ul {
  list-style: none !important;
  width: 90% !important;
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto !important;
}
.mainmenu ul li {
  padding: 6px 30px;
  margin: 5px;
  font-size: 0.9rem !important;
}
.top_content h2 {
  background-color: #6b6a69 !important;
}
.mainmenu ul li a {
  color: white !important;
  text-decoration: none !important;
}
.top_img_box {
  display: none;
}
.top_img_box_main {
  position: relative;
  margin-bottom: 0 !important;
}
.main_title_main,
.main_title_mob {
  font-family: "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO" !important;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  font-size: 5rem !important;
  line-height: 2 !important;
  z-index: 100;
  color: #6b6a69 !important;
}

/* スクロールダウン */
.scrolldown4 {
  position: absolute;
  bottom: 8%;
  right: 50%;
  animation: arrowmove 1s ease-in-out infinite;
  color: #6b6a69 !important;
  z-index: 100;
}
@keyframes arrowmove {
  0% {
    bottom: 8%;
  }
  50% {
    bottom: 11%;
  }
  100% {
    bottom: 8%;
  }
}
.scrolldown4 span {
  position: absolute;
  left: -20px;
  bottom: 40px;
  color: #6b6a69 !important;
  font-size: 0.7rem;
  letter-spacing: 0.05em;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.scrolldown4:before {
  content: "";
  position: absolute;
  bottom: 47px;
  right: -6px;
  width: 4px;
  height: 20px;
  background: #6b6a69;
  transform: skewX(-31deg);
}
.scrolldown4:after {
  content: "";
  position: absolute;
  bottom: 47px;
  right: 0;
  width: 4px;
  height: 50px;
  background: #6b6a69;
}

.new_concept {
  margin: auto !important;
  padding: 50px;
  background-color: black !important;
}
.new_concept a {
  color: white !important;
}
.new_concept .new-entry-card-thumb {
  display: none;
}
.new_concept .new-entry-card-content {
  margin-left: 0 !important;
}
.new_concept .new-entry-card-title {
  font-size: 2rem !important;
  margin-bottom: 30px !important;
}
.new-entry-card-snippet {
  font-size: 1rem !important;
  width: 100%;
  margin: auto !important;
}
.new_concept .a-wrap:after {
  top: 60% !important;
  right: 130px !important;
  width: 43px !important;
  height: 40px !important;
  border-top: solid 2px white !important;
  border-right: solid 2px white !important;
}
.news_box {
  margin-top: 50px;
}
.news_box .new-entry-card-content .new-entry-card-title {
  font-size: 1.4rem !important;
}
.top_content {
  background-color: #6b6a69;
  margin-bottom: 0 !important;
}
.left_img {
  padding: 0 !important;
  margin: 0 !important;
}
.left_img img {
  width: 100%;
  padding: 10%;
}
.top_content_right {
  background-color: #6b6a69 !important;
  margin: 0 0 30px 0 !important;
  color: white !important;
  font-size: 3rem !important;
}
.top_content_right_sub {
  position: relative;
  padding: 1.5rem;
  text-align: center;
  margin-bottom: 70px;
  color: white !important;
  font-size: 2rem !important;
}
.top_content_right_sub:before {
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 66px;
  height: 5px;
  content: "";
  border-radius: 3px;
  background: white;
}
.top_content_right_text {
  color: white !important;
  width: 80% !important;
  margin: auto !important;
}
.top_content_under {
  color: white !important;
  width: 80% !important;
  margin: auto !important;
}
.news_box {
  width: 70%;
  margin: auto !important;
  padding-top: 50px;
}
.news_box .new-entry-cards + .new-entry-cards {
  border-bottom: 11px solid black;
}
.under_content {
  padding-bottom: 50px;
}
.btn_w {
  padding: 1.5% 1%;
  background-color: white;
  color: black;
  width: 300px !important;
  text-align: center;
  margin: auto !important;
  text-decoration: none !important;
}
.btn_w a {
  color: black !important;
}
.btn_w:hover {
  background-color: gray;
}
.btn_b {
  padding: 1.5% 1%;
  background-color: black;
  color: white;
  border: 1px solid black;
  width: 300px !important;
  text-align: center;
  margin: auto !important;
}
.btn_b a {
  color: white !important;
}
.btn_b:hover {
  background-color: gray;
  color: black !important;
  border: 0 !important;
}
.style_content {
  background-color: #6b6a69;
  padding-bottom: 60px !important;
  margin: 0 auto !important;
}
.style_content .row figure {
  margin: 0 50px;
}
.style_title {
  margin: 0 !important;
  color: white !important;
  background-color: #6b6a69 !important;
  font-size: 3rem !important;
  padding-top: 100px !important;
  padding-bottom: 100px !important;
}
.down {
  font-size: 0.8rem;
}
.post-48 {
  margin-bottom: 0 !important;
}
.post-48 .entry-content {
  margin-bottom: 0 !important;
}
.article-footer {
  display: none;
}
.style_content {
  border-bottom: 1px solid black !important;
}
figcaption {
  color: white !important;
}
.style_content figure a {
  text-decoration: none;
}
.staff_content {
  height: auto;
  position: relative;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 5%;
  margin-bottom: 0 !important;
}
.staff_mainimg {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.staff_mainimg img {
  width: 60%;
}
.staff_text_area {
  position: relative;
  top: 10%;
  left: 10%;
  width: 70%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 6%;
  margin: 6%;
  color: white !important;
}
.staff_con_text {
  font-size: 1.4rem;
  text-align: center;
  line-height: 3;
}
.widget-entry-cards figure {
  width: 200px !important;
}
.widget-entry-card-content {
  margin-left: 250px !important;
  padding-top: 60px !important;
  font-size: 1.2rem !important;
}
.widget-entry-cards .a-wrap {
  padding: 20px !important;
}
.widget-entry-cards a + a {
  border-top: 1px solid black;
}
.concept_area {
  color: white !important;
  background-color: black !important;
  margin-bottom: 0 !important;
  padding: 10% 30%;
}
.year_title {
  color: white !important;
  background-color: black !important;
  margin: 0 auto !important;
}
.concept_area p {
  margin-bottom: 50px !important;
}

/* インフォメーション */
.shop_area {
  margin-top: 80px !important;
  margin-bottom: 80px;
}
.shop_area figure img,
.shop_img_box img {
  width: 100% !important;
}
.shop_add_box {
  width: 100%;
  text-align: center;
}
.shop_add {
  margin-top: 20px;
}
.access_box_title1,
.access_box_title2,
.access_box_title3 {
  width: 80%;
  margin: 50px auto;
}
.access_box_title1:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5de";
  font-weight: 900;
  padding-right: 20px;
  color: green;
}
.access_box_title2:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5de";
  font-weight: 900;
  padding-right: 20px;
  color: purple;
}
.access_box_title3:before {
  font-family: "Font Awesome 5 Free";
  content: "\f5de";
  font-weight: 900;
  padding-right: 20px;
  color: blue;
}
.access_box h3 {
  border-bottom: 6px double #000 !important;
}
.menu_box {
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4),
    10px 10px 0px 0px rgba(0, 0, 0, 0.3),
    15px 15px 0px 0px rgba(0, 0, 0, 0.2),
    20px 20px 0px 0px rgba(0, 0, 0, 0.1);
}
.shop_img_area_text {
  font-size: 1.6rem;
  width: 70%;
  margin: auto;
}

/* マップ */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  width: 90%;
  margin: 0 auto !important;
}
.gmap iframe {
  position: absolute;
  left: 0%;
  top: 0%;
  height: 100%;
  width: 100%;
}

/* スタッフページ（一覧） */
.staff_box_list {
  padding: 5%;
}
.staff_box {
  width: 80%;
  margin: auto;
  padding: 7% 5%;
  box-shadow: 5px 5px 0px 0px rgba(0, 0, 0, 0.4),
    10px 10px 0px 0px rgba(0, 0, 0, 0.3),
    15px 15px 0px 0px rgba(0, 0, 0, 0.2),
    20px 20px 0px 0px rgba(0, 0, 0, 0.1);
}
.staff_position {
  height: 60px;
}
.staff_box a {
  color: white !important;
}
.link_bottun {
  padding: 3% 1%;
  background-color: black;
  color: white;
  border: 1px solid black;
}
.link_bottun:hover {
  background-color: white;
  color: black !important;
  opacity: 0.8;
}
.staff_left_box_img {
  width: 60%;
}
.staff_title {
  border-bottom: 1px solid black;
  padding-bottom: 5px !important;
  margin-bottom: 20px !important;
}

/* 料金メニュー */
.post-31 .container-field {
  text-align: center;
}
table th,
table td {
  border: 0 !important;
}
table tr td:first-child {
  text-align: left;
  padding-left: 50px;
}
table tr td:last-child {
  text-align: right;
  padding-right: 50px;
}
.menu_title {
  padding: 0 0 50px 0 !important;
}
.menu_title1 {
  padding: 0 !important;
}
.menu_title2 {
  margin-top: 0 !important;
}
.menu_table {
  margin-bottom: 50px;
}

/* スタイル */
.botton {
  background-color: #6b6a69 !important;
  margin: 2% auto;
  padding: 5%;
}
.style_link a {
  color: white !important;
}
.style_link:hover {
  background-color: white !important;
  color: black !important;
  opacity: 0.5;
}
.robo-gallery-wrap {
  margin-left: 15px !important;
}

/* 投稿 */
.cat-link {
  background-color: white !important;
}
.cat-link:hover {
  color: gray !important;
}
.cat-label {
  background-color: white !important;
  border: 1px solid black !important;
}
.admin-pv {
  display: none;
}

/* フォーム（全体デフォルト） */
.wpcf7 {
  text-align: center;
}
.wpcf7-form label {
  text-align: left;
  width: 70% !important;
}
.wpcf7-submit {
  font-weight: bold !important;
  color: white !important;
  background-color: #6b6a69 !important;
  width: 20% !important;
  margin: auto !important;
}
.wpcf7-submit:hover {
  color: black !important;
  background-color: white !important;
  transition: all 0.8s ease !important;
}
.wpcf7-spinner {
  display: none !important;
}
.contact_title {
  font-size: 2rem;
}
.contact_tel {
  margin: 0 0 30px 0 !important;
}
.contact_tel a {
  font-size: 2rem;
  color: black !important;
  text-decoration: none !important;
}

/* フッター（元テーマ側） */
.footer_center_area figure img {
  width: 50%;
  padding: 5% 5% 0 5%;
  margin-left: 50px;
}
.footer {
  margin-top: -10px !important;
  padding: 0 !important;
  color: white !important;
}
.footer-left {
  width: 60% !important;
  padding: 0 !important;
}
.footer-right {
  width: 40% !important;
}
.footer-center {
  width: 0 !important;
}
.footer_text {
  padding-left: 110px;
}
.footer-bottom {
  margin: auto !important;
  padding: 0 !important;
}
.footer_menu {
  line-height: 3;
  list-style-type: none !important;
  padding: 10% 30% 10% 0;
}
.footer_menu li::before {
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  padding-right: 10px;
}
.footer_menu li + li {
  border-top: 1px solid gray;
}
.footer_menu li a {
  text-decoration: none;
  color: white !important;
}

@media (max-width: 834px) {
  .footer-widgets {
    display: flex !important;
  }
  .footer_center_area figure img {
    margin-left: 5px !important;
  }
  .footer_text {
    padding-left: 30px !important;
  }
  .footer-left {
    width: 60% !important;
  }
  .footer-right {
    width: 40% !important;
  }
}

/* for ipad */
@media (max-width: 820px) {
  .hamburger {
    display: block !important;
  }
  .mainmenu {
    display: none !important;
  }
  .container-field,
  .main {
    width: 95% !important;
  }
  .post-type-archive-staff .main {
    width: 80% !important;
  }
  .single-staff .main {
    width: 80% !important;
  }
  .top_img_box {
    display: block !important;
    position: relative;
    margin-bottom: 0 !important;
  }
  .top_img_box_main {
    display: none !important;
  }
  .left_img img {
    margin-top: 150px;
    padding: 8% !important;
  }
  .new-entry-card-snippet {
    width: 100% !important;
  }
  .new_concept .a-wrap::after {
    right: 22px !important;
  }
  .footer_center_area figure img {
    margin-left: 60px !important;
  }
  .footer_text {
    padding-left: 77px !important;
  }
  .top_content_right_text {
    width: 88% !important;
  }
  .top_content_right_sub {
    margin-top: 20px !important;
  }
  .style_content .row figure {
    margin: 0 !important;
  }
  .style_content .row .col-3 {
    width: 33% !important;
  }
  .top_content_right_text {
    font-size: 1rem !important;
  }
  .left_img img {
    margin-top: 120px !important;
  }
  .btn_b {
    margin-top: 50px !important;
  }
  .staff_con_text {
    font-size: 1.1rem !important;
  }
  .menu_title {
    margin-bottom: 0 !important;
  }
  .concept_area {
    padding: 10% 20% !important;
  }
}

@media (max-width: 768px) {
  .staff_con_text {
    font-size: 1rem !important;
  }
}

/* for iphone */
@media (max-width: 450px) {
  .wpcf7-form label {
    width: 90% !important;
  }
  .access_box_title1,
  .access_box_title2,
  .access_box_title3 {
    width: 95%;
    margin: 10px auto !important;
  }
  .footer-widgets {
    display: block !important;
  }
  .footer-left {
    width: 80% !important;
    margin: auto !important;
  }
  .footer-right {
    width: 80% !important;
    margin: auto !important;
    padding-left: 70px !important;
  }
  .footer_center_area figure img {
    width: 80%;
    margin-left: 30px !important;
  }
  .footer_text {
    padding-left: 57px !important;
  }
  .shop_img_area_text {
    font-size: 1rem !important;
  }
  .hamburger {
    top: 35px !important;
    right: 21px !important;
  }
  .new-entry-card-snippet {
    font-size: 1.2rem !important;
    width: 100% !important;
  }
  .left_img img {
    margin-top: 30px !important;
  }
  .new_concept .a-wrap::after {
    right: -20px !important;
  }
  .style_title {
    font-size: 1.5rem !important;
  }
  figcaption {
    font-size: 0.5rem !important;
  }
  .widget-entry-cards figure {
    width: 300px !important;
  }
  .widget-entry-card-content {
    margin-left: 0 !important;
  }
  .news_box {
    width: 85% !important;
  }
  .btn_b {
    width: 220px !important;
  }
  .widget-entry-card-content {
    font-size: 1.2rem !important;
  }
  .staff_con_text {
    font-size: 0.8rem !important;
  }
  .top_content_right {
    font-size: 2rem !important;
  }
  .concept_area {
    padding: 10% 10% !important;
  }
  .staff_text_area {
    left: -22px !important;
    width: 100% !important;
  }
  .main_title_mob {
    font-size: 2rem !important;
  }
  .staff_con_text {
    font-size: 0.6rem !important;
  }
}

@media (max-width: 375px) {
  table tr td:first-child {
    padding-left: 10px !important;
  }
  table tr td:last-child {
    padding-right: 10px !important;
  }
}

/* ============================
   ここから新しい統合カスタム
   （CocoonヘッダーOFF・CONTACT・新フッター・STAFF・GUIDE）
============================ */

/* 1. Cocoon ヘッダー／グローバルナビ 完全非表示（PC + SP） */
#header-container,
.header-container,
.header,
.l-header,
#header,
#navi-header,
#header-top,
#header-in,
.navi-header,
.attention,
#top-menu,
.header-top-menu,
.global-nav,
#global-nav,
#navi,
.navi,
.navi-in,
#navi-in,
.nav,
.l-global-nav {
  display: none !important;
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important;
}
#mobile-menu,
.mobile-menu,
.mobile-menu-buttons,
.mobile-header,
.sp-menu,
.menu-toggle,
.mobile-menu-button {
  display: none !important;
}
#fixed-header,
.l-fixed-header,
.header-fixable {
  display: none !important;
}
body {
  padding-top: 0 !important;
}

/* 2. BEHIND DOORS CONTACT（#bd-contact）専用スタイル */
#bd-contact h2 {
  text-align: center !important;
}
#bd-contact .wpcf7 {
  max-width: 640px;
  margin: 0 auto;
}
#bd-contact .wpcf7-form p {
  margin: 0 0 20px;
}
#bd-contact input[type="text"],
#bd-contact input[type="email"],
#bd-contact input[type="tel"],
#bd-contact textarea {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid #444444;
  padding: 10px 12px;
  font-size: 14px;
  border-radius: 4px;
  background: #111111;
  color: #f5f5f5;
}
#bd-contact input::placeholder,
#bd-contact textarea::placeholder {
  color: #777777;
}
#bd-contact textarea {
  min-height: 180px;
}
#bd-contact .wpcf7-form p:last-child {
  text-align: center;
}
#bd-contact .wpcf7-form .wpcf7-submit,
#bd-contact .wpcf7-form input[type="submit"],
#bd-contact input[type="submit"],
#bd-contact .wpcf7-submit {
  background: #ffffff !important;
  color: #000000 !important;
  border: none !important;
  font-size: 14px !important;
  letter-spacing: 0.18em !important;
  border-radius: 999px !important;
  cursor: pointer !important;
  display: block !important;
  margin: 24px auto 40px auto !important;
  float: none !important;
  position: static !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  bottom: auto !important;
  transform: none !important;
  box-shadow: none !important;
  text-align: center !important;
}
#bd-contact .wpcf7-form .wpcf7-submit:hover,
#bd-contact .wpcf7-form input[type="submit"]:hover {
  opacity: 0.9;
}
#bd-contact .wpcf7-form::before,
#bd-contact .wpcf7-form::after,
#bd-contact .wpcf7-form *::before,
#bd-contact .wpcf7-form *::after {
  content: none !important;
  border: none !important;
  box-shadow: none !important;
}
#bd-contact button {
  display: none !important;
}

/* 3. BEHIND DOORS モバイルフッターボタン（SP Only） */
@media (max-width: 768px) {
  .bd-mobile-footer {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    padding: 10px 16px;
    background: #000000;
    border-top: 1px solid #333333;
    box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.7);
    z-index: 9999;
  }
  .bd-footer-btn {
    flex: 1;
    margin: 0 5px;
    display: block;
    text-align: center;
    padding: 9px 0;
    font-size: 12px;
    letter-spacing: 0.16em;
    border-radius: 999px;
    text-decoration: none;
  }
  .bd-footer-primary {
    background: #ffffff;
    color: #000000;
    border: 1px solid #ffffff;
  }
  .bd-footer-outline {
    background: transparent;
    color: #ffffff;
    border: 1px solid #ffffff;
  }
}
@media (min-width: 769px) {
  .bd-mobile-footer {
    display: none;
  }
}

/* 4. 既存テーマフッター非表示（Cocoon側） */
footer,
.site-footer,
#footer,
.l-footer,
.footer {
  display: none !important;
}

/* 5. BEHIND DOORS 新フッター（WHITE × BLACK × GREY） */
#bd-new-footer {
  background: #101010;
  color: #ffffff;
  padding: 80px 20px 48px;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
}
.bd-footer-inner {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 56px;
}
.bd-footer-left {
  max-width: 460px;
}
.bd-footer-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
}
.bd-footer-logo img {
  max-height: 42px;
  width: auto;
}
.bd-footer-tagline {
  margin: 0 0 18px;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #d0d0d0;
}
.bd-footer-address {
  margin: 0;
  font-size: 12px;
  line-height: 1.9;
  color: #cfcfcf;
}
.bd-footer-nav {
  min-width: 180px;
  padding-top: 6px;
}
.bd-footer-nav a {
  display: block;
  color: #f5f5f5;
  text-decoration: none;
  margin-bottom: 12px;
  letter-spacing: 0.16em;
  font-size: 12px;
  position: relative;
  padding-right: 32px;
}
.bd-footer-nav a::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 30px;
  height: 1px;
  background: rgba(255, 255, 255, 0.35);
  transform: translateY(-50%);
}
.bd-footer-nav a:hover {
  opacity: 0.8;
}
.bd-footer-bottom {
  max-width: 1080px;
  margin: 32px auto 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  padding-top: 20px;
}
.bd-footer-sns {
  display: flex;
  gap: 18px;
}
.bd-sns-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background: rgba(255, 255, 255, 0.03);
}
.bd-sns-icon {
  width: 20px;
  height: 20px;
  object-fit: contain;
  filter: grayscale(100%) brightness(1.15);
}
.bd-sns-link:hover {
  border-color: rgba(255, 255, 255, 0.6);
}
.bd-footer-copy {
  margin: 0 0 0 auto;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #b3b3b3;
}
@media (max-width: 768px) {
  #bd-new-footer {
    padding: 48px 16px 32px;
  }
  .bd-footer-inner {
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 32px;
  }
  .bd-footer-left {
    max-width: none;
  }
  .bd-footer-nav {
    min-width: 0;
  }
  .bd-footer-nav a {
    padding-right: 0;
  }
  .bd-footer-nav a::after {
    display: none;
  }
  .bd-footer-bottom {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .bd-footer-copy {
    margin: 0;
    text-align: center;
  }
}

/* 6. STAFFページ（固定ページ）用スタイル */
.staff-page {
  max-width: 980px;
  margin: auto;
  padding: 40px 20px;
}
.staff-title {
  text-align: center;
  font-size: 38px;
  letter-spacing: 0.1em;
}
.staff-bar {
  width: 60px;
  height: 4px;
  background: #000;
  margin: 20px auto 50px;
}
.staff-card {
  display: flex;
  gap: 24px;
  margin-bottom: 60px;
  align-items: flex-start;
}
/* 正方形 500×500 を強制 */
.staff-img {
  width: 500px !important;
  height: 500px !important;
  max-width: none !important;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  display: block;
}
.staff-info {
  flex: 1;
}
.staff-page .name {
  font-size: 22px;
}
.staff-page .job {
  border-bottom: 1px solid #000;
  margin: 10px 0;
  padding-bottom: 4px;
}
.staff-page .message p {
  margin: 4px 0;
  font-size: 14px;
}
@media (max-width: 640px) {
  .staff-card {
    flex-direction: column;
    text-align: center;
  }
  .staff-img {
    width: 300px !important;
    height: 300px !important;
    max-width: none !important;
    margin: auto;
  }
}

/* 7. GUIDE 固定ページ：本来のリズムへの案内（白〜グレー〜黒） */
#bd-guide {
  max-width: 980px;
  margin: 0 auto;
  padding: 60px 20px 80px;
  font-size: 14px;
  line-height: 1.9;
  color: #0f0f10;
  background: #ffffff;
}
.bd-guide-hero {
  text-align: center;
  margin-bottom: 56px;
}
.bd-guide-eyebrow {
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  margin: 0 0 12px;
  color: #666b70;
}
.bd-guide-hero h1 {
  font-size: 26px;
  letter-spacing: 0.12em;
  margin: 0 0 24px;
}
.bd-guide-lead {
  margin: 0;
  font-size: 14px;
  color: #2a2f33;
}
.bd-guide-block {
  margin-bottom: 52px;
  padding: 32px 26px;
  border-radius: 10px;
  border: 1px solid #d5d9dd;
  background: #f2f4f6;
}
.bd-guide-block h2 {
  font-size: 16px;
  letter-spacing: 0.16em;
  margin: 0 0 18px;
  color: #050608;
}
.bd-guide-block--accent {
  background: #0f1012;
  color: #f0f2f4;
  border-color: #0f1012;
}
.bd-guide-grid {
  display: flex;
  gap: 24px;
  margin-bottom: 52px;
}
.bd-guide-card {
  flex: 1;
  padding: 28px 24px;
  border-radius: 10px;
  border: 1px solid #d5d9dd;
  background: #eceff2;
}
.bd-guide-card h3 {
  font-size: 14px;
  letter-spacing: 0.18em;
  margin: 0 0 14px;
  color: #050608;
}
.bd-guide-card p {
  margin: 0 0 14px;
}
.bd-guide-card ul {
  margin: 0;
  padding-left: 1.2em;
}
.bd-guide-card li {
  margin-bottom: 6px;
}
.bd-guide-cta {
  text-align: center;
  margin-top: 40px;
}
.bd-guide-cta-text {
  margin: 0 0 18px;
}
.bd-guide-btn {
  display: inline-block;
  padding: 11px 40px;
  border-radius: 999px;
  border: 1px solid #0f1012;
  background: #0f1012;
  color: #ffffff;
  font-size: 12px;
  letter-spacing: 0.18em;
  text-decoration: none;
}
.bd-guide-btn:hover {
  opacity: 0.85;
}
.bd-guide-note {
  margin: 18px 0 0;
  font-size: 12px;
  color: #6a7076;
}
@media (max-width: 768px) {
  #bd-guide {
    padding: 40px 16px 64px;
  }
  .bd-guide-hero h1 {
    font-size: 22px;
    line-height: 1.6;
  }
  .bd-guide-grid {
    flex-direction: column;
  }
  .bd-guide-block,
  .bd-guide-card {
    padding: 24px 18px;
  }
  .sp-only {
    display: inline;
  }
}
@media (min-width: 769px) {
  .sp-only {
    display: none;
  }
}
