@charset "utf-8";
/* CSS Document */
/*---------------------------------
  メインビジュアル
---------------------------------*/
#k-mainvisualwrap01 {
  width: 100%;
  height: 230px;
  background: #f9f8f7;
}
#k-mainvisualwrap02 {
  width: 100%;
  height: 230px;
  position: relative;
}
#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: #5a8bc5;*/
  color: #0068b7;
}
#k-mainvisualtitlewrap01 span {
  padding: 0;
  display: block;
}
#k-mainvisualtitlewrap01::before {
  background: url("../images/subpage_acc.svg");
  background-size: cover;
  width: 400px;
  height: 400px;
  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 #5a8bc5) drop-shadow(0 0 10px #5a8bc5);*/
  filter: drop-shadow(0 0 3px #0068b7) drop-shadow(0 0 10px #0068b7);
}
@media screen and (max-width:750px) {
  #k-mainvisualwrap01 {
    width: 100%;
    height: 130px;
    margin-top: 7rem;
  }
  #k-mainvisualwrap02 {
    width: 100%;
    height: 130px;
    position: relative;
  }
  #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: #5a8bc5;*/
    color: #0068b7;
  }
  #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 #5a8bc5) drop-shadow(0 0 10px #5a8bc5);*/
    filter: drop-shadow(0 0 3px #0068b7) drop-shadow(0 0 10px #0068b7);
  }
}
/*---------------------------------
  メインコンテンツ
---------------------------------*/
#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: 12rem 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 10rem;
}
.contntsinner01:last-child {
  width: 1000px;
  margin: 0 auto;
  padding: 8rem 0 10rem;
}
.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 5rem;
  }
  .contntsinner01:last-child {
    width: 100%;
    margin: 0 auto;
    padding: 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 55px;
}
.titlewrap01 p {
  display: block;
  color: #393e46;
}
.titlewrap01 p:nth-child(1) {
  font-size: 3.6rem;
  font-weight: 500;
  letter-spacing: .3rem;
}
.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;
  }
  .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 td {
  width: 25%;
}
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 0 20px;
}
table.tablelist05 td {
  width: auto;
  padding: 20px 0;
}
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) / 3);
}
.pagesubnav_item a {
  display: block;
  position: relative;
  padding: 12px 0 12px;
  padding-right: 40px;
  border-bottom: solid 1px #cfcfcf;
  font-size: 1.8rem;
}
.pagesubnav_item.nowrap {
  letter-spacing: -.01em;
}
.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;
  }
  table.tablelist05 tr:nth-child(1) td {
    padding: 0 0 15px;
  }
  table.tablelist05 td {
    width: auto;
    padding: 15px 0;
  }
  table.tablelist05 td:nth-child(1) {
    width: 9rem;
  }
  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);*/

    width: 100%;
  }
  .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;
}
.contentsdetailwrap01:last-child {
  padding: 0;
}
.contentsdetailinner01 {
  font-size: 1.6rem;
  line-height: 2.2;
  font-weight: 400;
  padding: 0 0.5%;
}
.access__detailinner01 {
  width: 100%;
  display: flex;
  justify-content: center;
}
.access__detailinner01 p span:first-child {
  font-size: 2rem;
}
.pc-br {
  display: inline !important;
}
.map__i {
  justify-self: center;
}
.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.3rem;
  font-family: 'Zen Old Mincho', serif;
  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: #5a8bc5;*/
  background: #0068b7;
}
.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 20px;
}
.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;
}
.contents2columnswrap04inner01:nth-child(1) {
  width: 380px;
}
.contents2columnswrap04inner01 img.img_70 {
	width: 70% !important;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.contents2columnswrap04inner01:nth-child(2) {
  width: calc(100% - 380px - 80px);
  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) / 3);
}
.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: "Zen Old Mincho", serif;
/*  background: #5a8bc5;*/
  background: #0068b7;
  color: #fff;
}
.sub_txt2 span {
    font-size: 2rem;
    background: #ffffff;
/*    color: #5a8bc5;*/
    color: #0068b7;
    font-weight: 600;
}
.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;

    flex-direction: column;
}
.detail li {
/*  margin: 0 20px 0 0;*/

    margin-bottom: 1rem;
}
.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;
  padding-left: 3rem;
  text-indent: -3rem;
  margin: 0 0 1rem;
}
.detail2 li span::before {
  content: "";
  display: inline-block;
  width: 1.3rem;
  height: 1.3rem;
  background-color: #3c8d99;
  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 #5a8bc5;*/
  border: 1px solid #0068b7;
/*  color: #5a8bc5;*/
  color: #0068b7;
}
.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: #5a8bc5;*/
  background: #0068b7;
}
.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;
  color: #21b8ce;
  font-weight: 500;
  font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
}
.greeting-name {
  text-align: end;
}
.contentsdetailinner01-bio tbody tr td:nth-child(1) {
  display: none;
}

@media screen and (max-width:750px) {
  .contentsdetailwrap01 {
    display: table;
    width: 94%;
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .contentsdetailwrap01:last-child {
    padding: 0;
  }
  .contentsdetailinner01 {
    font-size: 1.5rem;
    line-height: 2.2;
    font-weight: 400;
    padding: 0 0.5%;
  }
  .access__detailinner01 {
    width: 95%;
    display: flex;
    justify-self: center;
  }
  .map__i {
    justify-self: center;
  }
  .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;
  }
  .contentsdetailinner03 .txt {
    flex: 1;
  }
  .contentsdetailinner03 .figure {
    width: 60%;
    margin: 2rem auto 0;
  }
  .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: 'Zen Old Mincho', 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;
  }
  .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 img.img_70 {
	width: 70% !important;
    text-align: center;
    display: block;
    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: "Zen Old Mincho", serif;
/*    background: #5a8bc5;*/
    background: #0068b7;
    color: #fff;
  }
	.sub_txt2 span {
    font-size: 1.8rem;
    background: #ffffff;
/*    color: #5a8bc5;*/
    color: #0068b7;
    font-weight: 600;
	}
  .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;*/
    
    align-items: baseline;
  }
  .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%;
    margin: 0;
    padding-left: 0;
    text-indent: 0;
  }
  .detail2 li span {
    width: 100%;
    position: relative;
    padding: 0 0 0 1.2em;
    line-height: 1.4;
    margin: 0 0 1rem;
    display: inline-block;
  }
  .detail2 li span::before {
    display: block;
    position: absolute;
    top: .5rem;
    left: 0;
    width: 1.3rem;
    height: 1.3rem;
    background-color: #3c8d99;
    content: '';
    border-radius: 50%;
  }
  .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 #5a8bc5;*/
    border: 1px solid #0068b7;
/*    color: #5a8bc5;*/
    color: #0068b7;
  }
  .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: #5a8bc5;*/
    background: #0068b7;
  }
  .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;
    color: #21b8ce;
    font-weight: 500;
    text-align: center;
    margin: 0 0 3vw 0;
    line-height: 1.6;
    font-family: "Hiragino Mincho ProN", "YuMincho", "Yu Mincho", "MS PMincho", serif;
  }
  .greeting-name {
    text-align: end;
  }
  .contentsdetailinner01-bio tbody tr td:nth-child(1) {
    display: none;
  }
}
/*---------------------------------
  表示・非表示（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;
  }
  .pc-br {
    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: #ecf4f8;
  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 #d3d3d3;
  margin-bottom: 1.3rem;
  color: #393e46;
  font-family: 'Playfair Display', serif;
}

.doctor_p{
	font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
}

@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.8rem;
    font-weight: 500;
    letter-spacing: .4rem;
  }
  ul.doctorname01 li:nth-child(3) {}
  ul.doctorname01 li:nth-child(3) span {
    display: inline-block;
    text-align: center;
    background: #ecf4f8;
    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 #d3d3d3;
    margin-bottom: 1.3rem;
    color: #5d481d;
    font-family: 'Playfair Display', serif;
  }.doctor_p{
	font-family: YakuHanJP, 'Zen Kaku Gothic New', sans-serif;
}

}
/*---------------------------------
  診療案内
---------------------------------*/
.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;
}
.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;
}

.section-img {
    margin: 0 auto 20px!important;
}

.treatment-detail {
    flex-direction: row;
} 
.treatment-detail > li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 50%;
}
.treatment-img,
.treatment-detail > li > img {
    width: 90% !important;
    margin: 10px 0 20px;
}

.flow {
    width: 100%;
    flex-direction: row;
} 
.flow > li {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    width: 43%;
    margin-bottom: 4rem;
}
.flow > li > img {
    width: 90% !important;
    height: 280px !important;
    object-fit: cover;
    margin-bottom: 10px;
}
.arrow {
    width: 7% !important;
    justify-content: center;
/*    align-content: center;*/
    padding-right: 1.5rem;
}
li.arrow > img {
    width: 80% !important;
    height: auto !important;
/*    object-fit: none !important;*/
    object-fit: cover;
}
.flow__title {
    font-size: 1.75rem;
    font-weight: bold;
    color: #0068b7;
}
.flow__explain {
    line-height: 1.2;
}

.tablelist04__row {
    width: 100%;
    display: flex;
    flex-direction: row;
    font-size: 1.6rem;
    line-height: 1.6;
    margin-bottom: -1px;
}
.tablelist04__row--head > .tablelist04__row--data01,
.tablelist04__row--head > .tablelist04__row--data02 {
    text-align: center;
    background: #faf9f7;
    border: 1px solid #333;
}
.tablelist04__row--head > .tablelist04__row--data01 {
    border-right: 0;
}
.tablelist04__row--data01 {
    width: 20%;
    padding: 2rem 1rem;
    text-align: center;
    align-self: auto;
    border: 1px solid #333;
    border-right: 0;
}
.tablelist04__row--data02 {
    width: 80%;
    padding: 2rem 1rem;
    text-align: left;
    align-self: auto;
    border: 1px solid #333;
}

.contentsdetailinner01 a {
  color: #3c8d99;
}
.contentsdetailinner01 a span::after {
  content: "▲";
  display: inline-block;
  transform: rotate(90deg);
  font-size: 1.2rem;
  margin-left: .7rem;
  vertical-align: middle;
  color: #3c8d99;
}

@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;
    padding: 0 0 0 1em;
    font-weight: 500;
    margin: 0 0 1rem 0;
    padding-left: 3rem;
    text-indent: -3rem;
  }
  .medical_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;
  }
  .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;
  }
  
  .treatment-detail > li {
    width: 100%;
  }
  .treatment-img,
  .treatment-detail > li > img {
    width: 100% !important;
  }
  
  .flow > li {
    width: 100%;
    margin-bottom: 2rem;
  }
  .flow > li > img {
    width: 100% !important;
    height: auto !important;
  }
  .arrow {
    width: 100% !important;
    padding-right: 0;
    margin-bottom: 1rem;
    align-content: center;
  }
  li.arrow > img {
    width: 10% !important;
    transform: rotate(90deg);
  }
  .flow__explain {
    line-height: 1.5;
  }
  
  .tablelist04__row {
    font-size: 1.5rem;
  }
  .tablelist04__row--data01,
  .tablelist04__row--data02 {
    padding: 1rem .5rem !important;
  }
  .tablelist04__row--data01 {
    width: 35%;
  }
  .tablelist04__row--data02 {
    width: 65%;
    padding: 2rem 1rem;
  }
}
/*---------------------------------
  予防接種スケジュール表
---------------------------------*/
.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;
  }
}
/*---------------------------------
  当院について
---------------------------------*/
.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 li {
  width: 100%;
  text-indent: -1em;
  padding-left: 1em;
  margin: 0 0 5px;
}
.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;
  }
}
/*---------------------------------
  ピンクボタン
---------------------------------*/
.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;
}