@charset "UTF-8";
/* ホテル全体 */

/* ---------------------------------------------------------
 * .post_content
** --------------------------------------------------------- */
.post_content {
	margin-top: 20px;
	font-size: 16px;
}
.post_content * + h2,
.post_content * + h3 {
	margin-top: 40px;
}
.post_content * + h4 {
	margin-top: 30px;
}
.post_content * + p {
	margin-top: 15px;
}
.post_content p + p {
	margin-top: 20px;
}
.post_content h4 + p {
	margin-top: -9px;
}
.post_content * + figure {
	margin-top: 30px;
}
.post_content * + ul,
.post_content * + ol {
	margin-top: 15px;
}
.post_content h2 {
	margin-bottom: 20px;
	padding-bottom: 10px;
	padding-left: 4px;
	border-bottom: 2px solid #000;
	font-size: 26px;
	font-weight: bold;
	line-height: 1.4;
}
.post_content h3 {
	position: relative;
	margin-bottom: 15px;
	padding-bottom: 12px;
	padding-right: 4px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.post_content h3::before {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	width: 100%;
	height: 2px;
	background-image: linear-gradient( 90deg, #ffd800 0 30%, #dedede 30% );
	background-repeat: no-repeat;
}
.post_content h4 {
	margin-bottom: 15px;
	padding: 14px 4px 12px 12px;
	background: #f6f4ee;
	border-left: 5px solid #ccc;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.4;
}
.post_content a {
	color: rgb(0, 102, 204);
	text-decoration: underline;
}
.post_content a:visited {
	color: indigo;
}
.post_content a:hover {
	text-decoration: none;
}
.post_content img {
	max-width: 100%;
}
.post_content strong {
	font-weight: bold;
}
.post_content em {
	font-style: normal;
	background-image: linear-gradient(to bottom, transparent 60%, #fff3b0 60%);
}
.post_content em.pink {
	background-image: linear-gradient(to bottom, transparent 60%, #ffccec 60%);
}
.post_content em.blue {
	background-image: linear-gradient(to bottom, transparent 60%, skyblue 60%);
}
.post_content ins {
	text-decoration: red wavy underline;
}
.post_content .red {
	color: red;
}
.post_content th,
.post_content td {
	padding: 10px 20px;
	vertical-align: middle;
}
.post_content th {
	background-color: #fffde8;
	text-align: center;
}
.post_content td {
}
.post_content td:first-child {
	background-color: #f3f3f3;
	font-weight: bold;
}
.post_content th:not(:first-child),
.post_content td:not(:first-child) {
	border-left: 1px solid #ccc;
}
.post_content thead th {
	border-bottom: 1px solid #ccc;
}
.post_content tr:not(:first-child) th,
.post_content tr:not(:first-child) td {
	border-top: 1px solid #ccc;
}
.post_content figure figcaption {
	padding: 3px 0;
	font-size: 13px;
	text-align: center;
}
.post_content kbd {
	background-color: #eee;
	border-radius: 3px;
	border: 1px solid #b4b4b4;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .2), 0 2px 0 0 rgba(255, 255, 255, .7) inset;
	color: #333;
	display: inline-block;
	font-size: .85em;
	font-weight: 700;
	line-height: 1;
	padding: 3px 4px 1px;
	white-space: nowrap;
}
.post_content ul,
.post_content ol {
	padding-left: 25px;
}
.post_content ul li {
	position: relative;
}
.post_content ul li::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -20px;
	display: block;
	width: 10px;
	height: 10px;
	background-color: #ffd800;
	border-radius: 10px;
}
.post_content ul ul li::before {
}
.post_content ol {
	list-style-type: decimal;
}
.post_content ul ul,
.post_content ul ol,
.post_content ol ul,
.post_content ol ol {
}
.post_content ul li::marker,
.post_content ol li::marker {
	color: #ffd800;
	font-size: 16px;
	font-weight: bold;
}
/* mokuji */
.post_content .mokuji {
	margin: 30px 30px 0;
	padding: 15px 30px;
	background-color: #F7F8F8;
	font-size: 14px;
}
.post_content .mokuji .ttl {
	margin-bottom: 10px;
	color: #333;
	font-size: 16px;
	text-align: center;
}
.post_content .mokuji > ul {
	padding-left: 0;
}
.post_content .mokuji > ul ul {
	padding-left: 20px;
	margin-top: 0;
}
.post_content .mokuji li {
	margin: 5px 0;
	list-style-type: none;
}
.post_content .mokuji ul li::before {
	display: none;
}
.post_content .mokuji li a {
	font-weight: bold;
}
/* #toc_container */
#toc_container {
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
}
#toc_container .toc_title {
	font-size: 18px;
}
#toc_container li {
	list-style-type: none;
}
#toc_container li::before {
	display: none;
}
#toc_container a {
	color: inherit;
}
/* wp-block-table */
.post_content .wp-block-table {
	position: relative;
	overflow: auto;
	white-space: nowrap;
}
.post_content .wp-block-table::-webkit-scrollbar {
	height: 5px;
}
.post_content .wp-block-table::-webkit-scrollbar-track {
	background: #F1F1F1;
}
.post_content .wp-block-table::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}
.post_content .wp-block-table::before {
	content: "左右にスクロールできます";
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 40px;
	margin: auto;
	padding: 5px 10px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	opacity: 1;
	transition: all 0.3s ease;
	pointer-events: none;
}
.post_content .wp-block-table.scrolled::before {
	opacity: 0;
}
.post_content table {
	width: 100%;
	border: 1px solid #888;
}
.post_content aside:not(.read_together) {
	border: 1px solid #000;
	padding: 20px;
	margin-bottom: 40px;
}
.post_content aside.read_together {
	margin-top: 30px;
	border: 1px solid #194299;
	border-radius: 6px;
}
.post_content aside.read_together a {
	position: relative;
	display: flex;
	padding: 23px 14px 19px;
	color: #000;
	text-decoration: none;
}
.post_content aside.read_together a:hover {
	text-decoration: underline;
}
.post_content aside.read_together a::before {
	content: "合わせて読みたい";
	position: absolute;
	left: 15px;
	top: -11px;
	display: block;
	padding: 2px 8px 1px 23px;
	padding-left: 23px;
	background-color: #0063af;
	background-image: url("../img/ico_read_together.png");
	background-repeat: no-repeat;
	background-position: left 6px center;
	background-size: 10px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
}
.post_content aside.read_together .read_img {
	flex-shrink: 0;
	align-self: flex-start;
	width: 160px;
	margin-right: 30px;
}
.post_content aside.read_together .read_img .inner {
	position: relative;
	padding-top: calc(300% / 4);
}
.post_content aside.read_together .read_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
.post_content aside.read_together .content {
	width: 100%;
}
.post_content aside.read_together h5 {
	font-size: 16px;
	font-weight: bold;
}
.post_content aside.read_together p {
	display: -webkit-box;
	overflow: hidden;
	margin-top: 5px;
	color: #666;
	font-size: 13px;
	line-height: 1.6;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.post_content .frame01,
.post_content .frame02 {
	padding: 10px 20px;
	margin-top: 5px;
}
.post_content .frame01 .ttl,
.post_content .frame02 .ttl {
	font-size: 1.1em;
	font-weight: bold;
}
.post_content .frame01 .ttl + *,
.post_content .frame02 .ttl + * {
	margin-top: 5px;
}
.post_content .frame01 {
	background-color: #f6f4ee;
}
.post_content .frame02 {
	border: 5px solid #ccc;
}
.post_content .btn_area {
	margin-top: 30px;
	text-align: center;
}
.post_content .btn_area .btn {
	display: inline-block;
	padding: 10px 30px;
	border-radius: 100px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: 0;
}
@media (max-width: 519px) {
	.post_content h2 {
		font-size: 20px;
	}
	.post_content h3 {
		font-size: 18px;
	}
	.post_content h4 {
		font-size: 16px;
	}
	.post_content .mokuji {
		margin: 20px 0 0;
	}
}