* {
  margin: 0;
  padding: 0;
  line-break: strict;
  word-break: normal;
  font-family: 'Hiragino Kaku Gothic Pro', 'Hiragino Kaku Gothic ProN', Meiryo, 'MS PGothic', sans-serif;
  box-sizing: border-box;
}
html {
  font-size: 62.5%;
}
body {
  background-color: #ffffff;
  color: #333333;
  font-size: 16px;
  font-size: 1.6em;
  line-height: 1em;
  word-wrap: break-word;
}

#navitime {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

/* ------------ headerArea ------------ */
#navitime #headerArea .box01 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

#navitime #headerArea .box01 .col02 {
  margin-left: auto;
	
}
#navitime #headerArea .box01 .col02 .box0101 {
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 10px;
  text-align: right;
}
#navitime #headerArea .box01 .col02 .box0101 a {
  padding-right: 23px;
  background: url("../img/header_icon_blank.png") no-repeat right center / 18px 15px;
}
#navitime #headerArea .box01 .col02 .box0102 {
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#navitime #headerArea .box01 .col02 .box0102 .fl a {
  display: block;
  height: 40px;
  line-height: 32px;
  text-align: center;
  color: #ff9600;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fff;
  border: 2px solid #ff9600;
  box-sizing: border-box;
  width: 160px;
  border-radius: 20px;
  margin-right: 8px;
  padding-top: 3px;
  padding-bottom: 3px;
}

#navitime #headerArea {
    height: 120px;
    padding: 30px 20px;
}
#navitime #headerArea .box01 {
}
#navitime #headerArea .box01 .col01 {
  max-width: 60%;
  width: 60%;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#navitime #headerArea .box01 .col01 img {

}
#navitime #headerArea .box01 .col02 {
  margin-left: auto;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#navitime #headerArea .box01 .col02 .fl {
  margin-left: auto;
}
#navitime #headerArea .box01 .col02 .fr a{
color: #333;
    font-weight: bold;
    text-decoration: none;
    font-size: 2rem;
}
#navitime #headerArea .box01 .col02 .fl img, #navitime #headerArea .box01 .col02 .fr img {
  height: 36px;
}
/* ------------ footerArea ------------ */
#footerArea {
  padding: 80px 0;
  text-align: center;
}

#footerArea img {
	width: 90px;
}
#footerArea .txt01 {
  color: #444;
  font-size: 14px;
  font-size: 1.4rem;
  margin-bottom: 25px;
}
#footerArea .img01 {
  max-width: 120px;
  margin: 0 auto 40px auto;
}
#footerArea .txt02 {
  font-size: 12px;
  font-size: 1.2rem;
  color: #666;
}

@media screen and (max-width: 768px) {
		#navitime {
	width: 100%;
}
@media screen and (max-width: 480px) {
	#navitime #headerArea .box01 .col01 img {
    width: 72%;
}
#navitime #headerArea .box01 .col02 {
	display:none;
}
}