@charset "UTF-8";
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

::before,
::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
  font-size: rem(16);
}

body {
  margin: 0;
}

main {
  display: block;
  overflow-y: hidden;
  overflow-x: hidden;
}

p,
table,
blockquote,
address,
pre,
iframe,
form,
figure,
dl {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0;
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dt {
  font-weight: bold;
}

dd {
  margin-left: 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top: 1px solid;
  margin: 0;
  clear: both;
  color: inherit;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  text-decoration: none;
  color: inherit;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  vertical-align: bottom;
}

embed,
object,
iframe {
  border: 0;
  vertical-align: bottom;
}

button,
input,
optgroup,
select,
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  vertical-align: middle;
  color: inherit;
  font: inherit;
  border: 0;
  background: transparent;
  padding: 0;
  margin: 0;
  outline: 0;
  border-radius: 0;
  text-align: inherit;
}

[type="checkbox"] {
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
       appearance: checkbox;
}

[type="radio"] {
  -webkit-appearance: radio;
  -moz-appearance: radio;
       appearance: radio;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

button[disabled],
[type="button"][disabled],
[type="reset"][disabled],
[type="submit"][disabled] {
  cursor: default;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  min-width: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td,
th {
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: bold;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

a {
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  color: #888;
}

li {
  list-style-type: none;
}

body {
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
  font-family: "Lucida Grande", Meiryo, メイリオ, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  overflow-x: hidden;
  font-weight: 500;
}

img {
  max-width: 100%;
}

.block {
  display: block !important;
}

.none {
  display: none;
}

.pc {
  display: block !important;
}

@media (max-width: 768px) {
  .pc {
    display: none !important;
  }
}

.tab {
  display: none !important;
}

@media (max-width: 768px) {
  .tab {
    display: block !important;
  }
}

.container {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

@media (max-width: 1280px) {
  .container {
    padding: 0 calc(20vw / (1240 / 100));
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 calc(20vw / (768 / 100));
  }
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-low {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.flex-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.store-label {
  margin: 0 auto;
  padding: 13px 0;
  background: url(../images/store-deco.png) no-repeat;
  background-position: center;
  background-size: 243px 51px;
  font-size: 23px;
  font-weight: bold;
  text-align: center;
  letter-spacing: 1.2px;
}

@media (max-width: 1280px) {
  .store-label {
    padding: calc(13vw / (1280 / 100)) 0;
    background-size: calc(243vw / (1280 / 100)) calc(51vw / (1280 / 100));
    font-size: calc(23vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .store-label {
    padding: calc(13vw / (768 / 100)) 0;
    background-size: 90% calc(51vw / (768 / 100));
    font-size: calc(23vw / (768 / 100));
  }
}

@media (max-width: 440px) {
  .store-label {
    padding: calc(13vw / (440 / 100)) 0;
    background-size: 90% calc(51vw / (440 / 100));
    font-size: calc(23vw / (440 / 100));
  }
}

.main {
  padding-bottom: 65px;
}

@media (max-width: 1280px) {
  .main {
    padding-bottom: calc(65vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .main {
    padding-bottom: calc(10vw / (768 / 100));
  }
}

.bg {
  background: url(../images/back_img.jpg) repeat;
  background-position: top 0 center;
}

@media (max-width: 768px) {
  .bg {
    background: #fcf386;
  }
}

.top h2 {
  text-align: center;
  width: 100%;
}

@media (max-width: 768px) {
  .top h2 {
    margin: calc(10vw / (768 / 100)) calc(50% - 50vw);
    width: 100vw;
  }
}

.top h2 img {
  width: 1100px;
  margin: 0 auto;
}

@media (max-width: 1280px) {
  .top h2 img {
    width: calc(1100vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top h2 img {
    width: 100%;
  }
}

.top__pickup {
  text-align: center;
  padding-top: 10px;
}

@media (max-width: 1280px) {
  .top__pickup {
    padding-top: calc(10vw / (1280 / 100));
  }
}

.top__pickup__tab {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
}

.top__pickup__tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.top__pickup__tab ul li {
  width: 33.33%;
}

.top__info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  -ms-grid-rows: auto auto;
      grid-template-rows: auto auto;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
      grid-template-areas: "h3 top__info-girl-label" "top__info-news-inner top__info-girl-img";
  padding-top: 70px;
}

@media (max-width: 1280px) {
  .top__info {
    padding-top: calc(70vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .top__info {
    -ms-grid-columns: auto auto;
        grid-template-columns: auto auto;
    -ms-grid-rows: auto auto auto;
        grid-template-rows: auto auto auto;
    grid-auto-flow: row;
        grid-template-areas: "h3 top__info-girl-label" "top__info-news-inner top__info-news-inner" "top__info-girl-img top__info-girl-img";
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.top__info h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: h3;
  padding-bottom: 10px;
}

@media (max-width: 768px) {
  .top__info h3 {
    width: 100%;
  }
  .top__info h3 img {
    width: 100%;
  }
}

.top__info-news-inner {
  margin-top: 10px;
  padding: 10px;
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: top__info-news-inner;
  background: #0e6630;
}

@media (max-width: 768px) {
  .top__info-news-inner {
    margin: 0 auto;
    width: 96%;
  }
}

.top__info-news-inner-text {
  padding: 43px 0 39px;
}

.top__info-news-inner-text span {
  display: inline-block;
}

.top__info-news-inner-text span:first-of-type {
  font-size: 24px;
  font-weight: bold;
  color: #ffcccc;
}

.top__info-news-inner-text span:nth-of-type(2) {
  padding-top: 27px;
  font-size: 13px;
  color: #ffffe0;
}

.top__info-news-inner-text span:nth-of-type(3) {
  padding-top: 27px;
  font-size: 24px;
  font-weight: bold;
  color: #ffd700;
}

.top__info-news-inner-text span:nth-of-type(4) {
  padding-top: 27px;
  font-size: 24px;
  font-weight: bold;
  color: #dda0dd;
}

.top__info-news-inner-text span:nth-of-type(5), .top__info-news-inner-text span:nth-of-type(6) {
  padding-top: 10px;
  font-size: 24px;
  font-weight: bold;
  color: #66cccc;
}

.top__info-news-inner-text span:nth-of-type(7) {
  padding-top: 24px;
  font-size: 17.6px;
  font-weight: bold;
  color: #ffcccc;
  line-height: 1.5;
}

.top__info-news-inner-text span:nth-of-type(8) {
  padding-top: 25px;
  font-size: 14.4px;
  color: #ffd700;
}

.top__info-girl-label {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
  grid-area: top__info-girl-label;
  padding: 10px;
  background: #fff;
  font-size: 13px;
}

@media (max-width: 768px) {
  .top__info-girl-label {
    margin: 0 auto;
    width: 96%;
  }
}

.top__info-girl-img {
  -ms-grid-row: 2;
  -ms-grid-column: 2;
  grid-area: top__info-girl-img;
}

@media (max-width: 768px) {
  .top__info-girl-img {
    padding-top: 10px;
  }
  .top__info-girl-img img {
    width: 100%;
  }
}

.top__bunner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .top__bunner {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
  }
}

.top__link-bunner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 10px;
}

.top__link-bunner ul li {
  height: 40px;
  margin: 5px auto;
}

.top__link-bunner ul img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 40px;
}

.girls h2 {
  text-align: center;
}

@media (max-width: 768px) {
  .girls h2 {
    margin: 10px calc(50% - 50vw);
    width: 100vw;
  }
}

.girls h2 img {
  width: 640px;
}

@media (max-width: 1280px) {
  .girls h2 img {
    width: calc(640vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .girls h2 img {
    width: 100%;
  }
}

.girls__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .girls__list {
    margin: 0 calc(50% - 50vw);
    width: 100vw;
    padding-top: 0;
  }
}

.girls__list-link {
  width: 25%;
}

.girls__list-link-label {
  margin: 10px 0;
  padding: 6px;
  background-color: #fff;
  font-size: 12.8px;
}

@media (max-width: 768px) {
  .girls__list-link-label {
    width: 96%;
    margin: 10px auto;
  }
}

.girls__list-link:nth-of-type(even) div {
  background-color: #fefbde;
}

.schedule h2 {
  text-align: center;
}

@media (max-width: 768px) {
  .schedule h2 {
    margin: 10px calc(50% - 50vw);
    width: 100vw;
  }
}

.schedule h2 img {
  width: 640px;
}

@media (max-width: 1280px) {
  .schedule h2 img {
    width: calc(640vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .schedule h2 img {
    width: 100%;
  }
}

.schedule__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 10px;
}

@media (max-width: 768px) {
  .schedule__list {
    margin: 10px calc(50% - 50vw);
    width: 100vw;
  }
}

.schedule__list-link {
  width: 25%;
}

.system h2 {
  text-align: center;
}

@media (max-width: 768px) {
  .system h2 {
    margin: 10px calc(50% - 50vw);
    width: 100vw;
  }
}

.system h2 img {
  width: 640px;
}

@media (max-width: 1280px) {
  .system h2 img {
    width: calc(640vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .system h2 img {
    width: 100%;
  }
}

.system__img {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .system__img {
    padding-top: 0;
    text-align: center;
  }
  .system__img img {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .access {
    margin-bottom: 10px;
  }
}

.access h2 {
  text-align: center;
}

@media (max-width: 768px) {
  .access h2 {
    margin: 10px calc(50% - 50vw);
    width: 100vw;
  }
}

.access h2 img {
  width: 640px;
}

@media (max-width: 1280px) {
  .access h2 img {
    width: calc(640vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .access h2 img {
    width: 100%;
  }
}

.access h3 {
  padding-top: 10px;
}

@media (max-width: 768px) {
  .access h3 {
    padding-top: 0;
    margin: 0px calc(50% - 50vw);
    width: 100vw;
  }
  .access h3 img {
    width: 100%;
  }
}

.access__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px 0;
  padding-top: 10px;
}

.access__map-inner {
  width: 50%;
}

@media (max-width: 768px) {
  .access__map-inner {
    width: 100%;
  }
}

.access__map-inner-map {
  margin-bottom: 5px;
  padding: 5px;
  border: 5px double #36c1fd;
}

.access__map-inner-map iframe {
  width: 530px;
}

@media screen and (max-width: 1100px) {
  .access__map-inner-map iframe {
    width: calc(520vw / (1100 / 100));
  }
}

@media (max-width: 768px) {
  .access__map-inner-map iframe {
    width: 100%;
  }
}

.access__map-inner-text {
  padding: 5px 10px;
  background-color: #fff;
  color: #36c1fd;
  font-size: 20px;
  text-align: center;
  border: 1px solid #36c1fd;
}

.header {
  padding-bottom: 115px;
}

@media (max-width: 1280px) {
  .header {
    padding-bottom: calc(115vw / (1280 / 100));
  }
}

@media (max-width: 768px) {
  .header {
    padding-bottom: 0;
  }
}

.header__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__nav__list-link img {
  width: 220px;
}

@media (max-width: 1280px) {
  .header__nav__list-link img {
    width: calc(220vw / (1280 / 100));
  }
}

.header__nav__list-link:first-of-type {
  background: url(../images/menu1_hover.png) no-repeat;
  background-size: 220px 68px;
  width: 220px;
}

@media (max-width: 1280px) {
  .header__nav__list-link:first-of-type {
    background-size: calc(220vw / (1280 / 100)) calc(68vw / (1280 / 100));
    width: calc(220vw / (1280 / 100));
  }
}

.header__nav__list-link:nth-of-type(2) {
  background: url(../images/menu2_hover.png) no-repeat;
  background-size: 220px 68px;
  width: 220px;
}

@media (max-width: 1280px) {
  .header__nav__list-link:nth-of-type(2) {
    background-size: calc(220vw / (1280 / 100)) calc(68vw / (1280 / 100));
    width: calc(220vw / (1280 / 100));
  }
}

.header__nav__list-link:nth-of-type(3) {
  background: url(../images/menu3_hover.png) no-repeat;
  background-size: 220px 68px;
  width: 220px;
}

@media (max-width: 1280px) {
  .header__nav__list-link:nth-of-type(3) {
    background-size: calc(220vw / (1280 / 100)) calc(68vw / (1280 / 100));
    width: calc(220vw / (1280 / 100));
  }
}

.header__nav__list-link:nth-of-type(4) {
  background: url(../images/menu4_hover.png) no-repeat;
  background-size: 220px 68px;
  width: 220px;
}

@media (max-width: 1280px) {
  .header__nav__list-link:nth-of-type(4) {
    background-size: calc(220vw / (1280 / 100)) calc(68vw / (1280 / 100));
    width: calc(220vw / (1280 / 100));
  }
}

.header__nav__list-link:nth-of-type(5) {
  background: url(../images/menu5_hover.png) no-repeat;
  background-size: 220px 68px;
  width: 220px;
}

@media (max-width: 1280px) {
  .header__nav__list-link:nth-of-type(5) {
    background-size: calc(220vw / (1280 / 100)) calc(68vw / (1280 / 100));
    width: calc(220vw / (1280 / 100));
  }
}

.header__nav__list-link a {
  display: inline-block;
}

.header__nav__list-link a:hover {
  background-color: transparent;
}

.header__nav__list-link a:hover img {
  visibility: hidden;
}

.header__tab__logo {
  width: 100%;
}

.header__tab__logo img {
  width: 1000%;
}

.header__tab__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header__tab__nav__list-link img {
  width: calc(153vw / (768 / 100));
}

.footer {
  background: #36c0fc;
  position: relative;
}

.footer::before {
  content: "";
  display: inline-block;
  border-top: #666 4px solid;
  width: 95%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}

@media (max-width: 768px) {
  .footer::before {
    width: 100%;
  }
}

.footer__nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 13px;
  padding: 25px 0 95px;
}

.footer__nav__list-link {
  padding-right: 13px;
  font-size: 12px;
  color: #fff;
  border-right: 1px solid #fff;
}

.footer__copy {
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

.footer .pagetop {
  position: fixed;
  bottom: 30px;
  right: 60px;
}

@media screen and (min-width: 1200px) {
  .footer .pagetop {
    right: calc(50% - 563px);
  }
}
/*# sourceMappingURL=style.css.map */