@font-face {
    font-family: "icons";
    src: url("./icons.ttf?a960de17ae78ab1310368601e17a50ca") format("truetype"),
url("./icons.woff?a960de17ae78ab1310368601e17a50ca") format("woff"),
url("./icons.woff2?a960de17ae78ab1310368601e17a50ca") format("woff2");
}

i[class^="c-icon-"]:before, i[class*=" c-icon-"]:before {
    font-family: icons !important;
    font-style: normal;
    font-weight: normal !important;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.c-icon-arrow1:before {
    content: "\e000";
}
.c-icon-play1:before {
    content: "\e001";
}
.c-icon-marker1:before {
    content: "\e002";
}
.c-icon-hourglass1:before {
    content: "\e003";
}
.c-icon-mountain1:before {
    content: "\e004";
}
.c-icon-drink1:before {
    content: "\e005";
}
.c-icon-hotspring1:before {
    content: "\e006";
}
.c-icon-access1:before {
    content: "\e007";
}
.c-icon-plus1:before {
    content: "\e008";
}
.c-icon-minus1:before {
    content: "\e009";
}
.c-icon-close1:before {
    content: "\e00a";
}
.c-icon-arrow-prev1:before {
    content: "\e00b";
}
.c-icon-arrow-next1:before {
    content: "\e00c";
}
.c-icon-close2:before {
    content: "\e00d";
}
.c-icon-play2:before {
    content: "\e00e";
}
.c-icon-arrow-forward1:before {
    content: "\e00f";
}
.c-icon-arrow-back1:before {
    content: "\e010";
}
