
*,
*::before,
*::after {
 box-sizing: border-box;
}
	div main ul li figure figcaption{text-align: unset;background: unset;font-size: inherit;width:100%;position:unset;padding:9px 10px;}
	main figcaption {
 position: absolute;
 bottom: 132px;
 text-align: center;
 width: 100%;
 background: #fff;
 font-size: 20px;
 padding: 10px;
}
	input{padding:5px;width:48%;}
	img{max-width:100%;height:auto;}
	
    body {
      margin: 0;
      height: 100vh;
      background: linear-gradient(276deg, #FDFDF6, #F6F9FB);
      background-size: 200% 200%;
    }
  
	p{line-height: 29px;}
	#menu_1{display: none;width:100%;list-style: none;}
	

.note {
  background: #F6F2F0;
}
.note ul{
  display: block !important;
}

	
	article {border-radius: 7px; width: auto;padding: 11px;}
	div main div {
      width: 100%;
      overflow: hidden; 
      white-space: nowrap;

      padding-top: 9px;
      font-size: small;
    }
	footer{text-align:right;font-size:0.89em;padding:23px 0 0;overflow:hidden;}
	div main article ul {display: block;margin: auto;padding: revert;overflow: hidden;}
	div main div ul li a{color:#666}
	div main article ul li p{position: unset;}
	.right{float:right;}
	#menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  z-index: 999999;
  top: 100px;
  left: 0;
  background: #AA96AE;
  display: none; 
  width: 100%;
}
	#menu ul li a:hover {
  background: #666;
}
	div main ul li ul li {
  margin: 0;
  padding: 1px 0;
  text-align:left; 
  border-bottom: 1px solid #AA96AE;
  }
	figure{margin:0;position: relative;}
	main img{margin:5px 0;border-radius: 7px;}
	td {
  padding: 16px;
  border-bottom: 1px solid #A9B5A2;
  transition: background-color 0.3s;
}
	h4 {margin: 0;}
	div main article ul li a{color:#333 !important;}
	div main ul li{
  text-align:center;
  position:relative;
  width:100%;
  list-style:none;
  float:left;
  
}
	div main ul li img{filter:brightness(80%);margin:0;}
	header div nav{margin: 0; width: 1330px;}
	

body div main article div div {
  width: 50%;
  float: left;
  background: #F4F8FC;
  font-size: clamp(14px, 1.58vw, 18px);
}

body div main article div div:nth-child(2) {
  background: #FEF1F0;
}


	div main div ul {
      flex-wrap: unset;
      display: inline-block; 
      margin: 0;
      padding: 0;
      list-style: none; 
    }
	div main div ul li {
      padding: 0;
      width: auto;
      white-space: nowrap;
      float: left;
      margin:9px;
      box-shadow: unset;
    }
	article h1 {
	font-size: 2.441em;
	text-align:left;
	background: linear-gradient(81deg, #A9B5A2, #AA96AE 80%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;}
	textarea{width:99%;height:100px;}
	footer{background:#eee;clear:both;}
	div main ul{padding:0;}
	aside{width:311px;float:right;padding: 0 0 0 19px;}
	

details {
  background: #FCFAFC;
  border-left: 4px solid #C0B9C6;
  padding: 7px 12px;
  margin-bottom: 13px;
}

details summary {
  font-weight: 600;
  cursor: pointer;
  outline: none;
}


	footer ul li {list-style:none;}
	 @keyframes marquee {
      from {
        transform: translateX(0);
      }
      to {
        transform: translateX(-100%);
      }
    }
	div main article ul li,div main article ol li {
height: auto;
text-align:left;
margin: 7px 0 0 17px ;
list-style: disc;
box-shadow:none;
border-radius: 0;
background: unset;
width:auto;
float:none;
text-align:left;
overflow: unset;}
	
div main  ul {
  display: grid;
  gap: 1rem;
  padding: 0;
  margin: 10px;
  list-style: none;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  justify-items: stretch;
  
}

div main  ul li {
  width: auto;
  float: none;
  margin: 0;
  list-style: none;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
  border-radius: 8px;
  overflow: hidden;
  text-align: left;
}

div main  ul li figure {
  margin: 0;
  width: 100%;
  height: 100%;
}

div main ul li img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

div main ul ul li {
  float: none;
  width: auto;
  margin: 0;
  padding: 2px 0;
}


div main :not(article) ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) {
  grid-template-columns: repeat(2, 1fr);
}

div main ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child {
  grid-column: span 1;
  width: 100%;
  height: 100%;
}

div main article ul:has(li:nth-child(4)):not(:has(li:nth-child(5))) li:first-child {
  grid-column: unset;
}

div main :not(article) ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
  align-items: start;
  margin: 0;
  padding: 0;
}


div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1) {
  grid-column: 1;
  grid-row: span 3;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(1) {
  grid-column: unset;
  grid-row: span unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2) {
  grid-column: 2;
  grid-row: span 3;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(2) {
  grid-column: unset;
  grid-row: span unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: 3;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: unset;
  display: list-item;
  align-items: unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: 3;
  height: auto;
}

div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
div main article ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
  grid-column: unset;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3) figure,
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4) figure,
div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) figure {
  position: unset;
}


div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure img {
  width: 81px;
  object-fit: cover;
  border-radius: 7px;
  flex-shrink: 0;
}

div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(n+3) figure figcaption {
  display: block;
  font-size: 0.9rem;
  text-align: left;
  margin-left: 0.5rem;
  line-height: 1.2em;
  overflow-wrap: break-word;
  position: initial;
}

div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) {
  grid-template-columns: repeat(3, 1fr);
}

div main ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child {
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

div main article ul:has(li:nth-child(6)):not(:has(li:nth-child(7))) li:first-child {
  grid-column: unset;
}


div main ul:has(li:nth-child(7)) {
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
}

div main ul:has(li:nth-child(7)) li:first-child {
  grid-column: span 2;
  grid-row: span 2;
  width: 100%;
  height: 100%;
}

div main article ul:has(li:nth-child(7)) li:first-child {
  grid-column: unset;
  grid-row: unset;
}

div main ul:has(li:nth-child(7)) li:first-child figure {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div main ul:has(li:nth-child(7)) li:first-child img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

div main ul:has(li:nth-child(7)) li:first-child figcaption {
  position: absolute;
}

div main article ul:has(li:nth-child(7)) li:first-child figcaption {
  position: unset;
}

	li {padding: 15px 0;}
	div{width:1330px;margin:0 auto;padding:0;}
	a{text-decoration:none;color:#666;font-weight:lighter;}
	main nav ol{margin:0;padding:0;font-size:0.84em;border-bottom:1px solid #AA96AE;border-top:1px solid #444;}
	main{margin:0;width:1000px;float:left;}
	body div main article div {font-size: 0.868em;display: inline-block;width: 100%;white-space: unset;}
	.left{float:left;}
	.left{list-style-type:none;}
	#menu li{margin:0;padding:12px;list-style:none;float:left;
align-items: center;
 display: flex;
 height: 100px;}
	#menu li:hover > ul {
  display: block;
}
	div main ul li span a{color: #666;}
	article form input,header form input{padding: 8px;border: none; border-radius: 0px 0 0 0px;}
	article ul ol a{color:#999;}
	table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  margin: 20px 0;
  text-align: left;
  border-radius: 7px;
  overflow: hidden;
  box-shadow: 0 3px 19px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}
	input[name=plus]{border:none;color:#fff;cursor:pointer;font-size:1.185em;width:60px;}
	article form button,header div nav form button{
border: 2px solid #AA96AE;
 padding: 8px;
 border-radius: 0 0px 0px 0;
 color: #666;
 background: #fff;
 font-weight: bolder;
 }
	aside ul{margin: 0 0 13px 0; padding:0;}
	div main ul li{
  background: #AA96AE;
  border-radius: 7px;
  padding: 0;
  box-shadow: 0px 0px 4px 1px rgba(0, 0, 0, 0.10);
}
	header div #menu,header div #menu_1{margin: 0;padding:0;}
	h2 {
background: linear-gradient(90deg, #B6C6A3, #B6B8C7 64%);
  background-clip: border-box;
 -webkit-background-clip: text;
 -webkit-text-fill-color: transparent;
    }
	tr:hover td {
  background-color: #B6B8C7;
  cursor: pointer;
}
	ul li p {margin: 10px 10px;}
	div main ul li a{color:#fff;}
	div main article p{margin: 0 0 0 12px;
 border-left: 2px double #C0B9C6;}
	header div{width: 1330px;position: relative;}
	main article h1 {padding: 0;margin:0;}
	header img{margin:0;padding:0;}
	body{color:#333;margin:0;font-size: clamp(14px, 1.58vw, 18px);font-family:Playfair Display !important;}
	article p,article h2,article h3,article h4 {padding:20px 15px;margin:0;}
	a:hover{text-decoration:underline;}
	article a{text-decoration:none;color:#0070E0;font-weight:bold;}
	article{overflow: hidden;word-wrap: normal;word-break: break-word;white-space: normal;}
	ol{padding:0 6px;}
	.left{text-align:left;}
	article form input{width:50%;}
	tr:nth-child(even) {
  background-color: #eee;
}
	div main article div{margin: 0;}
	#button,#button1{display:none;}
	td:first-child {
  font-weight: bold;
}
	div main div {width: 1000px;}
	main nav ol li{float:left;list-style-type:disc;margin-left:30px;}
	aside h3,figure {text-align:center;}
	#menu ul li a {
  display: block;
  padding: 11px 14px;
  color: #fff;
  text-decoration: none;
}
	footer div div{float:left;width:333px;}
	aside ul li{list-style: none;border-bottom: 1px solid #AA96AE;padding: 0;}
	div main ul ul li a {color: #666 !important;}
	

.tip {
  background: #A9B5A2;
}

.tip ul{
  display: block !important;
}


	main nav ol,article div p,aside,ul{overflow:hidden;}
	header{width:100%;position: relative;}
	th {
  background-color: #78647C;
  color: #ffffff;
  padding: 18px;
  text-transform: uppercase;
  font-weight: 600;
  border-bottom: 2px solid #A9B5A2;
}
	

.warning {
  background: #f9d7d8;
}
.warning ul{
  display: block !important;
}




@media only screen and (max-width:800px){
	aside ul li p{padding: 0 8px;}
	table {
    border: 0;
  }
	aside ul li a img, div main ul li a img {
  float: left;
  width: 151px;
  aspect-ratio: 6 / 5;
  margin: 0 15px 0 0;
  border-radius: 7px 0 0 7px;
}
	div main ul li a figure figcaption {position: unset;color: #666;text-align: left;margin: 0;padding: 20px 0;line-height: 1.46;min-height: 2.92em;}
	div main ul li a{color:#666;}
	#menu a:hover { 
  background: #f4b400; 
  color: #fff; 
}
	aside ul li:first-child a figure figcaption, div main ul li:first-child a figure figcaption {text-align: left;position: unset;transform: none; padding: 12px 8px;}
	body div,article,img,main,ul{margin:0;}
	aside ul li, div main ul li {
  width:100%;
  height: auto;
  margin: 10px 0;
  text-align:center;
  float:none;
 align-items: center;
 background: #fff;
 padding:0;
 border-radius: 7px;
 box-shadow: 2px 2px 9px rgba(0, 0, 0, 0.1);
}
	#button,#button1 { 
  position: absolute; 
  color: #fff; 
  margin: 11px 10px; 
  padding: 0;
  border: none; 
  border-radius: 8px; 
  transition: background 0.3s; 
  top:15px;
  right:15px;
  z-index:9998;
  width: 40px;
  height: 30px;
  display:block;
  cursor:pointer;
}
	div main ul li p a {color:#666}
	td {
    display: block;
    text-align: left;
    padding: 15px 15px;
    position: relative;
    border-bottom: 1px solid #e5e7eb;
  }
	td:last-child {
    border-bottom: none;
  }
	#menu { 
  position: unset;
  display: none;
  top: 0; 
  left: 0; 
  width: 100%; 
  z-index: 9999; 
  background: #ffffff; 
  box-shadow: 0 5px 7px rgba(0, 0, 0, 0.1); 
  padding: 0; 
}
	main nav ol a{display:unset;}
	header img{width:100px;}
	div main ul li a p {color: #666;text-align: center;margin: 0;padding: 15px 0;line-height: 1.46;min-height: 2.92em;}
	article {float: none;width: auto;}
	aside ul li:first-child a p, div main ul li:first-child a p {text-align: center;position: unset;transform: none; padding: 12px 8px;}
	footer div div {float: none;width: 100%;}
	div main article ul {padding: 0;margin: 0;}
	aside ul li a figure figcaption,main p {color: #666;text-align: left;margin: 0;padding: 16px;}
	header div nav {width: 100%;}
	main nav ol,footer{text-align:center;}
	
body div main article div div {
  width: 100%;
  float: none;
}
	footer ul {padding:0;}
	div main article ul li {
  padding: 5px 19px;
  display: revert;
  overflow: hidden;
   }
	aside,main{width:100%;margin:0;}
	div main h2 {text-transform: capitalize;padding: 11px;}
	aside ul{margin:0;padding:0;flex-wrap: wrap;
 display: flex;}
	#menu.active { 
  display: block; 
}
	div main div {width: 100%;}
	#menu_1 { 
  display: block; 
}
	aside ul li a, div main ul li a {
 text-decoration: none;
 display: block;
 overflow: hidden;
}
	div main ul {
 list-style: none;
 padding: 0;
}
	div main ul li p{position: inherit;text-align: left;}
	#menu_1 li,#menu li { 
  margin: 0; 
  padding: 0;
  width: 100%; 
  text-align: left; 
  align-items: unset;
  display: block;
  height: auto;
}
	#button:hover,#button1:hover { 
  background: #444; 
}
	article form input, header form input{flex: 1;}
	div main ul{
      gap: unset;
      display: block !important;
    }
    
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(3),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(4),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))),
    div main ul:has(li:nth-child(5)):not(:has(li:nth-child(6))) li:nth-child(5) {
      gap: unset;
      display: block !important;
    }
        
    div main ul:has(li:nth-child(7)) li:first-child figcaption {
      position: unset  !important;
    }
        
	tr {
    display: block;
    margin-bottom: 14px;
    border: 1px solid #ddd;
    border-radius: 15px;
    box-shadow: 0 3px 16px rgba(0, 0, 0, 0.1);
    background-color: #fff;
  }
	div main article ul li {margin: 0;}
	main img {
 border-radius: 0;
}
	article img,header div{width:100%;}
	#menu ul li a {
      color:#666;
    }
	thead {
    display: none;
  }
	#menu li:hover > ul {
  display: unset;
}
	header form button,header form input,article form button,article form input{width:auto;}
	#menu ul li a:hover {
  background: #fff;
}
	div main ul li ul li {
  padding:9px 14px;
  border: 1px solid #d2d0d0;
  margin: 7px;
  border-radius: 8px;
  box-shadow: 0 2px 1px 0 #d2d0d0;
  border-bottom: none;
  }
	article h1,article h2,article h3,article h4,article p{
  text-align:left;
  }
	aside ul li:first-child a img, div main ul li:first-child a img {width: 100%;float: none;margin:0;padding:0;border-radius: 0;}
	aside {text-align:left;padding:0;}
	#menu_1 a,#menu a { 
  text-decoration: none;
  display: block; 
  margin: 9px;
  padding: 0 0 9px 5px;
  transition: background 0.1s, color 0.3s; 
  border-bottom: 1px solid #d4d4d4;
}
	header form{width: 100%;display: flex;}
	.left,aside,main{float:none;}
	#menu_1 ul,#menu ul { 
  list-style: none; 
  margin: 0; 
  padding: 0; 
  display: contents; 
  flex-direction: column; 
  align-items: center; 
}
	td::before {
    content: attr(data-label);
    position: absolute;
    left: 14px;
    text-align: left;
    font-weight: bold;
  }
	body div{width:100%;}
}