@charset "utf-8";
/* CSS Document */

/*--------------------------------------

センパイ詳細(elder_detail.php)

--------------------------------------*/

/*--------------------------------------
全体の枠
--------------------------------------*/
#page{
	background-color: #fff;
}


.elder_detail_wrap{
	width:1080px;
	margin:0 auto;
}

/*--------------------------------------
パンくずリスト
--------------------------------------*/
.breadcrumb{
	margin-top:23px;
	font-size:14px;
}
.breadcrumb li{
	display:inline-block;
	position: relative;
	vertical-align:bottom;
}
.breadcrumb li:after{
	content:'>';
	position: relative;
	margin-left:10px;
	margin-right:10px;
}
.breadcrumb li:last-child:after{
	content:'';
}

/*--------------------------------------
コンテンツ
--------------------------------------*/
.profile,
.interview{
	width: 1080px;
	background-color: #fff;
	border:solid 1px #D2D2D2;
}
/*-------------------
センパイプロフィール
-------------------*/
.profile {
	margin-top:30px;
}
.profile .text,
.profile .img{
	margin:28px 0;
}
.profile .text {
	margin-left:38px;
	float: left;
}
.profile .text .profile_title{
	width:125px;
	height:36px;
	background-color:#fff;
	font-size:18px;
	font-weight:bold;
	border:solid 2px #333333;
	position:relative;
	text-align:center;
	line-height:2.2;
	letter-spacing:2px;
	border-radius:3px;
}
.profile .text .profile_title:before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #333333;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.profile .text .profile_title:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 50%;
	margin-left: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
}
.profile .text h2 {
	font-size: 34px;
	line-height:1.3;
	letter-spacing:3px;
	margin-top:25px;
}
.profile .text ul {
	margin-top: 20px;
	line-height:1.8;
}

.profile .text ul li{
	font-size: 14px;
}

.profile .text .en_link span {
	margin-top:25px;
	background-image: linear-gradient(120deg, #87b4fd 0%, #94ddff 100%);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	width:470px;
	height:47px;
	border-radius:3px;
	color:#fff;
	text-align:center;
	line-height:2.5;
	font-size:20px;
	letter-spacing:3px;
	display:block;
}
.profile .img {
	width:460px;
	height:330px;
	margin-right:38px;
	float: right;
}
.profile .img img{
	/*width:100%;
	height:auto;*/
	width:auto;
	height:auto;
	max-width:460px;
	max-height:330px;

}
/*-------------------
センパイインタビュー内容
-------------------*/
.interview{
	background-color: #def3fd;
	margin-top:27px;
	padding-bottom:60px;
}
.interview dl {
	margin-top: 30px;
	margin-right: 37px;
	margin-bottom: 30px;
	margin-left: 37px;
	color:#333333;
}
.interview dl dt {
	background-image: url(../img/elder/balloon_icon.png);
	background-repeat: no-repeat;
	background-position: left center;
	height:44px;
	line-height:2.6;
	font-size:17px;
	font-weight:bold;
	padding-left:60px;
	margin-top:30px;
}
.interview dl dt:first-child{
	margin-top:0;
}
.interview dl dd {
	margin: 20px 0 0 60px;
	padding-bottom:40px;
	line-height: 1.8;
	background-image: url(../img/elder/interview_deco.png);
	background-position: center bottom;
	background-repeat: no-repeat;
	font-size:15px;
	width:850px;
}
/*-------------------
このセンパイの園を見る、一覧に戻る
-------------------*/
.link{
	margin:27px 0;
	padding: 15px 0;
	border-top:solid 2px #74a4f1;
	border-bottom:solid 2px #74a4f1;
}
.link ul {
	margin: 4px 0;
}
.link li {
	float: left;
	text-align:center;
}
.link li span{
	display:block;
	width:538px;
}
.link li:first-child {
	border-right:solid 2px #74a4f1;
}
/*-------------------
センパイ一覧
-------------------*/
.summary{
	margin-top:27px;
	border: solid 1px #D2D2D2;
	background-image: url(../img/elder/interview_icon.png);
	background-repeat: no-repeat;
	background-position: center top 30px;
	width:1078px;
	padding-bottom:27px;
}
.summary h3 {
	font-size:19px;
	text-align:center;
	margin-top:105px;
	font-weight:bold;
}
/*カルーセルエリア*/
#elder_carousel{
	margin:20px 0 0 0;
	border:1px #D2D2D2 solid;
	background-color:#fff;
}
.owl-carousel{
	margin-left:28px;
	margin-top:40px;
}
/*キャプョン設定*/
.l_caption{
	position:relative;
	width:1078px;
	overflow:hidden;
	float:left;
}
.l_caption figure {
	position: relative;
	width: 192px;
	-webkit-perspective: 1500px;
	perspective: 1500px;
	-webkit-perspective-origin: 0 50%;
	perspective-origin: 0 50%;
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}
.l_caption figure div {
	overflow: hidden;
}
.l_caption figcaption {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: linear-gradient(120deg, rgba(161,196,253,0.8) 0%, rgba(194,1233,251,0.8) 100%);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform-origin: 0;
	transform-origin: 0;
	-webkit-transform: rotateY(-90deg);
	transform: rotateY(-90deg);
	-webkit-transition: -webkit-transform .4s, opacity .1s .3s;
	transition: transform .4s, opacity .1s .3s;
	opacity: 0;
}
.l_caption figcaption strong{
	width:100%;
	font-size:18px;
	margin:40px 0 0 15px;
	text-align:center;
	font-weight:600;
	color:#333;
	display:block;
}
.l_caption figcaption .carousel_caption{
	font-size:14px;
	text-align:center;
	margin:60px 0 0 15px;
	line-height:25px;
	color:#333;
	font-weight:600;
}
.l_caption figcaption strong,
.l_caption figcaption .carousel_caption{
	text-align: left;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	opacity: 0;
}
.l_caption figure:hover figcaption {
	-webkit-transform: rotateY(0);
	transform: rotateY(0);
	-webkit-transition: -webkit-transform .4s, opacity .1s;
	transition: transform .4s, opacity .1s;
	opacity: 1;
}
.l_caption figure:hover figcaption strong,
.l_caption figure:hover figcaption .carousel_caption{
	-webkit-transition-delay: .3s;
	transition-delay: .3s;
	opacity: 1;
}
.detail_button {
	display: block;
	width: 176px;
	height: 46px;
	margin:30px auto 0 auto;
	text-align: center;
	outline: none;
}

/*エラーメッセージ*/
#elder_column .error {
	margin: 170px 90px;
	text-align: center;
}
/* 写真一覧トリミング */
.senpai_pic_list_waku{
	/*display:block;*/
	width:192px;
	height:240px;
	/*overflow:hidden;
	position:relative;
	text-align:left;*/
	border:solid 1px #D2D2D2;
}
.senpai_pic_list_waku img{
	width:192px;
	height:240px;
	object-fit: contain;
	/*position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);*/
}
.senpai_pic_list{
	/*float:left;
	position:absolute;
	max-height:240px;*/
}
/*--------------------------------------
フッターバナー一覧
--------------------------------------*/
.footer_banner{
	clear:both;
	background-color: #FFF2C5;
	margin-top:100px;
	padding:30px 0;
}
.footer_banner ul{
	width:1120px;
	margin:0 auto;
}
.footer_banner ul li{
	float:left;
	margin-right:20px;
}
.footer_banner ul li:last-child{
	margin-right:0;
}
