@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Zen+Maru+Gothic&display=swap');






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






}/*//end  max-width: 480px ///////////////////////*/







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

section.session-head{
	display: flex;
	justify-content: space-between;
	width:750px;
	margin: 0 auto 60px auto;
	padding: 0 0px 0 0px;
	background: #ffffff;
	text-align: left;
	align-items: center;
}

.session-head-left{
	width: 500px;
}

.session-head-right{
	width: 180px;
}

.session-mainphoto{
	width: 100%;
}

.session-mainphoto img{
	width: 100%;
	border-radius: 50%;
}



section#flow{
	width: 100%;
	margin-bottom: 60px;
}

.flow-col-wrapper{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	margin-bottom: 30px;
}

.flow-col-left{
	width: 250px;
}

.flow-col-right{
	width: 680px;
	border-left:3px dotted #abe7fb;
	padding-left: 24px;
}

h4.flow-h4{
	font-size:16px;
	padding: 6px 0 0 0;
	margin: 0;
}

h4.session-count-h4{
	font-size:21px;
	padding: 0;
	margin: 60px auto 30px auto;
	text-align: center;
}

.session-count-wrapper{
	display: flex;
	justify-content: space-between;
}

.session-count-col{
	width: 48%;
}

.session-count-description{
	margin-bottom: 18px;
}

.session-count-image{
	width: 100%;
}
.session-count-image img{
	width: 100%;
}




.price-table{
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 12px;
}

.price-table th{
	width: 300px;
	border: 1px solid #abe7fb;
	padding: 12px;
	font-size: 16px;
	line-height: 1.8;
}
.price-table td{
	border: 1px solid #abe7fb;
	padding: 12px;
	font-size: 16px;
	line-height: 1.8;
}





}