@charset "UTF-8";
html{
  font-size: 10px;
}
body{
  font-family: "Hiragino Kaku Gothic ProN","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",Osaka,sans-serif;
  font-size: 1.4rem;
  background: url('../img/bg.jpg') center center;
}
a{
  color: #000;
  text-decoration: underline;
}
a:hover{
  opacity: 0.8;
  text-decoration: none;
}

.siteContainer{
  position: relative;
  width: 1250px;
  margin: 0 auto;
  padding: 30px 0;
  background: #fff;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.header{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  text-align: center;
}
.kv{
  display: table;
  width: 1190px;
  margin: 0 auto;
  table-layout: fixed;
}
.kv__item{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 50%;
  padding: 50px 0 80px;
}
.-bg-tobu{
  background: #ffeef4;
}
.-bg-niwakubo{
  background: #e3ebff;
}

.kv__icn{
  margin-bottom: 20px;
}
.kv__icn img{
  margin: 0 auto;
}
.kv__name .-sub,
.kv__name .-main{
  display: block;
}
.kv__name .-sub{
  margin-bottom: 2px;
  font-size: 1.3rem;
}
.kv__name .-main{
  margin-bottom: 8px;
  font-size: 1.8rem;
}
.kv__summary{
  margin-bottom: 26px;
  font-size: .9rem;
}
.kv__link{
  font-size: 1rem;
}
.kv__link.-tobu{
  color: #c5728e;
  font-weight: bold;
}
.kv__link.-niwakubo{
}

.pickup{
  display: table;
  width: 80%;
  margin: 0 auto;
  padding: 50px 0;
  table-layout: fixed;
}
.pickup__item{
  display: table-cell;
  width: 33%;
  text-align: center;
}
.pickup__icn{
  margin-bottom: 16px;
}
.pickup__name{
  margin-bottom: 8px;
  font-size: 1.8rem;
}
.pickup__summary{
  margin-bottom: 18px;
  font-size: .9rem;
}
.pickup__link{
  font-size: 1rem;
}

.link{
  padding-left: 16px;
  position: relative;
}
.link + .link{
  margin-left: 12px;
}
.link2{
  margin-left: 12px;
  line-height:1;
}
.link:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url('../img/arrow_white.png') center center no-repeat #2b4b9e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.link2:before{
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  margin-top: -5px;
  background: url('../img/arrow_white.png') center center no-repeat #2b4b9e;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
}
.-pdf:after{
  content: 'PDF';
  display: inline-block;
  padding: 1px 2px 0 2px;
  margin-left: 3px;
  color: #fff;
  font-size: .9rem;
  font-family: 'Arial',serif;
  background: #cc0000;
}
#mapCanvas{
  width: 1250px;
  height: 560px;
  margin:  0 auto;
}

.credit{
  padding: 40px 0;
  text-align: center;
  font-size: 1rem;
}
.credit span{
  display: block;
  margin-top: 16px;
  font-size: 1.2rem;
}
.copyright{
  padding: 40px 0 60px;
  text-align: center;
  font-size: 1rem;
}

p.info{
  color: #cc0000;
  text-align: center;
  font-size: 1.2rem;
  line-height: 2rem;
}

p.infomidashi{
  font-weight: bold;
  color: #cc0000;
  text-align: center;
  font-size: 1.4rem;
  margin-bottom:10px;
}

/* =================================
  pc
================================= */
@media screen and (min-width: 768px){

  html, body{
    min-width: 1280px;
  }
  .for-pc{
    display: block;
  }
  .for-sp{
    display: none;
  }

}


/* =================================
  mobile
================================= */
@media screen and (max-width: 767px){

  .for-pc{
    display: none;
  }
  .for-sp{
    display: block;
  }

  .siteContainer{
    width: 100%;
    padding: 20px 0;
  }
  .header img{
    width: 180px;
  }
  .kv{
    width: 100%;
  }
  .kv__item{
    width: 50%;
    padding: 30px 0 50px;
  }

  .kv__icn{
    margin-bottom: 20px;
  }
  .kv__icn img{
    width: 80px;
  }
  .kv__name .-sub,
  .kv__name .-main{
    display: block;
  }
  .kv__name .-sub{
    margin-bottom: 6px;
    font-size: .8rem;
  }
  .kv__name .-main{
    margin-bottom: 8px;
    font-size: 1.1rem;
  }
  .iphone5 .kv__name .-main{
    font-size: 1rem;
  }
  .kv__summary{
    margin-bottom: 18px;
    font-size: .6rem;
  }
  .kv__link{
    font-size: .8rem;
  }

  .pickup{
    display: block;
    width: 80%;
    table-layout: fixed;
  }
  .iphone5 .pickup{
    width: 90%;
  }
  .pickup__item{
    display: table;
    table-layout: fixed;
    width: 100%;
    text-align: left;
    margin-bottom: 20px;
  }
  .pickup__item:last-child{
    margin-bottom: 0;
  }
  .pickup__icn,
  .pickup__detail{
    display: table-cell;
    vertical-align: middle;
  }
  .pickup__icn{
    width: 28%;
    margin-bottom: 0;
  }
  .pickup__icn img{
    width: 100%;
    height: auto;
  }
  .pickup__detail{
    width: 72%;
    padding-left: 18px;
    white-space: nowrap;
  }
  .iphone5 .pickup__detail{
    padding-left: 10px;
  }
  .pickup__name{
    margin-bottom: 6px;
    font-size: 1.3rem;
  }
  .pickup__summary{
    margin-bottom: 14px;
    font-size: .8rem;
  }
  .pickup__link{
    font-size: .8rem;
  }

  .link{
    padding-left: 12px;
  }
  .link + .link{
    margin-left: 8px;
  }
  .link:before{
    width: 10px;
    height: 10px;
    margin-top: -4px;
    background-size: 2px auto;
  }
  .-pdf:after{
    padding: 1px 2px;
    margin-left: 2px;
    font-size: .7rem;
  }
  #mapCanvas{
    width: 100%;
    height: 320px;
  }

  .copyright{
    font-size: .8rem;
  }

  p.info{
    line-height: 1.5rem;
    font-size: .8rem;
  }

  p.infomidashi{
    font-size: .9rem;
  }

}









