@charset "UTF-8";


/*=======================================================*/
/*      		セクション毎のCSS   			  		  */
/*======================================================*/

/*============ 共通 =========== */
/*タイトル(共通)*/
.spot-heading01{
	/*font-size: clamp(50px,5vw,60px);*/	/*英字*/
	font-size: clamp(26px, 2.7vw, 39px);
	line-height: 1.3em;
	font-style: italic;
	text-align: center;
	font-weight: 600;
	color: var(--main-color);
	font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;
	font-family: 'Noto Serif JP', serif;
}
/*.spot-heading01::first-letter {
	color: var(--accent-color1)
}*/
.spot-heading02{
	/*font-size: clamp(22px, 2.7vw, 30px);*/
	font-size: clamp(20px, 2.5vw, 27px);
	line-height: 1em;
	font-weight: 400;
	text-align: center;
	color: #999;
	/*font-family: 'YakuHanJPs','Noto Sans Japanese',sans-serif,"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", Arial,Helvetica, Verdana;*/
	font-family: 'Noto Serif JP', serif;
}
.spot-heading02+p{
	margin-top: 0.5em;
	margin-bottom: 1em;
	font-size: 22px;
	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.5%;
	background-color: #2d2d2d;
	margin: 0.5% auto;
}
@media (max-width: 768px) {
	.line{
		padding-top: 7.5%;
	}
}

/*印刷には表示されない*/
@media print{
	.print_none{
		display: none;
	}
}
/**/
.adjus{
	padding-top: 5px;
}
/*パンくず*/
.sec_pankuzu{
	padding: 0px;
	background-color: var(--base-color);
	position: relative;
	z-index: 1;
}
/*アイコン画像*/
.i-icon01 {
	display: inline-block;
	width: 80px;
	vertical-align: middle;
	margin: 0 0 2px 0;
}
/**/
.kukuri{
	padding: 12px 20px 10px 20px;
	margin: 20px auto;
	border: 1px solid #ccc;
	background: rgba(255, 253, 234, 0.5);
	width: fit-content;
}
@media (max-width: 568px) {
	.kukuri{
		padding: 12px 17px;
	}
}
/*テキストcenter→justify*/
.tx-ctj {
	margin: 5px auto;
	text-align: center;
}
@media (max-width: 1068px) {
	.tx-ctj {
		text-align: justify;
	}
}
/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 10px 0;
	padding: 3px 3px 2px 20px;
	color: #000;
	position: relative;
	background-color: #d9cdc594;
	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: #8ad1d5;
	top: 7px;
	left: 0;
}
/**/
.tx-sha {
	text-shadow: #000 1px 0 10px;
}



/*======= ご挨拶 ======*/
/*ご挨拶*/
.greeting {
	padding: clamp(40px, 6vw, 90px) 0 0 0;
	background-color: var(--base-color);
	/*background-image: url(../img/bg_00.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;*/
}
/**/
p.grp{
	font-size: clamp(13px, 1.5vw, 14px);
	margin: 0 auto;
	color: #555;
	width: fit-content;
}
/**/
h3.subtit01{
	font-size: clamp(20px, 2.3vw, 25px);
	font-weight: 400;
	line-height: 1.3;
	text-align: center;
	font-family: 'Noto Serif JP', serif;
	color: var(--accent-color2);
}
/**/
p.grp2 {
	font-size: clamp(16px, 1.7vw, 17px);
	margin: 25px auto;
	line-height: 1.8;
	text-align: justify;
}

/*3つ*/
.greet_sec1-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 768px) {
	.greet_sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.greet_sec1-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
/**/
.greet_sec1-item p{
	font-size: clamp(19px, 1.9vw, 22px);
	font-weight: 600;
	text-align: center;
	color: #a41717;
	font-family: 'Noto Serif JP', serif;
	padding-bottom: 4px;/*明朝の場合の調整*/
}










/*======= サービス内容 ======*/
/*sec1*/
.sec1 {
	padding: clamp(40px, 5vw, 70px) 0 0 0;
	background-color: #fff;
	/*background-image: url(../img/bg_03.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;*/
	position: relative;
	z-index: 1;
}

/* 画像とテキスト2 →　枠背景なし（白）*/
.imgtext2 {
	padding: 15px 0 clamp(30px, 3vw, 40px) 0;
	/*background-color: rgba(255, 255, 255, 0.9);*/
}
@media (min-width: 980px) {
	.imgtext-container > .img2 {
		flex: 0.6;
	}
}
/*印刷時*/
@media print{
	.imgtext-container > .img2 {
		flex: 0.6;
	}
}


/*4つ*/
.sec1-item-container {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 15px;
}
@media (max-width: 968px) {
	.sec1-item-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media (max-width: 568px) {
	.sec1-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.sec1-item-container {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 15px;
	}
}
/**/
.sec1-item h3{
	font-size: clamp(17px, 1.8vw, 20px);
	text-align: center;
	line-height: 1.3;
	display: grid;
	align-items: center;
	background-color: #392f17a1;
	color: #fff;
	border: 0;
	margin: 5px auto;
	padding: 4px 5px 6px 5px;
	font-family: 'Noto Serif JP', serif;
}
/**/
.sec1-item p{
	font-size: clamp(13px, 1.4vw, 14px);
	text-align: justify;
	line-height: 1.4;
	color: #000;
	background-color: #dbdbdb3b;
	border: 0;
	margin: 5px 0px;
	padding: 10px;
}

/*sec2 取扱対象*/
.sec2 {
	padding: clamp(30px, 4vw, 50px) 0 0 0;
	background-color: #fff;
	/*background-image: url(../img/bg_03.png);
	background-size: cover;
	background-position: top left;
	background-repeat: no-repeat;*/
	position: relative;
	z-index: 1;
}
/*3つ*/
.sec2-item-container {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
@media (max-width: 768px) {
	.sec2-item-container {
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷用*/
@media print{
	.sec2-item-container {
		display: grid;
		grid-template-columns: repeat(3, 1fr);
		gap: 15px;
	}
}
/**/
.sec2-item h3{
	font-size: clamp(17px, 1.8vw, 20px);
	text-align: center;
	line-height: 1.3;
	display: grid;
	align-items: center;
	background-color: #392f17a1;
	color: #fff;
	border: 0;
	margin: 5px auto;
	padding: 4px 5px 6px 5px;
	font-family: 'Noto Serif JP', serif;
}












/*sec3 明朗会計*/
.sec3 {
	padding: clamp(20px, 3vw, 40px) 0 var(--v-space) 0;
	background-color: #fff;
	position: relative;
	z-index: 1;
}






/*======= よくある質問 FAQ ======*/
/* よくある質問 FAQ */
.faq_sec1 {
	padding: var(--v-space) 0;
	position: relative;
	z-index: 1;
	background-color: #f7f7f7;
	background-size: 4px 4px;
	background-image: repeating-linear-gradient(0deg, #ececec, #ececec 1px, #f7f7f7 1px, #f7f7f7);
}
/**/
div.faq2{
	padding: 10px 0 0 0;
}

/*枠付きデザイン*/
/**/
.onecours{
	background-color: rgba(255, 255, 255, 0.95);
	border-radius: 7px;
	padding: 10px 20px 15px 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;
}
div.faq2 p::first-letter {
	color: var(--accent-color2);
	font-weight: 600;
	font-size: 120%;
}





/*======= 概要 Information ======*/
/*info_sec1*/
.info_sec1{
	padding: var(--v-space) 0;
	background-image: url("../img/bg_02.jpg");
	background-size: cover;
	background-position: bottom center;
	background-repeat: no-repeat;
	position: relative;
	z-index: 1;
}
@media screen and (max-width: 568px) {
	.info_sec1{
		background-position: 21% 100%;
	}
}
/**/
h2 span.tbst {
	color: #fff;
	/*text-shadow: none;*/
	text-shadow: #003159 1px 0 10px;
}

/**/
.bg_b{
	background: rgba(6, 25, 49, 0.7);
	padding: 30px 50px 40px 50px;
}
@media screen and (max-width: 768px) {
	.bg_b {
		padding: 20px;
	}
}

/* 概要部分のテーブル */
table.inftb {
	color: #fff;
	text-shadow: #000 1px 0 10px;
}
table.inftb tr td:nth-of-type(1) {
	font-weight: 600;
	border-bottom: 1px solid #7d8ba2;
	padding: 15px 15px 15px 39px;
	width: 9em;
	box-sizing: border-box;
	background: url(../img/info-icon01.png) no-repeat 7px center;
	background-size: 25px;
}
table.inftb tr td:nth-of-type(2)  {
	border-bottom: 1px solid #7d8ba2;
	padding: 15px 15px;
	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: 7px 5px 7px 39px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
		background-color: rgba(0, 0, 0, 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(0, 0, 0, 0.4);
	}
}



/*======= Access アクセス ======*/
/**/
.access_sec1 {
	padding: var(--v-space) 0 50px 0;
	background-color: #FFF;
	position: relative;
	z-index: 1;
}
/*アクセスアイコン*/
.svgicon01 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}
/* アクセス部分のテーブル */
.info3 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 11em;
	color: #000;
}
.info4 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	font-size: clamp(15px, 1.5vw, 16px);
}

@media screen and (max-width: 568px) {
	.info3 {
		display: block;
		padding: 8px 2px 8px 2px;
		width: 100%;
		background-color: #0000000f;
	}
	.info4 {
		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(23px, 2.5vw, 27px);
	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;*/
	color: var(--accent-color2);
}
.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 #e6e6e6;	
	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;
}