@charset "utf-8";



* { box-sizing: border-box; margin: 0; padding: 0; }
img{ vertical-align: bottom; }


.sp_only{ display: none;}

@media only screen and (max-width:768px){
    .sp_only{ display: block;}
    .sp_none{ display: none;}
}


body {
/*font-family: "Hiragino Sans", "Yu Gothic", "Meiryo", sans-serif;*/
/*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;  */

  font-family: Noto Sans JP, Hiragino Kaku Gothic ProN, Hiragino Sans, Yu Gothic, Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
background: #f0f0f0;
color: #222;
line-height: 1.6;
}

/* ===== ページ切替タブ ===== */
.page-nav {
    position: sticky;
    top: 0;
    z-index: 100;
    background: #1a1a1a;
    display: flex;
    justify-content: center;
    gap: 4px;
    padding: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
    flex-wrap: wrap;
}
.page-nav button {
background: #333;
color: #fff;
border: none;
padding: 10px 20px;
font-size: 13px;
font-weight: bold;
cursor: pointer;
border-radius: 4px;
transition: background 0.2s;
}
.page-nav button:hover { background: #555; }
.page-nav button.active { background: #ffb300; color: #0e2a47; }

.label {
background: #fff;
padding: 16px 24px;
border-bottom: 1px solid #ddd;
font-size: 13px;
color: #666;
}
.label strong { color: #222; font-size: 15px; }

/* ===== デバイス切替 ===== */
.device-nav {
  position: sticky;
  top: 0;
  z-index: 101;
  background: #1b3a1d;
  display: flex;
  justify-content: center;
  gap: 4px;
  padding: 8px;
}
.device-nav button {
  background: #2a4d2c;
  color: #fff;
  border: none;
  padding: 8px 24px;
  font-size: 12px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 3px;
}
.device-nav button.active { background: #fff; color: #1b3a1d; }



/* ===== ダミー要素 ===== */
.dummy-img {
background: linear-gradient(135deg, #ccc 25%, #ddd 25%, #ddd 50%, #ccc 50%, #ccc 75%, #ddd 75%);
background-size: 20px 20px;
display: flex;
align-items: center;
justify-content: center;
color: #666;
font-size: 12px;
font-weight: bold;
}
.dummy-banner {
background: #e0e0e0;
display: flex;
align-items: center;
justify-content: center;
color: #555;
font-size: 13px;
font-weight: bold;
border: 1px dashed #999;
}

.page {
    background: #fff;
    max-width: 100%;
    margin: 0 auto;
}
/* .page.active { display: block; } */

/* ===== セクション共通 ===== */
.sec {
  border-bottom: 1px solid #eee;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin:40px 0;
}

.sec-title {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 24px;
  text-align: center;
  color: #1b3a1d;
  letter-spacing: 2px;
  position: relative;
}
.sec-title::after {
  content: "";
  display: block;
  width: 40px;
  height: 3px;
  background: #2e7d32;
  margin: 12px auto 0;
}
.sec-tag {
  display: inline-block;
  background: #888;
  color: #fff;
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 3px;
  margin-left: 8px;
  vertical-align: middle;
  font-weight: normal;
  letter-spacing: 0;
}
@media only screen and (max-width:768px){
  
 .sec {
  padding: 28px 16px;
  border-bottom: 1px solid #eee;
}
 .sec-title {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 16px;
    text-align: center;
    color: #1b3a1d;
    letter-spacing: 1px;
  }
  
}



/* ===== 共通ヘッダー要素 ===== */
.hdr-logo-row{display:flex;justify-content:space-between;align-items:center;padding:12px 24px 8px}
.hdr-logo .area-text{font-size:11px;color:#555}
.hdr-logo .logo-main{display:flex;align-items:center;gap:8px;  }
.hdr-logo .logo-main .sub{font-size:9px;color:#888;letter-spacing:1px}
.hdr-logo .logo-main .name{font-size:18px;font-weight:bold;color:#222}
.hdr-logo .logo-main img{/* width: 200px;*/  width: 340px; margin: 2%;}
.corp-logo{margin-right:auto;}

/*.btn-rsv{display:none}*/
/* PC側でも表示*/
.btn-rsv{
  display:block;
  background:#2d7d46;
  color:#fff;
  padding:12px 34px;
  font-size:19px;
  font-weight:bold;
  text-decoration:none;
  border-radius:3rem;
}

.hdr-notice{
  background:#8b8b8b;
  color:#fff;
  text-align:center;
  padding:6px 16px;
  font-size:16px;
  margin:0 24px 8px;
  border-radius:2px;
}

.hdr-gnav{display:flex;border-top:1px solid #ddd;border-bottom:2px solid #555}
.hdr-gnav a{flex:1;text-align:center;padding:12px 8px;font-size:12px;font-weight:bold;color:#333;text-decoration:none;border-right:1px solid #eee}
.hdr-gnav a:last-child{border-right:none}
.hdr-gnav a:hover{background:#f5f5f5}

/* ===== 共通ヘッダー要素 >> 店舗情報 ===== */
.shops-grid{display:grid;grid-template-columns:1fr 1fr;gap:0;padding:0 24px 8px}
.shop-cell{text-align:center;padding:8px 10px;border-right:1px solid #eee;border-bottom:1px solid #eee}
.shop-cell:nth-child(2n){border-right:none}
.shop-cell:nth-last-child(-n+2){border-bottom:none}

.shops-grid[data-count="1"]{grid-template-columns:1fr}
.shops-grid[data-count="1"] .shop-cell{border-right:none;border-bottom:none}

.shop-cell .s-name{font-size:10px;font-weight:bold;color:#2d7d46;margin-bottom:2px}
.shop-cell .s-tel{font-size:17px;font-weight:bold;color:#222;letter-spacing:.5px}
.shop-cell .s-tel a{color:#222;text-decoration:none}
.shop-cell .s-meta{font-size:8px;color:#888;line-height:1.4}
.shop-cell .s-free{font-size:8px;color:#c43e3e;font-weight:bold}

/* ===== 共通ヘッダー要素 >> SP ===== */
@media screen and (max-width:768px){

  .hdr-logo-row{padding:4px 14px}

  .hdr-logo .area-text{display:none}

  .hdr-logo .logo-main{
    display:block;
  }

  .hdr-logo .logo-main img{
    width:160px;
  }

  .hdr-logo .logo-main .sub{
    display:block;
    font-size:7px;
  }

  .hdr-logo .logo-main .name{
    display:block;
    font-size:12px;
  }

  /* PC側でも表示 */
  .btn-rsv{
   /* display:block;
    background:#2d7d46;
    color:#fff;
    font-weight:bold;
    text-decoration:none;
    border-radius:2px;
    */
    padding:7px 12px;
    font-size:10px;

  }



  .shops-grid{
    display:block;
    padding:0;
  }


  .shop-cell{
    display:grid;
    grid-template-columns:1fr auto;
    align-items:center;
    text-align:left;
    padding:10px 14px;
    border-right:none;
    border-bottom:1px solid #f0f0f0;
  }
  .shop-cell:nth-last-child(-n+2){border-bottom:1px solid #f0f0f0;}  
  .shop-cell:last-child{
    border-bottom:none;
  }

  .shop-cell .s-name{
    grid-column:1;
    grid-row:1;
    font-size:10px;
    margin:0;
  }

  .shop-cell .s-meta{
    grid-column:1;
    grid-row:2;
    font-size:8px;
    color:#888;
  }

  .shop-cell .s-free{
    grid-column:2;
    grid-row:1;
    font-size:8px;
    text-align:right;
  }

  .shop-cell .s-tel{
    grid-column:2;
    grid-row:2;
    font-size:14px;
    text-align:right;
  }

  .hdr-gnav{
    background:#333;
    overflow-x:auto;
    white-space:nowrap;
    -webkit-overflow-scrolling:touch;
    border:none;
  }

  .hdr-gnav a{
    display:inline-block;
    flex:none;
    padding:10px 12px;
    color:#fff;
    font-size:10px;
    border-right:1px solid rgba(255,255,255,.15);
  }

  .hdr-gnav a:hover{
    background:none;
  }

  .hdr-notice{
    margin:0;
    border-radius:0;
    font-size:12px;
  }
}

/* ===== 共通ヘッダー（全ページ） ===== */
/*.b-header {
  background: #fff;
  border-bottom: 3px solid #2e7d32;
  padding: 20px 32px;
}
.b-header .logo { font-size: 20px; font-weight: bold; margin-bottom: 0.5em; }
.b-header .logo img { max-width: 300px; }
.b-header .h1{ font-size: 12px; }
.b-header .right { display: flex; gap: 16px;  text-align: right; font-size: 12px; }
.b-header .tel_note { font-size: 11px; }
.b-header .tel { font-size: 22px; font-weight: bold; color: #2e7d32; }
.b-header .tel a{ text-decoration: none; color: #2e7d32;  }
.b-header .open_time{ font-size: 11px; }
.b-header .btn-rsv a{
  display: block;
  background: #ffb300;
  color: #0e2a47;
  padding: 12px 24px;
  font-weight: bold;
  border-radius: 2px;
  text-decoration: none;
  transition: 0.3s ;
}
.b-header .btn-rsv a:hover{
  transform: translateY(2px);
}

.rinji{
  background: #2e7d32;color:#FFF;
  border-radius: 5px;
  font-size: 14px;
  text-align: center;
  padding: 0.2em;
}
.b-header .rinji{
  width: 100%;
  margin: 0 2em ;
  font-size: 12px;
}

@media only screen and (max-width:768px){
 
 .b-header {
  background: #fff;
  border-bottom: 3px solid #2e7d32;
  padding: 12px 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  }
.b-header .logo { font-size: 14px; font-weight: bold; color: #2e7d32; }
.b-header .tel-mini { font-size: 11px; color: #555; text-align: right; }
.b-header .tel-mini strong { font-size: 14px; color: #2e7d32; }

}*/


/* ===== 共通グローバルナビ（全ページ） ===== */
.b-gnav {
  background: #fff;
  border-bottom: 2px solid #333;
  display: flex;
  justify-content: center;
  gap: 0;
}
.b-gnav a {
padding: 16px 24px;
color:#333;
text-decoration: none;
font-size: 19px;
font-weight: bold;
border-right: 1px solid #eee;
}
.b-gnav a:first-child { border-left: 1px solid #eee; }
.b-gnav a:hover { background: #f5f5f5; }

@media only screen and (max-width:768px){
  
 /* SPグローバルナビ：横スクロール */
  .b-gnav {
    background: #f8f8f8;
    border-bottom: 1px solid #ddd;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    margin-left: 0;
    justify-content: flex-start;
  }
  .b-gnav a {
    display: inline-block;
    padding: 12px 14px;
    color: #1b3a1d;
    text-decoration: none;
    font-size: 12px;
    font-weight: bold;
    border-right: 1px solid #eee;
  }


  
}



/* ===== 共通ページタイトル ===== */
/*.page-title-bar {
background: #f5f5f5;
padding: 24px;
border-bottom: 1px solid #ddd;
}
.page-title-bar h1 {
font-size: 24px;
color: #0e2a47;
margin: 0;
}
.page-title-bar .breadcrumb {
font-size: 12px;
color: #888;
margin-bottom: 8px;
}*/

/* ===== 共通ページタイトル（ヒーロー型） ===== */
.page-title-bar {
  position: relative;
  background: #1b3a1d;
  color: #fff;
  height: 200px;

  background: linear-gradient(135deg, #ccc 25%, #ddd 25%, #ddd 50%, #ccc 50%, #ccc 75%, #ddd 75%);
  background-size: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666;
  font-size: 12px;
  font-weight: bold;
  
}
.page-title-bar .dummy-img { height: 100%; opacity: 0.4; }
.page-title-bar .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.page-title-bar .en_label {
  font-size: 32px;
  letter-spacing: 4px;
  margin-bottom: 8px;
}
.page-title-bar .breadcrumb {
  font-size: 12px;
  opacity: 0.85;
}
.page-title-bar .breadcrumb h1{
  font-size: 12px;
  display:inline;
}


/* ===== 共通アンカーナビ（センター寄せ） ===== */
.anchor-tabs {
  background: #f8f8f8;
  border-bottom: 1px solid #ddd;
  display: flex;
  justify-content: center;
  gap: 32px;
  padding: 30px 24px;
  flex-wrap: wrap;
  list-style-type: none;
}
.anchor-tabs a {
  color: #555;
  text-decoration: none;
  font-size: 19px;
  padding: 4px 0;
  border-bottom: 2px solid transparent;
}
.anchor-tabs a.active {
  color: #2e7d32;
  border-bottom-color: #2e7d32;
  font-weight: bold;
}


/* ===== 共通フッター ===== */
.sp-footer-navi{ display: none; }


.b-footer {
  background: #1c1c1c;
  color: #fff;
  padding: 40px 24px;
  text-align: center;
  font-size: 16px;
}
.b-footer .logo-f { font-size: 20px; font-weight: bold; margin-bottom: 16px; width:300px; max-width: 80%; margin:0 auto 10px auto;  }
.b-footer .logo-f img{  width:100%; }
.b-footer ul { list-style: none; display: flex; justify-content: center; gap: 24px; flex-wrap: wrap; margin-bottom: 16px; }
.b-footer a { color: #fff; opacity: 0.85; text-decoration: none; }

.b-footer-copyright a{ color: #fff; text-decoration: none;  }

.sp-floating{ display:none; }

@media only screen and (max-width:768px){
  .anchor-tabs{padding:20px 0;}
  .anchor-tabs a{font-size:14px;}
  
  .b-footer{ display: block;   }
  .b-footer .navi-item{ display: none; } /* PCのナビ */
  
  /* SP共通：フッター */
  .sp-footer-navi {
    display: block;
    padding: 20px 16px;
    font-size: 11px;
    text-align: center;
  }
   .sp-footer-navi ul {
    list-style: none;
    display: block;
    margin-bottom: 12px;
    width: 100%;
  }
   .sp-footer-navi ul li {
    
    padding: 6px 0;
    border-bottom: 1px solid rgba(255,255,255,0.15);
  }
  .sp-footer-navi a { color: #fff; opacity: 0.85; text-decoration: none; }
  
  

  
}

/* ============================================ */
/* ===== トップページ ===== */
/* ============================================ */
.b-fv {
  position: relative;
  /* background: #1b3a1d; */
  color: #fff;
  display:flex;
  justify-content:center ;
}

.b-fv .overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  /*background: rgba(0,0,0,0.35);*/
}
.b-fv .overlay h2 { font-size: 36px; margin-bottom: 12px; letter-spacing: 4px; }
.b-fv .overlay .sub { font-size: 16px; margin-bottom: 24px; }
.b-fv .overlay .scroll-hint { position: absolute; bottom: 24px; font-size: 12px; letter-spacing: 2px; }
.b-fv .btn-banner a{ color: #FFF; text-decoration: none;}

.mv .mv_txt{
  width: 80%;
  display: flex;
  justify-content: center;
}

.mv .mv_txt img{ width: 100%; }


@media only screen and (max-width:768px){
  
  /* ===== SP/トップページ/FV ===== */
  .b-fv {
    position: relative;
    color: #fff;
  }
  .mv .mv_txt{
    width: 100%;
  }
  
  /*.b-fv .dummy-img { height: 360px; }*/
  .b-fv .overlay {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: rgba(0,0,0,0.35);
    padding: 16px;
  }
  .b-fv .overlay h2 { font-size: 26px; margin-bottom: 8px; letter-spacing: 2px; }
  .b-fv .overlay .sub { font-size: 13px; margin-bottom: 16px; opacity: 0.95; }
  .b-fv .overlay .scroll-hint { position: absolute; bottom: 12px; font-size: 10px; letter-spacing: 2px; }

}


/* FV２　*/
.fv-pre{
  display:grid;
  /*grid-template-columns:65% 35%;*/
  grid-template-columns:20% 60% 20%;/* 3列に変更*/
  /*background:#091D2E;*/
  background:#0192e5;
  margin-bottom: 2vw;
  }
.fv-pre .catch-area{
  display:flex;
  flex-direction:column;
  justify-content:center;
  padding:4vw 5vw;
  color:#fff;
  }

.fv-pre .catch-area p{
  margin-bottom:1em;
  font-weight:bold;
  line-height:1.5em;
}

.fv-pre .catch-area p.copy-1{ font-size: 1.6rem; }
.fv-pre .catch-area p.copy-2{ font-size: 1.8rem; letter-spacing: -0.02em; }
.fv-pre .catch-area p.copy-3{ font-size: 1.2rem; }
.fv-pre .catch-area .em{ color:#ffb13b; font-size:120%; margin-left: -0.2em; margin-right:-0.2em;  }


@media (max-width:1560px){

  .fv-pre .catch-area{ padding:4vw 3vw; }  
  /* 可変文字に変更（改行させない）*/
  .fv-pre .catch-area p.copy-1{ font-size: 1.7vw; }
  .fv-pre .catch-area p.copy-2{ font-size: 1.95vw; letter-spacing:0; }
  .fv-pre .catch-area p.copy-3{ font-size: 1.2vw; }
  
}

.fv-pre .gallery{
  display:grid; 
  grid-template-columns:1fr; /* 横 */
  /*grid-template-rows:1fr 1fr;*//*縦*/
  background:#fff;
  gap:1px;
}

.fv-pre .grid-img img{width:100%;height:100%;object-fit:cover;display:block}
.fv-bnr {padding: 20px 0;}
.fv-bnr img{width: 80%;}

@media screen and (max-width:768px){
  .fv-pre{ display:block;}
  .fv-pre .catch-area{/* padding: 12vw 3vw;*/ padding: 6vw 3vw;}
  .fv-pre .catch-area p{ margin-bottom: 0.5em ; }
  .fv-pre .catch-area p.copy-1{ font-size: 3.0vw; }
  .fv-pre .catch-area p.copy-2{ font-size: 3.1vw;}
  .fv-pre .catch-area p.copy-3{ font-size: 2.3vw; }
  .fv-pre .gallery{ grid-template-columns:1fr 1fr;gap:6px;}
  .fv-pre .grid-img{aspect-ratio:16/9;border-left:none;border-bottom:2px solid #333}
  .fv-pre .grid-img:nth-child(2n){border-right:none}
}
  


.b-gallery-main {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 8px;
  align-items: stretch;
}

/* 左は元サイズ・元比率のまま */
.b-gallery-main .main-img {
  overflow: hidden;
  height: 360px;  
}

.b-gallery-main .main-img img {
  width: 100%;
  height: auto;
  display: block;
}

/* 右側だけ左の高さに合わせる */
.b-gallery-main .thumbs {
  display: grid;
  grid-template-rows: repeat(3, 1fr);
  gap: 8px;
  height: 360px;
  min-height: 0;
}

.b-gallery-main .thumbs .grid-img {
  overflow: hidden;
  min-height: 0;
}

.b-gallery-main .thumbs img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

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

  .b-gallery-main {
    display: flex;
    gap: 4px;
    flex-wrap: wrap;
  }
  .b-gallery-main .main-img {
    height: 200px;
    width: 100%;
  }
  .b-gallery-main .thumbs {
    width: 100%;
    height: 150px;
    display: flex;
  }
  .b-gallery-main .thumbs .grid-img { width: 50%; }
  .b-gallery-main .thumbs .grid-img:last-child { display: none; }

}


/* バナーエリア　*/
.b-banners {
  list-style-type: none;
  width: 60%;
  margin: auto;
}
.b-banners li{
  margin-bottom: 1em;
}
.b-banners li img{ width: 100%;}


@media only screen and (max-width:768px){
  
  .b-banners {
    width: 100%;
  }

  
}


/*　TOP 新着事例 */

.b-carousel-grid {
  display: grid;
  grid-template-columns:1fr 1fr;
  gap: 16px;
  width: 60%;
}

.b-carousel-grid .item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 16px;
  align-items: center;
  padding: 12px;
  border: 1px solid #eee;
  text-decoration: none;
  transition: 0.3s ;
  color: #333;
}
.b-carousel-grid .item:hover{
  opacity: 0.7;
}
.b-carousel-grid .item .pic{}
.b-carousel-grid .item .pic img{
  width: 100%;
}




@media only screen and (max-width:768px){
  
  .b-carousel-grid {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width:100%;
  }
  .b-carousel-grid .item {
    display: grid;
    grid-template-columns: 110px 1fr;
    gap: 10px;
    padding: 10px;
    border: 1px solid #eee;
    align-items: center;
  }
  .b-carousel-grid .item strong { font-size: 12px; color: #1b3a1d; }
  .b-carousel-grid .item p { font-size: 11px; color: #555; margin-top: 4px; }


  
}


/* 7つのすごい */

/*#top_melito.sec{ width: 100%; }*/
.b-sugoi {
    width: 70%;
}

.b-sugoi .item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 20px 16px;
  border-bottom: 1px solid #eee;
}
.b-sugoi .item:last-child { border-bottom: none; }
.b-sugoi .item .num {
  background: #2e7d32;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 14px;
}
.b-sugoi .item .num strong { font-size: 24px; }
.b-sugoi .item .ttl { font-size: 21px; font-weight: bold; margin-bottom: 6px; color: #1b3a1d; }
.b-sugoi .item .desc { font-size: 19px; color: #555; }
.b-sugoi .item .more {
  display: inline-block;
  color: #2e7d32;
  font-size: 19px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 8px;
  border-bottom: 1px solid #2e7d32;
  padding-bottom: 2px;
}

/* すごい ボタンタイプ */
.b-sugoi-list{
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  gap: 2%;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.b-sugoi-list li{ width:48%; }
.b-sugoi-list img{ width:100%;  }


@media (max-width: 768px){

  .b-sugoi-list{
    width: 100%;
  }
}

/* 7つのすごい詳細セクション（ジグザグ） */
.b-sugoi-zigzag .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
  margin-top: 0;
  width: 70%;
}
.b-sugoi-zigzag .item:last-child { border-bottom: none; }
.b-sugoi-zigzag .item:nth-child(even) { direction: rtl; }
.b-sugoi-zigzag .item:nth-child(even) > * { direction: ltr; }




.b-sugoi-zigzag .item .num-label {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-size: 19px;
  padding: 4px 14px;
  margin-bottom: 12px;
  letter-spacing: 2px;
}
.b-sugoi-zigzag .item h3 {
  font-size: 22px;
  color: #1b3a1d;
  margin-bottom: 10px;
}
.b-sugoi-zigzag .item .lead {
  font-size: 19px;
  font-weight: bold;
  color: #2e7d32;
  margin-bottom: 16px;
  padding-bottom: 12px;
  border-bottom: 1px solid #eee;
}
.b-sugoi-zigzag .item p {
  font-size: 19px;
  color: #333;
  line-height: 1.9;
  margin-bottom: 8px;
}
.b-sugoi-zigzag .item .note {
  font-size: 19px;
  color: #888;
  margin-top: 8px;
}




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

  .b-sugoi {
    display: flex;
    flex-direction: column;
    gap: 8px;
    width:100%;
  }
  .b-sugoi .item {
    display: grid;
    grid-template-columns: 60px 1fr;
    gap: 10px;
    padding: 14px 12px;
    border-bottom: 1px solid #eee;
  }
  .b-sugoi .item .num {
    background: #2e7d32;
    color: #fff;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 9px;
  }
  .b-sugoi .item .num strong { font-size: 18px; }
  .b-sugoi .item .ttl { font-size: 13px; font-weight: bold; color: #1b3a1d; margin-bottom: 2px; }
  .b-sugoi .item .desc { font-size: 11px; color: #555; }
  .b-sugoi .item .more {
    display: inline-block;
    color: #2e7d32;
    font-size: 11px;
    font-weight: bold;
    margin-top: 4px;
    border-bottom: 1px solid #2e7d32;
  }

  
  
  /* ６つのすごい > Navi */
  .b-sugoi-zigzag {
    background: #f8f8f8;
    padding: 16px;
    margin-bottom: 14px;
    border-left: 4px solid #2e7d32;
  }
  .b-sugoi-zigzag .num-label {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    font-size: 10px;
    padding: 2px 10px;
    margin-bottom: 8px;
    letter-spacing: 1px;
  }
  .b-sugoi-zigzag h3 { font-size: 15px; color: #1b3a1d; margin-bottom: 4px; }
  .b-sugoi-zigzag .lead {
    font-size: 12px;
    font-weight: bold;
    color: #2e7d32;
    margin-bottom: 8px;
    padding-bottom: 6px;
    border-bottom: 1px solid #ddd;
  }
  .b-sugoi-zigzag p { font-size: 12px; line-height: 1.7; margin-bottom: 6px; }
  .b-sugoi-zigzag .note { font-size: 10px; color: #888; }


  .b-sugoi-zigzag .item {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    display: block;
    width:100%;
  }
  .b-sugoi-zigzag .item:last-child { border-bottom: none; }
  .b-sugoi-zigzag .item .sugoi-img { margin-bottom: 12px; }
  .b-sugoi-zigzag .item h3 { font-size: 15px; color: #1b3a1d; margin-bottom: 6px; }
  .b-sugoi-zigzag .item p { font-size: 12px; }


}





/* TOPお客様の声（上部）*/

.tv-h3 {
  margin: 20px 0 0;
  padding: 14px 16px;
  background: #0e2a47;
  color: #fff;
  text-align: center;
  font-weight: bold;
  line-height: 1.6;
}

.tv-h3 span {
  display: block;
  font-size: 18px;
}

.txt_bg {
  background: #fff;
  border: 1px solid #ddd;
  border-top: none;
  padding: 18px;
}

.txt_bg .txt {
  font-size: 15px;
  line-height: 1.8;
  color: #333;
}

.txt_bg .txt p {
  margin: 0;
}

.txt_bg .txt span {
  line-height: 1.8;
}

.other_button {
  margin: 18px 0 0;
  text-align: center;
}

.other_button a {
  display: inline-block;
  background: #ffb300;
  color: #0e2a47;
  padding: 12px 22px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: bold;
  text-decoration: none;
}

.other_button a:hover {
  opacity: 0.85;
}


.b-voice {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}

.b-voice-zigzag {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.b-voice-zigzag .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: flex-start;
  padding: 32px 0;
  width: 70%;
}
.b-voice .item .meta { font-size: 12px; color: #0e2a47; font-weight: bold; margin-bottom: 8px; }
.b-voice .item .meta2 { font-size: 11px; color: #000; font-weight: bold; margin-bottom: 8px; }
.b-voice .item .text { font-size: 13px; }


@media only screen and (max-width:768px){
  
  .b-voice .item {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
  }
  .b-voice .item:last-child { border-bottom: none; }
  
  .b-voice .item .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
  
  }
  .b-voice .item .avatar .dummy-img { height: 100%; border-radius: 50%; }
  .b-voice .item .car-label {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    font-size: 10px;
    padding: 3px 12px;
    border-radius: 12px;
    margin-bottom: 8px;
  }
  .b-voice .item .text {
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
    padding: 0 8px;
  }
  .tv-h3 span{
    font-size:16px;
  }

}




/* サブコンテンツ */

.b-about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  align-items:flex-start;
}
.b-about .dummy-img { height: 240px; }



/* トグルボタン */
.coating_content_h {
  margin: 0;
  padding: 14px 18px;
  background: #0e2a47;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  line-height: 1.6;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  transition: 0.3s;
  margin-bottom: 1em;
}

/* 右側の ▼ */
.coating_content_h::after {
  content: "▼";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  transition: 0.3s;
}

/* hover */
.coating_content_h:hover {
  background: #163b63;
}

/* 開いた時（JSで toggle-open が付く場合） */
.coating_content_h.toggle-open::after {
  content: "▲";
}

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

  .b-about {
    display: block;
  }
  .b-about .dummy-img { height: 200px;  margin-bottom: 15px; }
  .coating_content_h {
    font-size: 14px;
    padding: 12px 14px;
  }

  .coating_content_h::after {
    right: 12px;
    font-size: 12px;
  }
}



/*　お客様の声（下部）*/

.b-voice-zigzag .item {
  display: grid;
  /*grid-template-columns: 1fr 1fr;*/
  grid-template-columns: 200px 1fr;
  gap: 32px;
  /*align-items: flex-start;*/
  align-items: center;
  padding: 32px 0;
  font-size:19px;
}
.b-voice-zigzag .item:nth-child(even){ direction: rtl; }
.b-voice-zigzag .item:nth-child(even) > * { direction: ltr; }
.b-voice-zigzag .item .dummy-img { height: 220px; }


.b-voice-zigzag .item .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position:relative;
}
.b-voice-zigzag .item .avatar img{
  position: absolute;
  top: 60%;
  left: 50%;
  width: 130%;
  transform: translate(-50%, -50%);
}


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

    .b-voice-zigzag .item {
    padding: 16px 0;
    border-bottom: 1px solid #eee;
    text-align: center;
      display: block;
      width:100%;
    }
    .b-voice-zigzag .item:last-child { border-bottom: none; }
    .b-voice-zigzag .item .avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 12px;
    overflow: hidden;
    }
    .b-voice-zigzag .item .avatar .dummy-img { height: 100%; border-radius: 50%; }
    .b-voice-zigzag .item .meta,
    .b-voice-zigzag .item .car-label {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    font-size: 10px;
    padding: 3px 12px;
    border-radius: 12px;
    margin-bottom: 8px;
    }
    .b-voice-zigzag .item .text {
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
    padding: 0 8px;
    }

}


/* 地域情報　*/
.b-area {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 24px;
  background: #f5f5f5;
  padding: 32px;
  
  
}


/*　他商材リンク　*/
.link_other a{
  text-align: center;
  display: block;
  padding: 1em;
  margin: auto;
  width: 100%;
  max-width: 600px;
  background: #0e2a47;
  color: #fff;
  font-size: 15px;
  text-decoration: none;
  border-radius: 3px;
  
}

.b-area .dummy-img { height: 100%; min-height: 200px; }

/* ============================================ */
/* ===== 料金ページ ===== */
/* ============================================ */

.b-price-grid  {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  border: 1px solid #ddd;
  background: #fff;
  width:80% ;
}
.b-price-grid  .tabs {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
.b-price-grid  .tabs button {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 16px 18px;
  text-align: left;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.b-price-grid  .tabs button.active { background: #2e7d32; color: #fff; }
.b-price-grid  .tabs button .price-label { font-size: 11px; opacity: 0.8; font-weight: normal; }

.b-price-grid  .panel { padding: 24px; }
.b-price-grid  .panel .b-price-card {
/*  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin-bottom: 20px;
  align-items: center;*/
}
.b-price-grid  .panel .top-row .dummy-img { height: 200px; }

.b-price-grid  .panel .lead { font-size: 14px; color: #555; margin-bottom: 12px; }
.b-price-grid  .panel table {
  width: 100%;
  border-collapse: collapse;
  font-size: 19px;
}
.b-price-grid  .panel table th,
.b-price-grid  .panel table td {
  padding: 10px;
  border: 1px solid #eee;
  text-align: center;
}
.b-price-grid  .panel table th { background: #f5f5f5; }
.b-price-grid  .panel table td.price { color: #c8102e; font-weight: bold; }

.b-price-grid  .panel .tbl_price_title{
  display:flex;
  gap:15px;
}
.b-price-grid  .panel .tbl_price_title .left{ width: 50%;}
.b-price-grid  .panel .tbl_price_title .left img{ width: 100%;}
.b-price-grid  .panel .tbl_price_title .right{ }
.b-price-grid  .b-price-card h3{ display: none; /* トグルボタン非表示*/ }
.b-price-grid  .b-price-card h3.name { display: block; font-size: 20px; color: #1b3a1d; margin-bottom: 12px; } /* 商品名は表示 */



/*　料金タブ化　*/
/* 非表示 */
.b-price-grid .panel .b-price-card {
  display: none;
  transition:  opacity 0.4s,
}
/* サイズ表は常に表示 */
.b-price-grid .panel .b-price-card.card-size-list{
  display:block;
}

/* 表示 */
.b-price-grid .panel .b-price-card.active {
  display: block;
}


/* サイズ表 */
.b-price-card.card-size-list{
  grid-column: 1 / -1; 
  border: 0;
}
#tbl_price_example{ text-align:center; }
.btn_txt2 {
  margin: 12px 0;
  text-align: center;
}

.btn_txt2 a {
  display: inline-block;
  padding: 8px 12px;
  background: #0e2a47;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
}



/* 料金表詳細部分　*/
.tbl_price_title .left img {
  width: 100%;
  height: auto !important;
  display: block;
}
.tbl_price_title .right {
 /* padding: 14px;*/
  font-size: 13px;
  line-height: 1.7;
}


.tbl_price_title .right p {
  margin: 0;
}

.tbl_price,
.tbl_price_menu {
  width: 98%;
  margin: 1%;
  border-collapse: collapse;
  font-size: 13px;
  table-layout: fixed;
}

.tbl_price th,
.tbl_price td,
.tbl_price_menu td {
  border: 1px solid #ddd;
  padding: 8px;
  text-align: center;
  vertical-align: middle;
  word-break: break-word;
}

.tbl_price th {
  background: #0e2a47;
  color: #333;
}

.tbl_price td p,
.tbl_price th p,
.tbl_price_menu td p {
  margin: 0;
}

.tbl_price .td_font_color_FE0 {
  color: #c8102e;
}
.tbl_price_menu .td_l {
  width: 28%;
  background: #f5f5f5;
  color: #0e2a47;
  font-weight: bold;
  
}

.tbl_price_menu .td_r {
  text-align: left !important;
  line-height: 1.7;
  
}

.jump_price_example {
  margin: 12px 0;
  text-align: center;
  
  display: none; /* 一旦ボタンを非表示 */
   
}

.jump_price_example a {
  display: inline-block;
  padding: 8px 12px;
  background: #0e2a47;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  border-radius: 3px;
}


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

  /* ===== SP/料金ページ ===== */
  .b-price-grid{
    display: block;
    border: 0;
    width:100%;
  }

  .b-price-grid panel{
    padding:4px;
  }

.b-price-grid .panel table{
  font-size:14px;
}
  .b-price-grid .tabs {
    display: flex;
    flex-direction:row;
    overflow-x: auto;
    overflow-y:hidden;
    background: #f5f5f5;
    border-bottom: 2px solid #2e7d32;
    margin-bottom: 16px;
    white-space: nowrap;

  }
  .b-price-grid .tabs button {
    background: transparent;
    border: none;
    padding: 12px 14px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
  }
  .b-price-grid .tabs button.active {
    color: #2e7d32;
    border-bottom-color: #2e7d32;
    background: #fff;
  }
  .b-price-grid .tabs button .price-label{ display:none;}
  
  .sp-price-panel .top-row {
    margin-bottom: 12px;
  }
  .sp-price-panel .top-row .dummy-img { height: 160px; margin-bottom: 12px; }
  .sp-price-panel h3 { font-size: 16px; color: #1b3a1d; margin-bottom: 6px; }
  .sp-price-panel .lead { font-size: 12px; color: #555; margin-bottom: 12px; }
  .sp-price-panel table {
    width: 100%;
    border-collapse: collapse;
    font-size: 11px;
  }
  .sp-price-panel table th,
  .sp-price-panel table td {
    padding: 8px 4px;
    border: 1px solid #eee;
    text-align: center;
  }
  .sp-price-panel table th { background: #f5f5f5; }
  .sp-price-panel table td.price { color: #c8102e; font-weight: bold; }


}



/* 割引 */

.b-discount-grid{
  width:80%;
}

.b-discount-grid .item {
  display: grid;
  grid-template-columns: 80px 1fr 2fr;
  gap: 2px;
  align-items: center;
  padding: 24px;
  background: #f5f5f5;
  margin-bottom: 16px;
}
/*
.b-discount-grid .item:nth-child(even) { direction: rtl; }
.b-discount-grid .item:nth-child(even)  > * { direction: ltr; }
*/

.b-discount-grid .item .num {
  background: #2e7d32;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.b-discount-grid .item .num strong { font-size: 24px; }


.b-discount-grid .item .big {
  font-size: 56px;
  font-weight: bold;
  color: #2e7d32;
  text-align: center;
  line-height: 1;
}
.b-discount-grid .item .big small { font-size: 16px; display: block; }
.b-discount-grid .desc{ font-size: 17px; color: #555;  }



/* 特典 */


.b-tokuten-grid{
  width:80%;
}

.b-tokuten-grid .item {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 16px;
  padding: 20px 16px;
  border-bottom: 1px solid #eee;
}
.b-tokuten-grid .item:last-child { border-bottom: none; }
.b-tokuten-grid .item .num {
  background: #2e7d32;
  color: #fff;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 11px;
}
.b-tokuten-grid .item .num strong { font-size: 24px; }
.b-tokuten-grid .item .ttl { font-size: 19px; font-weight: bold; margin-bottom: 6px; color: #1b3a1d; }
.b-tokuten-grid .item .desc { font-size: 17px; color: #555; }
.b-tokuten-grid .item .more {
  display: inline-block;
  color: #2e7d32;
  font-size: 12px;
  font-weight: bold;
  text-decoration: none;
  margin-top: 8px;
  border-bottom: 1px solid #2e7d32;
  padding-bottom: 2px;
}


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

    /* 特典／割引　*/
    .b-discount-grid {
      display: flex;
      flex-direction: column;
      gap: 12px;
      width:100%;
    }
    .b-discount-grid .item {
      background: #f5f5f5;
      padding: 16px;
      text-align: center;
      border-left: 4px solid #2e7d32;
      display: block;
      flex-wrap: wrap;      
      
    }
    .b-discount-grid .item:nth-child(even) { direction:inherit; }
    .b-discount-grid .item:nth-child(even)  > * { direction: inherit; }
  
    .b-discount-grid .item .big {
      font-size: 24px;
      font-weight: bold;
      color: #2e7d32;
      line-height: 1;
      margin-bottom: 4px;
      width: 100%;
    }
    .b-discount-grid .item .big small { font-size: 12px; }
    .b-discount-grid .item h3 { font-size: 14px; color: #1b3a1d; margin-bottom: 4px; }
    .b-discount-grid .item p { font-size: 11px; color: #555; }
  
  
  
    /* 特典 */
    .b-tokuten-grid {
      display: flex;
      flex-direction:column;
      gap: 0;
      width:100%;
    }
    .b-tokuten-grid .item {
      display: grid;
      grid-template-columns: 60px 1fr;
      gap: 10px;
      padding: 14px 4px;
      border-bottom: 1px solid #eee;
    }
    .b-tokuten-grid .item .num {
      background: #2e7d32;
      color: #fff;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      font-size: 9px;
    }
    .b-tokuten-grid .item .num strong { font-size: 18px; }
    .b-tokuten-grid .item .ttl { font-size: 13px; font-weight: bold; color: #1b3a1d; margin-bottom: 4px; }
    .b-tokuten-grid .item .desc { font-size: 11px; color: #555; }

  
  
  
}



/*
.b-option-tabs {
display: flex;
gap: 0;
border-bottom: 2px solid #0e2a47;
margin-bottom: 20px;
}
.b-option-tabs button {
background: #f5f5f5;
border: 1px solid #ddd;
border-bottom: none;
padding: 10px 20px;
font-size: 13px;
font-weight: bold;
cursor: pointer;
color: #555;
}
.b-option-tabs button.active {
background: #0e2a47;
color: #fff;
border-color: #0e2a47;
}

.b-option-grid {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 16px;
}
.b-option-card {
background: #fff;
border: 1px solid #ddd;
padding: 16px;
}
.b-option-card .ttl { font-size: 18px; font-weight: bold; margin-bottom: 8px; color: #0e2a47; }
.b-option-card .desc { font-size: 15px; color: #555; margin-bottom: 12px; min-height: 40px; }
.b-option-card .price-row {
display: flex;
justify-content: space-between;
border-top: 1px solid #eee;
padding-top: 8px;
font-size: 13px;
}
.b-option-card .price-row .price { font-weight: bold; color: #c8102e; }

.option_ryokin{ margin-top: 10px; }

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

   .b-option-tabs {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-bottom: 2px solid #0e2a47;
    margin-bottom: 14px;
    white-space: nowrap;
  }
  .b-option-tabs button {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
  }
  .b-option-tabs button.active {
    background: #0e2a47;
    color: #fff;
    border-color: #0e2a47;
  }
  .b-option-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .b-option-grid .item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
  }
  .b-option-grid .item .ttl { font-size: 12px; font-weight: bold; color: #0e2a47; margin-bottom: 4px; }
  .b-option-grid .item .desc { font-size: 11px; color: #555; margin-bottom: 6px; }
  .b-option-grid .item .price-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 6px;
    font-size: 11px;
  }
  .b-option-grid .item .price-row .price { font-weight: bold; color: #c8102e; }
  
  
}
*/

/* ====== オプション　3カラム化CSS ====== */

#option { padding:24px; }
#option .sec-title { font-size:22px; font-weight:bold; text-align:center; color:#1b3a1d; margin-bottom:8px; }
#option .sec-title::after{ content:""; display:block; width:48px; height:2px; background:#2e7d32; margin:8px auto 0; }
#option .p-sub { text-align:center; font-size:13px; color:#555; margin-bottom:24px; }
#option .category-head { display:flex; align-items:center; gap:12px; margin:32px 0 16px; padding-bottom:8px; border-bottom:2px solid #2e7d32; }
#option .category-head h3 { font-size:18px; color:#1b3a1d; margin:0; }
.option_ryokin, .option_ryokin2 { width:100%; border-collapse:collapse; }
.option_ryokin tr, .option_ryokin2 tr { display:flex; }
.option_ryokin th, .option_ryokin2 th { order:2; font-weight:normal; text-align:right; flex:1; padding:2px 8px; font-size:13px; }
.option_ryokin td, .option_ryokin2 td { order:1; font-weight:bold; color:#c8102e; text-align:left; padding:2px 8px; font-size:14px; width:90px; }
.price-title-add { font-weight:bold; font-size:14px; margin-top:8px; }
.op2 p:first-child { font-weight:bold; font-size:14px; margin-top:8px; }


.b-option-grid{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:20px;
  width:80%;
}
.b-option-grid .item{
  display:flex;
  border:1px solid #e0e0e0;
  border-radius:8px;
  padding:0;
  background:#fff;
  box-shadow:0 1px 3px rgba(0,0,0,.06);
  overflow:hidden;
}
.b-option-grid .item [class^="option_wrap"]{
  position:static;
  display:flex;
  flex-direction:column;
  width:100%;
  padding:16px;
}
.b-option-grid .item .ttl{
  font-size:16px; font-weight:bold; color:#1b3a1d; line-height:1.4;
  margin-bottom:12px; padding-bottom:10px; border-bottom:1px solid #eee;
}
.b-option-grid .item .pic{
  position:static; width:100%; margin-bottom:12px; text-align:center;
}
.b-option-grid .item .pic:empty{ display:none; margin:0; }
.b-option-grid .item .pic p{ margin:0; }
.b-option-grid .item .pic img{
  width:auto; max-width:100%; height:auto; max-height:140px; border-radius:4px;
}
.b-option-grid .item .desc{ font-size:13px; color:#555; line-height:1.7; flex:1 1 auto; }
.b-option-grid .item .desc p{ margin:0 0 8px; }
.b-option-grid .item .desc table{ margin-top:8px; background:#fafafa; border-radius:4px; padding:6px 0; }
.b-option-grid .item .desc .op2{ margin-top:6px; }

.b-option-grid .item .desc .desc-time{
  text-align: right;
}

@media (max-width: 768px){
  .b-option-grid{
    width:100%;
  }
}

/* タブレット相当 2カラム */
@media (max-width:1024px){
  .b-option-grid{ grid-template-columns:repeat(2, 1fr); }
}
/* SP相当 1カラム */
@media (max-width:600px){
  .b-option-grid{ grid-template-columns:1fr; gap:14px; }
  .b-option-grid .item .pic img{ max-height:none; }
}

.b-jirei-list{
  width:80% ;
}

/* [ price-title-add ]はオプションの「通常料金」の文字じjs で class 付与 */
.price-title-add{
  text-align: right;
  padding-right: 0.5em;
  font-weight: bold;
  font-size: 15px;
  
}

.price-txt-add{
  text-align: right;
  padding-right: 0.5em;
}




@media only screen and (max-width:768px){
  
/*
    .b-option-grid{
      width:100% ;
    }
   .b-option-tabs {
    display: flex;
    gap: 0;
    overflow-x: auto;
    border-bottom: 2px solid #0e2a47;
    margin-bottom: 14px;
    white-space: nowrap;
  }
  .b-option-tabs button {
    background: #f5f5f5;
    border: 1px solid #ddd;
    border-bottom: none;
    padding: 8px 14px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    cursor: pointer;
  }
  .b-option-tabs button.active {
    background: #0e2a47;
    color: #fff;
    border-color: #0e2a47;
  }
  .b-option-grid {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .b-option-grid .item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 12px;
  }
  .b-option-grid .item .ttl { font-size: 12px; font-weight: bold; color: #0e2a47; margin-bottom: 4px; }
  .b-option-grid .item .desc { font-size: 11px; color: #555; margin-bottom: 6px; }
  .b-option-grid .item .price-row {
    display: flex;
    justify-content: space-between;
    border-top: 1px solid #eee;
    padding-top: 6px;
    font-size: 11px;
  }
  .b-option-grid .item .price-row .price { font-weight: bold; color: #c8102e; }
  
  */
  
}

/* ============================================ */
/* ===== 店舗紹介ページ ===== */
/* ============================================ */
.b-shop-list .item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 32px;
  align-items: flex-start;
  padding: 40px 0;
  border-bottom: 1px solid #eee;
}
.b-shop-list .item:last-child { border-bottom: none; }
.b-shop-list .item.reverse { direction: rtl; }
.b-shop-list .item.reverse > * { direction: ltr; }
.b-shop-list .item .dummy-img { height: 280px; }
.b-shop-list .item .shop-name {
  font-size: 20px;
  font-weight: bold;
  color: #1b3a1d;
  margin-bottom: 16px;
}
.b-shop-list .item tr {
  font-size: 18px;
  margin-bottom: 16px;
}
.b-shop-list .item th,
.b-shop-list .item td{ padding:5px; vertical-align: top; }
.b-shop-list .item th { color: #2e7d32; font-weight: bold;  text-align: left;  width: 25%;} 
.b-shop-list .item .map-link {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  padding: 8px 20px;
  text-decoration: none;
  font-size: 13px;
}



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

  /* ===== SP/店舗紹介ページ ===== */

 /* #staff.sec{
    width: 100%;
  }*/
  
  .b-shop-list{}
  .b-shop-list .item {
    display: block;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
  }
  .b-shop-list .item:last-child { border-bottom: none; }
  .b-shop-list .item .shop-name {
    font-size: 16px;
    font-weight: bold;
    color: #1b3a1d;
    margin-bottom: 12px;
    padding: 0.5em 0;
  }

  .b-shop-list .item tr{font-size:16px;}

  .b-shop-list .item dl {
    display: grid;
    grid-template-columns: 70px 1fr;
    gap: 6px 10px;
    font-size: 11px;
    margin-bottom: 12px;
  }
  .b-shop-list .item dt { color: #2e7d32; font-weight: bold; }
  .b-shop-list .item .map-link {
    display: inline-block;
    background: #2e7d32;
    color: #fff;
    padding: 8px 16px;
    text-decoration: none;
    font-size: 12px;
  }
  
}

/*#company.sec{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}*/
/*.b-company-hero {
  position: relative;
  height: 320px;
  margin-bottom: 24px;
  overflow: hidden;
}*/
.b-company-hero {
  position: relative;
  width: 1100px;
  aspect-ratio: 16 / 9;
  margin-bottom: 24px;
  overflow: hidden;
}

/*.b-company-hero .pic {
  height: 100%;
}*/

.b-company-hero .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.b-company-hero .caption {
  position: absolute;
  bottom: 24px;
  left: 24px;
  background: rgba(255,255,255,0.95);
  padding: 20px 28px;
  max-width: 70%;
}
.b-company-hero .caption h3 { color: #1b3a1d; margin-bottom: 8px; }
.b-company-hero .caption .desc { font-size: 13px; color: #555; }

.b-company-info table {
  font-size: 13px;
  max-width: 600px;
  margin: 0 auto 30px auto;
  border-collapse: separate;
  border-spacing: 30px 10px;  
  
}
.b-company-info th,
.b-company-info td {
  border-bottom: 1px solid #eee;
  padding:5px 0 8px 0;
  text-align: left;
}
  
.b-company-info th {
  color: #2e7d32;
  font-weight: bold;
  
 
}
.b-company-info td {
}



/*#staff.sec{
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}*/


.b-shop-gallery {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-template-rows: 200px 200px;
  gap: 8px;
}
.b-shop-gallery .shop-gallery-img:nth-child(1) {
  grid-row: span 2;
}
.b-shop-gallery .shop-gallery-img{ height: 100%; }
.b-shop-gallery .shop-gallery-img img{ width: 100%; }




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


  /* 会社 */
  /*  #company.sec{
    width: 100%;
  }*/

  .b-company-hero {
    position: relative;
    width: 100%;
    /*height: 200px;*/
    margin-bottom: 16px;
  }
  .b-company-hero .caption {
    position: absolute;
    bottom: 12px;
    left: 12px;
    right: 12px;
    background: rgba(255,255,255,0.95);
    padding: 12px;
    max-width: 100%;
   
  }
  .b-company-hero .caption h3 { color: #1b3a1d; font-size: 14px; margin-bottom: 4px; }
  .b-company-hero .caption .desc {
    font-size: 11px; color: #555;
  }
  .company-info dl {
    display: grid;
    grid-template-columns: 80px 1fr;
    gap: 8px 12px;
    font-size: 12px;
  }
  .company-info dt {
    color: #2e7d32;
    font-weight: bold;
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
  }
  .company-info dd {
    border-bottom: 1px solid #eee;
    padding-bottom: 6px;
  }

  


  .b-shop-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
   grid-template-rows:auto;
    gap: 4px;
  }

  .b-shop-gallery .shop-gallery-img:nth-child(1) {
    grid-column: span 2;
  }
  .b-shop-gallery .shop-gallery-img{ height: 100%; }
  .b-shop-gallery .shop-gallery-img img{ width: 100%; }

  
  
}


/* ============================================ */
/* ===== お客様の声・Q&Aページ ===== */
/* ============================================ */


.b-voice-grid{
  width:80%;
  margin-left: auto;
  margin-right: auto;
}
.b-voice-grid .item {
  display: grid;
  grid-template-columns: 200px 1fr;
  gap: 32px;
  align-items: center;
  padding: 28px 0;
  border-bottom: 1px solid #eee;
}
.b-voice-grid .item:last-child { border-bottom: none; }
.b-voice-grid .item:nth-child(even) { direction: rtl; }
.b-voice-grid .item:nth-child(even)  > * { direction: ltr; }
.b-voice-grid .item .avatar {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  position:relative;
}
.b-voice-grid .item .avatar img{
  position: absolute;
  top: 60%;
  left: 50%;
  width: 130%;
  transform: translate(-50%, -50%);
}

.b-voice-grid .item .avatar .dummy-img { height: 100%; border-radius: 50%; }
.b-voice-grid .item .car-label {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-size: 12px;
  padding: 4px 14px;
  border-radius: 16px;
  margin-bottom: 12px;
}
.b-voice-grid .item .text {
  font-size: 17px;
  line-height: 1.8;
  color: #333;
  position: relative;
  padding-left: 24px;
}
.b-voice-grid .item .text::before {
  content: """;
  position: absolute;
  left: 0;
  top: -12px;
  font-size: 36px;
  color: #2e7d32;
  line-height: 1;
}


/* よくあるご質問 */
.b-qa-tabs {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  border: 1px solid #ddd;
  width: 80%;
}
.b-qa-tabs .tabs {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
.b-qa-tabs .tabs button {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 16px 14px;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.4;
}
.b-qa-tabs .tabs button.active {
  background: #2e7d32;
  color: #fff;
}
.b-qa-tabs .panel { padding: 28px; }
.b-qa-tabs .panel .q-block { margin-bottom: 16px; }
.b-qa-tabs .panel .q {
  font-size: 18px;
  font-weight: bold;
  color: #1b3a1d;
  margin-bottom: 12px;
  padding-left: 32px;
  position: relative;
}
.b-qa-tabs .panel .q::before {
  content: "Q.";
  position: absolute;
  left: 0;
  color: #2e7d32;
  font-size: 18px;
}
.b-qa-tabs .panel .a {
  font-size: 16px;
  color: #333;
  line-height: 1.8;
  padding-left: 32px;
  position: relative;
}
.b-qa-tabs .panel .a::before {
  content: "A.";
  position: absolute;
  left: 0;
  color: #c8102e;
  font-size: 18px;
  font-weight: bold;
}


/* タブ切り替え関連 */
.b-qa-tabs .panel {
  position: relative;
}

.b-qa-tabs .panel .q-block {
  opacity: 0;
  visibility: hidden;
  transition: opacity 1.0s ease;

  position: absolute;
  inset: 0;
}

.b-qa-tabs .panel .q-block.active {
  opacity: 1;
  visibility: visible;
  position: relative;
  z-index: 1;
}


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

  .b-qa-tabs {
  width:100%;
  }
  .b-voice-grid{
    width:100%;
  }

  .b-voice-grid .item {
  padding: 16px 0;
  border-bottom: 1px solid #eee;
  text-align: center;
    display: block;
  }
  .b-voice-grid .item:last-child { border-bottom: none; }
  .b-voice-grid .item .avatar {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin: 0 auto 12px;
  overflow: hidden;
  }
  .b-voice-grid .item .avatar .dummy-img { height: 100%; border-radius: 50%; }
  .b-voice-grid .item .car-label {
  display: inline-block;
  background: #2e7d32;
  color: #fff;
  font-size: 10px;
  padding: 3px 12px;
  border-radius: 12px;
  margin-bottom: 8px;
  }
  .b-voice-grid .item .text {
  font-size: 12px;
  line-height: 1.7;
  text-align: left;
  padding: 0 8px;
  }


  /* ===== SP/Q&A：縦タブ ===== */
  
  .b-qa-tabs{
    display: block;
  }
 .b-qa-tabs .tabs {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    border-right: none;
    border-bottom: 2px solid #2e7d32;
  }
  .b-qa-tabs .tabs button {
    background: transparent;
    border: none;
    padding: 12px 14px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
  }
  .b-qa-tabs .tabs button span{ display:none;}
  .b-qa-tabs .tabs button.active {
    color: #2e7d32;
    border-bottom-color: #2e7d32;
    background: #fff;
  }
  .b-qa-tabs .panel .q {
    font-size: 14px;
    font-weight: bold;
    color: #1b3a1d;
    margin-bottom: 10px;
    padding-left: 24px;
    position: relative;
  }
  .sp-qa-panel .q::before { content: "Q."; position: absolute; left: 0; color: #2e7d32; }
  .b-qa-tabs .panel .a {
    font-size: 12px;
    line-height: 1.8;
    padding-left: 24px;
    position: relative;
  }
  .b-qa-tabs .panel .a::before { content: "A."; position: absolute; left: 0; color: #c8102e; font-weight: bold; }



  
  
}


/* ============================================ */
/* ===== 施工事例ページ ===== */
/* ============================================ */



.b-jirei-grid  {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 0;
  border: 1px solid #ddd;
  background: #fff;
  width:80% ;
}

.b-jirei-tabs {
  background: #f5f5f5;
  display: flex;
  flex-direction: column;
  border-right: 1px solid #ddd;
}
.b-jirei-tabs li {
  background: transparent;
  border: none;
  border-bottom: 1px solid #ddd;
  padding: 16px 18px;
  text-align: left;
  cursor: pointer;
  font-size: 19px;
  font-weight: bold;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.b-jirei-tabs li.active { background: #2e7d32; color: #fff; }
.b-jirei-tabs li .jirei-label { font-size: 11px; opacity: 0.8; font-weight: normal; }

.b-jirei-list{
  padding: 24px;
  width: 100%;
}

.b-jirei-list h3{ font-size: 30px; margin-bottom: 1em; }
.b-jirei-list .item {
  display: grid;
  width: 100%;
  /*grid-template-columns: 320px 1fr;*/
  grid-template-columns: 320px minmax(0, 1fr) ;
    
  gap: 32px;
  align-items: flex-start;
  padding: 28px 0;
  border-bottom: 1px solid #eee;
}

.b-jirei-list .item:nth-child(even) { direction: rtl; }
.b-jirei-list .item:nth-child(even) > * { direction: ltr; }

.b-jirei-list .item .pic{
  margin-top: 0;
}
.b-jirei-list .item .card-img img{ width:100%;  }
.b-jirei-list .item .meta-row {
  display: flex;
  gap: 8px;
  margin-bottom: 12px;
}

.b-jirei-list .item .body{
  width: 100%;
  margin-top: 0;
}
.b-jirei-list .item .tag {
  background: #2e7d32;
  color: #fff;
  padding: 4px 12px;
  font-size: 14px;
  border-radius: 12px;
}
.b-jirei-list .item .tag.sub {
  background: #f0f0f0;
  color: #555;
  border: 1px solid #ddd;
}
.b-jirei-list .item .car-name {
  font-size: 22px;
  font-weight: bold;
  color: #1b3a1d;
  margin-bottom: 8px;
}
.b-jirei-list .item .price {
  font-size: 24px;
  font-weight: bold;
  color: #c8102e;
  margin-bottom: 8px;
}
.b-jirei-list .item .comment {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
}

@media (max-width: 768px){

  
  
  .b-jirei-grid{
    display: block;
    border: 0;
    width:100%;
  }

  .b-jirei-grid .b-jirei-list{
    padding:4px;
  }


  .b-jirei-grid .b-jirei-tabs {
    display: flex;
    flex-direction:row;
    overflow-x: auto;
    overflow-y:hidden;
    background: #f5f5f5;
    border-bottom: 2px solid #2e7d32;
    margin-bottom: 16px;
    white-space: nowrap;

  }
  .b-jirei-grid .b-jirei-tabs button {
    background: transparent;
    border: none;
    padding: 12px 14px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
  }
  .b-jirei-grid .b-jirei-tabs li.active {
    color: #2e7d32;
    border-bottom-color: #2e7d32;
    background: #fff;
  }

  .b-jirei-list h3{ 
    font-size: 22px;
    margin-bottom: 0;
  }
  
  .b-jirei-list .item .card-img{
      height: 60vw;
      overflow: hidden;
  }
  .b-jirei-list .item .card-img img{
    width:100%;
    }
  
/*  .b-jirei-grid .b-jirei-tabs li .price-label{ display:none;}*/
  
  
/*  .b-jirei-tabs {
    display: flex;
    gap: 0;
    background: #f5f5f5;
    border-bottom: 2px solid #2e7d32;
    margin-bottom: 24px;
    overflow-x: auto;
    list-style-type: none;
  }

  .b-jirei-tabs li a{
    display: inline-block;
    background: transparent;
    border: none;
    padding: 14px 20px;
    cursor: pointer;
    font-size: 13px;
    font-weight: bold;
    color: #555;
    white-space: nowrap;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
  }
  .b-jirei-tabs li.active a{
    color: #2e7d32;
    border-bottom-color: #2e7d32;
    background: #fff;
  }*/
  
}

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

  #foot{margin-bottom:90px;}

}


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

  /* ===== SP/施工事例 ===== */
  .b-jirei-tabs {
    display: flex;
    overflow-x: auto;
    background: #f5f5f5;
    border-bottom: 2px solid #2e7d32;
    margin-bottom: 16px;
    white-space: nowrap;
  }
  .b-jirei-tabs button {
    background: transparent;
    border: none;
    padding: 12px 14px;
    font-size: 11px;
    font-weight: bold;
    color: #555;
    border-bottom: 3px solid transparent;
    margin-bottom: -2px;
    cursor: pointer;
  }
  .b-jirei-tabs button.active {
    color: #2e7d32;
    border-bottom-color: #2e7d32;
    background: #fff;
  }
  .b-jirei-list { display: flex; flex-direction: column; gap: 0; }
  .b-jirei-list .item {
    display:block;
    padding: 16px 0;
    border-bottom: 1px solid #eee;
  }
  .b-jirei-list .item .pic { /*height: 200px;*/ margin-bottom: 12px; }
  .b-jirei-list .item .meta-row { display: flex; gap: 6px; margin-bottom: 6px; }
  .b-jirei-list .item .tag {
    background: #2e7d32;
    color: #fff;
    padding: 2px 10px;
    font-size: 10px;
    border-radius: 10px;
  }
  .b-jirei-list .item .tag.sub {
    background: #f0f0f0;
    color: #555;
    border: 1px solid #ddd;
  }
  .b-jirei-list .item .car-name { font-size: 16px; font-weight: bold; color: #1b3a1d; margin-bottom: 4px; }
  .b-jirei-list .item .price { font-size: 18px; font-weight: bold; color: #c8102e; margin-bottom: 4px; }
  .b-jirei-list .item .comment { font-size: 11px; color: #555; }

}





/* ------------------------------------------------------------

 SPフローティングボタン

------------------------------------------------------------ */
@media only screen and (max-width:768px){
  
  
  .sp-floating {
    /*position: sticky;*/
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #fff;
    border-top: 1px solid #ddd;
    z-index: 50;
  }
  .sp-floating-top {
    background: #0e2a47;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    text-decoration: none;
    display: block;
  }
  .sp-floating-bottom {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
  }
  .sp-floating-bottom a {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 14px 8px;
    text-decoration: none;
    font-weight: bold;
    font-size: 13px;
    line-height: 1.3;
    color: #fff;
    border-radius:0;
  }
  .sp-floating-bottom .btn-tel {
    background: #2e7d32;
    color:#FFF;
    
    /*button削除*/
    border: none;
    outline: none;
    
  }
  .sp-floating-bottom .btn-tel:hover{ cursor: pointer; }
  
    
  .sp-floating-bottom .btn-rsv {
    background:#028FC7;
    color:#fff;
    
  }




  /* ============ MODAL ============ */
  .footer-modal-wrap{position:relative;/*width:375px;*/min-height:580px;background:rgba(0,0,0,0.5)!important;display:flex;align-items:center;justify-content:center;margin:0 auto!important;max-width:none!important;border-radius:8px;overflow:hidden;box-shadow:0 4px 24px rgba(0,0,0,0.5)!important;}
  .footer-modal-wrap .bg-placeholder{position:absolute;inset:0;background:#e0e0e0;opacity:0.3}
  .footer-modal-box{position:relative;z-index:1;width:340px;border-radius:12px;overflow:hidden}

  /* M-1 */
  .md1 .footer-modal-box{background:#fff;text-align:center;}
  .md1 .md-notice{background:#f5f3f0;border-left:4px solid #c43e3e;padding:10px 14px;font-size:11px;color:#c43e3e;font-weight:bold}
  .md1 .md-shops{padding:16px}
  .md1 .md-shop-item{background:#fff;border:1px solid #e0e0e0;border-radius:8px;margin-bottom:10px;overflow:hidden}
  .md1 .md-shop-item:last-child{margin-bottom:0}
  .md1 .md-shop-name{background:#a03232;color:#fff;padding:8px 14px;font-size:13px;font-weight:bold}
  .md1 .md-shop-body{padding:12px 14px}
  .md1 .md-tel{font-size:22px;font-weight:bold;color:#2c2420;text-align:center;margin-bottom:4px}
  .md1 .md-tel-icon{color:#c43e3e;margin-right:4px}
  .md1 .md-hours{font-size:11px;color:#666;text-align:center}
  .md1 .md-net-wari{background:#c43e3e;color:#fff;text-align:center;padding:10px;font-size:13px;font-weight:bold}
  .md1 .md-caution{padding:10px 14px;font-size:10px;color:#888;background:#fafafa}
  .md1 .md-banner{padding:12px 14px}
  .md1 .md-banner-placeholder,.md2 .md-banner-placeholder,.md3 .md-banner-placeholder,.md4 .md-banner-placeholder,.md5 .md-banner-placeholder{background:#eee;border:1px dashed #ccc;height:auto;display:flex;align-items:center;justify-content:center;font-size:11px;color:#999;border-radius:4px}
  .md1 .md-close{display:block;text-align:center;padding:12px;background:#f5f5f5;color:#666;font-size:12px;font-weight:bold;cursor:pointer;border-top:1px solid #eee}
  .md1 .md-tel-name {font-size: 14px;color:#a03232;}
  .mfp-close {display: none!important;}

  .md-banner-placeholder img{ width: 100%; }
  
  /*　TEL ポップアップ　*/
  /*#popup_contact .tel_list{}
  #popup_contact .tel_list *{ box-sizing:border-box;}
  #popup_contact .tel_list p{
    text-align: center;
    font-size: 10px;
    font-weight: bold;
  }
  #popup_contact .tel_list ul{
    list-style-type:none;
    }
  #popup_contact .tel_list ul li{
    margin-bottom:1em;
    text-align: left;
    }
  #popup_contact .tel_list ul li a{
    padding-top:0.6em;
    background: #2f9912;
    background: -moz-linear-gradient(top, #2f9912 0%, #219900 100%);
    background: -webkit-linear-gradient(top, #2f9912 0%,#219900 100%);
    background: linear-gradient(to bottom, #2f9912 0%,#219900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9912', endColorstr='#219900',GradientType=0 );
    color:#FFF;

    display:flex;
    align-items: center;
    flex-direction:column;
    }
  #popup_contact .tel_list ul li span{
     font-weight:bold;
  }
  #popup_contact .tel_list ul li .tenpo_name{
    text-align:center;
    width:88%;
    background:#352207;
    border:0;
    line-height:1.2em;
    padding:0.4em;
    font-size: 3vw;
    display:block;
    margin:10px auto 0 auto;

    }
  
  #popup_contact .tel_list img{ width: 100%;}
  
  #popup_contact .tel_list ul li .tel_no{
    font-size:4.6vw;
    }

  #popup_contact .tel_list ul li .opening_hours{
    background: #2f9912;
    background: -moz-linear-gradient(top, #2f9912 0%, #219900 100%);
    background: -webkit-linear-gradient(top, #2f9912 0%,#219900 100%);
    background: linear-gradient(to bottom, #2f9912 0%,#219900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9912', endColorstr='#219900',GradientType=0 );
    color:#FFF;
    padding-bottom: 10px;
      font-size: 3.8vw;
  }

  #popup_contact .popup_contact_back {
  background: #2f9912;
    background: -moz-linear-gradient(top, #2f9912 0%, #219900 100%);
    background: -webkit-linear-gradient(top, #2f9912 0%,#219900 100%);
    background: linear-gradient(to bottom, #2f9912 0%,#219900 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2f9912', endColorstr='#219900',GradientType=0 );
    color:#FFF;
    padding-bottom:10px;
  }

  #popup_contact .caution {
      color:#de0000;
      border:#de0000 solid 2px;
      font-size:16px !important;
      font-weight:bold;
      padding:4px 0;
      margin-bottom:8px;
  }

  #popup_contact .caution2 {
    line-height: 1em;
    margin:5px 0;
  }

  #popup_contact .tel_title_1{
    padding:5px 5px;
    background: #006AC6;
    text-align: center;
      font-size: 12px;
      font-weight: bold;
      margin: 10px auto 0 auto;
      width:84%;
      display:block;
      color:#fff;
  }

  #popup_contact .tel_title_2{
    padding:5px 5px;
    background: #0093D0;
    text-align: center;
      font-size: 12px;
      font-weight: bold;
      margin: 10px auto 0 auto;
      width:84%;
      display:block;
      color:#fff;
  }

  #popup_contact .time_dayoff {
    margin-top:10px;
  }*/

  
}
  

