.detail-content {
	max-width: 1300px;
	margin: 0 auto;
}


/* detail-head */
/* ----------------------------- */

.detail-head {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 25px;
}

@media screen and (max-width: 736px) {
	.detail-head {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px;
	}
}

.detail-head > .title {
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: calc(100% - 280px);
}

@media screen and (max-width: 1380px) {
	.detail-head > .title {
		width: calc(100% - 250px);
	}
}

@media screen and (max-width: 736px) {
	.detail-head > .title {
		width: 100%;
	}
}

.detail-head > .title > .category {
	border-radius: 3px;
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	color: #fff;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
	letter-spacing: 0.1em;
	margin-right: 15px;
	min-width: 112px;
	padding: 13px 20px 14px;
	text-align: center;
	text-indent: 0.1em;
}

@media screen and (max-width: 1405px) {
	.detail-head > .title > .category {
		font-size: 14px;
		min-width: 95px;
		padding: 13px 15px 14px;
	}
}

@media screen and (max-width: 736px) {
	.detail-head > .title > .category {
		font-size: 11px;
		letter-spacing: 0.05em;
		padding: 6px;
		width: auto;
		margin-right: 7px;
		min-width: 60px;
		text-indent: 0.05em;
	}
}

@media screen and (max-width: 736px) {
	.detail-head > .title > .main {
		display: inline-block;
	}
}

.detail-head > .title > .main > .name {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 30px;
	font-weight: 300;
	letter-spacing: 0.05em;
	line-height: 1.1;
	margin-bottom: 3px;
}

@media screen and (max-width: 1405px) {
	.detail-head > .title > .main > .name {
		font-size: 27px;
		letter-spacing: 0.03em;
	}
}

@media screen and (max-width: 736px) {
	.detail-head > .title > .main > .name {
		font-size: 16px;
		margin: 3px 0 0;
	}
}

.detail-head .sub-text {
	color: #aaaaaa;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 10px;
	letter-spacing: 0.01em;
	line-height: 1.1;
}


@media screen and (max-width: 736px) {
	.detail-head > .title > .main > .sub-text {
		display: none;
	}

	.detail-head > .sub-text {
		line-height: 1.2;
		margin-top: 13px;
	}

	.detail-head > .distance-wrap {
		display: none;
	}
}

@media screen and (max-width: 736px) {
	.register {
		background-color: #fff;
		margin-top: 5px;
		padding: 3px 0;
		text-align: center;
		width: 100%;
	}

	.register > p {
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 13px;
		letter-spacing: 0.05em;
	}

	.register > p > span {
		color: #ef4778;
		font-family: 'Lato', sans-serif;
		font-size: 20px;
		margin: 0 4px;
		line-height: 1;
	}
}

.distance-wrap {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	background-color: #fff;
	border-radius: 3px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 3px 14px 4px;
	min-width: 330px;
}

@media screen and (max-width: 1380px) {
	.distance-wrap {
		padding: 3px 12px 4px;
		min-width: 300px;
	}
}

@media screen and (max-width: 736px) {
	.distance-wrap {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 10px 20px;
		padding: 11px 12px 11px;
		width: auto;
	}
}

.distance-wrap > .main {
	margin: 0 10px 1px 0;
}

.distance-wrap > .main > .university {
	color: #30afea;
	display: block;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 1380px) {
	.distance-wrap > .main > .university {
		font-size: 11px;
		letter-spacing: 0.05em;
	}
}

@media screen and (max-width: 736px) {
	.distance-wrap > .main > .university {
		font-size: 12px;
		margin-bottom: 3px;
	}
}

.distance-wrap > .main > .undergraduate {
	color: #30afea;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 17px;
	font-weight: 500;
	letter-spacing: 0.075em;
}

@media screen and (max-width: 1380px) {
	.distance-wrap > .main > .undergraduate {
		font-size: 15px;
	}
}

@media screen and (max-width: 736px) {
	.distance-wrap > .main > .undergraduate {
		font-size: 17px;
	}
}

.distance-wrap > .main > span,
.distance-wrap > .time > span {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0;
}

@media screen and (max-width: 1380px) {
	.distance-wrap > .main > span,
	.distance-wrap > .time > span {
		font-size: 13px;
	}
}

@media screen and (max-width: 736px) {
	.distance-wrap > .main > span,
	.distance-wrap > .time > span {
		font-size: 14px;
	}
}

.distance-wrap > .time > .num {
	color: #000;
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	letter-spacing: 0.025em;
	line-height: 1;
}

@media screen and (max-width: 1380px) {
	.distance-wrap > .time > .num {
		font-size: 34px;
	}
}

@media screen and (max-width: 736px) {
	.distance-wrap > .time > .num {
		font-size: 38px;
	}
}

/* detail-infomation */
/* ----------------------------- */

.detail-infomation {
	margin-bottom: 25px;
}

@media screen and (max-width: 736px) {
	.detail-infomation {
		margin: 20px 0 0;
		padding: 0 10px;
	}
}

.detail-infomation > .wrap {
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap {
		border-bottom: 1px solid #aaaaaa;
		display: block;
		margin-bottom: 20px;
		padding-bottom: 20px;
	}
}

.detail-infomation > .wrap > .item {
	text-align: center;
	position: relative;
	width: 11.1%;
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item {
		text-align: left;
		display: inline-block;
		margin-bottom: 7px;
		width: 49%;
	}
}

.detail-infomation > .wrap > .item::after {
	background-color: #cccccc;
	content: '';
	position: absolute;
	right: 0;
	height: 25px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item::after {
		content: none;
	}
}

.detail-infomation > .wrap > .item:nth-child(1)::before {
	background-color: #aaaaaa;
	content: '';
	position: absolute;
	left: 0;
	height: 45px;
	top: 50%;
	transform: translateY(-50%);
	width: 1px;
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item:nth-child(1)::before {
		content: none;
	}
}

.detail-infomation > .wrap > .item.line::after {
	background-color: #aaaaaa;
	height: 45px;
}

.detail-infomation > .wrap > .item.large {
	width: 15.9%;
}


@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item.large {
		display: block;
		width: 100%;
	}
}

.detail-infomation > .wrap > .item.midi {
	width: 14.8%;
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item.midi {
		width: 49%;
	}
}

.detail-infomation > .wrap > .item.small {
	padding-left: 14px;
	width: 13.8%;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item.small {
		padding-left: 7px;
	}
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item.small {
		padding-left: 0;
		width: 100%;
	}
}

.detail-infomation > .wrap > .item > .inner {
	display: inline-block;
	margin: 0 auto;
	text-align: left;
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		width: 100%;
	}

	.detail-infomation > .wrap > .item.large > .inner {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
	}
}

.detail-infomation > .wrap > .item > .inner > .content {
	color: #30afea;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	margin-bottom: 7px;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .inner > .content {
		font-size: 13px;
		margin-bottom: 8px;
	}
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item > .inner > .content {
		font-size: 11px;
		margin-bottom: 7px;
	}
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .inner > .content {
		background-color: #fcfcfc;
		border-radius: 3px;
		color: #000;
		font-size: 12px;
		margin: 0 5px 0 0 !important;
		padding: 5px 0;
		text-align: center;
		width: 49px;
	}
}

.detail-infomation > .wrap > .item > .inner > .content > .sub {
	font-size: 11px;
	margin-left: 2px;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .inner > .content > .sub {
		font-size: 10px;
	}
}

.detail-infomation > .wrap > .item > .inner > .price {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	letter-spacing: 0.01em;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .inner > .price {
		font-size: 18px;
	}
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item > .inner > .price {
		font-size: 16px;
	}
}

.detail-infomation > .wrap > .item > .inner > h2.price {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 31px;
	line-height: 1;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .inner > h2.price {
		font-size: 27px;
	}
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item > .inner > h2.price {
		font-size: 24px;
	}
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .inner > h2.price {
		font-size: 34px;
	}
}

.detail-infomation > .wrap > .item > .inner .unit {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 15px;
	margin-left: 3px;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .inner .unit {
		font-size: 14px;
	}
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item > .inner .unit {
		font-size: 12px;
	}
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .inner .unit {
		font-size: 13px;
	}
}

.detail-infomation > .wrap > .item.large > .inner > .content {
	margin-bottom: 1px;
}


.detail-infomation > .wrap > .item.midi > .inner > .content {
	margin-bottom: 14px;
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item.midi > .inner > .content {
		margin-bottom: 12px;
	}
}

.detail-infomation > .wrap > .item > .inner > .floor {
	color: #333333;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	letter-spacing: 0.1em;
	line-height: 1;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .inner > .floor {
		font-size: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item > .inner > .floor {
		font-size: 17px;
	}
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .inner > .floor {
		font-size: 16px;
	}
}

.detail-infomation > .wrap > .item > .inner > .season {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 16px;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .inner > .season {
		font-size: 13px;
	}
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item > .inner > .season {
		font-size: 12px;
	}
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .inner > .season {
		font-size: 13px;
		letter-spacing: 0;
	}
}

.detail-infomation > .wrap > .item > .button-flat {
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .button-flat {
		margin-top: 15px;
	}
}

.detail-infomation > .wrap > .item > .button-flat > .inner > span {
	font-size: 15px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

@media screen and (max-width: 1380px) {
	.detail-infomation > .wrap > .item > .button-flat > .inner > span {
		font-size: 13px;
	}
}

@media screen and (max-width: 1280px) {
	.detail-infomation > .wrap > .item > .button-flat > .inner > span {
		font-size: 12px;
		letter-spacing: 0;
		text-indent: 0;
	}
}

@media screen and (max-width: 736px) {
	.detail-infomation > .wrap > .item > .button-flat > .inner > span {
		font-size: 15px;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
	}
}

/* detail-main */
/* ----------------------------- */

.detail-main {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 35px;
}

@media screen and (max-width: 736px) {
	.detail-main {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
}

.detail-main > .image {
	position: relative;
	padding-right: 20px;
	width: calc(100% - 325px);
}

@media screen and (max-width: 736px) {
	.detail-main > .image {
		padding-right: 0;
		width: 100%;
	}
}

.detail-main > .image > .slider {
	overflow: hidden;
	position: relative;
}

.detail-main > .image > .slider,
.detail-main > .image > .slider > .swiper-wrapper,
.detail-main > .image > .slider > .swiper-wrapper > .swiper-slide,
.detail-main > .image > .slider > .swiper-wrapper > .swiper-slide > img {
	height: auto;
	width: 100%;
}

.detail-main > .image > .slider > .swiper-button-next,
.detail-main > .image > .slider > .swiper-button-prev{
	outline: none;
	width: 70px;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider > .swiper-button-next,
	.detail-main > .image > .slider > .swiper-button-prev{
		width: 50px;
	}
}

.detail-main > .image > .slider > .swiper-button-next::after,
.detail-main > .image > .slider > .swiper-button-prev::after {
	content: none;
}

.detail-main > .image > .slider > .swiper-button-next img,
.detail-main > .image > .slider > .swiper-button-prev img {
	height: 70px;
	width: 71px;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider > .swiper-button-next img,
	.detail-main > .image > .slider > .swiper-button-prev img {
		height: 50px;
		width: 51px;
	}
}

.detail-main > .image > .slider > .swiper-button-next {
	transform: rotate(180deg);
	right: 0;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider > .swiper-button-next {
		right: -5px;
	}
}

.detail-main > .image > .slider > .swiper-button-prev {
	left: 0;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider > .swiper-button-prev {
		left: -5px;
	}
}

.detail-main > .image > .slider-thumbnail > .swiper-pagination {
	color: #555555;
	height: 12px;
	font-family: 'Lato', sans-serif;
	font-size: 11px;
	letter-spacing: 0.025em;
	position: absolute;
	right: 10px;
	left: auto;
	top: 5px;
	text-align: right;
	display: inline-block;
	width: 24px;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider-thumbnail > .swiper-pagination {
		top: 4px;
	}
}

.detail-main > .image > .slider-thumbnail {
	background-color: #fff;
	overflow: hidden;
	margin-top: 10px;
	padding: 20px 0;
	position: relative;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider-thumbnail {
		margin-top: 0;
		padding: 20px 0 10px;
	}
}

.detail-main > .image > .slider-thumbnail,
.detail-main > .image > .slider-thumbnail > .swiper-wrapper,
.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide > img  {
	height: auto;
	width: 100%;
}

.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide {
	overflow: hidden;
	width: 14.6%;
}

.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide:hover {
	cursor: pointer
}

.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active {
	position: relative;
}

.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide.swiper-slide-thumb-active::after {
	border: 4px solid #40dbd3;
	box-sizing: border-box;
	content: '';
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.detail-main > .image > .slider-thumbnail > .swiper-button-next,
.detail-main > .image > .slider-thumbnail > .swiper-button-prev{
	outline: none;
	width: 70px;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider-thumbnail > .swiper-button-next,
	.detail-main > .image > .slider-thumbnail > .swiper-button-prev {
		top: 54%;
		width: 51px;
	}
}

.detail-main > .image > .slider-thumbnail > .swiper-button-next::after,
.detail-main > .image > .slider-thumbnail > .swiper-button-prev::after {
	content: none;
}

.detail-main > .image > .slider-thumbnail > .swiper-button-next img,
.detail-main > .image > .slider-thumbnail > .swiper-button-prev img {
	height: 70px;
	width: 71px;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider-thumbnail > .swiper-button-next img,
	.detail-main > .image > .slider-thumbnail > .swiper-button-prev img {
		height: 50px;
		width: 51px;
	}
}

.detail-main > .image > .slider-thumbnail > .swiper-button-next {
	transform: rotate(180deg);
	right: 0;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider-thumbnail > .swiper-button-next {
		right: -5px;
	}
}

.detail-main > .image > .slider-thumbnail > .swiper-button-prev {
	left: 0;
}

@media screen and (max-width: 736px) {
	.detail-main > .image > .slider-thumbnail > .swiper-button-prev {
		left: -5px;
	}
}

.detail-main > .content {
	margin-left: 15px;
	width: 310px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content {
		margin: 0;
		width: 100%;
	}
}

.detail-main > .content > .distance-wrap {
	display: none;
}

.detail-main > .content > .favorite {
	background-color: #fafafa;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.05em;
	margin-bottom: 15px;
	padding: 2px 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .favorite {
		display: none;
	}
}

.detail-main > .content > .favorite > span {
	color: #ef4778;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	margin: 0 3px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap {
		background: rgb(72,185,237);
		background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
		padding: 18px 15px 20px;
	}
}

.detail-main > .content > .content-wrap > .item {
	border-bottom: 1px solid #aaaaaa;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 17px;
	padding-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item {
		border-bottom: none;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
		padding-bottom: 0;
	}
}

.detail-main > .content > .content-wrap > .item > .list {
	border-radius: 3px;
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	margin-bottom: 1%;
	padding: 2px;
	width: 49.5%;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list {
		background: #fff;
		border-radius: 5px;
		margin-bottom: 5px;
		padding: 7px 0;
		height: 50px;
		width: 100%;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a {
	border-radius: 2px;
	background-color: #fff;
	display: block;
	height: 100%;
	padding: 20px 0;
	text-align: center;
	transition: background 0.3s;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a {
		border-radius: 0;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 0;
		text-align: left;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a > .icon {
	fill: #39b2e9;
	height: auto;
	width: 34px;
	transition: fill 0.3s;
}

.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-line {
	margin-bottom: 3px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-line {
		width: 26px;
		margin: 0 21px 0 0;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-heart {
	margin-bottom: 7px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-heart {
		width: 24px;
		margin: 0 20px 0 3px;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-mail {
	margin-bottom: 16px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-mail {
		width: 27px;
		margin: 0 20px 0 0;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-schedule {
	margin-bottom: 8px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a > .icon.icon-schedule {
		width: 26px;
		margin: 0 19px 0 2px;
	}
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a > .box {
		min-width: 196px;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a > .box > .text {
	color: #30afea;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	letter-spacing: 0.025em;
	margin-bottom: 3px;
	transition: color 0.3s;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a > .box > .text {
		font-size: 17px;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a > .box > .text > span {
	display: block;
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a > .box > .text > span {
		display: inline;
		font-size: 17px;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a > .box > .attention {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	transition: color 0.3s;
}

.detail-main > .content > .content-wrap > .item > .list > a:hover {
	background: transparent;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a:hover {
		background: #fff;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a:hover > .icon {
	fill: #fff;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a:hover > .icon {
		fill: #39b2e9;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a:hover > .box > .text {
	color: #fff;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a:hover > .box > .text {
		color: #39b2e9;
	}
}

.detail-main > .content > .content-wrap > .item > .list > a:hover > .box > .attention {
	color: #fff;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .item > .list > a:hover > .box > .attention {
		color: #555555;
	}
}

.detail-main > .content > .content-wrap > .button-flat {
	margin-bottom: 5px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .button-flat {
		border-radius: 5px;
		padding: 0;
	}
}

.detail-main > .content > .content-wrap > .button-flat > .inner {
	background-color: #ffff69;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .button-flat > .inner {
		border-radius: 5px;
		padding: 15px 0 14px;
	}
}

.detail-main > .content > .content-wrap > .button-flat > .inner > span {
	font-size: 18px;
}

@media screen and (max-width: 736px) {
	.detail-main > .content > .content-wrap > .button-flat > .inner > span {
		font-size: 16px;
	}
}

.detail-main > .content > .content-wrap > .button-flat:hover .inner {
	background: transparent;
}

.sending-button {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 15px;
}

@media screen and (max-width: 736px) {
	.sending-button {
		margin-bottom: 0;
	}
}

.sending-button > a {
	border-radius: 3px;
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	display: block;
	padding: 2px;
	text-align: center;
	width: 49.5%;
}

@media screen and (max-width: 736px) {
	.sending-button > a {
		border-radius: 5px;
		background: #fff;
		padding: 13px 0;
		width: 49.3%;
	}
}

.sending-button > a > .inner {
	border-radius: 2px;
	background-color: #fff;
	padding: 8px 0;
	transition: background 0.3s;
}

@media screen and (max-width: 736px) {
	.sending-button > a > .inner {
		border-radius: 5px;
		padding: 0;
	}
}

.sending-button > a > .inner > span {
	color: #30b2ed;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 15px;
	padding-left: 30px;
	position: relative;
	transition: color 0.3s;
}

.sending-button > a > .inner > span > .icon {
	fill: #30b2ed;
	height: 22px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 23px;
	transition: fill 0.3s;
}

.sending-button > a:hover > .inner {
	background: transparent;
}

.sending-button > a:hover > .inner > span {
	color: #fff;
}

.sending-button > a:hover > .inner > span > .icon {
	fill: #fff;
}

.shop-contact {
	background-color: #fff;
	border-radius: 3px;
	padding: 15px 12px;
}

@media screen and (max-width: 736px) {
	.shop-contact {
		margin: 8px 4px 0; 
		width: auto;
	}
}

.shop-contact > .name {
	color: #30b2ed;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	font-weight: 500;
	letter-spacing: 0.05em;
	margin-bottom: 2px;
}

@media screen and (max-width: 736px) {
	.shop-contact > .name {
		text-align: center;
	}
}

.shop-contact > .name > span {
	font-size: 15px;
	letter-spacing: 0;
	margin-left: 3px;
}

.shop-contact > .number {
	display: block;
	margin-bottom: 2px;
}

@media screen and (max-width: 736px) {
	.shop-contact > .number {
		text-align: center;
	}
}

.shop-contact > .number > h4 {
	font-family: 'Lato', sans-serif;
	font-size: 38px;
	letter-spacing: 0.08em;
}

.shop-contact > .time {
	background-color: #ebf1f1;
	display: inline-block;
	padding: 2px 4px;
}

@media screen and (max-width: 736px) {
	.shop-contact > .time {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		padding: 5px 0;
		width: 100%;
	}
}

.shop-contact > .time > .head {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
	padding-right: 8px;
	position: relative;
}

.shop-contact > .time > .head::after {
	background-color: #cccccc;
	content: '';
	position: absolute;
	height: 14px;
	right: 1px;
	top: 53%;
	transform: translateY(-50%);
	width: 1px;
}

.shop-contact > .time > .data {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 13px;
	letter-spacing: 0.1em;
}

.shop-contact > .detail {
	border-bottom: 1px solid #30afea;
	color: #30afea;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	margin-left: 10px;
	transition: opacity 0.3s;
}

@media screen and (max-width: 736px) {
	.shop-contact > .detail {
		display: none;
	}
}

.shop-contact > .detail:hover {
	opacity: 0.7;
}

/* detail-information */
/* ----------------------------- */

.detail-information {
	margin-bottom: 50px;
}

@media screen and (max-width: 736px) {
	.detail-information {
		margin-bottom: 30px;
	}
}

.detail-information > .head {
	display: block;
	margin-bottom: 15px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.detail-information > .head {
		background-color: #d7dfe6;
		margin: 0 10px 15px;
		padding: 9px 19px;
		width: auto;
	}
}

.detail-information > .head::after {
	border-bottom: 1px dashed #aaaaaa;
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	z-index: 0;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-information > .head::after {
		content: none;
	}
}

.detail-information > .head > span {
	background-color: #eef3f3;
	color: #30afea;
	display: inline-block;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 18px;
	letter-spacing: 0.1em;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}

@media screen and (max-width: 736px) {
	.detail-information > .head > span {
		background-color: transparent;
		color: #000;
		font-size: 13px;
	}
}

.detail-information > .wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 0 10px;
	}
}

.detail-information > .wrap > .box {
	width: 48.1%;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .box {
		padding: 0 10px;
		width: 100%;
	}
}

.detail-information > .wrap > .facility {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility {
		margin-bottom: 13px;
	}
}

.detail-information > .wrap > .facility > .item {
	background-color: rgba(0,0,0,0.2);
	border-radius: 3px;
	height: 67px;
	margin-right: 0.9333%;
	margin-bottom: 0.9333%;
	position: relative;
	text-align: center;
	width: 24.3%;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item {
		height: 47px;
		margin-right: 1.25%;
		margin-bottom: 1.25%;
		width: 32.5%;
	}
}

.detail-information > .wrap > .facility > .item.active {
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
}

.detail-information > .wrap > .facility > .item:nth-child(4n) {
	margin-right: 0;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item:nth-child(4n) {
		margin-right: 1.25%;
	}
	.detail-information > .wrap > .facility > .item:nth-child(3n) {
		margin-right: 0;
	}
}

.detail-information > .wrap > .facility > .item > .inner {
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	margin: 0 auto;
	transform: translateY(-50%);
}

.detail-information > .wrap > .facility > .item > .inner > span {
	color: #fff;
	display: block;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: -0.03em;
}


@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > span {
		font-size: 11px;
	}

	.detail-information > .wrap > .facility > .item > .inner > span.net {
		letter-spacing: -0.13em;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-ha {
	height: 30px;
	margin-bottom: 2px;
	width: 31px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-ha {
		height: 22px;
		margin-bottom: 5px;
		width: 22px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-bt {
	height: 30px;
	margin-bottom: 2px;
	width: 31px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-bt {
		height: 24px;
		margin: 1px 0 2px;
		width: 25px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-ar {
	height: 26px;
	margin: 2px 0 4px;
	width: 26px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-ar {
		height: 21px;
		margin: 3px 0 3px;
		width: 21px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-e {
	height: 28px;
	margin: 2px 0;
	width: 28px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-e {
		height: 23px;
		margin: 2px 0 2px;
		width: 23px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-tf {
	height: 30px;
	margin-bottom: 2px;
	width: 19px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-tf {
		height: 25px;
		margin: 1px 0 1px;
		width: 16px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-ac {
	height: 26px;
	margin: 2px 0 4px;
	width: 34px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-ac {
		height: 22px;
		margin: 3px 0 2px;
		width: 28px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-tm {
	height: 26px;
	margin: 2px 0 4px;
	width: 29px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-tm {
		height: 22px;
		margin: 3px 0 2px;
		width: 24px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-w {
	height: 32px;
	width: 37px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-w {
		height: 26px;
		margin: 0 0 1px;
		width: 31px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-wb {
	height: 29px;
	margin-bottom: 3px;
	width: 30px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-wb {
		height: 24px;
		margin: 1px 0 2px;
		width: 25px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-i {
	height: 24px;
	margin: 4px 0;
	width: 31px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-i {
		height: 20px;
		margin: 4px 0 3px;
		width: 26px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-wo {
	height: 32px;
	width: 26px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-wo {
		height: 25px;
		margin: 1px 0 1px;
		width: 20px;
	}
}

.detail-information > .wrap > .facility > .item > .inner > .icon-ih {
	height: 30px;
	margin-bottom: 2px;
	width: 36px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .facility > .item > .inner > .icon-ih {
		height: 25px;
		margin: 1px 0 1px;
		width: 30px;
	}
}

.detail-information > .wrap > .content.bg {
	background-color: #fff;
    padding: 30px;
    white-space: pre-line;
    line-height: 1.84;
}
.detail-information > .wrap > .content.bg h2 {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.54;
    margin-bottom: 10px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .content.bg {
		padding: 20px;
	}
}

.detail-information > .wrap > .content > .text {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	letter-spacing: 0.04em;
	line-height: 1.8;
	text-align: justify;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .content > .text {
		font-size: 12px;
		line-height: 1.6;
		letter-spacing: 0.025em;
	}
}

.detail-information > .wrap > .information {
	background-color: rgba(255,255,255,0.3);
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .information {
		background-color: transparent;
		margin-bottom: 10px;
	}
}

.detail-information > .wrap > .information > dl:nth-child(2n) {
	background-color: rgba(255,255,255,0.4);
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .information > dl:nth-child(2n) {
		background-color: transparent;
	}
}

.detail-information > .wrap > .information > dl {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 13px 30px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .information > dl {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin-bottom: 6px;
		padding: 0;
	}
}

.detail-information > .wrap > .information > dl > dt {
	margin-right: 34px;
	min-width: 56px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .information > dl > dt {
		background-color: #fff;
		border-radius: 3px;
		margin-right: 14px;
		min-width: 90px;
		padding: 1px 0;
		text-align: center;
		width: 90px;
	}
}

.detail-information > .wrap > .information > dl > dt,
.detail-information > .wrap > .information > dl > dd {
	display: block;
}

.detail-information > .wrap > .information > dl > dt > h4,
.detail-information > .wrap > .information > dl > dd > p {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	line-height: 1.8;
}

.detail-information > .wrap > .information > dl > dd.add {
	padding-right: 25px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .information > dl > dt > h4,
	.detail-information > .wrap > .information > dl > dd > p {
		font-size: 13px;
		line-height: 1.6;
	}
}

.detail-information > .wrap > .information > dl > dt > h4 {
	color: #30afea;
}

.detail-information > .wrap > .information > dl.add {
	position: relative;
}

.detail-information > .wrap > .information > dl.add > .data > a {
	background-color: #fff;
	border-radius: 2px;
	height: 22px;
	right: 10px;
	top: 13px;
	padding: 3px 0 0;
	position: absolute;
	text-align: center;
	width: 24px;
}

@media screen and (max-width: 736px) {
	.detail-information > .wrap > .information > dl.add > .data > a {
		top: 0;
		right: 0;
	}
}

.detail-information > .wrap > .information > dl.add > .data > a > .icon {
	height: 16px;
	margin: 0 auto;
	width: 10px;
}

.detail-information > .link {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-top: 28px;
}

@media screen and (max-width: 736px) {
	.detail-information > .link {
		margin-top: 25px;
		padding: 0 10px;
	}
}

.detail-information > .link > .button-flat {
	margin: 0;
	width: 31.9%;
}

.detail-information > .link > .button-flat > .inner > span {
	padding-left: 40px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.detail-information > .link > .button-flat > .inner {
		padding: 4px 0;
	}

	.detail-information > .link > .button-flat > .inner > span {
		display: block;
		padding: 27px 0 0;
	}
}

.detail-information > .link > .button-flat > .inner > span > .icon {
	fill: #30afea;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	transition: fill 0.3s;
}

@media screen and (max-width: 736px) {
	.detail-information > .link > .button-flat > .inner > span > .icon {
		top: 0;
		right: 0;
		margin: 0 auto;
		transform: none;
	}
}

.detail-information > .link > .button-flat > .inner > span > .icon.icon-map {
	height: 26px;
	width: 38px;
}

@media screen and (max-width: 736px) {
	.detail-information > .link > .button-flat > .inner > span > .icon.icon-map {
		height: 21px;
		width: 30px;
	}
}

.detail-information > .link > .button-flat > .inner > span > .icon.icon-360 {
	height: 27px;
	width: 31px;
}

@media screen and (max-width: 736px) {
	.detail-information > .link > .button-flat > .inner > span > .icon.icon-360 {
		height: 22px;
		width: 25px;
	}
}

.detail-information > .link > .button-flat > .inner > span > .icon.icon-play {
	height: 26px;
	width: 26px;
}

@media screen and (max-width: 736px) {
	.detail-information > .link > .button-flat > .inner > span > .icon.icon-play {
		height: 21px;
		width: 21px;
	}
}

.detail-information > .link > .button-flat:hover > .inner > span > .icon {
	fill: #fff;
}

.detail-information > .link > .button-flat > .inner > span > .watch {
	display: inline;
}

@media screen and (max-width: 736px) {
	.detail-information > .link > .button-flat > .inner > span .watch {
		display: none;
	}
}

.detail-information > .panel-area-look {
	/* margin-top: 30px; */
	margin-top: 0px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-information > .panel-area-look {
		margin-top: 10px;
	}
}

.detail-information > .tab-area-look > .tab-label:hover {
	cursor: pointer;
}

.detail-information > .tab-area-look > .tab-label.active > .inner {
	background: transparent;
}

.detail-information > .tab-area-look > .tab-label.active > .inner > span {
	color: #fff;
}

.detail-information > .tab-area-look > .tab-label.active > .inner > span > svg {
	fill: #fff;
}

.detail-information > .panel-area-look > .tab-panel {
	display: none;
	overflow: hidden;
	left: 0;
	padding-top: 51.6%;
	position: relative;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-information > .panel-area-look > .tab-panel {
		padding-top: 73%;
	}
}

.detail-information > .panel-area-look > .tab-panel.active {
	display: block;
}

.detail-information > .panel-area-look > .tab-panel > iframe {
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

.detail-information > .other-room {
	background-color: #fff;
	padding: 28px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room {
		padding: 18px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room {
		padding: 13px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room {
		background-color: transparent;
		margin: 0 5px;
		padding: 0;
		width: auto;
	}
}

.detail-information > .other-room > .item {
	border-bottom: 1px solid #bebebe;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 20px;
	padding-bottom: 20px;
	padding-left: 6.5%;
	position: relative;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item {
		padding-left: 40px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item {
		padding-left: 35px;
	}
}

.detail-information > .other-room > .item:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item {
		background-color: #fff;
		border-bottom: none;
		border-radius: 5px;
		box-shadow: 0 0 20px rgba(0,0,0,0.1);
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 10px;
		padding: 20px 15px;
	}

	.detail-information > .other-room > .item:last-child {
		padding: 20px 15px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .headding {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-bottom: 13px;
		width: 100%;
	}

	.detail-information > .other-room > .item > .headding > .campaign {
		background-color: #ef4778;
		color: #fff;
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		margin-right: 2%;
		padding: 6px 0;
		text-align: center;
		width: 40%;
	}

	.detail-information > .other-room > .item > .headding > .favorite {
		background-color: #f2f4f8;
		padding: 2px;
		text-align: center;
		width: 36%;
	}

	.detail-information > .other-room > .item > .headding > .favorite > p {
		color: #555555;
		display: inline-block;
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		margin: 0 auto;
		padding-left: 20px;
		position: relative;
	}

	.detail-information > .other-room > .item > .headding > .favorite > p::before {
		background: url(../../images/common/icon-heart.svg) no-repeat center center;
		background-size: 15px 13px;
		content: '';
		height: 13px;
		position: absolute;
		left: 0;
		top:  50%;
		transform: translateY(-50%);
		width: 15px;
	}

	.detail-information > .other-room > .item > .headding > .favorite > p > span {
		color: #ef4778;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
	}
}

.detail-information > .other-room > .item .cat {
	background-color: #fafa21;
	padding-top: 4.1%;
	position: absolute;
	text-align: center;
	left: 0;
	width: 4.1%;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item .cat {
		padding-top: 35px;
		width: 35px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item .cat {
		padding-top: 30px;
		width: 30px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item .cat {
		margin-right: 2%;
		position: static;
		padding: 6px 0;
		width: 20%;
	}
}

.detail-information > .other-room > .item .cat > span {
	color: #30b2ed;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	position: absolute;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item .cat > span {
		font-size: 12px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item .cat > span {
		font-size: 11px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item .cat > span {
		position: static;
	}
}

.detail-information > .other-room > .item .drawing {
	padding-right: 5px;
	position: relative;
	width: 9.7%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item .drawing {
		position: absolute;
		left: 0;
		top: 0;
		padding-right: 0;
		text-align: center;
		width: 37.5%;
	}
}

.detail-information > .other-room > .item .drawing::after {
	background: url(../../images/detail/icon-plus.svg) no-repeat center center;
	background-size: 16px 16px;
	content: '';
	height: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	width: 16px;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item .drawing::after {
		background-size: 13px 13px;
		height: 13px;
		right: 13%;
		width: 13px;
	}
}

.detail-information > .other-room > .item .drawing > img {
	height: auto;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item .drawing > img {
		margin: 0 auto;
		width: 67.5%;
	}
}

.detail-information > .other-room > .item > .data {
	width: 66%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data {
		width: 100%;
	}
}

.detail-information > .other-room > .item > .data > .main {
	border-bottom: 1px solid #e6e6e6;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 5px;
	padding: 0 13px 14px;
	width: 100%;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main {
		padding: 0 0 14px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main {
		border-bottom: none;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		margin-bottom: 0;
		padding-left: 37.5%;
		position: relative;
	}
}

.detail-information > .other-room > .item > .data > .main > .box {
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 66.7%;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box {
		width: calc(100% - 170px);
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item > .data > .main > .box {
		width: calc(100% - 160px);
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box {
		display: block;
		width: 100%;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .number {
	margin-right: 5%;
}

@media screen and (max-width: 1140px) {
	.detail-information > .other-room > .item > .data > .main > .box > .number {
		margin-right: 10px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .number.for-large {
		display: none;
	}

	.detail-information > .other-room > .item > .data > .main > .box > .number {
		border-right: 1px solid #dcdcdc;
		display: inline;
		margin-right: 6px;
		padding-right: 1px;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .number > .floor,
.detail-information > .other-room > .item > .data > .main > .box > .number > .num {
	color: #555555;
	display: block;
	font-family: 'Lato', sans-serif;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .number > .floor,
	.detail-information > .other-room > .item > .data > .main > .box > .number > .num {
		font-size: 21px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item > .data > .main > .box > .number > .floor,
	.detail-information > .other-room > .item > .data > .main > .box > .number > .num {
		font-size: 18px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .number > .floor,
	.detail-information > .other-room > .item > .data > .main > .box > .number > .num {
		display: inline;
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
		line-height: 1;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .number > .floor > span {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	margin-left: 3px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .number > .floor > span {
		font-size: 11px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .number > .floor > span {
		display: inline;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .rent {
	margin-right: 5%;
	min-width: 110px;
	text-align: center;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent {
		min-width: 105px;
	}
}

@media screen and (max-width: 1140px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent {
		margin-right: 10px;
		min-width: 95px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent {
		-webkit-box-align: end;
		-ms-flex-align: end;
		align-items: flex-end;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		margin-right: 0;
		margin-bottom: 10px;
		min-width: auto;
		width: 100%;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 36px;
	line-height: 1;
	margin-bottom: 4px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 {
		font-size: 32px;
	}
}

@media screen and (max-width: 1140px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 {
		font-size: 26px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 {
		font-size: 23px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 {
		font-size: 26px;
		letter-spacing: 0;
		margin-bottom: 0;
		margin-right: 3px;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 > span {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	margin-left: 3px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 > span {
		font-size: 12px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > h4 > span {
		font-size: 11px;
		margin-left: 1px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit {
		margin-bottom: 7px;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .rent > p,
.detail-information > .other-room > .item > .data > .main > .box > .deposit > p,
.detail-information > .other-room > .item > .data > .main > .box > .allocation > p {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 13px;
	/* padding: 0 5px; */
	position: relative;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > p,
	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p,
	.detail-information > .other-room > .item > .data > .main > .box > .allocation > p {
		font-size: 11px;
		/* padding: 0 2px; */
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .deposit > p.for-small {
	display: none;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p.for-large {
		display: none;
	}

	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p.for-small {
		display: inline;
	}

	.detail-information > .other-room > .item > .data > .main > .box > .rent > p,
	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p,
	.detail-information > .other-room > .item > .data > .main > .box > .allocation > p {
		display: inline;
		line-height: 1.2;
	}
}

/* .detail-information > .other-room > .item > .data > .main > .box > .rent > p::after,
.detail-information > .other-room > .item > .data > .main > .box > .allocation > p::after {
	background: url(../../images/detail/icon-brackets.svg) no-repeat center center;
	background-size: 3px 15px;
	content: '';
	height: 15px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: 3px;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > p::after,
	.detail-information > .other-room > .item > .data > .main > .box > .allocation > p::after {
		background-size: 2px 12px;
		height: 12px;
		width: 2px;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .rent > p::before,
.detail-information > .other-room > .item > .data > .main > .box > .allocation > p::before {
	background: url(../../images/detail/icon-brackets.svg) no-repeat center center;
	background-size: 3px 15px;
	content: '';
	height: 15px;
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%) rotateZ(180deg);
	width: 3px;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > p::before,
	.detail-information > .other-room > .item > .data > .main > .box > .allocation > p::before {
		background-size: 2px 12px;
		height: 12px;
		width: 2px;
	}
} */

.detail-information > .other-room > .item > .data > .main > .box > .rent > p > span,
.detail-information > .other-room > .item > .data > .main > .box > .deposit > p > span,
.detail-information > .other-room > .item > .data > .main > .box > .allocation > p > span {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	padding: 0 3px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .rent > p > span,
	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p > span,
	.detail-information > .other-room > .item > .data > .main > .box > .allocation > p > span {
		font-size: 12px;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .deposit {
	margin-right: 5%;
	min-width: 82px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit {
		min-width: 70px;
	}
}

@media screen and (max-width: 1140px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit {
		margin-right: 10px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin-right: 0;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .deposit > p {
	margin-bottom: 10px;
	padding: 0;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p {
		margin: 0 5px 0 0;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .deposit > p.last {
	margin-bottom: 0;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p.last {
		margin: 0;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .deposit > p > .ttl {
		background-color: #f4f4f4;
		padding: 3px;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .allocation {
	min-width: 65px;
	text-align: center;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .allocation {
		display: inline;
	}
}

.detail-information > .other-room > .item > .data > .main > .box > .allocation > h5 {
	color: #555555;
	font-family: 'Lato', sans-serif;
	font-size: 22px;
	margin-bottom: 5px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .box > .allocation > h5 {
		font-size: 19px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .box > .allocation > h5 {
		display: inline;
		font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
		font-size: 11px;
	}
}

.detail-information > .other-room > .item > .data > .main > .other {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	height: 47px;
	margin-left: 3.4%;
	position: relative;
	width: 29.9%;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .other {
		margin-left: 15px;
		width: 155px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item > .data > .main > .other {
		margin-left: 5px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .other {
		height: auto;
		margin-left: 0;
		margin-top: 7px;
		width: 100%;
	}
}

.detail-information > .other-room > .item > .data > .main > .other > .watch {
	position: relative;
	height: 100%;
	width: 49%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .other > .watch {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		height: auto;
		width: 100%;
	}
}

.detail-information > .other-room > .item > .data > .main > .other > .watch > span {
	background-color: #f2f4f8;
	border-radius: 3px;
	color: #555555;
	display: block;
	height: 21px;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	text-align: center;
	padding: 4px 0;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .other > .watch > span {
		font-size: 11px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .main > .other > .watch > span {
		display: inline-block;
		height: auto;
		position: static;
		width: 48.5%;
	}
}

.detail-information > .other-room > .item > .data > .main > .other > .watch > span.movie {
	top: auto;
	bottom: 0;
}

.detail-information > .other-room > .item > .data > .main > .other > .favorite {
	background-color: #f2f4f8;
	border-radius: 3px;
	height: 100%;
	padding: 6px 0;
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	width: 49%;
}

.detail-information > .other-room > .item > .data > .main > .other > .favorite > p {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .other > .favorite > p {
		font-size: 11px;
	}
}

.detail-information > .other-room > .item > .data > .main > .other > .favorite > p > span {
	color: #ef4778;
	font-family: 'Lato', sans-serif;
	font-size: 20px;
	letter-spacing: 0;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .main > .other > .favorite > p > span {
		font-size: 18px;
	}
}

.detail-information > .other-room > .item > .data > .facility {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding: 0 13px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .facility {
		padding: 0;
	}
}


@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .facility {
		-ms-flex-wrap: wrap;
  		flex-wrap: wrap;
	}
}

.detail-information > .other-room > .item > .data > .facility > .item {
	background-color: #c7c7c7;
	border: 2px solid #c7c7c7;
	height: 40px;
	border-radius: 3px;
	position: relative;
	width: 15.9%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .facility > .item {
		height: 30px;
		margin-bottom: 2%;
		width: 49%;
	}

	.detail-information > .other-room > .item > .data > .facility > .item:nth-child(2n) > .inner > span  {
		min-width: 55px;
	}
}

.detail-information > .other-room > .item > .data > .facility > .item > .inner {
	align-items: center;
	-webkit-align-items: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	-webkit-justify-content: center;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin: 0 auto;
	transform: translateY(-50%);
	text-align: left;
	width: auto;
}

.detail-information > .other-room > .item > .data > .facility > .item > .inner > .icon {
	fill: #fff;
	height: auto;
	margin-right: 5px;
	width: 23px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .facility > .item > .inner > .icon {
		width: 20px;
	}
}

@media screen and (max-width: 1125px) {
	.detail-information > .other-room > .item > .data > .facility > .item > .inner > .icon {
		width: 15px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .facility > .item > .inner > .icon {
		width: 18px;
	}
}


.detail-information > .other-room > .item > .data > .facility > .item > .inner > span {
	color: #fff;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-weight: 500;
	font-size: 11px;
	line-height: 1;
	text-align: left;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .data > .facility > .item > .inner > span {
		font-size: 10px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .data > .facility > .item > .inner > span {
		font-size: 11px;
		min-width: 78px;
	}
}

.detail-information > .other-room > .item > .data > .facility > .item.active {
	border: 2px solid #5fc0ea;
	background-color: #fff;
}

.detail-information > .other-room > .item > .data > .facility > .item.active > .inner > .icon {
	fill: #5fc0ea;
}

.detail-information > .other-room > .item > .data > .facility > .item.active > .inner > span {
	color: #5fc0ea;
}

.detail-information > .other-room > .item > .right {
	margin-top: 9px;
	position: relative;
	width: 21.2%;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .right {
		margin-top: 3px;
		width: 170px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .right {
		margin-top: 10px;
		width: 100%;
	}
}

.detail-information > .other-room > .item > .right > .campaign {
	background-color: #ef4778;
	border-radius: 3px;
	color: #fff;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	margin-bottom: 1px;
	padding: 3px 0;
	position: absolute;
	top: 0;
	left: 0;
	text-align: center;
	width: 100%;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .right > .campaign {
		font-size: 11px;
		letter-spacing: 0;
	}
}

.detail-information > .other-room > .item > .right .element > p {
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	border-radius: 3px;
	padding: 2px;
	position: absolute;
	left: 0;
	top: 21px;
	text-align: center;
	width: 49%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .right .element.for-large {
		display: none;
	}

	.detail-information > .other-room > .item > .right .element {
		width: 35%;
	}

	.detail-information > .other-room > .item > .right .element > p {
		position: static;
		width: 100%;
	}

	.detail-information > .other-room > .item > .right .element > p.reserve {
		margin-bottom: 2px;
	}
}

.detail-information > .other-room > .item > .right .element > p > span {
	background-color: #fff;
	color: #30b2ed;
	display: block;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	font-weight: 500;
	padding: 3px 0;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .right .element > p > span {
		font-size: 11px;
		letter-spacing: 0;
	}
}

.detail-information > .other-room > .item > .right .element > p.spring {
	right: 0;
	left: auto;
}

.detail-information > .other-room > .item > .right > .under {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	padding-top: 52px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .right > .under {
		padding-top: 54px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .right > .under {
		padding-top: 0;
		width: 100%;
	}
}

.detail-information > .other-room > .item > .right > .under > .add-favorite {
	border: 2px solid #e6e6e6;
	border-radius: 3px;
	padding: 2px 0;
	text-align: center;
	width: 36.6%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .right > .under > .add-favorite {
		padding: 5px 0 0;
		width: 15.3%;
	}
}

.detail-information > .other-room > .item > .right > .under > .add-favorite:hover {
	cursor: pointer;
}

.detail-information > .other-room > .item > .right > .under > .add-favorite > svg {
	height: 20px;
	width: 23px;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .right > .under > .add-favorite > svg {
		height: 17px;
		width: 20px;
	}
}

.detail-information > .other-room > .item > .right > .under > .add-favorite > svg .stroke {
	fill: #fff;
}

.detail-information > .other-room > .item > .right > .under > .add-favorite > svg .fill {
	fill: #ef4778;
}

.detail-information > .other-room > .item > .right > .under > .add-favorite > span {
	display: block;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 11px;
	letter-spacing: 0.05em;
	text-indent: 0.05em;
}

.detail-information > .other-room > .item > .right > .under > .add-favorite > span.for-small {
	display: none;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .right > .under > .add-favorite > span {
		font-size: 10px;
		letter-spacing: 0.03em;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .right > .under > .add-favorite > span.for-large {
		display: none;
	}
	.detail-information > .other-room > .item > .right > .under > .add-favorite > span.for-small {
		display: block;
	}
}

.detail-information > .other-room > .item > .right > .under > a {
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	border-radius: 3px;
	display: block;
	position: relative;
	text-align: center;
	transition: opacity 0.3s;
	width: 61%;
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .right > .under > a {
		width: 45.3%;
	}
}

.detail-information > .other-room > .item > .right > .under > a:hover {
	opacity: 0.7;
}

.detail-information > .other-room > .item > .right > .under > a > span {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	right: 0;
	margin: 0 auto;
}

@media screen and (max-width: 1330px) {
	.detail-information > .other-room > .item > .right > .under > a > span {
		font-size: 12px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .other-room > .item > .right > .under > a > span {
		font-size: 15px;
	}
}

@media screen and (max-width: 736px) {
	.detail-information > .for-small > .button-flat {
		appearance: none;
		-webkit-appearance: none;
		-moz-appearance: none;
		border: none;
		box-shadow: none;
		margin-top: 20px;
		width: 202px;
	}

	.detail-information > .for-small > .button-flat > .inner {
		padding: 10px 0 14px;
	}

	.detail-information > .for-small > .button-flat > .inner > span {
		color: #000;
		font-size: 13px;
		font-weight: 500;
		letter-spacing: 0;
		padding-right: 20px;
		position: relative;
	}

	.detail-information > .for-small > .button-flat > .inner > span::after {
		background: url(../../images/detail/icon-plus02.svg) no-repeat center center;
		background-size: 11px 11px;
		content: '';
		position: absolute;
		right: 0;
		top: 4px;
		height: 11px;
		width: 11px;
	}

	.detail-information > .for-small > .button-flat > .inner > span > .num {
		color: #ef4778;
		font-family: 'Lato', sans-serif;
		font-size: 18px;
		font-weight: 700;
		margin: 0 3px 2px;
	}

	.detail-information > .for-small > .button-flat:hover > .inner > span  {
		color: #fff;
	}
}

/* detail-recommend */
/* ----------------------------- */

.detail-recommend {
	margin-bottom: 65px;
}

@media screen and (max-width: 736px) {
	.detail-recommend {
		margin-bottom: 55px;
	}
}

.detail-recommend > .headding-primary {
	margin-bottom: 16px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .headding-primary {
		margin-bottom: 20px;
	}
}

.detail-recommend > .slide-recommend {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.detail-recommend > .slide-recommend .swiper-wrapper {
	width: 100%;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide {
	width: 240px !important;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide {
		width: 145px !important;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image {
	height: auto;
	overflow: hidden;
	padding-top: 70.8%;
	position: relative;
	width: 100%;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image > img {
	height: auto;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image > .category {
	background: rgb(72,185,237);
	background: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
	color: #fff;
	display: inline-block;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.1em;
	padding: 7px 10px;
	position: absolute;
	top: 0;
	left: 0;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image > .category {
		font-size: 10px;
		padding: 3px 13px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image > .js-favbtn {
	height: 21px;
	position: absolute;
	top: 7px;
	right: 8px;
	width: 24px;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image > .js-favbtn > .icon {
	height: 21px;
	width: 24px;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image > .js-favbtn > .icon .stroke {
	fill: #fff;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .image > .js-favbtn > .icon .fill {
	fill: #fff;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content {
	background-color: #fff;
	box-sizing: border-box;
	padding: 24px 10px 15px;
	width: 100%;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content {
		padding: 10px 5px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .room {
	color: #30b2ed;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	margin-bottom: 5px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .room {
		font-size: 12px;
		line-height: 1.3;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price {
	margin-bottom: 8px;
	padding: 0 12px 0 23px;
	position: relative;
	text-align: right;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price {
		margin-bottom: 3px;
		padding: 0;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price::before {
	background: url(../../images/detail/icon-yen.svg) no-repeat center center;
	background-size: 17px 17px;
	content: '';
	height: 17px;
	position: absolute;
	left: 7px;
	top: 50%;
	transform: translateY(-50%);
	width: 17px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price::before {
		background-size: 14px 14px;
		height: 14px;
		left: 0;
		width: 14px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price > h4 {
	font-family: 'Lato', sans-serif;
	font-size: 30px;
	letter-spacing: 0.05em;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price > h4 {
		font-size: 22px;
		letter-spacing: 0.03em;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price > h4 span {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	margin: 0 0 3px 5px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .price > h4 span {
		margin: 0 0 2px 2px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee {
	align-items: center;
	-webkit-align-items: center;
	background-color: #eeeeee;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	margin-bottom: 15px;
	padding: 6px 8px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee {
		margin-bottom: 10px;
		padding: 3px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee > h4 {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 11px;
	letter-spacing: 0.2em;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee > h4 {
		font-size: 10px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee > p {
	font-family: 'Lato', sans-serif;
	font-size: 14px;
	font-weight: 700;
	letter-spacing: 0.15em;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee > p {
		font-size: 12px;
		letter-spacing: 0.05em;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee > p > span {
	color: #333333;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 11px;
	font-weight: 400;
	margin: 0 0 2px 3px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .fee > p > span {
		font-size: 10px;
		margin: 0 0 2px 1px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other {
	margin-bottom: 15px;
	padding: 0 7px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other {
		margin-bottom: 10px;
		padding: 0;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item {
	margin-bottom: 10px;
	padding-left: 23px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item {
		margin-bottom: 3px;
		padding-left: 0;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item > .icon {
	height: 13px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	width: auto;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item > .icon {
		display: none;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item > .icon.map {
	height: 16px;
	left: 2px;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item > p {
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 12px;
	letter-spacing: 0.025em;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item > p {
		font-size: 10px;
		letter-spacing: 0.02em;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk {
	align-items: flex-end;
	-webkit-align-items: flex-end;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: -10px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk {
		margin: 0;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk > .icon {
	top: auto;
	bottom: 0;
	transform: none;
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk > .time {
	margin-left: 5px;
	padding-left: 24px;
	position: relative;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk > .time {
		margin-left: 0;
		padding-left: 10px;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk > .time::after {
	border-bottom: 1px dotted #333333;
	content: '';
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 2px;
	width: 19px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk > .time::after {
		content: none;
	}
}

.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk > .time > span {
	font-family: 'Lato', sans-serif;
	font-size: 23px;
	letter-spacing: 0.05em;
	line-height: 1;
	margin: 0 3px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend .swiper-wrapper .swiper-slide > .content > .other > .item.walk > .time > span {
		font-size: 14px;
		letter-spacing: 0;
		margin: 0 2px;
	}
}

.detail-recommend > .slide-recommend > .swiper-button-next,
.detail-recommend > .slide-recommend > .swiper-button-prev{
	outline: none;
	width: 70px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend > .swiper-button-next,
	.detail-recommend > .slide-recommend > .swiper-button-prev{
		width: 51px;
	}
}

.detail-recommend > .slide-recommend > .swiper-button-next::after,
.detail-recommend > .slide-recommend > .swiper-button-prev::after {
	content: none;
}

.detail-recommend > .slide-recommend > .swiper-button-next img,
.detail-recommend > .slide-recommend > .swiper-button-prev img {
	height: 70px;
	width: 71px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend > .swiper-button-next img,
	.detail-recommend > .slide-recommend > .swiper-button-prev img {
		height: 50px;
		width: 51px;
	}
}

.detail-recommend > .slide-recommend > .swiper-button-next {
	transform: rotate(180deg);
	right: 20px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend > .swiper-button-next {
		right: 0;
	}
}

.detail-recommend > .slide-recommend > .swiper-button-prev {
	left: 20px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .slide-recommend > .swiper-button-prev {
		left: 0;
	}
}

.detail-recommend > .button-flat {
	margin: 20px auto 0;
	width: 290px;
}

@media screen and (max-width: 736px) {
	.detail-recommend > .button-flat {
		margin: 30px auto 0;
	}
}

.detail-recommend > .button-flat > .inner {
	padding: 10px 15px 10px 70px;
	position: relative;
	text-align: left;
}

.detail-recommend > .button-flat > .inner > svg {
	fill: #30b2ed;
	height: 18px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 27px;
	width: 27px;
	transition: fill 0.3s;
}

.detail-recommend > .button-flat > .inner > span {
	display: block;
	text-indent: 0;
}

.detail-recommend > .button-flat > .inner > .sub {
	color: #555555;
	font-family: YakuHanJPs, 'Noto Sans Japanese', 'Hiragino Kaku Gothic Pro', MyYuGothicM, Meiryo, sans-serif;
	font-size: 11px;
	letter-spacing: 0.01em;
	margin-top: 5px;
}

.detail-recommend > .button-flat:hover > .inner > span {
	color: #fff;
}

.detail-recommend > .button-flat:hover > .inner > svg {
	fill: #fff;
}



/* 新しく追加　スライダーのcss */


.slide_text {
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.thumb_text {
    padding: 3px 0;
    font-size: 12px;
    font-weight: 700;
	text-align: center;
}

@media screen and (max-width: 768px){
	.slide_text {
		font-size: 16px;
	}
}

.vr-slide{
	overflow: hidden;
    left: 0;
    position: relative;
    width: 100%;
	height: calc(100% - 40px);
}

.vr-slide > iframe {
    height: calc(100% - 40px);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.vr-slide > .slide_text {
	position: absolute;
    left: 0;
    bottom: 0;
	width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
}

.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide > .ytthumbs{
	position: relative ;
	height: 100%;
    width: 100%;
}
.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide > .ytthumbs > img{
	height: 100%;
    width: 100%;
}
.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide > .ytthumbs:before {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.3);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.detail-main > .image > .slider-thumbnail > .swiper-wrapper > .swiper-slide > .ytthumbs:after {
    position: absolute;
    content: "";
    background: url(../../images/detail/icon_YouTube.svg)50% no-repeat;
    background-size: contain;
    top: 38%;
    left: 35%;
    width: 38px;
    height: 25px;
}

.detail-information > .link{
	border-bottom: 4px solid;
    border-image: linear-gradient(90deg, rgba(72,185,237,1) 0%, rgba(11,212,202,1) 100%);
    border-image-slice: 1;
}
.button-flat{
	border-radius: 5px 5px 0px 0px;
}