@charset "utf-8";
/* CSS Document */

/*全体*/
html {
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  text-size-adjust: 100%;
}

body {
  color: #333;
  font-size: 15px;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

h1,
h2 {
  color: #6c6c6c;
}

p {
  line-height: 1.5em;
}

/*2つ横並び設定*/
.left_area {
  float: left;
  width: 48%;
}

.right_area {
  float: right;
  width: 48%;
}

.left_area img,
.right_area img {
  width: 100%;
  height: auto;
}

/*ヘッダー*/
#header {
  background: #e1f3ff;
}

.header_area {
  position: relative;
  max-width: 1100px;
  margin: 0 auto;
}

.logo_area {
  float: left;
  width: 300px;
  padding-top: 15px;
}

.logo_area img {
  max-width: 100%;
  height: auto;
}

.tel_area {
  float: right;
  width: 300px;
}

.tel_area_txt {
  font-size: 15px;
  padding: 15px 0 0 0;
  text-align: right;
  font-family: "M PLUS Rounded 1c";
}

.tel_area_link {
  font-size: 28px;
  text-align: right;
}

.tel_area_link a {
  text-decoration: none;
  color: #474948;
  font-weight: bold;
  font-family: "M PLUS Rounded 1c";
}

.tel_area_sp {
  display: none;
}

/*グローバルナビゲーション*/
.global-nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.global-nav li {
  display: inline-block;
  width: 18.5%;
  text-align: center;
  padding: 5px 0 15px 0;
}

.global-nav li a {
  display: block;
  width: 100%;
  color: #474948;
  ;
}

.sp_yoyaku {
  display: none;
}

/*追従バナー*/
.yoyaku_bnr {
  position: fixed;
  top: 250px;
  right: 0px;
  z-index: 100;
  width: 70px;
}

.yoyaku_bnr02 {
  position: fixed;
  top: 550px;
  right: 0px;
  z-index: 100;
  width: 70px;
}

/*メイン画像*/
.mv {
  position: relative;
  width: 100%;
}

.mv img {
  max-width: 100%;
  height: auto;
}

.main-copy {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  max-width: 500px;
  height: 320px;
  background: rgba(255, 255, 255, 0.7);
  border-radius: 20px;
  padding: 30px 15px;
}

.main-copy h1 {
  text-align: center;
  font-size: 72px;
  background: #ed7a81;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  line-height: 0.9em;
  font-family: 'Quicksand', sans-serif;
}

.main-copy h1 span {
  font-size: 84px;
}

.main-copy h2 {
  text-align: center;
  font-size: 32px;
  padding: 15px 0;
  font-family: "M PLUS Rounded 1c";
}

.main-copy p {
  text-align: center;
  font-size: 16px;
  font-family: "M PLUS Rounded 1c";
}

/*メインコンテンツ*/
.contents_area {
  margin: 60px 0;
}

.contents_tit {
  max-width: 1200px;
  margin: 0 auto;
}

.contents_txt {
  max-width: 980px;
  margin: 0 auto;
}

/*アピールポイント*/
#copy h2 {
  text-align: center;
  font-size: 32px;
  line-height: 2.0em;
  margin-bottom: 30px;
  font-family: "M PLUS Rounded 1c";
}

#copy p {
  text-align: center;
  font-size: 16px;
  line-height: 1.8em;
  font-family: "M PLUS Rounded 1c";
}

/*基本情報エリア*/
.contents02_txt {
  max-width: 980px;
  margin: 0 auto;
  background-color: #fedc5e;
}

.about_bg {
  background-image: url(../images/02about_area_top.png);
  background-size: contain;
  background-position: bottom center;
  background-repeat: no-repeat;
  height: 165px;

}

.about_area {
  background-color: #fedc5e;
  padding-bottom: 40px;
}

/*基本情報エリア 見出し*/
#about h3,
.about_area2 h1 {
  font-family: "M PLUS Rounded 1c";
  text-align: center;
  font-size: 32px;
  line-height: 1.5em;
  padding-bottom: 60px;
  letter-spacing: 0.3em;
}

#about h3 span,
.about_area2 h1 span {
  display: block;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
}

#about h3 span:before,
.about_area2 h1 span:before {
  content: "[";
  padding-right: 1em;
}

#about h3 span:after,
.about_area2 h1 span:after {
  content: "]";
  padding-left: 1em;
}

/*お知らせ*/
.info_area {
  margin-bottom: 90px;
}

.info_area p {
  border-bottom: 1px solid #c0a94c;
  padding: 20px 0;
}

.info_area p strong {
  color: #c0a94c;
}

/*診療時間*/
.time_area {
  background: #ffefb4;
  padding: 30px 15px;
  margin-bottom: 90px;
  color: #5d4900;
}

.time_area table {
  width: 100%;
}

.time_area table th,
.time_area table td {
  border: 1px solid #d4d1cf;
  padding: 15px 0;
  text-align: center;
  color: #5d4900;
}

.time_area table th {
  font-weight: bold;
  background: #fff8de;
}

.time_area th:first-child {
  width: 30%;
}

/*診療内容*/
.shiryo_area {
  padding-bottom: 90px;
}

.shiryo_area ul {
  margin: 0 auto;
  text-align: center;
}

.shiryo_area li {
  display: inline-block;
  width: 24.5%;
  text-align: center;
  margin-bottom: 30px;
}

.shiryo_area li img {
  max-width: 100%;
  width: 84%;
  height: auto;
}

.shiryo_area li img {
  background: #fff8dd;
  border-radius: 50%;

}

/*画像挿入*/
.about-img {
  line-height: 0;
}

.about-img img {
  width: 100%;
  height: auto;
}

/*フッター*/
footer {
  background: #e1f3ff;
  padding-top: 60px;
}

.map_area {
  margin-bottom: 90px;
}

.map_area iframe {
  width: 100%;
  height: 450px;
}

.foot_about {
  margin-bottom: 90px;
}

.foot_about table {
  width: 100%;
  color: #5d4900;
  background: #ffefb4;
}

.foot_about table th,
.foot_about table td {
  border: 1px solid #cfcdcb;
  text-align: center;
  padding: 12px 0;
  color: #5d4900;
  background: #fff;
}

.foot_about table th:first-child {
  width: 30%;
}

.foot_about table th {
  background: #c8c9bd;
  font-weight: bold;
  background: #fff8de;
}

.foot_tel {
  border-top: 2px solid #333;
  border-bottom: 2px solid #333;
  padding: 15px 0;
  text-align: center;
  margin-bottom: 15px;
  font-family: "M PLUS Rounded 1c";
}

.foot_tel a {
  font-weight: bold;
  font-size: 28px;
  color: #333;
}

.foot_nav {
  background: #fff;
  border-top: 1px solid #ece9e7;
  padding: 15px;
}

.foot_nav .nav {
  width: 100%;
  margin: 0 auto;
  text-align: center;
}

.foot_nav .nav li {
  display: inline-block;
  width: 16%;
  text-align: center;
  line-height: 0.5em;
  padding: 0;
}

.foot_nav .nav li a {
  display: block;
  width: 100%;
  color: #9a9795;
  font-size: 14px;
}

.copyright {
  background: #c3c0be;
  padding: 5px;
}

.copyright p {
  text-align: center;
  color: #fff;
}

#reservations {
  background: #ffefb4;
  padding: 30px;
}


/*-------------------------
スマートフォン設定
-------------------------*/

@media print,
screen and (max-width: 639px) {
  .body {
    overflow-x: hidden;
  }

  #header {
    height: 86px;
  }

  .header_area {
    display: flex;
    align-items: center;
    height: 100%;
  }

  /*ハンバーガーメニュー*/
  .hamburger {
    width: 40px;
    height: 25px;
    position: absolute;
    top: 30px;
    right: 15px;
  }

  .hamburger span {
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #79797a;
  }

  .hamburger span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 0;
  }

  .hamburger span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    top: 50%;
  }

  .hamburger span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 100%;
  }

  .slide-menu {
    position: fixed;
    top: 85px;
    width: 100%;
    left: 0;
    transform: translateX(100%);
    z-index: 1000;
    opacity: 0;
    background: rgba(255, 248, 222, 0.8);
    height: 100%;
  }

  .slide-menu li {
    background-color: #ed7a81;
    display: block;
    line-height: 350%;
    text-align: center;
    width: 100%;
    border-bottom: 1px solid #fff;
  }

  .slide-menu li a {
    color: #fff;
  }

  /*メニュー画面*/
  body.active {
    overflow: hidden;
  }

  .hamburger.active span:first-of-type {
    /* ハンバーガーメニューの1番目の線 */
    top: 50%;
    transform: rotate(45deg);
    transition: 0.5s;
  }

  .hamburger.active span:nth-of-type(2) {
    /* ハンバーガーメニューの2番目の線 */
    opacity: 0;
    /* 透明にする */
  }

  .hamburger.active span:last-of-type {
    /* ハンバーガーメニューの3番目の線 */
    top: 50%;
    transform: rotate(-45deg);
    transition: 0.5s;
  }

  .slide-menu.active {
    transition: 0.5s;
    transform: translateX(0);
    opacity: 1;
  }

  .sp_yoyaku {
    display: block;
    width: 75%;
    margin: 30px auto;
  }

  .sp_yoyaku a {
    display: block;
    background: #f4d882;
    text-align: center;
    border-radius: 15px;
    padding: 15px 0;
    color: #000000;

  }

  /*ロゴエリア*/
  .logo_area {
    width: 55%;
    padding-left: 15px;
    padding-top: 0;
  }

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

  /*電話番号ボタン*/
  .tel_area {
    display: none;
  }

  .tel_area_sp {
    display: block;
    border: 1px solid #6c6c6c;
    border-radius: 15px;
    width: 45px;
    height: 45px;
    position: absolute;
    top: 15px;
    right: 70px;
    padding: 2px;
  }

  .tel_area_sp img {
    width: 45px;
    height: 45px;

  }

  /*追従バナー*/
  .yoyaku_bnr {
    position: fixed;
    top: 150px;
    right: 0px;
    z-index: 100;
    width: 70px;
    display: none;
  }

  .yoyaku_bnr02 {
    position: fixed;
    top: 450px;
    right: 0px;
    z-index: 100;
    width: 70px;
    display: none;
  }

  /*2つ横並び設定*/
  .left_area {
    float: none;
    width: 100%;
  }

  .right_area {
    float: none;
    width: 100%;
  }

  /*メイン画像*/
  .mv img {
    max-width: none;
    width: 100%;
    height: 100vh;
    object-fit: cover;
  }

  .main-copy {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 380px;
  }

  .main-copy h1 {
    font-size: 62px;
  }

  .main-copy h1 span {
    font-size: 74px;
  }

  .main-copy h2 {
    font-size: 28px;
  }

  /*メインコンテンツ*/
  .contents_area,
  .contents_tit,
  .contents_txt {
    padding: 0 10px;
  }

  /*アピールポイント*/
  #copy h2 {
    font-size: 28px;
    line-height: 1.8em;
  }

  #copy h2 span {
    line-height: 1.0em;
  }

  /*基本情報エリア*/
  .contents02_txt {
    padding: 0 15px;
  }

  .about_bg {
    height: 65px;
  }

  .about_area {
    padding-bottom: 4vw;
  }

  /*基本情報エリア 見出し*/
  #about h3 {
    font-size: 28px;
  }

  /*お知らせ*/
  .info_area p {
    padding: 15px 0;
  }

  /*診療時間*/
  .time_area th:first-child {
    width: 35%;
  }

  .time_area th {
    font-size: 13px;
  }

  /*診療内容*/
  .shiryo_area li {
    width: 48.5%;
  }

  /*画像挿入*/
  .about-img {
    line-height: 0;
  }

  .about-img img {
    width: 100%;
    height: 250px;
    object-fit: cover;
  }

  /*フッター*/
  .map_area {
    margin-bottom: 60px;
  }

  .foot_about table th:first-child {
    width: 35%;
  }

  .foot_about table th {
    font-size: 13px;
  }

  .foot_tel a {
    font-size: 24px;
  }

  .foot_nav {
    text-align: left;
  }

  .foot_nav .nav li {
    width: 30%;
  }

  .foot_nav .nav li a {
    font-size: 14px;
  }

}

/*スマホ終わり*/

/*予約フォーム*/
.form_tbl {
  text-align: left;
  margin-top: 1vw;
}

.form_tbl th,
td {
  border-bottom: 1px dotted #CCC;
  padding: 15px 0 5px;
  display: table-cell;
}

.form_tbl tr:first-child th,
.form_tbl tr:first-child td {
  border-top: 1px dotted #CCC;
}

.form_tbl th {
  vertical-align: top;
}

.form-btn-area {
  text-align: center;
  padding-top: 2vw;
}

.form-btn-area input[type='submit'] {
  width: 300px;
  padding: 15px 0;
}

/*下層ページ*/
.about_area2 h1 {
  color: #333;
  padding-bottom: 0px;
}

.about_area2 h2 {
  font-size: 24px;
  margin-bottom: 30px;
}

.about_area2 h3 {
  font-size: 20px !important;
  text-align: left !important;
  border-bottom: 1px dotted #9a9795;
  padding: 20px 0 8px 0.5em !important;
  margin-bottom: 30px;
}

.about_area2 h4 {
  margin-bottom: 16px;
  padding: 2px 0 2px 12px;
  font-family: "M PLUS Rounded 1c";
  font-size: 16px;
  letter-spacing: 0.3em;
  line-height: 1.5em;
  text-align: left;
  border-left: 4px solid;
}

/* ------------------------------------- */
/* ConcreteCMS--------------------------------- */
/* ------------------------------------- */
.ccm-ui .tooltip-inner {
  background-color: #444;
}

.ccm-panel-detail {
  display: block !important;
}

.collapse:not(.show) {
  display: none;
}