@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.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: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px,2vw,18px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
}
.line{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: var(--accent-color2);
	margin: 1.9607% auto;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}

.entry_bk{
	padding: 0;
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
	position: relative;
	z-index: 1;
}

/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	/* background-color: var(--base-color); */
	position: relative;
	z-index: 1;
}

/* タグ */
.kakomi01 span {
	padding: 3px 10px 2px 10px;
	margin: 4px 1px 10px;
	background-color: #e9e2f5;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}

/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_02.png);
	background-repeat: repeat;
	background-position: center;
	background-size: cover;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 10px;
	grid-row-gap: 10px;
}
@media only screen and (max-width: 768px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 20px;
	}
}

/*各ページ遷移バナー*/
.topbnr_sec{
	padding: 50px 0 50px 0;
    background-color: #f2eff7;
}

.topbnr_sec-container {
	display: grid;
	grid-template-columns: repeat(3, 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;
	}
}


/*TOP ABOUT*/
.top_sec1{
	padding: var(--v-space) 0;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: bottom center;
}

/*カード*/
.top_sec1-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
@media only screen and (max-width: 768px) {
	.top_sec1-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.top_sec1-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap:0px;
	/*ここまで*/

	padding: 20px;
	background-color: #ffffffd7;
	border-radius: 20px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}
.top_sec1-card__item H4{
	padding: 5px 0 0;
	font-size: clamp(16px,1.5vw,20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--main-color);
	border-bottom: dotted 1px var(--main-color);
	margin-bottom: 10px;
}
.top_sec1-card__item img{
	border-radius: 15px;
}

/*詳しく見る*/
.top_sec1-card__item p.btn11 {
	position: relative;
	border: none;
	font-size:12px;
	width: 100%;
	text-align: right;
	margin-top: 10px;
	color: var(--main-color);
}
.top_sec1-card__item p.btn11 a {	
	border-bottom: 1px solid var(--main-color);
}
.top_sec1-card__item p.btn11 a::after {
	content: ">";
	margin-left: 20px;
	
	border-bottom: 1px solid var(--main-color);
}

/*======= 当店のメリット ======*/
.me_sec1 {
	padding: var(--v-space) 0;
	background-color: #f3e2e8;

	background-image: url(../img/bg_03.png);
	background-repeat: no-repeat;
	background-position: top right;
	background-size: 100%;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
@media only screen and (max-width: 568px) {
	.me_sec1 {
		background-size: 250%;
	}
}

/* About */
.me_sec1_imgtext {
	padding: 0;
	/* background-color: rgba(255, 255, 255, 0.7); */
}
.me_sec1_imgtext_bg{
	background-color: rgba(255, 255, 255, 0.9);
}

.me_sec1_imgtext + .imgtext {
	padding-top: 0;
}


.me_sec1_imgtext-container {
	display: flex;
	flex-direction: column;
	/*gap: clamp(45px, 6vw, 80px);*/	/* テンプレ初期値 */
	gap: clamp(25px, 6vw, 35px);
}

.me_sec1_imgtext-container img{	
	margin: 0px auto;
}

.me_sec1_imgtext-container > .me_sec1_text {
	padding-bottom: 50px;
  }

  .me_sec1_imgtext-container > .me_sec1_text_last {
	padding-bottom: 0px;
  }

@media print, screen and (min-width: 568px) {
	.me_sec1_imgtext-container {
		flex-direction: row;
		align-items: center;
	}

	.me_sec1_imgtext-container.reverse {
		flex-direction: row-reverse;
	}

	.me_sec1_imgtext-container > .me_sec1_text {
		flex: 1;
		min-width: 17em;
		padding-bottom: 0px;
  	}
	  .me_sec1_imgtext-container > .me_sec1_text_last {
		flex: 1;
		min-width: 17em;
		padding-bottom: 0px;
  	}

	.me_sec1_imgtext-container > .me_sec1_img {
		/*flex: 2;*/	/* テンプレ初期値 */
		flex: 0.5;
	}
}

.me_sec2 {
	padding: var(--v-space2) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/* 私たちにお任せください */
/*カード*/
.me_sec2-card__item{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap:20px;
}
@media only screen and (max-width: 768px) {
	.me_sec2-card__item{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
.me_sec2-card__item div{
	/*子要素のそれぞれのdivの高さを揃える記述*/
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap:0px;
	/*ここまで*/

	padding: 20px;
	background-color: #7691643f;
	border-radius: 20px;
	box-sizing: border-box;
	border: solid 1px var(--main-color);
}
.me_sec2-card__item H4{
	position:relative;
	padding: 7px 20px 7px;
	font-size: clamp(16px,1.5vw,18px);
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	color: #FFF;
	background-color: var(--accent-color1);
	border-radius: 0px 0px 10px 10px;
	margin-top:-30px
}
.me_sec2-card__item img{
	border-radius: 15px;
}

/*======= 取扱業務・料金 ======*/

/*メニュー表*/
table.wo_price {
	margin: 5px 0;
}
table.wo_price tr th:first-child {
	text-align: left;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
	background: var(--main-color);
	color: #FFF;
}
table.wo_price tr th {
	text-align: right;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
	background: var(--main-color);
	color: #FFF;
}
table.wo_price td:first-child {
	text-align: left;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
	width: 50%;
  }
table.wo_price tr td {
	text-align: right;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
}
@media screen and (max-width: 568px) {
	.wo_price {
	  width: 97%;
	}
	.wo_price .thead {
	  display: none;
	}
	.wo_price tr {
	  width: 97%;
	}
	.wo_price td {
	  display: block;
	  text-align: right;
	  width: 99%;
	}
	table.wo_price td:first-child {
	  background: var(--main-color);
	  color: #fff;
	  font-weight: bold;
	  text-align: center;
	  width: 99%;
	}
	.wo_price td:before {
	  content: attr(data-label);
	  float: left;
	  font-weight: normal;
	  margin-right: 10px;
	}
  }

.wo_sec1 {
	padding: 0;
	background-color: #eeeeee;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.wo_sec2 {
	padding: 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.wo_heading01{
	font-family: 'Kiwi Maru';
	text-align: center;
	color: var(--accent-color2);
	font-weight: 400;
	font-size: clamp(24px, 2.5vw, 30px);
	margin-bottom: 70px;
	position: relative;
}
.wo_heading01::after {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 50px);
	background-image: url(../img/wo_heading01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 100px;
	height: 50px;
	top: 40px;
}

.wo_heading02 {
    text-align: left;
    font-size: clamp(15px, 2.4vw, 18px);
    margin: 0px 0 20px 0;
    border-bottom: 0;
    line-height: 1.3;
    font-weight: bold;
    padding: 7px 7px 2px 2px;
    color: #4c4c4c;
    border-bottom: 2px dotted #b6b6b6;

	padding-left: clamp(30px,1.4vw,40px);
	background: url(../img/ico01.png) no-repeat left center;
	background-size:clamp(25px,1.4vw,35px);
}

.wo_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}

/* 写真が右のとき */
.wo_sec1-container-item1 { 	
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
}
.wo_sec1-container-item2 { 	
	grid-area: 1 / 2 / 2 / 3;
	padding: 100px 50px;
}

@media only screen and (max-width: 1100px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item1 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item2 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .wo_sec1-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

/* 写真が左のとき */
.wo_sec1-container-item3 { 	
	grid-area: 1 / 1 / 2 / 2;	
	padding: 100px 50px;
}
.wo_sec1-container-item4 { 	
	grid-area: 1 / 2 / 2 / 3;	
	background-size: cover;
	background-repeat: no-repeat;
}

@media only screen and (max-width: 1100px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 400px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item4 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item3 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
}
@media only screen and (max-width: 568px) {
	.wo_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 300px 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
		
	.wo_sec1-container-item4 { grid-area: 1 / 1 / 2 / 2; }
	.wo_sec1-container-item3 {
		grid-area: 2 / 1 / 3 / 2;
		padding: 30px 15px 50px 15px;
	 }
	 .wo_sec1-container-item2 img{
		width: 60%;
		margin: 0 auto;
	 }
}

.wo_sec1-bg01{
	background-image: url(../img/bg_04.jpg);	
	background-position: bottom left;
}
.wo_sec1-bg02{
	background-image: url(../img/bg_05.jpg);
	background-position: top right;
}
.wo_sec1-bg03{
	background-image: url(../img/bg_06.jpg);
	background-position: top left;
}
.wo_sec1-bg04{
	background-image: url(../img/bg_07.jpg);
	background-position: top right;
}


/*======= ご注文の流れ ======*/
.fl_sec1 {
	padding: var(--v-space) 0;
	background-color: #eef0ed;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

.fl_sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*======= FAQ ======*/
.faq_sec1 {
	padding: 0px 0 100px 0;
	background-color: #FFF;
	
	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
div.faq2 p.b {
	font-weight: bold;
	color: #444;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-size: 120%;
	padding-right: 2px;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1.45em;
	padding-left: 1.45em;
	display: block;
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-size: 120%;
	padding-right: 2px;
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px auto;
}



/*======= 会社案内ページ ======*/
/*会社案内*/
.info_sec1{
	padding: 30px 0 100px 0;
	/* background-color: var(--base-color); */

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 180px;
}
.info2 {
	border-bottom: 1px dashed #999;
	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%;
	}
}


/*会社概要*/
.bg_b{
	background: #fceff3;
	padding:20px;
}

.info-sec1-container {
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	gap: 10px 10px;
}

@media (min-width: 568px) {
	.info-sec1-container {
		grid-template-columns: repeat(3, 1fr);
	}
}


.info_sec2{
	padding: var(--v-space) 0;
	background-color: #eef0ed;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}

/*section2*/
.info_sec3 {
	padding: 0;
	background-color: #FFF;
}

.info_sec3__photo {
	padding: 0;
}
.info_sec3__photo-container img {
	aspect-ratio: 4 / 3;
	width: 100%;
    object-fit:cover;
}

.info_sec3__photo-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 0px;
}

@media print, screen and (min-width: 768px) {
	.info_sec3__photo-container {
		grid-template-columns: repeat(6, 1fr);
	}
}

.invisible-tilde {
  visibility: hidden; /* 見えないけどレイアウトは保持 */
}



