@charset "Shift_JIS";

/* ******************** room ******************** */
#first .title {
	margin-bottom: 10px;
	text-align: center;
}

#first .tel {
	margin: 0 20px;
	background:#61544f;
	color: #fff;
}
#first .tel .wrap {
	padding: 5px 10px;
}
#first .tel .tit {
	padding: 5px 0;
	background:#cc0000;
	color: #fff;
	text-align: center;
}
#first .tel .btn {
	width: 100%;
	margin:10px 0;
	text-align: center;
	font-size: 1.4em;
	font-weight: bold;
}

#first .tel .btn a {
	display: block;
	padding: 10px;
	color: #443630;
	background: #fff url(../img/ico_phone.png) 10px center no-repeat;
	background-size: 32px 32px;

  border-radius: 6px;        /* CSS3‘ˆÄ */  
  -webkit-border-radius: 6px;    /* Safari,Google Chrome—p */  
  -moz-border-radius: 6px;   /* Firefox—p */  	
}

.first_tit {
	padding: 10px;
	margin-bottom: 20px;
	background: url("../img/btn_bg.jpg") repeat left top;
	text-align: center;
	color: #fff;
	font-weight: bold;
}

.fs .inner {
	padding: 20px 0 30px 0;
	background: url(../img/first_bg.png) center bottom no-repeat;
}
.btm .inner {
	background: none;
}
.fs .mark {
	float: right;
}
.fs .ph {
	margin-bottom: 10px;
	text-align: center;
}
.fs .desc {
	padding: 0 20px;
}
.text_st {
	color:#ff0000;
	font-size:1.2em;
	font-weight: bold;
}
#fs07 .nail {
	padding: 0 20px;
}
#fs07 .nail li {
	width: 100px;
	float: left;
	padding: 5px;
}
iframe {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}