@charset "UTF-8";

/* ===================================
   CSS変数（レスポンシブ余白）
   =================================== */
:root {
	/* セクション間の余白 */
	--spacing-section-xl: clamp(32px, 5.696vw + 10.64px, 120px); /* 32px @ 375px → 120px @ 1920px */
	--spacing-section-lg: clamp(32px, 4.4vw + 15.5px, 100px);    /* 32px @ 375px → 100px @ 1920px */
	--spacing-section-md: clamp(32px, 3.107vw + 20.35px, 80px);  /* 32px @ 375px → 80px @ 1920px */
	/* タイトル下の余白 */
	--spacing-title-lg: clamp(32px, 1.813vw + 25.2px, 60px);     /* 32px @ 375px → 60px @ 1920px */
	--spacing-title-md: clamp(32px, 0.518vw + 30.06px, 40px);    /* 32px @ 375px → 40px @ 1920px */
	/* 左右の余白 */
	--spacing-inline: clamp(0px, 6.472vw - 24.27px, 100px);      /* 0px @ 375px → 100px @ 1920px */
}

/* スムーズスクロールはJavaScriptで制御 */

/* ===================================
   ショールーム詳細ページ メインコンテンツ
   =================================== */
.single.page_showroom .sitemain {
	max-width: 1032px;
	padding-inline: 16px;
	margin-inline: auto;
	box-sizing: border-box;
}

/* ===================================
   店舗名見出し
   Figma node-id: 1443:40761
   =================================== */
.showroom-store-name-title {
	border-bottom: 1px solid #c8102e;
	padding-block: clamp(12px, calc(0.259vw + 11.03px), 16px);
	padding-inline: clamp(8px, calc(0.259vw + 7.03px), 12px);
	margin: 0;
	margin-block-end: clamp(32px, calc(4.4vw + 15.5px), 100px);
	font-size: clamp(24px, calc(0.518vw + 22.06px), 32px);
	font-weight: 700;
	color: #191a19;
	line-height: 1.4;
}

.boxShowroomSS09 .box_wrap .box .img img {
	width:100%;
}
.boxShowroomSS01Wrap {
	padding-top: 30px;
}
.boxShowroomSS01 .item:nth-child(n+2) {
	margin-top: 23px;
}
.boxFlexContact {
	display: flex;
	margin-top: 52px;
}
.boxFlexContact .left {
	width: 48.333%;
}
.boxFlexContact .left a {
	display: block;
}
.boxFlexContact .left a:nth-child(n+2) {
	margin-top: 23px;
}
.boxOmitsumori {
	width: 48%;
	margin-left: auto;
}
.boxOmitsumori .ttl {
	font-size: 1.5rem;
	font-weight: bold;
	background-color: #221714;
	padding: 0.7em 0;
	color: #fff;
	text-align: center;
	border-top-left-radius: 0.5rem;
	border-top-right-radius: 0.5rem;
}
.boxOmitsumori .ttl span {
	position: relative;
	padding: 0 1.2em;
}
.boxOmitsumori .ttl span:before {
content: "";
    width: 2px;
    height: 1.3em;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: -4px;
    transform: rotate(-45deg);
}
.boxOmitsumori .ttl span:after {
content: "";
    width: 2px;
    height: 1.3em;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: -4px;
    transform: rotate(45deg);
}
.boxOmitsumori .box {
	border-bottom-left-radius: 0.5rem;
	border-bottom-right-radius: 0.5rem;
	background-color: #EDEDED;
	padding: 35px 40px 20px 40px;
}
.boxOmitsumori dl dt {
	display: flex;
	color: #221714;
	font-weight: bold;
	font-size: 1.25rem;
	margin-bottom: 0.8rem;
	align-items: center;
}
.boxOmitsumori dl dd {
	margin-bottom: 0.8rem;
}
.boxOmitsumori input[type=text] {
	padding: 1em;
}
.boxOmitsumori .check {
	display: flex;
	flex-wrap: wrap;
}
.boxOmitsumori button {
	font-family: YuGothic, "Yu Gothic Medium", "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
	border: none;
	border-radius: 0.5rem;
	color: #fff;
	font-weight: bold;
	font-size: 1.625rem;
	background: url("../../images/showroom02/icn01.png") no-repeat right 1.5em center;
	background-size: 26px;
	background-color: #169821;
	height: 59px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}
.h2_showroom {
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 1.2em;
}
.h2_showroom span {
	padding: 0.5em 1.2em;
	position: relative
}
.h2_showroom span:before {
    content: "";
    width: 1px;
    height: 1.6em;
    background: #221714;
    position: absolute;
    left: 0;
    bottom: 5px;
    transform: rotate(-35deg);
}
.h2_showroom span:after {
    content: "";
    width: 1px;
    height: 1.6em;
    background: #221714;
    position: absolute;
    right: 0;
    bottom: 5px;
    transform: rotate(35deg);
}
.boxShowroomSS02Wrap {
	background-color: #F8F8F8;
	padding: 45px 0;
}
.boxShowroomSS02 h3 {
	font-size: 1.5rem;
	padding: 0.8em;
	background-color: #fff;
	border-top: 5px solid #CE0000;
}
.boxShowroomSS02 .img {
	margin-top: -29px;
	line-height: 0;
}
.boxShowroomSS02 .img_bottom {
	margin-top: 1em;
	height: auto;
}
.boxShowroomSS02 {
	
}
.boxShowroomSS02 .loop_wrap {
  display: flex;
  overflow: hidden;
}

.boxShowroomSS02 .loop_wrap ul {
    display: flex;
    animation: loop 50s linear infinite;
}

.boxShowroomSS02 .loop_wrap li {
	width: calc(100vw / 11);
    display: block;
	margin: 0 0.8rem;
}

.boxShowroomSS02 .loop_wrap img {
	width: auto;
	height: 100%;
}

@keyframes loop {
  0% {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.boxShowroomSS02 .boxLoop {
	background-color: #221714;
	color: #fff;
	padding: 15px 0;
}
.boxShowroomSS02 .boxLoop p {
	font-size: 1.375rem;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0.5em;
}
.boxShowroomSS02 .boxShowroomS06 {
	margin-top: 20px;
}
.boxShowroomSS02 .boxShowroomS06 .box .cont .cat span {
	border-radius: 0;
	background-color: #E71F19;
	color: #fff;
	font-size: 0.875rem;
}
.boxShowroomSS02 .boxShowroomS06 .box {
	border-radius: 0;
	box-shadow: none;
	background-color: #fff;
	width: 32%;
	margin: 0 0 0 2%;
}
.boxShowroomSS02 .boxShowroomS06 .box:nth-of-type(3n+1) {
	margin-left: 0;
}
.boxShowroomSS02 .boxShowroomS06 .box:nth-child(n+4) {
	margin-top: 2%;
}
.boxShowroomS06 .box .img img {
	max-width: inherit;
	width: 100%;
}
.basePd {
	padding: 45px 0;
}
.boxGoogleReview01 .wp-google-place {
	display: flex;
	justify-content: center!important;
	background-color: #F0F0F0!important;
	border: 2px solid!important ;
	padding: 20px 0 !important;
}
.boxGoogleReview01 .wp-gr .wp-google-left {
	display: block !important;
}
.boxGoogleReview01 .wp-gr .wp-google-right {
	display: block!important;
	width: auto !important;
}
.boxGoogleReview01 path {
	fill:#FED93B !important;
}
.wp-gr .wp-google-rating {
	color: #221714 !important;
}
.boxGoogleReview01 .wp-gr .wp-google-left img {
	width: 115px !important;
	height: auto !important;
	box-shadow: none !important;
	border-radius: 0!important;
	border: 2px solid #fff !important;
	margin-right: 3rem !important;
}
.wp-google-powered img {
	display: none !important;
}
.boxGoogleReview01 .wp-google-reviews .wp-google-left {
	display: none !important;
}
.boxGoogleReview01 .wp-google-reviews .wp-google-name {
	float: left!important;
}
.boxGoogleReview01 .wp-google-reviews .wp-google-time {
	float: left!important;
}
.boxGoogleReview01 .wp-google-reviews {
	clear: both!important;
}

.boxGoogleReview01 .wp-google-reviews .wp-google-text {
	clear: both!important;
	display: block !important;
	margin-top: 0.5em !important;
	position: relative!important;
}

.boxGoogleReview01 .wp-google-reviews .wp-google-text.open:before {
	content: "";
	height: 1.5em;
    cursor: pointer;
    text-align: center;
    font-size: 42px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.95) 90%);
}

.boxGoogleReview01 .wp-more-toggle {
	color: #fff!important;
	width: 10em!important;
	padding: 0.5em 0!important;
	background-color: #CE0000!important;
	position: absolute!important;
	left: 0!important;
	right: 0!important;
	margin: auto!important;
	bottom: 0!important;
	text-align: center !important;
}
.boxGoogleReview01 .wp-google-reviews .wp-google-text.show:before {
	content: none;
}

.boxGoogleReview01 .wp-google-reviews .wp-google-review {
	border-bottom: 1px solid #D1D1D1!important;
	padding-bottom: 1rem!important;
	margin-bottom: 1rem!important;
}
.boxGoogleReview01 .wp-google-reviews .wp-google-review:nth-last-of-type(3) {
	border: none !important;
	padding: 0!important;
	margin: 0!important;
}
.boxGoogleReview01 .wp-google-content-inner {
	padding: 20px 30px!important;
	border: 2px solid!important ;
	border-top: none !important;
	height: 300px;
	overflow-y: scroll;
}

.boxGoogleReview01 .wp-google-url {
	display: none !important;
}
.boxGoogleReview01 .wp-google-stars {
	margin-left: 1rem!important;
}
.wp-gr .wp-google-rating {
	font-size: 1.8125rem !important;
	margin-right: -0.5rem !important;
}
.boxGoogleReview01 .wp-google-name {
	margin-bottom: 0.6rem !important;
}
.btnBaseShowroom01 {
	font-size: 1.5rem;
	color: #fff;
	font-weight: 500;
	max-width: 618px;
	height: 54px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #CE0000;
	border-radius: 0.5rem;
	margin: 40px auto 0 auto;
	position: relative;
}
.btnBaseShowroom01 span {
	padding-right: 1em;
}
.btnBaseShowroom01:after {
    content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
/* Greeting Section - New Design with clamp() */
.boxShowroomSS04 .boxGreeting {
	display: flex;
	flex-direction: column; /* モバイルファースト: デフォルトは縦並び */
	gap: var(--spacing-title-md); /* 32px @ 375px → 40px @ 1920px */
	align-items: flex-start;
	margin-block-end: var(--spacing-title-lg); /* 48px @ 375px → 60px @ 1920px */
}
.boxShowroomSS04 .boxGreeting__img {
	flex-shrink: 0;
	width: 100%; /* モバイルファースト: デフォルトは全幅 */
}
.boxShowroomSS04 .boxGreeting__img img {
	width: 100%;
	height: auto;
	display: block;
}
.boxShowroomSS04 .boxGreeting__content {
	flex: 1;
	min-width: 0;
	display: flex;
	flex-direction: column;
	gap: clamp(12px, 0.389vw + 10.54px, 18px); /* 12px @ 375px → 18px @ 1920px */
}
.boxShowroomSS04 .boxGreeting__title {
	border-bottom: 1px solid #ccc;
	padding: 0 clamp(8px, 0.259vw + 7.03px, 12px) clamp(12px, 0.259vw + 11.03px, 16px); /* top horizontal bottom */
}
.boxShowroomSS04 .boxGreeting__title p {
	font-size: clamp(16px, 0.259vw + 15.03px, 20px); /* 16px @ 375px → 20px @ 1920px */
	font-weight: 700;
	line-height: 1.4;
	color: #191a19;
	margin: 0;
}
.boxShowroomSS04 .boxGreeting__body {
	padding: 0 clamp(8px, 0.259vw + 7.03px, 12px);
	margin-block-start: var(--spacing-title-md); /* 32px @ 375px → 40px @ 1920px */
}
.boxShowroomSS04 .boxGreeting__body p {
	font-size: clamp(14px, 0.13vw + 13.51px, 16px); /* 14px @ 375px → 16px @ 1920px */
	font-weight: 400;
	line-height: clamp(1.8, 0.013vw + 1.795, 2); /* 1.8 @ 375px → 2 @ 1920px */
	color: #191a19;
	margin: 0;
}
.boxShowroomSS04 .boxGreeting__services {
	display: flex;
	flex-direction: column;
	gap: clamp(16px, 0.518vw + 14.06px, 24px);
	margin-block-start: var(--spacing-title-md); /* 32px @ 375px → 40px @ 1920px */
}
.boxShowroomSS04 .boxGreeting__services-title {
	display: flex;
	align-items: center;
	padding: 0 clamp(8px, 0.259vw + 7.03px, 12px);
	font-size: clamp(16px, 0.13vw + 15.51px, 18px); /* 16px @ 375px → 18px @ 1920px */
	font-weight: 700;
	color: #191a19;
}
.boxShowroomSS04 .boxGreeting__services-marker {
	color: #c8102e;
	padding-right: 4px;
}
.boxShowroomSS04 .boxGreeting__services-list {
	display: flex;
	flex-wrap: wrap;
	gap: clamp(10px, 0.259vw + 9.03px, 14px);
	padding: 0 clamp(8px, 1.036vw + 4.11px, 24px);
}
.boxShowroomSS04 .boxGreeting__service-item {
	display: flex;
	align-items: center;
	gap: 4px;
	width: calc(50% - 7px); /* 2列グリッド（SPベース） */
}
.boxShowroomSS04 .boxGreeting__service-icon {
	flex-shrink: 0;
	width: 28px;
	height: 28px;
	background-color: #f7f7f7;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxShowroomSS04 .boxGreeting__service-icon img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}
.boxShowroomSS04 .boxGreeting__service-label {
	font-size: clamp(11px, 0.065vw + 10.76px, 12px); /* 11px @ 375px → 12px @ 1920px */
	font-weight: 400;
	line-height: 1.5;
	color: #191a19;
}
.boxShowroomSS04 .boxGreeting__form {
	padding-inline: var(--spacing-inline);
}
.boxShowroomSS04 .boxGreeting__form-title {
	margin-block-end: var(--spacing-title-lg);
}
.boxShowroomSS04 .boxGreeting__form .footerFormContainer {
	background: #fff;
}

/* 施工事例スライダー（related-worksデザイン） */
.boxGreeting__works {
	margin-block-start: var(--spacing-section-md);
}
.boxGreeting__works-title {
	margin-block-end: var(--spacing-title-md);
}
.boxGreeting__works .related-works-content {
	padding-inline-start: var(--spacing-inline);
}

/* お客様の声セクション */
.boxGreeting__voice {
	margin-block-start: var(--spacing-section-md);
}
.boxGreeting__voice-title {
	margin-block-end: var(--spacing-title-md);
}
.boxGreeting__voice-content {
	padding-inline: var(--spacing-inline);
}

/* スタッフセクション */
.boxGreeting__staff {
	margin-block-start: var(--spacing-section-md);
}
.boxGreeting__staff-title {
	margin-block-end: var(--spacing-title-md);
}
.boxGreeting__staff-list {
	display: grid;
	grid-template-columns: repeat(2, 1fr); /* SP: 2列 */
	gap: clamp(12px, 0.518vw + 10.06px, 20px); /* 12px @ 375px → 20px @ 1920px */
	padding-inline: var(--spacing-inline);
}
.boxGreeting__staff-card {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: clamp(6px, 0.13vw + 5.51px, 8px); /* 6px @ 375px → 8px @ 1920px */
	width: 100%;
	max-width: clamp(140px, 2.59vw + 130.29px, 180px); /* 140px @ 375px → 180px @ 1920px */
	margin-inline: auto;
}
.boxGreeting__staff-img {
	width: 100%;
	height: clamp(95px, 1.554vw + 89.17px, 119px); /* 95px @ 375px → 119px @ 1920px */
	overflow: hidden;
}
.boxGreeting__staff-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.boxGreeting__staff-info {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 8px;
	width: 100%;
}
.boxGreeting__staff-role {
	font-size: clamp(10px, 0.13vw + 9.51px, 12px); /* 10px @ 375px → 12px @ 1920px */
	color: #4a4a4a;
	text-align: center;
	letter-spacing: 0.48px;
	line-height: 1;
	margin: 0;
}
.boxGreeting__staff-name {
	font-size: clamp(14px, 0.13vw + 13.51px, 16px); /* 14px @ 375px → 16px @ 1920px */
	font-weight: 500;
	color: #4a4a4a;
	text-align: center;
	letter-spacing: 0.64px;
	line-height: 1;
	margin: 0;
}

/* ショールームの案内セクション */
.boxGreeting__showroom-guide {
	margin-block-start: var(--spacing-section-md);
}
.boxGreeting__showroom-guide-title {
	margin-block-end: var(--spacing-title-md);
}
.boxGreeting__showroom-guide-content {
	display: flex;
	flex-direction: column; /* SP: 縦並び */
	gap: clamp(16px, 0.518vw + 14.06px, 24px); /* 16px @ 375px → 24px @ 1920px */
	padding-inline: var(--spacing-inline);
}
.boxGreeting__showroom-guide-img {
	width: 100%; /* SP: 全幅 */
	flex-shrink: 0;
	padding-block: 0; /* SP: 余白なし */
}
.boxGreeting__showroom-guide-img img {
	width: 100%;
	height: auto;
}
.boxGreeting__showroom-guide-text {
	display: flex;
	flex-direction: column;
	gap: clamp(12px, 0.389vw + 10.54px, 18px); /* 12px @ 375px → 18px @ 1920px */
}
.boxGreeting__showroom-guide-heading {
	font-size: clamp(16px, 0.259vw + 15.03px, 20px); /* 16px @ 375px → 20px @ 1920px */
	font-weight: 700;
	color: #191a19;
	line-height: 1.4;
	padding: clamp(12px, 0.259vw + 11.03px, 16px) clamp(8px, 0.259vw + 7.03px, 12px);
	border-bottom: 1px solid #ccc;
	margin: 0;
}
.boxGreeting__showroom-guide-body {
	font-size: clamp(14px, 0.13vw + 13.51px, 16px); /* 14px @ 375px → 16px @ 1920px */
	font-weight: 400;
	color: #191a19;
	line-height: 2;
	padding-inline: clamp(8px, 0.259vw + 7.03px, 12px);
	margin: 0;
}

/* ショールームでできることセクション */
.boxGreeting__what-can-do {
	margin-block-start: var(--spacing-section-lg);
	padding-inline: var(--spacing-inline);
}
.boxGreeting__what-can-do-heading {
	font-size: clamp(16px, 0.259vw + 15.03px, 20px); /* 16px @ 375px → 20px @ 1920px */
	font-weight: 700;
	color: #191a19;
	line-height: 1.4;
	padding: clamp(12px, 0.259vw + 11.03px, 16px) clamp(8px, 0.259vw + 7.03px, 12px);
	border-bottom: 1px solid #ccc;
	margin: 0 0 clamp(32px, 1.813vw + 25.2px, 60px) 0; /* 32px @ 375px → 60px @ 1920px */
}
.boxGreeting__what-can-do-list {
	display: grid;
	grid-template-columns: 1fr; /* SP: 1列 */
	gap: clamp(16px, 0.259vw + 15.03px, 20px); /* 16px @ 375px → 20px @ 1920px */
}
.boxGreeting__what-can-do-card {
	display: flex; /* SP: 横並び */
	gap: clamp(12px, 0.259vw + 11.03px, 16px); /* 12px @ 375px → 16px @ 1920px */
	align-items: flex-start;
	padding-block-end: clamp(16px, 0.518vw + 14.06px, 24px); /* 16px @ 375px → 24px @ 1920px */
	border-bottom: 1px solid #ccc;
}
.boxGreeting__what-can-do-card:last-child {
	border-bottom: none;
	padding-block-end: 0;
}
.boxGreeting__what-can-do-img {
	flex-shrink: 0;
	width: clamp(100px, 1.295vw + 95.14px, 120px); /* 100px @ 375px → 120px @ 1920px */
}
.boxGreeting__what-can-do-img img {
	width: 100%;
	height: auto;
}
.boxGreeting__what-can-do-text {
	display: flex;
	flex-direction: column;
	gap: clamp(6px, 0.13vw + 5.51px, 8px); /* 6px @ 375px → 8px @ 1920px */
}
.boxGreeting__what-can-do-title {
	font-size: clamp(14px, 0.13vw + 13.51px, 16px); /* 14px @ 375px → 16px @ 1920px */
	font-weight: 700;
	color: #191a19;
	letter-spacing: 0.64px;
	line-height: 1.5;
	margin: 0;
}
.boxGreeting__what-can-do-body {
	font-size: clamp(13px, 0.065vw + 12.76px, 14px); /* 13px @ 375px → 14px @ 1920px */
	font-weight: 400;
	color: #191a19;
	line-height: 1.8;
	margin: 0;
}

/* お問い合わせフォームセクション */
.boxGreeting__contact-form {
	margin-block-start: var(--spacing-section-md);
}
.boxGreeting__contact-form-title {
	margin-block-end: var(--spacing-title-md);
}
.boxGreeting__contact-form-content {
	padding-inline: var(--spacing-inline);
}

/* お知らせスライダーセクション */
.boxGreeting__news {
	margin-block-start: var(--spacing-section-md);
}
.boxGreeting__news-title {
	margin-block-end: var(--spacing-title-md);
}
.boxGreeting__news-content-area {
	padding-inline-start: clamp(0px, calc(-50px + 13.02vw), 100px);
}
.boxGreeting__news-swiper .swiper-slide {
	width: clamp(260px, 2.59vw + 250.29px, 300px); /* 260px @ 375px → 300px @ 1920px */
}
.boxGreeting__news-card {
	display: block;
	text-decoration: none;
}
.boxGreeting__news-card-image {
	background-color: #f1f1f1;
	border-bottom: 1px solid #e7141a;
	padding: clamp(28px, 0.713vw + 25.33px, 39px) clamp(20px, 0.648vw + 17.57px, 30px);
	margin-block-end: clamp(6px, 0.13vw + 5.51px, 8px);
}
.boxGreeting__news-card-image.no-image {
	height: clamp(180px, 2.202vw + 171.74px, 214px); /* 180px @ 375px → 214px @ 1920px */
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxGreeting__news-card-image img {
	width: clamp(200px, 2.59vw + 190.29px, 240px); /* 200px @ 375px → 240px @ 1920px */
	height: clamp(114px, 1.425vw + 108.66px, 136px); /* 114px @ 375px → 136px @ 1920px */
	object-fit: cover;
}
.boxGreeting__news-card-content {
	display: flex;
	flex-direction: column;
	gap: clamp(4px, 0.13vw + 3.51px, 6px); /* 4px @ 375px → 6px @ 1920px */
}
.boxGreeting__news-card-title {
	font-size: clamp(14px, 0.13vw + 13.51px, 16px); /* 14px @ 375px → 16px @ 1920px */
	font-weight: 500;
	color: #191a19;
	line-height: 1.56;
	margin: 0;
}
.boxGreeting__news-card-date {
	font-size: clamp(11px, 0.065vw + 10.76px, 12px); /* 11px @ 375px → 12px @ 1920px */
	font-weight: 400;
	color: #191a19;
	line-height: 1.47;
	letter-spacing: -0.16px;
	margin: 0;
}

/* Greeting Section - PC (1024px以上で横並び) */
@media screen and (min-width: 768px) {
	.boxGreeting__staff-list {
		grid-template-columns: repeat(4, 1fr); /* Tablet: 4列 */
	}
	.boxGreeting__showroom-guide-content {
		flex-direction: row; /* Tablet以上: 横並び */
	}
	.boxGreeting__showroom-guide-img {
		width: 320px;
		padding-block: 22px;
	}
}
@media screen and (min-width: 1024px) {
	.boxShowroomSS04 .boxGreeting {
		flex-direction: row;
	}
	.boxShowroomSS04 .boxGreeting__img {
		width: clamp(280px, 4.46vw + 234.38px, 320px); /* 280px @ 1024px → 320px @ 1920px */
	}
	.boxShowroomSS04 .boxGreeting__service-item {
		width: calc(33.333% - 10px); /* 3列グリッド */
	}
	.boxGreeting__staff-list {
		grid-template-columns: repeat(5, 1fr); /* PC: 5列 */
	}
	.boxGreeting__what-can-do-list {
		grid-template-columns: repeat(3, 1fr); /* PC: 3列 */
		gap: 24px;
	}
	.boxGreeting__what-can-do-card {
		display: block; /* PC: 縦並び */
		padding-block: 0;
		border-bottom: none;
	}
	.boxGreeting__what-can-do-img {
		width: 100%;
		margin-block-end: 8px;
	}
}

.boxShowroomSS05Wrap {
	background-color: #F8F8F8;
}
.boxShowroomSS05 .sub_ttl {
	font-weight: bold;
	font-size: 1.25rem;
	max-width: 518px;
	text-align: center;
	padding: 0.45em 0;
	border: 1px solid #707070;
	background-color: #fff;
	margin: -1em auto 2em auto;
	border-radius: 10em;
}
.boxShowroomSS05 .boxPack01 .ttl {
	text-align: center;
	margin-bottom: 1.5rem;
}
.boxShowroomSS05 .boxPack01 .box_wrap {
	display: flex;
	flex-wrap: wrap;
}
.boxShowroomSS05 .boxPack01 .box_wrap a {
	width: 48%;
}
.boxShowroomSS05 .boxPack01 .box_wrap a:nth-of-type(2n) {
	margin-left: auto;
}
.boxShowroomSS05 .boxPack01 .box_wrap a:nth-child(n+3) {
	margin-top: 2rem;
}
.boxShowroomSS05 .boxPack01:nth-child(n+2) {
	margin-top: 60px;
}
.boxShowroomSS06 .box01 .ttl {
	position: relative;
	background-color: #CE0000;
	font-size: 1.5rem;
    font-weight: bold;
	color: #fff;
	text-align: center;
	padding: 0.7em 0;
	margin-bottom: 40px;
}
.boxShowroomSS06 .box01 .ttl img {
	position: absolute;
	left: 40px;
	top: 0;
}
.boxShowroomSS06 .box01 li {
	background-color: #F0F0F0;
	border-radius: 0.5rem;
	border: 2px solid #7B7B7B;
	padding: 0.5em 0 0.5em 80px;
	font-size: 1.375rem;
	font-weight: bold;
	line-height: 1.5;
	position: relative;
}
.boxShowroomSS06 .box01 li img {
	max-width: 99px;
	position: absolute;
	left: -50px;
	top: 50%;
	transform: translateY(-50%);
}
.boxShowroomSS06 .box01 ul {
	padding: 0 30px 0 80px;
}
.boxShowroomSS06 .box01 li:nth-child(n+2) {
	margin-top: 30px;
}
.boxShowroomSS06 .box01 {
	border: 6px solid #CE0000;
}
.boxShowroomSS06 .boxOmitsumori {
	position: relative;
}
.boxOmitsumori .img {
	position: absolute;
	right: 40px;
	top: -110px;
	max-width: 300px;
}
.boxOmitsumori .ttl {
	position: relative;
	z-index: 1;
}
.boxShowroomSS06Wrap {
	padding-top: 80px;
}
.boxShowroomSS07Wrap {
	background-color: #F8F8F8;
}
.boxShowroomSS07 .sub_ttl {
    font-weight: bold;
    font-size: 1.25rem;
    max-width: 318px;
    text-align: center;
    padding: 0.45em 0;
    border: 1px solid #707070;
    background-color: #fff;
    margin: -1em auto 2em auto;
    border-radius: 10em;
}
.boxShowroomSS07 .box_wrap {
	display: flex;
	margin-bottom: 50px;
}
.boxShowroomSS07 .box_wrap .img {
	width: 48%;
}
.boxShowroomSS07 .box_wrap .cont {
	width: 48%;
	margin-left: auto;
}
.boxShowroomSS07 .box_wrap .ttl {
	font-size: 1.5rem;
	color: #fff;
	font-weight: bold;
	line-height: 1.4;
	background-color: #221714;
	padding: 0.5em 0.5em 0.5em 1em;
	margin-bottom: 1em;
}
.boxShowroomSS07 .box_wrap .cont p {
	line-height: 1.5;
	font-size: 1.125rem;
}
.boxShowroomSS07 .ttl02 {
	font-size: 2rem;
	margin-bottom: 1em;
	background: #221714;
	padding: 0.5em 0;
	text-align: center;
	font-weight: bold;
	color: #fff;
}
.boxShowroomSS07 .box_wrap02 {
	display: flex;
	flex-wrap: wrap;
}
.boxShowroomSS07 .box_wrap02 .item {
	width: 31%;
	border: 2px solid #7B7B7B;
	border-radius: 0.5rem;
	padding: 17px 17px 25px 17px;
	background-color: #fff;
	position: relative;
	margin-left: 3.5%;
	box-sizing: border-box;
}
.boxShowroomSS07 .box_wrap02 .item:nth-of-type(3n+1){
	margin-left: 0;
}
.boxShowroomSS07 .box_wrap02 .item .ttl {
	font-size: 1.25rem;
	line-height: 1.5;
	margin: 0.7em 0 0.5em 0;
	font-weight: bold;
}
.boxShowroomSS07 .box_wrap02 .item p {
	line-height: 1.5;
	font-size: 1.125rem;
}
.boxShowroomSS07 .box_wrap02 .item .num {
	position: absolute;
	left: -20px;
	top: -20px;
}
.boxShowroomSS07 .h2_showroom_red {
	color: #E71F19;
	font-size: 1.75rem;
	margin: 4rem 0 2em 0;
}
.boxShowroomSS07 .h2_showroom_red span:before,
.boxShowroomSS07 .h2_showroom_red span:after {
	background-color: #E71F19;
}
.boxShowroomSPoint02LR {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.boxShowroomSPoint02L {
    width: 64.5%;
}
.boxShowroomSPoint02L .ul01 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
}
.boxShowroomSPoint02L .ul01 > li {
    width: 50%;
    margin-bottom: 0.75em;
    padding-left: 1.2em;
    background-image: url("../../images/showroom02/showroom-s-point02-icn-arrow01.png");
    background-repeat: no-repeat;
    background-position: left 0.5em;
    background-size: auto auto;
    line-height: 1.2;
    letter-spacing: 0.05em;
    font-size: 1.2rem;
}
.boxShowroomSPoint02R {
    position: relative;
    width: 36.5%;
}
.boxShowroomSPoint02RIn {
    position: relative;
    width: 100%;
    height: 270px;
    margin-top: -50px;
    background-image: url("../../images/showroom02/default_page.png");
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
}
.boxShowroomSPoint02RIn .boxBaseCom {
    padding: 2.4em 0.7em 0 0;
    text-align: center;
}
.boxShowroomSPoint02RIn .boxBaseCom p {
    letter-spacing: 0.03em;
    font-size: 1.18rem;
    font-weight: 700;
}
.boxShowroomSPoint02RIn .boxBaseCom p .txt01 {
    display: inline-block;
    margin-bottom: 0.3em;
    font-size: 1.05rem;
}
.boxShowroomS02 .boxShopInfo .contact {
	color: #fff;
	background-color: #169821;
	margin-bottom: 0;
}
.boxShowroomS02 .boxShopInfo .contact span {
    display: inline-block;
    background-image: url("../../images/showroom02/icn02.png");
    background-repeat: no-repeat;
    background-position: left center,;
    background-size: 40px;
    padding: 5px 55px 5px 51px;
}
.boxShowroomS02 .boxAccess {
	margin-top: 35px;
}
.boxShowroomS02 .bottom {
	margin-top: 35px;
	display: flex;
	justify-content: space-between;
}
.boxShowroomS02 .bottom a {
	width: 48%;
}
.boxShowroomSS09Wrap {
	background-color: #F8F8F8
}
.boxShowroomSS09 .sub_ttl {
	font-weight: bold;
    font-size: 1.25rem;
    max-width: 406px;
    text-align: center;
    padding: 0.45em 0;
    border: 1px solid #707070;
    background-color: #fff;
    margin: -1em auto 2em auto;
    border-radius: 10em;
}
.boxShowroomSS09 .box_wrap {
	display: flex;
	flex-wrap: wrap;
	max-width: 1000px;
	margin: auto;
}
.boxShowroomSS09 .box_wrap .box {
	width: 29%;
	margin-left: 6.5%;
}
.boxShowroomSS09 .box_wrap .box:nth-of-type(3n+1) {
	margin-left: 0;
}
.boxShowroomSS09 .box_wrap .box:nth-child(n+4) {
	margin-top: 1rem;
}
.boxShowroomS05 .ttl {
	font-size: 2rem;
    margin-bottom: 1em;
    background: #221714;
    padding: 0.5em 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.boxShowroomS05 .boxCategoryIcn > span {
    border-radius: 0;
    background-color: #E71F19;
    color: #fff;
    font-size: 0.875rem;
}

/* お知らせカードのスタイル - モダンカードデザイン（横並び） */
.boxShowroomS05 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
}
.boxShowroomS05 .ttl {
    flex: 0 0 100%;
}
.boxShowroomS05 .bnr,
.boxShowroomS05 .pc_only,
.boxShowroomS05 .sp_only {
    flex: 0 0 100%;
}
.boxShowroomS05 dl.article {
    display: flex;
    flex-direction: column;
    flex: 1 1 calc(33.333% - 1rem);
    min-width: 280px;
    max-width: 380px;
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.boxShowroomS05 dl.article:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}
.boxShowroomS05 dl.article .img {
    order: 1;
    margin: 0;
    overflow: hidden;
    aspect-ratio: 16 / 10;
}
.boxShowroomS05 dl.article .img a {
    display: block;
    height: 100%;
}
.boxShowroomS05 dl.article .img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.4s ease;
}
.boxShowroomS05 dl.article:hover .img img {
    transform: scale(1.08);
}
.boxShowroomS05 dl.article .date {
    order: 2;
    font-size: 0.8rem;
    color: #888;
    letter-spacing: 0.05em;
    padding: 1rem 1.25rem 0;
    margin: 0;
}
.boxShowroomS05 dl.article .text {
    order: 3;
    margin: 0;
    padding: 0.5rem 1.25rem 1.25rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}
.boxShowroomS05 dl.article .text a {
    display: flex;
    flex-direction: column;
    text-decoration: none;
    color: inherit;
    height: 100%;
}
.boxShowroomS05 dl.article .text p {
    margin: 0 0 auto;
    padding-bottom: 0.75rem;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
    color: #222;
}
.boxShowroomS05 dl.article .text a:hover p {
    color: #E71F19;
}
.boxShowroomS05 dl.article .text .boxCategoryIcn {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: auto;
}
.boxShowroomS05 dl.article .text .boxCategoryIcn > span {
    display: inline-flex;
    align-items: center;
    padding: 0.3rem 0.65rem;
    font-size: 0.7rem;
    font-weight: 600;
    border-radius: 20px;
    background: #E71F19;
    border: none;
    color: #fff;
    letter-spacing: 0.03em;
}

/* スマホ対応 */
@media screen and (max-width: 480px) {
    .boxShowroomS05 dl.article {
        flex: 1 1 100%;
        max-width: 100%;
    }
}
.boxShowroomS05 .bnr {
	display: flex;
}
.boxShowroomS05 .bnr a {
	width: 48%;
}
.boxShowroomS05 .bnr a:nth-child(n+3) {
	margin-top: 15px;
}
.boxShowroomS05 .bnr a:nth-of-type(2n) {
	margin-left: auto;
}
.boxShowroomSS10Wrap {
	background-color: #F8F8F8
}
.boxShowroomSS10 .box_wrap {
	display: flex;
}
.boxShowroomSS10 .box_wrap .img {
	width: 48%;
}
.boxShowroomSS10 .box_wrap .img .name {
	font-size: 1.5rem;
	font-weight: bold;
	line-height: 1.5;
	margin-top: 1em;
}
.boxShowroomSS10 .box_wrap .img .name span {
	display: block;
	font-size: 1.166em;
}
.boxShowroomSS10 .box_wrap .cont {
	width: 48%;
	margin-left: auto;
	font-size: 1.125rem;
	line-height: 1.5;
}
.boxShowroomSS10 .box_wrap .cont p:nth-child(n+2) {
	margin-top: 1.5em;
}
.star-rating {
  display: flex;
  position: relative;
  height: 17px;
  line-height: 1;
}

.star-rating span {
  display: inline-block;
  width: 17px;
  height: 17px;
}
.star-rating span:not(:first-child) {
  margin-left: 5px
}
.star-rating > span {
  background: url("../../images/showroom02/icon_star_edge.png") 0 0;
  background-size: 17px 17px
}
.star-rating-front {
  position: absolute;
  top: 0;
  left: 0;
  height: 17px;
  overflow: hidden;
  white-space: nowrap
}
.star-rating-front > span {
    background: url(../../images/showroom02/icon_star.png) no-repeat 0 0;
    background-size: 17px 17px
}
/*評価1の時*/
.star-rating-1 .star-rating-front {
    width: 20px;
}
/*評価2の時*/
.star-rating-2 .star-rating-front {
    width: 42px;
}
/*評価3の時*/
.star-rating-3 .star-rating-front {
    width: 65px;
}
/*評価4の時*/
.star-rating-4 .star-rating-front {
    width: 86px;
}
.boxShowroomSS11 .lead {
	line-height: 1.5;
	margin-bottom: 2.5em;
	font-size: 1.125rem;
}
.boxShowroomSS11 .sub_ttl {
    font-weight: bold;
    font-size: 1.25rem;
    max-width: 406px;
    text-align: center;
    padding: 0.45em 0;
    border: 1px solid #707070;
    background-color: #fff;
    margin: -1em auto 2em auto;
    border-radius: 10em;
}
.boxShowroomSS11 .box_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.boxShowroomSS11 .box_wrap .item {
	width: 31%;
	margin-bottom: 3rem;
}
.boxShowroomSS11 .box_wrap .item .p01 {
	font-size: 1.25rem;
	font-weight: bold;
	text-align: center;
	padding: 0.5em 0;
	border: 2px solid;
	margin-bottom: 10px;
}
.boxShowroomSS11 .box_wrap .item .img {
	margin-bottom: 15px;
}
.boxShowroomSS11 .box_wrap .item .rating {
	display: flex;
	align-items: center;
}
.boxShowroomSS11 .box_wrap .item .rating .t {
	font-size: 0.875rem;
	border: 1px solid #E71F19;
	padding: 5px 5px;
	color: #E71F19;
	margin-right: 0.5em;
	font-weight: bold;
}
.boxShowroomSS11 .box_wrap .item p {
	margin-top: 0.7em;
	line-height: 1.5;
}
.boxShowroomSS11 .bottom .title {
	font-size: 2rem;
    margin-bottom: 1em;
    background: #221714;
    padding: 0.5em 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
.boxShowroomSS11 .bottom .b01 {
	display: flex;
	justify-content: space-between;
}
.boxShowroomSS11 .bottom .b01 a {
	width: 48.5%;
}
.boxShowroomSS11 .bottom .b02 {
	margin-top: 3%;
}





@media screen and (max-width: 480px) {
	.basePd {
		padding: 60px 0;
	}
	.boxTelSp {
		margin-top: 20px;
	}
	
	.boxTelSp .contact {
		color: #fff;
		background-color: #169821;
		margin-bottom: 0;
		text-align: center;
		font-size: 2rem;
		font-weight: 700;
		margin-top: 0;
		padding: 13px 0;
		border-radius: 0.5rem;
		position: relative;
 		padding-right: 1em;
		overflow: hidden;
	}
	.boxTelSp .contact::before {
    position: absolute;
    content: '';
    display: inline-block;
    top: -180px;
    left: 0;
    width: 30px;
    height: 100%;
    background-color: #fff;
    transition: 300ms;
    animation: shinyshiny 2.5s ease-in-out infinite;
}

	.boxTelSp .contact span {
		display: inline-block;
		background-image: url(../../images/showroom02/icn02.png);
		background-repeat: no-repeat;
		background-position: left center;
		background-size: 35px;
		padding: 5px 0 5px 51px;
	}
	.contact span:after {
	content: '';
    display: block;
    width: 0.5em;
    height: 0.5em;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    position: absolute;
    right: 1em;
    top: 0;
    bottom: 0;
    margin: auto;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
	.boxTelSp .contact small {
		display: block;
		font-size: 0.7em;
		font-weight: 400;
		margin-top: 0.3em;
		line-height: 1.3;
	}
	.boxTelSp .title {
    font-size: 1.6rem;
    margin-bottom: 15px;
    background: #221714;
    padding: 0.5em 0;
    text-align: center;
    font-weight: bold;
    color: #fff;
}
	.boxFlexContact {
		margin-top: 15px;
		display: block;
		margin-bottom: 0;
	}
	.boxFlexContact .left {
		width: 100%;
		margin-top: 15px;
	}
	.boxFlexContact .left {
		display: flex;
		justify-content: space-between;
	}
	.boxFlexContact .left a {
		margin: 0 !important;
		width: 49%;
	}
	.boxOmitsumori {
		width: 100%;
		margin-top: 20px;
	}
	.boxOmitsumori .box {
		padding: 23px 13px;
	}
	.boxOmitsumori input[type=text] {
		max-width: 100%;
	}
	.boxOmitsumori button {
		height: 50px;
	}
	.h2_showroom span {
		display: inline-block;
		padding-bottom: 12px;
		padding-top: 0;
	}
	.h2_showroom span:before,.h2_showroom span:after {
		height: 2em;
	}
	.h2_showroom span:before {
		top: 50%;
		transform: translateY(-50%) rotate(-35deg);
	}
	.h2_showroom span:after {
		top: 50%;
		transform: translateY(-50%) rotate(35deg);
	}
	.boxShowroomSS02 .img {
		margin-top: -15vw;
	}
	.boxShowroomSS02 h3 {
		line-height: 1.4;
	}
	.boxShowroomSS02 .loop_wrap ul li {
		width: 130px;
		margin: 0 5px;
	}
	
	.btnBaseShowroom01 {
		height: auto;
		padding: 0.7em 0;
		text-align: center;
		line-height: 1.5;
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	.boxShowroomSS02 .boxShowroomS06 .box {
		width: 49%;
		margin: 0 0 2% 0!important;
	}
	.boxShowroomSS02 .boxShowroomS06 .wrap {
		display: flex!important;
		flex-wrap: wrap;
	}
	.boxShowroomSS02 .boxShowroomS06 .box:nth-of-type(2n) {
		margin-left: auto!important;
	}
	.boxShowroomS06 .box .img {
		height: 45vw;
	}
	.boxShowroomS06 .box .img img {
		object-fit: cover;
    width: 100%;
    height: 100%;
	}
	.boxShowroomSS02 .boxShowroomS06 .box .cont .cat span {
		padding: 2px 4px;
		font-size: 0.7rem;
	}
	.boxShowroomS06 .box .cont {
		padding: 12px;
	}
	.boxShowroomS06 .box .cont .p02 {
		margin-bottom: 0.6em;
	}
	.boxShowroomS06 .slick-prev {
		width: 40px;
		height: 40px;
		background-image: url("../../images/showroom02/prev.png") !important;
		bottom: auto;
		top: 50%;
		left: -7.5vw;
	}
	.boxShowroomS06 .slick-next {
		width: 40px;
		height: 40px;
		background-image: url("../../images/showroom02/next.png") !important;
		bottom: auto;
		top: 50%;
		right: -7.5vw;
	}
	.boxShowroomS06 .slick-dots {
		display: none!important;
	}
	.h2_showroom {
		font-size: 1.8rem;
	}
	.boxGoogleReview01 .wp-gr .wp-google-left img {
		width: 90px !important;
		margin-right: 1rem !important;
	}
	.boxGoogleReview01 .wp-google-place {
		align-items: center !important;
	}
	.boxShowroomSS05 .boxPack01:nth-child(n+2) {
		margin-top: 30px;
	}
	.boxShowroomSS05 .boxPack01 .box_wrap {
		display: block;
	}
	.boxShowroomSS05 .boxPack01 .box_wrap a {
		width: 100%;
	}
	.boxShowroomSS05 .boxPack01 .box_wrap a:nth-child(n+ 2) {
		margin-top: 15px;
		display: block;
	}
	.boxShowroomSS06 .boxFlexContact,.boxFlexContact .left {
		display: block;
	} 
	.boxShowroomSS06 .box01 .ttl img {
		left: 8px;
		top: -6px;
		width: 66px;
	}
	.boxShowroomSS06 .box01 .ttl {
		padding-left: 66px;
	}
	.boxShowroomSS06 .box01 ul {
		padding: 0 10px 25px 55px;
	}
	.boxShowroomSS06 .box01 li img {
		max-width: 80px;
	}
	.boxShowroomSS06 .box01 li {
		padding-left: 36px;
	}
	.boxOmitsumori .img {
		position: static;
		max-width: 100%;
		margin-bottom: -29px;
	}
	.boxShowroomSS07 .box_wrap {
		display: block;
	}
	.boxShowroomSS07 .box_wrap .img,.boxShowroomSS07 .box_wrap .cont {
		width: 100%;
	}
	.boxShowroomSS07 .ttl02 {
		font-size: 1.8rem;
	}
	.boxShowroomSS07 .box_wrap02 {
		display: block;
	}
	.boxShowroomSS07 .box_wrap02 .item {
		width: 100%;
		display: flex;
		flex-direction: row-reverse;
		align-items: center;
		padding: 10px 17px 10px 17px;
		margin-bottom: 15px;
	}
	.boxShowroomSS07 .box_wrap02 .item p {
		display: none;
	}
	.boxShowroomSS07 .box_wrap02 .item .img {
		width: 37%;
		flex-shrink: 0;
	}
	.boxShowroomSS07 .box_wrap02 .item .ttl {
		margin: 0;
		width: 62%;
		flex-shrink: 0;
		padding-left: 60px;
	}
	.boxShowroomSS07 .box_wrap02 .item .num {
		left: 17px;
		top: 50%;
		transform: translateY(-50%);
		width: 44px;
}
	.boxShowroomSS07 .h2_showroom_red {
		font-size: 1.5rem;
	}
	.boxShowroomSPoint02LR {
		display: block;
	}
	.boxShowroomSPoint02L .ul01 {
		display: block;
	}
	.boxShowroomSPoint02R {
		width: 100%;
	}
	.boxShowroomSPoint02RIn {
		position: static;
		width: 100%;
    height: 48vw;
    margin-top: 0;
    background-image: url(../../images/showroom02/default_page.png);
    background-repeat: no-repeat;
    background-position: left top;
    background-size: contain;
	}
	.boxShowroomSPoint02RIn .boxBaseCom {
		padding-top: 2rem;
	}
	.boxShowroomSS07Wrap {
		padding-bottom: 25px!important;
	}
	.boxShowroomS02 .boxShopInfo .contact span {
		padding-right: 0;
	}
	.boxShowroomS02 .boxShopInfo .contact {
		font-size: 2.5rem;
	}
	.boxShowroomSS01 .boxFlexContact .left {
		display: flex !important;
	}
	.boxShowroomS06 .boxWrap {
		margin-bottom: 0;
	}
	.boxShowroomSPoint02L .ul01 > li,.boxShowroomSPoint02L {
		width: 100%;
	}
	.boxShowroomS02 .boxShopInfo .contact {
		border-radius: 0.5rem;
	}
	.boxShowroomSS09 .box_wrap .box {
		width: 49%;
		margin: 0 0 15px 0!important;
	}
	.boxShowroomSS09 .box_wrap .box:nth-of-type(2n) {
		margin-left: auto !important;
	}
	.boxShowroomSS10 .box_wrap {
		display: block;
	}
	.boxShowroomSS10 .box_wrap .img {
		width: 100%;
	}	
	.boxShowroomSS10 .box_wrap .cont {
		width: 100%;
		margin-top: 1.5rem;
	}
	.boxShowroomSS11 .box_wrap {
		display: block;
	}
	.boxShowroomSS11 .box_wrap .item {
		width: 100%;
		overflow: hidden;
		margin-bottom: 1.5rem;
	}
	.boxShowroomSS11 .box_wrap .item .img {
		width: 45%;
		float: left;
	}
	.boxShowroomSS11 .box_wrap .item .rating {
		width: 50%;
		float: right;
	}
	.boxShowroomSS11 .box_wrap .item p {
		width: 50%;
		float: right;
	}
	.boxShowroomSS11 .bottom .title {
		font-size: 1.6rem;
	}
	.boxShowroomSS11 .bottom .b01 {
		display: block;
	}
	.boxShowroomSS11 .bottom .b01 a {
		display: block;
		width: 100%;
		margin-bottom: 15px;
	}
	.boxShowroomS05 .ttl,.boxShowroomSS11 .bottom .title,.boxShowroomSS07 .ttl02,.boxTelSp .title {
		font-size: 18px;
	}
	.boxShowroomSS02 .loop_wrap img {
		height: auto;
	}
	.page_showroom .sub_ttl {
		margin: -1.5em auto 2em auto !important;
		font-size: 1.3rem;
	}
	.boxShowroomS02 .boxShopInfo .right dt {
		width: 7rem;
	}
	.boxShowroomS02 .boxShopInfo .right dd {
		width: calc(100% - 7rem);
	}
	.boxShowroomS02 .boxShopInfo .right .shop_name span {
		width: 7rem;
		margin-right: 0;
	}
	.boxShowroomS02 .boxAccess {
		margin-top: 0;
	}
	.boxShowroomS02 .boxShopInfo .contact small {
		display: block;
		line-height: 1.3;
	}
}

@-webkit-keyframes shinyshiny {
    0% { -webkit-transform: scale(0) rotate(45deg); opacity: 0; }
    80% { -webkit-transform: scale(0) rotate(45deg); opacity: 0.5; }
    81% { -webkit-transform: scale(4) rotate(45deg); opacity: 1; }
    100% { -webkit-transform: scale(50) rotate(45deg); opacity: 0; }
}

.boxSpack01 {
	width: 48%;
	border: 2px solid #221714;
	padding: 15px;
	background-color: #fff;
}
.boxSpack01 .ttl01 {
	display: flex;
	justify-content: space-between;
}
.boxSpack01 .ttl01 .cont {
	width: 49%;
	flex-shrink: 0;
	flex-wrap: wrap;
	display: flex;
	justify-content: space-between;
}
.boxSpack01 .ttl01 .cont span {
	width: 49%;
	color: #fff;
	background-color: #CE0000;
	font-size: 3.625rem;
	font-weight: bold;
	height: 49%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.boxSpack01 .ttl01 .cont span:nth-child(n+3) {
	margin-top: 1.8%;
}

.boxSpack01 .ttl01 .img {
	width: 49%;
	flex-shrink: 0;
}
.boxSpack01 .ttl02 {
	font-size: 2.8125rem;
	text-align: center;
	margin: 20px 0 30px 0;
	font-weight: bold;
}
.boxSpack01 .box02 {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.boxSpack01 .box02 .cont {
	width: 49%;
}
.boxSpack01 .box02 .cont p:nth-of-type(1) {
	line-height: 1.4;
	margin-bottom:0.8em;
	font-size: 0.875rem;
}
.boxSpack01 .box02 .cont p:nth-of-type(2) {
	font-size: 1.187rem;
	background-color: #253971;
	padding: 0.5em 0;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.boxSpack01 .box02 .price {
	width: 49%;
	color: #E71F19;
	font-weight: bold;
	font-size: 7.25rem;
}
.boxSpack01 .box02 .price .p01 {
	font-size: 0.78em;
}
.boxSpack01 .box02 .price .p02 {
	font-size: 0.27em;
	    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
}
.boxSpack01 .last {
	font-size: 1.5625rem;
	margin-top: 15px;
	text-align: center;
	font-weight: bold;
	padding: 0.5em 0;
	background-color: #221714;
	color: #fff;
	border-radius: 5px;
}
.boxShowroomSS05 .boxPack01 .box_wrap .boxSpack01:nth-of-type(2n) {
	margin-left: auto;
}
.boxShowroomSS05 .boxPack02 .box_wrap .boxSpack01 .ttl01 .cont span {
	background-color: #1F3A75;
}
.boxShowroomSS05 .boxPack02 .box_wrap .boxSpack01 .box02 .cont p:nth-of-type(2) {
	background-color: #CE0000;
}
@media screen and (max-width: 480px) {
	.boxSpack01 {
		width: 100%;
		margin-bottom: 25px;
	}
	.boxSpack01 .box02 .price {
		font-size: 4.2rem;
	}
	.boxSpack01 .box02 .cont p:nth-of-type(1) {
		font-size: 0.8rem;
	}
	.boxSpack01 .ttl02 {
		font-size: 2.5rem;
	}
	.boxShowroomS05 .bnr {
		display: block;
	}
	.boxShowroomS05 .bnr a {
		width: 100%;
		display: block;
	}
	.boxShowroomS05 .bnr a:nth-child(n+2) {
		margin-top: 15px;
	}
	.boxGoogleSpHeader {
		line-height: 0;
	}
	
	
	
	
}
.boxShowroomSS09 .box_wrap .box {
	position: relative;
}
.boxShowroomSS09 .box_wrap .box .name {
	margin: 0.8rem auto 1rem auto;
}
.boxShowroomSS09 .box_wrap .box .name .n01 {
	display: block;
	text-align: center;
	font-size: 0.8em;
	margin-bottom: 0.5em;
}
.boxShowroomSS09 .box_wrap .box .name .n02 {
	display: block;
	text-align: center;
	font-size: 1.45rem;
	font-weight: bold;
}

/* スライダースタイル */
.boxShowroomS01.swiper {
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 1;
}
.boxShowroomS01 .swiper-wrapper {
	display: flex;
}
.boxShowroomS01 .swiper-slide {
	display: block !important;
	width: 100%;
	flex-shrink: 0;
}
.boxShowroomS01 .swiper-slide img {
	width: 100%;
	height: auto;
	display: block;
}

/* Swiperナビゲーション - 画像の外側に配置 */
.boxShowroomS01Wrap {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
}

.boxShowroomS01Wrap .swiper-button-prev,
.boxShowroomS01Wrap .swiper-button-next {
	position: static;
	width: 32px;
	height: 32px;
	flex-shrink: 0;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 26px;
	margin-top: 0;
	cursor: pointer;
}
.boxShowroomS01Wrap .swiper-button-prev {
	background-image: url("../../images/showroom/arrow-prev.svg");
}
.boxShowroomS01Wrap .swiper-button-next {
	background-image: url("../../images/showroom/arrow-next.svg");
}
.boxShowroomS01Wrap .swiper-button-prev:after,
.boxShowroomS01Wrap .swiper-button-next:after {
	display: none;
	content: "";
}

/* スマホ版: 矢印を非表示 */
@media screen and (max-width: 767px) {
	.boxShowroomS01Wrap {
		display: block;
	}
	.boxShowroomS01Wrap .swiper-button-prev,
	.boxShowroomS01Wrap .swiper-button-next {
		display: none;
	}
}

/* Swiperページネーション */
.boxShowroomS01 .swiper-pagination {
	position: static;
	margin-block-start: 16px;
}
.boxShowroomS01 .swiper-pagination-bullet {
	background-color: #ccc;
	opacity: 1;
}
.boxShowroomS01 .swiper-pagination-bullet-active {
	background-color: #c8102e;
	opacity: 1;
}

/* PC版スライダー */
@media screen and (min-width: 768px) {
	.boxShowroomS01 {
		flex: 1;
		max-width: 1000px;
	}
}

/*ショールームアンカー調整*/
@media screen and (max-width: 480px) {
.boxShowroomSS01 .boxFlexContact .left {
  min-height: 25.77vw;
}
.boxShowroomSS01Wrap + .b02,
.boxShowroomSS06Wrap + .b02 {
  min-height: 39.8475vw;
}
.boxShowroomSS02 .loop_wrap {
  min-height: 7.3125vw;
}
.boxShowroomSS04 .boxGreeting .img {
  min-height: 61.465vw;
}
.boxShowroomSS05 .boxPack01 .ttl {
  min-height: 15.43vw;
}
.boxShowroomSS05 .boxPack01 .box_wrap {
  min-height: 12.3.945vw;
}
.boxOmitsumori .img {
  min-height: 40.1525vw;
}
.boxShowroomSS07 .box_wrap .img {
  min-height: 61.465vw;
}
.boxShowroomSS07 .box_wrap02 .item .img {
  min-height: 18.8125vw;
}
.boxShowroomSS08 .boxShopInfo .left .img {
  min-height: 61.465vw;
}
.boxShowroomS02 .bottom {
  min-height: 25.77vw;
}
.boxShowroomSS09 .box_wrap .box .img {
  padding-top: 52.5vw;
  position: relative;
  overflow: hidden;
}
.boxShowroomSS09 .box_wrap .box .img img {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  max-width: inherit;
  width:100%;
}
.boxShowroomS05 .bnr a {
  min-height: 14.0475vw;
}
  .boxShowroomSS10 .box_wrap .img {
/*     padding-top: 106.75vw; */
    position: relative;
    overflow: hidden;
  }
  .boxShowroomSS10 .box_wrap .img img {
/*     position: absolute; */
    left: 0;
    right: 0;
    margin: auto;
    top: 0;
    height: 100%;
    max-height: 100%;
    max-width: inherit;
	width:100%;
  }
  .boxShowroomSS11 .box_wrap .item .img {
    min-height: 27.915vw
  }
  .boxShowroomSS11 .bottom .b01 a {
    min-height: 37.3vw;
  }
  body.single .boxShowroomS06 .box .img {
    height: 33vw;
  }
  
  
  
}

.boxShowroomS06 .box .img img {
    position: static;
    transform: translate(0,0);

}
body.single .boxShowroomS06 .box .img {
  margin-top: 0;
}

.award-image {
	display:block;
	max-width:1200px;
	margin-inline:auto;
	padding:20px;
}

/* ==============================================
   地域別店舗一覧セクション
   ============================================== */

/* セクション全体のラッパー */
.showroom-region-section {
	padding-block-start: clamp(60px, calc(45px + 3.88vw), 120px);
	padding-inline: 16px;
	max-width: 1024px;
	margin-inline: auto;
}

.showroom-region-title-bg {
	position: absolute;
	inset-block-start: 0;
	inset-inline-start: 0;
	width: 100%;
	height: 100%;
	object-fit: fill;
	clip-path: inset(0);
}

.showroom-region-title-text {
	position: absolute;
	inset-block-start: 50%;
	inset-inline-start: 0;
	transform: translateY(-50%);
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: clamp(14px, calc(13px + 0.26vw), 18px);
	line-height: 1.4;
	letter-spacing: clamp(1.5px, calc(1.3px + 0.04vw), 2.16px);
	color: #fff;
	white-space: nowrap;
	margin: 0;
	padding-inline-start: 32px;
}

/* 地域タイトル下の余白 */
.showroom-region-title {
	position: relative;
	width: 100%;
	max-width: clamp(375px, 11.33vw + 332.51px, 550px); /* 375px @ 375px → 550px @ 1920px */
	height: clamp(36px, calc(35px + 0.26vw), 40px);
	overflow: hidden;
	margin-block-end: var(--spacing-section-xl);
}

/* ==============================================
   都道府県タイトル
   ============================================== */
.showroom-prefecture-title {
	padding-inline: 12px;
	padding-block: 16px;
	border-block-end: 1px solid #c8102e;
}

.showroom-prefecture-title-text {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 700;
	font-size: clamp(16px, calc(15px + 0.26vw), 20px);
	line-height: 1.4;
	color: #191a19;
	margin: 0;
}

/* ==============================================
   店舗カードグリッド
   ============================================== */
.showroom-store-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 12px;
	margin-block-start: 12px;
	padding-inline: 12px;
}

/* ==============================================
   店舗カード
   ============================================== */
.showroom-store-card {
	padding-inline: 0;
}

.showroom-store-card-inner {
	display: flex;
	flex-direction: column;
	gap: 14px;
	padding-block: 22px;
	border-block-end: 1px solid #ebebeb;
}

/* 店舗タイトル行 */
.showroom-store-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-inline: 4px;
}

.showroom-store-name {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: clamp(14px, calc(13px + 0.26vw), 18px);
	line-height: 1;
	color: #191a19;
	margin: 0;
}

.showroom-store-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 4px 3px;
	background-color: #fcf3f5;
	border-radius: 4px;
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.5;
	color: #191a19;
	white-space: nowrap;
}

/* コンテンツ行（画像 + 情報） */
.showroom-store-content {
	display: flex;
	gap: 12px;
}

/* 画像コンテナ */
.showroom-store-image-container {
	display: flex;
	flex-direction: column;
	gap: 4px;
	flex-shrink: 0;
	width: 100%;
	max-width: 198px;
}

.showroom-store-image {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.showroom-store-image-img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* サービスアイコン */
.showroom-store-icons {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 6px;
}

.showroom-store-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 2px;
	background-color: #f7f7f7;
}

.showroom-store-icon-img {
	width: 24px;
	height: 24px;
	object-fit: contain;
}

/* 店舗情報コンテナ */
.showroom-store-info {
	display: flex;
	flex-direction: column;
	gap: 12px;
	flex: 1;
	min-width: 0;
}

/* 店舗詳細テーブル */
.showroom-store-details {
	display: flex;
	flex-direction: column;
	gap: 2px;
}

.showroom-store-detail-row {
	display: flex;
}

.showroom-store-detail-label {
	flex-shrink: 0;
	width: clamp(60px, calc(55px + 1.17vw), 78px);
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(12px, calc(11px + 0.26vw), 16px);
	line-height: 1.5;
	color: #191a19;
}

.showroom-store-detail-value {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(12px, calc(11px + 0.26vw), 16px);
	line-height: 1.5;
	color: #191a19;
}

/* Moreリンク */
.showroom-store-more {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	margin-inline-start: auto;
}

.showroom-store-more-text {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 15px;
	line-height: 17.6px;
	color: #e7141a;
	text-decoration: none;
}

.showroom-store-more-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 40px;
	height: 40px;
	border: 1px solid #e7141a;
	border-radius: 50%;
	background: transparent;
	transition: background-color 0.2s;
}

.showroom-store-more-btn:hover {
	background-color: rgba(231, 20, 26, 0.05);
}

.showroom-store-more-arrow {
	width: 8px;
	height: 6.28px;
}

/* リンク全体のホバー効果 */
.showroom-store-more-link {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 12px;
	text-decoration: none;
}

.showroom-store-more-link:hover .showroom-store-more-text {
	text-decoration: underline;
}

/* 都道府県ブロック */
.showroom-prefecture-block {
	margin-block-end: 42px;
}

/* 地域準備中メッセージ */
.showroom-region-notice {
	padding: 40px 24px;
	text-align: center;
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	color: #666;
	background-color: #f7f7f7;
	border-radius: 8px;
	margin-block: 24px;
}

/* タブレット・スマホ対応 */
@media screen and (max-width: 980px) {
	.showroom-store-content {
		flex-direction: column;
	}

	.showroom-store-image-container {
		max-width: 100%;
	}
}

@media screen and (max-width: 480px) {
	.showroom-store-grid {
		grid-template-columns: 1fr;
	}

	/* アイコン: 3つずつ */
	.showroom-store-icons {
		grid-template-columns: repeat(3, 1fr);
		gap: 4px;
	}

	.showroom-store-icon-img {
		width: 16px;
		height: 16px;
	}

	/* Moreリンク: 定休日の下、右寄せ */
	.showroom-store-more-link {
		justify-content: flex-end;
		gap: 8px;
	}

	.showroom-store-more-text {
		font-size: 12px;
	}

	.showroom-store-more-btn {
		width: 28px;
		height: 28px;
	}

	.showroom-store-more-arrow {
		width: 6px;
		height: 5px;
	}
}

/* ==============================================
   店舗情報セクション（店舗詳細ページ）
   ============================================== */
.boxGreeting__store-info {
	margin-block-start: clamp(40px, 1.295vw + 35.14px, 60px); /* 40px @ 375px → 60px @ 1920px */
}

.boxGreeting__store-info-title {
	margin-block-end: clamp(40px, 1.295vw + 35.14px, 60px); /* 40px @ 375px → 60px @ 1920px */
}

.boxGreeting__store-info-content {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: clamp(8px, 0.259vw + 7.03px, 12px); /* 8px @ 375px → 12px @ 1920px */
	max-width: 1200px;
	margin-inline: auto;
	padding-inline: clamp(16px, 4.14vw + 0.47px, 80px); /* 16px @ 375px → 80px @ 1920px */
	box-sizing: border-box;
}

/* 左カラム: 店舗基本情報 */
.boxGreeting__store-info-left {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 0.259vw + 9.03px, 14px); /* 10px @ 375px → 14px @ 1920px */
	padding-block: clamp(16px, 0.389vw + 14.54px, 22px); /* 16px @ 375px → 22px @ 1920px */
}

.boxGreeting__store-info-header {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 8px;
	padding-inline: 4px;
}

.boxGreeting__store-info-name {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: clamp(16px, 0.13vw + 15.51px, 18px); /* 16px @ 375px → 18px @ 1920px */
	line-height: 1.3;
	color: #191a19;
	margin: 0;
}

.boxGreeting__store-info-tag {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 2px 4px 3px;
	background-color: #fcf3f5;
	border-radius: 4px;
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: 10px;
	line-height: 1.5;
	color: #191a19;
	white-space: nowrap;
	flex-shrink: 0;
}

.boxGreeting__store-info-company {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: clamp(16px, 0.13vw + 15.51px, 18px); /* 16px @ 375px → 18px @ 1920px */
	line-height: 1.3;
	color: #191a19;
	margin: 0;
	padding-inline: 4px;
}

/* 店舗詳細テーブル */
.boxGreeting__store-info-details {
	display: flex;
	flex-direction: column;
	gap: 2px;
	margin: 0;
}

.boxGreeting__store-info-row {
	display: flex;
}

.boxGreeting__store-info-label {
	flex-shrink: 0;
	width: clamp(58px, 1.295vw + 53.14px, 78px); /* 58px @ 375px → 78px @ 1920px */
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(12px, 0.259vw + 11.03px, 16px); /* 12px @ 375px → 16px @ 1920px */
	line-height: 1.5;
	color: #191a19;
	margin: 0;
	padding: 0;
}

.boxGreeting__store-info-value {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(12px, 0.259vw + 11.03px, 16px); /* 12px @ 375px → 16px @ 1920px */
	line-height: 1.5;
	color: #191a19;
	margin: 0;
	padding: 0;
}

/* サービスアイコン */
.boxGreeting__store-info-icons {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
}

.boxGreeting__store-info-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(24px, 0.259vw + 23.03px, 28px); /* 24px @ 375px → 28px @ 1920px */
	height: clamp(24px, 0.259vw + 23.03px, 28px);
	background-color: #f7f7f7;
}

.boxGreeting__store-info-icon img {
	width: clamp(20px, 0.259vw + 19.03px, 24px); /* 20px @ 375px → 24px @ 1920px */
	height: clamp(20px, 0.259vw + 19.03px, 24px);
	object-fit: contain;
}

/* 中央カラム: 対応エリア */
.boxGreeting__store-info-center {
	display: flex;
	flex-direction: column;
	gap: clamp(10px, 0.259vw + 9.03px, 14px); /* 10px @ 375px → 14px @ 1920px */
	flex: 1;
	min-width: 0;
	padding-block: clamp(16px, 0.389vw + 14.54px, 22px); /* 16px @ 375px → 22px @ 1920px */
}

.boxGreeting__store-info-area {
	display: flex;
	flex-direction: column;
	gap: 12px;
}

.boxGreeting__store-info-area-title {
	display: flex;
	align-items: center;
	gap: 0;
	padding-inline: clamp(0px, 1.554vw - 5.83px, 24px); /* 0px @ 375px → 24px @ 1920px */
	margin: 0;
}

.boxGreeting__store-info-area-marker {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: clamp(14px, 0.13vw + 13.51px, 16px); /* 14px @ 375px → 16px @ 1920px */
	line-height: 1.4;
	color: #c8102e;
	padding-inline: 4px;
}

.boxGreeting__store-info-area-title span:last-child {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 600;
	font-size: clamp(14px, 0.13vw + 13.51px, 16px); /* 14px @ 375px → 16px @ 1920px */
	line-height: 1.4;
	color: #191a19;
}

.boxGreeting__store-info-area-text {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 400;
	font-size: clamp(13px, 0.065vw + 12.76px, 14px); /* 13px @ 375px → 14px @ 1920px */
	line-height: 2;
	color: #191a19;
	margin: 0;
	padding-inline: 0;
}

/* 運営会社サイトリンク */
.boxGreeting__store-info-link {
	display: flex;
	justify-content: flex-end;
	padding-inline: 0;
	padding-block: clamp(8px, 0.259vw + 7.03px, 12px); /* 8px @ 375px → 12px @ 1920px */
}

.boxGreeting__store-info-link-btn {
	display: flex;
	align-items: center;
	gap: 12px;
	text-decoration: none;
}

.boxGreeting__store-info-link-btn:hover .boxGreeting__store-info-link-text {
	text-decoration: underline;
}

.boxGreeting__store-info-link-text {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: clamp(13px, 0.13vw + 12.51px, 15px); /* 13px @ 375px → 15px @ 1920px */
	line-height: 1.17;
	color: #e7141a;
}

.boxGreeting__store-info-link-icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: clamp(32px, 0.518vw + 30.06px, 40px); /* 32px @ 375px → 40px @ 1920px */
	height: clamp(32px, 0.518vw + 30.06px, 40px);
	border: 1px solid #e7141a;
	border-radius: 50%;
	background: transparent;
	transition: background-color 0.2s;
}

.boxGreeting__store-info-link-btn:hover .boxGreeting__store-info-link-icon {
	background-color: rgba(231, 20, 26, 0.05);
}

/* 右カラム: 電話案内 */
.boxGreeting__store-info-right {
	display: flex;
	flex-direction: column;
	gap: 10px;
	align-items: center;
	text-align: center;
	padding-inline: 0;
	padding-block: clamp(0px, calc(-11px + 2.86vw), 22px);
	flex-shrink: 0;
}

.boxGreeting__store-info-phone {
	display: flex;
	flex-direction: column;
	gap: 8px;
	align-items: center;
}

.boxGreeting__store-info-phone-title {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: clamp(16px, 0.259vw + 15.03px, 20px); /* 16px @ 375px → 20px @ 1920px */
	line-height: 1.4;
	letter-spacing: 0.8px;
	color: #4a4a4a;
	margin: 0;
}

.boxGreeting__store-info-phone-number {
	font-family: Satoshi, Inter, sans-serif;
	font-weight: 500;
	font-size: clamp(28px, 0.583vw + 25.81px, 37px); /* 28px @ 375px → 37px @ 1920px */
	line-height: 1.4;
	color: #e7141a;
	text-decoration: none;
	margin: 0;
}

.boxGreeting__store-info-phone-number:hover {
	opacity: 0.8;
}

.boxGreeting__store-info-phone-time {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: clamp(12px, 0.065vw + 11.76px, 13px); /* 12px @ 375px → 13px @ 1920px */
	line-height: 1.4;
	letter-spacing: 0.52px;
	color: #e7141a;
	margin: 0;
}

.boxGreeting__store-info-phone-note {
	font-family: Inter, "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: clamp(12px, 0.065vw + 11.76px, 13px); /* 12px @ 375px → 13px @ 1920px */
	line-height: 1.4;
	letter-spacing: 0.52px;
	color: #4a4a4a;
	margin: 0;
}

/* レスポンシブ: タブレット（レイアウト変更のみ） */
@media screen and (max-width: 1024px) {
	.boxGreeting__store-info-content {
		grid-template-columns: 1fr;
	}

	.boxGreeting__store-info-center {
		padding-block-start: 0;
	}

	.boxGreeting__store-info-right {
		border-block-start: 1px solid #ebebeb;
		padding-block-start: clamp(16px, 0.518vw + 14.06px, 24px);
	}
}

/* レスポンシブ: スマホ（レイアウト変更のみ） */
@media screen and (max-width: 767px) {
	/* フォントサイズ・余白はclamp()で自動調整されるため、レイアウト変更のみ記述 */
	.boxGreeting__store-info-right {
		padding-inline: 0;
		padding-block-end: 0;
	}
}