@charset "UTF-8";

/*   all_parts   */
aside {
}



/*   top   */

#main_title_area{
	background-image: url(images/main_bg_w1400.jpg);
}

@media (min-width: 1400px) {
#main_title_area{
	background-image: url(images/main_bg_w2000.jpg);
}
}


#profile_area{
	width:100%;
	margin:3.571vw 0 0 0;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	justify-content: space-between;
}

#profile_area #profile_photo_block{
	width:35.714vw;
}

#profile_area #profile_photo_block #profile_photo_box{
	width:100%;
}

#profile_area #profile_photo_block #profile_photo_box img{
	width:100%;
	height:auto;
}

#profile_area #profile_photo_block #degree_box{
	width:100%;
	margin:1.429vw 0 0 0;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	justify-content: space-between;
}

#profile_area #profile_photo_block #degree_box .degree_name_part{
	width:calc(100% - 150px);
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:1.0vw;
	font-weight:300;
	line-height:200%;
	color:#000;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	align-items: center;
	align-content: center;
}

#profile_area #profile_photo_block #degree_box .degree_mark_part{
	width:142px;
}

#profile_area #profile_photo_block #degree_box .degree_copy_part{
	width:100%;
	margin:1.0vw 0 0 0;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:1.0vw;
	font-weight:300;
	line-height:200%;
	color:#000;
}

#profile_area #profile_block{
	width:45vw;
}

#profile_area #profile_block #profile_name_box{
	width:100%;
	margin:0 0 3.929vw 0;
}

#profile_area #profile_block #profile_name_box h2{
	font-family: 'Shippori Mincho', serif;
	font-size:24px;
	font-size:1.714vw;
	font-weight:400;
	line-height:150%;
	color:#000;
	
	margin:0 0 1.071vw 0;
}

#profile_area #profile_block #profile_name_box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:1.0vw;
	font-weight:300;
	line-height:200%;
	color:#000;
}

#profile_area #profile_block #profile_history_box{
	width:100%;
	margin:0 0 3.929vw 0;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:1.0vw;
	font-weight:300;
	line-height:150%;
	color:#000;
}

#profile_area #profile_block #profile_history_box p{
	margin:0 0 0.714vw 0;
	font-weight:400;
}

#profile_area #profile_block #profile_history_box ul{
	margin:0;
	padding:0;
	list-style:none;
}

#profile_area #profile_block #profile_history_box li{
	margin:0 0 0.714vw 0;
}

#profile_area #profile_block #profile_performance_box{
	width:100%;
	margin:0;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:1.0vw;
	font-weight:300;
	line-height:150%;
	color:#000;
}

#profile_area #profile_block #profile_performance_box p{
	margin:0 0 0.714vw 0;
	font-weight:400;
}

#profile_area #profile_block #profile_performance_box ul{
	margin:0;
	padding:0 0 0 1.286vw;
	list-style: disc;
}

#profile_area #profile_block #profile_performance_box li{
	margin:0 0 0.714vw 0;
}


#store_area{
	width:100%;
	margin:4.286vw 0 0 0;
	padding:4.286vw 0 0 0;
	
	border-top:dotted 1px #333;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	justify-content: space-between;
}

#store_area #store_photo_block{
	width:35.714vw;
}

#store_area #store_photo_block #store_photo_box{
	width:100%;
}

#store_area #store_photo_block #store_photo_box #placeholder{
	width: 100%;
	position: relative;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
}

#store_area #store_photo_block #store_photo_box #placeholder img{
	object-fit: contain;
	width:100%;
	height:auto;
}

#store_area #store_photo_block #store_photo_box #homes{
	margin:0;
	padding:0;
	list-style: none;
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	
	justify-content: space-between;
}

#store_area #store_photo_block #store_photo_box #homes li{
	width:33%;
}

#store_area #store_photo_block #store_photo_box #homes li a{
	display: block;
	width:100%;
	height:100%;
}

#store_area #store_photo_block #store_photo_box #homes li a img{
	object-fit: contain;
	width:100%;
	height:auto;
}

#store_area #store_photo_block #store_photo_box #homes li a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}

#store_area #store_block{
	width:45vw;
}

#store_area #store_block #store_name_box{
	width:100%;
	margin:0 0 3.929vw 0;
}

#store_area #store_block #store_name_box h2{
	margin:1.429vw 0 2.857vw 0;
	
	text-align:center;
}

#store_area #store_block #store_name_box h2 img{
	width:20vw;
	height:auto;
}

#store_area #store_block #store_name_box p{
	font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:1.0vw;
	font-weight:300;
	line-height:200%;
	color:#000;
}

#store_area #store_block #store_name_box p.store_adress_part{
	margin:2.857vw 0 2.143vw 0;
}



#store_area #store_block #store_name_box .store_link_box{
	text-align:center;

}

#store_area #store_block #store_name_box .store_link_box a{
	width:20vw;
	padding:1.429vw 0;
	margin:0 auto;
	
	background: rgba(49,49,49,1.0);
	
	display:-webkit-box;
	display: -webkit-flex;
	display:-ms-flexbox;
	display: flex;
	-webkit-flex-wrap:nowrap;
	-ms-flex-wrap:nowrap;
	flex-wrap:nowrap;
	
	justify-content: center;
	align-items: center;
	align-content: center;
	
	font-family: 'Noto Sans JP', sans-serif;
	font-size:15px;
	font-size:1.071vw;
	font-weight:300;
	line-height:100%;
	color:#fff;
	
	position:relative;
}

#store_area #store_block #store_name_box .store_link_box a:hover{
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	text-decoration:none;
}

#store_area #store_block #store_name_box .store_link_box a:after {
	position:absolute;
	top:0;
	bottom:0;
	right:10px;
	content: '';
	display: block;
	width:18px;
	height:18px;
	
	margin:auto;
	
	background-image: url(/common/images/link_arrow.svg);
	background-repeat: no-repeat;
	background-size:contain;
	background-position:center center;
}



/*   Contents   */

/*------------------------------
SmartPhone---768breakPoint
================================*/
@media screen and (max-width: 768px) {
/*#responsive base*/

#main_title_area{
		background-image: url(images/main_bg_w1400.jpg);
}


#profile_area{
		width:100%;
	margin:3.571vw 0 10.667vw 0;
		
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		
		justify-content: space-between;
}

#profile_area #profile_photo_block{
	width:100%;
}

#profile_area #profile_photo_block #profile_photo_box{
		width:100%;
}

#profile_area #profile_photo_block #profile_photo_box img{
		width:100%;
		height:auto;
}

#profile_area #profile_photo_block #degree_box{
		width:100%;
		margin:1.429vw 0 0 0;
		
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		
		justify-content: space-between;
}

#profile_area #profile_photo_block #degree_box .degree_name_part{
	width:100%;
	order:2;
		
		font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:3.733vw;
		font-weight:300;
		line-height:200%;
		color:#000;
		
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		
		align-items: center;
		align-content: center;
		
	margin:0 0 3.733vw 0;
}

#profile_area #profile_photo_block #degree_box .degree_mark_part{
	order:1;
		width:142px;
}

#profile_area #profile_photo_block #degree_box .degree_copy_part{
	order:3;
		width:100%;
		margin:1.0vw 0 0 0;
		
		font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:3.733vw;
		font-weight:300;
		line-height:200%;
		color:#000;
		
	margin:0 0 5.333vw 0;
}

#profile_area #profile_block{
	width:100%;
}

#profile_area #profile_block #profile_name_box{
	width:100%;
	margin:0 0 3.929vw 0;
}

#profile_area #profile_block #profile_name_box h2{
		font-family: 'Shippori Mincho', serif;
	font-size:20px;
	font-size:5.333vw;
		font-weight:400;
		line-height:150%;
		color:#000;
		
		margin:0 0 1.071vw 0;
}

#profile_area #profile_block #profile_name_box p{
		font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:3.733vw;
		font-weight:300;
		line-height:200%;
		color:#000;
}

#profile_area #profile_block #profile_history_box{
		width:100%;
		margin:0 0 3.929vw 0;
		
		font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:3.733vw;
		font-weight:300;
		line-height:150%;
		color:#000;
}

#profile_area #profile_block #profile_history_box p{
		margin:0 0 0.714vw 0;
		font-weight:400;
}

#profile_area #profile_block #profile_history_box ul{
		margin:0;
		padding:0;
		list-style:none;
}

#profile_area #profile_block #profile_history_box li{
		margin:0 0 0.714vw 0;
}

#profile_area #profile_block #profile_performance_box{
		width:100%;
		margin:0;
		
		font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:3.733vw;
		font-weight:300;
		line-height:150%;
		color:#000;
}

#profile_area #profile_block #profile_performance_box p{
		margin:0 0 0.714vw 0;
		font-weight:400;
}

#profile_area #profile_block #profile_performance_box ul{
		margin:0;
	padding:0 0 0 6vw;
		list-style: disc;
}

#profile_area #profile_block #profile_performance_box li{
		margin:0 0 0.714vw 0;
}


#store_area{
		width:100%;
		margin:4.286vw 0 0 0;
		padding:4.286vw 0 0 0;
		
		border-top:dotted 1px #333;
		
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		
		justify-content: space-between;
}

#store_area #store_photo_block{
	width:100%;
}

#store_area #store_photo_block #store_photo_box{
		width:100%;
	margin:0 0 10.667vw 0;
}

#store_area #store_photo_block #store_photo_box #placeholder{
		width: 100%;
		position: relative;
		
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
}

#store_area #store_photo_block #store_photo_box #placeholder img{
		object-fit: contain;
		width:100%;
		height:auto;
}

#store_area #store_photo_block #store_photo_box #homes{
		margin:0;
		padding:0;
		list-style: none;
		
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
		
		justify-content: space-between;
}

#store_area #store_photo_block #store_photo_box #homes li{
		width:33%;
}

#store_area #store_photo_block #store_photo_box #homes li a{
		display: block;
		width:100%;
		height:100%;
}

#store_area #store_photo_block #store_photo_box #homes li a img{
		object-fit: contain;
		width:100%;
		height:auto;
}

#store_area #store_photo_block #store_photo_box #homes li a:hover{
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		text-decoration:none;
}

#store_area #store_block{
	width:100%;
}

#store_area #store_block #store_name_box{
	width:100%;
	margin:0 0 3.929vw 0;
}

#store_area #store_block #store_name_box h2{
	margin:1.429vw 0 2.857vw 0;
	
	text-align:center;
}

#store_area #store_block #store_name_box h2 img{
	width:60vw;
	height:auto;
}

#store_area #store_block #store_name_box p{
		font-family: 'Noto Sans JP', sans-serif;
	font-size:14px;
	font-size:3.733vw;
		font-weight:300;
		line-height:200%;
		color:#000;
}

#store_area #store_block #store_name_box p.store_adress_part{
	margin:2.857vw 0 2.143vw 0;
}



#store_area #store_block #store_name_box .store_link_box{
	text-align:center;

}

#store_area #store_block #store_name_box .store_link_box a{
	width:100%;
	padding:5.333vw 0;
		margin:0 auto;
		
		background: rgba(49,49,49,1.0);
		
		display:-webkit-box;
		display: -webkit-flex;
		display:-ms-flexbox;
		display: flex;
		-webkit-flex-wrap:nowrap;
		-ms-flex-wrap:nowrap;
		flex-wrap:nowrap;
		
		justify-content: center;
		align-items: center;
		align-content: center;
		
		font-family: 'Noto Sans JP', sans-serif;
	font-size:15px;
	font-size:4vw;
		font-weight:300;
		line-height:100%;
		color:#fff;
		
		position:relative;
}

#store_area #store_block #store_name_box .store_link_box a:hover{
		filter:alpha(opacity=70);
		-moz-opacity: 0.7;
		opacity: 0.7;
		text-decoration:none;
}

#store_area #store_block #store_name_box .store_link_box a:after {
		position:absolute;
		top:0;
		bottom:0;
		right:10px;
		content: '';
		display: block;
		width:18px;
		height:18px;
		
		margin:auto;
		
		background-image: url(/common/images/link_arrow.svg);
		background-repeat: no-repeat;
		background-size:contain;
		background-position:center center;
}

}