@charset "UTF-8";

/*=====強制的に全ての要素に対して指定する=====*/
/*border-radiusを0に（:notでselectだけ除外する）*/
/**:not(select) {
  border-radius: 0 !important;
}*/

/*=================================================

旅行会社専用スタイル（国際興業トラベル）

=================================================*/

/*=====トップページ=====*/

/*マップタブ*/
.kk-hotel-list-tab {
    margin: 20px 0;
}
.kk-hotel-list-tab .tab-group {
    width: 100%;
    display: table;
	border-left: 1px solid #d0d0d0;
	border-top: 1px solid #d0d0d0;
}
.kk-hotel-list-tab .tab-group li {
    width: 50%;
    display: table-cell;
    vertical-align: middle;
}
.kk-hotel-list-tab .tab-group li :first-child {
	border-right: 1px solid #dadada;
}
.kk-hotel-list-tab .tab-group li a {
    display: block;
    padding: 10px;
    text-align: center;
	background-color: #ffcfbf;
	color: #333;
}
.kk-hotel-list-tab .tab-group li.active a {
    background-color: #f05a24;
	font-weight: bold;
	color: #fff;
}
.kk-hotel-list-tab .tab-pane {
    padding: 15px;
    position: relative;
}
.kk-hotel-list-tab .tab-pane .map {
    width: 95%;
    display: block;
    margin: 0 auto;
}
.kk-hotel-list-tab .tab-pane .hotel-list-box {
    border: 1px solid #000;
    border-radius: 3px;
    background-color: #fff;
    position: absolute;
}
.kk-hotel-list-tab .tab-pane .hotel-list-box .inner {
	position: relative;
	padding: 10px;
}
.kk-hotel-list-tab .tab-pane .hotel-list-box .inner:after {
	content: "";
	position: absolute;
	width: 1px;
	border-left: 1px solid #000;
}
@media only screen and (max-width: 1220px) {
	.kk-hotel-list-tab .tab-pane .hotel-list-box .inner:after {
		display: none;
	}
}
.kk-hotel-list-tab .tab-pane .hotel-list-box .inner ul li a {
	font-size: 11px;
}
@media only screen and (max-width: 1220px) {
	.kk-hotel-list-tab .tab-pane .hotel-list-box .inner ul li a {
		font-size: 12px;
	}
}
.list-kinki {
    left: 30%;
    top: 82%;
}
.list-tokai {
    left: 27%;
    top: 37%;
}
.list-kanto {
    left: 55%;
    top: 65%;
}
.list-tohoku {
    left: 65%;
    top: 30%;
}
.list-hawaii {
	left: 35%;
    top: 65%;
}
.list-america {
	left: 55%;
    top: 17%;
}
.kinki::after {
    bottom: 100%;
    height: 50px;
    left: 60%;
    -ms-transform: rotate(175deg);
	transform: rotate(175deg);
}
.tokai::after {
    height: 80px;
    left: 80%;
    top: 99%;
	-ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}
.kanto::after {
    bottom: 50%;
    height: 60px;
    left: -20px;
	-ms-transform: rotate(-40deg);
    transform: rotate(-40deg);
}
.tohoku::after {
    height: 60px;
    left: -31px;
    top: 12%;
	-ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.hawaii::after {
    bottom: 92%;
    height: 76px;
    left: 59%;
	-ms-transform: rotate(220deg);
    transform: rotate(220deg);
}
.america::after {
    height: 50px;
    right: 45%;
    top: 100%;
	-ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/*エリア別ホテルリスト*/
.kk-area-hotel-list {
	margin-bottom: 20px;
}
.kk-area-hotel-list .list-header {
	padding: 10px;
	color: #fff;
	font-weight: bold;
	font-size: 15px;
	background-color: #008080;
}
.item-detail-container[data-company="kk"] {
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom: 1px solid #dadada;
}
.kk-area-hotel-list .cont-box-1 .item-detail-container[data-company="kk"]:last-child {
	padding-bottom: 0;
	margin-bottom: 0;
	border-bottom: none;
}
@media only screen and (max-width: 1024px) {
	.item-detail-container[data-company="kk"] {
		border-bottom: none;
		padding-bottom: 0;
		margin-bottom: 0;
	}
}
.col-item-detail.lg[data-company="kk"] {
    width: 50%;
	display: block;
	float: left;
	padding-right: 10px;
}
@media only screen and (max-width: 1024px) {
	.col-item-detail.lg[data-company="kk"] {
		width: 100%;
		display: block;
		float: none;
		padding: 0 0 15px;
		margin-bottom: 15px;
		border-bottom: 1px solid #dadada;
	}
	.kk-area-hotel-list .cont-box-1 .item-detail-container[data-company="kk"]:last-child .col-item-detail.lg[data-company="kk"]:last-child {
		padding-bottom: 0;
		margin-bottom: 0;
		border-bottom: none;
	}
}
.col-item-detail[data-company="kk"] {
    display: table-cell;
    padding: 0;
    vertical-align: top;
}
.item-thumbnail.xs[data-company="kk"] {
    width: 35%;
}
@media only screen and (max-width: 1024px) {
	.item-thumbnail.xs[data-company="kk"] {
		width: 30%;
	}
}