@charset "utf-8";
/************************************************************
 *   インターコンチネンタルクラブアワード用CSS
 ************************************************************/
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	overflow: hidden; /*デザイン時のみ使用 */
	display: inline-table;
}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
li {
	list-style-type: none;
}
h1,h2,h3,h4,h5 {
	font-size:100%;
}
img {
	vertical-align: bottom;
	border:0px;
}
*{
	margin: 0px;
	padding: 0px;
}
#container {
	margin: 0px auto;
}
#main {
	font:13px/1.231 arial,helvetica,clean,sans-serif;
	*font-size:small;
	*font:x-small;
	-webkit-text-size-adjust: none;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	width: 960px;
	margin: 0px auto;
}

/*--------------------------------------------------*
 *   トピックパス
 *--------------------------------------------------*/
#topicpath {
	font-size: 14px;
	line-height: 1.0em;
	background-color: #A00105;
	color: #FFF;
	padding: 10px 7px;
}
#topicpath a {
	color: #FFCC00;
	text-decoration: underline;
}
#topicpath a:hover {
	color: #FFF;
	text-decoration: none;
}
#topicpath span {
	padding: 0px 4px;
}

/*--------------------------------------------------*
 *   メイン
 *--------------------------------------------------*/
#main_head_grp {
	width: 960px;
}
#main_content {
	width: 960px;
}
#main_content .img_bottom {
	font-size: 0px;
}
#main_content h3 {
	margin-top: 0px;
	background: none;
	height: auto;
}
#icca {
	width: 960px;
	font-size: 14px;
	line-height: 1.5em;
	background-color: #FFF;
	color: #333;
	padding-bottom: 50px;
}
#icca .lead {
	width: 960px;
	height: 190px;
	background-image: url(../../img/intercontinental-clubroom-2016/img_icca_4.jpg);
}
#icca .lead p {
	font-size: 16px;
	line-height: 1.6em;
	text-align: center;
	letter-spacing: 1px;
	padding-top: 15px;
}
#icca .lead p span.bold {
	font-weight: bold;
}
#icca .lead p span.red {
	color: #EA052C;
	font-weight: bold;
}
#icca .memo {
	background-color: #FFF;
	padding: 15px 40px 35px 40px;
}
#icca .testimonial {
	width: 960px;
	height: 286px;
	background-image: url(../../img/intercontinental-clubroom-2016/img_icca2018_7_new.jpg);
	background-repeat: no-repeat;
}
#icca .testimonial p {
	font-size: 16px;
	color: #D75905;
	font-weight: bold;
	line-height: 1.5em;
	text-align: center;
	padding-top: 76px;
}
#icca .bt_box {
	width: 914px;
	margin: 0px auto;
	background-color: #FEFF99;
	border: 3px solid #F8D674;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-o-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
}
#icca .bt_box ul {
	width: 892px;
	padding: 15px 11px;
}
#icca .bt_box ul li {
	float: left;
	padding: 0px 2px;
}
#icca .bt_box ul li a:hover img {
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}


/*--------------------------------------------------*
 *   ページトップへ
 *--------------------------------------------------*/
p.bt_pagetop {
	width: 180px;
	height: 40px;
	padding:10px 0px;
	float: right;
}
p.bt_pagetop a {
	width: 180px;
	height: 40px;
	display: block;
	background:url(../../img/intercontinental-clubroom-2016/bt_pagetop.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
p.bt_pagetop a:hover {
	background-position: left bottom;
}
p.bt_pagetop a span {
	position:absolute;
	left:-7650px;
}

/*ホテル評価*/
#container .data-box {
    display: flex;
    padding-top: 15px;
    font-size: 14px;
    justify-content: center;
}
#container .data-box .iconbox p.rank {
    width: auto;
    color: #fff;
    border-radius: 12px;
    padding: 0 10px;
    text-align: center;
    display: inline-block;
    font-weight: bold;
}
#container .data-box .iconbox p.rank.high {
    background: #a48700;
}
#container .data-box .iconbox p.rank.low {
    background: #213264;
}
#container .data-box p.kuchikomi .evaluation {
    font-weight: bold;
    padding-left: 4px;
}
#container .data-box p.kuchikomi {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    padding-top: 0;
}
#container .data-box p.kuchikomi .evaluation.ore {
    color: #ff4e00;
}
#container .data-box p.kuchikomi .evaluation.yellow {
    color: #ff9900;
}
#container .data-box p.kuchikomi .evaluation .comment {
    padding-left: 0;
}
#container .data-box p.kuchikomi .number {
    font-weight: normal;
    color: #000;
    padding: 0;
    margin: 0;
}
#container .data-box p.kuchikomi .number a {
    text-decoration: underline;
    display: inline;
}
#container .data-box p.kuchikomi .star {
    display: flex;
}
#container .data-box p.kuchikomi .evaluation.ore {
    color: #ff4e00;
}
#container .data-box p.kuchikomi .evaluation.yellow {
    color: #ff9900;
}
#container .box-left .data-box, #container .box-right .data-box {
    width: 100%;
}














/* PCレイアウト */
@media (min-width: 640px) {
/*--------------------------------------------------*
 *   PCでは無効/表示されない
 *--------------------------------------------------*/
.pc_none {
	display: none !important;
}
}

/* スマホレイアウト */
@media (max-width: 639px) {
/*--------------------------------------------------*
 *   SPでは無効/表示されない
 *--------------------------------------------------*/
.sp_none {
	display: none !important;
}
body {
	-webkit-text-size-adjust: 100%;
	padding: 0px;
}
.bottom img {
	width: 100%;
}
.img_bottom img {
	width: 100%;
}
#container {
	width: 100%;
	margin: 0px;
	padding: 0px;
	background-image: none;
}
#main{
	padding-top: 70px;
	width: 100%;
	float: none;
	font-size: 14px;
	line-height: 1.6;
	padding-bottom: 0px;
	overflow: visible;
	background-color: #FFF;
}
#main *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#main img {
	border: 0px;
	vertical-align: top;
	max-width: 100%;
	height: auto;
	width /***/:auto;
}
#main h3 {
	background:none !important;
	height: auto !important;
	margin-top: 0px !important;
}
#main_content {
	width: 100%;
	margin: 0px;
	font-size: 14px;
}
/*--------------------------------------------------*
 *   メインタイトル
 *--------------------------------------------------*/
#main_head_grp {
	width: 100%;
}
#icca {
	width: 100%;
	line-height: 1.6;
	padding-bottom: 30px;
}
#icca img {
	width: 100%;
}
#icca .lead {
	width: 100%;
	height: auto;
	background-image: none;
	background-color: #EEE;
}
#icca .lead p {
	font-size: 14px;
	text-align: left;
	letter-spacing: 0px;
	padding: 10px 5%;
}
#icca .memo {
	padding: 15px 5% 5px;
}
#icca .testimonial {
	width: auto;
	height: 180px;
	background-size: 100% 180px;
	background-position: left center;
	padding: 10% 10% 0%;
	margin-bottom: 20px;
}
#icca .testimonial p {
	font-size: 14px;
	text-align: left;
	padding-top: 0px;
	line-height: 1.4;
}
#icca .testimonial p br {
	display: none;
}
#icca .bt_box {
	width: auto;
	margin: 0px 10px;
}
#icca .bt_box ul {
	width: 100%;
	padding: 10px 5px;
}
#icca .bt_box ul li {
	padding: 0px;
}
#icca .bt_box ul li:nth-child(1) {
	width: 48%;
	padding-right:2px;
}
#icca .bt_box ul li:nth-child(2) {
	width: 52%;
	padding-left: 2px;
}
#icca .bt_box ul li:nth-child(3) {
	width: 100%;
	padding-top: 5px;
}
	#panlist_bali {
    background: #a00105 none repeat scroll 0 0;
    color: #fff;
    font-size: 12px;
    list-style: outside none none;
    margin: 0;
    overflow: hidden;
    padding: 4px;
}
#panlist_bali li {
    float: left;
}
#panlist_bali li a {
    color: #ffcc00;
}
/*ホテル評価スマホ*/
#container .data-box .iconbox p.rank{
padding: 0 2px;
}
#container .data-box{
font-size: 3vw;
}
#container .data-box p.kuchikomi{
margin-left: 5px;
padding: 0;
}
#container .data-box p.kuchikomi .star img{
width: 15px;

}
}


