img {
    width: 100%;
}
body{
    background-repeat: repeat;
    font-family: 'Noto Sans JP', sans-serif;
    position: relative;
}
h1{
    width: 80px;
    z-index: 1000000;
}
.latepoint-w.latepoint-shortcode-booking-form .latepoint-booking-form-element {
  box-shadow: unset !important;
  margin: 0 auto;
  max-width: 740px;
  width: 100%;
  max-width: 100% !important;
}
.latepoint-w .latepoint-booking-form-element .latepoint-form-w {
  max-width: 100% !important;
}
.os-social-or,.os-step-tabs-w,.os-form-buttons,.tab-content-customer-new-appointment-form{
  display: none !important;
}
.latepoint-booking-form-element .os-social-login-options {
  display: flex;
  justify-content: space-around !important;
  align-items: center !important;
}
/*  */
.latepoint-booking-form-element .os-social-login-options .os-social-login-option.os-social-login-google {
  border: 0;
  padding: 0;
  border-radius: 0;
  max-width: 100% !important;
}
.step-contact-w{
 min-height: 0px !important;
}
.os-social-login-options{
  min-height: 200px !important;
}
/*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn8{
  background:#303030;
  cursor: pointer;
  width: 80px;
  height:80px;
  z-index: 10000001;
}
header{
  display: flex;
  justify-content: space-between;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10000;
}

/*ボタン内側*/
.openbtn8 .openbtn-area{
    transition: all .6s;/*アニメーションの設定*/
  width:80px;
  height:80px;
  position: relative;
}

.openbtn8 span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 23px;
    height: 3px;
    border-radius: 2px;
    background: #fff;
    width: 45%;
  }
  .price-breakdown-w {
    padding-top: 0px !important;
}
.openbtn8 span:nth-of-type(1) {
  top:28px; 
}

.openbtn8 span:nth-of-type(2) {
  top:36px;
}

.openbtn8 span:nth-of-type(3) {
  top: 44px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn8.active .openbtn-area{
  transform: rotate(360deg);
}

.openbtn8.active span:nth-of-type(1) {
    top: 33px;
    left: 28px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
}

.openbtn8.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn8.active span:nth-of-type(3){
    top: 45px;
    left: 28px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
}

#profile{
    border-radius: 50%;
    max-width: 300px;
    margin:120px auto 20px;
    display: block;
    width: 55%;
}
.profile-main{
    width: fit-content;
    margin:0 auto;
    text-align: center;
}
.name{
    font-size: 32px;
    margin-bottom: 0.5em;
    font-weight: bold;
    letter-spacing: 4px;
    line-height: 1.5;
}
.snss{
    display: flex;
    width: fit-content;
    margin:0 auto;
    gap:10px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.category{
  display: flex;
  width: fit-content;
  margin:0 auto;
  row-gap:24px;
  margin-top: 20px;
  margin-bottom: 30px;
  max-width: 80%;
  flex-wrap: wrap;
  justify-content: center;
}
.subtitle{
  font-size: 16px;
  border: #303030 solid 4px;
  border-radius: 40px;
  padding: 4px 20px;
  font-weight: bold;
}
.snss img{
    max-width: 30px;
}
.box{
  width: 80%;
  max-width: 920px;
  margin:96px auto;
  box-shadow:0px 24px 32px rgba(0,0,0,.08);
}
.boxTitle{
  font-size: 32px;
  font-family: 'Josefin Sans', sans-serif;
  color: #fff;
  background-color: #303030;
  padding: 16px 0px 8px 64px;
  width: 100%;
  display: flex;
  align-items: center;
}
.subBox{
  font-size: 16px;
  margin-left: 32px;
  font-family: 'Noto Sans JP', sans-serif;
  white-space: nowrap;
}
.box > p{
  font-size: 16px;
  padding: 32px 0px 32px 64px;
  line-height: 32px;
  width: 100%;
}
.third{
  padding-bottom: 48px;
}
.serviceBtn{
  margin:0 auto;
  background-color: #303030;
  color: #fff;
  padding: 16px 32px;
  width:fit-content;
  border-radius: 32px;
}
.contact{
  width: 80%;
  max-width: 400px;
  text-align: center;
  font-size: 24px;
}

.footerMenu{
  display: flex;
  gap: 20px;
  justify-content: space-evenly;
  margin-top: 32px;
}
footer{
  font-weight: bold;
  text-align: center;
  background-color: rgba(255,255,255,.8);
  margin: 128px auto;
  max-width: 560px;
}
.fLogo{
  max-width: 480px;
  width: 60%;
}
.payIcons{
  margin-left: auto;
  display: flex;
  gap:8px;
  align-items: center;
  margin-right: 8px;
}
.payIcons img{
  max-width: 60px;
}


.copy{
  font-size:10px;
  color: #fff;
  background-color: #303030;
  width: 100%;
  padding: 6px 0;
  text-align: center;
}
.hum{
  width: 100%;
  height:100%;
  position: fixed;
  top:0;
  background-color: #fff;
  display:none;
  flex-wrap: wrap;
  align-content: space-between;
  padding-bottom: 16px;
  z-index: 9999;
  overflow: scroll;
}
.humActive{
  display: flex;
}
.hum ul{
  width: fit-content;
  font-size: 48px;
  margin: 10% auto 0;
}
.hum>ul>li{
  font-family: 'Josefin Sans', sans-serif;
  color: #CBCBCB;
  margin-bottom: 25%;
}
.humImg{
  margin:0 auto;
  height:fit-content;
  width: 100%;
  text-align: center;
}
.latepoint-w .os-form-group.os-form-checkbox-group label{
  font-size: 18px !important;
}
table.company {
  width: 500px;
  margin: 0 auto;
  border-collapse: separate;
  border-spacing: 0px 15px;
  font-size: 12px;
  }
  
  table.company th,
  table.company td {
  padding: 10px;
  }
  
  table.company th {
  background: #303030;
  vertical-align: middle;
  text-align: left;
  width: 100px;
  overflow: visible;
  position: relative;
  color: #fff;
  font-weight: normal;
  font-size: 15px;
  }
  
  table.company th:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 0, 0, 0);
  border-left-color: #303030;
  border-width: 10px;
  margin-top: -10px;
  }
  /* firefox */
  @-moz-document url-prefix() {
  table.company th::after {
  float: right;
  padding: 0;
  left: 30px;
  top: 10px;
  content: " ";
  height: 0;
  width: 0;
  position: relative;
  pointer-events: none;
  border: 10px solid transparent;
  border-left: #295890 10px solid;
  margin-top: -10px;
  }
  }
  
  table.company td {
  background: #f8f8f8;
  width: 360px;
  padding-left: 20px;
  }
  .customer-dashboard-tabs a:nth-child(3),.customer-dashboard-tabs a:nth-child(2),.customer-bookings-tiles > a{
    display: none !important;
  }
/*==================================================
アコーディオンのためのcss
===================================*/


/*アコーディオンタイトル*/
.title {
    cursor: pointer;
    transition: all .5s ease;
}

/*アコーディオンで現れるエリア*/
.humBox {
    display: none;/*はじめは非表示*/
    font-size: 24px;
    margin-top: -20%;
    margin-bottom: 20%;
}
.humBox a{
  cursor: pointer;
  line-height: 2.2;
}
.latepoint-w.latepoint-shortcode-booking-form{
  margin:0 !important;
}
.step-contact-w{
  transform: translateY(30px) !important;
}
/* お問い合わせ */
/************************************
** お問い合わせフォームの入力
************************************/
#cf-tbl{
  width: 100%;
  }
  #cf-tbl table{
  width: 100%;
  border-collapse: collapse;
  border: solid #CCC;
  border-width: 1px;
  color: #444;
  }
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
  border: solid #CCC;
  border-width: 1px;
  vertical-align: middle;
  }
  #cf-tbl table tr th{
  width: 35%;
  background: #eee;
  }
  @media screen and (max-width:768px){

  
  #cf-tbl table,
  #cf-tbl table tbody,
  #cf-tbl table tr,
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  display: block;
  }
  
  #cf-tbl table{
  width: 100%;
  border-width: 0 0 1px 0;
  }
  
  #cf-tbl table tr th,
  #cf-tbl table tr td{
  width: 100%;
  padding: 3% 5%;
  }
  
  #cf-tbl table tr td{
  border-width: 0px 1px 0px 1px;
  }
  }
  /*「必須」文字デザイン*/
  .required{
  font-size:.8em;
  padding: 5px;
  background: #303030;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  }
  
  /*「任意」文字デザイン*/
  .optional{
  font-size:.8em;
  padding: 5px;
  background: #000080;
  color: #fff;
  border-radius: 3px;
  margin-right: 5px;
  }
  
  /* 入力項目を見やすく */
  input.wpcf7-form-control.wpcf7-text,
  textarea.wpcf7-form-control.wpcf7-textarea {
    width: 100%;
    padding: 8px 15px;
    margin-right: 10px;
    margin-top: 10px;
    border: 1px solid #d0d5d8;
    border-radius: 3px;
    background-color: #eff1f5;
  }
  textarea.wpcf7-form-control.wpcf7-textarea {
    height: 200px;
  }
  
  /* 「送信する」ボタン */
  input.wpcf7-submit {
      display: block;
      padding: 15px;
      width: 400px;
      background: #303030;
      color: #fff;
      font-size: 18px;
      font-weight: 700;
      border-radius: 2px;
      margin: 15px auto 0;
      border-radius: 32px;
      text-align: center;
  }
  @media screen and (max-width:768px){
  input.wpcf7-submit {
  width: 250px;
  }
  }
  
  input.wpcf7-submit:hover {
    box-shadow: 0 15px 30px -5px rgba(0,0,0,.15), 0 0 5px rgba(0,0,0,.1);
    transform: translateY(-4px);
    opacity:0.7;
  }
  /* エラーメッセージを見やすく */
  span.wpcf7-not-valid-tip,
  .wpcf7-response-output.wpcf7-validation-errors {
    color: red;
    font-weight: 600;
  }
@media screen and (max-width:600px){
  .step-contact-w{
    transform: translateY(0) !important;
  }

  .box{
    margin:24px auto;
    width: calc(100% - 100px);
  }
  #profile {
    margin: 60px auto 20px;
  }
  .boxTitle{
    font-family: 'Josefin Sans', sans-serif;
    color: #fff;
    background-color: #303030;
    padding: 16px 0px 4px 24px;
    width: 100%;
  }
  .subBox{
    font-size: 16px;
    margin-left: 8px;
    font-family: 'Noto Sans JP', sans-serif;
  }
  .box > p{
    font-size: 14px;
    padding: 16px 16px 32px 24px;
    line-height: 28px;
    width: 100%;
  }
  .third{
    padding-bottom: 32px;
  }
  .serviceBtn{
    margin:0 auto;
    background-color: #303030;
    color: #fff;
    padding: 16px 64px;
    width:fit-content;
    border-radius: 32px;
  }
  .contact{
    width: fit-content;
    font-size: 16px;
    padding: 16px 96px;
    margin-top:40px;
  }
  footer{
    margin: 64px auto;
  }
  h1{
    width: 50px;
  }
  /*ボタン外側※レイアウトによってpositionや形状は適宜変更してください*/
.openbtn8{
  width: 50px;
  height:50px;
}
header{
  display: flex;
  justify-content: space-between;
}

/*ボタン内側*/
.openbtn8 .openbtn-area{
  width:50px;
  height:50px;
}

.openbtn8 span{
  display: inline-block;
  transition: all .4s;
  position: absolute;
  left: 14px;
  height: 3px;
  border-radius: 2px;
  background: #fff;
  width: 45%;
}

.openbtn8 span:nth-of-type(1) {
  top:15px; 
}

.openbtn8 span:nth-of-type(2) {
  top:23px;
}

.openbtn8 span:nth-of-type(3) {
  top: 31px;
}

/*activeクラスが付与されると .openbtn-areaが360度回転し、その中の線が回転して×に*/
.openbtn8.active .openbtn-area{
  transform: rotate(360deg);
}

.openbtn8.active span:nth-of-type(1) {
    top: 18px;
    left: 13px;
    transform: translateY(6px) rotate(-45deg);
    width: 50%;
}

.openbtn8.active span:nth-of-type(2) {
  opacity: 0;
}

.openbtn8.active span:nth-of-type(3){
    top: 30px;
    left: 13px;
    transform: translateY(-6px) rotate(45deg);
    width: 50%;
  }
.footerMenu {
  justify-content: center;
  flex-wrap: wrap;
}
.hum ul{
  width: fit-content;
  font-size: 32px;
  margin: 20% auto 0;
}
.humBox {
  font-size: 16px;
}
.calender{
  width: 100%;
}
}

/* 特定商取引 */
.tokushou{
  margin: 0px 10% 40px;
  line-height: 2;
}
.h2toku{
  font-size: 1.5em;
  margin: 160px 10% 40px;
}
@media screen and (max-width:600px){
  .tokushou{
    margin: 40px auto 20%;
    padding: 0 10%;
  }
  .h2toku{
    font-size: 1.5em;
    margin: 20% 10% 10%;
  }
}
/* よくある質問 */
.situmon{
  margin: 0px 10% 40px;
  line-height: 2;
}
.question{
  font-weight: bold;
  font-size:1.2em;
  margin-top: 1em;
}

/* 削除前提 */
body > div:not(.copy){
  display: none;
}
.mypage{
  margin-top:80px
}
.os-social-login-google {
  max-width: 100% !important; 
}