@charset "UTF-8";


/*========================================================*/
/*      					共通CSS  			  		  */
/*=======================================================*/
/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
strong{
	font-weight: normal;
}
/* 2行目以降の文字を一文字ずらす */
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
/* 先頭の文字を一文字ずらす */
.indent02{
	text-indent: 1em;
}
/* 半角分文字をずらす */
.indent03{
	text-indent: 0.6em;
}
/* 全体の文章を１文字分右にずらす */
.indent04{
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #ffd1ea 60%);
}
.marker2 {
	background: #f9e5d7;
	padding: 0px 4px;
	/*margin: 0 5px 2px 0;*/
}
.lesp{
	letter-spacing: -0.1em;
}
.lesp2{
	letter-spacing: -0.2em;
}
.btm{
	padding-bottom: 2vw;
}
.btm50{
	padding-bottom: 50px;
}
.brs20{
	border-radius: 20px;
}
@media (max-width: 768px) {
	.lesp{
		letter-spacing: 0em;
	}
}

/*PCのみ表示*/
@media screen and (max-width: 1024px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media print, screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}

/*タブレットのみ表示*/
@media not all and (min-width: 569px) and (max-width: 1024px) {
	.tab{
		display:none;
	}
}
@media print {
	.tab{
		display:none;
	}
}
/*PC・タブレットのみ表示*/
@media screen and (max-width: 568px) {
	.pc-tab{
		display:none;
	}
}

/*任意以下表示*/
@media screen and (min-width: 769px) {
	.tabsp {
		display: none;
	}
}

/*リンクの位置調整(Btype)*/
a.anchor {
	display: block;
	padding-top: 50px;
	margin-top: -50px;
}
@media screen and (max-width: 568px) {
	a.anchor {
		display: block;
		padding-top: 90px;
		margin-top: -90px;
	}
}

/* ページトップボタン */
#page_top{
	display: block;
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 15px;
	opacity: 0.6;
	z-index:99;
}
#page_top a{
	display: block;
	width: 60px;
	height: 60px;
	text-decoration: none;
}
#page_top a::before{
	font-family: 'Font Awesome 5 Free';
	font-weight: 900;
	content: '\f139';
	font-size: 50px;
	color: var(--accent-color1);
}

/* 背景括り */
.contentsbg {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
}
@media screen and (max-width: 568px) {
	.contentsbg {
		padding: 30px 15px 15px 15px;
	}
}
/* 背景括り */
.contentsbg2 {
}
@media screen and (max-width: 868px) {
	.contentsbg2 {
		background: rgba(255, 255, 255, 0.7);
		padding: 15px 15px;
	}
}
/*印刷用*/
@media print{
	.contentsbg2 {
		background: none;
		padding: 0;
	}
}
/* 背景括り */
.contentsbg3 {
}
@media screen and (max-width: 868px) {
	.contentsbg3 {
		background: rgba(83, 72, 14, 0.8);
		padding: 15px 15px;
	}
}
/*印刷用*/
@media print{
	.contentsbg3 {
		background: none;
		padding: 0;
	}
}
/* 背景括り */
.contentsbg4 {
}
@media screen and (max-width: 868px) {
	.contentsbg4 {
		background: rgba(0, 70, 31, 0.8);
		padding: 15px 15px;
	}
}
/*印刷用*/
@media print{
	.contentsbg4 {
		background: none;
		padding: 0;
	}
}
/* Gmap */
.fullOuterMap{
	width: 100%;
	position: relative;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	/*margin-top: -70px;*/	/*セクションのbottomに被せる*/

	z-index: 1; /* 背景画像より上に表示 */ 
}
.fullInner{
	width:100%;
}
.gmp {
	position: relative;
	/*padding-bottom: 45%;*/
	/*height: 0;*/
	height: 450px;
	overflow: hidden;
}
.gmp iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
/*yahoo*/
.gmp {
	position: relative;
	/*padding-bottom: 45%;*/
	/*height: 0;*/
	height: 350px;
	overflow: hidden;
	margin-top: 20px;
}
.gmp script {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}
@media screen and (max-width: 568px) {
	.gmp {
	position: relative;
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
	}
}

/**/
.inmap {
	/*aspect-ratio: 16 / 9;*/
	/*aspect-ratio: 4 / 3;*/
	/*aspect-ratio: 3 / 1;*/
	/*aspect-ratio: 2 / 1;*/
	/*height: 540px;*/ /* 好きな高さに調整 */
	height: 250px;
	width: 100%;
	margin-top: 20px;
}
.inmap iframe {
	width: 100%;
	height: 100%;
	display: block;
}
@media screen and (max-width: 1068px) {
	.inmap {
		height: 300px; /* 好きな高さに調整 */
		width: 100%;
	}
}
/*印刷時*/
@media print{
	.inmap {
		height: 250px; /* 好きな高さに調整 */
		width: 100%;
	}
}


/*======================================================*/
/* 文字・色・罫線・フォント・幅・リンク色CSS			  */
/*======================================================*/


/* 文字・余白・色など */
.tx-va01{
	vertical-align: text-top;
}

.tx-l {
	text-align: left;
}
.tx-r {
	text-align: right;
}
.tx-r2 {
	text-align: right;
}
.tx-c {
	text-align: center;
}
.tx-c2 {
	text-align: center;
}
.tx-c3 {
	text-align: center;
}
.tx-fit {
	inline-size: fit-content;
	margin-inline: auto;
}
.tx-nowr{
	white-space: nowrap;
}

.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mr10{
	margin-right: 10px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}

.f-9 {
	font-size: 9px;
}
.f-10 {
	font-size: 10px;
}
.f-11 {
	font-size: 11px;
}
.f-12 {
	font-size: 12px;
}
.f-13 {
	font-size: 13px;
}
.f-14 {
	font-size: 14px;
}
.f-15 {
	font-size: 15px;
}
.f-16 {
	font-size: 16px;
}
.f-16s {
	font-size: 16px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-20s {
	font-size: 20px;
}
.f-20m {
	font-size: 20px;
}
.f-25 {
	font-size: 25px;
}
.f-30s {
	font-size: 30px;
}
.f13-14{
	font-size:clamp(13px, 2vw, 15px);
}
.f14-16{
	font-size:clamp(14px, 1.4vw, 16px);
}
.f16-20{
	font-size:clamp(16px, 1.4vw, 20px);
}
.f17-20{
	font-size:clamp(17px, 3vw, 20px);
}
.f18-25{
	font-size:clamp(20px, 1.4vw, 30px);
}
.f20-30{
	font-size:clamp(20px, 3vw, 30px);
}

.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: 'Noto Serif JP', serif, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝";
}
.f-fama {
	font-family: 'ヒラギノ丸ゴ Pro W4', 'ヒラギノ丸ゴ Pro', 'Hiragino Maru Gothic Pro', 'HG丸ｺﾞｼｯｸM-PRO', 'HGMaruGothicMPRO', sans-serif;
}
.lihei14{
	line-height: 1.4;
}
.lihei16{
	line-height: 1.6;
}
.lihei19{
	line-height: 1.9;
}
.lihei2{
	line-height: 2;
}
.emp {
	font-weight: bold;	/*デザイン的強調 emphasis*/
}
.empcolor {
	color: var(--main-color);	/*サイト主要色*/
}
.accentColor {
	color: var(--accent-color1);	/*サイトアクセント色1*/
}
.accentColor2 {
	color: var(--accent-color2);	/*サイトアクセント色2*/
}
.accentColor3 {
	color: var(--accent-color3);	/*サイトアクセント色3*/
}
.colorPink{
	color: #dd517f;
}
.colorOrange{
	color: #e1a300;
}
.colorRed{
	color: #d30000;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #021494;
}
.colorWhite{
	color: #fff;
}
.colorBlack{
	color: #222;
}
.colorGray{
	color: #777;
}
@media screen and (max-width: 568px) {

	.f-16s {
		font-size: 12px;
	}

	.f-20s {
		font-size: 18px;
	}
	.f-20m {
		font-size: 16px;
	}
	.f-30s {
		font-size: 22px;
	}
	.tx-c2 {
		text-align: left;
	}
	.tx-r2 {
		text-align: left;
	}
	.f-la {
		font-size: 17px;
	}
	.lihei19{
		line-height: 1.7;
	}
}
@media screen and (max-width: 768px) {
	.tx-c3 {
		text-align: justify;
	}
}

/*文字縁取り*/
.fuchidori{
	-webkit-text-stroke: 3px #fff;
	text-stroke: 3px #fff;
	paint-order: stroke;
}

/*リンクオンマウス時アンダーライン*/
a.onmouse:hover{
	text-decoration: underline;
	color:var(--accent-color1);
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	color: var(--accent-color3);
}
a.unli:hover{
	color: var(--accent-color2);
}
/*リンク アンダーライン2*/
a.unli2{
	text-decoration: underline;
	color: var(--accent-color2);
}
a.unli2:hover{
	color: var(--accent-color1);
}
/* コンテンツ幅 */
div.haba{
	margin: 30px 9%;
	background: rgba(255, 255, 255, 0.75);
	padding: 50px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.05);
	border-radius: 7px;
}
@media (max-width: 1168px)  {
	div.haba{
		margin: 30px 5%;
	}
}
@media (max-width: 968px)  {
	div.haba{
		margin: 30px 0;
		padding: 20px;
	}
}
/*印刷時*/
@media print{
	div.haba{
		margin: 30px 9%;
		background: rgba(255, 255, 255, 0.75);
		padding: 50px;
		box-shadow: 0 4px 12px rgba(0,0,0,0.05);
		border-radius: 7px;
	}
}

/**/
div.haba2{
	margin: 40px 10%;
	padding: 0;
}
@media (max-width: 968px)  {
	div.haba2{
		margin: 20px 0 40px 0;
	}
}
/*印刷時*/
@media print{
	div.haba2{
		margin: 40px 10%;
		padding: 0;
	}
}

/**/
div.haba3{
	margin: 25px 13%;
	padding: 0;
}
@media (max-width: 768px)  {
	div.haba3{
		margin: 25px 1%;
	}
}
/*印刷時*/
@media print{
	div.haba3{
		margin: 25px 13%;
		padding: 0;
	}
}


/*前頁問い合わせ部分*/
div.habatel{
	margin: 0 10%;
	padding: 0;
}
@media (max-width: 1168px)  {
	div.habatel{
		margin: 0 5%;
		padding: 0;
	}
}
@media (max-width: 968px)  {
	div.habatel{
		margin: 0;
		padding: 0;
	}
}
/*印刷時*/
@media print{
	div.habatel{
		margin: 0 10%;
		padding: 0;
	}
}
/*パンくずリスト(Atypeのみ使用)*/
#pankuzu {
	font-size: 12px;
	color: #666666;
	padding-top: 20px;
}
.panbk{
	background-color: #ffffffb7;
	padding: 5px;
	border-radius: 10px;
}

/*画像を真ん中に表示したい時の指定*/
.img-c{
	margin: 0 auto;
}
/*pcとspで画像の表示位置を変えたい時の指定*/
img.pcsp-r{
	margin-right: auto;
}
@media (max-width: 568px) {
	img.pcsp-r{
		margin: 0 auto;
	}
}

/*pcとspで画像のサイズ変えたいときの指定*/
/**/
img.pcspwid{
	width: 70%;
	margin: 10px auto;
}
@media only screen and (max-width: 968px) {
	img.pcspwid{
		width: 10%;
	}
}
@media only screen and (max-width: 568px) {
	img.pcspwid{
		width: 70px;
	}
}
/*印刷時*/
@media print{
	img.pcspwid{
		width: 70%;
		margin: 10px auto;
	}
}



/**/
img.pcspwid2{
	width: 60%;
	margin: 15px auto;
}

/*印刷時*/
@media print{
	img.pcspwid2{
		width: 60%;
		margin: 15px auto;
	}
}

/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.no{
	margin-top: 15px;
	margin-bottom: 15px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.on{
	margin-top: 15px;
	margin-bottom: 30px;
	border-top: 1px solid #aaa;
}
hr.no-m{
	margin-top: 25px;
	margin-bottom: 25px;
	border: 1px solid rgba(255,255,255,0);	/*透明*/
}
hr.line{
	margin-top: 15px;
	margin-bottom: 15px;
	width: 80%;
	border-top: 1px solid var(--main-color);
}
hr.decoline {
	background-image: url(../img/decoline.png);
	background-position: center center;
	background-repeat: no-repeat;
	height: 40px;
	margin: 15px 0px;
	margin: 25px 0px 25px 0px;
	border: 0;
}
.svgicon01 {
	display: inline-block;
	width: 30px;
	height: 30px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}
.svgicon02 {
	display: inline-block;
	width: 25px;
	height: 25px;
	vertical-align: sub;
	margin: 0 7px 0 5px;
}


/*======================================================*/
/*					タイトルCSS							*/
/*======================================================*/
/*タイトル	デザイン色々 */
.heading01 {
	position: relative;
	text-align:center;
	/*margin-top: 1em;*/
	margin-bottom: 1em;
	font-size: 28px;
}
.heading01:before {
	content: '';
	position: absolute;
	bottom: -15px;
	display: inline-block;
	width: 60px;
	height: 5px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	background-color: var(--main-color);
	border-radius: 2px;
}
/**/
.heading02 {
	position: relative;
  	display: inline-block;
	font-weight:600;
  	padding: 0 40px;
	font-size: clamp(18px, 1.9vw, 20px);
	font-family: "Zen Kaku Gothic New", serif;
	color: var(--accent-color1);
	/*margin-top: 10px;*/
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
.heading02:before, .heading02:after {
	content: '';
	position: absolute;
	top: 48%;
	display: inline-block;
	width: 30px;
	height: 3px;
	background-color: var(--accent-color1);
}
.heading02:before {
	left:0;
}
.heading02:after {
	right: 0;
}
/**/
.heading03 {
	/*font-family: "Zen Kaku Gothic New", serif;*/
	font-family: 'Noto Serif JP', serif;
	text-align: center;
	color: #66533b;
	font-weight: 400;
	font-size: clamp(23px, 2.5vw, 30px);
	margin-bottom: 10px;
	position: relative;
	padding: 1.5rem 1.5rem 0rem 1.5rem;
}
.heading03::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;
}
/*＼　／でタイトルを囲む*/
.heading04 {
	display: flex;
	justify-content: center;
	/*align-items: center;*/
	align-items: end;
	font-size: clamp(18px, 2vw, 23px);
	text-align: center;
	border: 0;
	line-height: 1.3;
	margin-bottom: 35px;
	font-family: "Zen Kaku Gothic New", serif;
	color: #72268c;
}
.heading04::before,
.heading04::after {
	content: '';
	width: 2px;
	height: 35px;
	background-color: #ccc;
}
.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading04::before {
		margin-right: 17px;
	}
	.heading04::after {
		margin-left: 17px;
	}
	.heading04 {
		margin-top: 10px;
	}
}
/*背景に色をつける*/
.heading05 {
	padding: 4px 15px 7px 15px;
	background: #dee8e3;
	margin: 5px 0;
	color: #000;
	font-size: clamp(16px, 1.7vw, 18px);
	line-height: 1.3;
	text-align: center;
	font-family: "Zen Kaku Gothic New", serif;
	width: fit-content;
	border-left: 10px solid var(--main-color);
	border-right: 10px solid var(--main-color);
	box-sizing: border-box;
}
@media screen and (max-width: 568px) {
	.heading05 {
		width: 100%;
	}
}



/*背景に英字*/
.heading06 {
	color: var(--accent-color1);
	position: relative;
	padding-top: clamp(35px, 4.7vw, 55px);
	padding-bottom: 25px;
	font-size: clamp(25px, 2.7vw, 30px);
	text-align: center;
	font-weight: 400;
	/*font-family: "Montserrat", sans-serif;*/
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 10px;
}
.heading06 span {
	position: relative;
	z-index: 2;
}
.heading06::before {
	content: attr(data-en);
	position: absolute;
	top: -5%;
	left: 50%;
	transform: translateX(-50%);
	color: rgba(25, 0, 77, 0.15);
	font-size: clamp(50px,6vw,70px);
	font-style: italic;
}
/*背景をずらしたデザイン*/
.heading07 {
	font-weight: bold;	
	background-color: rgba(221, 238, 238, 0.785);
	padding: 0.25em 1em;
	position: relative;
	font-size: clamp(18px, 4vw, 25px);
	margin-bottom: 20px;
	width: calc(100% - 1px);
	box-sizing: border-box;
	position: relative;
	z-index: 1;
}
.heading07::before {
	content: '';
	/*background-color: #e1eef5;*/
	
	border: 1px solid #4c9ac0;
	width: calc(100% + 1px);
	height: calc(100% + 1px);
	position: absolute;
	top: -7px;
	left: 4px;
	z-index: -1;
}

/*全幅　真ん中のみ色　棒*/
.heading08 {
	position: relative;
	font-size: clamp(22px, 2vw, 27px);
	text-align: center;
	border-bottom: 4px solid rgba(0, 0, 0, 0.1);
	margin-bottom: 5px;
	font-weight: 400;
	padding: 3px;
	line-height: 1.4;
	font-family: "Zen Kaku Gothic New", serif;
}
.heading08:after {
	content: '';
	position: absolute;
	bottom: -4px;
	left: 50%;
	transform: translateX(-50%);
	width: 100px;
	height: 4px;
	background-color: var(--main-color);
}
/*中線*/
.heading09 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(17px, 2vw, 26px);
	text-align: center;
	line-height: 1.3;
	font-weight: 500;
	margin: 10px auto;
	/*font-family: "Zen Kaku Gothic New", serif;*/
	font-family: 'Noto Serif JP', serif;
}
.heading09::before,
.heading09::after {
	content: '';
	width: 25px;
	height: 3px;
	background-color: #ccc79a;
}
.heading09::before {
	margin-right: 9px;
}
.heading09::after {
	margin-left: 9px;
}

/*高級感*/
.heading10 {
	font-family: 'Noto Serif JP', serif;
	font-size: clamp(20px, 2vw, 25px);
	font-weight: 400;
	text-align: center;
	line-height: 1.3;
	position: relative;
	padding: 0.7rem 2rem;
	-webkit-box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	box-shadow: 0 2px 14px rgba(0, 0, 0, .1);
	margin: 0 0 20px 0;
	background-color: #fff;
}
.heading10:before,
.heading10:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 3px;
	content: '';
	/*background-image: -webkit-linear-gradient(135deg, #704308 0%, #bb9f2c 40%, #b7ab2d 60%, #704308 100%);*/
	background-image: linear-gradient(135deg, #704308 0%, #bb9f2c 40%, #b7ab2d 60%, #704308 100%);
	/*background-image: linear-gradient(135deg, #70083e 0%, #bd7999 40%, #cc7fab 60%, #700847 100%);*/
}
.heading10:before {
	top: 0;
}
.heading10:after {
	bottom: 0;
}




/*縦［］*/
.heading12 {
	font-weight: bold;
	padding: 0.5em 1em;
	  --x-gradient: linear-gradient(90deg, var(--main-color) 0 100%);
	  --y-gradient: linear-gradient(var(--main-color) 0 15px, transparent 0 calc(100% - 15px), var(--main-color) calc(100% - 15px));
	background-image:var(--x-gradient), var(--y-gradient), var(--x-gradient), var(--y-gradient);
	background-repeat: no-repeat;
	background-size: 100% 3px, 3px 100%, 100% 3px, 3px 100%;
	background-position: top, right, bottom, left;
	position: relative;
}
/*タイトル（左にナンバリング）*/
.heading14 {
	position: relative;
	padding-left: 7em;
	font-size: clamp(22px, 1.5vw, 25px);
	margin-bottom: 1.5em;
	font-family: "Zen Kaku Gothic New", serif;

}
.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: clamp(30px, 4vw, 50px);
	font-family: Arial, "Helvetica Neue", Meiryo, sans-serif;
	padding-bottom: 4px;/*フォントによる*/
}
.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 11em;
	height: 1px;
	background-color: rgba(63,193,201,1);
}

/*アイコン付き*/
.heading41 {
	display: flex;
	align-items: center; /* 縦方向の中央揃え */
	font-family: "Zen Kaku Gothic New", serif;
	font-size: clamp(18px, 2vw, 24px);
	font-weight: 600;
	line-height: 1.3;
	margin: 10px 0;
	padding: 3px 2px 5px 47px;
	/*border-top: 1px dotted #999;
	border-bottom: 1px dotted #999;*/
	background: url(../img/icon03.png) no-repeat 3px center;
	background-size: 40px;
	min-height: 40px;
	color: #c18789;
	background-color: #e7c6c833;
}

.heading41 span {
	font-size:14px;
}

/*最初の文字色・サイズ変更*/
.heading42{
	border-bottom: 1px solid #999;
	color: #454545;
	margin-bottom: 20px;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
	font-size: clamp(19px, 1.9vw, 20px);
}
.heading42:first-letter {
	font-size: 170%;
	color: var(--accent-color3);
}

/*タイトル二色棒*/
.heading51 {
	border-bottom: solid 3px #e2d6ad;
	position: relative;
	padding-bottom: 0.2em;
	margin-bottom: 20px;
	font-size: 18px;
	font-family:'ヒラギノ丸ゴ Pro W4','ヒラギノ丸ゴ Pro','Hiragino Maru Gothic Pro','HG丸ｺﾞｼｯｸM-PRO','HGMaruGothicMPRO',sans-serif;
	color:var(--main-color);
}
.heading51::after {
	position: absolute;
	content: " ";
	display: block;
	border-bottom: solid 3px var(--main-color);
	padding-bottom: 0.2em;
	width: 20%;
}
/*見出し装飾*/
.puti{
	font-size: clamp(25px, 2.5vw, 28px);
	position: relative;
	font-family: 'Noto Serif JP', serif;
	font-weight: 400;
	/*display: inline-block;*/
	/*padding: 0 2em;*/
	text-align: center;
	margin: 0 auto 10px auto;
}
.puti:before,
.puti:after {
	font-family: 'Font Awesome 5 Free';
	font-weight: 600;/*絶対：文字化けしちゃうから*/
	line-height: 1;
	/*position: absolute;
	top: calc(50% - .5em);*/
	color: var(--accent-color1);
}
.puti:before {
	left: 0;
	content: '\f101';
}
.puti:after {
	right: 0;
	content: '\f100';
}
@media (max-width: 568px)  {
	.puti{
		text-align: center;
	}
}
/*==========================================================*/
/*      	　　　	コンテンツレイアウトCSS  		  		  */
/*=========================================================*/

/*ボックスデザイン*/
.box01 {
	display: flex;
	justify-content:center;
}
.box01-container {
	padding: 0.5em 2em;
	margin: 2em 0;
	border: double 4px var(--accent-color2);
	width: 100%;
	background-color: #FFF;
	color:#454545;
	text-align: left;
}
.box01-container p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 568px) {
	.box01-container {
		padding: 0.2em 1.5em;
    	margin: 2em 0;
		width: 100%;
	}
}

/*ボックスデザイン2*/
.box02 {
	display: flex;
	justify-content:center;
}
.box02-container {
	padding: 0.5em 1em;
	/*margin: 2em 0;*/
	border: double 5px var(--main-color);
	width: 650px;
	background-color: #f5f3ed;
	color:#454545;
	text-align: left;
}
.box02-container p {
	margin: 0; 
	padding: 0;
}
@media (max-width: 568px) {
	.box02-container {
		padding: 0.2em 0.4em;
    	/*margin: 2em 0;*/
		width: 100%;
	}
}

.box3 {
	position: relative;
	margin: 2em 0;
	padding: 0.5em 1em;
	border: solid 3px #95ccff;
	border-radius: 8px;
}
.box3 .box-title {
	position: absolute;
	display: inline-block;
	top: -13px;
	left: 10px;
	padding: 0 9px;
	line-height: 1;
	font-size: 19px;
	background: #FFF;
	color: #95ccff;
	font-weight: bold;
}
.box3 p {
	margin: 0; 
	padding: 0;
}


/*装飾枠　斜線影*/
.diagonal {
	position: relative;
	background-size: 10px 10px;
	background-image: repeating-linear-gradient(45deg, #a8ceb994 0, #a8ceb994 1px, #fff0 0, #fff0 50%);
	left: 10px;
	box-sizing: border-box;
	margin-top: 25px;
}
.diagonal p {
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.5;
	background: rgba(255, 255, 255, 0.8);
	padding: 20px;
	display: inline-block;
	font-weight: 400;
	border: 1px solid #bfd5ce;
	border-radius: 7px;
	position: relative;
	top: -10px;
	left: -10px;
	width: 100%;
	box-sizing: border-box;
}
@media (max-width: 768px) {
	.diagonal {
		width: 97%;
	}
}

/*リスト*/
.list_clm1{
	column-count: 1;
}
.list_clm2{
	column-count: 2;
	gap:3em;
}
.list_clm3{
	column-count: 3;
}
.list_clm4{
	column-count: 4;
}
/* @media (max-width: 768px) {
	.list_clm3{
		column-count: 2;
	}
} */
@media (max-width: 568px) {
	.list_clm2{
		column-count: 1;
	}
	/* .list_clm3{
		column-count: 1;
	} */
}

ul.list01{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
}
ul.list01 li{
	position:relative;
	border-bottom: 1px dashed #b9b9b9;
	padding: .5em 0 .5em 2em;
}
ul.list01 li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 15px;
	width: 15px;
	border-radius: 50%;
	background: var(--main-color);;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.list01 li:after{
	content: "";
	display: block;
	position: absolute;
	left: 6px;
	height: 0;
	width: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 5px solid #fff;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*リスト(数字つき)*/
ol.list02 {
	position: relative;
	margin: 10px 0;
	padding: 0;
	list-style: none;
	counter-reset: li;
}
ol.list02 li {
	position: relative;
	margin: 0px 0px 0px 20px;
	padding: 0;
	font-size: clamp(14px, 1.4vw, 15px);
	/*line-height: 2;*/
}
ol.list02 > li:before {
	position: absolute;
	color: var(--accent-color2);
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ".";
	left: -20px;
	top: 0;
}
@media screen and (max-width: 568px) {
	ol.list02 li {
		position: relative;
		margin: 0px 0px 10px 20px;
		padding: 0;
		font-size: clamp(14px, 1.4vw, 15px);
	}
}


/*リスト大(数字つき)*/
ol.list03 {
	position: relative;
	margin: 0;
	padding: 0 10px 0 6px;
	list-style: none;
	font-weight: bold;
}
ol.list03 li {
	position: relative;
	margin: 0px 20px 0 22px;
	padding: 12px;
	line-height: 1.5;
	font-size: 20px;
}

/* ol デザイン */
ol.list03 {
	counter-reset: li;
}
ol.list03 > li:before {
	position: absolute;
	color: var(--main-color);
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ".";
	left: -26px;
	/*top: 0;*/
}

/*リスト　チェック*/
ul.list04{
	/* margin-top: 10px; */
	font-size: 15px;
	line-height: 1.8;
	list-style-type: none;
	/* column-count: 2;		リスト横並び数を指定 */
}

/* .list04 li+li {
	margin-top: 5px;
} */

.list04 li {
	position: relative;
	padding-left: 25px;
}
.list04 li:before {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 0em;
	left: 6px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid var(--accent-color1);
	border-bottom: 3px solid var(--accent-color1);
}
.list04 li:after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #9c9c9c;
	border-radius: 2px;
}

/*中黒点*/
ul.list05{
	list-style: disc;
	margin-left: 25px;
	line-height: 1.4;
	margin-top: 1em;
}
ul.list05 li::marker{
	font-size: 120%;
	font-weight: bold;
	line-height: 1;
	color: var(--accent-color2);
}

/* スマホ設定 */
@media screen and (max-width: 768px) {
	ol.list03 {
		padding: 0 10px 0 6px;
		font-size: 14px;
	}
	ol.list03 li {
		margin: 0px 20px 0 12px;
		padding: 6px;
		font-size: 15px;
	}
	ol.list03 > li:before {
		left: -26px;
	}
}
/*リスト　大きめディスク*/
ul.nor{
	list-style: disc;
	margin: 5px 5px 5px 25px;
	line-height: 1.4;
	/*font-size: 15px;*/
}
ul.nor li::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: var(--accent-color1);
	left: 10px;
}
ul.nor li{
	/*border-bottom: 1px dashed #b9b9b9;*/
	padding: 0.2em 0;
}
ul.nor li.noli::marker{
	font-size: 150%;
	font-weight: bold;
	line-height: 0.7;
	color: rgba(255,255,255,0);
}
ul.nor li.noli{
	margin-left: -25px;
}
/*リスト　通常*/
ul.usuallyul{
	font-family: "Zen Kaku Gothic New", serif;
	list-style: disc;
	margin: 10px 0 0 15px;
}
ul.usuallyul li{
	font-size: clamp(14px, 1.5vw, 15px);
	line-height: 1.2;
	margin-bottom: 2px;
}
ul.usuallyul li:last-child{
	margin-bottom: 0px;
}



/*ボタン*/
/*文字ボタン*/
.btwi{
	display: block;
	max-width: 17em;
	/*max-width: 70%;*/
	margin: 20px auto 0 auto;
	box-sizing: border-box;
	/*margin-top: auto;*/	/*★ボタンを下に揃えるために追加*/
}
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 568px) {
	.btwi{
		max-width: 99%;
	}
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 37px;
	color: var(--main-color);
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	padding: 0 32px 0 30px;
	/*padding: 0 32px 0 10px;*/
	/*border-radius: 30px;*/
}
.btn07 a {
	background-color: #aca18d57;
	border: 1px solid transparent;
	border: 1px var(--main-color) solid;
	font-size: clamp(12px, 1.4vw, 14px);
}
.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 1px solid var(--main-color);
	/*border-radius: 50%;*/
}
.btn07 a::after {
	content: '';
	position: absolute;
	top: calc(50% - 1px);
	right: 20px;
	transform: rotate(45deg) translateY(-50%);
	width: 6px;
	height: 6px;
	border-width: 2px 2px 0 0;
	border-style: solid;
	border-color: var(--main-color) var(--main-color) transparent transparent;
}
.btn07 a:hover {
	background-color: #8e8678;
}
.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}
.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}
.c-btn a:hover {
	color: #fff;
}

/*問い合わせボタン*/
.cta04 {
	display: flex;
	justify-content:center;
	padding-top:2vw;
	text-align: center;
	width: 100%;
}
/* @media (max-width: 568px) {
	.cta04 {
		width: 90%;
	}
}*/
.cta_btn04 {
	font-weight: bold; /* 文字の太さ */
	width: 100%;
	max-width: 800px; /* ボタン幅 */
	display: inline-block;
	padding: 0.5em;
	transition: 0.3s;
	text-decoration: none;
	letter-spacing: 0.1em;
	color: #fff; /* ボタン文字色 */
	border-radius: 10px;
	background: var(--main-color); /* 背景色 */
	/*box-shadow: 0 3px 0 var(--accent-color2);*/
	text-align: center;
}

.cta_btn04 p {
	margin: 0 auto;
}
.cta_btn04 span{
	display: inline-block;
	vertical-align: middle;
}

.cta_btn04 .cta_btn04_copy {
	font-size: 14px; /* コピー文字サイズ */
	display: block;
	/*padding: 0.3em 0;*/
	color: var(--accent-color2); /* コピー文字色 */
	border-radius: 100vh;
	background: #fff; /* コピー背景色 */
	margin-bottom: 10px;
}
/* マウスオーバーした際のデザイン */
.cta_btn04:hover {
	/*transform: translate(0, 3px);*/
	color: #fff;
	background: var(--main-color);
	/*box-shadow: 0 1px 0 var(--accent-color2);*/
}




/*テーブル*/
table.ma1{
	position: relative;
	top:-1px;	/* スマホで表合体したときに、1px上にあげる */
}

table.tbl01 {
	font-family: "Zen Kaku Gothic New", serif;
	margin: 15px auto;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
table.tbl01 tr th {
	text-align: left;
	font-size: clamp(14px, 1.4vw, 15px);
	line-height: 1.1;
	padding: 8px 9px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	width: 9.5em;
	background-color: #ffffff8f;
	font-weight: 500;
}
table.tbl01 tr td {
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 8px 9px;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
	background-color: #ffffff8f;
}

@media screen and (max-width: 568px) {
	table.tbl01 tr th {
		width: 5em;
	}
	table.tbl01 tr td {

	}
}

/*メニュー表*/
table.menuB {
	margin: 5px 0;
	font-family: "Zen Kaku Gothic New", serif;
	font-weight: 500;
}
table.menuB tr th {
	text-align: left;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
}
table.menuB tr td {
	text-align: right;
	font-size: clamp(17px, 1.8vw, 20px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
	width: 5em;
}

@media screen and (max-width: 568px) {
	table.menuB tr th:first-child {
		border-top: 1px solid var(--main-color);
		border-bottom: 1px solid var(--main-color);
	}
	table.menuB tr td {
		border-bottom: 0px;
	}
	table.menuB tr th{
		display: block;
		font-size: 14px;
		background: rgba(255, 255, 255, 0.5);
		border-bottom: 0px;
	}
	table.menuB tr td {
		display: block;
		box-sizing: border-box;
		width: 100%;
		font-size: 20px;
	}

/*
	table.menuB tr td:nth-of-type(1) {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		width: 70%;
		font-size: 15px;
	}
	table.menuB tr td:nth-of-type(2){
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		width: 30%;
		font-size: 15px;
	}
*/
}

/*一般(usually)テーブル*/
table.u-tab {
	margin: 0px auto;
	font-family: serif, 'Noto Serif JP';
	box-sizing: border-box;
}
table.u-tab tr td{
	border-bottom: 1px solid var(--main-color);
	line-height: 1.4;
	padding: 10px;
	box-sizing: border-box;
}
table.u-tab tr td:nth-of-type(1){
	width: 15em;	/* 1列目のスタイル */
	font-weight: 600;
	text-align: left;
	font-size: clamp(16px, 1.7vw, 18px);
	/*background: var(--main-color);*/
}
table.u-tab tr td:nth-of-type(2){
	width: calc((100% - 15em) / 1);
	text-align: right;
	font-size: clamp(20px, 2.0vw, 21px);
}
@media screen and (max-width: 568px) {
	table.u-tab tr td:nth-of-type(1){
		width: 100%;
		padding: 7px;
		display:block;
		background: #d2d2d240;
	}
	table.u-tab tr td:nth-of-type(2){
		width: 100%;
		padding: 7px;
		display:block;
	}
}

/*フロー*/
.flow_design01 {
	display: flex;
	justify-content: center;
	align-items: center;
}
/*フロー横展開*/
.flow01 {
	padding-left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 40px;
}
ul.flow01 {
	margin-left:0px;
}
.flow01 > li {
	list-style-type: none;
	width: 100%;
	max-width: calc( (100% - 161px) / 5 );
	display: flex;
}

.flow01 > li .icon01 {
	line-height: 2;
	width: 2em;
	height: 2em;
	text-align: center;
	color: #ffffff;
	/*background: #608f28;*/
	background: linear-gradient(to bottom, #392d18, #608f28);
	margin: 0 auto 15px;
	display: block;
	/*border-radius: 100vh;*/
	border-radius: 7px;
	position: relative;
}
/*番号部分の吹き出し*/
.flow01 > li .icon01::before {
	content: "";
	border: solid transparent;
	border-width: 7px;
	border-top-color: #608f28;
	position: absolute;
	top: calc(100% - 0.2px);
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.flow01 > li dl {
	padding: 20px 15px;
	width: 100%;
	margin: 0;
	/*border: 1px solid #80cbd0;*/
	position: relative;
	background-color: #e3e6dc70;
	border-radius: 7px;
}

.flow01 > li:not(:first-child) dl::before {
	content: "";
	width: 10px;
	height: 10px;
	margin-right: 10px;
	display: inline-block;
	border-top: 4px solid #999;	/* 右矢印 */
	border-right: 4px solid #999;
	position: absolute;
	top: calc(50% - 10px);/* 矢印の位置 */
	left: -31px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.flow01 > li dl dt {
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	font-size: clamp(15px,1.6vw,17px);
	font-weight: 600;
	color: #608f28;
	-ms-flex-preferred-size: 20%;
	flex-basis: 20%;
	margin-bottom: 20px;
	text-align: center;
	line-height: 1.3;
	/*font-feature-settings: "palt" 1;*//* プロポーショナルメトリクスを有効にする指定 */
}

.flow01 > li dl dd {
	margin-left: 0;
	line-height: 1.4;
	text-align: justify;
	font-size:clamp(13px, 1.3vw, 14px);
	font-family: "Zen Kaku Gothic New", serif;
}
@media only screen and (max-width: 1168px){
	.flow01 > li {
		list-style-type: none;
		width: 100%;
		max-width: calc( (100% - 121px) / 3 );
		display: flex;
	}
}
@media only screen and (max-width: 768px){
	.flow01 > li {
		list-style-type: none;
		width: 100%;
		max-width: calc( (100% - 81px) / 2 );
		display: flex;
	}
}
@media only screen and (max-width: 468px){
	.flow01 {
		gap: 20px;
	}
	.flow01 > li {
		max-width: unset;
		display:contents;
	} 
	.flow01 > li:not(:first-child) dl::before {
		display: none;
	}

	.flow01 > li dl dt {
		font-size: 18px;
	}

}






/*フロー*/
.flow_design02 {
	display: flex;
	justify-content: center;
	align-items: center;
}
.flow_design02 ul {
	padding: 0;
}
.flow_design02 li {
	list-style-type: none;
}
.flow_design02 dd.flow-cc {
	margin-left: 0;
	width: 100%;
	text-align: justify;
}
.flow02 > li {
	padding: 40px 0px;
}
/* .flow02 > li:first-child {
	padding: 0px 0px 40px;
} */
.flow02 > li:last-child {
	padding: 40px 0px 0px;
}
.flow02 > li:not(:last-child) {
	border-bottom: 3px solid var(--main-color);
	position: relative;
}
.flow02 > li:not(:last-child)::before,
.flow02 > li:not(:last-child)::after {
	content: "";
	border: solid transparent;
	position: absolute;
	top: 100%;
	left: 15%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}
.flow02 > li:not(:last-child)::after {
	/* 三角部分(内側)のみ位置を少し上にあげる */
	top: calc(100% - 3px);
}
.flow02 > li:not(:last-child)::before {
	border-width: 22px;
	border-top-color: var(--main-color);
}
.flow02 > li:not(:last-child)::after {
	border-width: 20px;
	border-top-color: var(--base-color);/*三角部分(内側)の色*/
}
.flow02 > li dl.flow-aa {
	margin: 0;
}
.flow02 > li dl.flow-aa dt.flow-bb {
	font-size: 1.3em;
	font-weight: 600;
	border-bottom: 2px dotted #878787;
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	display: flex;
	width: 100%;
}
.flow02 > li dl.flow-aa dt.flow-bb .icon02 {
	display: flex;
	align-items: center;
	justify-content: center;
	max-height: 100px;/*50pxなら2行折り返しまで、100pxなら3行折り返しまで対応可*/
	font-size: 0.6em;
	color: #fff;
	background: var(--main-color);
	padding: 5px 10px;
	/*display: inline-block;*/
	margin-right: 0.5em;
}
/* @media screen and (max-width: 568px) {
	.flow02 > li dl.flow-aa dt.flow-bb {
		background: #fff;
	}
} */

/*フロー03*/
.flow_design03 {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-left: 20px;
  }
  
  .flow_design03 ul {
	padding: 0;
  }
  
  .flow_design03 li {
	list-style-type: none;
  }
  
  .flow_design03 dd {
	margin-left: 0;
  }
  
  .flow03 {
	position: relative;
  }
  
  .flow03::before {
	content: "";
	width: 15px;
	height: 100%;
	background: #eee;
	margin-left: -129px;
	display: block;
	position: absolute;
	top: 0;
	left: 120px;
	border-radius: 20px;
  }
  
  .flow03 > li {
	position: relative;
  }
  
  .flow03 > li:not(:last-child) {
	margin-bottom: 60px;
  }
  
  .flow03 > li .icon03 {
	font-size: 0.8em;
	width: 2em;
	height: 2em;
	line-height: 2;
	text-align: center;
	font-weight: bold;
	border-radius: 100vh;
	color: #fff;
	background: #003366;
	display: inline-block;
	margin-right: 0.3em;
  }
  
  .flow03 > li dl {
	padding-left: 70px;
	position: relative;
  }
  
  .flow03 > li dl::before,
  .flow03 > li dl::after {
	content: "";
	display: block;
	position: absolute;
	top: 15px;
  }
  
  .flow03 > li dl::before {
	width: 7px;
	height: 7px;
	margin-top: -3px;
	background: #003366;
	border-radius: 50%;
	left: -4px;
  }
  
  .flow03 > li dl::after {
	width: 50px;
	border-bottom: 1px dashed #999;
	position: absolute;
	left: 5px;
  }
  
  .flow03 > li dl dt {
	font-size: 1.2em;
	font-weight: 600;
	color: #003366;
	margin-bottom: 0.4em;
	display: flex;
	align-items: center;
  }

  @media only screen and (max-width: 568px){
	.flow03 > li dl {
		padding-left: 30px;
		position: relative;
	  }
	
	.flow03 > li dl::after {
		width: 20px;
		border-bottom: 1px dashed #999;
		position: absolute;
		left: 5px;
	}

	.flow03 > li dd {
		display: block;
		margin-inline-start: 10px;
		unicode-bidi: isolate;
	}
	.flow03 > li:not(:last-child) {
		margin-bottom: 20px;
	  }
  }

/*フロー*/
/*フローデザイン*/
  .flow_design10 {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 900px;
	margin: 0 auto;
}

.flow10 {
	padding-left: 0;
}

.flow10 > li {
	list-style-type: none;
	border: 2px solid var(--main-color);
	padding: 20px;
	border-radius: 20px;
	background-color: #ffffffce;
}

.flow10 > li:not(:last-child) {
	margin-bottom: 40px;
	position: relative;
}

.flow10 > li:not(:last-child)::after {
	content: '';
	position: absolute;
	border: 20px solid transparent;
	width: 0;
	height: 0;
	bottom: -53px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	border-top-color: var(--main-color);
}

.flow10 > li dl dt {
	display:flex;
	align-items: center;
	justify-content: left;
	font-size: 1.3em;
	font-weight: bold;
	border-bottom: 2pt dashed #ccc;
	/* padding-bottom: 0.5em; */
	margin-bottom: 0.5em;
}

.flow10 > li .icon10 {
	color: var(--main-color);
	margin-right: 0.5em;
	font-size: clamp(30px,4vw,40px);
}

.flow10 > li dl dd {
	margin: 0;
}




/*会話風*/
.balloon-color {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}
/* 左の吹き出し */
.balloon-color.left {
	flex-direction: row; /* 左から右に並べる */
}
.left .chatting-color {
	position: relative;
	display: inline-block; /* 吹き出しが文字幅に合わせます */
	margin: 15px;
	padding: 20px 30px;
	background: #ececec; /* ◯）カラー変更はこちら */
	text-align: left; /* テキスト左揃え */
	border-radius: 15px; /* 枠の丸みの設定はこちら */
}
.left .chatting-color::after {
	content: "";
	border: 15px solid transparent;
	border-top-color: #ececec; /* （◯）とカラーを合わせる */
	position: absolute;
	top: 30px; /* 三角部分の高さ */
	left: -15px; /* 三角部分の位置 */
}
/*
@media only screen and (max-width: 568px) {
	.balloon-color.left {
		flex-direction: column;*/		/*アイコンを吹き出しの上にする column*/ /*吹き出しの下はcolumn-reverse*/
/*	}
	.icon-color {
		margin: 0 auto;*/				/*アイコンを中央に*/
/*	}
	.left .chatting-color {
		margin: 20px 5px 5px 5px;
		padding: 10px 20px;
	}

	.left .chatting-color::after {
		content: '';
		position: absolute;
		left: 45%;
		top: -30px;
		display: block;
		width: 0;
		height: 0;
		border-top-color: #ffffff00;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ececec;
		border-left: 15px solid transparent;
	}
}
*/
/* 右の吹き出し */ 
.balloon-color.right {
	flex-direction: row-reverse; /* 右から左に並べる */ 
}
.right .chatting-color {
	position: relative;
	display: inline-block; /* 吹き出しが文字幅に合わせます */
	margin: 15px;
	padding: 20px 30px;
	background: #ececec; /* （△）カラー変更はこちら */
	text-align: left; /* テキストの位置変更はこちら */
	border-radius: 15px; /* 枠の丸みの設定はこちら */
}
.right .chatting-color::after {
	content: "";
	border: 15px solid transparent;
	border-top-color: #ececec; /* （△）とカラーを合わせる */
	position: absolute;
	top: 30px; /* 三角部分の高さ */
	right: -15px; /* 三角部分の位置 */
}
.chatting-color {
	align-items: center;
}
/*
@media only screen and (max-width: 568px) {
	.balloon-color.right {
		flex-direction: column;*/		/*アイコンを吹き出しの上にする*/ /*吹き出しの下はcolumn-reverse*/
/*	}
	.icon-color {
		margin: 0 auto;*/				/*アイコンを中央に*/
/*	}
	.right .chatting-color {
		margin: 20px 5px 5px 5px;
		padding: 10px 20px;
	}

	.right .chatting-color::after {
		content: '';
		position: absolute;
		left: 45%;
		top: -30px;
		display: block;
		width: 0;
		height: 0;
		border-top-color: #ffffff00;
		border-right: 15px solid transparent;
		border-bottom: 15px solid #ececec;
		border-left: 15px solid transparent;
	}
}
*/
/* アイコンの作成 */
.balloon-color figure img {
	/*border-radius: 0;*/ /* 画像を丸くしたいときに利用 */
	margin: 0;
	display: block;
max-width: -webkit-fill-available;
max-width: -moz-available;
max-width: stretch;
}

/* アイコンの大きさ */
.icon-color {
	width: 130px;
	/*height: 150px;*/
}
/* アイコンの名前 */
.name-color {
	width: 150px; /* アイコンの大きさと合わせる */
	font-size: 12px;
	text-align: center; /* 名前は真ん中に */
}
.text-color {
	color: #222222; /* テキストのカラー変更はこちら */
	font-size: 16px; /* テキストサイズの変更はこちら（なければデフォルトのサイズになります） */
}

/*縦書き*/
.wrap {
	/*text-align: right;
	margin: 0 0 0 auto;*/
	text-align: center;
}
.vertical {
	writing-mode: vertical-rl;
	display: inline-block;
}
.v_itl{
	text-align: initial;
}
.v_ctr{
	text-align: center;
}
.v_end{
	text-align:end;
}
.vertical h2 {
	margin: 0;
	/*line-height: clamp(2.5em, 9vw, 10em);*/
	line-height: 1.8;
	font-size: clamp(25px, 1.8vw, 40px);
	font-family: 'Noto Serif JP', serif;
	font-weight: 600;
	color: #fff;
	text-shadow: #000 1px 0 10px;
}
.vertical div {
	margin: 0;
	line-height: clamp(2.5em, 9vw, 10em);
	font-size: clamp(25px, 1.8vw, 40px);
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: bold;
}

/*==========================================================*/
/*      	　　　フレックボックスレイアウトCSS  		  	  */
/*=========================================================*/

/*横並びにする*/
.flex01{
	display: flex;
	justify-content: start;/*アイテムを先頭に寄せる*/
	align-items: center;
}
.flex02{
	display: flex;
	justify-content: space-between;/*両端揃えで均等に配置*/
	flex-wrap: wrap;
}
.flex03{
	display: flex;
	justify-content: space-between;/*両端揃えで均等に配置*/
	flex-wrap: wrap;
	align-items: center;
}
.flex04{
	display: flex;
	justify-content: space-between;/*両端揃えで均等に配置*/
	flex-wrap: wrap;
	align-items: flex-end;
}
@media only screen and (max-width: 968px) {
	.flex04{
		display: flex;
		justify-content: space-between;/*両端揃えで均等に配置*/
		flex-wrap: wrap;
		align-items: center;
	}
}
/*印刷時の為*/
@media print{
	.flex04{
		display: flex;
		justify-content: space-between;/*両端揃えで均等に配置*/
		flex-wrap: wrap;
		align-items: flex-end;
	}
}
/*横並びにする*/
/*部分*/
.flex-child01{
	width: 39%;
}
.flex-child02{
	width: 59%;
}

/**/
.flex-child03{
	width: 48%;
}
/**/
.flex-child04{
	width: 33%;
}
.flex-child05{
	width: 65%;
}

/**/
.flex-child06{
	width: 74%;
}
.flex-child07{
	width: 24%;
}

/**/
.flex-child08{
	width: 46%;/*画像*/
}
.flex-child09{
	width: 52%;/*文字*/
}


@media screen and (max-width: 1068px) {
	.flex-child06{
		width: 100%;
	}
	.flex-child07{
		width: 100%;
	}
}
@media screen and (max-width: 968px) {

}
@media screen and (max-width: 868px) {
	.flex-child01{
		width: 90%;
		margin: 5px auto;
	}
	.flex-child02{
		width: 100%;
	}
	.flex-child05{
		width: 100%;
		margin: 5px auto;
	}
	.flex-child04 {
		width: 50%;
		margin: 10px auto;
	}
}
@media screen and (max-width: 768px) {


}
@media screen and (max-width: 668px) {
	.flex-child04 {
		width: 100%;
	}

}
@media screen and (max-width: 568px) {
	.flex-child01{
		width: 100%;
		margin: 5px auto;
	}
	.flex-child03{
		width: 100%;
		margin: 0px auto;
	}
}
@media screen and (max-width: 468px) {

}
/*印刷用*/
@media print{

}

/*ふわっと表示(アニメーション)*/
.fadein {
	opacity: 0;
	transform: translate(0, 0);
	transition: opacity 2.5s, transform 2.5s;
}

.fadein.fadein-left {
	transform: translate(-30px, 0);
}

.fadein.fadein-right {
	transform: translate(30px, 0);
}

.fadein.fadein-up {
	transform: translate(0, -30px);
}

.fadein.fadein-bottom {
	transform: translate(0, 30px);
}

.fadein.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

.fadein-top {
	opacity: 0;
	transform: translate(0, 0);
	transition: opacity 4s, transform 4s;

	position: relative; /* sectionの位置を相対的にする*/ 
	z-index: 1; /* 背景画像より上に表示 */ 
}
.fadein-top.scrollin {
	opacity: 1 !important;
	transform: translate(0, 0) !important;
}

/* JSが使えない環境や印刷時に表示させる */
@media print {
	.fadein,
	.fadein-top {
			opacity: 1 !important;
			transform: none !important;
	}
}

/* JSが使えない場合（noscript対応） */
.no-js .fadein,
.no-js .fadein-top {
	opacity: 1 !important;
	transform: none !important;
}

/* BLOG CSS */
.blog-card__item {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 10px;
}
@media only screen and (max-width: 767px) {
	.blog-card__item {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
	}
}
@media only screen and (max-width: 467px) {
	.blog-card__item {
		display: grid;
		grid-template-columns: repeat(1, 1fr);
	}
}
/*印刷時*/
@media print{
	.blog-card__item {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		gap: 10px;
	}
}
.blog-card__item div {
	/* 子要素のそれぞれのdivの高さを揃える */
	display: grid;
	grid-template-rows: subgrid;
	grid-row: span 3;
	gap: 0px;
	/* ここまで */

	padding: 10px;
	background-color: #ffffffd7;
	background-image: url(../img/bg_06.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: cover;
	box-sizing: border-box;
	border: solid 1px #D2D2D2;
	/*border-radius: 10px;*/
}
.blog-card__item h3 {
	font-family: 'Noto Serif JP', serif;
	padding: 5px 0 0;
	font-size: clamp(15px, 1.5vw, 20px);
	font-weight: bold;
	line-height: 1.3;
	text-align: center;
	color: var(--txt-color);
	border-bottom: dotted 1px var(--main-color);
	margin-bottom: 10px;
}
.blog-card__item img {
	display: block;
	margin: 0 auto;
	aspect-ratio: 16/9;
	object-fit: cover;
	width: 100% !important;
	/*border-radius: 10px;*/
}
.blog-card__item p.txt {
	font-size: 14px;
}
.blog-card__item p.dateCate {
	font-size: 10px !important;
	text-align: right;
	color: #444;
}
.blog-card__item a {
	text-decoration: none;
	color: #5e5e5e;
}
/*リンク アンダーライン*/
a.blogunli{
	text-decoration: underline;
	color:var(--txt-color);
	font-size:clamp(13px,1.4vw,15px);
}
a.blogunli:hover{
	color:var(--main-color);
}

/*-----------------------------------------------------*/

/*画像角丸*/
img.borad {
	border-radius: 7px;
	/*border: 1px solid #e1e1e1;*/
}
img.borad2 {
	border-radius: 7px;
	border: 1px solid #eaeaea;
}
img.borad3 {
	border-radius: 7px;
	border: 1px solid #e1e1e1;
}
/*画像の縁：写真風*/
.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);*/
}
/*シャドー無し*/
.pho2{
	border: solid 7px #e4dbd4;
	padding: 10px;
	box-sizing: border-box;
	background-color: #FFFFFF;
}
/*よく使うリスト*/
.list-design {
	font-family: "Zen Kaku Gothic New", serif;
	list-style: none;
	padding: 0 0.8em 0.5em 0.8em;
	position: relative;
	margin: 10px auto;
	margin-left: -10px;
}
.list-design li {
	border-bottom: 1px dashed #999;
	padding: 0.5em 0 0.5em 1.7em;
	font-size: clamp(14px, 1.5vw, 17px);
	line-height: 1.4;
	text-align: justify;
}
.list-design li:before {
	content: "\f138";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	left : 1em;
	margin: 3px 0;
	position: absolute;
}

.list-design li span {
	font-weight: 600;
	color: #b32424;
	font-size: clamp(16px, 1.5vw, 17px);
}

/*
@media (max-width: 768px)  {
	ul.list-design {
		margin-left: -10px;
	}
}
*/
/*リスト イン点と下線　→　今回はイン点は無しで*/
ul.list06{
	/*font-family: 'Noto Serif JP', serif;*/
	list-style: disc;
	/*list-style-position: inside;*/
	/*margin-left: 25px;*/
	line-height: 1.2;
	margin: 1em auto 1em 15px;

}
ul.list06 li{
	font-size: clamp(14px, 1.7vw, 17px);
	border-bottom: 1px dotted #999;
	/*text-indent: -1em;
	padding-left: 1em;*/
	padding-top: 5px;
	padding-bottom: 5px;
}
ul.list06 li::marker{
	font-size: 110%;
	font-weight: bold;

	color: #777;
}
/*カギカッコ見出し*/
.hkagi {
	/*width: fit-content;*/
	margin: 0 auto;
	position: relative;
	padding: 1em 1em;
	text-align: center;
}
.hkagi:before,
.hkagi:after {
	position: absolute;
	content: '';
}
.hkagi:after {
	top: 0;
	left: 0;
	width: 40px;
	height: 40px;
	border-top: 2px solid #ccc;
	border-left: 2px solid #ccc;
}
.hkagi:before {
	right: 0;
	bottom: 0;
	width: 40px;
	height: 40px;
	border-right: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
}
/*よく使う見出し*/
h3.ab{
	font-size: clamp(18px, 1.8vw, 19px);
	margin: 0 0 20px 0;
	padding: 3px 3px 5px 20px;
	color: #000;
	position: relative;
	background-color: rgb(222, 232, 231);
	font-family: "Zen Kaku Gothic New", 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;
}
/*一部だけ枠線の色を変える*/
.boxtlcc {
	padding: 2em 1.5em;/*内側の余白*/
	border: 3px solid #e6e6e6;
	position: relative;
	z-index: 0;
	background-color: rgba(244, 244, 244, 0.5);
}
.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: 25px;
	height: 25px;
	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: 25px;
	height: 25px;
	z-index: 1;
}
/*□装飾*/
.cp_h4title {
	position: relative;
	font-size: clamp(17px, 1.6vw, 18px);
	padding: 2px 2px 2px 29px;
	border-bottom: 1px dotted #999;
	/*font-family: 'Noto Serif JP', serif;*/
	font-family: "Zen Kaku Gothic New", serif;
	margin: 10px 0;
}
.cp_h4title::before,
.cp_h4title::after {
	position: absolute;
	content: '';
	width: 10px;
	height: 10px;
	/*border: 2px solid var(--accent-color1);*/
}
.cp_h4title::before {
	top: 6px;
	left: 5px;
	border: 2px solid var(--accent-color2);
}
.cp_h4title::after {
	top: 10px;
	left: 10px;
	border: 2px solid var(--accent-color3);
}


/*Instagram*/
a.instacolor{
	background: #d6249f;
	background: -webkit-linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
	background: linear-gradient(45deg, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285aeb 90%);
}
/*LINE*/
a.linecolor{
	background: #00b900;
}
/*facebook*/
a.facebookcolor{
	background: #3b5998;
}
.facebookcolorp{
	color: #3b5998;
}
/*X*/
.xcolorp{
	color: #000;
}