<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300&amp;display=swap");

.mt5 {
    margin-top: 5px;
}

.mr5 {
    margin-right: 5px;
}

.mb5 {
    margin-bottom: 5px;
}

.ml5 {
    margin-left: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mr10 {
    margin-right: 10px;
}

.mb10 {
    margin-bottom: 10px;
}

.ml10 {
    margin-left: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mr15 {
    margin-right: 15px;
}

.mb15 {
    margin-bottom: 15px;
}

.ml15 {
    margin-left: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mr20 {
    margin-right: 20px;
}

.mb20 {
    margin-bottom: 20px;
}

.ml20 {
    margin-left: 20px;
}

.mt25 {
    margin-top: 25px;
}

.mr25 {
    margin-right: 25px;
}

.mb25 {
    margin-bottom: 25px;
}

.ml25 {
    margin-left: 25px;
}

.mt30 {
    margin-top: 30px;
}

.mr30 {
    margin-right: 30px;
}

.mb30 {
    margin-bottom: 30px;
}

.ml30 {
    margin-left: 30px;
}

.mt35 {
    margin-top: 35px;
}

.mr35 {
    margin-right: 35px;
}

.mb35 {
    margin-bottom: 35px;
}

.ml35 {
    margin-left: 35px;
}

.mt40 {
    margin-top: 40px;
}

.mr40 {
    margin-right: 40px;
}

.mb40 {
    margin-bottom: 40px;
}

.ml40 {
    margin-left: 40px;
}

.mt45 {
    margin-top: 45px;
}

.mr45 {
    margin-right: 45px;
}

.mb45 {
    margin-bottom: 45px;
}

.ml45 {
    margin-left: 45px;
}

.mt50 {
    margin-top: 50px;
}

.mr50 {
    margin-right: 50px;
}

.mb50 {
    margin-bottom: 50px;
}

.ml50 {
    margin-left: 50px;
}

.mt5 {
    padding-top: 5px;
}

.mr5 {
    padding-right: 5px;
}

.mb5 {
    padding-bottom: 5px;
}

.ml5 {
    padding-left: 5px;
}

.mt10 {
    padding-top: 10px;
}

.mr10 {
    padding-right: 10px;
}

.mb10 {
    padding-bottom: 10px;
}

.ml10 {
    padding-left: 10px;
}

.mt15 {
    padding-top: 15px;
}

.mr15 {
    padding-right: 15px;
}

.mb15 {
    padding-bottom: 15px;
}

.ml15 {
    padding-left: 15px;
}

.mt20 {
    padding-top: 20px;
}

.mr20 {
    padding-right: 20px;
}

.mb20 {
    padding-bottom: 20px;
}

.ml20 {
    padding-left: 20px;
}

.mt25 {
    padding-top: 25px;
}

.mr25 {
    padding-right: 25px;
}

.mb25 {
    padding-bottom: 25px;
}

.ml25 {
    padding-left: 25px;
}

.mt30 {
    padding-top: 30px;
}

.mr30 {
    padding-right: 30px;
}

.mb30 {
    padding-bottom: 30px;
}

.ml30 {
    padding-left: 30px;
}

.mt35 {
    padding-top: 35px;
}

.mr35 {
    padding-right: 35px;
}

.mb35 {
    padding-bottom: 35px;
}

.ml35 {
    padding-left: 35px;
}

.mt40 {
    padding-top: 40px;
}

.mr40 {
    padding-right: 40px;
}

.mb40 {
    padding-bottom: 40px;
}

.ml40 {
    padding-left: 40px;
}

.mt45 {
    padding-top: 45px;
}

.mr45 {
    padding-right: 45px;
}

.mb45 {
    padding-bottom: 45px;
}

.ml45 {
    padding-left: 45px;
}

.mt50 {
    padding-top: 50px;
}

.mr50 {
    padding-right: 50px;
}

.mb50 {
    padding-bottom: 50px;
}

.ml50 {
    padding-left: 50px;
}

/*---------------------------------------------------------------------------------------------
  variable
---------------------------------------------------------------------------------------------*/
:root {
    --base-main-color: #105670;
    --base-link-color: #105670;
    --base-border-color: #ccc;
    --base-color-green: #32cd32;
    --base-nav-hover-bgcolor: #eee;
    --body-fs: 1.4em;
    --main_ttl-fs: 2.2rem;
    --sub_ttl-fs: 1.5rem;
    --info_ttl-fs: 1.5rem;
    --aside-fs: 1.2rem;
    --btn-fs: 1.6rem;
    --min-fs: 1.2rem;
}

@media (min-width: 769px) {
    :root {
        --body-fs: 1.6em;
        --main_ttl-fs: 3rem;
        --sub_ttl-fs: 2.0rem;
        --info_ttl-fs: 1.6rem;
        --aside-fs: 1.4rem;
        --btn-fs: 1.8rem;
        --min-fs: 1.4rem;
    }
}

/*---------------------------------------------------------------------------
  font
---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------
  font-size
---------------------------------------------------------------------------*/
html {
    font-size: 62.5%;
}

body {
    font-size: var(--body-fs);
}

body.noscroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

.article-title__header {
    font-size: var(--main_ttl-fs);
}

.article-title__header .sub-title {
    font-size: var(--sub_ttl-fs);
}

.information__header,
.coupon__title,
.article__title,
.coupon__title,
.blog__box .description__text {
    font-size: var(--info_ttl-fs);
}

.bdrBottom.child {
    font-size: calc(var(--info_ttl-fs) + .2rem);
}

.label__list,
.access__btn,
.like__box,
.sub-link__list li,
#google_translate_element .goog-te-gadget-simple span {
    font-size: var(--min-fs);
}

.shop-navigation__list,
.more-look__btn,
.official__box .official-link__btn {
    font-size: var(--btn-fs);
}

/*---------------------------------------------------------------------------
  common
---------------------------------------------------------------------------*/
body {
    background-color: #F9F9F9;
    color: var(--base-main-color);
    /* font-family: '游ゴシック Medium', 'Yu Gothic Medium', '游ゴシック体', YuGothic, 'Hiragino Sans', 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', 'メイリオ', Meiryo, sans-serif; */
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", HiraginoCustom, "Hiragino Kaku Gothic ProN", YuGothic, "Yu Gothic Medium", Meiryo, sans-serif;
    line-height: 1.5;
    font-feature-settings: 'palt' 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 13px;
}

@media (min-width: 769px) {
    body {
        font-size: 14px;
        overflow-y: scroll;
    }
}

body .noscroll {
    overflow-y: scroll;
    position: fixed;
    width: 100%;
}

::-moz-selection {
    background: #E9EDEE;
    color: var(--base-main-color);
}

::selection {
    background: #E9EDEE;
    color: var(--base-main-color);
}

.clearfix:after {
    content: '';
    display: block;
    clear: both;
}

.pc-display-none {
    display: block;
}

@media (min-width: 769px) {
    .pc-display-none {
        display: none;
    }
}

.sp-display-none {
    display: none;
}

@media (min-width: 769px) {
    .sp-display-none {
        display: block;
    }
}

@media (min-width: 769px) {
    #spNaviBtn {
        display: none !important;
    }
}

@media (max-width: 768px) {
    #pcNaviBtn {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .sp-none__visual {
        display: none !important;
    }
}

/*---------------------------------------------------------------------------
  txt
---------------------------------------------------------------------------*/
.font-rich {
    font-family: 'Montserrat', sans-serif;
}

/*---------------------------------------------------------------------------
  link
---------------------------------------------------------------------------*/
a {
    color: var(--base-link-color);
    text-decoration: none;
    transition: .15s ease-out;
}

a:hover {
    text-decoration: none;
    opacity: 0.7;
}

/*---------------------------------------------------------------------------
  .btn
---------------------------------------------------------------------------*/
/* .btn-back
------------------------------------*/
.btn-back a {
    position: relative;
    display: inline-block;
    line-height: 1.1;
    text-transform: uppercase;
    padding: 5px 5px 5px 22px;
    font-size: 1rem;
    letter-spacing: 0.08em;
}

@media (min-width: 769px) {
    .btn-back a {
        letter-spacing: 0.13em;
    }
}

.btn-back a:before {
    display: block;
    content: '';
    position: absolute;
    top: 9px;
    left: 0;
    background: url(/img/common/ico-arrow.svg) no-repeat;
    background-size: 100% auto;
    width: 12px;
    height: 7px;
    transform: scaleX(-1);
}

.btn-back a:first-letter {
    font-size: 1.2rem;
}

@media (min-width: 769px) {
    .btn-back a:first-letter {
        font-size: 1.3rem;
    }
}

/* .btn-nav
------------------------------------*/
.btn-nav {
    position: fixed;
    top: 8px;
    right: 8px;
    box-sizing: border-box;
    width: 48px;
    height: 48px;
    text-align: center;
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    z-index: 10000;
}

@media (min-width: 769px) {
    .btn-nav {
        position: absolute;
        top: 0;
        right: 0;
        width: 70px;
        height: 95px;
        padding-top: 60px;
        cursor: pointer;
    }
}

.btn-nav div {
    position: absolute;
    top: 7px;
    left: 7px;
    width: 34px;
    height: 34px;
}

@media (min-width: 769px) {
    .btn-nav div {
        top: 25px;
        left: 18px;
    }
}

.btn-nav span {
    display: inline-block;
    box-sizing: border-box;
    position: absolute;
    background-color: #9E9479;
    border-radius: 20px;
    width: 19px;
    height: 1px;
    transform-origin: center center;
    transition: .2s ease-out;
}

@media (min-width: 769px) {
    .btn-nav span {
        background-color: #FFFFFF;
    }
}

.btn-nav span:nth-of-type(1) {
    top: 4px;
    right: 5px;
}

.btn-nav span:nth-of-type(2) {
    top: 11px;
    right: 7px;
}

.btn-nav span:nth-of-type(3) {
    top: 18px;
    right: 9px;
}

.btn-nav b {
    position: absolute;
    top: 32px;
    left: 7px;
    display: block;
    color: #9E9479;
    font-size: 10px;
    font-weight: bold;
    letter-spacing: 0.1em;
    font-weight: 600;
    transition: 0.4s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media (min-width: 769px) {
    .btn-nav b {
        position: relative;
        top: initial;
        left: initial;
        letter-spacing: 0.15em;
        font-weight: 500;
        color: #FFF;
    }
}

.btn-nav.active {
    background: none;
}

@media (min-width: 769px) {
    .btn-nav.active {
        top: 6px;
        right: 10px;
        transition: .15s ease-out;
    }

    .btn-nav.active:hover {
        opacity: 0.5;
    }
}

.btn-nav.active div {
    position: absolute;
    top: 12px;
}

@media (min-width: 769px) {
    .btn-nav.active div {
        top: 25px;
        left: 18px;
    }
}

.btn-nav.active span {
    background-color: #FFFFFF;
}

.btn-nav.active span:nth-of-type(1) {
    transform: translateY(8px) rotate(-45deg);
    width: 35px;
    right: -1px;
}

@media (min-width: 769px) {
    .btn-nav.active span:nth-of-type(1) {
        transform: translateY(7px) rotate(-45deg);
        width: 45px;
        right: -7px;
    }
}

.btn-nav.active span:nth-of-type(2) {
    animation: active-menu-bar02 .4s forwards;
    opacity: 0;
}

.btn-nav.active span:nth-of-type(3) {
    transform: translateY(-6px) rotate(45deg);
    width: 35px;
    right: 0;
}

@media (min-width: 769px) {
    .btn-nav.active span:nth-of-type(3) {
        transform: translateY(-7px) rotate(45deg);
        width: 45px;
        right: -6px;
    }
}

.btn-nav.active b {
    opacity: 0;
}

@media (min-width: 769px) {
    .btn-nav.active b {
        transform: translateX(-10px);
        opacity: 0;
    }
}

@media (min-width: 769px) {
    .l-navi:hover .btn-nav:not(.active) span:nth-of-type(1) {
        animation: btn-nav1 0.3s cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
    }

    .l-navi:hover .btn-nav:not(.active) span:nth-of-type(2) {
        animation: btn-nav2 0.35s cubic-bezier(0.645, 0.045, 0.355, 1) 0.05s forwards;
    }

    .l-navi:hover .btn-nav:not(.active) span:nth-of-type(3) {
        animation: btn-nav3 0.4s cubic-bezier(0.77, 0, 0.175, 1) 0.1s forwards;
    }
}

@keyframes btn-nav1 {
    0% {
        width: 19px;
        left: static;
        right: 5px;
        transform-origin: right center;
        opacity: 1;
    }
    50% {
        width: 0;
        left: static;
        right: 5px;
        transform-origin: right center;
        opacity: 0;
    }
    100% {
        width: 19px;
        left: 10px;
        right: inherit;
        transform-origin: left center;
        opacity: 1;
    }
}

@keyframes btn-nav2 {
    0% {
        width: 19px;
        left: static;
        right: 7px;
        transform-origin: right center;
        opacity: 1;
    }
    50% {
        width: 0;
        left: static;
        right: 7px;
        transform-origin: right center;
        opacity: 0;
    }
    100% {
        width: 19px;
        left: 8px;
        right: inherit;
        transform-origin: left center;
        opacity: 1;
    }
}

@keyframes btn-nav3 {
    0% {
        width: 19px;
        left: static;
        right: 9px;
        transform-origin: right center;
        opacity: 1;
    }
    50% {
        width: 0;
        left: static;
        right: 9px;
        transform-origin: right center;
        opacity: 0;
    }
    100% {
        width: 19px;
        left: 6px;
        right: inherit;
        transform-origin: left center;
        opacity: 1;
    }
}

@-webkit-keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@keyframes active-menu-bar02 {
    100% {
        height: 0;
    }
}

@media (min-width: 769px) {
    .absolute-tel {
        display: none !important;
    }
}

/*---------------------------------------------------------------------------
  .l-navi
---------------------------------------------------------------------------*/
.l-navi {
    color: #FFFFFF;
    background: -webkit-gradient(linear, right top, left bottom, color-stop(0, #4E503A), color-stop(1, #0E495F));
    background: linear-gradient(223deg, #4e503a 0%, #0e495f 100%);
    margin: 0;
    padding: 0;
    cursor: pointer;
    line-height: 1;
    position: fixed;
    top: 0;
    left: -75vw;
    width: 75vw;
    height: 100%;
    z-index: 10000;
    overflow-y: scroll;
    box-sizing: border-box;
    -webkit-overflow-scrolling: touch;
    /* .l-navi .snav
  ------------------------------------*/
}

@media (min-width: 769px) {
    .l-navi {
        position: fixed;
        top: 0;
        right: calc(100% - 70px);
        left: initial;
        width: 25%;
        min-width: 365px;
        height: 100vh;
        z-index: 1001;
        overflow-y: hidden;
    }

    .l-navi .inner {
        position: absolute;
        bottom: 50px;
        left: 40px;
    }
}

.l-navi.active {
    cursor: default;
}

.l-navi.zindex {
    z-index: 9999;
}

@media (min-width: 769px) {
    .l-navi .inner {
        position: absolute;
        bottom: 50px;
    }
}

.l-navi a {
    color: #FFFFFF;
}

.l-navi .btn-back {
    position: absolute;
    top: 26px;
    left: 18px;
}

@media (min-width: 769px) {
    .l-navi .btn-back {
        top: 34px;
        left: 32px;
    }
}

.l-navi .logo {
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 30px;
}

@media (min-width: 769px) {
    .l-navi .logo {
        top: 30px;
        left: 40px;
    }

    .l-navi .logo .logo {
        margin-bottom: 0;
        position: absolute;
        top: 30px;
        left: 40px;
    }
}

.l-navi .logo img {
    width: 50%;
    height: auto;
    max-height: 50px;
}

@media (min-width: 769px) {
    .l-navi .logo img img {
        width: 50%;
        height: auto;
        max-height: 50px;
    }
}

.l-navi .snav {
    margin-bottom: -8px;
}

.l-navi .snav a {
    display: inline-block;
    padding: 5px 11px 11px 0;
    font-size: 12px;
    letter-spacing: 0.12em;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .l-navi .snav a {
        padding: 4px 10px 8px 0;
    }
}

.l-navi .snav a .sub-menu__title {
    font-weight: normal;
}

.l-navi .snav .sub-menu__item {
    display: flex;
}

.l-navi .snav .icon-top {
    flex-direction: column-reverse;
    align-items: center;
}

.l-navi .snav .icon-bottom {
    flex-direction: column;
    align-items: center;
}

.l-navi .snav .icon-right {
    flex-direction: row;
    align-items: center;
}

.l-navi .snav .icon-left {
    flex-direction: row-reverse;
    align-items: center;
}

.l-navi .snav .sub-menu__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
}

.l-navi .snav .sub-menu__icon img {
    width: 15px;
}

.l-navi .snav .snav-content__logo {
    margin-top: 1rem;
}

.l-navi .snav .snav-content__logo img {
    width: 100px;
    object-fit: contain;
}

.l-navi .snav .snav-content__languages {
    width: 140px;
    margin-top: 1rem;
}

.l-navi .snav .snav-content__languages a {
    padding: 0;
}

@media (max-width: 768px) {
    .l-navi__bg {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.85);
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        opacity: 0;
    }

    .l-navi__inner {
        position: relative;
        padding: 140px 0 60px 30px;
    }
}

/* .gnav
------------------------------------*/
.l-navi .gnav {
    margin-bottom: 40px;
}

.l-navi .gnav &gt; ul:first-of-type &gt; li:first-of-type {
    display: none;
}

.l-navi .gnav &gt; ul &gt; li &gt; a,
.l-navi .gnav &gt; ul &gt; li &gt; span {
    display: inline-block;
    position: relative;
    padding: 7px 10px 10px 0;
    font-size: 13px;
    letter-spacing: 0.13em;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .l-navi .gnav &gt; ul &gt; li &gt; a,
    .l-navi .gnav &gt; ul &gt; li &gt; span {
        padding: 8px 10px 10px 0;
        font-size: 15px;
        letter-spacing: 0.1em;
    }
}

.l-navi .gnav &gt; ul &gt; .current &gt; a:before,
.l-navi .snav &gt; ul &gt; .current &gt; a:before {
    display: block;
    content: '';
    position: absolute;
    top: 12px;
    left: -14px;
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 4px;
    height: 4px;
}

@media (min-width: 769px) {
    .l-navi .gnav &gt; ul &gt; .current &gt; a:before,
    .l-navi .snav &gt; ul &gt; .current &gt; a:before {
        display: block;
        content: '';
        position: absolute;
        top: 13px;
        left: -16px;
        background-color: #FFFFFF;
        border-radius: 50%;
        width: 4px;
        height: 4px;
    }
}

.l-navi .snav &gt; ul &gt; .current &gt; a:before {
    top: 9px;
}

@media all and (min-width: 769px) and (-ms-high-contrast: none) {
    .l-navi .gnav &gt; ul &gt; .current &gt; a:before,
    .l-navi .snav &gt; ul &gt; .current &gt; a:before {
        top: 11px;
    }
}

/*---------------------------------------------------------------------------
  sns
---------------------------------------------------------------------------*/
.l-navi__sns {
    position: absolute;
    bottom: 52px;
    right: 20px;
    margin: 0;
    padding: 0;
    text-align: center;
    transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
}

@media (min-width: 769px) {
    .l-navi__sns {
        position: absolute;
        bottom: 20px;
        right: 15px;
        margin: -30px -15px -20px;
        padding: 30px 17px 20px;
        text-align: center;
        transition: 0.6s cubic-bezier(0.86, 0, 0.07, 1);
    }
}

.l-navi__sns li a {
    display: inline-block;
    padding: 7px;
}

.l-navi__sns span {
    display: block;
    margin: 0 0 7px 2px;
    font-size: 11px;
    letter-spacing: 0.1em;
}

.l-navi__sns i {
    font-size: 2.5rem;
}

@media (min-width: 769px) {
    .l-navi.active .l-navi__sns {
        bottom: 35px;
        right: 25px;
        padding: 30px 15px 20px;
        bottom: 30px;
    }
}

/*---------------------------------------------------------------------------
  paging
---------------------------------------------------------------------------*/
.pagingBox {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px auto;
}

.pagingBox ul {
    display: flex;
    flex-wrap: wrap;
}

.pagingBox ul li {
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 33px;
    height: 33px;
    margin: 0 3px;
    border: var(--base-border-color) 1px solid;
    border-radius: 50%;
}

@media (min-width: 769px) {
    .pagingBox ul li {
        width: 40px;
        height: 40px;
    }
}

.pagingBox ul li.no-link {
    background-color: #f7f7f7;
}

.pagingBox ul li.no-link span {
    color: var(--base-border-color);
}

.pagingBox ul li a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: inherit;
}

.pagingBox ul li a.active, .pagingBox ul li a:hover {
    opacity: 1;
    color: #ffffff;
    background-color: var(--base-main-color);
}

/*---------------------------------------------------------------------------
  #mainContents
---------------------------------------------------------------------------*/
#mainContents {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: left;
}

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

@media (min-width: 769px) {
    main {
        float: right;
        width: calc(100% - 70px);
    }
}

@media (min-width: 769px) {
    #visual + main {
        width: 50%;
        min-height: 100vh;
    }
}

#main {
    opacity: 0;
}

#main-inner {
    width: 100%;
    margin: 3rem 0 0;
}

@media (min-width: 769px) {
    #main-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 auto;
        padding: 40px 7% 0;
    }
}

/*---------------------------------------------------------------------------
  visual
---------------------------------------------------------------------------*/
@media (max-width: 768px) {
    #visual {
        position: relative;
        opacity: 0;
    }

    #visual,
    #visual .visual-bg,
    #visual .slider-img,
    #visual .slider-img .slick-list,
    #visual .slider-img .inner {
        width: 100%;
    }

    #visual,
    #visual .bg,
    #visual .slider-img,
    #visual .slider-img .slick-list,
    #visual .slider-img .inner {
        /* height: calc((100vw - 32px) * 0.62); */
        height: calc(100vh - 160px);
    }

    #visual .visual-bg {
        background-color: #192B32;
        z-index: -1;
    }

    #visual .slick-slide img {
        width: 100%;
        /* height: calc((100vw - 32px) * 0.62); */
        height: calc(100vh - 160px);
        object-fit: cover;
    }

    #visual .slick-caption {
        z-index: 10;
        color: #FFF;
        position: absolute;
        bottom: 1rem;
        right: 0;
        background: rgba(0, 0, 0, 0.5);
        padding: 0.5rem 2rem;
        border-radius: 25px;
        margin: 0 1rem;
    }

    #visual .slider-img {
        display: none;
    }

    .list-visual__box {
        position: relative;
    }

    .list-visual__box img {
        width: 100%;
        height: calc(100vh - 160px);
        object-fit: cover;
    }

    .content-title__box {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateY(-50%) translateX(-50%);
        -webkit-transform: translateY(-50%) translateX(-50%);
        margin: auto;
        font-family: 'Montserrat', sans-serif;
        color: #FFF;
        font-weight: bold;
        text-align: center;
        width: 100%;
        filter: drop-shadow(0.2rem 0.2rem 0.3rem #000);
        text-shadow: 0px 0px 4px #000000;
    }

    .content-title__box .content-title__main {
        font-size: 2.5rem;
        letter-spacing: 0.05em;
    }

    .content-title__box .content-title__sub {
        font-size: 1.5rem;
    }

    .visual-title__flex {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    body.tablet #visual .slider-img .inner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }
}

@media (min-width: 769px) {
    #visual .visual-bg,
    #visual .slider-img .slick-list,
    #visual .slider-img .inner {
        height: 100vh;
    }

    #visual .visual-bg {
        position: fixed;
        top: 0;
        left: 0;
        background-color: #192B32;
        width: 50%;
        min-width: 50%;
        z-index: -1;
    }

    #visual .slider-img {
        opacity: 0;
    }

    #visual .slider-img .slick-list {
        position: fixed !important;
        top: 0;
        left: 70px;
        width: calc(50% - 70px);
    }

    #visual .slider-img .slick-list {
        min-width: calc(50% - 70px);
    }

    #visual .slider-img .inner {
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        width: 100%;
        position: relative;
    }

    #visual .slide-skitter {
        position: fixed !important;
        top: 0;
        left: 0;
        height: 100vh;
        width: 50%;
        min-width: 600px;
    }

    #visual .slick-caption {
        z-index: 10;
        color: #FFF;
        position: absolute;
        bottom: 2rem;
        right: 2rem;
        background: rgba(0, 0, 0, 0.5);
        padding: 0.5rem 2rem;
        border-radius: 25px;
    }

    #visual .arrows-slider .slick-caption {
        bottom: 3rem;
        right: 15rem;
    }

    .list-visual__box {
        display: none;
    }
}

@media (max-width: 768px) {
    /*---------------------------------------------------------------------------
  .slick-arrows
  ---------------------------------------------------------------------------*/
    /* Arrows */
    #visual .slick-prev,
    #visual .slick-next {
        font-size: 0;
        line-height: 0;
        position: absolute;
        top: 50%;
        z-index: 1;
        display: block;
        width: 30px;
        height: 40px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: rgba(0, 0, 0, 0.4);
    }

    #visual .slick-prev:hover,
    #visual .slick-prev:focus,
    #visual .slick-next:hover,
    #visual .slick-next:focus {
        color: transparent;
        outline: none;
    }

    #visual .slick-prev:hover:before,
    #visual .slick-prev:focus:before,
    #visual .slick-next:hover:before,
    #visual .slick-next:focus:before {
        opacity: 1;
    }

    #visual .slick-prev.slick-disabled:before,
    #visual .slick-next.slick-disabled:before {
        opacity: .25;
    }

    #visual .slick-prev:before,
    #visual .slick-next:before {
        font-family: 'slick';
        font-size: 25px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #visual .slick-prev {
        left: 0;
    }

    #visual .slick-prev:before {
        font-family: FontAwesome;
        content: '\f104';
    }

    #visual .slick-next {
        right: 0;
    }

    #visual .slick-next:before {
        font-family: FontAwesome;
        content: '\f105';
    }

    /*---------------------------------------------------------------------------
  .slick-dots
  ---------------------------------------------------------------------------*/
    .slider-img .slick-dots {
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        margin: auto;
        text-align: center;
        z-index: 100;
    }

    .slider .slick-dots li {
        display: inline-block;
        position: relative;
        width: 18px;
        height: 18px;
    }

    .slick-dots &gt; li:first-child:last-child {
        display: none;
    }

    .slider .slick-dots button {
        overflow: visible;
        border: none;
        background: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 18px;
        height: 18px;
        text-indent: -9999px;
        transition: .15s linear;
        outline: none;
    }

    .slider .slick-dots button:after {
        display: block;
        content: '';
        position: absolute;
        top: 9px;
        left: 9px;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 50%;
        width: 4px;
        height: 4px;
    }

    .slider .slick-dots .slick-active button:after {
        background: #FFFFFF;
    }
}

@media (min-width: 769px) {
    /*---------------------------------------------------------------------------
  .slick-arrows
  ---------------------------------------------------------------------------*/
    /* Arrows */
    #visual .slick-prev,
    #visual .slick-next {
        font-size: 0;
        line-height: 0;
        position: fixed;
        bottom: 10px;
        z-index: 1;
        display: block;
        width: 40px;
        height: 40px;
        padding: 0;
        -webkit-transform: translate(0, -50%);
        -ms-transform: translate(0, -50%);
        transform: translate(0, -50%);
        cursor: pointer;
        color: transparent;
        border: none;
        outline: none;
        background: rgba(0, 0, 0, 0.4);
    }

    #visual .slick-prev:hover,
    #visual .slick-prev:focus,
    #visual .slick-next:hover,
    #visual .slick-next:focus {
        color: transparent;
        outline: none;
    }

    #visual .slick-prev:hover:before,
    #visual .slick-prev:focus:before,
    #visual .slick-next:hover:before,
    #visual .slick-next:focus:before {
        opacity: 1;
    }

    #visual .slick-prev.slick-disabled:before,
    #visual .slick-next.slick-disabled:before {
        opacity: .25;
    }

    #visual .slick-prev:before,
    #visual .slick-next:before {
        font-family: 'slick';
        font-size: 30px;
        line-height: 1;
        opacity: .75;
        color: white;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #visual .slick-prev {
        left: 41%;
    }

    #visual .slick-prev:before {
        font-family: FontAwesome;
        content: '\f104';
    }

    #visual .slick-next {
        right: 52%;
    }

    #visual .slick-next:before {
        font-family: FontAwesome;
        content: '\f105';
    }

    /*---------------------------------------------------------------------------
  .slick-dots
  ---------------------------------------------------------------------------*/
    .slider-img .slick-dots {
        position: fixed;
        top: 50%;
        left: 24px;
        box-sizing: border-box;
        margin: -24px;
        padding: 24px;
        transform: translate(-24px, -50%);
        z-index: 10000;
        opacity: 0;
    }

    .slider-img .slick-dots li {
        position: relative;
        width: 22px;
        height: 22px;
    }

    .slick-dots &gt; li:first-child:last-child {
        display: none;
    }

    .slider-img .slick-dots button {
        overflow: visible;
        border: none;
        background: none;
        margin: 0;
        padding: 0;
        position: relative;
        width: 22px;
        height: 22px;
        text-indent: -9999px;
        transition: .15s linear;
        outline: none;
    }

    .slider-img .slick-dots button:after {
        display: block;
        content: '';
        position: absolute;
        top: 9px;
        left: 9px;
        background: rgba(255, 255, 255, 0.2);
        border-radius: 50%;
        width: 4px;
        height: 4px;
    }

    .slider-img .slick-dots button:hover:after,
    .slider-img .slick-dots .slick-active button:after {
        background: #FFFFFF;
    }

    /*---------------------------------------------------------------------------
  visual movie
  ---------------------------------------------------------------------------*/
    #js-main-movie {
        height: 100vh;
        position: fixed !important;
        top: 0;
        left: 0;
        width: 50%;
    }
}

/*---------------------------------------------------------------------------
vegas
---------------------------------------------------------------------------*/

#visual .slide-vegas {
    position: relative;
    height: calc(100vh - 160px);
    width: 100%;
}

@media (max-width: 768px) {
    #visual .slide-vegas {
        display: none;
    }
}

@media (min-width: 769px) {
    #visual .slide-vegas {
        position: fixed !important;
        top: 0;
        left: 0;
        height: 100vh;
        width: 50%;
    }
}

/*---------------------------------------------------------------------------
  youtube
---------------------------------------------------------------------------*/
@media (max-width: 768px) {
    #visual .slide-movie,
    #visual .slide-movie #js-main-movie {
        height: calc(100vh - 160px);
    }

    #visual.visual-movie {
        opacity: 1;
        height: 120px;
    }

    #visual.visual-movie .slide-movie,
    #visual.visual-movie .slide-movie #js-main-movie {
        height: 120px;
    }
}

/*---------------------------------------------------------------------------
  header
---------------------------------------------------------------------------*/
.header__box-sp .shop__sub-header {
    display: none !important;
}

@media (min-width: 769px) {
    .header__box-sp {
        display: none !important;
    }
}

.header__box-pc {
    display: none;
}

@media (min-width: 769px) {
    .header__box-pc {
        display: block;
    }
}

.shop__header {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-height: 70px;
    padding: 8px 16px;
}

.shop__header .shop-logo__box {
    flex-grow: 0;
    flex-shrink: 0;
    max-width: none;
    height: 64px;
}

.shop__header .shop-name__header {
    font-size: 18px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 100%;
    height: 100%;
}

.shop__header .shop-name__header a {
    height: 100%;
}

.shop__header .shop-name__header img {
    height: 100%;
    object-fit: contain;
}

.shop__header.type--01 {
    justify-content: flex-start;
}

.shop__header.type--02 {
    justify-content: center;
}

.shop__header.type--02 .free-contents__box {
    width: auto;
}

.shop__header.type--03 {
    justify-content: flex-end;
}

.shop__header.type--03 .shop-logo__box {
    order: 2;
}

.shop__header.type--03 .free-contents__box {
    margin: 0 32px 0 0;
    order: 1;
}

.shop__header.base-width {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 10px;
}

.free-contents__box + .shop-logo__box,
.shop-logo__box + .free-contents__box {
    margin-left: 32px;
}

@media screen and (max-width: 768px) {
    .shop__header {
        min-height: 56px;
    }

    .shop__header .shop-logo__box {
        max-width: none;
        max-height: 48px;
        height: 48px;
        max-width: calc(100% - 112px);
    }

    .shop__header .shop-logo__box img {
        max-width: 200px;
    }

    .shop__header .shop-logo__box + .free-contents__box {
        margin: 0;
        margin-top: 4px;
        font-size: var(--min-fs);
    }

    .shop__header.type--02 .shop-logo__box {
        margin: 0;
    }

    .shop__header {
        flex-direction: column;
        align-items: flex-start;
    }

    .shop__sub-header + .shop__header {
        margin-right: 0;
    }

    .shop__header + .shop__sub-header {
        margin-bottom: 0;
    }

    .shop__header.type--03 .free-contents__box {
        margin: 0 16px 0 0;
        order: 1;
    }

    .free-contents__box + .shop-logo__box,
    .shop-logo__box + .free-contents__box {
        margin-left: 16px;
    }
}

.goog-te-gadget-simple a {
    line-height: 20px;
    display: flex;
}

@media (min-width: 769px) {
    .shop__header {
        min-height: 55px;
        padding: 20px 7%;
    }

    .shop__header .shop-logo__box {
        height: 55px;
    }

    .shop__header .shop-name__header img {
        max-width: 220px;
        max-height: 55px;
        object-fit: contain;
    }
}

/*---------------------------------------------------------------------------
  sub header
---------------------------------------------------------------------------*/
.shop__sub-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 7%;
}

.shop__sub-header.alignRight {
    justify-content: flex-end;
}

.shop__sub-header.alignRight .sub-link__list li:last-child {
    padding-right: 0;
    border-right: none;
}

.shop__sub-header.alignLeft {
    justify-content: flex-start;
}

.shop__sub-header.alignLeft .sub-link__list li:first-child {
    padding-left: 0;
    border-left: none;
}

.shop__sub-header.alignCenter {
    justify-content: center;
}

.shop__sub-header .sub-header--left {
    display: flex;
    align-items: flex-end;
}

.shop__sub-header .shop-name__header {
    font-size: 22px;
}

.shop__sub-header .shop-name__header a {
    font-weight: 700;
}

.shop-name__header .area-name {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.shop-name__header .main-copy {
    font-size: 13px;
    font-weight: normal;
    display: block;
    margin-bottom: 8px;
    text-align: left;
}

.favorite__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 20px;
    padding: 5px 8px;
    border: 1px solid var(--base-border-color);
    border-radius: 3px;
}

.favorite__button::before {
    font-family: FontAwesome;
    margin-right: 5px;
    content: "\f005";
    color: #e1b901;
}

.sub-link__list {
    display: flex;
}

.sub-link__list li {
    display: flex;
    align-items: center;
    padding: 0 16px;
}

@media screen and (min-width: 769px) {
    .sub-link__list li {
        border-right: 1px solid var(--base-border-color);
    }

    .sub-link__list li:last-child {
        padding-right: 0;
        border-right: none;
    }
}

.sub-link__list li a {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
}

.sub-link__list li a .fa {
    font-size: 18px;
    margin-right: 5px;
}

.sub-link__list li a .fa-mobile {
    font-size: 27px;
}

.sub-link__list li a img {
    height: 24px;
}

.sub-link__list li a.goog-te-menu-value img {
    height: auto;
}

.sub-link__list .like-count-box {
    margin-left: 0;
}

@media screen and (max-width: 768px) {
    .shop__sub-header {
        min-height: 48px;
        padding: 8px 16px;
    }

    .shop__sub-header .sub-header--left {
        justify-content: space-between;
        width: 100%;
        margin-bottom: 10px;
    }

    .shop__sub-header .sub-header--right {
        width: 100%;
        height: 100%;
    }

    .sub-link__list {
        justify-content: flex-end;
    }

    .shop__sub-header .shop-name__header {
        font-size: 20px;
    }

    .favorite__button {
        font-size: 13px;
    }

    .sub-link__list {
        flex-wrap: wrap;
        justify-content: center;
        height: 100%;
    }

    .sub-link__list li {
        padding: 0;
    }

    .sub-link__list li:last-child {
        margin-right: 56px;
        margin-left: 8px;
    }

    .sub-link__list li.site-link ~ li:last-child,
    .shop__header + .shop__sub-header li:last-child {
        margin-right: 0;
    }

    .sub-link__list li a {
        font-size: 10px;
    }

    .sub-link__list .site__logo {
        max-width: 64px;
        height: auto;
        max-height: 48px;
        object-fit: contain;
    }

    .sub-link__list li a .fa {
        font-size: 20px;
    }

    .shop__sub-header .like-count-box {
        width: 100%;
        height: 100%;
        margin-top: 0;
    }

    .shop__sub-header .like-count-box.shop .btn {
        font-size: 10px;
    }

    /* ロゴが下の場合 */
    .shop__header + .shop__sub-header .sub-link__list .site-link {
        justify-content: center;
        margin-right: 0;
        padding-right: 0;
    }
}

@media (max-width: 320px) {
    .sub-link__list .site__logo {
        max-width: 100px;
    }
}

/*
  google language API
*/
#google_translate_element {
    /* border: 1px solid #999999;
    border-radius: 2px; */
}

#google_translate_element .goog-te-gadget-simple {
    position: relative;
    display: flex;
    padding: 4px 8px;
    border: none;
}

#google_translate_element .goog-te-gadget-simple span {
    width: auto;
    padding: 0 16px 0 4px;
}

#google_translate_element .goog-te-gadget-simple span span {
    padding: 0;
}

#google_translate_element .goog-te-gadget-simple span img {
    display: none;
}

#google_translate_element .goog-te-gadget-simple span:not(:first-of-type) {
    display: none;
}

#google_translate_element .goog-te-gadget img {
    margin: 0;
}

#google_translate_element .goog-te-gadget-simple::before {
    position: absolute;
    top: calc((100% - 8px) / 2);
    right: 8px;
    width: 0;
    height: 0;
    content: "";
    border-top: 8px solid #999999;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

@media (max-width: 768px) {
    #google_translate_element .goog-te-gadget-simple span {
        width: 80px;
    }
}

@media (max-width: 320px) {
    .sub-link__list li:last-child {
        margin-left: 0;
    }

    .sub-link__list li:not(:last-child) {
        margin-right: 4px;
    }

    .shop__sub-header .sub-link__list .site-link {
        padding-right: 44px;
    }

    #google_translate_element .goog-te-gadget-simple {
        padding: 4px;
        padding-right: 2px;
    }

    #google_translate_element .goog-te-gadget-simple span {
        width: 80px;
        margin-left: 0;
    }

    #google_translate_element .goog-te-gadget-simple::before {
        right: 4px;
    }

    .sub-link__list .tel a::after,
    .sub-link__list .favorite a::after,
    .sub-link__list .myPage a::after {
        height: 2em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
}

/*----- *全画面時余白* -----*/
/*----- *  TB以下時　電話番号ボタン  * -----*/
@media (min-width: 769px) {
    .fixed-tel.tb-on {
        display: none !important;
    }

    .absolute-tel.tb-on {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .fixed-tel {
        position: fixed;
        right: -70px;
        top: 8px;
        z-index: 200;
    }

    .fixed-tel a {
        font-size: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        color: #fff;
        background-color: #333;
        padding: 8px;
        padding-top: 6px;
        width: 48px;
        height: 48px;
    }

    .fixed-tel a .fa {
        font-size: 2.6rem;
        margin: 0;
        position: relative;
        display: block;
    }

    .fixed-tel::after {
        content: "TEL";
        font-weight: bold;
        bottom: 3px;
        height: auto;
        font-size: 10px;
        line-height: 1;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        color: #fff;
    }

    #nav-input:checked ~ .shop__caontainer--1col .fixed-tel a {
        transition: 0.3s ease-in-out;
        background-color: transparent;
    }

    .absolute-tel {
        display: none;
        position: absolute;
        right: -70px;
        top: 8px;
        z-index: 200;
        opacity: 0;
    }

    #top .absolute-tel {
        display: block;
    }

    .absolute-tel a {
        font-size: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
        color: #9E9479;
        /* background-color: #333; */
        padding: 8px;
        padding-top: 6px;
        width: 48px;
        height: 48px;
    }

    .absolute-tel a .fa {
        font-size: 2.6rem;
        margin: 0;
        position: relative;
        display: block;
    }

    .absolute-tel::after {
        content: "TEL";
        font-weight: bold;
        bottom: 3px;
        height: auto;
        font-size: 10px;
        line-height: 1;
        position: absolute;
        left: 0;
        width: 100%;
        text-align: center;
        color: #9E9479;
    }

    #nav-input:checked ~ .shop__caontainer--1col .absolute-tel a {
        transition: 0.3s ease-in-out;
        background-color: transparent;
    }
}

@media (max-width: 768px) {
    #nemu-btn {
        position: fixed;
        right: 16px;
        z-index: 200;
        top: 8px;
        width: 48px;
        height: 48px;
        background-color: #333333;
    }

    #nemu-btn span {
        position: absolute;
        left: 8px;
        display: inline-block;
        box-sizing: border-box;
        width: 32px;
        height: 2px;
        transition: all .4s;
        border-radius: 1px;
        background-color: #ffffff;
    }

    #nemu-btn span:nth-of-type(1) {
        top: calc(((48px - 18px) / 2) - 6px);
    }

    #nemu-btn span:nth-of-type(2) {
        top: calc(((100% - 2px) / 2) - 6px);
    }

    #nemu-btn span:nth-of-type(3) {
        bottom: calc(((48px - 18px) / 2) + 6px);
    }

    #nemu-btn span::before,
    #nemu-btn span::after {
        display: none;
    }

    #nemu-btn p {
        font-family: "Lato", sans-serif;
        font-size: 10px;
        font-weight: 100;
        line-height: 1;
        position: absolute;
        bottom: 0;
        bottom: 3px;
        left: 0;
        width: 100%;
        text-align: center;
        color: #ffffff;
        font-weight: bold;
    }

    .shop__navigation-wrapper {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        display: flex;
        overflow: auto;
        flex-direction: column;
        width: 90%;
        max-width: 320px;
        height: 100%;
        transition: .3s ease-in-out;
        -webkit-transform: translateX(105%);
        transform: translateX(105%);
        opacity: 0;
        background-color: black;
        padding-top: 64px !important;
        display: flex;
    }

    .shop__navigation-wrapper .sub-menu__box,
    .shop__navigation-wrapper .shop__navigation,
    .shop__navigation-wrapper .shop-navigation__list {
        display: block;
        padding: 0;
    }

    .shop__navigation-wrapper .sub-menu__box {
        order: 2;
    }

    .shop__navigation-wrapper .shop__navigation {
        order: 1;
    }

    .shop__navigation-wrapper .type--01.shop-navigation__list li:first-child,
    .shop__caontainer--1col .shop__navigation-wrapper .type--01 li:first-child {
        border-left: none !important;
        margin: 0;
        border-top: 1px solid;
        border-bottom: 1px solid;
    }

    .shop__navigation-wrapper .type--01.shop-navigation__list li,
    .shop__caontainer--1col .shop__navigation-wrapper .type--01 li {
        border-right: none !important;
        border-bottom: 1px solid;
    }

    .shop__navigation-wrapper .type--02 {
        margin: 0 16px;
    }

    .shop__navigation-wrapper .type--02.shop-navigation__list li:not(:last-child) {
        margin-bottom: 8px;
    }

    .shop__navigation-wrapper .shop__navigation li a {
        color: #ffffff;
        height: 48px;
        padding: 0;
    }

    #nav-input:checked + #nemu-btn span {
        background-color: #ffffff;
    }

    #nav-input:checked + #nemu-btn span:nth-of-type(1) {
        transform: translateY(8px) rotate(-45deg);
    }

    #nav-input:checked + #nemu-btn span:nth-of-type(2) {
        opacity: 0;
    }

    #nav-input:checked + #nemu-btn span:nth-of-type(3) {
        transform: translateY(-8px) rotate(45deg);
    }

    #nav-input:checked + #nemu-btn p {
        color: #ffffff;
    }

    #nav-input:checked ~ .shop__navigation-wrapper,
    #nav-input:checked ~ * .shop__navigation-wrapper {
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        opacity: 1;
        box-shadow: 6px 0 25px rgba(0, 0, 0, 0.15);
        padding-left: 0;
        padding-right: 0;
    }

    #nav-input:checked ~ #nemu-btn {
        transition: .3s ease-in-out;
        background-color: transparent;
    }

    .sub-link__list {
        justify-content: flex-end;
        align-items: center;
        min-height: 40px;
    }

    .sub-link__list li .icon-left {
        justify-content: center;
    }

    .sub-link__list li {
        border: none;
        padding: 0;
    }

    .sub-link__list .tel,
    .sub-link__list .favorite,
    .sub-link__list .myPage {
        padding: 0 !important;
        top: 8px;
        max-width: 64px;
        flex: 1;
        height: 40px;
        border: none !important;
    }

    .sub-link__list .tel a,
    .sub-link__list .favorite a,
    .sub-link__list .myPage a {
        font-size: 0;
        display: block;
        width: 100%;
        height: 100%;
        text-align: center;
        position: relative;
    }

    .sub-link__list .tel a .fa,
    .sub-link__list .favorite a .fa,
    .sub-link__list .myPage a .fa {
        font-size: 2.0rem;
        margin: 0;
        position: relative;
        width: 100%;
    }

    .sub-link__list .tel a::after,
    .sub-link__list .favorite a::after,
    .sub-link__list .myPage a::after {
        font-family: "Lato", sans-serif;
        font-size: 10px;
        font-weight: 100;
        line-height: 1;
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        text-align: center;
    }

    .sub-link__list .tel a::after {
        content: "TEL";
    }

    .sub-link__list .favorite a::after {
        content: "お気に入り";
    }

    .sub-link__list .myPage a::after {
        content: "マイページ";
    }

    .sub-link__list .favorite .like-count-box .btn {
        font-size: 0;
        padding: 0;
        border: none;
        background-color: transparent;
        width: 100%;
        height: 100%;
    }

    .sub-link__list .favorite .like-count-box .btn:before {
        content: "\f006";
        font-weight: 100;
        font-size: 2.0rem;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        line-height: 1;
    }

    .sub-link__list .favorite .like-count-box .btn.active,
    .sub-link__list .favorite .like-count-box .btn:active {
        box-shadow: none;
    }

    .sub-link__list .favorite .like-count-box .btn.active::after {
        content: "お気に入り済";
    }

    @keyframes fav-animation {
        0% {
            transform: scale(0.6);
        }
        50% {
            transform: rotate(165deg);
        }
        100% {
            transform: rotate(145deg) scale(1);
            color: #E1B901;
            content: "\f005";
        }
    }
    /* お気に入りモーダル表示時のみボタンのアニメーション */
    body.modal-open .sub-link__list .favorite .like-count-box .btn.active::before {
        animation-name: fav-animation;
        animation-duration: .6s;
        animation-fill-mode: forwards;
    }

    body:not(.modal-open) .sub-link__list .favorite .like-count-box .btn.active::before {
        color: #E1B901;
        content: "\f005";
    }

    body :not(.shop__sub-header) ~ .shop__caontainer--2col {
        margin-top: 40px;
    }
}

/*---------------------------------------------------------------------------------------------
  footer
---------------------------------------------------------------------------------------------*/
.shop__footer {
    width: 100%;
    margin: 100px 0 0;
    padding: 0 0 55px;
    /* white-space: nowrap; */
    background-color: #E9EDEE;
    opacity: 0;
}

@media (min-width: 769px) {
    .shop__footer {
        padding: 0;
    }
}

.shop__footer-inner {
    display: -webkit-box;
    display: flex;
    color: #105670;
}

.shop__footer-inner a {
    color: inherit;
}

.footer__inner-main {
    box-sizing: border-box;
    width: 62%;
    width: 100%;
    padding: 6% 6% 5%;
}

.footer__info-box {
    display: flex;
    flex-shrink: 0;
    flex-grow: 0;
}

.footer__info-box .shop-qr-code {
    display: none;
}

@media (min-width: 769px) {
    .footer__info-box .shop-qr-code {
        display: block;
        width: 80px;
        height: 80px;
        margin-right: 15px;
        flex-shrink: 0;
    }
}

/* .footer__info-box .shop__info-list {
	white-space: nowrap;
} */
.footer__info-box .shop__info-list dt {
    font-weight: 600;
    margin-bottom: 10px;
}

.footer__info-box .shop__info-list dd {
    font-size: 1.4rem;
    font-size: 14px;
    margin-bottom: 3px;
}

.footer__info-box .shop__info-list dd:after{
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
}

.shop__footer .copy {
    padding: 30px 0;
}

.shop__footer .logo {
    margin-bottom: 35px;
}

.shop__footer .logo img {
    width: 193px;
    height: auto;
}

.footer__link-box {
    margin-bottom: 35px;
}

.footer__link-box a {
    display: inline-block;
    font-size: 1.4rem;
    font-size: 14px;
    letter-spacing: 0.08em;
}

.footer__link-box a:after{
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
}

.footer__link-list {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}

.footer__link-list li {
    width: calc(100% / 2);
    position: relative;
    padding: 5px 10px 5px 16px;
    margin-bottom: 5px;
}

.footer__link-list li::before,
.footer__link-list li::after {
    content: "";
    position: absolute;
    width: 10px;
    left: 0;
}

.footer__link-list li::before {
    height: 10px;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    top: calc((100% - 10px) / 2);
}

.footer__link-list li::after {
    top: calc((100% - 10px) / 2 + 5px);
    height: 1px;
    background-color: #fff;
    transform: rotate(45deg);
}

.footer__link-list li.arrow-black::before {
    border-color: #000;
}

.footer__link-list li.arrow-black::after {
    border-color: #000;
    background-color: #000;
}

.footer__fixed-menu {
    width: 100%;
    display: flex !important;
    justify-content: center;
    position: fixed;
    z-index: 1000;
    left: 0;
    bottom: 0;
}

@media (min-width: 769px) {
    .footer__fixed-menu {
        display: none !important;
    }
}

.footer__fixed-menu li {
    margin: 0 0 1px !important;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    box-flex: 1;
    width: 100%;
    margin-bottom: 0 !important;
    background-color: #fff !important;
    text-align: center;
    border-right: #dedede 1px solid;
    font-size: 93%;
    border-top: #dedede 1px solid;
}

.footer__fixed-menu li:last-child {
    border-right: none;
}

.footer__fixed-menu li a {
    display: block;
    text-decoration: none;
    height: 55px;
    padding: 10px 0 0 !important;
    background-color: #f5f5f5;
    color: #9E9479;
}

.footer__fixed-menu li a i {
    display: block;
    margin-bottom: 1px;
    font-size: 150%;
}

/*---------------------------------------------------------------------------
  見出し
---------------------------------------------------------------------------*/
.article-title__header {
    font-family: 'Montserrat', sans-serif;
    font-size: var(--main_ttl-fs);
    font-weight: bold;
    letter-spacing: 0.008em;
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    border-left: var(--base-color-green) 6px solid;
    margin-bottom: 24px;
    padding: 2px 0 0 10px;
}

.article-title__header.alignLeft {
    justify-content: flex-start;
}

.article-title__header.alignCenter {
    justify-content: center;
}

.article-title__header.alignRight {
    justify-content: flex-end;
}

.article-title__header .sub-title {
    font-weight: normal;
    margin-left: 16px;
    margin: 0;
    margin-left: 10px;
    font-size: var(--sub_ttl-fs);
    letter-spacing: normal;
    white-space: nowrap;
}

@media (min-width: 769px) {
    .article-title__header .sub-title {
        padding-left: 0;
        font-size: 1.5rem;
        font-weight: 600;
        letter-spacing: 0.2em;
        margin-left: 1.6rem;
    }
}

.article-title__header img {
    min-width: 16px;
    max-height: 16px;
}

#awesome-title__header.article-title__header {
    margin-right: 0;
    padding: 0;
    border-left: none;
}

#awesome-title__header.article-title__header i {
    line-height: inherit;
    margin-right: 0.5em;
}

/* for digest */
.digest-container .article-title__header {
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333333;
    border-left: none;
    display: block;
    letter-spacing: 0.05em;
}

/* for detail */
.detail-container .article-title__header {
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 0 0 10px 0;
    border-bottom: 1px solid #333333;
    border-left: none;
    display: block;
    letter-spacing: 0.05em;
    word-break: break-all;
}

.detail-container .article-title__header.detail-reset {
    margin-bottom: 20px;
    padding: 2px 0 0 10px;
    border-bottom: none;
    border-left: var(--base-color-green) 6px solid;
}

.detail-container .shopnews__box .article-title__header,
.detail-container .job__box .article-title__header,
.detail-container .shopping__box .article-title__header,
.detail-container .course__box .article-title__header {
    font-size: 1.8rem;
}

@media (min-width: 769px) {
    .detail-container .shopnews__box .article-title__header,
    .detail-container .job__box .article-title__header,
    .detail-container .shopping__box .article-title__header,
    .detail-container .course__box .article-title__header {
        font-size: 2rem;
    }
}

/*---------------------------------------------------------------------------
  メインコンテンツ
---------------------------------------------------------------------------*/
.shop-inner__box {
    width: 100%;
    max-width: calc(100% - 32px);
    margin: 0 auto 40px;
}

@media (min-width: 769px) {
    .shop-inner__box {
        max-width: 100%;
        margin: 0 auto 64px;
    }
}

.shop-inner__box::after {
    display: block;
    clear: both;
    content: "";
}

.shop-inner__box h3.bdrBottom {
    font-weight: 700;
}

.shop-inner__box h3.bdrBottom.child {
    margin: 16px 0;
    border-bottom: none;
}

.shop-inner__box h3.bdrBottom.title__box {
    border-bottom: 1px solid #333333;
}

.image__box {
    position: relative;
}

.image__box img {
    width: 100%;
    object-fit: cover;
}

.like__box {
    line-height: 1;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    color: #ffffff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
}

.like__box .like-count {
    margin-left: 4px;
}

.freeHtml {
	margin-bottom: 16px;
}

/*---------------------------------------------------------------------------
  ボタン
---------------------------------------------------------------------------*/
/* btn style */
.square__btn {
    border-radius: 0 !important;
}

.small-round__btn {
    border-radius: 4px !important;
}

.round__btn {
    border-radius: 2em !important;
}

.shop-navigation__list,
.more-look__btn,
.official__box
.official-link__btn {
    font-size: var(--btn-fs);
}

/* more look btn */
.more-look__btn {
    line-height: 1;
    display: flex;
    float: right;
    align-items: center;
    justify-content: center;
    min-width: 100px;
    margin-top: 16px;
    padding: 8px 24px;
    border: var(--base-border-color) 1px solid;
    border-radius: 24px;
    background: #ffffff;
    white-space: nowrap;
}

@media (max-width: 480px) {
    .more-look__btn {
        float: none;
        width: 200px;
        margin: 16px auto 0;
    }
}

.more-look__btn::after {
    font-family: FontAwesome, sans-serif;
    display: inline-block;
    margin-left: 8px;
    content: " \f138";
    color: inherit;
}

@media (max-width: 480px) {
    .more-look__btn::after {
        font-size: 1em;
        margin-left: 5px;
    }
}

/* aroung info btn */
.around-more-look__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    color: #ffffff;
    background-color: var(--base-main-color);
}

/* keep btn */
.keep__btn {
    font-size: 15px;
    font-weight: 600;
    display: inline-block;
    margin: 0 auto 15px;
    padding: 8px 20px;
    color: #333333;
    border: 1px solid var(--base-border-color);
    background-color: #ffffff;
}

.keep__btn:before {
    font-family: FontAwesome, sans-serif;
    font-size: 16px;
    margin-right: 10px;
    content: "\f005";
    transition: all .5s;
    color: #e1b901;
}

.keep__btn:hover {
    color: #ffffff;
    border-color: #e1b901;
    background-color: #e1b901;
}

.keep__btn:hover::before {
    color: #ffffff;
}

/* print btn */
.print__btn:hover {
    color: #ffffff;
    background-color: #e1b901;
}

/* send btn */
.send__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 90px;
    height: 35px;
    padding: 6px 10px;
    color: #333333;
    border: #bbbbbb 1px solid;
    background-color: #ffffff;
}

.send__btn::before {
    font-family: FontAwesome, sans-serif;
    position: relative;
    left: -10px;
    display: inline-block;
    content: " \f1d8";
    color: var(--base-main-color);
}

/* detail btn */
.detail__btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: 0 20px;
    color: #ffffff;
    border: 1px solid var(--base-main-color);
    background-color: var(--base-main-color);
}

.keep__btn + .detail__btn {
    margin-left: 10px;
}

/* access btn */
.access__btn {
    display: inline-block;
    width: auto;
    height: auto;
    margin-left: 10px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
    color: #ffa800;
    border: 1px solid #ffa800;
    border-radius: 5px;
    background-color: #ffffff;
}

.access__btn .fa {
    margin-right: 2px;
}

/* favorite btn */
.favorite__btn {
    font-weight: 600;
    padding: 5px 8px;
    color: #ec4756;
    border: 1px solid var(--base-border-color);
    border-radius: 3px;
    background-color: #ffffff;
}

.favorite__btn:before {
    font-family: FontAwesome, sans-serif;
    margin-right: 5px;
    content: "\f004";
    color: #ec4756;
}

/* side detail btn */
.side-detail__btn {
    font-weight: bold;
    display: block;
    width: 50%;
    margin: 20px auto 0;
    padding: 10px;
    color: #ffffff;
    background: #ffa800;
}

a.btn-main {
    font-size: 100%;
    line-height: 55px;
    display: block;
    padding: 0 20px;
    text-align: left;
    color: #333333;
    background-color: #ffffff;
}

a.btn-main:after {
    font-family: FontAwesome, sans-serif;
    float: right;
    content: " \f105";
}

a.btn-main:hover {
    background-color: #eeeeee;
}

a.btn-main i {
    font-size: 154%;
    line-height: 55px;
    float: left;
    margin-right: 15px;
    color: var(--base-main-color);
}

.post__button {
    width: 100%;
    max-width: 340px;
    border: #cccccc 1px solid;
}

@media (min-width: 769px) {
    .post__button {
        width: 340px;
        border: #cccccc 1px solid;
    }
}

.detail-btn__list {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 768px) {
    .detail-btn__list {
        flex-direction: row;
    }
}

@media (max-width: 480px) {
    .detail-btn__list {
        flex-direction: column;
    }
}

@media (min-width: 1025px) {
    .detail-btn__list {
        flex-direction: row;
    }
}

.detail-btn__list li {
    margin: 0 10px;
}

.detail-btn__list li a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 300px;
    height: 55px;
    padding: 0 20px;
    border: 1px solid var(--base-border-color);
    background-color: #ffffff;
}

.detail-btn__list li a:hover {
    background-color: #eeeeee;
}

.detail-btn__list li a::after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 20px;
    content: "\f105";
    transform: translateY(-50%);
}

.detail-btn__list li a::before {
    font-family: FontAwesome;
    font-size: 22px;
    margin-right: 15px;
}

.detail-btn__list li a.add-favorite__btn::before {
    content: "\f005";
    color: #e1b901;
}

.detail-btn__list li a.add-cart__btn::before {
    content: "\f07a";
    color: var(--base-main-color);
}

.detail-btn__list li a.application-form__btn::before {
    content: "\f044";
    color: var(--base-main-color);
}

.detail-btn__list li a.application-tel__btn::before {
    content: "\f095";
    color: var(--base-main-color);
}

.detail-btn__list .job-keep__btn .job-keep__btn--kept {
    color: #cccccc;
}

.detail-btn__list .job-keep__btn .job-keep__btn--kept i {
    color: #c9c9c9;
}

.detail-btn__list .favorite-box {
    float: left;
    width: 320px;
}

.detail-btn__list .favorite-box a {
    font-size: 108%;
    line-height: 55px !important;
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    color: #333333;
    border: #cccccc 1px solid;
    background-color: #ffffff;
    text-align: center;
}

.detail-btn__list .favorite-box a:after {
    font-family: FontAwesome, sans-serif;
    float: right;
    content: " \f105";
}

.detail-btn__list .favorite-box a.active {
    color: #cccccc;
}

.detail-btn__list .favorite-box a.active i {
    color: #cccccc;
}

.detail-btn__list .right {
    margin-top: 10px;
}

@media (max-width: 768px) {
    .detail-btn__list .right {
        margin-top: 0;
        margin-left: 20px;
    }
}

@media (max-width: 480px) {
    .detail-btn__list .right {
        margin-top: 10px;
        margin-left: 0;
    }
}

@media (min-width: 1025px) {
    .detail-btn__list .right {
        margin-top: 0;
        margin-left: 20px;
    }
}

/*---------------------------------------------------------------------------
  パーツ
---------------------------------------------------------------------------*/
.description__text {
    line-height: 1.5;
}

/* label list */
.detail-container .label__list {
    position: relative;
    margin-bottom: 12px;
}

.label__list {
    display: flex;
    align-items: center;
}

.label__list li {
    display: flex;
    align-items: center;
    justify-content: center;
}

.label__list .area__label {
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 8px;
    padding: 5px 16px;
    color: #ffffff;
    background-color: var(--base-color-green);
}

.label__list .category__label {
    margin-right: 8px;
    padding: 5px 13px;
    color: #ffffff;
    background-color: var(--base-color-green);
}

.label__list .category__label:last-child {
    margin-right: 0;
}

.label__list .job-category__label .fa {
    margin: 0 4px;
}

/*---------------------------------------------------------------------------
  文字数制限解除
---------------------------------------------------------------------------*/
.digest-container .description__text,
.digest-container .information__header {
    -webkit-line-clamp: unset !important;
}

/*---------------------------------------------------------------------------
  文字数
---------------------------------------------------------------------------*/
.shop-inner__box .content__list .information__header {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

@media (min-width: 769px) {
    .shop-inner__box .content__list .information__header {
        -webkit-line-clamp: 3;
    }
}

.shop-inner__box .information__box .description__text {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    order: 1;
    margin-bottom: 10px;
}

.shop-inner__box.staff__box .information__box .description__text {
    -webkit-line-clamp: unset !important;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mfp-wrap {
    animation-name: fadeIn;
    animation-duration: 1s;
    animation-delay: .1s;
    opacity: 0;
    animation-fill-mode: forwards;
    z-index: 1000000 !important;
}

article:not(.display-type--list).shopnews__box .content__list .information__header {
    -webkit-line-clamp: 4 !important;
}

@media (min-width: 769px) {
    article:not(.display-type--list).shopnews__box .content__list .information__header {
        -webkit-line-clamp: 3 !important;
    }
}

/*下層ページ*/
article.display-type--list.shopnews__box .content__list .information__header {
    -webkit-line-clamp: 3 !important;
    word-break: break-all;
}

@media screen and (max-width: 480px) {
    .content__list .information__box .description__text {
        -webkit-line-clamp: 2;
    }

    .shopnews__box .content__list .information__header {
        -webkit-line-clamp: 3;
    }
}

/*下層ページ*/
/*---------------------------------------------------------------------------
  list-style
---------------------------------------------------------------------------*/
.content__list {
    display: flex;
    flex-wrap: wrap;
}

.display-type--list {
    /*---------------------------------------------------------------------------
      shop news
  ---------------------------------------------------------------------------*/
}

.display-type--list .content__list &gt; * {
    display: flex;
    width: 100%;
    margin: 0;
    padding: 16px 0;
}

.display-type--list .content__list &gt; .information__box {
    display: block;
}

.display-type--list .content__list .content__item {
    border-top: 1px solid var(--base-border-color);
}

.display-type--list .content__list .content__item:last-of-type {
    border-bottom: 1px solid var(--base-border-color);
}

.display-type--list .content__list .content__item .information__box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0;
    margin-left: 16px;
    width: 100%;
}

.display-type--list .content__list .content__item .image__box {
    flex-grow: 0;
    flex-shrink: 0;
    align-self: flex-start;
}

.display-type--list .more-look__btn {
    margin-top: 20px;
}

.display-type--list.shopnews__box .content__list .content__item .information__box .sub-info__box {
    justify-content: space-between;
    margin-bottom: 5px;
    order: 2;
}

.display-type--list.shopnews__box .content__list .content__item.item--2col:nth-of-type(2) {
    border-top: 1px solid var(--base-border-color);
}

/* for 2col */
.shop__caontainer--1col .display-type--list .content__list .content__item.item--2col {
    width: 100%;
    border-bottom: 1px solid var(--base-border-color);
}

.shop__caontainer--1col .display-type--list .content__list .content__item.item--2col:first-of-type {
    border-top: 1px solid var(--base-border-color);
}

.shop__caontainer--1col .display-type--list .content__list .image__box {
    width: 35%;
}

.shop__caontainer--1col .display-type--list .content__list .information__box {
    margin-left: 16px;
}

.shop__caontainer--1col .display-type--list.shopnews__box .content__list .content__item .image__box {
    width: 140px;
}

@media (min-width: 769px) {
    .shop__caontainer--1col .display-type--list.shopnews__box .content__list .content__item .image__box {
        width: 155px;
    }
}

.sub-info__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-info__box img {
    max-width: 100%;
    max-height: 20px;
}

.sub-info__box img.site_log {
    max-width: 50px;
}

.news-sns-icon__box img {
    min-width: 16px;
    max-height: 16px;
}

.date-time__box {
    line-height: 1;
}

.date-time__box span {
    display: none;
}

.information__header {
    margin-bottom: 10px;
}

/*---------------------------------------------------------------------------
  content grid-display item
---------------------------------------------------------------------------*/
@media (max-width: 480px) {
    article:not(.display-type--list).shopnews__box .content__list &gt; * {
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
        margin-right: 10px;
    }
}

article:not(.display-type--list) .content__list &gt; * {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    margin-right: 10px;
}

@media (max-width: 480px) {
    article:not(.display-type--list) .content__list &gt; * {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    article:not(.display-type--list) .content__list &gt; * {
        width: calc((100% - 32px) / 3);
        margin-bottom: 16px;
        margin-right: 16px;
    }
}

@media (min-width: 1025px) {
    article:not(.display-type--list) .content__list &gt; * {
        width: calc((100% - 48px) / 4);
        margin-bottom: 16px;
        margin-right: 16px;
    }
}

@media (max-width: 768px) {
    article:not(.display-type--list) .content__list &gt; *:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    article:not(.display-type--list) .content__list &gt; *:nth-child(3n) {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    article:not(.display-type--list) .content__list &gt; *:nth-child(4n) {
        margin-right: 0;
    }
}

article:not(.display-type--list) .content__list .content__item,
article:not(.display-type--list) .content__list &gt; .information__box {
    border: 1px solid var(--base-border-color);
    background-color: #ffffff;
}

article:not(.display-type--list) .content__list .information__box {
    padding: 8px;
}

@media (min-width: 769px) {
    article:not(.display-type--list) .content__list .information__box {
        padding: 16px;
    }
}

@media (max-width: 480px) {
    #visual + main article:not(.display-type--list).shopnews__box .content__list &gt; * {
        width: calc((100% - 10px) / 2);
        margin-bottom: 10px;
    }
}

@media (min-width: 769px) {
    #visual + main article:not(.display-type--list).shopnews__box .content__list &gt; * {
        width: calc((100% - 16px) / 2);
        margin-bottom: 16px;
        margin-right: 16px;
    }
}

#visual + main article:not(.display-type--list).shopnews__box .content__list &gt; *:nth-child(2n) {
    margin-right: 0;
}

#visual + main article:not(.display-type--list).review__box .content__list &gt; * {
    width: 100%;
    margin-right: 0;
    margin-bottom: 16px;
}

#visual + main article:not(.display-type--list):not(.shopnews__box):not(.review__box) .content__list &gt; * {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
}

@media (max-width: 480px) {
    #visual + main article:not(.display-type--list):not(.shopnews__box):not(.review__box) .content__list &gt; * {
        width: 100%;
        margin-right: 0;
        margin-bottom: 16px;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #visual + main article:not(.display-type--list):not(.shopnews__box):not(.review__box) .content__list &gt; * {
        width: 100%;
        margin-bottom: 16px;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    #visual + main article:not(.display-type--list):not(.shopnews__box):not(.review__box) .content__list &gt; * {
        width: calc((100% - 16px) / 2);
        margin-bottom: 16px;
        margin-right: 16px;
    }
}

#visual + main article:not(.display-type--list):not(.shopnews__box):not(.review__box) .content__list &gt; *:nth-child(2n) {
    margin-right: 0;
}

article:not(.display-type--list).photo__box .information__box .description__text:empty,
article:not(.display-type--list).menu-price__box .information__box .description__text:empty {
    margin: 0;
    padding: 8px 0 0;
}

article:not(.display-type--list).photo__box .information__box .description__text:first-child:empty,
article:not(.display-type--list).menu-price__box .information__box .description__text:first-child:empty {
    display: none !important;
}

article:not(.display-type--list) .content__list .information__box .information__header:empty,
article:not(.display-type--list) .content__list .information__box .information__header:empty + .description__text:empty {
    display: none;
}

.shop-inner__box div[class*="category__list"] {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin: 0 0 20px;
}

.shop-inner__box div[class*="category__list"] &gt; span {
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    padding: 4px 8px;
    cursor: pointer;
    border: 1px solid;
}

.shop-inner__box div[class*="category__list"] &gt; span:not(:first-child) {
    margin-left: 4px;
}

.shop-inner__box div[class*="category__list"] &gt; span a:after{
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
}

.search-result__box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 15px;
    font-size: 1.5rem;
}

.search-result__box span {
    font-weight: bold;
    color: #d24a4a;
    padding: 0 2px;
}

/*---------------------------------------------------------------------------
  shopnews__box
---------------------------------------------------------------------------*/
.shopnews__box .information__box {
    display: flex;
    flex: 1;
    flex-direction: column;
}

.shopnews__box .content__list .image__box {
    width: 100%;
}

.shopnews__box .detail-content__box .detail-content__body {
    font-size: 15px;
}

.shopnews__box .detail-content__box .detail-content__body img {
    max-width: 100%;
    object-fit: cover;
    max-height: 800px;
    margin: auto;
    display: block;
    margin-bottom: 1rem;
}

.detail-container .shopnews__box &gt; .date-time {
    margin-bottom: 5px;
}

/** like **/
.like__box {
    line-height: 1;
    position: absolute;
    right: 8px;
    bottom: 8px;
    display: flex;
    align-items: center;
    padding: 4px 8px;
    color: #ffffff;
    border-radius: 4px;
    background-color: rgba(0, 0, 0, 0.5);
}

.like__box .like-count {
    margin-left: 4px;
}

.sub-info__box {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.sub-info__box img {
    max-width: 100%;
    max-height: 20px;
}

.news-sns-icon__box {
    margin-right: 8px;
}

.date-time__box {
    line-height: 1;
}

.date-time__box span {
    display: none;
}

.mainCtsBox {
    margin-bottom: 20px;
}

.detail-content__box table.baseTbl {
    font-size: 108%;
    width: 100%;
}

.detail-content__box table.baseTbl tr {
    border-top: #cccccc 1px solid;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .detail-content__box table.baseTbl tr {
        border-top: none;
    }
}

@media (max-width: 480px) {
    .detail-content__box table.baseTbl tr {
        border-top: none;
    }
}

.detail-content__box table.baseTbl tr:last-child {
    border-bottom: #cccccc 1px solid;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .detail-content__box table.baseTbl tr:last-child {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    .detail-content__box table.baseTbl tr:last-child {
        border-bottom: none;
    }
}

.detail-content__box table.baseTbl th {
    font-weight: normal;
    width: 25%;
    text-align: left;
    background-color: #f0f0f0;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .detail-content__box table.baseTbl th {
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .detail-content__box table.baseTbl th {
        white-space: nowrap;
    }
}

.detail-content__box table.baseTbl th, .detail-content__box table.baseTbl td {
    font-size: 15px;
    line-height: 1.5;
    padding: 12px 10px;
    word-break: break-all;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .detail-content__box table.baseTbl th, .detail-content__box table.baseTbl td {
        display: block;
        padding: 10px;
        width: 100%;
    }
}

@media (max-width: 480px) {
    .detail-content__box table.baseTbl th, .detail-content__box table.baseTbl td {
        display: block;
        padding: 10px;
        width: 100%;
    }
}

.detail-content__box table.baseTbl td {
    background-color: #fff;
}

h2.side_headline,
h3.side_headline {
    font-size: 129%;
    font-weight: bold;
    margin-bottom: 10px;
    padding: 2px 0 0 10px;
    border-left: #32cd32 6px solid;
}

h2 span.subTit,
h3 span.subTit {
    font-size: 12px;
    font-weight: normal;
    margin-left: 10px;
    vertical-align: middle;
}

.detail-container .mainBtnBox {
    margin-bottom: 30px;
    text-align: center;
}

.detail-container a {
    text-align: center;
}

.detail-container a.btn-main {
    font-size: 100%;
    line-height: 55px !important;
    padding: 0;
    padding-right: 10px;
    color: #333333;
    border: #cccccc 1px solid;
    background-color: #ffffff;
}

.detail-container a.btn-main i {
    font-size: 110%;
    line-height: 55px;
    margin-right: 10px;
    float: none;
    color: var(--base-main-color);
}

.detail-container a.btn-main:after {
    font-family: FontAwesome, sans-serif;
    float: right;
    content: " \f105";
}

.detail-container .mainBtnBox a {
    display: inline-block;
    width: 300px;
}

.help-wrapper {
    text-align: right;
}

.help-modal .primary-color {
    background-color: #32cd32;
}

.help-modal .modal-header {
    color: #ffffff;
}

.help-modal .mb-10 {
    width: auto;
    margin: 0 0 10px 0;
    padding: 10px;
}

.help-modal .mb-10 h4 {
    font-size: 115%;
    font-weight: bold;
    margin: 0 0 10px 0;
    padding: 0 0 5px 0;
    border-bottom: #cccccc 1px dotted;
}

.help-modal .mb-10 dl {
    float: left;
    width: 32%;
    margin: 0 0 0 10px;
    border-right: #cccccc 1px solid;
}

.help-modal .mb-10 dl:last-of-type {
    border-right: none;
}

.help-modal .mb-10 dl dt {
    font-weight: bold;
    margin: 0 0 5px 0;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer a.btn-main.btn-modal-close::before {
    font-family: FontAwesome, sans-serif;
    position: relative;
    left: -5px;
    content: " \f00d";
}

.modal-footer a.btn-main.btn-modal-close::after {
    font-family: FontAwesome, sans-serif;
    float: right;
    content: "";
}

.news-sns-icon__box img {
    min-width: 15px;
    max-height: 15px;
}

/*---------------------------------------------------------------------------
  news-dtl-pager
---------------------------------------------------------------------------*/
.news-dtl-pager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    margin: 30px 5px 40px;
}

@media (max-width: 768px) {
    .news-dtl-pager {
        font-size: 12px;
    }
}

.news-dtl-pager .prev,
.news-dtl-pager .next {
    min-width: 73px;
}

.news-dtl-pager .top {
    flex: 1;
    text-align: center;
}

.news-dtl-pager div a {
    font-size: 100%;
    display: inline-block;
}

.news-dtl-pager div a i.fa {
    font-weight: bold;
    padding: 4px 7px;
    border: 1px solid #cccccc;
}

.news-dtl-pager div.top a {
    padding: 7px 40px;
    border: 1px solid #cccccc;
    border-radius: 3px;
}

@media (max-width: 768px) {
    .news-dtl-pager div.top a {
        padding-right: 20px;
        padding-left: 20px;
    }
}

.news-dtl-pager div.prev a i {
    margin-left: 3px;
}

/*---------------------------------------------------------------------------
  sns-parent-box
---------------------------------------------------------------------------*/
.sns-parent-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
}

.sns-parent-box.sns-spn-header .sns-child {
    margin: 5px 10px 0 0;
}

.sns-parent-box.sns-shop-news {
    padding: 16px;
    border-top: #cccccc 1px solid;
    justify-content: center;
}

.sns-parent-box.sns-shop-news .share-text {
    width: 100%;
    text-align: center;
}

.sns-parent-box.sns-shop-news .share-text .inner {
    font-size: 100%;
    position: relative;
    display: inline-block;
}

.sns-parent-box.sns-shop-news .share-text .inner:after, .sns-parent-box.sns-shop-news .share-text .inner:before {
    position: absolute;
    top: 2px;
    overflow: hidden;
    width: 2px;
    height: 14px;
    content: " ";
    white-space: nowrap;
}

.sns-parent-box.sns-shop-news .share-text .inner:before {
    left: -10px;
    transform: rotate(-40deg);
    border-left: 1px dotted #333333;
}

.sns-parent-box.sns-shop-news .share-text .inner:after {
    right: -10px;
    transform: rotate(40deg);
    border-right: 1px dotted #333333;
}

.sns-parent-box.sns-shop-news.img img {
    width: 42px;
}

.sns-parent-box.sns-shop-news .sns-child {
    margin: 14px 14px 0 0;
}

/*---------------------------------------------------------------------------
  rss-news-wrapper
---------------------------------------------------------------------------*/
.rss-news-wrapper {
    margin: 32px 0 24px;
    text-align: left;
}

.rss-news-wrapper .follow_me {
    font-weight: bold;
}

.rss-news-wrapper .follow_me a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 200px;
    height: 45px;
    margin: 0 0 10px;
    padding: 0 20px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    color: #ffffff;
    border-radius: 39px;
    background-color: #32cd32;
}

.rss-news-wrapper .follow_me a[href*="facebook"] {
    background-color: #1877f2;
}

.rss-news-wrapper .follow_me a[href*="twitter"] {
    background-color: #1da1f2;
}

.rss-news-wrapper .follow_me a[href*="instagram"] {
    background-color: #cf2e92;
}

.rss-news-wrapper .follow_me a i {
    font-size: 24px;
    margin-right: 8px;
}

.rss-news-wrapper .rss-caution {
    font-size: 13px;
}

/*---------------------------------------------------------------------------
  shop-information__box
---------------------------------------------------------------------------*/
.shop-information__box {
    display: block;
    word-break: break-all;
}

.shop-information__box .information__header {
    margin-bottom: 4px;
}

.shop-information__box .sub-info__box {
    display: flex;
    justify-content: space-between;
}

.shop-information__box .sub-info__box span {
    color: #b4b4b4;
}

.shop-information__box .sub-info__box .date-time__box {
    display: flex;
    align-items: center;
}

.shop-information__box .sub-info__box .fa-clock {
    margin-right: 4px;
}

.shop-information__box .sub-info__box img {
    height: 15px;
}

.shop-information__box .sub-info__box .official-link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.shop-information__box .sub-info__box .official-link__list li {
    width: 100%;
    margin: 0 0 10px 0;
}

@media (min-width: 769px) {
    .shop-information__box .sub-info__box .official-link__list li {
        width: calc(50% - 10px);
        margin: 0 20px 20px 0;
    }
}

.shop-information__box .sub-info__box .official-link__list li:nth-of-type(2n) {
    margin-right: 0;
}

.shop-information__box .sub-info__box .official-link__btn {
    font-size: calc(var(--article-title-font-size) + 6px);
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    color: #ffffff;
    background-color: #ffb516;
}

.shop-information__box .sub-info__box .official-link__btn::after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 25px;
    content: "\f138";
    transform: translateY(-50%);
}

/*---------------------------------------------------------------------------
  information
---------------------------------------------------------------------------*/
.information__table {
    line-height: 1.5;
    width: 100%;
    border-top: 1px solid var(--base-border-color);
    table-layout: fixed;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .information__table {
        border-top: none;
    }
}

@media (max-width: 480px) {
    .information__table {
        border-top: none;
    }
}

.information__table tr {
    border-bottom: 1px solid var(--base-border-color);
}

@media (min-width: 769px) and (max-width: 1024px) {
    .information__table tr {
        border-bottom: none;
    }
}

@media (max-width: 480px) {
    .information__table tr {
        border-bottom: none;
    }
}

.information__table th, .information__table td {
    padding: 12px 10px;
    vertical-align: middle;
    word-break: break-all;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .information__table th, .information__table td {
        display: block;
        padding: 10px;
    }
}

@media (max-width: 480px) {
    .information__table th, .information__table td {
        display: block;
        padding: 10px;
    }
}

.information__table th {
    font-weight: normal;
    text-align: left;
    background-color: #f0f0f0;
    width: 120px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .information__table th {
        width: 100%;
        white-space: nowrap;
    }
}

@media (max-width: 480px) {
    .information__table th {
        width: 100%;
        white-space: nowrap;
    }
}

.information__table td {
    background-color: #ffffff;
    max-width: calc((100% - 240px) / 2);
}

@media (min-width: 769px) and (max-width: 1024px) {
    .information__table td {
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .information__table td {
        max-width: 100%;
        width: 100%;
    }
}

.information__table a:not(.access__btn) {
    text-decoration: underline;
}

.information__table .snsLinkBox {
    display: flex;
    margin: 0 -10px;
}

.information__table .snsLinkBox img {
    width: 35px;
    height: 35px;
    object-fit: contain;
    margin: 0 10px;
}

/* facility */
.information__table .facility__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -10px;
}

.information__table .facility__list li {
    line-height: 20px;
    display: flex;
    align-items: center;
    margin: 0 10px 10px 0;
}

.information__table .facility__list .faci__icon {
    max-width: 20px;
    margin-right: 5px;
}

/*---------------------------------------------------------------------------
  like-count-box
---------------------------------------------------------------------------*/
.like-count-box {
    margin-left: 15px;
}

.like-count-box.news {
    float: right;
    margin-bottom: 20px;
}

.like-count-box.news .btn {
    padding: 3px 5px;
}

.like-count-box .balloon {
    position: relative;
    display: none;
}

.like-count-box .balloon .inner {
    position: absolute;
    z-index: 2;
    right: 2px;
    bottom: 9px;
    width: 200px;
    border: 1px solid #cccccc;
    border-radius: 3px;
    background: #ffffff;
}

.like-count-box .balloon .inner .icon-btn {
    padding: 5px 10px;
    cursor: pointer;
    border-bottom: 1px solid #cccccc;
}

.like-count-box .balloon .inner .icon-btn:last-child {
    border-bottom: none;
}

.like-count-box .balloon .inner .icon-btn img {
    max-width: 20px;
    max-height: 20px;
    margin-right: 10px;
}

.like-count-box .btn {
    padding: 4px 8px;
    cursor: pointer;
    border: 1px solid #ccc;
    border-radius: 0;
    background-color: #ffffff;
}

.like-count-box .btn:before {
    font-family: FontAwesome, sans-serif;
    content: "\f004";
}

.like-count-box .btn.no-icon:before {
    content: "";
}

.like-count-box .btn .icon-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.like-count-box .btn .icon-list .inner {
    line-height: 21px;
    margin-left: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
}

.like-count-box .btn .icon-list .inner:first-child {
    margin-left: 0;
}

.like-count-box .btn .icon-list .inner img {
    max-width: 13px;
    max-height: 13px;
    margin-right: 5px;
    vertical-align: top;
    border: 0;
}

.like-count-box.review .btn {
    padding: 3px 5px;
}

.like-count-box.shop .btn {
    position: relative;
    transition: .15s ease-out;
    box-shadow: none;
}

@media (min-width: 769px) {
    .like-count-box.shop .btn {
        color: #333333;
    }
}

.like-count-box.shop .btn:before {
    margin-right: 5px;
}

@media (min-width: 769px) {
    .like-count-box.shop .btn:before {
        margin-right: 8px;
        content: "\f006";
        color: #999999;
    }
}

@media (min-width: 769px) {
    /* お気に入りモーダル表示時のみボタンのアニメーション */
    @keyframes fav-animation {
        0% {
            transform: scale(0.6);
        }
        50% {
            transform: rotate(165deg);
        }
        100% {
            content: "\f005";
            transform: rotate(145deg) scale(1);
            color: #e1b901;
        }
    }
    body.modal-open .sub-link__list .favorite .like-count-box .btn.active::before {
        animation-name: fav-animation;
        animation-duration: .6s;
        animation-fill-mode: forwards;
    }

    body:not(.modal-open) .sub-link__list .favorite .like-count-box .btn.active::before {
        content: "\f005";
        color: #e1b901;
    }
}

/*---------------------------------------------------------------------------
  map
---------------------------------------------------------------------------*/
.map__box .content__list {
    flex-direction: column;
}

.map__box .access__info {
    line-height: 1.5;
    margin-bottom: 20px;
    padding: 20px 15px;
    border: 1px solid var(--base-border-color);
    background: #ffffff;
}

.map__box .view-large-map {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    margin-top: 20px;
    padding: 0 15px 20px 15px;
}

.map__box .view-large-map .fa {
    margin-right: 10px;
    color: var(--base-main-color);
}

.map__box .view-large-map a {
    text-decoration: underline;
}

/*---------------------------------------------------------------------------
  review
---------------------------------------------------------------------------*/
.review__box-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 15px 15px;
    padding: 15px 0;
    border-bottom: 1px solid var(--base-border-color);
}

.review__box-header .article__title:after{
    content: ".";
    width: 0;
    font-size: 0;
    color: transparent;
    margin-right: 1px;
}

.evaluation__list {
    display: flex;
    color: #eaeaea;
}

.evaluation__list span {
    color: #fe9c00;
}

.review__box-body {
    padding: 0 15px;
}

.review__box-body &gt; .display-flex {
    margin-bottom: 15px;
}

.review__box-body .review__image-box {
    display: flex;
    align-items: center;
    width: 30%;
    margin-right: 10px;
}

.review__box-body .review__image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.review__box-body .review__copy {
    width: 70%;
}

.review__box-body .review__score {
    margin-bottom: 15px;
}

.review__box-body .review__score ul {
    font-size: 11px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.review__box-body .review__score ul li {
    display: flex;
    align-items: center;
}

.review__box-body .review__score ul li::after {
    margin: 0 4px;
    content: "|";
}

.review__box-body .review__score ul li:last-child::after {
    display: none;
}

.review__box-footer {
    display: flex;
    justify-content: space-between;
    padding: 0 15px 15px;
}

.review__box-footer .reviewer__box {
    display: flex;
    float: right;
    align-items: center;
    margin: 3px 0 0;
}

.review__box-footer .reviewer__box .favorite-count {
    margin-left: 5px;
    color: #fa6180;
}

.review__box-footer .reviewer__box .favorite-count .fa {
    margin-right: 5px;
}

/* for digest chart-type */
.review__box .chart__box {
    display: flex;
    width: 100%;
    padding: 5px;
    background-color: #f5f5f5;
}

.chart__box .chart-canvas__box,
.chart__box .chart-evaluation__box {
    border: 1px solid var(--base-border-color);
    background-color: #ffffff;
}

.chart__box .chart-canvas__box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 450px;
}

.chart__box .chart-evaluation__box {
    width: calc(100% - 450px);
    margin-left: 5px;
    padding: 10px;
}

.chart-evaluation__box .chart-evaluation__list {
    display: flex;
    height: 40px;
    margin-bottom: 10px;
    border: 1px solid #999999;
}

.chart-evaluation__box .chart-evaluation__list dt {
    font-size: 15px;
    font-weight: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    white-space: nowrap;
    color: #ffffff;
    background-color: #999999;
}

.chart-evaluation__box .chart-evaluation__list dd {
    display: flex;
    align-items: center;
    padding: 0 10px;
}

.chart-evaluation__box .chart-evaluation__list .evaluation-average {
    font-size: 22px;
    font-weight: 600;
    line-height: 25px;
    color: #d24a4a;
}

@media (max-width: 768px) {
    .chart-evaluation__box .chart-evaluation__list img {
        width: 90px;
        margin-bottom: 5px;
    }
}

.chart-evaluation__box .chart-evaluation__list .evaluation__list {
    font-size: 25px;
    margin-left: 10px;
}

.chart-evaluation__box .evaluation-count {
    line-height: 1.5;
    margin-bottom: 5px;
    text-align: right;
}

.chart-evaluation__box .evaluation-count span {
    font-weight: 600;
    color: #d24a4a;
}

.chart-evaluation__box .evaluation-score__table {
    width: 100%;
    margin-top: 30px;
}

.chart-evaluation__box .evaluation-score__table tr {
    border-top: 1px dotted var(--base-border-color);
    background-color: #ffffff;
}

.chart-evaluation__box .evaluation-score__table tr:nth-child(odd) {
    background-color: #f5f5f5;
}

.chart-evaluation__box .evaluation-score__table tr:last-child {
    border-bottom: 1px dotted var(--base-border-color);
}

.chart-evaluation__box .evaluation-score__table th, .chart-evaluation__box .evaluation-score__table td {
    padding: 8px 10px;
}

.chart-evaluation__box .evaluation-score__table th {
    font-weight: normal;
    text-align: left;
}

.chart-evaluation__box .evaluation-score__table td {
    text-align: right;
}

.chart-evaluation__box .score__label {
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 20px;
    padding: 0 8px;
    color: #ffffff;
    background-color: #d24a4a;
}

.text-evaluation__box .review__box-header {
    margin: 0;
    padding: 0 0 15px 0;
    border-bottom: none;
}

.text-evaluation__box .evaluation__list {
    font-size: 20px;
}

.text-evaluation__box .review__box-body {
    margin-bottom: 15px;
    padding: 0;
}

.text-evaluation__box .article__title {
    font-size: var(--info_ttl-fs);
    margin-bottom: 15px;
}

.text-evaluation__box .description__text {
    margin-bottom: 10px;
}

.text-evaluation__box .image__box {
    display: flex;
}

.text-evaluation__box .image__box a {
    display: block;
    width: calc(25%);
}

.text-evaluation__box .image__box a + a {
    margin-left: 10px;
}

.text-evaluation__box .review__box-footer {
    justify-content: flex-end;
    padding: 0;
}

.text-evaluation__box .review__box-footer .reviewr-name {
    margin-left: 10px;
}

.review__box &gt; .search-result__box {
    justify-content: space-between;
    margin: 20px 0;
}

.review-img-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.review-img-wrapper.detail {
    margin: 10px 0;
}

.review-img-wrapper .inn {
    width: 25%;
}

.review-img-wrapper .inn,
.review-img-wrapper.preview .inn {
    margin-right: 10px;
}

.review-img-wrapper .inn .mask {
    font-size: 300%;
    font-weight: bold;
    position: absolute;
    display: none;
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.3);
}

.review-img-wrapper .inn .pc {
    display: block;
}

.review-img-wrapper .inn img {
    width: 100%;
}

.review-img-wrapper .inn a {
    display: block;
    width: 100%;
    height: 100%;
}

.review-img-wrapper .inn .spn {
    display: none;
}

.formBox table td .reviewStar {
    float: left;
    margin-right: 10px;
}

.formBox table td .reviewStar ul li {
    font-size: 224%;
    line-height: .8;
    float: left;
    color: #cccccc;
}

.formBox table td .reviewStar ul li.active {
    color: #ffcc00;
}

.review__box-inner {
    width: 100%;
    margin-bottom: 1rem;
    padding: 16px;
    border: 1px solid var(--base-border-color);
    background-color: #ffffff;
}

.review__box-inner .text_reply__box {
    background-color: #F3F3F3;
    margin-top: 2rem;
    padding: 1rem;
}

.review__box-inner .text_reply__box .reply__box-header {
    margin-bottom: 1rem;
}

.review__box-inner .text_reply__box .reply__box-header .article__title {
    font-size: 16px;
    color: #D24A4A;
}

.review__box-inner .text_reply__box .reply__box-body {
    margin-bottom: 1rem;
}

.review__box-inner .text_reply__box .reply__box-footer {
    margin-bottom: 1rem;
}

.review__box-inner .text_reply__box .reply__box-footer .reply-name {
    text-align: right;
}

/* top review */
#top .review__box-body &gt; .display-flex {
    display: flex;
    align-items: center;
}

#top .review__box-body .review__image-box {
    width: 155px;
    height: 120px;
}

#top .review__box-body .review__copy {
    width: calc(100% - 165px);
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}

@media (max-width: 768px) {
    #top .review__box-body .review__image-box {
        width: 30%;
        height: initial;
    }

    #top .review__box-body .review__copy {
        width: 70%;
        -webkit-line-clamp: 3;
    }
}

/*---------------------------------------------------------------------------
  form
---------------------------------------------------------------------------*/
.detail-container input, .detail-container select {
    font-size: 15px;
    min-width: 100px;
    height: 35px;
    padding: 0 8px 0 8px;
    border: var(--base-border-color) 1px solid;
    border-radius: 5px;
    background-color: #ffffff;
    -webkit-appearance: none;
}

.detail-container input:read-only, .detail-container select:read-only {
    min-width: 70px;
}

.detail-container input[type="file"] {
    border: none;
    background: none;
}

.formBox .calendar {
    font-size: 24px;
    display: inline-block;
}

.formBox .colRed {
    color: #d24a4a;
}

.formBox .note {
    margin: 0 0 20px;
}

.formBox .note p {
    font-weight: bold;
    margin-bottom: 10px;
}

.formBox .flowBox {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin-bottom: 30px;
}

@media (max-width: 768px) {
    .formBox .flowBox {
        width: 100%;
        margin: 0 auto 15px;
    }
}

.formBox .flowBox ul {
    display: flex;
    justify-content: center;
    text-align: center;
}

.formBox .flowBox ul li {
    font-size: 116%;
    line-height: 60px;
    position: relative;
    display: inline-block;
    width: calc(100% / 3);
    max-width: 200px;
    height: 60px;
    margin: 0 30px 0 0;
    background: #eeeeee;
}

@media (max-width: 768px) {
    .formBox .flowBox ul li {
        font-size: 90%;
        line-height: 40px;
        height: 40px;
        margin-right: 20px;
    }
}

.formBox .flowBox ul li:last-child {
    margin-right: 0;
}

.formBox .flowBox ul li.arrow:after {
    position: absolute;
    top: 0;
    right: -20px;
    content: "";
    border-top: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 20px solid #eeeeee;
}

@media (max-width: 768px) {
    .formBox .flowBox ul li.arrow:after {
        right: -10px;
        border-top: 20px solid transparent;
        border-bottom: 20px solid transparent;
        border-left: 10px solid #eeeeee;
    }
}

.formBox .flowBox ul li:not(:first-child)::before {
    position: absolute;
    z-index: -1;
    top: 0;
    left: -20px;
    content: "";
    border: 30px solid #eeeeee;
    border-left-width: 20px;
    border-left-color: transparent;
}

@media (max-width: 768px) {
    .formBox .flowBox ul li:not(:first-child)::before {
        left: -10px;
        border-width: 20px;
        border-left-width: 10px;
    }
}

.formBox .flowBox ul li.active {
    color: #ffffff;
    background-color: #333333;
}

.formBox .flowBox ul li.active:after {
    border-left-color: #333333;
}

@media (min-width: 769px) {
    .formBox .flowBox ul li.active:after {
        border-left: 20px solid #333333;
    }
}

.formBox .flowBox ul li.active:not(:first-child)::before {
    border-color: #333333;
    border-left-color: transparent;
}

.formBox table {
    width: 100%;
    margin-bottom: 30px;
    text-align: left;
    border: #cccccc 1px solid;
}

@media (max-width: 768px) {
    .formBox table {
        border: none !important;
    }
}

.formBox table th {
    font-weight: normal;
    width: 220px;
    padding-right: 0;
    text-align: left;
    border-right: 1px solid #cccccc;
}

@media (max-width: 768px) {
    .formBox table th {
        display: block;
        width: 100% !important;
        padding: 8px;
        border-right: none !important;
        background-color: #eeeeee;
    }
}

.formBox table th .required {
    margin-right: 5px;
    padding: 0 3px;
    color: #ffffff;
    border-radius: 5px;
    background-color: #d24a4a;
}

.formBox table th, .formBox table td {
    padding: 17px 15px;
    vertical-align: middle;
    border-bottom: #cccccc 1px solid;
}

@media (max-width: 768px) {
    .formBox table th, .formBox table td {
        border-bottom: none !important;
    }
}

@media (max-width: 768px) {
    .formBox table td {
        display: block;
        width: 100% !important;
        padding: 10px 0 15px !important;
    }
}

.formBox table td textarea {
    width: 100%;
    padding: 8px;
    resize: vertical;
    border: var(--base-border-color) 1px solid;
    border-radius: 5px;
}

.formBox table td select {
    min-width: auto;
}

.formBox table td input[type=radio],
.formBox table td input[type=checkbox] {
    display: none;
}

.formBox table td input,
.formBox table td textarea {
    font-size: 15px;
    width: 100%;
    margin-bottom: 10px;
}

.formBox table td input:last-child,
.formBox table td textarea:last-child {
    margin-bottom: 0;
}

.formBox table td .radio, .formBox table td .checkbox {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 12px 1px 28px;
    cursor: pointer;
    vertical-align: middle;
}

.formBox table td .radio:before, .formBox table td .checkbox:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: "";
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    background-color: #ffffff;
}

.formBox table td .radio:before {
    border-radius: 50%;
}

.formBox table td .radio:after {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 10px;
    height: 10px;
    margin-top: -5px;
    content: "";
    opacity: 0;
    border-radius: 50%;
    background-color: #8a8a8a;
}

.formBox table td .checkbox:after {
    position: absolute;
    top: 46%;
    left: 6px;
    display: block;
    width: 8px;
    height: 12px;
    margin-top: -7px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    border-right: 3px solid #8a8a8a;
    border-bottom: 3px solid #8a8a8a;
}

.formBox table td input[type=radio]:checked + .radio:after,
.formBox table td input[type=checkbox]:checked + .checkbox:after {
    opacity: 1;
}

.formBox table td .reserveTel {
    margin: 1em 0 0;
}

.formBox .privacy {
    overflow: hidden;
    margin-bottom: 30px;
    text-align: center;
}

.formBox .privacy .radio, .formBox .privacy .checkbox {
    font-weight: normal;
    position: relative;
    display: inline-block;
    margin: 0 15px 0 0;
    padding: 5px 12px 1px 28px;
    cursor: pointer;
    vertical-align: middle;
}

.formBox .privacy .radio:before, .formBox .privacy .checkbox:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    content: "";
    border: 1px solid #bbbbbb;
    border-radius: 5px;
    background-color: #ffffff;
}

.formBox .privacy .checkbox {
    margin: 0;
    padding: 2px 0 2px 28px;
}

.formBox .privacy .checkbox:after {
    position: absolute;
    top: 55%;
    left: 7px;
    display: block;
    width: 7px;
    height: 12px;
    margin-top: -8px;
    content: "";
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
    border-right: 3px solid #8a8a8a;
    border-bottom: 3px solid #8a8a8a;
}

.formBox .privacy input[type=checkbox]:checked + .checkbox:after {
    opacity: 1;
}

.formBox .privacy a {
    text-decoration: underline;
    color: #398bcc;
}

.formBox .privacy input[type=radio],
.formBox .privacy input[type=checkbox] {
    display: none;
}

.formBox .formBtnBox {
    margin-bottom: 30px;
}

.formBox .formBtnBox ul {
    display: flex;
    justify-content: center;
}

.formBox .formBtnBox ul li {
    width: 170px;
}

.formBox .formBtnBox ul li:not(:last-child) {
    margin-right: 16px;
}

.formBox .formBtnBox ul li a {
    line-height: 45px;
    display: block;
    text-align: center;
    border: #cccccc 1px solid;
    border-radius: 5px;
    background-color: #f8f8f8;
}

.formBox .formBtnBox ul li a.main {
    color: #ffffff;
    border: #666666 1px solid;
    background-color: #666666;
}

.formBox table td .reviewStar {
    float: left;
    margin-right: 10px;
}

.formBox table td .reviewStar ul li {
    font-size: 224%;
    line-height: .8;
    float: left;
    color: #cccccc;
}

.formBox table td .reviewStar ul li.active {
    color: #ffcc00;
}

#visual + main .formBox table {
    border: none !important;
}

#visual + main .formBox table th {
    display: block;
    width: 100% !important;
    padding: 8px;
    border-right: none !important;
    background-color: #eeeeee;
}

#visual + main .formBox table th, #visual + main .formBox table td {
    border-bottom: none !important;
}

#visual + main .formBox table td {
    display: block;
    width: 100% !important;
    padding: 10px 0 15px !important;
}

/*---------------------------------------------------------------------------
  coupon list
---------------------------------------------------------------------------*/
.coupon__box .content__item {
    display: flex;
    flex-direction: column;
}

.coupon__image-box {
    height: 165px;
}

.coupon__image-box a {
    position: relative;
    z-index: 10;
    display: block;
    height: 100%;
    padding: 10px;
}

.coupon__image-box .coupon__title {
    font-weight: 600;
    line-height: 1.5;
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 8px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
}

.coupon__image-box img {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.coupon__infomation-box {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 16px;
}

.coupon__infomation-box .term__title {
    margin-bottom: 10px;
    text-align: center;
}

.coupon__infomation-box .term-date {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 8px;
}

.coupon__infomation-box .term-date span {
    font-size: 10px;
    margin: 0 5px;
}

.coupon__infomation-box .shop-name {
    margin-top: 8px;
    text-align: center;
}

.coupon__infomation-box .shop-name span {
    margin-right: 4px;
    color: #b4b4b4;
}

.coupon-keep__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    padding: 0 24px;
    color: #e1b901;
    border: 1px solid #e1b901;
    background-color: #ffffff;
    border-radius: 25px;
}

.coupon-keep__btn:before {
    font-family: FontAwesome, sans-serif;
    font-size: 1rem;
    font-size: 1em;
    margin-right: 10px;
    content: "\f005";
    transition: all .5s;
    color: #e1b901;
}

.coupon-keep__btn:hover:before, .coupon-keep__btn:hover {
    color: #ffffff;
}

.coupon-keep__btn:hover {
    border-color: #e1b901;
    background-color: #e1b901;
}

.coupon-keep__btn.coupon-keep__btn--kept:before {
    color: #fff;
}

.coupon-keep__btn--kept {
    color: #fff;
    background-color: #e1b901;
}

.coupon-keep__btn--kept:before {
    color: #fff;
}

.coupon-keep__btn--kept:hover {
    color: #808080;
    border-color: #c9c9c9;
    background-color: #ffffff;
}

.coupon-keep__btn--kept:hover:before {
    color: #e1b901;
}

.coupon-copy__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
    line-height: 35px;
    height: 35px;
    margin-left: 8px;
    padding: 0 24px;
    color: #e1b901;
    border: 2px solid #e1b901;
}

.coupon-copy__btn:hover, .coupon-copy__btn:focus {
    color: #e1b901;
    text-decoration: none;
}

.coupon-copy__btn.pc-display-none {
    display: flex;
}

@media (min-width: 1025px) {
    .coupon-copy__btn.pc-display-none {
        display: none;
    }
}

.coupon-copy__btn.sp-display-none {
    display: none;
}

@media (min-width: 1025px) {
    .coupon-copy__btn.sp-display-none {
        display: flex;
    }
}

/*---------------------------------------------------------------------------
  coupon detail
---------------------------------------------------------------------------*/
.detail-container .coupon__box .coupon__image-box {
    width: 100%;
    height: 220px;
}

.detail-container .coupon__box .detail-content__box {
    display: block;
    margin-bottom: 30px;
}

.detail-container .coupon__box .coupon__infomation-box {
    align-items: flex-start;
    padding: 20px;
    border: 1px solid var(--base-border-color);
}

.detail-container .coupon__box .coupon__infomation-box .coupon-terms__list {
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
}

.detail-container .coupon__box .coupon__infomation-box .coupon-terms__list dt {
    margin: 0 8px 4px 0;
    white-space: nowrap;
}

.detail-container .coupon__box .coupon__infomation-box .coupon-terms__list dd {
    margin-bottom: 8px;
}

.detail-container .coupon__box .coupon__infomation-box .coupon-terms__list dd span {
    margin: 0 8px;
}

.detail-container .coupon__box .description__text {
    margin-bottom: 15px;
}

.coupon__image-box .coupon__title {
    font-weight: normal;
}

.coupon-btn__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    margin: 8px auto 0;
}

.coupon-btn__list &gt; * {
    margin-bottom: 8px;
}

.coupon-btn__list .keep__btn {
    margin: 0 10px 0 0;
}

.coupon-transfer__box {
    display: none;
}

@media (min-width: 769px) {
    .coupon-transfer__box {
        display: block;
        padding-top: 30px;
        border-top: 1px solid var(--base-border-color);
    }
}

.coupon-transfer__box .flex-weight-1 {
    flex: 1;
}

.coupon-transfer__title {
    font-size: 15px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.coupon-transfer__title::before {
    font-family: FontAwesome;
    font-size: 26px;
    display: inline-block;
    margin: -3px 5px 0 0;
    content: "\f003";
}

.coupon-transfer__form {
    display: flex;
    align-items: center;
}

.coupon-transfer__form dt {
    width: 160px;
}

.coupon-transfer__form dd {
    width: calc(100% - 250px);
    padding: 0 10px 0 0;
}

.coupon-transfer__form dd + dd {
    width: 90px;
    padding: 0;
}

.coupon-transfer__form input[type="mail"] {
    width: 100%;
}

.coupon-transfer__form #couponSendAddress {
    width: 100%;
}

a.coupon-send-btn {
    line-height: inherit;
    display: block;
    width: 90px;
    margin: 0;
    padding: 5px 8px;
    text-align: center;
    color: #333333;
    border: #bbbbbb 1px solid;
    background-color: #ffffff;
}

a.coupon-send-btn:before {
    font-family: FontAwesome, sans-serif;
    position: relative;
    left: -10px;
    display: inline-block;
    content: " \f1d8";
    color: var(--base-main-color);
}

.coupon-btn-box .favorite-box {
    float: left;
    width: 320px;
}

.coupon-btn-box .favorite-box a {
    font-size: 108%;
    line-height: 55px !important;
    display: block;
    width: 100%;
    padding: 0 20px;
    text-align: left;
    color: #333333;
    border: #cccccc 1px solid;
    background-color: #ffffff;
}

.coupon-btn-box .favorite-box a.active {
    color: #cccccc;
}

.coupon-btn-box .favorite-box a.activei {
    color: #cccccc;
}

.coupon-btn-box .right {
    margin-left: 20px;
}

/*---------------------------------------------------------------------------
  coupon modal
---------------------------------------------------------------------------*/
.modal-body .coupon__box {
    width: 100%;
}

.modal-body .coupon__box .coupon__list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
}

.coupon__item--detail {
    width: 100%;
    margin: 0 0 25px 0;
    border: 1px solid #c9c9c9;
}

.coupon__item--detail &gt; dl {
    display: block;
}

.coupon__item--detail &gt; dl &gt; dd {
    text-align: left;
    padding: 20px;
}

.coupon__item--detail .coupon-description {
    margin: 0 0 15px;
}

.coupon__item--detail .coupon-term {
    line-height: 1.5;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.coupon__item--detail .coupon-term .coupon-term__title {
    font-weight: bold;
    margin-right: 5px;
}

.coupon__item--detail .coupon-term .fa {
    margin: 0 8px;
}

.coupon__item--detail .shop-name__title {
    text-align: left;
}

.coupon__item--detail .shop-name__title .fa {
    margin-right: 5px;
    color: #b4b4b4;
}

.coupon__item--detail .coupon__thumbnail {
    position: relative;
    display: block;
    height: 220px;
    width: 100%;
    padding: 0.65rem;
}

.coupon__item--detail .coupon__thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: "object-fit:cover;";
}

.coupon__item--detail .coupon__title {
    line-height: 1.5;
    position: absolute;
    z-index: 15;
    top: 50%;
    left: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    padding: 8px;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.5);
    font-size: 2rem;
}

/*---------------------------------------------------------------------------
  モーダル
---------------------------------------------------------------------------*/
.modal-header {
    color: #ffffff;
}

.primary-color {
    background-color: #32cd32;
}

.modal-title {
    font-size: 120%;
    font-weight: bold;
}

.secondary-color {
    background-color: #FEC412;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5;
}

.modal-footer:before, .modal-footer:after {
    display: table;
    content: " ";
}

.modal-footer a.btn-main.btn-modal-close {
    margin: 0 0 0 auto;
    text-align: center;
}

.modal-footer a.btn-main.btn-modal-close::before {
    font-family: FontAwesome, sans-serif;
    position: relative;
    left: -5px;
    content: " \f00d";
}

.modal-footer a.btn-main.btn-modal-close::after {
    font-family: FontAwesome, sans-serif;
    float: right;
    content: "";
}

.detail-container .modal-footer a.btn-main {
    line-height: 35px !important;
    width: 100px;
}

/*---------------------------------------------------------------------------
  求人
---------------------------------------------------------------------------*/
.job-keep__btn {
    font-weight: 600;
    display: inline block;
    margin: 0;
    padding: .25rem 1.5rem;
    color: #333333;
    border: 1px solid #c9c9c9;
    background: #ffffff;
}

.job-keep__btn i {
    margin-right: 4px;
    color: #e1b901;
}

.job-keep__btn:hover:before, .job-keep__btn:hover {
    color: #ffffff;
}

.job-keep__btn:hover {
    border-color: #e1b901;
    background-color: #e1b901;
}

.job-keep__btn:hover i {
    color: #ffffff;
}

.job-keep__btn.job-keep__btn--kept:before {
    color: #c9c9c9;
}

.job-keep__btn--kept {
    color: #cccccc;
    border-color: #c9c9c9;
}

.job-keep__btn--kept:hover {
    color: #808080;
    border-color: #c9c9c9;
    background-color: #ffffff;
}

.job-keep__btn--kept:hover:before {
    color: #e1b901;
}

.job__box-header {
    padding: 16px;
}

.job__box-header .job__sub-header {
    margin-bottom: 10px;
}

.job__box-header .job__sub-header .label__list {
    flex-direction: column;
    align-items: flex-start;
}

.job__box-header .job__sub-header .label__list li {
    font-size: 1.2rem;
}

.job__box-header .job__sub-header .label__list li.job-category__label {
    margin-top: 10px;
}

.job__box-body a {
    display: block;
}

.job__box-body .image__box {
    width: 100%;
    height: 177px;
    margin-bottom: 16px;
    background-color: #efefef;
}

.job__box-body .image__box img {
    height: 100%;
}

.job__box-body .image__box + .description__text {
    padding: 0 16px;
}

.job-box__fotter {
    padding: 16px;
}

.job-box__fotter .job-info__btn-box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.job-box__fotter .job-info__btn-box .keep__btn {
    margin: 0;
}

.job-box__fotter .job-info__btn-box .detail-box &gt; a,
.job-box__fotter .job-info__btn-box .job-keep__btn {
    font-size: 1.3rem;
    font-weight: 600;
    line-height: 23px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    padding: .25rem 1.0rem;
    color: #333333;
    border: 1px solid #c9c9c9;
    background-color: #ffffff;
}

.job-box__fotter .job-info__btn-box .job-keep__btn,
.job-box__fotter .job-info__btn-box .detail__btn {
    width: 100px;
    margin: 0;
    padding: 0;
}

.job-box__fotter .job-info__btn-box .detail__btn {
    margin-left: 8px;
}

.job-box__fotter .job-info__btn-box .job-keep__btn.job-keep__btn--kept {
    color: #cccccc;
}

.job-box__fotter .job-info__btn-box .job-keep__btn.job-keep__btn--kept i {
    color: #c9c9c9;
}

.job-box__fotter .job-info__btn-box .detail-box &gt; a {
    font-weight: normal;
    margin-left: 10px;
    color: #ffffff;
    border: none;
    background-color: var(--base-main-color);
}

.detail-container .job__box .label__list li {
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 5px 15px;
    color: #ffffff;
}

.detail-container .job__box .label__list li.job-category__label {
    color: #333333;
    background-color: #eeeeee;
}

.detail-container .job__box .image__box {
    max-width: 670px;
    margin: 0 auto 30px;
}

.detail-container .job__box .information__table,
.detail-container .job__box .detail-btn__list {
    margin: 30px 0;
}

.detail-container .job__box .jobFreeHtmlBox img {
    max-width: 100%;
    object-fit: contain;
}

.job-info__list {
    font-weight: 600;
    margin-bottom: 30px;
    border-top: 1px dotted var(--base-border-color);
}

.job-info__list li {
    padding: 16px 10px 14px;
    border-bottom: 1px dotted var(--base-border-color);
}

.job-status__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.job-status__list li {
    margin-right: 10px;
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid var(--base-border-color);
    border-radius: 5px;
    background-color: #eeeeee;
}

/*---------------------------------------------------------------------------
  flyer
---------------------------------------------------------------------------*/
.flyer__box .inn {
    font-size: 108%;
    overflow: hidden;
    padding: 15px 0 20px;
}

.flyer__box h3.bdrBottom.title__box {
    font-size: var(--sub_ttl-fs);
}

.flyer__box h3.bdrBottom.title__box p {
    margin-top: 10px;
}

.flyer__box .article-title__header {
    font-size: var(--sub_ttl-fs);
    padding-bottom: 5px;
}

.flyer__box .image__box {
    display: flex;
    height: 120px;
    padding: 10px;
    border-bottom: 1px solid var(--base-border-color);
}

@media (min-width: 769px) {
    .flyer__box .image__box {
        height: 220px;
    }
}

.flyer__box .image__box img {
    max-height: 100%;
    object-fit: scale-down;
}

.flyer__box .information__box .information__header {
    margin-bottom: 10px;
}

.flyer__box .information__box .term__title {
    font-size: var(--description-font-size);
    font-weight: normal;
    margin-bottom: 5px;
}

.flyer__box .information__box .term-date {
    font-size: var(--description-font-size);
}

.flyer__box .flyer__help-box {
    margin-bottom: 20px;
    padding: 15px;
    border: 3px solid var(--base-border-color);
}

@media (min-width: 1025px) {
    .flyer__box .flyer__help-box {
        display: none;
    }
}

.flyer__box .flyer__help-box .infomration__header {
    font-size: calc(var(--description-font-size) + 3px);
    font-weight: normal;
    margin-bottom: 13px;
    padding-bottom: 10px;
    border-bottom: 1px solid var(--base-border-color);
}

.flyer__box .flyer__help-box-inner {
    display: flex;
    justify-content: space-evenly;
}

.flyer__box .flyer__help-list {
    padding: 0 10px;
    border-right: 1px solid var(--base-border-color);
}

.flyer__box .flyer__help-list:last-child {
    border-right: none;
}

.flyer__box .flyer__help-list dt {
    font-size: calc(var(--description-font-size) + 1px);
    font-weight: 600;
    margin-bottom: 5px;
}

.flyer__box .flyer__title {
    font-size: calc(var(--article-title-font-size) + 3px);
    font-weight: normal;
    line-height: 1.5;
    margin-bottom: 10px;
}

.flyer__box .flyer__iamge-box {
    margin-bottom: 10px;
    border: 1px solid var(--base-border-color);
}

.flyer__box .flyer-term-date {
    font-size: calc(var(--description-font-size) + 2px);
    font-weight: 600;
    text-align: right;
}

.flyer-other-link {
    text-decoration: underline;
}

.flyer-other-link:hover {
    text-decoration: none;
}

.flyer-category-box {
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    margin: -0.5rem 0 10px;
}

.flyer-category-box &gt; * {
    margin-top: 0.5rem;
    margin-left: 0 !important;
    margin-right: 0.3rem;
    padding: 0.2rem 0.5rem !important;
}

.flyer-category-box &gt; .flyer-readmore {
    cursor: pointer;
    text-decoration: underline;
    padding: 0.4rem 0 0 !important;
}

.flyer-category-box &gt; .flyer-readmore--plain,
.flyer-category-box &gt; .flyer-readmore:hover {
    text-decoration: none;
}

.flyer-tag-label {
    display: block;
    margin-left: 0.3rem;
    padding: 0.2rem 1rem;
    color: #333;
    border: 1px solid #CCC;
    white-space: nowrap;
}

.flyer-tag-label:before {
    content: '#';
}

.flyer-category-box--detail {
    font-size: 16px;
    margin-top: 10px;
}

.flyer-tag-label__hide {
    display: none;
}

a.flyer-help-btn {
    line-height: inherit;
    width: 90px;
    margin: 0;
    padding: 6px 25px;
    text-align: center;
    color: #333333;
    border: #bbbbbb 1px solid;
    background-color: #ffffff;
}

a.flyer-help-btn:before {
    font-family: FontAwesome, sans-serif;
    position: relative;
    left: -10px;
    display: inline-block;
    content: " \f059";
    color: var(--base-main-color);
}

.display-type--list.flyer__box .content__list .content__item.item--2col {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid var(--base-border-color);
    background-color: #ffffff;
    padding: 0;
    display: block;
}

@media (max-width: 480px) {
    .display-type--list.flyer__box .content__list .content__item.item--2col {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .display-type--list.flyer__box .content__list .content__item.item--2col {
        width: calc((100% - 32px) / 3);
        margin-bottom: 16px;
        margin-right: 16px;
    }
}

@media (max-width: 768px) {
    .display-type--list.flyer__box .content__list .content__item.item--2col:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .display-type--list.flyer__box .content__list .content__item.item--2col:nth-child(2n) {
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    .display-type--list.flyer__box .content__list .content__item.item--2col:nth-child(3n) {
        margin-right: 0;
    }
}

.display-type--list.flyer__box .content__list .content__item .image__box {
    width: 100%;
    display: flex;
    height: 220px;
    max-height: 220px;
    padding: 10px;
    border-bottom: 1px solid var(--base-border-color);
    background-color: #ffffff;
    max-width: initial;
}

.display-type--list.flyer__box .content__list .content__item .image__box img {
    width: 100%;
    object-fit: contain;
}

.display-type--list.flyer__box .content__list .content__item .information__box {
    margin-left: 0;
    padding: 16px;
}

#visual + main .display-type--list.flyer__box .content__list .content__item.item--2col {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    margin-right: 10px;
    border: 1px solid var(--base-border-color);
    background-color: #ffffff;
    padding: 0;
    display: block;
}

@media (max-width: 480px) {
    #visual + main .display-type--list.flyer__box .content__list .content__item.item--2col {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    #visual + main .display-type--list.flyer__box .content__list .content__item.item--2col {
        width: 100%;
        margin-right: 0;
    }
}

@media (min-width: 1025px) {
    #visual + main .display-type--list.flyer__box .content__list .content__item.item--2col {
        width: calc((100% - 32px) / 2);
        margin-bottom: 16px;
        margin-right: 16px;
    }
}

#visual + main .display-type--list.flyer__box .content__list .content__item.item--2col:nth-child(2n) {
    margin-right: 0;
}

@media (max-width: 768px) {
    #visual + main .display-type--list.flyer__box .content__list .content__item.item--2col:nth-child(2n) {
        margin-right: 0;
    }
}

#visual + main .display-type--list.flyer__box .content__list .content__item .image__box {
    width: 100%;
    display: flex;
    height: 220px;
    max-height: 220px;
    padding: 10px;
    border-bottom: 1px solid var(--base-border-color);
    background-color: #ffffff;
    max-width: initial;
}

#visual + main .display-type--list.flyer__box .content__list .content__item .image__box img {
    width: 100%;
    object-fit: contain;
}

#visual + main .display-type--list.flyer__box .content__list .content__item .information__box {
    margin-left: 0;
    padding: 16px;
}

/*---------------------------------------------------------------------------
  shopping
---------------------------------------------------------------------------*/
.detail-container .shopping__label {
    font-weight: normal;
    margin: 0 5px 0 0;
    padding: 5px 15px;
    font-size: 1.3rem;
}

.detail-container .shopping__box .image__box {
    margin: 0 auto 15px;
}

.detail-container .shopping__box .label__list {
    position: relative;
    margin-bottom: 12px;
}

.shopping__box .label__list {
    position: absolute;
    z-index: 10;
    top: 0;
    left: 0;
}

.shopping__box .review__box-inner {
    margin-bottom: 40px;
}

.thumbnail__list {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.thumbnail__list li {
    width: calc((100% - 30px) / 4);
    margin-bottom: 10px;
    border: 1px solid var(--base-border-color);
}

.thumbnail__list li + li {
    margin-left: 10px;
}

.thumbnail__list li img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-description__box {
    margin-bottom: 20px;
}

.product-description__box .information__header {
    margin-bottom: 10px;
}

.product-information__box .fee__box {
    margin-bottom: 20px;
    padding: 20px 15px 30px;
    border-top: 1px solid var(--base-border-color);
    background-color: #f5f5f5;
}

.product-information__box .detail-btn__list li {
    width: 320px;
}

@media (max-width: 480px) {
    .product-information__box .detail-btn__list li {
        margin: 10px 0 0;
    }
}

@media (min-width: 769px) and (max-width: 1024px) {
    .product-information__box .detail-btn__list li {
        margin: 10px 0 0;
    }
}

.product-information__box .detail-btn__list li a::before {
    font-size: 18px;
    margin-right: 10px;
}

.product-information__box .detail-btn__list li a.add-cart__btn {
    width: 100%;
    min-width: initial;
    justify-content: center;
}

.fee__box .fee-info__list {
    display: flex;
    align-items: baseline;
    justify-content: flex-start;
    margin-bottom: 15px;
}

.fee__box .fee-info__list dt {
    font-weight: normal;
}

.fee__box .fee-info__list dt::after {
    display: inline-block;
    margin: 0 3px;
    content: ":";
}

.fee__box .fee-info__list .fee__label {
    font-size: 17px;
    font-weight: 600;
    color: #ff0000;
}

.paymnent-status__list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: -8px;
}

.paymnent-status__list li {
    margin: 0 8px 8px 0;
    padding: 2px 8px;
    border: 1px solid var(--base-border-color);
    border-radius: 5px;
}

.shopping-annotation__box {
    line-height: 1.5;
    margin: 30px 0;
}

.shopping__label {
    font-size: 10px;
    font-weight: 600;
    margin: 0 4px 2px 0;
    padding: 4px;
    color: #ffffff;
    background-color: #eeeeee;
    white-space: nowrap;
}

.shopping__label.status-01 {
    background-color: #f4aaaa;
}

.shopping__label.status-02 {
    background-color: #b0d3ad;
}

.shopping__label.status-03 {
    background-color: #d3cdad;
}

.shopping__label.status-04 {
    background-color: #dbbcd2;
}

.shopping__label.status-05 {
    background-color: #99b7d0;
}

.price__label {
    font-weight: 600;
    position: absolute;
    right: 2px;
    bottom: 5px;
    padding: 6px 0 4px 6px;
    text-align: center;
    color: #d24a4a;
    background-color: #ffffff;
}

.shopping__box .information__box {
    display: flex;
    flex: 1;
    flex-direction: column;
    padding: 8px;
    word-break: break-all;
}

.review__box-body {
    width: 100% !important;
}

.display-type--list.shopping__box .content__list .content__item.item--2col {
    border-top: none;
}

.display-type--list.shopping__box .content__list .content__item .information__box {
    justify-content: flex-start;
    align-items: flex-start;
}

.display-type--list.shopping__box .content__list .content__item .information__box .information__header {
    width: 100%;
    padding-bottom: 4px;
    margin-bottom: 6px;
    font-weight: normal;
    color: #1772b8;
    border-bottom: 1px solid #eee;
}

.display-type--list.shopping__box .content__list .content__item .information__box .description__text {
    -webkit-line-clamp: 2 !important;
}

.display-type--list.shopping__box .content__list .content__item .label__list,
.display-type--list.shopping__box .content__list .content__item .price__label {
    position: static;
}

.display-type--list.shopping__box .content__list .content__item .label__list {
    margin-bottom: 5px;
}

.display-type--list.shopping__box .content__list .content__item .price__label {
    margin-bottom: 5px;
}

/*---------------------------------------------------------------------------
  カレンダー予約
---------------------------------------------------------------------------*/
.calendarReserveBox {
    display: flex;
    clear: both;
    flex-wrap: wrap;
}

.calendarReserveBox .calendarReserve {
    width: 100%;
    margin: 0 0 10px;
}

.calendarReserveBox .calendarReserve .calendar__table {
    width: 100%;
}

.calendarReserveBox .calendarReserve .calendar__table thead {
    font-size: .75rem;
    color: #333333;
    color: #ffffff;
    background-color: #dddddd;
    background-color: #808080;
}

.calendarReserveBox .calendarReserve .calendar__table th, .calendarReserveBox .calendarReserve .calendar__table td {
    font-weight: bold;
    width: calc(100% / 7);
    padding: 0;
    vertical-align: top;
    color: #333333;
    border: 1px solid #999999;
    border-color: #ccc;
}

.calendarReserveBox .calendarReserve .calendar__table th {
    padding: .4rem .5rem;
    font-size: 1.3rem;
    text-align: center;
    vertical-align: middle;
    border: 1px solid #999999;
    color: #FFF;
    height: auto;
}

.calendarReserveBox .calendarReserve .calendar__table th.sunday {
    color: #ffffff;
    background: #f27579;
}

.calendarReserveBox .calendarReserve .calendar__table th.saturday {
    color: #ffffff;
    background: #779dc4;
}

.calendarReserveBox .calendarReserve .calendar__table td {
    text-align: left;
    vertical-align: middle;
    height: 60px;
}

@media (max-width: 480px) {
    .calendarReserveBox .calendarReserve .calendar__table td {
        height: 50px;
    }
}

.calendarReserveBox .calendarReserve .calendar__table td a {
    min-height: 32px;
}

.calendarReserveBox .calendarReserve .calendar__table tbody tr:first-child td {
    padding-top: 0;
}

.calendarReserveBox .calendarReserve .calendar__table tbody td:hover {
    background-color: #ffe9a6;
}

.calendarReserveBox .calendarReserve .calendar__table tbody td.bgGray {
    background-color: #e1e1e1;
    background-color: #eaeaea;
}

.calendarReserveBox .calendarReserve .calendar__table tbody td .txtDay {
    font-size: 90%;
    font-weight: 400;
    min-height: 25px;
    margin: 0 5px;
    padding-top: 2px;
    text-align: left;
}

.calendarReserveBox .calendarReserve .calendar__table tbody td.sunday .txtDay {
    color: #f27579;
}

.calendarReserveBox .calendarReserve .calendar__table tbody td.saturday .txtDay {
    color: #779dc4;
}

.calendarReserveBox .calendarReserve .calendar__table tbody td dl {
    height: 100%;
}

.calendarReserveBox .calendarReserve .iconLabel {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 100px;
    background: #999999;
}

.reserveStatus {
    font-size: 16px;
    text-align: center;
    color: #303aea;
}

.reserveStatus.holiday {
    font-weight: 500;
    color: #aaaaaa;
}

.reserveStatus p {
    font-size: 78%;
    font-weight: 500;
}

img.tel_icon {
    width: 20px;
}

img.reserve_icon {
    width: 15px;
}

.noReserve {
    color: #f44336 !important;
}

.calendarControle {
    text-align: center;
}

.calendarControle ul {
    float: right;
    padding: 10px 0;
}

.calendarControle .calendarBtn {
    float: left;
}

.calendarControle .calendarBtn a {
    display: block;
    margin: 0 5px;
    padding: 5px 20px;
    color: #808080;
    border: 1px solid #808080;
    border-radius: 5px;
}

.calendarControle .calendarBtn a:hover {
    opacity: .7;
}

.calendar-search__box .move_box ul {
    padding: 0;
}

.calendar-search__box ul {
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
}

.calendarLoadBox {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px;
}

.calendarLoadBox img {
    width: 48px;
    height: 48px;
}

/*---------------------------------------------------------------------------
  公式サイト
---------------------------------------------------------------------------*/
.official__box .official-link__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}

.official__box .official-link__list li {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
}

@media (max-width: 480px) {
    .official__box .official-link__list li {
        width: 100%;
        margin: 0 0 10px 0;
    }
}

.official__box .official-link__list li:nth-of-type(2n) {
    margin-right: 0;
}

.official__box .official-link__btn {
    font-weight: 600;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px 0;
    color: #ffffff;
    background-color: #ffb516;
}

.official__box .official-link__btn::after {
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 25px;
    content: "\f138";
    transform: translateY(-50%);
}

/*---------------------------------------------------------------------------------------------
  メニュー予約（コース）
---------------------------------------------------------------------------------------------*/
.course__item {
    border: 1px solid var(--base-border-color);
}

.course__title {
    font-size: var(--info_ttl-fs);
    margin-bottom: 10px;
}

.content__item .course__title {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-size: var(--info_ttl-fs);
    margin-bottom: 10px;
}

.course__caption {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    margin-bottom: 5px;
    font-size: 1.3rem;
    color: #777;
}

.course__price {
    margin-bottom: 10px;
}

.course__price .price_prefix,
.course__price .price_suffix {
    font-size: 1.2rem;
}

.course__price .red {
    color: #D24A4A;
    font-weight: bold;
    font-size: 2rem;
}

.content__item .course__price {
    margin-bottom: 0;
}

.content__item .course__price .price_prefix,
.content__item .course__price .price_suffix {
    font-size: 1.2rem;
}

.course__table {
    width: 100%;
}

.course__table tr th,
.course__table tr td {
    border: 1px solid #D6D5D1;
    padding: 5px;
    font-size: 1.3rem;
}

.course__table tr th {
    width: 95px;
    background: #F3F2EE;
}

.course__table tr td {
    width: calc(100% - 95px);
}

.course__btn-box {
    text-align: center;
}

.course__btn {
    display: inline-block;
    padding: 10px;
    border: 1px solid;
    width: 150px;
    text-align: center;
    margin: 15px auto 0;
    background-color: #35b6eb;
    color: #FFF;
    border-color: #FFF;
    border-radius: 5px;
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .course__price .price_prefix,
    .course__price .price_suffix {
        font-size: 1.5rem;
    }

    article:not(.display-type--list) .content__course-list &gt; * {
        width: 100%;
    }

    article:not(.display-type--list) .content__course-list &gt; *:nth-child(2n) {
        margin-left: 0;
    }

    #top .course__price .red {
        font-size: 1.5rem;
    }
}

/* メニュー予約（コース）詳細 */
.course__inner {
    display: block;
    margin: 15px 0 10px;
    margin-bottom: 5rem;
}

.course__content-title {
    line-height: 1.3;
    margin: 20px 0 10px;
    border-bottom: #CCCCCC 1px solid;
    font-size: 120%;
}

.course__content-title span {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 0 0 7px;
    border-bottom: #000000 1px solid;
    font-weight: bold;
}

.course__detail-image {
    width: 100%;
}

.course__detail-image img {
    width: 100%;
}

.course__detail-image .slick-slider .prev,
.course__detail-image .slick-slider .next {
    position: absolute;
    top: 50% !important;
    height: 50px;
    width: 30px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    text-align: center;
    margin: -22px 0px 0px;
}

.course__detail-image .slick-slider .prev {
    left: 0px;
}

.course__detail-image .slick-slider .next {
    right: 0;
}

.course__detail-image .slick-slider .prev:before,
.course__detail-image .slick-slider .next:before {
    font-family: FontAwesome, sans-serif;
    display: block;
    font-size: 150%;
    color: #FFF;
}

.course__detail-image .slick-slider .prev:before {
    content: " \f053";
}

.course__detail-image .slick-slider .next:before {
    content: " \f054";
}

.course__detail-image .slick-dotted.slick-slider {
    margin-bottom: 30px;
}

.course__detail-image .slick-dots {
    position: absolute;
    bottom: -20px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}

.course__detail-image .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
}

.course__detail-image .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 4rem;
    height: 0.3rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
}

.course__detail-image .slick-dots li button:hover, .course__detail-image .slick-dots li button:focus {
    outline: none;
}

.course__detail-image .slick-dots li button:hover:before, .course__detail-image .slick-dots li button:focus:before {
    opacity: 1;
}

.course__detail-image .slick-dots li.slick-active button {
    background: #959595;
}

.course__detail-text {
    flex: 1;
    padding-top: 2rem;
}

.course__detail-price {
    font-size: 2rem;
    margin: 10px 0;
}

.course__detail-price .price_prefix, .course__detail-price .price_suffix {
    font-size: 80%;
}

.course__detail-price .red {
    color: #e00000;
    font-weight: bold;
    font-size: 120%;
}

.course__detail-table {
    width: 100%;
}

.course__detail-table tr th,
.course__detail-table tr td {
    border: 1px solid #D6D5D1;
    padding: 5px 10px;
    text-align: left;
}

.course__detail-table tr th {
    background-color: #F3F2EE;
    width: 150px;
    font-weight: normal;
}

.reserve__week-name {
    padding-top: 5px;
}

.reserve__week-name:first-of-type {
    padding-top: 0;
}

.course__form-box {
    position: relative;
    padding-bottom: 3rem;
}

.course__form-list {
    padding: 1.5rem;
    background-color: #f1f1f1;
}

.course__form-item {
    width: 100%;
    margin-bottom: 1.5rem;
}

.course__form-item:last-of-type {
    margin-bottom: 0;
}

.course__form-item_date .reserve-date_item {
    color: #333;
    border: 1px solid #CCC;
    padding: 0 10px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 0.9rem;
    background-color: #FFF;
    font-size: 1.5rem;
    display: block;
    text-decoration: none;
    text-align: left;
}

.course__form-item_date .reserve-date_item::before {
    font-family: FontAwesome;
    content: "\f073";
    font-size: 18px;
    position: absolute;
    left: 10px;
    color: #CCC;
}

.course__form-item_date .reserve-date_item::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    color: #333;
}

.course__form-item .course__form-item_dummy {
    color: #333;
    border: 1px solid #CCC;
    padding: 0 10px;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    cursor: pointer;
    position: relative;
    padding-left: 35px;
    font-size: 0.9rem;
    background-color: #FFF;
    font-size: 1.5rem;
    display: block;
    text-decoration: none;
}

.course__form-item .course__form-item_dummy::before {
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 10px;
    color: #CCC;
}

.course__form-item .dummy__item-time::before {
    content: "\f017";
}

.course__form-item .dummy__item-num::before {
    content: "\f007";
}

.course__form-item .course__form-item_dummy::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    color: #333;
}

.course__form-item .easy-select-box {
    width: 100% !important;
    margin: 0;
}

.course__form-item .easy-select-box .esb-displayer {
    color: #333;
    border: 1px solid #CCC;
    cursor: pointer;
    font-size: 0.9rem;
    background-color: #FFF;
    font-size: 1.5rem;
}

.course__form-item .easy-select-box .esb-displayer::after {
    font-family: FontAwesome;
    content: "\f107";
    font-size: 20px;
    position: absolute;
    right: 10px;
    color: #333;
}

.course__form-item .easy-select-box .esb-dropdown {
    width: 100% !important;
}

.course__form-item_time .easy-select-box .esb-displayer,
.course__form-item_num .easy-select-box .esb-displayer {
    padding-left: 35px;
}

.course__form-item_time .easy-select-box .esb-displayer::before,
.course__form-item_num .easy-select-box .esb-displayer::before {
    font-family: FontAwesome;
    font-size: 20px;
    position: absolute;
    left: 10px;
    color: #CCC;
}

.course__form-item_time .easy-select-box .esb-displayer::before {
    content: "\f017";
}

.course__form-item_num .easy-select-box .esb-displayer::before {
    content: "\f007";
}

.course__form-btn {
    display: block;
    margin: 15px auto;
    padding: 10px;
    border: 1px solid;
    width: 200px;
    text-align: center;
    background: #35b6eb;
    color: #FFF;
    border-color: #FFF;
    border-radius: 5px;
    font-size: 108%;
}

.course__form-btn:hover {
    color: #FFF;
}

.course__content-data {
    padding: 10px;
    background: #ebebeb;
}

.course__form-calendar_box {
    display: none;
    position: absolute;
    top: 65%;
    width: 100%;
    background: #FFF;
    border: 1px solid #999;
    padding: 30px 50px;
}

.course__form-calendar_item {
    margin: 0 10px !important;
}

.course__form-calendar_box .calendar__table tbody td .txtDay {
    font-size: 1.1rem;
    font-weight: 400;
    min-height: 25px;
    margin: 0;
    padding: 2px 3px 0;
    display: block;
}

.course__form-calendar_box .calendar__table tbody td {
    font-weight: bold;
    width: calc(100% / 7);
    height: 60px;
    padding: 0;
    vertical-align: top;
    color: #333333;
    border: 1px solid #999999;
    border-color: #CCC;
}

.course__form-calendar_box .calendar-month {
    font-size: 1.8rem;
    font-weight: bold;
}

.course__form-calendar_box .reserveStatus {
    display: flex;
    justify-content: center;
}

.course__form-calendar_box img.tel_icon {
    width: 17px;
}

.course__form-calendar_box img.reserve_icon {
    width: 14px;
}

.course__form-calendar_box .slick-slider .slick-next,
.course__form-calendar_box .slick-slider .slick-prev {
    width: 30px;
    height: 30px;
    position: absolute;
    z-index: 2;
}

.course__form-calendar_box .slick-slider .slick-prev {
    left: -25px;
}

.course__form-calendar_box .slick-slider .slick-next {
    right: -25px;
}

.course__form-calendar_box .slick-slider .slick-next::before,
.course__form-calendar_box .slick-slider .slick-prev::before {
    font-size: 30px;
    line-height: 30px;
    color: #000;
}

.course__form-calendar_close {
    position: absolute;
    top: 5px;
    right: 10px;
}

.course__form-calendar_close::before {
    font-family: FontAwesome;
    content: "\f00d";
    font-size: 2rem;
}

.shop__caontainer--2col main .course__form-calendar_box .calendar__table tbody td .txtDay {
    font-size: 1rem;
    min-height: 20px;
}

.shop__caontainer--2col main .course__form-calendar_box .calendar__table tbody td {
    height: 50px;
}

@media (max-width: 767px) {
    .course__inner {
        display: block;
    }

    .course__detail-image {
        float: none;
        width: 100%;
    }

    .course__form-box {
        padding-bottom: 1rem;
    }

    .course__form-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 1rem;
    }

    .course__form-item:last-of-type {
        margin-bottom: 0;
    }

    .course__form-calendar_box {
        top: 40%;
        padding: 50px 20px 20px;
    }

    .course__form-calendar_item {
        margin: 0 !important;
    }

    .course__form-calendar_box .calendar-month {
        text-align: center;
    }

    .course__form-calendar_box .slick-slider .slick-next,
    .course__form-calendar_box .slick-slider .slick-prev {
        width: 25px;
        height: 25px;
        top: 15px;
    }

    .course__form-calendar_box .slick-slider .slick-prev {
        left: 5px;
    }

    .course__form-calendar_box .slick-slider .slick-next {
        right: 5px;
    }

    .course__form-calendar_box .slick-slider .slick-next::before,
    .course__form-calendar_box .slick-slider .slick-prev::before {
        font-size: 25px;
        line-height: 25px;
    }

    .course__form-calendar_box .calendar__table tbody td {
        height: 40px;
    }

    .course__form-calendar_box .calendar__table tbody td .txtDay {
        font-size: 1rem;
        padding: 2px 3px 0;
        min-height: 20px;
    }

    .course__form-calendar_box .calendar__table tbody td p.reserveStatus {
        padding-top: 0;
    }

    .shop__caontainer--2col main .course__form-calendar_box .calendar__table tbody td {
        height: 40px;
    }
}

/* カレンダー予約（スケジュール機能版） */
.schedule__calendar-box {
    width: 100%;
    max-width: 910px;
    border: none !important;
    margin: 0 auto;
}

.schedule__calendar-box .schedule_calendar__table {
    width: 100%;
    border-collapse: collapse;
    table-layout: fixed;
}

.schedule__calendar-box .schedule_calendar__table thead th {
    padding: 0.4rem;
    vertical-align: middle;
    text-align: center;
    border: 1px solid #999;
    background-color: #808080;
    color: #FFF;
    border-color: #CCC;
}

.schedule__calendar-box .schedule_calendar__table thead th.sunday {
    background: #f27579;
}

.schedule__calendar-box .schedule_calendar__table thead th.saturday {
    background: #779dc4;
}

.schedule__calendar-box .schedule_calendar__table tbody td {
    height: 80px;
    width: 14%;
    width: calc(100% / 7);
    border: 1px solid #999;
    vertical-align: top;
    border-color: #CCC;
    position: relative;
}

.schedule__calendar-box .schedule_calendar__table tbody td.bgGray {
    background-color: #eaeaea;
}

.schedule__calendar-box .schedule_calendar__table tbody td.sunday .dateTxt {
    color: #f27579;
}

.schedule__calendar-box .schedule_calendar__table tbody td.saturday .dateTxt {
    color: #779dc4;
}

.schedule__calendar-box .schedule_calendar__table tbody td.today .dateTxt {
    color: #FFF;
    background-color: #ffa800;
}

.schedule__calendar-box .schedule_calendar__table tbody td .dateTxt {
    color: #333;
    background-color: none;
    padding: 0;
    margin: 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    font-weight: bold;
}

.schedule__calendar-box .schedule_calendar__table tbody td .schedule {
    width: 100%;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}

.schedule__calendar-box .schedule_calendar__table tbody td .schedule a {
    text-decoration: underline;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    font-size: 1.4rem;
}

.schedule__calendar-box .schedule_calendar__table tbody td .schedule a:hover {
    text-decoration: none;
}

.schedule__calendar-box .schedule_calendar__table tbody td .schedule_holiday {
    text-align: right;
    width: 100%;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
    color: #999;
    position: absolute;
    top: 0;
    right: 5px;
}

.schedule__calendar-box .descriptionBox {
    display: none;
}

.schedule__calendar-box .reserveBtn {
    text-align: center;
    margin: 1.5rem 0 0;
}

.schedule__calendar-box .reserveBtn a {
    color: #FFF;
    background: #ffa800;
    display: inline-block;
    width: 200px;
    padding: 15px 10px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 10px;
    border-radius: 50px;
}

.schedule-modal__box {
    max-width: 500px;
    min-width: 300px;
}

.schedule-modal__box .schedule-modal__headline {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: left;
}

.schedule-modal__box .schedule-modal__item {
    padding-top: 10px;
    font-size: 1.5rem;
}

.schedule-link__btn {
    line-height: 1;
    align-items: center;
    display: flex;
    justify-content: center;
    max-width: 150px;
    margin-top: 16px;
    padding: 7px 15px;
    border: var(--base-border-color) 1px solid;
    border-radius: 24px;
    background: #ffffff;
    float: right;
    font-size: 1.3rem;
}

.schedule-link__btn::after {
    font-family: FontAwesome, sans-serif;
    content: " \f138";
    display: inline-block;
    margin-left: 8px;
    color: inherit;
}

@media (max-width: 767px) {
    .schedule__calendar-box .calendar-search__box {
        padding: 0;
    }

    .schedule__calendar-box .calendar-search__box ul {
        font-size: 1.7rem;
    }
}

/* カレンダー予約（スケジュール機能スマホ版） */
.schedule__calendar-box .sp_schedule_box {
    position: relative;
    overflow: hidden;
}

.schedule__calendar-box .sp_schedule_box.is-hide {
    height: 300px;
}

.schedule__calendar-box .sp_schedule_box.is-hide::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 40px;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5)));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5));
}

.schedule__calendar-box .sp_schedule_box .grad-trigger {
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    width: 148px;
    margin: auto;
    padding: .5em 0;
    border-radius: 2px;
    background: #009e8f;
    color: #fff;
    text-align: center;
    cursor: pointer;
    transition: .2s ease;
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}

.schedule__calendar-box .sp_schedule_box .grad-trigger:before {
    font-family: FontAwesome;
    content: "\f107";
    position: absolute;
    right: 10px;
}

.schedule__calendar-box .sp_schedule_box.is-show .grad-trigger {
    display: none;
}

.schedule__calendar-box .sp_schedule_table {
    width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
}

.schedule__calendar-box .sp_schedule_table tr.bgGray {
    background-color: #eaeaea;
}

.schedule__calendar-box .sp_schedule_table tr td {
    border: 1px solid #CCC;
    padding: 0.5rem 0.7rem;
    font-size: 1.5rem;
}

.schedule__calendar-box .sp_schedule_table tr td.dateBox {
    width: 100px;
}

.schedule__calendar-box .sp_schedule_table tr td .dateLabel {
    font-weight: bold;
}

.schedule__calendar-box .sp_schedule_table tr.sunday td .dateLabel {
    color: #f27579;
}

.schedule__calendar-box .sp_schedule_table tr.saturday td .dateLabel {
    color: #779dc4;
}

.schedule__calendar-box .sp_schedule_table tr td p.schedule {
    font-size: 1.3rem;
    padding: 3px 0;
}

.schedule__calendar-box .sp_schedule_table tr td p.schedule a {
    text-decoration: underline;
}

.schedule__calendar-box .sp_schedule_table tr td p.schedule_holiday {
    font-size: 1.3rem;
    color: #999;
}

/* 営業カレンダー（サイド版） */
.side__reserve-calendar {
    border: 1px solid #999;
}

.side__reserve-calendar .calendar-search__box ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0.5rem;
    font-size: 1.7rem;
    font-weight: bold;
    padding: 10px 10px 0;
}

.side__reserve-calendar .calendar__table {
    width: 100%;
}

.side__reserve-calendar .calendar__table thead {
    font-size: 1.4rem;
    background-color: #808080;
    color: #FFF;
}

.side__reserve-calendar .calendar__table th,
.side__reserve-calendar .calendar__table td {
    padding: 0.2rem 0.5rem;
    vertical-align: middle;
    text-align: center;
}

.side__reserve-calendar .calendar__table th {
    border: 1px solid #999;
}

.side__reserve-calendar .calendar__table th:first-child {
    border-left: none;
}

.side__reserve-calendar .calendar__table th:last-child {
    border-right: none;
}

.side__reserve-calendar .calendar__table th.sunday {
    background: #f27579;
    color: #FFF;
}

.side__reserve-calendar .calendar__table th.saturday {
    background: #779dc4;
    color: #FFF;
}

.side__reserve-calendar .calendar__table tbody th,
.side__reserve-calendar .calendar__table tbody td {
    padding: 0;
    width: 43px;
    height: 43px;
    border: 1px solid #999;
    color: #303aea;
    font-weight: bold;
}

.side__reserve-calendar .calendar__table tbody td.bgGray {
    background-color: #eaeaea;
}

.side__reserve-calendar .calendar__table tbody tr td:first-child {
    border-left: none;
}

.side__reserve-calendar .calendar__table tbody tr td:last-child {
    border-right: none;
}

.side__reserve-calendar .calendar__table tbody tr:first-child td {
    padding-top: 5px;
    height: 48px;
}

.side__reserve-calendar .calendar__table td {
    position: relative;
    cursor: pointer;
}

.side__reserve-calendar .calendar__table td a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 32px;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #6d6d6d;
    margin: auto;
    width: 32px;
    height: 32px;
}

.side__reserve-calendar .calendar__table td span {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 30px;
    border-radius: 50%;
    border: 1px solid transparent;
    color: #333;
    margin: auto;
    font-size: 1.5rem;
}

.side__reserve-calendar .calendar__table td span.holiday {
    border: none;
}

.side__reserve-calendar .calendar__table td span.full {
    border: none;
}

.side__reserve-calendar .calendar__table td.sunday span {
    color: #f27579;
}

.side__reserve-calendar .calendar__table td.saturday span {
    color: #779dc4;
}

.side__reserve-calendar .calendar__table td.today span {
    background-color: #ffa800;
    color: #FFF;
}

.side__reserve-calendar .calendar__table td .fukidashi {
    display: none;
    width: 100%;
    position: absolute;
    top: -30px;
    left: 0;
    padding: 0;
    border-radius: 5px;
    background: #f27579;
    color: #fff;
    font-weight: 500;
}

.side__reserve-calendar .calendar__table td .fukidashi:after {
    position: absolute;
    width: 0;
    height: 0;
    left: 0;
    bottom: -23px;
    margin-left: 10px;
    border: solid transparent;
    border-color: rgba(51, 204, 153, 0);
    border-top-color: #f27579;
    border-width: 14px;
    pointer-events: none;
    content: " ";
}

.side__reserve-calendar .calendar__table td .fukidashi.colorGray {
    background: #808080;
}

.side__reserve-calendar .calendar__table td .fukidashi.colorGray:after {
    border-top-color: #808080;
}

.side__reserve-calendar .calendar__table td:hover .fukidashi {
    display: block;
}

.side__reserve-calendar .calendar__table td a:hover {
    opacity: 1 !important;
}

.side__reserve-calendar .reserveBtn {
    text-align: center;
    padding: 1.5rem 0;
}

.side__reserve-calendar .reserveBtn a {
    color: #FFF;
    background: #0080EB;
    display: inline-block;
    width: 150px;
    padding: 5px;
    font-weight: bold;
    text-align: center;
}

.reserve__modal-headline {
    font-size: 1.7rem;
    font-weight: bold;
    text-align: center;
}

.reserve__modal-btn {
    display: block;
    width: 100%;
    min-width: 270px;
    padding: 10px;
    border: 1px solid;
    margin-top: 15px;
    position: relative;
    background-color: #ffa800;
    border-color: #ffa800;
    color: #FFF;
    font-weight: bold;
    font-size: 1.4rem;
}

.reserve__modal-btn:after {
    font-family: FontAwesome;
    content: '\f105';
    position: absolute;
    right: 10px;
}

.reserve__modal-btn:hover {
    color: #FFF;
}

/*  */
.course__menu-box {
    border: 2px solid #333;
    padding: 15px 10px;
    margin-bottom: 15px;
}

.course__menu-box .course__menu-inner {
    display: flex;
    align-items: start;
    justify-content: center;
    margin: 15px 0 10px;
    margin-bottom: 3rem;
}

@media (max-width: 768px) {
    .course__menu-box .course__menu-inner {
        flex-direction: column;
    }
}

.course__menu-box .course__menu-image {
    float: left;
    width: 40%;
    margin-right: 20px;
}

@media (max-width: 768px) {
    .course__menu-box .course__menu-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 10px;
    }
}

.course__menu-box .course__menu-image .thumb img {
    width: 100%;
}

.course__menu-box .course__menu-image .thumb.slick img {
    width: 100%;
}

.course__menu-box .course__menu-image .slick-slider .prev, .course__menu-box .course__menu-image .slick-slider .next {
    position: absolute;
    top: 50% !important;
    height: 50px;
    width: 30px;
    line-height: 50px;
    background-color: rgba(0, 0, 0, 0.15);
    cursor: pointer;
    z-index: 10;
    text-align: center;
    margin: -22px 0px 0px;
}

.course__menu-box .course__menu-image .slick-slider .prev:before, .course__menu-box .course__menu-image .slick-slider .next:before {
    font-family: FontAwesome, sans-serif;
    display: block;
    font-size: 150%;
    color: #FFF;
}

.course__menu-box .course__menu-image .slick-slider .prev {
    left: 0px;
}

.course__menu-box .course__menu-image .slick-slider .prev:before {
    content: " \f053";
}

.course__menu-box .course__menu-image .slick-slider .next {
    right: 0px;
}

.course__menu-box .course__menu-image .slick-slider .next:before {
    content: " \f054";
}

.course__menu-box .course__menu-image .slick-slider .slick-inner {
    position: relative;
}

.course__menu-box .course__menu-image .slick-slider .slick-caption {
    position: absolute;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    width: 100%;
    color: #FFF;
    padding: 5px;
}

.course__menu-box .course__menu-image .slick-slider .slick-dots {
    position: absolute;
    bottom: 10px;
    display: flex;
    justify-content: center;
    width: 100%;
}

.course__menu-box .course__menu-image .slick-slider .slick-dots li {
    margin: 0 0.5rem;
}

.course__menu-box .course__menu-image .slick-slider .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 4rem;
    height: 0.3rem;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #ccc;
}

.course__menu-box .course__menu-image .slick-slider .slick-dots li.slick-active button {
    background: #ffa800;
}

.course__menu-box .course__menu-title {
    font-size: 1.9rem;
    font-weight: bold;
}

.course__menu-box .course__menu-content {
    flex: 1;
}

.course__menu-box .course__menu-content .course__menu-description {
    padding: 10px;
    background: #ebebeb;
    font-size: 1.5rem;
}

.course__menu-box .course__menu-content .price_text {
    font-size: 2rem;
    margin: 0 0 10px;
}

.course__menu-box .course__menu-content .price_text .price_prefix, .course__menu-box .course__menu-content .price_text .price_suffix {
    font-size: 70%;
}

.course__menu-box .course__menu-content .price_text .normal_price {
    text-decoration: line-through;
}

.course__menu-box .course__menu-content .price_text .red {
    color: #e00000;
    font-weight: bold;
}

.course__menu-box .dotLine {
    border-style: dashed;
    border-color: #999;
}

.course__menu-info .course__menu-pr {
    margin: 10px 0;
    font-size: 1.5rem;
}

.course__menu-info .course__menu-pr::before {
    font-family: FontAwesome;
    content: '\f087';
    margin-right: 10px;
}

.course__menu-info .course__menu-table {
    width: 100%;
    font-size: 1.5rem;
}

.course__menu-info .course__menu-table th, .course__menu-info .course__menu-table td {
    width: 16%;
    border: 1px solid;
    padding: 5px;
    vertical-align: middle;
}

.course__menu-info .course__menu-table th {
    background: #e9eef6;
}

.course__menu-info .course__menu-table .course__menu-note {
    padding: 15px 0 10px;
    font-size: 1.3rem;
    color: #555;
}

.course__menu-info .course__reserve-btn {
    padding: 10px;
    border: 1px solid;
    width: 200px;
    text-align: center;
    display: block;
    margin: 15px auto;
    background: #ffa800;
    color: #FFF;
    border-color: #FFF;
    border-radius: 5px;
    font-size: 1.5rem;
}

.course__menu-info .course__reserve-btn:hover {
    color: #FFF;
}

.course__menu-form .course__menu-form_title {
    line-height: 1.3;
    margin: 20px 0 10px;
    border-bottom: #CCCCCC 1px solid;
    font-size: 100%;
}

.course__menu-form .course__menu-form_title span {
    display: inline-block;
    margin: 0 0 -1px;
    padding: 0 0 7px;
    border-bottom: #000000 1px solid;
    font-weight: bold;
}

.course__menu-form .course__menu-form_list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 10px;
    background-color: #f1f1f1;
}

.course__menu-detail {
    margin: 20px 0;
}

.course__menu-detail .course__detail-inner {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 20px;
    background: #ffdeb5;
    border-radius: 10px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .course__menu-detail .course__detail-inner {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .course__menu-detail .course__detail-inner {
        flex-direction: column;
    }
}

.course__menu-detail .course__detail-inner .course__menu-image {
    float: left;
    width: 200px;
    margin-right: 20px;
}

@media (min-width: 769px) and (max-width: 1024px) {
    .course__menu-detail .course__detail-inner .course__menu-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

@media (max-width: 480px) {
    .course__menu-detail .course__detail-inner .course__menu-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }
}

.course__menu-detail .course__detail-inner .course__menu-image .courseImg {
    width: 100%;
    height: 150px;
    transition: all 300ms ease-out;
    position: relative;
    background-color: #ffdeb5;
}

.course__menu-detail .course__detail-inner .course__menu-image .courseImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;';
}

@media (min-width: 769px) and (max-width: 1024px) {
    .course__menu-detail .course__detail-inner .course__menu-image .courseImg img {
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
}

@media (max-width: 480px) {
    .course__menu-detail .course__detail-inner .course__menu-image .courseImg img {
        object-fit: contain;
        font-family: 'object-fit: contain;';
    }
}

.course__menu-detail .course__detail-inner .course__menu-text {
    flex: 1;
}

.course__menu-detail .course__detail-inner .course__menu-text h3 {
    font-size: 1.8rem;
    font-weight: bold;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .course__menu-detail .course__detail-inner .course__menu-text h3 {
        font-size: 1.5rem;
    }
}

.course__menu-detail .course__detail-inner .course__menu-text .price_text {
    font-size: 2rem;
}

@media (max-width: 768px) {
    .course__menu-detail .course__detail-inner .course__menu-text .price_text {
        font-size: 1.6rem;
    }
}

.course__menu-detail .course__detail-inner .course__menu-text .price_prefix,
.course__menu-detail .course__detail-inner .course__menu-text .price_suffix {
    font-size: 75%;
}

.course__menu-detail .course__detail-inner .course__menu-text .normal_price {
    text-decoration: line-through;
}

.course__menu-detail .course__detail-inner .course__menu-text .red {
    color: #e00000;
    font-weight: bold;
    font-size: 120%;
}

.course__menu-detail.seatOnlyBox .course__detail-inner {
    display: block;
    background: #ececec;
}

.course__menu-detail.seatOnlyBox .course__detail-inner p {
    font-size: 115%;
    font-weight: bold;
}

/* コースメニューカレンダー */
.course-calendar__control ul {
    font-size: 1.8rem;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    margin-bottom: .5rem;
}

.course-calendar__table {
    width: 100%;
    border-collapse: collapse;
    border: 1px solid #999;
}

.course-calendar__table th,
.course-calendar__table td {
    padding: 0.3rem 0.5rem;
    vertical-align: middle;
    text-align: center;
    width: 14% !important;
    width: calc(100% / 7) !important;
}

.course-calendar__table th {
    background-color: #808080;
    border: 1px solid #999;
    color: #fff;
    font-size: 1.2rem;
}

.course-calendar__table th.sunday {
    background: #f27579;
}

.course-calendar__table th.saturday {
    background: #779dc4;
}

.course-calendar__table th:first-child {
    border-left: none;
}

.course-calendar__table th:last-child {
    border-right: none;
}

.course-calendar__table td {
    vertical-align: top;
    font-weight: bold;
    border: 1px solid #999;
    height: 50px;
    padding: 0;
    text-align: left;
    padding: 0.3rem;
}

.course-calendar__table td:hover {
    background-color: #ffe9a6;
}

.course-calendar__table td:first-child {
    border-left: none;
}

.course-calendar__table td:last-child {
    border-right: none;
}

.course-calendar__table td.bgGray {
    background-color: #eaeaea;
    padding: 0.3rem;
}

.course-calendar__table td.bgTel:hover {
    background-color: #ffc0b4;
}

.course-calendar__table td a {
    display: block;
    width: 100%;
    height: 100%;
}

.course-calendar__table td.bgGray a {
    background-color: #eaeaea;
    padding: 0;
}

.course-calendar__table td a:hover {
    background-color: #ffc0b4;
}

.course-calendar__table td span {
    display: block;
    padding-left: 2px;
    font-size: 1.2rem;
}

.course-calendar__table td.sunday span {
    color: #f27579;
}

.course-calendar__table td.saturday span {
    color: #779dc4;
}

.course-calendar__table td p {
    text-align: center;
    font-size: 1.5rem;
    margin: 2px 0;
    color: #5d9df2;
}

.course-calendar__table td .tel_icon {
    width: 18px;
}


.visual-title__flex {
    position: fixed;
    height: 50px;
    width: 50%;
    top: calc(50% - 50px/2);
    left: 0;
    z-index: 999;
    display: flex;
    justify-content: center;
    text-align: center;
    opacity: 0;
}

.visual-title__box {
    font-weight: bold;
    font-family: 'Montserrat', sans-serif;
    color: #FFF;
    filter: drop-shadow(0.2rem 0.2rem 0.3rem #000);
    text-shadow: 0px 0px 4px #000000;
}

.visual-title__main {
    font-size: 3.5rem;
    letter-spacing: 0.05em;
}

.visual-title__sub {
    font-size: 2rem;
}
</pre></body></html>