@charset "UTF-8";

/* common overwrite */
.cmnhero_img {
	background-image: url("/img/rental/pt-hero_2212@4x.jpg");
}

.subfooter_nav {
	display: none;
}

.-sp {
	display: none;
}

/* page common */
.pgcmn_contact {
	min-height: 210px;
	padding: 40px 90px;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background-color: var(--color_subbg);
	text-align: center;
}

.pgcmn_contact .-msg {
	margin-bottom: 30px;
	font-size: 22px;
	/* font-size: var(--fsize_title); */
	font-weight: 600;
}

.pgcmn_contact .-link {
	margin-bottom: 0px;
	/* margin-bottom: 10px; */
	line-height: 1;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: var(--font_rajd);
	font-size: 27px;
	font-weight: 600;
	letter-spacing: 0.05em;
}

.pgcmn_contact .-link svg {
	margin-right: 5px;
	width: 25px;
	height: 25px;
	flex: none;
	color: #4793C3;
}

.pgcmn_contact .-note {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5em 1em;
}

.pgcmn_contact .-note small {
	font-size: 14px;
}

.contact_method {
	width: 100%;
}
.contact_method ul {
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
.contact_method ul li {
	width: 33.3%;
	border-right: solid 1px #C7C7C7;
	padding: 0px 25px;
	display: flex;
	flex-wrap: wrap;
}

.contact_method ul .-mail {
	border-left: solid 1px #C7C7C7;
	border-right: solid 1px #C7C7C7;
}
.contact_method ul .-line {}
.contact_method ul .-tel {}

.contact_method ul li h4 {
	font-size: 14px;
	font-weight: bold;
	text-align: start;
}

.contact_method ul .-mail h4 {
	margin-bottom: 5px;
}
.contact_method ul .-line h4 {
	margin-bottom: 8px;
}
.contact_method ul .-tel h4 {
	margin-bottom: 10px;
}

.contact_method ul .-mail small {
	font-size: 10px;
	position: relative;
    top: -8px;
}

.pgcmn_contact.-culture .contact_method ul .-mail small {
	font-size: 12px;
}

.contact_method ul .-mail .mail-link {
	font-weight: bold;
	font-size: 15px;
}

.pgcmn_contact.-culture .contact_method ul .-mail .mail-link {
	font-weight: bold;
	font-size: 18px;
}

.contact_method ul .-line .line-link {
	display: inline-block;
}

.contact_method ul .-line .line-link img {
	width: 100%;
	height: auto;
	display: inline-block;
	transition: all ease 0.3s;
}

.contact_method ul .-line .line-link img:hover {
	opacity: 0.5;
}

.contact_method ul .-tel .responsibility {
	text-align: right;
	font-size: 16px;
	display: block;
    width: 100%;
	margin-right: 3%;
    position: relative;
    top: -6px;
}

.pgcmn_contact.-culture {}

.pgcmn_contact.-culture .-link {
	font-size: 32px;
	margin-bottom: 5px;
}

.pgcmn_contact.-culture .-link svg {
    margin-right: 5px;
    width: 30px;
    height: 30px;
}

/* .contact_method ul .-tel .responsibility.-mr {
	text-align: right;
	font-size: 16px;
	display: block;
    width: 100%;
	margin-right: 27%;
    position: relative;
    top: -6px;
} */

/* intro */
.intro {
	margin: 0 auto;
	max-width: 1160px;
	width: 100%;
	padding: 110px 20px 60px;
	text-align: center;
}

.intro_ttl {
	line-height: 1;
	margin-bottom: 30px;
	font-size: 40px;
	font-weight: bold;
}

.intro_txt {
	line-height: 2.5;
}

.intro_gal {
	margin-top: 90px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-end;
	gap: 30px 20px;
}

.intro_gal figure {
	width: calc(33.333% - 13.333px);
}

.intro_gal img {
	margin: 25px auto 0;
	border-radius: 20px;
}

.intro_gal figcaption {
	padding: 0 1em;
	display: inline-block;
	font-size: 20px;
	font-weight: bold;
}

.intro_gal figcaption::before,
.intro_gal figcaption::after {
	content: "";
	height: 27px;
	width: 2px;
	border-radius: 1px;
	background-color: #333;
	display: block;
	position: absolute;
	top: 50%;
}

.intro_gal figcaption::before {
	left: 0.5em;
	transform: translate(-50%, -50%) rotate(-20deg);
}

.intro_gal figcaption::after {
	right: 0.5em;
	transform: translate(50%, -50%) rotate(20deg);
}

/* info */
.info {
	padding: 100px 20px 80px;
	background-color: var(--color_subbg);
}

.info>* {
	margin-left: auto;
	margin-right: auto;
	max-width: 1120px;
	width: 100%;
}

.info_ttl {
	margin-bottom: 35px;
	font-size: var(--fsize_title);
	font-weight: bold;
	text-align: center;
}

.info_detail {
	margin-bottom: 50px;
	padding: 60px 20px;
	border-radius: 20px;
	background-color: #FFF;
}

.info_detail>* {
	margin: 0 auto;
	max-width: 1000px;
	width: 100%;
}

.info_detail_main {
	margin-bottom: 35px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.info_detail_main .-txt {
	max-width: calc(100% - 236px);
	width: 63%;
}

.info_detail_main .-price {
	margin-bottom: 15px;
}

.info_detail_main .-price>* {
	display: block;
}

.info_detail_main .-price em {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: 600;
}

.info_detail_main .-facility {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.info_detail_main .-facility dt {
	width: 3.5em;
	flex: none;
}

.info_detail_main .-facility li {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: baseline;
}

.info_detail_main .-facility li::before {
	content: "";
	width: 1em;
	height: 1em;
	background-image: radial-gradient(#012A81 0%, #012A81 4px, transparent 4px, transparent 100%);
	display: block;
	flex: none;
}

.info_detail_main .-img {
	min-width: 236px;
	width: 37%;
}

.info_detail_main .-img img {
	margin: 0 auto;
}

.info_gal {
	margin-bottom: 50px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}

.info_gal figure {
	width: calc(50% - 10px);
}

.info_gal img {
	margin: 0 auto;
	border-radius: 20px;
}

.info_map {
	padding: 75px 20px 90px;
	border-radius: 20px;
	background-color: #FFF;
}

.info_map figcaption {
	margin-bottom: 10px;
	font-size: var(--fsize_title);
	font-weight: bold;
	text-align: center;
}

.info_map img {
	margin: 0 auto;
}

/* culture */
.culture {
	margin: 100px auto 60px;
	max-width: 1160px;
	width: 100%;
	padding: 0 20px;
}

.culture_head {
	margin-bottom: 30px;
	text-align: center;
}

.culture_intro {
	margin-bottom: 30px;
	line-height: 2;
	text-align: center;
}

.culture_list {
	margin-bottom: 80px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	gap: 20px;
}

.culture_list li {
	width: calc(50% - 10px);
	min-height: 250px;
	padding: 40px;
	border-radius: 20px;
	background-color: var(--color_mstyle);
	color: #ffffff;
}

.culture_list li .-ttl {
	margin-bottom: 0.5em;
	padding-bottom: 0.5em;
	border-bottom: 2px solid #ffffff;
	font-size: 20px;
	font-weight: bold;
}

.culture_list li .-desc {
	line-height: 2;
}

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

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

	/* page common */

	/* intro */

	/* info */

	/* culture */
}

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

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

	/* page common */
	.contact_method ul li {
		padding: 0px 20px;
	}

	.pgcmn_contact {
		padding: 40px 80px;
	}

	.pgcmn_contact.-culture .contact_method ul .-mail .mail-link {
		font-weight: bold;
		font-size: 16px;
	}

	.pgcmn_contact.-culture .contact_method ul .-mail small {
		font-size: 11px;
	}

	.pgcmn_contact.-culture .-link {
		font-size: 28px;
	}

	/* intro */
	.intro_gal {
		justify-content: center;
	}

	.intro_gal figure {
		width: calc(50% - 10px);
	}

	.intro_gal figcaption {
		font-size: 16px;
	}

	/* info */

	/* culture */
	.culture_list {
		margin-bottom: 20px;
		flex-direction: column;
	}

	.culture_list li {
		min-height: auto;
		width: 100%;
		padding: 20px;
	}
}

@media screen and (max-width:950px) {
	.pgcmn_contact {
        padding: 40px 60px;
    }
	.contact_method ul li {
        padding: 0px 5px;
    }

}

@media screen and (max-width:820px) {
	.pgcmn_contact {
		padding: 40px 30px;
	}
	.contact_method ul .-mail .mail-link {
		font-weight: bold;
		font-size: 13px;
	}

	.pgcmn_contact.-culture .contact_method ul .-mail .mail-link {
		font-size: 14px;
	}

	.pgcmn_contact .-link {
		font-size: 22px;
	}

	.pgcmn_contact.-culture .-link {
		font-size: 24px;
		margin-bottom: 5px;
	}

	.contact_method ul .-mail small {
		font-size: 8px;
		top: -10px;
	}

	.pgcmn_contact.-culture .contact_method ul .-mail small {
		font-size: 9px;
	}

	.contact_method ul li {
        padding: 0px 10px;
    }
	.contact_method ul .-tel .responsibility {
		font-size: 14px;
	}
}

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

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

	/* page common */
	.pgcmn_contact {
		padding: 50px 25px;
	}

	.pgcmn_contact .-msg {
		font-size: 18px;
		margin-bottom: 20px;
	}

	.pgcmn_contact .-link {
		font-size: 32px;
	}

	.pgcmn_contact .-link svg {
		width: 32px;
		height: 32px;
	}
	.contact_method ul {
		list-style: none;
		display: flex;
		/* flex-wrap: wrap; */
		flex-direction: column;
	}
	.contact_method ul li {
		width: 100%;
		border-right: unset;
		border-bottom: solid 1px #C7C7C7;
		padding: 25px 10px;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	.contact_method ul .-mail {
		border-left: unset;
		border-right: unset;
		border-top: solid 1px #C7C7C7;
		border-bottom: solid 1px #C7C7C7;
	}

	.contact_method ul .-mail h4 {
		margin-bottom: 5px;
	}

	.contact_method ul .-line h4 {
		margin-bottom: 10px;
	}

	.contact_method ul .-tel h4 {
		margin-bottom: 10px;
	}
	
	.contact_method ul .-mail small {
		font-size: 12px;
		position: relative;
		top: 0px;
	}

	.contact_method ul .-mail .mail-link {
		font-size: 18px;
	}

	.contact_method ul .-line .line-link {
		display: inline-block;
		width: 70%;
	}

	.contact_method ul .-line .line-link img {
		width: 100%;
		height: auto;
	}

	.contact_method ul .-tel .responsibility {
		top: 0px;
	}

	/* intro */
	.intro {
		padding: 80px 20px 60px;
	}

	.intro_ttl {
		font-size: 32px;
	}

	.intro_txt {
		line-height: 1.75;
	}

	.intro_gal {
		margin-top: 60px;
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.intro_gal figure {
		margin: 0 auto;
		max-width: 360px;
		width: 100%;
	}

	/* info */
	.info {
		padding: 60px 10px;
	}

	.info_detail {
		padding: 40px 10px;
	}

	.info_detail_main {
		flex-direction: column;
		justify-content: flex-start;
		align-items: center;
	}

	.info_detail_main .-txt {
		margin-bottom: 20px;
		max-width: none;
		width: 100%;
	}

	.info_detail_main .-img {
		max-width: none;
		width: 100%;
	}

	.info_map {
		padding: 60px 10px;
	}

	/* culture */
	.culture_list li .-desc {
		line-height: 1.75;
	}
}

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

@media screen and (max-width:479px) {
	.-sp {
		display: block;
	}

	/* page common */
	.pgcmn_contact.-culture {
		padding: 50px 35px;
	}

	.pgcmn_contact .-link {
		font-size: 32px;
	}

	.pgcmn_contact .-link svg {
		width: 32px;
		height: 32px;
	}

	.contact_method ul {
        flex-direction: unset;
    }

	.contact_method ul li {
		width: 100%;
		border-right: unset;
		border-bottom: solid 1px #C7C7C7;
		padding: 25px 10px;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		flex-direction: unset;
	}

	.contact_method ul .-mail {
		border-left: unset;
		border-right: unset;
		border-top: solid 1px #C7C7C7;
		border-bottom: solid 1px #C7C7C7;
	}

	.contact_method ul .-mail h4 {
		margin-bottom: 5px;
	}

	.contact_method ul .-line h4 {
		margin-bottom: 10px;
	}

	.contact_method ul .-tel h4 {
		margin-bottom: 10px;
	}
	
	.contact_method ul .-mail small {
		font-size: 12px;
		position: relative;
		top: 0px;
	}

	.contact_method ul .-mail .mail-link {
		font-size: 18px;
	}

	.contact_method ul .-tel .responsibility {
		top: 0px;
	}

	/* intro */
	.intro_ttl {
		font-size: 28px;
	}

	/* info */
	.info_gal {
		gap: 10px;
	}

	.info_gal figure {
		width: calc(50% - 5px);
	}

	.info_gal img {
		border-radius: 10px;
	}

	.info_map {
		padding: 20px 10px;
	}

	/* culture */
	.culture {
		margin-top: 60px;
		padding: 0 10px;
	}

	.culture_intro {
		line-height: 1.75;
		padding: 0 10px;
	}

	.culture_list li {
		padding: 20px 10px;
	}

	.culture_list li .-ttl {
		font-size: 18px;
	}

	.culture_list li .-desc {
		font-size: 14px;
	}
}

@media print {}