@charset "UTF-8";
@import "//use.fontawesome.com/releases/v5.10.2/css/all.css";
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
main,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: inherit;
}
textarea {
    font-family: inherit;
    font-size: inherit;
    display: block;
}
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
nav,
section {
    display: block;
}
ol,
ul {
    list-style: none;
}
blockquote,
q {
    quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
    content: "";
    content: none;
}
label:before,
label:after {
    box-sizing: border-box;
}
ins {
    text-decoration: none;
}
mark {
    font-style: italic;
    font-weight: 700;
}
del {
    text-decoration: line-through;
}
abbr[title],
dfn[title] {
    cursor: help;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
    font-style: inherit;
    font-weight: inherit;
}
input,
select {
    vertical-align: middle;
}
input,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
header,
section,
footer,
aside,
nav,
main,
article,
figure {
    display: block;
}
img {
    vertical-align: bottom;
}
a {
    box-sizing: border-box;
    outline: none;
}
input,
button {
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    font: inherit;
    outline: none;
    vertical-align: baseline;
}
input {
    cursor: auto;
}
textarea:focus,
button:focus {
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="url"],
input[type="date"],
input[type="time"],
input[type="tel"],
input[type="password"],
textarea,
select {
    font-family: inherit;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-sizing: border-box;
    padding: 8px;
    vertical-align: baseline;
}
@media screen and (max-width: 320px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="url"],
    input[type="date"],
    input[type="time"],
    input[type="tel"],
    input[type="password"],
    textarea,
    select {
        padding: 8px 4px;
    }
}
@media screen and (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="url"],
    input[type="date"],
    input[type="time"],
    input[type="tel"],
    input[type="password"],
    textarea,
    select {
        font: 500 1.4rem/1.6 Noto Sans JP, Hiragino Kaku Gothic ProN W3,
            sans-serif;
    }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="url"],
    input[type="date"],
    input[type="time"],
    input[type="tel"],
    input[type="password"],
    textarea,
    select {
        font-family: Yu Gothic, 游ゴシック, Hiragino Kaku Gothic ProN W3, Arial,
            メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 768px) and (min-width: 1100px) {
    input[type="text"],
    input[type="email"],
    input[type="number"],
    input[type="url"],
    input[type="date"],
    input[type="time"],
    input[type="tel"],
    input[type="password"],
    textarea,
    select {
        font-size: 1.6rem;
    }
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
input[type="time"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 5px #258fc8e6;
}
select {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
    background-color: #fff;
    color: inherit;
    cursor: pointer;
    line-height: inherit;
    outline: none;
    text-indent: 0.01px;
    text-overflow: "";
    vertical-align: middle;
}
select::-ms-expand {
    display: none;
}
select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #828c9a;
}
textarea {
    width: 100%;
}
::-webkit-input-placeholder {
    color: #ccc;
}
:-moz-placeholder {
    color: #ccc;
}
.clear {
    clear: both;
    margin: 0;
    padding: 0;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-table;
}
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
    zoom: 1;
}
html {
    box-sizing: border-box;
    font-size: 62.5%;
}
body {
    font: 500 1.4rem/1.6 Noto Sans JP, Hiragino Kaku Gothic ProN W3, sans-serif;
    background-color: #fff;
    color: #111;
    display: flex;
    flex-direction: column;
    position: relative;
}
@media screen and (min-width: 768px) {
    body {
        font-family: Yu Gothic, 游ゴシック, Hiragino Kaku Gothic ProN W3, Arial,
            メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
        font-size: 1.6rem;
    }
}
@media screen and (min-width: 1100px) {
    body {
        font-size: 1.6rem;
    }
}
body svg {
    display: inline-block;
    vertical-align: sub;
    width: 1.6rem;
    height: 1.6rem;
}
@media screen and (min-width: 768px) {
    body svg {
        width: 1.8rem;
        height: 1.8rem;
    }
}
@media screen and (min-width: 1100px) {
    body svg {
        width: 2rem;
        height: 2rem;
    }
}
.wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.container {
    margin: 0 auto;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .container {
        width: 96%;
    }
}
.container-inner {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
    margin: 0 auto 15px;
    padding: 15px;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .container-inner {
        width: 96%;
    }
}
.inner {
    margin: 0 auto;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .inner {
        width: 96%;
    }
}
.inner-pc {
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .inner-pc {
        width: 96%;
    }
}
.content-inner {
    margin: 0 auto;
    padding: 6px;
    width: 96%;
}
@media screen and (min-width: 768px) {
    .content-inner {
        padding: 20px;
        width: 96%;
    }
}
.wrap-col {
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-col {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.col__main {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .col__main {
        width: 680px;
    }
}
.col__sub {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .col__sub {
        width: 300px;
    }
}
.col__2 {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .col__2 {
        width: 49%;
    }
}
.col__2 .btn-link,
.col__3 {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .col__3 {
        width: 32%;
    }
}
.col__3 .btn-link {
    width: 100%;
}
.bold {
    font-weight: 700 !important;
}
.fwN {
    font-weight: 400 !important;
}
.fsLL {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .fsLL {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1100px) {
    .fsLL {
        font-size: 3rem;
    }
}
.fsL {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .fsL {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .fsL {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
.fsM {
    font-size: 1.6rem;
    line-height: 1.5;
}
@media screen and (min-width: 768px) {
    .fsM {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .fsM {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.fsS {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .fsS {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .fsS {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.fsSS {
    font-size: 1rem;
    line-height: 1.1;
}
@media screen and (min-width: 768px) {
    .fsSS {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1100px) {
    .fsSS {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}
.mt5 {
    margin-top: 5px !important;
}
.mt10 {
    margin-top: 10px !important;
}
.mt15 {
    margin-top: 15px !important;
}
.mt20 {
    margin-top: 20px !important;
}
.mt30 {
    margin-top: 30px !important;
}
.mt40 {
    margin-top: 40px !important;
}
.mt50 {
    margin-top: 50px !important;
}
.mb5 {
    margin-bottom: 5px !important;
}
.mb10 {
    margin-bottom: 10px !important;
}
.mb15 {
    margin-bottom: 15px !important;
}
.mb20 {
    margin-bottom: 20px !important;
}
.mb30 {
    margin-bottom: 30px !important;
}
.mb40 {
    margin-bottom: 40px !important;
}
.mb50 {
    margin-bottom: 50px !important;
}
.rotate90 {
    transform: rotate(-90deg);
}
.txtc {
    text-align: center !important;
}
.txtl {
    text-align: left !important;
}
.txtr {
    text-align: right !important;
}
.list-decimal {
    list-style-type: decimal;
    padding-left: 2.5rem;
}
@media screen and (min-width: 1100px) {
    .list-decimal {
        padding-left: 3rem;
    }
}
.list-decimal li {
    padding-left: 5px;
}
.list-disc {
    list-style-type: disc;
    padding-left: 1.5rem;
}
@media screen and (min-width: 1100px) {
    .list-disc {
        padding-left: 2rem;
    }
}
.list-square {
    list-style-type: square;
    padding-left: 1.5rem;
}
@media screen and (min-width: 1100px) {
    .list-square {
        padding-left: 2rem;
    }
}
.list-attention li:before {
    content: "※";
}
.disp-ib {
    display: inline-block;
}
.disp-b {
    display: block;
}
.disp-i {
    display: inline;
}
.wrap-disp-ib span {
    display: inline-block;
}
.wrap-disp-b span {
    display: block;
}
.wrap-disp-i span {
    display: inline;
}
img {
    height: auto;
    transition: all 0.3s ease;
    vertical-align: bottom;
    max-width: 100%;
}
.pc-only {
    display: none;
}
@media screen and (min-width: 1100px) {
    .pc-only {
        display: block;
    }
}
.sp-only {
    display: block;
}
@media screen and (min-width: 1100px) {
    .sp-only {
        display: none;
    }
}
.list-empty {
    border: none !important;
    box-shadow: none !important;
    height: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
}
a:link,
a:visited {
    color: #258fc8;
    text-decoration: none;
}
a:hover {
    color: #299fde;
    text-decoration: underline;
}
a:active {
    color: #258fc8;
    text-decoration: none;
}
a {
    text-decoration: none;
}
@media screen and (min-width: 1100px) {
    a:hover {
        text-decoration: underline;
    }
    a:hover img {
        opacity: 0.8;
    }
}
a svg {
    fill: #258fc8;
}
.area-link {
    cursor: pointer;
}
@media screen and (min-width: 1100px) {
    .area-link:hover a {
        text-decoration: underline;
    }
    .area-link:hover img {
        opacity: 0.8;
    }
}
.wrap-btn-link-l {
    font-size: 1.6rem;
    line-height: 1.5;
    margin: 25px auto;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .wrap-btn-link-l {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-btn-link-l {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.wrap-btn-link-l.multiple {
    display: flex;
    justify-content: center;
}
.wrap-btn-link-l.multiple .btn-link {
    margin: 0 1%;
}
.wrap-btn-link-l .btn-link {
    background-color: #258fc8;
    border-radius: 4rem;
    color: #fff;
    display: block;
    max-width: 80%;
    margin: 0 auto;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s;
}
@media screen and (max-width: 320px) {
    .wrap-btn-link-l .btn-link {
        padding: 10px 15px;
    }
}
@media screen and (min-width: 768px) {
    .wrap-btn-link-l .btn-link {
        padding: 12px 50px;
        max-width: 60%;
        min-width: 40%;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-btn-link-l .btn-link:hover {
        background-color: #299fdecc;
        text-decoration: none;
    }
    .wrap-btn-link-l .btn-link:hover svg {
        fill: #fff;
    }
}
.wrap-btn-link-l .btn-link svg {
    display: inline-block;
    vertical-align: sub;
    width: 2.2rem;
    height: 2.2rem;
    fill: #fff;
}
@media screen and (min-width: 768px) {
    .wrap-btn-link-l .btn-link svg {
        width: 2.6rem;
        height: 2.6rem;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-btn-link-l .btn-link svg {
        width: 3rem;
        height: 3rem;
    }
}
.wrap-btn-link {
    margin: 20px auto;
    text-align: center;
}
.wrap-btn-link .btn-link {
    background-color: #fff;
    border: 1px solid #258fc8;
    border-radius: 25px;
    color: #258fc8;
    cursor: pointer;
    display: inline-block;
    margin-left: 10px;
    padding: 10px 20px;
    text-decoration: none;
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
    .wrap-btn-link .btn-link {
        margin-left: 20px;
        padding: 10px 50px;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-btn-link .btn-link:hover {
        background-color: #299fde;
        color: #fff;
        text-decoration: none;
    }
    .wrap-btn-link .btn-link:hover svg {
        fill: #fff;
    }
}
.wrap-btn-link .btn-link:first-child {
    margin-left: 0;
}
.wrap-btn-link .btn-link svg {
    fill: #258fc8;
}
.btn-link-inline {
    background-color: #fff;
    border: 1px solid #258fc8;
    border-radius: 25px;
    color: #258fc8;
    display: inline-block;
    padding: 6px 20px;
    text-decoration: none;
    transition: all 0.3s;
}
@media screen and (min-width: 768px) {
    .btn-link-inline {
        padding: 6px 30px;
    }
}
@media screen and (min-width: 1100px) {
    .btn-link-inline:hover {
        background-color: #299fde;
        color: #fff;
        text-decoration: none;
    }
    .btn-link-inline:hover svg {
        fill: #fff;
    }
}
.btn-link-inline svg {
    fill: #258fc8;
}
.wrap-more {
    margin: 15px auto;
    text-align: center;
}
.wrap-more .more {
    background-color: #ff366a;
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    transition: all 0.5s;
}
.wrap-more .more:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-left: 5px;
}
@media screen and (min-width: 1100px) {
    .wrap-more .more:hover {
        background-color: #ff5a85;
        text-decoration: none;
    }
}
.back-link {
    margin: 6px 0;
}
.back-link a:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-right: 5px;
}
.btn-line-add {
    font-size: 1.2rem;
    line-height: 1.4;
    border: 1px solid #00b900;
    border-radius: 20px;
    color: #00b900 !important;
    display: inline-block;
    padding: 2px 8px;
    transition: all 0.3s ease;
}
@media screen and (min-width: 768px) {
    .btn-line-add {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .btn-line-add {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.btn-line-add:hover {
    background-color: #00b900;
    color: #fff !important;
    text-decoration: none;
}
.btn-data-set {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #258fc8;
    border-radius: 5px;
    color: #258fc8;
    cursor: pointer;
    display: block;
    margin: 10px auto 0;
    padding: 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 80%;
}
@media screen and (min-width: 768px) {
    .btn-data-set {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .btn-data-set {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .btn-data-set {
        margin: 10px 0 0;
        padding: 6px 30px;
        width: 48%;
    }
}
@media screen and (min-width: 1100px) {
    .btn-data-set:hover {
        background-color: #299fde;
        color: #fff;
        text-decoration: none;
    }
    .btn-data-set:hover svg {
        fill: #fff;
    }
}
.btn-data-set p {
    display: block;
}
@media screen and (min-width: 768px) {
    .btn-data-set p {
        display: inline-block;
        max-width: 100%;
        vertical-align: bottom;
    }
}
.btn-data-set p:before {
    content: " (";
}
.btn-data-set p:after {
    content: ")";
}
.ac {
    color: #ff1450 !important;
}
.caution {
    color: #f05c5c !important;
}
.caution-sub {
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
    vertical-align: top;
}
@media screen and (min-width: 768px) {
    .caution-sub {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .caution-sub {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.time {
    color: #8b8b8b !important;
}
.no-data {
    color: #bbb !important;
}
.sat {
    color: #006dc9 !important;
}
.sun,
.hol {
    color: #ff3f6c !important;
}
.marker {
    background: linear-gradient(transparent 60%, #fff7bd);
    display: inline;
    padding: 0 2px 1px;
}
.marker-2 {
    background: linear-gradient(transparent 60%, #ffa3d2 60%);
    font-weight: 700;
}
.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.pc-lsS {
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .pc-lsS {
        letter-spacing: -1px;
    }
}
.pc-lsM {
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .pc-lsM {
        letter-spacing: -1.5px;
    }
}
.pc-lsL {
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .pc-lsL {
        letter-spacing: -2px;
    }
}
.pc-lsLL {
    letter-spacing: 0;
}
@media screen and (min-width: 768px) {
    .pc-lsLL {
        letter-spacing: -3px;
    }
}
.sp-lsS {
    letter-spacing: -1px;
}
@media screen and (min-width: 768px) {
    .sp-lsS {
        letter-spacing: 0;
    }
}
.sp-lsM {
    letter-spacing: -1.5px;
}
@media screen and (min-width: 768px) {
    .sp-lsM {
        letter-spacing: 0;
    }
}
.sp-lsL {
    letter-spacing: -2px;
}
@media screen and (min-width: 768px) {
    .sp-lsL {
        letter-spacing: 0;
    }
}
.sp-lsLL {
    letter-spacing: -3px;
}
@media screen and (min-width: 768px) {
    .sp-lsLL {
        letter-spacing: 0;
    }
}
.sp-br {
    display: block;
}
@media screen and (min-width: 768px) {
    .sp-br {
        display: inline;
    }
}
@keyframes fuwa-v {
    0% {
        transform: translateY(-10px);
    }
    to {
        transform: translateY(0);
    }
}
.tbl-base {
    border-top: 1px solid #ddd;
    border-collapse: collapse;
    width: 100%;
}
.tbl-base tr {
    border-bottom: 1px solid #ddd;
}
.tbl-base th,
.tbl-base td {
    border: 1px solid #e0e0e0;
    padding: 10px 7px;
    text-align: left;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .tbl-base th,
    .tbl-base td {
        padding: 20px;
    }
}
@media screen and (min-width: 1100px) {
    .tbl-base th,
    .tbl-base td {
        padding: 20px;
    }
}
.tbl-base th {
    background-color: #fdfdfd;
    font-weight: 700;
    width: 100%;
}
.tbl-base td {
    background-color: #fff;
}
.tbl-base .wrap-btn-action {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .tbl-base .wrap-btn-action {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
}
.tbl-base .btn-action {
    transition: all 0.3s ease;
    border: 1px solid #258fc8;
    border-radius: 5px;
    color: #258fc8;
    display: block;
    flex: 1;
    margin: 6px 0 0;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    vertical-align: text-bottom;
    width: 100%;
}
.tbl-base .btn-action:first-child {
    margin-top: 0;
}
.tbl-base .btn-action svg {
    vertical-align: sub;
    width: 1.6rem;
    height: 1.6rem;
    display: inline-block;
    fill: #258fc8;
}
@media screen and (min-width: 768px) {
    .tbl-base .btn-action svg {
        width: 1.8rem;
        height: 1.8rem;
    }
}
@media screen and (min-width: 1100px) {
    .tbl-base .btn-action svg {
        width: 2rem;
        height: 2rem;
    }
}
@media screen and (min-width: 768px) {
    .tbl-base .btn-action {
        margin: 0 0 0 10px;
        width: auto;
    }
    .tbl-base .btn-action:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 1100px) {
    .tbl-base .btn-action:hover {
        background-color: #258fc8;
        color: #fff;
    }
    .tbl-base .btn-action:hover svg {
        fill: #fff;
    }
}
.tbl-sort thead tr th.sorting {
    padding-right: 20px;
}
.sorting,
.sorting_asc,
.sorting_desc,
.sorting_asc_disabled,
.sorting_desc_disabled {
    cursor: pointer;
    position: relative;
}
.sorting:after,
.sorting_asc:after,
.sorting_desc:after,
.sorting_asc_disabled:after,
.sorting_desc_disabled:after {
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    display: block;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    opacity: 0.5;
    width: 20px;
    height: 14px;
}
@media screen and (min-width: 768px) {
    .sorting:after,
    .sorting_asc:after,
    .sorting_desc:after,
    .sorting_asc_disabled:after,
    .sorting_desc_disabled:after {
        top: 0;
        right: 8px;
        bottom: 0;
        width: 20px;
        height: 17px;
    }
}
.sorting:after {
    opacity: 0.2;
    content: "";
}
.sorting_asc:after {
    color: #009830;
    content: "";
}
.sorting_desc:after {
    color: #ff264c;
    content: "";
}
.sorting_asc {
    background-color: #e0f8ec !important;
}
.sorting_desc {
    background-color: #ffeef0 !important;
}
.tbl-base-p {
    border-top: 1px solid #555;
    border-collapse: collapse;
    width: 100%;
}
.tbl-base-p tr {
    border-bottom: 1px solid #555;
}
.tbl-base-p th,
.tbl-base-p td {
    border: 1px solid #555;
    padding: 8px;
    word-wrap: break-word;
}
.wrap-pagination {
    margin: 20px auto;
}
@media screen and (min-width: 1100px) {
    .wrap-pagination {
        margin: 30px auto;
    }
}
.pagination {
    display: flex;
    justify-content: center;
    width: 100%;
}
.pagination li {
    margin: 0 0.5%;
}
.pagination li:first-child a,
.pagination li:first-child span,
.pagination li:last-child a,
.pagination li:last-child span {
    border-radius: 20px;
    padding: 0 15px;
}
@media screen and (max-width: 320) {
    .pagination li:first-child a,
    .pagination li:first-child span,
    .pagination li:last-child a,
    .pagination li:last-child span {
        padding: 0 8px;
    }
}
.pagination li:first-child a:before,
.pagination li:first-child span:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-right: 5px;
}
.pagination li:last-child a:after,
.pagination li:last-child span:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-left: 5px;
}
.pagination li a,
.pagination li span {
    background-color: #fff;
    border-radius: 50%;
    display: block;
    line-height: 2.4;
    text-align: center;
    min-width: 34px;
    height: 34px;
}
@media screen and (min-width: 1100px) {
    .pagination li a,
    .pagination li span {
        line-height: 2.2;
        min-width: 36px;
        height: 36px;
    }
}
.pagination li a:hover,
.pagination li span:hover {
    text-decoration: none;
}
.pagination li a {
    transition: all 0.3s ease;
}
.pagination li a:hover {
    background-color: #4db6accc;
    color: #fff;
}
.pagination li .pagination--current {
    background-color: #4db6ac;
    color: #fff;
}
.pagination li .pagination--none {
    color: #aaa;
}
.entry-paging {
    display: flex;
    justify-content: space-between;
    margin: 10px auto;
    width: 100%;
}
.entry-paging__item {
    align-items: center;
    color: #888;
    display: flex;
    width: 50%;
}
.entry-paging__item:nth-child(2) {
    border-left: 1px solid #ddd;
    text-align: right;
}
.entry-paging__item.area-link {
    color: #258fc8;
}
.entry-paging__item-arrow {
    font-size: 2rem;
    width: 8%;
}
.entry-paging__item-image {
    width: 25%;
}
.entry-paging__item-ttl {
    flex: 1;
    padding: 10px;
    min-width: 0;
}
.wrap-breadcrumb {
    overflow: hidden;
    width: 100%;
}
.breadcrumb-mask {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
    width: 100%;
}
.breadcrumb {
    display: flex;
}
@media screen and (min-width: 1100px) {
    .breadcrumb {
        margin: 0 auto;
        width: 96%;
    }
}
.breadcrumb li {
    font-size: 1.2rem;
    line-height: 1.4;
    align-items: center;
    display: flex;
}
@media screen and (min-width: 768px) {
    .breadcrumb li {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .breadcrumb li {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.breadcrumb li:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #777;
    content: "";
    display: inline-block;
    padding: 0 4px;
}
.breadcrumb li:first-child {
    margin-left: 10px;
}
@media screen and (min-width: 1100px) {
    .breadcrumb li:first-child {
        margin-left: 0;
    }
}
.breadcrumb li:first-child:before {
    content: none;
    padding: 0;
}
.breadcrumb li:last-child {
    margin-right: 10px;
}
.breadcrumb li a {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    display: inline-block;
    max-width: 110px;
    padding: 8px 0;
}
.breadcrumb li.breadcrumb--current span {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    color: #111;
    display: inline-block;
    font-weight: 700;
    max-width: 110px;
    padding: 8px 0 8px 2px;
}
.wrap-img-aspect {
    display: block;
    position: relative;
}
.wrap-img-aspect:before {
    display: block;
    padding-top: 50%;
    overflow: hidden;
    content: "";
}
.img-pos,
.img-aspect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.img-pos {
    background-color: #efefef;
}
.img-aspect {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.list-simple li {
    display: inline-block;
}
.list-simple li:after {
    content: "/";
    color: #888;
    display: inline-block;
    margin: 0 4px;
}
.list-simple li:last-child:after {
    content: none;
}
.wrap-horizontal {
    background-color: #efefef;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-horizontal {
        background-color: inherit;
    }
}
.horizontal__mask {
    overflow-x: auto;
    padding: 8px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
.scroll-x-space {
    background: inherit !important;
    border: none !important;
    box-shadow: none !important;
    min-width: 1px !important;
}
@media screen and (min-width: 1100px) {
    .scroll-x-space {
        display: none;
    }
}
.list-horizontal {
    display: flex;
}
.list-horizontal__item {
    margin-right: 5px;
    min-width: 140px;
}
.is-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.is-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
}
.wrap-caution {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #fff39a;
}
@media screen and (min-width: 768px) {
    .wrap-caution {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.form-section-ttl {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .form-section-ttl {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .form-section-ttl {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
.form-item {
    border-bottom: 1px solid #ddd;
    padding: 15px 4px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .form-item {
        align-items: center;
        display: flex;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 768px) {
    .form-item__label,
    .form-item__input {
        padding: 8px;
    }
}
.form-item__label input,
.form-item__input input {
    width: 100%;
}
.form-item__label textarea,
.form-item__input textarea {
    min-height: 100px;
    width: 100%;
}
.form-item__label {
    width: 100%;
}
@media screen and (min-width: 769px) {
    .form-item__label {
        width: 40%;
    }
}
.form-item__label span {
    display: block;
}
.form-item__input {
    clear: both;
    margin-top: 10px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .form-item__input {
        flex: 1;
        margin-top: 0;
    }
}
.form-item__input .picker__input {
    cursor: pointer;
}
.form-item__label-required {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: #f7655e;
    border-radius: 3px;
    color: #fff;
    display: inline-block !important;
    line-height: 1.3;
    margin-left: 2px;
    padding: 2px 6px;
    vertical-align: text-bottom;
}
@media screen and (min-width: 768px) {
    .form-item__label-required {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .form-item__label-required {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .form-item__label-required {
        line-height: 1.4;
    }
}
.form-item__label-ttl {
    font-weight: 700;
}
.form-item__input-caution {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    margin: 5px 0;
}
@media screen and (min-width: 768px) {
    .form-item__input-caution {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .form-item__input-caution {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.select-wrap {
    display: inline-block;
    position: relative;
}
.select-wrap:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    font-size: 1.2rem;
    line-height: 1.4;
    content: "";
    width: 16px;
    height: 16px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 4px;
    bottom: 0;
    text-align: center;
    z-index: 1;
}
@media screen and (min-width: 768px) {
    .select-wrap:before {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .select-wrap:before {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .select-wrap:before {
        height: 18px;
    }
}
.select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding-right: 25px;
    width: 100%;
}
@media screen and (max-width: 320px) {
    .select-wrap select {
        padding-right: 22px;
    }
}
@media screen and (min-width: 768px) {
    .select-wrap select {
        padding-right: 30px;
    }
}
.form-item__input-group {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
}
.form-item__input-group input {
    flex: 1;
}
.form-item__input-group .select-wrap {
    display: flex;
    justify-content: flex-start;
}
.form-item__input-group .select-wrap select {
    display: inline-block;
}
.form-item__input-group .select-sub-text {
    margin-right: 2px;
    padding: 0 3px;
}
@media screen and (min-width: 768px) {
    .form-item__input-group .select-sub-text {
        margin-right: 5px;
        padding: 0 5px;
    }
}
.form-item__input-group .md-checkbox {
    height: 20px;
    margin-bottom: 0;
}
@media screen and (min-width: 768px) {
    .form-item__input-group .md-checkbox {
        height: 21px;
    }
}
.form-item .form-item__input-group {
    margin-top: 15px;
}
.form-item .form-item__input-group:first-child {
    margin-top: 0;
}
.select-wrap-group__item {
    margin-left: 20px;
}
.select-wrap-group__item:first-child {
    margin-left: 0;
}
.inputS {
    width: 82px;
}
@media screen and (max-width: 320px) {
    .inputS {
        width: 65px;
    }
}
@media screen and (min-width: 768px) {
    .inputS {
        width: 100px;
    }
}
.inputM {
    width: 100px;
}
@media screen and (min-width: 768px) {
    .inputM {
        width: 180px;
    }
}
.input-sub-text {
    margin-right: 2px;
    padding: 0 3px;
}
@media screen and (min-width: 768px) {
    .input-sub-text {
        margin-right: 5px;
        padding: 0 5px;
    }
}
@keyframes ripple {
    0% {
        box-shadow: 0 0 0 1px #0000;
    }
    50% {
        box-shadow: 0 0 0 15px #0000001a;
    }
    to {
        box-shadow: 0 0 0 15px #0000;
    }
}
.md-radio {
    margin-bottom: 5px;
}
.md-radio.md-radio-inline {
    display: inline-block;
}
.md-radio input[type="radio"] {
    display: none;
}
.md-radio input[type="radio"]:checked + label:before {
    border-color: #f96885;
    animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
    transform: scale(1);
}
.md-radio label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    line-height: 1.3;
    position: relative;
    padding-left: 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: middle;
}
@media screen and (min-width: 1100px) {
    .md-radio label {
        line-height: 1.2;
    }
}
.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    transition: all 0.3s ease;
    transition-property: transform, border-color;
}
.md-radio label:before {
    left: 0;
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #bbb;
}
.md-radio label:after {
    top: 5px;
    left: 5px;
    width: 10px;
    height: 10px;
    transform: scale(0);
    background: #f96885;
}
.md-checkbox {
    margin-bottom: 5px;
    position: relative;
    text-align: left;
}
.md-checkbox.md-checkbox-inline {
    display: inline-block;
    margin-right: 25px;
}
.md-checkbox.md-checkbox-center {
    display: inline-block;
}
.md-checkbox label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    display: inline;
    line-height: 20px;
    vertical-align: top;
    clear: both;
    padding-left: 8px;
}
.md-checkbox label:before,
.md-checkbox label:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
}
.md-checkbox label:before {
    width: 20px;
    height: 20px;
    background: #fff;
    border: 2px solid #bbb;
    border-radius: 2px;
    cursor: pointer;
    transition: background 0.3s;
}
.md-checkbox input[type="checkbox"] {
    outline: 0;
    visibility: hidden;
    width: 20px;
    height: 20px;
    margin: 0;
    display: block;
    float: left;
    font-size: inherit;
}
.md-checkbox input[type="checkbox"]:checked + label:after {
    transform: translate(3.5px, 4.3396226415px) rotate(-45deg);
    width: 12px;
    height: 6.6666666667px;
    border: 3px solid #f96885;
    border-top-style: none;
    border-right-style: none;
}
.md-checkbox input[type="checkbox"]:disabled + label {
    color: #ccc;
}
.md-checkbox input[type="checkbox"]:disabled + label:before {
    border-color: #e2e2e2;
}
.md-checkbox input[type="checkbox"]:disabled:checked + label:before {
    background: #00000042;
}
.check-col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media screen and (min-width: 768px) {
    .check-col {
        justify-content: flex-start;
    }
}
.check-col div {
    width: 48.5%;
}
.check-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 5px;
    white-space: normal;
    width: 100%;
}
.check-list li {
    align-items: center;
    cursor: pointer;
    display: flex;
    margin-bottom: 15px;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .check-list li {
        width: 48%;
    }
}
@media screen and (min-width: 1100px) {
    .check-list li {
        width: 32%;
    }
}
.check-list__item input[type="checkbox"] + label {
    align-items: center;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    padding: 10px;
    transition: 0.2s ease-in-out;
    width: 100%;
    height: 100%;
}
.check-list__item input[type="checkbox"]:checked + label {
    background-color: #87b656;
    border: 1px solid #87b656;
    color: #fff;
}
.check-list__item input[type="checkbox"] {
    display: none;
}
.form-item__action {
    font-size: 1.2rem;
    line-height: 1.4;
    border: 1px solid #ccc;
    border-radius: 5px;
    cursor: pointer;
    display: block;
    margin-left: auto;
    padding: 12.4px 6px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .form-item__action {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .form-item__action {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .form-item__action {
        padding: 11.2px 8px;
    }
}
@media screen and (min-width: 1100px) {
    .form-item__action {
        transition: all 0.3s ease;
        padding: 9.6px 8px;
    }
    .form-item__action:hover {
        text-decoration: none;
    }
}
.form-item__action svg {
    padding-right: 2px;
}
.form-item__action.form-item__action-del {
    color: #ff4141;
}
.form-item__action.form-item__action-del svg {
    fill: #ff4141;
}
@media screen and (min-width: 768px) {
    .form-item__action.form-item__action-del:hover {
        background-color: #ff4141;
        border-color: #ff4141;
        color: #fff;
    }
    .form-item__action.form-item__action-del:hover svg {
        fill: #fff;
    }
}
.form-item__reset {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    display: inline-block;
    float: right;
    padding: 12.4px 4px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .form-item__reset {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .form-item__reset {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .form-item__reset {
        padding: 11.2px 6px;
    }
}
@media screen and (min-width: 1100px) {
    .form-item__reset {
        padding: 9.6px 8px;
    }
    .form-item__reset:hover {
        text-decoration: none;
    }
}
.form-item__btn-add {
    border: 1px solid #ccc;
    border-radius: 5px;
    color: #258fc8;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
    padding: 11px 50px;
}
.form-item__btn-add svg {
    fill: #258fc8;
    padding-right: 2px;
}
@media screen and (min-width: 1100px) {
    .form-item__btn-add {
        transition: all 0.3s ease;
    }
    .form-item__btn-add:hover {
        background-color: #258fc8;
        border-color: #258fc8;
        color: #fff;
    }
    .form-item__btn-add:hover svg {
        fill: #fff;
    }
}
.form-action {
    margin: 30px auto 15px;
}
.form-action__submit {
    transition: all 0.3s ease;
    background-color: #258fc8;
    border: 1px solid #258fc8;
    border-radius: 25px;
    color: #fff;
    display: block;
    font-weight: 700;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    width: 60%;
}
@media screen and (min-width: 1100px) {
    .form-action__submit {
        width: 40%;
    }
    .form-action__submit:hover {
        background-color: #258fc8e6;
    }
}
.form-action__loader {
    position: absolute;
    top: 13px;
    left: 15px;
}
.remaining {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    margin-top: 5px;
    opacity: 0.7;
    text-align: right;
}
@media screen and (min-width: 768px) {
    .remaining {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .remaining {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.wrap-error {
    background-color: #ff5959;
    border-radius: 5px;
    color: #fff;
    padding: 10px;
    width: 100%;
}
.error-item input,
.error-item select,
.error-item textarea {
    box-shadow: 0 0 5px #ff4c4ce6;
}
.error-item__detail {
    margin-top: 5px;
}
.error-item__detail span {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #ff4c4c;
    display: block;
}
@media screen and (min-width: 768px) {
    .error-item__detail span {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .error-item__detail span {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.error-item__detail span:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: inline-block;
    margin-right: 5px;
}
.form-simple .form-item {
    border: 0;
    margin: 0;
    padding: 0;
}
.form-simple .form-item .form-item__input {
    margin-bottom: 5px;
    padding: 8px;
}
@media screen and (min-width: 768px) {
    .form-simple .form-item .form-item__input {
        padding: 12px;
    }
}
.form-simple .form-item .form-item__input input {
    border-radius: 25px;
    padding: 10px 20px;
}
.form-simple .wrap-error {
    background: none;
    border-radius: 0;
    color: #ff5959;
    padding: 10px;
    width: 100%;
}
.wrap-modaal {
    display: none;
    margin: 0 auto;
    width: 80%;
}
.modaal-inner-wrapper {
    padding: 1vh;
}
@media screen and (min-width: 768px) {
    .modaal-container {
        max-height: 80vh;
    }
}
.modaal-content-container {
    padding: 0;
}
.modaal-ttl {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    background-color: #ac426e;
    color: #fff;
    padding: 9px 40px 9px 7px;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
@media screen and (min-width: 768px) {
    .modaal-ttl {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .modaal-ttl {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 768px) {
    .modaal-ttl {
        padding: 7px 44px 6px 8px;
        position: absolute;
    }
}
.modaal-inner {
    overflow: auto;
    padding: 58px 15px 15px;
}
@media screen and (min-width: 768px) {
    .modaal-inner {
        height: 80vh;
        padding: 65px 30px 30px;
    }
}
.modaal-close:after,
.modaal-close:before {
    top: 11px;
    width: 3px;
    height: 18px;
}
@media screen and (min-width: 768px) {
    .modaal-close:after,
    .modaal-close:before {
        top: 14px;
    }
}
.modaal-close {
    position: fixed;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    z-index: 20;
}
@media screen and (min-width: 768px) {
    .modaal-close {
        position: absolute;
        width: 48px;
        height: 48px;
    }
}
.modaal-fullscreen .modaal-close {
    background: none;
    opacity: 1;
    right: 0;
    top: 0;
}
@media screen and (min-width: 768px) {
    .modaal-fullscreen .modaal-close {
        right: 10px;
        top: 10px;
    }
}
.modaal-fullscreen .modaal-close:after,
.modaal-fullscreen .modaal-close:before {
    background: #fff;
}
@media screen and (min-width: 768px) {
    .modaal-fullscreen .modaal-close:after,
    .modaal-fullscreen .modaal-close:before {
        background: #fff;
    }
}
.modaal-close:focus,
.modaal-close:hover {
    background: none;
    opacity: 0.9;
}
.modaal-close:focus:after,
.modaal-close:focus:before,
.modaal-close:hover:after,
.modaal-close:hover:before {
    background: #555;
}
.js-fixed-notice {
    background: #000000b3;
    border-radius: 5px;
    color: #fff;
    display: none;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 500;
}
@media screen and (min-width: 768px) {
    .js-fixed-notice {
        max-width: 600px;
        padding: 30px;
        width: 60%;
    }
}
#page-top {
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 500;
}
#page-top a {
    background: #aaa;
    border-radius: 50%;
    color: #fff;
    display: block;
    font-size: 2rem;
    opacity: 0.9;
    padding: 11px;
    text-align: center;
    text-decoration: none;
    width: 48px;
    height: 48px;
}
@media screen and (min-width: 1100px) {
    #page-top a {
        padding: 16px;
        width: 60px;
        height: 60px;
    }
    #page-top a:hover {
        background: #888;
        text-decoration: none;
        transition: 0.2s ease-in-out;
    }
}
.wrap-tab-btn {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.wrap-tab-btn .tab-btn-item {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    background-color: #4db6accc;
    border-radius: 3px 3px 0 0;
    box-shadow: 0 0 2px #0000001a;
    color: #fff;
    flex: 1;
    font-weight: 400;
    margin-left: 0.75%;
    position: relative;
    text-align: center;
    transition: all 0.3s ease;
    z-index: 0;
}
@media screen and (min-width: 768px) {
    .wrap-tab-btn .tab-btn-item {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-tab-btn .tab-btn-item {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
.wrap-tab-btn .tab-btn-item:hover {
    background-color: #4db6acb3;
}
.wrap-tab-btn .tab-btn-item.active {
    background-color: #fff;
    border-top: 4px solid #4db6ac;
    box-shadow: 0 -2px 2px #0000001a;
    color: #4db6ac;
    font-weight: 700;
    z-index: 5;
}
.wrap-tab-btn .tab-btn-item.active span {
    padding-top: 11px;
}
.wrap-tab-btn .tab-btn-item:first-child {
    margin-left: 0;
}
.wrap-tab-btn .tab-btn-item a,
.wrap-tab-btn .tab-btn-item span {
    display: block;
    padding: 15px;
}
.wrap-tab-btn .tab-btn-item a {
    color: #fff;
    text-decoration: none;
}
.wrap-tab-content {
    background-color: #fff;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 4px #0000001a;
    padding: 15px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-tab-content {
        padding: 20px;
    }
}
.tag-pickup {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: red;
    border-radius: 5px;
    color: #fff;
    display: inline-block;
    padding: 1px 4px;
}
@media screen and (min-width: 768px) {
    .tag-pickup {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .tag-pickup {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.list-image-sq {
    display: flex;
    margin: 5px auto;
    flex-wrap: wrap;
    width: 100%;
}
.list-image-sq li {
    margin: 0.417%;
    position: relative;
    width: 32.5%;
}
@media screen and (min-width: 1100px) {
    .list-image-sq li {
        margin: 0.25%;
        width: 19.5%;
    }
}
.list-image-sq li:before {
    display: block;
    content: "";
    padding-top: 100%;
}
.list-image-sq li a {
    border: 1px solid #ddd;
    display: block;
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.list-image-sq li a img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    max-width: 300px;
    max-height: 300px;
    width: auto;
}
@media screen and (min-width: 1100px) {
    .list-image-sq li a img {
        max-width: 500px;
        max-height: 500px;
    }
}
.noimage {
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 80% !important;
    height: 80% !important;
}
.list-item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    margin: 0 auto 5px;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-item {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.list-item__thumb {
    background-color: #efefef;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 90px;
    height: 90px;
}
@media screen and (min-width: 768px) {
    .list-item__thumb {
        margin-right: 20px;
        width: 150px;
        height: 150px;
    }
}
.list-item__thumb .list-item__thumb-pht {
    object-fit: cover;
    width: 90px;
    height: 90px;
}
@media screen and (min-width: 768px) {
    .list-item__thumb .list-item__thumb-pht {
        width: 150px;
        height: 150px;
    }
}
.thumbS .list-item__thumb {
    width: 70px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .thumbS .list-item__thumb {
        width: 100px;
        height: 100px;
    }
}
.thumbS .list-item__thumb .list-item__thumb-pht {
    object-fit: cover;
    width: 70px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .thumbS .list-item__thumb .list-item__thumb-pht {
        width: 100px;
        height: 100px;
    }
}
.thumb-circle {
    border-radius: 50%;
}
.list-item__detail {
    flex: 1;
}
.list-item__detail-ttl {
    font-weight: 700;
}
.col__sub .list-item__detail-ttl {
    font-weight: 500;
}
.list-item__detail-time {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #666;
    display: block;
}
@media screen and (min-width: 768px) {
    .list-item__detail-time {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .list-item__detail-time {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.list-item__detail-time:before {
    display: inline-block;
    font-family: Material Icons;
    content: "calendar_today";
}
.list-card {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
}
.list-card .list-item {
    margin-bottom: 5px;
    padding: 0;
    width: 48%;
}
@media screen and (min-width: 1100px) {
    .list-card .list-item {
        width: 32%;
    }
}
@media screen and (min-width: 1100px) {
    .list-card .list-item:nth-child(3n + 1) {
        margin-left: 0;
    }
}
.list-card .list-item .list-item__thumb {
    margin-right: 0;
    width: 100%;
    height: auto;
}
.list-card .list-item .list-item__detail {
    padding: 15px;
    width: 100%;
}
.list-card .list-item .list-item__detail .list-item__detail-ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.list-recommend {
    display: flex;
    padding: 10px 5px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .list-recommend {
        justify-content: start;
        overflow: hidden;
        padding: 10px 0;
    }
}
.list-recommend li {
    background-color: #fff;
    border-radius: 5px;
    margin: 0 5px;
    min-width: 200px;
    overflow: hidden;
    text-align: center;
}
@media screen and (min-width: 1100px) {
    .list-recommend li {
        margin: 0 0 0 1%;
        min-width: 19.2%;
        width: 19.2%;
    }
}
.list-recommend li:first-child {
    margin: 0;
}
.list-recommend__thumb {
    width: 100%;
}
.list-recommend__detail {
    padding: 10px;
    width: 100%;
}
.list-recommend__detail-ttl {
    font-weight: 700;
}
.list-recommend__detail-cate {
    font-size: 1rem;
    line-height: 1.1;
    color: #777;
}
@media screen and (min-width: 768px) {
    .list-recommend__detail-cate {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1100px) {
    .list-recommend__detail-cate {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}
.list-recommend__detail-salary {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .list-recommend__detail-salary {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .list-recommend__detail-salary {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.list-recommend__detail-salary span {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #ff366a;
}
@media screen and (min-width: 768px) {
    .list-recommend__detail-salary span {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .list-recommend__detail-salary span {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.rank {
    background-color: #222;
    border-radius: 50%;
    color: #fff;
    display: none;
    font-size: 1.2rem;
    line-height: 1.8;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    width: 20px;
    height: 20px;
}
.rank--on .rank {
    display: block;
}
.rank--on .list-item:nth-child(1) .rank {
    background-color: #d9b340;
}
.rank--on .list-item:nth-child(2) .rank {
    background-color: #6f7b83;
}
.rank--on .list-item:nth-child(3) .rank {
    background-color: #a15326;
}
#fixed-order {
    display: table;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#fixed-order .item {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    margin: 0 auto 15px;
    overflow: hidden;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    #fixed-order .item {
        margin-bottom: 20px;
    }
}
#fixed-order .item .header {
    background-color: #fafafa;
    border-bottom: 1px solid #eee;
    height: 43px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
}
@media screen and (min-width: 1100px) {
    #fixed-order .item .header {
        height: 46px;
    }
}
#fixed-order .item .words ol {
    display: flex;
    width: 100%;
}
#fixed-order .item .words ol li {
    border-left: 1px solid #ddd;
    text-align: center;
    width: 10%;
}
#fixed-order .item .words ol li:first-child {
    border-left: 0;
}
#fixed-order .item .words ol li a {
    display: block;
    text-decoration: none;
    padding: 10px 5px;
    transition: all 0.2s ease;
}
#fixed-order .item .words ol li a:hover {
    background-color: #4db6ac99;
    color: #fff;
}
#fixed-order .item .words ol .current a {
    background-color: #4db6ac;
    color: #fff;
}
#fixed-order .item .words-content {
    margin-top: 40px;
    padding: 15px;
}
@media screen and (min-width: 1100px) {
    #fixed-order .item .words-content {
        margin-top: 36px;
        padding: 20px;
    }
}
.words__sub {
    font-size: 1rem;
    line-height: 1.1;
    color: #888;
    display: inline-block;
    font-weight: 400;
    margin-left: 5px;
}
@media screen and (min-width: 768px) {
    .words__sub {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1100px) {
    .words__sub {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}
.words__sub:before,
.words__sub:after {
    font-weight: 400;
}
.words__sub:before {
    content: "(";
}
.words__sub:after {
    content: ")";
}
.wrap-content-set {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .wrap-content-set {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.wrap-content {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
}
.wrap-content table th,
.wrap-content table td {
    border: 1px solid #ddd;
    border-width: 0 0 1px 1px;
}
.no-radius-sp {
    border-radius: 0 !important;
}
@media screen and (min-width: 768px) {
    .no-radius-sp {
        border-radius: 5px !important;
    }
}
.content-inner {
    position: relative;
    padding: 15px;
}
@media screen and (max-width: 320px) {
    .content-inner {
        padding: 6px;
    }
}
@media screen and (min-width: 1100px) {
    .content-inner {
        padding: 20px;
    }
}
.box-content {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .box-content {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.site-header {
    animation: header-anim 5s ease infinite;
    background: linear-gradient(91deg, #a602a4, #017fbe);
    background-size: 200% 200%;
    color: #fff;
    text-align: center;
    width: 100%;
}
@keyframes header-anim {
    0% {
        background-position: 10% 0%;
    }
    50% {
        background-position: 91% 100%;
    }
    to {
        background-position: 10% 0%;
    }
}
.site-header-inner {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .site-header-inner {
        width: 96%;
    }
}
.site-header__main {
    flex: 1;
    padding: 12px 10px;
}
@media screen and (min-width: 768px) {
    .site-header__main {
        padding: 15px;
    }
}
@media screen and (min-width: 1100px) {
    .site-header__main {
        padding: 15px 0;
    }
}
.site-header__logo {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    display: block;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .site-header__logo {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .site-header__logo {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
.site-header__logo a {
    color: #fff;
    text-decoration: none;
}
.site-header__logo img {
    height: 30px;
    vertical-align: middle;
}
@media screen and (min-width: 768px) {
    .site-header__logo img {
        height: 40px;
    }
}
.site-header__logo span {
    font-size: 1rem;
    line-height: 1.1;
    display: block;
    letter-spacing: 1px;
}
@media screen and (min-width: 768px) {
    .site-header__logo span {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1100px) {
    .site-header__logo span {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}
.site-header__sub {
    padding: 13px 0;
    width: 25%;
}
.site-header__sub .site-header__nav ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: end;
}

.site-header__sub .site-header__nav ul li {
    padding-right: 5px;
    max-height: 35px;
}

.site-header__sub .site-header__nav ul li:last-child {
    padding-right: 0px;
}

.site-header__sub .site-header__nav ul li a{
    display: block;
    padding: 0px 5px 0px;
    color: lemonchiffon;
    line-height: 0px;
    text-align: center;
    margin-top: -10px;
    text-decoration: none;
}

.site-header__sub .site-header__nav ul li a span{
    display: block;
    margin-top: 3px;
    font-size: 10px;
}

.site-header__sub .site-header__nav ul li a svg{
    width: 2.7rem;
    height: 2.7rem;
    fill: #ffffff;
}
@media screen and (min-width: 1100px) {
    .site-header__sub {
        padding: 15px 0;
        width: 20%;
    }

    .site-header__sub .site-header__nav ul li a{
        padding: 0px 10px 0px;
    }
    .site-header__sub .site-header__nav ul li a svg{
        width: 3.7rem;
        height: 3.7rem;
    }
}
.site-header__sub-menu {
    display: table;
    margin-left: auto;
    width: 54px;
    height: 100%;
}
.site-header__sub-menu a {
    color: #fff;
    display: table-cell;
    height: 100%;
    line-height: 0.9;
    text-align: center;
    vertical-align: middle;
}
.site-header__sub-menu a svg {
    fill: #fff;
    width: 24px;
    height: 24px;
}
@media screen and (min-width: 1100px) {
    .site-header__sub-menu a svg {
        width: 26px;
        height: 26px;
    }
}
.sub-header {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-bottom: 10px;
    text-align: right;
}
@media screen and (min-width: 768px) {
    .sub-header {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .sub-header {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.impersonate-banner {
    background: #ff9800;
    color: #222;
    text-align: left;
    width: 100%;
}
.impersonate-banner-inner {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin: 0 auto;
    padding: 8px 12px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .impersonate-banner-inner {
        width: 96%;
    }
}
.impersonate-banner__status {
    flex: 1 1 auto;
    font-weight: bold;
    margin-right: 10px;
    min-width: 0;
    padding: 4px 0;
}
.impersonate-banner__return {
    background: #fff;
    border-radius: 4px;
    color: #c62828;
    display: inline-block;
    font-weight: bold;
    margin: 4px 0;
    padding: 6px 12px;
    text-decoration: none;
    white-space: nowrap;
}
.drawer-overlay {
    background-color: #0009;
}
.drawer-hamburger {
    padding: 11px 1rem 23px;
    position: absolute;
    width: 2.6rem;
}
@media screen and (min-width: 768px) {
    .drawer-hamburger {
        padding: 19px 1rem 30px;
    }
}
@media screen and (min-width: 1100px) {
    .drawer-hamburger {
        padding: 20px 1rem 30px;
    }
}
.drawer-hamburger-icon {
    background-color: #fff;
}
.drawer-hamburger-icon:before {
    top: -8px;
    background-color: #fff;
}
.drawer-hamburger-icon:after {
    top: 8px;
    background-color: #fff;
}
.drawer--left.drawer-open .drawer-hamburger {
    left: 24rem;
}
.drawer--left .drawer-nav {
    left: -24rem;
}
.drawer-nav {
    background-color: #363636;
    color: #fff;
    width: 24rem;
}
.drawer-nav .drawer-nav-inner {
    padding: 10px 0 60px;
}
.drawer-nav a {
    color: #fff;
    text-decoration: none;
}
.drawer-nav .ttl-nav {
    color: #aaa;
    padding: 10px;
    text-align: left;
}
.drawer-nav .drawer-main-nav ul {
    border-bottom: 1px solid #555;
    padding-bottom: 10px;
}
.drawer-nav .drawer-main-nav ul li a {
    display: block;
    font-weight: 700;
    padding: 10px;
    text-align: left;
}
.drawer-nav .drawer-main-nav ul li a svg {
    fill: #fff;
    padding-right: 10px;
    vertical-align: middle;
    width: 2.4rem;
    height: 2.4rem;
}
.drawer-info {
    padding: 20px 10px;
}
.drawer-info-admin {
    align-items: center;
    display: flex;
}
.drawer-info-admin__thumb {
    margin-right: 8px;
    width: 44px;
    height: 44px;
}
.drawer-info-admin__thumb img {
    border-radius: 50%;
}
.drawer-info-admin__detail {
    flex: 1;
    min-width: 0;
    text-align: left;
}
.drawer-info__ttl {
    font-weight: 700;
}
.drawer-sub-nav li a {
    display: block;
    padding: 10px 30px 10px 10px;
    position: relative;
    text-align: left;
}
.drawer-sub-nav li a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: block;
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    height: 22px;
}
@media screen and (min-width: 768px) {
    .drawer-sub-nav li a:after {
        height: 25px;
    }
}
.class-site .wrap-heading-1 {
    background-repeat: repeat;
    padding: 10px 0;
    width: 100%;
}
.class-site .wrap-heading-1.space {
    margin-bottom: 15px;
}
.class-site .wrap-heading-1.space-pc {
    margin: 0;
}
@media screen and (min-width: 1100px) {
    .class-site .wrap-heading-1.space-pc {
        margin-bottom: 15px;
    }
}
.class-site .heading-1 {
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .class-site .heading-1 {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1100px) {
    .class-site .heading-1 {
        font-size: 3rem;
    }
}
.class-shop .wrap-heading-1 {
    background-repeat: repeat;
    margin: 0 0 15px;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .class-shop .wrap-heading-1 {
        margin: 0 0 20px;
    }
}
.class-shop .wrap-heading-1.space {
    margin-bottom: 15px;
}
.class-shop .wrap-heading-1.space-pc {
    margin: 0;
}
@media screen and (min-width: 1100px) {
    .class-shop .wrap-heading-1.space-pc {
        margin-bottom: 15px;
    }
}
.class-shop .heading-1 {
    font-size: 1.9rem;
    line-height: 1.4;
    font-weight: 700;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .class-shop .heading-1 {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1100px) {
    .class-shop .heading-1 {
        font-size: 3rem;
    }
}
.class-site .wrap-heading-2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 15px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .class-site .wrap-heading-2 {
        margin-bottom: 20px;
    }
}
.class-site .heading-2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    padding: 0 4px 8px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .class-site .heading-2 {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .class-site .heading-2 {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
.class-site .heading-3 {
    font-size: 1.6rem;
    line-height: 1.5;
    border-left: 3px solid #f78085;
    font-weight: 700;
    margin: 15px auto 10px;
    padding: 2px 2px 2px 10px;
}
@media screen and (min-width: 768px) {
    .class-site .heading-3 {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .class-site .heading-3 {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.class-site .heading-3__sub {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #888;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .class-site .heading-3__sub {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .class-site .heading-3__sub {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.class-shop .wrap-heading-2 {
    border-bottom: 1px solid #ddd;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .class-shop .wrap-heading-2 {
        margin-bottom: 15px;
    }
}
.class-shop .heading-2 {
    font-size: 1.7rem;
    font-weight: 700;
    line-height: 1.4;
    display: inline-block;
    padding: 0 4px 8px;
    position: relative;
}
@media screen and (min-width: 768px) {
    .class-shop .heading-2 {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .class-shop .heading-2 {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
.class-shop .heading-3 {
    font-size: 1.6rem;
    line-height: 1.5;
    border-left: 3px solid #f78085;
    font-weight: 700;
    margin: 15px auto 10px;
    padding: 2px 2px 2px 10px;
}
@media screen and (min-width: 768px) {
    .class-shop .heading-3 {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .class-shop .heading-3 {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.class-site {
    background-color: #eee;
    padding: 15px 0 20px;
}
@media screen and (min-width: 768px) {
    .class-site {
        padding: 20px 0;
    }
}
.class-shop {
    background-color: #eee;
    padding: 15px 0;
}
@media screen and (min-width: 768px) {
    .class-shop {
        padding: 20px 0;
    }
}
.class-staff {
    background-color: #eee;
    padding: 2px 0 20px;
}
@media screen and (min-width: 768px) {
    .class-staff {
        padding: 20px 0 40px;
    }
}
.site-footer {
    padding: 10px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .site-footer {
        padding: 20px;
    }
}
.site-footer.site-footer-space {
    padding-bottom: 80px;
}
@media screen and (min-width: 768px) {
    .site-footer.site-footer-space {
        padding-bottom: 100px;
    }
}
.site-footer__logo {
    text-align: center;
}
.site-footer__logo img {
    opacity: 0.4;
    width: 180px;
}
.wrap-list-sitemap {
    margin: 15px auto 0;
}
.list-sitemap {
    margin: 0 auto;
    text-align: center;
}
.list-sitemap li {
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
}
@media screen and (min-width: 768px) {
    .list-sitemap li {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .list-sitemap li {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.list-sitemap li:after {
    color: #888;
    content: "|";
    display: inline-block;
    padding: 0 2px;
}
.list-sitemap li:last-child:after {
    content: none;
    padding: 0;
}
.list-sitemap li a {
    color: #888;
}
.wrap-login-info {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 auto 15px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .wrap-login-info {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-login-info {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.ft-detail {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #888;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .ft-detail {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .ft-detail {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .ft-detail {
        display: flex;
        justify-content: space-between;
    }
}
.ft-detail__contact {
    margin-bottom: 6px;
}
@media screen and (min-width: 768px) {
    .ft-detail__contact {
        margin: 0;
        text-align: left;
    }
}
.ft-detail__copyright {
    font-family: Montserrat, Yu Gothic, 游ゴシック, Hiragino Kaku Gothic ProN W3,
        Arial, メイリオ, Meiryo, Osaka, ＭＳ Ｐゴシック, MS PGothic, sans-serif;
}
.sitemap {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .sitemap {
        display: flex;
        flex-wrap: wrap;
        font-size: 1.4rem;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1100px) {
    .sitemap__col {
        display: flex;
        width: 50%;
    }
}
.btn-maptree-open {
    font-weight: 700;
    padding: 10px 8px 10px 20px;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .btn-maptree-open {
        border: none;
        cursor: default;
        padding: 5px 0;
        width: 90px;
    }
}
.btn-maptree-open:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
}
@media screen and (min-width: 1100px) {
    .btn-maptree-open:after {
        display: none;
    }
}
.btn-maptree-open.active:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    margin: auto;
    width: 15px;
    height: 15px;
}
@media screen and (min-width: 1100px) {
    .btn-maptree-open.active:after {
        display: none;
    }
}
.mapTree {
    display: none;
}
@media screen and (min-width: 1100px) {
    .mapTree {
        display: block;
        flex: 1;
    }
}
.mapTree li {
    border-top: 1px solid #ddd;
}
@media screen and (min-width: 1100px) {
    .mapTree li {
        border: none;
        display: inline-block;
    }
}
.mapTree li a {
    display: block;
    padding: 10px 8px 10px 25px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .mapTree li a {
        padding: 5px;
    }
}
.mapTree li a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    display: block;
    line-height: 1;
    margin: auto;
    position: absolute;
    top: 0;
    right: 10px;
    bottom: 0;
    width: 15px;
    height: 15px;
}
@media screen and (min-width: 1100px) {
    .mapTree li a:after {
        display: none;
    }
}
.mapTree li .not-open {
    color: #bbb;
    display: block;
    padding: 10px 8px 10px 25px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .mapTree li .not-open {
        padding: 5px;
    }
}
.list-menu li {
    display: inline-block;
    margin: 0 10px 10px 0;
}
.list-menu li a {
    border: 1px solid #ddd;
    border-radius: 5px;
    display: block;
    padding: 5px 10px;
    text-decoration: none;
    transition: all 0.3s ease;
}
.list-menu li a:hover {
    background-color: #299fde;
    border-color: #299fde;
    color: #fff;
}
.wrap-list-btn-link {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 10px;
    width: 100%;
}
.wrap-list-btn-link li {
    margin-bottom: 8px;
    position: relative;
    text-align: center;
    width: 49%;
}
@media screen and (min-width: 1100px) {
    .wrap-list-btn-link li {
        width: 24.5%;
    }
}
.wrap-list-btn-link li a {
    border: 1px solid #ddd;
    border-radius: 3px;
    display: block;
    padding: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
    width: 100%;
}
.wrap-list-btn-link li a:hover {
    background-color: #258fc8;
    color: #fff;
}
.wrap-login {
    background-color: #eee;
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
.class-login {
    max-width: 600px;
    width: 90%;
}
@media screen and (min-width: 768px) {
    .class-login {
        width: 50%;
    }
}
.wrap-login-content {
    width: 100%;
}
.login-notice {
    margin-top: 15px;
}
.wrap-today-info {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .wrap-today-info {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.today-info__date {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.today-info__date a {
    color: inherit;
    display: inline-block;
}
.today-info {
    display: flex;
}
.today-info__item {
    border-left: 1px solid #ddd;
    padding: 15px;
    text-align: center;
    width: 50%;
}
.today-info__item:first-child {
    border-left: 0;
}
.today-info__item-label {
    display: block;
}
.today-info__item-cnt {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .today-info__item-cnt {
        font-size: 3.2rem;
    }
}
@media screen and (min-width: 1100px) {
    .today-info__item-cnt {
        font-size: 4rem;
    }
}
.today-info__item-cnt span {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: 400;
}
@media screen and (min-width: 768px) {
    .today-info__item-cnt span {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .today-info__item-cnt span {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.wrap-nav-shop {
    margin-bottom: 9px;
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop {
        margin-bottom: 20px;
    }
}
.wrap-nav-shop .ttl-nav {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin: 15px auto;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop .ttl-nav {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-nav-shop .ttl-nav {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.wrap-nav-shop ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.wrap-nav-shop ul li {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
    margin: 0 0 6px 1.33%;
    width: 24%;
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop ul li {
        margin-bottom: 15px;
    }
}
.wrap-nav-shop ul li:nth-child(4n + 1) {
    margin-left: 0;
}
.wrap-nav-shop ul li a {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #111;
    display: block;
    padding: 10px 6px;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop ul li a {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-nav-shop ul li a {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop ul li a {
        padding: 20px 15px 15px;
    }
}
.wrap-nav-shop ul li a svg {
    display: block;
    margin: 0 auto;
    width: 3.8rem;
    height: 3.8rem;
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop ul li a svg {
        width: 4.4rem;
        height: 4.4rem;
    }
}
.wrap-nav-shop ul li a span {
    display: block;
    margin-top: 5px;
}
.wrap-nav-shop ul li a .nav-top__ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    color: #258fc8;
    display: block;
    font-weight: 700;
    padding: 10px 15px 5px;
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop ul li a .nav-top__ttl {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-nav-shop ul li a .nav-top__ttl {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.wrap-nav-shop ul li a .nav-top__detail {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    padding: 0 15px 15px;
}
@media screen and (min-width: 768px) {
    .wrap-nav-shop ul li a .nav-top__detail {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-nav-shop ul li a .nav-top__detail {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.wrap-nav-shop ul .no--btn a {
    color: #ddd;
    opacity: 0.8;
    pointer-events: none;
}
.wrap-nav-shop ul .no--btn a svg {
    fill: #ddd;
}
.sort-list li {
    cursor: grab;
}
.sort-list li .material-symbols-outlined {
    align-items: center;
    color: #ddd;
    display: flex;
}
.warp-top-bnr {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
}
.warp-top-bnr .top-bnr__thumb {
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 200px;
}
@media screen and (min-width: 768px) {
    .warp-top-bnr .top-bnr__thumb {
        height: 300px;
    }
}
.warp-top-bnr .top-bnr__thumb:before {
    content: "";
    background: inherit;
    filter: blur(0px);
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}
.wrap-hint {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
}
.wrap-hint .hint__thumb {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    z-index: 0;
    overflow: hidden;
    width: 100%;
    height: 130px;
}
@media screen and (min-width: 768px) {
    .wrap-hint .hint__thumb {
        height: 180px;
    }
}
.wrap-hint .hint__thumb:before {
    content: "";
    background: inherit;
    filter: blur(0px);
    position: absolute;
    top: -5px;
    right: -5px;
    bottom: -5px;
    left: -5px;
    z-index: -1;
}
.wrap-hint .hint {
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    position: relative;
}
@media screen and (min-width: 768px) {
    .wrap-hint .hint {
        padding: 20px;
    }
}
.wrap-hint .hint__mark {
    background-color: #fff;
    border-radius: 50%;
    margin: auto;
    position: absolute;
    top: -50px;
    right: 0;
    left: 0;
    text-align: center;
    width: 100px;
    height: 100px;
    z-index: 0;
}
.wrap-hint .hint__mark svg {
    margin-top: 10px;
    width: 4rem;
    height: 4rem;
}
.wrap-hint .hint__ttl,
.wrap-hint .hint__detail {
    position: relative;
    text-shadow: 0 0 2px rgba(255, 255, 255, 0.9);
}
.wrap-hint .hint__ttl {
    font-size: 1.7rem;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .wrap-hint .hint__ttl {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-hint .hint__ttl {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
.nav-cal ul {
    align-items: center;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}
.nav-cal ul .nav-cal-left {
    text-align: right;
    width: 25%;
}
@media screen and (min-width: 768px) {
    .nav-cal ul .nav-cal-left {
        width: 15%;
    }
}
.nav-cal ul .nav-cal-left .cal__item {
    padding-right: 10px;
}
@media screen and (min-width: 768px) {
    .nav-cal ul .nav-cal-left .cal__item {
        padding-right: 20px;
    }
}
.nav-cal ul .nav-cal-left .cal__item:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-right: 5px;
}
.nav-cal ul .nav-cal-center {
    font-size: 1.9rem;
    font-weight: 700;
    line-height: 1.4;
    text-align: center;
    width: 48%;
}
@media screen and (min-width: 768px) {
    .nav-cal ul .nav-cal-center {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1100px) {
    .nav-cal ul .nav-cal-center {
        font-size: 3rem;
    }
}
@media screen and (min-width: 768px) {
    .nav-cal ul .nav-cal-center {
        width: 400px;
    }
}
.nav-cal ul .nav-cal-right {
    text-align: left;
    width: 25%;
}
@media screen and (min-width: 768px) {
    .nav-cal ul .nav-cal-right {
        width: 15%;
    }
}
.nav-cal ul .nav-cal-right .cal__item {
    padding-left: 10px;
}
@media screen and (min-width: 768px) {
    .nav-cal ul .nav-cal-right .cal__item {
        padding-left: 20px;
    }
}
.nav-cal ul .nav-cal-right .cal__item:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "";
    padding-left: 5px;
}
.nav-cal ul .cal__item {
    padding: 5px;
    display: block;
}
@media screen and (min-width: 768px) {
    .nav-cal ul .cal__item {
        padding: 10px;
    }
}
.nav-cal .nav-cal-this {
    text-align: center;
}
.nav-cal .nav-cal-this a {
    display: inline-block;
    padding: 5px;
}
@media screen and (min-width: 768px) {
    .nav-cal .nav-cal-this a {
        padding: 10px;
    }
}
.tbl-cal {
    width: 100%;
}
.tbl-cal thead tr th:nth-child(7) {
    color: #006dc9;
}
.tbl-cal thead tr th:nth-child(1) {
    color: #ff3f6c;
}
.tbl-cal tr th,
.tbl-cal tr td {
    padding: 20px 4px;
    text-align: center;
    width: 14.285%;
}
@media screen and (min-width: 768px) {
    .tbl-cal tr th,
    .tbl-cal tr td {
        padding: 20px;
    }
}
.tbl-cal tr th:nth-child(7) a,
.tbl-cal tr td:nth-child(7) a {
    color: #006dc9;
}
.tbl-cal tr th:nth-child(1) a,
.tbl-cal tr td:nth-child(1) a {
    color: #ff3f6c;
}
.tbl-cal tr td {
    position: relative;
    vertical-align: top;
}
.tbl-cal .holiday a {
    color: #ff3f6c;
}
.tbl-cal a {
    color: #111;
    display: block;
    font-weight: 700;
    position: relative;
    text-decoration: none;
}
.tbl-cal .today {
    background-color: #ffdbdb;
    border-radius: 50%;
    display: inline-block;
    margin: auto;
    position: absolute;
    top: 18px;
    right: 0;
    left: 0;
    width: 28px;
    height: 28px;
}
@media screen and (min-width: 768px) {
    .tbl-cal .today {
        top: 16px;
        width: 30px;
        height: 30px;
    }
}
.tbl-cal .today:after {
    content: "";
}
.tbl-cal .other-month a {
    opacity: 0.3;
}
.cnt {
    border-radius: 15px;
    color: #fff;
    margin-top: 5px;
    padding: 2px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .cnt {
        margin-top: 8px;
    }
}
.cnt-staff {
    background-color: #4db6ac;
}
.cnt-reserve {
    background-color: #d90066;
}
.sch-des {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 0 auto 10px;
    width: 98%;
}
@media screen and (min-width: 768px) {
    .sch-des {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .sch-des {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.sch-des span {
    display: inline-block;
    width: 20px;
}
.sch-des .sch-des__schedule {
    background-color: #4db6ac;
}
.sch-des .sch-des__reserve {
    background-color: #d90066;
}
.wrap-tt {
    height: 500px;
    width: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 768px) {
    .wrap-tt {
        height: 600px;
    }
}
.wrap-tt-header {
    display: flex;
    position: sticky;
    top: 0;
    z-index: 10;
}
.wrap-tt-header .tt-header__ttl {
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    min-width: 40px;
    max-width: 40px;
}
.wrap-tt-header .tt-header__ttl-staff {
    background-color: #fff;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #aaa;
    min-width: 140px;
    max-width: 140px;
    padding: 10px 5px;
    text-align: center;
}
.wrap-tt-header .tt-header__ttl-staff .staff-name {
    display: block;
    font-weight: 700;
}
.wrap-tt-header .tt-header__ttl-staff .cnt {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .wrap-tt-header .tt-header__ttl-staff .cnt {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-tt-header .tt-header__ttl-staff .cnt {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.wrap-col-tt {
    display: flex;
    flex-wrap: nowrap;
    position: relative;
    z-index: 0;
}
.col-timetable {
    background-color: #fff;
    border-right: 1px solid #ddd;
    min-width: 140px;
    max-width: 140px;
}
.col-timetable-label {
    min-width: 40px;
    max-width: 40px;
    position: sticky;
    left: 0;
    z-index: 10;
}
.col-timetable-label .col-timetable__sch-hour {
    background-color: #444;
    color: #fff;
}
.col-timetable-label .col-timetable__sch-min {
    align-items: center;
    display: flex;
    justify-content: center;
    height: 150px;
    padding-left: 0;
    position: relative;
    text-align: center;
}
.col-timetable-label .col-timetable__sch-min span {
    font-size: 1.6rem;
    line-height: 1.5;
    display: block;
}
@media screen and (min-width: 768px) {
    .col-timetable-label .col-timetable__sch-min span {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .col-timetable-label .col-timetable__sch-min span {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.min-txt {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 768px) {
    .min-txt {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .min-txt {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.col-timetable__ttl {
    border-bottom: 1px solid #aaa;
    font-weight: 700;
    padding: 10px 5px;
    text-align: center;
}
.col-timetable__sch-hour {
    border-bottom: 1px solid #fff;
}
.col-timetable__sch-min {
    height: 25px;
    padding: 5px 0 0 5px;
    position: relative;
}
.fill-work,
.fill-reserve {
    border: none;
    color: #fff;
}
.fill-work {
    background-color: #4db6ac;
}
.fill-reserve {
    background-color: #d90066;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
}
.reservation-popup-inner {
    padding-bottom: 20px;
}
.reserve-info-ttl {
    font-size: 1.6rem;
    line-height: 1.5;
    font-weight: 700;
    margin-bottom: 5px;
    text-align: center;
}
@media screen and (min-width: 768px) {
    .reserve-info-ttl {
        font-size: 2rem;
        line-height: 1.6;
    }
}
@media screen and (min-width: 1100px) {
    .reserve-info-ttl {
        font-size: 2.2rem;
        line-height: 1.6;
    }
}
.reserve-info {
    margin-bottom: 10px;
}
.reserve-info dl {
    display: flex;
    flex-wrap: wrap;
}
.reserve-info dl dt,
.reserve-info dl dd {
    border-bottom: 1px solid #ddd;
    padding: 5px 0;
}
.reserve-info dl dt {
    font-weight: 700;
    width: 25%;
}
.reserve-info dl dd {
    width: 75%;
}
.reservation-popup__action {
    margin: 0 auto 20px;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .reservation-popup__action {
        align-items: center;
        display: flex;
        justify-content: space-between;
        width: 80%;
    }
}
.reservation-popup__action .reservation-popup__action-item {
    margin: 15px auto;
    width: 70%;
}
@media screen and (min-width: 768px) {
    .reservation-popup__action .reservation-popup__action-item {
        width: 48%;
    }
}
.reservation-popup__action .reservation-popup__action-item:first-child {
    border: 0;
}
.reservation-popup__action .reservation-popup__action-item a {
    border: 1px solid #ccc;
    border-radius: 5px;
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 1100px) {
    .reservation-popup__action .reservation-popup__action-item a {
        transition: all 0.3s ease;
    }
    .reservation-popup__action .reservation-popup__action-item a:hover {
        background-color: #258fc8;
        border-color: #258fc8;
        color: #fff;
    }
    .reservation-popup__action .reservation-popup__action-item a:hover svg {
        fill: #fff;
    }
}
.reservation-popup__action .reservation-popup__action-item a.btn-del {
    color: #ff4141;
}
.reservation-popup__action .reservation-popup__action-item a.btn-del svg {
    fill: #ff4141;
}
@media screen and (min-width: 1100px) {
    .reservation-popup__action .reservation-popup__action-item a.btn-del:hover {
        background-color: #ff4141;
        border-color: #ff4141;
        color: #fff;
    }
    .reservation-popup__action
        .reservation-popup__action-item
        a.btn-del:hover
        svg {
        fill: #fff;
    }
}
@media screen and (min-width: 768px) {
    .list-select-staff {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}
.list-select-staff li {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    margin: 8px auto;
    overflow: hidden;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-select-staff li {
        margin-bottom: 20px;
        padding: 20px;
    }
}
@media screen and (min-width: 768px) {
    .list-select-staff li {
        display: block;
        margin: 0 0 20px;
        text-align: center;
        width: 32%;
    }
}
@media screen and (min-width: 1100px) {
    .list-select-staff li {
        width: 24%;
    }
}
.list-select-staff-item__thumb {
    background-color: #efefef;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 70px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .list-select-staff-item__thumb {
        margin: 0 auto 10px;
        width: 100px;
        height: 100px;
    }
}
.list-select-staff-item__thumb-pht {
    object-fit: cover;
    width: 70px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .list-select-staff-item__thumb-pht {
        width: 100px;
        height: 100px;
    }
}
.list-select-staff-item__detail {
    flex: 1;
}
.list-select-staff-item__detail-ttl {
    font-weight: 700;
}
.list-select-staff-item__action {
    align-items: center;
    display: flex;
}
.list-select-staff-item__action .staff-item__action-item {
    border-left: 1px solid #ddd;
    width: 50%;
}
.list-select-staff-item__action .staff-item__action-item:first-child {
    border: 0;
}
.list-select-staff-item__action .staff-item__action-item a {
    display: block;
    padding: 5px;
}
.list-weekly-schedule .form-item:nth-child(3) .form-item__label-ttl {
    color: #ff3f6c;
}
.list-weekly-schedule .form-item:nth-child(9) .form-item__label-ttl {
    color: #006dc9;
}
.form-item__input .sch-edit-item__input-item:nth-child(2n) {
    margin-top: 6px;
}
.sch-edit-item {
    display: flex;
}
@media screen and (min-width: 768px) {
    .sch-edit-item {
        display: block;
    }
}
.sch-edit-item__input {
    flex: 1;
}
@media screen and (min-width: 768px) {
    .sch-edit-item__input {
        display: inline;
        flex: none;
    }
}
.sch-edit-item__reset {
    align-items: center;
    display: flex;
    width: 62px;
}
@media screen and (min-width: 768px) {
    .sch-edit-item__reset {
        display: inline;
        width: auto;
    }
}
.sch-edit-item__input-item {
    padding-left: 5px;
    display: block;
}
@media screen and (min-width: 768px) {
    .sch-edit-item__input-item {
        display: inline;
    }
}
.staff-sch-cnt span {
    display: inline-block;
    font-weight: 700;
    padding: 0 2px;
}
.staff-sch-cnt .staff-sch-cnt--on {
    color: green;
}
.staff-sch-cnt .staff-sch-cnt--off {
    color: red;
}
.staff-sch-cnt small {
    border: 1px solid #ccc;
    border-radius: 2px;
    display: inline-block;
    margin-right: 4px;
    padding: 1px 6px;
}
.form-item--past {
    background-color: #eee;
}
.form-item--today .form-item__label .form-item__label-ttl:after {
    font-size: 1.2rem;
    line-height: 1.4;
    border: 1px solid #ff5555;
    color: #f55;
    content: "本日";
    display: inline-block;
    margin-left: 4px;
    padding: 1px 4px;
}
@media screen and (min-width: 768px) {
    .form-item--today .form-item__label .form-item__label-ttl:after {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .form-item--today .form-item__label .form-item__label-ttl:after {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.select-course {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.select-course label {
    margin: 10px 0;
    width: 49%;
}
.list-select-course {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.list-select-course li {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    display: flex;
    flex-wrap: wrap;
    margin: 8px auto;
    overflow: hidden;
    width: 100%;
}
.list-select-course__main {
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    flex: 1;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .list-select-course__main {
        padding: 20px;
    }
}
.list-select-course__main .list-select-course__ttl {
    display: block;
    font-weight: 700;
}
.list-select-course__main .list-select-course__detail {
    color: #111;
    display: block;
}
.list-select-course__main:hover {
    text-decoration: none;
}
.list-select-course__main:hover .list-select-course__ttl {
    text-decoration: underline;
}
.list-select-course__action {
    align-items: stretch;
    display: flex;
    flex-direction: column;
    width: 20%;
}
@media screen and (min-width: 768px) {
    .list-select-course__action {
        width: 12%;
    }
}
.list-select-course__action a {
    align-items: center;
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    justify-content: center;
    min-height: 44px;
    text-align: center;
    width: 100%;
}
.list-select-course__action a svg {
    width: 22px;
    height: 22px;
}
@media screen and (min-width: 768px) {
    .list-select-course__action a svg {
        width: 26px;
        height: 26px;
    }
}
.list-select-course__action a span {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-select-course__action a span {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .list-select-course__action a span {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.list-select-course__action a.btn-login {
    background-color: #eef8f8;
    color: #0d7377;
}
.list-select-course__action a.btn-login svg {
    fill: #0d7377;
}
.list-select-course__action a.btn-del {
    background-color: #fff5f5;
    color: #ff4141;
}
.list-select-course__action a.btn-del svg {
    fill: #ff4141;
}
.list-select-course__action a.btn-restore {
    background-color: #eefaf2;
    color: #27ae60;
    font-weight: 700;
}
.list-select-course li.is-deleted {
    background-color: #e5e5e5;
    border: 2px solid #FFF;
}
.list-select-course li.is-deleted .list-select-course__ttl,
.list-select-course li.is-deleted .list-select-course__detail {
    color: #999;
}
@media screen and (min-width: 768px) {
    .list-staff {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
    }
}
.list-staff li {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
    margin: 8px auto;
    padding-bottom: 42px;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-staff li {
        margin: 0 0 20px;
        text-align: center;
        width: 32%;
    }
}
@media screen and (min-width: 1100px) {
    .list-staff li {
        width: 24%;
    }
}
.list-staff__info {
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
@media screen and (min-width: 768px) {
    .list-staff__info {
        padding: 20px;
    }
}
@media screen and (min-width: 768px) {
    .list-staff__info {
        display: block;
    }
}
.list-staff-item__thumb {
    background-color: #efefef;
    margin-right: 10px;
    overflow: hidden;
    position: relative;
    width: 70px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .list-staff-item__thumb {
        margin: 0 auto 10px;
        width: 100px;
        height: 100px;
    }
}
.list-staff-item__thumb-pht {
    object-fit: cover;
    width: 70px;
    height: 70px;
}
@media screen and (min-width: 768px) {
    .list-staff-item__thumb-pht {
        width: 100px;
        height: 100px;
    }
}
.list-staff-item__detail {
    flex: 1;
}
.list-staff-item__detail-ttl {
    font-weight: 700;
}
.list-staff-item__action {
    align-items: center;
    border-top: 1px solid #ddd;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.list-staff-item__action .staff-item__action-item {
    border-left: 1px solid #ddd;
    width: 30%;
}
.list-staff-item__action .staff-item__action-item:first-child {
    border: 0;
    width: 40%;
}
.list-staff-item__action .staff-item__action-item a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 1100px) {
    .list-staff-item__action .staff-item__action-item a {
        transition: all 0.3s ease;
    }
    .list-staff-item__action .staff-item__action-item a:hover {
        background-color: #258fc8;
        border-color: #258fc8;
        color: #fff;
    }
    .list-staff-item__action .staff-item__action-item a:hover svg {
        fill: #fff;
    }
}
.list-staff-item__action .staff-item__action-item .staff-item__action-item-del {
    color: #ff4141;
}
.list-staff-item__action
    .staff-item__action-item
    .staff-item__action-item-del
    svg {
    fill: #ff4141;
}
@media screen and (min-width: 1100px) {
    .list-staff-item__action
        .staff-item__action-item
        .staff-item__action-item-del:hover {
        background-color: #ff4141;
        border-color: #ff4141;
        color: #fff;
    }
    .list-staff-item__action
        .staff-item__action-item
        .staff-item__action-item-del:hover
        svg {
        fill: #fff;
    }
}
.upload-image {
    padding-right: 5px;
    width: 100px;
}
.upload-video {
    background: #111;
    display: block;
    height: auto;
    margin-bottom: 8px;
    max-height: 240px;
    max-width: 240px;
    width: 100%;
}
.upload-image-banner {
    padding-right: 5px;
    width: 70%;
}
@media screen and (min-width: 768px) {
    .upload-image-banner {
        width: 400px;
    }
}
.js-image-uploaded {
    margin-bottom: 5px;
}
.page-description {
    position: relative;
    padding-right: 33%;
}
@media screen and (min-width: 768px) {
    .page-description {
        padding-right: 22%;
    }
}
.page-description .wrap-add-btn {
    display: block;
    position: absolute;
    top: -6px;
    right: 0;
    width: 32%;
}
@media screen and (min-width: 768px) {
    .page-description .wrap-add-btn {
        top: -8px;
    }
}
.page-description .wrap-add-btn a {
    background-color: #fff;
    border: 1px solid #258fc8;
    border-radius: 25px;
    color: #258fc8;
    display: block;
    padding: 6px 8px;
    text-align: center;
    text-decoration: none;
    transition: all 0.3s;
    width: 100%;
}
.page-description .wrap-add-btn a svg {
    fill: #258fc8;
}
@media screen and (min-width: 1100px) {
    .page-description .wrap-add-btn a:hover {
        background-color: #299fde;
        color: #fff;
        text-decoration: none;
    }
    .page-description .wrap-add-btn a:hover svg {
        fill: #fff;
    }
}
.wrap-reg-btn {
    text-align: center;
    width: 100%;
}
.wrap-reg-btn button {
    font-size: 1.7rem;
    line-height: 1.4;
    transition: all 0.3s ease;
    background-color: #258fc8e6;
    border-radius: 30px;
    display: block;
    color: #fff;
    font-weight: 700;
    margin: 0 auto;
    padding: 15px;
    width: 70%;
}
@media screen and (min-width: 768px) {
    .wrap-reg-btn button {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-reg-btn button {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 768px) {
    .wrap-reg-btn button {
        border-radius: 40px;
        width: 50%;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-reg-btn button:hover {
        background-color: #258fc8;
    }
}
.wrap-fixed-reg-btn {
    position: fixed;
    left: 0;
    bottom: 0;
    text-align: center;
    width: 100%;
    z-index: 100;
}
.wrap-fixed-reg-btn a,
.wrap-fixed-reg-btn button {
    font-size: 1.7rem;
    line-height: 1.4;
    transition: all 0.3s ease;
    background-color: #258fc8e6;
    display: block;
    color: #fff;
    font-weight: 700;
    padding: 15px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .wrap-fixed-reg-btn a,
    .wrap-fixed-reg-btn button {
        font-size: 2.2rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-fixed-reg-btn a,
    .wrap-fixed-reg-btn button {
        font-size: 2.5rem;
        line-height: 1.4;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-fixed-reg-btn a:hover,
    .wrap-fixed-reg-btn button:hover {
        background-color: #258fc8;
    }
}
.wrap-fixed-reg-btn a svg,
.wrap-fixed-reg-btn button svg {
    fill: #fff;
}
.wrap-report {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
    margin: 0 auto 15px;
    padding: 15px;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .wrap-report {
        width: 96%;
    }
}
.header-report {
    display: flex;
    width: 100%;
}
.header-report__main {
    width: 70%;
}
.header-report__sub {
    text-align: right;
    width: 30%;
}
.tbl-report {
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.tbl-report caption {
    background-color: #eee;
    border: 1px solid #ddd;
    border-bottom: 0;
    font-weight: 700;
    padding: 6px;
}
.tbl-report th,
.tbl-report td {
    border: 1px solid #ddd;
    padding: 10px 7px;
    word-wrap: break-word;
}
.tbl-report th {
    background-color: #f8f8f8;
    font-weight: 700;
    width: 25%;
}
.tbl-report td {
    background-color: #fff;
    text-align: center;
}
.input-group-family .input-name {
    min-width: 100%;
}
@media screen and (min-width: 768px) {
    .input-group-family .input-name {
        min-width: 100%;
    }
}
.input-group-family .select-wrap {
    flex: 1;
    margin: 10px 15px 0 0;
    min-width: 23%;
}
@media screen and (min-width: 768px) {
    .input-group-family .select-wrap {
        margin-top: 0;
    }
}
.input-group-family .md-checkbox {
    margin-top: 10px;
    min-width: 22%;
}
@media screen and (min-width: 768px) {
    .input-group-family .md-checkbox {
        margin-top: 0;
        min-width: 60%;
    }
}
.input-group-family .input-tel {
    margin-top: 20px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .input-group-family .input-tel {
        margin-top: 25px;
    }
}
.input-group-family .input-mail {
    margin-top: 10px;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .input-group-family .input-mail {
        margin-top: 15px;
    }
}
.list-coupon {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-coupon {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        margin: 0 auto;
        width: 80%;
    }
}
.list-coupon li {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    overflow: hidden;
    margin: 8px auto;
    padding-bottom: 42px;
    position: relative;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-coupon li {
        margin: 0 0 20px 2%;
        width: 48%;
    }
}
@media screen and (min-width: 768px) {
    .list-coupon li:first-child {
        margin-left: 0;
    }
}
.list-coupon li .list-coupon__info {
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .list-coupon li .list-coupon__info {
        padding: 20px;
    }
}
.list-coupon li .list-coupon__tag {
    font-size: 1.2rem;
    line-height: 1.4;
    border: 1px solid #ccc;
    margin: 0 auto 20px;
    padding: 5px 10px;
    text-align: center;
    width: 30%;
}
@media screen and (min-width: 768px) {
    .list-coupon li .list-coupon__tag {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .list-coupon li .list-coupon__tag {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.list-coupon li .list-coupon__ttl {
    font-weight: 700;
    text-align: center;
}
.list-coupon li .list-coupon-item__action {
    align-items: center;
    border-top: 1px solid #ddd;
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.list-coupon li .list-coupon-item__action .coupon-item__action-item {
    border-left: 1px solid #ddd;
    flex: 1;
}
.list-coupon
    li
    .list-coupon-item__action
    .coupon-item__action-item:first-child {
    border: 0;
}
.list-coupon li .list-coupon-item__action .coupon-item__action-item a {
    display: block;
    padding: 10px 5px;
    text-align: center;
    text-decoration: none;
}
@media screen and (min-width: 1100px) {
    .list-coupon li .list-coupon-item__action .coupon-item__action-item a {
        transition: all 0.3s ease;
    }
    .list-coupon
        li
        .list-coupon-item__action
        .coupon-item__action-item
        a:hover {
        background-color: #258fc8;
        border-color: #258fc8;
        color: #fff;
    }
    .list-coupon
        li
        .list-coupon-item__action
        .coupon-item__action-item
        a:hover
        svg {
        fill: #fff;
    }
}
.list-coupon
    li
    .list-coupon-item__action
    .coupon-item__action-item
    .coupon-item__action-item-del {
    color: #ff4141;
}
.list-coupon
    li
    .list-coupon-item__action
    .coupon-item__action-item
    .coupon-item__action-item-del
    svg {
    fill: #ff4141;
}
@media screen and (min-width: 1100px) {
    .list-coupon
        li
        .list-coupon-item__action
        .coupon-item__action-item
        .coupon-item__action-item-del:hover {
        background-color: #ff4141;
        border-color: #ff4141;
        color: #fff;
    }
    .list-coupon
        li
        .list-coupon-item__action
        .coupon-item__action-item
        .coupon-item__action-item-del:hover
        svg {
        fill: #fff;
    }
}
.list-coupon .coupon-none {
    padding: 20px 20px 0;
}
.wrap-topics {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .wrap-topics {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.wrap-topics .topics__heading {
    font-weight: 700;
    margin-bottom: 10px;
    text-align: center;
}
.wrap-topics p {
    line-height: 1.3;
    margin-top: 8px;
}
.wrap-topics p:first-child {
    margin-top: 0;
}
.wrap-topics .topics__ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
    display: inline-block;
    max-width: 81%;
}
@media screen and (max-width: 320px) {
    .wrap-topics .topics__ttl {
        max-width: 77%;
    }
}
.wrap-topics .topics__date {
    color: #888;
    display: inline-block;
    vertical-align: top;
}
.wrap-topics-detail {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    margin-bottom: 15px;
    overflow: hidden;
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .wrap-topics-detail {
        margin-bottom: 20px;
        padding: 20px;
    }
}
@media screen and (min-width: 768px) {
    .wrap-topics-detail .topics-detail__container {
        display: flex;
    }
}
.wrap-topics-detail .topics__photo {
    margin: 0 auto 15px;
    width: 60%;
}
@media screen and (min-width: 768px) {
    .wrap-topics-detail .topics__photo {
        margin-left: 20px;
        order: 2;
        width: 32%;
    }
}
.wrap-topics-detail .topics__detail {
    word-break: break-all;
    word-wrap: break-word;
}
@media screen and (min-width: 768px) {
    .wrap-topics-detail .topics__detail {
        flex: 1;
        order: 1;
    }
}
.wrap-topics-detail .topics__link {
    display: block;
    margin-top: 15px;
}
.list-manage {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.list-manage li {
    background-color: #fff;
    border-radius: 6px;
    box-shadow: 0 2px 2px #0000001a;
    display: flex;
    flex-wrap: wrap;
    margin: 8px auto;
    overflow: hidden;
    width: 100%;
}
.list-manage__main {
    padding: 15px;
    word-break: break-all;
    word-wrap: break-word;
    flex: 1;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .list-manage__main {
        padding: 20px;
    }
}
.list-manage__main .list-manage__ttl {
    display: block;
    font-weight: 700;
}
.list-manage__main .list-manage__detail {
    color: #111;
    display: block;
}
.list-manage__main:hover {
    text-decoration: none;
}
.list-manage__main:hover .list-manage__ttl {
    text-decoration: underline;
}
.list-manage__action {
    align-items: center;
    width: 20%;
}
@media screen and (min-width: 768px) {
    .list-manage__action {
        width: 12%;
    }
}
.list-manage__action a {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
    width: 100%;
    height: 100%;
}
.list-manage__action a svg {
    width: 22px;
    height: 22px;
}
@media screen and (min-width: 768px) {
    .list-manage__action a svg {
        width: 26px;
        height: 26px;
    }
}
.list-manage__action a span {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
    width: 100%;
}
@media screen and (min-width: 768px) {
    .list-manage__action a span {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .list-manage__action a span {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.list-manage__action a.btn-del {
    background-color: #fff5f5;
    color: #ff4141;
}
.list-manage__action a.btn-del svg {
    fill: #ff4141;
}

.label-help {
    cursor: pointer;
    display: inline-block;
    margin-left: 6px;
    position: relative;
    vertical-align: middle;
}

.label-help__icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #258fc8;
    border-radius: 50%;
    color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 700;
    height: 18px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 1;
    width: 18px;
}

.label-help__text {
    background-color: #333;
    border-radius: 4px;
    bottom: calc(100% + 8px);
    color: #fff;
    font-size: 1.2rem;
    font-weight: normal;
    left: 0;
    line-height: 1.6;
    opacity: 0;
    padding: 8px 10px;
    pointer-events: none;
    position: absolute;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease;
    width: 280px;
    z-index: 10;
}

.label-help__text:after {
    border-color: #333 transparent transparent transparent;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    content: "";
    left: 6px;
    position: absolute;
    top: 100%;
}

.label-help:hover .label-help__text,
.label-help:focus .label-help__text {
    opacity: 1;
    pointer-events: auto;
}

/* ――――――――――――――――――――――

　　口コミ管理

――――――――――――――――――――――― */
.review-admin-item {
    border-bottom: 1px solid #ddd;
    padding: 12px 4px;
    width: 100%;
}
.review-admin-item:last-child {
    border-bottom: 0;
}
.review-admin-item.review-admin-item--hidden {
    opacity: 0.6;
}

.review-admin-item__head {
    font-weight: bold;
    margin-bottom: 8px;
}

.review-admin-item__tag {
    font-size: 1rem;
    line-height: 1.1;
    background-color: #999;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-weight: normal;
    margin-right: 6px;
    padding: 2px 6px;
}
.review-admin-item__tag.review-admin-item__tag--manual {
    background-color: #666;
}

.review-admin-item__hidden-label {
    font-size: 1rem;
    line-height: 1.1;
    border: 1px solid #999;
    border-radius: 3px;
    color: #999;
    display: inline-block;
    font-weight: normal;
    margin-left: 6px;
    padding: 2px 6px;
}
@media screen and (min-width: 768px) {
    .review-admin-item__tag,
    .review-admin-item__hidden-label {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1100px) {
    .review-admin-item__tag,
    .review-admin-item__hidden-label {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

.review-admin-item__cols {
    align-items: flex-start;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.review-admin-item__col {
    width: 100%;
}
@media screen and (min-width: 768px) {
    .review-admin-item__col {
        width: auto;
    }
    .review-admin-item__col--meta {
        width: 32%;
    }
    .review-admin-item__col--body {
        flex: 1;
        min-width: 180px;
    }
    .review-admin-item__col--action {
        justify-content: flex-end;
    }
}

.review-admin-item__col--action {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.review-admin-item__body summary {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #258fc8;
    cursor: pointer;
}
.review-admin-item__body p {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 6px;
}
@media screen and (min-width: 768px) {
    .review-admin-item__body summary,
    .review-admin-item__body p {
        font-size: 1.3rem;
        line-height: 1.5;
    }
}
@media screen and (min-width: 1100px) {
    .review-admin-item__body summary,
    .review-admin-item__body p {
        font-size: 1.4rem;
        line-height: 1.6;
    }
}
.review-admin-item__body + .review-admin-item__body {
    margin-top: 6px;
}

.review-admin-item__other {
    font-size: 1rem;
    line-height: 1.1;
}
.review-admin-item__other summary {
    color: #999;
    cursor: pointer;
}
.review-admin-item__other div {
    margin-top: 6px;
}
.review-admin-item__other a {
    color: #bbb;
    text-decoration: underline;
}
@media screen and (min-width: 768px) {
    .review-admin-item__other {
        font-size: 1.1rem;
        line-height: 1.2;
    }
}
@media screen and (min-width: 1100px) {
    .review-admin-item__other {
        font-size: 1.2rem;
        line-height: 1.2;
    }
}

.btn-visible {
    font-size: 1.2rem;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    background-color: #87b656;
    border: 1px solid #87b656;
    border-radius: 25px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    padding: 6px 20px;
    text-decoration: none;
}
@media screen and (min-width: 768px) {
    .btn-visible {
        font-size: 1.3rem;
        line-height: 1.5;
        padding: 6px 30px;
    }
}
@media screen and (min-width: 1100px) {
    .btn-visible {
        font-size: 1.4rem;
        line-height: 1.6;
    }
    .btn-visible:hover {
        opacity: 0.8;
    }
}
.btn-visible.btn-visible--off {
    background-color: #ccc;
    border-color: #ccc;
    color: #fff;
}

.list-staff--soku-hime li {
    padding-bottom: 16px;
}
.soku-hime-btns {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    justify-content: center;
    margin-top: 10px;
}
.soku-hime-btns form {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}
.soku-hime-btns input {
    display: none;
}
.soku-hime-btn {
    -webkit-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
    color: #333;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    height: 32px;
    line-height: 1;
    margin: 0;
    padding: 0 10px;
    vertical-align: middle;
}
.soku-hime-btn:disabled {
    cursor: not-allowed;
    opacity: .45;
}
.soku-hime-btn--soku.is-active {
    background: #ff0056;
    border-color: #ff0056;
    color: #fff;
}
.soku-hime-btn--wait.is-active {
    background: #00a86b;
    border-color: #00a86b;
    color: #fff;
}
.soku-hime-btn--serve.is-active {
    background: #888;
    border-color: #888;
    color: #fff;
}
