@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;
  line-height: 1.5;
  background-image: url("../img/bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  width: 100%;
  min-height: 100vh;
}

.h1_narrow {
  width: 100%;
  text-align: center;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
}
.h1_narrow h1 {
  font-size: 12px;
  font-weight: 400;
  color: #ffffff;
  padding: 5px 0 4px;
}

.pageTitleBar {
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 1.5rem 0 1rem;
  background: url(../img/bg_header.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.pageTitleBar h1 {
  font-size: 24px;
  font-weight: 700;
  margin-top: 0.2rem;
}

a {
  color: #ffffff;
  text-decoration: none;
}

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

.LS_bold {
  font-family: "LINE Seed JP_OTF Bold";
}

.LS_exbold {
  font-family: "LINE Seed JP_OTF ExtraBold";
}

.text_gradient {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.bg-color_white {
  background-color: rgba(255, 255, 255, 0.75);
}

.pd_tb {
  padding: 3rem 0;
}

.main {
  margin-top: 80px;
}

.contentWrap {
  width: 96%;
  max-width: 1028px;
  margin: 0 auto;
  padding: 4rem 0;
}

.contentWidth {
  width: 100%;
  max-width: 1028px;
  margin: 0 auto;
}

.columnWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.columnWrap .right {
  width: 30%;
}
.columnWrap .right .upper_part {
  padding: 2rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}
.columnWrap .right .upper_part .name {
  font-size: 20px;
}
.columnWrap .right .upper_part .attribute ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 0.5rem;
  padding: 0.5rem 0 1rem;
}
.columnWrap .right .upper_part .txt1 {
  font-weight: bold;
}
.columnWrap .right .upper_part .txt2 {
  font-size: 14px;
  color: #757575;
}
.columnWrap .right .lower_part {
  margin-top: 2rem;
  padding: 2rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}
.columnWrap .right .lower_part h2 {
  font-size: 16px;
}
.columnWrap .right .lower_part p {
  text-align: center;
  margin-top: 1rem;
}
.columnWrap .left {
  width: 68%;
  padding: 2rem 0;
  background-color: rgba(255, 255, 255, 0.75);
}

.inside_content {
  width: 96%;
  margin: 0 auto;
  padding: 1rem 0;
}

.heading_bg {
  padding: 1rem;
  background-color: #EBF4EA;
}

.spaceTopArea {
  margin-top: 2rem;
}

.spaceTopAreaLarge {
  margin-top: 4rem;
}

.spaceBottomArea {
  margin-top: 8rem;
}

.btnArea {
  width: 45%;
  margin: 2rem auto 0;
}
.btnArea p:not(:nth-of-type(1)) {
  margin-top: 1.2rem;
}

.icon_orange {
  font-size: 12px;
  color: #ffffff;
  padding: 4px;
  background-color: #FF7E00;
  border-radius: 4px;
}

.link_block .column1 p {
  margin-top: 0.5rem;
}
.link_block .column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 0.5rem;
}
.link_block .column2 img {
  width: 16px;
}
.link_block .column2 p {
  width: 49%;
  border-radius: 4px;
}
.link_block .column2 p:nth-of-type(1) {
  background-color: #FDE8ED;
}
.link_block .column2 p:nth-of-type(2) {
  background-color: #E7EEFA;
}
.link_block .column2 a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 10px;
  -moz-column-gap: 10px;
  column-gap: 10px;
  color: #333333;
  padding: 0.8rem 0.1rem 0.7rem;
}

.tab_table {
  width: 100%;
}
.tab_table table {
  width: 100%;
  border-collapse: collapse;
}
.tab_table table td {
  width: 20%;
  text-align: center;
  padding: 10px 2px;
  border: 1px solid #BDBDBD;
  border-bottom: 0;
}
.tab_table table td.on {
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
  border-color: #008B4A;
}
.tab_table table td.on a {
  pointer-events: none;
  color: #ffffff;
}
.tab_table a {
  color: #333333;
}

.gradient_line {
  width: 100%;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
}

.display_pc {
  display: block;
}

.display_sp {
  display: none;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  background-color: #ffffff;
}

.header_inner {
  width: 100%;
  max-width: 1028px;
  height: 80px;
  overflow: hidden;
  margin: 0 auto;
}
.header_inner .logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 64%;
  padding-left: 5px;
}
.header_inner .logo a {
  font-size: 24px;
  font-weight: 700;
  color: #333333;
}
.header_inner .logo span {
  display: block;
  font-size: 12px;
}
.header_inner .g-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 12%;
  text-align: center;
}
.header_inner .g-btn a {
  display: block;
  width: 100%;
  font-size: 14px;
  padding: 10px 5px;
  text-align: center;
}
.header_inner .g-btn img {
  width: 40px;
}
.header_inner .g-shop_list {
  background-color: #47AFFF;
}
.header_inner .g-girls_list {
  background-color: #FF6D98;
}
.header_inner .g-hamburger {
  position: relative;
  width: 12%;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
}

.footer {
  margin-top: 4rem;
  color: #ffffff;
}
.footer a {
  color: #ffffff;
}
.footer_inner {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  padding: 2rem 0 1rem;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
}
.footer_inner p:nth-of-type(1) {
  font-size: 28px;
}
/*
  カラムレイアウト
-------------------------------*/
/*--- 並列配置 ---*/
.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;
}

.nav {
  position: fixed;
  right: -320px;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  z-index: 200;
  overflow-y: auto;
}

.hamburger {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 40px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.nav_list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav_list li {
  font-size: 20px;
  padding: 10px 14px;
}
.nav_list .nav_title {
  color: #fff;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
}
.nav_list .nav_item {
  border-bottom: 1px solid #BDBDBD;
}
.nav_list .nav_item a {
  position: relative;
  display: block;
  color: #333;
}
.nav_list .nav_item a::after {
  content: "";
  width: 10px;
  height: 10px;
  border-top: solid 2px #D9D9D9;
  border-right: solid 2px #D9D9D9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  margin-top: -5px;
  top: 50%;
  right: 10px;
}

.hamburger_border {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.hamburger_border_top {
  top: 10px;
}

.hamburger_border_center {
  top: 20px;
}

.hamburger_border_bottom {
  top: 30px;
}

.black_bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 100;
  background-color: #111;
  opacity: 0;
  visibility: hidden;
  /*transition: all .6s;*/
  cursor: pointer;
}

/* 表示された時用のCSS */
.nav-open .nav {
  right: 0;
}
.nav-open .black_bg {
  opacity: 0.8;
  visibility: visible;
}
.nav-open .g-hamburger {
  position: static;
}
.nav-open .hamburger {
  top: 20px;
  bottom: auto;
  left: auto;
  right: 310px;
  margin: 0;
}
.nav-open .hamburger_border {
  left: 0;
}
.nav-open .hamburger_border_top {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 20px;
}
.nav-open .hamburger_border_center {
  width: 0;
  left: 50%;
}
.nav-open .hamburger_border_bottom {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 20px;
}

.btn_green {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 0.1rem 0.7rem;
  border-radius: 8px;
}
.btn_green img {
  max-width: 24px;
  margin-right: 0.4rem;
}
.btn_green:hover {
  opacity: 0.8;
}

.btn_white {
  background-color: #ffffff;
  border-radius: 8px;
}
.btn_white a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 0.1rem 0.7rem;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_white a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C)) border-box border-box;
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%) border-box border-box;
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0) border-box;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn_white a img {
  max-width: 24px;
  margin-right: 0.4rem;
}
.btn_white a:hover {
  opacity: 0.8;
}

.btn_frame {
  border-radius: 8px;
}
.btn_frame a {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.8rem 0.1rem 0.7rem;
  border-radius: 8px;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.btn_frame a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 8px;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C)) border-box border-box;
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%) border-box border-box;
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%) border-box border-box;
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: destination-out;
  -webkit-mask: -webkit-linear-gradient(#fff 0 0) padding-box, -webkit-linear-gradient(#fff 0 0) border-box;
  mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) border-box;
  mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0) border-box;
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}
.btn_frame a img {
  max-width: 24px;
  margin-right: 0.4rem;
}
.btn_frame a:hover {
  opacity: 0.8;
}

.breadcrumbs .breadcrumbsWrap {
  width: 96%;
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
}
.breadcrumbs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: auto;
  padding: 1rem 0;
}
.breadcrumbs li {
  font-size: 14px;
  white-space: nowrap;
  color: #054A2B;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  margin: 0 5px;
}
.breadcrumbs a {
  color: #054A2B;
  text-wrap: nowrap;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs img {
  width: 16px;
  vertical-align: top;
  -webkit-filter: brightness(0) saturate(100%) invert(22%) sepia(28%) saturate(1262%) hue-rotate(101deg) brightness(89%) contrast(96%);
  filter: brightness(0) saturate(100%) invert(22%) sepia(28%) saturate(1262%) hue-rotate(101deg) brightness(89%) contrast(96%);
}

.list_column2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}
.list_column2 div {
  width: calc((100% - 1rem) / 2);
}
.list_column3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.list_column3 div {
  width: calc((100% - 1rem) / 3);
}
.list_column4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem 0.5rem;
}
.list_column4 div {
  width: calc((100% - 1.5rem) / 4);
}

.girls_card {
  text-align: center;
}
.girls_card p {
  margin-top: 5px;
}
.girls_card a {
  color: #333333;
}
.girls_card .gimage img {
  aspect-ratio: 3/4;
  -o-object-fit: cover;
  object-fit: cover;
}
.girls_card .size {
  font-size: 12px;
}
.girls_card .shop {
  font-size: 12px;
  color: #757575;
}

.column_card a {
  color: #333333;
}
.column_card .body {
  width: 100%;
  padding: 0.8rem;
  background-color: #ffffff;
}
.column_card .title {
  font-size: 16px;
}
.column_card .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  color: #757575;
  padding-top: 5px;
}

.column_card_main .body {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.75);
}
.column_card_main .title {
  font-size: 24px;
}
.column_card_main .date_time {
  font-size: 12px;
  color: #757575;
}
.column_card_main .full_text {
  padding-top: 1rem;
}

.news_card a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #333333;
  border-bottom: 2px solid #ffffff;
  padding-bottom: 0.8rem;
}
.news_card .img {
  width: 40%;
}
.news_card .body {
  width: 60%;
  padding: 0.8rem;
}
.news_card .date,
.news_card .name {
  font-size: 14px;
}
.news_card .title {
  font-size: 18px;
  font-weight: 700;
  padding-top: 5px;
}
.news_card .excerpt {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  padding-top: 5px;
}

.news_card_main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 2rem;
  background-color: rgba(255, 255, 255, 0.75);
}
.news_card_main .img {
  width: 24%;
}
.news_card_main .body {
  width: 74%;
}
.news_card_main .title {
  font-size: 24px;
}
.news_card_main .date_time {
  font-size: 12px;
  color: #757575;
}
.news_card_main .full_text {
  padding-top: 1rem;
}

.select_list {
  display: none;
  width: 100%;
  background-color: #EBF4EA;
}
.select_list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 1rem;
  -moz-column-gap: 1rem;
  column-gap: 1rem;
  padding: 1rem 0;
}
.select_list li {
  padding: 0.2rem 0.5rem;
  background-color: #ffffff;
  border-radius: 20px;
  -webkit-box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.16);
}
.select_list li.on {
  background-color: #FF7E00;
  color: #ffffff;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.select_list a {
  display: block;
  color: #333333;
}

.add_select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.add_select select {
  /*max-width: 90px;*/
  padding: 4px;
}

.select_date ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.select_date li {
  width: 14.2857142857%;
  text-align: center;
  padding: 0.5rem 0;
  background-color: #F6F6F6;
  border-right: 1px solid #E0E0E0;
}
.select_date li:nth-last-of-type(1) {
  border-right: 0;
}
.select_date li:has(.on) {
  background-color: #FF7E00;
}
.select_date li:has(.on) a {
  color: #ffffff;
}
.select_date li:has(.on) p {
  color: #ffffff !important;
}
.select_date li:has(.on) span {
  color: #ffffff !important;
}
.select_date .sun p span {
  color: #FF0000;
}
.select_date .sat p span {
  color: #2962FF;
}
.select_date p:nth-of-type(2) {
  color: #757575;
}
.select_date a {
  color: #333333;
}

.next_previous ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
}
.next_previous li {
  width: 30%;
  max-width: 180px;
  background-color: #ffffff;
}
.next_previous a {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #757575;
  font-size: 14px;
  color: #333333;
  text-align: center;
  padding: 15px 0;
}
.next_previous a::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 9px;
  height: 9px;
  margin: auto;
  border-top: 2px solid #757575;
  border-right: 2px solid #757575;
}
.next_previous .previous a::after {
  left: 27px;
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.next_previous .next a::after {
  right: 27px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.next_previous .off a {
  pointer-events: none;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.next_previous .off a::after {
  border-top: 2px solid #d9d9d9;
  border-right: 2px solid #d9d9d9;
}

.pagination {
  display: none;
}
.pagination ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
}
.pagination a {
  color: #00713C;
}
.pagination .off a {
  pointer-events: none;
  color: #BDBDBD;
}

#top_page h2 {
  display: inline-block;
  font-size: 32px;
  font-weight: normal;
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#top_page .top_heading {
  position: relative;
}
#top_page .top_heading span {
  position: absolute;
  display: block;
  bottom: -8px;
  left: -20px;
}
#top_page .charm_Tsuchiura {
  text-align: center;
  padding: 2rem 1rem;
}
#top_page .recommended_shops {
  text-align: center;
}
#top_page .recommended_shops .explanatory_text {
  margin-top: 2rem;
}
#top_page .recommended_shops .explanatory_text p:nth-of-type(2) {
  font-size: 12px;
  color: #757575;
}
#top_page .recommended_shops .shop_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top_page .recommended_shops .shop_box {
  width: 32%;
  margin-top: 2rem;
}
#top_page .recommended_shops .shop_box p:nth-of-type(2) {
  margin-top: 0.5rem;
}
#top_page .recommended_shops .shop_box img {
  border-radius: 8px;
}
#top_page .delivery_column {
  text-align: center;
  background-color: #F4F6FA;
}
#top_page .delivery_column .column_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-top: 2rem;
}
#top_page .delivery_column .column_box {
  width: 32%;
  text-align: left;
  background-color: #ffffff;
}
#top_page .delivery_column .column_box:not(:nth-of-type(1)) {
  margin-left: 2%;
}
#top_page .delivery_column .column_box a {
  color: #333333;
}
#top_page .delivery_column .column_box img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
#top_page .delivery_column .column_box .txt {
  padding: 10px;
}
#top_page .delivery_column .column_box .txt p:nth-of-type(1) {
  font-size: 18px;
  font-weight: bold;
  margin-top: 10px;
}
#top_page .delivery_column .column_box .txt p:nth-of-type(2) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  color: #757575;
  padding-top: 5px;
  margin-bottom: 10px;
}
#top_page .shop_news {
  text-align: center;
}
#top_page .shop_news .news_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
}
#top_page .shop_news .news_box {
  width: 49%;
  text-align: left;
  margin-top: 2rem;
  padding-bottom: 10px;
  border-bottom: 2px solid #ffffff;
}
#top_page .shop_news .news_box a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  color: #333333;
}
#top_page .shop_news .news_box img {
  aspect-ratio: 1/1;
  -o-object-fit: cover;
  object-fit: cover;
}
#top_page .shop_news .news_box .img {
  width: 36%;
}
#top_page .shop_news .news_box .txt {
  width: 62%;
}
#top_page .shop_news .news_box .txt p:nth-of-type(3) {
  font-size: 18px;
  font-weight: bold;
}
#top_page .shop_news .news_box .txt p:nth-of-type(4) {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  width: 100%;
  padding-top: 5px;
}

#cooperative .display_switching {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1rem;
}
#cooperative .select_list {
  display: block;
  background-color: transparent;
}
#cooperative .girls_list {
  padding-bottom: 2rem;
}

#cooperative_shops .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  row-gap: 1rem;
}
#cooperative_shops .shop_box {
  width: 49%;
  padding: 1.5rem 1rem;
  background-color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 139, 74, 0.1);
  box-shadow: 0px 8px 8px 0px rgba(0, 139, 74, 0.1);
}
#cooperative_shops .shop_box .name {
  font-size: 24px;
}
#cooperative_shops .shop_box .attribute ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px 2%;
  padding: 0.5rem 0 1rem;
}
#cooperative_shops .shop_box .img {
  aspect-ratio: 16/9;
  -o-object-fit: cover;
  object-fit: cover;
}
#cooperative_shops .shop_box .etc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  margin-top: 1rem;
}
#cooperative_shops .shop_box .etc .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  row-gap: 5%;
  width: 34%;
}
#cooperative_shops .shop_box .etc .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  color: #FF7E00;
  padding: 10px 2px;
  background-color: #FFE5CC;
  border-radius: 10px;
}
#cooperative_shops .shop_box .etc .btn img {
  width: 16px;
}
#cooperative_shops .shop_box .etc .girls {
  width: 64%;
}
#cooperative_shops .shop_box .etc .girls ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  overflow-x: auto;
}
#cooperative_shops .shop_box .etc .girls li {
  min-width: 26%;
  max-width: 26%;
}
#cooperative_shops .shop_box .txt1 {
  font-weight: bold;
  margin-top: 1rem;
}
#cooperative_shops .shop_box .txt2 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  width: 100%;
  font-size: 14px;
  color: #757575;
  margin-top: 0.5rem;
}

.basic_information {
  display: none;
  width: 100%;
  /*width: 65%;*/
  padding: 2rem 0;
  /*background-color: rgba(255, 255, 255, 0.75);*/
}
.basic_information table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #CBE2C9;
}
.basic_information th,
.basic_information td {
  padding: 1rem;
  border-top: 1px solid #CBE2C9;
  border-bottom: 1px solid #CBE2C9;
}
.basic_information th {
  width: 30%;
  text-align: left;
  background-color: #EBF4EA;
}
.basic_information td {
  width: 70%;
  vertical-align: middle;
}

#shop_top .visual_area {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
#shop_top .visual_area .visual {
  width: 100%;
}
#shop_top .visual_area .breadcrumbs {
  width: 100%;
}
#shop_top .todays_schedule .schedule_slider {
  margin: 0 -10px;
  margin-bottom: 40px;
}
#shop_top .todays_schedule .slider_item {
  padding: 0 10px;
}
#shop_top .new_arrival .new_arrival_box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#shop_top .new_arrival .new_arrival_box .img {
  width: 30%;
}
#shop_top .new_arrival .new_arrival_box .txt {
  width: 68%;
}
#shop_top .new_arrival .new_arrival_box .txt p {
  color: #757575;
}
#shop_top .new_arrival .new_arrival_box .txt p:nth-of-type(1) {
  font-size: 20px;
}
#shop_top .new_arrival .new_arrival_box .txt p:nth-of-type(2) {
  font-size: 12px;
}
#shop_top .new_arrival .new_arrival_box .txt p:nth-of-type(3) {
  margin-top: 1rem;
}
#shop_top .right .txt {
  display: block !important;
}
#shop_top .basic_information {
  display: block;
  /*width: 68%;*/
}
#shop_schedule .tab_table .on_another,
#shop_newface .tab_table .on_another {
  background: -webkit-gradient(linear, left top, right top, from(#008B4A), to(#00713C));
  background: -webkit-linear-gradient(left, #008B4A 0%, #00713C 100%);
  background: linear-gradient(90deg, #008B4A 0%, #00713C 100%);
  border-color: #008B4A;
}
#shop_schedule .tab_table .on_another a,
#shop_newface .tab_table .on_another a {
  pointer-events: none;
  color: #ffffff;
}
#shop_profile .girl_introduction {
  display: -ms-grid;
  display: grid;
  gap: 10px;
  width: 100%;
}
#shop_profile .girl_introduction .photo_gallery {
  grid-area: area-a;
}
#shop_profile .girl_introduction .introduction_name {
  grid-area: area-b;
}
#shop_profile .girl_introduction .introduction_comment {
  grid-area: area-c;
}
#shop_profile .girl_introduction .tel_schedule {
  grid-area: area-d;
  width: 100%;
  min-width: 0;
}
#shop_profile .photo_gallery .main_photo_container {
  width: 100%;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
  min-height: 300px;
}
#shop_profile .photo_gallery .main_photo_container img {
  width: 100%;
  height: auto;
  display: block;
  display: none;
}
#shop_profile .photo_gallery .thumbnail_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
}
#shop_profile .photo_gallery .thumb_item {
  width: 20%;
  aspect-ratio: 3/4;
  cursor: pointer;
  border: 2px solid transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  background: #f0f0f0;
  -webkit-transition: border-color 0.3s, opacity 0.3s;
  transition: border-color 0.3s, opacity 0.3s;
}
#shop_profile .photo_gallery .thumb_item img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}
#shop_profile .photo_gallery .thumb_item.is-active {
  border-color: #FF7E00;
}
#shop_profile .photo_gallery .thumb_item.is-empty {
  cursor: default;
  background: #eee;
  pointer-events: none;
}
#shop_profile .introduction_name h2 {
  font-size: 20px;
  font-weight: 400;
}
#shop_profile .introduction_comment h3 {
  font-size: 12px;
  font-weight: 400;
  padding: 0.4rem 0.8rem;
  background-color: #EBF4EA;
}
#shop_profile .introduction_comment p {
  font-size: 11px;
  color: #757575;
  margin-top: 0.5rem;
}
#shop_profile .tel {
  width: 90%;
  margin: 0.5rem auto 0;
  font-size: 20px;
}
#shop_profile .tel img {
  -webkit-filter: brightness(0) saturate(100%) invert(36%) sepia(17%) saturate(2723%) hue-rotate(106deg) brightness(97%) contrast(101%);
  filter: brightness(0) saturate(100%) invert(36%) sepia(17%) saturate(2723%) hue-rotate(106deg) brightness(97%) contrast(101%);
}
#shop_profile .schedule_tbl {
  margin-top: 0.5rem;
  overflow: auto;
}
#shop_profile .schedule_tbl table {
  border-collapse: collapse;
  width: 100%;
  font-size: 12px;
  text-align: center;
  white-space: nowrap;
}
#shop_profile .schedule_tbl th,
#shop_profile .schedule_tbl td {
  vertical-align: middle;
  padding: 0.5rem;
  border: 1px solid #BDBDBD;
}
#shop_profile .schedule_tbl th:first-child,
#shop_profile .schedule_tbl td:first-child {
  border: 1px solid #FF7E00;
}
#shop_profile .schedule_tbl th {
  color: #757575;
  font-weight: 400;
  background-color: #F6F6F6;
}
#shop_profile .schedule_tbl th:first-child {
  color: #ffffff;
  background-color: #FF7E00;
}
#shop_profile .todays_schedule h3 {
  margin-top: 2rem;
}
#shop_profile .todays_schedule .schedule_slider {
  margin: 0 -10px;
  margin-bottom: 40px;
}
#shop_profile .todays_schedule .slider_item {
  padding: 0 10px;
}

#shop_system .system_list table {
  width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  margin-bottom: 1rem;
}
#shop_system .system_list th, #shop_system .system_list td {
  text-align: center;
  vertical-align: middle;
  padding: 10px 5px;
  border: 1px solid #CBE2C9;
  word-break: break-all;
}
#shop_system .system_list th {
  width: 40%;
  color: #008B4A;
  background-color: #EBF4EA;
}
#shop_system .system_list .membership_nomination .card_payment ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0.5rem;
  -moz-column-gap: 0.5rem;
  column-gap: 0.5rem;
}
#shop_system .system_list .membership_nomination .card_payment p {
  margin-top: 1rem;
}
#shop_system .system_list .membership_nomination .check {
  margin-top: 1.5rem;
}
#shop_system .system_list .membership_nomination .check li {
  font-size: 18px;
  font-weight: 700;
  padding: 0.2rem 0.5rem;
  background-color: #ffcc21;
  border: 1px solid #ff7e00;
}
#shop_system .system_list .membership_nomination .check .icon_check {
  margin-right: 0.4rem;
}
#shop_system .system_list .membership_nomination .card {
  margin-top: 0.5rem;
}
#shop_system .system_list .basic_play .paly_list {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-top: 1px solid #CBE2C9;
  border-left: 1px solid #CBE2C9;
}
#shop_system .system_list .basic_play .play_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  text-align: center;
  padding: 15px 10px;
  background-color: #ffffff;
  border-right: 1px solid #CBE2C9;
  border-bottom: 1px solid #CBE2C9;
}
#shop_system .system_list .option .option_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 1rem;
  padding: 0.5rem;
  border: 1px solid #CBE2C9;
}
#shop_system .system_list .option .option_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 48%;
  padding: 0.5rem 0;
  border-bottom: 1px dashed #ccc;
}
#shop_system .system_list .option .option_item span:nth-of-type(1) {
  max-width: 60%;
}
#shop_system .system_list .service_area th {
  width: 26%;
}
#shop_system .system_list .service_area td {
  text-align: left;
}

/*
  フォント
-------------------------------*/
/*--- 字体 ---*/
/*--- サイズ ---*/
.u-fs1 {
  font-size: 2rem !important;
}

.u-fs2 {
  font-size: 1.8rem !important;
}

.u-fs3 {
  font-size: 1.6rem !important;
}

.u-fs4 {
  font-size: 1.4rem !important;
}

.u-fs5 {
  font-size: 1.2rem !important;
}

/*--- 太さ ---*/
.u-bold {
  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-pink {
  color: #ff829f;
}

.u-red {
  color: #df0000;
}

.u-orange {
  color: #FFCC21;
}

/*--- 文字 ---*/
.u-text_orange {
  color: #c77765;
}

.u-text_cream {
  color: #faf5ea;
}

.u-text_gray {
  color: #6e675c;
}

/*--- 背景 ---*/
/*--- グラデーション ---*/
/*
  横幅
-------------------------------*/
.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_05 {
  margin-top: 0.5rem;
}

.u-mb_05 {
  margin-bottom: 0.5rem;
}

.u-mt_1 {
  margin-top: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.u-display_block {
  display: block;
}

/*
  その他
-------------------------------*/
.u-marker {
  background: -webkit-gradient(linear, left top, right top, from(#ff829f), to(#f64077));
  background: -webkit-linear-gradient(left, #ff829f 0%, #f64077 100%);
  background: linear-gradient(to right, #ff829f 0%, #f64077 100%);
  background-repeat: no-repeat;
  background-position: left bottom;
  background-size: 100% 48%;
}

.u-border_img {
  border: 1px solid #bdbdbd;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
  .pageTitleBar h1 {
    font-size: 20px;
  }
  .contentWrap {
    padding: 2rem 0;
  }
  .columnWrap {
    flex-wrap: wrap;
  }
  .columnWrap .right {
    width: 100%;
  }
  .columnWrap .right .upper_part {
    padding-bottom: 0;
  }
  .columnWrap .right .txt {
    display: none;
  }
  .columnWrap .right .link_block {
    display: none;
  }
  .columnWrap .right .lower_part {
    display: none;
  }
  .columnWrap .left {
    width: 100%;
  }
  .btnArea {
    width: 90%;
  }
  .link_block {
    padding: 0 2%;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .link_block .column1 p:nth-of-type(1) {
    margin-top: 0;
  }
  .tab_table table {
    width: calc(100% - 2rem);
    margin-left: auto;
    margin-right: auto;
  }
  .tab_table table td:nth-of-type(3), .tab_table table td:nth-of-type(4) {
    display: none;
  }
  .tab_table table td span {
    display: none;
  }
  .display_pc {
    display: none;
  }
  .display_sp {
    display: block;
  }
  .header_inner .logo {
    width: 55%;
  }
  .header_inner .logo a {
    font-size: 18px;
  }
  .header_inner .g-btn {
    width: 15%;
  }
  .header_inner .g-btn span {
    display: none;
  }
  .header_inner .g-hamburger {
    width: 15%;
  }
  #index .footer,
  #shop .footer {
    margin-top: 0;
    padding-top: 4rem;
    background-color: rgba(255, 255, 255, 0.75);
  }
  .list_column2 div {
    width: 100%;
  }
  .list_column3 div {
    width: calc((100% - 0.5rem) / 2);
  }
  .list_column3.another {
    gap: 0;
  }
  .list_column3.another div {
    width: 100%;
  }
  .list_column4 div {
    width: calc((100% - 0.5rem) / 2);
  }
  .column_card a {
    position: relative;
    display: flex;
    justify-content: space-between;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.8rem 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .column_card a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
    transform: rotate(45deg);
  }
  .column_card .img {
    width: 34%;
  }
  .column_card .body {
    width: 66% !important;
    padding: 0 10px 0 10px;
  }
  .news_card a {
    position: relative;
    width: 96%;
    margin-left: auto;
    margin-right: auto;
    padding: 0.8rem 0;
    border-bottom: 1px solid #D9D9D9;
  }
  .news_card a::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 2px;
    width: 9px;
    height: 9px;
    margin: auto;
    border-top: 2px solid #757575;
    border-right: 2px solid #757575;
    transform: rotate(45deg);
  }
  .news_card .img {
    width: 30%;
  }
  .news_card .body {
    width: 70%;
    padding: 0 10px 0 10px;
  }
  .news_card .date,
  .news_card .name {
    font-size: 12px;
  }
  .news_card .title {
    font-size: 14px;
  }
  .news_card_main {
    flex-wrap: wrap;
    padding: 1rem;
  }
  .news_card_main .img {
    width: 100%;
  }
  .news_card_main .body {
    width: 100%;
  }
  .news_card_main .title {
    font-size: 18px;
    padding-top: 1rem;
  }
  .select_list {
    display: block;
  }
  .next_previous li {
    width: 40%;
  }
  .pagination {
    display: block;
  }
  #top_page h2 {
    font-size: 24px;
  }
  #top_page .charm_Tsuchiura {
    background-color: #ffffff;
  }
  #top_page .charm_Tsuchiura h2 + p {
    text-align: left;
  }
  #top_page .recommended_shops {
    background-color: #ffffff;
  }
  #top_page .recommended_shops .explanatory_text {
    text-align: left;
  }
  #top_page .recommended_shops .shop_box {
    width: 49%;
  }
  #top_page .delivery_column {
    background-color: #ffffff;
  }
  #top_page .delivery_column .column_list {
    flex-direction: column;
    width: 100%;
  }
  #top_page .delivery_column .column_box {
    display: flex;
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #D9D9D9;
  }
  #top_page .delivery_column .column_box:not(:nth-of-type(1)) {
    margin-top: 20px;
    margin-left: 0;
  }
  #top_page .delivery_column .column_box > p {
    width: 30%;
  }
  #top_page .delivery_column .column_box .txt {
    position: relative;
    width: 70%;
    padding: 0 10px;
  }
  #top_page .delivery_column .column_box .txt::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: 10px;
  }
  #top_page .delivery_column .column_box .txt p:nth-of-type(1) {
    margin-top: 0;
  }
  #top_page .delivery_column .column_box .txt p:nth-of-type(2) {
    margin-bottom: 0;
    padding-right: 20px;
  }
  #top_page .shop_news {
    background-color: #ffffff;
  }
  #top_page .shop_news .news_list {
    flex-direction: column;
    column-gap: 0;
    width: 100%;
  }
  #top_page .shop_news .news_box {
    width: 100%;
    border-color: #D9D9D9;
  }
  #top_page .shop_news .news_box img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  #top_page .shop_news .news_box .txt {
    position: relative;
  }
  #top_page .shop_news .news_box .txt p:nth-of-type(4) {
    padding-right: 20px;
  }
  #top_page .shop_news .news_box .txt::after {
    content: "";
    width: 10px;
    height: 10px;
    border-top: solid 2px #333333;
    border-right: solid 2px #333333;
    transform: rotate(45deg);
    position: absolute;
    margin-top: -5px;
    top: 50%;
    right: 10px;
  }
  #cooperative .display_switching {
    width: 100%;
    margin-bottom: 0;
  }
  #cooperative .heading_bg {
    background-color: #ffffff;
  }
  #cooperative .heading_bg span {
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }
  #cooperative_shops .list {
    column-gap: 2%;
  }
  #cooperative_shops .shop_box {
    width: 100%;
  }
  #cooperative_shops .shop_box .etc .btn {
    width: 28%;
    display: block;
  }
  #cooperative_shops .shop_box .etc .btn p:nth-of-type(2) {
    margin-top: 1rem;
  }
  #cooperative_shops .shop_box .etc .girls {
    width: 70%;
  }
  #cooperative_shops .shop_box .txt2 {
    display: block;
    -webkit-line-clamp: none;
    overflow: visible;
  }
  #cooperative_column .column_list {
    padding-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.75);
  }
  #cooperative_column_main .column_main {
    padding-bottom: 1rem;
    background-color: #ffffff;
  }
  #cooperative_news .news_list {
    padding-bottom: 1rem;
    background-color: rgba(255, 255, 255, 0.75);
  }
  #cooperative_news_main .news_main {
    padding-bottom: 1rem;
    background-color: #ffffff;
  }
  .basic_information {
    display: block;
    width: 100%;
  }
  .basic_information table {
    border: 0;
  }
  .basic_information th,
  .basic_information td {
    display: block;
    width: 100%;
    border-top: 0;
  }
  .basic_information th {
    padding-bottom: 0.2rem;
    background-color: transparent;
    border-bottom: 0;
  }
  .basic_information td {
    padding-top: 0.2rem;
  }
  #shop_top .visual_area .visual {
    order: 2;
  }
  #shop_top .visual_area .visual img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
  #shop_top .visual_area .breadcrumbs {
    order: 1;
  }
  #shop_top .todays_schedule .schedule_slider {
    margin: 0 -5px;
    margin-bottom: 40px;
  }
  #shop_top .todays_schedule .schedule_card {
    padding: 0 5px;
  }
  #shop_top .new_arrival .new_arrival_box {
    flex-wrap: wrap;
  }
  #shop_top .new_arrival .new_arrival_box .img {
    width: 100%;
  }
  #shop_top .new_arrival .new_arrival_box .txt {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #shop_top .new_arrival .new_arrival_box .txt p:nth-of-type(1) {
    order: 2;
  }
  #shop_top .new_arrival .new_arrival_box .txt p:nth-of-type(2) {
    order: 1;
    margin-top: 0.5rem;
  }
  #shop_top .new_arrival .new_arrival_box .txt p:nth-of-type(3) {
    order: 3;
  }
  #shop_top .basic_information {
    width: 100%;
  }
  #shop_girls .girls_list .heading_bg,
  #shop_schedule .girls_list .heading_bg,
  #shop_newface .girls_list .heading_bg {
    background-color: transparent;
    padding-bottom: 0;
  }
  #shop_girls .girls_list .heading_bg span,
  #shop_schedule .girls_list .heading_bg span,
  #shop_newface .girls_list .heading_bg span {
    background: transparent;
    -webkit-background-clip: initial;
    -webkit-text-fill-color: initial;
  }
  #shop_profile .girl_introduction {
    grid-template-areas: "area-b" "area-a" "area-d" "area-c";
    grid-template-columns: 1fr;
  }
  #shop_profile .right {
    display: none !important;
  }
  #shop_profile .introduction_comment h3 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    font-size: 14px;
    font-weight: 700;
    margin-top: 1rem;
    padding: 1rem;
  }
  #shop_profile .schedule_tbl {
    margin-top: 1.5rem;
  }
  #shop_profile .todays_schedule h3 {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-top: calc(1.5rem + 10px);
  }
  #shop_profile .todays_schedule .schedule_slider {
    margin: 0 -5px;
    margin-bottom: 40px;
  }
  #shop_profile .todays_schedule .schedule_card {
    padding: 0 5px;
  }
  #shop_system .system_list .basic_play .paly_list {
    grid-template-columns: repeat(2, 1fr);
  }
  #shop_system .system_list .basic_play .play_item {
    /*&:nth-child(2n+1):last-child {
        background-color: #fff;
    }*/
  }
  #shop_system .system_list .basic_play .play_item:nth-child(4n+3), #shop_system .system_list .basic_play .play_item:nth-child(4n+4) {
    background-color: #f9f9f9;
  }
  #shop_system .system_list .option .option_item {
    width: 100%;
  }
  #shop_system .system_list .option .option_item:last-child {
    border-bottom: none;
  }
  #shop_system .system_list .service_area tr {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #CBE2C9;
  }
  #shop_system .system_list .service_area th,
  #shop_system .system_list .service_area td {
    display: block;
    width: 100%;
    border: none;
  }
}

@media screen and (min-width: 769px) {
  #shop_schedule .tab_table .on,
  #shop_newface .tab_table .on {
    background: transparent;
    border-color: #BDBDBD;
  }
  #shop_schedule .tab_table .on a,
  #shop_newface .tab_table .on a {
    color: #333333;
    pointer-events: initial;
  }
  #shop_profile .girl_introduction {
    display: grid;
    /*grid-template-columns: 4.5fr 5.5fr;*/
    grid-template-columns: minmax(0, 4.5fr) minmax(0, 5.5fr);
    grid-template-rows: auto 1fr auto;
    grid-template-areas: "area-a area-b" "area-a area-c" "area-d area-d";
  }
  #shop_system .system_list .basic_play .paly_list {
    grid-template-columns: repeat(4, 1fr);
  }
  #shop_system .system_list .basic_play .play_item {
    /*&:nth-child(4n+1):nth-last-child(-n+3),
    &:nth-child(4n+1):nth-last-child(-n+3) ~ .grid-item {
        background-color: #fff;
    }*/
  }
  #shop_system .system_list .basic_play .play_item:nth-child(8n+5), #shop_system .system_list .basic_play .play_item:nth-child(8n+6), #shop_system .system_list .basic_play .play_item:nth-child(8n+7), #shop_system .system_list .basic_play .play_item:nth-child(8n+8) {
    background-color: #f9f9f9;
  }
  #shop_system .system_list .option .option_item:last-child, #shop_system .system_list .option .option_item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
}
/*# sourceMappingURL=map/style.css.map */