@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'NotoSerifJP';
  src: url("../font/NotoSerifJP-VariableFont_wght.ttf");
}
@font-face {
  font-family: 'CormorantInfant-Light';
  src: url("../font/CormorantInfant-Light.ttf");
}
html {
  font-size: 62.5%;
  line-height: 1;
  scroll-behavior: smooth;
}
body {
  font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #333333;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  box-sizing: border-box;
}
main {
  overflow: hidden;
}
#switch, .sp_logo, .display_sp {
  display: none;
}
img {
  width: 100%;
  height: auto;
}
a {
  display: block;
}
/*メイン------------------------------------------*/
section {
  position: relative;
  display: block;
}
.null {
  position: relative;
  top: -200px;
}
/*フッター------------------------------------------*/
footer {
  width: 100%;
  background: #020000;
  text-align: center;
  padding: 133px 15px 30px 15px;
  color: #DAD3CA;
  position: relative;
  z-index: 1;
}
.map {
  height: 0;
  overflow: hidden;
  /*padding-bottom: 56.25%;*/
  padding-bottom: 43.25%;
  position: relative;
}
.map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  filter: grayscale(100%);
  transition: all 0.7s ease;
}
.jigyou {
  font-family: "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  display: flex;
  justify-content: flex-end;
  margin-right: 0;
  margin-left: auto;
  background: #fff;
  color: #000;
  font-size: 14px;
  padding: 4px;
  width: 80px;
}
@media screen and (max-width: 785px) {
  body {
    padding-bottom: 0;
  }
  /*ヘッダー--------------------------------------*/
  #switch ~ label {
    width: 60px;
    height: 60px;
    position: absolute;
    box-sizing: border-box;
    top: 0;
    right: 0;
    z-index: 999;
  }
  #switch ~ label span {
    display: block;
    width: 22px;
    height: 2px;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    background: #DAD3CA;
    position: absolute;
    -webkit-transition: 0.2s transform;
    transition: 0.2s transform;
  }
  #fixed-text {
    width: 60px;
    height: 60px !important;
    top: 0 !important;
    right: 0 !important;
    left: auto !important;
  }
  #switch ~ label span:before, #switch ~ label span:after {
    content: "";
    display: block;
    background: #DAD3CA;
    position: absolute;
    width: 22px;
    height: 2px;
    left: 0;
    right: 0;
    margin: auto;
  }
  #switch ~ label span:before {
    top: -9px;
  }
  #switch ~ label span:after {
    top: 9px;
  }
  #switch:checked ~ label span {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #DAD3CA;
    transition: .4s;
  }
  #switch:checked ~ label span:before {
    top: 0;
    background: #DAD3CA;
  }
  #switch:checked ~ label span:after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 0;
    margin-top: 0;
    background: #DAD3CA;
  }
  #switch:checked ~ #NavWrap {
    display: block;
    opacity: 1;
    visibility: visible;
  }
  #NavWrap {
    padding: 30% 15%;
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transition: all .6s;
    box-sizing: border-box;
    visibility: hidden;
    opacity: 0;
    background: rgba(20, 8, 2, 0.82);
    z-index: 99;
  }
  /*メイン--------------------------------------*/
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  .null {
    position: relative;
    top: -150px;
  }
  /*フッター--------------------------------------*/
  footer {
    width: 100%;
    padding: 60px 15px 30px 15px;
  }
}
@media(min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
select {
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 98%;
}
.form-group {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
  color: #707070;
  font-weight: bold;
}
.form-group label {
  display: block;
  margin-bottom: 22px;
}
.form-group .input_box, .form-group .select_box {
  height: 60px;
}
.form-group .select_box {
  display: flex;
  align-items: center;
}
.form-group .input_box input, .form-group .select_box {
  width: 100%;
  height: 60px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #BBBBBB;
}
.form-group .input_box input:focus-visible {
  outline: none;
}
.form-group .text_box {
  box-sizing: border-box;
}
.form-group .text_box textarea {
  width: 100%;
  height: 300px;
  padding: 10px;
  box-sizing: border-box;
  font-weight: normal;
  border: solid 1px #BBBBBB;
}
.form-group .text_box textarea:focus-visible {
  outline: none;
}
.form-group.center_item {
  justify-content: center;
  align-items: center;
  background: #EEEEEE;
  padding: 30px 0;
}
.form-group.center_item label {
  width: auto;
  line-height: 1;
}
.form-group .required {
  display: inline-block;
  color: #fff;
  background: #E20101;
  font-size: 1.2rem;
  padding: 2px 10px;
  margin-left: 10px;
  transform: translateY(-2px);
  line-height: 1;
}
.form-group .checkbox {
  width: 30px;
  height: 30px;
  outline: none;
  margin-right: 20px;
}
.form-group.submit_btn {
  background: none;
  padding-top: 49px;
}
.form-group.submit_btn input {
  width: 288px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  border-radius: 30px;
  padding: 15px;
  background: #333333;
  transition: .3s;
}
.form-group.submit_btn input:hover {
  background: #C7B994;
}
button, input, optgroup, select, textarea {
  -webkit-appearance: auto;
  appearance: auto;
}
@media screen and (max-width: 785px) {
  .form-group {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .form-group label {
    width: 100%;
    margin-bottom: 10px;
  }
  .form-group .text_box {
    width: 100%;
  }
  .form-group .input_box {
    width: 100%;
    height: 40px;
  }
  .form-group.check_wrap {
    flex-direction: row;
    padding: 15px 0;
  }
  .form-group .checkbox {
    width: auto;
    height: auto;
    margin-right: 10px;
  }
  .form-group.check_wrap label {
    margin-bottom: 0;
  }
  .form-group .input_box input, .form-group .select_box {
    height: 40px;
  }
}
.login #wpmem_login legend, #wpmem_reg legend{
	font-size: clamp(12px, 2vw, 14px);
    margin-bottom: 30px;
	color: #DAD3CA;
	font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.login #wpmem_login label, #wpmem_reg label {
    font-size: clamp(12px, 2vw, 14px);
	color: #DAD3CA;
	font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
	margin-bottom: 16px;
}
.login #wpmem_login .link-text{
	font-size: clamp(12px, 2vw, 14px);
	color: #DAD3CA;
	font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.login #wpmem_login button, .login #wpmem_login input, .login #wpmem_reg button, .login #wpmem_reg input, .login #wpmem_reg select, .login #wpmem_reg textarea{
	font-size: clamp(12px, 2vw, 14px);
	color: #DAD3CA;
	font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.reserve #booking-package_calendarPage{
	background-color: transparent;
}
.reserve #booking-package_calendarPage .week_slot{
	border-color:#140802;
	font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
}
.reserve #booking-package_calendarPage .pastDay{
	background-color: #BFB9B2;
}
.reserve #booking-package_calendarPage .dateField{
	font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
.reserve #booking-package_calendarPage .symbolPanel, #booking-package_calendarPage .numberInsteadOfSymbols{
	font-family: "NotoSerifJP", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif!important;
}
.reserve #booking-package_calendarPage .holidayPanel{
	background-color: transparent;
}
.reserve #booking-package_calendarPage .day_slot{
	border-color:#140802;
}
.reserve #booking-package{
	background-color: transparent;
}
.reserve #booking-package_calendarPage .holidayPanel{
	background-color: transparent!important;
	position: relative;
}
.reserve #booking-package_calendarPage .holidayPanel::before{
	content: "";
	position: absolute;
	background: #140802;
	width: 16px;
	height: 1px;
	bottom: 42%;
	right: 0;
	left: 0;
	margin: auto;
}
.reserve #booking-package_calendarPage .closingDay{
	background-color: transparent;
}
.reserve #booking-package_calendarPage .available_day:hover,
.reserve #booking-package_schedulePage .selectable_day_slot:hover {
  background-color: #D9BF9E;
}
#booking-package_schedulePage .selectedDate,
#booking-package_schedulePage .courseListPanel,
#booking-package_schedulePage .selectable_day_slot,
#booking-package .selectable_time_slot,
#booking-package_schedulePage .bottomPanelForPositionInherit,
#booking-package_inputFormPanel,
#booking-package_inputFormPanel .title_in_form {
  background-color: #DAD3CA !important;
  border-color: #140802 !important;
}
#booking-package_schedulePage .box_shadow {
  box-shadow: none;
}
#booking-package_schedulePage .selectable_day_slot {
  border-color: #140802 !important;
}
#booking-package_schedulePage .closed {
  color: #140802 !important;
  background-color: #BFB9B2 !important;
}
#booking-package_schedulePage .box_shadow {
  box-shadow: none;
}
#booking-package_schedulePage .bottomPanelForPositionInherit {
  border: none;
}
#booking-package_schedulePage {
  border: solid .5px #140802;
}
#booking-package_schedulePage .selectedDate {
  border-bottom: solid .1px #140802 !important;
}
#booking-package_schedulePage .courseListPanel {
  border-bottom: solid .1px #140802 !important;
}
.reserve #booking-package_inputFormPanel .row {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  padding: 0;
}
.reserve #booking-package_inputFormPanel .name {
  padding: 27px 0 20px;
  width: 30%;
  border-bottom: solid .1px #140802;
}
.reserve #booking-package_inputFormPanel .value {
  padding: 20px 0;
  width: 69%;
  border-bottom: solid .1px #140802;
}
.reserve #booking-package_inputFormPanel .description, #booking-package_durationStay .description {
  display: none;
}
.reserve .bookingDate, .bookingTime {
  display: inline-block;
  padding-top: 7px;
}
.reserve #booking-package_inputFormPanel .title_in_form {
  padding: 20px;
}
.reserve #booking-package-locale-ja {
 max-width: 882px;
margin: 0 auto;
}
.reserve #booking-package_inputFormPanel .bottomBarPanel {
  text-align: center;
  margin-top: 2em;
}
.reserve #booking-package_inputFormPanel .book_now_button,
.reserve #booking-package_inputFormPanel .return_form_button {
  display: inline-block;
  padding: 8px 40px;
  background-color: #403E3B;
  color: #DAD3CA;
  text-align: center;
  width: 25% !important;
  margin: 0 auto;
  min-width: 280px;
}
.reserve #booking-package_inputFormPanel .return_form_button {
  background-color: transparent;
  border: solid .1px #403E3B;
  color: #403E3B;
}

@media screen and (max-width: 785px) {
  .reserve #booking-package_inputFormPanel .row {
    flex-wrap: wrap;
  }
  .reserve #booking-package_inputFormPanel .name {
    padding: 27px 0 0;
    width: 100%;
    border-bottom: none;
  }
  .reserve #booking-package_inputFormPanel .value {
    padding: 10px 0 20px;
    width: 100%;
    border-bottom: solid .1px #140802;
  }
}
