@charset "UTF-8";

.clearfix::after {
    display: block;
    clear: both;
    content: "";
}
.pc_none {
    display: none;
}
.sp_none {
    display: block;
}

/* -----------------------------------------------

header：sp

----------------------------------------------- */
header .sp {
    display: none;
    line-height: 1;
}
@media screen and (max-width: 600px) {
    header .sp {
        display: block;
    }
}
header .sp .header-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 25px;
}
header .sp .header-top .hamburger-o {
    min-width: 26px;
    max-width: 26px;
    cursor: pointer;
}
header .sp .header-top h1 {
    text-align: center;
}
header .sp .header-top h1 .catch {
    font-size: 8px;
    color: #444444;
    padding-bottom: 4px;
    line-height: 1.6em;
}
header .sp .header-top h1 a img {
    width: 146.5px;
}
header .sp .header-top .cart {
    min-width: 38.5px;
    max-width: 38.5px;
}
header .sp .shadow {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 9999;
    width: 100%;
    height: 100vh;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.6);
    display: none;
}
header .sp nav {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10000;
    width: 84%;
    height: 100vh;
    padding: 25px 25px 100px;
    background-color: #ffffff;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    box-sizing: border-box;
    transition-duration: 0.4s;
    transform: translateX(-100%);
}
header .sp nav.open {
    transform: translateX(0%);
}
header .sp nav > div {
    margin-top: 40px;
}
header .sp nav .hamburger-c {
    width: 20px;
    margin-top: 0px;
    cursor: pointer;
}
header .sp nav .global-nav .link li a {
    display: block;
    font-size: 1.5rem;
    line-height: 4.5rem;
    letter-spacing: 0.2rem;
    background: url("../images/header/arrow-gray.png") center right 4px no-repeat;
    background-size: 7.5px;
    border-bottom: 1px solid #999999;
}
header .sp nav > div h3 {
    font-size: 1.7rem;
    font-weight: 600;
    color: #00CFB4;
    letter-spacing: 0.2rem;
    padding-bottom: 10px;
    margin-bottom: 15px;
    border-bottom: 1px solid #00CFB4;
}
header .sp nav > div .__tree > .__item > a,
header .sp nav > div .link li a {
    display: block;
    line-height: 3rem;
    padding-left: 30px;
    background: url("../images/common/arrow-green.png") left 7px center no-repeat;
    background-size: 16px;
}
header .sp nav > div .__tree > .__item > a h2 {
    font-size: 14px;
    font-weight: 400;
}
header .sp nav > div .__tree > .__item ul {
    display: none;
}
header .sp nav .keyword_search {
    margin-top: 10px;
    position: relative;
}
header .sp nav .keyword_search input[type=text] {
    width: 100%;
    height: 33px;
    padding: 0px 33px 0px 10px;
    border: 1px solid #808080;
    box-sizing: border-box;
}
header .sp nav .keyword_search input[type=submit] {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 33px;
    height: calc(100% - 2px);
    background: transparent url("../images/header/search-pc.png") center center no-repeat;
    border: none;
}
header .sp nav .keyword_search input[type=submit]:focus {
    outline: none;
}
.__is-member header .sp nav .account .link .guest {
    display: none;
}
.__is-guest header .sp nav .account .link .member {
    display: none;
}

/* -----------------------------------------------

header：pc

----------------------------------------------- */
header .pc {
    max-width: 1020px;
    padding: 70px 10px 15px;
    margin: auto;
    line-height: 1;
}
@media screen and (max-width: 600px) {
    header .pc {
        padding: 0px;
    }
}
header .pc .header-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .pc .header-top h1:hover {
    opacity: 0.6;
}
header .pc .header-top h1 a .catch {
    font-size: 9px;
    color: #444444;
    padding-bottom: 6px;
}
header .pc .header-top .keyword_search {
    position: relative;
}
header .pc .header-top .keyword_search input[type=text] {
    width: 220px;
    height: 33px;
    padding: 0px 33px 0px 10px;
    border: 1px solid #808080;
    box-sizing: border-box;
}
header .pc .header-top .keyword_search input[type=text]::placeholder {
    font-size: 10px;
}
header .pc .header-top .keyword_search input[type=submit] {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 33px;
    height: calc(100% - 2px);
    background: transparent url("../images/header/search-pc.png") center center no-repeat;
    border: none;
    cursor: pointer;
}
header .pc .header-top .keyword_search input[type=submit]:focus {
    outline: none;
}
header .pc .header-top .primary-nav {
    display: flex;
}
.__is-member header .pc .header-top .primary-nav li.regist,
.__is-member header .pc .header-top .primary-nav li.login {
    display: none;
}
.__is-guest header .pc .header-top .primary-nav li.mypage,
.__is-guest header .pc .header-top .primary-nav li.logout {
    display: none;
}
header .pc .header-top .primary-nav li a {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 70px;
    height: 55px;
    font-size: 1rem;
    letter-spacing: 0.1rem;
}
header .pc .header-top .primary-nav li.company a {
    background: url("../images/header/icon-company.png") center top no-repeat;
}
header .pc .header-top .primary-nav li.regist a,
header .pc .header-top .primary-nav li.mypage a {
    background: url("../images/header/icon-regist.png") center top no-repeat;
}
header .pc .header-top .primary-nav li.login a,
header .pc .header-top .primary-nav li.logout a {
    background: url("../images/header/icon-login.png") center top no-repeat;
}
header .pc .header-top .primary-nav li.inquiry a {
    background: url("../images/header/icon-inquiry.png") center top no-repeat;
}
header .pc .header-top .primary-nav li a:hover {
    opacity: 0.6;
}
header .pc .header-top .tel_contact {
    position: relative;
}
header .pc .header-top .tel_contact::before {
    content: "";
    display: block;
    position: absolute;
    left: -20px;
    top: 0px;
    width: 0px;
    height: 100%;
    border-left: 1px dotted #333333;
}
header .pc .header-top .tel_contact .head {
    width: 100%;
    line-height: 20px;
    font-size: 1.1rem;
    text-align: center;
    background-color: #FEF2CC;
    border-radius: 20px;
}
header .pc .header-top .tel_contact .tel {
    padding: 7px 0px;
}
header .pc .header-top .tel_contact .tel a {
    font-size: 2.2rem;
    font-family: acumin-pro, sans-serif;
    font-weight: 600;
    color: #FABE00;
}
header .pc .header-top .tel_contact .reception {
    display: flex;
    align-items: center;
    font-size: 1.1rem;
}
header .pc .header-top .tel_contact .reception::before,
header .pc .header-top .tel_contact .reception::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #000000;
}
header .pc .header-top .tel_contact .reception::before {
    margin-right: 10px;
}
header .pc .header-top .tel_contact .reception::after {
    margin-left: 10px;
}
@media screen and (max-width: 1000px) {
    header .pc .header-top .keyword_search input[type=text] {
        width: 190px;
    }
    header .pc .header-top .tel_contact {
        display: none;
    }
}
@media screen and (max-width: 750px) {
    header .pc .header-top .primary-nav li:first-child,
    header .pc .header-top .primary-nav li:last-child {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    header .pc .header-top {
        display: none;
    }
}
header .pc .header-middle {
    margin: 15px 0px;
}
header .pc .header-middle .introduction {
    line-height: 3rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    background-color: #00CFB4;
}
header .pc .header-middle .introduction > div {
    display: inline;
}
header .pc .header-middle .introduction > div .bold {
    font-weight: 500;
}
header .pc .header-middle .introduction > div .small {
    font-size: 0.9rem;
}
@media screen and (max-width: 750px) {
    header .pc .header-middle .introduction > div {
        line-height: 2.2rem;
    }
    header .pc .header-middle .introduction > div:last-child {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    header .pc .header-middle {
        margin: 0px;
    }
    header .pc .header-middle .introduction {
        font-size: 1.3rem;
        padding: 4px 0px;
    }
    header .pc .header-middle .introduction > div {
        display: block;
        line-height: 1.6rem;
    }
    header .pc .header-middle .introduction > div .small {
        font-size: 0.8rem;
    }
}
header .pc .header-bottom .global-nav {
    display: flex;
}
header .pc .header-bottom .global-nav > li {
    width: 20%;
}
header .pc .header-bottom .global-nav > li > a {
    display: block;
    text-align: center;
    padding: 10px 0px;
    font-size: 1.5rem;
    letter-spacing: 0.2rem;
    border-left: 1px solid #adadad;
}
header .pc .header-bottom .global-nav > li:first-child > a {
    border-left: none;
}
header .pc .header-bottom .global-nav > li > a:hover {
    opacity: 0.6;
}
header .pc .header-bottom .global-nav > li > a div {
    font-family: acumin-pro, sans-serif;
    font-weight: 500;
    font-size: 1.2rem;
    color: #00CFB4;
    padding-bottom: 4px;
    letter-spacing: 0rem;
}
header .pc .header-bottom .global-nav .category {
    position: relative;
}
header .pc .header-bottom .global-nav .category .__tree {
    display: none;
    position: absolute;
    top: 100%;
    left: 0%;
    z-index: 1;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
header .pc .header-bottom .global-nav .category:hover .__tree {
    display: block;
}
header .pc .header-bottom .global-nav .category .__tree > li > a {
    display: block;
    font-size: 1.3rem;
    line-height: 4rem;
    padding-left: 40px;
    background: url("../images/header/arrow-yellow.png") left 17px center no-repeat;
    position: relative;
}
header .pc .header-bottom .global-nav .category .__tree > li > a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 16px;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition-duration: 0.4s;
}
header .pc .header-bottom .global-nav .category .__tree > li > a:hover::after {
    width: calc(100% - 32px);
    background-color: #333333;
}
header .pc .header-bottom .global-nav .category .__tree > li > a h2 {
    font-size: 14px;
    font-weight: 400;
}
header .pc .header-bottom .global-nav .category .__tree > li ul {
    display: none;
    position: absolute;
    top: 0px;
    left: 100%;
    z-index: 9999;
    width: 300%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.9);
}
header .pc .header-bottom .global-nav .category .__tree > li ul li {
    float: left;
    width: 33.333%;
}
header .pc .header-bottom .global-nav .category .__tree > li ul li a {
    display: block;
    font-size: 1.3rem;
    line-height: 4rem;
    padding-left: 40px;
    background: url("../images/header/arrow-green.png") left 17px center no-repeat;
    position: relative;
}
header .pc .header-bottom .global-nav .category .__tree > li ul li a::after {
    content: "";
    display: block;
    position: absolute;
    bottom: 3px;
    left: 16px;
    width: 0%;
    height: 1px;
    background-color: #ffffff;
    transition-duration: 0.4s;
}
header .pc .header-bottom .global-nav .category .__tree > li ul li a:hover::after {
    width: calc(100% - 32px);
    background-color: #333333;
}
@media screen and (max-width: 1000px) {
    header .pc .header-bottom .global-nav .category .__tree {
        width: 133.333%;
    }
    header .pc .header-bottom .global-nav .category .__tree > li ul {
        width: 200%;
    }
    header .pc .header-bottom .global-nav .category .__tree > li ul li {
        width: 50%;
    }
}
@media screen and (max-width: 750px) {
    header .pc .header-bottom .global-nav .category .__tree {
        width: 200%;
        left: -100%;
    }
    header .pc .header-bottom .global-nav .category .__tree > li > a {
        line-height: 3rem;
    }
    header .pc .header-bottom .global-nav .category .__tree > li ul {
        width: 150%;
    }
    header .pc .header-bottom .global-nav .category .__tree > li ul li a {
        line-height: 3rem;
    }
}
@media screen and (max-width: 600px) {
    header .pc .header-bottom {
        display: none;
    }
}

/* -----------------------------------------------

wrapper

----------------------------------------------- */
.wrapper .__inner {
    max-width: 1020px;
    margin: auto;
    padding: 0px 10px;
}
.wrapper .__inner .main {
    float: right !important;
    width: calc(100% - 270px) !important;
    padding: 0px !important;
}
.wrapper .__inner aside {
    float: left !important;
    width: 220px !important;
    margin: 0px !important;
    padding: 0px !important;
}
.wrapper .__inner aside section {
    margin-bottom: 70px !important;
}
.wrapper .__inner aside section h3 {
    font-size: 17px !important;
    font-weight: 400 !important;
    color: #00CFB4 !important;
    letter-spacing: 2px;
    padding: 0px 0px 10px 0px !important;
    margin-bottom: 15px !important;
    background-color: transparent !important;
    border-bottom: 1px solid #00CFB4;
}
.__is-member .wrapper .__inner aside section.__block--free .link .guest {
    display: none;
}
.__is-guest .wrapper .__inner aside section.__block--free .link .member {
    display: none;
}
.wrapper .__inner aside section.__block--category .__body .__tree > .__item {
    margin-top: 0px !important;
    border-top: none !important;
    border-bottom: none !important;
}
.wrapper .__inner aside section.__block--free .link li a,
.wrapper .__inner aside section.__block--category .__body .__tree > .__item > a {
    display: block !important;
    line-height: 30px;
    padding: 0px 0px 0px 30px !important;
    background: url("../images/common/arrow-yellow.png") left 7px center no-repeat;
}
.wrapper .__inner aside section.account .link li a:hover,
.wrapper .__inner aside section.__block--category .__body .__tree > .__item > a:hover {
    background: url("../images/common/arrow-yellow.png") left 13px center no-repeat;
}
.wrapper .__inner aside section.__block--category .__body .__tree > .__item > a h2 {
    font-size: 14px;
    font-weight: 400;
}
.wrapper .__inner aside section.__block--category .__body .__tree > .__item > .__js-toggle {
    display: none !important;
}
.wrapper .__inner aside section.__block--category .__body .__tree > .__item ul {
    display: none !important;
}
.wrapper .__inner aside section.__block--calendar ul li:first-child {
    padding: 0px !important;
}
.wrapper .__inner aside section.__block--calendar ul li table {
    width: 100%;
}
.wrapper .__inner aside section.__block--calendar ul li table thead tr th {
    font-size: 13px;
    text-align: center;
    line-height: 20px;
}
.wrapper .__inner aside section.__block--calendar ul li table tbody tr th {
    font-size: 12px;
    text-align: center;
    color: #333333 !important;
    line-height: 20px;
    background-color: transparent !important;
}
.wrapper .__inner aside section.__block--calendar ul li table tbody tr th:first-child {
    color: #e60028 !important;
}
.wrapper .__inner aside section.__block--calendar ul li table tbody tr th:last-child {
    color: #0078fa !important;
}
.wrapper .__inner aside section.__block--calendar ul li table tbody tr td {
    font-size: 12px;
    text-align: center;
    color: #333333 !important;
    line-height: 20px;
}
.wrapper .__inner aside section.__block--calendar ul li table tbody tr td:first-child {
    color: #e60028 !important;
}
.wrapper .__inner aside section.__block--calendar ul li table tbody tr td:last-child {
    color: #0078fa !important;
}
.wrapper .__inner aside section.__block--calendar ul li table tbody tr td .cal-week-close {
    color: #e60028 !important;
    background-color: transparent !important;
}
@media screen and (max-width: 900px) {
    .wrapper .__inner aside {
        float: none !important;
        width: 100% !important;
        padding-top: 50px !important;
    }
    .wrapper .__inner aside section.__block--free .link,
    .wrapper .__inner aside section.__block--category .__body .__tree {
        display: flex;
        flex-wrap: wrap;
        margin-left: -10px;
    }
    .wrapper .__inner aside section.__block--free .link li,
    .wrapper .__inner aside section.__block--category .__body .__tree > li {
        padding-left: 10px;
    }
    .wrapper .__inner aside section.__block--calendar ul {
        display: flex;
        justify-content: space-around;
    }
    .wrapper .__inner aside section.__block--calendar ul li:first-child {
        padding-bottom: 0px;
    }
    .wrapper .__inner aside section.__block--calendar ul li {
        width: 40%;
    }
    .wrapper .__inner .main {
        float: none !important;
        width: 100% !important;
    }
}
@media screen and (max-width: 600px) {
    .wrapper .__inner {
        padding: 0px 25px;
    }
    .wrapper .__inner .main .__heading {
        margin: 25px 0px 15px;
    }
    .wrapper .__inner aside section {
        margin-bottom: 35px;
    }
    .wrapper .__inner aside section.__block--free .link,
    .wrapper .__inner aside section.__block--category .__body .__tree {
        display: block;
    }
    .wrapper .__inner aside section.__block--free .link li a,
    .wrapper .__inner aside section.__block--category .__body .__tree > .__item > a {
        background: url(../images/common/arrow-green.png) left 7px center no-repeat;
        background-size: 16px;
    }
    .wrapper .__inner aside section.__block--free .link li a:hover,
    .wrapper .__inner aside section.__block--category .__body .__tree > .__item > a:hover {
        background: url(../images/common/arrow-green.png) left 12px center no-repeat;
        background-size: 16px;
    }
    .wrapper .__inner aside section.__block--calendar ul li:first-child {
        padding-right: 4%;
    }
    .wrapper .__inner aside section.__block--calendar ul li {
        width: 48%;
    }
}

/* -----------------------------------------------

footer

----------------------------------------------- */
footer.footer {
    line-height: 1;
    background: transparent !important;
}
footer .footer-top {
    display: flex;
    justify-content: space-between;
    max-width: 1000px;
    margin: 50px auto 70px;
    padding: 0px 10px;
}
footer .footer-top .logo a img:hover {
    opacity: 0.6;
}
footer .footer-top .footer-nav {
    display: flex;
}
footer .footer-top .footer-nav .link:first-child {
    padding-right: 70px;
}
footer .footer-top .footer-nav .link li a {
    display: block;
    padding: 10px 0px;
    line-height: 1.6rem;
    padding-left: 30px;
    background: url("../images/common/arrow-yellow.png") left 7px center no-repeat;
}
footer .footer-top .footer-nav .link li a:hover {
    text-decoration: underline;
}
footer .footer-top .footer-nav .link li a br {
    display: none;
}
footer .footer-bottom { 
    padding: 30px 0px;
    text-align: center;
    border-top: 1px solid #999999;
}
footer .footer-bottom .copyright {
    font-size: 1.2rem;
}
@media screen and (max-width: 750px) {
    footer .footer-top .footer-nav .link li a br {
        display: block;
    }
}
@media screen and (max-width: 600px) {
    footer .footer-top {
        display: block;
        margin: 30px auto;
    }
    footer .footer-top .logo {
        text-align: center;
        padding-bottom: 10px;
    }
    footer .footer-top .logo img {
        width: 146px;
    }
    footer .footer-top .footer-nav .link {
        width: 50%;
    }
    footer .footer-top .footer-nav .link:first-child {
        padding-right: 0px;
    }
    footer .footer-top .footer-nav .link li a {
        font-size: 1.3rem;
        background: url("../images/common/arrow-green.png") left 7px center no-repeat;
        background-size: 14px;
    }
    footer .footer-bottom {
        width: 90%;
        margin: auto;
        padding: 15px 0px;
    }
    footer .footer-bottom .copyright {
        font-size: 0.75rem;
    }
}

/* -----------------------------------------------

other

----------------------------------------------- */
.c-h1 {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 2.5rem;
    margin: 60px 0px 40px;
    padding-left: 10px;
    border-left: 3px solid #00CFB4;
}
.c-heading-main {
    font-size: 2rem;
    letter-spacing: 0.2rem;
    line-height: 2.5rem;
    margin: 60px 0px 40px;
    padding: 0px 0px 0px 10px;
    background-color: transparent;
    border-left: 3px solid #00CFB4;
}
.c-button,
.c-button-submit {
    color: #ffffff;
    font-weight: 500;
    background-color: #00CFB4;
    border-radius: 0px;
}
.c-button-submit {
    padding: 20px 0px;
}
@media screen and (max-width: 600px) {
    .c-h1 {
        font-size: 1.7rem;
    }
    .c-heading-main {
        font-size: 1.7rem;
    }
}