@charset "utf-8";


.head {
	max-width: none;
	height: calc(50px + 40vw);
	max-height: 600px;
	margin-top: 0;
	padding: 0;
	display: -webkit-flex;
	display: flex;
	position: relative;
	-webkit-justify-content: center;
			justify-content: center;
	-webkit-align-items: center;
			align-items: center;
}

.head:before {
	background-image: url(../images/img_head.jpg);
	border-radius: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.contents {
	margin-bottom: 0;
}

.guide-title {
	position: relative;
	z-index: 1;
	color: rgba(255, 255, 255, 1);
}

.guide-title .jp {
	width: 100%;
	display: block;
	text-align: center;
/*
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
			align-items: center;
	-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
			writing-mode: vertical-rl;
*/
}

.guide-title .en {
	display: block;
	text-align: center;
	letter-spacing: .2em;
}

.info-catch {
	margin-bottom: 30px;
	line-height: 1.6;
	text-align: center;
	letter-spacing: .1em;
	color: rgba(0, 0, 0, 1);
}

.info-tex {
	line-height: 1.8;
	text-align: center;
}

.info-wrap {
	margin-top: -60px;
	padding-top: 60px;
	position: relative;
}

.info-data table {
	border-collapse: collapse;
}

.info-data th,
.info-data td {
	padding: 10px 0;
	vertical-align: top;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.6;
}

.info-data th {
	min-width: 150px;
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
}

.info-data th:before ,
.info-data td:before {
	content: "";
	width: 100%;
	height: 1px;
	display: block;
	background-color: rgba(0, 0, 0, .15);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
}

.info-image {
	content: "";
	width: 100%;
	max-width: 590px;
	display: block;
	position: relative;
}

.info-title {
	position: absolute;
	top: 0;
	right: 0;
}





.work .work-sub {
	display: flex;
	justify-content: space-between;
	overflow: hidden;
}

.work .work-sub .info-image {
	margin: 10px 0 20px 0;
	width: calc((100% - 10px)/2);
}

.work img {
	border-radius: 5px;
	box-shadow: 0 0 8px 0 rgb(0 0 0 / 15%);
}

.detail-tex {
	padding: 0 0 20px 0;
	vertical-align: top;
	position: relative;
	font-size: 1.4rem;
	line-height: 1.8;
}

.detail-tex:last-child {
	padding: 0 0 30px 0;
}

.detail-tex span {
	font-weight: bold;
	color: rgba(0, 0, 0, 1);
	font-size: 1.6rem;
}


@media screen and ( max-width: 900px ) {

	.info-data table {
		width: 100%;
	}

	.info-wrap:after {
		height: calc(150px + 60vw);
		max-height: 527px;
		margin: 20px auto;
	}

	.info-image {
		margin: 0 auto;
		margin-bottom: 20px;
	}

}


@media screen and ( max-width: 700px ) {

	.info-wrap {
		margin-bottom: 40px;
	}

	.info-title {
		top: 40px;
	}

	.guide-title .jp {
		font-size: 2.2rem;
		margin-bottom: 15px;
	}

	.guide-title .en {
		font-size: 1rem;
	}

	.info-catch {
		font-size: 2rem;
	}

	.info-tex {
		margin-bottom: 40px;
		font-size: 1.4rem;
	}

}


@media screen and ( max-width: 400px ) {

	.info-data th,
	.info-data td {
		display: block;
	}

	.info-data td {
		padding-top: 0;
	}

	.info-data td:before {
		display: none;
	}

}


@media screen and ( min-width: 701px ) {

	.info-wrap {
		margin-bottom: 80px;
	}

	.guide-title .jp {
		font-size: 4rem;
		margin-bottom: 20px;
	}

	.guide-title .en {
		font-size: 1.2rem;
	}

	.info-catch {
		margin-bottom: 40px;
		font-size: 3rem;
	}

	.info-tex {
		margin-bottom: 80px;
		font-size: 1.8rem;
	}

}


@media screen and ( min-width: 901px ) {

	.info-data {
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row-reverse;
				flex-direction: row-reverse;
	}


	.work .info-data table {
		width: 48%;
		-webkit-flex: 0 0 48%;
				flex: 0 0 48%;
		margin: 0 2% 0 0;
		height: min-content;
	}

	.kohan .info-data table {
		width: 100%;
	}

	

	.kohan .text-wrap {
		width: 48%;
		-webkit-flex: 0 0 48%;
				flex: 0 0 48%;
		margin: 0 2% 0 0;
		height: min-content;
	}


/*
	.info-wrap:after {
		width: calc(300px + 20vw);
		position: absolute;
		top: 0;
		right: -100px;
	}
*/

}


@media screen and ( min-width: 1201px ) {

	.info-data table {
		width: 55%;
		-webkit-flex: 0 0 55%;
				flex: 0 0 55%;
	}

}


@media screen and ( min-width: 900px ) and ( max-width: 1200px ) {

	.info-data table {
		width: 50%;
		-webkit-flex: 0 0 50%;
				flex: 0 0 50%;
	}

}


/*------------------------------------*/


.rental {
	border-top: 1px solid rgba(0, 0, 0, .15);
}

.rental:before {
	content: "";
	height: 260px;
	max-height: 260px;
	display: block;
	background-image: url(../images/img_rental.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 5px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
}

.rental-title {
	margin-bottom: 20px;
	display: -webkit-flex;
	display: flex;
	line-height: 1.4;
	color: rgba(0, 0, 0, 1);
	-webkit-align-items: center;
			align-items: center;
	-webkit-flex-wrap: wrap;
			flex-wrap: wrap;
}

.rental-title span {
	padding: 3px 5px;
	background-color: rgba(0, 0, 0, 1);
	font-size: 1.6rem;
	color: rgba(255, 255, 255, 1);
}

.rental-tex {
	font-size: 1.4rem;
	line-height: 1.8;
	text-align: justify;
}


@media screen and ( max-width: 700px ) {

	.rental-title {
		font-size: 2rem;
	}

	.rental:before {
		margin-bottom: 20px;
	}

}


@media screen and ( min-width: 701px ) {

	.rental {
		padding-top: 80px;
		display: -webkit-flex;
		display: flex;
		-webkit-align-items: center;
				align-items: center;
	}

	.rental:before,
	.rental-wrap {
		-webkit-flex: 1;
				flex: 1;
	}

	.rental:before {
		height: calc(100px + 15vw);
		margin-right: 40px;
	}

	.rental-title {
		font-size: 2.5rem;
	}

}


/*------------------------------------*/


.imglist {
	position: relative;
}

.imglist-tit {
	margin-bottom: 20px;
	line-height: 1.8;
	text-align: center;
	color: rgba(0, 0, 0, 1);
}

.imglist-wrap {
	margin-bottom: 10px;
	z-index: 0;
}

.imglist-item {
	border-radius: 5px;
	overflow: hidden;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}

.swiper-button-next,
.swiper-button-prev {
	width: 30px;
	height: 30px;
	background-image: none;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 5px;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .15);
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	pointer-events: auto !important;
}

.swiper-button-next:before,
.swiper-button-prev:before {
	content: "";
	width: 12px;
	height: 12px;
	display: block;
	background-position: center center;
	background-size: 100% auto;
	position: absolute;
	top: 9px;
	left: 9px;
}

.swiper-button-prev:before {
	background-image: url(../../images/icon_swip_arrow_l_bk.png);
}

.swiper-button-next:before {
	background-image: url(../../images/icon_swip_arrow_r_bk.png);
}

/*
.imglist-tit-wp {
	width: 100%;
	max-width: 1200px;
	padding: 0 20px;
	display: -webkit-flex;
	display: flex;
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 1;
	box-sizing: border-box;
	transform: translateX(-50%);
	-webkit-flex-direction: row-reverse;
			flex-direction: row-reverse;
}

.imglist-wrap,
.imglist ul,
.imglist li,
.imglist-item span {
	height: calc(50px + 30vw);
	max-height: 400px;
}

.imglist-wrap {
	position: relative;
}

.imglist ul {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translate3d(-50%, 0, 0);
}

.imglist-item {
	position: absolute;
	top: 0;
	left: 0;
}

.imglist-item span {
	display: block;
	border-radius: 5px;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, .1);
	transition: opacity 1000ms cubic-bezier(0.445, 0.05, 0.55, 0.95);
}

.imglist-item span:first-child {
	position: relative;
}

.imglist li img {
	width: auto;
	height: 100%;
}
*/


@media screen and ( max-width: 700px ) {

/*
	.imglist-wrap {
		margin: 10px 0;
	}

	.imglist-wrap.first {
		margin-top: 20px;
	}
*/

	.imglist-tit {
		font-size: 2rem;
	}

}


@media screen and ( min-width: 701px ) {

/*
	.imglist-wrap {
		margin: 20px 0;
	}

	.imglist-wrap.first {
		margin-top: 40px;
	}
*/

	.imglist-tit {
		font-size: 3rem;
	}
	

}


@media screen and ( max-width: 400px ) {

	.imglist-item {
		width: 200px;
		left: 0 !important;
	}

}


@media screen and ( min-width: 401px ) and ( max-width: 600px ) {

	.imglist-item {
		width: 250px;
		left: 0 !important;
	}

}

@media screen and ( min-width: 601px ) and ( max-width: 900px ) {

	.imglist-item {
		width: 300px;
		left: 0 !important;
	}

}

@media screen and ( min-width: 901px ) and ( max-width: 1200px ) {

	.imglist-item {
		width: 350px;
		left: 0 !important;
	}

}


@media screen and ( min-width: 1201px ) {

	.imglist-item {
		width: 400px;
		left: 0 !important;
	}

}


