@charset "utf-8";
@import url("http://fonts.googleapis.com/earlyaccess/roundedmplus1c.css");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
}

body {
  background: #ffeac5;
  margin: 0;
  padding: 0;
  line-height: 1.8;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 87%;
  color: #333333;
  -webkit-text-size-adjust: none;
  height: 100%;
  letter-spacing: 0.1em;
}

del {
  text-decoration: line-through;
}

.alignleft {
  text-align: left;
}

.aligncenter {
  text-align: center;
}

.alignright {
  text-align: right;
}

pre {
  white-space: -moz-pre-wrap;
  /* Mozilla */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  white-space: pre-wrap;
  /* CSS3 */
  word-wrap: break-word;
  /* IE 5.5+ */
  display: inline-block;
  border: 2px solid #bbb;
  margin: 1em 0;
  padding: 1em;
}

strong {
  background: rgba(0, 0, 0, 0) linear-gradient(transparent 60%, #fff 0%) repeat scroll 0 0;
}

em {
  color: #fff;
  background: #ff8300;
}

strong,
b {
  font-size: 100%;
}

ins {
  display: inline-block;
  border: solid 1px #ff8300;
}

/*--- table*/
table {
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 20px;
}

table th {
  width: 150px;
  padding: 10px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #d9b97e;
  border-bottom: 1px solid #d9b97e;
  background: #ffe5a0;
  font-weight: 700;
}

table td {
  width: 350px;
  padding: 10px;
  vertical-align: top;
  border-top: 1px solid #d9b97e;
  border-bottom: 1px solid #d9b97e;
  font-size: 90%;
}

/*--- blockquote*/
blockquote {
  font-size: 110%;
  text-align: center;
  background: #ffb437;
  padding: 2em;
  margin-bottom: 30px;
  z-index: 1;
  position: relative;
  border-radius: 8px;
}

blockquote:before,
blockquote:after {
  font-size: 40px;
  line-height: 1em;
  color: rgba(255, 255, 255, 0.6);
  font-family: FontAwesome;
  z-index: -1;
  text-shadow: none;
}

blockquote:before {
  content: "\f10d";
  position: absolute;
  left: 20px;
  top: 10px;
}

blockquote:after {
  content: "\f10e";
  position: absolute;
  right: 20px;
  bottom: 10px;
}

/*--- list ul*/
article ul {
  width: 100%;
  margin: 40px 0;
  border: 2px solid #ff8300;
  border-radius: 8px;
}

article ul li {
  font-size: 12px;
  margin: 0.5em 0;
  padding: 10px 25px;
  line-height: 2.35em;
}

article ul li:before {
  content: "●";
  color: #ffbf00;
  margin-right: 8px;
}

/*--- list ol*/
article ol {
  width: 100%;
  margin: 40px 0;

  counter-reset: number;
  list-style-type: none !important;
  position: relative;
}

article ol li {
  margin: 1.5em 0;
  padding: 15px 0 15px 55px;
  border-bottom: dashed 1px #d9b46e;

  list-style: none;
  position: relative;
}

article ol li:before {
  font-size: 14px;
  color: #fff;
  background: #ff8300;
  border-radius: 5px;
  font-weight: bold;

  position: absolute;
  counter-increment: number;
  content: counter(number);
  text-align: center;
  display: inline-block;

  width: 30px;
  height: 30px;
  line-height: 32px;
  left: 20px;

  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

/*--- layout ---*/
#shop-wrap {
  max-width: 980px;
  margin: 0 auto;
  /* overflow: hidden; */
}

article {
  margin-bottom: 30px;
}

article img {
  max-width: 100%;
  margin-bottom: 15px;
  border-radius: 8px;
}

/*--- link*/
a {
  display: block;
  color: #333;
}

a:hover {
  color: #ff8300;
}

/*--- title ---*/
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.2;
  font-weight: 700;
  font-family: "Rounded Mplus 1c";
}

h2,
h3,
h4,
h5,
h6 {
  font-size: 122%;
  margin-bottom: 15px;
}

/* +下層用 */
h2,
.under h1 {
  font-size: 150%;
  letter-spacing: -0.07em;
  padding: 8px 0;
}

h2:before,
.under h1:before {
  content: "●";
  color: #ffbf00;
  margin-right: 8px;
}

h3,
.under h2 {
  background: #ffd994;
  padding: 8px 0 8px 1.3em;
  border-radius: 5px;
  position: relative;
}

h3:before,
.under h2:before {
  content: "－";
  font-weight: 900;
  color: #ffbf00;
  position: absolute;
  left: 0;
}

h4,
.under h3 {
  color: #ff8300;
  border: solid 2px #ff8300;
  border-radius: 5px;
  padding: 5px 10px;
}

.under h3 {
  margin-top: 40px;
}

h5 {
  font-size: 110%;
  background: #fff;
  border-radius: 5px;
  padding: 5px 10px;
}

h6 {
  font-size: 110%;
  padding: 5px 10px;
  color: #ff8300;
}

/*--- header ---*/
#shop-hd {
  width: 100%;
}

.shop-hdIn {
  width: 100%;
  padding-bottom: 40px;
  background: url(../images/hd.png) repeat-x bottom;
}

.shop-hdTtl {
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  letter-spacing: -0.1em;
}

/*--- h1*/
h1,
.ttl_h {
  padding-top: 10px;
  clear: both;
  font-family: "Rounded Mplus 1c";
  line-height: 1.3;
}

h1:before,
.ttl_h:before {
  content: url(../images/icon.png);
}

h1 a,
.ttl_h a {
  padding: 5px 0;
  font-size: 145%;
  font-weight: 700;
}

.fa-utensils {
  color: #ff8300;
  margin-right: 8px;
}

/*--- headCopy*/
.shop-cp {
  font-family: serif;
  font-size: 110%;
  font-weight: 700;
}

/*--- headNav ---*/
#shop-hdnv {
  width: 100%;
  position: relative;
  z-index: 999;
  background: #fff;
}

.shop-nvIn {
  max-width: 980px;
  margin: 0 auto;
  padding-bottom: 20px;
  overflow: hidden;
  text-align: center;
}

.shop-nvIn li {
  width: 25%;
  float: left;
  position: relative;
}

.shop-nvIn li:nth-of-type(1) a {
  border-left: dashed 1px #333;
}

.shop-nvIn li a {
  font-size: 100%;
  font-weight: 700;
  line-height: 1em;
  margin: 20px 0;
  border-right: dashed 1px #71563b;
}

.shop-nvIn li a:hover {
  color: #ff8300;
}

.shop-nvIn li a:hover:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border: 5px solid transparent;
  border-bottom: 5px solid #ff8300;
}

.slicknav_menu {
  display: none;
}

/*--- mainSlider ---*/
#shop-mainvisual {
  width: 100%;
  margin-bottom: 30px;
  background: url(../images/slid.jpg) repeat;
}

#shop-mainvisual li {
  background: url(../images/slid.jpg) repeat;
  padding: 30px 0;
}

#shop-mainvisual li img {
  border: solid 10px #fff;
  box-sizing: border-box;
  box-shadow: 0 0 3px 2px rgba(0, 0, 0, 0.25);
}

.bx-wrapper {
  margin: 0 auto;
  border: none;
  box-shadow: none;
}

.bx-wrapper .bx-controls-direction a {
  display: none;
}

/*--- mainArea ---*/
#shop-main main {
  display: flex;
  justify-content: space-between;
}

.shop-mainIn {
  max-width: 72%;
  float: left;
}

#shop-main article {
  padding: 0 2%;
  overflow: hidden;
}

/*--- 下層リンク ---*/
#shop-main .shop-lk {
  position: relative;
  overflow: hidden;
  border: solid 2px #ff8300;
  box-sizing: border-box;
  border-radius: 8px;
}

.shop-lk h2 {
  font-size: 145%;
  letter-spacing: -0.05;
  color: #ff8300;
  background: none;
  border: none;
  padding: 0;
}

.shop-lk img {
  width: 52%;
  margin-bottom: 0;
  float: left;
}

.shop-lk>div {
  width: 46%;
  float: right;
}

/*--- readMore*/
.shop-more {
  border-top: 1px dashed #eed19c;
  margin: 15px 0 0;
  padding: 8px 5px 0;
  text-align: center;
}

.shop-more a:before {
  font-family: FontAwesome;
  content: "\f144";
  color: #ff8300;
}

.shop-more a {
  line-height: 18px;
  padding: 3px 0;
  position: relative;
  color: #333;
}

.shop-more a:hover {
  color: #ff8300;
}

/*--- recommend ---*/
#shop-rc {
  border: solid 2px #ff8300;
  box-sizing: border-box;
  border-radius: 8px;
}

#shop-rc h2 {
  text-align: center;
  color: #ff8300;
}

#shop-rc h2:before,
#shop-rc h3:before {
  display: none;
}

/*--- h3_link*/
.shop-rcIn {
  margin-bottom: 15px;
}

.shop-rcIn h3 {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: block;
  font-size: 110%;
  text-align: center;
  text-decoration: none;
  border-left: 0;
  background: none;
}

.shop-rcIn h3 a {
  padding: 16px 20px 16px 2px;
  position: relative;
  border-radius: 6px;

  background: #fff;
  color: #333;
}

.shop-rcIn h3 a:before {
  font-family: FontAwesome;
  content: "\f144";
  position: absolute;
  right: 8px;
  /*15px*/
  color: #ff8300;
  bottom: 34%;
}

.shop-rcIn h3 a:hover {
  color: #ff8300;
}

.shop-rcIn p {
  width: 100%;
  margin: 3px auto 0;
  /* text-align: right; */
  font-size: 70%;
}

/*--- aside ---*/
#shop-side {
  /*min-*/
  width: 24%;
  float: right;
  position: sticky;
  top: 0;
  height: fit-content;
}

aside dl {
  border: solid 2px #ff8300;
  box-sizing: border-box;
  border-radius: 8px;
  margin-bottom: 20px;
}

aside dt {
  color: #ff8300;
  border-bottom: solid 2px #ff8300;
  padding: 10px 0;
  font-weight: 700;
  text-align: center;
}

aside dd a {
  font-size: 90%;
  padding: 15px 10px;
}

aside .side-t a:before,
aside .side-s p:before {
  font-family: FontAwesome;
  content: "\f144";
  display: inline-block;
  color: #ff8300;
}

aside dd img {
  width: 100%;
  border-radius: 8px;
  margin: 10px 0 5px;
}

aside .side-s p {
  padding-bottom: 5px;
}

aside .side-s a:hover p {
  color: #ff8300;
}

/*--- footer ---*/
#shop-ft {
  width: 100%;
  background: url(../images/ft.png) repeat-x top #b78d4a;
  padding-top: 50px;
}

footer ul {
  max-width: 980px;
  margin: 0 auto 30px;
  overflow: hidden;
}

aside .side-s dd a {
  padding: 0 10px;
}

footer ul li {
  width: 100%;
}

footer dt {
  width: 160px;
  color: #fff;
  text-align: center;
  background: rgba(255, 255, 255, 0.15);
  font-weight: bold;
  margin: 10px;
  display: inline-block;
}

footer dd {
  font-size: 90%;
  display: inline-block;
}

footer dd a {
  padding: 10px;
  color: #fff;
}

footer dd a:before {
  font-family: FontAwesome;
  content: "\f061";
  display: inline-block;
  text-decoration: none;
}

footer dd a:hover {
  color: #fefad8;
  text-decoration: underline;
  background: none;
}

/*--- footCopy*/
.shop-fc {
  width: 990px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 0;
  margin: 0 auto;
  font-size: 75%;
  color: #fff;
  text-align: center;
}

/*--- 404*/
.shop-nf {
  margin-top: 20px;
}

.shop-nf b {
  font-family: "Rounded Mplus 1c";
  font-size: 260%;
  color: #ff8300;
}

/*--- pan*/
.shop-pan {
  width: 950px;
  margin: 10px auto;
}

.shop-pan a {
  display: inline;
  padding: 0 8px;
  font-size: 85%;
}

.shop-pan a:hover {
  color: #ff8300;
  border-radius: 4px;
}

/*--- SNS ---*/
#shop-sns {
  overflow: hidden;
  padding: 15px;
  border-radius: 8px;
  border: solid 2px #ff8300;
  margin-bottom: 30px;
}

.shop-snsIn h2 {
  box-shadow: none;
  text-align: center;
}

.shop-snsIn h2:before {
  font-family: FontAwesome;
  content: "\f064";
  color: #ff8300;
}

.shop-snsIn dd {
  width: 25%;
  margin: 0 auto;
  float: left;
  display: block;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  border-left: 0;
  color: #ff8300;
}

.shop-snsIn dd a {
  width: 94%;
  margin: 0 auto;
  padding: 10px 0;
  color: #ff8300;
  position: relative;
  background: #fff;
  border-radius: 6px;
}

.shop-snsIn dd a:hover {
  background: #ff8300;
  color: #fff;
  text-decoration: none;
}

.shop-snsIn dd a:hover .fab {
  color: #fff;
}

/*--- topPage*/
.shop-btn a {
  width: 50px;
  height: 50px;
  line-height: 46px;
  text-align: center;

  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 1;

  font-size: 9px;
  background: #333;
}

.shop-btn a:before {
  display: block;
  font-family: FontAwesome;
  content: "\f106";
  font-size: 46px;
  color: #fff;
}

.shop-btn a:hover {
  background: #ff8300;
}