@charset "utf-8";

/*-------------------- Fonts(フォント) ------------------------------------------------------------ */
.sans {
  font-family: "Noto Sans JP", serif;
  font-weight: 500; //100~900
  font-style: normal;
}

.selif {
  font-family: "Noto Serif JP", serif;
  font-weight: 700; //200~900
  font-style: bold;
}



/*-------------------- All(全体共通) ------------------------------------------------------------ */
*{
  font-family: "Noto Serif JP", serif;
  font-weight: 700; //200~900
  font-style: bold;
}

html{
  box-sizing: border-box;
}

body {
  box-sizing: border-box;
  background-color: #F2F3ED !important;
}

/*-------------------- Header-PC(PC版ヘッダー) ------------------------------------------------------------ */
#header-pc {
  z-index: 999;
  border-bottom: solid 6px #463427;
}

/* メニューリスト-右ライン */
.c1978 {
  border-right: solid 1px #333;
}

/* 予約ボタン-アイコン */
.c2742::before {
  content: "";
  display: inline-block;
  position: absolute;
  background-image :url(https://uzu-atsugi.com/system_panel/uploads/images/calendar-icon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 18px;
  height: 18px;
  left: 30px;
  top: 50%;
  margin-top: -11px;
}

@media screen and (max-width: 900px){
  #header-pc {
    display: none;
  }
}

/*-------------------- Header-SP(SP版ヘッダー) ------------------------------------------------------------ */
@media screen and (max-width: 900px){
  .c3485 {
    display: block !important;
    z-index: 99999;
  }
  
  .header-sp {
    border-bottom: solid 6px #463427;
  }

	/* ハンバーガー */
  .js-hamburger-menu {
  	cursor: pointer;
  }

  .js-hamburger-menu.open {
    background-image: url(https://uzu-atsugi.com/system_panel/uploads/images/ham-close.png) !important;
  }
  
  .hamburger-menu--open {
    display: block;
  }
  
  .c3692 {
    border-bottom: solid 1px #463427;
  }
  
  .c3692:first-child {
    border-top: solid 1px #463427;
  }
  
  /* 予約ボタン-アイコン */
  .p1740812807743:before {
    content: "";
    display: inline-block;
    position: absolute;
    background-image :url(https://uzu-atsugi.com/system_panel/uploads/images/calendar-icon.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 25px;
    height: 25px;
    left: 0px;
    top: 50%;
    margin-top: -12px;
  }
}

  @media screen and (max-width: 575px){
    .c2471.header-sp {
    padding: 0px 20px 0 20px !important;
    }
    
    .c3504 {
    width: 60px !important;
    }
    
    .c3329.js-hamburger-menu {
    width: 30px !important;
    height: 30px !important;
  }
    
    .c3041.hamburger-menu{
      padding: 20px 40px 20px 40px !important;
    }
    
    .p1740811191879{
    	font-size: 14px !important;
    }
}
  
 
/*-------------------- Index-Fv(トップファーストビュー) ------------------------------------------------------------ */
/* 電話番号 */
.c1638{
  z-index: 99;
}

/* お知らせ-div */
.c1798{
  z-index: 99;
  border-left: solid 10px #463427;
}

/* お知らせ-投稿部分 */
.webgene-item a {
  padding: 0 30px;
  border-left: solid 1px #333333;
  border-radius: 0;
  flex-direction: column;
  align-items: flex-start;
}

/* お知らせ-日付 */
.top-news-date{
  font-size: 14px;
  color: #746654;
}

/* お知らせ-タイトル */
.top-news-title{
  color: #333333;
  font-size: 20px;
  margin-bottom: 0;
}

/* お知らせ-リンク */
.link{
  color: #746654;
}

@media screen and (max-width: 1000px){
  .c1798{
    width: 90% !important;
  } 
}

@media screen and (max-width: 900px){
  .c4578 {
    padding-top: 90px;
  }
  
  .c1638 {
    right: 0px !important;
  }
  
  .c1718 {
    background-position: right top !important;
  }
}

@media screen and (max-width: 767px){
  .c4578 {
    margin: 0px 0 100px 0 !important;
  }
  
  .c1718 {
    margin: 0 0 100px 0 !important;
  }
}

@media screen and (max-width: 700px){
  .p1739854749502 {
    font-size: 14px !important;
  }
  
  .top-news-date {
    font-size: 12px !important;
  }
  
  .top-news-title {
    font-size: 16px !important;
  }
  
  .link {
    font-size: 14px !important;
  }
}

@media screen and (max-width: 600px){
  .p1739854084612 {
    font-size: 24px !important;
  }
}

@media screen and (max-width: 575px){
  .c4578 {
    padding-top: 80px;
  }
  
  .c1798 .webgene-item a {
    padding: 0px 10px;
  }
}

/*-------------------- Index-Appeal(トップこだわり) ------------------------------------------------------------ */
/* 1列目 */
.c2372{
  column-gap: 100px;
}

/* 擬似要素01 */
.c2372::before{
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -10;
  background-image :url(https://uzu-atsugi.com/system_panel/uploads/images/appeal-03.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 500px;
  height: 240px;
  left: 0;
}

/* 擬似要素02 */
.c8776::before{
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -10;
  background-image :url(https://uzu-atsugi.com/system_panel/uploads/images/appeal-04.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 800px;
  height: 500px;
  left: -330px;
  top: -230px;
}

/* 擬似要素03 */
.c1942::after{
  content: "";
  display: inline-block;
  position: absolute;
  z-index: -10;
  background-image :url(https://uzu-atsugi.com/system_panel/uploads/images/appeal-05.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 350px;
  height: 270px;
  right: 0;
  bottom: 0;
}

/* メインテキスト */
.h1739870268299{
  writing-mode: vertical-rl;
  text-orientation: upright;
}

.c8776 {
    z-index: -1;
}

@media screen and (max-width: 1000px){
  .c2372 {
    column-gap: 40px !important;
  }
}

@media screen and (max-width: 991px){
  .c2372 {
    justify-content: space-between !important;
  }
  
  .c2895 {
    flex-basis: 80% !important;
  }
  
  .c2372::before {
    left: -230px !important;
  }
  
  .c8776 {
    width: 80% !important;
  }
  
  .c8776::before {
    width: 500px !important;
    height: 300px !important;
  }
  
  .c1942::after {
    width: 260px !important;
    height: 200px !important;
  }
}

@media screen and (max-width: 800px){
  .c2372 {
    column-gap: 20px !important;
  }
  
  .c3336 {
    margin: 0 0 20px 0 !important;
  }
  
  .c2372::before {
    width: 400px !important;
    height: 180px !important;
    left: -200px !important;
  }
}

@media screen and (max-width: 767px){
  .h1739870268299 {
    font-size: 40px !important;
  }
}

@media screen and (max-width: 500px){
  .p1739870537081.sans {
    font-size: 14px !important;
  }
  
  .h1739870268299 {
    font-size: 36px !important;
  }
  
  .c2372::before {
    width: 290px !important;
    height: 140px !important;
    left: -120px !important;
  }
  
  .c8776::before {
    width: 280px !important;
    height: 180px !important;
    left: -100px !important;
    top: -200px !important;
  }
  
  .c1942::after {
    width: 180px !important;
    height: 140px !important;
  }
  
  .c9101 {
    padding: 20px 40px 20px 40px !important;
  }
}

/*-------------------- Index-Banner(トップバナー部分) ------------------------------------------------------------ */
.h1740021943863{
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

@media screen and (max-width: 800px){
  .c2531{
    padding: 80px 0 80px 0 !important;
  }
  
  .h1740021943863 {
    font-size: 40px !important;
    line-height: 60px !important;
  }
}

@media screen and (max-width: 800px){
  .h1740021943863 {
    font-size: 32px !important;
    line-height: 48px !important;
  }
  
  .c2531 {
    padding: 60px 0 60px 0 !important;
  }
}

@media screen and (max-width: 500px){
  .h1740021943863 {
    font-size: 24px !important;
    line-height: 36px !important;
  }
}

/*-------------------- Index-Link(トップ縦リンク) ------------------------------------------------------------ */
/* 各一覧：ボックス上ライン */
.c3589,
.c17029{
  border-top: solid 10px #463427;
}

/* 各一覧：丸矢印 */
.c3482::after,
.c17133::after{
  content: "";
  display: inline-block;
  position: absolute;
  background-image :url(https://uzu-atsugi.com/system_panel/uploads/images/circle-arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 170px;
  height: 170px;
  bottom: -80px;
}

/* 一品料理一覧：文字 */
.h1740023274552{
  writing-mode: vertical-rl;
  text-orientation: upright;
}

/* コース一覧：文字 */
.h1740023623814{
  writing-mode: vertical-rl;
  text-orientation: upright;
}

@media screen and (max-width: 880px){
  .c3482,
  .c17133 {
    width: 300px !important;
    height: 800px !important;
  }
}

@media screen and (max-width: 660px){
  .c3227{
    padding: 100px 0 140px 0 !important;
  }
  
  .c3482, .c17133 {
    width: 250px !important;
    height: 600px !important;
  }
  
  .h1740023274552,
  .h1740023623814 {
    font-size: 40px !important;
  }
  
  .c3482::after,
  .c17133::after{
    width: 120px !important;
    height: 120px !important;
    bottom: -60px !important;
  }
}

@media screen and (max-width: 550px){
  .c3482, .c17133 {
    width: 180px !important;
    height: 480px !important;
  }
  
  .h1740023274552, .h1740023623814 {
    font-size: 32px !important;
  }
  
  .c3482::after, .c17133::after {
    width: 100px !important;
    height: 100px !important;
    bottom: -50px !important;
  }
}

@media screen and (max-width: 420px){
  .c3482, .c17133 {
    width: 160px !important;
    height: 420px !important;
  }
}

/*-------------------- Index-Shop ------------------------------------------------------------ */
/* タイトル：文字 */
.h1740025582677{
  border-top: solid 1px #ffffff;
  border-bottom: solid 1px #ffffff;
}

.c3565{
  width: 100% !important;
  height: 100% !important;
}

@media screen and (max-width: 800px){
  .c3417 {
    width: 100px !important;
  }
  
  .p1740027708526.sans{
    font-size: 14px !important;
  }
  
  .c4237 {
    height: 240px !important;
  }
}

@media screen and (max-width: 660px){
  .c2807 {
    padding: 60px 0 60px 0 !important;
  }
  
  .h1740025582677 {
    width: 80% !important;
    font-size: 40px !important;
  }
}

@media screen and (max-width: 600px){
  .c3851 {
    flex-direction: column !important;
  }
}
.p-mv_text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #463427;
    padding: 50px;
}
.p1765420483503{
  font-size: 28px;
}