/*
Theme Name: gatewayshawaii Child
Theme URI: https://stockholmlanding.qodeinteractive.com/
Description: A child theme of gatewayshawaii Theme
Author: Select Themes
Author URI: https://qodeinteractive.com/
Version: 1.1.2
Text Domain: gatewayshawaii
Template: gatewayshawaii
*/


/* タイトルロゴ位置調整 2025.07.23 */

.page_header.scrolled_not_transparent.light.stick.menu_bottom.sticky.sticky_animate .header_inner_left {
	left: 0;
	text-align: left;
}
.page_header.scrolled_not_transparent.light.stick.menu_bottom .header_inner_left {
	left: -148px;
	text-align: center;
}
.page_header.scrolled_not_transparent.light.stick.menu_bottom .header_menu_bottom .main_menu {
	left: calc(50% - 413px);
}
.page_header.scrolled_not_transparent.light.stick.menu_bottom.sticky.sticky_animate .header_menu_bottom .main_menu {
	left: 0;
}

/* 2025.09.30 謎の四角対応 */
header {
/*	contain: paint;*/
}

/* 2025.10.10, 2025.10.16 グロナビメニュー調整 */
header.menu_bottom.sticky .drop_down .second{
	left: -60px;
}


/* 新着情報 */
.hi_news {
	margin-top: -12px;
}
.hi_news ul {
	list-style: none;
}
.hi_news ul li {
	padding: 7px;
	/*border-bottom: 1px solid #a7a6a6;*/
	position: relative;
	transition: .3s;
	border-left: 3px solid #b09e59;
	margin-bottom: 1em;
}
.hi_news ul li:hover  {
	background: #f0f0ee;
}
.hi_news ul li dl dt {
	margin: 0;
	display: inline-block;
	margin-right: 1em;
	font-weight: normal;
	font-variant-numeric: tabular-nums;
    font-feature-settings: "tnum" 1;
}
.hi_news ul li dl dd {
	display: inline-block;
	color: rgb(0, 102, 191);
}
.hi_news ul li dl dt span {
	margin-left: 1em;
    padding: 3px 5px 1px;
    vertical-align: middle;
    color: White;
	font-size: 12px;
    background-color: rgba(23, 49, 95, 1);
    /*border-radius: 3px;*/
}
.hi_news ul li dl dd a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	text-indent: -999px;
	z-index: 2;
}
.hi_news p {
	text-align: right;
}
@media only screen and (max-width: 767px) {
	.hi_news ul li dl dt {
		display: block;
	}
}
@media only screen and (max-width: 600px) {
	.hi_news ul li dl dd span {
	}
}

/* 新着情報ここまで */