@charset "UTF-8";
/* CSS Document */
@import url("facility-style.css");

/*  facility-main　ts：トム・ソーヤ
----------------------------------------------------*/
#ts{
	position:relative;
}
.ts-title-bg{
	position:absolute;
	background-color:#f78b43;
	width:100%;
	height:280px;
	top:0px;
	left:0px;
	z-index:-1;
}
#ts .facility-title{
	padding:40px 0;
}
#ts .facility-title p.facility-title-logo{
	margin:12px auto 0;
	background:url(../../../img/facility/ts/logo.png) no-repeat center top;
	width:472px;
	height:160px;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
#ts .photo-title{
	position:relative;
	padding-bottom:10px;
}
#ts .photo-title-illust1{
	position:absolute;
	background:url(../../../img/facility/ts/illust1.png) no-repeat center top;
	width:73px;
	height:95px;
	bottom:5px;
	left:100px;
}
#ts .photo-title-illust2{
	position:absolute;
	background:url(../../../img/facility/ts/illust2.png) no-repeat center top;
	width:203px;
	height:73px;
	top:30px;
	right:0px;
}
#ts .row {
	display: flex;
	justify-content: space-around;
	padding-left: 50px;
}
#ts .photo-box{
	height:334px;
}
#ts .photo-border{
	background:url(../../../img/facility/ts/photo-border.png) no-repeat top left;
	height:334px;
}
#ts .message-text{
	font-size:18px;
	line-height:1.8;
	margin-bottom:20px;
}
#ts .message-blog{
	background:url(../../../img/facility/ts/illust3.png) no-repeat center top;
	font-size:16px;
	padding:50px 0 30px;
}
#ts .info-photo{
	height:450px;
	min-width:960px;
	background:url(../../../img/facility/ts/info-image.png) center center no-repeat;
	overflow: hidden;
	background-size:cover;
}
