@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&family=Noto+Serif+JP:wght@200..900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Shippori+Mincho&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+Display:ital,wght@0,100..900;1,100..900&display=swap");
/*! destyle.css v2.0.2 | MIT License | https://github.com/nicolas-cusan/destyle.css */
/* Reset box-model and set borders */
/* ============================================ */
*,
::before,
::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

/* Document */
/* ============================================ */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 * 3. Remove gray overlay on links for iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -webkit-tap-highlight-color: transparent; /* 3*/
}

/* Sections */
/* ============================================ */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

area {
  border: none;
  outline: none;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Vertical rhythm */
/* ============================================ */
p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

/* Headings */
/* ============================================ */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

/* Lists (enumeration) */
/* ============================================ */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* Lists (definition) */
/* ============================================ */
dd {
  margin-left: 0;
}

/* Grouping content */
/* ============================================ */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  border-top-width: 1px;
  margin: 0;
  clear: both;
  color: inherit;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

address {
  font-style: inherit;
}

/* Text-level semantics */
/* ============================================ */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: inherit; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content */
/* ============================================ */
/**
 * Prevent vertical alignment issues.
 */
img,
embed,
object,
iframe {
  vertical-align: bottom;
}

i {
  font-style: normal;
}

/* Forms */
/* ============================================ */
/**
 * Reset form fields to make them styleable
 */
button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

/**
 * Reset radio and checkbox appearance to preserve their look in iOS.
 */
[type=checkbox] {
  -webkit-appearance: checkbox;
  appearance: checkbox;
}

[type=radio] {
  -webkit-appearance: radio;
  appearance: radio;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
}

button[disabled],
[type=button][disabled],
[type=reset][disabled],
[type=submit][disabled] {
  cursor: default;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Remove arrow in IE10 & IE11
 */
select::-ms-expand {
  display: none;
}

/**
 * Remove padding
 */
option {
  padding: 0;
}

/**
 * Reset to invisible
 */
fieldset {
  margin: 0;
  padding: 0;
  min-width: 0;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the outline style in Safari.
 */
[type=search] {
  outline-offset: -2px; /* 1 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/**
 * Clickable labels
 */
label[for] {
  cursor: pointer;
}

/* Interactive */
/* ============================================ */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/*
 * Remove outline for editable content.
 */
[contenteditable] {
  outline: none;
}

/* Table */
/* ============================================ */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

/* Misc */
/* ============================================ */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/* 共通 */
html {
  scroll-behavior: smooth;
}

body {
  background-color: #fff;
  font-size: 3.9vw;
  text-align: center;
  line-height: 120%;
  color: #000;
  font-family: "Shippori Mincho", "Noto Serif JP", "Noto Sans JP", serif;
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
}

p {
  line-height: 120%;
}

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

img {
  width: 100%;
}

section {
  padding: 4em 0;
}

.sp {
  display: block !important;
}

.pc {
  display: none !important;
}

p {
  line-height: 160%;
}

a {
  text-decoration: none;
}

.wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

@media only screen and (min-width: 580px) {
  section {
    padding: 5.5em 0;
  }
  .sp {
    display: none !important;
  }
  .pc {
    display: block !important;
  }
  body {
    font-size: 1.1rem;
  }
  .inner {
    margin: 0 auto;
    max-width: 1000px;
  }
  p {
    font-size: 1rem;
  }
  .wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: auto;
  }
}
/* -------------------------美バスト------------------------- */
.maru {
  width: 22px;
  height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  border: #808080 1px solid;
  border-radius: 50%;
}
.maru i {
  display: block;
  color: #555;
}

/* ---ボタン--- */
a.whiteBtn {
  width: 300px;
  margin: 0 auto;
  padding: 1em 0 1.3em;
  background-color: #fff;
  border: #808080 1px solid;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding-right: 10px;
}
a.whiteBtn .maru {
  position: absolute;
  right: 10px;
  margin-top: 0.3em;
}
a.whiteBtn .maru i {
  padding-left: 0.15em;
}
a.whiteBtn:hover {
  background-color: transparent;
  transition: 1s;
}

a.fixBtn {
  position: fixed;
  bottom: 10px;
  right: 20px;
  width: 230px;
  border-radius: 20px;
  background-color: #f68088;
  color: #fff;
  padding: 0.8em 1em 0.8em 0;
  display: block;
  z-index: 899;
  border: #fff 1px solid;
}
a.fixBtn:hover {
  transition: 1s;
}
a.fixBtn span {
  display: block;
  position: relative;
  padding-bottom: 0.2em;
}
a.fixBtn span i {
  position: absolute;
  transform: translateY(-53%);
  right: 0px;
  top: 53%;
}
a.fixBtn:hover {
  background-color: #555;
  color: #fff;
}

/* ---タイトル--- */
.sectionTitleEn {
  font-size: 4em;
  font-family: "Noto Serif Display", serif;
  font-weight: 400;
  font-style: normal;
  line-height: 170%;
  margin-bottom: 0.5em;
}

/* ---背景--- */
/* ---ヘッダー--- */
header {
  position: relative;
}
header .headerWrap {
  width: 100%;
  position: absolute;
  border-bottom: 1px solid #fff;
  padding: 1.3em 0 1em 1em;
}
header .logo {
  width: 220px;
}
header a.shopBtn {
  border: 1px solid #f1f1f1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 40%;
  padding: 0.5em 0;
  color: #fff;
}

@media only screen and (min-width: 580px) {
  header .headerWrap .logo {
    width: 250px;
    position: relative;
    z-index: 2;
  }
  header .headerWrap .shopBtn {
    display: none;
  }
}
/* ---フッター--- */
footer {
  padding-bottom: 5em;
}

.hamburger-overlay {
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1000;
  width: 52px;
  height: 52px;
  border: none;
  background: transparent;
  cursor: pointer;
  position: fixed;
}

.hamburger-overlay__line {
  position: absolute;
  left: 11px;
  width: 35px;
  height: 2px;
  background-color: #777;
  transition: all 0.6s;
  display: flex;
  justify-content: right;
}

.hamburger-overlay__line:nth-of-type(1) {
  top: 15px;
}

.hamburger-overlay__line:nth-of-type(2) {
  text-align: right;
  top: 25px;
}

.hamburger-overlay__line:nth-of-type(3) {
  text-align: right;
  top: 35px;
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(1) {
  transform: translateX(-10px) translateY(10px) rotate(-45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(2) {
  width: 35px;
  transform: translateX(-10px) translateY(0px) rotate(45deg);
}

.hamburger-overlay.active .hamburger-overlay__line:nth-of-type(3) {
  display: none;
}

.nav-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(0deg, #fddfe0, #f9a0a6, #fddfe0);
  visibility: hidden;
  opacity: 0;
  transition: all 0.6s;
  z-index: 900;
}

.nav-overlay.active {
  visibility: visible;
  opacity: 1;
}

.nav-overlay__content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
}

.nav-overlay__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-overlay__item {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s;
}

.nav-overlay.active .nav-overlay__item {
  opacity: 1;
  transform: translateY(0);
}

.nav-overlay.active .nav-overlay__item:nth-child(1) {
  transition-delay: 0.1s;
}

.nav-overlay.active .nav-overlay__item:nth-child(2) {
  transition-delay: 0.3s;
}

.nav-overlay.active .nav-overlay__item:nth-child(3) {
  transition-delay: 0.4s;
}

.nav-overlay.active .nav-overlay__item:nth-child(4) {
  transition-delay: 0.5s;
}

.nav-overlay.active .nav-overlay__item:nth-child(5) {
  transition-delay: 0.6s;
}

.nav-overlay.active .nav-overlay__item:nth-child(6) {
  transition-delay: 0.7s;
}

.nav-overlay.active .nav-overlay__item:nth-child(7) {
  transition-delay: 0.8s;
}

.nav-overlay.active .nav-overlay__item:nth-child(8) {
  transition-delay: 0.9s;
}

.nav-overlay.active .nav-overlay__item:nth-child(9) {
  transition-delay: 1s;
}

.nav-overlay__link {
  display: inline-block;
  padding: 15px 20px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  transition: color 0.3s;
}

.nav-overlay__link:hover {
  position: relative;
  opacity: 1;
}
.nav-overlay__link:hover::after {
  position: absolute;
  content: "●";
  font-size: 0.5em;
  right: -0.5em;
}

@media only screen and (min-width: 580px) {
  .nav-overlay {
    width: 300px;
    height: 100vh;
    left: auto;
    right: 0;
  }
}
.mv {
  position: relative;
  padding-top: 4.5em;
}
.mv .catch {
  position: absolute;
  width: 80%;
  bottom: 28%;
  left: 4%;
}

@media only screen and (min-width: 580px) {
  .mv {
    margin: 0 auto;
    padding-top: 0;
  }
  .mv .catch {
    width: 38%;
    bottom: 32%;
  }
}
.container {
  background-image: linear-gradient(0deg, #fff, #ffb7bc, #fff);
}
.container section.about {
  padding-bottom: 0;
}
.container section.about .inner {
  border-bottom: 1px solid #555;
}
.container section.about .inner .logo {
  width: 40%;
  margin: 0 auto 2em;
}
.container section.about .inner p {
  margin-bottom: 5em;
}
@media only screen and (min-width: 580px) {
  .container section.about .inner .logo {
    width: 200px;
    margin: 0 auto 2em;
  }
}
.container div.nayami {
  padding: 4em 0;
  text-align: left;
}
.container div.nayami .inner {
  border-bottom: 1px solid #555;
}
.container div.nayami .inner .leftItem {
  margin-bottom: 2em;
}
.container div.nayami .inner .leftItem .title {
  margin-bottom: 1em;
  font-size: 1.3em;
}
.container div.nayami .inner .rightItem {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  font-weight: 900;
  margin-bottom: 3em;
}
.container div.nayami .inner .rightItem ul {
  margin: 0 auto;
}
.container div.nayami .inner .rightItem ul li {
  margin-bottom: 1em;
  font-weight: bold;
}
.container div.nayami .inner .rightItem ul li::before {
  content: "■";
  padding-right: 0.5em;
}
@media only screen and (min-width: 580px) {
  .container div.nayami .inner {
    padding: 5.5em 0;
  }
  .container div.nayami .inner .leftItem {
    width: 55%;
  }
  .container div.nayami .inner .rightItem {
    width: 45%;
  }
}
.container section.concept {
  padding-top: 0;
}
.container section.concept .leftItem {
  margin-bottom: 3em;
}
.container section.concept .leftItem .sectionTitleEn {
  color: #fff;
  text-align: left;
}
@media only screen and (min-width: 580px) {
  .container section.concept .leftItem {
    width: 50%;
  }
  .container section.concept .leftItem p {
    text-align: left;
  }
  .container section.concept .rightItem {
    width: 50%;
  }
}
.container section.menu h2 {
  color: #808080;
}
.container section.menu h3 {
  font-size: 2em;
  color: #808080;
}
.container section.menu .campaignImg {
  margin-bottom: 3em;
}
.container section.salon h2 {
  color: #808080;
}
.container section.salon .wrap .salonItem {
  margin-bottom: 3em;
}
.container section.salon .wrap .salonItem img {
  width: 70%;
  margin-bottom: 1em;
}
.container section.salon .wrap .salonItem h3 {
  font-size: 1.5em;
  font-weight: bold;
  margin-bottom: 0.5em;
}
@media only screen and (min-width: 580px) {
  .container section.salon .wrap {
    align-items: flex-start;
  }
  .container section.salon .wrap .salonItem {
    width: 33%;
  }
  .container section.salon .wrap .salonItem h3 {
    margin-bottom: 1em;
    font-size: 1.2em;
  }
}
.container section.message h2 {
  color: #808080;
}
.container section.message .img {
  margin-bottom: 2em;
}
.container section.message .img img {
  width: 70%;
}
.container section.message .txt {
  padding-bottom: 3em;
}
.container section.message .txt p.name {
  margin-top: 2em;
}
.container section.message .profile {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid #fff;
  padding: 1.5em;
  text-align: left;
}
.container section.message .profile h3 {
  margin-bottom: 0.5em;
}
.container section.message .profile p {
  text-align: justify;
}
@media only screen and (min-width: 580px) {
  .container section.message .img {
    width: 45%;
  }
  .container section.message .img img {
    width: 100%;
  }
  .container section.message .txt {
    width: 45%;
  }
  .container section.message .txt p {
    text-align: left;
  }
  .container section.message .txt p.name {
    text-align: right;
  }
}
.container section.faq h2 {
  color: #808080;
}
.container section.faq .accordionWrap .accordionItem {
  border-top: #555 1px solid;
  padding: 1.5em 0;
}
.container section.faq .accordionWrap .accordionItem .toggle {
  display: none;
}
.container section.faq .accordionWrap .accordionItem .Label {
  display: flex;
  align-items: center;
}
.container section.faq .accordionWrap .accordionItem .Label .qIcon {
  font-family: "Noto Serif Display", serif;
  font-style: normal;
  letter-spacing: 1px;
  font-size: 1.8em;
  color: #555;
  line-height: 100%;
}
.container section.faq .accordionWrap .accordionItem .Label .quetion {
  text-align: left;
  padding: 0 0.5em;
  flex: 1;
}
.container section.faq .accordionWrap .accordionItem .Label .maru {
  display: block;
}
.container section.faq .accordionWrap .accordionItem .Label .maru i {
  padding-top: 0.15em;
}
.container section.faq .accordionWrap .accordionItem .Label .Label,
.container section.faq .accordionWrap .accordionItem .content {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: all 0.3s;
}
.container section.faq .accordionWrap .accordionItem .content {
  height: 0;
  padding: 0 0 0 30px;
  overflow: hidden;
}
.container section.faq .accordionWrap .accordionItem .content p {
  padding-top: 0em;
  text-align: left;
}
.container section.faq .accordionWrap .accordionItem .toggle:checked + .Label + .content {
  height: auto;
  padding-top: 20px;
  transition: all 0.3s;
}
.container section.faq .accordionWrap .accordionItem .toggle:checked + .Label i {
  transform: rotate(180deg) !important;
}
.container section.contact h2 {
  color: #808080;
}
.container section.contact p {
  margin-bottom: 3em;
}

div.reason {
  padding: 4em 0;
}
div.reason .sectionTitle {
  margin-bottom: 2em;
  font-size: 1.6em;
}
div.reason .swiper1 {
  position: relative;
  width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  overflow: hidden;
  padding-bottom: 5em;
}
div.reason .swiper1 .swiper-wrapper .swiper-slide {
  width: 70%;
  height: 100%;
}
div.reason .swiper1 .swiper-wrapper .swiper-slide img {
  margin-bottom: 2em;
}
div.reason .swiper1 .swiper-wrapper .swiper-slide .reasonTitle {
  font-size: 1.3em;
  line-height: 170%;
  margin-bottom: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
div.reason .swiper1 .swiper-wrapper .swiper-slide p {
  text-align: left;
}
div.reason .swiper1 .arrowWrap {
  position: relative;
  width: 90px;
  margin: 3em auto 0;
}
div.reason .swiper1 .arrowWrap .swiper-button-prev,
div.reason .swiper1 .arrowWrap .swiper-button-next {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ccc;
  border-radius: 50%;
}
div.reason .swiper1 .arrowWrap .swiper-button-prev i,
div.reason .swiper1 .arrowWrap .swiper-button-next i {
  display: block;
  color: #fff;
}
div.reason .swiper1 .swiper-button-next:after,
div.reason .swiper1 .swiper-button-prev:after {
  display: none;
}
@media only screen and (min-width: 580px) {
  div.reason {
    padding: 5.5em 0;
  }
  div.reason .reasonWrap {
    display: flex;
  }
  div.reason .reasonWrap .sectionTitle {
    background-image: linear-gradient(0deg, #fff, #fccbce, #fff);
    writing-mode: vertical-rl;
    z-index: 3;
    background-color: #ffb7bc;
    display: flex;
    align-items: stretch;
    width: 90px;
  }
  div.reason .reasonWrap .sectionTitle span {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  div.reason .reasonWrap .swiper1 {
    width: 95vw;
    background-image: linear-gradient(0deg, #fff, #fccbce, #fff);
  }
  div.reason .reasonWrap .swiper1 .swiper-wrapper .swiper-slide img {
    width: 80%;
  }
  div.reason .reasonWrap .swiper1 .arrowWrap {
    width: 120px;
  }
  div.reason .reasonWrap .swiper1 .arrowWrap .swiper-button-prev,
  div.reason .reasonWrap .swiper1 .arrowWrap .swiper-button-next {
    width: 43px;
    height: 43px;
  }
  div.reason .reasonWrap .swiper1 .arrowWrap .swiper-button-prev i,
  div.reason .reasonWrap .swiper1 .arrowWrap .swiper-button-next i {
    font-size: 1.3em;
  }
}

div.photoImg {
  padding: 4em 0;
  overflow: hidden;
}
div.photoImg img {
  width: 200%;
}
@media only screen and (min-width: 580px) {
  div.photoImg {
    padding: 5.5em 0;
  }
  div.photoImg img {
    width: 100%;
  }
}

div.access {
  padding: 4em 0;
}
div.access .txt .logo {
  width: 40%;
  margin: 0 auto 3em;
}
div.access .txt .shopinfoWrap table {
  width: 100%;
  margin-bottom: 3em;
}
div.access .txt .shopinfoWrap table tr {
  display: flex;
}
div.access .txt .shopinfoWrap table tr th {
  border-top: 1px solid #808080;
  padding: 1.5em 0;
  width: 35%;
  display: table-cell;
  vertical-align: middle;
}
div.access .txt .shopinfoWrap table tr td {
  border-top: 1px solid #808080;
  padding: 1.5em 0;
  text-align: left;
  flex: 1;
  line-height: 150%;
}
div.access .txt .shopinfoWrap table tr td.snsIcon {
  text-align: center;
}
div.access .txt .shopinfoWrap table tr td.snsIcon a {
  margin-right: 0.5em;
}
div.access .txt .shopinfoWrap table tr td.snsIcon a i {
  font-size: 3em;
  color: #555;
}
div.access .txt .shopinfoWrap table tr td.snsIcon a i:hover {
  transition: 0.5s;
  color: #ffb7bc;
}
div.access .txt .shopinfoWrap .shopImg {
  width: 60%;
  margin: 0 auto 3em;
}
div.access .gmap iframe {
  width: 100%;
  height: 400px;
}
@media only screen and (min-width: 580px) {
  div.access {
    padding: 5.5em 0;
  }
  div.access .inner {
    max-width: 1200px;
  }
  div.access .inner .txt {
    width: 57%;
  }
  div.access .inner .txt .logo {
    margin: 0 0 3em;
    width: 150px;
  }
  div.access .inner .txt .shopinfoWrap {
    display: flex;
    justify-content: space-between;
  }
  div.access .inner .txt .shopinfoWrap table {
    width: 60%;
    margin: 0;
  }
  div.access .inner .txt .shopinfoWrap table tr td.snsIcon {
    text-align: left;
  }
  div.access .inner .txt .shopinfoWrap table tr td.snsIcon a i {
    font-size: 2.5em;
  }
  div.access .inner .txt .shopinfoWrap .shopImg {
    width: 35%;
    margin: 0;
  }
  div.access .inner .gmap {
    width: 40%;
  }
  div.access .inner .gmap iframe {
    height: 500px;
  }
}