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

/*共通
-------------------------------------------------------*/
#content {
	width: 960px;
	margin: 0 auto;
	padding-top: 40px;
	padding-bottom: 40px;
	float: none;
}

#topimage {
	background-color: #442200;
	background-image: url(../img/topimage/back.png);
	background-position: left top;
	background-repeat: repeat-x;
	width: 100%;
	height: 400px;
	margin-bottom: 40px;
	overflow: hidden;
	position: relative;
}
.fadein {
	width: 1600px;
	height: 400px;
	margin: 0 auto;
	margin-left: -800px;
	overflow: hidden;
	position: absolute;
	left: 50%;
	top: 0;
}
.fadein img {
	position: absolute;
	left: 0;
	top: 0;
}
#t_text {
	width: 920px;
	margin: 0 auto;
	padding-bottom: 40px;
}
/*
#t_text {
	border: #ffeb99 10px solid;
	background-color: #fff5cc;
	width: 920px;
	margin: 0 auto;
	padding: 20px;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 2px;
	border-radius: 150px;
	-moz-border-radius: 150px;
	-webkit-border-radius: 150px;
	behavior: url(/PIE.htc);
}
*/
#t_text p {
	text-align: center;
}
#t_text li {
	width: 210px;
	float: left;
}
#t_text li:nth-child(1),
#t_text li:nth-child(3) {
	padding-top: 40px;
}
#t_text li:nth-child(3) {
	float: right;
}
#t_text li:nth-child(2) {
	width: 480px;
	padding-left: 5px;
}
#t_text li:nth-child(1) img,
#t_text li:nth-child(3) img {
	height: 170px;
}
.catch {
	padding-bottom: 15px;
	text-align: center;
}
.catch img {
	height: 35px;
}

#t_facility, #t_floormap {
	width: 960px;
	margin: 0 auto;
	padding-bottom: 40px;
}
#t_floormap li {
  width: 450px;
  float: left;
}
#t_floormap li:nth-child(even) {
  float: right;
}
#t_floormap li img {
  width: 100%;
  margin-bottom: 20px;
}
#t_floormap li .name {
  text-align: center;
}
#t_floormap li .name img {
  width: 200px;
}

#t_facility {
	border-top: #d6c7b2 1px solid;
	padding-top: 40px;
}
#t_facility li {
	width: 210px;
	padding-right: 40px;
	text-align: center;
	float: left;
}
#t_facility li p {
	margin-top: 15px;
	text-align: center;
}
#t_facility li .todetail {
	margin-left: auto;
	margin-right: auto;
}
#t_facility li:nth-of-type(4n+3) {
	padding-right: 0px;
}
#t_facility li:nth-of-type(4n+4) {
	padding-right: 0px;
	float: right;
}
#t_facility li a {
	width: auto;
	height: auto;
	display: block;
}
#t_facility img.photo {
	width: 200px;
}
#t_facility .name img {
	height: 40px;
}

#t_info {
	width: 430px;
	float: left;
	position: relative;
}

/*#t_banner {
	width: 500px;
	float: right;
}*/
#t_banner {
}
#t_banner li {
	width: 300px;
	height: 100px;
}

#f_banner {
	display: none;
}
#t_book {
  margin-top: 40px;
	padding: 0px;
}
#t_book .ul_1 {
	margin-top: 20px;
}
#t_book .ul_1 li {
  width: 25%;
	box-sizing: border-box;
  float: left;
}
#t_book .ul_1 + * {
  clear: both;
}


/*DL
-------------------------------------------------------*/
.dl_1 dt,
.dl_1 dd {
	padding: 10px;
}
.dl_1 dt {
	width: 80px;
}
.dl_1 dd {
	width: 310px;
}


/*pc
-------------------------------------------------------*/
@media print, screen and (min-width: 740px) {
  
	#t_facility li:nth-of-type(n+5) {
		margin-top: 30px;
	}
	#t_facility .mark img {
		width: 80px;
		margin-top: 50px;
	}

	#t_banner li {
		float: left;
	}
	#t_banner li:nth-of-type(3n+1) {
		clear: both;
		margin-right: 30px;
	}
	#t_banner li:nth-of-type(3n+3) {
		float: right;
	}
	#t_banner li:nth-child(n+4) {
		padding-top: 20px;
	}
	
	#t_book .note {
		width: 660px;
	}
	#t_book .img {
		width: 260px;
	}
	#t_book .img img {
		width: 240px;
	}
	
}


/*sphone
-------------------------------------------------------*/
@media screen and (min-width: 0px) and (max-width: 739px) {

	#content, #t_facility, #t_floormap {
		width: auto;
		margin-left: 10px;
		margin-right: 10px;
	}

	#topimage,
	.fadein,
	.fadein img {
		height: 160px;
	}
	#topimage {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		overflow: hidden;
	}
	.fadein {
		width: 640px;
		margin-left: -320px;
	}
	#t_text {
		width: auto;
		margin-left: 20px;
		margin-right: 20px;
	}
	/*
	#t_text {
		border: #ffeb99 5px solid;
		width: 270px;
		padding: 15px 10px;
		border-radius: 10px;
		-moz-border-radius: 10px;
		-webkit-border-radius: 10px;
		behavior: url(/PIE.htc);
	}
	*/
	#t_text p {
		text-align: justify;
	}
	#t_text p br {
		display: none;
	}
	#t_text li {
		width: auto;
		float: none;
	}
	#t_text li:nth-child(1),
	#t_text li:nth-child(3) {
		padding-top: 0px;
		text-align: center;
	}
	#t_text li:nth-child(1) img,
	#t_text li:nth-child(3) img {
		width: 70%;
		height: auto;
	}
	#t_text li:nth-child(3) {
		float: none;
	}
	#t_text li:nth-child(2) {
		width: auto;
		padding-left: 0px;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	#t_text .catch {
		padding-bottom: 10px;
	}

	#t_floormap {
	}
	#t_floormap li {
		width: 100%;
		float: none;
	}
	#t_floormap li:nth-child(even) {
		float: none;
	}
	#t_floormap li:not(:first-child) {
		margin-top: 20px;
	}
	#t_floormap li p {
		margin-left: 10px;
		margin-right: 10px;
	}

	#t_facility li {
		width: 48%;
		padding-bottom: 20px;
		padding-right: 0px;
	}
	#t_facility li:nth-child(even) {
		float: right;
	}
	#t_facility li:nth-last-of-type(-n+2) {
		padding-bottom: 0px;
	}
	#t_facility img.photo {
			width: 90%;
	}
	#t_facility .name img {
		height: 28px;
	}
	#t_facility .mark img {
		width: 40%;
		margin-top: 50px;
	}

	#t_info,
	#t_banner {
		width: auto;
		float: none;
	}
	#t_banner {
		padding: 0 0 20px 0;
	}
	#t_banner ul {
		width: 300px;
		margin: 0 auto;
	}
	#t_banner li {
		width: 300px;
		height: 100px;
	}
	#t_banner li {
		padding-top: 20px !important;
		float: none;
	}
	#t_banner li:nth-child(even) {
		float: none;
	}
	#t_banner li:nth-child(1) {
		padding-top: 0px !important;
	}
	#t_book {
		margin-top: 20px;
	}
	#t_book .ul_1 li {
		width: 50%;
	}


	/*DL
	-------------------------------------------------------*/
	.dl_1 {
	}
	.dl_1 dt,
	.dl_1 dd {
		float: none;
	}
	.dl_1 dt {
		width: auto;
		padding-top: 20px;
		padding-bottom: 0px;
	}
	.dl_1 dd {
		border-top: none;
		padding-top: 0px;
		padding-bottom: 20px;
		width: auto;
	}


}