@charset "utf-8";

body, header {
  min-width: inherit;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

/*============================================================================

  $wrapper

============================================================================*/
.inner {
  width: 100%;
  padding: 0 15px;
  box-sizing: border-box;
}

/*============================================================================

  $アンカーリンンク

============================================================================*/
*[id*="ank"], *[id*="nw"], *[id*="sec"], *[id*="access"], *[id*="news"] {
  margin-top: -124px !important;
  padding-top: 124px !important;
}

/*============================================================================

  $header

============================================================================*/
header .pc_navi {
  display: none;
}
header .header_logo {
  float: none;
}
header .header_logo a:hover {
  opacity: 1;
}

/*============================================================================

  $nav

============================================================================*/

.fixed {
  position: fixed;
  width: 100%;
}
.sp_navi_btn_area {
  position: absolute;
  width: calc(100% - 66px);
  z-index: 1;
  margin-left: 4px;
}
.sp_navi_btn_area li {
  display: block;
  width: calc(100% / 2 ) !important;
  float: left;
  text-align: center;
}
.sp_navi_btn_area li a {
  display: block;
  color: #fff;
  height: 54px;
  line-height: 54px;
  margin: 4px;
  border-radius: 5px;
  font-size: 4vw;
  background: #f1ae4e;
  font-weight: 400;
}
.sp_navi_btn_area li a.sp_navi_web {
	line-height: 1;
	display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
	padding: 5% 0;
}
.sp_navi_btn_area li span.sp_navi_small {
	font-size: .8em;
}
.sp_navi_btn_area li span {
  margin-right: 6px;
}
.sp_navi {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 18px;
  font-weight: bold;
  z-index: 9998;
  height: 124px;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  box-shadow: 0px 1px 2px rgba(0,0,0,0.15);
}
.sp_navi_fixed_area {
  z-index: 999;
}
.sp_navi .header_logo {
  position: relative;
  top: 0;
  display: block;
  width: 100%;
  text-align: left;
  height: 62px;
  background: #fff;
}
.sp_navi .header_logo a {
  display: table;
  padding: 9px 10px 7px;
  margin: 0 auto;
}
.sp_navi .header_logo span, .sp_navi .header_logo img {
  display: block;
  margin: auto;
}
.sp_navi .header_logo img {
  width: 260px;
  height: 46px;
  z-index: 9999;
  position: relative;
}
.sp_navi dl {
  background-color: #fff;
}
.sp_navi dl dt {
  position: absolute;
  right: 0;
  height: 62px;
  font-weight: bold;
  padding: 0 4%;
  font-size: 18px;
  display: block;
  color: #fff;
  line-height: 2;
}
.sp_navi dl dt i {
  position: relative;
  top: 26px;
  font-size: 9px;
  font-style: normal;
  margin-right: 2%;
}
.sp_navi_fixed_area dt+dd {
  height: 62px;
}
.sp_navi_list {
  display: none;
}
.sp_navi_list li {
  display: block;
  width: 100%;
  float: left;
  line-height: 1.4;
  font-size: 15px;
  font-weight: normal;
  text-align: center;
}
.sp_navi_list li a, .sp_navi_parent > div {
  display: block;
  position: relative;
  vertical-align: middle;
  width: 100%;
  height: 50px;
  color: #fff;
  font-size: 1.1em;
  background: #5ec1ef;
  border-bottom: 1px solid #fff;
  font-weight: 500;
  line-height: 50px;
  cursor: pointer;
}
.sp_navi_children li a {
  color: #555;
  background: #f6f5f3;
  border-bottom: none;
}
.sp_navi_children li+li a {
  border-top: 1px solid #ccc;
}
.sp_navi_children.information li:last-child a {
  border-bottom: 1px solid #ccc;
}
.sp_navi_parent > div::after {
  position: absolute;
  right: 17px;
  font-family: 'Font Awesome 5 free';
  font-weight: bold;
  content: "\f067";
  font-size: 1.0em;
}
.sp_navi_parent_active > div::after {
  position: absolute;
  right: 17px;
  font-family: 'Font Awesome 5 free';
  content: "\f068" !important;
  font-weight: bold;
  font-size: 1.0em;
}
.sp_navi_list li a::after {
  position: absolute;
  right: 20px;
  content: ">";
}

/* ボタンの動き */
.sp_navi dt a {
  display: block;
  width: 62px;
  height: 62px;
  position: absolute;
  right: -5px;
  z-index: 9999999;
  text-align: center;
  background-color: #5ec1ef;
  cursor: pointer;
}
.sp_navi dt a i {
  position: relative;
  top: 26px;
  font-size: 9px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
}
.sp_navi dt a span {
  display: block;
  background: #fff;
  width: 33px;
  height: 2px;
  position: absolute;
  left: 12px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
}
.sp_navi dt a span:nth-child(1) {
  top: 14px;
}
.sp_navi dt a span:nth-child(2) {
  margin-top: -8px;
  top: 50%;
}
.sp_navi dt a span:nth-child(3) {
  bottom: 29px;
}
.sp_navi dt a i {
  position: relative;
  left: -2px;
  bottom: 6px;
}
.sp_navi dt a.active {
  background: #5ec1ef;
}
.sp_navi dt a.active i {
  color: #fff;
}
.sp_navi dt a.active span {
  background: #fff;
}
.sp_navi dt a.active span:nth-child(1) {
  -webkit-transform: translateY(8px) rotate(225deg);
  -moz-transform: translateY(8px) rotate(225deg);
  -ms-transform: translateY(8px) rotate(225deg);
  transform: translateY(8px) rotate(225deg);
}
.sp_navi dt a.active span:nth-child(2) {
  opacity: 0;
}
.sp_navi dt a.active span:nth-child(3) {
  -webkit-transform: translateY(-8px) rotate(-225deg);
  -moz-transform: translateY(-8px) rotate(-225deg);
  -ms-transform: translateY(-8px) rotate(-225deg);
  transform: translateY(-8px) rotate(-225deg);
}

/*============================================================================

  $breadcrumbs パンくず

============================================================================*/
.breadcrumbs {
  font-size: 81.25%; /*13px*/
  line-height: 1.5;
  padding: 25px 15px 35px;
}

/* ホーム */
.breadcrumbs li:first-child a {
  padding-left: 23px;
}

/* 右矢印 */
.breadcrumbs li+li {
  padding-left: 20px;
}
.breadcrumbs li+li:before {
  left: 4px;
}

/*============================================================================

  $title

============================================================================*/
/* h1 */
.h1_wrapper h1 {
  font-size: 125%; /*20px*/
}

/* h2 */
.h2_wrapper {
  margin-bottom: 30px;
}
.h2_wrapper .en_title {
  font-size: 250%; /*40px*/
}
.h2_wrapper h2 {
  color: #555;
  font-size: 112.5%; /*18px*/
}

/* h3 */
.h3_wrapper {
  line-height: 1.5;
}
.h3_wrapper .layout_quattroline_border {
  margin: 14px auto 0;
}

#contents .h3_wrapper {
  margin: 60px auto 30px;
}
#contents .h3_wrapper h3 {
  color: #555;
  font-size: 106.25%; /*17px*/
}

/* h4 */
h4.tit01 {
  color: #555;
  font-size: 93.75%; /*15px*/
  padding: 10px;
  margin-bottom: 25px;
}

/*============================================================================

  $btn

============================================================================*/
.btn_01 a:hover {
  color: #5ec1ef;
  background-color: inherit;
  transition: none;
}
.btn_01 a:hover:after {
  background-image: url("../images/ico_arrow_cyan.png") !important;
  transition: none;
}

/* color_gold */
.btn_01.btn_color_gold a:hover {
  color: #cfb683;
  background-color: inherit;
}
.btn_01.btn_color_gold a:hover:after {
  background-image: url("../images/ico_arrow_gold.png")  !important;
}

/*============================================================================

  $schedule

============================================================================*/
.schedule table {
  font-size: 75%; /*12px*/
  margin-bottom: 15px;
}
.schedule table th,
.schedule table td {
  height: 40px;
}
.schedule tbody th {
  text-align: center;
  padding: 0 7px;
}
.schedule tbody td {
  padding: 0 7px;
}
.schedule_note {
  font-size: 75%; /*12px*/
  flex-direction: column;
}
.schedule_note li+li {
  margin-top: 5px;
}
.schedule_note li+li:before {
  content: none;
}
.schedule_closure {
  font-size: 75%; /*12px*/
  text-align: left;
}

/*==================================================================

  $contents

==================================================================*/
main {
  margin-top: 124px;
  padding-bottom: 60px;
}
#contents section {
  margin-bottom: 60px;
}
#contents .text {
  font-size: 93.75%; /*15px*/
  margin-bottom: 40px;
}
#contents_left {
  width: 100%;
  float: none;
  margin-bottom: 60px;
}
#contents_left .sec_img {
  margin-bottom: 30px;
}
#contents_left .sec_img img {
  border-radius: 10px;
}
#contents_right {
  width: 100%;
  float: none;
}
#contents_right ul li a:hover {
  background-color: inherit;
  transition: none;
}

/*============================================================================

  $footer

============================================================================*/
footer .flex_wrapper {
  flex-direction: column;
  padding-top: 26px;
}
footer .footer_info {
  width: 100%;
  margin: 0 0 20px;
}
footer .footer_logo {
  width: 130px;
  height: 90px;
  margin-bottom: 22px;
}
footer .footer_logo a:hover {
  opacity: 1;
}
footer .contact_tel {
  display: block;
  margin-bottom: 25px;
}
footer .contact_tel dl {
  display: table;
  margin: 0 auto;
}
footer .contact_tel dt {
  display: block;
  line-height: 1;
  padding: 0;
  margin-bottom: 5px;
}
footer .contact_tel dd {
  display: block;
  font-size: 175%; /*28px*/
}
footer .contact_tel dd span {
  font-size: 82%; /*23px*/
  margin: 0 4px 0 3px;
}
footer address {
  font-size: 93.75%; /*15px*/
}
footer address dl {
  display: block;
}
footer address dt {
  width: 100%;
  display: block;
  line-height: 1.5;
  padding: 8px 15px;
}
footer address dt .dt_wrapper {
  width: auto;
  display: block;
  letter-spacing: 0.05em;
}
footer address dd {
  display: block;
  line-height: 1.5;
  padding: 12px 15px;
}
footer .footer_access {
  width: 100%;
}
footer .footer_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 80%;
}
footer .footer_map iframe {
  position: absolute;
  top: 0;
  left: 0;
}
footer .access_info {
  padding: 20px 0;
  font-size: 87.5%; /*14px*/
}
footer .access_info ul li {
  text-indent: -20px;
  margin-left: 20px;
  line-height: 1.75;
}
footer .access_info ul li span {
  width: 14px;
  margin-left: 6px;
}

/* ページトップ */
.pagetop {
  right: 15px;
  border-radius: 5px 5px 0 0;
}
.pagetop:hover {
  background-color: #5ec1ef;
  transition: none;
}

/* コピーライト */
footer .copyright {
  text-align: left;
  margin: 20px 0 16px;
}

/*============================================================================

  $doctor 医師紹介

============================================================================*/
/* ご挨拶 */
.doctor_greeting .flex_wrapper {
  flex-direction: column;
}
.doctor_greeting .doctor_img {
  order: 1;
  margin: 0 0 20px;
}
.doctor_greeting .doctor_img dd {
  color: #555;
  font-size: 93.75%; /*15px*/
}
.doctor_greeting .text {
  order: 2;
}

/* プロフィール */
.doctor_carr .flex_wrapper {
  flex-direction: column;
  margin: 0;
}
.doctor_carr article {
  width: 100%;
  padding: 0 15px 30px;
}
.doctor_carr article+article {
  margin-top: 30px;
}
.doctor_carr article .h3_wrapper {
  margin: 35px auto 10px !important;
}
.doctor_biography dl {
  display: block;
  padding: 15px 0;
  font-size: 93.75%; /*15px*/
}
.doctor_biography dt,
.doctor_biography dd {
  display: block;
  padding: 0;
}
.doctor_biography dt {
  width: 100%;
}
.doctor_affiliation ul li {
  font-size: 93.75%; /*15px*/
  padding: 15px 0;
}
.doctors-file-img{
	text-align: center;
}
/*============================================================================

  $clinkc クリニック紹介

============================================================================*/
/* クリニック概要 */
.page_clinic .clinic_summary {
  width: 100%;
  margin: 0 auto;
}
.page_clinic .clinic_summary .h2_wrapper {
  margin-bottom: 30px;
}
.page_clinic .clinic_summary ul {
  border-top: 1px dashed;
  font-size: 93.75%; /*15px*/
}
.page_clinic .clinic_summary li {
  padding: 15px 0;
}
.page_clinic .clinic_summary dl {
  flex-direction: column;
}
.page_clinic .clinic_summary dt {
  color: #555;
  width: 100%;
  padding-bottom: 5px;
}

/* 院内スライド */
.clinic_slides1 .flexslider {
  float: none;
  width: 100%;
}
.clinic_slides1 .flexslider li div {
  display: block;
  text-align: center;
  margin: 0;
}
.clinic_slides1 .flexslider p {
  display: block;
  padding: 15px 0;
  font-weight: normal;
}
.clinic_slides1 .flex-control-nav.flex-control-thumbs {
  position: inherit;
  right: inherit;
  top: inherit;
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.clinic_slides1 .flex-control-thumbs li {
  width: 18%;
  margin: 0 0 0 2.5%;
}
.clinic_slides1 .flex-control-thumbs li:nth-child(5n+1) {
  margin-left: 0;
}
.clinic_slides1 .flex-control-thumbs img {
  border: 3px solid #e0e0e0;
}

/* 設備紹介 */
.facilities_list {
  flex-direction: column;
}
.facilities_list dl+dl {
  margin-top: 25px !important;
}
.facilities_list dl {
  width: 100%;
  margin-left: 0;
}
.facilities_list dd {
  font-size: 93.75%; /*15px*/
}

/*============================================================================

  $feature 当院の特徴

============================================================================*/
.feature_concept .text {
  line-height: 1.9 !important;
}

/* かざま歯科の5つの特徴 (common) */
.features_list li {
  width: 100%;
  height: auto;
  position: inherit;
}
.features_list .text_box_wrapper {
  position: inherit;
  bottom: inherit;
  right: inherit;
  width: 100%;
  height: auto;
}
.features_list .text_box_inner .h3_wrapper {
  padding-top: 25px !important;
}
.features_list .text_box_inner .text {
  font-size: 87.5% !important; /*14px*/
  padding-bottom: 25px;
}

/* 当院の特徴ページのみ */
.page_feature .bg_wrapper {
  padding: 30px 0;
}
.page_feature .features_list {
  flex-direction: column;
}
.page_feature .features_list li+li {
  margin: 30px 0 0 !important;
}

/*============================================================================

  $medical

============================================================================*/
/* 顎関節症 */
.page_medical04 .article_tmd .text .list08 {
  width: 100%;
  margin: 1em 0 0;
  padding-bottom: 6%;
}
.page_medical04 .article_tmd .text+.text {
  margin-top: 1em;
}

/* インプラント */
.page_medical04 #sec02 .list03 {
  padding: 1.5em 15px;
}

/*==================================================================

  $information アクセス・お知らせ

==================================================================*/
#access .fa, #access .fas {
  color: #555;
}
#access .access_map {
  text-align: left;
}
#access .access_map dt {
  display: table;
  margin: 0 auto 12px;
  font-size: 93.75%; /*15px*/
}
#access .access_map dd img {
  border-width: 2px;
}
#access .btn_01 {
  width: 250px;
}
#access .btn_01.googlemap {
  width: 250px;
  margin: 30px auto;
}
#access .access_info {
  padding: 35px 10px 30px;
}
#access .access_info dl {
  padding-bottom: 20px;
}
#access .access_info dt {
  color: #555;
  margin-bottom: 15px;
}
#access .access_info dd {
  font-size: 87.5%; /*14px*/
  line-height: 1.8;
}
#access .access_route ol {
  flex-direction: column;
}
#access .access_route ol li {
  width: 100%;
}
#access .access_route ol li+li {
  margin: 30px 0 0 !important;
}
#access .access_route ol li dt {
  margin-bottom: 0;
}
#access .access_route ol li dt img {
  width: 100%;
}
#access .access_route ol li dd {
  font-size: 93.75%; /*15px*/
  padding: 15px;
}

/*==================================================================

  $共通

==================================================================*/
/*チェック*/
.list08 {
  padding: 6%;
  margin-bottom: 40px;
}
.list08 li {
  float: none;
  margin: 0 0 15px;
  padding: 0 0 10px 28px;
}
.list08 li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.list08 li:before {
  left: 0;
}

/* 画像を右寄せ　※画像サイズはhtmlで調整 */
.img_fr {
  float: none;
  margin: 0;
}
.img_fr img {
  width: 200px;
  height: auto;
}
/* 画像を左寄せ　※画像サイズはhtmlで調整 */
.img_fl {
  float: none;
  margin: 0;
}
.img_fl img {
  width: 200px;
  height: auto;
}

/*==================================================================

  $layout

==================================================================*/
/* 1つ並びのレイアウト。画像は無し、左にタイトル、右に文章 */
.layout01 dl {
  display: block;
}
.layout01 dt,
.layout01 dd {
  display: block;
}
.layout01 dt {
  width: 100%;
  padding: 2% 0;
  font-size: 93.75%; /*15px*/
  line-height: 1.5;
}
.layout01 dt em {
  font-size: 173%; /*26px*/
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章 */
.layout03 dl {
  display: block;
}
.layout03 dt,
.layout03 dd {
  display: block;
  width: 100%;
}
.layout03 dt {
  padding: 0;
}
.layout03 dt img {
  width: auto;
  height: 150px;
  padding: 10px;
}
.layout03 dd {
  padding: 10px;
}

/* 1つ並びのレイアウト。画像が左、右にタイトル、タイトル下に文章、タイトルと文章のエリア(dd)は背景色が別の色 */
.layout04 dl {
  display: block;
}
.layout04 dt,
.layout04 dd {
  display: block;
}
.layout04 dt {
  width: 100%;
  padding: 0 0 2%;
}
.layout04 dd {
  width: 100%;
  padding: 5px 15px 10px;
}

/* 1つ並びで3列に区切られたレイアウト。画像が左、画像の下にタイトル、右に文章 */
.layout05 dl {
  display: block;
  padding: 2% 2% 0;
}
.layout05 dt,
.layout05 dd {
  display: block;
}
.layout05 dt {
  width: 100%;
  padding: 10px 0;
}
.layout05 dt img {
  width: 200px;
  padding-bottom: 0;
}
.layout05 dt span {
  color: #555;
  display: block;
  font-weight: 600;
  padding-top: 5px;
}
.layout05 dd {
  padding: 1em 10px;
}
.layout05 dd:nth-child(2) {
  width: 100%;
}
.layout05 dd:nth-child(3) {
  width: 100%;
  border: none;
  padding-top: 0;
}
.layout05 dd .title {
  color: #555;
}
.layout05_facility dl {
	padding: 20px 0 10px;
}
.layout05_facility dt {
	padding: 0 0 10px;
}
.layout05_facility strong {
	display: block;
	margin-top: 10px;
}
.layout05_facility dt img {
	width: 100%;
}
/* 1つ並びで3列に区切られたレイアウト。左がタイトル、真ん中と右に文章 */
.layout06 dl {
  display: block;
  padding-bottom: 0;
  border: 1px solid #e2e2e2;
}
.layout06 dl+dl {
  margin-top: 25px;
}
.layout06 dl:before,
.layout06 dl:last-child:after {
  content: none;
}
.layout06 dt,
.layout06 dd {
  display: block;
}
.layout06 dt {
  color: #555;
  width: 100%;
  padding: 2% 0;
}
/* 数字 */
.layout06 dd {
  width: 100%;
  padding: 1em 3%;
}
.layout06 dd:nth-child(3) {
  border: none;
  padding-top: 0;
}
.layout06 dd .title {
  color: #555;
}

/*==================================================================

　$news

==================================================================*/
.page_information .news_text li {
  padding: 0 0 30px;
}
.page_information .news_text .date {
  padding-top: 30px;
}
.page_information .news_text .title {
  color: #555;
  font-size: 100%; /*16px*/
}
.page_information .news_text dd {
  font-size: 93.75%; /*15px*/
}
.tb03 th,
.tb03 td {
	display: block;
	width: 100%;
}
.list06 {
	padding: 20px 15px 15px 20px;
}
.sp_inline {
	display: inline;
}