@charset "UTF-8";
/* --------------------------------
	style_sp.css
--------------------------------
カウンセラーページ用のcssです。
-------------------------------- */

#counselor_top {
	background: url(../images/bg_brick.jpg) no-repeat;
	background-position: center center;
	background-size: 100% auto;
	height: 120px;
	width: 100%;
	text-align: center;
}
#counselor_top h1 {
	padding-top: 23px;
	box-sizing: border-box;
	font-size: 2.0rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
}

#counselor_top p {
	width: 100%;
	text-align: center;
	padding-top: 5px;
	box-sizing: border-box;
	font-size: 1.1rem;
	color: #fff;
	font-weight: bold;
	text-shadow: 1px 2px 5px #333333;
	margin: 0;
	font-family: 'Montserrat', sans-serif;
}


#team {
    color: #4d4d4d;
    margin: 10px auto;
    width: 100%;
    text-align: center;
    background-color: #fff;
}
.team_inner {
	padding: 0 10px;
	margin: 0 auto;
}

#team img {
    width: 100%;
}

#counselor_contents {
    margin: 0px auto;
    box-sizing: border-box;
    line-height: 1.8;
   background: url(../images/bg_brick.jpg) repeat;
	background-position: center center;
	background-size: 100% auto;
	padding: 20px 10px;
	font-family: 'Montserrat', sans-serif;
}

.c_contents01 {
	margin: 0px auto 0;
	padding: 0px;
	overflow: hidden;
}

.parson{
	 font-size: 1.3rem;
	margin: 0px 10px;
	width : 100%;
}

.parson img{
	width : 100%;width : -moz-calc(100% - 20px);
	width : -webkit-calc(100% - 20px);
	width : calc(100% - 20px);
}


.parson_img{
	width: auto;
	position: relative;
}

.parson_img img{
	width: 50%;
	max-width: 200px;
	position:absolute;
		bottom: 0;
	right: 10px;
}

.leftside{
	width: 60%;
	display: inline-block;
}

.c_contents01 h2{
	font-size: 2.4rem;
	white-space: nowrap;
	line-height: 1.2;
}


.profile_area {
	text-align: left;
	padding: 20px 10px 100px 10px;
	background-color: #efefef;
	line-height:1.8;
	margin: 20px 20px 0 0;
}

.profile_area h3{
	font-size: 14px;
	border-bottom: solid #000 1px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	margin-right: -10px;
}


.binder{
	margin: 30px auto;
	width: 100%;
	background:url(../images/binder_top.png) no-repeat,url(../images/binder_bottom.png) no-repeat;
	background-size: 100% auto,100% auto;
	background-position: center top, center bottom;
	padding: 40px 0px;
	box-sizing: border-box;
	font-size: 1.4rem;
}

.binder_inner{
	background: url(../images/binder_body.png) repeat-y;
	background-size: 100% auto;
	background-position: center center;
	padding: 0px 24px;
	line-height: 1.8;
	color: #4d4d4d;
}


.binder h2{
	font-size: 1.8rem;
	margin-bottom: 14px;
	color: #000;
}

.binder p{
	margin-top: 10px;
}


.c_contents02 {
	margin: 0px auto 0;
	padding: 0;
	text-align: center;
	font-size: 1.2rem;
}

.c_contents02 img {
	width: 100%;
}


.c_contents02 h2{
	font-size: 2.4rem;
	margin-bottom: 10px;
}

.c_contents02 p.memo{
	background-color: #fff;
	display: inline;
	padding: 5px 10px;
	font-size: 1.1rem;
}

.trip_album{
	position: relative;
	width: 100%;
	max-width: 947px;
}

.trip_album img{
	width: 100%;
}

.a_name{
	position: absolute;
	top: 10px;
	right: 10px;
	font-size: 1.8rem;
	color: #fff;
font-weight: bold;
	text-align: right;
}

.tooltip1{
    position: relative;
    cursor: pointer;
    display:  inline-block;
	margin: 20px auto;
}

.description1 {
    display: none;
    position: absolute;
    padding: 16px;
    color: #000;
    border-radius: 5px;
    background: #fff;
   width : -moz-calc(100% - 60px);
	width : -webkit-calc(100% - 60px);
	width : calc(100% - 60px);
	text-align: left;
	line-height: 1.2;
	box-shadow: 0 0 8px grey;
}

.description1:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    border: 15px solid transparent;
    border-top: 15px solid #fff;
    margin-left: 30%;
}
.tooltip1:hover .description1{
    display: inline-block;
	bottom: 65%;
   left: 5%;
}

