/* =========================
   GLOBAL NAV
========================= */

.fixed{
  position:fixed;
  width:100%;
  height:95px;
  background:#4a001d url('/images/header_bg_s.png') left bottom repeat-x;
  color:#fff;
  z-index:100;
  top:0;
  left:0;
}

.fixed .container{
  width:1180px;
  margin:0 auto;
  position:relative;
  height:95px;
}

/* bodyがヘッダーに隠れないように */
body{
  padding-top:95px;
}

/* 上部グローバルナビ */
.gnav {
  background: #4a001d;
  color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
}

.gnav > ul {
  max-width: 1180px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gnav > ul > li {
  position: relative;
  list-style: none;
}

.gnav > ul > li > a,
.gnav > ul > li.has-child {
  display: block;
  padding: 18px 14px;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 14px;
}

.gnav a {
  color: #fff;
  text-decoration: none;
}

.gnav .child {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 220px;
  max-height: 500px;
  overflow-y: auto;
  background: #fff;
  padding: 0;
  margin: 0;
  list-style: none;
  border: 1px solid #ccc;
  z-index: 10000;
}

.gnav .has-child:hover .child {
  display: block;
}

.gnav .child li a {
  display: block;
  padding: 9px 12px;
  color: #333;
  font-size: 13px;
  border-bottom: 1px solid #eee;
}

.gnav .child li a:hover {
  background: #f5eee8;
  color: #7a3f00;
}

body {
  padding-top: 58px;
}




body {
  background: url("https://mominotakumi.com/images/bg.jpg") repeat;
}

.takumi-layout {
  max-width: 1180px;
  margin: 0 auto;
  background: #fff;
  padding: 8px 12px 30px;
}

.takumi-mainvisual img {
  width: 100%;
  display: block;
  border: 6px solid #fff;
}

.takumi-content {
  display: grid;
  grid-template-columns: 260px 1fr;
  gap: 24px;
  margin-top: 24px;
}

.takumi-side {
  order: 1;
}

.takumi-main {
  order: 2;
}

.takumi-main h1 {
  background: linear-gradient(90deg, #6b2f1b, #9b5a35);
  color: #fff;
  font-size: 24px;
  padding: 14px 18px;
  margin: 0 0 20px;
  font-weight: bold;
}

.main-photo {
  width: 100%;
  display: block;
  margin-bottom: 24px;
}

.reserve-box {
  background: #dbe7f1;
  border: 1px solid #b8c6d2;
  padding: 10px;
}

.reserve-box h3 {
  font-size: 16px;
  margin: 0 0 10px;
  color: #333;
}

.reserve-box p {
  font-size: 13px;
  line-height: 1.6;
}

.shop-card {
  background: #ffffcc;
  border: 1px solid #ddd;
  padding: 10px;
  margin-top: 12px;
}

.shop-card strong {
  display: block;
  font-size: 16px;
  color: #7a3f00;
}

.shop-card span {
  font-size: 12px;
}

.tel {
  font-size: 18px !important;
  font-weight: bold;
  color: #7a3f00;
  margin: 6px 0;
}

.reserve-btn {
  display: block;
  background: #6b3300;
  color: #fff;
  text-align: center;
  padding: 10px;
  text-decoration: none;
  font-weight: bold;
  transition: 0.25s;
}

.reserve-btn:hover {
  transform: translateX(5px);
  opacity: 0.85;
}

.takumi-section {
  font-size: 16px;
  line-height: 1.9;
}

.takumi-section h2 {
  border-left: 6px solid #7a3f00;
  padding-left: 12px;
  color: #5a2a14;
}

/* スマホ対応 */
@media (max-width: 768px) {
  .takumi-layout {
    padding: 6px;
  }

  .takumi-content {
    grid-template-columns: 1fr;
  }

  .takumi-side,
  .takumi-main {
    order: unset;
  }

  .takumi-main h1 {
    font-size: 20px;
  }
}

.takumi-content.takumi-3col {
  display: grid;
  grid-template-columns: 260px 1fr 260px;
  gap: 24px;
  align-items: start;
}

.takumi-main {
  grid-column: 2;
  grid-row: 1;
}

.takumi-left {
  grid-column: 1;
  grid-row: 1;
}

.takumi-right {
  grid-column: 3;
  grid-row: 1;
}

@media (max-width: 900px) {
  .takumi-content.takumi-3col {
    grid-template-columns: 1fr;
  }

  .takumi-left,
  .takumi-main,
  .takumi-right {
    grid-column: auto;
  }
}

.shop-card {
  background: linear-gradient(#fffedc, #f6f0b5);
  border: 1px solid #d9cf7b;
  padding: 10px;
  margin-top: 12px;
}

.shop-head {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.shop-head strong {
  font-size: 18px;
  color: #8a3f00;
  line-height: 1.2;
}

.shop-head span {
  font-size: 12px;
  color: #5c4b32;
  line-height: 1.2;
}

.tel {
  font-size: 18px !important;
  font-weight: bold;
  color: #8a3f00;
  margin: 0 0 12px;
  line-height: 1.2;
}

.reserve-btn {
  display: block;
  background: #7a3f00;
  color: #fff;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 10px;
  transition: 0.2s;
}

.reserve-btn:hover {
  opacity: 0.85;
}

.shop-head {
  display: flex !important;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
  margin-bottom: 8px;
}

.shop-head strong {
  font-size: 18px !important;
  color: #8a3f00;
}

.shop-head span {
  font-size: 12px !important;
  color: #5c4b32;
}

.shop-card .shop-head {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  flex-wrap: wrap !important;
  margin-bottom: 8px !important;
}

.shop-card .shop-head strong {
  display: inline !important;
  font-size: 16px !important;
  color: #8a3f00 !important;
}

.shop-card .shop-head span {
  display: inline !important;
  font-size: 11px !important;
  color: #5c4b32 !important;
}

.shop-card .tel {
  display: block !important;
  font-size: 18px !important;
  font-weight: bold !important;
  color: #8a3f00 !important;
  margin: 8px 0 12px !important;
}

.shop-card .reserve-btn {
  display: block !important;
  width: 100% !important;
  box-sizing: border-box !important;
}

.takumi-layout{
  box-shadow:0 0 12px rgba(0,0,0,.15);
}

.shop-card{
  border:1px solid #d6c66c;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.7);
}

.reserve-btn{
  border:1px solid #5a2d00;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.2),
    0 1px 2px rgba(0,0,0,.2);
}

.open-label{
  margin-top:4px;
  background:#e60000;
  color:#fff;
  text-align:center;
  font-size:14px;
  font-weight:bold;
  padding:8px 6px;
  line-height:1.2;
}

.shop-card .shop-head {
  display: flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  flex-wrap: nowrap !important;
}

.shop-card .shop-head strong {
  flex-shrink: 0 !important;
  font-size: 15px !important;
}

.shop-card .shop-head span {
  font-size: 9px !important;
  white-space: nowrap !important;
}

.takumi-fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 86px;
  background: #4b001d;
  z-index: 9999;
  color: #fff;
}

.header-inner {
  max-width: 1180px;
  height: 86px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.header-logo a {
  display: block;
  width: 250px;
  height: 52px;
  background: url("https://mominotakumi.com/images/momitaku.png") center center no-repeat;
  background-size: contain;
}

.header-logo span {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.header-tel {
  text-align: center;
  line-height: 1.1;
}

.header-tel strong {
  display: block;
  font-size: 30px;
  font-weight: bold;
}

.header-tel span {
  display: block;
  font-size: 12px;
  border: 1px solid #fff;
  padding: 2px 8px;
}

.header-reserve {
  background: #fff;
  color: #f05a00;
  text-decoration: none;
  font-size: 20px;
  font-weight: bold;
  padding: 12px 22px;
}

.menu-btn {
  background: none;
  border: none;
  color: #fff;
  font-size: 28px;
  cursor: pointer;
}

/* ヘッダー分だけ下げる */
body {
  padding-top: 86px;
}

/* globalnavは通常非表示 */
.gnav {
  display: block !important;
  position: fixed !important;
  top: 86px !important;
  left: auto !important;
  right: -280px !important;
  width: 260px !important;
  height: calc(100vh - 86px) !important;
  background: #2f2f2f !important;
  z-index: 9998 !important;
  transition: right 0.3s ease !important;
  overflow-y: auto !important;
}

.gnav.is-open {
  right: 0 !important;
}

.gnav > ul {
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.gnav li {
  list-style: none !important;
  border-bottom: 1px dashed #777 !important;
}

.gnav a,
.gnav .has-child {
  display: block !important;
  color: #fff !important;
  padding: 12px 20px !important;
  text-decoration: none !important;
  font-weight: bold !important;
  writing-mode: horizontal-tb !important;
}

/* 店舗情報の子メニュー */
.gnav .child {
  display: none !important;
  background: #111 !important;
  margin: 0 !important;
  padding: 0 !important;
}

.gnav .has-child:hover .child {
  display: block !important;
}

.gnav .child li {
  border-bottom: 1px solid #333 !important;
}

.gnav .child li a {
  color: #fff !important;
  background: #111 !important;
  padding: 9px 20px 9px 28px !important;
  font-size: 13px !important;
}

.gnav .child li a:hover {
  background: #4a001d !important;
  color: #fff !important;
}

/* =========================
   FOOTER
========================= */

.takumi-footer {
  background: #2d0015;
  color: #fff;
  margin-top: 60px;
  padding: 40px 20px;
}

.footer-inner {
  max-width: 1180px;
  margin: 0 auto;
  text-align: center;
}

.footer-logo {
  margin-bottom: 24px;
}

.footer-logo a {
  display: block;
  width: 260px;
  height: 56px;
  margin: 0 auto;
  background: url("https://mominotakumi.com/images/momitaku.png") center center no-repeat;
  background-size: contain;
}

.footer-links {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 18px;
  margin-bottom: 24px;
}

.footer-links a {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
}

.footer-links a:hover {
  opacity: 0.7;
}

.footer-copy {
  font-size: 12px;
  opacity: 0.7;
}

/* =========================
   TEL BOX
========================= */

.tel-box {
  max-width: 720px;
  margin: 40px auto;
  background: #e8f0f7;
  border: 1px solid #7d5b4d;
  border-radius: 8px;
  text-align: center;
  padding: 18px 20px;
}

.tel-lead {
  font-size: 18px;
  color: #333;
  margin: 0 0 10px;
}

.tel-number {
  margin: 0 0 12px;
  line-height: 1;
}

.tel-number a {
  color: #001cff;
  font-size: clamp(34px, 5vw, 42px);
  font-weight: bold;
  text-decoration: underline;
  line-height: 1.1;
}

.tel-info {
  font-size: 16px;
  line-height: 1.8;
  color: #333;
  margin: 0;
}

/* =========================
   BODYCARE BOX
========================= */

.bodycare-box {
  background: #fff7d8;
  border: 1px solid #d7c089;
  padding: 24px;
  margin: 40px 0;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.bodycare-title {
  background: linear-gradient(90deg,#6b2f1b,#b27045);
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  padding: 18px 24px;
  margin: -24px -24px 30px;
  letter-spacing: 1px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}



.bodycare-image {
  overflow: hidden;
  border: 4px solid #fff;
  box-shadow: 0 10px 25px rgba(0,0,0,0.18);
  margin-bottom: 34px;
}

.bodycare-image img {
  width: 100%;
  display: block;
  transition: 0.5s;
}

.bodycare-image img:hover {
  transform: scale(1.03);
}

.bodycare-text {
  font-size: 17px;
  line-height: 2.1;
  color: #3d2a1e;
  font-weight: 500;
}

.bodycare-text p {
  margin-bottom: 22px;
}

.bodycare-text p:last-child {
  margin-bottom: 0;
}

.shop-info-box {
  margin: 50px 0;
  background: #fff;
  border: 1px solid #d8c2aa;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.shop-info-title {
  background: linear-gradient(90deg, #6b2f1b, #c78352);
  color: #fff;
  font-size: 24px;
  padding: 18px 24px;
  margin: 0;
  font-weight: bold;
}

.shop-info-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.shop-info-table th {
  width: 150px;
  background: #f7f0e8;
  color: #6b2f1b;
  text-align: left;
  padding: 18px;
  border-bottom: 1px solid #ead8c4;
  font-weight: bold;
}

.shop-info-table td {
  padding: 18px 22px;
  border-bottom: 1px solid #ead8c4;
  line-height: 1.9;
  color: #333;
}

.shop-info-table tr:last-child th,
.shop-info-table tr:last-child td {
  border-bottom: none;
}

.shop-info-table a {
  color: #0066cc;
  font-weight: bold;
}

.shop-info-table .red {
  color: #e60000;
  font-weight: bold;
}

.menu-price-box {
  margin: 50px 0;
  background: #fff;
  border: 1px solid #d8c2aa;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.menu-price-title {
  background: linear-gradient(90deg, #6b2f1b, #b27045);
  color: #fff;
  font-size: 24px;
  padding: 18px 24px;
  margin: 0;
  font-weight: bold;
}

.menu-price-lead {
  background: #fff7e8;
  color: #5a2a14;
  padding: 18px 24px;
  line-height: 1.8;
  font-size: 15px;
  border-bottom: 1px solid #ead8c4;
}

.price-list {
  padding: 20px;
}

.price-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  background: #fff;
  border: 1px solid #ead8c4;
  border-radius: 10px;
  padding: 18px 20px;
  margin-bottom: 14px;
}

.price-item h3 {
  margin: 0 0 6px;
  color: #5a2a14;
  font-size: 20px;
}

.price-item p {
  margin: 0;
  color: #666;
  font-size: 14px;
}

.price-item strong {
  color: #8a3f00;
  font-size: 22px;
  white-space: nowrap;
}

.price-item.recommend {
  background: #fff4df;
  border: 2px solid #c78352;
}

.price-item.popular {
  background: #fff8ea;
  border: 2px solid #d9a441;
}

.badge {
  display: inline-block;
  background: #e60000;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 999px;
  margin-bottom: 8px;
}

@media (max-width: 768px) {
  .price-item {
    display: block;
  }

  .price-item strong {
    display: block;
    margin-top: 12px;
    text-align: right;
  }
}

.shop-link {
  color: #8a3f00;
  text-decoration: none;
  transition: 0.2s;
}

.shop-link:hover {
  color: #c05b00;
  text-decoration: underline;
}

.side-banner-area {
  margin-top: 16px;
}

.side-banner {
  display: block;
  margin-bottom: 10px;
}

.side-banner img {
  width: 100%;
  display: block;
  border: 1px solid #ccc;
  transition: 0.2s;
}

.side-banner:hover img {
  opacity: 0.85;
}

@media screen and (max-width: 768px) {

  html,
  body {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  .takumi-layout {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin: 0 !important;
    padding: 8px 10px 30px !important;
    box-sizing: border-box !important;
  }

  .takumi-content,
  .takumi-content.takumi-3col {
    display: flex !important;
    flex-direction: column !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: none !important;
  }

  .takumi-main {
    order: 1 !important;
  }

  .takumi-left {
    order: 2 !important;
  }

  .takumi-right {
    order: 3 !important;
  }

  .takumi-main,
  .takumi-left,
  .takumi-right {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-column: auto !important;
    grid-row: auto !important;
  }

  .takumi-mainvisual img,
  .main-photo,
  .bodycare-image img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
  }

  .tel-number a {
    font-size: 34px !important;
  }
}

@media screen and (max-width: 768px) {

  .takumi-fixed-header {
    height: 76px !important;
    overflow: hidden !important;
  }

  .header-inner {
    height: 76px !important;
    padding: 0 10px !important;
    justify-content: space-between !important;
    gap: 6px !important;
  }

  .header-logo {
    gap: 6px !important;
    flex: 1 !important;
    min-width: 0 !important;
  }

  .header-logo a {
    width: 150px !important;
    height: 38px !important;
  }

  .header-logo span {
    font-size: 14px !important;
    line-height: 1.2 !important;
    white-space: nowrap !important;
  }

  .header-tel {
    width: auto !important;
    text-align: center !important;
    flex-shrink: 0 !important;
  }

  .header-tel strong {
    font-size: 20px !important;
    line-height: 1 !important;
  }

  .header-tel span {
    font-size: 9px !important;
    padding: 1px 4px !important;
    white-space: nowrap !important;
  }

  .header-reserve {
    display: none !important;
  }

  .menu-btn {
    font-size: 28px !important;
    padding: 4px 8px !important;
    flex-shrink: 0 !important;
  }

  body {
    padding-top: 76px !important;
  }

  .gnav {
    top: 76px !important;
    height: calc(100vh - 76px) !important;
  }
}

@media screen and (max-width: 768px) {
  html,
  body {
    width: 100% !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  * {
    max-width: 100%;
    box-sizing: border-box;
  }

  .takumi-fixed-header,
  .header-inner,
  .takumi-layout,
  .takumi-mainvisual,
  .takumi-content,
  .takumi-main,
  .takumi-left,
  .takumi-right,
  .reserve-box,
  .shop-card,
  .tel-box,
  .bodycare-box,
  .shop-info-box,
  .menu-price-box {
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .header-reserve {
    display: none !important;
  }

  .gnav {
    right: -260px !important;
    width: 260px !important;
  }

  .gnav.is-open {
    right: 0 !important;
  }
}

@media screen and (max-width: 768px) {

  .bodycare-box {
    padding: 16px !important;
    margin: 20px 0 !important;
  }

  .bodycare-title {
    margin: 0 0 20px !important;
    padding: 16px !important;
    font-size: 32px !important;
    line-height: 1.4 !important;
    word-break: break-word !important;
  }

  .bodycare-box img {
    width: 100% !important;
    height: auto !important;
    display: block !important;
  }

}

@media screen and (max-width: 768px) {

  .takumi-layout {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .takumi-mainvisual,
  .takumi-content,
  .takumi-main,
  .takumi-left,
  .takumi-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .takumi-main > *,
  .takumi-left > *,
  .takumi-right > * {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}

@media screen and (max-width: 768px) {

  html,
  body {
    width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    margin: 0 !important;
  }

  .takumi-fixed-header,
  .header-inner,
  .takumi-layout,
  .takumi-mainvisual,
  .takumi-content,
  .takumi-main,
  .takumi-left,
  .takumi-right,
  .bodycare-box,
  .tel-box,
  .shop-info-box,
  .menu-price-box {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    box-sizing: border-box !important;
  }

  .takumi-layout {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .takumi-content.takumi-3col {
    display: flex !important;
    flex-direction: column !important;
    grid-template-columns: none !important;
  }

  .takumi-main {
    order: 1 !important;
  }

  .takumi-left {
    order: 2 !important;
  }

  .takumi-right {
    order: 3 !important;
  }

  .takumi-mainvisual img,
  .main-photo,
  .bodycare-image img,
  img {
    width: 100% !important;
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .tel-number a {
    font-size: 34px !important;
    word-break: break-all !important;
  }
}

.ep-menu-box {
  margin: 50px 0;
  background: #fff;
  border: 1px solid #d8c2aa;
  box-shadow: 0 8px 24px rgba(0,0,0,0.08);
}

.ep-menu-title {
  background: linear-gradient(90deg, #6b2f1b, #b27045);
  color: #fff;
  font-size: 24px;
  padding: 18px 24px;
  margin: 0;
}

.ep-menu-category {
  background: #fff7e8;
  color: #5a2a14;
  font-weight: bold;
  padding: 14px 20px;
  border-bottom: 1px solid #ead8c4;
}

.ep-menu-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  padding: 16px 20px;
  border-bottom: 1px solid #eee;
}

.ep-menu-text strong {
  display: block;
  color: #333;
  font-size: 16px;
}

.ep-menu-text span {
  display: block;
  color: #8a3f00;
  font-size: 18px;
  font-weight: bold;
  margin-top: 4px;
}

.ep-menu-btn {
  background: #7a3f00;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  padding: 10px 16px;
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .ep-menu-item {
    display: block;
  }

  .ep-menu-btn {
    display: block;
    text-align: center;
    margin-top: 12px;
  }
}


.price-item.price-link {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
  transition: 0.25s;
}

.price-item.price-link:hover {
  transform: translateY(-3px);
  background: #fff4df;
  border-color: #c78352;
  box-shadow: 0 8px 18px rgba(0,0,0,0.12);
}

.price-item.price-link:hover h3 {
  color: #8a3f00;
}

.price-item.price-link:hover strong {
  color: #e60000;
}

.menu-category-title{
  font-size:28px;
  font-weight:bold;
  color:#7b3f17;
  margin:50px 0 20px;
  padding-left:16px;
  border-left:6px solid #9b5a2e;
}

.price-item{
  padding:16px 18px;
  min-height:auto;
}

.price-item h3{
  font-size:22px;
  margin-bottom:6px;
}

.price-item p{
  font-size:14px;
  line-height:1.5;
}

.price-item strong{
  font-size:22px;
}

.badge{
  font-size:12px;
  padding:4px 10px;
}

.price-item{
  display:flex;
  justify-content:space-between;
  align-items:center;
  gap:16px;
}

.price-item > div{
  flex:1;
}

.price-item strong{
  white-space:nowrap;
  font-size:18px;
}

.price-item h3{
  font-size:20px;
  margin-bottom:4px;
}

.price-item p{
  font-size:13px;
  margin:0;
  line-height:1.5;
}

.price-link{
  text-decoration:none;
  color:inherit;
}

.price-link:hover{
  text-decoration:none;
}

.header-logo a{
  display:block;
  width:260px;
  height:42px;
  background:url('/images/momitaku.png') no-repeat left center;
  background-size:contain;
  overflow:hidden;
}

.header-logo {
  display: flex;
  align-items: center;
  gap: 14px;
  margin: 0;
}

.header-logo a{
  display:block;
  width:260px;
  height:42px;
  background:url('/images/momitaku.png') no-repeat left center;
  background-size:contain;

  font-size:0;
  line-height:0;
  color:transparent;

  overflow:hidden;
}

.header-logo span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
  white-space: nowrap;
}

.takumi-main h2 {
  background: linear-gradient(90deg, #6b2f1b, #9b5a35);
  color: #fff;
  font-size: 24px;
  padding: 14px 18px;
  margin: 0 0 20px;
  font-weight: bold;
}

.header-logo a,
.header-logo a:link,
.header-logo a:visited,
.header-logo a:hover,
.header-logo a:active {
  display: block !important;
  width: 250px !important;
  height: 52px !important;
  background: url("https://mominotakumi.com/images/momitaku.png") center center no-repeat !important;
  background-size: contain !important;
  font-size: 0 !important;
  line-height: 0 !important;
  color: transparent !important;
  text-decoration: none !important;
  overflow: hidden !important;
  text-indent: 0 !important;
}

@media screen and (max-width: 768px) {
  .header-logo a,
  .header-logo a:link,
  .header-logo a:visited,
  .header-logo a:hover,
  .header-logo a:active {
    width: 150px !important;
    height: 38px !important;
    font-size: 0 !important;
    line-height: 0 !important;
    color: transparent !important;
    text-decoration: none !important;
    overflow: hidden !important;
    text-indent: 0 !important;
  }
}