@charset "UTF-8";

/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/


/*======= 共通 ======*/

/* 親要素からはみ出して画面いっぱいに */
.full {
	margin: 0 calc(50% - 50vw);
	width: 100vw;
}



/*======= TOP ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 var(--v-space);
	background-color: var(--base-color);
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}

.greeting-spot {
	color: var(--accent-color1);
	font-size: 1.2em;
}



/*======= コンテンツ ======*/

/*======= サービス案内 ======*/
.secS {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_01a.jpg), url(../img/bg_01b.jpg);
	background-repeat: no-repeat, no-repeat ;
	background-position: top center, bottom center ;
	background-size: 100%, 100%;
}

/*======= 畳の機能 ======*/
.secM {
	padding: var(--v-space) 0;
	background-color: #fbfcf7;
}

.secM::before {
	content: "";
	position: absolute;
	inset: 0; /* top:0;right:0;bottom:0;left:0 */
	background-color: rgba(255, 255, 255, 0.7); /* 白を60%透過 */
	z-index: -1; /* 背景の下に置く */
}


div.contentsbg3 {
	background: rgba(114,140,48, 0.1);
	padding: 40px 40px;
	/* border-radius: 10px; */
}

@media only screen and (max-width: 568px) {
	div.contentsbg3 {
		padding: 10px 10px;
		/* border-radius: 10px; */
	}
}


/*カード*/
.secM-card__item{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secM-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secM-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secM-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	background-color: var(--base-color);
	box-sizing: border-box;
	box-shadow: 0 13px 13px 0 rgba(0, 0, 0, .3);

	background-color: rgba(255, 255, 255, 0.8); /* 白を60%透過 */
}

.secM-card__item div p{
	padding:10px;

}
.secM-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px dotted var(--main-color);
}
.secM-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;

	font-family: 'Zen Old Mincho', serif;
	font-weight:700;
	font-style:normal;
}


/*======= 取扱商品 ======*/
.secI {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_07.png);
	background-size:cover;
	background-position: center;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.secI::before {
	content: "";
	position: absolute;
	inset: 0; /* top:0;right:0;bottom:0;left:0 */
	background-color: rgba(255, 255, 255, 0.6); /* 白を60%透過 */
	z-index: -1; /* 背景の下に置く */
}

div.contentsbg4 {
	background: rgba(172,161,147, 0.1);
	padding: 40px 40px;
	/* border-radius: 10px; */
}


@media only screen and (max-width: 568px) {

	div.contentsbg4 {
		background: rgba(172,161,147, 0.6);
		padding: 10px 10px;
		/* border-radius: 10px; */
	}

}



/*カード*/
.secI-card__item{
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap:10px;
}
@media only screen and (max-width: 968px) {
	.secI-card__item{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 568px) {
	.secI-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.secI-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	/*ここまで*/

	background-color: var(--base-color);
	box-sizing: border-box;
	box-shadow: 0 13px 13px 0 rgba(0, 0, 0, .3);

	background-color: rgba(255, 255, 255, 0.8); /* 白を60%透過 */
}


.secI-card__item div p{
	padding: 10px;
}
.secI-card__item H4{
	padding: 5px 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	border-bottom: 2px dotted var(--main-color);

	font-family: 'Zen Old Mincho', serif;
	font-weight:700;
}
.secI-card__item p{
	display: inline-block;
	font-size: 15px;
	line-height: 1.5;
}



/*======= 料金 ======*/
.secP {
	padding: var(--v-space) 0;
	background-color: #FFF;
}


/*テーブル*/
.pr, .pr td, .pr th {
	border-collapse: collapse;
	border-bottom: 3px double #999; 
	text-align:center;
	font-family: 'Zen Old Mincho', serif;

    white-space: nowrap;  /* 改行させない */
    font-size: clamp(8px, 2vw, 17px);
	padding:5px;	
}
table.pr td:first-child {
	font-weight: bold;   /* 太字にする例 */
	text-align:left;
}

/*======= ご依頼の流れ ======*/
.secF {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_06.png);
	background-size:cover;
	background-position: bottom;
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.secF::before {
	content: "";
	position: absolute;
	inset: 0; /* top:0;right:0;bottom:0;left:0 */
	background-color: rgba(255, 255, 255, 0.7); /* 白を60%透過 */
	z-index: -1; /* 背景の下に置く */
}




/*======= FAQ ======*/

.contentsbgA {
	padding: 15px;
	box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.faq_sec1 {
	padding: var(--v-space) 0;
	background-color: #EAF5EC;

	position: relative;
	/* sectionの位置を相対的にする*/
	z-index: 1;
	/* 背景画像より上に表示 */
}

.faq-item {
	display: grid;
	grid-template-columns: 1.5em 1fr;
	column-gap: 10px;
	row-gap: 5px;
}

.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: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_03.png);
	background-size:cover;
	background-position: bottom;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed white;
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed white;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 5px 5px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

/*会社概要*/
.bg_b{
	background: rgba(71, 89, 24, 0.8);
	padding:40px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px;
	}
}

.access_sec1{
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

@media screen and (max-width: 568px) { 
	span.dtel{
		display:none;
	}
}


/*======= 調整 ======*/
.l-c {
	margin-right: auto;
	margin-left: auto;
}

.spot-heading01 {
	font-size: clamp(40px, 6vw, 60px);
	font-style: italic;
	text-align: center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.spot-heading02 {
	font-size: clamp(22px, 2.7vw, 30px);
	line-height: 1em;
	font-weight: 700;
	text-align: center;
	font-family: 'Zen Old Mincho', serif;
}

/*その他*/
strong{
	font-weight:normal;
}


/*======人間にとって欠かせない空気に～、==========*/


.secN {
	padding: var(--v-space) 0;
	background-color: #EDF0E3;
}


/*======= FLOW ======*/


/*リスト*/
.bullet-list {
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}

/* PC・タブレット */
.bullet-list li {
	position: relative;
	width: 48%;
	margin-right: 4%;
	margin-bottom: 1em;
	padding-left: 1em;
	box-sizing: border-box;
	padding-bottom:0 !important;
}

/* 偶数項の右マージンなし */
.bullet-list li:nth-child(2n) {
	margin-right: 0;
}

/* ●マーク */
.bullet-list li::before {
	content: "●";
	position: absolute;
	left: 0;
	color: var(--accent-color2);
}

/* スマホでは1列で左右バランス・インデント調整 */
@media screen and (max-width: 767px) {
	.bullet-list li {
		width: 90%;
		margin-right: 0;
		padding-left: 1em;      /* インデント少し小さく */
		text-indent: 0em;
		margin-left:5%;
	}

}

/*全h2*/
h2{
	font-family: 'Zen Old Mincho', serif;
	font-weight:500;
	font-style:normal;
}
