<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ==================================================
   メインビジュアル
================================================== */
.mainvis01{ background-image: url(/kokunai/htl/holiday/sep/images/mainvis_bg01.jpg); }
.mainvis02{ background-image: url(/kokunai/htl/holiday/sep/images/mainvis_bg02.jpg); }
.mainvis03{ background-image: url(/kokunai/htl/holiday/sep/images/mainvis_bg03.jpg); }

.mainvis-title {
    position: absolute;
    top: 75px;
    left: 0;
    right: 0;
    z-index: 8;
    height: 200px;
    width: 620px;
    margin: auto;
    text-align: center;
    border-radius: 5px;
    background-color: rgba(255, 255, 255, 0.65);
}
.mainvis-title p{
    position: relative;
    top: 50px;
    font-size: 48px;
/*  font-weight: bold; */
    line-height: 1.2;
    color: #805936;
}
.mainvis-title p .txt{
    font-size: 40px;
    color: #CC6F18;
    font-weight: normal;
}

/* ==================================================
   発地切り替え
================================================== */
.dom-select-departure{
    background: #f0831e;
}
.dom-select-departure__input:before {
    color: #f0831e;
}
.dom-select-departure__input input {
    border: 1px solid #f0831e;
}
.dom-select-departure__input input:hover {
    border-color: #f0831e;
}
.dom-select-departure__input.is-active input{
    border-color: #f0831e;
}
.dom-search__panel {
  border: 1px solid #f0831e !important;
}

/* ==================================================
   ページナビ
================================================== */
.pagenav li{
    overflow: hidden;
    width: calc((100% - 60px) / 5);
    border-radius: 5px;
    background: #fff;
}

.pagenav li a{
    background: #f0831e;
}
.pagenav li a:before{
    color: #f0831e;
}
.fixed .pagenav{
    background-color: #f0831e;
}
.fixed .pagenav li a{
    border-right: solid 1px #FFB36B;
}
.fixed .pagenav li:first-child a{
    border-left: solid 1px #FFB36B;
}
.fixed .pagenav li a:before{
    color: #f0831e;
}
.fixed .pagenav li a:hover{
    background-color: #f0831e;
    opacity:0.6;
}

/* ==================================================
   セクション
================================================== */
.sect h2:before{
    color: #f0831e;
}
.sect h2:after{
    background: none;
}

/* ==================================================
   検索
================================================== */
.tab-list li a{
    background: #f0831e;
}
.tab-list li[data-dom="hotel"] a:before,
.tab-list li[data-dom="tour"] a:before {
    color: #fff; 
}
.tab-list li[data-dom="hotel"].current a:before,
.tab-list li[data-dom="tour"].current a:before{
    color: #f0831e; 
}
.tab-list li.current a{
    color: #333;
    border-top: solid 8px #f0831e;
}

/* ==================================================
   スライダー
================================================== */
.slick-dots li button {
    display: none;
}

/* ==================================================
   information
================================================== */
.information{
	padding: 30px 0;
	background: #fafafa;
}
.information__inner{
	margin: 0 auto;
	padding: 0 5px;
	width: 100%;
	min-width: 970px;
	max-width: 1246px;
}
.information h2{
	display: inline-block;
	position: relative;
	padding: 8px 30px 5px 55px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: bold;
	background: #f5c059;
}
.information h2:after{
	position: absolute;
    left: -87px;
    top: 33%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	margin-top: 2px;
	color: #fff;
	font-size: 2.5rem;

	font-family: 'jtb-dom' !important;
	text-decoration: none;
	content: "\e967";
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	vertical-align: middle;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.information__dl{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 20px;
	border:  solid 3px #f5c059;
	background: #fff;
}
.information__dt{
	padding: 7px 0;
	width: 14em;
	font-weight: bold;
}
.information__dd{
	width: calc(100% - 14em - 15px);
}
.information__dt:not(:first-of-type),
.information__dd:not(:first-of-type){
	margin-top: 10px;
}
.information__list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: -20px 0 0 -10px;
}
.information__list li{
	margin: 20px 0 0 10px;
}
.information__list li a{
	display: inline-block;
	padding: 5px 20px;
	color: #3498DB;
	border: solid 1px #3498DB;
	transition: all 0.4s;
}
.information__list li a:hover{
	opacity: .6;
}
/* ==================================================
   おすすめ特集
================================================== */
ul.recommend-cassette {
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0 0 -16px;
}
ul.recommend-cassette li {
    padding: 12px;
}
ul.recommend-cassette li a {
    text-align: center;
}

/* ==================================================
   エリアクリッカブル
================================================== */
section#area-sect .area-cassette-name {
    text-decoration: underline; 
}
</pre></body></html>