@charset "UTF-8";

/* PC */
@media ( min-width : 961px) {
.br-tablet {display: none; }
.br-mobile {display: none; }

/* fv */
.container-access-fv{
  background-image: url("../img/map.jpg");
  box-sizing: border-box;
  height: calc(90vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 40vh;
}
.container-access-fv-tit{
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.container-access-map-tit{
  font-size: 30px;
  text-align: center;
  color: #333333;
  background:linear-gradient(to left, rgba(255, 255, 255, 0) 20%,rgba(64, 224, 208,0.5) 50%,rgba(255, 255, 255, 0) 80%);
  margin: 8% auto;
  padding: 1%;
}

.container-access-map-txt{
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 20%;
  color: #4D4D4F;
}

.container-access-map-txt{
  background: #cbf5ff url(http://www.webcreatorbox.com/sample/images/quote_open.gif) no-repeat 10px 10px;
  text-indent: 15px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  text-align: center;
  padding: 2%;
}
.container-access-map-txt span{
  background: url(http://www.webcreatorbox.com/sample/images/quote_close.gif) no-repeat bottom right;
  display: block;
  padding: 2%;
}

iframe {
display: flex;
margin: 8% auto;
  width: 70%;
  aspect-ratio: 16/9;
}

.container-access-map-address{
  display: inline-block;
  padding-right: 50%;
  margin-left: 15%;
  line-height:1.6;
  background:linear-gradient(to left, rgba(203, 245, 255, 0) 0%,rgba(203, 245, 255,1) 50%,rgba(203, 245, 255, 1) 80%);
}
}
/* PCここまで */



















/* tablet */
@media (max-width : 960px ) {
@media (min-width : 521px ) {
.br-mobile {display: none; }
.br-pc {display: none; }

/* fv */
.container-access-fv{
  background-image: url("../img/map.jpg");
  box-sizing: border-box;
  height: calc(85vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 35vh;
}
.container-access-fv-tit{
  font-size: 60px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.container-access-map-tit{
  font-size: 30px;
  text-align: center;
  color: #333333;
  background:linear-gradient(to left, rgba(255, 255, 255, 0) 20%,rgba(64, 224, 208,0.5) 50%,rgba(255, 255, 255, 0) 80%);
  margin: 8% auto;
  padding: 1%;
}

.container-access-map-txt{
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 20%;
  color: #4D4D4F;
}

.container-access-map-txt{
  background: #cbf5ff url(http://www.webcreatorbox.com/sample/images/quote_open.gif) no-repeat 10px 10px;
  text-indent: 15px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  text-align: center;
  padding: 2%;
}
.container-access-map-txt span{
  background: url(http://www.webcreatorbox.com/sample/images/quote_close.gif) no-repeat bottom right;
  display: block;
  padding: 2%;
}

iframe {
display: flex;
margin: 8% auto;
  width: 70%;
  aspect-ratio: 16/9;
}

.container-access-map-address{
  display: inline-block;
  padding-right: 40%;
  margin-left: 15%;
  line-height:1.6;
  background:linear-gradient(to left, rgba(203, 245, 255, 0) 10%,rgba(203, 245, 255,1) 50%,rgba(203, 245, 255, 1) 80%);
}
}
}
/* tabletここまで */

















/* mobile */
@media (max-width : 520px){
.br-tablet{display: none;}
.br-pc {display: none; }

/* fv */
.container-access-fv{
  background-image: url("../img/map.jpg");
  box-sizing: border-box;
  height: calc(75vh - 60px);
  background-size: cover;
  background-position: center;
  padding-top: 27vh;
}
.container-access-fv-tit{
  font-size: 40px;
  line-height: 1;
  text-align: center;
  color: #fff;
  text-shadow: 0 0 10px rgba(0, 0, 0, 0.63);
}

.container-access-map-tit{
  font-size: 30px;
  text-align: center;
  color: #333333;
  background:linear-gradient(to left, rgba(255, 255, 255, 0) 20%,rgba(64, 224, 208,0.5) 50%,rgba(255, 255, 255, 0) 80%);
  margin: 8% auto;
  padding: 1%;
}

.container-access-map-txt{
  line-height: 2;
  letter-spacing: 0.05em;
  margin: 0 20%;
  color: #4D4D4F;
}

.container-access-map-txt{
  background: #cbf5ff url(http://www.webcreatorbox.com/sample/images/quote_open.gif) no-repeat 10px 10px;
  text-indent: 15px;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Meiryo,"メイリオ",Helvetica,Sans-Serif;
  text-align: center;
  padding: 2%;
}
.container-access-map-txt span{
  background: url(http://www.webcreatorbox.com/sample/images/quote_close.gif) no-repeat bottom right;
  display: block;
  padding: 2%;
}

iframe {
display: flex;
margin: 8% auto;
  width: 70%;
  aspect-ratio: 16/9;
}

.container-access-map-address{
  display: inline-block;
  padding-right: 40%;
  margin-left: 15%;
  line-height:1.6;
  background:linear-gradient(to left, rgba(203, 245, 255, 0) 20%,rgba(203, 245, 255,1) 60%,rgba(203, 245, 255, 1) 80%);
}






}
/* mobileここまで */