@charset "utf-8";

#reservation_area2 ul li a {
	background-color: #ff8dc7;
}


/* nav icon */

.top-anchor li {
	margin-left: 20px;
	font-size: 1.2rem;
}

.top-anchor li a {
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 35px;
	display: block;
	box-sizing: border-box;
	padding-top: 38px;
}
.top-anchor li:nth-child(1) a {
	background-image: url("/wp-content/uploads/icons/icon-dr.png");
}
.top-anchor li:nth-child(2) a {
	background-image: url("/wp-content/uploads/icons/icon-clinic.png");
}
.top-anchor li:nth-child(3) a {
	background-image: url("/wp-content/uploads/icons/icon-access.png");
}
.top-anchor li:nth-child(4) a {
	background-image: url("/wp-content/uploads/icons/icon-medical.png");
}
.top-anchor li:nth-child(5) a {
	background-image: url("/wp-content/uploads/icons/icon-kodawari.png");
}
.top-anchor li:nth-child(6) a {
	background-image: url("/wp-content/uploads/icons/icon-link.png");
}
.top-anchor li:nth-child(7) a {
	background-image: url("/wp-content/uploads/icons/icon-tokuteikenshin.png");
}
.top-anchor li:nth-child(8 ) a {
	background-image: url("/wp-content/uploads/icons/icon-yobousesshu.png");
}



.nav__items ul li a {
	position: relative;
	display: block;
	padding-left: 42px;
}
.nav__items ul li a::before {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 36px;
	height: 36px;
	box-sizing: border-box;
	background-color: #FFF;
	border-radius: 5px;
	content: "";
	background-size: 32px 32px;
	background-position: 2px 2px;
	background-repeat: no-repeat;
}

.nav__items ul li:nth-child(1) a::before {
	background-image: url("/wp-content/uploads/icons/icon-home.png");
}
.nav__items ul li:nth-child(2) a::before {
	background-image: url("/wp-content/uploads/icons/icon-dr.png");
}
.nav__items ul li:nth-child(3) a::before {
	background-image: url("/wp-content/uploads/icons/icon-access.png");
}
.nav__items ul li:nth-child(4) a::before {
	background-image: url("/wp-content/uploads/icons/icon-clinic.png");
}
.nav__items ul li:nth-child(5) a::before {
	background-image: url("/wp-content/uploads/icons/icon-medical.png");
}
.nav__items ul li:nth-child(6) a::before {
	background-image: url("/wp-content/uploads/icons/icon-kodawari.png");
}
.nav__items ul li:nth-child(7) a::before {
	background-image: url("/wp-content/uploads/icons/icon-link.png");
}
.nav__items ul li:nth-child(8) a::before {
	background-image: url("/wp-content/uploads/icons/icon_information.png");
}

.nav__items ul li:nth-child(9) a::before {
	background-image: url("/wp-content/uploads/icons/icon-tokuteikenshin.png");
}
.nav__items ul li:nth-child(10) a::before {
	background-image: url("/wp-content/uploads/icons/icon-yobousesshu.png");
}
.nav__wrap {
	background-color: rgba(134, 225, 221, 0.95);
}


/* -------- bnr --------------- */

.infl_bnr {
	text-align: center;
	padding: 0 15px;
	margin: 20px 0;
}

.infl_bnr img {
	max-width: 100% !important;
	height: auto;
}
.infl_bnr img.fb {
	width: 100%;
	max-width: 600px !important;
	margin-bottom: 25px;
}



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

.header__wrap {
	padding: 0 15px;
	justify-content: center;
}

.header__main {
	width: 35%;
	min-width: 250px;
	margin:10px;
}

.header__main .header__head:not(.title) {
	width:100%;
	margin:0;
}


.header__info {
    float: none;
	position: absolute;
	right: 15px;
}


.header__copy {
	WIDTH: 100%;
	padding: 3px !important;
}

.header__tel {
	margin: 5px 0;
}

.header__nav {
	padding: 15px 30px;
	justify-content: center;
}

.header {
	border-bottom: 1px solid #CCC;
}

.header__btn {
    position: absolute;
	right: 15px;
	width:50px;
    height: auto;
	margin:0;
	text-indent: 0;
}

.header__btn:before,
.header__btn::after
{
    display: none;
}



@media (max-width: 768px) {
	.header__wrap {
	padding: 0 3%;
	justify-content: flex-start;
}

.header__main {
	width: 80%;
	min-width:0;
	margin:0;
}


.header__nav {
padding: 0;
}

.header__btn {
    right: 3%;
    width: 12%;
}

}


/* ---------------- visual ------------- */

#mainVisual {
	position: relative;
	background: rgb(134,225,221); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(134,225,221,1) 1%, rgba(255,255,255,1) 83%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(134,225,221,1) 1%,rgba(255,255,255,1) 83%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(134,225,221,1) 1%,rgba(255,255,255,1) 83%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#86e1dd', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
#mainVisual .stage {
	max-width: 1000px;
	margin: 0 auto;
}
#mainVisual .stage p {
	margin: 0;
	padding: 0;
}
#mainVisual .mainCatch {
	width: 100%;
	position: absolute;
	left: 0;
	bottom: 0;
}
#mainVisual .mainCatch > div {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 25px;
}

#mainVisual .mainCatch > div p {
	font-size: 3rem;
	color: #FFF;
	/*background-color: rgba(255,255,255,0.2);
	display: inline-block;*/
}

#mainVisual .mainCatch > div p img {
	max-width: 60%;
}


@media (max-width: 768px) {
	#mainVisual .mainCatch > div p {
		font-size: 2rem;
	}
}
@media (max-width: 767px) {
	#mainVisual .mainCatch > div {
		padding: 15px;
	}
	#mainVisual .mainCatch > div p {
		font-size: 14px;
	}
	#mainVisual .mainCatch > div p img {
		max-width: 70%;
	}
}

/*------------ access ------------- */

.access_route {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding: 0 25px 45px 25px;
}

.access_route .item {
	width: 45%;
}
.access_route .arr {
	display: flex;
	align-items: center;
}

.access_route .item p {
	margin: 0 !important;
	padding: 0;
}
.access_route .item p.image img {
	box-shadow: 0 2px 5px rgba(0,0,0,0.2);
	border: 3px solid #FFF;
	padding: 0;
	margin: 0;
}

@media (max-width: 768px) {
	.access_route {
		padding: 0 10px 45px 10px;
	}
}



.pagetop a {
    text-indent:0;
    width: 80px;
    height: 80px;
    background:none;
}

.pagetop a:after {
    display: none;
}

@media (max-width:767px) {
.pagetop a {
    width: 70px;
    height: 70px;
}
}


/* 20190724 修正 */

.top-medical__heading span {
    background-color: #063f8d;
}

#reservation_area2 ul li a {
    background-color: #063f8d;
}

.top-access__heading {
    color: #fff;
    background: #063f8d;
}

/*20190729 修正*/
.btn-1--clinic,
.btn-1--medical,
.btn-1--staff,
.btn-1--access,
.btn-1--interview{
	border-radius: 10px;
}

/*xoカレンダー角丸*/
.xo-month{
	border-radius: 10px;
}
.xo-month thead{
	border-radius: 10px 10px 0 0;
}
.xo-month .saturday{
	border-radius: 0 10px 0 0;
}
.xo-month tr:nth-child(5n) td{
	    border-radius:0 0 10px 10px;
}

.xo-event-calendar{
	font-family: inherit;
}

/*角丸テーブル*/
.table-default{
	border-collapse: separate;
}
.table-default td {
	border-bottom: none;
}
.table-default tr:first-child th:first-child{
	border-top-left-radius:10px;
}
.table-default tr:last-child th{
	border-bottom-left-radius:10px;
}
.table-default tr:first-child td:last-child{
	border-top-right-radius:10px;
}
.table-default tr:last-child td:last-child{
	border-bottom-right-radius:10px;
}
.table-default tr:last-child td{
	border-bottom: 1px solid #DCDCDC;
}
