@charset "utf-8";

/* 20230522 added by Fabo */
.mb55 { margin-bottom: 55px !important; }
.mb60 { margin-bottom: 60px !important; }
.mb65 { margin-bottom: 65px !important; }
.mb70 { margin-bottom: 70px !important; }
.mb75 { margin-bottom: 75px !important; }
.mb80 { margin-bottom: 80px !important; }
.mb85 { margin-bottom: 85px !important; }
.mb90 { margin-bottom: 90px !important; }
.mb95 { margin-bottom: 95px !important; }
.mb100 { margin-bottom: 100px !important; }

.fs12 { font-size: 12px; }
.fs13 { font-size: 13px; }
.fs14 { font-size: 14px; }
.fs15 { font-size: 15px; }
.fs16 { font-size: 16px; }
.fs17 { font-size: 17px; }
.fs18 { font-size: 18px; }
.fs19 { font-size: 19px; }
.fs20 { font-size: 20px; }

.entry-content .template-text :first-child {
	margin-top: 0;
}

.entry-content .template-img-right {
	margin-left: 30px;
}
.entry-content .template-img-left {
	margin-right: 30px;
}

.contents-colorbox {
	margin-bottom: 30px;
	padding: 25px;
	background: #f7f7f7;
}
.contents-colorbox :first-child {
	margin-top: 0 !important;
}
.contents-colorbox :last-child {
	margin-bottom: 0 !important;
}
.contents-colorbox h4 {
	margin-bottom: 5px !important;
}

.strong {
	color: #92b222;
}

.table-bordered {
	margin-bottom: 25px;
}
.table-bordered th,
.table-bordered td {
	padding: 12px 15px;
	border: 1px solid #ddd;
}
.table-bordered th {
	background: #fdfcf0;
	width: 25%;
}
.table-bordered thead th {
	border: 1px solid #ddd;
	background: #f1f5d6;
}

.table-fixed {
	margin-bottom: 25px;
	table-layout:fixed;
}
.table-fixed th,
.table-fixed td {
	padding: 12px 15px;
	text-align: center;
	vertical-align: middle;
	border: 1px solid #ddd;
}
.table-fixed th {
	background: #fdfcf0;
}

.map-wrap iframe {
	width: 100%;
	height: 450px;
	vertical-align: top;
}

.list-check li {
	position: relative;
	margin: 0 0 10px 0 !important;
	padding-left: 25px;
	list-style: none !important;
	line-height: 1.8;
}
.list-check li:before {
	content: "\f00c";
	position: absolute;
	top: 0;
	left: 0;
	color: #92b222;
	font-family: "Font Awesome 5 Free";
 	font-weight: 900;
	font-size: 15px;
	line-height: 1.8;
}
.list-check li:last-child {
	margin-bottom: 0 !important;
}

/* よくある質問 */
.table-faq {
	margin-bottom: 10px;
	width: 100%;
}
.table-faq th,
.table-faq td {
	padding: 10px 0;
	vertical-align: middle;
}
.table-faq tr:first-child th {
	width: 65px;
	border-bottom: #ddd 1px solid;
}
.table-faq tr:first-child td {
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
}
.table-faq tr:nth-child(2) th {
	vertical-align: top;
}

/* 一日の流れ */
.term-daily-flow .table-fixed thead th {
	border: 1px solid #ddd;
}
.term-daily-flow .table-fixed th {
	background: #fff;
}
.term-daily-flow .table-fixed th.bg01,
.term-daily-flow .table-fixed th.bg02,
.term-daily-flow .table-fixed th.bg03,
.term-daily-flow .table-fixed th.bg04,
.term-daily-flow .table-fixed th.bg05 {
	color: #fff;
	font-weight: bold;
}
.term-daily-flow .table-fixed th.bg01 {
	background: #2991e9;
}
.term-daily-flow .table-fixed th.bg02 {
	background: #9d11ac;
}
.term-daily-flow .table-fixed th.bg03 {
	background: #fb01b3;
}
.term-daily-flow .table-fixed th.bg04 {
	background: #e5360a;
}
.term-daily-flow .table-fixed th.bg05 {
	background: #ff9e04;
}
.term-daily-flow .table-fixed td.bg01 {
	background: #e6f3fb;
}
.term-daily-flow .table-fixed td.bg02 {
	background: #f4e7f7;
}
.term-daily-flow .table-fixed td.bg03 {
	background: #ffe5f7;
}
.term-daily-flow .table-fixed td.bg04 {
	background: #fdebe6;
}
.term-daily-flow .table-fixed td.bg05 {
	background: #fff8e5;
}
.term-daily-flow .table-fixed td .red {
	color: #e24629;
}