
.card {
    margin: auto;
    display: grid;
    align-items: center;
    padding: 1rem;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 0;
    border-radius: 0.25rem;
    box-shadow:2px 2px 2px 2px #ccc;
    width: 300px;
    margin-bottom: 10px;
}
.card-image {
    width: 30%;
    height: 50px;
    object-fit: contain;
}


.card-box {
    padding-left: 1rem;
}

.card-title {
    margin-bottom: 0.5rem;
    font-size: 1.2rem;
    font-weight: bold;
}

.card-description {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}



.voice h2{
  font-size: 20px;
text-shadow: 0 2px 2px#bbbbbb;
}

.voice h2::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 12px auto 0;
  background: #c8b08a;
}

.voice{
  margin: 30px 10px;
  text-align: center;
}
.voice h3{
    margin: 50px 10px 20px 10px;
    display: inline-block;
    position: relative;
    padding: 0.5rem 1.5rem;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
}

.voice h3::before,
.voice h3::after {
    position: absolute;
    top: 0.8rem;
    height: 1.8rem;
    content: '';
}

.voice h3::before {
    border-left: solid 3px;
    left: 0;
    transform: rotate(-30deg);
}

.voice h3::after {
    border-right: solid 3px;
    right: 0;
    transform: rotate(30deg);
}



.splide__slide img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.original-item {
    margin-top: 60px;
}
.original {
  width: 100%;
  height: auto;
  position: relative;
}

#original-title{
    
    margin: 10px 20px 30px 20px;
    font-size: 20px;
    position: relative;
    color: #333333;
}
.original2{
  color: #fff;
margin-bottom: 5px;
}

.original2-box{
    background-color: #8c7f5d;
border-radius: 5px;
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 18px 15px;
  width: 380px;
  height: 150px;
  margin: 0 auto;
}
.original2-box h3{
  font-size: 16px;
  font-weight: 500;
  line-height: 1.6;
  letter-spacing: .05em;
}
.original-pic{
  width: 90px;
  height: 130px;
  border-radius: 3px;
  object-fit: cover;
}
.main{
  position: relative;
  width: 100%;
  min-height: 70vh;   
  padding: 40px 20px;
  overflow: hidden;   
}

.main h2{
    font-size: 35px;
    padding: 20px 0px;
  position: relative;
  margin-bottom: 20px;
}

.main p{
      position: relative;
  z-index: 2;
 font-size: 18px;
  padding: 20px 20px 50px;
}

.container{
  position: absolute;
  inset: 0;
}


    .faq{
  background: #fff;
  position: relative;
  z-index: 2;
margin: 30px auto;
  padding: 0px 20px;
}

.faq h2{
    margin-bottom: 20px;
    text-align: center;
  font-size: 20px;
text-shadow: 0 2px 2px#bbbbbb;
}
.faq-title::after {
  content: "";
  display: block;
  width: 48px;
  height: 2px;
  margin: 12px auto 0;
  background: #c8b08a;
}

.accordion-007 {
    
    max-width: 500px;
    margin:0px auto 7px;
}

.accordion-007 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    border: 2px solid #472915;
    border-radius: 25px;
    color: #472915;
    font-weight: 600;
    cursor: pointer;
}

.accordion-007 summary::-webkit-details-marker {
    display: none;
}

.accordion-007 summary::after {
    transform: translateY(-25%) rotate(45deg);
    width: 7px;
    height: 7px;
    border-bottom: 3px solid #472915;
    border-right: 3px solid #472915;
    content: '';
    transition: transform .3s;
}

.accordion-007[open] summary::after {
    transform: rotate(225deg);
}

.accordion-007 p {
    position: relative;
    transform: translateY(-10px);
    opacity: 0;
    margin-top: 20px;
    padding: .8em 1.2em;
    border: 2px solid #472915;
    border-radius: 25px;
    background-color: #fff;
    color: #000000;
    transition: transform .5s, opacity .5s;
}

.accordion-007[open] p {
    transform: none;
    opacity: 1;
}

.accordion-007 p::before,
.accordion-007 p::after {
    position: absolute;
    top: -15px;
    left: 1.2em;
    width: 30px;
    height: 15px;
    clip-path: polygon(50% 0, 0 100%, 100% 100%);
    content: '';
}

.accordion-007 p::before {
    background-color: #472915;
}

.accordion-007 p::after {
    top: -12px;
    background-color: #fff;
}

#line{
    width:80px
    
}

.last{
    text-align: center;
margin-top: 20px;
    padding: 20px;
    text-align: center;
    height: auto;
}

.last p{
font-size: 15px;

}

.last-item{
    position: relative;
    margin-top: 50px;
    z-index: 50;
}
.section-divider {
  height: 32px;
  background: linear-gradient(
    to top,
    rgba(0,0,0,0.12),
    rgba(0,0,0,0)
  );
}


.tell a{
    text-decoration: none;
}
.tell img{
    width: 60px;
}
.reserved {
  transition: opacity 0.3s ease;

}

