@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%;
  scroll-behavior: smooth;
}

body {
  color: #333;
  font-size: 15px;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
}

a {
  text-decoration: none;
}

strong {
  font-weight: bold;
}

h1,
h2 {
  color: #6c6c6c;
}

p {
  line-height: 2.1em;
  letter-spacing: 3px;
}

h2 {
  color: #52322d;
  font-size: 28px;
  padding: 0.5em 0;
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

h2::before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 47%;
  width: 80px;
  margin: 0 auto;
  border-bottom: 7px dotted #52322d;
}

h3 {
  font-size: 18px;
  font-weight: bold;
  color: #52322d;
  margin-bottom: 30px;
  letter-spacing: 3px;
}

h4 {
  background: #52322d;
  border-radius: 30px;
  padding: 8px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  margin-bottom: 15px;
}

h4.dropdown-toggle {
  background: transparent;
  padding: 0;
  text-align: left;
}

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

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

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

#header {
  position: relative;
  background-image: url("../images/header_bg1.png");
  background-color: #d1f4fc;
  background-position: bottom left;
  background-repeat: no-repeat;
  background-size: 100%;
  height: 160px;

}

.header_area {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  z-index: 5;
}

.logo_area {
  float: left;
  width: 290px;
  margin-top: 4%;
}

.logo_area a {
  display: block;
  padding: 10px;
}

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

.slide-menu {
  float: right;
  width: 70%;
  margin-top: 3%;
  z-index: 100;
}

.main_nav {
  float: right;
  text-align: center;
  background: #52322d;
  padding: 15px 10px;
  border-radius: 35px;
  margin: 30px 25px 30px 0;
  width: 64%;
}

.main_nav li {
  display: inline-block;
  border-right: 2px dotted #fff;
  width: 15%;
  text-align: center;
  padding: 0 5px;
}

.main_nav li a {
  color: #fff;
  font-size: 16px;
  display: block;
  width: 100%;
}

.main_nav li:last-child {
  border-right: none;
}

/*横並びボタン*/
.btn_area {
  float: right;
  width: 200px;
}

.btn_area_sp {
  display: none;
}

.menu_tel {
  display: none;
}

.tel_btn,
.yoyaku_btn {
  width: 85px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
}

.tel_btn img,
.yoyaku_btn img {
  width: 100%;
}

.tel_btn a {
  display: block;
  width: 100%;
  color: #f39800;
  font-size: 14px;
}

.yoyaku_btn a {
  display: block;
  width: 100%;
  color: #036eb8;
  font-size: 14px;
}

/*メイン画像*/
.taiyou {
  position: absolute;
  top: -250px;
  left: -300px;
  max-width: 680px;
  width: 80%;
  z-index: 2;
}

.taiyou img {
  width: 100%;
}

.mv {
  position: relative;
  /*z-index: -1;*/
}

.mv_img img {
  width: 100%;
}

.mv_text {
  position: absolute;
  left: 15%;
  top: 45%;
}

.mv_text p {
  font-size: 30px;
  font-weight: bold;
  color: #52322d;
  text-shadow: 1px 1px 0 #FFF, -1px -1px 0 #FFF,
    -1px 1px 0 #FFF, 1px -1px 0 #FFF,
    0px 1px 0 #FFF, 0-1px 0 #FFF,
    -1px 0 0 #FFF, 1px 0 0 #FFF;
}

/*コンテンツエリア*/
.contents_area {
  position: relative;

}

.top_content:before {
  content: " ";
  width: 100%;
  height: 80px;
  background: url("../images/content_top_bg.png") left top repeat-x;
  position: absolute;
  z-index: 100;
  top: -140px;
  left: 0;
}

.content {
  max-width: 1200px;
  margin: 60px auto;
}


/*新着情報*/
.news_area {
  background: url("../images/news_area_bg.png") left top no-repeat;
  min-height: 280px;
  padding: 40px 0;
}

.news_txt {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

/*当院の特徴*/
.tokucho img {
  border-radius: 50% 50% 50% 70%/50% 50% 70% 60%;
  width: 100%;
  height: auto;
}

.about_area {
  background-image: url("../images/about_area_bg.png"), url("../images/about_area_bg2.png");
  background-position: left top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 100%, cover;
  padding: 55px 0;
}

/*診療内容*/
.service_area {
  background: url("../images/service_bg_top.jpg") center top repeat-x;
  background-size: cover;
  padding: 40px 0;
}

.service_icon {
  margin-top: 200px !important;
}

.service_icons {
  text-align: center;
}

.service_icons li {
  display: inline-block;
  width: 20%;
  margin-bottom: 60px;
  padding: 0 20px;
  vertical-align: top;
}

.service_icons li img {
  width: 100%;
  height: auto;
}

.service_icons li p {
  color: #52322d;
}

/*診療時間*/
.schedule_area {
  background: url("../images/schedule_bg_top.jpg") left top repeat-x;
  background-size: cover;
  padding: 60px 0 250px 0;
}

.schedule_table {
  width: 80%;
  margin: 0 auto;
}

.schedule_table table {
  background: #fff;
  width: 100%;
}

.schedule_table th,
.schedule_table td {
  padding: 14px 10px;
  font-size: 24px;
  text-align: center;
  color: #544645;
}

.schedule_table th {
  background: #544645;
  color: #fff;
  font-weight: bold;
}

/*メインコンテンツ*/
.contents_tit {
  max-width: 1200px;
  margin: 0 auto;
}

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

/*フッター*/
footer {
  background-image: url("../images/foot_bg_top.jpg");
  background-position: left top;
  background-repeat: repeat-x;
  background-color: #fffcf5;
  background-size: 100%;
}

.footer_area {
  padding: 60px;
}

.foot_img img {
  border-radius: 30px;
  max-width: 525px;
  width: 100%;
  height: auto;
}

.foot_txt {
  background: #f1eee7;
  border-radius: 30px;
  padding: 30px;
}

.foot_about {
  padding: 30px 0;
}

.foot_logo img {
  max-width: 300px;
  width: 100%;
}

.foot_nav {
  background: #a1967e;
  padding: 15px 0;
}

.foot_nav ul {
  width: 90%;
  margin: 0 auto;
  text-align: center;
}

.foot_nav li {
  display: inline-block;
  width: 16%;
}

.foot_nav li a {
  color: #fff;
}

.copy {
  background: #544645;
  padding: 15px 0;
  text-align: center;
  color: #fff;
}






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

@media print,
screen and (max-width: 980px) {
  #header {
    height: 80px;
    background-image: url("../images/header_bg1.png");
    background-position: top left;
    background-repeat: repeat;
    background-size: contain;
    overflow-y: hidden;
  }

  .logo_area {
    margin-top: 0;
  }

  .logo_area a {
    padding: 0px 10px;
    margin-top: 10px;
  }

  .menu_tel {
    display: block;
    width: 60px;
    position: absolute;
    top: 15px;
    right: 75px;
  }

  .menu_tel img {
    width: 100%;
  }

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

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

  .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: 55px;
    width: 100%;
    left: 0;
    transform: translateX(100%);
    z-index: 1000;
    opacity: 0;
    background: #ebe5d8;
    height: 100%;
  }

  .slide-menu li {
    display: block;
    text-align: center;
    width: 100%;
    border-bottom: 1px dotted #52322d;
  }

  .slide-menu li a {
    color: #3c1112;
    display: block;
    width: 100%;
    padding: 20px 0;
  }

  /*メニュー画面*/
  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 {
    z-index: 1000;
  }

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

  .main_nav {
    float: none;
    width: 80%;
    margin: 0 auto;
    padding: 20px 0;
    background: none;
    border-radius: 0;
  }

  .main_nav li {
    border-right: none;
  }

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

  .foot_nav li {
    display: inline-block;
    width: 30%;
    padding: 4px;
  }


  /*ボタン*/
  .btn_area {
    display: none;
  }

  .btn_area_sp {
    display: block;
    width: 80%;
    margin: 0 auto;
  }

  .tel_btn_sp,
  .yoyaku_btn_sp {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }

  .tel_btn_sp img,
  .yoyaku_btn_sp img {
    width: 100%;
  }

  .tel_btn_sp a {
    display: block;
    width: 100%;
    color: #fff;
    background: #f39800;
    font-size: 14px;
    padding: 25px 0;
    border-radius: 15px;
    position: relative;
  }

  .tel_btn_sp a:before {
    content: "";
    width: 40px;
    height: 40px;
    /*background: url("../images/tel_sp.png") left top no-repeat;*/
    background-size: contain;
    display: block;
    position: absolute;
    top: 15px;
    left: 45px;
  }

  .yoyaku_btn_sp a {
    display: block;
    width: 100%;
    color: #fff;
    background: #036eb8;
    font-size: 14px;
    padding: 25px 0;
    border-radius: 15px;
    position: relative;
  }

  .yoyaku_btn_sp a:before {
    content: "";
    width: 40px;
    height: 40px;
    /*background: url("../images/yoyaku_sp.png") left top no-repeat;*/
    background-size: contain;
    display: block;
    position: absolute;
    top: 15px;
    left: 45px;
  }

  /*メイン画像*/
  .taiyou {
    position: absolute;
    top: -151px;
    left: -190px;
    width: 450px;
    z-index: 2;
  }

  .mv_text {
    position: absolute;
    left: 0%;
    right: 50%;
    top: 30%;
    width: 100%;
  }

  .mv_text p {
    font-size: 24px;
    text-align: center;
  }

  /*見出し*/
  h2::before {
    left: 47%;
    width: 40px;
  }

  /*メインコンテンツ*/
  .content {
    width: 90%;
    margin: 40px auto;
  }

  .top_content:before {
    top: -120px;
    z-index: 1;
  }

  /*診療内容*/
  .service_icon {
    margin-top: 150px !important;
  }

  .service_area {
    background-size: cover;
  }
}

@media print,
screen and (max-width: 639px) {

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

  .right_area {
    float: none;
    width: 100%;
    margin-bottom: 30px;
  }

  /*ヘッダー*/
  #header {
    height: 80px;
    background-image: url("../images/header_bg2.png");
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 100%;
  }

  .logo_area {
    width: 230px;
  }

  .menu_tel {
    display: block;
    width: 50px;
    position: absolute;
    top: 15px;
    right: 70px;
  }

  .slide-menu {
    top: 60px;
  }

  .slide-menu li a {
    padding: 15px 0;
  }


  /*2つ並びボタン*/
  .tel_btn_sp,
  .yoyaku_btn_sp {
    width: 100%;
    display: block;
    margin-bottom: 15px;
  }

  .tel_btn_sp a {
    padding: 20px 0;
  }

  .yoyaku_btn_sp a {
    padding: 20px 0;
  }

  .tel_btn_sp a:before {
    content: "";
    width: 40px;
    height: 40px;
    top: 10px;
    left: 45px;
  }

  .yoyaku_btn_sp a:before {
    content: "";
    width: 40px;
    height: 40px;
    top: 10px;
    left: 45px;
  }

  /*見出し*/
  h2 {
    padding: 15px 0 0.5em 0;
  }

  h2::before {
    left: 43%;
  }

  /*メイン画像*/
  .taiyou {
    display: none;
  }

  .mv_text {
    display: none;
  }

  /*メインコンテンツ*/
  .top_content:before {
    content: " ";
    width: 100%;
    height: 110px;
    background: url("../images/content_top_bg_sp.png") left top repeat-x;
    background-size: contain;
    position: absolute;
    top: -70px;
    left: 0;
    z-index: 1;
  }

  /*お知らせ*/
  .news_area {
    background-size: contain;
  }

  /*特徴*/
  .about_area {
    background-position: left 35px, left bottom;
  }

  /*診療内容*/
  .service_icon {
    margin-top: 100px !important;
  }

  .service_icons li {
    width: 35%;
  }

  /*診療時間*/
  .schedule_table {
    width: 100%;
  }

  .schedule_table th,
  .schedule_table td {
    padding: 12px 3px;
    font-size: 18px;
  }

  /*フッター*/
  footer {
    background-image: url("../images/foot_bg_top_sp.jpg");
    background-position: left top;
    background-repeat: repeat-x;
    background-color: #fffcf5;
    background-size: 100%;
  }

  .footer_area {
    padding: 60px 0;
  }
}

/*下層ページ*/
.content2 {
  background: url("../images/kasou_bottom_bg.jpg") center bottom repeat-x;
  background-size: contain;
}

.content2 .content {
  margin: 60px auto 0 auto;
  padding-bottom: 250px;
}

.form-btn-area {
  width: 300px;
  margin: 30px auto;
}

.form-btn-area input {
  text-align: center;
  background: #3c1112;
  color: #FFF;
  border: none;
  width: 100%;
  padding: 20px;
}

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

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

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