@charset "UTF-8";
/*!
 * ress.css • v3.0.1
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  word-break: normal;
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4;
  -webkit-text-size-adjust: 100%;
  /* Prevent adjustments of font size after orientation changes in iOS */
}

.all_wrapper,
::before,
::after {
  background-repeat: no-repeat;
  /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
}

::before,
::after {
  vertical-align: inherit;
  text-decoration: inherit;
  /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
}

* {
  margin: 0;
  padding: 0;
  /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
     # General elements
     # ================================================================= */
.all_wrapper hr {
  overflow: visible;
  /* Show the overflow in Edge and IE */
  height: 0;
  /* Add the correct box sizing in Firefox */
}

details,
main {
  display: block;
  /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item;
  /* Add the correct display in all browsers */
}

.small {
  font-size: 0.8rem;
  /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none;
  /* Add the correct display in IE */
}

abbr[title] {
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  border-bottom: none;
  /* Remove the bottom border in Chrome 57 */
}

.all_wrapper a {
  background-color: transparent;
  /* Remove the gray background on active links in IE 10 */
}

.all_wrapper a:active,
.all_wrapper a:hover {
  outline-width: 0;
  /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* Specify the font family of code elements */
}

pre {
  font-size: 1em;
  /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder;
  /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

/* # =================================================================
     # Forms
     # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
  /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type="search"] {
  outline-offset: -2px;
  /* Correct the outline style in Safari */
  -webkit-appearance: textfield;
  /* Correct the odd appearance in Chrome and Safari */
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
  /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto;
  /* Internet Explorer 11+ */
  resize: vertical;
  /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold;
  /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible;
  /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none;
  /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type="button"],
[type="reset"],
[type="submit"],
[role="button"] {
  cursor: pointer;
  color: inherit;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  border-style: none;
  background-color: transparent;
}

/* Style select like a standard input */
select {
  -webkit-appearance: none;
  /* Chrome 41+ */
  -moz-appearance: none;
  /* Firefox 36+ */
}

select::-ms-expand {
  display: none;
  /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor;
  /* Internet Explorer 11+ */
}

legend {
  display: table;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge and IE */
  max-width: 100%;
  /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal;
  /* Correct the text wrapping in Edge and IE */
  color: inherit;
  /* Correct the color inheritance from `fieldset` elements in IE */
  border: 0;
  /* Correct `color` not being inherited in IE 8/9/10/11 */
}

::-webkit-file-upload-button {
  font: inherit;
  /* Change font properties to `inherit` in Chrome and Safari */
  color: inherit;
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
}

/* # =================================================================
     # Specify media element style
     # ================================================================= */
img {
  border-style: none;
  /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
     # Accessibility
     # ================================================================= */
/* Hide content from screens but not screenreaders */
@media screen {
  [hidden~="screen"] {
    display: inherit;
  }
  [hidden~="screen"]:not(:active):not(:focus):not(:target) {
    position: absolute !important;
    clip: rect(0 0 0 0) !important;
  }
}

/* Specify the progress cursor of updating elements */
[aria-busy="true"] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled] {
  cursor: default;
}

.mt10 {
  margin-top: 10px;
}

.mt20 {
  margin-top: 20px;
}

.mt30 {
  margin-top: 30px;
}

.mt40 {
  margin-top: 40px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.text_c {
  text-align: center;
}

main {
  overflow: hidden;
}

@media screen and (max-width: 768px) {
  .icon-hamburger hr {
    margin: 7px auto 0;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.sp {
  display: none;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  p {
    font-size: 12px;
  }
}

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


@media screen and (max-width: 768px) {
  .all_wrapper {
    margin: 0 5px;
    overflow: hidden;
  }
}

.wrapper {
  max-width: 1000px;
  margin: 0 auto;
}

.md_wrapper {
  max-width: 800px;
  margin: 0 auto;
}

.min_wrapper {
  max-width: 600px;
  margin: 0 auto;
}

.all_wrapper .mv {
  max-width: 1000px;
  margin: 0 auto 50px;
}

.all_wrapper .mv img {
  width: 100%;
}

.bg_wrapper {
  background-image: url(../img/ski_img.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 30px;
  padding-bottom: 30px;
  background-position: center;
}

ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  justify-content: space-evenly;
}

.wrapper_t {
  padding: 10PX 30px;
  max-width: 800px;
  margin: 50PX auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

@keyframes fuwafuwa {
  0% {
    transform:translate(0, 0) rotate(-7deg);
  }
  50% {
    transform:translate(0, -7px) rotate(0deg);
  }
  100% {
    transform:translate(0, 0) rotate(7deg);
  }
}


p.explanation{
  width: 80%;
  padding: 24px;
  margin-left: 8%;
  margin-right: 8%;
}

img.fit{
  width: 75%;
  display:block;
  margin: 0 auto 30px;
}



img.line{
  width: 100%;
  display:block;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 24px;
  padding-top: 48px;
}

.md_wrapper img {
  width: 100%;
}

.md_wrapper p {
  font-weight: bold;
}


div.container{
  container-type: inline-size;
  container-name: layout;
  text-align: center;
}

.all_wrapper .btn a {
  display: block;
  width: 50%;
  font-size: 1.5rem;
  background-color: #0085ca;
  color: #ffffff;
  border: 2px solid #0085ca;
  text-align: center;
  margin: 30px auto;
  padding: 30px;
  border-radius: 10px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  font-weight: bold;
}


.all_wrapper .btn a:hover{
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.msgbox{
  margin: 0 auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 8px;
  max-width: 70%;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0px 2px 10px 5px rgba(0, 0, 0, 0.10);
  padding: 12px;
}

.msgtypo{
color: #fff;
text-align: center;
font-family: "Noto Sans Arabic";
font-size:min(1.8vw,16px);
font-style: normal;
font-weight: 500;
line-height:normal;
margin-bottom: 50px;
}

.item_container{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
}

img.item_img {
 width: 100%;
 border-radius: 20px;
}

.item_box1 {
  width: 35%;
  margin: auto 10px;
}

.item_box_btn {
  width: 40%;
  margin: 0 auto 20px;
}

.item_box2 {
  width: 55%;
  padding: 8px 5px;
  margin: auto 20px;
  border-radius: 10px;
  text-align: left;
}

.item_box2_btn {
  width: 22%;
  margin: auto 30px;
}

.item_box a:hover, .item_box2 a:hover, .item_box_btn a:hover, .item_box2_btn a:hover {
  opacity: 0.7;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}


.item_box3{
  max-width: 400px;
  margin: 20px auto;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  background-color: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.2);
  border-bottom-color: rgba(255, 255, 255, 0.2);
  z-index: 2;
}

.ttl_box {
  width: 100%;
  background-color: #0085ca;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  padding: 20px 0;
}

.shop_deta {
  font-size:1.2rem;
  text-align: center;
  padding: 20px 0 10px;
}

.bold {
  font-weight: bold;
}

.bold_bl {
  font-weight: bold;
  color: #0085ca;
}

.shop_box {
  text-align: left;
  font-size: 0.8rem;
}

.item_box4 {
  padding: 0 20px 10px;
}

.item_box4 img {
  width: 100%;
}

.item_bland{
  font-size: 1rem;
  font-weight: bold;
  color: #333232;
}

.item_name{
  display: flex;
  font-size:min(1.8vw,14px);

}

.item_price{
  color: red;
  font-size:min(1.8vw,14px);
  font-weight: 700;
}

h1.title {
  max-width: 1200px;
  font-size: 4rem;
  letter-spacing: -0.07em;
  text-align: center;
  margin-top: 50px;
  color: #0085ca;
  font-weight: bold;
  text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

.ttl_text {
  margin: 0 auto;
  max-width: 800px;
  letter-spacing: 0.5em;
  text-align: left;
  font-weight: bold;
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

.shadow {
    text-shadow:
    1px 1px 0 #fff,
    -1px 1px 0 #fff,
    -1px -1px 0 #fff,
    1px -1px 0 #fff;
}

h2.primary{
  background: #0085ca;
  padding: 8px;
  margin: 10px auto 5px;
  color: #FFF;
  font-family: "Noto Sans Arabic";
  font-size: 20px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
}

h3.title {
  font-size: 3rem;
  text-align: center;
  letter-spacing: -0.02em;
  margin-top: 50px;
  color: #0085ca;
  font-weight: bold;
}

.center {
  text-align: center;
}

.stepbar {
  text-align: center;
  margin: 0 auto;
}

.text_img {
  width: 80%;
  margin: 100px auto 0;
}

.text_img img{
  width: 100%;
}

@media screen and (max-width: 768px) {
  .wrapper_br {
    margin: 0 auto;
  }

  .bg_wrapper {
    padding-top: 10px;
    padding-bottom: 30px;
  }

  h1.title {
    max-width: 700px;
    font-size: 1.5rem;
    letter-spacing: -0.07em;
    text-align: center;
    margin-top: 50px;
    color: #0085ca;
    font-weight: bold;
  }

  .ttl_text {
    margin: 0 auto;
    max-width: 500px;
    letter-spacing: 0;
    text-align: left;
    font-weight: bold;
      text-shadow:
      1px 1px 0 #fff,
      -1px 1px 0 #fff,
      -1px -1px 0 #fff,
      1px -1px 0 #fff;
    }

    .wrapper_t {
      padding: 10PX;
    }

  .popup {
  width: 95%;
  }


  .msgbox{
    margin: 0 auto;
    padding: 5px;
  }

  .msgtypo{
    font-size:0.8rem;
  }

  img.tonakai {
    max-width: 40px;
  }
  
  img.present {
    max-width: 28px;
  }
  

  h2.primary {
    padding: 10px 5px;
    margin: 0px auto 10px;
    max-width: 98%;
    font-size: 1rem;
  }

  img.fit{
    padding-bottom: 5px;
    margin: 0 auto 10px;
  }

  img.line{
    padding: 20px 0 10px;
  }


  .item_box1 {
    width: 70%;
    margin: auto 20px;
  }

  .item_box2 {
    width: 80%;
    margin: auto 10px;
  }

  .item_bland{
    text-align: left;
    font-size: 0.8rem;
  }

  .item_box2_btn, .item_box_btn  {
    width: 45%;
    margin: 0 auto 10px;
  }

  .all_wrapper .btn a {
    background-color: #0085ca;
    color: #fff;
    border: 2px solid #0085ca;
  }

  h2 {
    font-size: 1rem;
    margin: 0 20px;
  }

  h3.title {
    font-size: 1.4rem;
    margin: 50px 10px;
    letter-spacing: -0.1rem;

  }

  .shop_deta {
  font-size:1rem;
}

}

.button{
  display: flex;
  width: 50%;
  height: auto;
  padding: 12px 51px;
  justify-content: center;
  gap: 8px;
  flex-shrink: 0;
  border-radius: 30px;
  background-color: #0085CA;
  color: #fff;
  transition: background-color .3s ease-in-out;
  margin: auto;
  margin-bottom: 64px;
}



.button:hover{
  color: #fff;
  background-color: #0E3057;
  padding: auto;
}

.b_text{
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 3.2px;
  }

  @media screen and (max-width:768px) {
  .b_text{
    font-size: 1rem;
    }

  .button{
    width: 80%;
    padding: 12px 10px;
    }

  }

.button.-compact {
  width: 80%;
  margin: auto;
  padding: .5rem 1rem;
  border-radius: .25rem;
  background-color: #0E3057;

  color: #fff;
  font-weight: bold;
}

.button.-compact:hover,
.button.-compact:focus {
  background-color: #0E3057;
}


/*---------------イベントタイムラインここから---------------------------------------------------*/


        .days-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
            gap: 1rem;
            margin-bottom: 3rem;
        }

        .day-card {
            background: white;
            border: 1px solid #e0e0e0;
            border-radius: 12px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
            transition: box-shadow 0.3s ease, transform 0.3s ease;
        }

        .day-content {
            padding: 0;
        }

        .timeline-event {
            display: flex;
            border-bottom: 1px solid #f0f0f0;
            /*transition: 0.2s ease;
            cursor: pointer;*/
        }

        .timeline-event:last-child {
            border-bottom: none;
        }

        .time-slot {
            width: 60px;
            padding: 1.25rem 0.25rem;
            background: #f5f5f5;
            border-right: 1px solid #e8e8e8;
            font-size: 13px;
            font-weight: 700;
            color: #2b2a2a;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            flex-shrink: 0;
        }

        .event-detail {
            flex: 1;
            padding: 1.25rem;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }

        .event-title {
            font-size: 13px;
            font-weight: 300;
            color: #2b2a2a;
            margin-bottom: 0.35rem;
            letter-spacing: -0.2px;
        }

        .event-title_1 {
          font-size: 13px;
          font-weight: 700;
          color: #2b2a2a;
          margin-bottom: 0.35rem;
          letter-spacing: -0.2px;
        }

        .event-desc {
            font-size: 13px;
            font-weight: 700;
            color: #2b2a2a;
            align-items: center;
            justify-content: center;
            text-align: center;
        }

        .event-tag {
            display: inline-block;
            font-size: 12px;
            font-weight: 600;
            padding: 5px 10px;
            border-radius: 6px;
            width: fit-content;
            background: #e8f1ff;
            color: #378ADD;
        }


/*-----ここまで----------------------------------------------------*/



/*----------------------------
scroll_left ｜左から出現
----------------------------*/
.scroll_left {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(-30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_left.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}

/*----------------------------
scroll_right ｜右から出現
----------------------------*/
.scroll_right {
  -webkit-transition: 0.8s ease-in-out;
  -moz-transition: 0.8s ease-in-out;
  -o-transition: 0.8s ease-in-out;
  transition: 0.8s ease-in-out;
  transform: translateX(30px);
  opacity: 0;
  filter: alpha(opacity=0);
  -moz-opacity: 0;
}
.scroll_right.on {
  opacity: 1.0;
  filter: alpha(opacity=100);
  -moz-opacity: 1.0;
  transform: translateX(0);
}



/*==================================================
スライダーのためのcss
===================================*/
.slider {/*横幅94%で左右に余白を持たせて中央寄せ*/
  max-width:1000px;
  margin: 0 auto;
}

.slider .item_box3 {
  width: 30vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
  height:auto;
}

@media screen and (max-width: 768px) {
  .slider .item_box3 {
    width: 60vw;/*スライダー内の画像を60vwにしてレスポンシブ化*/
    height:auto;
  }
}

.slider .slick-slide {
transform: scale(0.8);/*左右の画像のサイズを80%に*/
transition: all .5s;/*拡大や透過のアニメーションを0.5秒で行う*/
opacity: 1;/*透過50%*/
}

.slider .slick-slide.slick-center{
transform: scale(1);/*中央の画像のサイズだけ等倍に*/
opacity: 1;/*透過なし*/
}

.slider img {
  width: 100%;
}

/*矢印の設定*/

/*戻る、次へ矢印の位置*/
.slick-prev, 
.slick-next {
  position: absolute;/*絶対配置にする*/
  top: 42%;
  cursor: pointer;/*マウスカーソルを指マークに*/
  outline: none;/*クリックをしたら出てくる枠線を消す*/
  border-top: 2px solid #666;/*矢印の色*/
  border-right: 2px solid #666;/*矢印の色*/
  height: 15px;
  width: 15px;
}

.slick-prev {/*戻る矢印の位置と形状*/
  left: -1.5%;
  transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
  right: -1.5%;
  transform: rotate(45deg);
}

/*ドットナビゲーションの設定*/

.slick-dots {
  text-align:center;
margin:20px 0 0 0;
}

.slick-dots li {
  display:inline-block;
  margin:0 5px;
}

#slider .slick-dots button {
  color: transparent;
  outline: none;
  width:8px;/*ドットボタンのサイズ*/
  height:8px;/*ドットボタンのサイズ*/
  display:block;
  padding: 8px;/*ドットボタンのサイズ*/
  border-radius:50%;
  background:#ccc;/*ドットボタンの色*/
}

#slider .slick-dots .slick-active button{
  background:#333;/*ドットボタンの現在地表示の色*/
}

ul{
  margin:0;
  padding: 0;
  list-style: none;
}




/*# sourceMappingURL=style.css.map */