@font-face {
    font-family: tl_icon;
    src: url(../fonts/tl_icon-eea600f5c0483597b87c0746ce508702.eot);
    src: url(../fonts/tl_icon-eea600f5c0483597b87c0746ce508702.eot) format("embedded-opentype"),
         url(../fonts/tl_icon-ef4c7deb33ff3c8cb5884412c02750d5.ttf) format("truetype"),
         url(../fonts/tl_icon-3892eff210ea1c3ecd88c69cf7909dce.woff) format("woff"),
         url(../fonts/tl_icon-771b851c93361adc499a97d3379d5770.svg) format("svg")
}
[class*=" tlc icon-"],
[class^="tlc icon-"] {
    font-family: tl_icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1
}
.tlc,
[class*=" tlc icon-"],
[class^="tlc icon-"] {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}
.tlc {
    display: inline-block;
    text-rendering: auto;
    vertical-align: middle
}
.icon-facebook:before {
    content: "";
}
.icon-twitter:before {
    content: "";
}
.icon-instagram:before {
    content: "";
}
.icon-line:before {
    content: "";
}
.icon-youtube:before {
    content: "";
}
.icon-option::before {
    content: "";
}
.icon-search::before {
    content: "";
}

:root {
    --cr-hokkaido: #7478c2;
    --cr-touhoku: #7478c2;
    --cr-tyuubu: #4ab969;
    --cr-kantou: #31beca;
    --cr-kinki: #b0b72f;
    --cr-tyuugoku: #ef9f27;
    --cr-shikoku: #d08f68;
    --cr-kyuushu: #ff7575;
}

* {
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
    list-style: none;
    margin: 0;
    padding: 0;
}
body.open {
    overflow: hidden;
}
a {
    text-decoration: none;
}
a:hover,
a:hover img {
    opacity: .8;
}
img {
    height: auto;
    max-width: 100%;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 768px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}
.container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    overflow-x: hidden;
    transition-duration: .5s;
}
.open .container {
    transform: translateX(300px);
}
/* header */
.header {
    background: #222;
    height: 59px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99;
}
.header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 15px 0;
    width: 95%;
    max-width: 1000px;
}
.header-left,
.hamburger-panel,
.nav-bg {
    display: none;
}
.header-middle {
    display: inline-block;
}
.front-page .header-middle {
    padding-left: 5%;
}
.logo {
    display: block;
    width: 88px;
}
.header-right {
    width: 50%;
}
.nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.nav-list li:not(:last-child) {
    margin-right: 25px;
}
.nav-list li,
.nav-list li a {
    color: #fff;
    cursor: pointer;
}
.dropdown {
    position: relative;
}
.dropdown-panel {
    display: none;
    background: #222;
    padding: 15px;
    position: absolute;
    top: 40px;
    right: -50px;
    width: 310px;
    z-index: 10;
}
.search-panel {
    background: #fff;
    position: fixed;
    top: 59px;
    left: 0;
    width: 100%;
}
.dropdown-list li:not(:last-child) {
    border-bottom: 1px solid #fff;
}
.dropdown-list li a {
    color: #fff;
    display: block;
    font-size: 14px;
    padding: 10px;
}
.header-search__form {
    color: #333;
    cursor: inherit;
    margin: 0 auto;
    max-width: 1000px;
}
.search-form__top,
.search-form__bottom {
    border-bottom: 1px dashed #808080;
    margin: 0 0 25px;
    padding: 0 0 25px;
}
.search-form__item input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: 1px solid #000;
    background: #fff;
    display: block;
    outline: none;
    padding: 10px;
    width: 100%;
}
.search-form__flex {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}
.search-form__flex .search-form__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 48%;
}
.search-form__item label {
    display: block;
    font-size: 12px;
    font-weight: bold;
    margin: 0 0 10px;
}
.search-form__flex .search-form__item label {
    margin: 0 20px 0 0;
    width: 65px;
}
.search-form__flex .search-form__item select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    background: url(../images/icon-select.svg) no-repeat;
    background-position: right 10px center;
    background-size: 25px;
    background-color: #fff;
    border: 1px solid #000;
    display: block;
    outline: none;
    padding: 10px;
    width: calc(100% - 85px);
}
.search-form__btn {
    text-align: center;
}
.search-form__btn button {
    background: #000;
    border-radius: 50px;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 15px;
    padding: 5px 25px;
    width: 100%;
    max-width: max-content;
}
.search-form__btn button::after {
    content: "";
    display: inline-block;
    font-family: tl_icon!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    margin: 0 0 0 15px;
    vertical-align: middle;
    width: 20px;
}
.search-form__btn .close-btn {
    background: #f8f7f6;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    padding: 15px 0;
    text-align: center;
    width: 100%;
}
.search-form__btn .close-btn::before {
    background: url(../images/icon-close.svg) no-repeat;
    background-size: contain;
    background-position: center;
    content: "";
    display: inline-block;
    height: 20px;
    margin: 0 15px 0 0;
    width: 20px;
}
@media (max-width: 968px) {
    .header {
        background: none;
        height: 50px;
    }
    .header-inner {
        padding: 10px 0;
    }
    .header-left {
        display: block;
        width: 20px;
    }
    .header-middle {
        padding-left: 0;
        width: 88px;
    }
    .front-page .header-middle {
        padding-left: 0;
    }
    .header-right {
        width: 50px;
    }
    .nav-list li {
        display: none;
    }
    .nav-list li.search {
        display: block;
    }
    .dropdown-panel {
        display: none;
    }
    .search-panel {
        top: 50px;
    }
    /* hamberger */
    .header-menu {
        display: inline-block;
        position: relative;
        text-align: center;
        z-index: 999999;
    }
    .header-menu span {
        display: block;
    }
    .header-menu___trigger {
        position: relative;
        width: 20px;
        height: 17px;
        cursor: pointer;
        z-index: 3;
    }
    .header-menu___trigger.active {
        display: none;
    }
    .header-menu___trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #fff;
        border-radius: 4px;
    }
    .header-menu___trigger, .header-menu___trigger span {
        display: inline-block;
        transition: all .5s;
        box-sizing: border-box;
    }
    .header-menu___trigger span:nth-of-type(1) {
        top: 1px;
    }
    .header-menu___trigger span:nth-of-type(2) {
        top: 9px;
    }
    .header-menu___trigger span:nth-of-type(3) {
        bottom: -2px;
    }
    /* hamburger panel */
    .hamburger-panel {
        background: #fff;
        display: block;
        height: 100%;
        padding: 100px 20px;
        position: fixed;
        top: 0;
        left: -300px;
        transition-duration: .3s;
        width: 300px;
        z-index: 99999;
    }
    .open .hamburger-panel {
        left: 0;
    }
    .hamburger-panel__list li {
        width: 100%;
    }
    .hamburger-panel__list li:not(:last-child) {
        margin-bottom: 15px;
    }
    .hamburger-panel__list li a {
        display: block;
        padding: 2px 0;
    }
    .nav-bg {
        background: rgb(0 0 0 / 65%);
        display: none;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 9999;
    }
}
@media (max-width: 768px) {
    .search-form__flex .search-form__item {
        width: 100%;
    }
    .search-form__flex .search-form__item:not(:last-child) {
        margin: 0 0 15px;
    }
}
@media screen and (max-width: 350px) {
    .open .container {
        transform: translateX(85%);
    }
    /* hamburger panel */
    .hamburger-panel {
        width: 100%;
        max-width: 85%;
    }
}
/* footer */
.footer {
    background: #222222;
    padding: 80px 0;
}
.footer-inner {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
}
.footer-flex {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}
.footer-left {
    padding-left: 20px;
    width: 25%;
}
.footer-right {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 55%;
}
.footer-logo {
    display: block;
    width: 88px;
}
.footer-info {
    margin: 35px 0 0;
}
.footer-info li:not(:last-child) {
    margin: 0 0 20px;
}
.footer-info li a {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
}

.footer-block {
    width: 30%;
}
.footer-block__link li:not(:last-child) {
    margin: 0 0 10px;
}
.footer-block__link li.ttl-link {
    margin: 0 0 20px;
}
.footer-block__link .base-link {
    padding-left: 15px;
}
.footer-block__link .ttl-link a {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-size: 20px;
    font-weight: bold;
}
.footer-block__link .base-link a {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-size: 16px;
}

.footer-social {
    margin: 35px 0 0;
}
.footer-social__head {
    text-align: center;
}
.footer-social__head h3 {
    color: #fff;
    font-family: "century-gothic", sans-serif;
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 8px;
}
.footer-social__head p {
    color: #fff;
    font-size: 14px;
}
.footer-social_link {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 15px 0 0;
}
.footer-social_link li {
    margin: 0 15px;
}
.footer-social_link li a i {
    color: #fff;
    position: static;
    height: 30px;
    font-size: 29px;
}
@media screen and (max-width: 768px) {
    .footer-left {
        width: 100%;
    }
    .footer-right {
        width: 100%;
    }
    .footer-right {
        justify-content: center;
        width: 100%;
    }
    .footer-block {
        width: calc(50% - 35px);
    }
    .footer-block:nth-child(2) {
        margin-right: 35px;
    }
    .footer-sp__blocks {
        display: flex;
        justify-content: center;
        align-items: flex-start;
        margin: 35px 0 25px;
        width: 100%;
    }
    .footer-sp__block {
        width: calc(50% - 35px);
    }
    .footer-sp__block:nth-child(1) {
        margin-right: 35px;
    }
}


.pagination {
    margin: 35px 0 0;
}
.page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
}
.page-numbers li a,
.page-numbers li span {
    color: #000;
    display: inline-block;
    font-size: 16px;
    margin: 0 3px;
    padding: 3px 10px;
}
.page-numbers li .current {
    background: #000;
    color: #fff;
}