@charset "UTF-8";


/*=======================================================*/
/*					セクション毎のCSS					  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	font-size: clamp(30px, 4vw, 50px);
	line-height: 1;
	font-style: italic;
	text-align: center;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02{
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.2;
	font-style: italic;
	font-weight: 600;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: clamp(14px, 1.5vw, 17px);
	text-align: center;
	margin-inline: auto;
	color: #916c2b;
	font-family: 'Noto Serif JP', serif;
}
@media only screen and (max-width: 767px) {
	.spot-heading02+p{
		/*text-align: left;*/
	}
	/*<br>のブレイクポイント*/
	.br768{
		display:none;
	}
}
.line{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #fff;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.line2{
	width: 1px;
	height: auto;
	padding-top: 35px;
	background-color: #777;
	/* margin: 1.9607% auto; */
	margin: 1.1% auto;	/*今回のみ*/
}
.hline {
	display: inline-block;
	width: 40px; /* 横棒の長さ（調整可） */
	height: 1px; /* 横棒の太さ（調整可） */
	background-color: #2d2d2d; /* 横棒の色 */
	vertical-align: middle;
	margin: 0 0.5em; /* 文章と横棒の間隔 */
}
/**/
.spot__heading03 {
	position: relative; /* 親要素を相対位置に設定 */
}
.spot__heading03 h3 {
	width: fit-content;
	font-size: clamp(19px, 5vw, 30px);
	font-family: "Zen Kaku Gothic New", 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: 0.5vw;
	font-weight: 400;
}
.spot__heading03 span {
	position: absolute;
	font-family: "WindSong", serif;
	margin: 0;
	font-size: clamp(40px,10vw,60px);
	text-align: left;
	top: -20px; /* 調整が必要かもしれません */
	left: 0;
	transform-origin: left top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	font-weight: normal;
	color: var(--accent-color1);
	opacity: 0.3;
	transform: rotate(-8deg);
	z-index: 2;
}
.spot__heading03 p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(14px,1.4vw,16px);
	line-height: 1.4;
	text-align: left;
	/*padding-left: clamp(10px,7vw,70px);*/
	margin-left: 0;
	margin-right: 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0.5vw;
}

/**/
.spot_photo{
	padding: 5px;
	background-color: #FFF;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); /* ソフトシャドウ */
	transition: all 0.3s ease;
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo img{
	border-top-left-radius: 20%;
	border-bottom-right-radius: 20%;
}
.spot_photo:hover {
	transform: scale(1.03);
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.3);
}

.spot_photo02{
	margin:0 auto;
	position: relative;
}
.spot_photo02::before,
.spot_photo02::after {
	content: "";
	width: 100px;
	height: 100px;
	position: absolute;
}
.spot_photo02::before {
	border-top: 2px solid var(--accent-color2);
	border-left: 2px solid var(--accent-color3);
	top:-10px;
	left:-10px;
}
.spot_photo02::after {
	border-right: 2px solid var(--accent-color2);
	border-bottom: 2px solid var(--accent-color3);
	bottom:-10px;
	right:-10px;
}


.spot_photo03 img{
	border-top-left-radius: 500px;
	border-bottom-right-radius: 500px;
}
@media only screen and (max-width: 568px) {
	.spot_photo03 img{
		border-top-left-radius: 200px;
		border-bottom-right-radius: 200px;
	}
}

.entry_bk{
	padding: 0;
	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 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: #ffffff8a;
	border: 1px solid #82ae63;
	color:#333;
	border-radius: 5px;
	text-align: center;
	display: inline-block;
	font-size: clamp(12px, 1.3vw, 12px);
}
.kakomi01 span.nonk1 {
	padding: 3px 6px 3px 6px;
	margin: 0px 5px 5px 0px;
	background-color: initial;
	border: 0;
	color:#333;
	border-radius: 5px;
	text-align: left;
	display: inline-block;
	font-size: 12px;
}
.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; /* 水平方向の中央揃え */
}
.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; /* 水平方向の中央揃え */
}
/*-----------------------------------------------*/
/*よく使うデザイン*/
/*-----------------------------------------------*/
/*印刷には表示されない*/
@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;
	}
}
/*文字シャドウ*/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}
/**/
.kukuri{
	border: 1px solid #aaa;
	padding: 20px 20px;
	margin: 25px auto;
	box-sizing: border-box;
	outline: 1px solid var(--accent-color2);
	outline-offset: -0.4rem;
}
/**/
.kukuri p{
	font-size: clamp(15px, 1.5vw, 16px);
	line-height: 1.4;
}
/**/
.kukuri2{
	border: 1px dotted #8e8e8e;
	padding: 15px 20px;
	margin: 15px auto;
	display: inline-block;/*今回だけ*/
}
@media (max-width: 568px) {
	.kukuri2{
		display: block;/*今回だけ*/
	}
}
/**/
.kukuri2 p{
	font-size: clamp(15px, 1.3vw, 16px);
	line-height: 1.4;
	margin-bottom: 5px;
}
.kbg01{
	background-color: rgba(255, 255, 255, 0.8);
}
.kbg02{
	background-image: url("../img/bg_04.png");
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
}
/**/
.lead-copy {
	text-align: center;
	font-size: clamp(22px, 2vw, 30px);
	font-weight: 700;
	/*background: linear-gradient(to right, #063286, #3bb084);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
	margin: 1.5rem auto 0.3rem auto;
	/*max-width: 720px;*/
	line-height: 1.4;
	color: var(--accent-color1)
}
/*サブキャッチ補足文章*/
.lead-p {
	text-align: center;
	color: var(--main-color);
	font-size: clamp(16px, 1.7vw, 19px);
	font-weight: 500;
	margin: 5px auto 25px auto;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
@media (max-width: 568px) {
	.lead-p {
		text-align: justify;
	}
}
/*======= 共通 ======*/
/*今回*/
.f-fzg{
	font-family: "Zen Kaku Gothic New", serif;
}
/*ika表示*/
@media print, screen and (min-width: 449px) {
	.ika {
		display: none;
	}
}
/**/
.emp2color{
	color: #6f6048;
}

/**/
.each-page__heading01 {
	position: relative; /* 親要素を相対位置に設定 */
	margin-top: clamp(35px,3vw,50px);
	margin-bottom: clamp(1px,1.5vw,20px);
}

.each-page__heading01 h2 {
	/*width: fit-content;*/
	font-size: clamp(25px, 2.4vw, 33px);
	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: 15px;
}
.each-page__heading01 h2::after {
	content: "";
	width: 3em;
	height: 5px;
	background: linear-gradient(to right, #1B4875, #429DA8, #A9D3D6);
	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(35px,9vw,60px);
	text-align: center;
	top: -1.0em;

font-family: "Parisienne", cursive;
font-weight: 400;
font-style: normal !important;

	transform-origin: center top;
	pointer-events: none;
	white-space: nowrap;
	/*text-transform: lowercase;*/
	opacity: 0.5;
	/*transform: rotate(-10deg);*/

	left: 50%;/*中央配置*/
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
}



/*======= TOPページ ======*/
/*ご挨拶*/
.greeting {
	padding: var(--v-space3) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_05.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*冒頭一文*/
p.grp{
	font-size: clamp(13px, 1.3vw, 14px);
	line-height: 1.3;
	margin: 0 auto 10px auto;
	width: fit-content;
	color: #666;
}
/**/
p.grp2{
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.7;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 400 !important;
	/*-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;*/
}
/*TELバナー*/
.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;
}
@media (max-width: 568px) {
	.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;
	}
}

/*ブリッジ*/
.bridge-top1 {
	padding: clamp(15px, 2vw, 30px) 0 clamp(35px, 2vw, 50px) 0;
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: 100% 70%;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
.bridge-top1::before{
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #392d189e;
}

.bridge-top1 h3{
	text-align: center;
	font-size: clamp(18px, 2vw, 25px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	text-shadow: #423127 1px 0 15px;
}


/*画面半分体裁デザインのところ*/
/*エクステリア*/
.sec1{
	padding: 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
}
/*半分*/
.sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}

/*左カラム　画像用*/
.sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		/*grid-template-rows: repeat(1, 1fr);*/
		grid-template-rows: repeat(350px, 1, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 350px; }
	.sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
}


/*水まわりの工事*/
.sec2{
	padding: 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}
/*半分*/
.sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.sec2-container-item3 {
	grid-area: 1 / 1 / 2 / 2;
	padding: 60px 70px;
	background-color: rgba(255, 255, 255, 0.5);
}
/*右カラム　画像用*/
.sec2-container-item4 {
	grid-area: 1 / 2 / 2 / 3;

	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}

/*可変対応*/
@media only screen and (max-width: 868px) {
	.sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(1, 350px, 1fr);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.sec2-container-item3 { grid-area: 1 / 1 / 2 / 2; padding: 50px 30px; background-color: rgba(255, 255, 255, 0.3);}
	.sec2-container-item4 { grid-area: 2 / 1 / 3 / 2; min-height: 350px; }
}

/*画像の選定*/
.sec1-bg01{
	background-image: url(../img/sec1_bg01.jpg);
	background-position: 100% 30%;
}
.sec2-bg01{
	background-image: url(../img/sec2_bg01.jpg);
	background-position: center bottom;
}


/*装飾*/
.box-h {
	position: relative;
	padding: 0.3em 1em 0.5em 1em;
	margin: 0 0 15px 0;
	top: 0;
	background-color: rgba(238, 238, 238, 0.5);
}
.box-h:before{ 
	position: absolute;
	top: 0;
	left: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-left: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h:after{ 
	position: absolute;
	top: 0;
	right: 0;
	content:'';
	width: 10px;
	height: 100%;
	display: inline-block;
	box-sizing: border-box;
	border-right: dotted 2px var(--accent-color3);
	border-top: dotted 2px var(--accent-color3);
	border-bottom: dotted 2px var(--accent-color3);
}
.box-h p{
	font-size: clamp(19px, 2.0vw, 23px);
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.1;
	text-align: center;
	font-weight: 600;
}
p.exp-p3 {
	font-size: clamp(14px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: justify;
	line-height: 1.5;
	margin: 0 0 15px 0;
}


/**/
.sec3 {
	padding: var(--v-space3) 0;
	position: relative;
	z-index: 1;
	background-color: #fff;
	background-image: url(../img/bg_01.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: unset;
}
/**/
.sec3_title {
	text-align: center;
	position: relative;
	background-image: url(../img/sec3_title01.png),url(../img/sec3_title02.png);
	background-repeat: no-repeat,no-repeat;
	background-position: left,right;
	background-size: contain,contain;
	margin: 0 auto;
	width: fit-content;
	padding: 5px 90px;
}
@media (max-width: 768px) {
	.sec3_title {
		background-image: url(../img/sec3_title01sp.png),url(../img/sec3_title02sp.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left top ,right bottom;
		background-size: 12%, 12%;
		padding: 20px 40px;
		width: 100%;
		box-sizing: border-box;
	}
}
@media (max-width: 568px) {
	.sec3_title {
		padding: 20px 20px;
	}
}
/*印刷用*/
@media print{
	.sec3_title {
		text-align: center;
		position: relative;
		background-image: url(../img/sec3_title01.png),url(../img/sec3_title02.png);
		background-repeat: no-repeat,no-repeat;
		background-position: left,right;
		background-size: contain,contain;
		margin: 0 auto;
		width: fit-content;
		padding: 5px 90px;
	}
}
.sec3_title h2 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(21px, 2vw, 25px);
	line-height: 1.4;
	color: rgb(128, 72, 147);
}
.sec3_title h3 {
	font-size: clamp(18px, 1.8vw, 22px);
	line-height: 1.3;
	background: linear-gradient(to right bottom, #a27c34, #a27c34, #e8cd90, #a27c34, #a27c34);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.sec3_title p {
	font-size: clamp(13px, 1.4vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
	line-height: 1.5;
	margin: 9px 0;
}
@media (max-width: 568px) {
	.sec3_title p {
		text-align: justify;
	}
}

/*------------------------------------------------*/
/*セクションの間イメージ画像*/
.sec-adimg{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
.sec-adimg-container {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	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; }
}
/*------------------------------------------------*/



/*会社概要 info*/
.info_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f9f9f9;
	background-image: url(../img/bg_04.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: cover;
}
/**/
.bg_b {
	background: rgba(255, 255, 255, 0.8);
	padding: 40px;
}
@media (max-width: 568px) {
	.bg_b {
		padding: 20px;
		margin: 0;
	}
}
/* 概要部分のテーブル */
table.inftb{
	box-sizing: border-box;
	font-family: "Zen Kaku Gothic New", serif;
}
table.inftb tr {
	box-sizing: border-box;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px 10px 37px;
	width: 10em;
	box-sizing: border-box;
	background: url(../img/icon01.png) no-repeat 7px center;
	background-size: 22px;
	font-size: clamp(16px, 1.7vw, 17px);
	line-height: 1.2;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px dashed #b0b0b0;
	padding: 10px 13px;
	box-sizing: border-box;
	width: calc((100% - 10em) / 1);
	font-size: clamp(15px, 1.6vw, 17px);
}

@media screen and (max-width: 568px) {
	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(157, 157, 157, 0.15);
	}
	table.inftb tr td:nth-of-type(2)  {
		display: block;
		border-bottom: none;
		padding: 10px 5px 15px 5px;
		width: 100%;
		text-align: justify;
	}
/*今回だけ*/
	table.inftb tr td.padnon {
		display: block;
		border-bottom: none;
		padding: 10px 0 15px 0!important;
		width: 100%;
		text-align: justify;
	}
}
/*印刷用*/
@media print{

}

/* ／　リスト */
ul.bus-li {
	font-family: "Zen Kaku Gothic New", serif;
}
ul.bus-li li{
	line-height: 1.4;
	/*display: inline-block;
	white-space: nowrap;*/
	font-weight:400;
}
/*
ul.bus-li li::after{
	content: " / ";
}
ul.bus-li li:last-child::after{
	content: none;
}
*/
@media (max-width: 767px) {
	ul.bus-li li::after{
		content: none;
	}
	ul.bus-li li {
		display:block;
		width: 100%;
		line-height: 1.4;
	}
}


/*アクセス*/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	position: relative;
	z-index: 1;
	margin-bottom: 0px;
	background-color: #fff;
}
/* アクセス部分のテーブル */
table.actab {
	font-family: "Zen Kaku Gothic New", serif;
	box-sizing: border-box;
	font-size: clamp(16px, 1.7vw, 17px);
}
table.actab tr {
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(1) {
	line-height: 1.3;
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 7px 5px 5px 5px;
	width: 9em;
	color: #000;
	box-sizing: border-box;
}
table.actab tr td:nth-of-type(2) {
	border-bottom: 1px dashed #999;
	padding: 7px 5px;
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	table.actab tr td:nth-of-type(1) {
		display: block;
		padding: 5px 5px 3px 5px;
		width: 100%;
		background-color: #cccccc3d;
	}
	table.actab tr td:nth-of-type(2) {
		display: block;
		padding: 8px 5px;
		width: 99%;
	}
}
/*アイコン*/
.f-awesome_icon01 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 5px;
	display: inline-block;
	vertical-align: middle;
}
.f-awesome_icon02 {
	font-size: 1.2em;
	color: #828282;
	margin: 0 10px 7px 3px;
	display: inline-block;
	vertical-align: middle;
}













/*======= エクステリアページ ======*/
.exterior-sec1 {
	padding: var(--v-space3) 0 20px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}


/*2つ*/
.general-item-container2 {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 10px;
	margin: 30px 0 0 0;
}
@media screen and (max-width: 868px) {
	.general-item-container2 {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
		gap: 10px;
		margin: 0;
	}
}
/* 印刷用 */
@media print {
	.general-item-container2 {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 10px;
		margin: 0;
	}
}

/**/
p.balp{
	font-size:clamp(14px, 1.4vw, 16px);
	text-align: justify;
	line-height: 1.5;
	font-family: "Zen Kaku Gothic New", serif;
}
/*矢印*/
.arrow_bottom {
	/*display: inline-block;*/
	width: 60px;
	height: 70px;
	background: #b6cea7;
	clip-path: polygon(0 48.2%, 31% 48.2%, 31% 0, 69% 0, 69% 48.2%, 100% 48.2%, 50% 100%);
	margin: 20px auto;
}

/**/
.emplarge{
	font-size:clamp(22px, 2.6vw, 39px);
	line-height: 1.3;
	letter-spacing: -1px;
	font-weight: 800;
	font-family: 'Noto Serif JP', serif;
	padding: 0 10px;
	/*font-family: sans-serif;*/
	/*background: linear-gradient(to right bottom, #172e4d, #82b065);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;*/
}
@media (max-width: 568px) {
	.emplarge{
		font-size: 27px;
	}
}
/**/
.pbg01{
	display: inline-block;
	/*background: linear-gradient(to right, #23460b, #7baa61);*/
	background: linear-gradient(to right, #460e0b, #aa6861);
	color: #fff;
	margin-right: 10px;
	padding-bottom: 3px;
}
/**/
.pbg02{
	display: inline-block;
	background: linear-gradient(to right, #0d1e60, #659eb0);
	color: #fff;
	margin-right: 10px;
	margin-left: 10px;
	padding-bottom: 3px;
}
@media (max-width: 568px) {
	.pbg01 {
		margin-right: 5px;
		margin-left: 0;
		margin-top: 5px;
	}
	.pbg02 {
		margin-right: 5px;
		margin-left: 0;
		margin-top: 5px;
	}
}




/*スタンプコンクリート*/
.exterior-sec2 {
	padding: 150px 0 100px 0;
	background-color: #f8f6f6;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.exterior-sec2::before {
	content: "";
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: absolute;
	top: -1px;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	box-sizing: border-box;
}
/* スタンプコンクリート 見出し */
.lowerPage-heading-decoration_exsec2{
	font-size: clamp(25px, 2.4vw, 33px);
	min-height: 0vw;
	text-align:center;
	font-weight: 400;
	line-height: 1.3;
	/*color: #26a5b3;*/
	color: #444;
	/* padding-top: 2em; */
	font-family: 'Noto Serif JP', serif;
}
.lowerPage-heading-decoration_exsec2::after {
	display: block;
	content: "";
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
	width: 3.5em;
	height: 6px;
	/*background: linear-gradient(to right, #23460b, #7baa61);*/
	background: linear-gradient(to right, #460e0b, #aa6861);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: calc(50% - 3.5em / 2);
}
.lowerPage-heading-decoration_exsec2 + p {
	margin-top: 1em;
	margin-bottom: 2em;
	color: #707070;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(13px, 1.5vw, 15px);
}
.exterior_box1{
	margin: 30px auto;
	background-color: #aa686126;
	outline: 1px solid #FFF;
	outline-offset: -0.8rem;
	padding: 30px 50px;
}
@media (max-width: 768px) {
	.exterior_box1 {
		padding: 15px 25px;
	}
}


/*3つ*/
.general-item-container3 {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
@media (max-width: 768px) {
	.general-item-container3 {
		gap: 10px;
	}
}
@media (max-width: 568px) {
	.general-item-container3 {
		grid-template-columns: repeat(1, 1fr);
		gap: 25px;
	}
}
/*印刷時の為*/
@media print{
	.general-item-container3 {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
}
/**/
p.setsup{
	font-family: "Zen Kaku Gothic New", serif;
	text-align: justify;
	margin-bottom: 10px;
	line-height: 1.5;
}

/*シームレス（岩肌）*/
div.point-p {
	position: relative;
	padding: 1.7rem;
	border-radius: 0 10px 10px 10px;
	margin-top: 60px;
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
div.point-p:before {
	font-size:clamp(16px, 1.7vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	line-height: 1.6;
	position: absolute;
	top: -32px;
	left: 0;
	height: 32px;
	padding: 0 1em;
	content: 'シームレス（岩肌）';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-color: var(--main-color);
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
@media (max-width: 568px) {
	div.point-p:before {
		top: -28px;
		height: 28px;
	}
}

/*ビンテージウッド*/
div.point-p2 {
	position: relative;
	padding: 1.7rem;
	border-radius: 0 10px 10px 10px;
	margin-top: 60px;
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
div.point-p2:before {
	font-size:clamp(16px, 1.7vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	line-height: 1.6;
	position: absolute;
	top: -32px;
	left: 0;
	height: 32px;
	padding: 0 1em;
	content: 'ビンテージウッド';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-color: var(--main-color);
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
@media (max-width: 568px) {
	div.point-p2:before {
		top: -28px;
		height: 28px;
	}
}

/*ランダムストーン*/
div.point-p3 {
	position: relative;
	padding: 1.7rem;
	border-radius: 0 10px 10px 10px;
	margin-top: 60px;
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
div.point-p3:before {
	font-size:clamp(16px, 1.7vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	line-height: 1.6;
	position: absolute;
	top: -32px;
	left: 0;
	height: 32px;
	padding: 0 1em;
	content: 'ランダムストーン';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-color: var(--main-color);
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
@media (max-width: 568px) {
	div.point-p3:before {
		top: -28px;
		height: 28px;
	}
}

/*フレミッシュスレート*/
div.point-p4 {
	position: relative;
	padding: 1.7rem;
	border-radius: 0 10px 10px 10px;
	margin-top: 60px;
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
div.point-p4:before {
	font-size:clamp(16px, 1.7vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	line-height: 1.6;
	position: absolute;
	top: -32px;
	left: 0;
	height: 32px;
	padding: 0 1em;
	content: 'フレミッシュスレート';
	color: #fff;
	border-radius: 10px 10px 0 0;
	background-color: var(--main-color);
	outline: 3px solid var(--main-color);
	outline-offset: -3px;
	box-sizing: border-box;
}
@media (max-width: 568px) {
	div.point-p4:before {
		top: -28px;
		height: 28px;
	}
}





/*スプレーコンクリート*/
.exterior-sec3 {
	padding: 150px 0 100px 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
.exterior-sec3::before {
	content: "";
	width: 100%;
	height: 80px;
	background-color: #f8f6f6;
	position: absolute;
	top: -1px;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	box-sizing: border-box;
}

/* スプレーコンクリート 見出し */
.lowerPage-heading-decoration_exsec3{
	font-size: clamp(25px, 2.4vw, 33px);
	min-height: 0vw;
	text-align:center;
	font-weight: 400;
	line-height: 1.3;
	/*color: #26a5b3;*/
	color: #444;
	/* padding-top: 2em; */
	font-family: 'Noto Serif JP', serif;
}
.lowerPage-heading-decoration_exsec3::after {
	display: block;
	content: "";
	margin-top: 0.2em;
	margin-right:auto;
	margin-left:auto;
	width: 3.5em;
	height: 6px;
	background: linear-gradient(to right, #0d1e60, #659eb0);
	background-color: rgba(0, 0, 0, 0);
	position: absolute;
	left: calc(50% - 3.5em / 2);
}
.lowerPage-heading-decoration_exsec3 + p {
	margin-top: 1em;
	margin-bottom: 2em;
	color: #707070;
	text-align:center;
	font-family: "Montserrat", sans-serif;
	font-size: clamp(13px, 1.5vw, 15px);
}

.exterior_box2{
	margin: 30px auto;
	background-color: #66abbf26;
	outline: 1px solid #FFF;
	outline-offset: -0.8rem;
	padding: 30px 50px;
}
@media (max-width: 768px) {
	.exterior_box2 {
		padding: 25px 30px;
	}
}


/**/
.before-after-wrapper {
	display: grid;
	gap: 26px;
	margin-bottom: 40px;
}
/* 各セクション共通 */
.before-section {
	display: flex;
	flex-direction: column;
	gap: 22px;
}
.before-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}
.before-caption{
	font-family: "Zen Kaku Gothic New", serif;
	color: #444;
	line-height: 1.5;
}

.before-caption p:nth-child(1) {
	font-size: 1.2rem;
	font-weight: 600;
}
.before-caption p:nth-child(2) {
	font-size: 0.9rem;
}
.after-section {
	display: flex;
	align-items: center;
}
.after-img {
	width: 100%;
	height: auto;
	object-fit: cover;
	outline: 12px solid #ffffff69;
	outline-offset: -12px;
}
/* 矢印：初期は非表示 */
.arrow-down {
	display: none;
	text-align: center;
	font-size: 2rem;
	color: #888;
	margin: 2px 0;
}

/* --------------------- */
/* 768px以上：2カラム並び */
/* 左 = before＋caption（縦並び）、右 = after */
@media screen and (min-width: 768px) {
	.before-after-wrapper {
		grid-template-columns: 1fr 2fr; /* Before:After = 1:2 */
		align-items: start;
	}
	.before-section {
		flex-direction: column;
	}
	.arrow-down {
		display: none;
	}
}
/* --------------------- */
/* 569-767px：Before横並び（画像＋キャプション）、Afterは下 */
@media screen and (max-width: 767px) and (min-width: 569px) {
	.before-after-wrapper {
		grid-template-columns: 1fr;
	}
	.before-section {
		flex-direction: row;
	}
	.before-img,
	.before-caption {
		width: 100%;
	}
	.arrow-down {
		display: none;
	}
}

/* --------------------- */
/* 568px以下：すべて縦並び＋矢印表示 */
@media screen and (max-width: 568px) {
	.before-after-wrapper {
		grid-template-columns: 1fr;
	}
	.before-section {
		flex-direction: column;
	}
	.before-img,
	.before-caption {
		width: 100%;
	}
	.arrow-down {
		display: block;
	}
}

/*印刷*/
@media print {
	.before-after-wrapper {
		grid-template-columns: 1fr 2fr; /* Before:After = 1:2 */
		align-items: start;
	}
	.before-section {
		flex-direction: column;
	}
	.arrow-down {
		display: none;
	}
}


/* ラベル用の親コンテナ */
.img-container {
	position: relative;
	width: 100%;
	height: auto;
}

/* ラベル共通設定 */
.titb,
.tita {
	position: absolute;
	top: 17px;
	left: 17px;
	background-color: rgba(0,0,0,0.6);
	color: #fff;
	font-size: 1.1rem;
	padding: 4px 8px;
	border-radius: 4px;
	font-weight: bold;
	z-index: 2;
	pointer-events: none;
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
}

/* BeforeとAfterで色分けも可能 */
.titb {
	background-color: rgba(51, 36, 20, 0.8);
}

.tita {
	background-color: rgba(25, 79, 132, 0.8);
}



/*3つ Bushrock ブッシュロック Cobble Stone コブルストーン Cut Stone カットストーン*/
.general-item-container3-2col {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 25px;
}
@media (max-width: 768px) {
	.general-item-container3-2col {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container3-2col {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container3-2col {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 25px;
	}
}

/*スタンプコンクリート・スプレーコンクリートの3つのメリット*/
.exterior-sec4 {
	padding: 150px 0 100px 0;
	background-color: #f2faff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
	background-image: url("../img/bg_03.png");
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: cover;
}
.exterior-sec4::before {
	content: "";
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: absolute;
	top: -1px;
	clip-path: polygon(50% 100%, 100% 0%, 0% 0%);
	box-sizing: border-box;
}
/**/
.bg_sec4{
	/*background: rgba(255, 255, 255, 0.45);*/
	background: linear-gradient(to bottom, #ffffff2e, #ffffffd6);
	padding: 50px;
}
@media (max-width: 968px) {
	.bg_sec4{
		padding: 10px;
	}
}
/**/
.f-fwin{
	font-family: "WindSong", serif;
}
.colsec4{
	color: #5475a8;
}
/*3つ*/
.general-item-container3-benefits {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 768px) {
	.general-item-container3-benefits {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.general-item-container3-benefits {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時の為*/
@media print{
	.general-item-container3-benefits {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}

/**/
.desibox {
	position: relative;
	padding: 4rem 1.5rem 1rem 1.5rem;
	background-color: #f1f1f1;
	outline: 2px solid var(--accent-color2);
	outline-offset: -0.7rem;
}
.desibox::before {
	position: absolute;
	top: 1.3rem;
	left: 0;
	width: 100%;
	padding: 0.5rem 0;
	background-color: rgba(100, 79, 51, 0.9);
	mix-blend-mode: multiply;/*乗算*/
	color: white;
	font-size: clamp(19px, 2vw, 25px);
	text-shadow: #304462 1px 0 10px;
	text-align: center;
	font-weight: 600;
	content: attr(data-title);
	font-family: 'Noto Serif JP', serif;
}
.desibox p {
	margin-top: 15px;
	line-height: 1.5;
	font-size: clamp(13px, 1.5vw, 15px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: justify;
}

img.ouli{
	margin: 15px auto 10px auto;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}


/*施工事例*/
.cases-sec{
	padding: var(--v-space3) 0 var(--v-space) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
div.casesec p {
	font-size:clamp(15px, 1.6vw, 16px);
	font-family: "Zen Kaku Gothic New", serif;
	text-align: center;
	color: #555;
	background-color: #aca18d45;
	padding: 1px 0 3px 0;
}


/*その他のエクステリア工事*/
.other-sec{
	padding: 0 0 var(--v-space) 0;
	background-color: #f7f7f7;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.spot-heading09{
	text-align: center;
	position: relative;
	top:-50px;
	display: block;
	z-index: 3;
	margin-bottom: -60px;
}

.spot-heading09 .heading-line {
	width: 1px;
	height: 100px;
	background-color: var(--main-color);
	margin: 0 auto;
}

.spot-heading09 p {
	position: relative;
	font-size: clamp(15px, 1.6vw, 17px);
	font-family: 'Noto Serif JP', serif;
	color: var(--main-color);
	margin: 7px 0;
	opacity: 0.5;
}

.spot-heading09 h2 {
	position: relative;
	top:-12px;
	font-size: clamp(24px, 2.4vw, 33px);
	color: #444;
	font-weight: normal;
	font-family: 'Noto Serif JP', serif;
	margin-bottom: 25px;
}

/**/
.heading03plus {
	font-family: "Zen Kaku Gothic New", serif;
	color: #66533b;
	color: #804893;
	font-weight: 500;
	font-size: clamp(17px, 1.9vw, 20px);
	margin-bottom: 10px;
	margin-top: 60px;
	position: relative;
	padding: 1.5rem 1.5rem 0rem 1.5rem;
}
.heading03plus::before {
	content: "";
	border: 0;
	position: absolute;
	left: calc(50% - 70px);
	background-image: url(../img/icon01.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: contain;
	width: 140px;
	height: 70px;
	top: -50px;
}

/*flexで*/
.other-sec-container {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	margin: 30px 0 0 0;
	box-sizing: border-box;
}
.other-sec-container article {
	width: calc((100% - 40px) / 2); /* gap分引いた上で2分割 */
	min-width: 250px; /* スマホで潰れすぎ防止 */
	padding: 15px;
	border-radius: 8px;
	background-color: #fff;
	box-shadow: 0 8px 18px rgba(121, 121, 121, 0.1);
	box-sizing: border-box;
}
.other-sec-container article p {
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.5;
	text-align: justify;
}


/* スマホ対応：1カラム */
@media only screen and (max-width: 668px) {
	.other-sec-container {
		justify-content: center;
	}
	.other-sec-container article {
		width: 100%;
	}
}

/* 印刷用 */
@media print {
	.other-sec-container {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		gap: 20px;
		margin: 30px 0;
		box-sizing: border-box;
	}
	.other-sec-container article {
		width: calc((100% - 40px) / 2);
		box-sizing: border-box;
	}
}

h3.fuz-tit {
	margin: 5px auto 0 auto;
	padding: 5px 10px;
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(17px, 1.9vw, 22px);
	font-weight: 500;
	line-height: 1.4;
	text-align: center;
}


/*施工の流れ*/
.flow-sec{
	padding: var(--v-space3) 0 ;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
.f-fsp{
	font-family: "Yu Gothic UI";
}








/*======= 水まわりの工事ページ ======*/
/*水まわりの工事*/
.plumbing-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/*画面半分体裁デザインのところ*/
/*水道工事*/
.harf_sec1{
	padding: 0;
	background-color: #f1f8fb;
	background-image: linear-gradient(#e0ebf0 1px, transparent 1px), linear-gradient(to right, #e0ebf0 1px, #f1f8fb 1px);
	background-size: 20px 20px;
}
/*半分*/
.harf_sec1-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　画像用*/
.harf_sec1-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*右カラム　文字用*/
.harf_sec1-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 90px;
}

/*可変対応*/
@media only screen and (max-width: 1068px) {
	.harf_sec1-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.harf_sec1-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec1-container-item1 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
	.harf_sec1-container-item2 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
}

/*画像の選定*/
.harf_sec1-bg01{
	background-image: url(../img/harf_sec1_img01.jpg);
	background-position: center;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}


/*画面半分体裁デザインのところ*/
/*リフォーム*/
.harf_sec2{
	padding: 0;
	background-color: #fff;
	background-image: linear-gradient(#e1ded8 1px, transparent 1px), linear-gradient(to right, #e1ded8 1px, #eeece8e8 1px);
	background-size: 20px 20px;
}
/*半分*/
.harf_sec2-container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: 1fr;
	grid-column-gap: 0px;
	grid-row-gap: 0px;
	align-items: center;
}
/*左カラム　文字用*/
.harf_sec2-container-item1 {
	grid-area: 1 / 1 / 2 / 2;
	background-size: cover;
	background-repeat: no-repeat;
	padding: 60px 90px;
}
/*右カラム　画像用*/
.harf_sec2-container-item2 {
	grid-area: 1 / 2 / 2 / 3;
	background-size: cover;
	background-repeat: no-repeat;
	height: 100%;
}
/*可変対応*/
@media only screen and (max-width: 1068px) {
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 50px;
	}
}
@media only screen and (max-width: 868px) {
	.harf_sec2-container {
		display: grid;
		grid-template-columns: 1fr;
		grid-template-rows: repeat(250px 1fr, 1);
		grid-column-gap: 0px;
		grid-row-gap: 0px;
	}
	.harf_sec2-container-item1 { grid-area: 1 / 1 / 2 / 2; padding: 50px 20px; }
	.harf_sec2-container-item2 { grid-area: 2 / 1 / 3 / 2; min-height: 250px; }
}
/*印刷用*/
@media print{
	/*左カラム　文字用*/
	.harf_sec2-container-item1 {
		grid-area: 1 / 1 / 2 / 2;
		background-size: cover;
		background-repeat: no-repeat;
		padding: 50px 90px;
	}
	/*右カラム　画像用*/
	.harf_sec2-container-item2 {
		grid-area: 1 / 2 / 2 / 3;
		background-size: cover;
		background-repeat: no-repeat;
		height: 100%;
	}
}

/*画像の選定*/
.harf_sec2-bg01{
	background-image: url(../img/harf_sec2_img01.jpg);
	background-position: center;
	outline: 2px solid #fff;
	outline-offset: -0.8rem;
}
/*下部*/
.sub2 {
	padding: var(--v-space2) 0;
	background-image: url(../img/bg_sub2.jpg);
	background-size: cover;
	background-position: bottom right;
	background-repeat: no-repeat;
}
h3.heading-sub{
	font-size: clamp(23px, 2.5vw, 30px);
	line-height: 1.3;
	font-weight: normal;
	display: block;
	color: #222;
	text-shadow: 0 0 10px rgba(255, 255, 255);
	margin-bottom: 15px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
}
h3.heading-sub span{
	color: #b1a603;
	text-shadow: 0 0 10px rgba(255, 255, 255);
}
.bgfit{
	/*background-color: rgb(0, 51, 102, 0.8);*/
	width: fit-content;
	padding: 20px;
}
@media only screen and (max-width: 768px) {
	.bgfit{
		background-color: rgb(255, 255, 255, 0.7);
		width: fit-content;
		padding: 20px;
	}
}
/**/
.fuchidori-sub1{
	-webkit-text-stroke: 3px #eaf2f9;
	text-stroke: 3px #eaf2f9;
	paint-order: stroke;
}
@media only screen and (max-width: 768px) {
	.fuchidori-sub1{
		-webkit-text-stroke: 3px #fff;
		text-stroke: 3px #fff;
		paint-order: stroke;
	}
}






/*======= よくある質問ページ ======*/
/*よくある質問*/
.faq-sec {
	padding: var(--v-space3) 0;
	background-color: #fff;
	position: relative; /* sectionの位置を相対的にする*/
	z-index: 1; /* 背景画像より上に表示 */
}
/**/
div.faq-in{
	padding: 0;
	font-family: 'Noto Serif JP', serif;
}
/*枠付きデザイン*/
.onecours{
	background-color: rgba(247, 247, 247, 0.85);
	padding: 20px 30px 20px 25px;
	margin: 25px 0;
	font-size: clamp(16px, 1.5vw, 17px);
}

.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: 100%;
	line-height: 1.5;
	border-radius: 3px;
	width: 1.5em;
	text-align: center;
	align-self: start;	/* lavelを上揃えに */
	padding: 0 1px 3px 1px;
	font-family: "Zen Kaku Gothic New", serif;
}

.faq-label.q {
	background-color: var(--main-color);
}

.faq-label.a {
	background-color: var(--accent-color2);
}

.faq-question,
.faq-answer {
	margin: 0;
	line-height: 1.5;
	text-align: justify;
}
.faq-question{
	font-weight: bold;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed #ccc;
	margin: 15px auto;
}








/*--------------------------------------------------------*/
/*blog_sec1*/
.blog_sec1 {
	padding: clamp(30px, 4vw, 50px) 0 var(--v-space3) 0;
	background-color: #f9f9f9;
	position: relative;
	z-index: 1;
}


