@charset "utf-8";
/** |READ ME| **********************************************************************************************************

"daytrip-taxi"

Cascading Style Sheet Setting File

Ver.20221021

********************************************************************************************************** |READ ME| **/
img {
    display:block;
    width:100%;
}
.nadeshico-ttl {
    text-align:left;
    margin-bottom:50px;
    display:flex;
    align-items:center;
    line-height:1;
    flex-wrap:wrap;
}
.nadeshico-ttl-en {
    font-family:canada-type-gibson, sans-serif;
    font-style:normal;
    font-weight:600;
    font-size:45px;
}
.nadeshico-ttl-jp {
    font-weight:600;
    font-size:14px;
    color:#F03;
    margin:0 0 0 20px;
}

@media (max-width:640px) {
  .nadeshico-ttl {
      text-align:left;
      margin-bottom:30px;
  }
  .nadeshico-ttl-en {
      width:100%;
      font-size:30px;
  }
  .nadeshico-ttl-jp {
      margin:5px 0 0;
      width:100%;
      font-size:13px;
  }
}
.nadeshico-intro-inner {
    padding:0 0 0;
    max-width:1100px;
    margin:auto;
}
.nadeshico-intro-under-box {
    display:flex;
    margin:130px 0 0;
}
.nadeshico-intro-under-box-l {
    width:500px;
}
.nadeshico-intro-under-box-r {
    width:calc(100% - 500px);
    box-sizing:border-box;
    padding:0 60px;
    text-align:left;
}
.nadeshico-intro-under-box-ttl {
    font-size:22px;
    font-weight: bold;
    margin-bottom:30px;
}
.nadeshico-intro-under-box-txt {
    font-size:14px;
}
.nadeshico-intro-under-box-subtxt {
    font-size:14px;
    margin-top:60px;
}
.nadeshico-howto-inner {
    padding:130px 0 100px;
    max-width:1100px;
    margin:auto;
    text-align:left;
}
.nadeshico-howto-txt {
    padding:0 0 25px;
    font-size:18px;
}
.nadeshico-howto-box {
    border:1px solid #CCCCCC;
    box-sizing:border-box;
    padding:40px 70px;
}
.nadeshico-howto-box-ttl {
    font-size:18px;
    font-weight:bold;
    margin-bottom:20px;
}
.nadeshico-howto-box-txt {
    font-size:14px;
}
.nadeshico-fare-inner {
    padding:120px 0 100px;
    max-width:1100px;
    margin:auto;
}
.nadeshico-fare-ttl {
    text-align:left;
}
.nadeshico-fare-ttl-main {
    font-size:22px;
    font-weight:bold;
}
.nadeshico-fare-ttl-sub {
    font-size:14px;
    font-weight:bold;
    margin-left:30px;
}
.nadeshico-fare-ttl-red {
    font-size:14px;
    font-weight:bold;
    color:#FF0033;
    margin-left:40px;
}
.nadeshico-fare-box-wrap {
 background:#F7F7F7;
    display:flex;
    justify-content:center;
     flex-wrap: wrap;
    padding:40px 45px;
    margin:25px 0 0;
}
.nadeshico-fare-box {
    background:#fff;
    border:1px solid #DDDDDD;
    width:140px;
    padding:14px 10px 10px;
    box-sizing:border-box;
}
.nadeshico-fare-box.nadeshico-fare-box-red {
    border:1px solid #FF0033;
    width:240px;
}
.nadeshico-fare-box-none {
    visibility:hidden;
}
.nadeshico-fare-box-item {
    width:15px;
    position:relative;
    margin: 0 10px;
}
.nadeshico-fare-box-item::before,
.nadeshico-fare-box-item::after {
    content:"";
    display:block;
    position:absolute;
    left:50%;
    top:50%;
    transform:translate(-50% , -50%);
    background:#000;
}
.nadeshico-fare-box-item::before {
    width:100%;
    height:4px;
}
.nadeshico-fare-box-item::after {
    width:4px;
    height:15px;
}
.nadeshico-fare-box dt{
    font-size:14px;
    font-weight:bold;
}
.nadeshico-fare-box.nadeshico-fare-box-red dt{
    color:#ff0033;
}
.nadeshico-fare-box dd{
    font-size:30px;
    font-weight:bold;
}
.nadeshico-fare-box dd span{
    font-size:18px;
    font-weight:bold;
}
.nadeshico-fare-box-wrap .nadeshico-fare-box-ex-txt {display: block;text-align: right;width: 77%;font-size: 13px;margin-top: 10px;}
.nadeshico-area-inner {
    padding:130px 0 100px;
    max-width:1100px;
    margin:auto;
    text-align:left;
}
.nadeshico-area-box {
    display:flex;
}
.nadeshico-area-box-l {
    width:580px;
}
.nadeshico-area-box-r {
    box-sizing:border-box;
    width: calc(100% - 590px);
    text-align: left;
    line-height: 2.2;
    padding: 60px 0 0 0;
}
.nadeshico-area-box-r b {
    font-weight: bold;
    font-size: 24px;
    padding: 0 0 30px;
    display: block;
}
.nadeshico-terms-inner {
    padding:130px 0 100px;
    max-width:1100px;
    margin:auto;
}
.nadeshico-terms-box {
    background:#F7F7F7;
    box-sizing:border-box;
    padding:60px 70px;
    text-align:left;
    margin-bottom:110px;
}
.nadeshico-terms-box-ttl {
    font-size:18px;
    font-weight:bold;
    margin-bottom:50px;
}
.nadeshico-terms-box-ttl-sub{
    font-size:14px;
    font-weight:bold;
    margin-bottom:20px;
}
.nadeshico-terms-box ul {
    font-size:12px;
    line-height:1.8;
}
.nadeshico-terms-box ul li{
    list-style-type: decimal;
    list-style-position: outside;
    line-height: 1.8;
    margin: 0 0 0 15px;
    font-size: 12px;
}

@media (max-width:640px) {
    .nadeshico-intro-link {
        display:block;
        padding:5px 15px;
        font-size:13px;
        position:relative;
    }
    .nadeshico-intro-link::before{
        margin: 0;
        position: absolute;
        top: calc(50% - 4px);
        left: 10px;
        width: 4px;
        height: 4px;
        border-bottom: 1px solid #000;
        border-right: 1px solid #000;
    }
    .nadeshico-intro-under-box {
        display:block;
        margin:50px 0 0;
    }
    .nadeshico-intro-under-box-l {
        width:100%;
    }
    .nadeshico-intro-under-box-r {
        width:100%;
        padding:40px 0 0;
    }
    .nadeshico-intro-under-box-ttl {
        margin-bottom:10px;
        font-size:18px;
    }
    .nadeshico-intro-under-box-ttl br{
        display:none;
    }
    .nadeshico-intro-under-box-txt {
        font-size:14px;
    }
    .nadeshico-intro-under-box-subtxt {
        font-size:14px;
        margin-top:20px;
    }
    .nadeshico-howto-inner {
        padding:60px 0;
        max-width:1100px;
        margin:auto;
    }
    .nadeshico-howto-txt {
        padding: 0 0 20px;
        font-size:18px;
    }
    .nadeshico-howto-box {
        border:1px solid #CCCCCC;
        box-sizing:border-box;
        padding:20px 20px;
        margin-top:0;
    }
    .nadeshico-howto-box-ttl {
        font-size:18px;
        font-weight:bold;
        margin-bottom:10px;
    }
    .nadeshico-howto-box-txt {
        font-size:14px;
    }
    .nadeshico-fare-inner {
        padding:0;
        max-width:1100px;
        margin:auto;
    }
    .nadeshico-fare-ttl {
    }
    .nadeshico-fare-ttl-main {
        font-size:22px;
        font-weight:bold;
    }
    .nadeshico-fare-ttl-sub {
        font-size:14px;
        font-weight:bold;
        margin-left:30px;
    }
    .nadeshico-fare-ttl-red {
        font-size:14px;
        font-weight:bold;
        color:#FF0033;
        margin-left:0;
        display:block;
    }
    .nadeshico-fare-box-wrap {
     background:#F7F7F7;
        display:block;
        justify-content:space-between;
        padding:20px 20px;
        margin:20px 0 0;
    }
    .nadeshico-fare-box {
        background:#fff;
        border:1px solid #DDDDDD;
        width:100%;
    }
    .nadeshico-fare-box.nadeshico-fare-box-red {
        border:1px solid #FF0033;
        width:100%;
    }
    .nadeshico-fare-box-none {
        visibility:hidden;
        display:none;
    }
    .nadeshico-fare-box-item {
        width:15px;
        position:relative;
        margin:20px auto;
        height:15px;
    }
    .nadeshico-fare-box-item::before,
    .nadeshico-fare-box-item::after {
        content:"";
        display:block;
        position:absolute;
        left:50%;
        top:50%;
        transform:translate(-50% , -50%);
        background:#000;
    }
    .nadeshico-fare-box-item::before {
        width:100%;
        height:4px;
    }
    .nadeshico-fare-box-item::after {
        width:4px;
        height:15px;
    }
    .nadeshico-fare-box dt{
        font-size:14px;
        font-weight:bold;
    }
    .nadeshico-fare-box.nadeshico-fare-box-red dt{
        color:#ff0033;
    }
    .nadeshico-fare-box dd{
        font-size:30px;
        font-weight:bold;
        line-height:1.5;
    }
    .nadeshico-fare-box dd span{
        font-size:18px;
        font-weight:bold;
    }
    .nadeshico-fare-box-wrap .nadeshico-fare-box-ex-txt {text-align: left;width: 100%;}
    .nadeshico-area-inner {
        padding:0;
        max-width:1100px;
        margin:auto;
        text-align:left;
    }
    .nadeshico-area-box {
        display:block;
    }
    .nadeshico-area-box-l {
        width:100%;
    }
    .nadeshico-area-box-r {
        width:100%;
        box-sizing:border-box;
        padding:30px 0px 0px;
    }
    .nadeshico-terms-inner {
        padding:30px 0 60px;
        max-width:1100px;
        margin:auto;
    }
    .nadeshico-terms-box {
        background:#F7F7F7;
        box-sizing:border-box;
        padding:20px;
        margin-bottom:60px;
    }
    .nadeshico-terms-box-ttl {
        font-size:18px;
        font-weight:bold;
        margin-bottom:10px;
    }
    .nadeshico-terms-box-ttl-sub{
        font-size:14px;
        font-weight:bold;
        margin-bottom:20px;
    }
    .nadeshico-terms-box ul {
        font-size:12px;
        line-height:1.8;
    }
}
