@charset "utf-8";
/* Global Reset (html5doctor.com)
 * - Author: Richard Clark - http://richclarkdesign.com
------------------------------------------------------ */
/*----- for HTML5 -----*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}

/* page */
html {
    overflow-y: scroll;
    font-size: 62.5%;
    -webkit-text-size-adjust: 100%;
        -ms-text-size-adjust: 100%;
}
body {
    color: #222222;
    font-size: 14px;
    font-size: 1.4rem;
    font-size: 1.4em; /* for Chrome */
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    line-height: 1.5;
    word-wrap: break-word;
}
body * {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            -o-box-sizing: border-box;
            box-sizing: border-box;
}
#mainContainer {
    margin-top: 0;
}
#mainContents {
    width: auto;
    padding: 0;	
}
.appTabContents,
.appTabContents.typeSlide{
    padding: 20px 15px;
}
.appAllContainer {
    max-width: 900px;
    margin: 0 auto 20px;
}
.storeDetHead{
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 10px;
}
.categoryText{
    font-size: 20px;
    font-weight: bold;
    border-bottom: 2px solid #666;
    color: #666;
    padding-bottom: 5px;
    margin-bottom: 10px;
}
.tabContainer{
    font-size: 13px;
}
.tab{
    margin: 10px 0 20px 0;
    display: flex;
    border-left: solid 1px #dfdfdf;
}
.tab__button{
    border: solid 1px #dfdfdf;
    border-left: none;
    flex-grow: 1;
}
.tab__button a{
    display: block;
    padding: 15px 5px;
    text-decoration: none;
    text-align: center;
    color:#333;
    width:100%;
    background-color: #dfdfdf;
}
.tab__button a.active{
    background-color: #fff;
}

.priorityText_icon{
    display: inline-block;
    margin: 10px 0;
    padding: 5px 5px 3px 45px;
    background: #f2f2f2 url(../images/epospayservice_ic13.png?210720) no-repeat 5px 50%;
    background-size: 35px auto;
    color: #a5001e;
    font-size: 11px;
}
.storeDetails{
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf;
}
.storeDetails .storeDetHead{
    font-size: 1.8rem;
    font-weight: bold;
}
.storeDetails .bx-wrapper {
    margin-bottom: 30px;
    border: solid 1px #dfdfdf;
}
.storeDetails .bx-wrapper .bx-pager {
    padding-top: 0;
}
.storeDetails .bx-wrapper .bx-pager,
.storeDetails .bx-wrapper .bx-controls-auto {
    bottom: -25px;
}
.storeDetails .bx-wrapper .bx-pager.bx-default-pager a {
    background: #bfbfbf;
    width: 8px;
    height: 8px;
    margin: 0 8px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.storeDetails .bx-wrapper .bx-pager.bx-default-pager a:hover,
.storeDetails .bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #a5001e;
}
.storeDetails .storeDetSlider > li{
    display: table;
    height: 195px;
    margin: 0 auto;
    text-align: center;
}
.storeDetails .storeDetSlider > li figure{
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.storeDetails .storeDetSlider > li figure img{
    width: auto;
    max-height: 195px;
    margin: 0 auto;
}
.eventInfo{
    border-radius: 10px;
    background-color: #f8f8f8;
    padding: 10px 10px;
    margin-bottom: 20px;
}
.eventInfo_ttl{
    margin: 0 0 10px;
    font-weight: bold;
    font-size: 1.6rem;
    color: #fff;
    background: #a5001e;
    padding: 5px;
    text-align: center;
    letter-spacing: 1px;
}
.eventInfo_detail{
	margin: 0;
	font-size: 1.2rem;
}
.eventInfo_detail dt{
    font-weight: bold;
    color: #333;
    padding: 3px;
    padding-left: 15px;
    font-size: 1.2rem;
    position: relative;
}
.eventInfo_detail dt:before{
    position: absolute;
    content: "■";
    left: 0;
}
.eventInfo_detail dd{
    margin: 5px 0 10px 15px;
}
.eposPriv{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.eposPriv_ttl{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 5px;
}
.eposPriv_body{
    font-size: 1.3rem;
    color:#a5001e;
    margin-bottom: 5px;
    margin-left: 2rem;
}
.eposPriv_link{
    font-size: 1.3rem;
    margin-left: 2rem;
}
.shopPriv{
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.shopPriv_ttl{
    font-size: 1.3rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.shopPriv_body{
    font-size: 1.3rem;
    color:#a5001e;
    margin-left: 2rem;
}
.storeDetSlider{
    margin-top: 0;
}
.storeDetBody{
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
}
.storeInfo{
    margin-bottom: 20px;
}
.storeInfo table {
    font-size: 1.3rem;
    width: 100%;
}
.storeInfo table th,
.storeInfo table td{
    border-bottom: 1px solid #eee;
    line-height: 1.5;
    text-align: left;
    word-break: break-all;
}
.storeInfo table th{
    padding: 8px 0;
    width:8rem;
}
.storeInfo table td{
    padding: 8px 0 8px 10px;
}
.customerVoice{
    border: 2px solid #d1d1d1;
    border-radius: 10px;
    position: relative;
    margin: 25px 0;
    padding: 20px 10px 5px;
}
.customerVoice__title{
    position: absolute;
    top: -8px;
    left: 20px;
    font-size: 14px;
    font-weight: bold;
    background: #fff;
    padding: 0 4px;
    color: #444;
    letter-spacing: 1px;
}
.customerVoice ul{
    color: #555;
    padding-left: 25px;
}
.customerVoice ul li{
    font-size: 1.3rem;
    margin-bottom: 7px;
    padding-right: 20px;
}
.storeDetAccBtn{
    font-size: 1.2rem;
    display: inline-block;
    background: url(../images/epospayservice_ic11.png) no-repeat 90% 50%;
    background-size: 13px auto !important;
    background-color: #f0f5ff;
    color: #003399;
    border: 1px solid #adc2eb;
    padding: 8px 30px 5px 10px;
    text-decoration: none;
}
.storeDetAccBtn:hover{
    cursor: pointer;
}
.storeDetAccBtn.open{
    margin-top: 0;
    background: url(../images/epospayservice_ic12.png) no-repeat 90% 50%;
    background-color: #f0f5ff;
}
.txtNote01 {
    margin-left: 1rem;
    font-size: 1.2rem;
}
.txtRed{
    color: #a5001e;
}
.txtNote01 li{
    list-style: none;
    margin-bottom: 0.5rem;
    text-indent: -1rem;
}
.resultEmpty{
    font-size: 1.6rem;
    line-height: 1.7;
    margin:80px 0;
    text-align: center;
}
.copyright{
    margin: 30px 0;
    font-size: 1.2rem;
    text-align: center;
}
.mapTitle{
    font-size: 2.0rem;
    font-weight: bold;
    margin-bottom: 10px;
}
.map{
    height: calc(100vh - 100px);
}
/* pageTopBtn
------------------------------------------------------ */
#pageTopBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 10px;
    z-index: 10000;
}
#pageTopBtn a {
    display: block;
    text-indent: -9999px;
    width: 32px;
    height: 32px;
    background: url(../images/com_top_ic01.png) 0 0 no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
    outline: 0;
}
#pageTopBtn a:hover {
    background: url(../images/com_top_ic01.png) 0 0 no-repeat;
    -webkit-background-size: 32px 32px;
    background-size: 32px 32px;
}
