@import url(//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,
article,
aside,
dialog,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
time,
mark,
audio,
video {
    -webkit-box-sizing: border-box;
    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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
ins {
    text-decoration: none;
}
mark {
    font-style: italic;
    font-weight: bold;
}
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: normal;
    font-weight: normal;
}
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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none;
}
input,
button {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    cursor: pointer;
    font: inherit;
    outline: none;
    vertical-align: baseline;
}
button:focus {
    outline: none;
}
input[type="text"],
input[type="email"],
input[type="number"],
input[type="tel"],
input[type="url"],
input[type="date"],
textarea,
select {
    font-family: inherit;
    font-size: 1.6rem;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-box-sizing: border-box;
    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="tel"],
    input[type="url"],
    input[type="date"],
    textarea,
    select {
        padding: 8px 4px;
    }
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="url"]:focus,
input[type="date"]:focus,
textarea:focus,
select:focus {
    -webkit-box-shadow: 0 0 5px rgba(50, 110, 190, 0.9);
    box-shadow: 0 0 5px rgba(50, 110, 190, 0.9);
}
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: 0px;
    padding: 0px;
}
.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 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 62.5%;
}
body {
    background-color: #fff;
    color: #111;
    font: 500 1.4rem/1.6 "Montserrat", "Yu Gothic", "游ゴシック",
        "Hiragino Kaku Gothic ProN W3", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (min-width: 1100px) {
    body {
        font-size: 1.6rem;
    }
}
.wrap {
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.container {
    margin: 0 auto;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .container {
        width: 1100px;
    }
}
.container-inner {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto 15px;
    padding: 15px;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .container-inner {
        width: 1100px;
    }
}
.inner {
    margin: 0 auto;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .inner {
        width: 1100px;
    }
}
.inner-pc {
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .inner-pc {
        width: 1100px;
    }
}
.inner-content {
    margin: 0 auto;
    width: 96%;
}
@media screen and (min-width: 1100px) {
    .inner-content {
        width: 100%;
    }
}
.wrap-col {
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        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 {
    width: 100%;
}
.col__3 {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .col__3 {
        width: 32%;
    }
}
.col__3 .btn-link {
    width: 100%;
}
.bold {
    font-weight: bold !important;
}
.fsLL {
    font-size: 1.9rem;
    font-weight: bold;
}
@media screen and (min-width: 1100px) {
    .fsLL {
        font-size: 2.5rem;
    }
}
.fsL {
    font-size: 1.7rem;
    font-weight: bold;
}
@media screen and (min-width: 1100px) {
    .fsL {
        font-size: 2rem;
    }
}
.fsM {
    font-size: 1.5rem;
}
@media screen and (min-width: 1100px) {
    .fsM {
        font-size: 1.7rem;
    }
}
.fsS {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 1100px) {
    .fsS {
        font-size: 1.35rem;
    }
}
.fsS2 {
    color: #777;
    font-size: 1.2rem;
}
@media screen and (min-width: 1100px) {
    .fsS2 {
        font-size: 1.35rem;
    }
}
.fsSS {
    font-size: 1rem;
}
@media screen and (min-width: 1100px) {
    .fsSS {
        font-size: 1.2rem;
    }
}
.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;
}
.txtc {
    text-align: center;
}
.txtl {
    text-align: left;
}
.txtr {
    text-align: right;
}
.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-decimal-sub {
    list-style-type: katakana;
    padding-left: 2.5rem;
}
@media screen and (min-width: 1100px) {
    .list-decimal-sub {
        padding-left: 3rem;
    }
}
.list-decimal-sub 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: "※";
}
img {
    height: auto;
    -webkit-transition: all 0.3s ease;
    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;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
a:link {
    color: #326ebe;
    text-decoration: none;
}
a:visited {
    color: #326ebe;
    text-decoration: none;
}
a:hover {
    color: #5b8bcb;
    text-decoration: underline;
}
a:active {
    color: #326ebe;
    text-decoration: none;
}
a {
    text-decoration: none;
}
@media screen and (min-width: 1100px) {
    a:hover {
        text-decoration: underline;
    }
    a:hover img {
        opacity: 0.8;
    }
}
.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 {
    margin: 10px auto;
    text-align: center;
}
.wrap-btn-link .btn-link {
    background-color: #f79ea2;
    border-radius: 22px;
    color: #fff;
    display: inline-block;
    padding: 10px 30px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
@media screen and (min-width: 1100px) {
    .wrap-btn-link .btn-link:hover {
        background-color: #eb878c;
        text-decoration: none;
    }
}
.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;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.wrap-more .more:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    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: "\f060";
    padding-right: 5px;
}
.next-link {
    margin: 6px 0;
    text-align: right;
}
.next-link a {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 1100px) {
    .next-link a {
        font-size: 1.35rem;
    }
}
.next-link a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f061";
    padding-left: 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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (min-width: 1100px) {
    .btn-line-add {
        font-size: 1.35rem;
    }
}
.btn-line-add:hover {
    background-color: #00b900;
    color: #fff !important;
    text-decoration: none;
}
.ac {
    color: #d8315c !important;
}
.caution {
    color: #eb7400 !important;
}
.time {
    color: #8b8b8b !important;
}
.no-data {
    color: #bbb !important;
}
.sat {
    color: #006dc9 !important;
}
.sun {
    color: #ff3f6c !important;
}
.ruby {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #888;
    display: block;
    font-weight: normal;
}
@media screen and (min-width: 1100px) {
    .ruby {
        font-size: 1.35rem;
    }
}
.marker {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(0%, #fff7bd)
    );
    background: linear-gradient(transparent 60%, #fff7bd 0%);
    display: inline;
    padding: 0 2px 1px;
}
.marker-2 {
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        color-stop(60%, transparent),
        color-stop(60%, #ffa3d2)
    );
    background: linear-gradient(transparent 60%, #ffa3d2 60%);
    font-weight: bold;
}
.truncate {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.pc-lsS {
    letter-spacing: 0;
}
@media screen and (min-width: 1100px) {
    .pc-lsS {
        letter-spacing: -1px;
    }
}
.pc-lsM {
    letter-spacing: 0;
}
@media screen and (min-width: 1100px) {
    .pc-lsM {
        letter-spacing: -1.5px;
    }
}
.pc-lsL {
    letter-spacing: 0;
}
@media screen and (min-width: 1100px) {
    .pc-lsL {
        letter-spacing: -2px;
    }
}
.pc-lsLL {
    letter-spacing: 0;
}
@media screen and (min-width: 1100px) {
    .pc-lsLL {
        letter-spacing: -3px;
    }
}
.sp-lsS {
    letter-spacing: -1px;
}
@media screen and (min-width: 1100px) {
    .sp-lsS {
        letter-spacing: 0;
    }
}
.sp-lsM {
    letter-spacing: -1.5px;
}
@media screen and (min-width: 1100px) {
    .sp-lsM {
        letter-spacing: 0;
    }
}
.sp-lsL {
    letter-spacing: -2px;
}
@media screen and (min-width: 1100px) {
    .sp-lsL {
        letter-spacing: 0;
    }
}
.sp-lsLL {
    letter-spacing: -3px;
}
@media screen and (min-width: 1100px) {
    .sp-lsLL {
        letter-spacing: 0;
    }
}
.sp-br {
    display: block;
}
@media screen and (min-width: 1100px) {
    .sp-br {
        display: inline;
    }
}
.tbl-base {
    border-top: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.tbl-base tr {
    border-bottom: 1px solid #ddd;
}
.tbl-base th,
.tbl-base td {
    display: block;
    padding: 7px;
    text-align: left;
}
@media screen and (min-width: 1100px) {
    .tbl-base th,
    .tbl-base td {
        padding: 10px;
    }
}
.tbl-base th {
    background-color: #f3f1f6;
    font-weight: bold;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .tbl-base th {
        display: table-cell;
        width: 28%;
    }
}
.tbl-base td {
    background-color: #fff;
}
.wrap-pagination {
    margin: 20px auto;
}
@media screen and (min-width: 1100px) {
    .wrap-pagination {
        margin: 30px auto;
    }
}
.pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: "\f104";
    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: "\f105";
    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 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.pagination li a:hover {
    background-color: rgba(249, 104, 133, 0.8);
    color: #fff;
}
.pagination li .pagination--current {
    background-color: #f96885;
    color: #fff;
}
.pagination li .pagination--none {
    color: #aaa;
}
.wrap-horizontal {
    overflow: hidden;
    width: 100%;
}
.horizontal__mask {
    overflow-x: auto;
    padding: 0 8px;
    -webkit-overflow-scrolling: touch;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .horizontal__mask {
        overflow-x: visible;
        padding: 0;
    }
}
.scroll-x-space {
    background: inherit !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 1px !important;
}
@media screen and (min-width: 1100px) {
    .scroll-x-space {
        display: none;
    }
}
.list-horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
@media screen and (min-width: 1100px) {
    .list-horizontal {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.list-horizontal:after {
    content: "";
    background: inherit !important;
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    min-width: 1px !important;
}
@media screen and (min-width: 1100px) {
    .list-horizontal:after {
        display: none;
    }
}
.list-horizontal li {
    margin: 0 5px;
    min-width: 140px;
}
@media screen and (min-width: 1100px) {
    .list-horizontal li {
        margin: 0 0 15px 1.3%;
        width: 24%;
    }
}
.list-horizontal li:first-child {
    margin-left: 0;
}
.list-horizontal__item-ttl {
    font-weight: bold;
}
.is-fixed-top {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}
.is-fixed-bottom {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 500;
}
.form-item {
    border-bottom: 1px solid #ddd;
    margin: 15px auto;
    padding-bottom: 15px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .form-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
@media screen and (min-width: 1100px) {
    .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 {
    padding-bottom: 4px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .form-item__label {
        width: 40%;
    }
}
.form-item__input {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .form-item__input {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.form-item__label-required {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: #f7655e;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    margin-left: 2px;
    padding: 2px 4px 1px;
}
@media screen and (min-width: 1100px) {
    .form-item__label-required {
        font-size: 1.35rem;
    }
}
.form-item__label-ttl {
    font-weight: bold;
}
.form-item__input-caution {
    font-size: 1.2rem;
    line-height: 1.4;
    margin: 5px 0;
}
@media screen and (min-width: 1100px) {
    .form-item__input-caution {
        font-size: 1.35rem;
    }
}
.select-wrap {
    display: inline-block;
    position: relative;
}
.select-wrap:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f078";
    width: 24px;
    height: 24px;
    margin: auto;
    pointer-events: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 1;
}
.select-wrap select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    padding-right: 24px;
}
.select-wrap-group {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: 100%;
}
.select-wrap-group .select-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}
.select-wrap-group .select-wrap select {
    display: inline-block;
}
.select-wrap-group .select-sub-text {
    margin-right: 5px;
    padding: 0 5px;
}
@-webkit-keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
}
@keyframes ripple {
    0% {
        -webkit-box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0);
    }
    50% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0.1);
    }
    100% {
        -webkit-box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
        box-shadow: 0px 0px 0px 15px rgba(0, 0, 0, 0);
    }
}
.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;
    -webkit-animation: ripple 0.2s linear forwards;
    animation: ripple 0.2s linear forwards;
}
.md-radio input[type="radio"]:checked + label:after {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.md-radio label {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    display: inline-block;
    height: 20px;
    position: relative;
    padding: 0 30px;
    margin-bottom: 0;
    cursor: pointer;
    vertical-align: top;
}
.md-radio label:before,
.md-radio label:after {
    position: absolute;
    content: "";
    border-radius: 50%;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-property: border-color, -webkit-transform;
    transition-property: border-color, -webkit-transform;
    transition-property: transform, border-color;
    transition-property: transform, border-color, -webkit-transform;
}
.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;
    -webkit-transform: scale(0);
    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: 1px solid #bbb;
    border-radius: 2px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    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 {
    -webkit-transform: translate(3.5px, 4.33962px) rotate(-45deg);
    transform: translate(3.5px, 4.33962px) rotate(-45deg);
    width: 12px;
    height: 6.66667px;
    border: 2px 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: rgba(0, 0, 0, 0.26);
}
.form-action {
    margin: 30px auto;
}
.form-action__submit {
    background-color: #326ebe;
    border: 1px solid #326ebe;
    border-radius: 22px;
    color: #fff;
    display: block;
    margin: 10px auto;
    padding: 10px;
    position: relative;
    width: 60%;
}
.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: 1100px) {
    .remaining {
        font-size: 1.35rem;
    }
}
.wrap-error {
    background-color: #ff5959;
    border-radius: 6px;
    color: #fff;
    padding: 10px;
    width: 100%;
}
.error-item input,
.error-item select,
.error-item textarea {
    -webkit-box-shadow: 0 0 5px rgba(255, 76, 76, 0.9);
    box-shadow: 0 0 5px rgba(255, 76, 76, 0.9);
}
.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: 1100px) {
    .error-item__detail span {
        font-size: 1.35rem;
    }
}
.error-item__detail span:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f071";
    display: inline-block;
    margin-right: 5px;
}
.js-fixed-notice {
    background: rgba(0, 0, 0, 0.7);
    border-radius: 6px;
    color: #fff;
    display: none;
    padding: 20px;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 80%;
    z-index: 500;
}
@media screen and (min-width: 1100px) {
    .js-fixed-notice {
        max-width: 600px;
        padding: 30px;
        width: 60%;
    }
}
.js-loader {
    background-color: rgba(255, 255, 255, 0.8);
    border-radius: 50%;
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    text-align: center;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 140px;
    height: 140px;
    z-index: 600;
}
.js-loader svg {
    width: 100%;
    height: 100%;
}
#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;
        -webkit-transition: 0.2s ease-in-out;
        transition: 0.2s ease-in-out;
    }
}
.tag-pickup {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: red;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    padding: 1px 4px;
}
@media screen and (min-width: 1100px) {
    .tag-pickup {
        font-size: 1.35rem;
    }
}
.tag-new {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: #ff837b;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    padding: 1px 6px;
}
@media screen and (min-width: 1100px) {
    .tag-new {
        font-size: 1.35rem;
    }
}
.tag-new-date {
    display: inline-block;
    margin: 0 3px 0 3px;
}
.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-image-sq {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px auto;
    -ms-flex-wrap: wrap;
    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%;
    -webkit-transform: translate(-50%, -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;
}
.list-item {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (max-width: 320px) {
    .list-item {
        padding: 8px;
    }
}
@media screen and (min-width: 1100px) {
    .list-item {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.list-item__thumb {
    margin-right: 10px;
    position: relative;
    width: 25%;
}
@media screen and (min-width: 1100px) {
    .list-item__thumb {
        width: 150px;
        height: 150px;
    }
}
.list-item__thumb:before {
    display: block;
    content: "";
    padding-top: 100%;
}
@media screen and (min-width: 1100px) {
    .thumbS .list-item__thumb {
        width: 90px;
        height: 90px;
    }
}
.list-item__thumb-pht {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
}
.list-item__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-item__detail-ttl {
    display: block;
    font-weight: bold;
}
.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: 1100px) {
    .list-item__detail-time {
        font-size: 1.35rem;
    }
}
.list-item__detail-time:before {
    font-family: "Material Icons";
    content: "calendar_today";
}
.list-recommend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 5px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .list-recommend {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: start;
        overflow: hidden;
        padding: 10px 0;
    }
}
.list-recommend li {
    background-color: #fff;
    border-radius: 6px;
    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: bold;
}
.list-recommend__detail-cate {
    font-size: 1rem;
    color: #777;
}
@media screen and (min-width: 1100px) {
    .list-recommend__detail-cate {
        font-size: 1.2rem;
    }
}
.list-recommend__detail-salary {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 1100px) {
    .list-recommend__detail-salary {
        font-size: 1.35rem;
    }
}
.list-recommend__detail-salary span {
    font-size: 1.5rem;
    color: #ff366a;
}
@media screen and (min-width: 1100px) {
    .list-recommend__detail-salary span {
        font-size: 1.7rem;
    }
}
.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;
}
@-webkit-keyframes fuwa-v {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes fuwa-v {
    0% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }
    100% {
        -webkit-transform: translateY(0px);
        transform: translateY(0px);
    }
}
.wrap-content-set,
.wrap-cover-girl {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (max-width: 320px) {
    .wrap-content-set,
    .wrap-cover-girl {
        padding: 8px;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-content-set,
    .wrap-cover-girl {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.wrap-content {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.content-inner {
    padding: 15px;
}
@media screen and (min-width: 1100px) {
    .content-inner {
        padding: 20px;
    }
}
.box-content {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .box-content {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.wrap-site-header {
    width: 100%;
}
.site-header {
    -webkit-animation: header-anim 5s ease infinite;
    animation: header-anim 5s ease infinite;
    background: linear-gradient(13deg, #940b83, #4856d5);
    background-size: 200% 200%;
    text-align: center;
    width: 100%;
}
@-webkit-keyframes header-anim {
    0% {
        background-position: 10% 0%;
    }
    50% {
        background-position: 91% 100%;
    }
    100% {
        background-position: 10% 0%;
    }
}
@keyframes header-anim {
    0% {
        background-position: 10% 0%;
    }
    50% {
        background-position: 91% 100%;
    }
    100% {
        background-position: 10% 0%;
    }
}
.site-header-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .site-header-inner {
        width: 1100px;
    }
}
.site-header__main {
    padding: 10px;
    width: 80%;
}
@media screen and (min-width: 1100px) {
    .site-header__main {
        padding: 15px 0;
        width: 30%;
    }
}
.site-header__logo {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    color: #fff !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    width: 100%;
}
.site-header__logo:hover {
    opacity: 0.8;
    text-decoration: none;
}
.site-header__logo .site-header__logo-image {
    display: block;
    width: 50%;
}
@media screen and (min-width: 1100px) {
    .site-header__logo .site-header__logo-image {
        width: 60%;
    }
}
.site-header__logo .site-header__logo-area {
    display: block;
    font-weight: bold;
    line-height: 1;
    width: 50%;
}
@media screen and (min-width: 1100px) {
    .site-header__logo .site-header__logo-area {
        width: 40%;
    }
}
.site-header__sub {
    padding: 15px 0;
    width: 20%;
}
@media screen and (min-width: 1100px) {
    .site-header__sub {
        width: 70%;
    }
}
.wrap-site-nav {
    border-bottom: 1px solid #ddd;
}
.site-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .site-nav {
        margin: 0 auto;
        width: 1100px;
    }
}
.site-nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
@media screen and (min-width: 1100px) {
    .site-nav li:first-child span {
        border-left: 1px solid #ddd;
    }
}
.site-nav li a {
    font-size: 1.2rem;
    line-height: 1.4;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #732f90;
    display: block;
    padding: 10px 0;
    position: relative;
    text-align: center;
    text-decoration: none;
}
@media screen and (max-width: 320px) {
    .site-nav li a {
        letter-spacing: -1px;
    }
}
@media screen and (min-width: 1100px) {
    .site-nav li a {
        font-size: 1.35rem;
    }
}
@media screen and (min-width: 1100px) {
    .site-nav li a {
        font-size: 1.5rem;
        font-weight: bold;
    }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
    .site-nav li a {
        font-size: 1.7rem;
    }
}
.site-nav li a:before {
    content: "";
    width: 0;
    left: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid #dc3389;
    position: absolute;
    display: block;
}
.site-nav li a:hover:before {
    width: 50%;
    border-bottom: 2px solid #dc3389;
}
.site-nav li a:after {
    content: "";
    width: 0;
    right: 50%;
    bottom: 0;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    border-bottom: 2px solid #dc3389;
    position: absolute;
    display: block;
}
.site-nav li a:hover:after {
    width: 50%;
    border-bottom: 2px solid #dc3389;
}
.site-nav li a span {
    border-right: 1px solid #ddd;
    display: block;
    padding: 5px;
}
.list-area-min li {
    display: inline-block;
}
.list-area-min li a {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #888;
    display: block;
    margin: 0 12px 0 0;
    padding: 2px;
}
@media screen and (min-width: 1100px) {
    .list-area-min li a {
        font-size: 1.35rem;
    }
}
.wrap-breadcrumb {
    background-color: #f4f2f6;
    overflow: hidden;
    width: 100%;
}
.breadcrumb-mask {
    white-space: nowrap;
}
.breadcrumb {
    display: table;
}
@media screen and (min-width: 1100px) {
    .breadcrumb {
        margin: 0 auto;
        width: 1100px;
    }
}
.breadcrumb li {
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
    padding: 8px 0;
}
@media screen and (min-width: 1100px) {
    .breadcrumb li {
        font-size: 1.35rem;
    }
}
.breadcrumb li:before {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #777;
    content: "\f105";
    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 span {
    display: inline-block;
    padding: 8px 0 8px 2px;
}
.breadcrumb li .breadcrumb--current {
    color: #111;
    font-weight: bold;
}
.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;
    font-weight: bold;
    font-family: "Montserrat", "Yu Gothic", "游ゴシック",
        "Hiragino Kaku Gothic ProN W3", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .class-site .heading-1 {
        font-size: 2.5rem;
    }
}
.class-shop .wrap-heading-1 {
    background-repeat: repeat;
    padding: 10px 0;
    width: 100%;
}
.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;
    font-weight: bold;
    font-family: "Montserrat", "Yu Gothic", "游ゴシック",
        "Hiragino Kaku Gothic ProN W3", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    margin: 0 auto;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .class-shop .heading-1 {
        font-size: 2.5rem;
    }
}
.class-site .wrap-heading-2 {
    border-bottom: 1px solid #ddd;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .class-site .wrap-heading-2 {
        margin-bottom: 15px;
    }
}
.class-site .heading-2 {
    font-size: 1.7rem;
    font-weight: bold;
    display: inline-block;
    padding: 0 4px 8px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .class-site .heading-2 {
        font-size: 2rem;
    }
}
.class-site a.wrap-heading-2 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #111;
    opacity: 1;
}
.class-site a.wrap-heading-2:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-size: 2rem;
    height: 38px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 1100px) {
    .class-site a.wrap-heading-2:hover {
        opacity: 0.6;
    }
}
.class-site .heading-3 {
    font-size: 1.5rem;
    border-left: 3px solid #ff4095;
    font-weight: bold;
    margin: 15px auto 10px;
    padding: 2px 2px 2px 10px;
}
@media screen and (min-width: 1100px) {
    .class-site .heading-3 {
        font-size: 1.7rem;
    }
}
.class-site .heading-3__sub {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #888;
    font-weight: normal;
}
@media screen and (min-width: 1100px) {
    .class-site .heading-3__sub {
        font-size: 1.35rem;
    }
}
.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: bold;
    display: inline-block;
    padding: 0 4px 8px;
    position: relative;
}
@media screen and (min-width: 1100px) {
    .class-shop .heading-2 {
        font-size: 2rem;
    }
}
.class-shop a.wrap-heading-2 {
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #111;
    display: block;
    opacity: 1;
}
.class-shop a.wrap-heading-2:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    display: inline-block;
    font-size: 2rem;
    height: 38px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
}
@media screen and (min-width: 1100px) {
    .class-shop a.wrap-heading-2:hover {
        opacity: 0.6;
    }
}
.class-shop .heading-3 {
    font-size: 1.5rem;
    border-left: 3px solid #ff4095;
    font-weight: bold;
    margin: 15px auto 10px;
    padding: 2px 2px 2px 10px;
}
@media screen and (min-width: 1100px) {
    .class-shop .heading-3 {
        font-size: 1.7rem;
    }
}
.class-site {
    background-color: #f4f2f6;
    padding: 10px 0;
}
@media screen and (min-width: 1100px) {
    .class-site {
        padding: 15px 0;
    }
}
.page-index {
    padding-top: 0;
}
.page-list {
    background-color: #eee;
}
.wrap-list-shop {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-list-shop {
        background: none;
        padding: 0;
    }
}
.list-shop {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .list-shop {
        margin-bottom: 25px;
    }
}
.list-shop:hover {
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}
.list-shop a {
    text-decoration: none !important;
}
.list-shop-header {
    background-color: #e3d6ee;
    border-radius: 6px 6px 0 0;
    color: #000;
    padding: 10px 15px;
}
@media screen and (min-width: 1100px) {
    .list-shop-header {
        padding: 10px 20px;
    }
}
.list-shop-header__ttl a {
    font-size: 1.7rem;
    font-weight: bold;
    color: #444;
    line-height: 1.8 !important;
}
@media screen and (min-width: 1100px) {
    .list-shop-header__ttl a {
        font-size: 2rem;
    }
}
.list-shop-header__ttl-kana {
    font-size: 1.2rem;
    line-height: 1.4;
    font-weight: normal;
}
@media screen and (min-width: 1100px) {
    .list-shop-header__ttl-kana {
        font-size: 1.35rem;
    }
}
.list-shop-header__cate {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #555;
    display: block;
    font-weight: normal;
    text-decoration: none;
}
@media screen and (min-width: 1100px) {
    .list-shop-header__cate {
        font-size: 1.35rem;
    }
}
.wrap-list-shop-therapist {
    padding-bottom: 10px;
    width: 100%;
}
.list-shop-therapist {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}
@media screen and (min-width: 1100px) {
    .list-shop-therapist ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}
.list-shop-therapist ul li {
    display: inline-block;
    margin-left: 5px;
    width: 100px;
}
@media screen and (min-width: 1100px) {
    .list-shop-therapist ul li {
        margin-left: 1.25%;
        display: block;
        width: 19%;
    }
}
.list-shop-therapist ul li:first-child {
    margin-left: 0;
}
.list-shop-therapist ul li a {
    display: block;
}
.list-shop-therapist ul li a img {
    width: 100%;
}
.wrap-list-shop-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.pro-banner {
    margin: 0 0 10px 0;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .pro-banner {
        margin: 0 10px 5px 0;
        width: 340px;
    }
}
.list-shop-info__thumb {
    margin: 0 10px 5px 0;
    width: 84px;
}
@media screen and (min-width: 1100px) {
    .list-shop-info__thumb {
        width: 110px;
    }
}
.list-shop-header__job-header {
    background-color: #e86c8a;
    border-radius: 6px 6px 0 0;
    padding: 10px 15px;
}
.list-shop-header__job-header .list-shop-header__cate,
.list-shop-header__job-header .list-shop-header__ttl a {
    color: #fff;
}

@media screen and (min-width: 1100px) {
    .list-shop-header__job-header {
        padding: 10px 20px;
    }
}
.list-shop-info__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.tbl-job-info {
    border-top: 1px solid #e0e0e0;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}

.tbl-job-info tr {
    border-bottom: 1px solid #e0e0e0;
}

.tbl-job-info th {
    background-color: #fdfafb;
    color: #666;
    font-weight: bold;
    width: 28%;
}

.tbl-job-info td {
    background-color: #fff;
}

.tbl-job-info th,
.tbl-job-info td {
    padding: 7px;
    text-align: left;
}

@media screen and (min-width: 1100px) {
    .tbl-job-info th,
    .tbl-job-info td {
        padding: 10px;
    }
}

.list-job-info {
    padding: 10px 0 0;
}

.list-job-info .list-shop-tag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 5px 0;
    width: 100%;
}

.list-job-info .list-shop-tag li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    border: 1px solid #bbb;
    color: #bbb;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 6px 0;
    padding: 5px;
    text-align: center;
    width: 32.4%;
}

.list-job-info .list-shop-tag .shop-tag--on {
    background-color: #f9c668;
    border: 1px solid #f9c668;
    color: #fff;
}

.list-job-info .list-empty {
    border: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    height: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

@media screen and (min-width: 1100px) {
    .wrap-list-job-action {
        padding: 0 20px 20px 20px;
    }
}

.wrap-job-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.job-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.job-action__more {
    width: 100%;
}

.job-action__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.job-action__item a {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #222;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}

.job-action__more a {
    background-color: #e86c8a;
    border: 1px solid #e86c8a;
    color: #fff;
}

.job-action__item a,
.job-action__item .none {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 8px 5px;
    text-align: center;
    text-decoration: none;
}
.job-detail__inner img {
    max-height: 350px;
}

@media screen and (min-width: 1100px) {
    .job-action__item a {
        text-decoration: none;
    }
}

.job-action__more a svg {
    fill: #fff;
}

@media screen and (min-width: 1100px) {
    .job-action__item a svg,
    .job-action__item .none svg {
        width: 28px;
        height: 28px;
    }
}

.job-action__item a svg,
.job-action__item .none svg {
    display: block;
    margin: 0 auto 5px;
    stroke-width: 3px;
    width: 24px;
    height: 24px;
}

.job-action__more a span {
    color: #fff;
}

@media screen and (min-width: 1100px) {
    .job-action__item a span,
    .job-action__item .none span {
        font-size: 1.2rem;
        line-height: 1.1;
    }
}

@media screen and (min-width: 1100px) {
    .job-action__item a span,
    .job-action__item .none span {
        font-size: 1.3rem;
        line-height: 1.4;
    }
}

.job-action__item a span,
.job-action__item .none span {
    line-height: 1.3;
    display: block;
    font-size: 1.6rem;
    line-height: 1;
    width: 100%;
}
.list-shop-tag {
    padding: 5px 0;
}
.list-shop-tag li {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: #fff;
    border: 1px solid #888;
    color: #888;
    display: inline-block;
    margin: 0 5px 5px 0;
    padding: 3px;
}
@media screen and (min-width: 1100px) {
    .list-shop-tag li {
        font-size: 1.35rem;
    }
}
.list-shop-tag-pickup {
    padding: 5px 0;
}
.list-shop-tag-pickup li {
    font-size: 1.2rem;
    line-height: 1.4;
    background-color: #ff617c;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin: 0 5px 0 0;
    padding: 3px;
}
@media screen and (min-width: 1100px) {
    .list-shop-tag-pickup li {
        font-size: 1.35rem;
    }
}
.list-shop-coupon {
    background-color: #f9e0c0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 5px 0 5px 0;
    position: relative;
    width: 100%;
}
.list-shop-coupon .coupon-ribbon {
    padding: 5px 55px 0 10px;
    position: static;
    top: 0;
    left: 0;
}
.list-shop-coupon .coupon-ribbon:before {
    content: none;
}
.list-shop-coupon__ttl {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 0;
    padding: 5px;
}
.list-shop-merit {
    border: 2px solid #ff366a;
    border-radius: 3px;
    margin: 14px 0 10px;
    padding: 5px;
    position: relative;
    text-align: center;
}
.list-shop-merit__ttl {
    background-color: #fff;
    color: #ff366a;
    margin: auto;
    padding: 2px 4px;
    position: absolute;
    top: -12px;
    left: 0;
    right: 0;
    width: 230px;
}
.list-shop-merit__detail {
    color: #ff366a;
    font-weight: bold;
    margin-top: 8px;
}
.shop-description {
    color: #888;
}
.list-shop-action {
    border-radius: 0 0 4px 4px;
    border-top: 1px solid #ddd;
    overflow: hidden;
}
.wrap-search-result {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-search-result {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}
.search-result__select-condition {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.search-result__select-condition.is-fixed-top {
    background-color: #fff;
    border: none;
    border-radius: 0;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    margin: 0 auto;
    padding: 6px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .search-result__select-condition.is-fixed-top
        .search-result__select-condition-inner {
        width: 1100px;
    }
}
.search-result__select-condition.is-fixed-top .list-select-condition li a {
    font-size: 1.1rem;
}
.search-result__select-condition.is-fixed-top .select-condition-header__ttl {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    display: block;
}
.search-result__select-condition-inner {
    margin: 0 auto;
    width: 100%;
}
.select-condition-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
}
.select-condition-header__ttl {
    font-size: 1.9rem;
    font-weight: bold;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    font-family: "Montserrat", "Yu Gothic", "游ゴシック",
        "Hiragino Kaku Gothic ProN W3", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: bold;
    line-height: 1.6;
}
@media screen and (min-width: 1100px) {
    .select-condition-header__ttl {
        font-size: 2.5rem;
    }
}
@media screen and (min-width: 1100px) {
    .select-condition-header__ttl {
        width: 80%;
    }
}
.select-condition-header__change {
    text-align: right;
    width: 90px;
}
@media screen and (min-width: 1100px) {
    .select-condition-header__change {
        width: 100px;
    }
}
.condition__change-btn {
    background-color: #fff;
    border-radius: 20px;
    border: 1px solid #326ebe;
    display: inline-block;
    padding: 4px 12px;
    text-align: center;
}
.condition__change-btn:hover {
    border: 1px solid #5b8bcb;
    text-decoration: none;
}
.wrap-condition {
    margin: 0 auto;
    width: 100%;
}
.condition__select p {
    display: inline-block;
}
.list-select-condition {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    overflow: auto;
    white-space: nowrap;
    padding-bottom: 6px;
}
@media screen and (min-width: 1100px) {
    .list-select-condition {
        overflow: visible;
        white-space: normal;
    }
}
.list-select-condition li {
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
    margin-right: 2px;
}
@media screen and (min-width: 1100px) {
    .list-select-condition li {
        font-size: 1.35rem;
    }
}
.list-select-condition li a {
    background-color: #f96885;
    border-radius: 20px;
    color: #fff;
    display: block;
    margin: 0 0 2px 0;
    opacity: 1;
    padding: 2px 10px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-select-condition li a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f00d";
    padding-left: 5px;
}
.list-select-condition li a:hover {
    opacity: 0.8;
}
.list-select-condition li a:hover span {
    text-decoration: line-through;
}
.search-result__cnt {
    margin: 10px 0;
}
.search-result__cnt span {
    font-weight: bold;
}
@media screen and (min-width: 1100px) {
    .wrap-search {
        margin-right: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 210px;
    }
}
.search-group-main .wrap-heading-3 {
    background-color: #ff366a;
    border-radius: 6px 6px 0 0;
    color: #fff;
    padding: 10px;
}
.search-group-main .wrap-heading-3 h3 strong {
    font-size: 1.7rem;
    font-weight: bold;
}
@media screen and (min-width: 1100px) {
    .search-group-main .wrap-heading-3 h3 strong {
        font-size: 2rem;
    }
}
.search-group-main .search-group-main__select {
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #fff;
    border: 1px solid #ddd;
    border-width: 0 1px 1px 1px;
    font-weight: bold;
}
@media screen and (min-width: 1100px) {
    .search-group-main .search-group-main__select {
        font-size: 2rem;
    }
}
.search-group-main .search-group-main__select a {
    display: block;
    padding: 10px;
}
.search-group {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
@media screen and (min-width: 1100px) {
    .search-group {
        margin-bottom: 20px;
        padding-bottom: 15px;
    }
}
.search-group .wrap-search-heading {
    background-color: #9282a0;
    color: #fff;
    margin-bottom: 10px;
    padding: 6px 10px;
}
@media screen and (min-width: 1100px) {
    .search-group .wrap-search-heading {
        margin-bottom: 15px;
    }
}
.search-group .wrap-search-heading .search-heading__ttl {
    font-weight: bold;
}
.search-group-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 10px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .search-group-list {
        margin-bottom: 5px;
    }
}
.search-group-list div {
    width: 50%;
}
@media screen and (min-width: 1100px) {
    .search-group-list div {
        width: 100%;
    }
}
.btn-search {
    background-color: #326ebe;
    border-radius: 6px;
    color: #fff;
    display: block;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 90%;
}
@media screen and (min-width: 1100px) {
    .btn-search {
        text-decoration: none;
    }
}
.btn-search:hover {
    background-color: rgba(50, 110, 190, 0.8);
}
.modaal-content-container .wrap-search {
    width: 100%;
}
.modaal-content-container .search-group {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 0;
}
.modaal-content-container .search-group .wrap-search-heading {
    background: none;
    color: #222;
}
.modaal-content-container .search-group-list {
    margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
    .modaal-content-container .search-group-list div {
        width: 25%;
    }
}
.modaal-content-container .search-group-list .select-area {
    width: 100%;
}
.modaal-content-container .btn-search {
    margin: 20px auto;
    width: 60%;
}
@media screen and (min-width: 1100px) {
    .modaal-content-container .btn-search {
        width: 20%;
    }
}
.class-shop {
    background-color: #f4f2f6;
    padding: 10px 0;
}
@media screen and (min-width: 1100px) {
    .class-shop {
        padding: 15px 0;
    }
}
.wrap-shop-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.shop-action__item {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
}
.shop-action__item a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #c1bada;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 5px;
    text-align: center;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
    height: 100%;
}
.shop-action__item a:hover {
    -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 1100px) {
    .shop-action__item a {
        text-decoration: none;
    }
}
.shop-action__item a div {
    width: 100%;
}
.shop-action__item:first-child {
    margin-left: 0;
    min-width: 45%;
}
.shop-action__item:first-child a {
    background-color: #eb6eae;
    border-left: 0;
    color: #fff;
}
.shop-action__item i {
    font-size: 2.2rem;
}
@media screen and (min-width: 1100px) {
    .shop-action__item i {
        font-size: 2.4rem;
    }
}
.shop-action__item span {
    font-size: 1.2rem;
    line-height: 1.4;
    display: block;
}
@media screen and (min-width: 1100px) {
    .shop-action__item span {
        font-size: 1.35rem;
    }
}
.wrap-shop-header {
    margin-bottom: 15px;
    width: 100%;
}
.wrap-shop-detail-header-inner {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-detail-header-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 1100px;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-shop-detail-header-inner .wrap-heading-1 {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        padding-right: 10px;
    }
}
.wrap-shop-detail-header-inner .wrap-shop-action {
    margin-bottom: 10px;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-detail-header-inner .wrap-shop-action {
        margin-bottom: 0;
        width: 34%;
    }
}
.shop-header__cate {
    display: block;
}
.wrap-shop-detail-header.is-fixed-top {
    background-color: #fff;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    padding: 0 2%;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-detail-header.is-fixed-top {
        padding: 10px 2%;
    }
}
.wrap-shop-detail-header.is-fixed-top .wrap-shop-detail-header-inner {
    margin: 0 auto;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-detail-header.is-fixed-top .wrap-shop-detail-header-inner {
        width: 1100px;
    }
}
.wrap-shop-detail-header.is-fixed-top .wrap-heading-1 {
    padding: 6px 0;
}
.wrap-shop-detail-header.is-fixed-top .heading-1 {
    font-size: 1.5rem;
    display: inline-block;
    width: auto;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-detail-header.is-fixed-top .heading-1 {
        font-size: 1.7rem;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-shop-detail-header.is-fixed-top .heading-1 {
        display: block;
    }
}
.wrap-shop-detail-header.is-fixed-top .shop-kana {
    display: none;
}
.wrap-shop-detail-header.is-fixed-top .shop-header__cate {
    display: none;
}
.wrap-shop-detail-header.is-fixed-top .shop-action__item i {
    font-size: 1.8rem;
}
.shop-kana {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #888;
}
@media screen and (min-width: 1100px) {
    .shop-kana {
        font-size: 1.35rem;
    }
}
.shop-content {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin-bottom: 15px;
    padding: 15px;
}
@media screen and (min-width: 1100px) {
    .shop-content {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.swiper-container__shop-bnr {
    margin-bottom: 20px;
    padding-bottom: 30px;
}
.swiper-container__shop-bnr .swiper-slide img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.swiper-container__shop-bnr .swiper-button-prev {
    left: 10px;
}
.swiper-container__shop-bnr .swiper-button-next {
    right: 10px;
}
.shop-bnr {
    margin-bottom: 20px;
}
.shop-bnr img {
    min-width: 100%;
}
.tbl-shop-info {
    border-top: 1px solid #ddd;
    border-collapse: collapse;
    table-layout: fixed;
    width: 100%;
}
.tbl-shop-info tr {
    border-bottom: 1px solid #ddd;
}
.tbl-shop-info th,
.tbl-shop-info td {
    display: block;
    padding: 7px;
    text-align: left;
}
@media screen and (min-width: 1100px) {
    .tbl-shop-info th,
    .tbl-shop-info td {
        padding: 10px;
    }
}
.tbl-shop-info th {
    background-color: #f3f1f6;
    font-weight: bold;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .tbl-shop-info th {
        display: table-cell;
        width: 28%;
    }
}
.tbl-shop-info td {
    background-color: #fff;
}
.tbl-shop-system {
    width: 100%;
}
.tbl-shop-system tr {
    border-bottom: 1px solid #ddd;
}
.tbl-shop-system tr th,
.tbl-shop-system tr td {
    padding: 6px;
}
.tbl-shop-system tr th {
    width: 100px;
}
.wrap-Googlemap-iframe iframe {
    height: 300px;
    width: 100%;
}
#map {
    height: 300px;
    width: 100%;
}
.wrap-shop-system {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-system {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}
.wrap-shop-twitter {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-twitter {
        margin-left: 15px;
        width: 40%;
    }
}
.wrap-shop-twitter .shop-twitter {
    max-height: 350px;
    min-height: 300px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-twitter .shop-twitter {
        max-height: none;
        min-height: 100%;
        position: relative;
    }
}
@media screen and (min-width: 1100px) {
    .wrap-shop-twitter .shop-twitter iframe {
        position: absolute !important;
        top: 0 !important;
        left: 0 !important;
        width: 100% !important;
    }
}
.wrap-shop-coupon {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-coupon {
        margin-bottom: 20px;
    }
}
.wrap-shop-coupon .shop-coupon__header {
    font-size: 1.7rem;
    font-weight: bold;
    background: #efac58;
    color: #fff;
    font-weight: bold;
    padding: 15px;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-coupon .shop-coupon__header {
        font-size: 2rem;
    }
}
.wrap-shop-coupon .shop-coupon__detail {
    background-color: #fff;
    padding: 15px;
}
.wrap-shop-coupon .shop-coupon__ttl {
    font-size: 1.7rem;
    font-weight: bold;
    color: #ec8300;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-coupon .shop-coupon__ttl {
        font-size: 2rem;
    }
}
.wrap-shop-coupon .coupon-attention {
    font-size: 1.2rem;
    line-height: 1.4;
    border-top: 1px solid #ddd;
    color: #888;
    margin-top: 15px;
    padding-top: 15px;
}
@media screen and (min-width: 1100px) {
    .wrap-shop-coupon .coupon-attention {
        font-size: 1.35rem;
    }
}
.wrap-concpet {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-concpet {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.wrap-concpet .concept__thumb {
    margin: 0 auto 10px;
    text-align: center;
    width: 80%;
}
@media screen and (min-width: 1100px) {
    .wrap-concpet .concept__thumb {
        margin: 0 15px 0 0;
        width: 200px;
    }
}
.wrap-concpet .concept__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.wrap-report-form {
    font-size: 1.2rem;
    line-height: 1.4;
    margin-top: 15px;
}
@media screen and (min-width: 1100px) {
    .wrap-report-form {
        font-size: 1.35rem;
    }
}
.wrap-list-similar {
    margin-top: 30px;
}
.list-similar {
    margin-top: 5px;
}
.list-similar li {
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
}
@media screen and (min-width: 1100px) {
    .list-similar li {
        font-size: 1.35rem;
    }
}
.list-similar li a {
    display: block;
    margin-right: 12px;
    padding: 2px;
}
.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;
}
.swiper-pagination-bullets {
    bottom: 0 !important;
}
.swiper-pagination-bullet-active {
    background: #ff366a;
}
.swiper-button-next,
.swiper-button-prev {
    background-color: #fff;
    background-size: 11px !important;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
    opacity: 0.9;
    top: 46% !important;
    width: 40px;
    height: 40px;
}
@media screen and (min-width: 1100px) {
    .swiper-button-next,
    .swiper-button-prev {
        background-size: 13px !important;
        top: 47% !important;
        width: 44px;
        height: 44px;
    }
}
.swiper-button-prev {
    left: -6px;
}
@media screen and (min-width: 1100px) {
    .swiper-button-prev {
        left: -15px;
    }
}
.swiper-button-next {
    right: -6px;
}
@media screen and (min-width: 1100px) {
    .swiper-button-next {
        right: -15px;
    }
}
.swiper-button-disabled {
    opacity: 0 !important;
}
.list-blog-cate li a {
    border-bottom: 1px solid #ddd;
    display: block;
    padding: 8px;
    position: relative;
}
.list-blog-cate li a:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f105";
    margin: auto;
    position: absolute;
    top: 0;
    right: 2px;
    bottom: 0;
    height: 25px;
}
.list-blog-cate li:last-child a {
    border: none;
}
.list-blog-archive {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
.list-blog-archive li {
    width: 25%;
}
@media screen and (min-width: 1100px) {
    .list-blog-archive li {
        width: 33.333%;
    }
}
.list-blog-archive li a {
    display: block;
    padding: 5px;
    text-align: center;
}
.blog-cnt-num {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 1100px) {
    .blog-cnt-num {
        font-size: 1.35rem;
    }
}
.wrap-blog-entry {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 5px;
    padding: 15px;
}
.entry-cate {
    display: inline-block;
    margin-right: 10px;
}
.entry-cate a {
    background-color: #fff;
    border-radius: 20px;
    display: inline-block;
    padding: 2px 15px;
}
.entry-tag {
    text-align: right;
}
.entry-tag a {
    font-size: 1.2rem;
    line-height: 1.4;
    display: inline-block;
    margin-right: 3px;
}
@media screen and (min-width: 1100px) {
    .entry-tag a {
        font-size: 1.35rem;
    }
}
.wrap-heading-1 .entry-tag {
    display: inline-block;
}
.wrap-heading-1 .entry-tag a {
    color: #fff;
}
.blog-heading-2 {
    font-size: 1.9rem;
    font-weight: bold;
    margin-bottom: 10px;
}
@media screen and (min-width: 1100px) {
    .blog-heading-2 {
        font-size: 2.5rem;
    }
}
.entry-paging {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 15px auto;
    width: 100%;
}
.entry-paging__item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #888;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}
.entry-paging__item:nth-child(2) {
    border-left: 1px solid #ddd;
    text-align: right;
}
.entry-paging__item.area-link {
    color: #326ebe;
}
.entry-paging__item-arrow {
    font-size: 2rem;
    width: 8%;
}
.entry-paging__item-image {
    width: 25%;
}
.entry-paging__item-ttl {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 10px;
    min-width: 0;
}
.list-faq {
    margin-top: 10px;
}
.list-faq dt {
    font-weight: bold;
}
.list-faq dt:before {
    background-color: #ff9e21;
    border-radius: 50%;
    color: #fff;
    content: "Q";
    display: inline-block;
    font-family: "Fredoka One", cursive;
    font-weight: normal;
    margin-right: 5px;
    text-align: center;
    vertical-align: text-bottom;
    width: 22px;
    height: 22px;
}
.list-faq dd {
    background-color: rgba(255, 158, 33, 0.2);
    border-radius: 3px;
    margin: 5px 0 15px;
    padding: 10px;
}
.list-faq dd:before {
    color: #ff366a;
    content: "Answer!";
    display: block;
    font-family: "Fredoka One", cursive;
}
.appeal {
    -webkit-animation: fuwa-v 1s ease-in-out infinite alternate;
    animation: fuwa-v 1s ease-in-out infinite alternate;
    position: relative;
    display: block;
    margin: 10px auto;
    padding: 7px 10px;
    width: 200px;
    color: #fff;
    background: #ff8d1d;
    border-radius: 3px;
}
.appeal:before {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -10px;
    border: 10px solid transparent;
    border-top: 10px solid #ff8d1d;
}
.wrap-modaal {
    display: none;
    margin: 0 auto;
    width: 80%;
}
.modaal-inner-wrapper {
    padding: 1vh;
}
@media screen and (min-width: 1100px) {
    .modaal-container {
        max-height: 80vh;
    }
}
.modaal-content-container {
    padding: 0;
}
.modaal-ttl {
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #9072b2;
    color: #fff;
    padding: 9px 40px 9px 7px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}
@media screen and (min-width: 1100px) {
    .modaal-ttl {
        font-size: 2rem;
    }
}
@media screen and (min-width: 1100px) {
    .modaal-ttl {
        padding: 5px 40px 5px 7px;
    }
}
.modaal-inner {
    overflow: auto;
    padding: 58px 15px 15px 15px;
}
@media screen and (min-width: 1100px) {
    .modaal-inner {
        height: 80vh;
    }
}
.modaal-close:after,
.modaal-close:before {
    top: 11px;
    width: 3px;
    height: 18px;
}
@media screen and (min-width: 1100px) {
    .modaal-close:after,
    .modaal-close:before {
        top: 14px;
    }
}
.modaal-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 42px;
    height: 42px;
    z-index: 20;
}
@media screen and (min-width: 1100px) {
    .modaal-close {
        width: 48px;
        height: 48px;
    }
}
.modaal-fullscreen .modaal-close {
    background: none;
    opacity: 1;
    right: 0;
    top: 0;
}
@media screen and (min-width: 1100px) {
    .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: 1100px) {
    .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;
}
.site-footer {
    padding: 20px 0;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .site-footer {
        padding: 20px;
    }
}
.site-footer__logo {
    text-align: center;
}
.site-footer__logo img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    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: 1100px) {
    .list-sitemap li {
        font-size: 1.35rem;
    }
}
.list-sitemap li:after {
    color: #888;
    content: "|";
    display: inline-block;
    padding: 0 2px;
}
.list-sitemap li:last-child:after {
    content: none;
    padding: 0;
}
.copyright {
    color: #888;
}
.area-des {
    margin-bottom: 20px;
}
.area-des .area-des__ttl {
    font-weight: bold;
    margin-bottom: 5px;
}
.area-des .area-des__detail {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #444;
    line-height: 1.6;
}
@media screen and (min-width: 1100px) {
    .area-des .area-des__detail {
        font-size: 1.35rem;
    }
}
.area-des {
    margin-bottom: 20px;
}
.area-des .area-des__ttl {
    font-weight: bold;
    margin-bottom: 5px;
}
.area-des .area-des__detail {
    font-size: 1.2rem;
    line-height: 1.4;
    color: #444;
    line-height: 1.6;
}
@media screen and (min-width: 1100px) {
    .area-des .area-des__detail {
        font-size: 1.35rem;
    }
}
.wrap-p-step {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-p-step {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
}
.p-step {
    border: 1px solid #ddd;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .p-step {
        width: 30%;
    }
}
.p-step__ttl {
    font-size: 1.7rem;
    font-weight: bold;
    background-color: #ff366a;
    color: #fff;
    padding: 6px;
    text-align: center;
}
@media screen and (min-width: 1100px) {
    .p-step__ttl {
        font-size: 2rem;
    }
}
.p-step__detail {
    padding: 10px;
}
.p-step__detail-icon {
    margin: 5px auto;
    text-align: center;
}
.p-step__detail-icon img {
    width: 60px;
}
.p-step-arrow {
    height: 40px;
    position: relative;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .p-step-arrow {
        height: auto;
        width: 5%;
    }
}
.p-step-arrow:after {
    display: inline-block;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f063";
    height: 22px;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
@media screen and (min-width: 1100px) {
    .p-step-arrow:after {
        content: "\f061";
        height: 24px;
    }
}
.tbl-p-price {
    border: 1px solid #ddd;
    width: 100%;
}
.tbl-p-price thead th {
    background-color: #f4f0f4;
    color: #fff;
    font-weight: bold;
    padding: 10px;
    text-align: center;
    width: 15%;
}
.tbl-p-price tbody th,
.tbl-p-price tbody td {
    border: 1px solid #ddd;
    padding: 10px;
}
.tbl-p-price tbody th {
    background-color: #f4f0f4;
    text-align: left;
}
.tbl-p-price tbody th span {
    border: 1px solid #ddd;
    border-radius: 6px;
    display: inline-block;
    margin-right: 3px;
    padding: 2px 5px;
}
.tbl-p-price tbody td {
    text-align: center;
}
.top-eyecatch {
    background-color: #eae1fa;
    background-image: url(/img/bg-header-eyecatch.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-bottom: 15px;
    position: relative;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .top-eyecatch {
        height: 270px;
        margin-bottom: 30px;
    }
}
.top-eyecatch h1 {
    margin: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 60%;
    height: auto;
}
@media screen and (min-width: 1100px) {
    .top-eyecatch h1 {
        width: 400px;
    }
}
.list-major-city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px auto;
    width: 100%;
}
.list-major-city li {
    background-color: #aa97af;
    margin-bottom: 5px;
    overflow: hidden;
    width: 49.2%;
    height: 100px;
}
@media screen and (min-width: 1100px) {
    .list-major-city li {
        margin-bottom: 10px;
        width: 24.2%;
        height: 140px;
    }
}
.list-major-city li a {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.list-major-city li a:hover img {
    opacity: 0.9;
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1);
}
.list-major-city li img {
    display: block;
    max-width: none;
    width: 132%;
    opacity: 0.7;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-major-city li .list-major-city--not-open {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
    text-align: center;
}
.list-major-city li .list-major-city--not-open img {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    opacity: 0.4;
}
.list-major-city li .list-major-city__name {
    color: #fff;
    font-size: 1.7rem;
    font-weight: bold;
    height: 34px;
    line-height: 1 !important;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.9);
}
@media screen and (min-width: 1100px) {
    .list-major-city li .list-major-city__name {
        font-size: 2rem;
    }
}
@media screen and (min-width: 1100px) {
    .list-major-city li .list-major-city__name {
        height: 40px;
    }
}
.list-major-city li .list-major-city__num {
    font-size: 1rem;
    font-weight: normal;
}
@media screen and (min-width: 1100px) {
    .list-major-city li .list-major-city__num {
        font-size: 1.2rem;
    }
}
.sitemap {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .sitemap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        font-size: 1.4rem;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1100px) {
    .sitemap__col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 50%;
    }
}
.btn-maptree-open {
    font-weight: bold;
    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: "\f107";
    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: "\f106";
    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;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        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: "\f105";
    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 6px 8px 0;
}
.list-menu li a {
    border: 1px solid #ddd;
    border-radius: 6px;
    display: block;
    padding: 5px;
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.list-menu li a:hover {
    background-color: #5b8bcb;
    border-color: #5b8bcb;
    color: #fff;
}
.wrap-list-btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    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;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    width: 100%;
}
.wrap-list-btn-link li a:hover {
    background-color: #326ebe;
    color: #fff;
}
#fixed-order {
    display: table;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
#fixed-order .item {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 0 auto 40px;
    overflow: hidden;
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
@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: -webkit-box;
    display: -ms-flexbox;
    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;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
#fixed-order .item .words ol li a:hover {
    background-color: rgba(249, 104, 133, 0.6);
    color: #fff;
}
#fixed-order .item .words ol .current a {
    background-color: #f96885;
    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;
    color: #888;
    display: inline-block;
    font-weight: normal;
    margin-left: 5px;
}
@media screen and (min-width: 1100px) {
    .words__sub {
        font-size: 1.2rem;
    }
}
.words__sub:before,
.words__sub:after {
    font-weight: normal;
}
.words__sub:before {
    content: "(";
}
.words__sub:after {
    content: ")";
}
.link-code {
    border: 1px solid #ddd;
    display: block;
    font-family: Courier, "Yu Gothic", "游ゴシック",
        "Hiragino Kaku Gothic ProN W3", Arial, "メイリオ", Meiryo, Osaka,
        "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    padding: 10px;
}
@media screen and (min-width: 1100px) {
    .link-code {
        font-weight: 300 !important;
    }
}
.copy-code {
    background-color: #fff;
    border: 1px solid #326ebe;
    border-radius: 6px;
    color: #326ebe;
    display: inline-block;
    margin: 10px auto;
    padding: 10px;
}
@media screen and (min-width: 1100px) {
    .copy-code {
        margin: 10px 0 0 0;
    }
}
.copy-comp {
    background-color: #3388dd;
    color: #fff;
    margin: 0;
    opacity: 0;
    padding: 1em;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.js-copy-comp--active {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.list-therapist {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    width: 100%;
}
.list-therapist li {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    overflow: visible;
    width: 49%;
}
@media screen and (max-width: 320px) {
    .list-therapist li {
        padding: 8px;
    }
}
@media screen and (min-width: 1100px) {
    .list-therapist li {
        margin-bottom: 20px;
        padding: 20px;
    }
}
@media screen and (min-width: 1100px) {
    .list-therapist li {
        width: 24%;
    }
}
@media screen and (min-width: 1100px) {
    .list-therapist li:hover {
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    }
}
.list-therapist .list-therapist__detail {
    margin-top: 8px;
}
.list-therapist .list-therapist__ttl {
    display: block;
    font-weight: bold;
}
.list-therapist__thumb {
    display: block;
    position: relative;
}
.list-therapist__thumb:before {
    display: block;
    padding-top: 133.3334%;
    overflow: hidden;
    content: "";
}
.list-therapist__thumb .list-therapist__thumb-pos,
.list-therapist__thumb .list-therapist__thumb-aspect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.list-therapist__thumb .list-therapist__thumb-pos {
    background-color: #efefef;
}
.list-therapist__thumb .list-therapist__thumb-aspect {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
@-webkit-keyframes AnimSokuhime {
    0% {
        background-position: 20% 0%;
    }
    50% {
        background-position: 81% 100%;
    }
    100% {
        background-position: 20% 0%;
    }
}
@keyframes AnimSokuhime {
    0% {
        background-position: 20% 0%;
    }
    50% {
        background-position: 81% 100%;
    }
    100% {
        background-position: 20% 0%;
    }
}
.list-therapist__soku {
    -webkit-animation: AnimSokuhime 22s ease infinite;
    animation: AnimSokuhime 22s ease infinite;
    background: linear-gradient(320deg, #f70, #6400ff, #ff0056);
    background-size: 600% 600%;
    border-radius: 20px;
    color: #fff;
    margin: auto;
    padding: 5px;
    position: absolute;
    top: -20px;
    right: 0;
    left: 0;
    text-align: center;
    width: 85%;
}
.wrap-staff-header {
    margin-bottom: 15px;
}
.wrap-staff-detail-header {
    -webkit-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    width: 100%;
}
.wrap-staff-detail-header .wrap-heading-1 .heading-1 {
    display: inline-block;
    width: auto;
}
.wrap-staff-detail-header .wrap-heading-1 p {
    display: inline-block;
}
@media screen and (min-width: 1100px) {
    .wrap-staff-detail-header .wrap-heading-1 p {
        display: inline;
    }
}
.therapist__soku {
    -webkit-animation: AnimSokuhime 22s ease infinite;
    animation: AnimSokuhime 22s ease infinite;
    background: linear-gradient(320deg, #f70, #6400ff, #ff0056);
    background-size: 600% 600%;
    border-radius: 20px;
    color: #fff;
    margin: auto;
    padding: 5px;
    text-align: center;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-staff-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}
@media screen and (min-width: 1100px) {
    .staff-detail__main {
        width: 43%;
    }
}
@media screen and (min-width: 1100px) {
    .staff-detail__sub {
        width: 55%;
    }
}
.swiper-container__staff-pht {
    padding-bottom: 12px;
}
@media screen and (max-width: 320px) {
    .swiper-container__staff-pht {
        padding-bottom: 8px;
    }
}
@media screen and (min-width: 1100px) {
    .swiper-container__staff-pht {
        padding-bottom: 20px;
    }
}
.therapist__thumb {
    display: block;
    position: relative;
}
.therapist__thumb:before {
    display: block;
    padding-top: 133.3334%;
    overflow: hidden;
    content: "";
}
.therapist__thumb .therapist__thumb-pos,
.therapist__thumb .therapist__thumb-aspect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.therapist__thumb .therapist__thumb-pos {
    background-color: #000;
}
.therapist__thumb .therapist__thumb-aspect {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.staff-pht .therapist__thumb:before {
    display: block;
    padding-top: 100%;
    overflow: hidden;
    content: "";
}
.staff-pht .therapist__thumb-pos {
    background-color: #efefef;
}
.staff-pht .therapist__thumb-pos .noimage {
    width: 60% !important;
}
.list-thumb-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}
.list-thumb-pager li {
    width: 19%;
}
.list-thumb-pager li a {
    border: 1px solid #ddd;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.list-thumb-pager li a.active {
    border: 1px solid #f96885;
}
.list-thumb-pager li a.active img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.staff-manager-comment {
    word-break: break-all;
    word-wrap: break-word;
}
.tbl-staff-schedule-w {
    table-layout: fixed;
    width: 100%;
}
.tbl-staff-schedule-w tr:first-child th,
.tbl-staff-schedule-w tr:first-child td {
    font-weight: bold;
}
.tbl-staff-schedule-w th,
.tbl-staff-schedule-w td {
    border: 1px solid #ddd;
    padding: 6px;
    text-align: center;
}
.tbl-staff-schedule-w th {
    background-color: #fdfdfd;
    width: 40%;
}
.tbl-staff-schedule-w td {
    width: 60%;
}
.staff-twitter {
    max-height: 350px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px) {
    .staff-twitter {
        max-height: 390px;
    }
}
.wrap-area-top {
    margin: -10px auto 0;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-area-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 auto;
    }
}
.area-top__main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .area-top__main {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        width: 780px;
    }
}
.area-top__left {
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .area-top__left {
        width: 210px;
    }
}
.area-top__right {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .area-top__right {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 300px;
    }
}
.wrap-cover-girl {
    border-radius: 0;
    width: 100%;
}
@media screen and (min-width: 1100px) {
    .wrap-cover-girl {
        background-color: #fff;
        border-radius: 6px;
        -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
        margin-bottom: 15px;
        overflow: hidden;
        padding: 12px;
        position: relative;
        -webkit-transition: all 0.3s ease;
        transition: all 0.3s ease;
    }
}
@media screen and (min-width: 1100px) and (max-width: 320px) {
    .wrap-cover-girl {
        padding: 8px;
    }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
    .wrap-cover-girl {
        margin-bottom: 20px;
        padding: 20px;
    }
}
.swiper-container__cover-pht {
    margin-bottom: 12px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (min-width: 1100px) {
    .swiper-container__cover-pht {
        margin-bottom: 20px;
    }
}
.cover__thumb {
    border-radius: 6px;
    display: block;
    position: relative;
}
.cover__thumb:before {
    display: block;
    padding-top: 50%;
    overflow: hidden;
    content: "";
}
.cover__thumb .cover__thumb-pos,
.cover__thumb .cover__thumb-aspect {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.cover__thumb .cover__thumb-aspect {
    background-color: #fff;
    border-radius: 6px;
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.cover-thumb-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}
.cover-thumb-pager li {
    margin-left: 10px;
    width: 22%;
}
@media screen and (min-width: 1100px) {
    .cover-thumb-pager li {
        width: 15%;
    }
}
.cover-thumb-pager li:first-child {
    margin-left: 0;
}
.cover-thumb-pager li a {
    border: 1px solid #ddd;
    border-radius: 6px;
    cursor: pointer;
    display: block;
    overflow: hidden;
}
.cover-thumb-pager li a.active {
    border: 1px solid #f96885;
}
.cover-thumb-pager li a.active img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}
.list-staff-pager {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.list-staff-pager li {
    margin-bottom: 10px;
    width: 49%;
}
@media screen and (min-width: 1100px) {
    .list-staff-pager li {
        margin-bottom: 15px;
        width: 24%;
    }
}
.list-staff-pager li:nth-child(2n + 1) {
    margin-left: 0;
}
.list-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
@media screen and (min-width: 1100px) {
    .list-card {
        margin-bottom: 20px;
    }
}
.list-card li {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
@media screen and (min-width: 1100px) {
    .list-card li:first-child {
        margin-left: 0;
    }
}
@media screen and (min-width: 1100px) {
    .list-card li:hover {
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    }
}
.list-card li .list-card__thumb-photo {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
}
.list-card li .noimage {
    background-color: #dfdfdf;
    position: relative;
    width: 100% !important;
}
.list-card li .noimage img {
    -o-object-fit: contain;
    object-fit: contain;
}
.list-card li .list-card__detail {
    padding: 12px;
}
@media screen and (max-width: 320px) {
    .list-card li .list-card__detail {
        padding: 8px;
    }
}
.list-card li .list-card__ttl {
    font-weight: bold;
}
.list-card li .tag-new {
    margin-bottom: 3px;
}
.list-card-shop li {
    max-width: 220px;
    min-width: 220px;
}
@media screen and (min-width: 1100px) {
    .list-card-shop li {
        margin: 0 0 0 2%;
        max-width: 32%;
        width: 32%;
    }
}
.list-card-shop .list-card__thumb-photo {
    height: 110px;
}
@media screen and (min-width: 1100px) {
    .list-card-shop .list-card__thumb-photo {
        height: 125px;
    }
}
.list-horizontal.list-card-staff li {
    min-width: 206px;
}
@media screen and (min-width: 1100px) {
    .list-horizontal.list-card-staff li {
        min-width: 24%;
    }
}
@media screen and (min-width: 1100px) {
    .list-card-staff li:nth-child(4n + 1) {
        margin-left: 0;
    }
}
.list-card-staff .list-card__thumb {
    overflow: hidden;
}
.list-card-staff .list-card__thumb .list-card__thumb-photo {
    content: "";
    display: block;
    padding-top: 133.3334%;
    position: relative;
}
.list-card-staff .list-card__thumb .list-card__thumb-photo img {
    display: block;
    margin: auto;
    -o-object-fit: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.list-card-staff .list-card__thumb .noimage img {
    -o-object-fit: contain;
    object-fit: contain;
    width: 72%;
}
.list-card-staff .list-therapist__sch {
    font-size: 1.3rem;
}
@media screen and (max-width: 320px) {
    .list-card-staff .list-therapist__sch {
        font-size: 1.2rem;
        letter-spacing: -0.6px;
    }
}
@media screen and (min-width: 1100px) {
    .list-card-staff .list-therapist__sch {
        font-size: 1.4rem;
    }
}
@media screen and (min-width: 1100px) and (min-width: 1100px) {
    .list-card-staff .list-therapist__sch {
        font-size: 1.5rem;
    }
}
.list-card-staff .ico-sch {
    font-size: 1.2rem;
    line-height: 1.4;
    border-radius: 6px;
    color: #fff;
    display: inline-block;
    margin-right: 5px;
    padding: 2px 4px;
}
@media screen and (max-width: 320px) {
    .list-card-staff .ico-sch {
        letter-spacing: -1.5px;
    }
}
@media screen and (min-width: 1100px) {
    .list-card-staff .ico-sch {
        font-size: 1.35rem;
    }
}
@media screen and (min-width: 1100px) {
    .list-card-staff .ico-sch {
        font-size: 1.2rem;
    }
}
.list-card-staff .therapist__sch--now {
    color: #ff1064;
}
.list-card-staff .therapist__sch--now .ico-sch {
    background-color: #ff1064;
}
.list-card-staff .therapist__sch--today {
    color: #ff8610;
}
.list-card-staff .therapist__sch--today .ico-sch {
    background-color: #ff8610;
}
.list-card-staff .therapist__sch--fin {
    color: #999;
}
.list-card-staff .therapist__sch--fin .ico-sch {
    background-color: #999;
}
.list-card-coupon {
    padding: 3px 0 0 8px;
}
.list-card-coupon li {
    margin-left: 5px;
    max-width: 220px;
    min-width: 220px;
    overflow: visible;
}
@media screen and (min-width: 1100px) {
    .list-card-coupon li {
        margin: 15px 0 0 2%;
        max-width: 32%;
        width: 32%;
    }
    .list-card-coupon li:nth-child(3n + 1) {
        margin-left: 0;
    }
}
.list-card-coupon li .list-card__coupon-ttl-wrap {
    border-radius: 6px 6px 0 0;
    letter-spacing: -1px;
    position: relative;
    text-align: center;
    width: 100%;
    height: 90px;
    z-index: 0;
}
@media screen and (max-width: 320px) {
    .list-card-coupon li .list-card__coupon-ttl-wrap {
        padding: 32px 8px 8px 8px;
    }
}
@media screen and (min-width: 1100px) {
    .list-card-coupon li .list-card__coupon-ttl-wrap {
        height: 94px;
    }
}
.list-card-coupon li .list-card__coupon-ttl-wrap a,
.list-card-coupon li .list-card__coupon-ttl-wrap p {
    color: #000;
    display: block;
    padding: 19px 10px 12px 10px;
    position: absolute;
    top: 50%;
    right: 0;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-decoration: none;
}
.list-card__coupon-ttl-wrap .price_sm {
    font-size: 25px;
    color: red;
    font-weight: bold;
}
.list-card-coupon li .list-card__coupon-ttl-wrap .price {
    font-size: 50px;
    color: red;
    font-weight: bold;
}
.coupon-ribbon {
    color: #fff;
    position: absolute;
    top: -6px;
    left: -6px;
    padding: 3px 50px 2px 10px;
    letter-spacing: 0.1px;
    z-index: 10;
}
@media screen and (min-width: 1100px) {
    .coupon-ribbon {
        padding: 0 50px 2px 10px;
    }
}
.coupon-ribbon:before {
    border: 3px solid transparent;
    content: " ";
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 10;
}
.coupon-ribbon span {
    font-size: 1.2rem;
    line-height: 1.4;
}
@media screen and (min-width: 1100px) {
    .coupon-ribbon span {
        font-size: 1.35rem;
    }
}
.coupon-new .coupon-ribbon {
    background: linear-gradient(
        -45deg,
        transparent,
        transparent 25%,
        #ec9a20 0%,
        #e48a00
    );
}
.coupon-new .coupon-ribbon:before {
    border-top: 3px solid #814e00;
    border-right: 3px solid #814e00;
}
.coupon-new .list-card__coupon-ttl-wrap {
    background-color: #f9e0c0;
    border-bottom: 1px dashed #999;
}
.coupon-all .coupon-ribbon {
    background: linear-gradient(
        -45deg,
        transparent,
        transparent 25%,
        #ff617c 0%,
        #ff617c
    );
}
.coupon-all .coupon-ribbon:before {
    border-top: 3px solid #a8142e;
    border-right: 3px solid #a8142e;
}
.coupon-all .list-card__coupon-ttl-wrap {
    background-color: #ffdce2;
    border-bottom: 1px dashed #999;
}
.coupon-detail {
    display: block;
    padding: 0;
}
@media screen and (min-width: 1100px) {
    .coupon-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}
.coupon-detail li {
    margin: 0 0 15px 0;
    max-width: 100%;
    min-width: 100%;
}
@media screen and (min-width: 1100px) {
    .coupon-detail li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 0 0 15px;
        min-width: 49%;
    }
}
.list-new-shop li {
    margin-top: 6px;
}
.list-new-shop li:first-child {
    margin-top: 0;
}
.list-new-shop li a {
    font-weight: bold;
}
.list-area-top-cate li {
    display: inline-block;
}
.list-area-top-cate li a {
    border: 1px solid #ddd;
    display: block;
    margin: 0 6px 6px 0;
    padding: 6px;
}
.wrap-area-top-twitter {
    width: 100%;
    max-height: 350px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 1100px) {
    .wrap-area-top-twitter {
        max-height: 450px;
    }
}
.list-ad-pickup li {
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
    overflow: hidden;
    padding: 12px;
    position: relative;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
}
@media screen and (max-width: 320px) {
    .list-ad-pickup li {
        padding: 8px;
    }
}
@media screen and (min-width: 1100px) {
    .list-ad-pickup li {
        margin-bottom: 20px;
        padding: 20px;
    }
}
@media screen and (min-width: 1100px) {
    .list-ad-pickup li:hover {
        -webkit-box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
        box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
    }
}
.list-ad-pickup li .ad-pickup__thumb {
    margin-right: 10px;
    width: 84px;
}
.list-ad-pickup li .ad-pickup__detail {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.list-ad-pickup li .ad-pickup__detail-ttl {
    display: block;
    font-weight: bold;
    margin-bottom: 3px;
}
@media screen and (min-width: 1100px) {
    .list-ad-pickup li .ad-pickup__detail-ttl {
        line-height: 1.3;
    }
}
