
@font-face {
  font-family: 'notosansjp';
  font-weight: 100;
  src: url(../fonts/Noto_Sans_JP/notosansjp/NotoSansJP-Thin.otf) format('opentype');
 }
@font-face {
  font-family: 'notosansjp';
  font-weight: 300;
  src: url(../fonts/Noto_Sans_JP/notosansjp/NotoSansJP-Light.otf) format('opentype');
 }
@font-face {
  font-family: 'notosansjp';
  font-weight: 400;
  src: url(../fonts/Noto_Sans_JP/notosansjp/NotoSansJP-Regular.otf) format('opentype');
 }
 @font-face {
  font-family: 'notosansjp';
  font-weight: 500;
  src: url(../fonts/Noto_Sans_JP/notosansjp/NotoSansJP-Medium.otf) format('opentype');
 }
 @font-face {
  font-family: 'notosansjp';
  font-weight: 600;
  src: url(../fonts/Noto_Sans_JP/notosansjp/NotoSansJP-Bold.otf) format('opentype');
 }
 @font-face {
  font-family: 'notosansjp';
  font-weight: 900;
  src: url(../fonts/Noto_Sans_JP/notosansjp/NotoSansJP-Black.otf) format('opentype');
 }
 *{
  font-family: 'notosansjp';
  font-weight: 400;
  color: #555;
}

header{
  height:80px;
  width: 100%;
  background-color:orange;
  display: flex;
  justify-content:space-between;
}
header > .flex_left{
  display: flex;
}
header > .flex_left > a > img{
  height: 75px;
}

.search-box {
  position: relative;
  display: flex;
  width: 400px;
  margin-top: 20px;
  margin-left: 40px;
}

.search-box input[type="text"] {
  flex-grow: 1;
  padding: 0.7rem 0 0.7rem 0.8rem;
  border: 1px solid #333;
  border-radius: 1.5rem;
  background-color: white;
  outline: none;
}

.search-box button {
  position: absolute;
  top: -0.05rem;
  right: 0;
  cursor: pointer;
  padding: .8rem .9rem .8rem .8rem;
  border-radius: 0 1.5rem 1.5rem 0;
  border: none;
  background: none;
  color: #333;
  font-size: 1rem;
  transition: 0.5s;
}

.search-box button:hover {
  color: #4eadb8;
  transform: scale(1.2);
}

header > .flex_right{
  display: flex;
}
header > .flex_right > a > .user_name{/*ボタン*/
  font-size:16px;
  margin-top: 30px;
  font-weight:600;
}
header > .flex_right > form > button{/*ボタン*/
  font-size:16px;
  margin-top: 30px;
  font-weight:600;
  margin-left: 10px;
}
header >.flex_right > a > .carIcon {
  width: 40px;
  height: 40px;
  margin-top:15px;
  margin-left: 30px;
}
header >.flex_right > a > .bellIcon {
  width: 40px;
  height: 40px;
  margin-top:15px;
  margin-left: 20px;
  margin-right: 30px;
}