
@charset "utf-8";

/* +++++++++++++++++++++++++++++++

 common.css
 
 全デバイス共通

+++++++++++++++++++++++++++++++ */

/* reset */
ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

input[type=text],
input[type=email],
input[type=tel] {
    -webkit-appearance: none;
}
input:placeholder-shown { color: #999; }
input::-webkit-input-placeholder { color: #999; }
input::-moz-input-placeholder { color: #999; }
input:-ms-input-placeholder { color: #999; }

/* layout */
body {
    background: #fff;
    font-family:'Roboto', 'Noto Sans Japanese', 'Noto Sans SC', 'Noto Sans TC', sans-serif;
    font-weight: 300;
} 

a {
    color: #333;
    text-decoration: none;
}
p a,
.link {
    text-decoration: underline;
}

img { vertical-align: bottom; }
.image img {
    max-width: 100%;
    max-height: 100%;
}
p { margin: 20px 0; }

input,
button {
    font-family:'Roboto', 'Noto Sans Japanese', sans-serif;
    font-weight: 300;
    outline: none;
}

strong { font-weight: 500; }

/* headline */
h1, h2, h3, h4, h5 {
    margin: 0;
    font-size: 20px;
}
/*
グローバルヘッダー
-----------------------------------*/
header.global {
    position: relative;
    z-index: 10;
}
header.global .logo {
    float: left;
    margin: 0;
}
header.global .primary {
    float: right;
}
header.global .primary > li { float: left; }

header.global .header_nav {
    position: absolute;
    right: 0;
    display: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    background: #333;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .35);
    z-index: 100;
}


/*
店舗ヘッダー
-----------------------------------*/
.local_header {
    position: relative;
    background: #333;
    color: #fff;
    z-index: 9;
}
.local_header .name {
    float: left;
    font-weight: 300;
}
.local_header .name a { color: #fff; }
.local_header .name a:hover { text-decoration: none; }

.local_header .business_hours {
    margin: 0 0 10px;
    padding: 15px 10px 14px;
    border-radius: 3px;
    background: #fff;
    font-size: 13px;
}
.local_header .business_hours strong { display: block; }

.local_header .business_hours > div {
    position: relative;
    margin-bottom: 15px;
    padding: 0 0 14px 40px;
    border-bottom: 1px solid #d9d9d9;
}
.local_header .business_hours > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.local_header .holiday {
    position: relative;
    margin: 0 0 10px;
    padding: 10px 10px 9px;
    border-radius: 3px;
    background: #f3d1cf;
    font-size: 13px;
}

.local_header strong { font-size: 15px; }
.local_header .tel a { text-decoration: none; }

/*
共通レイアウト
-----------------------------------*/
main { z-index: 1; }
header.global + main { border-top: 1px solid #d9d9d9; }

/*
共通：ボックス
-----------------------------------*/
.box {
    position: relative;
    z-index: 2;
}
#main .box:last-child { margin-bottom: 0; }
.box_gray {
    padding: 20px 0;
    background: #e5e5e5;
}
.box_lgray {
    padding: 20px 0;
    background: #f2f2f2;
}
.box_gray_texture {
    padding: 20px 0;
    background: #e5e5e5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}
.box_lgray_texture {
    padding: 20px 0;
    background: #f5f5f5 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}

/*
パンくず
-----------------------------------*/
#pkz {
    margin: 0;
    padding: 2px 10px;
    background: #f5f5f5;
    font-size: 11px;
}
#pkz li {
    position: relative;
    display: inline-block;
}
#pkz li:before {
    display: inline-block;
    width: 6px;
    height: 10px;
    margin: 0 5px 0 3px;
    background: url(/images/common/pkz.png) no-repeat -50px 0;
    background-size: 100px auto;
    content: " ";
    vertical-align: -1px;
}

#pkz li:first-child:before {
    width: 12px;
    height: 12px;
    margin-left: 0;
    background-position: 0 0;
}

/*
見出し
-----------------------------------*/
/* 大見出し */
.headline01 {
    text-align: center;
    font-weight: 300;
}
.heading01 {
    margin-bottom: 20px;
    padding: 15px 0;
    background: #e6e6e6;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
.heading02 {
    margin-bottom: 20px;
    padding: 15px 0;
    background: #e6e6e6;
    font-size: 18px;
    font-weight: 500;
}
.heading03 {
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}

/*
重要なお知らせ
-----------------------------------*/
.box_important_notice {
    padding: 0;
    background: #b2b2b2 url(/images/common/bg_texture_w.png) repeat left top;
    background-size: 10px;
}
.box_important_notice.most_important { background-color: #fcc; }
.box_important_notice ul { padding: 5px 0; }
.box_important_notice li {
    margin-top: 5px;
    padding: 8px 10px 7px;
    border-radius: 3px;
    background: #fff;
    font-size: 15px;
}
.box_important_notice li:first-child { margin-top: 0; }


/*
汎用リスト
-----------------------------------*/
.list_indent li {
    margin-top: 20px;
    padding-left: 1em;
    text-indent: -1em;
}
.list_indent li:first-child { margin-top: 0; }

.list_square {
    margin-left: 20px;
    list-style: square;
}
.list_square li { margin-top: 3px; }

/*
ボタン
-----------------------------------*/
.button {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 400px;
    background: #333;
    color: #fff;
    font-size: 15px;
    text-align: center;
    
}
/* 小サイズ */
.button_small { width: 200px; }

/*
戻るリンク
-----------------------------------*/
.link_back {
    max-width: 980px;
    margin: 0 auto;
    text-align: right;
}
.link_back a {
    position: relative;
    display: inline-block;
    padding: 5px 10px 4px 20px;
    background: #e6e6e6;
    font-size: 12px;
}
.link_back a:before {
    position: absolute;
    top: 50%;
    left: 10px;
    display: inline-block;
    width: 6px;
    height: 13px;
    margin-top: -6px;
    background: url(/images/common/sprite_arrow.png) no-repeat -150px -100px;
    background-size: 200px auto;
    content: " ";
}
.link_back a:hover,
.link_back a.hover {
    background: #d9d9d9;
    text-decoration: none;
}

/*
リスト：ショップ
-----------------------------------*/
.list_shop { border-top: 1px solid #e6e6e6; }
.list_shop > li {
    border-bottom: 1px solid #e6e6e6;
}
.list_shop a {
    display: block;
    padding: 10px;
}
.list_shop a:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
.list_shop .image {
    float: right;
    width: 100px;
    margin-left: 10px;
}
.list_shop p { margin: 0; }
.list_shop .name {
    font-size: 16px;
    font-weight: 500;
}
.list_shop .tags:after { display: none; }
.list_shop .tags + p { padding-top: 5px; }

/*
フォームパーツ
-----------------------------------*/
/* ラジオボタンリスト */
.list_block,
.list_inline { margin-top: -5px; }
.list_inline li {
    display: inline-block;
    margin: 5px 0 0;
}
.list_block li { margin: 5px 5px 0 0; }
.list_block label,
.list_inline label {
    position: relative;
    display: block;
    padding: 5px 10px 4px 30px;
    border: 1px solid #ccc;
    background: #fff;
    cursor: pointer;
}
.list_block label { padding: 10px 10px 9px 30px; }
.list_block .checked,
.list_inline .checked {
    background: #333;
    color: #fff;
}
.list_block input,
.list_inline input {
    position: absolute;
    top: 0;
    left: 0;
    filter: alpha(opacity=0);
    opacity: 0;
}
.list_block label:before,
.list_inline label:before {
    position: absolute;
    top: 50%;
    left: 5px;
    display: block;
    width: 15px;
    height: 15px;
    margin-top: -7px;
    background: url(/images/common/ico_radio.png) no-repeat left top;
    background-size: 15px auto;
    content: " ";
}
.list_block .checked:before,
.list_inline .checked:before { background-position: 0 -15px; }

/*
店舗フッター
-----------------------------------*/
#shop_footer {
    position: relative;
    background: #f5f5f5;
    z-index: 2;
}
#shop_footer .name {
    margin: 0;
    font-size: 16px;
}
#shop_footer .tel a {
    font-weight: bold;
    text-decoration: none;
}

.box_footer_notice {
    background: #d9d9d9;
}


/*
グローバルフッター
-----------------------------------*/
footer.global {
    position: relative;
    padding: 20px 10px;
    background: #333;
    color: #fff;
    z-index: 10;
}
footer.global a { color: #fff; }

.footer_shop_list .title,
.footer_list .title {
    margin: 0;
    border-bottom: 1px solid #e5e5e5;
    font-size: 14px;
}
.footer_list li a {  font-size: 12px; }
.footer_shop_list a {
    display: block;
    padding: 0 10px 0 15px;
    background: url(/images/common/ico_circle.png) no-repeat left 4px;
    background-size: 10px;
    color: #fff;
    font-size: 12px;
}
footer.global small {
    display: block;
    padding-top: 10px;
    border-top: 1px solid #d9d9d9;
    text-align: center;
}
footer.global small:first-of-type {
    padding-top: 0;
    border-top: none;
}

/*tsuika171027*/
footer.global .securemark{
	width:150px;
	margin:0 auto 20px auto;
}

/* clearfix */
header:after,
footer:after,
main:after,
section:after,
div:after,
ul:after,
ol:after,
dl:after,
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    height: 0;
    font-size: 0;
    visibility: hidden;
}
header, footer, main, section, div, ul, ol, dl,.clearfix { display: inline-block; }
header, footer, main, section, div, ul, ol, dl, .clearfix { display: block; }


/*追加PCSP*/

@media all and (min-width: 768px) {
 .mode_sp { display: none; }
}
@media all and (max-width: 767px) {
 .mode_pc { display: none; }
}


/*重要なお知らせ各店スライダより上*/

.box_important_notice ul:first-child, #main .box_important_notice ul:first-child {
     margin-top: 0; 
}

/*ローカルヘッダ固定*/

.local_header.m_fixed {
  position: fixed;
  top: 0;width:100%;z-index:100;
}
@media all and (max-width: 767px) {
#nav.m_fixed{z-index:120!important;}
#nav.m_fixed .title{position:fixed;top:8px!important;}
#nav.m_fixed #nav_panel{position:fixed;top:0;}
.title.app{z-index:1000;}
}




