@charset "utf-8";
/* =======================================================================
	Style
======================================================================= */
/* Font
-------------------------------*/
@font-face {
  font-family: "LogoTypeGothic";
  src: url("../font/07LogoTypeGothic7.eot?") format('eot'), url("../font/07LogoTypeGothic7.woff") format('woff');
}
.LogoType {
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
html {
  font-size: 62.5%; /* ベースを10pxに */
  width: 100%;
}
body {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #555;
  font-size: 1.6rem; /*16px*/
  background-color: #fff;
  letter-spacing: 0.05em;
}
main {
  font-size: 100%;
}
img {
  max-width: 100%;
  width: auto;
	height: auto;
}
main p {
  margin-bottom: 1.5rem;
}
#lower main p {
  text-align: justify;
}
/* ==== link ==== */
a {
  text-decoration: none !important;
}
a:link, a:visited {
  color: #55463A;
}
/*main a:link {
	color: #564639;
}
main a:visited {
	color: #564639;
} */
a:hover {
  opacity: 0.7;
}
/* モジュール */
.flex_LRTB, .flex_RLTB {
  flex-direction: column;
  -webkit-flex-direction: column;

  &.-column-gap10{
    column-gap: 1rem;
    align-items: center;
  }

  &.sm-mb10{
    li{
      margin-bottom: 1rem;
    }

  }
}
/* 画像のフロート SP時は解除 */
figure.fl_l, figure.fl_r {
  float: none;
  margin: auto;
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
}
.sp_none, .sp_none_in {
  display: none;
}
.txt_c {
  text-align: center !important;
}
.txt_l {
  text-align: left !important;
}
.txt_r {
  text-align: right !important;
}
.clear {
  clear: both;
  display: block;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.fc_rd {
  color: #be5a7c;
}
.fc_gr {
  color: #D7E24B;
}
.fc_or {
  color: #D97900;
}
.fc_bl {
  color: #5a7cbe;
}
.fc_ye {
  color: #a6d6c4;
}
.font_s {
  font-size: smaller;
}
.font_l {
  font-size: larger;
}
/* ボタン */
.btn_s {
  padding: 0.3rem 1rem;
  text-align: center;
  display: inline-block;
}
.btn {
  padding: 0.5rem 2rem;
  text-align: center;
  display: inline-block;
}
a.btn_def, a.btn_sim {
  border: 1px solid #7a6a5b;
  border-radius: 0.5rem;
}
a.btn_def::before {
  font-family: "Font Awesome 5 Free";
  content: "\f144";
  padding-right: 4px;
  color: #fff; /*アイコンの色*/
}
a.btn i {
  width: 1em !important;
}
/* リストマーク */
ul {
  margin: 0 0 1rem;
  padding: 0;
  list-style: none;
  li{
    .text-decoration {
      text-decoration: underline !important;  
    }
  }
}
ol {
  margin: 0 0 1rem;
  padding-inline-start: 2.2rem;
}
ol li {
  margin: 0;
}
ul.list_kome li {
  text-indent: -1em;
  padding-left: 1em;
  margin-bottom: 0.5rem;
}
ul.list_kome li:before {
  content: '※';
  left: -1.5em;
  width: 1em;
  margin-top: -.8em;
  color: #d3a9a4;
}
ul.list_def > li, ul.list_link > li {
  padding-left: 1.3em;
  margin-bottom: 0.5rem;
}
ul.list_def > li::before {
  display: inline-block;
  content: '●';
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: #cfc5bb;
}

ul.list_def{
  &.-green{
    li{
      &::before {
        color: #BFE0D4;
      }
    }
  }
}

ul.list_link > li::before {
  display: inline-block;
  font-family: "Font Awesome 5 Free";
  content: "\f101";
  margin-left: -1.3em;
  margin-right: 0.3em;
  color: #cfc5bb;
  font-weight: bold;
}
ul.list_sim > li {
  list-style: disc !important;
  margin-left: 2rem;
}
li ul {
  margin-left: 1.5rem;
}
ul.list_in li {
  display: inline-block;
  margin-right: 2rem !important;
}
ul.list_dot li {
  border-bottom: 1px dotted #7A6A5B;
  padding: 0.2rem 0;
}
ul.list_lb {
  display: flex;
  text-align: center;
  margin: 0 10px;
  color: #564639;
  flex-wrap: wrap;
  justify-content: space-between;
}
ul.list_lb li {
  margin: 0 0 10px;
  width: 48%;
}
ul.list_lb li figcaption {
  font-size: 15px;
}
ul.list_lb.machine li img {
  border: 1px solid #ccc;
}

.list_bnr{
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  li{
    display: flex;
    a{
      display: block;
      align-items: center;
      column-gap: .8em;      
      text-decoration: none !important;
    }
  }

}

/* 定義リスト */
dl.dl_def {
  margin: 2rem auto;
}
dl.dl_def > dt {
  font-weight: bold;
  border-bottom: double 4px #7A6A5B;
  margin-bottom: 0.7rem;
}
dl.dl_def > dt i {
  color: #D9E44D;
  width: 1.3em;
  text-align: center;
}
dl.dl_def > dd {
  margin-bottom: 1.5rem;
}
dl.dl_tbl {
  border: #CCDFF2 solid 1px;
}
dl.dl_tbl > dt {
  font-weight: bold;
  background: #CCDFF2;
  padding: 0.3rem;
  text-align: center;
}
dl.dl_tbl > dd {
  padding: 1rem;
  margin: 0;
}
dl.dl_tbl > dd *:last-child {
  margin-bottom: 0;
}
dl.dl_career dt { /* 経歴 */
  width: 6em;
  float: left;
  font-weight: normal;
}
dl.dl_career dd {
  margin-left: 6em;
}

.count{
  counter-reset: listnum;
	list-style: none;
  li{
    &::before{
      counter-increment: listnum; 
      content: counter(listnum) ".";
    }
  }
  &.p-ini{
    padding-inline-start: initial;
  }
}

/* テキストの装飾 */
.underline {
  background: linear-gradient(transparent 70%, #BFE0D4 70%);
  padding: 0 0.5rem;
}

.bold {
  font-weight: bold;
}
/* 囲み枠 */
.box_br, .box_gr {
  padding: 2rem !important;
  margin-bottom: 2rem;
  border: #BFE0D4 solid 0.2rem;
  border-radius: 0.5rem;
  background: #f3f9f7;
}
.box_br {
  border: #CFC5BB solid 0.2rem;
  background: #FAF6EB;
}
.box_br *:last-child, .box_gr *:last-child {
  margin-bottom: 0 !important;
}
dl.box_gr {
  padding: 0 !important;
  border-radius: 0;
}
.box_gr dt {
  background: #BFE0D4;
  margin-bottom: 0;
  font-weight: bold;
  padding: 0.3rem 1rem;
}
.box_gr dd {
  padding: 1rem;
}
ul.card {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content:flex-start;
    align-items: center;
}
ul.card li {
    margin: 0.5rem 1rem;
    width: 7.8rem;
}
ul.card li img {
    max-width:100%;
}
/* マージン */
.mb_05 {
  margin-bottom: 0.5rem
}
.mb_10 {
  margin-bottom: 1rem
}
.mb_15 {
  margin-bottom: 1.5rem
}
.mb_20 {
  margin-bottom: 2rem
}
.mb_25 {
  margin-bottom: 2.5rem
}
.mb_30 {
  margin-bottom: 3rem
}

.w_700{
  display: block;
  width: 700px;
  margin-inline:auto;
}

/* ==== 全体の横幅設定 ==== */
.wrapper {
  width: 100%;
  margin: 0 auto;
}
.inner {
  padding: 0 1%;
}
section {
  margin-bottom: 3rem;
}
main > section {
  margin: 0 auto 4rem;
  padding: 0 1.5rem;
}
main section section {
  margin-top: 3rem !important;
}
/* ==== 診療時間 ==== */
table.timetable {
  text-align: center;
  width: 100%;
  max-width: 60rem;
  margin: 0 auto;
}
table.timetable caption {
  caption-side: bottom;
}
table.timetable th, table.timetable td {
  padding: 0.7rem 0.5rem;
  font-size: 1.8rem;
  vertical-align: middle;
}
table.timetable thead tr {
  background: #7A6A5B;
  color: #fff;
}
table.timetable tbody tr {
  border-bottom: 0.2rem solid #7A6A5B;
}
table.timetable tbody td {
  color: #7A6A5B;
}

table.table {
  text-align: center;
  width: 100%;
  margin: 0 auto;
}
table.table caption {
  caption-side: bottom;
}
table.table th, table.table td {
  padding: 0.7rem 0.5rem;
  font-size: 1.8rem;
  vertical-align: middle;
}
table.table thead tr {
  background: #7A6A5B;
  color: #fff;
}
table.table tbody tr {
  border: 0.2rem solid #7A6A5B;
}
table.table tbody td {
  border: 0.2rem solid #7A6A5B;
  color: #7A6A5B;
}

.table td:first-child{
  text-align: left;
}

.calc2 td{
  width: calc(100% / 2);
}
.calc3 td{
  width: calc(100% / 3);
}

.table-secondary {
  width: 100%;
  border-collapse: collapse;
  tr{
    border: 0.2rem solid #7A6A5B;
    th,td{
      padding: 0.8rem 1rem;
      font-size: 1.8rem;
      vertical-align: middle;
    }
    th{
      text-align: left;
      background: #fbffbd;
      border: 0.2rem solid #7A6A5B;
    }
    td {
      border: 0.2rem solid #7A6A5B;   
    }
  }
}

/* ==== header情報部全体 ==== */
header {
  padding: 1rem 0 0;
  text-align: center;
  margin: 0;
  border-top: #564639 0.7rem solid;
}
header .wrapper {
  width: 100%;
  margin: 0;
}
header .wrapper div div {
  display: flex;
  justify-content: center;
  margin-bottom: 1rem;
}
header .wrapper div div figure {
  margin: 0 0.5rem;
}
header figure {
  margin-bottom: 0.5rem;
}
header .h_logo {
  max-width: 40rem;
  margin: 0 auto 1rem;
  padding: 0 1rem;
}
header .flex_LRTB {
  padding: 0 1rem;
}
nav {
  padding: 0;
  background: #FAF6EB;
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
nav ul {
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
nav li {
  width: 50%;
  text-align: center;
  background: #FAF6EC;
}
nav li:nth-child(even) {
  border-right: 2px solid #fff;
}
nav li:nth-child(4), nav li:nth-child(5) {
  border-top: 2px solid #fff;
}
nav li a {
  display: flex;
  line-height: 1;
  padding: 1rem 0 1rem;
  color: #564639 !important;
  justify-content: center;
  align-items: flex-end;
}
nav img {
  padding-right: 1rem;
  display: inline-block;
  vertical-align: bottom;
  max-height: 2.5rem;
}


/* ==== メインエリア ====*/
main {}
/* ==== サイドナビ ====  */
aside {
  width: 100%;
  margin: 0 auto 1rem;
  padding: 0;
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border-top: 2px solid #fff;
}
aside dt {
  background: #FAF6EC;
  text-align: center;
  color: #564639;
  padding: 1rem 0;
}
aside dt::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f13a";
  font-style: normal;
  font-weight: bold;
  right: 2rem;
}
aside dt.bg02::after {
  content: "\f057";
}
aside dd {
  display: none;
  padding: 2rem 0 0;
  margin: 0;
}
aside dd ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
aside dd li {
  width: 33%;
  margin-bottom: 2rem;
  padding: 0 1rem;
  text-align: center;
  font-size: 1.3rem;
  max-width: 12rem;
}
aside dd li img {
  display: block;
  margin: 0 auto;
}
/* ==== フッター ==== */
/* ==== 著作権表記エリア ==== */
address {
  text-align: center;
  font-size: 1.5rem;
  padding: 0.7rem;
  font-style: normal;
  margin: 0;
  background: #7a6a5b;
}
address a {
  color: #fff !important;
}
/* ==== ページトップ ==== */
#pageTop {
  display: block;
  position: fixed;
  z-index: 9999;
  bottom: -100px;
  right: 10px;
  transition: .5s;
  opacity: 0.9;
}
#pageTop a {
  display: block;
  color: #fff !important;
  text-align: center;
  text-decoration: none;
  background-color: #564639;
  border-radius: 80px;
  font-size: 0.8em;
  line-height: 1.1em;
  padding: 0.5rem 1rem;
}
#sp_fnav {
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	display: flex;
	margin: 0;
	background-color: #fff;
}
#sp_fnav li {
	width: 50%;
	height: 60px;
}
#sp_fnav li a {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
	height: 100%;
	font-size: 15px;
	font-weight: bold;
}
#sp_fnav li a span {
	display: inline-block;
	margin: 0 0 0 .5em;
}
#sp_fnav li.tel a {
	background: #BFE0D4;
}
#sp_fnav li.tel a::before {
  content: none!important;
}
#sp_fnav li.reserve a {
	background: #DDE66B;
}
#sp_fnav li.reserve a::before {
  content: none!important;
}
#sp_fnav li.reserve a small{
	font-size: 11px;
	display: block;
}

.fixed_rsv {
		display: none;
	}
	





/* Google Map */
.gmap {
  width: 100%;
}
.gmap iframe {
  width: 100%;
  height: 300px;
  margin: 1rem 0;
  border: 0.3rem solid #fff;
}
h1 {
  display: none;
}
#lower h2 {
  background: url("../images/common/h2.jpg") no-repeat bottom;
  background-size: 100% auto;
  width: 100%;
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #4f4b49;
  display: flex;
  align-items: center;
  margin: 0 0 4rem;
  font-size: 2.2rem;
  padding: 3.5rem 2rem;
  text-shadow: 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 5px #fff;

  &.sas{
    background-size: cover;
  }
}
#lower h3 {
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  padding: 0.9rem 1rem 0.7rem 1rem;
  font-size: 1.8rem;
  margin-bottom: 2.5rem;
  color: #fff;
  background: #7A6A5B;
  box-shadow: 0px 3px 0px 0px #7A6A5B, 0px -3px 0px 0px #7A6A5B;
  border-top: dashed 2px #BFB2A9;
  border-bottom: dashed 2px #BFB2A9;
}
#lower h4 {
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  border-bottom: 0.2rem solid #3E3A39;
  padding: 0 0 0.5rem 4rem;
  margin-bottom: 1.5rem;
  font-size: 1.7rem;
  color: #595757;
  position: relative;
  min-height: 3.3rem
}
#lower h4::before {
  position: absolute;
  left: 0.5rem;
  top: 40%;
  margin-top: -2rem;
  content: "";
  display: inline-block;
  width: 2.2rem;
  height: 3.3rem;
  background: url(../images/common/h4.png) no-repeat;
}
#lower h5 {
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  position: relative;
  border-bottom: 2px solid #B0A397;
  font-size: 110%;
  color: #666;
  padding: 0 0 0.2rem 0.5rem;
  margin-bottom: 1rem;
}
#lower h5::after {
  position: absolute;
  bottom: -2px;
  left: 0;
  z-index: 2;
  content: '';
  width: 20%;
  height: 2px;
  background-color: #D7E24B;
}
#lower h6 {
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-weight: bold;
  font-size: 105%;
  margin-bottom: 1rem;
  border-bottom: 2px dashed #7A6A5B;
}
/* access */
#lower section.overview dl {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
#lower section.overview dt {
  width: 100%;
}
#lower section.overview dt p {
  background: #004EA2;
  color: #fff;
  padding: 0.2rem 0.5rem;
  border-radius: 5px;
  text-align: center;
  margin-bottom: 0;
}
#lower section.overview dd {
  margin: 0.5rem 0 1.5rem;
  padding: 0.2rem 0 0 1rem;
  width: 100%;
}
#lower section.overview dd.tt {
  padding: 1rem 0;
  text-align: center;
}
.clinic-gal p {
  padding-left: 10px;
  padding-right: 10px;
}
/* ==== 医院概要 ==== */
#lower section.overview .wrapper .flex_LRTB {
  text-align: center;
}
#lower section.overview {
  width: 100%;
  padding: 2.5rem 1.5rem 0;
}
#lower section.overview h2.ti {
  background: none;
  min-height: 0;
  margin: 0 0 2rem;
  border-bottom: 0.2rem solid #7A6A5C;
  font-size: 2.8rem;
  line-height: 1;
  padding: 0.5rem 0.5rem 1.5rem 0.7rem;
  font-family: "LogoTypeGothic", -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  color: #7A6A5C;
}
#lower section.overview h2 img {
  vertical-align: text-bottom;
  padding-bottom: 0.3rem;
  display: inline-block;
}
#lower section.overview .detail {
  margin: 0 0 2rem;
}
#lower section.overview dl {
  width: 100%;
  margin: 1rem 0;
  display: flex;
  flex-wrap: wrap;
}
#lower section.overview dt {
  width: 100%;
  font-weight: normal;
  margin-bottom: 0.5rem;
}
#lower section.overview dt p {
  background: #7a6a5b;
  color: #fff;
  padding: 0.4rem;
  border-radius: 5px;
  text-align: center;
}
#lower section.overview dd {
  margin: 0 0 1.5rem;
  padding: 0.2rem 0 0 1rem;
  width: 100%;
}
#lower section.overview .btn_sim {
  border-radius: 3rem;
  padding: 0.5rem 3rem;
}
#lower section.overview .sns figure {
    margin-bottom: 2rem;
    text-align: center;
}
#lower section.overview .payment{
    text-align: center;
    margin-top: 20px;
}
.has-number{
  counter-reset: count;
}

.has-number li {
  display: flex;
  align-items: flex-start;
  position: relative;
  line-height: 1.5;
  padding-left: 2.8rem;
  padding-top: 1rem;
}

.has-number li::before {
  position: absolute;
  display: block;
  content: counter(count);
  counter-increment: count;
  top: 1.2rem;
  left: 0;
  width: 2rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 50%;
  border: 1px solid;
}

.calc li{
  width: calc(100% / 2) !important;
  padding: 1rem;
}

.mt20{
  margin-top: 2rem !important;
}

.half {
 display: flex;
  &.-align-items-center {
    align-items: center;  
    row-gap: 1em;
  }
}

.btn_01{
  display: flex;
  justify-content:space-between;
  a{
    background: #afa091;
    color: #fff;
    display: inline-block;
    padding:  1.2em 4em;    
    border: 1px solid #afa091;
    position: relative;
    transition: 0.3s;
    text-align: center;
    &::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 20px;
      transform: rotate(45deg) translateY(-50%);
      width: 6px;
      height: 6px;
      border-width: 2px 2px 0 0;
      border-style: solid;
      border-color: #f2f2f2;
    }

    &:hover {
      color: #595757;
      background-color: #FAF6EB;
      border: 1px solid #595757;
      &::after {
        border-color: #595757 #595757 transparent transparent;
      }
    }    
  }
}


/* -----------------------------------------------------------------------------------------------------------------------------------
	PC
----------------------------------------------------------------------------------------------------------------------------------- */
@media print, screen and (min-width: 46.875em) {
  body {
    min-width: 117rem;
  }

  .w600 {
    padding: .5rem;
  }
  .button01 a {
    padding: .5em .5em;
  }

  .button01 a {
    margin: initial;
    font-size: 32px;
  }

  .w600 span{
    font-size: 26px;
  }

  /* ==== モジュールあれこれ ====*/
  /* PCで左→右に配置／SPで上→下に配置 */
  .flex_LRTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
  }
  /* PCで右→左に配置／SPで上→下に配置 */
  .flex_RLTB {
    display: flex;
    display: -webkit-flex;
    flex-direction: row-reverse;
    -webkit-flex-direction: row-reverse;
  }
  .half {
    justify-content: space-between;
    flex-wrap: wrap;

    &.-align-items-center {
      align-items: center;  
    }
  }
  .half > * {
    width: 48%;
    margin-bottom: 1.5rem;
  }
  .flex_LRTB > figure.w30 {
    width: 30% !important;
    margin-right: 2%;
  }
  .flex_LRTB > figure + ul {
    width: 68% !important
  }
  /* 画像のフロート SP時は解除 */
  figure.fl_r {
    float: right;
    width: auto;
    margin-left: 2rem;
    margin-bottom: 1.5rem;
  }
  figure.fl_l {
    float: left;
    width: auto;
    margin-right: 2rem;
    margin-bottom: 1.5rem;
  }
  .sp_none_in {
    display: inline;
  }
  .pc_none {
    display: none;
  }
  .sp_none {
    display: block;
  }
  .split_wrap {
    display: flex;
    justify-content: space-between; /*	position: relative; */
  }
  a[href^="tel:"] {
    pointer-events: none !important;
    color: #595757 !important;
  }
  /* ==== メインエリア ====*/
  main {
    margin: 0 0 3rem 3rem;
    padding: 0 0 1rem 1rem;
    width: 81rem;
  }
  /* ==== 全体の横幅設定 ==== */
  .inner {
    margin: 0 auto;
    padding: 0;
    /*	width: 81rem; */
  }
  .wrapper {
    width: 117rem;
    margin: 0 auto;
  }
  section {
    margin-bottom: 5rem;
  }
  section section {
    margin: 3rem 0;
  }
  main > section {
    padding: 0;
  }
  #lower main > section > section {
    padding-top: 180px;
    margin-top: -150px !important;
  }
  /* ==== ヘッダー ==== */
  header {
    margin: 0 auto 2rem;
    position: fixed;
    background-color: rgba(255, 255, 255, 0.8);
    padding: 3rem 0 1rem;
    width: 100%;
    min-width: 117rem;
    z-index: 1000;
    border-top: #564639 2rem solid;
  }
  header .wrapper {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    width: 117rem;
    margin: auto !important;
    padding: 0;
  }
  header .h_logo {
    width: 40rem;
    padding: 0;
    margin: 0;
  }
  header .wrapper > div {
    width: 70rem;
    text-align: right;
  }
  header div div.flex_LRTB {
    align-items: center;
    justify-content: flex-end;
  }
  header div div.flex_LRTB > figure {
    margin-bottom: 1rem;
  }
  .h_access img {
    width: 122px !important;
    height: 36px;
  }
  .h_tel img {
    width: 310px !important;
    height: 36px;
  }
  .h_reserve img {
    width: 250px !important;
    height: 36px;
  }
  nav {
    width: 100%;
    margin: 0 0 1rem;
    padding: 0;
    background-color: transparent;
  }
  nav > ul {
    width: auto;
    margin: 0 0 2rem 0;
    justify-content: flex-end;
    text-shadow: 3px 3px 5px #fff, -3px 3px 5px #fff, 3px -3px 5px #fff, -3px -3px 5px #fff;
    padding: 0;
    font-weight: bold;
    border: none;
  }
  nav > ul > li {
    background-color: transparent;
    position: relative;
    margin-bottom: 0;
    line-height: 1;
    display: inline;
    width: 20%;
    border-left: 2px dotted #7f756b;
    padding: 0;
    border-top: none !important;
    border-right: none !important;
  }
  nav > ul li:first-child {
    border-left: none;
  }
  nav > ul > li > a {
    display: block;
    padding: 0.5rem;
  }
  #lower h2 {
    font-size: 3rem;
    margin: 21rem auto 0;
  }
	
	
/*　　サブナビ　　*/	
	ul.subnav {
		width: 100%;
		position: absolute;
		top: 5.0rem;
		left: 0;
		z-index: 10;
		display: none;

	}	

	 ul.subnav li {
		width: 100%;
		padding: 0.5px;
	}
	

	 ul.subnav li a {
		display: block;
		/*width: 20%;*/
		padding: 1.2rem 0;
		text-align: center;
		color: #fff;
		border-bottom: 2px dotted #fff;
	}

	 ul.subnav li a:hover {
		opacity: 1.0;
		background: #ffffff;
	}
	
	
	 ul li.sub:after {
		 position: absolute;
		 font-family: "Font Awesome 5 Free";
		 content: "\f13a";
		 font-style: normal;
		 font-weight: bold;
		 right: 1.5rem;
		 top: 0.7rem;
	}

  .list_bnr{
    flex-direction: column;
    li{
      display: flex;
      a{
        display: flex;
        align-items: center;
        column-gap: .8em;      
        text-decoration: none !important;
      }
    }
  }
		

	
	
  /* ==== サイドナビ ==== */
  #lower aside {
    width: 31rem;
    margin: 21rem auto 5rem 0;
    padding: 0;
  }
  #lower aside dt.sp_none {
    background: url("../images/common/snav_ttl.png") no-repeat center bottom #919091;
    background-size: cover;
    color: #fff;
    font-size: 2.5rem;
    height: 5.3rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  #lower aside dt::after {
    display: none;
  }
  #lower aside dd {
    display: block;
    background: #FAF6EB;
    padding: 2.5rem;
    text-align: left;
  }
  #lower aside dd ul {
    display: block;
  }
  #lower aside dd > ul > li {
    width: 26rem;
    max-width: 26rem;
    text-align: left;
    margin-bottom: 3rem;
  }
  #lower aside dd > ul > li > a {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-size: 2.5rem;
  }
  #lower aside dd li img {
    display: inline-block;
    margin: 0 1.5rem 0 0;
  }
  #lower aside dd li ul li {
    display: block;
    width: 21rem;
    max-width: 21rem;
    text-align: left;
    margin: 0.5rem 0 0.5rem 4.5rem;
    font-size: 1.6rem;
    font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO";
  }
  #lower aside dd li ul li a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    padding-right: 4px;
    font-weight: bold;
  }
  /* ==== フッター ==== */
  footer {
    border-top: 0.5rem solid #cfc5bb;
    margin: 0;
    text-align: center;
    color: #fff;
    padding: 0;
    min-width: 117rem;
  }
  /* ==== フッターナビ ==== */
  footer > div.wrapper {
    padding: 3.5rem 0 2.5rem;
    text-align: center;
    margin: 0 auto;
    font-size: 1.5rem;
    width: 83rem;
  }
  footer div.wrapper a {
    color: #7D6F62 !important;
  }
  footer figure {
    margin-bottom: 2rem;
  }
  footer .gl {
    font-size: 1.7rem;
    margin-bottom: 1.2rem;
  }
  footer ul a::before {
    font-family: "Font Awesome 5 Free";
    content: "\f101";
    padding-right: 0.5rem;
    font-weight: bold;
  }
  footer .gl a::before {
    content: "\f35a";
  }
  footer .as {
    justify-content: flex-start;
    column-gap:4rem;
  }
  footer ul {
    display: flex;
    margin: 0.8rem auto 0;
    justify-content: space-between;
    width: 80rem;
    flex-wrap: wrap;
  }
  address {
    padding: 1rem;
    width: 100%;
    min-width: 117rem;
    margin: 0 auto;
    border-top-color: #A9A29C;
  }
	#sp_fnav{
		display: none;
	}

	/* PC固定予約ボタン */
.fixed_rsv_btn {
	display: block;
	}
	
	.fixed_rsv {
	  display:flex;
      z-index: 999;
      position: fixed;
      top: 20.0rem;
      right: 0;
		}
	
	
  /* access */
  #lower .overview dl {
    width: calc(100% - 40rem)
  }
  #lower .overview dt {
    width: 6em;
    margin-bottom: 1.5rem;
    margin-left: 1rem;
  }
  #lower .overview dt p {
    text-align-last: justify;
    text-justify: inter-ideograph;
    padding: 0.5rem 1rem
  }
  #lower .overview dd {
    width: calc(100% - 7em);
    padding-left: 2rem;
    margin-bottom: 1rem;
    font-size: 100%;
  }
  #lower .overview dd.tt {
    text-align: left;
  }
  #lower .overview dd.tt img {
    padding-left: 8rem;
  }
  #lower h2 {
    background-size: 100% 100%;
    min-height: 20rem;
    font-size: 3.5rem;
    margin-bottom: 5rem;
    padding: 0 0 0 4.5rem;
  }
  #lower h3 {
    padding: 0.4rem 0 0.2rem 1.5rem;
    font-size: 2.1rem
  }
  #lower h4 {
    font-size: 2rem;
  }
  ul.list_lb li {
    width: 32.5%;
  }
  #lower section.overview .flex_LRTB.sns {
    width: 70%;
    margin: 5rem auto 0 !important;
    justify-content: space-around;
  }
  #lower section.overview .flex_LRTB.sns figure {
    margin-bottom: 0;
  }
  #lower section.overview .payment{
    text-align: center;
    margin-bottom: 50px;
  }	
  /* ==== 医院概要 ==== */
  #lower section.overview {
    width: 100%;
    min-width: 117rem;
    margin: 0 auto 13rem;
    padding: 0;
    color: #595757;
  }
  #lower section.overview .wrapper {
    width: 117rem;
    margin: 0 auto;
  }
  #lower section.overview .wrapper .flex_LRTB {
    margin: 0 auto;
    justify-content: space-between;
    align-items: flex-start;
  }
  #lower section.overview .detail {
    padding: 0;
    width: 59rem;
  }
  #lower section.overview .detail dl {
    padding: 0;
    margin: 0 0 3rem 0.7rem;
  }
  #lower section.overview .detail dt {
    width: 6em;
    margin-bottom: 1.5rem;
    text-justify: inter-ideograph;
    font-size: 1.5rem;
  }
  #lower section.overview .detail dd {
    width: calc(100% - 6em);
    padding-left: 1rem;
    font-size: 1.9rem;
  }
  #lower section.overview .timetable {
    width: 57rem;
    margin: 0 auto;
  }

  :target::before {
    content: "";
    display: block;
    height: 17.0rem;
    margin: -17.0rem 0 0;
    visibility: hidden;
  }
}
@media screen\0 { /* IEハック */
  #lower h2 {
    line-height: 15rem;
  }
}
/* -----------------------------------------------------------------------------------------------------------------------------------
	Tablet 73.063=1169px  60em=960px
----------------------------------------------------------------------------------------------------------------------------------- */
@media screen and (min-width: 46.875em) and (max-width: 73.063em) {}