@charset "utf-8";
/* CSS Document */
.heading {
    color: #fff;
	background-color: #FF7BA5;
    padding: 40px 0;
    margin-bottom: 0;
}
.access__item h3 {
    text-align: left;
    max-width: 100%;
    padding: 15px 25px;
    margin-bottom: 20px;
    font-size: 24px;
    font-size: 2.4rem;
}
.access__item p{
	font-size: 27px;
	font-size: 2.7rem;
	margin-bottom: 20px;
}
.access__item li{
	width: 48%;
	text-align: center;
	margin-bottom: 40px;
}
.access__item li a{
	width: 100%;
	display: inline-block;
	padding: 10px;
	font-size: 33px;
	font-size: 3.3rem;
	background: -webkit-linear-gradient(top, #EFEFEF, #CCCCCC);
	background: -o-linear-gradient(top ,#EFEFEF, #CCCCCC);
	background: linear-gradient(to  bottom, #EFEFEF, #CCCCCC);
	box-sizing: border-box;
	border-radius: 10px;
}
.access__item li:first-child a::before{
	content: '';
	display: inline-block;
	background: url("../../img/user/lower/cell.svg") no-repeat center left;
	width: 19px;
	height: 36px;
	margin-right: 10px;
	vertical-align: bottom;
}
.access__item li:last-child a::before{
	content: '';
	display: inline-block;
	background: url("../../img/user/lower/tel.svg") no-repeat center left;
	width: 39px;
	height: 39px;
	margin-right: 10px;
	vertical-align: bottom;
}
.access__item figure{
	margin-bottom: 10vh;
}
.access__item figure iframe{
	width: 100%;
	min-height: 593px;
}
.access .btn-01{
	justify-content: space-around;
	-webkit-justify-content: space-around;
}
.access .btn-01 li{
	width: 33%;
}
.access .btn-01 li a{
	background-color: #FF7BA5;
	border-radius: 8px;
	display: inline-block;
	padding: 15px;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-size: 2rem;
	box-sizing: border-box;
}
.access{
	padding-bottom: 10vh;
}

@media screen and (max-width: 767px) {
.heading {
    padding: 20px 0;
    font-size: 23px;
    font-size: 2.3rem;
}
.recommend h3 {
    line-height: 1.3;
    margin-bottom: 20px;
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: normal;
    padding: 10px 15px;
}
.access .inner1000{
	padding: 0 45px;
}
.access figure.inner1000{
	padding: 0;
}
.access__item p {
    font-size: 16px;
    font-size: 1.6rem;
}
.access__item ul{
	display: block;
}
.access__item li{
	width: 100%;
	margin-bottom: 20px;
}
.access__item li a{
	font-size: 18px;
	font-size: 1.8rem;
}
.access__item li:first-child a::before{
	width: 10px;
	height: 20px;
	background-size: 100%;
	margin-right: 5px;
}
.access__item li:last-child a::before{
	width: 23px;
	height: 23px;
	background-size: 100%;
	margin-right: 5px;
}
.access__item figure {
    margin-bottom: 6vh;
}
.access{
	padding-bottom: 5vh;
}
.access .btn-01{
	display: block;
}
.access .btn-01 li{
	width: 100%;
	margin-bottom: 20px;
}
.access .btn-01 li a{
	font-size: 18px;
	font-size: 1.8rem;
}
}














