@charset "UTF-8";
/*===================================
レイアウト　基本設定
===================================*/
.suite-room__text,
.ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_roomText,
.newmenu-list,
.option-right-box p,
.suite-main-title,
.suite-use__title,
.pl_textblockTel p,
.room-1950_1979-sub__text,
.cancel-box__right h3,
.cancel-box__right p,
.cancel-box__left h3,
.cancel-box__left p {
  color: #fff;
}

.elementor-element-3d0d37e {
  background-color: #00183C;
  margin: 0 auto;
  margin-top: 20px;
}

@media screen and (max-width: 768px) {
  .elementor-element-2072d154 {
    margin-top: 10px;
  }
}
.elementor-widget-wrap > .elementor-element {
  margin: 0 auto;
}

@media screen and (min-width: 600px) {
  .pl_top_fullWidth {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }
}
@media screen and (max-width: 768px) {
  .is-pc {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .is-sp {
    display: none;
  }
}
/*===================================
# header
===================================*/
.suite-main-title {
  text-align: center;
  margin-bottom: 30px;
  padding: 30px 0;
}

@media screen and (max-width: 768px) {
  .suite-main-title {
    padding: 50px 0;
  }
}
.suite-main-title__inner {
  font-size: 36px;
  font-weight: bold;
  border-bottom: 8px solid #2C4A72;
  padding-bottom: 8px;
}

.suite-border-none {
  border-bottom: 0 !important;
}

.ticket_suite-main {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .ticket_suite-main {
    background-color: #00183C;
  }
}
.suite-header__logo {
  padding: 50px 0;
}

.suite-header__concept {
  padding: 50px 0;
}

@media screen and (max-width: 768px) {
  .suite-header__concept {
    padding: 50px 15px;
  }
}
.suite-header__info {
  padding-top: 50px;
  padding-bottom: 30px;
  text-align: center;
}

.suite-menu__list {
  margin-top: 50px;
}

@media screen and (min-width: 768px) {
  .suite-header__concept-title {
    padding-top: 50px;
  }
  .suite-header__concept-img-02 {
    padding-bottom: 50px;
  }
}
/*===================================
リスト
===================================*/
.ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList {
  border: 1px solid #FFF !important;
  margin: 0 auto 50px;
  width: 100%;
}

.ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul {
  display: table;
  width: 100%;
}

.ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li {
  position: relative;
  display: table-cell;
  min-width: 15%;
  text-align: center;
}

.ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li a {
  display: block;
  font-size: 17px;
  letter-spacing: 0.07em;
  color: #FFF;
  padding: 26px 10px;
}

.ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li:after {
  content: none;
}

@media screen and (min-width: 768px) {
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li:after {
    position: absolute;
    content: "";
    top: 50%;
    right: 0;
    width: 1px;
    height: 50px;
    background: #fff;
    margin: -25px 0 0 0;
    background: #FFF;
  }
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li:last-child:after {
    display: none;
  }
}
.ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li a:hover {
  background: #fff;
  color: #2C4A72;
}

.list_english {
  color: #2C4A72;
}

@media screen and (max-width: 768px) {
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList {
    width: 94%;
    margin: 0 auto 25px;
  }
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul {
    letter-spacing: -0.4em;
    overflow: hidden;
  }
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li {
    display: inline-block;
    letter-spacing: normal;
    width: 50%;
    box-sizing: border-box;
  }
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li:after {
    display: none;
  }
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li:nth-child(1) {
    border-top: 1px solid #FFF;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li:nth-child(2) {
    border-top: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
  }
  .ticket_suite .pl_titleWrap04 .pl_titleWrapEnglishList ul li:nth-child(3) {
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    border-bottom: 1px solid #FFF;
    width: 100%;
  }
}
/*===================================
# room
===================================*/
.room-flex {
  display: flex;
  margin-top: 50px;
  margin-bottom: 100px;
  align-items: flex-start;
}

@media screen and (max-width: 768px) {
  .room-flex {
    display: block;
  }
}
.room-title {
  width: 20%;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .room-title {
    width: 40%;
  }
}
.room-info {
  font-size: 1.5rem;
  line-height: 3rem;
  width: 75%;
  margin: auto 0;
  padding: 0;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .room-info {
    width: 100%;
    margin-top: 30px;
  }
}
@media screen and (min-width: 768px) {
  .room-info {
    line-height: 3rem;
  }
}
.suite-room__text {
  font-size: 1.3rem;
  margin-top: 25px;
  margin-left: 30px;
}

@media screen and (max-width: 768px) {
  .suite-room__text {
    font-size: 1.4rem;
    margin-top: 5px;
    margin-left: 0;
  }
}
.room-content {
  padding: 50px 0 10px;
}

@media screen and (max-width: 768px) {
  .room-content {
    padding: 50px 0;
  }
}
.util-title-txt {
  justify-content: space-between;
}

.room-1950-main {
  width: 70%;
}

@media screen and (max-width: 768px) {
  .room-1950-main {
    width: 100%;
  }
}
.room-1950-sub {
  width: 30%;
  color: #fff;
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .room-1950-sub {
    width: 100%;
  }
}
.room-1950_1979-main {
  width: 50%;
}

@media screen and (max-width: 768px) {
  .room-1950_1979-main {
    width: 100%;
  }
}
.room-1950_1979-sub {
  width: 40%;
  color: #fff;
  font-size: 10px;
  margin: auto 0;
}

@media screen and (max-width: 768px) {
  .room-1950_1979-sub {
    width: 100%;
  }
}
.room-1950_1979-sub__text {
  width: 70%;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  .room-1950_1979-sub__text {
    width: 100%;
    margin-top: 5px;
  }
}
@media screen and (min-width: 768px) {
  .room-1950_1979-sub__text {
    margin-left: 28px;
    line-height: 2.5rem;
  }
}
.room-1950-sub-50 {
  width: 40%;
  color: #fff;
  font-size: 10px;
}

.room-re {
  position: relative;
}

.room-ab {
  position: absolute;
  bottom: 15%;
  right: -20%;
  transform: translate(25%, 50%);
  color: #fff;
  line-height: 2.5rem;
}

@media screen and (max-width: 768px) {
  .room-ab {
    position: inherit;
    bottom: 0%;
    right: 0%;
    transform: translate(0%, 0%);
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 768px) {
  .room-ab {
    line-height: 2.5rem;
  }
}
/*===================================
# layout
===================================*/
.layout-content {
  padding-top: 50px;
}

.layout-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .layout-title {
    margin-bottom: 20px;
  }
}
/*===================================
# food
===================================*/
.food-title-inline {
  display: inline-block;
  margin-bottom: 20px;
}

.food-title-inline {
  margin-top: 5px;
}

.food-title-flex {
  display: inline-block;
  margin-bottom: 20px;
}

.food-title-text h3 {
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .food-title-flex h3 {
    font-size: 1.6rem;
  }
}
.food-title-subtext {
  margin-bottom: 30px;
}

@media screen and (max-width: 768px) {
  .food-title-subtext {
    margin-bottom: 20px;
  }
}
.food-title-subtext p {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 768px) {
  .food-title-subtext p {
    font-size: 1.2rem;
  }
}
.food-title {
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .food-title {
    margin-bottom: 20px;
  }
}
.menu-flex {
  display: flex;
  margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
  .menu-flex {
    display: block;
    margin-bottom: 50px;
    justify-content: space-around;
  }
}
.menu-reverse {
  flex-direction: row-reverse;
}

.menu-left {
  width: 60%;
}

@media screen and (max-width: 768px) {
  .menu-left {
    width: 100%;
    text-align: center;
  }
}
.menu-right {
  width: 34%;
}

.menu-plan {
  font-size: 2rem;
  color: #B69716;
  border-bottom: 1px solid;
  text-align: center;
  font-weight: bold;
}

.menu-drink {
  font-size: 2rem;
  color: #B69716;
  border-bottom: 1px solid;
}

@media screen and (max-width: 768px) {
  .menu-right {
    width: 100%;
  }
}
.menu-right-img {
  width: 39%;
}

@media screen and (max-width: 768px) {
  .menu-right-img {
    width: 100%;
  }
}
.menu-right-box {
  padding: 24px;
  color: #fff;
}

.newmenu-list {
  margin-top: 20px !important;
  margin-bottom: 0 !important;
}

@media screen and (max-width: 768px) {
  .newmenu-list {
    margin-top: 10px !important;
  }
}
@media screen and (min-width: 768px) {
  .newmenu-list > li {
    font-size: 1.4rem !important;
  }
}
@media screen and (max-width: 768px) {
  .newmenu-list-flex > li {
    width: 50%;
  }
}
.newmenu-list-flex {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
}

@media screen and (max-width: 768px) {
  .newmenu-list-flex {
    font-size: 1.3rem;
  }
}
.newmenu-list-flex > li {
  width: 50%;
}

/*===================================
# option
===================================*/
.option-right {
  width: 38%;
  height: -moz-fit-content;
  height: fit-content;
  margin-left: 5px;
}

@media screen and (max-width: 768px) {
  .option-right {
    width: 50%;
    margin: 0 auto;
  }
}
.option-right-box {
  padding: 10px;
  color: #fff;
  font-size: 1rem;
  line-height: 2rem;
}

@media screen and (max-width: 768px) {
  .option-right-box {
    text-align: center;
    margin-top: 10px;
    padding: 10px 10px 10px 15px;
  }
}
@media screen and (max-width: 768px) {
  .option-right-box p {
    text-align: left;
  }
}
.menu-right-text-box {
  width: 20%;
  margin: auto 0;
  margin-left: 20px;
}

@media screen and (max-width: 768px) {
  .menu-right-text-box {
    width: 100%;
    margin: 20px 0;
  }
}
.menu-right-text-box p {
  color: #fff;
}

.menu-left-info {
  width: 65%;
  margin: auto 0;
  padding-left: 30px;
  padding-top: 30px;
}

@media screen and (max-width: 768px) {
  .menu-left-info {
    width: 100%;
    margin: 30px 0;
    padding: 0;
  }
}
.option-item-content {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}

.option-menu {
  font-size: 2rem;
  color: #B69716;
  border-bottom: 1px solid;
  padding-bottom: 3px;
}

@media screen and (max-width: 768px) {
  .option-item-content {
    display: block;
    justify-content: space-between;
    margin-top: 0;
  }
}
.option-left-content {
  width: 46%;
}

@media screen and (max-width: 768px) {
  .option-left-content {
    width: 100%;
  }
}
.option-right-content {
  width: 54%;
}

@media screen and (max-width: 768px) {
  .option-right-content {
    width: 100%;
  }
}
.is-pc_img {
  width: 250px;
}

.suiteText_color {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .suiteText_color {
    margin-top: 20px;
  }
}
.suiteNotes_text {
  font-size: 10px;
}

@media screen and (max-width: 768px) {
  .suiteNotes_text {
    font-size: 1.3rem !important;
  }
}
/*===================================
# Privilege
===================================*/
.suitePrivilege_content {
  background-color: #fff;
}

.suitePrivilege_text {
  color: #FFF;
}

/*===================================
# other
===================================*/
.suiteOther_content {
  color: #FFF;
}

.other-title {
  margin-bottom: 50px;
}

.other-flex {
  display: flex;
  margin-bottom: 30px;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .other-flex {
    display: block;
  }
  .other-title {
    margin-bottom: 20px;
  }
}
.other-left {
  width: 49%;
}

@media screen and (max-width: 768px) {
  .other-left {
    width: 100%;
  }
}
.other-right {
  width: 49%;
  margin-top: 50px;
  text-align: right;
}

.other-right p {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .other-right {
    width: 100%;
  }
}
.other-right-box {
  padding: 10px;
  color: #fff;
  font-size: 10px;
}

.other-right-content {
  width: 49%;
}

.other-info {
  float: right;
  margin-bottom: 50px;
}

/*===================================
# charge
===================================*/
.charge-content {
  margin-top: 50px;
  margin-bottom: 0 !important;
  padding-top: 50px;
}

/*===================================
# use
===================================*/
.suite-use__title {
  font-size: 2.5rem;
  padding-left: 17px;
  border-left: 9px solid #2C4A72;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .suite-use__title {
    font-size: 1.8rem;
  }
}
.uer-subtitle__color {
  padding-left: 10px;
  color: #2C4A72;
}

.suite-tel {
  font-size: 30px;
  color: #685b1d;
}

.cancel-flex {
  display: flex;
  justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .cancel-flex {
    display: block;
  }
}
.cancel-box__left {
  width: 42%;
}

@media screen and (max-width: 768px) {
  .cancel-box__left {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 20px;
  }
  .cancel-box__left h3 {
    font-size: 1.6rem;
  }
}
.cancel-box__right {
  width: 55%;
}

@media screen and (max-width: 768px) {
  .cancel-box__right {
    width: 100%;
    margin-bottom: 20px;
  }
  .cancel-box__right h3 {
    font-size: 1.6rem;
  }
}
@media screen and (min-width: 768px) {
  .access-title {
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .is-sp-item {
    font-size: 12px;
  }
  .charge-list-1 {
    margin-bottom: 50px;
  }
  .ticket_suite .pl_contentBlock {
    margin: 0 !important;
    padding: 0px 12px;
  }
}
/*===================================
追加CSS
===================================*/
.ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner {
  margin: 20px 0 80px 0;
}

@media screen and (max-width: 768px) {
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner {
    margin: 0 0 100px 0;
  }
}
@media screen and (min-width: 768px) {
  .elementor-column-gap-default > .elementor-column > .elementor-element-populated {
    padding: 10px 0;
  }
  #pl_content #pl_contentInner main[role=main] {
    background: none;
  }
  .pl_titleWrap04 {
    margin-bottom: 30px;
  }
  #pl_content #pl_contentInner main[role=main] {
    padding: 0px;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_roomText {
    width: 80%;
    margin: 25px auto;
  }
  .ticket_suite .pl_notes ul li {
    font-size: 1.3rem;
    line-height: 2.7rem;
  }
  .ticket_suite .pl_contentBlock {
    padding: 0 10px;
  }
  .ticket_suite .pl_contentBlock .pl_contentBlockInner {
    margin: 10px 0 80px 0;
    line-height: 2.5rem;
  }
  .pl_notes {
    padding-bottom: 60px;
  }
  .ticket_suite .pl_contentBlock {
    margin-bottom: 0px;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_suiteMenuList li {
    font-size: 1.5rem;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_suiteMenuList li:last-child {
    margin: 0 0px 0px 0px;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_suiteMenuList li {
    line-height: 1.8;
  }
}
@media screen and (max-width: 768px) {
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_notes {
    font-size: 1.3rem;
    margin-top: 20px;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_notes ul {
    margin-left: 0em;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_notes ul > li {
    display: block;
    position: relative;
    padding-left: 1.8em;
    margin-top: 5px;
    text-indent: 0em;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_notes ul > li span {
    position: absolute;
    top: 0;
    left: 0;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_suiteMenuList li:last-child {
    margin: 0 0px 0px 0px;
  }
  .ticket_suite .pl_contentBlock.pl_menu .pl_contentBlockTxt .pl_contentBlockTxtInner .pl_suiteMenuList li {
    line-height: 2.5rem;
  }
  .ticket_suite .pl_contentBlock .pl_contentBlockInner {
    margin: 0 0 70px 0;
  }
}
.option-right-box p {
  padding: 5px 0;
  font-size: 1.3rem;
}

.cancel-box__right p,
.cancel-box__left p {
  margin-top: 20px;
}

.charge-title {
  margin-top: 60px;
}

.suite_logo_footer {
  width: 20%;
  margin: 20px auto -15px auto;
}

@media screen and (max-width: 768px) {
  .suite_logo_footer {
    margin: 0 auto -20px auto;
    width: 30%;
    padding-bottom: 60px;
  }
}
@media screen and (max-width: 768px) {
  .pl_textblockTel {
    margin-bottom: 0px;
  }
}

/*# sourceMappingURL=ticket_suite2023.css.map */