@charset "utf-8";
/* css Document */
/*トップのスライド*/
.section-top__main-image div img {
  width: 100%;
  height: 60vh;
  object-fit: cover;
  object-position: 50% 50%;
}
.slick-dots li button:before {
  font-size: 1.4rem;
}
.slick-dots li {
  width: 30px !important; /*初期値は20px*/
}
.slick-dots {
  bottom: 16px;
}
.slick-prev {
  background: url("../images/top-assets/hidari.png");
  background-size: 100%;
}
.slick-next {
  background: url("../images/top-assets/migi.png");
  background-size: 100%;
}
.slick-prev:hover {
  color: transparent;
  outline: none;
  background: url("../images/top-assets/hidari.png");
  background-size: 100%;
  opacity: 1;
}
.slick-prev:focus {
  color: transparent;
  outline: none;
  background: url("../images/top-assets/hidari.png");
  background-size: 100%;
}
.slick-next:hover {
  color: transparent;
  outline: none;
  background: url("../images/top-assets/migi.png");
  background-size: 100%;
  opacity: 1;
}
.slick-next:focus {
  color: transparent;
  outline: none;
  background: url("../images/top-assets/migi.png");
  background-size: 100%;
}
/*キャッチコピー*/
.copy__header__curved {
  background: rgb(244, 130, 19);
  background: radial-gradient(circle, rgba(244, 130, 19, 1) 0%, rgba(139, 3, 3, 1) 93%, rgba(139, 3, 3, 1) 100%);
  height: 64px;
  width: 100%;
  border-bottom-left-radius: 50%;
  border-bottom-right-radius: 50%;
  margin-bottom:  24px;
}
.section__top h1 {
  color: #ffffff;
  position: relative;
  top: 50%;
  transform: translate(0, -50%);
  font-size: 1.6rem;
  font-weight: 700;
}
/*circle-navのスタイル*/
.circle-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: 0 auto;
  max-width: 320px;
  padding: 0 8px;
}
/* ボタン共通設定 */
.btn01 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  border: none;
  background: transparent;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  margin-bottom: 16px;
  margin-right: 32px;
}
/*ボタンの中のテキスト*/
.btn01 span {
  position: relative;
  z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  background: rgb(244, 130, 19);
  background: radial-gradient(circle, rgba(244, 130, 19, 1) 0%, rgba(139, 3, 3, 1) 60%, rgba(139, 3, 3, 1) 100%);
  height: 80px;
  border-radius: 80px;
  color: #FFFFFF;
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 2.0rem;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}
.btn01:nth-child(3), .btn01:nth-child(6) {
  margin-right: 0px;
}
/*hoverをした後のボタンの形状*/
.btn01:hover, .btn02:hover, .btn03:hover, .btn04:hover {
  border-color: transparent;
  opacity: 1;
}
.btn02 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 80px;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  margin-top: 32px;
}
.btn02 span {
  position: relative;
  z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 10px 30px;
  background: rgb(244, 130, 19);
  background: radial-gradient(circle, rgba(244, 130, 19, 1) 0%, rgba(139, 3, 3, 1) 93%, rgba(139, 3, 3, 1) 100%);
  border-radius: 80px;
  color: #FFFFFF;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
}
.btn02-padding {
  margin-bottom: 40px;
}
.pushright {
  z-index: 1;
}
/*== 右下に押し込まれる（立体が平面に） */
/*影の設定*/
.pushright:before {
  content: "";
  /*絶対配置で影の位置を決める*/
  position: absolute;
  z-index: -1;
  top: 4px;
  left: 4px;
  /*影の形状*/
  width: 100%;
  height: 100%;
  border-radius: 80px;
  background-color: #5a1313;
}
/*hoverの際にX・Y軸に4pxずらす*/
.pushright:hover span {
  /*background: #FFFFFF;
  color: #f48213; 透過だけにしたのでコメントアウトした*/
  transform: translate(4px, 4px);
  opacity: 0.3;
}
/*circle-navの時間差で出てくるようにするための記述*/
.delay-time02 {
  animation-delay: 0.2s;
}
.delay-time03 {
  animation-delay: 0.3s;
}
.delay-time04 {
  animation-delay: 0.4s;
}
.delay-time05 {
  animation-delay: 0.5s;
}
.delay-time06 {
  animation-delay: 0.6s;
}
/*「最新情報」*/
.news-menu-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 24px;
  justify-content: center;
}
.section__news {
  margin-top: 40px;
}
.section__news h1 {
  font-size: 2.0rem;
  font-weight: 700;
  padding-bottom: 8px;
}
.news-attention{
  width:300px;
  font-size: 1.2rem;
  text-align: left;
}
.news__a a{
  margin-bottom: 8px;
  color: #000000;

}
/*「メニュー」リンク*/
.section-menulink {
  margin-top: 40px;
  width:100%;
}
.section-menulink__area {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin-top: 8px;
  padding-bottom: 40px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.menu-link__h1 {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 0 8px;
}
.section-menulink h2 {
  font-size: 2rem;
  font-weight: 700;
  padding: 40px 0 8px;
  letter-spacing: 0.05rem;
}
.section-menulink__area h2 span {
  display: inline-block;
}
.menu__image {
  width: 90%;
  max-width: 344px;
  margin-bottom: 16px;
  vertical-align: bottom;
}
/*「メニューを見る」のボタン*/
.btn03 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 80px;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
}
/*ボタンの中のテキスト*/
.btn03 span {
  position: relative;
  z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 10px 30px;
  background: rgb(244, 130, 19);
  background: radial-gradient(circle, rgba(244, 130, 19, 1) 0%, rgba(139, 3, 3, 1) 93%, rgba(139, 3, 3, 1) 100%);
  border-radius: 80px;
  color: #FFFFFF;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
  font-size: 2rem;
  font-weight: 700;
}
.btn03.pushright:hover span {
  /*background: #f6f0eb;
  color: #f48213; 透過だけにしたのでコメントアウトした*/
  transform: translate(4px, 4px);
  opacity: 0.3;
}
/*ドリンクサービス*/
.section-menulink2 h2 {
  font-size: 2rem;
  font-weight: 700;
  padding: 48px 0 8px;
}
.section-menulink2 h2 span {
  display: inline-block;
}
.drinkservice_img {
  width: 90%;
  max-width: 344px
}
/*生そば*/
.jitaku__area {
  border-radius: 20px;
  border: 4px solid #f48213;
  margin: 40px 16px 0;
}
.namasoba {
  font-weight: 700;
  color: #f48213;
}
.jitaku__area p {
  font-size: 1.6rem;
  margin: 16px 25px 8px;
  line-height: 1.2;
}
/*ご予約表ボタン*/
.btn04 {
  /*影の基点とするためrelativeを指定*/
  position: relative;
  /*ボタンの形状*/
  display: inline-block;
  text-align: center;
  background: transparent;
  border-radius: 80px;
  outline: none;
  /*アニメーションの指定*/
  transition: all 0.2s ease;
  margin-bottom: 16px;
}
/*ボタンの中のテキスト*/
.btn04 span {
  position: relative;
  z-index: 2; /*z-indexの数値をあげて文字を背景よりも手前に表示*/
  /*テキストの形状*/
  display: block;
  padding: 10px 28px;
  background: rgb(244, 130, 19);
  background: radial-gradient(circle, rgba(244, 130, 19, 1) 0%, rgba(139, 3, 3, 1) 93%, rgba(139, 3, 3, 1) 100%);
  border-radius: 80px;
  color: #FFFFFF;
  /*アニメーションの指定*/
  transition: all 0.3s ease;
  font-size: 1.6rem;
}
.btn04.pushright:hover span {
  /*background: #f6f0eb;
  color: #f48213; 透過だけにしたのでコメントアウトした*/
  transform: translate(4px, 4px);
  opacity: 0.3;
}
/*「お席について」*/
.section-oseki h1 {
  font-size: 2.0rem;
  font-weight: 700;
  margin: 40px 0 8px;
}
.section-oseki p {
  margin: 40px 0 16px;
}
.section-oseki__area {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 8px 24px 40px;
  overflow: hidden;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.section-oseki__area img {
  border-radius: 20px;
  width: 100%;
  margin: 0 auto;
  vertical-align: bottom;
}
/*「喜心について」*/
.section-kishin {
  background-color: #f48213;
  margin-top: 80px;
  padding: 0 24px 0;
}
.section-kishin h1 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-bottom: 40px;
  padding-top: 40px;
  color: #000000;
}
.section-kishin p {
  padding-bottom: 16px;
  margin: 0 auto;
}
.section-kishin .no-padding {
  padding-bottom: 0;
}
.section-kishin p span {
  font-size: 1.6rem;
  color: #000000;
  display: block;
}
.tensyu-name {
  font-size: 1.6rem;
  color: #000000;
  padding-bottom: 48px;
}
.kishin__image1, .kishin__image2 {
  display: flex;
  justify-content: space-between;
}
.temoto1 {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  max-width: 144px; /* ※縦横を同値に */
  max-height: 144px; /* ※縦横を同値に */
  width: 50%;
  height: 50%;
}
.temoto2 {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  max-width: 144px; /* ※縦横を同値に */
  max-height: 144px; /* ※縦横を同値に */
  width: 50%;
  height: 50%;
  margin-top: 24px;
}
.hata {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  width: 104px; /* ※縦横を同値に */
  height: 104px; /* ※縦横を同値に */
}
.ebiten {
  border-radius: 50%; /* 角丸半径を50%にする(=円形にする) */
  width: 104px; /* ※縦横を同値に */
  height: 104px; /* ※縦横を同値に */
  margin-top: 24px;
}
.notofusai {
  border-radius: 20px;
  width: 100%;
  margin-bottom: 40px;
  vertical-align: bottom;
  margin-top: 24px;
}
/*「韃靼そばについて」*/
.section-dattan h1 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 8px;
}
.section-dattan__area {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 8px 24px 40px;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.section-dattan p {
  font-size: 1.6rem;
  padding: 16px;
  margin: 0 auto;
}
.section-dattan p span {
  display: block;
}
.section-dattan__area p:nth-child(1) {
  padding-top: 40px;
}
.orange {
  color: #f48213;
}
.section-dattan img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  vertical-align: bottom;
}
/*「店舗情報」*/
.section-tenpo h1 {
  font-size: 2.0rem;
  font-weight: 700;
  margin-top: 40px;
}
.section-tenpo__area {
  background-color: #FFFFFF;
  border-radius: 20px;
  margin: 8px 24px 80px;
  padding-top: 40px;
  text-align: left;
  font-size: 1.6rem;
  padding-bottom: 0;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.5);
}
.section-tenpo__area dl {
  display: flex;
  flex-wrap: wrap;
  padding-left: 16px;
  padding-right: 16px;
}
.section-tenpo__area dt {
  font-weight: 700;
  text-align: left;
}
.section-tenpo__area dt {
  width: 100%;
  margin-bottom: 8px;
}
.section-tenpo__area dd {
  width: 100%;
  margin-bottom: 24px;
  padding-left: 32px;
}
.tel-number {
  color: #f48213;
  font-size: 2.0rem;
  font-weight: 700;
}
.section-tenpo__area span {
  display: inline-block;
  font-weight: 500;
}
.shinhokkaidou {
  font-size: 1.2rem;
}
.shinhokkaidou h3 {
  font-size: 1.2rem;
  margin: 16px 0 8px;
  text-align: center;
}
.shinhokkaidou__logo {
  display: block;
  margin: auto;
  height: 20%;
  width: 20%;
  padding-bottom: 16px;
}
.google-map {
  height: 50vh;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0;
  border: 4px solid #f48213;
  border-radius: 20px;
  overflow: hidden;
  vertical-align: bottom;
  max-height: 300px;
  box-sizing: border-box;
}
@media(max-width:374px) {
  /*幅374px以下の時のボタンのスタイル整えるための記述*/
  .btn02 span {
    padding: 8px 16px;
    line-height: 1.2;
  }
  .btn02-padding {
    padding: 2%;
  }
  .btn04 span {
    padding: 8px 8px;
    line-height: 1.2;
  }
  .btn04-padding {
    padding: 2%;
  }
}
@media(min-width:600px) {
  /*circle-navのスタイル*/
  .circle-nav {
    max-width: 1040px;
    margin: 0 24px;
    display: flex;
    justify-content: space-between;
  }
  .btn01 {
    margin-right: 0;
  }
  .btn02 {
    position: absolute;
    top: 104px;
    left: 86px;
  }
  /*生そば*/
  .jitaku__area {
    max-width: 328px;
    margin: 40px auto 0;
  }
  /*「ご自宅で茹でて～」の改行*/
  .br-sp {
    display: none;
  }
  /*「お席について」*/
  .section-oseki__area {
    padding: 0 40px 40px;
  }
  .section-oseki__area img {
    width: 100%;
  }
  /*「喜心について」*/
  .notofusai {
    width: 64%;
    height: 64%;
  }
  /*「韃靼そばについて」*/
  .section-dattan img {
    width: 64%;
    height: 64%;
    margin-bottom: 40px;
  }
  /*「店舗情報」*/
  .section-tenpo .section-tenpo__area dt {
    width: 33%;
    margin-bottom: 24px;
  }
  .section-tenpo .section-tenpo__area dd {
    width: 67%;
    margin-bottom: 24px;
    padding-left: 0;
  }
   .shinhokkaidou .shinhokkaidou__logo {
    width: 95px;
  }
}
@media(min-width:725px) {
  /*「最新情報」とメニューリンクを囲むもの*/
  .news-menu-wrap {
    justify-content: space-between;
  }
  .section-menulink {
    width: calc(100% - 350px);
    min-width: 344px;
    margin-left: 16px;
    box-sizing: border-box;
  }
}
/*以下、スマホのときのみ電話発信できるようにする記述*/
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media(min-width:1020px) {
  /*トップのスライド*/
  .section-top__main-image img {
    width: 100%;
    object-fit: cover;
    object-position: 50% -5%;
  }
  .section__top h1 {
    font-size: 3.0rem;
    width: 100%;
    border-bottom-left-radius: 50%;
    border-bottom-right-radius: 50%;
  }
  .slick-prev:hover {
    opacity: 0.3;
  }
  .slick-next:hover {
    opacity: 0.3;
  }
  #slick-slide2 .slick-dots {
    bottom: 48px;
  }
  /*キャッチコピー*/
  .copy__header__curved {
    margin-bottom: 40px;
  }
  .copy__header__curved br {
    display: none;
  }
  /*circle-navのスタイル*/
  .circle-nav {
    max-width: 1040px;
    margin: 0 auto 80px;
    display: flex;
    justify-content: space-between;
  }
  .btn01 {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    margin: 0;
  }
  .btn01 span {
    width: 128px;
    height: 128px;
    border-radius: 128px;
    font-size: 2.4rem;
    line-height: 3.0rem;
  }
  /*「最新情報」*/
  .section__news h1 {
    font-size: 4.0rem;
    margin-bottom: 16px;
    letter-spacing: 1.0rem;
    padding-bottom: 0;
    line-height: 1;
  }
    .news__a{
  margin-bottom: 16px;

}
  /*「最新情報」と「メニュー」リンクエリアを囲む記述*/
  .news-menu-wrap {
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    width: 100%;
    max-width: 1040px;
    padding: 0 24px;
    box-sizing: border-box;
  }
  /*「メニュー」リンクエリア*/
  .menu-link__h1 {
    font-size: 4.0rem;
    margin-bottom: 16px;
    letter-spacing: 1.0rem;
    line-height: 1;
  }
  .section-menulink {
    max-width: 700px;
    margin-left: 0;
  }
  .section-menulink h2 {
    font-size: 2.4rem;
    padding-bottom: 16px;
  }
  .menu__image {
    display: block;
    margin: 0 auto 16px;
    width: 344px;
    height: 344px;
  }
  /*「メニューを見る」のボタン*/
  .btn03 {
    margin: 0;
  }
  .btn03 span {
    font-size: 2.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    width: 240px;
    height: 56px;
    border-radius: 28px;
  }
  /*ドリンクサービス*/
  .section-menulink2 h2 {
    padding: 56px 0 16px;
    font-size: 2.4rem;
  }
  .drinkservice_img {
    width: 344px
  }
  /*生そば*/
  .jitaku__area {
    margin: 56px auto 0;
    max-width: 400px;
  }
  .jitaku__area p {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }
  .namasoba {
    font-size: 2.2rem;
  }
  /*「ご自宅で茹でて～」の改行*/
  .br-sp {
    display: none;
  }
  /*ご予約表ボタン*/
  .btn04 span {
    font-size: 2.4rem;
    padding: 0;
    width: 360px;
    height: 56px;
    border-radius: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  /*「お席について」*/
  .section-oseki {
    padding: 0 24px;
  }
  .section-oseki h1 {
    margin: 80px 0 16px;
    font-size: 4.0rem;
    letter-spacing: 1.0rem;
    padding: 0 24px;
    line-height: 1;
  }
  .section-oseki__area {
    max-width: 1040px;
    margin: 0 auto;
    padding: 0 0 40px;
  }
  .section-oseki p {
    font-size: 2.4rem;
    line-height: 1.6;
  }
  .section-oseki__area img {
    width: 800px;
    margin: 0 auto;
  }
  #slick-slide2 {
    max-width: 1040px;
  }
  #slick-slide2 .slick-prev {
    left: 124px;
  }
  #slick-slide2 .slick-next {
    right: 124px;
  }
  /*「喜心について」*/
  .section-kishin {
    padding: 0 200px 0;
  }
  .section-kishin h1 {
    font-size: 4.8rem;
    padding: 80px 0 48px;
    margin: 0;
    line-height: 1;
  }
  .section-kishin p {
    padding-bottom: 40px;
    line-height: 2.0;
    max-width: 1040px;
  }
  .section-kishin p span {
    display: inline-block;
    font-size: 2.4rem;
    color: #000000;
  }
  .tensyu-name {
    font-size: 2.4rem;
    color: #000000;
    padding-bottom: 40px;
    margin: 0 200px 0;
  }
  .temoto1 {
    width: 100%;
    height: 100%;
    max-width: 288px; /* ※縦横を同値に */
    max-height: 288px; /* ※縦横を同値に */
  }
  .temoto2 {
    width: 100%;
    height: 100%;
    max-width: 288px; /* ※縦横を同値に */
    max-height: 288px; /* ※縦横を同値に */
  }
  .hata {
    width: 100%;
    height: 100%;
    max-width: 208px; /* ※縦横を同値に */
    max-height: 208px; /* ※縦横を同値に */
  }
  .ebiten {
    width: 100%;
    height: 100%;
    max-width: 208px;
    max-height: 208px;
    margin-top: 32px;
  }
  .notofusai {
    width: 100%;
    max-width: 654px;
    margin: 40px 0 80px;
  }
  /*「韃靼そばについて」*/
  .section-dattan {
    padding: 0 24px;
  }
  .section-dattan h1 {
    margin: 80px 0 16px;
    font-size: 4.0rem;
    letter-spacing: 1.0rem;
    line-height: 1;
  }
  .section-dattan__area {
    max-width: 1040px;
    margin: 0 auto;
    padding-bottom: 40px;
  }
  .section-dattan__area p {
    font-size: 2.4rem;
    line-height: 1.5;
    padding: 0 0 40px;
    margin: 0 28px;
  }
  .section-dattan p span {
    display: inline-block;
  }
  .section-dattan__area img {
    width: 100%;
    height: 100%;
    max-width: 654px;
    max-height: 360px;
    margin: 0;
  }
  /*「店舗情報」*/
  .section-tenpo {
    padding: 0 24px;
  }
  .section-tenpo__area {
    max-width: 1040px;
    margin: 0 auto 160px;
  }
  .section-tenpo h1 {
    font-size: 4.0rem;
    margin: 80px 0 16px;
    letter-spacing: 1.0rem;
    line-height: 1;
  }
  .section-tenpo__area dl {
    font-size: 2.4rem;
    max-width: 1040px;
    padding: 0 28px;
    line-height: 1.5em;
  }
  .tel-number {
    font-size: 3.2rem;
  }
  .shinhokkaidou h3 {
    margin-top: 32px;
    font-size: 2.0rem;
  }
  .shinhokkaidou h3 br {
    display: none;
  }
 
  .google-map {
    height: 50vh;
  }
}