@font-face {
  font-family: 'Source Serif Pro';
  src: url('./font/SourceSerifPro-Regular.ttf') format('truetype');
  font-weight: normal;
}

@font-face {
  font-family: 'Source Serif Pro';
  src: url('./font/SourceSerifPro-Bold.ttf') format('truetype');
  font-weight: bold;
}

* {
  font-family: 'Source Serif Pro', 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', serif;
  line-height: 1.5;
}

header > div > div > div:nth-child(2) > div > *:not(.verticalLine){
  align-items: center;
}

header > div > div > div:nth-child(2) > div > *:not(.verticalLine) > div {
  font-size: calc(8pt + 0.4vw);
  line-height: 1.9;
}

header > div > div > div:nth-child(2) > ul{
  height: 40px;
}

#subHeaderMainMenu > *{
  font-size: calc(7pt + 0.5vw);
  padding-top: 18px;
  padding-bottom: 18px;
  height: 21px;
}

#subHeaderMainMenu > div:after{
  padding-top: 19px;
}

#subHeaderDetails > div > ul > li > a{
  font-size: 9pt;
}

.enquiry > a:nth-child(2) > span{
  font-size: 8pt;
}
