/* WP get_header 'travel' */

/**
 * 230315
 */

/* 230316 デフォルトの選択項目が1番目なので、css方式はうまくいかない
#pickup-place-wrapper.selected-shinjuku #pickuptime-select .c-0500 {
  display: none;
}
*/


/**
 * eSIM menu 230426
 */

/* menu */

.category-nav-container .category-nav .top-bar-right .menu .menu-item-57603,
.category-nav-container .category-nav .top-bar-right .menu .menu-item-50812 {
  border-bottom: #fefefe 2px solid;
}
.category-nav-container .category-nav .top-bar-right .menu .menu-item-57603 a,
.category-nav-container .category-nav .top-bar-right .menu .menu-item-50812 a {
  font-size: 1.1rem;
  width: 240px;
}
.category-nav-container .category-nav .top-bar-right .menu .menu-item-57603>a:before,
.category-nav-container .category-nav .top-bar-right .menu .menu-item-50812>a:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  content: url("../images/icon-esim.svg");
  width: 32px;
}

/* menu travel Mobile */

.menu .menu-item-57615 a:before,
.menu .menu-item-50818 a:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  content: url("../images/icon-esim.svg");
  width: 32px;
}

/* menu top Mobile */

.menu .menu-item-57616 a:before,
.menu .menu-item-50819 a:before {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
  content: url("../images/icon-esim.svg");
  width: 32px;
}

/* home */

.frontpage-eyecatch .frontpage-eyecatch-category .frontpage-eyecatch-content .sub-category .sub-category-link-esim {
  background: url("../images/image-esim.png") bottom center no-repeat;
  background-position: left center;
  background-size: 30%;
  height: 70px;
  max-width: 280px
}
@media only screen and (max-width: 640px) {
  .frontpage-eyecatch .frontpage-eyecatch-category .frontpage-eyecatch-content .sub-category .sub-category-link-esim {
    margin-top: 10px;
    margin-bottom: 10px;
    background-position: 7px center;
    background-size: 25%;
  }
}
@media print, screen and (min-width: 64em) {
  .frontpage-eyecatch .frontpage-eyecatch-category .frontpage-eyecatch-content .sub-category .sub-category-link-sim-travel {
    background: url("../images/image-sim-esim.png") bottom center no-repeat;
    background-position: left center;
    background-size: 40%;
    max-width: 295px;
  }
}

.callout.alert {
  margin-bottom: 3em;
}

.typography-subhealine {
  font-size: 1.75rem;
}
dl.format-standard-2023 dt {
  margin-bottom: 10px;
  font-size: 1.3rem;
}
dl.format-standard-2023 dd {
  margin-bottom: 30px;
  line-height: 1.6;
}

/* compatibility 幅を揃える20230719 */
