@charset "UTF-8";

/*なるべく汎用性の高い順に記載（サイト特有指定ほど下部に記載）*/
/*切替[基本：max568 min569／デザインによっては：768／それ以外は個別・特例的に設定]*/

/* ノーマル指定 */
table{
	border-collapse: separate;
	border-spacing: 0;
	width: 100%;
}
.clear {
	clear: both;
}
.indent{
	text-indent: -1em;
	padding-left: 1em;
}
.tj{
	text-align: justify;/*文字両端ぞろえ*/
}
.marker {
	background: linear-gradient(transparent 60%, #f2ceda 60%);
}
.lesp{
	letter-spacing: -0.1em;
}
.btm{
	padding-bottom: 50px;
}
@media (max-width: 768px) {
	.lesp{
		letter-spacing: 0em;
	}
}
/* メインビジュアル */
.hero-container {
	display: grid;
	justify-items: center;
	align-content: center;
	height: 100%;
	width: 100%;
	background-color: #fff;
}

picture.main-v{
	margin:0 auto;
	display: block;
	position: relative;
	box-sizing: border-box;
}
picture.main-v img{
	width: 100vw;
	object-fit: cover;
}
/* ヘッダー */
.header-details{
	font-size: 13px;
	line-height: 1.5;
}
/* フッターコピーライト */
.footer-copy p{
	font-size: 11px;
}
/* フッターメニュー */
ul.footer-menu li a{
	line-height: 1;
	vertical-align: middle;
	display: inline-block;
	white-space: nowrap;
	font-weight:400;
}
ul.footer-menu li::after{
	content: "　/　";
}
ul.footer-menu li:last-child::after{
	content: none;
}
@media (max-width: 568px) {
	ul.footer-menu li::after{
		content: none;
	}
}


/* 各セクション（汎用） */
.sec1 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
}
.sec2 {
	padding: var(--v-space) 0;
	background-color: #FFF;
	background-image: url(../img/bg_01a.png),url(../img/bg_01b.png),url(../img/bg_01c.png);
	background-repeat:no-repeat,no-repeat,repeat;
	background-position: top center,bottom center,center;
	background-size: 100%,100%,100%;
}
.sec3 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);

}
.sec4 {
	padding: 30px 0 80px 0;
	background-color: #f6f7d3;
}
.sec6 {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
	background-image: url(../img/bg_02.jpg);
	background-size: cover;
	background-position: center;
}
.greeting {
	padding: var(--v-space) 0;
	background-color: var(--base-color);
}
.area {
    padding: clamp(15px, 7vw, 20px) 0;
    background-color: #FFF;
}
/*PCのみ表示*/
@media screen and (max-width: 1024px) {
	.pc{
		display:none;
	}
	.sptx-c {
		text-align: center;
	}
}
/*スマホのみ表示*/
@media screen and (min-width: 569px) {
	.sp {
		display: none;
	}
}
/*タブレットのみ表示*/
@media not all and (min-width: 569px) and (max-width: 1024px) {
	.tab{
		display:none;
	}
}
/*リンクの位置調整(Btype)*/
a.anchor {
    display: block;
    padding-top: 50px;
    margin-top: -50px;
}


/* 背景括り */
div.contentsbg {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	div.contentsbg {
		padding: 10px 15px 15px 15px;
	}
}
/* 背景括り */
div.contentsbg2 {
	background: rgba(255, 255, 255, 0.7);
	padding: 40px;
	/*border-radius: 10px;*/	/*背景の角を丸くする*/
}
@media screen and (max-width: 568px) {
	div.contentsbg2 {
		padding: 10px 15px 15px 15px;
	}
}

/* Gmap */
.fullOuterMap{
	width: 100%;
	position: relative;
	padding:0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height:auto;
	margin-top: -70px;	/*セクションのbottomに被せる*/
}
.fullInner{
	width:100%;
}
.gmp {
	position: relative;
	padding-bottom: 45%;
	height: 0;
	overflow: hidden;
}
.gmp iframe {
	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;
	}
}

/* 文字・余白・色など */
.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;
}
.mt10{
	margin-top: 10px;
}
.mb00{
	margin-bottom: 0;
}
.mb10{
	margin-bottom: 10px;
}
.mlr10{
	margin-left: 10px;
	margin-right: 10px;
}
.f-12 {
	font-size: 12px;
}
.f-15 {
	font-size: 15px;
}
.f-16 {
	font-size: 16px;
}
.f-17 {
	font-size: 17px;
}
.f-20 {
	font-size: 20px;
}
.f-20s {
	font-size: 20px;
}
.f-20m {
	font-size: 20px;
}
.f-30s {
	font-size: 30px;
}
.f-la {
	font-size: large;
}
.f-xla {
	font-size: x-large;
}
.f-famm {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.lihei14{
	line-height: 1.4;
}
.lihei19{
	line-height: 1.9;
}
.emp {
	font-weight: bold;	/*デザイン的強調 emphasis*/
}
.empcolor {
	color: var(--main-color);	/*サイト主要色*/
}
.accentColor {
	color: var(--accent-color1);	/*サイトアクセント色1*/
}
.accentColor2 {
	color: var(--accent-color2);	/*サイトアクセント色2*/
}
.colorPink{
	color: #dd517f;
}
.colorOrange{
	color: #e1a300;
}
.colorRed{
	color: #d30000;
}
.colorPurple{
	color: #5a0797;
}
.colorBlue{
	color: #021494;
}
.colorWhite{
	color: #fff;
}
@media screen and (max-width: 568px) {

	.f-20s {
		font-size: 16px;
	}
	.f-20m {
		font-size: 12px;
	}
	.f-30s {
		font-size: 22px;
	}
	.tx-c2 {
		text-align: left;
	}
	.tx-r2 {
		text-align: center;
	}
	.f-la {
		font-size: 17px;
	}
}

/*文字縁取り*/
.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;
}

/*リンクオンマウス時アンダーライン*/
a.onmouse:hover{
	text-decoration: underline;
	color:var(--accent-color1);
}

/*リンク アンダーライン*/
a.unli{
	text-decoration: underline;
	color:#00A9DD;
}
a.unli:hover{
	color:#72d5f3;
}

/*pcとsmで画像のサイズ変えたいときの指定*/
img.pcsmwid{
	width: 10%;
	margin:5px auto;
}
img.pcsmwid2{
	width: 20%;
	margin:5px auto;
}
img.pcsmwid3{
	width: 40%;
	margin:5px auto;
}
@media (max-width: 568px) {
	img.pcsmwid{
		width: 25%;
	}
	img.pcsmwid2{
		width: 50%;
	}
	img.pcsmwid3{
		width: 100%;
	}
}
/*罫線*/
hr{
	height: 1px;
	border: none;
	margin: 15px auto;
}
hr.faqHr{
	height: 0px;
	border: 1px dashed var(--accent-color2);
	margin: 20px 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);
}

/* 概要・アクセス部分のテーブル */
.info1 {
	font-weight: bold;
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 5.25em;
}
.info2 {
	border-bottom: 1px dashed #999;
	padding: 5px;
	width: 400px;
}
@media screen and (max-width: 568px) {
	.info1 {
		display: block;
		padding: 8px 2px 2px 2px;
		width: 100%;
		border-bottom: 1px solid rgba(255,255,255,0);
	}
	.info2 {
		display: block;
		padding: 2px;
		width: 99%;
	}
}
/* FAQ */
div.faq2 p.b {
	font-weight: bold;
	/*font-size: large;*/
}
div.faq2 p {
	margin-top: 5px;
	line-height: 1.4;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
	display: block;
}
div.faq2 p.faq-details {
	font-weight: normal;
	padding: 10px;
	font-size: smaller;
	line-height: 1.4;
	text-align: left;
	text-indent: 0em;
	display: block;
	background-color: #fff5d8;
}


/* コンテンツ幅 */
div.haba{
	margin: 0 11%;
	padding: 2% 0 0 0;
}
@media (max-width: 568px)  {
	div.haba{
		margin: 0;
		padding: 2% 0 0 0;
	}
}
div.haba2{
	margin: 0 16%;
	padding: 0;
}
@media (max-width: 768px)  {
	div.haba2{
		margin: 0;
		padding: 0 1%;
	}
}
div.haba3{
	margin: 0 30%;
	padding: 0;
}
@media (max-width: 1046px)  {
	div.haba3{
		margin: 0;
		padding: 0 20%;
	}
}
@media (max-width: 720px)  {
	div.haba3{
		margin: 0;
		padding: 0 11%;
	}
}
@media (max-width: 550px)  {
	div.haba3{
		margin: 0;
		padding: 0 3%;
	}
}

/* リスト項目　横並び */
ul.sidelist2 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 10px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 2);
	width: var(--widthB);
	margin: 2.5px 5px 2.5px 0;
	text-align: left;
	text-decoration: none;
	font-size: 13px;
	padding: 5px;
	color: #fff;
	background-color: #DDB06E;
}
@media (max-width: 568px) {
	ul.sidelist2 li {
		font-size: 11px;
		padding: 5px 4px;

	}
	li.sp-f1 {
		font-size: 10px !important;
		padding: 6px 1px 6px 4px !important;
	}
}
ul.sidelist3 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist3 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 2);
	width: var(--widthB);
	margin: 5px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
	background-color: rgba(255, 202, 48, 0.7);
}

ul.sidelist3 li:last-child {
	--widthC: calc(var(--widthB) * 2);
	--widthD: calc(var(--widthC) + 10px);
	width: var(--widthD);
}
@media (max-width: 568px) {
	ul.sidelist3 li {
		width: 97%;
	}
	ul.sidelist3 li:last-child {
		width:97%;
	}
}
ul.sidelist4 {
	box-sizing: border-box;
	width:100%;
	margin: 0 auto;
}
ul.sidelist4 li {
	box-sizing: border-box;		/*サイズの計算法を変更*/
	list-style-type: none;
	float: left;
	--widthA: calc(100% - 30px);	/* marginの分 */
	--widthB: calc(var(--widthA) / 5);
	width: var(--widthB);
	margin: 2.5px;
	text-align: left;
	text-decoration: none;
	font-size: 15px;
	padding: 5px;
	color:#FFF;
	background-color: #aca394;
}
@media (max-width: 925px) {
	ul.sidelist4 li {
		width: 32%;
	}
}
@media (max-width: 600px) {
	ul.sidelist4 li {
		width: 48%;
	}
	/*
	ul.sidelist4 li:last-child {
		--widthC: calc(var(--widthB) * 3);
		--widthD: calc(var(--widthC) + 20px);
		width: var(--widthD);
	}*/
}
@media (max-width: 374px) {
	ul.sidelist4 li {
		width: 100%;
	}
}


/*---------------- スポット ----------------*/

/*横並びにする*/
.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;
}
/*横並びにする*/
.flex-child01{
	width: 35%;
}
.flex-child02{
	width: 63%;
}
.flex-child03{
	width: 48%;
}
.flex-child03a{
	width: 48%;
}
.flex-child03b{
	width: 48%;
}
.flex-child04{
	width: 24%;
}
.flex-child05{
	width: 72%;
}
.flex-child06{
	width: 25%;
}
.flex-child07{
	width: 68%;
}
.flex-child08{
	width: 68.85%;
}
.flex-child09{
	width: 30.6%;
}
.flex-child10{
	width: 30%;
}
.flex-child11{
	width: 68%;
}
@media screen and (max-width: 920px) {
	
	.flex-child04{
		width: 49%;
		margin: 5px auto;
	}
}
@media screen and (max-width: 768px) {

	.flex-child03b{
		width: 100%;
		margin: 5px auto;
	}
	
	.flex-child01, .flex-child02 {
		width: 99%;
		margin: 5px auto;
	}
	.flex-child05,.flex-child06 {
		width: 100%;
		margin: 5px auto;
	}
	.flex-child07 {
		width: 60%;
		margin: 5px auto;
	}
	.flex-child10, .flex-child11 {
		width: 100%;
		margin: 5px auto;
	}

}
@media screen and (max-width: 568px) {
	.flex-child03{
		width: 100%;
		margin: 0px auto;
	}
	.flex-child03a{
		width: 100%;
		margin: 10px auto;
	}
	/*.flex-child04 {
		width: 100%;
		margin: 5px auto;
	}*/
	.flex-child05 {
		width: 99%;
		margin: 5px auto;
	}
}

/*H3 タイトル*/
.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 55px;
	font-size: 20px;
	color: var(--accent-color1);
	margin-top: 20px;
	margin-bottom: 20px;
}
.heading02:before, .heading02:after {
	content: '';
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 45px;
	height: 3px;
	background-color: var(--accent-color1);
  }
  
  .heading02:before {
	left:0;
  }
  .heading02:after {
	right: 0;
  }

  /*＼　／でタイトルを囲む*/
  .heading04 {
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 24px;
	text-align: center;
	border: 0;
	color: var(--main-color);
	margin: 2vw;
}

.heading04::before,
.heading04::after {
	content: '';
	width: 4px;
	height: 40px;
	background-color: var(--accent-color1);
}

.heading04::before {
	margin-right: 30px;
	transform: rotate(-35deg)
}
.heading04::after {
	margin-left: 30px;
	transform: rotate(35deg)
}
@media screen and (max-width: 568px) {
	.heading04 {
		font-size: 19px;
	}
	.heading04::before {
		margin-right: 17px;
	}
	.heading04::after {
		margin-left: 17px;
	}
}

/*タイトル（左にナンバリング）*/
.heading14 {
	position: relative;
	padding-left: 80px;
	font-size: 20px;
}

.heading14::before {
	content: attr(data-number);
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	color: rgba(63,193,201,0.3);
	font-size: 50px;
}

.heading14::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100px;
	height: 1px;
	background-color: rgba(63,193,201,1);
}

.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;
  }

/**/
.heading41 {
    text-align: left;
    font-size: 25px;
    margin: 0px 0 20px 0;
    border-bottom: 0;
    line-height: 1.3;
    font-weight: normal;
    padding: 7px 7px 7px 2px;
    color: var(--accent-color2);
    border-bottom: 2px dotted var(--accent-color1);
}

/*タイトル二色棒*/
.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%;
  }

/*中央ボタン*/
  .pikup {
	display: flex;
	justify-content:center;
    padding-top:40px;
	text-align: center;
  }
.pikup-container{
	padding: 15px;
	width: 50%;
	text-align: center;
    color: #fff;
    background-color: var(--main-color);
    border-radius: 50px;
}
@media (max-width: 568px) {
	.pikup-container{
		width: 80%;
	}
}

/*ボックスデザイン*/
.box01 {
	display: flex;
	justify-content:center;
  }
.box01-container {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px var(--main-color);
	width: 350px;
	background-color: #f0ecdc;
	color:#454545;
	text-align: center;
}
.box01-container p {
    margin: 0; 
    padding: 0;
}
@media (max-width: 568px) {
	.box01-container {
		padding: 0.2em 0.4em;
    	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: #f0ecdc;
	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%;
	}
}

/*リスト*/

ul.list01{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
  }
  ul.list01 li{
	position:relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size:16px;
	line-height: 30px;
	border-bottom: dashed 1px var(--main-color);
  }
 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: 0;
	padding: 0 10px 0 6px;
	list-style: none;
	font-weight: bold;
  }
  ol.list02 li {
	position: relative;
	margin: 12px 20px 0 22px;
	padding: 0;
	line-height: 1.5;
	border-bottom: dashed 1px var(--main-color);
  }
  
  /* ol デザイン */
  ol.list02 {
	counter-reset: li;
  }
  ol.list02 > li:before {
	position: absolute;
	color: var(--main-color);
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ".";
	left: -26px;
	top: 0;
  }

/*リスト大(数字つき)*/
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;*/
	}

/* スマホ設定 */
@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;
}
}

  /*問い合わせボタン*/
  .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: 18px; /* コピー文字サイズ */
	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.menu {
	margin: 5px 0;
}
table.menu 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.menu tr td {
	text-align: right;
	font-size: clamp(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
}

@media screen and (max-width: 568px) {
	table.menu tr th:first-child {
		border-top: 1px solid var(--main-color);
		border-bottom: 1px solid var(--main-color);
	}
	table.menu tr th{
		display: block;
		font-size: 15px;
		background: #6bc7f22b;
		border-bottom: 0px;

	}
	table.menu tr td {
		display: inline-block;
		box-sizing: border-box;
		padding: 10px;
		width: 100%;
		font-size: 15px;
		border-bottom: 0px;
	}
}
/*メニュー表*/
table.menuB {
	margin: 5px 0;
}
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(13px, 1.4vw, 15px);
	line-height: 1.4;
	padding: 5px;
	border-bottom: 1px solid var(--main-color);
}

@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: 15px;
		background: rgba(22,22,14,0.7);
		border-bottom: 0px;
	}
	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;
	}
}


/*対応エリア(footer)*/
h4.areaTitle {
    font-size: clamp(18px,1.4vw,18px);
    font-weight:600;
    line-height: 1.4;
    border-bottom: 2px dotted var(--main-color);
    padding: 2px;
    margin: 10px 0;
    color: var(--main-color);
}
.afooter {
    color: #d7d7d7;
}

