@charset "UTF-8";
/* base
================================================ */
#premium .main-color{
	color: #B79E6C;
}
.main-color{
	color: #B79E6C;
}
.main-color_bg{
	background-color: #A19068;
}
.main-color_border{
	border-color: #B79E6C;
	background-color: rgba(0, 0, 0, 0.4);
}

/* header
================================================ */
header{
	background-color: #2A2A2A;
}
header .btn-reserve_wrap > li a{
	background-color: #666;
}
header .txt-livemax{
	vertical-align: middle;
}
header .kokuchi_seo_txt{
	color: #fff;
}
header .kokuchi_seo_txt::-webkit-scrollbar-thumb {
	background: #B79E6C;
}

/* ================================================
 PC
================================================ */
@media screen and (min-width: 897px) {
/* header
================================================ */
header .pc_gnav .menu > li:hover {
	background: #63583E;
}
}

/* ================================================
 タブレット
================================================ */
@media screen and (max-width: 896px) {
/* header
================================================ */
}

/* ================================================
 スマホ
================================================ */
@media screen and (max-width: 480px) {
/* header
================================================ */
header .txt-livemax{
	vertical-align: baseline;
}
header .hotel_name h2{
	line-height: 1.2;
}

/* main
================================================ */
}