html {
  touch-action: none;
  user-select: none;
}
body,html {
  width: 100%;
  height: 100%;
}
.wcontainer {
  width: 1080px;
  height: 1920px;
  margin: 0 auto;
  position: relative; /* 如果需要其他定位或变换 */
  transform-origin: top left; /* 缩放的基点 */
}

@viewport {
  zoom: 1.0;
  min-zoom: 1.0;
  max-zoom: 1.0;
  user-zoom: fixed;
  user-scalable: no;
}

/* 
responsive debug 650x980
*/

body,a {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
    background-color: #fafafa;
    color: #151515;
    letter-spacing: 2px;
    line-height: 1.5;
    font-weight: 600;
}

a {
    text-decoration: none;
}

img {
    object-fit: cover;
    border-radius: 2px;
}

.topic-container,.pop-container {
    /* background-color: #343434; */
    /* background-color: #EE845C; */
    background: linear-gradient(50deg, #EE845C 40%, #ee665c);
}

.topic-container {
    padding: 25px 20px;
    display: flex;
    justify-content: center;
}

.event-container, .news-container,.popUp {
    background-color: #fafafa;
    border-radius: 2px;
    padding: 10px 20px;
    margin: 0 12px; 
}

.event-container {
    width: 60%;
}

.news-container {
    width: 40%;
}

.event-contents,.news-contents {
    height: 350px;
    overflow: auto;
}

.popUp {
    height: 435px;
    overflow-y: auto;
    overflow-x: hidden;
}

.header-topic  {
  /* padding: 10px;
  line-height: 65px;
  font-size: 29px;
  font-weight: bold;
  background-color:#fff; */


  background-color: #EF845C;
  padding: 20px 0;
  line-height: 29px;
  font-size: 29px;

}

.header-topic a {
  
  /* padding: 0 10px; 根据需要调整 */
  color: #151515;
  background: #fff;
  border-radius: 100px;
  display: inline-block;
  margin: 0 10px;
  padding: 26px;

}


a.header-topic .list-label {
  display: inline-block;
  border-radius: 100px;
  padding: 8px 12px;
  vertical-align: middle;
  color: #fff;
  font-weight: 400;
}
a.header-topic span {
  display: inline-block;
  margin: 0 12px 0 4px;
}

section.header-topic {
  background: #fff;
  text-align: center;
  padding: 20px 0;
  line-height: 29px;
  font-size: 29px;

}
section.header-topic a {
  color: #151515;
  padding: 0px 16px 0px 16px;
}
section.header-topic a span { 
  color: #EF845C;
}


.event-main-title, .news-main-title {
    text-align: center;
    font-size: 26px;
    margin: 2%;
    font-weight: bold;
}

.event-title {
  margin: 1%;
  font-size: 18px;
  font-weight: bold;
  width: 270px;
}
.find-box{
  min-width: 100%;
  display: none;
}


.news-date,.news-title,.event-info,.find-info {
    font-size: 18px;
    margin: 1%;
}

.common-detail {
  /* font-size: 22px; */

  font-size: 24px;
  vertical-align: middle;
  font-weight: 400;


}

.event-info {
  width: 270px;
}

.news-title {
    line-height: 1.6;
}

.news-box a {
  font-size: 18px;
}

/* thumbnail */

/**/
/* .event-thumbnail,.find-thumbnail {
    margin-right: 20px;
} */

.event-thumbnail img {
    width: 160px;
    height: 100px;
    object-fit: cover;
    border-radius: 2px;
}
/**/
/* .find-thumbnail img {
    width: 160px;
    height: 100px;
} */

.card-display {
  flex-direction: column-reverse;/**/
  grid-gap: 20px;/**/
    display: flex;
    /* justify-content: center; */
    width: 100%;
    margin: auto;
}
/**/

.find-txt {
  /* width: 280px; */
  /* overflow-wrap: break-word; */
}

.find-txt h3{
  /* width: 260px; */
  /* overflow-wrap: break-word; */
}



.event-box, .news-box {
    padding: 2% 0;
    line-height: 1.4;
}
.eventLefts {
  width: 60%;
  padding-right: 20px;
}

/* イベント子ページ */.find-title
.eventLeft {
    width: 60%;
    padding-right: 20px;
}
/**/
.eventLeft {
/* display: flex; */
 /* justify-content: flex-end; */
 /* flex-direction: column; */
 position: relative;
}
/* .pop-container {
    padding: 12px 20px 12px 20px;
} */

.top-link {
    color: #fafafa; 
    font-weight: 700;
    display: inline-block;
    padding: 10px;
    font-size: 18px;
}

.top-link::after {
    content: "≫";
    font-size: 14px;
}

.prev-link::before {
    content: "";
    border-left: 2px #fafafa solid;
    margin-right: 24px;
}

.popInfo {
    display: flex;
    justify-content: space-between;
}

/**/
.popInfoText {
  line-height: 1.6;
  /* width: 450px; */
}
.eventRights {
    /* width: 40%; */
    /* left: 500px; */
    /* width: 44%; */
    /* position: absolute; */
    left: 50%;
    margin-top: 30px;
}

.shop-info {
  width: 50%;/**/
}
.eventRights {
    /* width: 450px; */
    /* position: absolute; */
    /* left: 500px; */
  /*transform: translateX(-50%); /* 水平居中 */
  margin-top: 40px; /* 向下移动元素 */
  /*top: 50%; /* 将元素顶部对齐到父容器高度的 50% */

}

.slick-prev {
  left: -25px;
  width: 1px;
  height: 20px;
  }

.picture-find {
  display: flex;
  justify-content: start;
  /* height: 633px; */
  margin-top: 5px;
  /* margin-left: -525px; */
  flex-direction: column;
  max-width: 100%;
  
}

.card-container .slick-next {
  right: -28px;
}
.card-container .slick-prev {
  left: -35px;
}

.card-container .slick-next:before {
  border-top: 8px solid #000;
  border-right: 8px solid #000;
  border-radius: 2px;
}
.card-container .slick-prev:before {
  border-top: 8px solid #000;
  border-right: 8px solid #000;
  border-radius: 2px;
}


.shop-contents {
  font-size: 28px
}

.eventRights .shop-contents {
  color: #EF845C;
}

.tm {
    background-color: #FDC484;
}   
/* <span class="label tm">明日開催</span> */

.popTitle {
    /* font-size: 45px; */
    font-weight: bold;
    /* margin-bottom: 30px; */
    /* margin-top: 10px; */

    font-size: 48px;
    margin-top: 24px;
    line-height: 1.3;


  }

.popTitles {
  font-size: 45px;
  font-weight: bold;
  /* margin-bottom: 30px; */
  margin-top: -40px;
}
.eventLeft p {
    font-size: 25px;

}
.eventLefts p {
  font-size: 25px;

}
.center-text {
  text-align: center;
}

.pop-container {
  display: flex; /* 使用Flexbox */
  justify-content: center; /* 水平居中 */
  align-items: center; /* 垂直居中 */
  max-height:0;
}

.pop-container img {
  max-width: 100%; /* 使图片最大宽度不超过容器宽度 */
  max-height: 100%; /* 使图片最大高度不超过容器高度 */
  /* 可选：如果图片比例重要，可通过object-fit属性调整图片如何填充容器 */
  object-fit: contain; /* 保持原始比例，但可能不会完全填满容器 */
  /* object-fit: cover; // 完全覆盖容器，但可能会裁切图片 */
  border-radius: 8px;
}

.pop-thumbnail {
  padding: 30px 0;
}

/* .pop-thumbnail img {
    width: 360px;
    height: 230px;
    object-fit: cover;
    border-radius: 2px;
} */

#shop-image{
  width: 200%; /* 将图片宽度设置为原始大小的 150% */
  height: 150%; /* 保持图片的纵横比 */
}
.event-img {
  text-align: center;
}

.event-img img {
  width: 210mm;
  height: 297mm;
}

.qr {
    text-align: start ;
    font-weight: 700;
    justify-content: center;
    margin: 20px
}
.qrs img {
  width:126px;

}

.qrs-find {
  display: flex;
  justify-content: start;
  width: 450px;
  margin-left: -30px
}


.qrs-inner {
  margin: 0 0px 0 40px;
}s

.qr img {
    width:126px;

}

.qr-find {
  display: flex;
  justify-content: start;
  /* width: 450px; */
  margin-left: -30px;
  position: absolute;
  top: 0px;
  right: 0px;
  margin: 0;
  /* margin-right: -40px; */
  grid-gap: 20px;


}

/* .qr-find {
  margin-top: 30px;
} */
.qr-find p {
  color: #AA720E;
  line-height: 1;
  margin-bottom: 8px;
}


.qr-inner {
    margin: 0 0px 0 40px;
}

.news-temp-box {
  display: flex;
}

.newsPop {
    height: 1233px;
}

.newsPop p {
    font-size: 22px;
    line-height: 1.5;
}

.news-qr-box {
  display: flex;
  justify-content: center;
  width: 80%;
  margin: auto;
}

.news-qr-title {
  margin: auto 40px;
  font-size: 35px;
  font-weight: bold;
  color: #125855;
}

.news-qr-inner {
  margin-right: 0px;
}

.news-qr-inner img {
  width: 126px;
}

.news-thumbnail {
    margin :10px 0 10px 0;
    text-align: center;
}

.news-thumbnail img {
    width: 100%;
    height: 380px;
    border-radius: 2px;
    object-fit: cover;
}

.content-img img {
    width: 210mm;
    height: 297mm;
    
}

.label {
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
    font-size: 18px;
    padding: 2px 4px;
}

.list-label {
    display: inline-block;
    border-radius: 2px;
    font-weight: 700;
    font-size: 16px;
    padding: 2px 4px;
}

.news-category {
    /* background-color: #c9e6ed; */

    background-color: #779752;

  }



.new-category {
    background-color: #3d62ad;
}

.news-detail-label {
  /* font-size: 22px; */

  font-size: 19px;
  color: #fff;
  padding: 10px 10px;
  line-height: 1;
  border-radius: 5px;
  font-weight: 400;

}

.shop-category {
    background-color: #efdfb9;
}

.btn-container {
  padding: 0 16px 20px;
    display: flex;
    justify-content: space-evenly;
}
.sisetsu-btns, .shop-btns {
  /* padding: 100px 120px; 內邊距 */
  /* background-color: #151515; */

  background-color: #ffffff;
}

.shop-btnss{
  margin-top: 0px;
  /* width: 130px;
  height: 40px; */
  color: #fff;
  border-radius: 5px;
  padding: 10px 25px;
  font-family: 'Lato', sans-serif;
  font-weight: 500;
  background: transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  /* display: inline-block; */
   box-shadow:inset 2px 2px 2px 0px rgba(255,255,255,.5),
   7px 7px 20px 0px rgba(0,0,0,.1),
   4px 4px 5px 0px rgba(0,0,0,.1);
  outline: none;
}

  /* 3 */
  .btn-3 {
    /* background: rgb(242,189,109);
  background: linear-gradient(0deg, rgba(242,189,109,1) 0%, rgba(242,189,109,1) 100%); */
    /* width: 130px;
    height: 40px; */
    line-height: 42px;
    padding: 0;
    border: none;
    border-radius: 100px;
    background: #EF845C;
    box-shadow: 0px 10px #A75131, 3px 4px #FBA383 inset;
    top: 10px;
    
  }
  .btn-3 span {
    position: relative;
    display: block;
    width: 100%;
    height: 100%;
  }
  /* .btn-3:before,.btn-3:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
     background: rgba(242,189,109,1);
    transition: all 0.3s ease;
  } */
  /* .btn-3:before {
    height: 0%;
    width: 2px;
  }
  .btn-3:after {
    width: 0%;
    height: 2px;
  } */
  .btn-3:hover{
     /* background: transparent; */
    box-shadow: none;
    top: 10px;
    box-shadow: 0px 10px #EF845C, 3px 4px #EF845C inset;
  }
  .btn-3:hover:before {
    height: 100%;
  }
  .btn-3:hover:after {
    width: 100%;
  }
  .btn-3 span:hover{
     color: rgba(242,189,109,1);
  }
  .btn-3 span:before,
  .btn-3 span:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
     background: rgba(242,189,109,1);
    transition: all 0.3s ease;
  }
  .btn-3 span:before {
    width: 2px;
    height: 0%;
  }
  .btn-3 span:after {
    width: 0%;
    height: 2px;
  }
  .btn-3 span:hover:before {
    height: 100%;
  }
  .btn-3 span:hover:after {
    width: 100%;
  }

.shop-btn, .sisetsu-btn {
    width: 100%;
    /* background-color: #151515; */
    /* background-color: #ffffff; */
    padding: 0 10px 20px;
    background-color: #fafafa;
}


.shop-btn a, .sisetsu-btn a {

  /* padding: 5%; */
  padding: 4%;
    /* color : #323232; */
    color : #FFF;
    font-weight: bold;
    font-size: 40px;
    text-align: center;
      display: block;
}



/* お店を探す 施設を探す機能 */

.find {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

#map {
    /* position: absolute;
    top: 0;
    bottom: 0; */
    width: 100%;
    /* 元々はheight993px */
    height: 810px !important;
    background-color: #343434;
}

.map-title {
    /* font-size: 16px; */
    font-weight: 700;
    color: #fff;
    font-size: 24px;
}

.mapboxgl-popup-anchor-bottom .mapboxgl-popup-tip {
  border-top-color: #EF845C;
}

footer {
  background-color: #fff;
  position: fixed; /* 固定定位 */
  left: 0; /* 与左边界对齐 */
  bottom: 0; /* 与底部对齐 */
  width: 100%;
  height: 245px;
}

.footer-topic {
    background-color: #FDC484;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
}


.footer-topic a {
    display: block;
    padding: 46px 0;
    text-align: center;
    font-size: 35px;
    font-weight: bold;
}

/**
 * YUI 3.5.0 - reset.css (http://developer.yahoo.com/yui/3/cssreset/)
 * http://cssreset.com
 * Copyright 2012 Yahoo! Inc. All rights reserved.
 * http://yuilibrary.com/license/
 */
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF.
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}

ol,
ul {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}
/* YUI CSS Detection Stamp */
#yui3-css-stamp.cssreset { display: none; }



/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
  display: none;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


/* */
 @keyframes fadeIn {
  0% {
    display: none;
    opacity: 0;
  }

  1% {
    display: block;
    opacity: 0;
  }

  100% {
    display: block;
    opacity: 1;
  }
}

.hide{   display: none; }

.topic-container{ height: 440px; } 

.contents-wrap {
  background-color: #fff;
}

#popup-detail-wrap {
  width: 100%;
  padding: 90px 30px 30px; /* 設置 padding */
  background-image: linear-gradient(50deg, #EE845C 40%, #ee665c); /* 背景漸層 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1; /* 保持在最前 */
  height: 1386px; /* 固定高度 */
  overflow: auto; /* 使內容可滾動 */
  border-width: 0; /* 邊框寬度 */
  border-style: solid;
  border-image: linear-gradient(50deg, #EE845C 40%, #ee665c) 1; /* 邊框漸層 */
  box-sizing: border-box; /* 包含內邊距和邊框 */
}



.popup-detail {
  background: #fff;
  padding: 70px 60px;
  /* height: 100%; */
  border-radius: 30px;
  overflow-y: auto;
}

.contents {

  width: 100%;
  /* display: flex; */
  padding: 30px;
  background-color: #EE845C;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 520px;
  overflow: visible;
  border-width: 0;
  border-style: solid;
  /* border-color: #343434; */
  /* border-image: linear-gradient(50deg, #EE845C 40%, #ee665c) 1; */
  box-sizing: border-box; /* 枠線を含めたボックスサイズを指定 */
  
}


p .contents {
  background: #fff;
  padding: 10px 30px 30px 40px;
}

.contentss {

  width: 100%;
  /* display: flex; */
  padding: 10px;
  /* background-color: #fff; */
  background-image: linear-gradient(50deg, #EE845C 40%, #ee665c); /* 背景漸層 */
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 520px;
  overflow-y: auto;
  padding: 30px;
  border-width: 0;
  border-style: solid;
  /* border-color: #343434; */
  border-image: linear-gradient(50deg, #EE845C 40%, #ee665c) 1;
  box-sizing: border-box; /* 枠線を含めたボックスサイズを指定 */

  /* padding: 40px 40px 30px;
  border-width: 70px 30px 30px 30px; */

  
}


.contents.find {
  /* height: 768px; */
  height: 1386px;
  padding: 90px 30px 30px;/**/
  grid-gap: 24px; 
  background: linear-gradient(50deg,#EE845C 40%,#ee665c);
  overflow-y: auto;
  /* 
  top: -50px;
  padding: 10px 20px 30px 0;
  border-width: 70px 30px 30px;
  height: 768px; */
}


.event-news-contents {
  height: 1675px;
}



/* .news-height {
  height: 1422px; 
  height: 1680px;
} */

.popup-btn {
  cursor: pointer;
  /* font-size: 25px; */
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 4;
  /* top: 10px;
  left: 25px; */
  
  font-size: 32px;
    top: 10px;
    left: 10px;
  padding: 10px 30px;
  background-color: #EF845C;
  border-radius: 100px;


}

.popup-bottom-btn {
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  font-size: 32px;
  z-index: 4;
  position: absolute;
  top: 1305px;
  right: 10px;
  padding: 10px 30px;
  background-color: #EF845C;
  border-radius: 100px;

}


.find-box {
  padding: 20px 30px;
  box-sizing: border-box;
  border-radius: 16px;
  background: #ffff;
}
.find-title {
   /* font-size: 29px; */
   color: #EF845C;
   margin: 0%;
   font-size: 30px;
   font-weight: bold;
   width: 360px;
}

#shop-info {
  margin: 10px 0 0;
}
.news-date, .news-title, .event-info, .find-info {
  font-size: 16px;
}
#shopDetailLabel, #facilityDetailLabel {
  /* color: #EF845C; */
  /* margin: 0 0 0; */
}
#shopDetailLabel{
  float: right;
}

.detail-btn {
  display: none;
  cursor: pointer;
  font-size: 32px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  top: 20px;
  left: 30px;
  z-index: 2;
  padding: 10px 30px;
  background-color: #EF845C;
  border-radius: 100px;
}

.detail-bottom-btn {
  display: none;
  font-size: 32px;
  cursor: pointer;
  color: #fff;
  font-weight: 700;
  position: absolute;
  top: 1305px;
  right: 10px;
  z-index: 2;
  padding: 10px 30px;
  background-color: #EF845C;
  border-radius: 100px;
}


.popInner {
  margin: 0;
  /* height: 1120px; */

}

.popTitles {
  font-size: 56px;
}

.qr-inner {
  text-align: center; /* 使文字在 QR 码图片下面居中 */
  margin: 5px; /* 在内部元素之间添加一点间距 */
}


#news-contents {
  /* font-size: 25px; */

  font-size: 29px;
  margin: 80px 0 0;

}


.contents-img {
  margin: 40px 0;
}

.goback-btn {
  cursor: pointer;
  font-size: 25px;
  color: #fff;
  position: absolute;
  font-weight: 700;
  z-index: 4;
  margin: -90px -27px;
}

.event-news-btn {
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  padding: 15px;
  /* color: #f38910; */
  /* font-weight: bold; */
  background-color:#fff;
  /* border-radius: 50%; */
  height: 32px;
  width: 32px;
  border: #e4e4e4 1px solid;
  /* box-shadow: 3px 3px 3px 2px hsla(0, 0%, 47%, 0.146); */
  position: fixed;
  z-index: 4;
  /* margin: -40px 830px; */
  /* top: 60px;
  left: 40px;  */


  line-height: 32px;
  font-size: 32px;
  padding: 24px 26px;
  color: #f38910;
  font-weight: bold;
  border-radius: 50%;
  /* top: 20px;
  left: 20px; */
  bottom: 280px;
  right: 16px;
  box-shadow: 4px 8px #A75131, 2px 4px #efefef inset;
}

.event-news2-btn {
  text-align: center;
  line-height: 29px;
  cursor: pointer;
  font-size: 25px;
  padding: 15px;
  color: #f38910;
  font-weight: bold;
  background-color:#fff;
  border-radius: 50%;
  height: 25px;
  width: 25px;
  border: #e4e4e4 1px solid;
  box-shadow: 3px 3px 3px 2px hsla(0, 0%, 47%, 0.146);
  position: fixed;
  z-index: 4;
  /* margin: -40px 830px; */
  top: 1540px;
  left: 40px; 

}

#shopDetailLabel, #facilityDetailLabel {
  font-weight: bold;
  color: #fff;/**/
  text-align: center;/**/
  font-size: 16px;
  background: #EF845C;
  width: 48px;
  height: 48px;
  border-radius: 100px;
  line-height: 48px;
  /* position: absolute; */
  /* top: -10px;
  right: -10px; */
}

.footer-detail {
  height: 200px;
  font-weight: 100;
  font-size: 16px;
}

#slideshow-container {
  
  width: 100%; /* 使容器宽度与视口宽度相同 */
  overflow: hidden; /* 隐藏溢出的内容 */
  justify-content: center; /* 水平居中内容（需要display: flex） */
  align-items: center; /* 垂直居中内容（需要display: flex） */
  display: flex;
}


#slideshow-image {
  
  /* height: 245px; 图片最大高度为340px */
  /* width: auto; 宽度自动调整以保持图片宽高比 */
  object-fit: contain; /* 保证图片完整显示而不裁剪 */
  
}

.mapboxgl-ctrl-attrib a,.mapboxgl-ctrl.mapboxgl-ctrl-attrib  {
  display: none;
}

/* スライドショーのフェイドイン・フェイドアウト
#slideshow-container {
  position: relative;
} */

#slideshow-image {
  width: 100%; /* 必要に応じて調整 */
  height: 245px; /* 必要に応じて調整 */
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

/* カード横移動 */
.card-container {
  overflow: hidden;
  max-width: 2500px;
  /* height: 421px; */
  height: 1266px;
  margin: 0 auto; /* marginの値を修正 */
  cursor: default;
  padding: 24px
}

.cards {
  /* height: 421px; */
  height: 1300px;
  display: flex;
  transition: transform 0.5s ease-in-out;
  margin-top: -20px;
}

.card {
  width: 297.5px;
  height: 421px;
  transition: height 1s ease 5s; /* 2秒后开始，过渡持续0.5秒 */
}

.card.loaded {
  border-radius: 10px;
  flex: 0 0 auto;
  width: 297.5px;
  height: 421px;
  margin: 5px 30px; /* カード間の隙間を増やす */
  background-color: #f2bd6d;
  cursor: grab;
}

.card img {
  width: 100%;
  /* height: 100%; */
  object-fit: fill ;
  margin-top: 20px; 
}

#marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
  animation: marquee 10s linear infinite;
}

#marquee {
  display: flex;
  overflow: hidden;
  white-space: nowrap;
}



#slideshow-container {
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  width: 100%; /* 容器宽度，可以根据需要调整 */
  height: 245px; /* 容器高度调整为340px */
  bottom: 0;
}

.fix-zindex {
  background: #fff;
  padding: 30px 60px;
  height: 1545px; 
  border-radius: 30px; 
  overflow-y: auto;
  width: auto;
}
