* {
  box-sizing: border-box;
}
body {
  width: 100%;
  font-size: 14px;
  justify-content: center;
  align-items: center;
  /*text-align: center; これすると文字が全部中央揃えになってしまう*/
  margin: 0;
  color: #333;
  font-family:"Hiragino Mincho ProN", YuMincho, serif;
}

p {
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  }

/*共通はじまり*/
.tittle {
  display: none;
}
.tittle_pc {
  width: 100%;
}
.talk, .cuisine{
  max-width: 1165px;
  margin: 0 auto;
  padding-top: 70px;
}
/*共通おしまい*/

/*ヘッダーはじまり*/
.header {
  box-sizing: border-box;
  width: 100%;
  height: 120px;/*190→120*/
  display: flex;
  align-items: center;
}
/*ハンバーガーメニューの線はじまり*/
.nav_toggle {
  margin: 0 auto;
  display: block;
  position: absolute;
  right: 5%;
  width: 5rem;
  height: 1rem;
  z-index: 100;
}
.nav_toggle i{
  align-items: center;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #3980C1;
  position: absolute;
  transition: transform .5s, opacity .5s;
  z-index: 10;
  border-radius: 10px;
}
.nav_toggle i:nth-child(1) {
  top: 0;
  width: 80px;
}
.nav_toggle i:nth-child(2) {
  bottom: 0;
  margin: auto;
  width: 80px;
}
/*ハンバーガーメニューの線クリック時はじまり*/
.nav_toggle.show i:nth-child(1) {
  transform: translateY(10px) rotate(-45deg);
  background-color: #3980C1;
  width: 60px;
  height: 2px;
  z-index: 10;
}
.nav_toggle.show i:nth-child(2) {
  transform: translateY(-4px) rotate(45deg);
  width: 60px;
  background-color: #3980C1;
  height: 2px;
  z-index: 10;
}
/*ハンバーガーメニューの線クリック時おしまい*/
/*ハンバーガーメニューの線おしまい*/
/*ハンバーガーメニューの中はじまり*/
.header-nav-item {
  display: flex;
  align-items: center;
}
.header-nav-menu {
  opacity: 0;
  transition: opacity .5s, visibility .5s;
  display: flex;
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: fit-content;
}
.header-nav-menu.show {
  opacity: 1;
  visibility: visible;
  background-color: #fff;
  z-index: 10;
}
.nav_menu_ul{
  margin: 0 auto;
  padding-top: 10%;
  padding-bottom: 3%;
}
.nav_menu_li{
  position: relative;
  line-height: 26px;
  letter-spacing: 0.3em;
  padding-bottom: 30px;
  color: #333;
  line-height: 400%;
  text-align: center;
}
.nav_menu_li a{
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-weight: 600;
  color: #333;
  text-decoration: none;
  font-size: 18px;
}
/*ハンバーガーメニューの中おしまい*/
.header-item{
  margin: 0 auto;
  display: flex;
  align-items: center;
}
.header-item a {
  position: relative;
  z-index: 5;
}
/*ロゴはじまり*/
.logo {
  /*width: 100%;
  max-width: 646px;*/
  height: 70px;
  margin: 0 auto;
}
/*ロゴおしまい*/
/*ショップアイコンはじまり*/
.header-nav {
  position: relative;
  align-items: center;
  display: inline-block;
}
.header-shopicon {
  width: 45px;
}
.link-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: transparent; /* 見えない透明の背景 */
  z-index: 1;
}
/*ショップアイコンおしまい*/
/*ヘッダーおしまい*/

/*TALK はじまり*/
.talk-contents_tittle, .cuisine-contents_tittle{
  font-family:"Yu Gothic Bold", "游ゴシック Bold", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W6", "メイリオ", sans-serif;
  font-size: 16px;
  line-height: 2.66;
  letter-spacing:0.2em;
  margin-top: 24px;
  margin-bottom: 0;
}

.talk_img01, .cuisine_img01{
  width: 100%;
  padding-top: 40px;
}
.talk_text-head, .talk_text{
  font-size: 14px;
  line-height: 2.66;
  letter-spacing: 0.14em;
}

.talk_text-head{
  margin: 0;
}

.talk_text, .cuisine_text{
  margin-top: 6px;
  margin-bottom: 0;
  line-height: 2.66;
  letter-spacing: 0.14em;
}

/*TALK おしまい*/

/*footer*/
.footer {
  height: 100px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  opacity: 1;
  overflow: hidden;
  margin-top: 60px;
  background-color: #f5f5f5;
}

.footer_contents{
  text-align: center;
  color: #333;
}

.footer_contents p{
  margin: 0 auto;
  font-family:"Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  padding-top: 40px;
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 12px;
  letter-spacing: 0.15em;
}

/*footer 完了*/

/*レスポンシブはじまり*/

@media (max-width: 1024px) {

.talk, .cuisine{
  max-width: 80%;
  padding-top: 70px;/*ここまだ*/
}

}
@media (max-width: 430px) {

  .talk, .cuisine{
    max-width: 90%;
    padding-top: 40px;
  }

  }

/*レスポンシブ ヘッダーはじまり*/
@media (max-width: 1024px) {
  .header-nav-item {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .header{
    height: 120px;
  }
  /*.logo{
  max-width: 430px;
 }*/
}
@media (max-width: 450px) {
  .header{
    height: 80px;
  }
  .nav_toggle{
    width: 2.3rem;
  }
  .nav_toggle i:nth-child(1), .nav_toggle i:nth-child(2){
    width: 35px;
  }
  .nav_toggle.show i:nth-child(1), .nav_toggle.show i:nth-child(2){
    width: 30px;
  }
  .nav_menu_ul {
    padding-top: 15%;
  }
  .nav_menu_l1 {
    padding-bottom: 0;
    line-height: 0;
  }
  .nav_menu_li a{
    font-size: 12px;
  }
  .logo {
    /*width: 235px;*/
    height: 46px;
  }
  .header-shopicon {
    width: 30px;
  }
}
@media (max-width: 375px) {
  .header-shopicon {
    margin-right: 16px;
  }
}
@media (max-width: 320px) {
  .nav_toggle i:nth-child(1), .nav_toggle i:nth-child(2){
    width: 30px;
  }
  /*.logo {
    width: 200px;
  }*/
  .header-shopicon {
    width: 20px;
    margin-right: 24px;
  }
}

/*レスポンシブ BRAND talk.はじまり*//*ここまだ*/
@media (max-width: 1024px) {
.talk_img01, .cuisine_img01{
  width: 100%;
}
}

@media (max-width: 768px) {
  .talk_text-head, .talk_text, .cuisine_text{
    font-size: 12px;
  }
}

/*レスポンシブ OUR PRODUCT.はじまり*//*ここまだ*/

/*レスポンシブおしまい*/
