@charset "UTF-8";

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  font-family: 'ヒラギノ角ゴ ProN', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 14px;
  line-height: 1.6;
}

.news_body span,
.news_body strong,
.news_body em {
  font-size: inherit;
}

body {
  word-break: break-all;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

img {
  width: 100%;
  max-width: 100%;
  vertical-align: bottom;
  height: auto;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.4s ease;
}

a img {
  transition: all 0.4s ease;
}

a:hover,
a:hover img {
  opacity: 0.7;
}

/*---------------------------------
 header
-----------------------------------*/
h1 {
  height: 30px;
  font-size: 12px;
  line-height: 30px;
  text-align: center;
}

.head_bg {
  overflow: hidden;
  text-align: center;
  margin: 0 auto;
}

.head_bg_inner {
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%);
  width: 100%;
}

.head_bg_inner img {
  width: 100%;
}

.head_in {
  max-width: 1440px;
  width: 96%;
  height: 50px;
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
}

.head_in h1 {
  height: 50px;
  line-height: 50px;
}

#header_info {
  text-align: center;
  padding: 7px 10px 5px;
}

#header_info p {
  display: inline-block;
  font-size: 24px;
  margin: 0 20px;
}

#header_info p svg {
  margin-right: 10px;
}

#header_info p.tel svg {
  vertical-align: -3px;
  margin-left: 2px;
}

/* nav_head */
.nav_head {
  text-align: center;
  padding: 16px 0;
}

.nav_head li {
  display: inline-block;
  position: relative;
}

.nav_head li::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  background-color: #2d2d2d;
  width: 1px;
  height: 21px;
}

.nav_head li:last-of-type:before {
  background-color: transparent;
}

.nav_head li:last-child {
  border: none;
}

.nav_head li a {
  font-size: 10px;
  line-height: 1.0;
  display: block;
  padding: 0 15px;
}

.nav_head li p {
  font-size: 10px;
}

.nav_head li a p:first-of-type {
  font-size: 20px;
}

/*---------------------------------
 wrap
-----------------------------------*/
#wrap {
  background-image: url(../images/bg.jpg);
  background-position: center top;
  background-attachment: fixed;
  padding: 10px 0 160px;
}

/*---------------------------------
 bread-crumb-list
-----------------------------------*/
#bread-crumb-list {
  width: 96%;
  max-width: 1440px;
  margin: 0 auto 10px;
}

#bread-crumb-list li {
  display: inline-block;
}

/*---------------------------------
 content
-----------------------------------*/
#content {
  width: 96%;
  max-width: 1440px;
  margin: 72px auto 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*---------------------------------
 aside
-----------------------------------*/
aside {
  width: 232px;
  margin: 0 40px 0 0;
}

aside ul li {
  margin-bottom: 15px;
}

#diary,
.twitter {
  height: 480px;
  margin-bottom: 15px;
}

#diary iframe {
  display: block;
  width: 232px;
  max-height: 750px;
}

.twitter {
  overflow: auto;
}

/*---------------------------------
  chat
-----------------------------------*/
#chat {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#chat_inner {
  width: 100%;
  margin: 0 auto;
}

#chat_inner p {
  margin: 0 auto;
}

#chat_inner iframe,
#chat_inner script,
#chat_inner embed {
  width: 100%;
  height: auto;
  margin: 0 auto;
}

/*---------------------------------
 main
-----------------------------------*/
main {
  width: calc(100% - 272px);
}

main h2,
#prof_bottom h3 {
  text-align: center;
  background: url(../images/bg_title01.png) no-repeat center top;
  margin-bottom: 30px;
  height: 45px;
  line-height: 40px;
}

main h2 span {
  font-size: 26px;
  line-height: 47px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin: 0 10px 0 0;
  vertical-align: -2px;
}

main h2 br {
  display: none;
}

main .titlebar {
  text-align: center;
  font-size: 20px;
  margin-bottom: 12px;
  padding: 5px 10px;
}

.link {
  text-align: center;
}

.link a {
  width: 445px;
  height: 85px;
  line-height: 85px;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  position: relative;
}

.link a:after {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  width: 4px;
  height: 16px;
  border-radius: 2px;
  top: 38px;
  right: 28px;
  transition: all .3s;
}

.link a:before {
  position: absolute;
  content: "";
  transform: rotate(45deg);
  width: 16px;
  height: 4px;
  border-radius: 2px;
  top: 35px;
  right: 22px;
  transition: all .3s;
}

.link a:hover:after {
  right: 24px;
}

.link a:hover:before {
  right: 18px;
}

.link a svg {
  margin-left: 10px;
}

.link a:hover {
  background-position: 99% 50%;
  opacity: 1;
}

/*---------------------------------
 pagetop
-----------------------------------*/
#pagetop {
  position: fixed;
  right: 2%;
  z-index: 3;
  width: 60px;
  height: 60px;
}

#pagetop a {
  display: block;
  border: 1px solid transparent;
}

/*---------------------------------
 footer
-----------------------------------*/
footer {
  padding: 74px 0 0;
}

.txt_foot {
  border-bottom: 1px solid transparent;
  padding: 0 75px 95px;
  margin: 0 auto 45px;
}

/* nav_foot */
.nav_foot {
  text-align: center;
}

.nav_foot li {
  display: inline-block;
  margin: 0 1% 15px;
}

.nav_foot li a {
  font-size: 14px;
  display: block;
}

.nav_foot li a span {
  font-size: 20px;
}

/* copyright */
#copyright small,
#copyright small a {
  font-size: 12px;
}

#copyright {
  text-align: center;
  padding: 53px 0;
}

/*---------------------------------
 追記
-----------------------------------*/
/* 共通 */
#header_info p i {
  font-size: 22px;
  margin-right: 5px;
}

.swiper-slide {
  text-align: center;
}

/* top */
.big-banner {
  text-align: center;
}

.big-banner a {
  display: block;
  margin-bottom: 50px;
}

.big-banner a:hover img {
  opacity: 1;
}

/* twitter設置 */
.twitter-icon {
  position: absolute;
  bottom: 5px;
  right: 5px;
  width: 40px;
}

.top_pickup {
  position: relative;
}

.top_pickup .twitter-icon {
  bottom: 20px;
  right: 20px;
}

/* プロフィールtwitter設置 */
#profile_img_big {
  position: relative;
}

.twitter_bnr {
  position: absolute;
  bottom: 10px;
  right: 10px;
  width: 50px;
}

.twitter_box {
  text-align: center;
}

/* ルーム */
.filterBtn {
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}

.filterBtn button {
  padding: 5px 10px;
  font-size: 16px;
  margin: 5px;
  border: solid 1px transparent;
  min-width: 135px;
}

/* profルーム */
.prof_table .p_check {
  min-height: 88px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* ルーム切り替え用 */
.is_hidden {
  display: none !important;
}

/* schedule-tabs */
.schedule-tabs {
  margin: 0 auto;
  margin-top: 100px;
}

.tab-content {
  animation: fadeIn 0.6s linear 0s 1;
  -webkit-animation: fadeIn 0.6s linear 0s 1;
}

.shop-list {
  width: 100%;
}

.list-tab {
  width: 60%;
  margin: 40px auto 0;
  display: flex;
}

.list-tab .tab {
  width: 50%;
  text-align: center;
  font-size: 16px;
}

.list-tab .tab a {
  padding: 10px;
  width: 100%;
  display: block;
}

.today_schedule_box .shop {
  width: 100%;
  height: 25px;
  line-height: 25px;
  padding: 0;
  font-size: 14px;
}

.tab-content-title {
  padding: 10px;
  text-align: center;
  max-width: 330px;
  margin: 60px auto 30px;
}

.tab-content-title::before {
  display: none;
}

/* 共通 */
.widget_diary iframe {
  width: 100%;
}

#pickup .top_pickup {
  border: none;
}

.sns_menu {
  width: 215px;
  margin: 0px auto 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  -ms-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sns_menu p {
  margin: 0 10px;
}

.twitter {
  height: 415px;
  margin-bottom: 0;
}

.contact_lineBtn td iframe {
  height: 100px;
  vertical-align: bottom;
}

.list-tab li {
  margin: 0 5px;
}

.c-oldType {
  display: none !important;
}

/* 画像サイズ */

.pick_photo>a>img {
  height: 365px;
}

/* 週間 */
/* pc_sc */
#day_btns {
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: auto;
  padding: 10px 0;
}

/* pc_prof */
.prof_table {
  overflow: auto;
}

.profile_list {
  min-width: 124px;
}

/* headline */
.topicsnone {
  display: none;
}

.headline {
  margin: 0;
  margin: 0 0 50px;
}

.headline h2 {
  border: none;
  padding: 0;
  background: none;
  margin: 0;
  float: left;
  padding-right: 20px;
  background: url(../images/bg_title01.png) no-repeat 20% top;
  background-size: cover;
}

.ticker {
  position: relative;
  overflow: hidden;
  margin: 0 auto;
  padding: 4px 0 0;
}

.ticker ul {
  height: 1.6em;
}

.ticker ul li {
  white-space: nowrap;
  float: left;
  display: inline;
  clear: both;
  text-align: left;
  list-style-type: none;
  position: relative;
  line-height: 1.6em;
  margin-bottom: -1.6em;
}

.headline h2 span {
  margin: 0 10px 0 20px;
}

.c-languageData {
  padding-left: 60px;
  margin: 10px auto;
}

.c-languageData img {
  width: auto;
}

#index .c-languageData {
  text-align: center;
  padding-left: 0px;
  margin-top: 30px;
}

/*---------------------------------
 言語ページ
-----------------------------------*/
/* 上書き */
#header_info {
  margin-right: 0;
  margin-left: auto;
}

/* index */
.c-langBtns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

.c-langBtns P {
  margin: 10px;
  width: 200px;
  text-align: center;
  border: solid 1px #ddd;
}

.c-langBtns a {
  padding: 10px;
  width: 100%;
  display: block;
}


.c-langBtns .foreign {
  font-size: 20px;
  padding: 0;
  margin: 0;
  text-align: center;
}

/* 共通 */
.c-langBox {
  width: 200px;
  margin-right: 10px;
  margin-left: auto;
}

.c-langBox .list {
  display: none;
  position: absolute;
  z-index: 2;
  width: 100%;
}

.c-langBox .title {
  background-color: #000;
  color: #fff;
  text-align: center;
  cursor: pointer;
  position: relative;
  width: 100%;
}

.c-langBox .btn {
  font-size: 12px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  height: 35px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media screen and (min-width: 1000px) {
  .c-langBox .btn {
    height: 50px;
  }
}

.c-langBox .btn::before {
  position: absolute;
  content: "";
  background: url(../images/icon_language.svg);
  background-size: contain;
  background-repeat: no-repeat;
  top: 10px;
  left: 9px;
  width: 15px;
  height: 15px;
}

@media screen and (min-width: 1000px) {
  .c-langBox .btn::before {
    top: 17px;
    left: 20px;
  }
}

.c-langBox .btn::after {
  position: absolute;
  content: "";
  top: 16px;
  right: 10px;
  width: 0;
  height: 0;
  border-top: 4px solid #fff;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}

@media screen and (min-width: 1000px) {
  .c-langBox .btn::after {
    top: 23px;
    right: 24px;
  }
}

.c-langBox .list a {
  cursor: pointer;
  color: #000;
  text-decoration: none;
  background: #fff;
  padding: 5px 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

@media screen and (min-width: 1000px) {
  .c-langBox .list a {
    padding: 10px 0;
  }
}

.c-langBox .item {
  transition: all .3s;
  position: relative;
  border: solid #ddd 1px;
  margin-bottom: -1px;
}

.c-langBox .item a {
  text-decoration: none;
  padding: 5px 0;
  display: block;
}

@media screen and (min-width: 1000px) {
  .c-langBox .item a {
    padding: 10px 0;
  }
}

.c-langBox .list {
  background: #fff;
  color: #fff;
}

.c-langBox .item a {
  color: #000;
  background: #fff;
}

/* system */
#system.langPage {
  padding: 25px 15px;
  overflow: hidden;
}

#system.langPage h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 12px;
  padding: 5px 10px;
  background-color: #000;
  color: #fff;
}

.langPage .system-block1 {
  float: left;
  width: 25%;
}

.langPage .system-block1 table.table-style1 {
  width: 94%;
}

.langPage .system-block2 {
  float: left;
  width: 32%;
}

.langPage .system-block2 table.table-style1 {
  width: 94%;
}

.langPage .system-block3 {
  float: left;
  width: 42%;
}

.langPage .system-block3 table.table-style1 {
  width: 94%;
}

.langPage .system-p1 {
  margin-top: 10px;
  word-break: break-word;
}

.langPage .system-p2 {
  margin-top: 10px;
  word-break: break-word;
}

.langPage #option {
  padding: 25px 15px;
}

.langPage .table-style2 {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #000;
}

.langPage .table-style2 th {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 7px;
  text-align: left;
  font-weight: normal;
}

.langPage .table-style2 td {

  border-collapse: collapse;
  border: 1px solid #000;
  padding: 7px;
  text-align: center;
}

.langPage #traffic {
  padding: 25px 15px;
}

.langPage .sample_image {
  display: grid;
  grid-template-columns: 250px 250px 250px 250px;
  gap: 15px;
  margin: 20px 0 60px 0;
}

.langPage .paragraph {
  margin: 30px 0;
}

.langPage .paragraph p {
  word-break: break-word;
  white-space: pre-line;
  line-height: 2;
}

#system.langPage table th {
  border: 1px solid #000;
  padding: 7px;
  text-align: left;
  font-weight: normal;
}

#system.langPage table td {
  border-collapse: collapse;
  border: 1px solid #000;
  padding: 7px;
  text-align: center;
}

.langPage .contact_btn {
  display: flex;
  flex-wrap: nowrap;
  margin: 20px 0 60px 0;
}

.langPage .contact_btn a {
  padding: 10px;
  margin-right: 25px;
  width: 120px;
  height: 100px;
  text-align: center;
  color: #fff;
  word-break: keep-all;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 0.85em;
}

.langPage .contact_btn a img {
  width: 50px;
}

.langPage a.contact-1 {
  background: #eb2874;
}

.langPage a.contact-2 {
  background: #32ad21;
}

.langPage a.contact-3 {
  background: #01b921;
}

.langPage a.contact-4 {
  background: #4fb549;
}

.langPage a.contact-5 {
  background: #f9e12d;
  color: #442625;
}

.langPage a.contact-6 {
  background: linear-gradient(45deg, #0099ff 0%, #a033ff 45%, #ff5280 91%, #ff7061 100%);
  color: #fff;
}

.langPage a.contact-7 {
  background: #000;
  color: #fff;
  border: 1px solid #fff;
}

.langPage a.contact-8 {
  background: #2baaeb;
  color: #fff;
}

.langPage .contact_btn a:hover {
  opacity: 0.6;
  color: #fff !important;
}

.langPage .course_schedule_in {
  margin: 0 auto;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.langPage .today_schedule_box {
  width: 23%;
  margin: 0 1% 40px 0;
  border-bottom: solid 1px transparent;
  height: auto;
}

main .langPage h2 {
  margin: 0 0 40px 0;
}

.langPage .link a {
  border: 1px solid transparent;
}

.langPage .flow_list li {
  word-break: break-word;
  margin: 10px 15px;
  list-style: auto;
}

@media screen and (max-width: 1280px) {
  .langPage .sample_image {
    grid-template-columns: 135px 135px 135px 135px;
    gap: 10px;
  }

  .langPage .system-block2 table.table-style1 {
    width: 100%;
    word-break: break-word;
  }

  .langPage .system-block1,
  .system-block2,
  .system-block3 {
    width: 50%;
  }

  .langPage .system-block3 table.table-style1 {
    margin-top: 50px;
  }

  .langPage .table-style2 {
    word-break: keep-all;
  }

  .langPage #course_schedule .profile .name {
    font-size: 14px;
    font-weight: bold;
  }

}

/*wechat_qrcodeエリアをはじめは非表示*/
.langPage #wechat_code {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 270px;
  transform: translate(-50%, -50%);
  background-color: #fff;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  animation: modal-2-animation .6s;
}

.langPage #wechat_code p {
  background: #000;
  height: 50px;
  display: flex;
  justify-content: center;
  font-size: 20px;
  text-align: center;
}

.langPage #wechat_code img {
  width: 100%;
}

.langPage #wechat_code a {
  margin-right: 0;
  width: auto;
  height: auto;
}

.langPage #overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 999;
  animation: modal-2-animation .6s;
}

@keyframes modal-2-animation {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* インバウンド */
.c-ladysNum {
  text-align: center;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  padding: 5px;
}

.c-ladysNum span {
  display: inline-block;
}

.c-ladysNum span:first-of-type {
  margin-right: 5px;
}

.c-ladysNum span:last-of-type {
  font-size: 16px;
}

#pickup .c-ladysNum {
  margin-bottom: 5px;
  padding: 0;
  position: absolute;
  top: 0;
  left: 0;
  width: 235px;
}

.c-panel img {
  aspect-ratio: 3 / 4;
  object-fit: cover;
}

.c-panel .twitter-icon img {
  aspect-ratio: 1 !important;
}

.newface_img a:hover img,
.newface_img a:hover {
  opacity: 1;
  transition: none;
}

.c-panel__image {
  position: relative;
}

.c-panel__name {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-top: 5px;
}

.c-panel__size,
.c-panel__date {
  font-size: 10px;
}

.c-panel__date {
  margin-top: 10px;
}

.c-panel {
  border: 2px solid transparent;
  height: auto;
}

.c-panel__tag {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 10px;
}

.c-panel__tag li {
  display: none;
}

.c-panel__tag li.is_active {
  display: block;
  padding: 1px 2px;
  font-size: 10px;
  margin-bottom: 2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  width: 49%;
  border: 1px solid transparent;
}

.c-panel__flow {
  overflow: hidden;
}

.c-panel__flow ul {
  display: flex;
  width: 100%;
  overflow: hidden;
  align-items: flex-end;
  padding: 2px 0;
}

.c-panel__flow ul li {
  flex: 0 0 auto;
  white-space: nowrap;
  font-size: 10px;
  overflow: hidden;
  margin-bottom: 2px;
}

.c-panel__flow ul li:first-of-type {
  animation: loop 20s -10s linear infinite;
  padding-left: 100px;
}

.c-panel__flow ul li:last-of-type {
  animation: loop2 20s linear infinite;
  padding-left: 100px;
}

@keyframes loop {
  0% {
    transform: translateX(100%);
  }

  to {
    transform: translateX(-100%);
  }
}

@keyframes loop2 {
  0% {
    transform: translateX(0);
  }

  to {
    transform: translateX(-200%);
  }
}

/*6文字未満の際は流れない*/
.c-panel__flow.no_flow ul li:first-of-type {
  animation: none;
  padding-left: 0;
  text-align: center;
}

.c-panel__flow.no_flow ul li:last-of-type {
  display: none;
}

.c-panel__flow.no_flow ul {
  display: block;
}
.c-panel__flow.no_text ul{
  background: none;
}

.c-panel__profile {
  padding: 0 10px 10px;
  text-align: center;
}

.c-panel {
  width: calc(100% / 5 - 2px);
  margin: 16px 1px;
}

.room {
  font-size: 12px;
  line-height: 22px;
  margin-top: 10px;
}

.c-panel__time {
  font-size: 12px;
  padding: 4px;
  margin-top: 5px;
}

.beginner {
  position: absolute;
  width: 40px;
  height: 40px;
  content: "";
  bottom: 5px;
  left: 5px;
  text-align: center;
  line-height: 40px;
  font-size: 12px;
}

.roomBtn__wapper {
  max-width: fit-content;
  margin: 0 auto;
}

.roomBtn {
  display: flex;
  justify-content: center;
  width: fit-content;
  margin: 0 auto;
}

.roomBtn button {
  padding: 5px 10px;
  font-size: 14px;
  margin: 0 5px;
  border: solid 1px transparent;
  transition: .3s;
  cursor: pointer;
}

p.roomAll {
  font-size: 14px;
  position: relative;
  cursor: pointer;
  display: inline-block;
  margin-top: 10px;
  padding: 0 0 2px;
}

.roomAll__wrapper {
  text-align: right;
}

p.roomAll:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  bottom: 6px;
  left: 0;
}

.c-langBox .item a {
  display: flex;
  align-items: center;
  padding: 10px;
}

.c-langBox .item a img {
  width: 34px;
  margin: 0 2px;
  margin-right: 10px;
}

.nav_head .is-hidden {
  display: none;
}

body[data-set_lang="en"] h2 {
  font-size: 0;
}
#sister_banner h3 {
  padding-bottom: 5px;
  margin-bottom: 5px;
  font-size: 16px;
  text-align: center;
  border-bottom: 2px solid #000;
}


#sister_banner ul li{
    display: inline-block;
    width: 48%;
}

#sister_banner img{
    width: 100%;
}