@charset "UTF-8";


/*-----------------------------------------------------*/
/*------------------------変数--------------------------*/
/*-----------------------------------------------------*/
:root {
  /*フォント*/
  --font-mincho: "Zen Old Mincho", serif;
  --font-gothic: "Noto Sans JP", sans-serif;
  --font-num: "Times", serif;
  /*カラー*/
  --color-black: #000;
  --color-gray: #80888a;
  --color-gray-light: #f2f2f2;
  --color-gray-dark: #575d5e;
  --color-white: #fff;
  --color-green: #559d8d;
  --color-green-light: #dfeaef;
  --color-green-dark: #168774;
  --color-blue: #1a2e72;
  --color-blue-dark: #2f5568;
  --color-red: #c30d23;
  --color-reverse-txt: #000;
  --color-reverse-bg: #80888a;
  --color-yellow-light: #faecb2;
  --color-yellow: #f6df7f;

  /*フォントサイズ*/
  --s10: calc(10 / 16 * 1rem);
  --s12: calc(12 / 16 * 1rem);
  --s14: calc(14 / 16 * 1rem);
  --s15: calc(15 / 16 * 1rem);
  --s16: calc(16 / 16 * 1rem);
  --s17: calc(17 / 16 * 1rem);
  --s18: calc(18 / 16 * 1rem);
  --s19: calc(19 / 16 * 1rem);
  --s20: calc(20 / 16 * 1rem);
  --s21: calc(21 / 16 * 1rem);
  --s22: calc(22 / 16 * 1rem);
  --s23: calc(23 / 16 * 1rem);
  --s24: calc(24 / 16 * 1rem);
  --s25: calc(25 / 16 * 1rem);
  --s26: calc(26 / 16 * 1rem);
  --s27: calc(27 / 16 * 1rem);
  --s28: calc(28 / 16 * 1rem);
  --s29: calc(29 / 16 * 1rem);
  --s30: calc(30 / 16 * 1rem);
  --s31: calc(31 / 16 * 1rem);
  --s32: calc(32 / 16 * 1rem);
  --s33: calc(33 / 16 * 1rem);
  --s34: calc(34 / 16 * 1rem);
  --s35: calc(35 / 16 * 1rem);
  --s36: calc(36 / 16 * 1rem);
  --s37: calc(37 / 16 * 1rem);
  --s38: calc(38 / 16 * 1rem);
  --s39: calc(39 / 16 * 1rem);
  --s40: calc(40 / 16 * 1rem);
  --s41: calc(41 / 16 * 1rem);
  --s42: calc(42 / 16 * 1rem);
  --s43: calc(43 / 16 * 1rem);
  --s44: calc(44 / 16 * 1rem);
  --s45: calc(45 / 16 * 1rem);
  --s46: calc(46 / 16 * 1rem);
  --s47: calc(47 / 16 * 1rem);
  --s48: calc(48 / 16 * 1rem);
  --s49: calc(49 / 16 * 1rem);
  --s50: calc(50 / 16 * 1rem);
  --s51: calc(51 / 16 * 1rem);
  --s52: calc(52 / 16 * 1rem);
  --s53: calc(53 / 16 * 1rem);
  --s54: calc(54 / 16 * 1rem);
  --s55: calc(55 / 16 * 1rem);
  --s56: calc(56 / 16 * 1rem);
  --s57: calc(57 / 16 * 1rem);
  --s58: calc(58 / 16 * 1rem);
  --s59: calc(59 / 16 * 1rem);
  --s60: calc(60 / 16 * 1rem);
  --s65: calc(65 / 16 * 1rem);
  --s70: calc(70 / 16 * 1rem);
  --s90: calc(90 / 16 * 1rem);
}

/*-----------------------------------------------------*/
/*-------------------ベース・リセット---------------------*/
/*-----------------------------------------------------*/
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-repeat: no-repeat;
}

html {
  font-size: 16px;
  font-weight: 300;
/* ヘッダーのアンカーズレ調整 */
scroll-padding-top: calc((var(--headerHeight, 60px)) + 20px);
font-family: "Noto Sans JP", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

body {
  font-feature-settings: "palt";
  -webkit-text-size-adjust: 100%;
  /* Safari*/
  text-size-adjust: 100%;
  overflow-wrap: anywhere;
  word-break: normal;
  line-break: strict;
  font-family: var(--font-gothic);
  letter-spacing: 0.09rem;
}

/*テクスト選択反転カラー*/
::selection {
  color: var(--color-reverse-txt);
  background: var(--color-reverse-bg);
}

/*Firefox*/
::-moz-selection {
  color: var(--color-reverse-txt);
  background: var(--color-reverse-bg);
}

:where(:any-link, button, [type="button"], [type="reset"], [type="submit"], label[for], select, summary, [role="tab"], [role="button"]) {
  cursor: pointer;
}

sub,
sup {
  font-size: 0.6rem;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/*下付き*/
sub {
  bottom: 0;
}

/*上付き*/
sup {
  top: -0.25rem;
}
/*イタリック*/
.italic {
font-style: italic;
}

hr {
  height: 1px;
  background-color: var(--color-black);
  border: none;
  color: var(--color-black);
  margin: 10px 0;
}

a {
  text-decoration: none;
  cursor: pointer;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  empty-cells: show;
}

button {
  padding: 0;
  border: none;
  outline: none;
  font: inherit;
  color: inherit;
  background: none;
}

/* 画像 */
img {
  vertical-align: top;
  font-size: 0;
  line-height: 0;
  max-width: 100%;
  height: auto;
  border-style: none;
  image-rendering: -webkit-optimize-contrast;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
  border: none;
  outline: 0;
}

input[type="submit"],
input[type="button"] {
  cursor: pointer;
  outline: none;
  border: none;
}

input,
input[type="text"],
button,
textarea,
select {
  font-size: 1rem;
  font: inherit;
}

/*-----------------------------------------------------*/
/*---------------------- フッター ----------------------*/
/*-----------------------------------------------------*/
/*下部に固定*/
body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

footer {
  margin-top: auto;
}



/*-----------------------------------------------------*/
/*------------------------flex-------------------------*/
/*-----------------------------------------------------*/

/*自動隙間　横並び　行替え　左寄せ*/
.flex {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap; /*折り返しても*/
}

.flex-between {
  justify-content: space-between;
}

.flex-left {
  justify-content: flex-start;
}

.flex-right {
  justify-content: flex-end;
}

.flex-center {
  justify-content: center;
}

/*-----------------------------------------------------*/
/*------------------------ 本文 -----------------------*/
/*-----------------------------------------------------*/

.txt {
  font-size: var(--s16);
  font-weight: 400;
  line-height: var(--s27);
  text-align:justify;
  font-family: "Noto Sans JP", sans-serif;
}

/*-----------------------------------------------------*/
/*---------------------- 小さい文字 ---------------------*/
/*-----------------------------------------------------*/

small {
  font-size: var(--s12);
  display: inline-block;
}

/*-----------------------------------------------------*/
/*---------------------- タイトル -----------------------*/
/*-----------------------------------------------------*/

/*下層ページタイトル h1*/
/*headerロゴ h2*/
/*大項目のタイトル h3*/
/*小項目のタイトル以下はh4以下を使う*/

/* ページタイトル */
h1.title_page {
  background-color: var(--color-green);
  margin: 75px 0 75px 0;
  padding: 35px 10px;
  text-align: center;
  color: var(--color-white);
  font-weight: normal;
  font-size: var(--s16);
}
h1.title_page span {
  font-family: var(--font-en);
  display: block;
  font-size: var(--s44);
}
@media screen and (max-width: 769px) {
  h1.title_page {
    margin: 60px 0 50px 0;
    padding: 15px 10px;
  font-size: var(--s14);
  }
  h1.title_page span {
    font-size: var(--s30);
  }
}

/*大項目のタイトル*/
h3.title01 span:nth-child(1) {
  display: block;
  font-family: var(--font-en);
  font-size: var(--s60);
  line-height: var(--s60);
  margin-bottom: 5px;
  font-weight: 500;
}

@media screen and (max-width: 769px) {
  h3.title01 span:nth-child(1) {
    font-size: var(--s35);
    line-height: var(--s35);
  }
}

h3.title01 span:nth-child(2) {
  display: block;
  font-size: var(--s14);
  line-height: var(--s14);
  font-weight: 400;
  color: var(--color-green);
}

h3.title01 {
  display: block;
  font-family: var(--font-en);
  font-size: var(--s60);
  line-height: var(--s60);
  margin-bottom: 10px;
  font-weight: 500;
}

/*小項目のタイトル*/
.title02 {
  position: relative;
}
.title02 span:first-child {
  color: var(--color-green);
  font-size: var(--s26);
  line-height: var(--s10);
  font-family: var(--font-en);
  font-weight: 500;
  background: var(--color-white);
  display: inline-block;
  z-index: 3;
  padding-right: 10px;
}
.title02 span:last-child {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 1px;
  background-color: var(--color-green-dark);
}
@media screen and (max-width: 769px) {
  .title02 span:first-child {
    font-size: var(--s20);
  line-height: var(--s24);
  }
}

/*本文とセットの見出し*/
.title03 {
  font-size: var(--s24);
  line-height: var(--s37);
  margin-bottom: 15px;
  font-weight: 500;
}
@media screen and (max-width: 769px) {
  .title03 {
    font-size: var(--s20);
    line-height: var(--s30);
    margin-bottom: 10px;
    font-weight: 500;
  }
  .title03 br {
    display: none;
  }
}

/*左と上に緑線タイトル*/
.title04 {
  font-size: var(--s18);
  font-weight: 400;
  line-height: var(--s25);
  border: solid var(--color-green-dark);
  border-width: 1px 0 0 3px;
  padding: 10px 0 3px 15px;
  margin-bottom: 10px;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0 15px;
}
.title04 span {
  color: var(--color-green-dark);
  display: block;
}

/*-----------------------------------------------------*/
/*------------------------ボタン-------------------------*/
/*-----------------------------------------------------*/

.bt01 {
display: inline-block;
color: var(--color-white);
background: var(--color-gray);
padding: 10px 20px;
font-size: var(--s14);
line-height: var(--s16);
font-weight: 300;
text-align: center;
transition: all 0.3s ease;
}
.bt01 span:last-child {
display: inline-block;
width: 25px;
height: 10px;
transition: all 0.3s ease;
background-image:url(../img/arrow.svg);
background-size: 15px;
background-position: left 7px center;
}
.bt01:hover {
background: var(--color-gray-dark);
}
.bt01:hover span:last-child{
background-position: left 10px center;
}







/*別リンクアイコン*/
.bt01.link span:first-child:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  background: url(../../common/img/icon_outlink.svg) no-repeat;
  width: 13px;
  height: 13px;
  vertical-align: -1px;
}

/*PDFアイコン*/
.bt01.pdf span:first-child:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  background: url(../../common/img/icon_pdf.svg) no-repeat;
  width: 10px;
  height: 13px;
  vertical-align: -2px;
}

/*MAPアイコン*/
.bt01.map span:first-child:before {
  content: "";
  display: inline-block;
  margin-right: 7px;
  background: url(../../common/img/icon_map.svg) no-repeat;
  width: 10px;
  height: 15px;
  vertical-align: -3px;
}

/*ボタン02*/
.bt02 {
  position: relative;
  display: inline-block;
  color: var(--color-black);
  padding: 8px 20px 5px 8px;
  font-size: var(--s18);
  line-height: var(--s18);
  text-align: center;
  font-family: var(--font-en);
  font-weight: 500;
  border-bottom: 1px solid var(--color-black);
  transition: all 0.3s ease;
}
.bt02::after {
  content: "";
  position: absolute;
  bottom: 1px;
  right: 0;
  width: 6px;
  height: 1px;
  background: var(--color-black);
  transform: rotate(35deg);
  transition: all 0.3s ease;
}
.bt02:hover {
  margin-right: -10px;
  padding: 8px 30px 5px 8px;
}

/*ボタン03*/
.bt03 {
  text-align: center;
  display: inline-block;
  border-radius: 20px;
  font-size: var(--s14);
  line-height: var(--s14);
  padding: 10px 20px;
  color: var(--color-white);
  background: var(--color-gray);
  transition: all 0.6s ease;
}

@media screen and (min-width: 768px) {
  .bt03 {
    padding: 8px 20px;
  }
}
.bt03:hover {
  background: var(--color-gray-dark);
}
.bt03.blue {
  background: var(--color-blue);
}
.bt03.blue:hover {
  background: var(--color-blue-dark);
}
.bt03.green {
  background: var(--color-green);
}
.bt03.green:hover {
  background: var(--color-green-dark);
}

/*-----------------------------------------------------*/
/*----------------- ページ内メニュー -----------------------*/
/*-----------------------------------------------------*/
.anchor__nav {
  background-color: var(--color-gray-light);
  padding: 25px 40px;
  font-size: var(--s14);
}
.anchor__nav .anchor__nav-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}
.anchor__nav .anchor__nav-list .item {
  margin: 10px 20px;
}
.anchor__nav .anchor__nav-list .item a {
  color: var(--color-black);
}
.anchor__nav .anchor__nav-list .item a::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  color: var(--color-green-dark);
  line-height: 1;
  width: 0.4em;
  height: 0.4em;
  border: 1px solid currentColor;
  border-left: 0;
  border-bottom: 0;
  transform: translateY(-25%) rotate(135deg);
  margin-left: 7px;
  margin-top: -3px;
  transition: 0.2s;
}
.anchor__nav .anchor__nav-list .item a:hover:after {
  margin-top: 5px;
}
@media screen and (max-width: 769px) {
  .anchor__nav {
   padding: 10px 10px;
  }
}
/* 矢印 右（外部リンク） */
.anchor__nav .anchor__nav-list .item.arrow-right a::after {
  transform: translateY(-25%) rotate(45deg) translate(0px,0px);
  margin-top: -2px;
}
.anchor__nav .anchor__nav-list .item.arrow-right a:hover:after {
  transform: translateY(-85%) rotate(45deg) translate(5px,0px);
}







/*-----------------------------------------------------*/
/*----------------- テーブル -----------------------*/
/*-----------------------------------------------------*/

/*基本テーブル1、2 */
.table01,
.table02 {
  border-collapse: collapse;
}
.table02 {
  border-top: 1px solid #cccccc;
}
.table01 th,
.table02 th {
  padding: 5px 10px;
  border: #cccccc solid;
  border-right: #cccccc dashed;
  border-width: 0 1px 1px 0;
  background: #e8e9ed;
  font-weight: 300;
  text-align: left;
  white-space: nowrap; /* 改行しない */
}
.table01 tr:nth-child(1) th {
  background-color: var(--color-blue);
  color: var(--color-white);
  text-align: center;
  border: #cccccc solid;
  border-width: 0 1px 0 0;
}
.table01 tr:nth-child(1) th:last-child,
.table02 tr:nth-child(1) th:last-child {
  border-width: 0 0 0 0;
}
.table01 td,
.table02 td {
  padding: 5px 10px;
  border: 1px #cccccc solid;
  border-right: #cccccc dashed;
  border-width: 0 1px 1px 0;
  text-align: left;
  vertical-align: top;
}
.table01 tr td:last-child,
.table02 tr td:last-child {
  border-width: 0 0 1px 0;
} /* 最後のtd線削除 */
.table01 tr:nth-child(odd),
.table02 tr:nth-child(odd) {
  background-color: #fafbfc;
} /* 色交互 */

/* シンプルテーブル */
.table03 {
  border-collapse: collapse;
}
.table03>tbody>tr>th {
  padding: 10px 15px 10px 10px;
  border-bottom: 1px solid var(--color-green);
  font-weight: 300;
  text-align: left;
  vertical-align: top;
  white-space: nowrap; /* 改行しない */
}
.table03 td {
  padding: 10px 10px 10px 15px;
  border-bottom: 1px #cccccc solid;
  text-align: left;
  vertical-align: top; /*文字の垂直そろえを上揃えに*/
}

/*-----------------------------------------------------*/
/*---------------------BOX---------------------*/
/*-----------------------------------------------------*/
.box01 {
  border: 1px solid var(--color-gray);
  padding: 25px 30px;
  position: relative;
}
.box01::before {
  content: "";
  display: block;
  width: min(35%, 300px);
  height: 4px;
  background-color: var(--color-green);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
@media screen and (max-width: 769px) {
.box01 {padding: 20px;}
}






/*-----------------------------------------------------*/
/*--------------------アコーディオン-------------------*/
/*-----------------------------------------------------*/
summary {
  cursor: pointer;
  transition: all 0.3s ease;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/*tab操作のみフォーカス*/
summary:focus-visible {
  outline: 2px solid #69c7cc;
  border-radius: 5px;
}
summary:hover {
  opacity: 0.6;
}
/*safariのみ矢印非表示*/
summary::-webkit-details-marker {
  display: none;
}

.ac-box.ac01 {
  border-radius: 5px;
  margin-bottom: 10px;
  overflow: hidden;
}
.ac-box.ac01 .ac-title {
  width: 100%;
  padding: 10px 0;
  border-bottom: 1px solid;
  position: relative;
  display: block;
  font-size: var(--s20);
  display: grid;
  grid-template-columns: 1fr 20px;
  gap: 0 15px;
  align-items: center;
}
.ac-box.ac01 .ac-title .change_icon {
  display: block;
  vertical-align: middle;
}
.ac-box.ac01 .ac-content {
  margin: 10px 10px 0 20px;
}
@media screen and (max-width: 769px) {
  .ac-box.ac01 .ac-title {
    font-size: var(--s18);
  }
}

/*-----------------------------------------------------*/
/*----------------- 言語選択ボタン -----------------------*/
/*-----------------------------------------------------*/
.menu-lang {
  width: 100%;
  margin-bottom: 10px;
  border-radius: 20px;
  background-color: var(--color-white);
  display: flex;
  flex-wrap: wrap;
}

.menu-lang__item {
  width: 50%;
}

.menu-lang__item a {
  display: block;
  width: 100%;
  padding: 10px 0px;
}

@media screen and (min-width: 768px) {
  .menu-lang__item a {
    padding: 8px 0px;
  }
}

.menu-lang__jp {
  position: relative;
  text-align: right;
  padding-right: 10px;
}

.menu-lang__en {
  text-align: left;
  padding-left: 10px;
}

@media screen and (max-width: 768px) {
  .menu-lang__jp {
    padding-right: 35px;
  }

  .menu-lang__en {
    padding-left: 35px;
  }
}

.menu-lang__item,
.menu-lang__item a {
  font-size: var(--s14);
  line-height: var(--s14);
  color: var(--color-black);
  font-family: var(--font-en);
  font-weight: 500;
}

.menu-lang__jp::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 8px;
  width: 1px;
  height: 14px;
  background: var(--color-black);
}

.photo__copyright {
  font-size: var(--s12);
  color: var(--color-gray);
}

/*-----------------------------------------------------*/
/*----------------------- リスト ------------------------*/
/*-----------------------------------------------------*/

/* まる */
.list_maru {
  display: inline-block;
  padding-left: 1rem;
  text-indent: -1rem;
}
.list_maru li {
  margin-bottom: 3px;
  font-size: var(--s16);
  line-height: var(--s26);
}
.list_maru li::before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  border: 1px solid var(--color-green-dark);
  border-radius: 50px;
  margin-right: 5px;
}

/*数字 */
.list_number {
  list-style: decimal;
  margin-left: 2rem;
}
.list_number li {
  margin-bottom: 3px;
  font-size: var(--s16);
  line-height: var(--s26);
}

/*アルファベット */
.list_alphabet {
  list-style: upper-alpha;
  margin-left: 1rem;
}
.list_alphabet li {
  margin-bottom: 3px;
  font-size: var(--s16);
  line-height: var(--s26);
}

/*こめじるし */
.list_kome {
  display: inline-block;
  padding-left: 0.3rem;
  text-indent: -0.3rem;
  margin-left: 0.3rem;
}

.list_kome li {
  margin-bottom: 3px;
  font-size: var(--s12);
  line-height: var(--s21);
}

.list_kome li::before {
  content: "※";
  display: inline-block;
}

/*-----------------------------------------------------*/
/*--------------------+-アイコン------------------------*/
/*-----------------------------------------------------*/
.change_icon {
  width: 14px;
  height: 14px;
  display: inline-block;
}

.change_icon::before,
.change_icon::after {
  content: "";
  display: inline-block;
  position: absolute;
  width: 14px;
  height: 1px;
  background: var(--color-green-dark);
  transition: transform 0.3s;
  will-change: transform;
}

.change_icon::before {
  transform: rotate(90deg);
}

/* メニュー展開後の「-」にする　それぞれに追加 */
.ac-box.active .ac-title .change_icon::before,
.drop-menu-ski.active .change_icon::before,
.drop-menu-summer.active .change_icon::before {
  transform: rotate(180deg);
  animation: close 0.3s ease;
}

/*safariのみアニメーション対策*/
@keyframes close {
  0% {
    transform: rotate(90deg);
  }

  100% {
    transform: rotate(180deg);
  }
}

/*-----------------------------------------------------*/
/*------------------夏・冬メニュー共通--------------------*/
/*-----------------------------------------------------*/
.global-nav-season {
  width: 100%;
}

.global-nav-summer > ul,
.global-nav-winter > ul {
  width: 100%;
  display: grid;
  gap: 4% 2%;
}

/*夏メニューブロック調整*/
.global-nav-summer > ul {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

/*冬メニューブロック調整*/
.global-nav-winter > ul {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-bottom: 22px;
}

.global-nav-season__item a {
  height: 130px;
  display: block;
  display: grid;
  place-content: center;
  place-items: center;
  text-align: center;
  color: var(--color-black);
  position: relative;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}

/*ゲレンデ　背景画像*/
.global-nav-winter__gelande {
  background: url(../../common/img/menu/gelande_bg.jpg) no-repeat;
}

/*リフト料　金背景画像*/
.global-nav-winter__lift {
  background: url(../../common/img/menu/lift_bg.jpg) no-repeat;
}

/*オンラインリフト券　背景画像*/
.global-nav-winter__tickets {
  background: url(../../common/img/menu/tickets_bg.jpg) no-repeat;
}

/*スクール　背景画像*/
.global-nav-winter__school {
  background: url(../../common/img/menu/school_bg.jpg) no-repeat;
}

/*レンタル　背景画像*/
.global-nav-winter__rental {
  background: url(../../common/img/menu/rental_bg.jpg) no-repeat;
}

/*施設　背景画像*/
.global-nav-winter__facilities {
  background: url(../../common/img/menu/facilities_bg.jpg) no-repeat;
}

/*レストラン　背景画像*/
.global-nav-winter__restaurant {
  background: url(../../common/img/menu/restaurant_bg.jpg) no-repeat;
}

/*ホテル　背景画像*/
.global-nav-winter__hotel {
  background: url(../../common/img/menu/hotel_bg.jpg) no-repeat;
}

/*夏メニュー*/
/*アクティビティ　背景画像*/
.global-nav-summer__activities {
  background: url(../../common/img/menu/activities_bg.jpg) no-repeat;
}

/*サマーゴンドラ　背景画像*/
.global-nav-summer__gondola {
  background: url(../../common/img/menu/gondola_bg.jpg) no-repeat;
}

/*宿泊施設　背景画像*/
.global-nav-summer__hotel {
  background: url(../../common/img/menu/hotel_bg.jpg) no-repeat;
}

/*レストラン　背景画像*/
.global-nav-summer__restaurant {
  background: url(../../common/img/menu/restaurant_summer_bg.jpg) no-repeat;
}

/*施設　背景画像*/
.global-nav-summer__facilities {
  background: url(../../common/img/menu/facilities_summer_bg.jpg) no-repeat;
}

/*お得なパック　背景画像*/
.global-nav-summer__value {
  background: url(../../common/img/menu/value_bg.jpg) no-repeat;
}

.global-nav-season__item a::before,
.global-nav-season__item a::after {
  content: "";
  width: 100%;
  height: calc(100% + 2px);
  position: absolute;
  top: 0;
  left: 0;
}

.global-nav-season__item a::before {
  background: var(--color-white);
  z-index: -1;
  transition: all 0.3s ease;
top:-1px;
}

/*オンラインリフト券背景色*/
.global-nav-season__item .global-nav-winter__tickets::before {
  background: var(--color-emerald);
}
.global-nav-season__item a.global-nav-winter__tickets{
color: var(--color-white);
}



.global-nav-season__item a:hover {
  color: var(--color-white);
}

.global-nav-season__item a:hover::before {
  transform: scale(0);
  opacity: 0;
  transition: all 0.5s ease;
}

.global-nav-season__item a img {
  position: absolute;
  top: 35%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  display: block;
}

.global-nav-season__item a:hover img:nth-of-type(2) {
  opacity: 0;
}

/*英語*/
.global-nav-season__item a .en {
  font-family: var(--font-en);
  font-weight: 500;
  font-size: var(--s16);
  line-height: var(--s16);
  padding-top: 50px;
}

/*◎768px以下*/
@media screen and (max-width: 900px) {
  .global-nav-season__item a .en {
    font-size: var(--s16);
    line-height: var(--s15);
  }
}

/*日本語*/
.global-nav-season__item a .jp {
  font-size: var(--s12);
  line-height: var(--s18);
}

/*冬　画像の大きさ調整*/
/*ゲレンデ*/
.global-nav-season__item .global-nav-winter__gelande img {
  width: 43px;
}

/*リフト料金*/
.global-nav-season__item .global-nav-winter__lift img {
  width: 38px;
}

/*オンラインリフト券*/
.global-nav-season__item .global-nav-winter__tickets img {
  width: 19px;
}

/*スクール*/
.global-nav-season__item .global-nav-winter__school img {
  width: 29px;
}

/*レンタル*/
.global-nav-season__item .global-nav-winter__rental img {
  width: 27px;
}

/*施設*/
.global-nav-season__item .global-nav-summer__facilities img,
.global-nav-season__item .global-nav-winter__facilities img {
  width: 44px;
}

/*レストラン*/
.global-nav-season__item .global-nav-summer__restaurant img,
.global-nav-season__item .global-nav-winter__restaurant img {
  width: 28px;
}

/*宿泊施設*/
.global-nav-season__item .global-nav-summer__hotel img,
.global-nav-season__item .global-nav-winter__hotel img {
  width: 33px;
}

/*夏　画像の大きさ調整*/
/*アクティビティ*/
.global-nav-season__item .global-nav-summer__activities img {
  width: 37px;
}

/*サマーゴンドラ*/
.global-nav-season__item .global-nav-summer__gondola img {
  width: 37px;
}

/*お得なパック*/
.global-nav-season__item .global-nav-summer__value img {
  width: 53px;
}

.global-nav-season__item a img {
  margin-bottom: 10px;
}

/*オンラインリスト券マージン調整*/
.global-nav-season__item .global-nav-winter__tickets .img {
  margin-bottom: 15px;
}

/*安全のために　滑走可能な用具*/
.global-nav-season .link ul {
  width: 100%;
}

.global-nav-season .link ul li {
  width: 50%;
}

.global-nav-season .link ul li a {
  width: 100%;
  padding: 15px 0;
}

.global-nav-season .link ul li .safety {
  text-align: right;
  padding-right: 30px;
}

.global-nav-season .link ul li .yougu {
  text-align: left;
  padding-left: 15px;
}

/*-----------------------------------------------------*/
/*--------------横線つきメニュー（PCのみ）------------------*/
/*-----------------------------------------------------*/

.nav-menu-list__top,
.nav-menu-list__item {
  width: 100%;
  display: block;
  position: relative;
  padding: 2px 5px 2px 20px;
  transition: all 0.6s ease;
}

.nav-menu-list__top {
  color: var(--color-black);
  font-weight: 500;
  margin-bottom: 5px;
  transition: all 0.6s ease;
}

.nav-menu-list__item {
  color: var(--color-black);
  width: 100%;
  margin-left: 30px;
  margin-bottom: 4px;
}

.nav-menu-list__item span {
  color: var(--color-black);
  font-weight: 300;
  transition: all 0.6s ease;
}

.nav-menu-list__top::before,
.nav-menu-list__item::before {
  content: "";
  position: absolute;
  top: 14px;
  left: 0;
  vertical-align: 4px;
  width: 6px;
  height: 2px;
  margin-right: 10px;
  margin-left: 10px;
  background: var(--color-green);
  transition: all 0.6s ease;
}

a.nav-menu-list__top:hover {
  margin-left: -5px;
}

.nav-menu-list__item:hover {
  margin-left: 25px;
}




/*-----------------------------------------------------*/
/*---------------------カレンダー-----------------------*/
/*-----------------------------------------------------*/

.calendar{}

.calendar__detail{
display: grid;
grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
gap:10px 3%;
}
/* カレンダー月 */
.calendar__detail .calendar__title{
font-family: var(--font-en);
font-size: var(--s16);
font-weight: 500;
margin-bottom: 5px;
}
.calendar__detail .calendar__title span{
font-size: var(--s32);
vertical-align: bottom;
margin: 0 5px -5px 5px;
display: inline-block;
}

/* テーブル共通 */
.calendar_table {
width: 100%;
border: 1px #c8c8c8 solid;
border-collapse:collapse;
font-size: var(--s14);
}
.calendar_table th {
padding:5px;
border: #c8c8c8 solid 1px;
font-weight:400;
line-height: 100%;
text-align: center;
color: var(--color-white);
}
.calendar_table td {
padding: 5px;
border: 1px #c8c8c8 solid;
text-align: center;
}
/* 日曜日 */
.calendar_table tr td:first-child{color: #dc0303;}
/* 土曜日 */
.calendar_table tr td:last-child{color: #0d72b3;}
/* 祝日 */
.calendar_table .txt_red,.calendar__info .txt_red{color: #dc0303!important;}

/* 背景色 */
.calendar_table .b_g,.calendar__info .b_g{background-color: #e8efe4;}
.calendar_table .b_b,.calendar__info .b_b{background-color: #d0e6eb;}
.calendar_table .b_w,.calendar__info .b_w{background-color: var(--color-white);}
.calendar_table .b_early,.calendar__info .b_early{background-color: #e8efe4;}
.calendar_table .b_regular,.calendar__info .b_regular{background-color: #fcf5f5;}
.calendar_table .b_spring,.calendar__info .b_spring{background-color: #f9f6e8;}
.calendar_table .b_final,.calendar__info .b_final{background-color: #edf5f7;}

/* テーブル夏 */
.calendar_table.c_summer th{background-color: var(--color-green-dark);}
/* テーブル冬 */
.calendar_table.c_winter th{background-color: var(--color-blue);}



/* カレンダー詳細 */
.calendar__info{
margin: 30px 0;
}
.calendar__info .title{
border-bottom: 1px solid;
padding-bottom: 7px;
font-size: var(--s20);
font-weight: 400;
margin-bottom: 10px;
}
.calendar__info .title small{margin-left: 10px;}

.calendar_table td {padding: 2px;}

.calendar__info .calendar__info-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.calendar__info .calendar__info-list .item{
margin-right: 25px;
line-height: 100%;
margin-bottom: 20px;
}
.calendar__info .calendar__info-list .item span{
display:inline-block;
width: 30px;
height: 100%;
margin-right: 5px;
vertical-align: middle;
}
.calendar__info .calendar__info-list .item span.b_w{border: 1px solid;}


@media screen and (max-width: 769px) {
.calendar__detail{
display: grid;
grid-template-columns: 48% 48%;
gap:5px 3%;
}
.calendar__info .title small{
margin-left: 0;
display: block;
}
.calendar__info .calendar__info-list .item{
font-size: var(--s14);
margin-bottom: 10px;
}
.calendar__info .calendar__info-list .item span{width: 20px;}
}




/*-----------------------------------------------------*/
/*------chuo-bus-tag.php 画像-----*/
/*-----------------------------------------------------*/
.chuo-bus-tag{position: absolute; top:0; left: 0; z-index: -999;}
