/**
 * Reset facilitis
 */
* {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  outline: 0;
}
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  max-width: 100%;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
ul, ol {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a:focus {
  outline: none;
}
ins {
  text-decoration: none;
}
mark {
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: block;
  height: 1px;
  margin: 1em 0;
  padding: 0;
  border: 0;
  border-top: 1px solid #ccc;
}
button, input, select, textarea {
  font-size: 100%;
  outline: 0;
}
input, textarea {
  border-radius: 0;
  -webkit-appearance: none;
}
input[type="checkbox"] {
  -webkit-appearance: checkbox;
}
input[type="radio"] {
  -webkit-appearance: radio;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}
/* clearfix */
.clearfix:after {
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  overflow: hidden;
  font-size: .1em;
  line-height: 0;
  content: ".";
}
.clearfix {
  display: inline-block;
}
/* CSS変数定義 */
:root {
  --tc0: cornflowerblue;
  --tcVBmg: #59704f;
  --tcVBg: #dae3c9;
  --tcVBo: #f60;
  --c0: #000;
  --c9: #999;
  --cf: #fff;
  --maxw: 1200px;
}
html {
  font-size: 62.5%;
}
html {
  scroll-behavior: smooth;
}
body {
  margin: 0;
  padding: 0;
  background: #f1f1f1;
  font-size: 1rem;
  font-family: sans-serif;
}
header, main, footer {
  position: relative;
  width: 100%;
  max-width: var(--maxw);
  margin: 0 auto;
  padding: 0;
  overflow-x: hidden;
}
header {
  background: var(--tcVBg);
}
main {
  min-height: 500px;
  background-color: var(--cf);
}
footer {
  background: var(--tcVBg);
}
.inner, .inner1100 {
  /*border: 1px solid var(--tcVBmg);*/
  margin: 0 auto;
}
.inner {
  position: relative;
  position: relative;
  width: calc(100% - 60px);
}
.inner1100 {
  position: relative;
  width: calc(100% - 40px);
  max-width: var(--maxw);
}
.pR {
  position: relative;
}
.shisa {
  position: absolute;
  bottom: -10vw;
  width: calc(100% - 50px);
  margin: 0 25px;
  transition: bottom .3s;
}
.w100img {
  width: 100%;
  max-width: var(--maxw);
  height: auto;
}
.w80img {
  width: 80%;
  max-width: var(--maxw);
  height: auto;
}
.shisa_img {
  width: 12%;
  min-width: 80px;
  height: auto;
}
h2, h3, h4, h5 {
  margin: 0, 0, 2rem;
}
h1 {
  margin: 0 0 2em;
  font-size: 1.8rem;
}
h2 {
  font-size: 1.6rem;
}
h3 {
  font-size: 1.4rem;
}
h4 {
  font-size: 1.2rem;
}
h5 {
  font-size: 1rem;
}
p {
  margin: 0 0 .75rem;
  font-size: 1.2rem;
  line-height: 2;
}
.fS10 {
  font-size: 1rem;
}
.fS13 {
  font-size: 1.3rem;
}
.fS14 {
  font-size: 1.4rem;
}
.fS16 {
  font-size: 1.6rem;
}
.fS18 {
  font-size: 1.8rem;
}
.mT0 {
  margin-top: 0 !important;
}
.mT1 {
  margin-top: 1rem !important;
}
.mT2 {
  margin-top: 2rem !important;
}
.mT4 {
  margin-top: 4rem !important;
}
.mB0 {
  margin-bottom: 0 !important;
}
.mB05 {
  margin-bottom: .5rem !important;
}
.mB1 {
  margin-bottom: 1rem !important;
}
.mB2 {
  margin-bottom: 2rem !important;
}
.mB3 {
  margin-bottom: 3rem !important;
}
.mB4 {
  margin-bottom: 4rem !important;
}
.mC {
  display: block;
  margin: 0 auto;
}
.tCG {
  color: gray;
}
.taL {
  text-align: left;
}
.taC {
  text-align: center;
}
.taR {
  text-align: right;
}
.fR {
  float: right;
}
.br10 {
  border-radius: 10px;
}
.coution {
  position: relative;
  color: orangered;
  font-size: 12px;
}
.RS {
  background: var(--tcVBmg);
  color: #fff;
}
.RS .fBf {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  position: relative;
  width: calc(100% - 20px);
  /*padding: 1rem 0;*/
  width: 100%;
}
.RS .fBf div {
  width: 50%;
  padding: 2rem 1rem;
  font-size: 1.3rem;
  text-align: center;
}
.RS .fBf div:first-of-type {
  padding: 1rem;
}
.RS .fBf div:nth-of-type(2) {
  border-left: 1px solid rgba(255, 255, 255, .5);
}
.RS .fBf div:nth-of-type(3) {
  padding: 2rem 0;
  border-top: 1px solid rgba(255, 255, 255, .5);
}
.RS .fBf div:last-of-type {
  padding: 2.25rem 0;
  border-top: 1px solid rgba(255, 255, 255, .5);
  border-left: 1px solid rgba(255, 255, 255, .5);
}
.RS .fBf div span {
  display: inline-block;
  width: 100%;
  margin: .5rem 0 .75rem;
  font-size: 1.6rem;
}
.contactM {
  display: inline-block;
  margin-top: .5rem;
  padding: .5rem 1rem .3rem;
  border: 1px solid #000;
  border-radius: 3px;
  color: #000;
  line-height: 1;
  text-decoration: none;
}
.shop_info a {
  display: inline-block;
  margin: 5px 5px 0;
  padding: 3px 10px;
  border: 1px solid #fff;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
}
/**/
.header_h1 {
  vertical-align: middle;
}
header .CCopy {
  position: relative;
  padding: .5rem 0;
  background: var(--tcVBmg);
  color: var(--cf);
  font-size: 1rem;
}
header .CCopy p {
  font-size: 8px;
}
header .spName {
  position: absolute;
  top: 2px;
  right: 7rem;
}
header .pcName {
  display: none !important;
}
header .info .headerTEL {
  display: inline-block;
  font-size: 1.7rem;
}
header .info {
  display: inline-block;
  float: right;
  margin-top: 14px;
  line-height: 1.4;
  text-align: right;
}
.header_h1 img {
  width: 180px;
  vertical-align: middle;
}
.header_h1 span {
  color: var(--tcVBmg);
  font-size: 1.2rem;
  vertical-align: middle;
}
/**/
.wCC {
  width: 100%;
  margin: 4rem auto 4rem !important;
}
.w80pC {
  width: 90%;
  margin: 0 auto 6rem;
}
.w60pC {
  width: 90%;
  margin: 0 auto 6rem;
}
.w50pC {
  width: 90%;
  margin: 0 auto 6rem;
}
#btn_trans {
  display: inline-block;
  float: right;
  cursor: pointer;
}
#btn_trans img {
  width: 60px;
  height: auto;
  vertical-align: middle;
}
.fb {
  display: block;
  flex-flow: column wrap;
  align-items: center;
  margin: 0 auto;
}
.fb1-2 div:nth-of-type(1) {
  align-self: center;
  width: 50%;
  margin: 3rem auto 3rem;
}
.fb1-2 div:nth-of-type(2) {
  align-self: center;
  width: 100%;
  margin: 0 auto;
  color: var(--tcVBmg);
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.fb1-1-1 div {
  align-self: flex-start;
  width: 100%;
  margin: 0 auto 8px;
  color: var(--tcVBmg);
  font-size: 1.2rem;
  line-height: 2;
  text-align: center;
}
.fb.fb1-1 {
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  gap: 30px;
}
.fb1-1 div {
  flex-basis: calc(50% - 15px);
  align-self: self-start;
  max-width: calc(50% - 15px);
  color: var(--tcVBmg);
  font-size: 1.4rem;
  line-height: 2;
  text-align: left;
}
.menu_art {
  padding: 3rem 0 1.5rem 0;
  background: #fff repeat center/100% url("../_img/bg_menu.webp");
}
.menu_art section {
  margin: 0 auto 3rem;
}
.menu_art section h2 {
  margin: 0 0 1rem;
  padding: .5em 0;
  background: orangered url("../_img/h3bg.png") no-repeat right;
  background-size: contain;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.menu_art section h3 {
  width: 200px;
  margin: 3rem 0 1rem;
  padding: .5em 1em .45em;
  background: orangered url("../_img/h3bg.png") no-repeat right;
  background-size: contain;
  color: #fff;
  font-size: 1.6rem;
  line-height: 1;
}
.menu_art dl {
  display: table;
  width: calc(100% - 4rem);
  margin: 0 0 1rem 2rem;
  padding: .5rem 0;
  border-bottom: 1px solid #000;
  font-size: 1.4rem;
  vertical-align: middle;
}
.menu_art dl.topping {
  margin-bottom: 0;
  border-bottom: 1px dotted #999;
}
.menu_art dl dt {
  display: table-cell;
  font-weight: 600;
  vertical-align: top;
}
.menu_art dl dt .fS16, .menu_art dl dt .fS18 {
  font-weight: 600;
}
.menu_art dl dd {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
}
.w700 {
  display: inline-block;
  width: 67px;
}
.cold {
  color: rgb(0, 121, 207);
  font-size: 11px;
}
.hot {
  color: rgb(203, 62, 1);
  font-size: 11px;
}
.cupsize {
  display: inline-block;
  width: 18px;
  padding: 3px 0 2px 0;
  border-radius: 14px;
  background: #000;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  vertical-align: middle;
}
.translation {
  display: none;
  position: absolute;
  top: 3rem;
  left: 10%;
  z-index: 100;
  width: 80%;
  max-width: 600px;
  padding: 4rem;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0 0 10px 0 rgba(218, 277, 201, 1);
  background-color: #fff;
}
.translation div {
  margin-bottom: 3rem;
  font-size: 16px;
}
#btn_close {
  display: inline-block;
  width: 100%;
  margin: 0 auto;
  color: orangered;
  text-align: center;
  cursor: pointer;
}
.f-logo {
  display: block;
  width: 150px;
  margin: 3rem auto 3rem;
}
.f-logo+div {
  display: block;
  width: 100%;
  margin: 0 auto 3rem;
  text-align: center;
}
.f-logo+div p {
  margin: 0 0 .25rem;
}
.f-sns {
  display: block;
  width: 100%;
  margin: 2rem auto;
  text-align: center;
}
.sns_icon {
  display: inline-block;
  width: 32px;
  margin: 0 10px;
}
.sns_icon a {
  display: inline-block;
}
.sns_icon a img {
  width: 32px;
  height: auto;
}
.priceT {
  float: right;
  width: 20em;
}
.priceT th:first-child {
  width: 1em;
}
.priceT th {
  width: 3em;
  text-align: right;
}
.priceT td {
  width: 3em;
}
a.pageA {
  display: inline-block;
  margin-top: .5rem;
  padding: .5rem 1rem .3rem;
  border: 1px solid #f60;
  border-radius: 3px;
  color: #f60;
  color: #f60;
  line-height: 1;
  text-decoration: none;
}
#shopitem {
  position: relative;
}
#shopitem h2 {
  margin: 0 0 1rem;
  padding: .5em 0;
  background: orangered url("../_img/h3bg.png") no-repeat right;
  background-size: contain;
  color: #fff;
  font-size: 1.6rem;
  text-align: center;
}
.shopCAP {
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  color: #fff;
  font-weight: 600;
  font-size: 1.4rem;
  text-shadow: 0 0 5px #000;
}
.shopCAP span {
  display: inline-block;
  float: right;
}
.lH12 {
  line-height: 1.2;
}
.vSP {
  display: block;
}
.vPC {
  display: none;
}
/*tablet以上----------------------------------------------------*/
@media screen and (min-width: 600px) {
  .menu_art {
    padding: 3rem 3rem 2rem;
    background: #fff repeat center/100% url("../_img/bg_menu.webp");
  }
  .menu_art dl {
    display: table;
    width: 100%;
    margin: 0 0 1rem;
    padding: .5rem 0;
    border-bottom: 1px dotted #000;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  header .spName {
    display: none;
  }
  header .pcName {
    display: inline-block !important;
  }
  .w80pC {
    width: 80%;
  }
  .w60pC {
    width: 60%;
  }
  .w50pC {
    width: 50%;
  }
  .fb {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    gap: 20px;
  }
  .fb.facilitis {
    flex-flow: row nowrap;
  }
  .fb1-2 div:nth-of-type(1) {
    flex-basis: 200px;
    align-self: center;
    max-width: 200x;
  }
  .fb1-2 div:nth-of-type(2) {
    flex-basis: calc(100% - 230px);
    align-self: center;
    max-width: calc(100% - 230px);
    color: var(--tcVBmg);
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  .fb1-1-1 {
    gap: 20px;
  }
  .fb1-1-1 div {
    flex-basis: calc(33.33% - 13.33px);
    align-self: self-start;
    max-width: calc(33.33% - 13.33px);
    color: var(--tcVBmg);
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  .fb1-1-1.facilitis div {
    flex-basis: initial;
    max-width: initial;
  }
  .fb.fb1-1 {
    display: block;
    flex-flow: initial;
    align-items: initial;
    gap: initial;
  }
  .fb1-1 div {
    flex-basis: initial;
    align-self: initial;
    max-width: initial;
    color: var(--tcVBmg);
    font-size: 1.4rem;
    line-height: 2;
    text-align: left;
  }
  header .CCopy {
    font-size: 1rem;
  }
  header .CCopy p {
    font-size: 12px;
  }
  .translation {
    left: calc(50vw - 300px);
  }
  .f-logo {
    float: left;
    width: 130px;
    margin: 3rem 3rem 3rem 0;
  }
  .f-logo+div {
    display: inline-block;
    width: calc(100% - (2rem + 130px + 34%));
    margin: 4rem 0 6rem;
    text-align: left;
  }
  .f-logo+div p {
    margin: 0;
  }
  .f-sns {
    display: inline-block;
    float: right;
    width: 30%;
    margin: 4rem 0 3rem 0;
    text-align: right;
  }
  .f-sns {
    text-align: right;
  }
  .sns_icon {
    display: inline-block;
    width: 32px;
    margin: 0 5px;
  }
  .sns_icon a {
    display: inline-block;
  }
  .sns_icon a img {
    width: 32px;
    height: auto;
  }
  .inner1100 {
    position: relative;
    width: calc(100% - 60px);
    max-width: var(--maxw);
  }
  .shisa {
    bottom: -8.5vw;
  }
  .w700 {
    display: inline-block;
    width: 67px;
  }
  .shopCAP {
    font-size: 1.6rem;
  }
  .RS .fBf div {
    border: none;
    border-color: transparent;
  }
  .vSP {
    display: none;
  }
  .vPC {
    display: block;
  }
}
/*pc以上*/
@media screen and (min-width: 750px) {
  .wCC {
    width: 85%;
  }
  .fb1-2 div:nth-of-type(2) {
    font-size: 1.6rem;
  }
}
/*pc以上*/
@media screen and (min-width: 850px) {
  .wCC {
    width: 80%;
  }
  .RS .fBf {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    width: calc(100% - 20px);
    padding: 1rem 0;
  }
  .RS .fBf div:first-of-type {
    width: 30%;
    /*17%*/
    text-align: left;
  }
  .RS .fBf div:nth-of-type(2) {
    width: 30%;
    /*24%*/
    padding: 1rem;
    border: none;
  }
  .RS .fBf div:nth-of-type(3) {
    width: 30%;
    /*24%*/
    padding: 1rem;
    border: none;
  }
  .RS .fBf div:last-of-type {
    width: 33%;
    padding: 1.3rem 1rem;
    border: none;
  }
}
/*pc以上*/
@media screen and (min-width: 1000px) {
  .wCC {
    width: 65%;
  }
  .fb1-2 div:nth-of-type(2) {
    font-size: 1.6rem;
  }
  .shisa {
    bottom: -70px;
  }
}
/*pc以上*/
@media screen and (min-width: 1200px) {
  .wCC {
    width: 57%;
  }
  .shisa {
    bottom: -80px;
  }
}