/* shopstaff ********************************************************/
.shopstaff #contents-base {
  overflow: hidden;
  min-height: 300px;
}

.shopstaff #aquas {
  padding: 0 60px;
}

.shopstaff #aquas .shopCover {
  max-width: 1024px;
  padding-top: 68.1641%;
  margin: 0 auto 30px;
  background-image: url(../images/shopCover.jpg);
  background-size: cover;
  background-position: center;
}

@media screen and (min-width: 1160px) {
  .shopstaff #aquas .shopCover {
    padding-top: 700px;
  }
}

.shopstaff #aquas .bodycopyWrap {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  flex-direction: column;
  max-width: 1024px;
  padding-bottom: 130px;
  margin: 0 auto;
}

.shopstaff #aquas .bodycopyWrap h2 {
  width: 100%;
  max-width: 634px;
  margin: 0.4em 0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 40px;
  text-align: left;
  line-height: 1;
  color: #2990c7;
}

.shopstaff #aquas .bodycopyWrap p {
  margin-top: 1em;
  width: 100%;
  max-width: 634px;
}

@media only screen and (max-width: 1024px) {
  .shopstaff #aquas .bodycopyWrap {
    align-items: flex-start;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #aquas {
    padding: 0 40px;
  }
  .shopstaff #aquas .shopCover {
    margin-bottom: 20px;
  }
  .shopstaff #aquas .bodycopyWrap {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #aquas {
    padding: 0 20px;
  }
  .shopstaff #aquas .shopCover {
    margin-bottom: 10px;
  }
  .shopstaff #aquas .bodycopyWrap {
    padding-bottom: 60px;
  }
}

.shopstaff #aquas-photo {
  padding-bottom: 150px;
}

.shopstaff #aquas-photo #view {
  width: 100%;
  padding-top: 41.2152%;
  margin: 0 auto 30px;
  background-image: url(../images/aquasView.jpg);
  background-size: cover;
  background-position: center;
}

.shopstaff #aquas-photo .shortWrap {
  max-width: 600px;
  padding-bottom: 60px;
}

.shopstaff #aquas-photo .title-en_crimson {
  margin-bottom: 0.4em;
  color: rgba(158, 158, 158, 0.5);
}

.shopstaff #aquas-photo .title-en_crimson.custom {
  margin: 0.35em 0 -0.25em;
}

.shopstaff #aquas-photo figure figcaption {
  margin: 1em 0;
  color: #808080;
  line-height: 1.4;
}

.shopstaff #aquas-photo .clumn2 {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.shopstaff #aquas-photo .clumn2 figure:nth-child(odd) {
  margin-right: 20px;
}

.shopstaff #aquas-photo .clumn2 figure:nth-child(even) {
  margin-left: 20px;
}

@media only screen and (max-width: 736px) {
  .shopstaff #aquas-photo {
    padding-bottom: 40px;
  }
  .shopstaff #aquas-photo #view {
    padding-top: 80%;
  }
  .shopstaff #aquas-photo .clumn2 figure:nth-child(odd) {
    margin-right: 10px;
  }
  .shopstaff #aquas-photo .clumn2 figure:nth-child(even) {
    margin-left: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #aquas-photo .clumn2 figure:nth-child(odd) {
    margin-right: 8px;
  }
  .shopstaff #aquas-photo .clumn2 figure:nth-child(even) {
    margin-left: 8px;
  }
}

.shopstaff #shopPanel {
  max-width: 1680px;
  margin: 0 auto;
  font-weight: 300;
}

.shopstaff #shopPanel img {
  vertical-align: middle;
}

.shopstaff #shopPanel .flexbox {
  display: flex;
}

.shopstaff #shopPanel .flexbox .column2 {
  width: 50%;
}

.shopstaff #shopPanel .flexbox .column3 {
  width: 33.333%;
}

.shopstaff #shopPanel .flexbox .column3x2 {
  width: 66.666%;
}

.shopstaff #shopPanel .flexbox .box {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
}

.shopstaff #shopPanel .flexbox .box .title {
  position: absolute;
  top: 0px;
  left: 0px;
}

.shopstaff #shopPanel .flexbox .box.top-left p {
  position: absolute;
  top: 0px;
  left: 0px;
  max-width: 50%;
}

.shopstaff #shopPanel .flexbox .box.top-right p {
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  max-width: 50%;
}

.shopstaff #shopPanel .flexbox .box.bottom-left p {
  position: absolute;
  bottom: 0px;
  left: 0px;
  max-width: 50%;
}

.shopstaff #shopPanel .flexbox .box.bottom-right p {
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: inline-block;
  max-width: 50%;
}

.shopstaff #shopPanel .flexbox .box-img {
  position: relative;
  width: 100%;
  padding-top: 66.6666%;
  background-position: center;
  background-size: cover;
}

.shopstaff #shopPanel .flexbox .box-img.hx2 {
  padding-top: 133.3332%;
}

@media screen and (max-width: 1190px) {
  .shopstaff #shopPanel .flexbox .is-transform3 .is-transform3a .box p {
    max-width: none;
  }
}

.shopstaff #shopPanel h2 {
  position: relative;
}

.shopstaff #shopPanel h2 span {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 74px;
  font-weight: normal;
  line-height: 0.8;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
}

.shopstaff #shopPanel h2 span small {
  display: block;
  font-size: 24.33%;
  font-style: normal;
  line-height: 2;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
}

.shopstaff #shopPanel p {
  padding: 20px;
  color: white;
  font-size: 1.4rem;
  line-height: 1.6;
}

.shopstaff #shopPanel p.title {
  max-width: none !important;
  padding-right: 20px;
  font-size: 1.6rem;
}

.shopstaff #shopPanel p.w90 {
  max-width: none !important;
  padding-right: 20px;
}

.shopstaff #shopPanel p.arrowrod-top::before, .shopstaff #shopPanel p.arrowrod-bottom::before, .shopstaff #shopPanel p.arrowrod-left::before, .shopstaff #shopPanel p.arrowrod-right::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 0.25em;
}

.shopstaff #shopPanel p.arrowrod-top::before {
  content: "\f0aa";
}

.shopstaff #shopPanel p.arrowrod-bottom::before {
  content: "\f0ab";
}

.shopstaff #shopPanel p.arrowrod-left::before {
  content: "\f0a8";
}

.shopstaff #shopPanel p.arrowrod-right::before {
  content: "\f0a9";
}

@media only screen and (max-width: 1024px) {
  .shopstaff #shopPanel p {
    padding: 10px;
    font-size: 1.369vw;
  }
  .shopstaff #shopPanel p.w90 {
    padding-right: 10px;
  }
  .shopstaff #shopPanel p.title {
    font-size: 1.369vw;
  }
}

@media screen and (max-width: 877px) {
  .shopstaff #shopPanel h2 span {
    font-size: 8.438vw;
  }
  .shopstaff #shopPanel p {
    font-size: 1.3rem;
  }
  .shopstaff #shopPanel p.title {
    font-size: 1.4rem;
  }
  .shopstaff #shopPanel .flexbox .column3 {
    width: 50%;
  }
  .shopstaff #shopPanel .flexbox .column3x2 {
    width: 100%;
  }
  .shopstaff #shopPanel .flexbox.is-transform2 {
    flex-direction: column;
  }
  .shopstaff #shopPanel .is-transform3 {
    width: 100% !important;
  }
  .shopstaff #shopPanel .is-transform3 .is-transform3a,
  .shopstaff #shopPanel .is-transform3 .is-transform3b {
    width: 100% !important;
    display: flex;
  }
  .shopstaff #shopPanel .is-transform3 .is-transform3a .box, .shopstaff #shopPanel .is-transform3 .is-transform3a .box-img,
  .shopstaff #shopPanel .is-transform3 .is-transform3b .box,
  .shopstaff #shopPanel .is-transform3 .is-transform3b .box-img {
    padding-top: 33.3333%;
  }
  .shopstaff #shopPanel .is-transform3 .is-transform3a .arrowrod-top::before {
    content: "\f0a8";
  }
  .shopstaff #shopPanel .is-transform3 .is-transform3b {
    flex-flow: row-reverse;
  }
  .shopstaff #shopPanel .is-transform3 .is-transform3b .arrowrod-top::before {
    content: "\f0a9";
  }
  .shopstaff #shopPanel .is-transform4 {
    flex-wrap: wrap;
  }
  .shopstaff #shopPanel .is-transform4 .column3 {
    width: 50%;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #shopPanel .box, .shopstaff #shopPanel .box-img {
    padding-top: 100% !important;
  }
  .shopstaff #shopPanel .box.hx2, .shopstaff #shopPanel .box-img.hx2 {
    padding-top: 133.3332% !important;
  }
  .shopstaff #shopPanel .is-transform3 .box, .shopstaff #shopPanel .is-transform3 .box-img {
    padding-top: 50% !important;
  }
  .shopstaff #shopPanel .is-transform3a p {
    max-width: none !important;
    padding-left: 10px;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #shopPanel h2 span {
    font-size: 42.2px;
  }
  .shopstaff #shopPanel h2 span small {
    font-size: 30%;
  }
  .shopstaff #shopPanel p {
    font-size: 1.10rem;
  }
  .shopstaff #shopPanel p.title {
    font-size: 1.3rem;
  }
  .shopstaff #shopPanel .is-transform2a {
    flex-flow: row-reverse;
    flex-direction: column-reverse;
  }
  .shopstaff #shopPanel .is-transform2a .column2 {
    width: 100%;
  }
  .shopstaff #shopPanel .is-transform2a .column2 .top-left {
    padding-top: 50% !important;
  }
  .shopstaff #shopPanel .is-transform2a .column2.is-transform2b {
    display: flex;
    flex-flow: row-reverse;
  }
  .shopstaff #shopPanel .is-transform2a .column2.is-transform2b > * {
    width: 50%;
    padding-top: 50% !important;
  }
  .shopstaff #shopPanel .is-transform2a .column2.is-transform2b .bottom-right p {
    right: inherit;
    bottom: inherit;
    top: 0;
    left: 0px;
  }
  .shopstaff #shopPanel .is-transform2a .column2.is-transform2b .bottom-right p.arrowrod-bottom::before {
    content: "\f0a8";
  }
}

.shopstaff #shopPanel #diverfacilities {
  background-color: #084780;
}

.shopstaff #shopPanel #diverfacilities h2 {
  background-color: rgba(129, 255, 255, 0.5);
}

.shopstaff #shopPanel #diverfacilities h2 small {
  color: #003380;
}

.shopstaff #shopPanel #diverfacilities p.arrowrod-top::before, .shopstaff #shopPanel #diverfacilities p.arrowrod-bottom::before, .shopstaff #shopPanel #diverfacilities p.arrowrod-left::before, .shopstaff #shopPanel #diverfacilities p.arrowrod-right::before {
  color: #7ec7ed;
}

.shopstaff #shopPanel #diverfacilities p.title {
  color: #7ec7ed;
}

.shopstaff #shopPanel #annex {
  background-color: #084780;
}

.shopstaff #shopPanel #annex h2 {
  background-color: rgba(129, 255, 255, 0.5);
}

.shopstaff #shopPanel #annex h2 small {
  color: #003380;
}

.shopstaff #shopPanel #annex p.arrowrod-top::before, .shopstaff #shopPanel #annex p.arrowrod-bottom::before, .shopstaff #shopPanel #annex p.arrowrod-left::before, .shopstaff #shopPanel #annex p.arrowrod-right::before {
  color: #7ec7ed;
}

.shopstaff #shopPanel #annex p.title {
  color: #7ec7ed;
}

.shopstaff #shopPanel #guestspace {
  background-color: #cec021;
}

.shopstaff #shopPanel #guestspace .flexbox {
  flex-wrap: wrap;
}

.shopstaff #shopPanel #guestspace h2 {
  background-color: rgba(128, 128, 128, 0.5);
}

.shopstaff #shopPanel #guestspace h2 small {
  color: #cec021;
}

.shopstaff #shopPanel #guestspace p.arrowrod-top::before, .shopstaff #shopPanel #guestspace p.arrowrod-bottom::before, .shopstaff #shopPanel #guestspace p.arrowrod-left::before, .shopstaff #shopPanel #guestspace p.arrowrod-right::before {
  color: #c9801e;
}

.shopstaff #shopPanel #guestspace p.title {
  color: #ffea00;
}

@media screen and (max-width: 877px) {
  .shopstaff #shopPanel #guestspace .is-transform1 {
    display: none;
  }
}

.shopstaff #shopPanel #guestspace .is-transform2 {
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
}

@media only screen and (max-width: 500px) {
  .shopstaff #shopPanel #guestspace .is-transform2 {
    width: 90%;
  }
}

.shopstaff #shopPanel #guestspace .is-transform3 {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50%;
}

@media screen and (max-width: 877px) {
  .shopstaff #shopPanel #guestspace .is-transform3 {
    display: none;
  }
}

.shopstaff #shopPanel #guestspace .is-transform4 {
  display: none;
}

@media screen and (max-width: 877px) {
  .shopstaff #shopPanel #guestspace .is-transform4 {
    display: block;
  }
}

@media screen and (max-width: 877px) {
  .shopstaff #shopPanel #guestspace .is-transform5 {
    flex-flow: wrap-reverse;
  }
}

.shopstaff #accommodationMenu {
  padding: 120px 60px 10px;
  line-height: 1.4;
}

@media only screen and (max-width: 1024px) {
  .shopstaff #accommodationMenu {
    padding: 120px 40px 10px;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #accommodationMenu {
    padding: 80px 40px 10px;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #accommodationMenu {
    padding: 40px 20px 10px;
  }
}

.shopstaff #accommodationMenu h2 small {
  display: block;
}

.shopstaff #accommodationMenu .infoFrame .priceList .priceBoxWrap .tax {
  display: block;
  font-size: 1.4rem;
}

.shopstaff #accommodationMenu .infoFrame .priceList .priceBoxWrap small {
  font-size: 16px;
}

.shopstaff #accommodationMenu .infoFrame .priceList .priceBoxWrap small.justification {
  letter-spacing: -0.08em;
}

.shopstaff #accommodationMenu .infoFrame .priceList .priceBox--s {
  color: #2990c7;
}

.shopstaff #accommodationMenu .infoFrameList {
  margin-top: -10px;
  margin-bottom: 40px;
}

.shopstaff #accommodationMenu .infoFrameList li {
  list-style: none;
  margin-bottom: 5px;
}

.shopstaff #accommodationMenu .inlinelist > div {
  display: flex;
  padding: 20px 0;
  border-bottom: dotted 1px #cbcbcb;
}

.shopstaff #accommodationMenu .inlinelist > div:first-child {
  padding-top: 10px;
}

.shopstaff #accommodationMenu .inlinelist dt {
  min-width: 10em;
  font-size: 90%;
}

.shopstaff #accommodationMenu .inlinelist dd {
  min-width: calc(100% - 10em);
  font-weight: 300;
}

.shopstaff #accommodationMenu .inlinelist dd ul {
  display: flex;
  flex-wrap: wrap;
}

.shopstaff #accommodationMenu .inlinelist dd ul li {
  width: calc(50% - 3em);
  margin: 4px 0 4px 1.5em;
  padding-right: 1em;
  line-height: 1;
}

.shopstaff #accommodationMenu #stay {
  padding: 0;
}

.shopstaff #accommodationMenu #stay .priceList .breakWrap .priceBoxWrap {
  padding: 5px 12px;
}

.shopstaff #accommodationMenu #stay .infobox {
  margin-bottom: 5px;
  padding-left: 1em;
  padding-right: 1em;
  font-size: 14px;
  text-align: left;
  color: orangered;
  line-height: 1.2;
}

.shopstaff #accommodationMenu #stay .infobox span {
  display: inline-block;
}

.shopstaff #accommodationMenu #meal {
  padding: 0;
}

.shopstaff #accommodationMenu #meal .priceList .breakWrap .priceBoxWrap {
  padding: 5px 12px;
}

.shopstaff #accommodationMenu #sidemenu {
  padding: 0;
}

.shopstaff #accommodationMenu #sidemenu .priceList .breakWrap .priceBoxWrap {
  padding: 5px 12px;
}

.shopstaff #accommodationMenu .set-margin--word.custom {
  margin-top: 80px;
}

@media only screen and (max-width: 500px) {
  .shopstaff #accommodationMenu .inlinelist .list {
    display: block;
  }
  .shopstaff #accommodationMenu .inlinelist .list dd {
    margin-top: 8px;
  }
}

.shopstaff #hotel {
  padding: 80px 60px 40px;
}

@media only screen and (max-width: 1024px) {
  .shopstaff #hotel {
    padding: 80px 40px 40px;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #hotel {
    padding: 80px 20px 40px;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #hotel {
    padding: 80px 20px 40px;
  }
}

.shopstaff #hotel .copy {
  margin-bottom: 1em;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-size: 27px;
  font-weight: 300;
  text-align: left;
  text-indent: -0.5em;
  color: #2990c7;
  line-height: 1.3;
  letter-spacing: -0.02em;
}

@media only screen and (max-width: 736px) {
  .shopstaff #hotel .copy {
    font-size: 24px;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #hotel .copy {
    font-size: 22px;
  }
  .shopstaff #hotel .copy br {
    display: none;
  }
}

.shopstaff #hotel .hotelList {
  margin-top: 50px;
}

.shopstaff #hotel .hotelList h4 {
  font-size: 21px;
  color: #9e9e9e;
}

.shopstaff #hotel .hotelList h4 span {
  color: #2990c7;
}

.shopstaff #hotel .hotelList .infoFrame--list.custom {
  margin-top: 0;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dt.name {
  width: 240px;
  padding: 0 1em;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dt.name.link::after {
  content: "\f35d";
  margin-left: 0.5em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 100%;
  color: #00b2d1;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dt.name.link a {
  color: #2990c7;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dt.name.link a:hover {
  color: #00b2d1;
  text-decoration: none;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel {
  width: 190px;
  padding-right: 1em;
  font-size: 18px;
  text-align: left;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel:hover::before {
  color: #8be500;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel::before {
  content: "\f87b";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 110%;
  color: #9e9e9e;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel a {
  color: #2990c7;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel a:hover {
  color: #00b2d1;
  text-decoration: none;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.address {
  padding-right: 1em;
  line-height: 1.2;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.address:hover::before {
  color: #d00000;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.address::before {
  content: "\f3c5";
  float: left;
  margin-right: 0.2em;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 120%;
  color: #9e9e9e;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.address a {
  color: #9e9e9e;
}

.shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.address a:hover {
  color: #00b2d1;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList dt.name {
    width: 200px;
    min-width: 200px;
  }
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel {
    width: 170px;
    min-width: 140px;
    box-sizing: border-box;
    font-size: 16px;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList {
    font-size: 16px;
    flex-wrap: wrap;
  }
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList dt.name {
    width: 100%;
  }
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel {
    padding: 0 0 0.3em 1em;
  }
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.address {
    padding: 0 0 0.3em 1em;
    font-size: 14px;
    width: calc(100% - 140px);
    box-sizing: border-box;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.tel {
    padding-bottom: 0;
    width: 100%;
  }
  .shopstaff #hotel .hotelList .infoFrame--list .descriptionList dd.address {
    padding-left: 1.2em;
    width: 100%;
  }
}

.shopstaff #photos {
  padding-top: 80px;
}

.shopstaff #photos h2 {
  padding: 8px 20px;
  font-size: 19px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  color: #2990c7;
}

.shopstaff #photos .photoWrap {
  background-color: #003380;
  background-color: darkgrey;
}

.shopstaff #photos .photoWrap .photoInWrap {
  display: flex;
  max-width: 2400px;
  margin: 0 auto;
}

.shopstaff #photos .photoWrap .photoInWrap * {
  background-size: cover;
  background-position: center;
}

.shopstaff #photos .photoWrap .photoInWrap .row1 {
  width: 25%;
}

.shopstaff #photos .photoWrap .photoInWrap .row1 .line1-1 {
  width: 100%;
  padding-top: 75%;
}

.shopstaff #photos .photoWrap .photoInWrap .row1 .line1-2 {
  width: 100%;
  padding-top: 125%;
}

.shopstaff #photos .photoWrap .photoInWrap .row2 {
  width: 50%;
}

.shopstaff #photos .photoWrap .photoInWrap .row2 .line2-1 {
  width: 100%;
  padding-top: 65%;
}

.shopstaff #photos .photoWrap .photoInWrap .row2 .row2-2 {
  display: flex;
}

.shopstaff #photos .photoWrap .photoInWrap .row2 .row2-2 .line2-2 {
  width: 50%;
  padding-top: 35%;
}

.shopstaff #photos .photoWrap .photoInWrap .row2 .row2-2 .line2-3 {
  width: 50%;
  padding-top: 35%;
}

.shopstaff #photos .photoWrap .photoInWrap .row3 {
  width: 25%;
}

.shopstaff #photos .photoWrap .photoInWrap .row3 .line3-1 {
  width: 100%;
  padding-top: 75%;
}

.shopstaff #photos .photoWrap .photoInWrap .row3 .line3-2 {
  width: 100%;
  padding-top: 125%;
}

@media screen and (min-width: 1620px) {
  .shopstaff #photos .photoWrap .photoInWrap .row2 .line2-1 {
    padding-top: 55%;
  }
  .shopstaff #photos .photoWrap .photoInWrap .row1 .line1-2,
  .shopstaff #photos .photoWrap .photoInWrap .row3 .line3-2 {
    padding-top: 105%;
  }
}

@media screen and (min-width: 1920px) {
  .shopstaff #photos .photoWrap .photoInWrap .row2 .line2-1 {
    padding-top: 45%;
    background-position: center bottom;
  }
  .shopstaff #photos .photoWrap .photoInWrap .row1 .line1-2,
  .shopstaff #photos .photoWrap .photoInWrap .row3 .line3-2 {
    padding-top: 85%;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #photos {
    padding-top: 40px;
  }
  .shopstaff #photos .photoWrap .photoInWrap {
    flex-wrap: wrap;
  }
  .shopstaff #photos .photoWrap .photoInWrap .row1 {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    width: 50%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1;
  }
  .shopstaff #photos .photoWrap .photoInWrap .row2 {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 3;
    -webkit-order: 3;
    order: 3;
  }
  .shopstaff #photos .photoWrap .photoInWrap .row3 {
    display: flex;
    flex-direction: column;
    flex-flow: column-reverse;
    width: 50%;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #photos {
    padding-top: 20px;
  }
}

.shopstaff #staff {
  min-height: 300px;
  padding: 80px 60px 100px;
}

.shopstaff #staff .member {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  list-style: none;
}

.shopstaff #staff .member li {
  width: 100%;
  max-width: 290px;
  margin: 0 20px 20px;
}

.shopstaff #staff .member li figure {
  text-align: center;
}

.shopstaff #staff .member li figure .photo {
  margin: 0 auto;
  max-width: 280px;
  width: 100%;
}

.shopstaff #staff .member li figure .photo span {
  display: inline-block;
  width: 100%;
  padding-top: calc(100% - 8px);
  box-sizing: border-box;
  border-radius: 50%;
  border: solid 4px #00b2d1;
  overflow: hidden;
  background-size: cover;
}

.shopstaff #staff .member li figure .nickname {
  font-family: 'M PLUS 1p', sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 1.5;
  color: #cec021;
}

.shopstaff #staff .member li figure .name dt {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 33.5px;
  line-height: 1;
  color: #2990c7;
}

.shopstaff #staff .member li figure .name dd {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 19px;
  color: #b8b8b8;
}

.shopstaff #staff .member li figure .cate {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 19px;
  line-height: 1;
  color: #b8b8b8;
}

.shopstaff #staff .member li figure .staffTxt {
  max-width: 290px;
  margin: 1em auto;
  font-size: 1.3rem;
  font-weight: 300;
  line-height: 1.4;
  color: #808080;
  text-align: justify;
}

.shopstaff #staff .support li figure .photo {
  max-width: 240px;
}

.shopstaff #staff .mascot li figure .photo {
  max-width: 220px;
}

.shopstaff #staff .mascot li figure .photo span {
  border-color: #22bd73;
}

@media only screen and (max-width: 1024px) {
  .shopstaff #staff {
    padding: 80px 40px 10px;
  }
  .shopstaff #staff .staff li {
    max-width: 280px;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #staff {
    padding: 80px 20px 10px;
  }
  .shopstaff #staff .member li figure .nickname {
    font-size: 18px;
  }
  .shopstaff #staff .member li figure .name dt {
    font-size: 30px;
  }
  .shopstaff #staff .member li figure .name dd {
    font-size: 17px;
  }
  .shopstaff #staff .staff li {
    width: 90%;
    max-width: none;
    margin: 0 auto 20px;
  }
  .shopstaff #staff .staff li figure .photo {
    max-width: 240px;
  }
  .shopstaff #staff .staff li figure .staffTxt {
    max-width: none;
  }
  .shopstaff #staff .support li {
    max-width: 45%;
    margin: 0 10px 20px;
  }
  .shopstaff #staff .mascot li {
    max-width: 35%;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #staff {
    padding: 80px 20px 10px;
  }
  .shopstaff #staff .member li {
    margin-bottom: 40px;
  }
  .shopstaff #staff .member li figure .nickname {
    font-size: 16.2px;
  }
  .shopstaff #staff .member li figure .name dt {
    font-size: 27px;
  }
  .shopstaff #staff .member li figure .name dd {
    font-size: 16px;
  }
  .shopstaff #staff .support li {
    max-width: 220px;
  }
  .shopstaff #staff .mascot li {
    max-width: 180px;
  }
}

.shopstaff #blog {
  min-height: 300px;
  background-color: rgba(72, 189, 255, 0.5);
}

.shopstaff #blog .blogWrap {
  padding: 60px 60px 100px;
}

@media only screen and (max-width: 1024px) {
  .shopstaff #blog .blogWrap {
    padding: 40px 40px 20px;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #blog .blogWrap {
    padding: 20px 20px;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #blog .blogWrap {
    padding: 10px 20px 20px;
  }
}

.shopstaff #blog .blogWrap .blogtitleWrap {
  display: flex;
  align-items: flex-end;
  margin-bottom: 10px;
}

.shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo {
  display: inline-block;
  margin-right: 25px;
}

.shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo .logoWrap {
  display: flex;
  align-items: center;
}

.shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo .logoWrap svg {
  display: inline-block;
  max-width: 240px;
  min-width: 239px;
  padding-top: 16px;
  margin-right: 0.4em;
}

.shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo .logoWrap .blog-txt {
  font-family: 'Roboto', sans-serif;
  font-weight: 900;
  font-size: 58px;
  color: #084780;
  line-height: 1;
}

.shopstaff #blog .blogWrap .blogtitleWrap p {
  padding-bottom: 14px;
  line-height: 1.3;
}

@media only screen and (max-width: 1024px) {
  .shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo .logoWrap svg {
    max-width: 220px;
    min-width: 219px;
    padding-top: 14px;
  }
  .shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo .logoWrap .blog-txt {
    font-size: 52px;
  }
}

@media only screen and (max-width: 736px) {
  .shopstaff #blog .blogWrap .blogtitleWrap {
    display: block;
  }
  .shopstaff #blog .blogWrap .blogtitleWrap p {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo .logoWrap svg {
    max-width: 200px;
    min-width: 199px;
    padding-top: 12px;
  }
  .shopstaff #blog .blogWrap .blogtitleWrap .aquas-logo .logoWrap .blog-txt {
    font-size: 49px;
  }
}

.shopstaff #blog #feed_news {
  display: flex;
  flex-wrap: wrap;
  margin-left: -6px;
  margin-right: -6px;
}

.shopstaff #blog #feed_news:empty::before {
  content: "\f2f9";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 30px;
  display: block;
  margin: 0 auto;
  color: white;
  cursor: pointer;
}

.shopstaff #blog #feed_news:hover:empty::before {
  color: #ffe023;
}

.shopstaff #blog #feed_news .newscard {
  width: 50%;
  padding: 6px;
  box-sizing: border-box;
}

@media screen and (min-width: 492px) {
  .shopstaff #blog #feed_news .newscard {
    width: 50%;
  }
}

@media screen and (min-width: 789px) {
  .shopstaff #blog #feed_news .newscard {
    width: 33.3333%;
  }
}

@media screen and (min-width: 1106px) {
  .shopstaff #blog #feed_news .newscard {
    width: 25%;
  }
}

@media screen and (min-width: 1423px) {
  .shopstaff #blog #feed_news .newscard {
    width: 20%;
  }
}

@media screen and (min-width: 1770px) {
  .shopstaff #blog #feed_news .newscard {
    width: 16.6666%;
  }
}

@media screen and (min-width: 2047px) {
  .shopstaff #blog #feed_news .newscard {
    width: 14.2857%;
  }
}

@media screen and (min-width: 2324px) {
  .shopstaff #blog #feed_news .newscard {
    width: 12.5%;
  }
}

@media screen and (min-width: 2601px) {
  .shopstaff #blog #feed_news .newscard {
    width: 11.1111%;
  }
}

@media screen and (min-width: 2878px) {
  .shopstaff #blog #feed_news .newscard {
    width: 10%;
  }
}

.shopstaff #blog #feed_news .newscard .card {
  background-color: white;
  height: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.shopstaff #blog #feed_news .newscard .card .category {
  background-color: #003380;
  color: #ffe023;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
}

.shopstaff #blog #feed_news .newscard .card .blog-img {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 57.5697%;
  overflow: hidden;
  background-color: dimgray;
}

.shopstaff #blog #feed_news .newscard .card .blog-img .news_image {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
}

.shopstaff #blog #feed_news .newscard .card .title-obi {
  padding: 8px 15px;
  background-color: rgba(255, 196, 0, 0.7);
}

.shopstaff #blog #feed_news .newscard .card .title-obi .news_title {
  line-height: 1.2;
  overflow: hidden;
}

.shopstaff #blog #feed_news .newscard .card .title-obi .news_title a {
  display: block;
  width: 100%;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #003380;
  text-decoration: none;
  text-align: left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.shopstaff #blog #feed_news .newscard .card .title-obi .news_date {
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: white;
}

.shopstaff #blog #feed_news .newscard .card .news_desc {
  padding: 10px 15px;
  font-family: noto-sans-cjk-jp, "Noto Sans JP", sans-serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.4;
}

.shopstaff #blog #feed_news .newscard .card .newsmore {
  font-size: 1.2rem;
  line-height: 2;
}

@media only screen and (max-width: 736px) {
  .shopstaff #blog #feed_news .newscard .card .title-obi {
    padding: 8px 10px;
  }
  .shopstaff #blog #feed_news .newscard .card .title-obi .news_title a {
    font-size: 18px;
  }
  .shopstaff #blog #feed_news .newscard .card .news_desc {
    padding: 10px 10px;
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 500px) {
  .shopstaff #blog #feed_news .newscard .card .title-obi .news_title a {
    font-size: 18px;
  }
  .shopstaff #blog #feed_news .newscard .card .news_desc {
    font-size: 1.2rem;
  }
}
