@import url('https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Linden+Hill&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Cabin&display=swap');

.pc {
  display: block;
}

.sp_br {
  display: none
}

@media screen and (max-width: 980px) {
  .pc {
    display: none;
  }

  .sp_br {
    display: block;
  }

}



/* top */
.top_content {
  width: 100vw;
  height: 100%;
  position: relative;
}

header {
  width: 60px;
  height: 100%;
  background-color: #fff;
  position: fixed;
  left: 0;
  z-index: 5;
}


.top_img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.t_phrase {
  font-size: 70px;
  color: #fff;
  position: absolute;
  top: 35vh;
  left: 50%;
  font-family: 'Great Vibes', cursive;
}

.big {
  font-size: 90px;
}

.t_center {
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);

}

.t_phrase_p {
  text-align: left;
  transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  line-height: 1.5;
}

.since {
  position: absolute;
  text-align: center;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.shop_logo {
  writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  text-orientation: sideways;
  font-size: 18px;
  padding-top: 60px;
  margin: auto;
  font-weight: bold;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

@media screen and (max-width: 1023px) {
  .t_phrase {
    font-size: 50px;
  }

  .big {
    font-size: 70px;
  }
}

@media screen and (max-width: 767px) {
  .t_phrase {
    font-size: 25px;
  }

  .big {
    font-size: 50px;
  }

}


/* concept */
.concept {
  margin: 50px auto 100px;
}

.c_inner {
  /* display: flex;
  justify-content: center;
  flex-wrap: wrap; */
  max-width: 980px;
  margin: auto;
  width: 100%;
  position: relative;
  /* flex-direction: row-reverse; */
}

.section_main_title {
  font-size: 40px;
  position: relative;
  font-family: "YuMin-Demibold", serif;
}

.phrase::before {
  content: '';
  position: absolute;
  width: 10%;
  height: 2px;
  background-color: #008800;
  bottom: -10px;
}


.c_text {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  top: 90px;
  right: 0;
  width: 40%;
  padding: 50px 0 30px 30px;

}


.phrase {
  margin: 50px 0 30px;
  font-size: 20px;
  line-height: 1.3;
  font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  font-family: "YuMin-Demibold", serif;
  font-weight: bold;
  position: relative;
}

.p_text {
  /* font-size: 14px; */
  /* position: absolute; */
  /* bottom: 0px; */
  line-height: 2.0;
  font-size: 16px;
  padding-bottom: 30px;

}

.p_text p {
  font-family: 'Cabin', sans-serif;
}



.c_img {
  width: 70%;
  position: relative;
}

.c_img img {
  width: 100%;
  max-width: 780px;
  z-index: -5;
}

@media screen and (max-width: 980px) {
  .c_text {
    position: initial;
    width: 80%;
    padding-left: 60px;
  }


}


@media screen and (max-width: 850px) {


  .c_img {
    width: 50%;
  }

  .p_text p {
    font-size: 14px;
  }


}


/* menu */
.menu {
  width: 100vw;
  /* height: 100vh; */
  padding: 100px 0;
  background-image: url(../img/top_img.jpg);
  background-size: cover;
  background-position: bottom;
  /* background-color: #000; */
  font-family: "YuMin-Demibold", serif;
    font-weight: bold;
}


.menu_inner {
  max-width: 1280px;
  margin: auto;
  position: relative;
  text-align: center;
}

.menu_img {
  width: 80%;
  max-width: 600px;
}



.menu_box {
  width: 90%;
  max-width: 980px;
  height: 85vh;
  background-color: #000;
  margin: auto;
  color: #fff;
  position: absolute;
  top: 80px;
  left: 0;
  right: 0;
}

.menu_head {
  /* color: #fff; */
}
.menu_small_text {
  font-size: 12px;
  font-family: "YuMin-Demibold", serif;
  position: relative;
  text-align: center;
  width: 70%;
  /* margin-top: 20px;
  margin-bottom: 40px; */
  /* color: #fff; */
  text-align: left;
  margin: 0 auto 24px;
  line-height: 1.5;
}

.menu_title {
  font-size: 28px;
  text-align: center;
  margin: 30px auto;
}

.price {
  margin-left: 50px;
}

.price caption {
  font-size: 40px;
  color: #fff;
  text-align: left;
}

.price th,
.price td {
  font-size: 20px;
  color: #fff;
  text-align: left;

}

.menu_block {
  margin-bottom: 64px;
}
.menu_block_title {
  font-size: 28px;
  /* color: #fff; */
  width: 70%;
  margin: 24px auto 16px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.menu_block_title_mini {
  font-size: 20px;
}
.container {
  width: 70%;
  margin: 48px auto;
  background-color: #fff;
  padding: 40px 0;
}
.menuPrice {
  width: 70%;
  margin: 0 auto 32px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  font-size: 16px;
  /* line-height: 1.5; */
  align-items: center;
  /* color: #fff; */
  color: #000;
}
.menuLeft, .menuRight {
  flex: 0 1 auto;
}
.menuRight{
  width: 61px;
  text-align: right;
}
.centerLine {
  padding: 4px 16px;
  flex-grow: 3;
}

@media screen and (max-width: 767px) {
  .container,
  .menu_block_title,
  .menuPrice,
  .menu_small_text{
    width: 90%;
  }
  .menuPrice { 
    font-size: 14px;
  }
  
}

/* prodact */

.prodact {
  margin: 50px 0;
}

.prodact_ja {
  font-size: 14px;
  font-family: "YuMin-Demibold", serif;
  position: relative;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 40px;
}

.prodact_ja::before {
  content: '';
  position: absolute;
  width: 2%;
  height: 2px;
  background-color: #008802;
  bottom: -10px;
  left: 0;
  right: 0;
  margin: auto;
}

.title_center {
  text-align: center;
}

.p_box {
  width: 90%;
  margin: auto;
  max-width: 980px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.p_content {
  width: 48%;
  text-align: center;
}

.p_content_img {
  width: 100%;
  max-width: 420px;
  height: 265px;
  object-fit: cover;
}

.p_content_title {
  font-size: 19px;
  font-family: "YuMin-Demibold", serif;
  text-align: center;
  padding: 19px 0 12px 0
}

.p_link_box {
  margin: auto;
  width: 185px;
}

.p_link {
  width: 185px;
  padding: 18px 0;
  display: block;
  border: 1px solid #000;
  text-align: center;
  text-decoration: none;
  color: #000;
}

@media screen and (max-width: 767px) {
  .p_content {
    width: 98%
  }

  .p_content:nth-child(2) {
    margin-top: 50px;
  }
}


/* owner */
.owner {
  background-color: #000;

}

.o_inner {
  max-width: 1280px;
  margin: auto;
  display: flex;
  justify-content: space-around;
  padding-left: 60px;
  flex-direction: row-reverse;
}

.o_title {
  color: #fff;
  font-family: "YuMin-Demibold", serif;
  position: relative;
  margin-top: 20px;
  padding-bottom: 5px;
}

.owner_name {
  color: #fff;
  font-size: 45px;
  position: relative;
  margin-top: 25px;
  font-family: "YuMin-Demibold", serif;
}

.o_title::before {
  content: '';
  position: absolute;
  width: 5%;
  height: 3px;
  background-color: #008800;
  bottom: -10px;
}

.o_text_content {
  width: 50%;
  padding: 60px 0 35px 60px;
}

.owner_img {
  width: 50%;
  height: fit-content;
  filter: grayscale(1);
  object-fit: cover;
  object-position: center;
}

@media screen and (max-width: 767px) {
  .o_text_content {
    padding: 20px;
  }

  .owner_name {
    font-size: 21px;
  }
}

@media screen and (max-width: 350px) {
  .owner_img {
    object-position: -40px;
  }

}

/* map */
.map {
  margin-top: 50px;
  margin-bottom: 50px;
  padding-left: 60px;
}

/* access */
.access {
  margin: auto;
  max-width: 980px;
  width: 98%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", sans-serif;
}

.a_inner {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  padding-left: 60px;
  flex-direction: row-reverse;
}


.a_left {
  width: 45%;
  padding-top: 20px;
}

.a_left h3 {
  font-weight: bold;
}

.a_left p {
  line-height: 2.0;

}

.a_right {
  width: 50%;
  text-align: center;
}

.a_right img {
  width: 95%;
}

.a_shop {
  font-size: 18px;
  padding: 15px 0;
  font-family: "YuMin-Demibold", serif;
  position: relative;
  margin-bottom: 25px;
}

.a_shop::before {
  content: '';
  position: absolute;
  width: 8%;
  height: 3px;
  background-color: #008802;
  bottom: 0px;
}

address p {
  font-family: "YuMin-Demibold", serif;
}

.link_box {
  margin-top: 20px;
  display: flex;
}

.g_map_link {
  background-color: #000;
  color: #fff;
  padding: 10px;
  margin-right: 25px;
  text-decoration: none;
  text-align: center;
  width: 135px;
  display: block;
  font-weight: bold;
}

.web_link {
  color: #333;
  padding: 10px;
  text-decoration: none;
  text-align: center;
  width: 133px;
  display: block;
  border: 1px solid #333;
  font-weight: bold;

}

@media screen and (max-width: 568px) {
  .owner_img {
    height: 240px
  }

  .a_shop {
    font-size: 16px;
  }


  .a_left {
    width: 80%;
    margin: auto;
    padding-left: 60px;
  }

  .link_box {
    justify-content: center;
  }

  .a_right {
    display: none;
  }
}

/* @media screen and (max-width: 980px) {
  .header {
    height: 60px;
  }

  .map {
    padding-left: initial;
  }

  .a_inner {
    padding-left: initial;
  }
}

*/
/* footer */
footer {
  width: 100vw;
  /* height: 1000px; */
  height: 700px;
  background-image: url(../img/top_img.jpg);
  background-size: cover;
  background-position: center bottom;
  margin-top: 150px;
  position: relative;

}

.f_phrese {
  top: 20vh;
}

.f_inner {
  padding-top: 600px;
}

.sns_link {
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;

}

.instagram {
  text-decoration: none;
}

.instagram_icon {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.instagram_logo {
  width: 130px;

}


/* ハンバーガー */
.hamburger {
  display: block;
  position: absolute;
  z-index: 3;
  right: 0px;
  left: 0px;
  margin: auto;
  top: 10px;
  width: 42px;
  height: 42px;
  cursor: pointer;
  text-align: center;
}

.hamburger.active {
  top: 15px;
}

.hamburger span {
  display: block;
  position: absolute;
  width: 30px;
  height: 3px;
  left: 6px;
  background: #333;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.hamburger span:nth-child(1) {
  top: 10px;
}

.hamburger span:nth-child(2) {
  top: 20px;
}

.hamburger span:nth-child(3) {
  top: 30px;
}

/* ナビ開いてる時のボタン */
.hamburger.active span:nth-child(1) {
  top: 16px;
  left: 6px;
  background: #333;
  ;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.hamburger.active span:nth-child(2),
.hamburger.active span:nth-child(3) {
  top: 16px;
  background: #333;
  ;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  transform: rotate(45deg);
}

nav.globalMenuSp {
  position: fixed;
  z-index: 2;
  top: 0;
  left: 0;
  color: #333;
  background: #fff;
  text-align: center;
  width: 100%;
  height: 100vh;
  display: none;
  padding-top: 100px;
}

nav.globalMenuSp ul {
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

nav.globalMenuSp ul li {
  list-style-type: none;
  padding: 0;
  width: 100%;
  transition: .4s all;
}

nav.globalMenuSp ul li:last-child {
  padding-bottom: 0;
}

nav.globalMenuSp ul li:hover {
  background: #333;
}

nav.globalMenuSp ul li a {
  display: block;
  color: #333;
  padding: 1em 0;
  text-decoration: none;
}

nav.globalMenuSp ul li a:hover {
  color: #fff;
}

@media screen and (max-width: 980px) {
  header {
    height: 60px;
  }

  .map {
    padding-left: initial;
  }

  .a_inner {
    padding-left: initial;
  }

  .o_inner {
    padding-left: initial;
  }
}