@charset "UTF-8";
*,
.slick-slider {
    box-sizing: border-box;
}
.slick-loading .slick-slide,
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-dots,
ol,
ul {
    list-style: none;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    /*vertical-align: baseline;*/
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
    content: none;
}
table {
    /*border-collapse: collapse;*/
    border-spacing: 0;
}
header .head-left-container {
    float: left;
    margin: 10px 0;
}
header .head-left-container img {
    width: 350px;
}

.only-sp {
    display: none;
}

@media only screen and (max-width:999px) {
    .only-pc {
        display: none;
    }
    .only-sp {
        display: block;
    }
}

.humberger-btn {
    width: 45px;
    height: 45px;
    background: #e87a1a;
    /*#f94;*/
    z-index: 10000;
    /*opacity: 0.7;*/
    border-radius: 5px;
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
    float:left;
    margin-left:10px;
}

@media only screen and (max-width:999px) {
    /*トップページのみ*/
    .head-left-container.top-page {
          margin-top:10px !important;
/*          overflow:hidden;
          width:100%;*/
    }
/*    .head-left-container.top-page img{
        float:left;
        max-width:545px;
        width:calc(100% - 60px);
    }*/

    .head-right-container {
      background-color: #402000;
      float: none !important;
      padding: 15px 0 !important;
      clear:both;
    }
}


.humberger-btn span {
    display: block;
    width: 33px;
    height: 3px;
    background: #fff;
    position: absolute;
    top: 21px;
    left: 6px;
}
.humberger-btn span::before {
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    background: #fff;
    position: absolute;
    margin-top: -10px;
}

.humberger-btn span::after {
    content: "";
    display: block;
    width: 33px;
    height: 3px;
    background: #fff;
    position: absolute;
    margin-top: 11px;
}

.sp-header-top-link {
    display: none;
    position: absolute;
    z-index: 10000;
    width: 220px;
    top: 58px;
    right: 10px;
    /*opacity: 0.9;*/
}
.sp-header-top-link li {
    width: 100%;
    text-align: center;
}
.sp-header-top-link a {
    background: #e87a1a;
    color: #fff;
    height: 45px;
    line-height: 45px;
    border-bottom: solid 1px;
    display: block;
    text-decoration: none;
}
.sp-header-top-link li:last-child a {
    border-bottom: none;
}

@media only screen and (max-width:999px) {
    header .head-left-container img {
        width: 90%;
    }
    header .head-left-container {
        width: 85%;
        text-align: center;
        margin: 20px auto;
    }
}
@media only screen and (max-width:999px) {
    header .head-left-container {
        margin-bottom: 20px;
    }
}

header .head-right-container {
    position: relative;
}
header .head-right-container .search-box {
    position: absolute;
    right: 0;
    top: 40px;
    width: 220px;
    float: right;
}

@media only screen and (max-width:999px) {
    header .head-right-container .search-box {
        position: relative;
        top: 0;
        /*margin-bottom: 20px!important;*/
    }
}
header .head-right-container .search-box .cart {
    position: absolute;
    top: 2px;
    left: -30px;
    width: 25px;
}
form#myForm {
    z-index: 0.1;
}

@media only screen and (max-width:999px) {
    header .head-right-container .search-box .cart {
        top: initial;
        bottom: 2px;
    }
    header .head-right-container .search-box {
        float: none;
        clear: both;
        text-align: center;
        display: block;
        margin: 0 auto;
    }
}
header .head-right-container .search-box .search-btn {
    display: block;
    position: relative;
}
header .head-right-container .search-box .search-btn img {
    position: absolute;
    top: -23px;
    right: 10px;
    width: 18px;
}
header .head-right-container .search-box .search-input {
    width: 220px;
    padding: 7px 30px 7px 10px;
    border-radius: 20px;
    border: 1px solid #d6d6d6;
    outline: 0;
    background: #eee;
}
@media only screen and (max-width:999px) {
    header .head-right-container .search-box .search-input {
        margin-top: 20px;
    }
}
header .head-right-container .search-box::after {
    display: block;
    content: "";
    clear: both;
}
header .header-top-link {
    margin: 15px auto;
    float: right;
}

@media only screen and (max-width:999px) {
    header .header-top-link {
        float: none;
    }
    header .header-top-link li {
        width: 16%;
        text-align: center;
    }
    header .header-top-link li a {
        line-height: 1.5;
    }
}
@media only screen and (max-width:700px) {
    header .header-top-link li {
        width: 33%;
        margin-bottom: 5px;
    }
}
header .header-top-link li {
    display: block;
    float: left;
}
header .header-top-link li:not(:last-child) {
    border-right: 1px solid #333;
}
@media only screen and (max-width:700px) {
    header .header-top-link li:not(:last-child) {
        border-right: none;
    }
}
@media only screen and (max-width:700px) {
    header .header-top-link li:not(:nth-child(3n)) {
        border-right: 1px solid #333;
    }
}
header .header-top-link li:last-child a {
    padding-right: 0;
}
header .header-top-link li a {
    display: block;
    padding: 0 10px;
    text-decoration: none;
    color: #333;
    font-size: 12px;
}
nav {
    position: relative;
    background-color: #f0f0f0;
}
nav .main-nav {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
    flex-direction: row;
}

nav .main-nav li {
    width: 200px;
    cursor: pointer;
}

@media only screen and (max-width:999px) {
    nav .main-nav {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    nav .main-nav li {
        width: 33.333333%;
    }
    nav .main-nav li:nth-child(n+4) {
        border-top: 1px solid #fff;
    }
    nav .main-nav li:nth-child(3n-1) {
        border-right: 1px solid #fff;
        border-left: 1px solid #fff;
    }
    nav .main-nav li.second .child-list {
        top: 100px;
    }
}
nav .main-nav li:hover > .child-list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
nav .main-nav li a {
    display: block;
    height: 80px;
    padding: 10px;
    text-align: center;
    text-decoration: none;
    color: #402000;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: -1px;
    cursor: pointer;
    transition: background-color 0.2s linear;
}

@media only screen and (max-width:999px) {
    nav .main-nav li a {
        height: 50px;
        font-size: 10px;
        padding: 2px;
        font-weight: 400;
    }
}
nav .main-nav li a:hover {
    background-color: #f0e7d8;
}
nav .main-nav li a img {
    display: block;
    margin: 5px auto 15px;
    height: 22px;
}
nav .main-nav li .child-list {
    display: none;
    padding: 30px 30px 0;
    position: absolute;
    width: 100%;
    top: 80px;
    left: 0;
    background-color: #f1e7d8;
    z-index: 99999;
}

@media only screen and (max-width:999px) {
    nav .main-nav li a img {
        margin: 5px auto;
        height: 17px;
    }
    nav .main-nav li .child-list {
        padding: 10px;
        top: 51px;
    }
}
nav .main-nav li .child-list li {
    width: 18%;
    float: left;
    margin: 0 1% 20px;
}

@media only screen and (max-width:999px) {
    nav .main-nav li .child-list li {
        width: 31%;
        border: none;
    }
}
nav .main-nav li .child-list li a {
    padding: 0;
    width: 100%;
    height: auto;
}
nav .main-nav li .child-list li span {
    text-align: justify;
    font-size: 12px;
    margin-top: 5px;
}
nav .main-nav li .child-list img {
    width: 100%;
    height: auto;
    margin: 0;
}
nav .main-nav li .child-list::after {
    display: block;
    content: "";
    clear: both;
}
.order-flow ul,
.shop-information .flex-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.fixed-footer {
    padding: 5px;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #e87a1a;
    z-index: 999;
}

@media only screen and (max-width:999px) {
    footer {
        margin-top: 30px;
    }
    .fixed-footer {
        padding: 10px 5px;
    }
}
.fixed-footer a {
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    position: absolute;
    bottom: 30px;
    right: 0;
    background-color: #e87a1a;
    color: #fff;
}
.fixed-footer a::after,
.fixed-footer a::before {
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    content: "";
    width: 4px;
    height: 40px;
    padding-top: 5px;
    background-color: #fff;
}
.fixed-footer a::before {
    transform: rotate(-45deg);
}
.fixed-footer a::after {
    transform: rotate(45deg);
}

@media only screen and (max-width:999px) {
    .fixed-footer a {
        display: block;
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        position: absolute;
        top: -30px;
        right: 0;
        background-color: #e87a1a;
        color: #fff;
    }
    .fixed-footer a::after,
    .fixed-footer a::before {
        position: absolute;
        top: 10px;
        left: 15px;
        display: block;
        content: "";
        width: 1px;
        height: 10px;
        padding-top: 5px;
        background-color: #fff;
    }
    .fixed-footer a::before {
        transform: rotate(-45deg);
    }
    .fixed-footer a::after {
        transform: rotate(45deg);
    }
}
.fixed-footer .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
}
.fixed-footer .flex div {
    width: 33%;
}
.fixed-footer .flex .item1 {
    background-color: #FFF;
    font-size: 18px;
    padding: 17px 15px 15px;
    margin-top: 7px;
    font-weight: 700;
    border-radius: 3px;
    letter-spacing: 1px;
    text-align: center;
}

@media only screen and (max-width:999px) {
    .fixed-footer .flex {
        display: block;
    }
    .fixed-footer .flex .item1 {
        width: 50%;
        height: auto;
        float: left;
        padding: 0;
        background-color: #e87a1a;
        color: #fff;
        font-size: 12px;
        line-height: 1.3;
        letter-spacing: 0;
    }
    .fixed-footer .flex .item1 span {
        color: #FFF;
    }
    .fixed-footer .flex .item2 {
        width: 50%;
    }
}

@media only screen and (max-width:480px) {
    .fixed-footer .flex .item1 {
        text-align: left;
    }
    .fixed-footer .flex .item1 p {
        margin-top: -4px;
    }
}
.fixed-footer .flex .item2 {
    color: #FFF;
    font-size: 50px;
    text-align: center;
}
.fixed-footer .flex .item2 .postage {
    letter-spacing: 5px;
    font-family: "Yu Mincho",YuMincho;
}
.fixed-footer .flex .item2 .attention {
    font-size: 12px;
    color: #fff;
}

@media only screen and (max-width:320px) {
    .fixed-footer .flex .item2 .attention {
        display: block;
        text-align: left;
    }
}
.fixed-footer .flex .item2 p {
    padding-top: 7px;
}
.fixed-footer .flex .item2 p br {
    display: block;
}

@media only screen and (max-width:480px) {
    .fixed-footer .flex .item2 p {
        padding-top: 0;
        display: block;
        text-align: left;
    }
    .fixed-footer .flex .item3 div {
        margin-top: 5px;
    }
}
.fixed-footer .flex .item3 img {
    vertical-align: sub;
}

@media only screen and (max-width:999px) {
    .fixed-footer .flex .item2 .postage {
        letter-spacing: 0;
    }
    .fixed-footer .flex .item2 .attention {
        font-size: 10px;
        letter-spacing: 0;
    }
    .fixed-footer .flex .item2 p {
        letter-spacing: 1px;
        font-size: 28px;
    }
    .fixed-footer .flex .item3 {
        position: absolute;
        top: 0;
        right: 0;
        width: 50%;
    }
    .fixed-footer .flex .item3 img {
        width: 17px;
    }
}
.fixed-footer .flex .item3 .title {
    font-size: 15px;
    padding-top: 10px;
}

@media only screen and (max-width:999px) {
    .fixed-footer .flex .item3 .title {
        font-size: 6px;
    }
}
.fixed-footer .flex .item3 .price {
    font-size: 18px;
    padding: 2px 0;
    font-weight: 700;
}
.fixed-footer .flex .item3 .price.item3-2 {
    line-height: 1.2;
}

@media only screen and (max-width:999px) {
    .fixed-footer .flex .item3 .price.item3-2 {
        line-height: 1;
    }
    .fixed-footer .flex .item3 .price {
        font-size: 14px;
    }
}
.fixed-footer .flex .item3 .notice {
    color: #797979;
    font-size: 12px;
}
.order-flow h2,
.shop-information h2 {
    color: #665a40;
    font-family: "Yu Mincho",YuMincho;
    text-align: center;
}
.fixed-footer .flex .item3 div {
    width: 130px;
    height: 72px;
    background-color: #FFF;
    float: left;
    text-align: center;
    border-radius: 65px/36px;
}
.fixed-footer .flex .item3 div:not(:first-child) {
    margin-left: 10px;
}

@media only screen and (max-width:320px) {
    .fixed-footer .flex .item3 div:not(:first-child) {
        margin-left: 0;
    }
}

@media only screen and (max-width:1150px) {
    .fixed-footer .flex .item3 .notice {
        letter-spacing: -1px;
        font-size: 10px;
    }
    .fixed-footer .flex .item3 div {
        float: left;
        width: 80px;
        height: 60px;
        border-radius: 40px/30px;
    }
    .fixed-footer .flex .item3 div p:nth-child(3) {
        font-size: 10px;
    }
    .l-foot-container {
        padding: 0 20px;
    }
}
.order-flow {
    background-color: #f1e7d8;
}
.order-flow h2 {
    font-size: 30px;
    padding: 30px 0 0;
}
.order-flow ul {
    margin: 30px auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.order-flow ul li {
    width: 160px;
}

@media only screen and (max-width:1150px) {
    .order-flow ul {
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .order-flow ul li {
        float: left;
        width: 45%;
        margin: 20px 2.5% 0;
    }
}
.order-flow ul li .title {
    position: relative;
    width: 155px;
    height: 60px;
    padding-top: 23px;
    background-color: #e8d9c1;
    font-size: 14px;
    text-align: center;
}
.order-flow ul li .title.item2 {
    padding-top: 18px;
}
@media only screen and (max-width:1150px) {
    .order-flow ul li .title {
        width: 95%;
    }
    .order-flow ul li .title.item2 {
        padding-top: 23px;
    }
}
.order-flow ul li .title::after {
    position: absolute;
    top: 0;
    right: -10px;
    display: block;
    content: '';
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 10px solid #e8d9c1;
}
.order-flow ul li .content {
    line-height: 1.4;
    padding-top: 20px;
    font-size: 13px;
}
.order-flow ul li .content strong {
    display: block;
    font-weight: 700;
    font-size: 16px;
    padding: 3px 0;
}
.order-flow ul li .content p {
    margin-bottom: 15px;
}
.order-flow ul li .content .point {
    font-size: 12px;
}
.order-flow ul li.item4 {
    position: relative;
    margin-top: 224px;
}
.order-flow ul li.item4::before {
    width: 150px;
    height: 10px;
    position: absolute;
    top: -100px;
    left: 0;
    display: block;
    content: "";
    border-top: 10px solid #d7bc91;
    margin-right: 10px;
}

@media only screen and (max-width:1150px) {
    .order-flow ul li.item4 {
        margin-top: 20px;
    }
    .order-flow ul li.item4::before {
        display: none;
    }
}
.order-flow ul li.item4::after {
    position: absolute;
    top: -105px;
    right: 0;
    display: block;
    content: "";
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #D7BC91;
}
.shop-information {
    padding-bottom: 30px;
    background-color: #f1e7d8;
}

@media only screen and (max-width:1150px) {
    .order-flow ul li.item4::after {
        display: none;
    }
    .shop-information {
        padding-bottom: 50px;
    }
}
.shop-information h2 {
    font-size: 30px;
    padding: 30px 0;
}
.shop-information .flex-item {
    width: 370px;
}
.shop-information .info-card {
    background-color: #fbf8f3;
    margin-bottom: 20px;
    padding: 25px 15px;
    border-radius: 5px;
}

@media only screen and (max-width:1150px) {
    .shop-information .flex-item {
        width: 100%;
    }
    .shop-information .info-card {
        width: 100%;
        margin: 0 auto;
    }
}
.shop-information .info-card h3 {
    font-weight: 700;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #f1e7d8;
}
.shop-information .info-card h4 {
    margin-top: 15px;
    font-weight: 700;
    font-size: 16px;
}
.shop-information .info-card h4 span {
    font-size: 13px;
}
.shop-information .info-card .orange {
    color: #e67918;
}
.shop-information .delivery {
    font-size: 14px;
}
.shop-information .delivery .attention {
    line-height: 1.6;
}
.shop-information .delivery .day-list {
    margin-top: 10px;
}
.shop-information .delivery .day-list .day-item {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    color: #FFF;
    text-align: center;
}
.shop-information .delivery .day-list .weekday {
    background-color: #d7bc91;
}
.shop-information .delivery .day-list .saturday {
    background-color: #0085b2;
}
.shop-information .delivery .day-list .holiday {
    background-color: #db595c;
}
.shop-information .delivery .asuraku-content p {
    line-height: 1.5;
}
.shop-information .delivery .asuraku-content .proviso {
    font-size: 13px;
}
.shop-information .delivery .asuraku-flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.shop-information .delivery .asuraku-flex img {
    width: 71px;
    height: 48px;
}
.shop-information .delivery .asuraku-flex p {
    padding: 10px;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.3;
}
.shop-information .delivery .timeflow-proviso {
    margin: 10px auto;
    background-color: #f1e7d8;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.5;
}
.shop-information .delivery .timeflow-proviso_2 {
    margin: 10px auto;
    background-color: #fff;
    border: 1px solid #f1e7d8;
    padding: 10px;
    border-radius: 5px;
    line-height: 1.5;
}
.shop-information .business-day span,
.shop-information .payment p {
    line-height: 1.3;
}
.shop-information .address {
    font-size: 14px;
    line-height: 1.3;
}
.shop-information .address .attention {
    margin-top: 20px;
    color: #e77918;
}
.shop-information .address .attention span {
    display: block;
}
.shop-information .address .attention p {
    width: 48px;
    background-color: #e77918;
    color: #fff;
    text-align: center;
}
.shop-information .address a {
    color: #333;
}
.shop-information .business-day .ornament::after {
    display: inline-block;
    content: "";
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #e77918;
}
.shop-information .business-day .ornament2::after {
    display: inline-block;
    content: "";
    margin: 0 5px;
    width: 10px;
    height: 10px;
    background-color: #f7ceaa;
}

@media only screen and (max-width:1150px) {
    /*.shop-information .timeflow{width:100%}*/
}
.shop-information .postage .flex {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.shop-information .postage .flex .postage-img {
    width: 60px;
}
.shop-information .postage .flex .postage-text {
    width: 260px;
}
.shop-information .postage .flex .postage-text .first {
    display: -ms-inline-flexbox;
    display: inline-flex;
}
.shop-information .payment {
    font-size: 14px;
}
.shop-information .payment img {
    display: block;
    margin: 0 auto;
}
.shop-information .payment .p_re {
    position: relative;
}
.shop-information .payment .pdf-img {
    position: absolute;
    bottom: 0;
    display: inline;
    vertical-align: bottom;
}
.shop-information .payment .card span {
    float: left;
    padding: 7.5px 20px;
    display: inline-block;
    background-color: #e77918;
    color: #FFF;
}
.shop-information .payment .card img {
    float: left;
}
.shop-information .payment .card:after {
    display: block;
    content: "";
    clear: both;
}
.shop-information .payment .payment-list {
    margin: 10px 0;
}
.shop-information .payment .payment-list .payment-item {
    display: inline-block;
    width: 50px;
    height: 50px;
    padding-top: 10px;
    line-height: 1.2;
    background-color: #e77918;
    color: #fff;
    text-align: center;
}
.shop-information .payment .shop-info {
    width: 65%;
    margin: 0 auto;
}
.shop-information .calendar-month {
    margin: 10px auto;
    text-align: center;
}
.shop-information .calendar {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.shop-information .calendar p {
    text-align: center;
}
.shop-information .calendar td,
.shop-information .calendar th {
    height: 30px;
    line-height: 30px;
}
.copyright {
    margin: 60px auto;
    padding-bottom: 80px;
    text-align: center;
    font-size: 12px;
    z-index: 999;
}
@media only screen and (max-width:999px) {
    .site-intro {
        display: none;
    }
}
.c-orange {
    color: #e87a1a;
}
.c-red {
    color: red;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.keeper-link li a,
.site-intro span,
.tc {
    text-align: center;
}
.fr {
    float: right;
}
.col,
.fl {
    float: left;
}
.mt5 {
    margin-top: 5px!important;
}
.mt10 {
    margin-top: 10px!important;
}
.mt15 {
    margin-top: 15px!important;
}
.mt20 {
    margin-top: 20px!important;
}
.mt30 {
    margin-top: 30px!important;
}
.mt40 {
    margin-top: 40px!important;
}
.mt50 {
    margin-top: 50px!important;
}
.mt80 {
    margin-top: 80px!important;
}
.mt100 {
    margin-top: 100px!important;
}
.mb5 {
    margin-bottom: 5px!important;
}
.mb10 {
    margin-bottom: 10px!important;
}
.mb15 {
    margin-bottom: 15px!important;
}
.mb20 {
    margin-bottom: 20px!important;
}
.mb30 {
    margin-bottom: 30px!important;
}
.mb40 {
    margin-bottom: 40px!important;
}
.mb50 {
    margin-bottom: 50px!important;
}
.ml5 {
    margin-left: 5px!important;
}
.ml10 {
    margin-left: 10px!important;
}
.ml15 {
    margin-left: 15px!important;
}
.ml20 {
    margin-left: 20px!important;
}
.ml30 {
    margin-left: 30px!important;
}
.ml40 {
    margin-left: 40px!important;
}
.ml50 {
    margin-left: 50px!important;
}
.mr3 {
    margin-right: 3px!important;
}
.mr5 {
    margin-right: 5px!important;
}
.mr10 {
    margin-right: 10px!important;
}
.mr15 {
    margin-right: 15px!important;
}
.mr20 {
    margin-right: 20px!important;
}
.mr30 {
    margin-right: 30px!important;
}
.mr40 {
    margin-right: 40px!important;
}
.mr50 {
    margin-right: 50px!important;
}
.clearfix {
    display: block;
}
.clearfix::after {
    display: block;
    content: "";
    clear: both;
}
.l-container {
    max-width: 1000px;
    margin: 0 auto;
}
.l-foot-container,
.l-head-container {
    max-width: 1200px;
    margin: 0 auto;
}
.col:after,
.l-container:after,
.l-foot-container:after,
.l-head-container:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}
.col {
    display: block;
    width: 100%;
}
@media only screen and (min-width:1001px) {
    .span_1 {
        width: 8.33333333333%;
    }
    .span_2 {
        width: 16.6666666667%;
    }
    .span_3 {
        width: 25%;
    }
    .span_4 {
        width: 33.3333333333%;
    }
    .span_5 {
        width: 41.6666666667%;
    }
    .span_6 {
        width: 50%;
    }
    .span_7 {
        width: 58.3333333333%;
    }
    .span_8 {
        width: 66.6666666667%;
    }
    .span_9 {
        width: 75%;
    }
    .span_10 {
        width: 83.3333333333%;
    }
    .span_11 {
        width: 91.6666666667%;
    }
    .span_12 {
        width: 100%;
    }
}
@media only screen and (max-width:1000px) and (min-width:781px) {
    .span_tb_1 {
        width: 8.33333333333%;
    }
    .span_tb_2 {
        width: 16.6666666667%;
    }
    .span_tb_3 {
        width: 25%;
    }
    .span_tb_4 {
        width: 33.3333333333%;
    }
    .span_tb_5 {
        width: 41.6666666667%;
    }
    .span_tb_6 {
        width: 50%;
    }
    .span_tb_7 {
        width: 58.3333333333%;
    }
    .span_tb_8 {
        width: 66.6666666667%;
    }
    .span_tb_9 {
        width: 75%;
    }
    .span_tb_10 {
        width: 83.3333333333%;
    }
    .span_tb_11 {
        width: 91.6666666667%;
    }
    .span_tb_12 {
        width: 100%;
    }
}
@media only screen and (min-width:780px) {
    .span_sp_1 {
        width: 8.33333333333%;
    }
    .span_sp_2 {
        width: 16.6666666667%;
    }
    .span_sp_3 {
        width: 25%;
    }
    .span_sp_4 {
        width: 33.3333333333%;
    }
    .span_sp_5 {
        width: 41.6666666667%;
    }
    .span_sp_6 {
        width: 50%;
    }
    .span_sp_7 {
        width: 58.3333333333%;
    }
    .span_sp_8 {
        width: 66.6666666667%;
    }
    .span_sp_9 {
        width: 75%;
    }
    .span_sp_10 {
        width: 83.3333333333%;
    }
    .span_sp_11 {
        width: 91.6666666667%;
    }
    .span_sp_12 {
        width: 100%;
    }
}
.brand-list,
.special-item-list,
.special-tag-list,
.topics-list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
body {
    color: #333;
    font-family: "游ゴシック","ヒラギノ角ゴ Pro W3",Meiryo,メイリオ,Osaka,'MS PGothic',arial,helvetica,sans-serif;
}
.site-intro .title,
main h2 {
    font-family: "Yu Mincho",YuMincho;
}
main section:not(.first-view) {
    margin-top: 40px;
}
main h2 {
    position: relative;
    padding-bottom: 10px;
    border-bottom: 1px solid #66593f;
    color: #66593f;
}
main h2 .main-title {
    font-size: 24px;
}
main h2 .sub {
    font-size: 14px;
    margin-left: 20px;
}
@media only screen and (max-width:999px) {
    main {
        padding: 0 20px;
    }
    main h2 {
        text-align: center;
        border: none;
    }
    main h2::after {
        display: block;
        position: absolute;
        content: "";
        width: 100%;
        top: 22px;
        left: 0;
        border-bottom: 1px solid #66593f;
        z-index: -999;
    }
    main h2 .main-title {
        display: inline-block;
        position: relative;
        padding: 10px 20px;
        text-align: center;
        background-color: #fff;
    }
    main h2 .sub {
        margin: 0;
        display: block;
        text-align: center;
    }
}
.site-intro {
    font-size: 14px;
    line-height: 1.6;
}
.site-intro img {
    display: block;
    margin: 0 auto;
}
.site-intro .title {
    color: #e7750e;
    font-weight: 700;
    font-size: 20px;
    text-align: center;
}
.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
    font-family: slick;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.site-intro .content {
    margin: 20px auto;
    line-height: 2;
}
.site-intro span {
    display: block;
}
.slick-slide img {
    margin: 0 auto;
    width: 100%;
    height: auto;
    object-fit: cover;
}
@media only screen and (max-width:999px) {
    .slick-slide img {
        width: 100%;
        height: auto;
    }
}
.first-view {
    position: relative;
    z-index: 9999;
}
.pick-up-list {
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.pick-up-list a {
    width: 300px;
    text-decoration: none;
}
.pick-up-list a img {
    width: 100%;
}
.pick-up-item {
    margin-top: 30px;
    color: #333;
}
@media only screen and (max-width:999px) {
    .pick-up-list a {
        width: 48%;
    }
    .pick-up-item {
        margin-top: 15px;
    }
}
.pick-up-item .title {
    font-size: 15px;
    font-weight: 700;
    line-height: 1.3;
    padding: 5px 0;
    letter-spacing: 1px;
}
.pick-up-item .content {
    font-size: 14px;
    line-height: 1.4;
    letter-spacing: 1px;
}




.shoetree-img-pc{
    text-align:center;
    margin:0 auto 20px;
}

.shoe-tree-1 {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: between-space;
    justify-content: between-space;
    margin-top: 30px;
    border: 2px solid #e87d1e;
}
.shoe-tree-1 .title {
    padding: 20px;
    width: 17%;
    float:left;
}
.shoe-tree-1 .title img {
    width: 100%;
}
.shoe-tree-1 .content {
    padding: 20px 20px 20px 0;
    width: 83%;
    float:left;
}
.shoe-tree-1 .content .typo1 {
    padding: 0 20px;
    font-size: 28px;
    letter-spacing: 2px;
    border-bottom: 1px solid #e87b1b;
}

.shoe-tree-1 .content .typo1 span {
    font-size: 32px;
    color: #e87b1b;
}
.shoe-tree-1 .content .typo2 {
    margin-top: 10px;
    font-size:18px;
}
.shoe-tree-1 .content p {
    line-height: 2;
}



@media only screen and (max-width:999px) {
    .shoe-wrap{overflow:hidden;}
    .shoe-tree-circle-img{
        float:left;
        max-width: }

    .shoe-tree-1 .content .typo1 {
        float:left;
        padding: 0 0 10px 3%;
        margin-top:40px;
        width:calc(100% - 145px);
        /*font-size: 16px;*/
    }
    .shoe-tree-1 .content{
        width:95%;
        margin:0 auto;
        padding:0 0 0 0;
        margin-bottom:15px;
        float:none;
    }

    .shoe-tree-1 .content .typo1 {
        font-size: 28px;
        letter-spacing: 2px;
        border-bottom: 1px solid #e87b1b;
    }

    .shoe-tree-1 .content .typo1 span {
        font-size: 24px;
    }
    .shoetree-img-sp img{
        margin:0 auto 3%;
        max-width: 95%;
    }

    .shoe-tree-1 .content .typo2 {
        line-height: 1.5;
        margin-top:0;
    }    

    .shoe-tree-1 .content p {
        line-height: 1.3;
        font-size: 13px;
        margin-top:40px;

    }
}

@media only screen and (max-width:500px) {
    .shoe-tree-1 .content .typo1 {
        font-size: 20px;
    }
}
@media only screen and (max-width:430px) {
    .shoe-tree-1 .content .typo1 {
        margin-top:27px;
        width:calc(100% - 90px);
    }
    .shoe-tree-circle-img{
        width:90px;
    }
}
@media only screen and (max-width:430px) {
    .shoe-tree-1 .content .typo1 {
        margin-top:23px;
        width:calc(100% - 60px);
        padding: 0 0 3px 3%;
        margin-top:15px;
    }
    .shoe-tree-circle-img{
        width:60px;
    }
    .shoe-tree-1 .content .typo1 {
        font-size: 16px;
    }
}




.shoe-tree-2 {
    margin-top: 30px;
    border: 2px solid #d6d6d6;
}
.shoe-tree-2 .title {
    background-color: #ededed;
    background-image: url("../images/shoe-keeper-bg.jpg");
    font-size: 24px;
    padding: 20px;
    letter-spacing: 2px;
}
@media only screen and (max-width:999px) {
    .shoe-tree-2 .title {
        padding: 10px;
        line-height: 1.3;
        font-size: 18px;
    }
}
.shoe-tree-2 .content {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: between-space;
    justify-content: between-space;
    padding: 10px 30px 100px;
}
.shoe-tree-2 .content .typo {
    width: 50%;
}
.shoe-tree-2 .content .typo span {
    display: block;
    line-height: 1.5;
}
.shoe-tree-2 .content .typo p {
    line-height: 1.5;
    margin-bottom: 20px;
}
.shoe-tree-2 .content .typo a {
    position: relative;
    text-decoration: none;
    color: #ff632f;
    line-height: 1.5;
}
.shoe-tree-2 .content .typo a::after {
    position: absolute;
    display: block;
    content: "";
    top: 5px;
    right: -15px;
    border-left: 8px solid #ff632f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
@media only screen and (max-width:999px) {
    .shoe-tree-2 .content {
        display: block;
        padding: 10px 20px;
    }
    .shoe-tree-2 .content .typo {
        width: 100%;
    }
    .shoe-tree-2 .content .typo a {
        line-height: 1.3;
        text-decoration: underline;
    }
    .shoe-tree-2 .content .typo a::after {
        display: none;
    }
}
.shoe-tree-2 .content .typo a:hover {
    text-decoration: underline;
}
.shoe-tree-2 .content .img {
    position: relative;
    width: 50%;
}
.shoe-tree-2 .content .img img {
    border: 5px solid #fff;
    box-shadow: 1px 1px 7px 5px #ccc;
}
@media only screen and (max-width:999px) {
    .shoe-tree-2 .content .img {
        width: 100%;
    }
    .shoe-tree-2 .content .img img {
        margin-top: 20px;
    }
}
.shoe-tree-2 .content .img .item1 {
    position: absolute;
    top: 20px;
    right: 10px;
    width: 55%;
}
@media only screen and (max-width:999px) {
    .shoe-tree-2 .content .img .item1 {
        display: inline-block;
        position: static;
        width: 45%;
    }
}
.shoe-tree-2 .content .img .item2 {
    position: absolute;
    top: 90px;
    right: 250px;
    width: 37%;
}
@media only screen and (max-width:999px) {
    .shoe-tree-2 .content .img .item2 {
        display: inline-block;
        position: static;
        width: 45%;
        margin-left: 7%;
    }
}
.keeper-link {
    margin-top: 30px;
    float: right;
}
.keeper-link li {
    float: left;
    width: 250px;
    margin-left: 20px;
}
.keeper-link li a {
    position: relative;
    display: block;
    padding: 10px 10px 10px 0;
    color: #ff632f;
    border: 1px solid #ff632f;
    text-decoration: none;
}
.keeper-link li a:after {
    position: absolute;
    top: 13px;
    right: 15px;
    display: block;
    content: "";
    border-left: 7px solid #ff632f;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
}
.shoe-tree:after {
    display: block;
    clear: both;
    content: "";
}
.shop-blog .blog-list li a {
    display: block;
    padding: 8px;
    text-decoration: none;
}
@media only screen and (max-width:999px) {
    .keeper-link li {
        margin: 0;
        width: 100%;
    }
    .keeper-link li:not(:first-child) {
        margin-top: 10px;
    }
    .shop-blog .blog-list li a {
        font-size: 13px;
        display: -ms-flexbox;
        display: flex;
        display: -webkit-flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: row;
        flex-direction: row;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-align: center;
        align-items: center;
    }
}
.shop-blog .blog-list li a .date {
    display: inline-block;
    color: #FFF;
    padding: 7px 8px;
    background-color: #333;
}
@media only screen and (max-width:999px) {
    .shop-blog .blog-list li a .date {
        padding: 7px 5px;
        text-align: center;
    }
    .shop-blog .blog-list li a .title {
        -ms-flex: 1;
        flex: 1;
    }
}
.shop-blog .blog-list li a .title {
    display: inline-block;
    margin-left: 10px;
    color: #333;
    font-size: 14px;
    text-align: justify;
}
.shop-blog .blog-list li:nth-child(even) {
    background-color: #ededed;
}
.shop-blog .more-link {
    margin-top: 10px;
    text-decoration: none;
    float: right;
    color: #ff632f;
}
.shop-blog .more-link:hover {
    text-decoration: underline;
}
.shop-blog::after {
    display: block;
    clear: both;
    content: "";
}
.topics-list li {
    margin-top: 30px;
}
.topics-list li:not(:nth-child(5n)) {
    margin-right: 20px;
}
@media only screen and (max-width:999px) {
    .topics-list {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .topics-list li {
        width: 48%;
    }
    .topics-list li:not(:nth-child(5n)) {
        margin-right: 0;
    }
}
.topics-list a {
    width: 180px;
    display: block;
    text-decoration: none;
}
@media only screen and (max-width:999px) {
    .topics-list a {
        width: 100%;
    }
}
.topics-list a:hover > .item-image > img::after {
    background-color: rgba(0,0,0,.5);
}
.topics-list a:hover > .item-image > .fadein-typo {
    display: block;
    opacity: 1;
    background-color: rgba(0,0,0,.5);
}
.topics-list a .item-image {
    position: relative;
    width: 180px;
    height: auto;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    border-radius: 5px;
}
@media only screen and (max-width:999px) {
    .topics-list a .item-image {
        width: 100%;
    }
}
.topics-list a .item-image img {
    width: 180px;
    height: 100%;
    object-fit: cover;
    border-radius: 5px;
}
@media only screen and (max-width:999px) {
    .topics-list a .item-image img {
        width: 100%;
    }
}
.topics-list a .item-image .fadein-typo {
    width: 180px;
    height: 100%;
    padding: 15px;
    position: absolute;
    display: block;
    top: 0;
    font-size: 13px;
    line-height: 1.5;
    color: #fff;
    opacity: 0;
    text-align: justify;
    transition: opacity 0.2s linear;
    transition: background-color 0.2s linear;
    z-index: 100;
    border-radius: 5px;
}
.topics-list a .item-image::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: '';
    z-index: 99;
    transition: background-color 0.2s linear;
}
.topics-list a .item-info {
    padding: 10px 0;
    line-height: 1.3;
    font-size: 13px;
}
.topics-list a .date {
    font-weight: 700;
    color: #333;
}
.topics-list a .new {
    font-weight: 700;
    color: #d80101;
    padding-left: 5px;
}
.topics-list a .title {
    font-weight: 700;
    color: #333;
}
.special-tag-list {
    margin-top: 15px;
}
.special-tag-list li {
    margin-right: 10px;
}
.special-tag-list a {
    display: block;
    width: 100%;
    padding: 8px 13px;
    border-radius: 30px;
    text-decoration: none;
    background-color: #e8e1ce;
    color: #725e4b;
    font-size: 14px;
}
.special-tag-list a.is-active {
    background-color: #725e4b;
    color: #fff;
    margin-bottom: 10px;
}
.special-tag-list a:hover {
    background-color: #725e4b;
    color: #FFF;
    transition: background-color 0.2s linear;
    transition: color 0.2s linear;
}
@media only screen and (max-width:999px) {
    .topics-list a .item-image .fadein-typo {
        width: 100%;
    }
    .special-tag-list a.is-active {
        margin-bottom: 0px;
    }
    .special-tag-list li {
        margin-right: 5px;
        margin-bottom: 10px;
    }
    .special-tag-list a {
        font-size: 13px;
        padding: 5px 8px;
    }
    .special-item-list {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.special-item-list li {
    width: 320px;
    margin-top: 20px;
}
.special-item-list li:not(:nth-child(3n)) {
    margin-right: 20px;
}
@media only screen and (max-width:999px) {
    .special-item-list li {
        width: 48%;
    }
    .special-item-list li:not(:nth-child(3n)) {
        margin-right: 0;
    }
}
.special-item-list li a {
    width: 320px;
    text-decoration: none;
}
@media only screen and (max-width:999px) {
    .special-item-list li a {
        width: 48%;
    }
    .brand-list {
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
.special-item-list li a img {
    width: 100%;
}
.special-item-list li a span {
    display: block;
    color: #333;
    margin-top: 5px;
    font-size: 13px;
}
.brand-list {
    margin: 30px 0;
}
.brand-list li {
    margin-top: 10px;
    width: 240px;
    border: 1px solid #ddd;
    margin-right: 10px;
}
@media only screen and (max-width:999px) {
    .brand-list li {
        width: 48%;
        margin-right: 0;
    }
}
.brand-list li:not(:nth-child(4n)) {
    margin-right: 10px;
}
@media only screen and (max-width:999px) {
    .brand-list li:not(:nth-child(4n)) {
        margin-right: 0;
    }
}
.brand-list a {
    display: block;
    text-decoration: none;
    padding: 15px 10px;
    color: #333;
}
.brand-list a .item-title {
    padding: 10px 0 5px;
    font-size: 14px;
    font-weight: 700;
}
.brand-list a .item-typo {
    font-size: 12px;
    line-height: 1.3;
    text-align: justify;
}
.brand-list img {
    display: block;
    height: 40px;
    margin: 0 auto;
}
@media only screen and (max-width:999px) {
    .brand-list img {
        width: 50%;
        height: auto;
    }
}
.side-fixed {
    opacity: 0.8;
    display: block;
    position: fixed;
    width: 240px;
    padding: 35px 20px;
    top: 200px;
    left: 0;
    color: #fff;
    background-color: #4b4b4b;
    font-size: 13px;
    line-height: 1.5;
    background-image: url("../images/side-bg.jpg");
    z-index: 999;
}
@media only screen and (max-width:999px) {
    .side-fixed {
        display: none;
        width: 90%;
        margin: 10px auto 20px;
    }
}


@media only screen and (max-width:999px) {
    .sp-header{
      padding: 10px;  
    }

    .sp-header-list li {
      display: inline-block;
      width: 7%;
      margin-left: 2%;
    }

    .sp-header-list li:first-child {
      margin-right: 3%;
    }

    .sp-header-list li:last-child {
      width: 50%;
      margin-left: 5%;
    }

    .sp-header-list li a {
      display: block;
      width: 100%;
    }

    .sp-header-list li a img {
      width: 100%;
      height: auto;
      vertical-align: middle;
    }

    .header-search-form {
      position: relative;
    }

    .header-search-form input[type="text"] {
      width: 100%;
      margin-top: 10px;
      border: 2px solid #bf0000;
      border-radius: 3px;
      padding: 10px 20% 10px 5px;
      font-size: 16px;
    }

    .header-search-form a {
      position: absolute;
      top: 10px;
      right:0; 
      padding: 10px 0;
      width: 18%;
      border: 2px solid #bf0000;
      -webkit-border-top-right-radius: 3px;
              border-top-right-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
              border-bottom-right-radius: 3px;
      font-size: 16px;
      background-color: #bf0000;
      color: #fff;
      text-decoration: none;
      text-align: center;
    }

    header .head-right-container .search-box-wrap .search-box {
      margin-bottom: 0 !important;
    }

    header .head-right-container .search-box .search-input {
      margin-top: 0px !important;
    }

    .sp-global-menu .menu-list{
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
        margin-bottom: 10px;
      background-color: #f6f6f6;
    }

    .sp-global-menu .menu-list li {
      width: 20%;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      border: 1px solid #C3C3C3;
    }
    .sp-global-menu .menu-list li:first-child {
      border-left: none;
    }

    .sp-global-menu .menu-list li:last-child {
      border-right: none;
    }

    .sp-global-menu .menu-list li a {
      display: block;
      text-decoration: none;
      padding: 5px 0;
    }

    .sp-global-menu .menu-list li a img {
      display: block;;
      width: auto;
      height: 30px;
      margin: 0 auto;
    }

    .sp-global-menu .menu-list li span {
      padding-top: 5px;
      display: block;
      font-size: 12px;
      text-align: center;
      color: #636363;
    }


    .head-right-container .search-box {
      width: 100%;
      background-color: #402000;
    }

    .head-left-container {
      float: none !important;
      margin: 0 !important;
    }





    .banner-list {
      margin-top: 10px;
    }
    .banner-list li a {
      display: block;
      margin: 5px auto;
    }
    .banner-list li a img {
      width: 100%;
    }

    .banner-list-2 {
      margin-top: 20px;
      display: flex;
      display: -webkit-flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .banner-list-2 li {
      width: 49%;
      border: 1px solid #aaa;
      margin-bottom: 2%;
    }

    .banner-list-2 li a {
      display: block;
      padding: 10px;
      width: 100%;
      height: 100%;
      text-decoration: none;
    }

    .banner-list-2 li a img {
      display: inline-block;
      width: 30%;
      height: auto;
    }
    .banner-list-2 li a div {
      display: inline-block;
      width: 65%;
    }

    .banner-list-2 li:nth-child(even) {
      margin-left: 2%;
    }

    .banner-list-2 li .title {
      display: block;
    }

    .banner-list-2 li .content {
      font-size: 11px;
    }

    .link-top {
      padding: 10px 5px 10px 3px;
      color: #FFF;
      background-color: #be0000;
    }

    .link-top .arrow{
      display: inline-block;
      float: right;
      color: #ededed;
    }

    .shop-menu h3 {
      padding: 8px 5px;
      background-color: #e4e4e4;
    }
    .shop-menu .search-form {
      padding: 5px;
    }

    .shop-menu .search-form input[type="text"] {
      border: 1px solid #333;
      padding: 8px 5px;
      width: 80%;
    }

    .shop-menu .search-form input[type="submit"] {
      border: none;
      padding: 7px 5px;
      width: 18%;
      background-color: #BE0000;
      color: #fff;
      -webkit-border-radius: 2px;
              border-radius: 2px;
    }

    .footer-wrap {
      padding: 5px;
    }

    .footer-table-type-1 {
      width: 100%;
      border-top: 1px solid #aaa;
      border-bottom: 1px solid #aaa;
    }

    .footer-table-type-1 td {
      width: 33%;
      padding: 10px;
    }

    .footer-table-type-1 td img {
      display: block;
      width: 40px;
      height: auto;
      margin: 0 auto;
    }

    .footer-table-type-1 td span {
      display: block;
      padding: 5px 0 0;
      text-align: center;
      font-size: 13px;
    }

    .footer-table-type-1 tr:first-child td {
      border-bottom: 1px solid #aaa;
    }
    .footer-table-type-1 td:nth-child(2) {
      border-left: 1px solid #aaa;
      border-right: 1px solid #aaa;
    }

    .footer-table-type-2 {
      margin: 20px 0;
      width: 100%;
      border-collapse: collapse;
    }

    .footer-table-type-2 td{
      border: 1px solid #aaa;
      font-size: 14px;
    }
    .footer-table-type-2 th {
      border: 1px solid #aaa;
      text-align: left;
    }

    .footer-table-type-2 td img {
      width: 25px;
      height: auto;
      vertical-align: middle;
    }

    .footer-table-type-2 td span {
      display: inline-block;
      padding-left: 3px;
      padding-top: 3px;
      vertical-align: middle;
    }

    .footer-table-type-2 th.yellow {
      background-color: #fefedd;
    }

    .footer-table-type-2 th.grey {
      background-color: #ededed;
      font-weight: bold;
    }

    .footer-table-type-2 td a {
      padding: 10px;
      display: block;
      width: 100%;
      text-decoration: none;
      color: #555;
    }

    .footer-table-type-2 th {
      padding: 10px;
    }

    .footer-table-type-2 td span.arrow {
      display: inline-block;
      float: right;
      color: #ededed;
    }

    @media only screen and (max-width: 999px){
      main {
          padding: 0 10px;
      }
    }
    .sp-date-open-btn {
      display: block;
    }

    .sp-date-open-btn img {
      width: 100%;
      height: auto;
    }

    /*calendar*/
    .calendar-title {
      padding: 8px 5px;
      background-color: #e4e4e4;
    }

    #calendar {
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-sizing: border-box;
         -moz-box-sizing: border-box;
              box-sizing: border-box;
      padding: 5px 5px 0;
    }

    .calender {
      width: 100%;
      font-size: 12px;
    }

    .calendar-wrap {
      padding: 20px 5px;
    }

    #calendar .box {
      width: 46%;
      margin: 0 2%;
    }
    .calendarhead {
      color:#333333;
      font-size:12px;
      font-weight:bold;
      padding:5px 0 2px;
      text-align:center;
    }
    .calender td {
      width:24px;
      height:10px;
      padding:6px 0;
      text-align: center;
      color: #333333;
      border-width: 0 1px 1px 0;
      border-style: solid;
      border-color: #FFFFFF;
    }
    .calendar .tdc {
      color: #559eb1;
    }
    .calender .holiday, .calender .Sun, .calender .Sat {
      background-color: #f5cd91;    }
    .fcClose {
      color:#559eb1;
    }

    .calendar-proviso {
      margin-top: 10px;
      font-size: 13px;
    }

    
}

.slick-list,
.slick-slider,
.slick-track {
    position: relative;
    display: block;
}
.side-fixed .title {
    font-size: 18px;
    padding-bottom: 10px;
    text-align: center;
    border-bottom: 1px solid #fff;
}
.side-fixed .second {
    font-size: 14px;
    padding-top: 10px;
    letter-spacing: 1px;
}
.side-fixed .main {
    padding: 10px 0;
    font-size: 18px;
}
.side-fixed .notice-1 {
    padding-bottom: 3px;
}
.slick-slider {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    display: table;
    content: '';
}
.slick-track:after {
    clear: both;
}
.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir=rtl] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
.slick-dots,
.slick-next,
.slick-prev {
    position: absolute;
    display: block;
    padding: 0;
}
.slick-loading .slick-list {
    background: url("../../css/ajax-loader.gif") center center no-repeat #fff;
}
@font-face {
    font-family: slick;
    font-weight: 400;
    font-style: normal;
    src: url("../../css/fonts/slick.eot");
    src: url("../../css/fonts/slick.eot?#iefix") format('embedded-opentype'),url(../../css/fonts/slick.woff) format('woff'),url(../../css/fonts/slick.ttf) format('truetype'),url(../../css/fonts/slick.svg#slick) format('svg');
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    top: 50%;
    width: 82px;
    height: 82px;
    -webkit-transform: translate(0,-50%);
    -ms-transform: translate(0,-50%);
    transform: translate(0,-50%);
    cursor: pointer;
    color: transparent;
    border: none;
    outline: 0;
    background: 0 0;
}
@media only screen and (max-width:999px) {
    .slick-next:before,
    .slick-prev:before {
        font-size: 40px !important;
    }
    .slick-next,
    .slick-prev {
        width: 40px !important;
        height: 40px !important;
    }
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0;
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-size: 82px;
    line-height: 1.1;
    opacity: 0.75;
    color: #fff;
}
@media only screen and (max-width:999px) {
    .slick-next:before,.slick-prev:before {
        line-height: 1;
    }
}
.slick-prev {
    position: absolute;
    z-index: 9999;
    left: 5%;
}
[dir=rtl] .slick-prev {
    right: 50px;
    left: auto;
}
.slick-prev:before {
    content: '←';
}
.slick-next:before,
[dir=rtl] .slick-prev:before {
    content: '→';
}
.slick-next {
    right: 5%;
}
[dir=rtl] .slick-next {
    right: auto;
    left: 50px;
}
[dir=rtl] .slick-next:before {
    content: '←';
}
.slick-dotted.slick-slider {
    margin-bottom: 30px;
}
.slick-dots {
    bottom: -25px;
    width: 100%;
    margin: 0;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: #000;
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
