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

.gymtitle {
  font-size:40px;
  font-weight: 800;
  line-height: 1.4em;
  text-align: center;
  letter-spacing: -1px;
  color:var(--color-black);
  margin-bottom: 30px;
}

/* Page submenu */
ul.pagesubmenu {
  width:100%;
  max-width:1024px;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 30px;
}
ul.pagesubmenu li {
  flex:1;
  margin:0 0.5%;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
}
ul.pagesubmenu li.psm_selected {
  flex:1;
  margin:0 0.5%;
  font-size: 14px;
  line-height: 1.5em;
  text-align: center;
  padding:10px 0;
  color:var(--color-white);
  border: 1px solid var(--color-1st);
  background-color: var(--color-1st);
  border-radius: 5px;
}
ul.pagesubmenu li a {
  width:100%;
  height: auto;
  display: block;
  padding:10px 0;
  text-decoration: none;
  color:var(--color-black);
  border: 1px solid var(--color-black);
  background-color: var(--color-white);
  border-radius: 5px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
ul.pagesubmenu li a:hover {
  color:var(--color-white);
  background-color: var(--color-1st);
  background-color: var(--color-1st);
}

/* ShopImage */
ul.shopimgs {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 20px;
}
ul.shopimgs li {
  flex:1;
  padding:15px;
}
ul.shopimgs li img {
  overflow: hidden;
  border-radius: 5px;
  box-shadow:0px 5px 15px rgba(0,0,0,0.2);
}

/* shopbanners */
ul.shopbanners {
  width:100%;
  height: auto;
  display: flex;
  justify-content: center;
  margin:0 auto 50px;
}
ul.shopbanners li {
  flex:1;
  margin:10px;
  border-radius: 5px;
  background-color: var(--color-4th);
}
ul.shopbanners li a {
  width:100%;
  height: auto;
  display: block;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  -ms-transition: all 0.4s ease-out;
  -o-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
ul.shopbanners li a:hover {
  opacity: 0.4;
}
ul.shopbanners li img {
  overflow: hidden;
  border-radius: 5px;
  box-shadow:0px 3px 10px rgba(0,0,0,0.2);
}

}


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

  .gymtitle {
    font-size:30px;
    font-weight: 800;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -1px;
    color:var(--color-black);
    margin-bottom: 30px;
  }

  /* Page submenu */
  ul.pagesubmenu {
    width:100%;
    max-width:1024px;
    height: auto;
    display: flex;
    justify-content: center;
    margin:0 auto 30px;
  }
  ul.pagesubmenu li {
    flex:1;
    margin:0 0.5%;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
  }
  ul.pagesubmenu li.psm_selected {
    flex:1;
    margin:0 0.5%;
    font-size: 14px;
    line-height: 1.5em;
    text-align: center;
    padding:10px 0;
    color:var(--color-white);
    border: 1px solid var(--color-1st);
    background-color: var(--color-1st);
    border-radius: 5px;
  }
  ul.pagesubmenu li a {
    width:100%;
    height: auto;
    display: block;
    padding:10px 0;
    text-decoration: none;
    color:var(--color-black);
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  ul.pagesubmenu li a:hover {
    color:var(--color-white);
    background-color: var(--color-1st);
    background-color: var(--color-1st);
  }

  /* ShopImage */
  ul.shopimgs {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin:0 auto 20px;
  }
  ul.shopimgs li {
    flex:1;
    padding:15px;
  }
  ul.shopimgs li img {
    overflow: hidden;
    border-radius: 5px;
    box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  }

  /* shopbanners */
  ul.shopbanners {
    width:100%;
    height: auto;
    display: flex;
    justify-content: center;
    margin:0 auto 50px;
  }
  ul.shopbanners li {
    flex:1;
    margin:10px;
    border-radius: 5px;
    background-color: var(--color-4th);
  }
  ul.shopbanners li a {
    width:100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  ul.shopbanners li a:hover {
    opacity: 0.4;
  }
  ul.shopbanners li img {
    overflow: hidden;
    border-radius: 5px;
    box-shadow:0px 3px 10px rgba(0,0,0,0.2);
  }

}

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

  .gymtitle {
    font-size:40px;
    font-weight: 800;
    line-height: 1.4em;
    text-align: center;
    letter-spacing: -1px;
    color:var(--color-black);
    margin-bottom: 30px;
  }

  /* Page submenu */
  ul.pagesubmenu {
    width:100%;
    max-width:1024px;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin:0 auto 30px;
  }
  ul.pagesubmenu li {
    width:49%;
    margin:0 0.5% 5px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
  }
  ul.pagesubmenu li.psm_selected {
    width:49%;
    margin:0 0.5% 5px;
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    color:var(--color-white);
    border: 1px solid var(--color-1st);
    background-color: var(--color-1st);
    border-radius: 5px;
  }
  ul.pagesubmenu li a {
    width:100%;
    height: auto;
    display: block;
    text-decoration: none;
    color:var(--color-black);
    border: 1px solid var(--color-black);
    background-color: var(--color-white);
    border-radius: 5px;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  ul.pagesubmenu li a:hover {
    color:var(--color-white);
    background-color: var(--color-1st);
    background-color: var(--color-1st);
  }

  /* ShopImage */
  ul.shopimgs {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:0 auto 20px;
  }
  ul.shopimgs li {
    width:98%;
    padding:1%;
  }
  ul.shopimgs li img {
    overflow: hidden;
    border-radius: 5px;
    box-shadow:0px 5px 15px rgba(0,0,0,0.2);
  }

  /* shopbanners */
  ul.shopbanners {
    width:100%;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin:0 auto 50px;
  }
  ul.shopbanners li {
    width:98%;
    margin:1%;
    border-radius: 5px;
    background-color: var(--color-4th);
  }
  ul.shopbanners li a {
    width:100%;
    height: auto;
    display: block;
    -webkit-transition: all 0.4s ease-out;
    -moz-transition: all 0.4s ease-out;
    -ms-transition: all 0.4s ease-out;
    -o-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
  }
  ul.shopbanners li a:hover {
    opacity: 0.4;
  }
  ul.shopbanners li img {
    overflow: hidden;
    border-radius: 5px;
    box-shadow:0px 3px 10px rgba(0,0,0,0.2);
  }

}
