@charset "UTF-8";
/* Scss Document */
/* =======================================================================

 共通項目
 
======================================================================= */
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*基本フォント*/
/*基本文字色*/
/*基本背景色*/
/*media screen*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: calc(100vw / 32);
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #434343;
  background-color: #ffffff;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #434343;
    background-color: #ffffff;
    margin: 0 auto;
  }
}

.text_small {
    font-size: 75%;
}

/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
section {
  height: auto;
  overflow: hidden;
  margin: 40px 0 0 0;
}
section.first {
  margin: 0 0 0 0;
}
.sentence {
  height: auto;
  overflow: hidden;
}
.adjustment {
  margin: 20px 0 0 0;
}
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}

.mb10{
  margin-bottom: 1rem !important;
}

.cf {
  clear: both;
}

@media screen and (min-width: 768px) {
  body {
    position: relative;
    z-index: 0;
    width: 100%;
    margin: 0 auto;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 40px 0 0 0;
  }
  section.first {
    margin: 0 0 0 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  padding: 0 0 80px 0;
}
.wrapper {
  height: auto;
  width: 100%;
  margin: 40px auto 0 auto;
}
.main {
  width: 96%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 130px 0;
  }
  .wrapper {
    height: auto;
    width: 1080px;
    margin: 40px auto 0 auto;
    padding: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .main {
    width: 775px;
    margin: 0 0 0 40px;
    padding: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside {
  display: none;
}
@media screen and (min-width: 768px) {
  aside {
    width: 265px;
    display: block;
  }
  aside p.aside_title {
    color: #00afec;
    font-size: 2rem;
    border-bottom: #00afec 2px solid;
    padding: 0 0 15px 0;
  }
  aside ul.aside_list {
    list-style-type: none;
    padding: 0;
  }
  aside ul.aside_list li {
    font-size: 1.8rem;
  }
  aside ul.aside_list li a {
    color: #434343;
    border-bottom: #bfbfbf 1px solid;
    text-decoration: none;
    display: block;
    width: 100%;
    padding: 15px 0;
  }
  aside ul.aside_list li a:hover {
    opacity: 0.6;
  }
  aside ul.aside_list li a::before {
    content: ">";
    font-size: 1rem;
    vertical-align: middle;
    margin: 0 5px 0 0;
  }
}
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h2 {
  color: #00afec;
  font-size: 1.5rem;
  margin: 20px 0 12px 0;
  font-weight: normal;
  border-left: #00afec 9px solid;
  border-bottom: #00afec 1px solid;
  padding: 7px 5px;
  box-sizing: border-box;
  line-height: 140%;
}
h2 span {
  display: none;
}
h2.first {
  margin: 0 0 12px 0;
}
h3 {
  color: #434343;
  font-size: 1.4rem;
  margin: 20px 0 12px 0;
  font-weight: normal;
  border-left: #bfbfbf 9px solid;
  border-bottom: #bfbfbf 1px solid;
  padding: 3px 5px;
  box-sizing: border-box;
  line-height: 140%;
}
h3 span {
  display: none;
}
h3.first {
  margin: 0 0 12px 0;
}
h4 {
  color: #626262;
  font-size: 1.4rem;
  margin: 20px 0 12px 0;
  font-weight: normal;
  border-left: #bfbfbf 2px dotted;
  border-bottom: #bfbfbf 2px dotted;
  padding: 3px 5px;
  box-sizing: border-box;
  line-height: 140%;
}
h4 span {
  display: none;
}
h4.first {
  margin: 0 0 12px 0;
}
p {
  font-size: 1.4rem;
  line-height: 160%;
  margin: 0 0 15px 0;
}
@media screen and (min-width: 768px) {
  h2 {
    color: #00afec;
    font-size: 2rem;
    margin: 40px 0 12px 0;
    font-weight: normal;
    border-left: #00afec 9px solid;
    border-bottom: #00afec 2px solid;
    padding: 14px 16px;
    box-sizing: border-box;
    line-height: 140%;
  }
  h2 span {
    display: inline;
    color: #a0a0a0;
    font-size: 1.5rem;
    margin: 0 0 0 10px;
  }
  h2.first {
    margin: 0 0 12px 0;
  }
  h3 {
    color: #434343;
    font-size: 1.8rem;
    margin: 20px 0 12px 0;
    font-weight: normal;
    border-left: #bfbfbf 9px solid;
    border-bottom: #bfbfbf 1px solid;
    padding: 5px 16px;
    box-sizing: border-box;
    line-height: 140%;
  }
  h3 span {
    display: none;
  }
  h3.first {
    margin: 0 0 12px 0;
  }
  h4 {
    color: #626262;
    font-size: 1.7rem;
    margin: 20px 0 12px 0;
    font-weight: normal;
    border-left: #bfbfbf 2px dotted;
    border-bottom: #bfbfbf 2px dotted;
    padding: 5px 16px;
    box-sizing: border-box;
    line-height: 140%;
  }
  h4 span {
    display: none;
  }
  h4.first {
    margin: 0 0 12px 0;
  }
  p {
    font-size: 1.6rem;
    line-height: 160%;
    margin: 0 0 15px 0;
  }
}
/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
.text_bule {
  font-weight: bold;
  color: #0186ec;
}
.text_bule2 {
  font-weight: bold;
  color: #00afec;
}
.text_yellow {
  font-weight: bold;
  color: #efea3a;
}
.bg_lightblue{
	background: #ecf9ff;
}
.bg_yellow{
	background: yellow;
}
.bold{
    font-weight: bold;
}


.waku{
	padding: 10px 10px 0;
}

/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
/*画像右回り込みあり*/
.img_right {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}
.img_right img {
  width: 70%;
  height: auto;
}
/*画像中央*/
.img_center {
  text-align: center;
}
.img_center img {
  width: 90%;
}
/*中央横並び*/
.img_two {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 40px 0;
}
.img_two figure img {
  width: 70%;
  height: auto;
}
/*画像左*/
.img_left {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.img_left div {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_left div img {
  width: 70%;
  height: auto;
  margin: 10px 0;
}
.img_left div a {
  width: 96%;
  margin: 0 0 10px 0;
  display: block;
  font-size: 4vw;
  color: #3676b2;
  text-decoration: none;
}
.img_left p {
  order: 2;
  width: 100%;
  line-height: 160%;
}
@media screen and (min-width: 768px) {
  /*画像右回り込みあり*/
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 250px;
    height: auto;
  }
  /*画像中央*/
  .img_center {
    text-align: center;
  }
  .img_center img {
    width: 70%;
  }
  /*中央横並び*/
  .img_two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 40px 0;
  }
  .img_two figure {
    width: 250px;
  }
  .img_two figure img {
    width: 250px;
    height: auto;
  }
  /*画像左*/
  .img_left {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_left div {
    order: 1;
    width: 250px;
  }
  .img_left div img {
    width: 250px;
    height: auto;
    margin: 0 0 10px 0;
  }
  .img_left p {
    order: 2;
    width: 510px;
    line-height: 160%;
  }
}
/* -----------------------------------------------------------
　リンク
----------------------------------------------------------- */
.text_link {
  text-align: right;
}
.text_link a {
  color: #434343;
}
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list_normal {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0;
}
ul.list_normal li {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
}
ul.list_normal li.tel {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #0a4665;
}
ul.list_normal02 {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 0 20px;
}
ul.list_normal02 li {
  margin: 0 0 0 0;
  padding: 0 0 0 5px;
}

ul.list_num {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 25px;
  box-sizing: border-box;
  width: 100%;
}
@media screen and (min-width: 768px) {
  ul.list_normal {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc;
  }
  ul.list_normal li {
    margin: 0 0 15px 0;
  }
  ul.list_normal li.tel {
    margin: 0 0 15px 0;
    font-size: 2.4rem;
    font-weight: bold;
    color: #0a4665;
  }
  ul.list_normal02 {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc;
  }
  ul.list_normal02 li {
    margin: 0 0 0 20px;
  }

  ul.list_num {
    box-sizing: border-box;
    width: auto;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
    width: auto;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  width: 96%;
  margin: 0 auto 15px auto;
}
.head_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.head_frame .head_logo {
  background-color: #00afec;
  width: 60%;
  margin: 0 auto;
  text-align: center;
  padding: 16px 0 19px 0;
}
.head_frame .head_logo img {
  width: 80%;
  height: auto;
}
.head_frame .head_info {
  width: 100%;
  margin: 15px 0 0 0;
}
.head_frame .head_info .head_info_tel {
  text-align: center;
  font-size: 2.4rem;
}
.head_frame .head_info .head_info_tel i {
  color: #00afec;
}
.head_frame .head_info .head_info_tel a {
  color: #434343;
  text-decoration: none;
}
.head_frame .head_info .head_info_tel .head_reservation {
  background-color: #00afec;
  color: #ffffff;
  width: 90%;
  line-height: 160%;
  text-align: center;
  display: block;
  margin: 10px auto 0 auto;
  font-size: 1.4rem;
  padding: 5px 0;
  text-decoration: none;
}
.head_frame .head_info .head_info_time {
  width: 100%;
  margin: 0 auto;
}
.head_frame .head_info .head_info_time dl {
  font-size: 1.4rem;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 15px 0 0 0;
  line-height: 150%;
}
.head_frame .head_info .head_info_time dl dt {
  width: 33%;
  text-align: center;
}
.head_frame .head_info .head_info_time dl dd {
  width: 67%;
  text-align: right;
}
.head_frame .head_info .head_info_time dl dd span {
  display: none;
}
.head_frame .head_info .head_info_time p {
  font-size: 1.4rem;
  margin: 10px 0 0 0;
}
.head_frame .head_info .main_nav {
  display: none;
}
@media screen and (min-width: 768px) {
  header {
    width: 100%;
    margin: 0 auto;
  }
  .head_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1080px;
    margin: 0 auto;
    height: 195px;
  }
  .head_frame .head_logo {
    background-color: #00afec;
    width: 315px;
    margin: 0;
    text-align: center;
    padding: 26px 0 0 0;
  }
  .head_frame .head_logo img {
    width: 240px;
    height: auto;
  }
  .head_frame .head_info {
    width: 765px;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    height: 115px;
  }
  .head_frame .head_info .head_info_tel {
    text-align: center;
    font-size: 2rem;
    width: 210px;
    padding: 25px 0 0 0;
    box-sizing: border-box;
  }
  .head_frame .head_info .head_info_tel i {
    color: #00afec;
  }
  .head_frame .head_info .head_info_tel .head_reservation {
    background-color: #00afec;
    color: #ffffff;
    width: 190px;
    line-height: 160%;
    text-align: center;
    display: block;
    margin: 10px 0 0 15px;
    font-size: 1.4rem;
    padding: 5px 0;
    text-decoration: none;
    box-sizing: border-box;
  }
  .head_frame .head_info .head_info_time {
    width: 515px;
    margin: 0 0 0 40px;
    box-sizing: border-box;
  }
  .head_frame .head_info .head_info_time dl {
    font-size: 1.5rem;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px 0 0 0;
    line-height: 150%;
  }
  .head_frame .head_info .head_info_time dl dt {
    width: 130px;
    text-align: center;
  }
  .head_frame .head_info .head_info_time dl dd {
    width: 385px;
    text-align: left;
  }
  .head_frame .head_info .head_info_time dl dd span {
    display: inline;
  }
  .head_frame .head_info .head_info_time p {
    font-size: 1.5rem;
    margin: 0 0 0 10px;
  }
  .head_frame .head_info .main_nav {
    display: block;
  }
}
/* -----------------------------------------------------------
 グローバルナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .main_nav_pc {
    display: block;
    width: 100%;
    height: 33px;
  }
  .main_nav_pc ul.main_nav {
    width: 765px;
    margin: 0 auto;
    overflow: hidden;
    height: auto;
    margin: 15px 0 0 50px;
  }
  .main_nav_pc ul.main_nav li {
    font-size: 1.5rem;
    text-align: center;
    float: left;
    text-align: right;
  }
  .main_nav_pc ul.main_nav li a {
    text-decoration: none;
    color: #434343;
    display: block;
  }
  .main_nav_pc ul.main_nav li a:hover {
    opacity: 0.6;
  }
  .main_nav_pc ul.main_nav li a::after {
    content: "/";
    margin: 0 10px;
  }
  .main_nav_pc ul.main_nav li.last a::after {
    content: "";
    margin: 0 10px;
  }
}
/* -----------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------- */
/*ハンバーガーアイコン*/
.nav_icon_frame {
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 10px;
  z-index: 99999;
  padding: 12px 0 0 0;
  box-sizing: border-box;
  width: 60px;
}
.nav__icon {
  width: 60px;
  height: 28px;
}
.nav__icon span {
  background: #414141;
  position: absolute;
  left: 0;
  right: 0;
  width: 50px;
  height: 3px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
}
.nav__icon span:nth-of-type(1) {
  top: 4px;
}
.nav__icon span:nth-of-type(2) {
  top: 16px;
}
.nav__icon span:nth-of-type(3) {
  top: 28px;
}
.nav__icon.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg);
}
.nav__icon.active span:nth-of-type(2) {
  display: none;
}
.nav__icon.active span:nth-of-type(3) {
  -webkit-transform: translateY(-12px) rotate(45deg);
  transform: translateY(-12px) rotate(45deg);
}
.nav__icon p {
  font-size: 14px;
  margin: 28px 0 0 0;
  text-align: center;
  color: #414141;
  font-weight: bold;
}
.nav__icon, .nav__icon span {
  display: inline-block;
  transition: all .4s;
  box-sizing: border-box;
  z-index: 999;
}
.drawr {
  display: none;
  position: absolute;
  top: 20vw;
  right: 5vw;
  width: 60%;
  padding: 0;
  margin: 0 auto 0 auto;
  height: auto;
  z-index: 999999;
  background-color: rgba(115, 115, 115, 0.95);
  border-radius: 10px;
}
.openNav {
  display: block;
}
/*ハンバーガーナビ*/
.main_nav_sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 0 0 20%;
}
.main_nav_sp nav {
  width: 100%;
  margin: 0 auto;
}
.main_nav_sp ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding: 8vw 5vw;
}
.main_nav_sp ul li {
  width: 100%;
  text-align: left;
  font-weight: normal;
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  line-height: 140%;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0 0 0 0.5em;
  border-bottom: #cccccc 1px solid;
}
.main_nav_sp ul li:first-child {
  border-top: #cccccc 1px solid;
}
.main_nav_sp ul li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 10px 0;
  text-shadow: none;
  box-sizing: border-box;
}
@media screen and (min-width: 768px) {
  .main_nav_sp {
    display: none;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual_sp {
  height: 105vw;
  position: relative;
  z-index: 0;
}
.key_visual_sp img {
  width: 100%;
  height: auto;
}
.key_visual_sp .key_text_sp_01 {
  position: absolute;
  top: 32vw;
  z-index: 1;
  color: #ffffff;
  padding: 2.5vw 3vw;
  box-sizing: border-box;
  line-height: 160%;
}
.key_visual_sp .key_text_sp_01 .key_text_sp1 {
  font-size: 4vw;
}
.key_visual_sp .key_text_sp_01 .key_text_sp1 span {
  font-size: 5vw;
}
.key_visual_sp .key_text_sp_01 .key_text_sp2 {
  font-size: 3.5vw;
  margin: 10px 0 0 0;
}
.key_visual_sp_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 96%;
  margin: 0 auto;
  border-top: #00afec 1px solid;
  border-bottom: #00afec 1px solid;
}
.key_visual_sp_info p.key_visual_sp_info_left {
  width: 100%;
  text-align: center;
  color: #00afec;
  font-size: 1.7rem;
  margin: 15px 0 10px 0;
}
.key_visual_sp_info p.key_visual_sp_info_left span {
  padding: 15px 0;
  margin: 0 auto;
}
.key_visual_sp_info p.key_visual_sp_info_right {
  width: 100%;
  color: #00afec;
  font-size: 4.5vw;
  padding: 0;
  line-height: 150%;
  text-align: center;
}
/*下層*/
.key_visual_ud {
  width: 100%;
  background: url(../images/key_visual_sp_low_bg.jpg) no-repeat;
  background-size: contain;
  box-sizing: border-box;
  height: 20vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  align-items: center;
  color: #ffffff;
  font-size: 2.1rem;
}
.key_visual_ud h1 {
  font-weight: normal;
}
@media screen and (min-width: 768px) {
  /*スマホ*/
  .key_visual_sp {
    display: none;
  }
  .key_visual_sp_info {
    display: none;
  }
  /*PC*/
  .key_bg {
    background: url(../images/key_visual_pc_bg.jpg) no-repeat;
    background-position: center top;
    background-size: cover;
    height: 709px;
  }
  .key_bg .key_visual {
    width: 1080px;
    margin: 0 auto;
    position: relative;
  }
  .key_bg .key_visual .key_text_01 {
    position: absolute;
    top: 382px;
    left: 16px;
    font-size: 1.9rem;
    color: #00afec;
    text-align: center;
    line-height: 140%;
  }
  .key_bg .key_visual .key_text_01 span {
    font-size: 2.4rem;
  }
  .key_bg .key_visual .key_text_02 {
    position: absolute;
    top: 264px;
    left: 367px;
  }
  .key_bg .key_visual .key_text_02 p {
    font-size: 2.3rem;
    line-height: 160%;
    color: #ffffff;
  }
  .key_bg .key_visual .key_text_02 p span {
    font-size: 3.2rem;
  }
  .key_bg .key_visual .key_text_02 p.s_text {
    font-size: 1.9rem;
    margin: 20px 0 0 0;
  }
  /*下層*/
  .key_visual_ud {
    width: 100%;
    background: url(../images/key_visual_pc_low_bg.jpg) no-repeat;
    background-size: cover;
    box-sizing: border-box;
    height: 209px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    align-items: center;
    color: #ffffff;
    font-size: 4.6rem;
  }
  .key_visual_ud h1 {
    font-weight: normal;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  padding: 3vw;
  box-sizing: border-box;
  overflow-y: scroll;
  height: 50vw;
  width: 96%;
  margin: 0 auto 0 auto;
}
.notice_frame dl dt {
  margin: 20px 0 10px 0;
  color: #00afec;
  font-size: 1.4rem;
}
.notice_frame dl dt span {
  margin: 0 10px 0 0;
}
.notice_frame dl dd {
  color: #313131;
  margin: 0 0 20px 0;
  padding: 0 0 20px 0;
  font-size: 1.4rem;
  line-height: 130%;
  border-bottom: #dcdcdc 1px dotted;
}
@media screen and (min-width: 768px) {
  .notice_frame {
    padding: 0;
    box-sizing: border-box;
    overflow-y: scroll;
    height: 232px;
    width: 720px;
    margin: 5px auto 0 auto;
    border-bottom: #bfbfbf 1px solid;
  }
  .notice_frame dl {
    padding: 15px 0;
    box-sizing: border-box;
  }
  .notice_frame dl dt {
    margin: 0 0 10px 0;
    color: #00afec;
    font-size: 1.8rem;
  }
  .notice_frame dl dt span {
    margin: 0 10px 0 0;
  }
  .notice_frame dl dd {
    color: #313131;
    margin: 0 0 20px 0;
    padding: 0 0 20px 0;
    font-size: 1.8rem;
    line-height: 130%;
    border-bottom: #dcdcdc 1px dotted;
  }
}
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) {
  .notice_frame::-webkit-scrollbar {
    width: 12px;
    background: #ffffff;
  }
  .notice_frame::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .notice_frame::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
/* -----------------------------------------------------------
　TOPバナー
----------------------------------------------------------- */
figure.top_banner {
  width: 100%;
  height: auto;
}
figure.top_banner img {
  width: 100%;
  height: auto;
  margin: 30px 0 8px 0;
}
figure.top_banner figcaption {
  font-size: 1.4rem;
  color: #434343;
  line-height: 150%;
  margin: 0 0 10px 0;
}
figure.top_banner figcaption span {
  color: #00afec;
  font-weight: bold;
  font-size: 1.6rem;
}
figure.top_banner a {
  text-align: right;
  text-decoration: none;
  color: #00afec;
  display: block;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  figure.top_banner {
    width: 100%;
    height: auto;
  }
  figure.top_banner img {
    width: 775px;
    height: auto;
    margin: 30px 0 8px 0;
  }
  figure.top_banner figcaption {
    font-size: 1.6rem;
    color: #434343;
    line-height: 160%;
    margin: 0 0 10px 0;
  }
  figure.top_banner figcaption span {
    color: #00afec;
    font-weight: bold;
    font-size: 1.9rem;
  }
  figure.top_banner a {
    text-align: right;
    text-decoration: none;
    color: #00afec;
    display: block;
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
　院長より地域の皆さまへ
----------------------------------------------------------- */
.from_the_doctor {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
.from_the_doctor .from_the_doctor_greeting {
  background-color: #00afec;
  padding: 4vw;
  box-sizing: border-box;
  margin: 0;
}
.from_the_doctor .from_the_doctor_greeting span {
  font-size: 1.4rem;
  color: #ffffff;
  border-left: #ffffff 1px solid;
  display: block;
  padding: 0 0 0 2vw;
  box-sizing: border-box;
  line-height: 140%;
}
.from_the_doctor .from_the_doctor_sky {
  display: none;
}
.from_the_doctor .from_the_doctor_doctor img {
  width: 100%;
  height: auto;
}
.from_the_doctor .from_the_doctor_profile {
  background-color: #00afec;
  background-image: url(../images/index_director_03.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  width: 100%;
  height: 70vw;
  box-sizing: border-box;
  padding: 4vw;
  position: relative;
  margin: -4px 0 0 0;
}
.from_the_doctor .from_the_doctor_profile p.from_the_doctor_profile_text {
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 130%;
}
.from_the_doctor .from_the_doctor_profile a.from_the_doctor_profile_link {
  background-color: #ffffff;
  padding: 10px;
  color: #00afec;
  position: absolute;
  bottom: 5vw;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  left: 0;
  right: 0;
  font-size: 1.4rem;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .from_the_doctor {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 775px;
    margin: 0 auto;
  }
  .from_the_doctor .from_the_doctor_greeting {
    background-color: #00afec;
    padding: 20px 22px;
    box-sizing: border-box;
    width: 312px;
    height: 107px;
  }
  .from_the_doctor .from_the_doctor_greeting span {
    font-size: 1.6rem;
    color: #ffffff;
    border-left: #ffffff 1px solid;
    display: block;
    padding: 0 0 0 10px;
    box-sizing: border-box;
    line-height: 140%;
  }
  .from_the_doctor .from_the_doctor_sky {
    display: block;
    background: url(../images/index_director_02.jpg);
    background-repeat: no-repeat;
    width: 463px;
    height: 107px;
  }
  .from_the_doctor .from_the_doctor_doctor {
    width: 312px;
    height: 221px;
  }
  .from_the_doctor .from_the_doctor_doctor img {
    width: 100%;
    height: auto;
  }
  .from_the_doctor .from_the_doctor_profile {
    background-color: #00afec;
    background-image: url(../images/index_director_03.jpg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: bottom;
    width: 463px;
    height: 221px;
    box-sizing: border-box;
    padding: 20px;
    position: relative;
    margin: 0 0 0 0;
  }
  .from_the_doctor .from_the_doctor_profile p.from_the_doctor_profile_text {
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 160%;
  }
  .from_the_doctor .from_the_doctor_profile a.from_the_doctor_profile_link {
    background-color: #ffffff;
    padding: 10px;
    color: #00afec;
    position: absolute;
    bottom: 20px;
    width: 300px;
    margin: 0 auto;
    box-sizing: border-box;
    left: 20px;
    right: auto;
    font-size: 1.6rem;
    text-decoration: none;
  }
  .from_the_doctor .from_the_doctor_profile a.from_the_doctor_profile_link:hover {
    opacity: 0.8;
  }
}
/* -----------------------------------------------------------
　お肌のことで困ったら、いつでも皮膚科専門医にご相談ください
----------------------------------------------------------- */
.consultation div {
  width: 80%;
  margin: 0 auto;
  overflow: hidden;
  height: auto;
}
.consultation div img {
  width: 100%;
  height: auto;
}
.consultation div p {
  color: #535353;
  font-size: 1.4rem;
  padding: 10px 0;
  line-height: 150%;
}
.consultation div a {
  float: right;
  text-decoration: none;
  font-size: 1.4rem;
  color: #00afec;
  margin: 0 0 20px 0;
}
.consultation2 {
  width: 80%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.consultation2 img.consultation2_title_pc {
  display: none;
}
.consultation2 img.consultation2_title_sp {
  order: 1;
  width: 100%;
  height: auto;
}
.consultation2 img.consultation2_img {
  order: 3;
  width: 100%;
  height: auto;
}
.consultation2 div {
  order: 2;
  overflow: hidden;
  height: auto;
}
.consultation2 div p {
  font-size: 1.4rem;
  margin: 15px 0 0 0;
  line-height: 150%;
}
.consultation2 div a {
  float: right;
  text-decoration: none;
  font-size: 1.4rem;
  color: #00afec;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 768px) {
  .consultation {
    width: 775px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consultation div {
    width: 376px;
    margin: 0;
    overflow: hidden;
    height: auto;
  }
  .consultation div img {
    width: 100%;
    height: auto;
  }
  .consultation div p {
    color: #535353;
    font-size: 1.6rem;
    padding: 27px 0;
    line-height: 150%;
  }
  .consultation div a {
    float: right;
    text-decoration: none;
    font-size: 1.6rem;
    color: #00afec;
    margin: 0 0 50px 0;
  }
  .consultation div a:hover {
    opacity: 0.6;
  }
  .consultation2 {
    width: 775px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .consultation2 img.consultation2_title_pc {
    display: block;
    width: 775px;
    height: 86px;
    order: 1;
  }
  .consultation2 img.consultation2_title_sp {
    display: none;
  }
  .consultation2 img.consultation2_img {
    order: 2;
    width: 397px;
    height: 263px;
  }
  .consultation2 div {
    order: 3;
    overflow: hidden;
    width: 378px;
    height: 263px;
    box-sizing: border-box;
    padding: 24px 20px 0 20px;
  }
  .consultation2 div p {
    font-size: 1.6rem;
    margin: 0 0 20px 0;
    line-height: 150%;
  }
  .consultation2 div a {
    float: right;
    text-decoration: none;
    font-size: 1.6rem;
    color: #00afec;
    margin: 0 0 0 0;
  }
  .consultation2 div a:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  background-color: #00afec;
  padding: 0 0 50px 0;
}
.overview .overview_logo {
  text-align: center;
  padding: 26px 0 40px 0;
}
.overview .overview_logo img {
  width: 60%;
  max-width: 222px;
}
.overview .overview_frame {
  width: 90%;
  margin: 0 auto;
}
.overview .overview_frame .overview_frame_left dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  color: #ffffff;
  font-size: 1.4rem;
  line-height: 160%;
}
.overview .overview_frame .overview_frame_left dl dt {
  width: 25%;
  font-weight: bold;
  margin: 0 0 20px 0;
}
.overview .overview_frame .overview_frame_left dl dd {
  width: 75%;
  margin: 0 0 20px 0;
}
.overview .overview_frame .overview_frame_left dl dd a {
  text-decoration: none;
  color: #ffffff;
  font-size: 1.4rem;
}
.overview .overview_frame .overview_frame_right {
  width: 100%;
  margin: 25px 0 0 0;
}
.overview .overview_frame .overview_frame_right .googlemap_frame {
  text-align: center;
}
.overview .overview_frame .overview_frame_right .googlemap_frame iframe {
  width: 100%;
  height: 400px;
  margin: 0 0 30px 0;
}
.overview .overview_frame .overview_frame_right .googlemap_frame a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  border: #ffffff 1px solid;
  border-radius: 10px;
  padding: 5px 10px;
}
.overview .overview_frame .overview_frame_right .googlemap_frame a:hover {
  opacity: 0.6;
}
@media screen and (min-width: 768px) {
  .overview {
    width: 100%;
    background-color: #00afec;
    padding: 0 0 50px 0;
  }
  .overview .overview_logo {
    text-align: center;
    padding: 60px 0 60px 0;
  }
  .overview .overview_logo img {
    width: 222px;
    max-width: 222px;
    height: auto;
  }
  .overview .overview_frame {
    width: 1080px;
    margin: 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .overview .overview_frame .overview_frame_left {
    width: 470px;
  }
  .overview .overview_frame .overview_frame_left dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 470px;
    color: #ffffff;
    font-size: 1.6rem;
    line-height: 160%;
  }
  .overview .overview_frame .overview_frame_left dl dt {
    width: 80px;
    font-weight: bold;
    margin: 0 0 20px 0;
  }
  .overview .overview_frame .overview_frame_left dl dd {
    width: 390px;
    margin: 0 0 20px 0;
  }
  .overview .overview_frame .overview_frame_right {
    width: 470px;
    margin: 0 0 0 0;
  }
  .overview .overview_frame .overview_frame_right .googlemap_frame {
    text-align: center;
  }
  .overview .overview_frame .overview_frame_right .googlemap_frame iframe {
    width: 100%;
    height: 400px;
    margin: 0 0 30px 0;
  }
  .overview .overview_frame .overview_frame_right .googlemap_frame a {
    color: #ffffff;
    text-decoration: none;
    font-size: 1.6rem;
    border: #ffffff 1px solid;
    border-radius: 15px;
    padding: 5px 25px;
  }
  .overview .overview_frame .overview_frame_right .googlemap_frame a:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
/*診療時間*/
table.timetable {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.timetable tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
  border-bottom: #b5b5b5 1px solid;
}
table.timetable tr td {
  text-align: center;
  padding: 14px 6px;
  color: #00afec;
  font-size: 1.2rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
}
table.timetable tr th {
  background-color: #44c3f0;
  padding: 16px 6px;
  text-align: center;
  font-weight: normal;
  color: #fff;
  font-size: 1.2rem;
  vertical-align: middle;
  box-sizing: border-box;
}
table.timetable tr td.time {
  width: 40%;
  color: #313131;
  font-size: 1.4rem;
}
table.timetable tr td.border {
  color: #313131;
}
.notice_time {
  font-size: 1.4rem;
  color: #ffffff;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  /*診療時間*/
  table.timetable {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 20px 0 10px 0;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  table.timetable tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
    border-bottom: #b5b5b5 1px solid;
  }
  table.timetable tr td {
    text-align: center;
    padding: 13px 6px;
    color: #00afec;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  table.timetable tr th {
    background-color: #44c3f0;
    padding: 13px 6px;
    text-align: center;
    font-weight: normal;
    color: #fff;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
  }
  table.timetable tr th.holiday {
    width: 70px;
  }
  table.timetable tr td.time {
    width: 130px;
    color: #313131;
    font-size: 1.6rem;
  }
  table.timetable tr td.border {
    color: #313131;
  }
  .notice_time {
    font-size: 1.6rem;
    color: #ffffff;
    line-height: 150%;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
.footer_frame {
  display: none;
}
.copyright {
  text-align: center;
  box-sizing: border-box;
  margin: 0;
  color: #00afec;
  padding: 15px 0;
  font-size: 1.2rem;
  background-color: #f4f4f4;
  margin: 50px 0 0 0;
}
.copyright a {
  color: #00afec;
  text-decoration: none;
  padding: 10px 0;
  background-color: #f4f4f4;
}
@media screen and (min-width: 768px) {
  .footer_frame {
    display: block;
    width: 1080px;
    margin: 0 auto;
  }
  .footer_frame ul {
    list-style-type: none;
    overflow: hidden;
    height: auto;
  }
  .footer_frame ul li {
    float: left;
    margin: 0 15px 0 0;
  }
  .footer_frame ul li a {
    color: #313131;
    text-decoration: none;
    font-size: 1.6rem;
  }
  .footer_frame ul li a::before {
    content: ">";
    vertical-align: middle;
    margin: 0 3px 0 0;
    font-size: 1.2rem;
  }
  .footer_frame ul.footer_list1 {
    margin: 40px auto 20px auto;
    width: 880px;
  }
  .footer_frame ul.footer_list2 {
    margin: 0 auto 20px auto;
    width: 720px;
  }
  .footer_frame ul.footer_list3 {
    margin: 0 auto 20px auto;
    width: 800px;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}
#linkpagetop img {
  width: 80%;
  height: auto;
}
#pagetop {
  position: fixed;
  bottom: 19vw;
  right: 0px;
  height: 19vw;
  text-align: center;
  margin: 0 2% 0 0;
}
#pagetop a {
  display: block;
  color: #FFF;
}
#pagetop_position {
  float: right;
  margin: 0px;
  padding: 0px;
}
@media screen and (min-width: 768px) {
  #linkpagetop {
    float: left;
  }
  #linkpagetop img {
    width: 80px;
    height: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 110px;
    left: 50%;
    margin: 0 0 0 600px;
    height: 110px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #ffffff;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop {
    position: fixed;
    bottom: 80px;
    left: 90%;
    margin: 0 0 0 0;
    height: 105px;
    text-align: center;
  }
}
/* -----------------------------------------------------------
　医師紹介
----------------------------------------------------------- */
.bio_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .bio_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .bio_frame div {
    width: 48%;
  }
}
/* -----------------------------------------------------------
　料金表
----------------------------------------------------------- */
table.price_table2 {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1rem;
  vertical-align: middle;
}
table.price_table2 tr th {
  text-align: center;
  padding: 5px 0;
  font-weight: normal;
  border: 0;
}
table.price_table2 tr th.parts {
  background-color: #eeeeee;
  color: #434343;
  font-weight: bold;
  border-bottom: #bfbfbf 1px solid;
}
table.price_table2 tr td {
  padding: 5px;
  font-weight: normal;
  text-align: right;
  border: 0;
  vertical-align: middle;
}

table.price_table2{
  table-layout: fixed;
  width: 100%;
  
  th:nth-child(1),
  td:nth-child(1){
    width:37%;
  }

  th:nth-child(2),
  td:nth-child(2){
    width:18%;
  }

  th:nth-child(3),
  td:nth-child(3){
    width:20%;
  }

  th:nth-child(4),
  td:nth-child(4){
    width:20%;
  }
  &.-txt_center{
    tr{
        border-bottom: #bfbfbf 1px solid;
        border-top: #bfbfbf 1px solid;
      }

      td{        
        font-weight: initial;
        text-align: center;
        
        &.bold {
          font-weight: bold;
        }
      }  
    }
  }

table.price_table2 tr td.partsname {
  padding: 5px;
  font-weight: normal;
  text-align: center;
  border: 0;
  vertical-align: middle;
}
table.price_table2 tr td span {
  font-size: 0.8rem;
}
table.price_table2 tr:nth-child(odd) {
  background-color: #d1f5ff;
  border-bottom: #bfbfbf 1px solid;
  border-top: #bfbfbf 1px solid;
}
@media screen and (min-width: 768px) {
  table.price_table2 {
    font-size: 1.8rem;
  }
  table.price_table2 tr th {
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
    border: 0;
  }
  table.price_table2 tr td {
    padding: 10px;
  }
  table.price_table2 tr td.partsname {
    padding: 10px;
  }
  table.price_table2 tr td span {
    font-size: 1.4rem;
  }
  table.price_table2 tr:nth-child(odd) {
    background-color: #d1f5ff;
  }
}
table.price_table {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.2rem;
  vertical-align: middle;
}
table.price_table tr th {
  text-align: center;
  padding: 5px 0;
  font-weight: normal;
  border: #bfbfbf 1px solid;
}
table.price_table tr th.parts {
  background-color: #eeeeee;
  color: #434343;
}
table.price_table tr th.one {
  background-color: #38b5e1;
  color: #ffffff;
}
table.price_table tr th.six {
  background-color: #079fe3;
  color: #ffffff;
}
table.price_table tr td {
  padding: 5px;
  font-weight: normal;
  border: #bfbfbf 1px solid;
  vertical-align: middle;
}
table.price_table tr td.parts {
  background-color: #ffffff;
  color: #000000;
  text-align: center;
}
table.price_table tr td.one {
  background-color: #44c3f0;
  color: #ffffff;
  text-align: center;
}
table.price_table tr td.six {
  background-color: #00afec;
  color: #ffffff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  table.price_table {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  table.price_table tr th {
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
    border: #bfbfbf 1px solid;
  }
  table.price_table tr th.parts {
    background-color: #eeeeee;
    color: #434343;
  }
  table.price_table tr th.one {
    background-color: #38b5e1;
    color: #ffffff;
  }
  table.price_table tr th.six {
    background-color: #079fe3;
    color: #ffffff;
  }
  table.price_table tr td {
    padding: 10px;
    font-weight: normal;
    border: #bfbfbf 1px solid;
    vertical-align: middle;
  }
  table.price_table tr td.parts {
    background-color: #ffffff;
    color: #000000;
    text-align: center;
  }
  table.price_table tr td.one {
    background-color: #44c3f0;
    color: #ffffff;
    text-align: center;
  }
  table.price_table tr td.six {
    background-color: #00afec;
    color: #ffffff;
    text-align: center;
  }
}
/* -----------------------------------------------------------
　スタッフ募集
----------------------------------------------------------- */
table.staff_table {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  text-align: left;
  border-collapse: collapse;
  box-sizing: border-box;
  font-size: 1.2rem;
  vertical-align: middle;
}
table.staff_table tr th {
  text-align: center;
  background: #44c3f0;
  color: #fff;
  padding: 5px 0;
  font-weight: normal;
  border: #bfbfbf 1px solid;
}
table.staff_table tr th.parts {
  background-color: #eeeeee;
  color: #434343;
}
table.staff_table tr th.one {
  background-color: #38b5e1;
  color: #ffffff;
}
table.staff_table tr th.six {
  background-color: #079fe3;
  color: #ffffff;
}
table.staff_table tr td {
  padding: 5px;
  font-weight: normal;
  border: #bfbfbf 1px solid;
  vertical-align: middle;
}
table.staff_table tr td.parts {
  background-color: #ffffff;
  color: #000000;
  text-align: left;
}
table.staff_table tr td.one {
  background-color: #44c3f0;
  color: #ffffff;
  text-align: left;
}
table.staff_table tr td.six {
  background-color: #00afec;
  color: #ffffff;
  text-align: left;
}
@media screen and (min-width: 768px) {
  table.staff_table {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
    text-align: left;
    border-collapse: collapse;
    box-sizing: border-box;
    font-size: 1.6rem;
    vertical-align: middle;
  }
  table.staff_table tr th {
    text-align: center;
    padding: 10px 0;
    font-weight: normal;
    border: #bfbfbf 1px solid;
  }
  table.staff_table tr th.parts {
    background-color: #eeeeee;
    color: #434343;
  }
  table.staff_table tr th.one {
    background-color: #38b5e1;
    color: #ffffff;
  }
  table.staff_table tr th.six {
    background-color: #079fe3;
    color: #ffffff;
  }
  table.staff_table tr td {
    padding: 10px;
    font-weight: normal;
    border: #bfbfbf 1px solid;
    vertical-align: middle;
  }
  table.staff_table tr td.parts {
    background-color: #ffffff;
    color: #000000;
    text-align: left;
  }
  table.staff_table tr td.one {
    background-color: #44c3f0;
    color: #ffffff;
    text-align: left;
  }
  table.staff_table tr td.six {
    background-color: #00afec;
    color: #ffffff;
    text-align: left;
  }
}
/* -----------------------------------------------------------
　皮膚科
----------------------------------------------------------- */
ul.case_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style-type: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
ul.case_list li {
  width: 48%;
  text-align: center;
  margin: 0 0 10px 0;
  font-size: 1.6rem;
}
ul.case_list li a {
  text-decoration: none;
  background-color: #ecfaff;
  color: #00afec;
  display: block;
  width: 100%;
  padding: 20px 0;
}
@media screen and (min-width: 768px) {
  ul.case_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: flex-start;
      gap:0 1rem;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    width: 100%;
    margin: 0;
    padding: 0;
  }
  ul.case_list li {
    width: 24%;
    text-align: center;
    margin: 0 0 10px 0;
    font-size: 2rem;
  }
  ul.case_list li a {
    text-decoration: none;
    background-color: #ecfaff;
    color: #00afec;
    display: block;
    width: 100%;
    padding: 20px 0;
  }
  ul.case_list li a:hover {
    opacity: 0.6;
  }
}
a.disabled{
pointer-events: none;
cursor: default;
}

/* -----------------------------------------------------------
　診療時間・アクセス
----------------------------------------------------------- */
.root {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 0 40px 0;
}
.root div {
  display: block;
  width: 48%;
  height: auto;
}
.root div img {
  width: 100%;
  height: auto;
}
.root figcaption {
  width: 100%;
  font-size: 1.4rem;
  margin: 5px 0 0 0;
}
@media screen and (min-width: 768px) {
  .root {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 40px 0;
  }
  .root div {
    display: block;
    width: 48%;
    height: auto;
  }
  .root div img {
    width: 100%;
    height: auto;
  }
  .root figcaption {
    width: 100%;
    font-size: 1.6rem;
    margin: 10px 0 0 0;
    text-align: center;
  }
}
/* -----------------------------------------------------------
　診療のご案内
----------------------------------------------------------- */
.arrow {
  width: 0;
  height: 0;
  border-left: 30px solid transparent;
  border-right: 30px solid transparent;
  border-top: 30px solid #00afec;
  text-align: center;
  display: block;
  margin: 30px auto;
}


dl.faq {
	font-size: 1.4rem;
}

dl.faq dt {
    font-weight: bold;
	padding-bottom: 1rem;
	color: #00afec;
	line-height: 1.4;
	text-indent: -2.0em;
    padding-left: 2.0em;
}

dl.faq dt span.qa_q {
    font-weight: bold;
	color: #00afec;
	font-size: 100%;
}


dl.faq dd {
    font-size: 1.4rem;
    font-weight: normal;
	line-height: 1.4;
	padding-bottom: 1rem;
	text-indent: -2.0em;
    padding-left: 2.0em;
}

dl.faq dd span.qa_a {
    font-weight: bold;
	color: #f482dd;
	font-size: 100%;
}

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

dl.faq {
	font-size: 1.6rem;
}

dl.faq dt {
    font-weight: bold;
	padding-bottom: 1rem;
	color: #00afec;
	line-height: 1.5;
	text-indent: -2.5em;
    padding-left: 2.5em;
}

dl.faq dt span.qa_q {
    font-weight: bold;
	color: #00afec;
	font-size: 120%;
}


dl.faq dd {
    font-size: 1.6rem;
    font-weight: normal;
	line-height: 1.5;
	padding-bottom: 1rem;
	text-indent: -2.5em;
    padding-left: 2.5em;
}

dl.faq dd span.qa_a {
    font-weight: bold;
	color: #f482dd;
	font-size: 120%;
}
}
.flow_box{
	display: block;
	margin: 0 auto;
	justify-content: space-between;
}
.flow_box dl{
	width: 100%;
	margin-bottom: 1rem;
}
.flow_box dl dt,
.flow_box dl dd{
	width: 80%;
	font-size: 1.4rem;
	text-align: center;
    margin: 0 auto;
}
.flow_box dl dd img{
	width: 100%;
	height: auto;
}
@media screen and (min-width: 768px) {
	.flow_box{
	display: flex;
	margin: 0 auto;
	justify-content: space-between;
}
.flow_box dl{
	width: 33%;
	margin-bottom: 1rem;
}
.flow_box dl dt,
.flow_box dl dd{
	width: 100%;
	font-size: 1.5rem;
	text-align: center;
}
.flow_box dl dd img{
	width: 100%;
	height: auto;
}
}