@charset "UTF-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
.mainVisual {
  margin: 0 auto;
  width: 1000px;
}

.mainVisual {
  width: 100%;
}

#main .h3Ttl01 {
  margin-bottom: 14px;
  color: #a67c52;
  font-size: 2.1rem;
  font-weight: 500;
  text-align: center;
}

#main .h3Ttl01.lead01 {
  margin-bottom: 0;
}

#main .titleBox {
  /* margin: 0 auto 7px; */
  /* width: 934px; */
  width: 100%;
  background-color: #e2e2f1;
  display: flex;
  justify-content: center;
  position: relative;
}

#main .titleBox .icon {
  margin: 14px 440px 0 20px;
  width: 440px;
  position: absolute;
  bottom: 5px;
}

#main .titleBox .icon img {
  width: 180px;
}

#main .titleBox .title {
  margin: 14px 0 0 20px;
  width: 440px;
  float: left;
  color: #f5911e;
  font-size: 4.2rem;
}

@media all and (-ms-high-contrast: none) {
  #main .titleBox .title {
    margin: 18px 0 -4px 20px;
  }
}
#main .titleBox .priceBox {
  width: 440px;
  margin-left: 440px;
  margin-right: 38px;
  /* float: right;
  text-align: right; */
}

#main .titleBox .priceBox .ttl,
#main .titleBox .priceBox .price {
  display: inline-block;
  vertical-align: top;
}

#main .titleBox .priceBox .ttl {
  margin-top: 19px;
  color: #666;
  /* font-size: 1.9rem; */
  font-size: 3rem;
  /* line-height: 1.4; */
  line-height: 2;
}

#main .titleBox .priceBox .ttl .em {
  margin-left: 4px;
  padding: 2px 2px 0;
  width: 113px;
  display: block;
  font-size: 1.55rem;
  text-align: center;
  border: 1px solid #ccc;
}

#main .titleBox .priceBox .price {
  margin-top: 5px;
  color: #8a6239;
  font-size: 5rem;
}

#main .titleBox .priceBox .price .sm {
  margin-left: 6px;
  display: inline-block;
  font-size: 3.1rem;
  vertical-align: 7px;
}

#main .sec01 {
  margin-bottom: 35px;
  padding: 32px 0 18px;
  /* background-color: #fff5e0; */
}

#main .sec01 .textUl {
  margin: -15px 0 43px;
}

#main .sec01 .textUl li {
  margin-top: 15px;
  padding: 22px 15px;
  width: 386px;
  float: left;
  position: relative;
  color: #666;
  font-size: 2rem;
  text-align: center;
  background-color: #fff;
  box-sizing: border-box;
}

#main .sec01 .textUl li:before {
  width: 108px;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background: url(../img/common/icon04.png) no-repeat center center;
  background-size: 32px auto;
  content: "";
}

#main .sec01 .textUl li:nth-child(2n) {
  float: right;
}

#main .sec01 .textUl li:nth-child(2n):before {
  display: none;
}

#main .sec01 .textUl li .txt {
  display: inline-block;
}

#main .sec01 .textUl li strong {
  color: #f5911e;
}

#main .sec01 .imgBox .photoBox {
  margin: -27px 16px 0 0;
  width: 192px;
  float: right;
}

#main .sec01 .imgBox .textBox {
  width: 620px;
  float: left;
}

#main .sec01 .imgBox .textBox p {
  margin-bottom: 30px;
  text-align: justify;
}

#main .sec01 .imgBox .textBox p:last-child {
  margin-bottom: 0;
}

#main .introduce {
  margin: 0 auto 36px;
  width: 730px;
}

#main .introduce .imgBox .photoBox {
  width: 104px;
  float: right;
  text-align: right;
}

#main .introduce .imgBox .textBox {
  margin-top: 4px;
  width: 452px;
  float: left;
}

#main .introduce .imgBox .textBox h3 {
  margin-bottom: 17px;
  font-size: 1.6rem;
}

#main .introduce .imgBox .textBox .textUl {
  margin-left: 5px;
}

#main .introduce .imgBox .textBox .textUl li {
  padding-left: 42px;
  font-size: 1.6rem;
  line-height: 1.6;
  background: url(../img/common/icon05.png) no-repeat left top 3px;
  background-size: 27px auto;
}

#main .sec02 .textSec {
  margin-bottom: 22px;
  padding: 40px 0 35px;
}

#main .sec02 .textSec p {
  margin-bottom: 35px;
  text-align: justify;
}

#main .sec02 .textSec p.text01 {
  margin-bottom: 26px;
}

#main .sec02 .textSec p:last-child {
  margin-bottom: 0;
}

#main .sec02 .textSec01 {
  margin-bottom: 43px;
}

#main .sec02 .photoSec {
  margin-bottom: 47px;
}

#main .sec02 .photoSec .h3Ttl01 {
  margin-bottom: 6px;
}

#main .sec02 .photoSec .photo {
  text-align: center;
}

#main .sec02 .rest {
  padding: 23px 0 7px;
}

#main .sec02 .rest .h3Ttl01 {
  margin-bottom: 21px;
}

#main .sec02 .rest .photoBox {
  margin-left: 8px;
  width: 320px;
  float: left;
}

#main .sec02 .rest .textBox {
  margin-top: -5px;
  width: 520px;
  float: right;
}

#main .sec02 .rest .textBox p {
  margin-bottom: 27px;
  line-height: 1.68;
  text-align: justify;
}

#main .sec02 .faq {
  padding: 39px 0 31px;
}

#main .sec02 .faq .h3Ttl01 {
  margin-bottom: 38px;
}

#main .sec02 .faq .faqUl {
  margin-bottom: 32px;
  display: flex;
  justify-content: space-between;
  max-width: 800px;
  margin-inline: auto;
}
@media all and (max-width: 767px) {
  #main .sec02 .faq .faqUl {
    flex-direction: column;
  }
}
#main .sec02 .faq .faqUl:last-child {
  margin-bottom: 0;
}

#main .sec02 .faq .faqUl li {
  width: 310px;
  font-size: 1.4rem;
}

#main .sec02 .faq .faqUl dl {
  background-color: #fff;
  box-shadow: 5px 5px 15px -5px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 768px) {
  #main .sec02 .faq .faqUl li:nth-child(odd) {
    margin-left: 0;
  }
}

#main .sec02 .faq .faqUl li:nth-child(2n) {
  float: right;
}

#main .sec02 .faq .faqUl li dt {
  padding: 10px 40px 7px 15px;
  position: relative;
  color: #978475;
  border-bottom: 2px solid #cbc2bb;
  cursor: pointer;
}

@media all and (-ms-high-contrast: none) {
  #main .sec02 .faq .faqUl li dt {
    padding: 13px 40px 4px 15px;
  }
}
#main .sec02 .faq .faqUl li dt .ico {
  width: 45px;
  height: 49px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../img/common/close.png) no-repeat center center;
  background-size: 16px auto;
}

#main .sec02 .faq .faqUl li dt.on .ico {
  background-image: url(../img/common/open.png);
}

#main .sec02 .faq .faqUl li dd {
  display: none;
  padding: 20px 15px 22px;
  line-height: 1.65;
  text-align: justify;
  box-sizing: border-box;
}

@media all and (max-width: 767px) {
  .mainVisual .inner {
    width: auto;
  }
  .mainVisual h2 {
    margin: 0 0 9px 4px;
    width: 92px;
  }
  /* .mainVisual .textImg {
    margin-bottom: 17px;
    width: 100px;
  } */
  .mainVisual .textImg {
    margin: 0 0 5px 10px;
    width: 131px;
  }
  .mainVisual .textImg2 {
    margin-bottom: 17px;
    width: 217px;
  }
  .mainVisual p {
    font-size: 0.83rem;
    line-height: 1.3;
  }
  .mainVisual p.sm {
    font-size: 0.83rem;
  }
  .mainVisual p.big {
    font-size: 1.55rem;
  }
  #main .h3Ttl01 {
    margin-bottom: 5px;
    font-size: 1.8rem;
  }
  #main .h3Ttl01.lead01 {
    margin-bottom: 7px;
  }
  #main .titleBox {
    /* margin: 0 auto -4px;
    padding: 0 10px 0 23px;
    width: auto; */
    margin: 0 auto -4px;
    padding: 0 10px 0 23px;
    width: auto;
    line-height: 5.6rem;
    min-height: 56px;
  }
  #main .titleBox .icon {
    /* margin: 14px 0 0 20px;
    width: 67px;
    left: 0; */
    margin: 14px 0 0 20px;
    width: 67px;
    left: 0;
  }
  #main .titleBox .title {
    /* margin: 7px 0 0;
    width: 50%;
    font-size: 1.3rem; */
    margin: 7px 0 0;
    width: 43%;
    font-size: 1.3rem;
  }
  #main .titleBox .priceBox {
    /* width: 45%; */
    width: 55%;
    margin-left: 110px;
    margin-right: 0;
  }
  #main .titleBox .priceBox .ttl {
    /* margin: 8px 5px 0 0;
    font-size: 0.9rem;
    line-height: 1.3;
    text-align: center; */
    margin: 8px 5px 0 0;
    /* font-size: 0.9rem; */
    font-size: 1.2rem;
    /* line-height: 1.3; */
    line-height: 4rem;
    text-align: center;
  }
  #main .titleBox .priceBox .ttl .em {
    margin-left: 0;
    padding: 1px 1px 0;
    width: 55px;
    font-size: 0.75rem;
  }
  #main .titleBox .priceBox .price {
    margin-top: 0;
    font-size: 2.5rem;
  }
  #main .titleBox .priceBox .price .sm {
    margin-left: 3px;
    font-size: 1.55rem;
    vertical-align: 3px;
  }
  #main .sec01 {
    margin-bottom: 30px;
    padding: 16px 0 25px;
  }
  #main .sec01 .textUl {
    margin: 0 0 19px;
  }
  #main .sec01 .textUl li {
    margin: 0 0 32px;
    padding: 11px 15px 7px 22px;
    width: auto;
    float: none;
    font-size: 1.15rem;
  }
  #main .sec01 .textUl li:before {
    width: 100%;
    height: 32px;
    left: 0;
    top: 100%;
    background-size: 16px auto;
  }
  #main .sec01 .textUl li:last-child {
    margin-bottom: 0;
  }
  #main .sec01 .textUl li:nth-child(2n) {
    float: none;
  }
  #main .sec01 .textUl li:nth-child(2n):before {
    display: block;
  }
  #main .sec01 .textUl li:last-child:before {
    display: none;
  }
  #main .sec01 .textUl li .txt {
    display: block;
  }
  #main .sec01 .imgBox .photoBox {
    margin: 11px 0 0;
    width: 96px;
    float: right;
  }
  #main .sec01 .imgBox .textBox {
    width: calc(100% - 98px);
  }
  #main .sec01 .imgBox .textBox p {
    margin: 0 -10px 20px 0;
  }
  #main .introduce .imgBox .photoBox {
    width: 75px;
  }
  #main .introduce .imgBox .textBox {
    margin-top: 0;
    width: calc(100% - 92px);
  }
  #main .introduce .imgBox .textBox h3 {
    margin-bottom: 9px;
    font-size: 1.05rem;
  }
  #main .introduce .imgBox .textBox .textUl {
    margin: 0 -15px 0 5px;
    width: 100%;
  }
  #main .introduce .imgBox .textBox .textUl li {
    padding-left: 20px;
    font-size: 1.6rem;
    line-height: 1.25;
    background-size: 14px auto;
  }
  #main .sec02 .textSec {
    margin-bottom: 16px;
    padding: 15px 0 30px;
  }
  #main .sec02 .textSec p {
    margin-bottom: 27px;
  }
  #main .sec02 .textSec p.text01 {
    margin-bottom: 21px;
    padding-top: 7px;
  }
  #main .sec02 .textSec01 {
    margin-bottom: 23px;
    padding-bottom: 0;
  }
  #main .sec02 .textSec01 .content {
    margin: 0 30px;
  }
  #main .sec02 .photoSec {
    margin: 0 auto 25px;
  }
  #main .sec02 .photoSec .photo {
    margin: 0 auto;
    width: 95.5%;
    text-align: center;
  }
  #main .sec02 .rest {
    margin-bottom: 8px;
    padding: 15px 0 10px;
  }
  #main .sec02 .rest .h3Ttl01 {
    margin-bottom: 8px;
  }
  #main .sec02 .rest .photoBox {
    margin: 0 auto 26px;
    width: 74%;
    float: none;
    text-align: center;
  }
  #main .sec02 .rest .textBox {
    margin-top: 0;
    width: auto;
    float: none;
  }
  #main .sec02 .rest .textBox p {
    margin: 0 5px 21px;
  }
  #main .sec02 .faq {
    margin-top: 0;
    padding: 16px 6px 31px;
  }
  #main .sec02 .faq .h3Ttl01 {
    margin-bottom: 17px;
  }
  #main .sec02 .faq .faqUl {
    margin-bottom: 23px;
  }
  #main .sec02 .faq .faqUl li {
    margin-bottom: 23px;
    width: auto;
    float: none !important;
  }
  #main .sec02 .faq .faqUl li:last-child {
    margin-bottom: 0;
  }
  #main .sec02 .faq .faqUl dl {
    font-size: 1.15rem;
    box-shadow: 5px 5px 10px -5px rgba(0, 0, 0, 0.3);
  }
  #main .sec02 .faq .faqUl li dt {
    padding: 2px 20px 2px 10px;
    font-size: 1.2rem;
    border-bottom: 1px solid #cbc2bb;
  }
  #main .sec02 .faq .faqUl li dt .ico {
    width: 38px;
    height: 25px;
    background-size: 8px auto;
  }
  #main .sec02 .faq .faqUl li dd {
    padding: 8px 8px 12px;
    line-height: 1.65;
  }
}
@media (min-width: 320px) and (max-width: 383px) {
  #main .introduce .imgBox .textBox {
    width: 100%;
  }
  #main .introduce .imgBox .textBox .textUl {
    margin-right: 0;
  }
}
.shikumi {
  display: block;
}

.shikumi table {
  border: 1px solid #b99636;
  margin: 20px 0;
  padding: 10px;
}

.shikumi table th {
  border: none;
  width: 25%;
}

.shikumi table th img {
  width: auto;
}

@media all and (max-width: 767px) {
  .shikumi table th {
    border: none;
    width: 35%;
  }
}
.StepB {
  display: block;
  margin-bottom: 40px;
  margin-left: 20px;
}

.StepBInText {
  width: 60%;
  float: left;
}

.StepBInText img {
  float: left;
  width: 20%;
  margin-right: 2%;
}

.StepBInText h3 {
  color: #df79ad;
  vertical-align: middle;
  line-height: 3.5;
}

.StepBInText p {
  display: block;
  background-color: #ffffff;
  padding: 20px;
}

.FontColP {
  color: #df79ad;
}

.padC {
  padding: 20px 0;
}

.StepBInImg {
  width: 25%;
  margin-left: 10%;
  float: left;
}

.StepBInImg img {
  width: auto;
}

.lineC {
  line-height: 1.2;
  font-weight: bold;
}

.lineC img {
  float: left;
}

.lineC span {
  display: block;
  float: left;
  color: #df79ad;
}

.StepBplus img {
  margin: 0 45%;
  width: 8%;
}

.StepBplus {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .StepB {
    margin-bottom: 20px;
    margin-left: 0;
  }
  .StepBInText {
    width: 65%;
  }
  .StepBInText img {
    width: 20%;
    margin-right: 2%;
  }
  .StepBInText p {
    padding: 10px;
  }
  .FontColP {
    color: #df79ad;
  }
  .padC {
    padding: 20px 0;
  }
  .StepBInImg {
    margin-top: 20px;
  }
  .StepBInImg img {
    width: auto;
  }
  .lineC {
    line-height: 1.2;
    font-weight: bold;
  }
  .lineC img {
    float: left;
  }
  .lineC span {
    display: block;
    float: left;
    color: #df79ad;
  }
  .StepBplus img {
    margin: 0 45%;
    width: 8%;
  }
  .StepBplus {
    margin-bottom: 20px;
  }
}
.TopLine {
  vertical-align: top;
}

.Doctor {
  margin-bottom: 60px;
  margin-top: 15px;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ",
    sans-serif;
}

.Doctor img {
  float: right;
  width: 25%;
}

.Doctor table {
  width: 70%;
}

.Doctor table td {
  margin-right: 20px;
  vertical-align: top;
}

.clinic {
  margin-bottom: 60px;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  color: #594c2b;
}

.clinic p {
  text-align: center;
  margin: 40px 0;
}

.clinic span {
  font-size: 130%;
}

.clinic img {
  width: auto;
}

@media all and (max-width: 767px) {
  .Doctor img {
    float: left;
    width: 45%;
    margin-bottom: 40px;
  }
  .Doctor table {
    width: 100%;
  }
  .name {
    margin-bottom: 40px;
    float: left;
    width: 45%;
    font-size: 130%;
  }
}
.photoBox02 {
  width: 25%;
  margin: 0 auto;
}

.Oshirase {
  color: rgb(35, 24, 21);
  text-align: center;
  width: auto;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
  font-size: 130%;
  background-color: #edecdd;
  margin: 20px 0px 40px;
  padding: 10px;
  box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.4);
  font-weight: 900;
}

.Oshirase02 {
  display: block;
  border-top: 10px solid #edecdd;
  border-bottom: 10px solid #edecdd;
  margin: 30px 0 30px;
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
  width: auto;
}

.Oshirase02 h3 {
  text-align: center;
  font-size: 130%;
  margin: 15px 0 20px;
  font-weight: 900;
}

.Oshirase02 p {
  line-height: 1.7;
  margin: 10px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .Oshirase {
    font-size: 110%;
    margin: 20px 0px;
    padding: 10px 20px;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.4);
  }
}
.Minchou {
  font-family: 游明朝, "Yu Mincho", 游明朝体, YuMincho, serif;
}

.ListDisc {
  margin-bottom: 80px;
}

.ListDisc ul {
  margin-left: 30px;
}

.ListDisc li {
  list-style-type: disc;
  margin-bottom: 10px;
}

.Corona p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 20px;
}

.Corona h3 {
  margin: 50px 0 20px;
  font-size: 130%;
}

.titleCorona {
  display: block;
  margin: 0 0 40px;
  padding: 50px 0 100px 30px;
  background-color: #dfd9d9;
}

.titleCorona h1 {
  font-weight: bold;
  font-size: 140%;
}

.TextRight {
  text-align: right;
  font-size: 20px !important;
}

.Corona h2 {
  margin: 50px 0 40px;
  font-size: 140%;
  background-color: #edecdd;
  text-align: center;
  padding: 10px 0;
  border-radius: 5px;
}

@media all and (min-width: 0) and (max-width: 767px) {
  .TextRight {
    font-size: 14px !important;
  }
}
/* 当院の新型コロナウイルス感染症対策について 2022/12/13 */
.content_box_bottom {
  width: 962px;
  margin: 120px auto 0;
}

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

.covid_box {
  width: 100%;
  box-sizing: border-box;
  padding: 60px;
  margin: 0 auto;
  background: #d2efea;
  text-align: center;
}

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

.mb30 {
  margin-bottom: 30px;
}

.mb60 {
  margin-bottom: 60px;
}

.covid_txtbox {
  background: #fff;
  box-sizing: border-box;
  padding: 40px;
  position: relative;
}

h3.subtit_covid {
  font-size: 1.6rem;
  font-weight: normal;
  color: #00a3be;
  padding: 10px;
  background: #fff;
  border-radius: 30px;
  border: 2px solid #6ec6cb;
  margin: 0 auto 30px;
}

h4.subtit_covid {
  font-size: 2.4rem;
  font-weight: normal;
  margin-bottom: 30px;
}

.covid_img01 {
  width: 130px;
  position: absolute;
  top: 40px;
  right: 0;
}

.covid_img02 {
  width: 180px;
  position: absolute;
  top: 40px;
  left: 0;
}

.covid_img03 {
  width: 110px;
  position: absolute;
  top: 40px;
  right: 0;
}

.covid_list02 {
  width: 70%;
  margin: 0 0 0 auto;
  text-align: left;
}

.covid_list li {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
}

.covid_list02 li {
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
}

.covid_txtbox table {
  width: 100%;
}

.covid_txtbox table tr {
  display: block;
  margin-bottom: 15px;
}

.covid_txtbox table th {
  width: 10%;
}

.covid_txtbox table td {
  width: 87%;
  font-size: 1.4rem;
  text-align: left;
  line-height: 1.6;
  padding-left: 3%;
}

.covid_txtbox .covid_c-txt {
  font-size: 1.4rem;
  text-align: center;
  line-height: 1.6;
  margin: 30px 0 0;
}

.bottom_btn {
  max-width: 350px;
  background: #e3838c;
  box-sizing: border-box;
  margin: 0 auto 50px;
}

.bottom_btn a {
  width: 96%;
  color: #fff;
  font-size: 1.4rem;
  display: block;
  padding: 10px 2%;
}

.copyright {
  text-align: center;
  font-size: 1.4rem;
  color: #666;
  border-top: 1px solid #717071;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .content_box_bottom {
    padding: 0 !important;
    margin: 0 auto !important;
    width: 100%;
  }
  .covid_box {
    padding: 15px;
    font-size: 1.4rem;
  }
  .covid_txtbox {
    padding: 20px;
  }
  h4.subtit_covid {
    font-size: 2rem;
    margin: 0 auto 20px;
  }
  .covid_img01,
  .covid_img02,
  .covid_img03 {
    position: unset;
    width: 100%;
    margin: 0 auto 15px;
  }
  .covid_txtbox table tr {
    margin-bottom: 30px;
    display: flex;
    align-items: flex-start;
  }
  .covid_txtbox table th {
    width: 30%;
  }
  .covid_txtbox table td {
    width: 65%;
    padding-left: 5%;
  }
  .copyright {
    font-size: 0.8rem;
  }
  .covid_list02 {
    width: 100%;
  }
  .covid_txtbox .covid_c-txt {
    margin: 30px 0;
  }
}
/* 202408 */
.hLinkUlInner {
  width: 463px;
  margin: auto;
}

.hLinkUlInner li {
  width: 144px;
  float: left;
}

.hLinkUlInner li:nth-child(3n-1) {
  margin: 0 15px;
}

.hLinkUlInner li a {
  padding: 2px 15px 0 30px;
  display: block;
  position: relative;
  color: #fff;
  font-size: 1.4rem;
  word-break: break-all;
  /* text-align: right; */
  text-align: center;
  line-height: 33px;
  border-radius: 5px;
  background-color: #403a3c;
}

.hLinkUlInner li a:hover {
  background-color: #7a7677;
}

.hLinkUlInner li a:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 3px;
  border-radius: 5px;
  background-color: #b9b9bb;
  content: "";
  z-index: -1;
}

.hLinkUlInner li .ico {
  display: block;
  line-height: 0;
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
}

.hLinkUlInner li.tel a {
  font-size: 1.4rem;
}

.goyoyaku {
  text-align: center;
  font-weight: normal;
  font-size: 130%;
}

.otoiawase {
  background-color: #fffabe;
  padding: 20px 0 20px;
  max-width: 1000px;
  margin: 0 auto;
}

@media all and (max-width: 767px) {
  .hLinkUlInner {
    width: 105%;
    margin: auto;
  }
  .hLinkUlInner li {
    width: 30%;
    margin: 0 2% 0 0;
  }
  .hLinkUlInner li:nth-child(3n-1) {
    margin: 2%;
  }
  .hLinkUlInner li a {
    display: block;
    position: relative;
    color: #fff;
    font-size: 1.2rem;
    word-break: break-all;
    line-height: 15px;
    height: 33px;
    vertical-align: middle;
    padding: 10px;
    text-align: right;
  }
  .hLinkUlInner li a:before {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 3px;
    border-radius: 5px;
    background-color: #b9b9bb;
    content: "";
    z-index: -1;
  }
  .hLinkUlInner li .ico {
    display: block;
    line-height: 0;
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
  }
  .hLinkUlInner li.tel a {
    font-size: 1.2rem;
    line-height: 3;
  }
  .goyoyaku {
    font-size: 150%;
  }
  .content {
    margin: 0 20px;
  }
  .DrBox {
    margin-bottom: 60px;
  }
  .DrBox h3 {
    font-size: 120%;
    width: 45%;
    float: left;
  }
  .DrBox img {
    width: 45%;
    margin-bottom: 20px;
  }
  .DrBox table {
    width: 100%;
    margin-bottom: 20px;
  }
  .DrBox table td {
    padding: 0;
  }
}
/* scss */
#main {
  max-width: 1000px;
  margin: 0 auto;
}

.sec01 .content {
  width: 840px;
}
@media screen and (max-width: 768px) {
  .sec01 .content {
    width: auto;
  }
}
.sec01 h2 {
  text-align: center;
  font-weight: normal;
  color: #da4f71;
  font-size: 2.1rem;
  margin-bottom: 40px;
}
.sec01 h3 {
  color: #ee7695;
  font-size: 1.6rem;
  margin-bottom: 40px;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  .sec01 h3 {
    margin-bottom: 20px;
  }
}
.sec01 p {
  font-size: 1.5rem;
  margin-bottom: 40px;
}
.sec01 p .txtPurple {
  color: #93278f;
}
.sec01 p .txtRed {
  color: #c1272d;
}
.sec01 .flex {
  display: flex;
  margin-bottom: 26px;
}
.sec01 .flex img {
  margin-left: 40px;
}

.introduce {
  background-color: #f2f2f2;
  width: 608px !important;
  padding: 84px 196px 52px;
  margin-bottom: 0 !important;
}
@media screen and (max-width: 768px) {
  .introduce {
    padding: 20px;
    width: calc(100% - 40px) !important;
  }
}
.introduce .imgBox {
  display: flex !important;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .introduce .imgBox {
    flex-direction: column;
    align-items: center;
  }
  .introduce .imgBox .photoBox {
    display: none;
  }
}

.sec02 h2 {
  margin: 42px 0;
  font-weight: normal;
  text-align: center;
  font-size: 1.8rem;
}
.sec02 .contentEx {
  background-image: url(../img/index/202408/photo3.png);
  background-repeat: no-repeat;
  padding: 96px 135px 68px;
}
@media screen and (max-width: 768px) {
  .sec02 .contentEx {
    padding: 50px 20px 20px;
    background-image: url(../img/index/202408/photo3-sp.png);
    background-size: cover;
    height: auto;
  }
}
.sec02 .contentEx .flex {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .sec02 .contentEx .flex {
    flex-direction: column;
  }
}
.sec02 .contentEx .flex .flexL {
  width: 276px;
  font-size: 1.8rem;
  color: #0071bc;
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
}
.sec02 .contentEx .flex .flexL img {
  width: 234px;
}
@media screen and (max-width: 768px) {
  .sec02 .contentEx .flex .flexL img {
    margin: 0 auto;
    padding: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .sec02 .contentEx .flex .flexL {
    width: 100%;
    justify-content: flex-start;
  }
}
.sec02 .contentEx .flex .flexR {
  width: 326px;
  font-size: 1.5rem;
  color: #604c3f;
}
@media screen and (max-width: 768px) {
  .sec02 .contentEx .flex .flexR {
    width: 100%;
  }
}
.sec02 .content3 {
  padding: 50px 135px 68px;
}
@media screen and (max-width: 768px) {
  .sec02 .content3 {
    padding: 20px;
  }
}
.sec02 .content3 .flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .sec02 .content3 .flex {
    flex-direction: column;
    align-items: center;
  }
}
.sec02 .content3 .flex .flex1 {
  width: 276px;
  font-size: 1.8rem;
  color: #0071bc;
}
@media screen and (max-width: 768px) {
  .sec02 .content3 .flex .flex1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec02 .content3 .flex .flex2 {
  width: 326px;
  font-size: 1.5rem;
  color: #604c3f;
}
@media screen and (max-width: 768px) {
  .sec02 .content3 .flex .flex2 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec02 .content3 .flex .flex3 {
  width: 374px;
}
@media screen and (max-width: 768px) {
  .sec02 .content3 .flex .flex3 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.sec02 .content3 .flex .flex4 {
  margin-top: 90px;
  width: 314px;
  font-size: 1.8rem;
  color: #0071bc;
}
@media screen and (max-width: 768px) {
  .sec02 .content3 .flex .flex4 {
    width: 100%;
    margin-top: 0px;
  }
}
.sec02 .content3 .flex .flex4 .cap {
  margin-top: 20px;
  color: #604c3f;
  font-size: 1.5rem;
}

.step {
  width: 1000px;
  margin: 0 auto 55px;
}
.step h4 {
  text-align: center;
  background-color: #2e3192;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .step {
    width: 92%;
  }
}
.step .stepFlex {
  color: #fff;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  width: 873px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .step .stepFlex {
    width: 100%;
  }
}
.step .stepFlex div {
  background-color: #fff;
  padding: 40px 22px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .step .stepFlex div {
    padding: 30px;
  }
}
.step .stepFlex div .itemLeft {
  color: #c46794;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .step .stepFlex div .itemLeft {
    margin-right: 30px;
  }
}
.step .stepFlex div .itemRight {
  color: #333;
  width: 740px;
  padding: 0px;
}
@media screen and (max-width: 768px) {
  .step .stepFlex div .itemRight {
    width: 92%;
  }
}
.step .stepFlex .itemBgc {
  background-color: #f5f3e6;
}

.drCap {
  width: 1000px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .drCap {
    width: 92%;
  }
}
.drCap h4 {
  text-align: center;
  background-color: #2e3192;
  color: #fff;
  font-size: 23px;
}
.drCap .drBor {
  border-bottom: 1px solid #333;
  width: 510px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .drCap .drBor {
    width: 100%;
  }
}
.drCap .drFlex {
  padding: 40px 134px;
  display: flex;
  justify-content: space-between;
  text-align: left;
  font-size: 16px;
  color: #333;
}
@media screen and (max-width: 768px) {
  .drCap .drFlex {
    flex-direction: column;
    padding: 30px 15px;
  }
}
.drCap .drFlex .itemLeft {
  width: 163px;
}
@media screen and (max-width: 768px) {
  .drCap .drFlex .itemLeft {
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .drCap .drFlex .itemLeft .flexSsp {
    display: flex;
    justify-content: space-between;
  }
  .drCap .drFlex .itemLeft .flexSsp img {
    width: 163px;
    margin-top: 7px;
  }
}
.drCap .drFlex .itemLeft .titleTop {
  font-size: 11px;
  width: 240px;
}
.drCap .drFlex .itemLeft .titleMid {
  font-size: 18px;
  margin-bottom: 30px;
}
.drCap .drFlex .itemRight {
  padding-top: 40px;
}
@media screen and (max-width: 768px) {
  .drCap .drFlex .itemRight {
    padding-top: 30px;
  }
}
.drCap .drFlex .itemRight table {
  font-size: 13px;
  color: #333;
}
.drCap .drFlex .itemRight table tr td {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .drCap .drFlex .itemRight table tr td {
    font-size: 1.05rem;
  }
}
.drCap .drFlex .itemRight table tr .tdVar {
  padding-right: 15px;
  vertical-align: top;
}

.footerCap {
  width: 1000px;
  margin: 0 auto 55px;
}
@media screen and (max-width: 768px) {
  .footerCap {
    width: 92%;
  }
}
.footerCap h4 {
  text-align: center;
  background-color: #2e3192;
  color: #fff;
  font-size: 23px;
}

/*------------------------------------------------------------
	style.css
------------------------------------------------------------*/
#main .index .top_sec01 {
  /* max-width: 940px; */
  background-color: #e6e6e6;
  width: 940px;
  padding: 12px 30px 52px;
  margin: 0 auto 42px;
  position: relative;
  /* background-color: #f9f8f7; */
}
#main .index .top_sec01 .h3Ttl01 {
  margin-left: 30px;
}
@media screen and (max-width: 768px) {
  #main .index .top_sec01 {
    width: 84%;
    margin: 0 auto 30px;
  }
}

.other {
  max-width: 630px;
}

#main .index .top_sec01 .ttl {
  margin-bottom: 20px;
  font-size: 30px;
  line-height: 1.66;
  text-align: center;
  font-family: "游明朝", "Yu Mincho", "游明朝体", "YuMincho", serif;
  color: #623b14;
  font-weight: normal;
}

#main .index .top_sec01 .info {
  max-width: 940px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #main .index .top_sec01 .info {
    width: 100%;
  }
}

#main .index .top_sec01 .prev,
#main .index .top_sec01 .prev2,
#main .index .top_sec01 .prev3,
#main .index .top_sec01 .next,
#main .index .top_sec01 .next2,
#main .index .top_sec01 .next3 {
  position: absolute;
  left: -20px;
  top: 50%;
  width: 10px;
  z-index: 9;
  cursor: pointer;
}

#main .index .top_sec01 .next,
#main .index .top_sec01 .next2,
#main .index .top_sec01 .next3 {
  left: auto;
  right: -20px;
}

#main .index .top_sec01 .prev img,
#main .index .top_sec01 .prev2 img,
#main .index .top_sec01 .prev3 img,
#main .index .top_sec01 .next img,
#main .index .top_sec01 .next2 img,
#main .index .top_sec01 .next3 img {
  width: 100%;
  vertical-align: top;
}

#main .index .top_sec01 .slide {
  margin: 0 22px 0 0;
  float: left;
  max-width: 262px;
  vertical-align: top;
  background-color: #fff;
  padding: 20px;
  width: 100%;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #main .index .top_sec01 .slide {
    width: 92% !important;
    margin: 0 20px;
  }
}

#main .index .top_sec01 .slide a {
  display: block;
}

#main .index .top_sec01 .slide a:hover {
  opacity: 0.7;
}

#main .index .top_sec01 .slide p {
  margin-top: 10px;
  color: #333;
  font-size: 1.18rem;
  font-weight: normal;
  line-height: 1.57;
}

#main .index .top_sec01 .slide .pho img {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}

@media screen and (max-width: 767px) {
  #main .index .sec02 .ttl {
    margin-bottom: 48px;
    font-size: 26.5px;
  }
  #main .index .sec02 .ttl span {
    font-size: 15px;
  }
  #main .index .sec02 ul {
    width: auto;
    margin: 0 auto;
  }
  #main .index .sec02 ul li {
    width: auto;
    margin: 0 0 26px;
    padding: 42px 42px 62px;
    float: none;
    background-size: 42px auto;
  }
  #main .index .sec02 ul li:last-child {
    margin-bottom: 0;
  }
  #main .index .sec02 ul li:nth-child(2n) {
    float: none;
  }
  #main .index .sec02 ul li .whiteBox {
    padding: 25px 15px 26px;
  }
  #main .index .sec02 ul li .year {
    margin-bottom: 18px;
    font-size: 23.5px;
  }
  #main .index .sec02 ul li .img img {
    width: 135px;
  }
  #main .index .sec02 ul li .red {
    margin-bottom: 5px;
    font-size: 23.5px;
    line-height: 1.71;
    letter-spacing: 0;
  }
  #main .index .sec02 ul li p {
    line-height: 1.55;
  }
  #main .index .sec02 ul li .comLink {
    bottom: 13px;
  }
}
.slideFlex {
  display: flex;
  justify-content: space-between;
}
.slideFlex .slideFlexLeft {
  width: 96px;
  background-image: url(../img/index/202408/bg-blue.jpg);
  background-repeat: no-repeat;
  text-align: center;
  font-weight: bold !important;
}
.slideFlex .slideFlexRight {
  width: 150px;
}

.sec01 p {
  color: #604c3f;
}

.introduce-photo img {
  width: 100% !important;
}

.instaFlex {
  display: flex;
}

/* 2024.11　juvelookページ用に追加 */
.note__inner {
  max-width: 1000px;
  padding: 10px 30px;
  display: flex;
  justify-content: center;
  gap: 30px;
}
@media screen and (max-width: 768px) {
  .note__inner {
    flex-direction: column;
    gap: 0;
  }
}

.note__text {
  font-size: 16px;
}

/* sec01 content内 */
.flexBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.flexBox__text {
  width: 71%;
}
.flexBox__img {
  width: 25%;
}
.flexBox__img img {
  max-width: 216px;
}
@media screen and (max-width: 768px) {
  .flexBox {
    flex-direction: column;
    gap: 0;
  }
  .flexBox__text {
    width: 100%;
  }
  .flexBox__img {
    width: 100%;
    display: flex;
    justify-content: center;
  }
}

/* case */
.case {
  background: linear-gradient(to right, #f2f2f2, #e3e9f7);
  max-width: 1000px;
}

.case__inner {
  max-width: 100%;
  padding: 60px 80px 40px;
  margin-inline: auto;
}

.case__items {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.case__items:first-child {
  margin-bottom: 30px;
}

.case__item {
  width: 360px;
  background-color: #fff;
  padding: 35px 10px;
  box-sizing: border-box;
}

.case__item-img {
  display: block;
  margin-inline: auto;
  width: 290px;
  margin-bottom: 18px;
}

.case__item-contents {
  width: 100%;
}

.case__title {
  background-color: #edeae0;
  padding: 16px;
  font-size: 1.4rem;
  color: #837960;
  border-bottom: 4px solid #c9caca;
  margin-bottom: 18px;
  margin-inline: auto;
  max-width: 335px;
  box-sizing: border-box;
}

.case__text-wrapper {
  font-size: 1.4rem;
  color: #837960;
  line-height: 1.7;
  padding: 0 10px;
}

.case__text {
  display: flex;
  margin-bottom: 10px;
}

.text-left {
  font-size: 1.4rem;
  color: #9a8250;
  width: 66px;
  margin-right: 12px;
  text-align: center;
}
.text-left span {
  display: block;
  border-bottom: 2px solid #837960;
}
.text-right {
  width: 242px;
  color: #595757;
  font-size: 1.1rem;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .case__inner {
    padding-right: 10px;
    padding-left: 10px;
  }
  .case__items {
    flex-direction: column;
    gap: 30px;
  }
  .case__item {
    width: 90%;
    margin-inline: auto;
  }
  .case__text {
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  .case__item {
    width: 100%;
  }
}

/* caution */
.caution {
  max-width: 1000px;
  background-color: #e6e6e6;
}

.caution__inner {
  max-width: 100%;
  padding: 60px 80px 40px;
  margin-inline: auto;
}

.caution__heading {
  color: #e84872;
  font-size: 1.6rem;
  margin-bottom: 18px;
}

.caution__notes {
  max-width: 780px;
  margin-left: 5px;
}

.caution__note {
  margin-bottom: 20px;
}

.caution__note-title {
  background-color: #c46794;
  color: #fff;
  padding: 5px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  width: fit-content;
}

.caution__note-text {
  font-size: 1.4rem;
  color: #595757;
  line-height: 1.71;
  padding-left: 0.5em;
}
.caution__note ul li {
  font-size: 1.4rem;
  color: #595757;
  line-height: 1.71;
  padding-left: 0.5em;
}

@media screen and (max-width: 768px) {
  .caution__inner {
    padding: 20px;
  }
}

/* contact */
.contact {
  max-width: 1000px;
  background-color: #fffabe;
}

.contact__inner {
  max-width: 100%;
  padding: 10px;
  margin-inline: auto;
}

.contact__heading {
  text-align: center;
  font-weight: normal;
  font-size: 130%;
}

.contact__list {
  display: flex;
  justify-content: center;
  gap: 10px;
}

.contact__item {
  width: 106px;
  display: flex;
  align-items: center;
  background-color: #3f3a3a;
  border-radius: 12px;
  padding: 4px;
  box-shadow: 0 4px #c6c8c8;
}

.contact__item:hover {
  opacity: 0.7;
}
#main .contact .contact__link {
  color: #fff;
  font-size: 1.4rem;
  line-height: 1;
  padding-left: 20px;
  position: relative;
  width: 100%;
  display: inline-block;
  text-align: center;
}

.contact__link-line::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-image: url(../img/common/icon01.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.contact__link-tel::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-image: url(../img/common/icon02.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
.contact__link-web::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 10px;
  background-image: url(../img/common/icon03.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 25px;
  height: 25px;
}
/*# sourceMappingURL=index.css.map */
