@charset "utf-8";
/* CSS Document */

/*
Theme name: monkatsu
Theme URI: http://monkatsu.com/
Author: Ogiwara
Description: monkatsu's theme
Version: 20150415
*/

/*-----------------------------------------
reset
-----------------------------------------*/
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;

  background-color: #000000;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic",
    sans-serif;
  font-size: 12px;
  color: #ffffff;
  letter-spacing: 1px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title],
dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
}

fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul,
li {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  color: #666666;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
a:hover img {
  opacity: 0.8;
  filter: alpha(opacity=80);
  -ms-filter: "alpha( opacity=80 )";
}

p {
  line-height: 20px;
  letter-spacing: 1px;
}

html {
  scroll-behavior: smooth;
}

.mgn0 {
  margin: 0;
}

.mgnT10 {
  margin-top: 10px;
}
.mgnT20 {
  margin-top: 20px;
}
.mgnT30 {
  margin-top: 30px;
}
.mgnT40 {
  margin-top: 40px;
}
.mgnT50 {
  margin-top: 50px;
}
.mgnT60 {
  margin-top: 60px;
}

.mgnB10 {
  margin-bottom: 10px;
}
.mgnB20 {
  margin-bottom: 20px;
}
.mgnB30 {
  margin-bottom: 30px;
}
.mgnB40 {
  margin-bottom: 40px;
}
.mgnB50 {
  margin-bottom: 50px;
}
.mgnB60 {
  margin-bottom: 60px;
}

.mgnL10 {
  margin-left: 10px;
}
.mgnL20 {
  margin-left: 20px;
}
.mgnL30 {
  margin-left: 30px;
}
.mgnL40 {
  margin-left: 40px;
}
.mgnL50 {
  margin-left: 50px;
}
.mgnL60 {
  margin-left: 60px;
}

.mgnR10 {
  margin-right: 10px;
}
.mgnR20 {
  margin-right: 20px;
}
.mgnR30 {
  margin-right: 30px;
}
.mgnR40 {
  margin-right: 40px;
}
.mgnR50 {
  margin-right: 50px;
}
.mgnR60 {
  margin-right: 60px;
}

.txt_alignL {
  text-align: left;
}
.txt_alignC {
  text-align: center;
}
.txt_alignR {
  text-align: right;
}

.borderB_dot {
  border-bottom: 1px dotted #eeeeee;
}

.border0 {
  border: none;
}

.red {
  color: #ee0000;
}

.floatL {
  float: left;
}
.floatR {
  float: right;
}

.pdg0 {
  padding: 0;
}

.pdgB10 {
  padding-bottom: 10px;
}

.box_shadow {
  box-shadow: 2px 2px 2px rgba(0, 0, 0, 0.2);
}

.bold {
  font-weight: bold;
}

/*-----------------------------------------
header
-----------------------------------------*/

/* トップページ */

#wrap {
  overflow: hidden;
}

#header {
  width: 100%;
}

#header h1 {
  font-size: 100%;
  line-height: 2em;
  text-align: center;
  color: #ffffff;
}

.dark_wood_bg {
  background: url(images/bg_dark_wood.jpg) repeat left top;
  width: 100%;
}

@media (min-width: 481px) {
  .header_inner {
    max-width: 640px;
    margin: 0 auto;
    position: relative;
  }
}
@media (max-width: 480px) {
  .header_inner {
    max-width: 480px;
    margin: 0 auto;
    position: relative;
  }
}

#logo {
  position: absolute;
  left: 2%;
  top: 0;
  width: 20%;
  z-index: 900;
}
#logo img {
  width: 100%;
}

.header_tel {
  width: 63%;
  float: right;
  padding: 1em 0;
  margin-right: 2%;
}
.header_tel img {
  width: 100%;
}

/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.viewer ul li img {
  width: 100%;
}

/* sideNavi
------------------------- */
.viewer .btnPrev,
.viewer .btnNext {
  margin-top: -25px;
  top: 50%;
  width: 50px;
  height: 50px;
  position: absolute;
  z-index: 101;
}
.viewer .btnPrev {
  left: 10px;
  background: #ccc url(../img/btnPrev.jpg) no-repeat center center;
}
.viewer .btnNext {
  right: 10px;
  background: #ccc url(../img/btnNext.jpg) no-repeat center center;
}

/* =======================================
    ClearFixElements
======================================= */
.viewer ul:after {
  content: ".";
  height: 0;
  clear: both;
  display: block;
  visibility: hidden;
}

.viewer ul {
  display: inline-block;
  overflow: hidden;
}

/*-----------------------------------------
gnav
-----------------------------------------*/

nav {
  max-width: 640px;
  margin: 0 auto;
}

#gnav {
  /*	width:100%;*/
  margin: 0 -2px 0 0;
}
#gnav li {
  float: left;
  width: 50%;
  border-right: 2px solid #000;
  border-top: 2px solid #000;
  box-sizing: border-box;
}
#gnav li img {
  width: 100%;
  vertical-align: bottom;
}

/*breadcrumb*/

@media (min-width: 481px) {
  .bread_area {
    max-width: 640px;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .bread_area {
    max-width: 480px;
    margin: 0 auto;
  }
}

#breadcrumbs {
  /*	text-align:right; */
  font-size: 10px;
}

#breadcrumbs ul {
  /*	border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  /*	box-shadow:rgba(255, 255, 255, 0.5) 0 1px 0; */
  margin: 0 2% 2em 2%;
  padding: 0.5em 0;
}

#breadcrumbs li {
  display: inline;
  margin: 0;
}
#breadcrumbs li a {
  color: #ffffff;
}

/*-----------------------------------------
content
-----------------------------------------*/

@media (min-width: 481px) {
  #content {
    max-width: 640px;
    margin: 0 auto 1em;
  }
}
@media (max-width: 480px) {
  #content {
    max-width: 480px;
    margin: 0 auto 1em;
  }
}

.wood_bg {
  background: url(images/bg_wood.jpg) repeat;
  padding: 2em 2%;
}

.whitewood_bg {
  background: url(images/bg_whitewood.jpg) repeat;
  padding: 2em 2%;
}

/*-----------------------------------------
top
-----------------------------------------*/

.concept img {
  width: 100%;
}

h2.page_title {
  max-width: 640px;
  margin: 0 auto;
}

h2.page_title img {
  width: 100%;
}

@media (min-width: 481px) {
  .wood_bg .clearfix > div {
    width: 50%;
    padding: 0 10px;
    box-sizing: border-box;
    float: left;
  }
}

h3 {
  font-size: 140%;
  color: #f2e9d8;
  text-align: center;
  padding: 0 0 1em;
  border-bottom: 1px solid #f2e9d8;
  margin: 0 0 1em;
}

h3 img {
  width: 100%;
}

@media (min-width: 481px) {
  h4 {
    font-size: 160%;
    font-weight: bold;
    color: #f2e9d8;
    text-align: center;
    margin: 0.5em 0 1em;
  }
}
@media (max-width: 480px) {
  h4 {
    font-size: 120%;
    font-weight: bold;
    color: #f2e9d8;
    text-align: center;
    margin: 1em 0;
  }
}

@media (min-width: 481px) {
  p.item {
    font-size: 120%;
    color: #f2e9d8;
    line-height: 150%;
    margin: 0 0 1em;
  }
}
@media (max-width: 480px) {
  p.item {
    font-size: 100%;
    color: #f2e9d8;
    line-height: 150%;
    margin: 0 0 1em;
  }
}

p img {
  width: 100%;
}

.top-button {
  background: url(images/bg_whitestone.jpg);
  margin: 10px 0 0 0;
}

.top-button a {
  display: block;
  background: url(images/ic_arrow.png) 98% center no-repeat;
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #441100;
  padding: 10px 0;
}

.top-button:hover {
  opacity: 0.8;
}

.top-button a:hover {
  text-decoration: none;
}

@media (min-width: 481px) {
  .top-button {
    margin: 10px 10px 0 10px;
  }
}

@media (max-width: 480px) {
  .top-button a {
    font-size: 120%;
    background: none;
  }
}

/*-----------------------------------------
下層ページ
-----------------------------------------*/

@media (min-width: 481px) {
  .content p {
    font-size: 120%;
    color: #f2e9d8;
    line-height: 150%;
    margin: 0 0 1em;
  }
}
@media (max-width: 480px) {
  .content p {
    font-size: 100%;
    color: #f2e9d8;
    line-height: 150%;
    margin: 0 0 1em;
  }
}

.con_area {
  margin: 0 2% 2em;
}

.con_halfL01 {
  float: left;
  width: 50%;
}
.con_halfR01 {
  float: right;
  width: 50%;
}

.wood_bg .con_halfL02 {
  float: left !important;
  width: 48% !important;
  margin: 0 1em 0 0 !important;
  padding: 0 !important;
}
.wood_bg .con_halfR02 {
  float: right !important;
  width: 48% !important;
  margin: 0;
  padding: 0 !important;
}

.wood_bg .con_halfL02 img {
  width: 100%;
}

@media (min-width: 481px) {
  .pc_halfL01 {
    float: left !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .pc_halfR01 {
    float: right !important;
    width: 50% !important;
    margin: 0 !important;
    padding: 0 !important;
  }

  .pc_halfL02 {
    float: left !important;
    width: 48% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .pc_halfR02 {
    float: right !important;
    width: 48% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
}

.order {
  margin: 0 2% 3em !important;
}

@media (min-width: 481px) {
  .order_catch {
    font-size: 200%;
    font-weight: bold;
    text-align: center;
    margin: 1.5em auto 0.75em;
  }
}
@media (max-width: 480px) {
  .order_catch {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    border-bottom: 10px double #f2f2f2;
    max-width: 360px;
    margin: 1.5em auto 0.75em;
  }
}

.note {
  font-size: 100%;
  line-height: 130%;
  margin: 0 0 1.5em;
}

@media (min-width: 481px) {
  .con_tel_btn {
    max-width: 320px;
    width: 40%;
    margin: 0 auto;
  }
}
@media (max-width: 480px) {
  .con_tel_btn {
    max-width: 320px;
    width: 60%;
    margin: 0 auto;
  }
}

.color_or {
  /* color:#cc6600 !important; */
  font-size: 140% !important;
  margin: 2E 0 1em !important;
  color: #f2e9d8;
}

/* こだわり point */

.movie iframe {
  width: 100%;
}

@media (max-width: 480px) {
  .movie iframe {
    max-height: 250px;
  }
}

.staff {
  color: #f2e9d8;
}

@media (min-width: 481px) {
  .staff dt {
    font-size: 140%;
  }
  .staff dd {
    font-size: 180%;
    line-height: 150%;
  }
}
@media (max-width: 480px) {
  .staff dt {
    font-size: 100%;
  }
  .staff dd {
    font-size: 160%;
    line-height: 150%;
  }
}

/* メニュー menu */

.menu_nav {
  max-width: 640px;
  margin: 0 auto;
  padding: 0;
  border-left: 1px solid #333333;
}

.menu_nav li {
  float: left;
  width: 20%;
  color: #ffffff;
  text-align: center;
  border-right: 1px solid #333333;
  box-sizing: border-box;
}

@media (min-width: 481px) {
  .menu_nav li {
    font-size: 120%;
  }
}
@media (max-width: 480px) {
  .menu_nav li {
    font-size: 100%;
  }
}

.menu_nav li a {
  display: block;
  color: #ffffff;
  padding: 1em 0;
}
.menu_nav li a:hover {
  text-decoration: none;
  color: #999999;
}

@media (min-width: 481px) {
  .menu_data {
    font-size: 130% !important;
    color: #f2e9d8;
    margin: 0 0 0.5em;
  }
}
@media (max-width: 480px) {
  .menu_data {
    font-size: 100%;
    color: #f2e9d8;
    margin: 0 0 0.5em;
  }
}

.menu_data dt {
  clear: left;
  float: left;
  width: 80%;
  line-height: 150%;
}

.menu_data dd {
  float: left;
  width: 20%;
  line-height: 150%;
  text-align: right;
}
.menu_data dd.add {
  width: 30%;
}
.menu_data dt.add {
  width: 70%;
}

.menu_data dt span {
  font-size: 85%;
  line-height: 120% !important;
  display: inline-block;
  color: #996600;
}

.menu_data dt span.osusume {
  padding-left: 0.5em;
}

@media (min-width: 481px) {
  .menu_data dt span.osusume img {
    width: 75%;
    position: relative;
    top: 2px;
  }
}
@media (max-width: 480px) {
  .menu_data dt span.osusume img {
    width: 55%;
    position: relative;
    top: 2px;
  }
}

.menu_wrap_new {
  padding-bottom: 30px;
}

.menu_data2 {
  display: flex;
  justify-content: space-between;
}
.menu_data2 dt {
  width: 60%;
  font-size: 14px;
  padding: 5px 0;
}
.menu_data2 dt span {
  font-size: 12px;
}
.menu_data2 dd {
  width: 40%;
  font-size: 14px;
  text-align: right;
  padding: 4px 0;
  line-height: 23px;
}
.menu_data3 li {
  font-size: 14px;
  padding: 5px 0;
}

.menu_data3 h5 {
  font-size: 20px;
  color: #cc6600;
  background: transparent !important;
  text-align: center;
  font-weight: bold;
  line-height: 28px;
  padding-bottom: 40px !important;
}
@media (max-width: 480px) {
  .menu_data3 h5 {
    font-size: 15.5px;
  }
}

.menu_note {
  color: #f2e9d8;
  text-align: right;
  margin: 0 0 0.5em;
}

.menu_btn {
  background: url(images/bg_whitestone.jpg);
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #441100;
  padding: 10px 0;
  margin: 0 0 0.5em;
  cursor: pointer;
}
.menu_btn02 {
  background: url(images/bg_brownstone.jpg);
  text-align: center;
  font-size: 130%;
  font-weight: bold;
  color: #ffffff !important;
  padding: 10px 0;
  margin: 0 0 0.5em;
  cursor: pointer;
}
@media (min-width: 481px) {
  .menu_btn {
    font-size: 130%;
  }
}
@media (max-width: 480px) {
  .menu_btn {
    font-size: 110%;
  }
}

.menu_btn:hover,
.menu_btn02:hover {
  opacity: 0.8;
  text-decoration: none;
}

.menu_box h4 {
  font-weight: bold;
  color: #cc6600;
  text-align: left;
  margin: 0.5em 0 0.25em;
}

.menu_box h5 {
  background-color: #501717;
  padding: 0.2em 0.1em;
}

@media (min-width: 481px) {
  .menu_box h4 {
    font-size: 130%;
  }
}
@media (max-width: 480px) {
  .menu_box h4 {
    font-size: 100%;
  }
}

#lunch h3 {
  border-bottom: 1px solid #441100;
  color: #441100;
  font-size: 18px;
}

#lunch p {
  color: #441100;
}

#lunch .menu_data {
  color: #441100;
}

#lunch .menu_data span.red-bold {
  color: red;
  font-weight: bold;
}

/* 20210112 add */
#lunch p.menu_data_don_ttl {
  width: 50%;
  margin: 50px auto;
  padding: 10px;
  font-size: 15.6px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  background: rgb(249, 142, 1);
}
#lunch .menu_data_don_wrapper .menu_data {
  margin: 10px 0 0 !important;
}
#lunch .menu_data_don_wrapper .menu_data dt {
  font-size: 15.6px;
}
#lunch .menu_data_don_wrapper .menu_data dt span.red-bold {
  font-size: 100%;
}
.hosoku {
  font-size: 13px;
}
.menu_data_wrapper {
  margin: 20px auto 10px;
  padding: 0px 2% 10px;
  box-sizing: border-box;
  border: 2px solid rgb(249, 142, 1);
  border-radius: 10px;
}

/* /20210112 add */

/* アクセス access */

@media (min-width: 481px) {
  .data {
    border-bottom: 1px dotted #f2e9d8;
    font-size: 120%;
    color: #f2e9d8;
  }
}
@media (max-width: 480px) {
  .data {
    border-bottom: 1px dotted #f2e9d8;
    font-size: 100%;
    color: #f2e9d8;
  }
}

.data dt {
  clear: left;
  float: left;
  width: 28%;
  padding: 1em 1%;
  border-top: 1px dotted #f2e9d8;
  line-height: 150%;
}

.data dd {
  float: left;
  width: 68%;
  padding: 1em 1%;
  border-top: 1px dotted #f2e9d8;
  line-height: 150%;
}
.data dd a {
  color: #f2e9d8;
  white-space: nowrap;
}

.data dt.no_border,
.data dd.no_border {
  border: none;
  padding: 0 1% 1em;
}

.map iframe {
  width: 100%;
}

.recruit h4 {
  margin: 2.5em 0 1em;
  color: #cc6600;
}

@media (min-width: 481px) {
  .recruit p {
    font-size: 120%;
    color: #f2e9d8;
    line-height: 150%;
    margin: 0 auto 1em;
    text-align: center;
  }

  .recruit_catch {
    font-size: 180% !important;
    font-weight: bold;
    letter-spacing: 2px;
    border-bottom: 10px double #f2e9d8;
    max-width: 360px;
    margin: 1.5em auto 0.75em;
  }

  .recruit p img {
    width: 80%;
  }
}
@media (max-width: 480px) {
  .recruit p {
    font-size: 100%;
    color: #f2e9d8;
    line-height: 150%;
    margin: 0 0 1em;
    text-align: center;
  }

  .recruit_catch {
    font-size: 160% !important;
    font-weight: bold;
    letter-spacing: 2px;
  }

  .recruit p img {
    width: 100%;
  }
}

/* category */

.cat_list {
  margin: 0 2% 2em;
  color: #ffffff;
}

.cat_list a {
  display: block;
  text-decoration: none;
}
.cat_list a:hover {
  background: #222222;
}

.cat_list li {
  padding: 0.5em 0;
  border-bottom: 1px dotted #666666;
}

.cat_left {
  float: left;
  width: 16%;
}
.cat_left img {
  width: 100%;
  height: 100%;
}

.cat_right {
  float: right;
  width: 80%;
}

.cat_date {
  font-size: 100%;
  color: #cc6600;
  line-height: 150%;
  margin: 0;
}

.cat_title {
  font-size: 130%;
  color: #ffffff;
  line-height: 180%;
  margin: 0 0 0.5em;
}

.cat_txt {
  font-size: 100%;
  color: #ffffff;
  line-height: 150%;
  margin: 0;
}

.wp-pagenavi {
  text-align: center;
  padding: 20px 0;
}

.wp-pagenavi a:hover,
.wp-pagenavi span.current {
  border-color: #cc6600;
  color: #cc6600;
  text-decoration: none;
}

/* archive */
/*
.arc_title{
	background:#0066cc;
	padding:10px 20px;
	margin:10px 10px 0;
	font-size:14px;
	font-weight:bold;
	color:#ffffff;
	letter-spacing:1px;
}

.archive_frame{
	width:600px;
	border:1px solid #eeeeee;
	padding:29px;
	margin:10px;
}

.archive_frame ul{
	width:600px;
	border-bottom:1px dotted #eeeeee;
}

.archive_frame li{
	height:100px;
	border-top:1px dotted #eeeeee;
	padding:10px 0;

}

.archive_left{
	float:left;
	width:100px;
	height:100px;
	overflow:hidden;
}

.archive_right{
	float:right;
	width:480px;
}

.archive_date{
	color:#0066cc;
	margin:0 0 10px;
}

.archive_title{
	font-size:14px;
	font-weight:bold;
	margin:0 0 10px;
}

.archive_more{
	text-align:right;
	background:url(images/list_tri_gray.png) no-repeat 405px center;
	padding:0 0 0 10px;
}
.archive_more a{
	text-decoration:underline;
}
.archive_more a:hover{
	color:#666666;
}
*/

/* single */

.single {
  margin: 0 2%;
}

.single_title {
  font-size: 130%;
  color: #ffffff;
  line-height: 180%;
  padding: 0 0 0.5em;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 1em;
}

.single p {
  font-size: 100%;
  color: #ffffff;
  line-height: 160%;
  margin: 0 0 1em;
}

.single p.single_date {
  font-size: 100%;
  color: #cc6600;
  line-height: 200%;
  margin: 0;
  position: relative;
}

.single p.single_date span {
  position: absolute;
  top: 0;
  left: 0;
}

.single img {
  margin: 0;
  width: 100%;
  height: 100%;
}

.single_txt {
  margin: 0;
}

.single_txt a {
  color: #ff6600;
  text-decoration: underline;
}
.single_txt a:hover {
  text-decoration: none;
}

.blog-tags {
  text-align: right;
  margin: 0;
}

.blog-tags a {
  color: #cc6600;
  text-decoration: underline;
}
.blog-tags a:hover {
  text-decoration: none;
}

.single strong {
  font-weight: bold;
}

.single p em {
  font: "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-style: italic;
}

.single hr {
  border: none;
  border-top: 1px dotted rgba(0, 0, 0, 0.1);
}

.single blockquote {
  border: #dddddd dotted 1px;
  padding: 5px 10px;
}

.single blockquote p {
  padding: 0;
}

.single h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: left;
  color: #ab7a43;
}

.single h4 {
  font-size: 14px;
  font-weight: bold;
  margin: 0 0 10px;
  text-align: left;
  color: #666666;
}

.single h5 {
  font-size: 12px;
  text-align: left;
  color: #ab7a43;
}

.single h6 {
  font-size: 12px;
  text-align: left;
  color: #666666;
}

.single ul {
  margin: 0 0 10px;
}
.single ul li {
  list-style: square;
  margin-left: 15px;
}

.single ol {
  margin: 0 0 10px;
}
.single ol li {
  list-style: decimal;
  margin-left: 15px;
}

.pageprev {
  position: absolute;
  left: 0;
}
.pagenext {
  position: absolute;
  right: 0;
}
.pagelink a {
  color: #666666;
}

/*-----------------------------------------
footer
-----------------------------------------*/

.footer_nav {
  max-width: 540px;
  margin: 0 auto 10px;
}

.footer_sub {
  padding: 0 2%;
  max-width: 640px;
  margin: 0 auto 2em;
}

h3.footer_info_h {
  margin: 0 !important;
}

.footer_cat_list {
}

.footer_cat_list li a {
  display: block;
}
.footer_cat_list li a:hover {
  background: #222222;
}

.footer_cat_list .cat_date {
  font-size: 100%;
  color: #cc6600;
  padding: 1em 2% 0;
}

.footer_cat_list .cat_title {
  font-size: 120%;
  color: #f2e9d8;
  padding: 0 2% 1em;
  border-bottom: 1px dotted #f2e9d8;
  line-height: 150%;
}
.footer_cat_list a:hover {
  text-decoration: none;
}

.footer_cat_list dd a span {
  color: #cc6600;
}

.social {
  max-width: 640px;
  min-width: 105px;
  margin: 0 auto 30px;
  text-align: center;
}

.social p {
  display: inline-block;
  width: 47%;
  max-width: 200px;
}

.social div > a {
  display: inline-block;
  width: 50px;
}

.social div > a img {
  max-width: 100%;
}

#footer {
  background: url(images/bg_dark_wood.jpg);
  line-height: 1.6;
  color: #fff;
}

.footer_inner {
  max-width: 640px;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  & dl {
    width: fit-content;
    padding: 0 0.5em 0.4em 1em;
    &.box-limited {
      margin: 1em 0;
      position: relative;
      z-index: 0;
      &::before {
        content: "";
        position: absolute;
        border: 1px solid #cc6600;
        border-radius: 10px;
        width: 100%;
        height: calc(100% - 1em);
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto auto 0 auto;
        z-index: -1;
      }
      dt,
      dd {
        font-weight: normal;
        line-height: 20px;
        letter-spacing: 1px;
      }
      dt {
        padding-left: 1em;
        position: relative;
        display: inline-block;
        z-index: 1;
        /* ★ dtテキスト部分に背景を貼り直す（枠線を隠す） */
        &::after {
          content: "";
          position: absolute;
          inset: 0;
          z-index: -1;

          /* #footer と同じ背景を貼る */
          background-image: url(images/bg_dark_wood.jpg);
          background-repeat: repeat;
          background-size: auto; // footer と同じ指定（明示無しの場合 auto）
          background-position: 0 0;
          left: 0.5em;
          right: -0.5em;
        }
      }
    }
  }
}

#footer h3 {
  color: #ffffff;
  text-align: left;
  font-weight: bold;
  padding: 0;
  border-bottom: 1px solid #ffffff;
  margin: 0 0 0.5em;
}

#footer h3 span {
  font-size: 140%;
}

#footer a {
  font-size: 120%;
  font-weight: bold;
  color: #cc6600;
  border: none;
  text-decoration: none;
}

.copyright {
  font-size: 90%;
  letter-spacing: 0;
  color: #fff;
  text-align: center;
  margin: 5px 0 0;
}

/*-----------------------------------------
clearfix
-----------------------------------------*/

.clearfix:after {
  content: "."; /* 新しい要素を作る */
  display: block; /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*/ /*/
  height: auto;
  overflow: hidden;
  /**/
}

.menu_data dt span.menu-s {
  color: #fff;
  font-size: 70% !important;
}

ul.around-info {
  margin-bottom: 1em;
}

ul.around-info li {
  list-style-type: disc;
  list-style-position: inside;
}

.header_toinfo {
  width: 26%;
  float: left;
  padding: 19px 17px 10px;
}

.hd-con-parts {
  width: 73%;
  float: right;
}

.header_toinfo img {
  width: 100%;
}
.menu_senden_data {
  line-height: 150%;
  color: #441100;
  font-size: 130%;
}
.wine_publicity {
  font-size: 19px;
}

/*20170620 add katsu*/
.dispnon {
  /* display: none; */
}
.viewer.add0620 {
}
.viewer ul {
  z-index: 1;
}

.recruit-btn {
  position: absolute;
  right: 15px;
  top: 10px;
  z-index: 2;
  text-align: center;
}

.recruit-btn a {
  background-color: rgba(202, 36, 6, 0.7);
  text-align: center;
  font-size: 17px;
  display: inline-block;
  padding: 0.6em 2em 0.1em;
  line-height: 1.7em;
  font-weight: bold;
  color: #fff;
  border-radius: 39px;
}
.recruit-btn a:hover {
  background-color: rgba(0, 150, 136, 0.7);
  text-decoration: none;
}
.recruit-btn a span {
  font-size: 150%;
}
.access-btn {
  position: absolute;
  right: 15px;
  top: 95px;
  z-index: 2;
  text-align: center;
}
.access-btn a {
  background-color: rgb(237 230 0 / 70%);
  text-align: left;
  font-size: 14px;
  display: inline-block;
  padding: 0.6em 2em 0.1em;
  line-height: 1.4em;
  font-weight: bold;
  color: #fff;
  border-radius: 39px;
}
.access-btn a:hover {
  background-color: rgba(0, 150, 136, 0.7);
  text-decoration: none;
}

@media (max-width: 599px) {
  .recruit-btn {
    right: 3px;
    top: 3px;
  }
  .recruit-btn a {
    font-size: 110%;
  }
  .access-btn a {
    font-size: 110%;
  }
}

.covid19_plan {
  margin: 20px auto;
  text-align: center;
}
.covid19_label {
  max-width: 230px;
  margin: 20px auto;
  padding: 10px;
  font-size: 135%;
  font-weight: bold;
  color: #fff;
  background: #f00;
}
.covid19_ttl {
  margin-bottom: 1em;
  color: #cc6600;
  font-size: 20px;
  font-weight: bold;
}
.covid19_menu {
  margin-bottom: 1em;
  font-size: 21px;
  font-weight: bold;
  color: rgb(249, 142, 1);
  text-align: center;
  line-height: 1.5;
}
.covid19_txt {
  font-size: 12.636px;
  font-weight: bold;
  margin-bottom: 1em;
}
.covid19_txt span {
  font-size: 12px;
  font-weight: normal;
}
.covid19_ok {
  margin: 5px auto;
  font-size: 135%;
  font-weight: bold;
}
.covid19_note {
  margin: 0 auto 20px;
  text-align: center;
}

dl.menu_data.enkaiplan + p {
  border-bottom: 1px solid #825f5f;
}
.komikomiplan {
  margin-top: 4em;
}
.komikomiplan .menu_data {
  border: 3px solid rgba(255, 255, 255, 0.7);
  padding: 1em;
  background-color: rgba(31, 2, 2, 0.5);
}
.komikomiplan p {
  font-size: 15px;
  line-height: 1.3;
  margin-bottom: 0.4em;
}
.komikomiplan p.menu_note {
  margin-bottom: 0;
  font-size: 14px;
}
dt.orangefutoji {
  font-weight: bold;
  color: rgb(249, 142, 1);
  font-size: 135%;
}
dt.orangefutoji span {
  color: inherit;
  font-size: 60% !important;
}

.con_area > fieldset {
  border: 3px solid #f2e9d8;
  padding: 15px;
  text-align: center;
  margin-bottom: 15px;
}
.con_area fieldset dl {
  text-align: left;
}

.menu_data dd span {
  display: block;
  font-size: 80%;
  line-height: 1;
}

dt.orangefutoji span.syousai {
  color: #f1e4e4;
}

dt.orangefutoji span.submidashi {
  font-size: 80% !important;
  color: #fbef58;
}

.add-text-sec {
  width: 612px;
  margin: auto;
  padding: 2%;
  text-align: left;
  padding-left: 0;
}
.add-text-sec p {
  font-size: 0.9rem;
}
.shop-name {
  text-align: right;
  padding-right: 33%;
  padding-top: 3%;
  font-size: 0.9rem;
}
.viewer.add0620.add {
  margin-top: 3%;
}
@media (max-width: 599px) {
  .banner_01 {
    width: 98%;
  }
  .viewer.add0620.add {
    text-align: center;
    margin-bottom: 3%;
  }
}
.take-out-banner {
  margin-bottom: -2%;
}
.open-time {
  margin-bottom: 10px;
}

@media (max-width: 480px) {
  .menu_data dd.add {
    width: 30%;
  }
  .menu_data dt.add {
    width: 70%;
  }
}

/******************************
20240925 追記
******************************/

.cf::after {
  content: "";
  display: block;
  clear: both;
}

span {
  &.large-130 {
    @media screen and (min-width: 481px) {
      font-size: 130%;
    }
    @media screen and (max-width: 480px) {
      font-size: 100%;
    }
  }
  &.large-115 {
    @media screen and (min-width: 481px) {
      font-size: 115%;
    }
    @media screen and (max-width: 480px) {
      font-size: 100%;
    }
  }
  &.small-80 {
    font-size: 80% !important;
  }
}

.font-b {
  font-weight: bold;
}

.lineheight-100 {
  line-height: 1 !important;
}

.mt-5 {
  margin-top: 5px !important;
}
.mt-10 {
  margin-top: 10px !important;
}
.mt-15 {
  margin-top: 15px !important;
}

.mb-5 {
  margin-bottom: 5px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-15 {
  margin-bottom: 15px !important;
}
.pt-5 {
  padding-top: 5px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-15 {
  padding-top: 15px !important;
}

.t-c {
  text-align: center !important;
}

.color-gold {
  color: #996600 !important;
}
.color-white {
  color: #fff !important;
}
.color-orange {
  color: #cc6600 !important;
}

.float-L {
  float: left;
}

/* メニューページ */
.menu_data {
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
  h4,
  p {
    width: 100%;
  }
  &.menu_data-75-25 {
    dt {
      width: 75%;
    }
    dd {
      width: 25%;
    }
  }
  dd {
    &.self-end {
      align-self: flex-end;
    }
  }
  .fs-12 {
    font-size: 12px;
  }
  .color-white {
    color: #fff;
  }
  .ml-1em {
    margin-left: 1em;
  }
}

dl.flc {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
  margin-bottom: 0.3em;
}

dl.flc dt {
  width: 13em;
  margin-right: 1em;
  width: 30%;
  color: #996600;
  font-size: 14px;
}

dl.flc dd {
  width: 100%;
  text-align: left;
  width: 70%;
  color: #996600;
  padding: 10px 0;
  font-size: 14px;
}

.w90 {
  width: auto;
}
@media (max-width: 599px) {
  .w90 {
    width: 90%;
    margin: 0 auto;
  }
}

/* 20251010 追記 */
.menu_data dt span {
  &.small {
    color: #441100;
  }
}
