@charset "UTF-8";
/*-------------------------------------------------
    reset css
-------------------------------------------------*/
/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

ol, ul, li {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

@font-face {
    font-family: 'icomoon';
    src: url("../fonts/icomoon.eot?vvcdif");
    src: url("../fonts/icomoon.eot?vvcdif#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?vvcdif") format("truetype"), url("../fonts/icomoon.woff?vvcdif") format("woff"), url("../fonts/icomoon.svg?vvcdif#icomoon") format("svg");
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'icomoon' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-tel:before {
    content: "\e905";
}

.icon-line:before {
    content: "\e906";
}

.icon-mail:before {
    content: "\e907";
}

.icon-facebook:before {
    content: "\e902";
}

.icon-instagram:before {
    content: "\e903";
}

.icon-twitter:before {
    content: "\e908";
}

.icon-youtube:before {
    content: "\e909";
}

/*-------------------------------------------------
    bace css
-------------------------------------------------*/
*, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 81.25%;
    color: #333333;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, Meiryo, sans-serif;
    font-feature-settings: "palt";
    text-align: justify;
    text-justify: inter-ideograph;
    -webkit-font-smoothing: antialiased;
}

img {
    max-width: 100%;
    height: auto;
    display: block;
}

p {
    line-height: 175%;
    letter-spacing: .05em;
}

h1, h2, h3, h4, h5, h6 {
    line-height: 150%;
    letter-spacing: .1em;
    font-weight: 700;
}

a:link {
    color: #333333;
    text-decoration: none;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

a:visited {
    color: #333333;
}

a:hover {
    cursor: pointer;
    opacity: .6;
    -webkit-transition: all .5s;
    transition: all .5s;
}

a:active {
    color: #333333;
}

@media (min-width: 1170px) {
    html {
        font-size: 87.5%;
    }
}

/*-------------------------------------------------
    common css
-------------------------------------------------*/
/* z-index */
header {
    position: relative;
    z-index: 3;
}

main {
    position: relative;
    z-index: 2;
}

footer {
    position: relative;
    z-index: 1;
}

#frame {
    position: relative;
    z-index: 4;
}

/* common */
body {
    padding: 10px 10px 30px 10px;
}

#frame .top, #frame .right, #frame .bottom, #frame .left {
    position: fixed;
    background-color: #9da0a0;
}

#frame .top {
    top: 0;
    left: 0;
    width: 100%;
    height: 10px;
}

#frame .right {
    top: 0;
    right: 0;
    width: 10px;
    height: 100vh;
}

#frame .bottom {
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
}

#frame .bottom span {
    color: #ffffff;
    font-size: 12px;
    font-family: 'Roboto', sans-serif;
    line-height: 30px;
}

#frame .left {
    top: 0;
    left: 0;
    width: 10px;
    height: 100vh;
}

.section {
    padding-bottom: 65px;
}

.container {
    padding: 0 20px;
}

.inner {
    margin-bottom: 40px;
}

.fig_img_yoko {
    background-position: center;
    background-repeat: no-repeat;
    padding-bottom: 70%;
    background-size: cover;
}

/*  section title */
.sec_title {
    font-size: 21px;
    font-family: 'Roboto', sans-serif;
    padding-bottom: 10px;
    margin-bottom: 25px;
    position: relative;
}

.sec_title .more_bt {
    position: absolute;
    font-size: 13px;
    font-weight: 700;
    bottom: 15px;
    right: 0;
}

.sec_title .more_bt a {
    color: #EF9936;
}

.sec_title::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 50px;
    height: 2px;
    background-color: #EF9936;
}

/* meta */
.meta {
    display: inline-block;
    line-height: 175%;
}

.meta .date {
    font-family: 'Roboto', sans-serif;
    color: #AAAAAA;
    display: inline;
    margin-right: 15px;
    font-size: 11px;
}

.meta .cat {
    display: inline;
    font-size: 11px;
}

.meta .cat ul {
    display: inline-block;
}

.meta .cat ul li {
    display: inline;
    margin-right: 5px;
}

.meta .cat ul li a {
    font-family: 'Roboto', sans-serif;
    color: #AAAAAA;
}

/*  editor */
.editor img {
    max-width: 100%;
    margin-bottom: 3rem;
}

.editor p {
    margin-bottom: 1rem;
}

.editor h4, .editor h5, .editor h6 {
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.editor h4 {
    font-size: 1.55rem;
}

.editor h5 {
    font-size: 1.45rem;
}

.editor h6 {
    font-size: 1.35rem;
}

.editor strong {
    font-weight: 700;
}

.editor em {
    font-style: italic;
}

.editor a {
    text-decoration: underline;
    color: #AAAAAA;
}

/*  pagenation */
.page_nation {
    text-align: center;
    padding-top: 4rem;
}

.page_nation .pg_inner {
    display: inline-block;
}

.page_nation .pg_inner span, .page_nation .pg_inner a {
    width: 30px;
    line-height: 30px;
    border: solid #e8e8e8 1px;
    text-align: center;
    margin: 0 2px;
    display: inline-block;
}

.page_nation .pg_inner span {
    border: solid #689C97 1px;
    background-color: #689C97;
    color: #ffffff;
}

/*  404 page */
.title_404 {
    font-size: 14px;
    margin-bottom: 10px;
}

@media (min-width: 1024px) {
    .container {
        width: 980px;
        margin: 0 auto;
    }

    #frame .top {
        height: 40px;
    }

    #frame .right {
        width: 10px;
    }

    #frame .bottom {
        height: 40px;
    }

    #frame .bottom span {
        color: #ffffff;
        font-size: 12px;
        font-family: 'Roboto', sans-serif;
        line-height: 40px;
    }

    #frame .left {
        width: 10px;
    }

    header {
        z-index: 5;
    }
}

@media (min-width: 1170px) {
    .section {
        padding-bottom: 115px;
    }

    .sec_title {
        font-size: 24px;
        margin-bottom: 50px;
    }

    .title_404 {
        font-size: 16px;
    }
}

/*-------------------------------------------------
    header css
-------------------------------------------------*/

#mobile_header {
    position: fixed;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background-color: #689C97;
}

#mobile_header .trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 2;
    background-color: #9da0a0;
}

#mobile_header .trigger span {
    position: absolute;
    right: 13px;
    width: 24px;
    height: 2px;
    background-color: #ffffff;
    -webkit-transition: all 500ms;
    transition: all 500ms;
}

#mobile_header .trigger span:nth-child(1) {
    top: 16px;
}

#mobile_header .trigger span:nth-child(2) {
    top: 24px;
}

#mobile_header .trigger span:nth-child(3) {
    bottom: 16px;
}

#mobile_header .trigger.active span:nth-child(1) {
    top: 24px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

#mobile_header .trigger.active span:nth-child(2) {
    opacity: 0;
}

#mobile_header .trigger.active span:nth-child(3) {
    bottom: 24px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

#mobile_header .menu_wrap {
    position: fixed;
    top: 0;
    right: 0;
    width: 275px;
    height: 100vh;
    background-color: #9da0a0;
    padding: 80px 40px 90px;
    z-index: 2;
    -webkit-transition: all 500ms;
    transition: all 500ms;
    -webkit-transform: translateX(275px);
    transform: translateX(275px);
    z-index: 1;
    overflow-y: scroll;
}

#mobile_header .menu_wrap .logo {
    margin-bottom: 30px;
}

#mobile_header .menu_wrap .logo img {
    width: 145px;
}

#mobile_header .menu_wrap nav {
    margin-bottom: 30px;
}

#mobile_header .menu_wrap nav ul li {
    border-bottom: dotted #ffffff 1px;
}

#mobile_header .menu_wrap nav ul li a {
    font-family: 'Roboto', sans-serif;
    color: #f0c18d;
    font-size: 15px;
    font-weight: 700;
    line-height: 50px;
}

#mobile_header .menu_wrap nav ul li:first-child {
    border-top: dotted #ffffff 1px;
}

#mobile_header .menu_wrap .sns {
    display: inline-block;
}

#mobile_header .menu_wrap .sns li {
    display: inline;
    margin-right: 10px;
}

#mobile_header .menu_wrap .sns li a {
    color: #ffffff;
    font-size: 21px;
}

#mobile_header .menu_wrap.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
}

@media (max-width: 1023px) {
    #pc_header {
        display: none;
    }
}

@media (min-width: 1024px) {
    #mobile_header {
        display: none;
    }

    #pc_header {
        width: 100%;
    }

    #pc_header .menu_wrap nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
    }

    #pc_header .menu_wrap nav div ul {
        display: flex;
		justify-content: center;
		width: 100%;
    }

    #pc_header .menu_wrap nav div ul li a {
        font-family: 'Roboto', sans-serif;
        font-size: 13px;
        font-weight: 700;
        color: #fec68b;
        line-height: 40px;
        padding: 0 10px;
        display: block;
    }

    #pc_header .menu_wrap .sns {
        position: fixed;
        top: 0;
        right: 20px;
        line-height: 40px;
    }

    #pc_header .menu_wrap .sns li {
        display: inline;
        margin-right: 10px;
    }

    #pc_header .menu_wrap .sns li a {
        color: #ffffff;
        font-size: 18px;
    }
}

@media (min-width: 1170px) {
    #pc_header .menu_wrap nav div ul li a {
        font-size: 14px;
        padding: 0 20px;
    }
}

/*-------------------------------------------------
    top page css
-------------------------------------------------*/
#concept_t, #topics_t, #blog_t, #staff_t, #menu_t, #salon_info_t {
    margin-top: -50px;
    padding-top: 50px;
}

#slider {
    padding-bottom: 40px;
}

#slider .swiper-container {
    height: 100%;
}

#slider .swiper-container .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-repeat: no-repeat;
    height: 100%;
}

#slider .swiper-container::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 20%), radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 20%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#slider .slide_logo {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: auto;
    width: 230px;
    z-index: 3;
}

#concept {
    padding-top: 35px;
}

#concept h3 {
    font-size: 17px;
    margin-bottom: 15px;
}

#overlay .fig {
    background-size: cover;
    background-repeat: no-repeat;
    height: 250px;
    position: relative;
    z-index: 1;
}

#overlay .fig::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 20%), radial-gradient(rgba(0, 0, 0, 0.1) 10%, transparent 20%);
    background-size: 6px 6px;
    background-position: 0 0, 3px 3px;
    width: 100%;
    height: 100%;
    z-index: 2;
}

#topics .archive, #blog .archive {
    margin-bottom: -30px;
}

#topics .archive .post, #blog .archive .post {
    margin-bottom: 30px;
}

#topics .archive .post .fig, #blog .archive .post .fig {
    margin-bottom: 10px;
}

#topics .archive .post .fig a, #blog .archive .post .fig a {
    display: block;
}

#topics .archive .post h3, #blog .archive .post h3 {
    font-size: 15px;
}

#staff .staff_archive:not(:first-child) {
    /* margin-bottom: -30px; */
}

#staff .staff_archive .col {
    padding-bottom: 30px;
}

#staff .staff_archive .col .fig {
    margin-bottom: 15px;
}

#staff .staff_archive .col .txt h3 {
    font-size: 15px;
    text-align: center;
}

#staff .staff_archive .col .txt .lank {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    color: #fec68a;
    margin-bottom: 10px;
    text-align: center;
}

#menu .menu_archive .col .col_inner {
    margin-bottom: 40px;
}

#menu .menu_archive .col .col_inner .title {
    display: inline-block;
    margin-bottom: 20px;
}

#menu .menu_archive .col .col_inner .title h3 {
    font-size: 18px;
    display: inline;
    margin-right: 10px;
}

#menu .menu_archive .col .col_inner .title p {
    font-size: 11px;
    color: #AAAAAA;
    display: inline;
}

#menu .menu_archive .col .col_inner .list {
    line-height: 175%;
}

#menu .menu_archive .col .col_inner .list ul {
    border-top: solid #AAAAAA 1px;
}

#menu .menu_archive .col .col_inner .list ul li {
    padding: 8px 0;
}

#menu .menu_archive .col .col_inner .list ul li .min {
    font-size: 11px;
}

#menu .menu_archive .col .col_inner .list ul li .len span {
    font-size: 11px;
}

#menu .menu_archive .col .col_inner .list ul li:last-child {
    border-top: dotted #AAAAAA 1px;
    text-align: right;
}

#menu .menu_archive .col .col_inner .list ul:last-child {
    border-bottom: solid #AAAAAA 1px;
}

#menu .menu_archive .col .col_inner .menu_hosoku {
    padding-top: 20px;
}

#menu .menu_archive .col .col_inner.no_bottom {
    margin-bottom: 0;
}

#salon-info {
    padding-bottom: 0;
}

#salon-info .info {
    background-color: #9da0a0;
}

#salon-info .info ul.out_wrap li .txt {
    padding: 40px 20px;
}

#salon-info .info ul.out_wrap li .txt h3 {
    font-size: 16px;
    color: #fec68a;
    margin-bottom: 10px;
}

#salon-info .info ul.out_wrap li .txt p {
    color: #ffffff;
}

#salon-info .info ul.out_wrap li .txt p:nth-child(2) {
    margin-bottom: 20px;
}

#salon-info .s_info {
    padding: 40px 0;
}

#salon-info .s_info .col .fig {
    text-align: center;
    margin-bottom: 20px;
}

#salon-info .s_info .col .fig img {
    width: 229px;
    margin: 0 auto 10px;
}

#salon-info .s_info .col .fig span {
    font-size: 12px;
}

#salon-info .s_info .col .txt .block {
    margin-bottom: 10px;
}

#salon-info .s_info .col .txt .block .tel {
    font-size: 20px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    color: #EF9936;
}

#salon-info .s_info .col .txt .block .tel a {
    color: #EF9936;
}

#salon-info .s_info .col .txt .block .tel span {
    font-size: 13px;
}

#salon-info .s_info .col .txt .block ul {
    overflow: hidden;
}

#salon-info .s_info .col .txt .block ul li {
    line-height: 175%;
    float: left;
}

#salon-info .s_info .col .txt .block ul li:first-child {
    width: 25%;
}

#salon-info .s_info .col .txt .block ul li:last-child {
    width: 75%;
}

#salon-info .s_info .col .txt .block:last-child {
    margin-bottom: 0;
}

#salon-info .cal {
    max-width: 350px;
    margin: auto;
    margin-top: 30px;
}

#salon-info .map .inner {
    margin-bottom: 0;
}

#salon-info .map .inner iframe {
    vertical-align: bottom;
}

@media (min-width: 768px) {
    #overlay .fig {
        background-attachment: fixed;
    }

    #topics .inner, #blog .inner {
        margin-bottom: 0;
    }

    #staff .staff_archive {
        overflow: hidden;
        margin: -5px;
    }

    #staff .staff_archive:not(:last-child) {
        margin-bottom: 30px;
    }

    #staff .staff_archive .col {
        float: left;
        width: 33.3333%;
        padding: 5px;
    }

    #menu .menu_archive {
        overflow: hidden;
        margin: -10px;
    }

    #menu .menu_archive .col {
        float: left;
        width: 50%;
        padding: 10px;
    }

    #salon-info .info .out_wrap li .in_wrap {
        overflow: hidden;
    }

    #salon-info .info .out_wrap li .in_wrap li {
        float: left;
        width: 50%;
    }

    #salon-info .s_info {
        display: table;
        width: 100%;
    }

    #salon-info .s_info .col {
        display: table-cell;
        vertical-align: middle;
        width: 50%;
    }

    #topics .archive, #blog .archive {
        overflow: hidden;
        margin: -5px;
    }

    #topics .archive .post, #blog .archive .post {
        float: left;
        width: 33.3333%;
        padding: 5px;
        margin-bottom: 0;
    }
}

@media (min-width: 1170px) {
    #concept_t, #topics_t, #blog_t, #staff_t, #menu_t, #salon_info_t {
        margin-top: -115px;
        padding-top: 115px;
    }

    #slider .slide_logo {
        width: 300px;
    }

    #concept {
        padding-top: 85px;
    }

    #concept h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }

    #overlay .fig {
        height: 350px;
    }

    #staff .staff_archive {
        margin: -10px;
    }

    #staff .staff_archive .col {
        padding: 10px;
    }

    #staff .staff_archive .col .txt h3 {
        font-size: 16px;
    }

    #salon-info .info .out_wrap {
        overflow: hidden;
    }

    #salon-info .info.left .out_wrap li {
        float: left;
        width: 50%;
    }

    #salon-info .info.right .out_wrap li {
        float: right;
        width: 50%;
    }

    #salon-info .info ul.out_wrap li {
        position: relative;
    }

    #salon-info .info ul.out_wrap li .txt {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        width: 80%;
        padding: 0;
    }

    #salon-info .info.left ul.out_wrap li .txt {
        left: 10%;
    }

    #salon-info .info.right ul.out_wrap li .txt {
        right: 10%;
    }

    #salon-info .s_info {
        padding: 80px 0;
    }

    #topics .archive, #blog .archive {
        margin: -10px;
    }

    #topics .archive .post, #blog .archive .post {
        padding: 10px;
    }

    #topics .archive .post h3, #blog .archive .post h3 {
        font-size: 16px;
    }
}

/*-------------------------------------------------
    top page css
-------------------------------------------------*/
/* archive page */
#page {
    padding: 65px 0;
}

#page .contents_left {
    margin-bottom: 65px;
}

#page .contents_left .sec_title {
    margin-bottom: 40px;
}

#page .contents_left .wrap .inner .fig {
    margin-bottom: 10px;
}

#page .contents_left .wrap .inner .conte .title h3 {
    font-size: 15px;
}

#page .contents_right .wrap {
    margin-bottom: 40px;
}

#page .contents_right .wrap .aside_title {
    margin-bottom: 20px;
}

#page .contents_right .wrap .aside_title h3 {
    font-size: 18px;
}

#page .contents_right .wrap .inner {
    margin-bottom: 20px;
}

#page .contents_right .wrap .inner .col {
    display: table;
    width: 100%;
    padding-bottom: 10px;
}

#page .contents_right .wrap .inner .col .left {
    display: table-cell;
    vertical-align: top;
    width: 30%;
}

#page .contents_right .wrap .inner .col .right {
    display: table-cell;
    vertical-align: top;
    width: 70%;
    padding: 0 15px;
}

#page .contents_right .wrap .inner .col .right .txt .meta {
    line-height: 100%;
    margin-bottom: 3px;
}

#page .contents_right .wrap .inner .col .right .txt h4 {
    font-size: 12px;
    font-weight: 400;
}

#page .contents_right .wrap .more a {
    color: #EF9936;
    font-family: 'Roboto', sans-serif;
}

/* pagenation */
.page_nation {
    text-align: center;
    padding-top: 4rem;
}

.page_nation .pg_inner {
    display: inline-block;
}

.page_nation .pg_inner span, .page_nation .pg_inner a {
    width: 30px;
    line-height: 30px;
    border: solid #e8e8e8 1px;
    text-align: center;
    margin: 0 2px;
    display: inline-block;
}

.page_nation .pg_inner span {
    border: solid #689C97 1px;
    background-color: #689C97;
    color: #ffffff;
}

/* single page */
#page .contents_left .single_header h2 {
    font-size: 18px;
}

#page .contents_left .single_header .meta {
    width: 100%;
    border-top: solid #e8e8e8 1px;
    border-bottom: solid #e8e8e8 1px;
    margin-top: 10px;
    margin-bottom: 20px;
}

@media (min-width: 768px) {
    #page .container {
        overflow: hidden;
    }

    #page .container .contents_left {
        float: left;
        width: 60%;
        margin-right: 5%;
    }

    #page .container .contents_right {
        float: left;
        width: 35%;
    }
}

@media (min-width: 1024px) {
    #page {
        padding: 115px 0;
    }

    #page .container .contents_left .wrap .inner {
        display: table;
        width: 100%;
        margin-bottom: 20px;
    }

    #page .container .contents_left .wrap .inner .fig {
        display: table-cell;
        vertical-align: top;
        width: 35%;
    }

    #page .container .contents_left .wrap .inner .conte {
        display: table-cell;
        vertical-align: top;
        width: 65%;
        padding: 15px 20px;
    }
}

@media (min-width: 1170px) {
    #page .container .contents_left {
        width: 65%;
        margin-right: 8%;
    }

    #page .container .contents_right {
        width: 27%;
    }

    #page .contents_left .single_header h2 {
        font-size: 21px;
    }
}

/*-------------------------------------------------
    footer css
-------------------------------------------------*/
#footer {
    background-color: #9da0a0;
    padding: 40px 0;
}

#footer .wrap .col ul {
    overflow: hidden;
    border-bottom: solid #fec68b 1px;
    margin-bottom: 40px;
    padding-bottom: 40px;
}

#footer .wrap .col ul li {
    float: left;
    width: 33.3333%;
    text-align: center;
}

#footer .wrap .col ul li a {
    color: #fec68b;
    line-height: 200%;
    font-family: 'Roboto', sans-serif;
}

#footer .wrap .col img {
    width: 160px;
    margin: 0 auto;
    padding-bottom: 5rem;
}

@media (min-width: 768px) {
    #footer .wrap .col ul li {
        width: 20%;
    }
}

@media (min-width: 1170px) {
    #footer {
        padding: 40px 0 60px;
    }

    #footer .wrap .col ul li {
        width: calc(100%/8);
    }

    #footer .wrap .col ul {
        margin-bottom: 60px;
    }
}

/* FIXED BUTTON */
#fixed_bt {
    position: fixed;
    right : 0;
    bottom: 30px;
    width: 100%;
    background-color: rgba(202, 108, 0, 0.5);
    padding: 0 10px;
    z-index: 3;
}

#fixed_bt ul {
    overflow: hidden;
}

#fixed_bt ul li {
    float: left;
    width: 25%;
}

#fixed_bt ul li a {
    display: block;
    text-align: center;
    padding: 8px 5px;
    color: #fff;
}

#fixed_bt ul li a img {
    width: 25px;
    margin: 0 auto 5px auto;
}

#fixed_bt ul li a span {
    display: block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0;
}

@media (min-width: 1024px) {
    /* FIXED BUTTON */
	#fixed_bt {
        bottom: 50px;
        width: 20%;
        padding: 0 10px 0 0;
    }

    #fixed_bt ul li {
        width: 50%;
    }

    #fixed_bt ul li:nth-child(1), #fixed_bt ul li:nth-child(2) {
        border-bottom: solid rgba(255,255,255,1.00) 1px;
    }

    #fixed_bt ul li:nth-child(1), #fixed_bt ul li:nth-child(3) {
        border-right: solid rgba(255,255,255,1.00) 1px;
    }

    #fixed_bt ul li a {
        text-align: left;
        padding: 10px 15px;
    }

    #fixed_bt ul li a img {
        width: 30px;
    }

    #fixed_bt ul li a span {
        text-align: center;
        font-size: 13px;
        font-weight: normal;
        color: #fff;
        padding-top: 5px;
    }
}

.cal {
	max-width: 400px;
	margin-left: auto;
}
.cal .xo-event-calendar table.xo-month .month-header > span {
	font-size: 13px;
}
.cal .xo-event-calendar table.xo-month button > span {
	font-size: 13px;
}
  .cal .xo-event-calendar table.xo-month > thead th.sunday,
  .cal .xo-event-calendar table.xo-month > thead th.saturday {
    color: #000000; }
  .cal .xo-event-calendar table.xo-month > thead th {
    font-weight: 400;
    font-size: 11px;
    padding: 10px 0; }
  .cal .xo-event-calendar table.xo-month .month-dayname td div {
    font-family: 'Roboto', sans-serif;
    font-size: 11px;
    letter-spacing: .05em; }
  .cal .xo-event-calendar p.holiday-title {
    font-size: 11px; }
  .cal .xo-event-calendar p.holiday-title span {
    border: none;
    padding: 0 0 0 15px; }
  .cal .xo-event-calendar table.xo-month .month-dayname td div.today {
    color: #000000; }

@media (max-width: 599px) {
  .cal .xo-event-calendar table.xo-month .month-header > span {
    font-size: 13px; }
  .cal .xo-event-calendar table.xo-month button > span {
    font-size: 12px; }
  .cal .xo-event-calendar table.xo-month > thead th {
    font-size: 11px;
    padding: 10px 0; }
  .cal .xo-event-calendar table.xo-month .month-dayname td div {
    font-size: 11px; }
  .cal .xo-event-calendar p.holiday-title {
    font-size: 11px; }
  .cal .xo-event-calendar p.holiday-title span {
    padding: 0 0 0 15px; } }
