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

 共通項目

======================================================================= */
/*関数*/
/* -----------------------------------------------------------
 関数
----------------------------------------------------------- */
/*サイトの横幅*/
/*media screen*/
/*文字SP*/
/*文字PC*/
/*基本フォント*/
/*基本文字色*/
/*基本背景色PC*/
/*Grey*/
/*濃いピンク*/
/*濃いピンク*/
/*黒*/
/*薄緑*/
/*薄茶色*/
/*茶色*/
/*緑*/
/*緑2*/
/*黒2*/
/*薄茶色3*/
/*薄茶色4*/
/*黒3*/
/*茶色*/
/*薄茶色6*/
/*青*/
/*薄いピンク*/
/*濃いピンク*/
/*赤紫*/
/*水色*/
.circle-pink {
  padding: 0 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #FFEAEA;
  color: #a19278;
}

.circle-oj {
  padding: 0 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #FDDFBF;
  color: #a19278;
}

.circle-blue {
  padding: 0 5px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  background: #EAFDFF;
  color: #a19278;
}

.aga-icon {
  background: #e9e51b;
  display: inline-grid;
  padding: 0.1rem;
  width: 23px;
  height: 23px;
  font-size: 1.4rem;
  align-content: center;
  margin-left: 1.4rem;
  margin-right: 1rem;
}

.img600 {
  max-width: 600px;
  width: 100%;
}

.tel, .tel2 {
  cursor: default;
  pointer-events: none;
}

@media screen and (max-width: 768px) {
  .tel, .tel2 {
    pointer-events: auto;
  }
  .aga-icon {
    font-size: 1.2rem;
    margin-left: 1rem;
  }
}
/* -----------------------------------------------------------
 フォントサイズ基本
----------------------------------------------------------- */
html {
  font-size: 3.125vw;
  overflow-y: auto;
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #333333;
  background: url(../images/a_bg.jpg) repeat;
}

@media screen and (min-width: 768px) {
  html {
    font-size: 62.5%;
    overflow-y: scroll;
    font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
    color: #333333;
    background: url(../images/a_bg.jpg) repeat;
  }
}
/* -----------------------------------------------------------
 構成
----------------------------------------------------------- */
body {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

section {
  height: auto;
  overflow: hidden;
  margin: 0 0 1rem 0;
}
section.first {
  margin: 0 0 0 0;
}

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

.pc_none {
  display: block;
}

.sp_none {
  display: none !important;
}

.bold_text {
  font-weight: bold;
}

.red {
  color: #D42427;
}

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

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

.img-auto {
  width: auto !important;
}

.font16 {
  font-size: 1.6rem !important;
}

.font_L {
  font-size: 1.8rem;
}

@media screen and (min-width: 768px) {
  body {
    position: relative;
    z-index: 0;
  }
  section {
    height: auto;
    overflow: hidden;
    margin: 0 0 30px 0;
  }
  section.first {
    margin: 0 0 0 0;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block !important;
  }
  .font_L {
    font-size: 3rem;
  }
}
/* -----------------------------------------------------------
　枠
----------------------------------------------------------- */
article {
  height: auto;
  overflow: hidden;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 1rem 0 4rem 0;
}

.wrapper {
  height: auto;
  width: 100%;
  margin: 4rem auto 0 auto;
  padding: 0;
}
.wrapper.index {
  margin: 0 auto;
}

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

a.tel_text {
  text-decoration: none;
}

a.tel_text2 {
  color: #333333;
}

@media screen and (min-width: 768px) {
  article {
    height: auto;
    overflow: hidden;
    width: 100%;
    margin: 0 auto 0 auto;
    padding: 0;
  }
  .wrapper {
    height: auto;
    width: 1110px;
    margin: 100px auto 0 auto;
    padding: 0 0 120px 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .wrapper.index {
    margin: 20px auto 0 auto;
  }
  .main {
    width: 1110px;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
  }
}
/* -----------------------------------------------------------
　ヘッダ
----------------------------------------------------------- */
header {
  display: block;
  height: 120vw;
  background-position: center top;
  overflow: hidden;
  margin: 0 auto;
  background-size: cover;
}
header .head_frame {
  width: 96%;
  margin: 0 auto;
  padding: 0;
  height: auto;
}
header .head_frame .head_logo {
  width: 75%;
  margin: 0.5rem 0 0 0;
}
header .head_frame .head_logo img {
  width: 100%;
  height: auto;
}
header .head_frame .head_address {
  color: #727171;
  font-size: 1.4rem;
  text-align: center;
  text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
  margin: 0;
}
header .head_frame .head_address span {
  display: block;
}
header .head_frame .head_tel {
  margin: 0.5rem 0;
  color: #e15693;
  text-align: center;
  text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
}
header .head_frame .head_tel .tel {
  font-size: 2.2rem;
}
header .head_frame .head_tel .tel i {
  font-size: 2rem;
}
header .head_frame .head_tel .tel a {
  color: #e15693 !important;
  text-decoration: none !important;
}
header .head_frame .head_reservation {
  display: none;
}
header .head_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86%;
  margin: 0 auto;
}
header .head_info.-mb {
  margin-bottom: 3.5rem;
}
header .head_info p {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
header .head_info p.head_info_general {
  width: 100%;
  background-color: #f19ec2;
  color: #ffffff;
  display: block;
  margin: 0 auto 1rem auto;
}
header .head_info p.head_info_rheumatism {
  background-color: #97cd95;
  color: #ffffff;
  width: 48%;
  margin: 0;
}
header .head_info p.head_info_psychiatry {
  background-color: #a19278;
  color: #ffffff;
  width: 100%;
  margin: 0;
}
header .head_on {
  margin: 1.6rem auto 0 auto;
  text-align: right;
  width: 96%;
}
header .head_on img {
  width: 30%;
}
header .head_point {
  display: block;
  width: 86%;
  margin: 1em auto 0;
  justify-content: center;
}
header .head_point div.bg {
  border-radius: 0.6em;
  background: #E15693;
  color: #fff;
  padding: 0.5em;
  margin-bottom: 1em;
  line-height: 1.2;
}
header .head_point div.bg2 {
  margin-left: 0;
}

/*下層*/
header.header_low {
  display: block;
  height: 110vw;
  background-position: center top;
  overflow: hidden;
  margin: 0 auto;
  background: url(../images/key_visual_low.jpg) no-repeat;
  background-size: cover;
}
header.header_low .head_frame {
  width: 96%;
  margin: 0 auto;
  padding: 0 0 1rem 0;
  height: auto;
}
header.header_low .head_frame .head_logo {
  width: 75%;
  margin: 0.5rem 0 0 0;
}
header.header_low .head_frame .head_logo img {
  width: 100%;
  height: auto;
}
header.header_low .head_frame .head_address {
  color: #727171;
  font-size: 1.4rem;
  text-align: center;
  text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
  margin: 0;
}
header.header_low .head_frame .head_address span {
  display: block;
}
header.header_low .head_frame .head_tel .tel {
  color: #e15693;
  text-align: center;
  font-size: 2.2rem;
}
header.header_low .head_frame .head_tel .tel i {
  font-size: 2rem;
}
header.header_low .head_frame .head_tel .tel a {
  color: #e15693 !important;
  text-decoration: none !important;
}
header.header_low .head_info {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 86%;
  margin: 0 auto;
}
header.header_low .head_info.-mb {
  margin-bottom: 5rem;
}
header.header_low .head_info p {
  font-size: 1.2rem;
  text-align: center;
  padding: 0.4rem 1rem;
  border-radius: 0.6rem;
  box-sizing: border-box;
}
header.header_low .head_info p.head_info_general {
  width: 100%;
  background-color: #f19ec2;
  color: #ffffff;
  display: block;
  margin: 0 auto 1rem auto;
}
header.header_low .head_info p.head_info_rheumatism {
  background-color: #97cd95;
  color: #ffffff;
  width: 48%;
  margin: 0;
}
header.header_low .head_info p.head_info_psychiatry {
  background-color: #a19278;
  color: #ffffff;
  width: 100%;
  margin: 0;
}
header.header_low h1.h1_low {
  color: #6c450e;
  text-align: center;
  font-size: 2.6rem;
  margin: 4rem 0 0 0;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  header {
    display: block;
    height: 560px;
    background-position: center top;
    overflow: hidden;
    margin: 0 auto;
    background-size: cover;
  }
  header .head_frame {
    width: 1110px;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    height: auto;
    position: relative;
  }
  header .head_frame .head_logo {
    width: 1110px;
    margin: 20px 0 0 0;
    text-align: center;
  }
  header .head_frame .head_logo img {
    width: 559px;
    height: auto;
  }
  header .head_frame .head_address {
    color: #727171;
    font-size: 2rem;
    text-align: center;
    text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
    margin: 0;
  }
  header .head_frame .head_address span {
    display: inline;
    margin: 0 1rem 0 0;
  }
  header .head_frame .head_tel {
    /*br {
    	display: none;
    }*/
  }
  header .head_frame .head_tel .tel {
    color: #e15693 !important;
    text-align: center;
    font-size: 3.8rem;
    margin: 0;
    text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
  }
  header .head_frame .head_tel .tel i {
    font-size: 3.8rem;
  }
  header .head_frame .head_tel .tel a {
    color: #e15693 !important;
    text-decoration: none !important;
  }
  header .head_frame {
    /* 保科医師専用予約バナーコメントアウト調整用
    .head_reservation_wrap {
    	position: absolute;
    	top: -30px;
    	right: 0;
    }
    */
  }
  header .head_frame .head_reservation {
    position: absolute;
    top: 112px;
    right: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    align-items: center;
    -webkit-align-items: center;
    color: #ccc;
    background-color: #3e9a39;
    font-size: 1.8rem;
    line-height: 1.3;
    width: 210px;
    height: 70px;
    text-decoration: none;
    text-align: center;
    border-radius: 0.6rem;
    border: #ccc 3px solid;
  }
  header .head_frame .head_reservation:hover {
    opacity: 0.6;
  }
  header .head_frame .head_reservation.bnr2 {
    top: 56px;
    height: 40px;
  }
  header .head_frame .head_reservation.bnr3 {
    top: 198px;
    height: 40px;
    background-color: #a19278;
  }
  header .head_frame .head_reservation.bnr4 {
    top: 0;
    height: 40px;
  }
  header .head_info {
    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;
    width: 900px;
    margin: 0 auto;
  }
  header .head_info p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    /*margin: 0 !important;*/
    padding: 8px 0;
    border-radius: 1rem;
    box-sizing: border-box;
  }
  header .head_info p.head_info_general {
    width: 800px;
    margin-bottom: 10px;
    background-color: #f19ec2;
  }
  header .head_info p.head_info_rheumatism {
    background-color: #97cd95;
    width: 120px;
    margin: 0 10px;
  }
  header .head_info p.head_info_psychiatry {
    background-color: #a19278;
    width: 90px;
    margin: 0 10px;
  }
  header .head_on {
    margin: 50px auto 0 auto;
    text-align: right;
    width: 1110px;
  }
  header .head_on img {
    width: 172px;
  }
  header .head_on a:hover {
    opacity: 0.9;
  }
  header .head_point {
    display: flex;
    width: 100%;
    margin: 2em auto 0;
  }
  header .head_point div.bg {
    font-size: 1.4em;
    padding: 1em;
    line-height: 1.7;
  }
  header .head_point div.bg2 {
    margin-left: 1em;
  }
  header.header_low {
    display: block;
    height: 430px;
    background-position: center top;
    overflow: hidden;
    margin: 0 auto;
    background: url(../images/key_visual_low.jpg) no-repeat;
    background-size: cover;
  }
  header.header_low .head_frame {
    width: 1110px;
    margin: 0 auto;
    padding: 0 0 1rem 0;
    height: auto;
  }
  header.header_low .head_frame .head_logo {
    width: 1110px;
    margin: 40px 0 0 0;
    text-align: center;
  }
  header.header_low .head_frame .head_logo img {
    width: 559px;
    height: auto;
  }
  header.header_low .head_frame .head_address {
    color: #727171;
    font-size: 2rem;
    text-align: center;
    text-shadow: 2px 0px 2px #ffffff, 2px 0px 2px #ffffff, -2px 0px 2px #ffffff, -2px 0px 2px #ffffff, 0px 2px 2px #ffffff, 0px 2px 2px #ffffff, 0px -2px 2px #ffffff, 0px -2px 2px #ffffff;
    margin: 0;
  }
  header.header_low .head_frame .head_address span {
    display: inline;
    margin: 0 1rem 0 0;
  }
  header.header_low .head_frame .head_tel br {
    display: none;
  }
  header.header_low .head_frame .head_tel .tel {
    color: #e15693;
    text-align: center;
    display: inline-block;
    font-size: 3.8rem;
  }
  header.header_low .head_frame .head_tel .tel i {
    font-size: 3.8rem;
  }
  header.header_low .head_info {
    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;
    width: 900px;
    margin: 0 auto;
  }
  header.header_low .head_info p {
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #ffffff;
    margin: 0 !important;
    padding: 8px 0;
    border-radius: 1rem;
    box-sizing: border-box;
  }
  header.header_low .head_info p.head_info_general {
    width: 660px;
    background-color: #f19ec2;
  }
  header.header_low .head_info p.head_info_rheumatism {
    background-color: #97cd95;
    width: 120px;
  }
  header.header_low .head_info p.head_info_psychiatry {
    background-color: #a19278;
    width: 90px;
  }
  header.header_low h1.h1_low {
    color: #6c450e;
    text-align: center;
    font-size: 4rem;
    margin: 40px 0 0 0;
    font-weight: normal;
  }
}
/* -----------------------------------------------------------
　診療時間
----------------------------------------------------------- */
table.timetable {
  padding: 0;
  margin: 0 auto;
  vertical-align: middle;
  width: 100%;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
}
table.timetable tr.line {
  border-bottom: #a19278 2px solid;
}
table.timetable tr th {
  width: auto;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.5rem;
  padding: 0.8rem 0;
  vertical-align: middle;
  color: #ffffff;
  background-color: #a19278;
}
table.timetable tr td {
  box-sizing: border-box;
  font-weight: normal;
  font-size: 1.2rem;
  padding: 10px 0;
  vertical-align: middle;
  color: #745e4c;
}
table.timetable tr td.time {
  width: 30%;
  box-sizing: border-box;
  font-size: 1.2rem;
  color: #745e4c;
}
table.timetable tr td.time span {
  font-size: 1rem;
}

.notice_time {
  color: #745e4c;
  font-size: 1.5rem;
  margin: 1rem auto 0 auto;
  width: 96%;
  line-height: 120%;
}

@media screen and (min-width: 768px) {
  table.timetable {
    padding: 0px;
    margin: 0 auto;
    vertical-align: middle;
    width: 100%;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
  }
  table.timetable tr.line {
    border-bottom: #a19278 2px solid;
  }
  table.timetable tr th {
    width: auto;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 2rem;
    padding: 5px 0;
    vertical-align: middle;
    color: #ffffff;
    background-color: #a19278;
  }
  table.timetable tr td {
    box-sizing: border-box;
    font-weight: bold;
    font-size: 2em;
    padding: 10px 0;
    vertical-align: middle;
    color: #745e4c;
    width: 100px;
  }
  table.timetable tr td.time {
    width: 30%;
    box-sizing: border-box;
    font-size: 2rem;
    color: #745e4c;
    font-weight: normal;
  }
  table.timetable tr td.time span {
    font-size: 1.6rem;
  }
  .notice_time {
    color: #745e4c;
    font-size: 1.8rem;
    margin: 1rem 0 0 0;
    width: auto;
    line-height: 120%;
  }
}
/* -----------------------------------------------------------
　メインナビ
----------------------------------------------------------- */
.main_nav_pc {
  display: none;
}

@media screen and (min-width: 768px) {
  .main_nav_pc {
    display: block;
    height: auto;
    margin: 30px auto 0 auto;
    padding: 0 0 0 0;
    width: 100%;
    box-sizing: border-box;
  }
  .main_nav_pc nav {
    width: 1110px;
    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;
  }
  .main_nav_pc nav ul li {
    display: block;
    text-align: center;
    box-sizing: border-box;
    width: 222px;
    border-left: #745e4c 1px solid;
  }
  .main_nav_pc nav ul li a {
    font-size: 2.2rem;
    text-decoration: none;
    color: #745e4c;
    display: block;
    width: 100%;
  }
  .main_nav_pc nav ul li a span {
    font-size: 1.5rem;
    display: block;
  }
  .main_nav_pc nav ul li a:hover {
    opacity: 0.6;
  }
  .main_nav_pc nav ul li:last-child {
    border-right: #745e4c 1px solid;
  }
}
/* -----------------------------------------------------------
　WEB予約はこちら
----------------------------------------------------------- */
.index_reservation {
  background-color: #3e9a39;
  display: block;
  text-decoration: none;
  text-align: center;
  padding: 0.2rem 0;
  box-sizing: border-box;
  margin: 0 0 4rem 0;
}
.index_reservation span {
  color: #ccc;
  width: 98%;
  height: 20vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.8rem;
}
.index_reservation span dl dd {
  display: block;
  background: #ccc;
  color: #3e9a39;
  margin: 0 0 0.7em;
  padding: 0.3em;
  border-radius: 2em;
  font-size: 0.6em;
  font-weight: bold;
}
.index_reservation img {
  width: 98%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .index_reservation {
    background-color: #3e9a39;
    text-decoration: none;
    text-align: center;
    padding: 0.2rem 0;
    box-sizing: border-box;
    margin: 0 0 40px 0;
    width: 1110px;
    height: 140px;
    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;
  }
  .index_reservation span {
    color: #ccc;
    width: 545px;
    height: 140px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 3rem;
  }
  .index_reservation img {
    width: 555px;
    height: 130px;
    margin: 0 auto;
    display: block;
  }
  .index_reservation:hover {
    opacity: 0.8;
  }
}
/* -----------------------------------------------------------
　お知らせ
----------------------------------------------------------- */
.notice_box {
  background-color: #ffffff;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0 auto 2rem auto;
}
.notice_box .notice_title {
  margin: 0 0 2rem 0;
}
.notice_box .notice_title h2.notice_h2 {
  color: #745e4c;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
.notice_box .topics_title {
  margin: 0 0 2rem 0;
}
.notice_box .topics_title h2.notice_h2 {
  color: #745e4c;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
}
.notice_box .notice_frame {
  height: 300px;
  overflow-y: scroll;
}
.notice_box .notice_frame dl {
  padding: 0.4rem;
  box-sizing: border-box;
}
.notice_box .notice_frame dl dt {
  margin: 0 0 0.5rem 0;
  color: #3e9a39;
  font-size: 1.8rem;
  padding: 0;
  box-sizing: border-box;
}
.notice_box .notice_frame dl dd {
  color: #333333;
  margin: 0 0 1rem 0;
  font-size: 1.5rem;
  line-height: 110%;
  padding: 0 0 1rem 0;
  box-sizing: border-box;
}

@media screen and (min-width: 768px) {
  .notice_box {
    background-color: #ffffff;
    padding: 20px;
    box-sizing: border-box;
    width: 1110px;
    margin: 0 auto 0 auto;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .notice_box .notice_title {
    width: 300px;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    /*background: url(../images/a_watermark_winter.png) no-repeat;*/
    background: url(../images/a_watermark.png) no-repeat;
    background-position: center bottom 30px;
  }
  .notice_box .notice_title h2.notice_h2 {
    color: #745e4c;
    font-size: 3.4rem;
    font-weight: normal;
    text-align: left;
  }
  .notice_box .topics_title {
    width: 300px;
    margin: 0;
    padding: 20px;
    box-sizing: border-box;
    background: url(../images/a_topics.png) no-repeat;
    background-position: center bottom 30px;
  }
  .notice_box .topics_title h2.notice_h2 {
    color: #745e4c;
    font-size: 3.4rem;
    font-weight: normal;
    text-align: left;
  }
  .notice_box .notice_frame {
    width: 780px;
    height: 300px;
    overflow-y: scroll;
  }
  .notice_box .notice_frame dl {
    padding: 35px 30px 0 0;
    box-sizing: border-box;
  }
  .notice_box .notice_frame dl dt {
    margin: 0 0 0.5rem 0;
    color: #3e9a39;
    font-size: 2rem;
    padding: 0;
    box-sizing: border-box;
  }
  .notice_box .notice_frame dl dd {
    color: #333333;
    margin: 0 0 1rem 0;
    font-size: 1.8rem;
    line-height: 110%;
    padding: 0 0 1rem 0;
    box-sizing: border-box;
  }
}
/*スマホ用スライドバー*/
@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);
  }
}
/* -----------------------------------------------------------
　診療時間・診療カレンダ
----------------------------------------------------------- */
.index_info_box {
  width: 100%;
  background-color: #ffffff;
  padding: 1rem;
  box-sizing: border-box;
  margin: 4rem 0 0 0;
}
.index_info_box .index_info_time {
  margin: 0 0 2rem 0;
}
.closed_day {
  color: #745e4c;
}
.closed_day span {
  background-color: #fac9de;
}

@media screen and (min-width: 768px) {
  .index_info_box {
    width: 1110px;
    background-color: #ffffff;
    padding: 1rem;
    box-sizing: border-box;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-around;
    justify-content: space-around;
    -webkit-flex-direction: row;
    flex-direction: row;
    padding: 36px 0 10px 0;
    margin: 100px 0 0 0;
  }
  .index_info_box .index_info_time {
    margin: 0 0 2rem 0;
    width: 540px;
  }
  .index_info_box .index_info_calendar {
    width: 420px;
  }
  .closed_day {
    color: #745e4c;
  }
  .closed_day span {
    background-color: #fac9de;
  }
}
/* -----------------------------------------------------------
　総合内科のプロフェッショナルとして
----------------------------------------------------------- */
.index_about {
  width: 100%;
  margin: 4rem 0 0 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.index_about .index_about_left {
  order: 2;
  color: #ffffff;
  background-color: #67b864;
  font-size: 1.5rem;
  padding: 1rem;
  box-sizing: border-box;
  margin: 0;
}
.index_about .index_about_left span {
  font-size: 2rem;
  display: block;
  margin: 0 0 1rem 0;
}
.index_about .index_about_right {
  order: 1;
}
.index_about .index_about_right img {
  width: 100%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .index_about {
    width: 1110px;
    margin: 100px 0 0 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .index_about .index_about_left {
    order: 1;
    width: 639px;
    color: #ffffff;
    background-color: #67b864;
    font-size: 2rem;
    padding: 24px 30px;
    box-sizing: border-box;
    margin: 0;
  }
  .index_about .index_about_left span {
    font-size: 3rem;
    display: block;
    margin: 0 0 1rem 0;
  }
  .index_about .index_about_right {
    order: 2;
    width: 471px;
  }
  .index_about .index_about_right img {
    width: 471px;
    height: auto;
  }
}
/* -----------------------------------------------------------
　診療内容
----------------------------------------------------------- */
.index_treatment {
  margin: 4rem 0 0 0;
}
.index_treatment .index_treatment_contents {
  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;
}
.index_treatment .index_treatment_contents a {
  display: block;
  width: 46%;
  height: 36vw;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 1.6rem 0;
  text-decoration: none;
  color: #745e4c;
}
.index_treatment .index_treatment_contents a span.btn {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdbeda+0,fdbeda+49,fcafd2+51,fcafd2+100 */
  background: #fdbeda; /* Old browsers */
  background: -moz-linear-gradient(-45deg, #fdbeda 0%, #fdbeda 49%, #fcafd2 51%, #fcafd2 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(-45deg, #fdbeda 0%, #fdbeda 49%, #fcafd2 51%, #fcafd2 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(135deg, #fdbeda 0%, #fdbeda 49%, #fcafd2 51%, #fcafd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbeda', endColorstr='#fcafd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  align-items: center;
  padding: 1rem 0;
  margin: 0 0 0.5rem 0;
  box-sizing: border-box;
}
.index_treatment .index_treatment_contents a span.btn img {
  width: 50%;
  height: auto;
}
.index_treatment .index_treatment_contents a span.preparation {
  font-size: 1rem;
}

.topic_wrap {
  background: #fff;
  padding: 6% 2%;
}
.topic_wrap h3 {
  color: #745e4c;
  font-size: 2rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 2rem 0;
  padding: 0;
  background: none;
}
.topic_wrap p {
  font-size: 1.4rem;
}
.topic_wrap p:first-of-type {
  margin-bottom: 0;
}
.topic_wrap .text_link_right {
  text-align: left;
  margin-bottom: 0;
}

.index_treatment_contents_02 {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: wrap;
  padding: 10px;
}
.index_treatment_contents_02 a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  width: 46%;
  height: auto;
  text-align: center;
  font-size: 1.5rem;
  margin: 0 0 1.6rem 0;
  text-decoration: none;
  color: #745e4c;
}
.index_treatment_contents_02 a span.btn {
  display: block;
  width: 45vw;
  height: 45vw;
  border-radius: 50%;
  padding: 0;
  margin: 0 0 0.5rem 0;
  background: rgb(253, 212, 17); /* Old browsers */
  background: -moz-linear-gradient(top, rgb(253, 212, 17) 0%, rgb(246, 175, 0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgb(253, 212, 17) 0%, rgb(246, 175, 0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(253, 212, 17) 0%, rgb(246, 175, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd411', endColorstr='#f6af00',GradientType=0 ); /* IE6-9 */
}
.index_treatment_contents_02 a span.btn img {
  width: 55%;
  height: auto;
  padding: 3rem;
}

@media screen and (min-width: 768px) {
  .index_treatment {
    margin: 100px 0 0 0;
  }
  .index_treatment .index_treatment_contents {
    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: 25px 0 0 0;
  }
  .index_treatment .index_treatment_contents a {
    display: block;
    width: 230px;
    height: 230px;
    text-align: center;
    font-size: 2.4rem;
    margin: 0 0 0 0;
    text-decoration: none;
    color: #745e4c;
  }
  .index_treatment .index_treatment_contents a span.btn {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fdbeda+0,fdbeda+49,fcafd2+51,fcafd2+100 */
    background: #fdbeda; /* Old browsers */
    background: -moz-linear-gradient(-45deg, #fdbeda 0%, #fdbeda 49%, #fcafd2 51%, #fcafd2 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #fdbeda 0%, #fdbeda 49%, #fcafd2 51%, #fcafd2 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, #fdbeda 0%, #fdbeda 49%, #fcafd2 51%, #fcafd2 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdbeda', endColorstr='#fcafd2',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
    width: 160px;
    height: 160px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    padding: 1rem 0;
    margin: 0 auto 1rem auto;
    box-sizing: border-box;
  }
  .index_treatment .index_treatment_contents a span.btn img {
    width: 92px;
    height: auto;
  }
  .index_treatment .index_treatment_contents a:hover {
    opacity: 0.7;
  }
  .index_treatment .index_treatment_contents a span.preparation {
    font-size: 1.5rem;
  }
  .topic_wrap {
    padding: 35px;
  }
  .topic_wrap h3 {
    font-size: 3rem;
  }
  .topic_wrap p {
    font-size: 2.4rem;
  }
  .index_treatment_contents_02 {
    display: flex;
    justify-content: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 25px 0 0 0;
    margin: 0 auto;
    width: 1100px;
  }
  .index_treatment_contents_02 a {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    width: 220px;
    height: 200px;
  }
  .index_treatment_contents_02 a span.btn {
    border-radius: 50%;
    background: rgb(253, 212, 17); /* Old browsers */
    background: -moz-linear-gradient(top, rgb(253, 212, 17) 0%, rgb(246, 175, 0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgb(253, 212, 17) 0%, rgb(246, 175, 0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgb(253, 212, 17) 0%, rgb(246, 175, 0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fdd411', endColorstr='#f6af00',GradientType=0 ); /* IE6-9 */
    width: 120px;
    height: 120px;
  }
  .index_treatment_contents_02 a span.btn img {
    width: 75%;
    height: auto;
    padding: 1rem;
  }
}
/* -----------------------------------------------------------
　当院の特徴
----------------------------------------------------------- */
.index_features {
  margin: 4rem 0 0 0;
}

.features_01 {
  height: 100vw;
  background-color: #ffffff;
  border-top: #d0c8bc 2px solid;
}
.features_01 div {
  background: url(../images/index_features_01.jpg) no-repeat;
  background-position: right top;
  background-size: 120%;
  overflow: hidden;
  height: 105vw;
}
.features_01 div p {
  margin: 52vw auto 0 auto;
  box-sizing: border-box;
  width: 96%;
  color: #595959;
}

.features_02 {
  height: 120vw;
  background-color: #ffffff;
  border-top: #d0c8bc 2px solid;
  border-bottom: #d0c8bc 2px solid;
  box-sizing: border-box;
}
.features_02 div {
  background: url(../images/index_features_02.jpg) no-repeat;
  background-position: right top;
  background-size: 120%;
  overflow: hidden;
  height: 125vw;
}
.features_02 div p {
  margin: 52vw auto 0 auto;
  box-sizing: border-box;
  width: 96%;
  color: #595959;
}

.features_link {
  text-align: right;
  display: block;
  font-size: 1.5rem;
  color: #333333;
  margin: 1rem 0 0 0;
}

@media screen and (min-width: 768px) {
  .index_features {
    margin: 100px 0 0 0;
  }
  .features_01 {
    height: 269px;
    background-color: #ffffff;
    border-top: #d0c8bc 2px solid;
    margin: 25px 0 0 0;
    box-sizing: border-box;
  }
  .features_01 div {
    background: url(../images/index_features_01.jpg) no-repeat;
    background-position: right bottom;
    background-size: 635px;
    overflow: hidden;
    height: 269px;
  }
  .features_01 div p {
    margin: 75px 0 0 35px;
    box-sizing: border-box;
    width: 632px;
    color: #595959;
  }
  .features_02 {
    height: 273px;
    background-color: #ffffff;
    border-top: #d0c8bc 2px solid;
    border-bottom: #d0c8bc 2px solid;
    box-sizing: border-box;
  }
  .features_02 div {
    background: url(../images/index_features_02.jpg) no-repeat;
    background-position: left top;
    background-size: 635px;
    overflow: hidden;
    height: 269px;
  }
  .features_02 div p {
    margin: 55px 0 0 440px;
    box-sizing: border-box;
    width: 632px;
    color: #595959;
  }
  .features_link {
    text-align: right;
    display: block;
    font-size: 1.8rem;
    color: #333333;
    margin: 1rem 0 0 0;
  }
  .features_link:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　ごあいさつ
----------------------------------------------------------- */
.index_greeting {
  margin: 4rem 0 0 0;
}
.index_greeting figure.img_index_doctor {
  margin: 0 0 10px 0;
  text-align: center;
}
.index_greeting figure.img_index_doctor img {
  width: 70%;
  height: auto;
}

@media screen and (min-width: 768px) {
  .index_greeting {
    margin: 100px 0 0 0;
    overflow: hidden;
    width: 1110px;
  }
  .index_greeting figure.img_index_doctor {
    float: right;
    margin: 0 0 10px 10px;
  }
  .index_greeting figure.img_index_doctor img {
    width: 255px;
    height: auto;
  }
  .index_greeting p {
    line-height: 190%;
  }
}
/* -----------------------------------------------------------
　TOP LINK
----------------------------------------------------------- */
.top_link {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.top_link a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.5rem;
  text-align: center;
  margin: 0 0 2rem 0;
}
.top_link a img {
  width: 100%;
  height: auto;
}
.top_link a.top_link_first span {
  display: block;
  background-color: #88802d;
  padding: 1rem 0;
  margin: -4px 0 0 0;
}
.top_link a.top_link_clinic span {
  display: block;
  background-color: #88622d;
  padding: 1rem 0;
  margin: -4px 0 0 0;
}
.top_link a.top_link_access span {
  display: block;
  background-color: #935239;
  padding: 1rem 0;
  margin: -4px 0 0 0;
}

@media screen and (min-width: 768px) {
  .top_link {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
    margin: 100px 0 0 0;
  }
  .top_link a {
    display: block;
    color: #ffffff;
    text-decoration: none;
    font-size: 2.6rem;
    text-align: center;
    margin: 0 0 2rem 0;
    width: 350px;
  }
  .top_link a:hover {
    opacity: 0.6;
  }
  .top_link a img {
    width: 350px;
    height: auto;
  }
  .top_link a.top_link_first span {
    display: block;
    background-color: #88802d;
    padding: 1rem 0;
    margin: -4px 0 0 0;
  }
  .top_link a.top_link_clinic span {
    display: block;
    background-color: #88622d;
    padding: 1rem 0;
    margin: -4px 0 0 0;
  }
  .top_link a.top_link_access span {
    display: block;
    background-color: #935239;
    padding: 1rem 0;
    margin: -4px 0 0 0;
  }
}
/* -----------------------------------------------------------
　スタッフ募集
----------------------------------------------------------- */
ul.staff_link {
  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.staff_link li {
  color: #ffffff;
  background-color: #f19ec2;
  text-decoration: none;
  width: 48%;
  margin: 0 0 1rem 0;
}
ul.staff_link li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  width: 100%;
  display: block;
  padding: 1rem;
  box-sizing: border-box;
  text-align: center;
}

@media screen and (min-width: 768px) {
  ul.staff_link {
    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.staff_link li {
    color: #ffffff;
    background-color: #f19ec2;
    text-decoration: none;
    width: 255px;
    margin: 0 0 1rem 0;
  }
  ul.staff_link li a {
    color: #ffffff;
    text-decoration: none;
    font-size: 2.6rem;
    width: 100%;
    display: block;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: center;
  }
  ul.staff_link li a:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　医院概要
----------------------------------------------------------- */
.overview_bg {
  background-color: #e2dbce;
}
.overview_bg .overview {
  padding: 3rem 0 20px 0;
  width: 100%;
  margin: 0;
}
.overview_bg .overview .overview_frame {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 30px 0 0 0;
}
.overview_bg .overview .overview_frame .overview_frame_left {
  width: 94%;
  margin: 0 auto;
}
.overview_bg .overview .overview_frame .overview_frame_left h2.summary {
  color: #745e4c;
  font-size: 2.6rem;
  font-weight: normal;
  margin: 0 0 1rem 0;
  line-height: 100%;
}
.overview_bg .overview .overview_frame .overview_frame_left h2.summary span {
  font-size: 1.4rem;
  display: block;
}
.overview_bg .overview .overview_frame .overview_frame_left dl {
  width: 100%;
  margin: 20px auto 0 auto;
  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;
  line-height: 160%;
  margin: 0 0 20px 0;
  border-top: #a19278 2px solid;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dt {
  color: #745e4c;
  font-size: 1.7rem;
  font-weight: normal;
  margin: 0;
  width: 100%;
  padding: 2rem 0 0 0;
  box-sizing: border-box;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd {
  color: #666666;
  font-size: 1.5rem;
  margin: 0;
  width: 100%;
  padding: 1rem 0 2rem 0;
  box-sizing: border-box;
  border-bottom: #a19278 2px solid;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd span {
  color: #e15693;
  font-size: 3rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 120%;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd a {
  color: #e15693;
  font-size: 3rem;
  text-decoration: none;
  font-weight: bold;
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access {
  height: auto;
  display: block;
  /*
            display: -webkit-flex;
            display: flex;
            -webkit-justify-content: center;
            justify-content: center;
            -webkit-flex-direction:column;
            flex-direction:column;
            align-items: flex-start;        

  word-wrap: break-word; 
  overflow-wrap: break-word;              
            */
}
.overview_bg .overview .overview_frame .overview_frame_left dl dd.access a {
  font-size: 1.5rem;
  display: block;
  margin: 1rem 0 0 0;
}
.overview_bg .overview .overview_frame .overview_frame_left .overview_title {
  color: #745e4c;
  font-size: 1.6rem;
  font-weight: normal;
  margin: 1rem 0 0 0;
}
.overview_bg .overview .overview_frame .overview_frame_left table {
  width: 100%;
}
.overview_bg .overview .overview_frame .overview_frame_right {
  width: 94%;
  margin: 20px auto 0 auto;
  text-align: center;
}
.overview_bg .overview .overview_frame .overview_frame_right iframe {
  width: 100%;
  height: 400px;
  border: #a18d73 2px solid;
  box-sizing: border-box;
}
.overview_bg .overview .overview_frame .overview_frame_right a {
  color: #333333;
  font-size: 1.5rem;
  text-align: right;
  display: block;
  margin: 0.4rem 0 0 0;
  text-decoration: none;
}
.overview_bg .overview .overview_frame .overview_frame_right img {
  width: 100%;
  height: auto;
}
.overview_bg .overview .overview_frame .overview_frame_right .overview_reservation {
  background-color: #3e9a39;
  color: #ccc;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  border: #ccc 2px solid;
  border-radius: 0.6rem;
  box-sizing: border-box;
  margin: 1rem 0 0 0;
  font-size: 1.6rem;
}

.yahoo_map div {
  max-width: 100%;
}

@media screen and (min-width: 768px) {
  .overview_bg {
    width: 100%;
    max-width: 2000px;
    margin: 0 auto;
    background-color: #e2dbce;
  }
  .overview_bg .overview {
    padding: 45px 0 45px 0;
    margin: 0 auto;
    width: 1110px;
  }
  .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: 56px auto 0 auto;
  }
  .overview_bg .overview .overview_frame .overview_frame_left {
    width: 540px;
    margin: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left h2.summary {
    color: #745e4c;
    font-size: 3rem;
    font-weight: normal;
    margin: 0 0 2rem 0;
    line-height: 100%;
    text-align: left;
  }
  .overview_bg .overview .overview_frame .overview_frame_left h2.summary span {
    font-size: 1.7rem;
    display: block;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl {
    width: 100%;
    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%;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #745e4c;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 0 0 0 0;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    width: 190px;
    height: 90px;
    padding: 0;
    box-sizing: border-box;
    border-bottom: #a19278 2px solid;
    line-height: 140%;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt:nth-child(3) {
    padding: 12px 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dt.access {
    height: auto;
    text-align: left;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd {
    display: -webkit-flex;
    display: flex;
    align-items: center;
    color: #666666;
    font-size: 1.8rem;
    margin: 0 0 0 0;
    width: 350px;
    height: 90px;
    padding: 0;
    box-sizing: border-box;
    border-bottom: #a19278 2px solid;
    line-height: 140%;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access {
    height: auto;
    /*
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction:column;
    flex-direction:column;
    align-items: flex-start; 
    */
    display: block;
    padding: 1rem 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd.access a {
    font-size: 1.8rem;
    display: block;
    margin: 0.5rem 0 0 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd a {
    color: #e15693;
    font-size: 3rem;
    text-decoration: none;
  }
  .overview_bg .overview .overview_frame .overview_frame_left dl dd span {
    color: #e15693;
    font-size: 3rem;
    text-decoration: none;
    margin: 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_left .overview_title {
    color: #745e4c;
    font-size: 2.2rem;
    font-weight: normal;
    margin: 4rem 0 0 0;
  }
  .overview_bg .overview .overview_frame .overview_frame_right {
    width: 540px;
    margin: 0;
    text-align: center;
  }
  .overview_bg .overview .overview_frame .overview_frame_right iframe {
    width: 100%;
    height: 800px;
    border: #a18d73 2px solid;
    box-sizing: border-box;
  }
  .overview_bg .overview .overview_frame .overview_frame_right a {
    color: #333333;
    font-size: 1.8rem;
    text-align: right;
    display: block;
    margin: 1rem 0 0 0;
    text-decoration: none;
  }
  .overview_bg .overview .overview_frame .overview_frame_right img {
    width: 100%;
    height: auto;
  }
  .overview_bg .overview .overview_frame .overview_frame_right .overview_reservation {
    background-color: #3e9a39;
    color: #ccc;
    width: 100%;
    text-align: center;
    padding: 22px 0;
    border: #ccc 3px solid;
    border-radius: 0.6rem;
    box-sizing: border-box;
    margin: 1rem 0 0 0;
    font-size: 2.2rem;
  }
  .overview_bg .overview .overview_frame .overview_frame_right .overview_reservation:hover {
    opacity: 0.6;
  }
}
/* -----------------------------------------------------------
　フッター
----------------------------------------------------------- */
footer .footer_frame {
  display: none;
}
footer .copyright {
  margin: 0;
  text-align: center;
  margin: 0;
  padding: 0.8rem 0;
  color: #ffffff;
  font-size: 1.2rem;
  height: auto;
  background-color: #a19278;
}

@media screen and (min-width: 768px) {
  footer {
    width: 100%;
    height: 200px;
    padding: 0;
    box-sizing: border-box;
    padding: 60px 0 0 0;
    background-color: #a19278;
  }
  footer .footer_frame {
    display: block;
    width: 1110px;
    height: 93px;
    margin: 0 auto;
    padding: 0;
    box-sizing: border-box;
  }
  footer .footer_frame ul {
    font-size: 1.6rem;
    list-style-type: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
  }
  footer .footer_frame ul li {
    margin: 0 0 10px 0;
  }
  footer .footer_frame ul li a {
    color: #ffffff;
    text-decoration: none;
    line-height: 140%;
  }
  footer .footer_frame ul li a span {
    display: none;
  }
  footer .footer_frame ul li::after {
    content: "|";
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 0 15px;
    color: #ffffff;
  }
  footer .footer_frame ul li:first-child::before {
    content: "|";
    font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
    margin: 0 15px 0 0;
    color: #ffffff;
  }
  footer .footer_frame ul li br {
    display: none;
  }
  footer .copyright {
    margin: 0;
    text-align: center;
    margin: 0 auto;
    padding: 10px 0;
    color: #ffffff;
    font-size: 1.6rem;
    height: auto;
    max-width: 2000px;
    border-top: none;
    background-color: #a19278;
  }
}
/* -----------------------------------------------------------
　ページトップへ
----------------------------------------------------------- */
#linkpagetop {
  float: right;
}

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

#pagetop {
  position: fixed;
  bottom: 12vw;
  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: 60px;
    left: 50%;
    margin: 0 0 0 560px;
    height: 60px;
    text-align: center;
  }
  #pagetop a {
    display: block;
    color: #ffffff;
  }
  #pagetop_position {
    float: right;
    margin: 0px;
    padding: 0px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1500px) {
  #pagetop {
    position: fixed;
    bottom: 80px;
    left: 90%;
    margin: 0 0 0 0;
    height: 90px;
    text-align: center;
  }
}
/*-----------------------------------------------------------
 インポート
----------------------------------------------------------- */
/*ハンバーガー*/
.drawr {
  display: none;
  position: absolute;
  top: 20vw;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  height: auto;
  z-index: 999999;
  background-color: #f19ec2;
}
.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;
}

.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: #f19ec2;
}

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

@media screen and (min-width: 768px) {
  aside {
    display: block;
    width: 276px;
    height: 1080px;
    margin: 0 0 0 0;
    background: url(../images/aside_bg_pc.png) no-repeat;
    background-position: right top;
    background-color: #0033cc;
    border-radius: 1rem;
  }
  aside div {
    margin: 0 0 20px 0;
    padding: 0;
    padding: 85px 0 0 0;
  }
  aside div ul {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    list-style-type: none;
    padding: 10px 0 0 0;
  }
  aside div ul li {
    text-align: left;
    margin: 0 auto 10px auto;
    width: 245px;
    height: 60px;
  }
  aside div ul li a {
    width: 245px;
    height: 60px;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #333333;
    font-size: 1.9rem;
    font-weight: bold;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 0.8rem;
    border-left: #f968c0 8px solid;
    padding: 0 0 0 7px;
    box-sizing: border-box;
  }
  aside div ul li a:hover {
    opacity: 0.6;
  }
}
/*イメージ*/
/* -----------------------------------------------------------
　イメージ
----------------------------------------------------------- */
.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;
}

.display_sp {
  display: block;
}

.display_pc {
  display: none;
}

@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: 160px;
    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: space-between;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .img_two img {
    width: 500px;
    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;
  }
  .display_sp {
    display: none;
  }
  .display_pc {
    display: block;
  }
}
/*リスト*/
/* -----------------------------------------------------------
　リスト
----------------------------------------------------------- */
/*標準*/
ul.list_normal {
  line-height: 160%;
  font-size: 1.5rem;
  list-style-type: disc;
  margin: 0;
}
ul.list_normal li {
  margin: 0 0 1.4rem 1.8rem;
  padding: 0;
}
ul.list_normal li ul {
  box-sizing: border-box;
  width: 100%;
}
ul.list_normal li ul li {
  line-height: 120%;
  font-size: 1.5rem;
  list-style-type: none;
  margin: 0 0 0.8rem 1.5rem;
  box-sizing: border-box;
  width: 90%;
}

/*画像●*/
ul.list_maru {
  padding: 0;
  margin: 0;
}
ul.list_maru li {
  line-height: 130%;
  font-size: 1.5rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.png) 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.5rem;
  list-style-type: none;
  margin: 0 0 10px 0;
  box-sizing: border-box;
  background: url(../images/maru.png) 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.5rem;
  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.5rem;
  list-style-type: decimal;
  margin: 0 0 10px 2.8rem;
  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.5rem;
  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.5rem;
  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 1.4rem 25px;
    padding: 0;
  }
  ul.list_normal li ul {
    box-sizing: border-box;
    width: 100%;
  }
  ul.list_normal li ul li {
    line-height: 130%;
    font-size: 1.8rem;
    list-style-type: none;
    margin: 0 0 0.8rem 1.8rem;
    box-sizing: border-box;
    width: auto;
  }
  /*画像●*/
  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.png) 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.png) 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 35px;
    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.5rem;
  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.5rem;
  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: hp_width;
  }
  dl.bio_list dt {
    width: 140px;
    margin: 0 0 20px 0;
    font-weight: normal;
  }
  dl.bio_list dd {
    width: 970px;
    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 {
  color: #745e4c;
  font-size: 2.4rem;
  font-weight: normal;
  text-align: center;
  margin: 0 0 1rem 0;
}
h2.low {
  color: #745e4c;
  font-size: 2.2rem;
  border-bottom: #745e4c 3px solid;
  border-top: #745e4c 3px solid;
  font-weight: normal;
  padding: 0.6rem 0;
  margin: 2rem 0 1.6rem 0;
}
h2.first {
  margin: 0 0 1rem 0;
}

h3 {
  font-weight: normal;
  font-size: 1.9rem;
  padding: 0 0 1.2rem 0;
  margin: 0 0 1rem 0;
  color: #3e9a39;
  background: url(../images/a_line.gif) repeat-x;
  background-position: left bottom;
}
h3.feature_h3 {
  background: url(../images/a_point.png) no-repeat;
  background-position: left center;
  background-size: 10%;
  font-weight: bold;
  color: #67b864;
  box-sizing: border-box;
  padding: 0 0 0 3.4rem;
  height: 14vw;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  line-height: 120%;
}

h4 {
  color: #e15693;
  font-weight: normal;
  font-size: 1.8rem;
  padding: 0 0 0.4rem 0;
  margin: 0 0 1rem 0;
  border-bottom: #e15693 4px solid;
}

h5 {
  font-weight: normal;
  font-size: 1.7rem;
  padding: 0 0 0.4rem 0;
  margin: 0 0 1rem 0;
  color: #6c450e;
  border-bottom: #6c450e 4px dotted;
}

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

@media screen and (min-width: 768px) {
  h1 {
    margin: 0;
  }
  h2.top {
    color: #745e4c;
    font-size: 3.4rem;
    font-weight: normal;
    text-align: center;
    margin: 0 0 1rem 0;
  }
  h2.low {
    color: #745e4c;
    font-size: 3.6rem;
    border-bottom: #745e4c 3px solid;
    border-top: #745e4c 3px solid;
    font-weight: normal;
    padding: 1.1rem 0;
    margin: 30px 0 22px 0;
  }
  h2.first {
    margin: 0 0 10px 0;
  }
  h3 {
    font-weight: normal;
    font-size: 3.2rem;
    padding: 0 0 16px 0;
    margin: 20px 0 22px 0;
    color: #3e9a39;
    background: url(../images/a_line.gif) repeat-x;
    background-position: left bottom;
  }
  h3.feature_h3 {
    background: url(../images/a_point.png) no-repeat;
    background-position: left center;
    background-size: 78px;
    font-weight: bold;
    font-size: 2.6rem;
    color: #67b864;
    box-sizing: border-box;
    padding: 0 0 0 106px;
    height: 69px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
    line-height: 120%;
  }
  h4 {
    color: #e15693;
    font-weight: normal;
    font-size: 3rem;
    padding: 0 0 14px 0;
    margin: 10px 0 22px 0;
    border-bottom: #e15693 4px solid;
  }
  h5 {
    color: #6c450e;
    font-weight: normal;
    font-size: 2.4rem;
    padding: 0 0 0.4rem 0;
    margin: 0 0 22px 0;
    border-bottom: #6c450e 4px dotted;
  }
  p {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
  }
}
/*下層*/
.arrow {
  width: 0;
  height: 0;
  border-left: 60px solid transparent;
  border-right: 60px solid transparent;
  border-top: 30px solid #3e9a39;
  text-align: center;
  display: block;
  margin: 30px auto 0 auto;
}

.text_link {
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  color: #3e9a39;
}

.text_link2 {
  font-size: 1.5rem;
  margin: 0 0 4rem 0;
  line-height: 140%;
  color: #3e9a39;
  display: block;
}

.text_link_right {
  font-size: 1.5rem;
  margin: 0 0 2rem 0;
  line-height: 140%;
  color: #3e9a39;
  text-align: right;
  display: block;
}

.doctor_name {
  text-align: right;
}

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

@media screen and (min-width: 768px) {
  figure.img_doctor {
    float: right;
    margin: 0 0 10px 10px;
  }
  figure.img_doctor img.doctor {
    width: 255px;
    height: auto;
  }
}
span.tel {
  font-size: 1.5rem;
  margin: 0 0 1rem 0;
  line-height: 140%;
  color: #3e9a39;
}

table.item_table {
  padding: 0;
  margin: 0 auto 1rem auto;
  vertical-align: middle;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 600px;
  font-size: 1.5rem;
}
table.item_table tr th {
  text-align: center;
  color: #ffffff;
  background-color: #a19278;
  padding: 0.6rem 0;
  font-weight: normal;
  font-size: 1.5rem;
}
table.item_table tr th.item_table_left {
  width: 200px;
  border-right: #ffffff 1px solid;
}
table.item_table tr th.item_table_right {
  width: 400px;
}
table.item_table tr td {
  text-align: left;
  box-sizing: border-box;
  padding: 0.6rem;
  border: #a19278 1px solid;
  vertical-align: middle;
  line-height: 140%;
  font-size: 1.5rem;
}
table.item_table tr td.item_table_left {
  width: 200px;
}
table.item_table tr td.item_table_right {
  width: 400px;
}

table.item_table2 {
  padding: 0;
  margin: 0 auto 1rem auto;
  vertical-align: middle;
  text-align: center;
  border-collapse: collapse;
  box-sizing: border-box;
  width: 100%;
}
table.item_table2 tr th {
  font-size: 1.5rem;
  text-align: left;
  color: #ffffff;
  background-color: #a19278;
  padding: 0.6rem;
  box-sizing: border-box;
  font-weight: normal;
  width: 50%;
  vertical-align: middle;
}
table.item_table2 tr td {
  text-align: right;
  box-sizing: border-box;
  font-size: 1.5rem;
  padding: 0.6rem;
  border: #a19278 1px solid;
  vertical-align: middle;
}

/*アクセス*/
iframe.accessmap {
  width: 100%;
  height: 400px;
  border: #a18d73 2px solid;
  box-sizing: border-box;
}

.access_tel span {
  color: #e15693;
  font-size: 3rem;
  text-decoration: none;
  font-weight: bold;
  line-height: 120%;
}
.access_tel a {
  color: #e15693;
  font-size: 3rem;
  text-decoration: none;
  font-weight: bold;
}

.access-bn {
  margin-bottom: 3rem;
}

/*当院の特長*/
dl.faq {
  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;
}
dl.faq dt {
  width: 20%;
  color: #ffffff;
  font-size: 2rem;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-flex-direction: column;
  flex-direction: column;
  margin: 0 0 2rem 0;
}
dl.faq dt.question span {
  background-color: #f19ec2;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.6rem;
}
dl.faq dt.answer span {
  background-color: #67b864;
  width: 100%;
  text-align: center;
  padding: 1rem 0;
  border-radius: 0.6rem;
}
dl.faq dd {
  width: 76%;
  margin: 0 0 2rem 0;
  font-size: 1.5rem;
  line-height: 140%;
}

/*クリニック紹介・機器紹介*/
.machine_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;
}
.machine_list figure {
  width: 48%;
  display: block;
  text-align: center;
  margin: 0 0 2rem 0;
}
.machine_list figure img {
  width: 80%;
  height: auto;
  margin: 0 auto;
}
.machine_list figure figcaption {
  width: 80%;
  margin: 0.6rem auto 0 auto;
  font-size: 1.5rem;
}
.machine_list figure.all {
  width: 100%;
}
.machine_list figure.all img {
  width: 90%;
}

@media screen and (min-width: 768px) {
  /*矢印*/
  .arrow {
    width: 0;
    height: 0;
    border-left: 60px solid transparent;
    border-right: 60px solid transparent;
    border-top: 30px solid #3e9a39;
    text-align: center;
    display: block;
    margin: 30px auto 0 auto;
  }
  .text_link {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
    color: #3e9a39;
  }
  .text_link:hover {
    opacity: 0.6;
  }
  .text_link2 {
    font-size: 1.8rem;
    margin: 0 0 4rem 0;
    line-height: 160%;
    color: #3e9a39;
    display: block;
  }
  .text_link2:hover {
    opacity: 0.6;
  }
  .text_link_right {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    line-height: 160%;
    color: #3e9a39;
    text-align: right;
    display: block;
  }
  .text_link_right:hover {
    opacity: 0.6;
  }
  .doctor_name {
    text-align: right;
  }
  span.tel {
    font-size: 1.8rem;
    margin: 0 0 2rem 0;
    line-height: 140%;
    color: #3e9a39;
  }
  table.item_table {
    padding: 0;
    margin: 0 auto 1rem auto;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 1109px;
  }
  table.item_table tr th {
    font-size: 1.8rem;
    text-align: center;
    color: #ffffff;
    background-color: #a19278;
    padding: 1rem 0;
    font-weight: normal;
  }
  table.item_table tr th.item_table_left {
    width: 310px;
    border-right: #ffffff 1px solid;
  }
  table.item_table tr th.item_table_right {
    width: 799px;
  }
  table.item_table tr td {
    text-align: left;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 1rem;
    border: #a19278 1px solid;
    vertical-align: middle;
    line-height: 160%;
  }
  table.item_table tr td.item_table_left {
    width: 310px;
  }
  table.item_table tr td.item_table_right {
    width: 799px;
  }
  table.item_table2 {
    padding: 0;
    margin: 0 auto 1rem auto;
    vertical-align: middle;
    text-align: center;
    border-collapse: collapse;
    box-sizing: border-box;
    width: 100%;
    border-right: #a19278 1px solid;
  }
  table.item_table2 tr th {
    font-size: 1.8rem;
    text-align: left;
    color: #ffffff;
    background-color: #a19278;
    padding: 1rem;
    box-sizing: border-box;
    font-weight: normal;
    width: 50%;
    vertical-align: middle;
  }
  table.item_table2 tr td {
    text-align: right;
    box-sizing: border-box;
    font-size: 1.8rem;
    padding: 1rem;
    border: #a19278 1px solid;
    vertical-align: middle;
  }
  /*アクセス*/
  iframe.accessmap {
    width: 100%;
    height: 500px;
    border: #a18d73 2px solid;
    box-sizing: border-box;
  }
  .access_tel span {
    color: #e15693;
    font-size: 3rem;
    text-decoration: none;
  }
  .access_tel a {
    color: #e15693;
    font-size: 3rem;
    text-decoration: none;
  }
  /*当院の特長*/
  dl.faq {
    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;
  }
  dl.faq dt {
    width: 60px;
    color: #ffffff;
    font-size: 4rem;
    font-weight: bold;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin: 0 0 40px 0;
  }
  dl.faq dt.question span {
    background-color: #f19ec2;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-radius: 0.6rem;
  }
  dl.faq dt.answer span {
    background-color: #67b864;
    width: 100%;
    text-align: center;
    padding: 1rem 0;
    border-radius: 0.6rem;
  }
  dl.faq dd {
    width: 1015px;
    margin: 0 0 40px 0;
    font-size: 1.8rem;
    line-height: 140%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  /*クリニック紹介・機器紹介*/
  .machine_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;
  }
  .machine_list figure {
    width: 48%;
    display: block;
    text-align: center;
    margin: 0 0 6rem 0;
  }
  .machine_list figure img {
    width: auto;
    height: auto;
    margin: 0 auto;
  }
  .machine_list figure figcaption {
    width: 100%;
    margin: 0.6rem auto 0 auto;
    font-size: 1.8rem;
  }
  .machine_list figure.all {
    width: 100%;
  }
  .machine_list figure.all img {
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .scroll {
    overflow: auto;
    white-space: nowrap;
    margin: 0 0 2rem 0;
  }
  .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
}
/*-----------------------------------------------------------
　院内風景
----------------------------------------------------------- */
.slider-pro p.sp-layer {
  font-size: 3rem;
}

@media screen and (min-width: 768px) {
  .slider-pro p.sp-layer {
    font-size: 2rem;
  }
}
/*-----------------------------------------------------------
　top_テキスト
----------------------------------------------------------- */
.top_txt_corona {
  margin-bottom: 0.8em;
  border: 2px solid #333333;
  background-color: #ffffff;
  padding: 10px 20px;
}
.top_txt_corona p {
  color: #ff0000;
  font-weight: bold;
  font-size: 1.5em;
  margin-bottom: 0;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .top_txt_corona {
    margin-bottom: 0.8em;
    border: 2px solid #333333;
    background-color: #ffffff;
    padding: 10px 20px;
  }
  .top_txt_corona p {
    color: #ff0000;
    font-weight: bold;
    font-size: 2.5em;
    margin-bottom: 0;
    text-align: center;
  }
}/*# sourceMappingURL=style.css.map */