@charset "UTF-8";

/*
---------------------------------------
reset
---------------------------------------
*/
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,
button {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

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

html {
  overflow: auto;
  min-height: 100%;
  width: 100%;
  font-size: 62.5%;
}

html,
body {
  position: relative;
}

body {
  overflow: auto;
  width: 100%;
  /*min-width: 640px;*/
  margin: 0;
  padding: 0;
}

input,
textarea {
  margin: 0;
  padding: 0;
}

input:focus,
textarea:focus,
button:focus {
  outline: 0;
}

button,
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  box-shadow: none;
}

img {
  border: none;
}

ol,
ul {
  list-style: none;
}

p,
dt,
dd,
li {
  font-size: 1.6rem;
  line-height: 0;
}

li {
  font-size: 1.6rem;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

table th {
  font-weight: normal;
}

caption,
th {
  text-align: left;
}

a:focus {
  outline: none;
}

p,
dd,
li,
address {
  font-style: normal;
}

body small {
  font-size: 1.2rem;
}

figure {
  line-height: 0;
}

em {
  font-weight: inherit;
}

.wrapper {
  width: 836px;
  margin: 0 auto;
  background-image: url(../img/contents_bg@2x.jpg);
  background-size: cover;
  background-repeat: repeat-y;
  padding: 70px 0 200px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 835px) {
  .wrapper {
    width: 100%;
    padding: 8vw 0 25vw;
  }
}

#container {
  position: relative;
}

body {
  font-family: "Helvetica Neue", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  color: #333;
}

/* IE */
@media all and (-ms-high-contrast: none) {
  body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  }
}

/*
----------------------------------------
flex
----------------------------------------
*/
.flex {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: stretch;
}

.flex.nowrap {
  flex-wrap: nowrap;
}

.flex.reverse {
  flex-direction: row-reverse;
}

.flex.item-center {
  align-items: center;
}

.flex-column {
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

/*
---------------------------------------
link
---------------------------------------
*/
a {
  text-decoration: none;
  font-size: inherit;
  font-weight: inherit;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

/*
---------------------------------------
clear
---------------------------------------
*/
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

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

*:first-child+html .clearfix {
  zoom: 1;
}

/* IE7 */
/*
---------------------------------------
common
---------------------------------------
*/
.pc {
  display: block !important;
  margin: 0 auto;
}

.sp {
  display: none !important;
}

.inline-pc {
  display: inline-block !important;
}

.inline-sp {
  display: none !important;
}

.inner {
  max-width: 980px;
  padding: 0 45px;
  margin: 0 auto;
  word-wrap: break-word;
  word-break: break-all;
}

span {
  font-size: inherit;
  font-weight: inherit;
}

.img {
  line-height: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.center {
  text-align: center;
}

.bold {
  font-weight: bold;
}

.trans {
  transition: all 0.2s;
}

input[type=text],
input[type=search],
input[type=tel],
input[type=number],
input[type=url],
input[type=email],
input[type=password],
input[type=date],
textarea,
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 16px;
  border-radius: 0;
  box-shadow: none;
}

input[type=text].req,
input[type=search].req,
input[type=tel].req,
input[type=number].req,
input[type=url].req,
input[type=email].req,
input[type=password].req,
input[type=date].req,
textarea.req,
select.req {
  background: #fdf8f7 !important;
}

@media (max-width: 767px) {

  input[type=text],
  input[type=search],
  input[type=tel],
  input[type=number],
  input[type=url],
  input[type=email],
  input[type=password],
  input[type=date],
  textarea,
  select {
    padding: 11px 10px !important;
    border-width: 2px;
  }
}

textarea {
  resize: vertical;
  width: 100% !important;
  height: 260px !important;
  box-shadow: none;
}

@media (max-width: 835px) {
  textarea {
    height: 124px !important;
  }
}

input::-webkit-input-placeholder {
  color: #aaa;
}

@media (max-width: 835px) {
  input::-webkit-input-placeholder {
    font-size: 3.5vw;
  }
}

input:-moz-placeholder {
  color: #aaa;
}

@media (max-width: 835px) {
  input:-moz-placeholder {
    font-size: 3.5vw;
  }
}

@media screen and (max-width: 750px) {

  /*
  ----------------------------------------
  -750
  ----------------------------------------
  */
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }

  .inline-pc {
    display: none !important;
  }

  .inline-sp {
    display: inline-block !important;
  }

  .center {
    text-align: left;
  }

  .ta-c {
    text-align: center;
  }

  .wrapper {
    min-width: 100%;
  }

  .bg-fixed {
    position: fixed;
    width: 100%;
  }

  .inner {
    padding: 0 5%;
    max-width: 100%;
    margin: 0;
  }

  p,
  dt,
  dd,
  li {
    font-size: 1.4rem;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  /* layout */
  html {
    margin-top: 0 !important;
  }

  /* flex */
  .flex {
    display: block;
  }
}

/*
---------------------------------------
header
---------------------------------------
*/
.l-header {
  padding-bottom: 10px;
  text-align: center;
}

@media (max-width: 835px) {
  .l-header {
    padding-bottom: 1vw;
  }
}

/*
---------------------------------------
l-contents
---------------------------------------
*/
a {
  display: block;
}

a img {
  transition: all 0.2s;
}

@media (min-width: 836px) {
  a:hover img {
    opacity: 0.9;
  }
}

.l-contents {
  text-align: center;
}

.l-contents iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.bnr__list {
  padding-bottom: 20px;
}

@media (max-width: 835px) {
  .bnr__list {
    padding-bottom: 3vw;
  }
}

.bnr__item {
  text-align: center;
  margin-bottom: 40px;
}

@media (max-width: 835px) {
  .bnr__item {
    margin-bottom: 5vw;
  }
}

.bnr__item a {
  display: block;
}

.bnr__item img {
  width: 100%;
}

.bnr__item iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}

.goldLine {
  position: relative;
}

.goldLine:before,
.goldLine:after {
  content: "";
  background: rgb(136, 95, 52);
  background: -moz-linear-gradient(left, rgb(136, 95, 52) 0%, rgb(249, 225, 157) 50%, rgb(136, 95, 52) 100%);
  background: -webkit-linear-gradient(left, rgb(136, 95, 52) 0%, rgb(249, 225, 157) 50%, rgb(136, 95, 52) 100%);
  background: linear-gradient(to right, rgb(136, 95, 52) 0%, rgb(249, 225, 157) 50%, rgb(136, 95, 52) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#885f34", endColorstr="#885f34", GradientType=1);
  width: 100%;
  height: 7px;
  display: block;
  position: absolute;
  left: 0;
}

@media (max-width: 835px) {

  .goldLine:before,
  .goldLine:after {
    height: 4px;
  }
}

.goldLine:before {
  top: 0;
}

.goldLine:after {
  bottom: 0;
}

.menu {
  padding: 0 0 10px;
}

@media (max-width: 835px) {
  .menu {
    padding: 0 0 2vw;
  }
}

.menu__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 5px;
}

@media (max-width: 835px) {
  .menu__list {
    gap: 2px;
  }
}

.menu__item {
  box-shadow: 2px 3px 4px rgba(0, 0, 0, 0.3);
}

.menu__item img {
  width: 100%;
}

.new_table__item {
  line-height: 1;
  text-align: center;
  margin-bottom: 15px;
}

.new_table__item img {
  width: 100%;
}

.news {
  padding: 57px 0 5px;
}

@media (max-width: 835px) {
  .news {
    padding: 8.4vw 0 7vw;
  }
}

.news__ttl {
  margin-bottom: 0px;
}

@media (max-width: 835px) {
  .news__ttl {
    max-width: 79vw;
    margin: 0 auto 1vw;
  }
}

.news__item {
  line-height: 1;
  text-align: center;
}

.news__item:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 835px) {
  .news__item:not(:last-child) {
    margin-bottom: 2vw;
  }
}

.news__item img {
  width: 100%;
}

.line {
  padding: 50px 0;
}

@media (max-width: 835px) {
  .line {
    padding: 0;
  }
}

.line__bnr {
  margin-bottom: 30px;
}

@media (max-width: 835px) {
  .line__bnr {
    margin-bottom: 3vw;
  }
}

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

.secShop {
  padding-top: 45px;
  margin-bottom: 45px;
  position: relative;
}

@media (max-width: 835px) {
  .secShop {
    padding-top: 10vw;
    margin-bottom: 5vw;
  }
}

.chara {
  position: absolute;
}

.chara.item-01 {
  right: 10px;
  top: -30px;
  z-index: 1;
}

@media (max-width: 835px) {
  .chara.item-01 {
    width: 21vw;
    right: 2vw;
    top: 2vw;
  }
}

.chara.item-02 {
  right: -30px;
  bottom: -30px;
  z-index: 1;
}

@media (max-width: 835px) {
  .chara.item-02 {
    width: 18vw;
    right: -3.3vw;
    bottom: -3vw;
  }
}

.chara.item-03 {
  left: 10px;
  bottom: -80px;
  z-index: 0;
}

@media (max-width: 835px) {
  .chara.item-03 {
    width: 23vw;
    left: 2.8vw;
    bottom: -11vw;
  }
}

.chara.item-04 {
  right: 20px;
  bottom: 145px;
  z-index: 0;
}

@media (max-width: 835px) {
  .chara.item-04 {
    width: 25.5vw;
    right: 3.4vw;
    bottom: 17vw;
  }
}

.shop__ttl {
  margin-bottom: 20px;
}

@media (max-width: 835px) {
  .shop__ttl {
    max-width: 75vw;
    margin: 0 auto 5.5vw;
  }
}

.shop__cont {
  background: url(../img/shop_bg@2x.jpg) repeat left top/100%;
  padding: 65px 0 33px;
}

@media (max-width: 835px) {
  .shop__cont {
    padding: 6vw 0 11vw;
  }
}

.shop__cont .inner {
  padding: 0 70px;
}

@media (max-width: 835px) {
  .shop__cont .inner {
    padding: 0 8%;
  }
}

.shop__info {
  display: flex;
  align-items: center;
  margin-bottom: 45px;
}

@media (max-width: 835px) {
  .shop__info {
    margin-bottom: 4vw;
  }
}

.shop__img {
  position: relative;
}

@media (max-width: 835px) {
  .shop__img {
    width: 49%;
  }
}

.shop__txtbox {
  flex: 1;
  padding-left: 25px;
  text-align: left;
}

@media (max-width: 835px) {
  .shop__txtbox {
    padding-left: 3vw;
  }
}

.shop__txtItem:not(:last-child) {
  margin-bottom: 15px;
}

@media (max-width: 835px) {
  .shop__txtItem:not(:last-child) {
    margin-bottom: 1.5vw;
  }
}

.shop__tag {
  margin-bottom: 12px;
}

@media (max-width: 835px) {
  .shop__tag {
    width: 42%;
    margin-bottom: 1vw;
  }
}

.shop__txt {
  font-size: 21px;
  line-height: 1.565;
  color: #575757;
  padding-left: 13px;
  letter-spacing: 0.05em;
}

@media (max-width: 835px) {
  .shop__txt {
    padding-left: 2vw;
    font-size: 2.8vw;
  }
}

.table_btn {
  margin-bottom: 20px;
}

@media (max-width: 835px) {
  .table_btn {
    margin-bottom: 3vw;
  }
}

.data_btn {
  margin-bottom: 30px;
}

@media (max-width: 835px) {
  .data_btn {
    margin-bottom: 4vw;
  }
}

.shop__table {
  margin-bottom: 60px;
}

@media (max-width: 835px) {
  .shop__table {
    margin-bottom: 6vw;
  }
}

.shop__map {
  margin-bottom: 35px;
}

@media (max-width: 835px) {
  .shop__map {
    margin-bottom: 5vw;
  }
}

.shop__map iframe {
  width: 100%;
  height: 445px;
}

@media (max-width: 835px) {
  .shop__map iframe {
    height: 52vw;
  }
}

.shop__rout {
  margin-bottom: 35px;
}

@media (max-width: 835px) {
  .shop__rout {
    margin-bottom: 4vw;
  }
}

.shop__mapImg {
  margin-bottom: 30px;
}

@media (max-width: 835px) {
  .shop__mapImg {
    margin-bottom: 5vw;
  }
}

.shop__map,
.shop__point,
.shop__service {
  margin-bottom: 40px;
}

@media (max-width: 835px) {

  .shop__map,
  .shop__point,
  .shop__service {
    margin-bottom: 6vw;
  }
}

.shop__smaslo {
  margin-bottom: 30px;
}

@media (max-width: 835px) {
  .shop__smaslo {
    margin-bottom: 5vw;
  }
}

.shop__bnr {
  margin-bottom: 100px;
}

@media (max-width: 835px) {
  .shop__bnr {
    margin-bottom: 5vw;
  }
}

.shop__bnr__item:not(:last-child) {
  margin-bottom: 35px;
}

@media (max-width: 835px) {
  .shop__bnr__item:not(:last-child) {
    margin-bottom: 5vw;
  }
}

.shopNav {
  padding: 40px 0;
}

@media (max-width: 835px) {
  .shopNav {
    padding: 6.7vw 0 0;
  }
}

.shopNav__list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 25px;
}

@media (max-width: 835px) {
  .shopNav__list {
    gap: 0 3vw;
  }
}

.shopNav__list img {
  width: 100%;
}

.shopNav__item {
  box-shadow: 5px 5px 30px rgba(0, 0, 0, 0.5);
}

.totop__btn {
  padding: 140px 0 0;
}

@media (max-width: 835px) {
  .totop__btn {
    width: 33vw;
    padding: 20vw 0 0;
    margin: 0 auto;
  }
}

/*
---------------------------------------
footer
---------------------------------------
*/
.l-footer {
  position: fixed;
  width: 100%;
  max-width: 836px;
  margin: 0 auto;
  bottom: 0;
  z-index: 2;
}

.footer__list {
  display: flex;
}

.footer__list__item {
  flex: 1;
}

.footer__list__item img {
  width: 100%;
}

.totop {
  position: fixed;
  right: 30px;
  bottom: 200px;
}

@media (max-width: 835px) {
  .totop {
    right: 5%;
    bottom: 23vw;
    width: 12vw;
  }
}

.privacy {
  padding-top: 16px;
}

.privacy .inner {
  padding: 0 36px;
}

.privacy__txt {
  text-align: left;
  font-size: 16px;
  line-height: 1.5;
  color: #fff;
}

.privacy__txt a {
  text-decoration: underline;
  display: inline;
  color: #fff;
}

@media (max-width: 835px) {
  .privacy {
    padding-top: 7.8vw;
  }

  .privacy .inner {
    padding: 0 6vw;
  }

  .privacy__txt {
    font-size: 3vw;
  }
}

/**
* Foundation
* ========================== */
/* Object
* ========================== */
/* Project ------------ */
