@charset "utf-8";


@media (max-width: 480px) {
  #reservation_area2 ul li.mobile_tel_btn a::after {
    content: "075-463-6255";
  }
}



/* add style */

#WATING_TURN_CONTENT {
	margin: 40px 0;
	padding: 15px;
	background-color: #FFF;
}

#WATING_TURN_CONTENT > div {
	margin: 0 auto;
	width: 100%;
	max-width: 1000px;
}


/* mainVisual */

#scrollVisual {
	width: 100%;
	height: 500px;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
@media (max-width: 768px) {
	#scrollVisual {
		height: 400px;
	}
}
@media (max-width: 767px) {
	#scrollVisual {
		height: 250px;
	}
}

#scrollVisual .scrollImage {
	background-size: auto 100%;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: 0px 0px;
}

.mv__head {
	margin-bottom: 45px;
}


/* --- top news ---- */

.top-notice__item.top-notice__item_fullview {
	flex-wrap: wrap;
}
.top-notice__item.top-notice__item_fullview .top-notice__lead,
.top-notice__item.top-notice__item_fullview .mod_top-notice__content{
	width: 100%;
}

.top-notice__item time {
	margin-right: 1em;
}

.itv_sub .row h3 {
	background-color: #ffdbcd;
}

.itv_sub{
	margin-top:2em;
}

.clinic_04 .ttl_A{
	margin-top: 1em;
}

.clinic_05 .ttl_A{
	margin-top: 1em;
}

.top-notice__item.top-notice__item_fullview .mod_top-notice__content {
    display: none;
}

/*20191218*/
#reservation_area2 ul li.web_reserve_btn a {
    pointer-events: auto;
}
.table-default th{
  border-bottom: #fff 1px solid;
}
.table-default tr:last-child th {
    border-bottom: 1px solid #ffa6af;
}
.table-default .time-head{
  border-bottom: 1px solid #ffa6af;
}

.inquiry input[type="text"],
.inquiry input[type="email"],
.inquiry textarea{
  border: #888 1px solid;
}
@media (min-width: 768px){
.gutters fieldset .col{
  margin-left:0;
}
}
@media (max-width: 767px){
  .gutters fieldset .row .span_5{
    width: 100%;
    margin-bottom: 0;
  }
  .gutters fieldset .row .span_7{
    margin-bottom: 1em;
    width: 100%;
  }
}
