/*
Theme Name: pickdrone
Theme URI: https://pickdrone.hokuto-create-web.com/
Description: pickdroneのテーマです。
Version: 1.0
Author: Arai
Author URI: https://pickdrone.hokuto-create-web.com/
*/










@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}
html{
    font-size: 62.5%;
}
body {
    font-family:"游ゴシック体","Yu Gothic",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
    color: #fff;
}
a{
    text-decoration: none;
    color: black;
}



header{
    position: relative;
    position: absolute;
    top: 0;
    width: 100%;
    height:70px;
    z-index: 3;
}
.icon{
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-0%,-0%);
    height: 100%;
    z-index: 3;
}


.menu{
    width: 100%;
    height: 100%;
}
#global-navi{ 
   position: absolute;
   top: 0%;
   right: 0%;
   transform: translate(-0%,-0%);
   height: 100%;
}
.menu-list{  
    display: flex;
    list-style: none;
    width: 100%;
}
.menu-list li{ 
    display: flex;
    align-items: center;
    margin: 1rem 1rem;
    width: auto;
}
.menu-list li a{
    font-size: clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
    font-weight: bold;
}
.menu-list li a:hover{
    color: rgba(235, 235, 235, 0.5);
}



.btn-header-reserve{
    height: 100%;
}



footer{
    position: relative;
    width: 100%;
    height: 200px;
    background-color: #3B4043;
    line-height: normal;
    padding: 10rem 0rem 10rem;
}
.footer-left{
   position: absolute;
   top: 50%;
    left: 5%;
    transform: translate(-5%,-50%);
   width: 80%;
   height: auto;
    display: flex;
  flex-flow: row wrap;
}
.footer-menu2{
    margin-left: 2rem;
}
.footer-menu-text{
    margin-bottom: 1rem;
    font-size: clamp(1.2rem, 1.011rem + 0.63vw, 1.6rem);
    list-style: none;
}
.footer-menu-text a{
    color: #ffffff;
}
.footer-menu-text a:hover{
    color: #c1c1c1;
}
.footer-contact{
    position: absolute;
    bottom: 0%;
    left: 25%;
    transform: translate(-25%,-0%);
}
.text-footer-contact{
    font-size: clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
    list-style: none;
}
.footer-right{
    position: absolute;
    bottom: 0%;
    right: 0%;
    transform: translate(-0%,-0%);
    font-size:clamp(1rem, 0.88rem + 0.6vw, 1.6rem);
}

