@charset "UTF-8";
.button a {
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
  display: block;
  border: none;
  color: white;
  font-size: 18px;
  width: 300px;
  height: 50px;
  line-height: 50px;
  background-color: #5AA2FA;
  margin: 0 auto;
  cursor: pointer;
}

.button a:hover {
  opacity: 0.7;
  color: black;
}

body {
  min-width: 1024px;
}

.transition-main, .main .main__business_hours > table, .main .main__business_hours > .des, .main article > .article > span, .main article > .article .article__inner > p, .main .description > .description__inner1 .description__left, .main .description > .description__inner1 .description__h3, .main .description > .description__inner2 .description__h3-2, .main .description > .description__inner2 .description-right {
  opacity: 0;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}

.transition-inview, .main .main__business_hours.inview table, .main .main__business_hours.inview .des, .main article > .article.inview span, .main article > .article .article__inner.inview p, .main .description > .description__inner1.inview .description__left, .main .description > .description__inner1.inview .description__h3, .main .description > .description__inner2.inview .description__h3-2, .main .description > .description__inner2.inview .description-right {
  opacity: 1;
  -webkit-transition: 1.3s;
  transition: 1.3s;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.transform-scale-main {
  -webkit-transform: scale(0);
          transform: scale(0);
}

.transform-scale-inview {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  -webkit-transition: 0.8s;
  transition: 0.8s;
  -webkit-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

thead,
tfoot {
  background-color: #5AA2FA;
  color: #fff;
}

tbody {
  background-color: #e4f0f5;
}

caption {
  caption-side: bottom;
}

td,
th {
  border: 1px solid #bebebe;
}

td {
  text-align: center;
}

.font-sm {
  font-size: 11px;
  font-weight: 100;
}

.font-md {
  font-size: 16px;
  font-weight: 300;
}

.font-lr {
  font-size: 20px;
  font-weight: 400;
}

.contnt-width, .main article > .article {
  width: 100%;
  margin: 0 auto;
  max-width: 900px;
}

.global-container {
  width: 100%;
  overflow: hidden;
  height: auto;
  font-family: serif;
  font-weight: 500;
}

.header {
  position: relative;
  padding-top: 20px;
}

.header__title {
  position: absolute;
  top: 20px;
  left: 30px;
  width: 80px;
}

.header__tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 47px;
  font-weight: 900;
  position: absolute;
  right: 100px;
  color: #5AA2FA;
}

.header__tel > .button {
  position: relative;
}

.header__tel > .button > a {
  text-align: center;
  color: white;
  margin-left: 30px;
  -webkit-box-shadow: 1px 3px 10px #bebebe;
          box-shadow: 1px 3px 10px #bebebe;
  display: inline-block;
  background-color: #5AA2FA;
  border: none;
}

.main__image {
  position: relative;
}

.main__image > img {
  width: 100%;
}

.main__title {
  position: absolute;
  top: 100px;
  right: 0;
}

.main__title > img {
  width: 400px;
}

.main .main__business_hours {
  background-color: #fff;
  padding-bottom: 50px;
}

.main .main__business_hours > table {
  border-collapse: collapse;
  border: 2px solid #c8c8c8;
  letter-spacing: 1px;
  margin: 0 auto;
}

.main .main__business_hours.inview table {
  border: 2px solid #c8c8c8;
  margin: 0 auto;
}

.main .main__business_hours > .des {
  margin: 0 auto;
  margin-top: 50px;
  line-height: 23px;
}

.main .main__business_hours.inview .des {
  margin: 0 auto;
  margin-top: 50px;
  line-height: 23px;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.main .main__business_hours > h2 {
  margin: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  color: black;
  text-align: center;
}

.main article > .article {
  text-align: center;
  height: 500px;
  font-weight: 600;
}

.main article > .article > h2 {
  width: 200px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 10px;
  color: #5AA2FA;
  border-bottom: 1px dashed #5AA2FA;
}

.main article > .article > p {
  margin: 0;
  color: #5AA2FA;
}

.main article > .article > span {
  font-size: 36px;
  color: #5AA2FA;
  margin-top: 50px;
  margin-bottom: 20px;
  display: block;
}

.main article > .article .article__inner > p {
  margin-bottom: 50px;
}

.main .description {
  background-image: url("../portfolio-html02/images/テクスチャー.jpg");
  margin: 0 auto;
  margin-top: 130px;
}

.main .description > .description__inner1 {
  width: 900px;
  padding: 50px 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.main .description > .description__inner1 .description__left > img {
  -webkit-transform: translate(20px, 20px);
          transform: translate(20px, 20px);
}

.main .description > .description__inner1 .description__h3 {
  background-color: rgba(255, 255, 255, 0.9);
}

.main .description > .description__inner1 .description__h3 > p {
  margin-left: 30px;
}

.main .description > .description__inner1 .description__h3 > p > a {
  font-family: 'Lucida Sans';
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 55px;
  margin-top: 45px;
}

.main .description > .description__inner1 .description__h3 > h3 {
  font-size: 22px;
  font-weight: 100;
  padding-bottom: 5px;
  margin-left: 30px;
  border-bottom: 1px solid #5AA2FA;
}

.main .description > .description__inner1.inview .description__h3 {
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.main .description > .description__inner2 {
  width: 900px;
  padding: 50px 0;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.main .description > .description__inner2 .description__h3-2 {
  background-color: rgba(255, 255, 255, 0.9);
}

.main .description > .description__inner2 .description__h3-2 > p a {
  font-family: 'Lucida Sans';
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 55px;
  margin-top: 45px;
}

.main .description > .description__inner2 .description__h3-2 > h3 {
  width: 500px;
  font-size: 22px;
  font-weight: 100;
  padding-bottom: 5px;
  margin-left: 30px;
  border-bottom: 1px solid #5AA2FA;
}

.main .description > .description__inner2 .description__h3-2 > p {
  width: 500px;
  margin-left: 30px;
  margin-top: 20px;
  line-height: 29px;
}

.main .description > .description__inner2.inview .description__h3-2 {
  -webkit-transition-delay: 1.5s;
          transition-delay: 1.5s;
}

.main .description > .description__inner2 .description-right {
  margin: 0;
}

.main .description > .description__inner2 .description-right > img {
  width: 550px;
  height: 340px;
  position: relative;
  -webkit-transform: translate(-30px, 20px);
          transform: translate(-30px, 20px);
}

.main .description > .description__inner2.inview .description-right {
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

.main .greeting {
  background-image: url("../portfolio-html02/images/診療.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}

.main .greeting__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.main .greeting__inner .greeting-left {
  color: black;
  background-color: rgba(255, 255, 255, 0.6);
}

.main .greeting__inner .greeting-left > h4 {
  font-family: Arial, Helvetica, sans-serif;
  width: 180px;
  font-size: 28px;
  font-weight: 500;
  color: #3755ff;
  padding-left: 10px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #3755ff;
}

.main .greeting .button {
  margin-right: 36px;
}

.main .greeting .button > a {
  font-family: 'Lucida Sans';
  font-size: 18px;
  font-weight: 900;
  text-align: center;
  line-height: 55px;
  margin-top: 35px;
}

.main .address {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  max-width: 1080px;
  padding-top: 40px;
}

.main .address > p {
  font-size: 25px;
  text-align: center;
  padding-bottom: 15px;
}

.main .address__inner > table {
  border-collapse: collapse;
  margin: 0 auto;
}

.main .address__inner > p {
  width: 840px;
  margin: 0 auto;
  padding-top: 58px;
  padding-bottom: 100px;
  line-height: 30px;
}

.main .address__inner .des-2 {
  margin: 0 auto;
}

.main > iframe {
  padding-top: 60px;
}

.main .header__nav2 {
  width: 100%;
  height: 100%;
  padding-top: 100px;
  background-color: #fff;
}

.main .header__nav2 > ul {
  width: 900px;
  margin: 0 auto;
  padding-bottom: 30px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.main .header__nav2 > ul > li {
  padding-left: 10px;
  margin-right: 12px;
  border-left: 1.5px solid black;
}

.main .header__nav2 > ul > li:nth-last-child(1) {
  border-right: 1.5px solid black;
  padding-right: 10px;
}

.main > footer {
  width: 100%;
  height: 100px;
  background-color: #5AA2FA;
  margin: 0 auto;
}

.main > footer .footer_title {
  width: 500px;
  text-align: center;
  padding-top: 20px;
  margin: 0 auto;
}

@media (min-width: 350px) {
  td,
  th {
    padding: 15px 42px;
  }
  .header {
    background-color: white;
    height: 90px;
  }
  .header__tel {
    width: 380px;
    right: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    font-size: 16px;
  }
  .header__tel .button > a {
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    width: 230px;
  }
  .header__nav {
    position: absolute;
    bottom: 8px;
    right: 20px;
  }
  .header__nav > ul {
    display: none;
  }
  .header__nav .nav-a {
    color: black;
    margin-bottom: 30px;
    margin-left: 20px;
    cursor: pointer;
  }
  .main .main__business_hours .des {
    font-size: 26px;
  }
  .main article {
    font-size: 18px;
    line-height: 28px;
    width: 450px;
    margin: 0 auto;
  }
  .main .description {
    height: 800px;
  }
  .main .description .description__inner1 {
    margin: 0 auto;
  }
  .main .description .description__inner1 .description__left > img {
    border-style: none;
    width: 350px;
    height: 200px;
  }
  .main .description .description__inner1 .description__h3 {
    width: 350px;
    height: 200px;
  }
  .main .description .description__inner1 .description__h3 > p {
    width: 290px;
    line-height: 22px;
  }
  .main .description .description__inner1 .description__h3 > h3 {
    width: 288px;
  }
  .main .description .description__inner2 .description__h3-2 {
    width: 350px;
    height: 230px;
  }
  .main .description .description__inner2 .description__h3-2 > h3 {
    width: 300px;
  }
  .main .description .description__inner2 .description__h3-2 > p {
    width: 300px;
  }
  .main .description .description__inner2 .description-right > img {
    width: 350px;
    height: 240px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .greeting {
    height: 600px;
  }
  .main .greeting__inner {
    width: 800px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
  }
  .main .greeting__inner .greeting-image > img {
    width: 320px;
    height: 410px;
  }
  .main .greeting__inner .greeting-left {
    font-size: 11px;
    width: 320px;
    height: 410px;
    padding-left: 36px;
    padding-right: 33px;
    line-height: 14px;
  }
}

@media (min-width: 600px) {
  td,
  th {
    padding: 4px 22px;
  }
  .header {
    background-color: white;
    height: 90px;
  }
  .header__tel {
    width: 380px;
    right: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    font-size: 16px;
  }
  .header__tel .button > a {
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    width: 230px;
  }
  .header__nav {
    position: absolute;
    bottom: 8px;
    right: 20px;
  }
  .header__nav > ul {
    font-size: 5px;
    bottom: 13px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav .nav-a {
    color: black;
    margin-bottom: 30px;
    margin-left: 20px;
    cursor: pointer;
  }
  .main .main__business_hours .des {
    font-size: 16px;
    width: 550px;
  }
  .main article {
    font-size: 15px;
    line-height: 28px;
    width: 450px;
    margin: 0 auto;
  }
  .main .description {
    height: 800px;
  }
  .main .description .description__inner1 {
    margin: 0 auto;
  }
  .main .description .description__inner1 .description__left > img {
    border-style: none;
    width: 350px;
    height: 200px;
  }
  .main .description .description__inner1 .description__h3 {
    width: 350px;
    height: 200px;
  }
  .main .description .description__inner1 .description__h3 > p {
    width: 290px;
    line-height: 22px;
  }
  .main .description .description__inner1 .description__h3 > h3 {
    width: 288px;
  }
  .main .description .description__inner2 .description__h3-2 {
    width: 350px;
    height: 230px;
  }
  .main .description .description__inner2 .description__h3-2 > h3 {
    width: 300px;
  }
  .main .description .description__inner2 .description__h3-2 > p {
    width: 300px;
  }
  .main .description .description__inner2 .description-right > img {
    width: 350px;
    height: 240px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .greeting {
    height: 600px;
  }
  .main .greeting__inner {
    width: 800px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
  }
  .main .greeting__inner .greeting-image > img {
    width: 320px;
    height: 410px;
  }
  .main .greeting__inner .greeting-left {
    font-size: 11px;
    width: 320px;
    height: 410px;
    padding-left: 36px;
    padding-right: 33px;
    line-height: 14px;
  }
}

@media (min-width: 1020px) {
  td,
  th {
    padding: 8px 32px;
  }
  .header {
    background-color: white;
    height: 90px;
  }
  .header__tel {
    width: 380px;
    right: 20px;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    font-size: 16px;
  }
  .header__tel .button > a {
    padding: 0;
    height: 35px;
    line-height: 35px;
    font-size: 10px;
    width: 230px;
  }
  .header__nav {
    position: absolute;
    bottom: 8px;
    right: 20px;
  }
  .header__nav > ul {
    font-size: 5px;
    bottom: 13px;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav .nav-a {
    color: black;
    margin-bottom: 30px;
    margin-left: 20px;
    cursor: pointer;
  }
  .main {
    width: 100%;
  }
  .main .main__business_hours > table {
    font-size: 11px;
  }
  .main .main__business_hours .des {
    font-size: 10px;
    width: 600px;
  }
  .main article {
    font-size: 8px;
    line-height: 28px;
    width: 450px;
    margin: 0 auto;
  }
  .main .greeting {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .main .greeting .__inner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 1600px !important;
    margin: 0 auto;
  }
  .main .greeting .__inner > img {
    width: 350px;
    height: 460px;
    -o-object-fit: cover;
       object-fit: cover;
    margin-top: 70px;
    margin-left: 140px;
    margin-bottom: 70px;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }
  .main .greeting .__inner .greeting-left {
    color: black;
    position: absolute;
    right: 60px;
    width: 340px;
    height: 410px;
    padding: 9px 36px;
    margin-top: 83px;
    line-height: 30px;
    background-color: rgba(255, 255, 255, 0.6);
  }
  .main .greeting .__inner .greeting-left > h4 {
    margin: 20px 0;
  }
  .main .greeting .__inner .greeting-left .greeting-left__inner {
    font-size: 12px;
    width: 370px;
    line-height: normal;
    height: 300px;
  }
  .main .description {
    height: 800px;
  }
  .main .description .description__inner1 {
    margin: 0 auto;
  }
  .main .description .description__inner1 .description__left > img {
    border-style: none;
    width: 350px;
    height: 200px;
  }
  .main .description .description__inner1 .description__h3 {
    width: 350px;
    height: 200px;
  }
  .main .description .description__inner1 .description__h3 > p {
    width: 290px;
    line-height: 22px;
  }
  .main .description .description__inner1 .description__h3 > h3 {
    width: 288px;
  }
  .main .description .description__inner2 .description__h3-2 {
    width: 350px;
    height: 230px;
  }
  .main .description .description__inner2 .description__h3-2 > h3 {
    width: 300px;
  }
  .main .description .description__inner2 .description__h3-2 > p {
    width: 300px;
  }
  .main .description .description__inner2 .description-right > img {
    width: 350px;
    height: 240px;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .main .greeting {
    height: 600px;
  }
  .main .greeting__inner {
    width: 800px;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    margin: 0 auto;
  }
  .main .greeting__inner .greeting-image > img {
    width: 320px;
    height: 410px;
  }
  .main .greeting__inner .greeting-left {
    font-size: 11px;
    width: 320px;
    height: 410px;
    padding-left: 36px;
    padding-right: 33px;
    line-height: 14px;
  }
  .main > .fixed-image {
    width: 100%;
    position: fixed;
    top: 0;
    background-image: url("../portfolio-html02/images/doctor.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .main > .fixed-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media (min-width: 1220px) {
  td,
  th {
    padding: 11px 38px;
  }
  .header {
    background-color: white;
    position: relative;
    height: 120px;
  }
  .header__tel {
    width: 700px;
    right: 20px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    font-size: 26px;
  }
  .header__tel > .button > a {
    padding: 0 30px;
    height: 47px;
    line-height: 47px;
    font-size: 20px;
    width: 300px;
  }
  .header__nav {
    position: absolute;
    bottom: 0;
    right: 100px;
  }
  .header__nav > ul {
    font-size: 16px;
    bottom: 2%;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .header__nav .nav-a {
    color: black;
    margin-bottom: 30px;
    margin-left: 20px;
    cursor: pointer;
  }
  .main {
    width: 100%;
  }
  .main .main__business_hours > table {
    font-size: 18px;
  }
  .main .main__business_hours .des {
    font-size: 16px;
    width: 900px;
  }
  .main article {
    font-size: 14px;
    line-height: 40px;
    width: 900px;
    margin: 0 auto;
  }
  .main .greeting {
    height: 900px;
  }
  .main .greeting__inner {
    width: 1440px;
    height: 1000px;
    margin: 0 auto;
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .main .greeting__inner .greeting-image > img {
    width: 500px;
    height: 610px;
    -o-object-fit: cover;
       object-fit: cover;
    -webkit-box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
  }
  .main .greeting__inner .greeting-left {
    width: 500px;
    height: 610px;
    padding-left: 36px;
    padding-right: 63px;
    line-height: 21px;
  }
  .main .greeting__inner .greeting-left .greeting-left__inner {
    font-size: 18px;
    width: 550px;
    height: 360px;
  }
  .main .description {
    height: 900px;
  }
  .main .description .description__inner1 .description__left {
    margin: 0;
  }
  .main .description .description__inner1 .description__left > img {
    border-style: none;
    width: 550px;
    height: 340px;
  }
  .main .description .description__inner1 .description__h3 {
    width: 550px;
    height: 320px;
  }
  .main .description .description__inner1 .description__h3 > p {
    width: 490px;
    line-height: 29px;
  }
  .main .description .description__inner1 .description__h3 > h3 {
    width: 450px;
  }
  .main .description .description__inner2 .description__h3-2 {
    width: 550px;
    height: 320px;
  }
  .main .description .description__inner2 .description__h3-2 > h3 {
    width: 550px;
  }
  .main .description .description__inner2 .description__h3-2 > p {
    width: 550px;
  }
  .main .description .description__inner2 .description-right > img {
    width: 495px;
    height: 330px;
  }
  .main > .fixed-image {
    position: fixed;
    top: 0;
    background-image: url("../portfolio-html02/images/pospital-back.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100%;
    z-index: -1;
  }
  .main > .fixed-image:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
  }
}
/*# sourceMappingURL=style.css.map */