/* # =================================================================
   # ヘッダーフッター
   # ================================================================= */

.sp768{
    display: none;
 }
 /* ヘッダー */
 header{
    height: auto;
    width: 100%;
    padding: 16px 0;
    font-size: 1.8rem;
    position: fixed;
    z-index: 150;
    background-color: rgb(255, 255, 255);
    background-size: 200%;
    background-image: url(../img/index_img/header_line.png);
    background-repeat: repeat-x;
    background-position: center bottom;
 }
 .header_r{
    vertical-align: middle;
    position: absolute;
    float: right;
    top: 0;
    right: 2%;
 }
 .login_btn{
    right: 0;
 }
 .header_r li{
     display: inline-block;
     vertical-align: middle;
 }
 .header_r img{
    width: 64px;
 }
 header a{
    color: #ffffff;
    text-decoration: none;
 }
 header li{
    list-style: none;
    display: inline-block;
 }
 header li.textlink{
    list-style: none;
    display: inline-block;
    height: auto;
    vertical-align: middle;
 }
 .logo{
    width: 36%;
    margin-left: 2%;
 }
 .header_login{
    margin-right: 30px;
 }
 .header_entry{
    margin-right: 30px;
 }
 .textlink{
    margin-right: 30px;
 }
 /* 横幅の微調整 */
 @media screen and (min-width: 769px) and (max-width: 1000px){
.header_login{
    margin-right: 15px;
}
.header_entry{
   margin-right: 15px;
}
.textlink{
   margin-right: 15px;
}
}
@media screen and (max-width: 768px){
.header_entry{
  margin-right: 5px;
}
.textlink{
   margin-right: 5px;
}
}
 .header_login a{
    color: #ff7b7b;
 }
 .header_entry a{
    color: #8acd5a;
 }

 /* フッター */
 footer{
    text-align: center;
    padding-bottom: 10px;
    font-size: 1.4rem;
    letter-spacing: 0.1em;
    color: #845100;
 }
 .footer{
    padding: 120px 0 20px;
 }
 footer ul li{
    list-style: none;
    display: inline-block;
    padding-bottom: 20px;
    position: relative;
    padding-right: 10px;
 }
 footer ul li a{
    color: #845100;
    text-decoration: underline!important;
 }
 footer ul li+ li {
    border-left: 1px solid #333;
    height: 4px;
    padding-left: 12px;
  }
  .company{
     display: inline-block;
     padding-bottom: 10px;
  }
 .footer_pattern{
    background-image: url(../img/index_img/footer_line.png);
    background-size: 200%;
    background-repeat: repeat-x;
    background-position: center top;
 }

 /* モバイルカート大きさ調整 */
 .ipad{
    height: 39px;
    width: auto;
 }
 
/* # =================================================================
   # 【タブレット縦 /スマートフォン横】
   # ================================================================= */
@media screen and (min-width: 481px){
.sp{display: none;}
.pc{display: block;}
.br-sp{display: none;}
.wrapper{
   max-width: 1000px;
   margin: 0 auto;
}
/* ヘッダー */
.logo{
   width: 140px;
   margin-left: 4%;
}
/* フッター */
.footer{
   padding: 100px 0 0;
}
}

/* # =================================================================
   # 【デスクトップ/タブレット横】
   # ================================================================= */
@media screen and (min-width: 769px){
/* ヘッダー */
.logo{
    width: 335px;
}
header{
    height: 90px;
    padding: 0;
    background-size: auto;
}
.header_container_pc{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 90px;
}
.header_r{
    position: static;
    display: block;
    min-width: 425px;
    text-align: right;
}
.header_r img{
   width: 75px;
}
.trial{
    border: 2px solid #fff;
    border-radius: 6px;
    padding: 5px 10px;
}

/* フッター */
.footer{
    padding-top: 7%;
    width: 800px;
    margin: 0 auto;
    display: block;
}
.footer_inner {
    width: 800px;
    display: flex;
    float: left;
    margin-bottom: 10px;
}
footer p {
    display: inline-block;
    font-size: 1.8rem;
    text-align: left;
}
.company{
    font-size: 2rem;
    margin-right: 20px;
    font-weight: bold;
    display: block;
    text-align: left;
}
footer ul {
    display: block;
    margin: 0 auto;
    width: 800px;
    font-size: 1.6rem;
}
.footer_pattern{
    background-size: auto;
}
}

@media screen and (max-width: 768px){
.sp768{
    display: block;
}
/* ヘッダー */
.logo{
    width: 50%;
}
.header_r{
    top: 15%;
}
.header_login{
    margin-right: 15px;
}
.header_login a,
.header_entry a{
    font-size: 1.4rem;
    line-height: 1.2;
    display: block;
}
}


