/* ===============================================

共有

=============================================== */


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;}
body{line-height:1;　-webkit-text-size-adjust:none; margin:0; padding:0; width:100%;}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary{display:block;}
img{border:0;vertical-align:bottom;}
ul,ol,dl{list-style:none; margin: 0; padding: 0;}
li,dt,dd{list-style:none; margin: 0; padding: 0;}
table{border-spacing:0;empty-cells:shoe;}
.clearfix:after{content:"";display:block;clear:both;}
.float li{float:left;}
html { scroll-behavior: smooth;}
img{ max-width:100%; }


/*リンク*/
a:link { text-decoration:none }
a:visited { text-decoration:none }
a:hover { text-decoration:none }
a:active { text-decoration:none }

*{box-sizing: border-box；}

/* ===============================================

PC トップページ用

=============================================== */

/*ロゴ-------------------------------------------------*/
.loginicon{
 display: flex; 
 margin-top: 20px;
 margin-right: 20px;
 margin-left: auto;}
.loginicon{width: 50px; height: 50px;}
.login{margin-left: 5px;}

.shoplogo{margin: 0 auto; text-align: center; }
.shoplogo img{ width: 300px; height: 120px;}


/*ヘッダー ----------------------------------------*/

.navibox { display: flex; flex-wrap: wrap; justify-content: center; letter-spacing: .1rem;}

/* グローバルメニュー */
.navi { display: flex; flex-wrap: wrap; max-width: 2000px; padding: 0 5rem; line-height: 80px;}
.menu { position: relative; padding: 0 2rem; font-weight:800; font-size:130%;}
.menu:not(:first-of-type)::before { position: absolute;
  top: 25%; left: 0; width: 1px; height: 50%;  content: '';  background: #3a3a3a;}
.menu:hover { opacity: 0.7; --d: 50%; color: #ff0000; }
.menu { background:linear-gradient(currentColor 0 0)
      bottom /var(--d, 0) 3px
      no-repeat;
      transition:0.5s;
}

#s-nav {
    display: none;
}
.nav-item {
    display: none;
}
.nav-item a {
    display: none;
}

/*スライド--------------------------------*/

.slide { position: relative; width: 100%; height: 800px; overflow: hidden;}
@keyframes slideshow{
  0%{ opacity: 0; }
  10%{ opacity: 1; }
  28%{ opacity: 1; }
  38%{ opacity: 0; }
  100%{opacity: 0; }
}
.slide img { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); width: 100%; height: auto; opacity: 0; animation :slideshow 24s linear infinite;}
.slide img:nth-child(2){ animation-delay: 8s; }
.slide img:last-child{ animation-delay: 16s;}

/**/

/* モバイルオーダー　バナー トップページ --------------------- */

div.mobileorder{
 margin: 0 auto;
 text-align: center;
 width: 60%; 
}

/* 初回限定　バナー トップページ --------------------- */

div.syokai{
 margin: 3rem auto;
 text-align: center;
 width: 80%; 
}

.mobileorder img{
 margin-top:2rem
}
/* お知らせ トップページ --------------------- */

.news-list{ list-style: none outside; margin: 0; padding: 0;}
.news-list .item a{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}

.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}

.news-list .item .date{
  margin: 0;
  min-width: 140px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;

}
.news-list .item .category{
  margin: 0;
  min-width: 140px;
  padding: 0 20px 0 0;
}

.news-list .item .category span{
  background: #ff0000;
  color: #FFF;
  text-align: center;
  display: inline-block;
  padding: 5px 20px;
  font-size: 12px;
  line-height: 1;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}

.news-list .item a:hover .title{
  color: #ff0000;
}



/* カテゴリー見出し -------------------------*/

h1.midashi{
  position: relative;
  padding: 1rem;  
  text-align: center;
  font-size: 2.7rem;
　font-weight: bold;
  letter-spacing: .2rem;
}

h1.midashi:before {
  position: absolute;
  bottom: -0.2px;
  left: calc(50% - 50px);
  width: 100px;
  height: 3px;
  content: '';
  border-radius: 3px;
  background: #ff0000;
}

.midashi{
  margin-top: 6rem;
  margin-bottom: 2rem;
}

.yoidonmidashi{
  margin:6rem 2rem 2rem;
  text-align: center;
  font-size: 2.2rem;
　font-weight: bold;
}

.fs-c-heading fs-c-heading--page{
 margin: auto 0;
}

/* こだわり トップページ --------------------- */

ul.kodawari{
  width: 100%; 
  letter-spacing:-.40rem;
  padding:.8rem;
  background-color: #eeebea;
}

.kodawari li{
  display: inline-block;
  letter-spacing:normal;
  vertical-align:middle;
}


ul.kodawari .kodawarigazou {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;	
  -ms-box-sizing:border-box;	
  -moz-box-sizing:border-box;
  width: 50%;
  padding: 2rem;
  margin-right: 2rem;
}

ul.kodawari .kodawarinaiyou{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;	
  -ms-box-sizing:border-box;	
  -moz-box-sizing:border-box;
  text-align: left;
  padding: 3rem;
  width: 40%;
 
}
.kotitle{ 
  line-height: 5rem;
  margin-bottom: 3rem; 
  font-size: 2.2rem; 
  font-weight: bold;}

.konakami{ font-size: 1.6rem;
 letter-spacing: .2rem;
 line-height: 4.6rem;}

ul.kodawari2{ width: 100%; letter-spacing:-.40rem; padding:.8rem; background-color: #eeebea;}

.kodawari2 li{ display: inline-block; letter-spacing:normal; vertical-align:middle;}

ul.kodawari2 .kodawarigazou2 {
  box-sizing:border-box;
  -webkit-box-sizing:border-box;	
  -ms-box-sizing:border-box;	
  -moz-box-sizing:border-box;
  padding: 2rem;
  width: 50%;
}

ul.kodawari2 .kodawarinaiyou2{
  box-sizing:border-box;
  -webkit-box-sizing:border-box;	
  -ms-box-sizing:border-box;	
  -moz-box-sizing:border-box;
  text-align: left;
 padding: 3rem;
 width: 40%;
 
}

/*メニュー-----------------------------------------*/

.menugazou{
 width:100%;
 text-align: center;
}

.menugazou img{
 width:10%;
 display: inline-block;
}

.menunaiyou{
 font-size: 2rem;
 letter-spacing: .2rem;
 line-height: 5rem;
 padding: 3.5rem;
 }


/* もっとみるボタン-------------------------------*/

.morebutton a {
    background: #f5f5f5;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 3rem auto;
    max-width: 300px;
    padding: 16px 35px;
    color: #313131;
    transition: 0.3s ease-in-out;
    font-weight: 700;
    font-size: 2rem;
}
.morebutton a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 8px;
  height: 8px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.morebutton a:hover {
  background: #ff0000;
  color: #FFF;
}
.morebutton a:hover:after {
  right: 1.4rem;
}
/* バナー トップページ --------------------- */
div.fs-pt-column{
display: flex;
margin-top: 5rem;
text-align: center;
width: 100%;
}
a.fs-pt-column__item{
width: 33%;
padding: 0rem 3rem;
text-align: center;
}


/* アクセス トップページ --------------------- */


.tenpo{
 width: 100%;
 margin: 0 auto;
 text-align: center;
}

ul .access{
  letter-spacing:-.40rem;
  vertical-align:center;
  
}
.access li {
  display: inline-block;
  letter-spacing:normal;
  vertical-align:top;
  text-align: left;
  box-sizing:border-box;
  -webkit-box-sizing:border-box;	
  -ms-box-sizing:border-box;	
  -moz-box-sizing:border-box;
  padding:.8rem;
  font-size: 1.5rem;
  letter-spacing: .2rem;
  line-height: 2rem;	
}
.text{
  margin-bottom: 2rem;
  font-weight: bold;
}

/*
map
infotenpo

 トップページへ -------------------------------*/

.gotop{
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    background: #FFF;
    border: 1px solid #999;
    padding-top: 30px;
    text-align: center;
    letter-spacing: -1px;
    font-size: 100%;
    text-decoration: none;
    color: #333;
    opacity: 0.5;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
}
.gotop::before{
    content: "";
    display: block;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    width: 25%;
    height: 25%;
    top: 25%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
}
.gotop:hover{
    opacity: 1;
}


/* フッター --------------------------------*/

#footer {
  width:100%;
  display:block;
  position: relative;
  color: #fff;
  text-align: center;
  line-height:2.4rem;  
}
#footer .footerlogo {
  position: relative;
  padding: 0 0 .8rem;
  margin: 0;
  width: 100%;
  font-size: 1.8rem;
  font-weight: bold;
}
#footer.address{
  vvmargin: 0 0;
  padding: 0;
  ne-height:3.4rem;  
}
.footerCopyright{
  padding:.8rem 0 1.6rem;
  text-align: center;
} 


/* 共通のアイコンエフェクト -------------------*/
.socialEffect__box{
	width: 80%;
	margin: 0 auto;
	text-align: center;
}

.socialEffect__box li {
  display: inline-block;
}   
.socialEffect__link {
  margin: .3em;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #bfbfbf;
  font-size: 3rem;
  background: rgba(255, 255, 255, 0.1);
  transition: transform ease-out 0.2s;
}



/* インスタ用アイコン設定 */
.icon-instagram::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fa-instagram {
  display: inline-block;
  color: #fff;
}
.icon-instagram:hover {
  background: radial-gradient(
      circle farthest-corner at 32% 106%,
      rgb(255, 225, 125) 0%,
      rgb(255, 205, 105) 10%,
      rgb(250, 145, 55) 28%,
      rgb(235, 65, 65) 42%,
      transparent 82%
    ),
    linear-gradient(135deg, rgb(35, 75, 215) 12%, rgb(195, 60, 190) 58%);
  transform: scale(0.9);
}

/* LINE用アイコン設定 */
.icon-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: -1;
  transform: scale(0.9);
}
.fab.fab fa-line {
  display: inline-block;
  color: #fff;
}
.icon-line:hover {
  background: #00B900;
  transform: scale(0.9);
}


.kiyaku{
  font-size: 1.1rem;
}

/*トップページpc用ここまで---------------------*/

/* ===============================================

フリーページ用

=============================================== */

/*フードリスト-------------------------------*/

.foodcategories {
  list-style: none;
  display: flex;
  margin-bottom: 3rem;
}

.foodcategories li{
  width: 100%;
  text-align: center;
  background-color: #dcdcdc;
  height: 50px;
  line-height: 10px;
  margin-right: 2px;
}

.foodcategories li{ 
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  padding-top: 20px;
}


#foodList dl{
 width:100%;
 background: #faf0e6;
 border-radius: 50px;
 margin: 0 auto;
 text-align: center;
}                              

#foodList dt{
 font-size: 4rem;
 font-weight: bold;
 
 margin-bottom: 3rem;
 letter-spacing: .5rem;
 padding-top: 5rem;
}
#foodList dl dd{ 
 width:30%;
 padding:2%;
 display: inline-block;
 vertical-align: top;
 text-align: left;
}
#foodList .gazo img{
 padding: 10%;
}
#foodList .name{
 font-size: 1.8rem;
 font-weight: bold;
 margin-bottom: .8rem;
 line-height: 1.2em;
}
#foodList .icon{
 width:25%;
 padding-right: .5rem;
 vertical-align: middle;
}
#foodList li.info{
 letter-spacing: .3rem;
 line-height: 1.5rem;
}
#foodList .text{
 letter-spacing: 0rem;
}
#foodList .price{
 font-size: 1.6rem;
 font-weight: bold;
 margin: 1rem 0rem;
}

/*お知らせページ---------------------------------*/

#information article {
  margin-bottom: 40px;
  padding: 40px 40px 35px;
  text-align: left;
  border-radius: 20px;
  background-color: #fff;
}
#information article .text_date {
  font-size: 1.5rem;
}
#information article h2 {
  margin-bottom: 30px;
  padding-bottom: 12px;
  font-size: 2rem;
  line-height: 1.8em;
  border-bottom: 2px solid #ff0000;
}
#information article .text_content {
  line-height: 2.0em;
  font-size: 1.5rem;
}
.newsgazo{
  width:50%;
}

/*お取り寄せ----------------------------------*/
.otoriyose2{
 text-align: center;
 margin: 3rem 0rem;
}
.daibiki{
 font-size: 2rem;
 color: #ff0000;
}

div.otoriyosebana{
 margin: 0 auto;
 text-align: center;
 width: 100%; 
}


.otoriyosebana img:hover {
 opacity: 0.5 ;
 transition: 1.0s ;
}

p.otoriyosesetumei{
text-align: center;
margin:3rem 0rem;
letter-spacing: .5rem;
line-height:3.6rem;
font-size:1.6rem;
}

div.pic_frame{
display: flex;
text-align: center;
}

ul.otoriyosenaka1{
  display: flex;
  text-align: center;
}

li.otoriyosenaka2{
 width: 30%;
 text-align: center;
 margin:2rem;
}

div.pic_frame img{
 width: 100%;
 text-align: center;
}

p.otoriyosenaka3{
text-align: left;
margin:3rem 0rem;
letter-spacing: .1rem;
line-height:2.1rem;
font-size:1.4rem;
}

/*商品詳細ページ----------------------------------*/ 

.syouhinmidasi h2{
 width:90%;
 margin-bottom: 3rem;
 line-height: 3rem;
 font-weight: bold;
}
.syouhininfo{
 width:90%;
 font-size: 1.5rem;
 line-height: 2.3rem;
 margin: 3rem 0rem;
}
div.syouhinnakami{
 line-height: 2rem;
 padding: 1em;
 width: 90%;
 color: #666;
 background-color: #f7f7f7; 
 border: 1px solid #ccc; 
}

span.fs-c-productName__copy{
 font-color:#FF0000;
}

p.osusumehakore{
 font-size: 2.4rem;
 font-weight: bold;
 margin: 5rem 0rem 2rem;
 color:#3c3c3c;
}


/*返品交換------------------------------------*/

.henpin{
    width:90%;
    padding: 1em 1em;
    margin: 2rem 0;
    margin-bottom: 2rem;
    color: #6091d3;
    background: #FFF;
    border: solid 2px #6091d3;
    border-radius: 10px
}
.henpin1{
   font-size:1.8rem;
   margin-bottom: 1rem;
}
.henpin2{
   margin: rem;
}

/*商品ページ　その他------------------------------------*/

.fs-c-sortItems{ display:none;}
div.fs-l-header__welcomeMsg fs-clientInf{
 margin-top:2rem;
 background-color: #dcdcdc;
}

.fs-c-purchaseHere__message{display: none;}

h2.fs-c-newUsers__title.fs-c-subSection__title{
 margin-bottom: 2rem;
}

div.fs-c-documentContent{
 display: none;
}

.fs-c-registerSuccessMessage{
 text-align: left;
}

.fs-c-subSection__title{
 margin-bottom: 2rem;
}
h2.fs-c-wishlistProduct__title{
 margin-bottom: 2rem;
}
.fs-c-continueShopping{
 margin-bottom: 2rem;
 text-align: center;
}

span.fs-c-productName__copy{
 font-size:1.2rem;
 color: #ff0000;
}

div.fs-c-productListCarousel.fs-c-slick{
 margin: 0 auto;
 display:center;
 width: 100%;
}


/* ===============================================

スマホ　トップページ用

=============================================== */
 @media screen and (max-width:720px) {



/*ヘッダー---------------------------------------*/

.navibox{
 display: none;
}
.navi{
 display: none;
}

/*スライド--------------------------------*/

.slide { position: relative; width: 100%; height: 200px; overflow: hidden;}

/*お知らせ----------------------------------------*/

.news-list .item a{
  flex-wrap: wrap;
}
.news-list .item .date{
  min-width: 100px;
}
.news-list .item .title{
  margin-top: 10px;
}

/* こだわり ----------------------------------*/

ul .kodawari{
  display: flex;
  flex-direction: column;
  text-align: center;
  line-height: 3.0rem; 
  font-size: 1.2rem;
}

ul.kodawari .kodawarigazou{
  width: 100%;
}
ul.kodawari .kodawarinaiyou{
  width: 100%;
  text-align: center;
}

ul .kodawari2{
  display: flex;
  flex-direction: column;
  text-align: center;
}

ul.kodawari2 .kodawarigazou2{
  width: 100%;
}
ul.kodawari2 .kodawarinaiyou2{
  width: 100%;
  text-align: center;
}

/*メニュー----------------------------------------*/


.menugazou{
 width:100%;
}

.menugazou img{
 width:15%;
}
.menunaiyou{
 font-size: 1.5rem;
 letter-spacing: .2rem;
 line-height: 3rem;
 padding: 3rem;
 }


/*アクセス-----------------------------------*/

.text{
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.tenpo{
 width: 100%;
}


/* ===============================================

スマホ　フリーページ用

=============================================== */

/*フードカテゴリ-----------------------------------*/

ul .foodcategories {
  list-style: none;
  display: flex;
  margin-bottom: 2rem;
}

.foodcategories li{
  width: 100%;
  background-color: #dcdcdc;
  height: 50px;
  line-height: 15px;
  font-weight: bold;
  font-size: 13px;
  padding-top: 20px;
}

/*フードリスト-----------------------------------*/

#foodList dl{
 width:100%;
 flex-direction: column;
}
#foodList dt{
 font-size: 3rem;
 font-weight: bold;
 text-align: center;
 margin-bottom: 3rem;
 letter-spacing: .5rem;
 padding-top: 5rem;
}

#foodList dl dd{
 font-size: 1.2rem;
 width:100%;
 padding:2%;
 display: inline-block;
 vertical-align: top;
 margin-bottom:2rem;
}

ul.foodlistmain{
 width:100%;
 display: flex;
}
li.gazo{
 width:30%;
}
#foodList li.info{
 width:60%;
 letter-spacing: .2rem;
 line-height: 1.5rem;
}
#foodList .text{
 letter-spacing: 0rem;
}
#foodList .price{
 font-size: 1.5rem;
 font-weight: bold;
 margin: .5rem 0rem;
}

/*お取り寄せ----------------------------------*/

div.otoriyosebana{
 margin: 0 auto;
 display: center;
 width: 90%; 
}

p.otoriyosesetumei{
text-align: center;
margin:3rem;
letter-spacing: .3rem;
line-height:2.8rem;
font-size:1.6rem;
}

div.pic_frame{
text-align: center;
}

ul.otoriyosenaka1{
 text-align: center;
 display:block;
}

li.otoriyosenaka2{
width: 100%;
text-align: center;
}

div.pic_frame img{
 text-align: center;
 width: 75%;
}

p.otoriyosenaka3{
width: 100%;
padding:2rem 4rem;
text-align: center;
letter-spacing: .1rem;
line-height:2.1rem;
font-size:1.5rem;
margin-bottom:2rem;
}

/*商品詳細ページ----------------------------------*/

/*商品*/

h2.syouhinmidasi{
 width:90%;
 font-size: 2rem;
 font-weight: bold;
 line-height: 2.5rem;
}
.syouhininfo{
 line-height: 2.5rem;
}
.syouhinnakami{
 font-size: 1.5rem;
 line-height: 4rem;
}


/*返品交換*/



/*その他*/

.fs-c-sortItems{
 display:none;
 }

span.fs-c-productName__copy{
 font-color: #FF0000;
}

}

/*リセットcss↓*/
html {
  overflow-y: scroll;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td {
  margin: 0;
  padding: 0;
}
address,caption,cite,code,dfn,em,strong,th,var {
  font-style: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
caption,th {
  text-align: left;
}
q:before,q:after {
  content: '';
}
object,embed {
  vertical-align: top;
}
hr,legend {
  display: none;
}
h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}
img,abbr,acronym,fieldset {
  border: 0;
}
li {
  list-style-type: none;
}
sup {
  vertical-align: super;
  font-size: 0.5em;
}
img {
  vertical-align: top;
}
i {
  font-style: normal;
}

</div>
=============================================== */

