/* CSS Document */

html {
  line-height: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  color: #35220d;
  fill: #35220d;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5rem;
  line-height: 1.9em;
  text-align: justify;
  text-justify: inter-character;
  font-feature-settings: "palt";
}

main {}

main hr {
  margin: 0;
  padding-bottom: 0 !important;
  border: none;
}

article {}

article header {
  padding-top: 0 !important;
}

article div+div {
  /*border: 1px solid #ff00ff;*/
}

a {
  color: #35220d;
  fill: #35220d;
  text-decoration: underline;
  transition-property: color, background-color, background-size, border-color, box-shadow, fill, opacity;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a:hover,
a:active {
  color: #f1a107;
  fill: #f1a107;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

svg {
  width: 1em;
  height: 1em;
}

#wrapper {
  width: 100%;
  margin: auto;
  background: #fff;
  box-shadow: 0 0 0.2em rgba(0, 0, 0, 0.5);
}

#header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  transition: opacity 0.2s ease-out;
  z-index: 100;
  background: rgba(255, 255, 255, 1.0);
  border-bottom-width: 1px;
  border-color: #E8EFF7;
  border-style: solid;
}

.scrollActive:not(.nav) #header {
  opacity: 0.8;
}

.scrollTop #header div:after {
  opacity: 0;
}

#header div {
  position: relative;
  width: 100%;
  margin: auto;
}

#siteName {}

#siteName a {
  display: block;
  color: #000;
  fill: #000;
  font-weight: bold;
  text-decoration: none;
}

#gNav {}

#gNav ul {
  display: block;
  list-style: none;
}

#gNav li {
  line-height: 1em;
}

#gNav li a {
  display: block;
  font-weight: bold;
  text-decoration: none;
}

#main {
  width: 100%;
  overflow: hidden;
}

#subject {
  position: relative;
  padding: 2em 1.5em;
  z-index: 1;
}

#subject:before {
  content: "";
  position: absolute;
  top: 0;
  left: calc(50% - 50vw);
  width: 100vw;
  height: 100%;
  background: #f4f3ed;
  z-index: -1;
}

#pagenation {
  overflow: hidden;
}

#pagenation ul,
#pagenation ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
  margin: -0.25em;
}

#pagenation li {
  margin: 0.25em;
}

#pagenation a {
  position: relative;
  display: block;
  padding: 0.8em;
  text-decoration: none;
  background: #35220d;
  color: #fff;
  fill: #fff;
  line-height: 1em;
}

#pagenation a:hover,
#pagenation a:active {
  opacity: 0.7;
}

#pagenation i {
  position: absolute;
  top: calc(50% - 0.5em);
}

#pagenation [rel] {
  position: relative;
}

#pagenation [rel="prev"] {
  padding-left: 1.8em;
}

#pagenation [rel="prev"] i {
  left: 0.5em;
  transform: scale(-1, 1);
}

#pagenation [rel="next"] {
  padding-right: 1.8em;
}

#pagenation [rel="next"] i {
  right: 0.5em;
}

#pagenation .lsc-current-page {
  pointer-events: none;
  background: #aa9c91;
}

#gMap {
  position: relative;
}

#gMap div+div {
  margin: inherit;
}

#pagePath {}

#pagePath a {}

#pagePath a:hover,
#pagePath a:active {
  text-decoration: none;
}

#pagePath ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

#pagePath li {
  line-height: 1.3em;
}

#pagePath li:last-child {
  font-weight: bold;
}

#pagePath li:last-child i {
  display: none;
}

#pagePath li:last-child a {
  pointer-events: none;
  text-decoration: none;
}

#pagePath i {
  margin: 0 0.3em;
  vertical-align: middle;
  opacity: 0.5;
}

#pageTop {
  text-align: center;
}

#pageTop a {
  display: block;
  width: 2.4em;
  height: 1.2em;
  margin: auto;
  padding-top: 0.2em;
  background: #009b8f;
  border-radius: 1.2em 1.2em 0 0;
  color: #fff;
  fill: #fff;
  font-size: 2.4em;
  line-height: 1em;
  overflow: hidden;
}

#pageTop a:hover,
#pageTop a:active {
  color: rgba(255, 255, 255, 0.5);
  fill: rgba(255, 255, 255, 0.5);
}

#pageTop i {}

#footer {
  padding: 2em 0 0;
  background: #f7f7f7;
  color: #fff;
}

#footer ul {
  list-style: none;
}

#footer li {
  line-height: 1em;
}

#footer a {
  color: #fff;
  fill: #fff;
}

#fAddress {}

#fAddress dl {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#fAddress dt,
#fAddress dt+dd {
  width: 100%;
}

#fAddress dt {
  font-size: 3em;
}

#fAddress dd {
  margin-top: 0.5em;
  line-height: 1.4em;
}

#fAddress dd:last-child {
  margin-left: 1.5em;
}

#fAddress i {
  margin-right: 0.2em;
  vertical-align: middle;
}

#fAddress i svg {
  width: 1.4em;
  height: 1.4em;
  margin: -0.2em 0;
}

#fNav {}

#fNav span {
  margin-left: 0.2em;
  vertical-align: middle;
  opacity: 0.5;
}

#fNav>ul>li:nth-child(10) {
  display: none;
}

#fLink {}

#fLink ul {
  display: flex;
  justify-content: center;
}

#fLink li {
  margin: 0 1em;
}

#fLink a {
  position: relative;
  text-align: center;
  color: #4D4E50;
  text-decoration: none;
}

#fLink a:hover,
#fLink a:active {
  border-color: #f1a107;
  background: #f1a107;
}

#fLink span {
  position: absolute;
  top: 1em;
  right: 1em;
}

#fSns {}

#fSns ul {
  display: flex;
  justify-content: center;
}

#fSns li+li {
  margin-left: 1em;
}

#fSns a {
  display: block;
  width: 1.8em;
  height: 1.8em;
  padding: 0.4em;
  background: #fff;
  border-radius: 100%;
  font-size: 2em;
  color: #35220d;
  fill: #35220d;
}

#fSns a:hover,
#fSns a:active {
  background: #f1a107;
}

#fSns svg {
  vertical-align: top;
}

#copyright {
  opacity: 0.5;
  color: #4d4e50;
  background-color: #fff;
  padding: 1em 0
}

#copyright p {
  font-size: 0.8em;
  line-height: 1em;
  text-align: center;
}

[id^="anchor_"] {
  position: absolute;
}

.wrap {
  width: calc(100% - 3em);
  margin: auto;
}

.wrap section+section,
.wrap section:first-child {
  /*padding-top: 0;
    border: 1px solid #ff0000;*/
}

.wrap section:last-child {
  /*padding-bottom: 0;
    border: 1px solid #ffff00;*/
}

.none {
  display: none !important;
}

.subject {
  font-weight: bold;
  text-align: center;
  line-height: 1em;
}

.subject i {
  display: block;
  width: 1.8em;
  height: 1.8em;
  margin: auto calc(50% - 0.7em);
  margin-bottom: 0.5em;
  background: #35220d;
  border-radius: 100%;
  fill: #fff;
}

.subject i svg {
  margin: 0.4em;
}

.subject+* {
  margin-top: 2em;
}

.headline {
  font-weight: bold;
  line-height: 1.4em;
}

h2.headline:after {
  content: '';
  display: block;
  width: 8em;
  height: 1px;
  background-color: #ddd;
  margin: 0 auto;
}

.toppage .headline:after {
  content: none;
}

.headline+* {
  margin-top: 0em;
}

.title {
  font-weight: bold;
  line-height: 1.4em;
}

.title.line {
  position: relative;
  padding-bottom: 0.5em;
  border-bottom: 2px solid #cfc6c0;
}

.title.point {
  position: relative;
  padding-left: 1.2em;
}

.title.point:before,
.title.point:after {
  content: "";
  position: absolute;
  width: 0.5em;
  height: 0.5em;
  background: #35220d;
}

.title.point:before {
  top: 0.1em;
  left: 0;
}

.title.point:after {
  top: 0.6em;
  left: 0.5em;
}

.title+* {
  margin-top: 1em;
}

.subTitle {
  font-weight: bold;
  line-height: 1.4em;
}

.subTitle.point {
  position: relative;
  padding: 0.8em;
  background: #f4f3ed;
  mix-blend-mode: multiply;
}

.subTitle.point:before {
  content: "";
  position: absolute;
  top: 1em;
  left: 0;
  width: 0.3em;
  height: 1em;
  background: #aa9c91;
}

.subTitle+* {
  margin-top: 1em;
}

.linkBut {
  display: inline-block;
  padding: 1em;
  line-height: 1em;
  text-decoration: none;
  background: #009b8f;
  color: #fff;
  fill: #fff;
}

.linkBut:hover,
.linkBut:active {
  background: #f1a107;
  color: #fff;
  fill: #fff;
  text-decoration: none;
}

.linkBut i {
  margin-right: 0.4em;
  vertical-align: middle;
}

.linkBut.more {
  position: relative;
  padding: 1em;
  padding-right: 3em;
  fill: #35220d;
}

.linkBut.more:hover,
.linkBut.more:active {
  fill: #f1a107;
}

.linkBut.more i {
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  right: 1em;
  width: 1em;
  height: 1em;
  margin: 0;
  background: #fff;
  border-radius: 100%;
}

.linkBut.min {
  font-size: 0.875em;
}

.linkBut.reservation {
  background: #f1a107;
}

.linkBut.reservation:hover,
.linkBut.reservation:active {
  background: #f4b439;
}

.linkText {}

.linkText i {
  margin-right: 0.2em;
  vertical-align: middle;
}

.list {
  list-style: none;
}

.list>li {
  line-height: 1.4em;
}

.list>li+li {
  margin-top: 0.3em;
}

.list.point {}

.list.point>li {
  position: relative;
  padding-left: 1em;
}

.list.point>li:before {
  content: "";
  position: absolute;
  top: 0.4em;
  left: 0;
  width: 0.6em;
  height: 0.6em;
  border-radius: 100%;
  background: #35220d;
  opacity: 0.5;
}

.list.notes {}

.list.notes>li {
  padding-left: 1em;
  text-indent: -1em;
}

.list.count {
  counter-reset: count;
}

.list.count>li {
  position: relative;
  padding-left: 1.5em;
}

.list.count>li:before {
  position: absolute;
  left: 0;
  counter-increment: count;
  content: counter(count)".";
}

.list+*,
*+.list {
  margin-top: 1em;
}

.table {}

dl.table {
  display: flex;
  flex-wrap: wrap;
}

.table {
  border: 1px solid #ebebeb;
}

.table dt {
  border-bottom: 1px solid #ebebeb;
}

.table dd {
  border-bottom: 1px solid #ebebeb;
}

.table dd:last-of-type {
  border-bottom: none;
}

.table dt,
.table dd {
  padding: 0.8em;
  line-height: 1.4em;
}

.table dt {
  width: 10em;
  background: #009b8f;
  color: #fff;
  fill: #fff;
}

.table dd {
  width: calc(100% - 10em);
  background-blend-mode: multiply;
}

.table+*,
*+.table {
  margin-top: 1em;
}

.feeTable {
  width: 100%;
}

.feeTable th,
.feeTable td {
  padding: 0.8em 0;
  border-top: 1px dotted #cebbaf;
  border-bottom: 1px dotted #cebbaf;
  vertical-align: middle;
}

.feeTable th {
  text-align: left;
}

.feeTable td {
  width: 6em;
  text-align: right;
}

.feeTable td+td {
  font-weight: bold;
}

.feeTable+*,
*+.feeTable {
  margin-top: 1em;
}

.feeTable tr th h4 {
  font-weight: 600;
}

.feeTable tr.opt th h4:after {
  content: "オプション";
  font-size: 0.8rem;
  background-color: red;
  padding: 0.25rem;
  border-radius: 2px;
  color: white;
  margin: 0 0 0 0.5rem;
}

.topicsList {
  list-style: none;
}

.topicsList li {
  display: flex;
  align-items: flex-start;
  padding: 0.8em 0;
  border-bottom: 1px dotted #cebbaf;
}

.topicsList a {
  margin-left: 0.5em;
  font-weight: bold;
  line-height: 1.4em;
  text-align: justify;
  order: 3;
}

.topicsList time,
.topicsList span {
  padding: 0.5em;
  font-size: 0.8em;
  line-height: 1em;
}

.topicsList time {
  margin-left: 0.25em;
  line-height: 1em;
  opacity: 0.7;
  order: 2;
  text-align: right;
  margin-top: -1rem;
}

.topicsList span {
  width: 10em;
  background: #009b8f;
  color: #fff;
  text-align: center;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  order: 1;
}

.note {
  padding: 10% 1em;
  background: #f4f3ed;
  border-radius: 0.5em;
  text-align: center;
}

.salonList {}

.salonList>dl {
  display: block;
  justify-content: space-between;
  align-items: center;
  padding: 1em 0;
  border-bottom: 1px solid #cfc6c0;
  position: relative;
}

.salonList dt {}

.salonList dt p {
  margin-top: 0.5em;
  text-align: left;
}

.salonList dt ul {
  margin-top: 1em;
}

.salonList dt li {
  padding: 0;
  border: 0;
  font-size: 0.875em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: inline-grid;
}

.salonList [href^="tel"] {
  font-size: 1.4em;
  font-weight: bold;
}

.salonList dt+dd.favorite {
  position: absolute;
  right: 1em;
  top: 1em;
}

.salonList dt+dd.favorite .heartFavorite {
  font-size: 3.0rem;
}

.thumb {}

.thumb:not(img) {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  padding: 100% 0 0 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  object-fit: cover;
  object-position: center;
  overflow: hidden;
  transition: background 0.2s ease-out;
}

.thumb img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  object-position: inherit;
  transition: opacity 0.2s ease-out;
}

.thumb svg {
  position: absolute;
  top: calc(50% - 0.5em);
  left: calc(50% - 0.5em);
  font-size: 3em;
  fill: rgba(204, 204, 204, 0.5);
}

.thumb.contain {
  background-size: contain;
  object-fit: contain;
}

.thumb.cover {
  background-size: cover;
  object-fit: cover;
}

.thumb.lazyload {}

.thumb.lazyload img {
  opacity: 0;
}

.thumb.lazyloaded {}

.thumb.lazyloaded img {
  opacity: 1;
}

.thumb.lazyloaded svg {
  opacity: 0;
}

.slick-slider {
  opacity: 0;
  transition: all 0.2s ease-out;
}

.done .slick-slider {
  opacity: 1 !important;
}

.slick-slider {
  height: 0;
  overflow: hidden;
}

.slick-initialized {
  height: auto;
  overflow: visible;
}

.slick-arrow {
  position: absolute;
  top: calc(50% - 0.5em);
  width: 1em;
  height: 1em;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  font-size: 2em;
  text-align: center;
  cursor: pointer;
  transition: all 0.2s ease-out;
  z-index: 10;
}

.slick-arrow:hover,
.slick-arrow:active {
  opacity: 0.5;
}

.slick-arrow svg {
  width: 0.8em;
}

.slick-prev {
  left: 0.5em;
  transform: scale(-1, 1);
}

.slick-next {
  right: 0.5em;
}

#navButton {
  position: absolute;
  padding: 2rem 0 0 2rem;
  top: 0;
  left: 0;
  margin: 0;
  border: none;
  text-align: center;
  transition: left 0.2s ease-out;
  box-sizing: border-box;
  outline: none;
  background-color: #fff;
}

.nav #navButton {}

.nav #navButton i:nth-child(1) {
  top: 35%;
  transform: rotate(-45deg);
}

.nav #navButton i:nth-child(2) {
  left: 100%;
}

.nav #navButton i:nth-child(3) {
  top: 35%;
  transform: rotate(45deg);
}

#navButton span {
  position: absolute;
  bottom: 0.5em;
  left: 0;
  width: 100%;
  font-size: 0.2em;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1em;
}

#navButton i {
  position: absolute;
  content: "";
  display: block;
  left: 20%;
  width: 60%;
  height: 2px;
  background: #fff;
  transition: all 0.2s ease-out;
  z-index: 100000;
}

#navButton i:nth-child(1) {
  top: 15%;
}

#navButton i:nth-child(2) {
  top: 35%;
}

#navButton i:nth-child(3) {
  top: 55%;
}

.logo.after-login img {
  height: 60px;
  width: auto;
}

#gNav {
  position: absolute;
  right: 100vw;
  background: #fff;
  transition: right 0.2s ease-out;
  overflow-y: scroll;
}

#gNav li a {
  color: #4d4e50;
  fill: #4d4e50;
  text-align: center;
}

#gNav li a:hover,
#gNav li a:active {
  background: #5d4e3d;
}

#gNav {
  top: 100px;
  width: 100vw;
  height: 100vh;
}

.nav #gNav {
  right: 0;
}


/* for mobile */
@media screen and (max-width: 767px) {

  /*767px以下*/
  main>*,
  main hr,
  article,
  article header,
  article section {
    padding-top: 1em;
    padding-bottom: 2em;
  }

  article {}

  article #subject {
    top: -2em;
  }

  #wrapper {
    width: 100%;
    overflow: hidden;
  }

  #navButton {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: none;
    text-align: center;
    transition: left 0.2s ease-out;
    box-sizing: border-box;
    outline: none;
  }

  .nav #navButton {}

  .nav #navButton i:nth-child(1) {
    top: 35%;
    transform: rotate(-45deg);
  }

  .nav #navButton i:nth-child(2) {
    left: 100%;
  }

  .nav #navButton i:nth-child(3) {
    top: 35%;
    transform: rotate(45deg);
  }

  #navButton span {
    position: absolute;
    bottom: 0.5em;
    left: 0;
    width: 100%;
    font-size: 0.2em;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1em;
  }

  #navButton i {
    position: absolute;
    content: "";
    display: block;
    left: 20%;
    width: 60%;
    height: 2px;
    background: #fff;
    transition: all 0.2s ease-out;
    z-index: 100000;
  }

  #navButton i:nth-child(1) {
    top: 15%;
  }

  #navButton i:nth-child(2) {
    top: 35%;
  }

  #navButton i:nth-child(3) {
    top: 55%;
  }

  #footer {
    background: #009b8f;
    padding-bottom: 1em;
  }

  .toppage #footer {
    padding-bottom: 5em;
  }

  #footer .sp_reverse {
    flex-direction: column-reverse;
    display: flex;
  }

  #fLink a {
    color: #fff;
    padding: 0;
  }

  #copyright {
    color: #fff;
    background: none;
    opacity: 1;
  }

  #gNav {
    position: absolute;
    right: 100vw;
    background: #fff;
    transition: right 0.2s ease-out;
    overflow-y: scroll;
  }

  #gNav li a {
    color: #4d4e50;
    fill: #4d4e50;
    text-align: center;
  }

  #gNav li a:hover,
  #gNav li a:active {
    background: #5d4e3d;
  }

  #pagePath {
    padding: 1em 0;
    overflow-x: scroll;
  }

  #pagePath li {
    white-space: nowrap
  }

  #fAddress {}

  #fAddress dl {
    justify-content: center;
    text-align: center;
  }

  #fNav {}

  #fNav ul {
    display: flex;
    flex-wrap: wrap;
    position: relative;
    margin: 0 -1.5em;
    margin-top: 1em;
    border-top: 1px solid #fff;
    background: #009b8f;
  }

  #fNav ul:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  #fNav li {
    border-bottom: 1px solid #fff;
  }

  #fNav li ul {
    display: none;
  }

  #fNav a {
    display: flex;
    align-content: center;
    padding: 1em;
    text-decoration: none;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }

  #fNav li:nth-child(odd) a {
    padding: 1em 0 1em 2em;
  }

  #fNav a:hover,
  #fNav a:active {
    background: #5d4e3d;
  }

  #fNav i {
    margin-right: 0.2em;
  }

  #fLink {
    margin: 2em 0;
  }

  #fSns {
    margin: 1em 0;
  }

  .wrap {}

  .wrap div+div {
    margin-top: 1.5em;
  }

  .subject {
    font-size: 1.6em;
  }

  .headline {
    font-size: 1.6em;
  }

  .title {
    font-size: 1.4em;
  }

  .subTitle {
    font-size: 1.2em;
  }

  .salonList .subTitle {
    width: 80%;
  }

  .salonList {}

  .salonList dl {
    flex-wrap: wrap;
  }

  .salonList dt {
    width: 100%;
    padding-bottom: 1em;
  }

  .salonList dt ul {
    padding: 0.8em;
    border: 1px solid #f4f3ed;
  }

  .salonList dt li {
    white-space: normal;
  }
}

@media screen and (max-width: 767px) and (orientation:portrait) {

  /*767px以下 縦向き*/
  html {
    font-size: 2.8vw;
  }

  #wrapper {
    padding-top: 15vw;
  }

  #header {}

  #siteName {
    height: 15vw;
    padding: 3.5vw 0 0 3vw;
  }

  #siteName svg {
    font-size: 8vw;
  }

  #navButton {
    font-size: 15vw;
  }

  #gNav {
    top: 60px;
    width: 100vw;
    height: calc(100vh - 15vw);
  }

  .nav #gNav {
    right: 0;
  }

  #gMap {
    height: 100vw;
  }

  #fAddress {}

  #fAddress dt+dd {
    text-indent: 0.25em;
  }

  #fNav {}

  #fNav li {
    width: 50%;
  }

  #fNav li:nth-child(odd) {
    border-right: 1px solid #fff;
  }

  #fLink {}

  #fLink ul {
    flex-wrap: wrap;
  }

  #fLink li {
    width: 100%;
    text-align: center;
  }

  #fLink li+li {
    margin-top: 1em;
  }

  [id^="anchor_"] {
    margin-top: calc(-15vw - 2em);
  }

  .table {}

  .table dt,
  .table dd {
    width: 100%;
  }

  .table dd {
    margin-top: 0;
  }

  .topicsList {}

  .topicsList li {
    flex-wrap: wrap;
    align-items: center;
  }

  .topicsList a {
    width: 100%;
    margin: 0.5em 0 0 0;
  }
}

@media screen and (max-width: 767px) and (orientation:landscape) {

  /*767px以下 横向き*/
  html {
    font-size: 1.8vw;
  }

  #wrapper {
    padding-top: 8vw;
  }

  #header {
    height: 8vw;
  }

  #siteName {
    height: 8vw;
    padding: 1.5vw 0 0 1.5vw;
  }

  #siteName svg {
    font-size: 5vw;
  }

  #navButton {
    font-size: 8vw;
  }

  #gNav {
    top: 8vw;
    width: 60vw;
    height: calc(100vh - 8vw);
  }

  .nav #gNav {
    left: 40vw;
  }

  #gMap {
    height: 70vh;
  }

  #fNav {}

  #fNav li {
    width: 33.33%;
  }

  [id^="anchor_"] {
    margin-top: calc(-10vw - 2em);
  }
}


/* for tablet */
@media screen and (min-width: 768px) {

  /*768px以上*/
  html {
    font-size: 62.5%;
  }

  #siteName {
    position: absolute;
  }

  #navButton {
    display: none;
  }

  #gNav {
    position: absolute;
  }

  #gNav li {}

  #gNav li a {}

  #gNav li a:hover,
  #gNav li a:active {
    color: #f1a107;
    fill: #f1a107;
  }

  #gNav li i {
    display: none;
  }

  #pagePath {
    padding: 2em 0;
  }

  #pagePath ul {
    flex-wrap: wrap;
  }

  #footer {}

  #footer .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  #fAddress {
    width: 22em;
  }

  #fNav {}

  #fNav ul {
    display: -ms-flex;
    display: flex;
    background: #009b8f;
    justify-content: center;
  }

  #fNav ul ul {
    display: block;
    margin-left: 1.2em;
  }

  #fNav li {
    padding: 2.0rem 0;
    text-align: left;
    border-left: 1px solid #fff;
  }

  #fNav li:last-child {
    border-right: 1px solid #fff;
  }

  #fNav li a {
    width: calc(100% / 6);
    padding: 2.0rem 7.0rem 2.0rem 1.5rem;
    text-decoration: none;
  }

  #fNav>li {}

  #fNav>li>a {
    position: relative;
    padding-left: 1.2em;
  }

  #fNav>li i {
    position: absolute;
    left: 0;
  }

  #fNav a {}

  #fNav a:hover,
  #fNav a:active {
    color: #f1a107;
    fill: #f1a107;
  }

  #fLink,
  #fSns,
  #copyright {
    width: 100%;
    margin-top: 2em;
  }

  .wrap {}

  .wrap div+div {
    margin-top: 2em;
  }

  .subject {
    font-size: 1.8em;
  }

  .headline {
    font-size: 1.8em;
  }

  .title {
    font-size: 1.4em;
  }

  .subTitle {
    font-size: 1.2em;
  }

  .topicsList {}

  .topicsList li {
    padding: 1em 0;
  }
}

.salonList {}

.salonList dt {
  width: 100%;
}

.salonList dt+dd {
  margin-left: auto;
}

.salonList dd+dd {
  margin: 1em 0 0 1em;
  display: flex;
}

.salonList dd+dd.map-btn {
  justify-content: right;
  margin: -3em 0 0 0;
}

@media screen and (min-width: 768px) and (max-width: 991px) {

  /*768px～991px*/
  main>*,
  main hr,
  article,
  article header,
  article section {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  article {}

  article #subject {
    top: -3em;
  }

  #wrapper {
    padding-top: 4em;
  }

  #header {}

  #header div {}

  #siteName {
    top: 1em;
    left: 1em;
  }

  #siteName svg {
    font-size: 2em;
  }

  #gMap {
    height: 30em;
  }

  [id^="anchor_"] {
    margin-top: -7em;
  }

  .wrap {
    max-width: 720px;
  }
}

@media screen and (max-width: 991px) {
  /*991px以下*/
}


/* for PC */
@media screen and (min-width: 992px) {

  /*992px以上*/
  body {
    font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  }

  main>*,
  main hr,
  article,
  article header,
  article section {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  article {}

  article #subject {
    top: -4em;
  }

  #wrapper {
    padding-top: 6em;
  }

  #header {}

  #header div {}

  #siteName {
    top: 1.5em;
    left: 1.5em;
  }

  #siteName svg {
    font-size: 3em;
  }

  #gMap {
    height: 40em;
  }

  [id^="anchor_"] {
    margin-top: -10em;
  }
}

@media screen and (min-width: 992px) and (max-width: 1199px) {

  /*992px～1200px*/
  .wrap {
    max-width: 940px;
  }
}

@media screen and (min-width: 1200px) {

  /*1200px以上*/
  body {
    font-size: 1.6rem;
    line-height: 1.6em;
  }

  .wrap {
    max-width: 1140px;
  }
}

/* ie */
@media all and (-ms-high-contrast: none) {
  main {
    display: block;
  }
}


/* 2023/01/14 追加 */
/* ------------------------------
　共通
------------------------------ */
.text-black {
  color: #4d4e50 !important;
}

.text-pink {
  color: #ff7676 !important;
}

.text-green {
  color: #009b8f !important;
}

.box-shadow {
  box-shadow: 10px 9px 12px 0px rgba(10, 10, 10, 0.1), 0px 0px 0px 1px rgba(10, 10, 10, 0.02);
}

.btn-green {
  background-color: #009b8f;
  color: #fff;
  border: none;
  text-decoration: none;
}

.btn-black {
  background-color: #5a5a5a;
  color: #fff;
  border: none;
  text-decoration: none;
}

.btn-pink {
  background-color: #f99292;
  color: #fff;
  border: none;
  text-decoration: none;
}

.btn-lightgreen {
  background-color: #e5f5f4;
  color: #35220d;
  border: none;
  text-decoration: none;
}

.btn-white {
  background-color: #fff;
  color: #009b8f;
  border: 2px solid #ddd;
  text-decoration: none;
}

.btn-orange {
  background-color: #f2a122;
  color: #fff;
  text-decoration: none;
}

.btn-blue {
  background-color: #05a7df;
  color: #fff;
  text-decoration: none;
}

.bg-pink {
  background-color: #feefef;
  color: #000;
}

.bg-blue {
  background-color: #d9f2fa;
  color: #000;
}

.bg-green {
  background-color: #009b8f;
  color: #fff;
}

.bg-grey {
  background-color: #f6f6f6;
}

.bg-lightgreen {
  background-color: #e5f5f4;
  color: #35220d;
}

.linkText {
  font-size: 2.0rem;
  font-weight: bold;
  text-decoration: underline;
}

.btn {
  transition: 0.5s all;
}

.btn:hover {
  /* opacity: 0.5; */
  filter: brightness(120%);
}

.common-frame {
  border: 1px solid #ebebeb;
  border-radius: 18px;
}

.common-frame .bg-green {
  border-radius: 18px 18px 0 0;
  padding: 1em;
  font-size: 1.3em;
  font-weight: bold;
}

.common-frame .main-sec {
  border-radius: 0 0 18px 18px;
}

.main-sec {
  padding: 3em 3em 2em;
}

.row {
  margin-right: 0;
  margin-left: 0;
}

.bg-green span {
  color: #fff;
  font-weight: normal;
  font-size: 1.4rem;
  display: block;
}

.txt-black {
  color: #4d4e50;
}

.btn-lg {
  padding: 1em 5em;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 10px;
}

.btn-middle {
  padding: 1em 3em;
  font-size: 1.5rem;
  font-weight: bold;
  border-radius: 10px;
}

.flex-evenly {
  display: flex;
  justify-content: space-evenly;
}

.flex-between {
  display: flex;
  justify-content: space-between;
}

.flex-evenly .btn,
.flex-between .btn {
  width: 15em;
  padding: 1em 0;
}

.form-group {
  margin-bottom: 1em;
}

.common-frame.radius-0 {
  border-radius: 0;
}

.common-frame.radius-0 .bg-green {
  border-radius: 0;
}

.content-box {
  margin: 1em auto 3em;
}

.content-box:last-of-type {
  margin: 1em auto 0;
}

@media screen and (max-width: 767px) {
  .sp-block {
    display: block !important;
  }

  .main-sec {
    padding: 2em 1rem 1em;
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

/* ------------------------------
　ヘッダー
------------------------------ */
header {
  width: 100%;
  height: 100px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-evenly;
  align-items: center;
  padding: 2rem;
  position: relative;
}

.logo img {
  max-width: 280px;
  /*294px */
  width: 20vw;
}

.logo a:hover {
  opacity: 0.6;
}

.btn-login,
.btn-login:not(:disabled):not(.disabled).active,
.btn-login:not(:disabled):not(.disabled):active,
.show>.btn-login.dropdown-toggle,
.btn-login:hover {
  background-color: #009b8f;
  border: none;
}

#navButton {
  display: block;
}

/* ------------------------------
　予約ボタン編集用
------------------------------ */
.fadeInUp {
  -webkit-animation: fadeInUp 0.6s ease;
  -moz-animation: fadeInUp 0.6s ease;
  -ms-animation: fadeInUp 0.6s ease;
  animation: fadeInUp 0.6s ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -ms-animation-fill-mode: both;
  animation-fill-mode: both
}

.delay2 {
  animation-delay: 0.35s;
  -moz-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
}

.yoyaku_btn {
  text-align: right;
}

.yoyaku {
  float: right;
  margin-top: -39px;
}

#op_btn {
  z-index: 1;
  position: fixed;
}

#op_btn.active {
  opacity: 0.4;
}

.yoyaku {
  position: fixed !important;
  right: 0;
  top: 111px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: rgba(255, 255, 255, 0.8);
  background-blend-mode: lighten;
  line-height: 1;
  margin: 0;
  z-index: 9999;
  font-size: 16px;
  transition: 0.5s all;
}

.yoyaku:hover {
  opacity: 0.5;
}

.yoyaku.top {
  position: fixed !important;
  right: 0;
  top: 55px;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  background: #ce9b0e;
  line-height: 1;
  margin: 0;
  z-index: 9999;
  font-size: 16px;
}

.yoyaku a {
  display: block;
  color: #fff;
  background-color: #009b8f;
  padding: 30px 11px;
  text-decoration: none;
}

.before-login {
  display: none;
}

@media screen and (min-width: 768px) {

  .btn-login,
  .btn-login:not(:disabled):not(.disabled).active,
  .btn-login:not(:disabled):not(.disabled):active,
  .show>.btn-login.dropdown-toggle,
  .btn-login:hover {
    background: none;
    border: none;
  }

  .fade.delay2.yoyaku.fadeInUp {
    top: 60px;
  }
}

@media screen and (max-width: 767px) {
  header {
    height: auto;
  }

  .logo img {
    width: 170px;
  }

  .after-login img {
    height: 60px;
    width: auto;
  }

  .after-login {
    display: block;
  }
/* comment by dimuth on 10-04-2024 */
  /* .btn-login {
    text-decoration: none;
    right: 2em;
    padding: 0.5em 1.5em;
    position: absolute;
  } */

  .btn-login {
    text-decoration: none;
    right: -1em;
    padding: 1.1em 3em;
    position: absolute;
  }


  .btn-login span {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
  }

  .yoyaku {
    position: fixed !important;
    width: 100%;
    writing-mode: unset;
    line-height: 1;
    z-index: 9999;
    font-size: 15px;
    text-align: center;
    opacity: 0.9;
    top: auto;
    bottom: 0%;
  }

  .yoyaku a {
    display: block;
    color: #fff;
    padding: 0.7em 1em;
    border-radius: 10%;
    text-decoration: none;
    margin: 1rem 1em 1rem auto;
    width: fit-content;
  }
}


/* ------------------------------
　店舗検索
------------------------------ */
.search-main .flex-fill {
  text-align: center;
  margin: 1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.favorite-box .flex-fill {
  width: 30%;
}

.search-main a {
  -ms-flex: 1 1 auto !important;
  flex: 1 1 auto !important;
  text-decoration: none;
}

.search-main .flex-fill img {
  display: block;
  margin: auto;
  padding-bottom: 1em;
}

.search-box {
  margin: 3rem 0;
}

.title-box {
  font-size: 1.6rem;
  font-weight: bold;
}

.search-box .form-control {
  padding: 2rem 1rem;
}

.search-box .btn-outline-success {
  border: none;
  background-color: #e5f5f4;
}

.search-box .fa-search:before {
  color: #009b8f;
  font-size: 2em;
  padding: 1em
}

.favorite-box {
  font-size: 1.8rem;
  font-weight: bold;
}

.favorite-box a {
  text-decoration: none;
}

.favorite-box img {
  display: inline-block;
  margin: auto;
  vertical-align: middle;
  padding: 0 1em 0 0;
}

@media screen and (max-width: 767px) {
  .favorite-box .flex-fill {
    width: 100%;
  }

  .search-main .flex-fill img {
    display: inline-block;
    margin: auto;
    vertical-align: middle;
    padding: 0 1em 0 0;
  }

  .search-main .flex-fill.p-5 {
    padding: 3rem 1rem !important;
    margin: 1em auto;
  }

  .d-flex.search-main {
    display: block !important;
  }

}

/* ------------------------------
　パンくず
------------------------------ */
.breadcrumb {
  background: none;
  margin: 5rem auto 0;
}

.breadcrumb-item+.breadcrumb-item {
  padding: 0;
}

.breadcrumb-item.active {
  color: #009b8f;
  font-weight: bold;
  opacity: 1;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: ">";
  padding: 0 1.5rem;
}

/* ------------------------------
　住所検索
------------------------------ */
.subject {}

.subject i {
  background: #d1311c;
}

#salon {
  padding: 0;
}

#salon h3+.salonList {
  margin: 0;
}

#salon h2+.salonList {
  border-top: 1px solid #aa9c91;
}

#mainTab {
  display: flex;
  justify-content: space-between;
  list-style: none;
}

#mainTab li {
  background: #35220d;
  color: #fff;
  fill: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
}

#mainTab li.active {
  background: #d1311c;
}

#fav {}

#fav section {
  padding-bottom: 0;
}

#map {}

#map h2+div {
  position: relative;
}

#selPref_safarimobile,
#map select {
  position: absolute;
  top: calc(8px + 2em);
  left: initial;
  right: 10px;
  width: auto;
  height: auto;
  border: solid 1px #35220d;
  border-radius: 2px;
  background: rgba(255, 255, 255, 0.25);
  transition-duration: 0.5s;
  transition-property: all;
}

#selPref_safarimobile:hover {
  background-color: #fff;
}

#selPref_safarimobile li,
#map select option {
  padding: 0.1em 0.5em;
  opacity: 0.8;
}

#selPref_safarimobile li.selected {
  opacity: 1;
  background-color: #f1a107;
}

#selPref_safarimobile li:not(.selected):hover {
  background-color: #f4b439;
}

.loadingLayer {
  display: none;
  margin: 0
}

.loadingLayer>div {
  background: rgba(0, 0, 0, 0.8);
}

.loadingLayer p {
  font-weight: bold;
}

.loadingLayer .loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10em;
  height: 10em;
  margin: -5em;
  border: 2px solid #a90329;
  ;
  border-top-color: transparent;
  border-radius: 100%;
  animation: spin 0.75s infinite linear;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.mapMask {
  margin: 0 !important;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  opacity: 1;
  background-color: rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  pointer-events: none
}

#addr {}

#addr section {
  padding-bottom: 0;
}

#planTab {
  text-align: center;
}

#planTab ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  border-bottom: 0.2em solid #e4e4e4;
}

#planTab li {
  width: calc(100% / 7);
  padding: 1em;
  background: #fff;
  color: #4d4e50;
  text-align: center;
  transition: all 0.2s ease-out;
  border: solid 1px #e4e4e4;
  border-radius: 10px 10px 0px 0px;
  font-weight: bold;
}

#planTab li:hover,
#planTab li:active {
  cursor: pointer;
  background: #f1a107;
}

#planTab li+li {
  width: calc(100% / 7 - 1px);
}

#planTab .select {
  pointer-events: none;
  background: #e4e4e4;
  color: #4d4e50;
}

.gmap-info-box {
  position: relative;
  padding: 5px 10px 5px 5px;
  border: 1px solid #aaa;
  background-color: #fff;
  color: #5A2204;
}

.gmap-info-box img {
  display: none;
}

.gmap-info-box h3 {
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
}

.caption {
  border: 1px solid #d1311c;
  color: #d1311c;
  fill: #d1311c;
  text-align: center;
}

.custom-control,
.custom-control-label,
input[type=checkbox],
input[type=radio] {
  cursor: pointer;
  width: fit-content;
}

input[type=checkbox],
input[type=radio] {
  top: 10px;
}

.custom-control {
  margin-bottom: 1rem;
}

.from-wide .custom-control {
  width: calc(100% + 1.5rem);
  display: inline;
}

.custom-checkbox .custom-control-label::before {
  top: 5px;
}

.custom-control-label {
  padding: 3px 0 0 1em;
  font-size: 1.6rem;
  font-weight: bold;
}

.custom-control-label::before {
  background-color: #fff;
  border: solid 1px #ddd;
  width: 20px;
  height: 20px;
}

.custom-checkbox .custom-control-input:checked~.custom-control-label::before {
  background-color: #009b8f;
}

.custom-control-label::after {
  top: 6px;
  left: -14px;
  width: 18px;
  height: 18px;
  background-size: 100%;
}

.search-btn {
  margin: 5rem auto 0;
  padding: 1em 2em;
  font-size: 1.8rem;
  font-weight: bold;
  display: block;
  transition: 0.5s all;
}

.search-btn:hover {
  /* opacity: 0.5; */
  filter: brightness(120%);
}

.search-btn.btn-width_wide {
  width: 50%;
  padding: 1em 0;
}

@media screen and (min-width: 768px) {
  #mainTab {}

  #mainTab li {
    width: calc(33.33% - 0.66em);
    padding: 1.5em 0;
  }

  #mainTab i {
    margin-right: 0.5em;
    vertical-align: middle;
  }

  #mainTab svg {
    width: 1.6em;
    height: 1.6em;
    margin: -0.3em 0;
  }

  .caption {
    padding: 2em;
  }
}

@media screen and (max-width: 767px) {
  #mainTab {}

  #mainTab li {
    width: calc(33.33% - 0.2em);
    padding: 1em 0;
  }

  #mainTab i {
    display: block;
    margin-bottom: 0.5em;
  }

  #mainTab svg {
    font-size: 1.8em;
  }

  #planTab {}

  #planTab select {
    width: 50%;
  }

  .caption {
    padding: 1em;
  }

  .custom-control-label::after {
    top: 7px;
    left: -11px;
    width: 16px;
    height: 16px;
  }

  .search-btn.btn-width_wide {
    width: 100%;
    padding: 1em 0;
  }
}


/* ------------------------------
　店舗詳細
------------------------------ */
.staff-review {
  max-width: 90%;
  margin: 5rem auto 1rem;
}

.staff-review h3 {
  margin-bottom: 1.5rem;
}

.staff-review h5 {
  font-weight: bold;
  text-align: center;
}

.staff-review .flex-box {
  margin-bottom: 3rem;
  overflow-x: auto;
}

.staff-review .headline+* {
  margin-top: 0;
}

.staff-pic {
  text-align: center;
}

.staff-pic img {
  width: 100px;
  margin: 0 !important;
}

.staff-review .media-body {
  margin-left: 1em;
}

.staff-review .flex-fill {
  margin: 0 1.0rem;
  width: 50%;
}

.review-box .flex-fill p {
  display: inline-block;
  font-weight: bold;
  font-size: 1.2rem;
  padding: 1em;
}

.review-box .flex-fill p+p {
  float: right;
}

.review-box {
  margin-top: 3em;
}

@media screen and (max-width: 767px) {
  .staff-review {
    max-width: 100%;
    margin: 5rem auto 1rem;
  }

  .staff-pic {
    text-align: center;
  }

  .staff-pic img {
    width: 8.0rem;
    margin: auto;
    margin: 0 !important;
  }

  .staff-review .media-body {
    margin-left: 1em;
  }

  .staff-review .flex-fill {
    margin: 1.0rem auto;
    width: 100%;
  }

  .staff-review .d-flex {
    display: block !important;
  }
}

/* ------------------------------
　お困り事
------------------------------ */
.common-table {
  border-collapse: separate;
  border-radius: 20px;
}

.common-table .thead-green {
  background-color: #009b8f;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
}

.common-table .thead-green span {
  color: #addfdb;
  font-weight: normal;
  font-size: 1.4rem;
}

.common-table .thead-green th,
.common-table tbody td {
  padding: 1em;
}

.common-table .thead-green th {
  border-radius: 18px 18px 0 0;
  border-bottom: none;
  vertical-align: middle;
}

.common-table tbody .trouble-td {
  border-bottom: 1px solid #ddd;
  border-top: none;
  width: 50%;
}

.common-table tbody tr:last-child td {
  border-bottom: none;
}

.common-table tbody tr td:first-child {
  border-right: 1px solid #ddd;
}

.common-table tbody tr:last-child td:first-child {
  border-radius: 0 0 0 18px;
}

.common-table tbody tr:last-child td:last-child {
  border-radius: 0 0 18px 0;
}

.common-table .custom-control-label {
  padding: 0.2em 0 0 1em;
  font-size: 1.5rem;
  font-weight: normal;
}


/* ------------------------------
　コース選択　ウィザード
------------------------------ */
.bs-wizard {
  padding: 0 0 40px 0;
}

.bs-wizard>.bs-wizard-step {
  padding: 0;
  position: relative;
  width: 25%;
  opacity: 1;
}

.bs-wizard>.bs-wizard-step+.bs-wizard-step {}

.bs-wizard>.bs-wizard-step .bs-wizard-stepnum {
  color: #595959;
  font-size: 16px;
  margin-bottom: 5px;
}

.bs-wizard>.bs-wizard-step.active .bs-wizard-info {
  color: #000;
  font-weight: bold;
  font-size: 1.2rem;
}

.bs-wizard>.bs-wizard-step .bs-wizard-info {
  color: #bbb;
  font-size: 1.2rem;
}

.bs-wizard>.bs-wizard-step>.bs-wizard-dot {
  position: absolute;
  width: 30px;
  height: 30px;
  display: block;
  background: #009b8f;
  top: 23px;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border-radius: 50%;
}

.bs-wizard>.bs-wizard-step>.progress {
  position: relative;
  border-radius: 0px;
  height: 8px;
  box-shadow: none;
  margin: 20px 0;
  left: 0%;
}

.bs-wizard>.bs-wizard-step>.progress>.progress-bar {
  width: 0px;
  box-shadow: none;
  background: #009b8f;
}

.bs-wizard>.bs-wizard-step.complete>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.active>.progress>.progress-bar {
  width: 50%;
}

.bs-wizard>.bs-wizard-step:first-child.active>.progress>.progress-bar {
  width: 0%;
}

.bs-wizard>.bs-wizard-step:last-child.active>.progress>.progress-bar {
  width: 100%;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot {
  background-color: #f5f5f5;
}

.bs-wizard>.bs-wizard-step.disabled>.bs-wizard-dot:after {
  opacity: 0;
}

.bs-wizard>.bs-wizard-step:first-child>.progress {
  width: 50%;
  left: 50%;
}

.bs-wizard>.bs-wizard-step:last-child>.progress {
  width: 50%;
}

.bs-wizard>.bs-wizard-step.disabled a.bs-wizard-dot {
  pointer-events: none;
}

.new-second {
  justify-content: center;
}

.new-second .search-btn {
  width: 18rem;
  margin: 5rem 0rem 0.5rem;
  border-radius: 0;
}

/* ------------------------------
　コース選択　おすすめ
------------------------------ */
.course-wrap {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.coursebox-wrap {
  width: 24%;
}

.course-box {
  border: 1px solid #009b8f;
  border-radius: 10px;
  text-align: center;
  position: relative;
  height: 30rem;
}

.new-select {
  display: flex;
}

.new-select p {
  flex: 1 1 auto;
  text-align: center;
  color: #fff;
}

.new-select .course-new {
  background-color: #f2a127;
  border-radius: 10px 0 0 0;
}

.new-select .course-select {
  background-color: #009b8f;
  border-radius: 0 10px 0 0;
}

.course-main .course-txt {
  font-size: 1.8rem;
  padding: 1rem 0 0;
}

.course-main .img-time {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.course-main .img-time img {
  width: auto;
}

.course-main .course-time {
  font-size: 2.0rem;
}

.course-main .course-time span {
  font-size: 5.0rem;
  font-weight: bold;
  line-height: 1;
}

.menu-select .course-main .course-time {
  padding: 1rem 0 2rem;
}

.menu-select .course-main .course-time span {
  font-size: 10rem;
}

.course-main .course-price {
  border-top: 1px solid #ddd;
  margin: 1rem auto 0;
  padding-top: 0.5rem;
  width: 90%;
  font-size: 2.0rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

.course-caption {
  font-size: 1.4rem;
  line-height: 1.5;
  padding: 1rem 1rem 0;
}

ul,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

#accordion_menu>li {
  border: #ccc 1px solid;
  margin-bottom: -1px;
}

#accordion_menu a {
  color: #666;
}

#accordion_menu a[data-toggle="collapse"] {
  display: block;
  padding: 10px;
  text-decoration: none;
  position: relative;
}

#accordion_menu a[data-toggle="collapse"]:hover {
  background: #e7e7e7;
}

#accordion_menu a[data-toggle="collapse"]::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  border-top: #666 1px solid;
  border-right: #666 1px solid;
  position: absolute;
  right: 15px;
  top: 0;
  bottom: 0;
  margin: auto;
}

#accordion_menu a[aria-expanded=false]::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-duration: 0.3s;
}

#accordion_menu a[aria-expanded=true]::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  transition-duration: 0.3s;
}

[id^="menu"] li {
  padding: 10px 10px 10px 20px;
}

@media screen and (max-width: 767px) {
  .d-flex.new-second {
    display: flex !important;
  }

  .new-second .search-btn {
    width: 15rem;
    margin: 5rem 0 0.5rem;
    border-radius: 0;
  }

  .coursebox-wrap {
    width: 48%;
    margin-bottom: 2rem;
  }

  .course-box {
    height: 33rem;
  }
}

/* ------------------------------
　コース選択　詳細
------------------------------ */
#courceList {
  margin: 6rem auto 5rem;
}

.courceTitle {
  height: 80px;
}

.courceTitle img {
  height: 80px;
  margin: 0;
  vertical-align: middle;
}

.courceTitle {
  float: none;
  opacity: 1;
  color: #fff;
}

.courceTitle.ct-bg-brown {
  background-color: #963c1c;
}

.courceTitle.ct-bg-blue {
  background-color: #006bb4;
}

.courceTitle.ct-bg-yellow {
  background-color: #f4ce00;
}

.feeTable tr th h4 {
  display: inline;
}

.feeTable tr th .fee-time-price {
  display: inline;
  float: right
}

.feeTable tr th .fee-price {
  padding-left: 1em;
  font-weight: bold;
}

.feeTable tr th .fee-detail {
  display: block;
}

.feeTable tr td {
  vertical-align: middle;
  padding-left: 1em;
}

.feeTable tr td .btn {
  padding: 1em 1em;
  font-size: 1.8rem;
  font-weight: bold;
}

.courceTitle span {
  width: 24px;
  height: 24px;
  font-size: 24px;
}

.courceTitle span svg {
  width: 24px;
  height: 24px;
  display: block;
  transform: rotate(-90deg);
}

.courceTitle.is-close span svg {
  transform: rotate(90deg);
}

.selectTitle {
  align-items: center;
  padding-right: 1em;
  background: #009b8f;
  color: #fff;
}

/* .selectTitle h3 {
  padding: 1em;
} */

.btn-delete {
  background-color: #f99292;
  color: #fff;
  box-shadow: 5px 5px 5px 0 rgba(0, 0, 0, 0.3);
  -webkit-tap-highlight-color: transparent;
  transition: .2s ease-out;
  border-radius: 10px;
}

.feeTable tr td .btn-delete {
  padding: 1rem 2rem;
}

.btn-delete:hover {
  transform: translate(2px, 2px);
  box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.3);
}

#selectCourse .feeTable,
#selectCourse .feeTable td,
#selectCourse .feeTable th {
  border: 1px solid #e0e0e0;
  padding: 1em;
}

#selectCourse .search-btn {
  padding: 1em 5em;
}

.course-head {
  width: fit-content;
  padding: 1em 7em;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  margin: 1rem auto 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.course-head img {
  width: 25px;
  display: block;
  vertical-align: middle;
  position: absolute;
  right: 3rem;
}

.feeTable tr td .btn-green {
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #courceList {
    margin: 5rem auto 5rem;
    width: 100%;
  }

  .courceTitle {
    height: 70px;
  }

  .courceTitle img {
    height: 70px;
    margin: 0;
    vertical-align: middle;
  }

  .feeTable tr th .fee-time-price {
    display: block;
    float: none;
  }

  .course-table .feeTable tr th .fee-detail {
    display: none;
    ;
  }

  .course-head {
    width: 90%;
    padding: 1em 0;
  }

}


/* ------------------------------
　オプション選択
------------------------------ */
.option-select {
  position: fixed !important;
  width: 100%;
  writing-mode: unset;
  line-height: 1;
  z-index: 9999;
  font-size: 15px;
  text-align: center;
  opacity: 1;
  top: auto;
  bottom: 0%;
  background-color: #FFFFFF;
  border-top-width: 1px;
  border-color: #E8EFF7;
  border-style: solid;
}

.option-select.yoyaku:hover {
  opacity: 1;
}

.option-select #selectCourse .feeTable th h3 {
  padding: 0;
}

.option-select #selectCourse .feeTable td {
  background-color: #fff;
  text-align: left;
}

#footer.ft-option {
  padding-bottom: 8em;
}

@media screen and (max-width: 767px) {

  .flex-evenly .btn,
  .flex-between .btn {
    width: 8em;
    padding: 1rem 0;
  }

  .option-select #selectCourse .feeTable th,
  .option-select #selectCourse .feeTable td {
    padding: 1rem;
  }

  .option-select #selectCourse .feeTable th h3 {
    font-size: 1.5rem;
  }

  .option-select #selectCourse .feeTable td h4 {
    font-size: 1.4rem;
  }
}

/* ------------------------------
　日時指名選択
------------------------------ */
.common-table .right-edit a {
  float: right;
  text-decoration: underline;
  color: #fff;
  font-size: 1.3rem;
  font-weight: normal;
}

.common-table .select-menu {
  font-weight: bold;
}

.common-table .select-menu tr {
  text-align: center;
}

.common-table .select-menu td {
  padding: 1rem 2em 0;
  border-top: none;
  border-bottom: 1px solid #ddd;
  position: relative;
  display: inline-block;
  width: 45%;
  text-align: left;
}

.common-table tbody.select-menu tr td:first-child {
  border-right: none;
}

.common-table .select-menu .select-title td {
  color: #009b8f;
  font-weight: bold;
  padding: 2em 0 0 1em;
  border-bottom: none;
  float: left;
}

.common-table .select-menu td+td {
  text-align: right;
  vertical-align: bottom;
}

.common-table .select-menu .total-price td {
  padding: 2em 0 2em 1em;
  font-size: 1.7rem;
}

.common-table .select-menu .total-price td+td {
  color: #35220d;
  padding: 2em;
  float: none;
}

.common-table .right-req p,
.common-frame .right-req p {
  display: inline-block;
  vertical-align: -webkit-baseline-middle;
}

.common-frame .right-req .required-right {
  float: right;
  background-color: #f99292;
  color: #fff;
  font-weight: bold;
  border-radius: 10px;
  padding: 0.5rem 1.5rem;
}

.card {
  position: relative;
  display: block;
  margin-bottom: .75rem;
  background-color: #fff;
  border: 1px solid #BDBDBD;
  border-radius: .25rem
}

.card-block {
  padding: 1.25rem
}

.card-img-top,
.staff-slider__image {
  border-radius: .25rem .25rem 0 0
}

.staff-slider {
  margin: 0 -.25rem .5rem;
  position: relative
}

.staff-slider__frame {
  overflow: auto
}

.staff-slider__frame::-webkit-scrollbar {
  display: none
}

.staff-slider__inner {
  -webkit-overflow-scrolling: touch
}

.staff-slider__inner::after {
  content: "";
  display: table;
  clear: both
}

.staff-slider__item {
  background: #fff;
  border-radius: .4rem;
  border: 1px solid #ddd;
  cursor: pointer;
  margin: 0 .25rem;
  overflow: hidden;
  position: relative;
  width: 12rem;
  float: left;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none
}

.staff-woman {
  background-color: #ee8d8c;
}

.staff-man {
  background-color: #179cce;
}

.staff-slider__item .img__wrap {
  width: 6.874rem;
  height: 7.832rem;
  display: table-cell;
  vertical-align: middle;
}

.staff-slider__item:hover {
  background: #E0E0E0;
  border-color: #E0E0E0
}

.staff-slider__prev,
.staff-slider__next {
  background: #fff;
  border-radius: 50%;
  border: solid 1px #BDBDBD;
  cursor: pointer;
  display: none;
  height: 2rem;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  z-index: 100;
  line-height: 2rem
}

.staff-slider__prev:hover,
.staff-slider__prev:focus,
.staff-slider__next:hover,
.staff-slider__next:focus {
  background: #E0E0E0;
  outline: none;
  text-decoration: none
}

.staff-slider__prev {
  left: -1.5rem
}

.staff-slider__next {
  right: -1.5rem
}

.staff-slider__prev:before,
.staff-slider__next:before {
  font-family: "Font Awesome 5 Free";
  font-size: 1.5rem;
  color: #009b8f;
  font-weight: 900;
}

.staff-slider__prev:before {
  margin-left: -.1rem;
  content: '\f104';
}

.staff-slider__next:before {
  margin-right: -.1rem;
  content: '\f105';
}

.staff-slider__input {
  display: none
}

.staff-slider__footer {
  background: #999;
  color: #fff;
  border-top: none;
  font-size: 1.2rem;
  overflow: hidden;
  padding: .375rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-size: 1.4rem;
  font-weight: bold;
}

.staff-slider__footer.staff-name {
  background-color: #f5f5f5;
  color: #777;
}

.nominate-fee {
  background: #fff;
  color: #35220d;
  width: 12rem;
  height: 4rem;
  clip-path: polygon(10% 90%, 20% 0%, 80% 0%, 90% 90%);
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.2rem;
  font-weight: normal;
}

.staff-slider__image {
  border-radius: 0;
  display: block;
  margin: 0 auto;
  width: 10rem;
  height: 10rem;
  padding: 0.5rem;
}

.staff-slider__naming-fee {
  position: relative;
  z-index: 10;
  height: 1.5rem;
  margin: -1.5rem 0 0;
  padding: 0 0.25rem;
  line-height: 1.5rem;
  text-align: center;
  color: #424242 !important;
  background: rgba(255, 255, 255, 0.5);
  font-size: .75rem
}

.staff-slider__input:checked+.staff-slider__item {
  background: #757575;
  border-color: #757575;
  color: #fff
}

.staff-slider__input:checked+.staff-slider__item:before {
  background: #fff;
  border-radius: 50%;
  color: #009b8f;
  content: "\f00c";
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Font Awesome 5 Free";
  font-size: 1.6rem;
  height: 2rem;
  position: absolute;
  right: 5px;
  top: 5px;
  text-align: center;
  width: 2rem;
  font-weight: 900;
}

.staff-slider__input:checked+.staff-slider__item:hover {
  background: #757575;
  border-color: #757575;
  cursor: default
}


@media screen and (max-width: 767px) {
  .common-table .select-menu td {
    padding: 1rem 1rem 0;
    width: 60%;
  }

  .common-table .select-menu td+td {
    padding: 0 1rem;
    width: 30%;
  }

  .common-table .select-menu .total-price td+td {
    padding: 2em 1rem;
  }
}


/* ------------------------------
　日時指名選択（カレンダー）
------------------------------ */
.card-block {
  padding: 1.25rem;
}

.card-block h2 {
  color: #009b8f;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1rem;
}

.card-block h2+p {
  margin: -0.5rem 0 1rem;
  color: #f99292;
  font-weight: bold;
}

.date-table__top-btn {
  margin-bottom: .5rem;
  display: flex;
  justify-content: space-between;
  position: sticky;
  top: 6.25em;
  z-index: 200;
  /* padding-bottom: 10px;
  padding-top: 10px; */
  background-color: #f4f4f4;
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}

.btn-prev.btn-sm {
  padding-left: 3.5rem;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.btn-next.btn-sm {
  padding-right: 3.5rem;
  /* padding-top: 10px;
  padding-bottom: 10px; */
}

.btn-secondary {
  color: #424242;
  background-color: #fff;
  border: none;
  font-size: 1.3rem;
}

.btn-prev.btn-secondary:after {
  color: #ccc;
}

.btn-prev {
  padding-left: 1.8rem;
  position: relative;
}

.btn-next {
  padding-right: 1.8rem;
  position: relative;
}

.btn-prev:after {
  content: "\f137";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 0.5rem;
  position: absolute;
}

.btn-next:after {
  content: "\f138";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  right: 0.5rem;
}

.date-table {
  width: 100%;
}

.date-table thead th {
  vertical-align: middle;
  border-bottom: 1px solid #BDBDBD;
}

.date-table thead th.bg-green {
  background: #009b8f;
  font-weight: bold;
}

.date-table th,
.date-table td {
  padding: 0.2rem 0.4rem;
}

.date-table__thead th,
.date-table__tfoot th {
  text-align: center;
}

.date-table th .date-table td {
  padding: 0.2rem 0.4rem;
}

.common-frame .date-table th,
.common-frame .date-table td {
  vertical-align: middle;
  border: 1px solid #BDBDBD;
  padding: 0;
  text-align: center;
}

.common-frame .date-table .date-table__thead th {
  padding: 0.5rem 0 1rem;
  border-radius: 0;
}

.date-table__btn--state-disabled {
  color: #BDBDBD;
  cursor: default;
}

.date-table__btn--state-active {
  color: #009b8f;
  text-decoration: none;
}

.date-table__btn--state-active,
.date-table__btn--state-closed,
.date-table__btn--state-disabled {
  display: block;
  width: 100%;
}

.date-table__btn--state-disabled:before {
  content: "×";
}

.date-table__btn--state-active:before {
  content: "◯";
}

.date-table__btn--state-disabled:before,
.date-table__btn--state-active:before {
  font-size: 2.0rem;
  font-weight: bold;
}

.date-table__weekday {
  margin: auto;
  display: block;
  padding: 0;
  font-size: 1.3rem;
  line-height: 1;
  text-align: center;
}

.saturday {
  color: #0a70b7;
}

.sunday {
  color: #df6859;
}

.common-frame .date-table__tbody tr:last-child td {
  border-bottom: 1px solid #BDBDBD;
}

@media screen and (max-width: 767px) {
  .card-block {
    padding: 0;
  }

  .date-table__btn--state-disabled:before,
  .date-table__btn--state-active:before {
    font-size: 1.5rem;
    font-weight: bold;
  }

}

/* ------------------------------
　ログイン
------------------------------ */
.login-sec form {
  max-width: 500px;
  margin: auto;
}

.form-group.row {
  display: flex;
  align-items: center;
}

.form-control {
  padding: 1rem;
  font-size: 1.4rem;
  border-radius: 7px;
  height: auto;
}

.loginbtn button,
.loginbtn a {
  display: block;
  margin: 1em 0 0 auto;
  text-align: right;
  font-size: 1.5rem;
}

.account {
  font-size: 1.5rem;
  padding: 1em 0;
  text-align: center;
  display: block;
}


/* ------------------------------
　アカウント作成
------------------------------ */
.form-required {
  background: #f99292;
  color: #fff;
  font-weight: bold;
  padding: 0.5rem 1rem;
  border-radius: 7px;
  margin-left: 1rem;
}

.common-frame label {
  color: #009b8f;
  font-weight: bold;
  padding: 7px 0;
  display: inline-block;
  vertical-align: middle;
}

.account-sec form .label-black label {
  font-weight: normal;
  color: #4d4e50;
  padding-left: 0.6rem;
}

.form-select-wrap .form-control {
  width: auto;
}

.birthday-txt {
  padding: 0 1rem;
  display: flex;
  align-items: center;
}

.form-check {
  flex-basis: fit-content;
}

.caution-blue {
  color: #2cc1ff;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
}

.caution-black {
  color: #4d4e50;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1em;
}

.caution-pink {
  color: #f99292;
  display: block;
  font-size: 1.2rem;
  font-weight: normal;
  padding: 1em;
}

.common-table .thead-green.bg-grey {
  background-color: #f6f6f6;
  color: #4d4e50;
}

.common-table .thead-green.bg-grey span {
  color: #4d4e50;
  font-weight: normal;
  font-size: 1.4rem;
}

.account-sec form .txt-black label {
  color: #4d4e50;
}

.account-sec select+select {
  margin-top: 1em;
}

.over-y-scroll {
  overflow-y: scroll;
  height: 200px;
  padding: 1em;
}

.over-y-scroll::-webkit-scrollbar {
  width: 12px;
}

.over-y-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 5px;
}

.over-y-scroll::-webkit-scrollbar-track {
  background: rgba(100, 100, 100, 0.3);
  border-radius: 0 0 5px 5px;
}

.over-x-scroll {
  overflow-x: scroll;
  padding: 1em;
}

.over-x-scroll::-webkit-scrollbar {
  width: 12px;
}

.over-x-scroll::-webkit-scrollbar-thumb {
  background-color: rgba(100, 100, 100, 0.5);
  border-radius: 5px;
}

.over-x-scroll::-webkit-scrollbar-track {
  background: rgba(100, 100, 100, 0.3);
  border-radius: 0 0 5px 5px;
}

.agree-btn .btn {
  display: block;
  margin: auto;
  font-size: 1.5rem;
  padding: 1em 3em;
  border-radius: 10px;
}

.agree-btn .btn:disabled {
  opacity: 0.3;
}

.agree-check .custom-control-label {
  padding: 0.3rem 0 0 1em;
  font-size: 1.5rem;
  font-weight: normal;
  margin: 1em 0 0 1em;
}

.account-check-sec .form-control {
  background: #ddd;
}

@media screen and (max-width: 767px) {
  .account-sec .common-frame .main-sec {
    padding: 2em 0 1em;
  }

  .form-select-wrap .form-control {
    padding: 1rem 0.5rem;
    font-size: 1.5rem;
  }

  .agree-btn .btn {
    display: block;
  }

  .caution-black {
    padding: 1em 0;
  }
}


/* ------------------------------
　アカウント作成
------------------------------ */
.course-check .common-table .select-menu .select-title td {
  background: #e5f5f4;
  width: 90%;
  padding: 0.5rem 1em;
  margin: 3rem auto 1rem;
  float: none;
}

.course-check .common-table .select-menu td {
  border-bottom: none;
}

.course-check .common-table .select-menu tr:last-child td {
  margin-bottom: 3rem;
}

.course-check .customer-check .common-table .select-menu td {
  width: 90%;
  ;
}

.complete-page .main-sec {
  text-align: center;
}

.complete-page .btn {
  margin: 2em auto 0;
  display: block;
  width: fit-content;
}

@media screen and (max-width: 767px) {
  .course-check .sp-block .btn {
    width: 90%;
    margin: 1em auto;
    display: block;
  }
}


/* ------------------------------
　モーダル
------------------------------ */
.modal .common-frame .bg-green {
  border-radius: 0;
}

.modal .common-frame .bg-grey {
  padding: 1em;
  font-size: 1.8rem;
  font-weight: bold;
}


/* ------------------------------
　about
------------------------------ */
.about-sec img {
  max-width: 500px;
  margin: 3rem auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .about-sec img {
    margin: 0 auto;
  }
}


/* ------------------------------
　FAQ
------------------------------ */
.qa-004 dt,
.qa-004 dd {
  display: flex;
  align-items: center;
  position: relative;
  margin: 0;
  padding: 1em 1em 1em 3.5em;
}

.qa-004 dt {
  font-weight: 600;
}

.qa-004 dd+dt {
  margin-top: 1em;
}

.qa-004 dt::before,
.qa-004 dd::before {
  display: inline-block;
  position: absolute;
  width: 40px;
  height: 40px;
  left: 0;
  border-radius: 50%;
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  margin-right: 1em;
}

.qa-004 dt::before {
  background-color: #009b8f;
  content: 'Q';
}

.qa-004 dd::before {
  background-color: #6ec6bf;
  content: 'A';
}


/* ------------------------------
  プライバシーポリシー
------------------------------ */
.price-sec img {
  max-width: 100%;
  width: auto;
  margin: 2em auto;
  display: block;
}

@media screen and (max-width: 767px) {
  .price-sec img {
    padding: 2em 1em;
  }
}


/* ------------------------------
  サイトマップ
------------------------------ */
.sitemap-sec a {
  text-decoration: underline !important;
  line-height: 2;
  font-size: 1.6rem;
}

.sitemap-sec ul {
  padding-left: 1em;
}

.sitemap-sec ul li:before {
  content: ">";
  color: #009b8f;
  font-weight: bold;
  padding-right: 1rem
}


/* ------------------------------
　予約内容のご確認
------------------------------ */
.course-check .common-table .select-menu .select-title td {
  background: #e5f5f4;
  width: 90%;
  padding: 0.5rem 1em;
  margin: 3rem auto 1rem;
  float: none;
}

.course-check .common-table .select-menu td {
  border-bottom: none;
}

.course-check .common-table .select-menu tr:last-child td {
  margin-bottom: 3rem;
}

.course-check .customer-check .common-table .select-menu td {
  width: 90%;
  ;
}

.complete-page .main-sec {
  text-align: center;
}

.complete-page .btn {
  margin: 2em auto 0;
  display: block;
  width: fit-content;
}

.course-check .common-table .select-menu td.width100 {
  width: 100% !important;
  padding-left: calc(5% + 2em) !important;
}

@media screen and (max-width: 767px) {
  .course-check .sp-block .btn {
    width: 90%;
    margin: 1em auto;
    display: block;
  }
}


/* ------------------------------
　マイページ
------------------------------ */
.customer-info .main-sec {
  font-size: 1.3em;
  font-weight: bold;
}

.yen-unit {
  padding-left: 1em;
}

.point-sec .text-small {
  font-size: 0.7em;
}

.rank-img img {
  padding-right: 5vw;
}

.mypage-btn .btn {
  font-size: 1.3em;
  font-weight: bold;
  text-align: left;
  padding: 1em;
  margin-bottom: 1em;
}

.mypage-btn .btn::after {
  content: "◀";
  float: right;
}

.mypage-favorite .salonList .linkText.tel {
  text-decoration: underline;
}

.mypage-favorite .salonList .linkText.tel use {
  color: #009b8f;
}

.mypage-favorite .salonList>dl:last-child {
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  .mypage-favorite .salonList .tel-link {
    margin: 1em 0 0 0;
  }
}


/* ------------------------------
　利用履歴
------------------------------ */
.history-table .common-frame .date-table th {
  font-size: 1.0em;
}

.history-table .common-frame .date-table th,
.history-table .common-frame .date-table td {
  padding: 1rem 2rem;
  white-space: nowrap;
}

.history-table .common-frame .date-table .btn {
  font-size: 1.5rem;
  border-radius: 7px;
}


/* ------------------------------
　お客様情報
------------------------------ */
