@charset "UTF-8";
/* ***************************************************
 * マップ
 *************************************************** */
/* ***************************************************
 * 変数
 *************************************************** */
/* ***************************************************
 * mixin
 *************************************************** */
/* set font-family */
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
/* ***************************************************
 * 共通
 *************************************************** */
body {
  font-size: 0.875rem;
  line-height: 1.7;
      animation: fadeIn 2.5s ease 0s 1 normal;
    -webkit-animation: fadeIn 2.5s ease 0s 1 normal;
}
@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}
img {
  max-width: 100%;
  height: auto;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  font-weight: normal;
}

ul {
  list-style-type: none;
}

a, a:hover, a:active, a:focus {
  color: inherit;
  text-decoration: none;
}

/* hidden owlet's input help message */
.owlet-input-sample {
  display: none;
}

/* bxslider */
.bx-viewport .bx-controls-direction {
  opacity: 0;
}
.bx-viewport:hover .bx-controls-direction {
  opacity: 1;
}

.break {
  display: inline-block;
}

.pc-image{
    display:none;
}
@media screen and (min-width: 768px) {
.sp-image{
    display:none;
}
.pc-image{
    display:block;
}
}
.mb-section {
  margin-bottom: 2.5rem;
}

.hero-area {
  margin-right: auto;
  margin-left: auto;
  max-width: 930px;
  width: 100%;
}
.hero-area__wrapper {
  position: relative;
}
.hero-area__wrapper::after {
  content: '';
  width: 100%;
  height: 10px;
  display: block;
  -webkit-box-shadow: 0 -8px 12px -10px #000 inset;
  box-shadow: 0 -8px 12px -10px #000 inset;
  position: absolute;
  bottom: 0;
}

@media screen and (min-width: 768px) {
  .hero-area__image {
    display: none;
  }
}

.hero-area__image--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero-area__image--pc {
    display: inline;
  }
}

.content-description__text {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content-description__text {
    text-align: center;
  }
}

.content-description__image {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .content-description__image {
    display: none;
  }
}

.content-description__image--pc {
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .content-description__image--pc {
    display: block;
  }
}

.section-block {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.rotate-icon {
  -webkit-transition: all 150ms ease-in 0s;
  transition: all 150ms ease-in 0s;
}

*:not(.collapsed) > .rotate-icon {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.fixed-banner{
    position: fixed;
    left:0px;
    bottom:15px;
    z-index:9999;
}
.fixed-banner a{
    -webkit-transition:.3s;
    transition:.3s;
}
.fixed-banner a:hover{
    opacity:0.5;
}
.fixed-banner__sp img{
    max-width:70%;
    display:block;
}
.footer-bnr a{
    -webkit-transition:.3s;
    transition:.3s;
    text-align:center;
}
.footer-bnr a:hover{
    opacity:0.5;
}
@media screen and (max-width: 767px) {
.footer-bnr .sp-image{
    display:block;
}
}
/* Back to top */
.back-to-top {
  visibility: hidden;
  background-color: transparent;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 34px;
  position: fixed;
  bottom: 2rem;
  right: 1rem;
  z-index: 90;
  cursor: pointer;
  border-radius: 1px;
  opacity: 0;
  -webkit-transform: translateZ(0);
  -webkit-transition: all .6s;
  transition: all .6s;
}
@media screen and (min-width: 768px) {
  .back-to-top {
    width: 58px;
    height: 58px;
    bottom: 4rem;
    right: 2rem;
  }
}
.back-to-top .fa {
  font-size: 16px;
  color: #fff;
  vertical-align: middle;
}
.back-to-top:hover {
  /* background-color: #3cc091; */
  opacity: 1;
}
.back-to-top.show {
  visibility: visible;
  bottom: 1rem;
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .back-to-top.show {
    bottom: 2rem;
  }
}

/* /END Back to top */
/* ***************************************************
 * ヘッダ
 *************************************************** */
@media screen and (min-width: 960px) {
  .site-header {
    -webkit-box-shadow: 0 5px 10px -7px #000;
    box-shadow: 0 5px 10px -7px #000;
    position: relative;
    z-index: 1000;
  }
}

.header-brand {
  padding-bottom: 60px;
  background-image: url("../images/a_hd_logo.jpg");
  background-size: 150px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-box-shadow: 0 5px 10px -7px #000;
  box-shadow: 0 5px 10px -7px #000;
  position: relative;
  z-index: 1;
}
@media screen and (min-width: 960px) {
  .header-brand {
    display: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
}

.drawer-hamburger {
  outline: none;
}
.drawer-hamburger:focus {
  outline: none;
}
.drawer-hamburger:active {
  outline: none;
}
@media screen and (min-width: 960px) {
  .drawer-hamburger {
    display: none;
  }
}

.drawer-menu-item {
  border-bottom: 1px dashed #939393;
}

.gnav {
  text-align: center;
}
@media screen and (min-width: 960px) {
  .gnav {
    margin-right: auto;
    margin-left: auto;
    max-width: 930px;
    padding-top: 10px;
    padding-bottom: 10px;
  }
}

.gnav-item {
  line-height: 1;
}
.gnav-item:nth-child(4n-1) {
  border-right: 1px dashed #939393;
}
.gnav-item:hover {
  color: #e3007f;
}
.gnav-item a {
  display: block;
}
.gnav-item a:hover {
  border-bottom: 2px solid #e3007f;
}
@media screen and (min-width: 960px) {
  .gnav-item {
    border-left: 1px dashed #939393;
  }
}

.gnav-item--roman {
  font-size: 0.75rem;
  line-height: 1.7;
}
.gnav-item--roman:hover {
  color: #f180bf;
}

.header-logo {
  max-width: 165px;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
.header-logo:hover {
  opacity: 0.7;
}
@media screen and (min-width: 960px) {
  .header-logo {
    margin-right: 2em;
    margin-left: 2em;
  }
}

/* ***************************************************
 * フッタ
 *************************************************** */
@media screen and (min-width: 960px) {
  .site-footer {
    padding-top: 2.5rem;
    -webkit-font-feature-settings: "palt";
    font-feature-settings: "palt";
    -webkit-box-shadow: 0 -9px 6px -9px #000;
    box-shadow: 0 -9px 6px -9px #000;
    position: relative;
  }
}

.footer-text-nav {
  border-top: 1px solid #939393;
}
@media screen and (min-width: 768px) {
  .footer-text-nav {
    border-top: none;
  }
}

.footer-text-nav__group {
  text-align: center;
  line-height: 1;
}
@media screen and (min-width: 960px) {
  .footer-text-nav__group {
    text-align: left;
    line-height: 1.7;
  }
}

.footer-text-nav__parent {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #939393;
  color: #939393;
  font-weight: bold;
}
.footer-text-nav__parent:hover {
  color: #e3007f;
}
@media screen and (min-width: 960px) {
  .footer-text-nav__parent {
    padding: 0;
    border-bottom: none;
    color: #000000;
  }
  .footer-text-nav__parent .footer-text-nav__link--strong {
    text-decoration: underline;
  }
}

.footer-text-nav__child {
  display: none;
}
.footer-text-nav__child:hover {
  color: #f180bf;
}
@media screen and (min-width: 960px) {
  .footer-text-nav__child {
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    color: #939393;
  }
}

.footer-text-nav__other {
  padding: 1rem 1.5rem;
  border-bottom: 1px solid #939393;
  color: #939393;
  font-weight: bold;
}
.footer-text-nav__other:hover {
  color: #e3007f;
}
.footer-text-nav__other .rotate-icon {
  position: absolute;
  right: 0;
}
@media screen and (min-width: 960px) {
  .footer-text-nav__other {
    display: none;
  }
}

.footer-text-nav__link {
  width: 100%;
  display: block;
  position: relative;
}
@media screen and (min-width: 960px) {
  .footer-text-nav__link {
    display: inline;
  }
  .footer-text-nav__link::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 0.5em;
  }
}

.footer-image-nav {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-bottom: 25px;
}
.footer-image-nav a:hover {
  border-color: #f180bf;
}
@media screen and (min-width: 960px) {
  .footer-image-nav {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.external-link__koyo {
  border: 2px solid #939393;
  border-radius: 16px;
  margin-bottom: 1rem;
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 70%;
  background-image: url("../images/a_ft_1.jpg");
}

.external-link__mynavi {
  border: 2px solid #939393;
  border-radius: 16px;
  margin-bottom: 1.25rem;
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("../images/a_ft_2.jpg");
}

.external-link__ruby-recruit {
  border: 2px solid #939393;
  border-radius: 16px;
  margin-bottom: 1.25rem;
  display: block;
  height: 46px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 70%;
  background-image: url("../images/a_ft_3.jpg");
}

.site-bottom {
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #fef2f9;
}

.footer-privacy-policy {
  display: none;
}
@media screen and (min-width: 768px) {
  .footer-privacy-policy {
    text-align: left;
    display: block;
  }
  .footer-privacy-policy::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 0.5em;
  }
}

.footer-copyright {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 1rem;
    font-weight: bold;
    text-align: right;
  }
}

/* ***************************************************
 * トップページ
 *************************************************** */
.content__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.content__wrapper:nth-child(odd) {
  background-color: #fef2f9;
}

.company-introduction__video {
  margin-right: auto;
  margin-left: auto;
  max-width: 930px;
  width: 100%;
}

.company-introduction__philosophy {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
  min-width: 197px;
  width: 57%;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company-introduction__philosophy {
    display: none;
  }
}

.company-introduction__philosophy--pc {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
  min-width: 197px;
  width: 57%;
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .company-introduction__philosophy--pc {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .company-introduction__message {
    text-align: center;
  }
}

.top-news__headline {
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 1.5rem;
  text-align: center;
}

.top-news__wrapper {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
  max-width: 760px;
}

.top-news__item {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 2px dashed #939393;
}
.top-news__item:first-child {
  border-top: 2px dashed #939393;
}

.top-news__article {
  display: block;
}
.top-news__article:hover {
  color: #f180bf;
}
.top-news__article:hover .top-news__category {
  border-color: #f180bf;
}

.top-news__category {
  font-size: 0.75rem;
  line-height: 1.7;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  min-width: 8em;
  background-color: #FFF;
  display: inline-block;
  text-align: center;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .top-news__category {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.top-news__date {
  margin-right: 2em;
  display: inline-block;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .top-news__title {
    display: inline-block;
  }
}

.top-news__view-more {
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #939393;
  border-radius: 16px;
  padding-top: 1em;
  padding-bottom: 1em;
  max-width: 650px;
  width: 100%;
  text-align: center;
  line-height: 1;
  display: block;
  background-color: #FFF;
}
.top-news__view-more:hover {
  color: #f180bf;
  border-color: #f180bf;
}

@media screen and (min-width: 768px) {
  .main-contents__list {
    display: none;
  }
}

.main-contents__item {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .main-contents__item {
    -ms-flex-preferred-size: 48.5%;
    flex-basis: 48.5%;
  }
}

.main-contents__list--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .main-contents__list--pc {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 680px;
    width: 66.6666%;
    /* Safari */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (min-width: 768px) {
  .sub-contents__list {
    display: none;
  }
}

.sub-contens__item {
  margin-bottom: 1.25rem;
}
.sub-contens__item a:hover + .sub-contents__item-text {
  color: #f180bf;
}
@media screen and (min-width: 768px) {
  .sub-contens__item {
    margin-bottom: 0;
    -ms-flex-preferred-size: 22%;
    flex-basis: 22%;
    text-align: center;
  }
}

.sub-contents__item-text {
  padding-top: 0.75em;
}

.sub-contents__list--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .sub-contents__list--pc {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 680px;
    width: 66.6666%;
  }
}

/* ***************************************************
 * 会社情報
 *************************************************** */
.body-text {
  margin-bottom: 1.5em;
}

.headline-image {
  text-align: center;
}

.company-page__figure {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .company-page__figure {
    display: none;
  }
}

.company-page__figure--pc {
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .company-page__figure--pc {
    display: block;
  }
}

.history-table {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}
.history-table .row {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px dashed #939393;
}
.history-table .row:first-child {
  border-top: 1px dashed #939393;
}
.history-table .row:nth-child(even) {
  background-color: #fef2f9;
}

.about-page__logo-block {
  margin-right: auto;
  margin-left: auto;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  max-width: 760px;
}
@media screen and (min-width: 768px) {
  .about-page__logo-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.about-page__logo {
  padding-bottom: 0.75rem;
  text-align: center;
  border-bottom: 1px dashed #939393;
}
.about-page__logo:not(:first-child) {
  padding-top: 0.75rem;
}
@media screen and (min-width: 768px) {
  .about-page__logo {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
    border-left: 1px dashed #939393;
  }
  .about-page__logo:last-child {
    border-right: 1px dashed #939393;
  }
}

.about-page__logo-image {
  max-height: 40px;
}
@media screen and (min-width: 768px) {
  .about-page__logo-image {
    max-width: 66.6666%;
    max-height: none;
  }
}

.about-table {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}

@media screen and (min-width: 768px) {
  .about-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #939393;
  }
  .about-table__row:first-child {
    border-top: 1px dashed #939393;
  }
}

.about-table__th {
  line-height: 2.42;
  background-color: #fef2f9;
  border-top: 1px dashed #939393;
  border-bottom: 1px dashed #939393;
}
@media screen and (min-width: 768px) {
  .about-table__th {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 9em;
    width: 100%;
    line-height: 1.7;
    border: none;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
  }
}

.about-table__td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .about-table__td {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.central-office__wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}

.central-office__caption-note, .street-view__caption-note {
  font-size: 0.75rem;
  color: #939393;
}

.street-view__caption {
  text-align: center;
}

.street-view__caption-note {
  text-align: center;
}

/* ***************************************************
 * 採用情報
 *************************************************** */
.external-link__block {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
  margin-bottom: 2.5rem;
}
.recruit-banner{
  text-align: center;
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .recruite__banner-img{
    display: none; 
  }
}
@media screen and (max-width: 767px){
  .recruite__banner-img--pc{
    display: none; 
  }  
}
@media screen and (min-width: 768px) {
  .recruit-contents__list {
    display: none;
  }
}

.recruit-contents__item {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .recruit-contents__item {
    -ms-flex-preferred-size: 32%;
    flex-basis: 32%;
  }
}

.recruit-contents__list--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .recruit-contents__list--pc {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 784px;
    width: 88.8888%;
    /* Safari */
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.new-graduates__external-banner {
  margin-bottom: 1.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .new-graduates__external-banner {
    display: none;
  }
}

.new-graduates__external-banner--pc {
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .new-graduates__external-banner--pc {
    display: inline;
  }
}

.recruit-contact__info {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
  margin-bottom: 2.5rem;
}

/* ***************************************************
 * 店舗情報
 *************************************************** */
.shop-content {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
  margin-bottom: 2.5rem;
}
.shop-content .royal-sample--pc {
  text-align: left;
}
.shop-content .breadcrumb li:first-child, .shop-content .breadcrumb li:nth-child(4) {
  display: none;
}

.shop-info__text {
  margin-bottom: 2.5rem;
}

.prefectural-group__text {
  margin-bottom: 1em;
  font-weight: bold;
}

.prefectural-group__list--pc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.prefectural-group__item--pc {
  margin-bottom: 10px;
  -ms-flex-preferred-size: 48.5%;
  flex-basis: 48.5%;
}

.prefectural-group__map--pc {
  text-align: center;
}

.column-cat {
  line-height: 2.42;
  background-color: #fef2f9;
  border-bottom: 1px solid #939393;
}
@media screen and (min-width: 768px) {
  .column-cat {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 1rem;
    padding-left: 1rem;
    width: 100%;
    line-height: 1.7;
  }
}

.prefectural-name {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px dashed #939393;
}
.prefectural-name a::before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .prefectural-name {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.shop-name {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-bottom: 1px dashed #939393;
}
.shop-name:first-child {
  border-top: 1px dashed #939393;
}
.shop-name a::before {
  font-family: FontAwesome;
  content: "\f105";
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .shop-name {
    padding-right: 1rem;
    padding-left: 1rem;
  }
}

.about-shop-table {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
  margin-bottom: 1.25rem;
}

.about-shop-table__row:first-child .about-shop-table__th {
  border-top: 1px dashed #939393;
}
@media screen and (min-width: 768px) {
  .about-shop-table__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px dashed #939393;
  }
  .about-shop-table__row:first-child {
    border-top: 1px dashed #939393;
  }
}

.about-shop-table__th {
  line-height: 2.42;
  background-color: #fef2f9;
  border-bottom: 1px dashed #939393;
  font-weight: bold;
  color: #939393;
}
@media screen and (min-width: 768px) {
  .about-shop-table__th {
    border-top: 1px dashed #939393;
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 1rem;
    padding-left: 1rem;
    max-width: 9em;
    width: 100%;
    line-height: 1.7;
    border: none;
  }
}

.about-shop-table__td {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.about-shop-table__td:last-child {
  border-bottom: 1px dashed #939393;
}
@media screen and (min-width: 768px) {
  .about-shop-table__td {
    padding-top: 0.6875rem;
    padding-bottom: 0.6875rem;
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .about-shop-table__td:last-child {
    border-bottom: none;
  }
}

.breadcrumb {
  padding-top: 2.5rem;
}
.breadcrumb li {
  display: inline-block;
}
.breadcrumb li:not(:last-child):after {
  content: '>';
  margin-left: 0.5em;
  margin-right: 0.5em;
}

.shop-info__name {
  margin-bottom: 10px;
  padding-top: 2.5rem;
  font-size: 1.25rem;
  color: #f180bf;
}

.shop-info__message {
  margin-bottom: 1.25rem;
}

.shop-info__headline {
  margin-bottom: 1.25rem;
  padding-top: 2.5rem;
  padding-bottom: 1.25rem;
  border-bottom: 1px solid;
}

.shop-info__price:after {
  content: '円～';
}

.shop-info__service-table {
  line-height: 2.57;
}

#about-shop__google-map {
  margin-bottom: 1em;
  padding-bottom: 75%;
}

/* ***************************************************
 * サービス
 *************************************************** */
.service-content__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}

.service-content__bg:nth-child(odd) {
  background-color: #fef2f9;
}

.option-service {
  margin-bottom: 2.5rem;
}

.price_message {
  font-size: 0.8rem;
  font-weight: bold;
  color: #E3007F;
  text-align: right;
}

.service-sub_headoline {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 2.5rem;
  text-align: center;
}

.service-introduction__message {
  padding-top: 2.5rem;
}

.royal-before {
  margin-bottom: 1.5rem;
}

.royal-sample {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .royal-sample {
    display: none;
  }
}

.royal-sample--pc {
  text-align: center;
  display: none;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .royal-sample--pc {
    display: block;
    margin-bottom: 30px;
  }
}

.royal-sample_text{
  max-width: 530px;
  margin: 0 auto;
}

.royal-sample_text2{
  text-align: left;
  margin-bottom: 30px;
}

.royal-sample_body{
  color: #e3017e;
  font-weight: bold;
  text-align: center;
}

.royal-sample_careful{
  text-align: left;
}

.royal-sample_calendar{
  display: block;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px){
  .royal-sample_calendar{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
  }
}

.royal-sample_calendar_text{
  font-weight: bold;
  font-size: 18px;
}
@media screen and (min-width: 768px){
  .royal-sample_calendar_text{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    line-height: 1500%;
  }
}

@media screen and (min-width: 768px){
  .royal-sample_calendar img{
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%;
    max-width: 300px;
    max-height: 250px;
  }   
}

.royal-sample_img{
  margin-bottom: 30px;
}

.royal-sample_btn{
  color: #f499cc;
  border: 4px solid #f499cc;
  border-radius: 10px;
  padding: 20px;
  font-weight: bold;
  font-size: 18px;
  position: relative;
  display: block;
  -webkit-transition: background-color .5s linear;
  transition: background-color .5s linear;
  margin-bottom: 15px;
}
.royal-sample_btn:hover,
.royal-sample_btn:active{
    color: #f499cc;
}
.royal-sample_btn::after{
  position: absolute;
  content: "\f054";
  font-family: FontAwesome;
  right: 10px;
  color: #f499cc;
}

.royal-price {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .royal-price {
    display: none;
  }
}

.royal-price--pc {
  text-align: center;
  display: none;
}
@media screen and (min-width: 768px) {
  .royal-price--pc {
    display: block;
  }
}

.royal-price-wrap{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-left: 15px;
    margin-right: 15px;
}

.royal-price-img{
	margin-bottom: 15px
}


.no-service {
  font-size: 0.75rem;
  line-height: 1.7;
}
.no-service p {
  margin-bottom: 1.5em;
}

.no-service--caution {
  color: #e3007f;
  font-weight: bold;
}

/* ***************************************************
 * 会員さまへ
 *************************************************** */
.member-content__bg:nth-child(even) {
  background-color: #fef2f9;
}

.member-content__wrapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}

.member-headline {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: bold;
  margin-bottom: 2.25rem;
}

.member-body {
  font-size: 0.75rem;
  line-height: 1.7;
}

.member-privilege__warapper {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  border-bottom: 1px dashed #939393;
}

.member-privilege__block {
  margin-right: auto;
  margin-left: auto;
  max-width: 580px;
}

.member-privilege__headline {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: bold;
}

.member-privilege__body {
  font-size: 0.75rem;
  line-height: 1.7;
}

/* ***************************************************
 * 会員特典
 *************************************************** */
@media screen and (min-width: 768px) {
  .anker-link__list {
    display: none;
  }
}
.anker-link__list--pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .anker-link__list--pc {
    margin-right: auto;
    margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 760px;
  }
}
.anker-link__item {
  margin-bottom: 0;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  text-align: center;
}
@media screen and (min-width: 768px){
  .anker-link__item img{
    margin-bottom: 10px;
  }
}

.anker-link__item-desc {
  font-size: 0.75rem;
  line-height: 1.7;
  padding-left: 0.75em;
  padding-right: 0.75em;
  text-align: center;
}

/* ***************************************************
 * 問い合わせ
 *************************************************** */
.contact-form__wrapper {
  margin-right: auto;
  margin-left: auto;
  margin-bottom: 2.5rem;
  max-width: 650px;
}

.contact-form__headline {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
}

.contact-form__info {
  padding-top: 1.25rem;
}

.contact-form__block {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .contact-form__block {
    display: table;
    width: 100%;
  }
}

.contact-form__row:not(:last-child) {
  margin-bottom: 1.25rem;
}
@media screen and (min-width: 768px) {
  .contact-form__row {
    display: table-row;
  }
}

.contact-form__item {
  margin-bottom: 0.25em;
  width: 7.5em;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact-form__item {
    display: table-cell;
    text-align: right;
    vertical-align: top;
  }
}

.contact-form__required {
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .contact-form__required {
    width: 4em;
    display: table-cell;
    text-align: center;
  }
}

.contact-form__required-on {
  display: inline-block;
  background-color: #f180bf;
  color: #fff;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.contact-form__input input, .contact-form__input textarea {
  width: 100%;
  border: 1px solid #d4d4d4;
  border-radius: 6px;
}
@media screen and (min-width: 768px) {
  .contact-form__input {
    padding-bottom: 10px;
    display: table-cell;
  }
}

.form_button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form_button input[type="submit"] {
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  width: 8.5em;
  background-color: #f180bf;
  color: #fff;
  border-color: #f180bf;
  font-size: 1.25rem;
}
.form_button a {
  width: 5em;
  background-color: #939393;
  color: #fff;
  font-size: 1rem;
  text-align: center;
}

.contact-form__thanks {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
  font-size: 1.5rem;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
}

/* ***************************************************
 * お知らせ
 *************************************************** */
.news-contents__wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 760px;
}
@media screen and (min-width: 768px) {
  .news-contents__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.news-contents__primary {
  margin-bottom: 2.5rem;
}
@media screen and (min-width: 768px) {
  .news-contents__primary {
    width: 73.68421%;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 1;
  }
}

@media screen and (min-width: 768px) {
  .news-contents__secondary {
    padding-top: 5rem;
    width: 13.15789%;
  }
}

.news-contents__secondary-title {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 0.5em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid;
}

.news-contents__secondary-item {
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
  border-bottom: 2px dashed #939393;
}

@media screen and (min-width: 768px) {
  .news-contents__secondary-link::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 0.5em;
  }
}

@media screen and (min-width: 768px) {
  .owlet-article-monthly-archive li a::before {
    font-family: FontAwesome;
    content: "\f105";
    margin-right: 0.5em;
  }
}

.news-description__text {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
}

.news-contents__article-block {
  display: block;
}
.news-contents__article-block:hover {
  color: #f180bf;
}
.news-contents__article-block:hover .news-contents__article-cat {
  border-color: #f180bf;
}

.news-contents__list {
  margin-bottom: 5em;
}

.news-contents__item {
  padding-top: 1em;
  padding-bottom: 1em;
  border-bottom: 2px dashed #939393;
}
.news-contents__item:first-child {
  border-top: 2px dashed #939393;
}

.news-contents__article-cat {
  font-size: 0.75rem;
  line-height: 1.7;
  margin-right: 1rem;
  margin-bottom: 0.75rem;
  min-width: 8em;
  background-color: #FFF;
  display: inline-block;
  text-align: center;
  border: 1px solid #000000;
}
@media screen and (min-width: 768px) {
  .news-contents__article-cat {
    margin-bottom: 0;
    font-size: 0.875rem;
    line-height: 1.7;
  }
}

.news-contents__article-date {
  margin-right: 2em;
  display: inline-block;
  font-size: 0.875rem;
}

@media screen and (min-width: 768px) {
  .news-contents__article-title {
    display: inline-block;
  }
}

.news-contents__article-meta {
  padding-top: 2rem;
}
@media screen and (min-width: 768px) {
  .news-contents__article-meta {
    padding-top: 5rem;
  }
}

.news-contents__cat-group {
  margin-bottom: 2.5rem;
}

.news-contents__history-group {
  margin-bottom: 2.5rem;
}

.news-contents__pager {
  margin-bottom: 2.5rem;
  text-align: center;
}
.news-contents__pager .page.current, .news-contents__pager .prev.current, .news-contents__pager .next.current, .news-contents__pager a {
  width: 2.9em;
  display: inline-block;
  line-height: 2.9;
  border-radius: 50%;
}
.news-contents__pager .page.current {
  background-color: #f180bf;
  color: #fff;
}
.news-contents__pager a:hover {
  background-color: #fef2f9;
}

.before-cleaning__headline, .before-cleaning__image {
  font-size: 1.25rem;
  line-height: 1.35;
  font-weight: bold;
  text-align: center;
}

.eco__figure {
  padding-top: 2.5rem;
  text-align: center;
}

.special-sale_content {
  margin-bottom: 2.5rem;
  text-align: center;
}

.special-sale_content-image {
  width: 80%;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px){
  .special-sale_content-image {
    max-width: 500px;
  }
}

/* ***************************************************
 * 個人情報保護方針
 *************************************************** */
.privacy-policy__document:not(:last-child) {
  margin-bottom: 2em;
}
.privacy-policy__content h3{
    font-size:18px;
    text-align:center;
    margin-bottom:20px;
}
@media screen and (max-width: 767px) {
.privacy-policy__content{
    margin:0 auto;
}
.privacy-policy__content__wrap{
    padding:0 15px;
    margin: 60px 0 60px;
}
}
.privacy-policy__headline {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom:10px;
}
.privacy-policy__list{
    margin-bottom:20px;
}
.privacy-policy__caption{
    font-size: 12px;
    color: #999;
    margin-bottom: 60px;
}
.privacy-policy__contact-headline {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
  margin-bottom: 1em;
  color: #e3007f;
}
.table-left__head{
    width:30%;
}
.tbl-r04 {
  margin: 10px auto 20px;
}
.tbl-r04 th {
  background: #595959;
  border: 1px solid #595959;
  color: #fff;
  padding: 10px;
  text-align: center;
}
.tbl-r04 td {
    border: 1px solid #595959;
    padding: 15px;
}
.table-left__head{
    
}
@media screen and (max-width: 640px) {
  .tbl-r04 tr,
  .tbl-r04 td{
    
  }
  .tbl-r04 td {
    padding: 10px;
  }
  .tbl-r04 tr {
    margin-bottom: 40px;
  }
  .table-left__head{
    width:40%;
}
}
/* ***************************************************
 * よくある質問
 *************************************************** */
.question__content-wrapper {
  margin-right: auto;
  margin-left: auto;
  max-width: 650px;
}
.question__page-headline {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
}
.question__section-bg {
  margin-bottom: 30px;
  background-color: #fef2f9;
}
.question__section-headline {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  max-width: 650px;
}
.question__title {
  font-size: 0.875rem;
  line-height: 1.7;
  font-weight: bold;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease;
  color: #939393;
}
.question__title--open {
  color: #f180bf;
}
.question__group {
  margin-bottom: 30px;
}

/* override collapse.css */
.card {
  margin-bottom: 0.5rem;
  border: 2px solid #939393;
  border-radius: 6px;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.card--open {
  border-color: #f180bf;
}

.card-header {
  background-color: transparent;
  border: none;
  padding: 0;
}

.card-header a {
  padding: 0.5em 1em;
  display: block;
}

.card-block p:not(:last-child) {
  margin-bottom: 1em;
}
