@charset "UTF-8";

html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-size: 62.5%;
  overflow: scroll;
}
@media screen and (max-width: 480px) {
  html {
    font-size: 2.5vw; /* base16px */
  }
}
body {
  margin: 0 auto;
  -webkit-text-size-adjust: 100%;
  animation: fadeIn 1.5s ease 0s 1 normal;
  color: #502d1e;
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 1.8em;
  line-height: 1.4;
  text-align: justify;
}
section {
  display: block;
}
img{
  width: 100%;
  height: auto;
  object-fit: contain;
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #502d1e;
}
.wrapper {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.header {
  height: 60px;
  background: #e46100;
  text-align: center;
}
.ttl_header {
  padding-top: 10px;
  display: inline-block;
  line-height: 60px;
}
.main01 {
  padding-bottom: 40px;
  min-height: 350px;
  background-image: url("../images/hero-background.png"), url("../images/background-f3eed5.png");
  background-position: 50% 0%, 0% 0%;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
}
.main02add{
  background-image: url("../images/section-set-back.jpg");
  background-repeat: repeat;
  background-size: auto;
  padding-top: 70px;
  padding-bottom: 70px;
}
.main02,.footer{
  background-color: #f3edd5;
  padding-bottom: 70px;
}
.main03 {
  background: url("../images/set-menu-back.jpg") repeat repeat;
  background-size: 50%;
  padding-bottom: 70px;
  padding-top: 20px;
}
.footer {
  padding-top: 100px;
  /* padding-bottom: 70px; */
}
.container {
  margin: 0 auto;
  width: 96%;
  max-width: 1040px;
  position: relative;
}
.logo {
  margin-top: 30px;
  width: 100%;
  max-width: 619px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.hero_image {
  padding-top: 120px;
  max-width: 867px;
  z-index: 1;
}
.top_image01 {
  width: 40%;
  max-width: 371px;
  height: auto;
  position: absolute;
  top: 80px;
  right: -20px;
  z-index: 2;
}
@media (min-width: 481px) and (max-width: 1000px) {
  .logo {
    margin-top: 20px;
  }
  .top_image01 {
    /* max-width: 240px; */
    top: 90px;
    right: 0;
  }
}
@media (max-width: 480px) {
  .top_image01 {
    max-width: 150px;
    top: 100px;
  }
}
/* セットメニューコンテンツ */
.set-menu {
  background-image: url("../images/set-menu-back.jpg");
  background-repeat: repeat;
  background-size: cover;
  margin-bottom: 50px;
}

.set-menu-ttl{
  position: relative;
}

.set-menu-ttl-l{
  position: absolute;
  width: 65%;
  top: -5px;
}

.set-menu-ttl-r{
  width: 40%;
  margin: 0 0 0 auto;
}

.set-menu-contents{
  padding: 0 2% 2%;
}

.set-menu-contents-inner{
  padding: 3.5%;
  display: flex;
  gap: 2%;
  background-image: url(../images/set-menu-waku.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;
}

@media (max-width: 480px) {
  .set-menu-ttl-l{
    position: relative;
    width: 100%;
  }

  .set-menu-ttl-r{
    width: 80%;
    margin: 0 0 0 auto;
  }

  .set-menu-contents{
    padding-top: 0;
  }

  .set-menu-contents-inner{
    padding: 10% 8%;
    flex-direction: column;
    gap: 10px;
    background-image: url(../images/set-menu-waku-sp.png);
    background-position: top center;
  }
}

.wagyu-menu{
  background-color: #231815;
  position: relative;
  margin-bottom: 50px;
}

.wagyu-menu-ttl-txt{
  position: absolute;
  width: 33%;
  top: 5%;
  right: 12%;
  z-index: 3;
}

.wagyu-menu-contents{
  background-image: url(../images/wagyu-back.png),url(../images/wagyu-back.png);
  background-size: 30%;
  background-repeat: no-repeat;
  background-position: left 20% bottom 15%, left 80% bottom 15% ;
  padding: 38% 3% 0.5em;
}

.wagyu-menu-contents-inner{
  /* position: relative; */
}

.wagyu-menu-01,.wagyu-menu-02,.wagyu-menu-03{
  position: absolute;
  bottom: 7%;
}

.wagyu-menu-01{
  width: 47%;
  left: -8%;
  z-index: 2;
}

.wagyu-menu-02{
  width: 47%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.wagyu-menu-03{
  width: 39%;
  right: -2%;
  z-index: 2;
}

.wagyu-menu-txt{
  color: #fff;
  text-align: right;
  font-size: 0.83em;
}

@media (max-width: 480px) {
  .wagyu-menu-ttl-txt{
    top: 1%;
  }

  .wagyu-menu-contents{
    padding: 5% 3%;
    background-image: url(../images/wagyu-back.png),url(../images/wagyu-back.png),url(../images/wagyu-back.png);
    background-size: 70%;
    background-position: left 50% bottom 15%, left 50% bottom 50%, left 50% bottom 85% ;
  }

  .wagyu-menu-01,.wagyu-menu-02,.wagyu-menu-03{
    position: relative;
    width: 90%;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);
    margin-bottom: 10px;
  }

  .wagyu-menu-txt{
    font-size: 0.7em;
  }
}

.tan-menu-contents{
  background-image: url(../images/tan-back.jpg);
  background-repeat: repeat;
  background-size: auto;
  position: relative;
}

.tan-menu-ttl{
  width: 50%;
}

.tan-menu-pic{
  width: 75%;
  position: absolute;
  top: -5%;
  right: 0;
}

.tan-menu-price{
  width: 20%;
  margin-left: 5%;
  padding: 5.5% 0 4% 2%;
}

@media (max-width: 480px) {
  .tan-menu-ttl{
    width: 90%;
    margin-bottom: 8%;
  }

  .tan-menu-price{
    width: 50%;
    position: absolute;
    right: 5%;
    top: 8%;
  }

  .tan-menu-pic{
    position: static;
    width: 100%;
  }
}

/* メニューコンテンツ */
.main02{
  border-top: 6px solid #c29963;
}
.menu_content_bar {
  background-color: #c29963;
  width: 100%;
}
.yaki .menu_content_bar{
  height: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
}

.ippin .menu_content_bar{
  height: 5px;
  border-radius: 5px;
}

.menu_content {
  padding-bottom: 40px;
}
.ttl_menu_yaki, .ttl_menu_ippin {
  text-align: center;
}
.ttl_menu_yaki img, .ttl_menu_ippin img {
  width: 45%;
}
.menu-items {
  width: 100%;
  height: auto;
  display: flex;
  align-items: stretch;
  flex-wrap: wrap;
  position: relative;
}
.menu-item {
  flex-basis: 33%;
}
.item_inner {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-content: center;
}
.item_inner div {
  display: flex;
  flex-direction: column;
  align-content: flex-end;
}
.menu_image img {
  margin: 0 auto;
  max-width: 295px;
  height: auto;
  display: block;
  object-fit: scale-down;
}
.menu_text {
  height: 100%;
  display: block;
  text-align: center;
  font-weight: 700;
}
.title, .price {
  height: 50%;
  display: block;
  font-size: 2.4rem;
  font-size: 3.5vw;
  font-size: clamp(1.6rem,2.5vw,2.4rem);
  font-weight: 700;
}
.price{
  line-height: 1.2;
}
.title {
  padding-bottom: 1rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
  text-align: center;
}
.type {
  font-size: 2.0rem;
}
.one::before {
  content: '一人前 各';
  /* padding-right: 1rem; */
  font-size: 0.7em;
}
.dai, .middle{
  display: inline-block;
}
.dai::before {
  content: '大';
  padding-right: 0.5em;
  font-size: 0.7em;
}
.middle::before {
  content: '中';
  padding-right: 0.5em;
  font-size: 0.7em;
}
.price::after {
  content: '円(税別)';
  font-size: 0.7em;
}
.tax-price{
  font-weight: 700;
}
.yaki .title {
  color: #c80a23;
}
.ippin .title {
  color: #e46100;
}
@media (max-width: 800px) {
  .ttl_menu_yaki img, .ttl_menu_ippin img {
    width: 65%;
  }
  .menu_content {
    padding-bottom: 40px;
  }
  .menu_text .title {
    padding-top: 1rem;
  }
}
@media (max-width: 480px) {
  .menu-item {
    flex-basis: 50%;
  }
  .menu_text{
    font-size: 0.88em;
  }
  .price{
    font-size: 1.2em;
  }
  .menu_text .title {
    padding-bottom: 0.2em;
    font-size: 1.2em;
  }
}
/* 肉刺しメニュー */
.sashi-menu-ttl{
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
.sashi-menu-ttl-l, .sashi-menu-ttl-r, .sashi-menu-content-l, .sashi-menu-content-r{
  width: 50%;
}
.sashi-menu-contents{
  display: flex;
  position: relative;
  flex-wrap: wrap;
}
.sashi-menu_image{
  transform: scale(1.04);
}

.item_inner div.sashi-menu-txt{
  display: flex;
  flex-direction: row;
  color: #fff;
}
.sashi-menu-txt .menu_text{
  width: 50%;
}

@media (min-width: 481px) and (max-width: 800px) {

}
@media (max-width: 480px) {
  .sashi-menu-ttl-l, .sashi-menu-content-l, .sashi-menu-content-r{
    width: 100%;
  }
  .sashi-menu-ttl-r{
    width: 80%;
    margin-bottom: 30px;
    margin-top: 30px;
    margin: 0 0 30px auto;
  }
  .sashi-menu-content-l{
    margin-bottom: 30px;
  }
}
/* アクセス */
.ttl_access {
  display: flex;
  align-items: center;
}
@media (max-width: 800px) {
  .ttl_access img {
    width: 65%;
  }
}
.ttl_access:before, .ttl_access:after {
  content: '';
  width: 100%;
  height: 3px;
  background: #c29963;
}
.ttl_access:before{
  margin: 0 20px 0 0;
}
.ttl_access:after{
  margin: 0 0 0 20px;
}
.address_content {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 480px) {
  .ttl_access:before{
    margin: 0 5px 0 0;
  }
  .ttl_access:after{
    margin: 0 0 0 5px;
  }
  .address_content {
    flex-direction: column;
  }
  .address_text, .address_map {
    padding-bottom: 30px;
    flex-basis: 100%;
  }
}
.address_text {
  flex-basis: 38%;
}
.address_map {
  flex-basis: 60%;
}

.address_map iframe {
  width: 100%;
}

.address_content p {
  font-size: 2.4rem;
  font-size: clamp(1.5rem,2.5vw,2.4rem);
}

.mb10{
  margin-bottom: 1rem;
}

.ml10{
  margin-left: 1em;
}

.tel-num{
  font-size: 1.4em;
  font-weight: 700;
  line-height: 1;
}

@media (max-width: 480px) {
  .address_content p {
    font-size:2rem;
  }
}

/* topに戻る */
#back-to-top {
  background: #502d1e;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: none;
  color: #fff;
  font-size: 2rem;
  line-height: 60px;
  opacity: 0;
  position: fixed;
  right: 20px;
  bottom: 20px;
  text-align: center;
  z-index: 10;
}
#back-to-top.fade-in {
  opacity: 1;
  transition: opacity 1s;
}
#back-to-top:hover {
  cursor: pointer;
}

/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  width:94%;
   margin:0 auto;
}

.slider img {
   width:100%;/*スライダー内の画像を横幅100%に*/
   height:auto;
}

/*slickのJSで書かれるタグ内、スライド左右の余白調整*/

.slider .slick-slide {
   margin:0 10px;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
   position: absolute;/*絶対配置にする*/
   top: 42%;
   cursor: pointer;/*マウスカーソルを指マークに*/
   outline: none;/*クリックをしたら出てくる枠線を消す*/
   border-top: 3px solid #c29963;/*矢印の色*/
   border-right: 3px solid #c29963;/*矢印の色*/
   height: 2em;
   width: 2em;
}

.slick-prev {/*戻る矢印の位置と形状*/
   left: -1.5%;
   transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
   right: -1.5%;
   transform: rotate(45deg);
}

.sp{
  display: none;
}

@media (max-width: 480px) {
  .slick-prev, .slick-next {
    height: 1em;
    width: 1em;
  }

  .sp{
    display: block;
  }
}

.bounceIn{
  opacity: 0;
}

.bounceIn.is-active {
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
  z-index: 5;
}

@-webkit-keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {
  from, 20%, 40%, 60%, 80%, to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    /* opacity: 0; */
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}