@charset "UTF-8";
/* -----------------------------
   レスポンシブ
--------------------------------*/
/* アニメーションを抑制（ユーザー設定尊重） */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.001ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.001ms !important;
    scroll-behavior: auto !important;
  }
}

@media (max-width: 900px) {
  .swiper.js-swiper {
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media (max-width: 1440px) {
  .site-header {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
	height:93px;
  }
	.header-inner.container{
		position:absolute;
		top:50%;
		transform:translateY(-50%);
	}
  .page-wrapper {
    margin-top: 93px;
  }
  #rmp-container-144 {
    margin-top: 93px;
    min-width: 100%;
  }
  .rmp-submenu {
    background: #eee;
  }
}

@media (max-width: 1201px) {
  .site-footer::after {
    top: auto;
    bottom: 6%;
    transform: none;
    background-position: right bottom;
    background-size: 70%;
  }
}

@media screen and (max-width: 1150px) {
  /* 1150pxまでの幅の場合に適用される */
  .top-news-wrapper {
    flex-direction: column;
  }
  .top-news-header {
    width: 100% !important;
  }
  .top-news-wrapper {
    gap: 0;
  }
  .smb-tab-panel {
    padding-right: 0;
  }
  .top-news-list__item {
    gap: 8px;
  }
  /* 2列化 */
  .smb-tabs[data-orientation="horizontal"] > .smb-tabs__tabs {
    display: flex;
    flex-wrap: wrap;
  }
  .smb-tabs[data-orientation="horizontal"] > .smb-tabs__tabs > .smb-tabs__tab-wrapper {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
  }

  /* まずテーマ既定の線消しをリセット（選択時も含めて） */
  .smb-tabs__tab,
  .smb-tabs__tab[aria-selected="true"] {
    border: none;
  }

  /* 1つめ */
  .smb-tabs__tab-wrapper:nth-child(1) .smb-tabs__tab {
    border-left: 1px solid #aaa;
    border-right: 1px solid #aaa;
  }

  /* ２つ目 */
  .smb-tabs__tab-wrapper:nth-child(2) .smb-tabs__tab {
    border-top: 1px solid #aaa;
  }
  .smb-tabs[data-orientation="horizontal"] > .smb-tabs__tabs .smb-tabs__tab-wrapper:not(:last-child) .smb-tabs__tab {
    border-right: 1px solid #aaa;
  }

  /* 3つめ */
  .smb-tabs__tab-wrapper:nth-child(3) .smb-tabs__tab {
    border: 1px solid #aaa;
    border-top: none;
    margin-top: -1px;
  }
  .smb-tabs[data-orientation="horizontal"] > .smb-tabs__tabs .smb-tabs__tab-wrapper:nth-child(3) .smb-tabs__tab {
    border-left: 1px solid #aaa;
    margin-left: 0;
  }

  /* 4つめ */
  .smb-tabs__tab-wrapper:nth-child(4) .smb-tabs__tab {
    border: 1px solid #aaa;
    border-left: none;
    border-top: none;
    margin-top: -1px;
  }
}

@media screen and (max-width: 991px) {
  /* 991pxまでの幅の場合に適用される */
  .intro-text {
    line-height: 1.4;
    font-size: 24px;
  }
  .heading_lv1 {
    margin-bottom: 26px;
  }
}

@media screen and (max-width: 782px) {
  .page-link-item {
    border-left: solid 1px #403028;
    margin-top: -1px !important;
    margin-left: 0 !important;
  }
}

@media screen and (max-width: 768px) {
  /* 768pxまでの幅の場合に適用される */
  .pc-none {
    display: block;
  }
  .sp-none {
    display: none;
  }
  .sp-left {
    text-align: left !important;
  }
  .sp-w80 {
    max-width: 80%;
    margin: auto;
  }
	 .site-header {
    position: fixed;
    top: 0;
    background: #fff;
    width: 100%;
	height:93px;
  }
  /* タイトル
  ------------------------------- */
  .heading-top-news {
    margin-bottom: 32px;
  }
  .teaser-title {
    font-size: 1.5rem;
    font-size: 1.3rem;
  }
  .heading_lv1 {
    font-size: 1.5rem;
    font-size: 1.3rem;
  }
  .heading_lv3 {
    font-size: 1.125rem;
  }
  .heading_lv4_2 {
    font-size: 1.125rem;
  }

  .item-intro-text {
    font-size: 1.06rem;
  }
  /* Table
  ------------------------------- */
  .dataTable th,
  .dataTable td {
    display: block;
    width: 100%;
    height: auto;
    min-height: auto;
  }
  .dataTable th {
    border-bottom: none;
    padding: 10px 20px;
  }
  .dataTable td {
    padding: 10px 0;
  }
  .dataTable__accept {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 1.6;
    text-align: center;
    font-size: 0.875rem;
  }
  .dataTable__accept p {
    flex-wrap: wrap;
  }
  /* ヘッダー
  ------------------------------- */
	 .site-header{
	height:72px;
  }
  .site-brand {
    padding: 10px 0;
  }

  #rmp_menu_trigger-144 {
    top: 7px;
  }
  .page-wrapper {
    margin-top: 73px;
  }
  #rmp-container-144 {
    margin-top: 73px;
  }
  /* TOP
  ------------------------------- */
  .top-news-wrapper time {
    font-size: 0.875rem;
  }
  .top-news-wrapper .news-title,
  .top-news-wrapper .wp-block-post-title a.wp-block-post-title__link {
    font-size: 1rem;
  }
  .top-news-wrapper .wp-block-post .wp-block-post-title a::after {
    width: 15px;
    height: 10px;
  }
  .btn_more .vk_button_link_txt {
    font-size: 1rem;
  }
  .features-box .btn_more a {
    width: 100%;
  }

  .top-news-wrapper .wp-block-post {
    padding: 0px 54px 0px 14px;
  }

  /* Footer
  ------------------------------- */
  .footer__right {
    flex-direction: column;
  }
  #shop-calendar.xo-event-calendar .xo-months {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  /* お知らせ
  ------------------------------- */
  .post-title {
    font-size: 1.3rem;
    padding: 48px 20px;
  }
  .p-newsList {
    row-gap: 22px;
  }
  .p-newsTabs__item {
    flex: 0 0 50%;
    max-width: 50%;
    box-sizing: border-box;
    min-width: auto;
    margin-top: -1px;
    margin-right: -1px;
    border: 1px solid #cfc6bf;
  }
  .p-newsItem__thumb {
    margin-bottom: 10px;
  }
  .p-newsItem__date {
    margin-bottom: 0;
  }
  .s-content {
    margin-bottom: 50px;
  }
  .s-hero {
    margin-bottom: 30px;
  }
  .s-thumb {
    margin-bottom: 40px;
  }
  .p-productsGrid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    margin-top: 80px;
  }
  /* メインビジュアル
  ------------------------------- */
  .slider--mv .swiper-slide img {
    height: 40vh;
    object-fit: cover;
	  object-position:75% 0;
  }
  .swiper.js-swiper {
    padding: 0;
  }
  .slider--mv .swiper-slide {
    width: 100%;
  }
  /* 下層ページ
  ------------------------------- */
  .teaser {
    height: 120px;
  }
  .box-beige {
    padding: 14px;
    font-size: 1rem !important;
  }
  .step_box {
    padding: 20px !important;
  }
  .repair-cleaning-wrapper {
    gap: 20px;
  }
  .check-box {
    padding: 20px 16px;
  }
  .brown-box {
    padding: 20px;
  }

  /* 0929追加 */
  .postid-527 .wp-block-image figcaption {
    text-align: center;
    font-size: 0.8rem;
  }
}

/*店舗案内*/
@media screen and (max-width: 1150px) {
  .history-detail-box {
    padding-right: 0;
  }
}

@media (max-width: 575.98px) {
  .company-table th {
    text-align: left;
  }
  .company-table th,
  .company-table td,
  .company-table tr:nth-child(1) th,
  .company-table tr:last-child th,
  .company-table tr:nth-child(1) td,
  .company-table tr:last-child td {
    padding: 1em;
  }
  .column3-img-box {
    gap: 0.5em;
  }
}

/* 神具 */
@media screen and (max-width: 768px) {
  .jinja-list li {
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .jinja-list .item {
    width: 100%;
    margin-bottom: 0.3em;
  }

  .jinja-list .line {
    display: none; /* スマホでは横線非表示（可読性優先） */
  }

  .jinja-list .desc {
    width: 100%;
    padding-left: 1em; /* 少しインデントして見やすく */
  }
}

/* 共通 */
@media (max-width: 781px) {
  .butugu2-image .alignright {
    float: initial;
    margin: 0 auto;
  }
  .sp-none {
    display: none;
  }



iframe{
	height: 210px;
	}
}

@media screen and (max-width: 768px) {
	.text-start{
	text-align: start;
}


.col-reverse{
	flex-direction: column-reverse;
}
}
/* 
レスポンシブ時に取扱商品リスト消す */
@media screen and (max-width: 768px) {
.footer__right{
	display:none
}}




@media (max-width: 768px) { 
   /* 画像の拡大・ズームを無効化する */
.postid-529 .wp-block-image a {
    pointer-events: none;
    cursor: default;
}
}