:root {
  --color-text: #333;
  --color-muted: #666;
  --color-border: #DDDDDD;
  --color-accent: #003E7F; /* 青 */
  --color-bg-q: #F0F0F0;
  --color-bg-a: #003E7F;

  --font-base: "Noto Sans JP", system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
}

@media screen and (max-width: 749px) {
  .breadcrumb,
  .l_und_headding {
    padding-left: 6.4vw;
    padding-right: 6.4vw;
    width: 100vw;
  }
  .l_und_headding {
    padding-top: 18.6vw;
  }
}

.breadcrumb.is-overlay {
  color: #333;
  text-shadow: none;
}

@media screen and (max-width: 749px) {
    .l_und_contentsSide {
        border-right: none;
        padding-right: 0;
        padding-bottom: 16px;
        box-sizing: border-box;
        position: relative;
        order: 2;
        top: 0;
    }
}

.l_und_contentsMain p.txt {
  line-height: 1.75;
}
.mb120 {
  margin-bottom: 120px;
}
@media screen and (max-width: 749px) { 
  .mb120 {
    margin-bottom: 8.6666666667vw;
  }
}

p.note {
  font-size: 14px;
  line-height: 1.5;
  margin-top: 2.5em;
  padding-left: 1.8em;
  position: relative;
}
p.note::before {
  content: "※";
  position: absolute;
  left: 0;
  top: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}
a.link {
    color: var(--color-bg-a);
    text-decoration: underline;
}

/*-------------------------------------------------------------------
セクションタイトル
/*-------------------------------------------------------------------*/
.section_ttl {
  margin-bottom: 48px;
}
@media screen and (max-width: 749px) {
  .section_ttl {
    margin-bottom: 7.3333333333vw;
  }
}
.section_ttl .ttl_en {
  font-family: "Marcellus", serif;
  font-size: 0.875rem;
  position: relative;
  z-index: 1;
}
.section_ttl .ttl_en::before {
  position: absolute;
  content: "";
  background-color: #ddd;
  width: 100%;
  height: 1px;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: -1;
}
.section_ttl .ttl_en span {
  background-color: #fff;
  display: inline-block;
  padding-right: 16px;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749px) {
  .section_ttl .ttl_en span {
    padding-right: 4.2666666667vw;
  }
}
.section_ttl h2 {
  font-size: 1.5rem;
  font-weight: 400;
  margin-top: 80px;
}
@media screen and (max-width: 749px) {
  .section_ttl h2 {
    font-size: 1.5rem;
    margin-top: 7.3333333333vw;
  }
}


.l_und_contents {
  display: grid;
  grid-template-columns: 260px minmax(0, 1fr);
  gap: 80px;
  margin: 0 auto 80px;
  padding: 0 65px;
}

@media screen and (max-width: 749px) {
  .l_und_contents {
    grid-template-columns: 1fr;
    gap: 24px;
    padding: 0 6.4vw 60px;
  }
  .l_und_contentsMain {
    order: 1;
  }
}

/*  ========================
  *********  会社概要  *********
=============================================  */

@media screen and (min-width: 751px) {
    .l_und_2colb .ttl {
        font-size: var(--font-size-xl20);
        margin-bottom: 32px;
    }
}

.companyProfile {
  border-top: 1px solid #e5e5e5;
  background: #fff;
  margin-bottom: 120px;
}

@media (max-width: 749px){
  .companyProfile {
    margin-bottom: 10.6666666667vw;
  }
}

.companyProfile__list {
  margin: 0;
  padding: 0;
}

.companyProfile__row {
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 24px;
  padding: 22px 0;
  border-bottom: 1px solid #e5e5e5;
  line-height: 1.9;
}

@media (max-width: 749px){
  .companyProfile__row {
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 18px 0;
    line-height: 1.6;
  }
}

.companyProfile__term {
  margin: 0;
  color: #777;
  font-weight: 500;
  letter-spacing: .02em;
  padding-left: 1em;
}

@media (max-width: 749px){
  .companyProfile__term {
    font-size: 14px;
  }
}

.companyProfile__desc {
  margin: 0;
  padding: 0 1em;
  color: #222;
}

.companyProfile__link {
  color: #003E7F;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.companyProfile__link:hover{
  text-decoration-thickness: 2px;
}

ul.desc {
  display: flex;
  flex-direction: column;
  gap: 8px 0;
  padding-left: 24px;
}
ul.desc li {
  position: relative;
}
ul.desc li::before {
  content: "・";
  position: absolute;
  left: -20px;
  top: 0;
  width: 2px;
  height: 2px;
  border-radius: 50%;
}

ul.numList{
  list-style: none;
  padding: 0 0 0 1em;
  margin: 0;
  counter-reset: num;
}
ul.numList li{
  counter-increment: num;
  position: relative;
  padding-left: 2.5em;
  margin-bottom: 12px;
}
ul.numList li::before{
  content: "(" counter(num) ")";
  position: absolute;
  left: 0;
  top: 0;
}

/*  ========================
  *********  キャンセルポリシー  *********
=============================================  */
@media screen and (min-width: 751px) {
    .l_und_2colb {
        width: 100%;
    }
}

/* tabs */
.langTabs{
  background:#fff;
}

/* 下の薄い横線 */
.langTabs__nav{
  display: flex;
  gap: 16px;
  border-bottom: 1px solid #e5e5e5;
  padding: 0 0 0;
}

/* タブ本体 */
.langTabs__tab{
  appearance: none;
  border: 1px solid #e0e0e0;
  border-bottom: none;
  background:#F0F0F0;
  color:#777;
  width: 200px;
  padding: 18px 24px;
  line-height: 1;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  cursor:pointer;
  font-size: 16px;
}

/* 選択中（白くて前面に出る） */
.langTabs__tab.is-active{
  background:#fff;
  color:#222;
  position:relative;
  top:1px; /* 下線にかぶせて「前面」感 */
}

/* 中身 */
.langTabs__panels{
  padding: 28px 0 0;
}

.langTabs__panel p{
  margin: 0 0 12px;
  color:#222;
  line-height: 2;
}
.langTabs__panel p:last-child{ margin-bottom:0; }

@media (max-width: 749px){
  .langTabs__nav{ gap:10px; }
  .langTabs__tab{
    padding: 14px 22px;
    font-size: 16px;
  }
}

/*  ========================
  *********  料金　table  *********
=============================================  */
/* ブロック全体 */
.cancelTable{
  margin: 0 0 34px;
}

/* 見出し（薄グレーの帯） */
.cancelTable__title{
  margin: 0 0 14px;
  padding: 14px 18px;
  background: #f1f1f1;
  border-radius: 3px;
  font-size: 18px;
  font-weight: 600;
  color: #222;
}

/* 横スクロール枠（SP対策） */
.cancelTable__scroll{
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* テーブル */
.cancelTable__table{
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 760px; /* ここがポイント：SPでも横スクにする */
  background: #fff;
  border: 1px solid #dcdcdc;
}

/* 列数多い版は少し広げる */
.cancelTable__table--wide{
  min-width: 1100px;
}

.cancelTable__table th,
.cancelTable__table td{
  padding: 22px 16px;
  border-right: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  color: #222;
  white-space: nowrap;
}

/* 右端の線を消す */
.cancelTable__table tr > *:last-child{
  border-right: none;
}
/* 最下段の線を消す */
.cancelTable__table tbody tr:last-child > *{
  border-bottom: none;
}

/* ヘッダー行 */
.cancelTable__table thead th{
  background: #777;
  color: #fff;
  font-weight: 600;
}

/* 左の行見出し（一般客/団体客） */
.cancelTable__table tbody th{
  background: #fff;
  font-weight: 600;
}

/* 1列目を少し広めに（画像っぽく） */
.cancelTable__table th:first-child,
.cancelTable__table td:first-child{
  min-width: 300px;
}

@media (max-width: 749px){
  .cancelTable__title{
    font-size: 16px;
    padding: 12px 14px;
  }
  .cancelTable__table th,
  .cancelTable__table td{
    padding: 18px 14px;
    font-size: 16px;
  }
}

@media (max-width: 749px){

  /* tableをカード風に */
  .cancelTable__scroll{
    overflow: visible;
  }

  .cancelTable__table{
    min-width: 0;
    border: none;
  }

  .cancelTable__table thead{
    display: none; /* ヘッダー行は非表示 */
  }

  .cancelTable__table tbody,
  .cancelTable__table tr,
  .cancelTable__table th,
  .cancelTable__table td{
    display: block;
    width: 100%;
  }

  .cancelTable__table tr{
    border: 1px solid #dcdcdc;
    margin-bottom: 16px;
  }

  /* 左の「一般客 / 団体客」 */
  .cancelTable__table tbody th{
    background: #f5f5f5;
    padding: 14px;
    font-size: 16px;
    text-align: left;
    border-bottom: 1px solid #dcdcdc;
  }

  /* 各日付＋％ */
  .cancelTable__table td{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px;
    border: none;
    border-bottom: 1px solid #eee;
    font-size: 15px;
  }

  .cancelTable__table td:last-child{
    border-bottom: none;
  }

  /* 疑似的に「見出し」を付ける */
  .cancelTable__table td::before{
    content: attr(data-label);
    font-weight: 600;
    color: #555;
  }
}

/*  ========================
  *********  recruit  *********
=============================================  */
.recruit .res_attbox p {
	line-height: 1.9;
	padding: 0 1em;
}


/*  ========================
  *********  privacy policy  *********
=============================================  */

@media screen and (min-width: 751px) {
    .pp .l_und_2colb,
    .recruit .l_und_2colb
    .allergy .l_und_2colb {
        margin-top: 32px;
    }
}
.pp .l_und_2colb,
.recruit .l_und_2colb,
.allergy .l_und_2colb {
    margin-top: 3.33vw;
    width: 100%;
    word-wrap: break-word;
}

@media screen and (max-width: 749px) { 
  .l_und_2colb.has-line {
      margin-top: 6.5vw;
      padding-top: 4.5vw;
  }
}

ol.desc {
    display: flex;
    flex-direction: column;
    gap: 8px 0;
    padding-left: 24px;
}
ol.desc li {
  padding-left: 0.5em;
}

.pp .res_attbox .ttl,
.recruit .res_attbox .ttl,
.allergy .res_attbox .ttl {
  padding: 0.45em 1em;
  margin-bottom: 1.35em;
}

@media screen and (min-width: 751px) {
  .res_attbox {
    padding: 48px;
    margin-top: 48px;
  }
}

.pp .companyProfile,
.recruit .companyProfile,
.allergy .companyProfile {
  margin-bottom: 0;
}

.companyProfile__row {
  padding: 16px 0;
}

@media screen and (max-width: 749px) { 
  .res_attbox {
    padding: 4.4vw;
    margin-top: 5.8vw;
  }
}