@charset "UTF-8";
/* CSS Document */
.main {
  width: 100%;
  background-color: #fff;
}
.salon_wrapper {
  max-width: 995px;
  box-sizing: border-box;
  margin: 0 auto;
}
.salon {
  ertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  background-image: url("../image/shadow_1@2x.png");
  background-position: right top;
  background-size: 50% auto;
  animation-name: blurAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.salon_top_title h2 {
  margin: 0 auto;
  position: relative;
  width: 100%;
}
/*========= レイアウトのためのCSS ===============*/
.salon_top_title {
  padding: 60px 0;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.salon_top_title img {
  width: 50%;
  height: auto;
}
.top_image {
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.main_description {
  padding: 0 30px 60px;
  text-align: left;
  line-height: 3.0rem;
  font-size: 1.8rem;
}
.main_description_1, .main_description_2, .main_description_3, .main_description_4 {
  padding-bottom: 20px;
}
.salon_image_sp {
  width: 100vw;
  height: auto;
}
@media(min-width:1160px) {
  .main {
    max-width: 995px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .salon {
    max-width: 1040px;
    margin: 0 auto;
  }
  .salon_top_title {
    padding: 80px 0;
  }
  .salon_top_title img {
    width: 15%;
    height: auto;
  }
  .main_description {
    text-align: center;
    padding: 0 0px 80px;
    white-space: pre-line;
    font-size: 2.0rem;
  }
  .main_description br {
    display: none;
  }
}
.salon_image_pc {
  width: 990px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  object-fit: cover;
  height: auto;
  background-position: center;
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.salon_image_pc {
  display: block !important;
}
.salon_image_sp {
  display: none !important;
}
@media only screen and (max-width: 1160px) {
  .salon_image_pc {
    display: none !important;
  }
  .salon_image_sp {
    display: block !important;
  }
}
.salon_info {
  padding-bottom: 60px;
  font-size: 1.8rem;
  ertical-align: baseline;
  background: transparent;
  background-repeat: no-repeat;
  background-image: url("../image/shadow_2@2x.png");
  background-position: left top;
  background-size: 50% auto;
  animation-name: blurAnime;
  animation-duration: 3s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.salon-info_title img {
  width: 50%;
  height: auto;
  margin: 0 auto;
  position: relative;
}
.salon-info_title {
  padding: 60px 0 40px;
  animation-name: blurAnime;
  animation-duration: 2s;
  animation-fill-mode: forwards;
}
@keyframes blurAnime {
  from {
    filter: blur(10px);
    transform: scale(1.02);
  }
  to {
    filter: blur(0);
    transform: scale(1);
  }
}
.access_info_description {
  line-height: 3.0rem;
  text-align: left;
  padding: 0 24px 30px;
}
.access_info_description br {
  display: none;
}
.open_close_time {
  padding: 0 24px 60px;
  line-height: 3.0rem;
  width: fit-content;
  margin: 0 auto;
}
.business_trip_title {
  font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
  text-align: center;
  font-size: 2.4rem;
  padding-bottom: 40px;
  text-decoration: underline;
}
.business_trip-top {
  text-align: left;
  padding: 0 24px;
  line-height: 4.0rem;
}
.business_trip {
  padding: 0 24px 30px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 4.0rem;
}
.business_trip_menu {
  padding: 0 0px 30px;
  text-align: left;
  line-height: 4.0rem;
  font-size: 1.6rem;
}
.business_trip-top u {
  padding-bottom: 10px;
}
.access_info {
  padding: 40px 0px 30px;
  text-align: left;
  font-size: 1.8rem;
  line-height: 4.0rem;
  width: fit-content;
  margin: 0 auto;
}
.button_sp {
  margin: 0 auto;
}
.access_info p {
  padding-bottom: 20px;
}
@media only screen and (max-width: 1160px) {
  .button_pc {
    display: none !important;
  }
  .button_sp {
    display: block !important;
  }
}
@media(min-width:995px) {
  .access_info {
    max-width: 995px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .salon-info_title img {
    width: 25%;
  }
  .salon-info_title {
    margin: 0 auto;
    padding: 80px 0 60px;
  }
  .shadow_2 {
    width: 38%;
    height: auto;
    object-fit: cover;
    object-position: 30% 50%;
  }
  .shadow_2 img {
    object-position: 30% 50%;
  }
  .access_info_description {
    text-align: center;
    font-size: 2.0rem;
    padding: 0 240px 40px;
  }
  .access_info_description br {
    display: block;
  }
  .open_close_time {
    text-align: center;
    white-space: pre-line;
    font-size: 1.8rem;
    padding-bottom: 80px;
    line-height: 2.0rem;
  }
  .business_trip_title {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
    text-align: center;
    font-size: 2.6rem;
    padding-bottom: 60px;
    text-decoration: underline;
  }
  .business_trip {
    text-align: center;
    line-height: 4.0rem;
    font-size: 2.0rem;
  }
  .access_info {
    line-height: 5.0rem;
    font-size: 1.8rem;
    padding-bottom: 80px;
    width: fit-content;
    margin: 0 auto;
  }
  .access_info_1 {
    padding-top: 30px;
  }
  .access_info p br {
    display: none;
  }
  .price {
    text-decoration: underline;
  }
  .business_trip_menu {
    width: fit-content;
    margin: 0 auto;
    line-height: 4.0rem;
    font-size: 1.8rem;
  }
  /* パソコンで見たときは"pc"のclassがついた画像が表示される */
  .button_pc {
    display: block !important;
  }
  .button_sp {
    display: none !important;
  }
}
.button_pc {
  margin: 0 auto;
}