@charset "UTF-8";
/* CSS Document */

@font-face{
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;
  font-style:normal;
}

html{
  font-size: 62.5%; /* 62.5％ X 16px=10px */
}

body{
  background-color: #F1F1E9;
  color: #000000;
  font-family: YakuHanJP, "Hiragino Sans", "Hiragino Kaku Gothic ProN", "Noto Sans JP", Meiryo, sans-serif;;
  font-size: 1.6rem;
  font-feature-settings: "palt" 1;
}

a{
  color: #000000;
}

img{
  max-width: 100%;
  height: auto;
}

.inner{
  padding: 0 20px;
  margin: 0 auto;
}

.text-center{
  text-align: center;
}  
 
.sp_br{
  display: none;
}



/*------------------ヘッダー部分------------------*/
.header_area{
  margin: 20px 34px 8px;
  text-align: center;
}

/*------------------車両部分------------------*/
.car_area>li{
  padding-bottom: 0px;
  margin-bottom: 0px;
}

/*------------------そのほか------------------*/
.other_area>li{
  margin-bottom: 15px;
}
.other_area>li:last-child{
  margin-bottom: 0;
}

/*------------------トップボタン------------------*/
.topbtn{
  width: 150px;
  margin: 0 auto;
}

/*------------------フッター------------------*/
.footer_area{
  padding: 18px 0;
}

.footer_text>li{
  font-size: 1.3rem;
  line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph; /*--edge--*/
  color: #fff;
  padding-bottom: 15px;  
}

.copyright{
  font-size: 1rem;
  line-height: 1.5;
  text-transform: uppercase;
  text-align: center;
}





/*------------------PC版------------------*/
@media screen and (min-width:960px){

  .inner{
    max-width: 800px;
    margin: 0 auto;
  }

  img{
    width: 800px;
    height: auto;
  }

  .pc_br{
    display: none;
  }
  
  .sp_br{
    display: block;
  }
  
  
  
  /*------------------ヘッダー部分------------------*/
  .header_area{
    margin: 40px 0 70px;
  }

  /*------------------車両部分------------------*/
	
  .car_area>li{
    margin-bottom: 0px;
  }
    	
  /*------------------フッター------------------*/
  .footer_area{
    margin-top: 100px;
  }
  
}








