@charset "UTF-8";

/* ================================================================== */
/*  umeya-common.css  自動結合ファイル  2026-08-22
/*  結合元: css/reset.css + css/common.css + css/templates.css
/*  中身は3本の原本と同一。順番も原本どおり。
/*  編集は原本側で行い、再結合すること。
/* ================================================================== */


/* ================================================================== */
/*  --- reset.css ---
/* ================================================================== */


/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}


/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
a{
    text-decoration: none;
}
img{
    max-width: 100%;
    vertical-align: bottom;
}
ul{
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
}
*{
    box-sizing: border-box;
    word-break: break-all;
}

/* ================================================================== */
/*  --- common.css ---
/* ================================================================== */

/* Body base styles */
body {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  min-width: 1200px;
  font-size: 16px;
  line-height: 1.625;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro",
               "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

img {
  height: auto;
}

/* Container width utility */
.w1200 {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}

/* Section title styles */
.l-title {
  font-size: 33px;
  line-height: 1.7575757576;
  text-align: center;
}
.l-title span {
  display: block;
  font-size: 16px;
}

/* Flexbox utility */
.flex {
  display: flex;
}

/* Anchor and link behaviors */
a {
  color: inherit;
  display: inline-block;
}
a[href^="tel:"] {
  pointer-events: none;
}

/* Responsive display toggles */
.sp {
  display: none !important;
}
.pc {
  display: block !important;
}

/* Responsive adjustments for mobile (max-width: 767px) */
@media screen and (max-width: 767px) {
  body {
    min-width: auto;
  }
  .pc {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  [class$=l_wrap] {
    min-width: initial;
  }
  .l-title {
    font-size: clamp(22px, 6vw, 45px);
  }
  .l-title span {
    display: block;
    font-size: clamp(12px, 3.3333333333vw, 25px);
  }
  a[href^="tel:"] {
    pointer-events: all;
  }
}

/* Floating side banner buttons (LINE and Contact) */
.sky-bnr .line {
  position: fixed;
  right: 0;
  top: 25%;
  z-index: 100;
}
.sky-bnr .contact {
  position: fixed;
  right: 0;
  top: 50%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  .sky-bnr .line {
    position: fixed;
    right: 0;
    top: auto;
    bottom: 0;
    width: 50vw;
    display: block;
  }
  .sky-bnr .line img {
    width: 100%;
  }
  .sky-bnr .contact {
    position: fixed;
    left: 0;
    top: auto;
    bottom: 0;
    width: 50vw;
    display: block;
  }
  .sky-bnr .contact img {
    width: 100%;
  }
}

/* ============================================
   quick-nav ボタン（カスタマイザー追加CSSから移設・内容は同一）
   ============================================ */
.quick-nav{ display:grid; grid-template-columns:repeat(4, 1fr); gap:10px; margin:18px auto; max-width:1200px; padding:0 16px; }
.quick-nav__btn{ display:inline-flex; align-items:center; justify-content:center; text-decoration:none; padding:12px 10px; border:1px solid rgba(0, 0, 0, 0.15); border-radius:999px; font-weight:600; line-height:1; background:#fff; }
.quick-nav__btn:hover{ transform:translateY(-1px); }
@media (max-width:768px){
  .quick-nav{ grid-template-columns:repeat(2, 1fr); }
}

/* ============================================
 0189hommeハブ：SNSアイコン3つを横並び（2026-08-12）
   ============================================ */

/* 1) カラムの中身を中央寄せ＋アイコン同士の横の間隔を32px空ける
      ※column-gap は「横だけ」なので、タイトル画像との縦の間隔は変わらない */
.elementor-element-865f7f6 > .elementor-widget-wrap {
  justify-content: center;
  column-gap: 32px;
}

/* 2) SNSアイコン3つだけ、Elementorの「幅100%」をやめて画像の幅にする
      ※これが縦積みを解除する本体。!important はElementor側のCSSに勝つため */
.elementor-element-247c0d4,
.elementor-element-f4d844b,
.elementor-element-0305985 {
  width: auto !important;
  margin-bottom: 0 !important;
}

/* 3) 画像に幅を明示する
      ※遅延読み込み(loading="lazy")の画像は、幅指定が無いと0pxになり
        「表示されないから読み込まない」ループにはまるための対策
      ※実ファイルが40×40pxなので40px。大きくしたい場合は先にElementor側の
        画像サイズ設定を変更してから、この数値を合わせること */
.elementor-element-247c0d4 img,
.elementor-element-f4d844b img,
.elementor-element-0305985 img {
  width: 40px;
  height: auto;
}

/* 4) スマホは間隔だけ少し詰める（40px×3=120pxなので幅は変更不要） */
@media (max-width: 767px) {
  .elementor-element-865f7f6 > .elementor-widget-wrap {
    column-gap: 30px;
  }
}

/* ===== 共通検索窓（2026-08-18 追加） ===== */
.umeya-searchbox{
  max-width: 840px;
  margin: 0 auto 32px;
  box-sizing: border-box;
}
.umeya-searchbox__label{ display: block; }
.umeya-searchbox__labeltext{
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 8px;
}
.umeya-searchbox__row{
  display: flex;
  gap: 8px;
}
.umeya-searchbox__input{
  flex: 1 1 auto;
  min-width: 0;
  font-size: 16px;          /* iOSの自動ズーム防止（フッター検索窓と同じ理由） */
  padding: 10px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-sizing: border-box;
}
.umeya-searchbox__submit{
  flex: 0 0 auto;
  font-size: 15px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background: #333;
  color: #fff;
  cursor: pointer;
}
@media (max-width: 767px){
  .umeya-searchbox{ margin-bottom: 24px; }
}

/* ===== 共通カテゴリリンク（2026-08-18 追加） ===== */
.umeya-catlinks{
  max-width: 840px;
  margin: 0 auto 32px;
  box-sizing: border-box;
}
.umeya-catlinks__title{
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 8px;
}
.umeya-catlinks__list{
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.umeya-catlinks__item{
  margin: 0;
}
.umeya-catlinks__link{
  display: inline-block;
  padding: 7px 14px;
  border: 1px solid #ccc;
  border-radius: 999px;
  font-size: 14px;
  line-height: 1.4;
  text-decoration: none;
  color: #333;
  background: #fff;
}
.umeya-catlinks__link:hover{
  border-color: #333;
}
.umeya-catlinks__link.is-current{
  background: #333;
  border-color: #333;
  color: #fff;
}
@media (max-width: 767px){
  .umeya-catlinks{ margin-bottom: 24px; }
  .umeya-catlinks__link{ font-size: 13px; padding: 6px 12px; }
}


/* ================================================================== */
/*  --- templates.css ---
/* ================================================================== */

/*-----------------
header-l_wrap
------------------*/
.header-l_wrap {
  position: relative;
  z-index: 100;
  background-color: #fff;
}

.header-l_wrap.fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
}

@media screen and (max-width: 767px) {
  /*-----
  ハンバーガーボタン
  ------*/
  .button-area {
    position: absolute;
    top: 12px;
    max-width: 34px;
    right: 10px;
    height: 44px;
    z-index: 3;
  }
  button {
    position: relative;
  }
  .button-area .menu {
    bottom: -6px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    font-size: 10px;
    color: #000;
  }
  body.fixed .button-area {
    position: fixed;
  }
  .hamburger-menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    transition: opacity 0.3s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  .hamburger-menu.is-Active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
  }
  .hamburger-btn[aria-expanded=true] .hamburger_line {
    background-color: transparent;
  }
  .hamburger-btn[aria-expanded=true] .hamburger_line::before,
  .hamburger-btn[aria-expanded=true] .hamburger_line::after {
    top: 0;
    background-color: #000;
  }
  .hamburger-btn[aria-expanded=true] .hamburger_line::before {
    transform: rotate(45deg);
  }
  .hamburger-btn[aria-expanded=true] .hamburger_line::after {
    transform: rotate(-45deg);
  }
  .hamburger-btn {
    width: 100%;
    min-width: 30px;
    height: 100%;
    transition: all 0.3s ease-in-out;
    z-index: 1;
    cursor: pointer;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    background-color: transparent;
  }
  .hamburger_line {
    position: absolute;
    top: -10px;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 100%;
    height: 1px;
    background-color: #000;
    transition: inherit;
  }
  .hamburger_line::before,
  .hamburger_line::after {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background-color: inherit;
    content: "";
    transition: inherit;
  }
  .hamburger_line::before {
    top: -7px;
  }
  .hamburger_line::after {
    top: 7px;
  }
  /*-----
  ハンバーガーボタンナビ開いてる時
  ------*/
  .hamburger.active span:nth-child(1) {
    top: 16px;
    left: 6px;
    transform: rotate(-45deg);
  }
  .hamburger.active span:nth-child(2),
  .hamburger.active span:nth-child(3) {
    top: 16px;
    transform: rotate(45deg);
  }
  .hamburger-btn[aria-expanded=true] .hamburger_line::before,
  .hamburger-btn[aria-expanded=true] .hamburger_line::after {
    background-color: #a3a3a3;
  }
  .h-navi_wrap {
    opacity: 0;
    transform: translateX(-100%);
    pointer-events: none;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    transition: opacity 0.3s ease;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
  .h-navi_wrap.is-Active {
    opacity: 1;
    pointer-events: auto;
    z-index: 2;
    transform: translateX(0);
  }
}
/*-----------------
header-inn
------------------*/
.header-inn {
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #000;
}
.header-inn .h-logo {
  width: 440px;
}
.header-inn .h-logo a {
  height: 100%;
}
.header-inn .h-navi_wrap {
  justify-content: start;
  align-items: center;
  letter-spacing: -0.05em;
}
.header-inn .h-navi_label {
  pointer-events: all;
  padding: 30px 15px;
}
.header-inn .single a {
  display: inline-block;
  padding: 30px 15px;
}
.header-inn li {
  width: auto;
}
.header-inn .sub-menu {
  display: none;
}
.header-inn .pink {
  color: #d6334e;
}

@media screen and (max-width: 767px) {
  .header-inn {
    padding: 12px 24px;
    justify-content: flex-start;
    border-bottom: 0;
  }
  .header-inn .h-logo {
    max-width: 190px;
    margin: 0 7vw 0 0;
    text-align: initial;
    width: 25.3333333333vw;
  }
  .header-inn .h-logo img {
    vertical-align: middle;
  }
  .header-inn .cart {
    font-size: clamp(12px, 3.3333333333vw, 25px);
    color: #d6334e;
  }
  .header-inn .cart img {
    max-width: 50px;
    width: 6.6666666667vw;
  }
  .header-inn .h-navi_wrap > .sp > .flex {
    justify-content: flex-start;
    padding: 12px 24px;
  }
  .header-inn .h-navi_label {
    font-weight: bold;
    pointer-events: all;
    padding: 0;
    font-size: clamp(15px, 4vw, 30px);
    border-bottom: 1px solid #bfbfbf;
  }
  .header-inn .single {
    font-weight: bold;
    padding: 0;
    font-size: clamp(15px, 4vw, 30px);
    border-bottom: 1px solid #bfbfbf;
  }
  .header-inn .single a {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
  }
  .header-inn li {
    width: auto;
  }
  .header-inn .sub-menu {
    position: initial;
  }
  .header-inn .pink {
    color: #d6334e;
  }
  .sp-accordion {
    flex-direction: column;
  }
  .sp-accordion li {
    width: 100%;
  }
}
/*-----------------
.sub-menu 表示
------------------*/
.h-navi_wrap .h-navi_label {
  cursor: pointer;
}
.h-navi_wrap .h-navi_label > .sub-menu {
  box-sizing: border-box;
  display: none;
  position: absolute;
  width: 100%;
  left: 0;
  top: 87px;
  padding: 50px 0 36px 40px;
  background-color: rgba(241, 241, 241, 0.8);
}
.h-navi_wrap .h-navi_label dt {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 40px;
}
.h-navi_wrap .h-navi_label dd {
  font-size: 15px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}
.h-navi_wrap .h-navi_label dd p {
  margin: 0 0 34px 40px;
}
.h-navi_wrap .h-navi_label dd p a {
  border-radius: 30px;
  width: 312px;
  text-align: center;
  padding: 30px 0;
  background-color: #fff;
  transition: 0.2s;
}
.h-navi_wrap .h-navi_label dd p a:hover {
  background-color: #8a8a8a;
  color: white;
}
.h-navi_wrap .h-navi_label:hover,
.h-navi_wrap .single a:hover {
  background-color: #f8f8f8;
}
.h-navi_wrap .h-navi_label:hover > .sub-menu,
.h-navi_wrap .single a:hover > .sub-menu {
  display: block;
}

@media screen and (max-width: 767px) {
  .h-navi_wrap .h-navi_label {
    cursor: initial;
  }
  .h-navi_wrap .h-navi_label > span {
    position: relative;
    cursor: pointer;
    display: block;
    width: 100%;
    padding: 18px 20px;
  }
  .h-navi_wrap .h-navi_label > span:after {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%);
    content: "▾";
    font-size: 18px;
    transition: 0.5s;
  }
  .h-navi_wrap .h-navi_label > span.is-Active:after {
    transform: translateY(-50%) rotate(-180deg);
  }
  .h-navi_wrap .h-navi_label > .sub-menu {
    position: initial;
    width: 100%;
    padding: 5px 0 20px 40px;
    background-color: initial;
  }
  .h-navi_wrap .h-navi_label dt {
    font-size: clamp(12px, 3.3333333333vw, 25px);
    padding-bottom: 40px;
  }
  .h-navi_wrap .h-navi_label dd.flex {
    flex-direction: column;
  }
  .h-navi_wrap .h-navi_label dd {
    font-size: clamp(12px, 3.3333333333vw, 25px);
  }
  .h-navi_wrap .h-navi_label dd p {
    width: auto;
    margin: 0;
  }
  .h-navi_wrap .h-navi_label dd p a {
    width: 100%;
    padding: 15px 0;
    background-color: initial;
    transition: 0.2s;
    text-align: initial;
  }
  .h-navi_wrap .h-navi_label dd p a:hover {
    background-color: initial;
    color: initial;
  }
  .h-navi_wrap .h-navi_label:hover {
    background-color: initial;
  }
  .h-navi_wrap .h-navi_label:hover > .sub-menu {
    display: none;
  }
  .h-navi_wrap .single {
    cursor: initial;
  }
  .h-navi_wrap .single > span {
    position: relative;
    display: block;
    width: 100%;
  }
  .h-navi_wrap .single > span:after {
    position: absolute;
    top: 50%;
    right: 35px;
    transform: translateY(-50%) rotate(-90deg);
    content: "▾";
    font-size: 18px;
  }
  .h-navi_wrap .single a {
    padding: 18px 20px;
  }
}
/*-----------------
footer-l_wrap
------------------*/
.footer-l_wrap {
  border-top: 2px solid #000;
}
.footer-l_wrap .footer-inn {
  margin-top: 40px;
}
.footer-l_wrap .navi-l_wrap {
  border-top: 1px solid #3c4652;
  margin-top: 30px;
  padding: 50px 0 94px;
}
.footer-l_wrap .gothic {
  font-weight: bold;
}
.footer-l_wrap .flex {
  justify-content: space-between;
}
.footer-l_wrap li {
  width: 25%;
}
.footer-l_wrap nav a {
  display: block;
  margin: 0 auto 34px;
  font-size: 18px;
  width: -moz-fit-content;
  width: fit-content;
}
.footer-l_wrap .address-l_wrap {
  padding-bottom: 100px;
}
.footer-l_wrap .address-l_wrap .flex {
  justify-content: space-between;
}
.footer-l_wrap .address-l_wrap .left-contents {
  width: 57.1666666667%;
}
.footer-l_wrap .address-l_wrap .right-contents {
  width: 40%;
  position: relative;
}
.footer-l_wrap .address-l_wrap .right-contents iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.footer-l_wrap .address-l_wrap tr {
  border-top: 1px solid #e0e0e0;
}
.footer-l_wrap .address-l_wrap tr:nth-of-type(1) th {
  border-top: 1px solid #d74a61;
}
.footer-l_wrap .address-l_wrap th,
.footer-l_wrap .address-l_wrap td {
  padding: 24px 0 24px 30px;
}
.footer-l_wrap .address-l_wrap th {
  width: 20.1166180758%;
}
.footer-l_wrap .address-l_wrap td {
  width: 78.7172011662%;
}
.footer-l_wrap .address-l_wrap table {
  width: 100%;
  text-align: left;
  font-weight: 500;
}
.footer-l_wrap .copy {
  background-color: #000;
  text-align: center;
}
.footer-l_wrap .copy small {
  font-size: 13px;
  color: white;
  display: inline-block;
  padding: 20px 0;
}

@media screen and (max-width: 767px) {
  .footer-l_wrap {
    margin-bottom: 120px;
  }
  .footer-l_wrap .navi-l_wrap {
    padding: 0 6.13333vw;
  }
  .footer-l_wrap nav a {
    font-size: clamp(12px, 3.3333333333vw, 25px);
    margin-bottom: 15px;
  }
  .footer-l_wrap ul {
    flex-wrap: wrap;
    padding: 30px 0 0;
  }
  .footer-l_wrap li {
    width: 50%;
  }
  .footer-l_wrap .address-l_wrap {
    margin-top: 50px;
    padding: 0 6.13333vw 30px;
  }
  .footer-l_wrap .address-l_wrap table {
    font-size: clamp(11px, 2.9333333333vw, 22px);
  }
  .footer-l_wrap .address-l_wrap .flex {
    flex-direction: column;
  }
  .footer-l_wrap .address-l_wrap .left-contents {
    width: auto;
  }
  .footer-l_wrap .address-l_wrap .right-contents {
    width: auto;
    height: 82.6666666667vw;
  }
  .footer-l_wrap .address-l_wrap tr {
    border-top: 1px solid #e0e0e0;
  }
  .footer-l_wrap .address-l_wrap th,
  .footer-l_wrap .address-l_wrap td {
    padding: 8px 0 8px 15px;
  }
  .footer-l_wrap .address-l_wrap table {
    width: 100%;
    text-align: left;
    font-weight: 500;
  }
  .footer-l_wrap .copy small {
    font-size: clamp(7px, 2vw, 15px);
    padding: 10px 0;
  }
}
/*-----------------
leftnavi-l_wrap
------------------*/
.leftnavi-l-wrap {
  width: 310px;
}
.leftnavi-l-wrap nav > div {
  padding-bottom: 60px;
}
.leftnavi-l-wrap h2 {
  font-size: 18px;
  font-weight: 600;
  padding: 0 0 28px;
  text-align: center;
}

/*-----------------
レフトナビ　staff広場
------------------*/
.leftnavi-l-wrap a:hover {
  color: #8a8a8a;
  transition: 0.2s;
}
.leftnavi-l-wrap .l-staff img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.leftnavi-l-wrap .l-staff .contents {
  padding: 16px 0 28px;
}
.leftnavi-l-wrap .l-staff .more {
  text-align: right;
}

/*-----------------
レフトナビ　ランキング
------------------*/
.leftnavi-l-wrap .l-ranking img {
  vertical-align: middle;
}
.leftnavi-l-wrap .l-ranking .thumb {
  width: 75px;
  height: 75px;
}
.leftnavi-l-wrap .l-ranking .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  vertical-align: middle;
}
.leftnavi-l-wrap .l-ranking .contents {
  width: 226px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 12px 0;
}
.leftnavi-l-wrap .l-ranking .title {
  position: relative;
  text-indent: 2em;
}
.leftnavi-l-wrap .l-ranking .title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/template/l-arrow_r.jpg") no-repeat center/contain;
}
.leftnavi-l-wrap .l-ranking .wpp-views {
  display: none;
}

/*-----------------
レフトナビ　新着情報
------------------*/
.leftnavi-l-wrap .newsList img {
  vertical-align: middle;
}
.leftnavi-l-wrap .newsList .thumb {
  width: 75px;
  height: 75px;
  margin-right: 1em;
}
.leftnavi-l-wrap .newsList .thumb img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.leftnavi-l-wrap .newsList .contents {
  width: 226px;
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 12px 0;
}
.leftnavi-l-wrap .newsList .contents .title {
  position: relative;
  text-indent: 2em;
}
.leftnavi-l-wrap .newsList .contents .title:after {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 15px;
  height: 15px;
  background: url("../images/template/l-arrow_r.jpg") no-repeat center/contain;
}
.leftnavi-l-wrap .newsList .contents img {
  vertical-align: text-top;
}

/*-----------------
レフトナビ　contents
------------------*/
.l-contentsLink a {
  text-align: center;
}
.l-contentsLink a span {
  font-weight: bold;
  display: block;
  padding: 12px 0 40px;
}
.l-contentsLink .thumb {
  width: 75px;
  height: 75px;
}
.l-contentsLink .thumb img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.l-contentsLink .contents {
  width: 226px;
  padding: 16px 0 12px;
  border-bottom: 1px solid #e5e5e5;
}
.l-contentsLink .contents img {
  vertical-align: text-top;
}

/*-----------------
レフトナビ　ピックアップ
------------------*/
.l-pickUp_wrap li {
  font-size: 18px;
  padding-bottom: 20px;
  padding: 16px 0;
}
.l-pickUp_wrap img {
  vertical-align: middle;
}
.l-pickUp_wrap span {
  width: 50px;
  display: inline-block;
  margin-right: 10px;
}

/*-----------------
レフトナビ　カテゴリ
------------------*/
.l-cat_wrap .single,
.l-cat_wrap .label {
  font-size: 18px;
  padding-left: 30px;
}
.l-cat_wrap .single a,
.l-cat_wrap .label a {
  position: relative;
  padding: 10px 20px;
}
.l-cat_wrap .single a:after,
.l-cat_wrap .label a:after {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/template/left-arrow.jpg") no-repeat center/contain;
}
.l-cat_wrap .label {
  cursor: pointer;
  padding: 10px 0 10px 50px;
  position: relative;
}
.l-cat_wrap .label:after {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 18px;
  height: 18px;
  background: url("../images/template/left-arrow.jpg") no-repeat center/contain;
}
.l-cat_wrap ul > li {
  padding: 10px 0;
}
.l-cat_wrap .subMenu li {
  background-color: #eee;
  border-bottom: 1px solid white;
  padding: 10px 50px;
  margin-bottom: 0;
}

/*-----------------
レフトナビ　オンラインショップ
------------------*/
.l-onlineLink_wrap > div:not(:nth-of-type(1)) {
  margin-top: 30px;
}

@media screen and (max-width: 767px) {
  .leftnavi-l-wrap {
    display: none;
  }
}
/*-------------
検索窓
--------------*/
#searchform {
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  padding-bottom: 0;
  border-radius: 2px;
  position: relative;
  margin-bottom: 20px;
}

#searchform input[type=text] {
  line-height: 18px;
  padding: 8px 13px;
  font-size: 14px;
  width: 100%;
  box-sizing: border-box;
  border: none;
}

#searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  vertical-align: top;
  line-height: 18px;
  border: none;
  border-radius: 3px;
  width: 40px;
  padding: 4px 5px;
  transition: background 0.3s ease-in-out;
  background: transparent;
  font-family: "FontAwesome";
  font-size: 21px;
  color: #808080;
}

#searchform button:hover {
  cursor: pointer;
}

/*-----------
notfound-l_wrap
-------------*/
.notfound-l_wrap {
  text-align: center;
}
.notfound-l_wrap p {
  margin-top: 40px;
  margin-bottom: 80px;
}
.notfound-l_wrap .link-top a {
  display: inline-block;
  padding: 1rem;
  border: 1px solid #3c4652;
}
.notfound-l_wrap .link-top a:hover {
  background-color: #3c4652;
  color: #fff;
}

/*-----------------
着こなしお問い合わせフォーム
------------------*/
.kikonashi-form {
  background: #f3f3f3;
  padding: 60px;
}
.kikonashi-form div {
  margin-bottom: 20px;
}
.kikonashi-form .required {
  font-size: 14px;
  color: #d00;
  vertical-align: middle;
}
.kikonashi-form .wpcf7-list-item-label {
  vertical-align: middle;
}

/*-------------
フォーム関係
-------------*/
form input[type=text],
form input[type=email],
form input[type=url],
form input[type=tel],
form input[type=number],
form input[type=date],
form textarea {
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}

form .wpcf7-form-control {
  border-radius: 3px;
  padding: 8px 13px;
  max-width: 100%;
  border: 1px #ccc solid;
  outline: none;
  box-sizing: border-box;
}

form textarea {
  width: 80%;
}

form input[type=submit],
form button {
  padding: 12px 20px;
  border: none;
}

form input[type=submit]:hover,
form button:hover {
  cursor: pointer;
}

form input[type=submit],
form button {
  background: #3B4552;
  color: #fff;
}

.breadcrumb {
  padding-top: 20px;
  padding-bottom: 16px;
  border-bottom: 1px solid #e5e5e5;
}
.breadcrumb li:not(:last-child) {
  position: relative;
}
.breadcrumb li:not(:last-child):after {
  position: absolute;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  content: "/";
}
.breadcrumb li {
  padding-left: 20px;
}

.subMenu-sub {
  padding: 4px 8px;
  font-size: 14px;
}
.subMenu-sub a {
  display: block;
  padding: 2px 0;
}

/*-----------
レフトナビ
コメント
------------*/
.leftnavi-l-wrap .comments-list a {
  font-weight: bold;
}
.leftnavi-l-wrap .comments-list li {
  font-size: 13px;
  list-style: none;
  padding: 20px 0;
  border-bottom: 1px solid #eee;
}

/*-----------
検索窓追記20220331
------------*/
#searchform input[type=text] {
  line-height: 25px;
}

@media screen and (max-width: 767px) {
  .searchBox-inn {
    padding: 18px 20px;
  }
  #searchform {
    border: 0;
  }
  #searchform input[type=text] {
    width: 88%;
    border: 1px solid #e5e5e5;
  }
}/*# sourceMappingURL=templates.css.map */

/* ===== サイドバー全廃・シングルカラム化 2026-07-12 =====
   ※フェーズ1：CSSのみ。PHP撤去（フェーズ2）までの暫定措置。
   ※戻したい場合はこのブロックごと削除すればOK。 */

/* 1) サイドバーを全ページで非表示に */
aside.leftnavi-l-wrap {
  display: none !important;
}

/* 2) 本文カラムを全幅に広げる（840px固定を解除） */
.archive-l_wrap main.main-l_wrap,
.single-l_wrap  main.main-l_wrap,
.page-l_wrap    main.main-l_wrap {
  width: 100% !important;
  max-width: 100% !important;
  flex: 1 1 100% !important;
}

/* 3) 本文が横に間延びしないよう、読みやすい上限を設ける */
.archive-l_wrap .main-inner,
.single-l_wrap  .main-inner,
.page-l_wrap    .main-inner {
  max-width: 840px;   /* ← !important を削除 */
  margin: 0 auto;     /* ← !important を削除 */
}

/* 4) company / floor 系ラッパーの取りこぼし対応（2026-07-12 追記）
      サイドバー廃止で main が左寄せになり右に空白ができるため、中央寄せする。
      この2ページ群には .main-inner が無いので、main 自体を中央に置く。 */
.company-l_wrap > .company-inn > .flex,
.floor-l_wrap   > .floor-inn   > .flex {
  justify-content: center;
}
