@charset "UTF-8";
/* CSS Document */
#contents {
  background: none;
  padding-bottom: 0;
}
#copyright::before {
  background: none;
}
#footer {
  padding-top: 0;
}
#accessSec {
  width: 100%;
  background: #f5f1ee;
  margin-bottom: 0;
}
#accessSec .asInr {
  position: relative;
  padding-bottom: 80px;
}
#accessSec .asInfo {
  width: 90%;
  max-width: 1450px;
  margin: 0 auto;
  position: relative;
  padding: 120px 0;
}
#accessSec .asInfo h2 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  font-weight: 700;
  color: #8bac61;
}
#accessSec .asInfo h3 {
  font-size: 24px;
  font-size: 2.4rem;
  text-align: center;
  font-weight: 500;
  padding: 30px 0;
}
#accessSec .asInfo .asTxt {
  width: 590px;
  margin: 0 auto;
  font-weight: 500;
}
#accessSec .asInfo .overKobito01 {
  position: absolute;
  width: 16%;
  max-width: 224px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit- transform: translateY(-50%);
}
#accessSec .infoImg {
  width: 95%;
  max-width: 1700px;
  margin: 0 auto 60px;
  position: relative;
  z-index: 1;
}
#accessSec .infoImg .overKobito02 {
  position: absolute;
  right: 5%;
  top: -15%;
  width: 13%;
  max-width: 151px;
}
#accessSec .infoBox {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto 60px;
  display: flex;
  justify-content: space-between;
/*  align-items: center;*/
}
#accessSec .dentalInfo {
  width: 48%;
}
#accessSec .dentalInfo dl dt {
  font-size: 30px;
  font-size: 3.0rem;
  font-weight: 500;
  margin-bottom: 30px;
}
#accessSec .dentalInfo dl dd {
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: 500;
  line-height: 1.7;
}
#accessSec .dentalInfo dl dd.tel a {
  color: #8bac61;
  font-size: 30px;
  font-size: 3.0rem;
  font-family: 'Quicksand', sans-serif;
  font-weight: bold;
}
#accessSec .dentalInfo dl {
  margin-bottom: 30px;
}
#accessSec .close {
  font-weight: 500;
  padding-top: 10px;
}
#accessSec .dentalInfo02 {
  width: 48%;
}
#accessSec .dentalInfo02 dl {
  background: #fff;
  border-radius: 10px;
  padding: 20px 0;
  text-align: center;
  margin-bottom: 30px;
}
#accessSec .dentalInfo02 dl dt {
  color: #8bac61;
  font-size: 24px;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#accessSec .dentalInfo02 dl dd {
  font-weight: 500;
}
#accessSec .dentalInfo02 .cardBox {
  width: 90%;
  margin: 0 auto;
  max-width: 489px;
}
#accessSec .map {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}
#accessSec .mapBox {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 40%;
}
#accessSec .mapBox iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#guidemapSec {
  background: url("../../lib/cmn_img/gizagiza_02.gif") left top repeat-x;
  padding-top: 10px;
}
.gsInr {
  padding-top: 100px;
}
.gsInr h2 {
  font-size: 36px;
  font-size: 3.6rem;
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 100px;
}
.gsInr h2:after {
  font-family: 'Quicksand', sans-serif;
  content: "GUIDE MAP";
  font-size: 12vw;
  color: #f5f1ee;
  text-align: center;
  width: 100%;
  left: 0;
  top: 30px;
  position: absolute;
  font-weight: bold;
  z-index: -1;
}
.gmBox {
  width: 90%;
  margin: 0 auto;
  text-align: center;
  max-width: 1029px;
  position: relative;
  z-index: 2;
}
.gmBox img {
  width: 100%;
}
.showBox {
  position: absolute;
  display: none;
}
#area01 {
  left: 44px;
  top: 100px;
}
#area02 {
  right: 160px;
  top: 100px;
}
#area03 {
  right: 216px;
  top: 125px;
}
#area03 {
  right: 216px;
  top: 125px;
}
#area04 {
  right: 280px;
  top: 165px;
}
#area05 {
  left: 347px;
  top: 165px;
}
#area06 {
  left: 437px;
  top: 231px;
}
#area07 {
  left: 197px;
  top: 60px;
}
#area08 {
  left: 62px;
  top: 96px;
}
#area09 {
  left: 154px;
  top: 66px;
}
.balloon, .balloon-top, .balloon-left, .balloon-btm {
  position: relative;
  display: inline-block;
  padding: 30px;
  box-sizing: border-box;
  width: 450px;
  color: #555;
  background: #FFF;
  border: solid 1px #3f3a39;
  box-sizing: border-box;
  border-radius: 10px;
}
.balloon:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-left: 12px solid #FFF;
  z-index: 2;
}
.balloon:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-left: 14px solid #555;
  z-index: 1;
}
.balloon-top:before {
  content: "";
  position: absolute;
  top: -24px;
  left: 50%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-bottom: 12px solid #FFF;
  z-index: 2;
}
.balloon-top:after {
  content: "";
  position: absolute;
  top: -28px;
  left: 50%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-bottom: 14px solid #555;
  z-index: 1;
}
.balloon-left:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -24px;
  margin-top: -12px;
  border: 12px solid transparent;
  border-right: 12px solid #FFF;
  z-index: 2;
}
.balloon-left:after {
  content: "";
  position: absolute;
  top: 50%;
  left: -28px;
  margin-top: -14px;
  border: 14px solid transparent;
  border-right: 14px solid #555;
  z-index: 1;
}
.balloon-btm:before {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 20%;
  margin-left: -15px;
  border: 12px solid transparent;
  border-top: 12px solid #FFF;
  z-index: 2;
}
.balloon-btm:after {
  content: "";
  position: absolute;
  bottom: -28px;
  left: 20%;
  margin-left: -17px;
  border: 14px solid transparent;
  border-top: 14px solid #555;
  z-index: 1;
}
.showBox dl dt, .showBox dl dd {
  text-align: left;
}
.showBox dl dt {
  display: none;
}
.showBox dl dd {
  line-height: 1.5;
  font-weight: 500;
}
.showBox dl dd.Img {
  margin-bottom: 10px;
}
.gmMapS {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .asInfo {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #accessSec .asInfo .overKobito01 {
    position: inherit;
    width: 20%;
    left: inherit;
    top: inherit;
    transform: none;
  }
  #accessSec .asInfo .asBox {
    width: 75%;
  }
  #accessSec .asInfo .asTxt {
    width: 100%;
  }
  .showBox {
    position: inherit !important;
    display: block !important;
    right: inherit !important;
    left: inherit !important;
    top: inherit !important;
    bottom: inherit !important;
    width: 49%;
    margin-bottom: 20px;
  }
  .gmInfo {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .balloon, .balloon-top, .balloon-left, .balloon-btm {
    width: 100%;
    border: 1px solid #eee;
  }
  .balloon:before, .balloon:after, .balloon-top:before, .balloon-top:after, .balloon-left:before, .balloon-left:after, .balloon-btm:before, .balloon-btm:after {
    display: none;
  }
  .showBox dl dt {
    display: block;
    margin-bottom: 20px;
    font-size: 20px;
    font-size: 2.0rem;
    text-align: center;
    font-weight: 700;
    line-height: 1.5;
  }
  .showBox dl dt small {
    display: block;
  }
  .gmMap {
    display: none;
  }
  .gmMapS {
    display: block;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 900px) {
  #accessSec .asInfo {
    display: block;
    padding: 60px 0;
  }
  #accessSec .asInfo .overKobito01 {
    display: none;
  }
  #accessSec .asInfo .asBox {
    width: 100%;
  }
  #accessSec .infoBox {
    display: block;
    width: 90%;
  }
  #accessSec .map {
    display: none;
  }
  #accessSec .dentalInfo {
    width: 100%;
    margin-bottom: 20px;
  }
  #accessSec .dentalInfo dl {
    text-align: center;
  }
  #accessSec .dentalInfo dl dd.is-sp {
    padding-top: 20px;
  }
  #accessSec .dentalInfo02 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  #accessSec .dentalInfo02 dl {
    margin-bottom: 0;
    width: 60%;
  }
  #accessSec .dentalInfo02 dl dd {
    line-height: 1.7;
  }
  #accessSec .dentalInfo02 .cardBox {
    width: 38%;
    margin: 0;
  }
  .balloon, .balloon-top, .balloon-left, .balloon-btm {
    padding: 20px;
  }
}
@media only screen and (max-width: 480px) {
  #accessSec .asInfo h2 {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #accessSec .asInfo h3 {
    font-size: 18px;
    font-size: 1.8rem;
    line-height: 1.5;
    padding: 20px 0;
  }
  #accessSec .infoImg .overKobito02 {
    top: -28%;
    width: 20%;
  }
  #accessSec .dentalInfo dl dt {
    font-size: 24px;
    font-size: 2.4rem;
  }
  #accessSec .infoImg {
    width: 100%;
    margin: 0 auto 25px;
  }
  #accessSec .asInr {
    padding-bottom: 40px;
  }
  #accessSec .infoBox {
    margin: 0 auto;
  }
  #accessSec .dentalInfo dl dd {
    font-size: 15px;
    font-size: 1.5rem;
  }
  #accessSec .dentalInfo dl dd.tel a i {
    font-size: 26px;
    font-size: 2.6rem;
    margin-right: 5px;
  }
  #accessSec .bscTbl01 table th, #accessSec .bscTbl01 table td {
    font-size: 11px;
    font-size: 1.1rem;
    padding: 10px 5px 8px;
  }
  #accessSec .dentalInfo02 {
    width: 100%;
    display: block;
  }
  #accessSec .dentalInfo02 dl {
    margin-bottom: 20px;
    width: 100%;
  }
  #accessSec .dentalInfo02 .cardBox {
    width: 100%;
    margin: 0;
  }
  .showBox dl dt {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .showBox {
    width: 100%;
  }
  .gsInr h2 {
    font-size: 26px;
    font-size: 2.6rem;
    padding-bottom: 60px;
  }
  .gsInr h2:after {
    font-size: 16vw;
    top: 0px;
  }
  .gmMapS {
    overflow-x: scroll;
    overflow-y: hidden;
  }
  .gmMapS img {
    width: 514px !important;
  }
  .gmBox .caution {
    text-align: left;
    margin-bottom: 40px;
  }
  .gmBox .caution span {
    background: #8bac61;
    color: #fff;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 900px) {
  #pagetop {
      display: none !important;
  }
}

#webreserve {
  position: fixed;
  z-index: 900;
  background-color: #8bac61;
  text-align: center;
}
@media only screen and (max-width: 900px) {
  #webreserve {
      left: 0;
      bottom: 0;
      width: 100%;
  }
}
@media only screen and (min-width: 901px){
  #webreserve {
      top: 180px;
      right: 0;
      border-top-left-radius: 16px;
      border-bottom-left-radius: 16px;
  }
}

#webreserve a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: block;
}
@media only screen and (max-width: 900px) {
  #webreserve a {
      padding-top: 10px;
      padding-bottom: 10px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
}
@media only screen and (min-width: 901px){
  #webreserve a {
      width: 80px;
      padding-top: 20px;
      padding-bottom: 20px;
  }
}

@media only screen and (max-width: 900px) {
  #webreserve a img {
      height: 50px;
      margin-right: 10px;
  }
}
@media only screen and (min-width: 901px){
  #webreserve a img {
      width: 40px;
      margin-bottom: 10px;
  }
}

@media only screen and (max-width: 900px) {
  #webreserve span {
      font-size: 18px;
  }
}
@media only screen and (min-width: 901px){
  #webreserve span {
      writing-mode: vertical-rl;
      text-orientation: upright;
      font-size: 20px;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
}