/* カスタマイズ用CSS */
body{
    background:#ffffff;
}
.ec-layoutRole__header,.ec-layoutRole .ec-layoutRole__contents{background:#fff;}
.ec-layoutRole{background:transparent}
ul,li{list-style:none;}
.ec-layoutRole>h1{
    max-width:1090px;
    width:100%;
    margin:5px auto;
    text-align:left;
    font-size:14px;
}
@media only screen and (max-width: 768px){
    .ec-layoutRole>h1{
        display:none;
    }
}

.md-wrap{
    width:100%;
}
.navi-wrap>.ec-itemNav>ul{
    max-width:1090px;
    display:table;
    margin:20px auto;
}
.navi-wrap>.ec-itemNav>ul>li{position:relative;
    padding:15px;
    box-sizing:border-box;
    text-align:center;
    display:block;
    float:left;
}
.navi-wrap>.ec-itemNav>ul>li>a{
    width:100%;
    box-sizing:border-box;
    text-align:center;
    display:block;
    height:100%;
}
.navi-wrap .ec-itemNav{
    margin-bottom:20px;
}
.ec-headerNaviRole {
    padding-bottom: 10px;
    margin-top:-30px;
}
.ec-headerTitle .ec-headerTitle__title{
    text-align:left;
}
.ec-cartNavi {
    padding: 10px 12px 0 20px;
}
.ec-cartNaviWrap{

    max-width:255px;
    width:100%;
    float:right;
    margin-bottom:10px;
    text-align: right;
}
.ec-headerNaviRole .ec-headerNaviRole__search{
    max-width:520px;
    width:100%;
    float:right;
    margin-bottom:10px;
}
.ec-headerNaviRole .ec-headerNaviRole__nav{
display:block;
}
.ec-headerNaviRole__search{
    display:block;
}
.thin{
    clear:both;display:block;width:0px;
    height:0px;
}
.ec-headerNaviRole .ec-headerNaviRole__right{display:block;}

.ec-footerRole .ec-footerRole__inner img {
    width: auto;
}
.ec-footerRole .ec-footerRole__inner {
    margin: 0 auto;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 1.4;
    color: #333;
    -webkit-text-size-adjust: 100%;
    width: 100%;
    max-width: 1090px;
}
.ec-footerTitle *{    color:#333;}
.ec-footerTitle {
    padding: 40px 0 10px;
}
.ec-footerNavi{
    color:#333;

}
.ec-footerRole {
    border-top: 0;
    margin-top: 0px;
    background:#fff;
}
iframe{display: block;}
.ec-footerTitle .ec-footerTitle__copyright{
    margin-top:30px;
}
.under_page .ec-layoutRole .ec-layoutRole__main {
    width: 100%;
    box-shadow: 0px 0px 10px;
}
.ec-layoutRole__contents .col-xs-6{margin-bottom:20px;}
.ec-newItemRole .ec-newItemRole__listItemPrice{color:#c13206;font-weight:bold;}
.ec-role h2{
    font-size:24px;
    text-align:center;
    font-weight:bold;
	color: #000000;
}
.ec-newItemRole {
    padding: 20px 0;
}
.ec-role p{
    margin-top:10px;
    margin-bottom:10px;
}
table.md-table{width:100%;}
.md-table th,.md-table td{border-bottom:1px solid #ccc;padding:10px;box-sizing:border-box;text-align:left;font-size:14px;}
.md-btn{    font-size: 14px;
    position: relative;
    cursor: pointer;
    display: inline-block;
    padding: 10px 30px 10px 20px;
    background: #c50202;
    color: #fff;
    text-align: center;
	margin: 0 0 20px;
}
.md-btn:hover{color:#fff;text-decoration: none;opacity: 0.8}
.md-btn:after{
    content: "";
    width: 8px;
    height: 8px;
    border: 2px solid;
    border-color: transparent transparent #fff #fff;
    display: block;
    position: absolute;
    right: 10px;
    transform: rotate(-135deg);
    top: 16px;
    bottom: auto;
    left: auto;
    margin: auto;
    transition-duration: 1s;
    transition-timing-function: ease-in-out;
    background-color: transparent;}
.navi-wrap>.ec-itemNav>ul>li{position:relative;}
.sub-menu{padding-left: 0px;z-index:100;display:none!important;position:absolute;top:52px;left:0px;right:0px;bottom:auto;margin:auto;background:rgba(0,0,0,0.8);color:#fff;width:100%;max-width:200px!important;}
.sub-menu li{width:100%;    padding-left: 0px;}
.sub-menu li a{display:none;padding:10px;box-sizing:border-box;border-bottom:1px solid #fff;text-align:center;width:100%;   padding-left: 0px;}
.navi-wrap>.ec-itemNav>ul>li:hover .sub-menu{display:block!important;}
.navi-wrap>.ec-itemNav>ul>li:hover .sub-menu li a{display:block!important;}
.number_list li{padding:10px 10px 10px 10px;margin:0;border-bottom:1px dotted #ccc;font-weight: bold;}
.number_list {margin:0;padding:0;}
.under_page h2 {
    position: relative;
    display: inline-block;
    margin-bottom: 1.5em;
    width: 100%;
    padding: 30px 0px 10px;
}
  .under_page h2:before {
    content: '';
    position: absolute;
    bottom: -15px;
    display: inline-block;
    width: 60px;
    height: 5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background-color: black;
    border-radius: 2px;
  }
  .under_page h3 {
    position: relative;
    padding: 0.5em;
    background: #a6d3c8;
    color: white;
    margin-bottom:20px;
	margin-top: 30px;
  }
  
  .under_page h3::before {
    position: absolute;
    content: '';
    top: 100%;
    left: 0;
    border: none;
    border-bottom: solid 15px transparent;
    border-right: solid 20px rgb(149, 158, 155);
  }
  .under_page h4{
    color: #333;
    text-shadow: 0 0 5px white;
    padding: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  }

  .under_page p{line-height:2em;margin-top:20px;}
  .menu-table td{text-align:right;}
.ec-newItemRole__listItemTitle{
    color:#918d8b!important;
}

.ec-headerTitle .ec-headerTitle__title a {
	margin-top: 10px;
	margin-bottom: 0;
}

/* 背景色（黒） */
body.black_bg {
	background: #000;
    color: #fff;
}
.black_bg a, .black_bg a:focus, .black_bg a:hover {
	color: #fff;
}
.black_bg .ec-layoutRole__header, .black_bg .ec-layoutRole .ec-layoutRole__contents {
    background: #000;
}
.black_bg .ec-layoutRole>h1 {
    color: #fff;
}
.black_bg .ec-headerNav .ec-headerNav__itemIcon {
    color: #fff;
}
.black_bg .ec-headerNav .ec-headerNav__itemLink {
    color: #fff;
}
.black_bg .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search {
    background: #f1f1f1;
}
.black_bg .ec-headerSearch .ec-headerSearch__category .ec-select select {
    color: #000;
}
.black_bg .ec-headerSearch .ec-headerSearch__category .ec-select.ec-select_search:before {
    border-top: 6px solid #000;
}
.black_bg .navi-wrap>.ec-itemNav>ul>li>a {
    color: #fff;
}
.black_bg .slick-dots li.slick-active button:before {
    background-color: #fff;
}
.black_bg .slick-dots li button:before {
    background-color: #fff;
}
.black_bg .ec-role h2 {
    color: #fff;
}
.black_bg .ec-role {
    color: #fff;
}
.under_page.black_bg h2:before {
    background-color: #fff;
}
.black_bg .ec-footerRole {
    background: #000;
}
.black_bg .ec-footerNavi .ec-footerNavi__link a {
    color: #fff;
}
.black_bg .ec-footerTitle * {
    color: #fff;
}
.under_page.black_bg .ec-layoutRole .ec-layoutRole__main {
    box-shadow: none;
}
.under_page.black_bg h3 {
    background: #c13206;
}
.under_page.black_bg h4 {
    background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px,#fff 3px, #fff 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px,#fff 3px, #fff 7px);
}
@media only screen and (min-width: 768px){
.black_bg .ec-layoutRole__footer {
    border-top: 1px solid #fff;
}
}
@media only screen and (max-width: 767px){
.black_bg .ec-cartNavi {
    color: #fff;
}
.black_bg .ec-headerNavSP {
    border: 1px solid #000;
}
.black_bg .ec-headerRole {
    padding-top: 20px;
    padding-left: 40px;
}
}

/* 背景色（白） */
body.white_bg {
	background: #fff;
    color: #000;
}
.white_bg .ec-layoutRole__header, .white_bg .ec-layoutRole .ec-layoutRole__contents {
    background: #fff;
}
.under_page.white_bg .ec-layoutRole .ec-layoutRole__main {
    box-shadow: none;
}
.under_page.white_bg h3 {
    background: #c13206;
}
.under_page.white_bg h4 {
    background: -webkit-repeating-linear-gradient(-45deg, #eee, #eee 3px,#fff 3px, #fff 7px);
    background: repeating-linear-gradient(-45deg, #eee, #eee 3px,#fff 3px, #fff 7px);
}
@media only screen and (min-width: 768px){
.white_bg .ec-layoutRole__footer {
    border-top: 1px solid #000;
}	
}
@media only screen and (max-width: 767px){
.white_bg .ec-headerNavSP {
    border: 1px solid #000;
}
.white_bg .ec-headerRole {
    padding-top: 20px;
    padding-left: 30px;
}	
.ec-headerNaviRole {
    margin-top: -10px;
}	
}

/* EC-CUBE調整 */
.ec-headerNav {
    clear: both;
}
.other_page .ec-layoutRole__footer {
    margin-top: 50px;
}

/* 20191015追記 */
#page_help_tradelaw table {
    width: 100%;
    margin: 10px 0 20px;
    border: 1px solid #ccc;
}
#page_help_tradelaw table th, #page_help_tradelaw table td {
    padding: 10px;
    box-sizing: border-box;
    width: 100%;
    display: block;
    line-height: 1.8;
    border: 0;
    font-size: 14px;
}
#page_help_tradelaw table th {
    background: #f6f6f6;
    border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
}
#page_help_tradelaw table tr:first-child th {
	border-top: 0;
}

/* 営業日カレンダー */
#calBox {
	margin-top: 40px;
}
.calendarBox ul {
display: flex;
margin-bottom: 10px;
	padding: 0 0 0 15px;
}
.calendarBox li {
width: 33%;
text-align: center;
}
.calendarBox li:nth-child(1) {
text-align: left;
}
.calendarBox li:nth-child(2) {
font-size:  1.250em;
font-weight: 900;
}
.calendarBox li:nth-child(3)  {
text-align: right;
}
.calendarBox  .normal {
    width: 100%;
	table-layout: fixed;   
    border-collapse: collapse;
    margin-bottom: 30px;
}
.calendarBox  .normal th,
.calendarBox  .normal td {
    font-size:1.125em;
	font-weight: 900;
    padding: 10px;
    line-height: 1.6em;
    border: 1px solid #ccc;
    text-align:left;
}
.calendarBox  .normal .sunday {
	color:  #c50202;
}
.calendarBox  .normal .saturday {
	color:  #6495ED;
}
.calendarBox  .normal td span {
    font-size: 0.722em;
	color:  #FFFFFF;
	padding: 5px 0px;
	line-height: 1em;
	text-align:  center;
	width: 100%;
	display: block;
	margin-bottom: 8px;
}
.calendarBox  .normal td .close_01 {
	background:  #c50202;
}
.calendarBox  .normal td .close_02 {
	background:  #6495ED;
}
.calendarBox  .normal td p {
    font-size:0.778em;
	font-weight: 500;
	margin-bottom: 0px;
	line-height: 1.4em;
	color: #525263;
}
.calendarBox  .normal th{
    font-weight: bold;
	text-align: center;
    background-color: #f6f6f6;
}
#calBox ul li a {
    color: #c50202;
}
@media only screen and (max-width: 767px) {
.calendarBox .normal th, .calendarBox .normal td {
    font-size: 1em;
    padding: 5px;
}
}
@media only screen and (max-width: 400px) {
.calendarBox .normal th, .calendarBox .normal td {
    padding: 2px;
}
}

/* 営業日カレンダー2 */
.cal_wrapper {
  max-width: 900px; /* 最大幅 */
  min-width: 280px; /* 最小幅 */
  margin: 3% auto 2.0833%;
  padding:0 .5em;
}
.googlecal {
  position: relative;
  padding-bottom: 100%; /* 縦横比 */
  height: 0;
  overflow: hidden;
}
.googlecal iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
 
@media only screen and (min-width: 768px) {
  /* 画面幅が600px以上の場合の縦横比の指定 */
  .googlecal {
    padding-bottom: 75%;
  }
}
@media screen and (max-width: 767px) {
.cal_wrapper {
  padding: 0!important;
}
}

/* shop info */
.shop_info {
    border-bottom: 1px solid #000;
    padding: 30px 0;
    overflow: hidden;
}
.shop_info img {
	width: auto;
	height: auto;
}
.shop_info h4{
    color: #333;
    text-shadow: 0 0 5px white;
    padding: 15px;
    background: -webkit-repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #cce7ff, #cce7ff 3px,#e9f4ff 3px, #e9f4ff 7px);
  }
.shop_info p {
	font-size: 14px;
	margin: 10px 15px;
}

ul.ul01 {
 list-style: none;
 padding:0;
	margin: 10px 0;
}
ul.ul01 li {
 padding: 0 0 5px 32px;
 position: relative;
	font-size: 14px;
}
ul.ul01 li a {
 font-weight: normal;
}
ul.ul01 li:before {
    display: block;
    content: "";
    position: absolute;
    top: 4px;
    left: 20px;
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-left: 5px solid #b1b5ba;
}
ul.ul01 li span {
 font-weight: bold;
}