/* CSS Document */
body {
  color: #4d4d4d;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 20px;
  line-height: 1.6;
}

.f-gothic {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.f-mincho {
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'HG明朝E', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
}

.fw-bold {
  font-weight: 700;
}

.cl_pink {
  color: #ff9999;
}

.inner {
  width: 1020px;
  margin: 0 auto;
}

.inner2 {
  width: 1000px;
  margin: 0 auto;
}

a:hover img {
  opacity: .7;
}

a.disable {
  cursor: default;
}

a.disable:hover img {
  opacity: 1;
}

header {
  height: 90px;
  border-top: 2px solid #009999;
  position: fixed;
  background: #fff;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
}

header h1 {
  float: left;
  margin-top: 15px;
}

header .hdr_contact {
  float: right;
  margin-top: 15px;
  display: flex;
  gap: 10px;
}

header .bnr_h_tel {
  text-align: center;
  line-height: 1.2;
}

header .bnr_h_tel .bnr_h_tel_top {
  font-size: 12px;
  padding-bottom: 1%;
}

header .bnr_h_tel .bnr_h_tel_no {
  font-size: 28px;
  color: #ad9717;
}

header .bnr_h_tel .bnr_h_tel_no span {
  background: url(../images/ic_h_tel.png.webp) no-repeat left top 5px;
  padding-left: 45px;
  letter-spacing: 1px;
}

header .bnr_h_tel .bnr_h_tel_bottom {
  font-size: 9px;
}

header .bnr_h_web a {
  background: #991a20;
  width: 100%;
  min-width: 252px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 1px;
  height: 60px;
  line-height: 1.3;
}

header .bnr_h_web a:hover {
  opacity: .85;
}

header .bnr_h_web a span {
  background: url(../images/ic_cal_check.svg) no-repeat left top 2px;
  padding-left: 42px;
  background-size: 32px 32px;
}

.main {
  background: url("../images/bio_main.png.webp") no-repeat right 33% bottom 135% / cover;
}

.main .inner {
  position: relative;
  height: 620px;
  display: flex;
  flex-direction: column;
}

.main__wrap {
  position: relative;
  margin: auto 0 0 0;
}

.main__img {
  text-align: right;
}

.main__txt02 {
  font-weight: bold;
  font-size: 24px;
  margin-top: 1em;
}

.main__ttl {
  margin-top: 20px;
}

.main__ttl01 {
  color: #fff;
  font-weight: bold;
  background: #911D22;
  font-size: 26px;
  padding: 0.2em 1em;
  display: inline-block;
  margin-right: 0.5em;
}

.main__ttl02 {
  color: #911D22;/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;*/
  font-weight: bold;
  font-size: 45px;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  letter-spacing: -0.1em;
}

.main__ttl03 {
  color: #911D22;/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;*/
  font-weight: bold;
  font-size: 45px;
  text-shadow: 1px 1px #fff, -1px 1px #fff, 1px -1px #fff, -1px -1px #fff;
  display: block;
  letter-spacing: -0.1em;
}

.main__attention {

  /*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;*/
  font-size: 18px;
  font-weight: 500;
  margin-top: 0.2em;
  color: #AD9717;
  margin-bottom: 10px;
}

.main__attention--corona {
  max-width: 500px;
  border: solid 3px #911d22;
  background: rgba(255, 255, 255, .5);
  border-radius: 10px;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  display: block;
  color: #911d22;
  text-decoration: none;
  transition: all .2s;
  padding: 10px;
  margin-bottom: 10px;
}

.main__attention--corona:hover {
  background: #911d22;
  color: #fff;
  transition: all .2s;
}

.main__attention--corona span {
  position: relative;
  display: inline-block;
  margin: 0 auto;
  font-size: 20px;
}

.main__attention--corona span::after {
  content: '';
  position: absolute;
  right: -24px;
  top: 8px;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 8px 0 8px;
  border-color: #911d23 transparent transparent transparent;
  transition: all .2s;
}

.main__attention--corona:hover span::after {
  border-color: #fff transparent transparent transparent;
  transition: all .2s;
}

.main__attention--push {
  padding: 10px 0;
  max-width: 500px;
  font-size: 18px;
  text-align: center;
  color: #009999;
  border-top: solid 1px #009999;
  border-bottom: solid 1px #009999;
  font-weight: bold;
}

.main-info {
  display: flex;
  justify-content: space-between;
  background: rgba(255, 255, 255, .78);
  padding: 10px;
  width: 100%;
  margin: auto 0 20px 0;
}

.main-info__left {
  width: 48%;
}

.main-info__right {
  width: 48%;
  min-height: 170px;
}

.main-info__right iframe {
  width: 100%;
}

.main-info__ymap>div {
  position: relative;
  width: 480px !important;
  height: 0 !important;
  padding-bottom: 170px;
}

.main-info__ymap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.main__point {
  display: flex;
  justify-content: space-between;
}

.main__point li {
  background: #AD9717;
  color: #fff;
  text-align: center;
  padding: 0.2em 0;
  width: 31.666666%;/*  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;*/
  font-size: 20px;
}

.main__logo {
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
  font-size: 26px;
}

.main__address {
  font-size: 16px;
}

.main__train {
  padding-left: 3em;
  font-size: 16px;
  position: relative;
  margin-top: 1em;
}

.main__train:before {
  content: "\f238";
  font-family: FontAwesome;
  color: #009999;
  font-size: 40px;
  line-height: 1;
  width: 40px;
  height: 40px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.main + .cv {
  display: block;
}

.cv {
  background: url(../images/bg_cv.jpg.webp) repeat top center;
  padding: 25px 0;
}

.cv img {
  max-width: 100%;
  height: auto;
}

.cv .inner {
  max-width: 1020px;
  width: 95%;
}

.cv--none {
  display: none;
}

.cv--last {
  display: block;
}

.cv h2 {
  color: #fff;
  font-weight: bold;
  font-size: 1.5rem;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
  margin: 0 auto .5rem;
}

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

.cv .btn_reserve a {
  width: 870px;
  height: 100px;
  display: flex;
  background: url(../images/btn_reserve_bg.jpg.webp) repeat-x top;
  border-radius: 10px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  text-decoration: none;
  font-weight: bold;
  letter-spacing: 2px;
}

.cv .btn_reserve a:hover {
  opacity: .85;
}

.cv .btn_reserve a span {
  background: url(../images/ic_cal_check.svg) no-repeat left center;
  padding: 15px 30px 15px 65px;
  position: relative;
  background-size: 54px auto;
}

.cv .btn_reserve a span:before {
  background: url(../images/arrow-right.svg) no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  right: 0;
}

.cv .box_tel {
  max-width: 870px;
  width: 100%;
  margin: 20px auto 0;
}

.cv .cv-time {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.txt_cv {
  width: 44%;
  margin-top: 10px;
  color: #fff;
  font-size: 1rem;
}

.cv .btn_tel {
  width: 50%;
}

.cv .btn_tel a {
  width: 435px;
  height: 95px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px 0 0 0;
  line-height: 1.3;
  text-align: center;
  background: url(../images/btn_tel_bg.jpg.webp) repeat-x;
  color: #fff;
  font-weight: 700;
  -webkit-box-shadow: 0px 5px 0px 0px #736357;
  box-shadow: 0px 5px 0px 0px #736357;
}

.cv .btn_tel a .txt_tel {
  display: grid;
  line-height: 1.2;
  text-align: center;
  font-size: 42px;
  padding-left: 80px;
  letter-spacing: 2px;
  text-shadow: -2px -1px 1px rgba(110, 63, 2, 1);
  background: url(../images/ic_btn_tel.jpg.webp) no-repeat left bottom 6px;
}

.cv .btn_tel a .txt_tel .fs-m {
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: left;
  text-shadow: none;
  font-weight: normal;
}

.cv .txt_top {
  width: 100%;
  text-align: center;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0;
  position: relative;
  font-size: 95%;
}

.perhaps {
  background: url(../images/bg01.png.webp);
  padding: 35px 0 80px;
}

.perhaps h1 {
  width: 916px;
  height: 183px;
  display: flex;
  align-items: baseline;
  margin: 0 auto;
  background: url(../images/ttl_sec01.png.webp) no-repeat right;
  font-size: 2.9rem;
  color: #4f4f4f;
  vertical-align: bottom;
  padding-top: 6%;
}

.perhaps h1 span {
  font-size: 3.8rem;
}

.perhaps .txt_bottom {
  font-size: 2.85rem;
  font-weight: 700;
  color: #bda45a;
  letter-spacing: 1px;
  text-shadow: 0 0 5px #FFF, 0 0 8px #FFF, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}

.perhaps .txt_bottom span {
  font-size: 2.55rem;
}

.list_perhaps {
  width: 1000px;
  margin: 0 auto;
}

.list_perhaps li {
  line-height: 60px;
  background: #fff;
  margin-bottom: 10px;
  font-size: 25px;
  padding: 0 18px;
}

.list_perhaps li span {
  font-weight: bold;
}

.perhaps .inner p.center img {
  width: 968px;
  height: 57px;
}

.pink {
  color: #ff9999;
}

.why {
  background: url(../images/bg02.png.webp);
  padding: 0 0 120px;
}

.hdg1 {
  height: 278px;
  background: url(../images/bg_sec_ttl.png.webp) no-repeat top center;
  text-align: center;
  padding-top: 35px;
  font-weight: 700;
  color: #fff;
  font-size: 2rem;
  letter-spacing: -0.01em;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
}

.hdg1 span.fs-l {
  font-size: 3.5rem;
  line-height: 1.1;
}

.hdg1 span.fs-m {
  font-size: 85%;
}

.hdg1-reserve {
  height: 235px;
  background: url(../images/bg_sec_ttl.png.webp) no-repeat bottom center;
  text-align: center;
  padding-top: 25px;
  font-size: 2.65rem;
  color: #fff;
  letter-spacing: 0.05em;
  line-height: 1.35;
}

.why h1.hdg1 img {
  width: 803px;
  height: 105px;
}

.why h2 {
  margin-top: 70px;
  font-size: 3rem;
  color: #606060;
  display: flex;
  justify-content: center;
  align-items: baseline;
  flex-wrap: wrap;
}

.why h2 span {
  font-size: 3.5rem;
}

.why h3 {
  text-align: center;
  font-size: 45px;
  text-shadow: #fff 2px 0, #fff -2px 0, #fff 0 -2px, #fff 0 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px, rgba(0, 0, 0, .5) 3px 3px 3px;
}

.box_why {
  margin-top: 55px;
}

.box_why p {
  font-size: 24px;
  line-height: 32px;
}

.box_why01 {
  width: 490px;
  height: 350px;
  padding: 0 0 0 0;
  float: left;
  background: url(../images/bg_reason01.png.webp) no-repeat;
}

.box_why02 {
  width: 490px;
  height: 350px;
  padding: 0 0 0 0;
  float: right;
  background: url(../images/bg_reason02.png.webp) no-repeat;
}

.box_why .ttl {
  text-align: center;
  font-size: 2.8rem;
  font-weight: 600;
  padding: 115px 0 70px 0;
}

.box_why03 {
  margin-top: 70px;
  padding: 20px;
  position: relative;
}

.box_why03:before,
.box_why03:after {
  position: absolute;
  content: '';
}

.box_why03:after {
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-top: 2px solid #000;
  border-left: 2px solid #000;
}

.box_why03:before {
  right: 0;
  bottom: 0;
  width: 50px;
  height: 50px;
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
}

.indicate {
  background: url(../images/bg_sec03.png.webp) no-repeat top center;
  padding: 75px 0;
}

.indicate h2 {
  font-size: 2.6rem;
  line-height: 1;
  color: #4d4d4d;
}

.indicate h2 .fs-m {
  font-size: 90%;
}

.indicate h2 .fc-pink {
  color: #ff9999;
}

.indicate .box_caution {
  border: 6px solid #ff9999;
  padding: 30px 20px;
  box-sizing: border-box;
  background: rgba(255, 255, 255, .65);
}

.indicate .box_caution p {
  font-size: 1.35rem;
  color: #4d4d4d;
  text-align: left;
  line-height: 1.4;
  letter-spacing: 0.05em;
  padding-left: 140px;
  background: url(../images/ic_caution.svg) no-repeat left center;
  background-size: 106px 106px;
}

.indicate .box_caution p .fs-l {
  font-size: 125%;
}

.indicate .box_caution p .fs-ll {
  font-size: 155%;
  padding-top: 5px;
  display: block;
}

.indicate .box_caution p .fs-m {
  font-size: 90%;
}

.indicate .txt_bottom {
  font-size: 1.8rem;
  letter-spacing: 0.05em;
}

.resolution {
  background: #f5f5f5;
  padding: 0 0 100px;
}

.resolution h2 {
  margin-top: 70px;
  font-size: 3.85rem;
  font-weight: bold;
}

.resolution h2 .fs-l {
  font-size: 5rem;
  line-height: 1.3;
}

.resolution h2 .fs-m {
  font-size: 90%;
}

.resolution h1.hdg1 {
  font-size: 3.35rem;
  line-height: 1.2;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.05em;
  text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.3);
}

.resolution h1.hdg1 .fs-ll {
  font-size: 90%;
}

.resolution h1.hdg1 .fs-m {
  font-size: 80%;
}

.resolution h1.hdg1 .fs-mm {
  font-size: 65%;
}

.resolution .txt_bottom {
  font-size: 2.75rem;
  letter-spacing: 0.005em;
  background: linear-gradient(180deg, #c9a74e, #9c7a2b);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.resolution .txt_bottom .fs-m {
  font-size: 80%;
}

.strong {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 85px;
}

.strong li {
  background: #fff;
  width: 490px;
  margin-bottom: 20px;
  padding: 15px;
  height: 245px;
}

.strong li p {
  font-size: 16px;
  margin-top: 20px;
}

.strong li .ttl {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 0;
}

.strong li .ttl span {
  font-size: 1.8rem;
  font-weight: 700;
  width: calc(100% - 95px);
  line-height: 1.2;
}

.flow {
  background: #fff;
  padding: 100px 0 80px;
}

.flow h1 {
  font-size: 3.6rem;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #4d4d4d, #757474);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.flow h1 .fs-m {
  font-size: 90%;
}

.step {
  margin-top: 110px;
}

.img_step {
  float: left;
}

.txt_step {
  width: 575px;
  float: right;
}

/* 2022/09/14 add start */
.img_step img {
  margin-bottom: 20px;
}

.img_step2 {
  width: 340px;
}

.step_title {
  background-color: #ebf7f4;
  font-weight: bold;
  font-size: 30px;
  padding: 10px 0 10px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.step_title:first-child {
  margin-top: 0;
}

.step_subtitle {
  font-weight: bold;
  margin-bottom: 10px;
}

.step_text {
  margin-bottom: 20px;
}

.course_title {
  background-color: #FFF9F0;
  font-weight: bold;
  font-size: 30px;
  padding: 10px 0 10px 20px;
  margin-top: 50px;
  margin-bottom: 50px;
}

.course_text {
  text-align: left;
}

.img_course ul {
  margin-bottom: 40px;
}

.img_course ul li {
  width: 16%;
  display: inline-block;
  text-align: center;
  font-size: 16px;
}

.img_course ul li img {
  margin-bottom: 5px;
}

@media screen and (max-width:750px) {
  .step_title {
    text-align: left;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    margin-bottom: 35px;
  }

  .course_title {
    text-align: left;
    font-size: 16px;
    padding: 10px 0 10px 10px;
    margin-bottom: 35px;
  }

  .course_text {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .img_course ul li {
    width: 25%;
    margin-top: 20px;
    font-size: 16px;
  }

  .img_course ul li:nth-child(n+1):nth-child(-n+3) {
    margin-top: 0px;
  }

}

/* 2022/09/14 add end */
.step h3 {
  font-weight: normal;
  margin-top: 30px;
}

.step h4 {
  font-weight: normal;
  border-bottom: 1px solid #009999;
}

.step4_1 {
  width: 480px;
  float: left;
}

.step4_2 {
  width: 480px;
  float: right;
}

.voice {
  background: url(../images/bg03.png.webp);
  padding: 60px 0;
}

.voices li {
  padding: 20px;
  border: 1px solid #f3e4aa;
  margin-bottom: 15px;
  background: #fff;
}

.voices li .img_voice {
  float: left;
}

.voices li .txt_voice {
  width: 750px;
  float: right;
}

.voices li .txt_voice h2 {
  font-size: 30px;
  font-weight: normal;
  margin-bottom: 10px;
}

.voices li .txt_voice p {
  font-size: 17px;
}

.cost {
  background: url(../images/bg_cost.jpg.webp) no-repeat;
  padding: 80px 0;
  background-size: cover;
}

.cost h1 {
  font-size: 4rem;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, #4d4d4d, #757474);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cost h1 .fs-m {
  font-size: 90%;
}

.cost .bg_gradient {
  background: url(../images/bg_gradient.png.webp) no-repeat center center;
  font-size: 2.85rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cost .bg_gradient .fs-l {
  font-size: 4.5rem;
}

.cource {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.box_cource {
  background: #fbfaf9;
  width: 490px;
  padding: 20px;
}

.box_cource h2 {
  text-align: center;
  background: url(../images/txt_plan.png.webp) no-repeat left top;
}

.box_cource h2 .h2_top {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 30px;
  display: block;
  padding-top: 30px;
}

.box_cource h2 .h2_price {
  display: block;
  width: 100%;
  font-weight: normal;
  font-size: 5rem;
  line-height: .65;
}

.box_cource h2 .h2_price .fs-m {
  font-size: 2rem;
  padding-left: 10px;
}

.box_cource p {
  margin-top: 20px;
  font-size: 18px;
  padding-bottom: 20px;
}

.cource-other {
  font-size: 10px;
}

.goods {
  background: #fbfaf9;
  margin-top: 30px;
  padding: 20px;
}

.goods h2 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-align: center;
  gap: 50px;
  padding-top: 30px;
}

.goods h2 .h2_top {
  font-size: 2rem;
  font-weight: 400;
  padding-bottom: 0;
  display: block;
  padding-top: 0;
}

.goods h2 .h2_price {
  font-weight: normal;
  font-size: 5rem;
  line-height: .65;
}

.goods h2 .h2_price .fs-m {
  font-size: 2rem;
  padding-left: 10px;
}

.goods p {
  margin-top: 20px;
  font-size: 18px;
  padding-bottom: 20px;
}

p.stxt {
  font-size: 16px;
  color: #777;
  text-align: left !important;
  padding-left: 20px;
}

.faq {
  background: url(../images/bg04.png.webp);
  padding: 60px 0;
}

.faq h1 {
  font-size: 3.85rem;
  background: linear-gradient(180deg, #4d4d4d, #757474);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.faq dl {
  background: #fff;
  padding: 25px 40px;
  width: 980px;
  margin: 0 auto 30px;
  border-radius: 10px;
}

.faq dl dt {
  font-size: 22px;
  font-weight: normal;
  background: url(../images/bdr_q.png.webp) no-repeat bottom left;
  padding: 0 0 7px;
  line-height: 40px
}

.faq dl dt:before {
  content: "";
  display: inline-block;
  width: 40px;
  height: 40px;
  background: url(../images/icn_q.png.webp) no-repeat;
  vertical-align: middle;
  margin-right: 20px;
}

.faq dl dd {
  padding-left: 60px;
  background: url(../images/icn_a.png.webp) no-repeat top left;
  margin-top: 15px;
  min-height: 40px;
}

.clinic {
  padding: 70px 0;
}

.clinic h1 {
  font-size: 3.85rem;
  background: linear-gradient(180deg, #4d4d4d, #757474);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.clinic h1 .fs-m {
  font-size: 90%;
}

.clinic .inner {
  width: 970px;
}

.detail_clinic {
  width: 420px;
  float: left;
}

.detail_clinic h2 {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #009999;
}

.detail_clinic table th {
  width: 80px;
  font-size: 16px;
  font-weight: normal;
  text-align: left;
  vertical-align: top;
  padding: 7px 0;
}

.detail_clinic table td {
  font-size: 16px;
  padding: 7px 0;
}

.map_clinic {
  float: right;
}

.map_clinic__ymap {
  width: 510px;
  height: 300px;
  background: url("../images/ymap_bg-pc.png.webp") no-repeat center / contain;
}

.box_president {
  padding: 45px 25px;
  background: #f2f2f2;
  margin-top: 20px;
}

.img_president {
  float: left;
}

.txt_president {
  float: right;
  width: 680px;
}

.txt_president h2 {
  font-size: 1.5rem;
  line-height: 1.4;
}

.txt_president h2 .fs-l {
  font-size: 2.65rem;
}

.txt_president table {
  margin-top: 20px;
}

.txt_president table th {
  font-size: 14px;
  width: 140px;
  font-weight: normal;
  text-align: left;
}

.txt_president table td {
  font-size: 14px;
}

.reserve {
  padding: 0 0 120px;
}

.form_note-caption {
  width: 95%;
  color: #b21b17;
  margin: 10px auto 0;
  font-weight: bold;
}

.form_tel_pc {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  margin-top: 15px;
}

.tbl_reserve {
  width: 100%;
  margin-top: 50px;
}

.tbl_reserve th {
  width: 300px;
  text-align: left;
  font-weight: normal;
  font-size: 21px;
  position: relative;
  padding: 10px 0;
  line-height: 35px;
  vertical-align: top;
}

.tbl_reserve th span {
  display: inline-block;
  color: #fff;
  background: #b21b17;
  font-size: 20px;
  width: 70px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 10px;
}

.tbl_reserve td {
  vertical-align: top;
  padding: 10px 0;
}

.tbl_reserve td input[type="text"],
.tbl_reserve td input[type="email"],
.tbl_reserve td input[type="tel"] {
  box-sizing: border-box;
  height: 35px;
  width: 100%;
  padding: 5px 10px;
  font-size: 20px;
  border: 1px solid #e6e6e6;
}

.tbl_reserve td input[type="date"] {
  box-sizing: border-box;
  height: 35px;
  width: 150px;
  border: 1px solid #e6e6e6;
  color: #666;
}

.tbl_reserve td select {
  height: 35px;
  font-size: 18px;
  border: 1px solid #e6e6e6;
  color: #666;
}

.tbl_reserve td textarea {
  width: 100%;
  height: 200px;
  border: 1px solid #e6e6e6;
}

.btn_confirm {
  margin-top: 80px;
  width: 600px;
  height: 80px;
  background: #003366;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.btn_confirm:hover {
  opacity: .7;
}

input[type='date']::-webkit-inner-spin-button {
  display: none;
}

footer {
  height: 80px;
  background: #4d4d4d;
  text-align: center;
  line-height: 80px;
}

footer small {
  color: #fff;
  font-size: 24px;
}

.mail {
  padding-bottom: 80px;
}

.usernumber {
  border: 0 !important;
  color: #4d4d4d;
}

.box_caution {
  background: #f2f2f2;
  padding: 10px 20px;
  font-size: 15px;
  color: #808080;
}

.btn_send {
  margin-top: 80px;
  width: 500px;
  height: 80px;
  background: #003366;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

.btn_return {
  margin-top: 80px;
  width: 300px;
  height: 80px;
  background: #aaa;
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

/*corona*/
.corona {
  background: url(../images/bg_main.jpg.webp) no-repeat top center;
  background-size: cover;
}

.corona__inner {
  padding: 100px 0;
}

.corona__ttl {
  margin-bottom: 60px;
}

.corona__txt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

.corona__txtarea {
  font-size: 18px;
  margin-top: 20px;
}

.corona__txtarea--small {
  font-size: .8em;
}

.corona__txt--bold {
  font-weight: bold;
  font-size: 22px;
}

.corona__list {
  display: flex;
  flex-wrap: wrap;
}

.corona__item {
  width: calc((100% - 40px * 3) / 4);
  margin-top: 40px;
  margin-right: 40px;
}

.corona__item:nth-of-type(-n+4) {
  margin-top: 0;
}

.corona__item:nth-of-type(4n) {
  margin-right: 0;
}

.corona__img {
  position: relative;
}

.corona__img img {
  width: 100%;
}

.corona__img--no {
  position: absolute;
  top: -6px;
  left: -6px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  background: linear-gradient(#56baa2, #13a19c);
}

/*web予約システムに変更*/
.webform__flex {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.webform__txt {
  text-align: center;
  display: block;
  width: 100%;
  margin: 20px auto 40px;
}

.webform__item {
  max-width: 445px;
  width: calc(90% / 2);
  text-align: center;
}

.webform__item img {
  width: 100%;
  height: auto;
}

.webform__item--micro {
  display: block;
  margin-bottom: 6px;
}

.webform__item--note {
  font-size: 14px;
  margin-top: 10px;
  display: block;
}

.webform__item--caution {
  font-size: 14px;
  display: block;
  color: red;
}

.webform__item.f_web a {
  width: 445px;
  height: 95px;
  font-size: 1.5rem;
  line-height: 1.3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  text-decoration: none;
  background: url(../images/btn_reserve_bg.jpg.webp) repeat-x top;
  -webkit-box-shadow: 0px 5px 0px 0px #55070b;
  box-shadow: 0px 5px 0px 0px #55070b;
}

.webform__item.f_web a:hover {
  opacity: .85;
}

.webform__item.f_web a span {
  text-align: left;
  background: url(../images/ic_cal_check.svg) no-repeat left center;
  background-size: 54px auto;
  padding-left: 70px;
}

.webform__item.f_tel a {
  width: 445px;
  height: 95px;
  font-size: 1.5rem;
  line-height: 1.3;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  padding: 10px 0 0 0;
  text-align: center;
  color: #fff;
  text-decoration: none;
  background: url(../images/btn_tel_bg.jpg.webp) repeat-x;
  -webkit-box-shadow: 0px 5px 0px 0px #736357;
  box-shadow: 0px 5px 0px 0px #736357;
  position: relative;
}

.webform__item.f_tel a:hover {
  opacity: .85;
}

.webform__item.f_tel a .txt_tel {
  display: grid;
  line-height: 1.1;
  text-align: center;
  font-size: 42px;
  padding-left: 80px;
  letter-spacing: 2px;
  text-shadow: -2px -1px 1px rgba(110, 63, 2, 1);
  background: url(../images/ic_btn_tel.jpg.webp) no-repeat left bottom 5px;
}

.webform__item.f_tel a .txt_tel .fs-m {
  font-size: 1.1rem;
  letter-spacing: 0;
  text-align: left;
  text-shadow: none;
}

/*カード支払いの追記*/
.cost-card {
  background: #fbfaf9;
  padding: 30px;
  margin-top: 30px;
}

.cost-card__ttl {
  display: flex;
  align-items: center;
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'HG明朝E', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
  font-size: 30px;
  margin-bottom: 10px;
}

.cost-card__ttl::before {
  content: '●';
  color: #ff9a9a;
  margin-right: .5em;
  font-size: 13px;
}

.cost-card__txt {
  font-size: 18px;
  margin-bottom: 25px;
}

.cost-card__txt--bold {
  display: block;
  font-weight: bold;
}

@media screen and (min-width:751px) {
  .sp {
    display: none;
  }

}

/*ここからスマホ用*/
@media screen and (max-width:750px) {
  .sp {
    display: block;
  }

  .pc {
    display: none;
  }

  body {
    width: 100%;
    text-align: center;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.8pt;
    margin-left: auto;
    margin-right: auto;
  }

  #wrapper {
    width: 100%;
  }

  section:not(.reserve),
  section:not(.mail),.main {
    width: 100%;
  }

  header {
    height: auto;
  }

  header .inner {
    overflow: hidden;
    padding: 10px 2%;
  }

  header .inner h1 {
    margin: 0;
    width: 43%;
    float: left;
  }

  header .inner h1 img {
    width: 100%;
  }

  header .hdr_contact {
    float: right;
    width: 50%;
    margin: 0;
  }

  header .hdr_contact span.tel_sp {
    float: left;
    width: 20%;
  }

  header .hdr_contact span.mail_sp {
    float: right;
    width: 72%;
  }

  header .hdr_contact span img {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .inner {
    width: 100%;
  }

  .inner2 {
    width: 100%;
  }

  .main {
    background: url(../images/bio_main.png.webp) no-repeat right 37% bottom 105% / auto 60%, #ebe1d2;
  }

  .main .inner {
    height: auto;
  }

  .main__wrap {
    height: auto;
    margin: 10px;
  }

  .main__img {
    position: absolute;
    width: 50%;
    top: 0;
    right: 0;
  }

  .main__img img {
    width: 100%;
  }

  .main__txt {
    text-align: left;
  }

  .main__txt01 img {
    max-width: 50%;
  }

  .main__txt02 {
    font-size: 4.5vw;
    line-height: 1.2;
    margin: 10px 0;
  }

  .main__txt02_sp {
    font-size: 4.0vw;
  }

  .main__ttl {
    margin-top: 0;
  }

  .main__ttl01 {
    font-size: 3.4667vw;
    padding: 0.3em 0.5em;
  }

  .main__ttl02 {
    display: block;
    font-size: 6.7vw;
    line-height: 1.2;
    margin-top: 0.2em;
    text-shadow: 1px 1px 5px #fff;
  }

  .main__ttl03 {
    font-size: 6.4vw;
    line-height: 1.2;
    text-shadow: 1px 1px 5px #fff;
  }

  .main__attention {
    text-align: left;
    font-size: 3.0vw;
    line-height: 1.2;
    font-weight: bold;
    margin-top: 1.5em;
    color: black;
  }

  .main-info {
    position: static;
    display: block;
    background: rgba(255, 255, 255, .9);
  }

  .main-info__left {
    width: 100%;
  }

  .main-info__right {
    width: 100%;
    margin-top: 20px;
  }

  .main-info__ymap>div {
    width: 100% !important;
  }

  .main__point li {
    font-size: 3.2vw;
    font-weight: bold;
  }

  .main__logo {
    font-size: 16px;
    text-align: left;
    margin-top: 10px;
  }

  .main__address {
    font-size: 12px;
    text-align: left;
  }

  .main__train {
    font-size: 12px;
    text-align: left;
    padding-left: 1.5em;
  }

  .main__train:before {
    font-size: 12px;
    width: 12px;
    height: 12px;
  }

  .cv {
    width: 100%;
    background: url(../images/bg_cv_sp.jpg.webp) no-repeat top center;
  }

  .cv .inner {
    padding: 0 2%;
  }

  .cv h2,
  .btn_reserve,
  .txt_cv,
  .btn_tel {
    width: 100%;
    height: auto;
  }

  .cv .inner h2 img {
    width: 85%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .cv .btn_reserve img {
    width: 100%;
    height: auto;
    margin: 2% auto;
  }

  .cv .box_tel {
    position: relative;
  }

  .cv .box_tel {
    width: 100%;
    height: 43vw;
  }

  .cv p.txt_cv {
    float: none;
    position: absolute;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
  }

  .cv p.txt_cv img {
    width: 80%;
    height: auto;
  }

  .cv .cv-time {
    font-size: 12px;
    margin-top: 6vw;
  }

  .cv p.btn_tel {
    float: none;
    width: 100%;
    position: absolute;
    top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .cv p.btn_tel img {
    width: 100%;
    height: auto;
  }

  .perhaps {
    padding: 4% 0 10%;
  }

  .perhaps .inner h1 {
    width: 100%;
    height: auto;
  }

  .perhaps .inner h1 img {
    width: 95%;
    height: auto;
    margin: 0 auto 0;
  }

  ul.list_perhaps {
    width: 100%;
  }

  .list_perhaps li {
    line-height: 1.1em;
    font-size: 14px;
    text-align: left;
    padding: 3% 1%;
  }

  .perhaps .inner p.center {
    width: 100%;
  }

  .perhaps .inner p.center img {
    width: 90%;
    height: auto;
    margin: 5% auto 5%;
  }

  .hdg1 {
    width: 100%;
    height: auto;
    background: none;
  }

  .hdg1-reserve {
    width: 100%;
    height: auto;
    background: none;
  }

  .why {
    padding-bottom: 6%;
  }

  .why h1.hdg1 img {
    width: 100%;
    height: auto;
    margin-top: -12%;
  }

  .why h2.sp {
    width: 100%;
    height: auto;
    margin-top: 5%;
    margin-bottom: 10%;
  }

  .why h2.sp img {
    width: 90%;
    height: auto;
  }

  .why h3 {
    line-height: 1.3;
    font-size: 28px;
  }

  .box_why {
    margin-top: 5%;
  }

  .box_why p {
    font-size: 18px;
    line-height: 1.3em;
    padding-bottom: 20px;
  }

  .box_why01 {
    width: 95%;
    height: auto;
    margin: 5% auto 5%;
    float: none;
    background-position: center top;
    max-width: 490px;
    background-size: cover;
  }

  .box_why02 {
    width: 95%;
    height: auto;
    margin: 5% auto 5%;
    float: none;
    background-position: center top;
    max-width: 490px;
    background-size: cover;
  }

  .box_why03 {
    width: 98%;
    margin: 0 auto;
    padding: 20px 0;
  }

  .box_why01 p,
  .box_why02 p {
    margin-bottom: 5%;
  }

  .txt_why01 {
    width: 95%;
    margin: 0 auto 7%;
    text-align: left;
  }

  .indicate {
    width: 100%;
    height: auto;
    padding: 16vw 0px;
  }

  .indicate h2 img {
    width: 90%;
    margin-top: -10%;
    margin-bottom: 5%;
  }

  .indicate img {
    width: 100%;
    height: auto;
    margin-top: 3%;
    margin-bottom: 7%;
  }

  .resolution {
    width: 100%;
    margin: 0 auto;
  }

  /*.resolution img {
          width: 100%;
          height: auto;
      }*/
  .resolution h1 img {
    width: 100%;
    height: auto;
    margin-top: -30%;
  }

  .resolution .inner2 h2 {
    width: 100%;
    margin-top: 25vw;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: anchor-center;
  }

  .resolution .inner2 h2 img {
    width: 90%;
    height: auto;
  }

  .resolution .inner2 ul.strong li p {
    font-size: 18px;
    text-align: left
  }

  .resolution .inner2 p img {
    width: 12vw;
    height: auto;
  }

  .strong li .ttl span {
    font-size: 5.5vw;
    width: calc(100% - 16vw);
  }

  .resolution .sptxt {
    width: 90%;
    margin-top: -20%;
    margin-right: auto;
    margin-left: auto;
  }

  .strong li {
    width: 95%;
    height: auto;
    margin: 0 auto 5%;
    padding: 15px;
  }

  .strong li img {
    width: 100%;
    height: auto;
  }

  .flow {
    width: 100%;
  }

  .flow img {
    width: 100%;
    height: auto;
  }

  .flow h1 {
    width: 50%;
    height: auto;
    margin: -20% auto 0;
  }

  .flow .step {
    margin-top: 6%;
  }

  .img_step,
  .txt_step {
    float: none;
  }

  .flow .sptxt {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .txt_step {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .img_step {
    width: 70%;
    margin: 5px auto;
  }

  .txt_step ul li {
    font-size: 18px;
  }

  .cost {
    width: 100%;
  }

  .cost img {
    width: 100%;
    height: auto;
  }

  .cost h1 img {
    width: 60%;
    margin: 0 auto;
  }

  .cost .cource {
    display: block;
    width: 100%;
  }

  .box_cource {
    width: 100%;
  }

  .box_cource h2{
    background-size: 32vw auto;
    background-position: left top 4vw;
  }

  .cost .cource .box_cource,
  .goods {
    margin-bottom: 10%;
  }

  .cost .box_cource p,
  .cost .goods p {
    font-size: 16px;
    width: 100%;
    text-align: left;
  }

  .cource-other {
    text-align: left;
    padding: 0 3%;
    margin-top: -30px;
  }

  .cost p {
    line-height: 1.2em;
  }

  .cost p:last-child {
    margin-top: 20px;
  }

  p.stxt {
    text-align: left !important;
    width: 95%;
    margin: 0 auto;
    padding-left: 0 !important;
  }

  /*よくある質問*/
  .faq {
    width: 100%;
    padding-top: 40px;
  }

  .faq img {
    width: 100%;
    height: auto;
  }

  .faq h1 img {
    width: 60%;
    margin: 0 auto;
  }

  .faq dl {
    width: 100%;
    padding: 5% 3%;
    margin-right: auto;
    margin-left: auto;
    margin-top: -5%;
  }

  .faq dl dt {
    font-size: 18px;
    line-height: 1.2em;
  }

  .faq dl dt {
    text-align: left;
    background: url("../images/icn_q.png.webp") no-repeat top left;
    padding-left: 60px;
    min-height: 40px;
  }

  .faq dl dt:before {
    display: none;
  }

  /*.faq dl dt:after{
        background: url("..images/bdr_q.png") no-repeat top center;
        width: 100%;
        height: auto;
        margin: 0 auto;
      }*/
  .faq dl dd {
    text-align: left;
    font-size: 18px;
  }

  /*医院紹介*/
  .clinic {
    width: 100%;
  }

  .clinic .inner {
    width: 100%;
  }

  .clinic img {
    width: 100%;
    height: auto;
  }

  .clinic h1 img {
    width: 90%;
    height: auto;
    margin: 0 auto;
  }

  .detail_clinic {
    float: none;
    width: 95%;
    margin: 5px auto;
  }

  .detail_clinic h2 {
    line-height: 1.5em;
    margin-bottom: 1%;
    text-align: left;
  }

  .map_clinic {
    float: none;
    margin: 0 auto;
  }

  .map_clinic__ymap {
    width: 100%;
    background: url("../images/ymap_bg-sp.png.webp") no-repeat center / cover;
  }

  .map_clinic__ymap>div {
    position: relative;
    width: 100% !important;
    height: 300px;
  }

  .map_clinic__ymap>div iframe {
    position: absolute;
    width: 100%;
    height: 100%;
  }

  .detail_clinic th,
  .detail_clinic td {
    font-size: 16px;
  }

  /*院長紹介*/
  .box_president {
    width: 100%;
  }

  .box_president * {
    width: 100%;
    height: auto;
    float: none;
  }

  .box_president .img_president img {
    width: 50%;
    height: auto;
  }

  .box_president .txt_president h2 {
    width: 70%;
    height: auto;
    margin: 0 auto;
  }

  .box_president tr {
    width: 98%;
    margin-bottom: 3%;
  }

  .box_president tr th {
    font-size: 14px;
    vertical-align: top;
    width: 40%;
  }

  .box_president tr td {
    font-size: 14px;
    vertical-align: top;
    text-align: left;
  }

  /*corona*/
  .main__attention--corona {
    margin: 10px auto;
    background: rgba(255, 255, 255, .8);
  }

  .main__attention--corona span {
    margin: 10px auto 0;
  }

  .main__attention--push {
    margin: 0 auto 20px;
  }

  .corona__ttl {
    margin-bottom: 50px;
  }

  .corona__ttl img {
    width: 90%;
  }

  .corona__txt {
    width: 90%;
    margin: 0 auto 50px;
    text-align: left;
    font-size: 18px;
    line-height: 1.5;
  }

  .corona__txt--bold {
    font-size: 20px;
  }

  .corona__txtarea {
    font-size: 16px;
    margin-top: 0;
    width: 50%;
    padding: 4%;
    text-align: left;
  }

  .corona__list {
    display: block;
    width: 90%;
    margin: 0 auto;
  }

  .corona__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin: 30px 0 20px;
    background: rgba(255, 255, 255, .6);
  }

  .corona__item:nth-of-type(-n+4) {
    margin-top: 30px;
  }

  .corona__img {
    width: 50%;
  }

  .corona__img img {
    width: 100%;
  }

  .corona__img--no {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 30px;
  }

  /*お問い合わせフォーム*/
  .reserve {
    width: 100%;
    text-align: left;
    font-size: 16px;
    padding-bottom: 30px;
  }

  .reserve h1 img {
    width: 100%;
    height: auto;
  }

  .form_note {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }

  .form_note-caption {
    width: 75%;
    color: #b21b17;
    margin: 10px auto 0;
    font-weight: bold;
  }

  .form_tel {
    width: 96%;
    height: auto;
    margin: auto;
  }

  .form_tel img {
    width: 100%;
    height: auto;
  }

  .tbl_reserve {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .tbl_reserve th {
    display: block;
  }

  .tbl_reserve th span {
    right: 0px;
  }

  .tbl_reserve td {
    display: block;
    position: relative;
  }

  .tbl_reserve td input,
  .tbl_reserve td textarea {
    font-size: 16px;
  }

  .tbl_reserve td input[type="date"],
  .tbl_reserve td select {
    vertical-align: middle;
  }

  .reserve form input[type="submit"] {
    width: 95%;
    font-size: 20px;
    -webkit-appearance: none;
  }

  /*メルマガ登録*/

  /*.mail {
      width: 100%;
  }
      .mail h1 {
        width: 100%;
        height: auto;
      }*/
  .mail h1 img {
    width: 100%;
    height: auto;
  }

  .mm_form {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  /*.mail h2 {
        width: 100%;
        height: auto;
      }*/
  .mail h2 img {
    width: 95%;
    height: auto;
  }

  .mail form input[type="submit"] {
    width: 95%;
    font-size: 16px;
  }

  .mail .box_caution {
    font-size: 16px;
    line-height: 1.3em;
  }

  /*フッター*/
  footer {
    width: 100%;
    height: auto;
    line-height: 13px;
  }

  footer .sp {
    padding-top: 5%;
    padding-bottom: 5%;
  }

  footer small {
    width: 90%;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
  }

  /*マージン一括*/
  .mtsp-30 {
    margin-top: -30%;
  }

  .mtsp-20 {
    margin-top: -20%;
  }

  .mtsp-10 {
    margin-top: -10%;
  }

  .mtsp-15 {
    margin-top: -15%;
  }

  .mtsp3 {
    margin-top: 3%;
  }

  .mtsp5 {
    margin-top: 5%;
  }

  .mtsp10 {
    margin-top: 10%;
  }

  .spleft {
    text-align: left !important;
  }

  #layer {
    display: none;
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.20;
  }

  #popup {
    display: none;
    position: fixed;
    width: 300px;
    height: 180px;
    margin: auto;
    z-index: 999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: white;
    border-radius: 5px;
    text-align: center;
    padding: 50px 0;
    border: 8px solid #ddd;
  }

  .popup__tel--btn {
    display: block;
    background: #b21b17;
    font-size: 20px;
    font-size: 1.25rem;
    width: 90%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    margin: 0 auto;
    border-radius: 10px;
    border-bottom: 4px solid #640000;
  }

  .popup__tel--btn a {
    color: #fff;
    text-decoration: none;
  }

  #clinic-tel {
    text-decoration: underline;
  }

  /*web予約システムに変更*/
  .webform__flex {
    flex-wrap: wrap;
    width: 95%;
    margin: 0 auto;
  }

  .webform__txt {
    width: 90%;
  }

  .webform__item {
    width: 100%;
    max-width: 100%;
  }

  .webform__item:nth-of-type(1) {
    margin-bottom: 30px;
  }

  /*カード支払いの追記*/
  .cost-card {
    padding: 30px 20px;
  }

  .cost-card__ttl {
    font-size: 24px;
    margin-bottom: 20px;
    justify-content: center;
  }

  .cost-card__txt {
    text-align: left;
    font-size: 16px;
    line-height: 1.4;
  }

}

/*スマホ用ここまで*/
.contact__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.contact__calendar {
  width: 40%;
  margin: 0 auto 40px;
}

.contact__cv {
  width: 44%;
}

.contact__note {
  font-size: 18px;
}

.fc-toolbar .fc-right {
  display: none !important;
}

.fc-sat {
  background-color: #f0f0ff;
}

.fc-sun {
  background-color: #fff0f0;
}

#calendar {
  font-size: 15px;
}

.fc-event,
.fc-event-dot {
  background-color: #b21b17 !important;
}

.fc-event {
  border: 1px solid #b21b17 !important;
}

.fc-scroller.fc-day-grid-container {
  overflow: hidden !important;
  height: 100% !important;
}

.fc-title {
  font-size: 12px;
}

.fc-day-grid-event {
  display: block;
  text-align: center;
  margin: 2px 2px 10px !important;
  padding: 2px 1px;
}

.fc-day-grid-event .fc-content {
  line-height: 1.5;
}

.fc-toolbar h2 {
  font-size: 26px;
}

@media screen and (max-width:750px) {
  .contact__calendar {
    width: 88%;
  }

  .contact__cv {
    width: 100%;
  }

  .fc-title {
    font-size: 11px;
  }

  .contact__box {
    display: block;
  }

  .fc-toolbar h2 {
    float: none !important;
  }

  .fc-toolbar .fc-left {
    float: none !important;
    margin: 20px auto 0 !important;
  }

  .fc-toolbar.fc-header-toolbar {
    margin-bottom: 0 !important;
  }

}

.thanks__toplink {
  display: block;
  margin-top: 10px;
}

/*------------counseling*/
.counseling {
  padding: 80px 0;
}

.counseling__inner {
  max-width: 1020px;
  margin: 0 auto;
}

.counseling__ttl {
  margin-bottom: 40px;
}

.counseling__note {
  font-size: 20px;
  text-align: center;
  margin-bottom: 60px;
}

.counseling__txt--bold {
  font-weight: bold;
}

.counseling__item {
  display: flex;
  position: relative;
  padding: 38px 30px 30px;
  background: #f3f3f3;
}

.counseling__item::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 8px;
  background: linear-gradient(90deg, #69ccb4 0%, #16a29d 100%);
}

.counseling__item:nth-of-type(n+2) {
  margin-top: 80px;
}

.counseling__item:nth-of-type(n+2)::before {
  content: '';
  position: absolute;
  right: 0;
  left: 0;
  bottom: calc(100% + 30px);
  margin: auto;
  height: 20px;
  width: 50px;
  background: url("../images/counseling_arrow.png.webp") no-repeat center / contain;
}

.counseling__txtarea {
  margin-left: 40px;
  text-align: left;
}

.counseling__step {
  font-size: 24px;
  width: fit-content;
  padding: 0 10px;
  margin-bottom: 15px;
  line-height: 1.2;
  font-weight: bold;
  background: linear-gradient(transparent 65%, rgba(23, 162, 157, .3) 65%);
  display: flex;
  align-items: baseline;
}

.counseling__num {
  font-size: 1.6em;
  color: #0e8884;
  margin-right: 5px;
  line-height: 1;
  font-weight: bold;
}

.counseling__num--sp {
  display: none;
}

.counseling__txt {
  font-size: 18px;
}

.counseling__txt:nth-of-type(n+2) {
  margin-top: 10px;
}

.counseling__link {
  color: #0e8884;
  font-weight: bold;
}

.counseling__link::before {
  content: '';
  display: inline-block;
  margin-right: 8px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 6px;
  border-color: transparent transparent transparent #0e8884;
  vertical-align: middle;
}

@media screen and (max-width:750px) {
  .counseling {
    padding: 60px 0;
  }

  .counseling__inner {
    width: 90%;
  }

  .counseling__ttl img {
    width: 100%;
    height: auto;
    max-width: fit-content;
  }

  .counseling__note {
    font-size: 18px;
    line-height: 1.5;
    margin: 0 auto 30px;
    text-align: left;
  }

  .counseling__item {
    flex-direction: column;
    padding: 28px 20px 30px;
  }

  .counseling__step {
    font-size: 20px;
    align-items: center;
  }

  .counseling__num {
    position: absolute;
    left: -10px;
    top: -10px;
    background: linear-gradient(#56baa2, #13a19c);
    color: #fff;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .counseling__num--pc {
    display: none;
  }

  .counseling__imgarea {
    position: relative;
  }

  .counseling__imgarea img {
    width: 100%;
    height: auto;
    max-width: 420px;
  }

  .counseling__txtarea {
    margin: 20px 0 0;
  }

  .counseling__txt {
    line-height: 1.4;
  }

  .counseling__item:nth-of-type(n+2) {
    margin-top: 55px;
  }

  .counseling__item:nth-of-type(n+2)::before {
    bottom: calc(100% + 15px);
    height: 15px;
  }

}

/*--------------------221221_newkv*/
.kv {
  background: url("../images/kv_bg.jpg.webp") no-repeat center / auto 100%, linear-gradient(45deg, #eff0e9, #fff);
  max-height: 620px;
  height: 51.67vw;
}

.kv--02 {
  background: url("../images/kv_bg_index02.jpg.webp") no-repeat center / auto 100%, linear-gradient(45deg, #eff0e9, #fff);
}

.kv__inner {
  max-width: 1200px;
  width: 95%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.kv__img {
  max-width: 808px;
  width: 67.33vw;
  text-align: center;
  margin-top: 10px;
  position: relative;
  left: -3%;
}

.kv__img img {
  max-width: 100%;
  height: auto;
}

.kv .kv_h1_m {
  color: #736357;
  font-size: 1.6rem;
  font-weight: 700;
  letter-spacing: -0.03em;
  background: url(../images/kv_h1_m_bg.svg) no-repeat bottom center;
  background-size: contain;
  padding: 0 15px 15px 15px;
  display: inline-block;
  margin: 0 auto 5px;
  text-shadow: 0 0 3px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3), 0 0 10px rgba(255, 255, 255, .3), 0 0 10px rgba(255, 255, 255, .3), 0 0 16px rgba(255, 255, 255, .3), 0 0 16px rgba(255, 255, 255, .3);
}

.kv .kv_h1_l {
  display: block;
  font-size: 5rem;
  color: #1a1a1a;
  line-height: 1.1;
  letter-spacing: -0.03em;
  font-weight: 700;
  text-shadow: 0 0 3px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3), 0 0 10px rgba(255, 255, 255, .3), 0 0 10px rgba(255, 255, 255, .3), 0 0 16px rgba(255, 255, 255, .3), 0 0 16px rgba(255, 255, 255, .3);
}

.kv .kv_h1_l .fs-m {
  font-size: 90%;
}

.kv .kv_h1_l .cl_kv {
  color: #a89217;
}

.kv .kv_h1_m .fst_italic,
.kv .kv_h1_l .fst_italic {
  font-style: italic;
  display: inline-block;
  transform: rotate(20deg);
  position: relative;
  left: -1%;
}

.kv__bottom {
  width: 100%;
  position: relative;
  top: -8%;
}

.kv__bottom .kv__cirlce {
  max-width: 291px;
  position: relative;
  z-index: 3;
}

.kv__bottom .kv__cirlce li {
  width: 143px;
  height: 165px;
  display: table;
  font-weight: bold;
  color: #222;
  float: left;
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'HG明朝E', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
  margin-top: -37px;
}

.kv__bottom .kv__cirlce li:first-child {
  float: unset;
  margin: 0 auto;
}

.kv__bottom .kv__cirlce li:last-child {
  margin-left: 5px;
}

.kv__bottom .kv__cirlce li p {
  text-align: center;
  line-height: 1.5;
  letter-spacing: -0.03em;
  font-size: 85%;
  font-weight: bold;
  background: url(../images/kv__cirlce__bg.png.webp) no-repeat;
  width: 143px;
  height: 165px;
  background-size: contain;
  display: table-cell;
  vertical-align: middle;
}

.kv__bottom .kv__cirlce li p .fs-m {
  font-size: 80%;
}

.kv__bottom .kv__cirlce li p .fs-l {
  font-size: 135%;
  line-height: 1;
}

.kv__bottom .kv__cirlce li p .fs-ll {
  font-size: 180%;
  line-height: 1;
}

.kv__txt {
  position: absolute;
  z-index: 2;
  width: 100%;
  max-width: 600px;
  display: inline-block;
  left: 217px;
  bottom: -34px;
}

.kv__txt ul li {
  background: rgba(47, 156, 156, .3);
  padding: 14px 20px 16px 90px;
  display: inline-block;
  color: #fff;
  font-weight: bold;
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  position: relative;
  z-index: 2;
  width: 100%;
}

.kv__txt ul li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, #31b5b8, #1b8d95);
  clip-path: polygon(0 0, 100% 0, 94% 100%, 0 100%);
  z-index: -1;
  transform: translate(-4px, -5px);
  opacity: .8;
}

.kv__txt ul li:not(:last-child) {
  margin-bottom: 15px;
}

.kv__txt ul li p {
  display: inline-block;
  transform: skewX(0deg);
  color: #fff;
  font-size: 1.4rem;
  letter-spacing: -0.05em;
  font-weight: bold;
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'HG明朝E', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
  position: relative;
}

.kv__txt ul li p .fs-l {
  font-size: 120%;
  line-height: 1.4;
}

.kv__txt ul li p .fs-ll {
  font-size: 150%;
  line-height: 1.1;
}

.kv__txt ul li p .fs-m {
  font-size: 60%;
  position: absolute;
  top: 0;
}

.kv__txt .txt_kv_notes {
  font-size: .85rem;
  font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'HG明朝E', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
  font-weight: 700;
  color: #000;
  padding-top: 10px;
  position: relative;
  left: 90px;
  text-shadow: 0 0 3px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3), 0 0 20px rgba(255, 255, 255, .3), 0 0 10px rgba(255, 255, 255, .3), 0 0 10px rgba(255, 255, 255, .3), 0 0 16px rgba(255, 255, 255, .3), 0 0 16px rgba(255, 255, 255, .3);
}

@media screen and (max-width:750px) {
  .kv {
    background: url(../images/kv_bg_bg.jpg.webp) no-repeat center;
    background-size: cover;
    max-height: inherit;
    height: auto;
    padding-top: 8%;
  }

  .kv__inner {
    width: 100%;
    display: flex;
    align-items: center;
  }

  .kv__img {
    max-width: inherit;
    width: 95%;
    left: 0;
    margin: 0 auto;
  }

  .kv .kv_h1_m {
    font-size: 3.5vw;
    padding-bottom: 3.5vw;
  }

  .kv .kv_h1_l {
    font-size: 10vw;
  }

  .kv__bottom {
    top: 0;
    padding-top: 12%;
  }

  .kv__txt {
    width: 100%;
    position: relative;
    left: 0;
    bottom: 0;
    top: -1vw;
    padding-right: 5%;
    display: block;
    max-width: 100%;
  }

  .kv__txt ul li {
    padding: 2.5vw 4vw 3vw 4vw;
    text-align: left;
  }

  .kv__txt ul li:not(:last-child) {
    margin-bottom: 3vw;
  }

  .kv__txt ul li p {
    font-size: 3.65vw;
  }

  .kv__txt ul li p .fs-ll {
    line-height: inherit;
  }

  .kv__txt .txt_kv_notes {
    text-align: left;
    left: 0;
    padding: 2% 0% 5% 5%;
    width: 100%;
    font-size: 2.5vw;
    letter-spacing: 0;
    line-height: 1.4;
  }

  .cv .btn_reserve a span:before,
  header .bnr_h_tel .bnr_h_tel_bottom,
  header .bnr_h_tel .bnr_h_tel_no,
  header .hdr_contact .bnr_h_tel .bnr_h_tel_top {
    display: none;
  }

  header .bnr_h_tel {
    width: 10vw;
  }

  header .bnr_h_tel a {
    width: 10vw;
    height: 10vw;
    border-radius: 2vw;
    background: #ac9629 url(../images/ic_tel.svg) no-repeat center;
    background-size: 6.2vw 6.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .bnr_h_web {
    width: calc(100% - (10vw + 10px));
  }

  header .bnr_h_web a {
    height: 10vw;
    width: 100%;
    min-width: 100%;
    background: #8f1b21;
    border-radius: 2vw;
    font-size: 3.5vw;
  }

  header .bnr_h_web a span {
    background-position: left center;
    background-size: contain;
    padding: 1vw 0 1vw 9vw;
  }

  .cv .box_tel {
    margin: 8vw auto 0;
    height: 22vh;
  }

  .cv .txt_top {
    font-size: 75%;
    margin-bottom: 2vw;
  }

  .txt_cv {
    font-size: 80%;
  }

  .cv h2 {
    font-size: 4vw;
    margin-bottom: 6vw;
    line-height: 1.4;
  }

  .cv .btn_reserve a {
    width: 100%;
    height: 20vw;
    max-height: 95px;
    font-size: clamp(1.1rem, 4vw, 1.6rem);
    text-align: left;
    letter-spacing: 0;
    font-family: '游明朝', YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", 'HG明朝E', "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif, sans-serif;
    -webkit-box-shadow: 0px 1vw 0px 0px #55070b;
    box-shadow: 0px 1vw 0px 0px #55070b;
    border-radius: .65rem;
    line-height: 1.4;
    letter-spacing: -0.5pt;
    max-width: 510px;
    margin: 0 auto;
  }

  .cv .btn_tel a {
    width: 100%;
    height: 20vw;
    max-height: 95px;
    text-decoration: none;
    -webkit-box-shadow: 0px 1vw 0px 0px #736357;
    box-shadow: 0px 1vw 0px 0px #736357;
    max-width: 510px;
    margin: 0 auto;
    border-radius: .65rem;
  }

  .cv .btn_tel a .txt_tel {
    font-size: clamp(16px, 8.5vw, 2.85rem);
    letter-spacing: .08em;
    padding-left: 16vw;
    background-size: 12vw auto;
    font-weight: normal;
    line-height: 1.2;
  }

  .cv .btn_tel a .txt_tel .fs-m {
    text-align: left;
    font-size: clamp(0.85rem, 4vw, 1.2rem);
  }

  .cv .btn_reserve a span {
    background-size: 10vw auto;
    background-position: left 3vw center;
    padding: 15px 2vw 15px 16vw;
    font-weight: normal;
  }

  .perhaps h1 {
    font-size: 5vw;
    background-size: contain;
    padding: 8% 2% 4% 2%;
    letter-spacing: -0.02em;
  }

  .perhaps h1 span {
    font-size: 6vw;
  }

  .perhaps .txt_bottom {
    font-size: 4.2vw;
    text-shadow: 0 0 0.8vw #FFF, 0 0 0.8vw #FFF, 0 0 0.8vw #fff, 0 0 0.8vw #fff, 0 0 0.8vw #fff, 0 0 0.8vw #fff, 0 0 0.8vw #fff, 0 0 0.8vw #fff, 0 0 0.8vw #fff, 0 0 0.8vw #fff;
  }

  .perhaps .txt_bottom span {
    font-size: 80%;
  }

  .why .hdg1 {
    background: url(../images/bg_sec_ttl.png.webp) no-repeat bottom center;
    background-size: cover;
    font-size: 4.2vw;
    padding-top: 5vw;
    padding-bottom: 14vw;
    line-height: 1.4;
  }

  .hdg1 span.fs-l {
    font-size: 6.5vw;
  }

  .why h2 {
    font-size: 7vw;
    margin-top: 8vw;
    letter-spacing: 0;
  }

  .why h2 span {
    font-size: 9vw;
    line-height: 0.8;
  }

  .box_why .ttl {
    font-size: 10vw;
    padding: 24vw 0 20vw 0;
  }

  .indicate h2 {
    font-size: 6vw;
  }

  .indicate .box_caution {
    width: 96%;
    margin: 0 auto;
    border-width: 1vw;
    padding: 26vw 4vw 4vw 4vw;
  }

  .indicate .box_caution {
    background: url(../images/ic_caution.svg) no-repeat top 4vw center rgba(255, 255, 255, .65);
    background-size: 18vw 18vw;
  }

  .indicate .box_caution p {
    padding-left: 0;
    font-size: 1rem;
    background: transparent;
    letter-spacing: 0;
  }

  .indicate .box_caution p .fs-l {
    font-size: 115%;
  }

  .indicate .box_caution p .fs-ll {
    font-size: 135%;
  }

  .indicate .txt_bottom {
    font-size: 1rem;
  }

  .resolution h1.hdg1 {
    background: url(../images/bg_sec_ttl.png.webp) no-repeat bottom center;
    background-size: cover;
    font-size: 6vw;
    padding-top: 5vw;
    padding-bottom: 14vw;
  }

  .resolution h2 {
    font-size: 6.5vw;
  }

  .resolution h2 .fs-l {
    font-size: 10vw;
    line-height: 0.8;
  }

  .resolution .txt_bottom {
    font-size: 4.2vw;
  }

  .flow {
    padding: 12vw 0;
  }

  .flow h1 {
    width: 100%;
    margin: 0 auto;
    font-size: 9vw;
    line-height: normal;
  }

  .cost {
    padding: 12vw 0;
  }

  .cost h1 {
    font-size: 9vw;
    line-height: normal;
  }

  .cost .inner2.mtsp-15 {
    margin-top: 0;
  }

  .cost .bg_gradient {
    font-size: 5vw;
    padding: 4vw 0;
    background-size: contain;
  }

  .cost .bg_gradient .fs-l {
    font-size: 8vw;
  }

  .goods h2 {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }

  .box_cource h2 .h2_top {
    font-size: 7vw;
    padding-bottom: 8vw;
    padding-top: 10vw;
  }

  .goods h2 .h2_top {
    padding-bottom: 8vw;
    font-size: 8vw;
  }

  .goods h2 .h2_price,
  .box_cource h2 .h2_price {
    font-size: 16vw;
  }

  .goods h2 .h2_price .fs-m,
  .box_cource h2 .h2_price .fs-m {
    font-size: 6vw;
  }

  .faq h1 {
    font-size: 9vw;
    line-height: normal;
  }

  .clinic h1 {
    font-size: 7.5vw;
    padding: 2vw 0 1vw 0;
  }

  .box_president .txt_president h2 {
    padding-top: 2vw;
    font-size: 3.4vw;
    letter-spacing: -0.05em;
  }

  .txt_president h2 .fs-l {
    font-size: 6vw;
  }

  #form .hdg1-reserve {
    background: url(../images/bg_sec_ttl.png.webp) no-repeat bottom center;
    background-size: cover;
    font-size: 5vw;
    padding-top: 5vw;
    padding-bottom: 14vw;
  }

  .webform__item.f_web a {
    width: 100%;
    height: 20vw;
    font-size: clamp(1.1rem, 4vw, 1.6rem);
    max-height: 95px;
    -webkit-box-shadow: 0px 1vw 0px 0px #55070b;
    box-shadow: 0px 1vw 0px 0px #55070b;
    letter-spacing: 0;
    max-width: 510px;
    margin: 0 auto 2vw;
  }

  .webform__item.f_web a span {
    background-size: 10vw auto;
    background-position: left 3vw center;
    padding: 15px 2vw 15px 16vw;
  }

  .webform__item.f_tel a {
    width: 100%;
    height: 20vw;
    max-height: 95px;
    padding: 10px 0 0 0;
    -webkit-box-shadow: 0px 1vw 0px 0px #736357;
    box-shadow: 0px 1vw 0px 0px #736357;
    max-width: 510px;
    margin: 0 auto 2vw;
  }

  .webform__item.f_tel a .txt_tel {
    font-size: clamp(16px, 8.5vw, 2.85rem);
    padding-left: 16vw;
    background-size: 12vw auto;
  }

  .webform__item.f_tel a:before {
    top: 8vw;
    width: 12vw;
    background-size: contain;
  }

  .webform__item.f_tel a .txt_tel .fs-m {
    text-align: left;
    font-size: clamp(0.85rem, 4vw, 1.2rem);
  }

  .kv__bottom .kv__cirlce {
    max-width: 54vw;
    left: 2%;
  }

  .kv__bottom .kv__cirlce li {
    width: 26.5vw;
    height: 30.5vw;
    margin-top: -7vw;
  }

  .kv__bottom .kv__cirlce li p {
    width: 26.8vw;
    height: auto;
    font-size: 3.1vw;
  }

  .kv__bottom .kv__cirlce li p .fs-l {
    font-size: 4.65vw;
  }

  .kv__bottom .kv__cirlce li:last-child {
    margin-left: 1vw;
  }

  .kv__txt ul li p {
    font-size: 4vw;
    display: flex;
    flex-wrap: wrap;
    align-items: anchor-center;
  }

  .kv__txt .txt_kv_notes {
    font-size: 2.65vw;
  }

  .kv .kv_h1_m {
    font-size: 4.2vw;
    letter-spacing: 0;
  }

  .kv .kv_h1_l {
    font-size: 11vw;
  }

  .kv__txt ul li:first-child p{
    width: fit-content;
  }

  .kv__txt ul li p .fs-m {
    top: -1.5vw;
    right: -2.5vw;
  }

}

@media screen and (max-width:560px) {
  .cv .box_tel{
    height: 44vw;
  }
}

/*-- 20240124 popup削除(PC時TEL無効) --*/
@media screen and (min-width:751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
  }

}

a[href*="tel:"] {
  color: #4d4d4d;
}