@charset "utf-8";
/* ★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1200px) {

/* ★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★ */
  .hLogo {
  	width:100%!important;
  }
  .hMenu {
  	max-width:1081px;
  }
  .hMeuBtns {
  	justify-content: space-between!important;
  }
  .hBtn {
  	 font-size: 18px!important;
  }
  .hTel {
  	justify-content: space-between!important;
    font-size: 23px!important;
  }
  .hMenuNav {
  
  }
  .hMenuNavItem {
    font-size: 18px!important;
  }
  .hBtn {
  	 font-size: 20px!important;
  }
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */



/* ★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1500px) {

/* ★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★ */
  .header {
  	padding: 25px 59px 20px 61px!important;
  }
  .hTel {
    font-size: 24px!important;
  }

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1500px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */






/*=======================hamburger===========================*/
.spNav {
    max-width: calc(100% - 70px);
    width: 100%;
    height: 70px;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 999999;
}

.spNavArea {
    width: 100%;
    height: 100%;
    display: flex;
    background: #0091D8;
}

.spNavBlock {
	flex: 1;
	display: flex;
}

.spNavConte-l {
	width: 33.33%;
	border-right: 1px solid #ccc;
}
.spNavLink {
    padding: 3px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.spNavLinkIconBx {
	width: 100%;
	height: 30px;
	position: relative;
}

.spNavLinkIconBx > * {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.spFa {
    font-size: 23px;
    color: #fff;
}

.spFa.spFa-pageTop {
	font-size: 40px;
}

.spNavBtnBar {
    max-width: 23px;
    height: 17px;
    width: 100%;
    position: relative;
}

.spNavBtnTxt {
    margin: 10px 0 0 0;
    font-size: 10px;
    color: #FFF;
    font-weight: 500;
}

.spNavLinkTxt {
    margin: 5px auto 0;
    font-size: 10px;
    color: #fff;
    text-align: center;
}
/*=======================ハンバーガーボタン=============================*/
.spNavBtn {
    padding: 10px 5px 5px;
    width: 70px;
    height: 70px;
    position: fixed;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background: #0091D8;
    z-index: 99999999;
}

.spNavBtnBarItem {
    width: 100%;
    height: 2px;
    background: #FFF;
    border-radius: 3px;
    position: absolute;
    left: 0;
    transition: ease .5s;
}

.spNavBtnBarItem:nth-of-type(1) {
    top: 0;
}

.spNavBtnBarItem:nth-of-type(2) {
    top: 8px;
}

.spNavBtnBarItem:nth-of-type(3) {
    bottom: 0;
}

/* hamburgerボタン開く */
.open .spNavBtnBarItem {
    transition: ease .5s;
}

.open .spNavBtnBarItem:nth-of-type(1) {
    transform: translateY(6px) rotate(-45deg);
}

.open .spNavBtnBarItem:nth-of-type(2) {
    opacity: 0;
}

.open .spNavBtnBarItem:nth-of-type(3) {
    transform: translateY(-10px) rotate(45deg);
}
/*=======================ハンバーガーメニュー===========================*/
.spMenu {
    margin: auto;
    padding: 0 15px;
    max-width: 1920px;
    width: 100%;
    position: fixed;
    bottom: 0;
    right: -100%;
    background: rgba(0,145,216,0.8);
    z-index: 9999999;
    transition: ease .5s;
}

.spMenu.open {
    right: 0;
}

.spMenuArea {
    width: 100%;
    height: 100%;
}

.spMenuConte {
    padding: 120px 0 50px;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    -ms-overflow-style: none;
}

.spMenuConte::-webkit-scrollbar {
    display:none;
}

.spMenuLink {
    padding: 7px 5px;
    text-align: center;
    display: block;
  	color: #FFF;
    border-bottom: 1px solid #FFF;
}

.spMenuLink:hover {
    color: #FFF;
  	color: #0056b3;
    background:#EAF8FF;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.spNav {
    display: none;
}

.spNavBtn {
	display: none;
}
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width:1400px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.hArea {
    padding: 54px 53px;
}


/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 1400px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

/* 20260423追加 */
.header-icon-box {
  gap: 16px;
}
.header-icon-img {
  width: 28px;
  height: auto;
  display: block;
}
.hMeuBtns {
  margin: 0!important;
}
