.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

select {
  padding: 13px 20px 13px 4px;
  border: 1px solid #B8B8B8;
  outline: none;
  border-radius: 3px;
  appearance: none;
  background-image: url("../img/pullarrow.svg");
  background-position: right 0.5rem bottom calc(50% + 2px);
  background-repeat: no-repeat;
  background-size: 12px 17px;
  font-family: "Zen Old Mincho", serif;
}

input[type="text"]{
  border-radius: 3px;
  padding: 8px 15px;
  border: 1px solid #B8B8B8;
  outline: none;
  line-height: 2;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}
input[type="email"]{
  border-radius: 3px;
  padding: 8px 15px;
  border: 1px solid #B8B8B8;
  outline: none;
  line-height: 2;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}
input[type="tel"]{
  border-radius: 3px;
  padding: 8px 15px;
  border: 1px solid #B8B8B8;
  outline: none;
  line-height: 2;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}
input[type="radio"]{
  border: 1px solid #B8B8B8;
}

.breadcrumbs {
  width: 60%;
  margin: 40px auto 0;
  display: flex;
  font-size: 14px;
}
.breadcrumbs::before {
  content: "TOP";
  margin-right: 14px;
}
.breadcrumbs::after {
  content: "お問い合わせ";
  margin-left: 12px;
}

@media screen and (max-width: 768px) {
  .breadcrumbs {
    display: none;
  }
}

.header {
  top: 0;
}

.logo {
  width: 160px;
  padding: 42px 0 42px 24px;
}

.anim-box.slidein.is-animated {
  animation: slideIn 1s cubic-bezier(0.25, 1, 0.5, 1) forwards;
}

.category__contact {
  width: 68%;
  min-width: 900px;
  display: flex;
  margin: 70px auto 0;
  transform: translateX(-4px);
  font-family: "Cinzel", serif;
}
.category__contact::before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #D1D1D1;
  display: block;
  margin: auto 16px auto 0;
  transform: translateY(5px);
}

.category__contact p {
  font-size: 40px;
  margin: auto 0;
  line-height: 1.5;
  color: #D1D1D1;
}

.headline__contact {
  width: 60%;
  min-width: 900px;
  margin: 60px auto 0;
  font-size: 24px;
}

.sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }

  .breadcrumbs {
    display: none;
  }

  .category__contact {
    width: 83%;
    min-width: none;
    display: flex;
    margin: 70px auto 0 5px;
    transform: translateX(-8px);
  }
  .category__contact::before {
    content: "";
    width: 24px;
    height: 1px;
    background-color: #D1D1D1;
    display: block;
    margin: auto 8px auto 0;
    transform: translateY(-1px) translateX(-5px);
  }

  .category__contact p {
    font-size: 32px;
    margin: auto 0;
    line-height: 1.9;
    color: #D1D1D1;
  }

  .headline__contact {
    width: 83vw;
    min-width: none;
    margin: 18.5px auto 0 6%;
    font-size: 20px;
  }
}

.contact__forms-wrap {
  width: 60vw;
  max-width: 1160px;
  min-width: 900px;
  margin: 40px auto 0;
}
@media screen and (max-width: 900px) {
  .contact__forms-wrap {
    width: 60vw;
    max-width: 1160px;
    min-width: 0;
    margin: 40px auto 0;
  }
}

.contact__form-flex {
  width: 100%;
  display: flex;
  padding: 30px 0;
  border-bottom: solid 1px #E4E4E4;
}
.contact__form-flex-last {
  padding: 40px 0 0;
  border-bottom: none;
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .contact__form-flex-last {
      display: flex;
      padding: 40px 0 0;
      border-bottom: none;
    }
}

@media screen and (max-width: 900px) {
  .contact__form-flex-last {
    display: block;
    padding: 40px 0 0;
    border-bottom: none;
  }
}

.column {
  display: flex;
  flex-direction: column;
}
.main-text{
  font-size: 20px;
}
.font-s {
  font-size: 12px;
  margin-top: 4px;
}

.contact__form-title {
  width: 26%;
  flex-shrink: 0;
  margin: auto 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 20px;
}

.contact__form-title::after {
  content: "必須";
  display: inline-block;
  max-width: 48px;
  width: 100%;
  font-size: 12px;
  line-height: 2.3;
  padding: 3px 0 4px;
  margin-right: clamp(30px,48px,48px);
  background-color: #F15069;
  text-align: center;
  color: #fff;
}

.sp-flex{
  display: flex;
  gap: 24px;
  width: 50%;
}

.contact__form-name {
  width: 100%;
}

.contact__form-name:nth-child(odd) {
  width: 100%;
  margin-right: 24px;
}

.contact__form-w-full {
  width: 100%;
}

.contact__form-mail {
  width: 100%;
  box-sizing: border-box;
}

.contact__form-tell {
  width: 100%;
  box-sizing: border-box;
}

.contact__form-used-purpose {
  display: flex;
  align-items: center;
}

.contact__form-used-purpose input {
  margin-left: 32px;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
}

.contact__form-used-purpose input:first-child {
  margin-left: 0;
}

.contact__form-purpose-title {
  width: 26%;
  flex-shrink: 0;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .contact__form-purpose-title {
    width: 100%;
  }
}

.contact__form-welcome-purpose-title{
  width: 26%;
  flex-shrink: 0;
  font-size: 20px;
  display: block;
  margin: auto 0;
}

.contact__form-day-title {
  width: 26%;
  flex-shrink: 0;
  display: flex;
  justify-content: space-between;
  font-size: 20px;
  line-height: 2;
}

.contact__form-day-title::after {
  content: "必須";
  display: inline-block;
  max-width: 48px;
  width: 100%;
  height: fit-content;
  font-size: 12px;
  line-height: 2.3;
  padding: 3px 0 4px;
  margin-right: 48px;
  background-color: #F15069;
  text-align: center;
  color: #fff;
}

.contact__form-banner {
  width: 100%;
  background-color: #FFF7F8;
  border-radius: 5px;
  padding: 20px 16px;
  box-sizing: border-box;
  text-align: center;
}

.contact__form-banner p:first-child {
  color: #F15069;
  font-size: 14px;
  line-height: 1.3;
  font-weight: bold;
}
.contact__form-banner p:last-child {
  font-size: 10px;
  line-height: 1.2;
  margin-top: 8px;
}

.form-controller {
  width: 100%;
}

.form-controller .contact__form-banner {
  margin-top: 0;
  margin-bottom: 24px;
}

.form-controller select {
  margin: 24px 4px 0 24px;
  width: 11%;
}

.contact__form-day {
  margin-right: 1px;
  font-size: 16px;
  line-height: 2;
  display: inline-block;
}

.contact_form-welcome-purpose {
  line-height: 2;
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 24px;
  font-family: "Zen Old Mincho", serif;
  font-weight: 600;
}

.contact__form-message-title {
  width: 26%;
  flex-shrink: 0;
  font-size: 20px;
  display: block;
  margin: auto 0;
}

.contact__form-message {
  width: 100%;
  min-height: 120px;
  border-radius: 3px;
  padding: 8px 15px;
  border: 1px solid #B8B8B8;
  outline: none;
  line-height: 2;
  box-sizing: border-box;
  font-family: "Zen Old Mincho", serif;
  font-size: 16px;
}

.contact__form-reason-title {
  width: 26%;
  flex-shrink: 0;
  margin: auto 0;
  font-size: 20px;
}

@media screen and (max-width: 900px) {
  .contact__form-reason-title {
    width: 26%;
  }
}
@media screen and (max-width: 900px) {
  .contact__form-reason-title {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .contact__form-banner div {
    margin: 0 auto;
    width: fit-content;
    text-align: justify;
  }
}

.contact__form-reason {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
}

@media screen and (max-width: 900px){
  .contact__form-reason {
    justify-content: initial;
  }
}

.contact__form-reason div {
  margin-left: 0;
  font-size: 16px;
  font-weight: bold;
  line-height: 2;
  display: inline-block;
}

.contact__form-reason div:first-child {
  margin-left: 0;
}

.contact__form-consensus {
  width: fit-content;
  margin: 120px auto 0;
}

.contact__form-consensus a{
    text-decoration: underline;
    color: #000;
}

.contact__form-privacy-policy {
  width: fit-content;
  margin: 16px auto 0;
}

@media screen and (max-width: 900px) {
  .contact__forms-wrap {
    width: 83vw;
    max-width: 1160px;
    margin: 40px auto 0;
  }

  .contact__form-flex {
    width: 100%;
    display: block;
    padding: 40px 0;
    border-bottom: solid 1px #E4E4E4;
  }

  .contact__form-title {
    width: 100%;
    flex-shrink: 0;
    margin: auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
  }

  input[type="text"]{
    border-radius: 3px;
    padding: 8px 16px;
    border: 1px solid #B8B8B8;
    outline: none;
    line-height: 2;
    box-sizing: border-box;
    width: 100%;
  }
  input[type="email"]{
    border-radius: 3px;
    padding: 8px 16px;
    border: 1px solid #B8B8B8;
    outline: none;
    line-height: 2;
    box-sizing: border-box;
  }
  input[type="tel"]{
    border-radius: 3px;
    padding: 8px 16px;
    border: 1px solid #B8B8B8;
    outline: none;
    line-height: 2;
    box-sizing: border-box;
  }
  input[type="radio"]{
    border: 1px solid #B8B8B8;
  }
  select {
    padding: 15px 20px 15px 6px;
    border: 1px solid #B8B8B8;
    outline: none;
  }

  .contact__form-title::after {
    content: "必須";
    display: inline-block;
    max-width: 48px;
    width: 100%;
    font-size: 12px;
    line-height: 2.3;
    padding: 3px 0 4px;
    margin-right: 0;
    background-color: #F15069;
    text-align: center;
    color: #fff;
  }

  .contact__form-name:nth-child(odd) {
    width: 100%;
    margin-right: 11px;
  }

  .contact__form-name {
    width: 100%;
  }

  .sp-flex{
    display: flex;
    gap: 11px;
    width: 100%;
  }

  .contact__form-day-title {
    width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: space-between;
    font-size: 20px;
  }
  .contact__form-day-title::after {
    content: "必須";
    display: inline-block;
    max-width: 48px;
    width: 100%;
    height: fit-content;
    font-size: 12px;
    line-height: 2.3;
    padding: 3px 0 4px;
    margin-right: 0;
    background-color: #F15069;
    text-align: center;
    color: #fff;
  }

  .form-controller select {
    margin: 24px 4px 0 2px;
    width: 20%;
  }

  .contact__form-banner {
    width: 100%;
    background-color: #FFF7F8;
    border-radius: 5px;
    margin-top: 12px;
    padding: 16px 14px 16px 14px;
    box-sizing: border-box;
    text-align: justify;
  }

  .contact__form-banner p:first-child {
    color: #F15069;
    font-size: 14px;
    line-height: 1.3;
    font-weight: bold;
  }
  .contact__form-banner p:last-child {
    font-size: 10px;
    line-height: 1.2;
  }

  .contact__form-reason {
    padding: 0 0;
    margin-top: 24px;
  }

  .contact__form-reason div {
    margin-left: 12px;
    font-size: 16px;
    font-weight: 600;
    line-height: 2;
  }
  .contact__form-reason div:first-child {
    margin-left: 0;
  }

  .contact__form-reason div:nth-child(5) {
    margin-left: 0;
  }

  .contact__form-consensus {
    width: fit-content;
    margin: 64px auto 0;
    text-align: center;
  }

  .contact__form-privacy-policy {
    width: fit-content;
    margin: 16px auto 0;
    text-align: center;
  }

  .contact__form-welcome-purpose-title{
    width: 100%;
    flex-shrink: 0;
    font-size: 20px;
    display: block;
    margin: auto 0;
  }

  .contact_form-welcome-purpose {
    width: 100%;
    height: 48px;
    margin-top: 12px;
    box-sizing: border-box;
    padding: 0 24px;
  }

  .contact__form-message-title {
    width: 100%;
    flex-shrink: 0;
    font-size: 20px;
    display: block;
    margin: auto 0;
  }

  .contact__form-message {
    width: 100%;
    min-height: 120px;
    margin-top: 12px;
    border-radius: 3px;
    padding: 8px 16px;
    border: 1px solid #B8B8B8;
    outline: none;
    line-height: 2;
    box-sizing: border-box;
    font-family: "Zen Old Mincho", serif;
    font-size: 16px;
  }

  .contact__form-used-purpose {
    display: flex;
    align-items: center;
    margin-top: 24px;
  }

  .contact__form-tell {
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
  }

  .contact__form-mail {
    width: 100%;
    box-sizing: border-box;
    margin-top: 12px;
  }

  .contact__form-name {
    width: auto;
    margin-top: 20px;
  }

}

.contact__form-send-button {
  position: relative;
	max-width: 320px;
	margin: 0 auto;
}
.contact__form-send-button::after {
  position: absolute;
  content: "";
  display:inline-block;
  top: 26px;
  right: 10%;
  background-color: #FFF;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.contact__form-note {
  width: 60vw;
  max-width: 1160px;
  min-width: 900px;
  margin: 24px auto 0;
  text-align: center;
  font-size: 14px;
  line-height: 1.8;
  color: #666;
}

@media screen and (max-width: 900px) {
  .contact__form-note {
    width: 83vw;
    min-width: 0;
    margin: 16px auto 40px;
    padding: 0 6%;
    text-align: left;
    font-size: 12px;
  }

  .freeplan__reserve-item {
    margin: 32px auto 0;
  }

  .contact__form-send-button {
    margin-bottom: 0;
  }
}

.freeplan__reserve-item {
  position: relative;
/*   width: clamp(29%, 82%, 82%); */
	width: 100%;
	max-width: 320px;
  margin: 32px auto 0;
  text-align: center;
  border-radius: 40px;
  background-color: #F15069;
  padding: 20px 10px;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #FFF;
  border: none;
  font-family: "Zen Old Mincho", serif;
  -webkit-appearance: none;
  appearance: none;
  display: block;
}

.freeplan__reserve-item:active {
  position: relative;
/*   width: clamp(29%, 82%,82%); */
  width: 100%;
  max-width: 320px;
  margin: 32px auto 0;
  text-align: center;
  border-radius: 40px;
  background-color: #F15069;
  padding: 20px 0;
  font-size: 16px;
  line-height: 1.5;
  box-sizing: border-box;
  color: #FFF;
  display: flex;
  border: none;
  opacity: 0.7;
}

.freeplan__reserve-item p{
  margin: auto;
}

/*----------end---------*/

.contact__tel-banner-wrap {
  width: 100%;
  background: linear-gradient(90deg,#FAFAFA 0%,#FAFAFA 91%, #FFFFFF 91%, #FFFFFF 100%);
  margin-top: 200px;
}

.category__tel {
  width: 68%;
  display: flex;
  margin: 0 auto;
  padding: 98.5px 0 0;
  transform: translateX(-4px);
  font-family: "Cinzel", serif;
}
.category__tel::before {
  content: "";
  width: 64px;
  height: 1px;
  background-color: #D1D1D1;
  display: block;
  margin: auto 16px auto 0;
  transform: translateY(5px);
}

.category__tel p {
  font-size: 40px;
  margin: auto 0;
  line-height: 1.5;
  color: #D1D1D1;
}

.tel-content {
  text-align: center;
}
.tel-content h2 {
  font-size: 64px;
  font-family: "Cinzel", serif;
}
.tel-content p:nth-child(2) {
  font-size: 28px;
  line-height: 2;
}
.tel-content p:last-child {
  font-size: 16px;
  line-height: 2;
  font-weight: 500;
  margin-top: 40px;
  padding-bottom: 134px;
}

@media screen and (max-width: 768px) {
  .contact__tel-banner-wrap {
    display: none;
    width: 100%;
    background: linear-gradient(90deg,#FAFAFA 0%,#FAFAFA 91%, #FFFFFF 91%, #FFFFFF 100%);
    margin-top: 200px;
  }
  .contact__form-send-button {
    margin-bottom: 0;
	text-align: center;
  }
}

.wpcf7 input[type="text"].wpcf7-text,
.wpcf7 input[type="email"].wpcf7-email,
.wpcf7 input[type="tel"].wpcf7-tel {
  font-family: "Zen Old Mincho", serif;
}

.wpcf7 input[type="submit"] {
  background-color: #F15069;
  border-radius: 40px;
}

.wpcf7-not-valid-tip {
  color: #F15069;
  /* ... */
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 16px 0 0;
}

.inquiry__br-pc {
	display: block;
}

@media screen and (max-width: 768px) {
	.inquiry__br-pc {
		display: none;
	}
}

/* 日時選択セクション全体修正 */
.contact__day-wrap-control {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 4px;
}

.contact__form-day {
  flex-shrink: 0;
  margin-top: 24px;
}
.contact__text-control {
  margin-top: 24px;
}

.form-controller .wpcf7-form-control-wrap {
  display: inline-block;
  position: relative;
  width: 15%;
}

.form-controller select {
  margin: 24px 4px 0 24px;
  width: 20%;
  min-width: 80px;
}

.form-controller .wpcf7-not-valid-tip {
  position: absolute;
  top: 100%;
  left: 24px;
  margin-top: 2px;
  white-space: nowrap;
  font-size: 12px;
  z-index: 1;
}

.wpcf7 form .wpcf7-response-output {
  text-align: center;
}

/* （900px以下） */
@media screen and (max-width: 900px) {
  .contact__day-wrap-control {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 11px;
  }
	
  .contact__form-day {
    width: 14%;
  }
  
  .form-controller select {
    margin: 24px 4px 0 2px;
    min-width: 55px;
    width: 100%;
  }
  
  .form-controller .wpcf7-not-valid-tip {
    position: absolute;
    display: block;
    width: 100%;
    margin-top: 4px;
	left: 0;
  }
}

span.wpcf7-spinner {
  display: none;
}

.inquiry__banner-wrap {
  width: 60%;
  max-width: 1200px;
  min-width: 900px;
  margin: 40px auto 0;
  text-align: center;
}

.inquiry__banner-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.inquiry__banner-img.pc {
  display: block;
}

.inquiry__banner-img.sp {
  display: none;
}

@media screen and (max-width: 900px) {
  .inquiry__banner-wrap {
    width: 90vw;
    min-width: 0;
    margin: 24px auto 0 5%;
    padding: 0;
  }

  .inquiry__banner-img.pc {
    display: none;
  }

  .inquiry__banner-img.sp {
    display: block;
  }
}