/* ヘッダー */
i.menu,
.gsearch,
.favorite,
.menu_tab {
    display: none
}

div.header {
    width: 1024px;
    height: 65px;
    margin: 10px auto 0 auto;
    position: relative;
}

div.header>h1 {
    width: 250px;
    margin-top: 10px
}

header img {
    width: auto;
    height: 56px
}

body>h1 {
    width: 1024px;
    margin: auto;
    font-size: 1.2rem;
    line-height: 1.4em;
    font-weight: 500;
    background: #eee;
    padding: 3px 5px;
    text-align: center
}

.global_menu {
    width: 1024px;
    margin: auto
}

.global_menu:after {
    content: "";
    display: block;
    clear: both
}

.global_menu>li {
    float: left
}

.global_menu>li:first-child a {
    padding-left: 0
}

.global_menu>li:last-child a {
    padding-right: 0
}

.global_menu a {
    padding: 10px 11.4px;
    color: #fff;
    display: block
}

.global_menu a:hover {
    opacity: 0.8;
    color: #adf
}

.global_menu small {
    color: #fff
}

.global_menu li.slide {
    position: relative;
    padding-right: 11.2px;
}

.global_menu li.slide:after {
    border: 3px solid transparent;
    border-top: 5px solid #fff;
    content: "";
    right: 11px;
    position: absolute;
    top: 50%;
    transform: translateY(-30%);
}

.sub_menu,
.nav_menu {
    background: #05a
}

.sub_menu {
    position: absolute;

}

.submenu {
    position: absolute;
    bottom: 10px;
    right: 0;
    width: 370px
}

.submenu li {
    float: left;
    margin-left: 20px;
    padding: 3px 0;
}

.submenu a:before {
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 5px;
    vertical-align: middle;
    display: inline-block;
}

.submenu .search {
    width: 160px;
    margin-left: 107px
}

.submenu a {
    color: #555;
    font-size: 1.2rem
}

.submenu a:hover {
    color: #000;
    text-decoration: underline;
}

.fav a:before {
    background-position: -60px -20px
}

#logo img {
    float: left
}

.search a:before,
.fav a:before {
    background: url("https://cdn.nextage.jp/nx-img/global/header_ico.svg");
    background-size: 31px;
    vertical-align: sub;
}

.search a:before {
    background-position: -38.5px 0;
}

.fav a:before {
    background-position: -38.5px -15px;
}

/* フッター */
footer .footer {
    width: 1160px;
    margin: auto;
    display: flex;
    justify-content: center;
}

footer .footer:after {
    content: "";
    display: block;
    clear: both
}

footer nav {
    width: 14.28%;
    float: left;
    padding: 0 10px
}

footer a {
    padding: 3px 0;
    font-size: 1.2rem;
}

footer h2 {
    font-size: 1.6rem;
    color: #05a;
    border-bottom: 1px solid #05a;
}

footer nav>ul {
    display: block !important
}

footer ul.footerDealerLink ul {
    display: none
}

footer ul h3 {
    font-size: 1.2rem;
}

footer ul h3+ul li {
    padding-left: 1em
}

.copyright {
    text-align: center;
    margin-top: 10px;
}

.copyright img {
    height: 26px;
    vertical-align: middle;
    margin-right: 1em
}

/**/

/* スクロール禁止 */
html.open2 {
    position: fixed;
    z-index: -1;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
}

/* フッター */
footer {
    border-top: 2px solid #05a;
    padding: 10px 0;
}

footer a:hover {
    text-decoration: underline;
}

footer h3 {
    font-weight: normal
}

textarea:focus,
input[type=submit]:focus,
input[type=search]:focus,
input[type=text]:focus {
    outline: none;
}

.gsearch-box {
    display: none;
    position: absolute;
    top: 99px;
    background: #fff;
    width: 100%;
    padding: 15px;
    z-index: 1;
}

.gsearch-box form {
    width: 1024px;
    margin: auto
}

#sitesearch {
    font-size: 1.6rem;
    padding: 10px;
    padding-right: 55px;
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    -webkit-box-shadow: 1px 1px 2px rgba(4, 0, 0, .2) inset;
    box-shadow: 1px 1px 2px rgba(4, 0, 0, .2) inset;
    line-height: 1em;
}

.sugbox_g {
    height: 40px;
    position: relative;
}

.gsearch-box input[type=button] {
    border: none;
    background: #fa0;
    color: #fff;
    padding: 10px;
    border-radius: 5px;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    cursor: pointer;
}

.modal {
    background: rgba(0, 0, 0, 0.5);
    height: 100vh;
    position: fixed;
    left: 0;
    right: 0;
    top: 150px;
    display: none
}

fieldset {
    border: none;
    border-bottom: 1px solid #888;
    margin-bottom: 10px;
}

.s_type:checked+.type_btn {
    display: inline-block;
    border: 1px solid #888;
    border-bottom: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.type_btn {
    padding: 5px 15px;
    margin-bottom: -1px;
    border-radius: 5px 5px 0 0;
    border-bottom: 1px solid transparent;
    cursor: pointer;
}

.s_type {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute;
}

.ui-autocomplete {
    background: #fff;
    border-radius: 5px;
    border: 1px solid #ddd;
    position: absolute;
    z-index: 1;
}

.ui-autocomplete li .ui-menu-item-wrapper {
    display: block;
    padding: 5px 2px;
    border-radius: 5px;
}

.ui-autocomplete .ui-state-active {
    color: #fff;
    background: #555;
}

center span {
    color: #FFF
}

.ui-helper-hidden-accessible {
    display: none
}

nav.breadcrumb {
    max-width: 1024px;
    width: 100%;
    overflow: hidden;
    margin: auto;
    white-space: nowrap;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    display: block;
    border-top: none !important;
    border-bottom: none !important;
    background: transparent !important
}

nav.breadcrumb ul {
    overflow-x: hidden;
    white-space: nowrap;
    margin: 5px 10px;
    width: 100%;
    display: table;
}

nav.breadcrumb li {
    display: inline-block;
    font-size: 1rem;
    white-space: nowrap;
}

nav.breadcrumb li a {
    position: relative;
    margin-right: 18px
}

nav.breadcrumb li a:hover {
    text-decoration: underline;
    color: #05A
}

nav.breadcrumb li a:after {
    display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: -10px;
    width: 5px;
    height: 5px;
    margin: -4px 0 0 0;
    border-top: solid 1px #555;
    border-right: solid 1px #555;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}