@charset "utf-8";
/* CSS Document */

header{
    width: 100%;
    height: auto;
    background-color: #000;
    padding: 15px 0;
    overflow: hidden;
    z-index: 99;
    margin: 0;
    font-family:"Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif"; 
}


.header_sp{
    display: none;
}


.header{
    overflow: hidden;
    color :#fff;
}

nav ul{
    list-style: none;
    float: right;
    margin: 10px 0 0;
  }

 nav ul li{
     float: left;
     /*padding-left: 10px;*/
     display: block;
     color: #fff;
     text-decoration: none;
     font-size: 20px;
     
}


 nav ul li a{
        padding: 10px;
        color: #fff;
        text-decoration: none;
        font-size: 65%;
}


.logo{
    margin: 20px 0px 0px 20px;
}

.logo img{
    width: 150px;
    float: left;
}

.logo img:hover{
    opacity: 0.8;
}


.logo_text{
    float: left;
    padding: 14px 0 0 10px;
    font-size: 0.5em;
    margin: 0;
    text-align: left;
}





@media (max-width: 1010px) {

    nav ul li{
     font-size: 1.5vw;
}
    
}
    
@media (max-width: 900px) {
        
nav {
    display:none;
}

.header_sp{
    display: block;
    position: relative;
    width: 60px;
    margin-left: auto; /*追加 ハンバーガーメニューを右寄せ*/
 
}


/*チェックボックス等は非表示に*/
.nav-unshown {
  display: none;
}

/*アイコンのスペース*/
#nav-open {
    display: inline-block;
    width: 30px;
    height: 22px;
    vertical-align: middle;
    margin-top: -40%;
    margin-right: 20px;
    float: right;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
    position: absolute;
    height: 3px;/*線の太さ*/
    width: 25px;/*長さ*/
    border-radius: 3px;
    background:  #fff;
    display: block;
    content: '';
    cursor: pointer;
}
#nav-open span:before {
    bottom: -8px;
}
#nav-open span:after {
    bottom: -16px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
    display: none;/*はじめは隠しておく*/
    position: fixed;
    z-index: 199;
    top: 0;/*全体に広がるように*/
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    opacity: 0;
    transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
     display: none;
  background-color: #e8e8e8;
  color: #fff;
  overflow: auto;
  position: fixed;
  top: 0;
  right: 0;  /*修正 右端に固定 */
  z-index: 9999;/*最前面に*/
  width: 60%;/*右側に隙間を作る（閉じるカバーを表示）*/
  max-width: 330px;/*最大幅（調整してください）*/
  height: 100%;
  transition: .3s ease-in-out;/*滑らかに表示*/
  -webkit-transform: translate(110%);
}



/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
    display: block;/*カバーを表示*/
    opacity: .5;
}

#nav-input:checked ~ #nav-content {
     display: block;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);/*中身を表示*/
    box-shadow: 6px 0 25px rgba(0,0,0,.15);
    z-index: 9999;
     transition: .3s ease-in;/*滑らかに表示*/
}

#nav-content img{
    width: 40px;
    text-align: left;
    margin-left: 10px;
    clear: both;
}

#nav-content p{
    margin-right: 10px;
    text-decoration: none;
}
    
.hdr_grounp{
    border-bottom:1px solid #fff;
    width: 100%;
    margin: 0 auto;
    background-color: #505050;
    color: #fff;
    padding: 15px 0px 10px 15px;
    font-size: 70%;
}


.inter_sp{
    border-bottom:1px solid #fff;
    width: 100%;
    padding: 5px 0;
    margin: 0 auto;
     background-color: #505050;
}


.inter_sp p{
     font-size: 70%;
     color:  #fff;
     width: 250px;
     margin: 0 ;
     padding: 10px 0 10px 20px;
}

.my-parts,.my-parts2 {
	display: inline-block;
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
    float: right;
    margin:-30px 20px 0 0;
}
.my-parts span::before,.my-parts2 span::before,
.my-parts span::after,.my-parts2 span::after {
	display: block;
	content: "";
	position: absolute;
	top: 170%;
	left: -20%;
	width: 84%;
	height: 16%;
	
	background: #fff;
}
.my-parts span::after,.my-parts2 span::after {
	transform: rotate(90deg);
}

.hLight2 span::after{
  display: none;
}


.checkbox2{
    clear: both;
}


.checkbox2 input{
    display: none;
}

.button111,.button212{
    width: 100%;
    margin: 0 auto;
    background-color: #fff;
}

.button111:hover:before,.button111:hover:after{
  transition:800ms ease all;
}


.button111 p,.button212 p{
    color: #505050;
    margin: 0;
    padding: 10px 0 10px 20px;
    width: 100%;
    font-size: 70%;
    border-bottom: solid 1px #000;
}

.arrow3{
  overflow: hidden;
  width: 10px;
  height: 10px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  float: right;
  margin: -25px 20px 0 0;
}

.arrow4{
  overflow: hidden;
  width: 8px;
  height: 8px;
  border-top: 2px solid #d50014;
  border-right: 2px solid #d50014;
  transform: rotate(45deg);
  float: right;
  margin: -25px 20px 0 0;
  position: relative;
}


}

@media (max-width: 450px) {
    .logo img{
        width: 30%;
    }
    
    .logo_text{
    padding: 9px 0 0 0;
    margin: 0;
    font-size:10px
    -webkit-transform:scale(0.8);
    -moz-transform:scale(0.8);
    -ms-transform:scale(0.8);
    -o-transform:scale(0.8);
    transform:scale(0.8);

}
}



