@charset "UTF-8";
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: bottom;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input, button, select, textarea {
  /*	-webkit-appearance: none;*/
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@font-face {
  font-family: "LINE Seed JP_OTF Thin";
  src: url("../font/LINESeedJP_OTF_Th.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF Reguler";
  src: url("../font/LINESeedJP_OTF_Rg.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF Bold";
  src: url("../font/LINESeedJP_OTF_Bd.otf");
}
@font-face {
  font-family: "LINE Seed JP_OTF ExtraBold";
  src: url("../font/LINESeedJP_OTF_Eb.otf");
}
body {
  font-family: "LINE Seed JP_OTF Reguler", sans-serif;
  font-size: 16px;
  color: #333333;
  background-color: #ffffff;
  background-image: url(../img/bg.jpg);
  background-size: 100%;
  background-repeat: repeat-y;
  line-height: 1.5;
}

a {
  color: #333333;
  text-decoration: none;
}
a:hover {
  opacity: 0.8;
}

img {
  max-width: 100%;
  height: auto;
}

/* clearfix */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
  font-size: 0.1em;
  line-height: 0;
}

.clearfix {
  display: inline-table;
  min-height: 1%; /* IE7 */
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
header {
  display: table;
  width: 100%;
  height: 40px;
  text-align: center;
  background-color: #333333;
}
header h1 {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #ffffff;
}

footer {
  width: 100%;
  text-align: center;
  margin-top: 6rem;
  padding: 2rem 0;
  background-color: #111111;
}
footer h2 {
  font-size: 24px;
  color: #ffffff;
}
footer .link_bnr {
  margin-top: 2rem;
}
footer .link_bnr li {
  width: 29.3333333333%;
  max-width: 392px;
}
footer .link_bnr li:nth-of-type(2) {
  margin: 0 2%;
}
footer .link_txt {
  margin-top: 1rem;
}
footer .link_txt li:not(:last-child) {
  margin-right: 1em;
}
footer .link_txt a {
  color: #ffffff;
}
footer p {
  color: #ffffff;
  margin-top: 1rem;
}

.headerNav {
  position: absolute;
  left: 0;
  top: 40px;
  z-index: 100;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.headerNav.position-fixed {
  position: fixed;
  top: 0;
}

.header_inner {
  position: relative;
} /* sp */ /* pc */
/*
  カラムレイアウト
-------------------------------*/
/*--- 並列配置 ---*/
.c-flex_sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.c-flex_fs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.c-flex_fe {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.c-flex_sa {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

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

/*--- フレックスボックス内配置 ---*/
.c-flex__pos_fs {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.c-flex__pos_fe {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.c-flex__pos_c {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

/*--- フレックスボックス配置 ---*/
.c-flex__cont_fs {
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.c-flex__cont_fe {
  -webkit-align-content: flex-end;
  -ms-flex-line-pack: end;
  align-content: flex-end;
}

.c-flex__cont_c {
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
} /* sp */ /* pc */
.mv {
  text-align: center;
}

.entrance {
  text-align: center;
}
.entrance .upper_part {
  margin-top: 2rem;
}
.entrance .upper_part .button p {
  width: 40%;
  max-width: 320px;
}
.entrance .upper_part .button p:nth-of-type(1) {
  margin-right: 20px;
}
.entrance .upper_part .button p:nth-of-type(1) a {
  background-color: #757575;
}
.entrance .upper_part .button p:nth-of-type(2) a {
  background-color: #ff0000;
}
.entrance .upper_part .button a {
  display: block;
  font-size: 20px;
  color: #ffffff;
  padding: 16px 0;
  border-radius: 8px;
}
.entrance h2 {
  font-size: 32px;
}
.entrance h2 + p {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.entrance .lower_part {
  margin-top: 4rem;
}
.entrance .lower_part p:nth-of-type(1) {
  font-size: 32px;
}
.entrance .lower_part p:nth-of-type(2) {
  margin-top: 1rem;
}

.shop_list {
  width: 96%;
  max-width: 1028px;
  margin: 4rem auto 0;
}
.shop_list h2 {
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
  padding: 1rem;
  background-color: #111111;
}
.shop_list .shop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1rem;
  padding: 1rem;
  background-color: #ffffff;
}
.shop_list .shop .img {
  width: 49%;
}
.shop_list .shop .introduce {
  width: 49%;
}
.shop_list .shop .category li:not(:first-child) {
  font-size: 12px;
  color: #ffffff;
  padding: 2px 5px;
  background-color: #ff0000;
  border-radius: 2px;
}
.shop_list .shop .category li:not(:last-child) {
  margin-right: 0.5em;
}
.shop_list .shop .text h3 {
  font-size: 20px;
  color: #2962ff;
  padding: 0.2rem 0 0.3rem;
}
.shop_list .shop .text p {
  font-size: 12px;
  color: #757575;
}
.shop_list .shop .girls {
  margin-top: 0.6rem;
}
.shop_list .shop .girls p {
  width: 20%;
}

/*
  フォント
-------------------------------*/
/*--- 字体 ---*/
/*--- サイズ ---*/
/*--- 太さ ---*/
.u-font_b {
  font-weight: bold;
}

/*--- 行間 ---*/
.u-lh_1 {
  line-height: 1;
}

.u-lh_1-2 {
  line-height: 1.2;
}

.u-lh_1-4 {
  line-height: 1.4;
}

.u-lh_1-6 {
  line-height: 1.6;
}

.u-lh_1-8 {
  line-height: 1.8;
}

.u-lh_2 {
  line-height: 2;
}

/*--- 装飾 ---*/
.u-deco__u_line {
  text-decoration: underline;
}

/*
  カラー
-------------------------------*/
/*--- 文字 ---*/
/*--- 背景 ---*/
/*--- グラデーション ---*/
/*
  横幅
-------------------------------*/
.u-width_10 {
  width: 10% !important;
}

.u-width_15 {
  width: 15% !important;
}

.u-width_20 {
  width: 20% !important;
}

.u-width_25 {
  width: 25% !important;
}

.u-width_30 {
  width: 30% !important;
}

.u-width_35 {
  width: 35% !important;
}

.u-width_40 {
  width: 40% !important;
}

.u-width_45 {
  width: 45% !important;
}

.u-width_50 {
  width: 50% !important;
}

.u-width_55 {
  width: 55% !important;
}

.u-width_60 {
  width: 60% !important;
}

.u-width_65 {
  width: 65% !important;
}

.u-width_70 {
  width: 70% !important;
}

.u-width_75 {
  width: 75% !important;
}

.u-width_80 {
  width: 80% !important;
}

.u-width_85 {
  width: 85% !important;
}

.u-width_90 {
  width: 90% !important;
}

.u-width_95 {
  width: 95% !important;
}

.u-width_100 {
  width: 100% !important;
}

/*
  表示位置
-------------------------------*/
/*--- テキスト ---*/
.u-text_c {
  text-align: center;
}

.u-text_l {
  text-align: left;
}

.u-text_r {
  text-align: right;
}

/*--- ブロック ---*/
.u-block_c {
  margin-left: auto;
  margin-right: auto;
}

/*--- ポジション ---*/
.u-pos_r {
  position: relative;
}

.u-pos_a {
  position: absolute;
}

.u-pos_s {
  position: static;
}

/*
  余白(margin)
-------------------------------*/
.u-mt_1 {
  margin-top: 1%;
}

.u-mb_1 {
  margin-bottom: 1%;
}

.u-mt_2 {
  margin-top: 2%;
}

.u-mb_2 {
  margin-bottom: 2%;
}

.u-mt_3 {
  margin-top: 3%;
}

.u-mb_3 {
  margin-bottom: 3%;
}

.u-mt_4 {
  margin-top: 4%;
}

.u-mb_4 {
  margin-bottom: 4%;
}

.u-mt_5 {
  margin-top: 5%;
}

.u-mb_5 {
  margin-bottom: 5%;
}

.u-mt_6 {
  margin-top: 6%;
}

.u-mb_6 {
  margin-bottom: 6%;
}

.u-mt_7 {
  margin-top: 7%;
}

.u-mb_7 {
  margin-bottom: 7%;
}

.u-mt_8 {
  margin-top: 8%;
}

.u-mb_8 {
  margin-bottom: 8%;
}

.u-mt_9 {
  margin-top: 9%;
}

.u-mb_9 {
  margin-bottom: 9%;
}

.u-mt_10 {
  margin-top: 10%;
}

.u-mb_10 {
  margin-bottom: 10%;
}

.u-mt_11 {
  margin-top: 11%;
}

.u-mb_11 {
  margin-bottom: 11%;
}

.u-mt_12 {
  margin-top: 12%;
}

.u-mb_12 {
  margin-bottom: 12%;
}

.u-mt_13 {
  margin-top: 13%;
}

.u-mb_13 {
  margin-bottom: 13%;
}

.u-mt_14 {
  margin-top: 14%;
}

.u-mb_14 {
  margin-bottom: 14%;
}

.u-mt_15 {
  margin-top: 15%;
}

.u-mb_15 {
  margin-bottom: 15%;
}

.u-mt_16 {
  margin-top: 16%;
}

.u-mb_16 {
  margin-bottom: 16%;
}

.u-mt_17 {
  margin-top: 17%;
}

.u-mb_17 {
  margin-bottom: 17%;
}

.u-mt_18 {
  margin-top: 18%;
}

.u-mb_18 {
  margin-bottom: 18%;
}

.u-mt_19 {
  margin-top: 19%;
}

.u-mb_19 {
  margin-bottom: 19%;
}

.u-mt_20 {
  margin-top: 20%;
}

.u-mb_20 {
  margin-bottom: 20%;
}

/*
  余白(padding)
-------------------------------*/
.u-pt_1 {
  padding-top: 1%;
}

.u-pb_1 {
  padding-bottom: 1%;
}

.u-pt_2 {
  padding-top: 2%;
}

.u-pb_2 {
  padding-bottom: 2%;
}

.u-pt_3 {
  padding-top: 3%;
}

.u-pb_3 {
  padding-bottom: 3%;
}

.u-pt_4 {
  padding-top: 4%;
}

.u-pb_4 {
  padding-bottom: 4%;
}

.u-pt_5 {
  padding-top: 5%;
}

.u-pb_5 {
  padding-bottom: 5%;
}

.u-pt_6 {
  padding-top: 6%;
}

.u-pb_6 {
  padding-bottom: 6%;
}

.u-pt_7 {
  padding-top: 7%;
}

.u-pb_7 {
  padding-bottom: 7%;
}

.u-pt_8 {
  padding-top: 8%;
}

.u-pb_8 {
  padding-bottom: 8%;
}

.u-pt_9 {
  padding-top: 9%;
}

.u-pb_9 {
  padding-bottom: 9%;
}

.u-pt_10 {
  padding-top: 10%;
}

.u-pb_10 {
  padding-bottom: 10%;
}

.u-pt_11 {
  padding-top: 11%;
}

.u-pb_11 {
  padding-bottom: 11%;
}

.u-pt_12 {
  padding-top: 12%;
}

.u-pb_12 {
  padding-bottom: 12%;
}

.u-pt_13 {
  padding-top: 13%;
}

.u-pb_13 {
  padding-bottom: 13%;
}

.u-pt_14 {
  padding-top: 14%;
}

.u-pb_14 {
  padding-bottom: 14%;
}

.u-pt_15 {
  padding-top: 15%;
}

.u-pb_15 {
  padding-bottom: 15%;
}

.u-pt_16 {
  padding-top: 16%;
}

.u-pb_16 {
  padding-bottom: 16%;
}

.u-pt_17 {
  padding-top: 17%;
}

.u-pb_17 {
  padding-bottom: 17%;
}

.u-pt_18 {
  padding-top: 18%;
}

.u-pb_18 {
  padding-bottom: 18%;
}

.u-pt_19 {
  padding-top: 19%;
}

.u-pb_19 {
  padding-bottom: 19%;
}

.u-pt_20 {
  padding-top: 20%;
}

.u-pb_20 {
  padding-bottom: 20%;
}

/*
  表示形式
-------------------------------*/
.u-display_inline {
  display: inline;
}

.u-display_block {
  display: block;
}

/*
  その他
-------------------------------*/
.u-br_sp {
  display: none;
}

.u-br_pc {
  display: block;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  a:hover {
    opacity: 1;
  }
  header h1 {
    font-size: 12px;
  }
  footer .link_bnr ul {
    width: 100%;
    max-width: 392px;
  }
  footer .link_bnr li {
    width: 96%;
  }
  footer .link_bnr li:nth-of-type(2) {
    margin: 0;
  }
  footer .link_bnr li:not(:nth-of-type(1)) {
    margin-top: 1rem;
  }
  .entrance {
    width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
  .entrance .upper_part .button p {
    max-width: 290px;
  }
  .entrance .upper_part .button a {
    font-size: 16px;
    padding: 10px;
  }
  .entrance h2 {
    font-size: 24px;
  }
  .entrance .lower_part p:nth-of-type(1) {
    font-size: 20px;
  }
  .shop_list .shop .img {
    width: 100%;
  }
  .shop_list .shop .introduce {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .shop_list .shop .category {
    order: 2;
    margin-top: 1rem;
  }
  .shop_list .shop .text {
    order: 3;
  }
  .shop_list .shop .text p {
    font-size: 14px;
  }
  .shop_list .shop .girls {
    order: 1;
  }
  .shop_list .shop .girls p {
    width: 19%;
  }
  .u-br_sp {
    display: block;
  }
  .u-br_pc {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .headerNav {
    height: 60px;
  }
  .header_inner {
    padding: 5px 15px;
  }
  .logo {
    width: 140px;
  }
  .nav {
    position: fixed;
    right: -320px;
    top: 0;
    width: 300px;
    height: 100vh;
    padding-top: 60px;
    background-color: #333333;
    transition: all 0.6s;
    z-index: 200;
    overflow-y: auto;
  }
  .hamburger {
    position: absolute;
    right: 15px;
    top: 8px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 300;
  }
  .nav_list {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  .nav_item {
    text-align: center;
    padding: 0 14px;
  }
  .nav_item a {
    display: block;
    padding: 8px 0;
    border-bottom: 1px solid #eee;
    text-decoration: none;
    color: #ffffff;
  }
  .hamburger_border {
    position: absolute;
    left: 11px;
    width: 18px;
    height: 2px;
    background-color: #fff;
    transition: all 0.4s;
  }
  .hamburger_border_top {
    top: 14px;
  }
  .hamburger_border_center {
    top: 20px;
  }
  .hamburger_border_bottom {
    top: 26px;
  }
  .black_bg {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 100;
    background-color: #333;
    opacity: 0;
    visibility: hidden;
    /*transition: all .6s;*/
    cursor: pointer;
  }
  /* 表示された時用のCSS */
  .nav-open .nav {
    right: 0;
  }
  .nav-open .hamburger {
    position: fixed;
  }
  .nav-open .black_bg {
    opacity: 0.8;
    visibility: visible;
  }
  .nav-open .hamburger_border_top {
    transform: rotate(45deg);
    top: 20px;
  }
  .nav-open .hamburger_border_center {
    width: 0;
    left: 50%;
  }
  .nav-open .hamburger_border_bottom {
    transform: rotate(-45deg);
    top: 20px;
  }
}

@media only screen and (min-width: 769px) {
  .headerNav {
    height: 100px;
  }
  .header_inner {
    max-width: 1920px;
    width: 100%;
    padding: 15px 40px;
    margin-left: auto;
    margin-right: auto;
  }
  .logo {
    width: 210px;
  }
  .nav_list {
    font-size: 14px;
    font-weight: 700;
  }
  .nav_list li {
    display: inline-block;
    text-align: right;
  }
  .nav_list li:not(:first-child) {
    margin-left: 20px;
  }
  .nav_list a {
    display: block;
    color: #ffffff;
    padding: 6px 0 5px;
  }
}
/*# sourceMappingURL=map/style.css.map */