@charset "UTF-8";
@import url('reset.css');
@import url('https://fonts.googleapis.com/css2?family=Libre+Baskerville&family=Prata&display=swap');

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;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-family: 游ゴシック体, YuGothic, 游ゴシック, "Yu Gothic", sans-serif;
  line-height: 1.7em;
  font-size: 3.8vw;
  margin: 0;
  padding: 0;
}

a {
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  line-height: 100%;
  text-decoration: none;
  color: #000;
}

a:active {
  color: #000;
}

a:hover {
  text-decoration: none;
}

.sp {
  display: block;
}

.pc {
  display: none !important;
}

img {
  width: 100%;
}

a.anchor {
  display: block;
  padding-top: 2em;
  margin-top: -2em;
}

.inner {
  width: 90%;
  margin: 0 auto;
}

h2,
h3,
h4,
h5 {
  font-weight: normal;
  line-height: 1.5em;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

a.whiteBtn {
  background-color: #FFF;
  color: #000;
  padding: .8em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #000;
  margin: 0 auto;
}

a.blackBtn {
  background-color: #000;
  color: #FFF;
  padding: .8em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.pinkBtn {
  background-color: #E9546B;
  color: #FFF;
  padding: .8em 0;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  width: 100%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
}

a.blackBtn i,
a.whiteBtn i {
  margin-left: 1em;
}

a.blackBtn img {
  width: 100px;
  margin-left: 1em;
}

a.blackBtn img.short {
  width: 60px;
  margin: 0 0 0 1em;
}

a.blackBtn:hover,
a.pinkBtn:hover {
  opacity: 0.7;
}

a.whiteBtn:hover {
  background-color: #000;
  color: #FFF;
}

.beige {
  background-color: #F1EAE2;
}

.gray {
  background-color: #E8E8E8;
}

.lightGray {
  background-color: #F4F4F4;
}

/* トップページ */
.mainImg {
  margin: 1em auto 0;
}

.mainImg img {
  margin: 0;
  padding: 0;
  vertical-align: bottom;
}

section {
  padding: 2em 0;
}

.leftLogo {
  margin-bottom: 3em;
  text-align: center;
  padding: 3em 0;
}

.leftLogo img {
  width: 50%;
  margin: 0 auto;
}

.rightTxt h3 {
  font-size: 6.5vw;
  margin-bottom: .5em;
}

.brandTxt h3 {
  font-size: 6.5vw;
  margin-bottom: .5em;
  line-height: 130%;
}

.brandTxt h3 span {
  font-size: 0.8em;
}

section h2 {
  text-align: center;
  margin-bottom: 2em;
  font-weight: 500;
  font-size: 8vw;
  letter-spacing: 6px;
  font-family: 'Cinzel', serif;
}

section h2 span {
  font-size: 3.5vw;
  display: block;
  line-height: 100%;
  letter-spacing: 2px;
}

.brandImg {
  margin-bottom: .5em;
}

.brandTxt p {
  margin-bottom: 2em;
}

.arrowBtn {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5vw;
  background-image: url(../img/arrow.png);
  background-repeat: no-repeat;
  background-position: right bottom;
  background-size: contain;
  width: 150px;
  display: block;
  padding: 0 0 .4em;
  text-align: left;
}

.brand .wrap {
  margin-bottom: 3em;
}

.google-maps {
  position: relative;
  padding-bottom: 40%; // これが縦横比
  height: 0;
  overflow: hidden;
}

.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

footer {
  text-align: center;
  background-color: #F7F7F7;
  padding: 3em 0 0;
  position: relative;
}

footer img.footerLogo {
  width: 50%;
  margin-bottom: 3em;
}

footer .adress {
  margin-bottom: 3em;
  font-size: 1.05em;
  line-height: 250%;
}

footer h3 a {
  color: #FFF;
}

.footerMenu {
  margin: 0 auto 1em;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.footerMenu a {
  margin-bottom: 1em;
  display: block;
  width: 32%;
  font-family: 'Alegreya SC', serif;
  font-size: 3.5vw;
}

.nomalBtn {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 5vw;
}

.nomalBtn i,
.pepparBtn i {
  margin-left: 8px;
  display: inline-block !important;
}

.pepparBtn {
  background-color: #bf0f5d;
  color: #FFF;
  font-size: 4vw;
  width: 100%;
  padding: 1.5em;
  font-weight: bold;
}

.pepparBtn:hover {
  background-color: #000;
}

h4.grayBorder {
  border-bottom: 1px solid #989898;
  display: block;
  font-size: 5vw;
  padding: .5em .1em;
  margin: 0 auto 1em;
  text-align: left;
}

.groupFooter {
  background-color: #000;
  padding: 2em 0 3em;
  color: #FFF;
}

.groupFooter h3 {
  margin-bottom: 1em;
}

.groupFooterMenu {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.groupFooterMenu a {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #FFF;
  width: 50%;
  padding: 1em 0;
  font-size: .9em;
  line-height: 130%;
}
.groupFooterMenu a:hover{
  opacity: .7;
}
.groupFooterMenu a.onlineStore {
  width: 100%;
}

.groupFooterMenu a span {
  font-size: 0.7em;
  display: block;
}

.groupFooterMenu a img {
  margin: .4em;
  width: 80%;
}

.groupFooterMenu a.onlineStore img {
  width: 40%;
}

.phoneIcon {
  width: 25px;
}

.faqWrap {
  background-color: #fff;
  padding: .5em;
  margin-bottom: 1em;
}

dl.faq {
  padding: 0;
}

.faq_dt::before,
.faq_dd::before {
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
  font-family: 'Prata', serif;
  color: #947C52;
  font-size: 1rem;
}

.faq_dt {
  font-weight: bold;
  margin-bottom: .5em;
  border-bottom: 1px solid #999;
  padding-bottom: .5em;
}

.faq_dt,
.faq_dd {
  position: relative;
  padding-left: 2em;
  text-align: left;
}

.faq_dt::before {
  content: 'Q.';
}

.faq_dd::before {
  content: 'A.';
}

.tax {
  text-align: right !important;
  font-size: 0.9em;
}

.peppar {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.peppar img {
  width: 70%;
  display: block;
  margin: 0 auto 1em;
}

@media only screen and (min-width: 580px) {
  body {
    font-size: 1rem;
  }

  .pc {
    display: block !important;
  }

  .sp {
    display: none !important;
  }

  .wrap {
    display: flex;
    justify-content: space-between;
  }

  .inner {
    width: 1024px;
  }

  .mainImg {
    margin: 0 auto;
  }

  section,
  footer {
    padding: 5em 0;
  }

  a.anchor {
    display: block;
    padding-top: 14em;
    margin-top: -14em;
  }

  .leftLogo,
  .rightTxt,
  .brandImg,
  .brandTxt {
    width: 48%;
  }

  .rightTxt h3 {
    font-size: 1.6rem;
  }

  .brandTxt h3 {
    font-size: 1.8rem;
  }

  .arrowBtn {
    font-size: 1.2rem;
  }

  section h2 {
    font-size: 3rem;
  }

  section h2 span {
    font-size: 1.1rem;
  }

  footer img.footerLogo {
    width: 200px;
  }

  .footerMenu a {
    width: 9%;
    font-size: 1rem;
  }

  .footerMenu a.menuWide {
    width: 13%;
    font-size: 1rem;
  }

  .nomalBtn {
    font-size: 1.5rem;
  }

  .pepparBtn {
    font-size: 1.3rem;
  }

  h4.grayBorder {
    font-size: 1.5rem;
  }

  a.blackBtn,
  a.whiteBtn {
    width: 80%;
  }

  a.pinkBtn {
    width: 500px;
    margin: 0 auto;
  }

  .groupFooterMenu a,
  .groupFooterMenu a.onlineStore {
    width: 20%;
    font-size: .9em;
  }
  .groupFooterMenu a img,
  .groupFooterMenu a.onlineStore img{
    width: 80%;
  }

  .groupFooterMenu {
    justify-content: space-between;
  }

  footer {
    padding: 3em 0 0;
  }

  .footerMenu {
    width: 90%;
  }

  .footerMenu ul {
    display: flex;
    justify-content: space-between;
  }

  .peppar {
    width: 1024px;
  }

  .peppar img {
    width: 40%;
  }
}

@media only screen and (min-width: 1024px) {}

a.flowbtn {
  border-radius: 50%;
  position: relative;
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 25px;
  text-decoration: none;
  transition: .5s;
  border: solid 1px #000;
  color: #000;
  border: solid 1px #FFF;
  position: fixed;
  background-color: #FFF;
  bottom: 10px;
  right: 10px;
}

/* アイコンをど真ん中に */
a.flowbtn i {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* Instagram */
.insta:hover {
  border: solid 1px #c6529a;
  background: #c6529a;
  color: #FFF;
}

a.fixBtn {
  position: fixed;
  width: 280px;
  bottom: 10px;
  left: 10px;
}

@media only screen and (min-width: 580px) {
  a.flowbtn {
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
  }
  a.fixBtn {
    width: 300px;
    bottom: 20px;
    right: 110px;
    left: auto;
  }

  a.flowbtn i {
    font-size: 1.5em;
  }
}