@charset "UTF-8";
.insta-link {
  color: #000000;
  font-weight: bold;
  text-align: center;
  display: block;
  margin-top: 10px; }
  .insta-link img {
    width: 40px; }

.bg {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .bg video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center; }
  .bg img {
    width: 100%;
    height: 100%;
    object-fit: cover; }
  .bg::before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    transition: .5s; }

.bg-fixed::before {
  background: rgba(0, 0, 0, 0.6);
  transition: 1s; }

.wrapper {
  background: rgba(240,162,201, 0.9);
  border-radius: 10px;
  margin: 20px 0 20px;
  padding: 40px 20px;
  color: #fff; }
  .wrapper .sc-tt .ja, .wrapper .sc-tt .small {
    color: #fff; }

.top_section {
  width: 100%;
  height: 100%; }
  .top_section .container {
    z-index: 3;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%; }
    .top_section .container img {
      width: 300px;
      height: auto; }
  .top_section .top-video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
    right: 0;
    position: -webkit-sticky;
    position: sticky;
    top: 0; }
  @media (max-width: 767px) {
    .top_section {
      display: block; } }

.nav_section .nav-row {
  display: grid;
  grid-template-columns: auto;
  grid-gap: 10px; }
  .nav_section .nav-row a {
    display: block;
    background: #fff;
    border-radius: 5px;
    color: #eb318e;
    padding: 10px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center; }
    .nav_section .nav-row a img {
      height: 25px;
      width: auto;
      display: block;
      margin: 5px auto 0; }

.staff_section .staff_item img {
  margin-bottom: 10px;
  border-radius: 5px; }
.staff_section .staff_item h3 {
  color: #fff; }
.staff_section .staff_item p {
  font-size: 0.9rem; }

.event_section .event-item {
  margin-bottom: 20px; }
  .event_section .event-item img {
    margin-bottom: 8px; }
  .event_section .event-item h3 {
    color: #fff; }
  .event_section .event-item .event-period {
    display: inline-block;
    color: #fff;
    background: #CF0F47;
    padding: 2px 8px;
    border-radius: 5px;
    margin-bottom: 2px;
    font-size: 0.9rem; }
.event_section .event-item:last-of-type {
  margin-bottom: 0; }

.menu_section h3 {
  font-size: 1.6rem;
  color: #eb318e;
  font-family: 'Lato','Kiwi Maru',sans-serif; }
.menu_section dl {
  display: grid;
  grid-template-columns: 1fr 1fr; }
.menu_section dt, .menu_section dd {
  display: inline-block;
  margin-bottom: 8px; }
.menu_section dd {
  text-align: right; }

.accordion-title {
  cursor: pointer; }

.accordion-content {
  display: none; }

/* 矢印 */
.accordion-title {
  position: relative; }

.accordion-title::after {
  border-right: solid 2px #fff;
  border-top: solid 2px #fff;
  content: "";
  display: block;
  height: 8px;
  position: absolute;
  right: 0;
  top: 38%;
  transform: rotate(135deg);
  transition: transform .3s ease-in-out, top .3s ease-in-out;
  width: 8px; }

.accordion-title.open::after {
  top: 45%;
  transform: rotate(-45deg); }

.column_section {
  background: #f0a2c9; }

.link_section {
  background: #f0a2c9; }
  .link_section h4 {
    position: relative;
    padding: 0 65px;
    text-align: center;
    margin-bottom: 20px; }
  .link_section h4:before {
    position: absolute;
    top: calc(50% - 1px);
    left: 0;
    width: 100%;
    height: 2px;
    content: '';
    background: #fff; }
  .link_section h4 span {
    position: relative;
    padding: 0 1em;
    background: #f0a2c9;
    font-size: 1.8rem;
    font-weight: bold;
    font-family: 'Lato','Kiwi Maru',sans-serif;
    color: #fff;
    line-height: 1.4; }

.recruit_section th {
  color: #eb318e;
  width: 20%; }

.shop_section {
  background: #f0a2c9; }
  .shop_section th {
    color: #eb318e;
    width: 20%; }

.page-section .shop_section {
  background: #fff; }

.shop-list .item-row {
  display: flex;
  margin-bottom: 20px; }
.shop-list .shop-thumb {
  margin-right: 20px;
  display: inline-block;
  width: 50%; }
  .shop-list .shop-thumb img {
    height: auto;
    width: 100%;
    object-fit: cover; }
.shop-list .shop-desc {
  width: 50%; }
@media (max-width: 767px) {
  .shop-list .item-row {
    display: block; }
  .shop-list .shop-thumb {
    margin-right: 0;
    margin-bottom: 10px;
    width: 100%; }
    .shop-list .shop-thumb img {
      height: auto;
      width: 100%; }
  .shop-list .shop-desc {
    width: 100%; } }

.company-awords ul {
  padding-left: 20px;
  margin-top: 5px; }

.about_q {
  list-style: none; }

.about_q .qa_wrap {
  border-bottom: solid 1px #E8E8E8; }

.about_q .qa_wrap .q_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border: none;
  background: #fff;
  outline: 0;
  position: relative;
  text-align: left;
  padding: 15px 0;
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.about_q .qa_wrap .q_btn:after {
  position: absolute;
  top: 50%;
  right: 10px;
  content: '';
  width: 15px;
  height: 15px;
  display: block;
  border-bottom: 2px solid #989898;
  border-right: 2px solid #989898;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transition: all ease 0.5s;
  -o-transition: all ease 0.5s;
  transition: all ease 0.5s; }

.about_q .qa_wrap .q_btn .q {
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 50px; }

.about_q .qa_wrap .q_btn .q:before {
  content: 'Q.';
  color: #B9B9B9;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 20px; }

.about_q .qa_wrap .a {
  width: 100%;
  display: none;
  align-items: center; }

.about_q .qa_wrap .a:before {
  display: block;
  content: 'A.';
  color: #de828c;
  font-weight: bold;
  font-size: 2rem;
  margin-right: 20px; }

.about_q .qa_wrap.open .a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 20px; }

.about_q .qa_wrap.open .q_btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
  -ms-transform: translate(-50%, -50%) rotate(-135deg);
  transform: translate(-50%, -50%) rotate(-135deg); }

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