@charset "utf-8";

/* 共通 */
body{
  line-height: 1;
  padding-top: 112px;
  color: #000;
  font-family: 'Noto Sans JP', sans-serif;
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
}
a{ color: #FFF; }

.pc{
  display: block;
}
.sp{
  display: none;
}
img{
  height: auto;
}
a img{
  transition: 0.3s;
}
a img:hover{
  opacity: 0.7;
  transition: 0.3s;
}

.border{
  height: 72px;
  background: url(../image/common/bd-commitment.png) center center;
}

header{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 112px;
  background: #A91118;
  z-index: 100;
}
header .inner{
  position: relative;
  max-width: 1162px;
  margin: 0 auto;
  padding: 0 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
}
header h1{
  margin-right: auto;
}
header ul{
  height: 112px;
  margin-right: 45px;
  padding-bottom: 25px;
  box-sizing: border-box;
  display: flex;
  align-items: flex-end;
}
header ul li{
  margin-right: 3em;
  font-size: 17px;
}
header ul li:last-child{
  margin-right: 0;
}
header ul li a:hover{
  text-decoration: underline;
}
header .tel{
  font-size: 37px;
}
header .tel span{
  margin-bottom: 10px;
  color: #FFFF00;
  font-family: 'Zen Old Mincho', serif;
  font-size: 23px;
  display: block;
}
header .hd-menu{
  display: none;
}
header #acc-menu{
  display: none;
}
@media (max-width: 1000px) {
  header .inner{
    padding: 0 2vw;
  }
  header h1{
    width: 21vw;
  }
  header ul{
    margin-right: 4.5vw;
    padding-bottom: 2.5vw;
  }
  header ul li{
    margin-right: 1em;
    font-size: 1.7vw;
  }
  header .tel{
    font-size: 3.7vw;
  }
  header .tel span{
    margin-bottom: 1vw;
    font-size: 2.3vw;
  }
}



/* メインビジュアル */
#mv{
  height: 646px;
  background: url(../image/common/bg-mv2.png) center top;
}



/* 通販 */
#mailorder{
  height: 732px;
  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{
  margin: 0 auto 40px auto;
  display: flex;
  justify-content: center;
}
#mailorder ul li:nth-child(1){
  margin: -20px -20px 0 0;
}
#mailorder ul li:nth-child(2){
  margin-top: -113px;
}
#mailorder ul li:nth-child(3){
  margin-top: -148px;
}
#mailorder ul li:nth-child(4){
  margin-top: -121px;
}
#mailorder ul li:nth-child(5){
  margin: -20px 0 0 -80px;
}
#mailorder .insta{
  width: 750px;
  margin: 0 auto 20px auto;
  text-align: center;
}
#mailorder .btn{
  text-align: center;
}

@media (max-width: 1200px) {
  #mailorder{
    height: 61vw;
  }
  #mailorder img{
    width: 100%;
  }
  #mailorder ul{
    margin: 0 auto 3.33vw auto;
  }
  #mailorder ul li:nth-child(1){
    width: 19.92vw;
    margin: -1.67vw -1.67vw 0 0;
  }
  #mailorder ul li:nth-child(2){
    width: 16.42vw;
    margin-top: -9.42vw;
  }
  #mailorder ul li:nth-child(3){
    width: 24.5vw;
    margin-top: -12.33vw;
  }
  #mailorder ul li:nth-child(4){
    width: 25vw;
    margin-top: -10.08vw;
  }
  #mailorder ul li:nth-child(5){
    width: 19.83vw;
    margin: -1.67vw 0 0 -6.67vw;
  }
  #mailorder .insta{
    width: 62.5vw;
    margin: 0 auto 20px auto;
  }
  #mailorder .btn{
    width: 62.5vw;
    margin: 0 auto;
  }
}



/* お知らせ */
#news{
  padding: 78px 0 86px 0;
  background: #A91118;
}
#news h2{
  margin-bottom: 40px;
  text-align: center;
  font-family: 'Zen Old Mincho', serif;
  font-size: 36px;
  font-weight: bold;
}
#news .inner{
  max-width: 1084px;
  margin: 0 auto;
  background: #FFF;
}
#news .inner ul{
  padding: 0 0 35px 0;
  margin-top: -1em;
}
#news .inner ul li{
  line-height: 3;
  max-width: 780px;
  margin: 0 auto;
  color: #333;
  font-size: 20px;
  text-decoration: underline;
  text-decoration-color: #999;
  text-decoration-thickness: 2px;
  text-underline-offset: 1em;
}



/* こだわり */
#commitment{
  padding-top: 16px;
  background: #EFE3CA url(../image/common/bg-commitment.png) center top 281px no-repeat;
}
#commitment .box{
  max-width: 1206px;
  margin: 0 auto;
  display: flex;
}
#commitment .sec01{
  margin: 65px auto 103px auto;
}
#commitment .sec02{
  padding-bottom: 125px;
}
#commitment .box div{
  width: 604px;
  box-sizing: border-box;
}
#commitment .box.sec01 div{
  padding: 9px 0 0 190px;
}
#commitment .box.sec02 div{
  padding: 40px 0 0 65px;
}
#commitment .box .img1{
  margin-bottom: 42px;
}
#commitment .box .text1{
  line-height: 1.35;
  margin-bottom: 20px;
  color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 49px;
  font-weight: bold;
}
#commitment .box .text2{
  line-height: 1.62;
  color: #42210B;
  font-size: 15px;
}
#commitment figure{
  width: 602px;
}
@media (max-width: 1226px) {
  #commitment{
    padding-top: 1.31vw;
    background: #EFE3CA url(../image/common/bg-commitment.png) center top 22.92vw no-repeat;
  }
  #commitment .box{
    max-width: 1206px;
  }
  #commitment .sec01{
    margin: 5.3vw auto 8.4vw auto;
  }
  #commitment .sec02{
    padding-bottom: 10.2vw;
  }
  #commitment .box div{
    width: 49.27vw;
  }
  #commitment .box.sec01 div{
    padding: 0.73vw 0 0 5.3vw;
  }
  #commitment .box.sec02 div{
    padding: 3.26vw 0 0 5.3vw;
  }
  #commitment .box .img1{
    margin-bottom: 3.43vw;
  }
  #commitment .box .img1 img{
    width: 28.87vw;
  }
  #commitment .box .text1{
    margin-bottom: 1.63vw;
  }
  #commitment .box .text2{
  }
  #commitment figure{
    width: 49.1vw;
  }
  #commitment figure img{
    width: 49.1vw;
  }
}



/* 始まり */
#beginning{
  padding: 108px 0 62px 0;
  background: url(../image/common/bg-beginning.png) center top;
}
#beginning .inner{
  padding: 54px 0 60px 0;
  background: #FFF;
}
#beginning .inner .wrap{
  max-width: 1276px;
  height: 798px;
  margin: 0 auto;
  padding: 530px 270px 0 300px;
  box-sizing: border-box;
  background: url(../image/common/img-beginning.jpg);
}
#beginning .inner .wrap .text1{
  margin-bottom: 5px;
  color: #C0272D;
  font-size: 26px;
}
#beginning .inner .wrap .text2{
  line-height: 1.9;
  margin-bottom: 10px;
  color: #42210B;
  font-size: 18px;
}
#beginning .border{
  margin-top: 87px;
}
@media (max-width: 1276px) {
  #beginning{
    padding: 8.46vw 0 0 0;
    background-size: cover;
  }
  #beginning .inner{
    padding: 4.23vw 0 4.86vw 0;
  }
  #beginning .inner .wrap{
    height: 62.54vw;
    padding: 41.54vw 21.16vw 0 23.51vw;
    background-size: cover;
  }
  #beginning .inner .wrap .text1{
    margin-bottom: 5px;
    font-size: 2.04vw;
  }
  #beginning .inner .wrap .text2{
    margin-bottom: 10px;
    font-size: 1.41vw;
  }
  #beginning .border{
    margin-top: 6.82vw;
  }
}



/* 背景 */
.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: 89px 0 120px 0;
}
#nemu h2{
  margin-bottom: 85px;
  text-align: center;
  color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 31px;
  font-weight: bold;
}
#nemu ul{
  max-width: 1084px;
  margin: 0 auto 97px auto;
  display: flex;
  justify-content: space-between;
}
#nemu ul li.toggle{
  cursor: pointer;
  transition: 0.3s;
}
#nemu ul li.toggle:hover{
  opacity: 0.7;
  transition: 0.3s;
}

#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: 150px 0;
  box-sizing: border-box;
  overflow-y: scroll;
  display: flex;
  flex-direction: column;
  align-items: center;
}
#nemu ul li.popup figure img{
  margin-bottom: 10px;
}
#nemu ul li.popup figure .btn-close{
  position: absolute;
  right: calc( 50% - 580px);
  top: 100px;
  cursor: pointer;
  transition: 0.3s;
}
#nemu ul li.popup figure .btn-close:hover{
  opacity: 0.7;
  transition: 0.3s;
}
#nemu .btn{
  width: 769px;
  margin: 0 auto;
}
@media (max-width: 1250px) {
  #nemu ul li.popup.menu01 figure img:nth-child(1){
    width: 50.88vw;
  }
  #nemu ul li.popup.menu01 figure img:nth-child(2),
  #nemu ul li.popup.menu01 figure img:nth-child(3){
    width: 80vw;
  }
  #nemu ul li.popup figure .btn-close{
    right: 0;
    top: 8.13vw;
    width: 7.36vw;
  }
  #nemu ul li.popup.menu02 figure img:nth-child(1){
    width: 51.12vw;
  }
  #nemu ul li.popup.menu02 figure img:nth-child(2){
    width: 80vw;
  }
/*
  #nemu ul li.popup.menu02 figure img:nth-child(3){
    width: 80vw;
  }
*/
  #nemu ul li.popup.menu03 figure img:nth-child(1){
    width: 50.4vw;
  }
  #nemu ul li.popup.menu03 figure img:nth-child(2){
    width: 80vw;
  }
}
@media (max-width: 1084px) {
  #nemu h2{
    margin-bottom: 7.84vw;
  }
  #nemu ul{
    margin: 0 auto 8.95vw auto;
  }
  #nemu ul li{
    width: 31.37%;
  }
  #nemu ul li img{
    width: 100%;
  }
  #nemu .btn{
    width: 70.94%;
    margin: 0 auto;
  }
  #nemu .btn img{
    width: 100%;
  }
}



/* 店舗情報 */
#information{
  padding-bottom: 100px;
}
#information h2{
  margin-bottom: 50px;
  text-align: center;
  color: #000;
  font-family: 'Zen Old Mincho', serif;
  font-size: 52px;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#information .inner{
  max-width: 1076px;
  margin: 0 auto;
  display: flex;
}
#information .inner div{
  width: 538px;
  padding-left: 55px;
  color: #42210B;
  box-sizing: border-box;
}
#information .inner div .text1{
  font-size: 41px;
}
#information .inner div .text1 span{
  font-size: 24px;
}
#information .inner div .text2{
  line-height: 1.67;
  font-size: 21px;
}
#information .inner div table{
  line-height: 1.67;
  margin-bottom: 20px;
  font-size: 21px;
}
#information .inner div table td{
  vertical-align: top;
}
#information .inner div table td:nth-child(1){
  width: 150px;
}
#information .inner div .text3{
  line-height: 1.67;
  font-size: 17px;
}
#information .inner iframe{
  width: 500px;
  margin-left: 38px;
  border: solid 1px #000!important;
  box-sizing: border-box;
}



/* フッター */
#ft-menu{
  padding: 50px 0 100px 0;
  background: #000;
}
#ft-menu ul{
  display: flex;
  justify-content: center;
}
#ft-menu ul li{
  margin-right: 3em;
  font-size: 17px;
}
#ft-menu ul li:last-child{
  margin-right: 0;
}
#ft-menu ul li a:hover{
  text-decoration: underline;
}
