/* ----------------------------------------------------------
General Settings
---------------------------------------------------------- */


/* ----------------------------------------------------------
Style for PCs
---------------------------------------------------------- */
@media screen and (min-width: 1025px) {

.locationlist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.locationlist li {
  width:47%;
  height: auto;
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin-bottom: 50px;
}
.locationlist li:nth-child(even) {
margin-left:3%;
}
.locationlist li:nth-child(odd) {
margin-right:3%;
}
.locationlist li .locate_img {
  width:100%;
  height: auto;
  display: block;
}
.locationlist li .locate_img a {
  width:100%;
  height: auto;
  display: block;
    transition: .4s all;
    border-radius: 5px;
    overflow: hidden;
}
.locationlist li .locate_img a:hover {
  opacity: 0.8;
    border-radius: 40px;
}
.locationlist li .locate_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 3%5% 3%;
  text-align: center;
}
.locationlist li .locate_cc h4 {
  font-size: clamp(18px, 1.1vw, 30px);
  font-weight: 500;
  font-family: var(--font-min);
  color:var(--color-block);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
.locationlist li .locate_cc h4 br {
  display: none;
}
.locationlist li .locate_cc h5 {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
  font-family: var(--font-min);
  color:var(--color-1st);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.locationlist li .locate_cc p {
  font-size:12px;
  line-height: 1.25em;
  margin:0;
}

}

/* ----------------------------------------------------------
Style for iPad Pro
---------------------------------------------------------- */
@media screen and (min-width: 769px) and (max-width: 1024px) {

.locationlist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.locationlist li {
  width:100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 50px;
}
.locationlist li:last-child {
  margin-bottom: 0;
}
.locationlist li .locate_img {
  width:40%;
  height: auto;
  display: block;
}
.locationlist li .locate_img a {
  width:100%;
  height: auto;
  display: block;
    transition: .4s all;
    border-radius: 5px;
    overflow: hidden;
}
.locationlist li .locate_img a:hover {
  opacity: 0.8;
    border-radius: 40px;
}
.locationlist li .locate_cc {
  width:55%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
}
.locationlist li .locate_cc h4 {
  font-size: clamp(20px, 1.1vw, 30px);
  font-weight: 500;
  font-family: var(--font-min);
  color:var(--color-block);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
.locationlist li .locate_cc h4 br {
  display: none;
}
.locationlist li .locate_cc h5 {
  font-size: clamp(12px, 1vw, 16px);
  font-weight: 500;
  font-family: var(--font-min);
  color:var(--color-1st);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.locationlist li .locate_cc p {
  font-size:12px;
  line-height: 1.25em;
  margin:0;
}

}


/* ----------------------------------------------------------
Style for Smartphone
---------------------------------------------------------- */
@media screen and (max-width: 768px) {

  .locationlist {
  width: 100%;
  height: auto;
  display: flex;
  flex-wrap: wrap;
}
.locationlist li {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
}
.locationlist li:nth-child(even) {
margin-left:0%;
}
.locationlist li:nth-child(odd) {
margin-right:0%;
}
.locationlist li .locate_img {
  width:100%;
  height: auto;
  display: block;
}
.locationlist li .locate_img a {
  width:100%;
  height: auto;
  display: block;
    transition: .4s all;
    border-radius: 5px;
    overflow: hidden;
}
.locationlist li .locate_img a:hover {
  opacity: 0.8;
    border-radius: 40px;
}
.locationlist li .locate_cc {
  width:100%;
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 3% 5% 3%;
  text-align: center;
}
.locationlist li .locate_cc h4 {
  font-size: 20px;
  font-weight: 500;
  font-family: var(--font-min);
  color:var(--color-block);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 0.2em;
}
.locationlist li .locate_cc h5 {
  font-size: 14px;
  font-weight: 500;
  font-family: var(--font-min);
  color:var(--color-1st);
  letter-spacing: 0;
  line-height: 1.5em;
  margin-bottom: 1em;
}
.locationlist li .locate_cc p {
  font-size:12px;
  line-height: 1.5em;
  margin:0;
}

}
