@charset "UTF-8";
:root {
  --olive-900: #232A1E;
  --olive-800: #2E3524;
  --olive-700: #3E4A2E;
  --olive-600: #4B5A3A;
  --olive-500: #647448;
  --khaki-300: #C9BE9C;
  --khaki-200: #DBD3B8;
  --khaki-100: #EFEADA;
  --cream: #F7F5EC;
  --paper: #FFFFFF;
  --ink: #26251F;
  --ink-soft: #5B5A4E;
  --line: #E2DCC8;
  --tan-accent: #B4813C;
  --shadow: 0 6px 18px rgba(35, 42, 30, 0.10);
  --shadow-sm: 0 2px 8px rgba(35, 42, 30, 0.08);
  --radius: 14px;
}

body {
  font-family: "Helvetica", "Arial", "Open Sans", "Bodoni", "Montserrat", "Roboto", "Noto Sans JP", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", "Meiryo", "メイリオ", "ＭＳ Ｐゴシック", "MS P Gothic", Osaka, Arial, Helvetica, Verdana, sans-serif;
  background: rgba(245, 246, 247, 0.5);
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, sans-serif;
  background: var(--cream);
  color: var(--ink);
  -webkit-font-smoothing: antialiased;
  max-width: 1280px;
  margin: auto;
  width: 100%;
}

h1,
h2,
h3,
.brand,
.tab-label,
.chip,
.eyebrow {
  font-family: "Oswald", sans-serif;
  letter-spacing: 0.02em;
}

a {
  color: inherit;
  text-decoration: none;
}

img,
svg {
  display: block;
}

.page {
  max-width: 1280px;
  margin: 0 auto;
  background: var(--cream);
}

/* ---------- notice banner ---------- */
.top-banner {
  background: var(--olive-900);
  color: var(--khaki-200);
  font-size: 12.5px;
  text-align: center;
  padding: 6px 16px;
  letter-spacing: 0.03em;
}

h1.hd-logo a h2 {
  letter-spacing: 1.5px;
  font-weight: normal;
}

.topcont_txt {
  margin: 0 20px;
}

.clearFix:after {
  clear: both;
  content: "";
  display: block;
}

table {
  border-collapse: collapse;
}

#header {
  background-color: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(3px);
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  transition: transform 0.3s ease;
}
#header.header-hidden {
  transform: translateY(-100%);
}
#header > span {
  width: 100%;
  display: inline-block;
  background: var(--olive-900);
  color: var(--khaki-200);
  font-size: 12.5px;
  text-align: center;
  padding: 6px 16px;
  letter-spacing: 0.03em;
}
#header .hd-top {
  max-width: 1250px;
  display: flex;
  justify-content: space-between;
  padding: 25px 32px;
}
#header .hd-logo {
  display: flex;
  width: 250px;
}
#header .hd-logo a {
  display: flex;
  margin: auto;
}

ul.hd-links {
  display: flex;
  font-size: 1.4em;
}
ul.hd-links li {
  width: 33%;
  text-align: center;
  min-width: 110px;
}
ul.hd-links li a {
  color: #333;
  background-color: transparent;
  transition: 0.3s;
  display: inline-block;
  width: 100%;
}
ul.hd-links li:hover a {
  background-color: gray;
  color: #fff;
  transition: 0.1s;
}

.contents-wrap {
  padding: 40px 32px;
  display: flex;
  flex-flow: column;
  gap: 20px;
}

h2 span {
  position: relative;
  padding-left: 30px;
  letter-spacing: 0;
}

div.stop {
  display: block;
  border-left: solid 1px #003265;
  border-right: solid 1px;
  padding: 10px 10px;
  font-size: 1.5em;
  color: #653300;
}

.air-how p {
  position: absolute;
  bottom: -32px;
  padding: 3px 5px;
  color: #003265;
  background-color: #fff;
  font-size: 1.5em;
  letter-spacing: 0.4px;
  width: 100%;
  left: 0;
}

.content .forus {
  color: #214093;
  font-size: 18px;
  font-weight: 700;
  padding: 20px 0;
  text-align: center;
}

/* ---------- topinfo ---------- */
div.header-before {
  background: var(--paper);
  height: 105px;
  position: relative;
}

.topinfo {
  position: relative;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(35, 42, 30, 0.93), rgba(75, 90, 58, 0.9)), repeating-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 0 6px, transparent 6px 26px);
  color: var(--khaki-100);
  padding: 38px 32px;
  text-align: center;
}
.topinfo .badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.25);
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 14px;
}
.topinfo h1 {
  font-size: 26px;
  margin: 0 0 10px;
  color: #fff;
}
.topinfo p {
  max-width: 680px;
  margin: 0 auto;
  font-size: 13.5px;
  line-height: 1.7;
  color: var(--khaki-200);
}
.topinfo p.fine {
  font-size: 11.5px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 8px;
}

/* ---------- featured ---------- */
.featured {
  padding: 42px 32px 8px;
}

.eyebrow {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--tan-accent);
  text-transform: uppercase;
  margin: 0 0 6px;
}

.section-title {
  font-size: 22px;
  font-weight: 600;
  color: var(--olive-800);
  margin: 0 0 22px;
}

.featured-scroll {
  display: flex;
  gap: 16px;
  padding: 12px 0 20px;
  /* 上下に余白を確保：hoverのtranslateY(-3px)とbox-shadowがクリップされないように */
  margin: -12px 0 -20px;
  /* 確保した余白の分を打ち消して、見た目の位置は元のまま */
  overflow-x: auto;
  overflow-y: hidden;
  /* 縦方向は明示的に隠す（スクロールバーは出さない） */
  -webkit-overflow-scrolling: touch;
  scroll-snap-type: x proximity;
}

.featured-scroll::-webkit-scrollbar {
  height: 6px;
}

.featured-scroll::-webkit-scrollbar-thumb {
  background: var(--khaki-300);
  border-radius: 3px;
}

.fcard {
  flex: 0 0 250px;
  scroll-snap-align: start;
  background: var(--paper);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  border: 1px solid var(--line);
  transition: transform 0.15s, box-shadow 0.15s;
}

.fcard:hover {
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.fcard .photo {
  height: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--olive-700), var(--olive-500));
  color: rgba(255, 255, 255, 0.85);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.fcard .body {
  padding: 14px 16px 16px;
}

.fcard .tag {
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.08em;
  color: var(--tan-accent);
  text-transform: uppercase;
}

.fcard .title {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.4;
  margin: 6px 0 10px;
  color: var(--ink);
}

/* departure / duration rows — 1商品=1行（地名 or 日数 + See Details）。
     商品が複数あるときはこの行をそのまま縦に重ねる。 */
.fcard .dep-list {
  display: flex;
  flex-direction: column;
}

.fcard .dep-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 7px 0;
}

.fcard .dep-list .dep-row + .dep-row {
  border-top: 1px dashed var(--line);
}

.fcard .dep-row .place {
  font-size: 11.5px;
  color: var(--ink-soft);
  display: flex;
  align-items: center;
  gap: 4px;
}

.fcard .dep-row .place svg {
  width: 11px;
  height: 11px;
  color: var(--tan-accent);
  flex: 0 0 auto;
}

.fcard .dep-row .link {
  font-size: 12px;
  font-weight: 700;
  color: var(--olive-700);
  white-space: nowrap;
}

.fcard .dep-row .link:hover {
  text-decoration: underline;
}

/* ---------- sales offer layout ---------- */
.sales-offer-section {
  padding: 44px 32px 56px;
}

.so-layout {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 28px;
  align-items: start;
}

.so-main {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 26px 26px 30px;
  box-shadow: var(--shadow-sm);
}

/* location tabs — CSS-only switching via hidden radio inputs (same
     input[name]:checked ~ technique the current site's style.css already
     uses for its tabs), no JavaScript involved. */
.loc-radio {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}

.loc-panel {
  display: none;
}

#loc-okinawa:checked ~ #panel-okinawa,
#loc-iwakuni:checked ~ #panel-iwakuni,
#loc-tokyo:checked ~ #panel-tokyo,
#loc-misawa:checked ~ #panel-misawa {
  display: block;
}

.location-tabs {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  padding-bottom: 4px;
  margin-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.loc-btn {
  flex: 0 0 auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
  padding: 10px 18px 12px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-bottom: 3px solid transparent;
  color: var(--ink-soft);
  transition: 0.15s;
}

.loc-btn .from {
  font-size: 10px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--ink-soft);
  opacity: 0.7;
}

.loc-btn .name {
  font-family: "Oswald", sans-serif;
  font-size: 15px;
  font-weight: 600;
  white-space: nowrap;
}

.loc-btn:hover {
  color: var(--olive-700);
}

#loc-okinawa:checked ~ .location-tabs label[for=loc-okinawa],
#loc-iwakuni:checked ~ .location-tabs label[for=loc-iwakuni],
#loc-tokyo:checked ~ .location-tabs label[for=loc-tokyo],
#loc-misawa:checked ~ .location-tabs label[for=loc-misawa] {
  color: var(--olive-800);
  border-color: var(--tan-accent);
}

#loc-okinawa:checked ~ .location-tabs label[for=loc-okinawa] .from,
#loc-iwakuni:checked ~ .location-tabs label[for=loc-iwakuni] .from,
#loc-tokyo:checked ~ .location-tabs label[for=loc-tokyo] .from,
#loc-misawa:checked ~ .location-tabs label[for=loc-misawa] .from {
  color: var(--tan-accent);
  opacity: 1;
}

/* category chips — plain in-page anchor links (jump/scroll to the
     category further down), no JS filtering. */
.category-block {
  margin-bottom: 28px;
  scroll-margin-top: 16px;
}

.category-block:last-child {
  margin-bottom: 0;
}

.category-block.block-other .card-grid .pcard div.photo {
  height: 65px;
}

.cat-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}

.cat-head > img {
  width: 20px;
  height: 20px;
}

.cat-head h3 {
  font-size: 15px;
  font-weight: 600;
  color: var(--olive-800);
  margin: 0;
}

.cat-count {
  font-size: 11.5px;
  color: var(--ink-soft);
  background: var(--khaki-100);
  padding: 2px 8px;
  border-radius: 999px;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(170px, 1fr));
  gap: 12px;
}

.pcard {
  border: 1px solid var(--line);
  border-radius: 10px;
  overflow: hidden;
  background: var(--paper);
  transition: transform 0.15s, box-shadow 0.15s;
}

.pcard:hover {
  transform: translateY(-2px);
  box-shadow: var(--shadow-sm);
}

.pcard .photo {
  height: 112px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-size: cover;
  background-repeat: no-repeat;
}

.pcard .photo svg {
  width: 26px;
  height: 26px;
}

.pcard .body > a {
  padding: 10px 11px 12px;
  display: block;
}
.pcard .body > a:hover span {
  text-decoration: underline;
}

.pcard .title {
  font-size: 12.5px;
  font-weight: 600;
  line-height: 1.35;
  color: var(--ink);
  min-height: 34px;
}

.pcard .link {
  display: block;
  margin-top: 5px;
  font-size: 11.5px;
  font-weight: 700;
  color: var(--olive-700);
}

.tone-holiday {
  background: linear-gradient(135deg, #8A5A2B, #B4813C);
}

.tone-seasonal {
  background: linear-gradient(135deg, #3E4A2E, #647448);
}

.tone-cruise {
  background: linear-gradient(135deg, #2C4A56, #4C7686);
}

.tone-air {
  background: linear-gradient(135deg, #4B5A3A, #232A1E);
}

.tone-other {
  background: linear-gradient(135deg, #6B6455, #928A73);
}

/* what we offer */
.wwo {
  background: var(--khaki-100);
  border: 1px solid var(--khaki-200);
  border-top: 3px solid var(--olive-600);
  color: var(--ink);
  border-radius: var(--radius);
  padding: 26px 24px;
  box-shadow: var(--shadow-sm);
  position: sticky;
  top: 16px;
}

.wwo h2 {
  font-size: 16px;
  letter-spacing: 0.1em;
  color: var(--olive-800);
  margin: 0 0 18px;
}

.wwo-item {
  display: flex;
  gap: 12px;
  padding: 14px 0;
  border-top: 1px solid var(--khaki-200);
  position: relative;
}
.wwo-item > img {
  position: absolute;
  width: 20px;
}
.wwo-item > div {
  padding-left: 38px;
}

.wwo-item:first-of-type {
  border-top: none;
  padding-top: 0;
}

.wwo-item svg {
  width: 20px;
  height: 20px;
  flex: 0 0 auto;
  color: var(--tan-accent);
  margin-top: 2px;
}

.wwo-item .t {
  font-size: 13px;
  font-weight: 600;
  color: var(--ink);
  margin: 0 0 4px;
}

.wwo-item .d {
  font-size: 12px;
  line-height: 1.5;
  color: var(--ink-soft);
  margin: 0;
}

/* misc sections (kept simple, unchanged content) */
.plain-section {
  padding: 0 32px 44px;
}

.plain-box {
  background: var(--paper);
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 22px 24px;
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.7;
}

.site-footer {
  background: var(--olive-900);
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  font-size: 12px;
  padding: 22px;
}

.plain-section.klook .plain-box {
  background: unset;
}

.note-ribbon {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 10px 32px;
  font-size: 11.5px;
  color: var(--ink-soft);
  background: var(--khaki-100);
  border-bottom: 1px dashed var(--khaki-300);
}

/* ==== Contact Information: 問合せ先案内リスト（旧INFORMATIONから統合） ==== */
.contact-guide {
  margin-bottom: 20px;
  padding-bottom: 18px;
  border-bottom: 1px dashed var(--khaki-300);
}

.contact-guide-title {
  font-size: 13px;
  font-weight: 700;
  color: var(--olive-800);
  margin: 0 0 10px;
  letter-spacing: 0.02em;
}

.contact-guide-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.contact-guide-list li {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  padding: 9px 0;
  font-size: 13px;
  color: var(--ink);
}

.contact-guide-list li + li {
  border-top: 1px dashed var(--khaki-200);
}

.contact-guide-list .bases {
  font-weight: 600;
}

.contact-guide-list .arrow {
  color: var(--tan-accent);
  font-weight: 700;
}

.contact-guide-list .dest {
  color: var(--olive-700);
  font-weight: 600;
}

.contact-guide-list a {
  color: var(--olive-700);
  text-decoration: none;
}

.contact-guide-list a:hover {
  text-decoration: underline;
}

@media (max-width: 600px) {
  .contact-guide-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
  }
}
/* ==== Contact Information: 拠点カード（shoplist）新規スタイル ==== */
.plain-box ul.shoplist {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin: 0;
  padding: 0;
}

.plain-box ul.shoplist li {
  flex: 1 1 260px;
  background: var(--cream);
  border: 1px solid var(--khaki-200);
  border-radius: var(--radius);
  padding: 16px 18px;
  font-size: 12.5px;
  line-height: 1.9;
  color: var(--ink-soft);
}

.plain-box ul.shoplist li h3 {
  margin: 0 0 8px;
}

.plain-box ul.shoplist li h3 span {
  position: relative;
  padding-left: 26px;
  font-size: 14.5px;
  font-weight: 700;
  color: var(--olive-800);
  letter-spacing: 0.02em;
}

.plain-box ul.shoplist li h3 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 17px;
  height: 17px;
  background: url(../images/home.svg) no-repeat center/contain;
}

.plain-box ul.shoplist li .field {
  display: flex;
  align-items: baseline;
  gap: 2px;
}

.plain-box ul.shoplist li .field .label {
  flex: 0 0 82px;
  font-weight: 600;
  color: var(--olive-700);
}

.plain-box ul.shoplist li .field .value {
  flex: 1;
  min-width: 0; /* flexアイテムの縮小を許可し、折り返しを正しく機能させる */
}

@media (max-width: 600px) {
  .plain-box ul.shoplist {
    flex-direction: column;
  }
}
/* ==== Contact Information: Travel Advisories リンク ==== */
.plain-box .latestNews {
  font-size: 12.5px;
}

.plain-box .latestNews:nth-child(n+2) {
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px dashed var(--khaki-300);
  font-size: 12.5px;
}

.plain-box .latestNews p {
  margin: 0;
}

.plain-box .latestNews a {
  color: var(--olive-700);
}

.plain-box .latestNews a:hover {
  color: var(--olive-800);
  text-decoration: underline;
}

.plain-box .latestNews span.ex-link {
  position: relative;
  display: inline-block;
  width: 14px;
  height: 14px;
  margin-left: 2px;
}

.plain-box .latestNews span.ex-link::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../images/external-link.svg) no-repeat center/contain;
}

/*TOP検索タブ*/
#air {
  margin: 30px;
  width: 20px;
}

#land {
  margin: 50px;
  width: 10px;
}

.tab h2 {
  width: 50%;
  height: 50px;
  line-height: 50px;
  background-color: lightgray;
  text-align: center;
  display: block;
  float: left;
  flex-wrap: nowrap;
  color: gray;
  transition: all 0.2s;
  font-weight: bold;
  font-size: 18px;
  border-radius: 18px 18px 0 0;
}

.content .tab h2:hover {
  color: #2333DE;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}

input[name=tab] {
  display: none;
}

.search-content {
  display: none;
  overflow: hidden;
  clear: both;
  text-align: center;
}

#air:checked ~ #air-content,
#land:checked ~ #dompkg-content {
  display: block;
}

.top_search input:checked + .tab h2 {
  color: #fff;
}

.top_search {
  width: 100%;
}

.search-wrap {
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*検索窓*/
.air-search {
  overflow: scroll;
  height: 710px;
  width: 100%;
  border: solid 1px #003265;
}
.air-search .air-how {
  font-size: 1.2em;
  padding: 3px;
}
.air-search .air-how img {
  width: 18px;
  display: inline-block;
  margin-right: 8px;
}
.air-search .header {
  padding-top: 0;
}

/*.air-search .air-how a{
    margin-top: 50px;
    margin-bottom: -50px;
    display: inline-block;
    cursor:pointer;
}*/
#air-content {
  background-color: #EFEFEF;
}

#dompkg-content {
  background-color: #EFEFEF;
  padding-bottom: 55px;
}

.search-content {
  border-radius: 0 0 24px 24px;
}

.framesize-air {
  width: 100%;
  height: 1250px;
}

iframe.framesize {
  width: 100%;
  height: 100%;
}

.search_area {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/*検索窓*/
.information {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.information h2 {
  background-color: #003265;
  font-size: 1.5em;
  padding: 8px 0 8px 15px;
  color: #fff;
  font-weight: normal;
  letter-spacing: 1px;
}
.information a {
  text-decoration: underline;
  color: blue;
}
.information p {
  padding: 15px;
  font-size: 14px;
}

.content .top-banner {
  text-align: center;
}

.sales-offer {
  margin-top: 10px;
  display: flex;
  flex-wrap: wrap;
}
.sales-offer span.area {
  margin: auto;
  text-align: center;
  position: relative;
}
.sales-offer span.area span.from {
  position: absolute;
  top: 7px;
  left: 0;
  border-radius: 2px;
  font-size: 13px;
  right: 0;
}
.sales-offer span.area span.dep {
  line-height: 1.1;
  padding: 25px 0 5px;
  display: inline-block;
  font-size: 17px;
}

.tab-item {
  width: 25%;
  float: left;
  transition: 0.3s;
  padding: 0;
  border-left: 1px solid;
  border-color: #C7D0B8;
  display: flex;
  line-height: 1;
}
.tab-item.type-e {
  border-right: 1px solid;
  border-color: #C7D0B8;
}

.content .tab-item:hover {
  background-color: #f4f7ee;
  cursor: pointer;
  transition: 0.1s;
  color: #5B6A4F;
  border-color: #5B6A4F;
}

.klook_wrap {
  padding: 50px 0;
  margin-top: 20px;
}

.klook-comment p {
  text-align: center;
  margin: 15px 0;
  font-size: 1.3em;
}

/* inputボタンは目には見えないところで働いてもらう */
input[name=tab-item] {
  display: none;
}

/* タブで切り替えたいコンテンツの部分。ここはお好みで */
.tab-content {
  display: none;
  padding: 0;
  overflow: hidden;
  clear: both;
  text-align: center;
}

/* 選択されているタブのコンテンツを表示させる */
#a:checked ~ #a-content,
#b:checked ~ #b-content,
#c:checked ~ #c-content,
#d:checked ~ #d-content,
#e:checked ~ #e-content {
  display: block;
}

/* 選択されていることがわかるように、選択されているタブはスタイルを変える */
.sales-offer input:checked + .tab-item {
  color: #fff;
}
.sales-offer input:checked + .type-a {
  background-color: #2F3E55;
  border: #2F3E55 solid 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.sales-offer input:checked + .type-b {
  background-color: #5B6A4F;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.sales-offer input:checked + .type-c {
  background-color: #2F6F73;
  border: #2F6F73 solid 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.sales-offer input:checked + .type-e {
  background-color: #4A6F8A;
  border: #4A6F8A solid 1px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

div#a-content h3 {
  border-bottom: #2F3E55 solid 3px;
}

div#b-content h3 {
  border-bottom: #5B6A4F solid 3px;
}

div#c-content h3 {
  border-bottom: #2F6F73 solid 3px;
}

div#e-content h3 {
  border-bottom: #4A6F8A solid 3px;
}

/*
div#a-content h3 span::before {
    background-color: #2F3E55;
}

div#b-content h3 span::before {
    background-color: #5B6A4F;
}

div#c-content h3 span::before {
    background-color: #2F6F73;
}

div#e-content h3 span::before {
    background-color: #4A6F8A;
} */
.content .contentsales {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
.content .contentsales img {
  margin: 20px 10px;
  border-radius: 15px;
}

.contentsales li {
  margin: 10px 0;
}

.content-list {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}
.content-list ul {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 5px 0px 20px;
  gap: 10px 1.5%;
}
.content-list ul li {
  margin: 0;
  width: 18.8%;
}
.content-list ul li:nth-of-type(5) {
  margin-right: 0;
}
.content-list ul li img {
  border-radius: 2px;
  width: 100%;
  box-shadow: 2px 2px 4px gray;
}
.content-list li span {
  display: inline-block;
  text-align: left;
  margin-top: 4px;
  overflow: hidden;
  width: 100%;
  line-height: 1;
  margin-top: 10px;
  padding: 0 3px;
}
.content-list .others li img {
  border-radius: 0;
}
.content-list > div {
  width: 100%;
  margin-top: 40px;
}
.content-list > div:nth-of-type(n+2) {
  margin-top: 15px;
}

ul.contentsales-b {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin: 0px 0 10px 0;
}

.spspan {
  display: none;
}

.spbr {
  display: none;
}

h3 {
  text-align: left;
}

.tariff-area {
  margin: auto;
  padding-top: 40px;
  background: #fff;
}
.tariff-area img {
  width: 100%;
}

.ft-btm {
  padding: 25px 0 20px;
  background: linear-gradient(to bottom, #0009df 0%, #1d2088 100%);
  color: #fff;
}
.ft-btm a {
  color: #fff;
}

.ft-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.ft-links--item {
  font-size: 1rem;
}
.ft-links--item:after {
  content: "｜";
}

.device--click .ft-links--item a:hover {
  text-decoration: underline;
  opacity: 1;
}

.ft-copyright {
  margin-top: 10px;
  text-align: center;
  font-family: "Lato", sans-serif;
  font-size: 1.1rem;
}
.ft-copyright small {
  font-size: inherit;
}

#company {
  font-size: 1.6em;
  color: #333333;
}
#company div.main_title h1 {
  background-color: rgb(240, 240, 240);
  display: flex;
  background-color: #003265;
}
#company div.main_title h1 span {
  letter-spacing: 1px;
  font-weight: bold;
  padding: 3px 10px;
  font-size: 1.5rem;
  color: #fff;
}
#company div.main_title p {
  padding: 15px 10px;
}
#company main .content table {
  margin-bottom: 80px;
}
#company main .content table td,
#company main .content table tr,
#company main .content table th {
  border: solid 1px;
  padding: 10px;
}
#company main .content table th {
  background-color: rgba(0, 50, 101, 0.05);
  text-align: left;
  min-width: 210px;
  font-weight: normal;
  letter-spacing: 0.7px;
}

#sub_contents .content div.terms ul,
#sub_contents .content div.faq ul {
  display: flex;
  gap: 35px;
  flex-flow: column;
  margin: 40px 0 40px;
}
#sub_contents .content div ul li a {
  color: blue;
  text-decoration: underline;
}
#sub_contents .content div.faq ul {
  padding: 0 25px;
}
#sub_contents .content div.faq ul li > h3,
#sub_contents .content div.faq ul li > span {
  position: relative;
}
#sub_contents .content div.faq ul li > span {
  display: inline-block;
  margin-top: 6px;
}
#sub_contents .content div.faq ul li > span::before {
  position: absolute;
  content: "A :";
  left: -30px;
  top: -3px;
  color: #5B6A4F;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.17em;
}
#sub_contents .content div.faq ul li > h3::before {
  position: absolute;
  content: "Q :";
  left: -30px;
  top: 0;
  color: #5B6A4F;
  font-family: Arial, Helvetica, sans-serif;
  color: #4A6F8A;
}

.so-main,
.wwo {
  min-width: 0;
  /* Grid item のデフォルト(min-width:auto)による横はみ出しを防止 */
}

/*----------------------------------------------------------------------*/
/*--------------------------------------SP--------------------------------------*/
@media screen and (max-width: 768px) {
  #header > span {
    font-size: 10.5px;
  }
  .hd-top {
    padding: 10px 0;
    flex-flow: column;
    gap: 10px;
  }
  h1.hd-logo {
    width: 140px;
    margin: AUTO;
  }
  ul.hd-links {
    text-align: center;
    font-size: 1.2em;
    justify-content: space-between;
  }
  ul.hd-links li {
    width: 30%;
    border: unset;
    min-width: unset;
  }
  body#top #main .content {
    border-top: unset;
    margin-top: 0;
  }
  #main {
    padding: 0px 0px 0;
  }
  .topinfo {
    padding: 0px;
    width: 100%;
  }
  .topinfo div {
    flex-flow: column;
    padding: 10px;
    gap: 10px;
    padding-top: 30px;
  }
  .topinfo div img {
    width: 100%;
  }
  .topinfo div p {
    width: 100%;
  }
  .topinfo h2 {
    font-size: 2em;
    padding-bottom: 5px;
    padding-left: 25px;
  }
  .topinfo h2 span {
    padding-left: 0;
  }
  .topinfo h2 span::before {
    height: 20px;
    width: 20px;
    top: 1px;
    left: -25px;
  }
  .topinfo > div.notice {
    margin-top: 30px;
  }
  .topinfo > div.notice h2 {
    line-height: 1.2;
    padding-bottom: 7px;
    padding-left: 0;
  }
  .topinfo > div.notice h2 span {
    padding-left: 22px;
  }
  .topinfo > div.notice h2 span::before {
    left: 1px;
  }
  .tab h2 {
    width: 50%;
    font-size: 13px;
    line-height: 1.5;
    padding-top: 6px;
  }
  .content .tab h2:hover {
    color: #2333DE;
    font-size: 20px;
    font-weight: bold;
    cursor: pointer;
  }
  .search-content {
    border-radius: 0 0 10px 10px;
  }
  .floating {
    display: none;
  }
  .content .contentsales img {
    margin: 10px;
  }
  .content .infomation {
    margin: 184px auto 0;
  }
  .content .forus {
    color: #214093;
    font-size: 22px;
    font-weight: 700;
    padding: 20px 0;
    text-align: center;
  }
  .content .forus-end {
    width: 100%;
    margin: 15px 0 0;
    font-size: 14px;
  }
  .content {
    /*検索窓*/
  }
  .content .search_area {
    width: 100%;
    height: 615px;
    background-size: auto;
    background-position: 74% 22%;
    background-repeat: no-repeat;
  }
  .content .search_box {
    width: 100%;
    /*pcはこれが最小*/
    height: 92%;
    background-color: rgba(0, 0, 0, 0.52);
    padding: 0px;
    margin: 0 0 5px 0;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.5);
    border-radius: 0 0 10px 10px;
  }
  .content-list ul {
    justify-content: space-between;
  }
  iframe.framesize {
    width: 100%;
    height: 100%;
  }
  .pcbr {
    display: none;
  }
  .search-box {
    padding: 20px 0px 20px;
  }
  .pcspan {
    display: none;
  }
  .spspan {
    display: inline-block;
  }
  .spbr {
    display: block;
  }
  .top_search input:checked + .tab h2 {
    font-size: 13px;
  }
  .tab-item {
    width: 100%;
    border-bottom: solid 1px;
    border-left: unset;
    border-color: #C7D0B8;
  }
  .tab-item.type-e {
    border-right: unset;
  }
  .tab-item .area {
    text-underline-offset: 3px;
  }
  .sales-offer span.dep {
    font-size: 2em;
  }
  .sales-offer span.area {
    margin: unset;
    text-align: left;
    padding-left: 10px;
  }
  .sales-offer span.area span.from {
    left: 11px;
    top: 11px;
  }
  .sales-offer span.area span.dep {
    padding: 28px 0 8px;
  }
  .content-list ul li {
    margin: 5px 0px 0 0;
    width: 45%;
  }
  .klook-merchandise,
  #company #main {
    padding-top: 45px;
  }
  #company div.main_title h1 span {
    font-size: 1.5rem;
  }
  #company div.main_title p {
    padding: 15px 10px;
    font-size: 1rem;
  }
  #company main .content table {
    font-size: 1rem;
  }
  #company main .content table th {
    min-width: unset;
  }
  #company main .content table td,
  #company main .content table tr,
  #company main .content table th,
  #company main .content table tr {
    padding: 5px;
  }
  #sub_contents .content div.faq ul {
    padding: 0 5px 0 30px;
  }
  .klook_wrap {
    padding: 10px 0px;
  }
  .klook-comment .klook_wrap p {
    margin: 15px 0;
  }
  /* ==== 新デザイン（Featured / Sales Offer / WWO / Contact）のレスポンシブ ==== */
  div.header-before {
    height: 92px;
    /* ヘッダーの実高さに応じて要目視調整 */
  }
  #header .hd-top {
    padding: 5px 15px;
  }
  #header .hd-logo {
    width: 160px;
  }
  .topinfo {
    padding: 26px 20px;
  }
  .topinfo h1 {
    font-size: 20px;
  }
  .topinfo .badge {
    font-size: 11px;
    padding: 5px 12px;
  }
  .featured,
  .sales-offer-section,
  .plain-section {
    padding-left: 20px;
    padding-right: 20px;
  }
  .fcard {
    flex: 0 0 220px;
  }
  /* WWOをメインカラムの下に落として1カラムに */
  .so-layout {
    grid-template-columns: 1fr;
  }
  .wwo {
    position: static;
    /* sticky解除。1カラム化後は不要かつ邪魔になる */
  }
  .so-main {
    padding: 20px 18px 24px;
  }
  .card-grid {
    grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
  .loc-btn {
    padding: 8px 14px 10px;
  }
  /* cat-chips: 現状無スタイルだったので基本の見た目も併せて付与 */
  .cat-chips {
    display: flex;
    gap: 8px;
    overflow-x: auto;
    padding-bottom: 6px;
    margin-bottom: 18px;
  }
  .cat-chips .chip {
    flex: 0 0 auto;
    font-size: 12px;
    font-weight: 600;
    color: var(--olive-700);
    background: var(--khaki-100);
    border: 1px solid var(--khaki-200);
    border-radius: 999px;
    padding: 6px 14px;
    white-space: nowrap;
  }
  .category-block.block-other .card-grid .pcard a {
    width: auto;
    display: block;
  }
  .category-block.block-other .card-grid .pcard a div.photo {
    height: 65px;
  }
  /*----------------------------------------------------------------------*/
}
@media screen and (max-width: 642px) {
  .content-list {
    justify-content: center;
  }
  .content-list ul {
    margin-right: 0px;
  }
  .content-list ul li img {
    width: 100%;
  }
  .others li {
    width: 40%;
  }
}
@media screen and (max-width: 567px) {
  .content ul {
    justify-content: center;
  }
  .seasonal li {
    width: 100%;
  }
  .content-list div {
    width: 100%;
  }
  .others li {
    width: 40%;
  }
  .content-list ul li {
    width: 100%;
    margin-bottom: 30px;
  }
  h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 520px) {
  .others li {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .fcard {
    flex: 0 0 78vw;
    /* 1カード=画面幅の約8割。スワイプで次のカードが少し見える形に */
  }
  .topinfo h1 {
    font-size: 18px;
  }
  .card-grid {
    grid-template-columns: 1fr;
  }
  .pcard {
    display: flex;
  }
  .pcard > div.photo {
    width: 60%;
    height: 99px;
    color: #fff;
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center center;
  }
  .pcard > div.body {
    width: 40%;
  }
  .fcard .dep-row .link {
    text-decoration: underline;
  }
  .pcard .link {
    text-decoration: underline;
  }
}/*# sourceMappingURL=style_en.css.map */