@charset "UTF-8";
/**
* Foundation
* ========================== */
/*
---------------------------------------
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: 100%;
  background-repeat: repeat-y;
  padding: 100px 0 200px;
  position: relative;
  overflow: hidden;
}

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

#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 40px;
  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.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;
  }
}

/* Object
* ========================== */
/* Project ------------ */
/*
---------------------------------------
header
---------------------------------------
*/
.l-header {
  padding-bottom: 70px;
}

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

.l-header .logo {
  text-align: center;
}

@media (max-width: 835px) {
  .l-header .logo {
    width: 85%;
    margin: 0 auto;
  }
}

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

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

.cont {
  padding: 0px 25px 0;
  margin-bottom: 45px;
  text-align: center;
}

@media (max-width: 835px) {
  .cont {
    padding: 0 3% 0;
    margin-bottom: 7vw;
  }
}

.store__img {
  border-radius: 35px;
  overflow: hidden;
  max-width: 769px;
  margin: 0 auto 40px;
}

@media (max-width: 835px) {
  .store__img {
    width: 95%;
    border-radius: 15px;
    margin-bottom: 5vw;
  }
}

.store__info {
  margin-bottom: 30px;
}

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

.map__btn {
  margin-bottom: 20px;
}

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

.rout__btn {
  margin-bottom: 60px;
}

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

.dmm__btn {
  transform: translateX(30px);
}

@media (max-width: 835px) {
  .dmm__btn {
    width: 80%;
    margin: 0 auto 5vw;
    transform: translateX(7vw);
  }
}

.sns {
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

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

.table__btn {
  margin-bottom: 80px;
}

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

.ggmap {
  position: relative;
  margin-bottom: 30px;
}

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

.ggmap .ggmap__iframe {
  width: 645px;
  height: 407px;
  position: absolute;
  left: 71px;
  top: 144px;
}

@media (max-width: 835px) {
  .ggmap .ggmap__iframe {
    width: 77.3vw;
    height: 48.4vw;
    left: 8.4vw;
    top: 17.4vw;
  }
}

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

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

/*
---------------------------------------
footer
---------------------------------------
*/
.cv {
  position: fixed;
  width: 836px;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  display: -ms-flex;
  justify-content: center;
  z-index: 3;
}

@media (max-width: 835px) {
  .cv {
    width: 100%;
  }
}

.cv a {
  display: block;
  line-height: 0;
  flex: 1;
}
