@charset "utf-8";
/* CSS Document */

.ar{text-align: right !important;}


#clinic .facility-image figcaption{
    text-align: center;;
}





#first_visit .flow{
    display: flex;
    flex-wrap: wrap;
    background:url(/wp-content/uploads/first_visit_bg.jpg) no-repeat;
    background-size: contain;
    background-position:right center;
}

#first_visit .flow dt{
    display: flex;
    width:20%;
    margin:0 0 45px;
    padding: 20px;
    align-items: center;
    justify-content: center;
    color:#fff;
    background:#71B74E;
    position: relative;
}

#first_visit .flow dd{
    display: flex;
    flex-wrap: wrap;
    width:80%;
    margin:0 0 45px;
    padding: 20px;
    align-items: center;
    position: relative;
}

#first_visit .flow dd p{
    width:100%;
}

#first_visit .flow dt:before {
    content: '';
    position: absolute;
    border: 15px solid transparent;
    border-top-color: #71B74E;
    height: 0;
    width: 0;
    bottom:-45px;
    left: 50%;
    transform: translate(-50%);
}

#first_visit .flow dt:nth-of-type(6):before{
    display: none;
}

@media (max-width:767px) {
#first_visit .flow{
    background:transparent;
}

#first_visit .flow dt{
    width:25%;
    padding:5px;
    font-size: 1rem;
}

#first_visit .flow dd{
    width:75%;
    padding:5px;
    font-size: 1rem;
}

#first_visit .flow dd p{
    font-size: 1rem;
}
}

/*20191024*/
/*MVキャッチコピー*/
.main_01 .sp-layer {
    background: rgba(255, 255, 255, 0.75);
}
.main_01 .sp-layer img{
  position: absolute;
  top: -30px;
}
@media (min-width: 768px){
.slider-pro.center .sp-layer {
  line-height: 1.6;
  font-size: 2.2rem;
}
}
@media (max-width:767px) {
  .main_01 .sp-layer img{
    width: 40px;
    bottom: 5px;
    top: inherit;
    right: 5px;
  }
}

@media (max-width:767px) {
  .select__item{
    text-align: left;
    padding-left: 31px;
    text-indent: -29px;
  }
  .select__item img {
    width: 20px;
  }
}



/* ----------------- header ----------------------- */

#DMY_HDR {
	display: none;
}

#gHeader {
	width: 100%;
}

#gHeader .hdrText {
	width: 100%;
	background-color: #B4D946;
}

#gHeader .hdrText h1 {
	font-size: 12px;
	color: #FFF;
	margin: 0 auto;
	padding: 5px;
	width: 100%;
	max-width: 1280px;
	text-align: left;
	line-height: 1.2;
	text-shadow: 0 0 5px rgba(0,0,0,1);
}

#gHeader .gHeader_wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	width: 100%;
	max-width: 1280px;
	margin: 0 auto;
	padding: 10px 15px;
	align-items: center;
	position: relative;
}

#gHeader .gHeader_wrap > .mod_info {
	display: flex;
}
#gHeader .gHeader_wrap > .mod_info > div p {
	margin: 0;
	font-size: 14px;
	line-height: 1.4;
}
#gHeader .gHeader_wrap > .mod_info > div p:first-child {
	margin-right: 10px;
}

#gHeader .gHeader_wrap .SPMENU2 {
	position: absolute;
	right: 10px;
	top: 0;
	display: none;
}

@media (max-width:768px) {

	#DMY_HDR {
		display: block;
		height: 55px;
	}

	#gHeader {
		height: 55px;
		box-sizing: border-box;
		position: fixed;
		left: 0;
		top: 0;
		z-index: 1000;
		background-color: #FFF;
		box-shadow: 0 0 5px rgba(0,0,0,0.3);
	}
	#gHeader .gHeader_wrap {
		padding: 5px;
	}
	#gHeader .mod_logo img {
	}
	#gHeader .mod_logo {
		width: 70%;
		max-width: 300px;
	}
	
	#gHeader .hdrText,
	#gHeader .gHeader_wrap > .mod_info {
		display: none;
	}
	#gHeader .gHeader_wrap .SPMENU2 {
		display: block;
	}
}



/* ------- gnav ------ */


#gNav {
	height: 55px;
	width: 100%;
	background-image: url("/wp-content/uploads/gNav_bg.jpg");
	background-repeat: repeat-x;
}
#gNav ul {
	list-style: none;
	margin: 0 auto;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
	padding-right: 100px;
	box-sizing: border-box;
	position: relative;
}

#gNav ul li {
	box-sizing: border-box;
	width: 20%;
	height: 100%;
}
#gNav ul li a {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgba(255,255,255,0.9);
	text-shadow: 0 0 3px rgba(0,0,0,0.45);
	transition: all 0.3s;
	background-color: rgba(255,255,255,0);
}
#gNav ul li a:hover {
	background-color: rgba(255,255,255,0.4);
}
#gNav ul li a::before,
#gNav ul li:nth-last-child(2) a::after {
	display: block;
	width: 1px;
	height: 20px;
	background-color: rgba(255,255,255,0.2);
	position: absolute;
	left: 0;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	content: "";
}
#gNav ul li:nth-last-child(2) a::after {
	left: auto;
	right: 0;
}

#gNav ul li.SPMENU {
	position: absolute;
	right: 0;
	top: 0;
	left: auto;
	width: 45px;
	background-color: rgba(255,255,255,0);
	transition: all 0.3s;
}
#gNav ul li.SPMENU:hover {
	background-color: rgba(255,255,255,0.3);
}

@media (max-width:768px) {
	
	#gNav {
		display: none;
	}
}

@media (max-width: 480px) {
	.route_wrap_1 .route_item::after {
		bottom: -20%;
	}
}