@charset "utf-8";
/*-------common------*/
html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  font-size: max(1.111vw, 1.6rem);
  font-family: "Noto Serif JP", serif;
  color: #333;
  letter-spacing: 0.05em;
  line-height: 2.1;
  margin: 0;
  font-weight: 600;
}
.m-font {
  font-size: max(0.9722vw, 1.4rem);
  font-size: max(1.042vw, 1.5rem);
  font-size: max(1.111vw, 1.6rem);
  font-size: max(1.25vw, 1.8rem);
  font-size: max(1.389vw, 2rem);
  font-size: max(1.667vw, 2.4rem);
  font-size: max(1.806vw, 2.6rem);
  font-size: max(1.944vw, 2.8rem);
  font-size: max(2.083vw, 3rem);
  font-size: max(2.222vw, 3.2rem);
  font-size: max(2.361vw, 3.4rem);
  font-size: max(2.431vw, 3.5rem);
  font-size: max(2.5vw, 3.6rem);
  font-size: max(2.778vw, 4rem);
  font-size: max(3.125vw, 4.5rem);
  font-size: max(3.333vw, 4.8rem);
  font-size: max(3.472vw, 5rem);
  font-size: max(4.444vw, 6.4rem);
  font-size: max(4.861vw, 7rem);
  font-size: max(5.556vw, 8rem);
  font-size: max(6.25vw, 9rem);
  font-size: max(6.667vw, 9.6rem);
  font-size: max(8.8888vw, 12.8rem);
  font-size: max(9.375vw, 13.5rem);
  font-size: max(10.417vw, 15rem);
  font-size: max(11.806vw, 17rem);
}
p {
  margin: 0;
}
a {
  text-decoration: none;
  color: #333;
}
h1,
h2,
h3 {
  margin: 0;
}
img {
  max-width: 100%;
  vertical-align: middle;
  width: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}
th {
  font-weight: 600;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
ul {
  margin: 0;
  padding: 0;
}
em {
  font-style: normal;
}
.en {
  font-family: "Cormorant Garamond", serif;
}
.sp-only {
  display: none;
}
.tab-only {
  display: none;
}
.inner {
  padding-left: 5.55%;
  padding-right: 5.55%;
}
.flex-wrap {
  display: flex;
}
.flex-wrap.re {
  flex-direction: row-reverse;
}
.fl1 {
  flex: 1;
}
.grid-wrap {
  display: grid;
}
.grid-wrap.fr2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid-wrap.fr3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid-wrap.fr4 {
  grid-template-columns: repeat(4, 1fr);
}
.fw300 {
  font-weight: 400;
}
.fw400 {
  font-weight: 400;
}
.fw500 {
  font-weight: 500;
}
.fw600 {
  font-weight: 600;
}
.fw700 {
  font-weight: 700;
}
.lh10 {
  line-height: 1;
}
.lh12 {
  line-height: 1.2;
}
.lh14 {
  line-height: 1.4;
}
.lh16 {
  line-height: 1.6;
}
.lh18 {
  line-height: 1.8;
}
.lh20 {
  line-height: 2;
}
.ls5 {
  letter-spacing: 0.05em;
}
.ls10 {
  letter-spacing: 0.1em;
}
.ls00 {
  letter-spacing: 0;
}
.sc {
  margin-right: 1em;
}
.tc {
  text-align: center;
}
.co-center {
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.db {
  display: block;
}
.dib {
  display: inline-block;
}
.prela {
  position: relative;
}
.cwhite {
  color: #fff;
}
.cblue {
  color: #428bff;
}
.bblue {
  background-color: #428bff;
}
.cnavy {
  color: #0047b9;
}
.bnavy {
  background-color: #0047b9;
}
.cblack {
  color: #000;
}
.cred {
  color: #da2e65;
}
.bred {
  background: #da2e65;
}
.blpink {
  background: #fef7f7;
}
.bwhite,
.tel-btn.bwhite {
  background: #fff;
}
.bblack {
  background: #000;
}
.in-flex {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.img-box img {
  width: 100%;
}
* {
  box-sizing: border-box;
}
.page-404 {
  padding: 150px 0;
}
/*-------common-end------*/
.table-form {
  width: 100%;
  margin-bottom: 45px;
}
.table-form tbody tr:first-child th {
  border-top: none;
  background: #ecf5ff;
}
.table-form td {
  border: none;
  padding: 10px;
}
.table-form th {
  background: #ecf5ff;
  color: #666;
  font-weight: 600;
  border-top: none;
}
.table-form input,
.table-form textarea {
  width: 100%;
  font-size: 100%;
  padding: 8px;
  border: none;
  background: #f6f6f6;
}
.table-form input:focus-visible,
.table-form textarea:focus-visible {
  border: none;
  outline: 1px solid #555;
}
.btn-st-co{
	 max-width: 260px;
	width:100%;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	cursor:pointer;
}
.btn-st-co input{
	font-family: "Noto Serif JP", serif;
	border:none;
  display: block;
	width:100%;
  color: #fff;
  background: #da2e65;
  font-size: 2rem;
  padding: 1.1em 0;
  text-align: center;
  max-width: 260px;
  margin: 0 auto;
  position: relative;
  transition: 0.3s ease-in-out;
}
.btn-st-co::before {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
	z-index:3;
  left: 6px;
  top: 6px;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  transition: 0.3s ease-in-out;
}
.btn-st-co::after {
  content: "";
  position: absolute;
  border: 7px solid #fff;
  border-top-color: transparent;
  border-left-color: transparent;
  bottom: 6px;
  right: 6px;
  transition: 0.3s ease-in-out;
}
.wpcf7-spinner{
	position:absolute;
}
/*-------ipad----*/
@media screen and (max-width: 1180px) {
  .tab-only {
    display: block;
  }
}
/*-------ipad-air----*/
@media screen and (max-width: 820px) {
}
/*-------iphone----*/
@media screen and (max-width: 680px) {
  body {
    padding-bottom: 75px;
  }
  .tab-only {
    display: none;
  }
  .flex-wrap,
  .flex-wrap.re {
    flex-direction: column;
  }
  .grid-wrap {
    grid-template-columns: 1fr;
  }
  .grid-wrap.fr2,
  .grid-wrap.fr3,
  .grid-wrap.fr4 {
    grid-template-columns: 1fr;
  }
  body .sp-only {
    display: block;
  }

  body .pc-only {
    display: none;
  }
  .sp-tl.tc {
    text-align: left;
  }
  .sp-intc {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
  }
  .fl1 {
    width: 100%;
  }
}
