@charset "utf-8";

/* ==========================================
[change]
========================================== */

/* .post-header
------------------------------------------------------------------- */
.post-header time.black {
	margin-left: 0;
	margin-bottom: 15px;
}
h1.pTitle {
	margin-left: 0;
}

@media screen and (min-width : 641px) {}
@media screen and (max-width : 640px) {
	.post-header time.black {
		margin-top: 12px;
		margin-left: 15px;
		margin-bottom: 20px;
	}
	h1.pTitle {
		margin-left: 15px;
	}
}

/* .post-content .detail-inner
------------------------------------------------------------------- */
.post-content .detail-inner {
	margin-bottom: 24px;
}

@media screen and (min-width : 641px) {}
@media screen and (max-width : 640px) {}

/* ==========================================
[add]
========================================== */

/* .post-content (base)
------------------------------------------------------------------- */
.post-content h2.base {
	font-size: 24px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 1.1667em;
}
.post-content h3.base {
	font-size: 24px;
	font-weight: bold;
	padding: 0.7em;
	padding-left: 1em;
	margin: 0 0 1.1667em;
	position: relative;
	background-color: #f7f7f7;
}
.post-content h3.base:before {
	content: '';
	position: absolute;
	top: 0.5em;
	left: 12px;
	width: 3px;
	height: calc(100% - 1em);
	background-color: #000;
}
.post-content h4.base {
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 1.273em;
}
.post-content figure.base {
	margin: 0 0 32px;
}
.post-content figure.base img {
	max-width: 100%;
	height: auto;
}
.post-content figure.base figcaption {
	margin-top: 8px;
	font-size: 14px;
	font-weight: 500;
}

@media screen and (min-width : 641px) {}
@media screen and (max-width : 640px) {
	.post-content h2.base {
		font-size: 18px;
	}
	.post-content h3.base {
		margin-bottom: 28px;
		font-size: 18px;
		line-height: 1.2222;
		padding-left: 33px;
	}
	.post-content h4.base {
		padding: 0;
		font-size: 16px;
		line-height: 1.4;
		margin-bottom: 28px;
	}
	.post-content figure.base figcaption {
		margin-top: 10px;
		font-size: 12px;
	}
}

/* .post-content .interview
------------------------------------------------------------------- */
.post-content .interview {
	margin: 40px 0;
	padding-top: 40px;
	border-top: 1px solid #B9B9B9;
}
.post-content .interview .i_title {
	margin: 40px auto 0;
	padding: 4px 16px 6px;
	border: 2px dotted;
	border-radius: 24px;
	position: relative;
	font-size: 22px;
	line-height: 1.2;
	font-weight: bold;
}
.post-content .interview .i_title:before {
	content: '';
	position: absolute;
	top: -40px;
	left: 0;
	right: 0;
	margin: auto;
	width: 32px;
	height: 32px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 32px;
	background-image: url(hotelinfo/icon_interview_comment.svg);
}
.post-content .interview .i_lead {
	margin: 0;
	margin-top: 24px;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
	text-align: center;
}

/* i_faq */
.post-content .interview .i_faq {
	list-style-type: none;
	margin: 32px 0;
	padding: 0 60px;
	border: 0;
	background: none;
}
.post-content .interview .i_faq .i_faq_q {
	margin: 0;
	padding: 0;
	padding-left: 25px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	position: relative;
}
.post-content .interview .i_faq .i_faq_q:before {
	content: 'Q.';
	position: absolute;
	top: 2px;
	left: 0;
	width: 30px;
	height: 30px;
	font-size: 18px;
	font-weight: 500;
	line-height: 1;
}
.post-content .interview .i_faq .i_faq_a {
	margin: 26px 0 0;
	padding: 0;
	display: flex;
	gap: 12px;
	border: 0;
}
.post-content .interview .i_faq .i_faq_img{
	margin: 13px 0 0;
}
.post-content .interview .i_faq .i_faq_a .mod-speech-bubble {
	margin: 0;
}

/* imgList */
.post-content .interview .imgList > h3 {
	font-size: 18px;
	margin-bottom: 20px;
	line-height: 1.4;
}

/* i_editors_note */
.post-content .interview .i_editors_note {
	margin: 40px 0 32px;
	padding: 22px 20px;
	border: 2px dotted #333;
	border-radius: 8px;
}
.post-content .interview .i_editors_note.has_photo {
	margin-top: 50px;
}
.post-content .interview .i_editors_note_title {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	margin: 0;
}
.post-content .interview .i_editors_note_title img {
	display: inline-block;
	width: 88px;
	height: 88px;
	object-fit: cover;
	border-radius: 50%;
	margin: 0;
	margin-top: -50px;
	margin-bottom: -20px;
	border: 4px solid #fff;
}
.post-content .interview .i_editors_note_title span {
	display: inline-block;
	min-height: 24px;
	padding-left: 32px;
	font-size: 20px;
	font-weight: bold;
	line-height: 1.2;
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 24px;
	background-image: url(hotelinfo/icon_editors_pen.svg);
}
.post-content .interview .i_editors_note_desc {
	margin: 24px 0 0;
	font-size: 16px;
	line-height: 1.7;
	color: #333;
}
.post-content .interview .mod-link-btn {
	margin: 0;
}
.post-content .interview .mod-link-btn > a {
	width: 430px;
}


@media screen and (min-width : 641px) {}
@media screen and (max-width : 640px) {
	.post-content .interview {
		margin-top: 28px;
		margin-bottom: 32px;
		padding-top: 28px;
	}
	.post-content .interview .i_title {
		font-size: 17px;
	}
	.post-content .interview .i_lead {
		font-size: 14px;
		text-align: left;
	}
	.post-content .interview .i_faq {
		margin-top: 26px;
		padding: 0;
	}
	.post-content .interview .i_faq .i_faq_q {
		font-size: 14px;
		padding-left: 20px;
	}
	.post-content .interview .i_faq .i_faq_q:before {
		top: 1px;
		font-size: 14px;
	}
	.post-content .interview .i_faq .i_faq_a {
		margin-top: 32px;
	}
	.post-content .interview .i_editors_note {
		margin: 32px 0;
	}
	.post-content .interview .i_editors_note_title {

	}
	.post-content .interview .i_editors_note_title span {
		order: 1;
		font-size: 16px;
		background-size: 18px;
		padding-left: 22px;
		min-height: 18px;
	}
	.post-content .interview .i_editors_note_title img {
		order: 2;
		width: 72px;
		height: 72px;
		margin-left: auto;
		margin-top: -62px;
		}
	.post-content .interview .i_editors_note_desc {
		font-size: 14px;
	}
}

/* .post-content .imgList
------------------------------------------------------------------- */
.post-content .imgList {
	margin: 32px 0;
}
.post-content .imgList > h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 0.6em;
}
.post-content .imgList img {
	width: 100%;
	height: auto;
}
.post-content .imgList figure {
	display: flex;
	flex-wrap: wrap;
	gap: 4px;
}
.post-content .imgList figure figcaption {
	margin: 0;
	font-size: 14px;
	font-weight: bold;
}
.post-content .imgList .caption {
	margin: 10px 0 0;
	font-size: 14px;
	font-weight: bold;
}

/* type_1 */
.post-content .imgList.type_1 figure {}
.post-content .imgList.type_1 figure img {}

/* type_2 */
.post-content .imgList.type_2 figure {}
.post-content .imgList.type_2 figure img {
	width: calc((100% - 8px) / 2);
}

/* type_3 */
.post-content .imgList.type_3 figure {}
.post-content .imgList.type_3 figure img {}
.post-content .imgList.type_3 figure img:nth-child(n+2) {
	width: calc((100% - 8px) / 2);
}

/* type_slide */
.post-content .imgList.type_slide {}

@media screen and (min-width : 768px) {}
@media screen and (max-width : 1364px) {}
@media screen and (max-width : 767px) {
	.post-content .imgList figure figcaption {
		font-size: 12px;
	}
	.post-content .imgList .caption {
		font-size: 12px;
	}
}

/* .post-footer .model-course
------------------------------------------------------------------- */
.post-footer .model-course {
	margin: 40px 0 0 0;
}
.post-footer .model-course .mc_title {
	margin: 0 0 20px;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.4;
}
.post-footer .model-course .mc_list {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	display: flex;
	gap: 24px;
}
.post-footer .model-course .mc_list_item {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	width: calc((100% - 24px) / 2);
}
.post-footer .model-course .mc_list_img {
	width: 100%;
}
.post-footer .model-course .mc_list_img_in {
	height: 0;
	position: relative;
	padding-top: 66.15854%;
}
.post-footer .model-course .mc_list_img img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.post-footer .model-course .mc_list_info {
	margin-top: 12px;
	display: flex;
}
.post-footer .model-course .mc_list_tags {
	list-style-type: none;
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.post-footer .model-course .mc_list_tags_item {
	margin: 0;
	padding: 0;
	border: 0;
	background: none;
}
.post-footer .model-course .mc_list_tags_item > a {
	display: block;
	font-size: 14px;
	line-height: 1;
	color: #333;
	text-decoration: none;
}
.post-footer .model-course .mc_list_date {
	margin: 0;
	margin-left: auto;
	font-size: 14px;
	line-height: 1;
	color: #333;
}
.post-footer .model-course .mc_list_title {
	margin: 16px 0 0;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	border: 0;
}

@media screen and (min-width : 641px) {}
@media screen and (max-width : 640px) {
	.post-footer .model-course {
		padding: 0 15px;
	}
	.post-footer .model-course .mc_title {
		font-size: 18px;
	}
	.post-footer .model-course .mc_list {
		flex-direction: column;
		position: relative;
	}
	.post-footer .model-course .mc_list_item {
		width: auto;
		padding-left: 179px;
		display: flex;
		flex-direction: column;
		min-height: 110px;
		position: relative;
	}
	.post-footer .model-course .mc_list_img {
		width: 167px;
		position: absolute;
		top: 0;
		left: 0;
	}
	.post-footer .model-course .mc_list_img_in {
		
	}
	.post-footer .model-course .mc_list_info {
		order: 1;
		margin-top: 16px;
	}
	.post-footer .model-course .mc_list_tags_item > a {
		font-size: 11px;
	}
	.post-footer .model-course .mc_list_date {
		font-size: 11px;
	}
	.post-footer .model-course .mc_list_title {
		margin-top: 0;
		font-size: 13px;
		line-height: 19px;
	}
}