@charset "UTF-8";
/* フォント読込 */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjp.css);
main .p_title h1 {
  position: relative;
}

main .p_title h1::after {
  content: url("../img/p_sub_storelist.svg");
  display: block;
  width: 170px;
  position: absolute;
  bottom: -47px;
  right: -120%;
  -webkit-transform: rotate(-8deg);
          transform: rotate(-8deg);
}

@media screen and (max-width: 768px) {
  main .p_title h1::after {
    width: 150px;
    bottom: -47px;
    right: -100%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

main .p_title.store-detail h1 {
  position: relative;
}

main .p_title.store-detail h1::after {
  content: url("../img/p_sub_store_information.svg");
  display: block;
  width: 240px;
  position: absolute;
  bottom: -47px;
  right: -190%;
  -webkit-transform: rotate(-7deg);
          transform: rotate(-7deg);
}

@media screen and (max-width: 768px) {
  main .p_title.store-detail h1::after {
    width: 170px;
    bottom: -47px;
    right: -130%;
    -webkit-transform: rotate(-6deg);
            transform: rotate(-6deg);
  }
}

main #reserve {
  margin-bottom: 100px;
}

main #reserve .main_title {
  margin-bottom: 30px;
}

main #reserve .main_title .title {
  font-size: 20px;
}

@media screen and (max-width: 480px) {
  main #reserve .main_title .title {
    text-align: left;
  }
}

@media screen and (max-width: 768px) {
  main #reserve .main_title .title {
    font-size: 18px;
  }
}

main #reserve .stc {
  text-align: center;
  font-size: 14px;
  margin-bottom: 50px;
}

@media screen and (max-width: 480px) {
  main #reserve .stc {
    text-align: left;
  }
}

main #reserve .point {
  width: 100%;
  border: 2px solid #e5e1dd;
  padding: 50px 30px 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 6fr 4fr;
      grid-template-columns: 6fr 4fr;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 50px;
  position: relative;
}

@media screen and (max-width: 768px) {
  main #reserve .point {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
    padding: 70px 20px 40px;
  }
}

main #reserve .point::before {
  content: 'Point';
  background: #aa5b5b;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  font-family: "Century Gothic", "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  position: absolute;
  top: 0;
  left: 0;
  padding: 5px 30px;
}

main #reserve .point h3 {
  line-height: 1.4;
  margin-bottom: 30px;
  font-size: 20px;
  color: #523d44;
}

@media screen and (max-width: 768px) {
  main #reserve .point h3 {
    font-size: 18px;
  }
}

main #reserve .point p {
  font-size: 14px;
}

main #reserve .point img {
  width: 100%;
}

main #store_list .main_title {
  margin-bottom: 50px;
}

main #store_list h3 {
  font-size: 20px;
  padding-left: 10px;
  border-left: 10px solid #aa5b5b;
  margin-bottom: 50px;
  line-height: 1.4;
}

main #store_list ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 100px 30px;
  margin-bottom: 150px;
}

@media screen and (max-width: 1080px) {
  main #store_list ul {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  main #store_list ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

main #store_list ul:last-of-type {
  margin-bottom: 0;
}

main #store_list ul li .store_img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 15px;
}

main #store_list ul li .store_img:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1080px) {
  main #store_list ul li .store_img {
    height: 26vw;
  }
}

@media screen and (max-width: 768px) {
  main #store_list ul li .store_img {
    height: 54vw;
  }
}

main #store_list ul li .no_store_img {
  width: 100%;
  height: 200px;
  background: #ccc;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 20px;
  margin-bottom: 15px;
}

main #store_list ul li .no_store_img:hover {
  opacity: 0.9;
}

@media screen and (max-width: 1080px) {
  main #store_list ul li .no_store_img {
    height: 26vw;
  }
}

@media screen and (max-width: 768px) {
  main #store_list ul li .no_store_img {
    height: 54vw;
  }
}

main #store_list ul li h4 {
  font-size: 18px;
  color: #523d44;
}

main #store_list ul li p {
  font-size: 14px;
}

main #store_list ul li p a.tel {
  color: #aa5b5b;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

main #store_list ul li .facility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  margin-top: 5px;
  margin-bottom: 20px;
}

main #store_list ul li .facility p {
  padding: 0px 10px;
  border-radius: 3px;
}

main #store_list ul li .facility p.sanso {
  background: rgba(170, 91, 91, 0.1);
}

main #store_list ul li .facility p.whitening {
  background: #eaefef;
}

main #store_list ul li .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

main #store_list ul li .sns img {
  width: auto;
  height: 40px;
}

main #store_list ul li .sns img:hover {
  opacity: 0.9;
}

main #store_info h3 {
  font-size: 20px;
  padding-left: 10px;
  border-left: 10px solid #aa5b5b;
  margin-bottom: 50px;
  line-height: 1.4;
}

main #store_info .store_inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  gap: 50px;
  margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
  main #store_info .store_inner {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

main #store_info .store_inner .store_stc table {
  font-size: 14px;
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 30px;
  line-height: 1.4;
}

main #store_info .store_inner .store_stc table tr {
  background: #fff;
}

main #store_info .store_inner .store_stc table tr:nth-of-type(odd) {
  background: rgba(229, 225, 221, 0.4);
}

main #store_info .store_inner .store_stc table tr td {
  padding: 8px 5px;
}

main #store_info .store_inner .store_stc table tr td:first-of-type {
  text-align: center;
}

main #store_info .store_inner .store_stc table tr td a.tel {
  color: #aa5b5b;
  font-weight: bold;
  cursor: pointer;
  text-decoration: underline;
}

main #store_info .store_inner .store_stc table tr td .facility {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  font-size: 14px;
  padding: 3px 0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

main #store_info .store_inner .store_stc table tr td .facility p {
  padding: 3px 10px;
  border-radius: 3px;
  white-space: nowrap;
  border: 2px solid #fff;
}

main #store_info .store_inner .store_stc table tr td .facility p.sanso {
  background: rgba(170, 91, 91, 0.1);
}

main #store_info .store_inner .store_stc table tr td .facility p.whitening {
  background: #eaefef;
}

main #store_info .store_inner .store_stc .sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}

main #store_info .store_inner .store_stc .sns img {
  width: auto;
  height: 50px;
}

@media screen and (max-width: 480px) {
  main #store_info .store_inner .store_stc .sns img {
    height: 12vw;
  }
}

main #store_info .store_inner .store_stc .sns img:hover {
  opacity: 0.9;
}

main #store_info .store_inner iframe {
  width: 100%;
}

@media screen and (max-width: 768px) {
  main #store_info .store_inner iframe {
    height: 50vw;
  }
}

main #store_info .img_ctn {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
      grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}

@media screen and (max-width: 768px) {
  main #store_info .img_ctn {
    gap: 20px;
  }
}

@media screen and (max-width: 480px) {
  main #store_info .img_ctn {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

main #store_info .img_ctn img {
  width: 100%;
}

main #store_info .img_ctn img:hover {
  opacity: 0.9;
}

main #store_info .whitening_ctn {
  background: #eaefef;
  padding: 100px 0;
  margin-top: 200px;
}

@media screen and (max-width: 768px) {
  main #store_info .whitening_ctn {
    margin-top: 150px;
  }
}

main #store_info .whitening_ctn .base_width {
  position: relative;
}

main #store_info .whitening_ctn .base_width .heisetsuten {
  width: 120px;
  position: absolute;
  top: -130px;
  left: 0;
}

@media screen and (max-width: 768px) {
  main #store_info .whitening_ctn .base_width .heisetsuten {
    width: 100px;
  }
}

@media screen and (max-width: 480px) {
  main #store_info .whitening_ctn .base_width .heisetsuten {
    width: 90px;
  }
}

main #store_info .whitening_ctn .store_stc table tr {
  background: #eaefef;
}

main #store_info .whitening_ctn .store_stc table tr:nth-of-type(odd) {
  background: #fff;
}
/*# sourceMappingURL=store.css.map */