@charset "UTF-8";
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h2,
h3,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
body {
  font: 16px/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  margin: 0;
  padding: 0;
  color: #333333;
  background-color: #fdf1de;
}
/* ~~ エレメント / タグセレクター ~~ */
ul,
ol,
dl {
  /* ブラウザー間の相違により、リストの余白とマージンをゼロにすることをお勧めします。一貫性を保つために、量をここで指定するか、リストに含まれるリスト項目 (LI、DT、DD) で指定できます。より詳細なセレクターを記述しない限り、ここで指定する内容が .nav リストにも適用されることに注意してください。 */
  padding: 0;
  margin: 0;
}
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0;
}
.section h2 {
  color: #ffffff;
}
.section-2 h2 {
  color: #ffffff;
}
h4 {
  margin-top: 10px;
  padding: 4px;
  color: #9960e8;
  font-size: large;
  font-weight: bold;
}
h5 {
  font-size: medium;
  margin: 10px 10px 0;
}
.bold {
  font-size: large;
  font-weight: bold;
  color: #169b19;
}
.color-red {
  color: #f60000;
}
hr {
  height: 0;
  border: 0;
  border-top: 1px solid #bbb;
  border-bottom: 1px solid #fff;
}
a img {
  /* このセレクターは、一部のブラウザーでイメージをリンクで囲んだ場合にイメージの周囲に表示される初期設定の青いボーダーを削除します。 */
  border: none;
}
/* ~~ サイトのリンクのスタイル付けは、ホバー効果を作成するセレクターグループも含め、この順序にする必要があります。~~ */
a:link {
  color: #3f1f00;
}
.tel {
  text-decoration: none;
}
a:visited {
  color: #42413c;
  text-decoration: underline;
}
a:hover,
a:active,
a:focus {
  /* このセレクターグループは、キーボードを使用するユーザーに対し、マウスを使用するユーザーと同じホバー効果を提供します。 */
  text-decoration: underline;
}
#footer a:link {
  text-decoration: none;
}
/* ~~ この固定幅コンテナが他のすべての block を囲みます。~~ */
.wrapper {
  width: 1000px;
  margin: 0 auto; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
  background: url(../img/bg_footer.png) bottom repeat-x #ffffff;
  -moz-box-shadow: 0px 0px 5px #888888;
  -webkit-box-shadow: 0px 0px 5px #888888;
  box-shadow: 0px 0px 5px #888888;
  -ms-filter: "progid:DXImageTransform.Microsoft.Glow(color=#888888,strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=180,strength=6)";
  filter: progid:DXImageTransform.Microsoft.Glow(color=#888888, strength=3) progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction=180, strength=6);
}
.container {
  width: 960px;
  margin: 0 20px; /* 幅に加え、両側を自動値とすることで、レイアウトが中央に揃います。 */
  padding: 0;
}
/* ~~ ヘッダーには幅は指定されません。ヘッダーはレイアウトの幅全体まで広がります。~~ */
.homepage #header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 660px;
}
.subpage #header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 520px;
}
.subpage-nosnav #header {
  position: relative;
  margin: 0;
  padding: 0;
  height: 520px;
}
/* ~~ レイアウトに使用するカラムです。~~ */
.sidebar {
  float: right;
  width: 233px;
  padding-bottom: 10px;
}
.homepage .sidebar {
  margin-top: 30px;
}
.subpage .sidebar {
  margin-top: 10px;
}
.subpage-nosnav .sidebar {
  margin-top: 16px;
}
.content {
  width: 720px;
  float: left;
}
.section h2 {
  padding: 8px 0 0 10px; /* 2024-10-31変更 */
  text-align: left;
}
.section.information h2 {
  padding: 10px; /* 2024-10-31追加 */
}
.section p {
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}
.omakase-price2,
.mochikomi-price2,
.blue-price2 {
  position: relative;
}
.omakase-price2 .notice,
.mochikomi-price2 .notice {
  position: absolute;
  top: 30%;
  left: 20%;
  font-size: 24px;
  background-color: yellow;
  padding: 10px 20px;
  border: 5px solid red;
  z-index: 10;
  transform: rotate(-15deg);
}
.blue-price2 .notice {
  position: absolute;
  top: 30%;
  left: 10%;
  font-size: 24px;
  background-color: yellow;
  padding: 10px 20px;
  border: 5px solid red;
  z-index: 10;
  transform: rotate(-15deg);
}
.section-2 h2 {
  padding: 8px 0 0 10px;
}
.section-2 p {
  padding-top: 0;
  padding-right: 20px;
  padding-left: 20px;
  padding-bottom: 10px;
}
.section ul,
.section ol {
  padding: 0 0 15px 40px; /* この余白は、上述の見出しと段落ルールの右の余白を表します。下の余白はリスト内の他のエレメントとの間隔用に配置され、左の余白はインデント作成用に配置されています。これは必要に応じて調整できます。 */
}
/*---------------------header内のスタイル---------------------------*/
#Insert_logo {
  position: absolute;
  top: 10px;
}
.title-h {
  position: absolute;
  top: 90px;
  left: 115px;
}
.reserve-h {
  position: absolute;
  top: 8px;
  left: 140px;
}
.utility {
  position: absolute;
  top: 0px;
  right: 0px;
}
.main-image {
  position: absolute;
  top: 180px;
  width: 100%;
}
.subpage .main-image .main {
  float: left;
  margin-right: 5px;
}
.subpage-nosnav .main-image .main {
  float: left;
  margin-right: 5px;
}
.head-nav {
  list-style-type: none;
  display: block;
  float: left;
  width: 233px;
}
.head-nav li {
  margin: 0;
  padding: 0;
}
ul.hnav {
  list-style-type: none;
  position: absolute;
  top: 200px;
}
/*---------------------contentr内のスタイル---------------------------*/
ul.snav {
  list-style-type: none;
}
.snav li {
  float: left;
  margin-right: 6px;
  width: 233px;
}
.section {
  display: block;
  width: 700px;
  overflow: hidden;
  background: url(../img/bg_section.png) repeat-y;
  margin-top: 20px;
  margin-left: 4px;
  border: 3px solid #a6382e;
  -webkit-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  -moz-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  behavior: url(PIE.htc);
  position: relative;
  clear: both;
}
.section-inner {
  background-color: #ffffff;
  margin: 10px;
  padding: 10px;
  overflow: hidden;
}
.section-2 {
  display: block;
  width: 460px;
  min-height: 195px;
  overflow: hidden;
  background: url(../img/bg_section.png) repeat-y;
  margin-bottom: 20px;
  margin-left: 4px;
  border: 3px solid #a6382e;
  -webkit-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  -moz-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  behavior: url(PIE.htc);
  position: relative;
  clear: both;
  float: left;
}
.news .section-2 {
  margin-bottom: 30px; /* 2024-10-31変更 */
}
.section-contents {
  background: url(../img/ricepaper2.png);
  margin-bottom: 10px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.section-nobg {
  margin-right: 10px;
  margin-left: 0px;
  float: right;
}
.phone {
  width: 218px;
  border: 1px solid #f78d8e;
  background-color: #fbe4e4;
  margin: 4px 0;
  padding: 6px 0;
  text-align: center;
}
#blueberry dl,
#strawberry dl {
  display: block;
  overflow: hidden;
  margin-bottom: 10px;
  margin-top: 10px;
}
#blueberry dt {
  margin-bottom: 8px;
  padding: 4px;
  border-left: 6px solid #9960e8;
  font-weight: bold;
}
#strawberry dt {
  margin-bottom: 8px;
  padding: 4px;
  border-left: 6px solid #f3382c;
  font-weight: bold;
}
#other dl {
  display: block;
  margin: 10px;
  padding: 10px;
  width: 280px;
  height: 390px;
  float: left;
}
#other dt {
  text-align: center;
}
#other .syousai {
  font-size: small;
  text-align: left;
}
#other dd {
  text-align: center;
}
.photo {
  width: 200px;
  margin-right: 10px;
  float: left;
}
.icon {
  margin-top: 10px;
  text-align: right;
}
.icon img {
  margin-left: 4px;
}
td.omakase-price2 {
  position: relative;
  background: url(../img/img_omakase2.png) no-repeat;
  width: 300px;
  padding: 10px;
}
td.mochikomi-price2 {
  position: relative;
  background: url(../img/img_motikomi2.png) no-repeat;
  width: 300px;
  padding: 10px;
}
td.straw-price2 {
  /* position: relative; */
  background: url(../img/bg_stpr2.png) no-repeat;
  width: 300px;
  padding: 10px;
}
td.blue-price2 {
  position: relative;
  background: url(../img/bg_blpr2.png) no-repeat;
  width: 300px;
  padding: 10px;
}
.price-a {
  /* position: absolute;
  top: 110px; */
  font-size: 16px;
}
.price-b {
  /* position: absolute;
  top: 132px; */
  font-size: 16px;
}
.price-b2 {
  /* position: absolute;
  top: 156px; */
  font-size: 16px;
}
.price-c {
  /* position: absolute;
  top: 180px; */
  font-size: 16px;
}
.price-d {
  /* position: absolute;
  top: 210px; */
  font-size: 14px;
}
.price-d span {
  display: block;
  font-size: 14px;
}
.price-time {
  position: absolute;
  top: 154px;
  font-size: 16px;
  left: 19%;
}
.price-def {
  position: absolute;
  top: 220px;
  font-size: 14px;
}
.price-attention {
  position: absolute;
  top: 264px;
  font-size: 16px;
}
/*td.blue-price {
	background: url(../img/bg_blpr.png) no-repeat;
}
td.straw-price {
	background: url(../img/bg_stpr.png) no-repeat;
}*/
/*---------------------sidebar内のスタイル---------------------------*/
.garelly {
  display: block;
  width: 233px;
  height: 268px;
  background: url(../img/bg_garelly.png) no-repeat;
  margin-bottom: 10px;
}
.snapwidget-widget {
  margin: 60px 0 0 32px;
}
/* ~~ ナビゲーションリストのスタイル付け (Spry などの事前作成済みのフライアウトメニューを使用する場合は削除できます) ~~ */
ul.nav {
  list-style: none; /* リストのマーカーを削除します。 */
  margin-bottom: 15px; /* 下のコンテンツのナビゲーション間の間隔を作成します。 */
  text-align: center;
}
ul.nav li {
  margin-bottom: 10px;
}
ul.nav a,
ul.nav a:visited {
  /* これらのセレクターをグループ化することで、リンクのボタン表示が訪問後も確実に保持されます。 */
  display: block; /* リンクにブロックプロパティを指定し、リンクが含まれる LI 全体がリンクになるようにします。これにより、領域全体がマウスのクリックに反応するようになります。 */
  width: 233px; /*この幅により、IE6 でボタン全体をクリックできるようになります。IE6 をサポートする必要がない場合は削除できます。適切な幅を計算するには、サイドバーコンテナの幅からそのリンクの余白を減算します。 */
  text-decoration: none;
}
ul.nav a:hover,
ul.nav a:active,
ul.nav a:focus {
  /* マウスを使用する場合もキーボードを使用する場合も、背景色とテキストカラーを変更します。 */
  background-color: #ffffff;
  color: #fff;
}
table {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
table th {
  width: 70px;
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
table td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
table.link {
  border-collapse: separate;
  border-spacing: 1px;
  text-align: left;
  line-height: 1.5;
  border-top: 1px solid #ccc;
}
table.link th {
  width: 220px;
}
table.link td {
  padding: 10px;
  vertical-align: top;
  border-bottom: 1px solid #ccc;
}
/* ~~ サイド ~~ */
.banner img {
  margin-left: 6px;
  margin-bottom: 10px;
}
/* ~~ フッター ~~ */
#footer {
  padding: 30px 0 0 0;
  position: relative; /* IE6 に、適切にクリアするための hasLayout を指定します。 */
  clear: both; /* この clear プロパティにより .container は、カラムの範囲がどこまでかを認識してその範囲を含めるようになります。 */
  height: 300px;
}
/*---------------------footerr内のスタイル---------------------------*/
#footer {
  color: #3f1f00;
}
#footer ul {
  list-style-type: none;
}
.foot-inner {
  position: absolute;
  width: 960px;
  top: 130px;
}
.foot-nav {
  display: block;
  float: left;
  margin-right: 45px;
}
.foot-nav li {
  border-left: 3px solid #3f1f00;
  margin-bottom: 10px;
  padding-left: 6px;
}
.foot-title {
  display: block;
  width: 290px;
  float: right;
  margin-top: 20px;
}
.foot-title li {
  margin-bottom: 8px;
}
.foot-title .title {
  font-size: larger;
  font-weight: bold;
}
.foot-title .tel {
  font-size: 14px;
}
.copyright {
  font-size: 12px;
}
.totop {
  position: absolute;
  top: 50px;
  right: 10px;
}
/*---------------------イメージのスタイル---------------------------*/
.align-right {
  float: right;
  margin: 0 0 10px 10px;
}
/*---------------------新着情報内のスタイル---------------------------*/
#news_wrap li {
  color: #666;
  font-size: 14px;
  margin: 0;
  padding: 0;
  padding-bottom: 2px;
  margin-bottom: 3px;
  border-bottom: 1px dotted #ccc;
  line-height: 120%;
}
#news_wrap ul {
  margin: 0 0 15px;
  padding: 0;
  list-style-type: none;
}
#news_wrap a {
  color: #36f;
  text-decoration: underline;
}
#news_wrap a:hover {
  color: #039;
  text-decoration: none;
}
/*---------------------メールフォーム内のスタイル---------------------------*/
#formWrap {
  margin: 0 auto;
  color: #555;
  line-height: 120%;
  font-size: 90%;
}
table.formTable {
  width: 100%;
  margin: 0 auto;
  border-collapse: collapse;
}
table.formTable td,
table.formTable th {
  border: 1px solid #ccc;
  padding: 10px;
}
table.formTable th {
  width: 30%;
  font-weight: normal;
  background: #efefef;
  text-align: left;
}
.homepage #price table {
  border-top: none;
}
.homepage #price table td {
  border-bottom: none;
}
#other #price table {
  border-top: none;
}
#other #price table td {
  border-bottom: none;
}
/*---------------------予約箱のスタイル---------------------------*/
.yb_tb1 {
  width: 100%;
  max-width: 650px;
}
.yb_tb1 td {
  width: 14%;
  height: 50px;
  margin: 0px;
  padding: 5px;
}
.yb_month {
  font-size: 12pt;
  font-weight: bold;
  margin: 5px 0px;
}
.yb_sunday {
  text-align: center;
  background-color: #f7d7d8;
}
.yb_monday {
  text-align: center;
  background-color: #d2f2fb;
}
.yb_tuesday {
  text-align: center;
  background-color: #d2f2fb;
}
.yb_wednesday {
  text-align: center;
  background-color: #d2f2fb;
}
.yb_thursday {
  text-align: center;
  background-color: #d2f2fb;
}
.yb_friday {
  text-align: center;
  background-color: #d2f2fb;
}
.yb_saturday {
  text-align: center;
  background-color: #ddf4d9;
}
.yb_tr-select {
  background-color: #eeeadb;
}
.yb_tr-selected {
  font-size: 110%;
  font-weight: bold;
  background-color: #84d2dd;
}
.prevMonth {
  text-align: left;
}
.nextMonth {
  text-align: right;
}
input[type="button"],
input[type="reset"],
input[type="submit"] {
  background-color: #ffffff;
  border: 1px solid #c9c9c9;
  margin: 6px 0;
  padding: 10px;
}
/*---------------------小郡グルメパークのスタイル---------------------------*/
.bnr-notice {
  display: block;
  overflow: hidden;
  margin: 34px 0;
  border: 1px solid #ad8649;
  /*box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
	-webkit-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
	-moz-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;*/
  behavior: url(PIE.htc);
  background-image: url("../img/ricepaper2.png");
  font-weight: bold;
  text-shadow: red 1px 1px 10px, red -1px 1px 10px, red 1px -1px 10px,
    red -1px -1px 10px;
  text-align: center;
}
.bnr-notice h2 {
  font-size: 20px;
  padding-top: 30px;
}
.bnr-notice p {
  padding: 1em 0;
  text-align: left;
}
.txt-l {
  font-size: 30px;
  font-weight: bold;
}
.go-link a {
  background: white;
  padding: 10px 20px;
  border-radius: 10px;
  color: #333;
  text-shadow: none;
  text-decoration: none;
  -webkit-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  -moz-box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
  box-shadow: rgba(194, 194, 194, 0.5) 0px 0px 4px 3px;
}
.go-link a:hover {
  background: #ff78a3e6;
  color: white;
}
.line {
  text-align: center;
  margin-top: 20px;
  border: 2px solid #007200;
}
.line span {
  text-align: center;
  font-size: 12px;
  margin: 0;
  padding: 5px 0;
  background-color: #007200;
  color: #ffffff;
}
.line a {
  text-align: center;
  margin-top: 20px;
  padding: 20px 0;
}
/* 2021-12-2 */
.open {
  /* position: absolute;
  top: 70px;
  left: 24px; */
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
/* 2024-6-18 */
.bbq-price {
  font-weight: bold;
  font-size: 1.2em;
}
.table-contents {
  position: absolute;
  top: 70px;
  max-width: 290px;
}
.attention {
  font-size: 0.9em;
  color: #6a1912;
}
.hr-price {
  width: 50px;
  margin-bottom: 1em;
}
/* 2024-11-14 */
.price-detail {
  margin: 50px 20px 0;
  line-height: 1.5;
}
.price-detail p {
  padding: 0;
}
.time-limit {
  text-align: center;
}
.btn_yoyaku {
  display: inline-block;
  padding: 16px;
  margin: 20px;
  border: 2px solid pink;
  background: white;
  text-decoration: none;
  font-weight: bold;
}
