@charset "UTF-8";
/*****STANDART CSS******/
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /******SMOOTH SCROLL ANCHOR******/
}

/*****STANDART CSS******/
/* ---------common--------- */
body {
  margin-top: 94px;
  font-family: "Noto Serif JP", serif;
}

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

p {
  font-size: 18px;
  line-height: 1.8;
}

a {
  transition: 0.3s;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

button {
  border: none;
  background: none !important;
  width: 100%;
}
button img {
  width: 280px;
}

section {
  padding: 60px 0;
}

/* display */
@media (max-width: 767px) {
  .pc_db {
    display: none;
  }
}

.sp_db {
  display: none;
}
@media (max-width: 767px) {
  .sp_db {
    display: block;
  }
}

.none {
  display: none;
}

/* パンくずリスト */
/* flex */
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}

.between {
  justify-content: space-between;
}

.row-center {
  justify-content: center;
}

.reverse {
  flex-direction: row-reverse;
}

/* inner */
.inner {
  width: 1200px;
  margin: 0 auto;
}
@media (max-width: 1200px) {
  .inner {
    width: 90%;
  }
}
@media (max-width: 900px) {
  .inner {
    width: 98% !important;
  }
}

/* ttl */
.ttl {
  margin-bottom: 30px;
}

/* ----------------
header
----------------*/
header img {
  width: 100%;
}
header .catch {
  background-color: #D80238;
  color: #fff;
  padding: 15px 0;
}
header .catch .row-center p {
  line-height: 1.4;
  text-align: center;
}
header .catch a {
  color: #fff !important;
}
header .catch p {
  margin-left: 50px;
}
header .catch p:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  header .catch p {
    margin-left: 0;
  }
}
header .catch .txt_big {
  font-size: 36px;
  text-align: center;
  line-height: 1.2;
  margin-top: 20px;
}
header .catch .txt_big span {
  font-size: 24px;
  line-height: 1.2;
  display: block;
  margin-top: 5px;
}

/* ----------------
header end
----------------*/
/* ----------------
concept
----------------*/
#concept {
  background-color: #000;
  color: #fff;
  text-align: center;
}
@media (max-width: 767px) {
  #concept .ttl {
    text-align: center !important;
  }
}

/* ----------------
concept end
----------------*/
/* ----------------
info
----------------*/
@media (max-width: 767px) {
  #info .inner {
    width: 90%;
  }
}
#info .bg {
  background: #000;
  color: #fff;
  padding: 50px;
}
@media (max-width: 767px) {
  #info .bg {
    padding: 60px 20px;
  }
}
#info .bg .ttl {
  text-align: center;
}
#info .bg .image {
  max-width: 160px;
  width: 100%;
  height: auto;
  aspect-ratio: 3/4;
}
@media (max-width: 767px) {
  #info .bg .image {
    width: 100%;
    margin-bottom: 20px;
  }
}
#info .bg .inner2 {
  display: flex;
  border-top: 1px dotted;
  padding: 10px 0;
}
#info .bg .inner2 .info_img {
  margin-right: 20px;
}
#info .bg .inner3 {
  display: flex;
  border-top: 1px dotted;
  padding: 10px 0;
}
#info .bg .inner3 .info_img {
  margin-right: 20px;
}
@media (max-width: 767px) {
  #info .bg .inner3 .info_img {
    margin-right: 0;
    margin-bottom: 10px;
  }
}
@media (max-width: 767px) {
  #info .bg .inner3 {
    display: block;
  }
}
#info .bg a {
  color: #FFF;
  text-decoration: underline;
}
#info .bg a .txt {
  width: 70%;
  display: flex;
  align-items: baseline;
  padding: 10px 0;
}
@media (max-width: 767px) {
  #info .bg a .txt {
    width: 100%;
    flex-wrap: wrap;
  }
}
#info .bg a .txt .info-ttl {
  font-size: 24px;
}
#info .bg a .txt .date {
  margin-right: 20px;
}

/* ----------------
info end
----------------*/
/* ----------------
mistress
----------------*/
#mistress {
  background-color: #fcfcfc;
}
#mistress .ttl {
  text-align: center;
}
#mistress .item {
  width: 48%;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  #mistress .item {
    width: 100%;
  }
}
#mistress .item img {
  width: 100%;
}
#mistress .item .txt {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 20px;
}
#mistress .item .txt p {
  font-size: 24px;
}

/* ----------------
mistress end
----------------*/
/* ----------------
price
----------------*/
#price {
  background: #D80238;
}
#price .ttl {
  text-align: center;
}
#price .price_txt {
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.2;
}
#price .price-table {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #price .price-table {
    width: 100%;
  }
}
#price .price-table img {
  margin-bottom: 60px;
}
@media (max-width: 767px) {
  #price .price-table img {
    width: 100%;
  }
}

/* ----------------
price end
----------------*/
/* ----------------
recruit
----------------*/
#recruit {
  background-color: #fcfcfc;
}
#recruit .ttl {
  text-align: center;
}
#recruit .sub-txt {
  text-align: center;
  margin-bottom: 30px;
}
#recruit table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 80%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  #recruit table {
    width: 100%;
  }
}
#recruit table td {
  border: 2px solid #D80238;
  padding: 10px;
}
@media (max-width: 767px) {
  #recruit table td {
    padding: 5px;
    display: block;
  }
}
#recruit table .txt-white {
  background-color: #D80238;
  color: #fff;
  text-align: center;
}

/* ----------------
recruit end
----------------*/
/* ----------------
footer
----------------*/
footer {
  padding: 30px;
  text-align: center;
}
footer p {
  font-size: 12px;
}
footer a {
  color: #000;
}

/* ----------------
footer end
----------------*/
/* ----------------
mistressPage
----------------*/
#mistress-page {
  padding: 120px 0;
}
@media (max-width: 767px) {
  #mistress-page {
    padding: 93px 0;
  }
}

h3 {
  background-color: #D80238;
  color: #fff;
  font-size: 30px;
  text-align: center;
  margin-bottom: 20px;
}

.top-btn {
  background-color: #D80238;
  width: 15%;
  text-align: center;
  padding: 5px 15px;
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .top-btn {
    width: 50%;
  }
}
.top-btn a {
  color: #fff;
  display: block;
}

/* MISTRESS DATA */
#minisires-date .name {
  font-size: 32px;
}

/* schedule */
.schedule_box {
  padding: 60px 0;
}

/* ----------------
schedule_box　コピペ
----------------*/
.schedule_box table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.schedule_box table,
.schedule_box td,
.schedule_box th {
  border: 1px #eee solid;
}

.schedule_box table td {
  text-align: center;
  padding: 15px 0;
  width: 14.2857142857%;
}

.schedule_box table td i {
  margin: 0 10px;
}

.sche_month {
  background: #eee;
  font-size: 1.2em;
  padding: 0 !important;
  font-weight: bold;
}

.schedule_box table .weektitle {
  background-color: #FFEBFF;
}

.schedule_box table .weekred {
  color: #FF0000;
}

.schedule_box table .weekblue {
  color: #0070C0;
}

/* FROM MISTRESS, FROM OWNER */
#from-mistress {
  padding: 60px 0 0;
}
#from-mistress .mistress_row {
  display: flex;
  justify-content: center;
  gap: 40px;
}
@media (max-width: 767px) {
  #from-mistress .mistress_row {
    display: block;
  }
}
#from-mistress .mistress_row .mistress_box {
  flex-basis: calc(50% - 20px);
  background-color: #f7f7f7;
}
@media (max-width: 767px) {
  #from-mistress .mistress_row .mistress_box {
    background-color: #fff;
  }
}
#from-mistress .mistress_row .mistress_box .txt {
  padding: 10px 20px;
}
@media (max-width: 767px) {
  #from-mistress .mistress_row .mistress_box .txt {
    padding: 10px 0;
  }
}

#play-blog .prof_blog {
  position: relative;
  text-align: center;
}
#play-blog .prof_blog img {
  margin-top: 30px;
}
#play-blog .prof_blog a {
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 345px;
  height: 222px;
}

.blog_ms {
  display: none;
}
@media (max-width: 767px) {
  .blog_ms {
    display: block;
  }
}

@media (max-width: 767px) {
  .blog_pc {
    display: none;
  }
}

/* Q&A */
#qa {
  padding: 60px 0;
}
#qa .item {
  border-top: 1px solid #eee;
  padding: 10px;
}
#qa .item .txt-q,
#qa .item .txt-a {
  width: 50%;
}
@media (max-width: 767px) {
  #qa .item .txt-q,
  #qa .item .txt-a {
    width: 50%;
  }
}
#qa .item .txt-q .purple {
  color: #435CFF;
}
#qa .item .txt-a .red {
  color: #D80238;
}

/* プレイブログ */
#play-blog .content {
  width: 30%;
}
@media (max-width: 767px) {
  #play-blog .content {
    width: 100%;
  }
}

/* ----------------
mistressPage end
----------------*/
/* popup */
body.fixed {
  position: fixed;
  width: 100%;
}

/***POPUP***/
.but {
  width: 300px;
  margin: 0 auto;
  margin-top: 20px;
}

#fvpp-blackout {
  display: none;
  z-index: 499;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.5;
}

#my-welcome-message {
  display: none;
  z-index: 500;
  position: fixed;
  max-width: 700px;
  width: 100%;
  transform: translate(-50%, -50%);
  left: 50%;
  top: 50%;
  margin: 0 auto;
  padding: 20px 0;
  font-family: Calibri, Arial, sans-serif;
  background: #FFF;
  border: #D80238 5px solid;
}

#fvpp-close {
  position: absolute;
  top: 10px;
  right: 20px;
  cursor: pointer;
}

#fvpp-dialog h2 {
  font-size: 2em;
  margin: 0;
}

.buttons .btn2 {
  width: 100%;
  text-align: center;
  display: block;
  padding: 10px 0;
}
.buttons .btn-yes2 {
  background-color: #D80238;
  color: #fff;
  font-size: 32px;
  margin-bottom: 20px;
}
.buttons .btn-no2 {
  color: #000;
  font-size: 24px;
}

.contact_banner {
  text-align: center;
  margin-top: 30px;
}

.slick-dots {
  bottom: -15px;
}

#mistress-images .thumnails {
  width: 48%;
}
#mistress-images .thumnails img {
  width: 100%;
}
@media (max-width: 599px) {
  #mistress-images .thumnails {
    width: 100%;
  }
}
#mistress-images .left {
  width: 48%;
}
@media (max-width: 599px) {
  #mistress-images .left {
    width: 100%;
  }
}
#mistress-images .left .image-thumnails {
  width: 30%;
}
#mistress-images .left #minisires-date {
  width: 98%;
}
@media (max-width: 599px) {
  #mistress-images .left #minisires-date {
    width: 100%;
  }
}
#mistress-images .left #minisires-date .name_x {
  display: flex;
  gap: 20px;
  align-items: center;
}
#mistress-images .left #minisires-date .name_x .twi_iframe {
  font-size: 0;
}
@media (max-width: 767px) {
  #mistress-images .left #minisires-date .name_x .twi_iframe {
    display: none;
  }
}
#mistress-images .left .sp-slide {
  margin-bottom: 30px;
}
@media (max-width: 599px) {
  #mistress-images .left .sp-slide {
    display: none;
  }
}
#mistress-images .left .sp-slide .slick-slide {
  width: 32% !important;
  margin-right: 5px;
}
@media (max-width: 768px) {
  #mistress-images .left .sp-slide .slick-slide {
    width: 31% !important;
  }
}
@media (max-width: 599px) {
  #mistress-images .left .sp-slide .slick-slide {
    width: 100% !important;
  }
}
#mistress-images .left .sp-slide-2 {
  display: none;
}
@media (max-width: 599px) {
  #mistress-images .left .sp-slide-2 {
    display: block;
  }
}

#x_sp {
  display: none;
}
@media (max-width: 767px) {
  #x_sp {
    display: block;
    padding: 10px 0 30px;
  }
}
#x_sp .twi_iframe {
  margin-top: 20px;
}

.item_label {
  font-size: 12px;
  background-color: #fff;
  padding: 8px;
  color: rgba(0, 0, 0, 0.7);
  margin-left: 20px;
  font-weight: bold;
  border-radius: 3px;
}
@media (max-width: 599px) {
  .item_label {
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 20px;
    display: inline-block;
  }
}

@media (max-width: 599px) {
  #mistress .item .txt p {
    line-height: 1;
  }
}

.minisires-date_label {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 8px;
  border-radius: 3px;
  margin-left: 20px;
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 599px) {
  .minisires-date_label {
    margin-right: 10px;
    margin-left: 0;
    margin-bottom: 20px;
    display: inline-block;
  }
}

@media (max-width: 599px) {
  #minisires-date .name {
    line-height: 1;
    margin: 10px 0;
  }
}

.sp_dn {
  display: none;
}
@media (max-width: 599px) {
  .sp_dn {
    display: block;
  }
}

#hotel_list_wrapper {
  width: 100%;
  background: #000;
  padding: 100px 0 100px 0;
  font-size: 18px;
}

#hotel_list_wrapper h2 {
  max-width: 338px;
  width: 100%;
  padding: 0 0 40px 0;
  margin: 0 auto;
}

#hotel_list_wrapper .inner {
  max-width: 960px;
  width: 100%;
  margin: 0 auto;
  background: #fff;
  padding: 30px;
}

#hotel_list_wrapper .inner p.read {
  line-height: 30px;
  padding-bottom: 30px;
}

.ward-town {
  display: flex;
  margin-bottom: 15px;
}

.ward {
  padding: 0 15px;
  line-height: 40px;
  color: #fff;
  background: #c4ac47;
  font-weight: bold;
}

.town {
  padding: 0 15px;
  line-height: 40px;
  color: #000;
}

.hotel-base {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #f2f2f2;
}

.hotel-data {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hotel-box {
  max-width: 66%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hotel-name {
  max-width: 50%;
  width: 100%;
  background: #f2f2f2;
  line-height: 40px;
  padding: 0 10px;
}

.hotel-location {
  max-width: 49%;
  width: 100%;
  background: #f2f2f2;
  line-height: 40px;
  padding: 0 10px;
  font-size: 16px !important;
}

.hotel-sub {
  max-width: 33.33%;
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.hotel-map-web {
  width: 44%;
  display: flex;
  justify-content: space-between;
}

.hotel-map {
  width: 58%;
  line-height: 40px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  color: #000;
  text-align: center !important;
}

.hotel-map a {
  width: 100%;
  height: 40px;
  display: block;
}

.hotel-map a:hover {
  width: 100%;
  height: 40px;
  display: block;
  background: #ebd784;
}

.hotel-web {
  width: 38%;
  line-height: 40px;
  background: #fff;
  border: 1px solid #f2f2f2;
  box-sizing: border-box;
  color: #000;
  text-align: center !important;
}

.hotel-web a {
  width: 100%;
  height: 40px;
  display: block;
}

.hotel-web a:hover {
  width: 100%;
  height: 40px;
  display: block;
  background: #ebd784;
}

.hotel-tel {
  width: 53.5% !important;
  background: #f2f2f2;
  line-height: 40px;
  text-align: center;
}

.hotel-status {
  display: flex;
  font-weight: bold;
  line-height: 26px;
}

.hotel-status .fare {
  font-size: 14px;
  color: #fff;
  background: #000;
  padding: 0 8px;
  margin-right: 5px;
}

.hotel-status .discount {
  font-size: 14px;
  color: #fff;
  background: #d80238;
  padding: 0 8px;
  margin-right: 5px;
}

.hotel-status .reservation {
  font-size: 14px;
  color: #fff;
  background: #009b46;
  padding: 0 8px;
  margin-right: 5px;
}

@media (max-width: 960px) {
  #hotel_list_wrapper .inner {
    width: 95%;
    padding: 50px 10px;
  }
}
@media (max-width: 767px) {
  #hotel_list_wrapper {
    width: 100%;
    padding: 60px 0 60px 0;
  }
  .hotel-box {
    max-width: 68%;
    width: 100%;
    background: #f2f2f2;
    display: block;
  }
  .hotel-name {
    max-width: 100%;
    width: 100%;
    line-height: 24px;
    padding: 10px 10px 0 10px;
  }
  .hotel-location {
    max-width: 100%;
    width: 100%;
    line-height: 24px;
    padding: 0 10px 10px 10px;
    font-size: 16px;
  }
  .hotel-sub {
    max-width: 31%;
    width: 100%;
    display: block;
  }
  .hotel-map-web {
    width: 100%;
    margin-bottom: 5px;
  }
  .hotel-map {
    width: 48%;
    line-height: 40px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    color: #000;
    text-align: center !important;
  }
  .hotel-web {
    width: 48%;
    line-height: 40px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    color: #000;
    text-align: center !important;
  }
  .hotel-tel {
    max-width: 100%;
    width: 100% !important;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin: 0;
    padding: 0;
  }
  .hotel-tel img {
    vertical-align: middle;
  }
  .hotel-tel a {
    width: 100%;
    height: 40px;
    display: block;
  }
  .hotel-tel a:hover {
    background: #ebd784;
  }
}
@media (max-width: 599px) {
  .hotel-box {
    max-width: 66%;
    width: 100%;
    background: #f2f2f2;
    display: block;
  }
  .hotel-name {
    max-width: 100%;
    width: 100%;
    font-size: 17px;
    line-height: 24px;
    padding: 10px 10px 0 10px;
  }
  .hotel-location {
    max-width: 100%;
    width: 100%;
    line-height: 22px;
    padding: 0 10px 10px 10px;
    font-size: 16px;
  }
  .hotel-sub {
    max-width: 33%;
    width: 100%;
    display: block;
  }
  .hotel-map-web {
    width: 100%;
    margin-bottom: 5px;
  }
  .hotel-map {
    width: 48%;
    line-height: 40px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    color: #000;
    text-align: center !important;
  }
  .hotel-web {
    width: 48%;
    line-height: 40px;
    background: #fff;
    border: 1px solid #f2f2f2;
    box-sizing: border-box;
    color: #000;
    text-align: center !important;
  }
  .hotel-tel {
    width: 100%;
    background: #f2f2f2;
    height: 40px;
    line-height: 40px;
    text-align: center;
  }
  .hotel-tel img {
    vertical-align: middle;
  }
  .hotel-tel a {
    width: 100%;
    height: 40px;
    display: block;
  }
  .hotel-tel a:hover {
    background: #ebd784;
  }
}/*# sourceMappingURL=style.css.map */