body{font-family: "Noto Serif JP", "Hiragino Mincho ProN", "Yu Mincho", "MS Mincho", serif;
    color:black;
    background-color:white;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
}
.highlight{
    color: rgb(8, 139, 2);
    font-weight: bold;
    
}

nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

/* logo container */
.vlogo {
  display: flex;
  justify-content: center;
  width: 100%;
}

/* menu + buttons container */
.row2 {
  display: flex;
  flex-direction: column;
  align-items: center;  /* aligns everything under the logo */
  width: 100%;
}

/* make UL centered */
.row2 ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
  margin: 0;
}

.lang-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 10px;
}


.lang-buttons button { 
  font-size: 22px;
  height: 40px;
  background-color: rgb(8, 139, 2);
  padding: 4px 8px;
  color: white;
  border: none; 
  border-radius: 5px;
  cursor: pointer;
}

.row2 {
  display: flex;
  flex-direction: column;
  align-items: center;   /* THIS centers the menu + buttons */
  width: 100%;
}

li > a:link{color:blue
}
li > a:visited{color:purple;
}

nav ul {
  list-style: none;      /* remove bullets */
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: center;   /* THIS actually centers your menu */
  width: auto;           /* prevents full-width stretching */
}

nav li {
  margin: 5px 0;         /* spacing between items */
}

nav a {
  text-decoration: none;
  font-size: 22px;
}


h1{ font-size:50px;
    text-align: center;
    font-weight: bold 700;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 20px;
    margin: 0px;
}

h1 > a {color: black;
    text-decoration: none;
}

h2{ font-size: 26px;
    text-align: center;
    padding-top: 0px;
    padding-bottom: 10px;
    padding-right: 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px;
}



p{font-family: serif;
    text-align: left;
    font-size: 22px;
    padding: 10px;
    padding-bottom: 20px;
    margin: 0px;
}

.opening {
  position: relative;
  background-color: rgb(86, 188, 108);
  color: black;
  padding: 20px 20px 20px; /* leave space for the title overlap */
  text-align: left;
  height: auto;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  width: 95%;
}

.opening-title {
  position: absolute;
  top: 0;
  left: 20px;
  transform: translateY(-50%);
  padding: 0 10px;
  font-size: 50px;
  font-weight: bold 700;
}

.opening-text {
  font-size: 30px;
  font-weight: bold 700;
  line-height: 1.5;
}
/* Right image */
.opening-image {
  height: auto;
  width: 93%;
  border-radius: 15px;
  margin: 10px;
  object-fit: cover;
  display: block;
    
}

.au {
  overflow: auto; /* contains floated .logo */
  margin-bottom: 20px;
}

.logo {
  margin: auto;
  width: 95%;
  height: auto;
}

.au::after {
  content: "";
  display: block;
  clear: both;
}


.card {
  width: 95%;
  min-height: 500px;          /* use min-height so it can expand if needed */
  border-radius: 10px;
  box-shadow: 10px 10px 5px #808080;
  background-color: white;
  display: block;              /* inline-block causes side-by-side squeezing */
  margin: 20px auto;           /* centers and spaces between cards */
  overflow: hidden;            /* keeps floated items inside */
  position: relative;          /* helps control child layout */
}

.cpic{
    width: 93%;
    height: auto;
}

.cpic1 {
    width: 100%;
    height: auto;
  background-color: rgb(240, 149, 91);
  justify-content: center;
  align-items: center;
  padding: 10px;             /* this adds space inside the colored box */
  box-sizing: border-box;    /* ensures padding doesn’t expand box size */
}
.cpic2{
    width: 100%;
    height: auto;
    background-color: rgb(237, 114, 105);
    justify-content: center;
    align-items: center;
    padding: 10px;             /* this adds space inside the colored box */
    box-sizing: border-box;
}
.cpic3{
    width: 100%;
    height: auto;
    background-color: rgb(155, 179, 249);
  justify-content: center;
  align-items: center;
  padding: 10px;             /* this adds space inside the colored box */
  box-sizing: border-box;   /* ensures padding doesn’t expand box size */
}
.cpic4{
    width: 100%;
    height: auto;
    background-color: rgb(249, 222, 134);
    justify-content: center;
  align-items: center;
  padding: 10px;             /* this adds space inside the colored box */
  box-sizing: border-box;
}

.f {
  margin-bottom: 60px;
}

.f::after {
  content: "";
  display: block;
  clear: both;
}


.rg{margin-bottom: 20px;
}

.rep-container {
  text-align: center;
}


.representative {
  height: 360px;
  width: auto;
  display: block;         /* ensures caption starts below image */
  margin: 0 auto;
}

.rgsub {
  margin-top: 6px;
  text-align: center;
}

.rg::after {
  content: "";
  display: block;
  clear: both;
}


.CU{margin-top:20px;
}
.qr-container {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 20px;
}

.qr-item {
  text-align: center;
}

.qr-item img {
  display: block;
  margin: 0 auto;
}

.qr-caption {
  margin-top: 8px;
  text-align: center;
}


.rg, .CU {
  display: block;
  width: 100%;
}


