
@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 common.css
 PC用

+++++++++++++++++++++++++++++++ */

/* layout */
body,
input,
button {
    font-size: 13px;
    line-height: 1.4;
}

a:hover {
    text-decoration: underline;
}
p a:hover,
.link:hover { text-decoration: none; }

img { vertical-align: bottom; }
p { margin: 20px 0; }
.box > p { margin: 20px; }

/* headline */
h1, h2, h3, h4, h5 {
    font-size: 20px;
}
/*
グローバルヘッダー
-----------------------------------*/
header.global .logo {
    float: left;
    width: 170px;
    padding: 10px 0 10px 30px;
}
header.global .logo img { width: 100%; }


header.global .acc {
    position: relative;
    display: block;
    width: 70px;
    height: 18px;;
    padding-top: 42px;
    font-size: 8px;
    text-align: center;
    text-decoration: none;
}
header.global .acc.opened {
    background: #333;
    color: #fff;
}
header.global .header_ec_list { width: 100px; }

header.global .acc:after {
    position: absolute;
    top: 8px;
    left: 50%;
    display: block;
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background-image: url(/images/common/sprite_icon.png);
    background-size: 500px auto;
    content: " ";
}
header.global .header_shop_list:after { background-position: -250px -150px; }
header.global .header_shop_list.opened:after { background-position: -250px -200px; }
header.global .header_ec_list:after {
    top:  11px;
    background-position: -300px -150px;
}
header.global .header_ec_list.opened:after { background-position: -300px -200px; }
header.global .header_language:after {background-position: -50px 0; }
header.global .header_language.opened:after { background-position: -50px -50px; }

header.global .header_ec_list .en { display: none; }

/* ドロップダウン共通 */
.header_nav .box_button {
    margin: 20px 0;
}
.primary > ul > li {
    float: left;
    padding: 0 5px;
}
/* 店舗一覧 */
.primary .menu,
div.header_shop_list { display: none; }
#header_shop_list .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0;
}
#header_shop_list .inner.first {
    padding: 10px 0 0;
}
#header_shop_list .inner.second {
    padding: 0 0 10px;
}


#header_shop_list li {
    display: table;
    float: left;
    width:20%;
}

/*dept*/
#header_shop_list li.dept {
    width: calc(100%/5);
}

/*scsq*/
#header_shop_list li.scsq {
    width: calc((100%/5)*2);
}
/*plz*/
#header_shop_list li.plz {
    width: calc((100%/5)*1);
}
/*sc*/
#header_shop_list li.sc {
    width: calc((100%/5)*1);
}


#header_shop_list li a {
    display: table-cell;
    width: 100%;
    height: 50px;
    padding: 5px 20px 4px 25px;
    background: url(/images/common/ico_circle.png) no-repeat 10px center;
    background-size: 10px;
    color: #fff;
    text-decoration: none;
    vertical-align: middle;
}
#header_shop_list li a:hover {
    background-color: #fff;
    color: #333;
}
#header_shop_list .mode_sp { display: none; }

/* ネットショッピング */
#header_ec_list ul {
    padding: 20px 0;
    text-align: center;
}
#header_ec_list li {
    display: inline-block;
    overflow: hidden;
    height: 140px;
    margin: 0 5px;
    border-radius: 3px;
    background: #fff;
    vertical-align: middle;
}
#header_ec_list li:first-child a {
    display: block;
    overflow: hidden;
    width: 260px;
    padding: 30px 20px;
    border-radius: 3px;
}
#header_ec_list .category {
    width: 140px;
    height: 140px;
}
#header_ec_list .category a {
    position: relative;
    display: block;
    width: 140px;
    height: 50px;
    padding-top: 90px;
    text-decoration: none;
}
#header_ec_list .category .image {
    position: absolute;
    top: -10px;
    left: -10px;
    display: block;
    width: 160px;
    height: 160px;
    z-index:1;
}
/*#header_ec_list .category img {
    -webkit-filter: blur(3px);
    -moz-filter: blur(3px);
    -ms-filter: blur(3px);
    -o-filter: blur(3px);
    filter: blur(3px);
    transition: 0.1s linear;
}*/
#header_ec_list .category a:hover img {
     -webkit-filter: blur(0);
     -moz-filter: blur(0);
     -ms-filter: blur(0);
     -o-filter: blur(0);
     filter: blur(0);
}
#header_ec_list .category p {
/*
    position: relative;
    display: table-cell;
    width: 140px;
    height: 36px;
    margin: 0;
    color: #fff;
    vertical-align: middle;
    text-shadow: 1px 1px 1px rgba(0,0,0, .8),
                          1px 0 1px rgba(0,0,0, .8),
                          0 1px 1px rgba(0,0,0, .8),
                          -1px 0 1px rgba(0,0,0, .8),
                          0 -1px 1px rgba(0,0,0, .8),
                          -1px -1px 1px rgba(0,0,0, .8);
    z-index: 2;
*/
display:none;}

/* Language */
#header_language {
    width: 240px;
    padding: 10px;
}
#header_language li a {
    display: block;
    padding: 10px;
    color: #fff;
    text-align: center;
    text-decoration: none;
}
#header_language li a:hover {
    background: #fff;
    color: #333;
}


/* 検索 */
.search {
    position: relative;
    top: 13px;
    display: table;
    width: 300px;
    border: 3px solid #ccc;
    background: #fff;
}
.search.active { border-color: #333; }
.search div { display: table-cell; }
.search input[type=text] {
    width: 243px;
    height: 15px;
    padding: 6px 5px 5px;
    border: 1px solid #fff;
    line-height: 15px;
}
.search .button_ico_search {
    width: 40px;
    height: 20px;
    border: none;
    background: url(/images/common/sprite_icon.png) no-repeat -190px -100px;
    background-size: 500px auto;
    text-indent: -999px;
}
.search .active { background: #333; }
.search .active .button_ico_search { background-position: -190px -150px; }

/*
店舗ヘッダー
-----------------------------------*/
.local_header .name {
    float: left;
    padding: 15px 0 14px 20px;
    font-size: 22px;
}
.local_header .information {
    position: relative;
    top: 15px;
    float: right;
}
.local_header .toggle_other { display: none; }
.local_header  li {
    float: left;
    margin-right: 5px;
}
.local_header li > p,
.local_header li > a {
    display: inline-block;
    margin: 0 5px 0 0;
}
.local_header .tel strong {
    font-size: 13px;
    font-weight: normal;
}
.local_header .data {
    padding: 5px 10px 4px;
    border-radius: 3px;
    background: #e6e6e6;
    color: #333;
}
.local_header .restaurant_inline {
    display: inline-block;
    margin-left: 10px;
}
.local_header .address a { text-decoration: none; }
.local_header .address:before,
.local_header .tel:before,
.local_header .time_inline:before,
.local_header .restaurant_inline:before {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 3px;
    background-image: url(/images/common/sprite_icon.png);
    background-size: 500px auto;
    vertical-align: -2px;
    content: " ";
}
.local_header .address:before { background-position: -250px -100px; }
.local_header .tel:before { background-position: -300px -100px; }
.local_header .time_inline:before { background-position: -350px -100px; }
.local_header .restaurant_inline:before { background-position: -400px -100px; }

.local_header .toggle_pc {
    position: relative;
    padding-right: 25px;
    text-decoration: none;
}
.local_header .toggle_pc:after {
    position: absolute;
    top: 50%;
    right: 8px;
    display: inline-block;
    width: 13px;
    height: 7px;
    margin-top: -3px;
    background: url(/images/common/sprite_arrow.png) no-repeat -100px -100px;
    background-size: 200px auto;
    content: " ";
}
.local_header .toggle_pc.opened:after { background-position: 0 -100px; }
.local_header .toggle_pc.opened:before {
    position: absolute;
    bottom: -13px;
    left: 50%;
    display: block;
    margin-left: -10px;
    border-color: transparent transparent #e6e6e6;
    border-style: solid;
    border-width: 0 10px 10px 10px;
    content: " ";
}

.local_header .toggle_pc_panel {
    position: absolute;
    top: 40px;
    right: 10px;
    display: none;
    max-width: 280px;
    padding: 10px;
    background: #e6e6e6;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
    color: #333;
    z-index: 90;
}
.local_header .toggle_pc_panel p { margin: 0; }

.local_header .time:before,
.local_header .restaurant:before {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    background-image: url(/images/common/sprite_icon.png);
    background-size: 500px auto;
    content: " ";
}

.local_header .time:before { background-position: -350px -150px; }
.local_header .restaurant:before { background-position: -400px -150px; }

.local_header div:last-child { margin-bottom: 0; }
.local_header .toggle_other_panel > .box_button { display: none; }

/*
重要なお知らせ
-----------------------------------*/
main .box_important_notice { margin-bottom: 40px;}
header + .box_important_notice,
.box_important_notice:first-child { margin-bottom: 10px; }
.box_important_notice ul {
    width: 1200px;
    margin: 0 auto;
}
#main .box_important_notice ul {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 5px;
}
.box_important_notice ul:first-child,
#main .box_important_notice ul:first-child { margin-top: 40px; }
header + .box_important_notice ul:first-child,
.box_important_notice:first-child ul:first-child { margin-top: 0; }

.box_important_notice.headernotice { margin-bottom: 10px; }/*追加*/
.box_important_notice.headernotice ul:first-child { margin-top: 0; }/*追加*/

.box_important_notice:first-child ul:first-child { margin-top: 0; }
.box_important_notice ul + ul { padding-top: 0 !important; }
.box_important_notice li {
    position: relative;
    padding-left: /*140px*//*150px*/10em;
padding-right:10em;
}
/*追加
.box_important_notice li.notitle {
    padding-left: 10px;
}
#main .most_important.storepage ul:first-child { margin-top: 0!important; }

*/
.box_important_notice li.align_center {
    padding-left: 10px;
padding-right:10px;
display:block;
text-align:center;
}


.box_important_notice .title {
    position: absolute;
    top: 5px;
    left: 5px;
    margin: 0;
    padding: 3px 15px 2px;
    border-radius: 3px;
    background: #666;
    color: #fff;
    font-weight: 400;
}

.box_important_notice .align_right{
    display:block;
	text-align:right;
}
.box_important_notice.most_important .title { background: #e64545; }

.box_important_notice a { text-decoration: underline; }
.box_important_notice a:hover { text-decoration: none; }


.box_important_notice.headernotice ul.sougyou85 li {display:table}/*追加*/
.box_important_notice.headernotice ul.sougyou85 .image {display:table-cell;margin-right:10px;height:60px;}/*追加*/
.box_important_notice.headernotice ul.sougyou85 span {display:table-cell;vertical-align:middle;width:100%;}/*追加*/

.box_important_notice.headernotice ul.keishuku li {padding:18px 0;text-align:center;}/*追加*/
.box_important_notice.headernotice ul.keishuku li span{font-family: "Sawarabi Mincho",serif;font-size:22px;transform: rotate(.03deg);fonr-weight:800;}/*追加*/

.box_important_notice.headernotice ul.toyokoinfo li {padding:18px 0;text-align:center;}/*追加*/

.box_important_notice ul.omimai li {padding:18px 0;text-align:center;}/*追加*/
.box_important_notice ul.omimai li span{font-family: "Sawarabi Mincho",serif;font-size:18px;transform: rotate(.03deg);font-weight:400;}/*追加*/

/*
店舗共通レイアウト
-----------------------------------*/
main {
    position: relative;
    display: block;
    padding-bottom: 40px;
}
#main {
    padding-left: 300px;
}
#nav {
    position: absolute;
    top: 0;
    left: 0;
    display: block !important;
    width: 290px;
}

/*
ローカルメニュー
-----------------------------------*/
#nav .title,
#nav .name,
#nav .search,
#nav .toggle_nav,
#nav .box_button { display: none; }

#nav a {
    position: relative;
    display: block;
    text-decoration: none;

     transition: 0.1s linear;
}
#nav .primary a { width: 210px; }
#nav a:hover {
    border-bottom-color: #333;
    background: #333;
    color: #fff;
}
#nav a:before {
    position: absolute;
    display: block;
    background-image: url(/images/common/sprite_icon.png);
    background-size: 500px auto;
    content: " ";
}
#nav_panel {
    display: block !important;
    width: 290px;
}
#nav .primary a:before {
    top: 50%;
    left: 20px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
}
#nav .secondary a:before {
    top: 8px;
    left: 50%;
}

#nav .primary a {
    padding: 20px 20px 19px 60px;
    border-bottom: 1px solid #d9d9d9;
    font-size: 15px;
}
#nav .primary .foreign_customers,
#nav .primary .long { padding: 10px 20px 9px 60px; }

#nav .secondary {
    padding: 10px 0;
    border-bottom: 1px solid #d9d9d9;
}
#nav .secondary li {
    float: left;
    width: 33.33%;
}
#nav .secondary a {
    height: 30px;
    padding: 45px 5px 5px;
    border-left: 1px solid #d9d9d9;
    font-size: 12px;
    text-align: center;
    line-height: 1.2;
}
#nav .secondary li:first-child a { border-left: none; }

/* アイコン表示 */
#nav .topics:before { background-position: -150px 0; }
#nav .topics:hover:before { background-position: -150px -50px; }

#nav .event:before { background-position: -200px 0; }
#nav .event:hover:before { background-position: -200px -50px; }

#nav .shops:before { background-position: -248px 0; }
#nav .shops:hover:before { background-position: -248px -50px; }

#nav .floor_map:before { background-position: -400px 0; }
#nav .floor_map:hover:before { background-position: -400px -50px; }

/* 東急フードショー追加 start */
#nav .column:before { background-position: -452px 0; }
#nav .column:hover:before { background-position: -452px -50px; }
/* 東急フードショー追加 end */

/* ショップブログ start */
#nav .shopblog:before {     background-image: url(/images/common/sprite_icon2.png);
    background-position: 0 0px;
    background-size: 250px auto; }
#nav .shopblog:hover:before { background-position: 0 -50px; }
/* ショップブログ追加 end */

#nav .restaurant:before { background-position: 0 -195px; }
#nav .restaurant:hover:before { background-position: -50px -195px; }

#nav .service_guide:before { background-position: -300px 0; }
#nav .service_guide:hover:before { background-position: -300px -50px; }

#nav .access:before { background-position: -345px 0; }
#nav .access:hover:before { background-position: -345px -50px; }

#nav .foreign_customers:before { background-position: -50px 0; }
#nav .foreign_customers:hover:before { background-position: -50px -50px; }

#nav .information:before { background-position: -100px 0; }
#nav .information:hover:before { background-position: -100px -50px; }

#nav .noicon:before { background: none; }
#nav.show .noicon.hover:before { background: none; }

#nav .all_shops:before {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    background-position: 0 -100px;
}
#nav .all_shops:hover:before { background-position: 0 -150px; }

#nav .inquiry:before {
    top: 10px;
    width: 40px;
    height: 24px;
    margin-left: -20px;
    background-position: -50px -100px;
}
#nav .inquiry:hover:before { background-position: -50px -150px; }


#nav .shipping_inquiry:before {
    width: 45px;
    height: 30px;
    margin-left: -22.5px;
    background-position: -100px -100px;
}
#nav .shipping_inquiry:hover:before { background-position: -100px -150px; }

/* アイコンなし版 */
#nav .simple .primary a {
    width: 250px;
    padding: 20px 20px 19px;
}
#nav .primary.noicon a {
    width: 250px;
    padding: 20px 20px 19px;
}

#nav .simple .primary a:before { background: transparent; }
#nav .simple .primary .long { padding: 10px 20px 9px; }

/* 下層メニューあり */
#nav .primary .nav_title { border-bottom: none; }
#nav .primary .nav_title:hover {
    background: #fff;
    color: #333;
    cursor: default;
    pointer-action: none;
}
#nav .primary .nav_title + ul a {
    padding: 15px 20px 14px 40px;
    border-bottom: none;
    font-size: 14px;
}
#nav .primary .nav_title + ul { border-bottom: 1px solid #d9d9d9; }
#nav .primary .txt_supplement {
    display: block;
    font-size: 13px;
}
/*
共通ボックス
-----------------------------------*/
.box { margin-bottom: 50px; }

/*
見出し
-----------------------------------*/
/* 大見出し */
.headline01 {
    margin: 50px 0;
    font-size: 14px;
}
.headline01 span {
    display: block;
    margin-bottom: 5px;
    font-size: 34px;
}
/* 中見出し */
.heading02 {
    margin-bottom: 20px;
    padding: 10px;
}

/*

ボタン
-----------------------------------*/
.button {
    margin: 0 auto;
    padding: 20px;
    border: 1px solid #333;
    transition: 0.1s linear;
}
.button:hover {
    background: #fff;
    color: #333;
    text-decoration: none;
}

/* 小サイズ */
.button_small { padding: 10px; }

/* 次へ */
.button_next:after {
    position: absolute;
    top: 50%;
    right: 20px;
    display: block;
    width: 9px;
    height: 14px;
    margin-top: -7px;
    background: url(/images/common/sprite_arrow.png) no-repeat -50px -150px;
    background-size: 200px auto;
    content: " ";
    visibility: visible;
}
.button_next:hover:after { background-position: -50px -100px; }

/* 戻る */
.button_prev {
    border-color: #999;
    background: #999;
}
.button_prev:after {
    position: absolute;
    top: 50%;
    left: 20px;
    display: block;
    width: 9px;
    height: 14px;
    margin-top: -7px;
    background: url(/images/common/sprite_arrow.png) no-repeat -150px -150px;
    background-size: 200px auto;
    content: " ";
    visibility: visible;
}
.button_prev:hover:after { background-position: -150px -100px; }

/* 閉じるボタン */
.button_close {
    position: relative;
    display: block;
    width: 90px;
    margin: 0 auto;
    padding: 5px 10px 4px 20px;
    border:  1px solid #fff;
    background: #fff;
    color: #333;
    font-size: 13px;
    text-align: center;
    transition: 0.1s linear;
}
.button_close:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: block;
    width: 20px;
    height: 20px;
    margin-top: -10px;
    background: url(/images/common/sprite_icon.png) no-repeat -150px -100px;
    background-size: 500px auto;
    content: " ";
}
.button_close:hover {
    background: #333;
    color: #fff;
    text-decoration: none;
}
.button_close:hover:before { background-position: -150px -150px; }

/* 見出し内ボタン */
.button_transition .button {
    position: absolute;
    top: 10px;
    right: 15px;
    width: 200px;
    height: 40px;
    padding: 10px 20px;
    border-color: #333;
    background: #333;
    line-height: 20px;
}
.button_transition .button:hover { background: #fff; }

/*
テーブル
-----------------------------------*/
/* SP時にブロックタイプ */
.table_block {
    width: 100%;
    border-top: 1px solid #d9d9d9;
}
.table_block th,
.table_block td {
    padding: 15px;
    border-bottom: 1px solid #d9d9d9;
    font-weight: 300;
}
.table_block th {
    width: 120px;
    background: #f5f5f5;
}
.table_block p { margin: 5px 0 0; }
.table_block p:first-child { margin-top: 0; }
.table_block .supplement { font-size: 11px; }

/* SP時にボックスタイプ */
.table_box {
    width: 100%;
    border-top: 1px solid #ccc;
}
.table_box th,
.table_box td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    text-align: left;
}
.table_box th {
    width: 200px;
    font-weight: 500;
}

/* SP時もテーブル */
.table_list {
    width: 100%;
    border-top: 1px solid #ccc;
}
.table_list td {
    padding: 15px;
    border-bottom: 1px solid #ccc;
    text-align: left;
}


/*
タブ
-----------------------------------*/
.tab_toggle { height: 0; }
.tab {
    position: relative;
    margin-bottom: 20px;
    text-align: center;
    z-index: 2;
}
.tab:before {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: #d9d9d9;
    content: " ";
    z-index: 2;
}
.tab:after {
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 8px;
    background: url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
    content: " ";
    z-index: 4;
    visibility: visible;
}
.tab li {
    display: inline-block;
    margin-right: -1px;
    vertical-align: bottom;
}
.tab a {
    position: relative;
    display: table-cell;
    min-width: 110px;
    height: 36px;
    padding: 5px 10px 7px;
    border-top: 3px solid #333;
    border-bottom: 8px solid #f2f2f2;
    background: #f2f2f2;
    text-decoration: none;
    line-height: 1.2;
    z-index: 1;
    vertical-align: middle;
}
.tab .current {
    border-bottom-color: #333;
    background-color: #d9d9d9;
    z-index: 3;
}
.tab .recommend { border-color: #5ba619; }
.tab .ladies { border-color: #f24981; }
.tab .mens { border-color: #0a83bf; }
.tab .foods { border-color: #ffb31a; }
.tab .hobby { border-color: #a621a6; }
.tab .campaign { border-color: #ff791a; }
.tab .norengai {
    border-color: #c00900;
    background-image: url(/toyoko/images/tab_norengai.png);
    background-repeat: no-repeat;
    background-position: center 16px;
    background-size: 90px auto;
    text-indent: -9999px;
}
.tab .foodshow {
    border-color: #24954b;
    background-image: url(/toyoko/images/tab_foodshow.png);
    background-repeat: no-repeat;
    background-position: center 12px;
    background-size: 60px auto;
    text-indent: -9999px;
}
.wrap_tab { position: relative; }
.tab_panel,
.tab_toggle_panel {
    width: 100%;
    display: none;
}

/* tab・toggle切り替え版 */
.heading01 .toggle_sp {
    pointer-events: none;
    cursor: default;
}
.heading01 .toggle_sp:hover { text-decoration: none; }

/*
共通：タグ
-----------------------------------*/
.tags li {
    display: inline-block;
    padding: 3px 5px 2px;
    background: #e6e6e6;
    font-size: 10px;
    line-height: 1.2;
}
.tags .tag_advance_notice {
    background-color: #f23524;
    color: #fff;
}
/*
リスト：トピックス
-----------------------------------*/
.list_topics {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
}
.list_topics > p {
    text-align: center;
}
.list_topics .item {
    margin: 0 5px 5px 0;
    padding: 4px;
    border: 1px solid #999;
    background: #fff;
    vertical-align: top;
    transition: 0.1s linear;
}
.list_topics .item:hover {
    border-color: #333;
    background: #333;
}
.list_topics .item a {
    position: relative;
    display: block;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding-bottom: 45px;
    background: #fff;
    text-align: left;
    text-decoration: none;
}
.list_topics .image_wrap {
    display: table;
    width: 100%;
    max-height: 300px;
}
.list_topics .image {
    display: table-cell;
    width: 100%;
    height: 100%;
    background: #f5f5f5 url(/images/common/bg_texture_bk.png) repeat left top;
    background-size: 15px 16px;
    text-align: center;
    vertical-align: middle;
}

.list_topics .title {
    margin: 8px 10px;
    font-size: 14px;
    font-weight: 500;
}
.list_topics .title + p {
    margin: 0;
    padding: 8px 10px 0;
    font-size: 12px;
}
/*追加*/
.list_topics p.description {
    margin: 0;
    padding: 8px 10px 0;
    font-size: 12px;
}

.list_topics .tags {
  position: absolute;
  bottom: 10px;
  margin: 10px 0 0 10px;
}
.list_topics .tags li { margin-bottom: 2px; }

/*
リスト：バナー
-----------------------------------*/
.list_banner {
    margin-top: -10px;
    text-align: center;
}
.list_banner li {
    display: inline-block;
    width: 160px;
    margin: 10px 3px 0;
}
.list_banner a {
    display: block;
    transition: 0.2s linear;
}
.list_banner a:hover {
    filter: alpha(opacity=60);
    opacity: 0.6;
}


/*
関連サイトバナー
-----------------------------------*/
.list_relations {
    width: 980px;
    margin: 40px auto;
    text-align: center;
}
.list_relations:last-child { margin-bottom: 0; }
.list_banner + .list_relations {
    position: relative;
    margin-top: 100px;
}
.list_banner + .list_relations:before {
    position: absolute;
    top: -50px;
    left: 50%;
    display: block;
    width: 360px;
    height: 2px;
    margin-left: -180px;
    border-radius: 2px;
    background: #e5e5e5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
    content: " ";
}
.list_relations li {
    display: inline-block;
    width: 250px;
    width: 0 15px;
}

.list_relations li.squarebanner {
    width: 160px;
}
/*
リスト：ショップ
-----------------------------------*/
.list_shop a { transition: 0.1s linear; }
.list_shop .image {
    border: 5px solid #fff;
    background: #fff;
}
.list_shop a:hover {
    display: block;
    background: #333;
    text-decoration: none;
}
.list_shop a:hover p{
    color: #fff;
}
.list_shop a:hover .tags li {
    background: #fff;
    color: #333;

}

.list_shop p { font-size: 13px; }

/* ブロックタイプ */
.list_shop_block {
    width: 840px;
    margin: 0 auto;
}
.list_shop_block li {
    float: left;
    width: 209px;
    margin: -1px 0 0 -1px;
    border: 1px solid #d9d9d9;
}
.list_shop_block a {
    position: relative;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 209px;
    height: 100%;
    border: 4px solid #fff;
    text-align: center;
    transition: 0.1s linear;
}
.list_shop_block a:hover {
    border-color: #333;
    text-decoration: none;
}
.list_shop_block .image {
    position: absolute;
    top: 4px;
    left: 4px;
    right: 4px;
    display: block;
    height: 74px;
    text-align: center;

}
.list_shop_block img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100px;
    max-height: 74px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate( -50%, -50%);
}
.list_shop_block p {
    display: table-cell;
    margin: 0;
    line-height: 1.2;
    vertical-align: middle;
}
.list_shop_block p:first-child { height: 106px; }
.list_shop_block .image + p {
    height: 34px;
    padding-top: 78px;
}


/*
共通注意事項
-----------------------------------*/
.footer_anounce {
    margin: 10px auto 0;
    font-size: 11px;
}

/*
ログイン機能
-----------------------------------*/
.box_login p,
.box_login .table_block {
    width: 980px;
    margin: 20px auto;
}
.box_login p { font-size: 16px; }
.box_login input[type="text"],
.box_login input[type="email"],
.box_login input[type="password"] {
    display: inline-block;
    width: 300px;
    padding: 8px 10px 7px;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
}

.box_login .reg {
    display: inline-block;
    margin-left: 10px;
    padding: 5px 10px;
    background: #e5e5e5;
    font-size: 11px;
}


/*
店舗フッター
-----------------------------------*/
#shop_footer .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
#shop_footer .information {
    float: left;
    width: 800px;
}
#shop_footer .information li {
    position: relative;
    margin-top: 10px;
    font-size: 14px;
    padding-left: 20px;
}
#shop_footer .information li:before {
    position: absolute;
    top: 2px;
    left: 0;
    display: block;
    width: 15px;
    height: 15px;
    background-image: url(/images/common/sprite_icon.png);
    background-size: 500px auto;
    content: " ";
}
#shop_footer .information .address:before { background-position: -250px -100px; }
#shop_footer .information .tel:before { background-position: -300px -100px; }
#shop_footer .information .time:before { background-position: -350px -100px; }
#shop_footer .information .holiday:before { background-position: -450px -100px; }

#shop_footer .information p { margin: 0; }

.box_footer_notice {
    float: right;
    width: 380px;
    padding: 20px 10px;
    font-size: 11px;
}

/*
グローバルフッター
-----------------------------------*/
footer.global .inner {
    width: 1200px;
    margin: 0 auto;
    padding: 20px 0;
}
.page_top {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    text-align: center;
}
.page_top a { display: none; }
#button_page_top {
    position: relative;
    bottom: 0;
    display: inline-block;
    width: 40px;
    height:32px;
    border-top: 8px solid #666;
    background: #333;
    font-size: 12px;
    line-height: 32px;
}
#button_page_top:before {
    position: absolute;
    top: -6px;
    left: 50%;
    display: block;
    margin-left: -6px;
    border-color: transparent transparent #333;
    border-style: solid;
    border-width: 0 6px 6px 6px;
    content: " ";
}
#button_page_top:hover { text-decoration: none; }

.footer_shop_list,
.footer_list  { padding-bottom: 50px; }
.footer_shop_list .title,
.footer_list .title  { padding-bottom: 20px; }
.footer_shop_list ul,
.footer_list ul { margin: 0 10px; }
.footer_shop_list li {
    float: left;
    width: 20%;
    margin-top: 20px;
display:inline-block;
height:2em;
}

/*dept*/
.footer_shop_list li.dept {
    width: calc(100%/5);
}
/*scsq*/
.footer_shop_list li.scsq {
    width: calc((100%/5)*2);
}
/*plz*/
.footer_shop_list li.plz {
    width: calc((100%/5)*1);
}
/*sc*/
.footer_shop_list li.plz {
    width: calc((100%/5)*1);
}



.footer_list {
    float: left;
    width: 224px;
    margin-left :20px;
}

.footer_shop_list + .footer_list { margin-left: 0; }

.footer_list li {
    margin-top: 10px;
    line-height: 1.2;
}

footer.global small {
    width: 1200px;
    margin: 0 auto;
    font-size: 12px;
}
.mode_tb{display:none;}






