@charset "UTF-8";
/*////////////////////////////////////////////////
 INITIALIZE
////////////////////////////////////////////////*/
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;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

body {
  line-height: 1;
}

button {
  outline: 0;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

q {
  display: inline;
  font-style: italic;
}

q:before {
  content: '"';
  font-style: normal;
}

q:after {
  content: '"';
  font-style: normal;
}

textarea, input[type=text], input[type=button], input[type=submit], input[type=reset], input[type=search], input[type=password] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  border-radius: 0;
}

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

th, td {
  padding: 2px;
}

big {
  font-size: 120%;
}

small, sup, sub {
  font-size: 80%;
}

sup {
  vertical-align: super;
}

sub {
  vertical-align: sub;
}

dd {
  margin-left: 20px;
}

kbd, tt {
  font-family: courier;
  font-size: 12px;
}

ins {
  text-decoration: underline;
}

del, strike, s {
  text-decoration: line-through;
}

dt {
  font-weight: bold;
}

address, cite, var {
  font-style: italic;
}

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

* {
  box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}

/*////////////////////////////////////////////////
 VARS
////////////////////////////////////////////////*/
/* MEDIA QUERY */
/* COLOR */
/* FONT */
/*////////////////////////////////////////////////
 COMMON
////////////////////////////////////////////////*/
html {
  font-size: 18px;
  -webkit-text-size-adjust: 100%;
}
@media screen and (max-width: 768px) {
  html {
    font-size: 10px;
  }
}

body {
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-size: 1rem;
}

#wrap {
  overflow: hidden;
}

#site-main {
  position: relative;
}

a:hover {
  text-decoration: none;
  opacity: 0.8;
  transition: all 0.3s;
}

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

/* CONTAINER */
.container {
  max-width: 1200px;
  margin: 0 auto;
}
.container.container-l {
  max-width: 1550px;
}
.container.container-s {
  max-width: 1000px;
}
@media screen and (max-width: 1120px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 565px) {
  .container {
    padding: 0 5%;
  }
}

.more-wrap {
  text-align: center;
}
.more-wrap .more {
  display: inline-block;
  background: #ff64a0;
  border-radius: 100px;
  padding: 0.8em 3.8em;
  text-decoration: none;
  position: relative;
  box-shadow: 4px 5px 0 0 #d88de6;
  transition: all 0.3s;
}
.more-wrap .more:hover {
  box-shadow: 4px 2px 0 0 #d88de6;
  transform: translate(0, 3px);
  transition: all 0.3s;
}
.more-wrap .more::after {
  font-family: "M PLUS Rounded 1c", sans-serif;
  content: "›";
  position: absolute;
  top: 47%;
  right: 1.3em;
  transform: translate(0, -50%);
  font-size: 1rem;
  color: #fff;
  font-weight: 700;
}
@media screen and (max-width: 768px) {
  .more-wrap .more::after {
    font-size: 1.2rem;
  }
}
.more-wrap .more > img {
  display: block;
  width: auto;
  height: 13px;
}
@media screen and (max-width: 768px) {
  .more-wrap .more > img {
    height: 1.3em;
  }
}

/*////////////////////////////////////////////////
 SITE HEADER
////////////////////////////////////////////////*/
#site-header {
  position: relative;
}
#site-header::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 84px;
  background: url(../img/roof-tile.png) repeat-x center top/auto 100%;
  z-index: 2;
}
@media screen and (max-width: 768px) {
  #site-header::before {
    height: 44px;
  }
}

.slider-wrap {
  position: relative;
  padding-bottom: 50px;
  background-size: auto auto;
  background-color: white;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #f5ee86 10px, #f5ee86 20px);
}
@media screen and (max-width: 768px) {
  .slider-wrap {
    display: none;
  }
}
.slider-wrap.sp {
  display: none;
  padding-left: 5%;
  padding-right: 5%;
}
@media screen and (max-width: 768px) {
  .slider-wrap.sp {
    display: block;
  }
}
.slider-wrap.green {
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #a7e5ea 10px, #a7e5ea 20px);
}

/* SLIDER */
.swiper {
  position: relative;
  width: 100%;
  max-width: 1300px;
}
.swiper img {
  display: block;
  width: 100%;
}
.swiper .swiper-slide > h1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide > h1 > img {
  position: absolute;
  display: block;
  width: 45%;
  height: auto;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .swiper .swiper-slide > h1 > img {
    top: 62%;
  }
}
.swiper .swiper-slide > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.swiper .swiper-slide > div > img {
  position: absolute;
  display: block;
  width: 45%;
  height: auto;
  top: 57%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 768px) {
  .swiper .swiper-slide > div > img {
    top: 62%;
  }
}

/* GLOBAL MENU */
#global-menu {
  margin: 40px 0;
}
@media screen and (max-width: 768px) {
  #global-menu {
    display: flex;
    position: fixed;
    top: 0;
    right: -101%;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 9000;
    margin: 0;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: all 0.3s;
  }
}
@media screen and (max-width: 768px) {
  #global-menu.active {
    right: 0;
    opacity: 1;
    transition: all 0.3s;
  }
}
#global-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #global-menu ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  #global-menu ul > li {
    margin-bottom: 5vh;
  }
}
#global-menu ul > li:not(.instagram-link) {
  margin-right: 3.3%;
}
@media screen and (max-width: 1120px) {
  #global-menu ul > li:not(.instagram-link) {
    margin-right: 1.6%;
  }
}
#global-menu ul > li:not(.instagram-link) > a {
  display: flex;
  border: 3px solid #ff64a0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 0.6em 1em;
  box-shadow: 3px 6px 0 0 #ff64a0;
  transition: all 0.3s;
}
@media screen and (max-width: 1120px) {
  #global-menu ul > li:not(.instagram-link) > a {
    padding: 0.4em 0.6em;
  }
}
@media screen and (max-width: 768px) {
  #global-menu ul > li:not(.instagram-link) > a {
    height: 25px;
    box-shadow: none;
    border: none;
  }
}
#global-menu ul > li:not(.instagram-link) > a:hover {
  box-shadow: 3px 2px 0 0 #ff64a0;
  transform: translate(0, 4px);
  transition: all 0.3s;
}
#global-menu ul > li:not(.instagram-link) > a > img {
  height: 15px;
}
#global-menu ul > li.instagram-link > a {
  background: #ff64a0;
  border-radius: 300px;
  display: flex;
  width: 80px;
  height: 80px;
  justify-content: center;
  align-items: center;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 1120px) {
  #global-menu ul > li.instagram-link > a {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 768px) {
  #global-menu ul > li.instagram-link > a {
    width: 35px;
    height: 35px;
  }
}
#global-menu ul > li.instagram-link > a > img {
  width: 50%;
}

#menu-toggle {
  display: none;
  position: fixed;
  top: 0;
  right: 15px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  text-align: center;
  font-size: 10px;
  color: #fff;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  #menu-toggle {
    display: block;
  }
}
#menu-toggle > span {
  display: block;
  width: 20px;
  height: 0;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 10px;
  transform-origin: left center;
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.5);
}
#menu-toggle > span:nth-of-type(1) {
  top: 8px;
}
#menu-toggle > span:nth-of-type(2) {
  top: 15px;
}
#menu-toggle > span:nth-of-type(3) {
  top: 22px;
}
#menu-toggle.active {
  color: #000;
}
#menu-toggle.active > span {
  left: 12px;
  border-bottom-color: #000;
}
#menu-toggle.active > span:nth-of-type(1) {
  transform: rotateZ(45deg);
}
#menu-toggle.active > span:nth-of-type(2) {
  display: none;
}
#menu-toggle.active > span:nth-of-type(3) {
  transform: rotateZ(-45deg);
}
#menu-toggle > div {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
}

/*////////////////////////////////////////////////
 SITE FOOTER
////////////////////////////////////////////////*/
#site-footer {
  position: relative;
  background: #f6fcff;
  height: auto;
  margin-top: 20vh;
}
@media screen and (max-width: 768px) {
  #site-footer > .container {
    transform: translate(0, -5vh);
    z-index: 100;
    position: relative;
  }
}

#site-footer::after {
  content: "";
  border-top-left-radius: 50% 100%;
  border-top-right-radius: 50% 100%;
  position: absolute;
  bottom: 100%;
  width: 100%;
  background: #f6fcff;
  height: 15vh;
}
@media screen and (max-width: 768px) {
  #site-footer::after {
    height: 8em;
  }
}

.footer-logo {
  display: block;
  width: 354px;
  max-width: 52%;
  margin: -130px auto 60px;
}

#footer-menu > ul {
  text-align: center;
}
#footer-menu > ul > li {
  display: inline-block;
  margin-right: 1.4%;
  margin-bottom: 1.4%;
}
@media screen and (max-width: 768px) {
  #footer-menu > ul > li {
    width: 48%;
    text-align: left;
  }
}
#footer-menu > ul > li:nth-last-of-type(1) {
  margin-right: 0;
}
#footer-menu > ul > li.star::before {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  margin-right: 0.14em;
  background: url(../img/star.png) no-repeat center/contain;
  vertical-align: -0.3em;
}
@media screen and (max-width: 768px) {
  #footer-menu > ul > li.star::before {
    vertical-align: -0.14em;
    margin-right: 0.4em;
  }
}
#footer-menu > ul > li > a {
  text-decoration: none;
  color: #000;
  font-size: 0.95rem;
  font-weight: 500;
  line-height: 1.7;
}
@media screen and (max-width: 768px) {
  #footer-menu > ul > li > a {
    font-size: 1.35rem;
  }
}
#footer-menu > ul > li.spol {
  display: none;
}
@media screen and (max-width: 768px) {
  #footer-menu > ul > li.spol {
    display: inline-block;
  }
}
#footer-menu > ul > li.contact-link a {
  display: block;
  border: 3px solid #ff64a0;
  color: #ff64a0;
  border-radius: 50px;
  padding: 0 0.8em;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #footer-menu > ul > li.contact-link a {
    display: none;
  }
}
#footer-menu > ul > li.instagram-link a {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  background: #ff64a0 url(../img/menu/instagram.png) no-repeat center/50%;
  border-radius: 100px;
  vertical-align: -1em;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 768px) {
  #footer-menu > ul > li.instagram-link a {
    display: none;
  }
}
#footer-menu > ul > li.twitter-link a {
  display: inline-block;
  width: 2.8em;
  height: 2.8em;
  background: #1da1f2 url(../img/menu/twitter.png) no-repeat center/50%;
  border-radius: 100px;
  vertical-align: -1em;
  box-shadow: 2px 2px 6px 0 rgba(0, 0, 0, 0.14);
}
@media screen and (max-width: 768px) {
  #footer-menu > ul > li.twitter-link a {
    display: none;
  }
}

#copyright {
  background: #ff64a0;
  color: #fff;
  text-align: center;
}
#copyright > .container {
  font-size: 0.94rem;
  line-height: 1.6;
  padding: 1em 0;
}
@media screen and (max-width: 768px) {
  #copyright > .container {
    font-size: 1.2rem;
  }
}

/*////////////////////////////////////////////////
 TOP PAGE
////////////////////////////////////////////////*/
.hl-img > img {
  display: block;
  width: auto;
  height: 30px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .hl-img > img {
    height: 2rem;
  }
}

/* NEWS & TOPICS */
.news-topics {
  padding: 40px 0 100px;
}
.news-topics .container-l {
  background: url(../img/bg/news-topics.png) no-repeat center 20px/100% auto;
}
@media screen and (max-width: 768px) {
  .news-topics .container-l {
    background-size: 170% auto;
  }
}
.news-topics .hl-img {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .news-topics .hl-img {
    margin-bottom: 10%;
  }
}
.news-topics .more-wrap {
  margin: 80px 0 0;
}
@media screen and (max-width: 768px) {
  .news-topics .more-wrap {
    margin-top: 10%;
  }
}

.news-wrap {
  width: 560px;
  margin: 0 auto;
  max-width: 100%;
  min-height: 300px;
}
.news-wrap iframe {
  min-width: 100% !important;
}

/* CONCEPT */
.concept {
  position: relative;
  background: url(../img/bg/concept2.png) no-repeat center top/100% auto;
  height: 0;
  padding-bottom: 67.5%;
  z-index: 1;
}
@media screen and (max-width: 1500px) {
  .concept {
    background-size: auto 100%;
    height: auto;
    padding: 13% 0 19%;
  }
}
@media screen and (max-width: 768px) {
  .concept {
    padding-bottom: 190%;
    padding: 19% 0 30%;
  }
}
.concept .hl-img {
  margin-bottom: 66px;
}
@media screen and (max-width: 768px) {
  .concept .hl-img {
    margin-bottom: 7%;
  }
}
.concept .more-wrap {
  margin-top: 50px;
}
@media screen and (max-width: 768px) {
  .concept .more-wrap {
    margin-top: 6%;
  }
}
.concept .more-wrap > img {
  height: 16px;
}
.concept .container {
  align-items: center;
  position: absolute;
  top: 42%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}
@media screen and (max-width: 1500px) {
  .concept .container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .concept .container {
    position: relative;
    top: 0;
    left: 0;
    transform: none;
  }
}

.concept-wrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  background: #d88de6;
  transform: rotateZ(3.4deg);
}

.concept-inner {
  position: relative;
  z-index: 1;
  background: #fff;
  transform: rotateZ(-3.4deg);
  padding: 6.7% 9.1% 5.5%;
}
.concept-inner > p {
  font-size: 1.37rem;
  font-weight: 500;
  line-height: 1.84;
  letter-spacing: 0.04em;
}

/* BRANDS */
.brands {
  position: relative;
  background: #f6fcff;
  margin-top: -30%;
  padding: calc(30% + 36px) 0 130px;
}
@media screen and (max-width: 768px) {
  .brands {
    padding: 40% 0 10%;
  }
}

.brand-wrap {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  width: 1000px;
  margin: 95px auto 0;
  max-width: 100%;

}
@media screen and (max-width: 768px) {
  .brand-wrap {
    display: block;
    margin-top: 6%;
  }
}
.brand-wrap > img {
  display: block;
  flex: 0 0 50%;
  max-width: 50%;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .brand-wrap > img {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
  }
}

/* INSTAGRAM */
.instagram {
  position: relative;
  padding: 186px 0 80px;
  background-color: #ffedf4;
  background-image: radial-gradient(#fff 20%, transparent 20%), radial-gradient(#fff 20%, transparent 20%);
  background-size: 40px 40px;
  background-position: 0 0, 20px 20px;
}
@media screen and (max-width: 768px) {
  .instagram {
    padding: 22% 0 10%;
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
  }
}
.instagram .hl-img {
  position: relative;
}
.instagram .hl-img::after {
  content: "";
  position: absolute;
  top: -160px;
  left: 43.1%;
  transform: translate(-50%, -50%);
  display: block;
  width: 206px;
  height: 180px;
  background: url(../img/balloon.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .instagram .hl-img::after {
    width: 100%;
    height: 0;
    top: -18vw;
    background-position: 34% 0;
    padding-bottom: 17%;
  }
}
.instagram .hl-img::before {
  content: "";
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 70px;
  height: 70px;
  background: #ff64a0 url(../img/menu/instagram.png) no-repeat center/50%;
  border-radius: 100px;
}
@media screen and (max-width: 768px) {
  .instagram .hl-img::before {
    width: 40px;
    height: 40px;
    top: -3em;
  }
}

.instagram-wrap {
  width: 1000px;
  min-height: 300px;
  margin: 62px auto 60px;
  max-width: 100%;
}
@media screen and (max-width: 768px) {
  .instagram-wrap {
    margin: 6% 0 6%;
  }
}

/* SHOP INFO */
.shop-info {
  padding: 150px 0 200px;
}
@media screen and (max-width: 768px) {
  .shop-info {
    padding: 9em 0 3em;
  }
}
.shop-info.inpage {
  padding: 120px 0 0;
}
@media screen and (max-width: 768px) {
  .shop-info.inpage {
    padding: 70px 0 0;
    margin-bottom: 50px;
  }
}
.shop-info .hl-img {
  position: relative;
}
.shop-info .hl-img::before {
  content: "";
  position: absolute;
  top: -80px;
  left: 50%;
  transform: translate(-50%, 0);
  display: block;
  width: 65px;
  height: 65px;
  background: url(../img/shop.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .shop-info .hl-img::before {
    top: -4.2em;
    width: 3.7em;
    height: 3.7em;
  }
}
.shop-info .hl-img.recruit-hl::before {
  background: url(../img/recruit.png) no-repeat center/contain;
}
.shop-info .hl-img.company-hl::before {
  width: 135px;
  top: -85px;
  background: url(../img/company.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .shop-info .hl-img.company-hl::before {
    top: -4.2em;
  }
}
.shop-info .hl-img.contact-hl::before {
  width: 95px;
  height: 95px;
  top: -105px;
  background: url(../img/contact.png) no-repeat center/contain;
}
@media screen and (max-width: 768px) {
  .shop-info .hl-img.contact-hl::before {
    top: -5.6em;
    width: 5em;
    height: 5em;
  }
}

.shop-list {
  display: flex;
  justify-content: center;
  margin: 55px 0 70px;
}
@media screen and (max-width: 768px) {
  .shop-list {
    margin: 8% 0 33%;
    justify-content: space-between;
  }
}
.shop-list > ul {
  margin-left: 12%;
}
@media screen and (max-width: 768px) {
  .shop-list > ul {
    margin-left: 0;
    flex: 0 0 48%;
  }
}
.shop-list > ul > li {
  position: relative;
  padding: 0.4em 0 0.4em 1.4em;
  color: #ff64a0;
  line-height: 1.6;
  font-weight: 700;
}
.shop-list > ul > li > a {
  font-size: 0.94rem;
  color: #ff64a0;
}
@media screen and (max-width: 768px) {
  .shop-list > ul > li > a {
    /*font-size: 1.4rem;*/
    font-size: 1.2rem;
  }
}
.shop-list > ul > li.green-link {
  color: #00693e;
}
.shop-list > ul > li.green-link > a {
  color: #00693e;
}
.shop-list > ul > li::before {
  content: "■";
  position: absolute;
  display: block;
  top: 0.43em;
  left: 0;
}
@media screen and (max-width: 768px) {
  .shop-list > ul > li::before {
    top: 0.73em;
  }
}
.shop-list > ul:nth-of-type(2n - 1) {
  margin-left: 5%;
}
@media screen and (max-width: 768px) {
  .shop-list > ul:nth-of-type(2n - 1) {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .shop-info.inpage .shop-list {
    margin-bottom: 0;
  }
}

/*////////////////////////////////////////////////
 下層ページ共通
////////////////////////////////////////////////*/
body:not(.home) #site-header {
  padding: 140px 0 0;
}
@media screen and (max-width: 768px) {
  body:not(.home) #site-header {
    padding: 50px 0 0;
  }
}
body:not(.home) #global-menu {
  margin-top: 0;
}
body:not(.home) #site-footer {
  margin-top: 50vh;
}
body:not(.home) .page-desc {
  text-align: center;
  color: #ff64a0;
  line-height: 1.6;
  font-size: 0.94rem;
  font-weight: 500;
  margin-top: 1.7em;
}
@media screen and (max-width: 768px) {
  body:not(.home) .page-desc {
    font-size: 1.4rem;
  }
}

/*////////////////////////////////////////////////
 PAGE - SHOP INFO
////////////////////////////////////////////////*/
.shop-single {
  margin-bottom: 3rem;
}
.shop-single .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .shop-single .container {
    display: block;
  }
}
.shop-single .container h2 {
  flex: 0 0 100%;
  font-weight: 700;
  border-bottom: 4px solid #ff64a0;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 0.1em 0;
}
@media screen and (max-width: 768px) {
  .shop-single .container h2 {
    font-size: 2rem;
    border: none;
    margin-bottom: 0.6em;
  }
}
.shop-single .container .shop-left {
  flex: 0 0 40%;
  max-width: 40%;
}
@media screen and (max-width: 768px) {
  .shop-single .container .shop-left {
    max-width: 100%;
  }
}
.shop-single .container .shop-right {
  flex: 0 0 54%;
  max-width: 54%;
}
@media screen and (max-width: 768px) {
  .shop-single .container .shop-right {
    display: none;
    max-width: 100%;
  }
}
.shop-single .container .shop-right.active {
  display: block;
}
.shop-single .container .shop-img {
  display: block;
  width: 100%;
}
.shop-single .container .shop-access {
  margin: 1em 0;
  font-size: 0.96rem;
  font-weight: 700;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .shop-single .container .shop-access {
    font-size: 1.5rem;
    line-height: 1.6;
  }
}
.shop-single .container .shop-desc {
  background: #ffedf4;
  padding: 4.6% 5.6%;
  font-size: 0.94rem;
  font-weight: 500;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .shop-single .container .shop-desc {
    display: none;
    margin: 2rem 0 1rem;
    font-size: 1.4rem;
    line-height: 1.7;
  }
}
.shop-single .container .shop-desc.active {
  display: block;
}
.shop-single .container .toggle-button {
  position: relative;
  display: block;
  width: 100%;
  border: 2px solid #000;
  text-align: center;
  font-family: "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 2rem;
  background: #fff;
  padding: 0.5em 0.2em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #000;
}
.shop-single .container .toggle-button::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 2px;
  display: block;
  width: calc(100% + 2px);
  height: 100%;
  background: #000;
  z-index: -1;
}
.shop-single .container .toggle-button::after {
  content: "▲";
  display: inline-block;
  transform: rotateZ(180deg);
  margin-left: 0.4em;
  font-size: 0.9em;
}
.shop-single .container .toggle-button.active::after {
  transform: rotateZ(0);
}

/* グーグルマップ・レスポンシブレイアウト */
.gmap-wrap {
  position: relative;
  height: 100%;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  .gmap-wrap {
    height: 0;
    padding-top: 70%;
  }
}

.gmap-wrap iframe,
.gmap-wrap object,
.gmap-wrap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*.acf-map div*/
.marker {
  height: 100%;
  width: 100%;
  }

div.shop_map{
  margin: 0;
  padding: 0;
  width: 430px;
  float: left;
  position: relative;
  overflow: hidden;
  }

.acf-map {
    height: 790px !important;
  }

@media screen and (max-width: 768px) {
  .acf-map {
      height: auto !important;
    }
}

/*////////////////////////////////////////////////
 PAGE - RECRUIT
////////////////////////////////////////////////*/
.recruit-single {
  margin-bottom: 3rem;
}
.recruit-single h2 {
  flex: 0 0 100%;
  font-weight: 700;
  border-bottom: 4px solid #ff64a0;
  line-height: 1.6;
  margin-bottom: 1em;
  padding: 0.1em 0;
}
@media screen and (max-width: 768px) {
  .recruit-single h2 {
    font-size: 1.7rem;
    margin-bottom: 0.6em;
  }
}
.recruit-single p {
  font-size: 0.96rem;
  line-height: 1.5;
  font-weight: 500;
  color: #737171;
}
@media screen and (max-width: 768px) {
  .recruit-single p {
    font-size: 1.7rem;
  }
}

/*////////////////////////////////////////////////
 PAGE - COMPANY
////////////////////////////////////////////////*/
.company-h2 {
  text-align: center;
  border-bottom: 3px solid #ff64a0;
  line-height: 1.6;
  font-weight: 500;
  letter-spacing: 0.06em;
  font-size: 1.66rem;
  padding-bottom: 1.1em;
  margin: 3.8em 0 2.2em;
}

.company-table {
  table-layout: fixed;
  width: 880px;
  max-width: 100%;
  margin: 0 auto;
}
.company-table tr {
  border-bottom: 3px dotted #ff64a0;
}
.company-table th, .company-table td {
  font-weight: 500;
  padding: 2.15em 0;
}
.company-table th {
  width: 37%;
  font-size: 1.4rem;
  text-align: left;
}
@media screen and (max-width: 768px) {
  .company-table th {
    display: block;
    width: 100%;
    padding: 1em 0;
    font-size: 1.7rem;
  }
}
.company-table td {
  width: auto;
  line-height: 1.6;
  padding-top: 2.9em;
}
@media screen and (max-width: 768px) {
  .company-table td {
    display: block;
    width: 100%;
    padding: 0 0 1em;
    font-size: 1.5rem;
  }
}

.company-p {
  width: 880px;
  max-width: 100%;
  margin: 90px auto 0;
  padding-bottom: 50px;
  line-height: 2;
  font-weight: 500;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .company-p {
    font-size: 1.5rem;
    padding-bottom: 0;
    margin-top: 30px;
  }
}

/*////////////////////////////////////////////////
 PAGE - CONTACT
////////////////////////////////////////////////*/
#contact-form table {
  table-layout: fixed;
  width: 100%;
  border-top: 3px solid #ff64a0;
  border-bottom: 3px solid #ff64a0;
  margin: 70px 0 0;
  line-height: 2.2;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #contact-form table {
    border: none;
  }
}
#contact-form table th, #contact-form table td {
  padding: 3.3em 0;
}
@media screen and (max-width: 768px) {
  #contact-form table th, #contact-form table td {
    padding: 1.5em 0;
  }
}
#contact-form table th {
  position: relative;
  width: 26%;
  text-align: left;
  vertical-align: top;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  #contact-form table th {
    width: 5.5em;
  }
}
#contact-form table td {
  width: 74%;
}
@media screen and (max-width: 768px) {
  #contact-form table td {
    width: auto;
    padding: 2.0em 0 1.5em;
  }
}
#contact-form table .required {
  background: #ff64a0;
  color: #fff;
  display: inline-block;
  padding: 0 0.9em;
  margin-right: 19%;
}
#contact-form table .required.none {
  visibility: hidden;
}
@media screen and (max-width: 768px) {
  #contact-form table .required {
    position: absolute;
    display: block;
    margin-right: 0;
    width: 3.8em;
    text-align: center;
    top: 0;
    font-size: 15px;
    padding: 0;
  }
}
#contact-form table select {
  max-width: 100%;
  border-radius: 0;
  border: 1px solid #ccc;
  background: #fff;
  padding: 0.4em 0.2em;
  font-size: 18px;
  box-shadow: none;
  outline: none;
  color: #000;
}
#contact-form table input[type=text],
#contact-form table input[type=tel],
#contact-form table input[type=email],
#contact-form table textarea {
  font-family: "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  font-size: 18px;
  padding: 0.4em;
  border: 1px solid #ccc;
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#contact-form table textarea {
  height: 15rem;
}
#contact-form .confirm {
  text-align: center;
}
#contact-form .confirm label {
  display: block;
  /*margin: 50px 0;*/
  margin: 50px 0 50px -4em;
}
#contact-form .confirm label input {
  vertical-align: 0.1em;
}
#contact-form .confirm button[type=submit],
#contact-form .confirm input[type=submit] {
  background: #ff64a0;
  border-radius: 100px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  box-shadow: 2px 5px 0 0 #d88de6;
  padding: 1.1em 4em;
}
#contact-form .confirm input[type=submit] {
  color: #fff;
  font-size: 20px;
  }
#contact-form .confirm button[type=submit] img {
  height: 15px;
  }

.wpcf7-response-output {
  text-align: center;
  }

@media screen and (max-width: 768px) {
  #contact-form .confirm label {
    font-size: 1.6rem;
  }
  #contact-form .confirm label {
    display: block;
    margin: 20px 0;
    }
  #contact-form .confirm input[type="submit"] {
    color: #fff;
    font-size: 20px;
    display: block;
    margin: 0 auto;
    }
}



/*# sourceMappingURL=style.css.map */

/* ------------------------------------------------
privacy
-----------------------------------------------  */
.privacy-contents {
  }
.privacy-contents h2{
  }
.privacy-contents h3{
  padding: 0 0 12px;
  border-bottom: 3px dotted #ff64a0;
  }
.privacy-contents p{
  padding: 1em 0 2.5em;
  line-height: 1.6em;
  font-size: 0.9rem;
  }
.privacy-contents ol{
  margin: -1.5em 0 2.5em 2.0em;
  list-style-type: decimal;
  line-height: 1.6em;
  font-size: 0.9rem;
  }
.privacy-contents ul{
  margin: -1.5em 0 2.5em 2.0em;
  list-style-type: disc;
  line-height: 1.6em;
  font-size: 0.9rem;
  }
.privacy-contents ul li ul{
  margin: 0.5em 0 0.5em 2.0em;
  }

.grecaptcha-badge { visibility: hidden; }


@media screen and (min-width:769px) {.none_pc, .sp {display: none !important;}}
@media screen and (max-width:768px) {.none_sp, .pc {display: none !important;}}