.newwrapper1400 {
  max-width: 1400px;
  margin: 0 auto;
}

.ico {
  font-family: "icomoon" !important;
}

section.link-sitetop-wrapper {
  margin: 5rem auto;
  width: 100%;
  max-width: 100%;
}
@media screen and (min-width: 1366px) {
  section.link-sitetop-wrapper {
    max-width: 1400px;
  }
}

.link-exlink::after {
  font-family: "icomoon" !important;
  content: "\e91a";
  color: #D08995;
  margin: 0 0 0 4px;
}

.link-chainlink::after {
  font-family: "icomoon" !important;
  content: "\e90c";
  color: #D08995;
  margin: 0 0 0 4px;
}

.link-button-white {
  background-color: #fff;
  border: 1px solid #604c3f;
  color: #604c3f;
  text-align: center;
  padding: 1.5rem 2.5rem 1.5rem 2rem;
  position: relative;
  border-radius: 1rem;
  width: 70%;
  margin: 3rem auto 5rem;
  box-shadow: 0 2px 4px rgba(96, 76, 63, 0.5);
  transition: 0.3s;
}
@media screen and (min-width: 768px) {
  .link-button-white {
    width: 50%;
  }
}
.link-button-white a {
  text-decoration: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.link-button-white:hover {
  background-color: #ffeeee;
  color: #D08995;
  border: 1px solid #D08995;
}
.link-button-white::after {
  content: "\e908";
  font-size: 2rem;
  font-family: "icomoon" !important;
  position: absolute;
  right: 0.8rem;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.link-button-white.exlink::after {
  content: "\e91a";
  font-size: 1.5rem;
}

.link-arrow-pink {
  position: relative;
  z-index: 1;
  padding: 1rem;
  font-size: 2rem;
  text-align: center;
  display: block;
  margin: 0 auto;
  width: 100%;
  color: #954e5c;
  border-radius: 1rem;
}
@media screen and (min-width: 768px) {
  .link-arrow-pink {
    width: 70%;
  }
}
@media screen and (min-width: 1366px) {
  .link-arrow-pink {
    width: 25%;
  }
}

.link-arrow-pink::before {
  background-image: url("../strage/common-rainbow.png");
  background-size: cover;
  background-repeat: no-repeat;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  transform: scale(0, 1);
  transform-origin: left top;
  opacity: 0.01;
  transition: transform 0.3s;
  z-index: -1;
  border-radius: 1rem;
}

.link-arrow-pink:hover {
  color: #604c3f;
}

.link-arrow-pink:hover::before {
  transform-origin: left bottom;
  opacity: 0.5;
  transform: scale(1, 1);
  transition: transform 0.3s;
}

.link-button-darkpink {
  display: block;
  background-color: #954e5c;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 1rem;
  padding: 3vw 2vw 3vw 3vw;
  font-size: 5.2vw;
  font-family: "Zen Maru Gothic", san-serif;
  font-weight: 700;
  letter-spacing: 0.3vw;
  transition: 0.3s;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .link-button-darkpink {
    font-size: 2vw;
    padding: 1vw 1vw 1vw 2vw;
    margin: 3vw 0;
  }
}
@media screen and (min-width: 1366px) {
  .link-button-darkpink {
    font-size: 1.5vw;
    width: 100%;
    padding: 0.8vw 0.8vw 0.8vw 1vw;
    margin: 1vw 0;
  }
}
.link-button-darkpink:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.link-button-pink {
  display: block;
  background-color: #D08995;
  color: #fff;
  text-align: center;
  width: 100%;
  border-radius: 1rem;
  padding: 3vw 2vw 3vw 3vw;
  font-size: 4vw;
  font-family: "Zen Maru Gothic", san-serif;
  font-weight: 700;
  letter-spacing: 0.3vw;
  transition: 0.3s;
  margin: 1rem auto 0;
}
@media screen and (min-width: 768px) {
  .link-button-pink {
    font-size: 2vw;
    padding: 1vw 1vw 1vw 2vw;
    margin: 3vw 0;
  }
}
@media screen and (min-width: 1366px) {
  .link-button-pink {
    font-size: 1.5vw;
    width: 100%;
    padding: 0.8vw 0.8vw 0.8vw 1vw;
    margin: 1vw 0;
  }
}
.link-button-pink:hover {
  opacity: 0.8;
  transition: 0.3s;
}

.common-baloon {
  color: #fff;
  text-align: center;
  margin: 3rem auto 1rem;
  position: relative;
  width: 70%;
  height: 9rem;
  z-index: 1;
  background-image: url("../strage/common-baloon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .common-baloon {
    height: 12rem;
  }
}
.common-baloon span {
  width: 100%;
  font-size: 2rem;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -40%);
  -webkit-transform: translate(-50%, -40%);
  -ms-transform: translate(-50%, -40%);
}
@media screen and (min-width: 768px) {
  .common-baloon span {
    font-size: 2.5rem;
  }
}

.areaArticle {
  background-color: #fff;
}

section.areaArticle__contents.contents {
  padding: 2rem;
}

@media screen and (min-width: 768px) {
  .contentWrap.areaArticle .area-article-mainslide {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .contentWrap.areaArticle .area-article-mainslide {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .contentWrap.areaArticle .aboutBox {
    width: 100%;
    padding: 2rem;
  }
}
@media screen and (min-width: 1024px) {
  .contentWrap.areaArticle .aboutBox {
    width: 50%;
    padding: 0 0 2rem 2rem;
  }
}
.area-article-map {
  width: 100%;
  margin: 4rem auto;
}

iframe.shopmap {
  width: 100%;
  height: 40rem;
}

/* ===================================
   Accordion / FAQ
=================================== */
.accordion-list {
  max-width: 900px;
  margin: 2rem auto;
}

.accordion-item {
  margin-bottom: clamp(20px, 4vw, 32px);
  border: 1px solid #dfd6c3;
  border-radius: 8px;
  overflow: hidden;
}

.accordion-title {
  background-color: #f6f0e3;
  padding: clamp(16px, 3vw, 20px) clamp(16px, 3vw, 20px) clamp(16px, 3vw, 20px) clamp(50px, 10vw, 60px);
  font-size: clamp(15px, 3.5vw, 18px);
  font-weight: bold;
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.accordion-title:hover {
  background-color: #f0e8d8;
}

.accordion-title::before,
.accordion-title::after {
  content: "";
  position: absolute;
  width: 16px;
  height: 3px;
  background-color: #de8b9b;
  left: 20px;
  top: 50%;
  transition: transform 0.3s ease;
}

.accordion-title::before {
  transform: translateY(-50%);
}

.accordion-title::after {
  transform: translateY(-50%) rotate(90deg);
}

.accordion-title.active::before {
  transform: translateY(-50%) rotate(45deg);
}

.accordion-title.active::after {
  transform: translateY(-50%) rotate(-45deg);
}

.accordion-title p {
  font-size: 1rem;
  font-weight: normal;
}

.accordion-content {
  display: none;
  padding: clamp(20px, 4vw, 32px);
  background: #fff;
  font-size: clamp(14px, 3vw, 16px);
  line-height: 1.8;
}

.accordion-content h4 {
  color: #de8b9b;
  font-size: clamp(16px, 3.5vw, 18px);
  margin: 24px 0 12px;
}

.accordion-content table {
  width: 100%;
  margin: 20px 0;
}

.accordion-content td {
  padding: 12px 8px;
  vertical-align: top;
  font-size: clamp(12px, 2.8vw, 14px);
}

.accordion-content td img {
  margin: 8px 0;
}

ol.spec li {
  list-style: square;
  list-style-position: inside;
  padding: 0.3rem 0;
}

p.spec-note {
  font-size: 80%;
  padding: 1.5rem;
  border: 1px solid #D08995;
  margin: 0.5rem auto;
  border-radius: 1rem;
  max-width: 900px;
}

a.googlelink {
  font-size: 80%;
  display: inline-block;
  background-color: #D08995;
  font-family: "Zen Maru Gothic", san-serif;
  color: #fff;
  padding: 0.5rem;
  font-weight: bold;
  border-radius: 1rem;
}
a.googlelink:hover {
  background-color: #954e5c;
  transition: 0.3s;
}

ul.twoline {
  display: flex;
  flex-flow: column;
}
ul.twoline li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.twoline {
    flex-flow: row;
  }
}
@media screen and (min-width: 1366px) {
  ul.twoline {
    width: 90%;
    margin: 4rem auto;
  }
}
@media screen and (min-width: 768px) {
  ul.twoline .twoline-left {
    width: 60%;
    padding: 0 2rem 0 0;
  }
}
@media screen and (min-width: 768px) {
  ul.twoline .twoline-right {
    width: 40%;
  }
}

.shopvideo {
  width: auto !important;
  height: 40rem !important;
  display: block;
  margin: 1rem auto;
}

ul.staff {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
}
@media screen and (min-width: 768px) {
  ul.staff {
    flex-flow: row wrap;
  }
}
ul.staff .staff-name {
  text-align: center;
  font-weight: bold;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  ul.staff .staff-name {
    width: auto;
  }
}
ul.staff .staff-comment {
  background-color: #f6f0e3;
  border: 1px solid #f6f0e3;
  border-radius: 1rem;
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  ul.staff .staff-comment {
    width: 100%;
  }
}
ul.staff .staff-comment p {
  font-size: 80%;
  color: #604c3f;
  border-top: 1px dotted #954e5c;
  padding: 1rem 1rem 0 1rem;
  margin: 1rem 0 0 0;
  color: #954e5c;
}
ul.staff .staff-photo {
  width: 40%;
  order: -1;
  margin: 1rem auto;
}
@media screen and (min-width: 768px) {
  ul.staff .staff-photo {
    width: 20%;
  }
}
ul.staff .staff-photo img {
  border-radius: 1rem;
}

ul.shopservice {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
}
ul.shopservice li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.shopservice {
    flex-flow: row;
  }
}
@media screen and (min-width: 1366px) {
  ul.shopservice {
    width: 90%;
    margin: 2rem auto;
  }
}
@media screen and (min-width: 768px) {
  ul.shopservice li:not(.shopservice-photo) {
    padding: 2rem 0 2rem 2rem;
  }
}
@media screen and (min-width: 1366px) {
  ul.shopservice li:not(.shopservice-photo) {
    width: 50%;
  }
}
ul.shopservice .shopservice-photo {
  width: 100%;
  height: 20rem;
  border-radius: 1rem;
  margin: 2rem 0 !important;
}
@media screen and (min-width: 1366px) {
  ul.shopservice .shopservice-photo {
    width: 50%;
    height: 30rem;
  }
}
ul.shopservice .shopservice-photo img {
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
  object-position: center;
  width: 100%;
  height: 100%;
  border-radius: 1rem;
}

@media screen and (min-width: 1366px) {
  .wide70 {
    width: 80%;
    margin: 4rem auto;
  }
}
@media screen and (min-width: 1366px) {
  .wide70 h4 {
    margin: 4rem auto 2rem;
  }
}

ul.shopservice-small {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 2rem;
  background-color: #fff;
  padding: 2rem;
  font-size: 90%;
}
ul.shopservice-small li {
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.shopservice-small {
    flex-flow: row;
    width: 90%;
  }
}
@media screen and (min-width: 768px) {
  ul.shopservice-small li:nth-child(1) {
    width: 30%;
  }
}
@media screen and (min-width: 768px) {
  ul.shopservice-small li:nth-child(2) {
    width: 70%;
    padding: 0 2rem;
  }
}

ul.tenpo-message {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 2rem auto 2rem;
  background-color: #fff;
}
ul.tenpo-message li {
  padding: 2rem;
}
@media screen and (min-width: 768px) {
  ul.tenpo-message {
    flex-flow: row;
    width: 90%;
  }
}

.tenpo-message-right {
  width: 90%;
}

.tenpo-service-hosoku {
  font-family: san-serif;
  font-size: 12px;
  letter-spacing: normal;
}/*# sourceMappingURL=shop.css.map */