@charset "UTF-8";
/* CSS Document */
/*------------------------------------
 index
------------------------------------*/
.pattern_bg01::before {
  background-image: url(../images/pattern/dot1.png);
  background-size: contain;
}
/*------------------------------------
 css add 
------------------------------------*/
.gap-x-3 {
  -moz-column-gap: 0.25rem;
  column-gap: 0.25rem;
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(3 110 184 / var(--tw-bg-opacity))
}
.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(234 121 69 / var(--tw-bg-opacity))
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(234 121 69 / var(--tw-border-opacity))
}
.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(205 205 190 / var(--tw-border-opacity))
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(100 80 100 / var(--tw-border-opacity))
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(234 121 69 / var(--tw-text-opacity))
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(205 205 190 / var(--tw-text-opacity))
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(100 80 100 / var(--tw-text-opacity))
}
/*------------------------------------
  PC - PHONE
------------------------------------*/
.pc_area {
  display: inline !important;
}
.phone_area {
  display: none !important;
}
.w30{ width: 30%;}
.w70{ width: 70%;}


@media screen and (max-width: 768px) {
  .pc_area {
    display: none !important;
  }
  .phone_area {
    display: inline !important;
  }
  .s-w-50 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
  }
  .s-mtb-main {
    padding-top: 7em;
    padding-bottom: 5em;
  }
  .w30{ width: 100%;}
  .w70{ width: 100%;}
}
.-mt-12 {
  margin-top: -5rem;
}
table {
  border-collapse: separate !important;
}
table td {}
.search-container {
  margin: 20px;
  text-align: center;
}
#search-input {
  width: 200px;
  padding: 10px;
  margin-right: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#results-container {
  margin-top: 20px;
  padding: 10px;
  border-top: 1px solid #ddd;
}
#sortOptions {
  text-align: center;
}
.sort-width {
  width: 160px;
}
button.today {
  position: relative;
}
@keyframes blink {
  0%, 100% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
}
button.today::before {
  content: "当日予約可能";
  position: absolute;
  top: -1em;
  left: 0%;
  background-color: #046FB8;
  padding: 0px 10px;
  font-size: 0.8em;
  color: #fff;
  border-radius: 9999px;
  display: block;
  animation: blink 2s linear infinite;
}
/* ---------------------------- */
/* --- カレンダー --- */
/* ---------------------------- */
.Group__CalendarWrap {
  margin-bottom: 24px;
}
.JGroup__Calendar {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 16px;
  border: 1px solid #016cb8;
  padding: 10px 16px;
  width: 63.5%;
}
.CalendarHead {
  margin-bottom: 1em;
  display: flex;
  align-items: center;
}
#prev {
  cursor: pointer;
}
.CalendarPrevGroup {
  position: relative;
  margin-right: auto;
  border: 1px solid #016cb8;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 2em;
  color: #016cb8;
  font-size: 1em;
}
.Calendar-cl {
  position: absolute;
  left: 8px;
  margin-right: 8px;
  font-size: 9px;
}
.CalendarYearGroup {
  font-weight: bold;
  font-size: 1.2em;
  margin-bottom: 1em;
}
#next {
  cursor: pointer;
}
.CalendarNextGroup {
  position: relative;
  margin-left: auto;
  border: 1px solid #016cb8;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 30%;
  height: 2em;
  color: #016cb8;
  font-size: 1em;
}
.Calendar-cr {
  position: absolute;
  right: 8px;
  margin-left: 8px;
  font-size: 9px;
}
.CalendarWeekGroup {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.WeekGroup__Item {
  width: 13.5%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.CalendarDateGroup {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.DateGroup__Item {
  width: 14.28%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px;
  font-weight: bold;
  min-height: 50px;
}
@media screen and (max-width:768px) {
  .Group__Calendar {
    padding: 10px;
    width: 100%;
  }
  .DateGroup__Item {
    padding: 10px;
  }
  .CalendarPrevGroup {
    width: 40%;
    height: 2em;
    font-size: 1em;
  }
  .CalendarNextGroup {
    width: 40%;
    height: 2em;
    font-size: 1em;
  }
}
.star5_rating {
  position: relative;
  z-index: 0;
  display: inline-block;
  white-space: nowrap;
  color: #CCCCCC; /* グレーカラー 自由に設定化 */
  /*font-size: 30px; フォントサイズ 自由に設定化 */
}
.star5_rating:before, .star5_rating:after {
  content: '★★★★★';
}
.star5_rating:after {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  overflow: hidden;
  white-space: nowrap;
  color: #ffcf32; /* イエローカラー 自由に設定化 */
}
.star5_rating[data-rate="5"]:after {
  width: 100%;
} /* 星5 */
.star5_rating[data-rate="4.5"]:after {
  width: 90%;
} /* 星4.5 */
.star5_rating[data-rate="4"]:after {
  width: 80%;
} /* 星4 */
.star5_rating[data-rate="3.5"]:after {
  width: 70%;
} /* 星3.5 */
.star5_rating[data-rate="3"]:after {
  width: 60%;
} /* 星3 */
.star5_rating[data-rate="2.5"]:after {
  width: 50%;
} /* 星2.5 */
.star5_rating[data-rate="2"]:after {
  width: 40%;
} /* 星2 */
.star5_rating[data-rate="1.5"]:after {
  width: 30%;
} /* 星1.5 */
.star5_rating[data-rate="1"]:after {
  width: 20%;
} /* 星1 */
.star5_rating[data-rate="0.5"]:after {
  width: 10%;
} /* 星0.5 */
.star5_rating[data-rate="0"]:after {
  width: 0%;
} /* 星0 */
.counselor-img {
  align-items: flex-start;
}
.list-disc li {
  border-bottom: 1px dashed #ddd;
  padding-bottom: 10px;
  margin-top: 10px;
}
.border-b-2 {
  border-bottom: 1px solid;
  background: #f4faff;
  padding-top: 8px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  padding-left: 10px;
}
.comment-box {
  border-bottom: 1px dotted #ddd;
  margin-bottom: 2em;
  padding-bottom: 2em;
}
.last-comment {
  border-bottom: none;
}
.comment-box .re {
  background-color: #FFF8E8;
  padding: 1em;
  margin-top: 1em;
  border-radius: 10px;
}
.re-name {
  text-align: right;
  font-weight: bold
}
.pager .pagination {
  text-align: center;
}
.pager .pagination li {
  display: inline;
  margin: 0 2px;
  padding: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  border-radius: 10px;
}
.pager .pagination li a {
  vertical-align: middle;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  display: table;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.pager .pagination li a span {
  display: table-cell;
  vertical-align: middle;
}
.pager .pagination li a:hover, a.active {
  color: #fff;
  background: #CBCBCB;
  border-radius: 50%;
}
.counselor {
  width: 60%
}
.yoyaku {
  width: 40%
}
.page-top-m {
  padding-top: 7em
}
@media only screen and (max-width: 1024px) {
  .counselor {
    width: 50%;
  }
  .yoyaku {
    width: 50%;
  }
}
@media only screen and (max-width: 767px) {
  .counselor {
    width: 100%;
  }
  .yoyaku {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .sort-width {
    width: 50%
  }
  .page-top-m {
    padding-top: 6em
  }
  .pager .pagination li {
    display: none;
  }
  .pager .pagination li.pre, .pager .pagination li.next {
    display: inline-block;
    width: 40%;
    height: 50px;
    text-align: center;
    border-radius: 10px;
  }
  .pager .pagination li.pre a, .pager .pagination li.next a {
    width: 100%;
    text-align: center;
  }
  .pager .pagination li.pre span::after {
    content: "　前へ";
  }
  .pager .pagination li.next span::before {
    content: "次へ　";
  }
  .pager .pagination li a:hover, a.active {
    color: #fff;
    background: #CBCBCB;
    border-radius: 10px;
  }
}
.CalenderLink {
  border-bottom: 2px solid #036EB8;
  color: #036EB8;
}
@media screen and (max-width: 768px) {
  .fixed-bottom-mobile {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1001;
    border: 4px solid #d5f0ff;
  }
}
#yoyaku, #comment {
  scroll-margin-top: 80px;
}
.lightbox-hidden {
  display: none;
}
#lightbox-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 1002;
}
.lightbox-content {
  max-height: 65vh;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5);
  margin-top: 1.5em;
}
.lightbox-box {
  max-height: 55vh;
  display: flex;
  overflow-y: auto;
  flex-direction: column;
  align-items: center;
  margin-bottom: 1em;
}
.theme-description {
  display: none;
  opacity: 0;
  transition: opacity 0.5s ease;
  padding: 1em;
  margin: 1em auto;
  margin-top: 0em;
  position: absolute;
  width: 100%;
  max-width: 320px;
}
@media screen and (max-width: 768px) {
  .theme-description {
    left: 50%;
    transform: translateX(-50%);
  }
}
.theme-item:hover .theme-description {
  display: block;
  opacity: 1;
}
.theme-item {
  margin-right: 10px;
}
.theme-box {
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: wrap;
}
.button-option {
  background-color: #f0f0f0;
  border: 1px solid #dcdcdc;
  color: #333;
  padding: 10px 20px;
  text-align: left;
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 5px 0;
  cursor: pointer;
  border-radius: 5px;
  transition: background-color 0.3s, color 0.3s;
  font-size: 1.2em;
}
.button-option.selected {
  border: 1px solid #4D649B;
}
.radio-inline__input {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
}
.radio-inline__label {
  display: inline-block;
  padding: 0.8rem 1rem;
  margin-right: 18px;
  border-radius: 3px;
  transition: all .2s;
  border: 2px solid hsla(0, 0%, 73%, 1.00);
  display: flex;
  font-size: 1em;
  text-align: left;
  line-height: 1.3em;
}
.radio-inline__input:checked + .radio-inline__label {
  background: #E4F7FF;
  border: 2px solid #036EB8;
}
.radio-inline__input:focus + .radio-inline__label {
  outline-color: #4D90FE;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 5px;
}
.ul_dot {
  border-bottom: 1px #ddd dotted;
  padding-bottom: 10px;
}
.mt-2em {
  margin-top: 2em;
}
#privacy-policy {
  height: 300px;
  border: 1px solid;
  overflow-y: scroll;
}
#policy-checkbox {
  margin: 20px 20px 20px 40px;
  transform: scale(2);
}
.policy-accept {
  font-size: 20px;
}
#register {
  margin: 10px;
  width: 300px;
  padding: 10px;
  box-sizing: border-box;
  border: 1px solid #68779a;
  background: white;
  cursor: pointer;
}
#register:hover {
  background: #136bca;
}
.kousin {
  overflow: auto;
  width: 100%;
  height: 25%;
  padding: 1em;
  border: 0px;
  color: #6A6A6A;
  background-color: #F9F9F9;
  line-height: 1.8em;
  max-width: 750px;
  margin: 0 auto;
  max-height: 330px;
  border-radius: 4px;
}
.kousin ol li, h1, h2, h3 {
  margin-bottom: 1em;
}
.kousin ol {
  margin-left: 2em;
}
.kousin ol li {
  list-style-type: decimal-leading-zero;
}
.bt-center {
  display: flex;
  flex-direction: row;
  justify-content: center;
}
.payment-form {
  margin: 0 auto;
  padding: 20px;
  border: 1px solid #ddd;
  border-radius: 5px;
}
.form-group {
  margin-bottom: 10px;
}
label {
  display: block;
  margin-bottom: 4px;
}
.textarea_box {
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 1em;
}
.expiration-group, .cvc-group {
  display: inline-block;
  width: 32.3%;
}
.cvc-group {
  text-align: left;
  margin-bottom: 1em;
}
.cardCVC {
  text-align: left;
}
.h-120 {
  width: 120px;
}
.news_icon {
  position: relative;
}
.news_icon span {
  position: absolute;
  top: -5px;
  left: calc(100% - 20px);
  color: #FFF;
  line-height: 20px;
  text-align: center;
  background: #E63131;
  border-radius: 50%;
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
}
.news_icon2 {}
.news_icon2 span {
  top: 0px;
  margin-left: 10px;
  color: #FFF;
  line-height: 20px;
  text-align: center;
  background: #E63131;
  border-radius: 50%;
  min-width: 20px;
  padding: 0 3px;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 12px;
}
.img_max_sm {
  max-width: 40px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .img_max_sm {
    max-width: 55px;
    width: 100%;
  }
  .p-6 {
    padding: 1em;
  }
}
.reservation-details {
  display: flex;
  align-items: center;
  justify-content: space-between; 
  gap: 1em;
}
.reservation-details div {
  white-space: nowrap;
}
.details-link {
  margin-left: auto; 
}

@media (max-width: 1280px) {
  .reservation-details {
    flex-direction: column;
    align-items: flex-start;
  }
  .reservation-details div, .details-link {
    width: 100%;
    margin-right: 0; 
    text-align: left;
  }
  .reservation-details .flex-shrink-0 {
    display: none;
  }
}
/* 星評価 */
.cont {
  width: 100%;
  text-align: center;
  margin: 10px auto;
  padding: 10px 0;
  color: #666;
  overflow: hidden;
}
div.stars { width: 100%; max-width: 500px; margin: 0 auto;}
div.stars_text { float: left; padding:10px; font-size: 1em; font-weight: bold;}


input.star {
  display: none;
}
label.star {
  float: right;
  color: #444;
  transition: all .2s;
  margin-right: 4px;
    margin-top: 7px;
}
input.star:checked ~ label.star:before {
  content: '\f005';
  color: #F62;
  transition: all .25s;
}
input.star-5:checked ~ label.star:before {
  color: #FD4;
}
input.star-1:checked ~ label.star:before {
  color: #FF214D;
}
label.star:hover {
  transform: rotate(-15deg) scale(1.3);
}
label.star:before {
  content: '\f006';
  font-family: FontAwesome;
}
.rev-box {
  overflow: hidden;
  height: 0;
  width: 100%;
  transition: all .25s;
}
textarea.review {
  background: #222;
  border: none;
  width: 100%;
  max-width: 100%;
  height: 100px;
  padding: 10px;
  box-sizing: border-box;
  color: #EEE;
}
label.review {
  display: block;
  transition: opacity .25s;
}
input.star:checked ~ .rev-box {
  height: 125px;
  overflow: visible;
}
.subpage-box {
  max-width: 800px;
  padding-right: 1rem;
  padding-left: 1rem;
}
.text-right {
  text-align: right;
}
.footer {
  background-color: #036EB8;
  color: #fff;
}
.list-with-icon {
  color: hsla(222, 20%, 50%, 1.00);
}
.list-with-icon a:hover {
  color: hsla(222, 46%, 53%, 1.00);
  background-color: hsla(56, 100%, 91%, 1.00);
  transition: all .5s;
}
.list-with-icon li {
  font-family: monospace;
}
input::placeholder, textarea::placeholder {
  color: #9CA3AF !important;
}
input:focus, textarea:focus {
  border-color: #9CA3AF !important;
  outline: none !important;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty, /*!*/ /*!*/ );
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #9CA3AF;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #9CA3AF;
}

.privacy-policy {
  color: #626262;
  font-size: 0.8em;
  border-radius: 10px;
  width: 100%;
  height: 240px;
  overflow-y: scroll;
  padding: 1em;
  background-color: #F0F0F0;

}

.popup{ padding: 20px 10px; background-color: #f9f9f9; border-radius: 10px; }

.lightbox-hidden {
    display: none !important;
}

/* Quill Editor Heading Styles for Article Detail */
.ql-editor h1 {
    font-size: 2em;
    font-weight: bold;
    margin: 0.67em 0;
}

.ql-editor h2 {
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.75em 0;
}

.ql-editor h3 {
    font-size: 1.17em;
    font-weight: bold;
    margin: 0.83em 0;
}

.ql-editor h4 {
    font-size: 1em;
    font-weight: bold;
    margin: 1.12em 0;
}

.ql-editor h5 {
    font-size: 0.83em;
    font-weight: bold;
    margin: 1.5em 0;
}

.ql-editor h6 {
    font-size: 0.75em;
    font-weight: bold;
    margin: 1.67em 0;
}

.ql-editor p {
    margin: 1em 0;
}


