@charset "UTF-8";

/*各ページ特有指定（あまり汎用的でないもの）を記載*/
/*切替[基本：max568 min569／デザインによっては：768／それ以外は個別・特例的に設定]*/

/*文字背景色*/
p.tbg01{
	display: inline-block;
	background-color: #ffdade;
	padding: 2px 1px;
}
.marker {
	/*background-color: #ff9;*/
	background: linear-gradient(transparent 60%, #ffe9cc 60%);	/*文字半分にかかるくらいlinear-gradient(transparent　色の割合, 蛍光ペンの色 色の割合)*/
}
.marker2 {
	background: linear-gradient(transparent 50%, #eff4f9 50%);	/*文字半分にかかるくらいlinear-gradient(transparent　色の割合, 蛍光ペンの色 色の割合)*/
}
/*文字間*/
.tx-les01{
	letter-spacing: 0.25em;
}
/*メニュー副題*/
nav.nav ul li::after {
	content: attr(data-en);
	display: block;
	color: #881615;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	letter-spacing: 0.1em;
}
@media screen and (max-width: 568px) {
	nav.nav ul li::after {
		color: #66b739;
	}
}
/*定義リスト1*/
/*
dt, dd {
	margin: 0;
	box-sizing: border-box;
}
dl {
	display: flex;
	flex-wrap: wrap;
}
dt{
	color: #d30000;
	padding: 4px;
	border-left: 10px solid #a9c0d8;
	border-bottom: 1px dashed #999;
	background-color: rgba(255,255,255,0.9);
	width: 15em;
}

dd{
	padding: 4px;
	border-bottom: 1px dashed #999;
	background-color: rgba(255,255,255,0.9);
	width: calc(100% - 15em);
}
@media (max-width: 568px) {
	dt{
		display: block;
		font-weight: bold;
		border-left: 0;
		background-color: rgb(234, 179, 14);
		width: 100%;
		color: #271d1d;
	}
	dd{
		display: block;
		width: 100%;
	}
}
*/
/*定義リスト2*/
/*dt, dd {
	margin: 0;
	box-sizing: border-box;
}
dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}
dt{
	font-weight: 600;
	font-size: clamp(13px, 1.5vw, 14px);
	padding: 2px;
	border-bottom: 1px dashed #999;
	width: 6rem;
}
dd{
	font-size: clamp(13px, 1.5vw, 14px);
	padding: 2px;
	border-bottom: 1px dashed #999;
	width: calc(100% - 6rem);
}
@media (max-width: 568px) {
	dt{
		display: block;
		font-weight: bold;
		border-left: 0;
		background-color: rgb(234, 179, 14);
		width: 100%;
		color: #271d1d;
	}
	dd{
		display: block;
		width: 100%;
	}
}
*/

/*文字ボタン*/
.btwi{
	width: 60%;
	margin: 30px auto;
}
@media screen and (max-width: 768px) {
	.btwi{
		width: 80%;
	}
}
@media screen and (max-width: 568px) {
	.btwi{
		width: 100%;
	}
}
.c-btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	height: 65px;
	color: #fff;
	font-size: 17px;
	line-height: 1.1;
	text-decoration: none;
	transition: 0.3s;
	/*margin: 0 auto;*/
	/*border-radius: 50px;*/
	padding: 0 30px 0 0;
	margin:0 5px;
}

.c-btn a:hover {
	color: #30aaaa;
}
.btn07 a {
	background-color: #30aaaa;
	border: 1px solid #dfdfdf;
	font-size: clamp(15px,2vw,16px);
	border-radius: 10px;
}

/*.btn07 a::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 10px;
	transform: translateY(-50%);
	width: 17px;
	height: 17px;
	background-color: transparent;
	border: 2px solid #fff;
	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: #ccc #ccc transparent transparent;
}

.btn07 a:hover {
	background-color: #f4f4f4;
	/*border: 1px solid #333;*/
}

.btn07 a:hover::before {
	border: 1px solid #f2f2f2;
}

.btn07 a:hover::after {
	border-color: #f2f2f2 #f2f2f2 transparent transparent;
}


/*テーブル　汎用*/
.col1{
	background-color: #ddd;
}
.col2{
	background-color: #d9eef0;
}
/*info 一般(usually)テーブル*/
table.u-tab {
	/*width: 80%;*/	/*article class="entry" 内に入れるならいらない*/
	margin: 0px auto;
	/*border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;*/
}
table.u-tab tr td{
	font-size: clamp(15px,1.5vw,16px);
	text-align:left;
	border-bottom: 1px solid var(--accent-color2);
	line-height: 1.3;
	padding: 20px;
	/*background: rgba(243, 252, 255, 0.85);*/
}
table.u-tab tr td:nth-of-type(1){
	width: 9rem;	/* 1列目のスタイル */
	font-weight: 600;
	/*background: var(--main-color);*/
}
@media screen and (max-width: 800px) {
	table.u-tab {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	table.u-tab tr td{
		display:block;
		width: calc( 100% - 20px );
		padding: 15px 10px;
	}
	table.u-tab tr td:nth-of-type(1){
		width: calc( 100% - 20px );	/* 1列目のスタイル */
		display:block;
		background: #eee4db;
	}
}
/*topテーブル*/
table.u-tab2 {
	margin: 0px auto;
}
table.u-tab2 tr td{
	font-size: clamp(15px,1.5vw,15.5px);
	text-align:left;
	border-bottom: 1px solid var(--accent-color2);
	line-height: 1.3;
	padding: 17px 10px 17px 5px;
}
table.u-tab2 tr td:nth-of-type(1){
	width: 8rem;	/* 1列目のスタイル */
	font-weight: 600;
}
@media screen and (max-width: 800px) {
	table.u-tab2 {
		width: 100%;
	}
}
@media screen and (max-width: 568px) {
	table.u-tab2 tr td{
		display:block;
		width: calc( 100% - 20px );
		padding: 10px 10px;
	}
	table.u-tab2 tr td:nth-of-type(1){
		width: calc( 100% - 20px );	/* 1列目のスタイル */
		display:block;
		background: #eee4db;
	}
}
/*一覧用*/
table.ichiran-tab {
	margin: 0px auto;
}
table.ichiran-tab tr td{
	font-size: clamp(14.5px,1.5vw,15px);
	border-bottom: 1px solid #ccc;
	line-height: 1.3;
	padding: 5px;
}
table.ichiran-tab tr td:nth-of-type(2){
	text-align: right;	/* 2列目のスタイル */
}
table.ichiran-tab tr td:nth-of-type(3){
	text-align: right;	/* 3列目のスタイル */
	width: 5rem;
}
@media screen and (max-width: 800px) {
	table.ichiran-tab {
		width: 100%;
	}
}

/*テーブル*/
table.ttypeA {
	margin: 5px 0;
}
table.ttypeA tr th {
	text-align:left;
	font-size: clamp(13px, 1.5vw, 16px);
	width: 7.25em;
	line-height: 1.4;
	padding: 7px 5px;
	border-bottom: 1px solid #ccc;
}
table.ttypeA tr td {
	font-size: clamp(13px, 1.5vw, 16px);
	line-height: 1.4;
	padding: 7px 5px;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	table.ttypeA {
		width: 100%;
	}
}
/*テーブル*/
table.ttypeC {
	margin: 5px 0;
}
table.ttypeC tr th {
	text-align:left;
	font-size: clamp(13px, 1.5vw, 16px);
	width: 12.25em;
	line-height: 1.4;
	padding: 7px 5px;
	border-bottom: 1px solid #ccc;
}
table.ttypeC tr td {
	text-align:right;
	font-size: clamp(13px, 1.5vw, 16px);
	line-height: 1.4;
	padding: 7px 5px;
	border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 768px) {
	table.ttypeC {
		width: 100%;
	}
}
/*テーブル SPで価格をキレイにみせる*/
table.ttypeB {
	margin: 5px 0;
}
table.ttypeB tr th {
	text-align: left;
	font-size: clamp(15px, 1.6vw, 17px);
	line-height: 1.4;
	padding: 12px 10px;
	border-bottom: 1px solid #8c7257;
}
table.ttypeB tr td {
	text-align: right;
	font-size: clamp(18px, 1.9vw, 20px);
	line-height: 1.2;
	padding: 12px 10px;
	border-bottom: 1px solid #8c7257;
	color: #b12303;
	width: 9em;
}
@media screen and (max-width: 768px) {
	table.ttypeB tr th {
		display: block;
		background-color: rgba(210, 190, 176, 0.5);
	}
	table.ttypeB tr td {
		display: block;
		box-sizing: border-box;
		width: 100%;
	}
}
/*文字縁取り*/
.fuchidori {
	text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
		-1px 1px 0 #FFF, 1px -1px 0 #FFF,
		0px 1px 0 #FFF,  0-1px 0 #FFF,
		-1px 0 0 #FFF, 1px 0 0 #FFF;
}
/*文字装飾*/
.kakomi-p01{
	padding:1px 8px; /* 枠と文字の空間 */
	margin:2.5px 5px; /* 枠の外の空間 */
	background-color:#f7efad; /* 枠の背景色 */
	border:1px solid #aeaeae; /* 枠の線の太さ・種類・色 */
	border-radius:5px; /* 枠の角を丸くする */
	/*box-shadow: 1px 2px 2px #ddd;*/ /*影をいれる*/
	font-family:inherit; /* フォントの種類を継承する */
	font-size:0.65em;	/* フォントの大きさ */
	text-align:center;
}
.kakomi-p02{
	padding:1px 8px; /* 枠と文字の空間 */
	margin:2.5px 5px; /* 枠の外の空間 */
	background-color:#e6bcbc; /* 枠の背景色 */
	border:1px solid #aeaeae;	/* 枠の線の太さ・種類・色 */
	border-radius:5px; /* 枠の角を丸くする */
	/*box-shadow: 1px 2px 2px #ddd;*/	/*影をいれる*/
	font-family:inherit; /* フォントの種類を継承する */
	font-size:0.65em;	/* フォントの大きさ */
	text-align:center;
}
/*会社概要*/
.bg_b{
	/*max-width:780px;*/
	margin: 0 auto;
	background: rgba(255, 255, 255, 0.3);
	padding:20px;
	border: 1px solid var(--accent-color2);
	border-radius: 10px;
}
/*画像付属文字*/
.imgAttp{
	font-size: clamp(13px,1.4vw,15px);
	line-height: 1.4;
	margin: 5px 0;
}
/**/
.heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(21px, 2.3vw, 30px);
	line-height: 1.4;
	text-align: center;
	border: 0;
	/*color: var(--main-color);*/
	margin: 10px 0;
	font-family: 'Kiwi Maru';
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 40px;
	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;
	}
}

/**/
.heading05 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: clamp(17px, 1.8vw, 19px);
	line-height: 1.2;
	text-align: center;
	border: 0;
	margin: 10px 0;
	font-family: 'Kiwi Maru';
}

.heading05::before,
.heading05::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: #9b6f4e;
}

.heading05::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading05::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading05::before {
		margin-right: 17px;
	}
	.heading05::after {
		margin-left: 17px;
	}
}
/*マウスホバー時に文字列を表示*/
figure.hover-parent {
	width: 100%;
	height: auto;
	position: relative;
	/*margin-bottom: 30px;*/
	overflow: hidden;
}

figcaption.hover-mask {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0,0,0,.6);
	opacity: 0;
	color: #fff;
	display: flex;
	align-items: center;
	text-align: center;
	padding: 30px;
}

figure.hover-parent:hover .hover-mask2 {
	opacity: 1;
	transition: all .6s ease;
	padding-bottom: 0px;
}

/*枠*/
.waku{
	background: #fff;
	padding: 10px 25px 25px 25px;
	border-radius: 10px;
	margin-bottom: 8%;
}
/**/
.inmap{
	aspect-ratio: 16 / 9;
}


/**/
.flexwrapper{
	display: -webkit-flex;
	display: flex;
	/*-webkit-justify-content: space-around;
	justify-content: space-around;*/
	justify-content: center;
	gap: 0 1%;
	flex-wrap: wrap;
}
.flexwrapper div.week{
	padding: 0.5% 2%;
	border-right: 1px dashed #ccc;
}
.week1{
	padding: 0.5% 2%;
}
@media screen and (max-width: 568px) {
	.week1{
		border-right: 1px dashed #ccc;
	}
}


/**/

.d-tit{
	margin: 15px 0;
	padding: 10px;
	font-weight: 600;
	font-size: 120%;
	border-bottom: 3px solid #777;
	position: relative;
}
.d-tit::before {
	position: absolute;
	right: 0;
	bottom: 3px;
	left: 0;
	display: block;
	height: 1px;
	margin: 0 auto;
	content: "";
	background: #777;
}
.d-hosoku{
	margin: 15px 0;
	padding: 5px;
	font-size: 80%;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

/*吹き出し*/
/*top*/
.balloon1-top {
	position: relative;
	display: inline-block;
	margin: 1em 0 1.25em 0;
	padding: 10px 20px 20px 20px;
	min-width: 120px;
	max-width: 100%;
	color: #454545;
	background: #eee539;
}

.balloon1-top:before {
	content: "";
	position: absolute;
	top: -27px;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-bottom: 15px solid #eee539;
}

.balloon1-top p {
	line-height: 1.5;
	margin: 0 5px;
	padding: 0;
}
/*right→bottom*/
.balloon1-right {
	position: relative;
	/*display: inline-block;*/
	/*margin: 1.5em 15px 1.5em 0;*/
	padding: 15px;
	min-width: 120px;
	max-width: 100%;
	color: #454545;
	background: #fbff8f;
	border-radius: 10px;
}

.balloon1-right:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 100%;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #fbff8f;
}

.balloon1-right p {
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 568px) {
	.balloon1-right {
		position: relative;
		/*display: inline-block;*/
		margin: 1.5em 0;
		padding: 15px;
		min-width: 120px;
		max-width: 100%;
		color: #454545;
		background: #fbff8f;
	}
	.balloon1-right:before {
		content: "";
		position: absolute;
		top: 105%;
		left: 50%;
		margin-left: -15px;
		border: 15px solid transparent;
		border-top: 15px solid #fbff8f;
	}
}
/**/
rt {
	font-size: 0.7em; /* 文字サイズを大きく */
}
/*数字と線を組み合わせた見出しデザイン04*/
.heading14 {
	position: relative;
	padding-left: 60px;
	font-size: 20px;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(28, 151, 59, 0.3);
	font-size: 50px;
	font-weight: bold;
	font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgb(111, 187, 131);
}
/*↑実装の為の打消し*/
h4.heading14 {
	color: #634a43;
	margin: 35px 0px;
	border-bottom:0;
}
/*icon*/
img.himg {
	display: inline-block;
	width: 50px;
	margin-bottom: -3px;
	margin-left: 3px;
}
.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 10px 0 5px;
}
/*NEWS*/
div.wn {
	margin: 10px 0;
	border: 3px double #b8ae86;
	border-radius: 10px;
	padding: 20px;
	height: 350px;
	overflow: auto;
	background-color: rgba(255,255,255,0.85);
}
dl {
	display: flex;
	flex-wrap: wrap;
}
dt, dd {
	margin: 0;
	box-sizing: border-box;
}
dt {
	color: #95875b;
	padding: 4px;
	border-bottom: 1px dashed #999;
	width: 7em;
	display: table-cell;
	vertical-align: middle;
}
dd {
	padding: 4px;
	border-bottom: 1px dashed #999;
	width: calc(100% - 7em);
}
@media (max-width: 768px)  {
	div.wn {
		margin: 0;
		height: 470px;
	}
	dt {
		display: block;
		font-weight: bold;
		border: 0;
		width: 100%;
	}
	dd {
		display: block;
		width: 100%;
		letter-spacing: -0.7px;
	}
}
/* NEWS：お知らせリストだけ */
.wn > dl.newsList{
  display: flex;
  flex-wrap: wrap;
}

.wn > dl.newsList > dt,
.wn > dl.newsList > dd{
  margin: 0;
  box-sizing: border-box;
}

.wn > dl.newsList > dt{
  color: #95875b;
  padding: 4px;
  border-bottom: 1px dashed #999;
  width: 7em;
  display: table-cell;
  vertical-align: middle;
}

.wn > dl.newsList > dd{
  padding: 4px;
  border-bottom: 1px dashed #999;
  width: calc(100% - 7em);
}

/* スマホ */
@media (max-width: 768px){
  .wn > dl.newsList > dt{
    display: block;
    font-weight: bold;
    border: 0;
    width: 100%;
  }
  .wn > dl.newsList > dd{
    display: block;
    width: 100%;
    letter-spacing: -0.7px;
  }
}



/*FAQ*/
.closed{
	display: block;
	cursor: default;
}
dd.closed{
	box-sizing: border-box;		/*サイズの計算法を変更*/
	margin:0;
	width: 100%;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}
dl.faqdl{
	display: unset;
}
dt.faqdt{
	width: 100%;
	display:inline-block;
	border-bottom: 1px solid #ccc;
	padding: 10px 5px;
}
/*
table.qt{
	margin: 5px auto;
}
table.at{
	margin: 5px auto;
}*/
table.qt tr td:nth-of-type(1){
	width:1.5em;
	font-size:20px;
	color: #881615;
	vertical-align: baseline;
}
table.at tr td:nth-of-type(1){
	width:1.5em;
	font-size:20px;
	color: #66b739;
	vertical-align:baseline;
}
table.qt tr td:nth-of-type(2){
	width: calc(100% - 1.5em);
	color: #881615;
	font-weight: 400;
	font-size: clamp(16px, 2vw, 18px);
}
table.at tr td:nth-of-type(2){
	width: calc(100% - 1.5em);
	font-size: clamp(15px, 2vw, 16px);
	line-height: 1.4;
}
/**/
.wbrbg{
	background-color: rgb(255, 255, 255, 0.7);
	border-radius: 10px;
	border: 1px solid rgba(170, 145, 123, 0.8);
	box-sizing: border-box;
	padding: 15px;
}
/**/
.heim{
	height:230px;
}
@media (max-width: 768px) {
	.heim{
		height:auto;
	}
}
.heim2{
	height:290px;
}
@media (max-width: 768px) {
	.heim2{
		height:auto;
	}
}
/**/
ul.list04 {
	margin-top: 10px;
	font-size: 15px;
	line-height: 1.8;
	list-style-type: none;
	column-count: 3;
}
.list04 li {
	position: relative;
	padding-left: 25px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: 1px solid #ccc;
}
.list04 li::before {
	content: "";
	position: absolute;
	width: 7px;
	height: 14px;
	top: 0.5em;
	left: 6px;
	-webkit-transform: rotate(50deg);
	-ms-transform: rotate(50deg);
	transform: rotate(50deg);
	border-right: 3px solid var(--main-color);
	border-bottom: 3px solid var(--main-color);
}
/*.list04 li::after {
	content: "";
	position: absolute;
	top: .2em;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #9c9c9c;
	border-radius: 2px;
}*/
@media (max-width: 868px) {
	ul.list04 {
		column-count: 2;
		margin-left: 10px;
	}
}
@media (max-width: 568px) {
	ul.list04 {
		column-count: 1;
		margin-left: 10px;
	}
}
/**/
.bg-i{
	padding: 15px;
	background-color: rgb(255, 255, 255);
}
.kan{
	display: inline-block;
	vertical-align: middle;
}
/**/
@media (max-width: 568px) {
	.spf12{
		font-size: 12px;
	}
}


/*リンクの位置調整(Btype)*/
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}
@media screen and (max-width: 568px) {
    a.anchor {
        display: block;
        padding-top: 150px;
        margin-top: -150px;
    }
}

.notice-box {
  background: #f9f4e8;
  border-left: 4px solid #c8a56a;
  padding: 12px 15px;
  margin: 10px 0;
  font-size: 1.05em;
}