.wrap {
  width: 100%;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: normal;
  overflow: hidden;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 36px;
}

br {
  display: none;
}

.woman {
  display: block;
}

.bigsize {
  display: block;
}

.minsize {
  display: none;
}

/* nav の スタイル */
nav {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

nav:after {
  clear: both;
  display: block;
  content: "";
}

nav img {
  float: left;
  padding-left: 10px;
}

nav ul {
  float: right;
  margin-top: 8px;
}

nav ul li {
  float: left;
  position: relative;
}

nav ul li.icon {
  display: none;
}

nav ul li a {
  color: hsla(0, 0%, 0%, 1);
  text-decoration: none;
  font-size: 16px;
  display: inline-block;
  padding-left: 30px;
  padding-right: 30px;
}

nav ul li a:hover {
  color: #64e6a1;
  text-decoration: none;
}

/*ハンバーガーメニュー*/
.button {
  width: 30px;
  height: 15px;
  position: relative;
  right: 20px;
  cursor: pointer;
  float: right;
  top: 12px;
  display: none;
}

.bar1 {
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 0px;
}

.bar2 {
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 11px;
}

.bar3 {
  width: 30px;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: 22px;
}

.bar1,
.bar2,
.bar3 {
  transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out; /* opera */
  -moz-transition: all 0.5s ease-out; /* firefox */
  -webkit-transition: all 0.5s ease-out; /* chrome, safari */
  -ms-transition: all 0.5s ease-out; /* ie */
}

.buttonclick1 {
  top: 10px;
  -moz-transform: rotate(405deg);
  -webkit-transform: rotate(405deg);
  -o-transform: rotate(405deg);
  -ms-transform: rotate(405deg);
  transform: rotate(405deg);
}

.buttonclick2 {
  opacity: 0;
}

.buttonclick3 {
  top: 10px;
  -moz-transform: rotate(-405deg);
  -webkit-transform: rotate(-405deg);
  -o-transform: rotate(-405deg);
  -ms-transform: rotate(-405deg);
  transform: rotate(-405deg);
}

.about {
  margin-top: 110px;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.about p {
  text-align: center;
  color: hsla(0, 0%, 0%, 1);
  font-size: 14px;
}

.about p:nth-child(3) {
  margin-bottom: 30px;
}

#recruit {
  display: block;
  width: 635px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
  border: 1px dotted #000000;
  padding-top: 2px;
  padding-right: 2px;
  padding-bottom: 2px;
  padding-left: 2px;
}

.recruit {
  display: block;
  padding-top: 10px;
  padding-right: 20px;
  padding-bottom: 10px;
  padding-left: 40px;
  width: 575px;
}

.recruit:hover {
  background-color: hsla(111, 93%, 84%, 0.8);
}

.recruit:after {
  clear: both;
  display: block;
  content: "";
}

.recruit p {
  font-size: 16px;
  color: rgba(0, 0, 0, 1);
  float: left;
  padding-top: 22px;
  padding-right: 0px;
  padding-bottom: 22px;
  padding-left: 0px;
  line-height: 1em;
}

.recruit img {
  float: right;
}

.maintitle {
  font-size: 30px !important;
  margin-bottom: 30px;
  color: hsla(0, 0%, 0%, 1);
  letter-spacing: 1px;
  text-align: center;
}

.gallery {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 90px;
  overflow: hidden;
}

.gallery img {
  width: 300px;
  height: auto;
}

.gallery ul:after {
  clear: both;
  display: block;
  content: "";
}

.gallery ul li {
  width: 100%;
  height: auto;
  float: left;
  margin-right: 20px;
  margin-bottom: 40px;
  margin-left: 20px;
  max-width: 300px;
}

.mask {
  width: 300px;
  height: 150px;
  background-color: hsla(148, 72%, 65%, 0.7);
  position: absolute;
  opacity: 0;
}

.mask:hover {
  opacity: 1;
  transition-duration: 1s;
}

.menu {
  max-width: 1020px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 150px;
}

.menuwrap {
  margin-top: -50px;
}

.row {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.row:after {
  display: block;
  clear: both;
  content: "";
}

.row article {
  width: 100%;
  max-width: 450px;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: 80px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.title {
  border-bottom: 1px solid hsla(0, 0%, 0%, 1);
  margin-bottom: 20px;
  font-size: 16px;
}

.row ul:after {
  clear: both;
  display: block;
  content: "";
}

.row li {
  line-height: 33px;
}

.row li.two_column {
  line-height: 1.8;
}

.row li.two_column br {
  display: block;
}

.row ul p br.vpc {
  display: block;
}

.row li.margin {
  height: 33px;
}

.row li span {
  float: right;
  letter-spacing: 4px;
}

.last {
  position: relative;
  top: -40px;
}

.gray {
  padding-left: 1em;
  color: hsla(0, 0%, 56%, 1);
  font-size: 11px;
  line-height: 13px;
  margin-top: 16px;
  margin-bottom: 16px;
  text-indent: -1em;
}

.gray.two {
  padding-left: 0;
  text-indent: 0;
}

.middleimg {
  width: 100%;
  height: 470px;
  margin-top: 20px;
  background-image: url(../img/middleimg.jpg);
  background-size: cover;
}

.staff_wrap {
  width: 100%;
  max-width: 1020px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 200px;
}

.staff {
  display: flex;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  justify-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
}

.staff_block {
  margin-top: 60px;
  margin-left: 80px;
  width: 450px;
}

.staff_block:nth-child(-n + 2) {
  margin-top: 0;
}

.staff_block:nth-child(odd) {
  margin-left: 0;
}

.staff a img {
  width: 100%;
  height: auto;
}

.staff .text {
  line-height: 32px;
  margin-top: 0px;
}

.staff .text .position {
  margin-top: 10px;
}

.staff .text .name {
  margin-top: 8px;
  font-size: 18px;
}

.staff .text .name small {
  margin-left: 13px;
  font-size: 12px;
}

.staff .text .setumei {
  margin-top: 30px;
  padding-right: 0px;
}

.staff .text .setumei .vpc {
  display: block !important;
}

.staff .text .setumei .vsp {
  display: none !important;
}

.group_img {
  display: block;
  margin-top: 120px;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
}

.group_img.group_img_2 {
  margin-top: 45px;
}

.shopdata_map {
  margin-top: 250px;
}

.map {
  width: 100%;
  height: 400px;
  background-image: url(../img/map.jpg);
  background-position: center center;
  background-size: cover;
  margin-top: 40px;
}

.shopdata {
  width: 100%;
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.shopdata .maintitle {
  text-align: left;
  font-size: 18px !important;
}

.shopdata:after {
  display: block;
  clear: both;
  content: "";
}

.shopdata div {
  width: 100%;
  max-width: 510px;
  font-style: normal;
  margin-top: 50px;
}

.shopdata div.right {
  position: relative;
  bottom: -210px;
  text-align: right;
  width: 74px;
}

.shopdata div.right img {
  margin-left: 5px;
  margin-right: 5px;
  /* [disabled]position: relative; */
}

.shopdata ul {
  margin-top: 20px;
  line-height: 32px;
}

.shopdata ul a {
  color: hsla(0, 0%, 0%, 1);
  text-decoration: none;
}

.shopdata ul a:hover {
  color: hsla(359, 100%, 21%, 1);
  text-decoration: none;
}

.footer p {
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: hsla(0, 0%, 100%, 1);
  background-color: hsla(0, 0%, 0%, 1);
  font-size: 5px;
}

.pagetop {
  text-align: right;
  padding-top: 10px;
  margin-right: auto;
  width: 90%;
  max-width: 980px;
  margin-left: auto;
  margin-top: 145px;
}

.pagetop a {
  color: #000000;
  text-decoration: none;
  outline: none;
  font-size: 10px;
}

.pagetop span {
  position: relative;
  display: inline-block;
  font-weight: bold;
  padding-top: 15px;
}

.pagetop .link_pagetop span:before {
  position: absolute;
  display: block;
  content: " ";
  width: 15px;
  height: 15px;
  left: 23px;
  top: 0;
  border-top: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.pagetop .link_back {
  margin-right: 2rem;
}

.pagetop .link_back span:before {
  position: absolute;
  display: block;
  content: " ";
  width: 15px;
  height: 15px;
  left: 10px;
  top: -5px;
  border-bottom: 2px solid #000000;
  border-left: 2px solid #000000;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

@media (max-width: 1025px) {
  .right {
    float: none;
  }

  .left {
    float: none;
  }

  .gallery {
    max-width: 680px;
    margin-left: auto;
    margin-right: auto;
  }

  .menu article {
    margin-left: auto;
    margin-right: auto;
  }

  .row li.margin {
    display: none;
  }

  article.last {
    margin-top: 125px;
  }

  .staff_wrap {
    width: 450px;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }

  .staff {
    display: block;
    width: 100%;
  }

  .staff_block {
    margin-top: 50px;
    margin-left: 0;
    width: 100%;
  }

  .staff_block:nth-child(-n + 2) {
    margin-top: 50px;
  }

  .staff_block:nth-child(odd) {
    margin-left: 0;
  }

  .staff_block:first-child {
    margin-top: 0;
  }

  .staff .text .setumei .vpc {
    display: none !important;
  }

  .staff .text .setumei .vsp {
    display: block !important;
  }

  .group_img {
    margin-top: 80px;
    width: 100%;
  }

  .group_img.group_img_2 {
    margin-top: 20px;
  }

  .shopdata {
    width: 400px;
  }

  .shopdata .maintitle {
    text-align: center;
  }

  .shopdata div.left {
    text-align: center;
  }

  .shopdata div.right {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    top: 0px;
  }

  .footer p {
    margin-top: 100px;
  }
}

@media (max-width: 770px) {
  body {
    width: 100%;
    max-width: 767px;
  }

  .bigsize {
    display: none;
  }

  .minsize {
    display: block;
  }

  .button {
    display: block;
  }

  nav ul {
    width: 100%;
    background-color: hsla(0, 0%, 32%, 0.76);
    position: absolute;
    top: 55px;
    display: none;
    z-index: 2;
    margin-top: 16px;
  }

  nav ul li {
    float: none;
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    margin-right: auto;
    margin-left: auto;
    border-bottom: 1px solid hsla(0, 0%, 100%, 1);
    z-index: 1;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
  }

  nav ul li a {
    color: hsla(0, 0%, 100%, 1);
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    font-weight: bold;
    padding-bottom: 1px;
  }

  nav ul li.icon {
    display: block;
  }

  nav ul li.icon div {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 103px;
  }

  nav ul li.icon div:after {
    display: block;
    clear: both;
    content: "";
  }

  nav ul li.icon div a {
    margin-top: 0px;
    margin-right: 2px;
    margin-bottom: 0px;
    margin-left: 10px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 25px;
    height: 25px;
    float: left;
  }

  nav ul li a:hover {
    color: #64e6a1;
  }

  .topimg {
    width: 100%;
    height: 90vh;
    background-image: url(../img/topimg.jpg);
    background-size: cover;
    position: relative;
    background-position: center center;
  }

  .visibility {
    display: block;
  }

  /*フロートの解除*/
  .right {
    float: none;
  }

  .left {
    float: none;
  }

  #recruit {
    width: 590px;
  }

  .recruit {
    width: 535px;
  }

  .gallery {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .gallery ul li {
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    width: 100%;
    height: auto;
    max-width: 300px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 20px;
  }

  .menu {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .shopdata div {
    width: 100%;
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
  }

  .shopdata ul {
    width: auto;
  }

  .shopdata div.right {
    position: relative;
    bottom: 0px;
    text-align: center;
  }

  .footer {
    margin-top: -50px;
  }
}

@media (max-width: 637px) {
  br {
    display: block;
  }

  .brank {
    margin-left: 12px;
  }

  .gallery {
    width: 300px;
  }

  .middleimg {
    width: 100%;
    height: 400px;
  }

  #recruit {
    width: 350px;
  }

  .recruit {
    width: 340px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .recruit p {
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 4px;
    padding-right: 0px;
    padding-bottom: 4px;
    padding-left: 0px;
  }

  .recruit img {
    width: 50px;
    height: 50px;
  }
}

@media (max-width: 414px) {
  body {
    width: 100%;
    max-width: 414px;
  }

  .woman {
    display: none;
  }

  .about {
    max-width: 330px;
    width: 100%;
    height: auto;
    margin-top: 100px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #recruit {
    width: 320px;
  }

  .recruit {
    width: 310px;
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .recruit p {
    font-size: 12px;
    line-height: 1.5em;
    padding-right: 0px;
    padding-left: 0px;
  }

  .recruit img {
    width: 45px;
    height: 45px;
  }

  .gallery {
    width: 100%;
    height: auto;
    max-width: 320px;
    padding-top: 0px;
    padding-right: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    margin-right: auto;
    margin-left: auto;
  }

  .gallery li {
    float: none;
  }

  .gallery li img {
    width: 100%;
    max-width: 320px;
    height: auto;
  }

  .menu {
    width: 100%;
    max-width: 400px;
  }

  .menu article {
    max-width: 310px;
    width: 100%;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
  }

  .row li {
    font-size: 11px;
  }

  .row li.two_column {
    padding-bottom: 20px;
  }

  .row ul p br.vpc {
    display: none;
  }

  .middleimg {
    width: 100%;
    height: 300px;
  }

  .staff_wrap {
    margin-top: 126px;
    width: 100%;
    max-width: 340px;
  }

  .staff_block .text {
    width: 100%;
    max-width: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .shopdata_map {
    margin-top: 100px;
  }

  .shopdata {
    width: 320px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }

  .shopdata ul {
    margin-top: 30px;
    width: 100%;
    max-width: 300px;
    padding-left: 10px;
    padding-right: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .left ul .br {
    line-height: 13px;
  }
}

@media (min-width: 637px) {
  .brank {
    display: none;
  }
}
