@charset "utf-8";

/*========================================================================================================================


  ◇◆◇ アクセス ◇◆◇
  
  
========================================================================================================================*/

/*----------------------------------------------------------------------------------------------------

  photo
  
----------------------------------------------------------------------------------------------------*/

.photoGP {
  margin-top:50px;
  position:relative;
  line-height:0;
}

.photoGP .photo02,
.photoGP .photo03 {
  position:absolute;
  right:0;
  display:inline-block;
}

.photoGP .photo02 { top:0; }
.photoGP .photo03 { bottom:0; }

.photoGP .photo03-txt {
  width:420px;
  display:block;
  position:absolute;
  right:0;
  bottom:-6em;
  border:1px solid #32a2a2;
  box-sizing:border-box;
  padding:1.5em;
  text-align:center;
  color:#008b8b;
  line-height:1.6;
}

.photoGP .photo03-txt .arrow {
  position:absolute;
  top:-6px;
  left:50%;
  margin-left:-5px;
  width:10px;
  height:10px;
  border:1px solid;
  border-color:#32a2a2 #32a2a2 transparent transparent;
  background-color:#f5f4ef;
  transform:rotate(-45deg);
}

.lte-ie8 .photoGP .photo03-txt .arrow {
  width:1px;
  height:20px;
  margin-left:0;
  top:-10px;
  border:none;
  background-color:#32a2a2;
}

@media screen and (max-width:640px) {
  .photoGP { margin-top:2rem; }
  .photoGP .cols { margin-top:1.5rem; }
  
  .photoGP .photo02,
  .photoGP .photo03 {
    position:inherit;
    right:inherit;
    top:inherit;
    bottom:inherit;
    width:50%;
    float:left;
    box-sizing:border-box;
    padding-top:1rem;
  }
  
  .photoGP .photo02 { padding-right:0.25rem; }
  .photoGP .photo03 { padding-left:0.25rem; }
  
  .photoGP .photo03-txt {
    width:100%;
    padding:0.75rem;
    position:relative;
    right:inherit;
    bottom:inherit;
    clear:both;
    font-size:93.8%;
  }
  
  .photoGP .photo03-txt .arrow {
    top:inherit;
    bottom:-6px;
    left:75%;
    border-color:transparent transparent #32a2a2 #32a2a2;
    transform:rotate(-45deg);
  }
}


/*----------------------------------------------------------------------------------------------------

  アドレス
  
----------------------------------------------------------------------------------------------------*/

.ad {
  line-height:0.7;
  margin-top:40px;
  margin-bottom:50px;
}

.ad .cname {
  font-family:"NotoSerif";
  font-weight:500;
  font-size:150%;
  display:block;
}

.ad .cname small {
  display:inline-block;
  margin-right:0.75em;
  font-weight:100;
  font-size:62.5%;
}

.ad p br { display:none; }

.ad .l-tel {
  margin-left:2em;
}

@media screen and (max-width:640px) {
  .ad {
    line-height:inherit;
    margin-top:2rem;
    margin-bottom:2rem;
    text-align:center;
  }

  .ad:before {
    content:"";
    width:70px;
    height:61px;
    display:inline-block;
    background:url(../../image/logo.png) no-repeat center top;
    background-size:contain;
  }
  
  .ad .cname { line-height:1.5; }
  
  .ad .cname small {
    display:block;
    margin-right:0;
    margin-top:0.5rem;
  }
  
  .ad p {
    padding-top:1rem;
    line-height:1.2;
  }
  
  .ad p br { display:inherit; }
  
  .ad .l-tel {
    margin-left:0;
    display:inline-block;
  }
  
  .ad .l-tel:before {
    content:"\A";
    white-space:pre;
  }
}


/*----------------------------------------------------------------------------------------------------

  MAP
  
----------------------------------------------------------------------------------------------------*/

.gmap { padding-bottom:60px; }
.gmap iframe { width:100%; height:600px; vertical-align:bottom; }
.gmap iframe.streetview { margin-top:40px; }

@media screen and (max-width:640px) {
  .gmap { padding-bottom:2rem; }
  .gmap iframe { height:500px; }
  .gmap iframe.streetview { margin-top:2rem; }
}

@media screen and (max-width:500px) {
  .gmap iframe { height:400px; }
}

@media screen and (max-width:420px) {
  .gmap iframe { height:350px; }
}
