@charset "UTF-8";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url("https://fonts.googleapis.com/css2?family=Patrick+Hand&family=Zen+Kurenaido&display=swap");
@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
/* SP:20px */
.txt_x-small, #footer #copyright {
  font-size: 2.66667vw;
}

@media screen and (min-width: 641px) {
  .txt_x-small, #footer #copyright {
    font-size: 12px;
  }
}

/* SP:24px */
.txt_small {
  font-size: 3.2vw;
}

@media screen and (min-width: 641px) {
  .txt_small {
    font-size: 12px;
  }
}

/* SP:26px */
.txt_normal {
  font-size: 3.46667vw;
}

@media screen and (min-width: 641px) {
  .txt_normal {
    font-size: 15px;
  }
}

/* SP:28px */
.txt_large, .link_white, #f_area #f_menu li a, .link_movie {
  font-size: 3.73333vw;
}

@media screen and (min-width: 641px) {
  .txt_large, .link_white, #f_area #f_menu li a, .link_movie {
    font-size: 14px;
  }
}

/* SP:32px */
.txt_x-large, .link_arw {
  font-size: 4.26667vw;
}

@media screen and (min-width: 641px) {
  .txt_x-large, .link_arw {
    font-size: 16px;
  }
}

/* リンク */
.link_arw {
  background: url(../images/common/icon/icon_arw_o.svg) left 0.5em no-repeat;
  background-size: 0.7em;
  display: inline-block;
  padding-left: 1.2em;
  line-height: 1.59375;
}

.link_arw:hover {
  text-decoration: underline !important;
}

.link_white, #f_area #f_menu li a {
  background: url(../images/common/icon/icon_link_b.svg) left center no-repeat;
  background-size: 4.8vw;
  display: inline-block;
  line-height: 4.8vw;
  padding-left: 1.6em;
}

@media screen and (min-width: 641px) {
  .link_white, #f_area #f_menu li a {
    background-size: 20px;
    line-height: 20px;
  }
}

.links_btn a {
  background: #FFF;
  border: 2px solid #ED6C35;
  border-radius: 1.06667vw;
  color: #ED6C35;
  display: inline-block;
  font-size: 3.46667vw;
  padding: 1em 1em 1em 3em;
}

@media screen and (min-width: 641px) {
  .links_btn a {
    border-width: 1px;
    border-radius: 4px;
    font-size: 14px;
  }
}

.link_movie {
  background: url(../images/common/icon/icon_movie.svg) left 0.4em no-repeat;
  background-size: 5.33333vw;
  display: block;
  letter-spacing: 0.1em;
  line-height: 6.4vw;
  padding-left: 2em;
  padding-right: 0;
  text-align: left;
}

@media screen and (min-width: 641px) {
  .link_movie {
    background-size: 20px;
    line-height: 20px;
  }
}

.link_movie:hover {
  text-decoration: underline;
}

@media screen and (max-width: 900px) {
  .inner {
    width: 90%;
  }
}

/* フォント */
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 {
  color: #273625;
  font-family: 'Noto Sans JP', sans-serif;
}

/* ヘッダー */
#header {
  background: #FFF;
  height: 13.33333vw;
  position: sticky;
  top: 0;
  width: 100vw;
  z-index: 50;
}

@media screen and (min-width: 901px) {
  #header {
    height: 120px;
  }
}

#header div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 3.46667vw;
  padding-bottom: 1.73333vw;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  #header div {
    padding: 0 3%;
  }
}

@media screen and (min-width: 1201px) {
  #header div {
    padding: 0 5%;
  }
}

#header div .logo {
  margin: 0 0 0 5vw;
  width: 38.66667vw;
}

@media screen and (min-width: 901px) {
  #header div .logo {
    margin-top: 30px;
    width: 24.16667vw;
  }
}

@media screen and (min-width: 1201px) {
  #header div .logo {
    margin-top: 30px;
    width: 290px;
  }
}

#header div #smf_menu {
  height: 8.93333vw;
  right: 5vw;
  top: 2.66667vw;
  width: 7.46667vw;
}

#header div #smf_menu a {
  display: block;
}

#header div #gnavi {
  background: none;
  width: auto;
}

/* ナビゲーション */
#gnavi li {
  margin-right: 20px;
}

#gnavi li:nth-child(8) {
  float: left;
  margin-right: 20px;
}

#gnavi li:nth-child(9) {
  float: right;
  margin-right: 0;
}

#gnavi li > a {
  color: #273625;
  font-size: 12px;
  letter-spacing: 0;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  #gnavi li > a {
    font-size: 1vw;
  }
}

#gnavi li > a:nth-child(8) {
  float: left;
}

#gnavi li > a span {
  color: #273625;
  font-weight: bold;
  font-size: 14px;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  #gnavi li > a span {
    font-size: 1.16667vw;
  }
}

#gnavi li > a:hover {
  color: #7A8367;
  text-decoration: none;
}

#gnavi li > a:hover span {
  color: #7A8367;
}

@media screen and (max-width: 900px) {
  #gnavi ul {
    background: #7A8367;
    right: 0;
    left: auto;
    border-radius: 0 0 0 20px;
    color: #FFF;
    height: auto;
    max-height: 100vh;
    padding-bottom: 2em;
    padding-top: 2em;
    width: 444px;
  }
  #gnavi ul li {
    border: none;
    padding: 0;
    padding-left: 40px;
    text-align: left;
    width: 100%;
  }
  #gnavi ul li.visible_sp {
    display: inline-block;
  }
  #gnavi ul li > a {
    border: none;
    background: url(../images/common/icon/icon_link_w.svg) left center no-repeat;
    background-size: 18px;
    color: #FFF;
    display: block;
    font-size: 14px;
    line-height: 18px;
    padding-left: 1.6em;
    margin-top: 1em;
  }
  #gnavi ul li > a span, #gnavi ul li > a br {
    display: none;
  }
  #gnavi ul li > a:hover {
    color: #FFF;
  }
  #gnavi ul li#close {
    background: none;
    position: absolute;
    height: 67px;
    top: 20px;
    right: 0;
    width: 56px;
  }
  #gnavi ul li#close a {
    background: url(../images/common/header/icon_close.svg) center center no-repeat;
    background-size: contain;
    height: 67px;
    width: 56px;
    top: 0;
    right: 0;
    position: absolute;
  }
  #gnavi ul li .links_btn a {
    border: 2px solid #ED6C35;
    border-radius: 1.06667vw;
    color: #ED6C35;
    padding: 1em 1em 1em 3em;
    position: relative;
  }
  #gnavi ul li .links_btn a::before {
    background: url(../images/top/icon_cart.png) center center no-repeat;
    background-size: contain;
    content: "";
    position: absolute;
    left: 1em;
    height: 1.5em;
    top: calc(50% - 0.9em);
    width: 1.5em;
  }
  #gnavi ul li .link_arw {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    background-position-y: 1.2em;
  }
  #gnavi ul li .link_arw a {
    border: none;
  }
}

@media screen and (max-width: 640px) {
  #gnavi ul {
    border-radius: 0 0 0 2.66667vw;
    width: 59.2vw;
  }
  #gnavi ul li {
    padding-left: 5.33333vw;
  }
  #gnavi ul li > a {
    background-size: 4.8vw;
    font-size: 3.73333vw;
    line-height: 4.8vw;
  }
  #gnavi ul li#close {
    height: 8.93333vw;
    top: 2.66667vw;
    width: 7.46667vw;
  }
  #gnavi ul li#close a {
    height: 8.93333vw;
    width: 7.46667vw;
  }
  #gnavi ul li .link_arw {
    font-size: 3.73333vw;
  }
}

/* フッター */
#f_area {
  border-top: 0.26667vw solid #EEEEEE;
  padding-top: 8em;
  margin-top: 8em;
}

@media screen and (min-width: 1240px) {
  #f_area {
    width: 1240px;
  }
}

@media screen and (max-width: 1240px) {
  #f_area {
    width: 90%;
  }
}

#f_area #f_area_l {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8em;
}

@media screen and (min-width: 641px) {
  #f_area #f_area_l {
    max-width: 30%;
    float: left;
  }
}

#f_area #f_area_l li {
  width: 45%;
}

#f_area #f_area_r {
  padding-bottom: 3em;
}

@media screen and (min-width: 641px) {
  #f_area #f_area_r {
    width: 70%;
    float: right;
  }
}

#f_area #f_menu {
  margin-bottom: 5em;
}

@media screen and (max-width: 640px) {
  #f_area #f_menu {
    display: flex;
    flex-wrap: wrap;
  }
}

#f_area #f_menu li {
  margin-left: 0;
  margin-bottom: 2.5em;
  width: 50%;
}

@media screen and (min-width: 641px) {
  #f_area #f_menu li {
    margin-left: 1.5em;
    width: auto;
  }
}

@media screen and (max-width: 900px) {
  /*
    #f_area {
        width: 90%;
    }
    */
}

@media screen and (max-width: 900px) {
  #f_menu {
    display: block;
  }
}

#footer {
  clear: both;
  padding-top: 8vw;
  padding-left: 5%;
  padding-right: 5%;
}

@media screen and (min-width: 641px) {
  #footer {
    padding-top: 60px;
  }
}

#footer #f_logo {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 47.46667vw;
}

@media screen and (min-width: 641px) {
  #footer #f_logo {
    width: 178px;
  }
}

#footer #addr {
  font-size: 3vw;
}

@media screen and (min-width: 641px) {
  #footer #addr {
    font-size: 12px;
  }
}

/* 改行 */
/* 1201px以上 */
.visible_1201 {
  display: none;
}

@media screen and (min-width: 1201px) {
  .visible_1201 {
    display: inline-block !important;
  }
}

/* 901〜1200px */
.visible_901 {
  display: none;
}

@media screen and (min-width: 901px) and (max-width: 1200px) {
  .visible_901 {
    display: inline-block !important;
  }
}

/* 641〜900px */
.visible_641 {
  display: none;
}

@media screen and (min-width: 641px) and (max-width: 900px) {
  .visible_641 {
    display: inline-block !important;
  }
}

/* 640px以下 */
.visible_640 {
  display: none;
}

@media screen and (max-width: 640px) {
  .visible_640 {
    display: inline-block !important;
  }
}

/* 背景画像 */
.bg_img {
  position: relative;
  overflow-x: clip;
}

.bg_img::before {
  background: url(../images/top/bg_shop.png) top center no-repeat;
  background-size: contain;
  content: "";
  left: 0;
  position: absolute;
  height: 100px;
  top: 0;
  width: 100px;
}

@media screen and (max-width: 640px) {
  .bg_img::before {
    left: 1.33333vw;
    top: -13.33333vw;
    height: 30.53333vw;
    width: 32vw;
  }
}

.bg_img.img01::before {
  background-image: url(../images/top/bg_movie.png);
  height: 22.8vw;
  left: calc(50% - 60vw);
  width: 32vw;
  top: -13.33333vw;
}

@media screen and (min-width: 641px) {
  .bg_img.img01::before {
    height: 171px;
    width: 240px;
    top: -100px;
  }
}

@media screen and (min-width: 901px) {
  .bg_img.img01::before {
    left: calc(50% - 650px);
  }
}

.bg_img.img02::before {
  background-image: url(../images/common/img/bg_img01.png);
  left: auto;
  height: 29.46667vw;
  right: calc(50% - 60vw);
  width: 32vw;
  top: -13.33333vw;
}

@media screen and (min-width: 641px) {
  .bg_img.img02::before {
    height: 221px;
    width: 240px;
    top: -100px;
    right: calc(50% - 60vw);
  }
}

@media screen and (min-width: 901px) {
  .bg_img.img02::before {
    right: calc(50% - 650px);
  }
}

.bg_img.img03::before {
  top: -16vw;
}

@media screen and (min-width: 641px) {
  .bg_img.img03::before {
    left: calc(50% - 700px);
    height: 228px;
    top: -120px;
    width: 240px;
  }
}

.bg_img.img04::before {
  background-image: url(../images/top/bg_insta.png);
  left: auto;
  height: 27.46667vw;
  right: calc(50% - 70vw);
  width: 35.2vw;
  top: -20vw;
}

@media screen and (min-width: 641px) {
  .bg_img.img04::before {
    height: 206px;
    width: 264px;
    top: -150px;
    right: calc(50% - 70vw);
  }
}

@media screen and (min-width: 901px) {
  .bg_img.img04::before {
    right: calc(50% - 700px);
  }
}

.bg_img.img05::before {
  background-image: url(../images/common/img/bg_img03.png);
  left: auto;
  height: 26.66667vw;
  right: calc(50% - 70vw);
  width: 24vw;
  top: -6.66667vw;
}

@media screen and (min-width: 641px) {
  .bg_img.img05::before {
    height: 271px;
    width: 234px;
    top: -150px;
    right: calc(50% - 70vw);
  }
}

@media screen and (min-width: 901px) {
  .bg_img.img05::before {
    right: calc(50% - 700px);
  }
}

.bg_img.img06 {
  overflow: visible;
}

.bg_img.img06::before {
  background-image: url(../images/common/img/bg_img02.png);
  left: auto;
  height: 22.66667vw;
  left: calc(50% - 70vw);
  width: 26.66667vw;
  top: -10.66667vw;
}

@media screen and (min-width: 641px) {
  .bg_img.img06::before {
    height: 187px;
    width: 250px;
    top: -100px;
    left: calc(50% - 70vw);
  }
}

@media screen and (min-width: 901px) {
  .bg_img.img06::before {
    left: calc(50% - 650px);
  }
}

.faq_sec {
  overflow: hidden;
}

.faq_items .bg_img {
  overflow: visible;
}

.faq_items .bg_img.img01::before {
  left: -280px;
}

@media screen and (max-width: 900px) {
  .faq_items .bg_img.img01::before {
    display: none;
  }
}

.faq_items .bg_img.img02::before {
  right: -280px;
}

@media screen and (max-width: 900px) {
  .faq_items .bg_img.img02::before {
    display: none;
  }
}

.faq_items .bg_img.img03::before {
  background-image: url(../images/top/bg_insta.png);
  left: -284px;
}

@media screen and (max-width: 900px) {
  .faq_items .bg_img.img03::before {
    display: none;
  }
}

.faq_items .bg_img.img04::before {
  background-image: url(../images/top/bg_shop.png);
  right: -280px;
  top: auto;
  bottom: -40px;
}

@media screen and (max-width: 900px) {
  .faq_items .bg_img.img04::before {
    display: none;
  }
}

.standard.bg_img.img02::before {
  top: auto;
  bottom: -100px;
  right: calc(50% - 750px);
}

@media screen and (min-width: 641px) {
  .standard.bg_img.img02::before {
    top: auto;
    bottom: -100px;
    right: calc(50% - 750px);
  }
}

@media screen and (max-width: 640px) {
  .standard.bg_img.img02::before {
    top: auto;
    bottom: -13vw;
  }
}

#shop_sec #lineup_tab {
  margin-bottom: 40px;
}

@media screen and (max-width: 480px) {
  #shop_sec #lineup_tab {
    margin-bottom: 20px;
  }
}

#shop_sec .online_link {
  margin-bottom: 0;
}

#shop_sec .online_link a {
  position: relative;
}

#shop_sec .online_link a::before {
  background: url(../images/top/icon_cart.png) center center no-repeat;
  background-size: contain;
  content: "";
  position: absolute;
  left: 1em;
  height: 1.5em;
  top: 0.6em;
  width: 1.5em;
}

#shop_sec .online_link a:link {
  color: #ED6C35;
}

#shop_sec .online_link a:hover {
  background: #ED6C35;
  color: #FFF;
}

#shop_sec .online_link a:hover::before {
  background-image: url(../images/top/icon_cart_w.png);
}

.layer_mv.shop {
  background-image: url(../images/mv_shop.jpg);
}

@media screen and (max-width: 640px) {
  .layer_mv.shop {
    background-image: url(../images/mv_shop_sp.jpg);
  }
}

.layer_mv.shop.restaurant {
  background-image: url(../images/mv_restaurant.jpg);
}

@media screen and (max-width: 640px) {
  .layer_mv.shop.restaurant {
    background-image: url(../images/mv_restaurant_sp.jpg);
  }
}

/* ローディング画像 */
/* Spinner Circle Rotation */
.sp-circle {
  width: 60px;
  height: 60px;
  margin: 0 auto;
  border: 4px rgba(237, 142, 60, 0.25) solid;
  border-top: 4px rgba(237, 142, 60, 0.85) solid;
  border-radius: 50%;
  -webkit-animation: spCircRot 1s infinite linear;
  animation: spCircRot 1s infinite linear;
}

@-webkit-keyframes spCircRot {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}

@keyframes spCircRot {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
