@charset "utf-8";

/*location*/
#location #S01 h3 {
    margin: 20px 0;
    padding: 10px 0;
    background: #c9ae1d;
    color: #fff;
}
#location #S01 .flexBox3 ul {
    justify-content: center;
}
#location #S01 .flexBox3 ul h4 {
    margin: 15px 0 10px;
}
#location #S01 .flexBox3 ul p {
    text-align: left;
}

.imgBox {
padding: 30px 0;
}
#location h2 small {
text-align: center;
}

.flexBox5 ul {
    display: flex;
}
.flexBox5 ul li {
    width: calc(100% / 5 - 10px);
    margin: 5px;
}



#ptPoint h3, #ptPoint p {
  text-align: center;
}
#ptPoint p {
  padding-bottom: 30px;
}
#ptPoint ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 40px;
}
#ptPoint ul li {
  width: 19.8%;
  background-color: rgba(239, 241, 239, 1.00);
  padding: 20px 11px 20px;
}
#ptPoint ul li p {
  padding-bottom: 0px;
}
#ptPoint ul li p:nth-child(1) {
  color: rgba(0, 69, 48, 1.00);
  margin-bottom: 7px;
}
#ptPoint ul li p:nth-child(2) {
  font-size: 19px;
}
#ptPoint ul li p:nth-child(2) span {
  font-size: 13px;
  display: block;
}
#ptEquipmentSection02 .S01 p {
  text-align: center;
  padding: 30px 0;
}
#ptEquipmentSection02 .S01 ul {
  justify-content: center;
}
#ptEquipmentSection02 .S01 ul li {
  width: 240px;
  margin: 0px 10px;
}
.centerbox {
  text-align: center;
}
#ptEquipmentSection02 .S02 ul li:nth-child(1) {
  width: 60%;
  text-align: left;
}
#ptEquipmentSection02 .S02 div {
  margin-bottom: 70px;
}
#ptEquipmentSection02 .S02 .flexBox2 {
  padding: 0 0;
}
#ptEquipmentSection02 .flexBox2 ul li {
  width: 35%;
}
#ptEquipmentSection03 h2 {
  margin-bottom: 30px;
}
.pt_equipment_list_col04 .centerbox {
  margin-bottom: 60px;
}


.S201 div div {
  margin-top: 70px;
}
.S201 div div h4 {
  padding: 0;
  margin: 10px;
  font-size: 16px;
}
.S201 div div h4 span {
  font-size: 12px;
  display: block;
}
.S201 h3 {
  font-weight: 400;
}
.S201 h3 span {
  display: block;
  background-color: rgba(80, 114, 110, 1.00);
  color: #FFF;
  margin-bottom: 20px;
  padding: 10px;
}
#location h2 {
  padding: 0 0 1vmin !important;
}
#ptAccessRoute p {
  padding: 20px 0;
  text-align: center;
}
#access_top ul {
  justify-content: center;
}
#lifeInformation dl dt:before {
  display: none;
}

#lifeInformation {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    counter-reset: inherit;
}


@media screen and (max-width: 1000px) {
  #ptPoint ul li {
    width: 45%;
    margin: 5px;
  }
  .S201 div ul {
    flex-wrap: wrap;
  }
  .S201 div .bakery li {
    margin-bottom: 30px;
    width: 100%;
  }
  .S201 div ul li span {
    display: block;
    margin-top: 10px;
  }
  .S201 div div {
    margin-top: 30px;
  }
}

@media screen and (max-width: 680px) {
  #ptPoint ul li {
    width: 100%;
  }
  #ptPoint ul li p:nth-child(2) {
    font-size: 18px;
  }
  .pt_mv_text_02 {
    padding: 0 20px;
  }
  .pt_subpage section:nth-child(n+3) {
    padding: 30px 0;
  }
  #ptLocationSection01 .S01, #ptLocationSection01 .S02 {
    margin-bottom: 30px;
  }
  #ptLocationSection01 .S01 ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  #ptLocationSection01 .S02 ul li {
    width: 49%;
    margin-bottom: 3px;
  }
  #ptLocationSection01 .S03 ul li {
    width: 100%;
    margin-bottom: 5px;
  }
  .S201 div ul li {
    width: 100%;
  }
  #location h2 {
    font-size: 20px !important;
  }
}


@media screen and (max-width: 480px) {}

