@charset "utf-8";

/*-----------------------------------------------------
  共通css
------------------------------------------------------*/
html,body
{
  height: 100%;
}

body {
margin: 0;
  overflow-x:hidden;
}
/*背景画像は別々にスタイル設定する 要!important*/
/* @media screen and (min-width: 39.9375em) {
  body {
    background-image: url(//file003.shop-pro.jp/PA01401/684/img/aside/madras2.jpg) !important;
    background-repeat: repeat-y !important;
    background-size: 70px !important;
    background-position: left top !important;
  }
} */

html {
}

a {
color: #000;
}
a:hover {
color: #000;
}

/* 見出し */
.hn-item {
background: url(//file003.shop-pro.jp/PA01401/684/img/bg_border.png) no-repeat left bottom;
padding: 0 5px 13px;
}
.lineheight1 {
line-height: 1;/* 見出しが画像の時 */
}
.hn-back {
background: #ffcc01;
padding: 5px;
}
.hn-1 {
border-bottom: solid 1px #000;
padding: 0 0 5px 0;
font-size: 1.5rem;
}
.hn-2 {
border-bottom: dotted 1px #000;
padding: 0 0 5px 0;
font-size: 1.2rem;
}

.hn-3 {
display: inline-block;
    position: relative;
    height: 40px;/*高さ*/
    line-height: 40px;/*高さ*/
    vertical-align: middle;
    text-align: center;
    padding: 0 40px 0 18px;/*文字の左右の余白*/
    font-size: 18px;/*文字サイズ*/
    background: #ffc668;/*背景色*/
    color: #FFF;/*文字色*/
    box-sizing: border-box;
}

.hn-3:after {
content: "";
position:absolute;
top:0;
right:0;
width:0;
height:0;
border-style: solid;
border-color: transparent #fff transparent transparent;
border-width: 20px;
}

.bg-ye {
background: #ffc668;
 padding: 5px 10px;
        }

/* section */
section {
margin-bottom: 40px;
clear: both;
}
article {
margin-bottom: 20px;
clear: both;
}

/* フォント */
.wf-mplus1p {
font-family: "Mplus 1p",san-serif;
font-weight: 900;
}
.fs-08 {
font-size: 0.8em;
}
.fs-1 {
font-size: 1rem;
}
.fs-15 {
font-size: 1.5rem;
}
.fs-20 {
font-size: 2rem;
}

.text-primary {
color: #1779ba;
}
.text-secondary {
color: #767676;
}
.text-success {
color: #3adb76;
}
.text-warning {
color: #ffae00;
}
.text-alert {
color: #FF0000;
}
.text-light-gray {
color: #e6e6e6;
}
.text-medium-gray {
color: #cacaca;
}
.text-dark-gray {
color: #8a8a8a;
}
.text-black {
color: #0a0a0a;
}
.text-white {
color: #fefefe;
}

/* 隙間 */
.mr-5 {
margin: 5px;
}
.mr-t5 {
margin-top: 5px;
}
.mr-r5 {
margin-right: 5px;
}
.mr-b5 {
margin-bottom: 5px;
}
.mr-l5 {
margin-left: 5px;
}
.mr-10 {
margin: 10px;
}
.mr-t10 {
margin-top: 10px;
}
.mr-r10 {
margin-right: 10px;
}
.mr-b10 {
margin-bottom: 10px;
}
.mr-l10 {
margin-left: 10px;
}

/* 隙間 */
.pd-5 {
padding: 5px;
}
.pd-t5 {
padding-top: 5px;
}
.pd-r5 {
padding-right: 5px;
}
.pd-b5 {
padding-bottom: 5px;
}
.pd-l5 {
padding-left: 5px;
}
.pd-10 {
padding: 10px;
}
.pd-t10 {
padding-top: 10px;
}
.pd-r10 {
padding-right: 10px;
}
.pd-b10 {
padding-bottom: 10px;
}
.pd-l10 {
padding-left: 10px;
}

/* DL横並び */
.dl-yoko {
margin-bottom:2em;
}
.dl-yoko dt {
padding-top: 1em;
padding-bottom: 1em;
float: left;
clear: both;
width: 30%;
word-break: break-all;
margin: 0;
}
.dl-yoko dd {
padding-top: 1em;
padding-bottom: 1em;
padding-left: 35%;
border-bottom: 1px solid #eee;
margin: 0;
}
.dl-yoko dd img {
max-width: 100%;
width: inherit;
height: auto;
}

/*-----------------------------------------------------
  Body
------------------------------------------------------*/
body {
}

/*-----------------------------------------------------
  Header
------------------------------------------------------*/
header {
background: #000;
color: #fff;
}
header a {
color: #fff;
}
header a:hover {
color: #ffcc01;
}

/* 検索 */
header #search {
margin:10px 0;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
	header .menu {
	font-size: 0.75rem;
	}
  .bx-wrapper {
    margin-bottom:0 !important;
  }
}



    .header-info {
      padding: 10px 0;
      display: flex;
      justify-content: center;
      color: #FFCC01;
    }

    .header-info a {
      color: #FFCC01;
    }

    .header-info a:hover {
      color: #FFCC01;
      text-decoration: none;
    }

    .header-tel {
      display: flex;
      align-items: center;
      margin-right: 20px;
    }

    .header-tel a {
      font-size: 1.6rem;
      font-weight: bold;
    }

    .header-tel .fa-phone {
      margin-top: -3px;
    }

    .header-tel .fa-envelope {
      color: #fff;
    }

    .header-line {
      display: flex;
      align-items: center;
      font-size: 1.4rem;
      font-weight: bold;
      line-height: 1.2;
    }

    .header-line img {
      margin-left: 10px;
      width: 60px;
    }

    @media screen and (max-width: 39.9375em) {
      .header-tel {
      font-size: 2.4vw;
    }

    .header-tel a {
      font-size: 5vw;
    }

      .header-tel {
        margin-bottom: 10px;
        display: block;
      }

      .header-tel br {
        display: none;
      }
      
      .header-line {
      font-size: 4vw;
    }
      
       .header-line img {
      width: 7vw;
    }
      
    }

/*-----------------------------------------------------
  Navi
------------------------------------------------------*/
nav {
background: url(//file003.shop-pro.jp/PA01401/684/img/bg_stripe_bk.png);
}
nav ul.menu li {
margin:0 5px 0 0;
padding: 0;
}
nav ul.menu a {
color: #fff;
display: block;
background: #000;
font-size: 0.8rem;
}
nav ul.menu a:hover {
background: #ffcc01;
color: #000;
}

/* 電話番号 */
nav .tel {
margin: 0;
color: #ffcc01;
font-size: 1.5rem;
line-height: 1;
}
nav .tel a {
color: #ffcc01;
}
nav .tel small {
font-size: 0.8rem;
font-weight: 400;
margin-left: 5px;
}

nav .mail a{
  color:#fff;
  margin-left:5px;
}


/* タブレット以下 */
@media screen and (max-width: 64em) {
	nav .menu.align-right li {
	margin: 5px 0;
	margin: 0 auto;
	}
	nav ul.menu li a {
	padding: 0;
	margin: 5px;
	}
	nav .tel {
	margin: 5px 0;
	}
}

/*-----------------------------------------------------
  スマホ Navi
------------------------------------------------------*/
/* Small only */
@media screen and (max-width: 39.9375em) {
    header {padding-top:40px;}
	#mobile-header {
        display: block;
		position: fixed;
		top: 0;
		width: 100%;
		background: #000;
		text-align: center;
		z-index:1000;
    }
	#mobile-header a {
	color: #fff;
	display: block;
	line-height: 40px;
    font-size:1.5rem;
     vertical-align: middle;
	}
	#mobile-header a:hover {
	text-decoration: none;
	}
	.closebtn {
	text-align: right;
	padding-top: 20px;
	}
	.closebtn a {
	color: #000;
	display: block;
	}
}
/*-----------------------------------------------------
  Main Images
------------------------------------------------------*/
#main-image {
background: #FE9900;
}

#main-image h1 {
margin: 0;
text-align: center;
}
@media screen and (max-width: 39.9375em) {
  #main-image h1 {
    margin-right: calc(50% - 50vw);
margin-left: calc(50% - 50vw);
  }
  
  #main-image h1 img {
  width:100%;
  height:auto;
}
}

/*-----------------------------------------------------
  Category Button
　共通（スマホ）と商品詳細
------------------------------------------------------*/
#cat-btn {
background: #000;
}
#cat-btn .button-group {
margin:0 !important;
padding: 0 !important;
border-bottom: solid 1px #fff;
}
#cat-btn .button-group:last-child {
border-bottom: none;
}
#cat-btn .button-group a {
background: #000;
padding: 0;
border-left: solid 1px #fff;
}
#cat-btn .button-group a.newitem {
background: #ffcc01;
padding: 0;
border-left: solid 1px #fff;
}
#cat-btn .button-group a:first-child {
border-left: none;
}
#cat-btn .button-group a:hover {
background: #000;
}
#cat-btn .button-group a.newitem:hover {
background: #ffcc01;
}

/*-----------------------------------------------------
  Main Contents
------------------------------------------------------*/
#mainContents {
margin-top: 20px;
}

/*-----------------------------------------------------
  スライドショー
------------------------------------------------------*/
.wideslider {
    width: 100%;
    height: 500px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
margin:0;
padding:0;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(//file003.shop-pro.jp/PA01401/684/img/slider/prev.png) no-repeat right center;}
.slider_next {background: #fff url(//file003.shop-pro.jp/PA01401/684/img/slider/next.png) no-repeat left center;}
 
.pagina {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 1000;
}
 
.pagina a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagina a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}



/*-----------------------------------------------------
  Aside
------------------------------------------------------*/
aside ul.sidemenu li {
border-bottom: solid 2px #000;
}

/* バナー */
aside .benner p {
text-align: center;
}


/*-----------------------------------------------------
  Footer
------------------------------------------------------*/
footer {
background:#ffcc01 url(//file003.shop-pro.jp/PA01401/684/img/bg_stripe_ye.png) repeat-x top left;
padding-top: 40px;
padding-bottom: 40px;
margin-top: 20px;
}

footer h2 small {
color: #fff;
}
footer h3 {
font-weight: 900;
font-size: 1.5rem;
}

footer a {
color: #000;
}

/* アイコン */
footer .fas-wh {
color: #fff;
}

footer ul {
margin: 0 0 20px 0;
padding: 0;
}
footer ul li {
margin: 0;
padding: 0;
list-style: none;
}

/* 住所 */
footer address {
font-style: normal;
margin-bottom: 10px;
}

.footer-shop-img {
display:flex;
justify-content: space-between;
margin:10px 0;
}
.footer-shop-img > div {
  flex-basis: 48%;
}
.footer-shop-img img {
  width:100%;
}


/* コピーライト */
.copyright {
background: url(//file003.shop-pro.jp/PA01401/684/img/bg_stripe_bk.png);
color: #fff;
text-align: center;
}

/*-----------------------------------------------------
  Cart Top
------------------------------------------------------*/
#cartTop {
  position: fixed;
  bottom: 100px;
  right:0;
}

/* Small only */
@media screen and (max-width: 767px) {
  #cartTop {
  bottom: 15%;
  }
}

/*-----------------------------------------------------
  固定
------------------------------------------------------*/
/* PC only */
.show-for-medium ul#sidefixed {
  position: fixed;
  z-index:110;
  top: 50%;
  right:0;
  text-align:right;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
  list-style:none;
}

.show-for-medium #sidefixed-left {
  position: fixed;
  z-index:110;
  top: 50%;
  left:0;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}

/* Small only */
.hide-for-medium #coupon {
  position: fixed;
  bottom: 0;
  right:0;
  max-width:240px;
}

/*-----------------------------------------------------
  Page Top
------------------------------------------------------*/
/*PCで見た時*/
#pageTop {
  background: #d54a4d;
  color: #fff;
  text-align: center;
  display: none;
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  padding-top:15px;
  font-size: 18px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

/* Small only */
@media screen and (max-width: 39.9375em) {
  #pageTop {
    display: block;
    position: inherit;
    width: 100%;
    height: 50px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    border-radius: 0px;
    right: 0px;
    bottom: 0px;
  }
}

/*-----------------------------------------------------
  カレンダー
------------------------------------------------------*/
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}

/*-----------------------------------------------------
  フリーページ　店舗紹介
------------------------------------------------------*/
/* 地図 */
.gmap {
width: 100%;
height: 400px;
}

/* 線 */
.shop-img > div img, .border-table th, .border-table td {
  border:solid 1px #3a3a3a;
}

/*-----------------------------------------------------
  商品一覧画像にリボン装飾（簡易説明）
------------------------------------------------------*/
.side-corner-tag {
overflow: hidden;
position: relative;
} 
.side-corner-tag p {
display: inline-block;
position: absolute;
top: 10px;  
right: -25px;
height: 30px;
width: 100px;
background: linear-gradient(yellow 0%, orange 100%);
-moz-transform: rotate(45deg);
-webkit-transform: rotate(45deg);
-o-transform: rotate(45deg);
-ms-transform: rotate(45deg);
box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.2), inset 0px 3px 20px rgba(255, 255, 255, 0.2); 	
}
.side-corner-tag p span {
position: absolute;
height: 20px;
width: 100%;
top: 5px;
text-align: center;
font-weight: bold;
color: #000;
}

/*-----------------------------------------------------
  twitter
------------------------------------------------------*/
.twitter-box {
  border:solid 1px #ccc;
  margin-bottom:20px;
}

/*-----------------------------------------------------
  フリーページ　店舗案内
------------------------------------------------------*/
.shop-info {
	padding-bottom: 5%;
}

.shop-info h2 {
	margin-bottom: 5%;
	padding: 5px 10px;
	color: #fff;
	background: #FE9900;
}

.shop-info p {
  text-align:center;
}

.shop-info table {
  margin-top:20px;
}

.shop-info .map {
	position: relative;
	overflow: hidden;
	height: 0;
  width: 100%;
	margin-bottom: 5%;
	padding-bottom: 56.25%;
}

.shop-text {
background:#fff;
padding:20px;
}
.shop-text p{
  text-align:left;
}

@media screen and (max-width: 39.9375em) {
  .shop-info .map {
      padding-bottom: 100%;
  }
}

.shop-info .map iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.movie {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom:30px;
}

.movie iframe {
  position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
}

.movie-link {
margin-top: -30px;
text-align: center;
}


/*-----------------------------------------------------
  点滅
------------------------------------------------------*/
.blink{
	-webkit-animation:blink 0.5s ease-in-out infinite alternate;
    -moz-animation:blink 0.5s ease-in-out infinite alternate;
    animation:blink 0.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100 {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100 {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100 {opacity:1;}
}

/*-----------------------------------------------------
  LINE固定バナー
------------------------------------------------------*/
.line-fixed {
   position: fixed;
      z-index: 5;
      top: 10px;
      right: 0;
}
.line-fixed a {
  display:block;
}

/*-----------------------------------------------------
  フローティングバナー
------------------------------------------------------*/
.fl-banner {
      position: fixed;
      z-index: 5;
      bottom: 15px;
      left: 90px;
        width: 300px;
    }
    .fl-banner a {
      display: block;
    }

    .fl-banner-close {
      position: absolute;
      border: solid 2px #ccc;
      top: -10px;
      right: -10px;
      z-index: 10;
      background-color: #fff;
      border-radius: 50%;
      font-size: 2rem;
      width: 30px;
      height: 30px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
    }

    @media screen and (max-width: 767px) {
      .fl-banner {
        bottom: 0;
        left:auto;
        right: 0;
        width: 100%;
      }

      .fl-banner a {
        width: 100%;
        pointer-events: none;
      }

      .fl-banner-close {
        top: -15px;
        right: 0;
      }
    }

