@charset "UTF-8";
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  main {
    position: relative;
    padding-bottom: 70px;
  }
}

@media (min-width: 769px) {
  .pc {
    display: block !important;
  }
  .pci {
    display: inline !important;
  }
  .sp {
    display: none !important;
  }
  .spi {
    display: none !important;
  }
}
@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
  .pci {
    display: none !important;
  }
  .sp {
    display: block !important;
  }
  .spi {
    display: inline !important;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.subtitle_h2 {
  text-align: center;
  font-family: singo;
  font-size: 30px;
  color: rgb(50, 50, 50);
  color: rgb(139, 117, 79);
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 768px) {
  .subtitle_h2 {
    font-size: 26px;
  }
}

.subtitle_h3 {
  text-align: center;
  font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "Hiragino Sans", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  color: rgb(100, 100, 100);
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 10px;
  border-bottom: 1px solid rgb(200, 200, 200);
}
@media (max-width: 768px) {
  .subtitle_h3 {
    font-size: 16px;
  }
}

/*---------------------------------*/
@media (max-width: 768px) {
  header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
header .inner {
  position: relative;
}
@media (min-width: 769px) {
  header .inner .logo {
    display: none;
  }
}
@media (max-width: 768px) {
  header .inner .logo {
    height: 40px;
    width: auto;
    padding: 5px 0 5px 5px;
  }
}
header .inner ul {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 0px 15px;
  height: 50px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
@media (max-width: 768px) {
  header .inner ul {
    display: none;
    width: 100%;
    margin: 0;
    height: 100vh;
    padding: 0;
    top: 50px;
    right: 0;
    background-color: rgba(255, 230, 230, 0.8);
  }
}
header .inner ul li {
  margin: 0 10px;
  font-size: 14px;
  height: 50px;
}
@media (max-width: 768px) {
  header .inner ul li {
    width: 100%;
  }
}
header .inner ul li a {
  color: rgb(11, 42, 98);
  font-size: 14px;
  line-height: 50px;
}
@media (max-width: 768px) {
  header .inner ul li a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 50px;
  }
}
@media (min-width: 769px) {
  header .inner ul li a:hover {
    opacity: 0.5;
  }
}
header .inner ul .koji {
  height: 40px;
  margin: 10px;
}
@media (max-width: 768px) {
  header .inner ul .koji {
    height: 50px;
    margin: 0;
  }
}
header .inner ul .koji a {
  line-height: 15px;
}
@media (max-width: 768px) {
  header .inner ul .koji a {
    line-height: 50px;
  }
}
header .inner ul .sns_link {
  height: 30px;
  width: 30px;
  padding: 10px 5px;
}
@media (max-width: 768px) {
  header .inner ul .sns_link {
    display: none;
  }
}
@media (min-width: 769px) {
  header .inner ul .sns_link:hover {
    opacity: 0.5;
  }
}
header .inner ul .sns_link img {
  width: 30px;
  height: 30px;
}
header .inner #panel-btn {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 120;
}
header .inner #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: rgb(120, 100, 100);
  transition: 0.2s;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
header .inner #panel-btn-icon:before,
header .inner #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgb(120, 100, 100);
  transition: 0.3s;
  border-radius: 50px;
}
header .inner #panel-btn-icon:before {
  margin-top: -13px;
}
header .inner #panel-btn-icon:after {
  margin-top: 9px;
}
header .inner #panel-btn .close {
  background: transparent;
}
header .inner #panel-btn .close:before,
header .inner #panel-btn .close:after {
  margin-top: 0;
}
header .inner #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: rgb(120, 100, 100);
}
header .inner #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: rgb(120, 100, 100);
}

@media (min-width: 769px) {
  .fixed_sp_sns_insta,
  .fixed_sp_sns_line {
    display: none;
  }
}
@media (max-width: 768px) {
  .fixed_sp_sns_insta,
  .fixed_sp_sns_line {
    display: none;
  }
  .fixed_sp_sns_insta img,
  .fixed_sp_sns_line img {
    width: 30px;
    height: 30px;
  }
}

.fixed_sp_sns_line {
  right: 100px;
}

/*---------------------------------*/
.fv_inner {
  width: 100%;
}
@media (max-width: 768px) {
  .fv_inner {
    margin-top: 50px;
  }
}
.fv_inner .fv_pc {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 768px) {
  .fv_inner .fv_pc {
    display: none;
  }
}
.fv_inner .fv_sp {
  display: none;
}
@media (max-width: 768px) {
  .fv_inner .fv_sp {
    display: block;
    width: 100%;
    height: auto;
  }
}

/*---------------------------------*/
.fixedbtn {
  width: auto;
  margin: 0 auto;
  position: fixed;
  bottom: 0px;
  right: 0;
  z-index: 90;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.12);
}
@media (max-width: 768px) {
  .fixedbtn {
    width: 100%;
    left: 0;
  }
}
.fixedbtn .inner {
  width: auto;
  margin: 0 auto;
  display: flex;
  justify-content: space-evenly;
  justify-content: center;
  padding: 0px 0;
}
@media (max-width: 768px) {
  .fixedbtn .inner {
    width: 100%;
    padding: 0;
  }
}
.fixedbtn .inner a {
  width: 200px;
  text-align: center;
  display: flex;
  padding: 0px;
  color: white;
  font-size: 16px;
  line-height: 60px;
  height: 60px;
  margin: 0;
}
@media (max-width: 768px) {
  .fixedbtn .inner a {
    width: 33.3%;
    margin: 0;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    height: 54px;
    line-height: 1.2;
  }
}
@media (min-width: 769px) {
  .fixedbtn .inner a:hover {
    opacity: 0.5;
  }
}
.fixedbtn .inner a:nth-child(1) {
  background-color: rgb(6, 199, 85);
}
.fixedbtn .inner a:nth-child(2), .fixedbtn .inner a:nth-child(3) {
  background-color: rgb(139, 117, 79);
}
.fixedbtn .inner a:nth-child(2) img, .fixedbtn .inner a:nth-child(3) img {
  height: 30px;
  width: 30px;
  margin: 15px 10px;
}
@media (max-width: 768px) {
  .fixedbtn .inner a:nth-child(2) img, .fixedbtn .inner a:nth-child(3) img {
    height: 20px;
    width: 20px;
    margin: 0 6px 0 0;
  }
}
.fixedbtn .inner a:nth-child(3) {
  background-color: darkblue;
}
.fixedbtn .inner a img {
  height: 40px;
  margin: 10px 5px;
  width: auto;
}
@media (max-width: 768px) {
  .fixedbtn .inner a img {
    height: 24px;
    margin: 0 6px 0 0;
  }
}

/*---------------------------------*/
.base {
  width: 1000px;
  margin: 100px auto;
}
@media (max-width: 768px) {
  .base {
    width: 100%;
    margin: 50px auto;
  }
}

/*---------------------------------*/
.viewmore {
  width: 100%;
  margin: 30px auto 0;
}
.viewmore a {
  width: 200px;
  display: block;
  margin: 0 auto;
  background-color: rgb(230, 230, 230);
  padding: 10px 20px;
}
@media (min-width: 769px) {
  .viewmore a:hover {
    opacity: 0.5;
  }
}
.viewmore a img {
  width: 100%;
}

/*---------------------------------*/
.mgnb0 {
  margin-bottom: 0;
}

#reservation_policy {
  width: 800px;
  margin: 40px auto;
}
@media (max-width: 768px) {
  #reservation_policy {
    width: 95%;
    margin: 20px auto;
  }
}
#reservation_policy h2 {
  font-size: 20px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  line-height: 2;
  color: red;
  margin-bottom: 20px;
}
#reservation_policy h3 {
  font-size: 18px;
  width: 100%;
  margin: 15px 0 10px;
  padding-left: 10px;
  line-height: 2;
  background-color: rgba(139, 117, 79, 0.1);
}
#reservation_policy p {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #reservation_policy p {
    font-size: 14px;
  }
}
#reservation_policy p strong {
  text-decoration: underline;
}
#reservation_policy a {
  display: inline-block;
  color: white;
  background-color: rgb(139, 117, 79);
  width: auto;
  border-radius: 20px;
  padding: 5px 20px;
  margin-top: 10px;
}
@media (min-width: 769px) {
  #reservation_policy a:hover {
    opacity: 0.5;
  }
}
@media (max-width: 768px) {
#reservation_policy a {
    width: 80%;
    display: block;
    margin: 10px auto;
    text-align: center;
  }
}

#access .inner {
  width: 100%;
}
@media (max-width: 768px) {
  #access .inner {
    width: 95%;
    margin: 0 auto;
  }
}
#access .details {
  width: 1000px;
  margin-top: 20px;
  display: flex;
}
@media (max-width: 768px) {
  #access .details {
    width: 100%;
    display: block;
  }
}
#access .details .left {
  width: 350px;
  margin: 0 15px;
}
@media (max-width: 768px) {
  #access .details .left {
    width: 100%;
  }
}
#access .details .left iframe {
  width: 350px;
  height: 300px;
}
@media (max-width: 768px) {
  #access .details .left iframe {
    width: 100%;
  }
}
#access .details .right {
  width: 550px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #access .details .right {
    width: 100%;
  }
}
#access .details .right .item {
  display: flex;
  margin-bottom: 10px;
  border-bottom: 1px solid rgb(230, 230, 230);
}
#access .details .right .item p {
  line-height: 32px;
  font-size: 16px;
  color: rgb(50, 50, 50);
}
#access .details .right .item p span {
  font-size: 14px;
  line-height: 1.2;
}
@media (max-width: 768px) {
  #access .details .right .item p {
    font-size: 14px;
  }
}
#access .details .right .item p:nth-child(1) {
  width: 150px;
}
@media (max-width: 768px) {
  #access .details .right .item p:nth-child(1) {
    width: 100px;
  }
}
#access .details .right .item p:nth-child(2) {
  width: 400px;
}
@media (max-width: 768px) {
  #access .details .right .item p:nth-child(2) {
    width: calc(100% - 100px);
  }
}
#access .details .right .item .link {
  width: 350px;
  text-decoration: underline;
}
@media (max-width: 768px) {
  #access .details .right .item .link {
    width: calc(100% - 100px);
  }
}
#access .details .right .item .link p {
  width: 350px;
}
@media (max-width: 768px) {
  #access .details .right .item .link p {
    width: calc(100% - 100px);
  }
}
@media (max-width: 768px) {
  #access .details .sp {
    width: 100%;
  }
  #access .details .sp iframe {
    width: 100%;
    height: 200px;
  }
}

@media (max-width: 768px) {
  header,
  #online_header {
    padding-top: 0 !important;
  }
}

.bb0 {
  border-bottom: none;
}

@media (min-width: 769px) {
  .counseling {
    font-size: 16px !important;
  }
}
@media (max-width: 768px) {
  .counseling {
    font-size: 16px !important;
  }
}

.note {
  padding-left: 20px;
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  .note {
    padding-right: 10px;
  }
}

#menu p {
  width: 900px;
  color: rgb(70, 70, 70);
  margin: 30px auto;
  font-size: 18px;
  line-height: 2;
}
@media (max-width: 768px) {
  #menu p {
    width: 90%;
    font-size: 16px;
    margin: 10px auto 20px;
  }
}

#price {
  width: 1000px;
  margin: 0 auto;
  min-height: 50vh;
}
@media (max-width: 768px) {
  #price {
    width: 100%;
  }
}
#price * {
  color: rgb(50, 50, 50);
}
#price .menu_group {
  width: 900px;
  margin: 0 auto;
  padding-top: 0px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  justify-content: center;
}
@media (max-width: 768px) {
  #price .menu_group {
    width: 96%;
  }
}
#price .menu_group #hifu,
#price .menu_group #geka,
#price .menu_group #fujin,
#price .menu_group #saisei {
  width: 300px;
  text-align: center;
  margin: 0 10px;
  padding: 10px 0;
}
@media (max-width: 768px) {
  #price .menu_group #hifu,
  #price .menu_group #geka,
  #price .menu_group #fujin,
  #price .menu_group #saisei {
    width: 40%;
    margin: 0 1%;
  }
}
@media (min-width: 769px) {
  #price .menu_group #hifu:hover,
  #price .menu_group #geka:hover,
  #price .menu_group #fujin:hover,
  #price .menu_group #saisei:hover {
    cursor: pointer;
  }
}
#price .menu_group .open {
  border-left: 1px solid rgb(100, 100, 100);
  border-top: 1px solid rgb(100, 100, 100);
  border-right: 1px solid rgb(100, 100, 100);
  border-bottom: 1px solid rgb(255, 255, 255);
}
#price .menu_group .close {
  background-color: rgb(200, 200, 200);
  border-bottom: 1px solid rgb(100, 100, 100);
}
@media (min-width: 769px) {
  #price .menu_group .close:hover {
    opacity: 0.5;
  }
}
#price .group_line {
  width: 100%;
  height: 1px;
  background-color: rgb(100, 100, 100);
  margin-top: -1px;
}
#price .menu_open {
  display: block;
}
#price .menu_close {
  display: none;
}
#price .menu_details {
  width: 700px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  #price .menu_details {
    width: 95%;
  }
}
#price .menu_details .group {
  position: relative;
  display: flex;
  border-top: 1px solid rgb(139, 117, 79);
  border-left: 1px solid rgb(139, 117, 79);
  border-right: 1px solid rgb(139, 117, 79);
  height: auto;
  min-height: 50px;
  transition: background-color 0.2s, box-shadow 0.2s;
}
@media (max-width: 768px) {
  #price .menu_details .group {
    background-color: rgba(139, 117, 79, 0.1);
    min-height: 56px;
  }
}
#price .menu_details .group p {
  line-height: 50px;
  margin-left: 20px;
}
@media (max-width: 768px) {
  #price .menu_details .group p {
    font-size: 16px;
    padding-left: 5px;
    line-height: 1.4;
    padding-top: 16px;
    padding-bottom: 16px;
  }
}
#price .menu_details .group p:nth-child(1) {
  width: 528px;
}
@media (max-width: 768px) {
  #price .menu_details .group p:nth-child(1) {
    width: calc(100% - 64px);
  }
}
#price .menu_details .group p:nth-child(2) {
  width: 110px;
  margin: 0 40px 0 0;
  text-align: right;
}
@media (max-width: 768px) {
  #price .menu_details .group p:nth-child(2) {
    width: calc(100% - 30px);
    position: absolute;
    top: 25px;
    left: 5px;
    text-align: left;
  }
}
#price .menu_details .group img {
  width: 30px;
  height: 30px;
  margin: 10px 40px 10px 80px;
}
@media (max-width: 768px) {
  #price .menu_details .group img {
    position: absolute;
    top: 13px;
    right: 14px;
    margin: 0;
    transition: transform 0.2s;
  }
}
#price .menu_details .group.is-open {
  background-color: rgba(139, 117, 79, 0.18);
  box-shadow: inset 4px 0 0 rgb(139, 117, 79);
}
#price .menu_details .group.is-open img {
  transform: rotate(180deg);
}
#price .menu_details .group .lh2 {
  line-height: 2;
}
#price .menu_details .bb {
  border-bottom: 1px solid rgb(139, 117, 79);
}
@media (max-width: 768px) {
  #price .menu_details .sp_lh25px {
    line-height: 25px !important;
  }
}
#price .menu_details .solo {
  height: auto;
}
@media (max-width: 768px) {
  #price .menu_details .solo p:nth-child(1) {
    width: 70%;
  }
}
@media (max-width: 768px) {
  #price .menu_details .solo p:nth-child(2) {
    font-size: 14px;
    width: 30%;
    min-width: 120px;
    position: relative;
    top: 0px;
    left: 0px;
    text-align: right;
    padding: 0 5px;
    margin-right: 0;
  }
}
#price .menu_details .group_title {
  display: flex;
  border: 1px solid rgb(139, 117, 79);
  border-bottom: none;
}
@media (max-width: 768px) {
  #price .menu_details .group_title {
    height: 30px;
  }
}
#price .menu_details .group_title a {
  text-decoration: underline;
}
@media (min-width: 769px) {
  #price .menu_details .group_title a:hover {
    color: #ff61b4;
  }
}
#price .menu_details .group_title p {
  line-height: 3;
  padding-left: 20px;
  background-color: rgba(139, 117, 79, 0.5);
  text-align: center;
  padding: 0;
}
@media (max-width: 768px) {
  #price .menu_details .group_title p {
    line-height: 30px;
    width: 100%;
  }
}
#price .menu_details .group_title p:nth-child(1) {
  width: 500px;
}
#price .menu_details .group_title p:nth-child(2) {
  width: 200px;
  text-align: center;
  padding-right: 10px;
}
#price .group_details {
  width: 700px;
  display: none;
  border-left: 1px solid rgb(139, 117, 79);
}
@media (max-width: 768px) {
  #price .group_details {
    width: 100%;
    background-color: rgba(139, 117, 79, 0.1);
  }
}
#price .group_details .subtitle {
  width: 698px;
  text-align: center;
  font-weight: normal;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #price .group_details .subtitle {
    width: 100%;
  }
}
#price .group_details .subtitle a {
  text-decoration: underline;
  color: darkblue;
}
@media (min-width: 769px) {
  #price .group_details .subtitle a:hover {
    opacity: 0.5;
  }
}
#price .group_details .subtitle span {
  height: 35px;
  line-height: 35px;
  width: 637px;
  display: block;
  border-left: 1px solid rgb(139, 117, 79);
  border-right: 1px solid rgb(139, 117, 79);
  border-top: 1px solid rgb(139, 117, 79);
  background-color: rgba(139, 117, 79, 0.3);
  margin-left: 50px;
  text-align: left;
  padding-left: 10px;
  color: darkblue;
}
@media (max-width: 768px) {
  #price .group_details .subtitle span {
    width: calc(100% - 28px);
    margin-left: 15px;
  }
}
#price .group_details div {
  width: 647px;
  margin-left: 50px;
  display: flex;
  border-top: 1px solid rgb(139, 117, 79);
  border-left: 1px solid rgb(139, 117, 79);
  border-right: 1px solid rgb(139, 117, 79);
}
@media (max-width: 768px) {
  #price .group_details div {
    width: calc(100% - 18px);
    margin-left: 15px;
    background-color: rgb(255, 255, 255);
  }
}
#price .group_details div p {
  line-height: 2;
}
@media (max-width: 768px) {
  #price .group_details div p {
    font-size: 14px;
  }
}
#price .group_details div p:nth-child(1) {
  width: 438px;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #price .group_details div p:nth-child(1) {
    width: calc(70% - 10px);
    padding-left: 10px;
  }
}
#price .group_details div p:nth-child(2) {
  width: 180px;
  padding-right: 40px;
  text-align: right;
}
@media (max-width: 768px) {
  #price .group_details div p:nth-child(2) {
    width: calc(30% - 5px);
    padding-right: 5px;
  }
}
#price .group_details .twolines p {
  line-height: 1.5;
  font-size: 12px;
}
@media (max-width: 768px) {
  #price .group_details .twolines p:nth-child(1) {
    width: calc(50% - 10px);
    padding-left: 10px;
  }
}
@media (max-width: 768px) {
  #price .group_details .twolines p:nth-child(2) {
    width: calc(50% - 5px);
    padding-right: 5px;
  }
}
@media (min-width: 769px) {
  #price #hiaru_head:hover,
  #price #ito_head:hover,
  #price #shopping_head:hover,
  #price #darma_head:hover,
  #price #piiling_head:hover,
  #price #haidora_head:hover,
  #price #botox_head:hover,
  #price #piko_head:hover,
  #price #piko_spot:hover,
  #price #kansaibo_head:hover,
  #price #zeo_head:hover,
  #price #datsumo_man_head:hover,
  #price #datsumo_woman_head:hover,
  #price #juvelook_head:hover {
    cursor: pointer;
    background-color: rgba(139, 117, 79, 0.1);
  }
}
#price #hiaru_head,
#price #ito_head,
#price #shopping_head,
#price #darma_head,
#price #piiling_head,
#price #haidora_head,
#price #botox_head,
#price #piko_head,
#price #pikospot,
#price #kansaibo_head,
#price #zeo_head,
#price #datsumo_man_head,
#price #datsumo_woman_head,
#price #juvelook_head {
  cursor: pointer;
}
@media (max-width: 768px) {
  #price #hiaru_head,
  #price #ito_head,
  #price #shopping_head,
  #price #darma_head,
  #price #piiling_head,
  #price #haidora_head,
  #price #botox_head,
  #price #piko_head,
  #price #piko_spot,
  #price #kansaibo_head,
  #price #zeo_head,
  #price #datsumo_man_head,
  #price #datsumo_woman_head {
    background-color: rgba(139, 117, 79, 0.1);
  }
}

#datsumo_man_menu .parts,
#datsumo_woman_menu .parts {
  width: 629px;
  line-height: 1.5;
  padding: 0 0 20px 0px;
  margin: 0 0 0 69px;
  font-size: 12px;
  border-right: 1px solid rgb(139, 117, 79);
}
@media (max-width: 768px) {
  #datsumo_man_menu .parts,
  #datsumo_woman_menu .parts {
    width: calc(100% - 25px);
    margin: 0 0 0 23px;
  }
}

/*---------------------------------*/
footer {
  height: 60px;
  width: 100%;
  background-color: rgb(139, 117, 79);
  z-index: 1;
}
@media (max-width: 768px) {
  footer {
    height: 40px;
    margin-bottom: 50px;
  }
}
footer p {
  width: 100%;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
  color: rgb(255, 255, 255);
}
@media (max-width: 768px) {
  footer p {
    line-height: 20px;
  }
}

/*---------------------------------*/
#reservation {
  margin-top: 100px;
}
@media (max-width: 768px) {
  #reservation {
    padding-top: 60px;
    margin-top: -60px;
  }
}
.reservation_cta {
  text-align: center;
}
.reservation_cta a {
  display: inline-block;
  min-width: 260px;
  padding: 18px 36px;
  border-radius: 4px;
  background: #cc436e;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .reservation_cta a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 768px) {
  .reservation_cta a {
    width: 90%;
    min-width: 0;
    padding: 16px 24px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}

#online_fv,
#online_point,
#online_menu {
  width: 100%;
  max-width: 1500px;
  height: auto;
  margin: 100px auto;
  display: block;
}
@media (max-width: 768px) {
  #online_fv,
  #online_point,
  #online_menu {
    margin: 30px auto;
  }
}
#online_fv img,
#online_point img,
#online_menu img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #online_fv img,
  #online_point img,
  #online_menu img {
    width: 100%;
  }
}

#online_fv {
  margin-top: 70px;
}

.online_linkbtn {
  width: 100%;
  height: auto;
  margin: 50px auto;
}
.online_linkbtn a {
  display: block;
  width: 30%;
  height: auto;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .online_linkbtn a {
    width: 80%;
  }
}
@media (min-width: 769px) {
  .online_linkbtn a:hover {
    cursor: pointer;
    opacity: 0.5;
  }
}
.online_linkbtn a img {
  width: 100%;
  height: auto;
}

.online_summary,
.online_flow {
  margin-top: 60px;
  margin-bottom: 60px;
}
.summary_grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.summary_item {
  border: 1px solid rgba(139, 117, 79, 0.35);
  background: rgba(139, 117, 79, 0.06);
  padding: 22px;
}
.summary_item h4,
.flow_list h4 {
  color: rgb(50, 50, 50);
  font-size: 18px;
  line-height: 1.5;
  font-weight: bold;
}
.summary_item p,
.flow_list p {
  color: rgb(70, 70, 70);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 8px;
}
.flow_list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-top: 28px;
}
.flow_list li {
  display: flex;
  gap: 14px;
  border-bottom: 1px solid rgba(139, 117, 79, 0.35);
  padding: 18px 0;
}
.flow_list li span {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgb(139, 117, 79);
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
@media (max-width: 768px) {
  .online_summary,
  .online_flow {
    width: 92%;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .summary_grid,
  .flow_list {
    grid-template-columns: 1fr;
    gap: 12px;
  }
  .summary_item {
    padding: 18px;
  }
  .summary_item h4,
  .flow_list h4 {
    font-size: 17px;
  }
}

@media (max-width: 768px) {
  #online_header {
    background-color: rgba(255, 255, 255, 0.8);
    height: 50px;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
  }
}
#online_header .inner {
  position: relative;
}
@media (min-width: 769px) {
  #online_header .inner .logo {
    position: fixed;
    display: block;
    top: 10px;
    left: 10px;
    width: 100px;
  }
}
@media (max-width: 768px) {
  #online_header .inner .logo {
    height: 40px;
    width: auto;
    padding: 5px 0 5px 5px;
  }
}
#online_header .inner ul {
  position: fixed;
  top: 10px;
  right: 10px;
  padding: 0px 15px;
  height: 50px;
  display: flex;
  background-color: rgba(255, 255, 255, 0.7);
  z-index: 100;
}
@media (max-width: 768px) {
  #online_header .inner ul {
    display: none;
    width: 100%;
    margin: 0;
    height: 100vh;
    padding: 0;
    top: 50px;
    right: 0;
    background-color: rgb(175, 133, 62);
    background-color: rgba(255, 255, 255, 0.9);
  }
}
#online_header .inner ul li {
  margin: 0 10px;
  font-size: 14px;
  height: 50px;
}
@media (max-width: 768px) {
  #online_header .inner ul li {
    width: 100%;
  }
}
#online_header .inner ul li a {
  color: rgb(11, 42, 98);
  font-size: 14px;
  line-height: 50px;
}
@media (max-width: 768px) {
  #online_header .inner ul li a {
    width: 100%;
    text-align: center;
    display: block;
    font-size: 18px;
    line-height: 50px;
  }
}
@media (min-width: 769px) {
  #online_header .inner ul li a:hover {
    opacity: 0.5;
  }
}
#online_header .inner ul .koji {
  height: 40px;
  margin: 10px;
}
@media (max-width: 768px) {
  #online_header .inner ul .koji {
    height: 50px;
    margin: 0;
  }
}
#online_header .inner ul .koji a {
  line-height: 15px;
}
@media (max-width: 768px) {
  #online_header .inner ul .koji a {
    line-height: 50px;
  }
}
#online_header .inner ul .sns_link {
  height: 30px;
  width: 30px;
  padding: 10px 5px;
}
@media (max-width: 768px) {
  #online_header .inner ul .sns_link {
    display: none;
  }
}
@media (min-width: 769px) {
  #online_header .inner ul .sns_link:hover {
    opacity: 0.5;
  }
}
#online_header .inner ul .sns_link img {
  width: 30px;
  height: 30px;
}
#online_header .inner #panel-btn {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  z-index: 120;
}
#online_header .inner #panel-btn-icon {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 4px;
  background: rgb(120, 100, 100);
  transition: 0.2s;
  transform: translate(-50%, -50%);
  border-radius: 50px;
}
#online_header .inner #panel-btn-icon:before,
#online_header .inner #panel-btn-icon:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 4px;
  background: rgb(120, 100, 100);
  transition: 0.3s;
  border-radius: 50px;
}
#online_header .inner #panel-btn-icon:before {
  margin-top: -13px;
}
#online_header .inner #panel-btn-icon:after {
  margin-top: 9px;
}
#online_header .inner #panel-btn .close {
  background: transparent;
}
#online_header .inner #panel-btn .close:before,
#online_header .inner #panel-btn .close:after {
  margin-top: 0;
}
#online_header .inner #panel-btn .close:before {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  background: rgb(120, 100, 100);
}
#online_header .inner #panel-btn .close:after {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  background: rgb(120, 100, 100);
}

#hair_removal {
  padding-top: 60px;
}
@media (max-width: 768px) {
  #hair_removal {
    padding-top: 60px;
  }
}
#hair_removal #menu_tag01,
#hair_removal #menu_tag02,
#hair_removal #menu_tag03,
#hair_removal #menu_tag04,
#hair_removal #menu_tag05,
#hair_removal #menu_tag06,
#hair_removal #menu_tag07 {
  padding-top: 50px;
  margin-top: -50px;
}
@media (max-width: 768px) {
  #hair_removal #menu_tag01,
  #hair_removal #menu_tag02,
  #hair_removal #menu_tag03,
  #hair_removal #menu_tag04,
  #hair_removal #menu_tag05,
  #hair_removal #menu_tag06,
  #hair_removal #menu_tag07 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
@media (max-width: 768px) {
  #hair_removal #menu_tag04,
  #hair_removal #menu_tag05,
  #hair_removal #menu_tag06,
  #hair_removal #menu_tag07 {
    padding: 0;
    margin: 0;
  }
}
@media (max-width: 768px) {
  #hair_removal #menu_tag_sp_01,
  #hair_removal #menu_tag_sp_02,
  #hair_removal #menu_tag_sp_03,
  #hair_removal #menu_tag_sp_04,
  #hair_removal #menu_tag_sp_05,
  #hair_removal #menu_tag_sp_06 {
    padding-top: 60px;
    margin-top: -60px;
  }
}
#hair_removal .lead {
  width: 1000px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #hair_removal .lead {
    width: 100%;
  }
}
#hair_removal .lead .fv {
  display: block;
  width: 800px;
  padding: 30px 50px;
}
@media (max-width: 768px) {
  #hair_removal .lead .fv {
    width: calc(100% - 20px);
    padding: 10px;
    margin-top: 30px;
    padding: 0;
  }
}
#hair_removal .lead .fv h1 {
  display: flex;
  width: auto;
  width: 800px;
  height: 50px;
  font-size: 24px;
  line-height: 48px;
  font-weight: normal;
  color: rgb(50, 50, 50);
  margin: 0 auto;
}
@media (max-width: 768px) {
  #hair_removal .lead .fv h1 {
    width: 100%;
    line-height: 40px;
    height: 40px;
    padding: 0;
  }
}
#hair_removal .lead .fv h1 span {
  width: 750px;
  border-bottom: 3px solid rgb(54, 112, 161);
  display: inline;
  padding-left: 10px;
}
@media (max-width: 768px) {
  #hair_removal .lead .fv h1 span {
    width: calc(100% - 40px);
    border-bottom: 2px solid rgb(54, 112, 161);
  }
}
#hair_removal .lead .fv h1 .woman {
  border-bottom: 3px solid rgb(255, 97, 180);
}
#hair_removal .lead .fv h1 img {
  height: 50px;
  width: 50px;
}
@media (max-width: 768px) {
  #hair_removal .lead .fv h1 img {
    height: 40px;
    width: 40px;
  }
}
@media (max-width: 768px) {
  #hair_removal .lead .fv h1 {
    font-size: 18px;
    padding: 0 10px;
  }
}
#hair_removal .lead .mokuji {
  background-color: rgb(255, 255, 255);
  width: 760px;
  margin: 30px 50px;
  padding: 20px;
}
@media (max-width: 768px) {
  #hair_removal .lead .mokuji {
    width: 90%;
    margin: 20px auto;
    padding: 5px;
  }
}
#hair_removal .lead .mokuji h4 {
  color: rgb(54, 112, 161);
  font-size: 20px;
  margin: 0 0 10px;
  line-height: 30px;
  height: 30px;
}
@media (max-width: 768px) {
  #hair_removal .lead .mokuji h4 {
    font-size: 18px;
  }
}
#hair_removal .lead .mokuji h4 img {
  height: 30px;
  width: 30px;
  margin-right: 5px;
}
#hair_removal .lead .mokuji a {
  color: rgb(50, 50, 50);
  font-size: 16px;
  line-height: 20px;
  width: 720px;
  display: inline-block;
  border-bottom: 1px dotted rgb(150, 150, 150);
  margin: 10px 0 0 20px;
  height: auto;
  min-height: 30px;
}
@media (max-width: 768px) {
  #hair_removal .lead .mokuji a {
    width: 100%;
    height: auto;
    margin: 10px 0 0;
    line-height: 30px;
  }
}
@media (min-width: 769px) {
  #hair_removal .lead .mokuji a:hover {
    color: rgb(255, 97, 180);
  }
}
@media (min-width: 769px) {
  #hair_removal .lead .mokuji .pc_inline_block {
    display: inline-block;
  }
}
@media (max-width: 768px) {
  #hair_removal .lead .mokuji .pc_inline_block {
    display: none;
  }
}
@media (min-width: 769px) {
  #hair_removal .lead .mokuji .sp_inline_block {
    display: none;
  }
}
@media (max-width: 768px) {
  #hair_removal .lead .mokuji .sp_inline_block {
    display: inline-block;
  }
}
#hair_removal .lead .man a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url("../img/hr/menu_mokuji.png");
  background-size: cover;
}
#hair_removal .lead .woman h4 {
  color: rgb(255, 97, 180);
}
#hair_removal .lead .woman a:before {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-right: 5px;
  background-image: url("../img/hr/menu_mokuji_woman.png");
  background-size: cover;
}
.hr_price_summary {
  width: 860px;
  margin: 40px 50px 0;
  border: 1px solid rgba(139, 117, 79, 0.25);
  background: #fff;
  padding: 28px;
  box-sizing: border-box;
}
.hr_price_summary h2 {
  font-size: 22px;
  line-height: 1.5;
  color: rgb(50, 50, 50);
  border-left: 5px solid rgb(54, 112, 161);
  padding-left: 12px;
  font-weight: bold;
}
.hr_price_summary.woman h2 {
  border-left-color: rgb(255, 97, 180);
}
.hr_price_summary p {
  color: rgb(80, 80, 80);
  font-size: 15px;
  line-height: 1.8;
  margin-top: 12px;
}
.hr_table_wrap {
  width: 100%;
  overflow-x: auto;
  margin-top: 18px;
}
.hr_price_summary table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}
.hr_price_summary th,
.hr_price_summary td {
  border: 1px solid rgba(139, 117, 79, 0.35);
  padding: 12px 10px;
  color: rgb(50, 50, 50);
  font-size: 14px;
  line-height: 1.5;
  text-align: right;
  white-space: nowrap;
}
.hr_price_summary th {
  background: rgba(139, 117, 79, 0.12);
  font-weight: bold;
}
.hr_price_summary tbody th {
  text-align: left;
}
@media (max-width: 768px) {
  .hr_price_summary {
    width: 92%;
    margin: 28px auto 0;
    padding: 18px;
  }
  .hr_price_summary h2 {
    font-size: 19px;
  }
  .hr_price_summary p {
    font-size: 14px;
  }
}
#hair_removal .menu {
  width: 100%;
  margin-top: 150px;
}
#hair_removal .menu img {
  width: 900px;
  margin: 50px auto;
  display: block;
}
@media (min-width: 769px) {
  #hair_removal .menu img.woman_plan_piece {
    width: 550px;
    margin: 24px auto;
  }
}
@media (max-width: 768px) {
  #hair_removal .menu img {
    width: 90%;
  }
}

#doctor .flex_01 {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  #doctor .flex_01 {
    display: block;
  }
}
#doctor .flex_01 .left {
  width: 300px;
}
@media (max-width: 768px) {
  #doctor .flex_01 .left {
    width: 100%;
  }
}
#doctor .flex_01 .left img {
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto;
}
@media (max-width: 768px) {
  #doctor .flex_01 .right {
    width: 100%;
  }
}
#doctor .flex_01 .right h2 {
  margin-top: 10px;
  font-weight: normal;
  font-size: 22px;
  line-height: 1.5;
}
@media (max-width: 768px) {
  #doctor .flex_01 .right h2 {
    text-align: center;
  }
}
#doctor .flex_01 .right .flex_02 {
  display: flex;
  justify-content: start;
  margin-top: 5px;
}
@media (max-width: 768px) {
  #doctor .flex_01 .right .flex_02 {
    justify-content: center;
  }
}
#doctor .flex_01 .right .flex_02 h3 {
  font-size: 30px;
  display: block;
  margin-right: 10px;
}
#doctor .flex_01 .right .flex_02 a {
  width: 30px;
  height: 30px;
  display: block;
}
@media (min-width: 769px) {
  #doctor .flex_01 .right .flex_02 a:hover {
    opacity: 0.5;
  }
}
#doctor .flex_01 .right .flex_02 a img {
  width: 30px;
  height: 30px;
  display: block;
}
#doctor .flex_01 .right .profile {
  margin-top: 10px;
}
@media (max-width: 768px) {
  #doctor .flex_01 .right .profile {
    width: 90%;
    margin: 0 auto;
  }
}
#doctor .flex_01 .right .profile h4 {
  border-left: 5px solid rgb(139, 117, 79);
  border-bottom: 1px solid rgb(139, 117, 79);
  padding: 5px;
  font-weight: normal;
}
#doctor .flex_01 .right .profile p {
  font-size: 14px;
  line-height: 20px;
}

/*---------------------------------*/
#about .message img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}

/*---------------------------------*/
#closed .closed_imgs {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 20px;
}
#closed .closed_imgs img {
  flex: 1 1 0;
  min-width: 0;
  max-width: calc(25% - 12px);
  height: auto;
  cursor: pointer;
  transition: opacity 0.2s;
}
#closed .closed_imgs img:hover {
  opacity: 0.8;
}
@media (max-width: 768px) {
  #closed .closed_imgs {
    flex-direction: column;
    gap: 12px;
  }
  #closed .closed_imgs img {
    flex: 0 0 auto;
    max-width: 100%;
    width: 100%;
    height: auto;
  }
}

/* ライトボックス */
#lightbox-overlay {
  display: none;
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}
#lightbox-img {
  max-width: 90vw;
  max-height: 90vh;
  object-fit: contain;
  border-radius: 4px;
  box-shadow: 0 4px 32px rgba(0,0,0,0.6);
}
#lightbox-close {
  position: absolute;
  top: 16px;
  right: 24px;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
  user-select: none;
}
