/* CSS Document */
/*---------------------------------
  メインビジュアル
---------------------------------*/
#k-mainvisualwrap01 {
 width: 100%;
        background: url("../images/subpagetitlebg1.jpg");
        background-size: cover;
        padding: 10rem 0;
}
#k-mainvisualwrap02 {
  text-align: center;
        margin: 0 auto;
        width: 100%;
}
#k-mainvisualwrap02 h2 {
        font-size: 3.6rem;
        font-weight: 400;
        letter-spacing: .8rem;
        color: #fff;
        line-height: 1;
    }
#k-mainvisualtitlewrap01 {
  position: absolute;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  z-index: 1;
  text-align: left;
  top: 50%;
  left: 50%;
}
#k-mainvisualtitlewrap01 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 2;
  letter-spacing: .8rem;
  position: relative;
  text-align: center;
  color: #21b8ce;
}
#k-mainvisualtitlewrap01 span {
  padding: 0;
  display: block;
}

.blacktitle01 {
  color: #222;
  filter: drop-shadow(1px 1px 1px #fff);
}
.whitetitle01 {
  color: #fff;
  filter: drop-shadow(0 0 3px #21b8ce) drop-shadow(0 0 10px #21b8ce);
}
@media screen and (max-width:750px) {
  #k-mainvisualwrap01 {
   width: 100%;
        background: url(../images/subpagetitlebg1.jpg) right top;
        background-size: cover;
        padding: 4rem 0;
  }
  #k-mainvisualwrap02 {
           text-align: center;
        margin: 0 auto;
        width: 100%;
  }
   #k-mainvisualwrap02 h2 {
        font-size: 2.5rem;
        font-weight: 400;
        letter-spacing: .3rem;
        color: #fff;
        line-height: 1;
    }    
    
  #k-mainvisualtitlewrap01 {
    position: absolute;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 1;
    text-align: center;
    top: 50%;
    left: 50%;
  }
  #k-mainvisualtitlewrap01 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-weight: 500;
    font-size: 2rem;
    line-height: 1.7;
    letter-spacing: .3rem;
    position: relative;
    text-align: center;
    color: #21b8ce;
  }
  #k-mainvisualtitlewrap01::before {
    background: url(../images/subpage_acc.svg);
    background-size: cover;
    width: 200px;
    height: 200px;
    left: 50%;
    content: '';
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .blacktitle01 {
    color: #222;
    filter: drop-shadow(1px 1px 1px #fff);
  }
  .whitetitle01 {
    color: #fff;
    filter: drop-shadow(0 0 3px #21b8ce) drop-shadow(0 0 10px #21b8ce);
  }
}
/*---------------------------------
  メインコンテンツ
---------------------------------*/
#k-maincontentswrap01 {
  width: 100%;
}
#k-maincontentswrap01 a {}
#k-maincontentswrap01 img {
  width: 100%;
  height: auto;
}
@media screen and (max-width:750px) {
  #k-maincontentswrap01 {
    width: 100%;
    padding: 3rem 0 3rem;
  }
  #k-maincontentswrap01 a {}
  #k-maincontentswrap01 img {
    width: 100%;
    height: auto;
  }
}
/*---------------------------------
  コンテンツ
---------------------------------*/
.contntswrap01 {
  width: 100%;
  padding: 0 0 70px;
}
.contntswrap01:last-child {
  padding: 0;
}
.contntsyellowwrap01 {
  width: 100%;
  background: #f9f8f7;
  /*padding: 70px 0;*/
}
.contntsinner01 {
  width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 0;
}
.contntsinner01:last-child {
  width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 0;
}
.contntsinner02 {
  width: 1200px;
  margin: 0 auto 50px;
  padding: 0 0 50px;
  border-bottom: 1px solid #5d481d;
}
.contntsinner02:last-child {
  margin: 0 auto;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width:750px) {
  .contntswrap01 {
    width: 100%;
    padding: 0 0 30px;
  }
  .contntswrap01:last-child {
    padding: 0;
  }
  .contntsyellowwrap01 {
    width: 100%;
    background: #f9f8f7;
    padding: 30px 0;
  }
  .contntsinner01 {
    width: 100%;
    margin: 0 auto;
    padding: 4rem 0 0;
  }
  .contntsinner01:last-child {
    width: 100%;
    margin: 0 auto;
    padding: 3rem 0 0;
  }
  .contntsinner02 {
    width: 100%;
    margin: 0 auto 25px;
    padding: 0 0 25px;
    border-bottom: 1px solid #5d481d;
  }
  .contntsinner02:last-child {
    margin: 0 auto;
    padding: 0;
    border-bottom: none;
  }
}
/*---------------------------------
  タイトル
---------------------------------*/
.titlewrap01 {
  width: 100%;

  text-align: center;
  padding: 0 0 30px;
}
.titlewrap01 p {
  display: block;
}
.titlewrap01 p:nth-child(1) {
  font-size: 3rem;
  letter-spacing: .3rem;
	        padding: 40px 0 20px 0;
  background: url(../images/ic_subpage.svg) no-repeat center top / auto 44px;
}
.titlewrap01 p:nth-child(2) {
  font-size: 1.6rem;
  font-weight: 400;
  letter-spacing: .2rem;
  line-height: 1;
}
@media screen and (max-width:750px) {
  .titlewrap01 {
    width: 100%;
    text-align: center;
    padding: 0 0 30px;
  }
  .titlewrap01 p {
    display: block;
    color: #393e46;
    font-size: 1.4rem;
    padding: 0 1rem;
  }
  .titlewrap01 p:nth-child(1) {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: .3rem;
	padding: 40px 0 10px 0; 
  }
  .titlewrap01 p:nth-child(2) {
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: .2rem;
    margin-bottom: .5rem
  }
}
/*---------------------------------
  コンテンツリスト（共通）
---------------------------------*/
.contntslistwrap01 {
  width: 100%;
  padding: 0 0 50px;
}
table.tablelist01 {
  width: 100%;
}
table.tablelist01 tr {
  border-bottom: 1px solid #dad9d8;
}
table.tablelist01 tr:nth-child(1) td {
  padding: 0 15px 20px;
}
table.tablelist01 td {
  width: auto;
  padding: 10px 15px;
	line-height:1.6;
}
table.tablelist01 td:nth-child(1) {
  width: 36rem;
}

table.tablelist02 {
  width: 100%;
}
table.tablelist02 td {
  width: 20%;
}
table.tablelist03 {
  width: 100%;
}
table.tablelist03 td {
  width: calc(100% / 3);
}
table.tablelist04 {
  width: 100%;
}
table.tablelist04 td {
  width: auto;
  line-height: 1.6;
}
table.tablelist04 td:nth-child(1) {
  width: 6em;
}
table.tablelist04 td:nth-child(2) {
  margin-bottom: 5px;
  display: inline-block;
}
table.tablelist05 {
  width: 100%;
}
table.tablelist05 tr {
  border-bottom: 1px solid #dad9d8;
}
table.tablelist05 tr:nth-child(1) td {
  padding: 0 15px 20px;
}
table.tablelist05 td {
  width: auto;
  padding: 20px 15px;
}
table.tablelist05 td:nth-child(1) {
  width: 20rem;
}
.access_medi_list li {
  display: inline-block;
  margin: 0 10px 0 0;
}
.access_medi_list:first-child ul {
  margin: 0 0 10px;
}
ul.listdetailwrap01 {
  display: block;
  padding: 0 0 30px;
}
ul.listdetailwrap01:last-child {
  padding: 0;
}
ul.listdetailwrap01 li {
  display: block;
}
ul.listdetailwrap01 li:nth-child(1) {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.8rem;
  font-weight: 500;
}
.pagesubnav {
  margin: 0 0 100px;
}
.pagesubnav_list_medical, .pagesubnav_list_check {
  display: flex;
  flex-wrap: wrap;
  column-gap: 20px;
  margin: 0 0 5rem;
  justify-content: flex-start;
}
.pagesubnav_item {
  width: calc((100% - 60px) / 4);
}
.pagesubnav_item a {
  display: block;
  position: relative;
  padding: 12px 0 12px;
  padding-right: 40px;
  border-bottom: solid 1px #cfcfcf;
  font-size: 1.8rem;
}
.pagesubnav_list_medical .pagesubnav_arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #37bfd3;
}
.pagesubnav_list_check .pagesubnav_arrow {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 24px;
  height: 24px;
  overflow: hidden;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #ccc;
}
.pagesubnav_arrow::after {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 10px;
  height: 10px;
  transform: translate(50%, -50%) rotate(90deg);
  border-radius: 50%;
  background-image: url(../images/ic_arrow5.svg);
  background-size: cover;
  content: '';
}
@media screen and (max-width:750px) {
  .contntslistwrap01 {
    width: 100%;
    padding: 0 0 30px;
  }
  table.tablelist01 {
    width: 100%;
  }
  table.tablelist01 td {
    width: 100%;
    display: block;
  }
  table.tablelist02 {
    width: 100%;
  }
  table.tablelist02 td {
    width: 100%;
    display: block;
  }
  table.tablelist03 {
    width: 100%;
  }
  table.tablelist03 td {
    width: 100%;
    display: block;
  }
  table.tablelist04 {
    width: 100%;
  }
  table.tablelist04 td {
    width: auto;
  }
  table.tablelist04 td:nth-child(1) {
    width: 6em;
    vertical-align: top;
  }
  table.tablelist05 {
    width: 100%;
  }
  table.tablelist05 tr {
    border-bottom: 1px solid #dad9d8;
      display: flex;
    flex-direction: column;
  }
  table.tablelist05 tr:nth-child(1) td {
    padding: 0 0 1rem;
  }
    table.tablelist05 tr:nth-child(1) td:first-child {
    padding: 0 0 .5rem;
  }
  table.tablelist05 td {
    width: auto;
    padding: 0 0 1rem 0;
  }
  table.tablelist05 td:nth-child(1) {
    width: 100%;
   padding: 1rem 0 .5rem;
  }
   table.tablelist05 td:nth-child(2) {
    width: 100%;
    margin: 0 1rem;
  }
  ul.listdetailwrap01 {
    display: block;
    padding: 0 0 30px;
  }
  ul.listdetailwrap01:last-child {
    padding: 0;
  }
  ul.listdetailwrap01 li {
    display: block;
  }
  ul.listdetailwrap01 li:nth-child(1) {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
  }
  .pagesubnav {
    margin: 0 0 100px;
  }
  .pagesubnav_list_medical, .pagesubnav_list_check {
    display: flex;
    flex-wrap: wrap;
    column-gap: 10px;
    margin: 0 auto 5rem;
    width: 95%;
  }
  .pagesubnav_item {
    width: calc((100% - 10px) / 2);
  }
  .pagesubnav_item a {
    display: block;
    position: relative;
    padding: 12px 0 12px;
    padding-right: 30px;
    border-bottom: solid 1px #cfcfcf;
    font-size: 1.4rem;
  }
  .pagesubnav_list_medical .pagesubnav_arrow {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #37bfd3;
  }
  .pagesubnav_list_check .pagesubnav_arrow {
    position: absolute;
    top: 50%;
    right: 2px;
    width: 20px;
    height: 20px;
    overflow: hidden;
    transform: translateY(-50%);
    border-radius: 50%;
    background: #ccc;
  }
  .pagesubnav_arrow::after {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 10px;
    height: 10px;
    transform: translate(50%, -50%) rotate(90deg);
    border-radius: 50%;
    background-image: url(../images/ic_arrow5.svg);
    background-size: cover;
    content: '';
  }
}
/*---------------------------------
  コンテンツ詳細（共通）
---------------------------------*/
.contentsdetailwrap01 {
  /*display: table;
  width: 100%;
  padding: 0 0 100px;*/
    
width: 100%;
    padding: 70px 60px;
    background: #fff;
    border-radius: 10px;    
    margin: 0 0 80px 0;
    position: relative;
    z-index: 2;
}
.contentsdetailwrap01:last-child {
  margin: 0;
}
.contentsdetailinner01 {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 400;
  padding: 0 0.5%;
}
.contentsdetailinner02 {}
.contentsdetailinner02 .txt {
  flex: 1;
}
.contentsdetailinner02 .figure {
  width: 380px;
}
.contentsdetailinner02 .figure img {
  width: 100%;
}
.contentsdetailinner03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contentsdetailinner03 .txt {
  flex: 1;
  margin: 0 30px 0 0;
}
/*縦画像*/
.contentsdetailinner03 .length img {
  width: 60% !important;
  display: inline-block;
  vertical-align: middle;
}
.contentsdetailinner03 .figure {
  width: 350px;
  text-align: right;
}
/*/縦画像*/
.contentsdetailinner03 .figure img {
  width: 100%;
}
.figure0_img {
  display: block;
  margin: 2rem auto 0;
  width: 80%;
}
.figure0_img img {
  width: 100%;
}
.figure_img {
  display: block;
  float: right;
  margin: 0 0 30px 30px;
  width: 40%;
}
.figure_img img {
  width: 100%;
}
.figure2_img {
  display: block;
  float: right;
  margin: 0 0 30px 30px;
  width: 20%;
}
.figure2_img img {
  width: 100%;
}
.figure3_img {
  display: block;
  float: right;
  margin: 0 0 30px 30px;
  width: 20%;
}
.figure3_img img {
  width: 100%;
}
.contentsdetailinner04 {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
}
.contentsdetailinner04 div {
  width: 350px;
}
.contentsdetailinner04 div img {
  width: 100%;
}
.contentsdetailtitle01 {
  font-size: 2.4rem;
  padding: 0 0 5px 0;
  margin: 0 0 3rem;
  font-weight: bold;
  position: relative;
  border-bottom: 3px solid #efefef;
}
.contentsdetailtitle01::before {
  content: '';
  position: absolute;
  bottom: -3px;
  width: 30%;
  height: 3px;
  /*background: #615345;*/
background-image: linear-gradient(46deg, #73C871 0%, #a5e36d 100%);
	
}
.contentsdetailtitle01 a {
  color: #5d481d;
}
.contentsdetailtitle01 a span::after {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1.2rem;
  margin-left: .7rem;
  vertical-align: middle;
  color: #d87d97;
}
.contentsdetailtitle02 {
  font-size: 2rem;
  padding: 0 0.5% 1.3rem;
  color: #5d481d;
  font-family: 'Playfair Display', serif;
}
.contentsdetailtitle03 {
  margin-bottom: 1.3rem;
  padding: 0 0.5% 1.3rem;
  border-bottom: 1px solid #5d481d;
}
.contents2columnswrap01 {
  display: table-cell;
  vertical-align: middle;
}
.contents2columnswrap01:nth-child(1) {
  width: 700px;
}
.contents2columnswrap01:nth-child(2) {
  width: calc(100% - 700px - 50px);
  padding: 0 0 0 50px;
  font-size: 1.7rem;
  line-height: 2.2;
}
.contents2columnswrap02 {
  display: flex;
  gap: 0 40px;
  padding: 0 30px;
}
.contents2columnswrap02inner01 {
  width: calc(100% / 2);
}
.contents2columnswrap03 {
  width: 100%;
  display: table;
  padding: 0 0.5% 50px;
}
.contents2columnswrap03:last-child {
  padding: 0 0.5%;
}
.contents2columnswrap03inner01 {
  display: table-cell;
  vertical-align: top;
}
.contents2columnswrap03inner01:nth-child(1) {
  width: calc(100% - 490px - 50px);
}
.contents2columnswrap03inner01:nth-child(2) {
  width: 490px;
  padding: 0 0 0 50px;
}
.contents2columnswrap04 {
      display: flex;
    align-items: center;
    justify-content: center;
        margin: 0 0 60px;
}
.contents2columnswrap04inner01:nth-child(1) {
  width: 320px;
}
.contents2columnswrap04inner01:nth-child(2) {
  width: 500px;
  padding: 0 0 0 80px;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2.2;
}
.contents2columnswrap04inner02:nth-child(1) {
  width: 700px;
  order: 2;
}
.contents2columnswrap04inner02:nth-child(2) {
  width: calc(100% - 700px - 50px);
  padding: 0 50px 0 0;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 1.7rem;
  line-height: 2.2;
  order: 1;
}
.contents3columnswrap01 {
  display: flex;
  flex-wrap: wrap;
  gap: 45px 65px;
}
.contents3columnswrap01inner01 {
  width: 29.72%;
  ;
}
.contents3columnswrap01inner01 img {
  padding: 0 0 10px;
}
.contents4columnswrap01 {
  display: flex;
  flex-wrap: wrap;
  gap: 55px 25px;
}
.contents4columnswrap01inner01 {
  width: calc((100% - 50px) / 2);
}
.contents4columnswrap01inner01 img {
  padding: 0 0 10px;
}
.contentsimg {
  width: 45%;
  margin: 2rem auto 0;
}
.contentsimg img {
  width: 100%;
}
.sub_txt {
  width: 100%;
  margin: 0 0 2.5rem 0;
}
.sub_txt span {
  font-size: 2.3rem;
  letter-spacing: .1rem;
  line-height: 1;
  position: relative;
  padding: 5px 20px 6px 20px;
  font-family: "Hiragino Mincho ProN", serif;
  background: #21b8ce;
  color: #fff;
}
.sub_txt span::before {
  border-left: 4px solid #7fd3df;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
}
.quality li {
  width: 100%;
  position: relative;
  padding: 0 0 0 1.5em;
  line-height: 1.4;
  margin: 0 0 2rem;
}
.quality li::before {
  display: block;
  position: absolute;
  top: .7rem;
  left: 0;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #3c8d99;
  content: '';
  border-radius: 50%;
}
.detail {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.detail li {
  margin: 0 20px 0 0;
}
.detail li span {
  line-height: 1.6;
  display: flex;
  align-items: center;
}
.detail li span::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  margin-right: 5px;
  background-color: #3c8d99;
  border-radius: 50%;
}
.detail2 {
  display: flex;
  list-style: none;
  flex-wrap: wrap;
  width: 100%;
}
.detail2 li {
  width: calc(100% / 2);
  line-height: 1.6;
  margin: 0 0 1rem;
}
.detail2 li span::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #d5c4b7;
  border-radius: 50%;
  margin: 0 5px 0 0;
}
.btn_detail {
  text-align: center;
}
.btn_detail a {
  width: 300px;
  display: inline-block;
  text-align: center;
  padding: 1.3rem 0;
  background: #fff;
  font-size: 2rem;
  border-radius: 4px;
  position: relative;
  border: 1px solid #21b8ce;
  color: #21b8ce;
}
.btn_detail a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  background: url("../images/ic_arrow_detail.svg");
  background-size: cover;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
.btn_detail a:hover {
  color: #fff;
  background: #21b8ce;
}
.btn_detail a:hover::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  background: url("../images/ic_arrow1.svg");
  background-size: cover;
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
.greetingt_ttl {
  width: 100%;
  font-size: 2.7rem;
  text-align: center;
  margin: 0 0 40px 0;
  font-weight: 500;
}
@media screen and (max-width:750px) {
  .contentsdetailwrap01 {
    display: table;
    width: 90%;
    margin: 0 auto 4rem;
    padding: 2rem;
  }
  .contentsdetailwrap01:last-child {
      display: table;
        width: 90%;
        margin: 0 auto 0;
        padding: 2rem;
  }
  .contentsdetailinner01 {
    font-size: 1.5rem;
    line-height: 2.2;
    font-weight: 400;
    padding: 0 0.5%;
  }
  .contentsdetailinner02 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .contentsdetailinner02 .txt {
    flex: 1;
  }
  .contentsdetailinner02 .figure {
    width: 380px;
  }
  .contentsdetailinner02 .figure img {
    width: 100%;
  }
  .contentsdetailinner03 {
    display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
        flex-direction: column-reverse;
  }
  .contentsdetailinner03 .txt {
    flex: 1;
      margin: 0;
  }
  .contentsdetailinner03 .figure {
    width: 80%;
    margin: 0 auto 2rem;
  }
  .contentsdetailinner03 .figure img {
    width: 100%;
  }
  .figure_img {
    width: 60%;
    margin: 2rem auto 0;
    order: 2;
  }
  .figure_img img {
    width: 100%;
  }
  .figure2_img {
    width: 40%;
    margin: 2rem auto 0;
    order: 2;
  }
  .figure2_img img {
    width: 100%;
  }
  .figure3_img {
    display: block;
    float: right;
    margin: 0 0 30px 30px;
    width: 30%;
  }
  .figure3_img img {
    width: 100%;
  }
  .contentsdetailinner04 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .contentsdetailinner04 div {
    width: 48%;
  }
  .contentsdetailinner04 div img {
    width: 100%;
  }
  .contentsdetailtitle01 {
    font-size: 2rem;
    font-family: 'Playfair Display', serif;
    padding: 0 0 5px 0;
    margin: 0 0 3rem;
    font-weight: bold;
    position: relative;
    border-bottom: 3px solid #efefef;
  }
  .contentsdetailtitle01 a {
    color: #5d481d;
  }
  .contentsdetailtitle01 a span::after {
    content: "▲";
    display: inline-block;
    transform: rotate(90deg);
    font-size: 1.2rem;
    margin-left: .7rem;
    vertical-align: middle;
    color: #d87d97;
  }
  .contentsdetailtitle02 {
    font-size: 2rem;
    padding: 0 0.5% 1.3rem;
    color: #5d481d;
    font-family: 'Playfair Display', serif;
  }
  .contentsdetailtitle03 {
    padding: 0 0.5% 1.3rem;
    border-bottom: 1px solid #5d481d;
    margin-bottom: 1.3rem;
  }
  .contents2columnswrap01 {
    display: block;
    vertical-align: middle;
  }
  .contents2columnswrap01:nth-child(1) {
    width: 100%;
  }
  .contents2columnswrap01:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-size: 1.5rem;
    line-height: 2.2;
  }
  .contents2columnswrap02 {
    display: block;
    gap: 0 20px;
            padding: 0;
  }
  .contents2columnswrap02inner01 {
    width: 100%;
    padding: 0 0 30px;
  }
  .contents2columnswrap02inner01:last-child {
    padding: 0;
  }
  .contents2columnswrap03 {
    width: 100%;
    display: block;
    padding: 0 0.5% 30px;
  }
  .contents2columnswrap03:last-child {
    padding: 0 0.5%;
  }
  .contents2columnswrap03inner01 {
    display: block;
    vertical-align: top;
  }
  .contents2columnswrap03inner01:nth-child(1) {
    width: 100%;
  }
  .contents2columnswrap03inner01:nth-child(2) {
    width: 100%;
    padding: 20px 0 0;
  }
  .contents2columnswrap04 {
    display: block;
    align-items: center;
  }
  .contents2columnswrap04inner01:nth-child(1) {
    width: 70%;
    margin: 0 auto;
  }
  .contents2columnswrap04inner01:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.4rem;
    line-height: 2.2;
  }
  .contents2columnswrap04inner02:nth-child(1) {
    width: 100%;
    order: 1;
  }
  .contents2columnswrap04inner02:nth-child(2) {
    width: calc(100%);
    padding: 30px 0 0;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.7rem;
    line-height: 2.2;
    order: 2;
  }
  .contents3columnswrap01 {
    width: 100%;
    display: block;
    flex-wrap: wrap;
    gap: 0;
  }
  .contents3columnswrap01inner01 {
    width: 100%;
    padding: 0 0 15px;
  }
  .contents3columnswrap01inner01:last-child {
    padding: 0;
  }
  .contents3columnswrap01inner01 img {
    padding: 0 0 10px;
  }
  .contents4columnswrap01 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 0;
    justify-content: space-between;
  }
  .contents4columnswrap01inner01 {
    width: 49%;
    padding: 0 0 15px;
    text-align: center;
  }
  .contents4columnswrap01inner01 img {
    padding: 0 0 10px;
  }
  .contentsimg {
    width: 100%;
    margin: 2rem auto 0;
  }
  .contentsimg img {
    width: 100%;
  }
  .sub_txt {
    width: 100%;
    margin: 0 0 2rem 0;
  }
  .sub_txt span {
    font-size: 2rem;
    letter-spacing: .1rem;
    line-height: 1;
    position: relative;
    padding: .5rem 1rem .5rem 1rem;
    font-family: "Hiragino Mincho ProN", serif;
    background: #21b8ce;
    color: #fff;
  }
  .sub_txt span::before {
    border-left: 4px solid #7fd3df;
    content: "";
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
  }
  .quality li {
    width: 100%;
    position: relative;
    padding: 0 0 0 1.2em;
    line-height: 1.4;
    margin: 0 0 2rem;
  }
  .quality li::before {
    display: block;
    position: absolute;
    top: .5rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #3c8d99;
    content: '';
    border-radius: 50%;
  }
  .detail {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    justify-content: center;
    flex-direction: column;
  }
  .detail li {
    margin: 0 0 1rem 0;
  }
  .detail li span {
    line-height: 1.6;
    display: flex;
    align-items: center;
  }
  .detail li span::before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 1.3rem;
    height: 1.3rem;
    border-radius: 50%;
    background-color: #3c8d99;
  }
  .detail2 {
    display: flex;
    list-style: none;
    flex-wrap: wrap;
    width: 100%;
    flex-direction: column;
  }
  .detail2 li {
     width: 100%;
  line-height: 1.6;
  margin: 0 0 1rem;
  }
  .detail2 li span {
            width: 100%;
        position: relative;
        padding-left: 1em;
        text-indent: -1em;
        line-height: 1.4;
        margin: 0 0 .5rem;
        display: inline-block;
  }
  .detail2 li span::before {
    content: "";
    display: inline-block;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #d5c4b7;
    border-radius: 50%;
    margin: 0 5px 0 0;
  }
  .btn_detail {
    text-align: center;
  }
  .btn_detail a {
    width: 60%;
    display: inline-block;
    text-align: center;
    padding: 1.3rem 0;
    background: #fff;
    font-size: 1.8rem;
    border-radius: 4px;
    position: relative;
    border: 1px solid #21b8ce;
    color: #21b8ce;
  }
  .btn_detail a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url("../images/ic_arrow_detail.svg");
    background-size: cover;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
  }
  .btn_detail a:hover {
    color: #fff;
    background: #21b8ce;
  }
  .btn_detail a:hover::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url("../images/ic_arrow1.svg");
    background-size: cover;
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
  }
  .greetingt_ttl {
    width: 100%;
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
    margin: 0 0 2.5rem 0;
    line-height: 1.8;
  }
}
/*---------------------------------
  表示・非表示（PC / TB / SP）
---------------------------------*/
.pconly {
  display: block;
}
.tbonly {
  display: block;
}
.sponly {
  display: none !important;
}
.pcnone {
  display: none;
}
@media screen and (max-width:750px) {
  .pconly {
    display: none !important;
  }
  .tbonly {
    display: none !important;
  }
  .sponly {
    display: block;
  }
  .pcnone {
    display: inline-block;
  }
  .spnone {
    display: none !important;
  }
}
/*---------------------------------
  テキスト位置
---------------------------------*/
.textleft {
  text-align: left;
}
.textcenter {
  text-align: center;
}
.textright {
  text-align: right;
}
/*---------------------------------
  テキスト頭揃え
---------------------------------*/
.indent01-01 {
  text-indent: -1em;
  padding: 0 0 0 1em;
}
@media screen and (max-width:750px) {}
/*---------------------------------
  改行設定
---------------------------------*/
.break:before {
  content: "\A";
  white-space: pre;
}
.pcno-break:before {
  content: "";
  white-space: pre;
}
.spno-break:before {
  content: "\A";
  white-space: pre;
}
@media screen and (max-width:750px) {
  .break:before {
    content: "\A";
    white-space: pre;
  }
  .pcno-break:before {
    content: "\A";
    white-space: pre;
  }
  .spno-break:before {
    content: "";
    white-space: pre;
  }
}
/*---------------------------------
  医師紹介
---------------------------------*/
ul.doctorname01 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  color: #393e46;
  line-height: 1.2;
}
ul.doctorname01 li {
  display: block;
}
ul.doctorname01 li:nth-child(1) {
  font-size: 2.3rem;
  margin: 0 0 1rem;
}
ul.doctorname01 li:nth-child(2) {
  font-size: 3.6rem;
  margin: 0 0 2rem;
  font-weight: 500;
  letter-spacing: .4rem;
}
ul.doctorname01 li:nth-child(3) span {
  display: inline-block;
  text-align: center;
  background: #e8fbdb;
  padding: .5rem 2rem;
  margin: .5rem;
  border-radius: 50px;
}
.doctorbtnwrap01 {
  width: 260px;
  padding: 30px 0 0;
}
.doctortitle01 {
  font-size: 2rem;
  padding: 0 0.5% 1.3rem;
  border-bottom: 1px solid #73C871;
  margin-bottom: 1.3rem;
}
@media screen and (max-width:750px) {
  ul.doctorname01 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    color: #393e46;
    line-height: 1.2;
    text-align: center;
  }
  ul.doctorname01 li {
    display: block;
  }
  ul.doctorname01 li:nth-child(1) {
    font-size: 1.8rem;
    margin: 0 0 .5rem;
  }
  ul.doctorname01 li:nth-child(2) {
    font-size: 2.5rem;
    font-weight: 500;
    letter-spacing: .2rem;
  }
  ul.doctorname01 li:nth-child(3) {}
  ul.doctorname01 li:nth-child(3) span {
    display: inline-block;
    text-align: center;
    background: #e8fbdb;
    padding: .5rem 2rem;
    margin: .5rem .2rem;
    border-radius: 50px;
  }
  .doctorbtnwrap01 {
    width: 60%;
    margin: 0 auto;
    padding: 10px 0 0;
  }
  .doctortitle01 {
    font-size: 2rem;
    padding: 0 0.5% 1.3rem;
    border-bottom: 1px solid #a5e36d;
    margin-bottom: 1.3rem;
  }
}
/*---------------------------------
  診療案内
---------------------------------*/
.medicalimg_w {
  width: 40%;
  margin: 0 auto 80px;
}
.medicalimg_w img {
  width: 100%;
}
.medical_list li {
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}
.medical_list li::before {
 /* content: "";
  display: inline-block;
  background: url(../images/ic_check1.svg);
  width: 2rem;
  height: 2rem;
  margin: 0 10px 0 0;
  vertical-align: sub;
  background-size: cover;*/
	
	content: "";
    display: inline-block;
    width:  16px;
    height: 16px;
    background-color: #f4a83c;
    color: #f4a83c;
    -webkit-mask: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2020A10%2010%200%201%200%2010-.001%2010%2010%200%200%200%2010%2020Zm5.298-12.622L13.59%205.956l-4.778%205.732L6.34%209.214l-1.571%201.572%204.193%204.193%206.335-7.601Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center / contain;
    mask: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2220%22%20fill%3D%22none%22%20viewBox%3D%220%200%2020%2020%22%3E%0A%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22evenodd%22%20d%3D%22M10%2020A10%2010%200%201%200%2010-.001%2010%2010%200%200%200%2010%2020Zm5.298-12.622L13.59%205.956l-4.778%205.732L6.34%209.214l-1.571%201.572%204.193%204.193%206.335-7.601Z%22%20clip-rule%3D%22evenodd%22%2F%3E%0A%3C%2Fsvg%3E%0A) no-repeat center / contain;
    transition: all var(--mh--duration) var(--mh--easing);
	  margin: 0 10px 0 0;
}
.ost_w {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 10px 0;
  width: 100%;
}
.ost {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
}
.ost_item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.ratio {}
.impact {
  margin-top: 10px;
  font-size: 1.2rem;
}
.underline {
  text-decoration: underline;
}
.indent_number {
  margin-bottom: .5rem;
  line-height: 1.5;
  display: flex;
  display: -webkit-box;
}
.indent_number span.number {
  display: block;
  padding-right: 1em;
}
.faq dl {
  margin-bottom: 20px;
}
.faq dl dt {
  position: relative;
  font-weight: 500;
  font-size: 1.6rem;
  padding: 0 5px 0 2em;
}
.faq dl dt:before {
  position: absolute;
  top: 0;
  left: 0;
  margin-right: 7px;
  content: "Q.";
}
.faq dl dd {
  position: relative;
  line-height: 1.6;
  background: #f2f2f2;
  padding: 20px;
  border-radius: 4px;
}
.ra_list_w {}
.ra_list {
  display: flex;
  align-items: flex-start;
}
.ra_ttl {
  width: 130px;
}
.ra_txt {
  flex: 1;
}
.sub_btn_w{
display: flex;
  justify-content: center; /* 横方向の中央寄せ */
  gap: 20px;              /* ボタン間の余白 */    }
.sub_btn {
        text-align: center;
    }
    .sub_btn a {
	display: flex;
    text-align: center;
    width: 360px;
    /*background: #eefdd0;*/
background-image: linear-gradient(46deg, #a5e36d 0%, #73C871 100%);    padding: 15px 0;
    transition: .6s;
    position: relative;
    font-size: 1.6rem;
		font-weight:600;
    border-radius: 50px;
		color: #fff;
        border: solid 1px #d4fdbf;
		
  justify-content: center; /* 横方向の中央寄せ */
  gap: 20px;    
}

.sub_btn a::after {
    content: "";
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: right .3s;
}

/* ホバー時に右に移動 */
.sub_btn a:hover::after {
    right: 25px;
}

@media screen and (max-width:750px) {
  .medicalimg_w {
    width: 80%;
    margin: 0 auto 10vw;
  }
  .medicalimg_w img {
    width: 100%;
  }
  .medical_list li {
          width: 100%;
        font-size: 1.5rem;
        position: relative;
        font-weight: 500;
        margin: 0 0 2rem 0;
        padding-left: 3rem;
        text-indent: -2.5rem;
  }
  .medical_list li::before {
  }
  .ost_w {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 1rem 0;
    width: 100%;
    font-size: 1.5rem;
    letter-spacing: .01rem;
  }
  .ost {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: .5rem;
  }
  .ost_item {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .ratio {}
  .impact {
    margin-top: 10px;
    font-size: 1.2rem;
  }
  .underline {
    text-decoration: underline;
  }
  .indent_number {
    margin-bottom: .5rem;
    line-height: 1.5;
    display: flex;
  }
  .indent_number span.number {
    display: block;
    padding-right: 1em;
  }
  .faq dl {
    margin-bottom: 20px;
  }
  .faq dl dt {
    position: relative;
    font-weight: 500;
    font-size: 1.6rem;
    padding: 0 5px 0 2em;
    line-height: 1.6;
    margin: 0 0 1rem 0;
  }
  .faq dl dt:before {
    position: absolute;
    top: 0;
    left: 0;
    margin-right: 7px;
    content: "Q.";
  }
  .faq dl dd {
    position: relative;
    line-height: 1.6;
    background: #f2f2f2;
    padding: 20px;
    border-radius: 4px;
  }
  .ra_list_w {}
  .ra_list {
    display: flex;
    align-items: flex-start;
  }
  .ra_ttl {
    margin-right: 0.5em;
    width: 8em;
  }
  .ra_txt {
    flex: 1;
  }
	.sub_btn_w {
    flex-direction: column;
    align-items: center;
  }
    .sub_btn a {
	display: flex;
    text-align: center;
    width: 300px;
    position: relative;
    font-size: 1.4rem;
}
.sub_btn a::after {
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
}}
/*---------------------------------
  予防接種スケジュール表
---------------------------------*/
.vaccine_price_w {
  width: 100%;
  padding: 0 15px;
  line-height: 1.8;
}
.vaccine_price_w table {
  width: 100%;
  border-top: 1px solid #c9c9c9;
  border-left: 1px solid #c9c9c9;
  line-height: 1.6;
}
.vaccine_price_w table td, .vaccine_price_w table th {
  padding: 1.5rem 2rem 1.5rem 2rem;
  border-bottom: 1px solid #c9c9c9;
  border-right: 1px solid #c9c9c9;
}
.vaccine_price_w table td {
  width: 25%;
  padding-right: 2rem;
  vertical-align: middle;
  text-align: justify;
}
.vaccine_price_w table td.name {
  font-size: 1.7rem;
  font-weight: 500;
  text-align: center;
  vertical-align: middle;
}
.vaccine_price_w table td.count {
  text-align: center;
  vertical-align: middle;
  width: 15%;
}
.vaccine_price_w table th {
  background-color: #dff9fd;
  text-align: center;
  font-weight: 500;
  vertical-align: middle;
}
@media screen and (max-width:750px) {
  .vaccine_price_w {
    max-width: 100%;
    line-height: 1.8;
    overflow: auto;
    font-size: 1.4rem;
    overflow-x: scroll;
    padding: 0 20px;
  }
  .vaccine_price_w table {
    width: 100%;
    border-top: 1px solid #c9c9c9;
    border-left: 1px solid #c9c9c9;
    line-height: 1.6;
    table-layout: fixed;
  }
  .vaccine_price_w table td, .vaccine_price_w table th {
    padding: .5rem 1rem .5rem 1rem;
    border-bottom: 1px solid #c9c9c9;
    border-right: 1px solid #c9c9c9;
  }
  .vaccine_price_w table th:first-child {
    width: 250px;
  }
  .vaccine_price_w table th:nth-child(2) {
    width: 250px;
  }
  .vaccine_price_w table th:nth-child(3) {
    width: 250px;
  }
  .vaccine_price_w table td {
    vertical-align: middle;
    text-align: justify;
  }
  .vaccine_price_w table td.name {
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
    font-size: 1.4rem;
    width: 200px;
  }
  .vaccine_price_w table td.count {
    text-align: center;
    vertical-align: middle;
    width: 50px;
  }
  .vaccine_price_w table th {
    background-color: #dff9fd;
    text-align: center;
    font-weight: 500;
    vertical-align: middle;
    white-space: nowrap;
  }
  .scroll-hint-icon {
    position: absolute;
    top: calc(10% - 25px) !important; /* ヒントを上に調整 */
    left: calc(50% - 60px);
    box-sizing: border-box;
    width: 120px;
    height: 80px;
    border-radius: 5px;
    transition: opacity .3s;
    opacity: 0; /* 初期は透明 */
    background: rgba(0, 0, 0, .7);
    text-align: center;
    padding: 20px 10px 10px 10px;
  }
 }	
	
/*サブナビ　3分割*/	
.medi_list_w{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 10px;/*width: calc((100% - 20px) / 2)の時は20px*/
  font-family: 'Zen Old Mincho', 'Playfair Display', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	}
.medi_list_w a{
width: calc((100% - 20px) / 3);
height: 80px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 15px 15px;
font-size: 1.8rem;
font-weight: 700;	
line-height: 1.3;
letter-spacing: .1rem;
color: #442F06;
/*color:#23ac38;*/	
border: 7px solid transparent;
border-radius: 50px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #eefdd0, #d4fdbf) border-box;
}
.medi_list_w::after {
display: block;
content:"";
width: calc((100% - 20px) / 3);
}	

.medi_list_w a span::after {
/*content: "";
background: url("../images/ic_arrow_bottom2.svg");
width: 1.7rem;
height: 1.7rem;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;*/
	
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #23ac38;
    border-bottom: 2px solid #23ac38;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: right .3s;
}    
.medi_list_w a::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 2;
}
.medi_list_w a img {
width: 100%;
height: auto;
transition:1s all;
}
.medi_list_w a:hover img {
transform:scale(1.2,1.2);
transition:1s all;
}   	

.medical__w {
width: 100%;
background: #edf7f9;
padding: 1rem 0 0;
position: relative;
z-index:3;
}
	
	
@media screen and (max-width:750px) {	
	
.medi_list_w{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1rem;    
  font-family: 'Zen Old Mincho', 'Playfair Display', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	}
	
.medi_list_w a{
width: calc((100% - 1rem) / 2);
position: relative;
overflow: hidden;
font-size: 1.6rem;
display: flex;
align-items: center;
justify-content: center;
color: #442f06;
padding: 1rem 0;
border: 6px solid transparent;
border-radius: 16px;
background:
linear-gradient(#fff, #fff) padding-box,
linear-gradient(90deg, #eefdd0, #d4fdbf) border-box;
}
/*.medi_list_w a:first-child{
background: #F69AC9;
}
.medi_list_w a:last-child{
background: #63ADE5;
}*/
.medi_list_w a::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 2;
}
.medi_list_w a span::after {
    right: 12px;
}    
.medi_list_w a img {
width: 100%;
height: auto;
transition:1s all;
}
.medi_list_w a:hover img {
transform:scale(1.2,1.2);
transition:1s all;
}    
.medical__w {
width: 100%;
background: #edf7f9;
padding: 1rem 0 0;
position:relative;
} 
	
}


/*サブナビ　4分割*/	
.medi_list_w2{
width: 100%;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 5px;/*width: calc((100% - 20px) / 2)の時は20px*/
  font-family: 'Zen Old Mincho', 'Playfair Display', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	}
.medi_list_w2 a{
width: calc((100% - 20px) / 4);
height: 80px;
position: relative;
display: flex;
align-items: center;
justify-content: center;
padding: 15px 15px;
font-size: 1.8rem;
font-weight: 700;	
line-height: 1.3;
letter-spacing: .1rem;
color: #442F06;
/*color:#23ac38;*/	
border: 7px solid transparent;
border-radius: 50px;
  background:
    linear-gradient(#fff, #fff) padding-box,
    linear-gradient(90deg, #eefdd0, #d4fdbf) border-box;
}
.medi_list_w2::after {
display: block;
content:"";
width: calc((100% - 20px) / 4);
}	

.medi_list_w2 a span::after {
/*content: "";
background: url("../images/ic_arrow_bottom2.svg");
width: 1.7rem;
height: 1.7rem;
display: block;
position: absolute;
top: 50%;
transform: translateY(-50%);
right: 30px;*/
	
    content: "";
    width: 8px;
    height: 8px;
    border-right: 2px solid #23ac38;
    border-bottom: 2px solid #23ac38;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%) rotate(-45deg);
    transition: right .3s;
}    
.medi_list_w2 a::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 2;
}
.medi_list_w2 a img {
width: 100%;
height: auto;
transition:1s all;
}
.medi_list_w2 a:hover img {
transform:scale(1.2,1.2);
transition:1s all;
}   	

.medical__w2 {
width: 100%;
background: #edf7f9;
padding: 1rem 0 0;
position: relative;
z-index:3;
}
	
	
@media screen and (max-width:750px) {	
	
.medi_list_w2{
width: 95%;
margin: 0 auto;
display: flex;
flex-wrap: wrap;
justify-content: space-between;
gap: 1rem;    
  font-family: 'Zen Old Mincho', 'Playfair Display', 'Yu Mincho', 'Hiragino Mincho ProN', serif;
	}
	
.medi_list_w2 a{
width: calc((100% - 1rem) / 2);
position: relative;
overflow: hidden;
font-size: 1.6rem;
display: flex;
align-items: center;
justify-content: center;
color: #442f06;
padding: 1rem 0;
border: 6px solid transparent;
border-radius: 16px;
background:
linear-gradient(#fff, #fff) padding-box,
linear-gradient(90deg, #eefdd0, #d4fdbf) border-box;
}
/*.medi_list_w a:first-child{
background: #F69AC9;
}
.medi_list_w a:last-child{
background: #63ADE5;
}*/
.medi_list_w2 a::before {
content: "";
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
display: block;
width: 100%;
height: 100%;
z-index: 2;
}
.medi_list_w2 a span::after {
    right: 12px;
}    
.medi_list_w2 a img {
width: 100%;
height: auto;
transition:1s all;
}
.medi_list_w2 a:hover img {
transform:scale(1.2,1.2);
transition:1s all;
}    
.medical__w2 {
width: 100%;
background: #edf7f9;
padding: 1rem 0 0;
position:relative;
} 
	
}

/*---------------------------------
  当院について
---------------------------------*/
.aboutcatch01 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 3.0rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 30px;
}
.aboutcatch02 {
  display: table;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 2.6rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0.5em;
  margin: 0 auto 30px;
  color: #fff;
  background: #44403b;
}
.aboutcatch03 {
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  font-size: 7.0rem;
  font-weight: 500;
  line-height: 1.2;
  padding: 0 0 30px;
  color: #44403b;
  text-align: center;
}
.aboutdetailwrap01 {
  display: table;
  width: 64%;
  margin: 0 auto 50px;
}
.aboutdetailwrap01:last-child {
  margin: 0 auto;
}
.aboutlogowrap01 {
  width: 237px;
  margin: 0 auto 30px;
}
@media screen and (max-width:750px) {
  .aboutcatch01 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 2.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
  }
  .aboutcatch02 {
    display: table;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0.5em;
    margin: 0 auto 30px;
    color: #fff;
    background: #44403b;
  }
  .aboutcatch03 {
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
    font-size: 4.0rem;
    font-weight: 500;
    line-height: 1.2;
    padding: 0 0 30px;
    color: #44403b;
    text-align: center;
  }
  .aboutdetailwrap01 {
    display: table;
    width: 94%;
    margin: 0 auto 30px;
  }
  .aboutdetailwrap01:last-child {
    margin: 0 auto;
  }
  .aboutlogowrap01 {
    width: 15rem;
    margin: 0 auto 3rem;
  }
}
/*---------------------------------
  施設案内・アクセス
---------------------------------*/
.accesswrap01 {
  display: block;
  padding: 0 0 50px;
}
.accesswrap01:last-child {
  padding: 0;
}
.accesswrap01 iframe {
  width: 100%;
  height: 500px;
  margin: 0 0 20px;
}

.access_info ul {
  margin: 0 0 20px;
}
.access_info:last-child ul {
  margin: 0;
}
.access_info li {
  width: 100%;
  padding-left: 2rem;
  margin: 0 0 5px;
    position: relative;
}
.access_info li::before {
  content: "";
        display: block;
        width: 10px;
        height: 10px;
    border-radius: 50%;
        position: absolute;
        left: .5rem;
        top: 50%;
        transform: translateY(-50%);
    background: #ccc;
}
    .detail_ttl {
        width: 100%;
        position: relative;
        overflow-wrap: break-word;
        padding: 0 0 0 30px;
        margin: 0 0 10px;
        font-size: 2rem;
    }
        .bus::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_bus.svg);
    }
    .car::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_car.svg);
    }
    .train::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_train.svg);
    }

.fontbold {
  font-weight: 600;
}
.tel01 {
  font-size: 2.6rem;
  line-height: 1;
}
.accesstitlewrap01 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 0 0.5em 15px;
}
.accesstitlewrap02 {
  font-size: 2.0rem;
  font-weight: 600;
  padding: 0 0.5em 15px;
  margin: 0 0 30px;
  border-bottom: 1px solid #dad9d8;
}
.icon01 {
  width: 30px !important;
  padding: 0 0 0 10px;
}
.icon02 {
  width: 40px !important;
  padding: 0 0 0 10px;
}
.accessmapwrap01 {
  display: flex;
  gap: 0 24px;
}
.accessmapinner01 {
  width: 615px;
}
.accessmapinner01:nth-child(2) {
  width: calc(100% - 615px - 24px);
}
.accessmapinner01 img {
  border: 1px solid #c5c5c5;
}
.accessdetailwrap01 {
  padding: 0 0 50px;
}
.accessdetailwrap01:last-child {
  padding: 0;
}
.accessdetailwrap01 table {
  width: 100%;
  text-align: center;
}
.accessdetailwrap01 table td {
  width: calc(100% / 4);
  padding: 3rem .5rem;
  border-right: 1px solid #dad9d8;
}
.accessdetailwrap01 table td:last-child {
  border-right: 0 solid #dad9d8;
}
p.accessattention01 {
  width: 92%;
  margin: 0 auto;
}
.accessdetailfontlarge01 {
  font-size: 2.0rem;
  font-weight: 600;
}
.accesswrap01-list {
  padding: 0 20px;
}
.accesswrap01-list li {
  position: relative;
  padding-left: 20px;
  margin-bottom: .5rem;
}
.accesswrap01-list li:before {
  position: absolute;
  content: '○';
  font-size: 12px;
  line-height: 1;
  width: 12px;
  height: 12px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  color: #948b73;
}
.accesswrap02 {
  width: 70%;
  margin: 0 auto;
}
.accesswrap01-btn {
  display: flex;
  justify-content: center;
}
.accesswrap01-btn a {
  display: inline-block;
  padding: 0.8rem 3.6rem;
  margin-bottom: 6rem;
  text-align: center;
  color: #fff !important;
  background: #877d63;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .2rem;
  border-radius: 3px;
  position: relative;
}
.accesswrap01-btn a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 1.2rem;
  background: url(../images/ic_arrow1.svg);
  display: inline-block;
  width: 1rem;
  height: 1rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
@media screen and (max-width:750px) {
  .accesswrap01 {
    display: block;
    padding: 0 0 30px;
  }
  .accesswrap01:last-child {
    padding: 0;
  }
  .accesswrap01 iframe {
    width: 100%;
    height: 300px;
  }
  .fontbold {
    font-weight: 600;
  }
  .tel01 {
    font-size: 2.0rem;
    line-height: 1;
  }
  .accesstitlewrap01 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
  }
  .accesstitlewrap02 {
    font-size: 2.0rem;
    font-weight: 600;
    padding: 0 0.5em 15px;
    margin: 0 0 30px;
    border-bottom: 1px solid #dad9d8;
  }
  .icon01 {
    width: 30px !important;
    padding: 0 0 0 10px;
  }
  .icon02 {
    width: 40px !important;
    padding: 0 0 0 10px;
  }
  .accessmapwrap01 {
    display: block;
    gap: 0;
  }
  .accessmapinner01 {
    width: 100%;
  }
  .accessmapinner01:nth-child(2) {
    width: 100%;
    padding: 20px 0 0;
  }
  .accessmapinner01 img {
    border: 1px solid #c5c5c5;
  }
  .accessdetailwrap01 {
    padding: 0;
  }
  .accessdetailwrap01:last-child {
    padding: 0;
  }
  .accessdetailwrap01 table {
    width: 100%;
    text-align: center;
  }
  .accessdetailwrap01 table td {
    display: block;
    width: 100%;
    padding: 0 1em 1em 1em;
    margin: 0 0 1em;
    border-right: 0 solid #dad9d8;
    border-bottom: 1px solid #dad9d8;
  }
  .accessdetailwrap01 table td:last-child {
    padding: 0 1em 1em 1em;
    margin: 0;
    border-right: 0 solid #dad9d8;
    border-bottom: 1px solid #dad9d8;
  }
  p.accessattention01 {
    width: 100%;
    margin: 0 auto;
  }
  .accessdetailfontlarge01 {
    font-size: 2.0rem;
    font-weight: 600;
  }
    

.access_info ul {
  margin: 0 0 20px;
}
.access_info:last-child ul {
  margin: 0;
}
.access_info li {
  width: 100%;
  padding-left: 2rem;
  margin: 0 0 5px;
    position: relative;
}
.access_info li::before {
  content: "";
        display: block;
        width: 10px;
        height: 10px;
    border-radius: 50%;
        position: absolute;
        left: .5rem;
        top: 13px;
        transform: translateY(-50%);
    background: #ccc;
}   
.detail_ttl {
        width: 100%;
        position: relative;
        overflow-wrap: break-word;
        padding: 0 0 0 30px;
        margin: 0 0 10px;
        font-size: 2rem;
    }
        .bus::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_bus.svg);
    }
    .car::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_car.svg);
    }
    .train::before {
        content: "";
        display: block;
        width: 25px;
        height: 25px;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(../images/ic_train.svg);
    }    
}


/*---------------------------------
  初診の方へ
---------------------------------*/
.first_list_ttl{
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 20px;
        position: relative;
        font-weight: 600;
    margin: 0 0 20px;
}
.first_list_ttl::before {
        border-left: 5px solid #433a28;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }
.first_list {
  background: #fff9f2;
    padding: 20px;
    
}
.first_list li {
  width: 100%;
  font-size: 1.6rem;
  position: relative;
  line-height: 1.4;
  font-weight: 500;
  margin: 0 0 1.5rem 0;
}
.first_list li::before {
  content: "";
  display: inline-block;
  background: url(../images/ic_check1.svg);
  width: 2rem;
  height: 2rem;
  margin: 0 10px 0 0;
  vertical-align: sub;
  background-size: cover;
}
.first_list li:last-child {
  margin: 0;
}
.payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
    margin: 0 0 20px;
}

.payment-logos img {
  height: 60px;
  width: auto;
  display: block;
}
@media screen and (max-width:750px) {
.first_list_ttl{
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 20px;
        position: relative;
        font-weight: 600;
    margin: 0 0 20px;
}
.first_list_ttl::before {
        border-left: 5px solid #433a28;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
    }
.first_list {
  background: #fff9f2;
    padding: 20px;
    
}
.first_list li {
  width: 100%;
        font-size: 1.5rem;
        position: relative;
        font-weight: 500;
        margin: 0 0 2rem 0;
        padding-left: 3rem;
        text-indent: -2.5rem;
}
.first_list li::before {
  content: "";
        display: inline-block;
        background: url(../images/ic_check1.svg);
        width: 1.6rem;
        height: 1.6rem;
        vertical-align: sub;
        background-size: cover;
        position: relative;
        top: 0;
}
.first_list li:last-child {
  margin: 0;
}
.payment-logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
  justify-content: flex-start;
    margin: 0 0 20px;
}

.payment-logos img {
  height: 40px;
  width: auto;
  display: block;
}
}


/*---------------------------------
  診療案内
---------------------------------*/

.referral_list_ttl{
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 20px;
        position: relative;
        font-weight: 600;
    margin: 0 0 20px;
}
.referral_list_ttl::before {
        /*border-left: 5px solid #F18D00;
	border-radius: 30px;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        top: 0;*/
	
	    content: '';
    position: absolute;
    background: #f18d00;
    width: 8px;
    height: 20px;
    border-radius: 100px;
    top: calc(50% - (18px / 2));
    left: 0;
    }
@media screen and (max-width:750px) {

}

/*---------------------------------
  ピンクボタン
---------------------------------*/
.pinkbtn01 {
  width: 100%;
}
.pinkbtn01 a {
  width: 100%;
  display: block;
  text-align: center;
  background: #d87d97;
  padding: 1.8rem;
  color: #fff !important;
  position: relative;
  border-radius: 4px;
}
.pinkbtn01 a:visited {
  color: #fff !important;
}
.pinkbtn01 a:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2rem;
  background: url(../images/ic_arrow1.svg);
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  margin: auto;
  vertical-align: baseline;
  transition: all .3s;
}
.pinkbtn01 a:hover {
  opacity: 1;
  background: #bf5f7a;
  border-radius: 4px;
}
.pinkbtn01 a:hover::after {
  right: 1.6rem;
}
@media screen and (max-width:750px) {
  .pinkbtn01 {
    width: 100%;
    text-align: center;
  }
  .pinkbtn01 a {
    display: inline-block;
    text-align: center;
    background: #d87d97;
    padding: 1rem 5rem;
    color: #fff !important;
    position: relative;
    border-radius: 4px;
  }
  .pinkbtn01 a:visited {
    color: #fff !important;
  }
  .pinkbtn01 a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2rem;
    background: url(../images/ic_arrow1.svg);
    display: inline-block;
    width: 1.2rem;
    height: 1.2rem;
    margin: auto;
    vertical-align: baseline;
    transition: all .3s;
  }
  .pinkbtn01 a:hover {
    opacity: 1;
    background: #bf5f7a;
    border-radius: 4px;
  }
  .pinkbtn01 a:hover::after {
    right: 1.6rem;
  }
}
/*---------------------------------
  モーダルカスタマイズ
---------------------------------*/
#cboxTitle {
  width: 100%;
  position: absolute;
  top: auto !important;
  left: 50% !important;
  bottom: 0px !important;
  color: #000 !important;
  background: #fff;
  padding: 10px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  text-align: center;
}

/*サプリメント*/
.ttl001{
        font-size: 2rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 5px;
        position: relative;
        font-weight: 600;
    margin: 0 0 10px;
}
.sub_info {
    background: #fff9f2;
    padding: 1rem 2rem;
	border-radius: 1.6rem;
	margin: 0 0 2rem 0;
}

.sub_info ul {
  margin: 0 0 20px;
}
.sub_info:last-child ul {
  margin: 0;
}
.sub_info li {
  width: 100%;
  padding-left: 2rem;
  margin: 0 0 5px;
    position: relative;
}
.sub_info li::before {
  content: "";
        display: block;
        width: 10px;
        height: 10px;
    border-radius: 50%;
        position: absolute;
        left: .5rem;
        top: 50%;
        transform: translateY(-50%);
    background: #F18D00;
}

@media screen and (max-width:750px) {
.ttl001{
        font-size: 1.8rem;
        letter-spacing: .02rem;
        line-height: 1.8;
        padding: 0 0 0 5px;
        position: relative;
        font-weight: 600;
    margin: 0 0 10px;
}

}
/*サプリメント*/
