/* =========================
   BASE
========================= */
html, body {
  margin: 0;
  padding: 0;
}

body {
  padding-top: 95px;
  background: url("/images/bg.jpg") repeat;
  font-family: "メイリオ", Meiryo, sans-serif;
}

/* =========================
   HEADER
========================= */
.site-old-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 95px;
  background: #4b001d;
  color: #fff;
  z-index: 10000;
}

.site-old-header-inner {
  max-width: 960px;
  height: 95px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.site-old-logo {
  margin: 0;
  flex-shrink: 0;
}

.site-old-logo a {
  display: block;
  width: 244px;
  height: 51px;
  background: url("/images/momitaku.png") center center no-repeat;
  background-size: contain;
  font-size: 0;
  line-height: 0;
  color: transparent;
  overflow: hidden;
}

.site-old-subnav {
  position: absolute;
  top: 0;
  right: calc((100% - 960px) / 2);
  background: #8a5a2b;
  padding: 5px 16px;
  border-radius: 0 0 6px 6px;
  z-index: 10001;
}

.site-old-subnav a {
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  margin-left: 10px;
}

/* =========================
   HEADER NAV
========================= */
.site-old-nav-list {
  display: flex;
  align-items: center;
  gap: 22px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-old-nav-list > li {
  position: relative;
  list-style: none;
}

.site-old-nav-list > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.3;
  white-space: nowrap;
  padding: 12px 0;
  transition: 0.2s;
}

.site-old-nav-list > li > a:hover {
  color: #ffe082;
}

/* =========================
   DROPDOWN
========================= */
.site-old-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 500px;
  min-height: 520px;
  background: rgba(0,0,0,0.82);
  padding: 18px 22px;
  z-index: 10002;
}

.has-dropdown:hover .site-old-dropdown {
  display: block;
}

.site-old-dropdown ul {
  display: grid;
  grid-auto-flow: column;
  grid-template-rows: repeat(20, auto);
  grid-auto-columns: 150px;
  gap: 0 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.site-old-dropdown li {
  break-inside: avoid;
  border-bottom: 1px dotted rgba(255,255,255,0.35);
}

.site-old-dropdown li a {
  display: block;
  padding: 7px 8px;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
}

.site-old-dropdown li a:hover {
  background: rgba(255,255,255,0.16);
  color: #ffd400;
}

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

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

.takumi-left {
  grid-column: 1;
  background: #d9e2ea;
  padding: 10px;
}

.takumi-main {
  grid-column: 2;
  background: #fff;
}

.takumi-right {
  grid-column: 3;
  background: #d9e2ea;
  padding: 10px;
}

.takumi-layout img {
  max-width: 100%;
  height: auto;
  display: block;
}

.takumi-layout a {
  color: #7a3f00;
  text-decoration: none;
}

/* =========================
   TOP SLIDER
========================= */
.sitemap-top-slider {
  max-width: 1180px;
  margin: 0 auto 20px;
  background: #fff;
  border: 6px solid #fff;
  display: grid;
  grid-template-columns: 1fr 260px;
  box-sizing: border-box;
}

.sitemap-slide-image {
  height: 280px;
  overflow: hidden;
  background: #000;
  line-height: 0;
}

.sitemap-slide-image img {
  width: 100%;
  height: 280px;
  object-fit: cover;
  display: block;
}

.sitemap-slide-menu {
  height: 280px;
  margin: 0;
  padding: 14px 16px;
  box-sizing: border-box;
  list-style: none;
  background: rgba(55, 25, 10, 0.9);
  background-image: url("/images/bg.jpg");
  background-blend-mode: multiply;
}

.sitemap-slide-menu li {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  line-height: 1.35;
  padding: 10px 4px;
  border-bottom: 1px solid rgba(255,255,255,0.25);
  cursor: pointer;
}

.sitemap-slide-menu li::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #fff;
  margin-right: 6px;
  vertical-align: middle;
}

.sitemap-slide-menu li.active::before,
.sitemap-slide-menu li:hover::before {
  background: #ffd400;
}

.sitemap-slide-menu li.active,
.sitemap-slide-menu li:hover {
  color: #ffd400;
}

.sitemap-slide-menu li.active::before,
.sitemap-slide-menu li:hover::before {
  color: #ffd400;
}

.sitemap-slide-menu li {
  text-align: left;
}

.sitemap-top-slider {
  margin: -10px auto 15px;
}

/* =========================
   MAIN CONTENT
========================= */

.takumi-main h1{
  margin: 0 0 24px;
  padding: 16px 20px;
  background:
    linear-gradient(90deg,#8f4d28,#b06239);
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  letter-spacing: 2px;
  border-left: 6px solid #5b2d14;
  box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}

.takumi-main h2{
  position: relative;
  margin: 0 0 24px;
  padding-left: 14px;

  color: #8b4a22;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.4;

  background: none;
  border: none;
  box-shadow: none;
  padding-top: 3px;
}

/* 左の縦線 */
.takumi-main h2::before{
  content: "";
  position: absolute;
  left: 0;
  top: 2px;

  width: 4px;
  height: 28px;

  background: #8b4a22;
}

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

.takumi-layout p {
  margin: 0 0 16px;
  line-height: 1.8;
}

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

  .takumi-main h1{
    font-size: 24px;
    padding: 12px 14px;
    margin-bottom: 18px;
  }

  .takumi-main h2{
    font-size: 16px;
    padding-left: 12px;
    margin-bottom: 18px;
    padding-top: 2px;
  }

  .takumi-main h2::before{
    top: 1px;
    width: 3px;
    height: 24px;
  }

}




/* =========================
   SIDEBAR
========================= */
.reserve-box {
  background: #dbe7f1;
  padding: 00px;
}

.shop-card {
  background: #f4f0c9;
  border: 1px solid #d5c47a;
  padding: 10px;
  margin-bottom: 12px;
}

.shop-card a {
  color: #9b4c00;
  font-weight: bold;
}

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

.reserve-btn {
  display: block;
  background: #8a4d00;
  color: #fff !important;
  text-align: center;
  padding: 12px;
  margin-top: 10px;
  font-weight: bold;
}

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

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

.shop-head strong {
  font-size: 15px;
  color: #8a3f00;
  flex-shrink: 0;
}

.shop-head span {
  font-size: 9.5px;
  color: #5c4b32;
  white-space: nowrap;
}

.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;
}

.reserve-box h3,
.reserve-box-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.4;
}

.shop-head {
  display: flex;
  align-items: baseline;
  gap: 3px;
  flex-wrap: nowrap;
}

.shop-head strong {
  font-size: 15px;
  line-height: 1;
  flex: 0 0 auto;
}

.shop-head span {
  font-size: 9.5px;
  line-height: 1;
  white-space: nowrap;
  color: #6b5b43;
  position: static;
  transform: scale(0.9);
  transform-origin: left center;
}


/* =========================
   SIDEBAR IMAGE
========================= */
.side-banner-area {
    margin-top: 16px;
}

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

/* =========================
   SIDE LINK BOX
========================= */

.side-link-box {
  background: #d8e3ec;
  padding: 0;
  margin-top: 16px;
}

.side-link-title {
  background: #d8c6b0;
  border: 1px solid #7b4a2b;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  margin: 0 0 14px;
  color: #4b2b16;
}

.side-link-list {
  margin: 0;
  padding: 0 10px 12px 28px;
}

.side-link-list li {
  margin-bottom: 8px;
}

.side-link-list a {
  color: #333;
  text-decoration: none;
  font-size: clamp(11px, 1vw, 14px);
  line-height: 1.4;
  word-break: break-word;
}

.side-link-list a:hover {
  color: #a45a00;
  text-decoration: underline;
}

/* =========================
   SIDE BANNER
========================= */

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

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

.side-banner img {
  width: 100%;
  height: auto;
  display: block;
}


/* =========================
   TEL BOX
========================= */
.tel-box .tel-number a {
  font-size: 42px;
  color: #0047ff;
  font-weight: bold;
}

/* =========================
   H2の上にスペース確保
========================= */
.staff-recruit-title {
  margin-top: 36px !important;
}




/* =========================
   MOBILE
========================= */
@media screen and (max-width: 768px) {
  body {
    padding-top: 76px;
  }

  .site-old-header {
    height: 76px;
  }

  .site-old-header-inner {
    width: 100%;
    height: 76px;
    padding: 0 12px;
    box-sizing: border-box;
  }

  .site-old-logo a {
    width: 180px;
    height: 42px;
  }

  .site-old-subnav {
  display: none;
}

  .takumi-layout {
    width: 100%;
    padding: 8px 10px 30px;
    box-sizing: border-box;
  }

.sitemap-top-slider {
  margin-top: 0;
}

  .sitemap-top-slider {
    display: block;
    margin: 0 auto 20px;
  }

  .sitemap-slide-image,
  .sitemap-slide-image img {
    height: auto;
  }

  .sitemap-slide-menu {
    height: auto;
  }

  .takumi-content.takumi-3col {
    display: block;
  }

  .takumi-left,
  .takumi-right {
    display: none;
  }



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

/* =========================
   2 COLIMN
========================= */

.sitemap-shop-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px 18px;
}

.sitemap-shop-card {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fffaf0;
  border: 1px solid #e1c49a;
  border-radius: 8px;
  padding: 12px 14px;
  transition: 0.2s;
}

.sitemap-shop-card:hover {
  background: #fff1d6;
}

.shop-link {
  color: #5a2a14;
  font-weight: bold;
  text-decoration: none;
  font-size: 14px;
}

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

.reserve-link {
  background: linear-gradient(#ffd08a, #f3b46b);
  border: 1px solid #d8913c;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 12px;
  color: #5a2a14;
  text-decoration: none;
  white-space: nowrap;
  font-weight: bold;
}

.reserve-link:hover {
  opacity: .85;
}



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

.takumi-footer {
  background: #3b0018;
  margin-top: 40px;
  padding: 46px 20px 38px;
  text-align: center;
  color: #fff;
}

.takumi-footer .footer-inner {
  max-width: 1180px;
  margin: 0 auto;
}

.takumi-footer .footer-logo {
  margin-bottom: 26px;
}

.takumi-footer .footer-logo a {
  display: block;
  width: 260px;
  height: 58px;
  margin: 0 auto;
  background: url("/images/momitaku.png") center center no-repeat;
  background-size: contain;
  text-indent: -9999px;
  overflow: hidden;
}

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

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

.takumi-footer .footer-links a:hover {
  color: #ffd400;
}

.takumi-footer .footer-copy {
  font-size: 12px;
  color: rgba(255,255,255,0.75);
}

/* =========================
   SP MENU
========================= */

.sp-menu-btn{
  display:none;
}

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

  /* PCメニューを右スライド化 */
  .site-old-nav{
    position:fixed;
    top:0;
    right:-320px;
    width:320px;
    height:100vh;
    background:#2c2c2c;
    z-index:99998;
    transition:0.3s;
    overflow-y:auto;
    padding-top:80px;
  }

  .site-old-nav.active{
    right:0;
  }

  /* 三本線 */
  .sp-menu-btn{
    width:44px;
    height:44px;
    position:fixed;
    top:16px;
    right:12px;
    z-index:99999;
    background:#5b001f;
    border:2px solid #f0c84b;
    border-radius:4px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    gap:5px;
    cursor:pointer;
  }

  .sp-menu-btn span{
    width:24px;
    height:3px;
    background:#fff;
    display:block;
  }

  /* メニュー縦並び */
  .site-old-nav-list{
    display:block;
    padding:0;
    margin:0;
  }

  .site-old-nav-list > li{
    display:block;
    border-bottom:1px dotted rgba(255,255,255,0.2);
  }

  .site-old-nav-list > li > a{
    display:block;
    color:#fff;
    padding:18px;
    font-size:16px;
  }

  /* hover無効 */
  .has-dropdown:hover .site-old-dropdown{
    display:none;
  }

  /* 店舗一覧 */
  .site-old-dropdown{
    position:static;
    display:none;
    width:100%;
    min-height:auto;
    background:#111;
    padding:0;
  }

  .site-old-dropdown.active{
    display:block;
  }

  .site-old-dropdown ul{
    display:block;
  }

  .site-old-dropdown li{
    border-bottom:1px solid rgba(255,255,255,0.1);
  }

  .site-old-dropdown li a{
    display:block;
    padding:14px 20px;
    font-size:15px;
    color:#fff;
  }

}

@media screen and (max-width: 768px) {
  .site-old-nav {
    position: fixed;
    top: 0;
    right: -320px;
    width: 320px;
    height: 100vh;
    background: #2c2c2c;
    z-index: 99998;
    transition: 0.3s;
    overflow-y: auto;
    padding-top: 80px;
    display: block;
  }

  .site-old-nav.active {
    right: 0;
  }
}


@media screen and (max-width: 768px) {
  .site-old-nav {
    display: block !important;
  }

  .site-old-nav.active {
    right: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  .has-dropdown .site-old-dropdown.active {
    display: block !important;
  }
}

@media screen and (max-width: 768px) {
  .site-old-dropdown.active {
    max-height: 420px;
    overflow-y: auto;
  }

  .site-old-dropdown.active ul {
    display: block !important;
  }
}

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

  .site-old-nav {
    top: 76px !important;
    height: calc(100vh - 76px) !important;
    padding-top: 0 !important;
    background: #2b2b2b !important;
  }

  .site-old-nav-list > li > a {
    padding: 12px 18px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .site-old-dropdown li a {
    padding: 10px 20px !important;
    font-size: 14px !important;
    line-height: 1.3 !important;
  }

  .site-old-dropdown.active {
    max-height: 330px !important;
    overflow-y: auto !important;
  }

}

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

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

  .takumi-main {
    order: 1;
  }

  .takumi-left {
    order: 2;
    display: block !important;
    margin-top: 24px;
  }

  .takumi-right {
    order: 3;
    display: block !important;
    margin-top: 24px;
  }

  .takumi-footer {
    order: 4;
  }

}

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

  .takumi-left,
  .takumi-right {
    width: 100% !important;
    box-sizing: border-box !important;
    margin-top: 12px !important;
    padding: 10px !important;
  }

  .takumi-left {
    margin-top: 16px !important;
  }

  .takumi-right {
    margin-top: 8px !important;
  }

  .reserve-box,
  .side-link-box,
  .side-banner-area {
    width: 100% !important;
    box-sizing: border-box !important;
  }

  .shop-card {
    margin-bottom: 10px !important;
  }

}
