@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@700&family=Noto+Sans+JP:wght@300;500&display=swap");

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  color: #333;
  line-height: normal;
}

img {
  vertical-align: bottom;
}

a,
a:visited {
  color: #333;
}

.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #eee;
  clip: auto !important;
  clip-path: none;
  color: #444;
  display: block;
  font-size: 1em;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.pagination ul {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-gap: 1rem;
}

.pagination li {
}

.pagination a {
}

span.page-numbers {
  background: rgb(254 86 33 / 50%);
}

span.page-numbers {
  display: block;
  background: #dadada;
  padding: 10px;
  color: #fff;
  text-align: center;
  width: 40px;
  height: 35px;
  font-size: 9px;
}

.page-numbers a {
  display: block;
  background: #9f9f9f;
  padding: 10px;
  color: #fff;
  width: 40px;
  height: 35px;
  font-size: 9px;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.breadcrumb-area {
}

.breadcrumb-area ul {
  display: flex;
  flex-wrap: wrap;
  font-size: 12px;
  color: #fff;
}

.breadcrumb-area li {
}

.breadcrumb-area a {
  color: #fff;
}

.breadcrumb-area li::after {
  content: ">";
  font-weight: 900;
  margin: 0 10px;
}

.breadcrumb-area li:last-child::after {
  display: none;
}

.post,
.page {
  margin: 0;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 2rem 0;
}

.container {
  width: 1100px;
  margin: 0 auto;
  padding: 0 1rem;
}

.post-main h1 {
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.entry-meta {
  display: flex;
  gap: 2rem;
}

.post-main .pagination {
  margin: 0;
  display: flex;
  justify-content: space-between;
}

.post-main .pagination a {
  background: #47a48f;
  display: block;
  padding: 10px 15px;
  color: #fff;
  border-radius: 5px;
}

select,
textarea,
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  padding: 10px;
  background: #fff;
}

.buttonPanel {
  text-align: center;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  line-height: normal;
  padding: 0.5rem;
  margin: 1rem auto;
  display: block;
  width: 200px;
  text-align: center;
  font-size: 90%;
  border: 1px solid #333;
}

select {
  -moz-appearance: menulist;
  -webkit-appearance: menulist;
}

select::-ms-expand {
  display: block;
}

.entry-area table {
}

.entry-area th,
.entry-area td {
  padding: 1rem;
  border-bottom: 5px solid #ccc;
  position: relative;
  width: 70%;
}

.entry-area th {
  width: 30%;
  border-color: #fff362;
}

.entry-area th span {
  position: absolute;
  display: block;
  right: 1rem;
  top: 1rem;
  padding: 5px 10px;
  background: #f44336;
  color: #fff;
  font-size: 10px;
  font-weight: 400;
  border-radius: 1rem;
}

.entry-area th span.nini {
  background: #3f51b5;
}

.entry-area td dl {
}

.entry-area td dt {
  margin-bottom: 0.5rem;
}

.error-404 {
  margin-top: 3rem;
}

.error-404 h1 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 1rem 0;
  text-align: center;
  font-size: 1.1rem;
  font-weight: 600;
}

.error-404 p {
  text-align: center;
}

.error-404 a {
  display: block;
  width: 200px;
  margin: 2rem auto 0;
  background: #080f57;
  text-align: center;
  color: #fff;
  padding: 10px;
}

i.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 1;
}

i.prev-arrow {
  left: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

i.next-arrow {
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

#colophon {
  padding: 1rem;
  text-align: center;
  font-size: 70%;
  line-height: 25px;
}

#colophon p a {
  text-decoration: underline;
}

.pp p {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.pp h2 {
  margin: 2rem 0 1rem;
}

.pp ol {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
  list-style: auto;
  margin-left: 30px;
}

.pp ul {
  font-size: 90%;
  margin-bottom: 1rem;
  line-height: 25px;
}

.blog-content p {
  margin-top: 1rem;
}

.blog-content h2 {
  margin: 2rem 0 1rem;
  font-size: 1.3rem;
  background: #ffcdd2;
  padding: 10px;
}

.blog-content h3 {
  font-size: 1.2rem;
  margin: 2rem 0 1rem;
  border-bottom: 2px solid #ffcdd2;
  padding-bottom: 1rem;
  padding-left: 1rem;
}

.blog-content h4 {
  font-size: 1.1rem;
  border-left: 2px solid #fecdd3;
  padding-left: 1rem;
}

.blog-content p a {
  color: #3f51b5;
  text-decoration: underline;
}

.blog-content ul {
  margin-top: 1rem;
  list-style: disc;
  margin-left: 2rem;
}

.blog-content ol {
  margin-top: 1rem;
  list-style: decimal;
  margin-left: 2rem;
}

/* bottom */

.page-inner {
  width: 1100px;
  padding: 0 2rem;
  margin: 0 auto;
}

.logo {
}

.logo img {
  display: block;
  width: 220px;
  margin: 0 auto;
}

.logo span {
  display: block;
  text-align: center;
  font-size: 1rem;
  letter-spacing: 1px;
}

#site-navigation-area ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
  margin-top: 1rem;
  background: #f6f6f6;
  padding: 1rem 0;
}

#site-navigation-area li {
}

#site-navigation-area li a {
  letter-spacing: 2px;
  font-size: 90%;
}

#site-navigation-area li a::after {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  background: #a40100;
  margin: 0.5rem auto 0;
}

.front-main section {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.front-news-box {
  display: flex;
  gap: 2rem;
  background: #f6f6f6;
  padding: 2rem;
}

.front-schedule-box {
  display: flex;
  gap: 2rem;
  padding: 0 2rem;
  flex-direction: column;
}

.front-news-title,
.front-schedule-title {
  width: 20%;
}

.front-news-title h2 {
}

.front-news-title span,
.front-schedule-title h2 span {
  font-family: "Cormorant Garamond", serif;
  display: block;
  font-size: 45px;
  letter-spacing: 2px;
}

.front-news-title strong,
.front-schedule-title strong {
  font-weight: 300;
  font-size: 90%;
  letter-spacing: 2px;
}

.front-news-txt {
  width: 80%;
}

.front-schedule-txt {
  width: 100%;
}

.front-news-txt ul {
}

.front-news-txt li,
.a-box li {
  display: flex;
  gap: 2rem;
  border-bottom: 1px dotted #ccc;
  width: 100%;
  padding: 0 10px 10px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.front-news-txt li:last-child,
.a-box li:last-child {
  margin-bottom: 0;
}

.front-news-txt li time,
.a-box li time {
  width: 20%;
}

.front-news-txt li h3,
.a-box li h3 {
  width: 80%;
}

.front-news-txt h3 a,
.a-box h3 a {
  position: relative;
  display: block;
}

.front-news-txt h3 a::after,
.a-box h3 a::after {
  content: ">";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.front-menu ul {
  display: flex;
  gap: 2rem;
  justify-content: center;
}

.front-menu li {
  width: calc(100% / 2);
}

.front-menu li a {
  text-align: center;
  transition: 0.3s;
  color: #fff;
  display: block;
  border-radius: 30px;
  background-image: -moz-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
  position: relative;
  width: 100%;
  padding: 10px 30px;
  font-size: 90%;
}

.front-menu li a:hover {
  opacity: 0.7;
  color: #fff;
}

.front-menu li a span {
  display: block;
  letter-spacing: 3px;
  margin-top: 5px;
}

.front-menu li a::after {
  content: "→";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.page-header {
  background-image: linear-gradient(135deg, #ff9d6c 10%, #bb4e75 100%);
  text-align: center;
  padding: 2rem 0;
  color: #fff;
}

.page-header h1 {
  font-size: 1.5rem;
  letter-spacing: 5px;
  font-weight: 500;
}

.a-box {
  padding: 2rem;
  background: #f6f6f6;
  margin-top: 2rem;
}

.post {
  padding: 2rem;
  background: #f6f6f6;
  margin-top: 2rem;
}

.post-header h1 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.post-header time {
}

.post-entry-content {
  margin-top: 2rem;
}

#booking-package_schedulePage button {
  width: 100%;
  margin: 0;
}

#booking-package .bookingButton {
  margin-top: 1rem;
  background: #b2ebf2;
}

#returnToSchedules,
#returnToCalendarButton {
  margin-top: 1rem;
  background: #ccc;
}

.page-inner #reservationHeader {
  margin-bottom: 1rem;
  padding-bottom: 1rem !important;
}

#booking-package_inputFormPanel .name {
  font-size: 1.1rem;
}

#booking-package_inputFormPanel input[type="text"] {
  padding: 0.5rem !important;
  margin-top: 0.5rem;
}

#booking-package-memberActionPanel .login,
#booking-package-memberActionPanel .logout,
#booking-package-memberActionPanel .register,
#booking-package-memberActionPanel .edit {
  cursor: pointer;
  margin: 0 5px;
  float: right;
  text-transform: uppercase;
  display: block;
  padding: 10px 20px;
  font-size: 12px;
  margin-top: 1rem;
  border-radius: 1rem;
  border: 1px solid #333;
}

#booking-package-memberActionPanel .displayName {
  margin-bottom: 1rem;
}

#booking-package_myBookingHistoryTable td,
#booking-package_myBookingHistoryTable th {
  border: 1px solid #ccc;
  padding: 10px !important;
}

#booking-package_myBookingHistoryTable {
  margin-top: 1rem;
}

#booking-package_myBookingHistory,
#booking-package_myBookingDetails {
  padding: 2rem !important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-number,
.simcal-default-calendar-grid .simcal-events > .simcal-event:last-child {
  padding: 10px !important;
}

.simcal-default-calendar-grid.simcal-default-calendar-light .simcal-day-void {
  background-color: #fff !important;
  border: none !important;
}

#sub {
  width: 100% !important;
}

.simcal-current-year::after {
  content: "年";
}

.calendar-area {
}

.calendar-area h2,
.dr-sc h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px;
  margin: 0 0 1rem;
}

.calendar-area ul {
  display: flex;
  gap: 1rem;
}

.calendar-area li {
  width: 25%;
  background: #f6f6f6;
  padding: 1rem;
}

.calendar-area li h3 {
  margin-bottom: 0.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 0.5rem;
}

.calendar-area li p {
  font-size: 90%;
}

.calendar-area li p + p {
  font-size: 70%;
  margin-top: 0.5rem;
  color: #ef5350;
}

.front-schedule-txt .calendar-area h2 {
  margin-top: 0;
}

.front-schedule-txt .calendar-area li {
  padding: 1rem;
}

.calendar-area ul + p {
  text-align: center;
  background: #f6f6f6;
  padding: 0.5rem;
  margin-top: 1rem;
  color: #333;
  font-size: 90%;
}

.top-schedule-list,
.dr-sc {
  display: flex;
  gap: 0 2rem;
  flex-wrap: wrap;
}

.top-schedule-box {
  width: calc(100% / 2 - 1rem);
  margin-top: 2rem;
}

.top-schedule-list h2 {
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 15px;
  margin: 0 0 1rem;
}

.top-schedule-list ul {
}

.top-schedule-list li,
.dr-sc li {
  display: flex;
  gap: 1rem;
  border-bottom: 1px dotted #ccc;
  padding: 0 1rem 1rem;
  margin-bottom: 1rem;
  align-items: center;
  font-size: 80%;
}

.top-schedule-list li strong {
  display: block;
  background: #f6f6f6;
  padding: 10px 20px;
  font-weight: 400;
}

.dr-sc li strong {
  display: block;
  background: #333;
  color: #fff;
  padding: 10px 20px;
  font-weight: 400;
}

.top-schedule-list li span {
}

#keikoku {
  display: none;
}

.closed span {
  text-decoration: line-through;
  color: rgb(255 0 0 / 30%);
}

.selectPanel span.timeSlot {
}

#booking-package .sat {
  color: #2196f3;
}

.tab-box {
  width: 500px;
  margin: 2rem auto 0;
  border: 2px solid #333;
  padding: 2rem;
}

.tab-area {
  display: flex;
  border: 2px solid;
  cursor: pointer;
  margin-bottom: 2rem;
}

.tab {
  width: calc(100% / 2);
  /* calc関数を使用し、均等に3分割する */
  padding: 1rem;
  text-align: center;
  /* 文字を中央に。 */
}

.tab:nth-child(n + 2) {
  border-left: 2px solid;
}

.tab.active {
  background-color: #333;
  color: #fff;
}

.panel {
  display: none;
  text-align: center;
}

.panel.active {
  display: block;
}

.panel div {
  display: flex;
  gap: 2rem;
  margin-bottom: 1rem;
  align-items: center;
}

.panel div label {
  width: 50%;
  text-align: left;
}

.panel div input {
  width: 50%;
  text-align: left;
}

.panel div:last-child {
  margin-bottom: 0;
}

#booking-package-memberActionPanel #booking-package-register,
#booking-package-memberActionPanel #booking-package-login {
  display: none;
}

.sub-menu a {
  display: block;
  width: 100%;
  text-align: center;
  border: 1px solid #333;
  border-radius: 3rem;
  padding: 1rem;
  margin-bottom: 2rem;
  transition: 0.3s;
  position: relative;
}

.sub-menu a:hover {
  background: #333;
  color: #fff;
}

.sub-menu a span {
  display: block;
  font-size: 11px;
  margin-top: 5px;
}

.sub-menu a::after {
  content: "→";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 1rem;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

.no-spin::-webkit-inner-spin-button,
.no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none !important;
  margin: 0 !important;
  -moz-appearance: textfield !important;
}

.panel div label span {
  display: inline-block;
  background: #333;
  color: #fff;
  padding: 5px;
  font-size: 11px;
  margin-left: 5px;
}

.sub-menu p {
  text-align: center;
  background: #ffcdd2;
  padding: 15px 0;
  margin-bottom: 1rem;
}

#booking-package_schedulePage button {
  margin-left: 0 !important;
  border-radius: 2rem;
}

.sata-txt {
  margin-top: 1rem;
}

.sata-txt p {
  background-image: linear-gradient(135deg, #ff9d6c 10%, #bb4e75 100%);
  text-align: center;
  color: #fff;
  font-size: 90%;
  padding: 5px 0;
  margin-bottom: 2rem;
}

#booking-package_myBookingDetailsFroVisitor > div:nth-child(2) {
  display: none;
}

#booking-package_schedulePage button {
  background: none;
}
#booking-package_inputFormPanel .returnButton {
  background: none;
  border-radius: 2rem;
}

.post-entry-content p {
  margin-top: 1rem;
}

.post-entry-content p a {
  color: #3f51b5;
  text-decoration: underline;
  text-underline-offset: 5px;
}
.entry-content-s .front-schedule-txt {
  width: 100%;
}

.front-menu {
  position: fixed;
  width: 100%;
  bottom: 0;
}

#booking-package_myBookingDetails #inputFormPanel .row:first-child,
#booking-package_myBookingDetails #inputFormPanel .row:nth-child(3) {
  display: none;
}

.front-yoyaku-about-box {
  padding: 0 2rem;
}

.front-yoyaku-about-box h2 {
  font-size: 1.5rem;
}

.front-yoyaku-about-box p {
  margin-top: 1rem;
  line-height: 1.5;
}

.sata-txt ul {
  display: flex;
  gap: 2rem;
  margin-bottom: 2rem;
}

.sata-txt ul li {
  width: calc(100% / 5);
  text-align: center;
}

.sata-txt ul li a {
  text-align: center;
  transition: 0.3s;
  color: #fff;
  display: block;
  border-radius: 30px;
  background-image: -moz-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
  background-image: -webkit-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
  background-image: -ms-linear-gradient(0deg, rgb(253, 100, 79) 0%, rgba(242, 142, 38, 0.99608) 100%);
  position: relative;
  width: 100%;
  padding: 10px 30px;
  font-size: 90%;
}
