/*----------------------------------
  Header Style
----------------------------------*/

#pc-nav {
  display: none !important;
}

#header .logo a {
  pointer-events: none;
}

#header .snsIcons {
  display: none;
}

#header .btn {
  display: none;
}

@media (min-width: 769px) {
  #header .logo {
    position: absolute;
    top: 44px;
    left: 0;
    padding: 0;
  }
}

#header .tel .image {
  transform: translate(162px, 23px);
  -webkit-transform: translate(162px, 23px);
  -ms-transform: translate(162px, 23px);
}

#sp-nav a, #sp-nav .btn {
  pointer-events: none;
}

#sp-nav li:nth-child(1) {
  display: none;
}

#sp-nav li:nth-child(2) {
  display: none;
}

#sp-nav li:nth-child(4) {
  display: none;
}

#sp-nav ul:after {
  display: none;
}

a.red-btn-sp {
  display: none;
}

/*----------------------------------------------
  PC CSS
----------------------------------------------*/

#wrapper {
  position: relative;
  padding: 141px 0 0;
}

.cta {
  box-sizing: border-box;
}

.buttons {
  width: 100%;
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 16px;
  box-sizing: border-box;
}

.buttons a {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 24px;
  border-radius: 10px;
  order: 1px solid #d0a665;
  background: #dfb980;
  background: -moz-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfb980), color-stop(100%, #d0a665));
  background: -webkit-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: -o-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: -ms-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: linear-gradient(to bottom, #dfb980 0%, #d0a665 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb980', endColorstr='#d0a665', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
  font-size: 159%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 300px;
  text-align: center;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

/*---------------------------------
 inner
---------------------------------*/
.inner {
	width: calc(100% - 3.6rem);
	max-width: 1000px;
	margin: 0 auto;
}

/*---------------------------------
 #visual
---------------------------------*/

#visual {
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  margin-top: 6px;
  position: relative;
  /* background: url('../img/visualBg2.jpg') center bottom no-repeat; */
  background: url('../img/visualBg2.png') center bottom no-repeat;
  background-size: cover;
  padding: 200px 0 23px 0;
}

#visual .inner {
  position: relative;
}

#visual h2 {
  font-size: 41px;
  line-height: 1.5;
  letter-spacing: 0.073em;
  color: #fff;
  margin-bottom: 7px;
}

#visual h3 {
  font-size: 57px;
  line-height: 1.5;
  letter-spacing: 0.073em;
  color: #fff;
  margin-bottom: 14px;
}

#visual .price {
  display: flex;
  align-items: flex-end;
  color: #D3B37D;
  margin-bottom: 139px;
}

#visual .price small {
  font-size: 40px !important;
  letter-spacing: 0.02em;
  line-height: 1;
}

#visual .price b {
  font-size: 100px;
  letter-spacing: 0.03em;
  line-height: 1.2;
}

#visual .add {
  font-size: 15px;
  line-height: 1;
  color: #fff;
  letter-spacing: 0.07em;
}

/*---------------------------------
 #reason
---------------------------------*/

#reason {
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  padding: 82px 0 80px 0;
}

#reason h2 {
  font-size: 50px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5C3D29;
  text-align: center;
  margin-bottom: 51px;
}

#reason .topIcon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: -19px;
}

#reason .topIcon li {
  width: 210px;
  height: 210px;
  background: url('../img/reason-iconBg.png') center center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
}

#reason .topIcon li span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.03em;
  color: #5C3D29;
  text-align: center;
}

#reason .bottomIcon {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 34px;
}

#reason .bottomIcon li {
  width: 210px;
  height: 210px;
  background: url('../img/reason-iconBg.png') center center no-repeat;
  background-size: 100% auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 97px;
}

#reason .bottomIcon li span {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.333;
  letter-spacing: 0.03em;
  color: #5C3D29;
  text-align: center;
}

/*---------------------------------
 #feature
---------------------------------*/

#feature {
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  background: #F8F4F1;
  padding: 81px 0 103px 0;
}

#feature h2 {
  font-size: 40px;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5C3D29;
  text-align: center;
  margin-bottom: 45px;
}

#feature table {
  width: 100%;
  border: 1px solid #D8D8D8;
  box-sizing: border-box;
}

#feature table th {
  font-size: 26px;
  line-height: 1;
  letter-spacing: 0.08em;
  color: #5C3D29;
  text-align: center;
  width: 33.7%;
  background: #CACFD2;
  padding: 32px 0;
}

#feature table th:nth-child(1) {
  width: 28.6%;
}

#feature table th:nth-child(2) {
  color: #fff;
  background: #D29A37;
}

#feature table td {
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #5C3D29;
  text-align: center;
  background: #F4F6F7;
  padding: 35px 0;
  border-bottom: 1px solid #D8D8D8;
  box-sizing: border-box;
}

#feature table td:nth-child(2) {
  background: #FEFBEA;
}

#feature table td:nth-child(3) {
  background: #FFF;
}

/*---------------------------------
 #point
---------------------------------*/

#point {
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  background: #FFFFFF;
  padding: 91px 0 78px 0;
}

#point .inner {
  max-width: 1366px;
  width: 100%;
}

#point .box01 {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 142px;
}

#point .box01 .image {
  width: 40.26%;
  max-width: 550px;
}

#point .box01 .image img {
  max-width: 100%;
}

#point .box01 .conts {
  width: 43.99%;
  max-width: 601px;
  margin: 0 30px 0 0;
}

#point .box01 .conts .pointHead {
  margin-bottom: 127px;
}

#point .box01 .conts .pointHead p {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

#point .box01 .conts .pointHead p:after {
  content: '';
  width: 117px;
  height: 117px;
  background: #fff;
  border-left: 1px solid #CEAC76;
  position: absolute;
  left: 126px;
  bottom: -89px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#point .box01 .conts .pointHead p small {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
  padding: 0;
  margin: 0 13px 0 0;
  transform: translate(-2px, -4px);
  -webkit-transform: translate(-2px, -4px);
}

#point .box01 .conts .pointHead p b {
  font-size: 121px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
}

#point .box01 .conts h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 33px;
}

#point .box01 .conts p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 32px;
}

#point .box02 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 88px;
}

#point .box02 .image {
  width: 35.87%;
  max-width: 490px;
  transform: translateY(37px);
  -webkit-transform: translateY(37px);
}

#point .box02 .image img {
  max-width: 100%;
}

#point .box02 .conts {
  width: 43.99%;
  max-width: 601px;
  margin: 0 0 0 92px;
}

#point .box02 .conts .pointHead {
  margin-bottom: 127px;
}

#point .box02 .conts .pointHead p {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#point .box02 .conts .pointHead p:after {
  content: '';
  width: 117px;
  height: 117px;
  background: #fff;
  border-left: 1px solid #CEAC76;
  position: absolute;
  right: -78px;
  bottom: -89px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#point .box02 .conts .pointHead p small {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
  padding: 0;
  margin: 0 13px 0 0;
  transform: translate(-2px, -4px);
  -webkit-transform: translate(-2px, -4px);
}

#point .box02 .conts .pointHead p b {
  font-size: 121px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
}

#point .box02 .conts h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 33px;
}

#point .box02 .conts p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 127px;
}

#point .box03 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: row-reverse;
  margin-bottom: 154px;
}

#point .box03 .image {
  width: 35.87%;
  max-width: 490px;
  transform: translateY(59px);
  -webkit-transform: translateY(59px);
}

#point .box03 .image img {
  max-width: 100%;
}

#point .box03 .conts {
  width: 43.99%;
  max-width: 601px;
  margin: 0 92px 0 0;
}

#point .box03 .conts .pointHead {
  margin-bottom: 127px;
}

#point .box03 .conts .pointHead p {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
}

#point .box03 .conts .pointHead p:after {
  content: '';
  width: 117px;
  height: 117px;
  background: #fff;
  border-left: 1px solid #CEAC76;
  position: absolute;
  left: 126px;
  bottom: -89px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#point .box03 .conts .pointHead p small {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
  padding: 0;
  margin: 0 13px 0 0;
  transform: translate(-2px, -4px);
  -webkit-transform: translate(-2px, -4px);
}

#point .box03 .conts .pointHead p b {
  font-size: 121px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
}

#point .box03 .conts h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 33px;
}

#point .box03 .conts p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 32px;
}

#point .box04 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 117px;
}

#point .box04 .image {
  width: 35.87%;
  max-width: 490px;
  transform: translateY(37px);
  -webkit-transform: translateY(37px);
}

#point .box04 .image img {
  max-width: 100%;
}

#point .box04 .conts {
  width: 43.99%;
  max-width: 601px;
  margin: 0 0 0 92px;
}

#point .box04 .conts .pointHead {
  margin-bottom: 127px;
}

#point .box04 .conts .pointHead p {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
}

#point .box04 .conts .pointHead p:after {
  content: '';
  width: 117px;
  height: 117px;
  background: #fff;
  border-left: 1px solid #CEAC76;
  position: absolute;
  right: -78px;
  bottom: -89px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

#point .box04 .conts .pointHead p small {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
  padding: 0;
  margin: 0 13px 0 0;
  transform: translate(-2px, -4px);
  -webkit-transform: translate(-2px, -4px);
}

#point .box04 .conts .pointHead p b {
  font-size: 121px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #CEAC76;
}

#point .box04 .conts h3 {
  font-size: 34px;
  font-weight: 700;
  line-height: 1.41;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 33px;
}

#point .box04 .conts p {
  font-size: 18px;
  font-weight: 500;
  line-height: 2;
  letter-spacing: 0.03em;
  color: #5C3D29;
  position: relative;
  margin-bottom: 127px;
}

/*---------------------------------
 #doctors
---------------------------------*/

#doctors {
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  background: #FAF5E8;
  padding: 83px 0 6px 0;
}

#doctors h2 {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5C3D29;
  text-align: center;
  margin-bottom: 80px;
}

#doctors h2:after {
  content: '';
  width: 46px;
  height: 3px;
  background: #DCC39B;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#doctors .doctorFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 59px;
}

#doctors .doctorFlex .imageArea {
  width: 240px;
}

#doctors .doctorFlex .imageArea .image {
  width: 100%;
  margin-bottom: 26px;
}

#doctors .doctorFlex .imageArea .image img {
  max-width: 100%;
}

#doctors .doctorFlex .imageArea p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  color: #5C3D29;
  text-align: center;
}

#doctors .doctorFlex .conts {
  width: calc(100% - 300px);
}

#doctors .doctorFlex .conts h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.555;
  letter-spacing: 0.03em;
  color: #5C3D29;
  margin-bottom: 26px;
}

#doctors .doctorFlex .conts p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  letter-spacing: 0;
  color: #5C3D29;
  margin-bottom: 53px;
}

#doctors .doctorFlex .conts p:last-child {
  margin-bottom: 0;
}

#doctors .listFlex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 111px;
}

#doctors .listFlex .box {
  width: 48%;
}

#doctors .listFlex .box h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.555;
  letter-spacing: 0.03em;
  color: #5C3D29;
  margin-bottom: 26px;
}

#doctors .listFlex .box p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  letter-spacing: 0;
  color: #5C3D29;
}

/*---------------------------------
 #payment
---------------------------------*/

#payment {
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  padding: 75px 0 0 0;
}

#payment h2 {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5C3D29;
  text-align: center;
  margin-bottom: 69px;
}

#payment h2:after {
  content: '';
  width: 46px;
  height: 3px;
  background: #DCC39B;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#payment .image {
  width: 100%;
  max-width: 708px;
  margin: 0 auto 0;
  transform: translateX(16px);
  -webkit-transform: translateX(16px);
}

#payment .image img {
  max-width: 100%;
}

/*---------------------------------
 #access
---------------------------------*/

#access {
  position: relative;
  overflow: hidden;
  font-family: "Zen Old Mincho", serif;
  background: #fff;
  padding: 137px 0 195px 0;
}

#access h2 {
  position: relative;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.08em;
  color: #5C3D29;
  text-align: center;
  margin-bottom: 78px;
}

#access h2:after {
  content: '';
  width: 46px;
  height: 3px;
  background: #DCC39B;
  position: absolute;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
}

#access .accessFlex {
  display: flex;
  margin-bottom: 60px;
}

#access .accessFlex .image {
  width: 100%;
  max-width: 246px;
  margin: 0 32px 0 0;
}

#access .accessFlex .image img {
  max-width: 100%;
}

#access .accessFlex .conts {
  width: calc(100% - 278px);
}

#access .accessFlex .conts p {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.555;
  letter-spacing: 0.03em;
  color: #5C3D29;
  margin-bottom: 26px;
}

#access .accessFlex .conts .tel {
  width: 100%;
  max-width: 352px;
}

#access .accessFlex .conts .tel img {
  max-width: 100%;
}

/*----------------------------------------------
  max1000 CSS
----------------------------------------------*/

@media (min-width: 769px) and (max-width: 1000px) {

  #point .box01 .conts p {
    margin-bottom: 20px;
  }

  #point .box02 .conts p {
    margin-bottom: 20px;
  }

  #point .box02 .image {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  #point .box03 .conts p {
    margin-bottom: 20px;
  }

  #point .box03 .image {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  #point .box04 .conts p {
    margin-bottom: 20px;
  }

  #point .box04 .image {
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

}

/*----------------------------------------------
  SP CSS
----------------------------------------------*/

@media (max-width: 700px) {
  .header-inner{
    flex-direction: column;
  }
  .header-tel img{
    width: 70%;
  }



  #wrapper {
    padding: 115px 0 0;
  }

  .buttons {
    padding: 0;
    gap: 6px;
  }

  .buttons a {
    width: 35%;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .cta a {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /*---------------------------------
  #visual
  ---------------------------------*/

  #visual {
    margin-top: 6px;
    padding: 50px 0 23px 0;
    background: url(../img/fv_sp.jpg) right bottom/cover no-repeat;
  }

  #visual h2 {
    font-size: 20px;
    line-height: 1.2;
  }

  #visual h3 {
    font-size: 30px;
    margin-bottom: 14px;
  }

  #visual .price {
    margin-bottom: 40px;
  }

  #visual .price b {
    font-size: 43px;
    margin-right: 3px;
    margin-bottom: 0;
  }

  #visual .price small {
    font-size: 20px !important;
  }

  /*---------------------------------
  #reason
  ---------------------------------*/

  #reason {
    padding: 30px 0;
  }

  #reason h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  #reason .topIcon {
    margin-bottom: 0;
    padding-inline: 0;
  }

  #reason .topIcon li {
    width: 100px;
    height: 100px;
  }

  #reason .topIcon li span {
    font-size: 14px;
  }

  #reason .bottomIcon{
    padding-inline: 0;
  }

  #reason .bottomIcon li {
    width: 100px;
    height: 100px;
    margin: 0 5px;
  }

  #reason .bottomIcon li span {
    font-size: 14px;
  }

  /*---------------------------------
  #feature
  ---------------------------------*/

  #feature {
    padding: 30px 0;
  }

  #feature h2 {
    font-size: 28px;
    margin-bottom: 18px;
  }

  #feature table th {
    font-size: 15px;
    padding: 20px 0;
  }

  #feature table td {
    font-size: 15px;
    vertical-align: middle;
    padding: 20px 5px;
  }

  #feature table td .icon {
    max-width: 22px;
    display: inline-flex;
  }

  #feature table td .icon img {
    max-width: 100%;
  }

  /*---------------------------------
  #point
  ---------------------------------*/

  #point {
    padding: 30px 0;
  }

  #point .box01 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #point .box01 .conts .pointHead {
    margin-bottom: 27px;
  }

  #point .box01 .conts .pointHead p small {
    font-size: 18px !important;
    margin: 0 3px 0 0;
    transform: translate(-2px, -4px);
    -webkit-transform: translate(-2px, -4px);
  }

  #point .box01 .conts .pointHead p b {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #CEAC76;
  }

  #point .box01 .conts .pointHead p:after {
    width: 60px;
    height: 60px;
    left: 85px;
    bottom: -41px;
  }

  #point .box01 .image {
    width: 100%;
    height: 200px;
    max-width: initial;
    margin-bottom: 10px;
  }

  #point .box01 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #point .box01 .conts {
    width: 86%;
    max-width: initial;
    margin: 0 7% 0 0;
  }

  #point .box01 .conts h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #point .box01 .conts p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  #point .box02 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #point .box02 .conts .pointHead {
    margin-bottom: 27px;
  }

  #point .box02 .conts .pointHead p {
    justify-content: flex-start;
  }

  #point .box02 .conts .pointHead p small {
    font-size: 18px !important;
    margin: 0 3px 0 0;
    transform: translate(-2px, -4px);
    -webkit-transform: translate(-2px, -4px);
  }

  #point .box02 .conts .pointHead p b {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #CEAC76;
  }

  #point .box02 .conts .pointHead p:after {
    width: 60px;
    height: 60px;
    left: 85px;
    bottom: -41px;
  }

  #point .box02 .image {
    width: 100%;
    height: 200px;
    max-width: initial;
    margin-bottom: 10px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  #point .box02 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #point .box02 .conts {
    width: 86%;
    max-width: initial;
    margin: 0 7% 0 0;
  }

  #point .box02 .conts h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #point .box02 .conts p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  #point .box03 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #point .box03 .conts .pointHead {
    margin-bottom: 27px;
  }

  #point .box03 .conts .pointHead p small {
    font-size: 18px !important;
    margin: 0 3px 0 0;
    transform: translate(-2px, -4px);
    -webkit-transform: translate(-2px, -4px);
  }

  #point .box03 .conts .pointHead p b {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #CEAC76;
  }

  #point .box03 .conts .pointHead p:after {
    width: 60px;
    height: 60px;
    left: 85px;
    bottom: -41px;
  }

  #point .box03 .image {
    width: 100%;
    height: 200px;
    max-width: initial;
    margin-bottom: 10px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  #point .box03 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #point .box03 .conts {
    width: 86%;
    max-width: initial;
    margin: 0 7% 0 0;
  }

  #point .box03 .conts h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #point .box03 .conts p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  #point .box04 {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #point .box04 .conts .pointHead {
    margin-bottom: 27px;
  }

  #point .box04 .conts .pointHead p {
    justify-content: flex-start;
  }

  #point .box04 .conts .pointHead p small {
    font-size: 18px !important;
    margin: 0 3px 0 0;
    transform: translate(-2px, -4px);
    -webkit-transform: translate(-2px, -4px);
  }

  #point .box04 .conts .pointHead p b {
    font-size: 60px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: 0.03em;
    color: #CEAC76;
  }

  #point .box04 .conts .pointHead p:after {
    width: 60px;
    height: 60px;
    left: 85px;
    bottom: -41px;
  }

  #point .box04 .image {
    width: 100%;
    height: 200px;
    max-width: initial;
    margin-bottom: 10px;
    transform: translateY(0);
    -webkit-transform: translateY(0);
  }

  #point .box04 .image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  #point .box04 .conts {
    width: 86%;
    max-width: initial;
    margin: 0 7% 0 0;
  }

  #point .box04 .conts h3 {
    font-size: 24px;
    margin-bottom: 10px;
  }

  #point .box04 .conts p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  /*---------------------------------
  #doctors
  ---------------------------------*/

  #doctors {
    padding: 30px 0 5px;
  }

  #doctors h2 {
    font-size: 28px;
    margin-bottom: 48px;
  }

  #doctors .doctorFlex {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #doctors .doctorFlex .imageArea {
    width: 60%;
    margin: 0 auto 20px;
  }

  #doctors .doctorFlex .imageArea .image {
    margin-bottom: 20px;
  }

  #doctors .doctorFlex .imageArea p {
    font-size: 14px;
  }

  #doctors .doctorFlex .conts {
    width: 100%;
  }

  #doctors .doctorFlex .conts p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  #doctors .listFlex {
    flex-direction: column;
    margin-bottom: 50px;
  }

  #doctors .listFlex .box {
    width: 100%;
    margin-bottom: 20px;
  }

  #doctors .listFlex .box h3 {
    font-size: 22px;
    margin-bottom: 14px;
  }

  #doctors .listFlex .box p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
  }

  /*---------------------------------
  #payment
  ---------------------------------*/

  #payment {
    padding: 30px 0;
  }

  #payment h2 {
    font-size: 28px;
    margin-bottom: 48px;
  }

  #payment .image {
    width: 80%;
    max-width: initial;
    margin: 0 auto 0;
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }

  /*---------------------------------
  #access
  ---------------------------------*/

  #access {
    padding: 30px 0 80px;
  }

  #access h2 {
    font-size: 28px;
    margin-bottom: 48px;
  }

  #access .accessFlex {
    flex-direction: column;
    margin-bottom: 30px;
  }

  #access .accessFlex .image {
    width: 80%;
    max-width: initial;
    margin: 0 auto 20px;
  }

  #access .accessFlex .conts {
    width: 100%;
  }

  #access .accessFlex .conts p {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  #access .accessFlex .conts .tel {
    width: 100%;
    max-width: 352px;
    margin: 0 auto 0;
  }

}

.header-inner{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-inline: auto;
  max-width: 1000px;
}

.header-logo{

}

.header-tel{
  padding-block: 30px;
}

@media (max-width: 768px) {
.header-tel{
  text-align: center;
  padding-block: 10px;
}
}

.buttons a{
  white-space: nowrap;
  width: 350px;
}

.cta {
  position: fixed;
  bottom: 0;
  background: #fff;
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
  padding: 20px;
  gap: 16px;
}

.cta a {
  color: #fff;
  text-decoration: none;
  padding: 20px;
  font-size: 24px;
  border-radius: 10px;
  order: 1px solid #d0a665;
  background: #dfb980;
  background: -moz-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dfb980), color-stop(100%, #d0a665));
  background: -webkit-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: -o-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: -ms-linear-gradient(top, #dfb980 0%, #d0a665 100%);
  background: linear-gradient(to bottom, #dfb980 0%, #d0a665 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfb980', endColorstr='#d0a665', GradientType=0);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  -moz-text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
  -webkit-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
  -moz-box-shadow: rgba(255, 255, 255, 0.5) 0px 2px 0px -1px inset;
  font-size: 159%;
  font-weight: bold;
  color: #fff;
  text-decoration: none;
  width: 350px;
  text-align: center;
}

@media (max-width: 768px) {
  .cta a{
    font-size: 70%;
    padding: 10px;
  }
}

.u-pc{
  display: block;
}

.u-sp{
  display: none;
}

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

@media (max-width: 768px) {
  .u-sp{
    display: block;
  }
}

.fv-item{
  font-size: 43px;
  display: block;
  color: #D3B37D;
}

@media (max-width: 768px) {
  #visual .price {
      margin-bottom: 0px;
  }
}