@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500&family=Zen+Kaku+Gothic+New:wght@300;400;500&display=swap");

html {
  box-sizing: border-box;
}

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

body {
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 400;
  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 {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  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;
}

.page-inner {
  width: 900px;
  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;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  line-height: normal;
  padding: 1rem;
  display: block;
  width: 200px;
  text-align: center;
}

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;
}

.pp-area p {
  font-size: 90%;
  margin-top: 1rem;
}

.pp-area h2 {
  text-align: left;
  font-size: 18px;
  margin: 2rem 0 1rem;
}

.pp-area ol {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

.pp-area ul {
  font-size: 90%;
  list-style: decimal;
  margin-top: 1rem;
  margin-left: 1rem;
  margin-bottom: 1rem;
}

p.tR {
  text-align: right;
}

#map {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  line-height: 40px;
}

#map > li {
  width: calc(100% / 4 - 1.5rem);
}

#map > li ul {
}

#map > li ul li {
}

#map li a {
  display: block;
  position: relative;
  border-bottom: 1px dotted #cccc;
}

#map li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  position: absolute;
  top: 50%;
  right: 0%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}

/* bottom */

.site-branding {
  width: 250px;
  margin: 0 auto;
  padding: 1rem 0;
}

.main-navigation ul {
  justify-content: center;
  gap: 3rem;
}

#pc-menu a::after {
  content: "";
  display: block;
  width: 10px;
  height: 2px;
  background: #dd7299;
  margin: 9px auto 0;
}

.front-main section {
  margin-top: 4rem;
  padding-bottom: 4rem;
  border-bottom: 2px dotted #ffd0cd;
}

.front-box {
  display: flex;
  gap: 2rem;
}

.front-box-title {
  width: 30%;
}

.front-news-title h2 {
}

.front-box-title h2 span {
  display: flex;
  color: #3da44a;
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  gap: 1rem;
  align-items: center;
}

.front-box-title h2 span::after {
  content: "";
  width: 100px;
  height: 1px;
  background: #3da44a;
}

.front-box-title h2 strong {
  font-size: 1.3rem;
  margin-top: 5px;
  display: block;
}

.front-box-txt {
  width: 70%;
}

.front-news-txt ul {
}

.front-news-txt li {
  display: flex;
  gap: 1rem;
  align-items: center;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 0.5rem;
  margin-bottom: 1rem;
}

.front-news-txt li time {
  width: 20%;
}
.front-news-txt li a {
  width: 80%;
  position: relative;
  font-size: 95%;
  letter-spacing: 0.5px;
}

.front-news-txt a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  color: #dd7299;
}

.front-time-txt table {
  margin-bottom: 1rem;
}

.front-time-txt table + p {
  margin-top: 0.5rem;
  text-align: right;
  font-size: 90%;
  letter-spacing: 0.5px;
  color: #f44336;
}

.front-time-txt th,
.front-time-txt td {
  border-bottom: 1px solid #ccc;
  padding: 1rem;
  text-align: center;
  font-size: 90%;
}

.front-time-txt tr:first-child th,
.front-time-txt tr:first-child td {
  padding-top: 0;
  font-weight: 500;
}

.front-time-txt th {
}

.front-box h3 {
  background: #ffedec;
  margin: 2rem 0 1rem;
  padding: 1rem;
  border-radius: 1rem;
  font-weight: 500;
}

.front-yoyaku-txt ul {
  display: flex;
  gap: 1rem;
  font-size: 85%;
  text-align: center;
  flex-wrap: wrap;
}

.front-yoyaku-txt li {
  width: calc(100% / 2 - 0.5rem);
}

.front-yoyaku-txt a {
  background: #dd7299;
  display: block;
  color: #fff;
  position: relative;
  padding: 15px 0;
  border-radius: 3rem;
}

.front-yoyaku-txt a::after {
  font-family: "Material Symbols Outlined";
  content: "\e5e1";
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  font-variation-settings: "FILL" 0, "wght" 200, "GRAD" 0, "opsz" 24;
  color: #fff;
}

.page-hd {
  text-align: center;
  padding: 2rem 0;
  background: #ffecf3;
  margin-top: 2rem;
}

.page-hd h1 {
  font-size: 1.5rem;
  letter-spacing: 2px;
}

#scheduleMainPanel .selectPanel div {
  display: flex;
  gap: 1rem;
  align-items: center;
}
#scheduleMainPanel .selectPanel div span.subtitle {
  font-size: 85%;
}

#returnToCalendarButton,
#returnToSchedules {
  background: #333;
  color: #fff;
  padding: 0.5rem;
  font-size: 90% !important;
  margin: 1rem auto 0 !important;
}

#booking-package .bookingButton {
  background: #ef5350;
  padding: 0.5rem;
  color: #fff;
  margin-top: 2rem;
}

#booking-package_inputFormPanel .bottomBarPanel,
#booking-package_pay_with_stripe_konbini .bottomBarPanel {
  padding: 0 !important;
}

.hd-navigation ul {
  display: flex;
  justify-content: center;
  gap: 2rem;
}

.hd-navigation li {
}

main{
	    margin-top: 2rem;
}

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

.post .entry-content p a{
	    color: #0D47A1;
    text-decoration: underline;
}

#confirmBookingButton{
	    background: #FF9800;
    color: #fff;
}


.book_now_button{
	    display: block;
    background: #4CAF50;
    border: none;
    margin-top: 1rem;
    color: #fff;
}

#returnToSchedules{
	    background: #ccc;
}

#booking-package_inputFormPanel{
	    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
}

#booking-package_inputFormPanel div{
	    width: 100%;
}



.cyui{
	    margin-bottom: 2rem;
    padding: 2rem;
    background: #ffe8e8;
}

.cyui p{
	    margin-top: 1rem;
    font-weight: 600;
}

.cyui h2{
    text-align: center;
    font-size: 1.2rem;
    font-weight: 600;
    letter-spacing: 5px;
}

.cyui p a{
	    text-decoration: underline;
    color: #3F51B5;
}