@charset "UTF-8";
.mod-secttl {
  font-size: 32px;
  text-align: center;
  font-family: "MFW-A1MinchoStd-Bold";
  font-weight: normal;
  letter-spacing: 0;
  transform: rotate(0.08deg);
  -webkit-transform: rotate(0.08deg);
}

.mod-secttl span {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-size: 15px;
  padding-top: 15px;
  letter-spacing: 1px;
  color: #9ba7a5;
}
#mainimg {
  width: 100%;
  overflow: hidden;
}

.mainimg_inner {
  width: 100%;
  height: 579px;
  position: relative;
  overflow: hidden;
}

.mainimg_block {
  width: 1398px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  opacity: 0;
  margin: auto;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transition: 1s opacity;
  -webkit-transition: 1s opacity;
}

.mainimg_block img {
  width: 100%;
}

.mainimg_block.current {
  opacity: 1;
  transition: 2s opacity;
  -webkit-transition: 2s opacity;
}
#banner {
  margin: 60px auto 20px auto;
  text-align: center;
}

#banner img {
  max-width: 744px;
  width: 100%;
}

.symptom_list {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  border-top: 1px solid #e4e4e4;
}

.symptom_list li {
  width: 20%;
  height: 280px;
  text-align: center;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  position: relative;
  border-bottom: 1px solid #e4e4e4;
}

.symptom_list li + li {
  border-left: 1px solid #e4e4e4;
}

.symptom_list li a {
  display: block;
  width: 100%;
  height: 100%;
  transition: 0.3s background;
  -webkit-transition: 0.3s background;
}

.symptom_list_icn {
  padding-top: 29px;
  padding-bottom: 20px;
}

.symptom_list_icn img {
  height: 60px;
  width: auto;
}

.symptom_list_ttl {
  font-size: 24px;
  line-height: 30px;
  margin-bottom: 10px;
  height: calc(2em + 7px);
  height: -webkit-calc(2em + 7px);
}

.symptom_list_ttl {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 100%;
}

.symptom_list_btn {
  width: 123px;
  height: 36px;
  line-height: 38px;
  font-size: 14px;
  color: #2c4b79;
  border: 1px solid #2c4b79;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 40px;
  transition: 0.3s background;
  -webkit-transition: 0.3s background;
}
.symptom_other {
  background: #f7f9f3;
  padding: 30px 0;
  margin-left: auto;
  margin-right: auto;
}

.symptom_other_block {
  width: 33.3333333333%;
  margin-left: 10px;
  margin-right: 10px;
  background: #FFF;
  border: 1px solid #e4e4e4;
  text-align: center;
}
.symptom_other_block a {
  display: block;
  padding: 15px 0 30px;
}

.symptom_other_txt {
  font-size: 14px;
  line-height: 1.4em;
  color: #393939;
  text-align: center;
  padding: 0 0 20px 0;
}

.symptom_other_btn {
  width: 123px;
  height: 36px;
  line-height: 38px;
  font-size: 14px;
  color: #2c4b79;
  border: 1px solid #2c4b79;
  margin: auto;
  transition: 0.3s background;
  -webkit-transition: 0.3s background;
}
#outpatient {
  background: url(/midori/assets/img/top/outpatient_bg.gif) repeat;
  padding: 40px 0;
}

.outpatient_list {
  max-width: 1000px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  flex-wrap: wrap;
}

.outpatient_list li {
  background: #FFF;
  width: calc((100% - 24px) / 2);
  width: -webkit-calc((100% - 24px) / 2);
  height: 180px;
  margin-bottom: 24px;
}

.outpatient_list li:last-child,
.outpatient_list li:nth-last-child(2) {
  margin-bottom: 0;
}

.outpatient_list li a {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  -webkit-justify-content: center;
  align-items: center;
  -webkit-align-items: center;
  flex-direction: column;
}

.outpatient_list_img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s transform;
  -webkit-transition: 0.4s transform;
}

.outpatient_list_img img {
  width: 100%;
}

.outpatient_list_ttl {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  margin-bottom: 20px;
}

.outpatient_list_txt {
  text-align: center;
  width: 275px;
  margin: 0 0 0 auto;
  position: relative;
}

.outpatient_list_btn {
  width: 123px;
  height: 36px;
  line-height: 38px;
  font-size: 14px;
  color: #2c4b79;
  border: 1px solid #2c4b79;
  transition: 0.3s background;
  -webkit-transition: 0.3s background;
  margin: auto;
}
#firstvisit {
  background: #f7f9f3;
  padding: 60px 0 60px 0;
  text-align: center;
}
#firstvisit .mod-secttl {
  margin-bottom: 50px;
}

.firstvisit_list {
  display: flex;
  flex-wrap: wrap;
  max-width: 830px;
  margin: 0 auto;
  gap: 20px;
}
.firstvisit_list li {
  width: calc(50% - 10px);
}
.firstvisit_list li a {
  display: block;
  height: 80px;
  background: #3fb7c1;
  box-shadow: 3px 3px #d8dad4;
  color: #FFF;
  position: relative;
  transition: 0.2s all;
}
.firstvisit_list li a:after {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}
.firstvisit_list p {
  font-size: 20px;
  padding-top: 20px;
}
.firstvisit_list span {
  display: block;
  padding-top: 6px;
  font-size: 13px;
  font-family: "PT Sans", sans-serif;
  letter-spacing: 1px;
}

#info {
  padding-top: 55px;
  padding-bottom: 50px;
  max-width: 1000px;
  margin: auto;
  border-bottom: 1px solid #c8c8c8;
}

#info .mod-secttl {
  margin-bottom: 20px;
}

.info_list {
  max-width: 900px;
  margin: 0 auto 16px auto;
}

.info_list li {
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  width: 100%;
  padding: 22px 20px;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  transition: 0.2s background;
  -webkit-transition: 0.2s background;
}

.info_list li + li {
  border-top: 1px solid #c8c8c8;
}

.info_list_date {
  background: #2c9a7c;
  width: 112px;
  height: 32px;
  line-height: 32px;
  font-size: 13px;
  color: #FFF;
  text-align: center;
  border-radius: 16px;
}

.info_list_comment {
  width: calc(100% - 192px);
  width: -webkit-calc(100% - 192px);
  font-size: 15px;
  line-height: 25px;
  padding-right: 50px;
}

.info_list_comment a {
  color: #2c4b79;
  text-decoration: underline;
}

.info_list_comment span {
  color: #e2071c;
}

.info_btn a {
  width: 200px;
  height: 42px;
  font-size: 13px;
  font-weight: bold;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  border: 2px solid #ddd;
  margin: auto;
  transition: 0.2s border;
  -webkit-transition: 0.2s border;
}
#schedule {
  padding-top: 50px;
  padding-bottom: 60px;
}

#schedule .mod-secttl {
  margin-bottom: 45px;
}

.schedule_news {
  max-width: 745px;
  margin: 24px auto 15px;
  font-size: 15px;
  line-height: 25px;
  font-weight: bold;
}
.schedule_news span {
  color: #e2071c;
}

.schedule_news_under {
  padding-top: 15px;
  max-width: 745px;
  margin-left: auto;
  margin-right: auto;
  font-size: 15px;
  line-height: 25px;
}

.schedule_news_under span {
  color: #e2071c;
}

.schedule_table {
  max-width: 745px;
  margin: auto;
}

.schedule_table table {
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  font-size: 16px;
}

.schedule_table th,
.schedule_table td {
  padding: 17px 0;
  border: 1px solid #dbdbdb;
}

.schedule_table th {
  font-weight: bold;
}

.schedule_table thead th {
  background: #e7f1ee;
}

.schedule_table th:first-child {
  width: 204px;
}

.schedule_table thead th span,
.schedule_table tbody th span {
  font-size: 11px;
  display: inline-block;
}

.schedule_table thead th span {
  line-height: 1.6;
}

.schedule_table tbody td span {
  position: relative;
}

.schedule_table tbody td span:before {
  content: "予約制";
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 16px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: left;
}

.schedule_table tbody td em {
  position: relative;
}

.schedule_table tbody td em:before {
  content: "休診日";
  white-space: nowrap;
  letter-spacing: 0;
  font-size: 16px;
  display: block;
  position: absolute;
  font-style: normal;
  top: 50%;
  left: 50%;
  transform: scale(1) translate(-50%, -50%);
  transform-origin: left;
}

.schedule_note {
  font-size: 14px;
  line-height: 1.6;
  padding-left: 1em;
  text-indent: -1em;
  margin-top: 10px;
}
.schedule_note + .schedule_note {
  margin-top: 0px;
}
#sns {
  background: url(/midori/assets/img/top/sns_bg.jpg) no-repeat;
  background-size: cover;
  padding: 55px 0 76px 0;
  text-align: center;
}

.sns_ttl {
  text-align: center;
  color: #2c4b79;
  letter-spacing: 0;
  font-family: "Crimson Text", serif;
  font-size: 42px;
  margin: 0 0 40px 0;
}

.sns_icn {
  margin-bottom: 10px;
}

.sns_icn img {
  width: 36px;
}

.sns_btn {
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
  width: 100%;
  max-width: 240px;
  height: 64px;
  position: relative;
}

.sns_btn:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #bbcbca;
  position: absolute;
  right: -3px;
  bottom: -3px;
  z-index: 0;
}

.sns_btn a {
  width: 100%;
  height: 100%;
  background: #3fb7c1;
  font-size: 20px;
  color: #FFF;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  position: relative;
  z-index: 1;
  transition: 0.2s all;
  -webkit-transition: 0.2s all;
}

.sns_btn a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-top: 2px solid #FFF;
  border-right: 2px solid #FFF;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transition: 0.1s all;
  -webkit-transition: 0.1s all;
  position: absolute;
  right: 20px;
  top: 50%;
  margin-top: -5px;
}

@media screen and (max-width: 640px) {
  .mod-secttl {
    font-size: 24px;
  }
  .mod-secttl span {
    font-size: 13px;
    padding-top: 10px;
  }
  #mainimg {
    height: auto;
    padding-top: 65px;
  }
  .mainimg_inner {
    height: auto;
    padding-top: 63%;
  }
  .mainimg_block {
    width: 100%;
  }
  #banner {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  #banner img {
    max-width: 400px;
  }
  #symptom {
    padding-top: 25px;
  }
  .symptom_list {
    width: auto;
    border-top: 1px solid #e4e4e4;
    margin-left: 20px;
    margin-right: 20px;
  }
  .symptom_list li {
    width: 50%;
    height: auto;
    border: 1px solid #e4e4e4;
    border-top: none;
  }
  .symptom_list li:nth-child(even) {
    border-left: none;
  }
  .symptom_list_icn {
    padding-top: 10%;
    padding-bottom: 20px;
  }
  .symptom_list_icn img {
    height: 30px;
  }
  .symptom_list_ttl {
    font-size: 16px;
    line-height: 21px;
    padding-bottom: 10%;
  }
  .symptom_list_btn {
    display: none;
  }
  .symptom_other {
    margin-top: 25px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .symptom_other_block {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
    min-height: 109px;
  }
  .symptom_other_block + .symptom_other_block {
    margin-top: 10px;
  }
  .symptom_other_block a {
    padding-top: 20px;
    padding-bottom: 14px;
  }
  .symptom_other_ttl_icon {
    margin-right: 0;
    margin-bottom: 19px;
  }
  .symptom_other_block--01 .symptom_other_ttl_icon img {
    width: 32px;
    padding-left: 12px;
  }
  .symptom_other_block--02 .symptom_other_ttl_icon img {
    width: 29px;
  }
  .symptom_other_block--03 .symptom_other_ttl_icon img {
    width: 37px;
  }
  .symptom_other_block--04 .symptom_other_ttl_icon img {
    width: 21px;
  }
  .symptom_other_ttl {
    display: block;
  }
  .symptom_other_ttl + p {
    margin-top: 8px;
  }
  .symptom_other_ttl_jp {
    font-size: 19px;
  }
  .symptom_other_txt {
    padding-bottom: 0;
    letter-spacing: 0.05em;
  }
  .symptom_other_btn {
    display: none;
  }
  #outpatient {
    padding: 25px 20px;
  }
  .outpatient_list {
    display: block;
  }
  .outpatient_list li {
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    padding-bottom: 25px;
  }
  .outpatient_list li:nth-last-child(2) {
    margin-bottom: 15px;
  }
  .outpatient_list_img {
    position: static;
    width: 100%;
  }
  .outpatient_list_ttl {
    font-size: 18px;
    line-height: 22px;
  }
  .outpatient_list_txt {
    margin: 0 auto;
    padding-top: 16px;
    width: auto;
  }
  .outpatient_list_btn {
    width: 150px;
    height: 38px;
    line-height: 38px;
    position: static;
  }
  #firstvisit {
    padding: 30px 20px 30px 20px;
  }
  #firstvisit .mod-secttl {
    margin-bottom: 20px;
  }
  .firstvisit_list {
    flex-direction: column;
    gap: 15px;
  }
  .firstvisit_list li {
    width: 100%;
  }
  .firstvisit_list li a {
    width: 100%;
    height: 75px;
  }
  .firstvisit_list p {
    font-size: 18px;
    padding-top: 20px;
  }
  .firstvisit_list span {
    display: block;
    padding-top: 6px;
    font-size: 13px;
    font-family: "PT Sans", sans-serif;
    letter-spacing: 1px;
  }
  #info {
    padding-top: 30px;
    padding-bottom: 40px;
  }
  #info .mod-secttl {
    margin-bottom: 0px;
  }
  .info_list {
    margin-bottom: 10px;
  }
  .info_list li {
    display: block;
    padding-top: 20px;
    padding-bottom: 18px;
  }
  .info_list li + li {
    border-top-style: dotted;
  }
  .info_list_date {
    margin-bottom: 10px;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 11px;
    border-radius: 13px;
  }
  .info_list_comment {
    width: 100%;
    font-size: 14px;
    line-height: 21px;
    padding-right: 0px;
  }
  #schedule {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  #schedule .mod-secttl {
    margin-bottom: 25px;
  }
  .schedule_table {
    margin: 0 20px;
  }
  .schedule_table table {
    font-size: 11px;
  }
  .schedule_table thead th {
    font-size: 13px;
  }
  .schedule_table th,
  .schedule_table td {
    padding: 10px 0;
  }
  .schedule_table th:first-child {
    width: 100px;
  }
  .schedule_table tbody th span {
    font-size: 10px;
    padding-top: 3px;
    display: block;
    transform: scale(0.8);
    -webkit-transform: scale(0.8);
  }
  .schedule_table tbody td span:before {
    font-size: 10px;
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform: scale(0.9) translate(-50%, -50%);
  }
  .schedule_table tbody td em:before {
    font-size: 10px;
    transform: scale(0.9) translate(-50%, -50%);
    -webkit-transform: scale(0.9) translate(-50%, -50%);
  }
  .schedule_news {
    margin-left: 20px;
    margin-right: 20px;
  }
  .schedule_news_under {
    margin-left: 20px;
    margin-right: 20px;
  }
  .schedule_note {
    font-size: 13px;
  }
  #sns {
    padding-top: 40px;
    padding-bottom: 50px;
  }
  .sns_ttl {
    font-size: 32px;
    margin-bottom: 24px;
  }
  .sns_icn {
    margin-bottom: 3px;
  }
  .sns_icn img {
    width: 30px;
  }
  .sns_btn {
    max-width: 280px;
    width: calc(100% - 32px);
    width: -webkit-calc(100% - 32px);
    height: 52px;
    margin: auto;
  }
  .sns_btn:not(:last-child) {
    margin-bottom: 16px;
  }
  .sns_btn a {
    font-size: 15px;
    width: auto;
  }
  .sns_btn a:before {
    width: 8px;
    height: 8px;
    right: 12px;
    margin-top: -4px;
  }
  .sns_btn a p {
    padding-left: 0;
    padding-right: 8px;
  }
}

@media screen and (min-width: 641px) {
  #banner a {
    transition: opacity 0.2s;
  }
  #banner a:hover {
    opacity: 0.75;
  }
  .symptom_list li a:hover {
    background: #eff3f6;
  }
  a:hover .symptom_list_btn {
    color: #FFF;
    background: #2c4b79;
  }
  .symptom_other {
    display: flex;
    justify-content: center;
  }
  .symptom_other_block {
    max-width: 235px;
  }
  .symptom_other_block a {
    padding-top: 30px;
    padding-bottom: 38px;
    height: 100%;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .symptom_other_block a:hover {
    background: #eff3f6;
  }
  .symptom_other_block a:hover .symptom_other_btn {
    color: #FFF;
    background: #2c4b79;
  }
  .symptom_other_block .symptom_other_ttl {
    height: 140px;
    display: flex;
    flex-direction: column;
  }
  .symptom_other_block .symptom_other_ttl + p {
    margin-top: 8px;
    padding-bottom: 0;
    font-size: 13px;
    letter-spacing: 0;
  }
  .symptom_other_block .symptom_other_ttl_jp {
    font-size: 22px;
    line-height: 1.36;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1 1;
  }
  .symptom_other_block .symptom_other_ttl_icon {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: none;
    margin-bottom: 20px;
  }
  .symptom_other_block--01 .symptom_other_ttl_icon {
    padding-left: 26px;
  }
  .symptom_other_block--01 .symptom_other_ttl_icon img {
    width: 55px;
  }
  .symptom_other_block--02 .symptom_other_ttl_icon img {
    width: 52px;
  }
  .symptom_other_block--03 .symptom_other_ttl_icon img {
    width: 76px;
  }
  .symptom_other_block--04 .symptom_other_ttl_icon img {
    width: 35px;
  }
  .symptom_other_txt {
    letter-spacing: 0.04em;
  }
  .symptom_other_block a .symptom_other_btn {
    margin-left: auto;
    margin-right: auto;
    margin-top: 15px;
    margin-bottom: 0;
  }
  a:hover .outpatient_list_img {
    transform: scale(1.03);
    -webkit-transform: scale(1.03);
  }
  a:hover .outpatient_list_btn {
    color: #FFF;
    background: #2c4b79;
  }
  .firstvisit_list li a:hover {
    background: #2ca2ae;
  }
  .info_list_comment a:hover {
    opacity: 0.7;
  }
  .info_btn a:hover {
    border-color: #2c9a7c;
  }
  .sns_btn:nth-child(odd) {
    margin-right: 24px;
  }
  .sns_btn a:hover {
    background: #33aab5;
  }
  .sns_btn a:hover:before {
    right: 18px;
  }
  .sns_btnlist {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media screen and (min-width: 641px) and (max-width: 1240px) {
  .symptom_list_icn {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .symptom_list_ttl {
    font-size: 20px;
    line-height: 24px;
  }
  .symptom_list li {
    height: 240px;
  }
}