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

 共通項目

======================================================================= */
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*基本フォント*/
/*基本文字色*/
/*基本背景色*/
/*media screen*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #595959;
  background-color: #f6f0e8;
  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: #595959;
    background-color: #f6f0e8;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
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;
}

.small {
  font-size: 80%;
}

.font-bold {
  font-weight: bold;
}

.d_block {
  display: block;
}

.txt_c {
  text-align: center !important;
}

.txt_l {
  text-align: left !important;
}

.txt_r {
  text-align: right !important;
}

.hr {
  border-top: 0;
  height: initial;
  border-bottom: solid 3px #824f30;
}

.vm {
  vertical-align: middle;
}

.line-height_init {
  line-height: initial !important;
}
.line-height_init li {
  margin-bottom: 0 !important;
}

.mt_0 {
  margin-top: 0px !important;
}

.mr_0 {
  margin-right: 0px !important;
}

.mb_0 {
  margin-bottom: 0px !important;
}

.ml_0 {
  margin-left: 0px !important;
}

.pt_0 {
  padding-top: 0px !important;
}

.pr_0 {
  padding-right: 0px !important;
}

.pb_0 {
  padding-bottom: 0px !important;
}

.pl_0 {
  padding-left: 0px !important;
}

.mt_10 {
  margin-top: 10px !important;
}

.mr_10 {
  margin-right: 10px !important;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.ml_10 {
  margin-left: 10px !important;
}

.pt_10 {
  padding-top: 10px !important;
}

.pr_10 {
  padding-right: 10px !important;
}

.pb_10 {
  padding-bottom: 10px !important;
}

.pl_10 {
  padding-left: 10px !important;
}

.mt_20 {
  margin-top: 20px !important;
}

.mr_20 {
  margin-right: 20px !important;
}

.mb_20 {
  margin-bottom: 20px !important;
}

.ml_20 {
  margin-left: 20px !important;
}

.pt_20 {
  padding-top: 20px !important;
}

.pr_20 {
  padding-right: 20px !important;
}

.pb_20 {
  padding-bottom: 20px !important;
}

.pl_20 {
  padding-left: 20px !important;
}

.mt_30 {
  margin-top: 30px !important;
}

.mr_30 {
  margin-right: 30px !important;
}

.mb_30 {
  margin-bottom: 30px !important;
}

.ml_30 {
  margin-left: 30px !important;
}

.pt_30 {
  padding-top: 30px !important;
}

.pr_30 {
  padding-right: 30px !important;
}

.pb_30 {
  padding-bottom: 30px !important;
}

.pl_30 {
  padding-left: 30px !important;
}

.mt_40 {
  margin-top: 40px !important;
}

.mr_40 {
  margin-right: 40px !important;
}

.mb_40 {
  margin-bottom: 40px !important;
}

.ml_40 {
  margin-left: 40px !important;
}

.pt_40 {
  padding-top: 40px !important;
}

.pr_40 {
  padding-right: 40px !important;
}

.pb_40 {
  padding-bottom: 40px !important;
}

.pl_40 {
  padding-left: 40px !important;
}

.mt_50 {
  margin-top: 50px !important;
}

.mr_50 {
  margin-right: 50px !important;
}

.mb_50 {
  margin-bottom: 50px !important;
}

.ml_50 {
  margin-left: 50px !important;
}

.pt_50 {
  padding-top: 50px !important;
}

.pr_50 {
  padding-right: 50px !important;
}

.pb_50 {
  padding-bottom: 50px !important;
}

.pl_50 {
  padding-left: 50px !important;
}

.mt_60 {
  margin-top: 60px !important;
}

.mr_60 {
  margin-right: 60px !important;
}

.mb_60 {
  margin-bottom: 60px !important;
}

.ml_60 {
  margin-left: 60px !important;
}

.pt_60 {
  padding-top: 60px !important;
}

.pr_60 {
  padding-right: 60px !important;
}

.pb_60 {
  padding-bottom: 60px !important;
}

.pl_60 {
  padding-left: 60px !important;
}

.mt_70 {
  margin-top: 70px !important;
}

.mr_70 {
  margin-right: 70px !important;
}

.mb_70 {
  margin-bottom: 70px !important;
}

.ml_70 {
  margin-left: 70px !important;
}

.pt_70 {
  padding-top: 70px !important;
}

.pr_70 {
  padding-right: 70px !important;
}

.pb_70 {
  padding-bottom: 70px !important;
}

.pl_70 {
  padding-left: 70px !important;
}

.mt_80 {
  margin-top: 80px !important;
}

.mr_80 {
  margin-right: 80px !important;
}

.mb_80 {
  margin-bottom: 80px !important;
}

.ml_80 {
  margin-left: 80px !important;
}

.pt_80 {
  padding-top: 80px !important;
}

.pr_80 {
  padding-right: 80px !important;
}

.pb_80 {
  padding-bottom: 80px !important;
}

.pl_80 {
  padding-left: 80px !important;
}

.mt_90 {
  margin-top: 90px !important;
}

.mr_90 {
  margin-right: 90px !important;
}

.mb_90 {
  margin-bottom: 90px !important;
}

.ml_90 {
  margin-left: 90px !important;
}

.pt_90 {
  padding-top: 90px !important;
}

.pr_90 {
  padding-right: 90px !important;
}

.pb_90 {
  padding-bottom: 90px !important;
}

.pl_90 {
  padding-left: 90px !important;
}

.mt_100 {
  margin-top: 100px !important;
}

.mr_100 {
  margin-right: 100px !important;
}

.mb_100 {
  margin-bottom: 100px !important;
}

.ml_100 {
  margin-left: 100px !important;
}

.pt_100 {
  padding-top: 100px !important;
}

.pr_100 {
  padding-right: 100px !important;
}

.pb_100 {
  padding-bottom: 100px !important;
}

.pl_100 {
  padding-left: 100px !important;
}

.flex2 {
  display: block;
}
.flex2 div img {
  width: 70%;
  margin: 0 auto 20px auto;
  display: block;
}

.img-fluid {
  max-width: 100%;
}

@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;
  }
  .pc_n_event {
    pointer-events: auto;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  .pc_n_event {
    pointer-events: none;
  }
}
@media screen and (min-width: 768px) {
  .flex2 {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    align-items: top;
  }
  .flex2 div {
    width: 48%;
  }
  .flex2 div img {
    width: 100%;
    margin: 0 auto 20px auto;
    display: block;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 20px auto 0 auto;
  padding: 0 0 0 0;
}

.wrapper {
  height: auto;
  width: 100%;
  margin: 40px auto 0 auto;
}

.main {
  width: 96%;
  margin: 60px auto 0 auto;
}

@media screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 1000px;
    margin: 92px auto 0 auto;
    padding: 0 0 80px 0;
  }
  .wrapper {
    height: auto;
    width: 1000px;
    margin: 0 auto;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .main {
    width: 720px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h2 {
  text-align: center;
  color: #3eb134;
  font-size: 2rem;
  margin: 0 0 15px 0;
  font-weight: normal;
}

h2.low {
  background-color: #69ba87;
  color: #ffffff;
  padding: 10px;
  text-align: left;
  font-size: 2rem;
  margin: 0 0 15px 0;
  font-weight: normal;
}

h3 {
  color: #824f30;
  font-size: 1.9rem;
  line-height: 150%;
  box-shadow: 0 0 0 3px #824f30, 0 0 0 6px #d48d2f;
  margin: -2px 0 15px 0;
  font-weight: normal;
}

h4 {
  color: #07913a;
  font-size: 1.8rem;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-weight: normal;
  border-bottom: #07913a 3px solid;
}

h5 {
  color: #ef8d0b;
  font-size: 1.7rem;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-weight: normal;
  border-bottom: #ef8d0b 3px dotted;
}

p {
  font-size: 1.5rem;
  color: #595959;
  line-height: 160%;
  margin: 0 0 15px 0;
}

a.text_link {
  font-size: 1.5rem;
  color: #595959;
  line-height: 160%;
  text-decoration: none;
  margin: 0 0 20px 0;
  display: block;
}

@media screen and (min-width: 768px) {
  h2 {
    text-align: center;
    color: #3eb134;
    font-size: 3.2rem;
    margin: 0 0 25px 0;
    font-weight: normal;
  }
  h2.low {
    background-color: #69ba87;
    color: #ffffff;
    padding: 15px;
    text-align: left;
    font-size: 3rem;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  h2.low span.small {
    font-size: 2.8rem;
  }
  h3 {
    color: #824f30;
    font-size: 2.8rem;
    line-height: 150%;
    box-shadow: 0 0 0 4px #824f30, 0 0 0 8px #d48d2f;
    margin: -2px 0 20px 0;
    font-weight: normal;
  }
  h4 {
    color: #07913a;
    font-size: 2.6rem;
    line-height: 150%;
    margin: 0 0 20px 0;
    font-weight: normal;
    border-bottom: #07913a 6px solid;
  }
  h5 {
    color: #ef8d0b;
    font-size: 2.6rem;
    line-height: 150%;
    margin: 0 0 20px 0;
    font-weight: normal;
    border-bottom: #ef8d0b 3px dotted;
  }
  p {
    font-size: 1.7rem;
    color: #595959;
    line-height: 160%;
  }
  a.text_link {
    font-size: 1.7rem;
    color: #595959;
    line-height: 160%;
    text-decoration: none;
    margin: 0 0 20px 0;
    display: block;
  }
}
/* -----------------------------------------------------------
　色
----------------------------------------------------------- */
.orange_text {
  color: #f26522;
}

.orange_text_b {
  color: #f26522;
  font-size: 2.2rem;
}

.orange_text_bh {
  color: #fca075;
  font-size: 3rem;
  text-align: center;
}

.green_text {
  color: #197b30;
}

.link_text {
  color: #197b30;
  font-weight: bold;
}
.link_text:hover {
  opacity: 0.6;
}

.red_text {
  color: red;
}

/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside {
  display: none;
}

.ac_box {
  margin: 0 auto 20px auto;
  width: 96%;
}

.ac_title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  line-height: 1em;
  color: #3eb134;
  font-size: 2rem;
  padding: 20px 16px;
  cursor: pointer;
  background-color: #ffffff;
  text-align: center;
  border: #3eb134 1px solid;
}

.ac_list {
  display: none;
  font-size: 1.7rem;
}
.ac_list ul {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  border-left: #3eb134 1px solid;
  border-right: #3eb134 1px solid;
  margin: 0;
}
.ac_list ul li {
  display: block;
  width: 100%;
  background-color: #ffffff;
  border-bottom: #3eb134 1px solid;
}
.ac_list ul li a {
  color: #313131;
  text-decoration: none;
  padding: 20px 30px;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
.ac_list ul li a span {
  color: #3eb134;
  margin: 0 10px 0 0;
}
.ac_list ul li.sub_menu a.js-accordionTitle span {
  transform: rotate(90deg);
  position: relative;
  left: -3px;
}
.ac_list ul li.sub_menu ul {
  border-left: none;
  border-right: none;
  border-top: #3eb134 1px solid;
}
.ac_list ul li.sub_menu ul li {
  background-color: #e0edcd;
}
.ac_list ul li.sub_menu ul li a {
  padding: 20px 30px 20px 55px;
}
.ac_list ul li.sub_menu ul:last-of-type {
  border-bottom: none;
}

@media screen and (min-width: 768px) {
  aside {
    display: block;
    width: 250px;
  }
  aside div {
    border: #b9e5b9 2px solid;
    background-color: #ffffff;
    box-sizing: border-box;
    margin: 0 0 20px 0;
  }
  aside div figure {
    text-align: center;
    margin: 20px 0 0 0;
  }
  aside div .aside_title {
    color: #3eb134;
    font-size: 3.2rem;
    text-align: center;
    margin: 0 0 30px 0;
  }
  aside div .aside_title.sub {
    font-size: 2.8rem;
    margin: 30px 0;
  }
  aside div ul {
    list-style-type: none;
    width: 220px;
    margin: 0 auto;
  }
  aside div ul li {
    margin: 0 0 30px 0;
  }
  aside div ul li a {
    display: block;
    color: #534741;
    font-size: 1.8rem;
    text-decoration: none;
  }
  aside div ul li a span {
    color: #3eb134;
    margin: 0 5px 0 0;
  }
  aside div ul li a:hover {
    opacity: 0.6;
  }
  aside div ul li.sub_menu a.js-accordionTitle {
    cursor: pointer;
  }
  aside div ul li.sub_menu a.js-accordionTitle span {
    display: inline-block;
    transform: rotate(90deg);
    position: relative;
    left: -2px;
  }
  aside div ul li.sub_menu ul {
    margin: 20px -13px 0;
    width: 246px;
  }
  aside div ul li.sub_menu ul li {
    background-color: #e0edcd;
    margin: 0;
  }
  aside div ul li.sub_menu ul li a {
    display: block;
    padding: 20px 13px 20px 30px;
    border-bottom: 1px solid #fff;
  }
  aside .side_bnr {
    border: none;
    padding: 0;
    margin: 0 0 20px;
    background-color: #F6F0E8;
  }
  aside .side_bnr a {
    display: block;
  }
  aside .side_bnr img {
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
  }
  aside a:hover {
    opacity: 0.6;
  }
  .ac_box {
    display: none;
  }
}
/* -----------------------------------------------------------
　ヘッダーとキービジュアル
----------------------------------------------------------- */
header .head_info {
  display: block;
  background-color: #ffffff;
  width: 100%;
  margin: 0 auto;
}
header .head_info .h_logo {
  display: block;
  width: 94%;
  margin: 0 auto;
  padding: 1.5rem 0 0 0;
  text-align: center;
}
header .head_info .h_logo a img {
  width: 100%;
  height: auto;
}
header .head_info a.head_tel {
  display: block;
  color: #e67827;
  font-size: 2.8rem;
  text-align: center;
  margin: 1.2rem 0 0 0;
  text-decoration: none;
}
header .head_info p.head_address {
  color: #07913a;
  font-size: 1.6rem;
  text-align: center;
  margin: 0.5rem 0 0 0;
}
header .head_info p.head_text {
  color: #666666;
  font-size: 1.4rem;
  text-align: center;
  margin: 0.5rem auto 0 auto;
  width: 90%;
  line-height: 140%;
}
header .key_visual_bg_sp {
  background-size: cover;
  width: 100%;
  height: 100vw;
  position: relative;
  margin: -14vw 0 0 0;
}
header .key_visual_bg_sp div {
  width: 70%;
  position: absolute;
  bottom: 2rem;
  right: 2%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header .key_visual_bg_sp div figure {
  margin: 0 0 0 52%;
  display: block;
  width: 48%;
}
header .key_visual_bg_sp div figure img {
  display: block;
  width: 100%;
  height: auto;
}
header .key_visual_bg {
  display: none;
  height: 0;
}
header .head_low .head_text {
  display: none;
}
header .key_visual_sp_ud {
  background: url(../images/key_visual_sp_ud.jpg) no-repeat;
  background-size: contain;
  width: 100%;
  height: 28vw;
  position: relative;
  margin: 0 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
header .key_visual_sp_ud h1 {
  color: #523216;
  font-size: 2rem;
  font-weight: normal;
  box-sizing: border-box;
  padding: 10vw 0 0 5vw;
}
header .key_visual_ud {
  display: none;
  height: 0;
}

@media screen and (min-width: 768px) {
  header .head_info {
    display: none;
  }
  header .key_visual_bg_sp {
    display: none;
    height: 0;
  }
  header .key_visual_bg {
    display: block;
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 796px;
    margin: 0 auto;
  }
  header .key_visual_bg .key_visual_frame {
    width: 1000px;
    margin: 0 auto;
    height: 796px;
    position: relative;
  }
  header .key_visual_bg .key_visual_frame .h_logo {
    display: block;
    width: 578px;
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  header .key_visual_bg .key_visual_frame .head_tel {
    position: absolute;
    top: 16px;
    left: 0;
    color: #e67827;
    font-size: 3.4rem;
    text-decoration: none;
  }
  header .key_visual_bg .key_visual_frame .head_address {
    position: absolute;
    top: 16px;
    right: 0;
    color: #07913a;
    font-size: 2.4rem;
    text-decoration: none;
  }
  header .key_visual_bg .key_visual_frame .head_text {
    position: absolute;
    top: 335px;
    right: 0;
    color: #666666;
    font-size: 2.7rem;
    text-decoration: none;
    line-height: 160%;
    text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
  }
  header .key_visual_bg .key_visual_frame img.key_on_01 {
    position: absolute;
    bottom: 32px;
    right: 220px;
  }
  header .key_visual_bg .key_visual_frame img.key_on_02 {
    position: absolute;
    bottom: 32px;
    right: 0px;
  }
  header .head_low .head_text {
    display: none;
  }
  header .key_visual_sp_ud {
    display: none;
  }
  header .key_visual_ud {
    display: block;
    background: url(../images/key_visual_pc_ud.jpg);
    background-repeat: no-repeat;
    background-position: center top;
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }
  header .key_visual_ud .key_visual_frame_ud {
    width: 1000px;
    margin: 0 auto;
    height: 500px;
    position: relative;
  }
  header .key_visual_ud .key_visual_frame_ud .h_logo {
    display: block;
    width: 578px;
    position: absolute;
    top: 22px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
  header .key_visual_ud .key_visual_frame_ud .head_tel {
    position: absolute;
    top: 16px;
    left: 0;
    color: #e67827;
    font-size: 3.4rem;
    text-decoration: none;
  }
  header .key_visual_ud .key_visual_frame_ud .head_address {
    position: absolute;
    top: 16px;
    right: 0;
    color: #07913a;
    font-size: 2.4rem;
    text-decoration: none;
  }
  header .key_visual_ud .key_visual_frame_ud .head_text {
    display: none;
  }
  header .key_visual_ud .key_visual_frame_ud h1 {
    position: absolute;
    top: 424px;
    left: 0;
    color: #523216;
    font-size: 4rem;
    font-weight: normal;
  }
}
/* -----------------------------------------------------------
　ハンバーガーメニュー
----------------------------------------------------------- */
/*ハンバーガーアイコン*/
.nav_icon_frame {
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 10px;
  z-index: 99999;
  padding: 12px 0 0 0;
  box-sizing: border-box;
  background-color: #419646;
  border: #419646 3px solid;
}

.nav__icon {
  width: 50px;
  height: 28px;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 999;
}
.nav__icon span {
  background: #ffffff;
  position: absolute;
  left: 0;
  right: 0;
  width: 40px;
  height: 3px;
  border-radius: 4px;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
  transition: all 0.4s;
  box-sizing: border-box;
  z-index: 999;
}
.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: 24px 0 0 0;
  text-align: center;
  color: #ffffff;
  font-weight: bold;
}

.drawr {
  display: none;
  position: absolute;
  top: 20vw;
  right: 2%;
  width: 96%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  background-color: #419646;
}

.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;
}
.main_nav_sp ul li {
  width: 100%;
  text-align: left;
  font-weight: bold;
  font-size: 4.8vw;
  letter-spacing: 0.05em;
  line-height: 140%;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0 0 0 50px;
  border-bottom: #ffffff 1px solid;
}
.main_nav_sp ul li:first-child {
  border-top: #ffffff 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;
}
.main_nav_sp ul li a i {
  display: none;
}

@media screen and (min-width: 768px) {
  .main_nav_sp {
    display: none;
  }
}
/* -----------------------------------------------------------
 グローバルナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .main_nav_pc {
    position: absolute;
    top: 200px;
    left: 0;
    right: 0;
    width: 1000px;
    height: 58px;
    display: block;
    margin: 0 auto;
  }
  .main_nav_pc ul.main_nav {
    width: 1000px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    list-style-type: none;
    height: 58px;
    box-sizing: border-box;
    background-color: #07913a;
    border-bottom: #fab309 3px solid;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    box-shadow: 0px 6px 3px -3px rgba(202, 203, 203, 0.8);
  }
  .main_nav_pc ul.main_nav li {
    width: 166.66px;
    text-align: center;
    box-sizing: border-box;
    font-size: 1.6rem;
    height: 28;
    overflow: hidden;
    box-sizing: border-box;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }
  .main_nav_pc ul.main_nav li a {
    color: #ffffff;
    text-decoration: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    height: 28px;
    padding: 0 0 0 0;
    width: 100%;
    border-left: #c8c8c8 3px solid;
  }
  .main_nav_pc ul.main_nav li a:hover {
    opacity: 0.6;
  }
  .main_nav_pc ul.main_nav li:first-child a {
    border-left: none;
  }
}
/* -----------------------------------------------------------
 バナー
----------------------------------------------------------- */
ul.banner_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
ul.banner_list li {
  list-style: none;
  color: #029148;
  border: #029148 1px solid;
  text-align: center;
  padding: 6vw 20px;
  margin: 0 auto 20px;
  font-size: 1.4rem;
  align-items: center;
  text-shadow: #fff 2px 0px, #fff -2px 0px, #fff 0px -2px, #fff 0px 2px, #fff 2px 2px, #fff -2px 2px, #fff 2px -2px, #fff -2px -2px, #fff 1px 2px, #fff -1px 2px, #fff 1px -2px, #fff -1px -2px, #fff 2px 1px, #fff -2px 1px, #fff 2px -1px, #fff -2px -1px;
}
ul.banner_list li a {
  color: #029148;
  text-decoration: none;
}
ul.banner_list li:hover {
  opacity: 0.5;
}
ul.banner_list li span {
  margin-bottom: 20px;
  font-size: 120%;
  font-weight: bold;
  display: block;
}
ul.banner_list li:nth-child(1) {
  background: url(../images/index_banner_01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
}

@media screen and (min-width: 768px) {
  ul.banner_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;
    width: 720px;
    margin: 0 auto;
  }
  ul.banner_list li {
    color: #029148;
    border: #029148 1px solid;
    text-align: center;
    margin: 0 0 20px 0;
    padding: 20px;
    font-size: 2rem;
    width: 720px;
    line-height: 150%;
    align-items: center;
  }
  ul.banner_list li span {
    margin-bottom: 0;
    font-size: 120%;
    font-weight: bold;
    display: block;
  }
  ul.banner_list li:nth-child(1) {
    background: url(../images/index_banner_01.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 60px;
  }
}
/* -----------------------------------------------------------
　新型コロナウィルス感染対策
----------------------------------------------------------- */
.bnr {
  margin: 0 auto;
  text-align: center;
}
.bnr img {
  width: 100%;
  max-width: 600px;
  height: auto;
  margin: 0 auto 2rem;
}

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  padding: 0 3vw;
  box-sizing: border-box;
  height: 200px;
  width: 100%;
  margin: 0 auto 30px auto;
  background-color: #ffffff;
  overflow-y: scroll;
}
.notice_frame dl {
  padding: 20px 0;
}
.notice_frame dl dt {
  margin: 0 0 10px 0;
  color: #e67827;
  font-size: 1.8rem;
}
.notice_frame dl dd {
  color: #313131;
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  line-height: 110%;
}

@media screen and (min-width: 768px) {
  .notice_frame {
    padding: 0;
    box-sizing: border-box;
    height: 287px;
    width: 720px;
    margin: 0 0 60px 0;
    background-color: #ffffff;
  }
  .notice_frame dl {
    padding: 20px;
    box-sizing: border-box;
  }
  .notice_frame dl dt {
    margin: 0 0 10px 0;
    color: #e67827;
    font-size: 2rem;
  }
  .notice_frame dl dd {
    color: #313131;
    margin: 0 0 40px 0;
    font-size: 1.7rem;
    line-height: 140%;
  }
}
/*スマホ用スライドバー*/
@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);
  }
}
/* -----------------------------------------------------------
　クレジットカード決済
----------------------------------------------------------- */
.bnr_card {
  margin: 0 auto;
  text-align: center;
}
.bnr_card img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto 2rem;
}

.margin {
  padding-bottom: 20px;
  margin-bottom: 0 !important;
}

/* -----------------------------------------------------------
　求人募集
----------------------------------------------------------- */
.recruit_frame {
  padding: 0 3vw;
  box-sizing: border-box;
  height: 400px;
  width: 100%;
  margin: 0 auto 30px auto;
  background-color: #ffffff;
  overflow-y: scroll;
}
.recruit_frame dl {
  padding: 20px 0;
}
.recruit_frame dl dt {
  margin: 0 0 10px 0;
  color: #e67827;
  font-size: 1.8rem;
}
.recruit_frame dl dd {
  color: #313131;
  margin: 0 0 40px 0;
  font-size: 1.5rem;
  line-height: 110%;
}

@media screen and (min-width: 768px) {
  .recruit_frame {
    padding: 0;
    box-sizing: border-box;
    height: 574px;
    width: 720px;
    margin: 0 0 60px 0;
    background-color: #ffffff;
  }
  .recruit_frame dl {
    padding: 20px;
    box-sizing: border-box;
  }
  .recruit_frame dl dt {
    margin: 0 0 10px 0;
    color: #e67827;
    font-size: 2rem;
  }
  .recruit_frame dl dd {
    color: #313131;
    margin: 0 0 40px 0;
    font-size: 1.7rem;
    line-height: 140%;
  }
}
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) {
  .recruit_frame::-webkit-scrollbar {
    width: 12px;
    background: #ffffff;
  }
  .recruit_frame::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .recruit_frame::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
/* -----------------------------------------------------------
　初診の患者様へのお知らせ
----------------------------------------------------------- */
.info02 {
  padding: 5vw 3vw;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin: 0px auto 30px auto;
  background-color: #fff;
  border: #029148 1px solid;
}
.info02 p.info_text {
  color: #595959;
  font-size: 1.5rem;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  .info02 {
    padding: 30px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    margin: 0px auto 30px auto;
    background-color: #fff;
  }
  .info02 p.info_text {
    color: #595959;
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
  }
  .info02 ul {
    margin-left: 150px;
    margin-right: 150px;
  }
  .info02 ul li {
    font-size: 2rem !important;
    line-height: 140% !important;
  }
}
/* -----------------------------------------------------------
　わかさクリニックを受診されていた患者様へ
----------------------------------------------------------- */
.info {
  padding: 5vw 3vw;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin: 40px auto 30px auto;
  background-color: #ffffff;
}
.info p.info_title {
  color: #f26522;
  font-weight: bold;
  text-align: center;
  font-size: 2rem;
  line-height: 120%;
  margin: 0 0 25px 0;
}
.info p.info_text {
  color: #595959;
  font-size: 1.5rem;
  line-height: 120%;
}
.info hr {
  border: none;
  border-bottom: #197b30 1px solid;
}
.info p.info_text_green {
  color: #197b30;
  font-weight: bold;
  font-size: 1.7rem;
  line-height: 130%;
}
.info p.info_text_green a {
  color: #197b30;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .info {
    padding: 30px;
    box-sizing: border-box;
    height: auto;
    width: 100%;
    margin: 40px auto 30px auto;
    background-color: #ffffff;
  }
  .info p.info_title {
    color: #f26522;
    font-weight: bold;
    text-align: center;
    font-size: 3rem;
    line-height: 120%;
    margin: 0 0 25px 0;
  }
  .info p.info_text {
    color: #595959;
    font-size: 2rem;
    line-height: 140%;
    text-align: center;
  }
  .info hr {
    border: none;
    border-bottom: #197b30 2px solid;
  }
  .info p.info_text_green {
    color: #197b30;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 120%;
    text-align: center;
  }
}
/* -----------------------------------------------------------
 上新井くろかわクリニックのポリシー
----------------------------------------------------------- */
.policy_frame {
  padding: 5vw 2.5vw;
  box-sizing: border-box;
  margin: 0 auto 30px auto;
  width: 95%;
}
.policy_frame p {
  font-size: 1.8rem;
  text-align: center;
}
.policy_frame div {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.policy_frame div p {
  order: 2;
  color: #534741;
  font-size: 1.5rem;
  text-align: left;
  line-height: 140%;
}
.policy_frame div figure {
  order: 1;
  text-align: center;
  margin: 0 0 20px 0;
}
.policy_frame div figure img {
  width: 70%;
  height: auto;
}

.policy_1 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8e1+0,eeeee6+100 */
  background: rgb(219, 232, 225);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgb(219, 232, 225) 0%, rgb(238, 238, 230) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(219, 232, 225) 0%, rgb(238, 238, 230) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(219, 232, 225) 0%, rgb(238, 238, 230) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe8e1", endColorstr="#eeeee6", GradientType=1);
  /* IE6-9 */
}
.policy_1 p {
  color: #228955;
}
.policy_1 hr {
  border: none;
  border-bottom: #228955 2px solid;
}

.policy_2 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dee8ca+0,efeedf+100 */
  background: rgb(222, 232, 202);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgb(222, 232, 202) 0%, rgb(239, 238, 223) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(222, 232, 202) 0%, rgb(239, 238, 223) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(222, 232, 202) 0%, rgb(239, 238, 223) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dee8ca", endColorstr="#efeedf", GradientType=1);
  /* IE6-9 */
}
.policy_2 p {
  color: #60a309;
}
.policy_2 hr {
  border: none;
  border-bottom: #60a309 2px solid;
}

.policy_3 {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0e7c8+0,f4edde+100 */
  background: rgb(240, 231, 200);
  /* Old browsers */
  background: -moz-linear-gradient(left, rgb(240, 231, 200) 0%, rgb(244, 237, 222) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgb(240, 231, 200) 0%, rgb(244, 237, 222) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgb(240, 231, 200) 0%, rgb(244, 237, 222) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0e7c8", endColorstr="#f4edde", GradientType=1);
  /* IE6-9 */
}
.policy_3 p {
  color: #fa9107;
}
.policy_3 hr {
  border: none;
  border-bottom: #fa9107 2px solid;
}

@media screen and (min-width: 768px) {
  .policy_frame {
    padding: 20px 18px;
    box-sizing: border-box;
    margin: 0 0 30px 0;
  }
  .policy_frame p {
    font-size: 2.5rem;
    text-align: left;
  }
  .policy_frame div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 20px 0 0 0;
  }
  .policy_frame div p {
    order: 1;
    color: #534741;
    font-size: 1.8rem;
    text-align: left;
    line-height: 180%;
    width: 400px;
  }
  .policy_frame div figure {
    order: 2;
    text-align: center;
    margin: 0 0 20px 0;
    width: 250px;
  }
  .policy_frame div figure img {
    width: 100%;
    height: auto;
  }
  .policy_1 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dbe8e1+0,eeeee6+100 */
    background: rgb(219, 232, 225);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(219, 232, 225) 0%, rgb(238, 238, 230) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(219, 232, 225) 0%, rgb(238, 238, 230) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(219, 232, 225) 0%, rgb(238, 238, 230) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dbe8e1", endColorstr="#eeeee6", GradientType=1);
    /* IE6-9 */
  }
  .policy_1 p {
    color: #228955;
  }
  .policy_1 hr {
    border: none;
    border-bottom: #228955 2px solid;
  }
  .policy_1 div p {
    background: url(../images/indec_policy_bg_01.png) no-repeat;
    background-position: center center;
    margin: 0 10px 0 0;
  }
  .policy_2 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dee8ca+0,efeedf+100 */
    background: rgb(222, 232, 202);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(222, 232, 202) 0%, rgb(239, 238, 223) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(222, 232, 202) 0%, rgb(239, 238, 223) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(222, 232, 202) 0%, rgb(239, 238, 223) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#dee8ca", endColorstr="#efeedf", GradientType=1);
    /* IE6-9 */
  }
  .policy_2 p {
    color: #60a309;
  }
  .policy_2 hr {
    border: none;
    border-bottom: #60a309 2px solid;
  }
  .policy_2 div p {
    background: url(../images/indec_policy_bg_02.png) no-repeat;
    background-position: center center;
    margin: 0 10px 0 0;
  }
  .policy_3 {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f0e7c8+0,f4edde+100 */
    background: rgb(240, 231, 200);
    /* Old browsers */
    background: -moz-linear-gradient(left, rgb(240, 231, 200) 0%, rgb(244, 237, 222) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgb(240, 231, 200) 0%, rgb(244, 237, 222) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgb(240, 231, 200) 0%, rgb(244, 237, 222) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f0e7c8", endColorstr="#f4edde", GradientType=1);
    /* IE6-9 */
  }
  .policy_3 p {
    color: #fa9107;
  }
  .policy_3 hr {
    border: none;
    border-bottom: #fa9107 2px solid;
  }
  .policy_3 div p {
    background: url(../images/indec_policy_bg_03.png) no-repeat;
    background-position: center center;
    margin: 0 10px 0 0;
  }
}
/* -----------------------------------------------------------
 新井くろかわクリニックの医療について
----------------------------------------------------------- */
ul.about_list {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 80%;
  margin: 0 auto;
}
ul.about_list li {
  color: #029148;
  border: #029148 1px solid;
  text-align: center;
  margin: 0 0 20px 0;
  font-size: 1.6rem;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
ul.about_list li:nth-child(1) {
  background: url(../images/indec_about_01.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 26vw;
}
ul.about_list li:nth-child(2) {
  background: url(../images/indec_about_02.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 26vw;
}
ul.about_list li:nth-child(3) {
  background: url(../images/indec_about_03.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 33vw;
}
ul.about_list li:nth-child(4) {
  background: url(../images/indec_about_04.jpg) no-repeat;
  background-size: cover;
  background-position: center center;
  height: 33vw;
}

.about_text {
  color: #595959;
  border: #029148 1px solid;
  background-color: #ffffff;
  padding: 20px 15px;
  box-sizing: border-box;
  font-size: 1.5rem;
  line-height: 140%;
}

@media screen and (min-width: 768px) {
  ul.about_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;
    width: 720px;
    margin: 0 auto;
  }
  ul.about_list li {
    color: #029148;
    border: #029148 1px solid;
    text-align: center;
    margin: 0 0 20px 0;
    font-size: 2rem;
    font-weight: bold;
    width: 350px;
    line-height: 120%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }
  ul.about_list li:nth-child(1) {
    background: url(../images/indec_about_01.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100px;
  }
  ul.about_list li:nth-child(2) {
    background: url(../images/indec_about_02.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 100px;
  }
  ul.about_list li:nth-child(3) {
    background: url(../images/indec_about_03.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 128px;
  }
  ul.about_list li:nth-child(4) {
    background: url(../images/indec_about_04.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    height: 128px;
  }
  .about_text {
    color: #595959;
    border: #029148 1px solid;
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    font-size: 1.7rem;
    line-height: 140%;
  }
}
/* -----------------------------------------------------------
 当院でできない医療
----------------------------------------------------------- */
.cannot {
  border: #e88340 1px solid;
  padding: 5vw 2.5vw;
  margin: 30px 0 0 0;
  box-sizing: border-box;
}
.cannot p {
  color: #e88340;
  font-size: 1.7rem;
  text-align: center;
  margin: 0 0 30px 0;
}

@media screen and (min-width: 768px) {
  .cannot {
    border: #e88340 1px solid;
    padding: 23px 20px 10px 20px;
    margin: 20px 0 0 0;
    box-sizing: border-box;
  }
  .cannot p {
    color: #e88340;
    font-size: 2.2rem;
    text-align: center;
    margin: 0 0 20px 0;
  }
}
/* -----------------------------------------------------------
 医院概要
----------------------------------------------------------- */
.overview {
  background-color: #e0edcd;
  padding: 2rem 0 0 0;
  margin: 4rem 0 0 0;
}
.overview .overview_frame {
  width: 96%;
  margin: 0 auto;
}
.overview .overview_frame img.overview_logo {
  width: 80%;
  display: block;
  margin: 0 auto 35px auto;
}
.overview .overview_frame p.overview_title {
  color: #857464;
  font-size: 1.6rem;
  font-weight: bold;
}
.overview .overview_frame .overview_info {
  margin: 70px 0 0 0;
}
.overview .overview_frame .overview_info dl {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.overview .overview_frame .overview_info dl dt {
  color: #857464;
  font-size: 1.6rem;
  font-weight: bold;
  border-bottom: #857464 1px solid;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
}
.overview .overview_frame .overview_info dl dd {
  color: #4c4c4c;
  font-size: 1.5rem;
  line-height: 140%;
  margin: 0 0 50px 0;
}
.overview .overview_frame .overview_info dl dd span {
  color: #e67827;
  font-size: 1.9rem;
}
.overview .overview_frame .overview_info dl dd a {
  color: #e67827;
  font-size: 1.9rem;
  text-decoration: none;
}

/*googleMap*/
.googlemap {
  text-align: center;
  background-color: #e0edcd;
  padding: 0 0 100px 0;
}
.googlemap iframe {
  display: block;
  width: 96%;
  height: 400px;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .overview {
    background-color: #e0edcd;
    padding: 55px 0 0 0;
    margin: 0;
  }
  .overview .overview_frame {
    width: 1000px;
    margin: 0 auto;
  }
  .overview .overview_frame img.overview_logo {
    width: 493px;
    height: auto;
    display: block;
    margin: 0 auto 35px auto;
  }
  .overview .overview_frame p.overview_title {
    color: #857464;
    font-size: 2.2rem;
    font-weight: bold;
  }
  .overview .overview_frame .overview_info {
    margin: 50px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1000px;
  }
  .overview .overview_frame .overview_info dl {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    width: 485px;
  }
  .overview .overview_frame .overview_info dl dt {
    color: #857464;
    font-size: 2.2rem;
    font-weight: bold;
    border-bottom: #857464 1px solid;
    padding: 0 0 5px 0;
    margin: 0 0 5px 0;
  }
  .overview .overview_frame .overview_info dl dd {
    color: #4c4c4c;
    font-size: 1.8rem;
    line-height: 140%;
    margin: 0 0 50px 0;
  }
  .overview .overview_frame .overview_info dl dd span {
    color: #e67827;
    font-size: 3.8rem;
    display: block;
    margin: 15px 0 0 0;
    line-height: 60px;
  }
  .overview .overview_frame .overview_info dl dd a {
    color: #e67827;
    font-size: 3.8rem;
    text-decoration: none;
  }
  /*googleMap*/
  .googlemap {
    text-align: center;
    background-color: #e0edcd;
    padding: 0 0 0 0;
  }
  .googlemap iframe {
    display: block;
    width: 100%;
    height: 500px;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
 診療時間
----------------------------------------------------------- */
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 th {
  font-size: 1.5rem;
  color: #534741;
  padding: 15px 0;
  font-weight: bold;
  background-color: #d1f39e;
  font-weight: normal;
  border-top: #534741 1px solid;
  border-bottom: #534741 1px solid;
}
table.timetable tr td {
  color: #534741;
  font-size: 1.2rem;
  padding: 15px 0;
  border-bottom: #534741 1px solid;
  background-color: #ffffff;
}
table.timetable tr td.time {
  color: #534741;
  width: 30%;
}
table.timetable tr td.star {
  color: #197b30;
}

.notice_time {
  font-size: 1.2rem;
  /*color: #515151;*/
  line-height: 120%;
}
.notice_time span {
  color: #197b30;
}

@media screen and (min-width: 768px) {
  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 th {
    font-size: 2rem;
    color: #534741;
    padding: 15px 0;
    font-weight: bold;
    background-color: #d1f39e;
    font-weight: normal;
    border-top: #534741 1px solid;
    border-bottom: #534741 1px solid;
  }
  table.timetable tr th.holiday {
    width: 130px;
  }
  table.timetable tr td {
    color: #534741;
    font-size: 2rem;
    padding: 15px 0;
    border-bottom: #534741 1px solid;
    background-color: #ffffff;
  }
  table.timetable tr td.time {
    color: #534741;
    width: 30%;
  }
  table.timetable tr td.star {
    color: #197b30;
  }
  .notice_time {
    font-size: 1.8rem;
    /*color: #515151;*/
    line-height: 120%;
  }
  .notice_time span {
    color: #197b30;
  }
}
/* -----------------------------------------------------------
 フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}

.copyright {
  color: #ffffff;
  background-color: #1c5e31;
  text-align: center;
  line-height: 140%;
  padding: 15px 0;
}

@media screen and (min-width: 768px) {
  footer .footer_frame {
    display: block;
    background-color: #1c5e31;
  }
  .footer_frame {
    display: block;
    width: 100%;
    height: 190px;
    margin: 0 auto;
    box-sizing: border-box;
  }
  .footer_frame .footer_list {
    padding: 65px 0 0 0;
  }
  .footer_frame .footer_list ul {
    font-size: 1.5rem;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
  }
  .footer_frame .footer_list ul li a {
    color: #ffffff;
    text-decoration: none;
  }
  .footer_frame .footer_list ul li::before {
    content: "|";
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 0 10px 0 0;
    color: #ffffff;
  }
  .footer_frame .footer_list ul li:last-child::after {
    content: "|";
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 0 0 0 10px;
    color: #ffffff;
  }
  .footer_frame .footer_list ul.footer_list_01 {
    width: 710px;
    margin: 0 auto 24px auto;
  }
  .footer_frame .footer_list ul.footer_list_02 {
    width: 800px;
    margin: 0 auto 24px auto;
  }
  .footer_frame .footer_list ul.footer_list_02 li a i {
    display: none;
  }
  .footer_frame .footer_list ul.footer_list_03 {
    width: 710px;
    margin: 0 auto 24px auto;
  }
  .footer_frame .footer_list ul.footer_list_03 li a i {
    display: none;
  }
  .copyright {
    color: #ffffff;
    background-color: #1c5e31;
    text-align: center;
    line-height: 140%;
    padding: 15px 0;
    font-size: 1.3rem;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}
#linkpagetop img {
  width: 80%;
  height: auto;
}

#pagetop {
  position: fixed;
  bottom: 80px;
  right: 0px;
  height: 60px;
  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: 60px;
    height: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 100px;
    left: 50%;
    margin: 0 0 0 600px;
    height: 100px;
    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: 70px;
    left: 90%;
    margin: 0 0 0 0;
    height: 105px;
    text-align: center;
  }
}
/* -----------------------------------------------------------
 下層
----------------------------------------------------------- */
.pickup_tel {
  color: #e67827;
  font-size: 1.7rem;
  text-decoration: none;
}
.pickup_tel a {
  color: #e67827;
  font-size: 1.7rem;
  text-decoration: none;
}

.link_text_recruit {
  color: #595959;
}
.link_text_recruit a {
  color: #595959;
  text-decoration: none;
  border-bottom: #595959 1px solid;
}

@media screen and (min-width: 768px) {
  .pickup_tel {
    color: #e67827;
    font-size: 3.4rem;
    text-decoration: none;
  }
}
/* -----------------------------------------------------------
 予防接種
----------------------------------------------------------- */
table.price_table_pc {
  display: none;
}

table.price_table_sp {
  display: table;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.price_table_sp tr th {
  font-size: 1.5rem;
  border: #000000 1px solid;
  padding: 10px 0;
  background-color: #07913a;
  color: #ffffff;
  font-weight: normal;
}
table.price_table_sp tr td {
  font-size: 1.5rem;
  border: #000000 1px solid;
  padding: 10px 0;
}
table.price_table_sp tr td.blue {
  background-color: #cce3f1;
}
table.price_table_sp tr td.green {
  background-color: #d5f1d1;
}
table.price_table_sp tr td.yellow {
  background-color: #f8e9b6;
}

table.price_table {
  display: table;
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.price_table tr th {
  font-size: 1.5rem;
  border: #000000 1px solid;
  padding: 5px 0;
  background-color: #07913a;
  color: #ffffff;
  font-weight: normal;
  vertical-align: middle;
}
table.price_table tr td {
  font-size: 1.5rem;
  border: #000000 1px solid;
  padding: 5px 0;
  background-color: #ffffff;
  vertical-align: middle;
}
table.price_table tr td.adjustment {
  width: 70%;
}
table.price_table tr td.blue {
  background-color: #cce3f1;
}
table.price_table tr td.green {
  background-color: #d5f1d1;
}
table.price_table tr td.yellow {
  background-color: #f8e9b6;
}
table.price_table tr td br.indention {
  display: block;
}

@media screen and (min-width: 768px) {
  table.price_table tr th {
    font-size: 2rem;
  }
  table.price_table tr td {
    font-size: 2rem;
  }
  table.price_table tr td.adjustment {
    /*width: auto;*/
  }
  table.price_table tr td br.indention {
    display: none;
  }
  table.price_table_pc {
    display: table;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  table.price_table_pc tr th {
    font-size: 2rem;
    border: #000000 1px solid;
    padding: 5px 0;
    background-color: #07913a;
    color: #ffffff;
    font-weight: normal;
  }
  table.price_table_pc tr td {
    font-size: 2rem;
    border: #000000 1px solid;
    padding: 5px 0;
    background-color: #ffffff;
  }
  table.price_table_pc tr td.blue {
    background-color: #cce3f1;
  }
  table.price_table_pc tr td.green {
    background-color: #d5f1d1;
  }
  table.price_table_pc tr td.yellow {
    background-color: #f8e9b6;
  }
  table.price_table_sp {
    display: none;
  }
}
/* -----------------------------------------------------------
 送迎
----------------------------------------------------------- */
table.send_table_sp {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 10px 0;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.send_table_sp tr th {
  font-size: 1.4rem;
  border: #000000 1px solid;
  padding: 10px 0;
  background-color: #07913a;
  color: #ffffff;
  font-weight: normal;
  width: 25%;
}
table.send_table_sp tr td {
  font-size: 1.4rem;
  border: #000000 1px solid;
  padding: 10px 0;
  background-color: #ffffff;
}
table.send_table_sp tr td ul li {
  line-height: 120%;
}

table.send_table_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  table.send_table_pc {
    display: table;
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 10px 0;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  table.send_table_pc tr th {
    font-size: 2rem;
    border: #000000 1px solid;
    padding: 10px 0;
    background-color: #07913a;
    color: #ffffff;
    font-weight: normal;
  }
  table.send_table_pc tr td {
    font-size: 2rem;
    border: #000000 1px solid;
    padding: 5px 0;
    padding: 10px 0;
    background-color: #ffffff;
  }
  table.send_table_sp {
    display: none;
  }
}
/* -----------------------------------------------------------
 下層
----------------------------------------------------------- */
/*アクセス*/
.access_tel a {
  color: #e67827;
  text-decoration: none;
  font-size: 1.9rem;
}

.accessmap iframe {
  width: 100%;
  height: 400px;
}

.access_root {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 3rem 0;
}
.access_root img {
  display: block;
  width: 90%;
  margin: 0 auto 1rem auto;
}
.access_root figcaption {
  width: 90%;
  margin: 0 auto;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  /*アクセス*/
  .access_tel span {
    color: #e67827;
    text-decoration: none;
    font-size: 3.8rem;
  }
  .accessmap iframe {
    width: 100%;
    height: 550px;
  }
  .access_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 54px 0;
  }
  .access_root img {
    display: block;
    width: 350px;
    margin: 0 0 16px 0;
  }
  .access_root figcaption {
    width: 100%;
    margin: 0;
    font-size: 1.7rem;
  }
}
.accordionButton {
  cursor: pointer;
  display: block;
  position: relative;
  margin: 0 auto;
  padding: 1.2em 3.8em 1em 3.5em;
  max-width: 300px;
  text-align: center;
  color: #69ba87;
  font-size: 18px;
  font-weight: 700;
  background-color: #b9e5b9;
  transition: 0.3s;
}
.accordionButton span {
  color: #534741;
}
.accordionButton::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50vh;
}
.accordionButton::after {
  content: "+";
  position: absolute;
  top: 50%;
  left: 22px;
  transform: translateY(-50%);
  /*     transform: translateY(-50%) rotate(45deg);
      width: 5px;
      height: 5px;
      border-top: 3px solid #333333;
      border-right: 3px solid #333333; */
}

/* -----------------------------------------------------------
　アンカーリンク
----------------------------------------------------------- */
ul.list_anc {
  margin: 0 auto 2rem;
  padding: 0;
}
ul.list_anc li {
  display: block;
  width: 100%;
  margin: 0 auto 0.5rem;
  padding: 0;
}
ul.list_anc li a {
  display: block;
  padding: 0.5rem;
  background: #84d297;
  border: 3px solid #43b75f;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

ul.single_anc {
  margin: 0 auto 0.5rem;
  padding: 0;
}
ul.single_anc li {
  display: block;
  width: 100%;
  margin: 0 auto 0.5rem;
  padding: 0;
}
ul.single_anc li a {
  display: block;
  padding: 0.5rem;
  background: #84d297;
  border: 3px solid #43b75f;
  font-size: 1.6rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  ul.list_anc li {
    display: inline-block;
    width: 48%;
    margin: 0 0.5rem 2rem;
  }
  ul.list_anc li a {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
  ul.single_anc {
    margin: 0 0 1rem;
  }
  ul.single_anc li {
    width: 70%;
    display: inline-block;
  }
  ul.single_anc li a {
    padding: 1rem 0;
    font-size: 1.8rem;
  }
}
/* -----------------------------------------------------------
 depilatory.html
----------------------------------------------------------- */
.page-depilatory .img_right {
  background: #f6f0e8;
}
.page-depilatory .img_right.img01 img {
  width: 100px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .page-depilatory .img_right.img01 {
    margin: 0;
    padding: 0 0 10px 10px;
    width: 150px;
    box-sizing: border-box;
  }
  .page-depilatory .img_right.img01 img {
    width: 140px;
  }
}
.page-depilatory .parts_detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.page-depilatory .parts_detail figure {
  width: 49%;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  text-align: center;
  margin-bottom: 3em;
}
.page-depilatory .parts_detail figure figcaption {
  width: 100%;
  text-align: center;
  margin: 0 0 0.5em;
}
.page-depilatory .parts_detail p {
  width: 100%;
  margin: -1em 0 1em;
}
@media screen and (min-width: 768px) {
  .page-depilatory .parts_detail {
    justify-content: center;
  }
  .page-depilatory .parts_detail figure {
    width: 33.33333%;
  }
  .page-depilatory .parts_detail figure figcaption {
    font-size: 1.7rem;
  }
  .page-depilatory .parts_detail p {
    text-align: center;
    margin: -0.5em 0 1.5em;
  }
}

.box {
  padding: 2em;
  background: #e0edcd;
}

.mb0 {
  margin-bottom: 0;
}

.border_box {
  width: 85%;
  border: 3px solid #43b75f;
  padding: 1.5rem;
  border-radius: 15px;
  margin: 0 auto;
}
.border_box .link_tel {
  color: #e67827;
  text-decoration: none;
  font-size: 1.9rem;
}
.border_box .time {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .border_box {
    width: 70%;
    padding: 1.5rem 2rem 0;
  }
  .border_box .link_tel {
    color: #e67827;
    font-size: 3.8rem;
    text-decoration: none;
    line-height: 1.6;
  }
  .border_box .time {
    font-size: 2.5rem;
  }
}
.cardwrap {
  display: flex;
  justify-content: space-around;
  gap: 1em;
}
.cardwrap .card {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 300px;
  background: #fff;
  border: 2px solid #f2cd99;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
}
.cardwrap .card img {
  max-width: 100%;
}
.cardwrap .card_image {
  width: 100%;
  height: auto;
  border-radius: 5px;
  margin-bottom: 10px;
}
.cardwrap .card_title {
  position: absolute;
  background: #fff;
  margin: 0.5em;
  padding: 0 0.5em;
  margin-bottom: 5px;
  left: 0;
  top: 0;
  font-size: 1.2rem;
}
.cardwrap .card_description {
  color: #977528;
  font-weight: bold;
  margin-bottom: 10px;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .cardwrap .card_title {
    font-size: 1.7rem;
  }
}
.parts_detail2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}
.parts_detail2 figure {
  width: 49%;
  width: -webkit-calc(50% - 5px);
  width: calc(50% - 5px);
  text-align: center;
  margin-bottom: 3em;
}
.parts_detail2 figure .p_img {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 70%;
  min-height: 100px;
  height: 120px;
  margin: 0 auto;
  padding: 1rem;
}
.parts_detail2 figure figcaption {
  width: 100%;
  text-align: center;
  margin: 0 0 0.5em;
}
.parts_detail2 p {
  width: 100%;
  margin: -1em 0 1em;
}
@media screen and (min-width: 768px) {
  .parts_detail2 {
    justify-content: center;
    align-items: center;
  }
  .parts_detail2 figure {
    width: 25%;
  }
  .parts_detail2 figure figcaption {
    font-size: 1.7rem;
  }
  .parts_detail2 p {
    text-align: center;
    margin: -0.5em 0 1.5em;
  }
}

/* -----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
ul.list_maru {
  padding: 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.gif) no-repeat;
  background-position: left top 0.4rem;
  padding: 0 0 0 5%;
  line-height: 140%;
}

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_num {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0;
}
ul.list_num li {
  margin: 0 0 15px 2rem;
  padding: 0 0 0 5px;
}

ul.list_normal_two {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
ul.list_normal_two li {
  box-sizing: border-box;
  line-height: 130%;
  font-size: 1.6rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
}

ul.list_none {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0;
}
ul.list_none li {
  margin: 0 0 15px 0;
  padding: 0 0 0 5px;
}

@media screen and (min-width: 768px) {
  ul.list_maru {
    padding: 0;
  }
  ul.list_maru li {
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/maru.gif) no-repeat;
    background-position: left top 4px;
    padding: 0 0 0 20px;
    line-height: 140%;
  }
  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_num {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: decimal;
  }
  ul.list_num li {
    margin: 0 0 15px 35px;
  }
  ul.list_normal_two {
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }
  ul.list_normal_two li {
    width: 45%;
    box-sizing: border-box;
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  ul.list_none {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
  }
  ul.list_none li {
    margin: 0 0 15px 0;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
dl.bio_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;
  font-size: 1.6rem;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 120%;
}
dl.bio_list dt {
  width: 100%;
  margin: 0 0 0 0;
  font-weight: bold;
}
dl.bio_list dd {
  width: 100%;
  margin: 0 0 20px 0;
}

@media screen and (min-width: 768px) {
  /*経歴など*/
  dl.bio_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 1.6rem;
    box-sizing: border-box;
    line-height: 100%;
    width: 720px;
  }
  dl.bio_list dt {
    width: 220px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 500px;
    margin: 0 0 20px 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_right2 {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right2 img {
  width: 70%;
  height: auto;
}

.img_right2 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;
}

/*画像flex*/
/*画像右*/
.img_right_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px 0;
}
.img_right_frame figure.right {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_right_frame figure.right img {
  width: 60%;
  height: auto;
  margin: 10px 0;
}
.img_right_frame div.left {
  order: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.img_right_frame div.left p {
  margin: 0 0 20px 0;
}

/*画像左*/
.img_left_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 20px 0;
}
.img_left_frame figure.left {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_left_frame figure.left img {
  width: 60%;
  height: auto;
  margin: 10px 0;
}
.img_left_frame figure.left2 {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_left_frame figure.left2 img {
  width: 60%;
  height: auto;
  margin: 10px 0;
}
.img_left_frame div.right {
  order: 2;
  width: 100%;
  margin: 0 auto;
  padding: 0 20px 20px 20px;
  box-sizing: border-box;
}
.img_left_frame div.right p {
  margin: 0 0 20px 0;
}
.img_left_frame div.right p.doctor_name {
  text-align: right;
}
.img_left_frame div.right.-pd {
  padding: 0 !important;
}

/*二つ*/
.img_two {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.img_two img {
  width: 70%;
  margin: 0 auto 20px auto;
  display: block;
}

/*三つ*/
.img_three {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.img_three img {
  width: 70%;
  margin: 0 auto 20px auto;
  display: block;
}
.img_three.piercing figure {
  margin: 0 auto 20px;
  text-align: center;
}
.img_three.piercing figure img {
  width: auto;
  max-width: 100%;
  margin: 0 auto;
}
.img_three.piercing figure figcaption {
  margin: 10px 0 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  /*画像右回り込みあり*/
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 290px;
    height: auto;
  }
  /*画像右回り込みあり*/
  .img_right2 {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right2 img {
    width: 200px;
    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: 290px;
  }
  .img_two figure img {
    width: 290px;
    height: auto;
  }
  /*画像flex*/
  /*画像右*/
  .img_right_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 720px;
    margin: 0 auto 40px auto;
  }
  .img_right_frame figure.right {
    order: 2;
    width: 280px;
    text-align: center;
  }
  .img_right_frame figure.right img {
    width: 280px;
    height: auto;
    margin: 0;
  }
  .img_right_frame div.left {
    order: 1;
    width: 410px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .img_right_frame div.left p {
    margin: 0 0 20px 0;
  }
  /*画像左*/
  .img_left_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 720px;
    margin: 0 auto 40px auto;
  }
  .img_left_frame figure.left {
    order: 1;
    width: 280px;
    text-align: center;
  }
  .img_left_frame figure.left img {
    width: 280px;
    height: auto;
    margin: 0;
  }
  .img_left_frame figure.left2 {
    order: 1;
    width: 185px;
    text-align: center;
  }
  .img_left_frame figure.left2 img {
    width: 185px;
    height: auto;
    margin: 0;
  }
  .img_left_frame div.right {
    order: 2;
    width: 420px;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  .img_left_frame div.right p {
    margin: 0 0 20px 0;
  }
  .img_left_frame div.right p.doctor_name {
    text-align: right;
  }
  /*二つ*/
  .img_two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_two img {
    width: 280px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .img_two img {
    width: 290px;
    height: 200px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .img_two img.tate {
    width: 200px;
    height: 290px;
  }
  .img_three {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_three.rehabilitation img {
    width: 220px;
    height: 152px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .img_three.piercing {
    width: 100%;
    justify-content: flex-start;
  }
  .img_three.piercing figure {
    width: 33.33333333%;
    text-align: center;
    margin: 0 0 20px;
  }
  .img_three.piercing figure img {
    width: auto;
    height: auto;
  }
  .img_three.piercing figure figcaption {
    width: 100%;
  }
}
figcaption {
  width: 290px;
  margin: 0 auto;
  font-size: 1.3rem;
  text-align: left;
}/*# sourceMappingURL=style.css.map */