@charset "UTF-8";
/* CSS Document */

/*メイン画像*/
.header {
	overflow: hidden;
}
#m_photo img {
	min-height: 800px;
}
#slideshow {
   position: fixed;
   width:  100%; /* 画像の横幅に合わせて記述 */
}
#slideshow img {
   position: fixed;
   top: 0;
   left:0;
   z-index: 8;
   opacity: 0.0;
}
#slideshow img.active {
   z-index: 10;
   opacity: 1.0;
}
#slideshow img.last-active {
   z-index: 9;
}
/*ここまで*/

.wrapper_s{
	position: absolute;
	top: 800px;
}
.text {
	font-size: 1.7rem;
	max-width: 34rem;
	margin: 20px auto;
	line-height: 2;
}
.logomark {
	color: #fff;
	font-size: 2rem;
	line-height: 2;
	letter-spacing: 0.1rem;
	text-shadow: 0px 0px 7px rgba(0,0,0,1);
	position: fixed;
	top: 40%;
	left: 0;
	right: 0;
	margin: auto;	
}
.images {
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}
.contents {
	display: inline-block;
	margin: 10px 5px;
	text-align: center;
}
.contents_li {
	position: relative;
	text-align: left;
}
.contents_li img {
	height: 180px;
	width: auto;
}
.contents_text {
	color: #fff;
	top: 20px;
	left: 35px; 
	line-height: 1.5;
	letter-spacing: 0.2rem;
	position: absolute;
}
.contents_title {
	font-size: 3rem;
}
.contents_p {
	font-size: 2rem;
}

/*about inquiry*/
.tel {
	background-color: #D4CFC7;
	border: rgba(186,186,186,1.00) solid 1px;
	box-sizing: border-box;
	height: 150px;
	line-height: 2;
	margin: 20px auto;
	padding: 2.5% 5%;
	position: relative;
	text-align: left;
	max-width: 80%;
}
.tel1 {
	margin-top: 50px;
}
.tel1 .telnum {
	letter-spacing: 0.1rem;
}
.tel_title {
	font-size: 2rem;
}
.tel_title img {
	margin-left: 150px;
}

@media screen and (max-width: 960px) {
	.text{
		line-height: 1.5;
	}
	.contents {
		margin: 5px auto;
	}
	.contents_li img {
		height: auto;
		max-width: 100%; 
	}
	.tel {
		height:  130px;
	}
	.tel_title {
		font-size: 1.7rem;
		line-height: 1.5;

	}
	.tel_title img{
		margin-left: 0;
		width: 20px;
		height: auto;
	}
	.tel_text{
		font-size: 1.5rem;
		line-height: 1.2;
		margin-top: 5px;
	}
	.telnum {
		display: block;
	}
}
