@charset "utf-8";
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
common
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
html {
  font-size: 62.5%; /* -> 10px */
}
body {
  color: #333;
  line-height: 1.8;
  font-size: 1.8rem;
  letter-spacing: .5px;
  font-family: "Noto Sans JP", sans-serif;
  text-align: justify;
  font-weight: 400;
}
section {
  overflow: hidden;
}
a {
  color: #ea5567;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.clickable a, .clickable a:hover {
  color: #ea5567;
}
img {
  width: 100%;
  height: auto;
}
.title {
  color: #905b2c;
  font-size: 4rem;
  line-height: 1.2;
  margin-bottom: 8rem;
  font-weight: 700;
  text-align: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.title span {
  font-size: 2rem;
  display: block;
  font-weight: bold;
  color: #ea5567;
  font-family: "Montserrat", sans-serif;
}
.sub_title {
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 1rem;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
}
.sub_title::before {
  content: '';
  background-image: url("../../img/ico-hd-01.png");
  background-size: contain;
  background-repeat: no-repeat;
  transform: translateY(3px);
  flex: none;
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
}
.marker {
  background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #fddbe7 70%);
}
.marker02 {
  background-image: linear-gradient(rgba(0 0 0 / 0) 70%, #fff 70%);
}
a.linkBtn {
  display: inline-block;
  padding: 5px 40px 5px 20px;
  text-decoration: none;
  color: #ea5567;
  background-color: #fff;
  border: 1px solid #ea5567;
  transition: .4s;
  margin: 10px 0;
  position: relative;
  border-radius: 10rem;
}
a.linkBtn::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 2rem;
  transform: rotate(45deg) translateY(-50%);
  width: 10px;
  height: 10px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #ea5567;
}
.whiteBox {
  background-color: #fff;
  padding: 30px;
}
.strongB {
  font-size: 120%;
}
section:nth-child(even) {
  background-color: #FDF8F3;
}
section:nth-child(odd) {
  background-color: #fff;
}
/* -----------------------------------------------------
header（common）
------------------------------------------------------- */
#header {
  padding: calc(100vw * 0.06) 0;
  text-align: center;
  position: relative;
  width: 100%;
  font-family: "fot-tsukubrdgothic-std", sans-serif;
  background-image: url("../../img/header_bg.png");
  -webkit-background-size: cover;
  background-size: cover;
}
#header h1 img {
  width: 600px;
}
ul.division {
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  width: 400px;
  margin: 0 auto 10px;
}
ul.division li {
  background-color: #905b2c;
  color: #fff;
  padding: 3px 30px;
  border-radius: 30px;
  margin: 5px;
  font-size: 2rem;
  font-weight: 700;
}
.VisDay {
  font-size: 5.5rem;
  font-weight: 700;
  display: inline-block;
  padding: 0 50px;
  border-radius: 100px;
  color: #ea5567;
  letter-spacing: .1em;
  line-height: 1.2;
}
.clinicTel {
  font-size: 4rem;
  margin-left: -1rem;
  margin-bottom: 0;
}
.clinicTel a {
  color: #fff;
}
.clinicTel span {
  font-size: 3rem;
  padding-right: 1rem;
  color: #fff;
  padding-top: .5rem;
}
.hd_txt {
  font-weight: bold;
  font-size: 2.4rem;
}
/*infomation*/
#info {
  text-align: center;
}
#info .sub_title {
  justify-content: center;
}
/* ----------------------------------------------------- 
main （common）
------------------------------------------------------- */
section:first-of-type {
  padding-top: calc(100vw * 0.01);
}
/*menu*/
.menuBox img {
  border-radius: 2rem;
  margin-bottom: 2rem;
  height: 200px;
  object-fit: cover;
}
/*greet*/
.grtBox {
  display: -webkit-flex;
  display: flex;
}
.message {
  width: 65% !important;
  position: relative;
  border-radius: 10px;
  padding: 0 30px;
}
.drImg {
  width: 30% !important;
  margin-right: 10px !important;
}
.drImg img {
  margin-bottom: 30px;
  border-radius: 2rem;
}
.drName {
  font-size: 2rem;
}
.drName ruby rt {
  letter-spacing: 0px;
}
ul.Keireki li {
  padding: 1rem;
  border-bottom: 1px dashed #ccc;
}
ul.Keireki li dl {
  display: -webkit-flex;
  display: flex;
  margin-bottom: 0;
}
/*recruit*/
/* about */
#about {}
.abtContent ul {
  margin-bottom: 0;
}
.abtTable {
  width: 100%;
}
.abtTable tr {
  border-bottom: 1px dashed #ccc;
}
.abtTable th {
  text-align: left;
  padding: 15px 0 15px 0px;
  color: #333;
  width: 20%;
}
.abtTable td {
  padding: 15px 0;
}
.timeTable {
  width: 100%;
  margin-bottom: 5px;
  text-align: center;
}
/* 左上 */
.timeTable tr:first-child th:first-child {
  border-top-left-radius: 12px;
}
/* 右上 */
.timeTable tr:first-child th:last-child {
  border-top-right-radius: 12px;
}
/* 左下 */
.timeTable tr:last-child th:first-child {
  border-bottom-left-radius: 12px;
}
/* 右下 */
.timeTable tr:last-child td:last-child {
  border-bottom-right-radius: 12px;
}
.timeTable th {
  color: #fff;
  padding: 10px;
  background-color: #905b2c;
}
.timeTable tr:not(:first-of-type) th {
  background-color: #fff;
  color: #333;
}
.timeTable td {
  padding: 10px;
  text-align: center;
  background-color: #fff;
  line-height: 1.2;
}
section:nth-child(odd) .timeTable td, section:nth-child(odd) .timeTable tr:not(:first-of-type) th {
  background-color: #f9f9f9;
}
.gMap {
  width: 100%;
}
/*-------------------------------------------------
recruit（common）
------------------------------------------------------- */
#recruitInfo .flexImg img {
  border-radius: 2rem;
}
.recTbl {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.recTbl th, .recTbl td {
  border: 1px solid #ccc;
  padding: 1rem;
  text-align: left;
  vertical-align: middle;
  word-wrap: break-word;
  word-break: break-word;
}
.recTbl th {
  background-color: #A0CBDB;
  font-weight: bold;
  width: 25%;
  color: #fff;
  text-align: center;
}
.recTbl td {
  background-color: #fff;
  color: #333;
}
#recruit .listDot li {
  margin-left: 5px;
  padding-left: 15px;
}
/*-------------------------------------------------
footer（common）
------------------------------------------------------- */
#footer {
  background: #905b2c;
  color: #fff;
  text-align: center;
  padding: 20px;
  font-size: 1.4rem;
}
#pagetop {
  position: fixed;
  bottom: 4%;
  right: 3%;
  z-index: 5;
}
#pagetop a {
  display: block;
  width: 60px;
  height: 60px;
  background: #905b2c;
  color: #fff;
  position: relative;
  border-radius: 50%;
}
#pagetop a::before {
  content: "";
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
pcSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (min-width:768px) {
  /* ----------------------------------------------------
common(pc)
---------------------------------------------------- */
  /* hover */
  a:hover {
    opacity: .8 !important;
    filter: alpha(opacity=80);
    text-decoration: none;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  a img:hover {
    opacity: .8 !important;
    filter: alpha(opacity=80);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .clickable:hover {
    filter: alpha(opacity=80) !important;
    opacity: .8 !important;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .clickable:hover {
    opacity: 0.7;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
  }
  .content {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding: 130px 0;
  }
  /*header*/
  /*menu*/
  /*staff*/
  ul.Keireki {
    font-size: 1.6rem;
  }
  ul.Keireki li dl dt {
    width: 30%;
  }
  ul.Keireki li dl dd {
    width: 80%;
  }
  .Keireki_fstdt {
    display: none;
  }
  /*recruit*/
  .space01 {
    display: inline-block;
    text-indent: 45px;
  }
  .space02 {
    display: inline-block;
    text-indent: 60px;
  }
}
/* ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
tabletSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 1200px) and (min-width: 768px) {
  .content {
    width: 90%;
    margin: 5vw auto !important;
    padding: calc(100vw*0.02);
  }
  /* -----------------------------------------------------
header（<1200）
------------------------------------------------------- */
  #header {
    background-position: center center;
  }
  /* -----------------------------------------------------
main（<1200）
------------------------------------------------------- */
  /*infomation*/
  /*menu*/
  /*greeting*/
  .drImg {
    margin-bottom: 50px;
  }
  ul.Keireki li dl dt {
    width: 45%;
  }
  /* -----------------------------------------------------
footer（common）
------------------------------------------------------- */
  #footer {
    padding: 1.66vw;
    font-size: 1.16vw;
  }
  #pagetop a {
    width: 4.16vw;
    height: 4.16vw;
  }
  #pagetop a::before {
    width: 1.25vw;
    height: 1.25vw;
  }
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━
spSetting
━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ */
@media (max-width: 768px) {
  body {
    font-size: min(18px, 4vw);
  }
  #wrapper {
    overflow-x: hidden;
  }
  .content {
    width: 90%;
    margin: 10vw auto;
  }
  .title {
    font-size: 6vw;
    margin-bottom: 6vw;
  }
  .title span {
    font-size: 4vw;
    margin-left: 0;
  }
  .sub_title {
    text-align: left;
    font-size: 4.8vw;
    margin-bottom: 3vw;
  }
  .sub_title::before {
    inline-size: 4vw;
    margin-right: 10px;
  }
  a.linkBtn {
    width: 100%;
    padding: 16px 0;
    text-align: center;
  }
  /* -----------------------------------------------------
header（sp）
------------------------------------------------------- */
  #header {
    padding: 12vh 0 16vh;
    background-image: url("../../img/header_bg_sp.png");
    background-position: center center;
    z-index: 1;
  }
  #header h1 img {
    width: 90%;
  }
  #header h1 span {
    font-size: 7vw;
  }
  .VisDay {
    font-size: 7vw;
    padding-bottom: 5px;
  }
  .VisDay span {
    width: 33px;
    height: 33px;
    font-size: 4vw;
  }
  ul.division {
    width: 80%;
  }
  ul.division li {
    font-size: 4vw;
    padding: 1vw;
    width: 30%;
  }
  .clinicName {
    width: 250px;
    padding-left: 5vw;
  }
  .hd_txt {
    font-size: 4vw;
  }
  /* -----------------------------------------------------
main（sp）
------------------------------------------------------- */
  /*infomation*/
  #info p {
    text-align: left;
  }
  #info .sub_title {
    font-size: 4.6vw;
  }
  /*column*/
  #column {
    display: block;
  }
  #column ul li {
    width: 100%;
  }
  #column ul li a {
    padding: 10px 0 10px 65px;
  }
  #column a.linkBtn {
    width: 40%;
    text-align: center;
    padding: 5px 15px 5px 5px;
  }
  /*menu*/
  /*greet*/
  .grtBox {
    display: block;
    margin-bottom: 20px;
  }
  .drImg {
    width: 80% !important;
    margin: 0 auto !important;
  }
  .message {
    width: 100% !important;
    margin: 0 auto 30px !important;
    padding: 0 8px 0 0;
  }
  ul.Keireki li dl {
    display: block;
  }
  /* about */
  .abtContent {
    width: 100%;
    margin-bottom: 6vw;
  }
  .abtContent .title {
    text-align: center;
  }
  .abtContent h3 {
    margin-bottom: 3vw;
  }
  .abtTable th {
    display: block;
    width: 100%;
    padding: 3vw 0 1vw;
  }
  .abtTable tr:first-child th {
    padding-top: 0;
  }
  .abtTable td {
    padding: 0 0 3vw;
    display: block;
    width: 100%;
    line-height: 1.5;
  }
  .timeTable {
    margin-bottom: 1vw;
    font-size: 1.5rem;
  }
  .timeTable th {
    border-width: 1px;
    padding: 2vw;
    font-size: 3.4vw;
  }
  .timeTable td {
    padding: .5px;
    border-width: 1px;
  }
  .space03_sp {
    display: inline-block;
    text-indent: 13vw;
  }
  /* -----------------------------------------------------
recruit（sp）
------------------------------------------------------- */
  #recruit .title {
    margin-top: -5vw;
  }
  table.recTbl tr {
    display: block;
  }
  table.recTbl td {
    display: block;
    width: 100%;
    padding: 2vw;
    letter-spacing: 0;
    font-size: 3.8vw;
  }
  table.recTbl th {
    display: block;
    width: 100%;
    letter-spacing: 0;
  }
  /* -----------------------------------------------------
footer（common）
------------------------------------------------------- */
  #footer {
    padding: 4vw;
    font-size: 3vw;
  }
  #pagetop a {
    width: 10vw;
    height: 10vw;
  }
  #pagetop a::before {
    width: 3vw;
    height: 3vw;
  }
}
table.schedule {
  width: 100%;
  margin-bottom: 5px;
}
@media screen and (max-width: 767px) {
  table.schedule {
    display: block;
    width: auto !important;
    margin: 1.33vw 0 2.67vw;
    border-collapse: collapse;
    zoom: 100%;
  }
}
@media screen and (max-width: 767px) {
  table.schedule:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
}
@media screen and (max-width: 767px) {
  table.schedule thead {
    display: block;
    float: left;
    width: 35%;
  }
}
@media screen and (max-width: 767px) {
  table.schedule tbody {
    display: block;
    width: 65%;
    float: left;
  }
}
@media screen and (max-width: 767px) {
  table.schedule thead tr {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  table.schedule tbody tr {
    width: 50%;
    display: block;
    float: left;
  }
}
table.schedule th, table.schedule td {
  line-height: 1.2;
  padding: 1rem;
}
@media screen and (max-width: 767px) {
  table.schedule th, table.schedule td {
    text-align: center;
    display: block;
    padding: 1.33vw;
  }
}
table.schedule th {
  background-color: #19307c;
  color: #fff;
  border: 1px solid #fff;
  text-align: center;
  font-weight: normal;
}
@media screen and (min-width: 767px), print {
  table.schedule th br.sp_br {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  table.schedule th br.sp_br {
    display: block !important;
  }
}
table.schedule th.sat {
  color: #0044c0;
}
table.schedule th.red {
  color: #FF7F50;
}
@media screen and (max-width: 767px) {
  table.schedule th br {
    display: none;
  }
}
table.schedule td {
  border: 1px solid #fff;
  text-align: center;
  background: #f1f1f2;
}
table.schedule td.red {
  color: #DB7093;
  background: #FCEAE0;
  font-weight: 700;
}
@media screen and (max-width: 767px) {
  table.schedule td br {
    display: block;
  }
}
@media screen and (min-width: 767px), print {
  table.schedule td br {
    display: none
  }
}
@media screen and (max-width: 767px) {
  /*-----------------------------*/
  /*スマホでも横にレイアウト変したい時：長期休診用*/
  table.schedule.schedule_y {
    display: table;
    width: 100% !important;
    margin: 5px 0;
    border-collapse: collapse;
  }
  table.schedule.schedule_y thead {
    display: table-header-group;
    float: none;
    width: 100%;
  }
  table.schedule.schedule_y tbody {
    display: table-row-group;
    width: 100%;
    float: none;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    text-align: center;
    padding: 3px 1px;
    display: table-cell;
    font-weight: normal;
  }
  table.schedule.schedule_y td br {
    display: block;
  }
  table.schedule.schedule_y th br {
    display: block !important;
  }
  table.schedule.schedule_y th br.sp_br {
    display: none !important;
  }
  table.schedule.schedule_y thead tr {
    display: table-row;
  }
  table.schedule.schedule_y tbody tr {
    width: 100%;
    display: table-row;
    float: none;
  }
  table.schedule.schedule_y tbody tr th {
    width: 2em;
    padding: 1px 2px;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    margin-top: -1px;
    margin-left: -1px;
  }
  table.schedule.schedule_y {
    zoom: 100%;
  }
  table.schedule.schedule_y:after {
    content: ".";
    display: table;
    height: 0;
    clear: both;
    visibility: hidden;
  }
  table.schedule.schedule_y {
    font-size: 12px;
  }
  table.schedule.schedule_y th, table.schedule.schedule_y td {
    vertical-align: middle !important;
  }
  table.schedule.schedule_y th {
    letter-spacing: -.02em;
  }
}
table.schedule thead th span.red {
  color: #FFB6C1;
}
table.schedule thead th.merge span {
  display: inline-block;
}
table.schedule thead th.merge span.btw {
  padding: 0 0.5em;
  vertical-align: 50%;
}
/* recruitInfo*/
#recruitInfo .recruitInfoTab {
  justify-content: flex-start;
}
#recruitInfo .recruitInfoTab > li {
  width: 20.4%;
  padding: 20px 0 15px;
  margin-right: 5px;
  font-size: 2.4rem;
}
#recruitInfo .recruitInfoContent {
  padding: 15px 30px;
  border: 10px solid #ea5567;
  ;
  border-radius: 0 0 2rem 2rem;
}
#recruitInfo .recruitInfoTbl th, #recruitInfo .recruitInfoTbl td {
  padding: 30px 0;
  border-bottom: 1px dashed #ccc;
}
#recruitInfo .recruitInfoTbl th {
  font-size: 1.8rem;
  width: 17.6%;
}
#recruitInfo .recruitInfoTbl td {
  width: 82.4%;
}
#recruitInfo .recruitInfoBox {
  padding: 50px 140px;
  border-radius: 20px;
}
#recruitInfo .recruitInfoTab {
  display: flex;
  margin-bottom: 0px;
}
#recruitInfo .recruitInfoTab > li {
  background-color: #f9f9f9;
  color: #19307c;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  border-radius: 1rem 1rem 0 0;
}
#recruitInfo .recruitInfoTab > li.active {
  color: #fff;
  background-color: #ea5567;
}
#recruitInfo .recruitInfoContent {
  display: none;
}
#recruitInfo .recruitInfoContent:first-child {
  display: block;
}
#recruitInfo .recruitInfoTbl {
  width: 100%;
}
#recruitInfo .recruitInfoTbl th {
  font-weight: bold;
  vertical-align: middle;
  text-align: left;
  color: #ea5567;
  font-size: 2rem;
}
#recruitInfo .recruitInfoTbl a {
  color: rgb(25, 48, 124);
  text-decoration: none;
}
#recruitInfo .recruitInfoTbl tr:last-of-type td, #recruitInfo .recruitInfoTbl tr:last-of-type th {
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #recruitInfo {
    padding: 10.67vw 0;
  }
  #recruitInfo .recruitInfoTab {
    margin-top: 8vw;
    justify-content: space-between;
  }
  #recruitInfo .recruitInfoTab > li {
    padding: 2vw 0;
    font-size: 3.6vw;
    width: 30%;
    line-height: 1.2;
    margin-right: 0;
  }
  #recruitInfo .recruitInfoContent {
    padding: 2vw 4vw;
    border: 1vw solid #ea5567;
    ;
  }
  #recruitInfo .recruitInfoTbl th, #recruitInfo .recruitInfoTbl td {
    width: 100%;
    display: block;
  }
  #recruitInfo .recruitInfoTbl th {
    font-size: 4vw;
    padding: 3vw 0 0;
    border-bottom: none;
  }
  #recruitInfo .recruitInfoTbl td {
    padding: 3vw 0;
  }
  #recruitInfo .recruitInfoBox {
    border-radius: 2.67vw;
    padding: 8vw 2.67vw;
    font-size: 15px;
  }
}