@charset "utf-8";

/**
 * 共通
 */
 
.section {
  padding: 5rem 0;
}
 
.section-bg-gray {
  background-color: #efefef;
}
 
.section-title {
  margin-bottom: 3rem;
  font-weight: 300;
  font-size: 2.4rem;
}

.section-title span {
  display: block;
  margin-top: 1rem;
  font-weight: 300;
  font-size: 1.6rem;
  text-align: center;
  color: red;
}
 
@media (min-width: 768px) {
  .section-title {
    font-size: 2.8rem;
  }
}

@media (min-width: 992px) {
  .section-title {
    font-size: 3.2rem;
  }
}
 
 /**
  * Navbar
  */
 
.navbar .nav-link {
  color: #fff !important;
}
 
 /**
  * Hero
  */
 
.section-hero {
  padding: 13rem 0 10rem 0;
  background: url(../images/hero_bg.jpg) left top / cover no-repeat fixed;
  backdrop-filter: blur(12px);
}

.section-hero .read {
  margin-top: 3rem;
  font-size: 1.6rem;
  color: #fff;
  text-shadow: 2px 2px 3px rgba(0, 0, 0, 1);
}

@media (min-width: 576px) {
  .section-hero {
    background: url(../images/hero_bg.jpg) right bottom / cover no-repeat fixed;
  }
}

@media (min-width: 768px) {
  .section-hero .read {
    margin-top: 5rem;
    text-align: center;
    font-size: 1.8rem;
  }
}

@media (min-width: 992px) {
  .section-hero .read {
    font-size: 2.0rem;
  }
}

@media (min-width: 1200px) {
  
}

/**
 * PR
 */

.section-pr .circle {
  position: relative;
  margin: 0 auto 1rem auto;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  background-color: #023C95;
}

.section-pr .circle span {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 240px;
  text-align:center;
  font-size: 1.75rem;
  color: #fff;
}

@media (min-width: 576px) {
  .section-pr .circle {
    width: 160px;
    height: 160px;
  }

  .section-pr .circle span {
    width: 160px;
  }
}

@media (min-width: 992px) {
  .section-pr .circle {
    width: 240px;
    height: 240px;
  }

  .section-pr .circle span {
    width: 240px;
  }
}

/**
 * 駐車料金
 */

.section-price h3 {
  font-weight: 300;
  font-size: 1.6rem;
  font-weight: 600;
}

.section-price .first-time {
  padding: 1rem 0;
  background-color: #fff;
  border-radius: .5rem;
  text-align: center;
}

.section-price .big {
  font-size: 2rem;
  font-weight: 600;
}

.section-price .day-time {
  padding: 1rem 0;
  background-color: #F5A623;
  border-radius: .5rem;
  text-align: center;
  color: #fff;
}

.section-price .day-time .icon {
  margin: 0 1rem;
  padding: .5rem 0;
  background: url(../images/hiru.png) 0 0 no-repeat;
  background-size: 60px 60px;
  border-bottom: 1px solid #fff;
}

.section-price .night-time {
  padding: 1rem 0;
  background-color: #68A0E2;
  border-radius: .5rem;
  text-align: center;
  color: #fff;
}

.section-price .night-time .icon {
  margin: 0 1rem;
  padding: .5rem 0;
  background: url(../images/yoru.png) 0 0 no-repeat;
  background-size: 50px 50px;
  border-bottom: 1px solid #fff;
}

.section-price .table {
  background-color: #fff;
}

.section-price .table td {
  vertical-align: middle;
}

@media (min-width: 768px) {
  .section-price .big {
    font-size: 2.4rem;
  }
}

@media (min-width: 992px) {
  .section-price .big {
    font-size: 1.8rem;
  }

  .section-price .night-time {
    height: 100%;
  }
}

/**
 * 周辺地図
 */

.googlemap {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
}
 
.googlemap iframe,
.googlemap object,
.googlemap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * 提携先
 */

.section-partner .box {
  padding: 1rem;
  border: 1px solid #ccc;
  border-radius: .5rem;
  background-color: #fff;
  text-align: center;
}

/**
 * 運転代行サービス
 */

.section-service .pr {
  margin-bottom: 3rem;
  font-size: 1.25rem;
}

.section-service .pr .big {
  font-weight: 600;
  color: red;
}

.section-service .box {
  margin-bottom: 1rem;
  padding: 2rem;
  background-color: #fff;
  border-radius: .5rem;
  text-align: center;
}

.section-service .box h3 {
  margin: 0 auto 1rem auto;
  width: 80%;
}

.section-service .box .tel {
  font-size: 2rem;
  font-weight: 600;
}

.section-service .box .tel a {
  color: #023C95;
}

.section-service .box .time {
  font-size: 1.25rem;
}

@media (min-width: 992px) {
  .section-service .box .tel {
    font-size: 3rem;
  }
}

/**
 * お問い合わせ
 */

.section-contact {
  background-color: #FABF1A;
}

.section-contact .box {
  padding: 1rem;
  background-color: #fff;
  border-radius: .5rem;
  text-align: center;
}

.section-contact .box h3 {
  font-size: 1.2rem;
}

.section-contact .box .tel {
  font-size: 2.0rem;
  font-weight: 600;
}

.section-contact .box .tel a {
  color: #EB6129;
}

@media (min-width: 992px) {
  .section-contact .box .tel {
    font-size: 2.4rem;
  }
}


/**
 * フッター
 */

.footer {
  padding: 1rem 0;
}