@charset "UTF-8";
html { font-size: 62.5%; }
.class { font-size: 1.6rem; }

body {
  line-height: 1.5;
  color: #333;
  font-family: "'Noto Sans JP',Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "游ゴシック", YuGothic, 'Meiryo UI', Meiryo, "ＭＳ ゴシック", Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
}
/*--------------------------------------
base setting
--------------------------------------*/
a {
  color: #333;
  text-decoration: none;
  outline: none;
}
a:hover {
  color: #968BB9;
}
img {
  max-width: 100%;
  height: auto;
}
input {
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
}
h1{
  font-family: 'Shippori Mincho', serif;
}

div{
  margin: 0;
  padding: 0;
}
li{
  list-style: none;
}
button{
  background-color: transparent;
  border: none;
  cursor: pointer;
  outline: none;
  padding: 0;
  appearance: none;
}
.link_txt{
  color:#3C2C6A!important;
  text-decoration:underline!important;
}

/*--------------------------------------
utility class
--------------------------------------*/
.text-center {
  text-align: center;
}
.wrapper {
  position: relative;
  margin: 0 auto;
}
.font-go{
  font-family: 'Noto Sans JP', sans-serif;
}
.font-mincho{
  font-family: 'Shippori Mincho', serif;
}
.font-eng{
  font-family: 'PT Sans Narrow', sans-serif;
  letter-spacing: 0.3rem;
}
@media screen and (min-width:1050px){
.br-1050px{
  display: none;
  }
}
  /* 　SPの時だけ改行　*/
@media screen and (min-width:640px){
  .br-none{
    display: none;
    }
  }
  /* 　PCの時だけ改行　*/
  @media screen and (max-width:640px){
  .br-none_pc{
    display: none;
    }
  }


/*--------------------------------------
btn
--------------------------------------*/
.btn-register__mail {
  -webkit-appearance: none;
  appearance: none;
  width: 297px;
  height: 48px;
  border: none;
  background: url(../images/home/btn_register_mail.gif) no-repeat;
  background-size: contain;
  text-indent: 120%;
  white-space: nowrap;
  overflow: hidden;
}
.btn-register__mail:hover {
  cursor: pointer;
}
/*--------------------------------------
header class
--------------------------------------*/
.header {
  position: relative;
  margin-bottom: 60px;
  padding: 30px 0 0;
}
.header-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.fv__time-info .font-btn{
  background-color: #E3DEF0;
  color: #3C2C6A;
  font-size: 1.6rem;
  border-radius: 100vh;
  width: 35%;
  text-align: center;
  padding-top: 4px;
  box-shadow: 0px 3px 3px 0 #3C2C6A;
  border: 2px solid #3C2C6A;
}

/*--------------------------------------
nav class
--------------------------------------*/
.nav-local {
  margin-bottom: 30px;
  text-align: center;
}
.nav-local__item {
  display: inline-block;
  margin-right: 15px;
  padding-right: 15px;
  border-right: solid 1px #4d4d4d;
  font-size: 13px;
}

/*--------------------------------------
 design-btn 
--------------------------------------*/



.de-page__btn-pc{
  display: block;
}
.de__other-btn-pc .font-go{
  font-size: 1.6rem;
  width: 425px;
  text-align: center;
  color: #3C2C6A;
}
.de__other-btn-pc .font-go {
  width: 300px;
  padding-bottom: 5px;
  margin: auto;
}
.de__line-btn-pc .btn__line-pc{
  width: 425px;
  height: auto;
}
.de__line-btn-pc .btn__line-pc a{
  font-size: 3.2rem;
  width: 425px;
  align-items: center;
  display: flex;
  justify-content: center;
  color: #3C2C6A;
}
.de__line-btn-pc .btn-icon__parts-pc {
  margin: 14px 0 14px 55px;

}
.de__line-btn-pc .btn-icon__line-pc {
  width: 38px;
  height: auto;
  margin-right: 32px;
}

.de__other-btn-pc{
  display: flex;
  justify-content: center;
  flex-direction: column;
}
.de__other-btn-pc ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 70px 35px 100px;
  background-color: #f9f9f9;
  margin-top: 100px;
}
.btn__design a{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 300px;
  font-size: 2rem;
  padding: 0px 20px 3px;
}
.de__other-btn-pc ul .btn__line-pc .btn-icon__parts-pc {
  margin: 8px 0 8px 35px;
}
.btn__design {
  height: 45px;
  width: 580px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 5px;
  background-color: #F4F4F4;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s; 
  box-shadow: 0px 4px 5px rgba(0,0,0,0.3);
}
.btn__top{
  margin: 100px auto!important;
  background-color: #3C2C6A;
}
.btn__top a{
  color: #F4F4F4!important;
}

.btn__design .btn-icon__parts-pc{
  width:20px;
  padding-left: 20px;
}
.btn__design .font-mincho{
  align-items: center;
  display: flex;
  justify-content: center;
  color: #3C2C6A;
}

/*--------------------------------------
instagram class
--------------------------------------*/

#instagram{
  background-color: #f4f4f4;
}
#instagram ul{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#instagram ul li{
  width: 50%;
}
.insta_post{
  display: flex;
  flex-direction: column;
  padding:50px 40px;
}

.insta_txt{
  color: #3C2C6A ;
  font-size: 1.6rem;
  margin-bottom: 15px;
}
.insta_txt h1{
  font-size: 2.5rem;
}
.insta_pic{
  display: inline-block;
  position: relative;
}
.insta_pic img{
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  max-height: 100%;
  object-fit: cover;
  display: block;
}
.insta_post-pics{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0 30px;
}
.insta_post-pics img{
  margin: 0 10px;
  width: 80%;
  max-width: 200px;
}

/*____　以下メディアクエリ@sp-1024px　____*/
@media (max-width: 1024px) {

  #instagram ul{
    flex-direction: column;
  }
  #instagram ul li{ 
    width: auto;
  }
  .insta_post {
    padding: 40px 8vw;
  }
  .insta_post-pics {
    padding: 0;
  }
  .insta_pic{
    width: 100%;
      height: 55vw;
  }
  }
/*--------------------------------------
footer class
--------------------------------------*/
.footer {
  padding: 20px 0;
  border-top: 1px solid #D8D8D8;
  text-align: center;
}
.author-outer {
  margin-bottom: 30px;
}
.author-title {
  margin-bottom: 20px;
}
.author-detail {
  margin-bottom: 30px;
}


/* ----------header-navi__start----------　*/
header{
  position: fixed;
  margin-top: 0;
  z-index: 90;
  width: 100%;
}
.humburger_menu{
  display: none;
}
.navi{
  font-family: 'Shippori Mincho', serif;
  display: flex;
  justify-content: space-between;
  background-color: #3C2C6A;
  color: #F4F4F4;
  height: 80px;
}
.navi h1{
  margin: auto 50px;
  width: 120px;
}
.navi__logo img{
  width: auto;
}
/* ----お品書き　営業暦　店舗情報---- class不要であれば消して置くこと！　*/
.navi__btn{
  margin: auto 0;
  font-size: 2rem;
  color: #f4f4f4;
  display: flex;
  justify-content:center;
  white-space: nowrap;
}
.navi__btn li{
  margin: 0 35px;
}
/*----お弁当のご注文----*/
.navi__line{
  margin: 15px 20px 10px 20px;
  height: 40px;
}
.navi__line ul li{
  font-size: 1.3rem;
}

/*----お弁当のご注文　ボタン　開始----*/
.btn__line a,.btn__base a,.btn__noze a{
  width: 240px;
  padding: 3px 20px;
  font-size: 1.7rem;
  color: #3C2C6A;
}
.btn__line,.btn__base{
	display:flex;
  justify-content: space-around;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
  width: 240px;
  margin-bottom: 10px;
  background-color: #E3DEF0;
	color: #fff;
	border-radius: 100vh;
	transition: 0.5s;
}
/*----お弁当のご注文　ボタン　終了----*/

.btn-icon__line{
  width: 25px;
  height: auto;
  margin-right: 20px;
}
.btn-icon__parts{
  margin: 8px 0 8px 15px;
  width: 8px;
  height: auto;
}
.btn-link__parts {
  margin: 8px 0 8px 15px;
  width: 16px;
  height: auto;
}
.btn__base .btn-link__parts {
  margin-bottom: 13px;
}

/* ----------header-navi__end----------　*/

main{
  padding-top: 79px;
}

/* ----------header-footer__start @pc----------　*/
#footer{
  font-family: 'Shippori Mincho', serif;
  display: flex;
  flex-direction: column;
  background-color: #3C2C6A;
  color: #F4F4F4;
  height: 340px;
  padding: 60px 0;
}
#footer ul{
  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-bottom: 40px;
}
#footer ul li{
  margin: 0 20px;
}
.footer__logo,.footer__co{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

/* ----------header-footer__end @pc----------　*/



#modalArea{
  display: none;
}

.floating-btn__wrap,.floating-btn__wrap ul{
  display: none;
}

/* 以下SP@1024*/
@media(max-width:1024px){
  
  .navi{
  display: none;
  }
  .humburger_menu{
    display: block;
  }
  


/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  height: 40px;
  width: 40px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
  background-color: #3C2C6A;
  margin: 20px 20px 0 auto;
  padding-bottom: 10px;
}
#drawer_input,.drawer_hidden{
  display: none;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before {
  content: '';
  display: block;
  height: 1px;
  width: 20px;
  border-radius: 3px;
  background: #f4f4f4;
  transition: 0.5s;
  position: absolute;
  z-index: 101;
}
.drawer_open span:before {
  margin-top: 10px;
}
/* アイコンがクリックされたら線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
  padding-top: 10px;
  width: 40px;
  height: 40px;;
  border: solid 1px #f4f4f4;
}

/* アイコンがクリックされたらアイコンが\印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
  margin: 0 auto 19px 9px;
}

/* メニューのデザイン*/
.nav_content {
  width: 100%;
  height: 70%;
  position: fixed;
  top: 0;
  left: 100%; /* メニューを画面の外に飛ばす */
  z-index: 99;
  background:#3C2C6A;
  transition: .5s;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.h-navi__btn{
  list-style-type:"-  ";
}
/* メニュー内　*/
.nav_content h1{
  display: flex;
  width: 13vw;
  margin-bottom: 20px;
}
.h-navi__btn{
  color: #F4F4F4;
  font-size: 2rem;
  font-family: 'Shippori Mincho', serif;
}
.h-navi__btn li{
  margin: 20% 0;
}

/* メニュー黒ポチを消す */
.nav_list {
  list-style: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  left: 0;/* メニューを画面に入れる */
  padding-top: 70px;
}
main{
  padding-top: 0;
}




/*________   flooting-btn@pc   ________*/

/* floating-btn */
.floating-btn__wrap{
  display: none;
  width: 100vw;
  height: 16%;
  position: fixed;
  bottom: 0;
  z-index: 95;
}
.floating-btn__wrap ul{
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  color: #f4f4f4;
  font-size: 1.6rem;
  padding-bottom: 0px;
}
.floating-btn__wrap ul .btn__line{
  width: 380px;
}
.floating-btn__wrap ul .btn__line a{
  font-size: 2.7rem;
  width: 380px;
}
.floating-btn__wrap ul .font-go{
  width: 100%;
  height: 100%;
  text-align: center;
  background-color: rgba(60,44,106,0.70);
  color: #f4f4f4;
}
.line-s{
  padding-bottom: 50px;
}
.line-b{
  margin-top: 40px;
  padding-top: 10px;
}
.floating-btn__wrap ul .btn__line a .btn-icon__parts {
  margin: 14px 0 14px 15px;
}






/*----モーダル　ボタン　開始----*/
.btn__line a,.btn__base a,.btn__noze a{
  color: #3C2C6A;
}
/*----モーダル　ボタン　終了----*/





/* モーダル内CSS */

.modalArea {
  display: none;
  position: fixed;
  z-index: 95; /*サイトによってここの数値は調整 */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.modalBg {
  width: 100%;
  height: 100%;
  background-color: rgba(30,30,30,0.3);
}

.modalWrapper {
  position: absolute;
  top: 40%;
  left: 50%;
  transform:translate(-50%,-50%);
  width: 90%;
  height: 400px;
  max-width: 500px;
  padding: 30px 30px;
  background-color: #fff;
  border-radius: 1vh;
  box-shadow: 0px 2px 6px 0px #4a4a4a;
}

/* 以下ボタンスタイル */
.modalContents .font-mincho,.modalContents .btn__menu-ub {
  font-size:  2.3rem;
  color: #3C2C6A;
}
.modalContents .btn__line,
.modalContents .btn__base,
.modalContents .btn__noze{
  width: 270px;
  margin:auto;
  height: 32px;
  display: flex;
  align-items: center;
  margin-bottom: 5px;
  background-color: #E3DEF0;
  color: #fff;
  border-radius: 100vh;
  transition: 0.5s;
  color: #3C2C6A;
}
.modalContents .btn__base{
  line-height: 4rem;
}
.modalContents .btn__line{
  height: 60px;
  margin-bottom: 20px;
}
.modalContents .btn__line a {
  width:auto;
  padding: 0 0 0 25px;
}
.modalContents .btn__line a img{
  width:35px;
  padding-top: 0;
  margin-right: 10px;
}
.modalContents .btn__line .line_link {
  padding: 0;
}
.modalContents .btn__line div{
  padding-right: 35px;
}
.modalContents .btn-icon__line {
    width: 35px;
    padding-top: 20px;
}
.btn__menu-ub{
  display: flex;
}
.btn__menu-ub p{
  border-bottom:1px solid;
  width: 165px;
}
.closeModal {
  position: absolute;
  top: 105%;
  right: 0;
  width: 40px;
  cursor: pointer;
  box-shadow: 0px 2px 6px 0px #4a4a4a;
}
.menu__line-btn{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 25px;
  border-bottom: 1px solid #E3DEF0;
}
.menu__line-btn .font-go,.menu__other-btn .font-go{
  font-size: 1.3rem;
  text-align: center;
  color: #3C2C6A;
}
.menu__line-btn .btn-icon__parts {
  margin: 14px 0 14px 10px;
}
.btn-icon__base {
  width: 90px;
  padding-bottom: 2px;
}
.menu__other-btn .btn__line{
  width: 300px;
}
.menu__other-btn ul{
  margin: 20px 0;
}
.btn__noze .font-mincho{
  align-items: center;
  display: flex;
  justify-content: center;
}
/* _____ボタン__end_____ */

#openModal {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 310px;
  height: 60px;
  font-size: 2.5rem;
  background-color: #f4f4f4;
  box-shadow: 0px 2px 3px 0px #3C2C6A;
  color: #3C2C6A;
  border-radius: 100vh;
  border: solid 1px;


}

}



/*____　以下メディアクエリ@sp-640px　____*/
@media (max-width: 640px) {
 
  .fv__time-info .font-btn{
    background-color: #E3DEF0;
    color: #3C2C6A;
    font-size: 1.6rem;
    border-radius: 100vh;
    height: 30px;
    width: 140px;
    text-align: center;
    padding-top: 5px;
    text-align: center;
  }

  .btn__design {
    width: 90vw;
  }
  .de-page__btn-pc ul iframe{
    width: 100vw;
    height: 125vw;
}
  
}


/*----------header_SP@1024----------*/
@media(max-width:1024px){
  .nav_content h1{
    width: 23vw;
  }

  /* design btn */
  .de__other-btn-pc .font-go {
    font-size: 1.3rem;
    width: 300px;
    text-align: left;
    padding-left: 25px;
  }
  .de__other-btn-pc {
    flex-direction: column;
  }
  .de__other-btn-pc ul {
    align-items: center;
  }
  .de__other-btn-pc ul {
    padding: 80px 35px;
  }
  

  /* floating-btn */
  .floating-btn__wrap {
    position: fixed;
    bottom: -200px;
    transition: transform 0.3s ease-in-out;
    z-index: 94;
  }
  
  .floating-btn__wrap.show {
    bottom: 0px;
  }

.floating-btn__wrap.hide {
  transform: translateY(150%);
  transition: transform 0.3s ease-in-out;
}
  
  
  .floating-btn__wrap ul{
    font-size: 1.2rem;
  }
  .floating-btn__wrap ul .btn__line{
    width: 300px;
  }
  .floating-btn__wrap ul .btn__line a{
    font-size: 2.3rem;
  }
  .floating-btn__wrap ul .btn__line a .btn-icon__parts {
    margin: 12px 0 12px 15px;
  }
}
