@charset "UTF-8";

.image-wrapper {
  line-height: 0;
}

.image-wrapper img {
  height: 168px;
}

.parking .btn1 {
  margin-top: 20px;
}

ol {
  list-style: decimal;
  padding-left: 20px;
  margin-top: 20px;
}

.txt-ms {
  margin-bottom: 20px;
}

.space-empty {
  margin: 0px;
}

.space-empty.grid-12 {
  margin-bottom: 15px;
}

.column2-wrapper{
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.column2-wrapper .image-wrapper {
  width: 320px;
  margin-top:0;
}

.column2-wrapper .content-wrapper {
  width: 80%;
  margin-top:0;
}

.column2-wrapper .content-wrapper .text-wrapper{
  margin-bottom: 40px;
}

.column3-wrapper{
  display: flex;
  justify-content: space-between;
}
.column3-wrapper dl{
  width: 31%;
  display:flex;
  flex-direction:column;
}

.column3-title{
  font-size: 20px;
  font-weight: bold;
  height: auto;
  margin-bottom:10px;
  vertical-align: middle;
}

.column3-title-l{
  font-size: 20px;
  height: auto;
  font-weight: bold;
  margin-bottom:10px;
  vertical-align: middle;
}

.column3-img1,
.column3-img2,
.column3-img3
{
  width: 100%;
  height: 125px;
  display:flex;
  flex-direction:column;
  justify-content: center;
  margin-bottom:15px;
}

.column3-img1 img{
  width: 120px;
  margin-left: auto;
  margin-right: auto;
}
.column3-img2 img{
  width: 180px;
  margin-left: auto;
  margin-right: auto;
}
.column3-img3 img{
  width: 160px;
  margin-left: auto;
  margin-right: auto;
}

.column3-txt{
  flex-grow: 1;
}

.stop_caution{
  border: 1px solid #d2232a;
  padding: 20px;
  display: flex;
}

.stop_caution img{
  width: 25px;
  height: 25px;
  margin-right: 20px;
}

.stop_caution p{
  width: calc(100% - 45px);
  color:#d2232a;
}

.stop-howto{
  display: flex;
  justify-content: space-between;
}

.stop-howto .image-wrapper{
  float: none;
  display: block;
}
.stop-howto .content-wrapper{
  float: none;
  display: block;
  width: calc(100% - 380px);
}

.stop_flow{
  margin-top:30px;
}

.stop_flow ul{
  display: flex;
  justify-content: space-between;
}

.stop_flow ul li{
  width: 22%;
  border: 1px solid #aaaaaa;
  position: relative;
}

.stop_flow .triangle-right{
  display: block;
  width: 40px;
  position: relative;
}
.stop_flow .triangle-right::after{
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 20px solid transparent;
  border-bottom: 20px solid transparent;
  border-left: 20px solid #474747;
  margin-left:  10px;
  margin-right:  10px;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.stop_flow-num{
  background-color: #e9f0f3;
  border-bottom: 1px solid #aaaaaa;
  text-align: center;
  padding: 2rem 2.5rem 2.8rem;
}

.stop_flow-txt{
  padding: 2rem 2.5rem;
}

@media screen and (min-width: 480px) {}

@media screen and (min-width: 768px) {

  .image-wrapper {
    width: 320px;
    height: 168px;
    overflow: hidden;
    float: left;
    position: relative;
    margin-top: 5px;
  }

  .content-wrapper {
    width: calc(100% - 380px);
    float: right;
  }

  .column3-title{
    font-size: 18px;
  }

}

@media screen and (min-width: 1000px) {

  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px;
  }

  .no-parking img {
    margin: auto;
    display: table;
  }


  .parking .grid-12 {
    margin-bottom: 30px;
  }

  .column3-title-l{
    height: 80px;
  }

}

@media screen and (max-width: 1199px) {}

@media screen and (max-width: 999px) {}

@media screen and (max-width: 767px) {

  ol {
    margin-top: 12px;
  }

  .ttl-lv2 {
    width: calc(105% + 15px);
  }

  .image-wrapper.no-parking {
    margin-top: 25px;
  }

  .image-wrapper {
    max-width: 305px;
    height: 160px;
    position: relative;
    margin: 0px auto 10px auto;
    width: 100%;
    overflow: hidden;
  }

  .image-wrapper img {
    height: 160px;
    left: -50%;
    right: -50%;
    position: absolute;
    width: auto;
    display: block;
    margin: auto;
  }

  .content-wrapper {
    padding-top: 7px;
  }

  .five-button .grid-sm-6 a {
    margin: auto;
    max-width: 310px;
    display: table;
    width: 90%;
  }

  .five-button .grid-sm-6 {
    margin-bottom: 15px;
  }

  .five-button .grid-sm-6.btn5 {
    margin-bottom: 0px;
  }

  .example_type .grid-md-3 div.types {
    min-height: auto;
    margin-bottom: 20px;
  }

  .example_type div.types.m-types {
    margin-bottom: 0px;
  }


  .btn1.grid-lg-3 {
    width: 90%;
    padding: 10px 30px 10px 30px;
    margin: 25px auto 0;
    display: table;
  }

  .parking .space-empty.grid-12 {
    margin-bottom: 0;
  }

  .column2-wrapper{
    display: block;
    margin-bottom: 40px;
  }

  .column2-wrapper .image-wrapper {
    width: 100%;
    margin-bottom: 20px;
  }

  .column2-wrapper .content-wrapper {
    width: 100%;
    margin-bottom: 0;
  }

  .column3-wrapper{
    display: block;
    margin-bottom: 0;
  }

  .column3-wrapper dl{
    width: 100%;
    margin-bottom:30px;
  }

  .column3-title{
    font-size: 16px;
    height: auto;
    text-align: left;
    border-left: 3px solid #fed700;
    font-weight: bold;
    padding-left: 10px;
  }

  .column3-title-l{
    font-size: 16px;
    height: auto;
    text-align: left;
    border-left: 3px solid #fed700;
    font-weight: bold;
    padding-left: 10px;
  }

  .column3-txt{
    flex-grow:unset;
  }

  .stop_caution img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .stop_caution p{
    width: calc(100% - 30px);
    color:#d2232a;
  }

  .stop-howto{
    display: block;
    justify-content: space-between;
  }
  
  .stop-howto .image-wrapper{
    float: none;
    display: block;
  }
  .stop-howto .content-wrapper{
    float: none;
    display: block;
    width: 100%;
  }

  .stop_flow{
    margin-top:30px;
  }
  
  .stop_flow ul{
    display: block;
  }
  
  .stop_flow ul li{
    width: 100%;
    border: 1px solid #aaaaaa;
    position: relative;
  }

  .stop_flow ul li dl{
    display: flex;
  }
  
  .stop_flow .triangle-right{
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
  }
  
  .stop_flow .triangle-right::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #474747;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  
  .stop_flow-num{
    border-right: 1px solid #aaaaaa;
    border-bottom: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.5rem;
  }


}

@media screen and (max-width: 479px) {}

@media screen and (min-width: 480px) and (max-width: 767px) {}

@media screen and (min-width: 768px) and (max-width: 999px) {

  .m_t20 {
    margin-top: 20px;
  }

  .no-parking img {
    width: auto;
    margin: auto;
    display: table;
    height: 142px;
  }

  .five-button .btn3 .btn,
  .five-button .btn4 .btn,
  .five-button .btn5 .btn {
    margin-top: 30px
  }

  .image-wrapper {
    width: 270px;
    height: 142px;
  }

  .content-wrapper {
    width: calc(100% - 300px);
  }

  .column3-wrapper{
    display: block;
    margin-bottom: 0;
  }

  .column3-wrapper dl{
    width: 100%;
  }

  .column3-wrapper dl div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .column3-img1,
  .column3-img2,
  .column3-img3
    {
      display: block;
      width: 270px;
      height: auto;
      text-align: center;
    }

  .column3-title{
    font-size: 16px;
    height: auto;
    margin-bottom:20px;
    text-align: left;
    border-left: 3px solid #fed700;
    font-weight: bold;
    padding-left: 10px;
  }
  
  .column3-title-l{
    font-size: 16px;
    height: auto;
    margin-bottom:20px;
    text-align: left;
    border-left: 3px solid #fed700;
    font-weight: bold;
    padding-left: 10px;
  }

  .column3-txt{
    width: calc(100% - 250px);
    flex-grow:unset;
  }

  .stop_caution img{
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .stop_caution p{
    width: calc(100% - 30px);
    color:#d2232a;
  }

  .stop-howto .content-wrapper{
    float: none;
    display: block;
    width: calc(100% - 300px);
  }
  
  .stop_flow{
    margin-top:20px;
  }
  
  .stop_flow ul{
    display: block;
  }
  
  .stop_flow ul li{
    width: 100%;
    border: 1px solid #aaaaaa;
    position: relative;
  }

  .stop_flow ul li dl{
    display: flex;
  }
  
  .stop_flow .triangle-right{
    display: block;
    width: 100%;
    height: 40px;
    position: relative;
  }
  
  .stop_flow .triangle-right::after{
    content: "";
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 20px solid #474747;
    position: absolute;
    top: 12px;
    left: 50%;
    transform: translate(-50%);
    -webkit-transform: translate(-50%);
    -ms-transform: translate(-50%);
  }
  
  .stop_flow-num{
    border-right: 1px solid #aaaaaa;
    border-bottom: none;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 2.5rem;
  }
}

@media screen and (min-width: 1000px) and (max-width: 1199px) {

  .five-button .btn3 .btn {
    margin-top: 30px
  }

}
