@charset 'UTF-8';

.section__container {
  padding: 24px 24px 60px;
}
#countryMenu .section__container {
  padding: 24px 24px 36px;
}


.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;
  display: block;
}
.heading--iconLeft {
  display: inline-block;
  text-align: left;
}
.areaTitle .heading--iconLeft {
  padding-left: 2.5em;
  flex: 1 0 auto;
}
.areaTitle--lead {
  flex: 1 1 auto;
  padding-left: 24px;
  padding-left: 0;
  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: 200px;
  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: 100px;
  overflow: hidden;
}
.areaImg__item--small > img {
  position: absolute;
  height: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.buttonList {
  margin: 0 -4px 8px;
}
.buttonList__item--col6 {
  width: 33.333%;
  padding: 0 4px 8px;
}
.button--coupon {
  width: 100%;
  max-width: none;
  justify-content: flex-start;
}
.button--coupon > img {
  height: 40px;
  margin-right: 8px;
}
.dstHeading > a,
.dstHeading > span {
  display: flex;
  position: relative;
  flex: 1 0 auto;
  font-weight: bold;
  font-size: 1.7rem;
  margin-bottom: 8px;
  align-items: center;
  color: #333;
  text-decoration: none;
  padding-right: 40px;
}
.dstHeading > a::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%);
}
.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%;
  display: none;
  position: fixed;
  top: 0;
  z-index: 100000;
}
.fix-menu__wrap {
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.fix-menu__wrap::after {
  content: "";
  width: 24px;
  height: 100%;
  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;
  padding-bottom: 1.5px;
  background: #F2F2F2;
}
.fix-menu__item {
  flex-shrink: 0;
  background: #F2F2F2;
}
.fix-menu__item + .fix-menu__item  {
  padding-left: 18px;
}
.fix-menu__item:first-of-type {
  padding-left: 24px;
}
.fix-menu__item:last-of-type {
  padding-right: 24px;
}
.fix-menu__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  padding: 10px 1px 6px;
  transition: .25s;
  position: relative;
}
.fix-menu__link.active::after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: -1.5px;
  background: #004098;
  border-radius: 1.5px;
}
.fix-menu__img {
  width: 30px;
  height: auto;
}
.fix-menu__text {
  font-size: .85rem;
  color: #888;
  white-space: nowrap;
  margin-top: 5px;
}
.fix-menu__link.active .fix-menu__text {
  font-weight: bold;
  color: #004098;
}

/***   /kaigai/oceania/   ***/
.textMv__textWrapper.fontAdjust {
  padding: 70px 24px 0;
}
.textMv__textWrapper.fontAdjust .textMv__title {
  font-size: 2rem;
}
@media screen and (max-width: 575px){
  .js-fix-menu-content .grid-col2, .grid-col3, .grid-col3--2, .grid-col4 {
    padding: 0;
}
  .js-fix-menu-content .section__container{
    display: flex;
    flex-direction: column;
    padding: 0;
    padding-bottom: 60px;
  }
  .js-fix-menu-content .areaImg__wrapper{
    order: 1;
  }
  .js-fix-menu-content .areaImg__item > img {
    width: 100%;
    object-fit: cover;
  }
  .js-fix-menu-content .areaImg__item--small > img{
    width: 100%;
    object-fit: cover;
  }
  .js-fix-menu-content .areaTitle{
    order: 2;
    padding: 6px 24px;
  }
  .js-fix-menu-content .bgGray{
    order: 3;
    margin: 16px 24px 26px 24px;
  }
  .js-fix-menu-content .heading--md{
    order: 4;
    text-align: center;
  }
  .js-fix-menu-content .grid-row{
    order: 5;
    margin: 0;
    padding: 0 24px;
  }
  .js-fix-menu-content .align-center{
    order: 6;
  }
  .js-fix-menu-content .grid-col__link{
    flex-direction: row;
    gap: 15px;
  }
  .js-fix-menu-content .imgContainer--full{
    width: 37%;
    height: 115px;
  }
  .js-fix-menu-content .grid-col__body{
    width: 63%;
  }
  .grid-col__body .heading--md{
    font-size: 14px;
    text-align: left;
    margin-bottom: 3px;
  }
  .js-fix-menu-content .imgContainer--full>img{
    height: 100%;
    object-fit: cover;
  }
  .sp-only .section__container{
    padding: 0;
  }
  .sp-only .grid-row{
    margin: auto;
    padding: 0;
  }
  .travelMedia__text{
    font-size: 12px;
  }
  .girdTextLink--borderBottom--sp{
    border-bottom: 1px solid #333;
  }
  .text--caption{
    font-size: 12px;
  }
  .pb-sp-0{
    padding-bottom: 0 !important;
  }
  .grid-row__sp-left{
    justify-content: left !important;
  }
  .mb-sp-0{
    margin-bottom: 0 !important;
  }
  .mb-sp-16{
    margin-bottom: 16px !important;
  }
}