@import url('https://fonts.googleapis.com/css2?family=Questrial&display=swap');

body {
    font-family: "Noto Sans JP", "メイリオ", Meiryo, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", sans-serif;
    font-weight: 100;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

.questrial {
    font-family: 'Questrial', sans-serif;
}

.color_reverse,
.color_reverse a,
.color_reverse a:visited {
    color: #666;
}

.color_reverse a:hover {
    opacity: 1;
    color: #fff;
}

.under_line a,
.under_line a:visited {
    text-decoration: underline;
}

.under_line a:hover {
    opacity: 1;
    text-decoration: none;
}


/* carousel */
.carousel_top {
    margin-top: 60px;
}

#carouselExampleFade {
    opacity: 0;
    transition: opacity 2s;
}

.carousel-indicators {
    margin-bottom: -28px;
}

.carousel_100 {
    top: 0;
    width: 100vw;
    height: 100vh;
    object-fit: cover;
    object-position: center top;
}

/* nav */
#navbar_top_bar {
    opacity: 0;
    transition: opacity 2s;
}

/* 初期メニュー */
.navbar_top {
    position: absolute;
    top: 30px;
    width: 100%;
    z-index: 3;
}

#navbar_top_bar.dnone {
    opacity: 0;
}

.navbar_top_menu a,
.navbar_top_menu a:visited {
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

.navbar_top_menu a:hover {
    color: #fff;
}

.navbar_00_pc {
    position: absolute;
    top: 120px;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.navbar_00_pc img {
    width: 145px;
}

.navbar_menu_pc {
    display: none !important;
}

.fadeDown {
    animation-name: fadeDownAnime;
    animation-duration: 0.5s;
    animation-fill-mode: forwards;
    opacity: 0;
    display: block !important;
}

@keyframes fadeDownAnime {
    from {
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.navbar_menu_pc,
.navbar_menu {
    background-color: #1f2227;
    border-top: solid 2px #353739;
}

.navbar_01_pc,
.navbar_01_sm {
    text-align: center;
    background-color: #000;
    padding: 14px;
}

.navbar_01_sm {
    padding: 0;
}

.logo_01_pc {
    width: 100px;
}

.logo_02_pc {
    text-align: right;
    width: 160px;
}

ul.drop_menu,
ul.drop_menu ul {
    list-style-type: none;
    list-style-position: inside;
    padding-left: 0;
}

a.cart_pc {
    display: block;
    padding: 7px;
    text-align: center;
    width: 285px;
    height: 50px;
    background: linear-gradient(to top right, #7c5100, #e6c85c);
}

.cart_btn_pc {
    position: relative;
    display: inline-flex;
    gap: 4px;
    align-items: center;
}

.cart_btn_pc .bi-cart2 {
    font-size: 18px;
    /* アイコンサイズを調整 */
}

.cart_icon_pc {
    width: 28px;
}

.cart_btn_pc .badge {
    position: absolute;
    font-size: 9.8px;
    padding: 2px 3px;
    top: 0;
    right: 87px;
}

/* itemflavor */
.cart_button {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    color: #fff;
    background: linear-gradient(to top right, #7c5100, #e6c85c);
    border-radius: 2rem !important;
}

.cart_button:hover {
    background: linear-gradient(to top right, #5a3b01, #a69043);
}

/* eyechache or 各ページのトップ (sp)*/
.page_eyecatch,
.ord_page_top {
    margin-top: 100px;
}

.page_eyecatch_img {
    margin-top: 38px;
}

/* ラインナップ */
.img_box {
    position: relative;
    display: inline-block;
}

.img_box img {
    display: block;
    width: 100%;
    height: auto;
}

.overlay-text {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    background: linear-gradient(45deg, #7c5100 0%, #e6c85c 100%);
    opacity: 0;
    transition: opacity 0.5s;
    text-align: left;
    font-size: 11px;
    padding: 1.2rem 0.8rem 0;
    margin: 0;
}

.overlay-text.show {
    animation: fadeInUp 0.5s ease forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
    }

    to {
        opacity: 0.9;
    }
}

.footer_menu_end_sm {
    background-color: #000;
    font-size: 11px;
}

.footer_list_box_01 {
    border-top: solid 1px #353739;
    border-bottom: solid 1px #353739;
}

.footer_list_box_02 {
    border-bottom: solid 1px #353739;
    padding-right: 0;
    padding-left: 0;
}

.footer_list_item_03 {
    background-color: #1f2227;
}

.footer_list_item_01 {
    /*border-right: solid 1px #353739;*/
    border-right: solid 1px #333;
}

.no-outline {
    outline: none;
}

/* ハンバーガーメニュー */
.offcanvas {
    margin-top: 1px;
    background-color: #1f2227 !important;
}

.offcanvas_menu {
    display: block !important;
    margin: 0;
    height: 0;
}

/*
.offcanvas_button {
    display: block !important;
    margin: -50px 0 0 6px;
    padding-bottom: 15px;
    background-color: #1f2227 !important;
    border: none;
    color: transparent;
    outline: none;
}
*/
.offcanvas_logo {
    display: block !important;
    margin: 0;
    padding: 2px 0;
    width: 100% !important;
    height: 15px !important;
    text-align: center !important;
    background-color: #1f2227 !important;
}

.offcanvas_list {
    padding: 0 20px !important;
}

.offcanvas_list_box {
    padding: 0 !important;
    border-bottom: solid 1px #353739;
}

.offcanvas_list_item {
    display: block;
    padding: 18px 0;
    text-align: left;
}

a:hover.offcanvas_list_item {
    background-color: #1f2227
}

a:hover.footer_list_item_01,
a:hover.footer_list_item_02 {
    background-color: #1f2227;
}

/* スマホ nav */
.bar_menu_sp {
    text-align: center;
    height: 38px;
    width: 38px;
}

.bar_menu_sp img {
    width: 30px;
}

.bar_menu_sp span {
    display: block;
    font-size: 8px;
    padding-top: 1px;
}

.cart_btn_sp {
    text-align: center;
    width: 30px;
}

.cart_btn_sp img {
    width: 20px;
}

.cart_btn_sp span.cart {
    display: block;
    text-align: center;
    font-size: 8px;
}

.cart_btn_sp .badge {
    position: absolute;
    font-size: 11px;
    padding: 3px 4px;
    top: 1px;
    right: 19px;
}

.navbar_sp {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 15px;
    font-size: 8px;
    background-color: #1f2227;
}

.navbar_sp a {
    margin: 0 auto;
}

.bar_menu_icon_sm {
    width: 46px;
}

.logo_01_sm {
    width: 88px;
}


.navbar-toggler {
    display: inline;
}

.tops {
    margin-top: 32px;
}

.pt-page {
    padding-top: 50px;
}

.pt-dan {
    padding-top: 28px;
}

.breadcrumb a {
    text-decoration: none;
}

/*-------------------------------------------*/
/* Slider                                    */
/*-------------------------------------------*/

#loading {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

#loader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    background: #333;
    z-index: 1;
}

.slider {
    text-align: center;
    background-color: #000;
    margin: 0;
    padding: 0;
}

.slider-pro {
    margin: 0 auto;
}

.sp-text-white {
    color: #fff;
}

.sp-slide {
    height: 72vh;
}

.slider-pro p.sp-layer {
    font-size: 240%;
    line-height: 120%;
    text-shadow: 2px 2px 4px #888, -2px -2px 4px #888, -2px 2px 4px #888, 2px -2px 4px #888;
}

/*丸め角丸*/
.rounded-c75 {
    border-radius: 0.75rem !important;
}

/*写真マウスオーバー*/
.fades {
    transition: all 1s ease-out;
}

a:hover .fades {
    opacity: 0.5;
    filter: brightness(102%);
    -webkit-transform: scale(0.97);
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}

/* 注文完了 */
h2.secondary {
    display: inline-block;
    border-top: none;
    border-bottom: solid 4px #7c5100;
    font-size: 1.85rem;
    margin: 1rem auto;
    padding: 0.25rem 1em;
}

h2.success {
    border-top: solid 1px #2ca35e;
    border-bottom: solid 1px #2ca35e;
}

h2.info {
    border-top: solid 2px #fbca4d;
    border-bottom: solid 2px #fbca4d;
}

h2.warning {
    border-top: solid 2px #2ca35e;
    border-bottom: solid 2px #2ca35e;
}

h2.border-off {
    border: none;
}

.list-group-item h4,
.card h4 {
    border-left: none;
    font-size: 1.2rem;
    padding: 0.3rem 1rem;
    margin: 0;
}

.rimo_slider h4 {
    padding: 0;
    margin: 0;
    border: none;
}

.rimo_slider .pt-profile {
    padding-top: 40px;
}

.rimo_slider_slist {
    display: flex !important;
    overflow-x: auto;
    margin-right: -20px;

}

.rimo_slider_slist img {
    width: 50%;
    /*width: 174px;*/
    flex: 0 0 auto;
    margin-right: 20px;
}

.list-group-item.active {
    z-index: 2;
    color: #000;
    background-color: #ffffcc;
    border-color: #ffffcc;

}

h5 {
    padding-bottom: 0.25rem;
    font-size: 1.2rem;
    border-bottom: solid 1px #aacf53;
}


.new_info {
    background-color: #f5f5f5;
}

.cust_form .col-form-label,
.cust_say .col-form-label {
    color: #212529;
    background-color: #e9ecef;
}

.cust_say .input-group-text {
    color: #212529;
    background-color: #fff;
}

.cust_say .form-control {
    color: #212529;
    background-color: #fff;
    border: none;
}

/* お知らせ */

.howto h3 {
    display: block;
    padding: 0.5rem;
    margin: 2em 0 1em 0;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: #212529;
    border-color: #212529;
}

.howto h2 {
    margin-bottom: 36px;
}

.howto h4 {
    padding: 0.25rem 0.5rem;
    border-left: solid 8px #212529;
    margin: 2rem 0 1.5rem;
}

.howto p,
.howto dl {
    margin-left: 0.75rem;
}

.howto table td {
    text-align: left;
}

.line1 {
    display: inline-block;
    border-top: none;
    border-bottom: solid 4px #ccc;
    margin: 1rem auto;
    padding: 0.25rem 1em;
}

.en {
    font-size: 0.75rem;
}

/* sp統一 padding*/
.row_sp {
    padding: 0 10px !important;
}

.row_sp_0 {
    padding: 0 !important;
}

.row_sp_20 {
    padding: 0 20px !important;
}

/* 商品一覧 */
.slist_t {
    margin-top: 80px;
}

.slist_container .sname,
.slist_col .sname {
    font-size: 11px;
}

.slist_container .list_kin,
.slist_col .list_kin {
    font-weight: bold;
    font-size: 19px;
}

.slist_container .en,
.slist_col .en {
    font-size: 14px;
}

/*rimoについて*/
.col_pc {
    padding: 0;
}

.no_icon {
    width: 36px;
}

/* 商品説明テーブル */
.item_th,
.item_td {
    padding: 0.5rem;
    border: 1px solid #ccc;
    text-align: left;
    border-radius: 5px;
    font-size: 0.9rem;
}

.item_th {
    background-color: #f1f2f3;
    text-align: center;
}

/*商品詳細*/
.tki {
    display: inline;
    color: #333;
    font-size: 87%;
    text-decoration: line-through;
}

.uki {
    font-weight: bold;
    font-size: 140%;
}


.sou {
    color: #000;
    font-size: 0.80rem;
}

.order_btn {
    text-align: center;
    margin: 16px 0;
}

/*アイテム フレーバー*/
.flav h3 {
    display: inline-block;
    padding: 0.8rem 1rem 0;
    border-bottom: solid 2px #e1ae1f;
    font-size: 1rem;
}

.flav .card {
    color: #fff;
    background-color: #790103;
    border: solid 1px #000;
}

/*商品内容*/
.cmast_nai1 h2 {
    display: inline-block;
    color: #663333;
    font-weight: bold;
    border-top: none;
    border-bottom: solid 4px #663333;
    margin: 1rem auto;
    padding: 0.25rem 1em;
}

.cmast_nai1 h3 {
    color: #993300;
    font-size: 1.2rem;
    font-weight: bold;
    margin: 2rem 0 1rem;
}

.cmast_nai1 .table {
    margin: 1rem;
    width: 90%;
}

.cmast_nai1 .table th,
.cmast_nai1 .table td {
    font-size: 0.8rem;
}

.cmast_nai1 .table th {
    color: #555;
    background-color: #f3ebde;
}

/* カード更新ボタン */
.suu_up_off {
    display: none !important;
}

.suu_up_on {
    display: block !important;
}

/* 注文メッセージ */
.ord_mess {
    font-size: 1rem;
}

/* 注文ボタン */
.ord_button .btn {
    font-size: 0.8rem;
}

/* 注文フォーム高さ */
.page-height {
    min-height: 100vh;
    padding-top: 2rem;
}

table.ord,
table.tma_say,
table.pay {
    border-color: #454646;
}

table.tma {
    border-color: #000;
}

table.ord th,
table.tma th,
table.tma_say th,
table.pay th {
    color: #fff;
    background-color: #1F2227;
    white-space: nowrap;
    font-weight: normal;
    text-align: center;
    font-size: 80%;
    width: 20%;
}

table.tma th {
    background-color: #000;
}

table.ord td.sna {
    white-space: nowrap;
}

table.ord th.hin {
    width: 35%;
}

table.about th,
table.about td {
    font-size: 0.8rem;
}

table.about th,
table.tokutei th {
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
}

table.tma th label {
    text-align: right;
}

table.tma th.hna,
table.tma th.sna {
    text-align: center;
}

table.tma td.hna {
    width: 40%;
}

table.tma td.sna {
    width: 50%;
}

table.pay td .gaido {
    color: #555;
    margin: 1em 0 0 1em;
}

table.ord td.suu,
table.ord td.del,
table.ord td.day {
    vertical-align: middle;
    text-align: center;
}

.trash-bg {
    font-size: 1rem;
}

.item table td.siz {
    vertical-align: middle;
}

.item table td.kin,
.item table td.suu_cart,
table.ord td.max,
table.ord td.tan,
table.ord td.kin {
    vertical-align: middle;
    text-align: right;
    white-space: nowrap;
}

table.tokutei th,
table.tokutei td {
    font-size: 0.9rem;
}

table.tokutei th {
    white-space: nowrap;
    font-weight: normal;
    text-align: left;
}

table.tokutei td ul {
    padding-left: 1rem;
}

table.souryo th,
table.souryo td {
    font-size: 0.9rem;
    height: 3rem;
    vertical-align: middle;
}

table.souryo th {
    text-align: center;
    white-space: nowrap;
    font-weight: normal;
}

table.souryo td {
    vertical-align: middle;
    text-align: center;
    white-space: nowrap;
}

table.souryo tr.tdf td {
    vertical-align: bottom;
    columns: #777;
    font-size: 80%;
}

.tokutei dl,
.tokutei dt {
    margin-left: 0;
}

.tokutei dd {
    margin-left: 1rem;
}

.bg-jyouon {
    color: #000;
}

.bg-rei,
.bg-reito {
    color: #fff;
}

.souryo .bg-jyouon,
.bg-jyouon {
    background-color: #fdfdd9;
    border-color: #fafabb;
}

.souryo .bg-rei, tn-primary .bg-rei {
    background-color: #02a0ea;
}

.souryo .bg-reito,
.bg-reito {
    background-color: #1776ff;
}

/*
.bg-hblack {
    background: url(img/bg_flav.jpg) no-repeat;
    background-color: #000;
}

.bg-otodoke {
    background: url(img/bg_otodoke.jpg) no-repeat;
    background-color: #000;
}
*/

/*タイトル*/
.alert-primary {
    color: #000 !important;
    background-color: #e1ae1f !important;
    border-color: #e1ae1f !important;
    /*
	background-color: #fff3cd !important;
	border-color: #ffeeba !important;
	*/
}

.item_title {
    color: #000;
    background-color: #e1ae1f;
    text-align: center;
    font-size: 1.25rem;
}

/* カラー*/

.bg-flavor {
    background-color: rgba(255, 255, 255, 0.1);
}

.info_num {
    border-radius: 50% !important;
    font-size: 0.7rem;
}


/*カレンダー*/
caption {
    caption-side: top;
}

.calender .table td,
.calender .table th {
    text-align: center;
    padding: 3px;
    font-size: 11px;
}

.calender caption.month {
    text-align: center;
    margin-bottom: 5px;
    padding-left: 12px;
}

.calender .off {
    background-color: #ff0000;
}

/*お店からのお知らせ*/
.notice_bar {
    max-width: 100%;
    margin: 0 auto;
}

.notice_line {
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 0 !important;
    border-bottom: solid 1px #222;
}

/*タイトル*/

.title {
    margin-bottom: 2rem;
}

.sub_title {
    color: #666;
}

.sub_title_w {
    color: #fff;
}

/*店舗営業*/
.line_up h4 {
    margin-top: 0.6rem;
    font-size: 11px;
}

small, .small {
    font-size: 80%;
}


/* Scrolldown */
#scrolldown {
    z-index: 20;
    position: absolute;
    opacity: 0;
    transition: opacity 2s;
}

/* Toppage */
#back-top {
    z-index: 21;
    position: relative;
    display: none;
}

#back-top #pagetop {
    display: block;
    overflow: hidden;
}

#scrolldown a,
#back-top a {
    overflow: hidden;
    position: fixed;
    bottom: 65px;
    right: 2px;
}

.rotate {
    animation: rotateAnimation 3s linear infinite;
}

@keyframes rotateAnimation {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* container-section */
.container-s {
    padding: 50px 20px 0;
}

.container-s.pxx_0 {
    padding: 50px 0 0 !important;
}

.container-s.ptop-0 {
    padding: 0 20px !important;
}


/* grid */
.nav_pc_container {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 0;
    margin: 0 auto;
    padding: 0 80px;
}

.nav_pc_col {
    padding: 0;
}

.nav_pc_menu_container {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    gap: 30px;
    justify-content: start;
    padding: 0;
}

.nav_sp_container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 0 auto;
    padding: 0;
    height: 45px;
}

.nav_sp_col {
    margin: 0;
    padding: 0;
}

.nav_sp_col_menu {
    display: flex;
    align-items: center;
    margin-left: -20px;
    padding-left: 20px;
    background-color: #1f2227;
    height: 45px;
    width: 80px;
}

.slist_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-top: 30px !important;
    margin: 0 auto;
}

.notice_bar_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0;
}

.notice_bar_col {
    padding: 0;
}

.shop_about_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin: 0 auto;
    padding: 0;
}

.shop_about_col {
    padding: 0;
}


.calender_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 40px;
    margin: 0 auto;
    padding: 40px 20px;
}

.calender_col {
    padding: 0;
}

.calender_col.px_on {
    padding: 0 20px;
}

.shop_guide_container,
.shop_guide_container_sp,
.footer_container_sp {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    margin-top: 20px;
}

.shop_guide_col {
    padding: 0;
}

.shop_guide_container_sp,
.footer_container_sp {
    grid-template-columns: repeat(2, 1fr);
    gap: 0;
    margin: 18px -20px 0 !important;
}

.footer_container_sp {
    margin-top: 40px !important;
}

.shop_guide_col_sp,
.footer_col_sp {
    padding: 11px;
}

.footer_logo_sp {
    width: 130px;
    margin-top: 40px;
}

.eigyo_calender_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 0;
    margin-top: 18px;
}

.eigyo_calender_col {
    padding: 0;
}

.line_up_container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin: 34px auto 0 auto;
}

.line_up_col {
    padding-bottom: 2px;
}

.shop_info_container {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 24px;
    margin: 0 auto;
    padding: 0;
}

.shop_info_col {
    padding: 0;
}

.itemflaver_select_container {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0px;
}

.default_container,
.insta_container,
.smast_nai_container {
    margin: 0 auto;
    padding: 0;
}

.footer_menu {
    font-size: 0.8rem;
}

.profile ul {
    padding-left: 0.25rem;
    margin-top: 0.5rem;
    font-size: 90%;
    list-style-type: none;
    color: #fff;
}

.profile ul li {
    margin: 0;
    padding: 0;
}

footer {
    font-size: 0.8rem;
}

.tel {
    font-size: calc(1.3rem + 0.6vw) !important;
}



/* 768px以上 */
@media (min-width: 768px) {

    /* 商品一覧 */

    .slist_container .list_kin,
    .slist_col .list_kin {
        font-size: 1.66rem;
    }

    .slist_container .sname,
    .slist_col .sname {
        font-size: 18px;
    }

    .slist_container .list_kin,
    .slist_col .list_kin {
        font-size: 26px;
    }

    .slist_container .en,
    .slist_col .en {
        font-size: 12px;
    }


    .title {
        margin-bottom: 3.5rem;
    }

    /*rimoについて*/
    .no_icon {
        width: 47px;
    }

    /* サイズ別名前 */
    .na_size {
        font-size: 1.2rem;
    }

    .tel {
        font-size: 1.25rem !important;
    }

    /*店舗営業*/
    .line_up h4 {
        font-size: 18px;
    }

    table.ord td.sna {
        width: 24em;
    }

    table.about th,
    table.about td {
        font-size: 0.9rem;
    }

    .scrolling-wrapper .col {
        width: 33.33%;
        /* 画面の幅の1/3 */
    }

    #scrolldown a,
    #back-top a {
        right: 48px;
    }


    .big_140 {
        font-size: 140%;
    }
}

/*-------------------------------------------*/
/* 768px以上 992px以下
/*-------------------------------------------*/

@media (min-width: 768px) and (max-width: 991px) {


    .slider-pro p.sp-layer {
        font-size: 200%;
    }
}

/* 992px以上 */
@media (min-width: 992px) {

    .carousel_top {
        margin-top: 0;
    }

    .carousel-indicators {
        margin-bottom: 53px;
    }

    .tops {
        margin-top: 128px;
    }

    .top_pages {
        margin-top: 280px;
    }

    /* container-section */
    .container-s {
        padding: 146px 0 0 !important;
    }

    .container-s.ptop-0 {
        padding: 0 !important;
    }

    .container-s.howto {
        padding: 0 !important;
    }

    .pt-page {
        padding-top: 146px;
    }

    .pt-dan {
        padding-top: 40px;
    }

    .row_sp {
        padding: 0 !important;
    }

    /*rimoについて*/
    .col_pc {
        padding: 0 20px;
    }

    /* お知らせ */
    .notice_bar {
        max-width: 700px;
    }

    /*各ページのeyechache*/
    .page_eyecatch {
        margin-top: 0;
    }

    .page_eyecatch_img {
        margin-top: 80px;
    }

    .title_sub {
        margin: 150px auto 32px;
    }
        
    .col-custom {
        flex: 0 0 auto;
        width: 20%;
        /* 100% / 5 */
    }

    .overlay-text {
        font-size: 14px;
        padding: 1.2rem 1rem 0;
    }

    /* grid */
    .navbar_container {
        display: grid;
        grid-template-columns: 1fr 4fr 1fr;
        gap: 0;
        padding-left: 80px;
        margin-left: auto;
    }

    .navbar_col {
        display: flex;
        align-items: center;
        height: 50px;
    }

    .navbar_list_item_01 {
        margin-right: 30px;
        border-right: solid 1px #454646;
    }

    .slist_container {
        max-width: 1200px;
        grid-template-columns: repeat(3, 1fr);
        gap: 60px;
        margin: 0 auto;
        padding: 50px 0;
    }

    .shop_about_container {
        max-width: 908px;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }

    .shop_about_col {
        padding: 0;
    }

    .notice_bar_container {
        grid-template-columns: 1fr 6fr;
        gap: 20px;
    }

    .calender_container {
        max-width: 1200px;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
        padding: 78px 0 100px;
    }

    .shop_guide_container {
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        margin-top: 36px;
    }

    .shop_guide__col {
        padding: 0;
    }

    .eigyo_calender_container {
        gap: 20px;
        margin-top: 36px;
    }

    .eigyo_calender_col {
        padding: 0;
    }

    .line_up_container {
        max-width: 1200px;
        grid-template-columns: repeat(5, 1fr);
        gap: 36px;
        margin-top: 47px;
    }

    .shop_info_container {
        max-width: 1200px;
        grid-template-columns: repeat(2, 1fr);
        gap: 60px;
    }

    .itemflaver_select_container {
        grid-template-columns: 1fr 1fr;
        gap: 20px;
    }

    .default_container,
    .insta_container,
    .smast_nai_container {
        max-width: 1200px;
    }

    .default_container {
        padding: 0 140px;
    }

    .calender .table td,
    .calender .table th {
        font-size: 14px;
    }

    .footer_container,
    .footer_container_end {
        display: grid;
        max-width: 1760px;
        grid-template-columns: repeat(3, 1fr);
        gap: 0;
        padding-top: 48px;
        margin: 0 auto;
    }

    .footer_container_end {
        padding: 0;
    }

    .footer_container>hr {
        grid-column: 1 / -1;
        width: 100%;
        margin: 40px 0 22px;
    }

    .footer_col {
        padding: 0;
    }


    .tel {
        font-size: calc(1.3rem + 0.6vw) !important;
    }
}

/* 1200px以上 */
@media (min-width: 1200px) {

    .slist_col .sname {
        font-size: 1.18rem;
    }

    /*rimoについて*/
    .col_pc {
        padding: 0 30px;
    }
}