@charset "utf-8";

/* ==========================================================================
	CONTENTS
========================================================================== */
.cmn-table01{
width: 100%;
letter-spacing: 0;
}
.cmn-table01 th,.cmn-table01 td{
font-size: 95%;
text-align: left;
vertical-align: top;
box-sizing: border-box;
border-bottom: 1px solid #777;
padding: 15px;
}
.cmn-table01 th{
color: var(--color01);
white-space: nowrap;
}
.cmn-table01 tr:last-child th,.cmn-table01 tr:last-child td{
border-bottom: none;
}

.txt-name{
font-family: var(--font01);
font-size: clamp(1.6rem, 2vw, 2rem);
font-weight: 700;
text-align: right;
padding-top: 10px;
}
.txt-name strong{
font-size: 120%;
}

.li-need {
  display: flex;
  flex-wrap: wrap;
}
.li-need li {
  width: 31%;
  border-radius: 20px;
  margin-bottom: 15px;
  padding: 30px 0 30px 0;
  background-color: var(--color04);
  margin-right: 3.5%;
}
.li-need li:nth-child(3n) {
  margin-right: 0;
}
.li-need li div{
  width: 35%;
  height: auto;
  margin: 0 auto 15px auto;
}
.li-need h3 {
  font-family: var(--font01);
  color: var(--color01);
  font-size: 2.2rem;
  min-height: 3em;
  line-height: 1.4;
  text-align: center;
  margin-bottom: 10px;
}
.li-need p {
  width: 90%;
  font-size: 90%;
  text-align: center;
  margin: 0 auto;
}

.li-menu{
  display: flex;
  flex-wrap: wrap;
}
.li-menu li {
  width: 23%;
  margin-right: 2.6%;
}
.li-menu li:nth-child(4n) {
  margin-right: 0;
}
.li-menu li a{
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 15px 5px;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color01);
}
.li-menu li a::after{
  display: inline-block;
  position: relative;
  font-family: 'Font Awesome 6 Free';
  content: "\f078";
  font-size: 80%;
  margin-left: 5px;
}

.li-link{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}
.li-link li {
  width: 48%;
}
.li-link li:nth-child(2n) {
  margin-left: 2.6%;
}
.li-link li a{
  display: block;
  position: relative;
  border-radius: 20px;
  padding: 15px 50px 15px 5px;;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color01);
}
.li-link li a span{
  display: block;
  font-size: 80%;
  font-weight: 500;
}
.li-link li a::after{
  display: inline-block;
  position: absolute;
  font-family: 'Font Awesome 6 Free';
  content: "\f138";
  font-size: 80%;
  margin-left: 5px;
  right: 25px;
  top: 50%;
  transform: translate(0, -50%);
}

.li-vaccination{
  display: flex;
  flex-wrap: wrap;
}
.li-vaccination li {
  width: 31%;
  margin-right: 3.5%;
  margin-bottom: 15px;
}
.li-vaccination li a{
  display: block;
  border-radius: 15px;
  padding: 15px 5px;;
  color: #fff;
  font-family: var(--font01);
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
  background-color: var(--color02);
}
.li-vaccination li:nth-child(3n) {
  margin-right: 0;
}
.li-vaccination li a::after{
  display: inline-block;
  position: relative;
  font-family: 'Font Awesome 6 Free';
  content: "\f078";
  font-size: 80%;
  margin-left: 5px;
}

.acd-btn {
  position: relative;
  color: #fff;
  font-size: 2.0rem;
  line-height: 1.4;
  text-align: left;
  background-color: var(--color01);
  border-radius: 10px;
  padding: 15px 20px;
  margin-bottom: 30px;
  cursor:pointer;
  transition: 0.4s ease-in-out;
}
.acd-btn:hover {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.acd-btn::after{
  font-family: "Font Awesome 6 Free";
  position: absolute;
  display: inline-block;
  content: "\f078";
  top: 50%;
  right: 30px;
  transform: translate(0, -50%);
  transition: 0.3s ease-in-out;
}
.close-btn::after{
  transform:translate(0, -50%) rotate(180deg);
}
.acd-box{
padding: 10px;
margin-bottom: 20px;
}

.li-facility{
  display: flex;
  flex-wrap: wrap;
}
.li-facility li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 15px;
}
.li-facility li:nth-child(2n) {
  margin-right: 0;
}
.li-facility h3 {
  color: var(--color01);
  text-align: center;
  border-top: 1px solid var(--color01);
  border-bottom: 1px solid var(--color01);
  padding: 5px 0;
  margin-bottom: 10px;
}
.li-facility img {
  margin-bottom: 10px;
}
.li-facility p {
  font-size:90%;
}

/* ==========================================================================
	PC 1025px -
========================================================================== */
@media screen and (min-width: 1025px){


}
@media screen and (max-width: 1200px){/*1200以下*/

}
/* ==========================================================================
	TABLET - 1024px
========================================================================== */
@media screen and (max-width:1024px){



}
/* ==========================================================================
	SP - 640px
========================================================================== */
@media screen and (max-width: 800px) {
.li-need {
  display: flex;
  flex-wrap: wrap;
}
.li-need li {
  width: 100%;
  border-radius: 15px;
  margin-bottom: 15px;
  padding: 30px 0 30px 0;
  margin-right: 0;
}
.li-need li:nth-child(3n) {
  margin-right: 0;
}
.li-need li div{
  width: 25%;
  height: auto;
  margin: 0 auto 10px auto;
}
.li-need h3 {
  font-size: 1.7rem;
  min-height: 1em;
  margin-bottom: 10px;
}
.li-need p {
  width: 90%;
  font-size: 100%;
}

.li-menu {
  margin-bottom: -20px;
}
.li-menu li {
  width: 48%;
  margin-right: 4%;
  margin-bottom: 20px;
}
.li-menu li:nth-child(2n) {
  margin-right: 0;
}

.li-link{
  width: 90%;
  margin: 0 auto -15px auto;
}
.li-link li {
  width: 100%;
  margin-bottom: 15px;
}
.li-link li:nth-child(2n) {
  margin-left: 0;
}
.li-link li a{
  border-radius: 15px;
  padding: 15px 30px 15px 5px;;
}

.li-vaccination{
  display: flex;
  flex-wrap: wrap;
}
.li-vaccination li {
  width: 48%;
  font-size: 80%;
  border-radius: 15px;
  margin-right: 4%;
  margin-bottom: 15px;
}
.li-vaccination li:nth-child(3n) {
  margin-right: 4%;
}
.li-vaccination li:nth-child(2n) {
  margin-right: 0;
}
.li-vaccination li a::after{
  font-size: 70%;
  margin-left: 2px;
}

.acd-btn {
  font-size: 1.6rem;
  padding: 15px 20px;
  margin-bottom: 15px;
}

.li-facility li {
  width: 100%;
  margin-right: 0;
  margin-bottom: 15px;
}
.li-facility li:nth-child(2n) {
  margin-right: 0;
}

#profile .box02{
width: 70%;
margin: 0 auto;
}


}
