@charset "UTF-8";

/* fv */
.mypage_fv {
	background-image: url('./img/service_fv.jpg');
}

/* Public Space */
.mypage_public_space .mypage_kakomi {
	position: relative;
	border: solid 1px #587576;
	box-sizing: border-box;
}

.mypage_public_space .mypage_img_box {
}

.mypage_public_space .mypage_img_box .mypage_img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

/* Services */
.mypage_services .mypage_service_card {
	align-items: center;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
}

.mypage_services .mypage_img_box {
	width: 100%;
	margin: -3px;
}

.mypage_services .mypage_img_box img {
	width: 100%;
}

.mypage_services .mypage_service_card {
	border: solid 1px #587576;
	box-shadow: 3px 3px 6px rgba(93, 93, 93, .8);
}

.mypage_services .mypage_card_tit {
	background-color: #fff;
	box-sizing: border-box;
	color: #265D5F;
	text-align: center;
	padding: .5rem;
	width: 100%;
}

.mypage_services .mypage_card_tit h3 {
	font-weight: 600;
	line-height: 1.33;
}

.mypage_services .mypage_card_text {
	background-color: #fff;
	box-sizing: border-box;
	line-height: 1.68;
	margin: 0;
	padding: .5rem 2rem 2rem;
	text-align: left;
	width: 100%;
}

/* Equipment */
.mypage_equipment .mypage_equipment_card {
	align-items: center;
	background-color: #fff;
	border: solid 1px #587576;
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	margin-bottom: 3rem;
}

.mypage_equipment .mypage_cube {
	background-color: #265D5F;
	box-sizing: border-box;
	margin: 0;
}

.mypage_equipment .mypage_img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.mypage_equipment .mypage_img_entrance {
	object-position: 100% 50%; // 右寄せトリム
}

.mypage_equipment .mypage_img_kaigi {
	object-position: 80% 50%; // やや右寄せトリム
}

.mypage_equipment .mypage_card_tit {
	box-sizing: border-box;
	color: #265D5F;
	padding: 1rem 2rem 3rem;
	margin: 0;
	width: 100%;
}

.mypage_equipment .mypage_card_tit h3 {
	font-weight: 600;
	line-height: 1.33;
	text-align: left;
	margin: 0;
}

.mypage_equipment .mypage_line {
	width: 75%;
	height: 1px;
	border-top: solid 1px #265D5F;
}

.mypage_equipment .mypage_equipment_innerbox {
	box-sizing: border-box;
}

.mypage_equipment .mypage_card_text {
	box-sizing: border-box;
	line-height: 1.68;
	margin: 0;
	/* padding: 1rem 2rem 2rem; */
	text-align: left;
	width: 100%;
}



/*===============================================
●スマホ用（700px未満）
===============================================*/
@media screen and (max-width:699px) {

	/* Public Space */
	.mypage_public_space .mypage_kakomi {
		margin: 0 auto 3rem;
		padding: 2rem 1rem;
		width: 100%;
	}

	.mypage_public_space .mypage_img_box {
		width: 24rem;
		height: 24rem;
		margin: 2rem auto 0;
	}

	.mypage_public_space .mypage_cb_box {
		margin-bottom: 2rem;
	}

	.mypage_public_space .mypage_tb_box {
		width: 100%;
	}

	/* Services */
	.mypage_services .mypage_service_card {
		width: 100%;
		margin-bottom: 3rem;
	}

	.mypage_services .mypage_card_tit h3 {
		font-size: 1.6rem;
	}

	/* Equipment */
	.mypage_equipment .mypage_equipment_card {
		width: 100%;
	}

	.mypage_equipment .mypage_cube {
		width: 6rem;
		height: 1rem;
		margin-bottom: 2rem;
	}

	.mypage_equipment .mypage_card_tit h3 {
		font-size: 1.6rem;
	}

	.mypage_equipment .mypage_img_box {
		width: 20rem;
		height: 20rem;
		margin: 0 auto 3rem;
	}

	.mypage_equipment .mypage_img_box img {
		width: 100%;
		height: 100%;
	}

	.mypage_equipment .mypage_equipment_innerbox {
		padding: 2rem 1rem 3rem;
	}

	.mypage_equipment .mypage_card_text {
		/* padding: 0 1rem; */
	}

}

/*===============================================
●PC・タブレット用（700px以上）
===============================================*/
@media screen and (min-width:700px){

	/* Public Space */
	.mypage_public_space .mypage_kakomi {
		margin: 0 0 4rem;
		padding: 3rem 4rem;
		width: 100%;
	}

	.mypage_public_space .mypage_img_box {
		width: 28rem;
		height: 28rem;
	}

	.mypage_public_space .mypage_cb_box {
		margin-bottom: 3rem;
	}

	.mypage_public_space .mypage_tb_box {
		width: calc(100% - 32rem);
	}

	/* Services */
	.mypage_services .mypage_service_card {
		width: calc( calc(100% - 4rem) / 3 );
	}

	.mypage_services .mypage_card_tit h3 {
		font-size: 1.7rem;
	}

	/* Equipment */
	.mypage_equipment .mypage_equipment_card {
		width: 100%;
	}

	.mypage_equipment .mypage_cube {
		width: 2.6rem;
		height: 1em;
		margin-bottom: 1rem;
	}

	.mypage_equipment .mypage_card_tit h3 {
		font-size: 1.8rem;
	}

	.mypage_equipment .mypage_img_box {
		width: 22.7rem;
		height: 22.7rem;
		/* margin-right: 2rem; */
	}

	.mypage_equipment .mypage_img_box img {
		width: 100%;
		height: 100%;
	}

	.mypage_equipment .mypage_equipment_innerbox {
		padding: 2rem 2rem 3rem;
	}

	.mypage_equipment .mypage_card_text {
		width: calc(100% - 23rem - 4rem);
	}

}
