/*   共通   */

.spOnly {
  display: none;
}

/* PC用: ハンバーガー位置をヘッダーのpadding(20px)に合わせて調整 */
@media screen and (min-width: 1025px) {
  .hamburger {
    right: 30px;
    top: 20px;
  }
  .headerRight {
    padding-right: 70px;
  }
}
/* ヘッダー中央エリア */
.headerCenter {
  display: flex;
  align-items: center;
  gap: 20px;
  flex: 1;
  padding: 0 0 0 40px;
  justify-content: flex-end;
}
.headerMessage {
  font-size: 12px;
  color: #333;
  line-height: 1.6;
  flex-shrink: 0;
}
.headerMessage span {
  display: block;
  font-size: 10px;
  color: #888;
}
.headerShops {
  display: flex;
  gap: 0;
}
.headerShopInfo {
  padding: 0 24px;
  position: relative;
}
.headerShopInfo::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 60%;
  background: #e0d5c5;
}
.headerShopMeta {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 2px;
}
.headerShopName {
  font-size: 13px;
  color: #333;
  font-weight: bold;
}
.headerBadge {
  background: #b38728;
  color: #fff;
  font-size: 10px;
  padding: 1px 7px;
  border-radius: 15px;
  line-height: 1.5;
}
.headerShopTel a {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 22px;
  font-weight: bold;
  color: #333;
  text-decoration: none;
  line-height: 1.2;
}
.headerShopTel a:hover {
  color: #b38728;
}
.headerShopHours {
  font-size: 11px;
  color: #666;
  margin-top: 2px;
}

/* ヘッダー右エリア */
.headerRight {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.topLangSwitch {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin-right: 18px;
  font-family: "Jost", "Noto Serif JP", serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #333;
  white-space: nowrap;
}

.topLangSwitch a {
  color: #333;
  text-decoration: none;
}

.topLangSwitch a:hover {
  color: #b38728;
}

.topLangSwitch em,
.topLangSwitch span {
  color: #aaa;
  font-style: normal;
}

.menuLangSwitch {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #333;
  font-family: "Jost", "Noto Serif JP", serif;
  font-size: 14px;
  letter-spacing: 0.08em;
}

.menuLangSwitch a {
  color: #333;
  text-decoration: none;
}

.menuLangSwitch em,
.menuLangSwitch span {
  color: #aaa;
  font-style: normal;
}

.headerInstagram {
  position: relative;
  padding-left: 24px;
}
.headerInstagram::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 100%;
  background: #e0d5c5;
}
.headerInstagram img {
  width: 46px;
  height: 46px;
  object-fit: contain;
  display: block;
}

body {
  background: url(../img/common/bg_main.gif) left top/150px;
  -webkit-animation: fadeIn 2s ease 0s 1 normal;
  animation: fadeIn 2s ease 0s 1 normal;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

header {
  background: #fff;
  width: 100%;
  height: 95px;
  padding: 0 20px 0 40px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
}
header h1 {
  flex-shrink: 0;
  margin-top: 3px;
}
.headerLogo {
  display: flex;
  align-items: center;
  gap: 12px;
  text-decoration: none;
}
.headerLogoIcon {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}
.headerLogoText {
  display: flex;
  flex-direction: column;
  gap: 0px;
  margin-top: 2px;
}
.headerLogoName {
  font-size: 26px;
  font-weight: bold;
  color: #73581d;
  line-height: 1.3;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
}
.headerLogoSub {
  font-size: 14px;
  color: #73581d;
  font-family: "Noto Serif JP", serif;
  letter-spacing: 0.05em;
  margin-top: -4px;
}

main {
  padding-top: 88px;
}

h2.enTtl,
h3.enTtl {
  position: relative;
  padding-bottom: 60px;
  margin: 0 auto 20px auto;
}
h2.enTtl::after,
h3.enTtl::after {
  content: "";
  width: 1px;
  height: 40px;
  background: #d4c9b3;
  position: absolute;
  bottom: 0;
  left: 50%;
}

.btnMore {
  max-width: 450px;
  margin: 0 auto;
}

.onlineCont {
  padding-bottom: 100px;
}
.onlineBg {
  background: url(https://makizumekobe.com/wp/wp-content/uploads/2025/06/bg_online2.png)
    repeat-x center top/cover;
  padding: 100px 20px 195px 20px;
}
.onlineBg h3 {
  max-width: 800px;
  margin: 0 auto;
}
.onlineDetail {
  max-width: 1000px;
  padding: 50px 45px 65px 45px;
  margin: -100px auto 0 auto;
  background: #fff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
}
.onlineDetail p:first-child {
  font-size: 16px;
  margin-bottom: 50px;
}
.onlineDetail p:last-child {
  max-width: 800px;
  margin: 40px auto 0 auto;
}

.accessCont {
  padding-bottom: 100px;
}
.accessCont h2 {
  max-width: 264px;
}
.accessCont iframe {
  width: 100%;
  height: 500px;
  margin-bottom: 20px;
}
.accessCont ul {
  text-align: center;
  font-size: 16px;
}
.accessCont ul li:last-child {
  margin-top: 10px;
}
.accessCont ul li span {
  display: inline-block;
  position: relative;
  border-bottom: 1px solid #73581d;
  padding: 0 0 3px 30px;
}
.accessCont ul li span::after {
  content: "";
  width: 17px;
  height: 20px;
  background: url(../img/common/ico_train.webp) center top/cover;
  position: absolute;
  top: calc(50% - 10px);
  left: 0;
}

footer {
  border-top: 5px solid #b38728;
  background: url(../img/common/bg_footer.webp) left top/50px, red;
  padding: 60px 20px 30px 20px;
}
.footerInner {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
}
.footerLeft {
  flex: 0 0 320px;
}
.footerRight {
  flex: 1;
}

/* ブランド（ロゴ列） */
.footerBrand {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
  gap: 16px;
}
.footerBrand dt {
  max-width: 240px;
}
.footerBrand dd:nth-child(2) {
  max-width: 110px;
}
.footerBrand dd:nth-child(3) {
  max-width: 30px;
}

/* 店舗情報 */
.footerShops {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footerShopItem .footerShopName {
  font-size: 16px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
}
.footerShopItem p {
  font-size: 13px;
  color: #ddd;
  line-height: 1.6;
}
.footerShopItem a {
  color: #ddd;
}

/* ペディグラスロゴ */
.footerPediglass {
  max-width: 220px;
  margin-bottom: 24px;
  margin-left: auto;
}

/* フッターナビ */
.footerNav {
  display: flex;
  gap: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  padding: 28px 16px;
}
.footerNavCol {
  flex: 1;
  list-style: none;
  padding: 0;
  margin: 0;
}
.footerNavCol li {
  margin-bottom: 6px;
}
.footerNavCol li a {
  color: #ddd;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
}
.footerNavCol li a:hover {
  color: #fff;
  text-decoration: underline;
}
.footerNavParent {
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}

/* コピーライト */
.footerCopy {
  text-align: center;
}
.footerCopy small {
  font-size: 12px;
  color: #fff;
}

.fat-nav .menuInner {
  max-width: 500px;
  padding: 100px 0;
  margin: 0 auto;
}
.menuShopInfo {
  display: flex;
  gap: 0;
  justify-content: center;
  margin: 0 -60px 30px -60px;
  background: rgba(255, 255, 255, 0.08);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 20px 10px;
}
.menuShopItem {
  text-align: center;
  flex: 1;
  padding: 0 30px;
}
.menuShopItem + .menuShopItem {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.menuShopName {
  color: #fff;
  font-size: 16px;
  margin-bottom: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.menuShopBadge {
  background: #b38728;
  color: #fff;
  font-size: 10px;
  padding: 1px 6px;
  border-radius: 2px;
}
.menuShopTel a {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  margin-bottom: 6px;
}
.menuShopAddress {
  color: #bbb;
  font-size: 11px;
  margin-bottom: 6px;
  word-break: keep-all;
  overflow-wrap: break-word;
}
.fat-nav .menuInner .menuShopItem .menuShopHours {
  color: #ccc;
  font-size: 12px;
  width: auto;
  margin-top: 10px;
}
.fat-nav .menuInner ul.menuTop {
  border-bottom: 1px solid #fff;
  margin-bottom: 40px;
}
.fat-nav .menuInner ul.menuTop > li {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  padding: 15px 20px;
  position: relative;
  color: #fff;
}
.fat-nav .menuInner ul.menuTop > li > a {
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
}
.fat-nav .menuInner ul.menuTop > li > a::after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../img/common/ico_arrow_wh.webp) no-repeat center top/cover;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.fat-nav .menuInner ul.menuTop > li.menuLangSwitch > a::after {
  content: none;
}
.fat-nav .menuInner ul.menuTop > li > ul {
  margin: 10px 0 0 10px;
}
.fat-nav .menuInner ul.menuTop > li > ul li {
  margin-bottom: 10px;
}
.fat-nav .menuInner ul.menuTop > li > ul li a {
  color: #fff;
  display: block;
  position: relative;
}
.fat-nav .menuInner ul.menuTop > li > ul li a::after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../img/common/ico_arrow_wh.webp) no-repeat center top/cover;
  position: absolute;
  top: calc(50% - 5px);
  right: 0;
}
.fat-nav .menuInner ul.menuBottom {
  margin-bottom: 30px;
  text-align: center;
}
.fat-nav .menuInner ul.menuBottom li a {
  display: inline-block;
  color: #fff;
  position: relative;
}
.fat-nav .menuInner ul.menuBottom li a::after {
  content: "";
  width: 6px;
  height: 11px;
  background: url(../img/common/ico_arrow_wh.webp) no-repeat center top/cover;
  position: absolute;
  top: calc(50% - 5px);
  right: -20px;
}
.fat-nav .menuInner > p:last-child {
  width: 40px;
  margin: 30px auto 0 auto;
}

@media screen and (min-width: 560px) and (max-width: 1024px) {
  .pcOnly {
    display: none;
  }
  .tabOnly {
    display: block;
  }

  header {
    height: 100px;
    padding: 0 0 0 30px;
  }
  header h1 {
    max-width: 180px;
  }
  header ul {
    display: flex !important;
  }
  header ul li {
    width: 100px;
  }
  header ul li.menu {
    width: 100px;
    height: 100px;
    background: #b38728;
  }

  main {
    padding-top: 100px;
  }

  h2.enTtl,
  h3.enTtl {
    padding-bottom: 40px;
  }
  h2.enTtl::after,
  h3.enTtl::after {
    height: 25px;
  }

  .onlineCont {
    padding-bottom: 100px;
  }
  .onlineBg {
    background: url(https://makizumekobe.com/wp/wp-content/uploads/2025/06/bg_online2.png)
      repeat-x center top/cover;
    padding: 100px 50px 195px 50px;
  }
  .onlineDetail {
    padding: 50px 60px 65px 60px;
    margin: -100px 50px 0 50px;
  }
  .onlineDetail p:first-child {
    font-size: 18px;
  }

  .accessCont ul {
    font-size: 18px;
  }

  footer {
    padding: 60px 50px 30px 50px;
  }
  .footerBrand dt {
    max-width: 200px;
  }
  .footerBrand dd:nth-child(2) {
    max-width: 120px;
  }

  .fat-nav .menuInner {
    max-width: 100%;
    width: 80%;
    padding: 200px 50px;
    box-sizing: border-box;
  }
  .fat-nav .menuInner ul.menuTop {
    font-size: 20px;
  }
  .fat-nav .menuInner ul.menuTop > li {
    padding: 25px 30px;
  }
  .fat-nav .menuInner ul.menuTop > li > a {
    font-size: 20px;
  }
  .fat-nav .menuInner ul.menuTop > li > ul li a {
    font-size: 20px;
  }
  .fat-nav .menuInner ul.menuBottom li a {
    font-size: 20px;
  }
  .fat-nav .menuInner > p:last-child {
    width: 60px;
    margin: 30px auto 0 auto;
  }
}

@media screen and (max-width: 559px) {
  /*   共通   */

.footerShopItem .footerShopName {
	font-size: 14px;
}
.footerNavCol li {
	margin-bottom: 0;
}
.footerNavParent ~ li {
	padding-left: 12px;
}

  .pcOnly {
    display: none;
  }
  .menuShopItem {
    padding: 0 10px;
  }
  .spOnly {
    display: block;
  }

  header {
    height: 60px;
    padding: 0 0 0 12px;
    align-items: center;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12);
  }
  header h1 {
    max-width: 180px;
  }
  .headerLogo {
    gap: 8px;
  }
  .headerLogoIcon {
    width: 36px;
    height: 36px;
  }
  .headerLogoName {
    font-size: 18px;
    margin-top: 3px;
  }
  .headerLogoSub {
    font-size: 11px;
    margin-top: -2px;
  }
  body.top-page-en header h1 {
    max-width: 210px;
  }
  body.top-page-en .headerLogo {
    align-items: center;
    gap: 7px;
  }
  body.top-page-en .headerLogoIcon {
    width: 34px;
    height: 34px;
  }
  body.top-page-en .headerLogoName {
    font-size: 15px;
    line-height: 1.1;
    margin-top: 0;
  }
  body.top-page-en .headerLogoSub {
    font-size: 9px;
    line-height: 1.2;
    margin-top: 1px;
  }
  header ul {
    display: flex !important;
  }
  header ul li {
    width: 60px;
  }
  header ul li.menu {
    width: 60px;
    height: 60px;
    background: #b38728;
  }

  /* スマホでは非表示のままでOK */
  @media screen and (max-width: 768px) {
    .sns-icons.pcOnly {
      display: none;
    }
  }
  /* 必要に応じてレスポンシブで調整 */
  @media screen and (max-width: 768px) {
    .sns-icons img {
      width: 28px;
      height: 28px;
    }
  }

  /* モバイル向け調整（例） */
  @media screen and (max-width: 768px) {
    .sns-icons {
      top: 10px;
      right: 10px;
    }
    .sns-icons img {
      width: 28px;
      height: 28px;
    }
  }

  main {
    padding-top: 60px;
  }

  h2.enTtl,
  h3.enTtl {
    padding-bottom: 25px;
    margin: 0 auto 10px auto;
  }
  h2.enTtl::after,
  h3.enTtl::after {
    height: 15px;
  }

  .btnMore {
    max-width: 100%;
    width: 90%;
    margin: 0 auto;
  }

  .onlineCont {
    padding-bottom: 50px;
  }
  .onlineBg {
    background: url(https://makizumekobe.com/wp/wp-content/uploads/2025/06/bg_online2.png)
      repeat-x center top/cover;
    padding: 30px 20px 60px 20px;
  }
  .onlineDetail {
    padding: 25px 20px;
    margin: -30px 20px 0 20px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  }
  .onlineDetail p:first-child {
    font-size: 12px;
    margin-bottom: 30px;
  }
  .onlineDetail p:last-child {
    max-width: 100%;
    margin: 30px auto 0 auto;
  }

  .accessCont {
    padding-bottom: 50px;
  }
  .accessCont h2 {
    max-width: 145px;
  }
  .accessCont iframe {
    width: 100%;
    height: 200px;
    margin-bottom: 10px;
  }
  .accessCont ul {
    font-size: 12px;
  }
  .accessCont ul li:last-child {
    margin-top: 5px;
  }
  .accessCont ul li span {
    padding: 0 0 3px 17px;
  }
  .accessCont ul li span::after {
    width: 10px;
    height: 12px;
    top: calc(50% - 7px);
  }

  footer {
    padding: 30px 20px 20px 20px;
  }
  .footerInner {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 24px;
  }
  .footerLeft {
    flex: none;
  }
  .footerBrand {
    justify-content: space-between;
    margin-bottom: 30px;
  }
  .footerBrand dt {
    max-width: 150px;
  }
  .footerBrand dd:nth-child(2) {
    max-width: 104px;
  }
  .footerBrand dd:nth-child(3) {
    max-width: 25px;
  }
  .footerPediglass {
    max-width: 160px;
    margin-bottom: 16px;
  }
  .footerNav {
    flex-wrap: wrap;
    gap: 20px;
  }
  .footerNavCol {
    flex: 0 0 calc(50% - 10px);
  }
  .footerCopy small {
    font-size: 10px;
  }

  .fat-nav .menuInner {
    max-width: 100%;
    width: 75%;
    padding: 100px 0;
  }
  .fat-nav .menuInner ul.menuTop {
    margin-bottom: 30px;
  }
  .fat-nav .menuInner ul.menuTop > li {
    padding: 12px 20px;
  }
  .fat-nav .menuInner ul.menuTop > li > a {
    font-size: 16px;
  }
  .fat-nav .menuInner ul.menuTop > li > ul li a {
    font-size: 16px;
  }
  .fat-nav .menuInner ul.menuBottom {
    margin-bottom: 20px;
  }
  .fat-nav .menuInner ul.menuBottom li a {
    font-size: 16px;
  }
  .fat-nav .menuInner > p:last-child {
    width: 30px;
    margin: 20px auto 0 auto;
  }
}

@media screen and (max-width: 320px) {
  header {
    height: 50px;
    padding: 0 0 0 15px;
  }
  header ul li {
    width: 50px;
  }
  header ul li.menu {
    width: 50px;
    height: 50px;
  }

  main {
    padding-top: 50px;
  }

  .footerBrand dt {
    max-width: 160px;
  }
  .footerBrand dd:nth-child(2) {
    max-width: 98px;
  }
  .footerBrand dd:nth-child(3) {
    max-width: 23px;
  }

  .fat-nav .menuInner {
    max-width: 100%;
    width: 75%;
    padding: 100px 0;
  }
  .fat-nav .menuInner ul.menuTop {
    margin-bottom: 30px;
  }
  .fat-nav .menuInner ul.menuTop > li {
    padding: 12px 20px;
  }
  .fat-nav .menuInner ul.menuTop > li > a {
    font-size: 16px;
  }
  .fat-nav .menuInner ul.menuTop > li > ul li a {
    font-size: 16px;
  }
  .fat-nav .menuInner ul.menuBottom {
    margin-bottom: 20px;
  }
  .fat-nav .menuInner ul.menuBottom li a {
    font-size: 16px;
  }
  .fat-nav .menuInner > p:last-child {
    width: 30px;
    margin: 20px auto 0 auto;
  }
}

/* foot固定*/

.sp_contact {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999999;
  width: 100%;
  display: flex;
  justify-content: center;
  background: rgba(255, 255, 255, 0.5);
}
.sp_contact > * {
  margin: 0;
  width: 50%;
  box-sizing: border-box;
}

.sp_contact_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 10px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3;
  text-align: center;
}

.sp_contact_icon {
  width: 22px;
  height: 22px;
  margin-right: 8px;
  vertical-align: middle;
  flex-shrink: 0;
}

.sp_contact_tel_icon {
  width: 22px;
  height: 22px;
  fill: #fff;
}

.sp_contact_line {
  background: #06c755;
  color: #fff;
  height: 25px;
}

.sp_contact_tel {
  background: #5a4822;
  color: #fff;
  height: 25px;
}
