@charset "utf-8";
/*
//	おのしん　202102
//	コンテンツページ
//	
*/
/* Import CSS
---------------------------------------------*/
@import url(layout-basic.css);
/*コンテンツメイン画像
-------------------------------------------- */
/* コンテンツメインイメージ  */
.cont-main {
  width: 100%;
  height: 240px;
  margin: 0 0 25px 0;
  position: relative;
  background: url("../../images/common/cont-bg.jpg");
}
.main-title {
  position: absolute;
  left: 15px;
  top: 20px;
  color: #fff;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl; /*縦書き*/
  font-size: 32px;
  z-index: 100;
  line-height: 1.4;
  letter-spacing: 0.06em;
  text-shadow: #333 1px 0 5px;
}
.main-img {
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 10;
  width: 100%;
}
.main-img img {
  width: 100%;
  height: 240px;
  object-fit: cover;
}
/* コンテンツ共通  */
.chuui {
  width: 76%;
  border: 2px solid #112546;
  margin: 0 auto 0px auto;
  text-align: center;
  outline: 1px solid #112546; /* 線幅、線のスタイル、カラー */
  outline-offset: -5px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
  outline-offset: -5px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
  padding: 5%;
}
.box-2col, .box-l, .box-s {
  width: 80%;
  margin: 0 auto 10px auto;
}
/* タイトルつき囲み枠 */
.point-box {
  position: relative;
  border: 2px solid #333; /* 枠の太さ・種類・色 */
  margin: 1.8em auto; /* 枠外の余白 */
  padding: 20px 15px;
  width: 70%;
}
.point-title {
  position: absolute;
  padding: 0 0.5em;
  left: 20px;
  top: -20px; /* タイトルの位置を調整 */
  color: #555555; /* タイトルの文字色 */
  font-weight: bold;
  font-size: 20px; /* タイトルの文字サイズ */
  background-color: #ffffff;
}
/*-------------------------
  店舗情報ページ
--------------------------- */
.store {
  width: 82%;
  margin: 0 auto 20px auto;
}
dl.store-info {
  margin: 0 0 30px 0;
}
dl.store-info dd {
  margin: 0 0 20px 0;
}
ul.cashless li {
  margin: 0 20px 0 0;
}
ul.service li {
  margin: 0 20px 0 0;
}
.map {
  width: 100%;
  height: 250px;
  margin: 0 auto 20px auto;
}
/*　flexbox　子要素*/
/*-------------------------
  コロナバナー
--------------------------- */
.korona {
  width: 85%;
  margin: 0 auto 0 auto;
}
/*-------------------------
  メニューページ
--------------------------- */
.lunch {
  width: 85%;
  margin: 0px auto 40px auto;
  text-align: center;
  padding: 20px 10px;
  background: url("../../images/menu/lunch-gara01.png"), url("../../images/menu/lunch-gara02.png"), url("../../images/common/bg-washi.jpg");
  background-position: right top, left bottom;
  background-size: 50% 50%, 50% 50%, auto auto;
  background-repeat: no-repeat, no-repeat, repeat;
}
.lunch-udon {
	text-align: center;
	width: 62%;
	margin: 0 auto;
}
.lunch-set {
  width: 46%;
  margin: 6px;
}
h2.lunch-h2 {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 5px 0;
}
.lunch-text {
  font-size: 18px;
	margin: 0 10px 15px 10px;
}
.highlight {
  background: linear-gradient(transparent 50%, #ffff66 0%);
  line-height: 1.3em;
}
.menu-link {
  width: 28%;
  margin: 0 8px 30px 8px;
}
.each-menu {
  width: 100%;
  margin: 0 auto 10px auto;
  padding: 30px 0px 10px 0;
}
.menu-name {
  font-size: 32px;
  font-weight: 600;
  width: 100%;
  margin: 0 0px 20px 0px;
  text-align: center;
}
.menu-table {
  width: 85%;
  margin: 0 auto 20px auto;
}
/* メニューテーブル  */
.menu-tab {
  font-size: 16px;
	margin: 0 auto;
}
.menu-tab th {
  text-align: left;
  width: 250px;
  padding: 0 0px 5px 0;
}
.menu-tab td {
  padding: 0 0px 5px 0;
}
/*-------------------------
  テイクアウト
--------------------------- */
.tukurikata {
  -webkit-justify-content: center; /*左右中央寄せ*/
  justify-content: center; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: stretch; /*上下中央寄せ*/
  align-items: stretch; /*上下中央寄せ*/
  -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
  flex-wrap: wrap; /*折り返し*/
  margin: 0;
}
.tukurikata li {
  width: 74%;
  margin: 0 0 20px 0;
}
/*-------------------------
  こだわりページ
--------------------------- */
.kodawari-men, .kodawari-shiru {
  padding: 40px 0;
  width: 100%;
  margin: 0 auto 0px auto;
}
.kodawari-men {
  background: url("../../images/kodawari/men-bg.jpg") right top;
}
.kodawari-shiru {
  background: url("../../images/kodawari/shiru-bg.jpg") right top;
}
.men-text, .shiru-text {
  width: 70%;
  background-color: rgba(255, 255, 255, 0.55);
  padding: 25px 35px;
}
.men-text {
  margin: 0 auto;
}
.shiru-text {
  float: none;
  margin: 0 auto;
}
/*-------------------------
  安心・安全の取り組み
--------------------------- */
.corona li {
  width: 21%;
  margin: 0 10px;
}
.taisaku li {
  width: 43%;
  margin: 0 10px 30px 10px;
	font-size: 89%;
}
/*-------------------------
  blog
--------------------------- */
.blog-flex {
  -webkit-justify-content: space-between; /*左右中央寄せ*/
  justify-content: space-between; /*左右中央寄せ*/
  display: -webkit-box; /* Android4.3以前ブラウザ用 */
  display: -webkit-flex; /* iOS8以前Safari用 */
  display: flex;
  -webkit-align-items: stretch; /*上下中央寄せ*/
  align-items: stretch; /*上下中央寄せ*/
  -webkit-flex-wrap: wrap; /*折り返し(mac safari用)*/
  flex-wrap: wrap; /*折り返し*/
  margin: 0;
}
@media print, screen and (min-width : 768px) {
  /* ボディ部分
--------------------------------------- */
  /* コンテンツメインイメージ  */
  .cont-main {
    width: 100%;
    height: 380px;
    margin: 0 auto 80px auto;
    position: relative;
  }
  .main-title {
    position: absolute;
    margin-left: 50%;
    left: -470px;
    top: 40px;
    color: #fff;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; /*縦書き*/
    font-size: 48px;
  }
  .main-img {
    position: absolute;
    margin-right: 50%;
    right: -510px;
    top: 0px;
    z-index: 10;
    width: auto;
  }
  .main-img img {
    width: 100%;
    height: auto;
    object-fit: none;
  }
  /* コンテンツ共通  */
  .chuui {
    width: 70%;
    margin: 0 auto 0px auto;
    padding: 2%;
  }
  .box-2col {
    width: 45%;
    margin: 0 0 20px 0;
  }
  .box-l {
    width: 55%;
    margin: 0 0px 20px 0px;
  }
  .box-s {
    width: 35%;
    margin: 0 0 20px 0;
  }
  /* タイトルつき囲み枠 */
  .point-box {
    position: relative;
    margin: 1.8em auto; /* 枠外の余白 */
    padding: 20px 15px;
    width: 100%;
  }
  .point-title {
    position: absolute;
    padding: 0 0.5em;
    left: 20px;
    top: -23px; /* タイトルの位置を調整 */
    font-size: 24px; /* タイトルの文字サイズ */
  }
  /*-------------------------
  店舗情報ページ
--------------------------- */
  .store {
    width: 45%;
    margin: 0 0px 40px 0;
  }
  .map {
    width: 48%;
    height: 480px;
    margin: 0 0 40px 0;
  }
  /*-------------------------
  コロナバナー
--------------------------- */
  .korona {
    width: 700px;
    margin: 0px auto 0 auto;
    text-align: center;
  }
  /*-------------------------
  メニューページ
--------------------------- */
  .lunch {
    width: 1000px;
    margin: 0px auto 70px auto;
    padding: 50px;
  }
  .lunch {
    width: 1000px;
    margin: 0px auto 70px auto;
    padding: 50px;
    text-align: center;
    background: url("../../images/menu/lunch-gara01.png"), url("../../images/menu/lunch-gara02.png"), url("../../images/common/bg-washi.jpg");
    background-position: right top, left bottom;
    background-size: auto auto, auto auto, auto auto;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .lunch-udon {
	width: 100%;
	margin: 0 auto;
}
  .lunch-set {
    width: 29%;
    margin: 10px;
  }
  h2.lunch-h2 {
    font-size: 38px;
  }
  .lunch-text {
    font-size: 23px;
  }
  .menu-link {
    width: 16%;
    margin: 0 15px 50px 15px;
  }
  .each-menu {
    width: 100%;
    margin: 0 auto 0px auto;
    padding: 60px 0px 10px 0;
  }
  .menu-name {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl; /*テキスト縦書き*/
    font-size: 38px;
    font-weight: 600;
    width: 21%;
    margin: 0 100px 40px 0px;
  }
  .menu-table {
    width: 60%;
    margin: 0 0px 20px 0px;
  }
  /* メニューテーブル  */
  .menu-tab {
    font-size: 20px;
  }
  .menu-tab th {
    text-align: left;
    width: 320px;
    padding: 0 0px 10px 0;
  }
  .menu-tab td {
    padding: 0 0px 10px 0;
  }
  /*-------------------------
  テイクアウト
--------------------------- */
  .tukurikata {
    margin: 0;
  }
  .tukurikata li {
    width: 24%;
    text-align: center;
    margin: 0 40px;
  }
  /*-------------------------
  こだわりページ
--------------------------- */
  .kodawari-men, .kodawari-shiru {
    padding: 160px 0;
    width: 840px;
    margin: 0 auto 0px auto;
  }
  .kodawari-men {
    background: url("../../images/kodawari/men-bg.jpg") left top;
  }
  .kodawari-shiru {
    background: url("../../images/kodawari/shiru-bg.jpg") right top;
    background-size: cover;
  }
  .men-text, .shiru-text {
    width: 400px;
    background-color: rgba(255, 255, 255, 0.55);
    padding: 55px 35px;
  }
  .men-text {
    margin: 0 0 0 40px;
  }
  .shiru-text {
    float: right;
    margin: 0 40px 0 0px;
  }
  /*-------------------------
  安心・安全の取り組み
--------------------------- */
  .corona li {
    width: 12%;
    margin: 0 10px;
  }
  .taisaku li {
    width: 27%;
    margin: 0 25px 30px 25px;
	  font-size: 100%;
  }
}