@charset "utf-8";

#sitemap {
	color: #555;
	margin: 50px 0;
	font-size: 16px;
}

#sitemap a {
	color: #0062ff;
	text-decoration: none;
}

#sitemap a:hover {
	color: #80b0ff;
	text-decoration: underline;
}

.sitemap__title {
	font-size: 26px;
	font-weight: bold;
}

.common_block {
	margin: 40px 0;
}

.common_block ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    /* flex-wrap: wrap; */
    justify-content: space-between;
    text-align: center;
}

.common_block ul li {
	margin: 4px 0 4px 5px;
    font-size: 14px;
    font-feature-settings: "pkna";
    list-style-type: none;
    /* width: 32%;*/
}

.sitemap-nav {
	position: relative;
	margin-left: 140px;
	font-size: 16px;
	height: 80px;
	font-weight: bold;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}

.sitemap-nav::before {
	margin-left: -120px;
	content: "";
	display: inline-block;
	width: 100px;
	height: 100px;
	background: url(/hotel/common/images/sitemap/bg_ttl01.png) no-repeat;
	background-size: contain;
	vertical-align: middle;
	position: absolute;
	top: -13%;
}

.sitemap-nav ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}

.sitemap-nav ul li {
	font-size: 16px;
	width: 200px;
}

.sitemap-nav ul li a {
	position: relative;
}

.sitemap-nav__anchor a::after {
	content: "";
	width: 8px;
	height: 8px;
	border-top: 1px solid #0062ff;
	border-right: 1px solid #0062ff;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	position: absolute;
	right: -20px;
	top: 15%;
}

#sitemap-hokkaido,
#sitemap-kyushu,
#sitemap-okinawa,
#sitemap-shizuoka {
	border: 1px solid #ddd;
	padding: 2%;
	margin: 50px 0;
}

.sitemap-area {
	font-size: 26px;
	font-weight: bold;
	margin-bottom: 20px;
	padding: 0 9px;
}

#sitemap #htl-pickList {
	width: 100%;
	margin: 0px auto;
}

#sitemap .htl-pickList__head {
	text-align: left;
	margin: 30px 0 20px;
	border-bottom: 2px solid #ccc;
	font-size: 22px;
	padding: 0 8px;
}

.htl-search ul li {
	margin: 4px 0 4px 5px;
	padding: 0 0 0 5px;
	font-size: 14px;
	font-feature-settings: "pkna";
	list-style-type: none;
	width: 32%;
}

.htl-search ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.htl-search a {
	font-weight: bold;
}

/* TOPへボタン */
#container .pageTop {
	display: inline;
    position: fixed;
    bottom: 50px;
    right: 50px;
}

/* new パンくずリスト */
.crumbs {
	width: 980px;
	margin: 0 auto;
	padding: 5px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
		-ms-flex-pack: justify;
			justify-content: space-between;
	-webkit-box-align: center;
		-ms-flex-align: center;
			align-items: center;
  }
  
  .crumbs a:link,
  .crumbs a:visited {
	color: #124199;
	text-decoration: none;
  }
  
  .crumbs a:hover,
  .crumbs a:active {
	color: #0062ff;
	text-decoration: underline;
  }
  
  .crumbs ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
  }
  
  .crumbs ul li::before {
	content: '>';
	margin: 0 4px;
  }
  
  .crumbs ul li:first-child::before {
	content: none;
  }