@charset "UTF-8";
/*定数設定*/
@import url("https://beauty-life.biz/wp/wp-content/themes/jin/css/root.css");

/*-----*ブレイクポイントルール*-----*/
/* スマートフォン：max-width:599px */
/* タブレット：min-width:600px */
/* PC：min-width:1025px */
/***************************************
-------------- WEB FONT --------------
***************************************/
.gf-oswald {
  font-family: "Oswald", sans-serif;
}

/***************************************
-------------- STORE INFO --------------
***************************************/
.info_wrap {
  background: #fff;
  padding: 10px;
}

.info_wrap dl {
  display: grid;
  grid-template-columns: min(35%, 150px) 1fr;
  grid-template-rows: auto;
  gap: 10px 20px;
}

@media (max-width: 588px) {
  .info_wrap dl {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    gap: 5px;
  }
}
.info_wrap dl dt {
  font-size: 1.6rem;
  height: -moz-fit-content;
  height: fit-content;
  background: var(--base-color01);
  padding: 2px 0;
  color: #fff;
  text-align: center;
  align-items: center;
}

.info_wrap dl dd {
  font-size: 1.6rem;
  padding: 2px 0;
  word-break: break-all;
}

@media screen and (max-width: 599px) {
  .info_wrap dl dt,
  .info_wrap dl dd {
    font-size: 1.6rem;
    width: 100%;
    padding-left: 10px;
    justify-content: flex-start;
  }
}
/***************************************
-------------- NEWS LIST --------------
***************************************/
.news-lists {
  font-size: clamp(1.6rem, 1.6vw, 1.8rem);
  display: grid;
  grid-template-columns: max-content 1fr;
}

@media (max-width: 599px) {
  .news-lists {
    grid-template-columns: 1fr;
  }
}
.news-lists dt {
  border-bottom: var(--base-color01) solid 1px;
  padding: 0.5em;
}

@media (max-width: 599px) {
  .news-lists dt {
    border-bottom: none;
    padding: 0.5em 0.5em 0;
  }
}
.news-lists dt i {
  display: inline-block;
  margin-right: 10px;
}

.news-lists dd {
  border-bottom: var(--base-color01) solid 1px;
  padding: 0.5em;
}

.side_info .news-lists {
  display: grid;
  grid-template-columns: 1fr;
}

.side_info .news-lists dt {
  border-bottom: none;
  padding-bottom: 0;
}

/***************カテゴリタグカラー設定****************/
.post_heading {
  display: flex;
  gap: 10px;
}

.post_heading > * {
  margin: 0;
}

.c-categoryTag {
  display: inline-block;
  font-size: 1.4rem;
  text-align: center;
  border-radius: 5px;
  color: #fff;
  background: var(--base-color01);
  padding: 0 10px;
}

.c-categoryTag .category-news {
  background: var(--base-color01);
}

.c-categoryTag .category-recruit {
  background: var(--base-color01);
}

.c-categoryTag .category-other {
  background: var(--base-color01);
}

/***************************************
-------------- ITEM LIST --------------
***************************************/
.item_list .col-3 > a {
  display: block;
  position: relative;
  height: 0;
  padding-top: 70%;
}

.item_list .col-3 > a > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item_list .cat {
  text-align: center;
  color: #fff;
  background: var(--base-color01);
  font-size: 14px;
  font-weight: bold;
}

.item_list .date {
  color: #555;
  text-align: right;
  margin: 0;
}

/***************************************
-------------- GOOGLE MAP --------------
***************************************/
#store_info .gmap {
  width: 100%;
  margin: auto;
}

#store_info .gmap iframe {
  width: 100%;
  height: 400px;
  vertical-align: bottom;
}

/***************************************
-------------- PAGE TOP --------------
***************************************/
html {
  scroll-behavior: smooth;
}

#page_top a {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: fixed;
  z-index: 99;
  color: #fff;
  text-align: center;
  background: var(--base-color01);
  width: 60px;
  height: 60px;
  border: solid 1px #fff;
  right: 0;
  bottom: 0;
}

#page_top a::before {
  content: "";
  width: 1px;
  height: 1px;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  margin-bottom: 5px;
}

#page_top a span {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

#side {
  position: fixed;
  right: 0;
  top: 100px;
}

#side ul li + li {
  margin-top: 20px;
}

@media screen and (max-width: 599px) {
  #page_top a {
    bottom: 70px;
  }
  #side {
    position: fixed;
    right: 0;
    bottom: 0;
    top: auto;
    z-index: 1;
  }
  #side ul {
    display: flex;
    align-items: center;
  }
  #side ul li + li {
    margin: 0;
  }
}
@media (min-width: 901px) and (max-width: 1230px) {
  .sec_info {
    width: 100%;
    max-width: var(--container-width);
    margin: 0 auto 0;
  }
}
.sec_info h2 {
  margin: 0;
}
.sec_info .border01 {
  padding: 45px 25px 30px 25px;
  border: 4px solid #1f2777;
  border-top: none;
}
@media (max-width: 599px) {
  .sec_info .border01 {
    padding: 5%;
  }
}
.sec_info .border01 .ttl {
  text-align: center;
  font-weight: bold;
  color: #1f2777;
  border-bottom: 2px solid #1f2777;
  font-size: clamp(20px, 2.5vw, 30px);
  padding-bottom: 15px;
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  .sec_info .border01 .ttl {
    padding-bottom: 5px;
    margin-bottom: 10px;
  }
}
.sec_info .flexbox {
  display: flex;
  gap: 2%;
}
@media (max-width: 599px) {
  .sec_info .flexbox {
    display: block;
  }
}
.sec_info .flexbox .left {
  width: 52%;
}
@media (max-width: 599px) {
  .sec_info .flexbox .left {
    width: 100%;
  }
}
.sec_info .flexbox .right {
  width: 46%;
}
@media (max-width: 599px) {
  .sec_info .flexbox .right {
    width: 100%;
  }
}
.sec_info .flexbox .right .mapspace {
  width: 100%;
  height: 100%;
  position: relative;
}
@media (max-width: 600px) {
  .sec_info .flexbox .right .mapspace {
    padding-top: 300px;
  }
}
.sec_info .flexbox .right .mapspace iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sec_info .btnflex {
  display: flex;
  justify-content: center;
  gap: 15px;
  margin-top: 50px;
}
@media (max-width: 599px) {
  .sec_info .btnflex {
    display: block;
    margin-top: 20px;
  }
}
@media (max-width: 599px) {
  .sec_info .btnflex .btnbox:not(:last-child) {
    margin-bottom: 20px;
  }
}
.sec_info .btnflex .btnbox .imgspace img {
  filter: drop-shadow(0 5px 5px #919191);
}
@media (min-width: 1201px) {
  .sec_info table {
    margin-left: -10px;
  }
}
@media (max-width: 1200px) {
  .sec_info table {
    margin-bottom: 5px;
  }
}
@media (max-width: 1200px) {
  .sec_info table tbody tr {
    display: flex;
    flex-wrap: wrap;
  }
}
.sec_info table tbody tr th,
.sec_info table tbody tr td {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px 0;
}

.sec_info table tbody tr th {
  letter-spacing: 0;
  line-height: 1.5;
  padding: 10px 0;
  white-space: nowrap;
}


@media (max-width: 1200px) {
  .sec_info table tbody tr th,
  .sec_info table tbody tr td {
    width: 100%;
    padding: 4px 0;
  }
}
.sec_info table tbody tr th {
  font-weight: normal;
  color: #1f2777;
  vertical-align: top;
  text-align: left;
  padding-right: 10px;
}
@media (min-width: 1201px) {
  .sec_info table tbody tr th {
    text-align: justify;
    -moz-text-align-last: justify;
         text-align-last: justify;
  }
}
@media (max-width: 1200px) {
  .sec_info table tbody tr th {
    padding-bottom: 0;
    margin-left: -10px;
  }
}
@media (max-width: 1200px) {
  .sec_info table tbody tr td {
    padding-top: 0;
  }
}

.side_contents .sidewrap01 {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap01 {
    margin-bottom: 8%;
  }
}
.side_contents .sidewrap01 .imgspace {
  text-align: center;
}
.side_contents .sidewrap01 .imgspace:not(:last-child) {
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap01 {
    display: flex;
    gap: 2%;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .side_contents .sidewrap01 .imgspace {
    width: 32%;
  }
  .side_contents .sidewrap01 .imgspace:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 599px) {
  .side_contents .sidewrap01 {
    display: flex;
    gap: 2%;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .side_contents .sidewrap01 .imgspace {
    width: 49%;
  }
  .side_contents .sidewrap01 .imgspace:not(:last-child) {
    margin-bottom: 0;
  }
}
.side_contents .sidewrap02 {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap02 {
    margin-bottom: 8%;
  }
}
.side_contents .sidewrap02 .border01 {
  padding: 20px 15px;
  border: 4px solid #1f2777;
  border-top: none;
}
.side_contents .sidewrap02 .border01 .imgspace {
  text-align: center;
}
.side_contents .sidewrap02 .border01 .imgspace:not(:last-child) {
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap02 .border01 {
    padding: 15px;
    display: flex;
    gap: 2%;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .side_contents .sidewrap02 .border01 .imgspace {
    width: 32%;
  }
  .side_contents .sidewrap02 .border01 .imgspace:not(:last-child) {
    margin-bottom: 0;
  }
}
@media (max-width: 600px) {
  .side_contents .sidewrap02 .border01 {
    padding: 15px;
    display: flex;
    gap: 2%;
    row-gap: 10px;
    flex-wrap: wrap;
  }
  .side_contents .sidewrap02 .border01 .imgspace {
    width: 49%;
  }
  .side_contents .sidewrap02 .border01 .imgspace:not(:last-child) {
    margin-bottom: 0;
  }
}
.side_contents .sidewrap03 {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap03 {
    margin-bottom: 8%;
  }
}
.side_contents .sidewrap03 .border01 {
  padding: 20px 15px;
  border: 4px solid #1f2777;
  border-top: none;
}
@media (max-width: 900px) {
  .side_contents .sidewrap03 .border01 {
    padding: 15px;
  }
}
.side_contents .sidewrap03 .border01 .imgspace {
  text-align: center;
  margin-bottom: 15px;
}
.side_contents .sidewrap03 .border01 .ttl01 {
  text-align: center;
  font-size: clamp(16px, 2.0833333333vw, 25px);
  font-weight: 700;
  color: #1f2777;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 15px;
}
.side_contents .sidewrap03 .border01 .txt01 {
  text-align: center;
  line-height: 1.5;
  margin: 0;
  margin-bottom: 15px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap03 .border01 .mapbtn {
    text-align: center;
  }
}
.side_contents .sidewrap03 .border01 .mapbtn a {
  font-weight: 500;
  font-size: clamp(16px, 2.0833333333vw, 20px);
  border-radius: 100px;
  position: relative;
  padding: 0.4em 0;
color: #fff;
}

@media (max-width: 599px) {
  .side_contents .sidewrap03 .border01 .mapbtn a {
    padding: 15px 0;
  }
  
}

.side_contents .sidewrap03 .border01 .mapbtn a .mapicon{
  padding-left: 15px;
  position:relative;
}

.side_contents .sidewrap03 .border01 .mapbtn a .mapicon:before {
  content: "";
  width: 17px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: auto;
  margin: auto;
  left: -10px;
  background: url(https://beauty-life.biz/img/pinicon1.png) no-repeat center center / contain;
}
.side_contents .sidewrap03 .border01 .mapbtn a::after {
  content: none;
}
.side_contents .sidewrap03 .border01 dl {
  margin-top: 30px;
  margin-bottom: 20px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap03 .border01 dl {
    margin-top: 12px;
    margin-bottom: 0px;
  }
}
.side_contents .sidewrap03 .border01 dl dt {
  color: #1f2777;
  padding-bottom: 7px;
  border-bottom: 2px solid #d0ddea;
  margin-bottom: 3px;
  font-weight: bold;
}
.side_contents .sidewrap03 .border01 dl dd {
  margin-bottom: 18px;
}
.side_contents .sidewrap03 .border01 dl dd:last-child {
  margin-bottom: 0;
}
.side_contents .sidewrap04 {
  margin-bottom: 30px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap04 {
    margin-bottom: 8%;
  }
}
.side_contents .sidewrap04 h2 {
  margin: 0;
}
.side_contents .sidewrap04 .side_wrap {
  padding: 20px 15px;
  border: 4px solid #1f2777;
  border-top: none;
}
@media (max-width: 900px) {
  .side_contents .sidewrap04 .side_wrap .newsbtn {
    text-align: center;
  }
}
.side_contents .sidewrap04 .side_wrap .newsbtn a {
  font-size: clamp(12px, 1.5vw, 16px);
    padding: 15px 0;
    padding-right: 15px;
    border-radius: 100px;
    line-height: 1.0;
}
.side_contents .sidewrap04 .side_wrap .newsbtn a::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid white;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-right: none;
  transform: rotate(0deg);
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 20px;
  margin: auto;
}
.side_contents .sidewrap04 .side_wrap .news-lists {
  margin-top: 0;
  margin-bottom: 30px;
  display: block;
}
.side_contents .sidewrap04 .side_wrap .news-lists dt {
  width: 100%;
  border: none;
  padding: 0;
  margin-bottom: 15px;
  color: #1f2777;
}
.side_contents .sidewrap04 .side_wrap .news-lists dt i {
  display: none;
}
@media (max-width: 900px) {
  .side_contents .sidewrap04 .side_wrap .news-lists dt {
    margin-bottom: 10px;
  }
}
.side_contents .sidewrap04 .side_wrap .news-lists dd {
  padding: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid #d0ddea;
}
@media (max-width: 900px) {
  .side_contents .sidewrap04 .side_wrap .news-lists dd {
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}
.side_contents .sidewrap04 .side_wrap .news-lists dd .btn {
  margin-top: 20px;
}
@media (max-width: 900px) {
  .side_contents .sidewrap04 .side_wrap .news-lists dd .btn {
    margin-top: 10px;
  }
}
.side_contents .sidewrap04 .side_wrap .news-lists dd .btn a {
  margin: 0 auto;
    font-weight: bold;
    font-size: clamp(12px, 1.5vw, 14px);
    text-align: center;
    display: block;
    padding: 5px 0 7px;
    padding-right: 10px;
    width: 150px;
    max-width: 100%;
    border-radius: 100px;
    border: 2px solid #1f2777;
    color: #1f2777;
    position: relative;
    line-height: 1.0;
}
.side_contents .sidewrap04 .side_wrap .news-lists dd .btn a:after {
  content: "";
  width: 0;
  height: 0;
  border-left: 9px solid #1f2777;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  position: absolute;
  top: 0;
  bottom: 0;
  left: auto;
  right: 10px;
  margin: auto;
}
.side_contents .sidewrap05 .imgspace {
  text-align: center;
}

.fixedfooter {
  position: fixed;
  bottom: 0;
  width: 100%;
  left: 0;
  right: 0;
  z-index: 2;
}
@media (min-width: 600px) {
  .fixedfooter {
    display: none;
  }
}
.fixedfooter ul {
  display: flex;
}/*# sourceMappingURL=common.css.map */