@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}
@media print {
	.full {
		margin: 0;
		width: 100%;
	}
}

.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #222222;
	margin: 1.1% auto;	/*今回のみ*/
}
@media only screen and (max-width: 767px) {
	.line {
		padding-top: 10%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
@media only screen and (max-width: 767px) {
	.line2 {
		padding-top: 10%;
	}
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.1em; /* 文章と横棒の間隔 */
}

/*タイトル 英字大きく・日本語小さく*/
.spot-heading03 {
	text-align: center;
	/* 中央寄せ（左寄せにしたければ left に） */
	padding: 1.25rem 1rem;
	/* 上下の余白 */
}

/* 英字大見出し */
.spot-heading03 .eng {
	margin: 0;
	font-family: "Playfair Display", "Times New Roman", "Lusitana", serif;
	/* セリフで重厚に */
	font-weight: 800;
	text-transform: uppercase;
	/* 大きさは画面に応じて伸縮（最小→理想→最大） */
	font-size: clamp(2.5rem, 7vw, 5rem);
	line-height: 0.85;
	/* 文字の高さを詰めて画像風に */
	letter-spacing: -0.02em;
	/* タイトに見せる */
	color: #FFF;
	/* 濃い黒 */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* 日本語小見出し */
.spot-heading03 .jp {
	margin: 0.45rem 0 0;
	font-family: "Zen Old Mincho", serif;
	font-size: 1.5rem;
	font-weight: 700;
	color: var(--accent-color1);
	letter-spacing: 0.02em;
}

/* 筆記体英字見出し */
.spot-heading04 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 50px;
}

.spot-heading04 h2 {
	font-size: clamp(26px, 2.9vw, 30px);
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	line-height: 1.2;
	font-weight: 400;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	/*margin-bottom: 2.5vw;*/
	margin-bottom: 25px;
}
.spot-heading04 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0 auto;
	font-size: clamp(30px,10vw,60px);
	text-align: center;
	top: -1em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	font-weight: normal;
	color: #01669a;
	opacity: 0.25;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}
/*地色が暗い時*/
.spot-heading04 span.irokae {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0 auto;
	font-size: clamp(50px,10vw,80px);
	text-align: center;
	top: -1em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/* text-transform: lowercase; */
	font-weight: normal;
	color: #6d9ebb;
	opacity: 0.65;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}


/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}


/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(100px, 14vw, 500px) 0 var(--v-space2);
	background-color: #FFF;
	background-image: url(../img/bg_01.png);
	background-position: top center;
	background-repeat: no-repeat;
	background-size: 500px;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 1600px) {
	.greeting {
		background-size: 350px;
	}
}
@media only screen and (max-width: 950px) {
	.greeting {
		background-size: 250px;
	}
}
.greeting-haba{
	margin: 0 auto;
	max-width: 900px;
	padding: 2% 0 0 0;
}


/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 20px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 568px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
	position: relative;
	z-index: 1;
	background-color: #f4faff;
	background-size: 6px 6px;
	background-image: repeating-linear-gradient(0deg, #d7e6f5, #d7e6f5 1px, #f4faff 1px, #f4faff);
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}

@media only screen and (max-width: 568px) {
	.topbnr_sec-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 2fr;
		grid-column-gap: 10px;
		grid-row-gap: 10px;
	}
}


/*======= 新着情報 ======*/
.blog_sec1 {
	padding: var(--v-space2) 0;
	background: var(--accent-color2);
	position: relative;
	z-index: 1;
}

/*======= フルブリード画像 × テキストカード ======*/

.top_sec1 {
	padding: 0;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}

/* =======================
   spot: フルブリード画像 × テキストカード
   ======================= */

.full_imgtext {
	position: relative;
	padding:  clamp(48px, 6vw, 72px) 0;
	overflow-x: clip;
	overflow-x: hidden;
}


/* レイアウト：PCは画像＋カードの2エリア／SPは縦積み */
.full_imgtext .full_imgtext__grid{
	display: grid;
	grid-template-areas:
		"media"
		"card";
}

/* 画像：フルブリード（ビューポートいっぱいに突き抜け） */
.full_imgtext .full_imgtext__media{
	grid-area: media;
	position: relative;
	margin: 0 calc(50% - 50vw);
	width: 100vw;
	height: clamp(260px, 40vh, 800px);
	overflow: hidden;
	z-index: 0;
}

/* 横幅は svw で安定化（対応ブラウザのみ） */
@supports (width: 100svw){
	.full_imgtext .full_imgtext__media{
		margin: 0 calc(50% - 50svw);
		width: 100svw;
	}
}

/* 高さは svh で安定化（対応ブラウザのみ） */
@supports (height: 1svh){
	.full_imgtext .full_imgtext__media{
		height: clamp(260px, 40svh, 800px);
	}
}
/* スマホ幅（～767px）は高さを aspect-ratio で固定 */
@media only screen and (max-width: 767px){
	.full_imgtext .full_imgtext__media {
		height: auto !important;       /* vh依存をやめる */
		aspect-ratio: 4 / 3;          /* 好みで 4/3 や 21/9 に変更可 */
	}
}

.full_imgtext .full_imgtext__media img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center bottom;
	display: block;
}

/* 画像上の装飾テキスト（任意） */
/* === 文字オーバーレイ（親基準）。画像に切られない === */
.full_imgtext .full_imgtext__deco{
	position: absolute;
	/* フルブリード幅に合わせる：左右をビューポートいっぱいへ */
	left: calc(50% - 50vw);
	right: calc(50% - 50vw);
	/* 下寄せ（SPほど少し上げる） */

	/* レイヤリング */
	z-index: 1;
	pointer-events: none;

	/* タイポ */
	text-align: center;
	font-family: "Noto Serif JP", serif;
	font-size: clamp(22px, 4vw, 56px);
	line-height: 1.1;
	letter-spacing: .06em;
	color: #FFF;
	text-shadow: 0 2px 22px rgba(0,0,0,.65);

	/* 折返し挙動（スマホで細切れにならない設定） */
	white-space: normal;
	word-break: keep-all;
	overflow-wrap: normal;
	text-wrap: pretty; /* 対応ブラウザで自然な改行 */
}
@supports (width: 100svw){
	.full_imgtext .full_imgtext__deco{
		left: calc(50% - 50svw);
		right: calc(50% - 50svw);
	}
}

/* デスクトップ：カード重ねの手前で文字が埋もれないように */
@media print, screen and  (min-width: 992px){
	.full_imgtext .full_imgtext__deco{
		bottom: clamp(20px, 10vw, 100px);
	}
}
/* タブレット幅（568px〜991px）のとき */
@media print, screen and  (min-width: 568px) and (max-width: 991px){
	.full_imgtext .full_imgtext__deco{
		bottom: 45%; /* 好きな値に調整 */
		font-size: clamp(20px, 4.5vw, 40px); /* 中間サイズ */
	}
}
/* スマホ：見切れ対策で少し上げ、文字サイズを微調整 */
@media only screen and (max-width: 567px){
	.full_imgtext .full_imgtext__deco{
		top:clamp(260px, 35vh, 800px);
		font-size: clamp(20px, 5.6vw, 32px);
		letter-spacing: .02em;
	}
}


/* カード：白・影・角丸。PCでは画像にオーバーラップ */
.full_imgtext .full_imgtext__card{
	grid-area: card;
	max-width: min(900px, 95%);
	margin-inline: auto;
	background: #fff;
	box-shadow: 0 10px 28px rgba(0,0,0,.12);
	padding: clamp(20px, 3.6vw, 36px) clamp(20px, 3.6vw, 40px);
}

.full_imgtext .full_imgtext__title{
	font-size: clamp(21px, 2.6vw, 32px);
	font-weight: 700;
	letter-spacing: .06em;
	margin: 0 0 .6em;
	font-family: "Zen Old Mincho", serif;
	font-weight: 700 !important;
}
.full_imgtext .full_imgtext__lead{
	font-size: clamp(15px, 1.4vw, 16px);
	line-height: 2;
	text-align: justify;
	margin: 0;
}
.full_imgtext .full_imgtext__lead span{
	font-size: clamp(18px, 2.2vw, 22px);
	font-weight: 700;
	margin: 0 0 .6em;
	color:var(--accent-color1);
	font-family: "Zen Old Mincho", serif;
	font-weight: 700 !important;
}

/* ====== PC配置：画像とカードを2カラムに。カードは右寄せで重ねる ====== */
@media print, screen and  (min-width: 992px){
	.full_imgtext .full_imgtext__media{
		height: clamp(260px,70vh, 800px);
	}
	.full_imgtext .full_imgtext__grid{
		grid-template-columns: 1fr min(50%, 800px);
		grid-template-areas: "media card";
		align-items: center;
	}

	/* カードをやや上に重ねる（オーバーラップ感） */
	.full_imgtext .full_imgtext__card{
		margin-right: clamp(20px, 5vw, 72px);
		margin-left: 0;
		transform: translateY(-8%);
	}

	/* 反転レイアウト */
	.full_imgtext .full_imgtext__grid.is-reverse{
		grid-template-columns: min(50%, 800px) 1fr;
		grid-template-areas: "card media";
	}
	.full_imgtext .full_imgtext__grid.is-reverse .full_imgtext__card{
		margin-left: clamp(20px, 5vw, 72px);
		margin-right: 0;
	}
}

@media print{
	.full_imgtext .full_imgtext__media{
		height: 500px;
	}
	.full_imgtext .full_imgtext__deco {
		bottom: 15%;
	}
}

/*======= 横並びGALLERY ======*/
/* 横並びベース */
.se_overlap-gallery .ov-grid{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	overflow: hidden;
}

/* 各アイテム */
.se_overlap-gallery .ov-item{
	position: relative;
	overflow: visible; /* 子要素がはみ出せるように */
}
.se_overlap-gallery .ov-item img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .4s ease, z-index .4s ease, filter .4s ease;
}

/* ホバーで前面に拡大 */
.se_overlap-gallery .ov-item:hover{
	z-index: 5;
}
.se_overlap-gallery .ov-item:hover img{
	transform: scale(1.4);   /* 横にせり出す感覚 */
	filter: brightness(1.05);
	cursor: pointer;
}

/* 被さる際の立体感 */
.se_overlap-gallery .ov-item:not(:hover) img{
	filter: brightness(.6);
}

/* スマホは縦並びなどに切替 */
@media only screen and (max-width: 767px){
	.se_overlap-gallery .ov-grid{
		grid-template-columns: repeat(1, 1fr);
	}
	/* スマホは最初から明るい */
	.se_overlap-gallery .ov-item img{
		filter: brightness(1) !important;
	}
}

/*======= お問い合わせ・来店予約 ======*/
.top_sec2_mt{
	margin-top: clamp(48px, 6vw, 72px);
}
.top_sec2 {
	padding: var(--v-space) 0;
	background: #FFFFFF;
	position: relative;
	z-index: 1;
}
@media print, screen and (min-width: 768px) {
	.top_sec2 {
		background-image: url(../img/bg_02.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
}
@media only screen and (max-width: 767px) {
	.top_sec2 {
		background-image: url(../img/bg_02_sp.jpg);
		background-repeat: no-repeat;
		background-position: top;
		background-size: cover;
	}
}

.top_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 25px;
}
@media (max-width: 668px) {
	.top_sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.top_sec2-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 25px;
	}
}

.top_sec2-item{
	background-color: rgba(255, 255, 255, 0.95);
	padding: 10px 15px 10px 15px;
	border-radius: 7px;
}
/**/
.top_sec2-item h4{
	font-size: clamp(30px, 3vw, 40px);
	text-align: center;
	margin-bottom: 5px;
	font-weight: 600;
	line-height: 1.4;
	font-family: 'Noto Serif JP', serif;
	color: var(--main-color)
}

/*======= シルクロードについて ======*/
.ab_sec1{
	padding: var(--v-space2) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.ab_sec2{
	padding: var(--v-space2) 0;
	background-color: #f5f5f5;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= サービス紹介 ======*/
.se_sec1{
	padding: var(--v-space2) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.se_sec2{
	padding: var(--v-space2) 0;
	background-color: #f5f5f5;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* =======================
   se_sec2_card：取扱商品カード
   ======================= */

.se_sec2_card__grid{
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 20px;
}
@media only screen and (max-width: 1000px) {
	.se_sec2_card__grid{
		grid-template-columns: repeat(4, 1fr);
	}
}
@media only screen and (max-width: 850px) {
	.se_sec2_card__grid{
		grid-template-columns: repeat(3, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.se_sec2_card__grid{
		grid-template-columns: repeat(2, 1fr);
	}
}

/* 各カード */
.se_sec2_card__item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	background-color: #ffffffd7;
	/* border-radius: 15px; */
	box-sizing: border-box;
	border: solid 1px var(--accent-color2);
	overflow: hidden;
	gap:5px;
}

/* 見出し */
.se_sec2_card__item h4{
	font-size: clamp(12px,2vw,14px);
	font-weight: bold;
	line-height: 1.3;
	padding: 5px 10px;
	background-color: var(--accent-color2);
	color: #FFF;
	text-align: center;
	position: relative;
	z-index: 3;
}

/* 画像 */
.se_sec2_card__item img{
	width: 100%;
	display: block;
	border-radius: 15px 15px 0 0;
}

.se_sec3{
	padding: var(--v-space2) 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*タイトル*/
.se_sec3__heading {
	border-bottom: solid 1px var(--accent-color1);
	position: relative;
	padding-bottom: 0.2em;
	margin-bottom: 20px;
	/* font-size: 18px; */
	font-size: clamp(18px,2.4vw,22px);
	font-family: "Zen Old Mincho", serif;
	color:var(--accent-color2);
}

.se_sec3__heading::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 1px var(--accent-color2);
	padding-bottom: 0.2em;
	width: 20%;
}

/* 画像とテキスト */
.se_sec3__imgtext {
	position: relative;
	padding:clamp(45px, 7vw, 60px) 0;		
	border: solid 1px var(--accent-color2);
	/* border-radius: 20px; */
	padding: 1.5em 1.5em 1.5em 3em;
	background-color: #FFF;
	transition: transform 0.3s ease-in-out;
}

.se_sec3__imgtext:hover {
	transform: scale(1.01);
}

.se_sec3__imgtext + .se_sec3__imgtext {
	padding-top: 0;
}

.se_sec3__imgtext-container {
	display: flex;
	flex-direction: column;
	gap: clamp(0px, 2vw, 35px);	/* テンプレ初期値 */

	/*gap: clamp(25px, 6vw, 35px);*/
}


@media print, screen and (min-width: 768px) {
	.se_sec3__imgtext-container {
		flex-direction: row;
	}

	.se_sec3__imgtext-container.reverse {
		flex-direction: row-reverse;
	}

	.se_sec3__imgtext-container > .se_sec3__text {
		flex: 1;
		min-width: 17em;
  	}

	.se_sec3__imgtext-container > .se_sec3__img {
		/*flex: 2;*/	/* テンプレ初期値 */
		flex: 0.4;
		/* min-width: 250px; */
	}
	.se_sec3__img img{
		margin: 0 auto;	
		aspect-ratio: 4 / 3;
		object-fit: cover;
	}
}
.step {
	position: absolute;
	top: 100px;
	left: 10px;
	color: #000;
	writing-mode: vertical-rl;
	text-align: left;
	opacity: 0;
	transform: translateY(-50px);
	transition: opacity 1s ease-out, transform 1s ease-out;
	z-index: 3;
	padding-top: 5px;
	height: 150px;
}

.step::before {
	content: '';
	position: absolute;
	top: -120px;
	left: 13px;
	height: 120px;
	width: 1px;
	background-color: #000;
}

/* スクロールで表示されたときのアニメーション */
.step.s_fade-in {
	opacity: 1;
	transform: translateY(0);
}
@media print {
	.step {
		opacity: 1;
		transform: translateY(0);
	}
}

/* Javascriptが動作しない環境では最初から表示 */
@supports not (animation: fadeIn 1s forwards) {
	.step {
		opacity: 1;
		transform: translateY(0);
	}
}


/*======= FAQ ======*/
.faq_sec1 {
	padding: 30px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 10px;
}

.faq-label {
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-weight: bold;
	font-size: 110%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color1);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.6;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}

hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}

/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 30px 0 var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 概要部分のテーブル */

.info_sec1__haba{
	max-width: 800px;
	margin: 0 auto;
}
.info_sec1_container {
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
	font-family: 'Arial', sans-serif;
}

.info_sec1_container .item {
	border: 1px solid #ddd;
	box-shadow: 0 2px 6px rgba(0,0,0,0.1);
	border-radius: 6px;
	background-color: #fff;
	padding: 12px 16px;
	display: grid;
	grid-template-columns: 220px 1fr;
	align-items: stretch;
	gap: 20px;
}

.info_sec1_container .label {
	display: flex;
	align-items: center;
	font-weight: bold;
	color: var(--txt-color);
	white-space: nowrap;
	background-color: #d7e9f1;
	padding: 5px 7px;
}

.info_sec1_container .content {
	display: flex;
	align-items: center;
	color: #333;
	padding: 5px 7px;
}


/* レスポンシブ：568px以下で縦並び＋枠内レイアウトも縦に */
@media only screen and (max-width: 568px) {
	.info_sec1_container .item {
		grid-template-columns: 1fr;
		gap:0px;
		padding: 10px 14px;
	}

	.info_sec1_container .label {
		line-height: 1.6;
		font-size: 14px;
	}

	.info_sec1_container .content {
		font-size: 14px;
	}
}


.access_sec1{
	padding: var(--v-space) 0;
	background-color: #EBF4FE;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* アクセス部分のテーブル */
.access1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.access2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.access1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.access2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
