@charset "utf-8";
/* CSS Document */
/*******************************************

ホテル用

*******************************************/
#fukhtl {
    /*width: 625px;*/
    width: 992px;
    clear: both;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 13px;
    line-height: 135%;
    color: #333333;
    margin: 0 auto 15px;
    padding: 0;
    border: 1px solid #bbb;
    overflow: hidden;
    zoom: 1;
    background: #f3f2e9;
}
/*リボン*/
.ribbon4 {
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 40px;
    vertical-align: middle;
    text-align: center;
    padding: 0 40px 0 18px;/*文字の左右の余白*/
    font-size: 18px;/*文字サイズ*/
    background: #9a3434;/*背景色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
    margin: 1% 0;
}

.ribbon4:after {
    position: absolute;
    content: '';
    width: 0px;
    height: 0px;
    z-index: 1;
}

.ribbon4:after {
    top: 0;
    right: 0;
    border-width: 20px 20px 20px 0px;
    border-color: transparent #f3f2e9 transparent transparent;
    border-style: solid;
}

/*タイトル*/

#fukhtl h3{
	margin: 1% 2% .5%;
	font-size: 22px;
	font-weight: 900;
}
#fukhtl h3 p{
    border-bottom: 1px solid #000;
    font-weight: 100;
    margin-top: 0;
    font-size: 14px;
}
#fukhtl h3 p span{
    float: right;
    background: #77613a;
    color: #fff;
    padding: 2px 5px;
    margin: -6px 10px;
}
/*ホテル情報　左側*/
#fukhtl_left {
    float: left;
    /*width: 250px;*/
    width:30%;
    font-size: 11px;
    margin: 0 10px 10px;
    overflow: hidden;
    zoom: 1;
}
#fukhtl_left img {
    /*width: 250px;*/
    width: 100%;
}

/*ホテル情報　右側*/

#fukhtl_right {
    float: right;
    /*width: 335px;*/
    width: 65%;
    margin: 0 10px 10px;
    overflow: hidden;
    zoom: 1;
}
.fukhtl_info {
    border: solid 1px #ffc96e;
    background-color: #9a3434;
    color:#fff;
    padding: 5px;
    line-height: 1.3;
    margin-top: 0;
}
.fukhtl_info li:first-child{
	font-weight:900;
}
.detaillink{
	/*margin:3%;
    width: 44%;*/
    margin: 1% 0;
    width: 98%;
    display: inline-block;
}
.detaillink:hover{
	opacity:.7;
}
.detaillink a{
	background: #c9a465;
    border-radius: 10px 0 10px 0;
    box-shadow: 4px 4px 0 #755f3b;
    color: #ffffff;
    font-weight: bold;
    display: block;
    text-decoration: none !important;
    padding: .5em .5em .7em;
    position: relative;
}