@charset "UTF-8";
/* CSS Document */

.accordion {
    margin: 0 auto;
width: 100%;
    line-height: 180%;
    padding: 0.2em 0 1em 0;
}
.toggle {
display: none;
}
.option {
position: relative;
margin-bottom: 1em;
    width:97%;
    margin: 0 auto;
}
.title,
.content {
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
transform: translateZ(0);
transition: all 0.3s;
}
.title {
padding: 0em;
display: block;
color: #8F762B;
letter-spacing: 1.5px;
text-align: right;
font-family: "Poiret One", sans-serif;
font-weight: 500!important;
font-style: normal;
font-size: 0.9em;
}
.title::after,
.title::before {
content: "";
position: absolute;
right: 3.4em;
top: 0.5em;
width: 0.03em;
height: 0.9em;
background-color: #75622A;
transition: all 0.3s;
    opacity: 0.8;
}
.title::after {
transform: rotate(90deg);
}
.content {
max-height: 0;
    text-align: center;
overflow: hidden;
    margin: 0 auto;
    letter-spacing: 0;
}
.content p {
margin:0;
font-size: 0.9em;
line-height: 1.5em;
    font-family: "Shippori Mincho B1", serif;
  font-weight: 500;
  font-style: normal;
    color: #887336;   
    transform: rotate(0.03deg);  
}

.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 100,
  'GRAD' 0,
  'opsz' 20;
    line-height: 1;
    vertical-align: middle;
    padding: 0;
    margin-bottom: 1%;
    font-size: 1.7em;
}


.content a{
   display: inline-block; 
    padding: 0.05em 0 0.8em 0; 
}

.content a img{
    width: 1.2em;
margin:0 0 1% 2px;
}

.small{
     font-family: "Poiret One", sans-serif!important;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    font-weight: 500!important;
    color: #8F762B;
}
.small2{
     font-family: "Poiret One", sans-serif!important;
    font-size: 1.5em;
    letter-spacing: 0.1em;
    display: inline-block;
    font-weight: 500!important;
    color: #8F762B;
}
.toggle:checked + .title + .content {
max-height: 500px;
transition: all 1.5s;
}
.toggle:checked + .title::before {
transform: rotate(90deg) !important;
}