@charset "UTF-8";

/********************************
/********************************
/********************************

l_common

********************************/
h2,
h3,
h4,
h5 {
  font-weight: normal;
  margin: 0;
  font-size: 100%;
}

.maru {
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.tac {
  text-align: center;
}

.mt6p {
  margin-top: 6%;
}

.pb0 {
  padding-bottom: 0;
}

/********** 見出し **********/
.heading {
  position: relative;
  margin-bottom: 3rem;
  text-align: center;
}

.heading:after {
  position: absolute;
  display: block;
  content: "";
  bottom: -.1rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8rem;
  height: 4px;
  background: #f4f4f4;
}

.bg_heading {
  text-align: center;
  width: 100%;
  color: #ffffff;
  border-radius: 2rem;
  background: #43883c;
  padding: .25rem 0;
  margin-bottom: 1rem;
}

.box_heading {
  text-align: center;
  margin: 1rem 0;
}

.bb_heading {
  font-weight: bold;
  border-bottom: 1px solid #f4f4f4;
  width: 100%;
  padding-bottom: 1rem;
  margin-bottom: 3rem;
}

.bl_heading {
  border-left: 6px solid #5eb75b;
  color: #5eb75b;
  padding: .25rem 0 .25rem 2rem;
  margin-bottom: 1.5rem;
  width: 100%;
}

.green {
  color: #5eb75b;
}

.gray {
  color: #808080;
}

.orange {
  color: #fcac05;
}

.r_side {
  padding-left: 2rem;
}

.btn_wrap {
  margin-top: 3rem;
  text-align: center;
}

.btn_wrap .btn {
  display: inline-block;
  padding: 1rem 3rem;
  background: #ffffff;
  border: 1px solid #333;
  text-align: center;
}

.btn_wrap .btn.rev,
.btn_wrap .btn.chev {
  position: relative;
}

.btn_wrap .btn.rev:before,
.btn_wrap .btn.chev:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  color: #5eb75b;
}

.btn_wrap .btn.rev:before {
  left: 50%;
  content: "\f053";
  padding-right: 1rem;
  left: 1rem;
}

.btn_wrap .btn.chev:before {
  content: "\f054";
  right: 1rem;
}

.timetable table {
  border-spacing: 0px;
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
}

.timetable table tr {
  border: 1px solid #808080;
}

.timetable table th {
  background: #5eb75b;
  color: #ffffff;
 /*  padding: .5rem; */
}

.timetable table td {
  border: 1px solid #808080;
  text-align: center;
  /* padding: 0.5rem; */
}

.timetable table td .o {
  color: #fcac05;
  font-size: 1.25rem;
}

.timetable table td .s {
  font-size: 1.25rem;
}

.timetable table td .br {
  display: block;
}

.timetable .p {
  text-align: right;
}

.toppage,
.underpage {
  overflow: hidden;
}

/********************************
/********************************

m_common

********************************/
@media only screen and (max-width: 1024px) {
  .r_side {
    padding-left: 1rem;
  }

  .pc_only {
    display: none;
  }
}

/********************************

s_common

********************************/
@media only screen and (max-width: 599px) {
  .r_side {
    padding-left: 0;
  }

  .timetable table tbody td .o {
    font-size: 1rem;
  }

  .timetable table tbody td .br {
    display: inline-block;
  }
}

/********************************
/********************************
/********************************

l_header_gnav

********************************/
header {
  border-bottom: 1px solid #808080;
}

header .h1_wrap {
  width: 100%;
  background-color: #5eb75b;
}

header .h1_wrap h1 {
  width: 1000px;
  margin: 0 auto;
  color: #FFF;
}

header .logo {
  width: 10%;
}

header .info {
  color: #808080;
  margin: 0.5rem .5rem 1rem;
}

header .info .clinic_name {
  line-height: 1.2;
}

header .info .s {
  color: #ffffff;
  padding: .25rem;
  background: #fcac05;
  margin-left: 0.25rem;
}

header .timetable {
  width: 45%;
  padding-right: .5rem;
  padding-top: 0.5rem;
  padding-left: 2rem;
}

.header_inner .rightarea{
  margin: 0 auto;
}


header .access_map_wrap {
  margin-left: auto;
  text-align: center;
/*   border-right: 1px solid #808080;
border-left: 1px solid #808080; */
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

header .access_map_wrap .box {
  -ms-flex-item-align: center;
  align-self: center;
  display: block;
  padding: 1rem 1rem 0.5rem;
  width: 100%;
}

header .access_map_wrap .t {
  padding-bottom: .5rem;
}

header .access_map_wrap .pic {
  width: 46px;
  margin: auto;
}


/* snsアイコン */
p.sns a {
    font-size: 30px;
}

p.insta{
  margin-left: 5px;
}

p.insta a {
    color: #fcac05;
}

p.facebook a {
    color: #5eb75b;
}

.accordion-body .snsboxarea{
  display: none;
}

@media only screen and (max-width: 1024px) {
  
  
  .accordion-body .snsboxarea{
  /* display: inline-block; */
  padding-left: 1rem;
}
}

.header_inner,
.ganv_inner {
  width: 93%;
  max-width: 1000px;
  margin: 0 auto;
}

.ganv_inner {
  padding: 1rem 0;
}

.global_n li {
  width: 12%;
  text-align: center;
}

.global_n li a {
  color: #808080;
  display: block;
  font-weight: bold;
  border-right: 1px solid #808080;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  font-size: 13px;
  text-align: center;
}

.global_n li:first-child a {
  border-left: 1px solid #808080;
}

.global_n li a:hover {
      -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.global_n li.parent {
  color: #808080;
  position: relative;
  font-weight: bold;
  border-right: 1px solid #808080;
  font-size: 13px;
  width: 16%;
}

.global_n li.parent ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: 2rem;
  left: 25%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 100%;
  -webkit-transition: all ease .40s;
  transition: all ease .40s;
  z-index: 99999;
}

.global_n li.parent ul li {
  width: 150%;
  position: relative;
}

.global_n li.parent ul li a {
  background: #fff;
  padding: .5rem 1rem;
  border-right: none;
  border-left: none !important;
  border-bottom: 1px solid #808080;
}

.global_n li.parent ul li:last-child a {
  border-bottom: none;
}

.global_n li.parent:hover {
  cursor: pointer;
}

.global_n li.parent:hover ul {
  opacity: 1;
  visibility: visible;
}

.global_n li.parent:hover ul a {
  opacity: 1;
}

.global_n li.parent:hover ul a:hover {
  background: #8ac25e;
  color: #ffffff;
}

#gnav .toggle {
  background: #fff;
}

#gnav .toggle .bar,
#gnav .toggle .bar:after,
#gnav .toggle .bar:before {
  background: #5eb75b;
}

#gnav.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  background: rgba(240, 240, 240, 0.9);
  width: 100%;
  border-bottom: 1px solid #808080;
}

#gnav .timetable {
  display: none;
  width: 70%;
  margin: auto;
}
#gnav .sp {
  display: none;
}
[data-element-id]#gnav .sp {
  display: block;
  width: 230px;
}
/********************************
/********************************

m_header_gnav

********************************/
@media only screen and (max-width: 1024px) {
  header .h1_wrap h1 {
    width: 100%;
    padding: 0 50px 0 .5rem;
    text-align: center;
  }

  header .header_info {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  header .info {
    text-align: center;
    margin: 1.5rem 0 1.5rem 1rem;
  }

  header .access_map_wrap,
  header .timetable {
    display: none;
  }

  #gnav .timetable {
    display: block;
  }
#gnav .sp {
  display: block;
}
#gnav .sp .t_side_bnr {
    max-width: 280px;
    margin: 30px auto;
}
  #gnav li.parent {
    color: #000000;
    padding: 10px 15px 0 15px;
  }

  #gnav li.parent ul {
    visibility: visible;
    opacity: 1;
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 15px 0 0 30px;
    border-top: 1px solid #ddd;
  }

  #gnav li.parent ul li a {
    background: inherit;
    color: #333;
  }

  #gnav li.parent ul li:last-child {
    border-bottom: none;
  }
}

/********************************

s_header_gnav

********************************/
@media only screen and (max-width: 599px) {
  
  header .h1_wrap h1 {
     text-align: left; 
  }
  
  header .logo {
    width: 20%;
    margin: 1rem;
  }

  header .info {
    margin: 0;
  }

  header .clinic_name {
    font-size: 20px;
  }

  #gnav .timetable {
    /*     width: 90%;
    overflow: auto;
    -webkit-overflow-scrolling: touch; */
    display: none;
  }
}

/********************************
/********************************
/********************************

l_footer

********************************/
footer .f_info {
  width: 40%;
}

footer .f_gmap {
  width: 57%;
  position: relative;
  padding-bottom: 45%;
  margin-left: 3%;
  height: 0;
  overflow: hidden;
}

footer .timetable {
  width: 100%;
}

footer .logo {
  width: 25%;
}

footer .info {
  width: 75%;
  color: #808080;
  margin-bottom: 1rem;
  padding-left: .5rem;
}

footer .info .clinic_name {
  line-height: 1.2;
}

footer .info .s {
  color: #ffffff;
  padding: .25rem;
  background: #fcac05;
  margin-left: 0.25rem;
}

footer .tel {
  font-weight: bold;
  margin: 0 auto .5rem;
}

footer .tel a {
  color: #5eb75b;
}

footer .tel a i {
  padding-right: .5rem;
}

footer .f_gmap iframe,
footer .f_gmap object,
footer .f_gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.footer_bottom {
  background: #5eb75b;
  position: relative;
  margin-top: 5rem;
}

.footer_bottom .totop_wrap {
  width: 100%;
  height: 4rem;
  overflow: hidden;
  position: absolute;
  top: -4rem;
}

.footer_bottom .totop {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 8rem;
  height: 8rem;
  border-radius: 50%;
  background: #feecb9;
  color: #fcac05;
}

.footer_bottom .totop a {
  position: absolute;
  top: 25%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  text-align: center;
  color: #fcac05;
  width: 100%;
  padding: 1rem;
}

.footer_bottom .totop a:hover {
  cursor: pointer;
}

.footer_bottom .text_area {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 25%;
}

.footer_bottom .text_area .address,
.footer_bottom .text_area .tel a {
  color: #ffffff;
}

.footer_bottom .text_area .address {
  text-align: center;
}

.footer_bottom .text_area .tel {
  padding-right: 1rem;
}

.footer_bottom .text_area .clinic_name {
  line-height: 1.2;
  margin: 0 auto 1.5rem;
  text-align: center;
  color: #feecb9;
}

.footer_bottom .footer_list {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 75%;
}

.footer_bottom .footer_list .box {
  padding-right: .5rem;
}

.footer_bottom .footer_list .box .h {
  color: #feecb9;
  width: 100%;
}

.footer_bottom .footer_list .box li a {
  color: #ffffff;
}

.footer_bottom .copyright {
  width: 1000px;
  margin: 0 auto;
  color: #ffffff;
  text-align: center;
}

.footer_bottom .contact_area {
  position: fixed;
  right: 0;
  top: 15%;
  z-index: 245;
}

.footer_bottom .contact_area .contact_btn_wrap {
  position: relative;
}

.footer_bottom .contact_area ul {
  position: absolute;
  right: -198px;
}

.footer_bottom .contact_area li {
  margin-bottom: 1rem;
  display: block;
  width: 270px;
  border-radius: 5px;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: all ease .40s;
  transition: all ease .40s;
  border: 2px solid #fff;
}

.footer_bottom .contact_area li i {
  display: inline-block;
  font-size: 3rem;
  padding: .75rem;
}

.footer_bottom .contact_area li i:hover {
  cursor: pointer;
  opacity: 0.6;
}

.footer_bottom .contact_area li.fix_form {
  background: #feecb9;
}

.footer_bottom .contact_area li.fix_form a{
  position: relative;
  top: -7px;
}

.footer_bottom .contact_area li.fix_form i,
.footer_bottom .contact_area li.fix_form a {
  color: #fcac05;
}

.footer_bottom .contact_area li.fix_tel a{
  position: relative;
  top: -7px;
}



.footer_bottom .contact_area li.fix_tel {
  background: #5eb75b;
}

.footer_bottom .contact_area li.fix_tel i,
.footer_bottom .contact_area li.fix_tel a {
  color: #ffffff;
}

.footer_bottom .contact_area li.action {
  -webkit-transform: translateX(-75%);
  transform: translateX(-75%);
}

/********************************
/********************************

m_footer

********************************/
@media only screen and (max-width: 1024px) {
  footer .f_info {
    width: 100%;
    margin-bottom: 3%;
  }

  footer .f_info .flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  footer .info {
    text-align: center;
    width: 45%;
  }

  footer .info .s {
    display: inline-block;
  }

  footer .tel {
    width: 100%;
    text-align: center;
  }

  footer .timetable {
    width: 80%;
  }

  footer .f_gmap {
    width: 80%;
    margin: auto;
  }

  footer .f_gmap.r_side {
    padding-left: 0;
  }

  .footer_bottom .contact_area {
    top: auto;
    bottom: 23%;
  }

  .footer_bottom .text_area {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 3%;
  }

  .footer_bottom .footer_list {
    width: 100%;
  }

  .footer_bottom .footer_list .box {
    width: 40%;
    margin: 0 0 6%;
  }

  .footer_bottom .copyright {
    width: 95%;
    margin: auto;
  }
}

/********************************

s_footer

********************************/
@media only screen and (max-width: 599px) {
  footer .logo {
    width: 40%;
    margin-bottom: 6%;
  }

  footer .info {
    width: 100%;
    padding: 0;
  }

  footer .f_gmap {
    width: 100%;
  }

  footer .footer_bottom .footer_list .box {
    width: 90%;
  }

  footer .timetable {
    width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }

  .footer_bottom .contact_area ul {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    right: 0;
  }

  .footer_bottom .contact_area li {
    width: 50%;
    border: none;
    border-top: 1px solid #fff;
    border-radius: 0;
    margin-bottom: 0;
    text-align: center;
  }

  .footer_bottom .contact_area li.action {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .footer_bottom .contact_area li a {
    display: block;
    width: 100%;
    padding: .5rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 14px;
  }

  .footer_bottom .contact_area li a:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    font-size: 1.5rem;
    margin: 0 auto 0.5rem;
  }

  .footer_bottom .contact_area li i {
    margin: 0 auto .5rem;
    padding-right: 0;
    display: none;
  }

  .footer_bottom .contact_area .fix_form a:before {
    content: "\f0e0";
  }

  .footer_bottom .contact_area .fix_tel a:before {
    content: "\f098";
  }

  .footer_bottom .contact_area .contact_btn_wrap {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
  }
  
  .footer_bottom .contact_area li.fix_form a{
  top: 0;
}

.footer_bottom .contact_area li.fix_tel a{
  top: 0;
}
  
  .footer_bottom .copyright {
    padding-top: 1rem;
    padding-bottom: 6rem;
  }
  
  footer .for_pc-tab {
    display: none;
  }
 
}

/********************************
/********************************
/********************************

l_index

********************************/
.main_slider {
  width: 100%;
}

.main_slider ul {
  /* width: 1000px; */
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

.slider_wrap {
  position: relative;
 /*  width: 1000px;*/
 width: 100%;
 max-width: 1200px;
  margin: auto;
}

.slider_wrap .circle_ul {
  position: absolute;
  bottom: 2rem;
  right: 2rem;
  width: 350px;
}

.slider_wrap .circle_ul li {
  background: #8dc21e;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 1px solid #fff;
  position: relative;
  margin-right: 1rem;
}

.slider_wrap .circle_ul li .s {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #ffffff;
  width: 90%;
  text-align: center;
  line-height: 1.1;
  display: block;
}

.slider_wrap .circle_ul li .icon {
  width: 2rem;
  margin: 0 auto .5rem;
}

.t_topics a:hover {
        -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}

.t_nayami {
  text-align: center;
  font-weight: bold;
  background: #ffecb9;
}

.t_nayami .longb_heading {
  margin-bottom: 2rem;
  border-bottom: 3px solid #f4f4f4;
  padding-bottom: .1rem;
  font-family: "ヒラギノ丸ゴ Pro W4", "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HG丸ゴシックM-PRO", "HGMaruGothicMPRO";
}

.t_nayami .s {
  color: #f75540;
  font-size: 1.25em;
}

.t_nayami .list .circle_thumb {
  margin-bottom: 1.5rem;
}

.t_nayami .list .h {
  text-align: center;
  margin-bottom: 1rem;
}

.t_nayami .list .text {
  margin-bottom: 1.5rem;
}

.t_nayami .list a {
  display: block;
}

.t_nayami .green_btn {
  display: block;
  width: 80%;
  margin: 0 auto;
  color: #fff;
  background: #5eb75b;
  padding: 1rem;
  text-align: center;
  position: relative;
  border-radius: 2rem;
}

.t_nayami .green_btn i {
  margin-right: 1rem;
  margin-left: auto;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.t_news {
  background: #5eb75b;
}

.t_news dl {
  border-bottom: 2px dashed #fff;
  padding-bottom: .5rem;
  margin-bottom: 1rem;
}

.t_news dl dt {
  width: 100%;
  margin-bottom: 0.5rem;
}

.t_news dl dt .date {
  margin-right: 1rem;
  width: 10%;
}

.t_news dl dt .split-tag {
  width: 87%;
}

.t_news dl dt .s {
  background: #ffffff;
  padding: .25rem 1rem;
  display: inline-block;
  margin: 0 .25rem .25rem 0;
}

.t_news dl dd {
  width: 100%;
}

.t_news dl dd .title {
  width: 100%;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.t_blog .blog_list li:nth-child(4) {
  display: none;
}

.t_blog .blog_list .thumb {
  margin-bottom: .5rem;
}

.t_blog .blog_list .date,
.t_blog .blog_list .title {
  text-align: center;
  margin-bottom: .5rem;
}

.t_clinic {
  background: #f4f4f4;
}

.t_clinic .heading:after {
  background: #ffffff;
}

.t_clinic .h {
  margin-bottom: 2rem;
}

.t_clinic .text {
  line-height: 2;
  margin-bottom: 2rem;
}

.t_clinic .btn_wrap {
  margin-top: 0;
}

.t_main {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 75%;
}

.t_main .t_improvement {
  padding-bottom: 50px;
}

.t_main .t_main_list .pic {
  margin-bottom: 1rem;
}

.t_main .t_main_list .text_area {
  text-align: center;
}

.t_main .t_main_list .text_area .p {
  margin-bottom: 0.5rem;
}

.t_main .t_main_list .text_area a {
  display: block;
}

.t_side {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  width: 23%;
  margin-right: 2%;
}

.t_side .h {
  text-align: center;
  color: #43883c;
  font-weight: bold;
  margin-bottom: 1rem;
}

.top_side_nav ul {
  margin-bottom: 1.5rem;
}

.top_side_nav ul li {
  position: relative;
  border-top: 1px solid #808080;
}

.top_side_nav ul li:before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #5eb75b;
  top: .5rem;
  left: 1rem;
}

.top_side_nav ul a {
  padding: .5rem .5rem .5rem 2.5rem;
  display: block;
}

.t_bnr {
  background: #f4f4f4;
}

.t_bnr .banner {
  position: relative;
  border: 1px solid #808080;
}

.t_bnr .banner .h {
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background: rgba(255, 255, 255, 0.6);
  text-align: center;
  padding: .25rem 1.5rem;
  width: 100%;
  -webkit-transform: translate(0, 0%);
  transform: translate(0, 0%);
}

.t_bnr .banner:after {
  display: block;
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 1rem 1rem;
  border-color: transparent transparent #5eb75b transparent;
  z-index: 3;
}

.t_bnr .banner a {
  display: block;
}

.t_bnr .banner.b_recruit .ab_text {
  position: absolute;
  top: 1rem;
  left: 1rem;
  line-height: 2;
}

.t_bnr .banner.b_recruit .ab_text .o {
  color: #fcac05;
}

.circle_thumb {
  margin: 0 auto;
  border-radius: 50%;
  width: 18rem;
  height: 18rem;
  overflow: hidden;
}

/********************************
/********************************

m_index

********************************/

.t_side_bnr {
    margin-bottom: 1.5rem;
}
.t_side_bnr.ver2 {
    margin-bottom: 1.5rem;
    background: #5eb75b;
}

.t_side_bnr.ver2 dl dt.txt {
    padding-bottom: 15px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
}

.t_side_bnr.ver2 dl dd.img {
    margin-bottom: 15px;
    text-align: center;
    border: 1px solid #808080;
}
.t_side_bnr.ver2 dl dd.img .tt {
    text-align: center;
    padding:0 5px 5px 5px;
    display: block;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
  .slider_wrap {
    width: 100%;
  }

  .slider_wrap ul {
    width: 100%;
    max-width: none;
  }

  .circle_thumb {
    width: 14rem;
    height: 14rem;
  }

  .t_news dl dt .date {
    width: 100%;
    margin: 0 0 1rem 0;
  }

  .t_news dl dt .split-tag {
    width: 100%;
  }

  .t_blog .blog_list li:nth-child(4) {
    display: block;
  }

  .t_main {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 6%;
  }

  .t_main .btn_wrap {
    margin-top: 0;
  }

  .t_side {
    width: 100%;
  }
  
  .t_side_bnr .pic {
    width: 50%;
    margin: 1rem auto;
  }
  
}

/********************************

s_index

********************************/
@media only screen and (max-width: 599px) {
  .slider_wrap .flex .pic {
    width: 100%;
  }

  .slider_wrap .circle_ul {
    position: relative;
    bottom: 0;
    right: 0;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 1rem auto;
    padding-top: 1rem;
  }

  .slider_wrap .circle_ul li {
    width: 90px;
    height: 90px;
  }

  .slider_wrap .circle_ul li:last-child {
    margin-right: 0;
  }

  .slider_wrap .circle_ul li .icon {
    width: 1.5rem;
  }

  .t_clinic .text {
    line-height: 1.6;
  }

  .t_clinic .d_name {
    width: 100%;
    text-align: center;
    margin-bottom: 3%;
  }

  .t_clinic .btn_wrap {
    width: 100%;
    margin-top: 3rem;
  }
  
  .t_bnr .banner .pic {
    width: 100%;
  }
  
}

/********************************
/********************************
/********************************

l_underpage

********************************/
.breadclumb {
  width: 92%;
  max-width: 1000px;
  margin: auto;
  padding: 1rem 0;
}

.breadclumb a {
  text-decoration: underline;
}

.up_mainimage {
  position: relative;
  max-width: 1400px;
  margin: auto;
}

.up_mainimage .up_heading {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  min-width: 40%;
  min-height: 40%;
  padding: 2rem;
  color: #5eb75b;
  background: rgba(255, 255, 255, 0.8);
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.up_mainimage .up_heading .s {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: center;
  width: 100%;
}

.explain .box .logo {
  width: 15%;
  margin-bottom: 1rem;
}

.explain .box .clinic_name {
  line-height: 1.2;
  width: 80%;
  margin-left: 5%;
  margin-bottom: 1rem;
}

.explain .box dl {
  margin-bottom: 1rem;
}

.explain .box dt {
  width: 30%;
  font-weight: bold;
}

.explain .box dd {
  width: 70%;
}

.explain .box .gmap {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}

.explain .box .gmap iframe,
.explain .box .gmap object,
.explain .box .gmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.explain .box .notice_wrap {
  margin-top: 6%;
}

.explain .box .explain_list li {
  border: 1px solid #5eb75b;
  border-radius: 10px;
  overflow: hidden;
  background: #ffffff;
}

.explain .box .explain_list .head_wrap {
  background: #5eb75b;
}

.explain .box .explain_list .h {
  text-align: center;
  color: #ffffff;
  padding: 1rem;
  vertical-align: middle;
  display: inline-block;
  width: 100%;
}

.explain .box .explain_list .text {
  padding: 1rem;
}

.explain .box .explain_list .text .pic {
  margin-bottom: 1rem;
}

.explain .item .text_area {
  width: 55%;
  line-height: 1.8;
}

.explain .item .pic {
  width: 40%;
  margin-left: 5%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.explain .notice_wrap {
  text-align: center;
  margin-bottom: 6%;
}

.explain .notice_wrap .bg_heading {
  display: inline-block;
  padding: 0.5rem 3rem;
  width: auto;
  margin: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

.explain .notice_wrap .notice_list {
  border: 1px solid #5eb75b;
  border-radius: 10px;
  padding: 3.5rem 2rem 1rem;
  width: 80%;
  margin: auto;
  background: #fff;
}

.explain .notice_wrap .notice_list li {
  position: relative;
  padding: 0 1rem 1rem 2.5rem;
  width: 50%;
  font-size: 16px;
}

.explain .notice_wrap .notice_list li:before {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  content: "\f14a";
  font-weight: 900;
  color: #8dc21e;
  left: 0;
  font-size: 1.5em;
}

.explain .notice_wrap .notice_list li:nth-child(even) {
  padding-right: 0;
}

.explain .reverse .box:nth-of-type(even) .item .pic {
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin: 0 5% 0 0;
}

.r-yellow {
  background: #feecb9;
}

.r-gray {
  background: #f4f4f4;
}

.r-gray .heading:after {
  background: #ffffff;
}

.voice_list li {
  padding: 2rem;
  background: #feecb9;
  border-radius: 10px;
  margin-bottom: 3rem;
}

.voice_list li .pic {
  width: 45%;
  margin-right: 5%;
}

.voice_list li .text_area {
  width: 50%;
}

.voice_list li .text_area .text,
.voice_list li .text_area .title {
  margin-bottom: 1rem;
}

.voice_list li .text_area .title {
  border-bottom: 2px solid #fff;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.voice_list li .text_area dt {
  width: 25%;
}

.voice_list li .text_area dd {
  width: 75%;
}

/********************************
/********************************

m_underpage

********************************/
@media only screen and (max-width: 1024px) {
  .breadclumb {
    width: 93%;
    max-width: 768px;
  }

  .up_mainimage .up_heading {
    min-width: 60%;
    padding: 1rem;
  }

  .explain .notice_wrap .notice_list {
    width: 100%;
    padding: 3.5rem 1rem 1rem;
  }

  .voice_list li {
    padding: 1rem;
  }

  .voice_list li .text_area dt,
  .voice_list li .text_area dd {
    width: 100%;
  }
}

/********************************

s_underpage

********************************/
@media only screen and (max-width: 599px) {
  .breadclumb {
    width: 94%;
    max-width: 450px;
  }

  .up_mainimage .pic {
    width: 100%;
  }

  .up_mainimage .up_heading {
    min-width: 80%;
    padding: .5rem;
    font-size: 26px;
    line-height: 1.2;
  }

  .explain .notice_wrap .notice_list {
    padding-top: 2.5rem;
  }

  .explain .notice_wrap .notice_list li,
  .explain .notice_wrap .notice_list li:nth-child(even) {
    width: 100%;
    padding-right: 0;
    padding-left: 2rem;
    padding: 0 0 .5rem 2rem;
  }

  .explain .reverse .box:nth-of-type(even) .item .pic {
    margin: 0 auto 1rem;
  }

  .voice_list li .pic {
    width: 80%;
    margin: 0 auto 1rem;
  }

  .voice_list li .text_area {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_about

********************************/
.about .item {
  margin-bottom: 6%;
}

.explain.about .item .text_area {
  background: #f4f4f4;
  padding: 2rem;
}

/********************************

s_about

********************************/
@media only screen and (max-width: 599px) {
  .about .box dt {
    width: 100%;
    margin-bottom: .5rem;
  }

  .about .box dd {
    width: 100%;
  }

  .about .item {
    margin-bottom: 10%;
  }

  .about .item .pic {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    width: 80%;
    margin: 0 auto 6%;
  }

  .about .item .text_area {
    width: 100%;
    padding: 1rem;
  }
}

/********************************
/********************************
/********************************

l_menu

********************************/
.menu .item {
  margin-bottom: 6%;
}

.menu_table {
  width: 80%;
  margin: auto;
}

.menu_table table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 18px;
  margin-bottom: 3rem;
}

.menu_table table th,
.menu_table table td {
  width: 25%;
  vertical-align: middle;
  padding: 1.5rem 0;
  text-align: center;
}

.menu_table table th {
  background: #5eb75b;
  color: #ffffff;
}

.menu_table table th.blanc {
  background: #ffffff;
}

.menu_table table thead tr th {
  border-right: 1px solid #fff;
}

.menu_table table thead tr th:last-child {
  border-right: 1px solid #808080;
}

.menu_table table tbody tr th {
  border-bottom: 1px solid #fff;
}

.menu_table table tbody tr:last-child th {
  border-bottom: 1px solid #808080;
}

.menu_table table tbody td {
  border-bottom: 1px solid #808080;
  border-right: 1px solid #808080;
}

.menu_table.single table th {
  border: 1px solid #5eb75b !important;
}

.menu_table.single table td {
  border: 1px solid #808080 !important;
}

.menu_table.double table tbody td {
  border-top: 1px solid #808080;
}

/********************************

s_menu

********************************/
@media only screen and (max-width: 599px) {
  .explain .item .text_area {
    width: 100%;
  }

  .explain .item .pic {
    width: 80%;
    margin: 0 auto 1rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .menu_table {
    width: 100%;
  }

  .menu_table table {
    font-size: 14px;
  }

  .menu_table table th,
  .menu_table table td {
    padding: .5rem;
  }
}

/********************************
/********************************
/********************************

l_news,
l_blog

********************************/
.article .main {
  width: 75%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.article .side {
  width: 25%;
  padding-right: 2rem;
}

.article .side .cat_list {
  margin-bottom: 3rem;
}

.article .side .cat_list ul li {
  position: relative;
}

.article .side .cat_list ul li:before {
  position: absolute;
  display: block;
  font-family: "Font Awesome 5 Free";
  content: "\f054";
  font-weight: 900;
  color: #5eb75b;
  top: .5rem;
  left: .5rem;
}

.article .side .cat_list ul li a {
  padding: .5rem .5rem .5rem 1.5rem;
  display: block;
}

.article .side .cat_list ul.archive li {
  width: 50%;
}

.article .article_list li {
  margin-bottom: 3%;
}

.article .article_list .pic {
  width: 30%;
}

.article .article_list .text_area {
  width: 70%;
  padding-left: 2rem;
}

.article .article_list .text_area .date,
.article .article_list .text_area .cat {
  margin-bottom: 1rem;
}

.article .article_list .text_area .title a {
  display: block;
  width: 100%;
}

.list-pager {
  width: 60%;
  margin: 6% auto;
}

.list-pager li {
  display: block;
  width: 1.5em;
  height: 1.5em;
  font-size: 20px;
}

.list-pager li span,
.list-pager li a {
  display: block;
  width: 100%;
  text-align: center;
}

.list-pager li a {
  color: #333;
}

.list-pager li span {
  color: #ffffff;
}

.list-pager li.prev {
  padding-right: 1.5rem;
}

.list-pager li.next {
  padding-left: 1rem;
}

.list-pager li.current {
  color: #fff;
  background: #5eb75b;
}

.detail_wrap .date,
.detail_wrap .cat,
.detail_wrap .title {
  text-align: center;
  margin-bottom: 2rem;
}

.detail_wrap .text {
  margin-bottom: 2rem;
}

.detail_wrap .btn_wrap {
  margin-bottom: 10%;
}

.recommend .pic,
.recommend .date,
.recommend .cat,
.recommend .title {
  margin-bottom: .5rem;
}

.recommend .title {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.article .main a:hover,
.article .side a:hover,
.recommend a:hover{
      -webkit-transition: 0.3s all ease;
    transition: 0.3s all ease;
}


/********************************
/********************************

m_news,
m_blog

********************************/
@media only screen and (max-width: 1024px) {
  .article .main {
    width: 100%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .article .main .btn_wrap {
    margin-bottom: 6%;
  }

  .article .article_list .text_area {
    padding-left: 1rem;
  }

  .article .side {
    width: 100%;
    padding-right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .article .side .cat_list {
    width: 45%;
  }
}

/********************************

s_news,
s_blog

********************************/
@media only screen and (max-width: 599px) {
  .article .article_list li {
    margin-bottom: 10%;
  }

  .article .article_list .pic {
    width: 80%;
    margin: 0 auto 1rem;
  }

  .article .article_list .text_area {
    width: 100%;
    margin: 0;
  }

  .article .article_list .text_area .date,
  .article .article_list .text_area .cat {
    margin-bottom: 0.5rem;
  }

  .article .side .cat_list {
    width: 100%;
  }

  .list-pager {
    width: 80%;
    margin: 10% auto;
  }
  
}

/********************************
/********************************
/********************************

l_accident

********************************/
.accident .count_list {
  counter-reset: number;
  list-style: none;
}

.accident .count_list li {
  position: relative;
  margin-bottom: 6rem;
  padding-left: 4rem;
}

.accident .count_list li .pic {
  width: 35%;
  margin-left: 5%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.accident .count_list li .text_area {
  width: 60%;
}

.accident .count_list li .text_area .h {
  margin-bottom: 1rem;
  font-weight: bold;
}

.accident .count_list li:before {
  counter-increment: number;
  content: counter(number);
  width: 3rem;
  height: 3rem;
  font-size: 1.5rem;
  border: 1px solid #43883c;
  border-radius: 50%;
  background-color: #fff;
  color: #43883c;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
}

.accident .count_list li:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 85%;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #808080;
}

/********************************

s_accident

********************************/
@media only screen and (max-width: 599px) {
  .accident .count_list li {
    padding-left: 0;
    margin-bottom: 4rem;
  }

  .accident .count_list li .pic {
    width: 80%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    margin: 4rem auto 1rem;
  }

  .accident .count_list li .text_area {
    width: 100%;
  }

  .accident .count_list li .text_area .h {
    text-align: center;
  }

  .accident .count_list li:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .accident .count_list li:after {
    bottom: -2rem;
  }
}

/********************************
/********************************
/********************************

l_recruit

********************************/
.recruit .lead {
  text-align: center;
  margin-bottom: 1rem;
}

.recruit .greeting .text {
  line-height: 2;
  text-align: center;
  width: 80%;
  margin: auto;
}

.recruit .greeting .text .d_name {
  text-align: right;
  margin-top: 3rem;
}

.recruit .postheading {
  border-bottom: 1px solid #5eb75b;
  padding: 1rem;
  margin: 2rem;
}

.recruit .bighead_dl {
  margin-bottom: 3rem;
}

.recruit .bighead_dl dt {
  position: relative;
  background: #5eb75b;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 10px;
  width: 15%;
  height: 6rem;
}

.recruit .bighead_dl dt:after {
  position: absolute;
  display: block;
  content: "";
  background: #ffffff;
  height: 2px;
  width: 70%;
  position: absolute;
  bottom: 1.5rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.recruit .bighead_dl dd {
  width: 80%;
  padding-left: 5%;
}

.recruit .bighead_dl dd .h {
  margin-bottom: 1rem;
}

.recruit .rec_topic {
  border: 1px solid #333;
  padding: 1rem;
  background: #ffffff;
}

.recruit .rec_topic .pic {
  width: 30%;
  margin-right: 5%;
}

.recruit .rec_topic .text_area {
  width: 65%;
}

.recruit .rec_topic .h {
  border-bottom: 1px solid #808080;
  padding-bottom: 1rem;
  margin-bottom: 2rem;
}

.recruit .box.table_area .dl_wrap {
  border: 1px solid #333;
}

.recruit .box.table_area dl {
  border-bottom: 1px solid #808080;
  margin-bottom: 0;
}

.recruit .box.table_area dl:last-child {
  border-bottom: none;
}

.recruit .box.table_area dt {
  background: #f4f4f4;
  width: 20%;
  padding: 1.5rem;
  text-align: center;
}

.recruit .box.table_area dd {
  width: 80%;
  padding: 1.5rem;
  background: #fff;
}

/********************************
/********************************

m_recruit

********************************/
@media only screen and (max-width: 1024px) {
  .recruit .bighead_dl dt {
    width: 50%;
    margin: 0 auto 1rem;
    height: 4.5rem;
  }

  .recruit .bighead_dl dt:after {
    width: 50%;
    bottom: 0.75rem;
  }

  .recruit .bighead_dl dd {
    width: 80%;
    margin: auto;
    padding: 0;
  }

  .recruit .box.table_area dt {
    width: 100%;
    padding: .5rem;
  }

  .recruit .box.table_area dd {
    width: 100%;
    padding: .5rem;
  }
}

/********************************

s_recruit

********************************/
@media only screen and (max-width: 599px) {
  .recruit .greeting .text {
    width: 100%;
    line-height: 1.6;
    text-align: left;
  }

  .recruit .rec_topic .pic {
    width: 80%;
    margin: 0 auto 1rem;
  }

  .recruit .rec_topic .text_area {
    width: 100%;
  }

  .recruit .bighead_dl dt {
    width: 75%;
  }

  .recruit .bighead_dl dd {
    width: 100%;
  }
}

/********************************
/********************************
/********************************

l_improvement

********************************/
.improvement_list li {
  position: relative;
  margin-bottom: 6rem;
}

.improvement_list li .pic {
  width: 35%;
  margin-left: 5%;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.improvement_list li .text_area {
  width: 60%;
}

.improvement_list li .text_area .h {
  margin-bottom: 1rem;
  font-weight: bold;
}

.improvement_list li:after {
  position: absolute;
  display: block;
  content: "";
  height: 1px;
  width: 85%;
  bottom: -3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background: #808080;
}

/********************************

s_improvement

********************************/
@media only screen and (max-width: 599px) {
  .improvement_list li .pic {
    width: 80%;
    margin: 0 auto 1rem;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .improvement_list li .text_area {
    width: 100%;
  }

  .improvement_list li:after {
    bottom: -2rem;
  }
}

/********************************
/********************************
/********************************

l_voice

********************************/
.voice .voice_dl {
  margin-bottom: 1.5rem;
}

.voice .voice_list li .text_area dt {
  width: 100%;
}

.voice .voice_list li .text_area .text {
  font-weight: normal;
}

.voice .list-pager,
.improvement .list-pager {
  width: 50%;
}

/********************************

s_voice

********************************/
@media only screen and (max-width: 599px) {

  .voice .list-pager,
  .improvement .list-pager {
    width: 80%;
  }
}

/********************************
/********************************
/********************************

l_contact

********************************/
.contact .lead {
  text-align: center;
  margin-bottom: 3rem;
}

.contact .lead.complete {
  text-align: left;
  width: 70%;
  margin: auto;
}

.contact .btn_wrap li {
  width: 25%;
  text-align: center;
}

.contact .btn_wrap li .btn {
  width: 100%;
  background: #5eb75b;
  color: #ffffff;
  border-radius: 5px;
  border: none;
}

.contact .btn_wrap li .btn:before {
  color: #ffffff;
}

.contact .btn_wrap li .btn:hover {
  cursor: pointer;
  opacity: .6;
}

.contact_form dl {
  width: 100%;
  margin-bottom: 3rem;
}

.contact_form dt {
  width: 25%;
  text-align: right;
}

.contact_form dt .label {
  display: inline-block;
  font-size: 16px;
}

.contact_form dd {
  width: 70%;
  margin-left: 5%;
}

.contact_form dd .inputtext {
  border: 1px solid #808080;
  padding: .5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 5px;
  font-size: 1.25rem;
}

.contact_form dd label {
  margin-right: 1rem;
}

.contact_form.confirm dd div {
  font-size: 18px;
}

/********************************
/********************************

m_contact

********************************/
@media only screen and (max-width: 1024px) {
  .contact_form dt .label {
    padding-left: 0.5em;
  }

  .contact_form.confirm dt .label {
    padding-left: 0;
  }


  .contact_form dt {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0 0 .5em 0;
  }

  .contact_form dd {
    width: 100%;
    margin-left: 0;
  }

  .contact .btn_wrap li {
    width: 45%;
  }
}

/********************************

s_contact

********************************/
@media only screen and (max-width: 599px) {
  .contact_form dt {
    width: 100%;
  }

  .contact .btn_wrap li {
    width: 90%;
    margin-bottom: 2rem;
  }

  .contact_form.confirm dd div {
    font-size: 16px;
  }

  .contact_form .w30 {
    width: 30%;
  }

}


/********** A-BiSU管理画面用 **********/
[data-element-id].global_n li.parent ul {
  visibility: visible;
  opacity: 1;
  position: relative;
}

[data-element-id]#gnav.fixed {
  position: static;
}

[data-element-id].footer_bottom .contact_area ul {
  right: 0;
  top: 200px;
}

[data-element-id].footer_bottom .contact_area li.action {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

[data-element-id].t_bnr .banner.b_recruit .ab_text {
  position: relative;
  top: 0;
  left: 0;
}

[data-element-id].t_bnr .banner .h {
  position: relative;
}

[data-element-id].slider_wrap .circle_ul {
  position: relative;
  bottom: 0;
  right: 0;
  margin: 3rem auto;
}

[data-element-id].slider_wrap .circle_ul li .s {
  position: relative;
  top: 0;
  left: 0;
  transform: translate(0, 0);
  color: #000000;
}

[data-element-id].mainimg .uk-slidenav-position {
  overflow: hidden;
}


[data-element-id]#gnav .timetable {
  display: block;
  width: 70%;
  margin: auto;
  padding-top: 3rem;
}

[data-element-id]#gnav .timetable:after {
  content: "↑スマートフォンメニュー内の受付時間表です。";
  color: red;
  display: block;
}

/********** トップスライダー **********/

.uk-slidenav-position .uk-slidenav {
  display: block;
}

.uk-slidenav-previous:before {
  font-family: "Font Awesome 5 Free";
  content: "\f137";
  font-weight: 900;
  color: #5eb75b;
  font-size: 30px;
}

.uk-slidenav-next:before {
  font-family: "Font Awesome 5 Free";
  content: "\f138";
  font-weight: 900;
  color: #5eb75b;
  font-size: 30px;
}

.mainimg .uk-slidenav-position {
  overflow: visible;
}

.uk-slidenav-position .uk-slidenav-next {
  right: -80px;
}

.uk-slidenav-position .uk-slidenav-previous {
  left: -80px;
}

/********************************
/********************************

m_slider

********************************/
@media only screen and (max-width: 1024px) {

  .uk-slidenav-position .uk-slidenav-next {
    right: 3%;
  }

  .uk-slidenav-position .uk-slidenav-previous {
    left: 3%;
  }

  /* .uk-slidenav-position .uk-slidenav-next:before,
  .uk-slidenav-position .uk-slidenav-previous:before {
    font-size: 3rem;
  } */
}

/********************************

s_slider

********************************/
@media only screen and (max-width: 599px) {

  .uk-slidenav-position .uk-slidenav-next:before,
  .uk-slidenav-position .uk-slidenav-previous:before {
    font-size: 2rem;
  }

  .uk-slidenav-position .uk-slidenav-previous,
  .uk-slidenav-position .uk-slidenav-next {
    top: 70%;
  }

  .mainimg .uk-slidenav-position {
    overflow: hidden;
  }

}

/*_blankのリンク飛び制御*/
[data-element-id] a[target="_blank"] {
  pointer-events: none;
}
