﻿@charset "UTF-8";
/*ico*/
@import url("https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css");
/* font-family: 'Kosugi Maru', sans-serif; */
@import url("https://fonts.googleapis.com/css2?family=Kosugi+Maru&display=swap");

html {
    height: 100%;
}

a {
    cursor: pointer
}

body {
    font-family: 'Kosugi Maru', sans-serif;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    height: 100%;
}

figure {
    margin: 0;
}

/* --- formリセット --- */
input[type="text"],
input[type="password"] {
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background: none;
    font-family: 'Kosugi Maru', sans-serif;
}

@media print,
screen and (min-width: 768px) {

    input[type="text"],
    input[type="tel"],
    input[type="password"] {
        font-size: 1.6rem;
    }
}

select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Kosugi Maru', sans-serif;
}

select option {
    font-family: 'Kosugi Maru', sans-serif;
}

@media print,
screen and (min-width: 768px) {
    select {
        font-size: 1.6rem;
    }
}

button,
/*input[type="submit"],*/
input[type="date"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    border: none;
    outline: none;
    background: transparent;
    font-family: 'Kosugi Maru', sans-serif;
}

@media print,
screen and (min-width: 768px) {

    button,
    /*input[type="submit"],*/
    input[type="date"] {
        font-size: 1.6rem;
    }
}

textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    resize: none;
    padding: 0;
    border: 0;
    outline: none;
    background: transparent;
}

@media print,
screen and (min-width: 768px) {
    textarea {
        font-size: 1.6rem;
    }
}

/*==========================
body
==========================*/
.body_wrapper {
    position: relative;
    width: 100%;
    min-height: 100vh;
    box-sizing: border-box;
}

@media print,
screen and (min-width: 768px) {
    .body_wrapper {
        padding-bottom: 60px;
    }
}

/*==========================
header
==========================*/
header {
    background: #0078ce;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 14px 16px 10px;
}

@media print,
screen and (min-width: 768px) {
    header {
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        padding-left: 100px;
        padding-right: 100px;
        height: 60px;
        -webkit-transform: 0.2s;
        transform: 0.2s;
    }

    #no_rightnav header {
        padding-right: 40px;
    }
}

/*nav close*/
@media print,
screen and (min-width: 768px) {
    .js_close header {
        padding-left: 100px;
    }
}

@media print,
screen and (min-width: 768px) {
    .js_second_close header {
        padding-right: 0px;
    }
}

.msg--tx span:not(:empty) {
    display: block;
    background-color: #228b22;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.25;
    color: #FFF;
}

.err--tx span:not(:empty),
.err--tx div:not(:empty) {
    display: block;
    background-color: #E21414;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1.5rem;
    text-align: left;
    line-height: 1.25;
    color: #FFF;
}

.page_title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}

.page_title a {
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
}

.shop_logo {
    margin-top: 6px;
    line-height: 1;
}

.shop_logo .svg {
    fill: #fff;
    height: 10px;
    width: auto;
}

@media print,
screen and (min-width: 768px) {
    .shop_logo {
        margin-top: 0;
        padding-left: 0px;
    }

    .shop_logo .svg {
        height: 16px;
    }
}

@media print,
screen and (min-width: 992px) {
    .shop_logo .svg {
        height: auto;
    }
}

@media print,
screen and (min-width: 768px) {
    #no_rightnav .js_second_close .shop_logo {
        display: none;
    }
}

@media print,
screen and (min-width: 768px) and (min-width: 1200px) {
    #no_rightnav .js_second_close .shop_logo {
        display: block;
    }
}

@media print,
screen and (min-width: 768px) {
    #no_rightnav .js_close .shop_logo {
        display: block;
    }
}

/*==========================
nav main
==========================*/
nav#main_nav {
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    nav#main_nav {
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 1000;
        width: 224px;
        height: 100%;
        top: 0;
        transition: 0.2s;
    }
}

.nav_area {
    box-sizing: border-box;
    background: #fff;
    height: 60px;
    width: 100%;
    padding: 0 16px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    transition: 0.2s;
}

@media print,
screen and (min-width: 768px) {
    .nav_area {
        width: 224px;
        height: 100%;
        border-radius: 0 20px 20px 0;
        -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
        filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
        padding: 60px 16px;
        position: relative;
    }
}

@media print,
screen and (min-width: 992px) {
    .nav_area {
        padding: 60px 24px;
    }
}

/*==global_nav==*/
.global_nav {
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.global_nav .stuff_name {
    display: none;
}


@media print,
screen and (min-width: 768px) {
    .global_nav {
        height: auto;
        flex-direction: column;
    }
}

.global_nav>li {
    width: calc(100% / 5);
    height: 100%;
    position: relative;
}

.global_nav>li .drop_down::before {
    content: '';
    width: 4px;
    height: 4px;
    border: 0px;
    border-top: solid 2px #49aad7;
    border-right: solid 2px #49aad7;
    -ms-transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
    position: absolute;
    top: 22px;
    right: 5px;
    margin-top: -6px;
}

.global_nav>li .open::before {
    -ms-transform: rotate(315deg);
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
    margin-top: -3px;
}

.sub_menu li a {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 40px;
    display: block;
    position: relative;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCC;
    text-decoration: none;
    font-size: 90%;
    text-align: left;
}

.sub_menu li a::before {
    content: '';
    width: 0;
    height: 0;
    border: solid 4px transparent;
    border-left: solid 6px #49aad7;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -4px;
    margin-left: 25px;
}

.sub_menu li a:hover {
    background-color: #49aad7;
    color: #fff;
}

.sub_menu li a:hover::before {
    border-left: solid 6px #ffffff;
}

@media print,
screen and (min-width: 768px) {
    .global_nav>li {
        width: 100%;
    }

    .global_nav>li+li {
        margin-top: 8px;
    }
}

.global_nav>li>a {
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    transition: 0.2s;
    overflow: hidden;
    white-space: nowrap;
}

.global_nav>li>a>i {
    font-size: 3.0rem;
    color: #49aad7;
}

.global_nav>li>a>span {
    display: none;
}

@media print,
screen and (min-width: 768px) {
    .global_nav>li>a {
        text-decoration: none;
        display: flex;
        justify-content: flex-start;
        padding: 10px 16px;
        line-height: 1;
        align-items: center;
        height: 100%;
        transition: 0.2s;
        border-radius: 6px;
        overflow: hidden;
        white-space: nowrap;
    }

    .global_nav>li>a>i {
        font-size: 2.4rem;
        margin-right: 8px;
    }

    .global_nav>li>a>span {
        display: inline-block;
        color: #000;
        transition: 0.2s;
    }
}

.global_nav>li:hover>a,
.global_nav>li:hover>div {
    background: rgba(182, 196, 206, 0.3);
}

.global_nav>li.active>a,
.global_nav>li.active>div {
    background: #0078ce;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
    /*pointer-events: none;*/
}

.global_nav>li.active>a>i,
.global_nav>li.active>div>i {
    color: #fff;
}

.global_nav>li.active>a>span,
.global_nav>li.active>div>span {
    color: #fff;
}

/*==message_nav==*/
.message_nav>a.new_msg>i {
    position: relative;
}

.message_nav>a.new_msg>i::after {
    content: "";
    width: 10px;
    height: 10px;
    background: #c72356;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -2px;
    top: 8px;
}

@media print,
screen and (min-width: 768px) {
    .message_nav>a.new_msg>i::after {
        top: -1px;
    }
}

/*---------------*/
/*msg_list_area*/
.msg_list_area {
    display: none;
    position: fixed;
    background: rgba(240, 243, 245, 0.9);
    height: 100vh;
    max-height: 100vh;
    top: 0;
    left: 0;
    box-sizing: border-box;
    padding: 32px;
    overflow-y: auto;
    opacity: 0;
    transition: 0.3s;
}

@media print,
screen and (min-width: 768px) {
    .msg_list_area {
        padding-left: 0;
        width: 252px;
    }
}

.msg_list_area.show {
    display: block;
    width: 100%;
    -webkit-animation: show_anime 0.4s forwards;
    animation: show_anime 0.4s forwards;
    z-index: 1001;
}

@media print,
screen and (min-width: 768px) {
    .msg_list_area.show {
        z-index: 900;
        width: 476px;
        min-width: 476px;
        padding-left: 256px;
        -webkit-animation: show_anime_md 0.4s forwards;
        animation: show_anime_md 0.4s forwards;
    }
}

.msg_list_area.back_color {
    background-color: rgba(182, 196, 206, 0.95);
}

.msg_list_area.back_color .msg_list_ti {
    opacity: 0.5;
}

.msg_list_area.back_color .msg_list {
    opacity: 0.5;
}

@media print,
screen and (min-width: 768px) {
    .msg_list_area.back_color {
        background: rgba(240, 243, 245, 0.9);
    }

    .msg_list_area.back_color .msg_list_ti {
        opacity: 1;
    }

    .msg_list_area.back_color .msg_list {
        opacity: 1;
    }
}

.msg_list_area .js_msg_list_close>i {
    position: fixed;
    right: 24px;
    top: 16px;
    z-index: 1002;
    font-size: 2em;
    color: #555;
    cursor: pointer;
    transition: 0.2s;
}

.msg_list_area .js_msg_list_close>i:active {
    -webkit-transform: scale(90%);
    transform: scale(90%);
    opacity: 0.8;
}

@media print,
screen and (min-width: 768px) {
    .msg_list_area {
        background: rgba(240, 243, 245, 0.95);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .msg_list_area .js_msg_list_close>i {
        position: absolute;
    }
}

@media print,
screen and (min-width: 768px) {
    .js_close .msg_list_area {
        width: 312px;
        min-width: 312px;
        padding-left: 92px;
    }
}

@-webkit-keyframes show_anime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes show_anime {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@-webkit-keyframes show_anime_md {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes show_anime_md {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        opacity: 0;
    }

    100% {
        -webkit-transform: translateX(0);
        transform: translateX(0);
        opacity: 1;
    }
}

.msg_list_ti {
    font-size: 1.6rem;
    text-align: left;
    border-bottom: 1px solid #b6c4ce;
    padding: 0 0 8px;
    margin-bottom: 24px;
}

.msg_list {
    text-align: left;
}

.msg_list>li {
    line-height: 1;
    font-size: 1.4rem;
    display: flex;
}

.msg_list>li>i {
    font-size: 1.4em;
    vertical-align: middle;
    margin-right: 6px;
    color: #0078ce;
}

.msg_list>li>a {
    text-decoration: none;
    color: #0078ce;
    transition: 0.2s;
    padding-top: 2px;
}

.msg_list>li>a:hover {
    text-decoration: underline;
    opacity: 0.8;
}

.msg_list>li+li {
    margin-top: 12px;
}

.msg_list>li.new_msg>i {
    position: relative;
}

.msg_list>li.new_msg>i::after {
    content: "";
    width: 8px;
    height: 8px;
    background: #c72356;
    display: block;
    border-radius: 100%;
    position: absolute;
    right: -1px;
    top: -1px;
}

/*---------------*/
/*msg_area*/
.msg_area {
    width: 100%;
    height: 90%;
    max-height: 90%;
    position: fixed;
    bottom: -100%;
    left: 0;
    transition: 0.4s;
    opacity: 0;
    background: #fff;
    border-radius: 20px 20px 0 0;
    box-sizing: border-box;
    padding: 0;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    filter: drop-shadow(0 0 10px rgba(0, 0, 0, 0.1));
    text-align: left;
}

.msg_area.show {
    z-index: 1002;
    opacity: 1;
    bottom: 0;
}

@media print,
screen and (min-width: 768px) {
    .msg_area {
        height: 100vh;
        max-height: 100vh;
        bottom: auto;
        top: 0;
        left: 0;
        border-radius: 0;
        width: 224px;
        padding: 0 0 32px;
    }

    .msg_area.show {
        z-index: 800;
        bottom: auto;
        width: 776px;
        padding-left: 476px;
    }
}

@media print,
screen and (min-width: 768px) {
    .js_close .msg_area {
        width: 60px;
    }

    .js_close .msg_area.show {
        width: 300px;
        width: 612px;
        padding-left: 312px;
    }
}

.js_msg_close>i {
    position: absolute;
    right: 24px;
    top: 12px;
    z-index: 1002;
    font-size: 2em;
    color: #fff;
    cursor: pointer;
    transition: 0.2s;
}

.js_msg_close>i:active {
    -webkit-transform: scale(90%);
    transform: scale(90%);
    opacity: 0.8;
}

.msg_ti {
    background: #49aad7;
    color: #fff;
    padding: 24px 48px 20px 32px;
    font-size: 1.6rem;
}

@media print,
screen and (min-width: 768px) {
    .msg_ti {
        border-radius: 0;
    }
}

@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
    .msg_ti {
        border-radius: 20px 20px 0 0;
    }
}

.msg_box {
    height: 82%;
    max-height: 82%;
    margin: 16px 16px 24px;
    overflow-y: auto;
    overflow-x: hidden;
    background: rgba(73, 170, 215, 0.2);
    box-sizing: border-box;
    padding: 16px;
}

@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
    .msg_box {
        height: 70%;
        max-height: 70%;
    }
}

dl[class$="_msg_tx"] dt {
    font-size: 1.0rem;
    color: #49aad7;
    margin-bottom: 2px;
}

dl[class$="_msg_tx"] dd {
    position: relative;
    box-sizing: border-box;
    border-radius: 6px;
    padding: 8px;
}

dl[class$="_msg_tx"] dd p {
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 6px;
}

dl[class$="_msg_tx"]+dl[class$="_msg_tx"] {
    margin-top: 16px;
}

.my_msg_tx {
    margin-left: 60px;
}

@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
    .my_msg_tx {
        margin-left: 80px;
    }
}

.my_msg_tx dd {
    background: #2694e2;
}

.my_msg_tx dd p {
    color: #fff;
}

.my_msg_tx dd::before {
    content: "";
    position: absolute;
    top: 3px;
    right: -19px;
    border: 8px solid transparent;
    border-left: 18px solid #2694e2;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
}

.staff_msg_tx {
    margin-right: 60px;
}

@media screen and (max-width: 640px) and (hover: none) and (pointer: coarse) {
    .staff_msg_tx {
        margin-right: 80px;
    }
}

.staff_msg_tx dd {
    background: #fff;
    border: 1px solid rgba(73, 170, 215, 0.5);
}

.staff_msg_tx dd::before {
    content: "";
    position: absolute;
    top: 3px;
    left: -19px;
    border: 8px solid transparent;
    border-right: 18px solid #fff;
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: 2;
}

.staff_msg_tx dd::after {
    content: "";
    position: absolute;
    top: 0;
    left: -22px;
    border: 10px solid transparent;
    border-right: 20px solid rgba(73, 170, 215, 0.5);
    -webkit-transform: rotate(35deg);
    transform: rotate(35deg);
    z-index: -1;
}

/*入力エリア*/
.msg_input_area {
    box-sizing: border-box;
    padding: 0 32px;
}

.msg_input_box {
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    border-radius: 6px;
    display: flex;
}

.msg_input_box .msg_input {
    width: calc(100% - 40px);
    padding: 10px 0 10px 16px;
    font-size: 1.6rem;
}

.msg_input_box .msg_btn {
    width: 40px;
}

.msg_input_box .msg_btn i {
    color: #0078ce;
    font-size: 1.8em;
}

/*==sub_nav==*/
.sub_nav {
    display: none;
}

@media print,
screen and (min-width: 768px) {
    .sub_nav {
        display: flex;
        flex-direction: column;
        margin-top: 32px;
        padding-top: 32px;
        position: relative;
    }

    .sub_nav::before {
        content: "";
        display: block;
        position: absolute;
        height: 1px;
        width: 100%;
        background: #b6c4ce;
        top: 0;
        left: 0;
        right: 0;
        margin: 0 auto auto;
    }

    .sub_nav li {
        width: 100%;
    }

    .sub_nav li+li {
        margin-top: 8px;
    }

    .sub_nav li a {
        text-decoration: none;
        display: flex;
        justify-content: flex-start;
        padding: 10px 16px;
        line-height: 1;
        align-items: center;
        height: 100%;
        transition: 0.2s;
        border-radius: 6px;
        overflow: hidden;
        white-space: nowrap;
    }

    .sub_nav li a i {
        font-size: 2.4rem;
        margin-right: 8px;
    }

    .sub_nav li a span {
        display: inline-block;
        color: #000;
        transition: 0.2s;
    }

    .sub_nav li:hover a {
        background: rgba(182, 196, 206, 0.3);
    }

    .sub_nav li.active a {
        background: rgba(182, 196, 206, 0.3);
    }
}

.switch_btn {
    display: none;
}

@media print,
screen and (min-width: 768px) {
    .switch_btn {
        display: block;
        position: absolute;
        bottom: 60px;
        right: 0;
    }

    .switch_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background: #b6c4ce;
        color: #fff;
        border-radius: 6px 0 0 6px;
        transition: 0.2s;
    }

    .switch_btn a img {
        transition: 0.2s;
    }

    .switch_btn a:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
    }
}

/*nav close*/
@media print,
screen and (min-width: 768px) {
    .js_close nav#main_nav {
        width: 60px;
    }

    .js_close nav#main_nav .nav_area {
        width: 60px;
        padding: 60px 0;
    }

    .js_close nav#main_nav .global_nav a {
        border-radius: 0;
    }

    .js_close nav#main_nav .global_nav a span {
        display: none;
    }

    .js_close nav#main_nav .sub_nav::before {
        width: calc(100% - 16px);
    }

    .js_close nav#main_nav .sub_nav a {
        border-radius: 0;
    }

    .js_close nav#main_nav .sub_nav a span {
        display: none;
    }

    .js_close nav#main_nav .switch_btn a {
        border-radius: 0;
    }

    .js_close nav#main_nav .switch_btn a img {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
    }
}

/*==========================
second nav
==========================*/
/*----------------------
navのサイズは　$second_nav_width_md　で編集
------------------------*/
#no_rightnav nav#second_nav {
    display: none;
}

nav#second_nav {
    width: 100%;
}

@media print,
screen and (min-width: 768px) {
    nav#second_nav {
        position: fixed;
        top: 0;
        right: 0;
        z-index: 1000;
        width: 60px;
        height: 100%;
        top: 0;
        transition: 0.2s;
    }
}

.second_nav_area {
    box-sizing: border-box;
    background: #f0f3f5;
    width: 100%;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 0 4px 0 inset;
    height: 60px;
    transition: 0.2s;
}

@media print,
screen and (min-width: 768px) {
    .second_nav_area {
        width: 60px;
        height: 100%;
        box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 8px 0px inset;
        padding: 60px 16px;
        position: relative;
    }
}

@media print,
screen and (min-width: 992px) {
    .second_nav_area {
        padding: 60px 24px;
    }
}

.second_switch_btn {
    display: none;
}

@media print,
screen and (min-width: 768px) {
    .second_switch_btn {
        display: block;
        position: absolute;
        bottom: 60px;
        left: 0;
    }

    .second_switch_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 60px;
        height: 60px;
        background: #b6c4ce;
        color: #fff;
        border-radius: 0;
        transition: 0.2s;
    }

    .second_switch_btn a img {
        transition: 0.2s;
    }

    .second_switch_btn a:hover {
        -webkit-filter: brightness(110%);
        filter: brightness(110%);
    }
}

/*nav close*/
.js_second_close nav#second_nav {
    width: 180px;
}

.js_second_close nav#second_nav .second_nav_area {
    width: 180px;
    padding: 60px 16px;
}

.js_second_close nav#second_nav .second_switch_btn a {
    border-radius: 0 6px 6px 0;
}

.js_second_close nav#second_nav .second_switch_btn a img {
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

/*==========================
footer
==========================*/
footer {
    width: 100%;
    padding: 10px 16px;
    box-sizing: border-box;
}

@media print,
screen and (min-width: 768px) {
    footer {
        position: absolute;
        bottom: 0;
        right: 0;
        padding-left: 264px;
        padding-right: 100px;
        padding-top: 0;
        padding-bottom: 30px;
    }

    #no_rightnav footer {
        padding-right: 40px;
    }
}

@media print,
screen and (min-width: 992px) {
    footer {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }
}

/*nav close*/
@media print,
screen and (min-width: 768px) {
    .js_close footer {
        padding-left: 100px;
    }

    .js_second_close footer {
        padding-right: 220px;
    }
}

/*f_nav*/
.f_nav {
    margin-bottom: 16px;
}

.f_nav li {
    display: inline-block;
    padding: 0 8px;
    position: relative;
}

.f_nav li::before {
    content: "";
    display: block;
    width: 1px;
    height: 10px;
    background: #b6c4ce;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0 auto auto;
}

.f_nav li:last-child::before {
    display: none;
}

.f_nav li.pc_none {
    display: none;
}

.f_nav li a {
    white-space: nowrap;
    font-size: 1.0rem;
    line-height: 1;
}

@media print,
screen and (min-width: 992px) {
    .f_nav {
        margin-bottom: 0;
        margin-right: 24px;
    }

    .f_nav li {
        padding: 0 16px;
    }
}

/*copy*/
small {
    display: block;
    font-size: 1.0rem;
    color: #555;
}

/*==========================
main area
==========================*/
[class^="main_"] {
    box-sizing: border-box;
    padding-left: 16px;
    padding-right: 16px;
}

@media print,
screen and (min-width: 768px) {
    [class^="main_"] {
        padding-left: 264px;
        padding-right: 100px;
    }

    #no_rightnav [class^="main_"] {
        padding-right: 40px;
    }
}

@media print,
screen and (min-width: 768px) and (min-width: 768px) {
    .js_close [class^="main_"] {
        padding-left: 100px;
    }
}

@media print,
screen and (min-width: 768px) and (min-width: 768px) {
    .js_second_close [class^="main_"] {
        padding-right: 220px;
    }
}

/*------
main_head_area
------*/
.main_head_area {
    background: #dae1e6;
    padding-top: 16px;
    padding-bottom: 16px;
    text-align: left;
}

.head_slect_group {
    display: flex;
}

.head_slect_group .form_select02 select {
    max-width: 163px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.head_slect_group li+li {
    margin-left: 16px;
}

@media print,
screen and (min-width: 768px) {
    .head_slect_group li+li {
        margin-left: 40px;
    }
}

/*------
main_select_area
------*/
.main_select_area {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 56px;
}

.main_select_area.no_tabarea {
    padding-bottom: 16px;
}

@media print,
screen and (min-width: 768px) {
    .main_select_area {
        padding-bottom: 62px;
    }

    .main_select_area.no_tabarea {
        padding-bottom: 16px;
    }
}

@media print,
screen and (min-width: 992px) {
    .main_select_area {
        padding-bottom: 68px;
    }

    .main_select_area.no_tabarea {
        padding-bottom: 16px;
    }
}

@media print,
screen and (min-width: 1300px) {
    .main_select_area {
        padding-bottom: 16px;
    }
}

.day_select {
    display: flex;
    align-items: flex-end;
    line-height: 1;
    width: auto;
    margin-bottom: 12px;
}

.day_select .now {
    padding: 0 8px;
    font-weight: bold;
    font-size: 1.6rem;
    white-space: nowrap;
}

.day_select .now span {
    font-size: 2.0rem;
    padding: 0 0.2rem;
}

.day_select .previous_btn a,
.day_select .next_btn a {
    display: block;
    text-decoration: none;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    transition: 0.2;
}

.day_select .previous_btn a i,
.day_select .next_btn a i {
    font-size: 2.4rem;
    color: #869dae;
}

.day_select .previous_btn a:hover i,
.day_select .next_btn a:hover i {
    color: #49aad7;
}

.day_select.center_posi {
    width: 100%;
    justify-content: center;
}

@media print,
screen and (min-width: 480px) {
    .day_select.center_posi {
        width: auto;
        justify-content: flex-start;
    }
}

@media print,
screen and (min-width: 992px) {
    .day_select {
        width: auto;
        margin-bottom: 0;
    }
}

.shop_select {
    width: 180px;
}

.shop_select .form_select01 {
    min-width: 160px;
}

@media print,
screen and (min-width: 768px) {
    .shop_select {
        width: 200px;
    }

    .shop_select .form_select01 {
        min-width: 200px;
    }
}

.calendar_tx {
    white-space: nowrap;
    transition: 0.2s;
    font-size: 1.4rem;
}

.calendar_tx a {
    text-decoration: none;
}

.calendar_tx a i {
    font-size: 2.4rem;
    color: #49aad7;
    vertical-align: middle;
}

.calendar_tx a span {
    text-decoration: underline;
}

.calendar_tx:hover {
    opacity: 0.8;
}

.calendar_tx+.shop_select {
    margin-left: 16px;
}

@media print,
screen and (min-width: 768px) {
    .calendar_tx+.shop_select {
        margin-left: 24px;
    }
}

.shop_select+.calendar_tx {
    margin-left: 16px;
}

@media print,
screen and (min-width: 768px) {
    .shop_select+.calendar_tx {
        margin-left: 24px;
    }
}

@media print,
screen and (min-width: 992px) {
    .day_select+.shop_select {
        margin-left: 24px;
    }

    .day_select+.calendar_tx {
        margin-left: 24px;
    }
}

/*------
main_wrap_area
------*/
.main_wrap_area {
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    position: relative;
    box-sizing: border-box;
    padding-top: 24px;
    padding-bottom: 24px;
    text-align: left;
}

.main_wrap_area::before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: -5px;
    z-index: 10;
    margin-left: -16px;
    margin-right: -16px;
}

@media print,
screen and (min-width: 768px) {
    .main_wrap_area::before {
        margin-left: 0;
        margin-right: 0;
        left: 0;
    }
}

/*select_area*/
.tab_select_area {
    position: absolute;
    top: -40px;
    width: calc(100% - 16px - 16px);
}

@media print,
screen and (min-width: 768px) {
    .tab_select_area {
        top: -46px;
        width: auto;
        box-sizing: border-box;
    }
}

@media print,
screen and (min-width: 992px) {
    .tab_select_area {
        width: 330px;
        top: -52px;
    }
}

@media print,
screen and (min-width: 1300px) {
    .tab_select_area {
        width: 330px;
        right: 100px;
    }

    #no_rightnav .tab_select_area {
        right: 40px;
    }

    .js_close .tab_select_area {
        width: 330px;
    }

    .js_second_close .tab_select_area {
        right: 220px;
    }
}

.tab_select_area ul {
    height: 40px;
    display: flex;
    width: 100%;
    justify-content: space-between;
}

@media print,
screen and (min-width: 768px) {
    .tab_select_area ul {
        height: 46px;
    }
}

@media print,
screen and (min-width: 992px) {
    .tab_select_area ul {
        height: 52px;
    }
}

.tab_select_area ul li {
    width: calc(50% - 3px);
    height: 100%;
}

.tab_select_area ul li a {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 6px 6px 0 0;
    background: #0078ce;
    text-decoration: none;
    color: #fff;
    transition: 0.2;
    white-space: nowrap;
    min-width: 140px;
}

.tab_select_area ul li a:hover {
    opacity: 0.8;
}

.tab_select_area ul li a:active {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    height: calc(100% - 2px);
}

.tab_select_area ul li.active a {
    background: #fff;
    color: #0078ce;
    box-shadow: 0px 0px 5px -1px rgba(0, 0, 0, 0.4);
    position: relative;
    pointer-events: none;
}

.tab_select_area ul li.active a::before {
    content: "";
    width: 100%;
    height: 10px;
    display: block;
    background: #fff;
    position: absolute;
    bottom: -5px;
    z-index: 10;
}

.tab_select_area ul li.active a::after {
    content: "\EAE4";
    font-family: remixicon !important;
    font-style: normal;
    color: #0078ce;
    display: block;
    position: absolute;
    top: -10px;
    left: 6px;
    font-size: 2.4rem;
}

/*tab_panel*/
.tab_panel {
    display: none;
}

.tab_panel.active {
    display: block;
}

/*search_area*/
.search_area {
    display: flex;
    align-items: center;
}

.search_area dt {
    width: 140px;
    font-size: 1.4rem;
}

.search_area dd {
    width: calc(100% - 140px);
    max-width: 160px;
}

/*==========================
head_nav
==========================*/
.head_nav_wrap {
    display: flex;
}

.head_nav_wrap>li {
    width: auto;
    max-width: calc((100% - 16px) / 2);
    position: relative;
}

.head_nav_wrap>li+li {
    margin-left: 16px;
}

.head_nav_wrap>li>a {
    text-decoration: none;
    color: #000;
    display: block;
    position: relative;
    white-space: nowrap;
}

.head_nav_wrap>li>a::after {
    content: "\EA4D";
    font-family: remixicon !important;
    font-style: normal;
    display: inline-block;
    font-size: 1.2em;
    vertical-align: middle;
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    color: #0078ce;
    margin-left: 6px;
}

.head_nav_wrap>li>a.open {
    color: #0078ce;
}

@media print,
screen and (min-width: 768px) {
    .head_nav_wrap>li+li {
        margin-left: 24px;
    }
}

.head_sub_nav {
    display: none;
    position: fixed;
    top: 176px;
    left: 16px;
    right: 16px;
    z-index: 100;
    padding: 16px;
    background: #fff;
    border-radius: 6px;
    box-sizing: border-box;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

@media print,
screen and (min-width: 768px) {
    .head_sub_nav {
        position: absolute;
        top: 2em;
        left: 0;
        right: auto;
        width: 180px;
    }
}

.head_sub_nav>ul>li>a {
    display: block;
    color: #000;
    text-decoration: none;
    position: relative;
    font-size: 1.4rem;
}

.head_sub_nav>ul>li>a::before {
    font-family: remixicon !important;
    font-style: normal;
    content: "\EA6D";
    color: #0078ce;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 1.2em;
}

.head_sub_nav>ul>li+li {
    border-top: 1px solid rgba(134, 157, 174, 0.5);
    margin-top: 6px;
    padding-top: 6px;
}

/*==========================
modal
==========================*/
.modal_wrapper {
    z-index: 10000;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 60px 10px;
    text-align: center;
}

.modal_wrapper:not(:target) {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s, visibility .3s;
}

.modal_wrapper:target {
    opacity: 1;
    visibility: visible;
    transition: opacity .4s, visibility .4s;
}

.modal_wrapper::after {
    display: inline-block;
    height: 100%;
    margin-left: -.05em;
    vertical-align: middle;
    content: "";
}

.modal_wrapper .modal_window {
    box-sizing: border-box;
    display: inline-block;
    z-index: 20;
    position: relative;
    width: calc(100% - 16px - 16px);
    max-width: 600px;
    padding: 30px;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
    vertical-align: middle;
}

@media print,
screen and (min-width: 768px) {
    .modal_wrapper .modal_window {
        width: calc(100% - 40px - 40px);
    }
}

.modal_wrapper .modal_window .modal_content {
    max-height: 80vh;
    overflow-y: auto;
}

.modal_wrapper .modal_close {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    width: 35px;
    color: #b6c4ce !important;
    font-size: 3.0rem;
    line-height: 35px;
    text-align: center;
    text-decoration: none;
    text-indent: 0;
}

.modal_wrapper .modal_close:hover {
    color: #000 !important;
}

.modal_overlay {
    z-index: 10;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
}

/*==========================
modal(ModalPopupExtender)
==========================*/
.overlay {
    position: fixed;
    width: 100vw;
    max-width: 100%;
    height: 100vh;
    max-height: 100%;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    overflow-x: auto;
    overflow-y: auto;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 9999;
    cursor: pointer;
    text-align: center;
}

.container--nowrap {
    width: 100%;
    padding-bottom: 1rem;
    overflow-x: auto;
}

    .container--nowrap th:not(.is_wrap),
    .container--nowrap td:not(.is_wrap) {
        white-space: nowrap;
    }

.modal-failure__container, .modal-narrow__container, .modal-wide__container {
    background: #F8F9FA;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 99999;
    transform: translate(-50%, -50%);
    max-width: 90%;
    height: auto;
    max-height: 90%;
    overflow-y: auto;
    padding: 2rem;
    border-radius: 6px;
}

    .modal-failure__container .modal--close, .modal-narrow__container .modal--close, .modal-wide__container .modal--close {
        position: absolute;
        top: 0;
        right: 0;
        width: 35px;
        color: #b6c4ce !important;
        font-size: 3.0rem;
        line-height: 35px;
        text-align: center;
        text-decoration: none;
        text-indent: 0;
    }

.modal-failure__container {
    width: 38rem;
}

.modal-narrow__container {
    width: 56rem;
}

.modal-wide__container {
    width: 120rem;
}

.modal-hidden {
    display: none !important;
}

/*==========================
setting_tab
==========================*/
/*------
setting_tab_ctr
-------*/
.setting_tab_ctr {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    gap: 3px;
}

.setting_tab_ctr > div {
    width: calc(100% / 2 - 3px);
}

.setting_tab_ctr>div a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    text-decoration: none;
    color: #555;
    min-height: 42px;
    transition: 0.2s;
    white-space: nowrap;
    padding: 0 10px;
}

.setting_tab_ctr>div a:hover {
    background: rgba(134, 157, 174, 0.3);
}

.setting_tab_ctr>div a::before {
    font-family: remixicon !important;
    font-style: normal;
    content: "\EB7F";
    display: inline-block;
    margin-right: 6px;
    font-size: 1.4em;
    color: #869dae;
}

.setting_tab_ctr>div:nth-child(odd) {
    margin-right: 6px;
}

.setting_tab_ctr>div:nth-child(n+3) {
    margin-top: 6px;
}

.setting_tab_ctr>div.active a {
    background: #869dae;
    color: #fff;
}

.setting_tab_ctr>div.active a::before {
    content: "\EB85";
    color: #fff;
}

@media print,
screen and (min-width: 992px) {

    .setting_tab_ctr>div {
        width: auto;
        min-width: 160px;
        margin-bottom: 6px;
        margin-right: 6px;
    }

    .setting_tab_ctr>div:nth-child(n+3) {
        margin-top: 0;
    }
}

/*------
setting_tabbody
-------*/
.setting_tab_panel {
    display: none;
}

.setting_tab_panel.active {
    display: block;
}

/*==========================
form
==========================*/
.form_select01 {
    position: relative;
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    text-align: left;
    display: inline-block;
}

.form_select01::before {
    content: "\EA4D";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: none;
    font-size: 1.8rem;
    color: #869dae;
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto 0 auto auto;
    line-height: 1;
}

.form_select01 select {
    padding: 6px 32px 6px 16px;
    width: 100%;
    font-size: 1.4rem;
    color: #000;
}

.form_select01 select option {
    padding: 6px;
}

@media print,
screen and (min-width: 992px) {
    .form_select01 select {
        padding: 10px 32px 10px 16px;
    }
}

.form_select02 {
    position: relative;
}

.form_select02::before {
    content: "\EA4D";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: none;
    background: #fff;
    border: 1px solid #869dae;
    color: #869dae;
    width: 18px;
    height: 18px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0 auto auto;
    font-size: 1.8rem;
    line-height: 1;
}

.form_select02 select {
    width: 100%;
    font-size: 1.6rem;
    color: #555;
    padding: 0 24px 0 0;
}

@media print,
screen and (min-width: 768px) {
    .form_select02::before {
        height: 22px;
        width: 22px;
    }

    .form_select02 select {
        padding: 0 34px 0 0;
    }
}

/*type="date"*/
.date_edit {
    position: relative;
    min-width: 160px;
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    padding: 6px 0;
}

.date_edit::before {
    font-family: remixicon !important;
    font-style: normal;
    content: "\EB21";
    position: absolute;
    right: 16px;
    top: 50%;
    -webkit-transform: translateY(-45%);
    transform: translateY(-45%);
    margin: auto 0 auto auto;
    font-size: 2.0rem;
    color: #0078ce;
    pointer-events: none;
}

input[type="date"] {
    text-align: center;
    padding: 0 16px;
    line-height: 1;
    min-width: calc(160px - 16px - 16px);
    text-align: left;
}

input[type="date"]::-webkit-calendar-picker-indicator {
    background: transparent;
    color: transparent;
    cursor: pointer;
}

@media print,
screen and (min-width: 992px) {
    input[type="date"] {
        padding: 8px 16px;
    }
}

/*type="checkbox"*/
input[type="checkbox"] {
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    margin-right: 8px;
}

/*select_time*/
.select_time {
    display: inline-block;
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    position: relative;
    width: 60px;
    position: relative;
}

.select_time::before {
    content: "\EA4D";
    font-family: remixicon !important;
    font-style: normal;
    pointer-events: none;
    font-size: 1.8rem;
    color: #869dae;
    display: block;
    position: absolute;
    right: 6px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto 0 auto auto;
    line-height: 1;
}

.select_time select {
    padding: 6px 16px;
    width: 100%;
    border: none;
    background: transparent;
}

@media print,
screen and (min-width: 992px) {
    .select_time select {
        padding: 8px 16px;
    }
}

.select_time_area {
    white-space: nowrap;
    display: inline-block;
    padding: 4px 0;
    padding: 6px 0;
}

/*input_tx*/
input[type="text"].input_tx,
input[type="tel"].input_tx {
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    padding: 8px 16px;
    border-radius: 6px;
}

a.btn01_inline,
button.btn01_inline {
    display: inline;
    min-width: 60px;
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    padding: 8px 16px;
    border-radius: 6px;
}

@media print,
screen and (min-width: 768px) {
    input[type="text"].input_tx {
        padding: 10px 16px;
    }

    a.btn01_inline,
    button.btn01_inline {
        padding: 10px 16px;
    }
}

input[type="text"].datepicker {
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    padding: 8px 16px;
    border-radius: 6px;
}

@media print,
screen and (min-width: 768px) {
    input[type="text"].datepicker {
        padding: 10px 16px;
    }
}

.datepicker_box {
    position: relative;
    display: inline-block;
}

.datepicker_box::before {
    font-family: remixicon !important;
    font-style: normal;
    content: "\EB21";
    position: absolute;
    right: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: auto 0 auto auto;
    font-size: 2.0rem;
    color: #0078ce;
    pointer-events: none;
}

.xdsoft_datetimepicker {
    z-index: 999999 !important;
}

/*==========================
calendar
==========================*/
.calendar_table {
    margin-top: 16px;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    border: 2px solid #869dae;
}

@media print,
screen and (min-width: 768px) {
    .calendar_table {
        margin-top: 24px;
    }
}

.calendar_table th,
.calendar_table td {
    border: 1px solid #869dae;
}

.calendar_table th.sat,
.calendar_table td.sat {
    color: #0078ce;
}

.calendar_table th.sun,
.calendar_table td.sun {
    color: #c72356;
}

.calendar_table th.inactive a,
.calendar_table td.inactive a {
    pointer-events: none;
    opacity: 0.5;
    background: #f0f3f5;
}

.calendar_table th {
    width: calc(100% / 7);
    background: #eef9fc;
    padding: 6px;
}

.calendar_table td {
    height: 60px;
    position: relative;
}

.calendar_table td a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    text-decoration: none;
    color: inherit;
    font-size: 1.8rem;
    transition: 0.2s;
}

.calendar_table td a:hover {
    background: #0078ce;
    color: #fff;
}

.calendar_table td .month {
    font-size: 1.1rem;
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 18px;
    background: #49aad7;
    color: #fff;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 0 0 4px 0;
}

.calendar_table td .month span {
    font-size: 0.8em;
    padding-left: 0.1rem;
}

@media print,
screen and (min-width: 768px) {
    .calendar_table td .month {
        width: 32px;
        height: 20px;
        font-size: 1.3rem;
    }
}

@media print,
screen and (min-width: 992px) {
    .calendar_table td .month {
        width: 36px;
        height: 22px;
        font-size: 1.6rem;
    }

    .calendar_table td .month span {
        padding-top: 5px;
    }
}

/*=================
settings
=================*/
.group_box {
    border: 1px solid #869dae;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 16px;
}

.group_box .dl_basic02+.dl_basic02 {
    margin-top: 16px;
}

.group_box .ctr_btn_box {
    margin-top: 16px;
}

.group_box .form_select01 {
    margin-top: 16px;
}

.group_box .box_select {
    margin-top: 16px;
}

@media print,
screen and (min-width: 1200px) {
    .group_box {
        display: flex;
    }

    .group_box .dl_basic02 {
        max-width: 240px;
        width: 240px;
    }

    .group_box .dl_basic02+.dl_basic02 {
        margin-top: 0;
        margin-left: 16px;
    }

    .group_box .ctr_btn_box {
        margin-top: 0;
        margin-left: 24px;
        align-items: center;
    }
}

.shop_box {
    border: 1px solid #869dae;
    margin-top: 16px;
    box-sizing: border-box;
    padding: 16px;
}

.shop_box .form_select01 {
    margin-top: 16px;
}

.shop_box .box_select {
    margin-top: 16px;
}

.shop_box .dl_basic03 dt {
    padding-top: 4px;
}

@media print,
screen and (min-width: 768px) {
    .shop_box {
        display: flex;
        align-items: center;
    }

    .shop_box .form_select01 {
        margin-top: 0;
        margin-left: 24px;
    }

    .shop_box .box_select {
        margin-top: 0;
        margin-left: 24px;
    }
}

.ctr_btn_box {
    display: flex;
}

.ctr_btn_box li i {
    font-size: 1.2em;
    margin-right: 4px;
    vertical-align: middle;
}

.ctr_btn_box li a {
    text-decoration: none;
    border-bottom: 1px solid #49aad7;
    color: #49aad7;
    transition: 0.2s;
    padding-bottom: 2px;
    white-space: nowrap;
}

.ctr_btn_box li a:hover {
    border-bottom: 1px solid #7da2b3;
    color: #7da2b3;
}

.ctr_btn_box li+li {
    margin-left: 16px;
}

.ctr_btn_box li.inactive a {
    pointer-events: none;
    color: rgba(134, 157, 174, 0.5);
    border: none;
}

.name_list li {
    display: inline-block;
    background: #dae1e6;
    padding: 0 4px;
    margin-bottom: 4px;
}

.add_btn_wrap {
    text-align: center;
    margin-top: 24px;
    margin-bottom: 24px;
}

@media print,
screen and (min-width: 768px) {
    .add_btn_wrap {
        text-align: left;
    }
}

.shop_tx {
    display: inline-block;
    background: #dae1e6;
    padding: 0 4px;
    margin-bottom: 4px;
    font-size: 1.6rem;
    white-space: nowrap;
}

/*------------------------------------------------------------table*/
.sheet_basic {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #869dae;
    border-bottom: none;
}

.sheet_basic th {
    border-bottom: 1px solid #869dae;
    text-align: left;
    display: block;
    padding: 8px;
    background: #eef9fc;
    white-space: nowrap;
    font-weight: normal;
}

.sheet_basic td {
    border-bottom: 1px solid #869dae;
    text-align: left;
    display: block;
    padding: 8px;
    background: #fff;
}

@media print,
screen and (min-width: 768px) {

    .sheet_basic th,
    .sheet_basic td {
        display: table-cell;
        padding: 16px;
    }
}

.nowrap {
    white-space: nowrap;
}

/*------------------------------------------------------------Text*/
/*title*/
.title01 {
    font-weight: 700;
    font-size: 1.8rem;
    border-bottom: 2px solid #49aad7;
    text-align: left;
    padding: 0 0 6px 2px;
    margin-bottom: 16px;
    position: relative;
}

.title01 .tag {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 1.2rem;
    line-height: 1;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-70%);
    transform: translateY(-70%);
    font-weight: normal;
    padding: 4px 8px;
}

.title01 .tag.draft {
    background: #b6c4ce;
}

.title01 .tag.conf {
    background: #49aad7;
}

.title01 .tag.hide {
    display: none;
}

.title02 {
    font-weight: 700;
    font-size: 1.8rem;
    border-left: 4px solid #49aad7;
    text-align: left;
    padding: 2px 0 2px 12px;
    margin-bottom: 16px;
}

.title03 {
    font-size: 1.6rem;
    background: #49aad7;
    color: #fff;
    padding: 6px 8px;
    margin-bottom: 16px;
}

/*TextRight*/
.tx_right {
    text-align: right;
}

/*TextLeft*/
.tx_left {
    text-align: left;
}

/*TextCenter*/
.tx_cent {
    text-align: center;
}

/*bold*/
.tx_bold {
    font-style: normal;
    font-weight: bold;
}

/*TextRed*/
.tx_red {
    color: #c72356;
}

.tx_s {
    font-size: 0.8em;
}

.tx_b {
    font-size: 1.2em;
}

/*attention*/
.attention {
    font-size: 10px;
    line-height: 130%;
    margin: 5px 0;
}

/*------------------------------------------------------------Float*/
/*FloatLeft*/
.float_left {
    float: left;
}

/*FloatRight*/
.float_right {
    float: right;
}

/*ClearBoth*/
.clearboth {
    clear: both;
}

/*phbox*/
.phbox_right,
.phbox_left {
    text-align: center;
    margin-bottom: 10px;
}

.phbox_right img,
.phbox_left img {
    max-width: 100%;
    height: auto;
}

.ov_hidden {
    overflow: hidden;
}

@media print,
screen and (min-width: 768px) {
    .phbox_right {
        float: right;
        margin-left: 32px;
        margin-bottom: 10px;
    }

    .phbox_left {
        float: left;
        margin-right: 32px;
        margin-bottom: 10px;
    }
}

/*------------------------------------------------------------Margin*/
/*MarginTop*/
.margin_t06 {
    margin-top: 6px;
}

.margin_t08 {
    margin-top: 8px;
}

.margin_t10 {
    margin-top: 10px;
}

.margin_t16 {
    margin-top: 16px;
}

.margin_t24 {
    margin-top: 24px;
}

.margin_t32 {
    margin-top: 32px;
}

.margin_t40 {
    margin-top: 40px;
}

.margin_t56 {
    margin-top: 56px;
}

/*MarginBottom*/
.margin_b06 {
    margin-bottom: 6px;
}

.margin_b08 {
    margin-bottom: 8px;
}

.margin_b10 {
    margin-bottom: 10px;
}

.margin_b16 {
    margin-bottom: 16px;
}

.margin_b24 {
    margin-bottom: 24px;
}

.margin_b32 {
    margin-bottom: 32px;
}

.margin_b40 {
    margin-bottom: 40px;
}

.margin_b56 {
    margin-bottom: 56px;
}

/*MarginRight*/
.margin_r06 {
    margin-right: 6px;
}

.margin_r10 {
    margin-right: 10px;
}

.margin_r16 {
    margin-right: 16px;
}

.margin_r24 {
    margin-right: 24px;
}

/*MarginLeft*/
.margin_l06 {
    margin-left: 6px;
}

.margin_l10 {
    margin-left: 10px;
}

.margin_l16 {
    margin-left: 16px;
}

.margin_l24 {
    margin-left: 24px;
}

/*=============================*/
/*== 幅 ==*/
/*=============================*/
.w100 {
    width: 100%;
}

.max_40 {
    max-width: 40px;
}

.max_60 {
    max-width: 60px;
}

.max_80 {
    max-width: 80px;
}

.max_160 {
    max-width: 160px;
}

.max_240 {
    max-width: 240px;
}

.max_360 {
    max-width: 360px;
}

.max_400 {
    max-width: 400px;
}

.max_560 {
    max-width: 560px;
}

.min_40 {
    min-width: 40px;
}

.min_60 {
    min-width: 60px;
}

.min_80 {
    min-width: 80px;
}

.min_160 {
    min-width: 160px;
}

.min_240 {
    min-width: 240px;
}

.min_360 {
    min-width: 360px;
}

.min_400 {
    min-width: 400px;
}

.min_560 {
    min-width: 560px;
}

/*------------------------------------------------------------ClearFix*/
.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

/*------------------------------------------------------------Hoverimg*/
a:hover img.hoverimg {
    opacity: 0.6;
}

/*------------------------------------------------------------other*/
/*error*/
.error_ti {
    font-size: 3.0rem;
    color: #49aad7;
    padding-bottom: 16px;
}

@media print,
screen and (min-width: 992px) {
    .error_ti {
        font-size: 3.6rem;
    }
}

/*レスポンシブblock/none*/
@media print,
screen and (min-width: 768px) {
    .pc_none {
        display: none;
    }
}

.sp_none {
    display: none;
}

@media print,
screen and (min-width: 768px) {
    .sp_none {
        display: inline-block;
    }
}

/*bg_color*/
.bg_color01 {
    background: #f2f2f2;
}

.bg_color02 {
    background: #b3dffc;
}

.bg_color03 {
    background: #fff;
}

/*hr*/
hr.line01 {
    height: 1px;
    clear: both;
    margin: 36px 0;
    border-top: 1px dotted #b6c4ce;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

@media print,
screen and (min-width: 768px) {
    hr.line01 {
        margin: 48px 0;
    }
}

hr.modal_line {
    height: 1px;
    clear: both;
    margin: 24px 0;
    border-top: 1px dotted #b6c4ce;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

.marker {
    background: linear-gradient(transparent 50%, #ffcc3d 50%);
}

/*btn*/
.btn01 a,
.btn01 button {
    display: block;
    min-width: 120px;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 10px 16px;
    transition: 0.2s;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto;
}

.btn01 a i,
.btn01 button i {
    vertical-align: middle;
    font-size: 1.4em;
}

.btn01 a:hover,
.btn01 button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.btn01 button {
    padding: 4px 24px;
    width: 100%;
}

.btn01.ico_left a i,
.btn01.ico_left button i {
    margin-right: 8px;
}

.btn01.ico_right a i,
.btn01.ico_right button i {
    margin-left: 8px;
}

.btn01.s_size a,
.btn01.s_size button {
    font-size: 1.4rem;
}

.btn01 a,
.btn01 button {
    background: #0078ce;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
}

.btn02 a,
.btn02 button {
    display: block;
    min-width: 120px;
    text-decoration: none;
    color: #fff;
    border-radius: 100px;
    text-align: center;
    padding: 10px 16px;
    transition: 0.2s;
    font-size: 1.8rem;
    line-height: 1.4;
    margin: 0 auto;
}

.btn02 a i,
.btn02 button i {
    vertical-align: middle;
    font-size: 1.4em;
}

.btn02 a:hover,
.btn02 button:hover {
    -webkit-filter: brightness(120%);
    filter: brightness(120%);
}

.btn02 button {
    padding: 4px 24px;
    width: 100%;
}

.btn02.ico_left a i,
.btn02.ico_left button i {
    margin-right: 8px;
}

.btn02.ico_right a i,
.btn02.ico_right button i {
    margin-left: 8px;
}

.btn02.s_size a,
.btn02.s_size button {
    font-size: 1.4rem;
}

.btn02 a,
.btn02 button {
    background: #0078ce;
    background: linear-gradient(90deg, #869dae 0%, #555 100%);
}

/*03*/
.btn03 a {
    font-size: 1.6rem;
    text-decoration: none;
    border-bottom: 1px solid #49aad7;
    color: #49aad7;
    padding-bottom: 4px;
    transition: 0.2s;
}

.btn03 a i {
    font-size: 1.2em;
    margin-right: 6px;
    vertical-align: middle;
}

.btn03 a:hover {
    color: #7da2b3;
    border-bottom: 1px solid #7da2b3;
}

/**/

.ico_btn {
    transition: 0.2s;
}

.ico_btn i {
    font-size: 1.2em;
    vertical-align: middle;
}

.ico_btn:hover {
    opacity: 0.8;
}

.ly_btn_column {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ly_btn_column li {
    width: 100%;
    max-width: 320px;
}

.ly_btn_column li+li {
    margin-top: 8px;
}

@media print,
screen and (min-width: 768px) {
    .ly_btn_column {
        flex-direction: row;
    }

    .ly_btn_column li+li {
        margin-left: 8px;
        margin-top: 0;
    }
}

.btn_cent {
    margin-left: auto;
    margin-right: auto;
}

.btn_left {
    margin-left: auto;
}

.btn_cent_right {
    margin-left: auto;
    margin-right: auto;
}

@media print,
screen and (min-width: 768px) {
    .btn_cent_right {
        margin-right: 0;
    }
}

.btn_cent_btn1 {
    margin-left: 10px;
}

.btn_cent_btn2 {
    margin-left: auto;
}

.btn_cent_btn3 {
    margin-left: auto;
}

.btn_cent_left {
    margin-left: auto;
    margin-right: auto;
}

@media print,
screen and (min-width: 768px) {
    .btn_cent_left {
        margin-left: 0;
    }
}

.ly_btn_column02 {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ly_btn_column02 li {
    width: 100%;
    max-width: 320px;
}

.ly_btn_column02 li+li {
    margin-top: 8px;
}

@media print,
screen and (min-width: 768px) {
    .ly_btn_column02 {
        flex-direction: row;
        justify-content: space-between;
    }

    .ly_btn_column02 li {
        max-width: 160px;
    }

    .ly_btn_column02 li+li {
        margin-left: 8px;
        margin-top: 0;
    }

    .ly_btn_column02 li:nth-child(2) {
        margin-left: auto;
    }
}

.btn_inlineblock {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    cursor: pointer;
    border-radius: 100px;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
}

/*PageNavi*/
.pagenavi {
    padding: 10px 10px 5px;
    text-align: center;
}

.pagenavi li {
    display: inline;
    margin: 0 2px;
    padding: 0;
}

.pagenavi li span {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #fff;
    border: 1px solid #58afe3;
    background: #58afe3;
}

.pagenavi li a {
    display: inline-block;
    text-decoration: none;
    vertical-align: middle;
    margin-bottom: 5px;
    padding: 3px 10px;
    color: #1287cb;
    border: 1px solid #58afe3;
    background: rgba(179, 223, 252, 0.5);
}

.pagenavi li a:hover {
    opacity: 0.7;
}

/*========================================================
layout
========================================================*/
/*2*/
.ly_card_2column>div+div,
.ly_card_2column>div+li,
.ly_card_2column>li+div,
.ly_card_2column>li+li {
    margin-top: 16px;
}

@media print,
screen and (min-width: 768px) {
    .ly_card_2column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ly_card_2column>div,
    .ly_card_2column>li {
        width: calc(100% / 2 - 15px);
    }

    .ly_card_2column>div+div,
    .ly_card_2column>div+li,
    .ly_card_2column>li+div,
    .ly_card_2column>li+li {
        margin-top: 0;
    }

    .ly_card_2column>div:nth-child(n+3),
    .ly_card_2column>li:nth-child(n+3) {
        margin-top: 30px;
    }
}

/*3*/
.ly_card_3column>div+div,
.ly_card_3column>div+li,
.ly_card_3column>li+div,
.ly_card_3column>li+li {
    margin-top: 16px;
}

@media print,
screen and (min-width: 768px) {
    .ly_card_3column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ly_card_3column::after {
        content: "";
        display: block;
        width: calc(100% / 3 - 15px);
    }

    .ly_card_3column>div,
    .ly_card_3column>li {
        width: calc(100% / 3 - 15px);
    }

    .ly_card_3column>div+div,
    .ly_card_3column>div+li,
    .ly_card_3column>li+div,
    .ly_card_3column>li+li {
        margin-top: 0;
    }

    .ly_card_3column>div:nth-child(n+4),
    .ly_card_3column>li:nth-child(n+4) {
        margin-top: 30px;
    }
}

/*4*/
.ly_card_4column>div+div,
.ly_card_4column>div+li,
.ly_card_4column>li+div,
.ly_card_4column>li+li {
    margin-top: 16px;
}

@media print,
screen and (min-width: 768px) {
    .ly_card_4column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .ly_card_4column::before {
        content: "";
        display: block;
        width: calc(100% / 4 - 15px);
        order: 1;
    }

    .ly_card_4column::after {
        content: "";
        display: block;
        width: calc(100% / 4 - 15px);
    }

    .ly_card_4column>div,
    .ly_card_4column>li {
        width: calc(100% / 4 - 15px);
    }

    .ly_card_4column>div+div,
    .ly_card_4column>div+li,
    .ly_card_4column>li+div,
    .ly_card_4column>li+li {
        margin-top: 0;
    }

    .ly_card_4column>div:nth-child(n+5),
    .ly_card_4column>div:nth-child(n+5),
    .ly_card_4column>li:nth-child(n+5),
    .ly_card_4column>li:nth-child(n+5) {
        margin-top: 24px;
    }
}

/*2*/
.ly_2column {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.ly_2column>div,
.ly_2column>li {
    width: calc(100% / 2 - 10px);
}

.ly_2column>div+div,
.ly_2column>div+li,
.ly_2column>li+div,
.ly_2column>li+li {
    margin-top: 0;
}

.ly_2column>div:nth-child(n+3),
.ly_2column>li:nth-child(n+3) {
    margin-top: 20px;
}

@media print,
screen and (min-width: 992px) {

    .ly_2column>div,
    .ly_2column>li {
        width: calc(100% / 2 - 15px);
    }

    .ly_2column>div:nth-child(n+3),
    .ly_2column>li:nth-child(n+3) {
        margin-top: 30px;
    }
}

/*3*/
.ly_3column {
    display: flex;
    flex-wrap: wrap;
}

.ly_3column>div,
.ly_3column>li {
    width: calc(100% / 3 - 14px);
    margin-right: 21px;
}

.ly_3column>div:nth-child(3n),
.ly_3column>li:nth-child(3n) {
    margin-right: 0px;
}

.ly_3column>div:nth-child(n+4),
.ly_3column>li:nth-child(n+4) {
    margin-top: 16px;
}

@media print,
screen and (min-width: 992px) {

    .ly_3column>div,
    .ly_3column>li {
        width: calc(100% / 3 - 32px);
        margin-right: 48px;
    }

    .ly_3column>div:nth-child(n+4),
    .ly_3column>li:nth-child(n+4) {
        margin-top: 30px;
    }
}

/*2→3*/
.ly_2_3column {
    display: flex;
    flex-wrap: wrap;
}

.ly_2_3column>div,
.ly_2_3column>li {
    width: calc(100% / 2 - 12px);
    margin-right: 24px;
}

.ly_2_3column>div:nth-child(even),
.ly_2_3column>li:nth-child(even) {
    margin-right: 0px;
}

.ly_2_3column>div:nth-child(n+3),
.ly_2_3column>li:nth-child(n+3) {
    margin-top: 16px;
}

@media print,
screen and (min-width: 768px) {

    .ly_2_3column>div,
    .ly_2_3column>li {
        width: calc(100% / 3 - 32px);
        margin-right: 48px;
    }

    .ly_2_3column>div:nth-child(even),
    .ly_2_3column>li:nth-child(even) {
        margin-right: 48px;
    }

    .ly_2_3column>div:nth-child(n+3),
    .ly_2_3column>li:nth-child(n+3) {
        margin-top: 0;
    }

    .ly_2_3column>div:nth-child(3n),
    .ly_2_3column>li:nth-child(3n) {
        margin-right: 0;
    }

    .ly_2_3column>div:nth-child(n+4),
    .ly_2_3column>li:nth-child(n+4) {
        margin-top: 30px;
    }
}

/*golden ratio*/
.ly_gold {
    display: flex;
    flex-direction: column;
}

.ly_gold .ly_gold_s {
    margin-top: 24px;
}

.ly_gold .ly_gold_s+.ly_gold_b {
    order: -1;
}

@media print,
screen and (min-width: 768px) {
    .ly_gold {
        flex-direction: row;
    }

    .ly_gold .ly_gold_s {
        width: 50%;
        padding-right: 40px;
        margin-top: 0;
    }

    .ly_gold .ly_gold_s+.ly_gold_b {
        order: 1;
    }

    .ly_gold .ly_gold_b {
        width: 50%;
    }

    .ly_gold .ly_gold_b+.ly_gold_s {
        padding-left: 40px;
        padding-right: 0;
    }
}

@media print,
screen and (min-width: 992px) {
    .ly_gold .ly_gold_s {
        width: 38%;
    }

    .ly_gold .ly_gold_b {
        width: 62%;
    }
}

/*half*/
.ly_half {
    display: flex;
    flex-direction: column;
}

@media print,
screen and (min-width: 768px) {
    .ly_half {
        flex-direction: row;
    }

    .ly_half>li,
    .ly_half>div {
        width: 50%;
    }
}

/*flex*/
.flex_box {
    display: flex;
}

.flex_box.between {
    justify-content: space-between;
    align-items: center;
}

.flex_wrap_box {
    display: flex;
    flex-wrap: wrap;
}

/*==========================
table
==========================*/
.table_area {
    border: 2px solid #869dae;
    width: auto;
    max-width: 100%;
    overflow-x: auto;
    margin: 16px 0;
    box-sizing: border-box;
    display: inline-block;
}

/*日にち*/
.th_days_group {
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 200;
}

.th_days_group .days_emp {
    min-width: 30px;
    width: 160px;
    min-width: 160px;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 4px 6px;
    font-size: 1.2rem;
    background: #f0f3f5;
    border-bottom: 1px solid #869dae;
}

.th_s .th_days_group .days_emp {
    width: 60px;
    min-width: 60px;
}

.th_days_wrap {
    display: flex;
    /*時間*/
}

.th_days_wrap .th_days {
    min-width: 30px;
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 4px 6px;
    font-size: 1.2rem;
    border-left: 1px solid #869dae;
    text-align: center;
    font-size: 1.4rem;
    background: #f0f3f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #869dae;
    transition: 0.2s;
    /*土曜*/
    /*日曜*/
}

.th_days_wrap .th_days a {
    color: inherit;
    text-decoration: none;
    display: block;
    width: 100%;
    height: 100%;
}

.th_days_wrap .th_days span {
    font-size: 1.2rem;
}

.th_days_wrap .th_days span::before {
    content: "(";
}

.th_days_wrap .th_days span::after {
    content: ")";
}

.th_days_wrap .th_days.sat {
    color: #0078ce;
}

.th_days_wrap .th_days.sun {
    color: #c72356;
}

.th_days_wrap .th_days:hover {
    background: #dae1e6;
}

.th_days_wrap .th_time {
    min-width: 30px;
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 4px 6px;
    font-size: 1.2rem;
    border-left: 1px solid #869dae;
    text-align: center;
    font-size: 1.4rem;
    background: #f0f3f5;
    display: flex;
    justify-content: center;
    align-items: center;
    border-bottom: 1px solid #869dae;
}

.td_big .th_days_wrap .th_days {
    width: 82px;
    max-width: 82px;
}

.td_big .th_days_wrap .th_time {
    width: 82px;
    max-width: 82px;
}

/*table*/
.cell_group {
    display: flex;
    position: relative;
    /*★★中のbar　高さ用(phpで入れる)*/
}

.cell_group .th_cell {
    min-width: 30px;
    width: 160px;
    min-width: 160px;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 4px 6px;
    font-size: 1.2rem;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #869dae;
}

.cell_group .th_cell.tx_cent {
    justify-content: center;
}

.th_s .cell_group .th_cell {
    width: 60px;
    min-width: 60px;
}

.cell_group.btm_bd .th_cell {
    border-bottom: 2px solid #869dae;
}

.cell_group.btm_bd .td_cell_wrap .td_cell {
    border-bottom: 2px solid #869dae;
}

.cell_group.top_bd .th_cell {
    border-top: 1px solid #869dae;
}

.cell_group.top_bd .td_cell_wrap .td_cell {
    border-top: 1px solid #869dae;
}

.cell_group.total_cell .th_cell {
    background: #eef9fc;
}

.cell_group.total_cell .td_cell_wrap .td_cell {
    background: #eef9fc;
    display: flex;
    align-items: center;
}

.cell_group.total_cell .td_cell_wrap.tx_right .td_cell {
    justify-content: flex-end;
}

.cell_group.total_cell .td_cell_wrap.tx_cent .td_cell {
    justify-content: center;
}

.cell_group[class^="bar_height"] {
    height: 60px;
}

.cell_group.bar_height2 {
    min-height: 54px;
}

.cell_group.bar_height3 {
    min-height: 78px;
}

.cell_group.bar_height4 {
    min-height: 102px;
}

.cell_group.bar_height5 {
    min-height: 126px;
}

.cell_group.bar_height6 {
    min-height: 150px;
}

.cell_group.bar_height7 {
    min-height: 174px;
}

.cell_group.bar_height8 {
    min-height: 198px;
}

.cell_group.bar_height9 {
    min-height: 222px;
}

.cell_group.bar_height10 {
    min-height: 246px;
}

.cell_group.bar_height11 {
    min-height: 270px;
}

.cell_group.bar_height12 {
    min-height: 294px;
}

.cell_group.bar_height13 {
    min-height: 318px;
}

.cell_group.bar_height14 {
    min-height: 342px;
}

.cell_group.bar_height15 {
    min-height: 366px;
}

.cell_group.bar_height16 {
    min-height: 390px;
}

.cell_group.bar_height17 {
    min-height: 414px;
}

.cell_group.bar_height18 {
    min-height: 438px;
}

.cell_group.bar_height19 {
    min-height: 462px;
}

.cell_group.bar_height20 {
    min-height: 486px;
}

.td_cell_wrap {
    display: flex;
    /*必要人数/過不足　エリア*/
    /*各自の動作する部分*/
}

.td_cell_wrap .td_cell {
    min-width: 30px;
    width: 56px;
    min-width: 56px;
    max-width: 56px;
    box-sizing: border-box;
    line-height: 1.2;
    padding: 4px 6px;
    font-size: 1.2rem;
    border-left: 1px solid #869dae;
    border-bottom: 1px solid #869dae;
}

.td_big .td_cell_wrap .td_cell {
    width: 82px;
    max-width: 82px;
}

.td_cell_wrap.need_wrap .td_cell {
    position: relative;
    padding: 0;
}

.td_cell_wrap.need_wrap .td_cell .need_num {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 100;
}

.td_cell_wrap.need_wrap .td_cell>a {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    transition: 0.2s;
    text-decoration: none;
    color: #0078ce;
    background: #fff;
    position: relative;
    z-index: 110;
}

.td_cell_wrap.need_wrap .td_cell>a i {
    font-size: 2.0rem;
}

.td_cell_wrap.need_wrap .td_cell>a:hover {
    opacity: 1;
}

.td_cell_wrap.motions_wrap {
    position: absolute;
    top: 0;
    left: 160px;
    height: 100%;
}

.th_s .td_cell_wrap.motions_wrap {
    left: 60px;
}

.td_cell_wrap.motions_wrap .td_cell {
    border: none;
    height: calc(100% - 4px);
    position: relative;
    padding: 0;
    margin-top: 4px;
    margin-bottom: 0;
}

.td_cell_wrap.motions_wrap .td_cell>a {
    opacity: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: calc(100% + 4px);
    transition: 0.2s;
    text-decoration: none;
    color: #0078ce;
    position: relative;
    z-index: 110;
    margin-top: -4px;
}

.td_cell_wrap.motions_wrap .td_cell>a i {
    font-size: 2.0rem;
}

.td_cell_wrap.motions_wrap .td_cell>a:hover {
    opacity: 1;
    background: rgba(73, 170, 215, 0.2);
}

.shift_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    z-index: 120;
    /*バーの段指定*/
}

.shift_bar>a {
    color: inherit;
    text-decoration: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.shift_bar .bar_inner {
    width: 100%;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shift_bar .tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px 6px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none;
    color: #fff;
}

.shift_bar .tooltip::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.8);
}

.shift_bar.inactive::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.5);
}

.shift_bar.bar01 {
    background: #e5c92e;
}

.shift_bar.bar02 {
    background: #8a36d9;
}

.shift_bar.bar03 {
    background: #90cc29;
}

.shift_bar.bar04 {
    background: #d56c58;
}

.shift_bar.bar05 {
    background: #58b3d5;
}

.shift_bar.bar06 {
    background: #d67a2f;
}

.shift_bar.bar07 {
    background: #684e39;
}

.shift_bar.bar08 {
    background: #41b350;
}

.shift_bar.bar09 {
    background: #d5587d;
}

.shift_bar.bar10 {
    background: #4a6bc5;
}

.shift_bar.bar11 {
    background: #b1cc37;
}

.shift_bar.bar12 {
    background: #7c7c64;
}

.shift_bar.bar13 {
    background: #24b96f;
}

.shift_bar.bar14 {
    background: #da4dd2;
}

.shift_bar.bar15 {
    background: #4ebdb7;
}

.shift_bar.bar16 {
    background: #99905c;
}

.shift_bar.bar17 {
    background: #695dd4;
}

.shift_bar.bar18 {
    background: #569b4d;
}

.shift_bar.bar19 {
    background: #db3e3e;
}

.shift_bar.bar20 {
    background: #576368;
}

.shift_bar.bar_need {
    background: #748b9b;
}

.shift_bar.bar_step2 {
    top: 24px;
}

.shift_bar.bar_step3 {
    top: 48px;
}

.shift_bar.bar_step4 {
    top: 72px;
}

.shift_bar.bar_step5 {
    top: 96px;
}

.shift_bar.bar_step6 {
    top: 120px;
}

.shift_bar.bar_step7 {
    top: 144px;
}

.shift_bar.bar_step8 {
    top: 168px;
}

.shift_bar.bar_step9 {
    top: 192px;
}

.shift_bar.bar_step10 {
    top: 216px;
}

.shift_bar.bar_step11 {
    top: 240px;
}

.shift_bar.bar_step12 {
    top: 264px;
}

.shift_bar.bar_step13 {
    top: 288px;
}

.shift_bar.bar_step14 {
    top: 312px;
}

.shift_bar.bar_step15 {
    top: 336px;
}

.shift_bar.bar_step16 {
    top: 360px;
}

.shift_bar.bar_step17 {
    top: 384px;
}

.shift_bar.bar_step18 {
    top: 408px;
}

.shift_bar.bar_step19 {
    top: 432px;
}

.shift_bar.bar_step20 {
    top: 456px;
}


.th_days_group+.cell_group .shift_bar .tooltip {
    position: absolute;
    bottom: -80px;
    background: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px 6px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    display: none;
    color: #fff;
}

.th_days_group+.cell_group .shift_bar .tooltip::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-bottom: 7px solid rgba(0, 0, 0, 0.8);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.td_cell .shift_bar:nth-child(1) {
    z-index: 140;
}

.td_cell .shift_bar:nth-child(2) {
    z-index: 139;
}

.td_cell .shift_bar:nth-child(3) {
    z-index: 138;
}

.td_cell .shift_bar:nth-child(4) {
    z-index: 137;
}

.td_cell .shift_bar:nth-child(5) {
    z-index: 136;
}

.td_cell .shift_bar:nth-child(6) {
    z-index: 135;
}

.td_cell .shift_bar:nth-child(7) {
    z-index: 134;
}

.td_cell .shift_bar:nth-child(8) {
    z-index: 133;
}

.td_cell .shift_bar:nth-child(9) {
    z-index: 132;
}

.td_cell .shift_bar:nth-child(10) {
    z-index: 131;
}

.td_cell .shift_bar:nth-child(11) {
    z-index: 130;
}

.td_cell .shift_bar:nth-child(12) {
    z-index: 129;
}

.td_cell .shift_bar:nth-child(13) {
    z-index: 128;
}

.td_cell .shift_bar:nth-child(14) {
    z-index: 127;
}

.td_cell .shift_bar:nth-child(15) {
    z-index: 126;
}

.td_cell .shift_bar:nth-child(16) {
    z-index: 125;
}

.td_cell .shift_bar:nth-child(17) {
    z-index: 124;
}

.td_cell .shift_bar:nth-child(18) {
    z-index: 123;
}

.td_cell .shift_bar:nth-child(19) {
    z-index: 122;
}

.td_cell .shift_bar:nth-child(20) {
    z-index: 121;
}



.shift_time>li {
    position: relative;
    text-align: left;
}

.shift_time>li+li {
    margin-top: 2px;
}

.shift_time>li>a {
    display: block;
    text-decoration: none;
    color: inherit;
    border-radius: 2px;
    box-sizing: border-box;
    padding: 2px 3px;
    font-size: 1.0rem;
    line-height: 1.1;
    color: #fff;
    position: relative;
    z-index: 120;
    transition: 0.2s;
}

.shift_time>li>a:hover {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
}

.shift_time>li span {
    white-space: nowrap;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.shift_time>li.inactive a {
    opacity: 0.8;
    -webkit-filter: saturate(40%);
    filter: saturate(40%);
}

.shift_time>li.bar01 a {
    background: #e5c92e;
}

.shift_time>li.bar02 a {
    background: #8a36d9;
}

.shift_time>li.bar03 a {
    background: #90cc29;
}

.shift_time>li.bar04 a {
    background: #d56c58;
}

.shift_time>li.bar05 a {
    background: #58b3d5;
}

.shift_time>li.bar06 a {
    background: #d67a2f;
}

.shift_time>li.bar07 a {
    background: #684e39;
}

.shift_time>li.bar08 a {
    background: #41b350;
}

.shift_time>li.bar09 a {
    background: #d5587d;
}

.shift_time>li.bar10 a {
    background: #4a6bc5;
}

.shift_time>li.bar11 a {
    background: #b1cc37;
}

.shift_time>li.bar12 a {
    background: #7c7c64;
}

.shift_time>li.bar13 a {
    background: #24b96f;
}

.shift_time>li.bar14 a {
    background: #da4dd2;
}

.shift_time>li.bar15 a {
    background: #4ebdb7;
}

.shift_time>li.bar16 a {
    background: #99905c;
}

.shift_time>li.bar17 a {
    background: #695dd4;
}

.shift_time>li.bar18 a {
    background: #569b4d;
}

.shift_time>li.bar19 a {
    background: #db3e3e;
}

.shift_time>li.bar20 a {
    background: #576368;
}


/*必要人数*/
.need_state {
    position: relative;
    display: flex;
    align-items: center;
    height: 80%;
    margin-top: 2px;
}

.need_state .need_bar {
    position: absolute;
    height: 100%;
    cursor: pointer;
}

.need_state .need_bar .tooltip {
    position: absolute;
    background: rgba(0, 0, 0, 0.8);
    white-space: nowrap;
    text-align: center;
    border-radius: 4px;
    box-sizing: border-box;
    padding: 4px 6px;
    -webkit-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    display: none;
    color: #fff;
    z-index: 500;
    left: 50%;
    right: 0;
    margin: auto;
    min-width: 120px;
}

.need_state .need_bar .tooltip::after {
    content: '';
    position: absolute;
    bottom: -13px;
    left: 50%;
    margin-left: -7px;
    border: 7px solid transparent;
    border-top: 7px solid rgba(0, 0, 0, 0.8);
}


.need_state .need_bar.need_lack {
    background-color: rgba(233, 130, 162, 0.8);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #e982a2 4px, #e982a2 10px);
}

.need_state .need_bar.need_exactly {
    background-color: rgba(171, 191, 201, 0.8);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #abbfc9 4px, #abbfc9 10px);
}

.need_state .need_bar.need_many {
    background-color: rgba(133, 165, 212, 0.8);
    background-image: repeating-linear-gradient(45deg, transparent, transparent 4px, #85a5d4 4px, #85a5d4 10px);
}

/*staff*/
.staff_box dt {
    line-height: 1;
}

.staff_box dt .staff_name {
    font-size: 1.2rem;
    font-weight: bold;
    margin-right: 4px;
}

.staff_box dt+dd {
    padding-top: 6px;
}

.staff_box dd {
    font-size: 1.2rem;
    line-height: 1.2;
    padding-top: 2px;
    color: #555;
}

.staff_box dd .number {
    color: #000;
}

.status {
    font-size: 1.0rem;
    white-space: nowrap;
    color: #fff;
    background: #000;
    padding: 2px 4px;
    border-radius: 4px;
}

/*total*/
.total_th dt {
    color: #555;
    font-size: 1.2rem;
}

.total_th dd {
    color: #0078ce;
    font-size: 1.2rem;
}

/*role*/
.role {
    font-size: 1.2rem;
    padding: 6px 0;
    font-weight: bold;
}

/*tx_box*/
.tx_box01 {
    background: #f0f3f5;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 6px;
}

.tx_box02 {
    background: #eef9fc;
    box-sizing: border-box;
    padding: 16px;
    border-radius: 6px;
}

.tx_box03 {
    background: #fff;
    border: 1px solid #0078ce;
    box-sizing: border-box;
    padding: 16px;
    margin: 5px;
    border-radius: 6px;
}

.tx_box03 .dl_basic03 {
    display: flex;
}

.tx_box03 .dl_basic03 dt {
    font-weight: bold;
    color: #0078ce;
}

.tx_box03 .dl_basic03 dd {
    margin-top: 0;
    margin-right: 20px;
}

@media print,
screen and (min-width: 768px) {
    .tx_box03 .dl_basic03 dd {
        margin-top: -3px;
        margin-right: 20px;
    }
}

/*=============
 * shift_color_list
 * ==============*/
.shift_color_wrap {
    margin-bottom: 24px;
    border: 1px dotted #869dae;
    background: rgba(182, 196, 206, 0.2);
    box-sizing: border-box;
    padding: 12px;
    border-radius: 6px;
}

@media print,
screen and (min-width: 768px) {
    .shift_color_wrap {
        padding: 16px;
    }
}

.shift_color_list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 16px;
}

.shift_color_list>li {
    white-space: nowrap;
    font-size: 1.2rem;
}

.shift_color_list>li span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border: 2px solid #fff;
}

.shift_color_list>li span.bar01 {
    background: #e5c92e;
}

.shift_color_list>li span.bar02 {
    background: #8a36d9;
}

.shift_color_list>li span.bar03 {
    background: #90cc29;
}

.shift_color_list>li span.bar04 {
    background: #d56c58;
}

.shift_color_list>li span.bar05 {
    background: #58b3d5;
}

.shift_color_list>li span.bar06 {
    background: #d67a2f;
}

.shift_color_list>li span.bar07 {
    background: #684e39;
}

.shift_color_list>li span.bar08 {
    background: #41b350;
}

.shift_color_list>li span.bar09 {
    background: #d5587d;
}

.shift_color_list>li span.bar10 {
    background: #4a6bc5;
}

.shift_color_list>li span.bar11 {
    background: #b1cc37;
}

.shift_color_list>li span.bar12 {
    background: #7c7c64;
}

.shift_color_list>li span.bar13 {
    background: #24b96f;
}

.shift_color_list>li span.bar14 {
    background: #da4dd2;
}

.shift_color_list>li span.bar15 {
    background: #4ebdb7;
}

.shift_color_list>li span.bar16 {
    background: #99905c;
}

.shift_color_list>li span.bar17 {
    background: #695dd4;
}

.shift_color_list>li span.bar18 {
    background: #569b4d;
}

.shift_color_list>li span.bar19 {
    background: #db3e3e;
}

.shift_color_list>li span.bar20 {
    background: #576368;
}


/*=============
dl ul
==============*/
.dl_basic {
    text-align: left;
}

.dl_basic dd {
    margin-top: 4px;
}

.dl_basic dd+dt {
    margin-top: 16px;
}

.dl_basic dd+dd {
    margin-top: 8px;
}

.dl_basic02 {
    text-align: left;
}

.dl_basic02 dt {
    color: #555;
    font-size: 1.4rem;
}

.dl_basic02 dt::after {
    content: "：";
}

.dl_basic02 dd {
    margin-top: 2px;
}

.dl_basic03 {
    text-align: left;
    overflow: hidden;
}

.dl_basic03 dt {
    color: #555;
    font-size: 1.4rem;
    clear: both;
    float: left;
    margin-right: 8px;
}

.dl_basic03 dt::after {
    content: "：";
}

.dl_basic03 dd {
    margin-top: 2px;
    float: left;
}

.dl_basic04 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    border-top: 1px solid #b6c4ce;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04 {
        flex-direction: row;
    }
}

.dl_basic04 dt {
    color: #555;
    width: 100%;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 0 3px;
}

.dl_basic04 dt.w100 {
    width: 100%;
    font-weight: bold;
    box-sizing: border-box;
    padding: 10px 0 3px;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04 dt {
        width: 230px;
        border-bottom: 1px solid #b6c4ce;
        padding: 8px 0;
        display: flex;
        align-items: center;
    }

    .modal_content .dl_basic04 dt {
        width: 25%;
    }

    .modal_content .dl_basic04 dd {
        width: 75%;
    }

    .dl_basic04 dt.w100 {
        width: 100%;
        border-bottom: 0px solid #b6c4ce;
        padding: 8px 10px;
        display: flex;
        align-items: center;
    }

    .ly_card_2column .dl_basic04 dt {
        width: 100px;
    }

    .ly_2column .dl_basic04 dt {
        width: 9em;
    }
}

.dl_basic04 dd,
.dl_basic04 dd.w100 {
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #b6c4ce;
    padding: 3px 0 10px;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04 dd {
        margin-top: 0;
        width: calc(100% - 230px);
        padding: 8px;
    }

    .dl_basic04 dd.w100 {
        margin-top: 0;
        width: 100%;
        padding: 8px;
        padding-left: 200px;
    }

    .ly_card_2column .dl_basic04 dd {
        width: calc(100% - 100px);
    }

    .ly_2column .dl_basic04 dd {
        width: calc(100% - 9em);
    }
}


.dl_basic04 .means,
.dl_basic04 .station {
    margin-right: 10px;
}

.dl_basic04 .station {
    margin-left: 10px;
}

.dl_basic04 .pass {
    margin-right: 20px;
}

.dl_basic04 .station,
.dl_basic04 .cost {
    font-weight: bold;
    font-size: 1.7rem;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04 .pass {
        margin-left: 30px;
    }
}



.dl_basic05 {
    text-align: left;
    overflow: hidden;
}

.dl_basic05 dt {
    color: #0078ce;
    clear: both;
    margin-right: 8px;
    box-sizing: border-box;
}

.dl_basic05 dt::after {
    content: "：";
}

.dl_basic05 dd {
    margin-top: 2px;
    box-sizing: border-box;
}

.dl_basic05 div+div {
    margin-top: 16px;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic05 div {
        display: flex;
        flex-wrap: wrap;
        gap: 10px 0;
        box-sizing: border-box;
        align-items: center;
    }

    .dl_basic05 dt {
        width: max-content;
    }

    .dl_basic05 dd {
        margin-top: 0;
    }

}


/*------------------------------------------------------------route*/
@media print,
screen and (min-width: 992px) {
    .route .dl_basic04 dd {
        margin-top: 8px;
    }
}


.dl_basic04_03 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04_03 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

.dl_basic04_03>dt {
    width: 100%;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 8px;
    padding: 2px 0 2px 12px;
    color: #0078ce;
    position: relative;
}

.dl_basic04_03>dt::before {
    content: "";
    display: block;
    width: 4px;
    height: 1.4em;
    background: #0078ce;
    position: absolute;
    top: 4px;
    left: 0;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04_03>dt {
        width: 20%;
        padding: 8px 0 8px 12px;
    }

    .dl_basic04_03>dt::before {
        top: 8px;
    }
}

.dl_basic04_03>dd {
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #b6c4ce;
    padding: 3px 0 10px;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04_03>dd {
        width: 25%;
        margin-top: 0;
        margin-right: 5%;
        padding: 15px 10px 0;
    }
}


.dl_basic04_04 {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 100%;
    margin-bottom: 20px;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04_04 {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        margin-bottom: 40px;
    }
}

.dl_basic04_04>dt {
    width: 100%;
    font-weight: bold;
    box-sizing: border-box;
    margin-top: 8px;
    padding: 2px 0 2px 12px;
    color: #0078ce;
    position: relative;
}

.dl_basic04_04>dt::before {
    content: "";
    display: block;
    width: 4px;
    height: 1.4em;
    background: #0078ce;
    position: absolute;
    top: 4px;
    left: 0;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04_04>dt {
        width: 7em;
        padding: 8px 0 8px 12px;
        border-bottom: 1px solid #b6c4ce;
    }

    .dl_basic04_04>dt::before {
        top: 8px;
    }
}

.dl_basic04_04>dd {
    margin-top: 2px;
    width: 100%;
    box-sizing: border-box;
    border-bottom: 1px solid #b6c4ce;
    padding: 3px 0 10px;
}

@media print,
screen and (min-width: 768px) {
    .dl_basic04_04>dd {
        width: calc(48% - 7em);
        margin-top: 0;
        margin-right: 2%;
        padding: 10px 10px 0;
    }

    .dl_basic04_04.form>dd {
        padding: 15px 10px 10px;
    }

    .dl_basic04_04>dd.onecolumn {
        width: calc(98% - 7em);
    }

}


.note_list {
    text-align: left;
}

.note_list>li {
    position: relative;
    padding: 0 0 0 1.2em;
}

.note_list>li::before {
    content: "※";
    color: #c72356;
    position: absolute;
    left: 0;
    top: 0;
}

.note_list>li+li {
    margin-top: 8px;
}

.note_list.tx_s>li {
    font-size: 1.4rem;
}

.list_basic li {
    text-align: left;
}

.list_basic li+li {
    margin-top: 8px;
}

.list_basic02 li {
    padding: 0 0 6px 0;
    border-bottom: 1px solid #b6c4ce;
}

.list_basic02 li+li {
    padding-top: 6px;
}

@media print,
screen and (min-width: 768px) {
    .list_basic02 li {
        padding: 0 0 8px 0;
    }

    .list_basic02 li+li {
        padding-top: 8px;
    }
}

.list_num {
    list-style-type: decimal;
    margin-left: 20px;
}

.list_2column {
    margin-top: 10px;
}

.list_2column li {
    list-style: disc;
    margin-left: 20px;
}

@media print,
screen and (min-width: 768px) {
    .list_2column {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .list_2column li {
        width: calc(49% - 20px);
    }
}

/*=============
login
==============*/
.login_body {
    background: #49aad7;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(45deg, #49aad7 0%, #0078ce 50%, #49aad7 100%);
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.login_wrap {
    background: rgba(255, 255, 255, 0.85);
    width: 80%;
    max-width: 600px;
    border-radius: 6px;
    box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
    padding: 40px 32px;
    box-sizing: border-box;
}

@media print,
screen and (min-width: 768px) {
    .login_wrap {
        padding: 40px;
    }
}

.login_title {
    font-size: 3.0rem;
    color: #0078ce;
    font-weight: bold;
    text-shadow: 2px 2px 1px #ffffff,
        -2px 2px 1px #ffffff,
        2px -2px 1px #ffffff,
        -2px -2px 1px #ffffff,
        2px 0px 1px #ffffff,
        0px 2px 1px #ffffff,
        -2px 0px 1px #ffffff,
        0px -2px 1px #ffffff;
}

.login_form {
    margin: 16px auto 0;
    text-align: left;
    max-width: 400px;
}

.login_form dt {
    font-size: 1.6rem;
}

.login_form dd+dt {
    margin-top: 12px;
}

input[type="text"].login_tx_input,
input[type="password"].login_tx_input {
    width: 100%;
    box-sizing: border-box;
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    border-radius: 4px;
    padding: 8px;
}

@media print,
screen and (min-width: 768px) {

    input[type="text"].login_tx_input,
    input[type="password"].login_tx_input {
        padding: 12px;
    }
}

.forget_tx {
    margin-top: 8px;
}

.forget_tx a {
    font-size: 1.4rem;
    text-align: none;
    border-bottom: 1px solid #49aad7;
    color: #49aad7;
    text-decoration: none;
}

.forget_tx a i {
    font-size: 1.2em;
    vertical-align: middle;
}

.forget_tx a:hover {
    color: #7da2b3;
    border-bottom: 1px solid #7da2b3;
}

.login_btn {
    margin: 24px auto 0;
    max-width: 240px;
}

.login_btn button {
    background: #0078ce;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
    width: 100%;
    border-radius: 100px;
    color: #fff;
    font-size: 1.8rem;
    padding: 8px 16px;
    transition: 0.2s;
}

.login_btn button i {
    vertical-align: middle;
    margin-right: 6px;
}

.login_btn button:hover {
    -webkit-filter: brightness(110%);
    filter: brightness(110%);
}

@media print,
screen and (min-width: 768px) {
    .login_btn button {
        padding: 12px 16px;
    }
}

.dd_area {
    display: flex;
    padding: 10px;
    border: solid 1px #b6c4ce;
}

.dd_area>div:first-child {
    position: relative;
    margin-right: 30px;
}

.dd_area>div:first-child::before {
    position: absolute;
    top: 50%;
    right: -20px;
    display: block;
    width: 15px;
    height: 6px;
    margin-top: -3px;
    content: "";
    background: #49aad7;
}

.dd_area>div:first-child::after {
    position: absolute;
    top: 50%;
    right: -35px;
    display: block;
    width: 0px;
    height: 0px;
    content: "";
    border: solid 10px transparent;
    border-left: solid 10px #49aad7;
    margin-top: -10px;
}

.dd_area .dl_basic04 h4 {
    margin-bottom: 5px;
    font-weight: bold;
}

.dd_area .dl_basic04 dt,
.dd_area .dl_basic04 dd {
    border-bottom: none;
}

.dd_area .select {
    min-width: 120px;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.dd_area .select2 {
    min-width: 120px;
    min-height: 120px;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.select3 {
    min-width: 200px;
    max-height: 200px;
    overflow-y: scroll;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.dd_area button {
    display: inline-block;
    border-radius: 100px;
    margin-left: 10px;
    padding: 6px 10px;
    text-decoration: none;
    line-height: 1.1;
    color: #fff;
    background: #0078ce;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
    cursor: pointer;
}

.dd_area.b_none {
    border-top: none;
    border-left: none;
    border-right: none;
    padding: 0;
}

#select1 li,
#select2 li {
    list-style: none
}

@media print,
screen and (min-width: 768px) {
    .dd_area .dl_basic04 {
        display: block;
    }

    .dd_area .dl_basic04 dt,
    .dd_area .dl_basic04 dd {
        width: auto;
    }
}


.toggle_area02,
.toggle_area03 {
    display: none;
}

.balloon_box {
    position: relative;
    display: inline-block;
    margin-top: 10px;
    padding: 10px;
    border-radius: 4px;
    background: #f0f3f5;
}

.balloon_box::before {
    position: absolute;
    top: -20px;
    left: 10em;
    display: inline-block;
    width: 0;
    height: 0;
    content: "";
    border: solid 10px transparent;
    border-bottom: solid 10px #f0f3f5;
}

table.contact_table.style_none {
    border-left: none;
    border-top: none;
}

table.contact_table.style_none tr th {
    padding: 2px 10px 2px 0;
    border-right: none;
    border-bottom: none;
    white-space: nowrap;
    background: none;
    color: #000;
}

table.contact_table.style_none tr td {
    padding: 2px 0;
    border-right: none;
    border-bottom: none;
    background: none;
}

table.s_window .btn_open {
    width: 3em !important;
    position: relative;
}

table.s_window .btn_open>button {
    padding: 4px 8px;
    line-height: 1.1;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(90deg, #869dae 0%, #555 100%);
}

table.s_window .btn_open>div {
    display: none;
    box-shadow: 0 5px 15px -5px rgb(0 0 0 / 51%);
    background: #fff;
    border-bottom: 1px solid #bbb;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    text-align: center;
    color: #333;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    padding: 10px;
    position: absolute;
    z-index: 9999;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

table.s_window.rb .btn_open>div {
    position: absolute;
    right: 4em;
    bottom: 0;
}

table.s_window .btn_open>div .yes {
    width: 80px;
    padding: 4px 8px;
    line-height: 1.1;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
}

table.s_window .btn_open>div .no {
    width: 80px;
    padding: 4px 8px;
    line-height: 1.1;
    color: #fff;
    border-radius: 100px;
    background: linear-gradient(90deg, #869dae 0%, #555 100%);
}

/*------------------------------------------------------------house_name*/
.house_name {
    margin-left: 30px;
}

/*------------------------------------------------------------syataku*/
.syataku .tx_box01 {
    margin-top: 20px;
}

.syataku .dl_basic03 dd {
    margin-top: 10px;
}

@media print,
screen and (min-width: 992px) {
    .syataku {
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .syataku .tx_box01 {
        margin-top: 0;
        margin-left: 10px;
        width: 40%;
    }

    .syataku .dl_basic03 dd {
        margin-top: 8px;
    }

    .syataku .dl_basic04 dd {
        margin-top: 8px;
    }
}

/*------------------------------------------------------------select_employee*/
.select_employee .table_basic tr th:first-child {
    width: 10%;
}

/*------------------------------------------------------------list_check*/
.list_check li {
    margin-bottom: 10px;
}

@media print,
screen and (min-width: 992px) {
    .list_check {
        display: flex;
    }

    .list_check li {
        margin: 5px;
    }
}

.table_symple tr th,
.table_symple tr td {
    padding: 6px 0;
    line-height: 1.6;
    vertical-align: top;
}

.table_symple tr th {
    padding: 6px 10px 6px 0;
    font-weight: normal;
    white-space: nowrap;
}

.table_symple tr td .lineup_box {
    display: flex;
}

/*内線表================*/
.ext_table th {
    font-weight: normal;
    text-align: center;
}

.btn_execution {
    text-align: center;
}

.btn_execution a {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #999;
    background: #ececec;
    text-decoration: none;
    color: #000;
    border-radius: 4px;
    font-size: 1.4rem;
    padding: 2px 4px;
    max-width: 60px;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.2s;
}

.btn_execution a:hover {
    background: #999;
    color: #fff;
    opacity: 0.8;
}

.btn_execution span {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #bbb;
    background: #ddd;
    text-decoration: none;
    color: #888;
    border-radius: 4px;
    font-size: 1.4rem;
    padding: 2px 4px;
    max-width: 60px;
    box-sizing: border-box;
    margin: 0 auto;
    transition: 0.2s;
}

/*select_list*/
.select_list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.select_list_tx_box {
    padding: 0 0.5em;
}

@media print,
screen and (min-width:768px) {
    .select_list {
        flex-wrap: wrap;
        flex-direction: row;
        gap: 10px;
    }

    .select_list_tx_box {
        font-size: 1.6rem;
    }
}

.select_list>div {
    display: flex;
    align-items: center;
}

.select_list>div>dt {
    padding: 0 0.5em;
    white-space: nowrap;
}

.select_list>div>dt::after {
    content: ":";
    display: inline-block;
    color: #869dae;
    margin-left: 0.3em;
}


.js-scrollable {
    overflow-y: hidden !important;
}

.master_menu {
    display: flex;
    flex-wrap: wrap;
}

.master_menu li {
    width: 49%;
    margin-right: 2%;
    margin-bottom: 10px;
    line-height: 1.3;
}

.master_menu li:nth-child(2n) {
    margin-right: 0;
}

@media print,
screen and (min-width:768px) {
    .master_menu li {
        width: 23.5%;
    }

    .master_menu li:nth-child(2n) {
        margin-right: 2%;
    }

    .master_menu li:nth-child(4n) {
        margin-right: 0;
    }
}

.box_center_area {
    position: relative;
    min-height: calc(100vh - 179px);
    box-sizing: border-box;
}

.box_center {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}

.box_center h1 {
    margin-bottom: 30px;
    font-size: 24px;
    color: #0078ce;
    font-weight: bold;
}

@media print,
screen and (min-width:768px) {
    .box_center_area {
        position: relative;
        height: calc(100vh - 208px);
        box-sizing: border-box;
    }

    .box_center h1 {
        font-size: 36px;
    }
}

.box_center .message {
    font-size: 15px;
}

@media print,
screen and (min-width:768px) {
    .box_center .message {
        font-size: 17px;
    }
}

.id_box {
    display: inline-block;
    width: 100%;
    max-width: 360px;
    text-align: left;
}

.id_box dd {
    margin-bottom: 10px;
}

.news_list dt {
    line-height: 1.3;
    text-align: left;
    color: #49aad7;
}

.news_list dd {
    margin-bottom: 15px;
    line-height: 1.3;
    text-align: left;
    color: #49aad7;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media print,
screen and (min-width:576px) {
    .news_list {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .news_list dt {
        width: 6em;
    }

    .news_list dd {
        width: calc(100% - 6.5em);
    }
}

/*==================================
home
===================================*/
/*home news*/
.home_news_box {
    background: #f0f3f5;
    padding: 16px 16px 0;
    width: 100%;
    box-sizing: border-box;
    height: 200px;
    overflow-y: scroll;
}

.home_news_box dl {
    overflow: hidden;
}

.home_news_box dl dd {
    padding-bottom: 16px;
}

.home_news_box dl dd a {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media print,
screen and (min-width:768px) {
    .home_news_box dl dt {
        clear: both;
        float: left;
        width: 120px;
        padding-bottom: 16px;
    }

    .home_news_box dl dd {
        width: calc(100% - 120px);
    }
}

/*ico_link*/
.ico_link {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.ico_link li {
    width: calc(50% - 6px);
}

.ico_link li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    background: linear-gradient(90deg, #49aad7 0%, #0078ce 100%);
    border-radius: 6px;
    color: #fff;
    line-height: 1;
    padding: 14px 10px 10px;
    border-bottom: 3px solid #0061a7;
}

.ico_link li a:hover {
    background: linear-gradient(90deg, #0078ce 0%, #49aad7 100%);
    opacity: 0.8;
}

.ico_link li a i {
    font-size: 3em;
    margin-bottom: 4px;
}

@media print,
screen and (min-width:768px) {
    .ico_link li {
        width: calc(100% / 4 - 9px);
        max-width: 160px;
    }

    .ico_link li a {
        padding: 16px 10px 12px;
    }
}

/*ドラックアンドドロップ削除スクロール*/
.dd_2column {
    display: flex;
    justify-content: space-between;
    position: relative;

}

.dd_2column>div {
    width: calc(50% - 20px);
    overflow-x: auto;
}

.dd_2column>div:first-child::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 0px;
    height: 0px;
    content: "";
    border: solid 10px transparent;
    border-left: solid 10px #49aad7;
    margin-top: -10px;
}

.dd_2column>div:first-child::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    display: block;
    width: 10px;
    height: 6px;
    margin-top: -3px;
    content: "";
    background: #49aad7;
}

.dd_select_area {
    min-width: 120px;
    border: 1px solid #CBD6E2;
    background: #F5F8FA;
    border-radius: 4px;
    text-align: left;
    display: inline-block;
    height: auto;
    padding: 10px;
    box-sizing: border-box;
}

.drop_area .dd_select_area {
    max-height: 6.8em;
    min-height: 6.8em;
    overflow-y: auto;
    width: 100%;
}

/*list*/
.drag_list li {
    cursor: move;
}

.drag_list li+li,
.drop_list li+li {
    margin-top: 8px;
}

.drag_list li .del_btn {
    pointer-events: none;
    opacity: 0;
}

.drop_list li .del_btn {
    pointer-events: auto;
    opacity: 1;
    margin-left: 8px;
}

.drop_list li {
    white-space: nowrap;
}

/*del_btn*/
a.del_btn,
button.del_btn {
    display: inline;
    border: 1px solid #869dae;
    background: rgba(182, 196, 206, 0.2);
    padding: 4px 6px;
    border-radius: 6px;
    font-size: 1.4rem;
    transition: 0.2s;
}

a.del_btn:hover,
button.del_btn:hover {
    opacity: 0.8;
    background: rgba(182, 196, 206, 0.5);
}