@charset 'UTF-8';
#main-v{
    background-repeat:none;
    background-position:top;
    height: 50vh;
    background-size: cover;
    position: relative;
}

#main-v .page_title_spell{
    position: absolute;
    top: 15vh;
    left: 19.5vw;
    font-size: 8vh;
    font-weight: bold;
    color: #DB1A1F;
}

#main-v .cp_bn{
    position: absolute;
    top: 45%;
    left: 19%;
    width: 40vw;
}

.page_title {
    color: rgb(255, 255, 255);
    font-family: KozGoPro-Light, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', 游ゴシック, YuGothic, メイリオ, Meiryo, sans-serif;
    font-size: 36px;
    font-weight: lighter;
    margin-bottom: 26px;
    text-align: center;
    background: none 0px 0px repeat scroll rgb(219, 26, 31);
    padding: 0.5em;
    width:100%;
}

.price_list{
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    margin:6vh 0 5vh;
}

.price_list *{
    color:#d61a1f;
}

.price_list table{
    margin:0 4vw;
}

.price_list .title{
    text-align: center;
    font-size: 54px;
    padding: 10px 0px 40px 0px;
    font-weight: 600;
    font-family: Helvetica;
}
.price_list .price{
    font-size: 30px;
    text-align:right;
}
.price_list .time{
    font-size: 22px;
}

.tel_btn-more_area{
    display: flex;
    justify-content: space-around;
    -webkit-justify-content: space-around;
    margin:10vh 30vw;
}

.tel_btn-more_area .btn-more{
    display: block;
    padding: 23px 0 23px;
    line-height: 1;
    border: 2px solid #DB1A1F;
    color: #DB1A1F;
    text-align: center;
    font-size: 22px;
    letter-spacing: 0.08em;
    text-align: center;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    display: block;
    margin: 0;
    width: 246px;
    font-weight: bold;
    position:relative;
    text-decoration:none;
}
.tel_btn-more_area .btn-more:hover {
  background: #DB1A1F;
  border-color: #DB1A1F;
  text-decoration: none;
  color: #fff;
}
.tel_btn-more_area .btn-more:after {
  font-family: 'FontAwesome';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f054";
  display: block;
  -moz-transition: all 0.2s ease-out;
  -o-transition: all 0.2s ease-out;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin: 0 0 0;
  font-size: 15px;
  vertical-align: middle;
  position:absolute;
  right:9px;
  top:50%;
  transform:translateY(-50%);
  -webkit-transform:translateY(-50%);
}
.tel_btn-more_area .btn-more:hover:after {
  right: 9px;
}

.tel_btn-more_area .tel{
    border: 2px solid #DB1A1F;
    color:#DB1A1F;
    display: block;
    margin: 0;
    width: 246px;
    line-height: 1.4;
    padding: 6px 4px 2px 4px;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
}

.option h3, .carfare h3, .credit h3, .prohibition h3{
    border-bottom: 4px solid #DB1A1F;
    color:#DB1A1F;
    width: 70vw;
    margin:0 auto;
    font-size: 36px;
    text-align: center;
    padding: 0 0 8px 0;
}

.carfare h3, .credit h3, .prohibition h3{
    margin-top:10vh;
}

.op{
    margin-left: auto;
    margin-right: auto;
    width: 70vw;
    border-collapse:collapse;
    border:0px;
}

.op_i{
    width: 85%;
    font-size: 22px;
    text-align: left;
    border-bottom: 1px solid #DB1A1F;
    padding: 20px;
    color: #DB1A1F;
}

.op_p{
    font-size: 28px;
    border-bottom: 1px solid #DB1A1F;
    text-align: center;
    color: #DB1A1F;
}

.op li{
    width: 10vw;
    float: left;
    border: solid 1px #D61A1F;
    color: #D61A1F;
    text-align: center;
    margin: 10px 20px 10px 0px;
    padding: 10px 10px;
    font-size: 0.8vw;
    background: #FFFAFA;
}

.version{
    margin:0 auto;
    width: 70vw;
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}

.credit_rule{
    margin: 40px 40px 0px 40px;
    font-size:22px;
    line-height:1.6;
    position:relative;
}

.credit_rule li{
    color: #DB1A1F;
}

.credit_company{
    margin: 40px;
    width: 400px;
}

.prohibited_matter{
    margin: 40px 40px 70px 40px;
    font-size:22px;
    line-height:1.6;
    position:relative;
}

.prohibited_matter li{
    color: #DB1A1F;
}

.premier_bn{
    text-align: center;
    margin: 0px 0px 90px 0px;
}

.premier{
    width: 70vw;
}