@charset "UTF-8";
.pageRight {
  width: 40vw;
  height: auto;
}
.pageText {
  line-height: 3em;
}

/* page left */
.pageLeft img{
  width: 40vw; 
  height: 60vh;
  height: 60dvh;
  object-fit: contain;
}
/*google  button */

a.btn_10 {
  display: flex;
  justify-content: right;
  align-items: center;
  width: 100%;
  height: 17px;
  box-sizing: border-box;
}
a.btn_10 span {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 20px;
  background: #fff;
  box-sizing: border-box;
  color: #333;
  font-size: 10px;
  letter-spacing: 0.1em;
  text-decoration: none;
  box-shadow: 3px 3px 5px #747c87, -1px -1px 12px #FFF;
  border-radius: 10px;
  transition-duration: 0.2s;
}
a.btn_10:hover span {
  left: 0;
  top: 0;
  box-shadow: 0 0 1px #CAD4E2, 1px 1px 0px #FFF;
}
.map {
  width: 100px;
  height: auto;
  margin: 0 0 0 auto;
}

.adress2{
  border-top: solid 1px rgb(97, 95, 95);
}
.adress2{
  padding-top: 10px;
}
.mailadress{
  text-align: center;
  width:300px;
}
.stations{
  line-height: 2em;
  border-bottom: solid 1px rgb(97, 95, 95);
}
.stations{
  padding-bottom: 10px;
}

.pageText .snslink {
  line-height: initial;
}
.snslink {
  width: 100px;
  display: flex;
  justify-content: space-between;
  margin-left: 20px;
  margin: 0 auto;
  padding-top: 10px;
}


/* 狭画面 */
@media screen and (max-width:960px){

}

/* スマホ版 */
@media screen and (max-width:640px){
  .pageLeft{
    width: 90vw;
    height: 28vh;
    height: 28dvh;
  }

  .pageLeft img{
    width: 90vw; 
    height: 28vh;
    height: 28dvh;
    object-fit: contain;
  }

  a.btn_10 {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 20px;
    box-sizing: border-box;
    padding-top: 10px;
    margin: 0 25px 0 auto;
  }
  .pageText {
    line-height: 1.5em;
    width: 90vw;
    margin-top: 10vh;
    margin-top: 10dvh;
  }
  .adress {
    display: none;
  }
  .stations {
    line-height: 1.5em;
  }
  .mailadress {
    padding-top: 5px;
  }
  .snslink {
    margin-top: 5px;
  }

  footer {
    display: none;
  }
}