/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */
.addressmm h2 {background-image: url(../img/header/logo.png);}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .mapmm, .mapmm iframe {
  width:100%;
  height: 300px;
  display: block;
}
.mapmm iframe {
  width:100%;
  height: 300px;
  display: block;
}
.addressmm {
width:100%;
height: auto;
display: block;
padding:50px 5% 50px;
}
.adrcc {
width:100%;
height: auto;
display: block;
text-align: center;
margin:0 auto;
}
.adrcc h2 {
  width:100%;
  height: auto;
  display: block;
  padding-top:120px;
  font-size:14px;
  color:var(--color-primary);
  margin-bottom: 15px;
  background-image: url(../img/header/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:auto 110px;
}
.adrcc p {
  line-height: 2em;
  margin-bottom: 0px;
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

  .mapmm, .mapmm iframe {
  width:100%;
  height: 400px;
  display: block;
}
.mapmm iframe {
  width:100%;
  height: 400px;
  display: block;
}
.addressmm {
width:100%;
height: auto;
display: block;
padding:50px 5% 50px;
}
.adrcc {
width:100%;
height: auto;
display: block;
text-align: center;
margin:0 auto;
}
.adrcc h2 {
  width:100%;
  height: auto;
  display: block;
  padding-top:120px;
  font-size:14px;
  color:var(--color-primary);
  margin-bottom: 15px;
  background-image: url(../img/header/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:auto 110px;
}
.adrcc p {
  line-height: 2em;
  margin-bottom: 0px;
}
.adrcc p br {
  display:none;
}

}

/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

  .mapmm, .mapmm iframe {
  width:100%;
  height: 500px;
  display: block;
}
.mapmm iframe {
  width:100%;
  height: 500px;
  display: block;
}
.addressmm {
width:100%;
height: auto;
display: block;
padding:50px 5% 50px;
}
.adrcc {
width:100%;
height: auto;
display: block;
text-align: center;
margin:0 auto;
}
.adrcc h2 {
  width:100%;
  height: auto;
  display: block;
  padding-top:150px;
  font-size:14px;
  font-weight: 400;
  color:var(--color-primary);
  margin-bottom: 15px;
  background-image: url(../img/header/logo.png);
  background-repeat: no-repeat;
  background-position: center top;
  background-size:auto 140px;
}
.adrcc p {
  line-height: 2em;
  margin-bottom: 0px;
}
.adrcc p br {
  display:none;
}

}
