/* *****旅行センター用CSS***** */
/* h1見出し */
.h1-box {
  background-image: url(../img/agency/agency-top.jpg);
  background-position: top 40% left 50%;
}
.annai .row > figure.col-12.col-lg-6 {
  margin:0;
  padding-bottom: 0;
}
.col-12.col-lg-6 h3 { 
  font-size:1rem;
  font-weight: bold;
  padding: .5rem;
  margin-bottom: 0;
  background-color: #FFD1E7;
}
.col-12.col-lg-6 address + dl dt,
.col-12.col-lg-6 address + dl dd {
  vertical-align: top;
}

.bg-gray { background-color:#EEE; }
.bg-gray i {
  vertical-align: middle;
  padding-right: 5px;
}
.bg-gray i img { 
  width:28px;
  vertical-align: top;
}
.bg-gray dl { margin-bottom:0; }
.manager-intro { 
  border:5px solid #FFB1D6;
  padding:0; 
}
.manager-intro dt { 
  background-color:#FFECF5;
  text-align: center;
  padding-top: 2rem;
}
.manager-intro dd { padding:1rem 1.5rem 0; }
.manager-intro figure {
  display: inline-block;
  width: 45%;
  padding:0 .5rem;
}
.manager-intro figure img { border:1px solid #707070; }
.manager-intro figcaption { font-weight:normal; }

.w270 { width:270px; }

.annai + .gmap { padding-bottom:50px; }

.examples {
  padding-bottom: 190px;
  background-image: url(../img/agency/agency-hanitbus.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 100%;
}
.examples .balloon {
  position: relative;
  display: inline-block;
  margin-bottom: 25px;
  padding: 1rem 1.5rem;
  border-radius: 4px;
  background-color: #ffecf5;
}
.examples .balloon::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 70%;
  border-style: solid;
  border-width: 20px 20px 0 0;
  border-color: #ffecf5 transparent transparent;
  translate: calc(-50% - 0.4px) 100%;
}
.examples ul {
  margin-bottom: 0;
}
.examples ul li { 
  display:inline-block;
  line-height: 1.8;
  width: 45%;
}
.examples ul li::before {
  content:  ""; 
  width:  10px;
  height:  10px;
  display:  inline-block;
  background-color: #FF84BE;
  border-radius:  50%;
  position:  relative;
  top: -1px;
  margin-right: 5px;
}
.examples .balloon span {
  display: block;
  text-align: right;
}

/* --------------------------------------------------

 レスポンシブ

--------------------------------------------------　*/
@media (min-width: 1200px) {

}

@media (max-width: 1199.98px) {
  .h1-box {
    background-position: top 20% left 50%;
  }
  .examples { padding-bottom: 150px; }
}

@media (max-width: 991.98px) {
  /* md タブレット・スマートフォン向け */
  .h1-box {
    background-position: top 10% left 50%;
  }
  .annai .row > div.col-12.col-lg-6:first-of-type {padding-bottom: 0;}
  .examples { padding-bottom: 225px; }
}

@media (max-width: 767.98px) {
  /* s スマートフォン向け */
  .h1-box {
    background-position: top 0 left 50%;
  }
  .examples { padding-bottom: 150px; }
}

@media (max-width: 575.98px) {
  /* xs スマートフォン向け */
  .examples {
    padding-bottom: 0;
    background-image: none;
  }
  .examples .balloon { display: block; }
  .examples .balloon::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 70%;
    border-style: solid;
    border-width: 0;
    border-color: #ffecf5 transparent transparent;
    translate: calc(-50% - 0.4px) 100%;
  }
  .examples ul li { 
    display:block;
    width: 100%;
  }
  .manager-intro figure { width: 80%; }
}