@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");

ul,li,p {
  margin: 0;
  padding: 0;
}
ul,li {
  list-style: none;
}
a {
  text-decoration: none;
  color: #333;
}

body {
/*
  font-family: "Helvetica Neue",
  Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
*//*
  font-family: "ヒラギノ角ゴシック",  "Helvetica Neue",
  Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;


  font-family: "M PLUS Rounded 1c", "ヒラギノ角ゴシック", "Helvetica Neue",
  Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
*/

/*  background-color: #6e95ed;
  display: flex;
  justify-content: center;*/
  padding: 0;
  margin: 0;
  min-height: 100vh;
  color: #333;
  max-width: 800px;
  margin: 0 auto;
  overflow: hidden;
  /* iOS Safe Area対応 */
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom); /* iOS 11.0-11.2対応 */

}
.page{
  display: flex;
  flex-direction: column;
  min-height: calc(100vh);
  position: relative;
  background-color: #f5f5f5;
}

.container-header {

}
.container-header .header-item-return {
  display: flex;
  align-items: flex-start;
  border-bottom: .7px solid #c0c0c0;
  padding: 10px 0px 10px 0px;
}
.container-header .header-item-return a {
  display: flex;
  align-items: flex-start;
}
.container-header .header-item-return img {
  width: 12px;
  margin-left: 10px;
  margin-right: 10px;
}
.header-icon {
  font-size: 24px;
  line-height: 30px;
}
.header-icon img {
  width: 30px;
}
.bi-chevron-right {
  color: #333;
}
.bi-chevron-left {
  color: #fff;
}
.bi-plus-lg {
  color: #fff;
}
.bi-check-circle {
  color: #6e95ed;
}
.bi-geo-alt-fill {
  color: #808080;
  margin-right: 0.5em;
}
/* グローバルコンテナスタイル - 各ページで上書きされる */

.container {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  overflow-y: auto;
  overflow-x: hidden;Fback-linkback-linF
  width: 100%;
  display: flex;
  flex-direction: column;
  flex-grow: 100;
}
/*
.container:has(.pic-container)
,.container:has(#search_area)
 {
  margin-top: 125px;
}
*/
.container-headerlarge2 {
  margin-top: 125px;
}
.container-headerlarge3 {
  margin-top: 150px;
}
.container-headerlarge {
/*
  margin-top: 50px;
  padding: 164px 20px 130px ;
*/

  margin-top: 210px;
  margin-bottom: 75px;
  padding: 20px 20px 0px;

  width: 90%;
/*  max-width: 400px;*/
  overflow: scroll;
  overflow-x: hidden;
}
.container-nohedder {
  padding: 50px 20px;
  width: 90%;
  max-width: 400px;
  overflow: scroll;
  overflow-x: hidden;
}
.container-footerlarge {
/*  margin-top: 50px;*/
/*  margin-top: 125px;*/
  margin-bottom: 160px;
  padding: 0px 20px 20px ;
  width: 90%;
/*  max-width: 400px;*/
  overflow: scroll;
  overflow-x: hidden;

  display: flex;
  flex-direction: column;
  margin: 0px auto;
  max-width: 800px;
}
.bg_sec {
/*background: #f9fafc;*/
  width: 100%;
}

header h1 {
  font-size: 1.13em;
  padding: 0.5em 0;
  width: 100%;
  padding-right: 40px;
}

h1 {
  font-size: 1.6em;
  text-align: center;
  padding: 0;
  color: #333;
}

h2 {
  text-align: center;
  font-size: 1.13em;
  font-weight: bold;
  color: #333;
}

h3 {
  font-size: 1em;
  font-weight: 400;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.5em;
}

h4 {
  font-size: 0.9em;
  color: #333;
  font-weight: 400;
  margin: 0;
}

h5 {
  font-size: 0.8em;
  color: #333;
  font-weight: bold;
  margin: 0;
}

p {
  text-align: center;
  color: #333;
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.txt-center {
  margin: 0 auto;
}
.right {
  text-align: right;
}
.left {
  text-align: left;
}
.bold {
  font-weight: bold;
}
.txt_primary {
  color: #333;
}
.txt_sec {
  color: #333;
}
.txt_sub {
  color: #666666;
}
.txt_emphasis {
  color: #f2b55a;
}
.txt_emphasis_2 {
  color: #6896CF;
}
.section__text {
/*  height: 50vh;*/
  margin-bottom: 1em;
}
.text_large {
  font-size: 1.8em;
  font-weight: bold;
}
.text_middle {
  font-size: 1.2em;
  font-weight: bold;
}
.text_small {
  font-size: 0.8em;
}

.mb0{
  margin: 0;
}
.mb05{
  margin-bottom: 0.5em;
}
.mb1{
  margin-bottom: 1em;
}
.caution {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.3em;
/*  background: #FFC8C8;*/
  background: #ccc;
  border-radius: 5px;
  margin-bottom: 2em;
}
.caution p {
  font-size: 12px;
  margin-left: 2px;
}


/* ==============================
/* 入力フォーム */
/* ============================== */
fieldset {
  border: none;
  padding: 0;
}
.form-title {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.75em;
  font-weight: bold;
  color: #333;
}

.form-title__black {
  display: block;
  margin-bottom: 0.2em;
  font-size: 0.75em;
  font-weight: bold;
  color: #333;
}
.label_middle {
  display: flex;
  flex-wrap: wrap;
  gap: 0 .5em;
  width: 46%;
  color: #333;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.label_small {
  display: flex;
  flex-wrap: wrap;
  gap: 0 .5em;
  width: 24%;
  color: #333;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.radio {
  display: flex;
  margin-bottom: 24px;
}
.radio label {
  display: flex;
  flex-wrap: wrap;
  gap: 0 .5em;
  width: 24%;
  color: #333;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.radio label::before,
.radio label:has(:checked)::after {
    border-radius: 50%;
    content: '';
}
.radio label::before {
    width: 14px;
    height: 14px;
    background-color: #e6edf3;
}
.radio label:has(:checked)::after {
  position: absolute;
  top: 50%;
  left: 7px;
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #FFC525;
  animation: anim-radio .3s linear;
}
.radio input {
  display: none;
}
input, select, textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 24px;
  box-sizing: border-box;
  border: 3px solid #FFC525;
  border-radius: 10px;
}
 #sign_up input, select, textarea {
  padding: 10px;
  margin-bottom: 12px;
  box-sizing: border-box;
/*
  border: none;
  background: rgb(75 112 175 / 50%);
*/
  border-radius: 10px;
}
 #search_area input, select, textarea {
  padding: 10px;
  margin-bottom: 24px;
  box-sizing: border-box;
  border: none;
/*  background: rgb(75 112 175 / 50%);*/
  border: 3px solid #FFC525;
  border-radius: 10px;

}

#payment input, select, textarea {
  padding: 10px;
  margin-bottom: 24px;
  box-sizing: border-box;
  border: none;
  background: rgb(75 112 175 / 80%);
  border-radius: 10px;
}
.profile {
  margin-bottom: 20px;
}
.profile2 {
  display: flex;
  column-gap: 0.8em;
  justify-content: space-between;
}
.profile-child {
  width: 48%
}
.profile dt {
  color: #333;
  margin-bottom: 10px;
}
.profile dd {
  color: #333;
  margin-left: 0;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: 0.7px solid #d3e5ff;
}
.profile dd:has(img) {
    text-align: center;
    border-bottom: none;
}

.DOB {
  display: flex;
  width: 100%;
  column-gap: 1em;
}
.DOB input, select, textarea {
  width: 63%;
}
.form-group-row {
  display: flex;
  column-gap: 0.8em;
}
.approval-code {
  display: flex;
  width: 100%;
  column-gap: 0.5em;
}
#signup_code input, select, textarea {
  padding: 10px;
  margin-bottom: 1em;
  box-sizing: border-box;
/*  border: none;*/
/*  background: rgb(75 112 175 / 50%);*/
  border-radius: 4px;
  height: 4em;
}
input:focus-visible {
  outline: 1px solid #fff;
}
.placeholder_white::placeholder {
  color: #ccc;
/*  color: rgba(255, 255, 255, 0.6);*/
}
textarea {
  resize: vertical;
}

/* ==============================
/* セラピスト検索
/* ============================== */


/* ページヘッダー */
.pageheader {
  background-color: #fff;
  padding: 0rem;
  padding-top: calc(0rem + env(safe-area-inset-top));
  padding-top: calc(1rem + constant(safe-area-inset-top)); /* iOS 11.0-11.2対応 */
  z-index: 100;
}

.header-inner {
  display: flex;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  z-index: 1;
  position: relative;
}

.header-logo img {
  height: 40px;
}

.pageheader h1 {
  font-size: 1.2rem;
  font-weight: bold;
  color: #333;
}

/* コンテナ - ホームページ専用 */
.container-outer { 
  flex-grow: 100;
  position: relative;
}


.pageheader section{
  background-color: #fff;
  padding: 15px 0;
}

.search_wrapp {
/*  display: flex;*/
  width: 90%;
/*  max-width: 400px;*/
  margin: 0 auto;
}
.search_wrapp button{
  display: flex;
  justify-content: center;
  align-items: center;
/*  width: 100%;*/

  height: 65px;
/*  padding: 12px 16px;*/
  border: none;
  border-radius: 10px;
  cursor: pointer;
  background-color: #65A0FC;
  padding: 0;

}
.search_wrapp button::after {
    width: 24px;
    height: 24px;
    background-image: url(../img/search.svg);
    background-repeat: no-repeat;
    content: '';
}
.search_wrapp button:hover {
  background-color: #65A0FC;
}

.searchbox {
  display: flex;
  flex-wrap: wrap;
/*  width: 80%;*/
  padding: 5px 10px;
  font-size: 0.8em;
/*  column-gap: 0.7em;*/
  color: #333;
  line-height: 1.7em;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  border-radius: 10px;


  border: 2px solid #FFC525;
}
.searchbox:nth-child(1){

}

.searchbox .searchbox-info {
  width: 85%;
  overflow: hidden;
}
.searchbox .searchbox-button {
  width: 50px;
  margin-left: auto;
}
#search .description {
  background: #FFDA8F;
  padding: 1em 1em 0.5em 1em;
  margin: 0 auto;
  margin-bottom: 1em;
  border-radius: 10px;

  border: 2px solid #FFC525;
}
#search .pic-container-row {
  display: flex;
  position: relative;
  column-gap: 1em;
  align-items: center;
 margin-bottom: 0.6em;
}
.name_sub-row {
  display: block;
/*  font-size: 0.7em;*/


  color: #f2b55a;
  margin-top: 0.4em;
}

#search .pic-container-row .icon {
   height: 20px;
   position: relative;
/*   left: 100px;*/
   margin-left: auto;
/*   right: -100px;*/
}
.charge {
/*  display: flex;*/
  margin-left: auto;
  text-align: right;
}
.charge p {
/*  margin-top: 24px;*/
/*  text-shadow: 1px 1px 4px #646464;*/
}
.charge img.icon {

}
#description-list ul {
  margin: 0 0 0.6em 0;
  padding: 0;
  font-size: 0.8em;
  color: #333;
  list-style: none;
}
#description-list ul li {
  padding-left: 22px;
  line-height: 1.8em;
  background: left top no-repeat;
  background-size: 14px auto;
}
#description-list ul li:nth-child(1) {
  background-image: url(../img/job.svg);
}
#description-list ul li:nth-child(2) {
  background-image: url(../img/message.svg);
}
#description-list ul li:nth-child(3) {
  background-image: url(../img/geo-alt-fill.svg);
}

.reception{
  border-top: 0.7px solid #fff;
  padding: 10px;
  display: flex;
  padding-bottom: 0px;
}
.reception>div:not(:first-child){
  border-left: 0.7px solid #fff;
  margin-left: 10px;
  padding-left: 10px;
}
.reception>div>div{
  display: flex;
  align-items: center;
}
.reception>div>div>div{
  white-space: nowrap;
  padding: 5px 10px;
  margin: 3px;
  font-size: 0.7em;
  color: #333;
  background: #FFC525;
}
.reception h5{
  color: #333;
  font-weight: 400;
  margin-bottom: 0.2em;
}

/* ==============================
/* 再検索
/* ============================== */

.search-header input, select, textarea {
  padding: 10px;
  margin-bottom: 1em;
  box-sizing: border-box;
  border: none;
/*  background: rgb(75 112 175 / 50%);*/

  border: 3px solid #FFC525;
  border-radius: 10px;
}
.search-header  {
  display: flex;
  column-gap: 0.5em;
  margin-top: 10px;
}
.search-header button {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
/*    max-width: 140px;*/
    height: 36px;
    border: none;
    background-color: #fff;
/*    border: 1.5px solid #4b6faf;*/
    color: #333;
/*    font-size: 0.5em;*/
/*    font-weight: bold;*/
    cursor: pointer;
    padding: 0.3em;
    white-space: nowrap;
}
.search-header button:hover {
  background-color: #a9c0f5;
  color: #4b6faf;
}
input:focus-visible {
  outline: 1px solid #fff;
}
.placeholder_white::placeholder {
  color: #ccc;
/*  color: rgba(255, 255, 255, 0.6);*/
}

/* 再検索TOPページ-種類別検索 */
.search-type {
  display: flex;
  column-gap: 0.5em;
}
.search-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: calc((100% - 15px) / 3);
  height: 84px;
  padding: 10px 0px 0px 0px;
  background: #FFDA8F;
  border-radius: 5px;
  margin-bottom: 2em;
  border: 2px solid #FFC525;
}
.search-item p {
  font-size: 0.8em;
/*  font-weight: bold;*/
  color: #333;
}
/* 再検索TOPページ-登録住所 */
#search-detail  ul{
  margin: 0 0 0.6em 0;
  padding: 0.8em;
  font-size: 0.8em;
  color: #333;
  background-color: #FFDA8F;
  list-style: none;
  border: 2px solid #FFC525;
  border-radius: 5px;
}
#search-detail ul li {
  padding: 0 22px;
  line-height: 1.7em;
  background: left top no-repeat;
  background-size: 14px auto;
}
 #search-detail li img {
  position: absolute;
  left: 85%;
/*  top: 43%;*/
  height: 17px;
  width: 17px;
  margin-left: 5px;
 }
#search-detail ul li:nth-child(1) {
  background-image: url(../img/register.svg);
  background-position: left;
}
#search-detail ul li:last-child {
  background-image: url(../img/add.svg);
  background-position: left;
}

#search-detail hr {
  border: 0.3px solid #ccc;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}
/* 最終ページ-チエックボックス */
.checkbox {
    display: flex;
    flex-wrap: wrap;
    gap: .5em 2em;
    border: none;
}
.checkbox label {
    display: flex;
    align-items: center;
    gap: 0 .5em;
    font-size: 0.85em;
    position: relative;
    cursor: pointer;
}
.checkbox label::before {
    width: 18px;
    height: 18px;
    border-radius: 3px;
    border: 2px solid #d6dde3;
    content: '';
}
.checkbox label:has(:checked)::after {
    position: absolute;
    top: 4px;
    left: 7px;
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border: solid #2589d0;
    border-width: 0 3px 3px 0;
    content: '';
}
.checkbox input {
    display: none;
}


/* ==============================
/* セラピスト
/* ============================== */

#therapist {
}
.name_sub {
  display: block;
  color: #808080;
  font-size: 0.7em;
  font-weight: 300;
}
.response-container {
  display: flex;
  width: 80%;
  margin: 0 auto 15px;
}
.response-container:before {
  content: "";
  border: 0.5px solid #999;
  align-self: stretch;
  margin-top: 10px;
  margin-bottom: 10px;
}
.response-container img {
  vertical-align: top;
}
.item--start {
  order: -1;
}
.response {
  width: 40%;
  text-align: center;
  flex-grow: 0.5;
}

.response .heading {
  font-size: 0.75em;
  font-weight: bold;
  color: #333;
  margin: 0.3em 0;
}

.response p {
  color: #333;
  font-size: 13px;
  font-weight: bold;
  margin: 0;
}

.description {
  padding: 0 1em;
  margin-bottom: 2em;
  border-radius: 10px;

  border: 3px solid #FFC525;
}

.description p {
  text-align: left;
  font-size: 0.9em;
}

.profile .icon {
  height: 16px;
  margin-right: 0.5em;
}
#therapist .profile {
  margin-bottom: 20px;
}

#therapist .profile dt {
  color: #65A0FC;
  margin-bottom: 10px;
}

#therapist .profile dd {
  color: #333;
  margin-left: 0;
  padding-left: 30px;
  padding-bottom: 5px;
  border-bottom: 0.7px solid #ccc;
}

/* タブ */
.tab-3 {
    display: flex;
    flex-wrap: wrap;
/*    max-width: 500px;*/
  margin-top: 40px;
}

.tab-3 > label {
    flex: 1 1;
    order: -1;
    padding: .7em 1em .5em;
    color: #333;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    border-bottom: 2px solid #ccc;
    border-radius: 10px 10px 0 0 ;
}

#therapist_detail .tab-3 > label {
/*
    flex: 1 1;
    order: -1;
    padding: .7em 1em .5em;
    color: #333;
    font-weight: 600;
    font-size: .9em;
    text-align: center;
    cursor: pointer;
    background-color: #fff;
*/
}

.tab-3 > label:hover {
    opacity: .8;
}

.tab-3 input {
    display: none;
}

.tab-3 > div {
    display: none;
    width: 91%;
    padding: 1.5em 1em;
}

.tab-3 label:has(:checked) {
    background-color: #FFC525;
}

.tab-3 label:has(:checked) + div {
    display: block;
/*    background: #f9fafc;*/
}
#menu {width: 100%;
}

/* セレクト */

#menu form {
  margin: 1em 0;
}

#menu input, select, textarea {
  padding: 10px;
  margin-bottom: 20px;
  box-sizing: border-box;
  border: none;
/*  background: rgb(75 112 175 / 80%);*/
  background: #fff;
  border: 3px solid #FFC525;
  border-radius: 10px;
}

.menu-select select {
  width: 100%;
  padding: 10px;
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
/*background-color: #FFC525;*/
}

.menu-select select:active {
  outline: 3px solid #f2b55a;
}

.menu-select select:focus-visible {
 outline: none;
}

/* レビュー */

.therapist_profile-wrappr {
  display: flex;
  justify-content: flex-start;
  align-items: end;
  padding-bottom: 1em;
  margin-bottom: 1em;
  border-bottom: 0.5px solid #999;
  padding-top: 20px;
}
.therapist_profile-wrappr>div {
  display: flex;
  flex-flow: column;
}
.therapist_profile-wrappr>div>div {
  display: flex;
  justify-content: flex-start;
}
.therapist_profile-wrappr>div>div:first-child {
  padding: 0px 0px 0px 40px;

}
.review_pic-container {
  display: block;
  position: relative;
  top: -44px;
  left: 12px;
}
.therapist-info_1 {
  display: flex;
/*  width: 30%;*/
  flex-direction: column;
  text-align: center;
  padding: 0px 30px 0px 40px;
}

.therapist-info_2 {
  display: flex;
/*  width: 40%;*/
  flex-direction: column;
  text-align: center;
  border-left: 0.5px solid #999;
  padding: 0px 0px 0px 25px

}

.therapist-info_1>div
,.therapist-info_2>div {
  display: flex;
  justify-content: flex-start;
}
.therapist-info_1>div>div
,.therapist-info_2>div>div {
  text-align: left;

}
.therapist-info_1>div>div:first-child
,.therapist-info_2>div>div:first-child {
  width: 30px;
  margin-bottom: 10px;

}

.info-text {
  font-size: 0.9em;
  color: #333;
  margin-top: 0;
  margin-bottom: 0.2em;
}

.info-text-sub {
  font-size: 0.9em;
  color: #666;
  margin-top: 0;
  margin-bottom: 0.2em;
}

.info-text-strong {
  font-size: 1.2em;
  font-weight: bold;
  color: #333;
  margin: 0;
}



.rating {
  display: flex;
  align-items: baseline;
  margin-bottom: 2em;
}

.five-star {
  /*  変数 */
  --star-color: #fff;
  --star-fill: #f2b55a;
  --percent: calc(var(--rating) / 5 * 100%);

  /* スタイル */
  display: flex;
  background: linear-gradient(90deg, var(--star-fill) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0 0.2em;
}
.review-wrapper{
  display: flex;
  width: 100%;
  column-gap: 0.5em;
}
#review-comment {
  margin: 10px 0px 0px 0px;
  width: 100%;

}
#review-comment>div {
  display: flex;
  flex-flow: column;
}
#review-comment>div>div:first-child:not(.rating) {
  display: flex;
  justify-content: space-between;
}
#review-comment .description {
  display: flex;
  flex-wrap: wrap;
  background: #FFDA8F;
  width: 100%;

  border: 2px solid #FFC525;
  padding: 1em 1em 0.5em 1em;
  margin: 0 auto;
  margin-bottom: 1em;
  border-radius: 10px;
  margin-bottom: 2.5em;
}

#review-comment .pic-container-row {
  display: flex;
  position: relative;
  column-gap: 1em;
  align-items: flex-start;
  margin-bottom: 0.6em;
}
.name_sub-row {
  display: block;
/*  font-size: 0.7em;*/
  color: #333;
  margin-top: 0.4em;
}

#review-comment .pic-container-row .icon {
   height: 18px;
   position: relative;
   left: 100px;
   margin-left: auto;
}
.view_all {
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: -5%;
}
.line {
  color: #f2b55a;
  text-decoration: underline;
}
.small-star {
  margin-left: auto;
  font-size: small;
}

 #review_list dl{
  font-size: 0.8em;
  color: #333;
  margin-bottom: 0;
}

#review_list dt {
  font-weight: bold;
  margin-bottom: 0.4em;
}
#review_list dt img {
  height: 16px;
  width: 16px;
  margin-right: 0.3em;
}

#review_list dd {
  margin-left: 0;
  padding-bottom: 5px;
}
#review_list .review_list-items{
  margin-bottom: 0.7em;
}
#description-list ul li {
  padding-left: 22px;
  line-height: 1.8em;
  background: left top no-repeat;
  background-size: 14px auto;
}
#description-list ul li:nth-child(1) {
  background-image: url(../img/job.svg);
}
#description-list ul li:nth-child(2) {
  background-image: url(../img/message.svg);
}
#description-list ul li:nth-child(3) {
  background-image: url(../img/geo-alt-fill.svg);
}

/* ==============================
/* お気に入り
/* ============================== */




.favorite-block {

}
.favorite-block .favorite-list {
  display: flex;
  flex-direction: column;
  border: 2px solid #FFC525;
  background-color: #FFDA8F;
  border-radius: 10px;
  padding: 1em 1em 0.5em 1em;
  margin-bottom: 20px;

}
.favorite-block .favorite-list .profile_icon {
  height: 50px;
  margin-right: 20px;
}
.favorite-block .favorite-list .icon {
  height: 20px;
}
.favorite-block .favorite-list .icon2 {
  height: 20px;
}
.favorite-block .favorite-list > div:first-child {
  display: flex;
  justify-content: space-between;
}
.favorite-block .favorite-list > div:not(:first-child) {
  display: flex;
  align-items: center;
}
.favorite-block .favorite-list > div:not(:first-child) img {

}
.favorite-block .favorite-list > div:not(:first-child) p {


}
.favorite-block .favorite-list > div:not(:first-child) > div:first-child {
  width: 40px;
  text-align: center;
  margin-right: 20px;

}

.downselect{
  display: flex;
  width: auto;
  margin-left: auto;
}
.downselect .count{
  background-color: #65A0FC;
  border-radius: 50%;
  padding: 0px 10px;
  font-weight: bold;
  font-size: 1.5em;


}

/* モーダルウィンドウ */

.modal-wrapper {
  z-index: 999;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 40px 10px;
  text-align: center;
}

.modal-button {
  color: #333;
  border: 1.5px solid #FFDA8F;
  padding: 10px 15px;
  border-radius: 50px;
  cursor: pointer;
  height: 15px;
  display: flex;
  column-gap: 0.5em;
  align-items: center;
  justify-content: center;
  font-size: 0.7em;
  margin-left: auto;
  margin-bottom: 1em;
}

.modal-wrapper:not(:target) {
  opacity: 0;
  visibility: hidden;
  transition: opacity .3s, visibility .3s;
}

.modal-wrapper:target {
  opacity: 1;
  visibility: visible;
  transition: opacity .4s, visibility .4s;
}

.modal-wrapper::after {
  display: inline-block;
  height: 100%;
  margin-left: -.05em;
  vertical-align: middle;
  content: ""
}

.modal-wrapper .modal-window {
  box-sizing: border-box;
  display: inline-block;
  z-index: 20;
  position: relative;
  width: 80%;
  max-width: 600px;
  padding: 25px;
  border-radius: 2px;
  background: #f2f2f2;
  box-shadow: 0 0 30px rgb(0 0 0 / 50%);
  vertical-align: middle
}

.modal-wrapper .modal-window .modal-content {
  max-height: 80vh;
  overflow-y: auto;
  text-align: left
}

.modal_title {
  font-size: 1.5em;
	position: relative;
	overflow: hidden;
  padding: 0;
}

.modal-content p {
  margin: 10px 0 0 0;
}

.modal-content_button__wrap {
  position: relative;
  bottom: 10px;
  width: 100%;
  max-width: 400px;
	height: 50px;
	text-align: center;
	display: flex;
  column-gap: 0.7em;
	align-items: center;
}

.button_blue {
  background-color: #6e95ed;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  border: none;
  cursor: pointer;
  width: 100%;
  display: flex;
}
.button_blue:hover {
  background-color: #a9c0f5;
  color: #4b6faf;
}

.button_white {
  background-color: #fff;
  color: #6e95ed;
  padding: 12px 20px;
  border-radius: 10px;
  border: 1.5px solid #6e95ed;
  cursor: pointer;
  width: 100%;
  display: flex;
}
.button_white:hover {
  background-color: rgb(237 237 237 / 50%);
  color: #4b6faf;
}


.button_orange {
  background-color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  border: 2px solid #FFC525;
  cursor: pointer;
  width: 100%;
  display: flex;
}



.modal-content hr {
  border: 0.3px solid #ccc;
  margin-top: 0.5em;
  margin-bottom: 0.8em;
}

.select {
    display: flex;
    column-gap: 0.5em;
    flex-wrap: wrap;
}
.select label{
    display: flex;
    width: auto;
    background: #fff;
    color: #333;
    border: 0.5px solid #dfdfdf;
    box-shadow: 0 2px lab(0 0 0 / 0.4);
    padding: 5px 12px;
    margin-bottom: 0.5em;
    box-sizing: border-box;
    text-align: center;
    text-decoration: none;
    border-radius: 5px;
    cursor: pointer;
}
.select input:checked+label{
    background: #6e95ed;
    color: #FFF;
    box-shadow: none;
     margin-bottom: 0.5em;
}
.select input{
    display: none;
}

.modal-overlay {
  z-index: 10;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgb(0 0 0 / 50%);
}

.modal-wrapper .modal-close {
  z-index: 20;
  position: absolute;
  top: 5px;
  right: 5px;
  width: 35px;
  color: #95979c !important;
  font-size: 30px;
  font-weight: 700;
  line-height: 35px;
  text-align: center;
  text-decoration: none;
  text-indent: 0
}

.modal-wrapper .modal-close:hover {
  color: #2b2e38 !important
}

/* マイページ */
#mypage .pic-container-row {
  display: flex;
  position: relative;
  column-gap: 1em;
  align-items: center;
  margin-bottom: 2em;
}
.point-box {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 70px;
  background-color: #f2b55a;
  border-radius: 5px;
  margin-bottom: 1.5em;
}
.point-box p {
  font-size: 1em;
  font-weight: bold;
  color: #fff;
  margin-right: 5em;
}
.mypage_info-wrapper {
  padding: 1em 1.4em;
/*  margin-bottom: 2em;*/
  text-align: center;
}
.mypage_info-wrapper img {

}
.mypage_menu {
  display: flex;
  column-gap: 1.5em;
  flex-wrap: wrap;
  margin-top: 10px;
}

.menu-item {
  display: flex;
  align-items: center;
  justify-content:center;
  flex-direction: column;
  height: 110px;
  padding: 0.8em 0.3em 0.3em;;
  background: #FFC525;
  border-radius: 5px;
  margin-bottom: 1.5em;
  width: 45%;
  box-sizing: border-box;

/*  box-shadow: 0 3px 5px rgb(14 62 73 / 80%);*/
}
.menu-item p {
  font-size: 1em;
  font-weight: bold;
  color: #333;
}
.img_inner {
   display: flex;
   margin: 0 auto;
}
.img-item {
   width: 100%;
   object-fit: cover;
}

/* ボタン */

button {
  background-color: #FFC525;
  color: #333;
  padding: 10px 20px;
  border-radius: 10px;
/*  border: none;*/
  border: 2px solid #FFC525;
  cursor: pointer;
  width: 100%;
  display: flex;
}
button:hover {
/*  background-color: #fed18e;*/
  color: #9f7a39;
}
.button_sub {
  background-color:#6e95ed;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 20px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  display: flex;
}
.button_sub:hover {
/*  background-color: rgba(255, 255, 255, 0.53);*/
  color: #4b6faf;
  border: none;
}
.small {
  width: calc((100% - 10px) / 2);
}
.button__icon {
  flex-basis: 0.875rem;
}

.button__label {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.clear {
  position: relative;
  top: 0px;
  left: 88%;
  bottom: 0;
  width: 0px;
  height: 0px;
  cursor: pointer;
  pointer-events: none;
  background-color: transparent;
  border: 0;
}

/* ボタン 入力後色を変える */
.default-color {
/*
  background-color: #dab885;
  color: #4b6faf;
*/
  border: 2px solid #ccc;
  background-color: #ccc;
  color: #333;

}

.completed-color {
  background-color: #FFC525;
  color: white;
}

.button__wrap {
  width: 100%;
  max-width: 400px;
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.bottom__btn__wrap {
  width: 86%;
  max-width: 400px;
	height: 70px;
  padding: 0.6em 1.9em;
	text-align: center;
	z-index: 100;
	display: flex;
	align-items: center;
	justify-content: center;
}

/* フッターの基本スタイル - 統一版 */
footer {
  width: 100%;
  margin: 0 auto;
  background-color: #FFC525;
  border-top: .7px solid #d3e5ff;
  z-index: 200;
  max-width: 800px;
  padding: 0;
  /* iOS Safe Area対応 */
  padding-bottom: env(safe-area-inset-bottom);
  padding-bottom: constant(safe-area-inset-bottom); /* iOS 11.0-11.2対応 */
}

/* ログインページ用のフッター（ボタンがある場合） */
footer:has(.footer_button__wrap){
  background-color: #fff;
  border-top: none;
}

/* フッターボタンラッパー */
.footer_button__wrap {
  position: relative;
  bottom: 10px;
  width: 85%;
  max-width: 400px;
  height: 70px;
  text-align: center;
  display: flex;
  column-gap: 0.7em;
  align-items: center;
  justify-content: center;
  margin: 10px auto 0;
  background-color: #fff;
}

/* フッター情報 */
.footer-info {
  margin: 1em;
  font-size: 12px;
  max-width: 800px;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
}

.footer-info p{
  text-align: left;
}

.footer-info p:first-child{
  font-size: 13px;
  font-weight: bold;
  color: #FFC525;
  text-shadow: 1px 1px 4px #646464;
}

/* フッターナビゲーション */
.footer_navi {
  display: flex;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  padding: 0.5em 0 0;
  list-style: none;
}

.footer_ico {
  height: 25px;
}

.footer_navi li {
  width: calc((100% - 10px) / 6);
  padding: 5px;
  list-style: none;
  text-align: center;
}

.footer_navi li:hover {
  color: white;
}

.footer_navi p {
  font-size: 0.5em;
  white-space: nowrap;
}

/* ==============================
/* プロフィール,承認画面アイコン
/* ============================== */

.pic-container {
  width: 120px;
  position: relative;
 /*margin: 24px auto;*/
  margin: 50px auto;
}

.pic-container img {
  border-radius: 50%;
  position: relative;
  left: 10px;
}

.pic-container img .upload {
  border-radius: 50%;
}

.pic-container .round {
  position: absolute;
  bottom: 0;
  right: 10px;
  background: #e3e4e5;
  width: 32px;
  height: 32px;
  line-height: 33px;
  text-align: center;
  border-radius: 50%;
  overflow: hidden;
}
.bi-plus {
  color: #ffa200;
}

.pic-container .round input[type = "file"]{
  position: absolute;
  transform: scale(2);
  opacity: 0;
}

input[type=file]::-webkit-file-upload-button{
    cursor: pointer;
}

/* 支払い */

table {
  border-collapse: collapse;
  margin-bottom: 30px;
  padding: 0 0.8em;
  width: 100%;
  table-layout: fixed;
  font-size: 0.85em;
  color: #333;

/*  background: rgb(75 112 175 / 80%);*/

  background-color: #FFDA8F;
  border-radius: 5px;
}

th {
  width: 30%;
  height: 1.6em;
  text-align: left;
  font-weight: 400;
  padding: 0.5em 0.2em 0.5em 0.8em;
}

td {
  width: 70%;
  height: 1.6em;
  text-align: right;
  font-weight: 400;
  padding: 0.5em 0.8em 0.5em 0.2em;
}

table tr:first-child {
  padding-top: 0.8em;
}

table tr:last-child {
  padding-bottom: 0.8em;
  border-top: 1px solid #fff;
}

.card-container {
  width: 94%;
  height: 20px;
  position: relative;
  padding: 0.7em;
  margin: 0.5em 0;
/*  background: rgb(75 112 175 / 80%);*/
  background-color: #FFDA8F;
  background-image: url("./img/visa-pic.png");
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
}
.card-container ul li {
    float: left;
    margin-left: 5px;
    margin-top: 5px;
}
.card-container img {
    height: 22px;
}
.card_list-container {
  width: 94%;
  height: 41.6em;
  position: relative;
  padding: 0.7em;
  margin: 0.5em 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-image: url("../img/card_bg.png");
  border-radius: 5px;
}
.card-info {
    display: flex;
    flex-direction: column;
    flex-grow: 2;
    width: 40%;
    margin-left: 20px;
}
.card-info-txt {
  font-weight: bold;
  color: #333;
  text-align: left;
  margin: 0;
  line-height: 1.8em;
}
.card-txt {
 display: flex;
 column-gap: 2em;
}
.edit {
  color: #333;
}
.brand {
  height: 30px;
}

/* ==============================
/* 予約一覧
/* ============================== */

.pic-container-row {
  display: flex;
  position: relative;
  column-gap: 1em;
/*  align-items: center;*/
  margin-bottom: 0.6em;
  padding-top: 5px;
}
.pic-container-row span {

}
.pic-container img {
  border-radius: 50%;
  position: relative;
  left: 10px;
}

.description:has(.reserve_list) {
  padding: 10px 10px;
}

.reserve_list .reserve>div:first-child {
  width: 50px;
}




.reserve .icon {
  height: 30px;
  margin-right: 35px;
}
.reserve {
  display: flex;
  color: #333;
}
.reserve_list {
    margin-left: 15px;
    margin-bottom: 0px;
}
.reserve dt {

}.reserve dd {
/*    margin-inline-start: 35px;*/
  margin-inline-start: 0px;
}
.status {
  background-color: #fff;
  color: #333;
  padding: 6px 10px;
  border-radius: 5px;
  border: none;
  cursor: pointer;
  width: 85px;
  height: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
/*    font-size: 0.9em;*/
  margin-left: auto;
  white-space: nowrap;
}
.status-color-1 {
    background-color: #AAFFAA;
    border: none;
}
.status-color-2 {
    background-color: #65A0FC;
    border: none;
}
.status-color-3 {
    background-color: #FFC525;
    border: none;
}
.status-color-4 {
    background-color: #FF9999;
    border: none;
}






/* ==============================
/* お知らせ
/* ============================== */
.notice_list-container {
  font-size: 0.88em;
  border-bottom: 0.7px solid #ccc;
  padding-bottom: 0.7em;
  margin-bottom: 1em;
}
.date {
  font-size: 0.8em;
  color: #ccc;
  text-align: left;
}

/* ==============================
/* ホーム
/* ============================== */

.home_pageheader {
/*  background-color: #6e95ed;*/
  border-bottom: .7px solid #d3e5ff;
  position: fixed !important;
  top: 0;
  z-index: 100;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.home_header-inner {
  display: flex;
  margin: 0 auto;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  max-width: 400px;
}
.home_container {
  margin-top: 50px;
  padding: 106px 20px 130px;
  width: 90%;
  max-width: 400px;
  overflow: scroll;
  overflow-x: hidden;
}
.home_detail-wrapper {
  margin: 0 auto;
  padding: 0.9em;
  margin-bottom: 2em;
/*  background-color: #6e95ed;*/
}
.home_menu {
  display: flex;
  column-gap: 1.5em;
  flex-wrap: wrap;
}
.home-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  height: 54px;
  padding: 0.5em 0.9em;
  background: rgb(75 112 175 / 80%);
  border-radius: 5px;
  margin-bottom: 0.5em;
  width: 100%;
  box-sizing: border-box;
}
.home-item p {
  font-size: 13.5px;
  text-align: left;
  padding-left: 1em;
  padding-right: 3em;
}

.icon-position {
  padding-top: 0.5em;
  width: 50px;
  border-right: 0.5px solid #fff;

}
.icon-arrow {
  display: flex;
  margin-left: auto;
}
.home-button__wrap {
    width: 100%;
    max-width: 400px;
    padding: 17px 0px;
}
.home_announce-tittle {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5em;
  height: 18px;
  background-color: #6e95ed;

}
.home_announce-tittle h4{
  background-image: url(../img/alert.svg);
  background-repeat: no-repeat;
  padding-left: 24px;
  font-weight: bold;
}

.home_announce {
  padding: 0.5em;
  height: 40px;
  text-align: left;
  margin-bottom: 1.5em;
  background-color: #d6e5f6;
}
.home_announce-txt{
  font-size: 0.9em;
  color: #333;
  margin: 0;
  text-align: left;
}
.announce_date {
  color: #808080;
  font-size: 0.65em;
  text-align: left;
}
.badge {
  position: absolute;
  height: 17px;
  width: 17px;
  top: 7px;
  left: 25.5%;
}


/* ==============================
/* 予約詳細
/* ============================== */
.reserve-info-header {
  width: 100%;
}
.reserve-info-header .reserve-status {
  padding: 10px;
}
.reserve-info-header .reserve-status-1 {
  background-color: #AAFFAA;
}
.reserve-info-header .reserve-status-2 {
  background-color: #65A0FC;
}
.reserve-info-header .reserve-status-3 {
  background-color: #FFC525;
}
.reserve-info-header .reserve-status-4 {
  background-color: #FF9999;
}
.reserve-info-header .reserve-status p {
  margin: 0px;
}
.reserve-info-header .reserve-caution {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 1em;
  padding: 10px;
  border: 2px solid #FFC525;
}
.reserve-info-header .reserve-caution img:first-child {
  width: 40px;
}
.reserve-info-header .reserve-caution img:last-child {
  width: 12px;
  margin-left: 10px;
  margin-right: 10px;
}

.reserve-info-block {
  display: flex;
  flex-flow: column;
}


.reserve-info-block .info-text-1 {
  color: #333;
  opacity: .5;
  margin-bottom: 20px;
}
.reserve-info-block .reserve-info-item {
  margin-bottom: 20px;
}
.reserve-info-block .reserve-info-item .info-title {

}
.reserve-info-block .reserve-info-item .info-title p {
  text-align: left;

}
.reserve-info-block .reserve-info-item .info-detail {
  background-color: #FFDA8F;
  border: 2px solid #FFC525;
  border-radius: 10px;
  padding: 15px 15px;
  overflow: hidden;

}
.reserve-info-block .reserve-info-item .info-detail-row {

  display: flex;
  align-items:flex-start;
}
.reserve-info-block .reserve-info-item .info-detail-row a {
  display: flex;
  align-items:flex-start;
}
.reserve-info-block .reserve-info-item .info-detail-row:not(:first-child) {
  border-top: 1.5px solid #fff;
  padding-top: 20px;
}
.reserve-info-block .reserve-info-item .info-detail-row:not(:last-child) {
  padding-bottom: 20px;
}
.reserve-info-block .reserve-info-item .info-detail-icon {
  margin-right: 7px;

}
.reserve-info-block .reserve-info-item .reserve-progress-1 {

  max-height: 0px;
}
.reserve-info-block .reserve-info-item .reserve-progress-2 {

  max-height: 0px;
}
.reserve-info-block .reserve-info-item .reserve-progress-3 {

  max-height: 0px;
}
.reserve-info-block .reserve-info-item .reserve-progress-2 img {
  margin-top: -95px;
}
.reserve-info-block .reserve-info-item .reserve-progress-3 img {
  margin-top: -130px;
}
.reserve-info-block .reserve-info-item .info-detail-icon img {
  width: 25px;
}
.reserve-info-block .reserve-info-item .info-detail-icon-profile img {
  height: 50px;
  width: auto;
}
.reserve-info-block .reserve-info-item .info-detail-icon-card img {
  height: 22px;
  width: auto;
}



.reserve-info-block .reserve-info-item .info-detail-text {

}

.reserve-info-block .reserve-info-item .info-detail-text.flex-sustain {
 flex-grow: 10;
}


.reserve-info-block .reserve-info-item .info-detail-text p {
  text-align: left;
  margin: 0px;

}
.reserve-info-block .reserve-info-item .info-detail-text p.text1 {
  margin-top: 10px;
  color: #65A0FC;
}
.reserve-info-block .reserve-info-item .info-detail-text a p {
  color: #65A0FC;

}
.reserve-info-block .reserve-info-item .info-detail-text2 {
/*
  text-align: right;  */
  margin-left: auto;
  white-space: nowrap;


}
.reserve-info-block .reserve-info-item .info-detail-text3 {
  display: flex;
  align-items:flex-start;


}
.reserve-info-block .exclamation_icon {
  width: 15px;
  margin-left: 10px;
}


.reserve-info-block .privacy-policy {


}

.reserve-info-block .privacy-policy .check-box {
  cursor: pointer;
  width: 20px;
}
.reserve-info-block .privacy-policy .check-text {
  /* チェックボックスとテキストの上下を中央に */
  align-items: center;
  display: flex;
}
.reserve-info-block .privacy-policy .check-box input {
  display: none; /* デフォルトのチェックボックスを非表示 */
}
.reserve-info-block .privacy-policy .check-box input + .check-text::before {
  background-image: url(../img/check-box-off.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 30px;
  position: relative;
  width: 30px;
  margin-right: 10px;
}
.reserve-info-block .privacy-policy .check-box input:checked + .check-text::before {
  background-image: url(../img/check-box-on.svg);
}

.reserve-info-block .privacy-policy a {
  color: #65A0FC;
}







.reserve-progress-info {
  display: flex;
  flex-flow: column;
}
.reserve-progress-info .progress-info {
  display: flex;
  height: 110px;

}
.reserve-progress-info .progress-img {
  margin-right: 20px;
  width: 20px;

  display: flex;
  justify-content: center;
  align-items:flex-start;
}

.reserve-progress-info .progress-img img {

}
.reserve-progress-info .img1 img {
  height: 110px;
}
.reserve-progress-info .img2 img {
  height: 110px;
}
.reserve-progress-info .img3 img {
  width: 20px;
}
.reserve-progress-info .img4 img {
  width: 20px;
}
.reserve-progress-info .progress-img img:last-child {

}
.reserve-progress-info .progress-text {
}
.reserve-progress-info .progress-text p {
  margin: 0px 0px 10px;
  text-align: left;

}




/* ==============================
/* 予約時間
/* ============================== */
.reserve-time-block {

}
.reserve-time-block .reserve-time-block-row {

}
.reserve-time-block .reserve-date-title {
  text-align: center;
    margin: 10px;
}
.reserve-time-block .reserve-date-select {
  display: flex;
  overflow-x:scroll;
}
.reserve-time-block .reserve-date-select > div {
  margin-right: 2px;
  margin-bottom: 10px;
}
.reserve-time-block .reserve-date-select input[type=radio] {
  display: none;
}
.reserve-time-block .reserve-date-select input[type="radio"] + label{

}
.reserve-time-block .reserve-date-select input[type="radio"] + label>p {
  padding: 5px 15px;
  margin: 0px;
  background-color: #fff;
  height: 20px;
}
.reserve-time-block .reserve-date-select input[type="radio"] + label>p:first-child {

}
.reserve-time-block .reserve-date-select input[type="radio"] + label>p:last-child {

}
.reserve-time-block .reserve-date-select input[type="radio"]:checked + label>p {
  background-color: #FFC525;
}





.reserve-time-block .reserve-time-select {
  display: flex;
  justify-content: space-between;
  margin: 40px 0px;
}
.reserve-time-block .reserve-time-select > div {
}
.reserve-time-block .reserve-time-select input[type=radio] {
  display: none;
}
.reserve-time-block .reserve-time-select input[type="radio"] + label {
  padding: 10px 20px;
  border-radius: 25px;
  background-color: #FFC525;
/*  border: 2px solid #FFC525;*/
}
.reserve-time-block .reserve-time-select input[type="radio"]:checked + label {
  border: 2px solid #65A0FC;
}
.reserve-time-block .reserve-time-select input[type="radio"]:disabled + label {
  background-color: rgba(255,197,37,0.5);
}


/* ==============================
/* レビュー登録
/* ============================== */
.review-regist-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.review-regist-block .review-regist-block-row {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.review-regist-block .review-regist-block-row dl {
  display: flex;
  justify-content: center;
}
.review-regist-block .review-regist-block-row dt {
}
.review-regist-block .review-regist-block-row dd {
  padding: 0px 10px;
  margin: 0px;
}
.review-regist-block .review-regist-block-row dl img {
  height: 20px;
}
.review-regist-block .stars {
  margin-top: 20px;
}
.review-regist-block .comment {
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
.review-regist-block .comment textarea {
  width: 100%;
  height: 150px;
}
.review-regist-block .comment span {

}



/* ==============================
/* チャット
/* ============================== */



.chat-container {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin-bottom: 30px;
}

.avatar {
  position: relative;
  top: 40px;
  right: 14px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}
.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.staff-status {
  color: #333;
  opacity: 0.8;
  font-size: 11px;
  align-self: auto;
  padding-left: 40px;
  margin-top: 5px;
}

.user-status {
  color: #333;
  opacity: 0.8;
  font-size: 11px;
  align-self: flex-end;
  padding-right: 17px;
  margin-top: 5px;
}

.conversation {
/*  flex: 1;*/
/*  overflow-y: auto;*/
/*  padding: 20px;*/
/*  background: #fff;*/
}

.conversation-container {
  display: flex;
  flex-direction: column;
}

.user-message {
  position: relative;
  display: flex;
  align-self:flex-end;
  margin-right: 16px;
  padding: 10px;
  border-radius: 12px;
  background-color: #007bff;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: white;
  width: 65%;
}

.user-message::after {
  content: '';
  position: absolute;
  right: -8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-left: 8px solid #007bff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  z-index: 1;
}

.staff-message {
  position: relative;
  display: inline-block;
  margin-left: 40px;
  padding: 10px;
  border-radius: 12px;
/*  border-radius: 0px 12px 12px 12px;*/
  background-color: #fff;
  text-align: left;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  width: 65%;
}

.staff-message::after {
  content: '';
  position: absolute;
  left: -8px;
  bottom: 8px;
  width: 0;
  height: 0;
  border-right: 8px solid #fff;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}

.conversation-compose {
  display: flex;
  padding: 10px;
  background: #fff;
  border-top: 1px solid #eaeaea;
  width: 100%;
  max-width: 800px;
}



.input-msg2 {
    text-align: left;
    flex: 1;
    border-radius: 20px;
    padding: 10px 15px;
    outline: none;
    border: 3px solid #ccc;
}

::placeholder {
    color: #ccc;
}


.send {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #65A0FC;
  color: white;
  border: none;
  margin-left: 10px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}

.send:hover {
  background: #65A0FC;
}

.chat-footer {
  display: flex;
  justify-content: center;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  margin: 0 auto;
  background-color: #fff;
  border-top: .7px solid #d3e5ff;
  z-index: 200;
}



/* ==============================
/* セラピストマッチング
/* ============================== */

.therapist-matching-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.therapist-matching-block img.icon {
  height: 20px;
  vertical-align: middle;
}

/* 正しいセレクタ - 各セクション内のアイコン */
.therapist-search img.icon {
  height: 20px;
  vertical-align: middle;
}

.therapist-menu img.icon {
  height: 20px;
  vertical-align: middle;
}

.therapist-now img.icon {
  height: 20px;
  vertical-align: middle;
}
/* 元の構造用のスタイルは削除 - 新しい構造に統一 */

/* 新しい構造用のスタイル - 独立した要素 */
.therapist-search {
  width: 100%;
  margin-bottom: 20px;
}

.therapist-search .list_row {
  display: flex;
  justify-content: space-between;
  border: 2px solid #FFDA8F;
  border-radius: 10px;
  margin: 10px 0px;
}

.therapist-search .list_row > div {
  margin: 10px 0px;
  display: inline-block;
  text-align: center;
}

.therapist-search .list_row > div:first-child {
  border-right: 2px solid #ccc;
  text-align: center;
  width: 75px;
  min-width: 75px;
  margin-right: 10px;
}

.therapist-search .list_row > div:nth-child(2) {
  display: flex;
  align-items: center;
  min-width: 60%;
}

.therapist-search .list_row > div:nth-child(2).location_input {
  display: flex;
  flex-direction: column;
  align-items: end;
  min-width: auto;
}
.therapist-search .list_row .location_input_inner {
  width: 100%;
  padding-right: 0;
}
.therapist-search .list_row .location_input input {
  width: 100%;
  padding-right: 0;
}


.therapist-search .list select {
  border: none;
  margin: 0px;
  width: 100%;
  font-size: medium;
  color: #333;
  background: #fff;
}

.therapist-search .list select[name="gender"] {
  padding: 0 .3em;
}

.therapist-search input {
  margin: 0px;
  border: none;
  font-size: medium;
  color: #333;
}

.therapist-search .list input {
  margin: 0px;
  border: none;
  font-size: medium;
  color: #333;
  width: 100%;
}

.therapist-search .location {
  color: #65A0FC;
}

.therapist-search .location img {
  margin-right: 5px;
}

.therapist-menu {
  width: 100%;
  margin-bottom: 20px;
}

.therapist-menu .list_row {
  display: flex;
  justify-content: space-between;
  gap: .7em;
  margin: .7em 0px;
}

.therapist-menu .list_col {
  padding: 10px 5px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.therapist-menu .list_col:not(:first-child):last-child {
  margin-left: 0;
}

.therapist-menu .list_row input[type='checkbox']{
  display: none;
}

.therapist-menu .list_row input[type="checkbox"] + label {
  border: 2px solid #FFDA8F;
  background-color: #fff;
}

/* list_row 内のラベルに余白が入らないよう明示的にリセット */
.therapist-menu .list_row label.list_col {
  margin: 0;
}

.therapist-menu .list_row input[type="checkbox"]:checked + label {
  background-color: #FFC525;
}

.therapist-menu button.list_col  {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 6em;
  background-color: #fff;
  border-color: #FFDA8F;
}

.therapist-menu img.icon {
  padding-right: 10px;
}

.therapist-now {
  width: 100%;
  margin-bottom: 20px;
}

.therapist-now .list_row {
  display: flex;
  justify-content: space-between;
  gap: 8px;
  margin: 6px 0px;
}

.therapist-now .list_col {
  padding: 10px 20px;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  text-align: center;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.therapist-now p {
  text-align: left;
}

.therapist-now button.list_col  {
  background-color: #afcaf3;
  border-color: #afcaf3;
}


/* ==============================
/* クーポンボックス
/* ============================== */

.coupon-block {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.coupon-block h3 {
}

.coupon-block .coupon-block-row {
  width: 100%;
  border-bottom: 1px solid #ccc;
  display: flex;
  justify-content: center;
  padding: 20px 0px;
}
.coupon-block .coupon-0 {

}







.coupon-block .coupon-1 {
  display: flex;
  justify-content: space-evenly;

}
.coupon-block .coupon-1 .icon {
  width: 15px;
  margin-right: 5px;

}



.coupon-1-info-1 {

}
.coupon-1-info-2 {

}

.coupon-block .coupon-1 .coupon-1-outer {
  padding: 15px;
}
.coupon-block .coupon-1 .coupon-1-inner {
  border: 2px solid #fff;
  display: flex;
  flex-direction: column;
  padding: 5px 40px;
}


.coupon-block .coupon-A .coupon-1-outer {
  background-color: #FFC525;
}
.coupon-block .coupon-A .coupon-1-inner {
  background-color: #FFC525;
}
.coupon-block .coupon-B .coupon-1-outer {
  background-color: #65A0FC;
}
.coupon-block .coupon-B .coupon-1-inner {
  background-color: #65A0FC;
}



.coupon-block .coupon-1-code {
  background-color: #fff;
  padding: 2px;
  font-size: 0.8em;
  margin-top: 5px;
}


.coupon-block p {
  margin: 0px;
}
.coupon-block .coupon-text-1 {

}
.coupon-block .coupon-text-2 {
  font-size: 1.7em;
  font-weight: bold;
}
.coupon-block .coupon-text-3 {
  font-size: 0.5em;
  margin-top: 5px;
}
.coupon-block .coupon-text-4 {
  text-align: left;

}
.coupon-block .coupon-text-5 {
  margin-top: 5px;
  text-align: left;
  margin-bottom: 5px;

}
.coupon-block .coupon-text-6 {
  text-align: left;
  padding-left: 20px;
  margin-bottom: 10px;

}





.coupon-block .coupon-10 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-bottom: none;
    row-gap: 10px;
}
.coupon-block .campaign-1 {
  width: 50%;
  margin: 20px;

  display: flex;
  justify-content: center;
}











.coupon-block .campaign_code {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  row-gap: 5px;
  background-color: #FFC525;
  width: 50%;
  border-radius: 50px;
  padding: 10px;
}
.coupon-block .campaign_code .code {
  font-weight: bold;
  font-size: x-large;

}
.coupon-block .campaign_code .share {
  display: flex;
  justify-content: space-between;

  color: #65A0FC;
  width: 60%;

}
.coupon-block .campaign_code .share > div {


  white-space: nowrap;

}
.coupon-block .campaign_code .share > div:first-child {
/*  border-right: 1px solid #ccc;*/

}

.coupon-block .campaign_code .icon {
  width: 15px;

}












/* ==============================
/* 支払い方法
/* ============================== */

.payment-block {
  display: flex;
  flex-direction: column;
/*  align-items: center;*/
  row-gap: 10px;
}
.payment-block .payment-block-row {

  display: flex;
  justify-content: center;
}
.payment-block .payment-block-row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
/*
.payment-block .payment-block-row:has(.card-edit) {
  display: flex;
  justify-content: flex-end;
}
.payment-block .payment-block-row:not(has(.card-edit)) {
  display: flex;
  flex-direction: row;
  align-items: center;
}
*/
.payment-block .card-edit {
  color: #65A0FC;
  width: 300px;
  text-align: right;
}
.payment-block .card-edit input[type='checkbox']{
  display: none;
}
.payment-block .card-edit input[type="checkbox"] + label {
}
.payment-block .card-edit input[type="checkbox"]:checked + label {
}


.payment-block .card-delete {
  margin-right: 20px;
  display: flex;
  align-items: center;
  display: none;


}
.payment-block .card-delete img.icon {
  height: 22px;
  vertical-align: middle;
}

.payment-block .card-block {
  display: flex;
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px;
  width: 300px;
}
.payment-block .card-block > div:last-child {
  margin-left: auto;
}

.payment-block .card-block .card-image {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 60px;
}
.payment-block .card-block .card-image img.icon {
  height: 22px;
  vertical-align: middle;
}

.payment-block .card-block .card-info {
}
.payment-block .card-block .card-no {
  display: flex;
  column-gap: 10px;
  font-weight: bold;;
}
.payment-block .card-block .card-no2 {
  display: flex;
  column-gap: 10px;
}
.payment-block .card-block .link {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.payment-block .card-block .link .icon {
  height: 20px;
  vertical-align: middle;
}

.payment-block .card-add {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.payment-block .card-add .icon {
  height: 20px;
  vertical-align: middle;
  margin-right: 10px;
}

























/* レビューの星 */
.stars span{
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.stars input[type='radio']{
  display: none;
}

.stars label{
  color: #D2D2D2;
  font-size: 30px;
  padding: 0 5px;
  cursor: pointer;
}

.stars label:hover,
.stars label:hover ~ label,
.stars input[type='radio']:checked ~ label{
  color: #F8C601;
}

/* スライドアニメーションの設定 */
@keyframes horizontal-animation {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-100%);
    }
}

/* スライダーを表示する親コンテナ */
.slider-container {
    display: flex;
    overflow: hidden;
}

.slider-container a {
    cursor: pointer;
}

/* スライダー本体 */
.slider-wrapper {
    display: flex;
    animation: horizontal-animation 60s linear infinite;
}

/* スライドコンテンツ */
.slide {
    width: 400px;
    margin-right: 20px;
}

.slide img {
    width: 100%;
    height: auto;
    vertical-align: bottom;
}

/* ホバー時の一時停止用 ※任意 */
@media (hover: hover) {

    .slider-container:hover .slider-wrapper {
        animation-play-state: paused;
    }

}

/* readonlyを持つ要素をクリック不可 */
select[readonly],
input[type="radio"][readonly],
input[type="checkbox"][readonly]{
    pointer-events:none;
}
[readonly] + label{
    pointer-events:none;
}

/* フッターナビゲーション - リンクスタイル */
.footer_navi a {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 8px 4px;
  text-decoration: none;
  color: #333;
  transition: color 0.3s ease;
  width: 100%;
  height: 100%;
}

.footer_navi a:hover,
.footer_navi a.router-link-active {
  color: #007bff;
}

/* 調整 */
/*
.position_bottom {
    display: flex;
    align-items: flex-end;
    height: 70%;
}
*/


.pageheader:has(.header-inner2) {

    border-bottom: 1.5px solid #ccc;
    height: 120px;

}
.header-inner2 h1 {
  margin: auto;
}
.header-inner2 {
  height: 120px;

}
.header-title {
  display: flex;
  margin: 0 auto;
  padding: 16px;
  align-items: center;
  justify-content: space-between;
  width: 90%;
/*  max-width: 400px;*/
}

.header-menu {
  border-top: 1.5px solid #ccc;
  width: 100%;
  margin: 0 auto;
  padding: 10px 0px 0px 20px;
  align-items: left;

  white-space: nowrap;
  display: inline-block;

}
.header-menu span {
}
.header-menu img {
    margin-right: 10px;
    vertical-align: middle;
}
.regist-comp {
    margin: 100px auto 20px auto;
    text-align: center;
}
.input-msg {
  text-align: left;
    color: #ccc;
    margin: -15px 0px 20px 0px;
    padding: 0px;

}

/* フッターのスタイル - 追加のホバー効果 */
.footer_navi a:hover {
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 4px;
}

/* input系のスタイル */
input[type="text"], 
input[type="tel"], 
input[type="email"], 
input[type="password"],
select, 
textarea {
  width: 100%;
  padding: 12px;
  border: 2px solid #ddd;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  box-sizing: border-box;
}

input[type="text"]:focus, 
input[type="tel"]:focus, 
input[type="email"]:focus, 
input[type="password"]:focus,
select:focus, 
textarea:focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 2px rgba(0, 123, 255, 0.25);
}

input[readonly] {
  background-color: #f8f9fa;
  cursor: not-allowed;
}

/* ボタンのスタイル */
button {
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease;
}

button:hover {
  transform: translateY(-1px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

button:active {
  transform: translateY(0);
}

/* チェックボックスのスタイル */
input[type="checkbox"] {
  width: 18px;
  height: 18px;
  margin-right: 8px;
  cursor: pointer;
}

input[type="checkbox"] + label {
  cursor: pointer;
  user-select: none;
}

/* 戻るリンクのスタイル */
.back-link {
  padding: 1rem;
  background-color: #fff;
  border-bottom: 1px solid #eee;
}

.back-link a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  color: #007bff;
  text-decoration: none;
  font-size: 1.1rem;
  font-weight: 500;
  transition: color 0.2s ease;
}

.back-link a:hover {
  color: #0056b3;
}

.back-link a img {
  width: 16px;
  height: 16px;
}
