@charset "UTF-8";
/*
theme: 東川口けやき通りクリニック
*/
/* CSS Document */
/* all content
* --------------------------------------- */
div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
  font-size: 18px;
  line-height: 2;
  text-decoration: none;
  font-family: "Zen Maru Gothic", sans-serif;
  font-weight: 500;
  list-style: none;
  color: #444243;
}
a {
  display: block;
  -webkit-transition: 0.2s ease-in-out;
  -moz-transition: 0.2s ease-in-out;
  -o-transition: 0.2s ease-in-out;
  transition: 0.2s ease-in-out;
}
body {
  margin: 0 auto;
  position: relative;
}
main {
  flex: 1;
}
body {
  display: flex;
  flex-flow: column;
  min-height: 100vh;
}
img {
  vertical-align: top;
  width: 100%;
}
sup {
  vertical-align: super !important;
  font-size: smaller !important;
}
a:hover, a:focus {
  opacity: .7;
  text-decoration: none;
  color: #000;
}
::-webkit-selection {
  color: #fff;
  background: #0074BF;
}
::-moz-selection {
  color: #fff;
  background: #0074BF;
}
::selection {
  background-color: #cccccc;
  color: #000;
  text-shadow: none;
}
.main-u-page {
  padding-top: 125px;
}
#about, #clinic, #message, #medical, #recruit {
  padding-top: 100px;
  margin-top: -100px;
}
.common-1300-width {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1200-width {
  max-width: 1200px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-1100-width {
  max-width: 1100px;
  margin: 0 auto;
  width: calc(100% - 40px);
}
.common-120-padding {
  padding: 120px 0;
}
.common-120-bottom {
  padding: 0 0 120px;
}
.common-80-padding {
  padding: 80px 0;
}
.common-60-padding {
  padding: 60px 0;
}
.pc_none {
  display: none !important;
}
.common-title__wrap {
  display: flex;
  align-items: baseline;
  gap: 0 10px;
  margin-bottom: 32px;
}
.common-title__wrap span {
  text-transform: uppercase;
  display: block;
  color: #338483;
  font-size: 60px;
  line-height: 1;
}
.common-title__wrap h2 {
  font-size: 21px;
}
@media screen and (max-width: 941px) {
  .main-u-page {
    padding-top: 80px;
  }
  #about, #clinic, #message, #medical, #recruit {
    padding-top: 80px;
    margin-top: -80px;
  }
  .pc_none {
    display: block !important;
  }
  .sp_none {
    display: none !important;
  }
  div, h1, h2, h3, h4, p, a, td, li, ul, span, dl, dd, div, a, input, label {
    font-size: 15px;
  }
  .common-120-padding {
    padding: 60px 0;
  }
  .common-120-bottom {
    padding: 0 0 60px;
  }
  .common-80-padding {
    padding: 60px 0;
  }
  .common-title__wrap {
    margin-bottom: 24px;
  }
  .common-title__wrap span {
    font-size: 45px;
  }
  .common-title__wrap h2 {
    font-size: 18px;
  }
}
/* メニュー
* --------------------------------------- */
.global-nav__pc .dropmenu {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: flex-end;
  margin-left: 20px;
  gap: 0 40px;
}
.global-nav__pc .dropmenu li {
  position: relative;
  line-height: 1;
}
.global-nav__pc .dropmenu li.parentmenu {
  cursor: pointer;
  padding: 39px 0;
  font-size: 16px;
  align-items: center;
  display: flex;
}
.global-nav__pc .dropmenu li a {
  display: block;
  text-align: center;
  font-size: 16px;
  padding: 17px 0;
  font-weight: 500;
}
.global-nav__pc .dropmenu li a span {
  display: block;
  line-height: 1;
  color: #88C7B0;
  text-transform: uppercase;
  font-size: 13px;
}
.global-nav__pc {
  position: fixed;
  top: 0;
  z-index: 100;
  background-color: #ffffff;
  left: 0;
  width: 100%;
}
#dropmenu li ul li {
  overflow: hidden;
  height: 0;
  transition: .4s;
}
#dropmenu li:hover ul li {
  overflow: visible;
  height: auto;
}
.header-logo__wrap a img {
  width: 260px;
  vertical-align: top;
}
.global-nav__sp {
  display: none;
}
.global-contect__wrap {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  height: 100px;
  box-sizing: border-box;
  border-radius: 5px;
  margin: 0 auto;
  max-width: 1300px;
  width: calc(100% - 40px);
}
.header-logo__wrap {
  margin-right: auto;
}
@media screen and (max-width: 941px) {
  .global-nav__pc {
    display: none;
  }
  .global-nav__sp {
    position: fixed;
    top: 0;
    z-index: 100;
    width: 100%;
    display: block;
    right: 50%;
    transform: translateX(50%);
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
  }
  .gnav-items__wrap {
    max-width: 941px;
    margin-left: auto;
  }
  .global-nav__list {
    padding: 30px 20px 200px;
    display: flex;
    flex-direction: column;
    gap: 15px 0;
  }
  .gnav-items__wrap {
    display: none;
    height: 100vh;
    background: #338483;
    overflow-y: scroll;
  }
  .gnav-items__wrap .trigger {
    z-index: 0;
    background-color: #fff;
    line-height: 1;
    font-weight: 400;
    font-size: 16px;
    box-sizing: border-box;
  }
  .gnav-items__wrap .trigger a {
    position: relative;
    display: block;
    font-weight: normal;
    text-decoration: none;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 16px;
  }
  .gnav-items__wrap .target {
    z-index: 1;
    display: none;
    margin: 0 auto;
    padding: 0;
    color: #fff;
  }
  .gnav-items__wrap .target .target a {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .target a:hover {
    background-color: #374449;
  }
  .gnav-items__wrap .target .trigger a {
    background-color: #161b1d;
  }
  .gnav-items__wrap .target .trigger a:before, .gnav-items__wrap .target .trigger a:after {
    background-color: #fff;
  }
  .gnav-items__wrap .target .trigger a:before {
    top: .5em;
    right: 16px;
  }
  .gnav-items__wrap .target .trigger a:after {
    top: .85em;
    right: 16px;
  }
  .gnav-items__wrap .target .active a {
    padding-left: 1.5em;
    padding-right: 1.5em;
    color: #fff;
  }
  .gnav-items__wrap .target .active a:hover {
    background-color: #2c363a;
  }
  .gnav-items__wrap .target .active a:before, .gnav-items__wrap .target .active a:after {
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  .gnav-items__wrap .target .active a:before {
    top: .65em;
    left: 1em;
    width: 3px;
    height: 12px;
  }
  .gnav-items__wrap .target .active a:after {
    display: none;
  }
  .gnav-items__wrap .target a {
    display: block;
    -webkit-transition: .35s all ease;
    transition: .35s all ease;
    font-size: 15px;
    display: flex;
    align-items: flex-end;
  }
  .gnav-items__wrap > ul > li {
    animation: fadeInDown 0.5s cubic-bezier(.17, .67, .57, .99) forwards;
    pointer-events: auto;
    position: relative;
    padding: 0;
    background: #fff;
  }
  .gnav-items__wrap > ul > li a {
    padding: 20px 10px;
    transition: 0.3s;
    line-height: 1;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .gnav-items__wrap > ul > li a::after {
    content: '';
    display: inline-block;
    width: 12px;
    height: 12px;
    background-size: contain;
    vertical-align: middle;
    background-image: url(../img/icon-arrow.svg);
    background-repeat: no-repeat;
  }
  .gnav-items__wrap > ul > li h3 {
    display: block;
    padding: 20px 14px;
    transition: 0.3s;
  }
  .btn_hamburger {
    padding: 24px 0;
    background: #ffffff;
    cursor: pointer;
  }
  .btn_hamburger a {
    position: relative;
    display: block;
    height: 30px;
    width: 30px;
    margin-left: auto;
    margin-right: 15px;
    -webkit-transition: all .4s;
    transition: all .4s;
    box-sizing: border-box;
  }
  .btn_hamburger .active {
    box-shadow: none;
  }
  .js-sub-btn {
    width: 100%;
    height: 58px;
    position: absolute;
    right: 0;
    top: 0;
  }
  .js-sub-btn img {
    width: 17px;
    position: absolute;
    top: 16px;
    right: 30px;
  }
  .gnav-items__wrap .active span img {
    transform: rotate(90deg);
  }
  .target ul li {
    position: relative;
  }
  .target ul li a {
    border-bottom: none;
    padding-bottom: 15px;
    margin-bottom: 15px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 0;
    border-bottom: solid 1px #9A9A9A;
    padding-right: 0;
    padding-left: 0;
  }
  .target ul li:nth-last-child(1) a {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 18px;
  }
  .header-logo__wrap {
        top: 18px;
        left: 16px;
        position: absolute;
  }
  .js-sub-btn::before, .js-sub-btn::after {
    content: '';
    width: 15px;
    height: 2px;
    background: #000;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
  }
  .js-sub-btn::after {
    transform: translateY(-50%) rotate(90deg);
    transition: .5s;
  }
  .trigger.active .js-sub-btn::after {
    transform: translateY(-50%) rotate(0);
  }
  .target._last ul li:nth-last-child(1) {
    border-bottom: solid 1px #1A0E04;
  }
  .gnav-items__wrap::-webkit-scrollbar {
    display: none;
  }
  .header-logo__wrap a img {
         width: 230px;
  }
}
/* 
* --------------------------------------- */
.keyvisual-area__group {
  background-image: url(../img/keyvisual.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 100vh;
  position: relative;
  margin-top: 30px;
}
.keyvisual-text__wrap {
  position: absolute;
  bottom: 60px;
}
.keyvisual-text__wrap p {
  color: #338483;
  font-size: 100px;
  font-weight: 600;
  line-height: 1.2;
  color: #fff;
}
.keyvisual-text__wrap h1 {
  font-size: 32px;
  font-weight: 500;
  color: #fff;
}
.keyvisual-text__wrap h1 span {
  display: inline-block;
  background-color: #fff;
  font-size: 32px;
  font-weight: 500;
  padding: 0 20px;
  border-radius: 10px;
  margin-top: 10px;
}
.keyvisual-text__wrap .note {
  display: block;
  color: #fff;
  font-size: 23px;
  margin-top: 10px;
}
.keyvisual-banner__wrap {
  position: absolute;
  width: 400px;
  bottom: 60px;
  right: 100px;
}
@media screen and (max-width: 1100px) {
  .keyvisual-banner__wrap {
    right: 20px;
  }
}
@media screen and (max-width: 941px) {
  .keyvisual-text__wrap {
    bottom: 32px;
  }
  .keyvisual-text__wrap p {
    font-size: 60px;
  }
  .keyvisual-text__wrap h1 {
    font-size: 24px;
  }
  .keyvisual-text__wrap h1 span {
    font-size: 18px;
    padding: 0 10px;
    border-radius: 7px;
    margin-top: 6px;
  }
  .keyvisual-area__group {
    height: 70vh;
    position: relative;
    margin-top: 78px;
  }
  .keyvisual-banner__wrap {
         right: 20px;
        top: 20px;
        width: 250px;
        height: fit-content;
  }
  .keyvisual-text__wrap .note {
    font-size: 15px;
    margin-top: 5px;
  }
}
/* 当院について
* --------------------------------------- */
.about-title__wrap {
  margin-bottom: 24px;
  text-align: center;
}
.about-title__wrap span {
  display: block;
  line-height: 1;
  color: #338483;
  text-transform: uppercase;
  font-size: 100px;
  margin-bottom: 8px;
}
.about-title__wrap h2 {
  font-size: 21px;
}
.about-text__wrap {
  margin-bottom: 60px;
}
.about-text__wrap h3 {
  font-size: 28px;
  text-align: center;
  color: #338483;
  margin-bottom: 6px;
  font-weight: 600;
}
.about-text__wrap p {
  max-width: 1200px;
  font-size: 21px;
  margin: 0 auto;
  text-align: center;
}
.about-items__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 46px 0;
}
.about-items__box {
  box-sizing: border-box;
  width: 31%;
  padding: 46px 24px;
  background-color: #E3F2ED;
}
.about-items__box ._image {
  width: 105px;
  height: 105px;
  margin: 0 auto 16px;
  ;
}
.about-items__box ._image img {
  border-radius: 100px;
}
.about-items__box h3 {
  text-align: center;
  color: #338483;
  font-size: 24px;
  font-weight: 600;
}
@media screen and (max-width: 768px) {
  .about-title__wrap span {
    font-size: 46px;
  }
  .about-title__wrap h2 {
    font-size: 16px;
  }
  .about-text__wrap h3 {
    font-size: 21px;
  }
  .about-text__wrap p {
    font-size: 15px;
    text-align: left;
  }
  .about-items__box {
    width: 100%;
    padding: 32px 24px;
  }
  .about-items__block {
    gap: 16px 0;
  }
  .about-items__box h3 {
    font-size: 18px;
  }
  .about-items__box ._image {
    width: 90px;
    height: 90px;
    margin: 0 auto 10px;
  }
  .about-text__wrap {
    margin-bottom: 46px;
  }
}
/* メリット
* --------------------------------------- */
.common-flex__block {
  display: flex;
  align-items: center;
  gap: 40px 6vw;
  width: 100%;
  box-sizing: border-box;
}
.common-flex__block._end {
  padding-left: 20px;
  padding-right: 0;
  justify-content: flex-end;
}
.common-items__image {
  width: 41%;
}
.common-items__image ._image {
  position: relative;
  overflow: hidden;
  padding-top: 570px;
  border-radius: 0 1000px 1000px 0;
}
.common-items__image ._image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover
}
.common-flex__block._end .common-items__image ._image {
  border-radius: 1000px 0 0 1000px;
}
.common-items__content {
  max-width: 650px;
  width: 50%;
}
.common-flex__block._end .common-items__content {
  max-width: 740px;
}
.common-flex__block {
  padding-right: 20px;
}
@media screen and (max-width: 769px) {
  .common-flex__block {
    align-items: flex-start;
    gap: 24px 0;
    flex-direction: column;
    box-sizing: border-box;
    padding-right: 0;
  }
  .common-items__image {
    width: 95%;
  }
  .common-items__image ._image {
    padding-top: 65%;
  }
  .common-items__content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 20px;
  }
  ._end .common-items__content {
    margin-left: auto;
  }
  .common-flex__block._end {
    padding-left: 0;
    justify-content: flex-end;
    flex-direction: column-reverse;
  }
  .common-flex__block._end .common-items__image {
    margin-left: auto;
  }
}
/* 
* --------------------------------------- */
.overview-items__table table {
  width: 100%;
  margin-bottom: 32px;
}
.overview-items__table table tr {
  display: block;
}
.overview-items__table table tr th {
  width: 130px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  padding-bottom: 10px;
}
.overview-items__table table tr td {
  box-sizing: border-box;
}
.hour-items__wrap table {
  width: 100%;
  border-collapse: collapse;
}
.hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
  width: 6%;
  text-align: left;
  padding-left: 25px;
  box-sizing: border-box;
}
.hour-items__wrap th {
  color: #fff;
  font-weight: 500;
}
.hour-items__wrap th td:nth-child(1) {
  padding-left: 25px;
}
.hour-items__wrap th {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  padding: 15px 0;
}
.hour-items__wrap td {
  text-align: center;
  box-sizing: border-box;
  width: 3%;
  vertical-align: middle;
  padding: 12px 0;
}
.hour-items__wrap th:nth-last-child(1), .hour-items__wrap td:nth-last-child(1) {
  border-right: none;
  width: 4%;
}
.hour-items__wrap {
  border: solid 1px #F0F0F0;
}
.hour-items__wrap tr:nth-child(1), .hour-items__wrap tr:nth-child(2) {
  border-bottom: solid 1px #F0F0F0;
}
.hour-items__wrap tr:nth-child(1) {
  background: #88C7B0;
  border-bottom: solid 1px #F0F0F0;
}
.clinic-items__map {
  width: 95%;
  margin: 60px auto 0;
}
.clinic-items__map iframe {
  width: 100%;
  height: 450px;
}
@media screen and (max-width: 941px) {
  .overview-items__table table {
    margin-bottom: 16px;
  }
  .hour-items__wrap th:nth-child(1), .hour-items__wrap td:nth-child(1) {
    padding-left: 16px;
  }
  .hour-items__wrap th {
    padding: 10px 0;
  }
  .hour-items__wrap td {
    padding: 10px 0;
  }
  .overview-items__table table tr th {
    padding-bottom: 5px;
  }
  .clinic-items__map {
    width: 100%;
    padding: 0 20px;
    box-sizing: border-box;
    margin: 24px auto 0;
  }
  .clinic-items__map iframe {
    height: 180px;
  }
}
/* 
* --------------------------------------- */
.message-items__image {
  float: left; /* 画像を左にする場合 */
  padding-right: 80px;
  margin-bottom: 32px;
  max-width: 600px;
  width: 100%;
  box-sizing: border-box;
}
.message-items__image img {
  border-radius: 30px;
}
.message-items__text p {
  line-height: 2.3;
}
@media screen and (max-width: 1000px) {
  .message-items__image {
    padding-right: 32px;
    margin-bottom: 32px;
    max-width: 350px;
  }
}
@media screen and (max-width: 768px) {
  .message-items__text {
    clear: both;
  }
  .message-items__image {
    padding-right: 0;
    margin-bottom: 32px;
    max-width: 100%;
    margin: 0 auto 32px;
    width: 80%;
    float: none;
  }
  .message-items__text p {
    line-height: 2;
  }
}
/* 診療科目
* --------------------------------------- */
.medical-items__box h2 {
  color: #EFD25F;
  font-size: 28px;
}
.medical-items__box p {
  font-size: 21px;
}
.medical-items__box:not(:last-child) {
  margin-bottom: 32px;
}
@media screen and (max-width: 768px) {
  .medical-items__box h2 {
    font-size: 21px;
  }
  .medical-items__box p {
    font-size: 15px;
  }
  .medical-items__box:not(:last-child) {
    margin-bottom: 16px;
  }
}
/* 
* --------------------------------------- */
.recruit-items__table table {
  width: 100%;
}
.recruit-items__table table tr {
  display: block;
}
.recruit-items__table table tr th {
  width: 130px;
  text-align: left;
  box-sizing: border-box;
  font-weight: 500;
  padding-bottom: 16px;
}
.recruit-items__table table tr td {
  box-sizing: border-box;
  padding-bottom: 16px;
}
/* フッター
* --------------------------------------- */
.footer-area__group {
  background-color: #fbfbfb;
}
.footer-logo__wrap {
  max-width: 230px;
  margin: 0 auto 46px;
  ;
}
.footer-address__block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-end;
}
.footer-address__box {
  width: 43%;
}
.footer-address__box address {
  font-style: normal;
  text-align: center;
  margin-bottom: 16px;
  font-size: 24px;
  line-height: 2;
}
.footer-reserve__wrap {
  display: flex;
}
.footer-reserve__wrap ._tel a {
  background-color: #DBDBDC;
  font-size: 32px;
  height: 140px;
  padding: 39px 10px;
  box-sizing: border-box;
  font-weight: 500;
  color: #000;
}
.footer-reserve__wrap ._tel a:hover {
  opacity: 1;
  background-color: #338483;
}
.footer-reserve__wrap ._tel {
  width: 60%;
  text-align: center;
}
.footer-reserve__wrap ._tel span {
  font-size: 21px;
  display: block;
  line-height: 1;
  color: #000;
}
.footer-reserve__wrap ._reserve a {
  background-color: #338483;
  font-size: 28px;
  height: 140px;
  font-weight: 500;
  padding: 39px 10px;
  box-sizing: border-box;
  color: #fff;
}
.footer-reserve__wrap ._reserve a:hover {
  opacity: 1;
  background-color: #DBDBDC;
}
.footer-reserve__wrap ._reserve span {
  font-size: 21px;
  display: block;
  line-height: 1;
  color: #fff;
}
.footer-reserve__wrap ._reserve {
  width: 40%;
  text-align: center;
}
.footer-schedule__box {
  width: 50%;
}
.footer-schedule__box .hour-items__wrap tr:nth-child(1) {
  background: #338483;
}
.footer-map__area iframe {
  width: 100%;
  height: 400px;
}
.footer-links__copy {
  background-color: #1A403F;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
}
.footer-links__copy a {
  color: #fff;
  font-size: 15px;
}
@media screen and (max-width: 1100px) {
  .footer-address__box address {
    font-size: 19px;
  }
  .footer-reserve__wrap ._tel span {
    font-size: 16px;
  }
  .footer-reserve__wrap ._tel a {
    height: 130px;
    font-size: 26px;
  }
  .footer-reserve__wrap ._reserve a {
    font-size: 26px;
    height: 130px;
  }
  .footer-reserve__wrap ._reserve span {
    font-size: 16px;
  }
  .footer-schedule__box span {
    font-size: 15px;
  }
}
@media screen and (max-width: 941px) {
  .footer-address__box {
    width: 100%;
  }
  .footer-schedule__box {
    width: 100%;
  }
  .footer-address__block {
    gap: 32px 0;
  }
}
@media screen and (max-width: 769px) {
  .footer-logo__wrap {
    max-width: 180px;
    margin: 0 auto 32px;
  }
  .footer-address__box address {
    font-size: 17px;
  }
  .footer-reserve__wrap {
    flex-wrap: wrap;
  }
  .footer-reserve__wrap ._tel {
    width: 100%;
  }
  .footer-reserve__wrap ._reserve {
    width: 100%;
  }
  .footer-reserve__wrap ._tel a {
    height: auto;
    padding: 24px 10px 16px;
  }
  .footer-reserve__wrap ._reserve a {
    height: auto;
    padding: 24px 10px 16px;
  }
  .footer-reserve__wrap ._tel span {
    margin-bottom: 8px;
  }
  .footer-reserve__wrap ._reserve span {
    margin-bottom: 8px;
  }
  .footer-schedule__box span {
    line-height: 1.8;
  }
  .footer-map__area iframe {
    height: 280px;
  }
  .footer-links__wrap li:nth-child(even) {
    display: none
  }
  .footer-links__wrap {
    gap: 10px 16px;
    padding: 16px 0;
  }
  .footer-links__copy a {
    font-size: 14px;
  }
}