@charset "UTF-8";
/* Scss Document */
/* Scss Document */
/* =======================================================================

 共通項目
 
======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*青っぽい*/
/*黒に近い*/
/*オレンジ*/
/*ライトブルー*/
/*茶*/
/*黄土色*/
/*濃い茶*/
/*白に近い*/
/*no use*/
/*呪文*/
.clearfix::after {
  content: "";
  clear: both;
  display: table;
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: calc(100vw / 32);
  overflow-y: auto;
  font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #444444;
  background-color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: "メイリオ", Meiryo, "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, Arial, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    color: #444444;
    background-color: #FFFFFF;
  }
}
.color_pink {
  color: #ea6799;
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
section {
  height: auto;
  overflow: hidden;
  margin: 0;
}
section.first {
  margin: 0;
}
section.s_h2 {
  background-color: #ffffff;
  padding: 0;
  box-sizing: border-box;
}
.sentence {
  height: auto;
  overflow: hidden;
}
.pc_none {
  display: block;
}
.sp_none {
  display: none;
}
.bold_text {
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  body {
    position: relative;
    z-index: 0;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0;
  }
  section.first {
    margin: 0 0 0 0;
  }
  section.s_h2 {
    background-color: #ffffff;
    padding: 0;
    box-sizing: border-box;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 1rem 0 0 0;
  background-color: #FFFFFF;
}
article.low {
  margin: 0 auto;
}
.wrapper {
  height: auto;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 0;
}
.wrapper_low {
  width: 100%;
  margin: 0;
  padding: 0 0 6rem 0;
}
.main {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}
@media screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
    background-color: #FFFFFF;
  }
  article.low {
    margin: 0 auto;
  }
  .wrapper {
    height: auto;
    width: 100%;
    margin: 0 auto;
    padding: 0 0 35px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .wrapper_low {
    width: 100%;
    margin: 0;
    padding: 6rem 0 12rem 0;
  }
  .main {
    width: 100%;
    margin: 0;
    padding: 0;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  display: block;
  height: auto;
  overflow: hidden;
  margin: 0 auto;
  background: url("../images/bg_sand.jpg") repeat-x;
  background-size: 10% 70%;
  border-top: 5px #c9c4a3 solid;
}
header .head_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  width: 96%;
  margin: 0 auto;
  padding: 0 0 1rem 0;
}
header .head_frame .web_reserve {
  width: 75%;
  height: 2.8rem;
  margin: 1rem auto 0;
  background-color: #ea6799;
  border-right: 3px solid #d35887;
  border-bottom: 3px solid #d35887;
}
header .head_frame .web_reserve a {
  text-decoration: none;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  display: block;
  line-height: 1.8;
}
header .head_frame .header_info .head_logo {
  width: 60%;
  margin: 1rem auto 0 0.5rem;
  order: 1;
}
header .head_frame .header_info .head_logo img {
  width: 100%;
  height: auto;
}
header .head_frame .header_info .head_wrap .head_info {
  display: flex;
  flex-direction: column;
}
header .head_frame .header_info .head_wrap .head_info p.head_tel {
  order: 2;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
}
header .head_frame .header_info .head_wrap .head_info p.head_tel a {
  text-decoration: none;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
}
header .head_frame .header_info .head_wrap .head_info p.head_tel a span {
  background-color: #a8944d;
  padding: 0.2rem 0;
  border-radius: 0.4rem;
  display: block;
  width: 100%;
}
header .head_frame .header_info .head_wrap .head_info .head_axsadrs {
  order: 1;
  margin: 0 0 1rem 0;
}
header .head_frame .header_info .head_wrap .head_info .head_axsadrs p {
  font-size: 3.5vw;
  text-align: center;
}
header .head_frame .header_info .head_wrap .head_info .head_axsadrs p.head_access {
  margin: 1rem 0 0 0;
}
header .head_frame .header_info .head_wrap .head_info .head_axsadrs p.head_address {
  margin: 0.6rem 0 0 0;
}
header .head_frame .head_key_visual {
  width: 100%;
  height: 15rem;
  background-position: center center;
  background-size: 100%;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  z-index: 99999;
}
header .head_frame .head_key_visual p {
  color: #fff;
  font-size: 48px;
  line-height: 1.5;
  font-weight: bold;
  text-align: center;
  text-shadow: 1px 1px 1px #000;
}
header .key_visual_low {
  text-align: center;
}
header .key_visual_low h1 {
  margin: -2.6rem 0 0 1rem;
  font-size: 1.8rem;
  color: #64483c;
  font-weight: normal;
  z-index: 999999;
  text-align: left;
}
header.header_low {
  background-size: 10% 80%;
}
header.header_low .head_key_visual {
  display: block;
  height: 8rem;
}
header.header_low .head_key_visual img {
  width: 100%;
}
@media screen and (min-width: 768px) {
  header {
    display: block;
    height: 850px;
    overflow: hidden;
    margin: 0 auto;
    background: url("../images/bg_sand.jpg") repeat-x;
    border-top: 5px #c9c4a3 solid;
  }
  header .head_frame {
    width: 100%;
    margin: 0;
    padding: 0;
  }
  header .head_frame .header_info {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1110px;
    margin: 0 auto;
    padding: 0 0 6rem 0;
  }
  header .head_frame .header_info .head_logo {
    width: 330px;
    height: fit-content;
    margin: 39px 0 0 0;
    order: 1;
  }
  header .head_frame .header_info .head_logo img {
    width: 330px;
    height: auto;
  }
  header .head_frame .header_info .web_reserve {
    order: 2;
    width: 24rem;
    height: 6rem;
    background-color: #ea6799;
    border-right: 3px solid #d35887;
    border-bottom: 3px solid #d35887;
    margin: 26px 0 0 auto;
  }
  header .head_frame .header_info .web_reserve a {
    text-decoration: none;
    font-size: 2rem;
    text-align: center;
    color: #FFFFFF;
    display: block;
    line-height: 3.0;
  }
  header .head_frame .header_info .web_reserve a:hover {
    opacity: 0.8;
  }
  header .head_frame .header_info .head_wrap {
    order: 3;
    width: auto;
    margin: 26px 0 0 12px;
  }
  header .head_frame .header_info .head_wrap .head_info {
    display: block;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    flex-direction: row;
  }
  header .head_frame .header_info .head_wrap .head_info p.head_tel {
    order: 1;
    margin: 0;
    background-color: transparent;
    width: auto;
  }
  header .head_frame .header_info .head_wrap .head_info p.head_tel span {
    color: #a8944d;
    text-align: right;
    font-size: 3.0rem;
    font-weight: bold;
    display: block;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
    letter-spacing: -0.1rem;
  }
  header .head_frame .header_info .head_wrap .head_info p.head_tel span i {
    margin: 0 -1.4rem 0 0;
  }
  header .head_frame .header_info .head_wrap .head_info .head_axsadrs {
    order: 2;
    margin: 0;
  }
  header .head_frame .header_info .head_wrap .head_info .head_axsadrs p.head_address {
    color: #64483c;
    font-size: 1.6rem;
    margin: 0;
    text-align: right;
  }
  header .head_frame .header_info .head_wrap .head_info .head_axsadrs p.head_address span {
    font-size: 2.4rem;
  }
  header .head_frame .head_key_visual {
    width: 111rem;
    height: 50rem;
    background-position: center center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
  }
  header .head_frame .head_key_visual p {
    color: #fff;
    font-size: 48px;
    line-height: 1.5;
    font-weight: bold;
    text-align: center;
    text-shadow: 1px 1px 1px #000;
  }
  header.header_low {
    background: url("../images/bg_sand_low.jpg") repeat-x;
    display: block;
    height: 560px;
    margin: 0 auto;
  }
  header.header_low .head_key_visual {
    background: url(../images/key_visual_low.jpg) no-repeat;
    width: 1110px;
    height: 302px;
    margin: 0 auto;
    position: relative;
  }
  header.header_low .key_visual_low {
    text-align: center;
  }
  header.header_low .key_visual_low h1 {
    margin: 0;
    font-size: 3.6rem;
    color: #64483c;
    font-weight: normal;
    position: absolute;
    bottom: 5.2rem;
    left: 5.2rem;
  }
}
@media screen and (max-width: 767px) {
  header .head_frame .header_info .head_wrap .head_info p.head_tel {
    position: fixed;
    bottom: 0;
    left: 0;
    margin: 0;
    z-index: 99;
  }
  header .head_frame .header_info .head_wrap .head_info p.head_tel a span {
    border-radius: 0;
    height: 40px;
    line-height: 40px;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}
@media screen and (min-width: 768px) {
  .main_nav_pc {
    display: block;
    width: 1110px;
    height: auto;
    margin: 0 auto 4.7rem;
    padding: 0;
    box-sizing: border-box;
  }
  .main_nav_pc nav {
    margin: 0 auto;
  }
  .main_nav_pc nav ul {
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    align-items: center;
    box-sizing: border-box;
    height: auto;
    padding: 0;
    margin: 0;
  }
  .main_nav_pc nav ul li {
    display: block;
    box-sizing: border-box;
    background: url("../images/menu_bar.png") no-repeat;
    background-position: bottom;
    width: 16rem;
    height: 4rem;
  }
  .main_nav_pc nav ul li a {
    text-align: center;
    text-decoration: none;
    display: block;
    color: #ea6799;
    height: auto;
    padding: 0;
    width: 100%;
    box-sizing: border-box;
    line-height: 1.1;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .main_nav_pc nav ul li a:hover {
    opacity: 0.6;
  }
  .main_nav_pc nav ul li a span {
    font-size: 1rem;
    opacity: 0.6;
  }
  .nav_low {
    margin: 0 0 0 0;
  }
}
/*-----------------------------------------
		重要なお知らせ    
-----------------------------------------*/
.accordion_bnr {
  margin: 0 auto;
  text-align: center;
}
.accordion_bnr img {
  width: 95%;
  height: auto;
  margin: 0 auto;
  text-align: center;
}
#accordion {
  width: 90%;
  margin: 0 auto;
  padding: 1.5rem 0 0 1rem;
  border: 4px solid #F4831D;
  border-top: none;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-color: #F9F3E2;
  font-size: 1.2rem;
}
#accordion ul li {
  margin: 0 0 1.5rem 1.5rem;
  list-style-position: inside;
}
@media screen and (min-width: 768px) {
  .accordion_bnr img {
    width: 668px;
    height: auto;
    margin: 0 auto;
    text-align: center;
  }
  #accordion {
    width: 640px;
    margin: 0 auto 1rem;
    padding: 1.5rem 0 0 2rem;
    font-size: 1.6rem;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_wrapper {
  height: 100%;
  padding: 0;
  display: block;
  background-color: #f5d593;
}
.notice_wrapper .notice_centering {
  margin: 0 auto;
  width: 100%;
  padding: 3rem 0;
}
.notice_wrapper .notice_centering .FB {
  display: block;
}
.notice_wrapper .notice_centering .FB .notice_frame {
  padding: 0;
  box-sizing: border-box;
  width: 90%;
  height: 350px;
  margin: 0 auto;
  overflow-y: scroll;
  background-color: #FFFFFF;
  border: 1px #a8944d solid;
}
.notice_wrapper .notice_centering .FB .notice_frame dl {
  padding: 10px 10px 20px 20px;
  box-sizing: border-box;
}
.notice_wrapper .notice_centering .FB .notice_frame dl dt {
  margin: 0;
  color: #d35887;
  font-size: 1.5rem;
  font-weight: normal;
  padding: 16px 0 0 3rem;
  box-sizing: border-box;
}
.notice_wrapper .notice_centering .FB .notice_frame dl dt.news_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 1em #f392b9;
  border-left: solid 0.6em transparent;
  border-right: solid 0.6em transparent;
  margin: auto;
  left: 0.5rem;
  top: 1rem;
  bottom: 0;
  transition: 0.5s;
}
.notice_wrapper .notice_centering .FB .notice_frame dl dt.news_title.open::before {
  transform: rotateX(180deg);
  transition: 0.5s;
}
.notice_wrapper .notice_centering .FB .notice_frame dl dd {
  color: #444444;
  font-weight: normal;
  margin: 0;
  padding: 0;
  line-height: 110%;
  box-sizing: border-box;
}
.notice_wrapper .notice_centering .FB .notice_frame dl dd p {
  font-size: 1.3rem;
}
.notice_wrapper .notice_centering .FB .FB_wrapper {
  margin: 3rem auto 0;
  width: 263px;
}
.notice_wrapper .notice_centering .cautions {
  width: 100%;
  margin: 3rem 0 0 0;
}
.notice_wrapper .notice_centering .cautions .red {
  color: #FF0000;
}
.notice_wrapper .notice_centering .cautions .cautions_box {
  display: block;
  margin: 0 0 3rem 0;
}
.notice_wrapper .notice_centering .cautions .cautions_box .cautions_tit {
  width: 90%;
  height: auto;
  margin: 0 auto;
  border: .2rem #FFFFFF solid;
  color: #FFFFFF;
  font-size: 1.8rem;
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.6;
  box-sizing: border-box;
}
.notice_wrapper .notice_centering .cautions .cautions_box .box_1 {
  background-color: #f7941d;
}
.notice_wrapper .notice_centering .cautions .cautions_box .box_2 {
  background-color: #f26d7d;
}
.notice_wrapper .notice_centering .cautions .cautions_box .box_3 {
  background-color: #189f8e;
}
.notice_wrapper .notice_centering .cautions .cautions_box .cautions_txt {
  margin: 1.8rem auto 0;
  width: 90%;
  line-height: 1.6;
}
.notice_wrapper .notice_centering .cautions .cautions_box .cautions_txt p {
  font-size: 1.4rem;
}
.notice_wrapper .notice_centering .cautions .cautions_box .cautions_txt ul li {
  list-style-position: inside;
  font-size: 1.4rem;
}
.notice_wrapper .notice_centering .web_reserve {
  width: 50%;
  height: 2.8rem;
  margin: 1rem auto 20px;
  background-color: #ea6799;
  border-right: 3px solid #d35887;
  border-bottom: 3px solid #d35887;
  text-align: center;
}
.notice_wrapper .notice_centering .web_reserve a {
  text-decoration: none;
  font-size: 1.8rem;
  text-align: center;
  color: #FFFFFF;
  display: block;
  line-height: 1.8;
}
@media screen and (min-width: 768px) {
  .notice_wrapper {
    height: auto;
    margin: 0 auto;
    padding: 0 0 10rem 0;
    display: block;
    background-color: #f5d593;
  }
  .notice_wrapper .notice_centering {
    margin: 0 auto;
    width: 1110px;
    padding: 10rem 0 0 0;
  }
  .notice_wrapper .notice_centering .FB {
    display: flex;
  }
  .notice_wrapper .notice_centering .FB .notice_frame {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 450px;
    margin: 0 auto;
    overflow-y: scroll;
    background-color: #FFFFFF;
    border: 1px #a8944d solid;
  }
  .notice_wrapper .notice_centering .FB .notice_frame dl {
    padding: 10px 10px 20px 20px;
    box-sizing: border-box;
  }
  .notice_wrapper .notice_centering .FB .notice_frame dl dt {
    margin: 0 0 0.5rem 0;
    color: #d35887;
    font-size: 1.9rem;
    font-weight: normal;
    padding: 16px 0 0 4rem;
    box-sizing: border-box;
  }
  .notice_wrapper .notice_centering .FB .notice_frame dl dt.news_title::before {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-top: solid 1em #f392b9;
    border-left: solid 0.6em transparent;
    border-right: solid 0.6em transparent;
    margin: auto;
    left: 0.5rem;
    top: 0.5rem;
    bottom: 0;
    transition: 0.5s;
  }
  .notice_wrapper .notice_centering .FB .notice_frame dl dt.news_title.open::before {
    transform: rotateX(180deg);
    transition: 0.5s;
  }
  .notice_wrapper .notice_centering .FB .notice_frame dl dd {
    color: #444444;
    font-size: 1.7rem;
    font-weight: normal;
    margin: 0;
    padding: 0;
    line-height: 110%;
    box-sizing: border-box;
  }
  .notice_wrapper .notice_centering .FB .notice_frame dl dd p {
    font-size: 1.6rem;
  }
  .notice_wrapper .notice_centering .FB .FB_wrapper {
    margin: 0 auto;
    width: 263px;
  }
  .notice_wrapper .notice_centering .cautions {
    width: 100%;
    margin: 4.4rem 0 0 0;
  }
  .notice_wrapper .notice_centering .cautions .red {
    color: #FF0000;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box {
    display: flex;
    margin: 0 0 6rem 0;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box .cautions_tit {
    width: 16rem;
    height: 16rem;
    border: .3rem #FFFFFF solid;
    color: #FFFFFF;
    font-size: 2rem;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    line-height: 1.6;
    box-sizing: border-box;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box .box_1 {
    background-color: #f7941d;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box .box_2 {
    background-color: #f26d7d;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box .box_3 {
    background-color: #189f8e;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box .cautions_txt {
    margin: 0 0 0 3.2rem;
    width: 92rem;
    line-height: 1.6;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box .cautions_txt p {
    font-size: 2rem;
  }
  .notice_wrapper .notice_centering .cautions .cautions_box .cautions_txt ul li {
    list-style-position: inside;
    font-size: 2rem;
  }
  .notice_wrapper .notice_centering .web_reserve {
    width: 50%;
    height: auto;
    margin: 0 auto 20px;
    padding-top: 2px !important;
    background-color: #ea6799;
    border-right: 3px solid #d35887;
    border-bottom: 3px solid #d35887;
  }
  .notice_wrapper .notice_centering .web_reserve a {
    text-decoration: none;
    font-size: 2.4rem !important;
    text-align: center;
    color: #FFF;
    display: block;
    line-height: 2.7;
  }
  .notice_wrapper .notice_centering .web_reserve a:hover {
    opacity: 0.8;
  }
}
/*スマホ用スライドバー*/
@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);
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_frame {
  background-color: #ffffff;
  padding: 3vw;
  box-sizing: border-box;
  height: auto;
  width: 100%;
  margin: 0 0 25px 0;
  border: #a7a7a7 1px solid;
}
.notice_frame dl {
  padding: 5px;
}
.notice_frame dl dt {
  margin: 0 0 .5rem 0;
  color: #670b97;
  font-size: 1.6rem;
}
.notice_frame dl dd {
  display: none;
}
.news_title {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: auto;
  line-height: 160%;
  color: #000000;
  padding: 1rem 1rem 1rem 4rem;
  cursor: pointer;
}
.news_title::before {
  position: absolute;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: solid 1em #f392b9;
  border-left: solid 0.6em transparent;
  border-right: solid 0.6em transparent;
  margin: auto;
  left: 0.5rem;
  top: 0.5rem;
  bottom: 0;
  transition: 0.5s;
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.diagnosis_wrapper {
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
  background-color: #FFFFFF;
}
.diagnosis_wrapper .diagnosis_centering {
  margin: 0 auto;
  width: 94%;
  padding: 3rem 0;
}
.diagnosis_wrapper ul {
  list-style: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.diagnosis_wrapper ul li {
  width: 48%;
}
.diagnosis_wrapper ul li img {
  margin: 0 0 1rem 0;
  width: 100%;
}
.diagnosis_wrapper ul li a {
  text-decoration: none;
}
.diagnosis_wrapper ul li a p {
  text-align: center;
  font-size: 1.4rem;
  color: #745e4c;
  display: block;
}
.diagnosis_wrapper ul li a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .diagnosis_wrapper {
    height: 480px;
    margin: 0 auto;
    padding: 0;
    display: block;
    background-color: #FFFFFF;
  }
  .diagnosis_wrapper .diagnosis_centering {
    margin: 0 auto;
    width: 1110px;
    padding: 10rem 0 0 0;
  }
  .diagnosis_wrapper ul {
    list-style: none;
    width: 1110px;
    display: flex;
    justify-content: space-between;
  }
  .diagnosis_wrapper ul li {
    width: 160px;
  }
  .diagnosis_wrapper ul li img {
    margin: 0 0 1rem 0;
  }
  .diagnosis_wrapper ul li a {
    text-decoration: none;
  }
  .diagnosis_wrapper ul li a p {
    text-align: center;
    font-size: 2.0rem;
    color: #745e4c;
    display: block;
  }
  .diagnosis_wrapper ul li a:hover {
    opacity: 0.8;
  }
}
/* -----------------------------------------------------------
　当院の特長
----------------------------------------------------------- */
.feature_wrapper {
  height: auto;
  margin: 0 auto;
  padding: 0 0 3rem;
  display: block;
  background-color: #f1f2e9;
}
.feature_wrapper .feature_centering {
  margin: 0 auto;
  width: 94%;
  padding: 3rem 0;
}
.feature_wrapper .feature_frame {
  width: 100%;
  margin: 0 auto;
}
.feature_wrapper .feature_frame .feature_box_01, .feature_wrapper .feature_frame .feature_box_02, .feature_wrapper .feature_frame .feature_box_03 {
  margin: 0;
  height: 45rem;
  width: 100%;
  background-color: #FFFFFF !important;
}
.feature_wrapper .feature_frame .feature_box_01 p, .feature_wrapper .feature_frame .feature_box_02 p, .feature_wrapper .feature_frame .feature_box_03 p {
  width: 100%;
  color: #666666;
  font-size: 1.4rem;
  text-align: left;
  margin: 2rem auto 0 auto;
  line-height: 1.4;
}
.feature_wrapper .feature_frame .feature_box_01 p.subject, .feature_wrapper .feature_frame .feature_box_02 p.subject, .feature_wrapper .feature_frame .feature_box_03 p.subject {
  text-align: center;
  color: #a8944d;
  font-size: 2.0rem;
  font-weight: normal;
  padding: 3rem 0 0 0;
  margin: 0;
}
.feature_wrapper .feature_frame .feature_box_01 p.txt, .feature_wrapper .feature_frame .feature_box_02 p.txt, .feature_wrapper .feature_frame .feature_box_03 p.txt {
  width: 92%;
}
.feature_wrapper .feature_frame .feature_box_01 {
  background: url("../images/index_feature_01.jpg") no-repeat bottom;
}
.feature_wrapper .feature_frame .feature_box_01 p.subject {
  background: url("../images/corner_left.png") no-repeat top left;
}
.feature_wrapper .feature_frame .feature_box_02 {
  background: url("../images/index_feature_02.jpg") no-repeat bottom;
}
.feature_wrapper .feature_frame .feature_box_02 p.subject {
  background: url("../images/corner_right.png") no-repeat top right;
}
.feature_wrapper .feature_frame .feature_box_03 {
  background: url("../images/index_feature_03.jpg") no-repeat bottom;
}
.feature_wrapper .feature_frame .feature_box_03 p.subject {
  background: url("../images/corner_left.png") no-repeat top left;
}
@media screen and (min-width: 768px) {
  .feature_wrapper {
    height: auto;
    margin: 0 auto;
    padding: 0 0 10rem;
    display: block;
    background-color: #f1f2e9;
  }
  .feature_wrapper .feature_centering {
    margin: 0 auto;
    width: 1110px;
    padding: 10rem 0 0 0;
  }
  .feature_wrapper .feature_frame {
    width: 1110px;
    margin: 0 auto;
  }
  .feature_wrapper .feature_frame .feature_box_01, .feature_wrapper .feature_frame .feature_box_02, .feature_wrapper .feature_frame .feature_box_03 {
    margin: 0;
    height: 25rem;
    width: 1110px;
    background-color: #FFFFFF !important;
  }
  .feature_wrapper .feature_frame .feature_box_01 p, .feature_wrapper .feature_frame .feature_box_02 p, .feature_wrapper .feature_frame .feature_box_03 p {
    width: 515px;
    padding: 0 2rem;
    color: #666666;
    font-size: 2rem;
    text-align: left;
    margin: 2rem 0 0 0;
    line-height: 1.3;
  }
  .feature_wrapper .feature_frame .feature_box_01 p.subject, .feature_wrapper .feature_frame .feature_box_02 p.subject, .feature_wrapper .feature_frame .feature_box_03 p.subject {
    text-align: center;
    color: #a8944d;
    font-size: 2.4rem;
    font-weight: normal;
    padding: 4rem 0 0 0;
  }
  .feature_wrapper .feature_frame .feature_box_01 p.txt, .feature_wrapper .feature_frame .feature_box_02 p.txt, .feature_wrapper .feature_frame .feature_box_03 p.txt {
    width: 46%;
  }
  .feature_wrapper .feature_frame .feature_box_01 {
    background: url("../images/index_feature_01.jpg") no-repeat top right;
  }
  .feature_wrapper .feature_frame .feature_box_01 p.subject {
    background: url("../images/corner_left.png") no-repeat top left;
  }
  .feature_wrapper .feature_frame .feature_box_02 {
    background: url("../images/index_feature_02.jpg") no-repeat top left;
  }
  .feature_wrapper .feature_frame .feature_box_02 p {
    margin: 2rem 0 0 auto;
  }
  .feature_wrapper .feature_frame .feature_box_02 p.subject {
    margin: 0 0 0 auto;
    padding: 5rem 0 0 0;
    background: url("../images/corner_right.png") no-repeat top right;
  }
  .feature_wrapper .feature_frame .feature_box_03 {
    background: url("../images/index_feature_03.jpg") no-repeat top right;
  }
  .feature_wrapper .feature_frame .feature_box_03 p.subject {
    background: url("../images/corner_left.png") no-repeat top left;
  }
}
/* -----------------------------------------------------------
　診療カレンダー
----------------------------------------------------------- */
.calendar_wrapper {
  height: auto;
  margin: 0 auto;
  padding: 0;
  display: block;
  background-color: #FFFFFF;
}
.calendar_wrapper .calendar_centering {
  margin: 0 auto;
  width: 100%;
  padding: 3rem 0 8rem 0;
}
.calendar_wrapper .calendar_centering a.doctor_of_month {
  font-size: 1.4rem;
  background-color: #ea6799;
  color: #FFFFFF;
  text-decoration: none;
  padding: .6rem 2rem;
  text-align: center;
  text-align: center;
  display: block;
  margin: 1rem 0 0 0;
}
.calendar_wrapper .calendar_centering a.doctor_of_month:hover {
  opacity: 0.6;
}
.calendar_wrapper .calendar_two {
  width: 100%;
  margin: 0 auto;
  display: block;
}
.calendar_wrapper .calendar_two table.month0 {
  margin: 3rem 0 0 0;
}
.calendar_wrapper .calendar_two table.month1 {
  margin: 3rem 0 0 0;
}
.calendar_wrapper ul.status {
  list-style: none;
}
.calendar_wrapper ul.status li {
  padding: 15px 10px 0 0;
  font-size: 1.5rem;
  color: #444444;
  display: flex;
  align-items: center;
  float: right;
}
.calendar_wrapper ul.status li .yellow_box {
  background-color: #fff799;
  width: 2.8rem;
  height: 2.8rem;
  border: 1px #9a9a9a solid;
}
@media screen and (min-width: 768px) {
  .calendar_wrapper {
    height: 662px;
    margin: 0 auto;
    padding: 0;
    display: block;
    background-color: #FFFFFF;
  }
  .calendar_wrapper .calendar_centering {
    margin: 0 auto;
    width: 1110px;
    padding: 10rem 0 7rem;
  }
  .calendar_wrapper .calendar_centering a.doctor_of_month {
    font-size: 1.8rem;
    background-color: #ea6799;
    color: #FFFFFF;
    text-decoration: none;
    padding: .6rem 2rem;
    float: right;
  }
  .calendar_wrapper .calendar_centering a.doctor_of_month:hover {
    opacity: 0.6;
  }
  .calendar_wrapper .calendar_two {
    width: 1110px;
    margin: 0 auto;
    display: flex;
  }
  .calendar_wrapper .calendar_two table.month0 {
    margin: 0 auto 0 0;
  }
  .calendar_wrapper .calendar_two table.month1 {
    margin: 0 0 0 auto;
  }
  .calendar_wrapper ul.status {
    list-style: none;
  }
  .calendar_wrapper ul.status li {
    padding: 15px 0 0 0;
    font-size: 1.6rem;
    color: #444444;
    display: flex;
    align-items: center;
    float: right;
  }
  .calendar_wrapper ul.status li .yellow_box {
    background-color: #fff799;
    width: 2.8rem;
    height: 2.8rem;
    border: 1px #9a9a9a solid;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  background-color: transparent;
  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:first-child {
  border-top: 1px #666666 solid;
  border-bottom: 1px #666666 solid;
}
table.timetable tr th {
  padding: 6px 0;
  text-align: center;
  color: #666666;
  background-color: #cec799;
  font-size: 1.4rem;
  font-weight: normal;
  vertical-align: middle;
  box-sizing: border-box;
}
table.timetable tr td {
  text-align: center;
  padding: 4px 0;
  color: #666666;
  font-size: 1.4rem;
  vertical-align: middle;
  box-sizing: border-box;
  border-bottom: #666666 1px solid;
  width: 10%;
}
table.timetable tr td:last-child {
  padding: 0;
  width: 16%;
}
table.timetable tr td.time {
  width: 24%;
  color: #444444;
  font-size: 1.4rem;
}
.notice_time {
  font-size: 1.4rem;
  color: #444444;
  line-height: 140%;
  margin: 0.6rem auto 0 1rem;
  width: 100%;
  text-align: left;
}
@media screen and (min-width: 768px) {
  table.timetable {
    background-color: transparent;
    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:first-child {
    border-top: 1px #666666 solid;
    border-bottom: 1px #666666 solid;
  }
  table.timetable tr th {
    padding: 12px 0;
    text-align: center;
    color: #666666;
    background-color: #cec799;
    font-size: 1.6rem;
    font-weight: normal;
    vertical-align: middle;
    box-sizing: border-box;
  }
  table.timetable tr td {
    text-align: center;
    padding: 12px 0;
    color: #666666;
    font-size: 1.6rem;
    vertical-align: middle;
    box-sizing: border-box;
    border-bottom: #666666 1px solid;
    width: 10%;
  }
  table.timetable tr td:last-child {
    padding: 0;
    width: 15%;
  }
  table.timetable tr td.time {
    width: 25%;
    color: #444444;
    font-size: 1.6rem;
  }
  .notice_time {
    font-size: 1.6rem;
    color: #444444;
    line-height: 140%;
    margin: 6px auto 0 auto;
    width: 100%;
    text-align: left;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg {
  background-color: #e5ddd6;
  width: 100%;
  margin: 0 auto;
}
.overview_bg .overview {
  padding: 3rem 0 6rem 0;
  margin: 0 auto;
  width: 100%;
}
.overview_bg .overview h2 {
  text-align: center;
}
.overview_bg .overview h2 img {
  width: 60%;
  margin: 0 auto 2rem;
}
.overview_bg .overview .overview_frame {
  display: block;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 100%;
  margin: 16px auto 0 auto;
}
.overview_bg .overview .overview_frame .overview_frame_left {
  width: 100%;
  margin: 0;
  padding: 0 2.0rem 0 0;
}
.overview_bg .overview .overview_frame .overview_frame_left p.clinic_address {
  padding: 0;
}
.overview_bg .overview .overview_frame .overview_frame_left p span.tel {
  color: #009ca7;
  font-size: 3.2rem;
  font-weight: bold;
  padding: 0;
  margin: 0;
  background-color: transparent;
  width: 100%;
}
.overview_bg .overview .overview_frame .overview_frame_left dl {
  width: 100%;
  margin: 0;
  display: block;
  line-height: 160%;
  border-top: #a19278 1px solid;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dt {
  color: #ea6799;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 1.2rem 1rem 0.6rem 1rem;
  box-sizing: border-box;
  border-bottom: #a19278 1px solid;
  line-height: 120%;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dt.dt_schedule {
  border-bottom: none;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd {
  display: -webkit-flex;
  display: flex;
  align-items: center;
  color: #444444;
  font-size: 1.4rem;
  margin: 0;
  width: 100%;
  height: auto;
  padding: 1.6rem 1rem;
  box-sizing: border-box;
  border-bottom: #a19278 1px solid;
  line-height: 160%;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.dd_schedule {
  border-bottom: none;
  padding: 0;
  height: 0;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access {
  display: block;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.train, .overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.bus {
  margin: 0;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.train span, .overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.bus span {
  color: #7d4900;
  font-size: 1.5rem;
  font-weight: normal;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access hr {
  border-top: 1px dashed #7d4900;
  margin: 0 0 0.2rem 0;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd a {
  color: #f79431;
  font-size: 3rem;
  text-decoration: none;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd a i {
  margin: 0 -1rem 0 0;
  vertical-align: -0.2rem;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd span {
  color: #a8944d;
  font-size: 3rem;
  text-decoration: none;
  font-weight: bold;
}
.overview_bg .overview .overview_frame .overview_frame_right {
  width: 94%;
  margin: 3rem auto 0 auto;
  text-align: center;
  padding: 0;
}
.overview_bg .overview .overview_frame .overview_frame_right img {
  width: 98%;
  border: 1px #a19278 solid;
}
.overview_bg .overview .overview_frame .overview_frame_right img.nikibi {
  width: 80%;
  margin: 0 auto;
  display: block;
  border: 0;
}
.overview_bg .overview .overview_frame .overview_frame_right a {
  color: #3d3d3d;
  font-size: 1.6rem;
  text-align: right;
  margin: 1.3rem 0 0 0;
  display: block;
  text-decoration: none;
}
.overview_bg .overview .overview_frame .overview_frame_right a:hover {
  opacity: 0.6;
}
.overview_bg .overview_title {
  color: #fff799;
  font-size: 2.2rem;
  font-weight: normal;
  margin: 1rem auto 0 auto;
  width: 100%;
}
.overview_bg table {
  width: 100%;
  margin: 0 auto;
}
@media screen and (min-width: 768px) {
  .overview_bg {
    background-color: #e5ddd6;
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
  }
  .overview_bg .overview {
    padding: 10rem 0 9rem 0;
    margin: 0 auto;
    width: 1110px;
  }
  .overview_bg .overview h2 {
    text-align: center;
  }
  .overview_bg .overview h2 img {
    width: 280px;
    margin: 0 auto 5rem;
  }
  .overview_bg .overview .overview_frame {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    width: 1110px;
    margin: 16px auto 0 auto;
  }
  .overview_bg .overview .overview_frame .overview_frame_left {
    width: 56.0rem;
    margin: 0;
    padding: 0 2.0rem 0 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left p.clinic_address {
    padding: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left p span.tel {
    color: #009ca7;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    background-color: transparent;
    width: 100%;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl {
    width: 54rem;
    margin: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    line-height: 160%;
    border-top: #a19278 1px solid;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #ea6799;
    font-size: 2.0rem;
    font-weight: normal;
    margin: 0 0 0 0;
    width: 165px;
    height: auto;
    padding: 0;
    box-sizing: border-box;
    border-bottom: #a19278 1px solid;
    line-height: 120%;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt.access {
    align-items: baseline;
    margin: 2rem 0 0 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt.dt_schedule {
    border-bottom: none;
    padding: 26px 0 0 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #444444;
    font-size: 1.8rem;
    margin: 0 0 0 0;
    width: 370px;
    height: auto;
    padding: 1.6rem 0;
    box-sizing: border-box;
    border-bottom: #a19278 1px solid;
    line-height: 160%;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.dd_schedule {
    border-bottom: none;
    padding: 0;
    height: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access {
    display: block;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.train, .overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.bus {
    margin: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.train span, .overview_bg .overview .overview_frame .overview_frame_left dl dd.access p.bus span {
    color: #7d4900;
    font-size: 1.8rem;
    font-weight: normal;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access hr {
    border-top: 1px dashed #7d4900;
    margin: 0 0 0.2rem 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd a {
    color: #f79431;
    font-size: 3rem;
    text-decoration: none;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span {
    color: #a8944d;
    font-size: 3rem;
    text-decoration: none;
    font-weight: bold;
  }
  .overview_bg .overview .overview_frame .overview_frame_right {
    width: 55.0rem;
    margin: 0;
    text-align: center;
    padding: 0 1rem;
  }
  .overview_bg .overview .overview_frame .overview_frame_right img {
    width: 538px;
    border: 1px #a19278 solid;
  }
  .overview_bg .overview .overview_frame .overview_frame_right img.nikibi {
    width: 222px;
    margin: 0 auto 0 0;
    display: block;
    border: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_right a {
    color: #3d3d3d;
    font-size: 1.6rem;
    text-align: right;
    margin: 1.3rem 0 0 0;
    display: block;
    text-decoration: none;
  }
  .overview_bg .overview .overview_frame .overview_frame_right a:hover {
    opacity: 0.6;
  }
  .overview_bg .overview_title {
    color: #fff799;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 1rem auto 0 auto;
    width: 100%;
  }
  .overview_bg table {
    width: 100%;
    margin: 0 auto;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .copyright {
  text-align: center;
  margin: 0 0 40px;
  padding: 0.8rem 0;
  color: #FFFFFF;
  font-size: 1.2rem;
  height: auto;
  background-color: #ea6799;
}
@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    height: 200px;
    box-sizing: border-box;
    padding: 0;
    background-color: #ea6799;
  }
  footer .footer_frame {
    display: block;
    width: 1110px;
    height: auto;
    margin: 0 auto;
    box-sizing: border-box;
    padding: 4rem 0 0 0;
  }
  footer .footer_frame ul {
    list-style-type: none;
    display: flex;
    padding: 0;
    width: 98rem;
    margin: 0 auto;
  }
  footer .footer_frame ul li {
    list-style-type: none;
    color: #FFFFFF;
    flex-grow: 1;
    text-align: center;
    width: 14rem;
  }
  footer .footer_frame ul li a {
    font-size: 1.5rem;
    color: #FFFFFF;
    text-decoration: none;
    line-height: 100%;
  }
  footer .footer_frame ul li a:hover {
    opacity: 0.8;
  }
  footer .footer_frame ul li + li {
    border-left: 1px solid #FFFFFF;
  }
  footer .footer_frame ul.upper_line {
    margin: 0 auto 2.6rem;
  }
  footer .copyright {
    text-align: center;
    margin: 0 auto;
    padding: 6rem 0 2rem 0;
    color: #FFFFFF;
    background-color: #ea6799;
    font-size: 1.3rem;
    height: auto;
    max-width: 2000px;
    border-top: none;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}
#linkpagetop img {
  width: 80%;
  height: auto;
}
#pagetop {
  position: fixed;
  bottom: 70px;
  right: 0px;
  height: 12vw;
  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: 60px;
    height: auto;
  }
  #pagetop {
    position: fixed;
    bottom: 12px;
    left: 50%;
    margin: 0 0 0 560px;
    height: 70px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #ffffff;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop {
    position: fixed;
    bottom: 80px;
    left: 92%;
    margin: 0 0 0 0;
    height: 250px;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 38vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  background-color: #ea6799;
  opacity: 0.9;
}
.drawr p {
  color: #ea6799;
  font-size: 1.4rem;
  text-align: center;
  padding: 18px 0;
  background-color: #ffffff;
  margin: 0;
}
.drawr ul.hbg {
  list-style: none;
}
.drawr ul.hbg li {
  text-align: center;
  width: 100% !important;
}
.drawr ul.hbg li a {
  color: #ffffff;
  font-size: 1.6rem;
  text-decoration: none;
  padding: 2rem 0;
  display: block;
  border-bottom: #ffffff 1px solid;
}
.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;
}
.toggle {
  display: none;
}
.toggle-label {
  cursor: pointer;
  display: block;
  width: 100%;
  height: 46px;
  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: 15%;
  position: absolute;
  cursor: pointer;
  top: 0.7rem;
  right: 0.5rem;
  padding: 0 0 0.6rem 0;
  background-color: #ea6799;
}
@media screen and (min-width: 768px) {
  .main_nav_sp {
    display: none;
  }
}
/*ハンバーガーこっち*/
/* Common styles of menus */
#dl-menu {
  z-index: 100;
  position: absolute;
  top: 46vw;
}
.dl-menuwrapper {
  width: 100%;
  max-width: 100%;
  float: left;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
}
.dl-menuwrapper:first-child {
  margin-right: 100px;
}
.dl-menuwrapper button {
  background: #d35887;
  border: none;
  width: 100%;
  height: 50px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  outline: none;
  border-bottom: 1px solid #fff;
}
.dl-menuwrapper button:hover, .dl-menuwrapper button.dl-active, .dl-menuwrapper ul {
  background: #d35887;
}
.dl-menuwrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.dl-menuwrapper li {
  position: relative;
  margin: 0;
  padding: 0;
  border-bottom: 1px solid #444444;
}
.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  color: #444444;
  outline: none;
  text-decoration: none;
}
.no-touch .dl-menuwrapper li a:hover {
  background: #17804b;
}
.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: #cccccc;
}
.dl-menuwrapper li.dl-back > a:hover {
  padding-left: 30px;
  background: #cccccc;
}
.dl-menuwrapper li.dl-back:after, .dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 5px;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: url(../images/icon01.png);
}
.dl-menuwrapper li.dl-back:after {
  left: 10px;
  bottom: 8px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15);
}
.dl-menuwrapper .dl-menu {
  margin: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.dl-menuwrapper .dl-menu.dl-menu-toggle {
  transition: all 0.3s ease;
}
.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
  background-color: #cc842f;
}
/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none;
}
/* 
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link. 
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li, .dl-menu.dl-subview li.dl-subviewopen > a, .dl-menu.dl-subview li.dl-subview > a {
  display: none;
}
.dl-menu.dl-subview li.dl-subview, .dl-menu.dl-subview li.dl-subview .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu, .dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block;
  background-color: #cc842f;
}
/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 50px;
  left: 0;
  margin: 0;
  background-color: #cc842f;
}
/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  animation: MenuAnimOut1 0.4s;
}
@-webkit-keyframes MenuAnimOut1 {
  75% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}
@keyframes MenuAnimOut1 {
  75% {
    opacity: .5;
  }
  100% {
    opacity: 0;
  }
}
.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  animation: MenuAnimIn1 0.3s;
}
@-webkit-keyframes MenuAnimIn1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
@keyframes MenuAnimIn1 {
  0% {
    opacity: 0;
  }
  20% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  animation: SubMenuAnimIn1 0.4s ease;
}
@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes SubMenuAnimIn1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  animation: SubMenuAnimOut1 0.4s ease;
}
@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes SubMenuAnimOut1 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.no-js .dl-menuwrapper li .dl-submenu {
  display: block;
}
.no-js .dl-menuwrapper li.dl-back {
  display: none;
}
.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1);
}
.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: '';
}
/*アサイド*/
/* -----------------------------------------------------------
　アサイド
----------------------------------------------------------- */
/*SP*/
aside {
  display: none;
}
@media screen and (min-width: 768px) {
  aside {
    display: block;
    width: 330px;
    background-color: #FFFFFF;
    height: auto;
    margin: 28px 0 0 0;
    /*カレンダー用*/
  }
  aside p {
    width: 290px;
    text-align: center;
    color: #FFFFFF;
    font-size: 2.6rem;
    font-weight: bold;
    padding: 1rem 0;
    margin: 0 0 6px 0;
    border-radius: 6px 6px 0 0;
    background: -webkit-linear-gradient(90deg, #009ca7, #60c1bd);
    background: linear-gradient(90deg, #009ca7, #60c1bd);
  }
  aside p.calendar {
    margin: 0;
  }
  aside ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    margin: 0 0 6px 0;
    width: 290px;
  }
  aside ul li {
    text-align: left;
    margin: 0;
    width: 288px;
    border-bottom: 1px #999999 solid;
    border-left: 1px #999999 solid;
    border-right: 1px #999999 solid;
  }
  aside ul li:first-child {
    border-top: 4px #d35887 solid;
    background-color: #e6f5f4;
  }
  aside ul li:first-child a {
    background: url(../images/top_arrow.png) no-repeat;
    background-position: left 1rem center;
  }
  aside ul li a {
    display: block;
    text-decoration: none;
    color: #2b3854;
    font-size: 1.4rem;
    font-weight: normal;
    padding: 1.3rem 0 1.3rem 4rem;
    box-sizing: border-box;
    background: url(../images/arrow.png) no-repeat;
    background-position: left 1rem center;
  }
  aside ul li a:hover {
    opacity: 0.6;
  }
  aside .calendar_frame {
    padding: 20px 0 0 0;
  }
  aside .calendar_frame .calendar_info {
    width: 252px;
    margin: 10px auto 25px 38px;
  }
  aside .calendar_frame .calendar_info .calendar_info_child {
    margin: 10px 0 0 0;
  }
  aside .calendar_frame .calendar_info .calendar_info_child span {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }
  aside .calendar_frame .calendar_info .calendar_info_child span.holiday {
    background-color: #aaaaaa;
    width: 20px;
    margin: 10px 5px 0 0;
  }
  aside .calendar_frame .calendar_info span {
    font-size: 1.4rem;
    margin: 0 10px 0 0;
  }
  aside .calendar_frame .calendar_info span.amOnly {
    background-color: #6ec9f4;
    width: 20px;
    margin: 0 5px 0 0;
  }
  aside .calendar_frame .calendar_info span.ampm {
    background-color: #d35887;
    width: 20px;
    margin: 0 5px 0 0;
  }
}
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.img_right {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_right img {
  width: 70%;
  height: auto;
}
.img_doctor {
  margin: 0 0 10px 0;
  text-align: center;
}
.img_doctor img {
  width: 45%;
  height: auto;
}
.img_center {
  margin: 0 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: 70%;
  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;
}
.doctor_name2 {
  text-align: right;
}
@media screen and (min-width: 768px) {
  .img_right {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_right img {
    width: 350px;
    height: auto;
  }
  .img_doctor {
    float: right;
    margin: 0 0 10px 10px;
  }
  .img_doctor img {
    width: 250px;
    height: auto;
  }
  .img_center {
    float: none;
    margin: 0 0 10px 10px;
    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: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_two img {
    width: 540px;
    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.small li {
  font-size: 80%;
  margin: 0 0 0px 1.8rem;
}
/*画像●*/
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 10px 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.8rem;
  line-height: 140%;
}
ul.list_maru li ul {
  margin: 0.8rem 0 0 0;
}
ul.list_maru li ul li {
  background: none;
  list-style-type: disc;
  margin: 0 0 10px 2rem;
  padding: 0 0 0 0;
}
ul.list_maru_two {
  padding: 0;
  margin: 0;
}
ul.list_maru_two 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.6rem;
  background-size: 1rem;
  padding: 0 0 0 1.8rem;
  line-height: 140%;
}
/*なし*/
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_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_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;
}
@media screen and (min-width: 768px) {
  /*標準*/
  ul.list_normal {
    line-height: 160%;
    font-size: 1.8rem;
    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.8rem;
    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_maru li ul {
    margin: 0.8rem 0 0 0;
  }
  ul.list_maru li ul li {
    background: none;
    list-style-type: disc;
    margin: 0 0 10px 2.6rem;
    padding: 0 0 0 0;
  }
  ul.list_maru_two {
    padding: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  ul.list_maru_two li {
    width: 45%;
    line-height: 100%;
    font-size: 1.8rem;
    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_none {
    line-height: 160%;
    font-size: 1.8rem;
    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_num {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_num li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: decimal;
    margin: 0 0 10px 25px;
    box-sizing: border-box;
    width: 90%;
  }
  /*概要*/
  ul.list_overview li {
    line-height: 130%;
    font-size: 1.8rem;
    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.8rem;
    list-style-type: disc;
    margin: 0 0 10px 25px;
  }
}
/* -----------------------------------------------------------
　定義リスト
----------------------------------------------------------- */
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;
}
dl.book_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.book_list dt {
  width: 100%;
  margin: 0 0 1rem 0;
  font-weight: bold;
}
dl.book_list dd {
  width: 100%;
  margin: 0 0 2rem 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.8rem;
    box-sizing: border-box;
    line-height: 140%;
    width: 825px;
  }
  dl.bio_list dt {
    width: 100px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 725px;
    margin: 0 0 20px 0;
  }
  dl.book_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.8rem;
    box-sizing: border-box;
    margin: 0 0 20px 0;
    line-height: 120%;
  }
  dl.book_list dt {
    width: 100%;
    margin: 0 0 1rem 0;
    font-weight: bold;
  }
  dl.book_list dd {
    width: 100%;
    margin: 0 0 4rem 0;
  }
}
/*見出し*/
h1 {
  margin: 0;
}
h2.top {
  font-size: 1.8rem;
  color: #64483c;
  text-align: center;
  font-weight: normal;
  margin: 3rem 0 1.4rem 0;
}
h2.top:before {
  content: '';
  display: inline-block;
  width: 74.2px;
  height: 21.7px;
  background-image: url(../images/deco_left.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 1.0rem 0 0;
}
h2.top:after {
  content: '';
  display: inline-block;
  width: 74.2px;
  height: 21.7px;
  background-image: url(../images/deco_right.png);
  background-size: contain;
  vertical-align: middle;
  margin: 0 0 0 1.0rem;
}
h2.first {
  margin: 0 0 10px 0;
}
.doctor h2.top, .treatment h2.top, .clinic h2.top, .first h2.top, .price h2.top, .access h2.top, .dermatology h2.top, .pediatrics h2.top, .allergy h2.top, .skin_surgery h2.top, .beauty_dermatology h2.top, .influenza-vaccination h2.top {
  font-size: 1.9rem;
  padding: .5em;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.15) inset;
}
.doctor h2.top:before, .doctor h2.top:after, .treatment h2.top:before, .treatment h2.top:after, .clinic h2.top:before, .clinic h2.top:after, .first h2.top:before, .first h2.top:after, .price h2.top:before, .price h2.top:after, .access h2.top:before, .access h2.top:after, .dermatology h2.top:before, .dermatology h2.top:after, .pediatrics h2.top:before, .pediatrics h2.top:after, .allergy h2.top:before, .allergy h2.top:after, .skin_surgery h2.top:before, .skin_surgery h2.top:after, .beauty_dermatology h2.top:before, .beauty_dermatology h2.top:after, .influenza-vaccination h2.top:before, .influenza-vaccination h2.top:after {
  content: none;
}
h3 {
  color: #77624e;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.8rem 0;
  margin: 3rem 0 1rem 0;
  border-bottom: #77624e 4px solid;
  position: relative;
}
h3::before {
  content: '';
  width: 100%;
  border-bottom: #a8944d solid 4px;
  position: absolute;
  left: 0px;
  bottom: -8px;
}
h4 {
  color: #ea6799;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.4rem 0;
  margin: 20px 0 8px 0;
  border-bottom: #ea6799 4px solid;
}
h5 {
  color: #a8944d;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.4rem 0;
  margin: 1.8rem 0 1rem 0;
  border-bottom: #a8944d 4px dashed;
}
p {
  font-size: 1.4rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
}
@media screen and (min-width: 768px) {
  h1 {
    margin: 0;
  }
  h2.top {
    font-size: 3.2rem;
    color: #64483c;
    text-align: center;
    font-weight: normal;
    margin: 0 0 4.8rem 0;
  }
  h2.top:before {
    content: '';
    display: inline-block;
    width: 106px;
    height: 31px;
    background-image: url(../images/deco_left.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 2.8rem 0 0;
  }
  h2.top:after {
    content: '';
    display: inline-block;
    width: 106px;
    height: 31px;
    background-image: url(../images/deco_right.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 2.8rem;
  }
  h2.low {
    margin: 3.5rem 0 6rem;
  }
  h2.under_low {
    margin: 7rem 0 6rem;
  }
  h2.first {
    margin: 0 0 2rem 0;
  }
  .doctor h2.top, .treatment h2.top, .clinic h2.top, .first h2.top, .price h2.top, .access h2.top, .dermatology h2.top, .pediatrics h2.top, .allergy h2.top, .skin_surgery h2.top, .beauty_dermatology h2.top, .influenza-vaccination h2.top {
    font-size: 3.2rem;
    padding: 0;
    box-shadow: none;
  }
  .doctor h2.top:before, .treatment h2.top:before, .clinic h2.top:before, .first h2.top:before, .price h2.top:before, .access h2.top:before, .dermatology h2.top:before, .pediatrics h2.top:before, .allergy h2.top:before, .skin_surgery h2.top:before, .beauty_dermatology h2.top:before, .influenza-vaccination h2.top:before {
    content: '';
    display: inline-block;
    width: 106px;
    height: 31px;
    background-image: url(../images/deco_left.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 2.8rem 0 0;
  }
  .doctor h2.top:after, .treatment h2.top:after, .clinic h2.top:after, .first h2.top:after, .price h2.top:after, .access h2.top:after, .dermatology h2.top:after, .pediatrics h2.top:after, .allergy h2.top:after, .skin_surgery h2.top:after, .beauty_dermatology h2.top:after, .influenza-vaccination h2.top:after {
    content: '';
    display: inline-block;
    width: 106px;
    height: 31px;
    background-image: url(../images/deco_right.png);
    background-size: contain;
    vertical-align: middle;
    margin: 0 0 0 2.8rem;
  }
  h3 {
    color: #77624e;
    font-weight: normal;
    font-size: 3.0rem;
    padding: 0 0 1.2rem 0;
    margin: 6rem 0 3rem 0;
    border-bottom: #77624e 4px solid;
    position: relative;
  }
  h3::before {
    content: '';
    width: 100%;
    border-bottom: #a8944d solid 4px;
    position: absolute;
    left: 0px;
    bottom: -8px;
  }
  h3.mt0 {
    margin: 0 0 3rem 0;
  }
  h4 {
    color: #ea6799;
    font-weight: normal;
    font-size: 2.8rem;
    padding: 0 0 0.4rem 0;
    margin: 20px 0 8px 0;
    border-bottom: #ea6799 4px solid;
  }
  h5 {
    color: #a8944d;
    font-weight: normal;
    font-size: 2.6rem;
    padding: 0 0 0.4rem 0;
    margin: 1.8rem 0 1rem 0;
    border-bottom: #a8944d 4px dashed;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
  }
}
/*下層*/
/*共通*/
.doctor, .treatment, .clinic, .first, .price, .access, .dermatology, .pediatrics, .allergy, .skin_surgery, .beauty_dermatology, .influenza-vaccination {
  width: 92%;
  margin: 0 auto;
}
.doctor h2, .treatment h2, .clinic h2, .first h2, .price h2, .access h2, .dermatology h2, .pediatrics h2, .allergy h2, .skin_surgery h2, .beauty_dermatology h2, .influenza-vaccination h2 {
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .doctor, .treatment, .clinic, .first, .price, .access, .dermatology, .pediatrics, .allergy, .skin_surgery, .beauty_dermatology, .influenza-vaccination {
    width: 1110px;
  }
}
/*院長紹介*/
.doctor .doctor_name {
  text-align: right;
}
.doctor ul.history li {
  font-size: 1.4rem;
  line-height: 1.8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.doctor ul.history li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #f5b338;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
/*インフルエンザ予防接種*/
.influenza-vaccination ul.list_influ li {
  font-size: 1.4rem;
  line-height: 1.8;
  list-style: none;
  margin: 0;
  padding: 0;
}
.influenza-vaccination ul.list_influ li:before {
  content: "";
  width: 10px;
  height: 10px;
  display: inline-block;
  background-color: #f5b338;
  border-radius: 50%;
  position: relative;
  top: -1px;
  margin-right: 5px;
}
.influ-pride {}
.influ-pride table {
  border-collapse: collapse;
  /*margin:0 auto 20px;*/
  margin-bottom: 20px;
  border: 4px double #dfccb2;
  width: 100%;
}
.influ-pride th {
  background-color: #ebe0d1;
  padding: 10px 20px;
  color: #b0956e;
  border-bottom: 1px solid #dfccb2;
  font-size: 1.8em;
}
.influ-pride td {
  padding: 10px 20px;
  border-bottom: 1px dashed #dfccb2;
  text-align: right;
  font-size: 1.8em;
  line-height: 1.5;
}
@media screen and (max-width: 480px) {
  .influ-pride th {
    font-size: 1.4em;
  }
  .influ-pride td {
    font-size: 1.4em;
  }
}
@media screen and (min-width: 768px) {
  .doctor ul.history li {
    font-size: 1.8rem;
  }
  .influenza-vaccination ul.list_influ li {
    font-size: 1.8rem;
  }
}
/*診療内容*/
.treatment a {
  font-size: 1.4rem;
  text-align: right;
  color: #ea6799;
  text-decoration: none;
  display: block;
  margin: 0 0 2rem 0;
}
.treatment a:hover {
  opacity: 0.8;
}
/*インフルエンザ予防接種*/
.influenza-vaccination a {
  font-size: 1.4rem;
  text-align: left;
  color: #d35887;
  text-decoration: none;
  display: block;
  margin: 0 0 2rem 0;
}
.influenza-vaccination a:hover {
  opacity: 0.8;
}
@media screen and (min-width: 768px) {
  .treatment a {
    font-size: 1.8rem;
    margin: 0 0 6rem 0;
  }
  .influenza-vaccination a {
    font-size: 1.8rem;
    /*margin: 0 0 6rem 0;*/
  }
}
/*医院紹介*/
.clinic h3 {
  margin: 4rem 0;
}
.clinic ul.device {
  display: block;
}
.clinic ul.device li {
  width: 100%;
  list-style: none;
}
.clinic ul.device li img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto .6rem;
}
.clinic ul.device li p {
  font-size: 1.4rem;
  margin: 1rem auto 3rem;
  text-align: left;
  width: 90%;
}
.clinic ul.device li p span {
  font-size: 1.6rem;
  display: block;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .clinic ul.device {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .clinic ul.device li {
    width: 48%;
    margin: 0 0 3rem 0;
  }
  .clinic ul.device li p {
    font-size: 1.6rem;
    margin: 1rem auto 0;
    text-align: left;
    width: 70%;
  }
  .clinic ul.device li p span {
    font-size: 2rem;
    display: block;
    text-align: center;
  }
}
/*一般皮膚科,小児皮膚科,アレルギー科,皮膚外科,美容皮膚科*/
.dermatology .menu_wrapper, .pediatrics .menu_wrapper, .allergy .menu_wrapper, .skin_surgery .menu_wrapper, .beauty_dermatology .menu_wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
}
.dermatology .menu_wrapper a, .pediatrics .menu_wrapper a, .allergy .menu_wrapper a, .skin_surgery .menu_wrapper a, .beauty_dermatology .menu_wrapper a {
  text-decoration: none;
  color: #444444;
  width: 100%;
  padding: 0.5em 1em;
  margin: 1em 0 0 0;
  color: #232323;
  background: #ffedf4;
  border-left: solid 10px #e7acc2;
}
.dermatology .menu_wrapper a:hover, .pediatrics .menu_wrapper a:hover, .allergy .menu_wrapper a:hover, .skin_surgery .menu_wrapper a:hover, .beauty_dermatology .menu_wrapper a:hover {
  opacity: 0.8;
}
.dermatology .menu_wrapper a p, .pediatrics .menu_wrapper a p, .allergy .menu_wrapper a p, .skin_surgery .menu_wrapper a p, .beauty_dermatology .menu_wrapper a p {
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .dermatology .menu_wrapper, .pediatrics .menu_wrapper, .allergy .menu_wrapper, .skin_surgery .menu_wrapper, .beauty_dermatology .menu_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    list-style: none;
  }
  .dermatology .menu_wrapper a, .pediatrics .menu_wrapper a, .allergy .menu_wrapper a, .skin_surgery .menu_wrapper a, .beauty_dermatology .menu_wrapper a {
    text-decoration: none;
    color: #444444;
    width: 45%;
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #232323;
  background: #ffedf4;
  border-left: solid 10px #e7acc2;
  }
  .dermatology .menu_wrapper a:hover, .pediatrics .menu_wrapper a:hover, .allergy .menu_wrapper a:hover, .skin_surgery .menu_wrapper a:hover, .beauty_dermatology .menu_wrapper a:hover {
    opacity: 0.8;
  }
  .dermatology .menu_wrapper a p, .pediatrics .menu_wrapper a p, .allergy .menu_wrapper a p, .skin_surgery .menu_wrapper a p, .beauty_dermatology .menu_wrapper a p {
    margin: 0;
    padding: 0;
  }
}
/*美容皮膚科*/
.beauty_dermatology table {
  width: 100%;
  margin: 2rem auto 3rem;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #a67d4a;
}
.beauty_dermatology table caption {
  caption-side: bottom;
  text-align: right;
  font-size: 1.4rem;
  margin: 1rem auto 0;
}
.beauty_dermatology table th {
  background-color: #ea6799;
  padding: .5rem .25rem .25rem 1rem;
  border: 1px solid #d35887;
  color: #fff;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
.beauty_dermatology table th small {
  font-size: 0.8em;
}
.beauty_dermatology table td {
  padding: .5rem .25rem;
  border: 1px solid #d35887;
  background-color: #fff5f9;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
  white-space: nowrap;
  min-width: 45%;
  vertical-align: middle;
}
/*インフルエンザ*/
.influenza-vaccination table {
  width: 100%;
  margin: 2rem auto 3rem;
  padding: 0;
  border-collapse: collapse;
  border: 1px solid #a67d4a;
}
.influenza-vaccination table th {
  background-color: #f5c985;
  padding: .5rem .25rem .25rem 1rem;
  border: 1px solid #a67d4a;
  color: #72502d;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: left;
}
.influenza-vaccination table td {
  padding: .5rem .25rem;
  border: 1px solid #a67d4a;
  background-color: #fcf9f3;
  font-size: 1.4rem;
  font-weight: normal;
  text-align: right;
  width: 45%;
}
@media screen and (min-width: 768px) {
  .beauty_dermatology table {
    width: 98%;
    margin: 2rem auto 4rem;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #a67d4a;
  }
  .beauty_dermatology table caption {
    font-size: 1.8rem;
    margin: 1.5rem auto 0;
  }
  .beauty_dermatology table th {
  background-color: #ea6799;
    padding: 1.5rem 1rem 1.0rem 2rem;
  border: 1px solid #d35887;
    color: #fff;
    font-size: 1.8rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .beauty_dermatology table td {
    padding: .5rem 1rem;
  border: 1px solid #d35887;
  background-color: #fff5f9;
    font-size: 1.8rem;
    font-weight: normal;
    text-align: right;
    line-height: 120%;
    width: 45%;
  }
  .beauty_dermatology table td.column3 {
    width: 30%;
  }
  .influenza-vaccination table {
    width: 98%;
    margin: 2rem auto 4rem;
    padding: 0;
    border-collapse: collapse;
    border: 1px solid #a67d4a;
  }
  .influenza-vaccination table th {
    background-color: #f5c985;
    padding: 1.5rem 1rem 1.0rem 2rem;
    border: 1px solid #a67d4a;
    color: #72502d;
    font-size: 2.2rem;
    font-weight: normal;
    letter-spacing: 0.05em;
    text-align: left;
  }
  .influenza-vaccination table td {
    padding: .5rem 1rem;
    border: 1px solid #a67d4a;
    background-color: #fcf9f3;
    font-size: 2.2rem;
    font-weight: normal;
    text-align: right;
    line-height: 120%;
  }
  .influenza-vaccination table td.column3 {
    width: 30%;
  }
}
/*美容皮膚科,料金表*/
.beauty_dermatology p.price, .beauty_dermatology p.price_long, .beauty_dermatology p.cosme, .price p.price, .price p.price_long, .price p.cosme {
  display: flex;
  justify-content: flex-end;
  padding: 0.5rem 1.0rem;
  border-right: 1px solid #c9beb1;
  border-bottom: 1px solid #c9beb1;
  border-top: 1px solid #efe7de;
  border-left: 1px solid #efe7de;
  background-color: #fcf9f3;
  margin: 0 auto;
  box-shadow: 5px 5px 10px #ebebeb;
  color: #ea6799;
  text-align: right;
}
.beauty_dermatology p.notice, .price p.notice {
  text-align: right;
  margin: 1rem 0 0 0;
}
@media screen and (min-width: 768px) {
  .beauty_dermatology p.price, .beauty_dermatology p.price_long, .beauty_dermatology p.cosme, .price p.price, .price p.price_long, .price p.cosme {
    display: flex;
    justify-content: flex-end;
    padding: 0.5rem 1.0rem;
    border-right: 1px solid #c9beb1;
    border-bottom: 1px solid #c9beb1;
    border-top: 1px solid #efe7de;
    border-left: 1px solid #efe7de;
    background-color: #fcf9f3;
    margin: 0 0 0 auto;
    box-shadow: 5px 5px 10px #ebebeb;
    color: #ea6799;
    text-align: right;
  }
  .beauty_dermatology p.price, .price p.price, .beauty_dermatology p.price_long, .price p.price_long, .beauty_dermatology p.cosme, .price p.cosme {
    display: inline-block;
    width: auto;
    float: right;
  }
  .beauty_dermatology p.price::after, .price p.price::after, .beauty_dermatology p.price_long::after, .price p.price_long::after, .beauty_dermatology p.cosme::after, .price p.cosme::after {
    content: "";
    display: block;
    clear: both;
  }
  .beauty_dermatology p.notice, .price p.notice {
    text-align: right;
    margin: 1rem 0 0 0;
  }
}
/*アクセス*/
.access a.tel_text {
  text-decoration: none;
  font-weight: bold;
  font-size: 2rem;
  color: #d35887;
}
.access iframe {
  width: 100%;
  height: 40rem;
}
.scroll {
  overflow: auto;
  white-space: nowrap;
}
.scroll::-webkit-scrollbar {
  height: 5px;
}
.scroll::-webkit-scrollbar-track {
  background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
  background: #BCBCBC;
}
.bn_influenza {
  text-align: center;
  margin: 3rem auto 0;
  width: 90%;
}
.bn_influenza img {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .bn_influenza {
    margin: 4.4rem 0 0;
    width: 100%;
  }
}
.bnr_recruit {
  margin: 2rem auto -1rem;
  text-align: center;
  width: 90%;
}
.bnr_recruit a {
  display: block;
  background: #fff url("../images/index_feature_03.jpg") no-repeat right center / contain;
  padding: 1.3rem 2rem;
  font-size: 2rem;
  text-align: left;
  text-decoration: none;
  border: 1px #a8944d solid;
  border-radius: 1rem;
}
.bnr_recruit a dl {
  text-shadow: #fff 1px 1px 10px, #fff -1px 1px 10px, #fff 1px -1px 10px, #fff -1px -1px 10px;
}
.bnr_recruit a dl dt {
  font-size: 1.8rem;
  color: #64483c;
  margin: 0 0 0.1em;
}
.bnr_recruit a dl dd {
  font-size: 1.4rem;
  color: #ea6799;
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
.bnr_recruit a dl dd::before {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-top: solid 2px #ea6799;
  border-right: solid 2px #ea6799;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -4px;
}
@media screen and (min-width: 768px) {
  .bnr_recruit {
    width: 594px;
    margin: 3.5rem auto -1rem;
  }
  .bnr_recruit a {
    padding: 2rem;
  }
  .bnr_recruit a dl dt {
    font-size: 3.2rem;
    margin: 0 0 0.3em;
  }
  .bnr_recruit a dl dd {
    font-size: 2rem;
  }
}
/* SNS */
.sns_area {
  margin: 0 auto;
  padding: .5rem 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 80%;
}
.sns_area .flex {
  margin: 0;
  text-align: center;
  color: #a8944d;
  font-size: 1.4rem;
  text-decoration: none;
  font-weight: bold;
}
.sns_area .flex:nth-child(1) {
  width: 70%;
}
.sns_area .flex:nth-child(2) {
  width: 30%;
}
.sns_area .flex.phone {
  padding: .5rem 0;
}
.sns_area .flex.phone a {
  padding: 1rem 0;
  color: #a8944d;
  font-size: 1.8rem;
  text-decoration: none;
  font-weight: bold;
}
.sns_area .flex img {
  max-width: 38px;
  height: auto;
}
@media screen and (min-width: 768px) {
  .sns_area {
    width: 400px;
  }
  .sns_area .flex {
    font-size: 2.4rem;
  }
  .sns_area .flex.phone {
    padding: 1rem 0;
  }
  .sns_area .flex img {
    max-width: 48px;
    height: auto;
    margin: 0 auto;
  }
}

a.bnr {
	text-decoration: none;
}
a.bnr:hover {
	opacity: .7;
}


.bnr_instagram {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  width: 90%;
  background: #fff;
  margin: 4rem auto 0;
  padding: 1rem 0;
  color:  #ef8f45;
  text-align: left;
  text-decoration: none;
  border: 3px solid #ef8f45;
  border-radius: 1rem;
}
.bnr_instagram .flex {
  margin: 0;
  font-size: 1.4rem;
}
.bnr_instagram .flex:nth-child(1) {
  width: 20%;
  text-align: center;
}
.bnr_instagram .flex:nth-child(2) {
  width: 80%;
  text-decoration: none;
}
.bnr_instagram .flex.text {
  padding: .5rem 0;
}
.bnr_instagram .flex img {
  max-width: 38px;
  height: auto;
  margin: .3rem 1rem 0;
}
@media screen and (min-width: 768px) {
  .bnr_instagram {
    width: 594px;
	padding: 2.5rem 0;
  }
  .bnr_instagram .flex {
    font-size: 2.4rem;
  }
  .bnr_instagram .flex.text {
    padding: 1rem 0;
  }
  .bnr_instagram .flex img {
    max-width: 48px;
    height: auto;
    margin: 0 auto;
  }
}

ul.maru{
	padding-left: 3rem;
	list-style-type:disc;
}
ul.maru li{
	text-indent: -2rem!important;
	text-indent: 0rem;
	font-size: 1.4rem; 
}
ol.maru_num{
	padding-left: 2rem;
	list-style-type: none;
}
ol.maru_num li{
	text-indent: -2rem;
	font-size: 1.4rem;
}
ol.maru_num li:nth-child(1)::before{content: "①";}
ol.maru_num li:nth-child(2)::before{content: "②";}
ol.maru_num li:nth-child(3)::before{content: "③";}
ol.maru_num li:nth-child(4)::before{content: "④";}
ol.maru_num li:nth-child(5)::before{content: "⑤";}

@media screen and (min-width: 768px) {
	ul.maru li{
		font-size: 2rem;
		text-indent: -3rem!important;
	}
	ol.maru_num li{
		font-size: 2rem;
	}	
}

