@charset "utf-8";
/* PC用ヘッダー横並び化（ナビUX改善／2026-08-11追加） */
@media only screen and (min-width: 1200px) {
.gnav-conts{
width: 100%;
height: 76px;
min-height: 0;
padding: 0 40px;
text-align: left;
display: flex;
align-items: center;
justify-content: space-between;
box-shadow: 0 1px 0 #e5e5e5;
}
.gnav-conts a.link-top{
margin-bottom: 0;
display: flex;
align-items: center;
gap: 10px;
font-size: 16px;
}
.gnav-conts a.link-top img{
width: 38px;
}
.gnav-conts nav.drawer-nav{
display: flex;
align-items: center;
}
.gnav-conts ul.drawer-menu{
display: flex;
align-items: center;
}
.gnav-conts ul.drawer-menu li a{
padding: 0 18px;
font-size: 14px;
}
.gnav-conts li .sub{
position: absolute;
top: 100%;
left: 0;
height: auto;
min-height: 0;
width: 180px;
background-color: #fff;
box-shadow: 0 4px 16px rgba(0,0,0,0.15);
text-align: left;
}
.gnav-conts li .sub .sub-inner{
position: static;
}
.gnav-conts li .sub a{
width: 100%;
color: #003567;
padding: 12px 16px;
}
.gnav-conts li .sub a:hover{
background-color: #f5f5f5;
}
.gnav-conts a.link-blog{
display: none;
}
.gnav-conts a.link-tel{
position: static;
width: auto;
height: auto;
line-height: normal;
color: #003567;
background-color: transparent;
font-size: 15px;
font-weight: bold;
padding: 0;
margin-left: 24px;
}
.gnav-conts a.link-tel img{
width: 16px;
}
.gnav-conts a.link-contact{
position: fixed;
bottom: 24px;
right: 24px;
left: auto;
width: auto;
height: auto;
line-height: normal;
padding: 14px 24px 14px 46px;
border-radius: 30px;
background-position: left 20px center,right 16px center;
box-shadow: 0 4px 14px rgba(0,0,0,0.25);
z-index: 10;
}
.contents{
padding-left: 0;
padding-top: 76px;
}
footer{
padding-left: 0;
}
}
