@charset "UTF-8";

/*--------------------------------------------------------------
# 共通
--------------------------------------------------------------*/
.small {
  font-size: 50%;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

html,
body,
h1,
h2,
h3,
h4,
ul,
ol,
dl,
li,
dt,
dd,
p,
div,
span,
img,
a,
table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}

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

input,
button {
  margin: 0;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
}

body {
  font-size: 15px;
  font-family: "Shuei NijimiMGo B", itc-avant-garde-gothic-pro, fot-tsukuardgothic-std, "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  padding: 0;
  line-height: 1;
  word-break: break-all;
  overflow-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin: 0;
}

strong {
  font-weight: bold;
}

hr {
  border: solid 1px #E6E6E6;
  margin: 0 0 20px;
}

img {
  max-width: 100%;
  vertical-align: bottom;
  border: none;
  outline: none;
  transition: all .3s ease-in-out;
}

.thumb img {
  width: 100%;
  height: auto;
}

figure {
  padding: 0;
  margin: 0;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
}

a {
  text-decoration: none;
  transition: all .3s ease-in-out;
}

a img {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

a:hover img {
  opacity: .8;
}

.fleft {
  float: left;
}

.fright {
  float: right;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.tleft {
  text-align: left
}

.tright {
  text-align: right
}

.tcenter {
  text-align: center;
}

.font-yellow {
  color: #ffe400;
}

.font-blue {
  color: #0369d7;
}

.font-lightblue {
  color: #00b4ff;
}

.font-orange {
  color: #ff6929;
}

.bg-blue {
  background: #0369d7;
}

.bg-lightblue {
  background: #00b4ff;
}

.main-wrapper {
  width: 1100px;
  margin: 0 auto;
}

.main,
header,
footer {
  max-width: 100%;
  overflow: hidden;
}

.row {
  display: flex;
}

.sp {
  display: none;
}

.animate {
  position: relative;
}

.animate::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #00b4ff;
  transition: width .3s ease-out .1s;
  z-index: 1;
}

.animate.-in::after {
  width: 0%;
}

/*--------------------------------------------------------------
# ヘッダー
--------------------------------------------------------------*/
.hdwrap {
  width: 1200px;
  margin: auto;
  padding: 5px 0;
  display: table;
  table-layout: fixed;
}

.hdwrap-box {
  display: table-cell;
  vertical-align: middle;
}


.hd-wrapper {
  overflow: hidden;
}

.hd-logo {
  padding: 10px 0 8px 10%;
  position: relative;
  z-index: 1;
}

.hd-logo::after {
  left: 96%;
  top: 0;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(0, 180, 255, 0);
  border-left-color: #00b4ff;
  border-width: 90px;
  margin-top: -90px;
  transform: skew(0deg, -45deg);
  z-index: -1;
}


.hd-summary {
  flex: 1;
  align-items: center;
  padding: 0 0 0 92px;
}


.hd-tel {
  font-size: 30px;
  color: #fff;
}

.hd-tel span {
  font-size: 24px;
}

.hd-links {
  align-items: center;
  margin: 0 0 0 115px;
}

.hd-links li+li {
  margin: 0 0 0 16px;
}

.hd-links a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.hd-links a::before {
  margin: 0 6px 0 0;
}

.hd-links-reservation a::before {
  content: url(../images/common/ico_reservation.png);
}

.hd-links-line a::before {
  content: url(../images/common/ico_line.png);
}

.hd-btn {
  margin: 0 0 0 30px;
}

.hd-btn a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  padding: 8px 20px;
  border-radius: 20px;
}

.hd-nav {
  justify-content: center;
  align-items: center;
  border-bottom: solid 1px #cbcbcb;
}

.hd-nav a {
  font-size: 18px;
  font-weight: 700;
  color: #0369d7;
  display: block;
  padding: 20px 38px;
}

.hd-nav a:hover,
.hd-nav .current a {
  color: #00b4ff;
}

.page-ttl {
  padding: 110px 10%;
}


.page-ttl h1 {
  display: inline;
  font-size: 29px;
  color: #fff;
  padding: 15px 30px;
}

.page-ttl h1 span {
  font-size: 13px;
  font-weight: 400;
  color: #ffba00;
  margin: 0 0 0 14px;
  position: relative;
  top: -3px;
}


/*--------------------------------------------------------------
# ボタン
--------------------------------------------------------------*/

.big-btn {
  display: block;
  margin: 40px auto;
  text-align: center;
}

.big-btn a {
  display: inline-block;
  background: #0369d7;
  font-size: 22px;
  font-weight: 700;
  padding: 15px 60px;
  color: #fff;
  border-radius: 40px;
  line-height: 2em;
}

.big-btn a::before {
  content: url(../images/common/arrow_white.png);
  margin: 0 10px 0 0;
  display: inline-block;
  vertical-align: middle;
}

.big-btn a:hover {

  background: #00b4ff;
}




/* 診療スケジュール */
.top-calender-section {
  background: #fbf9df;
  /* padding: 40px 0 50px; */
  padding: 40px 0 100px;
  position: relative;
}

.top-calender-section::before {
  content: "";
  width: 100%;
  height: 20px;
  position: absolute;
  left: 0;
  top: -20px;
  background: url(../images/top/wave_yellow_top.png) repeat-x 0 0;
  z-index: 1;
}

.top-calender-section h2 {
  font-size: 25px;
  margin: 0 0 25px;
  display: flex;
  align-items: center;
}

.top-calender-section h2 span {
  font-size: 13px;
  margin: 0 0 0 18px;
}

.top-calender-cont {
  justify-content: space-between;
}

.top-calender-table {
  flex: 1;
}

.top-calender-table table {
  width: 100%;
  table-layout: fixed;
}

.top-calender-table th,
.top-calender-table td {
  font-family: fot-tsukuardgothic-std, sans-serif;
  text-align: center;
  padding: 12px 0;
  vertical-align: middle;
}

.top-calender-table th {
  font-size: 18px;
  font-weight: 700;
  border-bottom: solid 2px #0369d7;
}



.top-calender-table th.calender-th-first {
  font-size: 20px;
  width: 120px;
}

.top-calender-table td {
  font-size: 23px;
  border-bottom: solid 1px #0369d7;
}

.top-calender-table td.calender-td-first {
  font-size: 17px;
}

@media screen and (max-width: 768px) {


  .top-calender-table td.calender-td-first {
    font-size: 14px;
  }

  .top-calender-table span {
    font-size: 12px;
  }

}


.top-calender-table td.calender-triangle {
  font-size: 19px;
}

.calender-note {
  margin: 42px 0 0;
}

.calender-note {
  font-size: 16px;
  line-height: 2;
}

.top-calender {
  flex-basis: 452px;
  margin: 0 0 0 40px;
}

.top-calender h2 {
  font-size: 17px;
  margin: 0 0 10px;
}

.top-calender h2::before {
  content: url(../images/top/arrow_calender.png);
  margin: 0 12px 0 0;
}


/*--------------------------------------------------------------
# フッター
--------------------------------------------------------------*/
footer {
  background: #e1f6ff;
  padding: 50px 0;
  /* margin: 0px 0 0; */
  margin: 60px 0 0;
  position: relative;
}

/* パソコン・スマホ共通のCSS */
#PageTopBtn {
  position: fixed;
  /*ボタンの配置場所を固定*/
  bottom: 0px;
  /*下からのボタンの配置場所を指定*/
  right: 10px;
  /*右からのボタンの配置場所を指定*/
}

#PageTopBtn a {
  display: block;
  /*配置の調整*/
  text-decoration: none;
  /*文字の下線を消す*/
  color: #fff;
  /*文字の色*/
  text-align: center;
  /*文字を中央に配置*/
  border-radius: 5%;
  /*ボタンの角を少し丸くする*/
  outline: none;
  /*クリックしたときの黒い枠を消す*/
}

#PageTopBtn a:hover {
  text-decoration: none;
  background: #87cefa;
  /*マウスオーバー時の背景色*/
}



.ft-cont {
  width: 1210px;
  margin: 0 auto;
}

.ft-logo-wrapper {
  align-items: center;
  margin: 0 0 20px;
}

.ft-catch {
  font-size: 16px;
  color: #fff;
  padding: 8px 20px;
  border-radius: 10px;
  margin: 0 0 0 30px;
}

.ft-main {
  justify-content: space-between;
}

.ft-main-first {
  flex: 1;
}

.ft-main-img {
  position: relative;
}

.ft-img-mark {
  position: absolute;
  bottom: -45px;
  right: -50px;
}

.ft-btn {
  margin: 30px 0 0;
}

.ft-btn a {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  display: inline-block;
  background: #fff;
  border-radius: 20px;
  width: 190px;
  height: 32px;
  line-height: 32px;
}

.ft-btn-line a::before,
.ft-btn-reservation a::before {
  margin: 0 8px 0 0;
  display: inline-block;
  vertical-align: sub;
}

.ft-btn-reservation a {
  color: #0369d7;
  border: solid 1px #0369d7;
}

.ft-btn-reservation a::before {
  content: url(../images/common/ft_ico_reservation.png);
}

.ft-btn-line a {
  margin: 0 0 0 20px;
  color: #1abc01;
  border: solid 1px #1abc01;
}

.ft-btn-line a::before {
  content: url(../images/common/ft_ico_line.png);
}

.ft-btn-telflow a {
  margin: 0 20px 0;
  background-color: #00b4ff;
  border: solid 1px #00b4ff;
  color: #fff;
}


.ft-main-second {
  flex-basis: 560px;
  margin: 0 0 0 92px;
}

.ft-map {
  position: relative;
  width: 100%;
  padding-top: 58.9%;
}

.ft-map iframe,
.ft-map object,
.ft-map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ft-main-second p,
.ft-address {
  font-family: fot-tsukuardgothic-std, sans-serif;
  font-size: 16px;
}

.ft-main-second p {
  font-weight: 700;
  margin: 15px 0 20px;
}

.ft-address {
  font-style: normal;
  line-height: 1.62;
  color: #3b3b3b;
}

.copyright {
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", sans-serif;
  font-size: 10px;
  color: #3b3b3b;
  margin: 16px 0 0;
}

/*--------------------------------------------------------------
# ブレイクポイント
--------------------------------------------------------------*/
@media screen and (min-width: 1860px) {

  /* ヘッダー */
  .hd-logo {
    padding: 10px 0 8px 18%;
  }

  .page-ttl {
    padding: 110px 18%;
  }

}

/* min-width: 1860px */

@media screen and (max-width: 1372px) {

  /* ヘッダー */
  .hd-logo {
    padding: 10px 0 8px 4%;
  }

  .hd-tel {
    font-size: 26px;
  }

  .hd-tel span {
    font-size: 20px;
  }

  .hd-links {
    margin: 0 0 0 40px;
  }

  .hd-btn {
    margin: 0 0 0 16px;
  }

  /* フッター */
  .ft-cont {
    width: 94%;
    margin: 0 auto;
  }

  .ft-img-mark {
    position: absolute;
    bottom: -40px;
    right: -40px;
  }

  .ft-main-second {
    flex-basis: 46%;
    margin: 0 0 0 80px;
  }

}

/* max-width: 1372px */

@media screen and (max-width: 1180px) {

  /* 共通 */
  .main-wrapper {
    width: 90%;
  }

  /* ヘッダー */
  .hd-logo::after {
    left: 90%;
  }

  .hd-summary {
    padding: 0 0 0 60px;
  }

  .hd-tel {
    font-size: 20px;
  }

  .hd-tel span,
  .hd-links a,
  .hd-btn a {
    font-size: 14px;
  }

  .hd-links {
    margin: 0 0 0 16px;
  }

  .hd-nav a {
    padding: 20px 24px;
  }

  .page-ttl {
    padding: 100px 4%;
  }

  /* フッター */
  .ft-main-second {
    flex-basis: 47%;
    margin: 0 0 0 40px;
  }

  .ft-img-mark {
    position: absolute;
    bottom: -30px;
    right: -30px;
  }

  .ft-btn a {
    font-size: 15px;
    width: 165px;
  }

  /* 診療スケジュール */
  .top-calender {
    flex-basis: 42%;
    margin: 0 0 0 30px;
  }
}

/* max-width: 1180px */

@media screen and (max-width: 1024px) {

  /* 共通 */
  .row {
    flex-wrap: wrap;
  }

  .pc {
    display: none;
  }

  .sp {
    display: block;
  }


  .sp-hd-inner a {
    font-size: 12px;
    color: #333;
  }

  .footer-fix {
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: white;
    transition: .3s;
    width: 100%;
    z-index: 20;

    /*デフォルトで非表示にする*/
    opacity: 0;
    visibility: hidden;
  }

  /*このクラスが付与されると表示する*/
  .active {
    opacity: 1;
    visibility: visible;
  }

  /* ヘッダー */
  .sp-hd-wrapper {
    padding: 16px 26px 20px;
    position: relative;
  }

  .sp-hd-inner {
    justify-content: space-between;
    align-items: center;
  }

  .sp-nav-btn {
    background: none;
    cursor: pointer;
    font-size: 17px;
  }

  .sp-nav-btn span {
    display: block;
    width: 62px;
    height: 5px;
    background: #00b4ff;
  }

  .sp-nav-btn span:nth-of-type(1) {
    margin: 0 0 10px;
  }

  .sp-nav-btn span:nth-of-type(3) {
    margin: 10px 0;
  }

  .sp-nav-btn.open span:nth-of-type(1) {
    transform: translateY(15px) rotate(-45deg);
  }

  .sp-nav-btn.open span:nth-of-type(2) {
    opacity: 0;
  }

  .sp-nav-btn.open span:nth-of-type(3) {
    transform: translateY(-15px) rotate(45deg);
  }

  .hd-nav-wrapper {
    position: absolute;
    top: 96px;
    left: 0;
    width: 100%;
    z-index: 5;
    background: #fcf9df;
    padding: 30px 0;
  }

  .hd-nav {
    border-bottom: 0;
  }

  .hd-nav li {
    width: 100%;
  }

  .hd-nav a {
    display: block;
    font-size: 20px;
    font-weight: 700;
    padding: 15px 0;
    color: #0369d7;
    text-align: center;
  }

  .hd-nav a:hover {
    color: #00b4ff;
  }



  .sp-links,
  .ft-links {
    margin: 0 -3px;
    background-color: white;
  }

  .sp-links li,
  .ft-links li {
    width: calc((100%/2) - 6px);
    margin: 0 3px;
  }

  /* .sp-links li:last-child {
    width: 100%;
    margin: 6px 0 0;
  } */

  .sp-links a {
    display: block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    background: #0369d7;
    text-align: center;
    padding: 20px 0;
  }


  .ft-links a {
    display: block;
    font-family: fot-tsukuardgothic-std, sans-serif;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    background: #0369d7;
    text-align: center;
    padding: 15px 0;
  }

  .sp-links li:last-child a,
  .ft-links-net a {
    background: #00b4ff;
    /* padding: 24px 0; */
  }

  .sp-links-tel a::before,
  .sp-links-net a::before,
  .ft-links-tel a::before,
  .ft-links-net a::before,
  .sp-links-line a::before {
    margin: 0 12px 0 0;
    display: inline-block;
    vertical-align: middle;
  }

  .sp-links-tel a::before,
  .ft-links-tel a::before {
    content: url(../images/common/sp_ico_tel.png);
  }

  .sp-links-net a::before,
  .ft-links-net a::before {
    content: url(../images/common/sp_ico_reservation.png);
  }

  .sp-links-line a::before {
    content: url(../images/common/sp_ico_line.png);
  }

  .page-ttl {
    margin: 0 0 6px;
    padding: 80px 26px;
  }

  .page-ttl h1 {
    font-size: 26px;
    padding: 15px 20px;
  }

  /* フッター */
  footer::before {
    content: "";
    width: 100%;
    height: 20px;
    position: absolute;
    left: 0;
    top: -20px;
    background: url(../images/common/wave_blue_top.png) repeat-x 0 0;
    z-index: 1;
  }

  .ft-cont {
    width: 90%;
  }

  .ft-logo-wrapper {
    justify-content: center;
  }

  .ft-catch {
    flex-basis: 100%;
    margin: 20px 0 0;
    text-align: center;
  }

  .ft-main-first,
  .ft-main-second {
    flex-basis: 100%;
  }

  .ft-main-second {
    margin: 58px 0 0;
    position: relative;
  }

  .ft-btn {
    margin: 40px 0 30px;
    justify-content: center;
  }

  .ft-btn li {
    width: 100%;
    text-align: center;
  }

  .ft-btn a {
    font-size: 25px;
    width: 48%;
    height: 52px;
    line-height: 48px;
    border-radius: 30px;
  }

  .ft-btn-line a {
    margin: 20px 0;
  }

  .ft-btn-telflow a {
    margin: 0 0 20px;
  }

  .btn-ft-tel a {
    display: block;
    font-size: 24px;
    color: #fff;
    width: 94%;
    height: 72px;
    line-height: 72px;
    margin: 0 auto;
    text-align: center;
    border-radius: 40px;
  }

  .btn-ft-tel a::before {
    content: url(../images/common/arrow_white.png);
    margin: 0 18px 0 0;
    display: inline-block;
    vertical-align: middle;
  }

  .ft-main-second p {
    margin: 40px 0 20px;
  }

  .ft-map {
    left: -5%;
  }

  .ft-map iframe,
  .ft-map object,
  .ft-map embed {
    width: 110%;
  }

  .ft-sns-wrapper {
    position: absolute;
    bottom: -20px;
    right: 0;
  }

  .ft-sns {
    flex-wrap: nowrap;
  }

  .ft-sns li+li {
    margin: 0 0 0 30px;
  }

  .copyright {
    margin: 54px 0 0;
  }

  /* 診療スケジュール */
  .top-calender-section {
    padding: 50px 0;
  }

  .top-calender {
    flex-basis: 100%;
    margin: 0;
  }

  .top-calender-section h2.pc,
  .top-calender h2 {
    display: none;
  }

  .top-calender-section h2 {
    justify-content: center;
  }

}

/* max-width: 1024px */


@media screen and (max-width: 768px) {

  /* ヘッダー */
  .sp-hd-wrapper {
    padding: 10px 15px;
    position: relative;
  }

  .sp-hd-inner {
    flex-wrap: nowrap;

  }


  .sp-logo {
    width: 65%;
  }

  .sp-nav-btn {
    font-size: 14px;
  }

  .sp-nav-btn span {
    width: 42px;
    height: 4px;
  }

  .sp-nav-btn span:nth-of-type(1) {
    margin: 0 0 8px;
  }

  .sp-nav-btn span:nth-of-type(3) {
    margin: 8px 0 5px;
  }

  .sp-nav-btn.open span:nth-of-type(1) {
    transform: translateY(10px) rotate(-45deg);
  }

  .sp-nav-btn.open span:nth-of-type(3) {
    transform: translateY(-14px) rotate(45deg);
  }

  .hd-nav-wrapper {
    top: 72px;
    /* top: 68px; */
    padding: 15px 0;
  }

  .sp-links-tel a::before,
  .sp-links-net a::before,
  .sp-links-line a::before {
    margin: 0;
    transform: scale(0.8);
  }

  .sp-links a {
    /* font-size: 13px; */
    /* padding: 20px 0; */
  }

  /* .sp-links li:last-child a {
    font-size: 15px;
    padding: 20px 0;
  } */

  .page-ttl {
    padding: 60px 20px;
    text-align: center;
  }

  .page-ttl h1 {
    font-size: 24px;
    padding: 12px;
  }

  .page-ttl h1 span {
    margin: 0 0 0 10px;
  }

  /* フッター */
  .ft-logo {
    width: 85%;
  }

  .ft-catch {
    font-size: 12px;
    padding: 8px 10px;
  }

  .ft-btn a {
    font-size: 15px;
    width: 52%;
    height: 42px;
    line-height: 42px;
  }

  .btn-ft-tel a {
    font-size: 18px;
    height: 58px;
    line-height: 58px;
  }

  .ft-main-second {
    margin: 50px 0 0;
  }

  .ft-main-second p {
    font-size: 12px;
    margin: 30px 0 10px;
  }

  .ft-address {
    font-size: 12px;
  }

  .ft-sns-wrapper {
    bottom: -40px;
  }

  .ft-sns img {
    width: 30px;
  }

  .ft-sns li+li {
    margin: 0 0 0 12px;
  }

  /* 診療スケジュール */
  .top-calender-section h2 {
    font-size: 20px;
  }

  .top-calender-section th {
    font-size: 12px;
  }

  .top-calender-table th.calender-th-first {
    font-size: 12px;
  }

  .top-calender-table th.calender-th-first {
    width: 100px;
  }

  .top-calender-table td {
    font-size: 12px;
  }

  .calender-td-first {
    font-size: 15px;
  }

  .calender-td-first {
    width: 100px;
  }

  #PageTopBtn {
    font-size: 10px;
  }

  #PageTopBtn a {}

}

/* max-width: 667px */

.bg-white {
  display: block;
  background-color: white;
  outline: auto;
  z-index: 100;
}



/* notice btn */
.top-notice-btn {
  border-top: 1px solid #e1f6ff;
  border-bottom: 1px solid #e1f6ff;
  margin: 60px auto;
  text-align: center;
}

.top-notice-btn a {
  display: inline-block;
  margin: 20px auto;
  text-align: center;
  padding: 20px 40px;
  background-color: #e1f6ff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: bold;
  color: #0369d7;
}

.top-notice-btn a:hover {
  background-color: #00b4ff;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .top-notice-btn {
    margin: 20px auto;
  }
}