@charset "UTF-8";
/* CSS Document */



/*PCレスポンシブ*/

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

/*Aboutメインフォト*/
	
	#aboutmainPhoto img{
		max-width: 1246px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

/*profile*/
	
	.profile{
		margin-top: 200px;
	}

	.profileC{
		margin-top: 150px;
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		display: flex;
		justify-content: space-between;
	}

	.position{
		font-size: 25px;
		position: relative;
		display: inline-block;
		padding-bottom: 4px;
		font-family: "Radley", serif;
		font-weight: 400;
		font-style: normal;
	}

	.position::after {
		content: "";
		position: absolute;
		left: -15px;
		right: -15px;
		bottom: 0;
		height: 1px;
		background-color: #333;
	}

	.stylist{
		margin-top: 40px;
		font-size: 33px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
	}

	.mei{
		margin-top: 70px;
		max-width: 210px;
		width: 100%;
		margin-left: 30px;
	}
	
	.his{
		overflow-wrap: break-word;
		margin-bottom: 200px;
	}

	.pEn{
		font-weight: 600;
		font-family: "Radley", serif;
		font-style: normal;
	}
	
	.biography{
		max-width: 530px;
		padding-top: 50px;
	}
	
	/*	salon*/
	
	.salon{
		margin-top: 50px;
	}
	
	.beauty{
		text-align: center;
		font-size: 21px;
		margin-top: 100px;
	}
	
	.salonContainer {
		display: flex;
		gap: 20px;
		justify-content: center;
		flex-wrap: wrap;
		width: max-content;        /* 必要な分だけ幅をとる */
		margin: 40px auto;         /* 横中央寄せ */
		padding: 20px;
		background-color: white;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		border-radius: 8px;
		margin-bottom: 200px;
		margin-top: 70px;
	}
	
	.store-info {
		width: 300px;
		margin-top: 60px;
	}
	
	.store-info h4{
		font-size: 23px;
		font-weight: 600;
	}
	
	.illmimap img{
		width: 400px;
		height: 300px;
		border: 0;
	}
	
	address {
		font-style: normal;
		line-height: 1.6;
		margin-top: 30px;
	}
	
}
/*pcレスポンシブ終了*/



/* タブレットレスポンシブ */

@media screen and (max-width: 768px) {
	
/*Aboutメインフォト*/
	
	#aboutmainPhoto img{
		max-width: 648px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
/*plofile*/
	
	.profile{
		margin-top: 150px;
	}

	.profileC{
		display: flex;
		flex-direction: column;
	}
	
	.member{
		margin-top: 100px;
		max-width: 200px;
		margin-left: auto;
		margin-right: auto;
	}

	.position{
		margin-top: 20px;
		font-size: 16px;
		position: relative;
		display: inline-block;
		padding-bottom: 3px;
		font-family: "Radley", serif;
		font-weight: 400;
		font-style: normal;
	}

	.position::after {
		content: "";
		position: absolute;
		left: -15px;
		right: -15px;
		bottom: 0;
		height: 1px;
		background-color: #333;
	}

	.stylist{
		margin-top: 40px;
		font-size: 20px;
		font-family: "Shippori Mincho B1", serif;
		font-weight: 400;
		font-style: normal;
	}

	.mei{
		margin-top: 70px;
		max-width: 210px;
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}
	
	.his{
		overflow-wrap: break-word;
		font-size: 14px;
		margin-top: 70px;
		margin-bottom: 120px;
	}

	.pEn{
		font-weight: 600;
		font-family: "Radley", serif;
		font-style: normal;
	}
	
	.biography{
		max-width: 70%;
		margin-left: auto;
		margin-right: auto;
	}
	
/*	salon*/
	
	.salon{
		margin-top: 50px;
	}
	
	.beauty{
		text-align: center;
		font-size: 17px;
		margin-top: 80px;
	}
	
	.salonContainer {
		display: flex;
		gap: 20px;
		width: 90%;
		max-width: 900px;
		margin: 40px auto;
		padding: 20px;
		background-color: white;
		box-shadow: 0 0 10px rgba(0,0,0,0.1);
		border-radius: 8px;
		flex-direction: column;
		align-items: center;
		padding-bottom: 40px;
		margin-bottom: 120px;
		margin-top: 80px;
	}
	
	.store-info {
		width: 300px;
		flex-shrink: 0;
		margin-top: 40px;
		margin-bottom: 40px;
	}

	.store-info h4{
		font-size: 18px;
		font-weight: 600;
	}
	
	.illmimap img{
		width: 80%;
		height: auto;
		border: 0;
		flex-shrink: 0;
		margin-left: auto;
		margin-right: auto;
	}
	
	address {
		font-style: normal;
		line-height: 1.6;
		margin-top: 30px;
		font-size: 15px;
	}
	
	.salonContainer {
		flex-direction: column;
		align-items: center;
	}
	
}
/*タブレットレスポンシブ終了*/



/*スマホレスポンシブ*/
@media (max-width: 480px) {
	
/*	profile*/
	
	.member{
		margin-top: 50px;	
		}
	
	.stylist{
		margin-top: 20px;
	}

	.mei{
		margin-top: 40px;
		max-width: 150px;
	}

	.biography{
		max-width: 90%;
	}

	.his{
		font-size: 12px;
	}
	
/*	salon*/
	
	.beauty{
		font-size: 15px;
	}
	
	.salonContainer {
		padding: 15px;
		padding-bottom: 40px;
	}
	
	.store-info{
		margin-left: 50px;
	}
	
	.store-info h4 {
		font-size: 1.2rem;
	}
	
	address {
		font-size: 13px;
	}
	
}
/*スマホレスポンシブ終了*/