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


#main-image img {
	margin-top: 10px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}

a {
text-decoration: none;
}


/* 矢印つきリスト */
.room-list1 {
	overflow: hidden;
 }
.room-list1 {
	display: block;
	margin: 0;
	white-space: nowrap;
	background-image: url(../../room/images/contents_bg.png);
	background-repeat: repeat-x;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 130%;
 }
.room-list1 img {
	margin-left: 5px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}
.list-text {
	float: left;
	width: 190px;
}

.list-text p {
	margin-top: 5px;
}

.list-text2 {
	font-size: 90%;
	margin-bottom: 5px;
}

.list-text3 {
	font-size: 85%;
	padding-left: 15px;
	margin-bottom: 10px;
	line-height: 130%;
}

.list-text4 {
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 7px;
}
.list-text6 {
	float: left;
	padding-top: 30px;
	width: 140px;
}
.list-text7 {
	padding-top: 5px;
	float: left;
	width: 140px;
}

.list-text8 {
	padding-top: 5px;
	font-size: 75%;
}

.list-detial {
	font-size: 80%;
	margin-top: 5px;
	line-height: 120%;
	text-decoration: none;
}


.room-list1 .bold {
	font-weight: bold;
	font-size: 90%;
	color: #000;
	line-height: 20px;
}
.room-list1 .bold span {
		color: #F00;
}

.room-list1  p {
	text-decoration: none;
	color: #000;
 }

.arrow {
	float: right;
	height: 25px;
	margin-top: 40px;
}

 
/* 部屋詳細 */

.room-list2 {
	margin-top: 10px;
	margin-bottom: 1px;
	overflow: hidden;
	display: block;
 }

.room-list2 img {
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

.room-list2 .bold {
	font-weight: bold;
	font-size: 90%;
	line-height: 20px;
}
.room-list2 .bold span {
	color: #F00;
}

.room-list2  p {
	color: #333;
	text-decoration: none;
 }


/* 矢印つきリスト　ラスト */

.room-list1-last {
	display: block;
	white-space: nowrap;
	background-image: url(../../room/images/contents_bg.png);
	background-repeat: repeat-x;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 10px;
	line-height: 130%;
	margin-right: 0;
	margin-bottom: 10px;
	margin-left: 0;
	overflow: hidden;
 }
.room-list1-last img {
	margin-top: 10px;
	margin-left: 5px;
	margin-right: 15px;
	float: left;
	margin-bottom: 10px;
}
.list-text-last {
	float: left;
	margin-top: 15px;
}

.room-list1-last .bold {
	font-weight: bold;
	font-size: 90%;
}
.room-list1-last .bold span {
	color: #F00;
}

.room-list1-last  p {
	color: #333;
	text-overflow: ellipsis;
	text-decoration: none;
	white-space: nowrap;
	font-size: 75%;
	margin-top: 5px;
 }

.reservation {
	border: none;
	border-radius: 6px;
	background: -webkit-linear-gradient(#ff5a00, #cd0000);
	background: -moz-linear-gradient(#ff5a00, #cd0000);
	background: -o-linear-gradient(#ff5a00, #cd0000);
	background: linear-gradient(#ff5a00, #cd0000);
	margin-top: 20px;
	margin-bottom: 10px;
	padding-top: 6px;
	padding-bottom: 6px;
	text-align: center;
	width: 90%;
	height: auto;
	margin-right: auto;
	margin-left: auto;
}

.reservation p a {
	color: #FFF;
	font-size: 90%;
	font-weight: bold;
}
.attention {
	font-size: 75%;
	margin-left: 10px;
	line-height: 135%;
	margin-bottom: 30px;
}



/* アコーディオン*/

.st-accordion{
    width:100%;
	height: auto;
    margin: 10px auto;
}
.st-accordion ul li{
	width: 100%;
	height: auto !important;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	margin-bottom: 5px;
}
.st-accordion ul li:first-child{
    border-top:1px solid #ddd;
}
.st-accordion ul li > a{
	font-size: 100%;
	font-weight: bold;
	display: block;
	position: relative;
	line-height: 45px;
	outline: none;
	text-decoration: none;
	padding-left: 15px;
	-webkit-transition: color 0.2s ease-in-out;
	-moz-transition: color 0.2s ease-in-out;
	-o-transition: color 0.2s ease-in-out;
	-ms-transition: color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out;
}
.st-accordion ul li > a span{
	background: transparent url(../../images/arrow2.png) no-repeat center center;
	text-indent:-9000px;
	width: 15px;
	height: 15px;
	position: absolute;
	top: 50%;
	right: -26px;
	margin-top: -7px;
	opacity:0;
	-webkit-transition:  all 0.2s ease-in-out;
	-moz-transition:  all 0.2s ease-in-out;
	-o-transition:  all 0.2s ease-in-out;
	-ms-transition:  all 0.2s ease-in-out;
	transition:  all 0.2s ease-in-out;
}
.st-accordion ul li > a:hover{
    color: #999;
	line-height: 45px;
}
.st-accordion ul li > a:hover span{
	opacity:1;
	right: 15px;
}
.st-accordion ul li.st-open > a{
	color: #0033CC;
	line-height: 45px;
}
.st-accordion ul li.st-open > a span{
	-webkit-transform:rotate(180deg);
	-moz-transform:rotate(180deg);
    transform:rotate(180deg);
	right:15px;
	opacity:1;
}
.st-content p{
	font-size: 100%;
	line-height: 120%;
	padding-left: 15px;
}
.st-content{
	width: 100%;
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
}
.madori img{
	padding-left: 40px;
	max-width:50%;
	max-height:50%;
}
.st-accordion ul li > a{
		font-size:100%;
	}

/* アコーディオンend*/


.fature {
	margin-top: 10px;
	padding-left: 15px;
	margin-bottom: 10px;
}
.fature-list {
	font-size: 100%;
	line-height: 19px;
	padding-bottom: 7px;
}

.close01 {
	max-width:260px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: auto;
	margin-left: auto;
}

.close01 img {
	width: 100%;
	height: auto;
}

.box {
	width: 96%;
	height: auto;
	margin-top: 5px;
	overflow: hidden;
	margin-top: 5px;
	margin-left: auto;
	margin-right: auto;
	clear: both;
}

.important {
	font-size: 100%;
	line-height: 120%;
	margin-top: 10px;
}
.slogan {
	font-size: 110%;
	line-height: 135%;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 10px;
}
.red {
	font-size: 110%;
	color: #F00;
	margin-top: 5px;
	margin-bottom: 5px;
}

.dot li {
	font-size: 100%;
	line-height: 120%;
	margin-bottom: 10px;
}
.red-bold {
	font-size: 95%;
	font-weight: bold;
	color: #F00;
}
.text_bold {
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0 5px;
}




/* プライバシーポリシー*/
.privacy-box {
	height: auto;
	width: 96%;
	margin-right: auto;
	margin-left: auto;
}

.privacy-box .title {
	font-size: 108%;
	font-weight: bold;
	color: #069;
	line-height: 25px;
	margin-top: 5px;
}
.privacy-box .text {
	font-size: 100%;
	line-height: 20px;
	margin-bottom: 10px;
}
.privacy-box .number li {
	list-style-type: decimal;
	list-style-position: inside;
	font-size: 100%;
	line-height: 110%;
	margin-bottom: 10px;
}

.privacy-box .sub-title {
	font-size: 100%;
	font-weight: bold;
	line-height: 20px;
	margin-top: 5px;
}

/* よくある質問*/

.faq-list dt {
	margin-top: 10px;
	background-image: url(../../faq/images/q.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-size: 100%;
	font-weight: bold;
	line-height: 125%;
}
.faq-list dd {
	margin-top: 10px;
	background-image: url(../../faq/images/a.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 15px;
	font-size: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 5px;
	line-height: 125%;
}
.faq-list dd ul {
	margin-bottom: 10px;
}
.list-box {
	margin-top: 10px;
	margin-bottom: 10px;
}
.list-box img {
	height: auto;
	width: 100%;
}


/* レストラン*/

.right-img {
	overflow: hidden;
}
.right-img img {
	float: right;
	width: 110px;
}
.right-img p {
	display: block;
	padding-top: 30px;
}

.st-content .dot li {
	font-size: 100%;
	line-height: 110%;
	border: none;
	margin-left: 15px;
	padding-left: -5px;
}

.st-content .dot li:first-child{
	border: none;
}

/* プラン*/

.plan-box {
	margin-top: 10px;
	overflow: hidden;
}
.plan-message-left img {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
}
.special {
	margin-top: 5px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	overflow: hidden;
}
.special img {
	float: left;
	margin-right: 20px;
	margin-left: 10px;
	padding-bottom: 3px;
}

.plan-ryouri {
	font-weight: bold;
	font-size: 90%;
	width: 180px;
}
