@charset "UTF-8";
/* CSS Document */

/* ----------------------------------------------------------------------------------------------------
*  基本情報
* --------------------------------------------------------------------------------------------------*/

html {
    font-size: 62.5%;
    overflow-y: scroll;
}

body {
    font-size: 1rem;
    background-color: #fff;
    line-height: 1.8;
    color: #000000;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
    margin: 0;
    padding: 0;
    border: none;
    list-style-type: none;
    font-style: normal;
    font-weight: 400;
    line-height: 1.8;
    -webkit-font-smoothing: antialiased;
}

/*フォントサイズ一括指定*/
h1,
h2,
h3,
h4,
h5,
h6,
p,
address,
ul,
ol,
li,
dl,
dt,
dd,
table,
th,
td,
img,
form {
    font-size: 14px;
    font-size: 1.4rem;
}

/*Uikit listスタイル復活*/
.uk-list-disc {
    list-style-type: disc;
}

.uk-list-disc li {
    list-style-type: disc;
}

/*body {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

body>.contents {
    flex: 1;
    position: relative;
    overflow-x: hidden;
    overflow: hidden;
}*/

.uk-link, a {
    color: #006370;
}
.uk-link:hover, a:hover {
    color: #006370;
}

img {
    -webkit-backface-visibility: hidden;
}

#header,
#main,
#footer {
    width: 100%;
}

a {
    -webkit-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out;
}

a:hover {
    opacity: 0.7;
}


/* ------------------------------------------------------------------------------
    Header & Navigation
-------------------------------------------------------------------------------*/
header {
    overflow: hidden;
    border-bottom: 1px solid #cc0022;
    background-image: url(../images/head_line2.png);
    background-size: auto 12px;
    background-repeat: no-repeat;
    background-position: left bottom;
    padding: 5px 5px 10px;
    box-sizing: border-box;
}

.logo_area img {
    width: 250px;
}


/* ------------------------------------------------------------------------------
    Button
-------------------------------------------------------------------------------*/

.uk-button {
    /*transition: .3s ease-in-out;*/
    box-sizing: border-box;
    font-size: 14px;
}

@media (max-width: 959px) {
    .uk-button {
        font-size: 12px;
    }
}

.uk-button.w170 {
    width: 170px;
}

.uk-button-default,
.uk-button-secondary {
    padding: 5px 25px 5px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
}

@media (max-width: 959px) {
    .uk-button-default,
    .uk-button-secondary {
        padding: 3px 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.uk-button-default {
    color: #000;
    border: 1px solid #cccccc;
}

.uk-button-secondary {
    background-color: #4a4a4a;
    color: #fff;
    border: 1px solid #4a4a4a;
}

.uk-button-default.uk-active,
.uk-button-default:active,
.uk-button-default:hover {
    background-color: #ccc;;
}

.uk-button-default.arrowRight {
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
}

@media (max-width: 959px) {
    .uk-button-default.arrowRight {
        padding-right: 27px;
        padding-left: 20px;
    }
}

.uk-button-default.arrowRight::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: scaleX(0.8) rotate(45deg);
    -ms-transform: scaleX(0.8) rotate(45deg);
    -o-transform: scaleX(0.8) rotate(45deg);
    transform: scaleX(0.8) rotate(45deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .uk-button-default.arrowRight::after {
        right: 10px;
    }
}

.uk-button-default.arrowLeft {
    position: relative;
    padding-right: 30px;
    padding-left: 40px;
}

@media (max-width: 959px) {
    .uk-button-default.arrowLeft {
        padding-right: 20px;
        padding-left: 27px;
    }
}

.uk-button-default.arrowLeft::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #000;
    border-right: 2px solid #000;
    -webkit-transform: scaleX(0.8) rotate(225deg);
    -ms-transform: scaleX(0.8) rotate(225deg);
    -o-transform: scaleX(0.8) rotate(225deg);
    transform: scaleX(0.8) rotate(225deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .uk-button-default.arrowLeft::after {
        left: 10px;
    }
}




.uk-button-secondary.arrowRight {
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
}

@media (max-width: 959px) {
    .uk-button-secondary.arrowRight {
        padding-right: 27px;
        padding-left: 20px;
    }
}

.uk-button-secondary.arrowRight::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scaleX(0.8) rotate(45deg);
    -ms-transform: scaleX(0.8) rotate(45deg);
    -o-transform: scaleX(0.8) rotate(45deg);
    transform: scaleX(0.8) rotate(45deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .uk-button-secondary.arrowRight::after {
        right: 10px;
    }
}

.but_green {
    padding: 5px 25px 5px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    background-color: #006370;
    color: #fff;
    border: solid 1px #006370;
}

.but_green.lh28 {
    line-height: 28px !important;
}

@media (max-width: 959px) {
    .but_green {
        padding: 3px 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.but_green:hover {
    color: #fff;
}

.but_green.arrowRight {
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
}

@media (max-width: 959px) {
    .but_green.arrowRight {
        padding-right: 27px;
        padding-left: 20px;
    }
}

.but_green.arrowRight::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scaleX(0.8) rotate(45deg);
    -ms-transform: scaleX(0.8) rotate(45deg);
    -o-transform: scaleX(0.8) rotate(45deg);
    transform: scaleX(0.8) rotate(45deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .but_green.arrowRight::after {
        right: 10px;
    }
}

.but_green.arrowLeft {
    position: relative;
    padding-right: 30px;
    padding-left: 40px;
}

@media (max-width: 959px) {
    .but_green.arrowLeft {
        padding-right: 20px;
        padding-left: 27px;
    }
}

.but_green.arrowLeft::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scaleX(0.8) rotate(225deg);
    -ms-transform: scaleX(0.8) rotate(225deg);
    -o-transform: scaleX(0.8) rotate(225deg);
    transform: scaleX(0.8) rotate(225deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .but_green.arrowLeft::after {
        left: 10px;
    }
}

.but_grey {
    padding: 5px 25px 5px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    background-color: #C9C9C9;
    color: #666;
    border: solid 1px #C9C9C9;
}

@media (max-width: 959px) {
    .but_grey {
        padding: 3px 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.but_grey:hover {
    color: #fff;
}

.but_purple {
    padding: 5px 25px 5px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    background-color: #c0167b;
    color: #fff;
    border: solid 1px #c0167b;
}

@media (max-width: 959px) {
    .but_purple {
        padding: 3px 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.but_purple:hover {
    color: #fff;
}

.but_purple.arrowRight {
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
}

@media (max-width: 959px) {
    .but_purple.arrowRight {
        padding-right: 27px;
        padding-left: 20px;
    }
}

.but_purple.arrowRight::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    -webkit-transform: scaleX(0.8) rotate(45deg);
    -ms-transform: scaleX(0.8) rotate(45deg);
    -o-transform: scaleX(0.8) rotate(45deg);
    transform: scaleX(0.8) rotate(45deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .but_purple.arrowRight::after {
        right: 10px;
    }
}

.but_green_outline {
    padding: 5px 25px 5px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    background-color: #fff;
    color: #006370;
    border: 1px solid #006370;
}

@media (max-width: 959px) {
    .but_green_outline {
        padding: 3px 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.but_green_outline:hover {
    color: #006370;
}

.but_green_outline.arrowRight {
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
}

@media (max-width: 959px) {
    .but_green_outline.arrowRight {
        padding-right: 27px;
        padding-left: 20px;
    }
}

.but_green_outline.arrowRight::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #006370;
    border-right: 2px solid #006370;
    -webkit-transform: scaleX(0.8) rotate(45deg);
    -ms-transform: scaleX(0.8) rotate(45deg);
    -o-transform: scaleX(0.8) rotate(45deg);
    transform: scaleX(0.8) rotate(45deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .but_green_outline.arrowRight::after {
        right: 10px;
    }
}

.but_purple_outline {
    padding: 5px 25px 5px 25px;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 32px;
    background-color: #fff;
    color: #c0167b;
    border: 1px solid #c0167b;
}

@media (max-width: 959px) {
    .but_purple_outline {
        padding: 3px 20px;
        font-size: 12px;
        font-size: 1.2rem;
    }
}

.but_purple_outline:hover {
    color: #c0167b;
}

.but_purple_outline.arrowRight {
    position: relative;
    padding-right: 40px;
    padding-left: 30px;
}

@media (max-width: 959px) {
    .but_purple_outline.arrowRight {
        padding-right: 27px;
        padding-left: 20px;
    }
}

.but_purple_outline.arrowRight::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 6px;
    height: 6px;
    margin-top: -4px;
    border-top: 2px solid #c0167b;
    border-right: 2px solid #c0167b;
    -webkit-transform: scaleX(0.8) rotate(45deg);
    -ms-transform: scaleX(0.8) rotate(45deg);
    -o-transform: scaleX(0.8) rotate(45deg);
    transform: scaleX(0.8) rotate(45deg);
    -webkit-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

@media (max-width: 959px) {
    .but_purple_outline.arrowRight::after {
        right: 10px;
    }
}


/* ------------------------------------------------------------------------------
    余白
-------------------------------------------------------------------------------*/

.apc-mt60 {margin-top: 60px!important;}
.apc-mt50 {margin-top: 50px!important;}
.apc-mt40 {margin-top: 40px!important;}
.apc-mt30 {margin-top: 30px!important;}
.apc-mt20 {margin-top: 20px!important;}
.apc-mt15 {margin-top: 15px!important;}
.apc-mt10 {margin-top: 10px!important;}
.apc-mt5 {margin-top: 5px!important;}
.apc-mt0 {margin-top: 0!important;}
.apc-mb60 {margin-bottom: 60px!important;}
.apc-mb50 {margin-bottom: 50px!important;}
.apc-mb40 {margin-bottom: 40px!important;}
.apc-mb30 {margin-bottom: 30px!important;}
.apc-mb20 {margin-bottom: 20px!important;}
.apc-mb15 {margin-bottom: 15px!important;}
.apc-mb10 {margin-bottom: 10px!important;}
.apc-mb5 {margin-bottom: 5px!important;}
.apc-mb0 {margin-bottom: 0!important;}
.apc-ml20 {margin-left: 20px!important;}
.apc-ml15 {margin-left: 15px!important;}
.apc-ml10 {margin-left: 10px!important;}
.apc-ml5 {margin-left: 5px!important;}
.apc-ml0 {margin-left: 0!important;}
.apc-mr20 {margin-right: 20px!important;}
.apc-mr15 {margin-right: 15px!important;}
.apc-mr10 {margin-right: 10px!important;}
.apc-mr5 {margin-right: 5px!important;}
.apc-mr0 {margin-right: 0!important;}
.apc-pt60 {padding-top: 60px!important;}
.apc-pt50 {padding-top: 50px!important;}
.apc-pt40 {padding-top: 40px!important;}
.apc-pt30 {padding-top: 30px!important;}
.apc-pt20 {padding-top: 20px!important;}
.apc-pt15 {padding-top: 15px!important;}
.apc-pt10 {padding-top: 10px!important;}
.apc-pt5 {padding-top: 5px!important;}
.apc-pt0 {padding-top: 0!important;}
.apc-pb20 {padding-bottom: 20px!important;}
.apc-pb10 {padding-bottom: 10px!important;}
.apc-pb3 {padding-bottom: 3px!important;}
.apc-pb30 {padding-bottom: 30px!important;}
.apc-pb0 {padding-bottom: 0!important;}
.apc-pl0 {padding-left: 0!important;}

.p5 {padding: 0.5%;}
.p10 {padding: 1%;}
.p15 {padding: 1.5%;}
.p20 {padding: 2%;}
.p30 {padding: 3%;}
.p40 {padding: 4%;}
.p2010 {padding: 2% 1%;}
.p1020 {padding: 1% 2%;}
.p10-0 {padding: 1% 0%;}
.p5px {padding: 5px;}
.p6px {padding: 6px;}
.p7px {padding: 7px;}
.pl10 {padding-left: 1%;}
.pl20 {padding-left: 2%;}
.pl30 {padding-left: 3%;}
.pr10 {padding-right: 1%;}
.pr20 {padding-right: 2%;}
.pr30 {padding-right: 3%;}
.p5px {padding: 5px;}
.p10px {padding: 10px;}
.p20px {padding: 20px;}
.p1020px {padding: 10px 20px;}
.p1510px {padding: 15px 10px;}
.p1510px {padding: 15px 10px;}
.pb10px {padding-bottom: 10px;}
.pb20px {padding-bottom: 20px;}
.mb5px {margin-bottom: 5px;}
.mb10 {margin-bottom: 1% !important;}
.mb20 {margin-bottom: 2% !important;}
.mb10px {margin-bottom: 10px !important;}
.mb20px {margin-bottom: 20px !important;}
.mb40 {margin-bottom: 8% !important;}
.mb40px {margin-bottom: 40px !important;}
.mb60px {margin-bottom: 60px !important;}
.mt10 {margin-top: 1%;}
.mt20 {margin-top: 2%;}
.mt30 {margin-top: 3%;}
.mt40 {margin-top: 4%;}
.mt10px {margin-top: 10px;}
.mr10 {margin-right: 1%;}
.mr10px {margin-right: 10px;}
.mr20 {margin-right: 2%;}
.mr20px {margin-right: 20px;}


/* ------------------------------------------------------------------------------
    フォント
-------------------------------------------------------------------------------*/

.apc-fs20 {font-size: 20px;font-size: 2rem;}
.apc-fs18 {font-size: 18px;font-size: 1.8rem;}
.apc-fs16 {font-size: 16px;font-size: 1.6rem;}
.apc-fs14 {font-size: 14px;font-size: 1.4rem;}
.apc-fs13 {font-size: 13px;font-size: 1.3rem;}
.apc-fs12 {font-size: 12px;font-size: 1.2rem;}
.apc-fs10 {font-size: 10px;font-size: 1rem;}
.apc-fs9 {font-size: 9px;font-size: .9rem;}
.apc-fs8 {font-size: 8px;font-size: .8rem;}
.apc-fw-b {font-weight: bold !important;}
.apc-fw-n {font-weight: normal !important;}
.apc-c-red {color: red !important;}
.apc-ta-l {text-align: left !important;}
.apc-ta-c {text-align: center !important;}
.apc-ta-r {text-align: right !important;}
.apc-td-u {text-decoration: underline !important;}
.fwB {font-weight: bold !important;}
.fs10 {font-size: 10px !important;line-height: 1.8em;}
.fs11 {font-size: 11px !important;line-height: 1.8em;}
.fs12 {font-size: 12px !important;line-height: 1.8em;}
.fs14 {font-size: 14px !important;line-height: 1.8em;}
.fs15 {font-size: 15px !important;line-height: 1.8em;}
.fs16 {font-size: 16px !important;line-height: 1.8em;}
.fs18 {font-size: 18px !important;line-height: 1.8em;}
.fs20 {font-size: 20px !important;line-height: 1.8em;}
.fs26 {font-size: 26px !important;line-height: 1.8em;}
.fs26 {font-size: 26px !important;line-height: 1.8em;}
.fs30 {font-size: 30px !important;line-height: 1.8em;}
.fsS {font-size: 80% !important;line-height: 1.8em;}
.fsL {font-size: 120% !important;line-height: 1.8em;}
.fs09rem {font-size: 0.9rem !important;line-height: 1.8em;}
.fs10rem {font-size: 1.0rem !important;line-height: 1.8em;}
.fs11rem {font-size: 1.1rem !important;line-height: 1.8em;}
.fs12rem {font-size: 1.2rem !important;line-height: 1.8em;}
.fs14rem {font-size: 1.4rem !important;line-height: 1.8em;}
.fs16rem {font-size: 1.6rem !important;line-height: 1.8em;}
.fs18rem {font-size: 1.8rem !important;line-height: 1.8em;}
.fs20rem {font-size: 2.0rem !important;line-height: 1.8em;}
.fs10em {font-size: 1.0em !important;line-height: 1.8em;}
.fs11em {font-size: 1.1em !important;line-height: 1.8em;}
.fs12em {font-size: 1.2em !important;line-height: 1.8em;}
.fs13em {font-size: 1.3em !important;line-height: 1.8em;}
.fs14em {font-size: 1.4em !important;line-height: 1.8em;}
.fs15em {font-size: 1.5em !important;line-height: 1.8em;}
.fs16em {font-size: 1.6em !important;line-height: 1.8em;}
.fs18em {font-size: 1.8em !important;line-height: 1.8em;}
.fs20em {font-size: 2.0em !important;line-height: 1.8em;}

.text-green {color: #006370;}
.text-lightgreen {color: #009eb7;}
.text-grey {color: gray;}
.text-purple {color: #c0167b;}
.text-white {color: #fff;}
.text-default {color: #000 !important;}



/* ------------------------------------------------------------------------------
    線
-------------------------------------------------------------------------------*/

.borderPurple {border: 1px solid #c0167b;}
.borderGrey {border: 1px solid #b9b9b9;}
.borderGreen {border: 1px solid #009eb7;}
.borderGreenTop {border-top: 2px solid #009eb7;}
.borderGreenBottom {border-bottom: 2px solid #009eb7;}
.borderPurpleTop {border-top: 2px solid #c0167b;}
.borderPurpleBottom {border-bottom: 2px solid #c0167b;}

.roundedS {border-radius: 5px;}
.roundedL {border-radius: 15px;}



/* ------------------------------------------------------------------------------
    背景
-------------------------------------------------------------------------------*/

.bgGrey {background: #f2f3f0;}
.bgGrey2 {background: #fafafa;}
.bgWhite {background: #FFFFFF;}
.bgGreen {background: #009eb7;}
.bgRed {background: #ff5454;}

/* ------------------------------------------------------------------------------
    main
-------------------------------------------------------------------------------*/
main {
    position: relative;
}


/* ------------------------------------------------------------------------------
    section
-------------------------------------------------------------------------------*/
.section {
    width: 100%;
    padding: 50px 0;
}

.contents_inner {
    padding: 30px;
}

.section-title {
    font-size: 25px;
    font-size: 2.5rem;
    font-weight: bold;
    text-align: center;
    letter-spacing: 2px;
}


/* ------------------------------------------------------------------------------
    form
-------------------------------------------------------------------------------*/

/* form-reset */

.contents input[type="submit"],
.contents input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    border: none;
    box-sizing: border-box;
    cursor: pointer;
}

.contents input[type="submit"]::-webkit-search-decoration,
.contents input[type="button"]::-webkit-search-decoration {
    display: none;
}

.contents input[type="submit"]::focus,
.contents input[type="button"]::focus {
    outline-offset: -2px;
}

/* checkbox */

/* checkbox & radio */

.contents .uk-radio,
.contents .uk-checkbox {
    background-color: #FFF;
    border: 1px solid #e5e5e5;
}

.contents .uk-checkbox {
    border-radius: 3px;
}

.contents .uk-radio:checked,
.contents .uk-checkbox:checked {
    background-color: #FFF;
}

.contents .uk-checkbox:checked {
    background-image: url("data:image/svg+xml;base64,PHN2ZyBhcmlhLWhpZGRlbj0idHJ1ZSIgZGF0YS1wcmVmaXg9ImZhcyIgZGF0YS1pY29uPSJjaGVjayIgY2xhc3M9InN2Zy1pbmxpbmUtLWZhIGZhLWNoZWNrIGZhLXctMTYiIHJvbGU9ImltZyIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHBhdGggZmlsbD0iY3VycmVudENvbG9yIiBkPSJNMTczLjg5OCA0MzkuNDA0bC0xNjYuNC0xNjYuNGMtOS45OTctOS45OTctOS45OTctMjYuMjA2IDAtMzYuMjA0bDM2LjIwMy0zNi4yMDRjOS45OTctOS45OTggMjYuMjA3LTkuOTk4IDM2LjIwNCAwTDE5MiAzMTIuNjkgNDMyLjA5NSA3Mi41OTZjOS45OTctOS45OTcgMjYuMjA3LTkuOTk3IDM2LjIwNCAwbDM2LjIwMyAzNi4yMDRjOS45OTcgOS45OTcgOS45OTcgMjYuMjA2IDAgMzYuMjA0bC0yOTQuNCAyOTQuNDAxYy05Ljk5OCA5Ljk5Ny0yNi4yMDcgOS45OTctMzYuMjA0LS4wMDF6Ij48L3BhdGg+PC9zdmc+")
}

.contents .uk-radio:checked {
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAyMy4wLjEsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0i44Os44Kk44Ok44O8XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCINCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgNiA2IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA2IDY7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxjaXJjbGUgY3g9IjMiIGN5PSIzIiByPSIwLjk4Ii8+DQo8L3N2Zz4NCg==");
}

.contents label + label {
    margin-left: 1em;
}

/* select */

.contents select {
    background: #FFF;
    border-radius: 5px;
    padding-left: 20px;
    color: #8f8d8d;
    line-height: 1.1em;
}

.contents select:focus {
    border: 1px solid #f2cbcb;
}

/* label */

.contents label {
    cursor: pointer;
}

/* textarea */

.contents textarea {
    resize: vertical;
}

/* datepicker */

.ui-widget-header {
    background: #FFF;
}

.ui-state-default,
.ui-widget-content .ui-state-default {
    background: #e6e6e6;
}

/* 必須ラベル */

.info {
    display: inline-block;
    margin-left: 1em;
    background: #c0167b;
    color: #FFF;
    padding: 0 3px 2px 3px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: normal;
}

/* error message ------------------- */

.message-box,
.error-box ,
.header_msg_info,
.header_msg_error {
    /* margin: 30px auto; */
    padding: 0.5em 2em;
    line-height: 1.4;
    font-size: 1.4rem;
    font-size: 14px;
    border-radius: 4px;
}

.message-box,
.error-box {
}

.message-box {
    background: #fcd6ea;
}

.error-box {
    background: #cc0000;
    color: #fff;
}

.message-box p,
.error-box p {
    text-align: left;
    line-height: 1.4;
    font-size: 1.4rem;
    font-size: 14px;
    font-weight: bold;
}

.error-box p + p{
    margin-top: 0.5em;
}

.header_msg_info {
    background: #b2e0f8;
    color: #1c8ac3;
}

.header_msg_error {
    background: #ffb8b8;
    color: #f12c2c;
}

/*ページ送り*/

.uk-pagination {
    border-radius: .25rem;
}

.uk-pagination>li {
    padding-left: 0;
}

.uk-pagination li:first-child a {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.uk-pagination li:last-child a {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.uk-pagination li:first-child span {
    border-top-left-radius: .25rem;
    border-bottom-left-radius: .25rem;
}

.uk-pagination li:last-child span {
    border-top-right-radius: .25rem;
    border-bottom-right-radius: .25rem;
}

.uk-pagination li a {
    border: 1px solid #ccc;
    background: #ccc;
    padding: .5rem .75rem;
    font-size: 14px;
    color: #fff;
    margin-left: -1px;
}

.uk-pagination li>span {
    border: 1px solid #ccc;
    background: #ccc;
    padding: .5rem .75rem;
    font-size: 14px;
    color: #fff;
    margin-left: -1px;
}

.uk-pagination li.uk-active>span {
    border: 1px solid #c52d85;
    background: #c52d85;
    color: #fff;
}

/* contents -------------------------------------- */

.uk-container {
    margin: 0 auto;
    box-sizing: border-box;
}

/* pankuzu -----------------------------*/

.pankuzu {
    margin: 0 auto;
    padding: 5px 0;
    border-bottom: 1px solid #b9b9b9;
}

.pankuzu li{
	display: inline-block;
}

.pankuzu li , .pankuzu li a {
	font-size: 1.4rem;
	font-size: 14px;
    color: #000;
}

.pankuzu li a {
	text-decoration: underline;
}

.pankuzu li + li {
	padding-left: 0.5em;
}

.pankuzu li + li:before {
	content:'>';
	padding-right: 0.5em;
    color: #cc0022;
}


/* form-set ------------------------------------*/

.form-set {
	background: #FFF;
	padding: 3%;
	margin: 60px auto;
	border: 1px solid #b9b9b9;
    width: 100%;
    box-sizing: border-box;
}

/* form-set error*/

.form-set p.error {
	color: #c0167b;
    line-height: 1.4;
	font-size: 1.4rem;
	font-size: 14px;
}

/* form-set table */

.form-set table {
	margin: 0 auto;
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
.form-set table tr.error {
	background: #fcd6ea;
}
.form-set table tr.error p.error {
	margin-bottom: 5px;
}

.form-set table th, .form-set table td {
	text-align: left;
	font-size: 14px;
	font-size: 1.4rem;
	vertical-align: middle;
    border-bottom: 1px dashed #ededed;
}
.form-set table th {
	padding: 1.5em 3em;
    width: 35%;
    font-weight: bold;
}
.form-set table th label > * {
	vertical-align: middle;
}

.form-set table th label > i {
	margin-left: 1em;
    font-size: 12px;
    font-size: 1.2rem;
}
.form-set table td {
	padding: 1.5em 1.5em 1.5em 0;
}
.form-set table th .info {
	display: inline-block;
    margin-left: 1em;
    vertical-align: middle;
    background: #c0167b;
    color: #FFF;
    padding: 1px 3px 0;
    border-radius: 3px;
    font-size: 10px;
    font-weight: normal;
}
.uk-input, .uk-select, .uk-textarea {
    border: 1px solid #ccc;
    color: #000;
}
.form-set .uk-input, .form-set .uk-select, .form-set .uk-textarea {
	border: 1px solid #ccc;
	border-radius: 5px;
}
.form-set .uk-textarea {
	padding: 1em 10px;
    resize: vertical;
}
.form-set .uk-checkbox {
	border-radius: 3px;
}
.form-set .btn-set {
	margin: 0 50px;
}
.form-set .uk-margin-small-top {
    margin-top: 0!important;
}

.form-set .kiyaku {
    text-align: center;
    margin: 3em auto 1.5em;
}
.fini p {
    line-height: 1.6;
}
.fini * + p {
    margin-top: 1.5em;
}
.fini p.last {
    margin-top: 3em;
}


/* gototop -------------------------------------------------------------- */

#pageTop {
	position: fixed;
	right: 15px;
	width: 35px;
	bottom: 0;
    z-index: 10;
}

#pageTop a {
	display: block;
	z-index: 10;
	padding: 8px 0 0 8px;
	border-radius: 30px;
	width: 35px;
	height: 35px;
	background-color: #676767;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	position: relative;
    border: 1px solid #FFF;
}

#pageTop a::before {
	font-family: "Font Awesome 5 Free";
	content: '\f106';
	font-size: 25px;
	color: #fff;
	position: absolute;
	width: 25px;
	height: 18px;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}


/* footer -------------------------------------------------------------- */

footer {
    min-width: auto;
}

.al-footer {
    height: 34px;
    width: 100%;
    position: absolute;
    display: block;
    bottom: 0;
    font-size: 13px;
    color: #666;
    /*transition: padding-left .5s ease;*/
    padding-left: 220px;
}

@media (max-width: 959px) {
    .al-footer {
        height: auto;
        padding-left: 3%;
        padding-right: 3%;
        padding-bottom: 10px;
        height: auto;
        /*position: relative;*/
        box-sizing: border-box;
    }
}

.al-footer ul {
    list-style-type: none;
}

@media (max-width: 959px) {
    .al-footer ul li {
        /*padding-left: 0;*/
        padding-top: 8px;
        font-size: 10px;
    }
}

.al-footer ul li a {
    color: #656565;
}

.fixPagetop {
    position: fixed;
    bottom: 15px;
    margin: 0;
    width: 70px;
    z-index: 10;
    right: 15px;
    transform: translate3d(0, 0, 0);
    cursor: pointer;
}


/* footer -------------------------------------------------------------- */

#footer {
	font-size:9pt;
	color:#fff;
    background-color: #cc0022;
    height: auto;
    padding: 10px 0;
}

#footer small {
    color: #ffffff;
    font-size: 13px;
    line-height: 1.5;
}

#footer h3 {
    font-weight: bold;
    padding: 1.5em 1em;
    border-bottom: 1px solid #333;
}

#footer h3 + ul ,
#footer .child ul {
    padding: 1.5em 0 1.5em 1em;
}
#footer h3 + ul li ,
#footer .child ul li {
    padding: 0 0 0.8em;
}
#footer h3 + ul li a ,
#footer .child ul li a {
    font-size: 12px;
    font-size: 1.2rem;
}

/* category ------------ */

#footer .category {
	background: #d1d0d0;
}
#footer .category .uk-container {
    padding: 55px 40px 23px 54px;
}
#footer .category h2 {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 30px;
}
#footer .category h2 span {
    font-size: 30px;
    font-size: 3.0rem;
    padding-right: 1em;
}
#footer .category .uk-container > ul > li {
    width: 210px;
    margin-right: 45px;
}
#footer .category .uk-container > ul > li:nth-child(4n) {
    margin-right: 0;
}


/* footer-main ------------ */

#footer .footer-main .uk-container {
    padding: 55px 40px;
}
#footer .footer-main .uk-container + .uk-container {
    padding-top: 0;
}
#footer .footer-main h3 {
    border-bottom: 1px solid #FFF;
    color: #FFF;
}
#footer .footer-main .uk-container > ul > li {
    width: 30%;
    margin-right: 45px;
}
#footer .footer-main li a {
    color: #FFF;
}
#footer .footer-main .uk-container > ul > li:last-child {
    margin-right: 0;
}


/* footer gl */
#footer .footer-main .uk-container > ul.f-gl > li {
    margin: 0 auto;
    width: auto;
}
#footer .f-gl li a {
    font-size: 12px;
    font-size: 1.2rem;
    color: #FFF;
}
#footer .f-gl li.sns-icon a {
    color: #676767;
    width: 26px;
    height: 26px;
    border-radius: 13px;
    font-size: 13px;
}
#footer .f-gl li.sns-icon a + a {
    margin-left: 9px;
}
#footer .copyright {
    border-top: 1px solid #FFF;
    padding-top: 40px;
    margin-top: 32px;
    color: #FFF;
}

.footer_menu {
    background: #fff;
    padding: 30px 0;
}

.footer_menu ul li a {
    display: block;
    padding-left: 10px;
    background-image: url("../images/arrow_red.png");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 6px auto;
    color: #000;
}
.footer_menu ul li a.disabled {
	pointer-events:none;
	color:#ccc;
}
.f_logo img {
    width: 250px;
}


/* ------------------------------------------------------------------------------
    予約確認ページ
-------------------------------------------------------------------------------*/

.icon_menu {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #b9b9b9;
}

.icon_menu_inner {
    padding: 0 80px;
    overflow: hidden;
    box-sizing: border-box;
}

.icon_menu a {
    display: block;
    border: 2px solid #000;
    border-radius: 5px;
    max-width: 100%;
}

.icon_menu a:hover {
    border-color: #009eb7;
    opacity: 1;
}

.icon_menu a.active {
    border: 3px solid #009eb7;
}

.icon_menu span.noLink {
    display: block;
    border: 2px solid #A0A3AA;
    border-radius: 5px;
    max-width: 100%;
    background: #DADCDC;
}

.icon_menu img {
    display: block;
    max-width: 100%;
}

.main_ttl {
    padding: 20px 0 10px;
    border-bottom: 1px solid #b9b9b9;
}

.main_ttl h2 {
    text-align: center;
    font-size: 30px;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 2.4rem;
    letter-spacing: 2px;
}

.main_ttl h2 span {
    font-size: 14px;
    font-size: 1.4rem;
    color: #009eb7;
    letter-spacing: 3px;
}

.user_name {
    margin-bottom: 0;
    font-size: 14px;
}

.uk-table th {
    font-size: 14px;
    font-size: 1.4rem;
    color: #005d8b !important;
    letter-spacing: 2px;
    font-weight: bold;
}


/* ------------------------------------------------------------------------------
    予約するページ
-------------------------------------------------------------------------------*/

.table-day .schedule-detail-modalBtn, .table-week .schedule-detail-modalBtn {
    position: absolute;
    padding: 5px 10px;
    top: -15px;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    text-align: left;
    display: block;
    z-index: 1000;
    border-radius: 6px;
    font-size: 12px;
}

/* ------------------------------------------------------------------------------
    パスワード再設定
-------------------------------------------------------------------------------*/

dl dt .info {
    margin-left: 0;
}



/* ------------------------------------------------------------------------------
    レスポンシブ
-------------------------------------------------------------------------------*/

@media screen and (min-width:960px) {
    .sp {
        display: none!important;
    }
    .sp-inline {
        display: none!important;
    }
    .sp-flex {
        display: none!important;
    }
}
@media screen and (max-width:959px) {
    .pc {
        display: none!important;
    }
    .sp {
        display: block;
    }
    .sp-inline {
        display: inline;
    }
    .sp-flex {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media (max-width: 959px) {
    
    /* header -------------------------------------- */
    
    header {
        overflow: hidden;
        border-bottom: 1px solid #cc0022;
        background-image: url(../images/head_line2.png);
        background-size: auto 6px;
        background-repeat: no-repeat;
        background-position: left bottom;
        padding: 5px 5px 7px;
    }
    .logo_area img {
        width: 150px;
    }
    
    .sp-top-header {
        padding: 10px;
        border-bottom: 2px solid #41bad0;
    }
    .sp-top-header h1 {
        margin: -5px 0 0 0;
    }
    .sp-top-header .sp_logo {
        width: 120px;
    }
    #header {
        /* box-shadow:0px 3px 5px 1px rgba(0,0,0,0.35); */
        box-shadow: none;
    }
    #header h1 {
        margin: 8px 0;
    }
    #header p i {
        display: inline-block;
        font-size: 19px;
        font-size: 1.9rem;
        margin-left: 1em;
    }
    #header .icon {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }
    .btn-sp {
        width: 20px;
        height: 20px;
        margin-right: 0;
        margin-left: 10px;
        margin-bottom: 0;
        position: relative;
    }
    .btn-sp .new_notice {
        display: block;
        position: absolute;
        left: -8px;
        top: -7px;
        width: 15px;
        height: 15px;
        background-color: #e173a4;
        border-radius: 50%;
        z-index: 9991;
    }
    .btn-sp a.menu-trigger {
        position: relative;
        width: 20px;
        height: 20px;
        z-index: 9990;
        padding: 0;
        margin: 0;
    }
    
    /*ハンバーガー*/
    .menu-trigger, .menu-trigger span {
        display: inline-block;
        -webkit-transition: all .4s;
        transition: all .4s;
        box-sizing: border-box;
        cursor: pointer;
    }
    .menu-trigger span {
        position: absolute;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #1c1814;
        border-radius: 2px;
    }
    .menu-trigger span:nth-of-type(1) {
        top: 1px;
    }
    .menu-trigger span:nth-of-type(2) {
        top: 9px;
    }
    .menu-trigger span:nth-of-type(3) {
        bottom: 1px;
    }
    .menu-trigger.active span:nth-of-type(1) {
        -webkit-transform: translateY(8.3px) rotate(-315deg);
        -ms-transform: translateY(8.3px) rotate(-315deg);
        transform: translateY(8.3px) rotate(-315deg);
    }
    .menu-trigger.active span:nth-of-type(2) {
        opacity: 0;
    }
    .menu-trigger.active span:nth-of-type(3) {
        -webkit-transform: translateY(-8.3px) rotate(315deg);
        -ms-transform: translateY(-8.3px) rotate(315deg);
        transform: translateY(-8.3px) rotate(315deg);
    }
    
    /* gl -----------------------*/
    
    #header .gl {
        display: none;
        position: absolute;
        z-index: 10;
        top: 0;
        left: 0;
        width: 100%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #333;
        padding: 58px 0 0 0;
    }
    #header .gl.active {
        display: block;
    }
    #header .gl > li {
        border-bottom: 1px solid #FFF;
    }
    #header .gl > li + li {
        margin-left: 0;
    }
    #header .gl li .child,
    #header .gl li .child2{
        position: relative;
         background: #333;
        padding: 0 ;
        width: 100%;
        left: 0;
        top: 0;
    }
    #header .gl li > a,
    #header .gl li > span {
        padding: 1em;
        display: block;
        width: 100%;
        box-sizing: border-box;
        text-align: center;
    }
    #header .gl li a{
        text-align: center;
        border-radius: 0;
        line-height: 1;
    }
    #header .gl > li span.active:after {
        content: "\f106";
    }
    
    /* ドロップダウンリスト時背景固定 */
    
    .scroll-prevent {
        position: fixed;
        z-index: -1;
        width: 100%;
        height: 100%;
        top: 0;
        right: 0;
    }
    
    /* main -------------------------------------- */
    
    #main {
        /*padding-bottom: 5%;*/
    }
    
    /* section -------------------------------------- */
    .contents_inner {
        padding: 20px;
    }

    
    /* error message ------------------- */

    .message-box,
    .error-box ,
    .header_msg_info,
    .header_msg_error {
        margin: 0 auto 5%;
        padding: 3%;
        font-size: 1.3rem;
        font-size: 13px;
    }
    .message-box p,
    .error-box p {
        font-size: 1.3rem;
        font-size: 13px;
    }
    
    /* form-set */

    .form-set {
		padding: 5% 2%;
		width: 100%;
		box-sizing: border-box;
	}
	.form-set .error-box {
		margin-bottom: 0;
	}
	.form-set h4 {
		text-align: left;
		font-size: 1.4rem;
		font-size: 14px;
		line-height: 1.6;
		padding: 0 0.8em;
	}
    
    .form-set table {
		margin: 0 auto 1em;
	}
	.form-set table th,  .form-set table td {
		/*text-align: center;*/
		display: block;
	}
	.form-set table tr:first-child td {
		border-top: none;
	}
	.form-set table th {
		padding: 3% 3% 0;
		border: none;
		font-size: 14px;
		font-size: 1.4rem;
        width: 100%;
	}
    .form-set table td {
		padding: 0 1em 1em;
	}
	.form-set table td .uk-child-width-auto {
		min-height: 18px;
	}
	.form-set .btn-set li:last-child {
		margin-top: 2%;
	}
	.form-set .btn-set {
		display: block;
		margin: 0 3%;
	}
	.form-set .btn-set li .uk-button {
		width: 100%;
		font-size: 12px;
		font-size: 1.2rem;
		height: 45px;
	}
    .form-set table td {
		padding: 3%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        /*-webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-wrap: wrap;*/
        flex-wrap: wrap;
	}
	.uk-form-width-small {
		width: 30%;
	}   
    
    /* thumbnail-box ------------------- */
    
    .thumbnail-box {
        width: 50%;
    }
    .thumbnail-box h3.title ,
    .thumbnail-box p.date{
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    /* list-general ------------------- */
    
    .list-general {
        border-top: 1px dashed #a8a8a8;
    }
    .list-general li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        padding: 3%;
    }
    .list-general li h3, .list-general li .title {
         font-size: 14px;
        font-size: 1.4rem;
    }
    .review-list .list-general li a > div ,
    .list-general li a .date {
        margin-left: 0;
        width: 100%;
    }
    .list-general li a .date {
        text-align: right;
        margin-top: 10px;
        font-size: 10px;
        font-size: 1.0rem;
    }
    .list-general li .title {
        margin-left: 0;
    }
    
    /* gototop -------------------------------------- */
    
	#pageTop a {
		padding: 0 0 0 10px;
		width: 28px;
		height: 38px;
        box-sizing: content-box;
	}
	.iphone #pageTop a {
		padding: 0 0 0 12px;
		width: 26px;
		line-height: 38px;
	}
    #pageTop a::before {
		height: 40px;
	}
    
    /* footer --------------------------------------------------------------------- */
    
    #footer h3 {
        font-weight: bold;
        padding: 1.5em 1em;
        border-bottom: 1px solid #333;
    }
    #footer h3 + ul {
        padding: 1.5em 0 1.5em 1em;
    }
    #footer h3 + ul li {
        padding: 0 0 0.8em;
    }
    #footer h3 + ul li a {
        font-size: 12px;
        font-size: 1.2rem;
    }
    
    /* footer-main ------------ */
    
    #footer .footer-main .uk-container {
        padding: 0;
    }
    #footer .footer-main h3 ,
    #footer .footer-main .child ul ,
    #footer .footer-main .child ul li {
        text-align: center;
        padding: 0;
    }
    #footer .footer-main ul li.sp > a ,
    #footer .footer-main .child ul li > a ,
    #footer .footer-main h3 a {
        font-size: 11px;
        font-size: 1.1rem;
        display: block;
        padding: 1.5em 3%;
        text-align: center;
    }
    #footer .footer-main ul li.sp > a ,
    #footer .footer-main h3 + ul li > a {
        border-bottom: 1px solid #FFF;
    }
    #footer .footer-main .uk-container > ul.uk-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    #footer .footer-main .uk-container > ul > li {
        width: 100%;
        margin-right: 0;
        box-sizing: border-box;
    }
    #footer .footer-main .uk-container > ul > li:last-child h3 a {
        font-weight: normal;
    }
    #footer .footer-main .uk-container > ul > li:last-child h3 a:after {
        display: none;
    }
    #footer .footer-main .uk-container > ul > li > h3 > a {
        position: relative;
    }
    #footer .footer-main .uk-container > ul > li > h3 > a:after {
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        content: "\f107";
        position: absolute;
        right: 3%;
    }
    #footer .footer-main .uk-container > ul > li > h3.active > a:after {
        content: "\f106";
    }
    
    /* アコーディオン以下 */
    #footer .footer-main .child {
        display: none;
    }
    #footer .footer-main .child ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        background: #d1d0d0;
    }
    #footer .footer-main .child ul li {
        width: 50%;
        border-bottom: 1px solid #676767;
        box-sizing: border-box;
         display: -webkit-box;
         display: -ms-flexbox;
         display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .footer-main .child ul li:nth-child(odd) {
        border-right: 1px solid #676767;
    }
    #footer .footer-main .child ul li:nth-last-child(-n + 2) {
        border-bottom: none;
    }
    #footer .footer-main .child ul li a {
        border: none;
        color: #333;
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    #footer .footer-main .child ul li a span span {
        display: inline-block;
    }

    /* footer gl */
    
    #footer .footer-main .uk-container > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding: 1em 3% 30px 3%;
        position: relative;
    }
    #footer .footer-main .uk-container > div > p.link {
        width: 100%;
        margin-bottom: 1.5em;
    }
    #footer .footer-main .uk-container > div > p.link a {
        display: block;
        text-align: center;
        border: 1px solid #FFF;
        color: #FFF;
        padding: 1em 3%;
        box-sizing: border-box;
        font-size: 11px;
        font-size: 1.1rem;
    }
    #footer .footer-main .uk-container > div ul.f-gl {
        width: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0 1em;
        box-sizing: border-box;
    }
    #footer .f-gl li {
        width: 100%;
        text-align: left;
        margin-bottom: 1em;
    }
    #footer .f-gl li a {
        font-size: 10px;
        font-size: 1.0rem;
    }
    #footer .f-gl li.sns-icon {
        position: absolute;
        right: 3%;
        bottom: 0;
        width: auto;
    }

    /* copyright */
    #footer .copyright {
        background: #333;
        border: none;
        padding: 1.5em 3% ;
        margin-top: 0;
        font-size: 11px;
        font-size: 1.1rem;
    }
    #footer .copy {
        margin-top: 5px;
    }
    .footer_menu {
        padding: 20px 0;
    }
    .footer_menu ul li {
        border-top: 1px solid #e5e5e5;
        box-sizing: border-box;
        padding-top: 7px;
        padding-bottom: 7px;
        padding-left: 10px;
    }
    .footer_menu ul li.last_row {
        border-bottom: 1px solid #e5e5e5;
    }
    .footer_menu ul li a {
        display: block;
        padding-left: 10px;
        background-image: url("../images/arrow_red.png");
        background-repeat: no-repeat;
        background-position: left center;
        background-size: 6px auto;
        color: #000;
    }
    .footer_menu ul li:nth-child(odd) a {
        border-right: 1px solid #e5e5e5;
    }
    .f_logo {
        margin-bottom: 10px;
    }
    .f_logo img {
        width: 150px;
    }
    
    /* ------------------------------------------------------------------------------
        予約確認ページ
    -------------------------------------------------------------------------------*/

    .icon_menu {
        padding: 25px 0;
    }

    .icon_menu_inner {
        padding: 0 13%;
    }
    
    .user_icon img {
        width: 70px;
    }
    
    .user_name {
        font-size: 16px;
        margin-bottom: 20px;
    }
    
    
    
}
    

@media (max-width: 420px) {
    
    /* ------------------------------------------------------------------------------
        予約確認ページ
    -------------------------------------------------------------------------------*/

    .icon_menu {
        padding: 15px 0;
    }

    .icon_menu_inner {
        padding: 0 10%;
    }
    
    .icon_menu a {
        border: 1px solid #000;
        border-radius: 3px;
    }
    
    .icon_menu a.active {
        border: 2px solid #009eb7;
    }
    
    .user_icon img {
        width: 50px;
    }
    
    .icon_menu span.noLink {
        border: 1px solid #A0A3AA;
        border-radius: 3px;
    }
    
}
    
    
    













