@charset "UTF-8";

/* Scss Document */
body #Wapper {
    width: 100%;
    background: url("/wp-content/themes/biteki-pc/common/images/bg2.png") center 30px no-repeat;
}

.headerblock_wrap {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    position: absolute;
    right: 0;
    bottom: 24px;
}

.headerblock_wrap .headerblock_sns {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.headerblock_wrap .headerblock_sns a {
    width: 20px;
    height: 20px;
    margin-right: 20px;
    display: block;
}

.headerblock_wrap .headerblock_sns a:last-child {
    margin-right: 0;
}

.headerblock_wrap .headerblock_sns a img {
    width: 100%;
}

.headerblock_wrap #headerblock_search {
    background: #fff;
    margin-left: 30px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
}

.headerblock_wrap #headerblock_search input,
.headerblock_wrap #headerblock_search button,
.headerblock_wrap #headerblock_search textarea,
.headerblock_wrap #headerblock_search select {
    margin: 0;
    padding: 0;
    background: none;
    border: none;
    border-radius: 0;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.headerblock_wrap #headerblock_search input[type="text"] {
    font-size: 12px;
    padding: 0 14px;
    width: 180px;
    height: 34px;
}

.headerblock_wrap #headerblock_search input[type="submit"] {
    height: 34px;
    width: 34px;
    display: block;
    background: url("/wp-content/themes/biteki-pc/common/svg/icon_search_g.svg") no-repeat center
        center;
    background-size: 22px auto;
    cursor: pointer;
}

.headerblock_title_index {
    width: 970px;
    margin: 0 auto;
    position: relative;
}

.js-nav-fixed #Wapper > header {
    z-index: 1001;
}

.headerblock_navi_drop {
    position: relative;
    z-index: 1001;
    background: #fff;
}

.headerblock_navi_drop .area_inner > ul {
    text-align: center;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}

.headerblock_navi_drop .area_inner > ul > li {
    display: flex;
    align-items: center;
    position: relative;
    height: 37px;
    padding-bottom: 1px;
    margin-bottom: -1px;
    font-size: 12px;
}

.headerblock_navi_drop .area_inner > ul > li:first-child span {
    border-left: 1px #7f7f7f solid;
}

.headerblock_navi_drop .area_inner > ul > li:hover > span {
    color: #848484;
}

.headerblock_navi_drop .area_inner > ul > li span {
    border-right: 1px #7f7f7f solid;
    display: inline-block;
    font-size: 12px;
    font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
    padding: 0 8px;
    letter-spacing: -1px;
    cursor: pointer;
    font-weight: 300;
}

.headerblock_navi_drop .area_inner > ul > li > ul {
    display: none;
    position: absolute;
    left: 0;
    top: 37px;
    z-index: 1000;
    background: #fff;
    padding: 10px 0;
}

.headerblock_navi_drop .area_inner > ul > li > ul li {
    text-align: left;
    position: relative;
}

.headerblock_navi_drop .area_inner > ul > li > ul li a {
    white-space: nowrap;
    padding: 9px 56px 9px 20px;
    display: block;
    font-size: 12px;
}

.headerblock_navi_drop .area_inner > ul > li > ul li a::after {
    content: ">";
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -6px;
    color: #929292;
}

.headerblock_navi_drop .area_inner > ul > li > ul li a:hover {
    color: #ff6b9f;
    text-decoration: underline;
}

.headerblock_navi_drop .area_inner > ul > li:nth-child(n + 7) > ul {
    right: 0;
    left: auto;
}

.headerblock_navi_drop .area_inner > ul > li:hover > ul {
    display: block;
}

.headerblock_navi_drop .area_inner > ul > li.current span {
    color: #ff6b9f;
}

.headerblock_navi_drop .area_inner > ul .gbnav-logo img {
    height: 15px;
    width: auto;
    padding: 0 8px;
    border-right: 1px #7f7f7f solid;
    margin-top: 3px;
}

.footerblock_sitemap .title {
    color: #fff;
}

.footerblock_sitemap .title a dl {
    margin-bottom: 28px;
}

.footerblock_sitemap .title a dl dt {
    margin-bottom: 18px;
}

.footerblock_sitemap .title a dl dd {
    margin: 0;
    color: #fff;
    font-size: 14px;
}

.footerblock_sitemap .title p {
    line-height: 1.8;
    margin-bottom: 50px;
    font-weight: 200;
}

.footerblock_sitemap {
    padding-bottom: 0;
    background: #999;
}

.footerblock_sitemap .block_inner > ul {
    display: flex;
    flex-wrap: wrap;
    border-top: 1px #b3b4b3 solid;
    border-bottom: 1px #b3b4b3 solid;
    padding-top: 30px;
}

.footerblock_sitemap .block_inner > ul > li {
    line-height: 1.2;
    padding-right: 2em;
}

.footerblock_sitemap .block_inner > ul > li span {
    font-size: 14px;
    color: #fff;
    padding-bottom: 10px;
    display: block;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(1) {
    width: 130px;
    margin-bottom: 60px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(2) {
    width: 180px;
    margin-bottom: 60px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(7) {
    width: 138px;
    margin-bottom: 60px;
    padding-right: 0;
    margin-left: 10px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(7) ul {
    display: flex;
    flex-wrap: wrap;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(7) ul li:nth-child(odd) {
    width: 130px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(7) ul li:nth-child(even) {
    width: 180px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(3),
.footerblock_sitemap .block_inner > ul > li:nth-child(8) {
    width: 180px;
    margin-bottom: 60px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(4),
.footerblock_sitemap .block_inner > ul > li:nth-child(9) {
    width: 130px;
    margin-bottom: 60px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(5),
.footerblock_sitemap .block_inner > ul > li:nth-child(10) {
    width: 160px;
    margin-bottom: 60px;
}

.footerblock_sitemap .block_inner > ul > li:nth-child(6) {
    width: 170px;
    margin-bottom: 60px;
    padding-right: 0;
}

.footerblock_sitemap .block_inner > ul > li ul li a {
    font-size: 11px;
    color: #fff;
    line-height: 1.2;
    padding: 4px 0;
    display: block;
    font-weight: 200;
}

.footerblock_sitemap .block_inner > ul > li ul li a:has(img) {
    padding-top: 0;
}

.footerblock_sitemap .block_inner > ul > li ul li a:hover {
    text-decoration: underline;
}

.footerblock_sitemap .block_inner > ul .gbnav-logo-footer img {
    height: auto;
    margin-bottom: 10px;
    width: 75px;
}

.footerblock_sitemap .block_inner > ul .gbnav-logo-footer:last-child img {
    width: 49px;
}
