@charset "utf-8";

*{ box-sizing:border-box; }

button,label{ cursor:pointer; }

img{
    max-width:100%;
    height:auto;
}

/* レスポンシブ
----------------------------------------------------------------------------- */
@media screen and (max-width: 768px) {
    .pc-only{ display: none !important; /* PCのみ表示 */ }
}
@media screen and (min-width: 769px) {
    .sp-only{ display: none !important; /* SPのみ表示 */ }
}


/* 分類：レイアウト
----------------------------------------------------------------------------- */
/* インナーレイアウト */
.inner{
    width:100%;
    max-width:900px;
    margin-left: auto;
    margin-right: auto;
}
@media screen and (max-width:768px){
    .inner{
        width:100%;
    }
}

/* カラムレイアウト */
.col{
    width:100%;
    display:table;
}

/* ２カラム */
.col-2{
    display:table-cell;
    vertical-align:top;
    width:50%;
}

/* ２カラム：サイドバー形式 */
.col-side{
    width:280px;
    display:table-cell;
    vertical-align:top;
    padding-right: 30px;
}
.col-main{
    
}

/* ３カラム */
.col-3{
    display:table-cell;
    vertical-align:top;
    width:calc(100% / 3);
}
@media screen and (max-width:768px){
    /* カラムレイアウト */
    .col{
        width:100%;
        display:block;
    }

    /* ２カラム */
    .col-2{
        display:block;
        width:100% !important;
        padding-right:0 !important;
        padding-left:0 !important;
        margin-bottom:15px;
    }
    /* ３カラム */
    .col-3{
        display:block;
        width:100% !important;
        padding-right:0 !important;
        padding-left:0 !important;
        margin-bottom:15px;
    }
    
    .col .col-2:last-child,
    .col .col-3:last-child{
        margin-bottom:0;
    }
    .inner.col{
        display: flex;
    }
    .inner .col-3{
        margin: 0px 10px;
    }
}

/* 分類：サイドバーパーツ
----------------------------------------------------------------------------- */



/* 分類：文字・背景
----------------------------------------------------------------------------- */
/* 文字色 */


/* フォント */
.ff-min{
    font-family:"游明朝体", "Yu Mincho", YuMincho, "Sawarabi Mincho","Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif !important;
    font-weight:500 !important;
}

/* 強調テキスト */
.fc-strong{
    font-weight:bold;
    background: linear-gradient(transparent 30%, #fef6b2 30%);
    padding:0 5px;
}

.fc-red{ color:#d00 !important; }
.fc-yellow{ color:#ffd700 !important; }
.fc-grey{ color:#bbb !important; }
.fc-blue{ color:#3892d6 !important; }

/* 分類：インプット系
----------------------------------------------------------------------------- */
input[type="text"],
input[type="date"],
input[type="time"],
input[type="password"],
input[type="number"],
select,
textarea{
    font-family:inherit;
    font-size: inherit;
    border:1px solid #ccc;
    border-radius:3px;
    padding:5px 10px;
    -webkit-appearance: none;
}

select{
    cursor:pointer;
    padding-right:30px !important;
    background-image:url("/common/images/icn_select.png");
    background-repeat:no-repeat;
    background-size:10px 5px;
    background-position:right 10px center;
}
input[type="text"]{
    width:100%;
}
textarea{
    width:100%;
    min-height:100px;
    resize:vertical;
}
@media screen and (max-width: 1100px) {
    input[type="text"],
    input[type="date"],
    input[type="time"],
    input[type="password"],
    input[type="number"],
    select,
    textarea{
        padding:5px;
    }
}


/* 分類：見出し
----------------------------------------------------------------------------- */
/* ページタイトル */
.main-ttl{
    font-size:20px;
    font-weight: bold;
    margin:0 auto 30px;
    padding:15px;
    border-bottom:4px solid #e61283;
}
@media screen and (max-width:768px){
    .main-ttl{
        font-size:16px;
        margin:0 auto 10px;
        padding:10px;
    }
}

/* 大見出し */
.ttl-L{
    font-size: 20px;
    font-weight: bold;
    padding:15px;
    
}
.ttl-L i{
    margin-right: 15px;
    color:#e61283;
}


@media screen and (max-width:768px){
    .ttl-L{
        
    }
    .ttl-L span{
        
    }
}

/* 中見出し */
.ttl-M{
    font-size:18px;
    font-weight:bold;
    margin-bottom: 20px;
    background-color: #fafafa;
    padding:10px 15px;
    border-top:1px solid #eee;
}

/* サブテキスト付き */
.ttl-M span{
    font-weight: normal;
    font-size:12px;
    color:#bbb;
    vertical-align: middle;
    padding-left:10px;
}

/* リンク付き */
.ttl-M a{
    text-decoration: none;
    display: block;
}
.ttl-M a::after{
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display:inline-block;
    float:right;
}

@media screen and (max-width:768px){
    /* 中見出し */
    .ttl-M{
        font-size:14px;
        padding:10px;
        margin-bottom: 10px;
    }

    /* サブテキスト付き */
    .ttl-M span{
        font-size:10px;
        display: block;
        padding-left:0;
    }

    /* リンク付き */
    .ttl-M a{
        position:relative;
    }
    .ttl-M a::after{
        font-family: "Font Awesome 5 Free";
        content: "\f0da";
        display:inline-block;
        float:right;
        
        position:absolute;
        right: 0;
        top:calc(50% - 12.5px);
    }
}

/* 小見出し */
.ttl-S{
    font-weight: bold;
    font-size:17px;
    padding:0 20px 10px;
    margin-bottom:30px;
    border-bottom:1px solid #ccc;
}
@media screen and (max-width:768px){
    .ttl-S{
        font-size:14px;
        padding:0 10px 10px;
        margin-bottom:20px;
    }
}

/* 分類：テキスト
----------------------------------------------------------------------------- */
/* 一般テキスト */
.main p{
    
}
@media screen and (max-width:768px){
    .main p{
        
    }
}

/* 装飾 */
.txt-strong{
    background: linear-gradient(transparent 40%, #fff100 40%);
    padding: 0 5px;
}

/* 分類：ボックス
----------------------------------------------------------------------------- */



/* 分類：リンク
----------------------------------------------------------------------------- */
/* ボタン共通 */



/* 分類：ボタン
----------------------------------------------------------------------------- */


.btn-L{
    
}
@media screen and (max-width:768px){
    .btn-L{
        
    }
}

/* 送信するボタン */
.btn-submit{
    display: inline-block;
    text-decoration:none;
    background-color:#333;
    color:#fff;
    height:45px;
    line-height: 45px;
    min-width:100px;
    border-radius: 5px;
    padding:0 15px;
    font-size:15px;
    letter-spacing: 1px;
    font-weight: bold;
    text-align: center;
}
.btn-submit:hover{
    background-color:#e61283;
}

/* キャンセル系ボタン */
.btn-cancel{
    display: inline-block;
    text-decoration:none;
    background-color:#ddd;
    color:#999;
    height:40px;
    line-height: 40px;
    min-width:150px;
    border-radius: 5px;
    padding:0 15px;
    font-size:15px;
    letter-spacing: 1px;
    font-weight: bold;
    margin:0 5px 10px;
    text-align: center;
}

/* ノーマルボタン */
.btn-normal{
    display: inline-block;
    text-decoration:none;
    background-color:#333;
    color:#fff;
    height:40px;
    line-height: 40px;
    min-width:150px;
    border-radius: 5px;
    padding:0 15px;
    font-size:15px;
    letter-spacing: 1px;
    font-weight: bold;
    margin:0 5px 10px;
    text-align: center;
}

/* 戻るボタン */
.btn-back{
    text-decoration: none;
    display:inline-block;
    background-color:#48505b;
    height:40px;
    line-height: 40px;
    border-radius: 20px;
    color:#fff;
    padding:0 25px;
}
.btn-back:before{
    font-family: "Font Awesome 5 Free";
    content: "\f104";
    display: inline-block;
    font-weight: 900;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.btn-back:hover::before{
    transform:translateX(-3px);
}

/* グレーのシンプルなボタン */
.btn-simple{
    text-align: center;
    display:inline-block;
    padding:2px 10px;
    background-color: #eee;
    border:1px solid #ddd;
    border-radius: 3px;
    text-decoration:none;
    font-size:13px;
    margin:0 7.5px;
}

/* お気に入りボタン（オフ） */ 
.btn-fav-off{
    display: inline-block;
    height:40px;
    line-height:40px;
    font-size:15px;
    font-weight: bold;
    padding:0 30px;
    color:#aaa;
    margin:0 10px;
    border-radius:5px;
    box-shadow:0px 0px 6px 0px rgba(130,130,130,0.48) inset;
}
.btn-fav-off::before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.btn-fav-off:hover::before{
    transform:translateY(-3px);
}

/* お気に入りボタン（オン） */ 
.btn-fav-on{
    display: inline-block;
    height:40px;
    line-height:40px;
    font-size:15px;
    font-weight: bold;
    padding:0 30px;
    color:#fff;
    background-color:#f7aa36;
    margin:0 10px;
    border-radius:5px;
}
.btn-fav-on::before{
    font-family: "Font Awesome 5 Free";
    content: "\f004";
    display: inline-block;
    margin-right: 5px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.btn-fav-on:hover::before{
    transform:translateY(-3px);
}


/* カートに入れるボタン */
.btn-cart{
    display: inline-block;
    color: #fff;
    background: rgb(245,79,10);
    background: linear-gradient(0deg, rgba(245,79,10,1) 0%, rgba(255,211,22,1) 100%);
    height:45px;
    line-height:45px;
    font-size:16px;
    font-weight: bold;
    padding:0 40px;
    text-align: center;
    border-radius:5px;
    box-shadow:0px 0px 6px 0px rgba(130,130,130,0.48);
    margin: 0 10px;
}
.btn-cart::before{
    font-family: "Font Awesome 5 Free";
    content: "\f07a";
    display: inline-block;
    margin-right: 10px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}
.btn-cart:hover::before{
    transform:translateY(-3px);
}

/* 分類：テーブル
----------------------------------------------------------------------------- */
/* 詳細系テーブル */
.tbl-detail{
    background-color:#fff;
    width:100%;
    border:2px solid #EBE9E4;
    margin-bottom:30px;
}
.tbl-detail thead th{
    padding:5px 10px;
    background:#333;
    color:#fff;
    border-right: 1px solid #ccc;
}
.tbl-detail tbody th,
.tbl-detail tbody td{
    border:1px solid #ebe9e3;
    padding:5px 10px;
    font-size: 13px;
}
.tbl-detail tbody th{
    background-color:#f9f9f6;
    font-weight:bold;
    vertical-align:middle;
}
.tbl-detail tbody td{
    vertical-align:top;
}
.tbl-detail tfoot th,
.tbl-detail tfoot td{
    padding:5px 10px;
}
.tbl-detail tfoot th{
    background-color: #48505b;
    color:#fff;
    font-weight: bold;
    border-bottom:1px solid #999
}
.tbl-detail tfoot td{
    border:1px solid #ebe9e3;
}
@media screen and (max-width:768px){
    .tbl-detail{
        margin-bottom:20px;
    }
    .tbl-detail tbody th,
    .tbl-detail tbody td{
        border:1px solid #ebe9e3;
        padding:5px 10px;
    }
    .tbl-detail tbody th{
        display:block;
        width:100% !important;
    }
    .tbl-detail tbody td{
        display:block;
        width:100% !important;
    }
}

/* リスト系テーブル */
.tbl-list{
    background-color:#fff;
    width:100%;
    border:2px solid #EBE9E4;
    margin-bottom:30px;
    font-size:14px;
}
.tbl-list thead th{
    padding:5px 10px;
    background:#333;
    color:#fff;
    border-right: 1px solid #ccc;
    font-weight: bold;
    vertical-align: middle;
}
.tbl-list tbody th,
.tbl-list tbody td{
    border:1px solid #ebe9e3;
    padding:5px;
    font-size: 13px;    
}
.tbl-list tbody th{
    background-color:#f9f9f6;
    font-weight:bold;
    vertical-align:middle;
}
.tbl-list tbody td{
    vertical-align:middle;
}
.tbl-list tfoot th,
.tbl-list tfoot td{
    padding:5px;
}
.tbl-list tfoot th{
    background-color: #48505b;
    color:#fff;
    font-weight: bold;
    border-bottom:1px solid #999
}
.tbl-list tfoot td{
    border:1px solid #ebe9e3;
}
/* ※リスト系テーブル内ボタン調整 */
.tbl-list .btn-submit,
.tbl-list .btn-normal,
.tbl-list .btn-cancel{
    height:25px;
    line-height:25px;
    border-radius: 12.5px;
    min-width: 60px;
    margin-bottom: 0;
    font-size:13px;
}

.tbl-list tr.is-changed,
.tbl-list tr.is-changed th{
    background-color:#ecf5df !important
}

.tbl-list input[type="number"]{
    max-width:100px;
}

/* 行フォーカス */
.tbl-list .tr-red{
    background-color: #fad6cf;
}

/* 分類：リスト
----------------------------------------------------------------------------- */

/* お知らせリスト */




/* 分類：タグ
----------------------------------------------------------------------------- */
.tag{
    display:inline-block;
    min-width: 100px;
    height:30px;
    line-height: 30px;
    text-align:center;
    border-radius: 15px;
    padding:0 10px;
    margin-left:10px;
    background-color:#79cbdc;
    color:#fff;
    
}

.tag-normal,
.tag-red,
.tag-orange,
.tag-yellow{
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 0 15px;
    height: 30px;
    line-height: 30px;
    border-radius: 15px;
}

.tag-red{
    background-color: #eb6877;
    border: 1px solid #eb6877;
    color: #fff;
}
.tag-orange{
    background-color: #f6b37f;
    border: 1px solid #f6b37f;
    color: #fff;
}
.tag-yellow{
    background-color: #e8dd6a;
    border: 1px solid #e8dd6a;
}

/* 必須タグ */
.tag-required{
    display: inline-block;;
    padding: 0 10px;
    height: 18px;
    line-height: 18px;
    border-radius: 15px;
    background-color: #d00;
    font-size:12px;
    color: #fff;
}

/* 分類：ページャー
----------------------------------------------------------------------------- */
.pager{
    text-align:center;
    margin:0 auto 50px;
}

.pager li{
    display:inline-block;
    margin:0 3px;
}
.pager li a{
    display:block;
    width:30px;
    height:30px;
    line-height:30px;
    text-decoration:none;
    background-color:#fff;
    border-radius:3px;
    vertical-align:middle;
    text-align:center;
}
.pager li a:hover,
.pager li.is-current a{
    background-color:#e61283;
    color:#fff;
}
@media screen and (max-width:768px){
    .pager{
        margin:0 auto 20px;
    }
    .pager li{
        margin:0 2.5px 5px;
    }
    .pager li a{
        display:block;
        width:30px;
        height:30px;
        line-height:30px;
        font-size:12px;
    }
}


/* 分類：モーダルウィンドウ
----------------------------------------------------------------------------- */
.modal{
    display:none;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color:rgba(0,0,0,0.5);
    z-index:99999;
    overflow:hidden;
}
.modal-window{
    position:absolute;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    margin:auto;
    width:950px;
    height:70vh;
    background-color:#fff;
    border-radius: 5px;
    box-shadow:0px 0px 8px -1px rgba(0,0,0,0.5);
}

.modal-window-ttl{
    text-align: center;
    font-size:18px;
    border-bottom: 1px solid #ccc;
    padding: 15px;
    position: relative;
    font-weight: bold;
    background-color: #f1f1f1;
    border-radius:5px 5px 0px 0px;
    height: 60px;
}
.modal-window-ttl::after{
    display: inline-block;
    content: "";
    width: 80px;
    height: 4px;
    background-color:#e61283;
    position: absolute;
    left: calc(50% - 40px);
    bottom: -2px;
}

.modal-window-main{
    height:calc(70vh - 130px);
    overflow: scroll;
    padding:15px;
}

.modal-window-footer{
    position:absolute;
    left:0;
    bottom:0;
    text-align: center;
    padding:10px;
    width: 100%;
    background-color:#f5f5f5;
    border-radius:0px 0px 5px 5px;
    height:70px;
}

@media screen and (max-width:768px){
    .modal-window{
        width:90%;
    }
}

/* 分類：ダイアログ
----------------------------------------------------------------------------- */
.dialog{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100vh;
    background-color:rgba(255,255,255,0.5);
    z-index:99999;
    overflow:hidden;
}
.dialog-window{
    position:absolute;
    top:20vh;
    left:0;
    right: 0;
    margin:auto;
    width:280px;
    min-height:200px;
    background-color:#fff;
    border-radius: 5px;
    box-shadow:0px 0px 8px -1px rgba(0,0,0,0.5);
}
.dialog-window-main{
    padding:30px 15px;
    text-align: center;
    font-size:13px;
}
.dialog-window-btn{
    text-align: center;
    position: absolute;
    left:0;
    bottom:10px;
    width:100%;
}
.dialog-window-btn a,
.dialog-window-btn button{
    font-size:13px;
    height:35px;
    line-height: 35px;
}

/* 分類：ポップアップ
----------------------------------------------------------------------------- */
.popup{
    position:fixed;
    z-index:9999999;
    width:100%;
    top:0;
    left:0;
    background-color:#a5e64c;
    border-bottom:1px solid #92d13b;
    padding:15px 20px;
}


/* 分類：切り替えタブ
----------------------------------------------------------------------------- */
.tab{
    
}

/* 選択ボタン */
.tab-select{
    margin:0 0 20px;
}
.tab-select ul{
    text-align: center;
    border-bottom: 1px solid #ddd;
}
.tab-select ul li{
    display: inline-block;
    padding:3px 3px 0;
    border:1px solid #ddd;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    margin:0 2.5px -1px;
    vertical-align: bottom;
    font-size:13px;
}
.tab-select ul li a{
    display: block;
    text-decoration: none;
    width:50px;
    height:30px;
    line-height: 30px;
    background-color: #eee;
    border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0 / 5px 5px 0 0;
}

.tab-select-ttl{
    background-color:#333;
    border:1px solid #333 !important;
}
.tab-select-ttl span{
    display: block;
    width:70px;
    height:35px;
    line-height: 35px;
    color:#fff;
    font-weight: bold;
    font-size:13px;
}

.tab-select ul li.is-current{
    border-bottom:1px solid #fff;
}
.tab-select ul li.is-current a{
    background-color:#fff;
    font-weight: bold;
}


/* LIST
----------------------------------------------------------------------------- */
/* 商品リスト */
.list-normal{
    padding:0 20px;
}
.list-normal ul{
    margin: 0 0 20px;
}
.list-normal ul{
    display: flex;
    flex-wrap: wrap;
}
.list-normal ul li{
/*    display: inline-block;
    float:left;*/
    width:20%;
/*    min-width:200px;
    height:500px;*/
    border-bottom: 1px solid #ddd;
}
.list-normal ul li.favorite{
    height:350px;
}
.list-normal ul li a{
    margin: 20px 20px 0 0;
    text-decoration: none;
    display:block;
}
.list-normal ul li a img{
    width:100%;
    max-width:200px !important;
    height:auto;
    display: block;
    margin:0 auto 10px;
}

/* 商品名 */
.list-normal-ttl{
    font-size:13px;
    font-weight: bold;
/*
    min-height: 40px;
    max-height: 40px;
*/
}

.ellipsis {
    position: relative;
    height: 80px;
    overflow: hidden;
    line-height: 20px;
}

.ellipsis:before, .ellipsis:after {
    position: absolute;
    background: #fff;
}

.ellipsis:before {
    content: "･･･";
    bottom: 0;
    right: 0;
}

.ellipsis:after {
    content: "";
    width: 100%;
    height: 100%;
}

/* 価格 */
.list-normal-price{
    text-align: center;
    margin-top:5px;
}

/* ボタン */
.list-normal-btn{
    margin:10px 0;
    text-align: center;
}
.list-normal-btn .btn-cart,
.list-normal-btn .btn-fav{
    height:30px;
    line-height: 30px;
    padding:0 15px;
    font-size:13px;
    width:100%;
    margin-bottom: 10px;
}
ul.clearfix.list-normal-inner-new li:last-child{
    display: none;
}
@media screen and (max-width:768px){
    .list-normal{
        padding:0 10px;
    }
    .list-normal ul li a{
        margin: 0px;
    }
    ul.clearfix.list-normal-inner li:last-child{
        display: none;
    }
    ul.clearfix.list-normal-inner-new li:last-child{
        display: block;
    }
/*
    .list-normal ul li{
        display: block;
        float:none;
        width:100%;
        margin: 0 0 20px;
        height:260px;
        clear:left;
    }
*/
    .list-normal ul li{
    width: calc( 100% / 3 );
    }
    .list-normal ul li.favorite{
        height:150px;
    }
    .list-normal ul li a img{
        width:100%;
        max-width:170px !important;
        height:143px;
        object-fit: contain;
        margin: 5px auto;
    }
    /* 商品名 */
    .list-normal-ttl{
        margin: 5px;
        font-size:11px;
        font-weight: bold;
        min-height: auto;
    }

    /* 価格 */
    .list-normal-price{
        text-align: center;
        margin-bottom: 5px;
    }

    /* ボタン */
    .list-normal-btn{
        text-align: center;
        clear:both;
        margin:5px 0;
    }
    .list-normal-btn .btn-normal{
        margin:0;
    }
    .list-normal-btn .btn-cart,
    .list-normal-btn .btn-fav{
        width:100%;
        margin-right: 0;
        margin-left: 0;
    }
    .ellipsis{
        height: 40px;
    }
}

/* お知らせリスト */
.list-news{
    padding:0 20px 30px;
}
.list-news li{
    display: inline-block;
    float:left;
    width:calc(50% - 40px);
    margin:0 20px 20px 0;
}
.list-news li:nth-child(2n){
    margin-right:0;
}
.list-news li a{
    display: table;
    width:100%;
    table-layout: fixed;
    text-decoration: none;
}
.list-news li a:hover{
    text-decoration: underline;
}
.list-news-img{
    display:table-cell;
    vertical-align: middle;
    width:100px;
}
.list-news-txt{
    display:table-cell;
    vertical-align: middle;
    padding-left:10px;
    font-size:14px;
}
.list-news-txt span{
    display: block;
    color:#aaa;
    font-size:13px;
}
@media screen and (max-width:768px){
    .list-news{
        padding:0 10px 10px;
    }
    .list-news li{
        display: block;
        float:none;
        width:100%;
        margin:0 0 10px;
    }
    .list-news-img{
        vertical-align: top;
        width:80px;
    }
    .list-news-txt{
        vertical-align: top;
        font-size:13px;
    }
}

/* リンクリスト */
.list-link{
    margin:0 auto 30px;
}
.list-link ul{
    
}
.list-link ul li{
    display: inline-block;
    width:calc(100% / 3);
    float: left;
    border: 1px solid #ddd;
    margin-bottom:-1px;
    margin-right:-1px;
}
.list-link ul li a{
    font-size:16px;
    display: block;
    text-decoration: none;
    height:50px;
    line-height: 50px;
    padding:0 15px;
}
.list-link ul li a:hover{
    background-color: #fafad2;
}
.list-link ul li a::after{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    display: inline-block;
    float:right;
}
@media screen and (max-width:768px){
    .list-link ul li{
        display: block;
        width:100%;
        float: none;
        border: 1px solid #ddd;
        margin-bottom:-1px;
        margin-right:0;
    }
    .list-link ul li a{
        font-size:14px;
        height:40px;
        line-height: 40px;
        padding:0 10px;
    }
}

/* リンクリスト */
.list-anchor{
    margin:0 auto 30px;
}
.list-anchor ul{
    
}
.list-anchor ul li{
    display: inline-block;
    width:50%;
    float: left;
    border: 1px solid #ddd;
    margin-bottom:-1px;
    margin-right:-1px;
}
.list-anchor ul li a{
    font-size:16px;
    display: block;
    text-decoration: none;
    height:50px;
    line-height: 50px;
    padding:0 15px;
}
.list-anchor ul li a:hover{
    background-color: #fafad2;
}
.list-anchor ul li a::after{
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    content: "\f078";
    display: inline-block;
    float:right;
}
@media screen and (max-width:768px){
    .list-anchor{
        margin:0 auto 20px;
    }
    .list-anchor ul li{
        display: block;
        width:100%;
        float: none;
        border: 1px solid #ddd;
        margin-bottom:-1px;
        margin-right:0;
    }
    .list-anchor ul li a{
        font-size:13px;
        height:35px;
        line-height: 35px;
        padding:0 5px;
    }
}

/* モーダル内ラベルリスト */
.list-lbl{
    
}
.list-lbl ul{
    
}
.list-lbl ul li{
    display: inline-block;
    width:24%;
    padding:0 10px;
}
.list-lbl ul li label{
    display: block;
    padding:5px;
    border-bottom: 1px dotted #ddd;
}
@media screen and (max-width:768px){
    
}

/* AD SLIDER
----------------------------------------------------------------------------- */
.ad-slider{
    padding:0 10px;
    margin-bottom:30px;
}
.ad-slider ul{
    overflow:hidden;
    opacity: 0;
    transition: opacity .3s linear;
}
.ad-slider ul.slick-initialized{
    opacity: 1;
}
.ad-slider ul li{
    padding:0 10px;
}
.ad-slider ul li img{
    width:100%;
    height:auto;
}
@media screen and (max-width:768px){
    
}

/* Controller */
.ad-slider .btn-next,
.ad-slider .btn-prev{
    position:absolute;
    z-index: 888;
    top:calc(50% - 25px);
    width:40px;
    height: 40px;
    background-color:rgba(255,255,255,0.8);
    font-size:15px;
}
.ad-slider .btn-next{
    right:10px;
}
.ad-slider .btn-prev{
    left:10px;
}
@media screen and (max-width:768px){
    .ad-slider .btn-next,
    .ad-slider .btn-prev{
        top:calc(50% - 20px);
        width:30px;
        height: 30px;
        font-size:13px;
    }
}

/* ボックスパーツ
----------------------------------------------------------------------------- */
.box-normal{
    padding:30px 30px 0;
    margin:0 0 30px;
    background-color:#F9F8F5;
    font-size:13px;
}
.box-normal-ttl{
    font-weight: bold;
    font-size:15px;
    margin-bottom: 20px;
}

/* テーブル内ボックス調整 */
table .box-normal{
    padding:10px;
    margin:0;
}

@media screen and (max-width:768px){
    .box-normal{
        padding:15px 15px 0;
        margin:0 0 20px;
    }
    .box-normal-ttl{
        margin-bottom: 15px;
    }
}

/* 黄色ボックス */
.box-yellow{
    background-color:#fffeed;
    border:1px solid #f7e9cb;
    padding:15px;
    font-size:13px;
}

/* スクロールボックス */
.box-scroll{
	height:190px;
	overflow-y: scroll;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 8px -3px rgba(0,0,0,0.25) inset;
	padding:5px;
	border-radius: 5px;
}

/* 汎用アコーディオン
----------------------------------------------------------------------------- */
.accordion{
    
}
.accordion-tgt{
    display: none;
}
@media screen and (max-width:768px){
    
}

/* 汎用ページ
----------------------------------------------------------------------------- */
.page-main{
    padding:0 20px 30px;
}
.page-main p{
    padding:0 20px 30px;
}
@media screen and (max-width:768px){
    .page-main{
        padding:0 10px 50px;
    }
    .page-main p{
        padding:0 10px 20px;
    }
}

/* レビュー投稿用パーツ
----------------------------------------------------------------------------- */
.review{
    
}
.review label{
    font-size: 20px;
    color:#ddd;
}
.review label.is-on{
    color:#ffd700;
}
.review input{
    opacity:0.2;
    width:0;
    height:0;
    margin:0 !important;
}

/* 画像アップローダー
----------------------------------------------------------------------------- */
.upload{
    display:inline-block;
    position:relative;
    margin:0 10px 10px 0;
}

/* プレビューエリア */
.upload-preview{
    display:block;
    border:5px solid #eee;
    width:250px;
    height:250px;
    background-image:url("/common/images/noimage.png");
    background-repeat:no-repeat;
    background-position:center center;
    background-size:100% auto;
    cursor:pointer;
    overflow:hidden;
    position:relative;
}
.upload-preview img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: auto;
    max-width:99999px;
    height: 100%;
}

.upload-input{
    position:absolute;
    left:0;
    bottom:0;
    width:100%;
    text-align:center;
    padding:10px;
}
.upload-input button{
    display: inline-block;
    margin: 0 5px 5px;
    border-radius: 3px;
    padding: 5px 10px;
    font-size: 14px;
    box-shadow: 0px 1px 0px 1px #bbb;
    border:none;
    font-family:inherit;
}
.upload-input-file-btn{
    background-color: #333;
    color: #fff;
}
.upload-clear{
    background-color:#ccc;
    color:#444;
}

/* PDFアップローダー */
.upload.is-pdf{
    margin:0 !important;
}
.upload.is-pdf .upload-input{
    position:relative !important;
    padding:0 !important;
}
.upload-input-file-name{
    font-size:13px;
}

/* 検索エリアの開閉
----------------------------------------------------------------------------- */
.admin-search,
.shop-search{
    position:relative;
}
.admin-search.is-close,
.shop-search.is-close{
    margin-top:-10px;
    margin-bottom:10px;
}
.admin-search.is-close form,
.shop-search.is-close form{
    display: none;
}
.search-close{
    position: absolute;
    bottom:0;
    right:17px;
    background-color:#F0F5FE;
    width:40px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
}

.search-close i{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all  0.2s ease;
}

.is-close .search-close i{
    transform: rotateX(180deg);
}

.menu-dynamic{
    font-size: 12px!important;
}
@media screen and (max-width: 1100px) {
    .menu-dynamic{
        font-size: 8px!important;
    }
}

.icn-new{
    font-size: 9px;
    text-align: center;
    margin: 0 auto;
    width:50%;
    color:#fff;
    background-color: rgba(255,0,0,1.0);
}

.loading{
    position:fixed;
    width:100%;
    height:100vh;
    z-index:599999999;
    top:0;
    left:0;
    background-color: rgba(255,255,255,0.5);
}
.loading img{
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
}