#header .logo a {
  display: block;
}
#header #bar .logo {
  background-image: url(../images/common/header_logo_basic_02.svg);
  background-size: 107px 50px;
  width: 107px;
  height: 50px;
}
@media (max-width: 768px) {
  #header {
    background-color: #fff;
    height: 90px !important;
    border-bottom: 1px solid #f2f2f2;
  }
  #header .logo {
    top: 10px !important;
    left: 7px !important;
  }
  body.premium #header .logo a {
    background-image: url(../images/common/header_logo_basic_sp.png);
    background-size: 174px 66px;
    width: 174px;
    height: 66px;
}
  body.premium.executive-cs #header .logo a {
    background-image: url(../images/common/header_logo_basic_sp.png);
    background-size: 74px 66px;
    width: 174px;
    height: 66px;
    background-repeat: no-repeat;
  }
  body.premium.executive-cs #header .logo {
    top: 10px !important;
  }
  #header .logo img {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #header .global {
    display: none !important;
  }
}

@media (max-width: 768px) {
  #header .cta {
    display: none !important;
  }
}

#header #bar {
  position: fixed;
  background-color: #fff;
  height: 90px;
  border-bottom: 1px solid #f2f2f2;
  left: 0;
  right: 0;
  z-index: 2000;
  top: -90px;
  transition: all ease 0.3s;
}

@media (max-width: 768px) {
  #header #bar {
    display: none;
  }
}

.is-bar-show #header #bar {
  top: 0;
}

#header #bar .site {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

#header #bar .logo {
  position: absolute;
  top: 21px;;
  left: 15px;
}

#header #bar .logo img {
  height: 50px;
}

#header #bar .global {
  position: absolute;
  top: 20px;
  left: 180px;
}

#header #bar .global ul li {
  display: flex;
  align-items: center;
  border-left: 1px solid #e5e5e5;
  width: 136px;
  float: left;
  height: 50px;
}

#header #bar .global ul li a {
  display: block;
  padding-left: 18px;
  transition: all ease 0.3s;
}

#header #bar .global ul li a:hover {
  opacity: 0.7;
}

#header #bar .global ul li p {
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0.1em;
  font-family: "Noto Serif JP", serif;
}

#header #bar .global ul li p + p {
  font-size: 12px;
  opacity: 0.3;
  letter-spacing: 0.15em;
}

#header #bar .cta {
  position: absolute;
  right: 0;
  top: 10px;
}

#header #bar .cta li {
  float: left;
  margin-left: 10px;
}

#header #bar .cta li.tel {
  height: 70px;
  background-color: #f2f2f2;
  color: #7c868d;
}

#header #bar .cta li.tel .latin {
  font-weight: 400;
}

body.premium #header #bar .cta li.tel {
  background-color: #f9f7f4;
  color: #7c868d;
}

#header #bar .cta li.tel a {
  padding: 10px 20px 0;
  display: block;
}

#header .cta li.tel p:first-child {
  font-size: 13px;
  line-height: 18px;
  text-align: center;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
  padding: 0 10px;
  letter-spacing: 0.1em;
}

#header #bar .cta li.tel p + p {
  font-size: 20px;
  text-align: center;
  margin-top: 9px;
}

#header #bar .cta li.tel p + p:before {
  content: "";
  background-image: url(../images/common/icon_tel.svg);
  background-size: 14px 19px;
  width: 14px;
  height: 19px;
  vertical-align: -2px;
  margin-right: 6px;
  display: inline-block;
}

body.premium #header #bar .cta li.tel p + p:before {
  background-image: url(../images/common/icon_tel_premium.svg);
}

#header #bar .cta li.form a {
  padding: 22px 25px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background-color: #5d676c;
  height: 70px;
  color: #fff;
  transition: all ease 0.3s;
  position: relative;
}

body.premium #header #bar .cta li.form a {
  background-color: #866b4f;
}

#header #bar .cta li.form a:hover {
  background-color: #000 !important;
}

#header #bar .cta li.form p {
  font-size: 12px;
  letter-spacing: 0.15em;
}

#header #bar .cta li.form p + p {
  opacity: 0.5;
  font-size: 10px;
  font-size: 8px;
  margin-top: 6px;
}
