.ht-header {
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 138px;
  border-top: 7px solid #039fb2;
  position: fixed;
  z-index: 15;
  background-color: #fff;
}

@media screen and (max-width:768px) {
  .ht-header {
    height: auto;
  }
}

.ht-header img {
  max-width: 100%;
  vertical-align: bottom;
}

.ht-container {
  width: 1000px;
  margin: 0 auto;
  height: 73px;
  position: relative;
}

@media screen and (max-width:768px) {
  .ht-container {
    width: 100%;
    height: auto;
    font-size: 0;
    z-index: 6;
    background-color: #fff;
    padding-bottom: 1px;
  }
  .ht-container img {
    vertical-align: top;
  }
}

.ht-header__logo--pigeon {
  width: 108px;
  height: 35px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto 0;
}

@media screen and (max-width:768px) {
  .ht-header__logo--pigeon {
    width: 24.0625%;
    height: auto;
    position: relative;
    display: inline-block;
  }
}

.ht-header__logo--happy-travel {
  position: absolute;
  display: block;
  width: 283px;
  height: 46px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

@media screen and (max-width:768px) {
  .ht-header__logo--happy-travel {
    width: 54.6875%;
    height: auto;
    position: relative;
    display: inline-block;
  }
}

.ht-header__btn--menu {
  width: 18.125%;
  float: right;
}

.ht-header__btn--about {
  position: absolute;
  background-color: #ee6484;
  height: 38px;
  width: 166px;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto 0;
}

.ht-header__btn--about:hover {
  opacity: .7;
}

.btn--about--text {
  font-size: 12px;
  color: #fff;
  text-align: left;
  line-height: 38px;
  margin-left: 18px;
  letter-spacing: .05em;
}

.btn--about--text:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 0;
  margin: auto;
  margin-right: 18px;
}

.ht-container-under--wrapper {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: 2px solid #c4e4e8;
  border-bottom: 2px solid #c4e4e8;
}

.ht-header__under--inner {
  width: 1160px;
  margin: 0 auto;
  font-size: 0;
  text-align: center;
  padding: 0;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content:         space-between;
}

.under--menu {
  display: table;
  text-align: center;
  vertical-align: middle;
  width: calc(100% / 6);
  position: relative;
}
.under--menu > a {
  display: table-cell;
  padding: 0;
  height: 56px;
  text-align: center;
  vertical-align: middle;
}
.under--menu > a.disabled {
  pointer-events: none;
}
.under--menu > a::before {
  display: none;
  content: "";
  width: 100%;
  height: 60px;
  position: absolute;
  left: 0;
  top: -2px;
  background: #039fb2;
  z-index: 0;
  opacity: 0;
  -webkit-transition: all .2s;
          transition: all .2s;
}
.under--menu:hover > a::before {
  display: block;
  opacity: 1;
}
.under--menu:hover > a > p {
  color: #fff;
  position: relative;
}

.under--menu p {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.3em;
  color: #252525;
}

.under--menu:before {
  content: '';
  position: absolute;
  top: 18px;
  left: 0;
  background-color: #c4e4e8;
  width: 2px;
  height: 19px;
}

.under--menu:hover .under--level2--list {
  display: block;
}
.under--level2--list {
  display: none;
  width: 100%;
  border-left: 2px solid #c4e4e8;
  border-right: 2px solid #c4e4e8;
  position: absolute;
  left: 0;
  top: 56px;
}
.under--level2--menu {
  text-align: left;
}
.under--level2--menu > a {
  display: block;
  background: #fff;
  padding: 15px 20px;
  border-bottom: 1px solid #c4e4e8;
  position: relative;
}
.under--level2--menu > a > p {
  font-weight: normal;
}
.under--level2--menu > a::after {
  content: "";
  display: inline-block;
  background: url("../img/arw_nav_r.png") no-repeat center center;
  width: 8px;
  height: 13px;
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transition: all .2s;
          transition: all .2s;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.under--level2--menu > a:hover::after {
  right: 15px;
}

.ht-menu-inner {
  display: none;
}

.ht-menu-inner.show {
  border-top: 7px solid #039fb2;
  display: block;
  z-index: 7;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.7);
  overflow-y: auto;
}

.ht-menu-inner.show .ht-menu-inner-common {
  background-color: #fff;
  font-size: 0;
  padding-bottom: 1px;
}

.ht-menu-inner.show .ht-menu-inner-common img {
  vertical-align: top;
}

.ht-menu-inner.show .ht-menu-btn-wrapper {
  background-color: #fff;
}

.ht-menu-inner.show .ht-menu-inner-btn {
  border-bottom: 2px solid #c4e4e8;
  position: relative;
  display: block;
}

.ht-menu-inner.show .ht-menu-inner-btn a {
  display: block;
  position: relative;
}
.ht-menu-inner.show .ht-menu-inner-btn a:before {
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-top: 1px solid #ee6484;
  border-right: 1px solid #ee6484;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 40%;
  right: 0;
  margin: auto;
  margin-right: 18px;
}

.ht-menu-inner.show .ht-menu-inner-btn:nth-of-type(1) {
  border-top: 2px solid #c4e4e8;
}

.ht-menu-inner.show .ht-menu-inner-btn .menu-inner-icon {
  display: inline-block;
  width: 19.6875%;
}

.ht-menu-inner.show .ht-menu-inner-btn .menu-inner-text {
  display: inline-block;
  line-height: 42px;
  font-size: 14px;
  color: #252525;
}
@media screen and (max-width:768px) {
  .ht-menu-inner.show .ht-menu-inner-btn .menu-inner-text {
    line-height: 42px;
    font-size: 12px;
    margin-left: 10px;
  }
}

@media screen and (max-width:320px) {
  .ht-menu-inner.show .ht-menu-inner-btn .menu-inner-text {
    line-height: 36px;
    font-size: 10px;
  }
}

@media screen and (max-width:768px) {
  .ht-menu-bnr-wrapper {
    padding: 20px;
    text-align: center;
  }
}

@media screen and (max-width:768px) {
  .ht-menu-bnr-wrapper .ht-menu-inner-bnr {
    margin-bottom: 10px;
  }
}

@media screen and (max-width:768px) {
  .ht-menu-bnr-wrapper a {
    display: inline-block;
  }
}

.ht-menu-inner.show .ht-menu-inner-btn .ht-menu-sub-btn_t {
  width: 100%;
  background: #f7f7f7;
  margin: 0;
  padding-left: 10px;
}
.ht-menu-inner.show .ht-menu-inner-btn .ht-menu-sub-inner-btn {
  border-top: 1px solid #c4e4e8;
  padding-left: 10px;
}
