@charset "utf-8";
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  color: #111;
  font-family: 'Noto Sans JP', sans-serif;
  word-wrap: break-word;
  height: 100%;
  font-size: 100%;
}
.font_mincho {
  font-family: 'Noto Serif JP', serif;
}
section, article {
  display: block;
}
img {
  vertical-align: top;
  width: 100%;
  height: auto;
}
a img {
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover img {
  opacity: 0.7;
}
img[src$=".svg"] {
  width: 100%;
}
li {
  list-style-type: none;
}
a {
  color: #111;
  -webkit-transition: 0.2s linear;
  -moz-transition: 0.2s linear;
  transition: 0.2s linear;
}
a:hover {
  color: #000;
  text-decoration: none;
}
table {
  border-collapse: collapse;
}
table td {
  border-collapse: collapse;
}
.clfix:after {
  content: ".";
  display: block;
  height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
.pc_center {
  text-align: center;
}
.pc {
  display: block;
}
.sp {
  display: none;
}
.none {
  display: none !important;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
/*=======================================================================
フォント
=======================================================================*/
.center {
  text-align: center;
}
.left {
  text-align: left;
}
.txt_right {
  text-align: right;
}
.big {
  font-size: 400% !important;
}
.large {
  font-size: 240% !important;
}
.middle {
  font-size: 120% !important;
}
.middle02 {
  font-size: 106% !important;
}
.small {
  font-size: 60% !important;
}
.small02 {
  font-size: 80% !important;
}
.bold {
  font-weight: bold;
}
ol.normal li {
  margin-left: 24px;
  list-style-type: decimal
}
ul.normal li {
  margin-left: 24px;
  list-style-type: disc;
}
.s25 {
  font-size: clamp(1.25rem, 1.188rem + 0.31vw, 1.563rem);
}
.gray {
  color: #666;
}
/*=======================================================================
余白
=======================================================================*/
.mab8 {
  margin-bottom: 8px;
}
.mab16 {
  margin-bottom: 16px;
}
.mab24 {
  margin-bottom: 24px;
}
.mab32 {
  margin-bottom: 32px;
}
.mab40 {
  margin-bottom: 40px;
}
.mab48 {
  margin-bottom: 48px;
}
.mab60 {
  margin-bottom: 60px;
}
.mab80 {
  margin-bottom: 80px;
}
.pa20 {
  padding: 0 20px;
}
.pa1pa {
  padding: 1%;
}
.pa4pa {
  padding: 4%;
}
.pab16 {
  padding-bottom: 16px;
}
.mal16 {
  margin-left: 16px;
}
.marl-auto {
  margin-left: auto;
  margin-right: auto;
}
.ma30 {
  margin: 30px;
}
/*=======================================================================
table
=======================================================================*/
table {
  border-top: 1px solid #95a9c4;
  border-left: 1px solid #95a9c4;
}
table th, table td {
  text-align: center;
  border-bottom: 1px solid #95a9c4;
  border-right: 1px solid #95a9c4;
  padding: 1%;
  background: #fff;
}
/*=======================================================================
header
=======================================================================*/
header {
  width: 100%;
  position: fixed;
  z-index: 300;
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.9);
}
header.fixed {
  background-color: #fff;
  background: rgba(255, 255, 255, 0.9);
}
header h1 a img {
  display: block;
  position: absolute;
}
#g-navi ul li a.ac_menu {
  cursor: pointer;
  overflow: hidden;
}
/*=======================================================================
パンくず
=======================================================================*/
.breadcrumbs {
  background-color: #95a9c4;
  font-size: 87.5%;
  line-height: 30px;
  color: #EEE;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}
.breadcrumbs ul {
  width: 96%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}
.breadcrumbs li {
  display: inline-block;
}
.breadcrumbs li a {
  text-decoration: none;
  color: #DDD;
}
.breadcrumbs li a::after {
  content: ">";
  padding-left: 10px;
  padding-right: 10px;
}
.breadcrumbs li a:hover {
  color: #fff;
}
.breadcrumbs li i {
  padding-right: 5px;
}
/*=======================================================================
グローバルメニュー
=======================================================================*/
#gbtn {
  display: block;
  width: 80px;
  height: 80px;
  text-align: center;
  position: fixed;
  z-index: 5000;
  top: 20px;
  right: 40px;
  cursor: pointer;
  background: #ec6d88;
  line-height: 80px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
}
#gbtn:hover {
  cursor: pointer;
  color: #fff;
}
#g-navi {
  position: fixed;
  top: 0;
  right: -120%;
  width: 100%;
  height: 100vh;
  overflow: auto;
  z-index: 3000;
  background: url("../img/back.jpg") no-repeat;
  background-size: cover;
  /*display: none;*/
  padding-left: 50%;
  transition: all 1.2s;
}
#g-navi ul {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: column;
  flex-flow: column;
  -webkit-justify-content: center;
  justify-content: center;
  min-height: 100%;
  background: #fff;
  padding: 10%;
}
#g-navi ul li a {
  color: #111;
  text-decoration: none;
  display: block;
  padding: 12px 0;
  line-height: 20px;
  font-size: 100%;
  font-weight: bold;
  letter-spacing: 1px;
  border-bottom: 1px solid #f19ca6;
  margin-bottom: 16px;
}
#g-navi ul li a i {
  color: #f19ca6;
}
#g-navi ul li a:hover {
  color: #ec6d88;
  background: rgba(241, 156, 166, 0.08);
}
.ac_list ul {
  -webkit-justify-content: space-between !important;
  justify-content: space-between !important;
  -webkit-flex-flow: wrap !important;
  flex-flow: wrap !important;
  padding: 0 !important;
}
.ac_list ul li {
  width: 30%;
  text-align: center;
}
.ac_list .flex2-2 li {
  width: 48%;
}
.ac_list ul li a {
  border: 1px solid #f19ca6;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin-bottom: 8px !important;
}
/*============ オリジナルナビ*/
#g-navi.panelactive {
  right: 0;
}
#g-navi.panelactive #g-nav-list {
  position: fixed;
  z-index: 999;
  width: 50vw;
  height: 100vh;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  background: #fff;
}
#g-nav-list {
  height: 100vh;
}
/*=======================================================================
コンテンツ
=======================================================================*/
.content {
  width: 100%;
  color: #111;
}
.bg_01 {
  background: rgba(149, 169, 196, 0.1);
}
.bg_02 {
  background: #f4f0f0;
}
.cont_wrap {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 48px 0;
}
.cont_wrap02 {
  max-width: 1600px;
  width: 96%;
  margin: auto;
  padding: 48px 0;
}
.cont_wrap03 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
  padding: 0;
}
#sub_top {
  background-color: #efefef;
  background-repeat: no-repeat;
  background-size: contain;
  height: 400px;
  line-height: 30px;
  padding-top: 250px;
  width: 100%;
  text-align: center;
  font-weight: bold;
  color: #111;
  font-size: 212.5%;
  letter-spacing: 0.1em;
}
#index_top {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index_top #top_catch {
  width: calc(100vw - 100px);
  padding-top: 40%;
  position: relative;
  z-index: 1;
  background: url("../img/main.webp") no-repeat center bottom;
}
#index_top #top_catch div {
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 30px;
}
#index_top #top_catch h2 {
  font-size: clamp(1.875rem, 1.5rem + 1.88vw, 3.75rem);
  font-weight: bold;
  color: #111;
  -moz-text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.98);
  -webkit-text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.98);
  -ms-text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.98);
  text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.98);
}
#index_top #top_catch p {
  font-size: 93.8%;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 2.4;
}
.content h2 {
  font-size: 125%;
  line-height: 1.6;
  margin-bottom: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #111;
  text-align: center;
  padding-top: 30px;
  padding-right: 10px;
  padding-bottom: 30px;
  padding-left: 10px;
  clear: both;
}
.content h2 span {
  font-size: clamp(1.75rem, 1.65rem + 0.5vw, 2.25rem);
  font-weight: bold;
  letter-spacing: 0.1em;
}
.bg_01 h2 span {
  color: #95a9c4;
}
.bg_02 h2 span {
  color: #f19ca6;
}
.obi_001 h2 span {
  color: #5f5f5f;
}
.content h2 span.small {
  font-size: 112.5%;
  font-weight: normal;
  color: #555;
}
.content h3 {
  font-size: 150%;
  line-height: 30px;
  margin-bottom: 30px;
  position: relative;
  margin-top: 30px;
  padding-top: 15px;
  padding-right: 10px;
  padding-bottom: 15px;
  padding-left: 44px;
  font-weight: normal;
  color: #2E94AD;
  clear: both;
  letter-spacing: 0.05em;
}
.content h3::after {
  display: block;
  width: 3px;
  height: 20px;
  position: absolute;
  top: 20px;
  left: 20px;
  background-color: #82CCD5;
  content: '';
}
.content h3 span {
  font-size: 93.8%;
  color: #555;
  padding-left: 15px;
}
.content h4 {
  font-size: 125%;
  color: #597E84;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #ADC4C7;
  letter-spacing: 0.1em;
  padding: 10px;
  font-weight: bold;
  clear: both;
  margin-top: 20px;
  margin-right: 30px;
  margin-bottom: 20px;
  margin-left: 30px;
}
/*=============================================
TOP NEWS
=============================================*/
.news {
  padding-bottom: 50px;
}
.content .news div {
  color: #333;
  line-height: 30px;
  padding: 20px 0;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #999;
  text-decoration: none;
}
.content .news div dt {
  padding-right: 20px;
  color: #888;
  width: 20%;
}
.content .news div dd {
  width: 80%;
}
.news table {
  width: 100%;
}
.news table th {
  background: rgba(149, 169, 196, 0.4);
}
.news .closed {
  color: darkred;
  font-weight: bold;
}
/*=============================================
ボタン
=============================================*/
.btn_cnt a {
  color: #fff;
  text-align: center;
  text-decoration: none;
  display: block;
  width: 240px;
  background-color: #ec6d88;
  margin-top: 20px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  line-height: 22px;
  padding-top: 10px;
  padding-bottom: 10px;
  clear: both;
  font-weight: bold;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.btn_cnt a i {
  padding-right: 10px;
}
.btn_cnt a:hover {
  color: #ec6d88;
  background-color: #fff;
}
.btn_cnt.rt a {
  float: right;
  max-width: 220px;
  margin-right: 10px;
}
/*=============================================
先頭へ戻る
=============================================*/
.to_top {
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 800;
}
.to_top a {
  text-decoration: none;
  text-align: center;
  display: block;
  width: 60px;
  height: 60px;
  background: #95a9c4;
  color: #fff;
  font-size: 200%;
  line-height: 60px
}
.to_top a:hover {
  background: #95a9c4;
  color: #fff;
}
/*=======================================================================
footer
=======================================================================*/
footer {
  background-color: rgba(237, 218, 218, 0.2);
  color: #345;
  clear: both;
  width: 100%;
  display: block;
  padding-top: 20px;
  border-bottom-width: 60px;
  border-bottom-style: solid;
  border-bottom-color: rgba(237, 218, 218, 0.6);
}
footer ul {
  list-style-type: none !important;
}
footer ul li a {
  display: block;
  text-decoration: none;
  border-bottom: 1px dotted #f19ca6;
  padding: 1% 0;
}
footer ul li a:hover {
  color: #f19ca6;
}
footer ul li a i {
  color: #f19ca6;
}
footer ul li ul li {
  width: 100% !important;
}
footer ul li ul li a {
  padding-left: 8px;
}
footer ul li ul li a:before {
  content: "└";
  margin-right: 8px;
}
footer p {
  font-size: 75%;
  padding-bottom: 24px;
}
footer .foot_last {
  border-top: 1px solid rgb(241, 156, 166);
  margin-top: 24px;
  padding-top: 16px;
}
@media screen and (min-width : 641px) {
  footer p {
    margin-bottom: -35px;
    padding-bottom: 0;
  }
}
/*
コンテンツボックス
-------------------------------------------*/
.box_cont {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
}
.box_cont .box_c_in {
  width: 48%;
  min-height: 200px;
  padding: 10px;
  border: 1px solid #CFDEE0;
  margin-bottom: 30px;
}
.box_cont .box_c_in:hover {
  background-color: #fff;
  border-top-color: #1BD;
  border-right-color: #1BD;
  border-bottom-color: #1BD;
  border-left-color: #1BD;
}
.box_cont .box_c_in img {
  max-width: 100%;
  padding: 20px;
}
.content .box_cont .box_c_in h2 {
  padding-bottom: 10px;
  font-size: 150%;
  border-bottom-width: 1px;
  border-bottom-color: #CCC;
  padding-top: 10px;
}
/*
背景入り帯
-------------------------------------------*/
.obi_001 {
  background-image: url(../img/clinic.webp);
  background-repeat: no-repeat;
  text-align: center;
  padding: 10% 20px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  color: #111;
}
.content .obi_001 h2 {
  font-weight: bold;
  color: #111;
  border-bottom: none;
  padding-bottom: 0px;
}
.obi_001 p {
  line-height: 1.6;
}
.obi_002 {
  width: 100%;
  height: auto;
  padding: 10% 0;
  position: relative;
}
.obi_002 .box_in {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
  color: #111;
}
.obi_002 h2 img {
  width: 80%;
  max-width: 320px !important;
  margin: 0 auto 16px auto;
  display: block;
}
.obi_002 p {
  line-height: 2;
  font-weight: bold;
}
/*=======================================================================
SNS
=======================================================================*/
.h_sns {
  padding: 6px;
  position: fixed;
  bottom: 240px;
  right: 0px;
  background-color: rgba(240, 155, 165, 0.8);
  -webkit-border-radius: 8px 0px 0px 8px;
  -moz-border-radius: 8px 0px 0px 8px;
  border-radius: 8px 0px 0px 8px;
}
.h_sns li a {
  display: block;
  padding: 9px 16px;
  color: #fff;
  line-height: 30px;
  width: 60px;
  text-align: center;
  text-decoration: none;
  font-size: 112.5%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.h_sns li a:hover {
  /*background-color: #fff;
  color: rgba(240, 155, 165, 0.8);*/
}
.h_sns li a i {
  font-size: 200%;
}
/*
エフェクト
-------------------------------------------*/
.effect {
  opacity: 0;
  filter: alpha(opacity=0);
  -ms-filter: "alpha( opacity=0 )";
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: 1.0s ease-out;
  -moz-transition: 1.0s ease-out;
  transition: 1.0s ease-out;
}
.effect.d_02 {
  transition-delay: 0.2s;
  -webkit-transition-delay: 0.2s;
}
.effect.d_04 {
  transition-delay: 0.4s;
  -webkit-transition-delay: 0.4s;
}
.effect.d_06 {
  transition-delay: 0.6s;
  -webkit-transition-delay: 0.6s;
}
.effect.d_08 {
  transition-delay: 0.8s;
  -webkit-transition-delay: 0.8s;
}
.effect.start {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha( opacity=100 )";
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px);
}
/*
パララックス
-------------------------------------------*/
.obi_002 .box_in p a.tel {
  font-size: 150%;
  text-decoration: none;
  line-height: 1.2;
}
.obi_002 .box_in p a.tel strong {
  padding-left: 10px;
  font-size: 150%;
}
.content .box_att {
  margin-top: 30px;
}
.content .box_att h2 {
  font-weight: normal;
  font-size: 150%;
  color: #3EADBD;
  padding: 15px;
  border-bottom-color: #8ED1DB;
}
.content .box_att p {
  font-size: 87.5%;
  margin: 0px;
  color: #328B98;
}
/*============================================= add =============*/
/*top*/
.top_bn {
  max-width: 640px;
  height: auto;
}
#top_scroll_down {
  display: block;
  position: absolute;
  left: 70px;
  bottom: 50px;
  z-index: 2;
  padding: 10px 10px 110px;
  overflow: hidden;
  color: #fff;
  font-size: 87.5%;
  line-height: 1.5em;
  text-transform: uppercase;
  text-decoration: none;
  writing-mode: vertical-lr;
}
#top_scroll_down::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(255, 255, 255, .4);
}
#top_scroll_down::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 1px;
  height: 100px;
  background: rgba(236, 109, 136, 1);
  animation: sdl 3s cubic-bezier(1, 0, 0, 1) infinite;
}
@keyframes sdl {
  0% {
    transform: scale(1, 0);
    transform-origin: 0 0;
  }
  50% {
    transform: scale(1, 1);
    transform-origin: 0 0;
  }
  50.1% {
    transform: scale(1, 1);
    transform-origin: 0 100%;
  }
  100% {
    transform: scale(1, 0);
    transform-origin: 0 100%;
  }
}
.mt_menu li {
  border: 1px solid #fff;
  margin-bottom: 24px;
  text-align: center;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  height: 100%;
  pointer-events: none;
}
.mt_menu li:hover {
  border: 1px solid #ec6d88;
  transition: all 2s;
}
.mt_menu li span {
  display: block;
}
.mt_menu li .card-link {
  pointer-events: auto;
}
.mt_menu li img {
  max-width: 100px !important;
}
.card {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  flex-basis: 48%;
  padding: 4%;
  word-wrap: break-word;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  color: #454545;
  z-index: 0;
}
.card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: radial-gradient(circle farthest-corner at 10% 20%, rgba(255, 255, 255, 0.8) 0%, rgba(237, 218, 218, 0.8) 90%);
  content: '';
  z-index: -1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}
.card-link {
  padding: 0.5rem;
  color: #ec6d88;
  background: #fff;
  text-decoration: none;
  transition: all .5s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-weight: bold;
}
.card-title {
  font-size: 112.5%;
  font-weight: bold;
  margin: 0 !important;
  padding: 0 !important;
}
.card-description p {
  font-size: 93.8%;
  margin: 0 0 8px 0 !important;
  padding: 0 4% !important;
  text-align: left;
}
.card-link:hover {
  background-color: #ec6d88;
  color: #fff;
}
.card-link:hover ~ .card-description {
  max-height: 500px;
  transition: all 1.5s;
}
/*============ 診療内容*/
.icon {
  max-width: 100px !important;
  height: auto;
  border-radius: 50%;
  background: #fff;
  padding: 8px;
}
.treatment h2 {
  padding: 8px;
}
/*============ モーダル*/
.hide-area {
  display: none;
}
.modaal-close:after, .modaal-close:before {
  background: #ccc;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666;
}
.modaal-overlay {
  background: rgb(149, 169, 196) !important;
  opacity: 1 !important;
}
.modaal-close:focus:after, .modaal-close:focus:before, .modaal-close:hover:after, .modaal-close:hover:before {
  background: #666 !important;
}
/*============ ふきだし*/
.arrow_box {
  position: relative;
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  font-size: 125%;
  text-align: center;
  padding: 8px;
}
.arrow_box:after, .arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: "";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.arrow_box:after {
  border-color: rgba(238, 238, 238, 0);
  border-top-color: #fff;
  border-width: 8px;
  margin-left: -8px;
}
.arrow_box:before {
  border-color: rgba(204, 204, 204, 0);
  border-top-color: #ccc;
  border-width: 9px;
  margin-left: -9px;
}
/*============ ページの先頭*/
#page-top {
  position: fixed;
  bottom: 0;
  right: 0;
  font-size: 150%;
  z-index: 999;
  line-height: 60px;
}
#page-top a {
  color: #fff;
  background: #95a9c4;
  display: block;
  padding: 0 20px;
  text-decoration: none;
}
/*============ フェードイン*/
.effect {
  opacity: 0;
  transform: translate(0, 10%);
  transition: 1.2s;
}
.effect.is-show {
  transform: translate(0, 0);
  opacity: 1;
}
/*============ 設備紹介*/
.facility, .glassbox {
  background-color: rgba(255, 255, 255, 0.4);
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-right-color: rgba(255, 255, 255, 0.3);
  border-bottom-color: rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 20px rgba(255, 255, 255, 0.6);
  padding: 40px;
}
.fas_ul:after {
  content: "";
  display: block;
  width: 32%;
}
.fa-caption {
  top: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.7);
  width: 240px;
  min-height: 80px;
}
.fa-caption span {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
@media screen and (min-width:1280px) and (max-width:1919px) {
  .adjustment {
    font-size: 2vw !important;
  }
}
/*============ ドクター紹介*/
.note {
  background: linear-gradient(rgba(0, 0, 0, 0.1) 1px, transparent 1px) transparent;
  background-size: auto 2em;
  line-height: 2em;
}
.note_under {
  border-bottom: 1px solid rgba(0, 0, 0, 0);
}
.ko_ti {
  position: relative;
  color: #fff;
  -moz-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -webkit-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  -ms-text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.6);
  background: -webkit-linear-gradient(to right, rgba(149, 169, 196, 0.5), rgba(241, 156, 166, 0.5));
  background: linear-gradient(to right, rgba(149, 169, 196, 0.5), rgba(241, 156, 166, 0.5));
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  font-size: 112.5%;
}
.ko_ti:before {
  font-family: "Font Awesome 5 Free";
  content: "\f007";
  font-weight: 900;
  position: absolute;
  left: 0.5em;
}
.name {
  font-family: 'Poiret One', cursive;
  font-size: 200%;
  right: 0;
  bottom: -60px;
  font-weight: bold;
}
.name:before {
  display: block;
  content: "";
  width: 1px;
  height: 80px;
  position: absolute;
  bottom: 40px;
  right: 20px;
  background: #fff;
}
.name01 {
  color: rgba(149, 169, 196, 0.5);
}
.name02 {
  color: rgba(241, 156, 166, 0.5);
}
.profile_img01, .img_blue {
  box-shadow: 16px 16px 0 rgba(149, 169, 196, 0.5);
}
.profile_img02, .img_pink {
  box-shadow: 16px 16px 0 rgba(241, 156, 166, 0.5);
}
/*============ なお歯科クリニックとは*/
.concept_txt {
  width: 100% !important;
  padding: 20% 0;
  background: url("../img/back02.jpg") no-repeat;
  background-size: cover;
}
.concept_txt p {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}
.concept_back {
  background-image: url("../img/back02.jpg");
  background-repeat: no-repeat;
  text-align: center;
  padding: 10% 20px;
  background-size: cover;
  background-attachment: fixed;
  background-position: center bottom;
  color: #111;
}
/*=======================================================================
641～（暫定）
=======================================================================*/
@media screen and (min-width:641px) {}
/*=======================================================================
768～
=======================================================================*/
@media screen and (min-width:768px) {
  /*========== flex用*/
  .flex {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex2 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
  }
  .flex3 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex4 {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  .reverse {
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .fd {
    flex-direction: row-reverse
  }
  .list2 li {
    width: 50%;
  }
  .list2-2 li, .list2-2 div {
    width: 49%;
  }
  .list2-3 li {
    width: 49.5%;
  }
  .list2-4 li {
    width: 48.5%;
  }
  .list3 li, .list3-2 li {
    width: 32%;
  }
  .list3 li ul li {
    width: 100%;
  }
  .list3-2 li ul.list2-2 li {
    width: 49%;
  }
  .list4 li {
    width: 23%;
  }
  .list5 li {
    width: 18%;
  }
  .w38 {
    width: 38%;
  }
  .w48 {
    width: 48%;
  }
  .w60 {
    width: 60%;
  }
  /*============ なお歯科クリニックとは*/
  .concept_box div {
    width: calc(100% / 3);
  }
}
/*=======================================================================
961～
=======================================================================*/
@media screen and (min-width:961px) {
  header {
    height: 120px;
  }
  header h1 a img {
    top: 40px;
    left: 40px;
    max-width: 300px;
  }
  #index_top {
    padding-top: 120px;
  }
  #index_top #top_catch {
    margin-bottom: 5vw;
  }
  #sub_top {
    background-image: url(../img/title.jpg);
    background-position: bottom right;
  }
}
/*=======================================================================
～1600
=======================================================================*/
@media screen and (max-width:1600px) {
  #index_top #top_catch {
    padding-top: 45%;
  }
}
/*=======================================================================
～960
=======================================================================*/
@media screen and (max-width : 960px) {
  #g-navi {
    padding: 0;
    background: #fff;
  }
  .ac_list ul li {
    width: 100%;
  }
  #g-navi ul li a {
    padding: 4%;
  }
  #g-navi.panelactive #g-nav-list {
    width: 100vw;
  }
  body {
    font-size: 100%;
  }
  body.fixed {
    overflow: hidden;
  }
  img {
    max-width: 100% !important;
    height: auto;
    width /***/ : auto;
    margin-left: auto;
    margin-right: auto;
  }
  .cont_wrap, .obi_002 .box_in {
    max-width: 90%;
    width: 90%;
  }
  .content h4 {
    margin-right: 10px;
    margin-left: 10px;
  }
  /*=======================================================================
header
=======================================================================*/
  header {
    height: 96px;
  }
  header h1 a img {
    top: 36px;
    left: 10px;
    height: 30px;
  }
  #gbtn {
    right: 10px;
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
  header .h_menu {
    display: none;
  }
  header #info {
    display: none;
  }
  #sub_top {
    background-image: url(../img/title_sp.jpg);
    background-position: bottom right;
    background-size: 80%;
  }
  /*=======================================================================
コンテンツ
=======================================================================*/
  #index_top {
    height: auto;
  }
  #index_top #top_catch {
    margin-bottom: 36px;
    background-position: center center;
    margin-top: 120px;
  }
  .top_bn {
    margin-top: 36px;
  }
  #top_scroll_down {
    left: 60px;
    bottom: 20px;
  }
  /*=======================================================================
footer
=======================================================================*/
  footer {
    border-bottom-width: 60px;
  }
  footer .cont_wrap .f_box {
    width: 50%;
    text-align: center;
  }
  footer .cont_wrap .f_box.lg {
    width: 100%;
  }
  .no_sp {
    display: none;
  }
}
/*=======================================================================
～640
=======================================================================*/
@media screen and (max-width:640px) {
  header.fixed {
    height: 70px;
  }
  header.fixed h1 a img {
    top: 16px;
  }
  header.fixed #gbtn {
    top: 6px;
  }
  #g-navi ul {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding: 5% 80px 5% 4%;
  }
  .h_sns {
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flexbox;
    display: -moz-flexbox;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-flex;
    display: flex;
    -webkit-box-lines: multiple;
    -moz-box-lines: multiple;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    top: auto;
    bottom: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    padding-right: 60px;
  }
  .h_sns li a {
    width: 100%;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    font-weight: bold;
  }
  .h_sns li a i {
    font-size: 143.8%;
    vertical-align: middle;
  }
  /*=======================================================================
コンテンツ
=======================================================================*/
  #index_top {
    padding-top: 0;
    height: calc(100% - 25vw);
    max-height: 149vw;
  }
  #index_top #top_catch {
    width: 100%;
    height: 80%;
    margin-top: 120px;
    margin-left: 0px;
    background: url("../img/main_sp.jpg") no-repeat center center;
    background-size: 110%;
  }
  #index_top #top_catch div {
    bottom: 15px;
  }
  #index_top #top_catch p {
    font-size: 75%;
  }
  #sub_top {
    height: 280px;
    padding-top: 170px;
  }
  .top_bn {
    width: 86%;
  }
  .obi_001 {
    padding-left: 10px;
    padding-right: 10px;
  }
  .obi_001 p {
    margin-left: 15px;
    margin-right: 15px;
  }
  .pc_center {
    text-align: left;
  }
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
  input, textarea {
    max-width: 300px !important;
  }
  .content table.table_01 th, .content table.table_01 td {
    width: 100% !important;
    display: block;
  }
  .content table.table_01 th {
    background-color: #F6F6F6;
  }
  #sub_top {
    font-size: 150%;
  }
  .content h2 {
    font-size: 150%;
  }
  .content .obi_001 h2 {
    font-size: 137.5%;
  }
  .content .news div dt, .content .news div dd {
    width: 100%;
  }
  /*============ TOP*/
  #top_scroll_down {
    left: 20px;
    bottom: 0;
  }
  /*============ なお歯科クリニックとは*/
  .concept_txt {
    background: url("../img/back02_sp.jpg") no-repeat;
    background-size: 120%;
  }
}