@charset "utf-8";
/* CSS Document */
@import url("page.css");

#title h2 {
	background-image: url(../images/access/title_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0;
	padding-top: 35.94%;
	height: 0;
	width: 100%;
}

.tit01 {
	background-image: url(../images/access/ti_01_sp.png);
	background-size: contain;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto;
	padding-top: 12%;
	height: 0;
	width: 96%;
}

#clinic {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#clinic dl {
	display: block;
	margin: 20px 0 0;
	width: 100%;
}
#clinic dt {
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 0.4em;
}
#clinic dd {
	margin-left:1em;
}

#clinic dd a {
	color: #C62159;
	margin: 0 0.5em;
}

#clinic p {
	line-height: 1.8em;
}

#clinic div {
	display: block;
	margin: 1em auto;
	width: 96%;
}

#clinic div img {
	height: auto;
	width: auto;
	max-width: 100%;
}

#clinic span {
	margin-left: 1em;
}

#clinic span.sptel {
	position: relative;
}
#clinic span.sptel:before {
	content: "/";
	position: absolute;
	left: -1em;
}

#access {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#acmap {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}

/* Google Mapのiframe */
#acmap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#accordion { width:96%; margin:40px auto; padding:0;}
#btn-access {
	margin: 15px auto 0;
	width: 10em;
}
#btn-access span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #C62159;
	background-color: #FFF;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 5px;
	width: 100%;
	border: 2px solid #C62159;
	border-radius: 30px;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	box-sizing: border-box;
}
#btn-access span::before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin: 0 0.5em 0 0;
  border: 5px solid transparent;
  border-right: 0 solid transparent;
  border-left: 8px solid #C62159;
}
#btn-access span:hover {
	opacity: 0.5;
}

#mapbox {
	display: none;
	margin: 20px auto 40px;
	width: 96%;
}
#mapbox img {
	height: auto;
	width: 100%;
}

#traffic {
	display: block;
	margin: 20px auto 40px;
	width: 96%;
}

#traffic h3 {
	position: relative;
	padding-bottom: 12px;
	font-size: 18px;
	font-weight: 600;
}

#traffic h3::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 8px;
	background-image:
		repeating-linear-gradient(45deg, #D4678D 0px, #C62159 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%),
		repeating-linear-gradient(135deg, #D4678D 0px, #C62159 1px, rgba(0,0,0,0) 0%, rgba(0,0,0,0) 50%);
	background-size: 8px 8px;
}

#traffic ul {
	margin: 1em 0 0 2em;
}

#traffic li {
	margin-left: 1.4em;
	text-indent: -1.4em;
	margin-bottom: 1em;
}

#traffic ul li:before {
	background-color: #D4678D;
	content: '';
	display: inline-block;
	width: 0.8em;
	height: 0.8em;
	vertical-align: middle;
	margin-right: 0.3em;
}

.ti-guide {
	font-size: 16px;
	font-weight: 600;
	text-align: left;
	display: block;
	margin: 40px auto 0;
	padding: 3px 0 3px 14px;
	width: 96%;
	border-left: solid 6px #C62159;
	border-bottom: solid 1px #C62159;
	box-sizing: border-box;
}

#btn-access01 {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#btn-access01 span {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background-color: #D4668C;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	box-sizing: border-box;
}

#btn-access02 {
	display: block;
	margin: 30px auto;
	width: 96%;
}

#btn-access02 span {
	font-size: 14px;
	font-weight: 600;
	color: #FFF;
	background-color: #D4668C;
	text-align: center;
	text-decoration: none;
	display: block;
	padding: 10px;
	width: 100%;
	border-radius: 4px;
	box-sizing: border-box;
}

.btn-acc {
  position: relative;
}
 
.btn-acc::after { /* 三角形の表示設定 */
  content: "";
  margin: auto;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 20px;
  width: 0;
  height: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 10px solid #FFF;
}

#ph-acc {
	display: block;
	margin: 5px 0;
	width: 100%;
}

#ph-acc div {
	display: block;
	margin: 5px 0;
	width: 100%;
}

#ph-acc div img {
	height: auto;
	width: auto;
    max-width: 100%;
}

@media only screen and (min-width: 769px) {
#title h2 {
	background-image: url(../images/access/title.png);
	background-size: auto;
	padding-top: 0;
	height: 230px;
	width: 1015px;
}

.tit01 {
	background-image: url(../images/access/ti_01.png);
	background-size: auto;
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0 auto 20px;
	padding-top: 0;
	height: 72px;
	width: 585px;
}

#clinic {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 50px auto;
	width: 1015px;
}
#clinic dl {
	display: block;
	margin: 50px 0 0 150px;
	width: 400px;
}
#clinic div {
	display: block;
	margin: 0;
	width: 400px;
}

#clinic span {
	margin-left: 0;
}

#clinic span.sptel {
	position: inherit;
}


#access {
	display: block;
	margin: 50px auto;
	width: 1015px;
}

#mapbox {
	margin: 20px auto 40px;
	width: 750px;
}

#traffic {
	display: block;
	margin: 20px auto;
	width: 1015px;
}

.ti-guide {
	font-size: 18px;
	width: 1015px;
}

#btn-access01 {
	display: block;
	margin: 30px auto;
	width: 980px;
}

#btn-access02 {
	display: block;
	margin: 30px auto 50px;
	width: 980px;
}

#ph-acc {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
	margin: 5px 0;
	width: 100%;
}

#ph-acc div {
	display: block;
	margin: 0;
	width: 360px;
}

}