.bukken_detail_around_box>h4 {
	color: #f03e8e;
	font-size: 1.5rem;
	font-weight: bold;
}

.bukken_detail_around_s {
	display: flex;
	/* gap: 2px; */
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.bukken_detail_around_box .bukken_detail_around {
	margin: 4px;
	width: 48%;
	margin-right: auto;
}

.bukken_detail_around_box .bukken_detail_around .bukken_detail_around_wrapper>* {
	display: inline-block;
	line-height: 1rem;
	font-size: 0.8rem;
}

.bukken_detail_around_box .bukken_detail_around .bukken_detail_around_sbt {
	background-color: #f03e8e;
	color: #fff;
	padding: 3px 5px;
	border-radius: 0.3rem;
	margin-bottom: 0.3rem;
	width: 94%;
	text-align: center;
}

@media screen and (min-width: 769px) {
	.bukken_detail_around_box .bukken_detail_around .bukken_detail_around_wrapper>* {
		display: inline-block;
		line-height: 1.6rem;
		font-size: 1rem;
	}

	.bukken_detail_around_box .bukken_detail_around .bukken_detail_around_sbt {
		background-color: #f03e8e;
		color: #fff;
		padding: 3px 5px;
		border-radius: 0.3rem;
		margin-bottom: 0.3rem;
		width: 25%;
	}
}

.staff-com {
	margin-bottom: 0.7rem;
	margin-top: 3em;
}

.staff-com>h4 {
	color: #f03e8e;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 10px;
}

.staff-com>table.contents {
	border: 1px solid #bbbbbb;
	width: 100%;
}

.staff-com>table.contents>tbody>tr.staff-info>td {
	vertical-align: top;
}

.staff-com>table.contents>tbody>tr.staff-info>td.image {
	width: 180px;
}

.staff-com>table.contents>tbody>tr.staff-info>td.image>img {
	margin: 15px;
	max-width: 150px;
	max-height: 150px;
}

.staff-com>table.contents>tbody>tr.staff-info>td.detail>div {
	margin: 1.2rem;
	margin-left: 0;
}

.staff-com>table.contents>tbody>tr.staff-info>td.detail>div>div {
	margin-top: 0.3rem;
	margin-bottom: 0.3rem;
}

.staff-com>table.contents>tbody>tr.staff-info>td.detail>div>div.name {
	font-size: 1.2rem;
}

.staff-com>table.contents>tbody>tr.staff-info>td.detail>div>div.license {
	font-size: 0.8rem;
}

.staff-com>table.contents>tbody>tr.staff-info>td.detail>div>div.comment {
	/* border: 1px dashed #bbbbbb; */
	padding: 0.8rem;
	font-size: 0.85rem;
}

.staff-com>table.contents>tbody>tr.bukken-info>td.comment-info {
	border-top: 1px dashed #bbbbbb;
}

.staff-com>table.contents>tbody>tr.bukken-info>td.comment-info>div {
	margin-left: 1.2rem;
}

.staff-com>table.contents>tbody>tr.bukken-info>td.comment-info>div:first-child {
	margin-top: 1.0rem;
}

.staff-com>table.contents>tbody>tr.bukken-info>td.comment-info>div:last-child {
	margin-bottom: 0.7rem;
}

.staff-com>table.contents>tbody>tr.bukken-info>td.comment-info>div.title {
	font-size: 1.0rem;
}

.staff-com>table.contents>tbody>tr.bukken-info>td.comment-info>div.title>span.icon {
	color: #f03e8e;
}

.staff-com>table.contents>tbody>tr.bukken-info>td.comment-info>div.comment>div {
	padding: 0.3rem;
	font-size: 0.85rem;
}

@media screen and (max-width: 768px) {
	.staff-com {
		margin: 3em auto 0.7rem auto;
		width: 98%;
	}

	.staff-com>h4 {
		color: #f03e8e;
		font-size: 18px;
		font-weight: bold;
		padding: 5px;
	}
}

@media screen and (min-width: 769px) {
	.bukken_detail_around_box .bukken_detail_around {
		display: inline-block;
	}
}

.video-youtube {
	width: 100%;
	box-shadow: 0 0 0 40px black;
	margin: 60px 0;
	background-color: black;
	text-align: center;
}

/* [SCREEN PC] 769～ */
@media print,
screen and (max-width: 1279px) {
	.video-youtube iframe {
		width: 560px;
		height: 315px;
	}
}

/* [SCREEN SP] */
@media screen and (max-width: 768px) {
	.video-youtube iframe {
		width: 320px;
		height: 180px;
	}
}

/* [SCREEN PC] 1280～ */
@media screen and (min-width: 1280px) {
	.video-youtube iframe {
		width: 1024px;
		height: 576px;
	}
}



/* ローンシミュレーション */
.loan-sim {
	width: 870px;
	margin: 5px auto;
}

.loan-sim-caption {
	font-size: 20px;
	font-weight: bold;
}

.loan-sim-input-area {
	width: 100%;
	margin: 5px auto;
	border: 1px solid #bbbbbb;
	box-sizing: border-box;
}

.loan-sim-result {
	display: flex;
	align-items: flex-end;
	margin: 10px auto;
	background-color: #f0f0f0;
	margin-bottom: 0px;
	padding-bottom: 10px;
}

.loan-sim-input {
	display: inline-block;
	margin: 10px 0 0 10px;
}

.loan-sim-input dt {
	font-weight: bold;
	font-size: 14px;
}

.loan-sim-input input[type="number"] {
	display: inline-block;
	width: 100px;
	text-align: right;
	padding: 3px 0 1px;
}

.loan-sim-input input.pay_month {
	display: inline-block;
	border-color: transparent;
	text-align: right;
	width: 200px;
	padding: 0 10px;
	font-size: 32px;
	color: red;
	font-weight: bold;
	border-radius: 0;
}

.loan-sim-input input.pay_bonus {
	display: inline-block;
	border-color: transparent;
	text-align: right;
	width: 100px;
	padding: 0 10px;
	border-radius: 0;
}

.loan-sim-input input+span {
	display: inline-block;
	padding: 4px;
	vertical-align: baseline;
	font-size: 18px;
}

.loan-sim-result-cover dd {
	background-color: white;
}

.loan-sim-result-month dt {
	font-size: 18px;
}

.loan-sim-explain {
	background-color: #f0f0f0;
	margin-bottom: 0px;
	padding: 0 10px 10px;
	color: gray;
}

/* [SCREEN SP] */
@media screen and (max-width: 768px) {
	.loan-sim {
		margin: 5px 5px;
	}

	.loan-sim-caption {
		font-size: 18px;
		font-weight: bold;
		margin: 0 5px;
	}

	.loan-sim_calc .loan-sim-input {
		display: flex;
		align-items: center;
	}

	.loan-sim_calc .loan-sim-input dt {
		flex: 50% 0 0;
		padding-right: 5px;
		box-sizing: border-box;
		text-align: right;
	}

	.loan-sim_calc .loan-sim-input dd {
		flex: 50% 0 0;
		box-sizing: border-box;
		text-align: left;
	}

	.loan-sim-input input[type="number"] {
		padding: 3px 5px 1px;
	}

	.loan-sim-result {
		flex-wrap: wrap;
		justify-content: center;
	}

	.loan-sim-result .loan-sim-input {
		width: 300px;
		margin: 10px auto 0;
	}

	.loan-sim-result .loan-sim-input input[type="text"] {
		width: 80%;
	}

	.loan-sim-button-info dt {
		font-size: 11px;
	}
}

/*---テンプレート物件画像スライダーPC---*/
.tpl-slide-wrap {
	width: 100%;
	/* max-width: 1100px;
	margin: 0 auto 5px; */
}

.tpl-sec__inner {
	padding: 10px 0;
}

.tpl-info__row {
	display: flex;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto 5px;
	justify-content: space-between;
}

.tpl-info__column {
	width: 100%;
}

.tpl-info__column.pc-hidden.madori {
	margin-left: 33px;
}

.tpl-info__column.sp-hidden.madori {
	display: none;
}

.tpl-info__row div.tpl-info__column.madori img {
	cursor: auto;
	width: 100%;
	max-width: 384px;
	height: 288px;
	background: #ffffff;
	margin: 0 auto;
	display: block;
}

.swiper-button-prev,
.swiper-button-next {
	background-color: rgb(237 237 237 / 90%);
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 38px;
	min-width: auto;
	height: 50px;
	z-index: 1;
	right: 0;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
	left: var(--swiper-navigation-sides-offset, 0);
	right: auto;
}

.tpl-js-slider-main .swiper-button-prev:after {
	content: "";
	display: inline-block;
	background: url("../../../img/detail/arrow_left_grid.svg") top center/cover;
	width: 15px;
	height: 30px;
}

.tpl-js-slider-main .swiper-button-next:after {
	content: "";
	display: inline-block;
	background: url("../../../img/detail/arrow_right_grid.svg") center/cover;
	width: 15px;
	height: 30px;
}

.slick-prev:before,
.slick-next:before {
	font-family: 'slick';
	font-size: 20px;
	line-height: 1;
	opacity: .75;
	color: rgb(87, 70, 70) !important;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.swiper.tpl-js-slider-main.swiper-initialized.swiper-horizontal {
	width: 704px;
	width: 768px;
}

.tpl-info-mainSlide__pic {
	width: 100%;
	height: 528px;
	height: 576px;
	object-fit: contain;
	box-sizing: border-box;
	cursor: pointer;
	border: 1px solid #e1e1e1;
	background: #fdfdfd;
}

.tpl-info-mainSlide__item {
	position: relative;
}

.tpl-thumbnail-img img {
	width: 100%;
	-o-object-fit: contain;
	object-fit: contain;
	cursor: pointer;
	background: #fff;
	box-sizing: border-box;
}

.tpl-info-mainSlide__txt {
	position: initial;
	bottom: 0;
	left: 0;
	width: auto;
	max-width: 1100px;
	background-color: #fff;
	padding: 10px;
	color: #333;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 auto 5px auto;
}

.tpl-info-mainSlide__txt span {
	background: #e4e4e4;
	padding: 2px 5px 0px 5px;
	border-radius: 7px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
}

.swiper-count {
	position: absolute;
	top: 10px;
	left: 10px;
	background-color: rgb(60 60 60 / 80%);
	color: #ffffff;
	font-size: 14px;
	padding: 4px 10px;
	border-radius: 20px;
	display: block;
	z-index: 1;
}

/* 矢印共通（main swiper） */
.tpl-info-mainSlide .swiper-button-prev,
.tpl-info-mainSlide .swiper-button-next {
	right: 0%;
	text-align: center;
	width: 38px;
	height: 50px;
	background-color: rgb(255 255 255 / 90%);
	top: 50%;
	transform: translateY(-50%);
	z-index: 10;
	padding: 10px;
	opacity: 0.75;
}

/* サムネイルスライダー */
.tpl-js-slider-modal {
	background: #eee;
	padding: 5px;
	position: relative;
}

.tpl-js-slider-modal .swiper-button-prev:after {
	content: "";
	display: inline-block;
	background: url("../../../img/detail/arrow_left_grid.svg") center/cover;
	width: 15px;
	height: 30px;
	left: 0px;
	text-align: center;
}

.tpl-js-slider-modal .swiper-button-next:after {
	content: "";
	display: inline-block;
	background: url("../../../img/detail/arrow_right_grid.svg") center/cover;
	width: 15px;
	height: 30px;
	right: 0px;
	text-align: center;
}

.tpl-js-slider-modal {
	user-select: none;
	-webkit-user-drag: none;
	width: auto;
	overflow: hidden;
}

.tpl-js-slider-modal .swiper-slide {
	width: var(--thumb-slide-width) !important;
	height: 100px;
	display: flex;
	margin-right: 2px !important;
	margin-left: 0;
}

.tpl-js-slider-modal .swiper-slide img {
	object-fit: contain;
}

.tpl-js-slider-modal .thumbs-prev,
.tpl-js-slider-modal .thumbs-next {
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	width: 38px;
	height: 38px;
	background-color: #fff;
	z-index: 10;
	cursor: pointer;
	opacity: 0.9;
}

.tpl-js-slider-modal .thumbs-prev {
	left: 0;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 15px 30px;
}

.tpl-js-slider-modal .thumbs-next {
	right: 0;
	background-position: center;
	background-size: 15px 30px;
}

.swiper-slide-thumb-active img {
	border: solid 2px #ff5268;
}

/* 無効化状態でも常に表示 */
.swiper-button-disabled {
	opacity: 0.5 !important;
	pointer-events: auto !important;
}

/*---SP用---*/
@media print,
screen and (max-width: 767.98px) {

	.swiper.tpl-js-slider-main.swiper-initialized.swiper-horizontal {
		width: 100%;
	}

	.tpl-js-slider-modal {
		user-select: none;
		-webkit-user-drag: none;
		width: auto;
		overflow: hidden;
	}

	.fancybox-toolbar .fancybox-button {
		height: 54px !important;
		padding: 5px !important;
		width: 54px !important;
	}

	.tpl-slide-wrap {
		width: 100%;
		margin: auto;
	}

	.tpl-sec__inner {
		padding: initial;
	}

	.tpl-info__row {
		display: block;
		width: 100%;
		max-width: 1100px;
	}

	.tpl-info__column {
		width: 100%;
	}

	.tpl-info__column.pc-hidden.madori {
		display: none;
		margin-left: 0;
	}

	.tpl-info__column.sp-hidden.madori {
		display: block;
		margin-left: 0;
		margin-top: 10px;
	}

	.tpl-info__column.sp-hidden.madori img {
		width: 90%;
		max-height: 248px;
		margin: 0 auto;
		display: block;
		border: 1px solid #ccc;
	}

	.tpl-info-mainSlide__pic {
		width: 100%;
		max-height: 35vh;
		object-fit: contain;
		border: initial;
		background: #f3f4f5;
	}

	.tpl-info-mainSlide__txt {
		display: block;
	}

	.tpl-js-slider-modal .swiper-slide {
		height: auto;
		padding: 0 2px;
	}

	.tpl-info-mainSlide .swiper-num {
		font-size: 1.2rem;
		top: 5px;
		left: 5px;
		width: 50px;
	}

	.tpl-js-slider-modal .swiper-slide img {
		object-fit: contain;
	}

	.tpl-thumbnail-img img {
		width: 100%;
		height: 71px;
	}

	.tpl-js-slider-modal .thumbs-prev,
	.tpl-js-slider-modal .thumbs-next {
		position: absolute;
		top: 75%;
		transform: translateY(-50%);
		width: 38px;
		height: 38px;
		background-color: #fff;
		z-index: 10;
		cursor: pointer;
		opacity: 0.9;
	}
}

/*------------------------
スライダー サイドコンテンツ
------------------------*/
.s_slide_form {
	margin: 19px auto 0;
	width: 384px;
}

.s_slide_form .s_slide_form-tit {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #79706c;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	padding-left: 11px;
	padding-right: 11px;
	border-radius: 4px 4px 0 0;
}

.s_slide_form .s_slide_form-warp {
	padding: 15px 10px;
	background-color: #f9f9f9;
	border: 1px solid #dbdbdb;
	border-radius: 0 0 4px 4px;
	color: #333;
}

.s_slide_form_input {
	margin-top: 0;
}

.s_slide_form_button_wrap {
	display: flex;
	gap: 5px;
}

.s_slide_form_favorite {
	min-width: 26%;
	height: 60px;
	margin: 0;
	box-sizing: border-box;
	background: #ff7039;
	border: none;
	border-bottom: 1px solid #b86107;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	font-size: 14px;
	text-align: center;
	box-shadow: 0 0px 2px 0 #cc4c4c, inset 0px -3px 0 0 #f24b26;
	outline: none;
}

.s_slide_form_favorite.member_added {
	background: #ff8b5f;
	border-bottom: 1px solid #c5731d;
	box-shadow: 0 0px 2px 0 #df7878, inset 0px -3px 0 0 #ef6647;
}

.s_slide_form_favorite.member_added {
	background: #8d8d8d;
	border-bottom: 1px solid #857665;
	box-shadow: 0 0px 2px 0 #8b8181, inset 0px -3px 0 0 #7b7371;
}

.s_slide_form_inquiry {
	width: 100%;
	height: 60px;
	margin: 0;
	box-sizing: border-box;
	background: #f22727;
	border: none;
	border-bottom: 1px solid #c20303;
	border-radius: 3px;
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	box-shadow: 0 0px 2px 0 #9f0000, inset 0px -3px 0 0 #b80e0e;
	outline: none;
}

.s_slide_form_inquiry .s_slide_form_inquiry-text {
	font-size: 16px;
}

.s_slide_form_inquiry .s_slide_form_inquiry-label {
	font-size: 14px;
	line-height: 1.5;
}

.s_slide_form_shop {
	margin-top: 15px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-width: 0;
	background-image: -webkit-linear-gradient(left, transparent 0%, #ffffff 50%, transparent 100%);
	background-image: linear-gradient(90deg, transparent 0%, #e7e7e7 50%, transparent 100%);
}

.s_slide_form_shop .icon-tel {
	font-size: 20px;
	color: #5f5f5f;
}

.s_slide_form_shop .icon-tel:before {
	/* content: ""; */
	display: inline-block;
	margin-right: 5px;
}

.s_slide_form_shop .icon-tel:before {
	background-position: 0 0;
	height: 22px;
	width: 22px;
}

.s_slide_form_shop .s_slide_form_shop-cal-number {
	color: #cc0000;
	font-weight: bold;
	font-size: 24px;
}

.s_slide_form_shop .s_slide_form_shop-name {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 5px;
}

.s_slide_form_shop .s_slide_form_shop-name span {
	font-weight: bold;
}

.s_slide_form_shop .s_slide_form_shop-detail {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.4;
	padding-bottom: 5px;
}

.s_slide_form_shop-detail-text {
	margin-top: 2px;
}

.s_slide_form_shop-detail-map {
	margin-top: 5px;
}

.s_slide_form_shop-detail-map a:link {
	/* background: #b3b3b3; */
	width: fit-content;
	padding: 3px 10px;
	border-radius: 10px;
	color: #555;
	line-height: normal;
}

.s_slide_form_shop-detail-map a:hover {
	text-decoration: none;
}

/*------------------------
fancybox キャプション調整
------------------------*/
.fancybox-caption__body span {
	color: #333;
	background: #e4e4e4;
	padding: 2px 5px 4px 5px;
	border-radius: 7px;
	display: block;
	width: fit-content;
	margin: 0 auto 5px;
}

.fancybox-toolbar .fancybox-button {
	background: rgba(30, 30, 30, .6);
	border: 0;
	border-radius: 0;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	height: 54px !important;
	margin: 0;
	padding: 5px !important;
	position: relative;
	transition: color .2s;
	vertical-align: top;
	visibility: inherit;
	width: 54px !important;
	min-width: auto;
}

.fancybox-navigation .fancybox-button {
	background-clip: content-box;
	height: 100px;
	opacity: 0;
	position: absolute;
	top: calc(50% - 50px);
	width: 70px;
	min-width: auto;
}
