<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

#m_img .m_img_area {
	background-image: url(../images/access/m_img.jpg);
}

/*共通
---------------------------------------------------------*/
.access .com_lead {
	padding-top: 0;
}
.access h3 {
	margin-top: 110px;
}

.access hr {
	border: none;
	border-top: 5px solid #FFF40A;
	width: 100px;
	margin: 0px auto 25px;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
	flex-direction: row;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access h3 {
	margin-top: 12%;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access h3 {
	margin-top: 12%;
	margin-bottom: 3%;
}
}

/*lead
---------------------------------------------------------*/
.access .lead {
	padding-top: 70px;
	text-align: center;
}

.access .lead h3 {
	margin-bottom: 5px;
	margin-top: 0px;
}

.access .lead h3 span {
	background: url(../images/access/icon01.png)no-repeat;
	background-position: left center;
	padding: 5px 0;
	padding-left: 70px;
	margin: 0 auto 15px;
}

.access .lead p:nth-child(2) {
	font-weight: 500;
	margin: 0 auto 30px;
}

.access .lead p {
	line-height: 2em;
}

.access .lead .flex {
	margin-top: 65px;
	margin-bottom: 65px;
}

.access .lead .acsbox {
	border-right: 1px solid #d0dacb;
	width: calc(100%/3);
	width: -webkit-calc(100%/3);
	width: 33.3333%;
}

.access .lead .acsbox:last-child {
	border-right: none;
}

.access .lead .acsbox p {
	color: #736452;
	font-weight: bold;
	font-size:  125%;
	text-align: center;
	margin-top: 20px;
	width: 100%;
	margin-bottom: 20px;
}

.access .lead .acsbox p span {
	font-size: 125%;
}

.access .lead .acsbox:last-child p span {
	letter-spacing: -0.05em;
	font-size: 100%;
}

.access .lead #map_canvas {
	width: 100%;
	height: 500px;
}

.access .lead .check a {
	background: repeating-linear-gradient(-45deg, #FFF40A, #FFF40A 2px, #fff 0, #fff 12px);
	padding: 30px 0px;
	display: block;
	font-size: 125%;
	font-weight: bold;
	color: #736452;
}
.access .lead_txt{
	margin-top:2%;
}
.access .lead .check i {
	margin-left: 10px;
}
.access .maps{
	margin-bottom: 0.5%;
}

/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access .lead {
	padding-top: 7%;
}

.access .lead h3 {
	margin-bottom: 5px;
}

.access .lead p:nth-child(2) {
	margin-bottom: 20px;
}

.access hr {
	margin-bottom: 20px;
}

.access .lead p {
	line-height: 1.9em;
}

.access .lead .acsbox p {
	font-size: 110%;
}

.access .lead .flex {
	margin-top: 7%;
	margin-bottom: 6%;
}
.access .lead #map_canvas {
	height: 350px;
}

.access .lead .check a {
	padding: 20px 0;
	font-size: 110%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access .lead {
	padding-top: 5%;
}

.access .lead h3 {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 0px;
}

.access .lead h3 span {
	background-size: 45px;
	padding-left: 50px;
}

.access .lead p:nth-child(2) {
	width: 100%;
	text-align: center;
	line-height: 1.6em;
	margin-bottom: 5%;
}

.access hr {
	margin-bottom: 5%;
}

.access .lead p {
	line-height: 1.6em;
}
	
.access .maps {
  margin: 0 auto;
  position: relative;
  width: 100%;
  padding-top: 75%;
	margin-bottom: 6%;
}
.access .maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}
.access .lead .flex {
	margin: 7% auto;
	flex-direction: column;
}

.access .lead .acsbox {
	width: 100%;
	border-right: none;
	border-bottom: 1px solid #d0dacb;
	margin-bottom: 20px;
}

.access .lead .acsbox:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.access .lead .acsbox p span {
	font-size: 115%;
}

.access .lead .acsbox p {
	font-size: 105%;
}

.access .lead #map_canvas {
	height: 250px;
}

.access .lead .check a {
	font-size: 105%;
	padding: 15px 0;
}
.access .lead .check{
	margin-bottom: 2%;
}
.access .maps{
	margin-bottom: 2%;
}
.access .lead_txt{
	margin-top:5%;
}
}


/*time
---------------------------------------------------------*/
.access .time {
	text-align: center;
}

.access .time hr {
	margin-bottom: 40px;
}

.access .time .time1_2 {
	width: 650px;
	margin: 10px auto 20px;
    text-align: left;
}

.access .time .flex .time1,
.access .time .flex .time2{
    width: 100%;
}
.access .time .flex .time1 {
	text-align: left;
	font-weight: 500;
}
.access .time .flex .time1 i {
	color: #8CCC25;
}

.access .time .flex .time2 {
	font-weight: 500;
}



/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access .time hr {
	margin-bottom: 30px;
}

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access .time hr {
	margin-bottom: 7%;
}

.access .time .time1_2 {
	width: 100%;
	margin: 1% auto 3%;
}

.access .time .flex .time1 {
	text-align: center;
	margin-bottom: 3%;
}
}


/*contact
---------------------------------------------------------*/
.access .contact {
	text-align: center;
}

.access .contact p {
	line-height: 2em;
	margin-bottom: 20px;
}

.access .contact p span {
	font-weight: 500;
}

.access .contact .tel {
	background: #85c500;
	padding: 30px;
	width: 550px;
	margin: 0 auto;
	box-sizing: border-box;
}


/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access .contact p {
	line-height: 1.9em;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access .contact p {
	line-height: 1.6em;
}

.access .contact .tel {
	width: 100%;
	box-sizing: border-box;
	padding: 20px 25px;
}
}


/*contact
---------------------------------------------------------*/
.access .course {
	margin-bottom: 150px;
	/*background: url(../images/access/bg02.png) no-repeat top center;*/
}

.access .course hr {
	margin-bottom: 45px;
}

.access .course .flex1 {
	max-width: 600px;
	margin: 0 auto;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.access .course .flex1 li {
	width: 34%;
}
.access .course .flex1 li:nth-child(3n+2) {
	width: 28%;
}
/*
.access .course .flex1 li:nth-child(3n) {
	padding-left: 20px;
	box-sizing: border-box;
}
*/
.access .course .flex1 li i {
	margin-left: 5px;
}
.access .course .flex1 li a:hover {
	color: #aaa;
}

.access .clinic_img {
	margin-top: 100px;
}

.access .course .flex2 {
	max-height: 250px;
	height: 100%;
	margin-top: 1px;
}

.access .course .flex2 .flex2_l {
	margin-right: 1px;
}
.access .time .icon-triangle {
background: url(../images/access/icon_triangle.png)no-repeat left .15em top .4em;
margin-right: 5px;
padding-left: 1.52em;
background-size: 1em auto;
}
.access .time .icon-triangle2{
background: url(../images/access/icon_triangle2.png)no-repeat left .15em top .4em;
margin-right: 5px;
padding-left: 1.52em;
background-size: 1em auto;
}
/* Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) and (max-width: 959px) {
.access .course {
	background-size: contain;
	margin-bottom: 12%;
}

.access .course hr {
	margin-bottom: 30px;
}

.access .clinic_img {
	margin-top: 8%;
}
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {
.access .course {
	margin-bottom: 70px;
}

.access .course hr {
	margin-bottom: 7%;
}

.access .course .flex1 {
	width: 100%;
	font-size: 85%;
}

.access .course .flex1 li {
	width: 60% !important;
	padding-left: 0px !important;
	margin-bottom: 10px;
}
.access .course .flex1 li:nth-child(2n+2) {
	width: 40% !important;
}

.access .course .flex2 {
	flex-direction: column;
}

.access .clinic_img {
	margin-top: 10%;
}

.access .course .flex2 .flex2_l {
	margin-right: 0px;
	margin-bottom: 2px;
	text-align: center;
}

.access .course .flex2 {
	max-height: inherit;
}
.access .time .icon-triangle {
background: url(../images/access/icon_triangle.png)no-repeat left .25em top .4em;
background-size: .9em auto;
margin: 0;
padding-left: 1.45em;
}
}
</pre></body></html>