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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字PC*/
/*基本フォント*/
/*游明朝*/
/*基本文字色*/
/*基本背景色PC*/
/*電話番号*/
/*緑*/
/*オレンジ*/
/*薄緑*/
/*茶*/
/*極薄緑*/
/*灰色*/
/*濃茶*/
/*灰色*/
/*赤茶*/
/*薄黄色*/
/*薄ベージュ*/
/*緑*/
/*ピンク*/
/*薄緑*/
/*黄色*/
/*緑2*/
/*黄色*/
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
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: #222222;
}

@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: #222222;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  width: 100%;
  margin: 0 auto;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0;
  padding: 0 2%;
}
section.first {
  margin: 0 0 0 0;
}
section.first02 {
  margin: 5rem auto 6rem;
}
section.bgc_col5 {
  background-color: #f4fddf;
}
section.normal_section {
  margin: 3rem auto;
  width: 95%;
}
section.normal_section_col5 {
  margin: 3rem auto;
  padding: 0;
  width: 95%;
  background-color: #f4fddf;
}
section.normal_section_col5 .normal_frame {
  margin: 2rem;
}
section.normal_section_col10 {
  margin: 3rem auto;
  padding: 0;
  width: 95%;
  background-color: #fffbe5;
}
section.normal_section_col10 .normal_frame {
  margin: 2rem;
}

.sentence {
  height: auto;
  overflow: hidden;
}

.pc_n {
  display: block !important;
}

.sp_n {
  display: none !important;
}

@media screen and (min-width: 768px) {
  body {
    margin: 0;
    padding: 0;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  section.first {
    margin: 0 auto;
    max-width: 1080px;
    width: 100%;
  }
  section.first02 {
    margin: 0 auto 8rem;
    max-width: 1080px;
    width: 100%;
  }
  section.normal_section {
    margin: 4rem auto;
    padding: 0;
    max-width: 1080px;
    width: 100%;
  }
  section.normal_section_col5 {
    margin: 4rem auto;
    padding: 0;
    max-width: 1080px;
    width: 100%;
    background-color: #f4fddf;
  }
  section.normal_section_col5 .normal_frame {
    margin: 3rem;
  }
  section.normal_section_col10 {
    margin: 4rem auto;
    padding: 0;
    max-width: 1080px;
    width: 100%;
    background-color: #fffbe5;
  }
  section.normal_section_col10 .normal_frame {
    margin: 3rem;
  }
  .pc_n {
    display: none !important;
  }
  .sp_n {
    display: block !important;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0 0 0 0;
}
article.low {
  margin: 0 auto;
}

.wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.wrapper .main {
  width: 100%;
  margin: 0 auto;
  order: 1;
}

.bg_grain {
  background: url(../images/a_bg_grain.jpg) repeat-x;
  background-size: auto 100%;
  background-position: left top;
  margin: 0;
}

.bg_plaid {
  background: url(../images/a_bg_plaid.png) repeat;
  background-size: auto;
  background-position: left top;
  margin: 0;
}

@media screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 47px auto 0 auto;
    padding: 0;
  }
  article.low {
    margin: 0 auto;
  }
  .wrapper {
    width: 100%;
    height: auto;
    margin: 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;
  }
  .wrapper .main {
    width: 100%;
    margin: 0;
    padding: 0;
    order: 2;
  }
  .bg_grain {
    background: url(../images/a_bg_grain.jpg) repeat-x;
    background-size: cover;
    background-position: left top;
    margin: 0;
  }
}
/* -----------------------------------------------------------
　文字装飾
----------------------------------------------------------- */
span.text_red {
  color: red;
}

span.text_green {
  color: #00743f;
  font-weight: bold;
}

span.bold_text {
  font-weight: bold;
}

strong {
  font-weight: bold;
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}

span.underline_text {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  strong {
    font-weight: bold;
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  height: auto;
}
header .head_frame {
  margin: 0.6rem auto 0.3rem auto;
  width: 96%;
}
header .head_frame .head_logo {
  width: 100%;
  margin: 2rem 0;
}
header .head_frame .head_logo a {
  width: 80%;
  display: block;
}
header .head_frame .head_logo a img {
  width: 100%;
  height: auto;
}
header .head_frame .head_info {
  margin: 1rem 0 0 0;
  width: 100%;
}
header .head_frame .head_info span.tel {
  width: 100%;
  text-align: center;
  font-size: 2.6rem;
  color: #ff7700;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
  margin-bottom: 0;
}
header .head_frame .head_info span.tel::before {
  content: "\e802";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10%;
}
header .head_frame .head_info span.tel a {
  color: #ff7700;
  display: inline-block;
  width: 100%;
  height: 100%;
  line-height: 1.3;
}
header .head_frame .head_info a {
  text-decoration: none;
  display: block;
  padding: 0.8rem 0;
  color: #ffffff;
  margin: auto;
  width: 100%;
  border: #ff7700 1px solid;
  border-radius: 4px;
}
header .head_frame .head_info span.train {
  width: auto;
  border: none;
  font-size: 1.4rem;
  color: #222222;
  margin: 0;
  padding: 0.6rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  align-items: center;
}
header .head_frame .head_info span.train::before {
  content: "\e801";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
header .head_frame .head_info span.train em {
  font-size: 1.8rem;
  font-weight: normal;
  font-style: normal;
}
header .head_frame .head_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
}
header .head_frame .head_link a {
  display: block;
  width: 48%;
  color: #ffffff;
  font-weight: bold;
  text-decoration: none;
  background-color: #369c54;
  border-radius: 0.8rem;
  text-align: center;
  font-size: 1.4rem;
  padding: 1rem 0;
  box-sizing: border-box;
}
header.blog {
  height: 30vw;
}

@media screen and (min-width: 768px) {
  header {
    height: auto;
  }
  header .head_frame {
    margin: 20px auto 0 auto;
    width: 1080px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  header .head_frame .head_logo {
    width: 466px;
    margin: auto 0;
  }
  header .head_frame .head_logo a {
    width: 100%;
  }
  header .head_frame .head_logo a img {
    width: 100%;
    height: auto;
  }
  header .head_frame .head_info {
    margin: 0;
    width: auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  header .head_frame .head_info span.tel {
    display: block;
    width: auto;
    border: none;
    font-size: 2.8rem;
    color: #ff7700;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  header .head_frame .head_info span.tel::before {
    font-size: 3rem;
    position: inherit;
  }
  header .head_frame .head_info span.tel a {
    border: none;
  }
  header .head_frame .head_info span.train {
    display: block;
    width: auto;
    border: none;
    font-size: 1.4rem;
    color: #222222;
    margin: 0;
    padding: 0.6rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  header .head_frame .head_info span.train::before {
    font-size: 2rem;
  }
  header .head_frame .head_info span.train em {
    font-size: 2rem;
  }
  header .head_frame .head_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 420px;
    margin: 30px 0 0 0;
  }
  header .head_frame .head_link a {
    display: block;
    width: 200px;
    color: #ffffff;
    font-weight: bold;
    text-decoration: none;
    background-color: #369c54;
    border-radius: 2rem;
    text-align: center;
    font-size: 1.8rem;
    padding: 1rem 0;
    box-sizing: border-box;
    height: 45px;
  }
  header.blog {
    height: 110px;
  }
}
/* -----------------------------------------------------------
　キービジュアル
----------------------------------------------------------- */
.key_visual {
  display: block;
  width: 100%;
  height: 55vw;
  margin: 1rem 0 0;
  background-size: cover;
  background-position: center top;
}
.key_visual .key_on {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  z-index: 1;
}
.key_visual .key_on img {
  width: 85%;
  margin: auto;
}

.key_visual_low {
  display: block;
  width: 100%;
  height: 24vw;
  overflow: hidden;
  margin: 1rem 0 0 0;
  background: url("../images/key_visual_low.jpg") no-repeat;
  background-size: auto 100%;
  background-position: 30% top;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.key_visual_low h1 {
  color: #410908;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0;
}

.key_visual_blog {
  display: block;
  width: 100%;
  height: 34vw;
  overflow: hidden;
  margin: 1rem 0 0 0;
  background: url(./images/key_visual_low.jpg) no-repeat;
  background-size: cover;
  background-position: center top;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
}
.key_visual_blog h1 {
  color: #1fb446;
  font-weight: bold;
  font-size: 1.6rem;
  margin: 10vw 0 0 0;
}

@media screen and (min-width: 768px) {
  .key_visual {
    display: block;
    width: 100%;
    height: 550px;
    margin: 0 auto 0 auto;
    background-size: cover;
    background-position: center top;
    overflow: hidden;
  }
  .key_visual .key_on {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1080px;
    height: 500px;
    margin: 0 auto;
    z-index: 1;
  }
  .key_visual .key_on img {
    width: 677px;
    height: 158px;
    margin: auto;
  }
  .key_visual_low {
    display: block;
    width: 100%;
    height: 200px;
    overflow: hidden;
    margin: 0;
    background: url(../images/key_visual_low.jpg) no-repeat;
    background-size: auto 100%;
    background-position: center top;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .key_visual_low h1 {
    color: #410908;
    font-weight: bold;
    font-size: 3.8rem;
    margin: 0;
  }
  .key_visual_blog {
    display: block;
    width: 100%;
    height: 210px;
    overflow: hidden;
    margin: 1rem 0 0 0;
    background: url(./images/key_visual_low.jpg) no-repeat;
    background-size: cover;
    background-position: center top;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
  }
  .key_visual_blog h1 {
    color: #1fb446;
    font-weight: bold;
    font-size: 3.8rem;
    margin: 48px 0 0 0;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  border: none;
}
table.timetable tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.timetable tr.line {
  border-bottom: #665045 1px solid;
}
table.timetable tr th {
  background-color: #665045;
  padding: 12px 0;
  text-align: center;
  color: #ffffff;
  font-size: 1.2rem;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
}
table.timetable tr th.holiday {
  width: 15%;
}
table.timetable tr td {
  text-align: center;
  padding: 0.8rem 0;
  font-size: 1rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #665045;
}
table.timetable tr td.time {
  width: 30%;
  font-size: 1rem;
  text-align: center;
  color: #665045;
}

.notice_time {
  font-size: 1.4rem;
  color: #665045;
  line-height: 120%;
  width: 100%;
  margin: 15px auto 10px auto;
}

@media screen and (min-width: 768px) {
  table.timetable {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
  }
  table.timetable tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.timetable tr th {
    padding: 12px 0;
    text-align: center;
    color: #ffffff;
    font-size: 1.5rem;
    vertical-align: middle;
    box-sizing: border-box;
  }
  table.timetable tr th.holiday {
    width: 15%;
  }
  table.timetable tr td {
    text-align: center;
    padding: 1.2rem 0;
    font-size: 1.8rem;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  table.timetable tr td.time {
    width: 30%;
    font-size: 1.4rem;
    text-align: center;
  }
  .notice_time {
    font-size: 1.4rem;
    margin: 0;
    width: 100%;
    padding: 1rem;
    box-sizing: border-box;
    line-height: 180%;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .main_nav_pc {
    display: block;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    border-bottom: 2px #222222 solid;
    background-color: #00743f;
  }
  .main_nav_pc nav {
    width: 1080px;
    height: 80px;
    margin: 22px auto 0 auto;
  }
  .main_nav_pc nav ul {
    width: 1080px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .main_nav_pc nav ul li {
    width: 20%;
    text-align: center;
    font-size: 1.5rem;
    line-height: 100%;
    margin: 0;
    position: relative;
  }
  .main_nav_pc nav ul li::before {
    content: "";
    border-left: #ffffff 1px solid;
    height: 40px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -20px;
  }
  .main_nav_pc nav ul li a {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    height: 80px;
    color: #ffffff;
    text-decoration: none;
    text-align: center;
    box-sizing: border-box;
    font-weight: normal;
    position: relative;
    background-color: #00743f;
    margin: 0 1px;
  }
  .main_nav_pc nav ul li a:hover {
    opacity: 0.7;
    background-color: #369c54;
  }
  .main_nav_pc nav ul li:last-child::after {
    content: "";
    border-left: #ffffff 1px solid;
    height: 40px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
  }
}
/* -----------------------------------------------------------
　診療時間表
----------------------------------------------------------- */
.medical_time {
  background-color: #665045;
  margin: 2rem 0 0 0;
}
.medical_time .medical_time_left {
  text-align: center;
  padding: 2rem 0 0.5rem 0;
}
.medical_time .medical_time_left img {
  width: 40%;
}
.medical_time .medical_time_right {
  padding: 0 0 1rem 0;
}
.medical_time .medical_time_right table {
  width: 96%;
  margin: 0 auto;
}
.medical_time .medical_time_right p {
  width: 96%;
  margin: 1rem auto;
}

@media screen and (min-width: 768px) {
  .medical_time {
    background-color: #665045;
    margin: 38px 0 60px 0;
    padding: 38px 0 20px 0;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .medical_time .medical_time_left {
    text-align: center;
    padding: 2rem 0 0.5rem 0;
    width: 169px;
  }
  .medical_time .medical_time_left img {
    width: 169px;
  }
  .medical_time .medical_time_right {
    padding: 0 0 1rem 0;
    width: 560px;
  }
  .medical_time .medical_time_right table {
    width: 96%;
    margin: 0 auto;
  }
  .medical_time .medical_time_right p {
    width: 96%;
    margin: 1rem auto;
  }
}
/* -----------------------------------------------------------
　トップコロナバナー
----------------------------------------------------------- */
.mt_20 {
  margin-top: 20px;
}

.mt_40 {
  margin-top: 40px;
}

/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  padding: 3rem 1rem;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.notice_frame div {
  width: 100%;
  height: 20vh;
  background: url(../images/news_bg.svg) no-repeat;
  background-size: auto 100px;
  background-position: 108% 112%;
  background-color: #3f2902;
  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;
}
.notice_frame dl {
  overflow-y: scroll;
  width: 100%;
  height: 30vh;
  background-color: #ffffff;
  padding: 2rem 0;
}
.notice_frame dl dt {
  margin: 0 2rem 1rem;
  color: #00743f;
  font-size: 1.5rem;
  padding: 0 0 0 0.8rem;
  box-sizing: border-box;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 120%;
}
.notice_frame dl dt span {
  color: #FF0004;
  margin: 0 1rem 0 0;
}
.notice_frame dl dd {
  color: #222222;
  margin: 0 2rem 2rem;
  font-size: 1.4rem;
  line-height: 120%;
  padding: 0 0 0 0.8rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .notice_frame {
    padding: 0;
    box-sizing: border-box;
    height: 250px;
    max-width: 1080px;
    width: 100%;
    margin: 4rem auto;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: center;
    align-items: center;
  }
  .notice_frame div {
    width: 22%;
    height: 100%;
    background: url(../images/news_bg.svg) no-repeat;
    background-size: auto 100px;
    background-position: 108% 112%;
    background-color: #3f2902;
    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;
  }
  .notice_frame dl {
    overflow-y: scroll;
    width: 78%;
    height: 70%;
    padding: 3.7rem 0;
  }
  .notice_frame dl dt {
    margin: 0 4rem;
    font-size: 1.7rem;
    padding: 0 0 0 0.8rem;
    box-sizing: border-box;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 120%;
  }
  .notice_frame dl dt span {
    margin: 0 1rem 0 0;
  }
  .notice_frame dl dd {
    margin: 0 4rem 2rem 4rem;
    font-size: 1.6rem;
    line-height: 120%;
    padding: 0 0 0 0.8rem;
    box-sizing: border-box;
  }
}
/*スマホ用スライドバー*/
@media screen and (max-width: 767px) {
  .notice_frame dl::-webkit-scrollbar {
    width: 12px;
    background: #ffffff;
  }
  .notice_frame dl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
  }
  .notice_frame dl::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  }
}
/* -----------------------------------------------------------
　診察内容
----------------------------------------------------------- */
.shinsatsu_nav {
  display: block;
  margin: 2rem auto 0;
  padding: 0;
  width: 98%;
}
.shinsatsu_nav ul {
  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;
}
.shinsatsu_nav ul li {
  width: 100%;
  height: auto;
  margin: 0 1rem 2%;
  padding: 0;
}
.shinsatsu_nav ul li a {
  width: auto;
  height: auto;
  padding: 2rem 1rem;
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin: 0 auto;
  font-weight: bold;
  vertical-align: middle;
}
.shinsatsu_nav ul li a i {
  color: #fffbe5;
  font-size: 5.5rem;
}
.shinsatsu_nav ul li a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .shinsatsu_nav {
    display: block;
    margin: 0 auto 2rem;
    padding: 2rem 0 0;
    width: 100%;
  }
  .shinsatsu_nav ul {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: inherit;
    flex-wrap: inherit;
  }
  .shinsatsu_nav ul li {
    width: 160px;
    height: 220px;
    margin: 0 1rem 15px;
    padding: 0;
  }
  .shinsatsu_nav ul li a {
    width: 100%;
    height: auto;
    padding: 0;
    color: #369c54;
    font-size: 2.4rem;
    text-decoration: none;
    display: inline-block;
    margin: 0 auto;
    font-weight: bold;
    text-align: center;
    font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
  }
  .shinsatsu_nav ul li a img {
    width: 100%;
  }
  .shinsatsu_nav ul li:first-child {
    margin-left: 0;
  }
  .shinsatsu_nav ul li:nth-child(5) {
    margin-right: 0;
  }
}
/* -----------------------------------------------------------
　ご挨拶　他　共通
----------------------------------------------------------- */
.common_frame {
  width: 100%;
  height: auto;
  margin: 35px auto;
  padding: 20px 0;
}
.common_frame .common_frame_inner {
  display: block;
  padding-top: 1.5rem;
}
.common_frame .common_frame_inner figure {
  margin-bottom: 2rem;
  width: 100%;
}
.common_frame .common_frame_inner figure div {
  display: inline-block;
  position: relative;
}
.common_frame .common_frame_inner figure div span {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  font-size: 1.7rem;
  padding: 10px;
}
.common_frame .common_frame_inner figure figcaption {
  font-size: 1.4rem;
  line-height: 1.5;
}
.common_frame .common_frame_inner b {
  font-weight: normal;
}
.common_frame .common_frame_inner em {
  font-style: normal;
}
.common_frame .common_frame_inner02 {
  padding-top: 1.5rem;
}
.common_frame .wid_30 {
  width: 75%;
  margin: auto;
}
.common_frame .wid_40,
.common_frame .wid_56 {
  width: 98%;
}
.common_frame img {
  width: 100%;
}
.common_frame p {
  line-height: 180%;
}
.common_frame p.mb_3 {
  margin-bottom: 3rem;
}
.common_frame p .txt_big {
  font-size: 150%;
}

.index_frame {
  width: 100%;
  height: auto;
  margin: -20px auto;
  /*padding: 20px 0;*/
}
.index_frame .index_frame_inner {
  display: block;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.index_frame p {
  line-height: 180%;
}

.index_frame02 {
  background: #F4FDDF;
  border: 2px solid #00743f;
  max-width: 100%;
  height: auto;
  margin: 1rem;
}
.index_frame02 .index_frame_inner {
  display: block;
  padding: 1.5rem;
}
.index_frame02 p {
  line-height: 180%;
}

@media screen and (min-width: 768px) {
  .common_frame {
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: 35px auto;
    padding: 20px 0;
  }
  .common_frame .common_frame_inner {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: normal;
    align-items: normal;
    padding-top: 2rem;
  }
  .common_frame .common_frame_inner figure {
    margin-bottom: 2rem;
    width: 49%;
  }
  .common_frame .common_frame_inner figure div span {
    font-size: 2rem;
  }
  .common_frame .common_frame_inner figure figcaption {
    font-size: 1.6rem;
    line-height: 1.5;
  }
  .common_frame .common_frame_inner.-center {
    justify-content: center;
  }
  .common_frame .common_frame_inner02 {
    padding-top: 2rem;
  }
  .common_frame .wid_30 {
    width: 30%;
  }
  .common_frame .wid_40 {
    width: 40%;
  }
  .common_frame .wid_56 {
    width: 52%;
  }
  .common_frame .wid_56.mar_left_1 {
    margin-left: 1em;
  }
  .common_frame img {
    width: 100%;
  }
  .common_frame p {
    line-height: 180%;
  }
  .common_frame p.mb_3 {
    margin-bottom: 3rem;
  }
  .common_frame p .txt_big {
    font-size: 150%;
  }
  .index_frame {
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: -35px auto;
    padding: 20px 0;
  }
  .index_frame p {
    line-height: 180%;
  }
  .index_frame02 {
    border: 3px solid #00743f;
    max-width: 1080px;
    width: 100%;
    height: auto;
    margin: 20px auto;
    padding: 0;
  }
  .index_frame02 .index_frame_inner {
    padding: 20px;
  }
  .index_frame02 p {
    line-height: 180%;
  }
}
/* -----------------------------------------------------------
　カレンダー
----------------------------------------------------------- */
.calendar_frame {
  width: 100%;
  margin: 0 auto;
  padding: 2rem 0;
  background-color: #ffffff;
  border: #999999 1px solid;
}
.calendar_frame > div {
  display: block;
}
.calendar_frame > div table {
  width: 92%;
  margin: auto;
}
.calendar_frame > div table:first-child {
  margin-bottom: 2rem;
}
.calendar_frame p {
  font-size: 1.6rem;
  margin: 1.5rem 0 0 2.4rem;
}

@media screen and (min-width: 768px) {
  .calendar_frame {
    width: 100%;
    margin: 0 auto 3rem;
    padding: 2rem 0;
  }
  .calendar_frame > div {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: normal;
  }
  .calendar_frame > div table {
    width: 46%;
    margin: 0 0.7rem 10px;
  }
  .calendar_frame > div table:first-child {
    margin-bottom: 0;
  }
  .calendar_frame p {
    font-size: 1.6rem;
    margin: 1.5rem 0 0 2.4rem;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview {
  width: 100%;
  margin: 0 auto;
  padding: 4rem 0 2rem;
  box-sizing: border-box;
}
.overview .overview_bg {
  padding: 0 0 2rem 0;
  box-sizing: border-box;
  margin: 0 auto 2rem auto;
  width: 100%;
}
.overview .overview_bg .logo_frame {
  width: 96%;
  height: auto;
  margin: 0 auto;
  display: block;
}
.overview .overview_bg .logo_frame img.overview_title {
  width: 90%;
  display: block;
  margin: 0 auto;
}
.overview .overview_bg .overview_frame {
  width: 100%;
  margin: 25px auto 0 auto;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 0 0 0;
}
.overview .overview_bg .overview_frame .overview_frame_left {
  width: 96%;
  margin: 0 auto 2rem;
  padding: 0;
}
.overview .overview_bg .overview_frame .overview_frame_left dl {
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 180%;
  color: #222222;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dt {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1px 0;
  width: 100%;
  box-sizing: border-box;
  color: #369c54;
  padding: 0 1rem 0.5rem;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd {
  display: block;
  color: #222222;
  font-size: 1.4rem;
  margin: 0 0 1px 0;
  width: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd a {
  color: #222222;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd a:hover {
  opacity: 0.6;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info {
  display: block;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel {
  width: auto;
  height: 100%;
  text-align: center;
  border: none;
  font-size: 2.2rem;
  color: #ff7700;
  margin: 0;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: row;
  flex-direction: row;
  align-items: center;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel::before {
  content: "\e802";
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: 0.2em;
  /* font-size: 120%; */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  left: 10%;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a {
  width: 100%;
  text-decoration: none;
  display: inline-block;
  padding: 1rem 0;
  color: #ff7700;
  text-align: center;
  background-color: #ffffff;
  border: #ff7700 1px solid;
  border-radius: 4px;
}
.overview .overview_bg .overview_frame .overview_frame_left dl dd em {
  font-weight: normal;
  font-style: normal;
}
.overview .overview_bg .overview_frame .overview_frame_left .notice_time {
  margin: 0.6rem 0.5rem 1rem;
  font-size: 1.2rem;
  line-height: 140%;
}
.overview .overview_bg .overview_frame .overview_frame_left table {
  width: 100%;
  margin: 0 auto;
}
.overview .overview_bg .overview_frame .overview_frame_left table tr th {
  padding: 15px 0;
  font-size: 1.2rem;
}
.overview .overview_bg .overview_frame .overview_frame_left table tr td {
  padding: 15px 0;
}
.overview .overview_bg .overview_frame .overview_frame_left table tr td.time {
  font-size: 1.2rem;
}
.overview .overview_bg .overview_frame .overview_frame_right {
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
}
.overview .overview_bg .overview_frame .overview_frame_right .map {
  width: 98%;
  margin: 0 auto;
  padding: 0;
}
.overview .overview_bg .overview_frame .overview_frame_right .map div {
  width: 100%;
  margin: 0 auto;
  padding: 0 0 1rem 0;
}
.overview .overview_bg .overview_frame .overview_frame_right .map div img {
  width: 100%;
}
.overview .overview_bg .overview_frame .overview_frame_right .map div iframe {
  width: 95%;
  height: 30vh;
  margin: 0 auto;
  display: block;
  border: #00743f 1px solid;
}
.overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn {
  background-color: #f4fddf;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 1.8rem;
  font-weight: bold;
  padding: 1rem 2rem;
  width: auto;
  margin: 22px auto 0;
  border-radius: 5px;
}
.overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn:hover {
  opacity: 0.6;
}

@media screen and (min-width: 768px) {
  .overview {
    width: 100%;
    margin: 0 auto;
    padding: 60px 0 0 0;
    box-sizing: border-box;
  }
  .overview .overview_bg {
    padding: 0;
    box-sizing: border-box;
    margin: 0 auto 2rem auto;
    width: 1080px;
  }
  .overview .overview_bg .logo_frame {
    width: 466px;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .overview .overview_bg .logo_frame img.overview_title {
    width: 100%;
  }
  .overview .overview_bg .overview_frame {
    width: 1010px;
    margin: 45px auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 0 0 0 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_left {
    width: 495px;
    margin: 0;
    padding: 0;
  }
  .overview .overview_bg .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;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    line-height: 180%;
    color: #222222;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dt {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    width: 130px;
    box-sizing: border-box;
    color: #00743f;
    padding: 12px 0;
    border-top: #222222 1px dotted;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #222222;
    font-size: 1.6rem;
    margin: 0 0 0 1px;
    width: 364px;
    padding: 12px;
    box-sizing: border-box;
    border-top: #222222 1px dotted;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd a {
    color: #222222;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd a:hover {
    opacity: 0.6;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel {
    width: 270px;
    text-align: left;
    border: none;
    font-size: 3rem;
    color: #ff7700;
    margin: 0;
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info span.tel::before {
    font-size: 3.2rem;
    position: inherit;
  }
  .overview .overview_bg .overview_frame .overview_frame_left dl dd.overview_info a {
    text-decoration: none;
    display: block;
    padding: 0.8rem 0;
    background: none;
    border: none;
  }
  .overview .overview_bg .overview_frame .overview_frame_left .notice_time {
    margin: 0 0 1rem 0;
    padding: 0;
    font-size: 1.6rem;
    line-height: 140%;
  }
  .overview .overview_bg .overview_frame .overview_frame_left table {
    margin: 1rem 0 1rem 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_left table tr th {
    padding: 10px 0;
    font-size: 1.6rem;
  }
  .overview .overview_bg .overview_frame .overview_frame_left table tr td {
    padding: 10px 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_left table tr td.time {
    font-size: 1.6rem;
  }
  .overview .overview_bg .overview_frame .overview_frame_right {
    width: 485px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map div {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 1rem 0;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map div img {
    width: 100%;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map div iframe {
    width: 100%;
    height: 420px;
    margin: 0;
    display: block;
    border: #00743f 1px solid;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn {
    background-color: #f4fddf;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.8rem;
    font-weight: bold;
    padding: 1rem 2rem;
    width: auto;
    margin: 22px auto 0;
    border-radius: 5px;
  }
  .overview .overview_bg .overview_frame .overview_frame_right .map div a.map_btn:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  text-align: center;
  margin: 0;
  padding: 1rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  background-color: #00743f;
}
footer .copyright a {
  color: #ffffff;
  text-decoration: none;
}
footer .copyright a:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 0;
    background-color: #ffffff;
  }
  footer .footer_frame {
    display: block;
    width: 1080px;
    margin: 3rem auto;
  }
  footer .footer_frame ul {
    list-style-type: none;
    font-size: 1.5rem;
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto 1.5rem auto;
  }
  footer .footer_frame ul li {
    line-height: 1;
    margin: 0;
    padding: 0 1rem;
    border-left: 1px solid #222222;
  }
  footer .footer_frame ul li:last-child {
    border-right: 1px solid #222222;
  }
  footer .footer_frame ul li a {
    text-decoration: none;
    color: #222222;
  }
  footer .footer_frame ul li a:hover {
    border-bottom: #222222 1px solid;
  }
  footer .copyright {
    margin: 0;
    text-align: center;
    margin: 0;
    padding: 16px 0;
    color: #ffffff;
    font-size: 1.5rem;
    height: auto;
    max-width: 2000px;
    letter-spacing: 0.2rem;
    background-color: #00743f;
  }
  footer.blog {
    background-color: #ffffff;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}

#linkpagetop img {
  width: 80%;
  height: auto;
}

#pagetop {
  position: fixed;
  bottom: 15vw;
  right: 0px;
  height: 8vw;
  text-align: right;
  margin: 0 2% 0 0;
}

#pagetop a {
  display: block;
}

#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: 40px;
    left: 55%;
    margin: 0 0 0 600px;
    height: 73px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #ffffff;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
  .blog #pagetop {
    position: fixed;
    bottom: 90px;
    left: 50%;
    margin: 0 0 0 600px;
    height: 90px;
    text-align: center;
  }
}
@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;
  }
  #pagetopblog {
    position: fixed;
    bottom: 80px;
    left: 90%;
    margin: 0 0 0 0;
    height: 105px;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 下層
----------------------------------------------------------- */
.text_link {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  display: inline-block;
  color: #ff7700;
}

.parking_text {
  color: #222222;
}

.red_text {
  color: red;
}

/*はじめての方へ*/
.tel_text {
  text-align: center;
  color: #01af84;
  font-weight: bold;
  font-size: 2rem;
}
.tel_text span {
  display: block;
}
.tel_text a {
  text-decoration: none;
}

.reservation_btn {
  text-align: center;
  background-color: #ef92bb;
  color: #ffffff;
  font-size: 1.8rem;
  text-decoration: none;
  display: block;
  margin: 1rem auto 2rem auto;
  width: 90%;
  padding: 0.6rem 0;
  border-radius: 2rem;
}

.green_btn {
  text-align: center;
  background-color: #00743f;
  color: #ffffff;
  font-size: 2rem;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 2rem auto;
  font-weight: bold;
  width: 100%;
  height: 80px;
  padding: 0.6rem 0;
  vertical-align: middle;
}
.green_btn i {
  color: #fffbe5;
  font-size: 5rem;
}
.green_btn:hover {
  background-color: #f4fddf;
}

.btn_orange {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  padding: 2rem 2rem;
  width: 80%;
  margin: 1.8rem auto 2rem;
  border-radius: 4px;
  background: url(../images/btn_arrow.svg);
  background-size: 16px 8px;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-color: #ff7700;
}
.btn_orange:hover {
  opacity: 0.6;
}

.btn_orange.fl_r {
  float: none;
}

.btn_brown {
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  display: block;
  font-size: 1.6rem;
  padding: 2rem 2rem;
  width: 80%;
  margin: 1.8rem auto 2rem;
  border-radius: 4px;
  background: url(../images/btn_arrow.svg);
  background-size: 16px 8px;
  background-position: 90% center;
  background-repeat: no-repeat;
  background-color: #410908;
}
.btn_brown:hover {
  opacity: 0.6;
}

/*矢印*/
.arrow::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 7px solid #3f2902;
  display: inline-block;
  margin: auto 5px auto 0;
  position: relative;
  top: -2px;
}

@media screen and (min-width: 768px) {
  .text_link {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 140%;
    display: inline-block;
  }
  .parking_text {
    color: #222222;
  }
  .parking_text:hover {
    opacity: 0.6;
  }
  /*はじめての方へ*/
  .tel_text {
    text-align: center;
    color: #01af84;
    font-weight: bold;
    font-size: 3rem;
    line-height: 140%;
  }
  .tel_text span {
    display: inline;
    margin: 0 0 0 2rem;
  }
  .tel_text a {
    text-decoration: none;
  }
  .reservation_btn {
    width: 400px;
    text-align: center;
    background-color: #ef92bb;
    color: #ffffff;
    font-size: 2rem;
    text-decoration: none;
    display: block;
    margin: 0 auto 20px auto;
    padding: 1rem 0;
    border-radius: 2rem;
    line-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
  }
  .reservation_btn:hover {
    opacity: 0.6;
  }
  .btn_orange {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.6rem;
    padding: 2rem 3rem 2rem 2rem;
    min-width: 240px;
    width: auto;
    margin: 1.8rem auto 0 0;
    border-radius: 4px;
    background: url(../images/btn_arrow.svg);
    background-size: 16px 8px;
    background-position: 94% center;
    background-repeat: no-repeat;
    background-color: #ff7700;
  }
  .btn_orange:hover {
    opacity: 0.6;
  }
  .btn_orange.fl_r {
    float: right;
  }
  .btn_brown {
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 1.6rem;
    padding: 2rem 2rem;
    min-width: 240px;
    width: auto;
    margin: 1.8rem auto 0 0;
    border-radius: 4px;
    background: url(../images/btn_arrow.svg);
    background-size: 16px 8px;
    background-position: 90% center;
    background-repeat: no-repeat;
    background-color: #410908;
  }
  .btn_brown:hover {
    opacity: 0.6;
  }
}
/*-----------------------------------------------------------
 下層　table & dl
----------------------------------------------------------- */
table.normal_table {
  padding: 0px;
  vertical-align: middle;
  width: 95%;
  margin: 0 auto;
  border-collapse: collapse;
  box-sizing: border-box;
  border: none;
}
table.normal_table tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.normal_table tr th {
  display: block;
  background-color: #665045;
  padding: 0.8rem 0.5rem;
  text-align: center;
  color: #ffffff;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom: #ffffff 1px solid;
}
table.normal_table tr td {
  display: block;
  text-align: left;
  padding: 0.8rem 0.5rem;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
  color: #665045;
  border: #665045 1px solid;
}

dl.normal_dl {
  display: block;
  box-sizing: border-box;
  margin: 0 0 20px 0;
  line-height: 180%;
  color: #222222;
  border-bottom: #222222 1px dotted;
}
dl.normal_dl dt {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  margin: 0 0 1px 0;
  width: 100%;
  box-sizing: border-box;
  color: #369c54;
  padding: 1rem 1rem 0.5rem;
  border-top: #222222 1px dotted;
}
dl.normal_dl dd {
  display: block;
  color: #222222;
  font-size: 1.4rem;
  margin: 0 0 1px 0;
  width: 100%;
  padding: 0 1rem 1rem;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  table.normal_table {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
  }
  table.normal_table tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.normal_table tr th {
    display: table-cell;
    padding: 1.2rem 1rem;
    text-align: center;
    color: #ffffff;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
  }
  table.normal_table tr td {
    display: table-cell;
    text-align: left;
    padding: 1.2rem 1rem;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ffffff;
  }
  dl.normal_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;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    line-height: 180%;
    color: #222222;
    border-bottom: #222222 1px dotted;
  }
  dl.normal_dl dt {
    display: -webkit-flex;
    display: flex;
    align-items: flex-start;
    -webkit-justify-content: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: bold;
    margin: 0;
    width: 30%;
    box-sizing: border-box;
    color: #00743f;
    padding: 12px 0;
    border-top: #222222 1px dotted;
  }
  dl.normal_dl dd {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    color: #222222;
    font-size: 1.6rem;
    margin: 0;
    width: 70%;
    padding: 12px;
    box-sizing: border-box;
    border-top: #222222 1px dotted;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 26vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  background-color: #00743f;
}
.drawr p {
  color: #ffffff;
  font-size: 1.6rem;
  text-align: center;
  padding: 1rem 0;
  background-color: #8072d6;
  margin: 0;
  border-bottom: #ffffff 1px solid;
}
.drawr ul.hbg li {
  text-align: center;
}
.drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 1rem 0;
  display: block;
  border-bottom: #ffffff 1px solid;
}
.drawr ul.hbg li a span {
  display: none;
}
.drawr ul.hbg li a i {
  display: none;
}

.openNav {
  display: block;
}

/*ハンバーガーナビ*/
.main_nav_sp {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}
.main_nav_sp ul.gnav {
  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;
  margin: 0 auto;
}
.main_nav_sp ul.gnav li {
  width: 100%;
  font-weight: normal;
  font-size: 1.6rem;
  letter-spacing: 0.05em;
  line-height: 140%;
  list-style-type: none;
  box-sizing: border-box;
  padding: 0;
  border-bottom: #ffffff 1px solid;
  text-align: center;
}
.main_nav_sp ul.gnav li a {
  color: #ffffff;
  text-decoration: none;
  width: 100%;
  display: block;
  padding: 1rem 0;
  text-shadow: none;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .main_nav_sp {
    display: none;
  }
}
.toggle {
  display: none;
}

.toggle-label {
  cursor: pointer;
  display: block;
  width: 56px;
  height: 50px;
  padding: 0 0 4px 0;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
}

.toggle-label:active {
  -webkit-tap-highlight-color: transparent;
}

.toggle-label {
  cursor: pointer;
}

.toggle-label .toggle-icon,
.toggle-label .toggle-icon:before,
.toggle-label .toggle-icon:after {
  position: relative;
  display: block;
  top: 50%;
  left: 50%;
  height: 3px;
  width: 42px;
  background: #ffffff;
  content: "";
  transition: all 500ms ease-in-out;
}

.toggle-label .toggle-text {
  position: relative;
  display: block;
  top: calc(100% - 10px);
  height: 14px;
  font-size: 12px;
  color: #ffffff;
  text-align: center;
}

.toggle-label .toggle-text:before {
  position: absolute;
  width: 100%;
  left: 0;
  content: "MENU";
  transition: all 500ms ease-in-out;
  visibility: visible;
  opacity: 1;
}

.toggle-label .toggle-text:after {
  position: absolute;
  width: 100%;
  left: 0;
  content: "CLOSE";
  transition: all 500ms ease-in-out;
  visibility: hidden;
  opacity: 0;
}

.toggle-label .toggle-icon {
  transform: translate3d(-50%, -5px, 0);
}

.toggle-label .toggle-icon:before {
  transform: translate3d(-50%, -11.5px, 0);
}

.toggle-label .toggle-icon:after {
  transform: translate3d(-50%, 5px, 0);
}

.toggle:checked ~ .toggle-label .toggle-icon {
  background-color: transparent;
}

.toggle:checked ~ .toggle-label .toggle-icon:before,
.toggle:checked ~ .toggle-label .toggle-icon:after {
  top: 0;
}

.toggle:checked ~ .toggle-label .toggle-icon:before {
  transform: translateX(-50%) rotate(45deg);
  top: 1.5px;
}

.toggle:checked ~ .toggle-label .toggle-icon:after {
  transform: translateX(-50%) translateY(-10px) rotate(-45deg);
  top: 8.5px;
}

.toggle:checked ~ .toggle-label .toggle-text:before {
  visibility: hidden;
  opacity: 0;
}

.toggle:checked ~ .toggle-label .toggle-text:after {
  visibility: visible;
  opacity: 1;
}

.container {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 56px;
  position: absolute;
  cursor: pointer;
  right: 2%;
  top: 2vw;
  padding: 0 0 0.6rem 0;
  background-color: #00743f;
}

/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
aside {
  order: 1;
  width: 96%;
  margin: 0 auto;
  /*ロゴ*/
}
aside figure {
  text-align: center;
}
aside {
  /*見出し*/
}
aside p {
  display: none;
}
aside {
  /*リンクリスト*/
}
aside ul.aside_list {
  display: none;
}
aside a {
  text-align: center;
  display: block;
  margin: 1rem 0 0 0;
}
aside a img {
  width: 80%;
  height: auto;
}
aside a img:hover {
  opacity: 0.6;
}
aside {
  /*外部リンク*/
}
aside #engage-contributions-widget-wrapper {
  display: block;
  height: 80vw;
}
aside .aside_3bees {
  text-align: center;
  margin: 1rem 0 0 0;
  padding: 2rem 0 0 0;
  background-color: #ebeced;
}

@media screen and (min-width: 768px) {
  aside {
    order: 1;
    width: 240px;
    margin: 0;
    /*ロゴ*/
  }
  aside figure {
    text-align: center;
  }
  aside {
    /*見出し*/
  }
  aside p {
    display: block;
    margin: 0 0 10px;
    padding: 12px 0 0;
    height: 43px;
    color: #ffffff;
    font-size: 2.2rem;
    text-align: center;
    background: url(../images/aside_h.png) no-repeat;
    background-size: cover;
    background-position: center top;
    font-weight: bold;
  }
  aside {
    /*リンクリスト*/
  }
  aside ul.aside_list {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    list-style-type: none;
    margin: 0;
    width: 240px;
    border-bottom: #00743f 3px solid;
    padding-bottom: 3px;
  }
  aside ul.aside_list li {
    width: 240px;
    background-color: #fffbe5;
    font-size: 1.6rem;
    margin: 0 0 2px 0;
    box-sizing: border-box;
  }
  aside ul.aside_list li a {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 100%;
    height: 55px;
    padding: 0 0.6rem;
    color: #222222;
    text-decoration: none;
    margin: auto;
    box-sizing: border-box;
  }
  aside ul.aside_list li a i {
    color: #00743f;
    font-size: 1.5rem;
    margin-right: 0.5rem;
  }
  aside ul.aside_list li a:hover {
    color: #ffffff;
  }
  aside ul.aside_list li:hover {
    background-color: #f4fddf;
  }
  aside a {
    text-align: center;
    display: block;
    margin: 25px 0 0 0;
  }
  aside a img {
    width: 230px;
    height: auto;
  }
  aside a img:hover {
    opacity: 0.6;
  }
  aside {
    /*外部リンク*/
  }
  aside #engage-contributions-widget-wrapper {
    display: block;
    height: 230px;
    height: 300px;
  }
  aside .aside_3bees {
    text-align: center;
    margin: 1rem 0 0 0;
    padding: 2rem 0 0 0;
    background-color: #ebeced;
  }
}
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}

.img_locomo {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_locomo img {
  width: 70%;
  height: auto;
}

.img_doctor {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_doctor img {
  width: 70%;
  height: auto;
}

.img_center {
  margin: 10px 0 10px 0;
  text-align: center;
}
.img_center img {
  width: 100%;
  height: auto;
}

/*画像右*/
.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 1rem 0;
}
.img_right_frame div.right {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_right_frame div.right img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_right_frame div.left {
  order: 2;
  width: 100%;
}
.img_right_frame div.left .doctor_name {
  text-align: right;
}

/*画像左*/
.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 1rem 0;
}
.img_left_frame div.left {
  order: 1;
  width: 100%;
  text-align: center;
}
.img_left_frame div.left img {
  width: 80%;
  height: auto;
  margin: 0 0 1rem 0;
}
.img_left_frame div.right {
  order: 2;
  width: 100%;
  line-height: 120%;
}

/*二つ*/
.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: 100%;
  margin: 0 auto 20px auto;
  display: block;
}

.top_doctor_name {
  font-size: 1.5rem;
  text-align: right;
}
.top_doctor_name span {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 236px;
    height: auto;
  }
  .img_doctor {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_doctor img {
    width: 300px;
    height: auto;
  }
  .img_locomo {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_locomo a:hover {
    opacity: 0.6;
  }
  .img_locomo img {
    width: 255px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
  }
  .img_center img {
    width: auto;
    height: auto;
  }
  /*画像右*/
  .img_right_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 3rem 0;
  }
  .img_right_frame div.right {
    order: 2;
    width: 350px;
    text-align: center;
  }
  .img_right_frame div.right img {
    width: 350px;
    height: auto;
    margin: 0;
  }
  .img_right_frame div.left {
    order: 1;
    width: 445px;
    line-height: 120%;
  }
  .img_right_frame div.left .doctor_name {
    text-align: right;
  }
  /*画像左*/
  .img_left_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 0 0 0 0;
  }
  .img_left_frame div.left {
    order: 1;
    width: 350px;
    text-align: left;
  }
  .img_left_frame div.left img {
    width: 350px;
    height: auto;
    margin: 10px 0;
  }
  .img_left_frame div.right {
    order: 2;
    width: 445px;
    line-height: 120%;
  }
  /*二つ*/
  .img_two {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: center;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_two img {
    width: 272px;
    margin: 0 auto 20px auto;
    display: block;
  }
  .top_doctor_name {
    font-size: 1.8rem;
    text-align: right;
  }
  .top_doctor_name span {
    font-size: 2.2rem;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 160%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0;
}
ul.list_normal li {
  margin: 0 0 10px 1.8rem;
  padding: 0;
}
ul.list_normal li ul {
  list-style-type: none;
}
ul.list_normal li ul li {
  margin: 0 0 10px 0;
}
ul.list_normal.mb_2 {
  margin-bottom: 2rem;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  background: url(../images/maru.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.4rem;
  line-height: 130%;
}
ul.list_maru li ul {
  margin: 1rem 0 0 0;
}
ul.list_maru li ul li {
  background: none;
  list-style-type: disc;
  margin: 0 0 1rem 2rem;
  padding: 0 0 0 0;
}
ul.list_maru li ul li ul li {
  list-style-type: none;
}

/*画像●*/
ul.list_maru2 {
  padding: 0;
  margin: 0;
}
ul.list_maru2 li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  background: url(../images/maru.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.4rem;
  line-height: 130%;
}
ul.list_maru2 li ul {
  margin: 1rem 0 0 0;
}
ul.list_maru2 li ul li {
  background: none;
  list-style-type: none;
  margin: 0 0 1rem 0;
  padding: 0 0 0 0;
}
ul.list_maru2 li ul li ul li {
  list-style-type: none;
}

/*画像■グリーン*/
ul.list_green {
  padding: 0;
  margin: 0;
}
ul.list_green li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  background: url(../images/icon_green.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.4rem;
  line-height: 130%;
}

/*画像■オレンジ*/
ul.list_orange {
  padding: 0;
  margin: 0;
}
ul.list_orange li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  background: url(../images/icon_orange.gif) no-repeat;
  background-position: left top 0.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.4rem;
  line-height: 130%;
}

/*なし*/
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;
}
ul.list_none li span {
  color: #fedc50;
  margin: 0 0.5rem 0 0;
}
ul.list_none li span.text_red {
  color: red;
}

/*数値*/
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 2rem;
  box-sizing: border-box;
  width: 90%;
}
ul.list_num li ul {
  list-style-type: none;
}
ul.list_num li ul li {
  margin: 0 0 10px 0;
}

/*数値*/
ul.list_num2 {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num2 li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: decimal;
  margin: 0 0 10px 2rem;
  box-sizing: border-box;
  width: 90%;
}
ul.list_num2 li ul.alpha {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num2 li ul.alpha li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: lower-alpha;
  margin: 0 0 1rem 2rem;
  box-sizing: border-box;
  width: 90%;
}
ul.list_num2 li ul.none {
  box-sizing: border-box;
  width: 100%;
}
ul.list_num2 li ul.none li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: none;
  margin: 0 0 1rem 0;
  box-sizing: border-box;
  width: 90%;
}

/*英語*/
ul.list_alpha {
  box-sizing: border-box;
  width: 100%;
}
ul.list_alpha li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: lower-alpha;
  margin: 0 0 10px 2rem;
  box-sizing: border-box;
  width: 90%;
}

/*概要*/
ul.list_overview {
  box-sizing: border-box;
  width: 100%;
}
ul.list_overview li {
  line-height: 130%;
  font-size: 1.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
  box-sizing: border-box;
  width: 90%;
}

/*2列*/
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.4rem;
  list-style-type: disc;
  margin: 0 0 10px 25px;
}

ul.link_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;
}
ul.link_list li {
  width: 45%;
  margin: 0 0 0.6rem 0;
}
ul.link_list li a {
  display: block;
  width: 100%;
  text-decoration: none;
  padding: 1rem;
  box-sizing: border-box;
  font-size: 1.4rem;
  background-color: #00743f;
  border-bottom: #f4fddf 4px solid;
  color: #ffffff;
  border-radius: 1rem 0 0 0;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}
ul.link_list li a::before {
  content: "･";
  color: #ffe473;
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0;
  }
  ul.list_normal li {
    margin: 0 0 15px 25px;
    padding: 0;
  }
  /*画像●*/
  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 3px;
    background-size: 1.5rem;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  /*画像●*/
  ul.list_maru2 {
    padding: 0;
  }
  ul.list_maru2 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 3px;
    background-size: 1.5rem;
    padding: 0 0 0 25px;
    line-height: 140%;
  }
  ul.list_maru2 li ul {
    margin: 1rem 0 0 0;
  }
  ul.list_maru2 li ul li {
    background: none;
    list-style-type: none;
    margin: 0 0 1rem 0;
    padding: 0 0 0 0;
  }
  ul.list_maru2 li ul li ul li {
    list-style-type: none;
  }
  /*画像■グリーン*/
  ul.list_green {
    padding: 0;
  }
  ul.list_green li {
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/icon_green.gif) no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 20px;
    line-height: 140%;
  }
  /*画像■オレンジ*/
  ul.list_orange {
    padding: 0;
  }
  ul.list_orange li {
    line-height: 100%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 15px 0;
    box-sizing: border-box;
    background: url(../images/icon_orange.gif) no-repeat;
    background-position: left top 3px;
    background-size: 1.5rem;
    padding: 0 0 0 20px;
    line-height: 140%;
  }
  /*なし*/
  ul.list_none {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
  }
  ul.list_none li {
    margin: 0 0 15px 0;
  }
  ul.list_none li span {
    color: #fedc50;
    margin: 0 5px 0 0;
  }
  ul.list_none li span.text_red {
    color: red;
  }
  /*数値*/
  ul.list_num {
    box-sizing: border-box;
    width: 100%;
  }
  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: 90%;
  }
  ul.list_num li ul {
    margin: 1rem 0 0 0;
  }
  ul.list_num li ul li {
    list-style-type: none;
  }
  /*数値*/
  ul.list_num2 {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num2 li {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: decimal;
    margin: 0 0 10px 2rem;
    box-sizing: border-box;
    width: 90%;
  }
  ul.list_num2 li ul.alpha {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num2 li ul.alpha li {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: lower-alpha;
    margin: 0 0 1rem 2rem;
    box-sizing: border-box;
    width: 90%;
  }
  ul.list_num2 li ul.none {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num2 li ul.none li {
    line-height: 160%;
    font-size: 1.6rem;
    list-style-type: none;
    margin: 0 0 1rem 0;
    box-sizing: border-box;
    width: 90%;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.6rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
  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.link_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;
  }
  ul.link_list li {
    width: 30%;
    margin: 0 0 0.6rem 0;
  }
  ul.link_list li a {
    width: 100%;
    text-decoration: none;
    padding: 1rem;
    box-sizing: border-box;
    font-size: 1.6rem;
    background-color: #00743f;
    border-bottom: #f4fddf 4px solid;
    color: #ffffff;
    border-radius: 1rem 0 0 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
  }
  ul.link_list li a::before {
    content: "･";
    color: #ffe473;
    font-size: 3rem;
  }
  ul.link_list li a:hover {
    background-color: #369c54;
    border-bottom: #3f2902 4px solid;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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.4rem;
  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: 140%;
    width: 820px;
  }
  dl.bio_list dt {
    width: 120px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 700px;
    margin: 0 0 20px 0;
  }
}
/*見出し*/
/* -----------------------------------------------------------
　見出し
----------------------------------------------------------- */
h1 {
  margin: 0;
  text-shadow: #fdf4ea 1px 1px 3px, #fdf4ea -1px 1px 3px, #fdf4ea 1px -1px 3px, #fdf4ea -1px -1px 3px;
}

h2 {
  color: #00743f;
  font-size: 2.6rem;
  font-weight: normal;
  margin: 0 0 4rem 0;
  padding: 0;
  height: 3.6rem;
  line-height: 120%;
  text-align: center;
  font-family: "游明朝", "YuMincho", "游明朝体", "YuMincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
h2 span {
  display: block;
  font-size: 1.4rem;
  font-family: "メイリオ", Meiryo, Arial, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #222222;
}
h2.news {
  color: #ffffff;
  margin-bottom: 0;
  height: auto;
}
h2.news span {
  color: #ffffff;
}
h2.low span {
  padding: 0 1rem;
  max-width: 96%;
}
h2.blogh2 {
  background-color: #00743f;
  color: #ffffff;
  font-size: 2rem;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  margin: 0 0 1rem 0;
  border-bottom: #f4fddf 4px solid;
  box-sizing: border-box;
}
h2.blogh2::before {
  content: "◆";
  color: #f4fddf;
  font-size: 1.4rem;
  vertical-align: middle;
  margin: 0 0.5rem;
}
h2.blogh2 a {
  color: #ffffff;
  text-decoration: none;
}
h2.first {
  margin: 3rem 0 1rem 0;
}

h3 {
  background-color: #00743f;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.8rem;
  padding: 0.5rem 0.5rem;
  margin: 0 0 1rem 0;
}

h4 {
  color: #00743f;
  font-weight: normal;
  font-size: 1.6rem;
  padding: 0.6rem 0;
  margin: 0 0 1rem 0;
  border-bottom: #00743f 1px solid;
}

h5 {
  color: #3f2902;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0;
  margin: 0 0 1rem 0;
}

p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}

.bold {
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  h1 {
    margin: 0;
    text-shadow: none;
  }
  h2 {
    color: #00743f;
    font-size: 3.2rem;
    font-weight: normal;
    margin: 0 0 4rem 0;
    padding: 0;
    height: 3.6rem;
    line-height: 120%;
  }
  h2 span {
    display: block;
    font-size: 1.4rem;
  }
  h2.news {
    height: 3.6rem;
  }
  h2.low img {
    width: 150px;
    height: auto;
  }
  h2.blogh2 {
    background-color: #00743f;
    color: #ffffff;
    font-size: 2.4rem;
    padding: 20px 0;
    border-radius: 1rem 1rem 0 0;
    margin: 0 0 1rem 0;
    border-bottom: #f4fddf 4px solid;
    box-sizing: border-box;
  }
  h2.blogh2::before {
    content: "◆";
    color: #f4fddf;
    font-size: 1.4rem;
    vertical-align: middle;
    margin: 0 0.5rem;
  }
  h2.blogh2 a {
    color: #ffffff;
    text-decoration: none;
  }
  h2.first {
    margin: 0 0 20px 0;
  }
  h3 {
    font-size: 2.4rem;
    padding: 0.8rem 0.8rem 0.6rem;
  }
  h4 {
    font-size: 2rem;
    padding: 0.7rem 0;
    margin: 0 0 1rem 0;
  }
  h5 {
    font-size: 1.8rem;
    margin: 0 0 1rem 0;
  }
  p {
    font-size: 1.6rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
  }
  .bold {
    font-weight: bold;
  }
}
/*-----------------------------------------------------------
 医師紹介
----------------------------------------------------------- */
.doctor_name {
  text-align: right;
}

/*-----------------------------------------------------------
 診療時間・アクセス
----------------------------------------------------------- */
.access_notice {
  padding: 1rem;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin: 2rem auto 0 auto;
  box-sizing: border-box;
  border: #ffb821 2px solid;
  border-radius: 0.5rem;
}
.access_notice p {
  margin: 0;
}
.access_notice p span {
  font-weight: bold;
  display: block;
  margin: 0 0 1rem 0;
}

iframe.access_map {
  width: 100%;
  height: 500px;
  margin: auto auto 2rem auto;
  display: block;
}

.access_guide figure {
  text-align: center;
}
.access_guide figure img {
  width: 80%;
}
.access_guide figure figcaption {
  font-size: 1.4rem;
  text-align: left;
  width: 80%;
  margin: 1rem auto 3rem auto;
}

.access_notice2 {
  margin: 0.6rem 0 1rem 0;
  font-size: 2.4rem;
  font-weight: bold;
  display: inline-block;
  padding: 0 1rem;
  background: linear-gradient(transparent 60%, #fff4b8 0%);
  color: #107a60;
}

.access_root_text {
  font-size: 1.4rem;
  font-weight: bold;
  margin: 1rem 0;
}

#access1, #access2, #access3, #access4 {
  margin: 0 0 4rem 0;
}

@media screen and (min-width: 768px) {
  .access_guide {
    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;
  }
  .access_guide figure {
    text-align: center;
  }
  .access_guide figure img {
    width: 380px;
  }
  .access_guide figure figcaption {
    font-size: 1.6rem;
    text-align: left;
    width: 380px;
    margin: 1rem auto 3rem auto;
  }
  .access_notice2 {
    margin: 1rem 0 2rem 0;
    font-size: 3.2rem;
    line-height: 160%;
    background: linear-gradient(transparent 60%, #fff4b8 0%);
    font-weight: bold;
    display: inline;
    padding: 0 1rem;
    color: #107a60;
  }
  .access_root_text {
    font-size: 1.6rem;
    font-weight: bold;
    margin: 1rem 0;
  }
  #access1, #access2, #access3, #access4 {
    margin: 0 0 60px 0;
  }
}
/*-----------------------------------------------------------
 診療内容
----------------------------------------------------------- */
.link_text {
  text-align: right;
  color: #222222;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  .link_text {
    text-align: right;
    color: #222222;
    font-size: 1.6rem;
  }
}
/*-----------------------------------------------------------
 診療時間・アクセス
----------------------------------------------------------- */
.accessmap {
  width: 96%;
  height: 500px;
  margin: 2rem auto 1rem auto;
  display: block;
}

@media screen and (min-width: 768px) {
  .accessmap {
    width: 100%;
    height: 600px;
    margin: 2rem auto 4rem auto;
    display: block;
  }
}
/* -----------------------------------------------------------
　プラセンタ治療
----------------------------------------------------------- */
table.placenta_table {
  padding: 0px;
  vertical-align: middle;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  border: none;
}
table.placenta_table tr {
  margin: 0px;
  padding: 0px;
  vertical-align: middle;
}
table.placenta_table tr th {
  background-color: #00743f;
  padding: 1rem;
  text-align: left;
  font-weight: normal;
  color: #ffffff;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  display: block;
}
table.placenta_table tr td {
  text-align: left;
  padding: 1rem;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #ffffff;
  border: #00743f 1px solid;
  color: #222222;
  display: block;
}

@media screen and (min-width: 768px) {
  table.placenta_table {
    padding: 0px;
    vertical-align: middle;
    width: 100%;
    margin: 0 auto;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    border: none;
  }
  table.placenta_table tr {
    margin: 0px;
    padding: 0px;
    vertical-align: middle;
  }
  table.placenta_table tr th {
    background-color: #00743f;
    border: #ffffff 1px solid;
    padding: 1rem;
    text-align: left;
    font-weight: normal;
    color: #ffffff;
    font-size: 1.4rem;
    vertical-align: middle;
    box-sizing: border-box;
    display: table-cell;
  }
  table.placenta_table tr td {
    text-align: left;
    padding: 1rem;
    font-size: 1.4rem;
    vertical-align: middle;
    box-sizing: border-box;
    background-color: #ffffff;
    border: #00743f 1px solid;
    color: #222222;
    display: table-cell;
  }
}
/*-----------------------------------------------------------
 ブログ
----------------------------------------------------------- */
.bolg_main section {
  margin: 3rem 0 0 0;
}

html.blog_html {
  margin-top: 0;
}

.sub_nav_sentence {
  order: 2;
  width: 96%;
  margin: 3rem auto 0 auto;
}
.sub_nav_sentence section {
  margin: 0;
}
.sub_nav_sentence h2.widget-title {
  border-bottom: #3f2902 4px solid;
  color: #ffffff;
  text-align: center;
  font-size: 2rem;
  padding: 1rem 0;
  border-radius: 1rem 1rem 0 0;
  font-weight: bold;
  background: url(./images/aside_icon_blog_left.png), url(./images/aside_icon_blog_right.png);
  background-position: left 4% center, right 4% center;
  background-repeat: no-repeat, no-repeat;
  background-color: #369c54;
  margin: 0 0 0.4rem 0;
}
.sub_nav_sentence ul {
  margin: 0;
  padding: 0;
}
.sub_nav_sentence ul li {
  background-color: #665045;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
  list-style-type: none;
}
.sub_nav_sentence ul li a {
  color: #222222;
  text-decoration: none;
  font-size: 1.4rem;
}

.date_box {
  background-color: #e7fba3;
  padding: 0.5rem;
  box-sizing: border-box;
  margin: 0 0 1rem 0;
}
.date_box p.date_box_left {
  font-size: 1.4rem;
  color: #3ba636;
  margin: 0;
}
.date_box .date_box_right {
  color: #3ba636;
  font-size: 1.4rem;
  margin: 0;
}
.date_box .date_box_right ul.post-categories {
  list-style-type: none;
  display: inline-block;
  margin: 0;
  padding: 0;
}
.date_box .date_box_right ul.post-categories li a {
  text-decoration: none;
  color: #3ba636;
}

div.more {
  text-align: right;
  font-size: 1.4rem;
}
div.more a {
  color: #00743f;
}

.different_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  clear: both;
}
.different_link a {
  width: 45%;
  display: block;
  background-color: #ffc000;
  color: #ffffff;
  border: #ffc000 1px solid;
  border-radius: 0.4rem;
  text-decoration: none;
  padding: 0.6rem;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
  line-height: 140%;
}

.wp-pagenavi {
  margin: 3rem 0 0 0;
}
.wp-pagenavi span {
  background-color: #ffc000;
  color: #ffffff;
  padding: 0.2rem 0.4rem;
  box-sizing: border-box;
  border: #ffc000 1px solid;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.wp-pagenavi span.current {
  border: #ffc000 1px solid;
}
.wp-pagenavi span:hover {
  border: #ffc000 1px solid;
}
.wp-pagenavi a {
  background-color: #ffc000;
  color: #ffffff;
  padding: 0.2rem 0.4rem;
  box-sizing: border-box;
  border: #ffc000 1px solid;
  border-radius: 0.4rem;
  font-size: 1.4rem;
}
.wp-pagenavi a.current {
  border: #ffc000 1px solid;
}
.wp-pagenavi a:hover {
  border: #ffc000 1px solid;
}

/*アーカイブ*/
header.entry-header {
  height: auto;
}
header.entry-header .entry-meta {
  display: none;
}
header.entry-header h2.entry-title {
  background-color: #00743f;
  color: #ffffff;
  font-size: 2rem;
  padding: 1rem;
  border-radius: 1rem 1rem 0 0;
  margin: 0 0 1rem 0;
  border-bottom: #f4fddf 4px solid;
  box-sizing: border-box;
}
header.entry-header h2.entry-title::before {
  content: "◆";
  color: #f4fddf;
  font-size: 1.4rem;
  vertical-align: middle;
  margin: 0 0.5rem;
}
header.entry-header h2.entry-title a {
  color: #ffffff;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  .bolg_main section {
    margin: 0 0 3rem 0;
  }
  .sub_nav_sentence {
    order: 1;
    width: 230px;
    margin: 0;
  }
  .sub_nav_sentence section {
    margin: 0;
  }
  .sub_nav_sentence h2.widget-title {
    border-bottom: #3f2902 4px solid;
    color: #ffffff;
    text-align: center;
    font-size: 2.6rem;
    padding: 20px 0;
    border-radius: 1rem 1rem 0 0;
    font-weight: bold;
    background: url(./images/aside_icon_blog_left.png), url(./images/aside_icon_blog_right.png);
    background-position: left 15px center, right 15px center;
    background-repeat: no-repeat, no-repeat;
    background-color: #369c54;
    background-size: 30px, 30px;
    margin: 0 0 10px 0;
  }
  .sub_nav_sentence ul {
    margin: 0 0 25px 0;
    padding: 0;
  }
  .sub_nav_sentence ul li {
    background-color: #665045;
    padding: 14px 1rem;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
    list-style-type: none;
    border-radius: 1rem 1rem 0 0;
    border-left: #369c54 4px solid;
  }
  .sub_nav_sentence ul li a {
    color: #222222;
    text-decoration: none;
    font-size: 1.8rem;
  }
  .date_box {
    background-color: #e7fba3;
    padding: 8px 10px;
    box-sizing: border-box;
    margin: 0 0 1rem 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .date_box p.date_box_left {
    font-size: 1.8rem;
    color: #3ba636;
    margin: 0;
  }
  .date_box .date_box_right {
    color: #3ba636;
    font-size: 1.8rem;
    margin: 5px 0 0 0;
    vertical-align: middle;
  }
  .date_box .date_box_right ul.post-categories {
    list-style-type: none;
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
  }
  .date_box .date_box_right ul.post-categories li a {
    text-decoration: none;
    color: #3ba636;
  }
  div.more {
    text-align: right;
    font-size: 1.6rem;
  }
  div.more a {
    color: #00743f;
  }
  .different_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    clear: both;
  }
  .different_link a {
    width: 162px;
    display: block;
    background-color: #ffc000;
    color: #ffffff;
    border: #ffc000 1px solid;
    border-radius: 0.4rem;
    text-decoration: none;
    padding: 0.6rem;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    font-size: 1.8rem;
    line-height: 140%;
  }
  .different_link a:hover {
    color: #ff7e00;
    background-color: #fffcc5;
  }
  .wp-pagenavi {
    margin: 3rem 0 0 0;
  }
  .wp-pagenavi span {
    background-color: #ffc000;
    color: #ffffff;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    border: #ffc000 1px solid;
    border-radius: 0.4rem;
    font-size: 1.8rem;
  }
  .wp-pagenavi span.current {
    border: #ffc000 1px solid;
  }
  .wp-pagenavi span:hover {
    border: #ffc000 1px solid;
  }
  .wp-pagenavi a {
    background-color: #ffc000;
    color: #ffffff;
    padding: 0.2rem 0.4rem;
    box-sizing: border-box;
    border: #ffc000 1px solid;
    border-radius: 0.4rem;
    font-size: 1.8rem;
  }
  .wp-pagenavi a.current {
    border: #ffc000 1px solid;
  }
  .wp-pagenavi a:hover {
    border: #ffc000 1px solid;
  }
}
/* -----------------------------------------------------------
　ブワードプレス用
----------------------------------------------------------- */
/* img */
.img_c {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 1rem auto;
}

.img_l, .img_r {
  display: block;
  max-width: 80%;
  height: auto;
  margin: 1rem auto;
}

.img_l {
  float: left;
  margin: 0 2rem 2rem 0;
}

.img_r {
  float: right;
  margin: 0 0 2rem 2rem;
}

img[class*=wp-image-],
img[class*=attachment-] {
  height: auto;
  max-width: 100%;
}

/* clearfix */
.cf::before,
.cf::after {
  content: "";
  display: block;
}

.cf::after {
  clear: both;
}

.wp-block-gallery {
  clear: both;
}

/* float -------------------------------------- */
.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

/* txt -------------------------------------- */
.txt_c {
  text-align: center;
}

.txt_l {
  text-align: left;
}

.txt_r {
  text-align: right;
}

@media screen and (min-width: 768px) {
  .wp-block-gallery .blocks-gallery-image figure, .wp-block-gallery .blocks-gallery-item figure {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .wp-block-gallery.is-cropped .blocks-gallery-item img {
    width: auto;
  }
}/*# sourceMappingURL=style.css.map */