/*========================================================================
   access layout
========================================================================*/
#access #mainVisual {
  background: url(../img/access/mainimg.jpg) no-repeat center/cover;
}

#infoArea #shop_info {
  margin-bottom: 2em;
}
#infoArea #shop_info .txtArea a {
  color: #531;
}
#infoArea .layout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#infoArea .layout > * {
  margin-bottom: 1.5em;
}
#infoArea .layout .txtArea {
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  #infoArea .layout {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  #infoArea .layout .imgArea {
    width: calc(98% - 320px);
    margin-right: 2%;
  }
  #infoArea .layout .txtArea {
    width: 320px;
  }
}
#infoArea .layout .deco.rb {
  bottom: -130px;
  right: -90px;
}

#map .mapArea {
  position: relative;
  width: 100%;
  height: 450px;
  margin-bottom: 1.5em;
}
@media screen and (min-width: 992px) {
  #map .mapArea {
    height: 600px;
  }
}
#map #car_info {
  max-width: 750px;
  position: relative;
  z-index: 3;
}
#map #car_info .cont {
  background: rgba(255, 255, 255, 0.7);
  padding: 1.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 2em;
}
#map #car_info .cont h4 {
  margin-bottom: 0.3em;
}
#map #car_info .cont h5 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 1em;
}
#map #car_info .deco.lb {
  bottom: -130px;
  left: -120px;
}

#map #parking_info {
  max-width: 750px;
  position: relative;
  z-index: 3;
}
#map #parking_info .cont {
  background: rgba(255, 255, 255, 0.7);
  padding: 1.6em;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 30px;
  margin-bottom: 2em;
}
#map #parking_info .cont h4 {
  margin-bottom: 0.3em;
}
#map #parking_info .cont h5 {
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0.4em;
  margin-top: 1em;
}
#map #parking_info .deco.lb {
  bottom: -130px;
  left: -120px;
}

#kankou .lead {
  text-align: center;
  margin-bottom: 2em;
}
#kankou .layout .cont {
  max-width: 400px;
  width: 90%;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto 3em;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 15px;
}
#kankou .layout .cont .imgArea, #kankou .layout .cont .txtArea {
  margin-bottom: 1em;
}
#kankou .layout .cont .imgArea {
  position: relative;
}
#kankou .layout .cont .txtArea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#kankou .layout .cont .txtArea h4 {
  color: #d35c37;
  text-align: center;
  padding-bottom: 15px;
  position: relative;
}
#kankou .layout .cont .txtArea h4::after {
  content: "";
  width: 150px;
  height: 5px;
  background: url(../img/dotline.png);
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#kankou .layout .cont .txtArea h5 {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 0.9em;
  font-weight: 600;
  color: #fff;
  background-color: #d35c37;
  padding: 0.2em 0.8em;
  border-radius: 1em;
  display: inline-block;
  margin-top: -0.6em;
  margin-bottom: 1.2em;
}
#kankou .layout .cont .txt {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
#kankou .layout .cont .btn {
  max-width: 160px;
  height: 40px;
  margin: 0 auto;
}
#kankou .layout .cont .btn.round a {
  border-radius: calc(40px /2);
}
#kankou .layout .kankou010 {
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media screen and (min-width: 768px) {
  #kankou .layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #kankou .layout .cont {
    width: 47.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #kankou .layout .cont .txtArea {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}
@media screen and (min-width: 992px) {
  #kankou .layout .cont {
    width: 31%;
    margin: 0 1.15% 3em;
  }
}
#kankou .deco.rb {
  bottom: -100px;
  right: -20px;
}


.access_map{max-width:1131px; margin:0 auto 4rem auto; text-align: center;}
.access_map img{width:100%; height: auto;}
.sp_on{display: none;}
.pc_on{display: inline;}

@media only screen and (max-width: 1150px){
.access_map img{width:90%; height: auto;}    
}


@media only screen and (max-width: 767px){
/*スマホ*/
.sp_on{display: inline;}	
.pc_on{display: none;}
.access_map img{width:90%; height: auto;}    
}

