<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*timer*/
.timerHidden{ display: none!important;}.timerVisible{ display: block!important;}

.pc{
    display: block!important;
}
.sp{
    display: none!important;
}
.hideme, .hideme2, .hideme3{
    opacity: 0;
}

/*count*/
.item{
  display: inline;
}
.counter{
  display: inline;
}

.t-small {
  font-size: 0.8em;
}

@media screen and (max-width:480px){
    .pc{
        display: none!important;
    }
    .sp{
        display: block!important;
    }
}

.marker{
  display: inline-block;
  background-image: repeating-linear-gradient(-40deg,
    #fcf69f 0, #fcf69f 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
}
.marker_2{
  display: inline-block;
  background-image: repeating-linear-gradient(-40deg,
    #fcf69f 0, #fcf69f 2px,
    transparent 2px, transparent 4px
  );
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 0.5em;
}

.logo{
    color: #014b01;
    margin: 0 auto 0em!important;
}
.logo h1{
  font-size: 4.5rem;
  font-weight: 600;
}
.logo.on{
  background-size: 100% 100%;
}
@media screen and (max-width:780px){
  .logo{
    margin: 0 auto 1em!important;
  }
  .logo h1{
      font-size: 3rem;
    }
}
.date-label{
    border-radius: 5px;
    background-color:rgb(8,8,8);/*閭梧勹濶ｲ*/
	  box-shadow: 0 0 6px 1px #6cb4d2, 0 0 6px 2px #6cb4d2 inset;/*縺ｵ繧上ｊ縺ｨ縺励◆蠖ｱ*/
    padding: 0.5em 2em;
    width: fit-content;
    margin: 0 auto 2em;
    color: #6cb4d2;
    font-size: 1.6em;
    font-weight: 500;
}
.logo h1{
  margin: 0!important;
}

/**/
.bottom{
  position: absolute;
  bottom: 7rem;
  left: 0;
  right: 0;
}

.margin-top-two{
  margin-top: 5rem!important;
}
@media screen and (max-width:480px) {
  .bottom{
    bottom: 3rem;
  }
}

/*scroll菫�☆*/
#one {
  position: relative;
}
.container-scroll {
  position: absolute;
  top: -24%;
  left: 50%;
  transform: translateX(-50%);
  width: 32px;
  height: 24px;
  margin: 0 auto;
}
@media screen and (max-width:736px) {
  .container-scroll{
    top: -12%;
  }
}

.chevron {
  position: absolute;
  width: 32px;
  height: 3px;
  top: 0;
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
  animation: move 3s ease-out infinite;
}

.chevron:first-child {
  animation: move 3s ease-out 1s infinite;
}

.chevron:nth-child(2) {
  animation: move 3s ease-out 2s infinite;
}

.chevron:before,
.chevron:after {
  content: ' ';
  position: absolute;
  top: 0;
  height: 100%;
  width: 51%;
  background: #000000;
}

.chevron:before {
  left: 0;
  transform: skew(0deg, 30deg);
}

.chevron:after {
  right: 0;
  width: 50%;
  transform: skew(0deg, -30deg);
}

@keyframes move {
  25% {
    opacity: 1;

  }
  33% {
    opacity: 1;
    transform: translateY(30px);
  }
  67% {
    opacity: 1;
    transform: translateY(40px);
  }
  100% {
    opacity: 0;
    transform: translateY(55px) scale3d(0.5, 0.5, 0.5);
  }
}

/*message*/
#message {
  background-image: url("../../images/bg_message.jpg");
  padding: 0rem 1rem;
}
#message p{
  line-height: 2rem;
}
@media screen and (max-width:780px){
  #message p{
    line-height: 1.5rem;
  }
}

#cars{
  margin-top: 3rem;
}
#cars img,#cars table,#cars p{
  max-width: 780px;
  margin: 0 auto;
}
#cars tr:nth-child(1){
}
#cars tr:nth-child(1) td{
}

.highlight{
  font-size: 4rem;
  font-weight: 800;
}
@media screen and (max-width:736px) {
  .highlight{
    font-size: 3rem;
    font-weight: 800;
  }
}

/*loop wrap*/
.loop_wrap{
    display: flex!important;
    align-items: center;
    overflow: hidden;
    height: 240px;
}
.loop-content{
  width: 320px;
}
@media screen and (max-width:780px) {
  .loop_wrap{
    display: flex!important;
    align-items: center;
    overflow: hidden;
    height: 120px;
}
  .loop-content{
  width: 160px;
}
}

.loop_wrap img {
  width: 100%;
}
.loop-show li{
  list-style: none;
}
.loop-show {
  display: flex;
  animation: loop-slide 20s infinite linear 1s both;
  padding: 0!important;
  margin: 0!important;
}
@keyframes loop-slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

/*pr*/
#pr{
  background-color: #f1f1f1;
}
#pr h1,#pr h2,#pr p {
  color: #26201d!important;
  text-align: center!important;
}
.pr-title{
    border-radius: 5px;
    background-color:#D2C29E;/*閭梧勹濶ｲ*/
	  box-shadow: 0 0 6px 1px #D2C29E, 0 0 6px 2px #D2C29E inset;/*縺ｵ繧上ｊ縺ｨ縺励◆蠖ｱ*/
    padding: 0.5em 2em;
    width: fit-content;
    margin: 0 auto 2em;
    color: #111111;
    font-weight: 500;
}
#pr .content *{
  color: rgb(10,59,89);
}

/*pr tab*/
.tab {
  margin: 0;
  padding: 0;
  display: flex;
  position: relative;
  justify-content: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.tab .tab_bar {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 5px;
}

.tab .tab_title {
  box-sizing: content-box;
  display: block;
  flex: 1;
  text-align: center;
  list-style: none;
  font-size: 1.2rem;
  padding: 0.6em 0;
  cursor: pointer;
  max-width: 50%;
}

.tab a, .tab a:hover, .tab a:visited {
  text-decoration: none!important;
  color: inherit;
}

.tab-content:after {
  display: table;
  clear: both;
}

.tab-content {
  display: flex;
  position: relative;
  left: 0;
}
.tab-content p{
  color: rgb(10,59,89)!important;
}

.tab-content_page {
  flex: 1 0 100%;
  padding: 2em 1em;
}

.tab {
  background-color:#D2C29E;/*閭梧勹濶ｲ*/
  box-shadow: 0 0 6px 1px #D2C29E, 0 0 6px 2px #D2C29E inset;/*縺ｵ繧上ｊ縺ｨ縺励◆蠖ｱ*/
  padding: 0.5em 2em;
  margin: 0 auto 2em;
  color: rgb(10,59,89)!important;
}

.tab .tab_bar {
  background-color: rgb(10,59,89);
}

.tab .tab_title {
  color: rgba(10,59,89,0.5)!important;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

.tab .tab_title.tab_title_active, .tab.tab_hover .tab_title:hover {
  color: rgb(10,59,89);
}

.tab.animated .tab_title {
  transition: color 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.tab.animated .tab_bar {
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1), width 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.tab.animated + .tab-content {
  transition: left 0.5s cubic-bezier(0.23, 1, 0.32, 1);
}

.border-box {
  overflow: hidden;
  box-shadow: 0 0 6px 1px #6cb4d2, 0 0 6px 2px #6cb4d2 inset;/*縺ｵ繧上ｊ縺ｨ縺励◆蠖ｱ*/
}

/*table pr*/
.table_box {
  display: block;
  height: fit-content;
  margin-bottom: 3.125em;
}
table, th, td, tr {
  color: #014b01;
  border: none!important;
}
#cars td{
  font-size: 2.4rem;
  font-weight: 700;
  color: #014b01;
  padding: 1.6rem 0.5rem 0;
}
@media screen and (max-width:736px) {
  #cars td{
    font-size: 1.6rem;
  }
}
#cars .td-right{
  width: 45%;
  text-align: right;
  margin-right: 0.25rem;
}
#cars .td-left{
  width: 55%;
  text-align: left;
  margin-left: 0.25rem;
}


.table_box th,
.table_box td {
  white-space: nowrap;
}

/*pr_txt*/
#pr_txt{
  background: url("../../images/bg_pr.jpg") no-repeat center / cover ;
  padding-bottom: 2rem;
}
@media screen and (max-width:780px){
  #pr_txt{
    background: url("../../images/bg_pr_sp.jpg") no-repeat center / cover ;
  }
}
#pr_txt p,#pr_txt h1,#pr_txt h2{
  color: #fff;
  text-align: center;
}
.txt_box_wrap{
  width: 100%;
}
.txt_box{
  position: relative;
}
.pr_circle{
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 160px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.3em;
  border-radius: 50%;
  transition: all 0.3s ease;
  z-index: 999;
}
.pr_circle p{
  margin: 0;
}
.pr_square{
  position: relative;
  margin: 1rem;
  padding: 4rem 1rem 1rem 1rem;
  display: block;
  justify-content: center;
  align-items: center;
  background-color: #000;
  color: #fff;
  font-weight: bold;
  text-decoration: none;
  letter-spacing: 0.3em;
  transition: all 0.3s ease;
  z-index:1;
}
.neon{
  box-shadow: 0 0 10px #6db5d2, 0 0 4px #6db5d2, 0 0 20px #6db5d2, 0 0 10px #6db5d2;
}

/*pr_2*/
#pr_2 h1, #pr_2 p{
  text-align: center;
  color: #fff;
}

/*card*/
#card .main-title,#card_2 .main-title{
  color: #fff;
}
.pink{
  background-color: #FC9FB1!important;
}
.pink_2{
  background-color: #dd899a!important;
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�蜈ｨ菴薙ｒ蟇ｾ雎｡縺ｫ縺吶ｋ */
.table_box::-webkit-scrollbar {
  width: 10px; /* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ蟷� */
  height: 3px; /* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ鬮倥＆ */
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ閭梧勹驛ｨ蛻�ｒ繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */
.table_box::-webkit-scrollbar-track {
  background: #f1f1f1; /* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ閭梧勹濶ｲ */
  border-radius: 5px; /* 隗剃ｸｸ縺ｫ縺吶ｋ */
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ謫堺ｽ憺Κ蛻�ｒ繧ｫ繧ｹ繧ｿ繝槭う繧ｺ */
.table_box::-webkit-scrollbar-thumb {
  background: #888; /* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ謫堺ｽ憺Κ蛻��閭梧勹濶ｲ */
  border-radius: 5px; /* 隗剃ｸｸ縺ｫ縺吶ｋ */
}

/* 繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ謫堺ｽ憺Κ蛻�↓繝帙ヰ繝ｼ縺励◆譎ゅ�繧ｹ繧ｿ繧､繝ｫ */
.table_box::-webkit-scrollbar-thumb:hover {
  background: #555; /* 繝帙ヰ繝ｼ譎ゅ�繧ｹ繧ｯ繝ｭ繝ｼ繝ｫ繝舌�縺ｮ謫堺ｽ憺Κ蛻��閭梧勹濶ｲ */
}

/*star*/
/* 繧ｭ繝ｩ繧ｭ繝ｩ驛ｨ蛻� */
#star {
  position: relative;
}
.star {
  position: absolute;
  display: block;
  width: 12px; /* 繧ｭ繝ｩ繧ｭ繝ｩ縺ｮ讓ｪ蟷�ｒ謖�ｮ� */
  height: 12px; /* 繧ｭ繝ｩ繧ｭ繝ｩ縺ｮ邵ｦ蟷�ｒ謖�ｮ� */
  background-image: url("images/glitter/star-yellow.svg"); /* 繧ｭ繝ｩ繧ｭ繝ｩ縺ｮ逕ｻ蜒上�繝代せ繧定ｨ伜� */
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  animation: glitter 1s;
  pointer-events: none;
}

/* 繧ｭ繝ｩ繧ｭ繝ｩ縺檎匱逕溘☆繧九い繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ */
@keyframes glitter {
  0% {
    transform: scale(0);
    opacity: 0;
  }

  50% {
    transform: scale(1);
    opacity: 1;
  }

  100% {
    transform: scale(0);
    opacity: 0;
  }
}

/*text slide-in*/
.slideConts{
  opacity: 0;
}
.slide{
animation: slideAnime 2s ease forwards;
}
@keyframes slideAnime {
from {
opacity: 0;
}

to {
opacity: 1;
}
}
.txt1 {animation-delay: 0.2s;}
.txt2 {animation-delay: 0.8s;}
.txt3 {animation-delay: 1.35s;}
.txt4 {animation-delay: 1.9s;}
.txt5 {animation-delay: 2.45s;}
.txt6 {animation-delay: 3.0s;}
.txt7 {animation-delay: 3.55s;}

/*original*/
.margin-b-0{
  margin-bottom: 0!important;
}
.margin-b{
  margin-bottom: 1em;
}
.margin-b-1{
    margin-bottom: 2em;
}

.margin-b-2{
    margin-bottom: 4em;
}
.caution_lineup {
  font-size: 0.8rem;
  margin:2em 0;
}

.detail-inner{
  width:64%;
  margin: 0 auto;
}
@media screen and (max-width:980px) {
  .detail-inner{
    width:80%;
  }
}
@media screen and (max-width:480px) {
  .detail-inner{
    width:100%;
  }
}

/* Loading閭梧勹逕ｻ髱｢險ｭ螳壹*/
#splash {
    /*fixed縺ｧ蜈ｨ髱｢縺ｫ蝗ｺ螳�*/
      position: fixed;
      width: 100%;
      height: 110vh;
      margin-top: 0em;
      z-index: 9999;
      background-image: linear-gradient(40deg, rgba(167, 189, 201, 1) 5%, rgba(245, 248, 255, 1) 90%);
      text-align:center;
      color:#fff;
      margin-top: -3rem;
    }
    
    /* Loading逕ｻ蜒丈ｸｭ螟ｮ驟咲ｽｮ縲*/
    #splash_logo {
      position: absolute;
      top: 46%;
      left: 50%;
      transform: translate(-50%, -50%);
      filter: blur(0px);
      animation-name: blur;
      animation-duration: 1.6s;
    }
    @keyframes blur {
      0% {
        filter: blur(10px);
      }
      100% {
        filter: blur(0);
      }
    }
    
    /* Loading 繧｢繧､繧ｳ繝ｳ縺ｮ螟ｧ縺阪＆險ｭ螳壹*/
    #splash_logo img {
      width:400px;
    }
    @media screen and (max-width:480px) {
        #splash_logo img {
            width:280px;
          }
    }
    
    /* fadeUp繧偵☆繧九い繧､繧ｳ繝ｳ縺ｮ蜍輔″ */
    .fadeUp{
    animation-name: fadeUpAnime;
    animation-duration:3.2s;
    animation-fill-mode:forwards;
    opacity: 0;
    }
    
    @keyframes fadeUpAnime{
      from {
        opacity: 0;
      transform: translateY(36px);
      }
    
      to {
        opacity: 1;
      transform: translateY(0);
      }
    }

.slider {/*讓ｪ蟷�94%縺ｧ蟾ｦ蜿ｳ縺ｫ菴咏區繧呈戟縺溘○縺ｦ荳ｭ螟ｮ蟇�○*/
    width:90%;
    margin:0 auto;
}

.slider .txt_box{
    width:36vw;/*繧ｹ繝ｩ繧､繝繝ｼ蜀��逕ｻ蜒上ｒ60vw縺ｫ縺励※繝ｬ繧ｹ繝昴Φ繧ｷ繝門喧*/
    height:auto;
    padding: 5rem 0 1rem;
}
@media screen and (max-width: 480px) {
    .slider {/*讓ｪ蟷�94%縺ｧ蟾ｦ蜿ｳ縺ｫ菴咏區繧呈戟縺溘○縺ｦ荳ｭ螟ｮ蟇�○*/
        width:94%;
    }
	.slider .txt_box {
	    width:88vw;/*繧ｹ繝ｩ繧､繝繝ｼ蜀��逕ｻ蜒上ｒ60vw縺ｫ縺励※繝ｬ繧ｹ繝昴Φ繧ｷ繝門喧*/
	    height:auto;
	}
}

.slider .slick-slide {
	transform: scale(0.56);/*蟾ｦ蜿ｳ縺ｮ逕ｻ蜒上�繧ｵ繧､繧ｺ繧�80%縺ｫ*/
	transition: all .5s;/*諡｡螟ｧ繧�城℃縺ｮ繧｢繝九Γ繝ｼ繧ｷ繝ｧ繝ｳ繧�0.5遘偵〒陦後≧*/
	opacity: 0.5;/*騾城℃50%*/
}

.slider .slick-slide.slick-center{
	transform: scale(1);/*荳ｭ螟ｮ縺ｮ逕ｻ蜒上�繧ｵ繧､繧ｺ縺�縺醍ｭ牙阪↓*/
	opacity: 1;/*騾城℃縺ｪ縺�*/
}


/*遏｢蜊ｰ縺ｮ險ｭ螳�*/

/*謌ｻ繧九∵ｬ｡縺ｸ遏｢蜊ｰ縺ｮ菴咲ｽｮ*/
.slick-prev,
.slick-next {
    position: absolute;/*邨ｶ蟇ｾ驟咲ｽｮ縺ｫ縺吶ｋ*/
    top: 36%;
    cursor: pointer;/*繝槭え繧ｹ繧ｫ繝ｼ繧ｽ繝ｫ繧呈欠繝槭�繧ｯ縺ｫ*/
    outline: none;/*繧ｯ繝ｪ繝�け繧偵＠縺溘ｉ蜃ｺ縺ｦ縺上ｋ譫�邱壹ｒ豸医☆*/
    border-top: 2px solid #fff;/*遏｢蜊ｰ縺ｮ濶ｲ*/
    border-right: 2px solid #fff;/*遏｢蜊ｰ縺ｮ濶ｲ*/
    height: 15px;
    width: 15px;
}

.slick-prev {/*謌ｻ繧狗泙蜊ｰ縺ｮ菴咲ｽｮ縺ｨ蠖｢迥ｶ*/
    left: -4%;
    transform: rotate(-135deg);
}

.slick-next {/*谺｡縺ｸ遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｨ蠖｢迥ｶ*/
    right: -4%;
    transform: rotate(45deg);
}
@media screen and (max-width: 480px) {
    .slick-prev,
    .slick-next {
        border-top: 1.5px solid #fff;/*遏｢蜊ｰ縺ｮ濶ｲ*/
        border-right: 1.5px solid #fff;/*遏｢蜊ｰ縺ｮ濶ｲ*/
        height: 12px;
        width: 12px;
}

.slick-prev {/*謌ｻ繧狗泙蜊ｰ縺ｮ菴咲ｽｮ縺ｨ蠖｢迥ｶ*/
    left: -4%;
    transform: rotate(-135deg);
}

.slick-next {/*谺｡縺ｸ遏｢蜊ｰ縺ｮ菴咲ｽｮ縺ｨ蠖｢迥ｶ*/
    right: -4%;
    transform: rotate(45deg);
}
}

/*繝峨ャ繝医リ繝薙ご繝ｼ繧ｷ繝ｧ繝ｳ縺ｮ險ｭ螳�*/

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

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

.slick-dots button {
    color: transparent;
    outline: none;
    width:8px;/*繝峨ャ繝医�繧ｿ繝ｳ縺ｮ繧ｵ繧､繧ｺ*/
    height:8px;/*繝峨ャ繝医�繧ｿ繝ｳ縺ｮ繧ｵ繧､繧ｺ*/
    display:block;
    border-radius:50%;
    background:#a8a8a8c3;/*繝峨ャ繝医�繧ｿ繝ｳ縺ｮ濶ｲ*/
}

.slick-dots .slick-active button{
    background:#ffffff;/*繝峨ャ繝医�繧ｿ繝ｳ縺ｮ迴ｾ蝨ｨ蝨ｰ陦ｨ遉ｺ縺ｮ濶ｲ*/
}
.slider_js{
	margin-top: 1em;
}
.slider_js ul{
	padding: 0!important;
}
.slider_container{
    margin-bottom:3em;
}

.grid-area{
    display: grid;
    padding-bottom:1em;
    align-items: center;
    grid-template: auto / 1fr auto 1fr;
	grid-template-areas:
		"itemA itemB itemC";
}
.grid-item {
	font-size:  1.75em;
	font-weight: bold;
	color: #ffffff;
	padding: 8px;
	box-sizing: border-box;
}
.grid-item p{
    text-align: center!important;
    text-transform: none!important;
    margin:0!important;
}

.grid-itemA {
    grid-area: itemA;
    width:fit-content;
    justify-self: end;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
    -webkit-background-clip: text;
    color: transparent;
    margin-right: 0.5em;
}
.grid-itemB {
    grid-area: itemB;
    width:fit-content;
    justify-self: center;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
    -webkit-background-clip: text;
    color: transparent;
}
.grid-itemB p{
    font-size:1em!important;
}
.grid-itemC {
    grid-area: itemC;
    width:fit-content;
    justify-self: start;
    background-image: linear-gradient(120deg, #fdfbfb 0%, #a0d9f5 100%);
    -webkit-background-clip: text;
    color: transparent;
}

.smaller{
    font-size:0.85rem!important;
    letter-spacing: normal;
}
.smaller-2{
    font-size:0.72rem!important;
    letter-spacing: normal;
    text-align: left;
}
.btn-nav{
    display: flex;
    width: fit-content;
    margin: 0 auto;
}
.btn-nav div:nth-child(1){
    background-color: #A97852;
    margin-right: 2em;
}
.btn-nav div:nth-child(1) a{
    color: #fff!important;
}
.btn-nav div:nth-child(2){
    background-color: #eeca82;
}
.btn-nav div:nth-child(2) a{
    color: #000!important;
}

#card, #card_2 {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 60vh;
  }
  .slider-container {
    max-width: 1200px;
    width: 95%;
  }
  .main-title {
    color: #26201d;
    font-size: 2.8rem!important;
    text-align: center;
    margin-bottom: 2rem;
    line-height: normal;
  }
  @media screen and (max-width:780px) {
    .main-title {
      font-size: 1.8em;
    }
  }
  .slider-container .sub-title {
    margin: 0;
    font-size: 1.2em;
    text-align: left;
    color: #D2C29E;
  }
  .v-line {
    position:relative;/*邨ｶ蟇ｾ蛟､謖�ｮ壹�隕ｪ隕∫ｴ�縺ｫ蠢�ｦ�*/
    display:flex;/*隕∫ｴ�繧呈ｨｪ荳ｦ縺ｳ縺ｫ*/
    align-items: center;
    margin-bottom: 1em;
    }
    .v-line:before {
    content:"";/*逍台ｼｼ隕∫ｴ�縺ｮ荳ｭ霄ｫ繧呈欠螳�*/
    background:#D2C29E;/*邱壹�濶ｲ謖�ｮ�*/
    width:6px;/*邱壹�蟷�欠螳�*/
    height:24px;/*邱壹�鬮倥＆謖�ｮ�*/
    margin-right: 8px;
    }
    #orderfair .v-line::before{
        background:#fff;
    }
    .v-line &gt; * {
    padding:0 10px;/*菴咏區謖�ｮ�*/
    color: #fff!important;
    }

  .slider-wrapper {
    position: relative;
  }
  .image-list p {
    color: #fff;
  }
  .image-item-key{
    width: 100%;
  }
  .slider-wrapper .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 50;
    color: #fff!important;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #6e251a;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .slider-wrapper .slide-button:hover {
    background: #404040;
  }
  .slider-wrapper .slide-button#prev-slide {
    left: -25px;
    display: none;
  }
  .slider-wrapper .slide-button#next-slide {
    right: -25px;
  }
  .slider-wrapper .image-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .slider-wrapper .image-list::-webkit-scrollbar {
    display: none;
  }
  .slider-wrapper .image-list .image-item {
    width: 330px;
    height: 220px;
    object-fit: cover;
  }
  @media screen and (min-width:680px) {
    #card_2 .slider-scrollbar{
      display: none;
    }
  }
  @media screen and (min-width:1154px) {
    #card .slider-scrollbar{
      display: none;
    }
  }
  .container .slider-scrollbar {
    height: 24px;
    width: 100%;
    display: flex;
    align-items: center;
  }
  .slider-scrollbar .scrollbar-track {
    background: #e2dde3;
    width: 100%;
    height: 3px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    position: relative;
  }
  .slider-scrollbar:hover .scrollbar-track {
    height: 4px;
  }
  .slider-scrollbar .scrollbar-thumb {
    position: absolute;
    background: #ad72b6;
    top: 0;
    bottom: 0;
    width: 50%;
    height: 100%;
    cursor: grab;
    border-radius: inherit;
  }
  .slider-scrollbar .scrollbar-thumb:active {
    cursor: grabbing;
    height: 8px;
    top: -2px;
  }
  .slider-scrollbar .scrollbar-thumb::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -10px;
    bottom: -10px;
  }

  .card-text{
    font-size: 16px;
    color: #ffffff;
  }
  .card-title{
    font-size: 20px;
    line-height: normal;
    color: #fff;
    margin-top: 1em;
  }
  .card-item{
    position: relative;
    background-color: #BC97C2;
    padding: 20px 10px 0px 10px;
  }
  @media screen and (max-width:980px) {
    .card-text{
        font-size: 16px;
        color: #ffffff;
      }
      .card-title{
        font-size: 20px;
      }
  }

  /* Styles for mobile and tablets */
  @media only screen and (max-width: 1023px) {
    .slider-wrapper .slide-button {
      display: none !important;
    }
    .slider-wrapper .image-list {
      gap: 10px;
      margin-bottom: 15px;
      scroll-snap-type: x mandatory;
    }
    .slider-wrapper .image-list .image-item {
      width: 300px;
      height: 200px;
    }
    .slider-scrollbar .scrollbar-thumb {
      width: 25%;
    }
  }

  /*slider-wrapper-2*/
  .slider-container-2 {
    max-width: 1200px;
    width: 95%;
  }
  .slider-container-2 .sub-title {
    margin: 0;
    font-size: 1.2em;
    text-align: left;
    color: #D2C29E;
  }
  .slider-wrapper-2 {
    position: relative;
  }
  .slider-wrapper-2 .slide-button {
    position: absolute;
    top: 50%;
    outline: none;
    border: none;
    height: 50px;
    width: 50px;
    z-index: 50;
    color: #fff!important;
    display: flex;
    cursor: pointer;
    font-size: 2.2rem;
    background: #6e251a;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transform: translateY(-50%);
  }
  .slider-wrapper-2 .slide-button:hover {
    background: #404040;
  }
  .slider-wrapper-2 .slide-button#prev-slide {
    left: -25px;
    display: none;
  }
  .slider-wrapper-2 .slide-button#next-slide {
    right: -25px;
  }
  .slider-wrapper-2 .image-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    font-size: 0;
    list-style: none;
    margin-bottom: 30px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .slider-wrapper-2 .image-list::-webkit-scrollbar {
    display: none;
  }
  .slider-wrapper-2 .image-list .image-item {
    width: 330px;
    height: 220px;
    object-fit: cover;
  }
  /* Styles for mobile and tablets */
  @media only screen and (max-width: 1023px) {
    .slider-wrapper-2 .slide-button {
      display: none !important;
    }
    .slider-wrapper-2 .image-list {
      gap: 10px;
      margin-bottom: 15px;
      scroll-snap-type: x mandatory;
    }
    .slider-wrapper-2 .image-list .image-item {
      width: 300px;
      height: 200px;
    }
  }
  /*button*/
  .btn-wrap{
    display: block;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
  .btn-wrap-2{
    display: inline-block;
    margin: 0 auto;
  }
  .button-37 {
    background-color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, .1) 0 2px 4px 0;
    box-sizing: border-box;
    color: rgb(10,59,89)!important;
    cursor: pointer;
    font-size: 16px;
    font-weight: 400;
    outline: none;
    outline: 0;
    padding: 1rem 2rem;
    text-align: center;
    transform: translateY(0);
    transition: transform 150ms, box-shadow 150ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: fit-content;
    margin: 0 auto 1em;
  }
  .btn-wrap .button-37{
    display: block;
    width: 100%!important;
  }
  
  .button-37:hover {
    box-shadow: rgba(0, 0, 0, .15) 0 3px 9px 0;
    transform: translateY(-2px);
  }
  .button-37 a{
    text-decoration: none;
    border-bottom: none;
    color: #4c742f!important;
    font-size: 16px;
  }
  
  @media (min-width: 768px) {
    .button-37 {
      padding: 8px 20px;
    }
  }

#gallery{
    background-color: #A97852;
}

/*accordion*/
/*繧｢繧ｳ繝ｼ繝�ぅ繧ｪ繝ｳ*/
.details {
  color: #fff;
  line-height: 2;
  border: 1px solid #835d89;
  background-color: #835d89;
  width: 100%;
  margin: 0 auto 20px;
}
.details p{
  color: #fff;
}
.details__summary {
  position: relative;
  background: #835d89;
  cursor: pointer;
  margin: 0;
  padding: 4px 40px 4px 16px;
  color: rgb(255, 255, 255);
}
.details__summary::after {
  display: block;
  content: "";
  box-sizing: border-box;
  position: absolute;
  top: calc(50% - 6px);
  right: 16px;
  width: 6px;
  height: 6px;
  border: 6px solid transparent;
  border-left: 6px solid #4b4b4b;
  transition: .3s ease-in-out, top .3s ease-in-out;
  transform-origin: 3px 6px;
  transform: rotate(90deg);
}
#card_2 .details{
  border: 1px solid #dd899a;
  background-color: #dd899a;
}
.details__summary.open::after {
  transform: rotate(-90deg);
}
.details__content {
  display: none;
  overflow: hidden;
  margin: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.details__content &gt; * {
  margin: 0;
  padding-top: 16px;
}
.details__content &gt; *:last-child {
  padding-bottom: 16px;
}
.details__content .image {
  margin-bottom: 0;
}
</pre></body></html>