@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

body {
  color: #333;
  line-height: 1.8;
  color: #707070;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}

a {
  color: #707070;
  text-decoration: none;
  transition: all 0.3s ease;
}

a:hover {
  opacity: 0.7;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

p {
  margin-bottom: 1.5em;
}
p:last-of-type {
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

.wrapper {
  max-width: 848px;
  padding: 0 24px;
  margin: 0 auto;
}

main {
  overflow-x: hidden;
}

iframe {
  vertical-align: bottom;
}

table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/*-----------------------
*　基本幅
*-----------------------*/
.blContainer {
  width: 92%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

/*-----------------------
*　カード
*-----------------------*/
.cards {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1024px) {
  .cards {
    display: block;
  }
}

.cards_col3 {
  padding-left: 0;
}
.cards_col3 .cards__item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 1024px) {
  .cards_col3 .cards__item {
    width: 100%;
    margin-right: 0;
  }
}
.cards_col3 .cards__item:nth-child(3) {
  margin-right: 0;
}

.card {
  list-style: none;
}
.card__link {
  display: block;
}
.card__link:hover .card__title {
  text-decoration: underline;
}
.card__imgwrapper {
  margin-bottom: 10px;
}
.card__img {
  width: 100%;
}
.card__title {
  font-weight: bold;
  margin-bottom: 0.3em;
}
.card__description {
  color: #555;
  font-size: 0.9375rem;
  line-height: 1.5;
}

.btn-white {
  text-align: right;
}
.btn-white a {
  background-color: #fff;
  border: solid 1px #707070;
  padding: 12px 32px;
  border-radius: 4px;
  font-family: " 游ゴシック体", YuGothic, " 游ゴシック Medium", "Yu Gothic Medium", " 游ゴシック", "Yu Gothic", sans-serif;
}

html {
  font-size: 100%;
}

body {
  color: #707070;
  font-family: "游明朝", "Yu Mincho", YuMincho, "Hiragino Mincho Pro", serif;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

li {
  list-style: none;
}

a {
  color: #707070;
  text-decoration: none;
  transition: all 0.3s ease;
}

/*-----------------------
*　ヘッダー
*-----------------------*/
#header {
  margin-bottom: 40px;
}
#header .mv {
  height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #f1f7f7;
  position: relative;
  overflow: hidden;
}
#header .mv::after {
  content: "";
  width: 640px;
  height: 640px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: -170px;
  left: 0;
  right: 0;
}
#header .pgae-title {
  width: 320px;
  height: 176px;
  border: solid 2px #179591;
  padding: 32px;
  margin: 0 auto;
  text-align: center;
  z-index: 10;
}
#header .pgae-title .ja {
  display: block;
  font-size: 2.25rem;
  font-weight: bold;
  color: #179591;
  margin-bottom: 11px;
}
#header .pgae-title .line {
  width: 56px;
  height: 2px;
  background-color: #179591;
  display: block;
  margin: 0 auto 16px auto;
}
#header .pgae-title .en {
  font-size: 0.875rem;
  display: block;
  font-weight: bold;
  color: #179591;
}

/* 固定ボタン */
.fixed-btn {
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0 0 20px #ccc;
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 10;
}
.fixed-btn a {
  display: flex;
  align-items: center;
  padding: 12px 28px 12px 24px;
  color: #707070;
}
.fixed-btn img {
  width: 25px;
  margin-right: 16px;
}
.fixed-btn .text {
  line-height: 1;
}
.fixed-btn .tel {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  margin-bottom: 4px;
}
.fixed-btn .time {
  display: block;
  font-size: 0.8175rem;
  font-weight: bold;
}

/* グローバルナビゲーション */
.navi {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 25px;
}
.navi .menu {
  display: flex;
  align-items: center;
}
.navi .menu li {
  padding-right: 32px;
  margin-right: 32px;
  text-align: center;
  position: relative;
}
.navi .menu li:last-of-type {
  margin-right: 0;
}
.navi .menu li:last-of-type::after {
  content: none;
}
.navi .menu li::after {
  content: "";
  width: 1px;
  height: 25px;
  background-color: #707070;
  transform: rotate(30deg);
  position: absolute;
  top: 12px;
  right: 0;
}
.navi .menu li .en {
  color: #179591;
  display: block;
  font-weight: bold;
}
.navi .menu li .ja {
  display: block;
  font-size: 0.6875rem;
  font-weight: bold;
}
.navi .logo {
  font-size: 1.35rem;
  font-weight: bold;
  margin-right: 40px;
  text-align: center;
}
.navi .logo img {
  width: 80px;
  margin-bottom: 8px;
}
.navi .logo span {
  display: block;
  line-height: 1.5;
}

#footer {
  border-top: solid 1px #179591;
}
#footer .logo {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
#footer .logo img {
  width: 40px;
  margin-right: 20px;
}
#footer .logo p {
  font-size: 1.125rem;
}
#footer .menu {
  display: flex;
  list-style: none;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #f1f7f7;
  padding: 40px 0;
}
#footer .menu li {
  margin-right: 24px;
  padding-right: 24px;
  font-size: 0.875rem;
  position: relative;
}
#footer .menu li:last-of-type {
  margin-right: 0;
}
#footer .menu li::after {
  content: "";
  width: 1px;
  height: 15px;
  background-color: #707070;
  transform: rotate(30deg);
  position: absolute;
  top: 4px;
  right: 0;
}
#footer .menu li:last-of-type::after {
  content: none;
}
#footer .copyright {
  text-align: center;
  font-size: 0.75rem;
  background-color: #179591;
  color: #fff;
  padding: 20px 0;
}

/*-------------------------------------------
共通
-------------------------------------------*/
/* 下層ページタイトル（共通） */
.section-title-label {
  height: 64px;
  font-size: 1.3rem;
  background-color: #f1f7f7;
  display: flex;
  align-items: center;
  color: #179591;
  margin-bottom: 30px;
  font-weight: bold;
}
.section-title-label::before {
  content: "";
  height: 40px;
  width: 8px;
  background-color: #179591;
  margin-right: 24px;
}

.content-title {
  border-bottom: solid 2px #ebecf0;
  color: #179591;
  font-size: 1.25rem;
  font-weight: bold;
  padding-bottom: 8px;
  margin-bottom: 32px;
  position: relative;
}
.content-title::before {
  content: "";
  width: 80px;
  height: 2px;
  background-color: #179591;
  position: absolute;
  left: 0;
  bottom: -2px;
}

/* 下層ページコンテンツヘッダー（診療案内、アクセス） */
.content-header .header-img {
  position: relative;
  margin-bottom: 80px;
}
.content-header .header-img .title {
  font-size: 1.75rem;
  font-weight: bold;
  position: absolute;
  bottom: -80px;
  left: 0;
  right: 0;
  text-align: center;
}
.content-header .header-img .title span {
  background-color: #fff;
  display: inline-block;
  padding: 16px 40px 24px 40px;
  text-align: justify;
}
.content-header .text {
  max-width: 520px;
  line-height: 2;
  margin: 0 auto;
  text-align: justify;
}

/* 固定背景 */
.bg-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -10;
}
.bg-fixed img {
  width: 100%;
  height: 1035px;
  -o-object-fit: cover;
     object-fit: cover;
}

/* 診療時間・地図 */
.info-area {
  max-width: 848px;
  display: flex;
  padding: 64px 24px;
  margin: 0 auto;
}
.info-area .info {
  width: 45%;
  margin-right: 10%;
}
.info-area .info .title {
  border-left: solid 4px #179591;
  font-weight: bold;
  font-size: 1.125rem;
  padding-left: 16px;
  margin-bottom: 24px;
}
.info-area .info table {
  border-right: solid 1px #707070;
  border-bottom: solid 1px #707070;
  margin-bottom: 8px;
  text-align: center;
}
.info-area .info table th,
.info-area .info table td {
  background-color: #fff;
  border-top: solid 1px #707070;
  border-left: solid 1px #707070;
  padding: 8px;
  font-size: 0.875em;
  font-weight: normal;
}
.info-area .info .text {
  font-size: 0.875rem;
  margin-bottom: 32px;
}
.info-area .info .tel {
  display: flex;
  font-size: 2.5rem;
  align-items: center;
}
.info-area .info .tel img {
  width: 40px;
  margin-right: 16px;
}
.info-area .access {
  width: 45%;
}
.info-area .access iframe {
  width: 100%;
  height: 240px;
  margin-bottom: 8px;
}
.info-area .access .address {
  font-size: 0.875rem;
  margin-bottom: 40px;
}
.info-area .clinic {
  width: 45%;
}
.info-area .clinic table {
  border-right: solid 1px #070707;
  border-bottom: solid 1px #070707;
  font-size: 0.875rem;
}
.info-area .clinic table th {
  border-top: solid 1px #070707;
  border-left: solid 1px #070707;
  background-color: #fff;
  -moz-text-align-last: left;
       text-align-last: left;
  padding: 8px;
}
.info-area .clinic table td {
  border-top: solid 1px #070707;
  border-left: solid 1px #070707;
  background-color: #fff;
  padding: 8px;
}

@media screen and (max-width: 900px) {
  /* 下層ページ共通 */
  #header .mv {
    height: 200px;
  }
  #header .mv::after {
    width: 340px;
    height: 340px;
    top: -70px;
  }
  #header .pgae-title {
    width: 200px;
    height: 120px;
    padding: 24px;
  }
  #header .pgae-title .ja {
    font-size: 1.25rem;
    margin-bottom: 2px;
  }
  #header .pgae-title .line {
    margin: 0 auto 8px auto;
  }
  #header .pgae-title .en {
    font-size: 0.75rem;
  }
  /* 固定ボタン */
  #header .fixed-btn {
    top: auto;
    bottom: 20px;
  }
  /* グローバルナビゲーション */
  #header .navi {
    width: 70%;
    display: block;
    position: fixed;
    top: 0;
    left: -300px;
    background-color: #fff;
    padding: 40px 24px;
    transition: all 0.5s;
    z-index: 20;
    opacity: 0;
    visibility: hidden;
  }
  #header .navi .logo {
    font-size: 1.0625rem;
    margin: 0 0 32px 0;
  }
  #header .navi .logo img {
    width: 64px;
  }
  #header .navi .menu {
    flex-direction: column;
    align-items: start;
  }
  #header .navi .menu li {
    padding-right: 0;
    margin: 0 0 16px 0;
    -moz-text-align-last: left;
         text-align-last: left;
  }
  #header .navi .menu li::after {
    content: none;
  }
  #header .navi .menu li .en {
    display: none;
  }
  #header .navi .menu li .ja {
    font-size: 1rem;
  }
  #header.open .navi {
    left: 0;
    opacity: 1;
    visibility: visible;
  }
  #header .hamburger {
    width: 50px;
    height: 50px;
    background-color: #179591;
    border-radius: 4px;
    position: fixed;
    top: 20px;
    right: 20px;
    transition: all 0.5s;
    z-index: 20;
  }
  #header .hamburger span {
    background-color: #fff;
    width: 30px;
    height: 2px;
    display: block;
    border-radius: 4px;
    position: absolute;
    left: 10px;
    transition: all 0.5s;
  }
  #header .hamburger span:nth-child(1) {
    top: 14px;
  }
  #header .hamburger span:nth-child(2) {
    top: 24px;
  }
  #header .hamburger span:nth-child(3) {
    top: 34px;
  }
  #header.open .hamburger span:nth-child(1) {
    transform: translateY(10px) rotate(-315deg);
  }
  #header.open .hamburger span:nth-child(2) {
    opacity: 0;
  }
  #header.open .hamburger span:nth-child(3) {
    transform: translateY(-10px) rotate(315deg);
  }
}
@media screen and (max-width: 767px) {
  /*-------------------------------------------
  共通
  -------------------------------------------*/
  .pc {
    display: none;
  }
  /* 下層ページタイトル（共通） */
  .section-title-label {
    font-size: 1.25rem;
  }
  .content-title {
    font-size: 1.125rem;
  }
  /* 下層ページコンテンツヘッダー（診療案内、アクセス） */
  .content-header .header-img {
    margin-bottom: 64px;
  }
  .content-header .header-img .title {
    font-size: 1.125rem;
    bottom: -45px;
  }
  .content-header .header-img .title span {
    padding: 8px 16px;
  }
  /* 固定背景 */
  .bg-fixed {
    top: 40px;
  }
  .bg-fixed img {
    height: 621px;
  }
  .info-area {
    flex-direction: column;
  }
  .info-area .info {
    width: 100%;
    margin: 0 0 40px 0;
  }
  .info-area .access {
    width: 100%;
  }
  .info-area .clinic {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .sp {
    display: none;
  }
}
/*# sourceMappingURL=style.css.map */