@charset "utf-8";
/*////////////////////////////////////
profile
////////////////////////////////////*/
@media screen and (min-width: 768px){

#profile {
	position: relative;
	width: 100%;
	padding: 150px 0;
	background:rgba(233,233,233,1.00);
}
#profile_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#profile_logo {
	position: relative;
	width: 250px;
	margin: 0 auto 50px;
}
#profile_word {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 2;
}
#map {
	position: relative;
	width: 90%;
	margin: 0 auto 80px;
	max-width: 400px;
}
#profile_title {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 5px;
}
#profile_photo {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto 10px;
	border-radius: 50%;
	overflow: hidden;
}
#profile_detail {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.profile_detail_title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.profile_detail_word {
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
}
}

@media screen and (min-width: 0px) and (max-width: 767px){
#profile {
	position: relative;
	width: 100%;
	padding: 150px 0;
	background:rgba(233,233,233,1.00);
}
#profile_area {
	position: relative;
	width: 90%;
	margin: 0 auto;
}
#profile_logo {
	position: relative;
	width: 250px;
	margin: 0 auto 50px;
}
#profile_word {
	position: relative;
	width: 90%;
	margin: 0 auto 50px;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	text-align: center;
	line-height: 2;
}
#map {
	position: relative;
	width: 90%;
	margin: 0 auto 60px;
	max-width: 400px;
	
}
#profile_title {
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	margin-bottom: 5px;
}
#profile_photo {
	position: relative;
	width: 250px;
	height: 250px;
	margin: 0 auto 10px;
	border-radius: 50%;
	overflow: hidden;
}
#profile_detail {
	position: relative;
	width: 100%;
	text-align: center;
	margin-bottom: 50px;
}
.profile_detail_title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
	font-weight: 700;
}
.profile_detail_word {
	margin-bottom: 5px;
	text-align: center;
	font-size: 1.6rem;
	font-family: "Noto Serif JP", serif;
}
}

@media screen and (min-width: 768px){
#banner_area {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#insta_banner {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
#access_image {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
}
@media screen and (min-width: 0px) and (max-width: 767px){
#banner_area {
	position: relative;
	width: 100%;
	padding: 50px 0;
}
#insta_banner {
	position: relative;
	width: 90%;
	max-width: 600px;
	margin: 0 auto;
}
#access_image {
	position: relative;
	width: 90%;
	max-width: 400px;
	margin: 0 auto;
}
}