@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho:wght@400;700&family=Inter:opsz,wght@14..32,100..900&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap');

/*

* This is a manifest file that'll be compiled into application.css, which will include all the files

* listed below.

*/

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,

a,
abbr,
acronym,
address,
big,
cite,
code,

del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,

small,
strike,
strong,
sub,
sup,
tt,
var,

b,
u,
i,
center,

dl,
dt,
dd,
ol,
ul,
li,

fieldset,
form,
label,
legend,

table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,

article,
aside,
canvas,
details,
embed,

figure,
figcaption,
footer,
header,
hgroup,

menu,
nav,
output,
ruby,
section,
summary,

time,
mark,
audio,
video {

  margin: 0;

  padding: 0;

  border: 0;

  font: inherit;

  font-size: 100%;

  vertical-align: baseline;

}

html {

  line-height: 1;

}

table {

  border-collapse: collapse;

  border-spacing: 0;

}

caption,
th,
td {

  text-align: left;

  font-weight: normal;

  vertical-align: middle;

}

q,
blockquote {

  quotes: none;

}

q:before,
q:after,
blockquote:before,
blockquote:after {

  content: "";

  content: none;

  display: inline-block;

  font-style: normal;

  font-variant: normal;

  text-rendering: auto;

  -webkit-font-smoothing: antialiased;

}

a img {

  border: none;

}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {

  display: block;

}

*,
*:before,
*:after {

  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;

  -webkit-font-smoothing: antialiased;

  overflow-wrap: break-word;

  word-break: break-word;

  outline: none !important;

}

html,
body {

  font-family: var(--font-ja);

  line-height: 1.4;

  /*text-align: justify;*/

  font-size: 10px;

  /*scroll-behavior: smooth;*/

  /*-webkit-overflow-scrolling: touch;*/

  font-weight: var(--medium);

  color: var(--color-txt);

  font-feature-settings: "palt";

  font-optical-sizing: auto;

  font-style: normal;

  letter-spacing: 0.02em;

  -webkit-text-size-adjust: 100%;

}

a {

  display: inline-block;

  color: var(--color-txt);

  cursor: pointer;

  outline: none !important;

  -webkit-touch-callout: none;

  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

*:focus {

  outline: none;

}

a,
a:hover {

  text-decoration: none;

}

.flex {

  display: flex;

}

button {

  border: none;

  outline: none;

  box-shadow: none;

  padding: 0;

}

img {

  display: block;

  width: 100%;

  height: auto;

}

h1,
h2,
h3,
h4,
h5,
h6 {

  margin: 0;

  letter-spacing: 0;

}

/*

p, dt, dd {

  overflow-wrap: break-word;

}

*/

body {

  margin: auto;

  /* opacity: 0;

  animation: fadeIn .7s .2s ease-out forwards; */

}

small {
  font-size: 70%;
}

main {
  overflow: hidden;
  overflow: clip;
}

li {
  list-style: none;
}

input,
textarea,
select,
option,
button {
  font-family: var(--font-ja);
  font-weight: var(--medium);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input:focus-visible,
textarea:focus-visible,
select:focus-visible,
option:focus-visible {
  outline: none;
}

input:not([type="radio"], [type="checkbox"], [type="submit"], [type="button"]),textarea,select {
  width: 100%;
  padding: 1.6rem 3rem;
  border: none;
  border-radius: 0.4rem;
  background: #f1f0ec;
  font-size: 1.6rem;
  font-weight: var(--medium);
  line-height: 1.75;
}

select {

  border: 1px solid #c8ccce;

  background: var(--color-white) url(../img/common/icon_select_arrow.png) center right 1.6rem/0.8rem auto no-repeat;

}

select::after {

  position: absolute;

  content: "";

  display: block;

  width: 0.7rem;

  height: 0.7rem;

  border-right: 1px solid #000;

  border-bottom: 1px solid #000;

}

textarea {

  min-height: 20rem;

  resize: vertical;

}

.checkbox {

  display: block;

  margin: 6rem auto 0;

  width: max-content;

  font-weight: var(--regular);

  font-size: 1.4rem;

  font-size: max(1.4rem, 10px);

  cursor: pointer;

}

.checkbox a {

  color: var(--color-blue);

}

input[type="checkbox"] {

  position: relative;

  width: 1.8rem;

  height: 1.8rem;

  background: var(--color-white);

  border: 1px solid #cccccc;

  margin: 0 1rem -0.3rem 0;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  transition: 0.2s;

  cursor: pointer;

}

input[type="checkbox"]:checked {

  background-color: var(--color-blue);

  box-shadow: none;

}

input[type="checkbox"]:checked:before {

  position: absolute;

  content: '';

  top: 40%;

  left: 50%;

  width: 0.5rem;

  height: 0.7rem;

  border-right: 0.1rem solid var(--color-white);

  border-bottom: 0.1rem solid var(--color-white);

  transform: translate(-50%, -50%) rotate(50deg);

}

input[type="radio"] {

  position: relative;

  width: 2.4rem;

  height: 2.4rem;

  background: var(--color-white);

  border: 1px solid #cccccc;

  border-radius: 100%;

  margin: 0;

  -webkit-appearance: none;

  -moz-appearance: none;

  appearance: none;

  transition: 0.2s;

  cursor: pointer;

  font-size: 1.4rem;

  font-size: max(1.4rem, 10px);

}

input[type="radio"]:checked {

  box-shadow: none;

}

input[type="radio"]:checked:before {

  position: absolute;

  content: '';

  top: 50%;

  left: 50%;

  width: 1.6rem;

  height: 1.6rem;

  border-radius: 100%;

  background: var(--color-advanced);

  transform: translate(-50%, -50%);

}

label {

  cursor: pointer;

}

.radios {

  display: flex;

  flex-wrap: wrap;

  gap: 2rem 3rem;

  align-items: center;

  padding: 0 2rem;

  font-size: 1.4rem;

  font-size: max(1.4rem, 10px);

}

.radios label {

  display: flex;

  gap: 1rem;

  align-items: center;

}

@media screen and (max-width: 767px) {

  ::-webkit-scrollbar {

    width: 0;

  }

}

@media screen and (max-width: 1450px) {

  html,
  body {

    font-size: calc(1000vw / 1450);

  }

}

@media screen and (max-width: 767px) {

  html,
  body {

    font-size: calc(1000vw / 390);

  }

}

.sp,

.spi {

  display: none !important;

}

.pc {

  display: block !important;

}

.pci {

  display: inline-block !important;

}

@media screen and (max-width: 767px) {

  .radios {

    padding: 1rem 2rem 1.6rem;

    font-size: 1.4rem;

  }

  .checkbox {

    margin-top: 4rem;

    font-size: 1.4rem;

  }

  .sp {

    display: block !important;

  }

  .spi {

    display: inline-block !important;

  }

  .pc,

  .pci {

    display: none !important;

  }

}



/* ----------------------------------

common

---------------------------------- */

:root {

  --color-pink: #fbbad0;

  --color-white: #fff;

  --color-txt: #302f2f;

  --color-txt2: #242424;

  --color-bg: #f7f7f7;

  --color-bridal: #fe6e6f;

  --color-initial: #fd8459;

  --color-infertility_t: #fea74d;

  --color-assisted: #bcd243;

  --color-egg: #78c965;

  --color-prenatal: #63c4ed;

  --color-advanced: #628dd7;

  --color-implantation: #8f94ed;

  --color-infertility: #fb8c8c;

  --color-male: #ef86cb;

  --color-gr: linear-gradient(-300deg, rgba(253, 230, 238, 1) 0%, rgba(251, 186, 208, 1) 100%);

  --light: 300;

  --regular: 400;

  --medium: 500;

  --semibold: 600;

  --bold: 700;

  --black: 900;

  --font-en: "Inter", sans-serif;

  --font-ja: "Zen Kaku Gothic New", sans-serif;

  --font-ja2: "BIZ UDPMincho", serif;

}

.is-hide {

  display: none !important;

}

.en {

  font-family: var(--font-en);

}

.ja {

  font-family: var(--font-ja);

}

main {
  padding-top: 8.762rem;
}

a {

  transition: .3s;

}

::placeholder {

  color: #B1B9BA;

}

body.fixed {

  overflow: hidden;

}

.accordion_ttl {

  cursor: pointer;

  transition: opacity 0.3s;

}

.in {

  max-width: 120rem;

  margin: 0 auto;

}

.txt {

  font-size: 1.5rem;

  line-height: 1.75;

  letter-spacing: -0.05em;

}

.lead {

  font-size: 2rem;

  font-weight: var(--bold);

}

.df_ttl .ttl_h2 {

  margin-bottom: 4.6rem;

  font-family: var(--font-ja2);

  font-size: 3.6rem;

  letter-spacing: 0.05em;

}

.df_ttl .ttl_h2 .en {

  position: relative;

  display: block;

  padding-left: 3.9rem;

  margin-bottom: 2.6rem;

  font-size: 1.3rem;

  font-weight: var(--semibold);

  letter-spacing: 0.4em;

  line-height: 1;

  color: var(--color-pink);

}

.df_ttl .ttl_h2 .en::before {

  position: absolute;

  top: 50%;

  left: 0;

  content: "";

  display: block;

  width: 2.4rem;

  height: 3rem;

  background: url(../img/common/ttl_icon.png) center/contain no-repeat;

  transform: translateY(-50%);

}

.df_ttl .ttl_h2+.lead {

  margin: -1rem 0 3rem;

}

.label {

  display: block;

  padding: 0.3rem;

  text-align: center;

  min-width: 7.2rem;

  font-size: 1.2rem;

  letter-spacing: 0;

  color: var(--color-white);

  background: #a9a0a0;

}

.button_tel {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 20rem;

  border-radius: 0.5rem;

  height: 3.6rem;

  background: var(--color-pink);

}

.button_tel span {

  position: relative;

  padding-left: 2.9rem;

  color: var(--color-white);

  font-size: 1.5rem;

}

.button_tel span::before {

  position: absolute;

  top: 50%;

  left: 0;

  content: "";

  display: block;

  width: 1.8rem;

  height: 1.8rem;

  background: url(../img/common/icon_tel.png) center left/contain no-repeat;

  transform: translateY(-50%);

}

.button_line {

  display: flex;

  align-items: center;

  justify-content: center;

  width: 25rem;

  border-radius: 0.5rem;

  height: 5rem;

  background: #06c755;

}

.button_line span {

  position: relative;

  padding-left: 4.1rem;

  color: var(--color-white);

  font-size: 1.6rem;

}

.button_line span::before {

  position: absolute;

  top: 50%;

  left: 0;

  content: "";

  display: block;

  width: 3rem;

  height: 2.9rem;

  background: url(../img/common/icon_line.png) center left/contain no-repeat;

  transform: translateY(-50%);

}

@media screen and (min-width: 768px) {

  .button_line:hover,

  .button_tel:hover {

    opacity: 0.68;

  }

  .button.entry:hover,

  .button.mail:hover,

  .button.tel:hover,

  .button.reservation:hover,

  .button.purple:hover,

  .button.green:hover,

  .button.red:hover,

  .button.pink:hover {

    box-shadow: none;

    opacity: 0.68;

  }

}

@media screen and (max-width: 767px) {

  main {

    padding-top: 12rem;

  }

  .in {

    padding: 0 2rem;

  }

  .txt {

    font-size: 1.4rem;

  }

  .lead {

    font-size: 1.8rem;

  }

  .df_ttl .ttl_h2 {

    margin-bottom: 3.5rem;

    font-size: 2.4rem;

  }

  .df_ttl .ttl_h2 .en {

    padding-left: 3.1rem;

    margin-bottom: 2.6rem;

    font-size: 1.1rem;

  }

  .df_ttl .ttl_h2 .en::before {

    width: 1.8rem;

    height: 2.2rem;

  }

  .df_ttl .ttl_h2+.lead {

    margin: 0 0 2.5rem;

  }

  .button {

    margin-top: 3.6rem;

  }

  .button_line {

    border-radius: 1rem;

    margin-top: 2rem;

  }

  .button.reservation {

    padding-left: 6.6rem;

    background-position: center left 2.3rem;

  }

}



/* --------------------------

links sec

----------------------------- */

.links_sec .in {

  display: flex;

  gap: 4rem;

}

.links_sec .in .link_card {

  width: calc(50% - 2rem);

}

.links_sec .in .link_card a {

  position: relative;

  display: block;

  background: var(--color-white);

  border-radius: 1rem;

  box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 0.1);

}

.links_sec .in .link_card a::after,

.links_sec .in .link_card a::before {

  position: absolute;

  content: "";

  right: 3rem;

  bottom: 3rem;

  display: block;

  width: 3rem;

  height: 3rem;

  border-radius: 100%;

  background: var(--color-gr);

}

.links_sec .in .link_card a::before {

  background: url(../img/common/icon_arrow_nv.png) center / 0.5rem no-repeat;

  z-index: 1;

}

.links_sec .in .link_card a .img {

  position: relative;

  overflow: hidden;

  height: 28rem;

  border-radius: 1rem;



  background: gray;

}

.links_sec .in .link_card a .img img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 1s;

}

.links_sec .in .link_card a .txt_wrap {

  position: relative;

  padding: 5.7rem 11rem 4rem 4rem;

}

.links_sec .in .link_card a .txt_wrap .icon {

  position: absolute;

  top: -6rem;

  left: 0;

  width: 12rem;

  height: 6rem;

  background: var(--color-white);

  border-top-right-radius: 1rem;

}

.links_sec .in .link_card a .txt_wrap .icon::before,

.links_sec .in .link_card a .txt_wrap .icon::after {

  position: absolute;

  content: "";

  display: block;

  width: 1.6rem;

  height: 1.6rem;

  background: url(../img/common/radius1.png) center/contain no-repeat;

}

.links_sec .in .link_card a .txt_wrap .icon::before {

  left: 0;

  top: calc(-1.6rem + 1px);

}

.links_sec .in .link_card a .txt_wrap .icon::after {

  right: calc(-1.6rem + 1px);

  bottom: -1px;

}

.links_sec .in .link_card a .txt_wrap .icon img {

  position: absolute;

  top: 3rem;

  left: 4rem;

  width: 4.6rem;

}

.links_sec .in .link_card a .txt_wrap .ttl_h3 {

  margin-bottom: 3.5rem;

  font-size: 2.4rem;

  font-weight: var(--bold);

}

.links_sec .in .link_card a .txt_wrap .ttl_h3 .en {

  display: block;

  margin-top: 1rem;

  font-size: 1.2rem;

  font-weight: var(--regular);

  color: var(--color-pink);

}

@media screen and (min-width: 767px) {

  .links_sec .in .link_card a:hover {

    box-shadow: 0 0.3rem 3rem rgb(0 0 0 / 0.2);

  }

  .links_sec .in .link_card a:hover .img img {

    transform: scale(1.08);

  }

}

@media screen and (max-width: 767px) {

  .links_sec {

    padding: 9rem 0 0;

  }

  .links_sec .in {

    gap: 2rem;

    flex-direction: column;

  }

  .links_sec .in .link_card {

    width: 100%;

  }

  .links_sec .in .link_card a .img {

    height: 16.9rem;

  }

  .links_sec .in .link_card a .txt_wrap {

    padding: 3.6rem 2rem 6rem;

  }

  .links_sec .in .link_card a .txt_wrap .ttl_h3 {

    margin-bottom: 2.5rem;

    font-size: 2rem;

  }

  .links_sec .in .link_card a .txt_wrap .ttl_h3 .en {

    margin-top: 0.5rem;

  }

  .links_sec .in .link_card a::after,
  .links_sec .in .link_card a::before {

    right: 2rem;

    bottom: 2rem;

  }

  .links_sec .in .link_card a .txt_wrap .icon {

    width: 9rem;

  }

  .links_sec .in .link_card a .txt_wrap .icon img {

    top: 2rem;

    left: 2.5rem;

    width: 4rem;

  }

}





/* --------------------------

.news

----------------------------- */

.news .in {

  display: flex;

  align-items: center;

  gap: 8rem;

  max-width: 140rem;

}

.news .in .flex_txt {

  width: 30rem;

}

.news .in .flex_list {

  width: 102rem;

}

.news_list li {

  border-top: 1px solid #c8ccce;

}

.news_list li:last-of-type {

  border-bottom: 1px solid #c8ccce;

}

.news_list li a {

  display: flex;

  align-items: center;

  gap: 4rem;

  padding: 3rem 2rem;

}

.news_list li a .data {

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 1rem;

  width: 23rem;

}

.news_list li a .data time {

  font-size: 1.4rem;

  letter-spacing: 0;

}

.news_list li a .data .label {

  width: 10rem;

}

.news_list li a .txt {

  width: calc(100% - 4rem - 23rem);

  overflow: hidden;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 1;

  line-height: 1;

}

@media screen and (min-width: 768px) {

  .news_list li a:hover {

    opacity: 0.68;

  }

}

@media screen and (max-width: 767px) {

  .news .in {

    position: relative;

    display: block;

    padding-bottom: 11.6rem;

  }

  .news .in .flex_txt,

  .news .in .flex_list {

    width: 100%;

  }

  .news_list li a {

    display: block;

    padding: 2.5rem 0;

  }

  .news_list li a .txt {

    width: 100%;

    margin: 2rem 0 0;

    font-size: 1.5rem;

    -webkit-line-clamp: 2;

    line-height: 1.5;

  }

  .news_list li a .data {

    justify-content: flex-start;

    width: 100%;

    gap: 2.3rem;

  }

  .news_list li a .data time {

    font-size: 1.2rem;

  }

  .news .button {

    position: absolute;

    left: 50%;

    bottom: 0;

    transform: translateX(-50%);

  }

}





/* --------------------------

hours

----------------------------- */

.hours table {

  width: 53rem;

}

.hours table th,

.hours table td {

  padding: 1.5rem 1.6rem;

  font-size: 1.4rem;

  text-align: center;

  border-bottom: 1px solid #c8ccce;

  line-height: 1;

}

.hours table th:first-of-type {

  width: 14rem;

  min-width: 14rem;

}

.hours table td {

  position: relative;

  padding: 1.5rem 1.6rem;

}

.hours table td.maru::after,

.hours .data .desc span.maru::after {

  position: absolute;

  top: 50%;

  left: 50%;

  content: "";

  display: block;

  width: 1.2rem;

  height: 1.2rem;

  border-radius: 100%;

  background: var(--color-pink);

  transform: translate(-50%, -50%);

}

.hours table td.batu::after,

.hours .data .desc span.batu::after {

  position: absolute;

  top: 50%;

  left: 50%;

  content: "";

  display: block;

  width: 1rem;

  height: 0.2rem;

  background: var(--color-pink);

  transform: translate(-50%, -50%);

}

.hours .data {

  display: flex;

  justify-content: space-between;

  align-items: flex-end;

  margin-top: 2.5rem;

}

.hours .data .desc {

  display: flex;

  align-items: center;

  gap: 3rem;

}

.hours .data .desc span {

  position: relative;

  padding-left: 1.9rem;

  font-size: 1.4rem;

}

.hours .data .desc span.maru::after,

.hours .data .desc span.batu::after {

  left: 0;

  transform: translateY(-50%);

}

.hours .data .note {

  margin-top: 1.4rem;

  font-size: 1.4rem;

}

@media screen and (max-width: 767px) {

  .hours table {

    width: 100%;

  }

  .hours table th,

  .hours table td {

    padding: 1.5rem 0.2rem;

    font-size: 1.2rem;

  }

  .hours table th:first-of-type {

    width: 8.7rem;

    min-width: 8.7rem;

  }

  .hours .data {

    display: block;

    margin-top: 2rem;

  }

  .hours .data .desc span,

  .hours .data .note {

    font-size: 1.3rem;

  }

  .hours .data .button_tel {

    margin: 3rem auto 0;

  }

}





/* --------------------------

.img_banner

----------------------------- */

.img_banner {

  position: relative;

  overflow: hidden;

  height: 36rem;

}

.img_banner img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}

@media screen and (max-width: 767px) {

  .img_banner {

    height: 20rem;

  }

}









/* ----------------------------------

treatment_list

---------------------------------- */

.treatment_list {

  display: flex;

  flex-wrap: wrap;

  gap: 2.6rem;

  margin: 6rem auto 0;

}

.treatment_list .treatment_card {

  width: calc(33.33% - (2.6rem * 2 / 3));

}

.treatment_list .treatment_card a {

  position: relative;

  display: flex;

  align-items: center;

  gap: 2rem;

  height: 100%;

  padding: 2.8rem 3.5rem 2.8rem 3rem;

  border-radius: 1rem;

  background: #FBBAD0;

}

.treatment_list .treatment_card a * {

  transition: .3s;

}

.treatment_list .treatment_card a::after {

  position: absolute;

  right: 0.9rem;

  bottom: 0.9rem;

  content: "";

  display: block;

  width: 3rem;

  height: 3rem;

  border-radius: 100%;

  background: #FE8B8C url(../img/common/icon_arrow_wh.png) center/0.5rem auto no-repeat;

  transition: .3s;

}

.treatment_list .treatment_card a img {

  position: relative;

  z-index: 2;

  display: block;

  width: 7rem;

  height: 7rem;

}

.treatment_list .treatment_card a dl {

  position: relative;

  z-index: 2;

  width: calc(100% - 7rem - 2rem);

  color: var(--color-white);

}

.treatment_list .treatment_card a dt {

  font-size: 2.2rem;

  font-weight: var(--bold);

}

.treatment_list .treatment_card a dt .en {

  display: block;

  font-size: 1.2rem;

  font-weight: var(--regular);

  opacity: 0.3;

}

.treatment_list .treatment_card a dd {

  margin-top: 1.7rem;

}

@media screen and (min-width: 768px) {

  .treatment_list .treatment_card a:hover {

    opacity: 0.68;

  }

}

@media screen and (max-width: 767px) {

  .treatment_list {

    margin-top: 3.2rem;

    gap: 1rem;

  }

  .treatment_list .treatment_card {

    width: 100%;

  }

  .treatment_list .treatment_card a {

    position: relative;

    padding: 2.5rem 4.5rem 2.5rem 2.5rem;

  }

  .treatment_list .treatment_card a img {

    width: 5rem;

    height: 5rem;

  }

  .treatment_list .treatment_card a dl {

    width: calc(100% - 5rem - 2rem);

  }

  .treatment_list .treatment_card a dt {

    text-align: left;

    font-size: 2rem;

  }

  .treatment_list .treatment_card a dt .en {

    text-align: left;

  }

  .treatment_list .treatment_card a dd {

    text-align: left;

    margin-top: 1.5rem;

  }

}





/* ----------------------------------

column

---------------------------------- */

.column {

  padding: 7.5rem 0 14rem;

}

.column .in {

  max-width: 140rem;

}

.column .df_ttl {

  display: flex;

  align-items: center;

  gap: 12.5rem;

  margin-bottom: 5rem;

}

.column .column_slide {

  overflow: visible;

}

.column .column_card {

  width: 30rem;

  min-width: 30rem;

  margin-right: 4rem;

  height: auto;

}

.column .column_card a {

  display: block;

  overflow: hidden;

  height: 100%;

  border-radius: 1rem;

  background: var(--color-white);

  box-shadow: 0 0.3rem 2rem rgb(0 0 0 / 0.1);

}

.column .column_card:last-of-type {

  margin-right: 0;

}

.column .column_card .img {

  position: relative;

  height: 27rem;

  overflow: hidden;

}

.column .column_card .img img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  transition: 1s;

}

.column .column_card .txt_wrap {

  padding: 3rem;

}

.column .column_card .txt_wrap time {

  font-size: 1.2rem;

  letter-spacing: 0;

}

.column .column_card .txt_wrap .txt {

  margin-top: 1.9rem;

  overflow: hidden;

  display: -webkit-box;

  -webkit-box-orient: vertical;

  -webkit-line-clamp: 2;

}

.column .column_card .txt_wrap .labels {

  display: flex;

  flex-wrap: wrap;

  gap: 1rem;

  margin-top: 1.4rem;

}

.column .button {

  margin: 6rem auto 0;

}

@media screen and (min-width: 768px) {

  .column .column_card a:hover {

    box-shadow: none;

  }

  .column .column_card a:hover .img img {

    transform: scale(1.08);

  }

}

@media screen and (max-width: 767px) {

  .column {

    padding: 9.6rem 0 0;

  }

  .column .df_ttl {

    display: block;

  }

  .column .column_card {

    width: 27rem;

    min-width: 27rem;

    margin-right: 2rem;

  }

  .column .column_card .img {

    height: 24.3rem;

  }

  .column .column_card .txt_wrap {

    padding: 2.5rem 2rem 3rem;

  }

  .column .button {

    margin: 3.6rem auto 0;

  }

}



/* ----------------------------------

header

---------------------------------- */

header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  background: var(--color-white);

  z-index: 10;

  box-shadow: 0 0.3rem 1rem rgb(0 0 0 / 0.05);

}

header .in {

  display: flex;

  justify-content: space-between;

  align-items: center;

  padding: 3rem;

  max-width: none;

  /* height: 10rem; */

}

header .in .logo {

  width: 18rem;

}

header .in nav {

  display: flex;

  justify-content: flex-end;

  gap: 3.5rem;

  align-items: center;

}

header .in .list a,

header .in .list dt {

  font-size: 1.5rem;

  letter-spacing: 0;

}

header .in .list dd {

  display: none;

}

header .in .list {

  display: flex;

  align-items: center;

  gap: 2.5rem;

}

header .in .buttons {

  display: flex;

  gap: 0.8rem;

  padding: 1rem 0;

}

header .in .buttons .head_button {
  position: relative;
  width: 8rem;
  line-height: 1;
  text-align: center;
  color: var(--color-white);
}

header .in .buttons .head_button img {

  width: 8rem;

}

header .in .buttons .head_button.web {

  background: var(--color-bridal) !important;

}

header .in .buttons .head_button:nth-of-type(3) {

  background: var(--color-bridal);

}

header .in .buttons .head_button:nth-of-type(3) img {

  width: 2.4rem;

  top: 1.9rem;

}

header .right {

  display: none !important;

}

.fixed_buttons {

  position: fixed;

  right: 0;

  bottom: 2rem;

  display: flex;

  gap: 1rem;

  flex-direction: column;

  z-index: 9;

}

.fixed_buttons .head_button {

  display: flex;

  flex-direction: column;

  align-items: center;

  justify-content: center;

  gap: 1.1rem;

  width: 10rem;

  height: 10rem;

  border-radius: 2.4rem;

  border-top-right-radius: 0;

  border-bottom-right-radius: 0;

  font-size: 1.2rem;

  color: var(--color-white);

  letter-spacing: 0.1em;

}

.fixed_buttons .head_button.tel {

  background: var(--color-advanced);

}

.fixed_buttons .head_button.tel img {

  width: 2.4rem;

}

.fixed_buttons .head_button.web {

  background: var(--color-bridal);

}

.fixed_buttons .head_button.web img {

  width: 2.4rem;

}

@media screen and (min-width: 768px) {

  header .in .buttons .head_button:hover,

  header .in .list a:hover,

  header .in .list dt:hover,

  .fixed_buttons .head_button:hover {

    opacity: 0.68;

  }

  header .in .list dt {

    position: relative;

    padding-right: 1.3rem;

    background: url(../img/common/icon_select_arrow.png) center right/0.7rem auto no-repeat;

  }

  header .in .list dt::after {

    position: absolute;

    top: 0;

    left: 0;

    content: "";

    width: 100%;

    height: 6.1rem;

  }

  header .in .list dd {

    display: block;

    position: absolute;

    top: 10rem;

    padding: 2.3rem 5rem 3.3rem 3.3rem;

    background: #FDE3E4;

    border-bottom-left-radius: 1rem;

    border-bottom-right-radius: 1rem;

    pointer-events: none;

    opacity: 0;

    transition: .3s;

  }

  header .in .list dl:hover dd {

    opacity: 1;

    pointer-events: auto;

  }

  header .in .list dd a {

    padding-left: 1.7rem;

    display: block;

    font-weight: var(--medium);

    font-size: 1.4rem;

    color: #F1678B;

    background: url(../img/common/icon_arrow_header.png) center left/0.4rem auto no-repeat;

  }

  header .in .list dd a+a {

    margin-top: 1.5rem;

  }

  .fixed_buttons {

    display: none;

    flex-direction: column-reverse;

  }

}

@media screen and (max-width: 767px) {

  header .in {

    padding-right: 1.3rem !important;

  }

  header .in .logo {

    position: relative;

    width: 24.8rem;

    z-index: 11;

  }

  header .in nav {

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: #fdf4f7;

    padding: 15.5rem 8rem 6rem;

    display: none;

    overflow: scroll;

  }

  header .in nav .list {

    display: block;

  }

  header .in nav .list li {

    border-bottom: 1px solid #e5d8d8;

  }

  header .in nav .list li a,

  header .in nav .list li dt {

    display: block;

    padding: 3rem 3rem 3rem 1rem;

    background: url(../img/common/icon_arrow_pink.png) center right 1rem/1rem auto no-repeat;

    font-size: 3.2rem;

  }

  header .in nav .list li dt {

    position: relative;

    background: none;

  }

  header .in nav .list li dt::before,

  header .in nav .list li dt::after {

    position: absolute;

    right: 0.5rem;

    top: 50%;

    content: "";

    display: block;

    width: 1.6rem;

    height: 0.2rem;

    background: var(--color-pink);

    transform: translateY(-50%);

    transition: .3s;

  }

  header .in nav .list li dt::after {

    transform: translateY(-50%) rotate(90deg);

  }

  header .in nav .list li dt.open::after {

    transform: translateY(-50%) rotate(0deg);

    opacity: 0;

  }

  header .in nav .list li dd {

    padding: 0 0 3rem 3rem;

  }

  header .in nav .list li dd a {

    padding: 0;

    font-size: 1.4rem;

    letter-spacing: -0.05em;

    font-weight: var(--regular);

    padding-left: 1.5rem;

    background: url(../img/common/icon_arrow_nv.png) center left 0.2rem / 0.4rem auto no-repeat;

  }

  header .in nav .list li dd a+a {

    margin-top: 1.5rem;

  }

  header .in nav .list li img {

    display: none;

  }

  header .in nav .button {

    display: flex;

    margin-top: 2rem;

  }

  header .in>.button {

    display: none;

  }

  header .in .buttons {

    margin-top: 7rem;

    display: grid;

    grid-template-columns: 1fr;

    grid-template-rows: repeat(1, 1fr);

    gap: 5rem 0;

    padding: 0;

  }

  header .in nav .buttons .head_button:nth-of-type(1) {

    grid-area: 2 / 1 / 3 / 4;

  }

  header .in nav .buttons .head_button:nth-of-type(2) {

    grid-area: 3 / 1 / 4 / 4;

  }

  header .in nav .buttons .head_button:nth-of-type(3) {

    grid-area: 1 / 1 / 2 / 4;

  }

  header .in nav .buttons .head_button {

    width: 100%;

    height: auto;

    display: flex;

    align-items: center;

    justify-content: center;

    font-size: 1.4rem;

    padding: 0;

    border-radius: 5rem;

    margin: 0 auto;

  }

  header .in nav .buttons .head_button picture {

    width: 100%;

  }

  header .in nav .buttons .head_button img {

    position: static;

    transform: unset;

    width: 100%;

  }
  header .in .buttons .head_button{
    width: 11.5rem;
  }
  header .in .buttons .head_button img{
    width: 11.5rem;
  }

  header .in .right {

    display: flex !important;

    align-items: center;

    gap: 1rem;

    justify-content: flex-end;

    margin: 0 !important;

    padding: 1rem 0;

  }

  header .in .right .hamburger {

    position: relative;

    width: 11.5rem;

    height: 9.8rem;

    margin-left: -0.5rem;

    z-index: 11;

    cursor: pointer;

  }

  header .in .right .hamburger::before,

  header .in .right .hamburger::after {

    position: absolute;

    left: 50%;

    content: "";

    display: block;

    width: 6.2rem;

    height: 0.375rem;

    background: var(--color-txt);

    transform: translateX(-50%);

    transition: .3s;

  }

  header .in .right .hamburger::before {

    top: 2.5rem;

  }

  header .in .right .hamburger::after {

    top: 4.2rem;

  }

  header .in .right .hamburger.open::before,

  header .in .right .hamburger.open::after {

    top: 50%;

  }

  header .in .right .hamburger.open::before {

    transform: translate(-50%, -50%) rotate(45deg);

  }

  header .in .right .hamburger.open::after {

    transform: translate(-50%, -50%) rotate(-45deg);

  }

  header .in .right .hamburger span {

    position: absolute;

    font-size: 2rem;

    font-weight: var(--bold);

    left: 50%;

    top: 5.4rem;

    transform: translateX(-50%);

    line-height: 1;

    transition: .3s;

    letter-spacing: .1em;

  }

  header .in .right .hamburger.open span {

    opacity: 0;

  }

  .fixed_buttons {

    flex-direction: row;

    gap: 0;

    left: 0;

    bottom: 0;

    width: 100%;

    padding: 0 1rem;

  }

  .fixed_buttons .head_button {

    width: 50%;

    height: 9rem;

    gap: 2rem;

    flex-direction: row;

    border-radius: 0;

    font-size: 2.4rem;
  }

  .fixed_buttons .head_button:nth-of-type(1) {

    border-top-left-radius: 2.2rem;

  }

  .fixed_buttons .head_button:nth-of-type(2) {

    border-top-right-radius: 2.2rem;

  }

  .fixed_buttons .head_button.web img,

  .fixed_buttons .head_button.tel img {

    width: 3.6rem;

  }

}



/* --------------------------

footer

----------------------------- */

footer {

  padding: 5rem 0 6rem;

}

footer .in {

  display: flex;

  flex-wrap: wrap;

  justify-content: space-between;

  gap: 4rem 10rem;

  max-width: 140rem;

  margin-top: 4rem;

  padding-top: 6rem;

  border-top: 1px solid #c8ccce;

}

footer .logo {

  width: 13rem;

  margin: 0 auto;

}

footer .in>.left {

  width: 51rem;

}

footer .in>.right {

  width: 79rem;

}

footer .in>.bottom {

  padding-top: 2rem;

  width: 100%;

  border-top: 1px solid #c8ccce;

}

footer .in>.bottom .copy {

  font-size: 1.2rem;

  font-family: var(--font-en);

  font-weight: var(--regular);

  opacity: 0.5;

}

footer .in>.right nav {

  display: flex;

  align-items: flex-start;

  gap: 4rem;

}

footer .in>.right nav>a,

footer .in>.right nav dt,

footer .in>.right nav .list a {

  font-size: 1.5rem;

  font-weight: var(--bold);

  letter-spacing: 0;

}

footer .in>.right nav .list li+li {

  margin-top: 2.4rem;

}

footer .in>.right nav dd {

  margin-top: 2.2rem;

}

footer .in>.right nav dd a {

  font-size: 1.4rem;

  font-weight: var(--regular);

  letter-spacing: 0;

  padding-left: 1.5rem;

  background: url(../img/common/icon_arrow_nv.png) center left 0.2rem/0.4rem auto no-repeat;

}

footer .in>.right nav dd ul:not(.flex) li+li {

  margin-top: 2rem;

}

footer .in>.right nav dd ul.flex {

  gap: 2rem 0;

  flex-wrap: wrap;

  width: 38.5rem;

}

footer .in>.right nav dd ul.flex li:nth-of-type(odd) {

  width: 27rem;

}

footer .in>.right .banner_link {

  position: relative;

  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 2rem;

  padding: 3rem 4rem 3rem 26rem;

  margin-top: 5rem;

  border: 1px solid #c8ccce;

  background: #f9f3f3;

}

footer .in>.right .banner_link .img {

  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 22rem;

  overflow: hidden;

}

footer .in>.right .banner_link .img img {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}

footer .in>.right .banner_link dt {

  font-size: 2.2rem;

  font-weight: var(--bold);

}

footer .in>.right .banner_link dd {

  margin-top: 0.8rem;

  font-size: 1.4rem;

  font-weight: var(--regular);

  letter-spacing: 0;

}

footer .in>.left .maps {

  margin-top: 5rem;

}

footer .in>.left .map {

  position: relative;

  height: 20rem;

  overflow: hidden;



  background: gray;

}

footer .in>.left .map iframe {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

}

footer .in>.left dl {

  display: flex;

  flex-wrap: wrap;

  gap: 0.6rem 0;

  margin-top: 2rem;

}

footer .in>.left dt,

footer .in>.left dd {

  font-size: 1.3rem;

}

footer .in>.left dt {

  width: 6rem;

}

footer .in>.left dd {

  width: calc(100% - 6rem);

}

@media screen and (min-width: 768px) {

  footer a:hover {

    opacity: 0.68;

  }

}

@media screen and (max-width: 767px) {

  footer {

    padding-bottom: 5rem;

  }

  footer .logo {

    width: 11rem;

  }

  footer .in {

    margin: 3rem 1rem 0;

    padding: 4.5rem 0 0;

  }

  footer .in>.left {

    width: 100%;

  }

  footer .in>.left .maps {

    margin-top: 6rem;

    padding: 0 1rem;

  }

  footer .in>.right {

    display: flex;

    flex-direction: column-reverse;

    gap: 6rem;

    width: 100%;

    padding: 0 1rem;

  }

  footer .in>.right nav {

    display: grid;

    grid-template-columns: repeat(3, 1fr);

    grid-template-rows: repeat(1, 1fr);

    gap: 2rem;

    padding: 0 1rem;

  }

  footer .in>.right nav>a {

    grid-area: 1 / 1 / 2 / 4;

  }

  footer .in>.right nav dl:nth-of-type(1) {

    grid-area: 2 / 1 / 3 / 2;

    width: 11rem;

  }

  footer .in>.right nav dl:nth-of-type(2) {

    grid-area: 3 / 1 / 4 / 4;

    margin-top: 2rem;

  }

  footer .in>.right nav .list {

    display: flex;

    flex-wrap: wrap;

    gap: 2rem 3rem;

    grid-area: 2 / 2 / 3 / 4;

  }

  footer .in>.right nav .list li {

    margin: 0 !important;

    width: calc(50% - 1.5rem);

  }

  footer .in>.right nav>a,
  footer .in>.right nav dt,
  footer .in>.right nav .list a {

    font-size: 1.4rem;

  }

  footer .in>.right nav dd a {

    font-size: 1.3rem;

    background-position: top .64rem left 0.2rem;

  }

  footer .in>.right nav dd ul.flex {

    width: 100%;

    gap: 1.5rem 2rem;

  }

  footer .in>.right nav dd ul.flex li:nth-of-type(odd) {

    width: 17rem;

  }

  footer .in>.right nav dd {

    margin-top: 1.8rem;

  }

  footer .in>.right nav dd ul:not(.flex) li+li {

    margin-top: 1.5rem;

  }

  footer .in>.right .banner_link {

    display: block;

    padding: 18rem 0 3rem;

    text-align: center;

    margin: 0;

  }

  footer .in>.right .banner_link .img {

    height: 16rem;

    width: 100%;

  }

  footer .in>.right .banner_link .button_line {

    margin: 2rem auto 0;

  }

  footer .in>.bottom {

    margin-top: 2rem;

  }

  footer .in>.bottom .copy {

    text-align: center;

  }

}



/* --------------------------

pager

----------------------------- */

.pager {

  margin-top: 7rem;

}

.pager .nav-links {

  display: flex;

  justify-content: center;

}

.pager .nav-links>* {

  font-family: var(--font-en);

  font-weight: var(--regular);

  font-size: 1.6rem;

  line-height: 1;

}

.pager .nav-links>* {

  position: relative;

  padding: 0 1.9rem;

  padding-top: 0.7rem;

  transition: .3s;

}

.pager .nav-links>*::after {

  position: absolute;

  left: 0;

  bottom: 0;

  content: "";

  display: block;

  width: 100%;

  height: 0.2rem;

  background: #e4e8ea;

}

.pager .nav-links>*.current::after {

  background: var(--color-pink);

}

.pager .nav-links>*.next span,

.pager .nav-links>*.prev span {

  display: none;

}

.pager .nav-links>*.next,

.pager .nav-links>*.prev {

  display: block;

  margin-bottom: 1rem;

  width: 3rem;

  height: 3rem;

  padding: 0;

  border-radius: 100%;

  background: var(--color-gr);

}

.pager .nav-links>*.next::after,

.pager .nav-links>*.prev::after {

  bottom: -1rem;

}

.pager .nav-links>*.next::before,

.pager .nav-links>*.prev::before {

  position: absolute;

  content: "";

  display: block;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: url(../img/common/icon_arrow_nv.png) center / 0.5rem no-repeat;

  z-index: 1;

}

.pager .nav-links>*.prev::before {

  transform: rotate(180deg);

}

@media screen and (min-width: 768px) {

  .pager .nav-links>*:not(.current):hover {

    opacity: 0.68;

  }

}





.eachTextAnime span {
  opacity: 0;
}

.eachTextAnime.appeartext span {
  animation: text_anime_on 1s ease-out forwards;
}

@keyframes text_anime_on {

  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }

}

/* アニメーション */

.anime.slideUp,

.anime.slideLeft,

.anime.fadeIn {

  opacity: 0;

}

.anime.slideUp.active {

  animation: slideUp .5s .05s ease-out forwards;

}

.anime.slideLeft.active {

  animation: slideLeft .5s .05s ease-out forwards;

}

.anime.fadeIn.active {

  animation: fadeIn .5s .2s ease-out forwards;

}

.anime.scaleDown img {

  transform: scale(1.1);

}

.anime.scaleDown.active img {

  animation: img-scale 7s ease-out forwards;

}

span.anime.slideLeft {

  display: inline-block;

}

.anime.img_cr {

  z-index: 2;

  overflow: hidden;

}

.anime.img_cr::after {

  position: absolute;

  content: "";

  display: block;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  z-index: 2;

  pointer-events: none;

}

.anime.img_cr.orange::after {

  background: #F7A544;

}

.anime.img_cr.blue::after {

  background: #648EF8;

}

.anime.img_cr.green::after {

  background: #79DD2A;

}

.anime.img_cr.red::after {

  background: #F77981;

}

.anime.active.img_cr::after {

  animation: img-cr .7s .5s ease-out forwards;

}

@keyframes slideUp {

  0% {

    opacity: 0;

    transform: translateY(2rem);

  }

  100% {

    opacity: 1;

    transform: translateY(0);

  }

}

@keyframes slideLeft {

  0% {

    opacity: 0;

    transform: translateX(-2rem);

  }

  100% {

    opacity: 1;

    transform: translateX(0);

  }

}

@keyframes fadeIn {

  0% {

    opacity: 0;

  }

  100% {

    opacity: 1;

  }

}

@keyframes img-scale {

  0% {

    transform: scale(1.1);

  }

  100% {

    transform: scale(1);

  }

}

@keyframes img-cr {

  0% {

    opacity: 1;

  }

  100% {

    opacity: 0;

  }

}



@keyframes slideUp_tb {

  0% {

    opacity: 0;

    transform: translateY(2rem) rotate(90deg);

    transform-origin: top left;

  }

  100% {

    opacity: 1;

    transform: translateY(0) rotate(90deg);

    transform-origin: top left;

  }

}






/* common ここまで
**************/

@media screen and (max-width: 767px) {

  html,
  body {
    font-size: calc(1000vw / 750);
  }
}

/* ----------------- */

.button {
  position: static;
  display: inline-block;
  min-width: initial;
  max-width: initial;
  margin-top: initial;
  padding: initial;
  background: initial;
  border-radius: initial;
  box-shadow: initial;
}

.button::after,
.button::before {
  content: none;
}

.button:not(.entry, .mail, .tel, .reservation, .purple, .green, .red, .pink):hover {
  box-shadow: none;
  background: initial;
  color: initial;
}

img {
  pointer-events: none;
}

.lp_wrap {
  background: #fef4f2;
}

.lp_wrap .in {
  padding: 0 4rem;
}

#lp {
  max-width: 75rem;
  margin: 0 auto;
  background: var(--color-white);
}

.lp_wrap .txt {
  font-size: 2.8rem;
  font-weight: var(--medium);
  line-height: 1.71;
  letter-spacing: 0.04em;
}

.lp_wrap .ttl {
  margin-bottom: 3.5rem;
  font-size: 2.8rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
}

.lp_wrap .txt span {
  background: linear-gradient(transparent 70%, #ffec5c 70%);
}

/* .lp_wrap .button {
  min-width: auto;
  width: 100%;
  max-width: none;
  margin-top: 5.2rem;
  font-size: 3.6rem;
  font-weight: var(--bold);
  padding: 4rem;
  border-radius: 10rem;
  text-align: center;
  box-shadow: 0.09rem 0.09rem 0.3rem rgb(0 0 0 / 0.3);
  background: linear-gradient(300deg, #fbbacf 0%, #c0e2f7 100%) !important;
  color: var(--color-white);
} */
.lp_wrap .button:hover {
  opacity: 0.68;
}

/* .lp_wrap .button.button_yellow {
  background: #ffec5c !important;
  color: #302f2f !important;
} */
/* .lp_wrap .button::before {
  right: 6rem !important;
  width: 1.9rem !important;
  height: 3.35rem !important;
  background: url(../img/lp/arrow.png) center/contain no-repeat !important;
} */
/* .lp_wrap .button::after {
  content: none;
}
.lp_wrap .button.button_gr::before {
  filter: brightness(100);
} */
.df_ttl .ttl_h2 {
  margin-bottom: 8.8rem;
  font-size: 4.8rem;
}

.df_ttl .ttl_h2 .en {
  margin-bottom: 3.6rem;
  padding-left: 6rem;
  font-size: 2.1rem;
}

.df_ttl .ttl_h2 .en::before {
  width: 3.4rem;
  height: 4.1rem;
}

.mv .button {
  margin: 2.8rem 4rem 0;
  width: calc(100% - 8rem);
}

/* lead_wrap */
.lead_wrap {
  margin-top: 5.6rem;
  margin-bottom: 9.3rem;
  background: url() center top/cover no-repeat;
}

.lead_wrap .txt {
  padding: 0 6rem;
  margin-bottom: -24rem;
  position: relative;
}

.lead_wrap img {
  width: 100%;
}

/* features */
.features {
  border-top-left-radius: 3.6rem;
  border-top-right-radius: 3.6rem;
  background: url(../img/lp/ttl_bg.png) center top/100% auto no-repeat;
}

.features .df_ttl {
  width: max-content;
  margin: 0 auto;
  padding: 7.3rem 0 6rem;
}

.features .df_ttl .en {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.features .df_ttl .ttl_h2 {
  margin: 0;
}

.features .df_ttl .ttl_h2 img {
  width: 26.7rem;
}

.features .in {
  border-radius: 3.6rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  box-shadow: 0.1rem 0.1rem 0.6rem rgb(0 0 0 / 0.2);
  background: var(--color-white);
}

.features .card {
  margin-bottom: 3rem;
}

.features .card img {
  width: calc(100% + 2.6rem);
}

.features .card .btnwrap {
  position: relative;
}

.features .card .btnwrap .button {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 59rem;
}

/* soudan_wrap */
.soudan {
  margin-top: 9.1rem;
}

.soudan .lead {
  margin-bottom: 4.9rem;
  text-align: center;
  font-size: 3.8rem;
  font-family: var(--font-ja2);
  font-weight: var(--regular);
  letter-spacing: 0.16em;
}

.soudan .lead span {
  background: linear-gradient(transparent 70%, #ffec5c 70%);
}

.soudan_wrap {
  padding: 9.8rem 4rem;
  background: url(../img/lp/cr_bg1.png) center bottom/100% auto no-repeat;
  margin-bottom: 6rem;
}

.soudan_wrap>img {
  width: calc(100% + 8rem);
  margin: 0 -4rem 9.8rem;
}

.soudan_wrap .txt {
  text-align: center;
  line-height: 1.92;
}

.soudan-topimg {}

.soudan .btnwrap {
  position: relative;
}

.soudan .btnwrap img {
  width: calc(100% + 2rem);
}

.soudan .btnwrap .button {
  position: absolute;
  bottom: 7rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 59rem;
}


/* treatment */
.treatment {
  background: url(../img/lp/contents_bg.png) center top/100% auto no-repeat;
  padding-top: 15.5rem;
}

.treatment .in {
  padding-bottom: 8.6rem;
  background: url(../img/lp/cr_bg2.png) center bottom 5rem/100% auto no-repeat;
}

.treatment .flow {
  margin-top: 9.8rem;
}

.treatment .flow img {
  width: calc(100% + 2rem);
  margin-right: -2rem;
}

.treatment .list {
  margin-top: 13rem;
}

.treatment ul:not(.check) {
  display: flex;
  overflow-x: scroll;
  /* padding: 1rem 2.6rem; */
  margin: 0 -2.6rem;
}

.treatment .list .card {
  width: 50.2rem;
  min-width: 50.2rem;
}

.treatment .list .card a {
  display: block;
}

.treatment-btn {
  text-align: right;
  margin-top: 3rem;
}

.treatment-btn a {
  display: inline-block;
}

.treatment-btn a img {
  width: 19.6rem;
}


.treatment .in>.txt {
  padding: 9.5rem 0;
  text-align: center;
  font-family: var(--font-ja2);
  letter-spacing: 0.06em;
  line-height: 1.92;
}

.treatment .in .soudan {
  margin: 0;
  /* padding-top: 48rem;
  background-image: url(../img/lp/treatment_soudan_bg.png); */
}

/* .treatment .in .soudan .lead {
  color: #ff9dbe;
}
.treatment .in .soudan .lead span {
  position: relative;
  background: none;
}
.treatment .in .soudan .lead span::after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  width: 42.6rem;
  height: 20rem;
  background: url(../img/lp/lead_bg.png) center/contain no-repeat;
}
.treatment .in .soudan .txt {
  text-align: center;
}
.treatment .in .soudan .check {
  margin: 6.7rem 0;
}
.treatment .in .soudan .check li {
  position: relative;
  padding-left: 5.7rem;
  color: #ff9dbe;
  font-size: 2.8rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
}
.treatment .in .soudan .check li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "";
  width: 4.3rem;
  height: 4.3rem;
  background: url(../img/lp/check.png) center/contain no-repeat;
}
.treatment .in .soudan .check li + li {
  margin-top: 4.5rem;
}
.treatment .in .soudan .check + .txt {
  position: relative;
  padding-top: 7.4rem;
}
.treatment .in .soudan .check + .txt::before {
  position: absolute;
  left: 50%;
  top: 0;
  content: "";
  width: 14.8rem;
  height: 1px;
  background: #000;
  transform: translateX(-50%);
} */

.treatment .soudan .btnwrap {
  position: relative;
}

.treatment .soudan .btnwrap .button {
  position: absolute;
  bottom: 10rem;
  left: 50%;
  transform: translate(-50%, 0%);
  width: 59rem;
}

.treatment .df_ttl .ttl_h2 img {
  width: 37.8rem;
}

.treatment .list .ttl img {
  width: 20.3rem;
}

/* about */
.about {
  background: url(../img/lp/contents_bg.png) center top/100% auto no-repeat;
  padding-top: 15.5rem;
}

.about .lead {
  margin-bottom: 8.6rem !important;
  font-size: 3.8rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  line-height: 1.6;
}

.about .lead span {
  background: #ff9dbe;
  color: var(--color-white);
}

.about .name {
  margin-top: 7.4rem;
  text-align: right;
  font-size: 4.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
}

.about .name small {
  font-size: 2.4rem;
  font-weight: var(--medium);
  display: block;
}

.about img {
  margin: 4.9rem 0 7.6rem;
}

.about .keireki {
  padding: 7rem 4rem;
  background: var(--color-white);
  border: 1px solid #fbbacf;
}

.about .keireki dt {
  margin-bottom: 4.2rem;
  font-size: 3.8rem;
  font-weight: var(--bold);
}

.about .keireki .txt {
  line-height: 2.21;
}

.about .keireki dd+dt {
  margin-top: 9rem;
}

.about .staff {
  margin-top: 11.1rem;
}

.about .staff_name {
  margin-bottom: 5.4rem;
  font-size: 4.4rem;
  font-weight: var(--bold);
}

.about .staff_name small {
  display: block;
  font-family: var(--font-en);
  font-weight: var(--regular);
  color: var(--color-pink);
}

.about .staff_img {
  width: calc(100% + 8rem);
  margin-left: -4rem;
  margin-bottom: 0;
}

.about .df_ttl .ttl_h2 img {
  width: 31rem;
}

.about .lead img {
  width: 64.9rem;
}

.about .name {
  text-align: right;
}

.about .name img {
  width: 26.3rem;
  display: inline-block;
  margin: 0;
}

.about .keireki img {
  margin: 0;
}

.about .staff_name img {
  width: 36.2rem;
  margin: 0;
}

/* detail */
.detail .in {
  padding-top: 8.9rem;
}

.detail .logo {
  width: 20rem;
  margin: 0 auto;
}

.detail .top {
  margin-top: 7.3rem;
  padding-top: 7rem;
  border-top: 1px solid #000;
}

.detail table th,
.detail table td {
  font-size: 2.4rem;
  padding: 2.3rem 0;
}

.hours table {
  width: 100%;
}

.detail .hours table th:first-of-type {
  width: 15.5rem;
  min-width: 15.5rem;
}

.detail table td.maru::after,
.hours .data .desc span.maru::after {
  width: 2.4rem;
  height: 2.4rem;
}

.detail table td.batu::after,
.hours .data .desc span.batu::after {
  width: 2.1rem;
  height: 0.4rem;
}

.hours .data {
  display: block;
  margin-top: 4.5rem;
}

.hours .data .desc {
  gap: 4.4rem;
}

.hours .data .desc span {
  font-size: 2.4rem;
  padding-left: 3.5rem;
}

.hours .data .note {
  font-size: 2.4rem;
  margin-top: 3rem;
}

.hours .data .button_tel {
  margin: 6.9rem auto 0;
  width: 39rem;
  height: 7rem;
  border-radius: 1rem;
}

.hours .data .button_tel span {
  font-size: 2.8rem;
  padding-left: 6.2rem;
}

.hours .data .button_tel span::before {
  width: 3.8rem;
  height: 3.8rem;
}

.detail .maps {
  margin-top: 10.9rem;
}

.detail .maps .map {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 38.2rem;
  margin-bottom: 6rem;
}

.detail .maps .map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.detail .maps dl {
  display: flex;
  align-items: flex-start;
  margin-top: 7rem;
  font-size: 2.4rem;
  font-weight: var(--medium);
}

.detail .maps dt {
  width: 13rem;
  min-width: 13rem;
}

/* flow_wrap */
.flow_wrap {
  border-top-left-radius: 3.6rem;
  border-top-right-radius: 3.6rem;
  background: url(../img/lp/ttl_bg.png) center top/100% auto no-repeat;
}

.flow_wrap {
  margin-top: 10.6rem;
  margin-bottom: 1rem;
}

.flow_wrap .df_ttl {
  width: max-content;
  margin: 0 auto;
  padding: 7.3rem 0 6rem;
}

.flow_wrap .df_ttl img {
  width: 38.2rem;
}

.flow_wrap .df_ttl .en {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.flow_wrap .df_ttl .ttl_h2 {
  margin: 0;
}

.flow_wrap .in {
  text-align: center;
  border-radius: 3.6rem;
  padding-top: 4rem;
  padding-bottom: 10rem;
  box-shadow: 0.1rem 0.1rem 0.6rem rgb(0 0 0 / 0.2);
  background: var(--color-white) url(../img/lp/cr_bg3.png) center top 62rem/100% auto no-repeat;
}

.flow_wrap .lead {
  margin-bottom: 6.9rem;
  text-align: center;
  font-size: 3.8rem;
  font-weight: var(--bold);
}

.flow_wrap .lead img {
  width: 34.2rem;
  margin: auto;
}

.flow_wrap .lead span {
  background: linear-gradient(transparent 70%, #fdd6e2 70%);
}

.flow_wrap .card {
  position: relative;
  margin-top: 11.5rem;
}

.flow_wrap .card+.card {
  margin-top: 14rem;
}

.flow_wrap .card+.card::after {
  position: absolute;
  top: -9.5rem;
  left: 50%;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6.1rem 6.1rem 0 6.1rem;
  border-color: #fbbacf transparent transparent transparent;
  transform: translateX(-50%);
}

.flow_wrap .button {
  margin-top: 8rem;
}

.flow_wrap .button img {
  width: 58.9rem;
}

/* .flow_wrap .card {
  position: relative;
  border-radius: 2rem;
  padding: 4rem 4rem 8rem;
  margin-top: 11.5rem;
  box-shadow: 0.1rem 0.1rem 0.6rem rgb(0 0 0 / 0.3);
  background: var(--color-white);
}
.flow_wrap .card::before {
  position: absolute;
  top: 0;
  left: 50%;
  content: "";
  width: 12rem;
  height: 1.2rem;
  background: #fbbacf;
  transform: translateX(-50%);
}
.flow_wrap .card .num {
  margin-bottom: 3.2rem;
  text-align: center;
  font-family: var(--font-en);
  font-size: 2.8rem;
  font-weight: var(--regular);
  color: #fbbacf;
  letter-spacing: 0.04em;
}
.flow_wrap .card figure {
  position: relative;
  overflow: hidden;
  width: 41.3rem;
  height: 27.1rem;
  border-radius: 2rem;
  margin: 0 auto 6.5rem;
}
.flow_wrap .card figure img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flow_wrap .card dt {
  font-size: 4.4rem;
  font-weight: var(--bold);
  letter-spacing: 0.04em;
  text-align: center;
}
.flow_wrap .card .txt {
  position: relative;
  padding-top: 9.1rem;
}
.flow_wrap .card .txt::before {
  position: absolute;
  left: 50%;
  top: 2.5rem;
  content: "";
  width: 1px;
  height: 2.7rem;
  background: #000;
  transform: translateX(-50%);
} */

/* faq */
.faq {
  padding: 14.4rem 0;
  background: url(../img/lp/faq_bg.png) center bottom/cover no-repeat;
}

.faq .df_ttl {
  text-align: center;
}

.faq .ttl_h2 img {
  width: 31.9rem;
  display: inline-block;
}

.faq .df_ttl .en {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.faq .txt {
  text-align: left;
}

.faq .block {
  margin-top: 8rem;
}

.faq dl {
  background: var(--color-white);
  border-radius: 1rem;
}

.faq dl+dl {
  margin-top: 2rem;
}

.faq dt {
  position: relative;
  padding: 3rem 8rem 3rem 11rem;
  font-size: 2.8rem;
}

.faq dt span {
  position: absolute;
  left: 4rem;
  top: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-family: var(--font-en);
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 100%;
  background: #fbbacf;
  color: var(--color-white);
}

.faq dt::before,
.faq dt::after {
  position: absolute;
  top: 50%;
  right: 4rem;
  content: "";
  display: block;
  width: 2.5rem;
  height: 0.4rem;
  border-radius: 1rem;
  background: #fbbacf;
  transform: translateY(-50%);
  transition: .3s;
}

.faq dt::after {
  transform: translateY(-50%) rotate(90deg);
}

.faq dt.open::after {
  transform: translateY(-50%) rotate(0deg);
  opacity: 0;
}

.faq dd {
  position: relative;
  font-size: 2.8rem;
  padding: 2.6rem 4rem;
  line-height: 1.5;
  display: none;
}

.faq dd::before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  height: 1px;
  width: calc(100% - 8rem);
  transform: translateX(-50%);
  background: #ccc;
}

.faq .ttl {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.3rem;
  margin-bottom: 4rem;
  /* padding-left: 5.3rem; */
  font-size: 2.8rem;
  font-family: var(--font-ja2);
  letter-spacing: 0.18em;
}

/* .faq .ttl::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
} */
.faq .ttl span {
  min-width: max-content;
}

/* .faq .ttl::before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 3.4rem;
  height: 4.1rem;
  background: url(../img/common/ttl_icon.png) center / contain no-repeat;
  transform: translateY(-50%);
} */

.imgbanner {
  margin: 9rem 0;
}

/* counseling */
.counseling {
  padding: 7rem 0 11rem;
  background: #fff9ee;
}

.counseling .df_ttl {
  text-align: center;
}

.counseling .ttl_h2 img {
  width: 51.7rem;
  display: inline-block;
}

.counseling .df_ttl .en {
  width: max-content;
  margin-left: auto;
  margin-right: auto;
}

.counseling table {
  width: 100%;
}

.counseling table td,
.counseling table th {
  display: block;
  width: 100%;
  font-size: 2.8rem;
}

.counseling table th {
  padding-top: 5.5rem;
  font-weight: var(--bold);
}

.counseling table tr:first-of-type th {
  padding-top: 0;
}

.counseling table th .rq {
  margin-left: 1.6rem;
  font-size: 2.4rem;
  font-weight: var(--medium);
  color: #fe6e6e;
  text-decoration: underline;
}

.counseling table td {
  padding-top: 1.5rem;
  font-size: 2.8rem;
  font-weight: var(--medium);
}

.counseling input:not([type="radio"]),
.counseling textarea {
  width: 100%;
  border-radius: 2.7rem;
  padding: 1rem 2.3rem;
  background: var(--color-white);
  font-size: 2.8rem;
  font-weight: var(--medium);
  letter-spacing: 0.04em;
}

.counseling input[type="date"]{
  height: 6.77rem;
  color: var(--color-txt);
}

.counseling textarea {
  min-height: 41.7rem;
}

.counseling .field {
  display: flex;
  gap: 1.6rem;
  align-items: center;
}

.counseling .field+.field {
  margin-top: 1.9rem;
}

.counseling .field .ttl {
  margin: 0;
  min-width: max-content;
}

.counseling .button {
  outline: none !important;
  border: none;
}

.counseling .field .ttl+p {
  width: 100%;
}

.privacycheck {
  margin: 7.5rem 0 9rem;
}

.privacycheck p {
  font-size: 2.8rem;
  display: flex;
  align-items: center;
}

.privacycheck a {
  font-size: 2.8rem;
  text-decoration: underline;
}

.privacycheck .rq {
  font-size: 2.4rem;
  color: var(--wp--preset--color--vivid-red);
  margin-left: 1rem;
  display: inline-block;
}

.privacycheck input {
  width: 6rem;
  height: 6rem;
  padding: 0;
  border-radius: 1rem;
  border: none;
}

.privacycheck input[type="checkbox"]:checked {
  background-color: var(--color-white);
}

.privacycheck input[type="checkbox"]:checked:before {
  border-color: var(--color-txt);
  border-width: .4rem;
  width: 1.5rem;
  height: 2.7rem;
}

.counseling .form_wrap .button_submit {
  background: url("../img/lp/btn-submit.png") no-repeat center;
  background-size: 100%;
  border-radius: 0;
  border: none;
  height: 11.4rem;
  text-indent: -9999px;
  cursor: pointer;
  margin-top: 9rem;
}

.wpcf7 form .wpcf7-response-output {
  font-size: 2.4rem;
  padding: 3rem;
  margin-top: 0;
}


footer {
  padding: 7.5rem 0 4.5rem;
  background: var(--color-white);
}

footer .logo {
  width: 20rem;
  margin: 0 auto;
}

footer .copy {
  margin-top: 5.8rem;
  text-align: center;
  font-size: 2.4rem;
  font-weight: var(--regular);
  color: #cccccc;
}


/* thanks page 20250701 add */
#lp.thanks {
  padding: 35rem 0 20rem;
  text-align: center;
  background: #fff9ee;
}
#lp.thanks .lead {
  font-family: var(--font-ja2);
  font-weight: 400;
  font-size: 3.6rem;
  letter-spacing: 0.05em;
}
#lp.thanks .button_submit {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 48rem;
  margin: 6rem auto 0;
  height: 9.4rem;
  border-radius: 10rem;
  background: var(--color-gr);
  border: none;
  font-size: 3rem;
  letter-spacing: 0.04em;
  cursor: pointer;
  color: var(--color-white);
}


.form_wrap.-top .button_submit{
  background-image: url("../img/lp/btn-confirm.png");
}
.form_wrap.-confirm .button_submit{
  background-image: url("../img/lp/btn-submit.png");
}

.form_wrap.-confirm table td{
  background-color: #ffffff;
  border-radius: 3rem;
  padding: 2rem;
  margin-top: 2rem;
}
.form_wrap.-confirm .field{
  gap: 3.5rem;
}

.form_wrap.-top .field .u-flex{
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  width: 100%;
}
.form_wrap.-top .field .u-flex__item:nth-child(1){
  width: calc(60% - 1rem);
}
.form_wrap.-top .field .u-flex__item:nth-child(2){
  width: 40%;
}

.form_wrap.-top .field .u-flex__item select{
  border: none;
  font-size: 2rem;
  border-radius: 3rem;
  color:#000000;
}

.form_wrap .annotation{
  font-size: 1.9rem;
  line-height: 1.5;
  margin-top: 3rem;
}

.form_wrap .annotation.-num01{
  margin:  1rem 0 3rem;
}

/* チェックボックス全体の余白とレイアウト調整 */
.wpcf7-checkbox {
  display: flex;
  gap: 1.2rem; /* チェックボックスの間隔 */
  flex-wrap: wrap;
}

/* ラベルのデザイン */
.wpcf7-form-control:not(.wpcf7-radio) .wpcf7-list-item label {
  position: relative;
  padding-left: 2.5rem;
  cursor: pointer;
  font-size: 1.4rem;
  color: #333;
}

/* デフォルトのチェックボックスを非表示 */
.wpcf7-list-item input[type="checkbox"] {
  opacity: 0;
  position: absolute;
  left: 0;
}

/* 擬似要素でオリジナルチェックボックスを作成 */
.wpcf7-form-control:not(.wpcf7-radio) .wpcf7-list-item label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.2rem;
  width: 1.6rem;
  height: 1.6rem;
  border: 2px solid #8cc652; /* 緑色枠 */
  border-radius: 4px;
  background-color: #fff;
  box-sizing: border-box;
}

/* チェック時のデザイン */
.wpcf7-list-item input[type="checkbox"]:checked + span::before {
  background-color: #8cc652;
  border-color: #8cc652;
}

/* チェックマーク */
.wpcf7-list-item input[type="checkbox"]:checked + span::after {
  content: "";
  position: absolute;
  left: 0.4rem;
  top: 0.6rem;
  width: 0.4rem;
  height: 0.8rem;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.wpcf7-radio .wpcf7-list-item.first {
  margin-left: 0;
}


/* 20251008add ----------------------------- */
@media screen and (max-width: 767px) {
  header {
    position: absolute;
  }
  header .in .right .hamburger {
    position: fixed;
    right: 1.5rem;
    background: var(--color-white);
    border-radius: 0.5rem;
  }
  header .in .right {
    padding-right: 12.5rem;
  }
  header .in .right .hamburger.open {
    background: #fdf4f7;
  }
}