@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(27px,2.9vw,30px);
	line-height: 1em;
	font-style: italic;
	text-align: center;
	font-weight: 400;
	font-family: 'Noto Serif JP', 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: 2%;
	background-color: #777;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 5.8%;
	background-color: #FFF;
	margin: 1.9607% auto;
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(18px,5vw,30px);
	font-family: 'Noto Serif JP', serif;
	text-align: left;
	padding-left: clamp(10px,7vw,70px);
	padding-right: 10px;
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	opacity: 0.9;
	margin-bottom: 1vw;
	color:var(--accent-color2);
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	/*font-size: clamp(50px,10vw,70px);*/
	font-size: clamp(37px,9vw,60px);
	letter-spacing: -3px;
	text-align: left;
	top: -27px; /* 調整が必要かもしれません */
	left: 2%;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	text-transform: lowercase;
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.7;
	transform: rotate(-7deg);
}
/**/
.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;
}
.nav_bk{
	background-color: var(--main-color);
}
/*パンくず*/
.sec_pankuzu{
	padding: 0 0 15px 0;
	/* background-color: var(--base-color); */
	position: relative;
	z-index: 1;
}
/*タグ*/
.kakomi01 span {
	padding: 3px 10px;
	margin: 3px 4px 3px 1px;
	background-color: #fff;
	color: #555;
	border-radius: 7px;
	border: 1px solid #d4c3e6;
	text-align: center;
	display: inline-block;
	font-size: clamp(13px, 1.3vw, 13px);
}
.kakomi02{
	padding: 3px 20px 2px 20px;
	margin: 4px 1px 10px;
	background-color: #e7838a;
	border: 1px solid #aeaeae;
	border-radius: 10px;
	text-align: center;
	display: inline-block;
	font-size: clamp(14px, 1.3vw, 14px);
}
/* タグ（左右が揃う）  */
.kakomi-tag01 {
	display: flex;
	flex-wrap: wrap; /* 子要素を折り返す */
	gap: 10px;
	width: 100%;
	justify-content: space-between; /* 左右のボックスを揃える */
}
.kakomi-tag01 p {
	/*background-color: var(--main-color);*/
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	flex-grow: 1; /* ボックスのサイズを自動調整 */
	min-width: 150px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: center; /* 水平方向の中央揃え */
	font-weight: 600;
}
.kakomi-tag01 .end{		/* などを末尾につけたい場合に */
	background-color:transparent;
	padding: 5px;
	font-size: clamp(14px, 1.3vw, 14px);
	font-family: Arial, sans-serif;
	width: 20px;
	min-width: 40px; /* ボックスの最小幅を設定 */
	box-sizing: border-box;
	text-align: right; /* 水平方向の中央揃え */
}

/*-----------------------------------------------*/
/*よく使うデザイン-m*/
/*-----------------------------------------------*/
/**/
.h-kakomi {
	padding: 3px 5px 1px 5px;/*フォントによる*/
	margin: 5px 7px 3px 0;
	color: #454545;
	background-color: #deead0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
}
/**/
.h-kakomi2 {
	padding: 3px 5px 1px 5px;/*フォントによる*/
	margin: 5px 2px 3px 2px;
	color: #000;
	background-color: #e4d8f0;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	font-weight: 600;
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 968px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}
/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: 50px;
}
.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(27px,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: 2vw;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: .2em;
	border-radius: .1em;
	background-color: var(--main-color);
	position: absolute;
	bottom: -15px;
	left: calc(50% - 3em / 2);
}
.each-page__heading01 h2.disno::after{
	display: none;/*下線無くしたい場合*/
}
.each-page__heading01 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0 auto;
	/*font-size: clamp(50px,10vw,80px);*/
	font-size: clamp(30px,9vw,55px);
	text-align: center;
	top: -0.9em;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	text-transform: unset;
	font-weight: normal;
	color: #305c2a;
	opacity: 0.2;
	letter-spacing: -2px;

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}

/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	/*padding: 10px;
	border: 1px dotted #626262;
	margin: 20px 0;*/
	padding: 20px 25px;
	margin: 10px auto;
}
/**/
.kukuri2{
	padding: 10px 15px;
	margin: 5px auto 10px auto;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.5);
}
.kbg03{
	/*background-color: rgb(246, 245, 251);*/
	background-image: url("../img/bg_06.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
p.ffgz{
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space2) 0;
	background-color: var(--base-color);
}
/*冒頭一文*/
p.grp{
	font-size: 14px;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}
/**/
.greeting h2{
	font-size: clamp(23px,5vw,30px);
	font-family: 'Noto Serif JP', serif;
	color: #938a66;
	margin: 20px 0 30px 0;
}
/**/
p.grp2{
	font-size: clamp(15px, 1.6vw, 16px);
	margin: 0 auto;
	line-height: 1.6;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-weight: 400 !important;
}
/*imgとtxtの中の文章*/
p.grp3{
	font-size: clamp(14px, 1.5vw, 16px);
	margin: 0 auto;
	line-height: 1.5;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-weight: 400 !important;
}

/*TELバナー*/
.tel_bnr{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 10px;
	align-items: end;
}
@media (max-width: 598px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 10px;
	}
}
/*印刷時の為*/
@media print{
	.tel_bnr{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 15px;
		grid-row-gap: 10px;
		align-items: end;
	}
}
/**/
.spmb10{
	margin-bottom: 0px;
}
@media (max-width: 598px) {
	.spmb10{
		margin-bottom: 10px;
	}
}


/*株式会社三杉石材店について About us*/
.sec1{
	padding: var(--v-space3) 0;
	background-color: #fff;
	background-image: url(../img/bg_01.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
	position: relative;
	z-index: 1;

}
h3.sec2abu{
	font-size: clamp(19px, 2vw, 22px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #ddc09c;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
.spot-heading06 {
	font-size: clamp(40px,4vw,50px);
	font-weight: 400;
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

/*3つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 30px;
}
@media (max-width: 1068px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 668px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 30px;
	}
}
.sec1-item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
	box-sizing: border-box;
}
/**/
.sec1-item img{
	margin-bottom: 10px;
}
/**/
.sec1-item h4{
	font-size: clamp(16px, 1.8vw, 18px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #e6d5c1;
	font-family: 'Noto Serif JP', serif;
	text-shadow: #000 1px 0 10px;
}
@media (max-width: 568px) {
	.sec1-item h4{
		font-size: 17px;
	}
}
p.fuz{
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
	color: #fff;
	margin-bottom: 10px;
}
h5.psh5{
	font-size: clamp(17px, 1.8vw, 19px);
	font-family: 'Noto Serif JP', serif;
	color: var(--main-color);
	margin-bottom: 10px;
}








/*======= 墓石販売・施工 Tombstone services ======*/
/**/
.tom-services_sec1 {
	padding: var(--v-space3) 0 50px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/**/
div.linkukuri {
	box-sizing: border-box;
	padding: 15px 27px;
	background-image: url("../img/bg_06.jpg");
	background-repeat: no-repeat;
	background-position: top;
	margin: 20px auto;
	width: fit-content;
	text-align: center;
	border-radius: 7px;
}
/*ページ内リンク リスト*/
.link-menu {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
ul.link-menu li a {
	display: inline-block;
	/*white-space: nowrap;*/
	font-size: clamp(14px, 1.4vw, 15px);
	word-break: break-all;
}
ul.link-menu li::after {
	content: "　|　";
	color: #aaa;
}
.link-menu li a:hover{
	color: var(--main-color);
}
ul.link-menu li:last-child::after{
	content: none;
}
@media screen and (max-width: 568px) {
	div.linkukuri {
		width: 98%;
	}
	.link-menu li {
		display:inline-block;
		width: 100%;
		border-bottom: 1px dashed #858585;
	}
	.link-menu li a{
		padding: 10px 0px;
	}
	ul.link-menu li::after{
		content: none;
	}
}
/*マウスオーバーアニメション*/
.textlink01 a {
	position: relative;
	text-decoration: none;
}
.textlink01 a::after {
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--main-color);
	transform: scaleX(0);
	transition: transform 0.3s;
}
.textlink01 a:hover::after {
	transform: scaleX(1);
}

/*------各セクション------*/
.tom-services-items_no1sec{
	padding: var(--v-space2) 0 calc(var(--v-space2) - 30px) 0;/*▲の分マイナス*/
	background-image: url("../img/bg_05-a.png");
	background-repeat: repeat;
	background-position: center;
	background-size: 17%;
}
.tom-services-items_no2sec{
	padding: var(--v-space2) 0 calc(var(--v-space2) - 30px) 0;/*▲の分マイナス*/
	background-color: #fff;
}
.tom-services-items_no3sec{
	padding: var(--v-space2) 0 calc(var(--v-space2) - 30px) 0;/*▲の分マイナス*/
	background-image: url("../img/bg_05-b.png");
	background-repeat: repeat;
	background-position: center;
	background-size: 17%;
}
.tom-services-items_no4sec{
	padding: var(--v-space2) 0 calc(var(--v-space2) - 30px) 0;/*▲の分マイナス*/
	background-color: #f7f7f7;
}
/*------------*/

/**/
.tx-wrap {
	background: rgb(255, 255, 255);
	height: auto;
	width: 80%;
	margin: 0 auto;
	position: relative;
	top: -30px;/*▲*/
	z-index: 5;
	display: block;
	box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.5);
}
.tx-wrap div.wrap-cont {
	padding: 30px 30px 40px 30px;
}
.tx-wrap div.wrap-cont p {
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
	font-weight: 400 !important;
	font-size: clamp(14px, 1.5vw, 16px);
	line-height: 1.5;
}
@media screen and (max-width: 768px) {
	.tx-wrap {
		width: 90%;
	}
}
@media screen and (max-width: 568px) {
	.tx-wrap div.wrap-cont {
		padding: 20px 20px 30px 20px;
	}
}
/*印刷用*/
@media print{
	.tx-wrap {
		background: rgb(255, 255, 255);
		height: auto;
		width: 80%;
		margin: 0 auto;
		position: relative;
		top: -30px;/*▲*/
		z-index: 5;
		display: block;
		box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.5);
	}
	.tx-wrap div.wrap-cont {
		padding: 30px 30px 40px 30px;
	}
}

/**/
.tom-services_sec2 {
	padding: var(--v-space2) 0;
	position: relative;
	z-index: 1;
	background-image: url("../img/bg_07.jpg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}







/*======= お墓のクリーニング・リフォーム Cleaning & Renovation ======*/
/**/
.tom-cr_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*お墓のクリーニング*/
.tom-cr_sec2 {
	padding: 0 0 30px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*お墓のリフォーム*/
.tom-cr_sec3 {
	padding: 30px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*お墓のリフォーム 詳細項目*/
.tom-cr_sec4 {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*テーブル*/
table.tbl02 {
	margin: 10px 0 5px 0;
	box-sizing: border-box;
}
table.tbl02 tbody{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 20px;
}
@media (max-width: 868px) {
	table.tbl02 tbody{
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 0;
	}
}
table.tbl02 tbody tr{
	display: table;
	width: 100%;
}
table.tbl02 tr th {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px 5px 5px 7px;
	border-bottom: 1px solid #d9d9d9;
	width: 10em;
	box-sizing: border-box;
}
table.tbl02 tr td {
	text-align: left;
	font-size: clamp(12px, 1.2vw, 13px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid #d9d9d9;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.tbl02 tr th {
		display: block;
		width: 100%;
		background-color: rgba(181, 181, 181, 0.25);
	}
	table.tbl02 tr td {
		display: block;
		width: 100%;
	}
}
/*印刷用*/
@media print{
	table.tbl02 tbody{
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0 20px;
	}
}






/*======= お墓の引越し・墓じまい Tombstone closure ======*/
/**/
.tom-closure_sec1 {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*お墓の引越し*/
.tom-closure_sec2 {
	padding: 0 0 30px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*墓じまい*/
.tom-closure_sec3 {
	padding: 30px 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*納骨先の簡単な説明*/
.tom-closure_sec4 {
	padding: 0 0 var(--v-space2) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*墓じまい(引越し含む)の流れ*/
.tom-closure_sec5 {
	padding: var(--v-space2) 0;
	background-color: #fdfcf8;
	background-image: url(../img/bg_08.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top left;
}
@media screen and (max-width: 868px) {
	.tom-closure_sec5 {
		padding: var(--v-space2) 0;
		background-color: #fdfcf8;
		background-image: none;
	}
}
/*印刷用*/
@media print{
	.tom-closure_sec5 {
		padding: var(--v-space2) 0;
		background-color: #fdfcf8;
		background-image: url(../img/bg_08.png);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: top left;
	}
}


/*フロー図*/
.flow_design03 {
	width: 70%;
	margin: 10px 0 10px auto;
	box-sizing: border-box;
}
@media screen and (max-width: 868px) {
	.flow_design03 {
		width: 90%;
		margin: 10px auto;
	}
}
/*印刷用*/
@media print{
	.flow_design03 {
		width: 70%;
		margin: 10px 0 10px auto;
	}
}
.flow_design03 > ul {
	padding: 0;
	position: relative;
}
.flow_design03 > ul::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
}
.flow_design03 > ul > li {
	position: relative;
	list-style-type: none;
	font-family: "Zen Kaku Gothic New", "ヒラギノ角ゴ ProN W3", "MS PGothic", "Meiryo", sans-serif;
}
.flow_design03 > ul > li:not(:last-child) {
	margin-bottom: 15px;/*項目と項目の間*/
}
.flow_design03 > ul > li > dl > dt > span {
	width: 2em;/*元2em*/
	height: 2em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: var(--main-color);
	display: inline-block;
	margin-right: 0.3em;/*数字から文字までの間*/
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.flow_design03 > ul > li > dl {
	padding-left: 40px;/*点線と番号の間*/
	position: relative;
}
.flow_design03 > ul > li > dl::before,
.flow_design03 > ul > li > dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
}
.flow_design03 > ul > li > dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: var(--main-color);
	border-radius: 50%;
	left: -4px;
}
.flow_design03 > ul > li > dl::after {
	width: 30px;	/*点線の長さ*/
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
}
.flow_design03 > ul > li > dl > dt {
	font-size: clamp(16px, 1.8vw, 20px);
	font-weight: 600;
	color: var(--main-color);
	/*display: flex;
	align-items: center;*/
	border:0;
	width: auto;
}
.flow_design03 > ul > li > dl > dd {
	font-size: clamp(14px, 1.5vw, 16px);
	color: #454545;
	margin-left: 2.7em;/*数字(2em)数字から文字までの間(0.3em?)の分*/
	border:0;
	width: auto;
}







/*======= 会社案内 info ======*/
.info_sec1{
	padding: var(--v-space3) 0 var(--v-space) 0;
	/*background-color: #f0f0f0;*/
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url(../img/bg_04.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	background-size: cover;
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.8);
	padding: 50px;
	margin: 0 5%;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}
@media screen and (max-width: 568px) {
	.bg_b {
		background: rgba(255, 255, 255, 0.9);
		padding: 20px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	font-family: 'Noto Serif JP', serif;
	box-sizing: border-box;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #d7d7d7;
	padding: 17px 15px 17px 41px;
	width: 15em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 27px;
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #d7d7d7;
	padding: 17px 15px;
	box-sizing: border-box;
	width: calc((100% - 15em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 768px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 10px 5px 10px 41px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(217, 221, 207, 0.25);
		border-radius: 7px;
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{
	table.inftb tr td:nth-of-type(1) {
		font-weight: 600;
		border-bottom: 1px solid #d7d7d7;
		padding: 17px 15px 17px 41px;
		width: 15em;
		box-sizing: border-box;
		background: url(../img/icon01.png) no-repeat 7px center;
		background-size: 27px;
		font-size: clamp(17px, 1.8vw, 19px);
		line-height: 1.2;
	}
	table.inftb tr td:nth-of-type(2)  {
		border-bottom: 1px solid #d7d7d7;
		padding: 17px 15px;
		box-sizing: border-box;
		width: calc((100% - 15em) / 1);
		font-size: clamp(16px, 1.6vw, 17px);
	}
}

/*Access*/
.access_sec1 {
	padding: var(--v-space3) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
	background-image: url(../img/bg_03.jpg);
	background-repeat: repeat;
	background-position: right bottom;
	background-size: contain;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: 'Noto Serif JP', serif;
}
table.actab tr td:nth-of-type(1) {
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
	box-sizing: border-box;
	vertical-align: middle;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}
/**/
.dispinb{
	display: inline-block;
}
@media screen and (max-width: 568px) {
	.dispinb{
		vertical-align: middle;
	}
}





