@charset "UTF-8";
.cf:after {
  content: ".";  /* 新しいコンテンツ */
  display: block;
  clear: both;
  height: 0;
  visibility: hidden; /* 非表示に */
}

.menu-contents {
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: .24rem;
  font-weight: 500;
}
@media screen and (min-width: 769px) {
  .menu-contents {
    padding-top: 90px;
    padding-bottom: 270px;
    font-size: 14px;
  }
}



.menu-contents-sc {
  position: relative;
  margin-top: .50rem;
  padding: 0.35rem 0.12rem 1rem;
  background: #fff;
  border-radius: .15rem;
  box-shadow: 0.04rem 0.06rem 6px rgba(153, 151, 151, 0.75);
  color: #000;
}

@media screen and (min-width: 769px) {
  .menu-contents-sc {
    margin-top: 50px;
    padding: 85px 40px 90px;
    border-radius: 15px;
    box-shadow: 4px 6px 6px rgba(153, 151, 151, 0.75);
  }
}
.access_wrap {
    margin: 2% 0 0 0;
}
.access_wrap li {
    margin-bottom: 5%;
}
.map_list {
    margin: 5% 0 0 0;
}
.ac_info1 {
    padding: 30px 0 30px 50px;
    font-size: 16px;
    background: url(../img/access/pin.png) no-repeat center left 15px;
    background-color: #f3f4f7;
    border-radius: 5px;
}
.ac_info2 {
    padding: 30px 0 30px 50px;
    font-size: 16px;
    background: url(../img/access/train.png) no-repeat center left 15px;
    background-color: #fff;
    border-radius: 5px;
}
.ac_info3 {
    padding: 30px 0 30px 80px;
    font-size: 16px;
    background: url(../img/access/bus.png) no-repeat center left 15px;
    background-color: #f3f4f7;
    border-radius: 5px;
}
.ac_info4{
    padding: 30px 0 30px 80px;
    font-size: 16px;
    background: url(../img/access/car.png) no-repeat center left 15px;
    background-color: #fff;
    border-radius: 5px;
}

h5{
	padding: 18px 0;
	font-size: 24px;
	letter-spacing: .1em;
    text-align: center;
    color: #002588;
	border-bottom:2px solid #002588;
	border-top:2px solid #002588;
	color: #002588;
	}
	p.pri_text {
    font-size: 16px;
    line-height: 1.5;
    margin-bottom: 40px;
}
#map {
    width: 100%;
    height: 480px;
}	
.m_text {
    font-size: 16px;
    line-height: 1.3;
    margin: 3% 0;
}
p.m_flow {
    margin: 5% 0;
}
p.m_flow {
    width: 50%;
    margin: 0 auto 5%;
}	
@media screen and (min-width:0px) and (max-width:767px) {

h5 {
    font-size: 18px;}
p.pri_info {
    text-align: center;
    margin: 2% 0 5% 0;
    font-size: 16px;
    line-height: 1.5;
}
.ac_info1 {
    padding: 30px 0 30px 40px;
    font-size: 16px;
    background: url(../img/access/pin.png) no-repeat center left 10px;
    background-color: #f3f4f7;
    background-size: 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
	margin-bottom:10px;
}
.ac_info2 {
    padding: 30px 0 30px 40px;
    font-size: 16px;
    background: url(../img/access/train.png) no-repeat center left 10px;
    background-color: #fff;
    background-size: 20px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
	margin-bottom:10px;
}
.ac_info3 {
    padding: 30px 0 30px 45px;
    font-size: 16px;
    background: url(../img/access/bus.png) no-repeat center left 10px;
    background-color: #f3f4f7;
    background-size: 30px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
	margin-bottom:10px;
}
.ac_info4 {
    padding: 30px 0 30px 45px;
    font-size: 16px;
    background: url(../img/access/car.png) no-repeat center left 10px;
    background-color: #fff;
    background-size: 30px;
    border-radius: 5px;
    font-size: 14px;
    line-height: 1.5;
}
p.m_flow {
    width: 100%;
    margin: 0 auto 5%;
}
}


