@charset "UTF-8";

.more a,
.more span {
  display: inline-block;
  letter-spacing: normal;
  color: #ff7301;
  border: 1px solid #ff7301;
  padding: 0.9em 1.6em;
  margin-bottom: 1px;
  text-decoration: none;
  font-size: 14px;
  font-size: 1.4rem;
}

.more a:after,
.more span:after {
  border-color: #ff7301;
}

.more a:hover,
.more span:hover {
  color: #ff9c4c;
  border-color: #ff9c4c;
}

.more a:hover:after,
.more span:hover:after {
  border-color: #ff9c4c;
}


#reservation_area2 ul li a::after {
  text-align: center;
  color: #7ecdf4;
  box-sizing: border-box;
  border-radius: 3px;
  background: #fff;
  content: "";
  display: block;
  padding: 0 5px;
  font-size: 15px;
  font-size: 1.5rem;
  width: 100px;
  margin: 0 auto;
}

/*ヘッダーMENU*/
header.hdr_2 .row > .global_nav .menu_icon a {
  width: 40px;
  height: 40px;
}
header.hdr_2 .row > .global_nav .menu_icon a span{
  top: 30%;
}
header.hdr_2 .row > .global_nav .menu_icon a:after{
  bottom: 40%;
}
.menu_icon p{
  color: #fff;
position: absolute;
bottom: -3px;
}
.menu_icon .close p{
  display: none;
}


/* カレンダーの左右矢印消去 */
/*
.dashicons-arrow-right-alt2:before,
.dashicons-arrow-left-alt2:before {
	display: none;
}
*/

/* 20191106 add */
h3 {
    margin: 0 0 1em;
    margin-bottom: 1em;
    color: #333;
    font-weight: normal;
    font-size: 22px;
    font-size: 2.8rem;
    position: relative;
    padding-right: 0.5em;
    padding-bottom: 0.4em;
    padding-left: 0.5em;
    background: #e7f9ff;
    border-left: solid 5px #7db4e6;
    border-bottom: solid 3px #d7d7d7;
}
h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background:
    #8adcf7;
}

h4 {
    margin: 0 0 0.5em;
    margin-left: 0.5em;
    padding-left: 1em;
    font-size: 16px;
    font-size: 1.9rem;
    position: relative;
    color: #8adcf7;
    background: linear-gradient( transparent 70%, #f1ffa7 70%);
    display: inline;
}
h4::after {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    left: 0;
    display: block;
    width: 6px;
    height: 2px;
    margin: auto;
    background:
    #8adcf7;
}
@media (max-width: 768px){
  .xo-month-wrap:nth-of-type(2) {
    display: none;
  }
}


/* 20191202修正 */
@media (max-width: 768px){
  .clinic_04 .scroll-table .table-schedule th,.clinic_04 .scroll-table .table-schedule td {
    padding: 0.2em 0.1em;
  }
}

@media (max-width: 768px){
  .clinic_04 h2,.calendar h2 {
    margin: 0 auto 1em;
  }
}

@media (max-width: 768px){
  .xo-event-calendar table.xo-month .month-dayname-space { 
	  position: relative;
	  top: 0;
	  height: 1em;
	}
}

@media (max-width: 768px){
  #_sample_header_01 {
    z-index: 20003;
  }
}

@media (max-width: 768px){
  .noticeBox {
    padding: 50px 7% 20px;
  }
}