@charset "UTF-8";
/*webフォント用css*/
.kiwi-maru-regular {
    font-family: "Kiwi Maru", serif;
    font-weight: 400;
    font-style: normal;
  }
/**/

/* CSS Document */
body{
    max-width: 100%;
    background-color: #fff3e2;
    color: rgb(80, 43, 43);
}
.pc,
.pcback{display: none;}
p{
    text-indent: 1em;
    font-family: "Kiwi Maru", serif;
    font-weight: normal;
    font-size: 18px;
    margin: 0 auto;}
img{
    max-width: 100%;
}

h1,h4,h5,h6{
    margin-bottom: 24px;
    font-family: "Kiwi Maru", serif;
    font-weight: normal;
}
h4{padding-left: 5%;}

#head{
    position: fixed;
    z-index: 999;
    width: 100%;
    display: block;
    background-color: #fff;
    padding: 10px 0;
}
#head p{padding-left: 20px;}
#head h4{
    margin: 0;
    font-size: 22px;
    background-image: url(../images/2raralogo.png);
    background-position:5px;
    background-size: auto 35px;
    background-repeat: no-repeat;
    padding-left: 40px;
}

header{height: 50vh;}
header img{z-index: -1;}
h1{
    position: absolute;
    bottom: 45%;
    left: 5%;
    font-size: 22px;
    font-weight: bold;
    text-align: center;
    z-index: 9999;
}
h2{
    margin: 80px 5% 60px 0;
    font-family: "Kiwi Maru", serif;
    font-weight: normal;
}
h3{
    margin: 40px 0 40px 5%;
    font-family: "Kiwi Maru", serif;
    font-weight: normal;
    padding-left: 10px;
    border-left:10px solid #e74646;
    background-color: #ffe5ca;
}
h4{font-size: 18px;}
section{
    margin: 0 auto;
    padding-top: 24%;
}
section p,
section dl{
    width: 90%;
    font-family: "Kiwi Maru", serif;
}
section h2{
    border-bottom: #e74646 3px solid;
    background-image: url(../images/headlogo.png);
    background-repeat: no-repeat;
    background-position: 3%;
    background-size: 40px;
    padding-left:15%;
    width: 90%;
}

.tel{
    position: fixed;
    z-index: 99;
    left: 10%;
    top: 80%;
    display: block;
    background-color: #ffe5ca;
    width: 80%;
    text-align: center;
    padding: 5px 0 5px 0;
    margin: 0 auto;
    border: 1px solid #fff;
    border-radius: 30px;
    box-shadow:3px 3px #fa9884;
}
.tel p,
#head p{
    text-indent: 0;
}
.tel h2{
    font-size: 30px;
    font-family: sans-serif;
    margin: 0;
}
.tel a{
    text-decoration: none;
    color: rgb(80, 43, 43);
}
#first p{
    font-size: 20px;
}
#first div{
    width: 80%;
    margin: 50px auto 0;
    padding: 10px 5%;
    background-color: #ffe5ca;
    border-radius: 30px;
}
#first div p{font-size: 16px;}
ol{
    padding: 0 5% 0 8%;
    margin: 20px 5%;
}
/*サービス内容*/
#about div{
    border-radius: 30px;
    box-shadow: none;
    background: none;
    text-align: left;
    border: none;
}
#about img{
    width: 90%;
    height: auto;
    margin: 10px 5%;
}
#about p{
    text-indent: 1em;
    padding: 0 5% 30px 5%;
}
dt{
    padding:10px 5%;
    font-size: 22px;
}
dd{
    padding: 0 5% 20px 0;
}
dl{
    box-sizing: border-box;
    padding: 30px 0;
    font-size: 20px;
    margin: 0 auto;
    border-radius: 30px;
}
dd ul{
    margin: 0;
    list-style-type: none;
}
#about dt{
    color: gray;
    text-decoration: underline dashed 3px #e74646;}
#about dl{background-color: #ffe5ca;}
/*ご利用案内*/
#users li{
    font-family: "Kiwi Maru", serif;
    font-size: 20px;
}
#users ul{padding-left: 5%;}
#users ul li{
    list-style-type: disc;
    font-size: 16px;
}
#users ol{
    padding-bottom: 60px;
}
#users dd,
#users dl dt{font-size: 16px;}
#users dd{padding:0 10% 0 0 ;}

.more ul{padding-left: 5%;}
.more li{margin-left: 5%;}

table{
    border: 1px solid gray;
    width: 90%;
    background-color: #fff;
    border-collapse: collapse;
    margin: 0 auto;
}
table th,
table td{
    padding: 10px 5%;
    border: 1px solid gray;
    width: 50%;
    text-align: center;
}
table td{
    font-size: large;
}
table:nth-of-type(2){
    font-size: 14px;
    margin-bottom: 30px;
}

#special p{
    font-family: sans-serif;
    text-indent: 1em;
}

article a{
    padding-left: 5%;
}
footer{
    height: 70vh;
    background-color: #fa9884;
}
footer h4{
    padding: 20px 0 0 5%;
    font-size: 20px;
}
footer ul{
    padding-left: 10%;
}
footer li a{
    text-decoration:none;
    font-family: "Kiwi Maru", sans-serif;
    font-size: 18px;
    color: #ffe5ca;
}

footer li a:visited{
    color: #e74646;
}
footer li a:hover{
    color: #fff3e2;
    transition: 0.5s;
}
/*お問い合わせ*/

#contact header{
    height: auto;
}
#contact h2:first-child,
#here h2:first-child{margin:0 0 60px 0;}
#contact p{text-indent: 0;}

#contact h3{
    font-size: 30px;
    border:none;
    text-decoration: underline #e74646;
    background: none;
}
#contact dl{
    margin: 30px 5%;
    font-size: 20px;
}

#contact a{text-decoration: none;}
button{
    display: block;
    cursor: pointer;
    width: 50%;
    font-size: 20px;
    font-family:"Kiwi Maru", serif;
    color: #fff;
    padding: 20px;
    border-radius: 14px;
    background-color: #fa9884;
    margin: 40px auto 100px;
    box-shadow: #a7a49f 3px 3px 3px;
}

/*ドライバー募集*/
#here header{
    height: auto;
}
#here section h4{margin: 30px 5%;}
#here dl{
    margin: 0 0 100px 0;
    width: 100%;
    font-family: "Kiwi Maru", serif;}
#here dd{padding: 1.5em 5% 1.5em 32%;}
#here dt{
    padding: 1.2em 0;
    margin-left: 5%;
    width: 6em;
    text-align: center;
    background-color: #ffe5ca;
    border-radius: 50%;
    float:left;
    clear: both;}

#here ul{
    padding-left: 20px;
}
#here li{
    margin: 0 5%;
    list-style:square;
}
#contact section,
#here section{padding-top: 80px;}
#wrapper{overflow: hidden;}



/* その場で */
.fadeIn{
    animation-name:fadeInAnime;
    animation-duration:1s;
    animation-fill-mode:forwards;
    opacity:0;
    }
    
    @keyframes fadeInAnime{
      from {
        opacity: 0;
      }
    
      to {
        opacity: 1;
      }
    }
/*==================================================
スタート時は要素自体を透過0にするためのopacity:0;を指定する
===================================*/

.box{
	opacity: 0;
}

/*==================================================
動かしたい動き（今回は” ふわっ” を採用）
===================================*/

.fadeUp {
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity: 0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
	transform: translateY(100px);
  }

  to {
    opacity: 1;
	transform: translateY(0);
  }
}

/*--ハンバーガーアイコン--*/
/*ナビの詳細*/
#g-nav{
    position: fixed;
    z-index: 120;
    top: 0%;
    left: 100%;
    width: 80%;
    height: 100vh;/*ナビの高さ*/
    background: #fff;
    opacity: 0.9;
    transition: all 0.6s;
}
#g-nav.panelactive{left: 20%;}

/*ナビゲーション*/
#g-nav ul:first-child{
/*ナビゲーション天地中央揃え*/
position: absolute;
z-index: 122;
width: 100%;
top:40%;
left:50%;
transform: translate(-50%,-50%);
}
    /*リストのレイアウト設定*/

    #g-nav li{
        list-style: none;
        text-align: center; 
        font-size: 20px;
    }
        #g-nav li a{
        color: #e74646;
        text-decoration: none;
        padding: 10px 0;
        display: block;
        text-transform: uppercase;
        letter-spacing: 0.1em;
        font-weight: bold;
    }
        #g-nav li a:hover{color: #b5c99a;}
        #g-nav ul:nth-of-type(2){
            position: relative;
            padding-top: 70vh;
        }
        /*========= ボタンのためのCSS ===============*/
        .openbtn{
        position:fixed;
        z-index: 999;/*ボタンを最前面に*/
        top:24px;
        right: 5px;
        cursor: pointer;
        width: 50px;
        height:50px;
        background-color: #fff;
        border-radius: 3px;
        }
        /*×に変化*/
        .openbtn span{
            display: inline-block;
            transition: all.4s;
            position: absolute;
            left: 14px; height: 3px;
            border-radius: 2px;
            background-color: #e74646;
            width: 45%;
        }
    
        .openbtn span:nth-of-type(1){top: 15px;}
        .openbtn span:nth-of-type(2){top: 23px;}
        .openbtn span:nth-of-type(3){top: 31px;}
        .openbtn.active span:nth-of-type(2){opacity: 0;}
        .openbtn.active span:nth-of-type(1){
            top: 18px;
            left: 18px;
            transform: translateY(6px) rotate(-45deg);
            width: 30%;
        }
        .openbtn.active span:nth-of-type(3){
            top: 30px;
            left: 18px;
            transform: translateY(-6px) rotate(45deg);
            width: 30%;
        }
        
/**/
@media screen and (min-width:768px) {
    .sp{display: none;}
    .pc{display: block;}
    .flex{display: flex;}
    header{
        height: 70%;
        /* z-index: -5;
        padding: 15%;
        border-radius: 50px;
        margin:0 20% 150px;
        background-color: #ffe5ca;
        border: #fa9884 30px solid;
        height: 90%; */}
    .pc img{
        position: absolute;
        bottom: 20vh;
        z-index: 4;}
    .pc img:first-child{
        padding:8% 0 0 5%;
        left: 0;
        width: 40%;
    }
    .tel{
        width: 40%;
        left: 50%;
    }
    .pcback{
        display: block;
        padding: 35vh 50%;
        background-image: url(../images/atop.JPG);
        background-size: cover;
        background-repeat: no-repeat;
        box-shadow: #a7a49f -1px 5px 5px;
    }
    header h1{
        position: absolute;
        top: 30%;
        right: 0;
        z-index: 99;
        font-size: 30px;
        color: #fff3e2;
        text-shadow: #e74646 3px 1px 0,#e74646 -1px -1px 0,#e74646 -1px 1px 0,#e74646 1px -1px 0;
    }
    section h2{
        padding-left: 70px;
    }
    #contact header,
    #here header{
        margin: 0;
        padding: 0;
        border: 0;}
    a button{width: 200px;}
    #g-nav{width: 50%;}
    #g-nav.panelactive{left: 50%;}
}

@media screen and (min-width:1024px) {
    #wrapper{
        width: 900px;
        margin: 0 auto;
    }
    .tel{display: none;}
    .fadeUp img{
        width: 40%;
        height: auto;
    }
        
    footer{padding:0 10%;}
    footer p{text-align: right;}
}


    section{
        padding-top: 30px;
}