@charset 'UTF-8';

.buttonList {
  justify-content: flex-start;
}
.iconButton {
  display: flex;
  background: #f2f2f2;
  border: none;
  height: 90px;
  padding-top: 48px;
  justify-content: center;
  align-items: center;
}
.iconButton__img {
  height: auto;
}
.iconButton__text {
  font-size: 0.86rem;
}
.p-md {
  padding: 16px;
}
.tagList__text {
  background: #fff;
}
.tagList__text > a {
  border: 1px solid #888;
}
.areaTitle {
  display: flex;
}
.areaTitle .heading--iconLeft {
  padding-left: 2.5em;
  flex: 1 0 auto;
}
.areaTitle--lead {
  flex: 1 1 auto;
  padding-left: 24px;
  font-size: 0.86rem;
}
.areaTitle .heading__icon {
  width: 2em;
  top: 0;
}
.areaImg__wrapper {
  display: flex;
  margin-bottom: 24px;
}
.areaImg__item {
  position: relative;
  width: 50%;
  height: 350px;
  overflow: hidden;
}
.areaImg__item > img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.areaImg__item--devide {
  display: flex;
  flex-direction: column;
}
.areaImg__item--small {
  position: relative;
  height: 175px;
  overflow: hidden;
}
.areaImg__item--small > img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.button--coupon {
  width: 100%;
  width: 300px;
  max-width: none;
  justify-content: flex-start;
}
.button--coupon > img {
  height: 40px;
  margin-right: 8px;
}
.dstHeading {
  display: flex;
  flex: 1 0 auto;
}
.dstHeading > a,
.dstHeading > span {
  display: flex;
  position: relative;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 8px;
  align-items: center;
  color: #333;
  text-decoration: none;
  display: block;
}
.dstHeading > a:hover {
  text-decoration: underline;
}
.dstHeading::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  width: 32px;
  height: 32px;
  background: url(https://www.his-j.com/cmn/icon/icon_arrow_right.svg);
  background-size: 32px 32px;
  transform: translateY(-50%);
  display: none;
}
.dstHeading__icon {
  width: 2em;
  margin-right: 8px;
  border: 1px solid rgba(0,0,0,.1);
  vertical-align: top;
}
.dstHeading__icon.ver2 {
  border: none;
}
/*固定メニュー*/
.fix-menu {
  width: 100%;
  background: #F2F2F2;
  display: none;
  position: fixed;
  top: 0;
  z-index: 100000;
}
.fix-menu__wrap {
  width: 992px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.fix-menu__wrap::after {
  content: "";
  width: 50px;
  height: 72px;
  position: absolute;
  right: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(255,255,255, 0) 0%, #F2F2F2 100%);
}
.fix-menu__inner {
  display: flex;
  overflow-x: auto;
  margin-left: -7px;
  margin-right: -7px;
}
.fix-menu__item {
  flex-shrink: 0;
  margin: 0 7px;
}
.fix-menu__item:last-of-type {
  padding-right: 50px;
}
.fix-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  border-radius: 4px;
  padding: 11px 8px;
  transition: .25s;
}
.fix-menu__link.active,
.fix-menu__link.hover,
.fix-menu__link:focus {
  background-color: #fff;
}
.fix-menu__link.active .fix-menu__text {
  font-weight: bold;
}
.fix-menu__img {
  width: 30px;
  height: auto;
}
.fix-menu__text {
  font-size: 1rem;
  color: #111;
  white-space: nowrap;
  margin-top: 9px;
}



.grid-row__center{
  justify-content: center;
}



/***   /kaigai/oceania/   ***/
.textMv__textWrapper.fontAdjust {
  padding: 120px 16px 0;
}
.textMv__textWrapper.fontAdjust .textMv__title {
  font-size: 4rem;
}