@charset "UTF-8";


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

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(40px,4vw,50px);
	line-height: 1.2em;*/
	/*font-style: italic;*/
	text-align: center;
	font-size: clamp(29px,3vw,39px);
	line-height: 1.2;
	font-weight: 600;
	/*color: var(--accent-color2);*/
	color: #7d7462;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	/*font-size: clamp(20px, 2.5vw, 27px);*/
	font-size: clamp(19px, 2vw, 21px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #999;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02 + p{
	line-height: 1.5em;
	font-size: clamp(20px, 2.3vw, 25px);
	font-weight: bold;
	inline-size: fit-content;
	margin-inline: auto;
	font-family: 'Noto Serif JP', serif;
}

.line{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #2d2d2d;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7%;
	}
}
/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/*調整*/
.adjus{
	padding-top: 15px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 40px;
	vertical-align: middle;
	margin: 0 5px 2px 0;
}
/*文字右から中央*/
.sptx-c {
	/*text-align: left;*/
	text-align: right;
}
@media screen and (max-width: 568px) {
	.sptx-c {
		text-align: center;
	}
}
/**/
.kukuri{
	padding: 20px 25px;
	margin: 10px auto;
}
.kukuri h3 {
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1;
	min-height: 0vw;
	padding: 5px 0;
	border-bottom: 1px dotted #626262;
}
.kukuri p {
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.6;
	/*margin: 10px 0;*/
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-color: rgba(240, 240, 240, 0.65);
}
.kbg03{
	background-color: rgba(244, 241, 228, 0.9);
}

/*テキストcenter→justify*/
.tx-ctj {
	margin: 0px auto;
	text-align: center;
}
@media (max-width: 1168px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*印刷時の為*/
@media print{
	.tx-ctj {
		margin: 0px auto;
		text-align: center;
	}
}

/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 20px 0;
	padding: 2px 3px 3px 20px;
	color: #000;
	position: relative;
	background-color: rgba(234, 231, 224, 0.7);
	font-family: 'Noto Serif JP', serif;
}
h3.ab::before {
	position: absolute;
	content: "";
	width: 20px;
	height: 20px;
	display: inline-block;
	border: 10px solid transparent;
	box-sizing: border-box;
	border-left-color: var(--main-color);
	top: 7px;
	left: 0;
}
.kakomi01 {
	padding: 2px 8px 1px 8px;
	margin: 5px 10px 2px 0;
	color: #454545;
	background-color: #ffe300;
	border-radius: 5px;
	text-align: center;
	font-size: 90%;
	line-height: 2.5;/*今回のみ*/
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 70px) 0 clamp(20px, 2vw, 40px) 0;
	background-color: #fff;
}
/**/
p.grp{
	font-size: 14px;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #777;
}

/*catchphrase*/
.catchphrase{
	padding: 0;
	background-image: url(../img/bg_06.png);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}
@media (max-width: 768px) {
	.catchphrase{
		background-size: cover;
	}
}
/*印刷時*/
@media print{
	.catchphrase{
		padding: 0;
		background-image: url(../img/bg_06.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
	}
}

/*縦書きの部分*/
.wrap {
	text-align: center;
}
.vertical {
	writing-mode: vertical-rl;
	display: inline-block;
	text-align: initial;
}
.vertical h2 {
	margin: 0;
	line-height: 1.8;
	font-size: clamp(30px, 2.5vw, 45px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	padding: 30px;
	border: 1px solid #ccc;
	width: fit-content;
	background: rgba(255, 255, 255, 0.3);
}
/*greet2*/
.greet2{
	padding: 50px 0 var(--v-space) 0;
	background-image: url(../img/bg_02.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	/*background-size: contain;*/
	background-size: 70%;
}
@media (max-width: 768px) {
	.greet2{
		background-size: 130%;
	}
}
/*印刷時*/
@media print{
	.greet2{
		padding: 50px 0 var(--v-space) 0;
		background-image: url(../img/bg_02.png);
		background-repeat: no-repeat;
		background-position: right bottom;
		/*background-size: contain;*/
		background-size: 70%;
	}
}
/**/
p.grp2{
	font-size: clamp(16px, 1.7vw, 17px);
	margin: 0 auto 20px auto;
	line-height: 1.9;
	text-align: justify;
	font-family: 'Noto Serif JP', serif;
}

/*TEL部分ad今回のみ*/
.mb_p0s10{
	margin-bottom: 0px;
}
@media (max-width: 768px) {
	.mb_p0s10{
		margin-bottom: 10px;
	}
}
/*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: 599px) {
	.tel_bnr{
		grid-template-columns: repeat(1, 1fr);
		grid-row-gap: 15px;
	}
}
/*印刷時の為*/
@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;
	}
}



/*画面半分体裁デザインのところ*/
.sec1 {
	padding: 0;
}
/**/
h2.tops1h2{
	font-size: clamp(25px, 2.7vw, 33px);
	margin: 5px 0;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
}
h3.tops1h3{
	font-size: clamp(18px, 1.9vw, 25px);
	margin: 5px 0;
	line-height: 1.5;
	font-family: 'Noto Serif JP', serif;
	color: #94bae8;
}
/*左側の画像の上に入れた文字の指定★*/
.bgimtit{
	width: fit-content;
	background: #212121;
	padding: 2px 7px;
	position: absolute;
	right: 0;
	bottom: 10px;
}
.bgimtit p{
	color: #fff;
}


/**/
.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;
	background-color: var(--main-color);
	color: #fff;
}

@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;*/
	padding: 30px 50px 50px 50px;
	background-color: var(--main-color);
	/*background: rgba(251, 250, 244, 0.7);*/
}
.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-template-rows: repeat(1, 250px 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_04.jpg);
	background-position: center right;
	position: relative;/*画像の上に文字を入れる為に指定★*/
}
.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;
}
/*-------------------------------------------------------*/

/*About us*/
.sec2 {
	padding: clamp(40px, 6vw, 70px) 0 var(--v-space) 0;
	background-image: url("../img/bg_07.jpg");
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
}

h3.sec2abu{
	font-size: clamp(19px, 2vw, 22px);
	line-height: 1.2em;
	font-weight: 400;
	text-align: center;
	color: #ddc09c;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading06 {
	font-size: clamp(40px,4vw,50px);
	line-height: 1.2em;
	font-style: italic;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
}

/*4つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 50px 30px;
}
@media (max-width: 768px) {
	.sec2-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.sec2-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 50px 30px;
	}
}
.sec2-item{
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 4;
	gap: 0;
	/*align-items: center;*/
	box-sizing: border-box;
}

/**/
.sec2-item img{
	margin-bottom: 10px;
}
/**/
.sec2-item h4{
	font-size: clamp(20px, 2vw, 22px);
	border-bottom: 1px solid #777;
	text-align: center;
	margin-bottom: 10px;
	padding: 3px 0;
	color: #e6d3bb;
	font-family: 'Noto Serif JP', serif;
	text-shadow: #000 1px 0 10px;
}
p.fuz{
	font-size: clamp(13px, 1.3vw, 14px);
	text-align: justify;
	color: #fff;
	margin-bottom: 10px;
	/*background-color: rgba(0, 0, 0, 0.2);
	padding: 10px 15px;*/
}







/*======= かわら屋根工事 kawara ======*/
.kawara_sec1{
	padding: 0 0 var(--v-space) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
	background-color: #fff;
}
/*3つ*/
.kawara_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 968px) {
	.kawara_sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 768px) {
	.kawara_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.kawara_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
/*サブグリッド設定*/
.kawara_sec1-item {
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 2;
	gap: 0;
	align-items: center;
	box-sizing: border-box;
}
/**/
.kawara_sec1-item p{
	font-size: clamp(17px, 1.6vw, 19px);
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	padding: 10px 5px 11px 5px;
	text-align: center;
	box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.2);
	border-radius: 50px;
	color: var(--accent-color2);
	line-height: 1.3;
	min-height: 2.5em;
	display: grid;
	align-items: center;
}
/**/
.arrow_bottom {
	width: 70px;
	height: 70px;
	background: #ccc8be;
	clip-path: polygon(0 48.2%, 31% 48.2%, 31% 0, 69% 0, 69% 48.2%, 100% 48.2%, 50% 100%);
	margin: 25px auto;
}


/*いぶし瓦*/
.kawara_sec3 {
	padding: clamp(40px, 6vw, 70px) 0;
	background-image: url("../img/bg_05.jpg");
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
/*タイトル*/
.spot-heading03{
	font-size: clamp(22px,3vw,35px);
	line-height: 1.3em;
	text-align: center;
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	margin-bottom: 10px;
}
.spot-heading04{
	font-size: clamp(32px,3vw,45px);
	line-height: 1.2em;
	font-weight: 600;
	text-align: center;
	color: #ddc09c;
	font-family: 'Noto Serif JP', serif;
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 2%;
	background-color: #fff;
	margin: 1.1% auto;
}
@media (max-width: 768px) {
	.line2{
		padding-top: 7%;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.k3p{
	color: #fff;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.8;
	text-align: justify;
}








/*======= 施工事例 gallery ======*/
/*施工事例*/
.gall_sec1{
	background-color: #fff;
	padding: 0 0 clamp(40px, 6vw, 70px) 0;
	margin-top: 15px;
}
/**/
.spot-heading05{
	text-align: center;
	font-size: clamp(27px, 2.5vw, 35px);
	line-height: 1.2;
	font-weight: 400;
	font-family: 'Noto Serif JP', serif;
}
/*2つ*/
.gall_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
@media (max-width: 568px) {
	.gall_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.gall_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
}
/**/
p.galname{
	padding: 2px 10px;
	background-color: #000000b2;
	color: #fff;
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.2;
	height: 2.5rem;
	position: relative;
	top: -2.5rem;
	box-sizing: border-box;
	margin-bottom: -2.5rem;

	/*display: grid;
	align-items: center;*/
	display: table-cell;
	vertical-align: middle;

	white-space: pre-wrap;
	word-break: keep-all;
}
/*改行位置の設定*/
span.kaig{
	display: inline-block;
}




/*20250122追加*/
/*その他の施工事例*/
.gall_sec2{
	padding: clamp(40px, 6vw, 70px) 0;
	background-color: #f9f7f2;
}

/*2つ*/
.gall_sec2-item-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0px 20px;
}
@media (max-width: 768px) {
	.gall_sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.gall_sec2-item-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 0px 20px;
	}
}

/*テーブル*/
table.tbl02 {
	margin: 0;
	font-family: 'Noto Serif JP', serif;
	line-height: 1.4;
	width: 100%;
	box-sizing: border-box;
}
table.tbl02 tr th {
	text-align: right;
	padding: 5px 10px 5px 2px;
	border-bottom: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.9);
	width: 13%;
	font-size: clamp(11px, 1.2vw, 13px);
}
table.tbl02 tr td:nth-of-type(1) {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.9);
	font-size: clamp(12px, 1.5vw, 16px);
	width: 43%;
}
table.tbl02 tr td:nth-of-type(2) {
	text-align: left;
	padding: 5px;
	border-bottom: 1px solid #ccc;
	background: rgba(255, 255, 255, 0.9);
	width: 42%;
	font-size: clamp(12px, 1.5vw, 16px);
}
@media (max-width: 568px) {
	table.tbl02 tr th {
		width: 18%;
		padding: 5px 7px 5px 2px;
	}
}
















/*======= よくある質問 ======*/
/* よくある質問 FAQ */
.faq_sec {
	/*padding: clamp(40px, 6vw, 70px) 0;*/
	padding: 0px 0 var(--v-space) 0;	/*別ページの場合*/
	background-color: #f9f7f2;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	margin-top: 15px;
	background-image: url(../img/bg_03_left.png),url(../img/bg_03_right.png);
	background-position: left top,right bottom;
	background-repeat: no-repeat,no-repeat;
	background-size: auto 25%,auto 30%;
}

@media screen and (max-width: 868px) {
	.faq_sec {
		background-size: auto 15%,auto 20%;
	}
}
@media screen and (max-width: 568px) {
	.faq_sec {
		background-size: auto 7%,auto 10%;
	}
}
/*印刷時の為*/
@media print{
	.faq_sec {
		/*padding: clamp(40px, 6vw, 70px) 0;*/
		padding: 0px 0 var(--v-space) 0;	/*別ページの場合*/
		background-color: #f9f7f2;
		position: relative; /* sectionの位置を相対的にする*/
		z-index: 1; /* 背景画像より上に表示 */
		margin-top: 15px;
		background-image: url(../img/bg_03_left.png),url(../img/bg_03_right.png);
		background-position: left top,right bottom;
		background-repeat: no-repeat,no-repeat;
		background-size: auto 25%,auto 30%;
	}
}

/*枠付きデザイン*/
/**/
.onecours{
	background-color: rgba(255, 255, 255, 0.85);
	border-radius: 7px;
	padding: 15px 20px 20px 20px;
	margin: 20px 0;
}
.onecours:first-child{
	margin: 0px;
}

/**/
hr.faqHr2 {
	height: 0px;
	border-bottom: 1px dotted #7b7b7b;
	margin: 5px auto;
}

div.faq2 p.b {
	font-weight: 600;
	color: #000;
}
div.faq2 p.b::first-letter {
	color: var(--main-color);
	font-weight: 600;
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: justify;
	text-indent: -1.3em;
	padding-left: 1.3em;
	display: block;
	color: #555;
	font-family: 'Noto Serif JP', serif;
	/*font-size: clamp(16px, 1.7vw, 17px);*/
}
div.faq2 p::first-letter {
	color: var(--accent-color1);
	font-weight: 600;
	font-size: 115%;
}


/**/
div.linkukuri {
	box-sizing: border-box;
	padding: 15px 27px;
	background: rgb(255, 255, 255);
	margin: 0 auto;
	width: max-content;
	text-align: center;
	/*box-shadow: 0px 3px 3px 0px rgba(83, 83, 83, 0.5);*/
	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, 14px);
}
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;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 3px;
	background-color: var(--accent-color3);
	transform: scaleX(0);
	transition: transform 0.3s;
}
.textlink01 a:hover::after {
	transform: scaleX(1);
}






/*======= 会社概要ページ ======*/
/*info_sec1*/
.info_sec1{
	padding: 0px 0 var(--v-space) 0;
	margin-top: 15px;/*下層ページ今回のみ*/
}
/**/
.bg_b{
	background: rgba(255, 255, 255, 0.9);
	padding: 40px;
	border: 1px solid #e1e1e1;
	margin-top: 60px;
}
@media screen and (max-width: 568px) {
	.bg_b {
		padding: 20px 10px;
	}
}

/* 概要部分のテーブル */
table.inftb {
	font-family: 'Noto Serif JP', serif;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #bbb;
	padding: 12px 15px 12px 35px;
	width: 9em;
	box-sizing: border-box;
	color: var(--accent-color2);
	background: url(../img/ico01.png) no-repeat 3px center;
	background-size: 25px;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #bbb;
	padding: 12px 15px;
	color: #454545;
	box-sizing: border-box;
	width: calc((100% - 9em) / 1);
}

@media screen and (max-width: 568px) {
	table.inftb tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 5px 35px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(217, 212, 188, 0.2);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 7px 5px 7px 5px;
		width: 100%;
		background-color: rgba(255, 255, 255, 0.2);
	}
}


/*Access*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #f7f7f7;
}
/* アクセス部分のテーブル */
table.actab tr td:nth-of-type(1) {
	font-family: 'Noto Serif JP', serif;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 10em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	font-family: 'Noto Serif JP', serif;
	padding: 5px;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 2px;
		width: 99%;
	}
}









/*-----------------------------------------------*/
/*よく使うデザイン-m*/
/*-----------------------------------------------*/
/*枠デザイン*/
.desibox {
	position: relative;
	padding: 3.5rem 1rem 1rem;
	background-color: #fff;
	outline: 2px solid #e3eff4;
	outline-offset: -0.5rem;
}
@media (max-width: 768px) {
	.desibox {
		padding: 3rem 1rem 1rem;
	}
}
.desibox::before {
	position: absolute;
	top: 1rem;
	left: 0;
	width: 100%;
	padding: 5px 0 4px 0;
	/*background-color: rgb(227, 118, 137, .7);*/
	background-color: rgb(26, 70, 145, 0.8);
	color: white;
	font-size: clamp(17px, 1.9vw, 23px);
	/*text-shadow: #304462 1px 0 10px;*/
	text-align: center;
	font-weight: 400;
	content: attr(data-title);
	/*font-family: 'Noto Serif JP', serif;*/
}
.desibox p {
	margin-top: 5px;
	color: #333;
	line-height: 1.5;
}

/*画像角丸*/
img.borad {
	border-radius: 7px;
}
img.borad2 {
	border-radius: 20px;
}
/*画像の縁：写真風*/
.pho{
	border: solid 1px #ece5dd;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
	/*box-shadow: 0 3px 18px -4px rgba(0, 0, 0, 0.4);*/
}
/*見出し装飾*/
.puti{
	font-size: clamp(20px, 2.3vw, 25px);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	/*text-align: center;*/
	margin: 0 auto 10px auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: #eb6100;
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}
@media (max-width: 568px)  {
	.puti{
		text-align: center;
	}
}
/*よく使うリスト*/
.list-design {
	list-style: none;
	padding: 10px 20px;
	position: relative;
	margin: 0 auto 15px auto;
	/*border: 3px solid var(--main-color);
	border-radius: 15px;*/
	/*width: fit-content;*/
}
.list-design li {
	border-bottom: 1px dashed #6f6f6f;
	padding: 0.5em 0 0.5em 1.7em;
	font-size: clamp(15px, 1.6vw, 17px);
}
.list-design li:last-child {
	border-bottom: 0;
}
.list-design li:before {
	color: var(--main-color);
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}

@media (max-width: 768px)  {
	ul.list-design {
		padding: 0 .8em;
	}
}


/*一部だけ枠線の色を変える*/
.boxtlcc {
	padding:1em;/*内側の余白*/
	border: 3px solid #ccc;	
	position: relative;
	z-index: 0;
	background-color: rgba(255, 255, 255, 0.8);
}
.boxtlcc:before {
	border-top:3px solid var(--main-color);
	border-left:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	left: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
.boxtlcc:after {
	border-bottom:3px solid var(--main-color);
	border-right:3px solid var(--main-color);
	content: '';
	display: block;
	position: absolute;
	bottom: -3px;
	right: -3px;
	width: 20px;
	height: 20px;
	z-index: 1;
}
/*装飾タイトル*/
h2.dech2 {
	text-align: center;
	font-weight: 600;
	font-size: clamp(35px, 4vw, 40px);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	padding-top: 1.2em;
	line-height: 1;
	color: var(--main-color);
}
h2.dech2::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 140px);
	background-image: url(../img/dech2t.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 280px;/*300以上にならないように*/
	height: 35px;
	top: 10px;
}
h2.dech2 + p{
	text-align: center;
	font-size: clamp(15px, 1.5vw, 16px);
	margin: 10px auto 30px;
	color: #555;
}


/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);/*通常4-5くらい*/
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.sec-adimg-container-item1 { grid-area: 1 / 1 / 2 / 2; }
.sec-adimg-container-item2 { grid-area: 1 / 2 / 2 / 3; }
.sec-adimg-container-item3 { grid-area: 1 / 3 / 2 / 4; }
.sec-adimg-container-item4 { grid-area: 1 / 4 / 2 / 5; }
.sec-adimg-container-item5 { grid-area: 1 / 5 / 2 / 6; }
/*
@media (max-width: 568px) {
	.sec-adimg-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		grid-template-rows: 1fr;
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	
	.sec-adimg-container-item1 { display: none; }
	.sec-adimg-container-item2 { grid-area: 1 / 1 / 2 / 2; }
	.sec-adimg-container-item3 { grid-area: 1 / 2 / 2 / 3; }
	.sec-adimg-container-item4 { grid-area: 1 / 3 / 2 / 4; }
	.sec-adimg-container-item5 { display: none; }
}
*/

/*------------------------------------------------*/


