@charset "utf-8";

/* 共通 */
body{
  line-height: 1;
  padding-top: 13.33vw;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFF;
  font-size: 3.2vw;
  font-weight: 500;
}
.pc{
  display: none;
}
.sp{
  display: block;
}
img{
  height: auto;
}

.border{
  height: 5.33vw;
  background: url(../image/common/bd-commitment.png) center center;
  background-size: contain;
}

header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 13.33vw;
  background: #A91118;
  z-index: 100;
}
header .inner{
  position: relative;
  height: 13.33vw;
  margin: 0 2.93vw 0 4.67vw;
  display: flex;
  align-items: center;
}
header h1{
  margin-right: auto;
}
header h1 img{
  width: 18.67vw;
}
header nav{
  display: none;
}
header .tel{
  margin-right: 4.67vw;
  font-size: 4.13vw;
}
header .tel span{
  margin-bottom: 5px;
  color: #FFFF00;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2.8vw;
  display: block;
}
header .hd-menu{
  position: relative;
  width: 6.93vw;
  height: 0.8vw;
  border-radius: 2px;
  background: #FFF;
}
header .hd-menu:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -2vw;
  width: 6.93vw;
  height: 0.8vw;
  border-radius: 2px;
  background: #FFF;
}
header .hd-menu:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -2vw;
  width: 6.93vw;
  height: 0.8vw;
  border-radius: 2px;
  background: #FFF;
}
header .hd-menu span{
  position: absolute;
  left: calc( 50% - 4vw );
  bottom: -5.3vw;
  width: 8vw;
  font-family: 'Zen Old Mincho', serif;
  font-size: 2vw;
}
header #acc-menu{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  background: rgba(160, 14, 21, 0.9);
  display: none;
  z-index: 10;
}
header #acc-menu ul{
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
header #acc-menu ul li{
  width: 26.67vw;
  margin-bottom: 13.33vw;
  padding-bottom: 3.33vw;
  text-align: center;
  font-size: 6.4vw;
  border-bottom: dotted 4px #FFF;
}
header #acc-menu ul li:last-child{
  margin-bottom: 0;
}
header #acc-menu ul li a{
  color: #FFF;
  display: block;
}
header .close-menu{
  position: absolute;
  right: 13.33vw;
  top: 10.67vw;
}
header .close-menu:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10.27vw;
  height: 1.07vw;
  background: #FFF;
  transform: rotate(45deg);
}
header .close-menu:after{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 10.27vw;
  height: 1.07vw;
  transform: rotate(-45deg);
  background: #FFF;
}



/* メインビジュアル */
#mv{
  height: 104.27vw;
  background: url(../image/common/sp/bg-mv2.jpg) center top;
  background-size: contain;
}



/* 通販 */
#mailorder{
  height: 79.87vw;
  position: relative;
  background: -moz-linear-gradient(top, #330000, #000000);
  background: -webkit-linear-gradient(top, #330000, #000000);
  background: linear-gradient(to bottom, #330000, #000000);
}
#mailorder ul{
  padding: 0 4.27vw 4.67vw 4.27vw;
  display: flex;
  justify-content: center;
}
#mailorder ul li:nth-child(1){
  margin: -19.2vw -4.33vw 0 0;
}
#mailorder ul li:nth-child(1) img{
  width: 19.33vw;
}
#mailorder ul li:nth-child(2){
  margin: -2.93vw -7.27vw 0 0;
}
#mailorder ul li:nth-child(2) img{
  width: 21.2vw;
}
#mailorder ul li:nth-child(3){
  margin: -26vw -6.87vw 0 0;
}
#mailorder ul li:nth-child(3) img{
  width: 29.73vw;
}
#mailorder ul li:nth-child(4){
  margin: -2.93vw -4.07vw 0 0;
}
#mailorder ul li:nth-child(4) img{
  width: 20.8vw;
}
#mailorder ul li:nth-child(5){
  margin: -19.2vw 0 0 0;
}
#mailorder ul li:nth-child(5) img{
  width: 27.87vw;
}
#mailorder .insta{
  width: 73.6vw;
  margin: 0 auto 2.67vw auto;
}
#mailorder .insta img{
  width: 73.6vw;
}
#mailorder .btn{
  width: 73.6vw;
  margin: 0 auto;
}
#mailorder .btn img{
  width: 73.6vw;
}



/* お知らせ */
#news{
  padding: 8vw 6vw 6.67vw 6vw;
  background: #A91118;
}
#news h2{
  margin-bottom: 6vw;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 4.8vw;
  font-weight: bold;
}
#news .inner{
  background: #FFF;
}
#news .inner ul{
  padding: 5.33vw;
  margin-top: -8.3vw;
}
#news .inner ul li{
  line-height: 3;
  color: #333;
  font-size: 3.2vw;
  text-decoration: underline;
  text-decoration-color: #999;
  text-decoration-thickness: 2px;
  text-underline-offset: 1em;
}



/* こだわり */
#commitment{
  padding-top: 5px;
  background: #EFE3CA url(../image/common/sp/bg-commitment.png) center top no-repeat;
  background-size: contain;
}
#commitment .box.sec01 .img1{
  padding-top: 6.93vw;
  text-align: center;
}
#commitment .box.sec01 .img1 img{
  width: 29.6vw;
}
#commitment .box .text1{
  line-height: 1.35;
  margin-bottom: 4.67vw;
  text-align: center;
  color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 5.33vw;
  font-weight: bold;
}
#commitment .box.sec01 figure{
  margin-bottom: 6.67vw;
  text-align: center;
}
#commitment .box.sec01 figure img{
  width: 94.93vw;
}
#commitment .box .text2{
  line-height: 1.62;
  width: 76vw;
  margin: 0 auto 7.33vw auto;
  color: #42210B;
  font-size: 3.2vw;
}
#commitment .box.sec02 figure{
  margin-bottom: 6.67vw;
  text-align: center;
}
#commitment .box.sec02 figure img{
  width: 94.93vw;
}



/* 始まり */
#beginning{
}
#beginning .inner{
  padding: 6.13vw 6.53vw 8vw 6.53vw;
  background: url(../image/common/sp/bg-beginning.png);
  background-size: cover;
}
#beginning .inner .wrap{
  padding: 6.13vw 9.47vw 6vw 9.47vw;
  background: #FFF;
}
#beginning .inner figure{
  margin-bottom: 5.33vw;
}
#beginning .inner img{
  width: 100%;
}
#beginning .inner .wrap .text1{
  margin-bottom: 2vw;
  text-align: center;
  color: #C0272D;
  font-size: 4.27vw;
}
#beginning .inner .wrap .text2{
  line-height: 1.9;
  margin-bottom: 2vw;
  color: #42210B;
  font-size: 3.2vw;
}

/* 背景 */
.bg{
  background: -moz-linear-gradient(left, #C6B198, #EEE2C9 50%, #988575);
  background: -webkit-linear-gradient(left, #C6B198, #EEE2C9 50%, #988575);
  background: linear-gradient(to right, #C6B198, #EEE2C9 50%, #988575);
}



/* メニュー */
#nemu{
  padding: 5.33vw 0 8vw 0;
}
#nemu h2{
  margin-bottom: 5.33vw;
  text-align: center;
  color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 4.8vw;
  font-weight: bold;
}
#nemu h2 img{
  width: 29.6vw;
}
#nemu ul{
  margin: 0 auto 4.67vw auto;
  display: flex;
  flex-direction: column;
}
#nemu ul li.toggle{
  width: 75.33vw;
  margin: 0 auto 3.33vw auto;
}
#nemu ul li.toggle img{
  width: 100%;
}



#nemu ul li.popup{
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  background: rgba( 0, 0, 0, 0.7 );
  z-index: 200;
  display: none;
}
#nemu ul li.popup figure{
  position: relative;
  width: 100vw;
  height: 100vh;
  padding: 21.33vw 0;
  box-sizing: border-box;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nemu ul li.popup figure .btn-close{
  position: absolute;
  right: 6vw;
  top: 6vw;
}
#nemu ul li.popup figure .btn-close{
  width: 8.67vw;
}
#nemu ul li.popup.menu01 figure img:nth-child(1){
  width: 77.07vw;
}
#nemu ul li.popup.menu01 figure img:nth-child(2),
#nemu ul li.popup.menu01 figure img:nth-child(3){
  width: 93vw;
}
#nemu ul li.popup.menu02 figure img:nth-child(1){
  width: 63.73vw;
}
#nemu ul li.popup.menu02 figure img:nth-child(2){
  width: 83.33vw;
}
#nemu ul li.popup.menu03 figure img:nth-child(1){
  width: 65.2vw;
}
#nemu ul li.popup.menu03 figure img:nth-child(2){
  width: 93vw;
}
#nemu ul li.popup.menu03 figure img:nth-child(3){
  width: 93vw;
}
#nemu .btn{
  width: 76vw;
  margin: 0 auto;
}
#nemu .btn img{
  width: 100%;
}



/* 店舗情報 */
#information{
  padding-bottom: 16vw;
}
#information h2{
  margin-bottom: 7.33vw;
  text-align: center;
  color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 4.8vw;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#information .inner{
  margin: 0 8.93vw;
  color: #42210B;
}
#information .inner div{
  margin-bottom: 2.67vw;
}
#information .inner div .text1{
  margin-bottom: 4vw;
  text-align: center;
  font-size: 5.33vw;
}
#information .inner div .text1 span{
  font-size: 3.01vw;
}
#information .inner div .text2{
  line-height: 1.63;
  font-size: 3.56vw;
}
#information .inner div table{
  line-height: 1.63;
  margin-bottom: 2vw;
  font-size: 3.56vw;
}
#information .inner div .text3{
  line-height: 1.93;
  font-size: 2.67vw;
}
#information .inner iframe{
  width: 82vw;
  height: 37.6vw;
  border: solid 1px #000!important;
  box-sizing: border-box;
}



/* フッター */
#ft-menu{
  display: none;
}
