@charset "utf-8";

/*
******************************************************************
* top
******************************************************************
*/
/*** main-area ***/
/* pc-only */
@media screen and (min-width: 769px){
  body.top .main-area {
    width: calc(100% - 310px);
    /* min-height: 743px; */
    /* height: 743px; */
    height: calc(100vh - 105px);
  }
  body.top .main-item {
    /* min-height: 743px; */
    /* height: 743px; */
    height: calc(100vh - 105px);
    background-size: cover;
    background-position: center center;
  }
}
@media screen and (min-width: 769px) and (min-height: 848px){
  body.top .main-area {
    min-height: 743px;
    height: 743px;
  }
  body.top .main-item {
    min-height: 743px;
    height: 743px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  body.top .main-area {
    position: relative;
  }
  .main-item {
    min-height: 400px;
    background-position: center center;
    background-size: cover;
  }
}

/**** top-gnav-area ***/
/* pc-only */
@media screen and (min-width: 769px){
}
/* sp-only */
@media screen and (max-width: 768px){}


/*** news ***/
.section-area.news {
  padding: 58px 3.8vw 63px;
  text-align: center;
}
.section-area.news .section-ttl {
  margin-bottom: 20px;
}
.notice-head-lead {
  font-size: 15px;
  line-height: 1.6;
  text-align: left;
  letter-spacing: 0;
}
.notice-list {
  display: inline-block;
}
.notice-item a {
  display: block;
  padding: 0;
}
.notice-item + .notice-item {
  margin-top: 20px;
}
.notice-cont {
  display: table;
  width: 100%;
  text-align: left;
}
.notice-date {
  display: table-cell;
  width: 155px;
  font-weight: bold;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: middle;
}
.notice-det {
  display: table-cell;
  padding: 0;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: middle;
  text-decoration: underline;
}
.notice-list-all {
  display: block;
  position: relative;
  max-width: 224px;
  margin: 32px auto 0;
  padding: 8px 25px;
  border: 1px solid #A88E1F;
  font-size: 16px;
  line-height: 1.75;
}
.notice-list-all:before {
  display: block;
  position: absolute;
  bottom: -2px;
  left: -1px;
  width: calc(100% + 2px);
  height: 1px;
  background: #916C27;
  content: '';
}
.notice-list-all:after {
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  width: 8px;
  height: 8px;
  border-top: 1px solid #A88E1F;
  border-right: 1px solid #A88E1F;
  content: '';
  transform: rotate(45deg) translateY(-50%);
}
.notice-list-all .ico-arrow01 {
  position: absolute;
  top: 50%;
  right: 5px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  .section-area.news {
    padding: 50px 15px;
  }
  .section-area.news .section-ttl {
    margin-bottom: 5px;
  }
  .section-area.blog .section-ttl01 {
    margin-bottom: 10px;
  }
  .section-area.blog {
    margin: 0;
    padding: 30px 15px;
  }
  .section-area.blog .section-ttl {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.75;
  }
  .notice-list {
    display: block;
  }
  .notice-item + .notice-item {
    border-top: 1px solid #E7E6E6;
  }
  .notice-head-lead {
    font-size: 12px;
  }
  .notice-item + .notice-item {
    margin-top: 0;
  }
  .notice-item a {
    padding: 20px 0;
  }
  .notice-cont {
    display: block;
  }
  .notice-date {
    display: block;
    width: 100%;
    margin-bottom: 5px;
    font-size: 14px;
    vertical-align: top;
  }
  .notice-det {
    display: block;
    width: 100%;
    padding: 0;
    font-size: 14px;
  }
  .notice-list-all {
    margin: 20px auto 0;
  }
}


/*** intro ***/
.section-area.intro {
  position: relative;
  margin: 0 0 86px;
}
.section-area.intro .section-inner {
  position: relative;
}
.intro-img-box {
  overflow: hidden;
  width: 31.4%;
  background-position: top center;
  background-size: cover;
}
.intro-img-item {
  overflow: hidden;
  background-position: center center;
  background-size: cover;
}
.intro-card-box {
  width: 68.6%;
  padding: 0 3.8vw 44px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.intro-card-box-in {
  position: relative;
  min-height: 315px;
  padding: 50px 48px 43px;
  background-color: rgba(168,142,31,0.7);
}
.intro-ttl {
  margin: 0 0 27px;
  color: #fff;
  font-size: 32px;
  line-height: 1.75;
}
.intro-ttl .strong01 {
  font-size: 44px;
}
.intro-ttl .strong02 {
  font-size: 40px;
}
.intro-lead {
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
}
.intro-lead + .intro-lead {
  margin-top: 1em;
}
.intro-link-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: right;
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}
.intro-link-btn a {
  display: inline-block;
  position: relative;
  padding: 8px 22px 8px 27px;
  background-color: rgba(168,142,31,1);
  color: #fff;
  font-size: 16px;
  line-height: 1.75;
  text-align: center;
}
.intro-link-btn .ico-arrow01 {
  position: absolute;
  top: 50%;
  left: 11px;
  margin-top: 1px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
/* pc-only */
@media screen and (min-width: 769px){
  .section-area.intro .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .intro-img-item:nth-child(1),
  .intro-img-item:nth-child(2),
  .intro-img-item:nth-child(3) {
    width: 22.866%;
  }
  .intro-img-item:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
  }
  .intro-img-item:nth-child(2) {
    position: absolute;
    top: 0;
    left: calc(22.866% * 1);
  }
  .intro-img-item:nth-child(3) {
    position: absolute;
    top: 0;
    left: calc(22.866% * 2);
  }
  .intro-img-item:nth-child(4) {
    height: 487px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  .section-area.intro {
    margin: 0 0 64px;
  }
  .intro-img-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    position: relative;
    z-index: 1;
    background: none !important;
  }
  .intro-img-item {
    position: absolute;
    left: 0;
    width: 40%;
    height: 33.333%;
    background-position: center center;
    background-size: cover;
  }
  .intro-img-item.intro-img-item01 {
    top: calc(33.333% * 0);
  }
  .intro-img-item.intro-img-item02 {
    top: calc(33.333% * 1);
  }
  .intro-img-item.intro-img-item03 {
    top: calc(33.333% * 2);
  }
  .intro-img-item.intro-img-item04 {
    position: static;
    width: 100%;
    height: 100%;
    padding-left: 40%;
  }
  .intro-img-item.intro-img-item04 img {
    opacity: 1;
  }
  .intro-card-box {
    position: relative;
    z-index: 2;
    width: 100%;
    margin-top: -10%;
    padding: 0 15px;
  }
  .intro-card-box-in {
    padding: 20px;
  }
  .intro-lead {
    font-size: 14px;
  }
  .intro-ttl {
    margin: 0 0 20px;
    font-size: 20px;
  }
  .intro-ttl .strong01 {
    font-size: 26px;
  }
  .intro-ttl .strong02 {
    font-size: 24px;
  }
  .intro-link-btn a {
    display:  block;
    padding: 12px;
    font-size: 14px;
  }
}


/*** access ***/
.section-area.access {
  margin: 0 0 45px;
}
.section-area.access .section-ttl {
  margin-bottom: 0;
}
.section-area.access .section-inner {
  position: relative;
}
.access-card-box {
  position: relative;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.9);
  border: 1px solid #A88E1F;
}
.access-list {
  margin-bottom: 30px;
}
.access-list-box.calendar {
}
.access-list-box.access .access-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 0 50px;
}
.access-list-box.access .access-item  + .access-item:after {
  display: block;
  position: absolute;
  top: 50%;
  left: -9px;
  width: 1px;
  height: 24px;
  background: #3E3A39;
  -webkit-transform: rotate(45deg) translate(-50%,-50%);
  -ms-transform: rotate(45deg) translate(-50%,-50%);
  transform: rotate(45deg) translate(-50%,-50%);
  content: '';
}
.access-item .det-ttl {
  padding: 0 20px 0 0;
  color: #916C27;
  font-size: 16px;
  line-height: 1.75;
}
.access-item.home-address .det-ttl {
  min-width: 80px;
  width: 80px;
}
.access-item.tel .det-ttl {
  min-width: 130px;
  width: 130px;
}
.access-item .det-ttl .icon {
}
.access-item.home-address .det-ttl .icon {
  display: inline-block;
  margin-right: 5px;
  font-size: 16px;
}
.access-item.tel .det-ttl .icon {
  display: inline-block;
  margin-right: 8px;
  font-size: 13px;
}
.access-item.mail .det-ttl .icon {
  display: inline-block;
  margin-right: 7px;
  font-size: 13px;
}
.access-item .det-det {
  font-size: 16px;
  line-height: 1.75;
}
.access-item.business-hours-tb {
  display: block;
  position: relative;
}
.hours-table {
  width: 100%;
  text-align: center;
}
.hours-table-wp {
  overflow-x: auto;
}
.hours-table-wp::-webkit-scrollbar {
  height: 10px;
}
.hours-table-wp::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 5px;
}
.hours-table-wp::-webkit-scrollbar-track-piece {
  background: #efefef;
}
.hours-table .aln-l {
  text-align: left;
}
.hours-table th,
.hours-table td {
  padding: 5px 12px;
  color: #A88E1F;
  font-size: 16px;
  line-height: 1.75;
}
.hours-table th span,
.hours-table td span {
  font-size: 16px;
  line-height: 1.75;
}
.hours-table-head {
  background: #916C27;
  color: #fff;
}
.hours-table-body {
  background: #fff;
  border-bottom: 1px solid #E7E6E6;
}
.hours-table-head th {
  color: #fff;
}
.hours-table .close {
  color: #3E3A39;
}
.hours-table th {
  padding: 5px;
}
.hours-table .first-cell {
  padding: 6px 5px 6px 15px;
  width: 125px;
  letter-spacing: 0;
}
.hours-table .hours-table-body .first-cell {
  padding: 8px 5px 8px 15px;
  color: #323317;
}
.access-notes-list {
  margin: 15px 0 0;
}
.access-notes-item {
  display: block;
  margin-left: 1.5em;
  color: #323317;
  font-size: 16px;
  line-height: 1.75;
  vertical-align: top;
  text-indent: -1.5em;
}
.access-notes-item + .access-notes-item {
  margin-top: 5px;
}
.access-map {
  width: 100%;
}
.access-map .map-box {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 38%;
}
.access-map .map-box iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.map-txt {
  margin-top: 10px;
  color: #646464;
  font-size: 15px;
  line-height: 1.6;
  text-align: center;
}
.map-link {
  display: block;
  position: relative;
  max-width: 450px;
  width: 100%;
  margin: 25px auto 0;
  padding: 8px;
  border: 1px solid #4E301D;
}
.map-link:after {
  display: block;
  position: absolute;
  top: 8px;
  left: 50%;
  width: 1px;
  height: calc(100% - 16px);
  background: #4E301D;
  content: '';
}
.map-link-in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.map-link-img-box {
  display: block;
  width: 50%;
  padding-right: 15px;
  font-size: 14px;
}
.map-link-txt-box {
  display: block;
  position: relative;
  width: 50%;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: -1px;
}
.map-link-txt-box .ico-arrow01 {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
/* pc-only */
@media screen and (min-width: 769px){
  .access-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    position: relative;
    align-items: center;
    padding: 60px 0;
  }
  .access-card-box {
    overflow: hidden;
    width: 71.6%;
    margin-left: -3.8vw;
    padding: 32px 30px 40px;
  }
  .access-list-box.access {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px -50px 25px;
  }
  .access-list-box.access .access-item {
    margin-top: 15px;
  }
  .access-img-box {
    width: 28.4%;
    z-index: 1;
  }
  .access-img-item {
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 31.4%;
    height: 33.333%;
    background-position: center center;
    background-size: cover;
  }
  .access-img-item:nth-child(1) {
    top: 0;
  }
  .access-img-item:nth-child(2) {
    top: calc(33.333% * 1);
  }
  .access-img-item:nth-child(3) {
    top: calc(33.333% * 2);
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  .section-area.access {
    margin: 0;
    padding: 50px 15px;
  }
  .section-area.access .section-ttl {
    margin-bottom: 25px;
  }
  .access-img-box {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
  .access-img-item {
    width: 50%;
    background-position: center center;
    background-size: cover;
  }
  .access-img-item:nth-child(1) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 50%;
  }
  .access-img-item:nth-child(2) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 100%;
  }
  .access-img-item:nth-child(3) {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    width: 50%;
  }
  .access-card-box {
    margin-top: -10%;
    padding: 20px 15px; 
  }
  .access-item + .access-item {
    margin-top: 20px;
  }
  .access-list-box.access .access-item {
    display: block;
    padding: 0;
  }
  .access-list {
    display: block;
    width: 100%;
  }
  .access-list-box {
    width: 100%;
  }
  .access-list-box.access .access-item + .access-item:after {
    content: none;
  }
  .access-list-box + .access-list-box {
    margin-top: 22px;
  }
  .exam-type-list {
    margin: 0 -5px;
  }
  .exam-type-item {
    padding: 0 5px;
  }
  .exam-type-item a {
    padding: 10px;
    font-size: 12px;
  }
  .exam-type-item a:after {
    right: 12px;
    width: 6px;
    height: 6px;
  }
  .hours-table th, .hours-table td,
  .hours-table th span, .hours-table td span {
    padding: 6px;
    font-size: 13px;
    word-break: keep-all;
  }
  .hours-table .first-cell {
    width: auto;
  }
  .access-item.business-hours-tb .hours-note {
    font-size: 14px;
  }
  .access-item.business-hours-tb .hours-note em {
    margin-right: 5px;
  }
  .access-map .map-box {
    padding-bottom: 86.25% !important;
  }
  .access-item .det-ttl {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .access-item .det-det {
    font-size: 14px;
  }
  .map-txt {
    font-size: 14px;
  }
  .map-link-img-box img {
    max-width: 150px;
  }
  .map-link-txt-box {
    font-size: 13px;
  }
  .hours-table .hours-table-body .first-cell {
    padding: 8px 10px;
  }
  .access-notes-item {
    font-size: 12px;
  }
}


/*** medicine ***/
.section-area.medicine {
  position: relative;
  background-color: #F9F5E6;
  padding: 70px 3.8vw 78px;
  background-image: url(../img/common/bg_cloud_right.svg),url(../img/common/bg_cloud_left.svg);
  background-position: right -39px top 33%,left -46px bottom 24%;
  background-repeat: no-repeat,no-repeat;
  background-size: 192px auto,192px auto;
}
.section-area.medicine .section-ttl {
  margin-bottom: 40px;
}
.section-area.medicine .section-inner {
  max-width: 1080px;
  width: 100%;
  margin: 0 auto;
}
.medicine-content {
}
.medicine-item a {
  display: block;
}
.medicine-item:nth-child(n+3) {
  margin-top: 17px;
}
.medicine-det {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 280px;
  border: 2px solid #A88E1F;
}
.medicine-det-ttl {
  position: relative;
  min-width: 74px;
  padding: 25px 0 45px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#a88d4a+0,916c27+100 */
  background: rgb(168,141,74); /* Old browsers */
  background: -moz-linear-gradient(left,  rgba(168,141,74,1) 0%, rgba(145,108,39,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(left,  rgba(168,141,74,1) 0%,rgba(145,108,39,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right,  rgba(168,141,74,1) 0%,rgba(145,108,39,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a88d4a', endColorstr='#916c27',GradientType=1 ); /* IE6-9 */
  text-align: center;
}
.medicine-det-ttl:after {
  display: block;
  position: absolute;
  bottom: 18px;
  left: 50%;
  width: 13px;
  height: 13px;
  margin-left: -7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
  -webkit-transform: rotate(45deg) translateX(-50%);
  -ms-transform: rotate(45deg) translateX(-50%);
  transform: rotate(45deg) translateX(-50%);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.medicine-det-ttl-in {
  display: inline-block;
  color: #fff;
  font-size: 24px;
  line-height: 1.75;
  text-align: left;
}
.medicine-item.medicine04 .medicine-det-ttl-in {
  line-height: 1.1;
}
.medicine-det-cont {
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.medicine-item.medicine01 .medicine-det-cont {
  background-image: url(../img/top/img_medicine01.jpg);
}
.medicine-item.medicine02 .medicine-det-cont {
  background-image: url(../img/top/img_medicine02.jpg);
}
.medicine-item.medicine03 .medicine-det-cont {
  background-image: url(../img/top/img_medicine03.jpg);
}
.medicine-item.medicine04 .medicine-det-cont {
  background-image: url(../img/top/img_medicine04.jpg);
}
.medicine-item a:hover {
  opacity: 1;
}
.medicine-item a:hover .medicine-det-cont-in {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.medicine-det-cont-in:after {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  width: 100%;
  height: 500%;
  background-color: rgba(255,255,255,0.75);
  content: '';
}
.medicine-det-lead {
  position: relative;
  z-index: 2;
  font-size: 16px;
  line-height: 1.75;
}
.medicine-det-lead + .medicine-det-lead {
  margin-top: 1.5em;
}
/* pc-only */
@media screen and (min-width: 769px){
  .medicine-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .medicine-list:nth-child(odd) {
    padding-right: 67px;
  }
  .medicine-list:nth-child(even) {
    padding-left: 67px;
  }
  .medicine-list + .medicine-list {
    margin-top: 17px;
  }
  .medicine-item {
    position: relative;
    width: 50%;
    padding: 0 8px;
  }
  .medicine-det-cont {
    overflow: hidden;
    width: calc(100% - 74px);
    padding-left: 15%;
  }
  .medicine-det-cont-in {
    position: relative;
    padding: 24px 30px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
  }
  .medicine-det-ttl-in {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  .section-area.medicine {
    padding: 50px 15px;
  }
  .section-area.medicine .section-ttl {
    margin-bottom: 25px;
  }
  .medicine-list + .medicine-list,
  .medicine-item + .medicine-item {
    margin-top: 15px;
  }
  .medicine-det-cont {
    overflow: hidden;
  }
  .medicine-det-cont-in {
    position: relative;
    padding: 15px;
  }
  .medicine-det {
    display: block;
    min-height: 0;
  }
  .medicine-det-ttl-in {
    font-size: 18px;
    text-align: center;
  }
  .medicine-item.medicine04 .medicine-det-ttl-in {
    line-height: 1.5;
  }
  .medicine-det-ttl {
    min-width: 0;
    padding: 10px;
  }
  .medicine-det-lead {
    font-size: 14px;
  }
  .medicine-det-ttl:after {
    top: 50%;
    right: 15px;
    bottom: auto;
    left: auto;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg) translateY(-50%);
    -ms-transform: rotate(45deg) translateY(-50%);
    transform: rotate(45deg) translateY(-50%);
  }
}

/*** about ***/
.section-area.about {
  padding: 54px 3.8vw 60px;
  background: url(../img/top/bg_about01.jpg) no-repeat center center;
  background-size: cover;
}
.section-area.about .section-ttl {
  margin-bottom: 30px;
}
.section-area.about .section-ttl .ttl-deco01 .cls-1 {
  fill: #493321;
}
.about-content {
  padding: 24px 30px 40px;
  background-color: rgba(255, 255, 255, 0.9);
}
.about-lead-box + .about-lead-box {
  margin: 30px 0 0;
  padding: 30px 0 0;
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: rgba(168, 142, 31, 0.3);
}
.about-lead {
  font-size: 16px;
  line-height: 1.75;
}
.about-lead + .about-lead {
  margin-top: 1.5em;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  .section-area.about {
    padding: 50px 15px;
  }
  .section-area.about .section-ttl {
    margin-bottom: 25px;
  }
  .about-content {
    padding: 20px 15px 20px;
  }
  .about-lead-box + .about-lead-box {
    margin: 20px 0 0;
    padding: 20px 0 0;
  }
  .about-lead {
    font-size: 14px;
  }
}


/*
******************************************************************
* lower
******************************************************************
*/
/* pc-only */
@media screen and (min-width: 769px){
  body.lower .container {
    margin-top: 95px;
  }
}
body.lower .section-ttl.ttl-deco01 {
  margin-bottom: 45px;
}

/*** main-area ***/
body.lower .main-area {
  overflow: hidden;
  position: relative;
  z-index: 1;
  height: 500px;
  background-position: top 40% left 42%;
  background-size: cover;
}
body.lower .main-area:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.6);
  /* content: ''; */
}
body.lower .main-ttl {
  display: table;
  max-width: 1080px;
  width: 100%;
  position: relative;
  z-index: 3;
  height: 100%;
  margin: 0 auto;
  padding: 20px 15px;
}
body.lower .main-ttl .main-ttl-in {
  display: table-cell;
  color: #fff;
  font-size: 32px;
  line-height: 1.75;
  text-shadow: 0px 0px 8px #231715, 0px 0px 5px #231816;
  vertical-align: middle;
  text-align: center;
  letter-spacing: 0.1em;
}
body.lower .main-ttl .sub-ttl {
  display: block;
  margin-top: 10px;
  color: #ccc;
  font-size: 14px;
  line-height: 1.2;
}
body.lower .main-bg {
  display: none;
  opacity: 0;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  body.lower .main-area {
    height: 280px;
  }
  body.lower .section-ttl.ttl-deco01 {
    margin-bottom: 25px;
  }
  body.lower .main-ttl {
  }
  body.lower .main-ttl .main-ttl-in {
    font-size: 22px;
  }
  body.lower .main-ttl .sub-ttl {
    margin-top: 10px;
    font-size: 14px;
  }
}

/*** contents-head ***/
body.lower .contents-head {
  margin-bottom: 30px;
  padding: 0;
}
body.lower .contents-head-img {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body.lower .contents-head-ttl {
  margin-top: 50px;
  font-size: 32px;
  line-height: 1.75;
  text-align: center;
}
body.lower .contents-head-nav {
  max-width: 900px;
  width: 100%;
  margin: 40px auto 0;
  padding: 20px;
  background-color: #f3eae2;
}
body.lower .contents-head-ttl + .contents-head-nav {
  margin-top: 50px;
}
body.lower .contents-head-nav-list {
  letter-spacing: -.40em;
}
body.lower .contents-head-nav-item {
  display: inline-block;
  width: 33.333%;
  padding: 0 15px;
  vertical-align: top;
  letter-spacing: normal;
}
body.lower .contents-head-nav-item:nth-child(n+4) {
  margin-top: 30px;
}
body.lower .contents-head-nav-item a {
  display: inline-block;
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 1.75;
}
body.lower .contents-head-nav-item a:after {
  display: block;
  position: absolute;
  top: 0.55em;
  left: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-color: transparent transparent transparent #2C0A00;
  content: '';
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  body.lower .contents-head {
    margin-bottom: 0; 
    padding: 0 15px;
  }
  body.lower .contents-head-ttl {
    margin-top: 20px;
    font-size: 20px;
    letter-spacing: 0;
  }
  body.lower .contents-head-nav {
    margin: 20px auto 0;
    padding: 15px 5px;
  }
  body.lower .contents-head-ttl + .contents-head-nav {
    margin-top: 20px;
  }
  body.lower .contents-head-nav-item {
    width: 50%;
    padding: 0 10px;
  }
  body.lower .contents-head-nav-item:nth-child(n+3) {
    margin-top: 15px;
  }
  body.lower .contents-head-nav-item a {
    padding-left: 10px;
    font-size: 14px;
  }
}

/*** section-area ***/
body.lower .section-area {
  padding: 70px 0;
}
body.lower .section-content {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
body.lower .contents-area .section-ttl01 {
  margin-bottom: 60px;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  body.lower .section-area {
    padding: 50px 15px;
  }
  body.lower .contents-area .section-ttl01 {
    margin-bottom: 25px;
  }
}

/*** 当クリニックについて ***/
/** 基本情報 **/
body.lower .access-list {
  display: block;
  margin: 0;
}
body.lower .access-list-box {
  width: 100%;
}
body.lower .access-list-box + .access-list-box {
  margin-top: 22px;
}
body.lower .access-item.business-hours-tb {
  margin-top: 30px;
}
body.lower .access-notes-list {
  position: relative;
}
body.lower .access-list-box.access {
  display: block;
  margin: 0;
}
body.lower .access-list-box.access .access-item {
  padding: 0;
}
body.lower .access-item .det-ttl {
  min-width: 170px;
  width: 170px;
  margin-left: 1.7em;
  text-indent: -0.7em;
}
body.lower .access-item.clinic .det-ttl .icon {
  margin-left: -2px;
  margin-right: 8px;
  font-size: 14px;
}
body.lower .access-item.home-address .det-ttl .icon {
  margin-right: 11px;
}
body.lower .access-item.tel .det-ttl .icon {
  margin-left: -13px;
  margin-right: 21px;
}
body.lower .access-item.medical .det-ttl .icon {
  margin-right: 3px;
}
body.lower .access-list-box.access .access-item +  .access-item {
  margin-top: 20px;
}
body.lower .access-list-box.access .access-item + .access-item:after {
  content: none;
}
@media screen and (max-width: 768px){
  body.lower .access-item .det-ttl {
    width: auto;
  }
}
/** アクセス情報 **/
body.lower .access-map {
  margin-bottom: 0;
}
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  body.lower .access-map {
    margin-bottom: 20px;
  }
}
/** 院長の紹介 **/
/* pc-only */
@media screen and (min-width: 769px){
  #area04 .cmn-col02-box + .cmn-definition-module01 {
    margin-top: 60px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  #area04 .cmn-col02-box + .cmn-definition-module01 {
    margin-top: 40px;
  }
}

/*** 保険外診療 ***/
#area05 .banner {
  display: block;
  max-width: 310px;
  width: 100%;
}
/* pc-only */
@media screen and (min-width: 769px){
  #area01 .head-txt {
    font-size: 18px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  #area01 .head-txt {
    font-size: 15px;
  }
}

/*** 当クリニックについて ***/
/** エアフローによるクリーニング **/
/* pc-only */
@media screen and (min-width: 769px){}
/* sp-only */
@media screen and (max-width: 768px){
  #area01 .cmn-table-module01 {
    overflow-x: scroll;
  }
  #area01 .cmn-table-module01::-webkit-scrollbar {
    height: 10px;
  }
  #area01 .cmn-table-module01::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  #area01 .cmn-table-module01::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
}


/*** ENGLISH PAGE ***/
/** DOCTOR PROFILE **/
/* pc-only */
@media screen and (min-width: 769px){
  #area03 .cmn-col02-box + .cmn-definition-module01 {
    margin-top: 60px;
  }
}
/* sp-only */
@media screen and (max-width: 768px){
  #area03 .cmn-col02-box + .cmn-definition-module01 {
    margin-top: 40px;
  }
}