@charset "utf-8";
html {scroll-behavior: smooth;}
a:link {
    text-decoration: none;
}
.clearfix {
    zoom: 100%;
    overflow: hidden;
}
/*****************************
パンクズ
*********************************/
.breadcrumb {
    background: #fff;
}
.breadcrumb, .breadcrumb__item, .breadcrumb__item a {
    font-size: 11.2px!important;
}


/*----------▼ナビゲーション----------*/
#pageNavi {
	width: 100%;
	background-color: #eaf4ff;
	padding: 3px 0;
    border-bottom: solid 1px #CBDAEA;    
}
#pageNavi p {
	text-align: center;
	color: #0450b9;
	border-bottom: dotted 1px #86afe9;
}
#pageNavi p span:nth-child(1) {	font-size: 15px;font-weight: bold;line-height: 1.5em;}
#pageNavi p span:nth-child(2) {	font-size: 12px;margin-left: 10px;}

#pageNavi p a {
    color: inherit;
    text-decoration: none;
}

#pageNavi .navi-list {
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
    position: relative;
}
#pageNavi .navi-list > li {
    width: 100%;
	height: 100%;
	text-align: center;
	border-right: dotted 1px #86afe9;
}
#pageNavi .navi-list > li:last-child {
    border-right: none;
}
#pageNavi .navi-list > li > a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	color: #333;
	font-size: 11px;
	line-height: 1.1em;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	padding-top: 12px;
}
#pageNavi .navi-list > li.country > a {
    pointer-events: none;
}
#pageNavi .navi-list > li > a:before {
	position: absolute;
	top: 2px;
	left: 0;
	right: 0;
	margin: auto;
	content: "";
	display: inline-block;
	width: 14px;
	height: 14px;
}
#pageNavi .navi-list > li.nav-islands a:before {background: url("../../img/icon/navi-islands.svg") center center / contain no-repeat;}
#pageNavi .navi-list > li.nav-theme a:before {background: url("../../img/icon/navi-special.svg") center center / contain no-repeat;}
#pageNavi .navi-list > li.nav-branch a:before {background: url("../../img/icon/navi-branch.svg") center center / contain no-repeat;}
#pageNavi .navi-list > li.nav-search a:before {background: url("../../img/icon/navi-search.svg") center center / contain no-repeat;}

#pageNavi .navi-list > li > a:after {
	position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: FontAwesome;
    content: "\f107";
	color: #0450b9;
    transform: none;
    -webkit-transform: none; 
}
#pageNavi .navi-list > li:last-child > a:after {
position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    font-family: FontAwesome;
    content: "\f107";
	color: #0450b9;
    transform: none;
    -webkit-transform: none;
}
#pageNavi .pc-none {
    display: block;
}

/*copyright*/
.hawaii-copyright {
    width: auto;
    padding: 2%;
    font-size: 12px;
    position: relative;
    bottom: auto;
    right: auto;
    margin-right: 0;
    text-align: right;
}