@charset "UTF-8";
/*==================================================
reset
==================================================*/
/*font*/
@import url('https://fonts.googleapis.com/css2?family=BIZ+UDPMincho&display=swap');

html, body, div, span, applet, object, iframe,
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-weight: 400;
  vertical-align: baseline;
}

select ,textarea,
.bl_form_input input[type=text],
.bl_form_input input[type=tel],
.bl_form_input input[type=email],
.bl_form_input input[type=date]
{
  -webkit-appearance: none;
  appearance: none;
}

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

* {
  font-size: inherit;
  line-height: inherit;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

span {
  line-height: inherit;
  font-size: inherit;
  text-decoration: inherit;
  vertical-align: inherit;
  font-weight: inherit;
}

body {
  -webkit-text-size-adjust: 100%;
}

ol, ul {
  list-style: none;
}

img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
}

em,
strong,
em *,
strong * {
  font-weight: bold;
}

/*--form初期化--*/
input[type=submit],
button {
  cursor: pointer;
}

button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel],
textarea {
  xfont-family: inherit;
}

::-moz-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

::placeholder {
  opacity: 1;
}

::-ms-input-placeholder {
  opacity: 1;
}

:-ms-input-placeholder {
  opacity: 1;
}

a {
  transition: opacity 0.4s;
  text-decoration: none;
  border: none;
  color: inherit;
}

@media (hover: hover) and (pointer: fine) {
  a:hover {
    opacity: 0.7;
  }
}

a.anker:hover {
  opacity: 1;
}

table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
}

th {
  text-align: left;
}

@media screen and (min-width: 768px) {
  a[href*="tel:"] {
    pointer-events: none;
  }
}
@media screen and (max-width: 767px) {
  html, body, div, span, applet, object, iframe,
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 {
    font-weight: normal;
    box-sizing: border-box;
  }
  button,
input[type=text],
input[type=image],
input[type=password],
input[type=file],
input[type=submit],
input[type=reset],
input[type=button],
input[type=email],
input[type=tel] textarea {
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  textarea,
input[type=email],
input[type=text],
input[type=image],
input[type=password] {
    -webkit-appearance: none;
  }
}
/*==================================================
sp pc
==================================================*/
@media all and (max-width: 1200px) {
  .pc-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .sp-tb-only {
    display: none !important;
  }
}
@media all and (min-width: 1201px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .tb-only {
    display: none !important;
  }
}
@media all and (max-width: 767px) {
  .tb-pc-only {
    display: none !important;
  }
}
@media all and (min-width: 768px) {
  .sp-only {
    display: none !important;
  }
}
/*==================================================
leyout 
==================================================*/
:root {
  --site-inner: 1680px;
  --site-padding: 40px;
  --section-padding: 200px;
  --light-color: #917b5a;
  --main-color: #5c402e;
  --font-large: 2.4rem;
  --font-middle: 1.8rem;
  --font-support: 1.4rem;
  --font-small: 1.4rem;
  --font-en: "Cinzel", serif;
  --font-base: "Noto Serif JP", serif;
  --base-line: 2.57;
  --page-space: 240px 0 200px 0;
  --page-up-space: 240px;
  --lead-up-space: 220px;
  --page-down-space: 200px;
}

@media all and (min-width: 768px) and (max-width: 1200px) {
  :root {
    --site-padding: 30px;
    --section-padding: 150px;
    --font-large: 2rem;
    --font-small: 1.3rem;
    --page-space: 180px 0 150px 0;
    --page-up-space: 180px;
    --lead-up-space: 160px;
    --page-down-space: 150px;
  }
}
@media all and (max-width: 767px) {
  :root {
    --section-padding: 100px;
    --site-padding: 20px;
    --font-large: 1.8rem;
    --font-small: 1.2rem;
    --base-line: 2;
    --page-space: 130px 0 100px 0;
    --page-up-space: 130px;
    --lead-up-space: 120px;
    --page-down-space: 100px;
  }
}
/*--------------------------------------
html,body,wrapper
----------------------------------------*/
html {
  overflow-y: scroll;
  line-height: 1.6;
  font-family: "Noto Serif JP", serif;
  font-size: 62.5%;
}

body {
  letter-spacing: 0.1em;
}
body.-fixed {
  width: 100%;
  height: 100%;
  position: fixed;
}

/*--------------------------------------
l-header
----------------------------------------*/
.l-header {
  width: 100%;
  color: #fff;
}
.l-header-row {
  transition: height 0.4s ease;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  max-width: var(--site-inner);
  margin: 0 auto;
  padding-inline: var(--site-padding);
}
@media all and (max-width: 767px) {
  .l-header-row {
    height: 50px;
  }
}
.l-header.-sc .l-header-row {
  height: 60px;
}
@media all and (max-width: 767px) {
  .l-header.-sc .l-header-row {
    height: 40px;
  }
}
.l-header-side {
  display: flex;
  align-items: center;
}
.l-header-side a {
  color: #000;
}
.l-header-link-sp {
  font-family: 'BIZ UDPMincho', sans-serif;
}
.l-header-link-sp {
  font-family: 'BIZ UDPMincho', sans-serif;
}
.l-header-link-pc {
  font-family: 'BIZ UDPMincho', sans-serif;
}
.l-header-link-pc a {
  font-size: 1.4rem;
  padding: 10px 20px;
  border: 1px solid #000;
}
.l-header-logo {
  display: block;
  width: 400px;
}
@media all and (max-width: 767px) {
  .l-header-logo {
    width: 70%;
  }
}
.l-header-logo a {
  display: block;
  text-align: left;
}
.l-header-logo a img {
  display: block;
  width: 100%;
}

/*--------------------------------------
l-main
----------------------------------------*/
.l-main {
  line-height: var(--base-line);
  font-size: 1.6rem;
  padding: 60px 20px 100px;
  max-width: 760px;
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .l-main {
    font-size: 1.4rem;
    padding: 30px 20px 50px;
  }
}

/*--------------------------------------
l-footer
----------------------------------------*/
.l-footer {
  padding: 60px var(--site-padding) 40px var(--site-padding);
  background: #000;
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: 0.15em;
}
@media all and (max-width: 767px) {
  .l-footer {
    padding-block: 55px 60px;
  }
}
.l-footer-inner {
  width: 100%;
  margin-inline: auto;
  max-width: var(--site-inner);
}
.l-footer-logo {
  position: relative;
  padding: 30px 0;
}
@media all and (max-width: 767px) {
  .l-footer-logo {
    margin-bottom: 50px;
    padding: 0;
    text-align: center;
  }
}
.l-footer-logo:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  margin: auto;
  border-bottom: 1px solid #fff;
}
@media all and (max-width: 767px) {
  .l-footer-logo:before {
    content: none;
  }
}
.l-footer-logo a {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 50px;
  background: #000;
}
@media all and (max-width: 767px) {
  .l-footer-logo a {
    padding-right: 0;
  }
}
@media (hover: hover) and (pointer: fine) {
  .l-footer-logo a:hover {
    opacity: 1;
  }
}
.l-footer-logo img {
  width: 400px;
  vertical-align: baseline;
}
@media all and (max-width: 767px) {
  .l-footer-logo img {
    width: 230px;
    margin: auto;
  }
}
.l-footer-copy {
  text-align: right;
  font-size: 1rem;
}
@media all and (max-width: 767px) {
  .l-footer-copy {
    text-align: center;
  }
}

/*--------------------------------------
l-second-main
----------------------------------------*/
.l-second-main {
  position: relative;
}
.l-second-main img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 480px;
}
@media all and (max-width: 767px) {
  .l-second-main img {
    height: 400px;
  }
}

.l-second-catch-wrapper {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 767px) {
  .l-second-catch-wrapper {
    padding: 20px;
  }
}

.l-second-catch {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.7);
  text-align: center;
  line-height: 1;
}
@media all and (max-width: 767px) {
  .l-second-catch {
    width: 100%;
    padding: 15px 5px;
  }
}
.l-second-catch-read {
  font-family: 'BIZ UDPMincho', sans-serif;
  font-size: 1.4rem;
  font-weight: 700;
  letter-spacing: 0.2em;
  margin-bottom: 20px;
}
@media all and (max-width: 767px) {
  .l-second-catch-read {
    font-size: 1.2rem;
    margin-bottom: 10px;
  }
}
.l-second-catch-title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #4e4036;
  margin-bottom: 15px;
}
@media all and (max-width: 767px) {
  .l-second-catch-title {
    font-size: 2rem;
    margin-bottom: 10px;
  }
}
.l-second-catch-title__jp {
  font-size: 1.8rem;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .l-second-catch-title__jp {
    font-size: 1.2rem;
    margin-bottom: 15px;
  }
}
.l-second-catch-clinic {
  font-size: 3.2rem;
  margin-bottom: 30px;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .l-second-catch-clinic {
    font-size: 1.8rem;
    margin-bottom: 15px;
    letter-spacing: 0.1em;
  }
}
.l-second-catch-message01 {
  display: inline-block;
  margin-right: 10px;
  padding: 10px 20px;
  background: #9c9882;
  color: #fff;
  font-size: 2rem;
  letter-spacing: 0.05em;
}
@media all and (max-width: 767px) {
  .l-second-catch-message01 {
    display: inline-block;
    font-size: 1.2rem;
    margin-bottom: 15px;
    margin-right: 0;
  }
}
.l-second-catch-message02 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
}
@media all and (max-width: 767px) {
  .l-second-catch-message02 {
    font-size: 1.6rem;
    display: block;
  }
}

/*--------------------------------------
bl_plan
----------------------------------------*/
.bl_plan {
  line-height: 1;
}

.bl_plan_inner {
  margin-bottom: 20px;
}
@media all and (min-width: 767px) {
  .bl_plan_inner {
    border: 1px solid #000;
    padding: 35px;
    margin-bottom: 40px;
  }
}

.bl_plan_read {
  text-align: center;
  margin-bottom: 30px;
}
@media all and (min-width: 767px) {
  .bl_plan_read {
    margin-bottom: 40px;
  }
}

.bl_plan_read_title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 10px;
}
@media all and (min-width: 767px) {
  .bl_plan_read_title {
    font-size: 2.4rem;
    margin-bottom: 20px;
  }
}
.bl_plan_read_title span {
  font-family: 'BIZ UDPMincho', sans-serif;
  font-size: 1.4rem;
  letter-spacing: 0.2em;
  display: block;
  margin-bottom: 10px;
}
@media all and (min-width: 767px) {
  .bl_plan_read_title span {
    font-size: 1.8rem;
  }
}

.bl_plan_read_limit {
  font-family: 'BIZ UDPMincho', sans-serif;
  font-size: 1.2rem;
}

.bl_plan_box_wrapper {
  display: flex;
  flex-direction: column;
}
@media all and (min-width: 767px) {
  .bl_plan_box_wrapper {
    font-size: 1.8rem;
    flex-direction: row;
    justify-content: space-between;
    gap: 0 40px;
  }
}

.bl_plan_box {
  padding: 20px;
  border: 1px solid #000;
}
@media all and (min-width: 767px) {
  .bl_plan_box {
    padding: 0;
    border: none;
    width: 50%;
  }
}

.bl_plan_box:first-of-type {
  margin-bottom: 20px;
}
@media all and (min-width: 767px) {
  .bl_plan_box:first-of-type {
    margin-bottom: 0;
  }
}

.bl_plan_box_catch {
  font-family: 'BIZ UDPMincho', sans-serif;
  font-weight: 700;
  font-size: 1.4rem;
  text-align: center;
  margin-bottom: 15px;
}

.bl_plan_box_title {
  font-size: 1.8rem;
  padding-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: center;
  margin-bottom: 15px;
}
.bl_plan_box_title span {
  font-family: 'BIZ UDPMincho', sans-serif;
  background-color: #9c9882;
  color: #fff;
  padding: 1px 7px;
  font-size: 1.4rem;
  font-weight: 700;
  margin-right: 10px;
}

@media all and (min-width: 767px) {
  .bl_plan_box_title1col {
    margin-top: 30px;
  }
}

.bl_plan_price {
  text-align: center;
  font-family: 'BIZ UDPMincho', sans-serif;
  margin-bottom: 15px;
}

.bl_plan_price_special {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 9px;
}
.bl_plan_price_special span {
  font-size: 2.4rem;
  color: #9c9882;
}

.bl_plan_price_normal {
  font-size: 1.2rem;
}

.bl_plan_list_wraper {
  font-size: 1.4rem;
  font-family: 'BIZ UDPMincho', sans-serif;
}

.bl_plan_list_title {
  margin-bottom: 10px;
}

.bl_plan_list {
  padding-left: 2em;
  line-height: 1.6;
}
.bl_plan_list li {
  list-style: disc;
}
.bl_plan_list li::marker {
  color: #9c9882;
}

.bl_plan_link {
  font-family: 'BIZ UDPMincho', sans-serif;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom: 30px;
}
@media all and (min-width: 767px) {
  .bl_plan_link {
    margin-bottom: 60px;
  }
}
.bl_plan_link a {
  color: inherit;
  padding-bottom: 5px;
  border-bottom: 1px solid #000;
}

/*--------------------------------------
bl_form_head
----------------------------------------*/
.bl_form_head {
  margin-bottom: 30px;
}

.bl_form_head_title {
  font-size: 1.8rem;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 25px;
}
@media all and (min-width: 767px) {
  .bl_form_head_title {
    font-size: 3.2rem;
    margin-bottom: 80px;
  }
}

.bl_form_progress_wrapper {
  max-width: 375px;
  margin: 0 auto;
}

.bl_form_progress {
  position: relative;
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media all and (min-width: 767px) {
  .bl_form_progress {
    margin-bottom: 80px;
  }
}

.bl_form_progress li {
  position: relative;
  list-style-type: none;
  text-align: center;
  text-transform: uppercase;
  width: 33.333%;
  color: #999999;
  counter-increment: steps;
}

.bl_form_progress li:before {
  display: block;
  width: 45px;
  height: 45px;
  margin: -5px auto 0px auto;
  content: "";
  line-height: 45px;
  font-size: 1.6rem;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #9c9882;
  background-color: #fff;
  content: counter(steps, decimal-leading-zero);
}
@media all and (min-width: 767px) {
  .bl_form_progress li:before {
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin: -15px auto 0px auto;
    font-size: 2.4rem;
  }
}

.bl_form_progress li:after {
  position: absolute;
  z-index: -1;
  top: 15px;
  left: -50%;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #9c9882;
}

.bl_form_progress li:first-child:after {
  content: none;
}

.bl_form_progress li.active:before,
.bl_form_progress li.complete:before {
  background-color: #9c9882;
  color: #fff;
}

.bl_form_head_read {
  font-family: 'BIZ UDPMincho', sans-serif;
  font-size: 1.4rem;
  line-height: 2;
}

/*--------------------------------------
bl_form_head
----------------------------------------*/
.bl_form {
  font-family: 'BIZ UDPMincho', sans-serif;
}

.bl_form_list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media all and (min-width: 767px) {
  .bl_form_list {
    flex-wrap: nowrap;
  }
}

.bl_form_badge {
  padding: 3px 9px;
  line-height: 1;
  font-size: 1.1rem;
  margin: 0 10px;
  display: block;
  height: 22px;
}
@media all and (min-width: 767px) {
  .bl_form_badge {
    margin: 0 30px 0 15px;
  }
}

.bl_form_badge_required {
  background-color: #e50000;
  color: #fff;
}

.bl_form_badge_optional {
  background-color: #e0e0e0;
}

.bl_form_plan_check {
  display: flex;
  align-items: center;
}

.bl_form_plan_check input[type=radio],
.bl_form_plan_check input[type=checkbox] {
  width: 23px;
  height: 23px;
  margin-right: 15px;
  vertical-align: baseline;
  accent-color: #000;
}

.bl_form_input {
  flex: auto;
  width: 100%;
  margin-top: 10px;
}
@media all and (min-width: 767px) {
  .bl_form_input {
    width: 50%;
    margin-top: 0px;
  }
}

@media all and (min-width: 767px) {
  p.bl_form_reserve.address {
    width: 170px;
  }
}
@media all and (min-width: 767px) {
  .bl_form dt {
    width: 170px;
    font-size: 1.5rem;
  }
}

.bl_form_list:not(:first-of-type) {
  margin-top: 30px;
}
@media all and (min-width: 767px) {
  .bl_form_list:not(:first-of-type) {
    margin-top: 20px;
  }
}

.bl_form_input input[type=text],
.bl_form_input input[type=tel],
.bl_form_input input[type=email],
.bl_form_input select {
  width: 100%;
  padding: 0 10px;
  height: 2.4em;
  border: none;
  box-shadow: 0 0 0 1px #000 inset;
  background-color: #fff;
}
.bl_form_input input[type=date]
{
  
  padding: 0 10px;
  height: 2.4em;
  border: none;
  box-shadow: 0 0 0 1px #000 inset;
  background-color: #fff;
}

.bl_form_input input[type=tel]{
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  
}
.bl_form_input select,
.bl_form_input input[type=date]
 {
  border-radius: 0px;
  text-align:-webkit-center;
  
  -webkit-appearance: none;
  appearance: none;
  color: #000;
  /* display: flex; */
  /* align-items: left; */
  text-align:-webkit-left;


}
.bl_form_input input[type=tel]
{
  border-radius: 0px;
}
textarea {
  border-radius: 0px;
}

.bl_form_input select option{
  color:white;
}

.bl_form_input textarea {
  width: 100%;
  padding: 0 10px;
  line-height: 1.6;
}

.bl_form_select select {
  height: 2.4em;
  width: 6em;
}

.bl_form_select select:not(:first-of-type) {
  margin-left: 0.5em;
}

.bl_form_reserve {
  line-height: 1.2;
  margin-bottom: 10px;
  margin-top: 30px;
  font-size: 1.4rem;
}
.bl_form_reserve span {
  font-size: 1.4rem;
}

.bl_form_input input[type=date] {
  margin-right: 0.5em;
  height: 2.4em;
}

.bl_form_card {
  margin: 40px 0;
  display: flex;
  justify-content: space-between;
}

.bl_form_card_text {
  color: #e50000;
}

.bl_form_card_pict {
  width: 150px;
  margin-left: 10px;
}
@media all and (min-width: 767px) {
  .bl_form_card_pict {
    width: 240px;
  }
}

.bl_form_chek_link {
  text-decoration: underline;
}

.bl_form_confirm {
  margin-top: 30px;
  text-align: center;
  display: flex;
  flex-direction: column-reverse;
  justify-content: center;
}
@media all and (min-width: 767px) {
  .bl_form_confirm {
    margin-top: 50px;
    flex-direction: row;
  }
}

.bl_form_confirm_btn {
  display: inline-block;
  width: 100%;
  min-width:280px;
  padding: 10px 0px;
  background-color: #000;
  color: #fff;
  border: 1px solid #000;
  transition: 0.5s;
}
@media all and (min-width: 767px) {
  .bl_form_confirm_btn {
    width: auto;
  }
}

.bl_form_confirm_btn:hover {
  background-color: #fff;
  color: #000;
}

.bl_form_back_btn {
  display: inline-block;
  width: 100%;
  padding: 10px 60px;
  background-color: #fff;
  color: #000;
  border: 1px solid #000;
  transition: 0.5s;
  margin-top: 15px;
}
@media all and (min-width: 767px) {
  .bl_form_back_btn {
    width: auto;
    margin-right: 30px;
    margin-top: 0;
  }
}

.bl_form_back_btn:hover {
  background-color: #000;
  color: #fff;
}

/*--------------------------------------
thnaks padge
----------------------------------------*/
.bl_form_link_official {
  display: flex;
  justify-content: center;
  font-family: 'BIZ UDPMincho', sans-serif;
  margin-top: 40px;
}
.bl_form_link_official a {
  padding: 15px 10px;
  min-width:280px;
  border: 1px solid #000;
  transition: 0.5s;
  max-width: 500px;
  text-align: center;
}
.bl_form_link_official a:hover {
  background-color: #000;
  color: #fff;
  opacity: 1;
}

/*==================================================
module
==================================================*/
/*--------------------
space
--------------------*/
.m-block-space-s {
  margin-bottom: 30px;
}

.m-block-space-m {
  margin-bottom: 60px;
}
@media all and (max-width: 1240px) {
  .m-block-space-m {
    margin-bottom: 45px;
  }
}
@media all and (max-width: 767px) {
  .m-block-space-m {
    margin-bottom: 30px;
  }
}

.m-block-space-l {
  margin-bottom: 90px;
}

/*--------------------
text
--------------------*/
.m-under {
  text-decoration: underline;
}

.m-tc {
  text-align: center;
}

.m-tr {
  text-align: right;
}

.m-line-row {
  display: inline-block;
  font-weight: inherit;
}

/*--------------------
link
--------------------*/
.m-link {
  font-family: var(--font-en);
  font-weight: 700;
}

/*--------------------
btn
--------------------*/
.m-btn {
  transition: background-color 0.4s, color 0.4s;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 360px;
  max-width: 100%;
  height: 80px;
  padding: 0 30px 0 40px;
  background: #000;
  border: 1px solid #000;
  color: #fff;
  font-family: var(--font-en);
  font-size: 1.8rem;
  letter-spacing: 0.15em;
  font-weight: 700;
}
@media all and (max-width: 1240px) {
  .m-btn {
    width: 320px;
    height: 70px;
    font-size: 1.7rem;
  }
}
@media all and (max-width: 767px) {
  .m-btn {
    justify-content: flex-end;
    width: 230px;
    height: 45px;
    font-size: 1.5rem;
    text-align: center;
  }
}
@media (hover: hover) and (pointer: fine) {
  .m-btn:hover {
    background: #fff;
    color: #000;
    opacity: 1;
  }
}
.m-btn.-low {
  width: 100%;
  height: 45px;
  padding: 0 20px 0 30px;
  font-size: 1.5rem;
}
@media all and (max-width: 1240px) {
  .m-btn.-low {
    height: 35px;
    padding: 0 20px 0 20px;
    font-size: 1.3rem;
  }
}
@media all and (max-width: 767px) {
  .m-btn.-low {
    width: 60%;
  }
}
.m-btn.-center {
  margin: 0 auto;
}
@media all and (max-width: 767px) {
  .m-btn.-sp-center {
    margin: 0 auto;
  }
}
.m-btn__txt {
  font-weight: inherit;
}
@media all and (max-width: 767px) {
  .m-btn__txt {
    margin: 0 auto;
  }
}
.m-btn__arrow {
  font-weight: inherit;
}

.m-detail-btn {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 300px;
  height: 60px;
  align-items: center;
  border: 1px solid #979592;
  font-size: 1.6rem;
}
.m-detail-btn__arrow {
  position: absolute;
  right: 5px;
  bottom: 5px;
  line-height: 1;
  color: #979592;
  font-size: 1.2rem;
}

/*--------------------
ttl 
--------------------*/
.m-ttl.-space-ss {
  margin-bottom: 35px;
}
@media all and (max-width: 767px) {
  .m-ttl.-space-ss {
    margin-bottom: 20px;
  }
}
.m-ttl.-space-s {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .m-ttl.-space-s {
    margin-bottom: 35px;
  }
}
.m-ttl.-space-m {
  margin-bottom: 70px;
}
@media all and (max-width: 1240px) {
  .m-ttl.-space-m {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 767px) {
  .m-ttl.-space-m {
    margin-bottom: 35px;
  }
}
.m-ttl.-space-l {
  margin-bottom: 100px;
}
@media all and (max-width: 1240px) {
  .m-ttl.-space-l {
    margin-bottom: 70px;
  }
}
@media all and (max-width: 767px) {
  .m-ttl.-space-l {
    margin-bottom: 50px;
  }
}
.m-ttl__en {
  display: block;
  font-family: var(--font-en);
  font-size: 4.8rem;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media all and (max-width: 1240px) {
  .m-ttl__en {
    font-size: 4rem;
  }
}
@media all and (max-width: 767px) {
  .m-ttl__en {
    font-size: 3rem;
    line-height: 1.1;
  }
}
.m-ttl__en.-bottom-space {
  margin-bottom: 20px;
}
.m-ttl__en.-tb-font-s {
  font-size: 4.4rem;
}
@media all and (max-width: 1240px) {
  .m-ttl__en.-tb-font-s {
    font-size: 3.8rem;
  }
}
@media all and (max-width: 767px) {
  .m-ttl__en.-tb-font-s {
    font-size: 3rem;
  }
}
.m-ttl__jp {
  display: block;
  font-family: var(--font-base);
}
.m-ttl__jp.-bottom-space {
  margin-bottom: 15px;
}

.m-ttl.-clinic {
  margin-bottom: 50px;
}
@media all and (max-width: 767px) {
  .m-ttl.-clinic {
    margin-bottom: 25px;
  }
}

.m-sub-ttl {
  font-size: var(--font-large);
}
.m-sub-ttl:after {
  content: "";
  display: block;
  width: 45px;
  margin-top: 5px;
  border-bottom: 1px solid #000;
}
.m-sub-ttl.-space-s {
  margin-bottom: 15px;
}
.m-sub-ttl.-en {
  display: block;
  font-family: var(--font-en);
}

/*--------------------
list nav
--------------------*/
.m-pager {
  display: flex;
  justify-content: center;
  align-items: center;
}

.m-pager ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0 20px;
}
.m-pager ul .current {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  line-height: 1;
  border-radius: 50%;
  background: #000;
  color: #fff;
}

/*--------------------
row
--------------------*/
.m-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

/*--------------------
inner
--------------------*/
.m-inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 var(--site-padding);
}
@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
  }
}
@media all and (max-width: 767px) {
  .m-inner {
    width: 100%;
  }
}
.m-inner.-pos {
  position: relative;
}
.m-inner.-size-sss {
  max-width: 1000px;
}
.m-inner.-size-ss {
  max-width: 1220px;
}
.m-inner.-size-s {
  max-width: 1280px;
}
.m-inner.-size-m {
  max-width: 1380px;
}
.m-inner.-size-l {
  max-width: 1480px;
}
.m-inner.-size-ll {
  max-width: 1580px;
}
.m-inner.-max {
  max-width: var(--site-inner);
}
@media all and (max-width: 1240px) {
  .m-inner.-sp-tb-none {
    padding: 0;
  }
}
@media all and (max-width: 767px) {
  .m-inner.-sp-none {
    padding: 0;
  }
}

/*--------------------
box unit
--------------------*/
[data-aos=img-o] img {
  opacity: 0;
  transition: opacity 1s;
}

[data-aos=img-o].aos-animate img {
  opacity: 1;
}

[data-aos=img] {
  overflow: hidden;
}

[data-aos=img] img {
  opacity: 0;
  transition: transform 0.8s, opacity 0.8s;
  transform: scale(1.1);
}

[data-aos=img].aos-animate img {
  opacity: 1;
  transform: scale(1);
}

[data-aos=txt] {
  opacity: 0;
  transition-property: transform, opacity;
  transition-duration: 0.3s !important;
  transition-timing-function: ease-out !important;
  transform: translateY(20px);
}

@media all and (max-width: 767px) {
  [data-aos=txt] {
    transform: translateY(10px);
  }
}
[data-aos=txt].aos-animate {
  opacity: 1;
  transform: translateY(0);
}

.m-wide-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 600px;
}
@media all and (max-width: 1240px) {
  .m-wide-img img {
    height: 450px;
  }
}
@media all and (max-width: 767px) {
  .m-wide-img img {
    height: 280px;
  }
}/*# sourceMappingURL=style.css.map */

.main {
  line-height: var(--base-line);
  padding-top: 60px;
  padding-bottom: 100px;
  font-size: 1.6rem;
}

.wrapper {
  width: min(760px, calc(100% - 30px));
  margin-inline: auto;
}

.wrapper-lg {
  width: min(1500px, calc(100% - 30px));
  margin-inline: auto;
}

.anker {
  display: block;
}

.l-footer-logo .anker {
  display: inline-block;
  width: auto;
}

.medical-checkup-list {
  display: block;
  margin-bottom: 140px;
  border: 1px solid black;
  padding: 30px 5%;
  position: relative;
}

.medical-checkup-list .heading {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 25px;
  line-height: 25px;
  margin-top: -12.5px;
}

.medical-checkup-list .sub-heading {
  font-size: 25px;
  line-height: 25px;
  color: gray;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.medical-checkup-list .heading span {
  background: white;
  padding-inline: 20px;
}

.medical-checkup-list .content-title {
  font-size: 22px;
  margin-bottom: 28px;
}

.medical-checkup-option {
  display: flex;
  align-items: flex-start;
  color: #3f3f3f;
}

.medical-checkup-option > div {
  flex-grow: 1;
}

.medical-checkup-option input[type="radio"] {
  margin-top: 28px;
  margin-right: 20px;
  transform: scale(2);
}

.medical-checkup-option label {
  font-size: 25px;
  margin-bottom: 0;
}

.medical-checkup-option .catch-copy {
  font-size: 18px;
  color: gray;
  margin-bottom: 15px;
}

.medical-checkup-option .price {
  font-size: 24px;
  line-height: 45px;
  margin-bottom: 80px;
}

.medical-checkup-option .price .special-price {
  font-size: 50px;
  color: #9f9b86;
}

.medical-checkup-option .price .normal-price {
  font-size: 14px;
}

.medical-checkup-option .bl_card_list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 15px;
  row-gap: 40px;
}

.medical-checkup-option .bl_card_list .bl_card-wrapper {
  width: calc(33.33% - 10px);
  position: relative;
  display: flex;
  align-items: center;
}

.medical-checkup-option .bl_card_list .bl_card-wrapper.is-highlight {
  width: min(660px, calc(66.66% - 10px));
  margin: auto;
  border: 10px solid #c4bfa7;
  padding: 30px 20px;
  display: block;
  justify-content: center;
  align-items: center;
}

.medical-checkup-option .bl_card-wrapper.is-highlight .highlight-text {
  color: #c4bfa7;
  text-align: center;
  letter-spacing: 0;
}

.medical-checkup-option .bl_card {
  position: relative;
  width: min(340px, 100%);
  margin: auto;
}

.medical-checkup-option .bl_card .head {
  position: relative;
}

.medical-checkup-option .bl_card .title {
  text-align: center;
  font-size: 18px;
  line-height: 25px;
  height: 50px;
  margin-top: 10px;
}


.medical-checkup-option .bl_card .img {
  position: relative;
  border: 1px solid black;
}

.medical-checkup-option .bl_card .img-content {
  padding-bottom: 62%;
}

.medical-checkup-option .bl_card .head .overview {
  opacity: 0;
  background: #707070;
  color: white;
  padding: 15px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  word-break: break-word;
  transition: all .3s ease;
  font-size: 14px;
  line-height: 25px;
}

.medical-checkup-option .bl_card:hover .head .overview {
  opacity: 1;
}

.medical-checkup-option .bl_card .img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.medical-checkup-option .bl_card_list {
  padding-bottom: 140px;
}

.medical-checkup-option:last-child .bl_card_list {
  padding-bottom: 80px;
}

.medical-checkup-list + div > .bl_form_head_read {
  text-align: center;
  font-size: 22px;
  /* color: #9f9b86; */
  margin-bottom: 80px;
}

.medical-checkup-list dt {
  font-size: 15px;
}

.bl_card_list_wrapper {
  position: relative;
}

.bl_card_list_wrapper .mobile-heading {
  display: none;
}

.bl_card_list_wrapper .mobile-heading label {
  justify-content: center;
}

.bl_card_list_wrapper .mobile-heading .close-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,.5);
  z-index: -1;
}

.bl_card_list_wrapper .mobile-btn {
  display: none;
}

.bl_card_list_wrapper .mobile-close-btn {
  display: none;
}

.medical-checkup-option label .detail-btn {
  display: none;
  padding: 3px 10px;
  border: 1px solid #5a5656;
  color: #5a5656;
  border-radius: 100px;
  margin-left: 0;
  text-decoration: unset;
  font-size: 14px;
  white-space: nowrap;
}

.bl_form_input.post-code {
  display: flex;
  gap: 10px;
}

.bl_form_input.post-code [name="zip1"] {
  width: min(150px, 40%);
  flex-shrink: 1;
}

.bl_form_input.post-code [name="zip2"] {
  width: auto;
  max-width: 200px;
  flex-grow: 1;
}

@media screen and (max-width: 767px) {
  .medical-checkup-list {
    margin-bottom: 50px;
  }

  .medical-checkup-option label .detail-btn {
    display: inline-block;
  }

  .medical-checkup-option .bl_card_list .bl_card-wrapper.is-highlight {
    width: auto;
    flex-direction: column;
  }

  .medical-checkup-list + div > .bl_form_head_read {
    margin-bottom: 60px;
    font-size: 20px;
  }

  .medical-checkup-option .bl_card .title {
    height: auto;
  }

  .medical-checkup-list .sub-heading {
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .medical-checkup-option .bl_card_list .bl_card-wrapper.is-highlight {
    border: 4px solid #c4bfa7;
  }

  .medical-checkup-list .content-title {
    display: none;
  }

  .medical-checkup-option .bl_card {
    display: flex;
    flex-direction: column-reverse;
    gap: 15px;
  }

  .medical-checkup-option .bl_card .head .overview {
    opacity: 1;
    background: none;
    color: black;
    position: relative;
    font-size: 16px;
    line-height: 25px;
    padding-inline: 0;
  }

  .medical-checkup-option .bl_card .head .title {
    padding: 0;
  }

  .medical-checkup-option label {
    margin-bottom: 15px;
    font-size: 20px;
    align-items: flex-start;
    flex-direction: column;
  }

  .medical-checkup-option .catch-copy {
    font-size: 16px;
    color: gray;
    margin-bottom: 15px;
  }

  .medical-checkup-option .price {
    font-size: 16px;
    line-height: 30px;
    margin-bottom: 80px;
  }

  .medical-checkup-option .price .special-price {
    font-size: 22px;
    color: #9f9b86;
  }

  .medical-checkup-option .price .normal-price {
    font-size: 14px;
    margin-bottom: 40px;
  }

  .medical-checkup-option input[type="radio"] {
    margin-top: 14px;
    transform: scale(1.5);
  }

  .bl_card_list_wrapper {
    display: none;
    position: fixed;
    height: auto;
    width: auto;
    top: 5%;
    bottom: 5%;
    margin: auto;
    left: 15px;
    right: 15px;
    background: white;
    padding: 20px;
    border: 1px solid black;
    overflow: scroll;
    z-index: 2;
  }

  .bl_card_list_wrapper .mobile-btn {
    display: block;
    width: 100%;
    background: black;
    color: white;
    padding-block: 10px;
    font-size: 20px;
    text-align: center;
  }

  .bl_card_list_wrapper .mobile-close-btn {
    display: flex;
    position: absolute;
    top: 10px;
    right: 10px;
    width: 25px;
    height: 25px;
    line-height: 20px;
    justify-content: center;
    /* align-items: center; */
    border-radius: 100%;
    font-size: 12px;
    border: 1px solid black;
  }

  .bl_card_list_wrapper .mobile-close-btn span {
    pointer-events: none;
  }

  .medical-checkup-option .bl_card_list .bl_card-wrapper {
    width: 100%;
  }

  .bl_card_list_wrapper .mobile-heading {
    display: block;
    text-align: center;
    padding-top: 30px;
  }

  .bl_card_list_wrapper .mobile-heading label {
    margin-bottom: 20px;
    text-decoration: none;
    text-align: center;
    align-items: center;
  }

  .bl_card_list_wrapper .mobile-heading .content-title {
    margin-bottom: 20px;
  }

  .bl_card_list_wrapper .mobile-heading .content-title {
    display: block;
  }

  .medical-checkup-list + div,
  .medical-checkup-list dt {
    font-size: 14px;
  }
}

/*common*/
.min_w_100 {
  min-width: 100%;
}

.m_b_20px {
  margin-bottom: 20px;
}

.m_t_30px {
  margin-top: 30px;
}

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

.yellow {
  color: #c4bfa7;
}